:root {
  --bg: #06101f;
  --bg-soft: #0d1f39;
  --panel: rgba(10, 22, 40, 0.82);
  --panel-strong: rgba(12, 28, 48, 0.96);
  --line: rgba(207, 165, 76, 0.18);
  --line-strong: rgba(224, 188, 98, 0.42);
  --text: #f7f0e1;
  --muted: #c5c2b8;
  --ice: #f0c66d;
  --ice-strong: #d4a33c;
  --ice-hot: #f7e5b2;
  --ice-glow: rgba(224, 188, 98, 0.5);
  --accent: #fff8eb;
  --black: #020406;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --max-width: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(212, 163, 60, 0.14), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(102, 137, 201, 0.16), transparent 24%),
    radial-gradient(circle at 50% 30%, rgba(22, 54, 105, 0.3), transparent 30%),
    linear-gradient(180deg, #10213f 0%, #0a1830 34%, #050d1c 100%);
  color: var(--text);
  font-family: Bahnschrift, "Arial Narrow", "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 90%);
  pointer-events: none;
  opacity: 0.22;
}

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

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

button {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f5d992 0%, #d4a33c 100%);
  transform: scaleX(0);
  transform-origin: left center;
  box-shadow: 0 0 18px rgba(224, 188, 98, 0.55);
}

.grid-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, transparent 0%, rgba(2, 5, 8, 0.16) 100%);
}

.dna {
  position: fixed;
  width: 22rem;
  height: 58rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.1;
}

.dna::before,
.dna::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: repeat-y;
  background-size: 100% 12rem;
}

.dna::before {
  background-image:
    radial-gradient(circle at 24% 6%, rgba(255, 248, 228, 0.36) 0 0.22rem, transparent 0.26rem),
    radial-gradient(circle at 76% 18%, rgba(255, 248, 228, 0.34) 0 0.22rem, transparent 0.26rem),
    linear-gradient(120deg, transparent 20%, rgba(224, 188, 98, 0.16) 20% 24%, transparent 24% 76%, rgba(224, 188, 98, 0.16) 76% 80%, transparent 80%),
    linear-gradient(60deg, rgba(113, 145, 207, 0.16), rgba(113, 145, 207, 0.04));
  border-radius: 999px;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.95) 10%, rgba(0, 0, 0, 0.95) 90%, transparent 100%);
}

.dna::after {
  background-image: linear-gradient(180deg, rgba(224, 188, 98, 0.08), transparent 28%, transparent 72%, rgba(113, 145, 207, 0.08));
  transform: scaleX(0.84);
}

.dna-left {
  left: 1.5rem;
  top: 10rem;
}

.dna-right {
  right: 1.5rem;
  top: 24rem;
  transform: scaleX(-1);
}

.cursor-aura,
.spark-layer {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.cursor-aura {
  opacity: 0;
  transition: opacity 180ms ease;
}

.cursor-aura.is-active {
  opacity: 1;
}

.cursor-aura::before {
  content: "";
  position: absolute;
  left: calc(var(--aura-x, 50vw) - 16rem);
  top: calc(var(--aura-y, 50vh) - 16rem);
  width: 32rem;
  height: 32rem;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(239, 203, 117, 0.24) 0%, rgba(239, 203, 117, 0.16) 24%, rgba(113, 145, 207, 0.1) 44%, transparent 72%);
  filter: blur(26px);
}

.spark {
  position: fixed;
  left: var(--spark-x);
  top: var(--spark-y);
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 248, 228, 0.98), rgba(239, 203, 117, 0.82) 55%, transparent 70%);
  box-shadow: 0 0 12px rgba(239, 203, 117, 0.48);
  animation: sparkBurst 640ms ease-out forwards;
}

.ambient {
  position: fixed;
  z-index: 0;
  width: 42rem;
  height: 42rem;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.4;
  pointer-events: none;
}

.ambient-left {
  top: -8rem;
  left: -10rem;
  background: rgba(212, 163, 60, 0.16);
}

.ambient-right {
  right: -12rem;
  top: 30rem;
  background: rgba(89, 131, 214, 0.15);
}

.ambient-center {
  left: 50%;
  top: 15rem;
  width: 34rem;
  height: 34rem;
  transform: translateX(-50%);
  background: rgba(183, 149, 74, 0.08);
}

