/* ============================================================
   Kızılelma AI — Anasayfa v4 (landing-lab)
   Prestij sınıfı editoryal tasarım — 5 hukuk-AI sitesinin
   (Harvey · Legora · Luminance · Spellbook · Robin AI)
   kalıpları, özgün Kızılelma kimliğiyle harmanlandı.
   ============================================================ */

:root {
  --ivory:      #F5F3EC;
  --ivory-2:    #FBFAF6;
  --ivory-3:    #EDEAE0;
  --ink:        #171411;
  --ink-deep:   #0C0906;
  --ink-2:      #48433B;
  --ink-3:      #8B8574;
  --hairline:   #DFDACB;
  --hairline-2: #CCC6B4;
  --kizil:      #9E2B17;
  --kizil-koyu: #7C1F0F;
  --kizil-acik: #C25335;
  --gold:       #E5CDA8;
  --on-ink:     #F2F0E9;
  --on-ink-dim: #ABA695;
  --on-ink-faint: rgba(242,240,233,.12);

  /* Harvey'nin Tiempos tarzı özel serifine en yakın açık lisanslı eşleşme */
  --serif: "STIX Two Text", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --sans:  "Instrument Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

  --maxw: 1280px;
  --pad: 28px;
  --radius: 8px;
  --nav-h: 74px;
  --announce-h: 42px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, video, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--kizil); color: var(--ivory-2); }

.container { width: min(var(--maxw), 100% - var(--pad) * 2); margin-inline: auto; }

.grain { position: relative; }
.grain::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' seed='7'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay; opacity: .6;
}

/* ============ TİPOGRAFİ ============ */
.eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--kizil); margin: 0 0 24px;
  display: flex; align-items: center; gap: 14px;
}
.eyebrow .no { color: var(--ink-3); font-weight: 500; }
.eyebrow::after { content: ""; flex: 0 0 36px; height: 1px; background: var(--hairline-2); }
.-dark .eyebrow { color: var(--gold); }
.-dark .eyebrow .no { color: var(--on-ink-dim); }
.-dark .eyebrow::after { background: var(--on-ink-faint); }

h1, h2 {
  font-family: var(--serif);
  font-weight: 460;
  letter-spacing: -0.02em;
  line-height: 1.01;
  margin: 0;
  text-wrap: balance;
  font-optical-sizing: auto;
}
h1 { font-size: clamp(50px, 8vw, 112px); }
h2 { font-size: clamp(38px, 5vw, 68px); }
/* vurgu kelimeleri: manşetle aynı font, italik yok — yalnız renk ayrışır */
h1 em, h2 em, h3 em, .interlude p.big em, .qslide blockquote em {
  font-family: inherit; font-style: normal; font-weight: inherit;
  color: var(--kizil);
}
.footer-bottom .made { font-family: var(--sans); font-style: normal; }
.-dark h2 em, .hero h1 em, .interlude em { color: var(--gold); }
h3 { font-family: var(--serif); font-weight: 500; font-size: 24px; line-height: 1.16; margin: 0; letter-spacing: -0.008em; }

.lede {
  font-size: clamp(16.5px, 1.55vw, 19.5px);
  line-height: 1.62; color: var(--ink-2);
  max-width: 60ch; margin: 28px 0 0;
}
.-dark .lede { color: var(--on-ink-dim); }

.arrowlink { font-size: 15px; font-weight: 550; color: var(--kizil); display: inline-flex; gap: 8px; align-items: baseline; transition: color .15s; }
.arrowlink::before { content: "↳"; font-weight: 400; }
.arrowlink:hover { color: var(--kizil-koyu); }
.-dark .arrowlink { color: var(--gold); }

/* ============ BUTONLAR ============ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 32px; border-radius: var(--radius);
  font-size: 15px; font-weight: 550; letter-spacing: .01em;
  transition: background .18s, color .18s, border-color .18s;
  white-space: nowrap;
}
.btn svg { transition: transform .18s; }
.btn:hover svg { transform: translateX(3px); }
.btn-ink { background: var(--ink); color: var(--on-ink); box-shadow: inset 0 1px 0 rgba(255,255,255,.14); }
.btn-ink:hover { background: var(--kizil-koyu); }
:focus-visible { outline: 2px solid var(--kizil); outline-offset: 3px; border-radius: 4px; }
.metric .num, .hero-stat .v, .ana-prob .v, .sec-metric .v { font-variant-numeric: tabular-nums; }
section[id], .interlude[id] { scroll-margin-top: calc(var(--announce-h) + var(--nav-h) + 16px); }
.btn-ghost { border: 1px solid var(--hairline-2); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-light { background: var(--ivory-2); color: var(--ink); }
.btn-light:hover { background: #fff; }
.btn-ghost-light { border: 1px solid rgba(242,240,233,.32); color: var(--on-ink); }
.btn-ghost-light:hover { border-color: var(--on-ink); }

/* ============ DUYURU + NAV + MEGA ============ */
.announce {
  position: fixed; inset: 0 0 auto 0; z-index: 65;
  height: var(--announce-h);
  display: flex; align-items: center; justify-content: center; gap: 14px;
  background: var(--ink-deep); color: var(--on-ink-dim);
  font-size: 13px; border-bottom: 1px solid var(--on-ink-faint);
}
.announce a { font-weight: 550; color: var(--on-ink); border-bottom: 1px solid rgba(242,240,233,.3); }
.announce a:hover { border-bottom-color: var(--on-ink); }
.announce button { position: absolute; right: 16px; font-size: 20px; color: var(--on-ink-dim); line-height: 1; padding: 4px 8px; }
.announce button:hover { color: var(--on-ink); }
body.announce-closed .announce { display: none; }
body.announce-closed { --announce-h: 0px; }

.nav {
  position: fixed; inset: var(--announce-h) 0 auto 0; z-index: 60;
  height: var(--nav-h); display: flex; align-items: center;
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s, backdrop-filter .25s, transform .35s ease;
}
/* aşağı kaydırırken gizlen, yukarıda görün */
.nav.-hidden { transform: translateY(calc(-100% - var(--announce-h))); }
.nav.-solid {
  background: color-mix(in srgb, var(--ivory) 90%, transparent);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--hairline);
}
.nav.-onhero:not(.-solid) { color: var(--on-ink); }
.nav .container { display: flex; align-items: center; gap: 44px; }
.nav-brand { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: 17px; letter-spacing: -0.01em; }
.nav-brand img { width: 30px; height: 30px; border-radius: 7px; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a, .nav-link-btn { font-size: 14px; font-weight: 500; opacity: .84; transition: opacity .15s; display: inline-flex; align-items: center; gap: 6px; }
.nav-links a:hover, .nav-link-btn:hover { opacity: 1; }
.nav-link-btn svg { transition: transform .2s; }
.has-mega.-open .nav-link-btn svg { transform: rotate(180deg); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.nav-cta .login { font-size: 14px; font-weight: 500; opacity: .84; }
.nav-cta .login:hover { opacity: 1; }
.nav .btn { padding: 11px 22px; font-size: 13.5px; }
.nav.-onhero:not(.-solid) .btn-ink { background: var(--ivory-2); color: var(--ink); }
.nav.-onhero:not(.-solid) .btn-ink:hover { background: #fff; }
.nav-burger { display: none; width: 42px; height: 42px; margin-left: auto; align-items: center; justify-content: center; }

.mega {
  position: fixed; left: 0; right: 0; top: calc(var(--announce-h) + var(--nav-h));
  background: var(--ink-deep); color: var(--on-ink);
  border-bottom: 1px solid var(--on-ink-faint);
  padding: 56px 0 60px;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
.has-mega.-open .mega { opacity: 1; visibility: visible; transform: none; }
.mega-inner { display: grid; grid-template-columns: 1fr 380px; gap: 80px; align-items: stretch; }
.mega-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 64px; }
.mega-list a { display: block; padding: 18px 12px; border-radius: 10px; opacity: 1; transition: background .15s; }
.mega-list a:hover { background: rgba(242,240,233,.05); }
.mega-list b { display: block; font-size: 15px; font-weight: 600; color: var(--on-ink); letter-spacing: -0.01em; }
.mega-list span { display: block; margin-top: 6px; font-size: 13px; color: var(--on-ink-dim); line-height: 1.5; font-weight: 400; }
.mega-feature {
  display: flex; flex-direction: column; justify-content: flex-end;
  border-radius: 14px; overflow: hidden; position: relative;
  padding: 44px 36px; opacity: 1; min-height: 260px;
  border: 1px solid var(--on-ink-faint);
}
.mega-feature video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.55) contrast(1.05) saturate(.9) sepia(.28) hue-rotate(-8deg); }
.mega-feature::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,9,6,.9), rgba(12,9,6,.2)); }
.mega-feature .mf-title, .mega-feature p { position: relative; }
.mega-feature .mf-title { font-family: var(--serif); font-size: 32px; color: var(--on-ink); }
.mega-feature .mf-title b { font-weight: 600; }
.mega-feature p { margin: 12px 0 0; font-size: 13.5px; color: var(--on-ink-dim); line-height: 1.6; font-weight: 400; }

