/* ============================================
   Engelsiz — Turkish VPN landing
   Dark, mobile-first, single accent
   ============================================ */

:root {
  --bg: #0a0608;
  --bg-elev: #14090e;
  --bg-card: #1a0c12;
  --ink: #f6eef0;
  --ink-dim: #b9a3aa;
  --ink-mute: #6e5a61;
  --line: rgba(255, 240, 245, 0.08);
  --line-strong: rgba(255, 240, 245, 0.16);
  --accent: oklch(0.66 0.28 5);
  --accent-hot: oklch(0.72 0.30 5);
  --accent-soft: oklch(0.66 0.28 5 / 0.14);
  --ok: oklch(0.78 0.18 145);
  --ok-soft: oklch(0.78 0.18 145 / 0.14);

  --shadow-cta: 0 0 0 1px rgba(255, 80, 130, 0.35),
                0 12px 40px -8px oklch(0.66 0.28 5 / 0.55),
                0 2px 0 rgba(255, 255, 255, 0.08) inset;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;

  --font: "Space Grotesk", system-ui, -apple-system, sans-serif;

  --gutter: clamp(20px, 5vw, 56px);
  --maxw: 1240px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

/* warm gradient drape over the whole doc */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(60% 40% at 80% 0%, oklch(0.45 0.22 10 / 0.35), transparent 70%),
    radial-gradient(50% 50% at 0% 100%, oklch(0.40 0.18 350 / 0.30), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

main, footer, header { position: relative; z-index: 1; }

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* =============== TYPE =============== */

h1, h2, h3 { margin: 0; letter-spacing: -0.02em; text-wrap: balance; }

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
}

.h-display {
  font-weight: 700;
  font-size: clamp(40px, 7.5vw, 92px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.h-section {
  font-weight: 700;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.lede {
  font-weight: 300;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.5;
  color: var(--ink-dim);
  text-wrap: pretty;
}

.mono { font-family: ui-monospace, "SF Mono", Menlo, monospace; }

/* =============== TOP ADULT PLACEHOLDER =============== */

.top-adult-slot {
  position: relative;
  width: 100%;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: 18px var(--gutter) 28px;
}
.tas-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.tas-card {
  position: relative;
  display: block;
  aspect-ratio: 600 / 1200;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--bg-card);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.tas-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.6);
}
.tas-card[data-i="1"] { background-color: oklch(0.30 0.18 10); }
.tas-card[data-i="2"] { background-color: oklch(0.28 0.20 350); }
.tas-card[data-i="3"] { background-color: oklch(0.30 0.18 30); }
.tas-card[data-i="4"] { background-color: oklch(0.26 0.16 320); }
.tas-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.tas-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(10,6,8,0.30) 0%,
    rgba(10,6,8,0.50) 60%,
    rgba(10,6,8,0.85) 100%);
}
.tas-card-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.tas-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 6px 20px -6px var(--accent);
}
.tas-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tas-logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: white;
  padding: 3px;
  object-fit: contain;
  box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 880px) {
  .top-adult-slot { padding: 18px 0 24px; }
  .tas-row {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 var(--gutter) 6px;
    scrollbar-width: none;
  }
  .tas-row::-webkit-scrollbar { display: none; }
  .tas-card {
    flex: 0 0 72%;
    scroll-snap-align: center;
    border-radius: 14px;
  }
  .tas-card-inner { padding: 14px; }
  .tas-pill { font-size: 11px; padding: 5px 12px; letter-spacing: 0.14em; }
  .tas-logo { width: 30px; height: 30px; border-radius: 7px; padding: 2px; }
}

@media (max-width: 480px) {
  .tas-row { gap: 10px; }
  .tas-card { flex-basis: 78%; }
}

/* =============== HOOK STRIP =============== */

