/* ==========================================================================
   Idle-Capacity Forecaster funnel  (/forecast, /forecast/reveal, /forecast/thanks)
   Mobile-first. Uses the shared design tokens from style.css only.
   ========================================================================== */

/* Smooth in-page scrolling for the funnel's anchor CTAs (e.g. "Run my forecast"
   jumping back up to the calculator). Scoped to pages that load this file. */
html { scroll-behavior: smooth; }

/* Buttons (.btn / .btn-primary / .btn-white …), section-label pills, the nav
   and footer all come from the shared InstallrHub stylesheets — this file only
   adds the funnel-specific layout on top of that branding. */

/* ==========================================================================
   LANDING PAGE  (/forecast)
   ========================================================================== */

.fc-hero {
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-dark) 100%);
  color: var(--white);
  padding: 64px 0 72px;
  position: relative;
  overflow: hidden;
}
.fc-hero::after {
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 60%;
  height: 160%;
  background: radial-gradient(circle, rgba(74, 158, 79, 0.18) 0%, rgba(74, 158, 79, 0) 70%);
  pointer-events: none;
}
.fc-hero h1 {
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  margin: 16px 0 18px;
}
.fc-hero h1 .fc-accent {
  color: var(--green-mid);
}
.fc-hero-sub {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
  max-width: 660px;
}

/* ---- Split calculator card living in the hero (white background) -------- */
.fc-hero-split {
  background: var(--white);
  color: var(--charcoal);
  padding: 48px 0 60px;
}
.fc-hero-split h1 { color: var(--charcoal); }
.fc-hero-split .fc-hero-sub { color: var(--grey-text); }
/* Give this section more room than the standard 1140 container */
.fc-hero-split > .container { max-width: 1720px; position: relative; z-index: 1; }

/* Soft green halo, centred behind the calculator, expanding outward */
.fc-hero-split::after {
  top: 56%;
  left: 50%;
  right: auto;
  width: min(1100px, 96%);
  height: 1000px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(74, 158, 79, 0.16) 0%, rgba(74, 158, 79, 0.05) 38%, rgba(74, 158, 79, 0) 68%);
}
.fc-hero-head {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 32px;
  text-align: center;
}
.fc-hero-head .fc-hero-sub { max-width: 760px; margin: 0 auto; }

/* One rounded card, split into a white inputs half and a dark forecast half.
   The divide is the crisp white-to-dark boundary down the middle. */
.fc-split-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.30), 0 6px 20px rgba(0, 0, 0, 0.18);
}

/* ==========================================================================
   v2 OFFER PAGE  (/forecast/v2) — VSL-led, Solar-on-Steroids style
   ========================================================================== */
/* Nav matched to the dark hero so the header band reads as one with it
   (the body has padding-top for the fixed nav, so a transparent nav would
   reveal the white body strip behind it). White logo sits on this. */
#site-nav.nav-funnel-dark {
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-dark) 100%);
  border-bottom-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
#site-nav.nav-funnel-dark.scrolled {
  background: var(--charcoal-dark);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

.fc-offer-hero {
  background: var(--white);
  color: var(--charcoal);
  padding: 30px 0 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fc-offer-hero::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: min(1000px, 96%);
  height: 900px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(74, 158, 79, 0.14) 0%, rgba(74, 158, 79, 0.05) 40%, rgba(74, 158, 79, 0) 68%);
  pointer-events: none;
}
.fc-offer-hero > .container { position: relative; z-index: 1; }
.fc-offer-eyebrow {
  display: inline-block;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
}
.fc-offer-head { max-width: 1340px; margin: 0 auto; }
.fc-offer-head h1 {
  font-size: clamp(28px, 4.2vw, 56px);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -0.02em;
  color: var(--charcoal);
  margin: 20px 0 18px;
}
.fc-offer-head h1 .fc-accent { color: var(--green-dark); }
.fc-offer-sub {
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.5;
  color: var(--grey-text);
  max-width: 900px;
  margin: 0 auto 28px;
}
.fc-offer-head h1 .fc-num { color: var(--green-dark); white-space: nowrap; }

/* Social-proof avatar row + exclusivity line */
.fc-avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px 0 0;
}
.fc-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-left: -12px;
  border: 3px solid var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fc-avatar:first-child { margin-left: 0; }
.fc-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fc-exclusive {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.fc-exclusive em {
  display: block;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}

/* "What's inside?" content-bundle list */
.fc-inside {
  background: var(--charcoal-dark);
  padding: 56px 0;
}
.fc-inside-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px;
}
.fc-inside-head h2 {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 10px;
}
.fc-inside-head p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.fc-inside-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}
.fc-inside-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px 20px;
}
.fc-inside-num {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: var(--white);
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-inside-item h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 3px;
}
.fc-inside-item p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.66);
}

/* Placeholder label shared by feature + picture cards */
.fc-ph {
  position: absolute;
  bottom: 12px;
  left: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

/* Featured resource: the full Hafiz video breakdown */
.fc-inside-feature {
  max-width: 820px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}
.fc-feature-media {
  position: relative;
  aspect-ratio: 2 / 1;
  background: linear-gradient(135deg, #273345 0%, #1a212e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fc-feature-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fc-feature-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  padding: 6px 12px;
  border-radius: 999px;
}
.fc-feature-body { padding: 26px 28px 30px; }
.fc-feature-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 8px;
}
.fc-feature-body h3 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.12;
  color: var(--white);
  margin-bottom: 10px;
}
.fc-feature-body p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  max-width: 620px;
}

/* Play glyph (feature media) */
.fc-play {
  position: relative;
  z-index: 2;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.fc-play span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid var(--white);
}

/* Picture cards: 2 columns of 3 */
.fc-cards {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.fc-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.fc-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.fc-card-media {
  position: relative;
  aspect-ratio: 2 / 1;
  background: linear-gradient(135deg, #273345 0%, #1a212e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fc-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fc-card-num {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: var(--white);
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-card-body { padding: 16px 18px 20px; }
.fc-card-body h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 4px;
}
.fc-card-body p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.66);
}

/* Opt-in unlock form */
.fc-unlock {
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-dark) 100%);
  padding: 0 0 64px;
}
.fc-unlock-card {
  max-width: 460px;
  margin: -32px auto 0;
  background: var(--white);
  border-radius: 16px;
  padding: 30px 26px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
  text-align: center;
  position: relative;
  z-index: 1;
}
.fc-unlock-card h2 {
  font-size: 23px;
  font-weight: 800;
  color: var(--charcoal);
  margin-bottom: 6px;
}
.fc-unlock-card .fc-unlock-sub {
  font-size: 14px;
  color: var(--grey-text);
  margin-bottom: 20px;
}
.fc-unlock-card .fc-field { margin-bottom: 12px; text-align: left; }
.fc-unlock-card .fc-gate-error { color: var(--red-header); }
.fc-unlock-note {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--grey-text);
  margin: 12px 0 0;
}

/* Wider containers for the v2 offer page */
.fc-offer-hero > .container,
.fc-inside > .container { max-width: 1640px; position: relative; z-index: 1; }

/* Hero media (image) */
.fc-offer-video { max-width: 1040px; margin: 30px auto 0; position: relative; z-index: 1; }
.fc-offer-cta { margin-top: 26px; text-align: center; }

/* Rounded hero picture, cropped to 2:1 */
.fc-offer-img {
  position: relative;
  aspect-ratio: 2 / 1;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22), 0 8px 24px rgba(0, 0, 0, 0.1);
}
.fc-offer-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Padlock glyph inside unlock CTAs */
.fc-lock { vertical-align: -2px; margin-right: 9px; }
.fc-offer-note {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--grey-text);
  margin: 16px 0 0;
}

/* Product mockup above the "what's inside" cards */
.fc-inside-mockup {
  max-width: 1180px;
  margin: 0 auto 40px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #273345 0%, #1a212e 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 14px;
}
.fc-inside-mockup img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fc-inside-grid { max-width: 1240px; }

/* Final CTA — lives inside the dark "what's inside" section */
.fc-inside-cta {
  text-align: center;
  max-width: 820px;
  margin: 48px auto 0;
}
.fc-inside-cta h2 {
  font-size: clamp(28px, 4.6vw, 48px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 26px;
}

/* ---- Multi-step qualifying survey (modal) ------------------------------ */
.fc-survey { position: fixed; inset: 0; z-index: 1000; display: none; }
.fc-survey.open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.fc-survey-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 20, 28, 0.72);
  backdrop-filter: blur(3px);
}
.fc-survey-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  max-height: 92vh;
  overflow-y: auto;
  background: var(--white);
  border-radius: 18px;
  padding: 30px 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.fc-survey-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1;
  color: var(--grey-text);
  cursor: pointer;
}
.fc-survey-progress { display: flex; gap: 6px; margin: 4px 36px 20px 0; }
.fc-survey-progress span { height: 4px; flex: 1; border-radius: 2px; background: var(--grey-mid); transition: background 0.2s ease; }
.fc-survey-progress span.done { background: var(--green); }
/* Disqualified panel (low-volume installers) */
.fc-survey-dq { text-align: center; padding: 12px 4px 6px; }
.fc-survey-dq[hidden] { display: none; }
.fc-survey-dq-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--grey-bg);
  color: var(--gold);
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.fc-survey-dq h3 { font-size: 21px; font-weight: 800; color: var(--charcoal); margin-bottom: 8px; }
.fc-survey-dq p { font-size: 15px; line-height: 1.6; color: var(--grey-text); max-width: 380px; margin: 0 auto 22px; }
.fc-step { display: none; }
.fc-step.active { display: block; }
.fc-step h3 { font-size: 21px; font-weight: 800; color: var(--charcoal); line-height: 1.25; margin-bottom: 4px; }
.fc-step-sub { font-size: 14px; color: var(--grey-text); margin-bottom: 18px; }
.fc-opts { display: grid; gap: 10px; margin-bottom: 16px; }
.fc-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 2px solid var(--grey-mid);
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: var(--charcoal);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.fc-opt:hover { border-color: var(--green); }
.fc-opt.selected { border-color: var(--green); background: var(--green-light); }
.fc-opt input { accent-color: var(--green); width: 18px; height: 18px; flex: none; }
.fc-survey-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 8px; }
.fc-survey-back { background: none; border: none; color: var(--grey-text); font-weight: 700; font-size: 14px; cursor: pointer; padding: 8px 4px; }
.fc-survey-err { color: var(--red-header); font-size: 13px; font-weight: 600; min-height: 16px; margin-bottom: 8px; }
.fc-survey-privacy { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; color: var(--grey-text); margin: 8px 0 16px; cursor: pointer; }
.fc-survey-privacy input { margin-top: 2px; accent-color: var(--green); flex: none; }
.fc-survey-privacy a { color: var(--green-dark); }

