/* =============================================================
   Dijitay — Kurumsal Site Tasarım Sistemi
   Tipografi / gri tonlar: DenizBank (Outfit) ile aynı;
   marka renkleri: #e11d48 / #1a1c23
   ============================================================= */

:root {
    /* Marka */
    --accent: #e11d48;
    --accent-ink: #e11d48;
    --accent-hover: #be123c;
    --dark: #041144;
    --dark-hover: #000028;

    /* DenizBank metin / gri paleti */
    --ink: #2b3b48;            /* ana yazı */
    --ink-soft: #4f6477;       /* grimsi / açıklama */
    --ink-faint: #7a8fa3;      /* placeholder / soluk */
    --ink-muted: #4f6477;

    --line: #dfe6ed;
    --line-strong: rgba(211, 220, 228, .87);
    --canvas: #ffffff;
    --canvas-alt: #f3f6f9;
    --canvas-dark: #1a1c23;
    --radius-sm: 12px;
    --radius: 12px;
    --radius-lg: 16px;
    --shadow-sm: 0 2px 10px rgba(0, 0, 0, .04);
    --shadow: 0 18px 50px rgba(0, 0, 0, .08);
    --shadow-lg: 0 40px 90px rgba(0, 0, 0, .12);
    --container: 1350px;
    --header-top-h: 52px;
    --header-main-h: 57px;
    --header-nav-h: 80px;
    --font: "Outfit", sans-serif;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
    -webkit-text-size-adjust: 100%;
    font-family: var(--font);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    scrollbar-gutter: stable;
}

body {
    margin: 0;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    color: var(--ink);
    background: var(--canvas);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: normal;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--ink);
}

.container-x {
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: 15px;
}

/* ─── Tipografi (DenizBank: başlıklar 600) ──────────────────── */
.display {
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: normal;
    color: var(--ink);
}
.h-section {
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: normal;
    color: var(--ink);
}
.eyebrow {
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--accent-ink);
}
.lead {
    font-size: 18px;
    line-height: 1.5;
    color: var(--ink-soft);
    font-weight: 400;
}
.text-soft { color: var(--ink-soft); }
.text-faint { color: var(--ink-faint); font-weight: 300; }

/* Kısımlar arası ritim */
section { position: relative; }
.section-pad { padding-block: clamp(72px, 10vw, 140px); }
.section-pad-sm { padding-block: clamp(48px, 7vw, 90px); }
.bg-alt { background: var(--canvas-alt); }
.bg-dark { background: var(--canvas-dark); color: #f5f5f7; }
.bg-dark .text-soft { color: rgba(255, 255, 255, .72); }
.bg-dark .eyebrow { color: var(--accent); }
.bg-dark .h-section,
.bg-dark .display { color: #fff; }

.section-head { max-width: 760px; }
.section-head.center { margin-inline: auto; text-align: center; }

/* ─── Butonlar ──────────────────────────────────────────────── */
.btn-x {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-weight: 500;
    font-size: 1rem;
    padding: 13px 26px;
    border-radius: 980px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
    white-space: nowrap;
}
.btn-x:active { transform: scale(.97); }
.btn-primary-x { background: var(--accent); color: #fff; }
.btn-primary-x:hover { background: var(--accent-hover); color: #fff; }
.btn-dark-x { background: var(--dark); color: #fff; }
.btn-dark-x:hover { background: var(--dark-hover); color: #fff; }
.btn-outline-dark-x {
    background: transparent;
    color: var(--dark);
    border-color: var(--dark);
}
.btn-outline-dark-x:hover {
    background: rgba(4, 17, 68, .06);
    color: var(--dark);
}
.btn-ghost-x { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost-x:hover { border-color: var(--ink); }
.btn-light-x { background: #fff; color: var(--ink); }
.btn-light-x:hover { background: #f0f0f2; }
.btn-linkish { color: var(--accent-ink); font-weight: 500; display: inline-flex; align-items: center; gap: .35rem; }
.btn-linkish i { transition: transform .25s ease; }
.btn-linkish:hover i { transform: translateX(4px); }

/* ─── Site Header (DenizBank 3-katman yapısı) ───────────────── */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    isolation: isolate;
    background: #fff;
    border-bottom: 1px solid rgba(211, 220, 228, .87);
    transition: box-shadow .32s ease;
}
.site-header.is-scrolled {
    box-shadow: 0 8px 24px rgba(26, 28, 35, .08);
}
/* Üst bar: yumuşak açılır/kapanır — site-header transform yok (mega menü sabit kalır) */
.header-top {
    background: var(--canvas-alt);
    height: var(--header-top-h);
    max-height: var(--header-top-h);
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition:
        max-height .36s cubic-bezier(.4, 0, .2, 1),
        opacity .3s ease,
        visibility .36s;
}
.site-header.top-hidden .header-top {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.header-top .container-x {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top__links {
    display: flex;
    align-items: center;
    gap: 26px;
}
.header-top__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: var(--ink-soft);
    line-height: 32px;
    white-space: nowrap;
    transition: color .2s ease;
}
.header-top__icon {
    font-size: .95em;
    opacity: .65;
    transition: opacity .2s ease, color .2s ease;
}
.header-top__link:hover { color: var(--accent); }
.header-top__link:hover .header-top__icon { opacity: 1; color: var(--accent); }

/* 2) Main brand row + 3) nav share body padding */
.header-body {
    padding: 20px 0 0;
    position: relative;
    z-index: 3;
}
.header-main {
    display: flex;
    align-items: center;
    gap: 24px;
    height: var(--header-main-h);
}
.header-main__left {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
}
.header-logo {
    display: inline-flex;
    align-items: center;
    height: 56px;
    flex-shrink: 0;
}
.header-logo__img {
    display: block;
    height: 44px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    background: transparent;
    border-radius: 10px;
}
.header-logo--footer {
    height: auto;
}
.header-logo--footer .header-logo__img {
    height: 44px;
}
.header-segments {
    display: flex;
    align-items: stretch;
    gap: 24px;
    height: 56px;
}
.header-segment {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--ink);
    position: relative;
    height: 100%;
    white-space: nowrap;
    transition: color .2s ease;
}
.header-segment:hover { color: var(--accent); }
.header-segment.is-active {
    color: var(--accent);
}
.header-segment.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--accent);
    border-radius: 2px 2px 0 0;
}

/* Search */
.header-search {
    position: relative;
    flex: 0 0 302px;
    width: 302px;
    max-width: 302px;
    margin-left: auto;
    height: 57px;
}
.header-search__input {
    width: 100%;
    height: 57px;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    padding: 18px 40px 18px 0;
    font-size: 16px;
    font-family: inherit;
    color: var(--ink);
    outline: none;
}
.header-search__input::placeholder { color: var(--ink-faint); }
.header-search__input:focus { border-bottom-color: var(--accent); }
.header-search__btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: var(--accent);
    font-size: 1.15rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* CTA buttons */
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    min-width: 340px;
    justify-content: flex-end;
}
.header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 56px;
    padding: 15px 18px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.header-btn--outline {
    background: #fff;
    color: var(--accent);
    border: 2px solid var(--accent);
}
.header-btn--outline:hover {
    background: var(--canvas-alt);
}
.header-btn--solid {
    background: var(--dark);
    color: #fff;
    border: 1px solid transparent;
}
.header-btn--solid:hover {
    background: var(--dark-hover);
    color: #fff;
}
.header-online {
    position: relative;
}
.header-online__toggle {
    gap: 8px;
}
.header-online__toggle .header-online__caret {
    font-size: .85rem;
    transition: transform .2s ease;
}
.header-online.is-open .header-online__toggle .header-online__caret {
    transform: rotate(180deg);
}
/* Açıkken buton alt köşeleri düzleşir → menüyle birleşik görünür */
.header-online.is-open .header-online__toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.header-online__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid var(--line-strong);
    border-top: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 16px 32px rgba(26, 28, 35, .16);
    padding: 6px;
    z-index: 1100;
    display: grid;
    gap: 2px;
    transform-origin: top;
    opacity: 0;
    transform: scaleY(.96);
    transition: opacity .18s ease, transform .18s ease;
    pointer-events: none;
}
.header-online.is-open .header-online__menu {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
}
.header-online__menu[hidden] {
    display: none;
}
.header-online__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-soft);
    white-space: nowrap;
    transition: background .15s ease, color .15s ease;
}
.header-online__item .bi {
    font-size: 1rem;
    color: var(--ink-faint);
    transition: color .15s ease;
}
.header-online__item:hover {
    background: var(--canvas-alt);
    color: var(--ink);
}
.header-online__item:hover .bi {
    color: var(--accent);
}
.header-online__sep {
    display: block;
    height: 1px;
    margin: 4px 8px;
    background: var(--line);
}
.header-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-size: 1.6rem;
    cursor: pointer;
}

/* Mobil header hızlı iletişim (hamburger yanında) */
.header-mob-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.mob-act {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    display: grid;
    place-items: center;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
    transition: transform .2s ease, opacity .2s ease;
}
.mob-act:active { transform: scale(.92); }
.mob-act--support,
.mob-act--phone,
.mob-act--wa {
    background: #eef1f5;
    color: #1a1c23;
    border: 1px solid #d8dee6;
}

/* 3) Bottom navigation — İletişim + divider, search sağ border ile hizalı */
.header-nav {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0;
    height: var(--header-nav-h);
}
.header-nav__primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    min-width: 0;
    gap: 0;
    padding-right: 22px;
}
.header-nav__item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-nav__trigger {
    border: 0;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    gap: 5px;
}
.header-nav__trigger .bi-chevron-down {
    font-size: .72rem;
    opacity: .5;
    transition: transform .2s ease;
}
.header-nav__drop.is-open .header-nav__trigger .bi-chevron-down {
    transform: rotate(180deg);
    opacity: .75;
}
.header-nav__panel {
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    min-width: 228px;
    background: #fff;
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(26, 28, 35, .12);
    padding: 8px;
    z-index: 1100;
    display: grid;
    gap: 2px;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}
.header-nav__drop.is-open .header-nav__panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.header-nav__panel[hidden] { display: none; }
.header-nav__panel a {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--ink-soft);
    white-space: nowrap;
    transition: background .15s ease, color .15s ease;
}
.header-nav__panel a:hover {
    background: var(--canvas-alt);
    color: var(--ink);
}
.header-nav__divider {
    width: 1px;
    height: 28px;
    background: var(--line-strong);
    flex-shrink: 0;
    margin-left: 0;
}
.header-nav__highlight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 0 340px;
    width: 340px;
    min-width: 340px;
    margin-left: 24px;
}
/* Accent linkler üstteki butonların (Başvur / Online İşlemler) tam ortasına hizalanır */
.header-nav__highlight .header-nav__link--accent {
    justify-content: center;
    text-align: center;
    padding-inline: 4px;
}
.header-nav__highlight .header-nav__link--accent:first-child {
    flex: 0 0 160px;
    width: 160px;
}
.header-nav__highlight .header-nav__link--accent:last-child {
    flex: 0 0 168px;
    width: 168px;
}
.header-nav__link {
    display: inline-flex;
    align-items: center;
    height: 80px;
    padding: 10px 0;
    font-size: clamp(14px, 1.05vw, 16px);
    font-weight: 500;
    color: var(--ink);
    white-space: nowrap;
    transition: color .2s ease;
}
.header-nav__link:hover { color: var(--accent); }
.header-nav__link--accent {
    color: var(--accent);
    font-weight: 600;
    transform-origin: center;
    transition: color .2s ease, transform .22s ease;
}
.header-nav__link--accent:hover {
    color: var(--accent);
}
.header-nav__highlight .header-nav__link--accent:hover {
    transform: scale(1.06);
}

