/* ==========================================================================
   YAPBOZ SİGORTA - Design System
   Aesthetic family: dark performance-tech (custom token layer, native CSS).
   Not an official design system; honest custom build on CSS custom properties.

   SHAPE RULE (locked, applied everywhere):
     interactive (button, pill, tab) = full pill
     panel / card / media           = --r-lg  (22px)
     input / small tile             = --r-md  (14px)
     micro (chip, badge, icon box)  = --r-sm  (10px)

   COLOR RULE (locked): one accent family only (electric blue).
   THEME LOCK: the whole site is dark. No section inverts.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. FONTS (self-hosted variable woff2, no external font CDN)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Manrope Var';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url('../fonts/manrope-latin-ext-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope Var';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url('../fonts/manrope-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist Var';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/geist-latin-ext-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Geist Var';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/geist-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------------------
   2. TOKENS
   -------------------------------------------------------------------------- */
:root {
  /* ink ramp */
  --ink-950: #05070a;
  --ink-900: #080b10;
  --ink-870: #0a0e14;
  --ink-850: #0c1119;
  --ink-800: #101722;
  --ink-750: #16202d;
  --ink-700: #1c2836;

  /* text ramp */
  --fg:    #f3f6fa;
  --fg-2:  #b6c1cf;
  --fg-3:  #8592a3;
  --fg-4:  #7c8899;

  /* single locked accent */
  --acc-600: #1f52d8;
  --acc-500: #2a61ee;
  --acc-400: #5d92ff;
  --acc-300: #9dbcff;
  --acc-soft: rgba(47, 107, 255, .13);
  --acc-line: rgba(93, 146, 255, .30);

  /* hairlines */
  --line:   rgba(255, 255, 255, .085);
  --line-2: rgba(255, 255, 255, .15);

  /* shape scale (locked) */
  --r-pill: 999px;
  --r-lg: 22px;
  --r-md: 14px;
  --r-sm: 10px;

  /* spacing scale */
  --s-1: 4px;  --s-2: 8px;   --s-3: 12px;  --s-4: 16px;
  --s-5: 24px; --s-6: 32px;  --s-7: 40px;  --s-8: 56px;
  --s-9: 72px; --s-10: 96px; --s-11: 128px;

  /* section rhythm */
  --sec-y: clamp(72px, 8vw, 132px);
  --shell: min(1240px, calc(100% - 44px));

  /* fluid type */
  --t-d1: clamp(2.5rem, 1.55rem + 3.1vw, 4.15rem);
  --t-d2: clamp(2.35rem, 1.35rem + 3.6vw, 4.3rem);
  --t-d3: clamp(1.75rem, 1.25rem + 1.7vw, 2.6rem);
  --t-h4: clamp(1.15rem, 1.02rem + .5vw, 1.4rem);
  --t-lead: clamp(1rem, .96rem + .28vw, 1.14rem);
  --t-body: .95rem;
  --t-sm: .84rem;
  --t-xs: .76rem;
  --t-label: .69rem;

  --f-display: 'Manrope Var', 'Segoe UI', system-ui, sans-serif;
  --f-text: 'Geist Var', 'Segoe UI', system-ui, sans-serif;

  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);

  --shadow-panel: 0 28px 80px rgba(0, 0, 0, .48);
  --shadow-lift: 0 18px 46px rgba(0, 0, 0, .38);
  --header-h: 74px;
}

/* --------------------------------------------------------------------------
   3. RESET / BASE
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  background: var(--ink-950);
  color: var(--fg);
  font-family: var(--f-text);
  font-size: var(--t-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 700; margin: 0; letter-spacing: -.035em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
::selection { background: var(--acc-500); color: #fff; }

:focus-visible {
  outline: 2px solid var(--acc-400);
  outline-offset: 3px;
  border-radius: 4px;
}

.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: var(--sec-y); position: relative; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 16px; top: -80px; z-index: 200;
  background: var(--acc-500); color: #fff; padding: 12px 20px;
  border-radius: var(--r-pill); font-weight: 600; font-size: var(--t-sm);
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 14px; }

/* --------------------------------------------------------------------------
   4. TYPOGRAPHY PRIMITIVES
   -------------------------------------------------------------------------- */
.display-1 { font-size: var(--t-d1); line-height: 1.02; letter-spacing: -.05em; }
.display-2 { font-size: var(--t-d2); line-height: 1.05; letter-spacing: -.045em; }
.display-3 { font-size: var(--t-d3); line-height: 1.12; letter-spacing: -.035em; }

/* same-family emphasis: heavier weight + accent, never a second typeface */
.em { font-style: normal; font-weight: 800; color: var(--acc-400); }

.lead { font-size: var(--t-lead); line-height: 1.7; color: var(--fg-2); max-width: 60ch; }
.muted { color: var(--fg-3); }
.prose-w { max-width: 66ch; }

.eyebrow {
  display: inline-block;
  font-family: var(--f-text);
  font-size: var(--t-label);
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--acc-300);
  margin-bottom: 18px;
}

.section-head { max-width: 780px; margin-bottom: clamp(40px, 5vw, 66px); }
.section-head p { margin-top: 20px; color: var(--fg-2); font-size: var(--t-lead); line-height: 1.7; max-width: 58ch; }

