/* ============================================================
   NEXT STEP MARKETING — luminous / data-led
   ============================================================ */

:root {
  /* Canvas */
  --void:      #04060c;
  --base:      #070a12;
  --surface:   #0b101b;
  --surface-2: #111827;

  /* Glass */
  --glass:     rgba(255, 255, 255, 0.035);
  --glass-2:   rgba(255, 255, 255, 0.06);
  --brd:       rgba(255, 255, 255, 0.09);
  --brd-2:     rgba(255, 255, 255, 0.14);

  /* Ink */
  --ink:   #f5f3ef;
  --ink-2: rgba(245, 243, 239, 0.70);
  --ink-3: rgba(245, 243, 239, 0.45);
  --ink-4: rgba(245, 243, 239, 0.28);

  /* Brand */
  --amber:    #f5a623;
  --amber-hi: #ffc25c;
  --azure:    #4a90c4;
  --azure-hi: #74b8ea;
  --cyan:     #38bdf8;

  --r-sm: 10px;
  --r:    16px;
  --r-lg: 24px;
  --r-xl: 32px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);

  --maxw: 1240px;
  --pad: clamp(20px, 5vw, 48px);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

body {
  margin: 0;
  background: var(--base);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
::selection { background: rgba(245, 166, 35, 0.28); color: #fff; }

:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--void); }
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  border: 2px solid var(--void);
}
::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.2); }
::-webkit-scrollbar-corner { background: transparent; }

/* ---------- Type ---------- */
h1, h2, h3, h4 {
  font-family: 'Sora', 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
}
.serif {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.grad {
  background: linear-gradient(105deg, var(--amber-hi) 0%, var(--amber) 40%, var(--azure-hi) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--pad);
}
section { position: relative; }
/* Vertical rhythm: adjacent sections both apply this, so keep the cap modest —
   two stacked 160px paddings read as dead space rather than generosity. */
.sec-pad { padding-block: clamp(64px, 7.5vw, 112px); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
}
.eyebrow::before {
  content: '';
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--amber));
}

.sec-head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 72px); }
.sec-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  margin-top: 18px;
}
.sec-head p {
  color: var(--ink-2);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  margin: 20px 0 0;
  max-width: 58ch;
}

/* ============================================================
   Ambient background
   ============================================================ */
.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
  will-change: transform;
}
.orb-1 {
  width: 46vw; height: 46vw;
  top: -14vw; left: -8vw;
  background: radial-gradient(circle, rgba(245,166,35,0.42), transparent 68%);
  animation: drift1 26s var(--ease-io) infinite alternate;
}
.orb-2 {
  width: 42vw; height: 42vw;
  top: 4vw; right: -12vw;
  background: radial-gradient(circle, rgba(74,144,196,0.46), transparent 68%);
  animation: drift2 32s var(--ease-io) infinite alternate;
}
.orb-3 {
  width: 34vw; height: 34vw;
  top: 52vh; left: 32%;
  background: radial-gradient(circle, rgba(56,189,248,0.20), transparent 70%);
  animation: drift3 38s var(--ease-io) infinite alternate;
}
@keyframes drift1 { to { transform: translate3d(8vw, 6vh, 0) scale(1.15); } }
@keyframes drift2 { to { transform: translate3d(-7vw, 9vh, 0) scale(0.9); } }
@keyframes drift3 { to { transform: translate3d(5vw, -8vh, 0) scale(1.2); } }

/* Fine grid */
.grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 100% 65% at 50% 30%, #000 35%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 100% 65% at 50% 30%, #000 35%, transparent 78%);
}

/* Grain */
.grain {
  position: fixed;
  inset: -50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  animation: grain 8s steps(6) infinite;
}
@keyframes grain {
  0%,100% { transform: translate(0,0); }
  20% { transform: translate(-3%, 2%); }
  40% { transform: translate(2%, -3%); }
  60% { transform: translate(-2%, -2%); }
  80% { transform: translate(3%, 3%); }
}

main, .site-header, .site-footer { position: relative; z-index: 2; }