.hook-strip {
  position: relative;
  z-index: 1;
  padding: 56px var(--gutter);
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.hook-text {
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 920px;
  text-wrap: balance;
}
.hook-text .accent { color: var(--accent); }

@media (max-width: 880px) {
  .hook-strip { padding: 36px var(--gutter); }
}

/* =============== HEADER =============== */

.site-head {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  background: rgba(10, 6, 8, 0.55);
  border-bottom: 1px solid var(--line);
}
.site-head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: 22px;
}
.brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--accent), oklch(0.55 0.25 340));
  position: relative;
  box-shadow: 0 6px 18px -6px var(--accent);
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.head-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-weight: 600;
  font-size: 14px;
  transition: transform .15s ease, background .15s ease;
}
.head-cta:hover { background: var(--accent-hot); transform: translateY(-1px); }

/* =============== BUTTONS =============== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 28px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.01em;
  cursor: pointer;
  border: 0;
  font-family: inherit;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  text-align: center;
}
.btn-primary {
  background: var(--accent);
  color: white;
  box-shadow: var(--shadow-cta);
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.18) 50%, transparent 70%);
  transform: translateX(-110%);
  transition: transform .6s ease;
}
.btn-primary:hover {
  background: var(--accent-hot);
  transform: translateY(-2px);
}
.btn-primary:hover::before { transform: translateX(110%); }
.btn-xl {
  padding: 22px 36px;
  font-size: 19px;
  border-radius: 16px;
}

/* =============== HERO =============== */

.hero {
  position: relative;
  min-height: min(880px, 100vh);
  display: flex;
  align-items: center;
  padding: 80px 0 100px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg .ph {
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(135deg,
      rgba(255,255,255,0.012) 0 14px,
      rgba(255,255,255,0.025) 14px 28px),
    radial-gradient(70% 60% at 70% 30%, oklch(0.32 0.18 10) 0%, transparent 60%),
    radial-gradient(60% 70% at 20% 80%, oklch(0.28 0.16 350) 0%, transparent 65%),
    linear-gradient(180deg, #1a0a10 0%, #0a0608 100%);
}
.hero-girl {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  max-width: 60%;
  object-fit: contain;
  object-position: right center;
  pointer-events: none;
  z-index: 1;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(10,6,8,0.92) 0%,
      rgba(10,6,8,0.75) 35%,
      rgba(10,6,8,0.30) 65%,
      rgba(10,6,8,0.10) 100%),
    linear-gradient(180deg,
      rgba(10,6,8,0.30) 0%,
      transparent 40%,
      rgba(10,6,8,0.85) 100%);
}
@media (max-width: 880px) {
  .hero-girl { max-width: 75%; opacity: 0.55; }
}
.hero-bg .slot-tag {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-family: ui-monospace, monospace;
  font-size: 11px;
  color: var(--ink-mute);
  letter-spacing: 0.02em;
  background: rgba(0,0,0,0.4);
  padding: 4px 9px;
  border-radius: 4px;
  border: 1px solid var(--line);
  z-index: 2;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px 7px 8px;
  border-radius: 999px;
  background: rgba(255, 90, 130, 0.10);
  border: 1px solid rgba(255, 90, 130, 0.25);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 28px;
}
.hero-pill .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.hero h1 .accent { color: var(--accent); }
.hero h1 strong { font-weight: 700; }

.hero .lede { margin: 28px 0 36px; max-width: 640px; }

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.hero-fineprint {
  margin-top: 18px;
  font-size: 13px;
  color: var(--ink-mute);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hero-fineprint .sep { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-mute); }

/* =============== CTA LOGO (inline brand mark) =============== */

.cta-logo {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: white;
  padding: 2px;
  object-fit: contain;
  flex-shrink: 0;
}
.cta-logo-sm {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  padding: 1px;
}
.cta-logo-xs {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  padding: 1px;
  vertical-align: middle;
  margin-right: 6px;
}
.foot-link {
  display: inline-flex;
  align-items: center;
}

/* =============== FACT BAND =============== */

.facts {
  padding: 56px 0 24px;
  border-top: 1px solid var(--line);
}
.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.fact {
  padding: 32px 28px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fact-num {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.05em;
}
.fact-body {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.fact-body strong { color: var(--ink); }
.facts-source {
  margin-top: 18px;
  font-size: 12px;
  color: var(--ink-mute);
  text-align: center;
}

/* =============== PLATFORMS =============== */

.platforms {
  padding: 100px 0;
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 56px;
  max-width: 720px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pcard {
  display: block;
  position: relative;
  aspect-ratio: 600 / 800;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-card);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.pcard:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.6);
}
.pcard-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pcard-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(0,0,0,0.20) 0%,
    rgba(0,0,0,0.45) 50%,
    rgba(0,0,0,0.92) 100%);
}
.pcard-glyph {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 6px 16px -8px rgba(0,0,0,0.5);
}
.pcard-glyph img,
.pcard-glyph svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.pcard-slot-tag {
  position: absolute;
  top: 28px;
  right: 28px;
  font-family: ui-monospace, monospace;
  font-size: 10px;
  color: rgba(255,255,255,0.45);
  background: rgba(0,0,0,0.35);
  padding: 3px 7px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.08);
}
.pcard-body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pcard-name {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: white;
  margin: 0;
}
.pcard-meta {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.01em;
}
.pcard-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--ok-soft);
  color: oklch(0.85 0.16 145);
  border: 1px solid oklch(0.78 0.18 145 / 0.30);
  font-size: 13px;
  font-weight: 600;
  width: fit-content;
}
.pcard-badge svg { width: 14px; height: 14px; }
.pcard-badge-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