/* --------------------------------------------------------------------------
   5. BUTTONS  (pill, per shape rule)
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; white-space: nowrap;
  min-height: 48px; padding: 13px 26px;
  border: 1px solid transparent; border-radius: var(--r-pill);
  font-family: var(--f-text); font-size: var(--t-sm); font-weight: 600;
  letter-spacing: -.005em; cursor: pointer;
  transition: transform .22s var(--ease), background-color .22s var(--ease),
              border-color .22s var(--ease), box-shadow .22s var(--ease);
}
.btn .arw { font-size: 1.05em; line-height: 1; transition: transform .25s var(--ease); }
.btn:hover .arw { transform: translate(2px, -2px); }
.btn:active { transform: scale(.975); }

.btn-primary { background: var(--acc-500); color: #fff; box-shadow: 0 10px 30px rgba(31, 82, 216, .28); }
.btn-primary:hover { background: var(--acc-600); box-shadow: 0 14px 38px rgba(31, 82, 216, .36); }

.btn-ghost { background: rgba(255, 255, 255, .05); border-color: var(--line-2); color: var(--fg); }
.btn-ghost:hover { background: rgba(255, 255, 255, .09); border-color: rgba(255, 255, 255, .26); }

.btn-light { background: #fff; color: #0a1220; }
.btn-light:hover { background: #e6edfa; }

.btn-sm { min-height: 42px; padding: 10px 20px; font-size: var(--t-xs); }
.btn-block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 44px;
  font-size: var(--t-sm); font-weight: 600; color: var(--acc-400);
}
.link-arrow span { transition: transform .25s var(--ease); }
.link-arrow:hover span { transform: translate(3px, -3px); }

/* --------------------------------------------------------------------------
   6. HEADER
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 90;
  transition: background-color .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(5, 7, 10, .88), rgba(5, 7, 10, .28) 60%, transparent);
}
.site-header.is-stuck {
  background: rgba(6, 9, 13, .9);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--line);
}
.header-inner { height: var(--header-h); display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; min-width: 0; }
.brand picture { display: block; line-height: 0; }
.brand img { display: block; width: clamp(150px, 13vw, 176px); height: auto; aspect-ratio: 201 / 46; object-fit: contain; }

.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav > a, .nav-trigger {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 13px; border-radius: var(--r-pill);
  font-size: var(--t-xs); font-weight: 500; color: var(--fg-2);
  transition: color .2s, background-color .2s;
}
.nav > a:hover, .nav-trigger:hover, .nav a[aria-current="page"] { color: var(--fg); background: rgba(255, 255, 255, .06); }
.nav-trigger .chev { font-size: .7em; opacity: .65; transition: transform .22s var(--ease); }

.nav-drop { position: relative; }
.nav-drop:hover .chev, .nav-drop:focus-within .chev { transform: rotate(180deg); }
.nav-menu {
  position: absolute; top: calc(100% + 14px); left: 50%; width: 300px;
  transform: translate(-50%, 8px);
  padding: 8px; border-radius: var(--r-lg);
  background: rgba(9, 13, 19, .97);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow-panel);
  backdrop-filter: blur(22px);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
}
.nav-drop:hover .nav-menu, .nav-drop:focus-within .nav-menu {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0);
}
.nav-menu::before { content: ""; position: absolute; inset: -16px 0 auto; height: 16px; }
.nav-menu a { display: block; padding: 11px 13px; border-radius: var(--r-md); transition: background-color .18s; }
.nav-menu a:hover { background: var(--acc-soft); }
.nav-menu b { display: block; font-size: var(--t-sm); font-weight: 600; color: var(--fg); }
.nav-menu span { display: block; font-size: var(--t-xs); color: var(--fg-3); margin-top: 3px; line-height: 1.45; }

.header-actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.header-link { font-size: var(--t-xs); font-weight: 500; color: var(--fg-2); padding: 9px 6px; }
.header-link:hover { color: var(--fg); }

.burger {
  display: none; margin-left: auto;
  width: 46px; height: 46px; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  background: rgba(255, 255, 255, .05); border: 1px solid var(--line-2); border-radius: var(--r-pill); cursor: pointer;
}
.burger i { display: block; width: 16px; height: 1.5px; background: var(--fg); transition: transform .25s var(--ease), opacity .2s; }
.burger[aria-expanded="true"] i:first-child { transform: translateY(3.25px) rotate(45deg); }
.burger[aria-expanded="true"] i:last-child { transform: translateY(-3.25px) rotate(-45deg); }

.mobile-nav {
  display: none; position: absolute; top: calc(var(--header-h) - 6px); left: 14px; right: 14px;
  max-height: calc(100dvh - var(--header-h) - 24px); overflow-y: auto;
  padding: 10px; border-radius: var(--r-lg);
  background: rgba(9, 13, 19, .98); border: 1px solid var(--line-2);
  box-shadow: var(--shadow-panel); backdrop-filter: blur(22px);
}
.mobile-nav.is-open { display: block; }
.mobile-nav a { display: block; min-height: 48px; display: flex; align-items: center; padding: 12px 14px; border-radius: var(--r-md); font-size: .92rem; }
.mobile-nav a:hover { background: rgba(255, 255, 255, .05); }
.mobile-nav .mn-group { padding: 16px 14px 6px; font-size: var(--t-label); letter-spacing: .16em; text-transform: uppercase; color: var(--fg-4); font-weight: 600; }
.mobile-nav .mn-sub { padding-left: 26px; color: var(--fg-2); font-size: .87rem; }
.mobile-nav .mn-cta { margin-top: 10px; justify-content: center; background: var(--acc-500); color: #fff; font-weight: 600; }

/* --------------------------------------------------------------------------
   7. HERO  (asymmetric split over full-bleed photography)
   -------------------------------------------------------------------------- */
.hero { position: relative; overflow: clip; background: var(--ink-950); isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(96deg, rgba(4, 6, 10, .96) 0%, rgba(4, 6, 10, .82) 38%, rgba(4, 6, 10, .42) 62%, rgba(4, 6, 10, .68) 100%),
    linear-gradient(180deg, rgba(4, 6, 10, .72) 0%, transparent 26%, rgba(5, 7, 10, .96) 100%);
}
.hero-inner {
  display: grid; grid-template-columns: 1.02fr .78fr; gap: clamp(36px, 5vw, 76px);
  align-items: center;
  padding-top: calc(var(--header-h) + clamp(40px, 5vw, 78px));
  padding-bottom: clamp(56px, 6vw, 96px);
  min-height: min(100dvh, 940px);
}
.hero-copy h1 { font-size: var(--t-d1); line-height: 1.04; letter-spacing: -.045em; max-width: 17ch; text-wrap: balance; }
/* italic-free emphasis keeps descenders safe; extra leading reserved anyway */
.hero-copy h1 .em { line-height: 1.1; padding-bottom: 2px; display: inline-block; }
.hero-copy .lead { margin-top: 22px; max-width: 50ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

/* --------------------------------------------------------------------------
   8. QUOTE CARD (primary conversion surface)
   -------------------------------------------------------------------------- */
.quote-card {
  position: relative;
  background: linear-gradient(180deg, rgba(18, 25, 36, .93), rgba(8, 12, 18, .96));
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  padding: clamp(20px, 2.4vw, 30px);
  box-shadow: var(--shadow-panel);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.quote-card::before {
  content: ""; position: absolute; inset: 1px; border-radius: calc(var(--r-lg) - 1px);
  background: linear-gradient(150deg, rgba(255, 255, 255, .07), transparent 40%);
  pointer-events: none;
}
.quote-card > * { position: relative; }
.quote-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.quote-top h2 { font-size: 1.5rem; letter-spacing: -.04em; margin-top: 4px; }
.quote-kicker { font-size: var(--t-label); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--acc-300); }
.badge-secure {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 12px; border-radius: var(--r-pill);
  border: 1px solid var(--acc-line); background: var(--acc-soft);
  font-size: var(--t-label); font-weight: 600; color: var(--acc-300); white-space: nowrap;
}

/* 1-2-3 progress rail (report request: reduce decision load in the QR form) */
.steps-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 22px; }
.steps-rail li { list-style: none; display: block; }
.steps-rail .bar { display: block; }
.steps-rail .bar { display: block; height: 3px; border-radius: var(--r-pill); background: rgba(255, 255, 255, .12); overflow: hidden; }
.steps-rail .bar i { display: block; height: 100%; width: 0; background: var(--acc-500); transition: width .5s var(--ease-out); }
.steps-rail li[data-state="done"] .bar i,
.steps-rail li[data-state="active"] .bar i { width: 100%; }
.steps-rail li[data-state="done"] .bar i { background: var(--acc-400); }
.steps-rail small {
  display: block; margin-top: 9px;
  font-size: var(--t-label); font-weight: 600; letter-spacing: .05em;
  color: var(--fg-4); transition: color .3s;
}
.steps-rail li[data-state="active"] small { color: var(--fg); }
.steps-rail li[data-state="done"] small { color: var(--acc-300); }