/* ============================================================
   Nav
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease), backdrop-filter 0.4s var(--ease);
}
.site-header.scrolled {
  background: rgba(7, 10, 18, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--brd);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 82px;
  transition: height 0.4s var(--ease);
}
.site-header.scrolled .nav { height: 68px; }
.nav-logo img {
  height: 34px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.96;
  transition: opacity 0.3s;
}
.nav-logo:hover img { opacity: 1; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  position: relative;
  padding: 9px 16px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-2);
  border-radius: 999px;
  transition: color 0.25s, background 0.25s;
}
.nav-links a:hover { color: var(--ink); background: var(--glass); }

.nav-links a.nav-cta, .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  color: #0a0d16;
  background: linear-gradient(135deg, var(--amber-hi), var(--amber));
  box-shadow: 0 4px 20px rgba(245, 166, 35, 0.32);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  white-space: nowrap;
}
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(245, 166, 35, 0.48);
}

.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 10px; }
.nav-toggle span {
  display: block;
  width: 19px; height: 1.5px;
  margin: 4.5px auto;
  background: var(--ink);
  transition: all 0.3s var(--ease);
}
.nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 880px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 82px 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 20px var(--pad) 32px;
    background: rgba(7, 10, 18, 0.96);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--brd);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* Transition ONLY the continuous properties. Including `visibility` in a
       `transition: all` makes it a discrete transition, which can leave the menu
       stuck hidden. Visibility must flip instantly. */
    transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
  }
  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-links a { padding: 14px 12px; font-size: 16px; }
  .nav-links .nav-cta { justify-content: center; margin-top: 12px; color: #0a0d16; }
}

/* ============================================================
   Hero
   ============================================================ */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 48px;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(32px, 4vw, 60px);
  align-items: center;
  width: 100%;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 12px;
  border: 1px solid var(--brd);
  background: var(--glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 0 rgba(245, 166, 35, 0.7);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(245,166,35,0.6); }
  70%  { box-shadow: 0 0 0 9px rgba(245,166,35,0); }
  100% { box-shadow: 0 0 0 0 rgba(245,166,35,0); }
}

.hero h1 {
  font-size: clamp(2.3rem, 4.4vw, 3.7rem);
  margin: 20px 0 0;
}
.hero h1 .serif { font-size: 1.06em; }
.hero-sub {
  color: var(--ink-2);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  max-width: 46ch;
  margin: 22px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s, border-color 0.3s;
  white-space: nowrap;
}
.btn svg { width: 15px; height: 15px; transition: transform 0.3s var(--ease); }
.btn-primary {
  color: #0a0d16;
  background: linear-gradient(135deg, var(--amber-hi), var(--amber));
  box-shadow: 0 6px 26px rgba(245, 166, 35, 0.34);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 38px rgba(245, 166, 35, 0.5);
}
.btn-primary:hover svg { transform: translateX(4px); }
.btn-ghost {
  color: var(--ink);
  border: 1px solid var(--brd-2);
  background: var(--glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.btn-ghost:hover {
  border-color: rgba(255,255,255,0.3);
  background: var(--glass-2);
  transform: translateY(-3px);
}
.btn-ghost:hover svg { transform: translateX(4px); }

/* Hero stats */
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3.4vw, 46px);
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid var(--brd);
}
.hstat-num {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ink);
}
.hstat-num .u { color: var(--amber); }
.hstat-lbl {
  margin-top: 8px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ---------- Hero dashboard ---------- */
.viz-wrap { perspective: 1400px; }
.viz {
  position: relative;
  border: 1px solid var(--brd);
  border-radius: var(--r-lg);
  background: linear-gradient(155deg, rgba(255,255,255,0.075), rgba(255,255,255,0.02) 46%, rgba(255,255,255,0.045));
  backdrop-filter: blur(26px) saturate(160%);
  -webkit-backdrop-filter: blur(26px) saturate(160%);
  box-shadow:
    0 40px 90px -30px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 1px 0 rgba(255, 255, 255, 0.1) inset;
  padding: 22px;
  transform-style: preserve-3d;
  transition: transform 0.5s var(--ease);
  animation: float 7s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
.viz::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(140deg, rgba(245,166,35,0.5), transparent 38%, transparent 62%, rgba(74,144,196,0.45));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.viz-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}
.viz-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.viz-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid rgba(52, 211, 153, 0.28);
  background: rgba(52, 211, 153, 0.09);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6ee7b7;
}
.viz-live i {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #34d399;
  animation: pulse-g 2s infinite;
}
@keyframes pulse-g {
  0%,100% { opacity: 1; }
  50%     { opacity: 0.25; }
}

