:root {
  --blue: #0658df;
  --navy: #05045f;
  --green: #05e581;
  --yellow: #ffc600;
  --purple: #874be3;
  --paper: #f3f3f3;
  --white: #ffffff;
  --muted: #9d9d9d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--navy);
  background: var(--paper);
  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(20px, 6vw, 92px);
  background: rgba(243, 243, 243, 0.94);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 96px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(34px, 7vw, 92px);
  color: #8a8a8a;
  font-size: 0.78rem;
  font-weight: 800;
}

.header-cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: var(--white);
  border-radius: 999px;
  background: var(--green);
  font-size: 0.9rem;
  font-weight: 900;
}

.hero-franchise {
  padding-top: 76px;
  background: var(--paper);
}

.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(520px, 1.1fr);
  gap: 30px;
  width: min(1120px, calc(100% - 48px));
  min-height: 560px;
  margin: 0 auto;
  align-items: end;
}

.hero-copy {
  align-self: center;
  padding: 54px 0 70px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 3px;
  background: currentColor;
}

.hero-copy h1,
.section-title h2,
.earning-panel h2,
.offer-copy h2,
.final-copy h2 {
  margin: 0;
  font-weight: 900;
  line-height: 0.95;
}

.hero-copy h1 {
  max-width: 500px;
  font-size: 4.35rem;
}

.hero-copy p:not(.eyebrow) {
  max-width: 440px;
  margin: 20px 0 0;
  color: #a5a5a5;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.hero-actions {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary,
.button-dark {
  color: var(--white);
  background: var(--blue);
}

.button-light {
  color: var(--navy);
  background: var(--white);
}

.hero-stage {
  position: relative;
  align-self: end;
  min-height: 540px;
}

.hero-people {
  position: absolute;
  right: -28px;
  bottom: 0;
  width: min(680px, 100%);
}

.stamp,
.hero-ticket {
  position: absolute;
  z-index: 2;
  display: grid;
  padding: 12px 16px;
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(5, 4, 95, 0.14);
}

.stamp strong,
.hero-ticket strong {
  font-size: 2.2rem;
  line-height: 0.9;
}

.stamp span,
.stamp small,
.hero-ticket span,
.hero-ticket small {
  font-size: 0.68rem;
  font-weight: 900;
}

.stamp-top {
  top: 140px;
  left: 80px;
  color: var(--white);
  background: var(--purple);
}

.stamp-top strong {
  color: var(--yellow);
}

.stamp-bottom {
  left: 95px;
  bottom: 78px;
  color: var(--white);
  background: var(--blue);
}

.stamp-bottom strong {
  color: var(--green);
}

.hero-ticket {
  right: 0;
  top: 210px;
  color: var(--white);
  background: var(--yellow);
}

.hero-ticket strong {
  color: var(--purple);
}

.quick-form-band {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  align-items: center;
  padding: 42px clamp(34px, 7vw, 100px);
  color: var(--white);
  background: var(--blue);
}

.quick-copy {
  display: grid;
}

.quick-copy span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
}

.quick-copy strong {
  max-width: 430px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.06;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 16px;
  background: var(--yellow);
}

.compact-form {
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: end;
  padding: 16px 18px;
  border-radius: 20px;
  background: var(--white);
}

.lead-form label,
.lead-form fieldset {
  display: grid;
  gap: 5px;
  margin: 0;
  color: var(--purple);
  font-size: 0.68rem;
  font-weight: 900;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 34px;
  padding: 0 12px;
  color: var(--navy);
  border: 0;
  border-radius: 999px;
  outline: 0;
  background: #f2f2f2;
  font: inherit;
}

.compact-form .button {
  min-height: 34px;
  color: var(--white);
  background: var(--yellow);
  font-size: 0.68rem;
}

.form-feedback {
  grid-column: 1 / -1;
  min-height: 18px;
  margin: 0;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.section-shell {
  width: min(1000px, calc(100% - 48px));
  margin: 0 auto;
  padding: 82px 0;
}

.story-section,
.why-section,
.faq-section {
  background: var(--paper);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 78px;
  align-items: center;
}

.section-title h2 {
  max-width: 440px;
  font-size: 3rem;
}

.video-card {
  display: grid;
  width: 100%;
  min-height: 250px;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  background: var(--blue);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 88, 223, 0.04), rgba(8, 6, 88, 0.24));
}

.video-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.video-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(6, 88, 223, 0.24);
}