.field-label { font-size: var(--t-xs); font-weight: 600; color: var(--fg-2); margin-bottom: 10px; }
.owner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.owner-opt {
  display: flex; gap: 11px; align-items: flex-start; text-align: left;
  min-height: 62px; padding: 13px;
  background: var(--ink-870); border: 1px solid var(--line);
  border-radius: var(--r-md); cursor: pointer;
  transition: border-color .2s, background-color .2s;
}
.owner-opt:hover { border-color: var(--line-2); }
.owner-opt[aria-pressed="true"] { border-color: var(--acc-line); background: var(--acc-soft); }
.owner-opt .dot { flex: 0 0 auto; width: 15px; height: 15px; margin-top: 3px; border: 1.5px solid var(--fg-4); border-radius: 50%; transition: border .2s; }
.owner-opt[aria-pressed="true"] .dot { border: 4.5px solid var(--acc-500); }
.owner-opt b { display: block; font-size: var(--t-sm); font-weight: 600; }
.owner-opt span { display: block; font-size: var(--t-label); color: var(--fg-3); margin-top: 3px; line-height: 1.4; }

.field { margin-top: 14px; }
.field label { display: block; font-size: var(--t-xs); font-weight: 600; color: var(--fg-2); margin-bottom: 7px; }
.field input {
  width: 100%; min-height: 48px; padding: 12px 14px;
  background: var(--ink-870); border: 1px solid var(--line-2);
  border-radius: var(--r-md); color: var(--fg); outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder { color: var(--fg-4); }
.field input:focus { border-color: var(--acc-400); box-shadow: 0 0 0 3px var(--acc-soft); }
.field .hint { display: block; margin-top: 7px; font-size: var(--t-label); color: var(--fg-3); }
.field .err { display: none; margin-top: 7px; font-size: var(--t-xs); color: #ff9d9d; font-weight: 500; }
.field.has-error input { border-color: #d8564f; }
.field.has-error .err { display: block; }

.qr-drop {
  display: flex; align-items: center; gap: 14px; width: 100%; text-align: left;
  margin: 16px 0 12px; padding: 15px;
  min-height: 84px;
  background: linear-gradient(135deg, rgba(35, 82, 160, .13), rgba(255, 255, 255, .02));
  border: 1px dashed var(--acc-line); border-radius: var(--r-md);
  cursor: pointer; transition: border-color .2s, background-color .2s;
}
.qr-drop:hover { border-color: var(--acc-400); background: linear-gradient(135deg, rgba(35, 82, 160, .2), rgba(255, 255, 255, .03)); }
.qr-drop .qr-mark {
  flex: 0 0 auto; position: relative; width: 44px; height: 44px;
  border-radius: var(--r-sm); background: var(--ink-870); border: 1px solid var(--line);
}
.qr-drop .qr-mark i { position: absolute; width: 11px; height: 11px; border: 2px solid var(--acc-400); }
.qr-drop .qr-mark i:nth-child(1) { left: 8px; top: 8px; border-right: 0; border-bottom: 0; }
.qr-drop .qr-mark i:nth-child(2) { right: 8px; top: 8px; border-left: 0; border-bottom: 0; }
.qr-drop .qr-mark i:nth-child(3) { left: 8px; bottom: 8px; border-right: 0; border-top: 0; }
.qr-drop .qr-mark i:nth-child(4) { right: 8px; bottom: 8px; border-left: 0; border-top: 0; }
.qr-drop b { display: block; font-size: var(--t-sm); font-weight: 600; }
.qr-drop small { display: block; font-size: var(--t-label); color: var(--fg-3); margin-top: 4px; }
.qr-drop .arw { margin-left: auto; color: var(--acc-400); }
#qr-reader { border-radius: var(--r-md); overflow: hidden; margin: 16px 0 12px; }
#qr-reader video { border-radius: var(--r-md); }

.qr-alt {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  gap: 12px; margin: 4px 0 10px;
  font-size: var(--t-label); letter-spacing: .12em; text-transform: uppercase; color: var(--fg-4);
}
.qr-alt::before, .qr-alt::after { content: ""; height: 1px; background: var(--line); }
.qr-upload {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
  min-height: 56px; padding: 12px 15px;
  background: var(--ink-870); border: 1px solid var(--line-2);
  border-radius: var(--r-md); color: var(--fg); cursor: pointer;
  transition: border-color .2s, background-color .2s;
}
.qr-upload:hover { border-color: var(--acc-400); background: var(--ink-850); }
.qr-upload svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--acc-400); }
.qr-upload b { font-size: var(--t-sm); font-weight: 600; }
.qr-upload small { display: block; font-size: var(--t-label); color: var(--fg-3); margin-top: 3px; }

.qr-ok {
  margin: 16px 0 12px; padding: 14px;
  border: 1px solid var(--acc-line); background: var(--acc-soft); border-radius: var(--r-md);
}
.qr-ok-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.qr-ok-top strong { font-size: var(--t-sm); color: var(--acc-300); font-weight: 600; }
.qr-ok-top button { min-height: 40px; padding: 6px 12px; background: none; border: 1px solid var(--line-2); border-radius: var(--r-pill); font-size: var(--t-label); color: var(--fg-2); cursor: pointer; }
.qr-ok-top button:hover { color: var(--fg); border-color: var(--line-2); }
.qr-row { display: flex; justify-content: space-between; gap: 14px; padding-top: 10px; font-size: var(--t-xs); color: var(--fg-3); }
.qr-row b { color: var(--fg); font-weight: 600; }

.privacy-note {
  margin: 14px 0 16px; padding: 11px 12px;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  font-size: var(--t-label); line-height: 1.55; color: var(--fg-3);
}
.privacy-note a { color: var(--acc-300); text-decoration: underline; text-underline-offset: 2px; }

/* --------------------------------------------------------------------------
   9. PROOF RAIL (moved out of the hero, per hero stack discipline)
   -------------------------------------------------------------------------- */
.proof {
  border-block: 1px solid var(--line);
  background: var(--ink-900);
  padding-block: clamp(30px, 3.4vw, 46px);
}
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 3vw, 44px); }
.proof-grid > div { border-left: 1px solid var(--line); padding-left: clamp(14px, 1.6vw, 22px); }
.proof-grid > div:first-child { border-left: 0; padding-left: 0; }
.proof-grid strong { display: block; font-family: var(--f-display); font-size: clamp(1.5rem, 1rem + 1.6vw, 2.2rem); font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.proof-grid span { display: block; margin-top: 8px; font-size: var(--t-xs); color: var(--fg-3); line-height: 1.4; }

/* --------------------------------------------------------------------------
   10. FLOW  (sticky heading + stepped rail; not three equal cards)
   -------------------------------------------------------------------------- */
.flow-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.flow-side { position: sticky; top: calc(var(--header-h) + 40px); }
.flow-side .btn { margin-top: 30px; }
.flow-steps { display: grid; gap: 14px; }
.flow-step {
  display: grid; grid-template-columns: 54px 1fr; gap: clamp(16px, 2vw, 26px);
  align-items: center;
  padding: clamp(18px, 2vw, 24px);
  background: var(--ink-850); border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.flow-step:hover { border-color: var(--acc-line); transform: translateX(4px); }
.flow-step .idx {
  display: grid; place-items: center; width: 54px; height: 54px;
  border-radius: var(--r-sm); border: 1px solid var(--acc-line); background: var(--acc-soft);
  font-family: var(--f-display); font-size: 1.05rem; font-weight: 800; color: var(--acc-300);
}
.flow-step h3 { font-size: var(--t-h4); margin-bottom: 6px; }
.flow-step p { font-size: var(--t-sm); color: var(--fg-3); line-height: 1.6; }
.flow-media {
  margin-top: 14px; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); aspect-ratio: 16 / 7; background: var(--ink-850);
}
.flow-media img { width: 100%; height: 100%; object-fit: cover; }

/* --------------------------------------------------------------------------
   11. CHEETAH SCROLL  (signature move: pinned brand sequence)
   -------------------------------------------------------------------------- */
.cinema { height: 300vh; position: relative; background: var(--ink-950); }
.cinema-pin { position: sticky; top: 0; height: 100dvh; overflow: hidden; isolation: isolate; }
.cinema-stage { position: absolute; inset: 0; z-index: -2; }
.cinema-frame {
  position: absolute; inset: -2%; width: 104%; height: 104%;
  object-fit: cover; object-position: center 50%;
  filter: saturate(.92) contrast(1.04) brightness(.92);
  will-change: opacity, transform;
}
.cinema-frame:nth-child(1) { opacity: 1; }
.cinema-frame:nth-child(2), .cinema-frame:nth-child(3) { opacity: 0; }
.cinema-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(92deg, rgba(3, 5, 8, .97) 0%, rgba(3, 5, 8, .93) 26%, rgba(3, 5, 8, .62) 44%, rgba(3, 5, 8, .1) 66%, rgba(3, 5, 8, .4) 100%),
    linear-gradient(180deg, rgba(3, 5, 8, .3), transparent 40%, rgba(3, 5, 8, .86));
}
.cinema-copy { position: relative; height: 100%; }
.cinema-step {
  position: absolute; left: 0; top: 50%; width: min(560px, 48vw);
  transform: translateY(-50%);
  opacity: 0; pointer-events: none; will-change: opacity, transform, filter;
}
.cinema-step:first-child { opacity: 1; }
.cinema-step h2 { font-size: clamp(2.3rem, 1.3rem + 3.6vw, 4.1rem); line-height: 1.03; letter-spacing: -.05em; }
.cinema-step p { margin-top: 20px; font-size: var(--t-lead); line-height: 1.7; color: var(--fg-2); max-width: 42ch; }
.cinema-step .btn { margin-top: 28px; pointer-events: auto; }
.cinema-rail {
  position: absolute; right: 26px; top: 50%; transform: translateY(-50%);
  width: 2px; height: 190px; border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .14); overflow: hidden;
}
.cinema-rail i { display: block; width: 100%; height: 0; background: var(--acc-400); }

