:root {
  /* ============================================================
     ANNOYED EDITOR - DESIGN TOKENS
     ============================================================ */
  --ae-bg:            #08080A;
  --ae-bg-elev-1:     #101013;
  --ae-bg-elev-2:     #16161A;
  --ae-bg-elev-3:     #1D1D22;
  --ae-bg-inset:      #050506;

  --ae-red:           #FF2A2A;
  --ae-red-bright:    #FF4242;
  --ae-red-deep:      #C20E0E;
  --ae-red-ink:       #FFFFFF;
  --ae-red-soft:      rgba(255, 42, 42, 0.12);
  --ae-red-line:      rgba(255, 42, 42, 0.40);

  --ae-purple:        #9A7DFF;
  --ae-purple-deep:   #5A38C9;
  --ae-purple-soft:   rgba(154, 125, 255, 0.14);
  --ae-purple-line:   rgba(154, 125, 255, 0.38);

  --ae-text:          #FFFFFF;
  --ae-text-strong:   #FFFFFF;
  --ae-text-muted:    #B7B7BE;
  --ae-text-faint:    #9A9AA2;
  --ae-text-dim:      #5C5C64;
  --ae-text-on-red:   #FFFFFF;

  --ae-line:          rgba(255, 255, 255, 0.08);
  --ae-line-soft:     rgba(255, 255, 255, 0.06);
  --ae-line-strong:   rgba(255, 255, 255, 0.14);
  --ae-line-focus:    var(--ae-red);

  --space-0:   0;
  --space-1:   4px;
  --space-2:   8px;
  --space-3:   12px;
  --space-4:   16px;
  --space-5:   24px;
  --space-6:   32px;
  --space-7:   48px;
  --space-8:   64px;
  --space-9:   96px;
  --space-10:  128px;
  --space-11:  160px;

  --radius-xs:  3px;
  --radius-sm:  6px;
  --radius-md:  10px;
  --radius-lg:  16px;
  --radius-xl:  22px;
  --radius-pill: 999px;

  --container:      1200px;
  --container-narrow: 760px;
  --gutter:         clamp(20px, 5vw, 48px);

  --font-display: "Archivo", "Arial Narrow", system-ui, sans-serif;
  --font-condensed: "Anton", "Archivo Narrow", "Arial Narrow", "Archivo", system-ui, sans-serif;
  --font-label:   "Bebas Neue", "Archivo", system-ui, sans-serif;
  --font-body:    "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --fs-display-xl: clamp(2.25rem, 1rem + 4vw, 4.5rem);
  --fs-display-lg: clamp(2.2rem, 1.1rem + 5.4vw, 4.5rem);
  --fs-display-md: clamp(2rem, 1.3rem + 3.4vw, 3.25rem);
  --fs-display-sm: clamp(1.6rem, 1.2rem + 2vw, 2.25rem);
  --fs-h-xs:       clamp(1.25rem, 1.05rem + 0.9vw, 1.5rem);
  --fs-lead:       clamp(1.0625rem, 1rem + 0.5vw, 1.25rem);
  --fs-body:       clamp(1rem, 0.97rem + 0.18vw, 1.125rem);
  --fs-body-sm:    0.9375rem;
  --fs-meta:       0.8125rem;
  --fs-label:      0.75rem;
  --fs-label-lg:   0.9375rem;

  --lh-display:  0.88;
  --lh-tight:    1.05;
  --lh-snug:     1.25;
  --lh-body:     1.6;
  --track-tight: -0.02em;
  --track-label: 0.18em;
  --track-badge: 0.06em;

  --fw-regular:  400;
  --fw-medium:   500;
  --fw-semibold: 600;
  --fw-bold:     700;
  --fw-black:    900;

  --shadow-sm:  0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md:  0 8px 24px rgba(0, 0, 0, 0.45);
  --shadow-lg:  0 24px 60px rgba(0, 0, 0, 0.55);
  --shadow-card-hover: 0 18px 48px rgba(0, 0, 0, 0.55);

  --glow-red-sm:  0 0 0 1px var(--ae-red-line), 0 8px 28px rgba(255, 42, 42, 0.22);
  --glow-red-md:  0 0 0 1px var(--ae-red-line), 0 4px 16px rgba(255, 42, 42, 0.18), 0 16px 48px rgba(255, 42, 42, 0.12);
  --glow-red-lg:  0 0 0 1px var(--ae-red-line), 0 6px 22px rgba(255, 42, 42, 0.22), 0 22px 70px rgba(255, 42, 42, 0.16);
  --glow-red-ring: 0 0 0 1px var(--ae-red-line), 0 2px 10px rgba(255, 42, 42, 0.16);
  --glow-purple:  0 0 48px rgba(154, 125, 255, 0.28);

  --ease-out:   cubic-bezier(0.16, 1, 0.3, 1);
  --ease-snap:  cubic-bezier(0.22, 1.2, 0.36, 1);
  --dur-fast:   140ms;
  --dur-base:   240ms;
  --dur-slow:   520ms;

  --z-grain: 1;
  --z-base: 1;
  --z-nav: 100;
  --z-overlay: 200;

  color-scheme: dark;
}

