:root {
  --blue: #1488e0;
  --blue-deep: #0d6fbd;
  --blue-soft: #e9f4fd;
  --ink: #0c1c2a;
  --muted: #52647c;
  --line: #e7edf3;
  --paper: #f6f9fc;
  --white: #fff;
  --green: #18a872;
  --amber: #f4b740;
  --shadow: 0 30px 70px -42px rgba(12, 28, 42, 0.42);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fbfdff, #fff 520px, var(--paper));
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Sora", system-ui, sans-serif;
  letter-spacing: 0;
}

.topbar {
  background: var(--blue);
  color: #fff;
  padding: 9px 18px;
  text-align: center;
  font-size: 13.5px;
  font-weight: 800;
}

.topbar a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav,
.hero,
.stage-overview,
.stage-hero,
.contact-step,
.quiz-shell,
.result-section,
.footer {
  width: min(100% - 48px, 1180px);
  max-width: calc(100vw - 48px);
  margin: 0 auto;
}

.nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.brand span span {
  color: #46596a;
  font-weight: 600;
}

.brand-bars {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 26px;
}

.brand-bars i {
  display: block;
  width: 5px;
  border-radius: 1px;
  border: 1.6px solid var(--blue);
}

.brand-bars i:nth-child(1) {
  height: 11px;
}

.brand-bars i:nth-child(2) {
  height: 16px;
  background: var(--blue);
}

.brand-bars i:nth-child(3) {
  height: 21px;
}

.brand-bars i:nth-child(4) {
  height: 26px;
  background: var(--blue);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.phone {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14.5px;
  font-weight: 800;
}

.phone span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(24, 168, 114, 0.18);
}

.nav-button,
.button {
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nav-button,
.button.primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 30px -14px var(--blue);
}

.button.secondary {
  color: var(--ink);
  background: #fff;
  border: 1px solid #dbe5ed;
}

.nav-button:hover,
.button:hover {
  transform: translateY(-1px);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  box-shadow: none;
  transform: none;
}

.eyebrow,
.panel-kicker {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hero {
  padding: 72px 0 50px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.hero h1 {
  max-width: 700px;
  font-size: 58px;
  line-height: 1.04;
}

.hero-copy > p:not(.eyebrow),
.stage-hero > div:first-child > p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 24px;
  color: #46596a;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

.hero-actions .button {
  white-space: nowrap;
}

.hero-actions .button.primary {
  padding-left: 20px;
  padding-right: 20px;
}

.hero-actions .button.secondary {
  padding-left: 18px;
  padding-right: 18px;
}

.cta-proofline {
  margin-top: 14px !important;
  color: #33485a !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.45 !important;
  max-width: 520px !important;
}

.lead-form {
  margin-top: 28px;
  display: grid;
  gap: 14px;
  max-width: 640px;
}

.lead-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lead-grid label:first-child {
  grid-column: 1 / -1;
}

.lead-form label {
  display: grid;
  gap: 7px;
}

.lead-form label span {
  color: #33485a;
  font-size: 13px;
  font-weight: 800;
}

.lead-form input[type="text"],
.lead-form input[type="email"],
.lead-form input[type="tel"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dce5ed;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  padding: 12px 14px;
  font-size: 15px;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.lead-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(20, 136, 224, 0.12);
}

.consent-line {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.5;
}

.consent-line input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.consent-line span {
  color: var(--muted) !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
}

.consent-line a {
  color: var(--blue-deep);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.trust-row {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #33485a;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 24px -18px rgba(12, 28, 42, 0.4);
}

.hero-card,
.quiz-card,
.side-panel,
.result-card,
.stage-overview article {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-card {
  overflow: hidden;
}

.hero-card img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 18%;
}

.hero-card div {
  padding: 24px;
}

.hero-card strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 20px;
}

.hero-card ul,
.result-card ul {
  margin: 0;
  padding-left: 19px;
  color: var(--muted);
  line-height: 1.65;
}

.stage-overview {
  padding: 6px 0 92px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stage-overview article {
  padding: 24px;
}

.stage-overview span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue-deep);
  font-family: "Sora", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.stage-overview h2 {
  font-size: 22px;
  line-height: 1.2;
}

.stage-overview p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.6;
}

.contact-step {
  width: min(100% - 48px, 760px);
  max-width: calc(100vw - 48px);
  padding: 58px 0 94px;
}

.contact-copy h1 {
  max-width: 720px;
  font-size: clamp(34px, 3.4vw, 42px);
  line-height: 1.08;
}

.contact-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 20px;
  color: #46596a;
  font-size: 18px;
  line-height: 1.65;
}