/* --------------------------------------------------------------------------
   12. SPLIT FEATURE  (used exactly once)
   -------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.split-media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 5; background: var(--ink-800); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4, 7, 10, .82), transparent 52%); }
.split-media figcaption {
  position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2;
  display: flex; align-items: baseline; gap: 12px;
}
.split-media figcaption strong { font-family: var(--f-display); font-size: clamp(2.2rem, 1.4rem + 2.4vw, 3.4rem); font-weight: 800; letter-spacing: -.06em; }
.split-media figcaption span { font-size: var(--t-xs); color: var(--fg-2); }

.reasons { margin-top: 34px; }
.reasons > div { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.reasons > div:last-child { border-bottom: 1px solid var(--line); }
.reasons .n { font-family: var(--f-display); font-size: var(--t-xs); font-weight: 800; color: var(--acc-400); padding-top: 4px; }
.reasons h3 { font-size: 1.05rem; margin-bottom: 6px; }
.reasons p { font-size: var(--t-sm); color: var(--fg-3); line-height: 1.6; }

/* --------------------------------------------------------------------------
   13. COMPARE
   -------------------------------------------------------------------------- */
.compare { background: var(--ink-900); }
.compare-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--ink-850);
}
.compare-col { padding: clamp(26px, 3.4vw, 44px); }
.compare-col + .compare-col { border-left: 1px solid var(--line); }
.compare-col.is-old { background: var(--ink-870); }
.compare-col.is-new { background: linear-gradient(160deg, rgba(47, 107, 255, .1), transparent 55%), var(--ink-850); }
.compare-col h3 { font-size: var(--t-h4); margin-bottom: 22px; }
.compare-col.is-old h3 { color: var(--fg-3); }
.compare-col li { list-style: none; padding: 15px 0 15px 28px; position: relative; font-size: var(--t-sm); line-height: 1.55; }
.compare-col li + li { border-top: 1px solid var(--line); }
.compare-col.is-old li { color: var(--fg-4); }
.compare-col.is-new li { color: var(--fg-2); }
.compare-col.is-new li b { color: var(--fg); font-weight: 600; }
.compare-col li::before {
  content: ""; position: absolute; left: 4px; top: 22px;
  width: 10px; height: 2px; border-radius: 2px; background: var(--fg-4);
}
.compare-col.is-new li::before {
  content: ""; left: 2px; top: 19px; width: 12px; height: 7px;
  background: none; border-left: 2px solid var(--acc-400); border-bottom: 2px solid var(--acc-400);
  transform: rotate(-45deg); border-radius: 0;
}
.compare-col.is-new .btn { margin-top: 26px; }