/* Left half: the inputs, on white */
.fc-split-inputs {
  padding: 30px 28px;
  background: var(--white);
}
.fc-split-inputs h3 {
  font-size: 21px;
  font-weight: 800;
  color: var(--charcoal);
  margin-bottom: 4px;
}
.fc-split-sub {
  font-size: 14px;
  color: var(--grey-text);
  margin-bottom: 24px;
}
.fc-split-inputs .fc-field:last-of-type { margin-bottom: 0; }

/* Right half: the dark forecast panel. Drop the standalone card chrome so it
   reads as one side of the split, with square corners at the seam (the
   two-class selector beats the later .fc-result rule, so corners stay flat). */
.fc-split-card .fc-split-forecast {
  border-radius: 0;
  box-shadow: none;
  height: 100%;
}

/* Proof bar */
.fc-proof {
  background: var(--charcoal-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 0;
}
.fc-proof-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  text-align: center;
}
.fc-proof-stat .fc-proof-num {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: var(--green-mid);
  line-height: 1;
}
.fc-proof-stat .fc-proof-cap {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.66);
  margin-top: 8px;
}

/* Problem / promise band */
.fc-band {
  padding: 56px 0;
}
.fc-band-white { background: var(--white); }
.fc-band-grey  { background: var(--grey-bg); }
.fc-band-inner { max-width: 760px; }
.fc-band h2 {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--charcoal);
  margin: 14px 0 18px;
}
.fc-band p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--grey-text);
  margin-bottom: 16px;
}
.fc-band p strong { color: var(--charcoal); }

/* Callout: pulls the key line out of the body copy so the section isn't a flat
   block of text against the white hero above it. */
.fc-band-callout {
  margin: 4px 0 20px;
  padding: 20px 24px;
  background: var(--white);
  border-left: 4px solid var(--green);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.05);
}
.fc-band-callout p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--charcoal);
}
/* Second conversion point for visitors who scroll past the gated hero form. */
.fc-band-cta {
  margin-top: 28px;
}

.fc-points {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.fc-points li {
  position: relative;
  padding-left: 34px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--charcoal);
}
.fc-points li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   REVEAL PAGE  (/forecast/reveal)
   ========================================================================== */

.fc-reveal-hero {
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-dark) 100%);
  color: var(--white);
  padding: 56px 0 100px;
  text-align: center;
}
.fc-reveal-hero h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 16px auto 18px;
  max-width: 780px;
}
.fc-reveal-hero p {
  font-size: clamp(17px, 2vw, 20px);
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
  margin: 0 auto;
}

/* Result card pulled up to overlap the dark hero — the premium "here's your number" moment */
.fc-reveal-result {
  background: var(--grey-bg);
  padding: 0 0 76px;
}
.fc-reveal-result .fc-result {
  max-width: 820px;
  margin: -64px auto 0;
  padding: 44px 30px 40px;
  text-align: center;
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.30), 0 2px 10px rgba(0, 0, 0, 0.20);
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.fc-reveal-result .fc-result-label { margin-bottom: 18px; }
.fc-reveal-result .fc-result-big { font-size: clamp(52px, 9vw, 88px); margin-bottom: 10px; }
.fc-reveal-result .fc-result-big-cap { font-size: 16px; margin-bottom: 0; }
.fc-result-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  max-width: 300px;
  margin: 36px auto;
}
.fc-result-stat { margin-bottom: 20px; }
.fc-result-stat-num {
  display: block;
  font-size: clamp(30px, 5vw, 42px);
  font-weight: 800;
  color: var(--green-mid);
  line-height: 1;
  margin-bottom: 8px;
}
.fc-result-stat-lbl {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
}
.fc-reveal-result .fc-result-line {
  max-width: 460px;
  margin: 0 auto 6px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.fc-result-cta {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .fc-reveal-result .fc-result { padding: 60px 68px 54px; }
}

/* Resources page: featured free-tool card */
.fc-res-tool { max-width: 720px; margin: -56px auto 0; }
.fc-res-name {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 800;
  color: var(--green-mid);
  margin-top: 8px;
}
.fc-res-lead {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 14px 0 22px;
}
.fc-res-cta { margin-top: 0; text-align: left; }

/* VSL band */
.fc-reveal-vsl {
  background: var(--white);
  padding: 64px 0;
}
.fc-reveal-vsl .fc-video {
  max-width: 880px;
  margin: 0 auto;
}

/* Video frame */
.fc-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}
.fc-video iframe,
.fc-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* Placeholder shown until a real video embed is dropped in */
.fc-video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-dark) 100%);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 24px;
}
.fc-video-play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(74, 158, 79, 0.5);
}
.fc-video-play span {
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent var(--white);
  margin-left: 5px;
}
.fc-video-note { font-size: 14px; }

/* Section heading used by the reveal VSL / booking bands */
.fc-calc-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 36px;
}
.fc-calc-head h2 {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  color: var(--charcoal);
  margin: 12px 0 14px;
}
.fc-calc-head p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--grey-text);
}

/* Inputs */
.fc-field { margin-bottom: 20px; }
.fc-field label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 4px;
}
.fc-field .fc-field-hint {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--grey-text);
  margin-bottom: 10px;
}
.fc-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.fc-input-prefix,
.fc-input-suffix {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  color: var(--grey-text);
  pointer-events: none;
}
.fc-input-prefix { left: 16px; }
.fc-input-suffix { right: 16px; }
.fc-field input[type="number"],
.fc-field input[type="text"],
.fc-field input[type="email"],
.fc-field input[type="tel"] {
  width: 100%;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
  color: var(--charcoal);
  background: var(--grey-bg);
  border: 2px solid var(--grey-mid);
  border-radius: 8px;
  padding: 14px 16px;
  transition: all 0.2s ease;
}
.fc-field input.has-prefix { padding-left: 32px; }
.fc-field input.has-suffix { padding-right: 44px; }
.fc-field input:focus {
  outline: none;
  border-color: var(--green);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(74, 158, 79, 0.12);
}
/* Survey-type radio chips (on the form). */
.fc-radios { display: flex; flex-wrap: wrap; gap: 10px; }
.fc-radio { position: relative; cursor: pointer; }
.fc-radio input { position: absolute; opacity: 0; width: 0; height: 0; }
.fc-chip {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--charcoal);
  background: var(--grey-bg);
  border: 2px solid var(--grey-mid);
  border-radius: 8px;
  padding: 11px 16px;
  transition: all 0.18s ease;
}
.fc-chip::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--grey-mid);
  margin-right: 9px;
  transition: all 0.18s ease;
}
.fc-radio input:checked + .fc-chip {
  border-color: var(--green);
  background: var(--green-light);
  color: var(--green-dark);
}
.fc-radio input:checked + .fc-chip::before {
  border-color: var(--green);
  background: var(--green);
  box-shadow: inset 0 0 0 3px var(--white);
}
.fc-radio input:focus-visible + .fc-chip { box-shadow: 0 0 0 4px rgba(74, 158, 79, 0.14); }

/* Growth-goal slider + big live readout */
.fc-goal-out {
  font-size: clamp(30px, 5vw, 42px);
  font-weight: 900;
  color: var(--green);
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 4px 0 14px;
}
.fc-range {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 999px;
  background: var(--grey-mid);
  outline: none;
  cursor: pointer;
}
.fc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--green);
  border: 3px solid var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.fc-range::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--green);
  border: 3px solid var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.fc-range::-moz-range-track { height: 8px; border-radius: 999px; background: var(--grey-mid); }
.fc-range:focus-visible { box-shadow: 0 0 0 4px rgba(74, 158, 79, 0.14); }
.fc-range-scale {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  color: var(--grey-text);
  margin-top: 8px;
}

/* Honeypot — visually hidden, off-screen, not display:none (bots skip those) */
.fc-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Results card */
.fc-result {
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-dark) 100%);
  color: var(--white);
  border-radius: 16px;
  padding: 32px 26px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
}
.fc-result-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-mid);
  margin-bottom: 10px;
}
.fc-result-headline {
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}
.fc-result-big {
  font-size: clamp(40px, 8vw, 64px);
  font-weight: 800;
  line-height: 1;
  color: var(--green-mid);
  margin-bottom: 4px;
}
.fc-result-big-cap {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 26px;
}
/* Tightened reveal summary line (replaces the rows/chart on the results page) */
.fc-result-line {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 26px;
}
.fc-result-line strong { color: var(--white); }
/* Two-up stat row on the reveal (surveys + return) */
.fc-result-duo { display: grid; gap: 18px; margin-bottom: 6px; }
.fc-result-duo .fc-result-stat { margin-bottom: 0; }
@media (min-width: 560px) {
  .fc-result-duo { grid-template-columns: 1fr 1fr; align-items: center; }
}

