:root {
  --ink: #0f0f0e;
  --ink-2: #171714;
  --ink-3: #22221e;
  --cream: #f5efe6;
  --muted: #b8b1a8;
  --orange: #ff5a1f;
  --orange-2: #ff7b42;
  --lime: #d8ff61;
  --line: rgba(245, 239, 230, .14);
  --shadow: 0 28px 70px rgba(0, 0, 0, .35);
  --radius: 26px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background:
    radial-gradient(circle at 90% 2%, rgba(255, 90, 31, .19), transparent 28rem),
    radial-gradient(circle at 5% 45%, rgba(216, 255, 97, .08), transparent 28rem),
    var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

::selection { color: var(--ink); background: var(--lime); }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.site-header {
  width: min(calc(100% - 32px), var(--max));
  height: 68px;
  margin: 16px auto 0;
  padding: 0 16px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: sticky;
  top: 12px;
  z-index: 20;
  background: rgba(15, 15, 14, .78);
  border: 1px solid var(--line);
  border-radius: 18px;
  backdrop-filter: blur(18px);
}

.brand {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -.07em;
  text-decoration: none;
}
.brand span { color: var(--orange); }

.header-cta {
  padding: 12px 15px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 10px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none;
}

.hero {
  width: min(calc(100% - 32px), var(--max));
  min-height: calc(100vh - 104px);
  margin: 18px auto 0;
  padding: clamp(30px, 5vw, 68px);
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(460px, 1.28fr);
  grid-template-areas:
    "intro video"
    "proof video";
  align-items: center;
  gap: 28px 48px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 45%),
    var(--ink-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero::before {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  right: -170px;
  top: -180px;
  border-radius: 50%;
  background: var(--orange);
  filter: blur(10px);
  opacity: .16;
}

.hero-intro { grid-area: intro; position: relative; z-index: 1; }
.eyebrow, .section-kicker {
  margin: 0 0 16px;
  color: var(--lime);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero h1,
.section-head h2,
.contact-copy h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 400;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 570px;
  font-size: clamp(2.45rem, 4.6vw, 5rem);
  line-height: .95;
}
.hero h1 span,
.section-head h2 span,
.contact-copy h2 span { color: var(--orange); }
.hero-sub {
  max-width: 570px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(.98rem, 1.2vw, 1.12rem);
  line-height: 1.62;
}

.video-card {
  grid-area: video;
  width: 100%;
  position: relative;
  z-index: 2;
}
.video-topline,
.video-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.video-topline {
  margin-bottom: 10px;
  color: rgba(245, 239, 230, .7);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.video-topline span:first-child { color: var(--cream); }
.video-topline i,
.form-status i {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 90, 31, .12);
  animation: pulse 1.8s infinite;
}
.video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
  background: #090909;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  box-shadow: 16px 16px 0 var(--orange), 0 32px 80px rgba(0,0,0,.4);
}
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-poster {
  width: 100%;
  height: 100%;
  padding: clamp(22px, 4vw, 50px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  position: relative;
  overflow: hidden;
  color: var(--cream);
  text-align: left;
  background:
    linear-gradient(130deg, rgba(255, 90, 31, .92), rgba(255, 90, 31, .16) 42%, transparent 70%),
    linear-gradient(150deg, #26231d, #0b0b0a);
  border: 0;
}
.video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}
.poster-copy { position: relative; z-index: 2; }
.poster-copy > span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.poster-copy strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 4.3vw, 4.8rem);
  line-height: .93;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.poster-copy small {
  display: block;
  margin-top: 13px;
  color: rgba(245, 239, 230, .72);
  font-size: .88rem;
}
.play-button {
  width: clamp(72px, 8vw, 110px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(216, 255, 97, .12);
  transition: transform .2s ease;
}
.video-poster:hover .play-button { transform: scale(1.08); }
.play-button span { margin-left: 5px; font-size: 1.6rem; }
.poster-orbit {
  position: absolute;
  border: 1px solid rgba(245,239,230,.18);
  border-radius: 50%;
}
.poster-orbit-a { width: 430px; height: 430px; right: -130px; top: -190px; }
.poster-orbit-b { width: 270px; height: 270px; right: -48px; top: -110px; }
.video-caption {
  margin-top: 22px;
  font-size: .78rem;
}
.video-caption p { margin: 0; color: var(--muted); }
.video-caption strong { color: var(--cream); }
.video-caption a {
  flex: 0 0 auto;
  color: var(--lime);
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none;
}

.hero-proof {
  grid-area: proof;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  align-self: end;
  color: rgba(245, 239, 230, .68);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.hero-proof b { color: var(--orange); }

.problem-strip {
  width: min(calc(100% - 32px), var(--max));
  margin: 18px auto 0;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 16px;
  font-weight: 900;
}
.problem-strip p { margin: 0; }
.problem-strip p:last-child { text-align: right; }

.section {
  width: min(calc(100% - 32px), var(--max));
  margin: clamp(72px, 9vw, 128px) auto 0;
}
.section-head { max-width: 900px; margin-bottom: 38px; }
.section-head.compact { max-width: 850px; }
.section-head h2,
.contact-copy h2 {
  font-size: clamp(2.5rem, 5.7vw, 5.8rem);
  line-height: .94;
}
.section-head > p:last-child,
.contact-copy > p {
  max-width: 710px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.compare-shell {
  padding: clamp(14px, 2vw, 22px);
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.compare-stage {
  width: min(100%, 940px);
  aspect-ratio: 9 / 13.5;
  margin: auto;
  position: relative;
  overflow: hidden;
  background: #222;
  border-radius: 19px;
  touch-action: pan-y;
  user-select: none;
}
.compare-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.compare-before {
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
}
.compare-stage::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: var(--position);
  top: 0;
  z-index: 2;
  background: rgba(255,255,255,.92);
  transform: translateX(-1px);
  pointer-events: none;
}
.compare-divider {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  position: absolute;
  left: var(--position);
  top: 50%;
  z-index: 3;
  color: var(--ink);
  background: var(--lime);
  border: 5px solid rgba(15,15,14,.7);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  pointer-events: none;
}
.compare-divider span { font-weight: 900; }
.compare-range {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0;
  cursor: ew-resize;
}
.compare-label {
  position: absolute;
  top: 18px;
  z-index: 3;
  padding: 8px 11px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  pointer-events: none;
}
.label-before { left: 18px; }
.label-after { right: 18px; background: var(--lime); }
.compare-help { margin: 16px 0 0; color: var(--muted); text-align: center; font-size: .82rem; }

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.proof-grid article {
  min-height: 300px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 20px;
}
.proof-grid article:nth-child(2),
.proof-grid article:nth-child(4) { transform: translateY(28px); }
.proof-grid span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--orange);
  border-radius: 50%;
  font-weight: 900;
}
.proof-grid h3 { margin: auto 0 14px; font-size: 1.35rem; }
.proof-grid p { margin: 0; color: var(--muted); line-height: 1.58; }

.steps { display: grid; gap: 12px; }
.steps article {
  padding: 26px 28px;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 24px;
  background: linear-gradient(90deg, rgba(255,90,31,.12), transparent 26%), var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.steps b {
  color: var(--orange);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
}
.steps h3 { margin: 0 0 8px; font-size: 1.35rem; }
.steps p { margin: 0; color: var(--muted); line-height: 1.55; }

.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  cursor: pointer;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--orange); font-size: 1.5rem; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 820px; margin: -4px 0 25px; color: var(--muted); line-height: 1.65; }

.contact {
  margin-bottom: 100px;
  padding: clamp(28px, 5vw, 64px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
  background:
    radial-gradient(circle at 0 0, rgba(255,90,31,.22), transparent 32rem),
    var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.contact-copy ul { margin: 26px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.contact-copy li { color: var(--cream); font-weight: 750; }
.contact-copy li span { margin-right: 8px; color: var(--lime); }
.form-card {
  padding: clamp(20px, 3vw, 34px);
  background: var(--cream);
  border-radius: 22px;
  color: var(--ink);
}
.form-status {
  margin-bottom: 22px;
  color: #57534d;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.form-status i { width: 7px; height: 7px; background: #3bb04a; box-shadow: 0 0 0 6px rgba(59,176,74,.12); }
.honeypot { position: absolute; left: -9999px; }
form { display: grid; gap: 14px; }
form label { display: grid; gap: 7px; }
form label > span { font-size: .78rem; font-weight: 850; }
input, select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d8d1c7;
  border-radius: 10px;
  outline: none;
}
input:focus, select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,90,31,.12); }
form button,
.form-success a {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: var(--cream);
  background: var(--orange);
  border: 0;
  border-radius: 10px;
  font-weight: 950;
  letter-spacing: .03em;
  text-decoration: none;
}
.privacy { margin: 0; color: #77716a; font-size: .72rem; line-height: 1.4; }
.form-success { padding: 20px 0; text-align: center; }
.form-success > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-size: 1.7rem;
  font-weight: 900;
}
.form-success h3 { margin: 0 0 10px; font-size: 1.8rem; }
.form-success p { margin: 0 0 20px; color: #68625b; line-height: 1.5; }
.form-success a { justify-content: center; }

footer {
  width: min(calc(100% - 32px), var(--max));
  min-height: 90px;
  margin: 0 auto 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-top: 1px solid var(--line);
}
footer p { color: var(--muted); font-size: .82rem; }
footer > a:last-child { color: var(--lime); font-weight: 900; text-decoration: none; }

.mobile-cta { display: none; }

@keyframes pulse {
  0%, 100% { transform: scale(.92); opacity: .75; }
  50% { transform: scale(1.08); opacity: 1; }
}

@media (max-width: 980px) {
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "video" "proof";
    gap: 26px;
  }
  .hero h1 { max-width: 820px; }
  .hero-sub { max-width: 720px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid article:nth-child(2), .proof-grid article:nth-child(4) { transform: none; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { padding-bottom: 76px; }
  .site-header { width: calc(100% - 20px); height: 58px; margin-top: 10px; top: 8px; }
  .brand { font-size: 1.65rem; }
  .header-cta { padding: 10px 11px; font-size: .61rem; }

  .hero {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 22px 16px 24px;
    border-radius: 20px;
  }
  .eyebrow { margin-bottom: 11px; font-size: .62rem; }
  .hero h1 { font-size: clamp(2.15rem, 12vw, 3.4rem); }
  .hero-sub { display: none; }
  .video-card { margin-top: 2px; }
  .video-topline { font-size: .56rem; }
  .video-topline span:last-child { display: none; }
  .video-frame { border-radius: 15px; box-shadow: 8px 9px 0 var(--orange); }
  .video-poster { padding: 18px; }
  .poster-copy > span { margin-bottom: 8px; padding: 5px 8px; font-size: .54rem; }
  .poster-copy strong { font-size: clamp(1.55rem, 9vw, 2.3rem); }
  .poster-copy small { margin-top: 8px; font-size: .68rem; }
  .play-button { width: 64px; }
  .play-button span { font-size: 1.1rem; }
  .video-caption { margin-top: 18px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .video-caption a { font-size: .72rem; }
  .hero-proof { gap: 7px; font-size: .57rem; }

  .problem-strip {
    width: calc(100% - 20px);
    padding: 16px;
    display: grid;
    gap: 8px;
    border-radius: 13px;
    font-size: .82rem;
    line-height: 1.35;
  }
  .problem-strip p:last-child { text-align: left; }

  .section { width: calc(100% - 20px); margin-top: 72px; }
  .section-head { margin-bottom: 26px; }
  .section-head h2, .contact-copy h2 { font-size: clamp(2.2rem, 12vw, 3.5rem); }
  .section-head > p:last-child, .contact-copy > p { margin-top: 16px; font-size: .94rem; }
  .section-kicker { font-size: .62rem; }

  .compare-shell { padding: 9px; border-radius: 19px; }
  .compare-stage { aspect-ratio: 9 / 15; border-radius: 13px; }
  .compare-divider { width: 46px; height: 46px; }
  .compare-label { top: 10px; padding: 6px 8px; font-size: .57rem; }
  .label-before { left: 10px; }
  .label-after { right: 10px; }
  .compare-help { font-size: .72rem; }

  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 220px; padding: 21px; }
  .proof-grid h3 { margin-top: 58px; }

  .steps article { padding: 20px; grid-template-columns: 58px 1fr; gap: 14px; }
  .steps b { font-size: 2.5rem; }

  .faq summary { padding: 21px 0; font-size: 1rem; }
  .faq details p { font-size: .93rem; }

  .contact { margin-bottom: 70px; padding: 23px 16px; border-radius: 20px; }
  .form-card { padding: 18px; border-radius: 16px; }
  footer { margin-bottom: 20px; padding: 25px 0; align-items: flex-start; flex-direction: column; }

  .mobile-cta {
    min-height: 58px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    color: var(--ink);
    background: var(--lime);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0,0,0,.35);
    font-size: .69rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-decoration: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