/* --------------------------------------------------------------------------
   14. CATEGORY GRID  (uniform square cards)
   Kare oran, gorselin konusunu kirpmadan gostermek icin secildi.
   -------------------------------------------------------------------------- */
.solutions-top { display: flex; flex-wrap: wrap; gap: 24px; align-items: flex-end; justify-content: space-between; margin-bottom: clamp(30px, 4vw, 50px); }
.solutions-top .section-head { margin-bottom: 0; }
.tabs { display: inline-flex; padding: 5px; gap: 4px; background: var(--ink-870); border: 1px solid var(--line); border-radius: var(--r-pill); }
.tabs button {
  min-height: 44px; padding: 9px 20px; border: 0; border-radius: var(--r-pill);
  background: transparent; color: var(--fg-3); font-size: var(--t-xs); font-weight: 600; cursor: pointer;
  transition: background-color .22s var(--ease), color .22s var(--ease);
}
.tabs button[aria-selected="true"] { background: #f2f6fc; color: #0b111b; }

.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }

.tile {
  position: relative; display: flex; align-items: flex-end;
  aspect-ratio: 1 / 1; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--ink-850);
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.tile img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transform: scale(1.01); transition: transform .7s var(--ease);
}
.tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4, 7, 12, .06) 0%, rgba(4, 7, 12, .3) 46%, rgba(4, 7, 12, .93) 100%);
}
.tile:hover { border-color: var(--acc-line); transform: translateY(-3px); }
.tile:hover img { transform: scale(1.05); }
.tile-body { position: relative; z-index: 2; padding: clamp(16px, 1.7vw, 22px); width: 100%; }
.tile-body small { display: block; font-size: var(--t-label); font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--acc-300); margin-bottom: 8px; }
.tile-body h3 { font-size: clamp(1.15rem, .95rem + .55vw, 1.45rem); letter-spacing: -.04em; margin-bottom: 7px; }
.tile-body p { font-size: var(--t-xs); color: var(--fg-2); line-height: 1.5; }
.tile .go {
  position: absolute; z-index: 2; top: 14px; right: 14px;
  display: grid; place-items: center; width: 38px; height: 38px;
  border-radius: 50%; border: 1px solid var(--line-2); background: rgba(10, 14, 20, .55);
  backdrop-filter: blur(10px); font-size: 1rem; color: #eef3ff;
  transition: background-color .25s, transform .25s var(--ease);
}
.tile:hover .go { background: var(--acc-500); transform: translate(2px, -2px); }

/* son huce: gorsel yerine dogrudan aksiyon, boylece izgara tam satirla biter */
.tile-cta {
  display: flex; flex-direction: column; justify-content: center;
  aspect-ratio: 1 / 1; padding: clamp(18px, 2vw, 26px);
  border: 1px solid var(--acc-line); border-radius: var(--r-lg);
  background: linear-gradient(155deg, rgba(42, 97, 238, .22), rgba(12, 20, 36, .9) 62%);
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.tile-cta:hover { border-color: var(--acc-400); transform: translateY(-3px); }
.tile-cta h3 { font-size: clamp(1.15rem, .95rem + .55vw, 1.4rem); letter-spacing: -.04em; margin-bottom: 8px; }
.tile-cta p { font-size: var(--t-xs); color: var(--fg-2); line-height: 1.55; margin-bottom: 16px; }
.tile-cta .link-arrow { min-height: 0; }

/* --------------------------------------------------------------------------
   15. KNOWLEDGE HUB (editorial index; internal-link engine)
   -------------------------------------------------------------------------- */
.hub { background: var(--ink-900); }
.hub-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.hub-feature {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 380px; padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
}
.hub-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hub-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 8, 13, .35), rgba(5, 8, 13, .93)); }
.hub-feature > * { position: relative; z-index: 2; }
.hub-feature h3 { font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.15rem); letter-spacing: -.045em; margin-bottom: 12px; }
.hub-feature p { font-size: var(--t-sm); color: var(--fg-2); line-height: 1.6; margin-bottom: 22px; max-width: 44ch; }

.hub-list { display: grid; }
.hub-list a {
  display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center;
  padding: 20px 4px; border-top: 1px solid var(--line);
  transition: padding-left .3s var(--ease), background-color .3s;
}
.hub-list a:last-child { border-bottom: 1px solid var(--line); }
.hub-list a:hover { padding-left: 14px; background: rgba(255, 255, 255, .02); }
.hub-list a > div { min-width: 0; }
.hub-list b { display: block; font-family: var(--f-display); font-size: 1.02rem; font-weight: 600; letter-spacing: -.02em; }
.hub-list a > div > span { display: block; margin-top: 5px; font-size: var(--t-xs); color: var(--fg-3); line-height: 1.5; }
.hub-list i { font-style: normal; color: var(--fg-4); font-size: 1.1rem; transition: color .25s, transform .25s var(--ease); }
.hub-list a:hover i { color: var(--acc-400); transform: translate(2px, -2px); }

/* --------------------------------------------------------------------------
   16. TRUST / E-E-A-T
   -------------------------------------------------------------------------- */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.trust-card {
  padding: clamp(22px, 2.4vw, 30px);
  background: var(--ink-850); border: 1px solid var(--line); border-radius: var(--r-lg);
}
.trust-card .ico {
  display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px;
  border-radius: var(--r-sm); border: 1px solid var(--acc-line); background: var(--acc-soft); color: var(--acc-300);
}
.trust-card h3 { font-size: var(--t-h4); margin-bottom: 8px; }
.trust-card p { font-size: var(--t-sm); color: var(--fg-3); line-height: 1.6; }
.trust-card dl { margin: 16px 0 0; display: grid; gap: 10px; }
.trust-card dt { font-size: var(--t-label); letter-spacing: .1em; text-transform: uppercase; color: var(--fg-4); }
.trust-card dd { margin: 3px 0 0; font-size: var(--t-sm); color: var(--fg); }
.trust-card dd a { display: inline-block; padding: 4px 0; }
.trust-card dd a:hover { color: var(--acc-300); }


