:root {
  --headline-gold: #e8a317;
  --player-gold: #d4a017;
  --gold: #e8a317;
  --cta: #22c55e;
  --text: #090909;
  --muted: #4f4d57;
  --line: #e6e6ea;
  --shadow: 0 18px 52px rgba(0, 0, 0, 0.14);
  --video-radius: 8px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: #fff;
  color: var(--text);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #fff;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.page-shell {
  width: min(100%, 680px);
  margin: 0 auto;
  padding: 19px 18px 42px;
  text-align: center;
}

.funnel-view[hidden],
.modal[hidden] {
  display: none;
}

.brand-header {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.brand-logo {
  width: min(128px, 32vw);
  height: auto;
  object-fit: contain;
}

.hero {
  margin-bottom: 4px;
}

.hero-headline {
  margin: 0 auto;
  max-width: 40rem;
  color: var(--headline-gold);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.22;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.015em;
  text-align: center;
}

.hero--short .hero-headline {
  font-size: clamp(19px, 2.5vw, 28px);
}

.modal-price {
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(20px, 5.8vw, 26px);
  font-weight: 900;
  font-style: italic;
  text-align: center;
  line-height: 1;
}

.landing-video-block {
  width: min(100%, 560px);
  margin: 0 auto 14px;
}

.video-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--video-radius);
  box-shadow: var(--shadow);
  background: #000;
}

.video-shell--locked {
  isolation: isolate;
}

.video-shell--hero-facade {
  aspect-ratio: 16 / 9;
  background: #d6d7d1;
}

.video-shell--vsl {
  background: #111;
}

/* Hero poster: sharp “site + figure” thumbnail (no Vimeo load on landing). */
.hero-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-poster-layout {
  display: flex;
  height: 100%;
  filter: saturate(0.96);
}

.hero-poster-content {
  position: relative;
  flex: 1 1 58%;
  padding: 10% 8% 10% 10%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.36)),
    #f2f1ec;
  text-align: left;
}

.hero-poster-bar {
  display: block;
  height: 9%;
  max-height: 22px;
  margin-bottom: 12%;
  border-radius: 999px;
  background: #fff;
}

