.nowrap {
  white-space: nowrap;
}

html {
  scroll-padding-top: 130px;
}

.hero .eyebrow {
  margin-bottom: 10px !important;
}

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

.hero-benefits li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  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;
  white-space: nowrap;
}

.nav {
  align-items: center;
  gap: 24px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-social {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 14px;
  margin-right: 2px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

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

.social-icon-button {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
}

.nav-social,
.social-icon-button {
  border: 1px solid rgba(31, 235, 182, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(7, 7, 26, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.nav-social {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 13px;
}

.nav-social svg,
.social-icon-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.nav-social::after {
  display: none;
}

.hero {
  align-items: start;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  column-gap: clamp(50px, 5vw, 80px);
  padding-top: clamp(44px, 5vw, 70px);
}

.hero h1 {
  margin-bottom: 18px;
  max-width: 920px;
  font-size: clamp(32px, 2.8vw, 43px);
  line-height: 1.14;
  text-wrap: pretty;
  overflow-wrap: normal;
  hyphens: manual;
}

.hero p:not(.eyebrow):not(.hero-note) {
  margin-bottom: 30px;
}

.hero-copy > .button {
  margin: 0 0 30px;
}

.hero .hero-note {
  margin-top: 0;
}

main > section,
.quick-strip-heading {
  scroll-margin-top: 130px;
}

.quick-strip-heading {
  text-align: left !important;
}

.quick-strip-heading h2 {
  max-width: 100%;
  text-wrap: pretty;
}

.timeline .section-heading.center {
  max-width: 1180px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.timeline .section-heading h2 {
  max-width: 100%;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.12;
  text-wrap: pretty;
  overflow-wrap: normal;
  hyphens: manual;
}

.hero {
  grid-template-columns: minmax(0, 0.98fr) minmax(520px, 0.92fr);
  column-gap: clamp(44px, 5vw, 72px);
}

.hero-media {
  aspect-ratio: 16 / 9;
  align-self: start;
  margin-top: clamp(28px, 2.2vw, 34px);
}

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

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

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

.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-hover-control {
  opacity: 0;
  pointer-events: none;
}

.hero-media.is-player-controls-visible .vsl-hover-control:not(.is-hidden) {
  opacity: 1;
  pointer-events: auto;
}

.vsl-sound-toggle {
  top: 18px;
  right: 18px;
  bottom: auto;
  min-height: 46px;
}

.vsl-play-overlay {
  inset: 0;
  left: auto;
  top: auto;
  z-index: 12;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  transform: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.hero-wistia-mount + .vsl-play-overlay {
  inset: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
}

.vsl-play-overlay .vsl-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(56px, 5.8vw, 82px);
  height: clamp(56px, 5.8vw, 82px);
  transform: translate(-50%, -50%);
}

.vsl-play-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.hero-wistia-mount + .vsl-play-overlay.is-hidden,
.hero-media:hover .hero-wistia-mount + .vsl-play-overlay.is-hidden,
.hero-media:focus-within .hero-wistia-mount + .vsl-play-overlay.is-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: none !important;
}

.vsl-play-icon {
  width: 100%;
  height: 100%;
}

.vsl-play-overlay.is-playing .vsl-play-icon::before,
.hero-media.is-video-active:not(.is-video-paused) .vsl-play-icon::before {
  width: 30px;
  height: 34px;
  margin-left: 0;
  border: 0;
  background:
    linear-gradient(90deg, #fff 0 34%, transparent 34% 66%, #fff 66% 100%);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

.hero-wistia-mount + .vsl-play-overlay .vsl-play-icon::before,
.hero-media.is-video-active:not(.is-video-paused) .hero-wistia-mount + .vsl-play-overlay .vsl-play-icon::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid #fff;
  background: transparent;
}

.hero-media.is-video-paused .vsl-play-overlay {
  opacity: 1;
  pointer-events: auto;
}

.vsl-caption-overlay {
  left: 50%;
  top: auto !important;
  bottom: 18px;
  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) !important;
}

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

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

@media (hover: hover) and (pointer: fine) {
  .hero-media:hover .vsl-hover-control,
  .hero-media:focus-within .vsl-hover-control,
  .hero-media.is-player-controls-visible .vsl-hover-control:not(.is-hidden) {
    opacity: 1;
    pointer-events: auto;
  }

  .hero-media:hover .vsl-play-overlay.is-hidden,
  .hero-media:focus-within .vsl-play-overlay.is-hidden {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
  }
}

.pain-section .section-heading.center,
.compare .section-heading.center,
.timeline .section-heading.center {
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.compare .section-heading h2,
.timeline .section-heading h2,
.contact-steps > h2,
.faq h2 {
  max-width: 100%;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.12;
  text-wrap: pretty;
  overflow-wrap: normal;
  hyphens: manual;
}

.pain-section .section-heading h2 {
  max-width: 100%;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.12;
  margin-bottom: 22px;
  text-wrap: pretty;
  overflow-wrap: normal;
  hyphens: manual;
}

.pain-section .section-heading p,
.compare .section-heading p,
.timeline .section-heading p {
  max-width: 100%;
  font-size: 17px;
}

.solution-copy {
  max-width: 100%;
}

.solution-copy h2 {
  max-width: 100%;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.12;
  text-wrap: pretty;
  overflow-wrap: normal;
  hyphens: manual;
}

.solution-copy h2 span {
  white-space: nowrap;
}

.solution {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 82px;
}

.solution img {
  width: 100%;
}

.faq h2,
.contact-steps > h2 {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
}

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

.final-cta-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(31, 235, 182, 0.38);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    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 h2 {
  max-width: 100%;
  margin-bottom: 16px;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.12;
  text-wrap: pretty;
  overflow-wrap: normal;
  hyphens: manual;
}

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

.footer-cta {
  display: flex;
  justify-content: center;
  padding: clamp(10px, 2.5vw, 28px) 0 clamp(70px, 7vw, 110px);
}

.footer-cta .button {
  min-width: min(100%, 380px);
}

.analysis-page-main {
  padding-bottom: 80px;
}

.analysis-hero {
  padding: clamp(70px, 9vw, 120px) 0 0;
  max-width: 920px;
}

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

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

.analysis-page-main .lead-form {
  padding-top: clamp(48px, 6vw, 76px);
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 120px;
  }

  .header-actions {
    display: none;
  }

  .nav-social-mobile {
    display: flex;
  }

  .nav-social {
    justify-content: flex-start;
    min-height: 46px;
    border-radius: 10px;
    font-size: 14px;
  }

  .pain-section .section-heading.center,
  .compare .section-heading.center,
  .timeline .section-heading.center {
    max-width: 100%;
  }

  .solution {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 74px 0 56px;
  }

  .solution img {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .solution-copy {
    max-width: 100%;
  }

  .solution-copy h2 {
    font-size: clamp(34px, 6vw, 46px);
    max-width: 100%;
  }

  .faq h2,
  .contact-steps > h2 {
    text-align: left;
  }

  .hero {
    align-items: center;
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .hero-media {
    align-self: center;
    margin-top: 22px;
  }

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

  .timeline-item,
  .timeline-item.right,
  .timeline-item.left {
    scroll-margin-top: 130px;
  }

  .timeline-list {
    gap: 64px;
  }

  .timeline-item img {
    margin-bottom: 24px;
  }
}

@media (max-width: 560px) {
  html {
    scroll-padding-top: 104px;
  }

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

  main > section,
  .quick-strip-heading {
    scroll-margin-top: 104px;
  }

  .hero {
    padding-top: 30px;
  }

  .hero h1 {
    font-size: clamp(28px, 7vw, 34px);
    line-height: 1.12;
    margin-bottom: 18px;
  }

  .hero-benefits {
    flex-wrap: wrap;
    margin: 10px 0 22px;
    gap: 9px;
  }

  .hero-benefits li {
    width: auto;
    min-height: 32px;
    padding: 0 13px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }

  .hero-copy > .button {
    width: min(100%, 320px);
    margin-bottom: 28px;
  }

  .hero .hero-note {
    margin-bottom: 36px;
  }

  .hero-media {
    width: 100%;
    margin-top: 0;
  }

  .hero-media.hero-vsl-shell {
    width: 100%;
    height: auto;
  }

  .quick-strip-heading {
    margin-top: 54px;
    margin-bottom: 14px;
  }

  .quick-strip-heading h2 {
    font-size: clamp(26px, 7.8vw, 34px);
  }

  .quick-strip {
    gap: 24px;
  }

  .quick-strip h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .quick-strip p {
    font-size: 15px;
  }

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

  .pain-section .section-heading h2,
  .solution-copy h2,
  .compare .section-heading h2,
  .timeline .section-heading h2 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.1;
  }

  .pain-section .section-heading h2 br {
    display: none;
  }

  .pain-section .section-heading p,
  .compare .section-heading p {
    font-size: 15px;
  }

  .pain-grid {
    gap: 14px;
  }

  .pain-card,
  .compare-card,
  .step-card {
    min-height: auto;
    padding: 26px;
  }

  .pain-card h3,
  .compare-card h3,
  .step-card h3 {
    font-size: 23px;
  }

  .icon {
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
  }

  .solution {
    gap: 28px;
    padding: 112px 0 52px;
  }

  .solution img {
    width: 100%;
    margin: 0 auto;
  }

  .check-list,
  .x-list {
    gap: 12px;
    margin: 24px 0 30px;
  }

  .timeline-list {
    gap: 54px;
  }

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

  .timeline-item,
  .timeline-item.right,
  .timeline-item.left {
    padding-left: 50px;
    scroll-margin-top: 104px;
  }

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

  .timeline-item img {
    max-width: 100%;
    margin-bottom: 22px;
    border-radius: 14px;
  }

  .timeline-item h3 {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .step {
    width: 38px;
    height: 38px;
  }

  .compare-grid,
  .steps-grid,
  .faq-grid {
    gap: 14px;
  }

  .compare-card {
    padding: 28px;
  }

  summary {
    min-height: 68px;
    padding: 0 20px;
    gap: 18px;
    font-size: 15px;
  }

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

  .faq h2,
  .contact-steps > h2 {
    margin-bottom: 28px;
  }

  .founder {
    padding: 96px 0 70px;
  }

  .founder-card {
    border-radius: 18px;
  }

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

  .founder-card h2 {
    font-size: 34px;
  }

  .founder-card p {
    font-size: 14px;
    line-height: 1.55;
  }

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

  .final-cta-card {
    padding: 26px;
    border-radius: 16px;
  }

  .footer-cta {
    padding-bottom: 58px;
  }

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

  .footer {
    padding-top: 54px;
  }

  .footer-inner {
    gap: 30px;
  }

  .consent-launcher {
    right: 10px;
    bottom: 10px;
    min-height: 34px;
    max-width: 92px;
    padding-inline: 10px;
    overflow: hidden;
    font-size: 11px;
    opacity: 0.82;
    white-space: nowrap;
  }

  .consent-banner {
    left: 12px;
    right: 12px;
    top: auto;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: auto;
    max-height: min(78dvh, 620px);
    padding: 18px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 18px;
  }

  .consent-banner h2 {
    font-size: 23px;
    line-height: 1.12;
  }

  .consent-banner p,
  .consent-option small {
    overflow-wrap: anywhere;
  }

  .consent-options {
    gap: 10px;
    margin-top: 18px;
  }

  .consent-option {
    grid-template-columns: 1fr auto;
    padding: 14px;
  }

  .consent-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .consent-actions .button {
    min-height: 50px;
    width: 100%;
    padding-inline: 18px;
  }

  .vsl-sound-toggle {
    top: 14px;
    right: 14px;
    bottom: auto;
    min-height: 40px;
    padding: 0 12px;
  }

  .vsl-play-overlay {
    width: 62px;
    height: 62px;
  }

  .vsl-caption-overlay {
    bottom: 12px;
    max-width: 82%;
    min-height: 30px;
    padding: 5px 9px;
    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 {
    bottom: 12px;
  }
}