/* --------------------------------------------------------------------------
   17. CAMPAIGN BAND
   -------------------------------------------------------------------------- */
.band { position: relative; overflow: hidden; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--ink-850); }
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.band::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(94deg, rgba(9, 13, 19, .97) 0%, rgba(9, 13, 19, .88) 44%, rgba(9, 13, 19, .1) 78%);
}
.band-body { position: relative; z-index: 2; padding: clamp(30px, 4vw, 56px); max-width: 620px; }
.band-body h2 { font-size: clamp(1.9rem, 1.2rem + 2.4vw, 3rem); letter-spacing: -.05em; }
.band-body p { margin: 16px 0 26px; font-size: var(--t-lead); color: var(--fg-2); line-height: 1.7; }
.band-mark {
  position: absolute; z-index: 2; right: clamp(20px, 3vw, 44px); bottom: clamp(16px, 2vw, 26px);
  font-family: var(--f-display); font-size: clamp(60px, 9vw, 128px); font-weight: 800;
  letter-spacing: -.08em; line-height: .8; color: rgba(255, 255, 255, .1);
}
.band-mark span { display: block; text-align: right; font-size: .11em; letter-spacing: .3em; margin-right: .08em; }

/* --------------------------------------------------------------------------
   18. FAQ
   -------------------------------------------------------------------------- */
.faq { background: var(--ink-900); }
.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(36px, 5vw, 90px); align-items: start; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-of-type { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  min-height: 64px; padding: 20px 0;
  font-family: var(--f-display); font-size: 1.02rem; font-weight: 600; letter-spacing: -.02em;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .sign {
  flex: 0 0 auto; position: relative; width: 20px; height: 20px;
  transition: transform .3s var(--ease);
}
.faq-list summary .sign::before, .faq-list summary .sign::after {
  content: ""; position: absolute; left: 50%; top: 50%; background: var(--fg-3);
  transform: translate(-50%, -50%); border-radius: 2px;
}
.faq-list summary .sign::before { width: 14px; height: 1.5px; }
.faq-list summary .sign::after { width: 1.5px; height: 14px; transition: opacity .3s; }
.faq-list details[open] summary .sign { transform: rotate(180deg); }
.faq-list details[open] summary .sign::after { opacity: 0; }
.faq-list .answer { padding: 0 48px 24px 0; font-size: var(--t-sm); line-height: 1.75; color: var(--fg-2); }
.faq-list .answer a { color: var(--acc-300); text-decoration: underline; text-underline-offset: 2px; }
.faq-list .answer p + p { margin-top: 12px; }

/* --------------------------------------------------------------------------
   19. CONTACT + FINAL CTA
   -------------------------------------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.contact-list { display: grid; gap: 2px; }
.contact-list a, .contact-list div {
  display: grid; grid-template-columns: 108px 1fr; gap: 18px; align-items: baseline;
  padding: 18px 4px; border-top: 1px solid var(--line);
  font-size: var(--t-sm);
}
.contact-list > *:last-child { border-bottom: 1px solid var(--line); }
.contact-list dt, .contact-list .k { font-size: var(--t-label); letter-spacing: .12em; text-transform: uppercase; color: var(--fg-4); }
.contact-list .v { color: var(--fg); font-weight: 500; line-height: 1.55; }
.contact-list a:hover .v { color: var(--acc-300); }

.cta-final { background: linear-gradient(120deg, var(--acc-600), #14357f 62%, #0c1f4b); position: relative; overflow: hidden; }
.cta-final::after {
  content: "60"; position: absolute; right: -18px; bottom: -.28em;
  font-family: var(--f-display); font-size: clamp(180px, 26vw, 320px); font-weight: 800;
  letter-spacing: -.1em; color: rgba(255, 255, 255, .06); line-height: .8; pointer-events: none;
}
.cta-inner { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 34px; align-items: flex-end; justify-content: space-between; }
.cta-final h2 { font-size: clamp(2rem, 1.3rem + 2.6vw, 3.2rem); letter-spacing: -.05em; max-width: 16ch; }
.cta-final h2 .em { color: #b9d6ff; }
.cta-final p { margin-top: 16px; color: #cbdcfb; font-size: var(--t-lead); max-width: 44ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* --------------------------------------------------------------------------
   20. FOOTER
   -------------------------------------------------------------------------- */
.footer { background: var(--ink-950); border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(30px, 4vw, 64px); padding-block: clamp(48px, 5vw, 72px); }
.footer-brand img { width: 140px; height: auto; aspect-ratio: 872 / 668; object-fit: contain; }
.footer-brand p { margin-top: 16px; font-size: var(--t-xs); color: var(--fg-3); line-height: 1.7; max-width: 30ch; }
.footer-col { display: flex; flex-direction: column; gap: 4px; }
.footer-col strong { font-size: var(--t-label); letter-spacing: .14em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 10px; font-weight: 600; }
.footer-col a, .footer-col span { font-size: var(--t-xs); color: var(--fg-3); padding: 7px 0; line-height: 1.5; }
.footer-col a:hover { color: var(--fg); }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between;
  padding-block: 24px; border-top: 1px solid var(--line);
  font-size: var(--t-label); color: var(--fg-4);
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-bottom nav a { padding: 6px 0; }
.footer-bottom a:hover { color: var(--fg-2); }
.footer-legal { width: var(--shell); margin-inline: auto; padding-bottom: 28px; font-size: var(--t-label); color: var(--fg-4); line-height: 1.7; max-width: 92ch; }

/* --------------------------------------------------------------------------
   21. MOBILE ACTION BAR (adaptive: hides while a field has focus)
   -------------------------------------------------------------------------- */
.action-bar { display: none; }

/* --------------------------------------------------------------------------
   21b. CANLI DESTEK (yuzen WhatsApp dugmesi)
   -------------------------------------------------------------------------- */
.support-fab {
  position: fixed; z-index: 85; right: 22px; bottom: 22px;
  display: inline-flex; align-items: center; gap: 11px;
  min-height: 56px; padding: 10px 20px 10px 12px;
  border-radius: var(--r-pill);
  background: #128038; color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .42);
  font-size: var(--t-sm); font-weight: 600; letter-spacing: -.005em;
  transition: transform .25s var(--ease), background-color .25s var(--ease), opacity .25s var(--ease);
}
.support-fab:hover { background: #0e7233; transform: translateY(-2px); }
.support-fab .fab-ic {
  flex: 0 0 auto; display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255, 255, 255, .16);
}
.support-fab .fab-ic svg { width: 20px; height: 20px; display: block; }
.support-fab b { display: block; font-weight: 600; line-height: 1.15; }
.support-fab .fab-txt span { display: block; font-size: var(--t-label); font-weight: 500; color: #e8f7ee; margin-top: 2px; }
.support-fab.is-tucked { opacity: 0; pointer-events: none; transform: translateY(12px); }

/* --------------------------------------------------------------------------
   22. INNER PAGE PRIMITIVES
   -------------------------------------------------------------------------- */
.page-hero { position: relative; overflow: clip; isolation: isolate; background: var(--ink-900); }
.page-hero-media { position: absolute; inset: 0; z-index: -2; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.page-hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(94deg, rgba(4, 6, 10, .96) 0%, rgba(4, 6, 10, .84) 42%, rgba(4, 6, 10, .5) 100%),
              linear-gradient(180deg, rgba(4, 6, 10, .7), transparent 32%, rgba(5, 7, 10, .95));
}
.page-hero-inner {
  padding-top: calc(var(--header-h) + clamp(44px, 5vw, 76px));
  padding-bottom: clamp(48px, 5vw, 82px);
}
.page-hero h1 { font-size: var(--t-d2); line-height: 1.05; max-width: 20ch; }
.page-hero .lead { margin-top: 20px; }
.page-hero .btn { margin-top: 30px; }

.crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: var(--t-xs); color: var(--fg-4); margin-bottom: 22px; }
.crumbs a { color: var(--fg-3); }
.crumbs a:hover { color: var(--acc-300); }
.crumbs li { list-style: none; display: flex; gap: 8px; align-items: center; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.crumbs .sep { color: var(--fg-4); }

.fact-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; max-width: 640px; }
.fact {
  padding: 18px; border: 1px solid var(--line); border-radius: var(--r-md); background: rgba(9, 13, 19, .6);
  backdrop-filter: blur(8px);
}
.fact strong { display: block; font-family: var(--f-display); font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; }
.fact span { display: block; margin-top: 6px; font-size: var(--t-label); color: var(--fg-3); line-height: 1.4; }

/* article body */
.article { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(36px, 5vw, 76px); align-items: start; }
.article-body { max-width: 72ch; }
.article-body h2 { font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2.1rem); letter-spacing: -.04em; margin: 52px 0 16px; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-size: 1.15rem; margin: 34px 0 12px; }
.article-body p { color: var(--fg-2); line-height: 1.8; margin-bottom: 16px; }
.article-body p strong { color: var(--fg); font-weight: 600; }
.article-body a { color: var(--acc-300); text-decoration: underline; text-underline-offset: 3px; }
.article-body ul, .article-body ol { margin: 0 0 20px; padding-left: 0; list-style: none; }
.article-body li { position: relative; padding: 9px 0 9px 26px; color: var(--fg-2); line-height: 1.7; }
.article-body ul li::before {
  content: ""; position: absolute; left: 2px; top: 18px; width: 10px; height: 6px;
  border-left: 2px solid var(--acc-400); border-bottom: 2px solid var(--acc-400); transform: rotate(-45deg);
}
.article-body ol { counter-reset: n; }
.article-body ol li { counter-increment: n; }
.article-body ol li::before {
  content: counter(n); position: absolute; left: 0; top: 10px;
  font-family: var(--f-display); font-size: var(--t-xs); font-weight: 800; color: var(--acc-400);
}
.callout {
  margin: 30px 0; padding: 22px 24px;
  border: 1px solid var(--acc-line); border-left-width: 3px; border-radius: var(--r-md);
  background: var(--acc-soft);
}
.callout strong { display: block; font-family: var(--f-display); font-size: var(--t-sm); color: var(--acc-300); margin-bottom: 8px; letter-spacing: .04em; text-transform: uppercase; }
.callout p { color: var(--fg-2); font-size: var(--t-sm); line-height: 1.7; margin: 0; }