.hero-poster-title {
  margin: 0 0 14%;
  color: #111;
  font-size: clamp(10px, 2.6vw, 15px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hero-poster-line {
  display: block;
  height: 6px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: #9a9da3;
}

.hero-poster-line--short {
  width: 62%;
}

.hero-poster-side {
  flex: 1 1 42%;
  position: relative;
  background: linear-gradient(180deg, #f5c02a 0%, #e8a317 100%);
}

.hero-poster-side::before {
  content: "";
  position: absolute;
  left: 22%;
  right: 18%;
  bottom: 15%;
  height: 68%;
  border-radius: 46% 46% 16% 16%;
  background:
    radial-gradient(circle at 50% 19%, #252525 0 25%, transparent 26%),
    linear-gradient(#242424 0 52%, #111 52% 100%);
  opacity: 0.72;
}

.hero-poster-webcam {
  position: absolute;
  left: 7%;
  bottom: 10%;
  width: clamp(52px, 16vw, 86px);
  height: clamp(52px, 16vw, 86px);
  border-radius: 50%;
  background: linear-gradient(145deg, #8b7355 0%, #c4a882 48%, #2a2419 100%);
  box-shadow: 0 0 0 3px #fff;
}

.hero-youtube-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(62px, 16vw, 78px);
  height: clamp(44px, 11vw, 54px);
  border-radius: 10px;
  background: #ff0000;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.hero-youtube-triangle {
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #fff;
}

.embed-ratio {
  position: relative;
  width: 100%;
}

.embed-ratio--16x9 {
  aspect-ratio: 16 / 9;
}

.embed-ratio--9x16 {
  aspect-ratio: 9 / 16;
}

.vimeo-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.custom-video .vimeo-frame {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.native-testimonial-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.custom-video .native-testimonial-video {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.custom-video.is-playing .vimeo-frame,
.custom-video.is-playing .native-testimonial-video {
  opacity: 1;
  pointer-events: auto;
  z-index: 5;
}

.custom-video-facade {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  cursor: pointer;
}

.custom-video.is-playing .custom-video-facade {
  display: none;
}

.custom-video-poster {
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, #2a2a2a 0%, #1a1a1a 45%, #0d0d0d 100%);
}

.custom-video--main-testimonial .custom-video-poster {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.18)),
    url("https://res.cloudinary.com/dil14r8je/video/upload/so_1/v1778506934/Teleprompter-2026-10-05_17-52-46_ozvvtt.jpg") center / cover no-repeat;
}

.caption-pill {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(92%, 320px);
  margin: 0 auto 18%;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.95);
  color: #fff;
  font-size: clamp(10px, 2.6vw, 13px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.testimonial-card--small .caption-pill {
  font-size: clamp(9px, 2.2vw, 11px);
  margin-bottom: 22%;
  padding: 6px 10px;
}

.custom-video-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  width: clamp(56px, 14vw, 72px);
  height: clamp(56px, 14vw, 72px);
  padding: 0;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #e8c04a, var(--player-gold) 55%, #9a7000);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.custom-video-play-triangle {
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #fff;
}

.custom-video-chrome {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.85);
  color: #f3f3f3;
  font-size: 11px;
  font-weight: 700;
}

.cv-ico-play {
  color: var(--player-gold);
  font-size: 12px;
}

.cv-time {
  flex: 0 0 auto;
  min-width: 2.2rem;
  color: #ddd;
  font-variant-numeric: tabular-nums;
}

.cv-track {
  flex: 1;
  height: 5px;
  border-radius: 99px;
  background: #3d3d3d;
  overflow: hidden;
}

.cv-track i {
  display: block;
  width: 38%;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, #f0c246, var(--player-gold));
}

.cv-ico-meta {
  flex: 0 0 auto;
  margin-left: auto;
  font-size: 10px;
  letter-spacing: 0.06em;
  opacity: 0.95;
}

.video-lock-hit {
  position: absolute;
  inset: 0;
  z-index: 4;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.video-shell--hero-facade .video-lock-hit {
  background: transparent;
}

.step-copy,
.research-copy,
.route-instruction {
  margin: 0 auto;
  color: #111;
  font-size: clamp(13px, 2.5vw, 16px);
  line-height: 1.35;
}

.primary-cta {
  margin: 14px auto 16px;
  padding: 16px 32px;
  border: 0;
  border-radius: 10px;
  background: var(--cta);
  color: #050505;
  font-size: clamp(17px, 3.4vw, 23px);
  font-weight: 900;
}

.research-copy {
  margin-bottom: clamp(140px, 22vw, 200px);
  font-weight: 800;
}

.testimonials--stacked {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.testimonial-card {
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.testimonial-card--large {
  max-width: 400px;
  margin: 0 auto 48px;
}

.testimonial-card--small {
  min-width: 0;
}

.quote-text {
  margin: 12px 13px 6px;
  color: #555;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.38;
}

.stars {
  margin: 0 13px;
  color: var(--player-gold);
  font-size: 14px;
  letter-spacing: 1px;
}

cite {
  display: block;
  margin: 0 13px 12px;
  color: #111;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 48%));
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 48px;
}

.footer {
  margin-top: 28px;
  color: #c9c9c9;
  font-size: 10px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: max(12px, env(safe-area-inset-top)) 16px max(12px, env(safe-area-inset-bottom));
  box-sizing: border-box;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(7px);
}

.lead-card {
  position: relative;
  z-index: 1;
  width: min(92vw, 520px);
  max-height: min(calc(100dvh - 24px), calc(100vh - 24px));
  overflow: hidden;
  padding-top: clamp(24px, 4.5vw, 30px);
  padding-right: max(clamp(20px, 4vw, 30px), env(safe-area-inset-right, 0px));
  padding-bottom: max(18px, env(safe-area-inset-bottom, 0px));
  padding-left: max(clamp(20px, 4vw, 30px), env(safe-area-inset-left, 0px));
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.32);
  color: #111;
  text-align: left;
}

.modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 44px;
  height: 44px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.16);
  color: #7a7882;
  font-size: 27px;
  line-height: 1;
}

.modal-headline {
  max-width: 15.7em;
  margin: 0 auto 12px;
  color: var(--headline-gold);
  font-size: clamp(23px, 4.9vw, 33px);
  line-height: 1.08;
  font-weight: 900;
  font-style: normal;
  text-align: center;
}

.lead-card .modal-price {
  margin: 0 0 19px;
  font-size: clamp(28px, 5.8vw, 36px);
}

.booking-form label {
  display: grid;
  gap: 13px;
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 900;
}

.lead-card label {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 900;
  color: #111;
}

.booking-form input {
  width: 100%;
  height: 72px;
  border: 2px solid #d9d9df;
  border-radius: 6px;
  padding: 0 20px;
  color: #21212b;
  font-size: 24px;
  font-weight: 400;
  outline: none;
}

.lead-card input {
  width: 100%;
  height: 46px;
  border: 2px solid #d9d9df;
  border-radius: 6px;
  padding: 0 14px;
  color: #21212b;
  font-size: 17px;
  font-weight: 400;
  outline: none;
}

.lead-card input:focus {
  border-color: #52c848;
  box-shadow: 0 0 0 1px #52c848;
}

#leadModal fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: 0;
}

.booking-form fieldset {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
}

#leadModal legend {
  margin-bottom: 8px;
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.radio-row {
  display: flex !important;
  align-items: center;
  gap: 20px !important;
  margin: 0 0 22px !important;
}

#leadModal .revenue-row {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  margin: 0 0 8px !important;
  font-size: clamp(12px, 2.6vw, 13px);
  font-weight: 800;
}

#leadModal .revenue-row input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: var(--headline-gold);
}

.radio-row input {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  accent-color: var(--headline-gold);
}

#leadModal .modal-cta {
  width: 100%;
  margin-top: 9px;
  min-height: 0;
  padding: 17px 12px;
  border: 0;
  border-radius: 12px;
  background: var(--headline-gold);
  color: #000;
  font-size: clamp(21px, 4.8vw, 29px);
  font-weight: 900;
}