.viz-figure {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 14px 0 2px;
}
.viz-big {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.1rem, 3.6vw, 2.9rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}
.viz-delta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.12);
  color: #6ee7b7;
  font-size: 11.5px;
  font-weight: 600;
}
.viz-cap {
  font-size: 11.5px;
  color: var(--ink-4);
  margin-bottom: 14px;
}

.chart { position: relative; width: 100%; height: 168px; }
.chart svg { width: 100%; height: 100%; overflow: visible; }
.chart-line {
  fill: none;
  stroke: url(#lineGrad);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(245, 166, 35, 0.55));
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.chart.in .chart-line { animation: draw 2s var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.chart-area { fill: url(#areaGrad); opacity: 0; }
.chart.in .chart-area { animation: fadeArea 1.4s 0.7s var(--ease) forwards; }
@keyframes fadeArea { to { opacity: 1; } }
.chart-dot {
  fill: var(--amber);
  stroke: var(--base);
  stroke-width: 2.5;
  opacity: 0;
}
.chart.in .chart-dot { animation: popDot 0.5s 1.8s var(--ease) forwards; }
@keyframes popDot { to { opacity: 1; } }
.chart-pulse {
  fill: none;
  stroke: var(--amber);
  stroke-width: 2;
  opacity: 0;
  transform-origin: center;
}
.chart.in .chart-pulse { animation: ripple 2.4s 2.1s ease-out infinite; }
@keyframes ripple {
  0%   { r: 5; opacity: 0.75; }
  100% { r: 20; opacity: 0; }
}
.chart-grid line { stroke: rgba(255,255,255,0.05); stroke-width: 1; }

.viz-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 18px;
}
.tile {
  padding: 13px 12px;
  border-radius: var(--r-sm);
  border: 1px solid var(--brd);
  background: rgba(255,255,255,0.028);
}
.tile-v {
  font-family: 'Sora', sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.tile-l {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--ink-4);
  margin-top: 5px;
}

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 52px; }
  .hero { padding-top: 128px; min-height: auto; }
  .viz { animation: none; }
}
@media (max-width: 480px) {
  /* Three tiles across a phone is tight — shrink rather than let labels wrap badly */
  .viz { padding: 16px; }
  .viz-tiles { gap: 7px; }
  .tile { padding: 10px 9px; }
  .tile-v { font-size: 0.88rem; letter-spacing: -0.02em; }
  .tile-l { font-size: 8.5px; letter-spacing: 0.07em; margin-top: 4px; }
  .chart { height: 140px; }
}

/* ============================================================
   Marquee
   ============================================================ */
.clients { padding-block: clamp(48px, 7vw, 80px); }
.clients-lbl {
  text-align: center;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-4);
  margin-bottom: 34px;
}
.marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: clamp(48px, 7vw, 90px);
  width: max-content;
  animation: scroll 38s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scroll { to { transform: translateX(-50%); } }
.marquee img {
  height: clamp(26px, 3.2vw, 38px);
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  /* These are prestige logos — keep them legible. Touch devices get no hover,
     so the resting state has to carry it. */
  opacity: 0.62;
  transition: opacity 0.35s var(--ease), filter 0.35s var(--ease);
}
.marquee img:hover { opacity: 1; }

/* ============================================================
   Stat band
   ============================================================ */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.stat-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3.6vw, 44px);
  border: 1px solid var(--brd);
  border-radius: var(--r-lg);
  background: linear-gradient(160deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 0.45s var(--ease), border-color 0.45s;
}
.stat-card:hover { transform: translateY(-6px); border-color: var(--brd-2); }
.stat-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
  opacity: 0.5;
}
.stat-num {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}
.stat-num .u { color: var(--amber); }
.stat-lbl {
  margin-top: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.stat-desc {
  margin-top: 12px;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.6;
}
@media (max-width: 820px) { .stats-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Services
   ============================================================ */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}
.tier {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--brd);
  border-radius: var(--r-lg);
  background: linear-gradient(165deg, rgba(255,255,255,0.05), rgba(255,255,255,0.014));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
  transition: transform 0.45s var(--ease), border-color 0.45s;
}
.tier:hover { transform: translateY(-8px); border-color: var(--brd-2); }
/* mouse spotlight */
.tier::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(245,166,35,0.11), transparent 62%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.tier:hover::before { opacity: 1; }

