/* ==========================================================================
   Ossdoy — Herkese açık site
   Sayfalar: /  ·  /features  ·  /how-it-works  ·  /pricing  ·  /about  ·  /contact
   Bölümler: token'lar · tipografi · butonlar · header (üst şerit + navbar + mobil çekmece) · footer
             · maketler (telefon, NFC kart, QR) · hero · ana sayfa (bento, adımlar, vitrin) · alt sayfa bileşenleri · responsive
   Marka: lacivert #0A1A2F + mavi #2F6FD1 (ossdoy.com logosu). Tüm metinler Plus Jakarta Sans (RTL'de Tajawal).
   Görsel dil uscalegal.av.tr'den: fotoğraflı koyu hero, şeffaftan beyaza dönen navbar, çizgili bölüm etiketleri.
   ========================================================================== */

/* ------------------------------------------------------------ Tokens */
.site {
    --bg: #FFFFFF;
    --bg-soft: #F5F7FA;
    --bg-mute: #ECF0F5;
    --ink: #0A1A2F;
    --ink-2: #2D3A4D;
    --muted: #5C6A7D;
    --line: #E3E8EF;
    --line-strong: #D3DAE4;
    --blue: #2F6FD1;
    --blue-600: #2359B0;
    --blue-soft: #EAF1FC;
    --sky: #6CC3F5;
    --green: #1F8A55;
    --green-soft: #E6F5ED;
    --navy: #0A1A2F;
    --navy-2: #122A45;
    --navy-deep: #061220;
    --r-sm: 8px;
    --r-md: 12px;
    --r-lg: 16px;
    --r-xl: 20px;
    --ease: cubic-bezier(0.165, 0.84, 0.44, 1);
    --shadow-sm: 0 1px 2px rgba(10, 26, 47, 0.06), 0 1px 1px rgba(10, 26, 47, 0.03);
    --shadow-md: 0 22px 44px -22px rgba(10, 26, 47, 0.28);
    --shadow-lg: 0 60px 100px -45px rgba(10, 26, 47, 0.55);
    --font-body: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --font-display: var(--font-body);
    --top-h: 40px;
    --nav-h: 84px;
    --header-h: calc(var(--top-h) + var(--nav-h));

    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-body);
}

.site ::selection { background: var(--ink); color: #fff; }

/* -------------------------------------------------------- Typography */
.site h1, .site h2 { font-family: var(--font-display); color: var(--ink); font-weight: 700; letter-spacing: -0.02em; }
.site h3 { color: var(--ink); font-weight: 600; letter-spacing: -0.015em; }
.s-label, .s-btn, .s-link, .s-nav__links a, .s-drawer__nav a { font-family: var(--font-display); }
[dir="rtl"] .site h1, [dir="rtl"] .site h2, [dir="rtl"] .site h3 { font-family: 'Tajawal', 'Inter', sans-serif; letter-spacing: 0; font-weight: 700; }
[dir="rtl"] .s-label, [dir="rtl"] .s-btn, [dir="rtl"] .s-link, [dir="rtl"] .s-nav__links a, [dir="rtl"] .s-drawer__nav a { font-family: 'Tajawal', 'Inter', sans-serif; }

.s-wrap { max-width: 1240px; margin-inline: auto; padding-inline: 24px; }

.s-section { padding-block: 120px; }
.s-section--tight { padding-block: 24px 120px; }
.s-section--flush-top { padding-top: 0; }
.s-section--white { background: var(--bg-soft); }
.s-section--dark { position: relative; background: linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-2) 100%); color: #fff; overflow: hidden; isolation: isolate; }
.s-section--dark::before {
    content: ''; position: absolute; inset: 0; z-index: -1;
    background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
}

/* Bölüm etiketi: ince çizgi + aralıklı büyük harf */
.s-label {
    display: inline-flex; align-items: center; gap: 12px;
    margin: 0 0 18px;
    color: var(--blue); font-size: 0.76rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
}
.s-label::before { content: ''; flex: none; width: 34px; height: 1.5px; background: currentColor; }
[dir="rtl"] .s-label { letter-spacing: 0; }
.s-section--dark .s-label, .band .s-label { color: var(--sky); }

.s-h1 { font-size: clamp(2.4rem, 4.8vw, 4rem); line-height: 1.1; margin: 0; max-width: 16ch; text-wrap: balance; }
.s-h2 { font-size: clamp(1.95rem, 3.5vw, 2.9rem); line-height: 1.16; margin: 0; max-width: 21ch; text-wrap: balance; }
.s-h3 { font-size: 1.1rem; line-height: 1.35; margin: 0 0 8px; }

.s-lead { font-size: clamp(1.04rem, 1.3vw, 1.16rem); line-height: 1.8; color: var(--muted); max-width: 580px; margin: 24px 0 0; }
.s-text { color: var(--muted); line-height: 1.85; margin: 16px 0 0; }
.s-text--lg { font-size: 1.12rem; color: var(--ink-2); }

.s-section--dark h2, .s-section--dark h3 { color: #fff; }
.s-section--dark .s-lead, .s-section--dark .s-text { color: rgba(255, 255, 255, 0.68); }

.s-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px 48px; margin-bottom: 56px; }
.s-head > div { max-width: 720px; }
.s-head--center { flex-direction: column; align-items: center; text-align: center; }
.s-head--center .s-h2, .s-head--center .s-lead { margin-inline: auto; }

/* ----------------------------------------------------------- Buttons */
.s-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    height: 52px; padding-inline: 30px;
    border: 1px solid transparent; border-radius: 4px;
    font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
    line-height: 1; white-space: nowrap; text-decoration: none; cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.35s var(--ease), transform 0.35s var(--ease);
}
[dir="rtl"] .s-btn { letter-spacing: 0; font-size: 0.95rem; }
.s-btn i { font-size: 1rem; transition: transform 0.25s var(--ease); }
.s-btn:hover { transform: translateY(-3px); }
.s-btn:hover i.bi-arrow-right { transform: translateX(3px); }
[dir="rtl"] .s-btn:hover i.bi-arrow-right { transform: scaleX(-1) translateX(3px); }
.s-btn:active { transform: translateY(0); }
.s-btn--sm { height: 44px; padding-inline: 22px; font-size: 0.76rem; }