.progress { position: fixed; top: 0; left: 0; height: 2px; background: var(--kizil); z-index: 70; width: 0; }

/* aktif menü öğesi */
.nav-links a.-act, .nav-links .nav-link-btn.-act { opacity: 1; box-shadow: inset 0 -2px 0 var(--kizil); padding-bottom: 2px; }

/* ---------- alt sayfa başlığı ---------- */
.page-head {
  padding: calc(var(--announce-h) + var(--nav-h) + 88px) 0 72px;
  border-bottom: 1px solid var(--hairline);
}
.page-head h1 { font-size: clamp(40px, 5.6vw, 76px); max-width: 18ch; }
.page-head .lede { max-width: 58ch; }
.page-head .eyebrow { margin-bottom: 20px; }

/* ---------- ara CTA bandı ---------- */
.cta-band { background: var(--ivory-3); border-top: 1px solid var(--hairline); padding: 88px 0; }
.cta-band .inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(28px, 3.4vw, 44px); max-width: 24ch; }
.cta-band .btn { flex: none; }

.mobile-menu {
  position: fixed; inset: calc(var(--announce-h) + var(--nav-h)) 0 0 0; z-index: 55;
  background: var(--ivory); padding: 24px var(--pad);
  display: none; flex-direction: column; overflow-y: auto;
}
.mobile-menu.-open { display: flex; }
.mobile-menu a { padding: 15px 4px; font-size: 20px; font-family: var(--serif); border-bottom: 1px solid var(--hairline); }
.mobile-menu .btn { margin-top: 24px; justify-content: center; font-family: var(--sans); }

/* ============ HERO ============ */
.hero {
  position: relative; min-height: min(100vh, 1020px);
  display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--on-ink); background: var(--ink-deep); overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
/* Harvey tarzı sıcak amber grade */
.hero-media video {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.66) contrast(1.05) saturate(.95) sepia(.3) hue-rotate(-8deg);
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 120% 90% at 50% 45%, transparent 42%, rgba(16,10,5,.66) 100%),
    linear-gradient(to top, rgba(16,10,5,.92) 0%, rgba(16,10,5,.36) 42%, rgba(16,10,5,.14) 72%, rgba(16,10,5,.5) 100%);
}
.hero-inner { position: relative; width: 100%; padding: 160px 0 0; }
/* hero giriş koreografisi — yüklenirken kademeli yükselme */
@keyframes heroIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.hero-kicker, .hero h1, .hero .lede, .hero-actions, .hero-note { animation: heroIn .9s cubic-bezier(.2,.6,.2,1) both; }
.hero h1 { animation-delay: .1s; }
.hero .lede { animation-delay: .22s; }
.hero-actions { animation-delay: .34s; }
.hero-note { animation-delay: .46s; }
.hero-band { animation: heroIn 1s .55s cubic-bezier(.2,.6,.2,1) both; }
@media (prefers-reduced-motion: reduce) {
  .hero-kicker, .hero h1, .hero .lede, .hero-actions, .hero-note, .hero-band { animation: none; }
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 550; letter-spacing: .22em; text-transform: uppercase;
  color: var(--on-ink-dim); margin: 0 0 32px;
}
.hero-kicker::before { content: ""; width: 32px; height: 1px; background: var(--kizil-acik); }
.hero h1 { max-width: 13ch; }
.hero .lede { color: var(--on-ink-dim); max-width: 52ch; font-size: clamp(17px, 1.7vw, 21px); }
.hero-actions { display: flex; gap: 14px; margin-top: 44px; flex-wrap: wrap; }
.hero-note { margin-top: 28px; font-size: 13px; color: var(--on-ink-dim); letter-spacing: .03em; }
/* Harvey tarzı hero alt bandı: yarı saydam kaynak şeridi */
.hero-band {
  position: relative; margin-top: 76px;
  border-top: 1px solid rgba(242,240,233,.12);
  background: rgba(16,10,5,.5); backdrop-filter: blur(12px);
}
.hero-band-inner { display: flex; align-items: center; gap: 36px; padding: 20px 0; }
.hero-band .marquee { flex: 1; min-width: 0; }
.hero-band-btn {
  flex: none; font-size: 13px; font-weight: 550; padding: 10px 20px;
  border: 1px solid rgba(242,240,233,.3); border-radius: var(--radius);
  color: var(--on-ink); transition: border-color .15s, background .15s;
}
.hero-band-btn:hover { border-color: var(--on-ink); background: rgba(242,240,233,.06); }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 72px; width: max-content; animation: marquee 44s linear infinite; align-items: center; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.trust-item { font-family: var(--serif); font-size: 19px; color: var(--on-ink-dim); white-space: nowrap; opacity: .85; }

/* ============ BÖLÜM RİTMİ ============ */
.section { padding: 150px 0; position: relative; }
.section + .section { border-top: 1px solid var(--hairline); }
.section.-dark { background: var(--ink-deep); color: var(--on-ink); border-top: 0 !important; }
.section.-dark h2 { color: var(--on-ink); }
.section.-shade { background: var(--ivory-3); }
.section-head { max-width: 880px; }
.section-head.-center { margin-inline: auto; text-align: center; }
.section-head.-center .lede { margin-inline: auto; }
.section-head.-center .eyebrow { justify-content: center; }
.section-head.-center .eyebrow::after { display: none; }
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.head-row .arrowlink { margin-bottom: 10px; }

/* ============ DEĞER — video'lu split ============ */
.value-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.vidcard {
  position: relative; border-radius: 16px; overflow: hidden;
  aspect-ratio: 16 / 11; background: var(--ink-deep);
  box-shadow: 0 40px 90px -32px rgba(23,20,17,.35);
}
.vidcard video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.7) contrast(1.05) saturate(.92) sepia(.26) hue-rotate(-8deg);
}
.vidcard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,9,6,.82), rgba(12,9,6,.04) 55%); }
.vidcard-cap { position: absolute; inset: auto 0 0 0; z-index: 1; padding: 24px 26px; color: var(--on-ink); }
.vidcard-cap .chip {
  display: inline-flex; padding: 5px 12px; border-radius: 999px;
  background: rgba(242,240,233,.12); backdrop-filter: blur(6px);
  border: 1px solid rgba(242,240,233,.22);
  font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
}
.vidcard-cap p { margin: 12px 0 0; font-family: var(--serif); font-size: 20px; line-height: 1.3; max-width: 26ch; }
.value-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 56px; }
.tag {
  padding: 11px 22px; border: 1px solid var(--hairline-2); border-radius: 999px;
  font-size: 14px; font-weight: 500; color: var(--ink-2); background: var(--ivory-2);
  transition: border-color .15s, color .15s, transform .15s;
}
.tag:hover { border-color: var(--kizil); color: var(--kizil); transform: translateY(-1px); }
.value-more { text-align: center; margin-top: 46px; }