/* =============== DIVIDER STRIPS =============== */

.strip {
  position: relative;
  height: clamp(220px, 30vw, 360px);
  overflow: hidden;
}
.strip-bg {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(135deg,
      rgba(255,255,255,0.01) 0 14px,
      rgba(255,255,255,0.025) 14px 28px),
    radial-gradient(60% 100% at 50% 50%, oklch(0.30 0.18 350) 0%, oklch(0.10 0.04 0) 70%);
}
.strip-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,6,8,0.7), rgba(10,6,8,0.92));
}
.strip-text {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}
.strip-text .quote {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.02em;
  max-width: 880px;
  line-height: 1.2;
}
.strip-text .quote em {
  color: var(--accent);
  font-style: normal;
}
.strip-tag {
  position: absolute;
  bottom: 14px;
  right: 16px;
  font-family: ui-monospace, monospace;
  font-size: 10px;
  color: var(--ink-mute);
  z-index: 2;
}

/* =============== HOW =============== */

.how { padding: 100px 0; }
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.step {
  position: relative;
  padding: 32px;
  border-radius: var(--radius-lg);
  background: var(--bg-elev);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 280px;
}
.step-num {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
}
.step-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--accent-soft);
  border: 1px solid rgba(255,90,130,0.25);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-icon svg { width: 28px; height: 28px; }
.step-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}
.step-desc {
  font-size: 15px;
  color: var(--ink-dim);
  line-height: 1.5;
  margin: 0;
}
.step-connector {
  position: absolute;
  top: 60px;
  right: -22px;
  color: var(--ink-mute);
  font-size: 18px;
  opacity: 0.4;
}

/* =============== PRICING =============== */

.pricing { padding: 100px 0; }
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.plan {
  position: relative;
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  background: var(--bg-elev);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.plan.featured {
  background: linear-gradient(180deg, oklch(0.22 0.10 5) 0%, var(--bg-elev) 100%);
  border-color: var(--accent);
  box-shadow: 0 30px 60px -30px oklch(0.66 0.28 5 / 0.45);
}
.plan-tag {
  position: absolute;
  top: -12px;
  left: 32px;
  padding: 5px 12px;
  background: var(--accent);
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 6px;
}
.plan-name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.plan-price .num {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
.plan-price .unit {
  font-size: 16px;
  color: var(--ink-mute);
  font-weight: 500;
}
.plan-month {
  font-size: 13px;
  color: var(--ink-mute);
  margin-top: 8px;
}
.plan-strike {
  text-decoration: line-through;
  color: var(--ink-mute);
  font-size: 14px;
}
.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.plan-features li {
  font-size: 14px;
  color: var(--ink-dim);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.plan-features li::before {
  content: "";
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent);
  margin-top: 8px;
  flex-shrink: 0;
}
.plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line-strong);
  color: var(--ink);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: background .15s ease;
  font-family: inherit;
}
.plan-cta:hover { background: rgba(255,255,255,0.1); }
.plan.featured .plan-cta {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}
.plan.featured .plan-cta:hover { background: var(--accent-hot); }