/* ─── Mega menü (DenizBank kabuğu + Dijitay içerik) ──────── */
.mega-menu {
    width: 100%;
    position: relative;
    z-index: 4;
}
.mega-menu .header-nav {
    position: relative;
    z-index: 12;
}
.mega-menu__link,
.mega-menu .header-nav__divider,
.mega-menu .header-nav__highlight {
    position: relative;
    z-index: 13;
}
.mega-menu .header-nav {
    height: var(--header-nav-h);
}
.mega-menu__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    gap: clamp(6px, 1vw, 18px);
}
.mega-menu__item {
    position: static;
    display: flex;
    align-items: stretch;
    height: var(--header-nav-h);
}
.mega-menu__item--plain .mega-menu__link::after { display: none; }
.mega-menu__link {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    font-size: clamp(14px, 1.05vw, 16px);
    font-weight: 500;
    color: var(--ink);
    white-space: nowrap;
    position: relative;
    transition: color .2s ease;
}
.mega-menu__link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease;
}
.mega-menu__item:hover > .mega-menu__link,
.mega-menu__item.is-open > .mega-menu__link {
    color: var(--accent);
}
.mega-menu__item:hover > .mega-menu__link::after,
.mega-menu__item.is-open > .mega-menu__link::after {
    transform: scaleX(1);
}

/* Online İşlemler + mega menü ortak sayfa gölgesi */
.header-online__backdrop,
.mega-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(26, 28, 35, .45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
    z-index: 900;
}
.header-online__backdrop.is-visible,
.mega-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mega-submenu {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--mega-top, calc(var(--header-top-h) + var(--header-main-h) + var(--header-nav-h) + 20px));
    height: var(--mega-height, auto);
    max-height: calc(100vh - var(--mega-top, 0px));
    z-index: 8;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 22px 48px rgba(26, 28, 35, .12);
    padding: 40px 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.mega-menu__item.is-open .mega-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.mega-submenu[hidden] { display: block !important; }
.mega-submenu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    height: 16px;
}

.mega-submenu .container-x {
    position: relative;
    height: auto;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-block: 10px 0;
}
.mega-submenu__grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 8px 24px;
    align-items: stretch;
    flex: 1;
    min-height: 0;
    padding-right: calc(100% - var(--mega-rail-left, calc(100% - 365px)));
    box-sizing: border-box;
    overflow: hidden;
}
.mega-submenu__refs {
    flex-shrink: 0;
    width: calc(var(--mega-rail-left, calc(100% - 365px)) + var(--mega-rail-width, 340px));
    max-width: 100%;
    margin-top: auto;
    padding: 18px 0 20px;
    box-sizing: border-box;
    border-top: 1px solid var(--line);
    background: #fff;
}
.mega-submenu__refs-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.mega-submenu__refs-marquee::before,
.mega-submenu__refs-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(48px, 8vw, 120px);
    z-index: 2;
    pointer-events: none;
}
.mega-submenu__refs-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .92) 35%, transparent 100%);
}
.mega-submenu__refs-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, .92) 35%, transparent 100%);
}
.mega-submenu__refs-inner {
    display: flex;
    align-items: center;
    gap: 0;
    width: max-content;
    will-change: transform;
}
.mega-ref-sep {
    flex-shrink: 0;
    width: 1px;
    height: 64px;
    background: rgba(155, 163, 171, .45);
    align-self: center;
}
.mega-ref-chip {
    flex-shrink: 0;
    height: 84px;
    padding: 12px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: opacity .22s ease;
}
.mega-ref-chip:hover {
    opacity: .88;
}
.mega-ref-chip img {
    display: block;
    max-width: 200px;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: transform .25s ease;
}
.mega-ref-chip:hover img {
    transform: scale(1.04);
}
.mega-submenu__main,
.mega-submenu__side {
    min-width: 0;
}
.mega-submenu__side {
    max-width: 188px;
    display: flex;
    flex-direction: column;
    padding-top: 2px;
    box-sizing: border-box;
}
.mega-submenu__promo {
    position: absolute;
    top: 10px;
    height: var(--mega-promo-h, auto);
    left: var(--mega-rail-left, calc(100% - 365px));
    width: var(--mega-rail-width, 340px);
    min-height: 0;
    overflow: hidden;
    background: #fff;
}
.mega-submenu__promo-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(var(--line) 1px, transparent 1px),
        linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size: 34px 34px;
    background-position: center center;
    -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 68%);
    mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 68%);
    pointer-events: none;
}
.mega-submenu__promo-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: clamp(3rem, 5vw, 5rem);
    color: #1a1c23;
    line-height: 1;
}
.mega-submenu__promo-chip {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: .78rem;
    font-weight: 600;
    color: var(--ink);
    box-shadow: 0 12px 28px rgba(20, 30, 60, .14);
    animation: aboutFloat 5s ease-in-out infinite;
    white-space: nowrap;
    pointer-events: none;
}
.mega-submenu__promo-chip i { font-size: .9rem; }
.mega-submenu__promo-chip--1 { top: 10%; left: 4%; }
.mega-submenu__promo-chip--1 i { color: #fbbc05; }
.mega-submenu__promo-chip--2 { bottom: 14%; left: 3%; animation-delay: -1.6s; }
.mega-submenu__promo-chip--2 i { color: #188038; }
.mega-submenu__promo-chip--3 { top: 56%; right: 4%; animation-delay: -3.1s; }
.mega-submenu__promo-chip--3 i { color: var(--accent); }
@media (prefers-reduced-motion: reduce) {
    .mega-submenu__promo-chip { animation: none; }
}

.mega-submenu__main {
    min-width: 0;
}
.mega-submenu__box-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.menu-box-link--see-all {
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(128, 149, 168, .36);
}
.menu-box-link--see-all .menu-box-link__title {
    font-weight: 600;
}
.menu-box-link--see-all .menu-box-link__description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 32px;
    font-size: 11px;
}

.menu-box-link {
    padding: 12px;
    height: 112px;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(128, 149, 168, .4);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    text-decoration: none;
    background: #fff;
    transition: box-shadow .4s ease;
}
.menu-box-link__img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    object-fit: cover;
    opacity: 0;
    transition: opacity .45s ease;
    pointer-events: none;
}
.menu-box-link__img--tone-1 { background: linear-gradient(135deg, #eef4fb 0%, #d8e6f4 55%, #c5d9ee 100%); }
.menu-box-link__img--tone-2 { background: linear-gradient(135deg, #f3f8fd 0%, #e3eef8 55%, #d2e4f3 100%); }
.menu-box-link__img--tone-3 { background: linear-gradient(135deg, #edf6ff 0%, #dcecf7 55%, #c8dff0 100%); }
.menu-box-link__img--tone-4 { background: linear-gradient(135deg, #f0f5fa 0%, #e0ebf5 55%, #cedeea 100%); }
.menu-box-link__img--tone-5 { background: linear-gradient(135deg, #e9f2fa 0%, #d6e6f2 55%, #c2d8eb 100%); }
.menu-box-link__img--tone-6 { background: linear-gradient(135deg, #f4f8fc 0%, #e6f0f8 55%, #d5e5f1 100%); }

.menu-box-link__icon {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 22px;
    min-width: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 1;
    transform: scale(1);
    transform-origin: right bottom;
    transition: transform .55s cubic-bezier(.22, .8, .26, 1), color .3s ease;
    z-index: 1;
    color: var(--dark);
    font-size: 1.1rem;
    line-height: 1;
    pointer-events: none;
}
.menu-box-link__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2px;
    position: relative;
    height: 100%;
    z-index: 2;
    min-width: 0;
    flex: 1;
    width: 100%;
    padding-bottom: 22px;
    padding-right: 30px;
}
.menu-box-link__title {
    color: var(--ink);
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.01em;
    transition: color .2s ease;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-break: normal;
}
.menu-box-link__description {
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    opacity: 1;
    transition: color .2s ease;
    flex-shrink: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 32px;
}
.menu-box-link__go {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-18px);
    opacity: 0;
    color: var(--dark);
    transition: opacity .2s ease, transform .3s ease;
}
.menu-box-link:hover { text-decoration: none; }
.menu-box-link:hover .menu-box-link__title { color: var(--dark); }

/* Hover: naif köşe büyümesi + belirgin arka plan */
@media (min-width: 992px) {
    .menu-box-link:has(.menu-box-link__img):hover {
        box-shadow: inset 0 0 0 1px rgba(4, 17, 68, .22);
    }
    .menu-box-link:has(.menu-box-link__img):hover .menu-box-link__img { opacity: .48; }
    .menu-box-link:hover .menu-box-link__icon {
        transform: scale(1.32);
    }
    .menu-box-link:hover .menu-box-link__description {
        opacity: 1;
        color: var(--ink-soft);
    }
    .menu-box-link:has(.menu-box-link__img):hover .menu-box-link__go,
    .menu-box-link:not(:has(.menu-box-link__img)):hover .menu-box-link__go {
        transform: translateX(0);
        opacity: 1;
    }
}

.mega-submenu__button-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: stretch;
    width: 100%;
}
.menu-button-link {
    background-color: #fff;
    width: 100%;
    min-height: 40px;
    padding: 9px 12px 9px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 51, 160, .55);
    box-shadow: none;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.menu-button-link__text {
    color: #0033a0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
    transition: color .2s ease;
}
.menu-button-link__icon {
    color: var(--accent);
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    transition: color .2s ease, transform .2s ease;
}
.menu-button-link:hover {
    background-color: #0033a0;
    border-color: #0033a0;
    box-shadow: none;
    transform: translateX(2px);
    text-decoration: none;
}
.menu-button-link:hover .menu-button-link__icon {
    transform: translateX(1px);
}
.menu-button-link:hover .menu-button-link__text,
.menu-button-link:hover .menu-button-link__icon {
    color: #fff;
}

@media (max-width: 1199.98px) {
    .mega-submenu__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, .5fr);
        padding-right: 0;
    }
    .mega-submenu__main { grid-column: 1 / -1; }
    .mega-submenu__side { grid-column: 1 / -1; }
    .mega-submenu__promo { display: none; }
    .mega-submenu__box-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 17px;
    }
}

/* Mobil menü */
.mobile-menu {
    position: fixed;
    inset: 97px 0 0 0;
    z-index: 999;
    background: #fff;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    padding: 8px 20px 32px;
    overflow-y: auto;
    border-top: 1px solid var(--line);
}
.mobile-menu.open {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
}
.mobile-menu__segments {
    display: flex;
    gap: 20px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--line);
}
.mobile-menu__segments a {
    font-size: 15px;
    font-weight: 500;
    color: var(--ink);
    padding: 14px 0;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
}
.mobile-menu__segments a.is-active {
    color: var(--accent);
    border-bottom-color: var(--accent);
}
.mobile-menu > a {
    display: block;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--ink);
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
}
.mobile-menu__accent { color: var(--accent) !important; font-weight: 600 !important; }
.mobile-menu__group {
    margin-bottom: 4px;
    border-bottom: 1px solid var(--line);
}
.mobile-menu__label {
    display: block;
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--ink-faint);
    padding: 14px 0 6px;
}
.mobile-menu__group a {
    display: block;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--ink-soft);
    padding: 10px 0 10px 12px;
    border-bottom: 1px solid var(--line);
}
.mobile-menu__group a:last-child { border-bottom: 0; }
.mobile-menu__solo {
    display: block;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--ink);
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
}
.mobile-menu__cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.mobile-menu__cta .header-btn {
    width: 100%;
    min-width: 0;
    height: 48px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 15px;
}

@media (max-width: 991.98px) {
    .header-body { padding: 12px 0; }
    .header-main { height: auto; min-height: 56px; gap: 12px; }
    .header-logo { height: 48px; }
    .header-logo__img { height: 40px; max-width: 150px; }
    .mobile-menu { inset: 72px 0 0 0; }
    /* Mobilde arama/butonlar gizli → actions daralsın ve hamburger en sağa gelsin */
    .header-actions { min-width: 0; margin-left: auto; gap: 8px; }
    /* Mobilde üst bar zaten gizli */
    .site-header.top-hidden .header-top { max-height: 0; }
}

/* ─── Hero Banner Slider (Swiper — DenizBank banner--type2) ──── */
.banner {
    position: relative;
    background: #fff;
}
.banner__content {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: var(--hero-min-h, 420px);
}
.banner .swiper-slide {
    height: auto;
}
.banner__slide,
.banner--type2 {
    width: 100%;
    height: 100%;
    min-height: var(--hero-min-h, 420px);
    box-sizing: border-box;
}
.banner__row {
    display: grid;
    grid-template-columns: 5fr 7fr;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    height: 100%;
    min-height: var(--hero-min-h, 420px);
}
.banner__col--text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 0;
    padding-bottom: var(--banner-slide-pad, 72px);
}
.banner__detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    max-width: 490px;
}
.banner__col--media {
    display: block;
    min-height: 0;
    height: 100%;
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
}
.banner__title {
    margin: 0;
    color: var(--accent);
    font-weight: 600;
    font-size: clamp(2rem, 4.2vw, 56px);
    line-height: 1.2;
    letter-spacing: normal;
}
.banner__title--promo {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.banner__old-price {
    display: block;
    font-weight: 300;
    font-size: clamp(1.05rem, 1.8vw, 1.4rem);
    line-height: 1.35;
    color: #6b7280;
    letter-spacing: 0.01em;
}
.banner__old-price-num {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: currentColor;
}
.banner__new-price {
    display: block;
    font-weight: 600;
    font-size: clamp(2rem, 4.2vw, 56px);
    line-height: 1.15;
    color: var(--accent);
}
.banner__description {
    margin: 16px 0 0;
    color: var(--ink-soft);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}
.banner__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}
.banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 56px;
    padding: 15px 22px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.banner__btn--primary {
    background: var(--dark);
    color: #fff;
    border: 1px solid transparent;
}
.banner__btn--primary:hover {
    background: var(--dark-hover);
    color: #fff;
}
.banner__btn--outline {
    background: #fff;
    color: var(--dark);
    border: 2px solid var(--dark);
}
.banner__btn--outline:hover {
    background: rgba(4, 17, 68, .06);
    color: var(--dark);
}
.banner__image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 0;
}
.banner__image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: right bottom;
    display: block;
    background: transparent;
    image-rendering: auto;
}
@media (min-width: 992px) {
    .banner__image img {
        max-height: calc(var(--hero-min-h, 420px) * 0.95);
    }
}
.banner__image--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: normal;
}
.banner__image-frame {
    width: 100%;
    max-width: 756px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banner__image-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: transparent;
}
@media (min-width: 992px) {
    .banner .swiper-wrapper,
    .banner .swiper-slide {
        height: var(--hero-min-h, 420px);
    }
}
.banner__hero-icon {
    font-size: clamp(84px, 11vw, 132px);
    line-height: 1;
    color: var(--accent);
    display: inline-flex;
    animation: heroIconFloat 3.4s ease-in-out infinite;
}
@keyframes heroIconFloat {
    0%, 100% { transform: translateY(-6px); }
    50% { transform: translateY(6px); }
}
@media (prefers-reduced-motion: reduce) {
    .banner__hero-icon { animation: none; }
}