.topbar,
.hero,
.story-section,
.results-section,
.offers-section,
.testimonials-section,
.cta-section {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 0;
  background: linear-gradient(180deg, rgba(5, 7, 13, 0.94), rgba(5, 7, 13, 0.3));
  backdrop-filter: blur(16px);
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 16, 31, 0.96), rgba(6, 16, 31, 0.78));
  border-bottom: 1px solid var(--line);
  z-index: -1;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
  text-align: center;
}

.brand-copy strong {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.9rem;
  display: none;
}

.topnav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: 0.75rem 1.1rem;
  background: rgba(7, 12, 18, 0.7);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  justify-self: center;
}

.topnav a {
  color: var(--muted);
  font-size: 0.95rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.9rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #1d2433;
  background: linear-gradient(135deg, #fff3cd 0%, #efcb75 48%, #c7922b 100%);
  box-shadow: 0 14px 36px rgba(212, 163, 60, 0.28);
  border-color: rgba(255, 245, 219, 0.28);
}

.button-secondary,
.button-ghost {
  border-color: var(--line-strong);
  background: rgba(6, 12, 22, 0.76);
  color: var(--text);
}

.button-primary:hover,
.button-secondary:hover,
.button-ghost:hover {
  box-shadow: 0 0 0 1px rgba(224, 188, 98, 0.14), 0 16px 40px rgba(212, 163, 60, 0.18);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
  padding: 2.6rem 0 3rem;
  transform: translate3d(0, calc(var(--parallax-offset, 0px) * -1), 0);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--ice);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.cta-panel h2 {
  margin: 0;
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3.6rem, 9vw, 7.4rem);
}

.hero h1 span {
  color: var(--ice);
  text-shadow:
    0 0 28px rgba(239, 203, 117, 0.2),
    0 0 62px rgba(212, 163, 60, 0.18);
}

.hero-text,
.section-note,
.story-card p,
.offer-card p,
.testimonial-card p,
.cta-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-text {
  max-width: 34rem;
  margin: 1rem 0 0;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}

.hero-stats li,
.story-card,
.offer-card,
.testimonial-card,
.cta-panel,
.hero-card-main,
.floating-note {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(12, 26, 48, 0.95), rgba(7, 15, 28, 0.92));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-stats li {
  padding: 1.1rem 1rem;
  border-radius: var(--radius-md);
}

.hero-stats strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--accent);
  font-size: 1.15rem;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.93rem;
}

.hero-visual {
  position: relative;
  min-height: 40rem;
}

.hero-glow-ring {
  position: absolute;
  right: -3rem;
  top: 3rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(224, 188, 98, 0.14);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(70, 111, 181, 0.18), transparent 68%);
  box-shadow: inset 0 0 40px rgba(224, 188, 98, 0.08), 0 0 24px rgba(70, 111, 181, 0.12);
  animation: drift 10s ease-in-out infinite;
}

.hero-card-main {
  position: absolute;
  right: -0.85rem;
  top: -0.4rem;
  width: min(100%, 38rem);
  padding: 1rem;
  border-radius: 2rem;
  transform: rotate(2deg);
  animation: floatCard 7s ease-in-out infinite;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.5),
    0 0 32px rgba(212, 163, 60, 0.12);
}

.hero-video-shell {
  display: grid;
  gap: 0.9rem;
}

.hero-video-frame {
  min-height: 28rem;
}

.hero-story-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.25rem;
  color: var(--ice);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  justify-content: center;
}

.floating-note {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: min(100%, 15rem);
  padding: 1rem 1.1rem;
  border-radius: 1.3rem;
}

.floating-note span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ice);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.floating-note strong {
  line-height: 1.35;
}

.hero-metric {
  position: absolute;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: rgba(9, 19, 35, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-metric span {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-metric strong {
  color: var(--accent);
  font-size: 1rem;
  text-transform: uppercase;
}

.metric-left strong {
  display: block;
}

.metric-left {
  top: 6rem;
  left: -1rem;
}

.metric-right {
  right: 1rem;
  bottom: 2rem;
}

.ticker-band {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 0 2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(7, 15, 28, 0.92), rgba(13, 29, 54, 0.88), rgba(7, 15, 28, 0.92));
}

.ticker-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding: 1rem 0;
  color: var(--ice);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: tickerMove 24s linear infinite;
}

.ticker-track span {
  position: relative;
  padding-left: 1.4rem;
}

.ticker-track span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: var(--ice-strong);
  transform: translateY(-50%);
  box-shadow: 0 0 14px rgba(224, 188, 98, 0.45);
}

.scroll-cue {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0 1.2rem;
}