/* ============ PLATFORM — zengin uygulama penceresi ============ */
.platform-tabs { display: flex; gap: 4px; margin-top: 64px; border-bottom: 1px solid var(--hairline); overflow-x: auto; scrollbar-width: none; }
.platform-tabs::-webkit-scrollbar { display: none; }
.ptab {
  padding: 15px 24px; font-size: 14.5px; font-weight: 550; color: var(--ink-3);
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  white-space: nowrap; transition: color .15s, border-color .15s;
}
.ptab:hover { color: var(--ink); }
.ptab.-on { color: var(--kizil); border-bottom-color: var(--kizil); }
.platform-pane { display: none; margin-top: 64px; }
.platform-pane.-on { display: block; animation: fadeUp .4s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } }
.pane-grid { display: grid; grid-template-columns: 360px 1fr; gap: 72px; align-items: start; }
.pane-info h3 { font-size: 32px; }
.pane-info p { color: var(--ink-2); line-height: 1.68; margin: 20px 0 0; font-size: 15px; }
.pane-points { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.pane-points li { display: flex; gap: 12px; font-size: 14.5px; color: var(--ink-2); align-items: baseline; }
.pane-points li::before { content: "↳"; color: var(--kizil); font-weight: 500; }
.pane-info .arrowlink { margin-top: 32px; display: inline-flex; }

/* uygulama penceresi — Harvey tarzı açık ürün çerçevesi */
.app {
  background: #FFFFFF;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  box-shadow: 0 40px 90px -32px rgba(23,20,17,.3), 0 2px 8px rgba(23,20,17,.05);
  overflow: hidden; font-size: 12.5px; color: var(--ink);
}
.app-bar { display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-bottom: 1px solid var(--hairline); background: var(--ivory-2); }
.app-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--hairline-2); }
.app-bar .ttl { margin-left: 12px; font-size: 12px; color: var(--ink-3); }
.app-bar .badge { margin-left: auto; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--kizil); border: 1px solid color-mix(in srgb, var(--kizil) 30%, transparent); padding: 3px 10px; border-radius: 999px; }
.app-body { display: grid; grid-template-columns: 190px 1fr 220px; min-height: 470px; }
.app-side { border-right: 1px solid var(--hairline); padding: 18px 0; display: flex; flex-direction: column; background: var(--ivory-2); }
.app-side a { display: flex; align-items: center; gap: 10px; padding: 10px 20px; color: var(--ink-2); font-weight: 500; }
.app-side a.-on { color: var(--kizil); background: color-mix(in srgb, var(--kizil) 6%, transparent); box-shadow: inset 2px 0 0 var(--kizil); }
.app-side .sp { flex: 1; }
.app-side .usr { display: flex; align-items: center; gap: 10px; padding: 14px 20px 6px; border-top: 1px solid var(--hairline); color: var(--ink-3); font-size: 11.5px; }
.app-side .usr b { display: block; color: var(--ink); font-size: 12px; font-weight: 550; }
.app-side .ava { width: 26px; height: 26px; border-radius: 50%; background: var(--kizil); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 12px; color: var(--on-ink); flex: none; }
.app-main { padding: 26px 28px; min-width: 0; }
.app-rail { border-left: 1px solid var(--hairline); padding: 22px 20px; background: var(--ivory-2); }
.app-rail .rt { font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.app-rail .src { padding: 11px 12px; border: 1px solid var(--hairline); border-radius: 9px; margin-bottom: 9px; background: #fff; }
.app-rail .src b { display: block; font-size: 11.5px; color: var(--kizil); font-weight: 550; }
.app-rail .src span { display: block; margin-top: 4px; font-size: 10.5px; color: var(--ink-2); line-height: 1.45; }
.app-rail .ok { margin-top: 14px; display: flex; align-items: center; gap: 8px; font-size: 10.5px; color: var(--ink-3); }
.app-rail .ok i { width: 7px; height: 7px; border-radius: 50%; background: #6F8F5A; }

.mock-q { background: var(--ivory-3); border-radius: 10px 10px 10px 3px; padding: 12px 16px; max-width: 88%; color: var(--ink); font-weight: 500; line-height: 1.5; }
.mock-a { margin-top: 18px; line-height: 1.75; color: var(--ink-2); }
.mock-a b { color: var(--ink); }
.cite {
  display: inline-flex; align-items: center; gap: 6px; padding: 2px 9px; margin: 0 2px;
  border: 1px solid color-mix(in srgb, var(--kizil) 28%, transparent); border-radius: 999px;
  font-size: 10.5px; font-weight: 550; color: var(--kizil); background: color-mix(in srgb, var(--kizil) 5%, transparent); white-space: nowrap;
}
.cite::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--kizil); }
.mock-foot { margin-top: 22px; padding-top: 16px; border-top: 1px dashed var(--hairline); display: flex; gap: 18px; font-size: 11px; color: var(--ink-3); flex-wrap: wrap; }
.mock-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--hairline); border: 1px solid var(--hairline); border-radius: 10px; overflow: hidden; margin-top: 18px; }
.mock-fields div { background: #fff; padding: 12px 15px; }
.mock-fields .k { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-3); }
.mock-fields .v { margin-top: 5px; font-weight: 500; color: var(--ink); font-size: 12px; }
.risk { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 8px; margin-top: 9px; font-weight: 500; font-size: 12px; }
.risk.-hi { background: #F8E7E2; color: #8C2312; }
.risk.-md { background: #F6EEDB; color: #7A5A18; }
.risk.-ok { background: #EBF1E5; color: #3D5A2E; }
.integ-line {
  margin: 68px 0 0; padding-top: 32px; border-top: 1px solid var(--hairline);
  font-size: 13px; letter-spacing: .04em; color: var(--ink-3); text-align: center;
}

/* ============ BİR DOSYANIN YOLCULUĞU — yatay şerit ============ */
.section.-tight { padding: 110px 0 120px; }
.journey-hint { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 12px; animation: nudge 2.4s ease-in-out infinite; }
@keyframes nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(6px); } }
@media (prefers-reduced-motion: reduce) { .journey-hint { animation: none; } }
.journey { margin-top: 56px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; }
.journey::-webkit-scrollbar { display: none; }
.journey-track { display: flex; align-items: stretch; gap: 18px; width: max-content; padding-right: var(--pad); }
.jcard {
  scroll-snap-align: start;
  width: 300px; flex: none;
  background: var(--ivory-2); border: 1px solid var(--hairline); border-radius: 14px;
  padding: 30px 28px 32px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.jcard:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -24px rgba(23,20,17,.25); }
.jcard .jn { font-family: var(--serif); font-size: 15px; color: var(--kizil); letter-spacing: .06em; }
.jcard h3 { margin-top: 14px; font-size: 22px; }
.jcard p { margin: 10px 0 22px; font-size: 13.5px; color: var(--ink-2); line-height: 1.6; }
.jcard .jt { font-size: 10.5px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); border-top: 1px solid var(--hairline); padding-top: 14px; display: block; }
.jarrow { align-self: center; color: var(--hairline-2); font-size: 24px; flex: none; }

/* kazanım şeridi — satış kanıtı, salt tipografik */
.gains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 84px; padding-top: 52px; border-top: 1px solid var(--hairline); }
.gain .gv { font-family: var(--serif); font-size: clamp(44px, 4.6vw, 66px); line-height: 1; letter-spacing: -0.02em; }
.gain .gv i { font-style: normal; font-size: .5em; color: var(--kizil); }
.gain .gl { margin-top: 12px; font-size: 13.5px; color: var(--ink-2); line-height: 1.5; max-width: 30ch; }
.gains-note { margin-top: 28px; font-size: 11.5px; color: var(--ink-3); }

