/* ------------------------------------------------------------------
   Hero — "Header / 28 /"  (Figma node 1:38)
   Reference frame: 1440 x 1347
------------------------------------------------------------------ */

:root {
  --bg:            #161616;
  --rail-line:     #262626;
  --card:          #2d2d2d;
  --card-border:   #383838;
  --icon-bg:       #414141;
  --accent:        #e73808;
  --accent-shade:  #b42700;
  --accent-text:   #fff4f1;
  --text:          #ffffff;

  /* Notification depth slots, measured off the front card (435 x 68).
     The rise values already account for the height the card loses to
     scaling about its own centre, so each slot lands on the exact top
     edge the design specifies (90 / 75 / 60). */
  --slot-mid-scale:  0.9356;   /* 407 / 435 */
  --slot-back-scale: 0.8575;   /* 373 / 435 */
  --slot-mid-rise:   -17.2px;
  --slot-back-rise:  -34.8px;
  --slot-gone-rise:  -52px;

  --loop:   14s;               /* full cycle for one notification */
  --cards:  4;
}

* { box-sizing: border-box; }

/* Author rules with their own `display` (flex/grid/etc.) otherwise beat the
   UA stylesheet's [hidden] { display: none }, since author styles always
   win over UA styles regardless of specificity. Force it here instead. */
[hidden] { display: none !important; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

::selection {
  background: var(--accent);
  color: var(--accent-text);
}


/* --------------------------------------------------------------- grain */
/* A single tiled noise tile, stepped through a handful of offsets so it
   flickers like film grain. Pure CSS — no JS, no image request. */

.grain {
  position: fixed;
  inset: 0;
  z-index: 45;
  pointer-events: none;
  transform: translateZ(0);
}

/* Oversized tile offset -10rem past every edge so the jump animation
   below never exposes a bare edge, mirroring the classic film-grain
   trick. Uses the site's own inline noise SVG rather than hotlinking
   an external image — no third-party dependency, no load flicker. */
.grain::before {
  content: "";
  position: fixed;
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  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.6' numOctaves='1' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 2.6 -1.1'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  opacity: 0.1;
  pointer-events: none;
  animation: grain-noise 1s steps(2) infinite;
}

@keyframes grain-noise {
  0%   { transform: translate3d(0, 9rem, 0); }
  10%  { transform: translate3d(-1rem, -4rem, 0); }
  20%  { transform: translate3d(-8rem, 2rem, 0); }
  30%  { transform: translate3d(9rem, -9rem, 0); }
  40%  { transform: translate3d(-2rem, 7rem, 0); }
  50%  { transform: translate3d(-9rem, -4rem, 0); }
  60%  { transform: translate3d(2rem, 6rem, 0); }
  70%  { transform: translate3d(7rem, -8rem, 0); }
  80%  { transform: translate3d(-9rem, 1rem, 0); }
  90%  { transform: translate3d(6rem, -5rem, 0); }
  100% { transform: translate3d(-7rem, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .grain::before { animation: none; }
}


/* --------------------------------------------------- progressive blur */
/* Fixed to the viewport; four stacked layers each blur a bit more and
   fade out sooner, so the blur strength ramps smoothly from strong at
   the very top edge to nothing by the bottom of the band. */

.top-blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  z-index: 50;
  pointer-events: none;
}

.top-blur > div {
  position: absolute;
  inset: 0;
}

.top-blur > div:nth-child(1) {
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 40%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 40%);
}

.top-blur > div:nth-child(2) {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 55%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 55%);
}

.top-blur > div:nth-child(3) {
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 70%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 70%);
}

.top-blur > div:nth-child(4) {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
}


/* ---------------------------------------------------------------- rail */
/* The 1360px column with hairline rules down both sides, running the
   full height of the page. Every section sits inside it. */

.site-rail {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 72px;
  border-left: 1px solid var(--rail-line);
  border-right: 1px solid var(--rail-line);
  overflow: hidden;
}


