/* ==========================================================================
   EYADERA — DESIGN SYSTEM
   Premium intelligence firm. McKinsey meets Linear.
   Imported by every page. Tokens + shared components.
   ========================================================================== */

/* ---------- Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&family=Inter:wght@300;400;450;500;600;700&display=swap');

/* ---------- Tokens ---------- */
:root {
  /* Palette — dark navy/charcoal + crisp white + warm amber accent */
  --ink:        #0e1420;   /* primary near-black navy */
  --ink-2:      #131b2a;   /* slightly lifted navy */
  --ink-3:      #1b2536;   /* card on dark */
  --navy:       #182338;
  --slate:      #5a6577;   /* muted body on light */
  --slate-2:    #8893a4;   /* fainter */
  --line:       #e4e7ec;   /* hairline on light */
  --line-dark:  #283449;   /* hairline on dark */
  --paper:      #ffffff;
  --paper-2:    #f7f8fa;   /* off-white section */
  --paper-3:    #f0f2f5;
  --cream:      #f4f1ea;   /* warm paper for editorial blocks */

  --amber:      #c8941f;   /* warm gold accent */
  --amber-2:    #e0a82e;   /* brighter on dark */
  --amber-soft: #f5ecd6;

  --ok:         #2f7d62;
  --warn:       #b06a16;
  --risk:       #b3402f;

  /* Type */
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Rhythm */
  --maxw: 1200px;
  --maxw-narrow: 760px;
  --gut: clamp(20px, 5vw, 56px);
  --sec: clamp(72px, 11vw, 148px);

  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 14px;

  --shadow-sm: 0 1px 2px rgba(16,24,40,.05), 0 1px 3px rgba(16,24,40,.06);
  --shadow-md: 0 8px 24px -8px rgba(16,24,40,.14), 0 2px 6px rgba(16,24,40,.06);
  --shadow-lg: 0 32px 64px -24px rgba(14,20,32,.28), 0 8px 20px -12px rgba(14,20,32,.16);

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--amber-soft); color: var(--ink); }

/* ---------- Typography ---------- */
.display, h1.display {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.018em;
  font-size: clamp(2.7rem, 6.4vw, 5.1rem);
}
h1 { font-family: var(--serif); font-weight: 600; line-height: 1.05; letter-spacing: -.018em;
     font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-family: var(--serif); font-weight: 600; line-height: 1.08; letter-spacing: -.014em;
     font-size: clamp(1.9rem, 3.6vw, 2.95rem); }
h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; letter-spacing: -.01em;
     font-size: clamp(1.35rem, 2vw, 1.7rem); }
h4 { font-family: var(--sans); font-weight: 600; font-size: 1.12rem; letter-spacing: -.01em; }
.serif-i { font-style: italic; font-weight: 500; }

p { color: var(--slate); }
.lede { font-size: clamp(1.15rem, 1.9vw, 1.42rem); line-height: 1.5; color: var(--slate);
        font-weight: 400; letter-spacing: -.005em; }
strong { font-weight: 600; color: var(--ink); }

.eyebrow {
  font-family: var(--sans);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--amber);
  display: inline-flex;
  align-items: center;
  gap: .7em;
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: var(--amber); opacity: .65;
}
.eyebrow.no-rule::before { display: none; }
.eyebrow.centered { justify-content: center; }