/* ============ AJAN ============ */
.ajan-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 84px; align-items: center; }
.ajan-steps { margin-top: 48px; border-top: 1px solid var(--hairline); }
.ajan-step { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--hairline); }
.ajan-step .n { font-family: var(--serif); font-size: 36px; color: var(--hairline-2); line-height: 1; font-style: italic; }
.ajan-step h3 { font-size: 21px; }
.ajan-step p { margin: 8px 0 0; font-size: 14px; color: var(--ink-2); line-height: 1.6; }
/* ajan araç çantası — gerçek araç kayıtları */
.toolbox { margin-top: 34px; border: 1px solid var(--hairline); border-radius: 12px; background: var(--ivory-2); overflow: hidden; }
.tb-row { display: grid; grid-template-columns: 88px 1fr; gap: 18px; padding: 13px 20px; border-bottom: 1px solid var(--hairline); align-items: baseline; }
.tb-row:last-child { border-bottom: 0; }
.tb-k { font-size: 10.5px; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; color: var(--kizil); }
.tb-v { font-size: 13px; color: var(--ink-2); }
.tb-v a { color: var(--kizil); font-weight: 550; border-bottom: 1px solid color-mix(in srgb, var(--kizil) 35%, transparent); }
.tb-v a:hover { border-bottom-color: var(--kizil); }

.tasklog { background: #FFFFFF; border: 1px solid var(--hairline); border-radius: 14px; color: var(--ink); padding: 32px 34px; box-shadow: 0 40px 90px -32px rgba(23,20,17,.3), 0 2px 8px rgba(23,20,17,.05); }
.tasklog .head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--hairline); }
.tasklog .head .t { font-family: var(--serif); font-size: 19px; }
.tasklog .head .s { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--kizil); }
.tasklog ul { list-style: none; margin: 8px 0 0; padding: 0; }
.tasklog li { display: flex; gap: 14px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--hairline); font-size: 13.5px; color: var(--ink-2); }
.tasklog li:last-child { border-bottom: 0; }
.tasklog li .ok { color: var(--kizil); flex: none; font-size: 12px; }
.tasklog li b { color: var(--ink); font-weight: 550; }
.tasklog li .meta { margin-left: auto; font-size: 11px; color: var(--ink-3); white-space: nowrap; }

/* ============ ÇALIŞMA ALANI + TAHMİN PANELLERİ — açık çerçeve ============ */
.ws, .ana {
  background: #FFFFFF; border: 1px solid var(--hairline); border-radius: 14px;
  color: var(--ink); overflow: hidden; font-size: 13px;
  box-shadow: 0 40px 90px -32px rgba(23,20,17,.3), 0 2px 8px rgba(23,20,17,.05);
}
.ws-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 26px; border-bottom: 1px solid var(--hairline); background: var(--ivory-2); }
.ws-head b { display: block; font-family: var(--serif); font-size: 19px; font-weight: 500; }
.ws-head span { display: block; margin-top: 4px; font-size: 11.5px; color: var(--ink-3); }
.ws-head .badge { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--kizil); border: 1px solid color-mix(in srgb, var(--kizil) 30%, transparent); padding: 3px 10px; border-radius: 999px; margin: 0; }
.ws-tabs { display: flex; gap: 2px; padding: 0 16px; border-bottom: 1px solid var(--hairline); overflow-x: auto; scrollbar-width: none; }
.ws-tabs span { padding: 12px 14px; font-size: 12px; font-weight: 550; color: var(--ink-3); white-space: nowrap; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.ws-tabs span.-on { color: var(--kizil); border-bottom-color: var(--kizil); }
.ws-body { padding: 20px 26px; display: flex; flex-direction: column; gap: 12px; }
.fact { border: 1px solid var(--hairline); border-left: 3px solid #8FAF78; border-radius: 10px; padding: 13px 16px; }
.fact p { margin: 0; color: var(--ink); line-height: 1.5; font-weight: 450; }
.fact .src { display: block; margin-top: 7px; font-size: 11px; color: var(--kizil); }
.fact.-conf { border-left-color: #C24A33; background: #FBF1EE; }
.fact.-gap { border-left-color: #B08A3E; background: #FAF5E9; }
.ws-foot { display: flex; gap: 20px; padding: 16px 26px; border-top: 1px dashed var(--hairline); font-size: 11.5px; color: var(--ink-3); flex-wrap: wrap; }

.ana-body { padding: 26px; }
.ana-prob .k, .ana-chart .k { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.ana-prob .bar { margin-top: 14px; height: 10px; border-radius: 999px; background: var(--ivory-3); overflow: hidden; }
.ana-prob .bar i, .ana-chart .col i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--kizil-koyu), var(--kizil-acik)); border-radius: 999px; transition: width 1.2s cubic-bezier(.2,.6,.2,1); }
.ana-prob .v { margin-top: 12px; font-family: var(--serif); font-size: 40px; line-height: 1; color: var(--kizil); }
.ana-rows { margin-top: 24px; border-top: 1px solid var(--hairline); }
.ana-row { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--hairline); font-size: 12.5px; }
.ana-row span { color: var(--ink-3); }
.ana-row b { font-weight: 550; color: var(--ink); text-align: right; }
.ana-chart { margin-top: 24px; }
.ana-chart .cols { display: flex; flex-direction: column; gap: 12px; margin-top: 14px; }
.ana-chart .col { display: grid; grid-template-columns: 52px 1fr 44px; align-items: center; gap: 12px; }
.ana-chart .col i { height: 8px; border-radius: 999px; }
.ana-chart .col span { font-size: 11.5px; color: var(--ink-3); order: -1; }
.ana-chart .col b { font-family: var(--serif); font-size: 14px; color: var(--ink); }

/* 12 analiz motoru matrisi */
.m12-head { margin: 88px 0 0; font-size: 13px; color: var(--ink-2); letter-spacing: .02em; }
.m12-head span { font-family: var(--serif); font-size: 22px; color: var(--ink); margin-right: 6px; }
.matrix12 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--hairline); border: 1px solid var(--hairline); border-radius: 16px; overflow: hidden; margin-top: 26px; }
.m12 { background: var(--ivory-2); padding: 22px 22px 24px; transition: background .2s; }
.m12:hover { background: #fff; }
.m12 i { font-style: normal; font-family: var(--serif); font-size: 13px; color: var(--kizil); letter-spacing: .06em; }
.m12 b { display: block; margin-top: 10px; font-size: 14.5px; font-weight: 600; letter-spacing: -0.01em; }
.m12 span { display: block; margin-top: 5px; font-size: 12px; color: var(--ink-3); line-height: 1.5; }

/* ============ VİDEO LIGHTBOX ============ */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .3s ease, visibility .3s;
  padding: 4vw;
}
/* arka plan efektleri yalnız açıkken — kapalıyken sayfayı etkilemesin */
.lightbox.-open {
  opacity: 1; visibility: visible; pointer-events: auto;
  background: rgba(12,9,6,.9); backdrop-filter: blur(10px);
}
.lightbox video {
  max-width: min(1080px, 100%); max-height: 82vh;
  border-radius: 14px; box-shadow: 0 60px 140px -40px rgba(0,0,0,.8);
  transform: scale(.96); transition: transform .3s ease;
}
.lightbox.-open video { transform: none; }
.lb-close {
  position: absolute; top: 22px; right: 30px;
  font-size: 34px; font-weight: 300; color: var(--on-ink-dim); line-height: 1; padding: 8px;
  transition: color .15s, transform .2s;
}
.lb-close:hover { color: var(--on-ink); transform: rotate(90deg); }

/* ============ TAM GENİŞLİK ARA BANT ============ */
.interlude {
  position: relative; min-height: min(78vh, 760px);
  display: flex; align-items: center; justify-content: center;
  color: var(--on-ink); background: var(--ink-deep); overflow: hidden;
  text-align: center;
}
.interlude video {
  position: absolute; inset: -12% 0; width: 100%; height: 124%;
  object-fit: cover; will-change: transform;
  filter: brightness(.55) contrast(1.06) saturate(.9) sepia(.28) hue-rotate(-8deg);
}
.interlude::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 90% 80% at 50% 50%, rgba(12,9,6,.25), rgba(12,9,6,.85) 100%);
}
.interlude .inner { position: relative; z-index: 1; padding: 120px var(--pad); }
.interlude .k { font-size: 11px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 30px; }
.interlude p.big {
  margin: 0 auto; max-width: 24ch;
  font-family: var(--serif); font-weight: 440;
  font-size: clamp(32px, 4.6vw, 62px); line-height: 1.12; letter-spacing: -0.018em;
  text-wrap: balance;
}
.interlude .sub { margin: 30px auto 0; max-width: 60ch; font-size: 14.5px; color: var(--on-ink-dim); line-height: 1.65; }

/* ============ İŞ İSTASYONU (9 yetenek) ============ */
.caps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--hairline); border: 1px solid var(--hairline); border-radius: 16px; overflow: hidden; margin-top: 68px; }
.cap { background: var(--ivory-2); padding: 36px 32px 38px; transition: background .2s, transform .25s ease, box-shadow .25s ease; }
.cap:hover { background: #fff; transform: translateY(-3px); box-shadow: 0 20px 44px -22px rgba(23,20,17,.22); position: relative; z-index: 1; }
.cap .ic { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--hairline); display: flex; align-items: center; justify-content: center; }
.cap .ic svg { width: 19px; height: 19px; color: var(--kizil); }
.cap h3 { font-family: var(--sans); font-weight: 600; font-size: 16px; letter-spacing: -0.01em; margin-top: 22px; }
.cap p { margin: 9px 0 0; font-size: 13.5px; color: var(--ink-2); line-height: 1.6; }

/* ============ SAHADA (video hikâyeleri) ============ */
.stories-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 68px; }
.story { position: relative; border-radius: 14px; overflow: hidden; background: #000; display: flex; align-items: flex-end; color: var(--on-ink); aspect-ratio: 4 / 4.6; }
.story video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.68) contrast(1.05) saturate(.92) sepia(.26) hue-rotate(-8deg);
  transition: transform .8s ease, filter .5s ease;
}
.story:hover video { transform: scale(1.035); filter: brightness(.76) contrast(1.04) saturate(.95) sepia(.22) hue-rotate(-8deg); }
.story::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 130% 100% at 50% 40%, transparent 45%, rgba(12,9,6,.5) 100%),
    linear-gradient(to top, rgba(12,9,6,.92), rgba(12,9,6,.06) 60%);
}
.story .play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -60%);
  width: 58px; height: 58px; border-radius: 50%; z-index: 1;
  background: rgba(242,240,233,.12); backdrop-filter: blur(6px);
  border: 1px solid rgba(242,240,233,.25);
  transition: background .2s, transform .2s;
}
.story .play::after {
  content: ""; position: absolute; top: 50%; left: 53%; transform: translate(-50%, -50%);
  border-left: 14px solid rgba(242,240,233,.9);
  border-top: 9px solid transparent; border-bottom: 9px solid transparent;
}
.story:hover .play { background: rgba(242,240,233,.2); transform: translate(-50%, -60%) scale(1.06); }
/* öne çıkan geniş hikâye kartı */
.story.-wide { grid-column: 1 / -1; aspect-ratio: 21 / 8; }
.story.-wide .story-body { max-width: 640px; padding: 40px; }
.story.-wide h3 { font-size: clamp(26px, 2.6vw, 38px); max-width: 20ch; }
.story.-wide p { margin: 12px 0 0; font-size: 14.5px; color: var(--on-ink-dim); line-height: 1.55; max-width: 52ch; }
.story-body { position: relative; z-index: 1; padding: 28px; }
.story-body .k { font-size: 10.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 10px; }
.story-body h3 { color: var(--on-ink); font-size: clamp(19px, 1.7vw, 24px); max-width: 24ch; line-height: 1.25; font-weight: 470; }
.klogos {
  margin-top: 68px; padding-top: 46px; border-top: 1px solid var(--hairline);
  display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap;
}
.klogos span { font-family: var(--serif); font-size: 19px; color: var(--ink-3); white-space: nowrap; }
.klogos i { width: 1px; height: 22px; background: var(--hairline-2); }

/* ============ ÇÖZÜMLER (uygulama alanları) ============ */
.sol-rows { margin-top: 68px; border-top: 1px solid var(--hairline); }
.sol {
  display: grid; grid-template-columns: 64px 340px 1fr auto; gap: 36px; align-items: center;
  padding: 34px 10px; border-bottom: 1px solid var(--hairline);
  transition: background .2s;
}
.sol:hover { background: color-mix(in srgb, var(--ivory-2) 70%, transparent); }
.sol .n { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--ink-3); }
.sol .t { font-family: var(--serif); font-size: clamp(24px, 2.3vw, 32px); letter-spacing: -0.012em; line-height: 1.08; }
.sol .d { font-size: 14px; color: var(--ink-2); line-height: 1.6; max-width: 56ch; }
.sol .stag { display: block; margin-top: 8px; font-style: normal; font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.sol .arr { color: var(--kizil); font-size: 22px; opacity: 0; transform: translateX(-6px); transition: opacity .2s, transform .2s; }
.sol:hover .arr { opacity: 1; transform: none; }

/* canlı nabız satırı — yaşayan ürün hissi */
.pulse {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 26px 0 0; padding: 10px 18px;
  border: 1px solid var(--hairline); border-radius: 999px;
  background: var(--ivory-2);
  font-size: 12.5px; color: var(--ink-2); letter-spacing: .02em;
}
.pulse i { width: 7px; height: 7px; border-radius: 50%; background: #6F8F5A; flex: none; animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(111,143,90,.35); } 50% { opacity: .6; box-shadow: 0 0 0 5px rgba(111,143,90,0); } }

/* tahmin ailesi çipleri */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.chips span {
  padding: 7px 14px; border: 1px solid var(--hairline-2); border-radius: 999px;
  font-size: 12px; font-weight: 550; color: var(--ink-2); background: var(--ivory-2);
}

/* ============ VERİ / METRİKLER — Harvey tarzı tipografik, çizgisiz ============ */
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-top: 76px; padding-top: 56px; border-top: 1px solid var(--hairline); }
.metric { padding: 0; }
.metric .num { font-family: var(--serif); font-size: clamp(52px, 5.8vw, 88px); line-height: 1; letter-spacing: -0.02em; color: var(--ink); }
.metric .num sup { font-size: .38em; color: var(--kizil); }
.metric .cap { margin-top: 16px; font-size: 13.5px; color: var(--ink-2); line-height: 1.55; max-width: 24ch; }
.pools { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 80px; }
.pool { border-top: 1px solid var(--hairline-2); padding-top: 26px; }
.pool .k { font-size: 10.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--kizil); }
.pool h3 { color: var(--ink); margin-top: 14px; font-size: 22px; }
.pool p { margin: 12px 0 0; font-size: 13.5px; color: var(--ink-2); line-height: 1.65; }
.metrics-note { margin-top: 64px; font-size: 12px; color: var(--ink-3); max-width: 92ch; line-height: 1.6; }

/* ============ GÜVENLİK ============ */
.sec-flow { margin: 68px 0 0; }
.sec-flow-track { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 20px; align-items: stretch; }
.sec-node { border: 1px solid var(--hairline); border-radius: 14px; padding: 32px 30px 36px; background: var(--ivory-2); }
.sec-node.-tr { background: var(--ink-deep); color: var(--on-ink); border-color: var(--ink-deep); }
.sec-node .where { font-size: 10.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--kizil); }
.sec-node.-tr .where { color: var(--gold); }
.sec-node .what { font-family: var(--serif); font-size: 21px; margin-top: 12px; line-height: 1.15; }
.sec-node p { margin: 12px 0 0; font-size: 13px; line-height: 1.6; color: var(--ink-2); }
.sec-node.-tr p { color: var(--on-ink-dim); }
.sec-arrow { align-self: center; color: var(--ink-3); font-size: 22px; }
.sec-metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-top: 1px solid var(--hairline); }
.sec-metric { padding: 32px 28px 4px; border-left: 1px solid var(--hairline); }
.sec-metric:first-child { border-left: 0; padding-left: 0; }
.sec-metric .v { font-family: var(--serif); font-size: clamp(32px, 3.2vw, 46px); letter-spacing: -0.01em; }
.sec-metric .l { margin-top: 8px; font-size: 12.5px; color: var(--ink-3); line-height: 1.5; }
.sec-badges { margin-top: 56px; display: flex; gap: 12px; flex-wrap: wrap; }
.sec-badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 18px; border: 1px solid var(--hairline-2); border-radius: 999px;
  font-size: 12.5px; font-weight: 550; color: var(--ink-2); background: var(--ivory-2);
}
.sec-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--kizil); }

/* ============ ALINTI KARUSELİ ============ */
.qslider { max-width: 900px; margin: 0 auto; text-align: center; position: relative; min-height: 300px; }
.qslide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; pointer-events: none; display: flex; flex-direction: column; justify-content: center; gap: 34px; }
.qslide.-on { opacity: 1; pointer-events: auto; position: relative; }
.qslide blockquote {
  margin: 0; font-family: var(--serif); font-weight: 440;
  font-size: clamp(24px, 3vw, 38px); line-height: 1.25; letter-spacing: -0.012em; text-wrap: balance;
}
.qslide blockquote::before { content: "“"; color: var(--kizil); }
.qslide blockquote::after { content: "”"; color: var(--kizil); }
.qslide .who { font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.qdots { display: flex; gap: 10px; justify-content: center; margin-top: 44px; }
.qdots button { width: 8px; height: 8px; border-radius: 50%; background: var(--hairline-2); transition: background .2s, transform .2s; }
.qdots button.-on { background: var(--kizil); transform: scale(1.25); }

/* ============ ÖZELLİK DİZİNİ ============ */
.dir { display: grid; grid-template-columns: repeat(6, 1fr); gap: 40px; margin-top: 60px; }
.dir-col h4 {
  margin: 0 0 16px; padding-top: 18px; border-top: 1px solid var(--hairline-2);
  font-size: 11px; font-weight: 650; letter-spacing: .2em; text-transform: uppercase; color: var(--kizil);
}
.dir-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.dir-col li { font-size: 13px; color: var(--ink-2); line-height: 1.45; }
@media (max-width: 1120px) { .dir { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .dir { grid-template-columns: 1fr 1fr; gap: 28px; } }

.m12-inline { max-width: 900px; margin: 26px auto 0; text-align: center; font-size: 13px; color: var(--ink-2); line-height: 1.8; }
.m12-inline b { color: var(--kizil); font-weight: 600; margin-right: 4px; }
.m12-inline + .m12-inline { margin-top: 10px; }

/* ============ FARKIMIZ — yükseltilmiş kolonlu karşılaştırma ============ */
.vs-wrap { margin-top: 72px; overflow-x: auto; padding: 22px 4px; }
.vs {
  display: grid;
  grid-template-columns: 1.35fr .95fr .95fr 1.2fr;
  min-width: 880px;
  background: var(--ivory-2);
  border: 1px solid var(--hairline);
  border-radius: 16px;
}
.vs > div { padding: 15px 22px; display: flex; align-items: center; gap: 10px; font-size: 13.5px; border-top: 1px solid var(--hairline); }
.vs-h, .vs-f { border-top: 0 !important; }
.vs-h { flex-direction: column; align-items: flex-start; gap: 3px; padding-top: 24px; padding-bottom: 20px; font-weight: 600; font-size: 14px; color: var(--ink); }
.vs-h span { font-size: 11px; font-weight: 550; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.vs-label { font-weight: 550; color: var(--ink); }
.vs-label em { display: block; font-style: normal; font-size: 11px; color: var(--ink-3); font-weight: 500; margin-top: 2px; }
.vs-c { color: var(--ink-3); }

/* durum ikonları */
.vs i, .vs-legend i {
  flex: none; width: 18px; height: 18px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px; font-style: normal; font-weight: 700;
}
.vs i.x, .vs-legend i.x { border: 1px solid var(--hairline-2); color: var(--ink-3); }
.vs i.x::before, .vs-legend i.x::before { content: "×"; font-size: 12px; }
.vs i.half, .vs-legend i.half { border: 1px solid var(--hairline-2); background: linear-gradient(90deg, var(--hairline-2) 50%, transparent 50%); }
.vs i.ok { background: var(--gold); color: var(--ink-deep); }
.vs i.ok::before, .vs-legend i.ok::before { content: "✓"; }
.vs-legend { margin: 20px auto 0; text-align: center; font-size: 12px; color: var(--ink-3); display: flex; align-items: center; justify-content: center; gap: 6px; }
.vs-legend i { width: 15px; height: 15px; }

/* Kızılelma kolonu — yükseltilmiş koyu kart */
.vs > .-kz {
  background: var(--ink-deep); color: var(--on-ink);
  border-top: 1px solid rgba(242,240,233,.09);
  margin: 0 -2px; position: relative; z-index: 1;
  box-shadow: 14px 0 44px -22px rgba(12,9,6,.5), -14px 0 44px -22px rgba(12,9,6,.5);
}
.vs > .vs-c.-kz { color: var(--on-ink); font-weight: 500; }
.vs-h.-kz {
  margin-top: -22px; border-radius: 14px 14px 0 0; border-top: 0 !important;
  padding-top: 26px; color: var(--on-ink); align-items: flex-start;
}
.vs-h.-kz img { width: 30px; height: 30px; border-radius: 7px; margin-bottom: 8px; }
.vs-h.-kz b { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.vs-h.-kz span { color: var(--gold); }
.vs-f { padding-top: 20px; padding-bottom: 20px; }
.vs-f.-kz { margin-bottom: -22px; border-radius: 0 0 14px 14px; justify-content: center; padding-bottom: 26px; }
.vs-f.-kz .btn { padding: 11px 22px; font-size: 13.5px; }

/* "bizde fazlası" genişlik şeridi */
.edge { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 20px; margin-top: 40px; }
.edge span { font-size: 14.5px; font-weight: 550; color: var(--ink); letter-spacing: -0.005em; }
.edge i { width: 5px; height: 5px; border-radius: 50%; background: var(--kizil); }

/* kompakt kanıt tablosu */
.proof { max-width: 900px; margin: 90px auto 0; }
.proof-title { text-align: center; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 24px; }
.proof-table { width: 100%; border-collapse: collapse; font-size: 13.5px; background: var(--ivory-2); border: 1px solid var(--hairline); border-radius: 14px; overflow: hidden; }
.proof-table th, .proof-table td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--hairline); }
.proof-table thead th { font-size: 11px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.proof-table tbody tr:last-child td { border-bottom: 0; }
.proof-table tbody td:first-child { font-weight: 550; color: var(--ink); }
.proof-table td:not(:first-child):not(.hi) { color: var(--ink-3); }
.proof-table .hi { background: color-mix(in srgb, var(--kizil) 5%, var(--ivory-2)); color: var(--kizil-koyu); font-weight: 550; }
.proof-table thead .hi { color: var(--kizil); }

/* ============ PLANLAR ============ */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 68px; }
.tier { border: 1px solid var(--hairline); border-radius: 16px; background: var(--ivory-2); padding: 44px 40px; display: flex; flex-direction: column; position: relative; }
.tier.-featured { background: var(--ink-deep); color: var(--on-ink); border-color: var(--ink-deep); }
.tier-badge {
  position: absolute; top: 20px; right: 20px;
  font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(229,205,168,.35);
  padding: 4px 11px; border-radius: 999px;
}
.tier .name { font-family: var(--serif); font-size: 27px; }
.tier .for { margin-top: 6px; font-size: 13px; color: var(--ink-3); }
.tier.-featured .for { color: var(--on-ink-dim); }
.tier .price { margin-top: 32px; font-family: var(--serif); font-size: 46px; letter-spacing: -0.02em; line-height: 1; }
.tier .price .cur { font-size: .42em; color: var(--ink-3); }
.tier.-featured .price .cur { color: var(--on-ink-dim); }
.tier .per { font-size: 12px; color: var(--ink-3); margin-top: 9px; }
.tier.-featured .per { color: var(--on-ink-dim); }
.tier ul { list-style: none; margin: 30px 0 34px; padding: 26px 0 0; border-top: 1px solid var(--hairline); display: flex; flex-direction: column; gap: 13px; flex: 1; }
.tier.-featured ul { border-color: var(--on-ink-faint); }
.tier li { font-size: 13.5px; color: var(--ink-2); display: flex; gap: 10px; line-height: 1.5; }
.tier.-featured li { color: var(--on-ink-dim); }
.tier li::before { content: "↳"; color: var(--kizil); flex: none; }
.tier.-featured li::before { color: var(--gold); }
.tier .btn { justify-content: center; }
.tiers-note { margin-top: 32px; text-align: center; font-size: 13.5px; color: var(--ink-3); }

/* ============ SSS ============ */
.faq-list { max-width: 880px; margin: 64px auto 0; border-top: 1px solid var(--hairline); }
.faq { border-bottom: 1px solid var(--hairline); }
.faq summary { padding: 32px 8px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-family: var(--serif); font-size: clamp(19px, 1.9vw, 24px); font-weight: 480; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 28px; color: var(--kizil); flex: none; font-weight: 300; }
.faq[open] summary::after { content: "−"; }
.faq .a { padding: 0 8px 34px; color: var(--ink-2); font-size: 15px; line-height: 1.7; max-width: 70ch; }

/* ============ FINAL CTA — video zemin ============ */
.final {
  position: relative; text-align: center; color: var(--on-ink);
  background: var(--ink-deep); overflow: hidden; padding: 170px 0;
}
.final video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.48) contrast(1.06) saturate(.9) sepia(.24) hue-rotate(-8deg);
}
.final::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 70% at 50% 55%, rgba(12,9,6,.3), rgba(12,9,6,.88) 100%);
}
.final .container { position: relative; z-index: 1; }
.final h2 { max-width: 16ch; margin-inline: auto; font-size: clamp(44px, 6.2vw, 84px); color: var(--on-ink); }
.final .lede { margin-inline: auto; color: var(--on-ink-dim); }
.final-actions { display: flex; gap: 14px; justify-content: center; margin-top: 48px; flex-wrap: wrap; }
.assure { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 34px; flex-wrap: wrap; font-size: 13px; color: var(--on-ink-dim); }
.assure i { width: 4px; height: 4px; border-radius: 50%; background: var(--kizil-acik); }
.final-note { margin-top: 22px; font-size: 12.5px; color: var(--on-ink-dim); opacity: .8; }