/* ------------------------------------------------------------- navbar */
/* Fixed + transparent — floats over the hero, relying on .top-blur
   underneath it for legibility once content scrolls up beneath it. */

.navbar {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1360px;
  height: 72px;
  padding: 0 24px;
  background: transparent;
  border-bottom: 1px solid transparent;
  transform: translateX(-50%);
}

.navbar-logo {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.navbar-links a {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.navbar-links a:hover { color: var(--text); }

/* ----------------------------------------------------------------- hero */

.hero {
  position: relative;
  padding: 198px 24px 60px;
}

/* Animated scrolling grid, sits behind everything else in the hero.
   Content siblings get position + z-index so they paint above it —
   a positioned element with z-index:auto still paints above static
   in-flow content regardless of source order, so this needs it. */
.hero-bg-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Generic version of the same pattern, used on grid-everywhere.html to
   drop the animated grid behind any section. Promoting every direct
   child (except the grid itself) to z-index:1 is what keeps section
   content — and everything nested inside it — painting above the grid,
   without having to hand-write a stacking fix per section. */
.section-grid-host {
  position: relative;
  overflow: hidden;
}

.section-bg-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.section-grid-host > *:not(.section-bg-grid) {
  position: relative;
  z-index: 1;
}

.shapegrid-canvas {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}


/* -------------------------------------------------- notification stack */

.notif-stack {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 90px;          /* front slot */
  height: 68px;
  z-index: 1;
  pointer-events: none;
}

.notif {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: notif-fade var(--loop) linear infinite;
  animation-delay: calc(var(--i) * var(--loop) / var(--cards));
}

.notif-card {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 435px;
  height: 68px;
  padding: 10px;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  transform: translateX(-50%);
  animation: notif-depth var(--loop) cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  animation-delay: inherit;
}

/* Contents only read on the card sitting in the front slot. */
.notif-card > * {
  opacity: 0;
  animation: notif-content var(--loop) ease-out infinite;
  animation-delay: inherit;
}

.notif-icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--icon-bg);
  border-radius: 5px;
}

.notif-icon img { width: 31px; height: 31px; }

.notif-copy { flex: 1; min-width: 0; }