/* ============================================================
   MODERN RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 76px; }
html:focus-within { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  background: var(--ae-bg);
  color: var(--ae-text);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: var(--fw-regular);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, picture, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: none; cursor: pointer; }
ul, ol { list-style: none; padding: 0; }
a { color: inherit; text-decoration: none; }
p, li { text-wrap: pretty; }
p { color: var(--ae-text-muted); }

::selection { background: var(--ae-red-deep); color: var(--ae-red-ink); }

/* ============================================================
   BASE TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  color: var(--ae-text);
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  line-height: var(--lh-tight);
  letter-spacing: var(--track-tight);
  text-wrap: balance;
}

.display-xl, h1.display {
  font-family: var(--font-condensed);
  font-size: var(--fs-display-xl);
  line-height: var(--lh-display);
  letter-spacing: 0.005em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.display-lg, h2.display {
  font-family: var(--font-condensed);
  font-size: var(--fs-display-lg);
  line-height: var(--lh-display);
  letter-spacing: 0.005em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.display-md           { font-size: var(--fs-display-md); line-height: var(--lh-tight); text-transform: uppercase; }
.display-sm           { font-size: var(--fs-display-sm); line-height: var(--lh-snug); }

.lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-snug);
  color: var(--ae-text-muted);
  font-weight: var(--fw-regular);
}

.text-muted  { color: var(--ae-text-muted); }
.text-faint  { color: var(--ae-text-faint); }
.text-red    { color: var(--ae-red); }
.text-purple { color: var(--ae-purple); }
.text-white  { color: var(--ae-text); }

.hl-red { color: var(--ae-red); }
.hl-strike { position: relative; color: var(--ae-text-faint); }
.hl-strike::after {
  content: "";
  position: absolute;
  left: -2%; right: -2%; top: 50%;
  height: 0.12em;
  background: var(--ae-red);
  transform: rotate(-3deg);
}

/* ============================================================
   CONTAINER / LAYOUT / SECTION UTILITIES
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow { max-width: var(--container-narrow); }

.section { position: relative; padding-block: clamp(56px, 10vw, 96px); }
.section--lg   { padding-block: clamp(72px, 12vw, 128px); }
.section--tight { padding-block: clamp(40px, 7vw, 64px); }
.section--ruled { border-top: 1px solid var(--ae-line-soft); }
.section--elev { background: var(--ae-bg-elev-1); }

.grid { display: grid; gap: var(--space-5); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
}

.cluster { display: flex; flex-wrap: wrap; gap: var(--space-3); align-items: center; }
.cluster--center { justify-content: center; }

.section-head { max-width: 720px; margin-bottom: clamp(36px, 6vw, 64px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head .display-lg, .section-head .display-md { margin-top: var(--space-4); }
.section-head .lead { margin-top: var(--space-4); }

/* ============================================================
   FILM-GRAIN / NOISE OVERLAY
   ============================================================ */
.grain {
  position: fixed;
  inset: 0;
  z-index: var(--z-grain);
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

.ambient-red {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(110% 55% at 50% -8%, rgba(255, 42, 42, 0.22), transparent 60%),
    radial-gradient(60% 55% at 88% 18%, rgba(154, 125, 255, 0.12), transparent 64%),
    radial-gradient(50% 60% at 6% 96%, rgba(255, 42, 42, 0.10), transparent 70%);
}

/* ============================================================
   SCROLL-REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[style*="--i"] { transition-delay: calc((var(--i, 0) + var(--row, 0) * 1.5) * 70ms); }

/* Section-specific reveal gestures so the page animates with rhythm,
   not one repeated motion. */
.reveal--scale { transform: translateY(20px) scale(0.97); transform-origin: center; }
.reveal--scale.is-visible { transform: none; }
.stat.reveal { transform: translateY(14px); }
.how__step.reveal { transform: translateY(28px); }

/* ============================================================
   ACCESSIBILITY HELPERS
   ============================================================ */
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute;
  left: var(--space-4);
  top: -120%;
  z-index: var(--z-overlay);
  background: var(--ae-red-deep);
  color: var(--ae-red-ink);
  padding: var(--space-3) var(--space-5);
  border-radius: var(--radius-sm);
  font-family: var(--font-label);
  letter-spacing: var(--track-badge);
  transition: top var(--dur-fast) var(--ease-out);
}
.skip-link:focus { top: var(--space-4); }

:focus-visible {
  outline: 2px solid var(--ae-red);
  outline-offset: 3px;
  border-radius: var(--radius-xs);
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none !important; }
}

