:root {
  --bg: #07071a;
  --panel: #161827;
  --text: #ffffff;
  --body: rgba(255, 255, 255, 0.8);
  --muted: rgba(255, 255, 255, 0.51);
  --cyan: #1febb6;
  --green: #00b584;
  --blue: #1182f4;
  --deep: #0054be;
  --border: rgba(31, 235, 182, 0.51);
  --soft-border: rgba(255, 255, 255, 0.1);
  --glass: rgba(255, 255, 255, 0.075);
  --glass-strong: rgba(255, 255, 255, 0.12);
  --glass-line: rgba(255, 255, 255, 0.24);
  --glass-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.26), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translate3d(0, 36px, 0) scale(0.985);
    filter: blur(10px);
    transition:
      opacity 700ms ease,
      transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
      filter 700ms ease;
    transition-delay: var(--reveal-delay, 0ms);
  }

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

body {
  margin: 0;
  background:
    linear-gradient(rgba(0, 181, 132, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 181, 132, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(0, 181, 132, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 181, 132, 0.025) 1px, transparent 1px),
    linear-gradient(135deg, rgba(31, 235, 182, 0.08) 0%, transparent 28%),
    linear-gradient(220deg, rgba(17, 130, 244, 0.16) 0%, transparent 30%),
    radial-gradient(ellipse at 18% 55%, rgba(0, 181, 132, 0.24), transparent 42rem),
    radial-gradient(ellipse at 78% 48%, rgba(0, 84, 190, 0.26), transparent 38rem),
    var(--bg);
  background-size:
    80px 80px,
    80px 80px,
    20px 20px,
    20px 20px,
    auto,
    auto,
    auto,
    auto,
    auto;
  background-attachment: fixed;
  color: var(--text);
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Calibri, Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

body.is-consent-open {
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .button,
  .pain-card,
  .compare-card,
  .step-card,
  details,
  .quick-strip,
  .hero-media,
  .vsl-sound-toggle,
  .vsl-play-overlay,
  .vsl-fullscreen,
  .vsl-caption-toggle,
  .solution img,
  .timeline-item img,
  .founder-card {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease, filter 220ms ease;
    transform-style: preserve-3d;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.035) 34%, transparent 56%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 120px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.25));
}

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

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

.section-shell {
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 26px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 120px));
  margin: 0 auto;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  margin-top: 28px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045));
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.logo img,
.footer img {
  width: 216px;
  height: auto;
}

.logo,
.footer a,
.nav a,
summary {
  transition: transform 200ms ease, color 200ms ease, opacity 200ms ease, filter 200ms ease;
}

.nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
}

.nav-toggle {
  position: relative;
  display: none;
  width: 46px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(7, 7, 26, 0.48);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms ease, background 200ms ease;
}

.site-header.is-menu-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-cta-mobile {
  display: none;
}

.nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .logo:hover {
    transform: translateY(-2px) scale(1.025);
    filter: drop-shadow(0 10px 22px rgba(31, 235, 182, 0.22));
  }

  .nav a:hover {
    color: #fff;
    transform: translateY(-2px);
  }

  .nav a:hover::after {
    transform: scaleX(1);
  }

  .nav-toggle:hover {
    transform: translateY(-2px) scale(1.03);
    border-color: rgba(31, 235, 182, 0.46);
    box-shadow: 0 20px 48px rgba(17, 130, 244, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 48%),
    linear-gradient(60deg, var(--green), var(--blue));
  box-shadow: 0 16px 40px rgba(17, 130, 244, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.38);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.button::after {
  content: "";
  position: absolute;
  inset: -80% -45%;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.45) 48%, transparent 61%);
  transform: translateX(-58%) rotate(8deg);
  transition: transform 520ms ease;
  pointer-events: none;
}

.button > *,
.button {
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-3px) translateZ(18px) scale(1.025);
    box-shadow: 0 24px 58px rgba(17, 130, 244, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.55);
    filter: saturate(1.12);
  }

  .button:hover::after {
    transform: translateX(58%) rotate(8deg);
  }

  .button:active {
    transform: translateY(-1px) scale(0.99);
  }
}

.button-small {
  min-height: 46px;
  padding-inline: 26px;
  font-size: 14px;
}