.tier-featured {
  border-color: rgba(245, 166, 35, 0.34);
  background: linear-gradient(165deg, rgba(245,166,35,0.10), rgba(255,255,255,0.02) 52%);
  box-shadow: 0 24px 70px -28px rgba(245, 166, 35, 0.4);
}
.tier-flag {
  position: absolute;
  top: 18px; right: 18px;
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber-hi), var(--amber));
  color: #0a0d16;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tier-lvl {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--amber);
}
.tier h3 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  margin: 14px 0 0;
  letter-spacing: -0.03em;
}
.tier-desc {
  color: var(--ink-2);
  font-size: 14.5px;
  margin: 14px 0 0;
  line-height: 1.65;
}
.tier-list {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.tier-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
}
.tier-list svg {
  flex: none;
  width: 16px; height: 16px;
  margin-top: 2px;
  color: var(--amber);
}
.tier-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  border: 1px solid var(--brd-2);
  background: var(--glass);
  transition: all 0.3s var(--ease);
}
.tier-cta:hover { background: var(--glass-2); border-color: rgba(255,255,255,0.3); }
.tier-cta svg { width: 14px; height: 14px; transition: transform 0.3s var(--ease); }
.tier-cta:hover svg { transform: translateX(4px); }
.tier-featured .tier-cta {
  color: #0a0d16;
  border-color: transparent;
  background: linear-gradient(135deg, var(--amber-hi), var(--amber));
  box-shadow: 0 6px 22px rgba(245,166,35,0.32);
}
.tier-featured .tier-cta:hover { box-shadow: 0 10px 32px rgba(245,166,35,0.46); }

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

/* ============================================================
   Testimonials
   ============================================================ */
.t-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.t-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--brd);
  border-radius: var(--r-lg);
  background: linear-gradient(165deg, rgba(255,255,255,0.05), rgba(255,255,255,0.014));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
  transition: transform 0.45s var(--ease), border-color 0.45s;
}
.t-card:hover { transform: translateY(-6px); border-color: var(--brd-2); }
.t-card::before {
  content: '"';
  position: absolute;
  top: -22px; right: 16px;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 150px;
  line-height: 1;
  color: rgba(245, 166, 35, 0.09);
  pointer-events: none;
}
.t-brand {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 16px;
}
.t-quote {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.45;
  margin: 0;
}
.t-body {
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 16px 0 0;
  flex: 1;
}
.t-foot {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--brd);
}
.t-av {
  flex: none;
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #0a0d16;
  background: linear-gradient(135deg, var(--amber-hi), var(--amber));
}
.t-name { font-size: 14px; font-weight: 600; }
.t-role { font-size: 12.5px; color: var(--ink-3); margin-top: 2px; }
@media (max-width: 860px) { .t-grid { grid-template-columns: 1fr; } }