.scroll-cue span {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(224, 188, 98, 0.22);
  border-radius: 999px;
  background: rgba(7, 15, 28, 0.72);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.scroll-cue span::before,
.scroll-cue span::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid rgba(239, 203, 117, 0.92);
  border-bottom: 2px solid rgba(239, 203, 117, 0.92);
  transform: translateX(-50%) rotate(45deg);
}

.scroll-cue span::before {
  top: 0.62rem;
}

.scroll-cue span::after {
  top: 0.98rem;
  opacity: 0.55;
}

.story-section,
.results-section,
.offers-section,
.testimonials-section,
.cta-section {
  padding: 3rem 0 6rem;
}

.story-section {
  transform: translate3d(0, calc(var(--parallax-offset, 0px) * -0.5), 0);
}

.section-heading {
  max-width: 54rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.cta-panel h2 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.98;
}

.section-heading.split {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  max-width: none;
}

.section-note {
  max-width: 24rem;
  margin: 0;
}

.story-grid {
  display: none;
}

.story-section .video-panel,
.story-section .story-copy {
  display: none !important;
}

.video-placeholder {
  position: relative;
  min-height: 48rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(4, 9, 16, 0.3), rgba(4, 9, 16, 0.75)),
    radial-gradient(circle at top right, rgba(224, 188, 98, 0.18), transparent 26%),
    linear-gradient(180deg, #10213d 0%, #0b1730 65%, #06101f 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.video-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(transparent 0%, rgba(2, 5, 9, 0.7) 100%),
    url("assets/hunter-after.png") center top / cover no-repeat;
  mix-blend-mode: screen;
  opacity: 0.34;
  pointer-events: none;
  z-index: 0;
}

.story-pitch-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050b14;
  cursor: pointer;
}

.video-fullscreen-button {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(224, 188, 98, 0.26);
  border-radius: 999px;
  background: rgba(5, 11, 20, 0.76);
  color: var(--ice);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.video-fullscreen-button:hover {
  border-color: rgba(239, 203, 117, 0.52);
}

.fullscreen-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
}

.fullscreen-icon::before,
.fullscreen-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(239, 203, 117, 0.95);
}

.fullscreen-icon::before {
  clip-path: polygon(0 0, 45% 0, 45% 15%, 15% 15%, 15% 45%, 0 45%, 0 0, 100% 0, 100% 45%, 85% 45%, 85% 15%, 55% 15%, 55% 0);
}

.fullscreen-icon::after {
  clip-path: polygon(0 100%, 0 55%, 15% 55%, 15% 85%, 45% 85%, 45% 100%, 55% 100%, 55% 85%, 85% 85%, 85% 55%, 100% 55%, 100% 100%);
}

.story-play-hint {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(224, 188, 98, 0.24);
  border-radius: 999px;
  background: rgba(5, 11, 20, 0.74);
  color: var(--ice);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.story-play-icon {
  width: 0;
  height: 0;
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
  border-left: 0.72rem solid rgba(239, 203, 117, 0.98);
}

.story-play-text {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.video-placeholder.is-playing .story-play-hint {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
}

.video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 8, 13, 0.08) 0%, rgba(4, 8, 13, 0.72) 100%);
  pointer-events: none;
  z-index: 2;
}

.video-overlay {
  position: absolute;
  inset: 1rem auto auto 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0;
  z-index: 3;
  pointer-events: none;
}

.video-overlay span,
.card-tag,
.offer-tier {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.2rem 0.7rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ice);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-overlay h3,
.story-card h3,
.offer-card h3 {
  margin: 1rem 0 0.7rem;
  font-size: 1.7rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.inline-access {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(224, 188, 98, 0.34);
  border-radius: 999px;
  background: rgba(9, 18, 34, 0.86);
  color: var(--ice);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.video-panel {
  display: grid;
  gap: 0.9rem;
}

.story-video-actions {
  display: flex;
  justify-content: center;
}

.story-copy {
  display: none;
}

.story-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
}

.story-videos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.story-video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(10, 20, 36, 0.78);
  box-shadow: var(--shadow);
}

.story-video-card video,
.story-video-card img {
  display: block;
  width: 100%;
  height: 17rem;
  object-fit: cover;
  backface-visibility: hidden;
  will-change: transform;
}

.story-proof-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.story-proof-images img {
  display: block;
  width: 100%;
  height: 17rem;
  object-fit: cover;
}

.story-video-copy {
  padding: 1rem;
}

.story-video-copy strong {
  display: block;
  margin-bottom: 0.45rem;
}

.story-video-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.95rem;
}