/* Controllers — kompakt, sol altta; içerik başlangıcıyla hizalı */
.banner__controller {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    position: absolute;
    bottom: 28px;
    left: 0;
    right: auto;
    z-index: 2;
    width: max-content;
    max-width: none;
}
.banner__prev { order: 1; }
.banner__next { order: 2; }
.banner__pagination { order: 3; }
.banner .container-x {
    position: relative;
}
/* Küçük ekran: oklar içeriğin altında */
.banner--ctrl-stacked .banner__slide,
.banner--ctrl-stacked .banner--type2 {
    min-height: 0;
    height: auto;
}
.banner--ctrl-stacked .banner__row {
    min-height: 0;
    height: auto;
}
.banner--ctrl-stacked .banner__col--text {
    padding-bottom: 0;
}
.banner--ctrl-stacked .banner__controller {
    position: static;
    margin: 12px 0 18px;
    left: auto;
    bottom: auto;
    width: max-content;
    max-width: none;
    align-self: flex-start;
}
.banner--ctrl-stacked .banner__detail {
    padding-bottom: 8px;
}
.banner__prev,
.banner__next {
    color: var(--accent);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #edf1f4;
    background: #fff;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
}
.banner__prev i,
.banner__next i {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    transition: transform .22s cubic-bezier(.19, 1, .22, 1);
    transform-origin: center center;
}
.banner__prev:hover i,
.banner__next:hover i {
    transform: scale(1.28);
}
@media (prefers-reduced-motion: reduce) {
    .banner__prev i,
    .banner__next i {
        transition: none;
    }
    .banner__prev:hover i,
    .banner__next:hover i {
        transform: none;
    }
}
.banner__pagination {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    gap: 4px;
    width: auto !important;
    position: static !important;
    margin: 0;
    order: 3;
}
.banner__pagination .swiper-pagination-bullet {
    background: var(--accent);
    width: 16px;
    height: 4px;
    border-radius: 16px;
    opacity: .09;
    cursor: pointer;
    margin: 0 !important;
    transition: width 1.2s cubic-bezier(.075, .82, .165, 1), opacity .8s ease;
}
.banner__pagination .swiper-pagination-bullet-active {
    width: 38px;
    opacity: 1;
}

/* Slide enter animation (DenizBank benzeri) */
.banner .swiper-initialized .swiper-slide .banner__title,
.banner .swiper-initialized .swiper-slide .banner__description,
.banner .swiper-initialized .swiper-slide .banner__buttons {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1);
}
.banner .swiper-initialized .swiper-slide .banner__image {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1), transform 1.2s cubic-bezier(.075, .82, .165, 1);
}
.banner .swiper-initialized .swiper-slide-active .banner__title,
.banner .swiper-initialized .swiper-slide-active .banner__description,
.banner .swiper-initialized .swiper-slide-active .banner__buttons,
.banner .swiper-initialized .swiper-slide-active .banner__image {
    opacity: 1;
    transform: translateX(0);
}
.banner .swiper-initialized .swiper-slide-active .banner__title { transition-delay: .15s; }
.banner .swiper-initialized .swiper-slide-active .banner__description { transition-delay: .22s; }
.banner .swiper-initialized .swiper-slide-active .banner__buttons { transition-delay: .28s; }

@media (max-width: 991.98px) {
    .banner__content {
        min-height: var(--hero-min-h, 0);
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .banner__content > .swiper-wrapper {
        flex: 1 1 auto;
        width: 100%;
        min-height: 0;
    }
    .banner .swiper-slide {
        height: 100%;
    }
    .banner__slide,
    .banner--type2 {
        min-height: var(--hero-min-h, 0);
        height: 100%;
    }
    .banner__row {
        display: flex;
        flex-direction: column;
        gap: 6px;
        min-height: var(--hero-min-h, 0);
        height: 100%;
        align-content: stretch;
    }
    .banner__col--text {
        flex: 0 0 auto;
        padding-bottom: 0;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .banner__col--media {
        order: -1;
        flex: 1 1 0;
        min-height: 0;
        height: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        justify-self: stretch;
    }
    .banner__image {
        justify-content: center;
        align-items: flex-end;
        text-align: center;
        width: 100%;
        height: 100%;
        max-height: 100%;
    }
    .banner__image img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        margin-inline: auto;
        object-position: center bottom;
    }
    .banner__image-frame {
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 16px;
        aspect-ratio: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner__hero-icon {
        font-size: clamp(72px, 22vw, 120px);
    }
    .banner__detail {
        padding: 4px 0 2px;
        max-width: none;
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .banner__title {
        font-size: clamp(1.45rem, 6.2vw, 1.95rem);
        line-height: 1.15;
    }
    .banner__title--promo {
        align-items: center;
    }
    .banner__old-price {
        font-size: .78rem;
    }
    .banner__new-price {
        font-size: clamp(1.45rem, 6.2vw, 1.95rem);
    }
    .banner__description {
        font-size: 12px;
        line-height: 1.35;
        margin-top: 6px;
        color: var(--ink-faint);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 34ch;
        margin-inline: auto;
    }
    .banner__buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        width: 100%;
        margin-top: 10px;
    }
    .banner__btn {
        min-width: 0;
        width: 100%;
        height: 40px;
        font-size: 13px;
        padding: 8px 8px;
        white-space: normal;
    }
    .banner__controller {
        position: static;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin: 8px auto 10px;
        left: auto;
        bottom: auto;
        width: min(100%, 300px);
        max-width: 300px;
        align-self: center;
    }
    .banner__prev {
        order: 1;
        flex-shrink: 0;
    }
    .banner__pagination {
        order: 2;
        flex: 1 1 auto;
        justify-content: center !important;
        width: auto !important;
        margin: 0;
    }
    .banner__next {
        order: 3;
        flex-shrink: 0;
    }
    .banner--ctrl-stacked .banner__slide,
    .banner--ctrl-stacked .banner--type2 {
        min-height: var(--hero-min-h, 0);
        height: 100%;
    }
    .banner--ctrl-stacked .banner__row {
        min-height: var(--hero-min-h, 0);
        height: 100%;
    }
    .banner--ctrl-stacked .banner__controller {
        align-self: center;
        width: min(100%, 300px);
        max-width: 300px;
        margin: 8px auto 10px;
        flex-direction: row;
        justify-content: space-between;
    }
}

/* ─── Quick Links Bar (DenizBank tarzı) ─────────────────────── */
.quick-links {
    position: relative;
    background: #000028;
    background: linear-gradient(180deg, #041144 0%, #000028 100%);
    padding-block: 28px;
    color: #fff;
    overflow: visible;
}
.quick-links__particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    z-index: 0;
    opacity: .9;
}
.quick-links .container-x {
    position: relative;
    z-index: 1;
    overflow: visible;
}
.quick-links__swiper {
    width: calc(100% + 24px);
    margin-inline: -12px;
    padding-inline: 12px;
    padding-block: 12px 14px;
    overflow: hidden;
    box-sizing: border-box;
}
.quick-links .swiper-slide {
    height: auto;
    padding-block: 4px;
    padding-inline: 2px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.quick-links .swiper-slide:hover {
    z-index: 5;
}
.quick-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    position: relative;
    z-index: 1;
    transform-origin: center center;
    transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
    will-change: transform;
}
.quick-link:hover {
    text-decoration: none;
    transform: scale(1.035);
    z-index: 6;
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .28);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
}
.quick-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    overflow: hidden;
    transition: background .25s ease, color .25s ease;
}
.quick-link:hover .quick-link__icon {
    background: #fff;
    color: var(--accent);
}
.quick-link__text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}
.quick-links__pagination {
    display: flex !important;
    justify-content: center;
    gap: 6px;
    margin-top: 16px;
    position: static !important;
    width: 100% !important;
}
.quick-links__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: .35;
    margin: 0 !important;
    border-radius: 50%;
    transition: opacity .2s ease, transform .2s ease;
}
.quick-links__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--accent);
    transform: scale(1.15);
}
.quick-links__pagination.swiper-pagination-lock {
    display: none !important;
}