/* ============================================================
   EYEBROW / LABEL
   ============================================================ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-label);
  font-size: var(--fs-label-lg);
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--ae-text-faint);
  line-height: 1;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--ae-red); }
.eyebrow--center::before { display: none; }
.eyebrow--red { color: var(--ae-red-bright); }

/* ============================================================
   SIGNATURE RED TAG / BADGE
   ============================================================ */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px 5px;
  background: var(--ae-red-deep);
  color: var(--ae-red-ink);
  font-family: var(--font-label);
  font-size: var(--fs-label-lg);
  letter-spacing: var(--track-badge);
  line-height: 1;
  text-transform: uppercase;
  border-radius: var(--radius-xs);
  box-shadow: var(--glow-red-sm);
  transform: none;
}
.tag svg { width: 0.95em; height: 0.95em; }
/* The signature tilt - only where a tag stands alone with breathing room. */
.tag--sticker { transform: rotate(-2deg); transform-origin: left center; }
.tag--ghost {
  background: var(--ae-red-soft);
  color: var(--ae-red-bright);
  border: 1px solid var(--ae-red-line);
  box-shadow: none;
}
.tag--pr {
  background: var(--ae-purple-soft);
  color: var(--ae-purple);
  border: 1px solid var(--ae-purple-line);
  box-shadow: none;
  transform: none;
}
/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  --btn-pad-y: 14px;
  --btn-pad-x: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  font-family: var(--font-label);
  font-size: var(--fs-label-lg);
  letter-spacing: var(--track-badge);
  text-transform: uppercase;
  line-height: 1;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform var(--dur-fast) var(--ease-out),
    background var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out),
    box-shadow var(--dur-base) var(--ease-out),
    color var(--dur-fast) var(--ease-out);
}
.btn svg { width: 1.1em; height: 1.1em; flex: none; }
.btn:active { transform: translateY(1px); }

.btn--primary { background: var(--ae-red-deep); color: var(--ae-red-ink); box-shadow: var(--glow-red-sm); }
.btn--primary:hover {
  background: #D81818;
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px var(--ae-red-line), 0 14px 38px rgba(255, 42, 42, 0.34);
}
.btn--primary:focus-visible { outline: 2px solid var(--ae-red-bright); outline-offset: 3px; }

.btn--ghost { background: transparent; color: var(--ae-text); border-color: var(--ae-line-strong); }
.btn--ghost:hover { background: var(--ae-bg-elev-3); border-color: var(--ae-text); transform: translateY(-2px); }

.btn--lg { --btn-pad-y: 17px; --btn-pad-x: 34px; font-size: 1.0625rem; }
.btn--sm { --btn-pad-y: 10px; --btn-pad-x: 18px; font-size: 0.8125rem; }
.btn--block { display: flex; width: 100%; }

.btn[disabled], .btn[aria-disabled="true"] { opacity: 0.45; pointer-events: none; }

/* ============================================================
   CARD
   ============================================================ */
.card {
  position: relative;
  background: var(--ae-bg-elev-2);
  border: 1px solid var(--ae-line);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  transition:
    transform var(--dur-base) var(--ease-out),
    border-color var(--dur-base) var(--ease-out),
    box-shadow var(--dur-base) var(--ease-out),
    background var(--dur-base) var(--ease-out);
  overflow: hidden;
}
.card:hover { transform: translateY(-4px); border-color: var(--ae-line-strong); box-shadow: var(--shadow-card-hover); }
.card--interactive:hover { border-color: var(--ae-red-line); box-shadow: var(--shadow-card-hover), var(--glow-red-md); }
.card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: var(--radius-md);
  background: var(--ae-red-soft);
  border: 1px solid var(--ae-red-line);
  color: var(--ae-red);
  margin-bottom: var(--space-4);
}
.card__icon svg { width: 24px; height: 24px; }
.card__title {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: var(--fs-display-sm);
  line-height: var(--lh-snug);
  letter-spacing: var(--track-tight);
  margin-bottom: var(--space-3);
}
.card__body { color: var(--ae-text-muted); font-size: var(--fs-body-sm); }