.results-filmstrip {
  position: relative;
  overflow: hidden;
  padding: 1rem 0 0;
  border-radius: 2rem;
}

.results-filmstrip::before,
.results-filmstrip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7rem;
  z-index: 2;
  pointer-events: none;
}

.results-filmstrip::before {
  left: 0;
  background: linear-gradient(90deg, rgba(5, 13, 28, 0.98), transparent);
}

.results-filmstrip::after {
  right: 0;
  background: linear-gradient(270deg, rgba(5, 13, 28, 0.98), transparent);
}

.filmstrip-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: filmstripMove 35s linear infinite;
}

.film-card,
.client-result-card {
  position: relative;
  margin: 0;
  padding: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(12, 24, 44, 0.94), rgba(6, 12, 22, 0.98));
  box-shadow: var(--shadow);
}

.film-card {
  flex: 0 0 14rem;
}

.film-card img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  border-radius: 1.1rem;
  display: block;
}

.client-result-card {
  flex: 0 0 min(82vw, 38rem);
}

.client-result-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.client-result-images img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  border-radius: 1.1rem;
}

.client-result-card figcaption {
  padding: 0.9rem 0.35rem 0.25rem;
  color: var(--ice);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.filmstrip-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(239, 203, 117, 0.16), transparent 45%),
    linear-gradient(90deg, rgba(239, 203, 117, 0.06), rgba(113, 145, 207, 0.08), rgba(239, 203, 117, 0.06));
  mix-blend-mode: screen;
}

.proof-quotes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  align-items: stretch;
}

.proof-quote {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(12, 24, 44, 0.88), rgba(7, 15, 28, 0.92));
  box-shadow: var(--shadow);
}

.proof-quote p {
  margin: 0;
  color: var(--text);
  line-height: 1.65;
}

.proof-quote strong {
  display: block;
  margin-top: 0.9rem;
  color: var(--ice);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.result-media {
  border-radius: 1.35rem;
  overflow: hidden;
}

.result-media img {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  object-fit: cover;
  object-position: center top;
}

.result-card.featured .result-media img {
  min-height: 33rem;
}


.offers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.access-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(224, 188, 98, 0.26);
  border-radius: 1.35rem;
  background:
    linear-gradient(90deg, rgba(11, 22, 40, 0.96), rgba(18, 35, 61, 0.9));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.access-strip span {
  color: var(--ice);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.offer-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.offer-card.highlight {
  background:
    linear-gradient(180deg, rgba(18, 39, 68, 0.98), rgba(8, 18, 31, 0.96)),
    linear-gradient(135deg, rgba(212, 163, 60, 0.12), transparent);
  border-color: rgba(224, 188, 98, 0.3);
}

.offer-card ul {
  margin: 1rem 0 1.4rem;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
}

.offer-card:hover {
  transform: translateY(-8px);
  border-color: rgba(224, 188, 98, 0.28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.offer-card .button {
  margin-top: auto;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-card {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  transition: transform 220ms ease, border-color 220ms ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(224, 188, 98, 0.26);
}

.testimonials-priority,
.testimonials-legacy {
  display: none;
}

.testimonial-card strong {
  display: block;
  margin-top: 1rem;
  color: var(--ice);
}

.decision-panel {
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(12, 26, 48, 0.95), rgba(7, 15, 28, 0.92));
  box-shadow: var(--shadow);
}

.decision-panel::before {
  content: "";
  position: absolute;
  inset: -20% 30% auto -10%;
  height: 16rem;
  background: radial-gradient(circle, rgba(212, 163, 60, 0.16), transparent 65%);
  pointer-events: none;
}

.decision-panel::after {
  content: "";
  position: absolute;
  inset: auto 12% 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(239, 203, 117, 0.8), transparent);
  box-shadow: 0 0 20px rgba(212, 163, 60, 0.3);
}

.decision-heading {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin: 0 auto 1.8rem;
  text-align: center;
}

.decision-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.decision-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.decision-card {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  background: rgba(9, 18, 34, 0.82);
}

.decision-card-negative {
  background:
    linear-gradient(180deg, rgba(39, 20, 20, 0.52), rgba(11, 17, 28, 0.92));
  border-color: rgba(203, 120, 120, 0.18);
}

.decision-card-positive {
  background:
    linear-gradient(180deg, rgba(31, 33, 16, 0.38), rgba(11, 17, 28, 0.92));
  border-color: rgba(224, 188, 98, 0.24);
}

.decision-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.2rem 0.75rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ice);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.decision-card h3 {
  margin: 1rem 0 0.8rem;
  font-size: 1.8rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.decision-card ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.8;
}

.decision-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.particle-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 248, 228, 0.96), rgba(239, 203, 117, 0.88) 45%, rgba(70, 111, 181, 0.08) 72%);
  box-shadow:
    0 0 8px rgba(239, 203, 117, 0.64),
    0 0 18px rgba(70, 111, 181, 0.28);
  opacity: 0.65;
  animation: floatSpec linear infinite;
}