.notif-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.notif-sub {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notif-time {
  flex: none;
  align-self: flex-start;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}


/* The loop -------------------------------------------------------------
   0%    just in front of the front slot, larger, invisible
   8%    settled in the front slot
   25%   held at the front
   33%   middle slot
   58%   back slot
   83%   past the back of the stack, gone
   With 4 cards offset by 25% each, the three design slots are always
   occupied.                                                            */

@keyframes notif-depth {
  0% {
    transform: translateX(-50%) translateY(26px) scale(1.09);
    filter: blur(1px);
  }
  8%, 25% {
    transform: translateX(-50%) translateY(0) scale(1);
    filter: blur(0);
  }
  33%, 50% {
    transform: translateX(-50%) translateY(var(--slot-mid-rise)) scale(var(--slot-mid-scale));
    filter: blur(0);
  }
  58%, 75% {
    transform: translateX(-50%) translateY(var(--slot-back-rise)) scale(var(--slot-back-scale));
    filter: blur(0.4px);
  }
  83%, 100% {
    transform: translateX(-50%) translateY(var(--slot-gone-rise)) scale(0.79);
    filter: blur(1.6px);
  }
}

@keyframes notif-fade {
  0%          { opacity: 0;    z-index: 40; }
  8%, 25%     { opacity: 1;    z-index: 40; }
  33%, 50%    { opacity: 0.82; z-index: 30; }
  58%, 75%    { opacity: 0.55; z-index: 20; }
  83%, 100%   { opacity: 0;    z-index: 10; }
}

/* Fades out before the next card's contents fade in, so no two
   notifications are ever legible at once. */
@keyframes notif-content {
  0%, 4%    { opacity: 0; }
  12%, 25%  { opacity: 1; }
  27%, 100% { opacity: 0; }
}


/* ----------------------------------------------------------- hero copy */

.hero-column {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  text-align: center;
}

.hero-title {
  position: relative;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

/* Hand-drawn rule under the second line. Sized in em so it tracks the
   heading when the type scales down. */
.hero-underline {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 7.964em;      /* 446 / 56  */
  height: 0.1925em;    /* 10.78 / 56 */
  margin-top: 1px;
  transform: translateX(calc(-50% - 3.804em)) rotate(0.36deg);
  pointer-events: none;
}

.hero-sub {
  max-width: 864px;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.7;
}

.hero-sub strong {
  color: var(--text);
  font-weight: 700;
  opacity: 1;
}


/* --------------------------------------------------------------- button */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 10px;
  color: var(--accent-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  filter: drop-shadow(0 5px 0 var(--accent-shade));
  transition: transform 0.12s ease, filter 0.12s ease;
}

.btn:hover  { transform: translateY(1px); filter: drop-shadow(0 4px 0 var(--accent-shade)); }
.btn:active { transform: translateY(4px); filter: drop-shadow(0 1px 0 var(--accent-shade)); }

.btn-icon { width: 24px; height: 24px; }

.btn-compact { padding: 8px 18px; font-size: 14px; }
.btn-compact .btn-icon { width: 18px; height: 18px; }

.btn-wide { width: 100%; }


/* ---------------------------------------------------------------- video */

.hero-media { position: relative; z-index: 1; margin-top: 88px; }

.lightbox {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1312 / 738;
  padding: 0;
  background:
    radial-gradient(ellipse 50% 50% at 50% 50%,
      rgba(43, 43, 43, 0.85) 0%,
      rgba(23, 23, 23, 0.85) 100%);
  border: 1px solid rgba(68, 68, 68, 0.5);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.lightbox-thermo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.lightbox-thermo .thermo-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.lightbox-glow,
.lightbox-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.lightbox-glow { width: 200px; height: 160px; }
.lightbox-play { width: 64px;  height: 64px;  }

.lightbox:hover .lightbox-play { transform: translate(-50%, -50%) scale(1.08); }


/* ----------------------------------------------------------- responsive */

@media (max-width: 900px) {
  .navbar-links { display: none; }
  .hero { padding: 150px 20px 48px; }
  .hero-title { font-size: 40px; }
  .hero-sub   { font-size: 16px; }
  .hero-media { margin-top: 56px; }
  .notif-stack { top: 72px; }
  .notif-card { width: min(435px, 100%); }
}

@media (max-width: 560px) {
  .navbar { padding: 0 16px; }
  .hero { padding: 150px 16px 40px; }
  .notif-time { display: none; }
  .hero-title { font-size: 36px; }
  .hero-title br { display: none; }
  .hero-underline { display: none; }
  .hero-content { gap: 15px; }
  .hero-column { margin-top: 22px; }
  .notif-card { height: 60px; padding: 8px; }
  .notif-stack { height: 60px; }
  .notif-icon { width: 44px; height: 44px; }
  .notif-icon img { width: 26px; height: 26px; }
  .notif-title { font-size: 15px; }
  .notif-sub   { font-size: 12px; }
  .lightbox-glow { width: 140px; height: 112px; }
  .lightbox-play { width: 48px;  height: 48px;  }
}


/* Freeze the stack in its designed three-card arrangement. */
@media (prefers-reduced-motion: reduce) {
  .notif, .notif-card, .notif-card > * { animation: none; }
  .notif[style*="--i: 0"] { opacity: 1; z-index: 40; }
  .notif[style*="--i: 0"] .notif-card > * { opacity: 1; }
  .notif[style*="--i: 3"] { opacity: 0.82; z-index: 30; }
  .notif[style*="--i: 3"] .notif-card {
    transform: translateX(-50%) translateY(-17.2px) scale(0.9356);
  }
  .notif[style*="--i: 2"] { opacity: 0.55; z-index: 20; }
  .notif[style*="--i: 2"] .notif-card {
    transform: translateX(-50%) translateY(-34.8px) scale(0.8575);
  }
  .btn { transition: none; }
}


/* ---------------------------------------------------------- section-divider */
/* The repeating diagonal-hairline band that separates every section,
   matching the "Layout / 237 /" wireframe spacer. */

.section-divider {
  height: 48px;
  border-bottom: 1px solid var(--rail-line);
}


/* ------------------------------------------------------------ section-head */
/* Shared eyebrow + heading + subhead block reused by every section. */

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: rgba(231, 56, 8, 0.1);
  border-radius: 4px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-heading {
  margin: 0;
  color: var(--text);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.section-sub {
  margin: 0;
  max-width: 700px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.7;
}


/* ---------------------------------------------------------------- problem */

.problem {
  padding: 90px 24px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 1312px;
  margin: 64px auto 0;
}

.problem-card {
  padding: 30px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
}

.problem-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 45px;
  object-fit: cover;
  border-radius: 14px;
}

.problem-card h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.problem-card p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.65;
}

@media (max-width: 1024px) {
  .problem-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 900px) {
  .section-heading { font-size: 34px; }
}

@media (max-width: 560px) {
  .problem { padding: 56px 16px; }
  .problem-grid { grid-template-columns: 1fr; }
  .section-heading { font-size: 32px; }
  .section-heading br { display: none; }
}


/* -------------------------------------------------------------- advantage */

.advantage { padding: 90px 24px; }

.advantage-grid {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 80px;
  max-width: 1272px;
  margin: 0 auto;
}

.advantage-heading {
  margin: 24px 0 0;
  color: var(--text);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.advantage-image {
  aspect-ratio: 512 / 532;
  width: 100%;
  margin-top: 56px;
  object-fit: cover;
  border: 1px solid rgba(68, 68, 68, 0.5);
  border-radius: 8px;
}

.advantage-right p {
  margin: 0 0 20px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.65;
}

.advantage-right .lead {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.92;
}

.advantage-callout {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  font-weight: 700;
  opacity: 1 !important;
}

@media (max-width: 1024px) {
  .advantage-grid { grid-template-columns: 1fr; gap: 40px; }
  .advantage-image { margin-top: 32px; max-width: 420px; }
}

@media (max-width: 560px) {
  .advantage { padding: 56px 16px; }
  .advantage-heading { font-size: 32px; }
}


/* ----------------------------------------------------------- testimonials */

.testimonials { padding: 90px 24px; }

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1312px;
  margin: 64px auto 0;
}

.testimonial-card {
  padding: 32px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
}

.stars {
  color: #ff6a3d;
  font-size: 18px;
  letter-spacing: 4px;
}

.quote {
  margin: 20px 0 32px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.7;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.avatar {
  flex: none;
  width: 48px;
  height: 48px;
  background: var(--icon-bg);
  border-radius: 50%;
}

.author-name {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.author-role {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.55;
}

@media (max-width: 1024px) {
  .testimonial-grid { grid-template-columns: 1fr; gap: 16px; max-width: 500px; }
}

@media (max-width: 560px) {
  .testimonials { padding: 56px 16px; }
}

.testimonial-masonry {
  column-count: 3;
  column-gap: 16px;
  max-width: 1312px;
  margin: 64px auto 0;
}

.testimonial-masonry .testimonial-card {
  break-inside: avoid;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .testimonial-masonry { column-count: 2; }
}

@media (max-width: 640px) {
  .testimonial-masonry { column-count: 1; max-width: 480px; }
}


/* -------------------------------------------------------- offer-summary */

.offer-summary { padding: 90px 24px; }

.checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 56px;
  max-width: 900px;
  margin: 64px auto 0;
}

.checklist-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.checklist-item h4 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.checklist-item p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.6;
}

@media (max-width: 700px) {
  .checklist-grid { grid-template-columns: 1fr; max-width: 480px; }
}

@media (max-width: 560px) {
  .offer-summary { padding: 56px 16px; }
}


/* ------------------------------------------------------------- pricing */

.pricing { padding: 90px 24px; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1312px;
  margin: 64px auto 0;
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
}

.price-head {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.price-plan {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  opacity: 0.6;
}

.price-amount {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

.price-note {
  margin: 4px 0 0;
  color: var(--text);
  font-size: 14px;
  opacity: 0.55;
}

.price-body { padding: 24px 0; }

.price-includes {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-list li {
  position: relative;
  padding-left: 32px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.75;
}

.price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: var(--accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.price-card .btn { margin-top: auto; }

.price-trust { margin-top: 20px; text-align: center; }

.price-trust p {
  margin: 0;
  color: var(--text);
  font-size: 12px;
  opacity: 0.5;
}

.price-trust strong { font-weight: 600; opacity: 1; color: var(--text); }

.card-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 12px 0;
}

.card-badges span {
  padding: 4px 8px;
  background: var(--icon-bg);
  border-radius: 4px;
  color: var(--text);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.7;
}

.price-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.price-reviews .stars { font-size: 12px; letter-spacing: 2px; }

@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; }
}

@media (max-width: 560px) {
  .pricing { padding: 56px 16px; }
  .price-amount { font-size: 44px; }
}


/* --------------------------------------------------------------- trust */

.trust { padding: 90px 24px; }

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1312px;
  margin: 0 auto;
}

.trust-card {
  padding: 40px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.trust-card h3 {
  margin: 0 0 20px;
  color: var(--text);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.trust-card p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.6;
}

@media (max-width: 700px) {
  .trust-grid { grid-template-columns: 1fr; max-width: 480px; }
}

@media (max-width: 560px) {
  .trust { padding: 56px 16px; }
  .trust-card { padding: 28px; }
  .trust-card h3 { font-size: 22px; }
}


/* ----------------------------------------------------------- instructor */

.instructor { padding: 90px 24px; }

.instructor-grid {
  display: grid;
  grid-template-columns: 616fr 616fr;
  gap: 80px;
  max-width: 1312px;
  margin: 0 auto;
}

.instructor-image {
  aspect-ratio: 616 / 740;
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(68, 68, 68, 0.5);
  border-radius: 8px;
}

.instructor-content .advantage-heading { margin: 16px 0 24px; }

.instructor-content p {
  margin: 0 0 20px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.65;
}

@media (max-width: 1024px) {
  .instructor-grid { grid-template-columns: 1fr; gap: 32px; }
  .instructor-image { max-width: 420px; }
}

@media (max-width: 560px) {
  .instructor { padding: 56px 16px; }
}


/* --------------------------------------------------------------------- faq */

.faq { padding: 90px 24px; }

.faq-grid {
  display: grid;
  grid-template-columns: 500fr 732fr;
  gap: 80px;
  max-width: 1312px;
  margin: 0 auto;
}

.faq-intro p {
  margin: 16px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.6;
}

.faq-intro a { color: var(--text); text-decoration: underline; opacity: 1; }

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  padding: 24px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-icon {
  position: relative;
  flex: none;
  width: 18px;
  height: 18px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--accent);
  border-radius: 2px;
}

.faq-icon::before { width: 18px; height: 2px; transform: translate(-50%, -50%); }
.faq-icon::after   { width: 2px; height: 18px; transform: translate(-50%, -50%); transition: transform 0.2s ease; }

.faq-item[open] .faq-icon::after { transform: translate(-50%, -50%) scaleY(0); }

.faq-item p {
  margin: 16px 0 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.6;
  overflow: hidden;
  transition: height 200ms ease, margin-top 200ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .faq-item p { transition: none; }
}

@media (max-width: 900px) {
  .faq-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 560px) {
  .faq { padding: 56px 16px; }
}


/* ----------------------------------------------------------- final-cta */

.final-cta { padding: 90px 24px; }

.final-cta-action {
  max-width: 1312px;
  margin: 56px auto 0;
}

@media (max-width: 560px) {
  .final-cta { padding: 56px 16px; }
}


/* ------------------------------------------------------------- credits */

.credits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 20px 24px;
  border-top: 1px solid var(--rail-line);
}

.credits p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  opacity: 0.4;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  color: var(--text);
  font-size: 13px;
  text-decoration: none;
  opacity: 0.4;
  transition: opacity 0.15s ease;
}

