@font-face {
  font-family: "Woon Sans";
  src: url("assets/fonts/WoonSans-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Woon Sans";
  src: url("assets/fonts/WoonSans-SemiBold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Woon Sans";
  src: url("assets/fonts/WoonSans-Bold.woff2") format("woff2");
  font-weight: 800;
}

:root {
  --ink: #101827;
  --navy: #172036;
  --panel: #e9eef8;
  --paper: #f5f7fb;
  --muted: #5f6c80;
  --white: #fff;
  --orange: #ff7347;
  --page: min(1180px, calc(100% - 48px));
  --wide: calc(100% - 68px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Woon Sans", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0;
  padding-bottom: 84px;
}

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

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

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

.campaign-header {
  align-items: center;
  background: var(--navy);
  border-radius: 12px;
  color: var(--white);
  display: flex;
  height: 54px;
  justify-content: space-between;
  left: 50%;
  padding: 0 18px;
  position: fixed;
  top: 16px;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 32px));
  z-index: 20;
}

.brand img {
  height: 30px;
  object-fit: contain;
  width: auto;
}

.header-cta,
.primary-cta,
.wizard-card button,
.sticky-cta a {
  align-items: center;
  background: var(--orange);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  padding: 0 24px;
}

.header-cta {
  height: 36px;
  padding: 0 18px;
}

.hero {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.03fr 0.97fr;
  margin: 0 auto;
  padding: 94px 0 34px;
  width: var(--wide);
}

.hero-copy,
.hero-image {
  border-radius: 24px;
  min-height: 620px;
  overflow: hidden;
}

.hero-copy {
  background: var(--panel);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5.8vw, 82px);
}

.review-line {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  margin: 18px 0 0;
}

.conversion-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.conversion-proof span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.conversion-proof span::before {
  content: "•";
  margin-right: 8px;
}

h1 {
  font-size: clamp(42px, 4.9vw, 68px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 760px;
}

.hero-copy p:not(.review-line),
.intro p,
.warning p,
.explain p,
.final-cta p,
.wizard-copy p {
  color: #344258;
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.38;
  max-width: 760px;
}

.hero-copy .primary-cta {
  margin-top: 14px;
  width: fit-content;
}

.hero-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.intro {
  margin: 0 auto;
  max-width: 930px;
  padding: 48px 0 64px;
  text-align: center;
}

.intro h2,
.section-title h2,
.warning h2,
.benefits h2,
.explain h2,
.proof h2,
.wizard-copy h2,
.steps h2,
.final-cta h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 800;
  line-height: 1.06;
  margin-bottom: 18px;
}

.mistakes,
.benefits,
.proof,
.steps {
  margin: 0 auto;
  max-width: var(--page);
  padding: 72px 0;
}

.section-title {
  margin-bottom: 30px;
  max-width: 780px;
}

.section-title p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.mistake-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 30px;
}

.mistake-grid article,
.benefit-grid article,
.proof-grid article,
.step-grid article {
  background: var(--white);
  border-radius: 18px;
  padding: 24px;
}

.mistake-grid h3,
.benefit-grid h3,
.proof-grid h3 {
  font-size: 22px;
  line-height: 1.08;
  margin-bottom: 12px;
}

.mistake-grid p,
.benefit-grid p,
.proof-grid p,
.step-grid p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.warning,
.explain,
.wizard-section,
.final-cta {
  margin: 40px auto;
  width: var(--wide);
}

.warning,
.explain {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 74px);
  grid-template-columns: 0.92fr 1.08fr;
}

.warning {
  background: var(--navy);
  border-radius: 24px;
  color: var(--white);
  padding: clamp(34px, 5vw, 68px);
}

.warning p {
  color: #c5cede;
}

.warning img,
.explain img {
  aspect-ratio: 1.35 / 1;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.benefits {
  text-align: center;
}

.benefit-grid,
.proof-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  text-align: left;
}

.proof-grid {
  grid-template-columns: repeat(4, 1fr);
}

.explain {
  grid-template-columns: 1fr 1fr;
  padding: 54px 0;
}

.wizard-section {
  align-items: center;
  background: var(--panel);
  border-radius: 24px;
  display: grid;
  gap: clamp(34px, 5vw, 74px);
  grid-template-columns: 0.85fr 1.15fr;
  padding: clamp(34px, 5vw, 68px);
}

.wizard-card {
  background: var(--white);
  border-radius: 20px;
  display: grid;
  gap: 14px;
  padding: 24px;
}

.hero-wizard {
  margin-top: 24px;
  max-width: 690px;
  padding: 18px;
}

.wizard-card label {
  color: var(--ink);
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
}

.wizard-card select,
.wizard-card input {
  appearance: none;
  background: var(--paper);
  border: 0;
  border-radius: 10px;
  color: var(--ink);
  font-family: inherit;
  font-size: 15px;
  height: 48px;
  padding: 0 14px;
}

.wizard-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 0.55fr;
}