.lead-form-card {
  max-width: none;
  margin-top: 28px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.stage-hero {
  width: min(100% - 48px, 760px);
  max-width: calc(100vw - 48px);
  padding: 46px 0 30px;
  display: block;
}

.stage-hero h1 {
  max-width: 720px;
  font-size: clamp(34px, 3.4vw, 42px);
  line-height: 1.08;
}

.stage-progress {
  width: 100%;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 48px -36px rgba(12, 28, 42, 0.32);
}

.stage-progress span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #697c8d;
  background: var(--paper);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.stage-progress .is-current {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 28px -18px var(--blue);
}

.quiz-shell {
  width: min(100% - 48px, 760px);
  max-width: calc(100vw - 48px);
  padding: 0 0 94px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.quiz-card {
  padding: 36px;
}

.quiz-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #75889a;
  font-size: 13px;
  font-weight: 800;
}

.progress {
  height: 8px;
  overflow: hidden;
  margin: 14px 0 26px;
  border-radius: 999px;
  background: #eef3f8;
}

.progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), #46a7ef);
  transition: width 180ms ease;
}

.question h2 {
  max-width: 760px;
  font-size: clamp(26px, 2.6vw, 32px);
  line-height: 1.16;
}

.question p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.option {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 104px;
  padding: 20px 18px;
  border: 1px solid #dce5ed;
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.option:hover,
.option.is-selected {
  border-color: var(--blue);
  background: var(--blue-soft);
}

.option:hover {
  transform: translateY(-1px);
}

.option-mark {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 2px solid #c9dbec;
  border-radius: 999px;
  margin-top: 1px;
}

.option.is-selected .option-mark {
  border-color: var(--blue);
  background: radial-gradient(circle at center, var(--blue) 0 42%, transparent 45%);
}

.option strong {
  display: block;
  font-size: 16px;
  line-height: 1.35;
}

.option small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.45;
}

.quiz-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 30px;
}

.side-panel {
  padding: 30px;
  position: sticky;
  top: 98px;
}

.side-panel h2 {
  font-size: 24px;
  line-height: 1.2;
}

.side-panel p:not(.panel-kicker) {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.65;
}

.answer-summary {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.summary-item {
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--paper);
  color: #33485a;
  font-size: 13px;
}

.summary-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.summary-empty {
  padding: 14px;
  border: 1px dashed #cfdae4;
  border-radius: 12px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.result-section {
  padding: 0 0 96px;
  scroll-margin-top: 110px;
}

.result-card {
  padding: 38px;
}

.result-copy h2 {
  max-width: 860px;
  font-size: 42px;
  line-height: 1.14;
}

.result-copy > p:not(.eyebrow) {
  max-width: 820px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}

.result-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 22px;
}

.result-panel strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Sora", system-ui, sans-serif;
}

.booking-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  border-radius: 18px;
  background: #0b1a28;
  color: #fff;
  padding: 26px;
}

.booking-box h3 {
  font-size: 24px;
  line-height: 1.2;
}

.booking-box p {
  max-width: 680px;
  margin-top: 8px;
  color: #a8bbce;
  line-height: 1.6;
}

.calendly-wrap {
  margin-top: 24px;
  min-height: 700px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.submission-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.5;
}

.calendly-inline-widget {
  min-width: 320px;
  height: 700px;
}

.text-button {
  margin-top: 20px;
  border: 0;
  background: transparent;
  color: var(--blue-deep);
  cursor: pointer;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer {
  padding: 28px 0 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #75889a;
  font-size: 14px;
}

.footer a {
  color: var(--ink);
  font-weight: 800;
}

[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .hero,
  .stage-hero,
  .quiz-shell,
  .result-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 34px;
  }

  .stage-hero {
    gap: 24px;
  }

  .side-panel {
    position: static;
  }
}

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

  .option {
    min-height: 88px;
  }

  .stage-overview {
    grid-template-columns: 1fr;
    padding-bottom: 62px;
  }

  .stage-progress {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-box {
    display: grid;
  }
}

@media (max-width: 620px) {
  .nav,
  .hero,
  .stage-overview,
  .stage-hero,
  .contact-step,
  .quiz-shell,
  .result-section,
  .footer {
    width: min(100% - 36px, 1180px);
    max-width: calc(100vw - 36px);
  }

  .phone {
    display: none;
  }

  .nav-button {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .hero {
    padding-top: 48px;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .stage-hero h1,
  .contact-copy h1,
  .result-copy h2 {
    font-size: 32px;
  }

  .question h2 {
    font-size: 26px;
  }

  .hero-copy > p:not(.eyebrow),
  .stage-hero > div:first-child > p:not(.eyebrow),
  .contact-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-actions,
  .quiz-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .quiz-card,
  .side-panel,
  .lead-form-card,
  .result-card {
    padding: 22px;
  }

  .lead-grid {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .calendly-wrap,
  .calendly-inline-widget {
    min-height: 680px;
    height: 680px;
  }
}