.video-card span {
  display: grid;
  position: absolute;
  z-index: 1;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--white);
  border: 4px solid var(--white);
  border-radius: 50%;
  font-size: 1.3rem;
}

.video-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.video-modal[hidden] {
  display: none;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.video-modal__content {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: #000;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
}

.video-modal__content iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 18px;
}

.video-modal__content.is-fallback {
  display: grid;
  min-height: 320px;
  aspect-ratio: auto;
  place-items: center;
  padding: 42px 28px;
  background: var(--navy);
}

.video-modal__content.is-fallback iframe {
  display: none;
}

.video-modal__message {
  max-width: 420px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.video-modal__fallback {
  position: absolute;
  left: 50%;
  bottom: -54px;
  z-index: 2;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  color: var(--white);
  border-radius: 999px;
  background: var(--blue);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.video-modal__content.is-fallback .video-modal__fallback {
  position: static;
  transform: none;
}

.video-modal__close {
  position: absolute;
  z-index: 2;
  top: -48px;
  right: 0;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--white);
  border: 0;
  border-radius: 50%;
  background: var(--blue);
  cursor: pointer;
  font: inherit;
  font-size: 1.8rem;
  line-height: 1;
}

.value-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
}

.value-card {
  min-height: 205px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 24px 34px;
  background: var(--yellow);
}

.value-card:nth-child(2) {
  background: var(--green);
}

.value-card:nth-child(3) {
  background: var(--blue);
}

.value-card:nth-child(4) {
  background: var(--navy);
}

.value-card span {
  color: var(--purple);
  font-size: 0.9rem;
  font-weight: 900;
}

.value-card h2,
.value-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 0.98;
}

.value-card:nth-child(3) h3,
.value-card:nth-child(4) h3 {
  color: var(--green);
}

.value-card p {
  margin: 0;
  color: rgba(5, 4, 95, 0.74);
  font-size: 0.74rem;
  line-height: 1.45;
}

.why-section .section-shell {
  width: min(760px, calc(100% - 48px));
}

.section-title.centered {
  text-align: left;
  margin-bottom: 34px;
}

.benefit-list {
  display: grid;
  border-top: 1px solid #d0d0d0;
}

.benefit-line {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 26px;
  padding: 18px 0;
  border-bottom: 1px solid #d0d0d0;
}

.benefit-line strong {
  color: var(--blue);
  font-size: 0.85rem;
  font-weight: 900;
}

.benefit-line span {
  color: #b0b0b0;
  font-size: 0.84rem;
  font-weight: 700;
}

.split-feature {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 40px;
  align-items: center;
}

.indication-calculator {
  padding: 80px clamp(34px, 7vw, 100px);
  background: var(--paper);
}

.earning-panel h2 {
  max-width: 440px;
  color: var(--navy);
  font-size: 2.6rem;
}

.earning-panel h2 span,
.earning-panel h2 strong {
  color: var(--blue);
}

.earning-panel p {
  max-width: 440px;
  margin: 18px 0 0;
  color: #a8a8a8;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}

.range-wrap {
  width: min(440px, 100%);
  margin-top: 34px;
}

.pad-range {
  --progress: 0%;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue) var(--progress), #d9d9d9 var(--progress));
  cursor: pointer;
  outline: 0;
}

.pad-range::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 4px solid var(--green);
  border-radius: 50%;
  background: var(--paper);
}

.pad-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 4px solid var(--green);
  border-radius: 50%;
  background: var(--paper);
}

.range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 900;
}

.earning-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 38px;
}

.earning-summary div {
  display: grid;
  gap: 7px;
  min-height: 96px;
  align-content: center;
  padding: 14px;
  border-radius: 13px;
  background: var(--yellow);
}

.earning-summary span {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
}

.earning-summary strong {
  color: var(--blue);
  font-size: 1.55rem;
  font-weight: 900;
}

.expansion-map {
  position: relative;
  min-height: 520px;
}

.expansion-map img {
  width: min(620px, 100%);
  margin-left: auto;
}

.map-bubble {
  position: absolute;
  right: 0;
  bottom: 72px;
  padding: 18px 36px;
  color: var(--green);
  border-radius: 999px;
  background: var(--blue);
  font-size: 1.8rem;
  font-weight: 900;
}

.offer-section {
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.offer-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: center;
  min-height: 560px;
  padding: 70px 0 0;
}

.offer-copy {
  align-self: center;
  padding-bottom: 70px;
}

.offer-copy .eyebrow {
  color: var(--white);
}