.s-btn--dark { background: var(--ink); border-color: var(--ink); color: #fff; }
.s-btn--dark:hover, .s-btn--dark:focus-visible { background: var(--blue); border-color: var(--blue); color: #fff; box-shadow: 0 12px 28px rgba(47, 111, 209, 0.35); }
.s-btn--blue { background: var(--blue); border-color: var(--blue); color: #fff; box-shadow: 0 10px 30px rgba(47, 111, 209, 0.35); }
.s-btn--blue:hover, .s-btn--blue:focus-visible { background: #fff; border-color: #fff; color: var(--ink); box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18); }
.s-btn--line { background: transparent; color: var(--ink); border-color: rgba(10, 26, 47, 0.3); }
.s-btn--line:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.s-btn--white { background: #fff; border-color: #fff; color: var(--ink); }
.s-btn--white:hover { background: var(--blue); border-color: var(--blue); color: #fff; box-shadow: 0 12px 28px rgba(47, 111, 209, 0.35); }
.s-btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.55); }
.s-btn--ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: var(--sky); color: var(--sky); }

.site .s-btn:focus-visible, .site a:focus-visible, .site summary:focus-visible, .site button:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

.s-link {
    display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px;
    border-bottom: 1px solid var(--line-strong); color: var(--ink);
    font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none;
    transition: border-color 0.2s, color 0.2s, gap 0.25s var(--ease);
}
[dir="rtl"] .s-link { letter-spacing: 0; font-size: 0.95rem; }
.s-link:hover { color: var(--blue); border-color: var(--blue); gap: 12px; }
.s-section--dark .s-link { color: #fff; border-color: rgba(255, 255, 255, 0.3); }
.s-section--dark .s-link:hover { color: var(--sky); border-color: var(--sky); }

[dir="rtl"] .site .bi-arrow-right { display: inline-block; transform: scaleX(-1); }

/* ------------------------------------------------------------ Header: üst şerit + navbar
   Sayfanın koyu hero'sunun üzerinde şeffaf başlar; kaydırınca üst şerit gizlenir, navbar beyaza döner. */
.s-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1050; transition: transform 0.4s var(--ease); }
.s-header.is-scrolled { transform: translateY(calc(var(--top-h) * -1)); }

.s-top { height: var(--top-h); background: var(--navy-deep); border-bottom: 1px solid rgba(108, 195, 245, 0.2); color: rgba(255, 255, 255, 0.7); font-size: 0.78rem; letter-spacing: 0.02em; }
.s-top__inner { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.s-top__group { display: flex; align-items: center; gap: 28px; }
.s-top a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: color 0.3s; }
.s-top a:hover { color: var(--sky); }
.s-top i { margin-inline-end: 8px; color: var(--sky); }
.s-top .lang-switch .dropdown-toggle { height: 30px; padding: 0 8px 0 4px; background: transparent; border-color: transparent; font-size: 0.78rem; }
.s-top .lang-switch .dropdown-toggle:hover { background: rgba(255, 255, 255, 0.08); }
.s-top .lang-flag { width: 18px; height: 18px; }

.s-nav { border-bottom: 1px solid rgba(255, 255, 255, 0.12); transition: background-color 0.4s, box-shadow 0.4s, border-color 0.4s; }
.s-nav__bar { display: flex; align-items: center; gap: 36px; height: var(--nav-h); transition: height 0.4s var(--ease); }
.s-header.is-scrolled .s-nav {
    background: rgba(255, 255, 255, 0.97); border-bottom-color: transparent;
    -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
    box-shadow: 0 6px 30px rgba(10, 26, 47, 0.08);
}
.s-header.is-scrolled .s-nav__bar { height: 72px; }

/* Logo: koyu zeminde beyaz, beyaz zeminde renkli sürüm */
.s-nav__logo { position: relative; flex-shrink: 0; display: block; line-height: 0; }
.s-nav__logo img { height: 36px; width: auto; transition: opacity 0.3s; }
.s-nav__logo .is-dark { position: absolute; inset-inline-start: 0; top: 0; opacity: 0; }
.s-header.is-scrolled .s-nav__logo .is-light { opacity: 0; }
.s-header.is-scrolled .s-nav__logo .is-dark { opacity: 1; }

.s-nav__main { margin-inline-start: auto; }
.s-nav__links { display: flex; align-items: center; gap: 32px; list-style: none; margin: 0; padding: 0; }
.s-nav__links a {
    position: relative; display: block; padding: 8px 0;
    color: rgba(255, 255, 255, 0.94); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
    transition: color 0.3s;
}
.s-nav__links a::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px;
    background: var(--sky); transform: scaleX(0); transform-origin: left; transition: transform 0.32s ease;
}
[dir="rtl"] .s-nav__links a { letter-spacing: 0; font-size: 0.95rem; }
[dir="rtl"] .s-nav__links a::after { transform-origin: right; }
.s-nav__links a:hover::after, .s-nav__links a:focus-visible::after, .s-nav__links a.is-active::after { transform: scaleX(1); }
.s-header.is-scrolled .s-nav__links a { color: var(--ink); }
.s-header.is-scrolled .s-nav__links a::after { background: var(--blue); }

.s-nav__actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.s-header.is-scrolled .s-nav__cta:hover { background: var(--ink); border-color: var(--ink); color: #fff; }

.s-nav__toggle { display: none; position: relative; width: 44px; height: 44px; margin-inline-start: auto; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 50%; background: transparent; cursor: pointer; transition: border-color 0.3s; }
.s-nav__toggle span { position: absolute; left: 12px; right: 12px; height: 1.6px; border-radius: 2px; background: #fff; transition: background-color 0.3s; }
.s-nav__toggle span:nth-child(1) { top: 15px; }
.s-nav__toggle span:nth-child(2) { top: 21px; right: 17px; }
.s-nav__toggle span:nth-child(3) { top: 27px; }
[dir="rtl"] .s-nav__toggle span:nth-child(2) { right: 12px; left: 17px; }
.s-header.is-scrolled .s-nav__toggle { border-color: var(--line-strong); }
.s-header.is-scrolled .s-nav__toggle span { background: var(--ink); }

/* Mobil çekmece (Bootstrap offcanvas): lacivert, numaralı bağlantılar sırayla içeri kayar */
.site .offcanvas-backdrop { z-index: 1065; }
.s-drawer.offcanvas {
    --bs-offcanvas-width: min(86vw, 360px);
    --bs-offcanvas-border-width: 2px;
    --bs-offcanvas-border-color: rgba(108, 195, 245, 0.3);
    z-index: 1070;
    background: linear-gradient(180deg, var(--navy-2) 0%, var(--navy-deep) 100%);
    color: #fff;
    transition: transform 0.5s var(--ease);
}
.s-drawer__head { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.s-drawer__head img { height: 30px; width: auto; }
.s-drawer__close { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 50%; background: transparent; color: #fff; font-size: 0.95rem; transition: transform 0.4s var(--ease), color 0.3s, border-color 0.3s; }
.s-drawer__close:hover { border-color: var(--sky); color: var(--sky); transform: rotate(90deg); }
.s-drawer__body { display: flex; flex-direction: column; flex: 1; overflow-y: auto; padding: 8px 24px 28px; }

.s-drawer__nav a {
    display: flex; align-items: center; gap: 14px; padding: 16px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.92); font-size: 0.9rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none;
    transition: color 0.3s, padding 0.35s var(--ease);
}
[dir="rtl"] .s-drawer__nav a { letter-spacing: 0; font-size: 1rem; }
.s-drawer__num { min-width: 22px; font-family: var(--font-display); font-variant-numeric: lining-nums; font-size: 0.82rem; color: var(--sky); opacity: 0.85; }
.s-drawer__nav a > i { margin-inline-start: auto; font-size: 0.75rem; color: rgba(255, 255, 255, 0.35); transition: color 0.3s; }
[dir="rtl"] .s-drawer__nav a > i { transform: scaleX(-1); }
.s-drawer__nav a:hover, .s-drawer__nav a.is-active { color: var(--sky); padding-inline-start: 12px; }
.s-drawer__nav a:hover > i, .s-drawer__nav a.is-active > i { color: var(--sky); }

.s-drawer__actions { display: grid; gap: 10px; margin-top: 28px; }
.s-drawer__actions .s-btn { width: 100%; }
.s-drawer__contact { display: grid; gap: 4px; margin-top: auto; padding-top: 28px; }
.s-drawer__contact a { display: flex; align-items: center; gap: 12px; padding: 7px 0; color: rgba(255, 255, 255, 0.75); font-size: 0.9rem; text-decoration: none; transition: color 0.3s; }
.s-drawer__contact a:hover { color: var(--sky); }
.s-drawer__contact i { color: var(--sky); font-size: 1rem; }
.s-drawer__contact .lang-switch { margin-top: 12px; }

.s-drawer__nav a, .s-drawer__actions, .s-drawer__contact { opacity: 0; transform: translateX(28px); }
[dir="rtl"] .s-drawer__nav a, [dir="rtl"] .s-drawer__actions, [dir="rtl"] .s-drawer__contact { transform: translateX(-28px); }
.s-drawer.show .s-drawer__nav a, .s-drawer.show .s-drawer__actions, .s-drawer.show .s-drawer__contact { animation: drawerIn 0.5s var(--ease) forwards; }
.s-drawer.show .s-drawer__nav a:nth-child(1) { animation-delay: 0.16s; }
.s-drawer.show .s-drawer__nav a:nth-child(2) { animation-delay: 0.22s; }
.s-drawer.show .s-drawer__nav a:nth-child(3) { animation-delay: 0.28s; }
.s-drawer.show .s-drawer__nav a:nth-child(4) { animation-delay: 0.34s; }
.s-drawer.show .s-drawer__nav a:nth-child(5) { animation-delay: 0.40s; }
.s-drawer.show .s-drawer__actions { animation-delay: 0.48s; }
.s-drawer.show .s-drawer__contact { animation-delay: 0.56s; }
@keyframes drawerIn { to { opacity: 1; transform: none; } }

/* ------------------------------------------------------------ Footer */
.s-footer { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%); border-top: 3px solid var(--blue); color: rgba(255, 255, 255, 0.7); padding-top: 96px; }
.s-footer__top { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 0.6fr)); gap: 48px; }
.s-footer__brand img { height: 38px; width: auto; display: block; }
.s-footer__desc { max-width: 400px; margin: 24px 0 0; color: rgba(255, 255, 255, 0.56); font-size: 0.93rem; line-height: 1.8; }
.s-footer__mail {
    display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 4px;
    color: #fff; font-size: 0.95rem; font-weight: 600; text-decoration: none; transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.s-footer__mail i { color: var(--sky); }
.s-footer__mail:hover { color: var(--sky); border-color: var(--sky); }
.s-footer h2 { margin: 0 0 20px; color: var(--sky); font-family: var(--font-body); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
[dir="rtl"] .s-footer h2 { letter-spacing: 0; }
/* Yalnızca sütun listeleri: dil seçicinin .dropdown-menu'sü etkilenmesin */
.s-footer__top ul { display: grid; gap: 12px; list-style: none; margin: 0; padding: 0; }
.s-footer__top ul a { color: rgba(255, 255, 255, 0.78); font-size: 0.95rem; text-decoration: none; transition: color 0.3s; }
.s-footer__top ul a:hover { color: var(--sky); }

.s-footer__word {
    display: block; margin: 80px 0 -0.16em; user-select: none; pointer-events: none;
    font-family: var(--font-display); font-size: clamp(4rem, 17vw, 15rem); font-weight: 700; line-height: 0.8; letter-spacing: -0.02em;
    color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    text-align: center; white-space: nowrap;
}
.s-footer__bottom {
    position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px;
    padding-block: 24px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.86rem;
}
.s-footer__bottom p { margin: 0; color: rgba(255, 255, 255, 0.5); }
.s-footer__legal { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.s-footer__legal > a { color: rgba(255, 255, 255, 0.6); text-decoration: none; }
.s-footer__legal > a:hover { color: var(--sky); }

/* Telefon, NFC kart ve QR maketleri css/mockups.css'te (giriş sayfaları da kullanır). */
.site .qr-art { color: var(--ink); }

@keyframes wave { 0%, 100% { opacity: 0.2; } 40% { opacity: 1; } }

/* --------------------------------------------------------------- Hero
   Tam ekran fotoğraf + lacivert katmanlar + film greni; solda metin, sağda ürün sahnesi, altta cam bilgi şeridi. */
.hero { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; min-height: clamp(700px, 100svh, 1000px); background: var(--navy); color: #fff; }
.hero__bg { position: absolute; inset: 0; z-index: -2; background: url('/images/site/photo-office.jpg') center / cover no-repeat; transform: scale(1.1); animation: heroZoom 9s ease forwards; }
.hero::before {
    content: ''; position: absolute; inset: 0; z-index: -1;
    background:
        linear-gradient(180deg, rgba(6, 18, 32, 0.7) 0%, rgba(6, 18, 32, 0) 26%),
        linear-gradient(0deg, rgba(6, 18, 32, 0.85) 0%, rgba(6, 18, 32, 0) 40%),
        linear-gradient(100deg, rgba(6, 18, 32, 0.95) 0%, rgba(10, 26, 47, 0.82) 48%, rgba(10, 26, 47, 0.55) 100%);
}
[dir="rtl"] .hero::before { transform: scaleX(-1); }
.hero::after {
    content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes heroZoom { to { transform: scale(1); } }

.hero__grid { position: relative; z-index: 1; flex: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 48px; align-items: center; padding-top: calc(var(--header-h) + 48px); padding-bottom: 64px; }

.hero .s-label {
    padding: 9px 18px; margin-bottom: 26px;
    border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 40px; background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    color: #BFE3FA; font-size: 0.7rem; letter-spacing: 0.18em;
}
.hero .s-label::before { width: 7px; height: 7px; border-radius: 50%; background: var(--sky); box-shadow: 0 0 0 4px rgba(108, 195, 245, 0.22); }
.hero .s-h1 { color: #fff; text-shadow: 0 4px 30px rgba(0, 10, 24, 0.35); }
.hero .s-lead { color: rgba(255, 255, 255, 0.84); margin-top: 26px; padding-inline-start: 18px; border-inline-start: 2px solid rgba(108, 195, 245, 0.55); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }

.hero__text > * { animation: heroIn 0.9s var(--ease) both; }
.hero__text > :nth-child(1) { animation-delay: 0.2s; }
.hero__text > :nth-child(2) { animation-delay: 0.35s; }
.hero__text > :nth-child(3) { animation-delay: 0.5s; }
.hero__text > :nth-child(4) { animation-delay: 0.65s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(36px); } }

/* Ürün sahnesi: ince mavi çerçeve, telefon, eğik NFC kart, zemin gölgesi */
.hero__stage { position: relative; width: 100%; max-width: 540px; aspect-ratio: 1 / 1.02; margin-inline-start: auto; perspective: 1400px; animation: heroIn 1.1s var(--ease) 0.45s both; }
.hero__frame { position: absolute; top: 0; right: 2%; bottom: 14%; width: 58%; border: 1.5px solid rgba(108, 195, 245, 0.45); border-radius: 30px; }
.hero__floor { position: absolute; left: 6%; right: 4%; bottom: 3%; height: 9%; border-radius: 50%; background: radial-gradient(closest-side, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); filter: blur(6px); }
.hero__stage .phone { position: absolute; top: 5%; right: 11%; width: 43%; z-index: 1; }
.hero__card { position: absolute; left: 0; bottom: 10%; width: 60%; z-index: 2; transform-style: preserve-3d; }
.hero__card .nfc-card {
    transform: rotateX(calc(14deg + var(--tilt-x, 0deg))) rotateY(calc(-20deg + var(--tilt-y, 0deg))) rotateZ(-6deg);
    transition: transform 0.6s var(--ease);
}
.hero__waves { position: absolute; left: 34%; top: 27%; z-index: 2; width: 11%; color: var(--sky); transform: rotate(-28deg); }
.hero__waves path { animation: wave 2.4s var(--ease) infinite; }
.hero__waves path:nth-child(2) { animation-delay: 0.2s; }
.hero__waves path:nth-child(3) { animation-delay: 0.4s; }

/* Cam bilgi şeridi */
.hero__strip { position: relative; z-index: 1; background: rgba(255, 255, 255, 0.06); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-top: 1px solid rgba(255, 255, 255, 0.14); }
.hero__strip-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding-block: 18px; }
.hero__chip { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 4px 0; color: #fff; text-decoration: none; transition: color 0.3s, transform 0.35s var(--ease); }
a.hero__chip:hover { color: #BFE3FA; transform: translateY(-2px); }
.hero__chip > i { flex: none; color: var(--sky); font-size: 1.3rem; }
.hero__chip small { display: block; margin-bottom: 2px; color: rgba(255, 255, 255, 0.55); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; }
[dir="rtl"] .hero__chip small { letter-spacing: 0; font-size: 0.8rem; }
.hero__chip strong { display: block; font-size: 0.92rem; font-weight: 500; line-height: 1.35; }

/* ------------------------------------------------------------- Stats */
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: 0 30px 60px -40px rgba(10, 26, 47, 0.35); }
.stats > div { position: relative; padding: 34px 30px; border-inline-start: 1px solid var(--line); }
.stats > div:first-child { border-inline-start: 0; }
.stats dt { font-family: var(--font-display); color: var(--ink); font-size: clamp(2.1rem, 3.6vw, 3rem); font-weight: 700; line-height: 1; font-variant-numeric: lining-nums tabular-nums; }
.stats dd { margin: 12px 0 0; color: var(--muted); font-size: 0.76rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
[dir="rtl"] .stats dd { letter-spacing: 0; font-size: 0.9rem; }
[dir="rtl"] .stats dt { text-align: right; }

/* ------------------------------------------------------ Split + media */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; align-items: center; }
.split--top { align-items: start; }

/* Görsel: arkada kaydırılmış ince mavi çerçeve */
.media { position: relative; background: transparent; }
.media::before { content: ''; position: absolute; top: 26px; bottom: -26px; inset-inline-start: 26px; inset-inline-end: -26px; z-index: 0; border: 2px solid var(--blue); border-radius: var(--r-lg); opacity: 0.55; }
.media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--r-lg); box-shadow: 0 30px 60px rgba(10, 26, 47, 0.18); }
.media--tall { aspect-ratio: 4 / 4.6; }
.media--wide { aspect-ratio: 16 / 11; }
.media--pano { aspect-ratio: 21 / 9; }
.s-section--dark .media::before { border-color: var(--sky); }
.media--pano::before, .contact-grid .media::before { display: none; }

.panel-art {
    position: relative; display: grid; place-items: center; aspect-ratio: 1 / 1; overflow: hidden; isolation: isolate;
    border-radius: var(--r-xl); background: linear-gradient(160deg, #EEF3FA 0%, #E2EAF5 100%); border: 1px solid var(--line);
}
.panel-art--navy { background: radial-gradient(120% 90% at 85% 0%, #1D4677 0%, #0F2744 45%, #0A1A2F 80%); border-color: transparent; }
.panel-art--navy::before {
    content: ''; position: absolute; inset: 0; z-index: -1;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px); background-size: 22px 22px;
    mask-image: radial-gradient(70% 60% at 50% 50%, #000 20%, transparent 80%);
    -webkit-mask-image: radial-gradient(70% 60% at 50% 50%, #000 20%, transparent 80%);
}
.panel-art > .phone { width: 38%; }

.tap { position: relative; width: 82%; aspect-ratio: 1 / 0.92; }
.tap .phone { position: absolute; top: 0; right: 6%; width: 38%; }
.tap .nfc-card { position: absolute; left: 0; bottom: 8%; width: 62%; transform: rotate(-10deg); }
.tap__waves { position: absolute; left: 50%; top: 36%; width: 13%; color: var(--blue); transform: rotate(-30deg); }
.tap__waves path { animation: wave 2.4s var(--ease) infinite; }
.tap__waves path:nth-child(2) { animation-delay: 0.2s; }
.tap__waves path:nth-child(3) { animation-delay: 0.4s; }

/* ------------------------------------------------------------- Bento (ana sayfa özellikleri) */
.bento { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
.bento__tile {
    position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden;
    padding: 12px 12px 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    box-shadow: 0 6px 22px rgba(11, 22, 40, 0.05);
    transition: border-color 0.4s, box-shadow 0.4s var(--ease), transform 0.4s var(--ease);
}
.bento__tile::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--sky)); transition: right 0.45s var(--ease); }
.bento__tile:hover { border-color: rgba(47, 111, 209, 0.3); box-shadow: 0 24px 50px rgba(11, 22, 40, 0.12); transform: translateY(-8px); }
.bento__tile:hover::after { right: 0; }
.bento__tile--2 { grid-column: span 2; }
.bento__tile--3 { grid-column: span 3; }
.bento__tile--4 { grid-column: span 4; }
.bento__tile--6 { grid-column: span 6; }
.bento__text { padding: 22px 16px 0; }
.bento__text h3 { margin: 0 0 8px; font-size: 1.1rem; }
.bento__text p { margin: 0; color: var(--muted); font-size: 0.93rem; line-height: 1.75; }

.bento__art {
    position: relative; display: grid; place-items: center; min-height: 210px; overflow: hidden;
    border-radius: 12px; background: linear-gradient(160deg, #F4F7FB 0%, #EAF0F7 100%);
}
/* Güvenlik karosu: kilit + onay listesi */
.art-secure { display: flex; align-items: center; gap: 16px; width: 86%; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-md); }
.art-secure__lock { display: grid; place-items: center; flex: none; width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: var(--sky); font-size: 1.4rem; }
.art-secure ul { display: grid; gap: 8px; min-width: 0; margin: 0; padding: 0; list-style: none; }
.art-secure li { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 0.86rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.art-secure li i { flex: none; color: var(--green); font-size: 0.95rem; }

/* Paylaşım karosu: kart + dalgalar + QR */
.art-share { display: flex; align-items: center; justify-content: center; gap: 8%; width: 100%; height: 100%; padding: 24px; }
.art-share .nfc-card { width: 46%; transform: rotate(-8deg); }
.art-share__waves { width: 9%; color: var(--blue); }
.art-share__waves path { animation: wave 2.4s var(--ease) infinite; }
.art-share__waves path:nth-child(2) { animation-delay: 0.2s; }
.art-share__waves path:nth-child(3) { animation-delay: 0.4s; }
.art-share__qr { width: 24%; padding: 10px; background: #fff; border-radius: 10px; box-shadow: var(--shadow-md); transform: rotate(4deg); }

/* Güncelleme karosu: form alanı */
.art-field { width: 82%; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-md); }
.art-field__label { margin-bottom: 6px; color: var(--muted); font-size: 0.74rem; font-weight: 600; }
.art-field__input { display: flex; align-items: center; height: 42px; padding-inline: 12px; border: 1.5px solid var(--blue); border-radius: 8px; box-shadow: 0 0 0 4px rgba(47, 111, 209, 0.12); color: var(--ink); font-size: 0.92rem; font-weight: 500; }
.art-caret { display: inline-block; width: 1.5px; height: 18px; margin-inline-start: 2px; background: var(--blue); animation: caret 1s steps(1) infinite; }
.art-field__saved { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; padding: 4px 10px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: 0.74rem; font-weight: 600; }
@keyframes caret { 50% { opacity: 0; } }

/* Banka karosu: IBAN kartı */
.art-iban { width: 86%; padding: 16px 18px; color: #fff; border-radius: 12px; background: linear-gradient(135deg, #15294a 0%, #0A1A2F 100%); box-shadow: var(--shadow-md); }
.art-iban__top { display: flex; justify-content: space-between; align-items: center; font-size: 0.74rem; font-weight: 600; opacity: 0.85; }
.art-iban__top i { margin-inline-end: 6px; color: var(--sky); }
.art-iban__num { margin: 18px 0 14px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.86rem; letter-spacing: 0.04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.art-iban__foot { display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: 0.74rem; }
.art-iban__copy { display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 999px; background: rgba(255, 255, 255, 0.14); font-weight: 600; white-space: nowrap; }

/* Analiz karosu */
.art-chart { width: 84%; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-md); }
.ui-stat__top { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; color: var(--muted); font-size: 0.72rem; font-weight: 500; }
.ui-stat__value { display: flex; align-items: baseline; gap: 8px; margin-top: 4px; font-family: var(--font-display); color: var(--ink); font-size: 1.7rem; font-weight: 700; line-height: 1; }
.ui-stat__value span { padding: 3px 7px; border-radius: 6px; background: var(--green-soft); color: var(--green); font-family: var(--font-body); font-size: 0.72rem; font-weight: 600; }
.ui-bars { display: flex; align-items: flex-end; gap: 5px; height: 70px; margin-top: 12px; }
.ui-bars i { flex: 1; border-radius: 4px 4px 1px 1px; background: #D7E4F6; }
.ui-bars i:nth-child(1) { height: 34%; } .ui-bars i:nth-child(2) { height: 52%; } .ui-bars i:nth-child(3) { height: 41%; }
.ui-bars i:nth-child(4) { height: 66%; } .ui-bars i:nth-child(5) { height: 58%; } .ui-bars i:nth-child(6) { height: 80%; }
.ui-bars i:nth-child(7) { height: 100%; background: var(--blue); }

/* Tema karosu: açık / koyu mini kart */
.art-theme { display: flex; gap: 12px; width: 84%; }
.art-theme__card { flex: 1; padding: 14px 12px; border-radius: 10px; box-shadow: var(--shadow-md); text-align: center; }
.art-theme__card.is-light { background: #fff; border: 1px solid var(--line); color: var(--ink); }
.art-theme__card.is-dark { background: #1E2224; color: #fff; }
.art-theme__avatar { width: 34px; height: 34px; margin: 0 auto 10px; border-radius: 50%; background: linear-gradient(135deg, #6CC3F5, #2F6FD1); }
.art-theme__line { height: 6px; margin: 6px auto 0; border-radius: 3px; background: currentColor; opacity: 0.18; }
.art-theme__line:nth-of-type(2) { width: 80%; opacity: 0.35; }
.art-theme__line:nth-of-type(3) { width: 55%; }
.art-theme__dots { display: flex; justify-content: center; gap: 6px; margin-top: 12px; }
.art-theme__dots i { width: 16px; height: 16px; border-radius: 4px; background: currentColor; opacity: 0.16; }
.art-theme__label { display: block; margin-top: 10px; font-size: 0.72rem; font-weight: 600; opacity: 0.7; }

/* Uygulama gerekmez karosu: koyu, yatay */
.bento__tile--wide { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); align-items: center; gap: 24px; padding: 12px; background: linear-gradient(110deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy-2) 100%); border-color: var(--navy); color: #fff; }
.bento__tile--wide:hover { border-color: var(--navy); }
.bento__tile--wide .bento__text { padding: 28px; }
.bento__tile--wide h3 { color: #fff; font-family: var(--font-display); font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 700; margin-bottom: 12px; }
.bento__tile--wide p { color: rgba(255, 255, 255, 0.7); font-size: 1rem; }
.bento__tile--wide .bento__art { min-height: 240px; background: radial-gradient(120% 90% at 85% 0%, #1D4677 0%, #0F2744 50%, #0B1E34 90%); }
.bento__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.bento__chips span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 999px; color: rgba(255, 255, 255, 0.85); font-size: 0.86rem; font-weight: 500; }
.bento__chips i { color: var(--sky); }
.art-scan { display: flex; align-items: center; gap: 28px; }
.art-scan__qr { width: 150px; padding: 14px; background: #fff; border-radius: 12px; box-shadow: 0 30px 50px -24px rgba(0, 0, 0, 0.7); }
.art-scan__frame { position: relative; }
.art-scan__frame::after { content: ''; position: absolute; left: 8%; right: 8%; top: 12%; height: 2px; background: var(--sky); box-shadow: 0 0 12px 2px rgba(108, 195, 245, 0.7); animation: scan 2.6s ease-in-out infinite; }
@keyframes scan { 50% { top: 86%; } }

/* ------------------------------------------------ Feature grid (alt sayfalar) */
.fgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.fgrid__item { position: relative; overflow: hidden; padding: 32px 28px 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: 0 6px 22px rgba(11, 22, 40, 0.05); transition: border-color 0.4s, box-shadow 0.4s var(--ease), transform 0.4s var(--ease); }
.fgrid__item::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--sky)); transition: right 0.45s var(--ease); }
.fgrid__item:hover { border-color: rgba(47, 111, 209, 0.3); box-shadow: 0 24px 50px rgba(11, 22, 40, 0.12); transform: translateY(-8px); }
.fgrid__item:hover::after { right: 0; }
.fgrid__icon { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 26px; border-radius: 10px; background: rgba(47, 111, 209, 0.1); color: var(--blue); font-size: 1.25rem; line-height: 1; transition: background-color 0.4s, color 0.4s; }
.fgrid__item:hover .fgrid__icon { background: var(--blue); color: #fff; }
.fgrid__item p { margin: 0; color: var(--muted); font-size: 0.95rem; line-height: 1.75; }

/* ------------------------------------------------ Adımlar: kartlı (ana sayfa koyu bölüm) + ilkeler */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 0; padding: 0; list-style: none; }
.steps--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.steps li { position: relative; padding: 32px 28px 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: 0 6px 20px rgba(11, 22, 40, 0.04); transition: background-color 0.4s, border-color 0.4s, transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.steps li:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0, 18, 41, 0.25); }
.steps li:hover h3 { color: #fff; }
.steps li:hover p { color: rgba(255, 255, 255, 0.72); }
.steps__num { display: inline-grid; place-items: center; width: 56px; height: 56px; margin-bottom: 22px; border: 1px solid rgba(47, 111, 209, 0.4); border-radius: 50%; background: rgba(47, 111, 209, 0.08); color: var(--blue); font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; font-variant-numeric: lining-nums; transition: background-color 0.4s, color 0.4s; }
.steps li:hover .steps__num { background: var(--sky); border-color: var(--sky); color: var(--navy); }
.steps h3 { transition: color 0.4s; }
.steps p { margin: 0; color: var(--muted); line-height: 1.75; transition: color 0.4s; }

.s-section--dark .steps li { background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%); border-color: rgba(255, 255, 255, 0.1); box-shadow: none; }
.s-section--dark .steps li:hover { background: rgba(255, 255, 255, 0.09); border-color: rgba(108, 195, 245, 0.35); }
.s-section--dark .steps__num { background: rgba(108, 195, 245, 0.1); border-color: rgba(108, 195, 245, 0.45); color: var(--sky); }
.s-section--dark .steps p { color: rgba(255, 255, 255, 0.66); }

.step-art { display: grid; place-items: center; height: 150px; margin: -12px -10px 24px; border-radius: 12px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.06); }
.step-art__form { width: 76%; }
.step-art__form span { display: block; height: 30px; margin-bottom: 8px; border-radius: 6px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.1); }
.step-art__form span.is-btn { background: #fff; border: 0; width: 60%; margin: 12px auto 0; height: 30px; border-radius: 4px; display: grid; place-items: center; color: var(--ink); font-size: 0.9rem; }
.step-art__code { display: flex; align-items: center; padding: 14px 18px; border-radius: 10px; background: rgba(255, 255, 255, 0.07); border: 1.5px solid var(--sky); box-shadow: 0 0 0 5px rgba(108, 195, 245, 0.12); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 1.25rem; font-weight: 700; letter-spacing: 0.2em; color: #fff; }
.step-art__code .art-caret { height: 22px; background: var(--sky); }
.step-art__share { position: relative; display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: rgba(108, 195, 245, 0.12); color: var(--sky); font-size: 2rem; }
.step-art__share::before, .step-art__share::after { content: ''; position: absolute; inset: -14px; border-radius: 50%; border: 1px solid rgba(108, 195, 245, 0.35); animation: ring 2.4s var(--ease) infinite; }
.step-art__share::after { inset: -30px; animation-delay: 0.6s; }
@keyframes ring { 0% { transform: scale(0.85); opacity: 0; } 40% { opacity: 1; } 100% { transform: scale(1.1); opacity: 0; } }

/* ---------------------------------------------------------- Kayan vitrin */
.marquee {
    position: relative; overflow: hidden; padding-block: 12px 48px; direction: ltr;
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.marquee__track { display: flex; gap: 36px; width: max-content; animation: marquee 48s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee .phone { flex: 0 0 224px; width: 224px; }
.marquee .phone:nth-child(even) { margin-top: 36px; }
@keyframes marquee { to { transform: translateX(calc(-50% - 18px)); } }

/* ------------------------------------------------------------- Plans */
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.plan { position: relative; display: flex; flex-direction: column; padding: 40px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: 0 6px 22px rgba(11, 22, 40, 0.05); }
.plan--featured { color: #fff; border-color: var(--navy); background: linear-gradient(160deg, var(--navy-2) 0%, var(--navy) 55%, var(--navy-deep) 100%); box-shadow: var(--shadow-lg); }
.plan--featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: var(--r-lg) var(--r-lg) 0 0; background: linear-gradient(90deg, transparent, var(--sky), transparent); }
.plan__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.plan__name { margin: 0; font-size: 1.3rem; }
.plan__sub { margin: 6px 0 0; color: var(--muted); font-size: 0.92rem; }
.plan__icon { display: grid; place-items: center; flex-shrink: 0; width: 48px; height: 48px; border-radius: 10px; background: rgba(47, 111, 209, 0.1); color: var(--blue); font-size: 1.2rem; }
.plan__badge { flex-shrink: 0; padding: 7px 14px; border-radius: 999px; border: 1px solid rgba(108, 195, 245, 0.35); color: var(--sky); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }
[dir="rtl"] .plan__badge { letter-spacing: 0; font-size: 0.82rem; }

.plan__price { display: flex; align-items: baseline; gap: 6px; margin: 44px 0 0; }
[dir="rtl"] .plan__price { justify-content: flex-end; }
.plan__amount { font-family: var(--font-display); font-size: clamp(3.4rem, 5.4vw, 4.6rem); font-weight: 700; line-height: 0.9; font-variant-numeric: lining-nums tabular-nums; }
.plan__currency { color: var(--muted); font-size: 1.7rem; font-weight: 500; }
.plan__desc { margin: 18px 0 0; color: var(--muted); line-height: 1.7; max-width: 400px; }

.plan__list { display: grid; align-content: start; gap: 14px; flex: 1; margin: 28px 0 36px; padding: 28px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan__list li { display: flex; align-items: flex-start; gap: 12px; color: var(--ink-2); font-size: 0.96rem; line-height: 1.5; }
.plan__list i { display: inline-grid; place-items: center; flex-shrink: 0; width: 20px; height: 20px; margin-top: 1px; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: 0.8rem; }
.plan__actions { display: grid; gap: 10px; }
.plan__actions .s-btn { width: 100%; }

.plan--featured .plan__name, .plan--featured .plan__amount { color: #fff; }
.plan--featured .plan__sub, .plan--featured .plan__desc, .plan--featured .plan__currency { color: rgba(255, 255, 255, 0.6); }
.plan--featured .plan__list { border-top-color: rgba(255, 255, 255, 0.12); }
.plan--featured .plan__list li { color: rgba(255, 255, 255, 0.86); }
.plan--featured .plan__list i { background: rgba(108, 195, 245, 0.14); color: var(--sky); }

.notice { display: flex; align-items: flex-start; gap: 12px; margin: 20px 0 0; padding: 16px 20px; border: 1px solid var(--line); border-inline-start: 3px solid var(--blue); border-radius: var(--r-sm); background: #fff; color: var(--ink-2); font-size: 0.93rem; line-height: 1.6; }
.notice i { color: var(--blue); font-size: 1.05rem; line-height: 1.5; }

/* ----------------------------------------------------------- Compare */
.compare-wrap { overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: 0 6px 22px rgba(11, 22, 40, 0.05); }
.compare { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 0.95rem; }
.compare th, .compare td { padding: 18px 24px; border-bottom: 1px solid #EEF1F5; text-align: start; vertical-align: middle; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }
.compare thead th { background: var(--navy); color: rgba(255, 255, 255, 0.85); font-size: 0.76rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
[dir="rtl"] .compare thead th { letter-spacing: 0; }
.compare tbody th { color: var(--ink); font-weight: 500; }
/* Genişlik/hizalama ortak; renk ayrı — başlık hücreleri lacivert zeminde beyaz kalmalı */
.compare td, .compare thead th:not(:first-child) { width: 26%; text-align: center; }
.compare td { color: var(--ink-2); }
.compare thead th:not(:first-child) { color: #fff; }
.compare .bi-check-lg { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: 0.95rem; }
.compare .dash { color: rgba(10, 26, 47, 0.25); }

/* -------------------------------------------------------------- Band */
.band {
    position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px 64px;
    padding: 72px 64px; overflow: hidden; isolation: isolate;
    border-radius: var(--r-xl); color: #fff;
    background: linear-gradient(110deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy-2) 100%);
    box-shadow: var(--shadow-lg);
}
.band::before {
    content: ''; position: absolute; inset: 0; z-index: -1;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px); background-size: 22px 22px;
    mask-image: linear-gradient(90deg, transparent 20%, #000 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 20%, #000 100%);
}
.band::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--sky), transparent); }
.band h2 { color: #fff; }
.band p:not(.s-label) { max-width: 560px; margin: 18px 0 0; color: rgba(255, 255, 255, 0.72); line-height: 1.8; }
.band__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.band__waves { position: absolute; top: 50%; right: -4%; z-index: -1; width: 420px; color: rgba(255, 255, 255, 0.06); transform: translateY(-50%); }
[dir="rtl"] .band__waves { right: auto; left: -4%; transform: translateY(-50%) scaleX(-1); }

/* --------------------------------------------------------- Page head: fotoğraflı koyu başlık (alt sayfalar)
   Yükseklik metinden bağımsız sabittir: başlık en fazla --ph-h1-lines, açıklama en fazla --ph-lead-lines satır yer kaplar,
   içerik üste yaslanır. Böylece başlık tek ya da iki satır olsun, etiket ve başlık her sayfada aynı noktada başlar ve alan zıplamaz.
   Görsel sayfa sınıfıyla (--features vb.) seçilir. */
.page-head {
    --ph-img: url('/images/site/photo-meeting.jpg');
    --ph-pos: center 40%;
    --ph-h1: clamp(2rem, 3.4vw, 2.9rem);
    --ph-lead: clamp(1rem, 1.25vw, 1.12rem);
    --ph-h1-lines: 2;
    --ph-lead-lines: 2;
    position: relative; isolation: isolate; overflow: hidden; margin-bottom: 96px; padding-top: calc(var(--header-h) + 88px); padding-bottom: 96px;
    background: var(--navy) var(--ph-img) var(--ph-pos) / cover no-repeat; color: #fff;
}
.page-head .s-wrap {
    display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;
    height: calc(0.76rem * 1.5 + 18px + var(--ph-h1-lines) * 1.2 * var(--ph-h1) + 24px + var(--ph-lead-lines) * 1.75 * var(--ph-lead));
}
.page-head .s-wrap > * { flex: none; }
.page-head--features { --ph-img: url('/images/site/photo-workshop.jpg'); }
.page-head--how { --ph-img: url('/images/site/photo-office.jpg'); --ph-pos: center; }
.page-head--pricing { --ph-img: url('/images/site/photo-meeting.jpg'); }
.page-head--about { --ph-img: url('/images/site/photo-portrait.jpg'); --ph-pos: center 22%; }
.page-head--contact { --ph-img: url('/images/site/photo-team.jpg'); }
.page-head--legal { --ph-img: url('/images/site/photo-security.jpg'); --ph-pos: center; }
.page-head::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(6, 18, 32, 0.95) 0%, rgba(10, 26, 47, 0.88) 55%, rgba(10, 26, 47, 0.7) 100%); }
.page-head::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--sky) 40%, transparent); }
[dir="rtl"] .page-head::after { background: linear-gradient(270deg, var(--blue), var(--sky) 40%, transparent); }
.page-head .s-label { color: var(--sky); line-height: 1.5; }
.page-head .s-h1, .page-head .s-lead { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; hyphens: auto; }
.page-head .s-h1 { color: #fff; font-size: var(--ph-h1); line-height: 1.2; max-width: 26ch; -webkit-line-clamp: var(--ph-h1-lines); }
.page-head .s-lead { max-width: 660px; margin-top: 24px; font-size: var(--ph-lead); line-height: 1.75; color: rgba(255, 255, 255, 0.82); padding-inline-start: 18px; border-inline-start: 2px solid rgba(108, 195, 245, 0.55); -webkit-line-clamp: var(--ph-lead-lines); }
.page-head + .s-section--flush-top { padding-top: 0; }

/* ------------------------------------------------ Points / devices / modules */
.points { display: grid; gap: 24px; margin: 36px 0 0; padding: 0; list-style: none; }
.points li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; align-items: start; }
.points p { margin: 0; color: var(--muted); line-height: 1.75; }
.points__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 10px; background: rgba(47, 111, 209, 0.1); color: var(--blue); font-size: 1.2rem; }
.s-section--dark .points p { color: rgba(255, 255, 255, 0.66); }
.s-section--dark .points__icon { background: rgba(108, 195, 245, 0.12); color: var(--sky); }

.devices { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.devices span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink-2); font-size: 0.88rem; font-weight: 500; }
.devices i { color: var(--blue); }

.modules { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 40px 0 0; padding: 0; list-style: none; }
.modules li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 14px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color 0.4s, box-shadow 0.4s var(--ease), transform 0.4s var(--ease); }
.modules li:hover { border-color: rgba(47, 111, 209, 0.35); box-shadow: 0 14px 34px rgba(10, 26, 47, 0.08); transform: translateY(-4px); }
.modules i { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: rgba(47, 111, 209, 0.1); color: var(--blue); font-size: 1.05rem; }
.modules h3 { margin: 2px 0 4px; font-size: 0.98rem; }
.modules p { margin: 0; color: var(--muted); font-size: 0.88rem; line-height: 1.6; }

/* ---------------------------------------------------------- Timeline */
.timeline { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; display: grid; grid-template-columns: 96px minmax(0, 1fr) minmax(0, 1.1fr); gap: 16px 40px; align-items: center; padding: 32px 36px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: box-shadow 0.4s var(--ease), border-color 0.4s; }
.timeline li::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--sky)); transition: right 0.45s var(--ease); }
.timeline li:hover { border-color: rgba(47, 111, 209, 0.3); box-shadow: var(--shadow-md); }
.timeline li:hover::after { right: 0; }
.timeline__num { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid rgba(47, 111, 209, 0.4); border-radius: 50%; background: rgba(47, 111, 209, 0.08); color: var(--blue); font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; font-variant-numeric: lining-nums; }
.timeline h2 { margin: 0; font-size: clamp(1.35rem, 2.1vw, 1.8rem); line-height: 1.25; }
.timeline p { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.8; }

/* ---------------------------------------------------------------- Duo */
.duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.duo__item { display: flex; flex-direction: column; padding: 40px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); transition: border-color 0.4s, box-shadow 0.4s var(--ease), transform 0.4s var(--ease); }
.duo__item:hover { border-color: rgba(47, 111, 209, 0.3); box-shadow: 0 24px 50px rgba(11, 22, 40, 0.12); transform: translateY(-6px); }
.duo__icon { display: inline-grid; place-items: center; width: 64px; height: 64px; margin-bottom: 32px; border: 1px solid rgba(47, 111, 209, 0.4); border-radius: 50%; background: rgba(47, 111, 209, 0.08); color: var(--blue); font-size: 1.6rem; line-height: 1; }
.duo__item h3 { margin: 0 0 12px; font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; }
.duo__item p { flex: 1; margin: 0; color: var(--muted); line-height: 1.8; }
.duo__tag { display: flex; align-items: center; gap: 10px; align-self: stretch; margin-top: 28px; padding-top: 16px; border-top: 1px dashed var(--line-strong); color: var(--ink-2); font-size: 0.84rem; font-weight: 500; }
.duo__tag::before { content: ''; flex: none; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }

/* ---------------------------------------------------------------- FAQ */
.faq-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr); gap: 48px 96px; align-items: start; }
.faq { display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color 0.3s, box-shadow 0.3s; }
.faq details[open] { border-color: rgba(47, 111, 209, 0.35); border-inline-start: 3px solid var(--blue); box-shadow: var(--shadow-md); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 24px; color: var(--ink); font-size: 1.04rem; font-weight: 600; letter-spacing: -0.01em; list-style: none; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { display: grid; place-items: center; flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line-strong); color: var(--ink); transition: transform 0.3s var(--ease), background-color 0.3s, border-color 0.3s; }
.faq details[open] summary i { transform: rotate(45deg); background: var(--blue); border-color: var(--blue); color: #fff; }
.faq details p { max-width: 720px; margin: -6px 24px 24px; color: var(--muted); line-height: 1.8; }

/* ------------------------------------------------------------ Contact */
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 56px; align-items: start; }
.channels { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.channels li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; align-items: center; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color 0.3s, box-shadow 0.4s var(--ease); }
.channels li:hover { border-color: rgba(47, 111, 209, 0.35); box-shadow: 0 14px 34px rgba(10, 26, 47, 0.08); }
.channels small { display: block; margin-bottom: 2px; color: var(--muted); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
[dir="rtl"] .channels small { letter-spacing: 0; font-size: 0.85rem; }
.channels a, .channels strong { color: var(--ink); font-size: 1rem; font-weight: 600; text-decoration: none; }
.channels a:hover { color: var(--blue-600); }

.form-card { position: relative; overflow: hidden; padding: 40px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-md); }
.form-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--sky)); }
.form-card__title { margin: 0 0 28px; font-size: 1.7rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; }
.form-grid .full { grid-column: 1 / -1; }
.form-card .form-label { font-size: 0.84rem; font-weight: 600; color: var(--ink-2); }
.form-card .form-control, .form-card .form-select { min-height: 48px; padding: 0.75rem 1rem; border: 1px solid var(--line-strong); border-radius: 6px; background-color: #fff; }
.form-card .form-control:focus, .form-card .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(47, 111, 209, 0.12); }
.form-note { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; color: var(--muted); font-size: 0.85rem; }