@media (max-width: 991.98px) {
    .quick-links {
        padding-block: 34px;
    }
    .quick-links__swiper {
        padding-block: 14px 16px;
    }
    .quick-link {
        padding: 16px 14px;
        gap: 12px;
        min-height: 76px;
    }
    .quick-link__icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 1.3rem;
    }
    .quick-link__text {
        font-size: 14px;
        line-height: 1.35;
    }
}

@media (max-width: 575.98px) {
    .quick-links {
        padding-block: 32px;
    }
    .quick-link {
        min-height: 72px;
        padding: 15px 12px;
    }
    .quick-link__icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 1.25rem;
    }
    .quick-link__text {
        font-size: 13.5px;
    }
}

/* ─── Piyasa Verileri (DenizBank home-marketdata) ────────────── */
.home-marketdata {
    background-color: var(--canvas-alt);
    padding-block: 14px 16px;
    overflow: hidden;
}
.home-marketdata__title {
    color: var(--accent);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 24px;
}
.home-marketdata__marquee {
    width: 100%;
    overflow: hidden;
}
.home-marketdata__marquee-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    white-space: nowrap;
    width: max-content;
    will-change: transform;
}
.marketdata__item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-block: 10px;
    flex-shrink: 0;
}
.marketdata__seperator {
    background: #9ba3ab;
    width: 1px;
    min-width: 1px;
    height: 54px;
    margin-inline: 24px;
    margin-top: 16px;
    flex-shrink: 0;
}
.marketdata__title {
    color: var(--ink);
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
.marketdata__status {
    font-size: 14px;
    line-height: 21px;
    margin-top: 12px;
    font-weight: 400;
}
.marketdata__status--green { color: #29bd07; }
.marketdata__status--red { color: #d11241; }
.marketdata__price {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.marketdata__price-title {
    color: var(--ink);
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}
.marketdata__price-value {
    color: var(--ink);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 12px;
}
.home-marketdata__bottom {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    flex-wrap: wrap;
}
.home-marketdata__source {
    margin: 0;
    color: var(--ink-faint);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    flex: 1 1 auto;
    min-width: min(100%, 280px);
}
.home-marketdata__last-update {
    color: var(--ink-faint);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
    flex-shrink: 0;
}

.home-marketdata__source-mob { display: none; }

@media (max-width: 767.98px) {
    .home-marketdata__bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 6px;
    }
    .home-marketdata__source {
        text-align: center;
        min-width: 0;
        flex: none;
        width: 100%;
    }
    .home-marketdata__source-full { display: none; }
    .home-marketdata__source-mob {
        display: block;
        white-space: nowrap;
        font-size: 11px;
        line-height: 14px;
    }
    .home-marketdata__last-update {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .home-marketdata { padding-block: 18px 20px; }
    .marketdata__item { gap: 14px; }
    .marketdata__seperator { margin-inline: 16px; }
}

/* Eski hero (artık kullanılmıyor; geriye dönük) */
.hero {
    padding-top: 72px; padding-bottom: 80px;
    text-align: center; position: relative; overflow: hidden;
}
.hero .pill {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: .82rem; font-weight: 500; color: var(--ink-soft);
    background: var(--canvas-alt); border: 1px solid var(--line);
    padding: 7px 16px; border-radius: 980px; margin-bottom: 26px;
}
.hero .pill .badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #34c759; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }

/* İnce çizgi arka plan dokusu (Apple/Huawei çizgi estetiği) */
.line-grid {
    position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background-image:
        linear-gradient(var(--line) 1px, transparent 1px),
        linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(ellipse 70% 55% at 50% 30%, #000 0%, transparent 72%);
    mask-image: radial-gradient(ellipse 70% 55% at 50% 30%, #000 0%, transparent 72%);
    opacity: .6;
}
.glow {
    position: absolute; z-index: -1; border-radius: 50%;
    filter: blur(90px); opacity: .5; pointer-events: none;
}

/* ─── Cihaz mockup (CSS ile) ────────────────────────────────── */
.device-wrap { margin-top: 60px; display: flex; justify-content: center; }
.device {
    width: min(980px, 100%);
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}
.device-bar {
    display: flex; align-items: center; gap: 7px;
    padding: 14px 18px; border-bottom: 1px solid var(--line);
    background: var(--canvas-alt);
}
.device-bar span { width: 11px; height: 11px; border-radius: 50%; background: var(--line-strong); }
.device-body { padding: clamp(18px, 3vw, 34px); background:
        radial-gradient(1200px 300px at 20% -10%, rgba(225,29,72,.06), transparent 60%), #fff; }

/* Sahte POS masa ızgarası (hero görseli) */
.pos-demo { display: grid; grid-template-columns: 210px 1fr; gap: 18px; }
.pos-side { display: flex; flex-direction: column; gap: 10px; }
.pos-side .s-item { height: 40px; border-radius: 12px; background: var(--canvas-alt); border: 1px solid var(--line); }
.pos-side .s-item.active { background: var(--ink); }
.pos-tables { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pos-table {
    aspect-ratio: 1 / .82; border-radius: 16px; border: 1px solid var(--line);
    display: flex; flex-direction: column; justify-content: space-between; padding: 14px;
    background: #fff; box-shadow: var(--shadow-sm);
}
.pos-table b { font-size: 1rem; }
.pos-table small { color: var(--ink-faint); font-size: .74rem; }
.pos-table .tag { align-self: flex-start; font-size: .68rem; padding: 3px 9px; border-radius: 980px; font-weight: 600; }
.pt-empty .tag { background: #e9f9ee; color: #1a7f37; }
.pt-busy { background: #fff7f6; } .pt-busy .tag { background: #ffe6e2; color: #c4341f; }
.pt-wait { background: #fffbeb; } .pt-wait .tag { background: #fdf0c9; color: #a06c00; }
.pt-res .tag { background: #eef1ff; color: #3b47c9; }

@media (max-width: 640px) {
    .pos-demo { grid-template-columns: 1fr; }
    .pos-side { flex-direction: row; overflow: auto; }
    .pos-side .s-item { min-width: 90px; }
    .pos-tables { grid-template-columns: repeat(2, 1fr); }
}

/* ─── İstatistik şeridi ─────────────────────────────────────── */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stat { text-align: center; padding: 10px; }
.stat .num { font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 600; letter-spacing: normal; }
.stat .lbl { color: var(--ink-soft); font-size: .95rem; margin-top: 4px; }
@media (max-width: 640px){ .stats{ grid-template-columns: 1fr; gap: 8px; } }

/* ─── İstatistik: aydınlık küresel panel ────────────────────── */
.stats-globe {
    position: relative;
    overflow: hidden;
    padding: clamp(20px, 3vw, 40px) 0;
}
.stats-globe__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(4, 17, 68, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(4, 17, 68, .04) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: radial-gradient(circle at 50% 42%, #000 0%, transparent 72%);
    mask-image: radial-gradient(circle at 50% 42%, #000 0%, transparent 72%);
    animation: gridDrift 22s linear infinite;
    pointer-events: none;
}
@keyframes gridDrift {
    to { background-position: 46px 46px; }
}

/* animasyonlu Türkiye haritası */
.stats-globe__world {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.globe {
    overflow: visible;
}
.globe--turkey {
    position: relative;
    display: inline-block;
    width: clamp(220px, 36vw, 340px);
}
.globe__map-img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
/* Şehir pulse noktaları (sayaç haritası) */
.globe--cities .globe__cities {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}
.globe__city {
    position: absolute;
    left: var(--city-x);
    top: var(--city-y);
    width: 7px;
    height: 7px;
    margin: -3.5px 0 0 -3.5px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .95);
    z-index: 2;
}
.globe__city::before,
.globe__city::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    border-radius: 50%;
    border: 1.5px solid rgba(225, 29, 72, .5);
    background: transparent;
    animation: cityPulse 2.8s ease-out infinite;
    animation-delay: var(--city-delay, 0s);
}
.globe__city::after {
    animation-delay: calc(var(--city-delay, 0s) + 1.4s);
}
@keyframes cityPulse {
    0% { transform: scale(.35); opacity: .75; }
    65% { opacity: .12; }
    100% { transform: scale(2.4); opacity: 0; }
}
.globe__ring-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 72%;
    aspect-ratio: 1;
    overflow: visible;
    pointer-events: none;
    z-index: 2;
}
.stats-globe__world .globe__ring-svg {
    height: 68%;
}
.globe__ring,
.globe__orbit {
    transform-box: view-box;
    transform-origin: 100px 100px;
}
.globe__ring {
    fill: none;
    stroke: var(--accent);
    stroke-width: 1.5;
    stroke-dasharray: 5 11;
    stroke-opacity: .6;
    animation: globeSpin 26s linear infinite reverse;
}
.stats-globe__world .globe__ring {
    stroke-width: 1;
    stroke-dasharray: 2 18;
    stroke-opacity: .28;
    animation: globeSpin 38s linear infinite;
}
.globe__orbit { animation: globeSpin 9s linear infinite; }
.stats-globe__world .globe__orbit { animation: globeSpin 22s linear infinite; }
.globe__sat {
    fill: var(--accent);
    filter: drop-shadow(0 0 6px rgba(225, 29, 72, .5));
}
.stats-globe__world .globe__sat {
    opacity: .6;
    filter: none;
}
@keyframes globeSpin {
    to { transform: rotate(360deg); }
}

/* haritadan sayaçlara giden animasyonlu noktalı oklar */
.stats-globe__links {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
}
.slink {
    fill: none;
    stroke: var(--accent);
    stroke-width: 2;
    stroke-opacity: .5;
    stroke-linecap: round;
    stroke-dasharray: 3 13;
    animation: slinkFlow 1.4s linear infinite;
}
.slink:nth-of-type(2) { animation-delay: .18s; }
.slink:nth-of-type(3) { animation-delay: .36s; }
.slink:nth-of-type(4) { animation-delay: .54s; }
@keyframes slinkFlow {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: -16; }
}
/* ok uçları — CSS üçgen (çarpılmaz), sayaç üstünde aşağı bakar */
.slink-tips {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.slink-tip {
    position: absolute;
    top: 60.5%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid var(--accent);
    filter: drop-shadow(0 1px 2px rgba(225, 29, 72, .35));
    animation: slinkTip 1.4s ease-in-out infinite;
}
.slink-tip:nth-child(2) { animation-delay: .18s; }
.slink-tip:nth-child(3) { animation-delay: .36s; }
.slink-tip:nth-child(4) { animation-delay: .54s; }
@keyframes slinkTip {
    0%, 100% { transform: translate(-50%, -50%); opacity: .55; }
    50% { transform: translate(-50%, -20%); opacity: 1; }
}

/* Google tarzı minimal sayaçlar */
.stats-cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.statc {
    position: relative;
    text-align: center;
    padding: 6px 24px;
}
.statc + .statc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12%;
    height: 76%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(4, 17, 68, .12), transparent);
}
.statc__ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 10px;
    line-height: 1;
}
.statc__ic--blue { color: #1a73e8; }
.statc__ic--green { color: #188038; }
.statc__ic--pink { color: var(--accent); }
.statc__ic--google svg { display: block; }
.statc__num {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    font-size: clamp(1.9rem, 3.2vw, 2.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.02em;
    color: var(--ink);
    font-variant-numeric: tabular-nums;
}
.statc__of {
    font-size: .42em;
    font-weight: 500;
    color: #9aa3b2;
    align-self: flex-end;
    margin-bottom: .3em;
}
.statc__lbl {
    margin-top: 8px;
    color: var(--ink-soft);
    font-size: .9rem;
}
.statc__rate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex-wrap: wrap;
}
.statc__stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #fbbc05;
    font-size: 1rem;
    line-height: 1;
}
.statc__stars .bi { opacity: 0; }
.statc--rating.in .statc__stars .bi { animation: starPop .5s ease both; }
.statc--rating.in .statc__stars .bi:nth-child(1) { animation-delay: .30s; }
.statc--rating.in .statc__stars .bi:nth-child(2) { animation-delay: .40s; }
.statc--rating.in .statc__stars .bi:nth-child(3) { animation-delay: .50s; }
.statc--rating.in .statc__stars .bi:nth-child(4) { animation-delay: .60s; }
.statc--rating.in .statc__stars .bi:nth-child(5) { animation-delay: .70s; }
@keyframes starPop {
    0% { opacity: 0; transform: scale(.4); }
    60% { transform: scale(1.15); }
    100% { opacity: 1; transform: scale(1); }
}
@media (max-width: 980px) {
    .stats-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .statc::before,
    .statc + .statc::before { display: none !important; }
    .stats-globe__links, .slink-tips { display: none; }
}
@media (max-width: 767.98px) {
    .stats-globe { padding: 16px 0 20px; }
    .stats-globe__world {
        width: 100%;
        margin-bottom: 22px;
        padding: 0 4px;
    }
    .stats-globe__world .globe--turkey {
        width: min(94vw, 400px);
    }
    .stats-cards { gap: 10px; }
    .statc {
        padding: 14px 10px;
        background: #fff;
        border: 1px solid rgba(4, 17, 68, .08);
        border-radius: 14px;
        box-shadow: 0 4px 14px rgba(4, 17, 68, .05);
    }
    .statc__num {
        font-size: clamp(1.35rem, 5.2vw, 1.65rem);
    }
    .statc__lbl {
        font-size: .76rem;
        margin-top: 6px;
        line-height: 1.35;
    }
    .statc__rate {
        gap: 6px;
    }
    .statc__stars {
        font-size: .82rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .globe__ring, .globe__orbit, .globe__city::before, .globe__city::after, .stats-globe__grid, .slink, .slink-tip { animation: none; }
}

/* ─── Hakkımızda ────────────────────────────────────────────── */
.about { position: relative; overflow: hidden; }
.about__world {
    position: absolute;
    top: 50%;
    right: -8%;
    transform: translateY(-50%);
    width: min(600px, 52%);
    opacity: .55;
    pointer-events: none;
    z-index: 0;
}
.about__world .globe--turkey { width: 100%; }
.globe--ghost .globe__map-img {
    opacity: .22;
    filter: grayscale(1);
}
.globe--ghost .globe__ring { stroke: rgba(4, 17, 68, .09); }
.globe--ghost .globe__sat { fill: rgba(225, 29, 72, .35); filter: none; }

.about__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
    align-items: center;
}
.about__title {
    font-size: clamp(2.1rem, 4vw, 3rem);
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.08;
    color: var(--ink);
    margin: 0;
}
.about__lead {
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--ink-soft);
    max-width: 34ch;
    margin: 0;
}
.about__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}
.about__intro { max-width: 520px; }
.about__list {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: grid;
    gap: 16px;
}
.about__list li { display: flex; gap: 14px; align-items: flex-start; }
.about__lic {
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #eef1f6;
    box-shadow: 0 4px 14px rgba(20, 30, 60, .06);
    color: var(--accent);
    font-size: 1.2rem;
}
.about__list li div { display: flex; flex-direction: column; }
.about__list li strong { color: var(--ink); font-weight: 600; }
.about__list li span { color: var(--ink-soft); font-size: .92rem; margin-top: 2px; }

.about__visual { position: relative; aspect-ratio: 4 / 3.3; }
.about__media {
    position: absolute;
    inset: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(var(--line) 1px, transparent 1px),
        linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size: 34px 34px;
    background-position: center center;
    -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 68%);
    mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 68%);
    pointer-events: none;
}
.about__img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.about__media:has(.about__img) .about__img { display: block; }
.about__media:has(.about__img) .about__media-icon { display: none; }
.about__media-icon {
    position: relative;
    z-index: 1;
    font-size: 5rem;
    color: #1a1c23;
    opacity: 1;
}

.about__chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 999px;
    padding: 9px 15px;
    font-size: .85rem;
    font-weight: 600;
    color: var(--ink);
    box-shadow: 0 12px 28px rgba(20, 30, 60, .14);
    animation: aboutFloat 5s ease-in-out infinite;
    white-space: nowrap;
}
.about__chip i { font-size: .95rem; }
.about__chip--1 { top: 9%; left: -5%; }
.about__chip--1 i { color: #fbbc05; }
.about__chip--2 { bottom: 15%; left: -7%; animation-delay: -1.6s; }
.about__chip--2 i { color: #188038; }
.about__chip--3 { top: 58%; right: -5%; animation-delay: -3.1s; }
.about__chip--3 i { color: var(--accent); }
@keyframes aboutFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}
@media (max-width: 860px) {
    .about__grid { grid-template-columns: 1fr; gap: 40px; }
    .about__world { display: none; }
    .about__intro {
        max-width: none;
        margin-inline: auto;
        text-align: center;
    }
    .about__lead {
        margin-inline: auto;
        max-width: 36ch;
    }
    .about__actions {
        justify-content: center;
    }
    .about__visual { width: 100%; max-width: 440px; margin: 0 auto; }
    .about__chip--1 { left: 2%; }
    .about__chip--2 { left: 0; }
    .about__chip--3 { right: 2%; }
}
@media (prefers-reduced-motion: reduce) {
    .about__chip { animation: none; }
}

/* ─── Vitrin: mobil uygulama slider ─────────────────────────── */
.showcase {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #eef2fb 100%);
    border-block: 1px solid #e6ebf5;
    color: var(--ink);
    padding-block: clamp(48px, 7vw, 96px);
}
.showcase__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(4, 17, 68, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(4, 17, 68, .05) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: radial-gradient(circle at 80% 25%, #000, transparent 72%);
    mask-image: radial-gradient(circle at 80% 25%, #000, transparent 72%);
    animation: gridDrift 24s linear infinite;
    pointer-events: none;
}
.showcase__glow {
    position: absolute;
    right: -6%;
    top: -18%;
    width: 55%;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(225, 29, 72, .12), transparent 62%);
    filter: blur(24px);
    pointer-events: none;
}
.showcase__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 44px;
    align-items: center;
}
.showcase__eyebrow {
    display: inline-block;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--accent-ink);
    margin-bottom: 14px;
}
.showcase__title {
    font-size: clamp(1.9rem, 3.6vw, 2.9rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0;
    color: var(--ink);
}
.showcase__desc {
    margin: 18px 0 26px;
    color: var(--ink-soft);
    font-size: 1.08rem;
    line-height: 1.6;
    max-width: 46ch;
}

/* teknolojik sekme butonları */
.showcase__tabs {
    display: grid;
    gap: 8px;
    margin-bottom: 30px;
    max-width: 400px;
}
.showcase__tab {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    text-align: left;
    padding: 11px 16px;
    border-radius: 14px;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform-origin: left center;
    transition: transform .28s cubic-bezier(.2, .7, .2, 1), box-shadow .28s ease, background .28s ease;
}
.showcase__tab:hover .showcase__tab-ic { color: var(--accent); }
.showcase__tab-ic {
    flex: none;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--ink-soft);
    background: #eef2fb;
    transition: color .25s ease, background .25s ease, box-shadow .25s ease;
}
.showcase__tab-tx { display: flex; flex-direction: column; line-height: 1.25; }
.showcase__tab-tx strong { font-weight: 600; color: var(--ink); font-size: 1rem; }
.showcase__tab-tx small { color: var(--ink-faint); font-size: .83rem; margin-top: 2px; }
.showcase__tab-prog { display: none; }
.showcase__tab.is-active {
    transform: scale(1.05);
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 16px 34px rgba(20, 30, 60, .14);
}
.showcase__tab.is-active .showcase__tab-ic {
    color: #fff;
    background: var(--accent);
    box-shadow: 0 8px 18px rgba(225, 29, 72, .35);
}

.showcase__cta { box-shadow: 0 12px 28px rgba(225, 29, 72, .22); }

/* App Store / Google Play rozetleri */
.store-badges { display: flex; flex-wrap: wrap; gap: 12px; }
.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    background: #000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    min-width: 158px;
    transition: transform .25s cubic-bezier(.2, .7, .2, 1), box-shadow .25s ease;
}
.store-badge:hover {
    transform: scale(1.07);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .28);
    color: #fff;
}
.store-badge i { font-size: 1.75rem; line-height: 1; }
.store-badge__tx { display: flex; flex-direction: column; line-height: 1.12; text-align: left; }
.store-badge__tx small { font-size: .68rem; opacity: .85; letter-spacing: .02em; }
.store-badge__tx strong { font-size: 1.04rem; font-weight: 600; }
.showcase__cta i { transition: transform .25s ease; }
.showcase__cta:hover i { transform: translateX(4px); }

.showcase__device {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone {
    position: relative;
    width: clamp(224px, 23vw, 286px);
    aspect-ratio: 300 / 620;
    background: linear-gradient(160deg, #2a2f3a, #0c0e13);
    border-radius: 42px;
    padding: 11px;
    box-shadow: 0 34px 64px rgba(0, 0, 0, .5), inset 0 0 0 2px rgba(255, 255, 255, .06);
    animation: phoneFloat 6s ease-in-out infinite;
}
.phone__island {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 92px;
    height: 26px;
    background: #000;
    border-radius: 20px;
    z-index: 3;
}
.phone__screen {
    position: relative;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
    background: #0a0f1e;
}
.showcase__swiper { height: 100%; }
.showcase__swiper .swiper-slide { height: 100%; }
.phone__slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.phone__slide i { font-size: 3rem; }
.phone__cap { font-size: .96rem; font-weight: 600; }
.phone__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.phone__slide--a { background: linear-gradient(160deg, #1a73e8, #0b3d91); }
.phone__slide--b { background: linear-gradient(160deg, #7c3aed, #3b0d75); }
.phone__slide--c { background: linear-gradient(160deg, #e11d48, #7a0f28); }
.phone__slide--d { background: linear-gradient(160deg, #059669, #044e3b); }
.showcase__swiper .swiper-pagination { bottom: 12px; }
.showcase__swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: .45;
}
.showcase__swiper .swiper-pagination-bullet-active { opacity: 1; }

@keyframes phoneFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
@media (max-width: 860px) {
    .showcase__inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .showcase__desc { margin-left: auto; margin-right: auto; }
    .showcase__tabs { margin-left: auto; margin-right: auto; }
    .showcase__tab { transform-origin: center; }
    .store-badges { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
    .phone, .showcase__grid, .showcase__tab-prog { animation: none; }
}

/* ─── Kart ızgaraları ───────────────────────────────────────── */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px){ .grid-3,.grid-4{ grid-template-columns: repeat(2,1fr);} }
@media (max-width: 640px){ .grid-2,.grid-3,.grid-4{ grid-template-columns: 1fr;} }

.card-x {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 30px; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    height: 100%;
}
.card-x:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.card-x .ico {
    width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center;
    background: var(--canvas-alt); color: var(--ink); font-size: 1.35rem; margin-bottom: 20px;
    border: 1px solid var(--line);
}
.card-x h3 { font-size: 1.22rem; font-weight: 600; margin: 0 0 8px; letter-spacing: normal; }
.card-x p { color: var(--ink-soft); margin: 0; font-size: .96rem; }

/* ─── Özellikler: dikey kartlar yan yana (site genişliği) ───── */
.features-section {
    overflow: hidden;
}
.features-visual-band {
    position: relative;
    width: 100%;
    height: clamp(380px, 48vh, 520px);
    margin-top: clamp(32px, 5vw, 52px);
    overflow: hidden;
}
.features-visual-swiper {
    width: 100%;
    height: 100%;
}
.features-visual-swiper .swiper-slide {
    width: clamp(220px, 20vw, 300px);
    height: 100%;
}
.feature-visual-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: clamp(16px, 2vw, 22px);
    background: #fff;
    box-shadow: none;
}
.feature-visual-slide__media {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    background: #fafbfd;
}
.feature-visual-slide__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(4, 17, 68, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(4, 17, 68, .035) 1px, transparent 1px);
    background-size: 28px 28px;
    background-position: center center;
    -webkit-mask-image: radial-gradient(circle at 50% 42%, #000 0%, transparent 78%);
    mask-image: radial-gradient(circle at 50% 42%, #000 0%, transparent 78%);
    pointer-events: none;
}
.feature-visual-slide__visual {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: clamp(14px, 3vw, 22px) clamp(12px, 2.5vw, 18px) clamp(96px, 18vw, 132px);
}
.feature-visual-slide__logo {
    height: clamp(42px, 7vw, 64px);
    width: auto;
    max-width: 72%;
    object-fit: contain;
}
.feature-visual-slide__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.feature-visual-slide__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: clamp(40px, 7vw, 64px) clamp(14px, 2.2vw, 20px) clamp(16px, 2.6vw, 22px);
    background: linear-gradient(to top, rgba(4, 17, 68, .96) 0%, rgba(4, 17, 68, .78) 42%, rgba(4, 17, 68, .12) 78%, transparent 100%);
    color: #fff;
    pointer-events: none;
}
.feature-visual-slide__title {
    margin: 0 0 8px;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.2;
}
.feature-visual-slide__desc {
    margin: 0;
    font-size: clamp(.82rem, 1.2vw, .95rem);
    line-height: 1.45;
    color: rgba(255, 255, 255, .84);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.feature-visual-slide__more {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: clamp(.78rem, 1.1vw, .88rem);
    font-weight: 600;
    color: rgba(255, 255, 255, .92);
    text-decoration: none;
}
.feature-visual-slide__more span {
    text-decoration: none;
    transition: text-decoration-color .2s ease;
}
.feature-visual-slide__more:hover span {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.feature-visual-slide__more i {
    font-size: .9em;
    transform: translateX(-8px);
    opacity: 0;
    transition: transform .22s ease, opacity .22s ease;
}
.feature-visual-slide__more:hover i {
    transform: translateX(0);
    opacity: 1;
}
@media (max-width: 767.98px) {
    .features-visual-band {
        height: clamp(340px, 44vh, 440px);
    }
    .features-visual-swiper .swiper-slide {
        width: clamp(200px, 62vw, 260px);
    }
}

/* ─── Çözümler kayar slider ─────────────────────────────────── */
.solutions-section {
    position: relative;
    overflow: hidden;
}
.solutions-section::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    width: min(1480px, 130vw);
    height: min(560px, 72vh);
    pointer-events: none;
    z-index: 0;
    opacity: .42;
    background-image:
        linear-gradient(60deg, rgba(4, 17, 68, .09) 1px, transparent 1px),
        linear-gradient(-60deg, rgba(4, 17, 68, .09) 1px, transparent 1px),
        linear-gradient(0deg, rgba(4, 17, 68, .05) 1px, transparent 1px);
    background-size: 84px 146px, 84px 146px, 42px 42px;
    background-position: center;
    mask-image: radial-gradient(ellipse 88% 78% at 50% 50%, #000 18%, transparent 72%);
}
.solutions-section .container-x,
.solutions-slider {
    position: relative;
    z-index: 1;
}
.solutions-slider {
    margin-top: clamp(32px, 5vw, 52px);
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
.solutions-swiper {
    padding: 8px clamp(16px, 4vw, 48px) 0;
    overflow: visible;
}
.solutions-swiper .swiper-slide {
    height: auto;
    display: flex;
}
.solution-slide {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(140px, 220px);
    align-items: center;
    gap: clamp(18px, 3vw, 32px);
    width: 100%;
    min-height: clamp(180px, 22vw, 240px);
    padding: clamp(22px, 3vw, 36px) clamp(22px, 3.5vw, 40px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
    transition: transform .32s ease;
}
.solution-slide:hover {
    transform: translateY(-4px);
    box-shadow: none;
}
.solution-slide__icon {
    width: clamp(56px, 8vw, 72px);
    height: clamp(56px, 8vw, 72px);
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--ink);
    color: #fff;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    flex-shrink: 0;
}
.solution-slide__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}
.solution-slide__title {
    font-size: clamp(1.2rem, 2.2vw, 1.65rem);
    font-weight: 600;
    color: var(--ink);
    line-height: 1.25;
}
.solution-slide__desc {
    font-size: clamp(.9rem, 1.4vw, 1rem);
    color: var(--ink-soft);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.solution-slide__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-size: .92rem;
    font-weight: 600;
    color: var(--accent);
}
.solution-slide__cta i { transition: transform .22s ease; }
.solution-slide:hover .solution-slide__cta i { transform: translateX(4px); }
.solution-slide__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 120px;
    padding: 16px;
    border-radius: 0;
    border: 0;
    background: transparent;
}
.solution-slide__visual-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--canvas-alt);
    color: var(--accent);
    font-size: 1.45rem;
}
.solution-slide__visual-label {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ink-faint);
}
.solutions-slider__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 28px;
    padding-bottom: 8px;
}
.solutions-slider__prev,
.solutions-slider__next {
    width: 44px;
    height: 44px;
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.solutions-slider__prev:hover,
.solutions-slider__next:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: #fff5f7;
}
.solutions-slider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 120px;
}
.solutions-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: var(--line-strong);
    opacity: 1;
    transition: transform .2s ease, background .2s ease;
}
.solutions-slider__pagination .swiper-pagination-bullet-active {
    background: var(--accent);
    transform: scale(1.25);
}
@media (max-width: 900px) {
    .solution-slide {
        grid-template-columns: auto minmax(0, 1fr);
    }
    .solution-slide__visual { display: none; }
}
@media (max-width: 560px) {
    .solution-slide {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .solution-slide__icon {
        justify-self: flex-start;
    }
}

/* Öne çıkan büyük çözüm kartı (legacy) */
.solution {
    position: relative; overflow: hidden; border-radius: var(--radius-lg);
    border: 1px solid var(--line); background: #fff; padding: 40px;
    display: flex; flex-direction: column; min-height: 340px;
    transition: transform .35s ease, box-shadow .35s ease;
}
.solution:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.solution .s-ico { font-size: 1.8rem; width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; background: var(--ink); color: #fff; margin-bottom: 22px; }
.solution h3 { font-size: 1.6rem; font-weight: 600; letter-spacing: normal; margin: 0 0 10px; }
.solution p { color: var(--ink-soft); margin: 0 0 20px; }
.solution ul { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.solution li { display: flex; align-items: center; gap: 10px; font-size: .95rem; color: var(--ink); }
.solution li i { color: #34c759; }
.solution .s-foot { margin-top: auto; }

/* Özellik satırı (küçük ikon + metin) */
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 40px; }
@media (max-width: 900px){ .feature-list{ grid-template-columns: repeat(2,1fr);} }
@media (max-width: 560px){ .feature-list{ grid-template-columns: 1fr;} }
.feature-line { display: flex; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); }
.feature-line i { color: var(--accent); font-size: 1.15rem; margin-top: 2px; }
.feature-line b { font-weight: 600; display: block; font-size: .98rem; }
.feature-line span { color: var(--ink-soft); font-size: .88rem; }

/* ─── Modül showcase (koyu bölüm) ───────────────────────────── */
.module-card {
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
    border-radius: var(--radius); padding: 28px; height: 100%;
    transition: background .3s ease, transform .3s ease, border-color .3s ease;
}
.module-card:hover { background: rgba(255,255,255,.07); transform: translateY(-4px); border-color: rgba(255,255,255,.2); }
.module-card .ico { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; font-size: 1.25rem; margin-bottom: 18px; }
.module-card h3 { font-size: 1.15rem; margin: 0 0 8px; font-weight: 600; }
.module-card p { color: #a1a1a6; margin: 0; font-size: .93rem; }

/* ─── Entegrasyon logoları ──────────────────────────────────── */
.integrations {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.int-chip {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: #fff;
    font-weight: 500;
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.int-chip:hover {
    border-color: var(--line-strong);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(4, 17, 68, .06);
}
.int-chip__media {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.int-chip__label {
    min-width: 0;
    font-size: .94rem;
    line-height: 1.25;
    color: var(--ink);
}
.int-chip--logo .int-chip__media {
    width: 112px;
    height: 40px;
}
.int-chip__logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}
.int-chip--icon .int-chip__media {
    width: 44px;
    height: 44px;
    border-radius: 12px;
}
.int-chip--icon .int-chip__media i {
    font-size: 1.35rem;
    line-height: 1;
}
.int-chip--caller .int-chip__media { background: #e8f1ff; color: #2563eb; }
.int-chip--pos .int-chip__media { background: #e8f8ef; color: #16a34a; }
.int-chip--printer .int-chip__media { background: #f1f5f9; color: #475569; }
.int-chip--whatsapp .int-chip__media { background: #e8f8ef; color: #25d366; }
.int-chip--sms .int-chip__media { background: #f3e8ff; color: #9333ea; }
.int-chip--mail .int-chip__media { background: #ffe8e8; color: #ea4335; }
.int-chip--qr .int-chip__media { background: #e8ecf8; color: #041144; }
.int-chip--mobile .int-chip__media { background: #fff0f3; color: #e11d48; }
@media (max-width: 1100px) {
    .integrations { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
    .integrations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .int-chip {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 14px 10px;
        text-align: center;
    }
    .int-chip:hover { transform: none; }
    .int-chip--logo .int-chip__media {
        width: 100%;
        max-width: 132px;
        height: 34px;
    }
    .int-chip__logo {
        object-position: center center;
    }
    .int-chip--icon .int-chip__media {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }
    .int-chip--icon .int-chip__media i {
        font-size: 1.2rem;
    }
    .int-chip__label {
        font-size: .8rem;
        line-height: 1.35;
        word-break: break-word;
    }
}
@media (max-width: 400px) {
    .integrations {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .int-chip {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 12px 14px;
        text-align: left;
    }
    .int-chip--logo .int-chip__media {
        width: 88px;
        max-width: none;
        height: 32px;
        flex-shrink: 0;
    }
    .int-chip__logo {
        object-position: left center;
    }
    .int-chip--icon .int-chip__media {
        width: 38px;
        height: 38px;
        flex-shrink: 0;
    }
    .int-chip__label {
        font-size: .86rem;
        flex: 1;
    }
}

/* ─── Ürünler (minimal Apple tarzı) ─────────────────────────── */
.products-section {
    background: #fbfbfd;
    border-block: 1px solid rgba(0, 0, 0, .04);
}
.products-head {
    max-width: 720px;
    margin-inline: auto;
}
.products-eyebrow {
    margin: 0 0 14px;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--accent-ink);
}
.products-title {
    margin: 0;
    font-size: clamp(2.35rem, 5.2vw, 3.75rem);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.04;
    color: var(--ink);
}
.products-lead {
    margin: 18px 0 0;
    font-size: clamp(1.02rem, 1.8vw, 1.2rem);
    line-height: 1.55;
    color: var(--ink-soft);
}
.products-feature {
    margin-top: clamp(44px, 7vw, 72px);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: clamp(28px, 5vw, 56px);
    align-items: center;
    padding: clamp(28px, 4.5vw, 52px);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03), 0 18px 48px rgba(0, 0, 0, .05);
}
.products-feature__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(220px, 32vw, 320px);
    border-radius: 22px;
    background: linear-gradient(180deg, #f5f5f7 0%, #ececf1 100%);
}
.products-feature__badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 980px;
    background: rgba(225, 29, 72, .08);
    color: var(--accent-ink);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.products-lineup {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}
.products-item {
    display: flex;
    flex-direction: column;
    padding: clamp(22px, 3.2vw, 32px);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03), 0 8px 28px rgba(0, 0, 0, .04);
    transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease;
}
.products-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 16px 40px rgba(0, 0, 0, .07);
}
.products-item--accent {
    background: linear-gradient(180deg, #fff 0%, #fff9fb 100%);
}
.products-item__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(100px, 14vw, 128px);
    margin-bottom: 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f5f5f7 0%, #ebebf0 100%);
}
.products-item__cat {
    margin: 0 0 6px;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-faint);
}
.products-item__name {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.1;
    color: var(--ink);
}
.products-item__desc {
    margin: 10px 0 0;
    font-size: .94rem;
    line-height: 1.5;
    color: var(--ink-soft);
}
.products-specs {
    margin: 14px 0 0;
    font-size: .82rem;
    line-height: 1.45;
    color: var(--ink-faint);
}
.products-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    padding-top: 20px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--accent-ink);
    text-decoration: none;
    transition: gap .22s ease, color .22s ease;
}
.products-cta span {
    font-size: 1.15em;
    line-height: 1;
    transition: transform .22s ease;
}
.products-cta:hover {
    color: var(--accent-hover);
    gap: 8px;
}
.products-cta:hover span {
    transform: translateX(2px);
}
.products-cta--subtle {
    font-size: .92rem;
    padding-top: 16px;
}
.products-device {
    position: relative;
    display: block;
}
.products-device--pro {
    width: min(280px, 72%);
    height: 168px;
}
.products-device--pro .products-device__screen {
    position: absolute;
    left: 12%;
    top: 8%;
    width: 52%;
    height: 62%;
    border-radius: 12px;
    background: linear-gradient(145deg, #2b3b48 0%, #1a1c23 100%);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
}
.products-device--pro .products-device__screen::after {
    content: '';
    position: absolute;
    inset: 10%;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .12), transparent);
}
.products-device--pro .products-device__base {
    position: absolute;
    left: 24%;
    bottom: 10%;
    width: 28%;
    height: 8%;
    border-radius: 0 0 8px 8px;
    background: #d2d2d7;
}
.products-device--pro .products-device__customer {
    position: absolute;
    right: 10%;
    top: 22%;
    width: 30%;
    height: 48%;
    border-radius: 10px;
    border: 3px solid #d2d2d7;
    background: #f5f5f7;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}
.products-device--stack {
    width: 88px;
    height: 72px;
    border-radius: 10px;
    background: linear-gradient(145deg, #3d4f5f, #2b3b48);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}
.products-device--stack::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 44px;
    height: 6px;
    margin-left: -22px;
    border-radius: 0 0 6px 6px;
    background: #d2d2d7;
}
.products-device--printer {
    width: 96px;
    height: 64px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #d2d2d7;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}
.products-device--printer::before {
    content: '';
    position: absolute;
    left: 14%;
    top: 18%;
    width: 72%;
    height: 34%;
    border-radius: 4px;
    background: #ececf1;
}
.products-device--printer::after {
    content: '';
    position: absolute;
    left: 22%;
    bottom: 16%;
    width: 56%;
    height: 22%;
    border-radius: 3px;
    background: #f5f5f7;
    box-shadow: inset 0 0 0 1px #e5e5ea;
}
.products-device--license {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(145deg, #fff, #f5f5f7);
    border: 1px solid #e5e5ea;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}
.products-device--license::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    border-radius: 8px;
    background: linear-gradient(145deg, var(--accent), #be123c);
    opacity: .88;
}
.products-device--menu {
    width: 64px;
    height: 88px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e5e5ea;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
}
.products-device--menu::before,
.products-device--menu::after {
    content: '';
    position: absolute;
    left: 18%;
    width: 64%;
    height: 6px;
    border-radius: 3px;
    background: #ececf1;
}
.products-device--menu::before { top: 22%; }
.products-device--menu::after { top: 36%; box-shadow: 0 14px 0 #ececf1, 0 28px 0 #f5f5f7; }
@media (max-width: 1100px) {
    .products-lineup { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
    .products-feature {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .products-feature__body { order: 2; }
    .products-feature__visual { order: 1; min-height: 200px; }
    .products-cta { justify-content: center; }
}
@media (max-width: 560px) {
    .products-lineup { grid-template-columns: 1fr; }
    .products-title br { display: none; }
}

/* ─── Referanslar (koyu zemin + dünya efekti) ───────────────── */
.refs-section {
    position: relative;
    overflow: hidden;
    background: var(--dark);
    color: #f5f5f7;
}
.refs-section .eyebrow { color: var(--accent); }
.refs-section .h-section,
.refs-section .display { color: #fff; }
.refs-section .lead { color: rgba(255, 255, 255, .72); }
.refs-section__stat {
    margin: 0;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .52);
}
.refs-section__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.refs-section__grid {
    position: absolute;
    inset: -30%;
    background-image:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: .45;
    -webkit-mask-image: radial-gradient(ellipse 85% 75% at 50% 42%, #000 0%, transparent 72%);
    mask-image: radial-gradient(ellipse 85% 75% at 50% 42%, #000 0%, transparent 72%);
    animation: refsGridDrift 36s linear infinite;
}
@keyframes refsGridDrift {
    to { background-position: 54px 54px; }
}
.refs-section__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
    pointer-events: none;
}
.refs-section__glow--1 {
    left: 18%;
    top: 12%;
    width: 42%;
    height: 42%;
    background: radial-gradient(circle, rgba(225, 29, 72, .1), transparent 68%);
    opacity: .35;
    animation: refsGlowPulse 8s ease-in-out infinite;
}
.refs-section__glow--2 {
    right: 8%;
    bottom: 6%;
    width: 36%;
    height: 36%;
    background: radial-gradient(circle, rgba(91, 143, 212, .08), transparent 70%);
    opacity: .3;
    animation: refsGlowPulse 10s ease-in-out infinite reverse;
}
@keyframes refsGlowPulse {
    0%, 100% { opacity: .25; transform: scale(1); }
    50% { opacity: .4; transform: scale(1.04); }
}
.refs-section__world {
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
    width: min(920px, 130vw);
    aspect-ratio: 1;
    opacity: .22;
}
.refs-section__globe {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.refs-section__globe-line {
    fill: none;
    stroke: rgba(255, 255, 255, .04);
    stroke-width: 1;
}
.refs-section__globe-line--thin {
    stroke: rgba(255, 255, 255, .025);
}
.refs-section__meridians {
    transform-origin: 210px 210px;
    animation: refsMeridianSpin 48s linear infinite;
}
@keyframes refsMeridianSpin {
    to { transform: rotate(360deg); }
}
.refs-section__orbit {
    transform-origin: 210px 210px;
}
.refs-section__orbit--1 { animation: refsMeridianSpin 34s linear infinite reverse; }
.refs-section__orbit--2 { animation: refsMeridianSpin 52s linear infinite; }
.refs-section__orbit-ring {
    fill: none;
    stroke: rgba(255, 255, 255, .05);
    stroke-width: 1.2;
}
.refs-section__orbit-ring--dash {
    stroke-dasharray: 6 14;
    stroke: rgba(225, 29, 72, .14);
}
.refs-section__orbit-dot {
    fill: #fff;
    opacity: .45;
    filter: none;
}
.refs-section__orbit-dot--soft {
    fill: var(--accent);
    opacity: .4;
    filter: none;
}
.refs-section__inner {
    position: relative;
    z-index: 2;
}
.refs-logos {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px 6px;
    position: relative;
    z-index: 2;
}
.refs-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(72px, 9vw, 96px);
    padding: 2px;
    background: none;
    border-radius: 0;
    opacity: 0;
    transform: translateY(14px) scale(.96);
    transition: opacity .55s cubic-bezier(.2, .7, .2, 1), transform .55s cubic-bezier(.2, .7, .2, 1);
}
.refs-logo.is-visible {
    opacity: 1;
    transform: none;
}
.refs-logo:hover {
    background: none;
    transform: none;
}
.refs-logo.is-visible:hover {
    transform: none;
}
.refs-logo img {
    display: block;
    max-width: 96%;
    max-height: clamp(64px, 8.2vw, 88px);
    width: auto;
    object-fit: contain;
    opacity: .96;
    transition: opacity .25s ease, transform .25s ease;
}
.refs-logo:hover img {
    opacity: 1;
    transform: scale(1.03);
}
@media (min-width: 1400px) {
    .refs-logos { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 7px 5px; }
    .refs-logo img { max-height: 92px; }
}
@media (max-width: 1100px) {
    .refs-logos { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px 6px; }
}
@media (max-width: 900px) {
    .refs-logos { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .refs-section__world { top: 34%; width: min(760px, 150vw); opacity: .16; }
}
@media (max-width: 767.98px) {
    .refs-logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px 10px;
    }
    .refs-logo {
        min-height: clamp(76px, 22vw, 96px);
    }
    .refs-logo img {
        max-height: clamp(56px, 18vw, 72px);
    }
}
@media (prefers-reduced-motion: reduce) {
    .refs-section__grid,
    .refs-section__glow,
    .refs-section__meridians,
    .refs-section__orbit { animation: none; }
    .refs-logo { opacity: 1; transform: none; }
}

/* ─── İletişim ──────────────────────────────────────────────── */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; }
@media (max-width: 900px){ .contact-wrap{ grid-template-columns: 1fr; } }
.contact-info .row-i { display: flex; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-info .row-i i { font-size: 1.4rem; color: var(--accent); }
.contact-info .row-i b { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-faint); margin-bottom: 3px; }
.contact-info .row-i a, .contact-info .row-i span { font-size: 1.05rem; color: var(--ink); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .85rem; font-weight: 500; margin-bottom: 8px; color: var(--ink-soft); }
.field input, .field textarea, .field select {
    width: 100%; padding: 13px 16px; border: 1px solid var(--line-strong);
    border-radius: 12px; font: inherit; color: var(--ink); background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
    outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(225,29,72,.12);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: .8rem; color: var(--ink-faint); margin-top: 4px; }
.alert-x { padding: 14px 18px; border-radius: 12px; font-size: .92rem; margin-bottom: 18px; }
.alert-ok { background: #e9f9ee; color: #1a7f37; border: 1px solid #bfe9cc; }
.alert-err { background: #fdecea; color: #c4341f; border: 1px solid #f5c6be; }

/* ─── CTA bandı ─────────────────────────────────────────────── */
.cta-band {
    border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 80px);
    background: linear-gradient(135deg, #0a0a0c, #1c1c22 60%, #23233a);
    color: #fff; text-align: center; position: relative; overflow: hidden;
}
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 600; letter-spacing: normal; margin: 0 0 14px; }
.cta-band p { color: #b9b9c0; max-width: 560px; margin: 0 auto 30px; }

/* ─── Footer ────────────────────────────────────────────────── */
.footer { background: var(--canvas-alt); border-top: 1px solid var(--line); padding-block: 64px 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; }
@media (max-width: 800px){ .footer-grid{ grid-template-columns: 1fr 1fr; gap: 32px 20px; } }
.footer h4 { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-faint); margin: 0 0 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer a { color: var(--ink-soft); font-size: .93rem; }
.footer a:hover { color: var(--ink); }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; color: var(--ink-faint); font-size: .85rem; }

/* WhatsApp butonu (destek ikonunun altında, eşit boyut) */
.wa-float {
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #1aad56;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.85rem;
    box-shadow: 0 14px 30px rgba(26, 173, 86, .42);
    -webkit-tap-highlight-color: transparent;
    transition: transform .3s ease, box-shadow .3s ease;
}
.wa-float:hover { transform: scale(1.07); box-shadow: 0 20px 42px rgba(26, 173, 86, .52); }
.wa-float:focus, .wa-float:active, .wa-float:focus-visible { outline: none; }

/* Yukarı çık butonu (WhatsApp ile eşit boyut, en altta) */
.to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    background: var(--dark);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 14px 30px rgba(4, 17, 68, .35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease, box-shadow .3s ease;
    z-index: 1400;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top.is-visible:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(4, 17, 68, .45); }
@media (max-width: 600px) {
    .to-top { width: 60px; height: 60px; right: 16px; bottom: 16px; font-size: 1.35rem; }
}

/* ─── Tay maskot + iletişim modalı ──────────────────────────── */
.tay-widget {
    position: fixed;
    right: 24px;
    top: 50%;
    bottom: auto;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-50%);
    z-index: 1400;
    isolation: isolate;
    pointer-events: none;
    will-change: auto;
}
.tay-stack { pointer-events: auto; }
body.is-mega-open .tay-widget,
body.is-mega-open .to-top {
    z-index: 6;
}
.tay-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1400;
}
.tay-btnwrap { position: relative; }
.tay-divider {
    position: relative;
    width: 2px;
    height: 34px;
    border-radius: 2px;
    background: #d7dbe6;
    transition: background .3s ease;
}
.tay-stack:hover .tay-divider { background: var(--dark); }
/* çizgi ortasındaki daire — hover'da ilgili butona kayar */
.tay-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(50% - 4.5px);
    width: 9px;
    height: 9px;
    margin-left: -4.5px;
    border-radius: 50%;
    background: var(--dark);
    box-shadow: 0 0 0 3px #fff, 0 2px 6px rgba(4, 17, 68, .25);
    transition: top .4s cubic-bezier(.2, .7, .2, 1);
}
.tay-stack:has(.tay-btnwrap:hover) .tay-divider::after { top: 0; }
.tay-stack:has(.wa-float:hover) .tay-divider::after { top: calc(100% - 9px); }
.tay-mascot {
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    background: var(--accent);
    color: #fff;
    box-shadow: 0 14px 30px rgba(225, 29, 72, .42);
    display: grid;
    place-items: center;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform .3s ease, box-shadow .3s ease;
}
.tay-mascot:hover { transform: scale(1.07); box-shadow: 0 20px 42px rgba(225, 29, 72, .52); }
.tay-mascot:focus { outline: none; }
.tay-mascot:focus-visible { box-shadow: 0 0 0 4px rgba(225, 29, 72, .3), 0 14px 30px rgba(225, 29, 72, .42); }

/* destek ikonu + çalma animasyonu */
.tay-ic {
    position: relative;
    z-index: 2;
    font-size: 1.85rem;
    color: #fff;
    transform-origin: 50% 20%;
    animation: tayRing 2.6s ease-in-out infinite;
}
@keyframes tayRing {
    0%, 58%, 100% { transform: rotate(0); }
    64% { transform: rotate(-13deg); }
    72% { transform: rotate(11deg); }
    80% { transform: rotate(-8deg); }
    88% { transform: rotate(5deg); }
}

/* dalga halkaları — yalnızca hover'da çalışır */
.tay-ping {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--accent);
    opacity: 0;
    pointer-events: none;
}
.tay-ping--wa { border-color: #1aad56; }
.tay-mascot:hover .tay-ping,
.wa-float:hover .tay-ping {
    animation: tayPing 2.6s ease-out infinite;
}
.tay-mascot:hover .tay-ping--2,
.wa-float:hover .tay-ping--2 {
    animation-delay: 1.3s;
}
@keyframes tayPing {
    0% { transform: scale(1); opacity: .55; }
    100% { transform: scale(1.5); opacity: 0; }
}

/* WhatsApp hover tooltip'i */
.tay-tip {
    position: absolute;
    right: 84px;
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    white-space: nowrap;
    background: var(--dark);
    color: #fff;
    font-size: .82rem;
    font-weight: 500;
    padding: 8px 13px;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(4, 17, 68, .25);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 3;
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.tay-tip::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 0 6px 7px;
    border-style: solid;
    border-color: transparent transparent transparent var(--dark);
}
.wa-float:hover .tay-tip,
.tay-tip.is-shown {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

/* Destek balonu — sadece hover'da görünür */
.tay-bubble {
    position: absolute;
    right: 84px;
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    white-space: nowrap;
    background: var(--dark);
    color: #fff;
    font-size: .86rem;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(4, 17, 68, .25);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.tay-btnwrap:hover .tay-bubble {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}
.tay-bubble__ic { margin-right: 6px; font-size: .95em; vertical-align: -1px; }
.tay-bubble::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 0 6px 7px;
    border-style: solid;
    border-color: transparent transparent transparent var(--dark);
}
@keyframes tayFloat { 0%, 100% { transform: translateY(-50%); } 50% { transform: translateY(-58%); } }
.tay-bubble__close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 19px;
    height: 19px;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 50%;
    background: #fff;
    color: var(--dark);
    display: grid;
    place-items: center;
    font-size: .82rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    -webkit-tap-highlight-color: transparent;
}
.tay-bubble__close:hover { background: #f0f0f2; }
.tay--open .tay-bubble,
.tay-bubble.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
}

/* backdrop — mega menü ile aynı tam sayfa karartma */
.tay-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(26, 28, 35, .45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
    z-index: 10040;
}
.tay-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* modal */
.tay-modal {
    position: fixed;
    right: 104px;
    top: 50%;
    transform: translateY(-50%) scale(.92);
    width: 340px;
    max-height: 88vh;
    overflow: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 30px 70px rgba(4, 17, 68, .28);
    padding: 22px;
    z-index: 10050;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s ease, transform .28s cubic-bezier(.2, .7, .2, 1), visibility .28s ease;
}
.tay-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
}
.tay-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 9px;
    background: #f1f3f7;
    color: var(--ink-soft);
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    display: grid;
    place-items: center;
    transition: background .2s ease, color .2s ease;
}
.tay-modal__close:hover { background: #e6e9ef; color: var(--ink); }
.tay-modal__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 6px;
    padding-right: 36px;
}
.tay-modal__title {
    flex: 1;
    min-width: 0;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.3;
}
.tay-modal__avatar {
    flex: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--accent);
    border: 0;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 8px 18px rgba(225, 29, 72, .3);
}
.tay-modal__avatar i { font-size: 1.35rem; color: #fff; }
.tay-modal__sub { margin: 0 0 16px; color: var(--ink-soft); font-size: .82rem; white-space: nowrap; }

.tay-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.tay-form { display: grid; gap: 10px; }
.tay-input {
    width: 100%;
    padding: 13px 15px;
    border: 1.5px solid transparent;
    border-radius: 12px;
    font: inherit;
    color: var(--ink);
    background: #f4f6fb;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.tay-input::placeholder { color: #9aa3b2; }
.tay-input:focus {
    outline: none;
    background: #fff;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(225, 29, 72, .12);
}
.tay-form__submit { width: 100%; justify-content: center; margin-top: 6px; }

/* Modal açıkken arka plan kilidi — form içi kaydırma serbest */
html.tay-modal-open,
body.tay-modal-open {
    overflow: hidden;
}
body.tay-modal-open .to-top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
body.tay-modal-open .site-header {
    z-index: 100;
}
.tay-modal.is-open {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
}

@media (max-width: 991.98px) {
    html { scroll-padding-top: 88px; }
    .tay-widget {
        position: static;
        transform: none;
        pointer-events: none;
    }
    .tay-stack { pointer-events: auto; }
    .tay-modal {
        right: 14px;
        left: 14px;
        top: auto;
        bottom: max(16px, env(safe-area-inset-bottom, 0px));
        width: auto;
        max-height: min(85dvh, calc(100dvh - 32px));
        transform: translateY(calc(100% + 24px));
    }
    .tay-modal.is-open {
        transform: translateY(0);
    }
    .tay-modal__sub { white-space: normal; }
    .tay-modal__close { z-index: 3; }
    .tay-input { font-size: 16px; }
    #iletisim .field input,
    #iletisim .field textarea,
    #iletisim .field select { font-size: 16px; }
}

@media (max-width: 600px) {
    .tay-mascot { width: 60px; height: 60px; }
    .wa-float { width: 60px; height: 60px; font-size: 1.7rem; }
    .tay-ic { font-size: 1.7rem; }
}
@media (prefers-reduced-motion: reduce) {
    .tay-ic, .tay-ping, .tay-bubble { animation: none; }
}

/* ─── AOS benzeri hafif giriş animasyonu (JS ile tetiklenir) ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; transition:none;} html{scroll-behavior:auto;} }

/* Yardımcılar */
.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mt-10{margin-top:40px}
.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-10{margin-bottom:40px}
.text-center{text-align:center}.divider{height:1px;background:var(--line);border:0;margin:0}