.p1 { left: 8%; top: 78%; animation-duration: 16s; animation-delay: -2s; }
.p2 { left: 16%; top: 56%; animation-duration: 20s; animation-delay: -11s; }
.p3 { left: 24%; top: 88%; animation-duration: 14s; animation-delay: -7s; }
.p4 { left: 38%; top: 72%; animation-duration: 18s; animation-delay: -5s; }
.p5 { left: 46%; top: 92%; animation-duration: 21s; animation-delay: -14s; }
.p6 { left: 58%; top: 80%; animation-duration: 15s; animation-delay: -3s; }
.p7 { left: 66%; top: 60%; animation-duration: 17s; animation-delay: -8s; }
.p8 { left: 74%; top: 86%; animation-duration: 22s; animation-delay: -10s; }
.p9 { left: 82%; top: 68%; animation-duration: 19s; animation-delay: -4s; }
.p10 { left: 88%; top: 90%; animation-duration: 13s; animation-delay: -9s; }
.p11 { left: 92%; top: 50%; animation-duration: 24s; animation-delay: -16s; }
.p12 { left: 52%; top: 48%; animation-duration: 18s; animation-delay: -12s; }

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -4rem 12%;
  height: 20rem;
  background:
    radial-gradient(circle at 20% 50%, rgba(239, 203, 117, 0.11), transparent 34%),
    radial-gradient(circle at 60% 40%, rgba(70, 111, 181, 0.18), transparent 30%),
    radial-gradient(circle at 75% 50%, rgba(23, 54, 102, 0.22), transparent 28%);
  filter: blur(48px);
  pointer-events: none;
  z-index: 0;
}

.story-section::before,
.results-section::before,
.offers-section::before,
.testimonials-section::before,
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0 8% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224, 188, 98, 0.22), transparent);
  opacity: 0.8;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.cta-panel p,
.decision-panel p {
  max-width: 42rem;
  margin: 1rem auto 0;
}

.cta-panel > *,
.decision-panel > * {
  position: relative;
  z-index: 1;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 68px, 0) scale(0.97);
  transition:
    opacity 820ms cubic-bezier(0.2, 0.65, 0.22, 1),
    transform 820ms cubic-bezier(0.2, 0.65, 0.22, 1);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.scroll-cue.is-visible span {
  animation: cueBounce 1.8s ease-in-out infinite;
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1rem, -1rem, 0) scale(1.04);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: rotate(2deg) translateY(0);
  }
  50% {
    transform: rotate(1deg) translateY(-10px);
  }
}

@keyframes tickerMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 18px rgba(212, 163, 60, 0.24);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 28px rgba(212, 163, 60, 0.38);
    transform: scale(1.06);
  }
}

@keyframes sweep {
  0% {
    transform: translateX(-120%);
  }
  45%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes floatSpec {
  0% {
    transform: translate3d(0, 0, 0) scale(0.75);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  50% {
    transform: translate3d(1.1rem, -18rem, 0) scale(1);
    opacity: 0.95;
  }
  100% {
    transform: translate3d(-0.8rem, -36rem, 0) scale(0.8);
    opacity: 0;
  }
}

@keyframes filmstripMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes sparkBurst {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--spark-dx), var(--spark-dy), 0) scale(0.25);
  }
}

@keyframes cueBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.35rem);
  }
}

