.elementor-6671 .elementor-element.elementor-element-4d90865{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6671 .elementor-element.elementor-element-4d90865:not(.elementor-motion-effects-element-type-background), .elementor-6671 .elementor-element.elementor-element-4d90865 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D5291;}.elementor-6671 .elementor-element.elementor-element-2e96f31{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6671 .elementor-element.elementor-element-2e96f31:not(.elementor-motion-effects-element-type-background), .elementor-6671 .elementor-element.elementor-element-2e96f31 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFA;}.elementor-6671 .elementor-element.elementor-element-ed1a936{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:10px;--padding-right:010px;}.elementor-6671 .elementor-element.elementor-element-ed1a936:not(.elementor-motion-effects-element-type-background), .elementor-6671 .elementor-element.elementor-element-ed1a936 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F8FC;}.elementor-6671 .elementor-element.elementor-element-abacf1b{text-align:center;}.elementor-6671 .elementor-element.elementor-element-abacf1b .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:#88C9F2;}.elementor-6671 .elementor-element.elementor-element-f5fe325{text-align:center;}.elementor-6671 .elementor-element.elementor-element-f5fe325 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:36px;font-weight:300;color:#0D5291;}.elementor-6671 .elementor-element.elementor-element-0d7e0fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6671 .elementor-element.elementor-element-0d7e0fc:not(.elementor-motion-effects-element-type-background), .elementor-6671 .elementor-element.elementor-element-0d7e0fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFA;}.elementor-6671 .elementor-element.elementor-element-0623a1a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6671 .elementor-element.elementor-element-0623a1a:not(.elementor-motion-effects-element-type-background), .elementor-6671 .elementor-element.elementor-element-0623a1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D5291;}.elementor-6671 .elementor-element.elementor-element-a28cd60{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6671 .elementor-element.elementor-element-a28cd60:not(.elementor-motion-effects-element-type-background), .elementor-6671 .elementor-element.elementor-element-a28cd60 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFF8FF;}/* Start custom CSS for html, class: .elementor-element-af4cc44 */:root {
  --navy:      #0D5291;
  --sky:       #88C9F2;
  --carbon:    #314060;
  --off-white: #FFFFFA;
  --sky-pale:  #EFF8FF;
  --light:     #F4F8FC;
  --apricot:   #FFC9B5;
}

/* ── Reveal animation ──────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Hero section ──────────────────────────────────────────── */
.quiz-hero {
  background: var(--navy);
  padding: 88px 52px 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

/* Decorative rings */
.quiz-hero-arc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -120px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  border: 0.5px solid rgba(136,201,242,0.1);
  pointer-events: none;
}
.quiz-hero-arc-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -200px;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  border: 0.5px solid rgba(136,201,242,0.06);
  pointer-events: none;
}

/* Inner container */
.quiz-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}

/* Eyebrow */
.quiz-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sky);
  display: block;
  margin-bottom: 18px;
}

/* Headline */
.quiz-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 58px;
  font-weight: 300;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 20px;
}
.quiz-hero h1 em {
  font-style: italic;
  color: var(--apricot);
}

/* Sub-headline */
.quiz-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 36px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* Pills */
.quiz-hero-pills {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.quiz-hero-pill {
  background: rgba(255,255,255,0.1);
  border: 0.5px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
}

/* CTA button */
.quiz-start-btn {
  background: var(--apricot) !important;
  color: var(--navy) !important;
  font-family: 'Poppins', sans-serif;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 17px 40px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.18s, box-shadow 0.18s !important;
}
.quiz-start-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255,201,181,0.5);
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .quiz-hero        { padding: 60px 24px 56px; }
  .quiz-hero h1     { font-size: 38px; }
  .quiz-hero-sub    { font-size: 14px; }
}
@media (max-width: 480px) {
  .quiz-hero h1     { font-size: 32px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2e96f31 *//* ============================================================
   CHRONOTYPE PREVIEW SECTION CSS — Sleeping Beauties
   Paste into: Appearance > Customise > Additional CSS
   (The :root tokens from hero.css must already be present)
   ============================================================ */

/* ── Section wrapper ───────────────────────────────────────── */
.chrono-preview {
  background: var(--off-white);
  padding: 72px 52px;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

.chrono-preview-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* ── Section head ──────────────────────────────────────────── */
.chrono-preview-head {
  text-align: center;
  margin-bottom: 52px;
}

.chrono-preview-head .label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sky);
  display: block;
  margin-bottom: 12px;
}

.chrono-preview-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 300;
  color: var(--navy);
  line-height: 1.15;
}

.chrono-preview-head h2 em {
  font-style: italic;
}

.chrono-preview-head p {
  font-size: 15px;
  color: var(--carbon);
  font-weight: 300;
  line-height: 1.85;
  opacity: 0.75;
  max-width: 540px;
  margin: 16px auto 0;
}

/* ── Cards grid ────────────────────────────────────────────── */
.chrono-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.chrono-card {
  border-radius: 18px;
  padding: 28px 22px;
  border: 0.5px solid #e8ecf2;
  background: var(--off-white);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.chrono-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(13,82,145,0.08);
}