/* ============================================================
   STICKY NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: var(--z-nav);
  background: rgba(8, 8, 10, 0.72);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out);
}
.nav.is-scrolled { border-bottom-color: var(--ae-line); background: rgba(8, 8, 10, 0.88); }
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  height: 68px;
}
.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.nav__logo {
  height: 34px;
  width: 34px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.nav__wordmark {
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: 1.12rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ae-text);
  white-space: nowrap;
}
.nav__links { display: flex; align-items: center; gap: var(--space-6); }
.nav__link {
  font-size: var(--fs-body-sm);
  font-weight: var(--fw-medium);
  color: var(--ae-text-muted);
  transition: color var(--dur-fast) var(--ease-out);
}
.nav__link:hover { color: var(--ae-text); }
.nav__actions { display: flex; align-items: center; gap: var(--space-3); }

.nav__toggle { display: none; color: var(--ae-text); padding: var(--space-2); }
.nav__toggle svg { width: 26px; height: 26px; }

.nav__mobile {
  border-top: 1px solid var(--ae-line);
  background: rgba(8, 8, 10, 0.97);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.nav__mobile-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding-block: var(--space-5);
}
.nav__mobile-link {
  font-family: var(--font-label);
  font-size: 1.4rem;
  letter-spacing: var(--track-badge);
  text-transform: uppercase;
  color: var(--ae-text);
  padding-block: var(--space-2);
  border-bottom: 1px solid var(--ae-line-soft);
}
.nav__mobile-link:hover { color: var(--ae-red); }
.nav__mobile .btn { margin-top: var(--space-2); }

@media (max-width: 860px) {
  .nav__links, .nav__actions .btn--ghost, .nav__actions .btn--primary { display: none; }
  .nav__toggle { display: inline-flex; }
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--ae-line-soft);
  padding-block: var(--space-4);
  background: var(--ae-bg-elev-1);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
/* Faint red leading-edge so the marquee reads as motion-energy. */
.marquee::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 14%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 42, 42, 0.10));
  z-index: 1;
}
.marquee__track {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  width: max-content;
  animation: ae-marquee 30s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-label);
  font-size: 1.5rem;
  letter-spacing: var(--track-badge);
  text-transform: uppercase;
  color: var(--ae-text-faint);
  white-space: nowrap;
}
.marquee__item svg { width: 14px; height: 14px; color: var(--ae-red); opacity: 0.8; }
.marquee__item:hover { color: var(--ae-text); }
@keyframes ae-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   HERO
   ============================================================ */
.hero { overflow: hidden; }
.hero__grid {
  position: relative;
  z-index: var(--z-base);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.hero__title { margin-top: var(--space-5); max-width: 14ch; }
.hero__sub { margin-top: var(--space-5); max-width: 52ch; }
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3) var(--space-4);
  margin-top: var(--space-6);
}
.hero__cta { margin-top: var(--space-7); }
.hero__price {
  margin-top: var(--space-5);
  font-size: var(--fs-body-sm);
  color: var(--ae-text-faint);
}
.hero__price strong { color: var(--ae-text); font-weight: var(--fw-bold); }
/* Small Premiere "Pr" cue so software context registers at first glance. */
.pr-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  padding: 2px 6px;
  border-radius: var(--radius-xs);
  background: var(--ae-purple-soft);
  border: 1px solid var(--ae-purple-line);
  color: var(--ae-purple);
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}
.hero__visual { position: relative; }
.hero__panel {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg), var(--glow-red-md);
}
/* Subtle life on the mock panel: scrub the playhead, pulse the 1-click row. */
.hero-playhead {
  animation: ae-playhead 6s var(--ease-out) infinite;
  transform-box: fill-box;
}
@keyframes ae-playhead {
  0%   { transform: translateX(-205px); }
  8%   { transform: translateX(-205px); }
  55%  { transform: translateX(150px); }
  62%  { transform: translateX(150px); }
  100% { transform: translateX(-205px); }
}
.hero-preset {
  animation: ae-preset-pulse 3.2s ease-in-out infinite;
}
@keyframes ae-preset-pulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.78; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-playhead, .hero-preset { animation: none !important; }
}
@media (max-width: 920px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { order: -1; }
  .hero__title { max-width: none; }
}
@media (max-width: 380px) {
  /* Guarantee the loudest line never clips on the smallest phones. */
  .hero__title { font-size: clamp(2rem, 8vw, 2.6rem); }
  .hero__badges .tag--sticker { transform: none; }
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust { gap: var(--space-5) var(--space-6); }
.trust .stat { gap: 6px; }
.trust__note {
  margin-top: var(--space-6);
  max-width: 64ch;
  font-size: var(--fs-body-sm);
  color: var(--ae-text-faint);
}

.stat { display: flex; flex-direction: column; gap: 4px; }
.stat__num {
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: var(--fs-display-sm);
  letter-spacing: var(--track-tight);
  line-height: 1;
  color: var(--ae-text);
  text-transform: uppercase;
}
.stat__num .text-red { color: var(--ae-red-bright); }
.stat__num .text-purple { color: var(--ae-purple); }
.stat__label {
  font-family: var(--font-label);
  font-size: var(--fs-meta);
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--ae-text-faint);
}

/* ============================================================
   PLUGIN CARD (rendered)
   ============================================================ */