/* ------------------------------------------------- Legal (/privacy) */
.legal { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 72px; align-items: start; padding-bottom: 120px; }

.legal__toc { position: sticky; top: calc(var(--nav-h) + 24px); max-height: calc(100vh - var(--nav-h) - 48px); overflow-y: auto; padding: 24px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-lg); }
.legal__toc summary { display: flex; justify-content: space-between; align-items: center; color: var(--ink); font-size: 0.76rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; list-style: none; pointer-events: none; }
.legal__toc summary::-webkit-details-marker { display: none; }
.legal__toc summary i { display: none; transition: transform 0.3s var(--ease); }
.legal__toc-part { margin: 20px 0 6px; color: var(--blue); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.legal__toc ol { margin: 0; padding: 0; list-style: none; }
.legal__toc a { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 6px; margin-inline: -10px; padding: 6px 10px; border-radius: 6px; color: var(--muted); font-size: 0.88rem; line-height: 1.45; text-decoration: none; transition: color 0.2s, background-color 0.2s; }
.legal__toc a span { padding-top: 1px; color: var(--line-strong); font-size: 0.76rem; font-weight: 600; font-variant-numeric: tabular-nums; transition: color 0.2s; }
.legal__toc a:hover { color: var(--ink); background: #fff; }
.legal__toc a.is-active { color: var(--blue-600); background: var(--blue-soft); font-weight: 600; }
.legal__toc a:hover span, .legal__toc a.is-active span { color: var(--blue); }
.legal__print { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 16px 0 0; width: 100%; border: 0; border-top: 1px solid var(--line); background: none; color: var(--ink-2); font-size: 0.84rem; font-weight: 600; }
.legal__print:hover { color: var(--blue); }
[dir="rtl"] .legal__toc summary, [dir="rtl"] .legal__toc-part { letter-spacing: 0; }

.legal__doc { max-width: 800px; }
.legal__meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 0 0 48px; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.9rem; }
.legal__meta span { display: inline-flex; align-items: center; gap: 8px; }
.legal__meta i { color: var(--blue); }

.legal__part { scroll-margin-top: calc(var(--nav-h) + 24px); }
.legal__part + .legal__part { margin-top: 72px; }
.legal__part h2 { margin: 0 0 8px; font-size: clamp(1.8rem, 3vw, 2.4rem); }
.legal__intro { margin: 20px 0 8px; padding: 18px 22px; border-inline-start: 3px solid var(--blue); border-start-end-radius: var(--r-md); border-end-end-radius: var(--r-md); background: var(--blue-soft); color: var(--ink-2); line-height: 1.8; }

.legal__section { scroll-margin-top: calc(var(--nav-h) + 24px); padding: 32px 0; border-bottom: 1px solid var(--line); }
.legal__section:last-child { border-bottom: 0; }
.legal__section h3 { display: flex; align-items: baseline; gap: 14px; margin: 0 0 14px; font-size: 1.22rem; }
.legal__section h3 span { flex: none; color: var(--blue); font-size: 0.86rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.legal__section p { margin: 0 0 12px; color: var(--muted); line-height: 1.85; }
.legal__section p:last-child { margin-bottom: 0; }
.legal__section a { color: var(--blue-600); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(47, 111, 209, 0.3); }
.legal__section a:hover { border-color: var(--blue-600); }

.legal__list { display: grid; gap: 8px; margin: 0 0 12px; padding: 0; list-style: none; }
.legal__list:last-child { margin-bottom: 0; }
.legal__list li { position: relative; padding-inline-start: 22px; color: var(--muted); line-height: 1.8; }
.legal__list li::before { content: ''; position: absolute; top: 0.72em; inset-inline-start: 4px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }

.legal__data { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 18px 0 0; }
.legal__data div { padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); }
.legal__data dt { margin: 0 0 4px; color: var(--ink); font-size: 0.93rem; font-weight: 600; }
.legal__data dd { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.65; }

.legal__table { overflow-x: auto; margin: 18px 0 0; border: 1px solid var(--line); border-radius: var(--r-md); }
.legal__table table { width: 100%; min-width: 520px; border-collapse: collapse; font-size: 0.9rem; }
.legal__table th { padding: 12px 16px; background: var(--bg-soft); color: var(--ink); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-align: start; text-transform: uppercase; }
.legal__table td { padding: 12px 16px; border-top: 1px solid var(--line); color: var(--muted); vertical-align: top; }
.legal__table code { color: var(--ink); font-size: 0.84rem; white-space: nowrap; }
[dir="rtl"] .legal__table th { letter-spacing: 0; }

@media (max-width: 991.98px) {
    .legal { grid-template-columns: minmax(0, 1fr); gap: 36px; padding-bottom: 88px; }
    .legal__toc { position: static; max-height: none; padding: 18px 20px; }
    .legal__toc summary { pointer-events: auto; cursor: pointer; }
    .legal__toc summary i { display: inline-block; }
    .legal__toc[open] summary i { transform: rotate(180deg); }
    .legal__part h2 { font-size: 1.9rem; }
}

@media (max-width: 767.98px) {
    .legal__data { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 575.98px) {
    .legal { padding-bottom: 72px; }
    .legal__section { padding: 26px 0; }
    .legal__section h3 { font-size: 1.1rem; }
    .legal__intro { padding: 16px 18px; }
}

@media print {
    .s-header, .s-footer, .legal__toc { display: none !important; }
    .page-head { margin: 0 0 24px; padding: 0; background: none; color: #000; }
    .page-head::before, .page-head::after { display: none; }
    .page-head .s-h1, .page-head .s-lead, .page-head .s-label { color: #000; }
    .page-head .s-lead { border: 0; padding: 0; }
    .legal { display: block; padding: 0; }
    .legal__section { break-inside: avoid; }
}

/* ------------------------------------------------------------- Reveal */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    .js .reveal { opacity: 1; transform: none; transition: none; }
    .hero__bg, .hero__text > *, .hero__stage, .s-drawer.show .s-drawer__nav a, .s-drawer.show .s-drawer__actions, .s-drawer.show .s-drawer__contact { animation: none !important; }
    .hero__bg { transform: none; }
    .s-drawer__nav a, .s-drawer__actions, .s-drawer__contact { opacity: 1; transform: none; }
    .hero__waves path, .tap__waves path, .art-share__waves path, .art-caret,
    .art-scan__frame::after, .step-art__share::before, .step-art__share::after, .marquee__track { animation: none !important; }
    .s-header, .s-btn, .s-btn i, .s-link, .hero__card .nfc-card, .s-drawer.offcanvas { transition: none; }
}

/* ---------------------------------------------------------- Responsive */
@media (max-width: 1199.98px) {
    .s-nav__bar { gap: 24px; }
    .s-nav__links { gap: 20px; }
    .s-nav__links a { font-size: 0.74rem; letter-spacing: 0.08em; }
    .s-footer__top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .s-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 991.98px) {
    .site { --top-h: 0px; --nav-h: 72px; }
    .s-top, .s-nav__main, .s-nav__actions { display: none; }
    .s-nav__toggle { display: inline-block; }
    .s-nav__logo img { height: 30px; }

    .s-section { padding-block: 88px; }
    .s-section--tight { padding-block: 16px 88px; }

    .hero__grid, .split, .contact-grid, .faq-layout { grid-template-columns: minmax(0, 1fr); }
    .hero__grid { gap: 40px; padding-top: calc(var(--header-h) + 40px); padding-bottom: 48px; }
    .split { gap: 64px; }
    .hero__stage { max-width: 460px; margin-inline: auto; }

    .page-head { --ph-lead-lines: 3; margin-bottom: 72px; padding-top: calc(var(--header-h) + 64px); padding-bottom: 72px; }

    .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bento__tile--2, .bento__tile--3 { grid-column: span 1; }
    .bento__tile--4, .bento__tile--6, .bento__tile--md-full { grid-column: span 2; }
    .bento__tile--wide { grid-template-columns: minmax(0, 1fr); }

    .fgrid, .steps--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stats > div:nth-child(3) { border-inline-start: 0; }
    .stats > div:nth-child(n+3) { border-top: 1px solid var(--line); }

    .timeline li { grid-template-columns: 72px minmax(0, 1fr); padding: 26px; }
    .timeline p { grid-column: 2; }

    .band { grid-template-columns: minmax(0, 1fr); align-items: start; padding: 56px 40px; }
    .media--pano { aspect-ratio: 16 / 9; }
}

@media (max-width: 767.98px) {
    .plans, .duo, .modules, .form-grid { grid-template-columns: minmax(0, 1fr); }
    .steps { grid-template-columns: minmax(0, 1fr); }
    .bento { grid-template-columns: minmax(0, 1fr); }
    .bento__tile--2, .bento__tile--3, .bento__tile--4, .bento__tile--6 { grid-column: auto; }
    .marquee .phone { flex-basis: 180px; width: 180px; }

    /* Cam şerit: tek sütunlu kompakt liste, etiketler gizli */
    .hero__strip-inner { grid-template-columns: minmax(0, 1fr); gap: 2px; padding-block: 12px; }
    .hero__chip { gap: 12px; padding: 5px 0; }
    .hero__chip small { display: none; }
    .hero__chip strong { font-size: 0.86rem; }
    .hero__chip > i { font-size: 1.05rem; }

    .media::before { top: 14px; bottom: -14px; inset-inline-start: 14px; inset-inline-end: -14px; }
    .split .media { margin-inline-end: 14px; }
}

@media (max-width: 575.98px) {
    .s-wrap { padding-inline: 18px; }
    .s-section { padding-block: 72px; }
    .s-section--tight { padding-block: 8px 72px; }
    .s-nav__logo img { height: 26px; }

    .page-head { --ph-h1: 1.75rem; --ph-h1-lines: 3; --ph-lead-lines: 4; margin-bottom: 56px; padding-top: calc(var(--header-h) + 48px); padding-bottom: 56px; }
    .hero__actions .s-btn { flex: 1 1 100%; }
    .hero .s-label { font-size: 0.64rem; letter-spacing: 0.12em; padding: 7px 14px; }

    .fgrid, .steps--4 { grid-template-columns: minmax(0, 1fr); }
    .stats > div { padding: 22px 18px; }

    .plan, .duo__item, .form-card { padding: 28px 22px; }
    .timeline li { grid-template-columns: minmax(0, 1fr); gap: 12px; padding: 24px 22px; }
    .timeline p { grid-column: auto; }
    .band { padding: 44px 24px; }
    .band__actions .s-btn { flex: 1 1 100%; }
    .media--pano { aspect-ratio: 4 / 3; }
    .bento__tile--wide .bento__text { padding: 18px 12px; }
    .art-scan__qr { width: 120px; }
    .ui-stat__top span + span { display: none; }
    .s-footer__top { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 16px; }
}