.article > aside { position: sticky; top: calc(var(--header-h) + 30px); align-self: start; }
.aside-card {
  padding: 24px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--ink-850);
}
.aside-card h3 { font-size: var(--t-h4); margin-bottom: 10px; }
.aside-card p { font-size: var(--t-sm); color: var(--fg-3); line-height: 1.65; margin-bottom: 18px; }
.aside-card .btn { width: 100%; }
.aside-nav { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; gap: 2px; }
.aside-nav strong { font-size: var(--t-label); letter-spacing: .12em; text-transform: uppercase; color: var(--fg-4); margin-bottom: 8px; }
.aside-nav a { font-size: var(--t-xs); color: var(--fg-2); padding: 9px 0; line-height: 1.5; border-top: 1px solid var(--line); }
.aside-nav a:first-of-type { border-top: 0; }
.aside-nav a:hover { color: var(--acc-300); }

/* simple content cards used on hub / news pages */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.card-grid.is-two { grid-template-columns: repeat(2, 1fr); }
.card {
  display: flex; flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
  background: var(--ink-850); border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
a.card:hover { border-color: var(--acc-line); transform: translateY(-3px); }
.card .tag { font-size: var(--t-label); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--acc-300); margin-bottom: 14px; }
.card h3 { font-size: var(--t-h4); margin-bottom: 10px; letter-spacing: -.03em; }
.card p { font-size: var(--t-sm); color: var(--fg-3); line-height: 1.65; }
.card .link-arrow { margin-top: auto; padding-top: 16px; }

/* offer form (kasko / trafik / filo / diger) */
.offer-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 4vw, 64px); align-items: start; }
.offer-form { padding: clamp(24px, 3vw, 34px); background: var(--ink-850); border: 1px solid var(--line-2); border-radius: var(--r-lg); }
.offer-form h2 { font-size: 1.45rem; letter-spacing: -.04em; margin-bottom: 8px; }
.offer-form > p { font-size: var(--t-sm); color: var(--fg-3); margin-bottom: 24px; }
.form-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-rows .field { margin-top: 0; }
.form-rows .field.is-full { grid-column: span 2; }
.form-rows textarea {
  width: 100%; min-height: 96px; padding: 12px 14px; resize: vertical;
  background: var(--ink-870); border: 1px solid var(--line-2); border-radius: var(--r-md); color: var(--fg); outline: none;
}
.form-rows textarea:focus { border-color: var(--acc-400); box-shadow: 0 0 0 3px var(--acc-soft); }
.offer-form .btn { margin-top: 20px; }

