/* ============================================================
   FOMO Academy — global stylesheet
   Blueprint: Neurex home-03 (clean rebuild, own code)
   ============================================================ */

/* ---------- Fonts (self-host via Google, swap) ---------- */
:root {
  --ink:        #000416;
  --ink-2:      #000917;
  --paper:      #ffffff;
  --mist:       #f7f7f8;
  --line:       #e6e7eb;
  --line-dark:  rgba(255, 255, 255, .14);
  --muted:      #5a6072;
  --muted-dark: rgba(255, 255, 255, .70);
  --accent:     #fffe6a;
  --accent-ink: #000416;
  --accent-hover:#f2f14e;
  --blue:       #1538a6;
  --blue-soft:  #6c89d9;
  --lilac:      #ece7ff;
  --lilac-ink:  #5b4bd6;

  --font: "Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --mono: "Geist Mono", "SFMono-Regular", ui-monospace, Menlo, monospace;

  --container: 1200px;
  --gutter: 24px;
  --radius-card: 20px;
  --radius-img: 16px;
  --shadow-sm: 0 1px 2px rgba(0,4,22,.06), 0 6px 20px rgba(0,4,22,.05);
  --shadow-md: 0 18px 50px rgba(0,4,22,.12);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; letter-spacing: -0.03em; line-height: 1.06; color: var(--ink); }