.vsl-shell {
  width: min(100%, 580px);
  margin: 0 auto 20px;
}

.vsl-shell--clean {
  padding: 0 0 4px;
  background: transparent;
}

.vsl-step-ribbon {
  margin: 0 0 10px;
  color: #111;
  font-size: clamp(16px, 3.6vw, 22px);
  font-weight: 900;
  line-height: 1.2;
}

.route-instruction--spread {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  width: min(100%, 540px);
  margin: 0 auto 24px;
  font-size: 15px;
}

.route-instruction--spread span:first-child {
  text-align: left;
}

.route-instruction--spread span:last-child {
  text-align: right;
}

.booking-embed {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  width: min(100%, 538px);
  min-height: 272px;
  margin: 0 auto 16px;
  border: 1px solid #e2e4ea;
  background: #fff;
  text-align: left;
}

.calendly-embed {
  display: block;
  width: min(100%, 620px);
  min-height: 760px;
  overflow: hidden;
  border-radius: 8px;
}

.calendly-embed iframe {
  display: block;
  width: 100%;
  height: 760px;
  border: 0;
  background: #fff;
}

.booking-summary {
  padding: 24px 16px;
  border-right: 1px solid #e2e4ea;
  color: #2d3340;
  font-size: 10px;
}

.booking-summary p {
  margin: 0 0 9px;
  color: #7d8492;
}

.booking-summary h2 {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.25;
}

.booking-summary span {
  display: block;
  margin-bottom: 9px;
}

.booking-form {
  max-height: 274px;
  overflow: auto;
  padding: 24px 19px;
}

.booking-form h3 {
  margin: 0 0 14px;
  font-size: 12px;
}

.booking-form label {
  gap: 5px;
  margin-bottom: 8px;
  font-size: 9px;
}

.booking-form input {
  height: 27px;
  padding: 0 8px;
  border-width: 1px;
  border-radius: 2px;
  font-size: 11px;
}

.booking-form legend {
  margin: 8px 0;
  font-size: 10px;
}

.booking-form .radio-row {
  gap: 7px !important;
  margin-bottom: 7px !important;
  font-size: 10px;
}

.booking-form .radio-row input {
  width: 12px;
  height: 12px;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 10px;
}

.slot {
  min-height: 31px;
  border: 1px solid #307cff;
  border-radius: 2px;
  background: #fff;
  color: #1f6fff;
  font-size: 10px;
  font-weight: 800;
}

.slot.is-selected {
  background: #1f6fff;
  color: #fff;
}

.calendar-cta {
  width: 100%;
  min-height: 31px;
  border: 0;
  border-radius: 3px;
  background: #1f6fff;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.booking-confirmation {
  margin: 9px 0 0;
  color: #0e7d24;
  font-size: 11px;
  font-weight: 800;
}

.calendar-fallback {
  margin: 7px auto 28px;
  font-size: 10px;
}

.calendar-fallback a {
  color: #2c73ff;
}

.calendar-fallback--bottom {
  margin-top: 32px;
}

@media (max-height: 700px) {
  #leadModal .lead-card {
    padding-top: 22px;
    max-height: min(calc(100dvh - 12px), calc(100vh - 12px));
  }

  #leadModal .modal-headline {
    margin-bottom: 9px;
    font-size: clamp(21px, 4vw, 29px);
    line-height: 1.08;
  }

  #leadModal .lead-card .modal-price {
    margin-bottom: 13px;
    font-size: clamp(25px, 5vw, 32px);
  }

  #leadModal .lead-card label {
    margin-bottom: 8px;
    font-size: 12px;
  }

  #leadModal .lead-card input {
    height: 40px;
    font-size: 15px;
  }

  #leadModal fieldset {
    margin-bottom: 8px;
  }

  #leadModal legend {
    margin-bottom: 6px;
    font-size: 12px;
  }

  #leadModal .revenue-row {
    margin-bottom: 5px !important;
    font-size: 12px;
  }

  #leadModal .modal-cta {
    padding: 14px 12px;
    margin-top: 5px;
    font-size: clamp(18px, 4vw, 24px);
  }
}

@media (max-width: 560px) {
  .page-shell {
    padding-inline: 13px;
  }

  .research-copy {
    margin-bottom: clamp(120px, 28vw, 170px);
  }

  .testimonial-grid {
    gap: 10px;
  }

  .booking-embed {
    grid-template-columns: 0.78fr 1.22fr;
  }

  .calendly-embed {
    min-height: 700px;
  }

  .calendly-embed iframe {
    height: 700px;
  }
}

@media (max-width: 520px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .hero-headline {
    font-size: clamp(17px, 4.8vw, 22px);
  }
}