.footer-links a:hover { opacity: 0.7; }

@media (max-width: 560px) {
  .credits { flex-direction: column; gap: 12px; text-align: center; }
}


/* --------------------------------------------------------------- product */

.product { padding: 90px 24px; }

.product-heading {
  margin: 0;
  color: var(--text);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.byline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 14px;
  opacity: 0.6;
}

.byline-avatar {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 50%;
}

.product-lead {
  max-width: 640px;
  color: var(--text);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0.95;
}

.product-sub { max-width: 720px; }

.product-collage {
  position: relative;
  max-width: 1312px;
  aspect-ratio: 16 / 9;
  margin: 64px auto 0;
}

.product-cover-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(68, 68, 68, 0.5);
  border-radius: 8px;
}

.collage-piece {
  position: absolute;
  background:
    radial-gradient(ellipse 50% 50% at 50% 50%,
      rgba(43, 43, 43, 0.85) 0%,
      rgba(23, 23, 23, 0.85) 100%);
  border: 1px solid rgba(68, 68, 68, 0.5);
  border-radius: 8px;
}

.collage-main  { left: 17%;    top: 0;      width: 66%;   height: 100%; z-index: 3; }
.collage-right { left: 65.4%;  top: 11.9%;  width: 27%;   height: 61%;  z-index: 2; }
.collage-left  { left: 5.2%;   top: 42.5%;  width: 22.4%; height: 51%;  z-index: 1; }