.plugin { display: flex; flex-direction: column; }
.plugin__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}
.plugin__icon { margin-bottom: 0; }
.plugin--violet .plugin__icon {
  background: var(--ae-purple-soft);
  border-color: var(--ae-purple-line);
  color: var(--ae-purple);
}
.plugin__cat {
  font-family: var(--font-label);
  font-size: var(--fs-meta);
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--ae-text-faint);
}
.plugin__name {
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: clamp(1.6rem, 1.3rem + 1vw, 2rem);
  text-transform: uppercase;
  letter-spacing: var(--track-tight);
  line-height: 1;
  margin-top: var(--space-2);
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}
/* Small version chip next to the product name, e.g. "v1.3.1". */
.plugin__version {
  font-family: var(--font-label);
  font-size: var(--fs-meta);
  font-weight: var(--fw-medium);
  letter-spacing: var(--track-badge);
  text-transform: uppercase;
  color: var(--ae-red-bright);
  border: 1px solid var(--ae-red-line);
  background: var(--ae-red-soft);
  border-radius: var(--radius-pill);
  padding: 4px 10px 3px;
  line-height: 1;
}
.plugin__tagline {
  margin-top: var(--space-2);
  color: var(--ae-text);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-body-sm);
}
.plugin__desc {
  margin-top: var(--space-3);
  color: var(--ae-text-muted);
  font-size: var(--fs-body-sm);
}
/* 1-click install callout. The selling point versus the old .zxp installer. */
.plugin__install {
  margin-top: var(--space-4);
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--ae-red-line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 42, 42, 0.07), transparent 80%),
    var(--ae-bg-elev-1);
  color: var(--ae-text-muted);
  font-size: var(--fs-body-sm);
}
.plugin__install-badge {
  display: inline-block;
  margin-right: 8px;
  font-family: var(--font-label);
  font-size: var(--fs-meta);
  letter-spacing: var(--track-badge);
  text-transform: uppercase;
  color: var(--ae-red-bright);
  font-weight: var(--fw-semibold);
}
.plugin__features {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-top: var(--space-5);
  font-size: var(--fs-body-sm);
  color: var(--ae-text-muted);
}
.plugin__features li { display: flex; align-items: flex-start; gap: 10px; }
.plugin__features svg { flex: none; color: var(--ae-red); margin-top: 2px; }
/* System requirements block. */
.plugin__req {
  margin-top: var(--space-5);
  padding-top: var(--space-4);
  border-top: 1px solid var(--ae-line-soft);
}
.plugin__req-label {
  display: block;
  font-family: var(--font-label);
  font-size: var(--fs-meta);
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--ae-text-faint);
  margin-bottom: var(--space-2);
}
.plugin__req-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}
.plugin__req-list li {
  font-size: var(--fs-meta);
  color: var(--ae-text-muted);
  padding: 4px 10px;
  border: 1px solid var(--ae-line);
  border-radius: var(--radius-pill);
  background: var(--ae-bg-elev-1);
}
.plugin__foot {
  margin-top: auto;
  padding-top: var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.plugin__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: 1.75rem;
  letter-spacing: var(--track-tight);
  line-height: 1;
}
.plugin__amount { display: block; }
.plugin__note {
  display: block;
  font-family: var(--font-label);
  font-size: var(--fs-meta);
  font-weight: var(--fw-medium);
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--ae-text-faint);
  opacity: 0.75;
}
.plugin__foot .btn { width: 100%; }
.plugin__reassure {
  margin-top: calc(-1 * var(--space-2));
  font-size: var(--fs-meta);
  color: var(--ae-text-faint);
  text-align: center;
}

/* Two-tool layout: keep the cards a comfortable width and centered
   so two products read as intentional, not like something's missing. */
.plugins-grid--duo {
  max-width: 880px;
  margin-inline: auto;
}

/* Bundle nudge inside the plugins grid. */
.bundle-teaser {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  margin-top: var(--space-6);
  padding: var(--space-5) var(--space-6);
  border: 1px solid var(--ae-red-line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 42, 42, 0.06), transparent 70%),
    var(--ae-bg-elev-2);
  transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.bundle-teaser:hover { border-color: var(--ae-red); box-shadow: var(--glow-red-ring); transform: translateY(-2px); }
.bundle-teaser__text { font-size: var(--fs-body); color: var(--ae-text-muted); }
.bundle-teaser__text strong { color: var(--ae-text); font-weight: var(--fw-bold); }
.bundle-teaser__was { color: var(--ae-text-faint); }
.bundle-teaser__save { color: var(--ae-red-bright); font-weight: var(--fw-semibold); }
.bundle-teaser__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: none;
  font-family: var(--font-label);
  font-size: var(--fs-label-lg);
  letter-spacing: var(--track-badge);
  text-transform: uppercase;
  color: var(--ae-text);
}
.bundle-teaser__cta svg { width: 1.1em; height: 1.1em; transition: transform var(--dur-base) var(--ease-out); }
.bundle-teaser:hover .bundle-teaser__cta svg { transform: translateX(4px); }

/* ============================================================
   BUNDLE
   ============================================================ */