.wizard-card button {
  border: 0;
  cursor: pointer;
  height: 48px;
  margin-top: 4px;
}

.steps {
  padding-top: 42px;
}

.objection-section {
  margin: 24px auto 40px;
  max-width: var(--page);
  padding: 34px 0;
}

.objection-section h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 800;
  line-height: 1.06;
  margin-bottom: 22px;
}

.objection-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.objection-grid article {
  background: var(--white);
  border-radius: 18px;
  padding: 24px;
}

.objection-grid h3 {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.objection-grid p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.step-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.step-grid strong {
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
}

.final-cta {
  background: var(--navy);
  border-radius: 24px;
  color: var(--white);
  padding: clamp(34px, 5vw, 72px);
  text-align: center;
}

.final-cta p {
  color: #c5cede;
  margin-left: auto;
  margin-right: auto;
}

.final-cta .primary-cta {
  margin-top: 12px;
}

.campaign-footer {
  background: #101827;
  color: #c5cede;
  display: flex;
  font-size: 12px;
  gap: 24px;
  justify-content: space-between;
  margin-top: 64px;
  padding: 26px 34px;
}

.campaign-footer p {
  margin: 0;
}

.sticky-cta {
  align-items: center;
  background: var(--white);
  border-radius: 999px;
  bottom: 16px;
  display: flex;
  gap: 18px;
  left: 50%;
  padding: 10px 10px 10px 22px;
  position: fixed;
  transform: translateX(-50%);
  width: min(620px, calc(100% - 32px));
  z-index: 30;
}

.sticky-cta span {
  font-size: 15px;
  font-weight: 800;
  margin-right: auto;
}

.sticky-cta a {
  height: 38px;
}

.calculator-body {
  padding-bottom: 0;
}

.calculator-page {
  padding-top: 94px;
}

.calculator-hero,
.calculator-tool {
  margin: 0 auto;
  width: var(--wide);
}

.calculator-hero {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.25fr 0.75fr;
}

.calculator-hero-copy,
.calculator-hero-card {
  border-radius: 24px;
  min-height: 430px;
  padding: clamp(34px, 5vw, 72px);
}

.calculator-hero-copy {
  background: var(--panel);
}

.calculator-hero-copy h1 {
  max-width: 980px;
}

.calculator-hero-copy p {
  color: #344258;
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.38;
  max-width: 860px;
}

.calculator-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.calculator-hero-points span {
  background: var(--white);
  border-radius: 999px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  padding: 12px 18px;
}

.calculator-hero-card {
  background: var(--navy);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calculator-hero-card h2 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
  margin-bottom: 28px;
}

.hero-result-grid {
  display: grid;
  gap: 12px;
}

.hero-result-grid span {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: #d8deeb;
  font-size: 18px;
  font-weight: 800;
  padding: 18px;
}

.calculator-tool {
  padding: 56px 0 28px;
}

.calculator-heading {
  display: grid;
  gap: 18px;
  grid-template-columns: 0.8fr 1fr;
  margin-bottom: 26px;
}

.calculator-heading h2 {
  font-size: clamp(36px, 4.5vw, 68px);
  line-height: 0.98;
  margin: 0;
}

.calculator-heading p {
  align-self: end;
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.42;
  margin: 0;
  max-width: 780px;
}

.calculator-shell {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.38fr) minmax(360px, 0.62fr);
}

.calculator-form,
.calculator-results,
.calculator-errors {
  border-radius: 24px;
}

.calculator-form {
  background: var(--panel);
  padding: clamp(22px, 3.4vw, 42px);
}

.wizard-progress {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 28px;
}

.wizard-progress button {
  background: var(--white);
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  height: 42px;
  padding: 0 12px;
}

.wizard-progress button.is-active {
  background: var(--navy);
  color: var(--white);
}

.tool-step {
  border: 0;
  display: none;
  margin: 0;
  min-inline-size: 0;
  padding: 0;
}

.tool-step.is-active {
  display: block;
}

.tool-step legend {
  color: var(--ink);
  float: left;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.04;
  margin-bottom: 24px;
  width: 100%;
}