.collage-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  color: rgba(255, 255, 255, 0.25);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stats-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 900px;
  margin: 64px auto 0;
  padding: 32px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
}

.stat { text-align: center; }

.stat-number {
  margin: 0;
  color: var(--text);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.stat-label {
  margin: 4px 0 0;
  color: var(--text);
  font-size: 13px;
  opacity: 0.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 1312px;
  margin: 64px auto 0;
}

.feature-card {
  padding: 30px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
}

.feature-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 32px;
  object-fit: cover;
  border-radius: 12px;
}

.feature-card h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.feature-card p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.65;
}

.product-cta {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

@media (max-width: 1024px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .stats-row { flex-wrap: wrap; gap: 32px; }
}

@media (max-width: 900px) {
  .product-heading { font-size: 36px; }
}

@media (max-width: 560px) {
  .product { padding: 56px 16px; }
  .product-heading { font-size: 32px; }
  .feature-grid { grid-template-columns: 1fr; }
  .stats-row { gap: 24px 40px; padding: 24px; }
  .stat-number { font-size: 32px; }
}


/* ----------------------------------------------------------------- steps */

.steps { padding: 90px 24px; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 1312px;
  margin: 64px auto 0;
}

.step-image {
  aspect-ratio: 405 / 250;
  width: 100%;
  margin-bottom: 32px;
  object-fit: cover;
  border: 1px solid rgba(68, 68, 68, 0.5);
  border-radius: 8px;
}

.step-card h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.step-card p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.65;
}