.bundle {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 0.85fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  border: 1px solid var(--ae-red-line);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 5vw, 56px);
  background:
    linear-gradient(180deg, rgba(255, 42, 42, 0.07), transparent 40%),
    var(--ae-bg-elev-2);
  box-shadow: var(--glow-red-md);
  overflow: hidden;
}
.bundle__glow {
  position: absolute;
  top: -40%; right: -10%;
  width: 460px; height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 42, 42, 0.22), transparent 70%);
  pointer-events: none;
}
.bundle__main { position: relative; z-index: 1; }
.bundle__flag { margin-bottom: var(--space-4); }
.bundle__main .eyebrow { display: block; margin-bottom: var(--space-3); }
.bundle__name { color: var(--ae-text); margin-bottom: var(--space-3); }
.bundle__tagline { max-width: 48ch; }
.bundle__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3) var(--space-5);
  margin-top: var(--space-6);
}
.bundle__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-label);
  font-size: 1.25rem;
  letter-spacing: var(--track-badge);
  text-transform: uppercase;
  color: var(--ae-text);
}
.bundle__list svg { flex: none; color: var(--ae-red); }
.bundle__buy {
  position: relative;
  z-index: 1;
  background: var(--ae-bg-inset);
  border: 1px solid var(--ae-line);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  text-align: center;
}
.bundle__price { display: flex; align-items: baseline; justify-content: center; gap: var(--space-3); }
.bundle__amount {
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: clamp(3rem, 2rem + 4vw, 4.25rem);
  letter-spacing: var(--track-tight);
  line-height: 1;
  color: var(--ae-text);
}
.bundle__was { font-size: var(--fs-body-sm); color: var(--ae-text-muted); }
.bundle__was s { color: var(--ae-text-faint); }
.bundle__save {
  display: block;
  margin-top: var(--space-3);
  margin-bottom: var(--space-5);
  font-family: var(--font-label);
  font-size: var(--fs-label-lg);
  letter-spacing: var(--track-badge);
  text-transform: uppercase;
  color: var(--ae-red-bright);
}
.bundle__meta {
  display: block;
  margin-top: var(--space-4);
  font-size: var(--fs-meta);
  color: var(--ae-text-faint);
}
@media (max-width: 860px) {
  .bundle { grid-template-columns: 1fr; }
  .bundle__list { grid-template-columns: 1fr; }
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how { counter-reset: step; align-items: start; }
.how__step {
  position: relative;
  background: var(--ae-bg-elev-2);
  border: 1px solid var(--ae-line);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
}
.how__step:hover { transform: translateY(-4px); border-color: var(--ae-line-strong); }
.how__num {
  display: block;
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: clamp(2.5rem, 2rem + 3vw, 3.5rem);
  line-height: 1;
  letter-spacing: var(--track-tight);
  color: var(--ae-red);
  margin-bottom: var(--space-4);
}
.how__title {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: var(--fs-h-xs);
  text-transform: uppercase;
  letter-spacing: var(--track-tight);
  margin-bottom: var(--space-3);
}
.how__body { color: var(--ae-text-muted); font-size: var(--fs-body-sm); }

/* ============================================================
   BEFORE / AFTER SLIDER
   ============================================================ */
.ba-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.ba-section__copy .display-md { margin-top: var(--space-4); }
.ba-section__copy .lead { margin-top: var(--space-4); }
.ba-section__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin: var(--space-6) 0;
  color: var(--ae-text-muted);
  font-size: var(--fs-body-sm);
}
.ba-section__list li { display: flex; align-items: center; gap: 12px; }
.ba-section__check {
  flex: none;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--ae-red);
  position: relative;
  box-shadow: 0 0 12px rgba(255, 42, 42, 0.5);
}
.ba-section__check::after {
  content: "";
  position: absolute;
  left: 5px; top: 4px;
  width: 4px; height: 8px;
  border: solid var(--ae-red-ink);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 860px) {
  .ba-section { grid-template-columns: 1fr; }
}

.ba {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--ae-line);
  background: var(--ae-bg-inset);
  user-select: none;
  isolation: isolate;
  aspect-ratio: 16 / 10;
  box-shadow: var(--shadow-lg);
}
.ba__frame { position: absolute; inset: 0; width: 100%; height: 100%; }
.ba__before {
  position: absolute;
  inset: 0;
  width: var(--pos, 50%);
  overflow: hidden;
  border-right: 2px solid var(--ae-red);
  z-index: 1;
}
.ba__before .ba__frame { width: 1000px; max-width: none; height: 100%; }