.button.light {
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(255, 255, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  color: #07071a;
}

.mobile-section-cta {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
  min-height: 570px;
  padding: 36px 0 56px;
}

.hero-copy {
  max-width: 650px;
}

.nowrap {
  white-space: nowrap;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 4px 13px;
  border: 1px solid rgba(31, 235, 182, 0.48);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero .eyebrow {
  position: relative;
  z-index: 3;
  margin-bottom: 10px !important;
  transform: none !important;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.section-heading h2,
.solution h2,
.founder h2,
.contact-steps > h2,
.faq > h2,
.cta-inner h2 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.15;
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

h1 span {
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.08em;
}

.section-heading span,
.solution span,
.cta-inner span,
.compare span {
  color: var(--cyan);
}

.hero p {
  color: var(--body);
  max-width: 620px;
  margin-bottom: 44px;
}

.hero .hero-note {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: -20px 0 30px;
  list-style: none;
}

.hero-benefits li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(31, 235, 182, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
}

.hero-media {
  position: relative;
  aspect-ratio: 16 / 9;
  align-self: center;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.015)),
    linear-gradient(90deg, rgba(7, 7, 26, 0.12), rgba(7, 7, 26, 0.55)),
    radial-gradient(ellipse at 50% 38%, rgba(17, 130, 244, 0.25), transparent 22rem),
    #050816;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-media.hero-vsl-shell {
  aspect-ratio: 1.8461538461538463;
  width: 100%;
  justify-self: end;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 32%),
    radial-gradient(ellipse at 70% 22%, rgba(31, 235, 182, 0.13), transparent 18rem);
  mix-blend-mode: screen;
}

.hero-media img,
.hero-vsl,
.hero-embed,
.hero-wistia-mount,
.hero-wistia-mount > div,
.hero-wistia-mount iframe,
.hero-wistia-mount wistia-player {
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 280ms ease, filter 280ms ease;
}

.hero-media img,
.hero-vsl {
  object-fit: contain;
  object-position: center;
}

.hero-vsl {
  border: 0;
  background: rgba(7, 7, 26, 0.7);
  cursor: pointer;
  object-position: center top !important;
}

.hero-vsl::cue {
  color: transparent;
  background: transparent;
}

.hero-embed {
  position: relative;
  z-index: 1;
  display: block;
  border: 0;
  background: rgba(7, 7, 26, 0.7);
}

.hero-wistia-mount {
  position: relative;
  z-index: 1;
  display: block;
  background: rgba(7, 7, 26, 0.7);
}

.hero-wistia-mount wistia-player {
  display: block;
}

.hero-wistia-mount wistia-player[media-id="lt5ad2quhp"]:not(:defined) {
  height: auto;
  padding-top: 54.17%;
  background: center / contain no-repeat url("https://fast.wistia.com/embed/medias/lt5ad2quhp/swatch");
  filter: blur(5px);
}

.vsl-sound-toggle {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 100px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 52%),
    rgba(7, 7, 26, 0.62);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.vsl-sound-toggle svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.vsl-sound-toggle .icon-sound {
  display: none;
}

.vsl-sound-toggle.is-active .icon-muted {
  display: none;
}

.vsl-sound-toggle.is-active .icon-sound {
  display: block;
}

.vsl-sound-toggle.is-active {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 52%),
    linear-gradient(60deg, rgba(0, 181, 132, 0.9), rgba(17, 130, 244, 0.9));
}

.vsl-play-overlay,
.vsl-muted-badge,
.vsl-fullscreen,
.vsl-caption-toggle,
.vsl-caption-overlay {
  position: absolute;
  z-index: 4;
}

.vsl-play-overlay {
  inset: 0;
  z-index: 12;
  border: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.28) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
  color: #fff;
  cursor: pointer;
  transition: opacity 240ms ease, transform 240ms ease;
}

.hero-wistia-mount + .vsl-play-overlay {
  display: grid;
  place-items: center;
}

.vsl-play-overlay .vsl-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vsl-play-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
}

.vsl-play-icon {
  display: grid;
  place-items: center;
  width: clamp(74px, 8vw, 108px);
  height: clamp(74px, 8vw, 108px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
    rgba(7, 7, 26, 0.58);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), 0 0 42px rgba(31, 235, 182, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hero-vsl-shell .vsl-play-icon {
  width: clamp(56px, 5.8vw, 82px);
  height: clamp(56px, 5.8vw, 82px);
}

.vsl-play-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 7px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #fff;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

.hero-vsl-shell .vsl-play-icon::before {
  margin-left: 5px;
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 21px;
}

.hero-wistia-mount + .vsl-play-overlay .vsl-play-icon {
  width: clamp(54px, 5vw, 74px);
  height: clamp(54px, 5vw, 74px);
}

.hero-wistia-mount + .vsl-play-overlay .vsl-play-icon::before {
  margin-left: 5px;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 19px;
}

.vsl-muted-badge {
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 100px;
  background: rgba(7, 7, 26, 0.62);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  transition: opacity 220ms ease, transform 220ms ease;
}

.vsl-muted-badge.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
}

.vsl-muted-badge svg {
  width: 17px;
  height: 17px;
}

.vsl-fullscreen {
  left: 18px;
  top: 18px;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  background: rgba(7, 7, 26, 0.62);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.vsl-caption-toggle {
  left: 74px;
  top: 18px;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 58%),
    rgba(7, 7, 26, 0.62);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, opacity 220ms ease;
}

.vsl-caption-toggle[aria-pressed="false"] {
  opacity: 0.58;
}

.vsl-fullscreen svg {
  width: 20px;
  height: 20px;
}

.vsl-caption-overlay {
  left: 50%;
  bottom: 82px;
  max-width: min(84%, 720px);
  min-height: 42px;
  padding: 7px 14px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.64);
  color: #fff;
  font-size: clamp(17px, 1.25vw, 22px);
  font-weight: 600;
  line-height: 1.18;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.68);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.vsl-caption-overlay.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.hero-media.is-video-active .vsl-caption-overlay,