@media (max-width: 1024px) {
  .steps-grid { grid-template-columns: 1fr; max-width: 480px; gap: 40px; }
}

@media (max-width: 560px) {
  .steps { padding: 56px 16px; }
}


/* ------------------------------------------------------------ curriculum */

.curriculum { padding: 90px 24px; }

.module-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1088px;
  margin: 64px auto 0;
}

.module-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 40%),
    #161616;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  overflow: hidden;
}

.module-eyebrow {
  margin: 0;
  padding: 32px 32px 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.module-card h3 {
  margin: 6px 0 0;
  padding: 0 32px;
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.module-desc {
  margin: 8px 0 24px;
  padding: 0 32px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.6;
}

.module-lessons {
  columns: 2;
  column-gap: 40px;
  margin: 0;
  padding: 24px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  list-style: none;
  counter-reset: lesson;
}

.module-lessons li {
  margin-bottom: 10px;
  break-inside: avoid;
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.5;
  counter-increment: lesson;
}

.module-lessons li::before {
  content: counter(lesson) ". ";
}

.module-lessons li.coming-soon {
  font-style: italic;
}

@media (max-width: 560px) {
  .curriculum { padding: 56px 16px; }
  .module-eyebrow, .module-card h3, .module-desc, .module-lessons { padding-left: 20px; padding-right: 20px; }
  .module-card h3 { font-size: 20px; }
  .module-lessons { columns: 1; }
}


/* ---------------------------------------------------------- waitlist modal */

.waitlist-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.waitlist-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.waitlist-modal {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 32px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  transform: translateY(12px);
  transition: transform 0.2s ease;
}

.waitlist-overlay.open .waitlist-modal { transform: translateY(0); }

.waitlist-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  color: var(--text);
  font-size: 22px;
  line-height: 1;
  opacity: 0.5;
  cursor: pointer;
}

.waitlist-close:hover { opacity: 1; }

.waitlist-modal h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 22px;
  font-weight: 700;
}