@media (max-width: 1080px) {
  .hero,
  .story-grid,
  .offers-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .topbar {
    flex-wrap: wrap;
  }

  .topnav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero h1 {
    max-width: 10ch;
  }

  .hero-visual {
    min-height: 34rem;
  }

  .hero-card-main {
    left: 0;
    right: auto;
  }

  .hero-story-card h3 {
    font-size: 1.8rem;
  }

  .metric-left {
    left: 1rem;
  }

  .metric-right {
    right: 0;
  }

  .floating-note {
    left: auto;
    right: 0;
    bottom: 2rem;
  }

  .section-heading.split {
    display: block;
  }

  .section-note {
    max-width: none;
    margin-top: 1rem;
  }

  .proof-quotes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .topbar {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.8rem;
    padding: 0.8rem 0.9rem 1rem;
  }

  .topnav {
    display: none;
  }

  .brand-copy strong {
    font-size: 0.92rem;
    letter-spacing: 0.1em;
  }

  .topbar > .button {
    width: min(100%, 14rem);
  }

  .hero,
  .story-section,
  .results-section,
  .offers-section,
  .testimonials-section,
  .cta-section {
    width: min(calc(100% - 1.5rem), var(--max-width));
  }

  .hero {
    gap: 2rem;
    padding: 1.5rem 0 2.8rem;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.8rem, 13vw, 4.4rem);
    text-align: center;
    line-height: 0.92;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow,
  .section-heading,
  .section-note,
  .story-card,
  .cta-panel,
  .decision-panel {
    text-align: center;
  }

  .hero-text {
    max-width: 32rem;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-actions {
    justify-content: center;
    margin-top: 1.5rem;
  }

  .hero-actions .button {
    width: min(100%, 18rem);
  }

  .hero-stats,
  .story-videos,
  .testimonials-grid,
  .decision-grid,
  .proof-quotes {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 35rem;
  }

.hero-card-main {
    width: 100%;
    right: 0;
    top: 0;
    transform: none;
    animation: none;
    padding: 0.85rem;
    border-radius: 1.7rem;
  }

  .hero-story-links {
    justify-content: center;
    font-size: 0.7rem;
  }

  .hero-video-frame {
    min-height: 21rem;
  }

  .floating-note {
    display: none;
  }

  .hero-glow-ring,
  .hero-metric {
    display: none;
  }

  .particle {
    opacity: 0.38;
  }

  .dna {
    display: none;
  }

  .cursor-aura,
  .spark-layer {
    display: none;
  }

  .access-strip {
    flex-direction: column;
    align-items: stretch;
  }

  .video-placeholder {
    min-height: 31rem;
  }

  .story-play-hint {
    padding: 0.75rem 0.9rem;
  }

  .video-fullscreen-button {
    right: 0.8rem;
    bottom: 0.8rem;
    width: 2.7rem;
    height: 2.7rem;
  }

  .story-play-text {
    font-size: 0.72rem;
  }

  .scroll-cue {
    padding-bottom: 1rem;
  }

  .scroll-cue span {
    width: 2.2rem;
    height: 2.2rem;
  }

  .video-overlay {
    flex-direction: column;
    inset: 0.9rem auto auto 0.9rem;
    padding: 0;
    text-align: center;
  }

  .video-overlay h3,
  .story-card h3,
  .offer-card h3 {
    font-size: 1.4rem;
  }

  .story-video-actions {
    justify-content: center;
  }

  .story-video-actions .button {
    width: min(100%, 18rem);
  }

  .story-section,
  .results-section,
  .offers-section,
  .testimonials-section,
  .cta-section {
    padding: 3.4rem 0 5.2rem;
  }

  .section-heading {
    margin-bottom: 1.6rem;
  }

  .section-heading h2,
  .cta-panel h2 {
    font-size: clamp(2.1rem, 10vw, 3.1rem);
  }

  .story-grid {
    gap: 1.25rem;
  }

  .story-card,
  .offer-card,
  .testimonial-card,
  .cta-panel,
  .decision-panel,
  .story-video-copy {
    padding: 1.25rem;
  }

  .story-videos {
    gap: 1rem;
    margin-top: 1.2rem;
  }

  .story-proof-images {
    grid-template-columns: 1fr 1fr;
  }

  .story-proof-images img,
  .story-video-card img {
    height: 14rem;
  }

  .result-media img {
    min-height: 22rem;
  }

  .results-filmstrip {
    border-radius: 1.4rem;
    padding-top: 0.6rem;
  }

  .film-card {
    flex-basis: 10rem;
  }

  .film-card img {
    height: 14rem;
  }

  .client-result-card {
    flex-basis: 90vw;
  }

  .client-result-images img {
    height: 16rem;
  }

  .proof-quotes {
    gap: 0.9rem;
    margin-top: 1.25rem;
  }

  .proof-quote {
    text-align: left;
    padding: 1.15rem;
  }

  .offers-grid {
    gap: 1.1rem;
  }

  .offer-card ul {
    text-align: left;
  }

  .decision-grid {
    gap: 1rem;
  }

  .decision-panel {
    text-align: left;
  }

  .cta-panel {
    padding: 1.5rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