.hero-media.is-fullscreen .vsl-caption-overlay,
.hero-media:fullscreen .vsl-caption-overlay {
  bottom: 82px;
  transform: translateX(-50%) translateY(6px);
}

.hero-media.is-video-active .vsl-caption-overlay.is-visible,
.hero-media.is-fullscreen .vsl-caption-overlay.is-visible,
.hero-media:fullscreen .vsl-caption-overlay.is-visible {
  transform: translateX(-50%) translateY(0);
}

.vsl-hover-control {
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .hero-media:hover {
    transform: perspective(900px) rotateX(1.8deg) rotateY(-2.2deg) translateY(-6px);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 34px 110px rgba(17, 130, 244, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }

  .hero-media:hover img,
  .hero-media:hover .hero-vsl,
  .hero-media:hover .hero-embed,
  .hero-media:hover .hero-wistia-mount {
    transform: translateZ(18px);
    filter: saturate(1.08) contrast(1.02);
  }

  .vsl-sound-toggle:hover {
    transform: translateY(-3px) translateZ(22px) scale(1.03);
    border-color: rgba(31, 235, 182, 0.58);
    box-shadow: 0 24px 62px rgba(17, 130, 244, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  }

  .vsl-play-overlay:hover .vsl-play-icon {
    transform: translate(-50%, -50%) scale(1.04);
    border-color: rgba(31, 235, 182, 0.58);
    box-shadow: 0 24px 62px rgba(17, 130, 244, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  }

  .vsl-fullscreen:hover {
    transform: translateY(-3px) scale(1.04);
    border-color: rgba(31, 235, 182, 0.58);
    box-shadow: 0 24px 62px rgba(17, 130, 244, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  }

  .hero-media:hover .vsl-hover-control,
  .hero-media:focus-within .vsl-hover-control {
    opacity: 1;
    pointer-events: auto;
  }

  .hero-media:hover .vsl-play-overlay.is-hidden,
  .hero-media:focus-within .vsl-play-overlay.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
}

.quick-strip-heading {
  margin-top: clamp(42px, 6vw, 92px);
  margin-bottom: 16px;
  text-align: center;
}

.quick-strip-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.15;
}

.quick-strip {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 32px;
  border: 1px solid rgba(31, 235, 182, 0.42);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025));
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(26px) saturate(145%);
  -webkit-backdrop-filter: blur(26px) saturate(145%);
}

.quick-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 35%, rgba(31, 235, 182, 0.08));
  pointer-events: none;
}

.quick-strip > * {
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .quick-strip:hover {
    transform: perspective(1000px) rotateX(1deg) translateY(-4px);
    border-color: rgba(31, 235, 182, 0.62);
    box-shadow: 0 36px 100px rgba(0, 181, 132, 0.13), var(--glass-shadow);
  }
}

.quick-strip h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.quick-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.pain-section,
.timeline,
.compare,
.faq,
.contact-steps {
  padding: 150px 0 80px;
}

.center {
  max-width: 760px;
  margin: 0 auto 72px;
  text-align: center;
}

.center p {
  color: var(--body);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pain-card,
.compare-card,
.step-card {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03) 42%, rgba(17, 130, 244, 0.08)),
    rgba(7, 7, 26, 0.5);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.pain-card::before,
.compare-card::before,
.step-card::before,
details::before,
.founder-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 32%, rgba(31, 235, 182, 0.08) 70%, transparent);
  opacity: 0.72;
}

.pain-card::after,
.compare-card::after,
.step-card::after,
details::after {
  content: "";
  position: absolute;
  inset: -70% -40%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.22) 50%, transparent 62%);
  transform: translateX(-45%) rotate(8deg);
  opacity: 0;
  transition: transform 520ms ease, opacity 220ms ease;
}

.pain-card > *,
.compare-card > *,
.step-card > *,
details > *,
.founder-card > * {
  position: relative;
  z-index: 1;
}