/* Surveys -> installs -> profit funnel (borrowed from the sales calculator, cost step removed) */
.fc-funnel-card {
  max-width: 820px;
  margin: 16px auto 0;
  background: var(--white);
  border: 1px solid var(--grey-mid);
  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05), 0 10px 28px rgba(0, 0, 0, 0.04);
}
.fc-funnel {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.fc-fn-ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--green-light);
  color: var(--green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.fc-fn-ic svg { width: 22px; height: 22px; }
.fc-fn-n { font-size: clamp(24px, 4vw, 30px); font-weight: 900; letter-spacing: -0.02em; color: var(--charcoal); }
.fc-fn-l { font-size: 12px; font-weight: 700; color: var(--grey-text); margin-top: 2px; }
.fc-fn-h { font-size: 11px; color: #9aa5b1; margin-top: 1px; }
.fc-fn-arrow { color: var(--grey-mid); font-size: 20px; }
@media (max-width: 640px) {
  .fc-funnel { grid-template-columns: 1fr; gap: 20px; }
  .fc-fn-arrow { display: none; }
}

/* ==========================================================================
   REVEAL v2 — premium results page (/forecast/reveal)
   Full-bleed dark hero (the moment) -> light flow band -> dark booking.
   ========================================================================== */
@keyframes rvIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* ---- HERO ---- */
.rv-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(125% 90% at 50% -12%, #243349 0%, #161d2b 46%, #0d121b 100%);
  color: #fff;
  padding: 40px 24px 92px;
  text-align: center;
}
.rv-hero-glow {
  position: absolute; top: -28%; left: 50%; transform: translateX(-50%);
  width: 940px; max-width: 135%; height: 640px; z-index: -1; pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(74,158,79,0.40) 0%, rgba(74,158,79,0) 70%);
  filter: blur(24px);
}
.rv-hero-grid {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(78% 68% at 50% 28%, #000 0%, transparent 76%);
  mask-image: radial-gradient(78% 68% at 50% 28%, #000 0%, transparent 76%);
}
.rv-hero-inner { position: relative; max-width: 920px; margin: 0 auto; }

.rv-steps {
  position: static; display: inline-flex; align-items: center; gap: 12px; margin-bottom: 30px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.04em; animation: rvIn 0.6s ease both;
  background: none; padding: 0; box-shadow: none; inset: auto;
}
.rv-step { color: rgba(255,255,255,0.38); }
.rv-step.done { color: rgba(255,255,255,0.68); }
.rv-step.on { color: var(--green-mid); }
.rv-step-sep { width: 22px; height: 1px; background: rgba(255,255,255,0.18); }

.rv-greet { font-size: clamp(15px,2vw,17px); font-weight: 700; letter-spacing: 0.01em; color: var(--green-mid); margin-bottom: 18px; animation: rvIn 0.6s ease 0.05s both; }
.rv-label { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 8px; animation: rvIn 0.6s ease 0.1s both; }
.rv-bignum {
  font-size: clamp(64px, 13vw, 140px); font-weight: 900; line-height: 0.9; letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums; margin: 0; color: #fff;
  background: linear-gradient(180deg, #eafbe9 0%, var(--green-mid) 135%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  text-shadow: 0 8px 70px rgba(74,158,79,0.30); animation: rvIn 0.7s ease 0.15s both;
}
.rv-sub { font-size: clamp(16px,2vw,19px); line-height: 1.55; color: rgba(255,255,255,0.72); max-width: 50ch; margin: 22px auto 0; animation: rvIn 0.6s ease 0.22s both; }

/* Close-rate tabs under the profit number: pick your close rate, the figures move */
.rv-crtabs { display: inline-flex; margin-top: 18px; padding: 4px; border-radius: 12px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); animation: rvIn 0.6s ease 0.22s both; }
.rv-crtab { appearance: none; background: none; border: 0; cursor: pointer; font-family: inherit;
  padding: 9px 20px; border-radius: 9px; font-size: 13.5px; font-weight: 700; color: rgba(255,255,255,0.6);
  transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease; }
.rv-crtab:hover { color: rgba(255,255,255,0.85); }
.rv-crtab.is-on { background: var(--green); color: #fff; box-shadow: 0 4px 14px rgba(74,158,79,0.4); }
@media (max-width: 400px) { .rv-crtab { padding: 9px 13px; font-size: 12.5px; } }

/* Guarantee panel: green "Guaranteed every month" ribbon over the number + stacked ticks */
.rv-guarantee-panel { margin-top: 22px; max-width: 420px; border: 1px solid rgba(74,158,79,0.32); border-radius: 16px;
  overflow: hidden; background: rgba(74,158,79,0.06); animation: rvIn 0.6s ease 0.3s both; }
.rv-gp-ribbon { background: var(--green); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 0.07em;
  text-transform: uppercase; padding: 10px 20px; }
.rv-gp-body { padding: 16px 20px 18px; }
.rv-gp-num { font-size: 16px; font-weight: 700; color: #fff; line-height: 1.2; }
.rv-gp-num strong { font-size: 23px; font-weight: 900; color: var(--green-mid); font-variant-numeric: tabular-nums; }
.rv-gp-ticks { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.rv-gp-ticks li { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.74); }
.rv-gp-ticks svg { width: 14px; height: 14px; color: var(--green-mid); flex: none; }

.rv-cta {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 40px; padding: 17px 34px;
  background: var(--green); color: #fff; font-weight: 800; font-size: 16px; border-radius: 12px; text-decoration: none;
  box-shadow: 0 10px 30px rgba(74,158,79,0.42); transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  animation: rvIn 0.6s ease 0.38s both;
}
.rv-cta svg { width: 18px; height: 18px; transition: transform 0.18s ease; }
.rv-cta:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 14px 42px rgba(74,158,79,0.52); }
.rv-cta:hover svg { transform: translateX(3px); }

/* ---- FLOW ---- */
.rv-flow { background: var(--white); padding: 76px 24px; }
.rv-flow-inner { max-width: 1160px; margin: 0 auto; }
.rv-flow-head { text-align: center; max-width: 640px; margin: 0 auto 46px; }
.rv-kicker { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-dark); }
.rv-flow-head h2 { font-size: clamp(26px,3.6vw,38px); font-weight: 800; color: var(--charcoal); line-height: 1.15; margin-top: 12px; letter-spacing: -0.01em; }
.rv-flow-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 8px; }
.rv-flow-step { position: relative; text-align: center; background: var(--grey-bg); border: 1px solid var(--grey-mid); border-radius: 18px; padding: 32px 26px; }
.rv-flow-step.is-profit { background: linear-gradient(160deg, var(--green-light) 0%, #dcefdd 100%); border-color: #c4e3c6; }
.rv-flow-idx { position: absolute; top: 16px; right: 18px; font-size: 12px; font-weight: 800; letter-spacing: 0.04em; color: var(--grey-mid); }
.rv-flow-step.is-profit .rv-flow-idx { color: rgba(58,125,62,0.35); }
.rv-flow-ic { width: 50px; height: 50px; border-radius: 13px; background: var(--white); color: var(--green-dark); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.rv-flow-ic svg { width: 25px; height: 25px; }
.rv-flow-n { font-size: clamp(34px,4.4vw,46px); font-weight: 900; color: var(--charcoal); line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.rv-flow-t { font-size: 15px; font-weight: 800; color: var(--charcoal); margin-top: 8px; }
.rv-flow-d { font-size: 13.5px; line-height: 1.55; color: var(--grey-text); margin-top: 8px; }
.rv-flow-arrow { display: flex; align-items: center; justify-content: center; color: var(--grey-mid); }
.rv-flow-arrow svg { width: 26px; height: 26px; }

/* ---- BOOKING ---- */
.rv-book { background: radial-gradient(125% 120% at 100% 0%, #243349 0%, #141b27 55%, #0d121b 100%); color: #fff; padding: 76px 24px 84px; }
.rv-book-inner { max-width: 1160px; margin: 0 auto; display: grid; gap: 40px; grid-template-columns: 1fr; }
.rv-kicker.on-dark { color: var(--green-mid); }
.rv-book-left h2 { font-size: clamp(28px,3.8vw,40px); font-weight: 800; line-height: 1.12; margin: 12px 0 16px; letter-spacing: -0.01em; }
.rv-book-left > p { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.72); max-width: 46ch; }
.rv-covers { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 14px; }
.rv-covers li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: rgba(255,255,255,0.9); }
.rv-covers svg { width: 20px; height: 20px; color: var(--green-mid); flex: none; margin-top: 1px; }
.rv-recap { margin-top: 30px; padding: 22px 24px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; }
.rv-recap-t { font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 14px; }
.rv-recap-rows { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rv-recap-row { text-align: left; }
.rv-recap-n { display: block; font-size: clamp(22px,3vw,28px); font-weight: 900; color: var(--green-mid); line-height: 1; font-variant-numeric: tabular-nums; }
.rv-recap-l { display: block; font-size: 12px; color: rgba(255,255,255,0.58); margin-top: 6px; }
.rv-cal-note { margin-top: 14px; font-size: 12.5px; line-height: 1.5; color: #f0cd93; text-align: center;
  background: rgba(230,168,60,0.1); border: 1px solid rgba(230,168,60,0.3); border-radius: 10px; padding: 10px 14px; }
.rv-cal-note[hidden] { display: none; }
.rv-cal-intro { margin-bottom: 20px; }
.rv-cal-kicker { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-mid); margin-bottom: 8px; }
.rv-cal-greet { font-size: clamp(22px, 2.4vw, 27px); font-weight: 800; color: #fff; line-height: 1.15; letter-spacing: -0.018em; margin: 0; }
.rv-cal-greet span { color: var(--green-mid); }

/* Closed booking card: centered kicker + headline + sub + green CTA, opens the calendar */
.rv-cal-intro { text-align: center; }
.rv-cal-sub { font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,0.6); margin: 10px auto 20px; max-width: 34ch; }
.rv-cal-open { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-family: inherit;
  background: var(--green); color: #fff; font-weight: 800; font-size: 15px; border: 0; border-radius: 12px; padding: 15px 26px;
  box-shadow: 0 10px 26px rgba(74,158,79,0.42); transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; }
.rv-cal-open:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(74,158,79,0.5); }
.rv-cal-open svg { width: 18px; height: 18px; }
.rv-cal-open-arrow { transition: transform 0.18s ease; }
.rv-cal-open:hover .rv-cal-open-arrow { transform: translateX(3px); }
/* Once the calendar is open, the CTA gives way to the widget */
.rv-hero-cal.is-open .rv-cal-sub, .rv-hero-cal.is-open .rv-cal-open { display: none; }
.rv-hero-cal.is-open .rv-cal-intro { text-align: left; margin-bottom: 18px; }
/* Smooth dropdown: animate the row height + fade/slide the calendar in */
.rv-cal-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.45s cubic-bezier(0.4,0,0.2,1); }
.rv-cal-wrap > * { overflow: hidden; min-height: 0; opacity: 0; transform: translateY(-10px);
  transition: opacity 0.4s ease 0.08s, transform 0.4s ease 0.08s; }
.rv-cal-wrap.is-shown { grid-template-rows: 1fr; margin-top: 4px; }
.rv-cal-wrap.is-shown > * { opacity: 1; transform: none; }
.rv-cal-points { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.rv-cal-points li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: rgba(255,255,255,0.74); }
.rv-cal-points svg { width: 15px; height: 15px; flex: none; color: var(--green-mid); }
.rv-cal { background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.42); }
.rv-cal-head { display: flex; align-items: center; gap: 10px; padding: 18px 24px; font-size: 15px; font-weight: 700; color: var(--charcoal); border-bottom: 1px solid var(--grey-mid); }
.rv-cal-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(74,158,79,0.18); }
.rv-cal-embed { min-height: 640px; }
.rv-cal-embed iframe { display: block; width: 100%; min-height: 640px; border: 0; }

@media (min-width: 900px) {
  .rv-book-inner { grid-template-columns: 0.92fr 1.08fr; align-items: start; gap: 56px; }
  .rv-book-left { position: sticky; top: 30px; }
}
@media (max-width: 760px) {
  .rv-flow-steps { grid-template-columns: 1fr; }
  .rv-flow-arrow { transform: rotate(90deg); padding: 2px 0; }
  .rv-stats { flex-direction: column; gap: 18px; align-items: flex-start; }
  .rv-stat-div { width: 100%; height: 1px; }
  .rv-recap-rows { grid-template-columns: 1fr; gap: 12px; }
}

/* ---- HERO two-column (plan + calendar) ---- */
.rv-hero-2col {
  max-width: 1400px; text-align: left;
  display: grid; grid-template-columns: 1fr; gap: 34px;
}
.rv-hero-2col > * { min-width: 0; }
/* In-hero scale slider */
.rv-hero-scaler { margin: 24px 0 6px; max-width: 480px; }
.rv-hero-scaler-lead { font-size: 15px; color: rgba(255,255,255,0.78); margin-bottom: 11px; }
.rv-hero-scaler-lead strong { color: #fff; font-weight: 800; font-size: 17px; font-variant-numeric: tabular-nums; }
.rv-hero-scaler-hint { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-mid); margin-left: 10px; }
.rv-hero-scaler-ticks { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.4); margin-top: 2px; }
.rv-scaler-why { margin-top: 14px; font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.56); max-width: 62ch; }
.rv-hero-plan { max-width: 620px; }
.rv-hero-2col .rv-bignum { font-size: clamp(42px, 5.4vw, 88px); letter-spacing: -0.045em; margin-top: 6px; line-height: 0.98; white-space: nowrap; }
.rv-range-to { display: inline-block; margin: 0 0.28em; font-size: 0.4em; font-weight: 700; letter-spacing: 0.04em; color: rgba(255,255,255,0.42);
  -webkit-text-fill-color: rgba(255,255,255,0.42); vertical-align: middle; text-transform: lowercase; }