/* ============================================================
   About
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}
.about-copy p {
  color: var(--ink-2);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.75;
  margin: 22px 0 0;
}
.about-copy p:first-of-type { margin-top: 26px; }
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid var(--brd);
  border-radius: 999px;
  background: var(--glass);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.chip svg { width: 13px; height: 13px; color: var(--amber); }

.about-panel {
  position: relative;
  padding: clamp(28px, 3.4vw, 42px);
  border: 1px solid var(--brd);
  border-radius: var(--r-lg);
  background: linear-gradient(160deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.step {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--brd);
}
.step:last-child { border-bottom: none; padding-bottom: 0; }
.step:first-child { padding-top: 0; }
.step-n {
  flex: none;
  width: 36px; height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--amber);
  border: 1px solid rgba(245,166,35,0.28);
  background: rgba(245,166,35,0.08);
}
.step h4 { font-size: 15.5px; letter-spacing: -0.02em; }
.step p { margin: 7px 0 0; font-size: 13.5px; color: var(--ink-3); line-height: 1.6; }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Contact
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.form-panel {
  padding: clamp(26px, 3.4vw, 44px);
  border: 1px solid var(--brd);
  border-radius: var(--r-lg);
  background: linear-gradient(160deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 30px 80px -34px rgba(0,0,0,0.8);
}
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.f { margin-bottom: 18px; }
.f label {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 9px;
}
.f input, .f select, .f textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--brd);
  border-radius: var(--r-sm);
  background: rgba(255,255,255,0.03);
  color: var(--ink);
  font-size: 14.5px;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}
.f input::placeholder, .f textarea::placeholder { color: var(--ink-4); }
.f input:focus, .f select:focus, .f textarea:focus {
  outline: none;
  border-color: rgba(245,166,35,0.55);
  background: rgba(255,255,255,0.055);
  box-shadow: 0 0 0 3px rgba(245,166,35,0.12);
}
.f textarea { resize: vertical; min-height: 128px; }
.f select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23807d78' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
.f select option { background: var(--surface-2); color: var(--ink); }
.form-panel .btn-primary { width: 100%; margin-top: 6px; }

.contact-side h2 { font-size: clamp(2rem, 4vw, 3rem); margin-top: 18px; }
.contact-side > p {
  color: var(--ink-2);
  font-size: 1.05rem;
  margin: 22px 0 0;
}
.c-links { margin-top: 36px; display: flex; flex-direction: column; gap: 12px; }
.c-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--brd);
  border-radius: var(--r);
  background: var(--glass);
  transition: all 0.3s var(--ease);
}
.c-link:hover { border-color: var(--brd-2); background: var(--glass-2); transform: translateX(4px); }
.c-ico {
  flex: none;
  width: 40px; height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245,166,35,0.26);
  background: rgba(245,166,35,0.09);
  color: var(--amber);
}
.c-ico svg { width: 17px; height: 17px; }
.c-k { font-size: 10.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); }
.c-v { font-size: 14.5px; font-weight: 500; margin-top: 3px; }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .f-row { grid-template-columns: 1fr; gap: 0; }
}

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  border-top: 1px solid var(--brd);
  padding-block: 56px 40px;
  margin-top: clamp(60px, 9vw, 110px);
}
.foot-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--brd);
}
.foot-logo img { height: 32px; filter: brightness(0) invert(1); opacity: 0.9; }
.foot-tag { color: var(--ink-3); font-size: 14px; margin-top: 16px; max-width: 34ch; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 28px; }
.foot-nav a { font-size: 13.5px; color: var(--ink-2); transition: color 0.25s; }
.foot-nav a:hover { color: var(--amber); }
.foot-bot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 26px;
  font-size: 12.5px;
  color: var(--ink-4);
}

/* ============================================================
   Reveal
   ============================================================ */
.rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
}
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: 0.08s; }
.rv-d2 { transition-delay: 0.16s; }
.rv-d3 { transition-delay: 0.24s; }

/* ============================================================
   Thank you page
   ============================================================ */
.ty {
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 120px var(--pad) 80px;
}
.ty-ico {
  width: 74px; height: 74px;
  margin: 0 auto 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--amber);
  border: 1px solid rgba(245,166,35,0.3);
  background: rgba(245,166,35,0.1);
  box-shadow: 0 0 44px rgba(245,166,35,0.22);
}
.ty-ico svg { width: 30px; height: 30px; }
.ty h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
.ty p { color: var(--ink-2); font-size: 1.08rem; margin: 20px auto 36px; max-width: 46ch; }

/* ============================================================
   Landing pages
   ============================================================ */
/* padding-BLOCK only: a `padding` shorthand here wipes the inline padding
   .wrap supplies, pinning hero content to the screen edge on mobile. */
.lp-hero { padding-block: 150px clamp(48px, 6vw, 76px); }
.lp-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 4.5vw, 64px);
  align-items: center;
}
.lp-hero h1 {
  font-size: clamp(2.2rem, 4.3vw, 3.6rem);
  margin: 20px 0 0;
}
.lp-hero .lead {
  color: var(--ink-2);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  max-width: 48ch;
  margin: 22px 0 0;
}
.lp-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.lp-facts {
  display: flex; flex-wrap: wrap;
  gap: clamp(18px, 3vw, 40px);
  margin-top: 34px; padding-top: 26px;
  border-top: 1px solid var(--brd);
}
@media (max-width: 940px) { .lp-hero-grid { grid-template-columns: 1fr; } .lp-hero { padding-top: 128px; } }