.amber { color: var(--amber); }
.muted { color: var(--slate); }
.tnum { font-variant-numeric: tabular-nums; }
.mono { font-family: var(--sans); font-variant-numeric: tabular-nums; letter-spacing: -.01em; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.narrow { max-width: var(--maxw-narrow); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: var(--sec); }
.section-sm { padding-block: clamp(48px, 7vw, 84px); }
.center { text-align: center; }
.divider { height: 1px; background: var(--line); border: 0; }

section.dark, .dark-block { background: var(--ink); color: #e9edf3; }
.dark h1, .dark h2, .dark h3, .dark h4 { color: #fff; }
.dark p, .dark .lede { color: #aab4c2; }
.dark .divider { background: var(--line-dark); }
section.paper-2 { background: var(--paper-2); }
section.cream { background: var(--cream); }

.grid { display: grid; gap: clamp(20px, 2.4vw, 32px); }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .g-3, .g-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .g-2, .g-3, .g-4 { grid-template-columns: 1fr; } }

.section-head { max-width: 720px; }
.section-head.center { margin-inline: auto; }
.section-head h2 { margin-top: .5rem; }
.section-head .lede { margin-top: 1.1rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  font-family: var(--sans); font-weight: 500; font-size: .96rem; letter-spacing: -.005em;
  padding: .92em 1.55em; border-radius: var(--r-sm);
  background: var(--ink); color: #fff;
  border: 1px solid var(--ink);
  transition: transform .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease);
  white-space: nowrap; cursor: pointer; line-height: 1;
}
.btn:hover { background: #000; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-amber { background: var(--amber); border-color: var(--amber); color: var(--ink); }
.btn-amber:hover { background: var(--amber-2); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: transparent; border-color: var(--ink); box-shadow: none; }
.dark .btn-ghost, .hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.35); }
.dark .btn-ghost:hover, .hero .btn-ghost:hover { border-color: #fff; }
[style*="background:var(--ink)"] .btn-ghost, [style*="background: var(--ink)"] .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.35); }
.dark .btn { background: #fff; color: var(--ink); border-color: #fff; }
.dark .btn:hover { background: var(--amber); border-color: var(--amber); }
.btn-lg { padding: 1.08em 1.9em; font-size: 1.02rem; }
.btn-sm { padding: .72em 1.15em; font-size: .88rem; }

.textlink {
  display: inline-flex; align-items: center; gap: .5em; font-weight: 500; color: var(--ink);
  border-bottom: 1px solid transparent; padding-bottom: 2px; transition: border-color .2s, gap .2s var(--ease);
}
.textlink:hover { border-color: var(--amber); gap: .75em; }
.textlink .arrow { color: var(--amber); transition: transform .2s var(--ease); }
.textlink:hover .arrow { transform: translateX(3px); }
.dark .textlink { color: #fff; }

/* ---------- Navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
  transition: border-color .3s, background .3s;
}
.nav.on-dark {
  background: rgba(14,20,32,.7);
  border-bottom-color: var(--line-dark);
}
.nav-inner {
  max-width: var(--maxw); margin-inline: auto; padding: 0 var(--gut);
  height: 70px; display: flex; align-items: center; justify-content: space-between;
}
.brand {
  font-family: var(--sans); font-weight: 700; font-size: 1.18rem;
  letter-spacing: .26em; color: var(--ink); padding-left: .26em;
}
.nav.on-dark .brand { color: #fff; }
.brand .dot { color: var(--amber); }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links > * { margin-left: clamp(2px, 1vw, 6px); }
.nav-link {
  font-size: .93rem; font-weight: 450; color: var(--ink); padding: .55em .8em; border-radius: var(--r-sm);
  display: inline-flex; align-items: center; gap: .35em; transition: color .2s, background .2s;
}
.nav-link:hover { color: var(--amber); }
.nav.on-dark .nav-link { color: #cdd5e0; }
.nav.on-dark .nav-link:hover { color: var(--amber-2); }

.nav-drop { position: relative; }
.nav-drop-menu {
  position: absolute; top: calc(100% + 10px); left: -8px; min-width: 270px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  box-shadow: var(--shadow-lg); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
}
.nav-drop:hover .nav-drop-menu, .nav-drop:focus-within .nav-drop-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-drop-menu a {
  display: block; padding: 11px 13px; border-radius: var(--r-sm); transition: background .15s;
}
.nav-drop-menu a:hover { background: var(--paper-2); }
.nav-drop-menu .ti { font-weight: 550; font-size: .94rem; color: var(--ink); }
.nav-drop-menu .de { font-size: .82rem; color: var(--slate); margin-top: 1px; }
.nav-cta { margin-left: 14px !important; }
.chev { width: 9px; height: 9px; opacity: .55; }

.burger { display: none; width: 44px; height: 44px; flex-direction: column; gap: 5px;
  align-items: center; justify-content: center; }
.burger span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: .3s var(--ease); }
.nav.on-dark .burger span { background: #fff; }

.mobile-menu {
  position: fixed; inset: 70px 0 0; z-index: 99; background: #fff;
  padding: 24px var(--gut) 40px; transform: translateX(100%); transition: transform .35s var(--ease);
  overflow-y: auto; display: flex; flex-direction: column;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a { font-family: var(--serif); font-size: 1.6rem; padding: .55em 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.mobile-menu .sub { font-family: var(--sans); font-size: 1rem; color: var(--slate); padding-left: 14px; }
.mobile-menu .btn { margin-top: 26px; font-family: var(--sans); font-size: 1rem; justify-content: center; }
body.menu-open { overflow: hidden; }

@media (max-width: 920px) {
  .nav-links { display: none; }
  .burger { display: flex; }
}

/* ---------- Cards ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(26px, 3vw, 38px); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.card.hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #d4d9e0; }
.dark .card { background: var(--ink-3); border-color: var(--line-dark); }

.num-card .n {
  font-family: var(--serif); font-size: 1.05rem; color: var(--amber); font-weight: 600;
  display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center;
  border: 1px solid var(--amber); border-radius: 50%; margin-bottom: 22px;
}
.card h3 + p { margin-top: .7rem; }

/* portrait cards (after-state) */
.portrait {
  position: relative; background: var(--ink); color: #fff; border-radius: var(--r-lg);
  padding: 36px 32px; min-height: 360px; display: flex; flex-direction: column;
  border: 1px solid var(--line-dark); overflow: hidden;
}
.portrait .kicker { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--amber-2); font-weight: 600; }
.portrait h3 { color: #fff; margin: 16px 0 12px; font-size: 1.75rem; }
.portrait p { color: #a7b2c1; }
.portrait .ico { margin-top: auto; padding-top: 28px; }

/* feature list */
.flist { display: flex; flex-direction: column; gap: 2px; }
.flist li { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.dark .flist li { border-color: var(--line-dark); }
.flist li:last-child { border-bottom: 0; }
.flist .tick { flex: none; color: var(--amber); margin-top: 3px; }
.flist .ft { font-weight: 550; color: var(--ink); }
.dark .flist .ft { color: #fff; }
.flist .fd { font-size: .92rem; color: var(--slate); margin-top: 2px; }

/* ---------- Pill / tag / chip ---------- */
.pill {
  display: inline-flex; align-items: center; gap: .5em; font-size: .8rem; font-weight: 500;
  padding: .42em .85em; border-radius: 100px; border: 1px solid var(--line); color: var(--slate);
  background: #fff;
}
.dark .pill { border-color: var(--line-dark); color: #aab4c2; background: transparent; }
.pill .dotmark { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.tag { font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  color: var(--amber); background: var(--amber-soft); padding: .35em .7em; border-radius: var(--r-sm); }

/* ---------- Trust bar ---------- */
.trust {
  border-block: 1px solid var(--line-dark); background: var(--ink-2);
}
.trust-inner { display: flex; flex-wrap: wrap; gap: clamp(20px, 5vw, 64px); justify-content: center;
  padding-block: 26px; }
.trust-item { display: flex; align-items: center; gap: 11px; font-size: .9rem; color: #c2cbd8; font-weight: 400; }
.trust-item svg { color: var(--amber-2); flex: none; }
.trust-item strong { color: #fff; font-weight: 550; }

/* ---------- Stat ---------- */
.stat .v { font-family: var(--serif); font-weight: 600; font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1; letter-spacing: -.02em; color: var(--ink); }
.dark .stat .v { color: #fff; }
.stat .v .amber { color: var(--amber); }
.stat .l { font-size: .9rem; color: var(--slate); margin-top: 12px; max-width: 220px; }
.dark .stat .l { color: #99a4b3; }

/* ==========================================================================
   ARTIFACT MOCKUPS — the product made tangible. Pure HTML/CSS, no images.
   ========================================================================== */
.artifact {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow-lg); overflow: hidden; font-size: 14px;
  --a-line: #edeff2; --a-mut: #7a8595;
}
.artifact-bar {
  display: flex; align-items: center; gap: 8px; padding: 13px 16px;
  background: var(--paper-2); border-bottom: 1px solid var(--a-line);
}
.artifact-bar .dots { display: flex; gap: 6px; }
.artifact-bar .dots i { width: 10px; height: 10px; border-radius: 50%; background: #d7dbe2; display: block; }
.artifact-bar .ttl { font-size: .78rem; color: var(--a-mut); font-weight: 500; letter-spacing: .02em; margin-left: 4px; }
.artifact-bar .ttl b { color: var(--ink); font-weight: 600; }
.artifact-body { padding: 22px; }

.art-row { display: flex; align-items: center; justify-content: space-between; }
.art-eyebrow { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); font-weight: 700; }
.art-h { font-family: var(--serif); font-size: 1.28rem; font-weight: 600; color: var(--ink); letter-spacing: -.01em; }
.art-date { font-size: .76rem; color: var(--a-mut); font-variant-numeric: tabular-nums; }
.art-sub { font-size: .8rem; color: var(--a-mut); }

/* mini KPI tiles */
.kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.kpi { border: 1px solid var(--a-line); border-radius: 8px; padding: 13px 14px; }
.kpi .k { font-size: .68rem; color: var(--a-mut); text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.kpi .val { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--ink); margin-top: 6px; letter-spacing: -.01em; }
.kpi .delta { font-size: .74rem; font-weight: 600; margin-top: 3px; display: inline-flex; align-items: center; gap: 3px; }
.kpi .delta.up { color: var(--ok); }
.kpi .delta.down { color: var(--risk); }
.kpi .delta.flat { color: var(--warn); }

/* brief lines */
.brief-line { display: flex; gap: 12px; padding: 12px 0; border-top: 1px solid var(--a-line); }
.brief-line:first-of-type { border-top: 0; }
.brief-line .mk { width: 6px; flex: none; border-radius: 4px; margin-top: 3px; height: 34px; }
.brief-line .mk.ok { background: var(--ok); } .brief-line .mk.warn { background: var(--warn); } .brief-line .mk.risk { background: var(--risk); }
.brief-line .bt { font-weight: 600; color: var(--ink); font-size: .9rem; }
.brief-line .bd { font-size: .82rem; color: var(--a-mut); margin-top: 2px; line-height: 1.45; }
.brief-line .src { font-size: .68rem; color: var(--amber); font-weight: 600; margin-top: 4px; letter-spacing: .03em; }

/* decision log rows */
.dlog { width: 100%; border-collapse: collapse; font-size: .8rem; }
.dlog th { text-align: left; font-size: .66rem; text-transform: uppercase; letter-spacing: .07em; color: var(--a-mut);
  font-weight: 600; padding: 8px 10px; border-bottom: 1px solid var(--a-line); }
.dlog td { padding: 11px 10px; border-bottom: 1px solid var(--a-line); color: var(--ink); vertical-align: middle; }
.dlog tr:last-child td { border-bottom: 0; }
.dlog .euro { font-variant-numeric: tabular-nums; font-weight: 600; }
.st-badge { font-size: .68rem; font-weight: 600; padding: .25em .6em; border-radius: 100px; white-space: nowrap; }
.st-badge.win { background: #e7f2ee; color: var(--ok); }
.st-badge.track { background: #fbf2e2; color: var(--warn); }
.st-badge.open { background: #eef0f3; color: var(--slate); }

/* gauge */
.gauge { display: flex; align-items: center; gap: 18px; }
.gauge svg { flex: none; }
.gauge .g-info .gv { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; color: var(--ink); line-height: 1; }
.gauge .g-info .gl { font-size: .78rem; color: var(--a-mut); margin-top: 4px; }

/* bar chart */
.bars { display: flex; align-items: flex-end; gap: 9px; height: 96px; padding-top: 8px; }
.bars .bar { flex: 1; background: var(--paper-3); border-radius: 4px 4px 0 0; position: relative; }
.bars .bar.lead { background: var(--amber); }
.bars .bar span { position: absolute; bottom: -20px; left: 0; right: 0; text-align: center; font-size: .64rem; color: var(--a-mut); }

/* progress meter */
.meter { height: 7px; background: var(--paper-3); border-radius: 100px; overflow: hidden; }
.meter > i { display: block; height: 100%; background: var(--amber); border-radius: 100px; }

/* org map nodes */
.orgmap { display: flex; flex-direction: column; gap: 9px; }
.org-node { display: flex; align-items: center; gap: 11px; padding: 10px 13px; border: 1px solid var(--a-line);
  border-radius: 8px; font-size: .82rem; }
.org-node .role { font-weight: 600; color: var(--ink); }
.org-node .who { color: var(--a-mut); margin-left: auto; font-size: .76rem; }
.org-node.gap { border-style: dashed; border-color: #e3c98a; background: #fdfaf2; }
.org-node.gap .who { color: var(--warn); font-weight: 600; }

/* chat / boardroom */
.boardroom { display: flex; flex-direction: column; gap: 12px; }
.bm-msg { display: flex; gap: 11px; }
.bm-msg .av { width: 30px; height: 30px; border-radius: 7px; flex: none; display: flex; align-items: center;
  justify-content: center; font-size: .7rem; font-weight: 700; color: #fff; letter-spacing: .02em; }
.bm-msg .bubble { background: var(--paper-2); border: 1px solid var(--a-line); border-radius: 9px; padding: 10px 13px; }
.bm-msg .nm { font-size: .72rem; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
.bm-msg .tx { font-size: .82rem; color: #41495a; line-height: 1.5; }

/* ---------- Floating label accent ---------- */
.float-tag {
  position: absolute; background: #fff; border: 1px solid var(--line); border-radius: 8px;
  box-shadow: var(--shadow-md); padding: 11px 15px; font-size: .82rem; display: flex; align-items: center; gap: 10px;
}
.float-tag .ic { width: 30px; height: 30px; border-radius: 7px; background: var(--amber-soft); color: var(--amber);
  display: flex; align-items: center; justify-content: center; flex: none; }
.float-tag .ft-l { font-size: .68rem; color: var(--slate); text-transform: uppercase; letter-spacing: .05em; font-weight: 600; }
.float-tag .ft-v { font-weight: 650; color: var(--ink); font-size: .92rem; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #aab4c2; padding-top: clamp(64px, 8vw, 96px); }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px;
  border-bottom: 1px solid var(--line-dark); }
@media (max-width: 860px) { .footer-top { grid-template-columns: 1fr 1fr; gap: 36px 20px; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } }
.footer .brand { color: #fff; font-size: 1.25rem; }
.footer-blurb { margin-top: 18px; max-width: 300px; font-size: .92rem; color: #8c97a6; }
.footer-col h5 { font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; color: #6f7a8a; font-weight: 600; margin-bottom: 18px; }
.footer-col a { display: block; padding: 7px 0; font-size: .93rem; color: #aeb8c5; transition: color .2s; }
.footer-col a:hover { color: var(--amber-2); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center;
  padding: 26px 0 40px; font-size: .85rem; color: #6f7a8a; }
.footer-bottom .legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-promise { display: inline-flex; align-items: center; gap: 9px; color: #8c97a6; }
.footer-promise svg { color: var(--amber-2); }

/* ---------- Newsletter band ---------- */
.subscribe-form { display: flex; gap: 10px; max-width: 460px; }
.subscribe-form input {
  flex: 1; padding: .95em 1.1em; border: 1px solid var(--line-dark); background: var(--ink-3);
  color: #fff; border-radius: var(--r-sm); font-size: .96rem; transition: border-color .2s;
}
.subscribe-form input::placeholder { color: #6f7a8a; }
.subscribe-form input:focus { outline: none; border-color: var(--amber); }
@media (max-width: 520px) { .subscribe-form { flex-direction: column; } }

/* light variant */
.subscribe-form.light input { background: #fff; border-color: var(--line); color: var(--ink); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }
/* Fallback: if JS doesn't fire, content is still visible */
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }
.no-js .reveal { opacity: 1; transform: none; }

/* ---------- Misc helpers ---------- */
.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}
.mt-4{margin-top:2rem}.mt-5{margin-top:2.75rem}.mt-6{margin-top:3.5rem}
.mb-0{margin-bottom:0}.cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.cta-row.center{justify-content:center}
.maxw-sm{max-width:540px}.maxw-md{max-width:680px}
.rule-top{border-top:1px solid var(--line)}.dark .rule-top{border-top-color:var(--line-dark)}
.flex{display:flex}.items-center{align-items:center}.gap-2{gap:1rem}.gap-3{gap:1.5rem}
.wrap-pad{padding-block:var(--sec)}
.note{font-size:.84rem;color:var(--slate-2)}
.list-check li{position:relative;padding:9px 0 9px 30px;border-bottom:1px solid var(--line)}
.list-check li::before{content:"";position:absolute;left:2px;top:14px;width:14px;height:9px;
  border-left:2px solid var(--amber);border-bottom:2px solid var(--amber);transform:rotate(-45deg)}
.dark .list-check li{border-color:var(--line-dark)}
.list-check li:last-child{border-bottom:0}