.rv-hero-2col .rv-sub { margin: 22px 0 0; max-width: 42ch; }
.rv-hero-cta {
  display: none; align-items: center; gap: 9px; margin-top: 26px; padding: 15px 26px;
  background: var(--green); color: #fff; font-weight: 800; font-size: 15px; border-radius: 11px;
  text-decoration: none; box-shadow: 0 8px 24px rgba(74,158,79,0.4);
  animation: rvIn 0.6s ease 0.38s both;
}
.rv-hero-cta svg { width: 17px; height: 17px; }
/* Calendar side: greeting + booking widget lifted inside one dark frosted card */
.rv-hero-cal { animation: rvIn 0.7s ease 0.3s both; background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px; padding: 24px; box-shadow: 0 36px 90px rgba(0,0,0,0.46); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
/* On-the-call checklist (fills the hero column next to the calendar) */
.rv-hero-covers { margin-top: 30px; }
.rv-hero-covers-t { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.48); margin-bottom: 14px; }
.rv-hero-covers .rv-covers { margin-top: 0; gap: 12px; }
.rv-hero-covers .rv-covers li { font-size: 15px; }

.rv-hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.09); }
.rv-hero-avatars { display: inline-flex; }
.rv-hero-avatars i { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #131b28; margin-left: -11px; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 72%; }
.rv-hero-avatars i:first-child { margin-left: 0; }
.rv-hero-avatars i:nth-child(1) { background-image: url(/images/trust/1.png); }
.rv-hero-avatars i:nth-child(2) { background-image: url(/images/trust/2.png); }
.rv-hero-avatars i:nth-child(3) { background-image: url(/images/trust/3.png); }
.rv-hero-avatars i:nth-child(4) { background-image: url(/images/trust/4.png); }
.rv-hero-avatars i:nth-child(5) { background-image: url(/images/trust/5.png); }
.rv-hero-trust-t { font-size: 14px; color: rgba(255,255,255,0.72); }
.rv-hero-trust-t strong { color: #fff; font-weight: 800; }

@media (min-width: 940px) {
  .rv-hero { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 96px 24px 56px; }
  .rv-hero-2col { grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; width: 100%; }
  .rv-hero-plan { padding-top: 0; }
  .rv-hero-cal { align-self: center; }
}
@media (max-width: 939px) {
  .rv-hero-cta { display: inline-flex; }
}

/* ---- shared section head ---- */
.rv-sec-head { text-align: center; max-width: 660px; margin: 0 auto 42px; }
.rv-sec-head h2 { font-size: clamp(26px, 3.6vw, 38px); font-weight: 800; color: var(--charcoal); line-height: 1.15; margin-top: 12px; letter-spacing: -0.01em; }
.rv-sec-head p { font-size: 17px; line-height: 1.6; color: var(--grey-text); margin-top: 12px; }
.rv-sec-head.on-dark h2 { color: #fff; }
.rv-sec-head.on-dark p { color: rgba(255,255,255,0.68); }

/* ---- SOCIAL PROOF ---- */
.rv-proof { background: var(--white); padding: 78px 24px; }
.rv-proof-inner { max-width: 1200px; margin: 0 auto; }
.rv-proof-video {
  position: relative; aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden;
  background: linear-gradient(135deg, #20293a 0%, #0f141d 100%); border: 1px solid var(--grey-mid);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  box-shadow: 0 22px 54px rgba(0,0,0,0.14);
}
.rv-proof-play { width: 74px; height: 74px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(74,158,79,0.5); }
.rv-proof-play svg { width: 30px; height: 30px; margin-left: 4px; }
.rv-proof-note { font-size: 12px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
/* Wide chat/email screenshots: stacked, natural aspect so the text stays readable */
.rv-proof-shots { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: 26px; }
/* Trust line under the screenshots (on the white proof section) */
.rv-proof-trust { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 46px; }
.rv-proof-trust-t { font-size: clamp(15px, 1.7vw, 17px); font-weight: 600; color: var(--grey-text); }
.rv-proof-trust-t strong { color: var(--charcoal); font-weight: 800; }
.rv-proof-avatars { display: inline-flex; }
.rv-proof-avatars i { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; margin-left: -10px; box-shadow: 0 2px 7px rgba(0,0,0,0.14), inset 0 0 0 1px #e2e8f0; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 72%; }
.rv-proof-avatars i:first-child { margin-left: 0; }
.rv-proof-avatars i:nth-child(1) { background-image: url(/images/trust/1.png); }
.rv-proof-avatars i:nth-child(2) { background-image: url(/images/trust/2.png); }
.rv-proof-avatars i:nth-child(3) { background-image: url(/images/trust/3.png); }
.rv-proof-avatars i:nth-child(4) { background-image: url(/images/trust/4.png); }
.rv-proof-avatars i:nth-child(5) { background-image: url(/images/trust/5.png); }
.rv-shot {
  width: 100%; max-width: 920px; margin: 0;
  border: 1px solid var(--grey-mid); border-radius: 14px;
  background: var(--white); overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05), 0 10px 28px rgba(0,0,0,0.05);
}
.rv-shot img { width: 100%; height: auto; display: block; }
/* 6 installer videos (3 x 2) */
.rv-proof-videos { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.rv-vid {
  position: relative; flex: 0 1 calc(33.333% - 11px); max-width: calc(33.333% - 11px);
  aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden;
  background: linear-gradient(140deg, #212b3d 0%, #0f141d 100%); border: 1px solid var(--grey-mid);
  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
}
.rv-vid img, .rv-vid iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.rv-vid img { object-fit: cover; }
@media (max-width: 860px) { .rv-vid { flex-basis: calc(50% - 8px); max-width: calc(50% - 8px); } }
@media (max-width: 520px) { .rv-vid { flex-basis: 100%; max-width: 100%; } }

/* ---- WHAT WE ARRANGE (pills) ---- */
.rv-arrange { background: linear-gradient(180deg, #1b2431 0%, #10151f 100%); color: #fff; padding: 78px 24px; }
.rv-arrange-inner { max-width: 1180px; margin: 0 auto; }
.rv-pills { list-style: none; margin: 40px 0 0; padding: 0; display: grid; gap: 14px; }
.rv-pill {
  display: flex; align-items: flex-start; gap: 13px;
  background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px;
  padding: 16px 18px; font-size: 15px; line-height: 1.5; color: rgba(255,255,255,0.85);
  transition: border-color 0.18s ease, background 0.18s ease;
}
.rv-pill:hover { border-color: rgba(74,158,79,0.45); background: rgba(74,158,79,0.08); }
.rv-pill strong { color: #fff; font-weight: 800; }
.rv-pill-ic { box-sizing: border-box; width: 24px; height: 24px; flex: none; margin-top: 1px; padding: 3px; color: var(--green-mid); background: rgba(74,158,79,0.15); border-radius: 8px; }

/* ---- FINAL CTA ---- */
.rv-final {
  position: relative; overflow: hidden; isolation: isolate; color: #fff; text-align: center; padding: 92px 24px;
  background: radial-gradient(120% 130% at 50% -12%, #58ba5d 0%, #3f8544 52%, #2c6330 100%);
}
.rv-final-grid {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(85% 95% at 50% 0%, #000 0%, transparent 74%);
  mask-image: radial-gradient(85% 95% at 50% 0%, #000 0%, transparent 74%);
}
.rv-final-glow {
  position: absolute; top: -42%; left: 50%; transform: translateX(-50%); width: 760px; max-width: 130%; height: 520px; z-index: -1; pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0) 70%);
}
.rv-final-inner { position: relative; max-width: 900px; margin: 0 auto; }
.rv-final-kicker { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; background: rgba(255,255,255,0.16); padding: 7px 16px; border-radius: 999px; margin-bottom: 22px; }
.rv-final-note { margin-top: 22px; font-size: 13px; color: rgba(255,255,255,0.85); }
.rv-final h2 { font-size: clamp(28px, 3.8vw, 42px); font-weight: 900; line-height: 1.14; letter-spacing: -0.015em; margin: 0 0 14px; }
.rv-final p { font-size: 18px; opacity: 0.92; margin: 0 auto 30px; max-width: 46ch; }
.rv-final-cta {
  display: inline-flex; align-items: center; gap: 10px; padding: 18px 38px;
  background: #fff; color: var(--green-dark); font-weight: 800; font-size: 17px; border-radius: 12px; text-decoration: none;
  box-shadow: 0 12px 34px rgba(0,0,0,0.22); transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.rv-final-cta svg { width: 18px; height: 18px; transition: transform 0.18s ease; }
.rv-final-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 46px rgba(0,0,0,0.32); }
.rv-final-cta:hover svg { transform: translateX(3px); }

@media (min-width: 720px) { .rv-pills { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .rv-proof-shots { gap: 12px; } }

/* ---- SCALE slider (tiered return climbs) ---- */
.rv-scale { background: var(--grey-bg); padding: 78px 24px; }
.rv-scale-inner { max-width: 780px; margin: 0 auto; }
.rv-scale-card {
  margin-top: 6px; padding: 32px 34px 30px; border-radius: 22px; color: #fff;
  background: radial-gradient(130% 130% at 100% 0%, #243349 0%, #141b27 60%, #0d121b 100%);
  box-shadow: 0 24px 60px rgba(0,0,0,0.26); border: 1px solid rgba(255,255,255,0.07);
}
.rv-scale-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 24px; }
.rv-scale-k { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 7px; }
.rv-scale-installs { font-size: clamp(26px, 3.4vw, 34px); font-weight: 900; color: #fff; line-height: 1; font-variant-numeric: tabular-nums; }
.rv-scale-installs .u { font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.55); }
.rv-scale-profit-wrap { text-align: right; }
.rv-scale-profit { font-size: clamp(32px, 4.6vw, 48px); font-weight: 900; color: var(--green-mid); line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.rv-scale-range {
  -webkit-appearance: none; appearance: none; width: 100%; height: 10px; border-radius: 999px;
  background: rgba(255,255,255,0.16); outline: none; cursor: pointer; margin: 6px 0 8px;
}
.rv-scale-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 28px; height: 28px; border-radius: 50%; background: var(--green-mid); border: 4px solid #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.4), 0 0 18px rgba(92,184,96,0.55); cursor: pointer; }
.rv-scale-range::-moz-range-thumb { width: 28px; height: 28px; border-radius: 50%; background: var(--green-mid); border: 4px solid #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.4), 0 0 18px rgba(92,184,96,0.55); cursor: pointer; }
.rv-scale-range::-moz-range-track { height: 10px; border-radius: 999px; background: rgba(255,255,255,0.16); }
.rv-scale-range:focus-visible { box-shadow: 0 0 0 4px rgba(74,158,79,0.25); }
.rv-scale-ticks { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.45); }
.rv-scale-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }
.rv-scale-metric-n { display: block; font-size: clamp(22px, 3vw, 28px); font-weight: 900; color: var(--green-mid); line-height: 1; font-variant-numeric: tabular-nums; }
.rv-scale-metric-l { display: block; font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 6px; }
@media (max-width: 560px) { .rv-scale-metrics { grid-template-columns: 1fr; gap: 12px; } }
.fc-result-rows {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}
.fc-result-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.fc-result-row .fc-result-row-label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
}
.fc-result-row .fc-result-row-val {
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
  white-space: nowrap;
}

/* Month-by-month bar chart */
.fc-chart {
  margin-top: 8px;
}
.fc-chart-title {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
}
.fc-bars {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: end;
  gap: 5px;
  height: 120px;
}
.fc-bar {
  background: linear-gradient(180deg, var(--green-mid) 0%, var(--green) 100%);
  border-radius: 3px 3px 0 0;
  min-height: 4px;
  transition: height 0.4s ease;
}
.fc-bars-axis {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5px;
  margin-top: 8px;
}
.fc-bars-axis span {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.fc-benchmark {
  margin-top: 22px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--green-mid);
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

/* Locked state: the forecast card shows its shape, blurred, until unlocked */
.fc-result-locked .fc-result-big,
.fc-result-locked .fc-result-rows,
.fc-result-locked .fc-chart,
.fc-result-locked .fc-benchmark {
  filter: blur(16px);
  user-select: none;
  pointer-events: none;
}
/* Neutralise the big number while locked so the blurred tease reads as a hidden
   figure, not a stray green blob. */
.fc-result-locked .fc-result-big { color: rgba(255, 255, 255, 0.5); }

/* Gate overlay (the contact form) sitting over the blurred forecast */
.fc-gate {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px 24px;
  background: linear-gradient(180deg, rgba(20,26,37,0.55) 0%, rgba(20,26,37,0.72) 100%);
  backdrop-filter: blur(1.5px);
  text-align: center;
}
.fc-result:not(.fc-result-locked) .fc-gate { display: none; }
.fc-gate-head h4 {
  font-size: 23px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.fc-gate-head p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  max-width: 340px;
  margin: 0 auto;
}
.fc-gate-form {
  width: 100%;
  max-width: 360px;
  display: grid;
  gap: 10px;
}
.fc-gate-form .fc-input-wrap input { background: var(--white); }
.fc-gate-note {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.65);
  margin: 2px 0 0;
  text-align: center;
}
.fc-gate-form .fc-field { margin-bottom: 0; }

/* Inline form-validation error */
.fc-gate-error {
  font-size: 13px;
  font-weight: 600;
  color: #ffb4b4;
  min-height: 16px;
}

/* Booking step (revealed after gate) */
.fc-book {
  background: var(--white);
  padding: 64px 0;
}
.fc-book[hidden] { display: none; }
.fc-book-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px;
}
.fc-book-head h2 {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  color: var(--charcoal);
  margin: 12px 0 14px;
}
.fc-book-head p {
  font-size: 17px;
  color: var(--grey-text);
  line-height: 1.6;
}
.fc-book-embed {
  max-width: 900px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.fc-book-embed iframe { display: block; min-height: 700px; }

/* ---- Tablet ------------------------------------------------------------- */
@media (min-width: 768px) {
  .fc-hero { padding: 72px 0 76px; }
  .fc-hero-split { padding: 56px 0 64px; }
  .fc-band { padding: 80px 0; }
  .fc-proof-inner { grid-template-columns: repeat(3, 1fr); }
  .fc-split-inputs { padding: 36px 32px; }
  .fc-result { padding: 40px 36px; }
  .fc-bars { height: 150px; }
  .fc-bars-axis span { font-size: 11px; }
  .fc-offer-hero { padding: 68px 0 80px; }
  .fc-inside-grid { grid-template-columns: 1fr 1fr; }
  .fc-feature-body { padding: 30px 34px 34px; }
  /* Picture cards: two columns of three */
  .fc-cards { grid-template-columns: 1fr 1fr; }
}

/* ---- Desktop ------------------------------------------------------------ */
@media (min-width: 1024px) {
  /* One card, two columns: white inputs | dark forecast, split down the middle */
  .fc-split-card { grid-template-columns: 1fr 1fr; }
  .fc-split-inputs { padding: 40px 38px; }
}

/* ---- Small phones ------------------------------------------------------- */
@media (max-width: 520px) {
  .fc-offer-head h1 { font-size: 27px; line-height: 1.12; }
  .fc-survey { padding: 0; }
  .fc-survey.open { padding: 0; }
  .fc-survey-dialog {
    max-width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border-radius: 0;
    padding: 24px 20px 28px;
  }
  .fc-inside-cta h2 { font-size: 26px; }
}

/* ==========================================================================
   /breakdown/resources — unlocked video tiles
   Reuses .fc-inside / .fc-feature / .fc-cards. Adds a play overlay on each
   media, and a responsive 16:9 embed wrapper for when the iframe is wired in.
   ========================================================================== */
.res-media { position: relative; cursor: pointer; }
.res-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 68px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(45, 55, 72, 0.72);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: var(--white);
  transition: all 0.2s ease;
  pointer-events: none;
}
.res-media:hover .res-play,
.res-media:focus-visible .res-play {
  background: var(--green);
  border-color: var(--white);
  transform: translate(-50%, -50%) scale(1.06);
}
.res-play svg { width: 26px; height: 26px; margin-left: 3px; }
.res-media:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

/* When a tile is playing, drop the 2:1 poster crop and let the 16:9 video set height. */
.res-media.is-playing { aspect-ratio: 16 / 9; cursor: default; }

/* Card 1: three vertical reels side by side (self-hosted, loaded on tap). */
.res-media.is-reels { aspect-ratio: auto; background: #0d1117; }
.res-reel-row { display: flex; gap: 6px; width: 100%; }
.res-reel-row video {
  flex: 1 1 0;
  min-width: 0;
  height: auto;
  display: block;
  border-radius: 6px;
  background: #000;
}

/* Responsive 16:9 embed — injected by resources.js on activation. */
.res-embed { position: relative; width: 100%; height: 100%; aspect-ratio: 16 / 9; }
.res-embed iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0; display: block;
}

/* ---- /breakdown/resources hero: headline, calendar, resources button --- */
.res-hero-book { text-align: center; padding: 32px 0 44px; }
.res-hero-book h1 { margin: 4px auto 20px; max-width: 760px; }
.res-hero-book .res-hero-cal { max-width: 100%; margin: 0 auto; }
.res-hero-book .book-calendar-embed { min-height: 480px; }
.res-hero-book-cta { margin-top: 22px; }
.res-hero-book-cta-top { margin-top: 0; margin-bottom: 22px; }
/* Higher-contrast label than the default green-dark on white (a11y AA). */
.res-hero-book-cta .btn-white { color: var(--charcoal); }

/* Screen-reader-only utilities */
.sr-only,
.sr-only-focusable {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Keyboard focus ring on a flip card when its (visually hidden) toggle is focused */
.fc-flip-toggle:focus-visible + .fc-flip-inner .fc-flip-front {
  outline: 3px solid var(--green);
  outline-offset: 3px;
  border-radius: 14px;
}
#book-call { scroll-margin-top: 84px; }
#resources { scroll-margin-top: 24px; }

/* ---- Card 6: flip-to-reveal the 6-step cycle --------------------------- */
.fc-flip {
  background: transparent;
  border: 0;
  overflow: visible;
  perspective: 1600px;
}
.fc-flip-inner {
  position: relative;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
  transform-style: preserve-3d;
}
.fc-flip-toggle:checked + .fc-flip-inner { transform: rotateY(180deg); }
.fc-flip-face {
  display: block;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fc-flip-front .fc-card-body p { color: var(--green); font-weight: 700; }
.fc-flip-back {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
  background: linear-gradient(160deg, rgba(74, 158, 79, 0.16) 0%, rgba(255, 255, 255, 0.03) 100%);
  padding: 16px 18px 18px;
  overflow: auto;
}
.res-flip-cue {
  background: rgba(45, 55, 72, 0.72);
  border-color: rgba(255, 255, 255, 0.9);
}
.fc-flip:hover .res-flip-cue { background: var(--green); }

.fc-cycle-head {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.fc-cycle-head svg { width: 16px; height: 16px; color: var(--green); }
.fc-cycle { list-style: none; margin: 0; padding: 0; }
.fc-cycle li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 7px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.fc-cycle li:first-child { border-top: 0; }
.fc-cycle li b {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: var(--white);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}
.fc-cycle li p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}
.fc-cycle li p strong { color: var(--white); font-weight: 700; }

/* Bonus step (6) — highlighted, amber */
.fc-cycle li.fc-cycle-bonus {
  border-top: 0;
  margin-top: 6px;
  padding: 8px 8px 8px 6px;
  background: rgba(214, 158, 46, 0.12);
  border: 1px solid rgba(214, 158, 46, 0.4);
  border-radius: 9px;
}
.fc-cycle-bonus b { background: #d69e2e; color: #1a202c; }
.fc-cycle-tag {
  display: inline-block;
  background: #d69e2e;
  color: #1a202c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 1px 5px;
  border-radius: 4px;
  margin-right: 5px;
  vertical-align: 1px;
}

/* Card 3 flip-back: 2x2 grid of ad-angle mini-cards */
.fc-angles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.fc-angle {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  padding: 9px 10px;
}
.fc-angle-ic { display: block; color: var(--green); margin-bottom: 5px; }
.fc-angle-ic svg { width: 18px; height: 18px; }
.fc-angle b {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.fc-angle p {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
}

/* ==========================================================================
   LANDING PAGE — "Booked, not bought" (cold-social capture page, /forecast)
   Outcome-led hero, leads-vs-surveys contrast, trade toggle, proof.
   ========================================================================== */

/* Hero */
.cx-hero {
  background: linear-gradient(180deg, var(--white) 0%, var(--grey-bg) 100%);
  padding: 56px 0 44px;
  text-align: center;
}
.cx-hero h1 {
  font-size: clamp(32px, 4.8vw, 56px);
  font-weight: 900;
  line-height: 1.08;
  color: var(--charcoal);
  letter-spacing: -0.02em;
  margin: 14px auto 18px;
  max-width: 1120px;
}
.cx-accent { color: var(--green); }
.cx-hero-sub {
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  color: var(--grey-text);
  max-width: 76ch;
  margin: 0 auto 26px;
}
.cx-hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.cx-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--grey-text);
  text-decoration: underline;
  transition: color 0.2s ease;
}
.cx-link:hover { color: var(--charcoal); }

/* Wider content column for the landing sections. */
.cx-hero .container,
.cx-contrast .container,
.cx-calc .container,
.cx-qual .container,
.cx-final .container { max-width: 1280px; }

/* Contrast strip (sits low on the page, just before the final CTA) */
.cx-contrast { padding: 64px 0; background: var(--grey-bg); }
.cx-contrast-grid {
  position: relative;
  display: grid;
  gap: 16px;
  max-width: 1040px;
  margin: 32px auto 0;
}
.cx-col {
  background: var(--white);
  border-radius: 16px;
  padding: 30px 30px 26px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.05);
}
.cx-col h3 {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.cx-col.old { background: var(--grey-bg); box-shadow: none; border: 1px solid var(--grey-mid); }
.cx-col.old h3 { color: var(--grey-text); }
.cx-col.new { border: 2px solid var(--green); box-shadow: 0 4px 16px rgba(74, 158, 79, 0.14), 0 16px 40px rgba(0, 0, 0, 0.06); }
.cx-col.new h3 { color: var(--green-dark); }
/* "vs" badge dividing the two columns on desktop */
.cx-vs {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--charcoal);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.cx-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.cx-col li {
  font-size: 16px;
  line-height: 1.45;
  padding-left: 30px;
  position: relative;
  color: var(--charcoal);
}
.cx-col.old li { color: var(--grey-text); }
.cx-col.old li::before {
  content: "\2717";
  position: absolute;
  left: 0;
  top: 1px;
  color: #c05656;
  font-weight: 800;
}
.cx-col.new li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Calc section — sits tight under the hero CTA on continuous grey */
.cx-calc { padding: 20px 0 64px; background: var(--grey-bg); }
.cx-calc .fc-split-card { margin-top: 0; }
.cx-head { text-align: center; max-width: 660px; margin: 0 auto; }
.cx-head h2 {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  color: var(--charcoal);
  line-height: 1.2;
  margin: 12px 0 12px;
}
.cx-head p { font-size: 17px; line-height: 1.6; color: var(--grey-text); margin: 0; }

/* What "qualified" means — elevated tiles with icons */
.cx-qual { padding: 64px 0; background: var(--white); }
.cx-qual-grid { display: grid; gap: 20px; margin-top: 32px; }
.cx-qual-card {
  background: var(--white);
  border: 1px solid var(--grey-mid);
  border-radius: 16px;
  padding: 28px 26px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05), 0 10px 28px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cx-qual-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10), 0 18px 44px rgba(0, 0, 0, 0.08);
}
.cx-qual-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--green-light);
  color: var(--green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.cx-qual-ico svg { width: 24px; height: 24px; }
.cx-qual-card h4 { font-size: 18px; font-weight: 800; color: var(--charcoal); margin: 0 0 8px; }
.cx-qual-card p { font-size: 14.5px; line-height: 1.55; color: var(--grey-text); margin: 0; }

/* Final CTA */
.cx-final {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: #fff;
  text-align: center;
  padding: 64px 0;
}
.cx-final h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 900; margin: 0 0 12px; line-height: 1.15; }
.cx-final p { font-size: 18px; opacity: 0.92; max-width: 52ch; margin: 0 auto 26px; }
.cx-final .btn-white { background: #fff; color: var(--green-dark); }

/* Social proof — real chat/email captures. The sources are wide landscape
   (1.4:1 to 3:1), so they run at natural aspect inside a card. Never set a
   fixed aspect-ratio + object-fit: cover here, it crops the text away. */
.cx-proof { padding: 64px 0; background: var(--white); }
.cx-shots {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1100px;
  margin: 32px auto 0;
}
.cx-shot-col {
  display: grid;
  gap: 20px;
  align-content: start;
}
.cx-shot {
  margin: 0;
  border: 1px solid var(--grey-mid);
  border-radius: 16px;
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05), 0 10px 28px rgba(0,0,0,0.05);
}
.cx-shot img { width: 100%; height: auto; display: block; }

@media (min-width: 768px) {
  .cx-shots { grid-template-columns: 1.03fr 1fr; align-items: start; }
}

/* ==========================================================================
   LANDING v2 — premium /forecast (dark hero + gated calculator card)
   ========================================================================== */
/* Headline + form share one full-height fold, so the fold lands at 100vh like the reveal */
.lp-fold { position: relative; overflow: hidden; isolation: isolate; color: #fff;
  min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  padding: 84px 0 24px;
  background: radial-gradient(125% 90% at 50% -12%, #243349 0%, #161d2b 46%, #0d121b 100%); }
.lp-hero {
  position: relative; text-align: center; color: #fff; background: transparent;
  padding: 0 24px 6px;
}
.lp-glow { position: absolute; top: -26%; left: 50%; transform: translateX(-50%); width: 940px; max-width: 135%; height: 620px; z-index: -1; pointer-events: none; background: radial-gradient(50% 50% at 50% 50%, rgba(74,158,79,0.38) 0%, rgba(74,158,79,0) 70%); filter: blur(24px); }
.lp-grid { position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 46px 46px; -webkit-mask-image: radial-gradient(78% 74% at 50% 22%, #000 0%, transparent 78%); mask-image: radial-gradient(78% 74% at 50% 22%, #000 0%, transparent 78%); }
.lp-hero-inner { position: relative; max-width: 920px; margin: 0 auto; }
.lp-kicker { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-mid); }
.lp-h1 { font-size: clamp(26px, 3.8vw, 52px); font-weight: 900; line-height: 1.08; letter-spacing: -0.02em; margin: 12px auto 14px; }
@media (max-width: 500px) {
  .lp-kicker { font-size: 10.5px; letter-spacing: 0.07em; }
  .lp-hero { padding-left: 16px; padding-right: 16px; }
  .lp-h1 { font-size: clamp(22px, 6.9vw, 28px); line-height: 1.1; margin: 10px auto 12px; }
  .lp-h1 .lp-accent { font-size: 1.5em; margin: 4px 0; letter-spacing: -0.04em; }   /* leads, stays one line */
  .lp-hero .lp-sub { font-size: 12.5px; max-width: 40ch; line-height: 1.5; margin-top: 14px; text-wrap: balance; }
}
.lp-accent { color: var(--green-mid); }
.lp-sub { font-size: clamp(17px, 2vw, 21px); line-height: 1.55; color: rgba(255,255,255,0.72); max-width: 60ch; margin: 0 auto; }
@media (min-width: 1024px) { .lp-sub { max-width: none; white-space: nowrap; font-size: 19px; } }
.lp-h1 .lp-accent { display: inline-block; font-size: 1.42em; line-height: 1; margin: 6px 0; letter-spacing: -0.03em; white-space: nowrap; }

.lp-calc-sec { background: transparent; padding: 32px 24px 0; }
.lp-calc-inner { max-width: 1080px; margin: 0 auto; }
.lp-card {
  display: grid; grid-template-columns: 1fr; overflow: hidden; border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.09); box-shadow: 0 30px 74px rgba(0,0,0,0.5); background: #141b27;
}
@media (min-width: 860px) { .lp-card { grid-template-columns: 0.92fr 1.08fr; } }

/* shared field styles overridden for the dark card */
.lp-card .fc-field { margin-bottom: 18px; }
.lp-card .fc-field label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.66); letter-spacing: 0.005em; margin-bottom: 9px; }
.lp-card .fc-input-wrap input { background: rgba(255,255,255,0.06); border: 2px solid rgba(255,255,255,0.14); color: #fff; }
.lp-card .fc-input-wrap input::placeholder { color: rgba(255,255,255,0.4); }
.lp-card .fc-input-wrap input:focus { border-color: var(--green); background: rgba(74,158,79,0.1); box-shadow: 0 0 0 4px rgba(74,158,79,0.16); }
.lp-card .fc-chip { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.16); color: rgba(255,255,255,0.85); }
.lp-card .fc-chip::before { border-color: rgba(255,255,255,0.3); }
.lp-card .fc-radio input:checked + .fc-chip { background: rgba(74,158,79,0.2); border-color: var(--green); color: #fff; }
/* Two short numeric inputs side by side */
.fc-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fc-row-2 .fc-field { margin-bottom: 0; }
.lp-card .fc-row-2 + .fc-field { margin-top: 18px; }
@media (max-width: 440px) { .fc-row-2 { grid-template-columns: 1fr; gap: 0; } .fc-row-2 .fc-field:first-child { margin-bottom: 18px; } }

/* £ prefix money input */
.fc-input-money { position: relative; }
.fc-money-sym { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); font-weight: 700; color: rgba(255,255,255,0.5); pointer-events: none; z-index: 1; }
.lp-card .fc-input-money input { padding-left: 30px; }

/* Keep the three trade options on one line (green fill = selected, no radio dot) */
.lp-card .fc-radios { flex-wrap: nowrap; gap: 8px; }
.lp-card .fc-radio { flex: 1 1 0; min-width: 0; }
.lp-card .fc-chip { width: 100%; justify-content: center; padding: 12px 12px; font-size: 13px; white-space: nowrap; }
.lp-card .fc-chip::before { display: none; }
@media (max-width: 480px) {
  .lp-card .fc-radios { gap: 6px; }
  .lp-card .fc-chip { padding: 11px 6px; font-size: 12px; }
}

.lp-inputs { padding: 34px 32px; background: #182231; }
.lp-inputs-t { font-size: clamp(23px, 2.4vw, 27px); font-weight: 800; color: #fff; letter-spacing: -0.018em; line-height: 1.1; margin-bottom: 24px; }
.lp-inputs-t span { color: var(--green-mid); }
.lp-inputs-s { font-size: 14px; color: rgba(255,255,255,0.58); margin: 5px 0 22px; }

.lp-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 28px;
  background: var(--green); color: #fff; font-weight: 800; font-size: 16px; border: none; border-radius: 12px;
  cursor: pointer; text-decoration: none; box-shadow: 0 10px 28px rgba(74,158,79,0.4);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.lp-cta-block { width: 100%; margin-top: 6px; }
.lp-cta svg { width: 18px; height: 18px; transition: transform 0.18s ease; }
.lp-cta:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 14px 36px rgba(74,158,79,0.5); }
.lp-cta:hover svg { transform: translateX(3px); }
.lp-calc-error { color: #ff9b9b; font-size: 13px; font-weight: 600; margin-top: 10px; min-height: 16px; text-align: center; }

/* Number-forward gated panel: dark-blue frosted glass */
.lp-panel { position: relative; padding: 34px 32px; min-height: 460px; overflow: hidden;
  background: linear-gradient(165deg, rgba(34,48,78,0.62), rgba(15,21,35,0.74));
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.lp-overlay { position: absolute; inset: 0; padding: 32px 30px; display: flex; flex-direction: column; }
.lp-overlay[hidden] { display: none; }
.lp-overlay-center { align-items: center; justify-content: center; text-align: center; gap: 7px; }
/* Form sits in a dark frosted card that grows with its content (no inner scroll).
   Card is dark-translucent + backdrop-blurred so the result behind reads as a soft glow. */
.lp-overlay-form { position: relative; inset: auto; margin: 0; padding: 26px 24px; border-radius: 18px; justify-content: flex-start;
  background: linear-gradient(180deg, rgba(26,36,58,0.82), rgba(16,22,36,0.88));
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
  border: 1px solid rgba(255,255,255,0.11); box-shadow: 0 18px 44px rgba(0,0,0,0.32); }
/* The installs-now question is a fieldset so the radio group is announced as one
   labelled group. Strip the UA fieldset/legend chrome so it looks identical. */
.lp-panel .lp-num-field { text-align: left; border: 0; padding: 0; margin-inline: 0; min-inline-size: 0; }
.lp-panel .lp-num-field legend,
.lp-panel .lp-num-field label { display: block; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.68); margin-bottom: 7px; letter-spacing: 0.005em; }
/* legend-only: kill the UA float/inline-padding without touching the radio labels */
.lp-panel .lp-num-field legend { float: none; width: 100%; padding: 0; }

/* Number-forward locked stack (persists behind the form as just the blurred number) */
.lp-nf-teaser { position: absolute; inset: 0; padding: 32px 30px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; gap: 2px; pointer-events: none; }
.lp-panel-busy .lp-nf-label,
.lp-panel-busy .lp-nf-sub,
.lp-panel-busy .lp-nf-unlock { display: none; }
.lp-nf-label { font-size: 12px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: var(--green-mid); margin-bottom: 12px; }
.lp-nf-big { font-size: clamp(40px, 5.2vw, 56px); font-weight: 900; color: var(--green-mid); line-height: 1; font-variant-numeric: tabular-nums; white-space: nowrap; filter: blur(9px); }
.lp-nf-sub { font-size: 14px; line-height: 1.4; color: rgba(255,255,255,0.62); margin-top: 12px; max-width: 24ch; filter: blur(4px); }
.lp-nf-sub strong { color: #fff; }
.lp-nf-unlock { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; padding: 10px 17px; border-radius: 999px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.82); font-size: 13px; font-weight: 700; }
.lp-nf-unlock svg { width: 15px; height: 15px; }

.lp-teaser { position: absolute; inset: 0; padding: 34px 32px; filter: blur(9px); user-select: none; pointer-events: none; opacity: 0.9; }
.lp-teaser-label { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-mid); margin-bottom: 8px; }
.lp-teaser-big { font-size: clamp(46px, 7vw, 66px); font-weight: 900; color: var(--green-mid); line-height: 1; }
.lp-teaser-rows { margin-top: 24px; display: grid; gap: 14px; }
.lp-teaser-row { display: flex; justify-content: space-between; font-size: 15px; color: rgba(255,255,255,0.8); border-bottom: 1px solid rgba(255,255,255,0.12); padding-bottom: 12px; }
.lp-teaser-row b { color: #fff; }
.lp-lock-ic { width: 56px; height: 56px; border-radius: 15px; background: rgba(74,158,79,0.16); color: var(--green-mid); display: flex; align-items: center; justify-content: center; margin-bottom: 6px; }
.lp-lock-ic svg { width: 27px; height: 27px; }
.lp-lock-t { font-size: 19px; font-weight: 800; color: #fff; }
.lp-lock-s { font-size: 14px; color: rgba(255,255,255,0.62); }

.lp-spinner { width: 46px; height: 46px; border-radius: 50%; border: 4px solid rgba(255,255,255,0.15); border-top-color: var(--green-mid); animation: lpSpin 0.8s linear infinite; }
@keyframes lpSpin { to { transform: rotate(360deg); } }

.lp-fit-note { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 16px; padding: 11px 14px; border-radius: 11px;
  background: rgba(230,168,60,0.1); border: 1px solid rgba(230,168,60,0.32); color: #f0cd93; font-size: 12.5px; line-height: 1.45; }
.lp-fit-note[hidden] { display: none; }
.lp-fit-note svg { width: 17px; height: 17px; flex: none; margin-top: 1px; color: #e6a83c; }

/* Point-of-collection privacy notice (UK GDPR) — sits above the submit button */
.lp-form-privacy { font-size: 11.5px; line-height: 1.5; color: rgba(255,255,255,0.5); margin: 0 0 14px; }
.lp-form-privacy a { color: rgba(255,255,255,0.78); text-decoration: underline; transition: color 0.2s ease; }
.lp-form-privacy a:hover { color: var(--green-mid); }

.lp-form-head h4 { font-size: 20px; font-weight: 800; color: #fff; letter-spacing: -0.015em; margin: 0 0 18px; }
.lp-form-head h4 span { color: var(--green-mid); }
.lp-form-head p { font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.66); margin: 0 0 20px; }
.lp-panel .fc-field { margin-bottom: 14px; }

/* Guarantee chip on the reveal surveys stat */
.rv-stat-chip { display: inline-flex; align-items: center; gap: 5px; margin-top: 9px; padding: 4px 11px; border-radius: 999px;
  background: rgba(74,158,79,0.16); border: 1px solid rgba(74,158,79,0.42); color: var(--green-mid); font-size: 11.5px; font-weight: 700; }
.rv-stat-chip svg { width: 13px; height: 13px; }

/* Reveal survey guarantee callout */
.rv-guarantee { display: flex; align-items: flex-start; gap: 14px; margin-top: 28px; padding: 18px 20px; border-radius: 14px; background: rgba(74,158,79,0.1); border: 1px solid rgba(74,158,79,0.34); max-width: 520px; }
.rv-guarantee-ic { width: 42px; height: 42px; flex: none; border-radius: 11px; background: rgba(74,158,79,0.2); color: var(--green-mid); display: flex; align-items: center; justify-content: center; }
.rv-guarantee-ic svg { width: 23px; height: 23px; }
.rv-guarantee-t { font-size: 14px; font-weight: 800; color: #fff; }
.rv-guarantee-s { font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.72); margin-top: 3px; }
.rv-guarantee-s strong { color: var(--green-mid); }

/* ══════════════════════════════════════════════════════════════════════
   Premium motion: loader transition, landing entrances
   ══════════════════════════════════════════════════════════════════════ */

/* Full-screen "building your plan" loader (landing -> reveal) */
.fc-loader { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(120% 100% at 50% -10%, #1c2740 0%, #0d121b 66%); opacity: 0; transition: opacity 0.4s ease; }
.fc-loader[hidden] { display: none; }
.fc-loader.is-on { opacity: 1; }
.fc-loader-box { text-align: center; padding: 0 24px; animation: fcLoadIn 0.55s cubic-bezier(0.2,0.7,0.2,1) both; }
.fc-loader-ring { display: block; width: 54px; height: 54px; margin: 0 auto 26px; border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.12); border-top-color: var(--green-mid); animation: fcSpin 0.8s linear infinite; }
.fc-loader-t { font-size: clamp(22px, 3vw, 30px); font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.fc-loader-msg { font-size: 14px; color: rgba(255,255,255,0.6); margin-top: 10px; min-height: 20px; }
.fc-loader-bar { width: 230px; max-width: 72vw; height: 4px; border-radius: 4px; margin: 28px auto 0; background: rgba(255,255,255,0.1); overflow: hidden; }
.fc-loader-bar span { display: block; height: 100%; width: 8%; border-radius: 4px; background: linear-gradient(90deg, var(--green), var(--green-mid)); animation: fcBar 2s cubic-bezier(0.3,0.1,0.2,1) forwards; }
@keyframes fcSpin { to { transform: rotate(360deg); } }
@keyframes fcBar { 0% { width: 8%; } 55% { width: 68%; } 100% { width: 100%; } }
@keyframes fcLoadIn { from { opacity: 0; transform: translateY(12px) scale(0.98); } to { opacity: 1; transform: none; } }

/* Landing entrance: staggered fade-up on the hero, fade on the calc card */
@keyframes lpUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: none; } }
@keyframes lpCardIn { from { opacity: 0; transform: translateY(56px); } to { opacity: 1; transform: none; } }
.lp-kicker { animation: lpUp 0.7s cubic-bezier(0.16,0.84,0.24,1) 0.06s both; }
.lp-h1     { animation: lpUp 0.8s cubic-bezier(0.16,0.84,0.24,1) 0.16s both; }
.lp-sub    { animation: lpUp 0.7s cubic-bezier(0.16,0.84,0.24,1) 0.34s both; }
.lp-card   { animation: lpCardIn 0.85s cubic-bezier(0.16,0.84,0.24,1) 0.46s both; }
/* landing screenshot cascade */
.cx-shots [data-reveal]:nth-child(2) { transition-delay: 0.09s; }
.cx-shots [data-reveal]:nth-child(3) { transition-delay: 0.18s; }
.lp-cta-block { transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; }
.lp-cta-block:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(74,158,79,0.5); }

@media (prefers-reduced-motion: reduce) {
  .fc-loader-ring, .fc-loader-bar span, .fc-loader-box,
  .lp-kicker, .lp-h1, .lp-sub, .lp-card { animation: none !important; }
  .rv-cal-wrap, .rv-cal-wrap > * { transition: none !important; }
}

/* ══════════════════════════════════════════════════════════════════════
   Premium reveal hero motion: staggered slide-ins, ribbon shine, glow pulse
   ══════════════════════════════════════════════════════════════════════ */
@keyframes rvUp      { from { opacity: 0; transform: translateY(54px); }  to { opacity: 1; transform: none; } }
@keyframes rvInLeft  { from { opacity: 0; transform: translateX(-80px); } to { opacity: 1; transform: none; } }
@keyframes rvInRight { from { opacity: 0; transform: translateX(90px); }  to { opacity: 1; transform: none; } }
@keyframes rvBigIn   { 0% { opacity: 0; transform: translateY(46px) scale(0.86); } 60% { opacity: 1; } 100% { opacity: 1; transform: none; } }
@keyframes rvGlowPulse { 0%,100% { opacity: 0.8; transform: translateX(-50%) scale(1); } 50% { opacity: 1; transform: translateX(-50%) scale(1.06); } }
@keyframes rvShine  { 0% { left: -70%; } 100% { left: 140%; } }

.rv-hero-2col .rv-label          { animation: rvUp 0.7s  cubic-bezier(0.16,0.84,0.24,1) 0.08s both; }
.rv-hero-2col .rv-bignum         { animation: rvBigIn 0.9s cubic-bezier(0.16,0.84,0.24,1) 0.18s both; }
.rv-hero-2col .rv-crtabs         { animation: rvUp 0.7s  cubic-bezier(0.16,0.84,0.24,1) 0.40s both; }
.rv-hero-2col .rv-hero-scaler    { animation: rvUp 0.7s  cubic-bezier(0.16,0.84,0.24,1) 0.52s both; }
.rv-hero-2col .rv-guarantee-panel{ animation: rvInLeft 0.8s cubic-bezier(0.16,0.84,0.24,1) 0.64s both; }
.rv-hero-2col .rv-hero-trust     { animation: rvUp 0.65s cubic-bezier(0.16,0.84,0.24,1) 0.78s both; }
.rv-hero-2col .rv-hero-cal       { animation: rvInRight 0.85s cubic-bezier(0.16,0.84,0.24,1) 0.46s both; }

/* atmospheric glow pulse behind the hero */
.rv-hero-glow { animation: rvGlowPulse 5.5s ease-in-out 1s infinite; }

/* one shine sweep across the guarantee ribbon after it lands */
.rv-gp-ribbon { position: relative; overflow: hidden; }
.rv-gp-ribbon::after { content: ""; position: absolute; top: 0; left: -70%; width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.4), transparent); transform: skewX(-18deg);
  animation: rvShine 1.5s ease 1.3s 1 both; }

@media (prefers-reduced-motion: reduce) {
  .rv-hero-2col .rv-label, .rv-hero-2col .rv-bignum, .rv-hero-2col .rv-crtabs,
  .rv-hero-2col .rv-hero-scaler, .rv-hero-2col .rv-guarantee-panel,
  .rv-hero-2col .rv-hero-trust, .rv-hero-2col .rv-hero-cal,
  .rv-hero-glow, .rv-gp-ribbon::after { animation: none !important; }
}

/* ══════════════════════════════════════════════════════════════════════
   Scroll-triggered reveals (sections below the hero) with staggered cascade
   ══════════════════════════════════════════════════════════════════════ */
[data-reveal] { opacity: 0; transform: translateY(52px);
  transition: opacity 0.8s cubic-bezier(0.16,0.84,0.24,1), transform 0.8s cubic-bezier(0.16,0.84,0.24,1); }
[data-reveal="scale"] { transform: translateY(44px) scale(0.93); }
[data-reveal].in-view { opacity: 1; transform: none; }

.rv-proof-videos [data-reveal]:nth-child(2) { transition-delay: 0.07s; }
.rv-proof-videos [data-reveal]:nth-child(3) { transition-delay: 0.14s; }
.rv-proof-videos [data-reveal]:nth-child(4) { transition-delay: 0.10s; }
.rv-proof-videos [data-reveal]:nth-child(5) { transition-delay: 0.17s; }
.rv-proof-videos [data-reveal]:nth-child(6) { transition-delay: 0.24s; }
.rv-proof-videos [data-reveal]:nth-child(7) { transition-delay: 0.20s; }
.rv-proof-shots [data-reveal]:nth-child(2) { transition-delay: 0.09s; }
.rv-proof-shots [data-reveal]:nth-child(3) { transition-delay: 0.18s; }
.rv-pills [data-reveal]:nth-child(2) { transition-delay: 0.05s; }
.rv-pills [data-reveal]:nth-child(3) { transition-delay: 0.10s; }
.rv-pills [data-reveal]:nth-child(4) { transition-delay: 0.15s; }
.rv-pills [data-reveal]:nth-child(5) { transition-delay: 0.20s; }
.rv-pills [data-reveal]:nth-child(6) { transition-delay: 0.25s; }
.rv-pills [data-reveal]:nth-child(7) { transition-delay: 0.30s; }
.rv-pills [data-reveal]:nth-child(8) { transition-delay: 0.35s; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ══ Funnel nav: translucent at the top, dark frosted strip once scrolled ══ */
#site-nav.nav-funnel { position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none;
  border-bottom: 1px solid transparent; box-shadow: none;
  transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease; }
#site-nav.nav-funnel.is-scrolled { background: rgba(16, 22, 34, 0.72);
  -webkit-backdrop-filter: blur(16px) saturate(1.25); backdrop-filter: blur(16px) saturate(1.25);
  border-bottom-color: rgba(255,255,255,0.08); }

/* Funnel hero sits UNDER the translucent nav (no reserved white strip above it) */
body.nav-flush { padding-top: 0; }


/* Mobile reveal: clear the nav, drop the redundant CTA, centre the content */
@media (max-width: 939px) {
  .nav-flush .rv-hero { padding-top: 74px; }
  .rv-hero-cta { display: none; }
  .rv-hero-plan { text-align: center; }
  .rv-crtabs, .rv-hero-scaler, .rv-scaler-why { margin-left: auto; margin-right: auto; }
  .rv-guarantee-panel { margin-left: auto; margin-right: auto; text-align: left; }
  .rv-hero-trust { justify-content: center; }
  .rv-hero-scaler-ticks { text-align: left; }
  .rv-hero-2col .rv-bignum { font-size: clamp(40px, 13.5vw, 62px); }   /* bigger, still one line */
}