.offer-copy h2 {
  max-width: 440px;
  color: var(--white);
  font-size: 2.75rem;
}

.offer-copy p {
  max-width: 410px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.5;
}

.offer-visual {
  position: relative;
  min-height: 560px;
}

.pad-offer {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 24px;
  width: 260px;
}

.promo-man {
  position: absolute;
  right: -140px;
  bottom: 0;
  width: min(430px, 68%);
}

.final-cta {
  color: var(--navy);
  background: var(--paper);
}

.final-layout {
  display: grid;
  grid-template-columns: 0.9fr 0.72fr;
  gap: 80px;
  align-items: center;
}

.final-copy h2 {
  max-width: 500px;
  color: var(--navy);
  font-size: 3rem;
}

.final-copy p {
  max-width: 460px;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.5;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 10px;
}

.lead-form fieldset {
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  border: 0;
}

.lead-form legend {
  padding: 0;
}

.lead-form fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lead-form input[type="radio"] {
  width: 16px;
  min-height: 16px;
}

.final-cta .lead-form .button {
  color: var(--white);
  background: var(--purple);
}

.faq-section {
  background: #f6f6f6;
}

.faq-shell {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 104px 0 88px;
}

.faq-heading {
  display: grid;
  justify-items: center;
  margin-bottom: 44px;
  text-align: center;
}

.faq-heading h2 {
  max-width: 560px;
  margin: 0;
  color: #202124;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.12;
}

.faq-list {
  border-top: 1px solid rgba(32, 33, 36, 0.14);
}

.faq-item {
  border-bottom: 1px solid rgba(32, 33, 36, 0.14);
}