/* The mock scene - built from gradients/SVG, nothing hotlinked. */
.ba__scene {
  position: absolute;
  inset: 0;
  background-color: #0c0f12;
  background-image:
    radial-gradient(60% 80% at 72% 38%, rgba(255, 200, 120, 0.20), transparent 55%),
    linear-gradient(180deg, #182028 0%, #0e1318 55%, #080b0e 100%);
}
.ba__scene::before {
  /* "sun" / highlight orb */
  content: "";
  position: absolute;
  top: 24%; left: 64%;
  width: 22%; aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #fff4d8, #ffd27a 45%, transparent 72%);
}
.ba__scene::after {
  /* horizon / foreground ridge */
  content: "";
  position: absolute;
  left: -5%; right: -5%; bottom: 0;
  height: 42%;
  background:
    linear-gradient(180deg, transparent, rgba(0,0,0,0.55)),
    repeating-linear-gradient(120deg, #10161c 0 22px, #0c1116 22px 44px);
  clip-path: polygon(0 38%, 14% 30%, 30% 44%, 48% 26%, 66% 42%, 82% 28%, 100% 40%, 100% 100%, 0 100%);
}
/* BEFORE = flat, washed-out log */
.ba__scene--before {
  filter: saturate(0.35) contrast(0.78) brightness(1.18);
}
.ba__scene--before::before { opacity: 0.5; }
/* AFTER = graded, contrasty, warm + subtle grain */
.ba__scene--after {
  filter: saturate(1.25) contrast(1.18) brightness(0.98);
}
.ba__scene--after::after { box-shadow: inset 0 0 120px rgba(0,0,0,0.6); }

.ba__label {
  position: absolute;
  top: var(--space-4);
  z-index: 2;
  font-family: var(--font-label);
  font-size: var(--fs-meta);
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: var(--radius-xs);
  background: rgba(8, 8, 10, 0.7);
  color: var(--ae-text);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.ba__label--before { left: var(--space-4); }
.ba__label--after  { right: var(--space-4); color: var(--ae-red-bright); }

.ba__range {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  margin: 0;
  background: transparent;
  cursor: ew-resize;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
  z-index: 4;
  /* Let vertical swipes scroll the page; horizontal drags move the handle. */
  touch-action: pan-y;
}
.ba__range::-webkit-slider-thumb { -webkit-appearance: none; width: 44px; height: 100%; }
.ba__range::-moz-range-thumb { width: 44px; height: 100%; border: 0; background: transparent; }
/* :focus fallback for browsers without :focus-visible; white inner ring keeps
   the indicator visible against both the grip and the bright "after" frame. */
.ba__range:focus + .ba__handle .ba__grip {
  box-shadow: 0 0 0 3px var(--ae-bg), 0 0 0 5px var(--ae-red-bright);
}
.ba__range:focus:not(:focus-visible) + .ba__handle .ba__grip {
  box-shadow: var(--glow-red-md);
}
.ba__range:focus-visible + .ba__handle .ba__grip {
  box-shadow: 0 0 0 3px var(--ae-bg), 0 0 0 5px var(--ae-red-bright);
}
.ba__handle {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--pos, 50%);
  width: 44px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 3;
}
.ba__handle::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 2px;
  background: var(--ae-red);
}
.ba__grip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--ae-red-deep);
  color: var(--ae-red-ink);
  box-shadow: var(--glow-red-md);
}
.ba__grip svg { width: 20px; height: 20px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial { display: flex; flex-direction: column; }
.testimonial__quote-mark {
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: 4rem;
  line-height: 0.6;
  color: var(--ae-red);
  height: 0.5em;
  margin-bottom: var(--space-3);
}
.testimonial__quote {
  color: var(--ae-text);
  font-size: var(--fs-body);
  line-height: var(--lh-snug);
  margin-bottom: var(--space-5);
}
.testimonial__by { margin-top: auto; display: flex; align-items: center; gap: var(--space-3); }
.testimonial__avatar {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--ae-bg-elev-3);
  border: 1px solid var(--ae-line);
  font-family: var(--font-label);
  font-size: 0.95rem;
  letter-spacing: var(--track-badge);
  color: var(--ae-red-bright);
}
.testimonial__name { display: block; font-weight: var(--fw-semibold); color: var(--ae-text); font-size: var(--fs-body-sm); }
.testimonial__role { display: block; color: var(--ae-text-faint); font-size: var(--fs-meta); }

/* ============================================================
   PROOF CARDS (real channel numbers, not fake testimonials)
   ============================================================ */
.proof__card { display: flex; flex-direction: column; }
.proof__num {
  font-family: var(--font-condensed);
  font-weight: var(--fw-black);
  font-size: clamp(2.75rem, 2rem + 4vw, 4rem);
  line-height: 0.9;
  letter-spacing: 0.005em;
  color: var(--ae-text);
  text-transform: uppercase;
}
.proof__num .text-red { color: var(--ae-red-bright); }
.proof__label {
  margin-top: var(--space-3);
  font-family: var(--font-label);
  font-size: var(--fs-label-lg);
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--ae-text);
}
.proof__body { margin-top: var(--space-3); color: var(--ae-text-muted); font-size: var(--fs-body-sm); }

/* ============================================================
   YOUTUBE CTA
   ============================================================ */