.pain-card.featured,
.compare-card.pro,
.step-card.active {
  border-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(140deg, rgba(17, 130, 244, 0.9) 0%, rgba(0, 181, 132, 0.86) 100%);
  box-shadow: 0 30px 90px rgba(17, 130, 244, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

@media (hover: hover) and (pointer: fine) {
  .pain-card:hover,
  .compare-card:hover,
  .step-card:hover,
  details:hover {
    transform: perspective(1000px) rotateX(2.2deg) rotateY(-2.4deg) translateY(-8px) translateZ(18px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 38px 100px rgba(0, 0, 0, 0.42), 0 18px 46px rgba(17, 130, 244, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  }

  .pain-card.featured:hover,
  .compare-card.pro:hover,
  .step-card.active:hover {
    box-shadow: 0 42px 110px rgba(17, 130, 244, 0.34), 0 18px 54px rgba(0, 181, 132, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  }

  .pain-card:hover::after,
  .compare-card:hover::after,
  .step-card:hover::after,
  details:hover::after {
    opacity: 1;
    transform: translateX(48%) rotate(8deg);
  }

  .pain-card:hover .icon {
    transform: translateZ(24px) scale(1.04);
  }
}

.pain-card.wide {
  grid-column: span 2;
}

.icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 26px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, rgba(31, 235, 182, 0.72), rgba(17, 130, 244, 0.34));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 12px 28px rgba(0, 181, 132, 0.18);
  color: #062032;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.pain-card h3,
.compare-card h3,
.step-card h3 {
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.pain-card p,
.compare-card p,
.step-card p,
.solution p,
.timeline-item p,
.founder p,
details p {
  color: var(--body);
}

.solution {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  align-items: center;
  gap: 90px;
  padding: 110px 0;
}

.solution-copy {
  max-width: 590px;
}

.solution img {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  box-shadow: var(--glass-shadow);
}

@media (hover: hover) and (pointer: fine) {
  .solution img:hover,
  .timeline-item img:hover,
  .founder-card:hover {
    transform: perspective(1000px) rotateX(1.6deg) rotateY(2deg) translateY(-7px);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 40px 110px rgba(0, 0, 0, 0.36), 0 18px 52px rgba(17, 130, 244, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.32);
    filter: saturate(1.05);
  }
}

.check-list,
.x-list {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 32px 0 42px;
  list-style: none;
}

.check-list li,
.x-list li {
  position: relative;
  padding-left: 32px;
  color: var(--body);
}

.check-list li::before,
.x-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  background: #fff;
  color: var(--green);
}

.x-list li::before {
  content: "×";
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.timeline-list {
  position: relative;
  display: grid;
  gap: 90px;
}

.timeline-list::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  width: 1px;
  background: rgba(31, 235, 182, 0.18);
}

.timeline-item {
  position: relative;
  width: 46%;
}

.timeline-item.right {
  margin-left: auto;
}

.timeline-item.left {
  margin-right: auto;
}

.timeline-item img {
  width: 100%;
  aspect-ratio: 493 / 328;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  margin-bottom: 32px;
}

.timeline-item h3 {
  font-size: 34px;
  margin-bottom: 18px;
}

.step {
  position: absolute;
  top: 8px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(145deg, var(--cyan), var(--green));
  box-shadow: 0 10px 30px rgba(0, 181, 132, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-weight: 700;
}

.timeline-item.right .step {
  left: calc(-8.7% - 42px);
}

.timeline-item.left .step {
  right: calc(-8.7% - 42px);
}

.cta-band {
  margin-top: 50px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74)),
    #f7f7f7;
  color: #07071a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(7, 7, 26, 0.08);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 72px 0;
}

.cta-inner h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.compare .section-heading.center {
  max-width: 1040px;
  margin-left: 0;
  text-align: left;
}

.final-cta {
  padding: 40px 0 30px;
}

.final-cta-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(31, 235, 182, 0.34);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035) 42%, rgba(17, 130, 244, 0.16)),
    rgba(7, 7, 26, 0.62);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.final-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%, rgba(31, 235, 182, 0.08));
}

.final-cta-card > * {
  position: relative;
  z-index: 1;
}

.final-cta-card h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
}

.final-cta-card p:not(.eyebrow) {
  max-width: 680px;
  color: var(--body);
}

.analysis-page-main {
  padding-top: 24px;
}

body.analysis-intro-pending .site-header {
  display: none;
}

.analysis-page-main.is-intro-pending {
  min-height: 100dvh;
  padding-top: 0;
}

.analysis-page-main.is-intro-pending [data-analysis-flow-content] {
  display: none;
}

.analysis-hero {
  padding: 86px 0 18px;
}

.analysis-hero h1 {
  max-width: 980px;
  margin-bottom: 20px;
}

.analysis-hero p:not(.eyebrow) {
  max-width: 680px;
  color: var(--body);
}