/* Price card */
.price-card {
  position: relative;
  padding: clamp(26px, 3.2vw, 38px);
  border: 1px solid rgba(245,166,35,0.3);
  border-radius: var(--r-lg);
  background: linear-gradient(160deg, rgba(245,166,35,0.10), rgba(255,255,255,0.02) 55%);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 34px 80px -32px rgba(245,166,35,0.42);
}
.price-eyebrow {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--amber);
}
.price-main { display: flex; align-items: baseline; gap: 10px; margin-top: 14px; }
.price-num {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.6rem, 5vw, 3.5rem);
  font-weight: 600; letter-spacing: -0.05em; line-height: 1;
}
.price-unit { font-size: 13px; color: var(--ink-3); }
.price-then {
  margin-top: 14px; padding-top: 16px;
  border-top: 1px solid var(--brd);
  display: flex; align-items: baseline; gap: 9px;
}
.price-then b { font-family: 'Sora', sans-serif; font-size: 1.5rem; font-weight: 600; letter-spacing: -0.03em; }
.price-then span { font-size: 13px; color: var(--ink-3); }
.price-list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.price-list li { display: flex; gap: 10px; font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.price-list svg { flex: none; width: 15px; height: 15px; margin-top: 3px; color: var(--amber); }
.price-note { margin-top: 18px; font-size: 12.5px; color: var(--ink-4); line-height: 1.6; }

/* Feature grid */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.feat {
  position: relative; overflow: hidden;
  padding: clamp(24px, 2.8vw, 32px);
  border: 1px solid var(--brd);
  border-radius: var(--r-lg);
  background: linear-gradient(165deg, rgba(255,255,255,0.05), rgba(255,255,255,0.014));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.45s var(--ease), border-color 0.45s;
}
.feat:hover { transform: translateY(-6px); border-color: var(--brd-2); }
.feat::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(360px circle at var(--mx,50%) var(--my,0%), rgba(245,166,35,0.10), transparent 60%);
  opacity: 0; transition: opacity 0.4s; pointer-events: none;
}
.feat:hover::before { opacity: 1; }
.feat-ico {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; margin-bottom: 16px;
  border: 1px solid rgba(245,166,35,0.26);
  background: rgba(245,166,35,0.09);
  color: var(--amber);
}
.feat-ico svg { width: 20px; height: 20px; }
.feat h3 { font-size: 1.08rem; letter-spacing: -0.02em; }
.feat p { margin: 10px 0 0; font-size: 14px; color: var(--ink-2); line-height: 1.65; }

/* Audience chips */
.aud-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.aud {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 20px;
  border: 1px solid var(--brd);
  border-radius: 999px;
  background: var(--glass);
  font-size: 14px; color: var(--ink-2);
  transition: border-color 0.3s, background 0.3s, transform 0.3s var(--ease);
}
.aud:hover { border-color: rgba(245,166,35,0.4); background: rgba(245,166,35,0.07); transform: translateY(-2px); }

/* Process rail */
.rail { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.rail-item {
  position: relative;
  padding: 26px 22px;
  border: 1px solid var(--brd);
  border-radius: var(--r);
  background: linear-gradient(165deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012));
}
.rail-n {
  width: 34px; height: 34px; border-radius: 10px;
  display: grid; place-items: center; margin-bottom: 14px;
  font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600;
  color: #0a0d16; background: linear-gradient(135deg, var(--amber-hi), var(--amber));
}
.rail-item h4 { font-size: 15px; letter-spacing: -0.02em; }
.rail-item p { margin: 8px 0 0; font-size: 13.5px; color: var(--ink-3); line-height: 1.6; }

/* Final CTA band */
.cta-band {
  position: relative; overflow: hidden;
  padding: clamp(40px, 5.5vw, 68px);
  border: 1px solid rgba(245,166,35,0.24);
  border-radius: var(--r-xl);
  background: linear-gradient(150deg, rgba(245,166,35,0.13), rgba(74,144,196,0.09) 60%, rgba(255,255,255,0.02));
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  text-align: center;
}
.cta-band h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
.cta-band p { color: var(--ink-2); margin: 18px auto 30px; max-width: 52ch; font-size: 1.03rem; }
.cta-band .lp-actions { justify-content: center; }