.yt {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin-top: clamp(40px, 6vw, 64px);
  background: var(--ae-bg-elev-2);
  border: 1px solid var(--ae-line);
  border-radius: var(--radius-xl);
  padding: clamp(20px, 3vw, 32px);
  transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.yt:hover { border-color: var(--ae-red-line); box-shadow: var(--glow-red-md); transform: translateY(-3px); }
.yt__media {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(80% 90% at 30% 20%, rgba(255, 42, 42, 0.28), transparent 60%),
    linear-gradient(135deg, #1a1a20, #0a0a0c);
  border: 1px solid var(--ae-line);
}
.yt__scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 4px);
  pointer-events: none;
}
.yt__badge { position: absolute; top: var(--space-4); left: var(--space-4); }
.yt__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px; height: 76px;
  border-radius: 50%;
  background: var(--ae-red-deep);
  color: var(--ae-red-ink);
  box-shadow: var(--glow-red-lg);
  transition: transform var(--dur-base) var(--ease-snap);
}
.yt__play svg { width: 32px; height: 32px; margin-left: 4px; }
.yt:hover .yt__play { transform: translate(-50%, -50%) scale(1.08); }
.yt__copy .eyebrow { margin-bottom: var(--space-3); }
.yt__copy h3 { margin-bottom: var(--space-3); text-transform: none; }
.yt__copy p { color: var(--ae-text-muted); font-size: var(--fs-body-sm); }
.yt__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: var(--space-5);
  font-family: var(--font-label);
  font-size: var(--fs-label-lg);
  letter-spacing: var(--track-badge);
  text-transform: uppercase;
  color: var(--ae-red-bright);
}
.yt__link svg { width: 1.1em; height: 1.1em; transition: transform var(--dur-base) var(--ease-out); }
.yt:hover .yt__link svg { transform: translateX(4px); }
@media (max-width: 760px) {
  .yt { grid-template-columns: 1fr; }
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq {
  border: 1px solid var(--ae-line);
  border-radius: var(--radius-md);
  background: var(--ae-bg-elev-1);
  overflow: hidden;
  transition: border-color var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out);
}
.faq + .faq { margin-top: var(--space-3); }
.faq[open] { border-color: var(--ae-line-strong); background: var(--ae-bg-elev-2); }
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-5);
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: var(--fs-h-xs);
  letter-spacing: var(--track-tight);
  color: var(--ae-text);
  transition: color var(--dur-fast) var(--ease-out);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--ae-red); }
.faq__icon { flex: none; width: 22px; height: 22px; position: relative; transition: transform var(--dur-base) var(--ease-out); }
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 14px; height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform var(--dur-base) var(--ease-out);
}
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq[open] .faq__icon::after { transform: translate(-50%, -50%) rotate(0); }
.faq[open] .faq__q { color: var(--ae-red); }
.faq__a {
  padding: 0 var(--space-5) var(--space-5);
  color: var(--ae-text-muted);
  font-size: var(--fs-body-sm);
  max-width: 62ch;
}
.faq[open] .faq__a { animation: ae-fade-in var(--dur-base) var(--ease-out); }
@keyframes ae-fade-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta { overflow: hidden; text-align: center; border-top: 1px solid var(--ae-line-soft); }
.final-cta__inner { position: relative; z-index: var(--z-base); }
.final-cta .display-lg { margin-top: var(--space-4); }
.final-cta .lead { margin-top: var(--space-4); margin-inline: auto; max-width: 52ch; }
.final-cta .cluster { margin-top: var(--space-7); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ae-bg-elev-1); padding-top: clamp(48px, 7vw, 80px); }
.footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: var(--space-7);
}
.footer__logo { display: inline-flex; align-items: center; gap: 10px; }
.footer__logo-img {
  height: 40px;
  width: 40px;
  border-radius: 9px;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.footer__wordmark {
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ae-text);
}
.footer__tagline {
  margin-top: var(--space-4);
  max-width: 36ch;
  font-size: var(--fs-body-sm);
  color: var(--ae-text-faint);
}
.footer__nav { display: flex; flex-direction: column; gap: var(--space-3); }
.footer__heading {
  font-family: var(--font-label);
  font-size: var(--fs-label-lg);
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--ae-text-faint);
  margin-bottom: var(--space-2);
}
.footer__nav a {
  font-size: var(--fs-body-sm);
  color: var(--ae-text-muted);
  transition: color var(--dur-fast) var(--ease-out);
  width: fit-content;
  padding-block: 6px;
}
.footer__nav a:hover { color: var(--ae-red); }
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding-block: var(--space-5);
  border-top: 1px solid var(--ae-line-soft);
  font-size: var(--fs-meta);
  color: var(--ae-text-faint);
}
.footer__credit { font-family: var(--font-label); letter-spacing: var(--track-label); text-transform: uppercase; }
@media (max-width: 760px) {
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .footer__inner { grid-template-columns: 1fr; }
}