.refund-line {
  margin-top: 28px;
  text-align: center;
  font-size: 14px;
  color: var(--ink-dim);
}
.refund-line strong { color: var(--ink); font-weight: 600; }

/* =============== FAQ =============== */

.faq { padding: 100px 0; }
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-family: inherit;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-align: left;
  transition: color .15s ease;
}
.faq-q:hover { color: var(--accent); }
.faq-toggle {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background .2s ease, transform .3s ease;
}
.faq-toggle svg { width: 14px; height: 14px; transition: transform .3s ease; }
.faq-item.open .faq-toggle { background: var(--accent); }
.faq-item.open .faq-toggle svg { transform: rotate(45deg); color: white; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  color: var(--ink-dim);
  font-size: 16px;
  line-height: 1.6;
  max-width: 720px;
}
.faq-item.open .faq-a {
  max-height: 240px;
  padding: 0 0 28px;
}

/* =============== FINAL CTA =============== */

.final {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
  text-align: center;
}
.final-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    repeating-linear-gradient(135deg,
      rgba(255,255,255,0.012) 0 14px,
      rgba(255,255,255,0.025) 14px 28px),
    radial-gradient(80% 60% at 50% 50%, oklch(0.40 0.22 5) 0%, transparent 70%),
    var(--bg);
}
.final-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,6,8,0.65), rgba(10,6,8,0.85));
}
.final-tag {
  position: absolute;
  bottom: 14px;
  right: 16px;
  font-family: ui-monospace, monospace;
  font-size: 10px;
  color: var(--ink-mute);
  z-index: 1;
}
.final-inner { position: relative; z-index: 1; }
.final h2 {
  font-size: clamp(48px, 9vw, 120px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin-bottom: 28px;
}
.final h2 .accent { color: var(--accent); }
.final .lede {
  margin: 0 auto 40px;
  max-width: 540px;
}

/* =============== FOOTER =============== */

.site-foot {
  border-top: 1px solid var(--line);
  padding: 32px 0;
  font-size: 13px;
  color: var(--ink-mute);
}
.site-foot .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.site-foot a:hover { color: var(--ink); }

/* =============== MOBILE =============== */

@media (max-width: 880px) {
  body { font-size: 16px; }
  .head-cta { padding: 8px 14px; font-size: 13px; }
  .head-cta .head-cta-long { display: none; }

  .hero { padding: 60px 0 80px; min-height: auto; }
  .hero .lede { margin: 22px 0 28px; }
  .btn-xl { width: 100%; padding: 20px; font-size: 17px; }
  .hero-cta-row { width: 100%; }

  .facts-grid { grid-template-columns: 1fr; }
  .fact { padding: 24px 22px; }

  .platforms, .how, .pricing, .faq { padding: 72px 0; }
  .section-head { margin-bottom: 36px; }

  .platform-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .pcard-glyph { width: 44px; height: 44px; top: 18px; left: 18px; font-size: 18px; border-radius: 12px; }
  .pcard-slot-tag { display: none; }
  .pcard-body { padding: 18px; gap: 10px; }
  .pcard-name { font-size: 20px; }
  .pcard-meta { font-size: 11px; }
  .pcard-badge { font-size: 11px; padding: 5px 9px; }

  .how-grid { grid-template-columns: 1fr; }
  .step-connector { display: none; }
  .step { min-height: auto; padding: 26px; }

  .price-grid { grid-template-columns: 1fr; gap: 14px; }
  .plan { padding: 28px 24px; }
  .plan-price .num { font-size: 44px; }

  .final { padding: 90px 0; }

  .strip { height: 200px; }
}

@media (max-width: 480px) {
  .platform-grid { grid-template-columns: 1fr; }
}