.waitlist-modal p {
  margin: 0 0 20px;
  color: var(--text);
  font-size: 14px;
  opacity: 0.6;
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.waitlist-input {
  padding: 16px 16px;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: var(--text);
  font-size: 15px;
  font-family: inherit;
}

.waitlist-input:focus { outline: none; border-color: var(--accent); }

.waitlist-form .btn { cursor: pointer; }
.waitlist-form .btn:disabled { opacity: 0.6; cursor: default; }

.waitlist-status {
  margin: 0;
  min-height: 16px;
  color: var(--text);
  font-size: 13px;
  opacity: 0.6;
}

.waitlist-status.success { color: #8ce99a; opacity: 1; }
.waitlist-status.error { color: #ff6a3d; opacity: 1; }


/* ------------------------------------------------------- inline signup card */
/* Used on lead-magnet pages (e.g. the free email course) in place of the
   waitlist modal — the form sits directly in the section instead of a
   popup. */

.signup-card {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 8px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.signup-form {
  display: flex;
  gap: 8px;
}

.signup-form .waitlist-input { flex: 1; min-width: 0; }
.signup-form input[name="email"] { flex: 1.6; }
.signup-form .btn { flex: none; }

.signup-status {
  margin: 10px 4px 0;
  min-height: 16px;
  color: var(--text);
  font-size: 13px;
  opacity: 0.6;
  text-align: center;
}

.signup-status.success { color: #8ce99a; opacity: 1; }
.signup-status.error { color: #ff6a3d; opacity: 1; }

.signup-note {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 13px;
  opacity: 0.45;
  text-align: center;
}

.signup-thanks { display: none; padding: 20px 12px; text-align: center; }

.signup-card.done .signup-form,
.signup-card.done .signup-note { display: none; }

.signup-card.done .signup-thanks { display: block; }

.signup-thanks h4 {
  margin: 0 0 6px;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
}

.signup-thanks p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  opacity: 0.6;
}

@media (max-width: 560px) {
  .signup-form { flex-direction: column; }
  .signup-form .btn { width: 100%; }
}


/* -------------------------------------------------------------- outcome list */

.outcome-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 860px;
  margin: 56px auto 0;
}

.outcome-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 26px 28px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
}

.outcome-num {
  flex: none;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: rgba(231, 56, 8, 0.12);
  border-radius: 8px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
}

.outcome-item p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.8;
}

@media (max-width: 560px) {
  .outcome-item { padding: 18px 18px; gap: 14px; }
}