.intro-video-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  padding: clamp(54px, 7vw, 92px) 0 clamp(38px, 5vw, 72px);
}

.intro-video-copy,
.intro-video-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03) 42%, rgba(17, 130, 244, 0.08)),
    rgba(7, 7, 26, 0.54);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.intro-video-copy::before,
.intro-video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%, rgba(31, 235, 182, 0.07));
}

.intro-video-copy > *,
.intro-video-card > * {
  position: relative;
  z-index: 1;
}

.intro-video-copy {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.intro-video-copy::before {
  content: none;
}

.intro-video-copy h1 {
  margin: 0 auto 18px;
  max-width: 900px;
  font-size: clamp(36px, 5.2vw, 72px);
  line-height: 1.05;
}

.intro-video-copy h2 {
  margin-bottom: 18px;
}

.intro-video-copy p {
  max-width: 700px;
  margin-inline: auto;
  color: var(--body);
}

.intro-video-card {
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 20px;
}

.wistia-video-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 320px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(31, 235, 182, 0.26);
  border-radius: 16px;
  background:
    radial-gradient(circle at 22% 16%, rgba(31, 235, 182, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(17, 130, 244, 0.18), rgba(7, 7, 26, 0.94));
}

.wistia-embed-mount,
.wistia-embed-mount > div,
.wistia-embed-mount iframe,
.wistia-embed-mount wistia-player {
  width: 100%;
  height: 100%;
  display: block;
}

.wistia-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 32px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.wistia-placeholder[hidden] {
  display: none;
}

.wistia-sound-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  border: 0;
  background: linear-gradient(180deg, rgba(7, 7, 26, 0.08), rgba(7, 7, 26, 0.32));
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.wistia-sound-overlay .vsl-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(76px, 9vw, 112px);
  height: clamp(76px, 9vw, 112px);
  transform: translate(-50%, -50%);
}

.wistia-sound-overlay > span:last-child {
  position: absolute;
  top: calc(50% + clamp(54px, 6.8vw, 78px));
  left: 50%;
  transform: translateX(-50%);
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(7, 7, 26, 0.58);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.wistia-sound-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.wistia-placeholder h3 {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.6vw, 34px);
  overflow-wrap: anywhere;
}

.wistia-placeholder p:not(.eyebrow) {
  width: 100%;
  min-width: 0;
  max-width: min(520px, 100%);
  margin: 0 auto;
  color: var(--body);
  overflow-wrap: anywhere;
}

.intro-video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
}

.intro-video-actions p {
  flex: 1 1 280px;
  margin: 0;
  color: var(--body);
  font-weight: 600;
}

.intro-video-actions .button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  filter: saturate(0.3);
  transform: none;
}

.lead-form.is-form-locked {
  display: none;
}

.thank-you-section {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 32px;
  align-items: start;
  padding: clamp(78px, 10vw, 130px) 0 30px;
}

.thank-you-copy,
.thank-you-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03) 42%, rgba(17, 130, 244, 0.08)),
    rgba(7, 7, 26, 0.54);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.thank-you-copy::before,
.thank-you-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%, rgba(31, 235, 182, 0.07));
}

.thank-you-copy > *,
.thank-you-card > * {
  position: relative;
  z-index: 1;
}

.thank-you-copy {
  padding: 42px 38px;
}

.thank-you-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 64px);
}

.thank-you-copy p:not(.eyebrow),
.thank-you-note {
  color: var(--body);
}

.thank-you-card {
  padding: 20px;
}

.thank-you-note {
  margin: 18px 0 0;
  font-weight: 700;
}

.lead-form {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 32px;
  align-items: start;
  padding: 130px 0 20px;
}

.lead-form-copy,
.lead-form-card,
.consent-banner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03) 42%, rgba(17, 130, 244, 0.08)),
    rgba(7, 7, 26, 0.54);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.lead-form-copy::before,
.lead-form-card::before,
.consent-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%, rgba(31, 235, 182, 0.07));
}

.lead-form-copy > *,
.lead-form-card > *,
.consent-banner > * {
  position: relative;
  z-index: 1;
}

.lead-form-copy {
  padding: 42px 38px;
}

.lead-form-copy h2 {
  margin-bottom: 18px;
}

.lead-form-copy p {
  color: var(--body);
}

.compact {
  margin: 28px 0 0;
}

.lead-form-card {
  padding: 34px;
}

.analysis-form {
  display: grid;
  gap: 26px;
}

.form-grid {
  position: relative;
  min-height: 420px;
}

.form-step {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-step.is-active {
  display: grid;
}

.form-step-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.15;
}

.form-step-copy p {
  margin: 0;
  color: var(--body);
}

.form-progress {
  display: grid;
  gap: 10px;
}