/* --------------------------------------------------------------------------
   23. MOTION (reveal on enter; IntersectionObserver driven)
   -------------------------------------------------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(20px); }
.js-ready [data-reveal] { transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: .07s; }
[data-reveal-delay="2"] { transition-delay: .14s; }
[data-reveal-delay="3"] { transition-delay: .21s; }
[data-reveal-delay="4"] { transition-delay: .28s; }
.no-js [data-reveal] { opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   24. RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 1180px) {
  .nav { gap: 0; }
  .nav > a, .nav-trigger { padding: 9px 10px; font-size: .72rem; }
  .brand img { width: 150px; }
}

@media (max-width: 1024px) {
  :root { --header-h: 70px; }
  .nav, .header-link { display: none; }
  .burger { display: flex; }
  .header-actions { display: none; }
  .hero-inner { grid-template-columns: 1fr; min-height: 0; gap: 40px; }
  .hero-copy h1 { max-width: 18ch; }
  .flow-layout { grid-template-columns: 1fr; gap: 40px; }
  .flow-side { position: static; }
  .split { grid-template-columns: 1fr; }
  .split-media { aspect-ratio: 16 / 11; }
  .hub-layout, .faq-layout, .contact-grid, .offer-layout { grid-template-columns: 1fr; }
  .article { grid-template-columns: 1fr; }
  .article > aside { position: static; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .cinema-step { width: min(560px, 70vw); }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 32px); --sec-y: clamp(60px, 12vw, 82px); }
  body { padding-bottom: 72px; }
  .site-header { background: rgba(6, 9, 13, .92); backdrop-filter: blur(16px); }
  .hero-media img { object-position: center 34%; }
  .hero-scrim {
    background: linear-gradient(180deg, rgba(4, 6, 10, .82) 0%, rgba(4, 6, 10, .7) 40%, rgba(5, 7, 10, .97) 84%);
  }
  .hero-inner { padding-top: calc(var(--header-h) + 34px); padding-bottom: 54px; gap: 34px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 18px 16px; }
  .proof-grid > div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .quote-card { padding: 18px; }
  .owner-grid { grid-template-columns: 1fr; }
  .flow-step { grid-template-columns: 44px 1fr; gap: 14px; }
  .flow-step .idx { width: 44px; height: 44px; font-size: .95rem; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-col + .compare-col { border-left: 0; border-top: 1px solid var(--line); }
  .card-grid, .card-grid.is-two, .trust-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .tile-body { padding: 13px; }
  .tile-body small { font-size: .62rem; letter-spacing: .12em; margin-bottom: 5px; }
  .tile-body h3 { font-size: 1rem; margin-bottom: 0; }
  .tile-body p { display: none; }
  .tile .go { width: 32px; height: 32px; top: 10px; right: 10px; font-size: .85rem; }
  .tile-cta { padding: 14px; }
  .tile-cta h3 { font-size: 1rem; }
  .tile-cta p { font-size: .72rem; margin-bottom: 10px; }
  .fact-row { grid-template-columns: 1fr; max-width: none; }
  .form-rows { grid-template-columns: 1fr; }
  .form-rows .field.is-full { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-brand { grid-column: span 2; }
  .article-body h2 { margin-top: 40px; }
  .faq-list .answer { padding-right: 8px; }
  .contact-list a, .contact-list div { grid-template-columns: 1fr; gap: 6px; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .cta-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .cta-actions .btn { width: 100%; }

  .cinema { height: 260vh; }
  .cinema-pin { height: calc(100dvh - 72px); }
  .cinema-frame { inset: 0; width: 100%; height: 100%; object-position: 62% center; }
  .cinema-scrim { background: linear-gradient(180deg, rgba(3, 5, 8, .2), rgba(3, 5, 8, .28) 42%, rgba(3, 5, 8, .95) 80%); }
  .cinema-step { top: auto; bottom: 52px; left: 0; right: 0; width: auto; transform: none; }
  .cinema-rail { right: 12px; height: 130px; }

  /* adaptive sticky action bar */
  .action-bar {
    position: fixed; z-index: 80; inset: auto 0 0 0; height: 72px;
    display: grid; grid-template-columns: repeat(3, 1fr);
    background: rgba(6, 9, 13, .96); backdrop-filter: blur(18px);
    border-top: 1px solid var(--line);
    padding-bottom: env(safe-area-inset-bottom);
    transition: transform .28s var(--ease);
  }
  .action-bar.is-hidden { transform: translateY(110%); }

  .support-fab {
    right: 14px; bottom: calc(84px + env(safe-area-inset-bottom));
    min-height: 54px; width: 54px; padding: 0;
    justify-content: center; gap: 0;
  }
  .support-fab .fab-txt { display: none; }
  .support-fab .fab-ic { width: 30px; height: 30px; background: none; }
  .action-bar a {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
    min-height: 48px; font-size: var(--t-label); font-weight: 600; color: var(--fg-3);
  }
  .action-bar a .ic { display: block; width: 19px; height: 19px; }
  .action-bar a .ic svg { width: 100%; height: 100%; display: block; }
  .action-bar a:first-child { background: var(--acc-500); color: #fff; }
}

/* --------------------------------------------------------------------------
   25. REDUCED MOTION / TRANSPARENCY
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .cinema { height: auto; }
  .cinema-pin { position: relative; height: auto; min-height: 640px; }
  .cinema-frame:nth-child(1), .cinema-frame:nth-child(2) { display: none; }
  .cinema-frame:nth-child(3) { opacity: 1; }
  .cinema-copy { min-height: 640px; }
  .cinema-step:not(:last-child) { display: none; }
  .cinema-step:last-child { opacity: 1; }
  .cinema-rail { display: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .quote-card, .nav-menu, .mobile-nav, .site-header.is-stuck, .action-bar {
    backdrop-filter: none; -webkit-backdrop-filter: none;
  }
  .quote-card { background: var(--ink-850); }
  .site-header.is-stuck { background: var(--ink-950); }
}

@media (prefers-contrast: more) {
  :root { --line: rgba(255, 255, 255, .22); --line-2: rgba(255, 255, 255, .34); --fg-3: #a5b1c1; --fg-4: #8d99a8; }
}

@media print {
  .site-header, .action-bar, .cinema, .cta-final { display: none; }
  body { background: #fff; color: #111; }
}