/* Coloured top accent bar */
.chrono-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
}
.chrono-card.sun::before  { background: #FFC9B5; }
.chrono-card.root::before { background: #F598A6; }
.chrono-card.moon::before { background: #FFC0D4; }
.chrono-card.rain::before { background: #88C9F2; }

/* Icon */
.chrono-icon {
  display: block;
  margin-bottom: 4px;
}

/* Name */
.chrono-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 4px;
}

/* Type label */
.chrono-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.chrono-card.sun  .chrono-label { color: #C07050; }
.chrono-card.root .chrono-label { color: #B54055; }
.chrono-card.moon .chrono-label { color: #A55A78; }
.chrono-card.rain .chrono-label { color: #3A7FA0; }

/* Description */
.chrono-desc {
  font-size: 12px;
  color: var(--carbon);
  font-weight: 300;
  line-height: 1.7;
  opacity: 0.7;
  margin: 0;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .chrono-preview {
    padding: 52px 24px;
  }
  .chrono-cards {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .chrono-preview-head h2 {
    font-size: 28px;
  }
  .chrono-cards {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .chrono-card {
    padding: 20px 16px;
  }
  .chrono-name {
    font-size: 18px;
  }
  .chrono-desc {
    font-size: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0d7e0fc */.why-section {
  background: var(--off-white);
  padding: 72px 52px;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

/* ── Two-column layout ─────────────────────────────────────── */
.why-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* ── Left: text column ─────────────────────────────────────── */
.why-text .label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sky);
  display: block;
  margin-bottom: 14px;
}

.why-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 20px;
}

.why-text h2 em {
  font-style: italic;
}

.why-text p {
  font-size: 15px;
  color: var(--carbon);
  font-weight: 300;
  line-height: 1.9;
  opacity: 0.8;
  margin-bottom: 14px;
}

.why-text p:last-child {
  margin-bottom: 0;
}

/* ── Right: stats column ───────────────────────────────────── */
.why-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.why-stat {
  padding: 24px 0;
  border-bottom: 0.5px solid #e8ecf2;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.why-stat:first-child {
  padding-top: 0;
}

.why-stat:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Big number */
.why-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 300;
  color: var(--sky);
  line-height: 1;
  flex-shrink: 0;
  min-width: 52px;
}

/* Stat text */
.why-stat-text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 3px;
}

.why-stat-text span {
  font-size: 12px;
  color: var(--carbon);
  font-weight: 300;
  opacity: 0.6;
  line-height: 1.6;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .why-section {
    padding: 52px 24px;
  }
  .why-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .why-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .why-text h2 {
    font-size: 26px;
  }
  .why-stat-num {
    font-size: 34px;
    min-width: 44px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0623a1a *//* ============================================================
   SOCIAL PROOF SECTION CSS — Sleeping Beauties Chronotype Quiz
   Paste into: Appearance > Customise > Additional CSS
   (The :root tokens from hero.css must already be present)
   ============================================================ */

.social-proof {
  background: var(--navy);
  padding: 64px 52px;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

.social-proof-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.social-proof .label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sky);
  display: block;
  margin-bottom: 20px;
}

.social-proof blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.social-proof cite {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  font-style: normal;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .social-proof {
    padding: 52px 24px;
  }
  .social-proof blockquote {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .social-proof blockquote {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a28cd60 *//* ============================================================
   CTA STRIP SECTION CSS — Sleeping Beauties Chronotype Quiz
   Paste into: Appearance > Customise > Additional CSS
   (The :root tokens from hero.css must already be present)
   ============================================================ */

.quiz-cta-strip {
  background: var(--sky-pale);
  padding: 56px 52px;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

.cta-strip-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

/* Eyebrow */
.cta-strip-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sky);
  display: block;
  margin-bottom: 14px;
}

/* Main headline */
.cta-strip-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 300;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 16px;
}
.cta-strip-h2 em {
  font-style: italic;
}

/* Sub copy */
.cta-strip-sub {
  font-size: 14px;
  color: var(--carbon);
  font-weight: 300;
  line-height: 1.8;
  opacity: 0.7;
  margin-bottom: 32px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA button */
.cta-strip-btn {
  background: var(--navy) !important;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 16px 36px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.18s, box-shadow 0.18s;
}
.cta-strip-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13,82,145,0.25);
}

/* Meta line */
.cta-strip-meta {
  font-size: 11px;
  color: var(--carbon);
  opacity: 0.4;
  margin-top: 14px;
  margin-bottom: 0;
}

/* Deeper copy */
.cta-strip-deeper {
  font-size: 13px;
  color: var(--carbon);
  font-weight: 300;
  line-height: 1.8;
  opacity: 0.6;
  margin-top: 24px;
  margin-bottom: 0;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* Link */
.cta-strip-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  border-bottom: 1px solid rgba(13,82,145,0.25);
  padding-bottom: 1px;
  text-decoration: none;
  transition: border-color 0.2s, opacity 0.2s;
}
.cta-strip-link:hover {
  border-color: var(--navy);
  opacity: 0.75;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .quiz-cta-strip {
    padding: 48px 24px;
  }
  .cta-strip-h2 {
    font-size: 28px;
  }
  .cta-strip-btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .cta-strip-h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS */:root {
  --navy: #0D5291;
  --sky: #88C9F2;
  --carbon: #314060;
  --off-white: #FFFFFA;
  --sky-pale: #EFF8FF;
  --light: #F4F8FC;
}

* {
  box-sizing: border-box;
}

#sb-quiz-wrap {
  font-family: 'Poppins', sans-serif;
  color: var(--carbon);
  max-width: 680px;
  margin: 0 auto;
}

/* Progress Bar */
.quiz-progress-wrap {
  margin-bottom: 36px;
  display: none;
}

.quiz-progress-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.quiz-progress-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--navy);
  opacity: 0.6;
}

.quiz-progress-count {
  font-size: 11px;
  font-weight: 700;
  color: var(--navy);
}

.quiz-progress-track {
  background: #e0e8f4;
  border-radius: 100px;
  height: 4px;
  overflow: hidden;
}

.quiz-progress-bar {
  background: linear-gradient(90deg, var(--sky), var(--navy));
  height: 4px;
  border-radius: 100px;
  transition: width 0.5s ease;
}

/* Question Cards */
.quiz-card {
  background: #fff;
  border-radius: 22px;
  padding: 44px;
  border: 0.5px solid #e0e8f4;
  box-shadow: 0 4px 24px rgba(13,82,145,0.06);
  display: none;
}

.quiz-card.active {
  display: block;
  animation: fadeUp 0.45s ease forwards;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.quiz-q-num {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 14px;
  display: block;
}

.quiz-q-text {
  font-family: 'Georgia', serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 28px;
}

/* Options */
.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quiz-option {
  background: #fff;
  border: 1.5px solid #dde6f0;
  border-radius: 14px;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: border-color 0.2s, background 0.2s;
}

.quiz-option:hover {
  border-color: var(--sky);
  background: var(--sky-pale);
}

.quiz-option.selected {
  border-color: var(--navy);
  background: var(--sky-pale);
}

.quiz-option-letter {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--light);
  border: 1.5px solid #dde6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--navy);
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
}

.quiz-option.selected .quiz-option-letter {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.quiz-option-text {
  font-size: 14px;
  color: var(--carbon);
  line-height: 1.55;
  padding-top: 4px;
}

/* Nav Buttons */
.quiz-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}

.quiz-btn-back {
  background: none;
  border: 1.5px solid #dde6f0;
  color: var(--carbon);
  font-size: 13px;
  font-weight: 600;
  padding: 11px 24px;
  border-radius: 100px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.quiz-btn-back:hover {
  opacity: 1;
}

.quiz-btn-back:disabled {
  opacity: 0.2;
  cursor: default;
}

.quiz-btn-next {
  background: var(--navy) !important;
  color: #fff;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 13px 32px;
  border-radius: 100px !important;
  border: none;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.2s, transform 0.18s, box-shadow 0.18s;
}

.quiz-btn-next.enabled {
  opacity: 1;
}

.quiz-btn-next.enabled:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(13,82,145,0.25);
}

/* Lead Gate */
.lead-gate {
  background: #fff;
  border-radius: 22px;
  padding: 52px 44px;
  border: 0.5px solid #e0e8f4;
  box-shadow: 0 4px 24px rgba(13,82,145,0.06);
  display: none;
  text-align: center;
}

.lead-gate.active {
  display: block;
  animation: fadeUp 0.45s ease forwards;
}

.lead-gate h3 {
  font-family: 'Georgia', serif;
  font-size: 30px;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 12px;
}

.lead-gate p {
  font-size: 14px;
  color: var(--carbon);
  opacity: 0.75;
  max-width: 420px;
  margin: 0 auto 28px;
  line-height: 1.85;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 400px;
  margin: 0 auto;
}

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

.lead-input {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid #dde6f0;
  border-radius: 12px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: var(--carbon);
  background: #fff;
  transition: border-color 0.2s;
}

.lead-input:focus {
  outline: none;
  border-color: var(--sky);
}

.lead-input::placeholder {
  color: rgba(49,64,96,0.35);
}

.lead-submit {
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 16px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: transform 0.18s, box-shadow 0.18s;
}

.lead-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(13,82,145,0.3);
}

.lead-submit:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.sb-error {
  font-size: 13px;
  color: #c0392b;
  margin-top: 4px;
  display: none;
}

.lead-privacy {
  font-size: 11px;
  color: var(--carbon);
  opacity: 0.4;
  margin-top: 4px;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .quiz-card {
    padding: 32px 24px;
  }
  .quiz-q-text {
    font-size: 20px;
  }
  .quiz-nav {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .quiz-btn-next {
    width: 100%;
    text-align: center;
  }
  .quiz-btn-back {
    width: 100%;
    text-align: center;
  }
  .lead-gate {
    padding: 40px 24px;
  }
  .lead-form-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */