/* TatPass — Türkiye'nin Lezzet Pasaportu · v2 */
:root {
  --pom: #B5291F;         /* nar */
  --pom-deep: #7E160F;
  --saffron: #F2A900;
  --pistachio: #6E8B3D;
  --surface: #FFFBF5;
  --card: #FFFFFF;
  --low: #FDF4E8;
  --alt: #F3EBE1;
  --ink: #2A1A14;
  --ink-2: #7A6A60;
  --line: #EADFCF;
  --gold-ink: #4A3300;    /* efsanevi metin */
  --nav-h: 76px;
  --wrap: 1120px;
  --r: 18px;
  --shadow: 0 24px 60px -28px rgba(42, 26, 20, .38);
  --shadow-sm: 0 10px 26px -16px rgba(42, 26, 20, .32);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { line-height: 1.08; margin: 0; text-wrap: balance; letter-spacing: -.02em; }
h1, .stat b, h2 { font-family: "Fraunces", Georgia, serif; }
p { margin: 0; }

:focus-visible { outline: 3px solid var(--pom); outline-offset: 3px; border-radius: 6px; }

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px;
  transition: top .18s var(--ease);
}
.skip:focus { top: 12px; }

/* ---------- Buttons ---------- */
.btn {
  --pad-y: 14px; --pad-x: 22px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: var(--pad-y) var(--pad-x);
  border-radius: 14px; border: 0; cursor: pointer;
  font: inherit; font-weight: 800; text-decoration: none;
  min-height: 48px;
  transition: transform .16s var(--ease), box-shadow .16s var(--ease), background .16s var(--ease);
}
.btn-appstore {
  background: var(--ink); color: #fff;
  box-shadow: 0 14px 30px -14px rgba(42, 26, 20, .6);
}
.btn-appstore:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -16px rgba(42, 26, 20, .7); }
.btn-appstore .apple { color: #fff; flex: 0 0 auto; }
.btn-appstore span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.05; text-align: left; }
.btn-appstore span small { font-size: .68rem; font-weight: 700; opacity: .8; letter-spacing: .01em; }
.btn-sm { --pad-y: 9px; --pad-x: 14px; min-height: 42px; border-radius: 12px; font-size: .92rem; }
.btn-lg { --pad-y: 17px; --pad-x: 30px; font-size: 1.08rem; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center; gap: 18px;
  padding: 0 clamp(16px, 4vw, 40px);
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.nav.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px -20px rgba(42, 26, 20, .5); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; }
.brand-mark { border-radius: 9px; box-shadow: var(--shadow-sm); }
.brand-name { font-size: 1.18rem; letter-spacing: -.02em; }
.nav-links { display: flex; gap: 6px; margin-left: auto; }
.nav-links a {
  text-decoration: none; font-weight: 700; color: var(--ink-2);
  padding: 10px 12px; border-radius: 10px; transition: color .15s, background .15s;
}
.nav-links a:hover { color: var(--ink); background: var(--low); }
.nav .btn-appstore { flex: 0 0 auto; }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px; justify-content: center;
  width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px;
  background: var(--card); cursor: pointer;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); margin: 0 auto; border-radius: 2px; transition: transform .22s var(--ease), opacity .18s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(40px, 7vw, 88px) clamp(16px, 4vw, 40px) clamp(48px, 7vw, 96px); overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 50% at 82% 8%, rgba(242, 169, 0, .16), transparent 60%),
    radial-gradient(55% 60% at 8% 88%, rgba(110, 139, 61, .12), transparent 55%),
    radial-gradient(90% 70% at 50% -10%, rgba(181, 41, 31, .08), transparent 60%);
}
.hero-inner {
  position: relative; z-index: 1;
  max-width: var(--wrap); margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 5vw, 64px); align-items: center;
}
.eyebrow {
  display: inline-block; font-weight: 800; font-size: .9rem;
  color: var(--pom-deep); background: var(--low);
  border: 1px solid var(--line); padding: 7px 14px; border-radius: 999px; margin-bottom: 20px;
}
h1 { font-size: clamp(2.5rem, 6.4vw, 4.4rem); font-weight: 900; }
.grad {
  background: linear-gradient(96deg, var(--pom) 0%, var(--pom-deep) 46%, #C57A00 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lede { margin-top: 20px; font-size: clamp(1.06rem, 2.2vw, 1.28rem); color: #40302A; max-width: 33ch; }
.lede strong { color: var(--ink); font-weight: 800; }
.hero-cta { margin-top: 30px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.cta-note { font-size: .9rem; color: var(--ink-2); font-weight: 700; }

/* Hero phone + passport */
.hero-phone { position: relative; display: flex; justify-content: center; align-items: center; min-height: 480px; }
.passport {
  position: absolute; inset: 6% 4%;
  background: linear-gradient(155deg, #34211A, #241511 70%);
  border-radius: 22px;
  box-shadow: inset 0 0 0 2px rgba(242, 169, 0, .18), var(--shadow);
  overflow: hidden;
}
.passport::before {
  content: ""; position: absolute; inset: 12px; border: 1px solid rgba(242, 169, 0, .22); border-radius: 16px;
}
.phone {
  position: relative; z-index: 2;
  width: min(272px, 74%);
  background: #000; border-radius: 34px; padding: 9px;
  box-shadow: 0 40px 80px -30px rgba(42, 26, 20, .6), 0 0 0 2px rgba(0, 0, 0, .35);
}
/* Ekran görüntüleri kendi oranlarında tam genişlikte oturur — kırpma yok */
.phone img { width: 100%; height: auto; display: block; border-radius: 26px; }
.stamp {
  position: absolute; z-index: 4;
  font-weight: 900; font-size: .82rem; letter-spacing: .01em;
  padding: 8px 14px; border-radius: 999px;
  transform: rotate(var(--rot));
  box-shadow: var(--shadow-sm);
}
.seal {
  position: absolute; z-index: 5; right: 4%; bottom: 9%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 92px; height: 92px; border-radius: 50%;
  border: 3px double var(--pom); color: var(--pom);
  background: rgba(255, 251, 245, .92);
  font-weight: 900; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em;
  transform: rotate(-11deg);
  box-shadow: var(--shadow-sm);
}
.seal b { font-size: .92rem; letter-spacing: .02em; margin-top: 2px; }
.mrz {
  position: absolute; left: 0; right: 0; bottom: 10px; z-index: 3;
  font-family: "Courier New", monospace; font-size: .58rem; letter-spacing: .12em;
  color: rgba(242, 169, 0, .55); text-align: center; white-space: nowrap; overflow: hidden;
}

/* ---------- Stats ---------- */
.stats {
  max-width: var(--wrap); margin: 0 auto; padding: 8px clamp(16px, 4vw, 40px) 8px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  transform: translateY(-18px);
}
.stat {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 16px; text-align: center; box-shadow: var(--shadow-sm);
}
.stat b { display: block; font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 900; color: var(--pom); line-height: 1; letter-spacing: -.03em; }
.stat b.txt { font-size: clamp(1.15rem, 2.6vw, 1.6rem); color: var(--pistachio); }
.stat span { display: block; margin-top: 8px; font-weight: 700; font-size: .9rem; color: var(--ink-2); }

/* ---------- Sections ---------- */
.section { max-width: var(--wrap); margin: 0 auto; padding: clamp(48px, 8vw, 96px) clamp(16px, 4vw, 40px); }
.section-alt { max-width: none; background: var(--low); border-block: 1px solid var(--line); }
.section-alt > * { max-width: var(--wrap); margin-inline: auto; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto clamp(32px, 5vw, 56px); }
.kicker {
  display: inline-block; font-weight: 900; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em;
  color: #9A5B00; margin-bottom: 12px;
}
h2 { font-size: clamp(1.8rem, 4.2vw, 2.9rem); font-weight: 800; }
.section-head p { margin-top: 14px; color: var(--ink-2); font-size: 1.08rem; }
.who { font-weight: 700; }

/* Steps */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: s; }
.step {
  position: relative; counter-increment: s;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 30px 24px; box-shadow: var(--shadow-sm);
}
.step::before {
  content: counter(s, decimal-leading-zero);
  position: absolute; top: 20px; right: 22px;
  font-family: "Fraunces", serif; font-weight: 900; font-size: 1.5rem; color: var(--line);
}
.ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 15px; margin-bottom: 16px;
  background: linear-gradient(150deg, var(--low), var(--alt));
  border: 1px solid var(--line);
}
.ico svg { width: 27px; height: 27px; fill: none; stroke: var(--pom); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.step h3, .why h3 { font-size: 1.22rem; margin-bottom: 8px; }
.step p, .why p { color: var(--ink-2); }

/* Features */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 5vw, 64px); align-items: center; padding: clamp(28px, 5vw, 52px) 0; }
.feature + .feature { border-top: 1px dashed var(--line); }
.feature-rev .feature-copy { order: 2; }
.feature-copy h3 { font-size: clamp(1.5rem, 3vw, 2.05rem); font-family: "Fraunces", serif; font-weight: 700; margin-bottom: 12px; }
.feature-copy p { color: #4A3A34; font-size: 1.08rem; }
.feature-phone { display: flex; justify-content: center; }
.phone-sm { width: min(238px, 68%); box-shadow: 0 30px 60px -28px rgba(42, 26, 20, .5), 0 0 0 2px rgba(0, 0, 0, .3); }
.tilt-l { transform: rotate(-1.4deg); }
.tilt-r { transform: rotate(1.4deg); }

/* Rarity badges */
.rarity-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.rarity-badge { font-weight: 900; font-size: .85rem; padding: 7px 14px; border-radius: 999px; border: 1px solid transparent; }
.rarity-siradan { background: #EFEAE2; color: #5C5049; border-color: #E0D8CC; }
.rarity-nadir { background: #E7EEFB; color: #2E5AAC; border-color: #CFDDF6; }
.rarity-cok-nadir { background: #F0E6FA; color: #6E3FA3; border-color: #E3D2F4; }
.rarity-efsanevi {
  background: linear-gradient(100deg, #FBE9B0, #F2A900 55%, #C57A00);
  color: var(--gold-ink);
  border-color: #E0A300;
  box-shadow: 0 6px 16px -8px rgba(197, 122, 0, .7);
}

/* Mid CTA */
.mid-cta { padding: clamp(20px, 4vw, 40px) clamp(16px, 4vw, 40px); }
.mid-cta-inner {
  max-width: var(--wrap); margin: 0 auto;
  background: linear-gradient(120deg, var(--pom), var(--pom-deep));
  border-radius: 22px; padding: clamp(28px, 5vw, 44px) clamp(24px, 4vw, 48px);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px;
  box-shadow: var(--shadow);
}
.mid-cta-inner p { color: #fff; font-family: "Fraunces", serif; font-weight: 700; font-size: clamp(1.3rem, 3vw, 1.9rem); max-width: 20ch; }
.mid-cta-inner .btn-appstore { background: #fff; color: var(--ink); }
.mid-cta-inner .btn-appstore .apple { color: var(--ink); }

/* Why grid */
.grid-why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 22px; box-shadow: var(--shadow-sm); }
.why a { color: var(--pom-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

/* Map watermark */
.map-bg { position: relative; }
.map-bg::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: url("assets/turkey.svg") center 40% / min(1100px, 92%) no-repeat;
  opacity: .05;
}
.map-bg > * { position: relative; z-index: 1; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq details {
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  padding: 4px 20px; box-shadow: var(--shadow-sm);
}
.faq summary {
  cursor: pointer; font-weight: 800; padding: 16px 0; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--pom); font-weight: 900; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 18px; color: var(--ink-2); }
.faq a { color: var(--pom-deep); font-weight: 700; }

/* Newsletter */
.newsletter { max-width: var(--wrap); }
.news-card {
  background: linear-gradient(135deg, var(--card), var(--low));
  border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 52px);
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: center;
}
.news-copy .kicker { color: #9A5B00; }
.news-copy h2 { font-size: clamp(1.5rem, 3.2vw, 2.2rem); }
.news-copy p { margin-top: 12px; color: var(--ink-2); }
.lead-form { display: flex; flex-direction: column; gap: 14px; position: relative; }
.lead-row { display: flex; gap: 10px; }
.lead-row input {
  flex: 1; min-width: 0; font: inherit; padding: 14px 16px;
  border: 1px solid var(--line); border-radius: 13px; background: var(--card); color: var(--ink);
}
.lead-row input:focus-visible { outline: 3px solid var(--pom); outline-offset: 1px; border-color: var(--pom); }
.lead-row .btn { flex: 0 0 auto; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.lead-consent { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--ink-2); }
.lead-consent input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--pom); flex: 0 0 auto; }
.lead-consent a { color: var(--pom-deep); font-weight: 700; }
.lead-status { font-size: .9rem; font-weight: 700; min-height: 1.2em; }
.lead-status.ok { color: var(--pistachio); }
.lead-status.err { color: var(--pom); }

/* Final CTA — passport cover */
.cta-final { padding: clamp(40px, 7vw, 80px) clamp(16px, 4vw, 40px); }
.cta-card {
  position: relative; overflow: hidden;
  max-width: 860px; margin: 0 auto; text-align: center;
  display: flex; flex-direction: column; align-items: center;
  background: linear-gradient(160deg, #34211A, #1F1310 80%);
  border-radius: 28px; padding: clamp(40px, 6vw, 68px) clamp(24px, 5vw, 56px);
  box-shadow: var(--shadow), inset 0 0 0 2px rgba(242, 169, 0, .16);
}
.cta-card::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(242, 169, 0, .22); border-radius: 20px; pointer-events: none; }
.cta-icon { width: 80px; height: 80px; border-radius: 20px; margin: 0 auto 20px; box-shadow: var(--shadow-sm); }
.cta-card h2 { color: #FFF7EA; font-size: clamp(1.9rem, 4.5vw, 3rem); }
.cta-card p { color: rgba(255, 247, 234, .8); margin: 14px auto 28px; max-width: 42ch; }
.cta-card .btn-appstore { background: var(--saffron); color: var(--gold-ink); }
.cta-card .btn-appstore .apple { color: var(--gold-ink); }
.cta-card .btn-appstore span small { opacity: .78; }
.mrz-foot { position: static; display: block; width: 100%; margin-top: 30px; color: rgba(242, 169, 0, .4); overflow: hidden; text-overflow: ellipsis; }

/* Footer */
.footer { border-top: 1px solid var(--line); background: var(--surface); padding: clamp(32px, 5vw, 48px) clamp(16px, 4vw, 40px) 32px; }
.footer-inner { max-width: var(--wrap); margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { border-radius: 8px; }
.footer-brand b { display: block; font-size: 1.05rem; }
.footer-brand span { color: var(--ink-2); font-size: .88rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 4px; }
.footer-links a { text-decoration: none; color: var(--ink-2); font-weight: 700; padding: 10px 12px; border-radius: 10px; min-height: 44px; display: inline-flex; align-items: center; }
.footer-links a:hover { color: var(--ink); background: var(--low); }
.footer-fine { max-width: var(--wrap); margin: 24px auto 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink-2); font-size: .86rem; text-align: center; }
.footer-fine a { color: var(--pom-deep); font-weight: 700; text-decoration: none; }

/* ---------- Legal / doc pages (gizlilik, destek) ---------- */
.doc-main { max-width: 820px; margin: 0 auto; padding: clamp(28px, 5vw, 60px) clamp(16px, 4vw, 40px) 64px; }
.doc-hero { margin-bottom: 28px; }
.doc-hero h1 { font-family: "Fraunces", serif; font-size: clamp(1.9rem, 4.2vw, 2.7rem); font-weight: 800; }
.doc-hero p { color: var(--ink-2); margin-top: 8px; }
.doc { color: #3d2d27; }
.doc > h1 { font-family: "Fraunces", serif; font-size: clamp(1.7rem, 3.6vw, 2.3rem); font-weight: 800; color: var(--ink); margin: 6px 0 10px; }
.doc h2 { font-family: "Fraunces", serif; font-size: clamp(1.25rem, 2.8vw, 1.6rem); font-weight: 700; color: var(--ink); margin: 38px 0 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.doc h3 { font-size: 1.08rem; font-weight: 800; color: var(--ink); margin: 24px 0 8px; }
.doc p { margin: 0 0 14px; }
.doc ul, .doc ol { margin: 0 0 16px; padding-left: 22px; }
.doc li { margin-bottom: 8px; }
.doc a { color: var(--pom-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; overflow-wrap: anywhere; }
.doc strong { color: var(--ink); font-weight: 800; }
.doc code { background: var(--alt); padding: 1px 6px; border-radius: 6px; font-size: .9em; }
.doc hr { border: 0; border-top: 1px solid var(--line); margin: 30px 0; }
.doc blockquote { margin: 0 0 16px; padding: 14px 18px; background: var(--low); border-left: 3px solid var(--saffron); border-radius: 0 12px 12px 0; }
.doc .doc-meta { font-size: .9rem; color: var(--ink-2); }
.doc .table-wrap { overflow-x: auto; margin: 0 0 18px; border: 1px solid var(--line); border-radius: 12px; }
.doc table { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 460px; }
.doc th, .doc td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.doc thead th { background: var(--low); font-weight: 800; color: var(--ink); }
.doc tbody tr:last-child td { border-bottom: 0; }
.doc .faq { max-width: none; margin: 0 0 8px; }
.doc-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 40px; padding: 12px 20px; border: 1px solid var(--line); border-radius: 12px; font-weight: 800; color: var(--ink); text-decoration: none; background: var(--card); }
.doc-back:hover { background: var(--low); }

/* ---------- Reveal (no-JS safe: visible by default) ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); }
.js .reveal.in { opacity: 1; transform: none; transition: opacity .6s var(--ease), transform .6s var(--ease); }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1 !important; transform: none !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 620px) {
  .stamp { font-size: .72rem; padding: 6px 11px; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { order: 1; }
  .hero-phone { order: 2; min-height: 440px; }
  .lede { margin-inline: auto; }
  .hero-cta { align-items: center; }
  .eyebrow { margin-inline: auto; }
  .feature, .feature-rev .feature-copy { grid-template-columns: 1fr; text-align: center; }
  .feature-rev .feature-copy { order: 0; }
  .rarity-row { justify-content: center; }
  .news-card { grid-template-columns: 1fr; }
  .grid-why { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nav-links {
    position: absolute; top: var(--nav-h); left: 0; right: 0;
    flex-direction: column; gap: 4px; padding: 14px clamp(16px, 4vw, 40px) 20px;
    background: var(--card); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-8px); opacity: 0; pointer-events: none; visibility: hidden;
    transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
  }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; visibility: visible; }
  .nav-links a { padding: 14px 12px; }
  .nav .btn-appstore { display: none; }
  .nav-toggle { display: flex; margin-left: auto; }
  .steps, .stats { grid-template-columns: 1fr 1fr; }
  .stats { gap: 10px; }
}
@media (max-width: 460px) {
  .steps, .stats, .grid-why { grid-template-columns: 1fr; }
  .lead-row { flex-direction: column; }
  .lead-row .btn { width: 100%; }
  .seal { width: 76px; height: 76px; font-size: .62rem; }
  .stat { padding: 18px 12px; }
}