h1 { font-size: clamp(2.5rem, 5.2vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); letter-spacing: -0.02em; }
p  { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section--mist { background: var(--mist); }
.section--ink { background: var(--ink); color: #fff; }
.section--ink h1, .section--ink h2, .section--ink h3 { color: #fff; }
.section--tight { padding: clamp(48px, 6vw, 84px) 0; }
.eyebrow {
  display: inline-block;
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 18px;
}
.section--ink .eyebrow { color: var(--blue-soft); }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.22rem); color: var(--muted); max-width: 62ch; }
.section--ink .lead { color: var(--muted-dark); }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.mt-s { margin-top: 20px; } .mt-m { margin-top: 36px; } .mt-l { margin-top: 56px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  border-radius: 100px; padding: 13px 26px;
  font-size: .98rem; font-weight: 500; border: 1.5px solid transparent;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn--primary { background: var(--accent); color: var(--accent-ink); }
.btn--primary:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,4,22,.18); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.section--ink .btn--ghost, .btn--ghost-light { color: #fff; border-color: var(--line-dark); }
.btn--ghost-light:hover { border-color: #fff; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.25); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  transition: background .25s ease, border-color .25s ease;
}
.site-header.is-dark { color: #fff; }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; height: 76px;
}
.brand { display: flex; align-items: center; gap: 10px; font-size: 1.28rem; font-weight: 600; letter-spacing: -0.02em; white-space: nowrap; }
.brand__mark { width: 30px; height: 30px; flex: 0 0 auto; border-radius: 7px; object-fit: cover; display: block; }
.nav__menu { display: flex; align-items: center; gap: 34px; list-style: none; margin: 0; padding: 0; }
.nav__menu a { font-size: .98rem; color: inherit; opacity: .9; transition: opacity .15s; }
.nav__menu a:hover, .nav__menu a[aria-current="page"] { opacity: 1; }
.nav__right { display: flex; align-items: center; gap: 18px; }
.nav__right .btn { padding: 9px 18px; font-size: .9rem; }
.nav__only-mobile { display: none; }
.nav__login { font-size: .98rem; opacity: .9; }
.nav__login:hover { opacity: 1; }
.nav__toggle { display: none; background: none; border: 0; padding: 8px; color: inherit; }
.nav__toggle span { display: block; width: 22px; height: 2px; background: currentColor; margin: 4px 0; transition: .2s; }

/* header states: transparent over dark hero, solid on scroll / light pages */
.site-header--overlay { position: fixed; top: 0; left: 0; right: 0; background: transparent; }
.site-header--solid { background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--line); }
.site-header--solid.is-dark { color: var(--ink); }
.site-header--solid .btn--light { border-color: var(--line); }
.site-header--solid .nav__toggle { color: var(--ink); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(180deg,
    #000917 0%, #000d20 10%, #02122a 20%, #01174280 30%,
    #01247b 40%, #1538a6 50%, #3055ba 60%, #4468c9 70%,
    #5879d0 80%, #6c89d9 84%, #86a1ea 88%, #b4c6f7 92%, #e7eeff 98%, #ffffff 100%);
  color: #fff;
  padding-top: 150px;
  overflow-x: clip;
}
.hero__inner { text-align: center; max-width: 900px; margin: 0 auto; }
.hero h1 { color: #fff; }
.hero__sub { color: rgba(255,255,255,.85); font-size: clamp(1.05rem, 1.5vw, 1.25rem); max-width: 56ch; margin: 22px auto 0; }
.hero__cta { margin-top: 34px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.pill-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  border-radius: 100px; padding: 7px 16px 7px 8px; font-size: .86rem; margin-bottom: 26px;
  backdrop-filter: blur(6px);
}
.pill-badge .stack { display: inline-flex; }
.pill-badge .stack span { width: 24px; height: 24px; border-radius: 50%; border: 2px solid #0a1330; margin-left: -8px;
  background: linear-gradient(135deg, var(--blue-soft), var(--accent)); font-size: 12px; display:grid; place-items:center; }
.pill-badge .stack span:first-child { margin-left: 0; }

/* hero showcase composite */
.hero__showcase {
  position: relative; z-index: 2;
  margin: 60px auto -80px; max-width: 1160px;
  background: var(--mist); border-radius: 26px 26px 0 0; padding: 22px;
  box-shadow: 0 -10px 60px rgba(0,4,22,.25);
}
.showcase-grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 18px; align-items: stretch; }
.showcase-card { background: #fff; border-radius: var(--radius-img); overflow: hidden; box-shadow: var(--shadow-sm); }
.showcase-card img { width: 100%; height: 100%; object-fit: cover; min-height: 260px; }
.showcase-panel { background: #fff; border-radius: var(--radius-img); padding: 22px; text-align: left; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.showcase-panel__top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: .82rem; }
.showcase-panel__big { font-size: 2.4rem; font-weight: 600; margin: 6px 0 14px; color: var(--ink); letter-spacing: -0.03em; }
.stat-row { display: flex; gap: 12px; margin-top: auto; }
.stat-chip { flex: 1; background: var(--mist); border-radius: 12px; padding: 12px; }
.stat-chip b { display: block; font-size: 1.1rem; color: var(--ink); }
.stat-chip span { font-size: .74rem; color: var(--muted); }

/* ---------- Logo / chain strip ---------- */
.logo-strip { padding: 44px 0; border-bottom: 1px solid var(--line); }
.logo-strip__label { text-align: center; color: var(--muted); font-size: .84rem; margin-bottom: 22px; }
.logo-strip__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 56px; align-items: center; }
.logo-strip__row .chip { display: inline-flex; align-items: center; gap: 10px; font-size: 1.1rem; font-weight: 600; color: #3a4152; }
.logo-strip__row .chip img, .logo-strip__row .chip svg { width: 26px; height: 26px; }

/* ---------- Section head ---------- */
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 48px; flex-wrap: wrap; }
.section-head .lead { margin-top: 16px; }
.section-head--center { flex-direction: column; align-items: center; text-align: center; }

/* ---------- Feature accordion ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.accordion { border-top: 1px solid var(--line); }
.section--ink .accordion { border-color: var(--line-dark); }
.acc-item { border-bottom: 1px solid var(--line); }
.section--ink .acc-item { border-color: var(--line-dark); }
.acc-head { display: flex; align-items: center; gap: 14px; width: 100%; background: none; border: 0; padding: 22px 0; text-align: left; font-size: 1.12rem; font-weight: 500; color: inherit; }
.acc-head .ico { width: 24px; height: 24px; flex: 0 0 auto; opacity: .7; }
.acc-head .chev { margin-left: auto; transition: transform .25s; flex: 0 0 auto; }
.acc-item.is-open .chev { transform: rotate(180deg); }
.acc-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.acc-body__inner { padding: 0 0 22px 38px; color: var(--muted); }
.section--ink .acc-body__inner { color: var(--muted-dark); }

/* ---------- Cards grid ---------- */
.cards { display: grid; gap: 24px; }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card);
  padding: 26px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card__ico { width: 46px; height: 46px; border-radius: 12px; background: var(--mist); display: grid; place-items: center; margin-bottom: 18px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .98rem; }
.card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-weight: 500; color: var(--blue); }
.card__link::after { content: "→"; transition: transform .2s; }
.card:hover .card__link::after { transform: translateX(4px); }
.section--ink .card { background: #060b22; border-color: var(--line-dark); }
.section--ink .card p { color: var(--muted-dark); }
.section--ink .card__ico { background: rgba(255,255,255,.06); }
.section--ink .card__link { color: var(--accent); }

/* Related guides — richer cards */
.cards--related .card { display: flex; flex-direction: column; }
.cards--related .card__ico { width: 44px; height: 44px; border-radius: 12px; background: rgba(21,56,166,.08); color: var(--blue); display: grid; place-items: center; margin-bottom: 16px; transition: background .2s, color .2s, transform .2s; }
.cards--related .card__ico svg { width: 22px; height: 22px; }
.cards--related .card:hover { border-color: var(--accent); box-shadow: var(--shadow-md); }
.cards--related .card:hover .card__ico { background: var(--accent); color: var(--ink); transform: rotate(-4deg) scale(1.04); }
.cards--related .card h3 { margin-bottom: 8px; }
.cards--related .card__link { margin-top: auto; padding-top: 14px; }

/* Contact — reach-out channels (no forms) */
.reach-list { display: flex; flex-direction: column; gap: 12px; }
.reach-item { display: flex; align-items: center; gap: 16px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.reach-item:hover { border-color: var(--accent); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.reach-item__ico { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; background: rgba(21,56,166,.08); color: var(--blue); display: grid; place-items: center; transition: background .2s, color .2s; }
.reach-item__ico svg { width: 22px; height: 22px; }
.reach-item:hover .reach-item__ico { background: var(--accent); color: var(--ink); }
.reach-item__body { min-width: 0; }
.reach-item__body b { display: block; color: var(--ink); font-size: 1rem; }
.reach-item__body span { color: var(--muted); font-size: .9rem; }
.reach-item__arrow { margin-left: auto; color: var(--blue); font-size: 1.1rem; transition: transform .2s; }
.reach-item:hover .reach-item__arrow { transform: translateX(4px); }

/* ---------- Guide (blog) cards ---------- */
.guide-card { border-radius: var(--radius-card); overflow: hidden; background:#fff; border:1px solid var(--line); transition: transform .2s, box-shadow .2s; display:flex; flex-direction:column; }
.guide-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.guide-card__media { aspect-ratio: 16/10; overflow: hidden; background: var(--mist); }
.guide-card__media img { width:100%; height:100%; object-fit: cover; transition: transform .4s ease; }
.guide-card:hover .guide-card__media img { transform: scale(1.04); }
.guide-card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.tag { font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: 5px 11px; border-radius: 100px; background: var(--mist); color: var(--muted); }
.tag--accent { background: var(--accent); color: var(--accent-ink); }
.tag--lilac { background: var(--lilac); color: var(--lilac-ink); }
.guide-card__body h3 { font-size: 1.25rem; }
.guide-card__meta { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; color: var(--muted); font-size: .86rem; }
.byline { display: flex; align-items: center; gap: 10px; }
.byline img, .byline .avatar { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; background: linear-gradient(135deg,var(--blue),var(--accent)); }
.byline b { display: block; color: var(--ink); font-size: .9rem; font-weight: 600; }
.byline span { font-size: .78rem; }
.readtime { display: inline-flex; align-items: center; gap: 6px; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding-top: 22px; border-top: 2px solid var(--line); }
.section--ink .step { border-color: var(--line-dark); }
.step h3 { font-size: 1.2rem; margin: 0 0 8px; }
.step p { color: var(--muted); font-size: .96rem; }
.section--ink .step p { color: var(--muted-dark); }

/* ---------- Honesty note ---------- */
.honest { padding: 56px 0 0; }
.honest--pre-footer { padding: 72px 0 84px; }
.honest__card {
  display: flex; gap: 28px; align-items: flex-start;
  padding: 30px 34px;
  background: var(--ink);
  border: 1px solid var(--line-dark);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius-card);
}
.honest__badge {
  flex: none;
  font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent-ink); background: var(--accent);
  padding: 6px 12px; border-radius: 999px; margin-top: 4px;
}
.honest__title { color: #fff; font-size: clamp(1.25rem, 2.1vw, 1.6rem); margin: 0 0 10px; }
.honest__text { color: var(--muted-dark); font-size: 1rem; line-height: 1.65; max-width: 70ch; margin: 0; }
.honest__text a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 640px) {
  .honest__card { flex-direction: column; gap: 16px; padding: 24px 22px; }
}

/* ---------- CTA band ---------- */
.cta-band {
  border-radius: 28px; padding: clamp(40px, 6vw, 72px);
  background: linear-gradient(135deg, #01102f, #01247b 55%, #3055ba);
  color: #fff; text-align: center; position: relative; overflow: hidden;
}
.cta-band h2 { color: #fff; max-width: 18ch; margin: 0 auto; }
.cta-band .lead { color: rgba(255,255,255,.82); margin: 18px auto 0; }
.cta-band .hero__cta { margin-top: 30px; }

/* ---------- Article ---------- */
.article-hero { background: linear-gradient(180deg, #000917, #01204f 70%, #0a2f7a); color:#fff; padding: 150px 0 80px; }
.article-hero .container { max-width: 820px; }
.crumbs { font-size: .84rem; color: var(--muted-dark); margin-bottom: 22px; }
.crumbs a:hover { color:#fff; }
.article-hero h1 { color:#fff; max-width: 20ch; }
.article-hero .lead { color: rgba(255,255,255,.85); margin-top: 20px; }
.article-meta { display:flex; gap: 18px; align-items:center; margin-top: 28px; color: var(--muted-dark); font-size:.9rem; }
.prose { max-width: 760px; margin: 0 auto; font-size: 1.08rem; }
.prose h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); margin: 2.2em 0 .6em; }
.prose h3 { margin: 1.8em 0 .5em; }
.prose p { color: #2a2f3d; margin-bottom: 1.3em; }
.prose ul, .prose ol { color: #2a2f3d; padding-left: 1.3em; margin: 0 0 1.4em; }
.prose li { margin-bottom: .5em; }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.prose img { border-radius: var(--radius-img); margin: 1.8em 0; }
.prose strong { color: var(--ink); }
.prose table { width: 100%; border-collapse: collapse; margin: 1.4em 0 1.8em; font-size: .96rem; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border: 1px solid var(--line); vertical-align: top; color: #2a2f3d; }
.prose th { background: var(--mist); font-weight: 600; color: var(--ink); }
.prose .table-wrap { overflow-x: auto; margin: 1.4em 0 1.8em; }
.prose .table-wrap table { margin: 0; min-width: 560px; }
.callout {
  border: 1px solid var(--line); border-left: 4px solid var(--accent);
  background: var(--mist); border-radius: 14px; padding: 20px 22px; margin: 1.8em 0;
}
.callout b { color: var(--ink); }
.callout--warn { border-left-color: #e0483d; }
.keyfacts { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border:1px solid var(--line); border-radius: 14px; overflow: hidden; margin: 1.8em 0; }
.keyfacts div { background:#fff; padding: 16px 18px; }
.keyfacts dt { font-size:.76rem; text-transform: uppercase; letter-spacing:.08em; color: var(--muted); }
.keyfacts dd { margin: 4px 0 0; font-weight: 600; font-size: 1.05rem; }

/* ---------- Chains ---------- */
.chain-row { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); align-items: start; }
.chain-row__mark { width: 64px; height: 64px; border-radius: 16px; background: var(--mist); display:grid; place-items:center; overflow:hidden; }
.chain-row__mark img { width: 64px; height: 64px; object-fit: cover; }
.chain-row h3 { display:flex; align-items:baseline; gap: 12px; }
.chain-row h3 .ticker { font-family: var(--mono); font-size: .9rem; color: var(--muted); }
.chain-row .feats { display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; }

/* ---------- Resources ---------- */
.res-group { margin-bottom: 48px; }
.res-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.res-item { display:flex; gap: 14px; align-items: flex-start; padding: 20px; border:1px solid var(--line); border-radius: 16px; background:#fff; transition: border-color .2s, transform .2s; }
.res-item:hover { border-color: var(--ink); transform: translateY(-3px); }
.res-item .res-ico { width: 40px; height: 40px; border-radius: 10px; background: var(--mist); display:grid; place-items:center; flex:0 0 auto; }
.res-item b { font-size: 1.02rem; }
.res-item p { color: var(--muted); font-size: .9rem; margin: 4px 0 0; }

/* ---------- Contact ---------- */
.form-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display:flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .88rem; font-weight: 500; }
.field input, .field textarea, .field select {
  font-family: inherit; font-size: 1rem; padding: 13px 15px; border:1px solid var(--line);
  border-radius: 12px; background:#fff; color: var(--ink); transition: border-color .15s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--blue); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #fff; padding: 72px 0 36px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand p { color: var(--muted-dark); font-size: .94rem; margin-top: 16px; max-width: 34ch; }
.footer-brand .footer-addr { margin-top: 12px; font-size: .88rem; color: rgba(255,255,255,.55); }
.footer-brand .footer-addr a { color: rgba(255,255,255,.7); }
.footer-brand .footer-addr a:hover { color: #fff; }
.footer-col h4, .footer-col__title { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.55); margin: 0 0 16px; font-weight: 600; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 11px; }
.footer-col a { color: var(--muted-dark); font-size: .95rem; }
.footer-col a:hover { color: #fff; }
.footer-disclaimer { margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.55); font-size: .82rem; line-height: 1.7; }
.footer-bottom { margin-top: 22px; display:flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: rgba(255,255,255,.5); font-size: .82rem; }

/* ---------- Cookie banner ---------- */
.cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
  background: var(--ink); color: #fff; border: 1px solid var(--line-dark);
  border-radius: 18px; padding: 20px 22px; box-shadow: 0 20px 60px rgba(0,0,0,.4);
  display: none; gap: 18px; align-items: center; max-width: 940px; margin: 0 auto;
}
.cookie.is-visible { display: flex; }
.cookie p { margin: 0; font-size: .9rem; color: var(--muted-dark); flex: 1; }
.cookie p a { color: #fff; text-decoration: underline; }
.cookie__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie .btn { padding: 10px 18px; font-size: .88rem; }
.cookie .btn--ghost-light { background: #1a2036; border-color: rgba(255,255,255,.22); color: #fff; }
.cookie .btn--ghost-light:hover { background: #232a45; border-color: #fff; }

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

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .split { grid-template-columns: 1fr; gap: 32px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-card { display:none; }
  .showcase-card:nth-child(2) { display:block; }
}
@media (max-width: 768px) {
  .nav__menu, .nav__login { display: none; }
  .nav__right .btn--light { display: none; }
  .nav__toggle { display: block; }
  .nav.is-open .nav__only-mobile { display: block; }
  .nav.is-open .nav__menu {
    display: flex; position: absolute; top: 76px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0; background: #fff; color: var(--ink);
    padding: 8px 24px 20px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
  }
  .nav.is-open .nav__menu li { width: 100%; list-style: none; }
  .nav.is-open .nav__menu a { display: block; padding: 15px 2px; border-bottom: 1px solid var(--line); width: 100%; opacity: 1; text-align: left; font-size: 1.05rem; }
  .nav.is-open .nav__menu li:last-child a { border-bottom: 0; }
  .brand { font-size: 1.1rem; }
  .brand__mark { width: 26px; height: 26px; border-radius: 6px; }
  .cards--2, .cards--3 { grid-template-columns: 1fr; }
  .keyfacts, .res-list, .form-grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .cookie { flex-direction: column; align-items: stretch; }
}
@media (max-width: 480px) {
  .steps { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero { padding-top: 120px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
}