/* ============ FOOTER ============ */
.footer { background: var(--ink-deep); color: var(--on-ink-dim); border-top: 1px solid var(--on-ink-faint); padding: 96px 0 44px; font-size: 14px; }
.footer-mark { font-family: var(--serif); font-size: clamp(56px, 9.5vw, 140px); line-height: .95; letter-spacing: -0.02em; color: rgba(244,239,229,.10); opacity: 1; margin: 0 0 76px; user-select: none; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 48px; }
.footer-brand img { width: 34px; height: 34px; border-radius: 8px; }
.footer-brand p { margin: 18px 0 0; max-width: 30ch; line-height: 1.65; }
.footer h4 { margin: 0 0 18px; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--on-ink); }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer ul a { transition: color .15s; }
.footer ul a:hover { color: var(--on-ink); }
.footer-bottom { margin-top: 68px; padding-top: 28px; border-top: 1px solid var(--on-ink-faint); display: flex; align-items: center; gap: 24px; flex-wrap: wrap; font-size: 12.5px; }
.footer-bottom .made { font-style: italic; font-family: var(--serif); }
.footer-bottom .legal { display: flex; gap: 18px; margin-left: auto; flex-wrap: wrap; }
.footer-bottom .legal a:hover { color: var(--on-ink); }
.footer-bottom .socials { display: flex; gap: 14px; align-items: center; }
.footer-bottom .socials a { width: 30px; height: 30px; border: 1px solid var(--on-ink-faint); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: border-color .15s, color .15s; }
.footer-bottom .socials svg { width: 13px; height: 13px; }
.footer-bottom .socials a:hover { color: var(--on-ink); border-color: var(--on-ink-dim); }

/* ============ GERÇEK EKRAN GÖRÜNTÜSÜ ÇERÇEVESİ ============ */
.shot {
  margin: 56px 0 0; border: 1px solid var(--hairline); border-radius: 16px; overflow: hidden;
  background: #fff; box-shadow: 0 50px 110px -40px rgba(23,20,17,.35), 0 2px 8px rgba(23,20,17,.05);
}
.shot-bar { display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-bottom: 1px solid var(--hairline); background: var(--ivory-2); margin: 0; }
.shot-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--hairline-2); }
.shot-bar span { margin-left: 10px; font-size: 12px; color: var(--ink-3); }
.shot img { width: 100%; display: block; }

/* hukuki akıl çekirdeği çipleri */
.core-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 44px; }
.core-chips span {
  padding: 12px 24px; border: 1px solid var(--hairline-2); border-radius: 999px;
  font-family: var(--serif); font-size: 17px; color: var(--ink); background: var(--ivory-2);
}

/* ============ YASAL BELGE MERKEZİ ============ */
.legal-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 64px; }
.legal-group { border: 1px solid var(--hairline); border-radius: 16px; background: var(--ivory-2); padding: 34px 32px; }
.legal-group h3 { font-family: var(--sans); font-weight: 600; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--kizil); }
.legal-group ul { list-style: none; margin: 20px 0 0; padding: 0; }
.legal-group li { border-bottom: 1px solid var(--hairline); }
.legal-group li:last-child { border-bottom: 0; }
.legal-group a { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 13px 2px; font-size: 14.5px; color: var(--ink-2); transition: color .15s; }
.legal-group a:hover { color: var(--kizil); }
.legal-group a::after { content: "↗"; font-size: 12px; color: var(--ink-3); }
.legal-note { margin-top: 28px; font-size: 13px; color: var(--ink-3); max-width: 70ch; }

/* yasal belge sayfası tipografisi */
.legal-doc { max-width: 860px; padding-top: calc(var(--announce-h) + var(--nav-h) + 80px); padding-bottom: 130px; }
.legal-doc h1 { font-size: clamp(32px, 4vw, 52px); margin: 10px 0 0; }
.legal-doc h2 { font-size: clamp(22px, 2.4vw, 30px); margin: 52px 0 0; }
.legal-doc h3 { font-size: 19px; margin: 36px 0 0; }
.legal-doc p, .legal-doc li { font-size: 15px; line-height: 1.75; color: var(--ink-2); }
.legal-doc p { margin: 16px 0 0; }
.legal-doc ul, .legal-doc ol { margin: 16px 0 0; padding-left: 24px; }
.legal-doc li { margin-top: 8px; }
.legal-doc a { color: var(--kizil); border-bottom: 1px solid color-mix(in srgb, var(--kizil) 30%, transparent); }
.legal-doc a:hover { border-bottom-color: var(--kizil); }
.legal-doc table { width: 100%; border-collapse: collapse; margin: 24px 0 0; font-size: 13.5px; }
.legal-doc th, .legal-doc td { border: 1px solid var(--hairline); padding: 10px 14px; text-align: left; vertical-align: top; color: var(--ink-2); }
.legal-doc th { background: var(--ivory-2); color: var(--ink); font-weight: 600; }
.legal-doc strong, .legal-doc b { color: var(--ink); }
.legal-doc hr { border: 0; border-top: 1px solid var(--hairline); margin: 40px 0; }
.legal-doc .eyebrow::after { display: none; }
.legal-doc-back { margin-top: 64px; padding-top: 28px; border-top: 1px solid var(--hairline); }
.legal-doc-back a { border-bottom: 0; }