.field-grid,
.share-grid {
  clear: both;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.share-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tool-field {
  background: var(--white);
  border-radius: 18px;
  color: var(--ink);
  display: grid;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  min-width: 0;
  padding: 20px;
}

.tool-field.full {
  clear: both;
  margin-bottom: 14px;
}

.tool-field input,
.tool-field select {
  appearance: none;
  background: var(--paper);
  border: 0;
  border-radius: 12px;
  color: var(--ink);
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  min-width: 0;
  padding: 0 14px;
  width: 100%;
}

.tool-field small,
.tool-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.input-with-unit {
  align-items: center;
  background: var(--paper);
  border-radius: 12px;
  color: var(--muted);
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-width: 0;
  padding: 0 12px;
}

.input-with-unit input {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.check-row {
  align-items: center;
  background: var(--white);
  border-radius: 18px;
  color: var(--ink);
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 12px;
  margin-top: 14px;
  padding: 18px 20px;
}

.check-row input {
  accent-color: var(--orange);
  height: 18px;
  width: 18px;
}

.nested-fields {
  margin-top: 14px;
}

.profile-summary {
  background: var(--white);
  border-radius: 18px;
  clear: both;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 14px;
  padding: 20px;
}

.tool-details {
  background: var(--white);
  border-radius: 18px;
  margin-top: 14px;
  padding: 0;
}

.tool-details summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
  padding: 20px;
}

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

.tool-details summary::after {
  content: "+";
  float: right;
}

.tool-details[open] summary::after {
  content: "-";
}

.tool-details .check-row,
.tool-details .nested-fields {
  margin: 0 20px 18px;
}

.wizard-actions {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr auto auto;
  margin-top: 28px;
}

.wizard-actions span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.secondary-action,
.calculate-action {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  height: 46px;
  padding: 0 22px;
}

.secondary-action {
  background: var(--white);
  color: var(--ink);
}

.secondary-action:disabled {
  color: #b0bac9;
  cursor: default;
}

.calculate-action {
  background: var(--orange);
  color: var(--white);
}

.calculator-results-wrap {
  position: sticky;
  top: 86px;
}

.calculator-results {
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
}

.calculator-errors {
  background: #ffe5dc;
  color: var(--ink);
  margin-bottom: 14px;
  padding: 22px;
}

.calculator-errors h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.calculator-errors ul {
  margin: 0;
  padding-left: 18px;
}

.result-topline,
.result-block,
.result-assumptions {
  padding: 24px;
}

.result-topline {
  background: var(--orange);
}

.result-topline span {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
  opacity: 0.82;
}

.result-topline h2 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
  margin-bottom: 8px;
}

.result-topline p {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.result-block h3,
.result-assumptions summary {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 16px;
}

.calculator-results dl {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  margin: 0;
}

.calculator-results dt,
.calculator-results dd,
.result-block p,
.result-assumptions li {
  color: #d7deeb;
  font-size: 14px;
  line-height: 1.38;
}

.calculator-results dt {
  opacity: 0.78;
}

.calculator-results dd {
  font-weight: 800;
  margin: 0;
  text-align: right;
}

.subtle-result {
  background: rgba(255, 255, 255, 0.06);
}

.result-assumptions {
  background: #101827;
}

.result-assumptions summary {
  cursor: pointer;
  list-style: none;
}

.result-assumptions summary::-webkit-details-marker {
  display: none;
}

.result-assumptions ul {
  margin: 0;
  padding-left: 18px;
}

@media (max-width: 1050px) {
  .hero,
  .warning,
  .explain,
  .wizard-section,
  .calculator-hero,
  .calculator-heading,
  .calculator-shell {
    grid-template-columns: 1fr;
  }

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

  .benefit-grid,
  .proof-grid,
  .step-grid,
  .objection-grid,
  .share-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .calculator-results-wrap {
    position: static;
  }
}

@media (max-width: 720px) {
  :root {
    --page: min(100% - 28px, 1180px);
    --wide: var(--page);
  }

  body {
    padding-bottom: 112px;
  }

  .campaign-header {
    height: 52px;
    top: 12px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 78px;
  }

  .hero-copy,
  .hero-image,
  .warning,
  .wizard-section,
  .final-cta,
  .calculator-hero-copy,
  .calculator-hero-card,
  .calculator-form,
  .calculator-results {
    border-radius: 18px;
  }

  .hero-copy,
  .warning,
  .wizard-section,
  .final-cta,
  .calculator-hero-copy,
  .calculator-hero-card,
  .calculator-form {
    padding: 28px;
  }

  .hero-copy,
  .hero-image {
    min-height: auto;
  }

  h1 {
    font-size: 42px;
  }

  .mistakes,
  .benefits,
  .proof,
  .steps {
    padding: 48px 0;
  }

  .mistake-grid,
  .benefit-grid,
  .proof-grid,
  .step-grid,
  .objection-grid,
  .wizard-row,
  .field-grid,
  .share-grid {
    grid-template-columns: 1fr;
  }

  .calculator-page {
    padding-top: 78px;
  }

  .calculator-hero-copy,
  .calculator-hero-card {
    min-height: auto;
  }

  .calculator-heading h2 {
    font-size: 42px;
  }

  .wizard-progress {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .wizard-progress button {
    flex: 0 0 auto;
    min-width: 116px;
  }

  .wizard-actions {
    grid-template-columns: 1fr 1fr;
  }

  .wizard-actions span {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .calculate-action {
    grid-column: 1 / -1;
  }

  .calculator-results dl {
    grid-template-columns: 1fr;
  }

  .calculator-results dd {
    text-align: left;
  }

  .campaign-footer,
  .sticky-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .sticky-cta {
    border-radius: 16px;
    gap: 10px;
    padding: 14px;
  }

  .sticky-cta a {
    width: 100%;
  }
}