.form-progress-current {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.form-progress-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.form-progress-fill {
  display: block;
  width: 10%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(60deg, var(--green), var(--blue));
  box-shadow: 0 0 22px rgba(31, 235, 182, 0.3);
  transition: width 220ms ease;
}

.analysis-form label {
  display: grid;
  gap: 10px;
}

.analysis-form label > span,
.consent-option strong {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.analysis-form label.full,
.form-step-copy.full,
.option-group.full,
.hp-field {
  grid-column: 1 / -1;
}

.analysis-form input,
.analysis-form select,
.analysis-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(7, 7, 26, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.analysis-form textarea {
  min-height: 160px;
  padding: 16px;
  resize: vertical;
}

.analysis-form input::placeholder,
.analysis-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.analysis-form input:focus,
.analysis-form select:focus,
.analysis-form textarea:focus {
  outline: none;
  border-color: rgba(31, 235, 182, 0.5);
  box-shadow: 0 0 0 4px rgba(31, 235, 182, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.analysis-form .is-invalid {
  border-color: rgba(255, 92, 92, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 92, 92, 0.08);
}

.option-group {
  display: grid;
  gap: 14px;
}

.option-card {
  position: relative;
  display: block;
  cursor: pointer;
}

.option-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-card span {
  display: block;
  min-height: 56px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(7, 7, 26, 0.72);
  color: rgba(255, 255, 255, 0.86);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.option-card input:checked + span {
  border-color: rgba(31, 235, 182, 0.62);
  background:
    linear-gradient(180deg, rgba(31, 235, 182, 0.14), rgba(17, 130, 244, 0.1)),
    rgba(7, 7, 26, 0.82);
  box-shadow: 0 0 0 4px rgba(31, 235, 182, 0.09), 0 16px 36px rgba(17, 130, 244, 0.14);
  transform: translateY(-2px);
}

.option-group.is-invalid .option-card span {
  border-color: rgba(255, 92, 92, 0.48);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent-check {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.consent-check input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--green);
}

.consent-check span {
  color: var(--body);
}

.consent-check a {
  color: var(--cyan);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.form-back-button,
.form-submit-button {
  display: none;
}

.form-actions.form-step-first .form-back-button {
  visibility: hidden;
  pointer-events: none;
}

.form-actions.form-step-first .form-next-button {
  margin-left: auto;
}

.form-actions:not(.form-step-first) .form-back-button {
  display: inline-flex;
}

.form-actions.form-step-final .form-next-button {
  display: none;
}

.form-actions.form-step-final .form-submit-button {
  display: inline-flex;
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-weight: 600;
  color: var(--muted);
}

.form-status.is-success {
  color: var(--cyan);
}

.form-status.is-error {
  color: #ff9292;
}

.compare-card {
  min-height: 610px;
  padding: 48px;
}

.faq h2,
.contact-steps > h2 {
  text-align: center;
  margin-bottom: 56px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 16px;
}

details {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(22, 24, 39, 0.72);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease, transform 220ms ease;
}

summary {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 34px;
  cursor: pointer;
  font-size: 20px;
  list-style: none;
}

@media (hover: hover) and (pointer: fine) {
  summary:hover {
    color: var(--cyan);
    transform: translateX(4px);
  }
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "↓";
  color: rgba(255, 255, 255, 0.72);
  transition: transform 260ms ease, color 260ms ease;
}

details[open] summary::after,
details.is-open summary::after {
  transform: rotate(180deg);
  color: var(--cyan);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 360ms cubic-bezier(0.16, 1, 0.3, 1), opacity 260ms ease;
}

details[open] .faq-answer,
details.is-open .faq-answer {
  opacity: 1;
}

.faq-answer p {
  margin: 0;
  padding: 0 34px 28px;
}

details[open],
details.is-open {
  border-color: rgba(31, 235, 182, 0.34);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28), 0 10px 36px rgba(17, 130, 244, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

@media (hover: hover) and (pointer: fine) {
  .faq details:hover {
    transform: translateY(-4px);
  }
}

.founder {
  padding: 80px 0 120px;
}

.founder-card {
  position: relative;
  display: block;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: #1182f4;
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.founder-card::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 130, 244, 0.98) 0%, rgba(17, 130, 244, 0.9) 34%, rgba(17, 130, 244, 0.58) 54%, rgba(7, 7, 26, 0.12) 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 32%);
  opacity: 1;
}

.founder-card > div {
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding: 74px 64px;
}

.founder-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  object-position: center right;
  opacity: 0.78;
}

.light-border {
  border-color: rgba(255, 255, 255, 0.8);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step-card strong {
  display: block;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 58px;
  line-height: 1;
}

.step-card.active strong {
  color: #fff;
}

.footer {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 22%),
    #000;
  padding-top: 80px;
}

.consent-launcher {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 30;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(7, 7, 26, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.consent-backdrop {
  position: fixed;
  inset: 0;
  z-index: 29;
  background:
    linear-gradient(180deg, rgba(7, 7, 26, 0.34), rgba(7, 7, 26, 0.6)),
    rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.consent-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.consent-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 31;
  width: min(560px, calc(100vw - 44px));
  min-width: 0;
  padding: 24px;
  max-height: calc(100dvh - 44px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.consent-banner.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.consent-banner h2 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.consent-banner p {
  margin-bottom: 0;
  color: var(--body);
  overflow-wrap: anywhere;
}

.consent-options {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.consent-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.consent-option small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.consent-option input {
  width: 22px;
  height: 22px;
  accent-color: var(--green);
}

.consent-option.is-locked {
  opacity: 0.82;
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 22px;
  min-width: 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 0.7fr 0.9fr;
  gap: 80px;
  padding-bottom: 80px;
}

.footer h2 {
  font-size: 19px;
  margin-bottom: 28px;
}

.footer a,
.footer p {
  display: block;
  color: var(--body);
  margin-bottom: 20px;
}

.legal-main {
  min-height: calc(100vh - 260px);
  padding: 72px 0 110px;
}

.legal-card {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03) 38%, rgba(17, 130, 244, 0.08)),
    rgba(7, 7, 26, 0.54);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.legal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 30%, rgba(31, 235, 182, 0.08) 68%, transparent);
}

.legal-card > * {
  position: relative;
  z-index: 1;
}

.legal-card h1 {
  margin: 0 0 18px;
  font-size: 54px;
  line-height: 1.05;
}

.legal-card h2 {
  margin: 42px 0 14px;
  font-size: 28px;
  line-height: 1.2;
}

.legal-card h3 {
  margin: 28px 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.legal-card p,
.legal-card li {
  color: var(--body);
}

.legal-card ul {
  margin: 14px 0 20px;
  padding-left: 20px;
}

.legal-card .eyebrow {
  margin-bottom: 14px;
}

.legal-meta {
  margin: 0 0 24px;
  color: var(--muted);
}

.legal-card a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(31, 235, 182, 0.5);
  text-underline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .footer a:hover {
    color: #fff;
    transform: translateX(6px);
    filter: drop-shadow(0 8px 18px rgba(31, 235, 182, 0.18));
  }
}

.footer-strip {
  transform: translateY(50%);
  background: var(--bg);
}

@media (max-width: 900px) {
  .section-shell,
  .site-header {
    width: min(100% - 36px, var(--max));
  }

  .site-header {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 14px 16px;
    top: 12px;
    margin-top: 12px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(31, 235, 182, 0.28);
    border-radius: 16px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)),
      rgba(7, 7, 26, 0.96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top right;
    transition: opacity 220ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .site-header.is-menu-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .legal-nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .legal-nav a {
    min-height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.045);
  }

  .nav a::after {
    display: none;
  }

  .nav-cta-mobile {
    display: flex;
    margin-top: 4px;
    background: linear-gradient(60deg, var(--green), var(--blue)) !important;
    color: #fff;
    font-weight: 700;
  }

  .site-header > .button-small {
    display: none;
  }

  .logo img,
  .footer img {
    width: 178px;
  }

  .button-small {
    min-height: 40px;
    padding-inline: 18px;
    font-size: 12px;
  }

  .hero,
  .solution,
  .intro-video-section,
  .thank-you-section,
  .lead-form,
  .founder-card,
  .compare-grid,
  .faq-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .hero-media {
    margin-top: 22px;
    min-height: auto;
  }

  .hero-media.hero-vsl-shell {
    width: 100%;
    justify-self: stretch;
  }

  .hero-media img {
    min-height: auto;
  }

  .quick-strip,
  .pain-grid {
    grid-template-columns: 1fr;
  }

  .mobile-section-cta {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

  .mobile-section-cta .button {
    width: min(100%, 420px);
  }

  .intro-video-section {
    gap: 18px;
    padding-top: 52px;
  }

  .wistia-video-shell {
    min-height: 220px;
  }

  .wistia-placeholder {
    padding: 22px;
  }

  .pain-card.wide {
    grid-column: auto;
  }

  .pain-section,
  .timeline,
  .compare,
  .faq,
  .contact-steps {
    padding: 90px 0 50px;
  }

  .solution {
    gap: 40px;
    padding: 70px 0;
  }

  .lead-form {
    gap: 20px;
    padding-top: 100px;
  }

  .lead-form-copy,
  .lead-form-card {
    padding: 28px;
  }

  .form-grid {
    min-height: auto;
  }

  .form-step {
    grid-template-columns: 1fr;
  }

  .timeline-list::before {
    left: 20px;
  }

  .timeline-item,
  .timeline-item.right,
  .timeline-item.left {
    width: 100%;
    margin: 0;
    padding-left: 58px;
  }

  .timeline-item.right .step,
  .timeline-item.left .step {
    left: 0;
    right: auto;
  }

  .cta-inner {
    display: grid;
    padding: 48px 0;
  }

  .compare-card {
    min-height: auto;
    padding: 34px;
  }

  .founder-card > div {
    padding: 34px;
  }

  .founder-card {
    min-height: auto;
  }

  .founder-card::before {
    background:
      linear-gradient(180deg, rgba(17, 130, 244, 0.98) 0%, rgba(17, 130, 244, 0.92) 54%, rgba(7, 7, 26, 0.46) 100%),
      linear-gradient(90deg, rgba(17, 130, 244, 0.92), rgba(17, 130, 244, 0.38));
  }

  .founder-card img {
    min-height: 100%;
    opacity: 0.42;
    object-position: 62% center;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .consent-banner {
    left: 18px;
    right: auto;
    width: calc(100vw - 56px) !important;
    max-width: 560px;
  }

  .legal-main {
    padding: 54px 0 80px;
  }

  .legal-card {
    padding: 32px;
  }

  .legal-card h1 {
    font-size: 42px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 14px;
  }

  h1,
  .section-heading h2,
  .solution h2,
  .founder h2,
  .contact-steps > h2,
  .faq > h2,
  .cta-inner h2 {
    font-size: 34px;
  }

  .site-header .button {
    display: none;
  }

  .hero-media {
    margin-top: 28px;
    min-height: auto;
  }

  .hero-media img {
    min-height: auto;
    object-position: center bottom;
  }

  .vsl-sound-toggle {
    right: 14px;
    bottom: 14px;
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .vsl-fullscreen {
    left: 14px;
    top: 14px;
    width: 40px;
    height: 40px;
  }

  .vsl-caption-toggle {
    left: 62px;
    top: 14px;
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .vsl-muted-badge {
    top: 14px;
    right: 14px;
    min-height: 34px;
    padding-inline: 11px;
    font-size: 12px;
  }

  .vsl-caption-overlay {
    top: auto;
    bottom: 58px;
    max-width: 82%;
    min-height: 30px;
    padding: 5px 9px;
    border-radius: 5px;
    font-size: clamp(13px, 3.5vw, 15px);
    line-height: 1.12;
  }

  .hero-media.is-video-active .vsl-caption-overlay,
  .hero-media.is-fullscreen .vsl-caption-overlay,
  .hero-media:fullscreen .vsl-caption-overlay {
    top: auto;
    bottom: 58px;
  }

  .quick-strip,
  .pain-card,
  .compare-card,
  .step-card,
  .intro-video-copy,
  .lead-form-copy,
  .lead-form-card,
  .consent-banner {
    padding: 24px;
  }

  .intro-video-card {
    padding: 14px;
  }

  .thank-you-copy,
  .thank-you-card {
    padding: 24px;
  }

  .lead-form {
    padding-top: 84px;
  }

  .intro-video-actions .button {
    width: 100%;
  }

  .consent-check {
    padding: 16px;
  }

  .consent-actions {
    justify-content: stretch;
  }

  .consent-actions .button {
    width: 100%;
  }

  .form-actions .button {
    width: 100%;
  }

  .section-heading.center {
    margin-bottom: 42px;
  }

  summary {
    min-height: 74px;
    padding: 0 22px;
    font-size: 16px;
  }

  .faq-answer p {
    padding: 0 22px 22px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .legal-card {
    padding: 24px;
  }

  .legal-card h1 {
    font-size: 34px;
  }

  .legal-card h2 {
    font-size: 24px;
  }

  .footer-strip {
    transform: none;
    margin-top: 20px;
  }

  .consent-launcher {
    left: auto;
    right: 14px;
    bottom: 14px;
    min-height: 40px;
    padding-inline: 14px;
  }

  .consent-banner {
    left: 12px;
    right: auto;
    top: max(14px, env(safe-area-inset-top));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: calc(100vw - 72px) !important;
    max-width: calc(100vw - 72px);
    max-height: calc(100dvh - max(28px, env(safe-area-inset-top) + env(safe-area-inset-bottom) + 28px));
    padding: 16px;
    transform: none;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .consent-banner.is-visible {
    transform: none;
  }

  .consent-banner h2 {
    font-size: 20px;
  }

  .consent-banner p,
  .consent-option small {
    font-size: 13px;
  }

  .consent-option {
    gap: 10px;
    padding: 14px;
  }

  .consent-actions .button {
    min-width: 0;
    max-width: 100%;
    padding-inline: 18px;
    white-space: normal;
  }
}