/* ============ İLETİŞİM ============ */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; margin-top: 64px; align-items: start; }
.chan { border-top: 1px solid var(--hairline); padding: 24px 4px; }
.chan .k { font-size: 11px; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; color: var(--kizil); }
.chan .v { margin-top: 10px; font-family: var(--serif); font-size: 22px; }
.chan .v a:hover { color: var(--kizil); }
.chan p { margin: 8px 0 0; font-size: 13.5px; color: var(--ink-2); line-height: 1.6; }
.cform { border: 1px solid var(--hairline); border-radius: 16px; background: var(--ivory-2); padding: 40px 38px; }
.cform label { display: block; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin: 22px 0 8px; }
.cform label:first-child { margin-top: 0; }
.cform input, .cform textarea {
  width: 100%; padding: 13px 16px; border: 1px solid var(--hairline-2); border-radius: 8px;
  background: #fff; font: inherit; color: var(--ink);
}
.cform input:focus, .cform textarea:focus { outline: none; border-color: var(--kizil); }
.cform textarea { min-height: 120px; resize: vertical; }
.cform .btn { width: 100%; justify-content: center; margin-top: 28px; }
.cform .note { margin-top: 14px; font-size: 12px; color: var(--ink-3); text-align: center; }

/* ============ AUTH (giriş / kayıt) ============ */
.auth { min-height: 100vh; display: grid; grid-template-columns: 1fr 1.05fr; background: var(--ivory); }
.auth-visual { position: relative; overflow: hidden; background: var(--ink-deep); color: var(--on-ink); display: flex; flex-direction: column; justify-content: flex-end; padding: 48px; }
.auth-visual video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.55) contrast(1.06) saturate(.9) sepia(.28) hue-rotate(-8deg); }
.auth-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,9,6,.92), rgba(12,9,6,.2) 60%); }
.auth-visual .brand { position: absolute; top: 40px; left: 48px; z-index: 1; display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: 17px; }
.auth-visual .brand img { width: 30px; height: 30px; border-radius: 7px; }
.auth-visual blockquote { position: relative; z-index: 1; margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.4vw, 34px); line-height: 1.25; max-width: 20ch; }
.auth-visual .sub { position: relative; z-index: 1; margin-top: 14px; font-size: 13px; color: var(--on-ink-dim); }
.auth-panel { display: flex; flex-direction: column; justify-content: center; padding: 64px clamp(32px, 7vw, 110px); }
.auth-panel h1 { font-size: clamp(30px, 3vw, 42px); }
.auth-panel .lede { margin-top: 12px; font-size: 15px; }
.auth-form { margin-top: 36px; max-width: 480px; }
.auth-form label { display: block; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin: 20px 0 8px; }
.auth-form input[type="text"], .auth-form input[type="email"], .auth-form input[type="password"], .auth-form input[type="tel"] {
  width: 100%; padding: 13px 16px; border: 1px solid var(--hairline-2); border-radius: 8px;
  background: #fff; font: inherit; color: var(--ink);
}
.auth-form input:focus { outline: none; border-color: var(--kizil); }
.auth-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.auth-form .btn { width: 100%; justify-content: center; margin-top: 26px; }
.auth-alt { margin-top: 22px; font-size: 13.5px; color: var(--ink-2); }
.auth-alt a { color: var(--kizil); font-weight: 550; }
.auth-err { display: none; margin-top: 18px; padding: 12px 16px; border-radius: 8px; background: #F8E7E2; color: #8C2312; font-size: 13.5px; }
.auth-err.-on { display: block; }
.auth-ok { display: none; margin-top: 18px; padding: 12px 16px; border-radius: 8px; background: #EBF1E5; color: #3D5A2E; font-size: 13.5px; }
.auth-ok.-on { display: block; }
.auth-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 20px; font-size: 12.5px; color: var(--ink-2); line-height: 1.55; }
.auth-consent input { margin-top: 3px; accent-color: var(--kizil); }
.auth-consent a { color: var(--kizil); text-decoration: underline; }
.auth-step { display: none; }
.auth-step.-on { display: block; }
.auth-steps-nav { display: flex; gap: 8px; margin-top: 30px; }
.auth-steps-nav i { height: 3px; flex: 1; border-radius: 99px; background: var(--hairline); }
.auth-steps-nav i.-on { background: var(--kizil); }
.auth-back { position: absolute; top: 40px; right: 48px; z-index: 2; font-size: 13.5px; color: var(--on-ink); opacity: .85; }
.auth-back:hover { opacity: 1; }
.otp-note { margin-top: 10px; font-size: 12.5px; color: var(--ink-3); }
@media (max-width: 960px) {
  .auth { grid-template-columns: 1fr; }
  .auth-visual { min-height: 240px; padding: 32px; }
  .auth-visual .brand { top: 24px; left: 32px; }
  .auth-back { top: 24px; right: 32px; }
  .auth-panel { padding: 48px 24px 72px; }
}

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.2,.6,.2,1), transform .8s cubic-bezier(.2,.6,.2,1); }
.reveal.-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  html { scroll-behavior: auto; }
  .interlude video { transform: none !important; }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1120px) {
  .pane-grid { grid-template-columns: 1fr; gap: 44px; }
  .app-body { grid-template-columns: 170px 1fr; }
  .app-rail { display: none; }
  .ajan-grid { grid-template-columns: 1fr; gap: 56px; }
  .metrics-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .pools { grid-template-columns: 1fr; gap: 36px; }
  .caps-grid { grid-template-columns: 1fr 1fr; }
  .matrix12 { grid-template-columns: 1fr 1fr; }
  .sol { grid-template-columns: 50px 1fr; }
  .sol .d { grid-column: 2; }
  .sol .arr { display: none; }
  .stories-band { grid-template-columns: 1fr; }
  .story, .story.-wide { aspect-ratio: 16 / 10; }
  .value-grid { grid-template-columns: 1fr; gap: 44px; }
  .gains { grid-template-columns: 1fr; gap: 32px; }
  .sec-flow-track { grid-template-columns: 1fr; }
  .sec-arrow { transform: rotate(90deg); justify-self: center; }
  .sec-metrics { grid-template-columns: 1fr 1fr; row-gap: 26px; }
  .sec-metric:nth-child(3) { border-left: 0; padding-left: 0; }
  .tiers { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-band-btn { display: none; }
}
@media (max-width: 860px) {
  .nav-links, .nav-cta .login { display: none; }
  .nav-burger { display: flex; }
  .nav-cta { margin-left: 0; }
  .nav .container { justify-content: space-between; }
  .section { padding: 96px 0; }
  .hero-inner { padding: 140px 0 0; }
  .app-body { grid-template-columns: 1fr; }
  .app-side { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid rgba(242,240,233,.07); padding: 6px 10px; }
  .app-side a { white-space: nowrap; }
  .app-side .sp, .app-side .usr { display: none; }
  .interlude { min-height: min(56vh, 520px); }
}
@media (max-width: 600px) {
  .metrics-grid, .sec-metrics, .footer-grid, .caps-grid { grid-template-columns: 1fr; }
  .sec-metric { border-left: 0; padding-left: 0; }
  .hero-actions .btn, .final-actions .btn { width: 100%; justify-content: center; }
  .jcard { width: 260px; }
  .matrix12 { grid-template-columns: 1fr; }
}