.faq-item summary {
  position: relative;
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 36px 0 0;
  color: #202124;
  cursor: pointer;
  font-size: 1.18rem;
  font-weight: 500;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "⌄";
  position: absolute;
  right: 0;
  color: #202124;
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-item p {
  max-width: 650px;
  margin: -8px 0 28px;
  color: #6f7378;
  line-height: 1.7;
}

.faq-support {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: 84px;
  color: #202124;
  text-align: center;
}

.faq-support strong {
  font-size: 1.05rem;
}

.faq-support span {
  color: #73777c;
}

.site-footer {
  color: var(--white);
  background: var(--navy);
  padding: clamp(56px, 8vw, 88px) clamp(24px, 7vw, 112px);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(320px, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: start;
}

.footer-brand img {
  width: min(220px, 58vw);
}

.footer-brand p {
  max-width: 280px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
}

.footer-info {
  display: grid;
  gap: 22px;
}

.footer-item {
  display: grid;
  gap: 8px;
}

.footer-item strong {
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-item a,
.footer-item span {
  max-width: 560px;
  color: var(--white);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 800;
  line-height: 1.45;
}

.footer-item .footer-address {
  max-width: none;
  font-size: clamp(0.78rem, 1.05vw, 0.98rem);
  line-height: 1.25;
  white-space: nowrap;
}

.footer-social {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.social-link {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--navy);
  border-radius: 50%;
  background: var(--green);
  transition: transform 0.2s ease, background 0.2s ease;
}

.social-link:hover {
  transform: translateY(-3px);
  background: var(--yellow);
}

.social-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-shell,
  .quick-form-band,
  .story-grid,
  .split-feature,
  .offer-layout,
  .final-layout {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    min-height: auto;
  }

  .hero-stage {
    min-height: 570px;
  }

  .compact-form,
  .value-grid,
  .earning-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-visual {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 64px;
  }

  .brand img {
    width: 78px;
  }

  .header-cta {
    min-height: 34px;
    padding: 0 14px;
    font-size: 0.72rem;
  }

  .hero-franchise {
    padding-top: 64px;
  }

  .hero-shell,
  .section-shell {
    width: min(100% - 32px, 480px);
  }

  .hero-copy {
    padding: 44px 0 10px;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hero-stage {
    min-height: 440px;
  }

  .hero-people {
    right: -70px;
    width: 560px;
  }

  .stamp-top {
    left: 12px;
    top: 88px;
  }

  .stamp-bottom {
    left: 28px;
    bottom: 46px;
  }

  .hero-ticket {
    right: 0;
    top: 160px;
  }

  .quick-form-band {
    padding: 36px 16px;
  }

  .compact-form,
  .value-grid,
  .earning-summary,
  .benefit-line,
  .form-row {
    grid-template-columns: 1fr;
  }

  .section-title h2,
  .earning-panel h2,
  .final-copy h2 {
    font-size: 2.35rem;
  }

  .offer-copy h2 {
    font-size: 2.25rem;
  }

  .value-card {
    min-height: 180px;
  }

  .indication-calculator {
    padding: 62px 16px;
  }

  .expansion-map {
    min-height: 360px;
  }

  .map-bubble {
    right: 16px;
    bottom: 34px;
    padding: 14px 24px;
    font-size: 1.25rem;
  }

  .offer-section {
    overflow: visible;
  }

  .offer-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
    padding-top: 62px;
  }

  .offer-copy {
    padding-bottom: 0;
  }

  .offer-visual {
    display: grid;
    min-height: 760px;
    align-items: end;
    justify-items: center;
    overflow: visible;
    padding-top: 12px;
  }

  .pad-offer {
    position: relative;
    z-index: 3;
    top: auto;
    left: auto;
    width: min(360px, 88vw);
    margin: 0 auto;
  }

  .promo-man {
    position: relative;
    z-index: 2;
    right: auto;
    bottom: auto;
    width: min(390px, 86vw);
    margin: -72px auto 0;
  }

  .faq-shell {
    width: min(100% - 32px, 480px);
    padding: 72px 0 66px;
  }

  .faq-heading h2 {
    font-size: 2.55rem;
  }

  .faq-item summary {
    min-height: 74px;
    font-size: 1rem;
  }

  .site-footer {
    padding: 56px 24px;
  }

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

  .footer-social {
    justify-content: flex-start;
  }

  .footer-item .footer-address {
    white-space: normal;
  }
}

/* Top movement CTA without form */
.quick-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(7, 32, 95, 0.14);
}

.quick-cta-card p {
  max-width: 560px;
  margin: 0;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.quick-pad-button {
  flex: 0 0 auto;
  min-width: 210px;
  justify-content: center;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .quick-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .quick-pad-button {
    width: 100%;
  }
}

.quick-cta-only {
  justify-content: flex-end;
}

.quick-cta-only .quick-pad-button {
  margin-left: auto;
}

@media (max-width: 980px) {
  .quick-cta-only {
    align-items: stretch;
  }

  .quick-cta-only .quick-pad-button {
    margin-left: 0;
  }
}

/* Clean centered CTA band */
.quick-form-band {
  grid-template-columns: minmax(280px, 520px) auto;
  justify-content: center;
  gap: clamp(28px, 6vw, 96px);
  padding: 44px clamp(24px, 6vw, 96px);
}

.quick-form-band .quick-copy {
  text-align: left;
}

.quick-form-band .quick-copy strong {
  max-width: 520px;
}

.quick-form-band .quick-cta-card,
.quick-form-band .quick-cta-only {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.quick-form-band .quick-pad-button {
  min-width: 230px;
  min-height: 58px;
  margin: 0;
  color: var(--navy);
  background: var(--yellow);
  box-shadow: 0 16px 34px rgba(255, 199, 0, 0.22);
}

.quick-form-band .quick-pad-button:hover {
  transform: translateY(-2px);
  background: #ffd447;
}

@media (max-width: 980px) {
  .quick-form-band {
    grid-template-columns: 1fr;
    justify-content: stretch;
    text-align: center;
  }

  .quick-form-band .quick-copy {
    justify-items: center;
    text-align: center;
  }

  .quick-form-band .quick-pad-button {
    width: min(100%, 320px);
  }
}

.referral-generator-button {
  margin-top: 22px;
  width: fit-content;
}

@media (max-width: 640px) {
  .referral-generator-button {
    width: 100%;
  }
}


/* Referral context banner on the landing page */
.lp-referral-banner {
  padding: 86px 24px 0;
  background: #f5f7fb;
}

.lp-referral-banner[hidden] {
  display: none;
}

.lp-referral-inner {
  width: min(1120px, 100%);
  margin: 0 auto -38px;
  position: relative;
  z-index: 4;
  display: grid;
  gap: 4px;
  padding: 16px 20px;
  border: 1px solid rgba(0, 233, 130, 0.34);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(16, 84, 212, 0.12);
}

.lp-referral-inner span {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lp-referral-inner strong {
  color: var(--navy);
  font-size: clamp(1rem, 2vw, 1.3rem);
  line-height: 1.15;
}

.lp-referral-inner small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 720px) {
  .lp-referral-banner {
    padding: 76px 16px 0;
  }

  .lp-referral-inner {
    margin-bottom: -26px;
  }
}