/* Page nav active state */
.nav-links a.is-active { color: var(--ink); background: var(--glass-2); }

/* ============================================================
   Fixes
   ============================================================ */

/* Nav CTA: `.nav-links a` (0,1,1) outranks `.nav-cta` (0,1,0), so the dark
   label colour was being overridden by --ink-2 and rendering low-contrast
   pale text on amber. Scope it so the dark text always wins. */
.nav-links a.nav-cta { color: #0a0d16; }
.nav-links a.nav-cta:hover { color: #0a0d16; }

/* Legal pages: the header is fixed, so these need top clearance or the
   heading slides under the logo. */
.legal { padding-block: 150px clamp(56px, 7vw, 96px); }
.legal .wrap { max-width: 760px; }
.legal h1 { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: 10px; }
.legal .updated { color: var(--ink-4); font-size: 13px; margin: 0 0 44px; }
.legal h2 { font-size: 1.2rem; margin: 42px 0 0; letter-spacing: -0.02em; }
.legal p, .legal li { color: var(--ink-2); font-size: 15.5px; line-height: 1.75; }
.legal p { margin: 14px 0 0; }
.legal ul { margin: 14px 0 0; padding-left: 20px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--amber); }
.legal strong { color: var(--ink); font-weight: 600; }

/* Audience list: replaces the emoji pill grid with a single flowing
   typographic run inside one panel. Same glass language as the rest of the
   site, but reads as a considered set rather than a row of generated chips. */
.aud-grid {
  display: block;
  padding: clamp(28px, 3.4vw, 46px);
  border: 1px solid var(--brd);
  border-radius: var(--r-lg);
  background: linear-gradient(160deg, rgba(255,255,255,0.05), rgba(255,255,255,0.014));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.08rem, 1.9vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.85;
  color: var(--ink-2);
}
.aud {
  /* inline-block + nowrap so a trade never splits across two lines */
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-size: inherit;
  color: inherit;
  transition: color 0.25s var(--ease);
}
.aud:hover { color: var(--ink); transform: none; background: none; }
.aud:not(:last-child)::after {
  content: '·';
  color: var(--amber);
  margin: 0 0.5em;
  font-weight: 700;
}

/* ============================================================
   Email capture popup
   ============================================================ */
.kp-scrim {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(4, 6, 12, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}
.kp-scrim.show { opacity: 1; }

.kp {
  position: fixed; z-index: 201;
  left: 50%; top: 50%;
  transform: translate(-50%, -46%);
  width: min(460px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: clamp(26px, 3.4vw, 38px);
  border: 1px solid var(--brd-2);
  border-radius: var(--r-lg);
  background: linear-gradient(158deg, rgba(28,32,46,0.98), rgba(11,16,27,0.99));
  box-shadow: 0 40px 90px -28px rgba(0,0,0,0.9), 0 0 0 1px rgba(255,255,255,0.04) inset;
  opacity: 0;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.kp.show { opacity: 1; transform: translate(-50%, -50%); }
.kp::before {
  content: '';
  /* inset must be 0, not -1px: inside a scroll container any negative inset
     overflows the box and spawns scrollbars. */
  position: absolute; inset: 0;
  border-radius: inherit; padding: 1px;
  background: linear-gradient(140deg, rgba(245,166,35,0.5), transparent 42%, transparent 58%, rgba(74,144,196,0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
}

.kp-close {
  position: absolute; top: 12px; right: 12px;
  width: 32px; height: 32px; display: grid; place-items: center;
  border-radius: 50%; color: var(--ink-3);
  transition: color 0.2s, background 0.2s;
}
.kp-close:hover { color: var(--ink); background: rgba(255,255,255,0.07); }
.kp-close svg { width: 15px; height: 15px; }

.kp-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--amber);
}
.kp h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  letter-spacing: -0.03em; line-height: 1.12; margin: 14px 0 0;
}
.kp-sub { color: var(--ink-2); font-size: 14.5px; line-height: 1.6; margin: 14px 0 0; }

.kp-form { margin-top: 22px; }
.kp-field {
  display: flex; gap: 8px; align-items: stretch;
}
.kp-field input {
  flex: 1; min-width: 0;
  padding: 13px 15px;
  border: 1.5px solid var(--brd-2);
  border-radius: var(--r-sm);
  background: rgba(255,255,255,0.04);
  color: var(--ink); font-size: 14.5px;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.kp-field input::placeholder { color: var(--ink-4); }
.kp-field input:focus {
  outline: none; border-color: rgba(245,166,35,0.6);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 0 0 3px rgba(245,166,35,0.12);
}
.kp-field button {
  flex: none; padding: 13px 22px; border-radius: var(--r-sm);
  font-size: 14.5px; font-weight: 600; color: #0a0d16;
  background: linear-gradient(135deg, var(--amber-hi), var(--amber));
  transition: filter 0.2s;
}
.kp-field button:hover { filter: brightness(1.06); }
.kp-field button:disabled { opacity: 0.6; cursor: not-allowed; }

.kp-note { margin-top: 13px; font-size: 11.5px; color: var(--ink-4); line-height: 1.55; }
.kp-note a { color: var(--ink-3); text-decoration: underline; text-underline-offset: 2px; }
.kp-err { margin-top: 11px; font-size: 12.5px; color: #ff9a9a; display: none; }
.kp-err.show { display: block; }

/* success state */
.kp-done { display: none; text-align: center; padding: 6px 0 2px; }
.kp.is-done .kp-body { display: none; }
.kp.is-done .kp-done { display: block; }
.kp-done-ic {
  width: 52px; height: 52px; margin: 0 auto 18px;
  border-radius: 50%; display: grid; place-items: center;
  color: var(--amber);
  border: 1px solid rgba(245,166,35,0.32);
  background: rgba(245,166,35,0.1);
}
.kp-done-ic svg { width: 22px; height: 22px; }
.kp-done h2 { margin: 0; }
.kp-done p { color: var(--ink-2); font-size: 14.5px; margin: 12px 0 0; line-height: 1.6; }

@media (max-width: 460px) {
  .kp-field { flex-direction: column; }
  .kp-field button { width: 100%; }
}

/* ---------- Footer signup ---------- */
.foot-top { align-items: flex-start; gap: 40px; }
.foot-sub { flex: 1 1 280px; max-width: 360px; min-width: 240px; }
.foot-sub-lbl {
  font-size: 13.5px; font-weight: 600; color: var(--ink);
  margin: 0 0 12px; letter-spacing: -0.01em;
}
.foot-sub-form { display: flex; gap: 8px; }
.foot-sub-form input {
  flex: 1; min-width: 0;
  padding: 11px 13px;
  border: 1px solid var(--brd);
  border-radius: var(--r-sm);
  background: rgba(255,255,255,0.04);
  color: var(--ink); font-size: 14px;
  transition: border-color 0.2s, background 0.2s;
}
.foot-sub-form input::placeholder { color: var(--ink-4); }
.foot-sub-form input:focus {
  outline: none; border-color: rgba(245,166,35,0.55);
  background: rgba(255,255,255,0.06);
}
.foot-sub-form button {
  flex: none; padding: 11px 18px; border-radius: var(--r-sm);
  font-size: 14px; font-weight: 600; color: #0a0d16;
  background: linear-gradient(135deg, var(--amber-hi), var(--amber));
  transition: filter 0.2s;
}
.foot-sub-form button:hover { filter: brightness(1.06); }
.foot-sub-form button:disabled { opacity: 0.6; cursor: not-allowed; }
.foot-sub-note { font-size: 11.5px; color: var(--ink-4); margin: 10px 0 0; line-height: 1.5; }
.foot-sub-msg { font-size: 12.5px; margin: 10px 0 0; line-height: 1.5; display: none; }
.foot-sub-msg.show { display: block; }
.foot-sub-msg.ok { color: #7fd6a8; }
.foot-sub-msg.err { color: #ff9a9a; }

@media (max-width: 900px) {
  .foot-sub { max-width: none; flex-basis: 100%; }
}
@media (max-width: 420px) {
  .foot-sub-form { flex-direction: column; }
  .foot-sub-form button { width: 100%; }
}
