:root {
  --brand-blue: #A6C9EC;
  --brand-blue-dark: #78aee1;
  --accent-yellow: #EEFF00;
  --text: #000000;
  --muted: #4a4a4a;
  --soft: #f6f9fc;
  --white: #ffffff;
  --line: rgba(0,0,0,.12);
  --shadow: 0 22px 70px rgba(21, 57, 91, .14);
  --button-shadow: 0 14px 30px rgba(238,255,0,.38);
  --radius-xl: 34px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --font-head: 'Bebas Neue', Impact, sans-serif;
  --font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(circle at top right, rgba(166,201,236,.55), transparent 34rem), var(--white);
  font-family: var(--font-body);
  line-height: 1.45;
}

a { color: inherit; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.brand-logo {
  display: inline-flex;
  width: min(220px, 58vw);
  margin-bottom: 24px;
  text-decoration: none;
}
.brand-logo img {
  width: 100%;
  height: auto;
}
.brand-logo.small {
  width: min(180px, 56vw);
  margin-bottom: 16px;
}
.site-footer .brand-logo.small { width: min(165px, 52vw); }
body.quiz-mode .hero,
body.quiz-mode .trust-strip,
body.quiz-mode .why-section { display: none; }
body.quiz-mode .page-shell { min-height: 100dvh; }

.section { padding: 76px 0; }
.hero {
  min-height: min(640px, calc(100dvh - 16px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
  gap: 40px;
  align-items: center;
}
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-blue);
  color: var(--text);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  margin: 0 0 18px;
}
h1, h2, h3 {
  margin: 0;
  line-height: .94;
  letter-spacing: .01em;
}
h1, h2 {
  font-family: var(--font-head);
  font-weight: 400;
}
h1 { font-size: clamp(54px, 7vw, 92px); max-width: 780px; }
h2 { font-size: clamp(48px, 7vw, 86px); }
h3 { font-size: clamp(22px, 3vw, 32px); line-height: 1.04; }
.hero-lead {
  font-size: clamp(19px, 2.2vw, 25px);
  max-width: 680px;
  color: #171717;
  margin: 18px 0;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}
.hero-points span {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
}
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.btn {
  border: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent-yellow); color: var(--text); box-shadow: var(--button-shadow); border: 1px solid rgba(0,0,0,.08); }
.btn-secondary { background: var(--white); color: var(--text); border: 1px solid var(--line); }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.microcopy { color: var(--muted); font-size: 14px; margin: 0; }

.hero-card {
  background: linear-gradient(145deg, var(--brand-blue), #dbeeff);
  border-radius: var(--radius-xl);
  padding: 26px;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}
.boarding-card {
  background: var(--white);
  border: 2px solid var(--text);
  border-radius: 28px;
  padding: 28px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.boarding-card:before {
  content: '';
  position: absolute;
  inset: auto -50px -60px auto;
  width: 190px;
  height: 190px;
  background: var(--brand-blue);
  border-radius: 999px;
  opacity: .9;
}
.boarding-top span, .route-row span { display: block; color: var(--muted); font-weight: 700; }
.boarding-top strong {
  display: block;
  font-family: var(--font-head);
  font-size: 52px;
  line-height: .9;
  margin-top: 10px;
}
.route-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; }
.route-row b { font-family: var(--font-head); font-size: 54px; font-weight: 400; }
.plane { font-size: 38px; }
.card-note { font-weight: 800; max-width: 260px; position: relative; z-index: 1; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.trust-strip div {
  background: var(--text);
  color: var(--white);
  border-radius: 22px;
  padding: 24px;
}
.trust-strip strong { font-family: var(--font-head); font-size: 46px; display:block; line-height: .9; font-weight: 400; }
.trust-strip span { color: rgba(255,255,255,.72); font-weight: 700; }

.why-section h2 { max-width: 970px; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.why-grid article, .quiz-card, .diagnosis-card, .result-copy-card, .next-step-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(0,0,0,.06);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.why-grid p, .result-copy-card p, .next-step-card p { color: var(--muted); font-size: 17px; }
.section-cta {
  margin-top: 30px;
  background: var(--text);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section-cta p { margin: 0; color: rgba(255,255,255,.72); font-weight: 700; max-width: 560px; }
.points-estimate {
  margin: 18px 0;
  padding: 18px;
  border-radius: 18px;
  background: #fbffcf;
  border: 1px solid rgba(0,0,0,.1);
}
.points-estimate strong { display:block; font-size: 20px; margin-bottom: 6px; }
.points-estimate span { color: var(--muted); font-weight: 700; }

.quiz-section {
  background: var(--brand-blue);
  margin-inline: calc(50% - 50vw);
  padding: 42px calc(50vw - 50% + 16px) 72px;
  border-radius: 44px;
  min-height: 100dvh;
}
body.quiz-mode .quiz-section {
  display: block !important;
  margin-top: 0;
}
.quiz-shell {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 34px;
  align-items: start;
}
.quiz-intro { position: static; }
.quiz-intro p:not(.eyebrow) { font-size: 19px; max-width: 360px; }
.quiz-card { min-height: 560px; }
.progress-wrap { margin-bottom: 28px; }
.progress-label { display:flex; justify-content: space-between; font-weight: 900; font-size: 14px; margin-bottom: 10px; }
.progress-bar { height: 10px; border-radius: 999px; background: #e8edf3; overflow: hidden; }
.progress-bar span { display:block; height: 100%; width: 20%; background: var(--text); border-radius: inherit; transition: width .25s ease; }
.step { display: none; }
.step.active { display: block; animation: fade .22s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px);} to { opacity:1; transform:none;} }
fieldset { border: 0; padding: 0; margin: 0; }
legend {
  font-size: clamp(28px, 4vw, 45px);
  font-family: var(--font-head);
  line-height: .95;
  margin-bottom: 24px;
}
.field-help { color: var(--muted); margin: -10px 0 22px; }
fieldset label:not(.text-field) {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  margin: 10px 0;
  cursor: pointer;
  transition: border .18s ease, background .18s ease, transform .18s ease;
  font-weight: 800;
}
fieldset label:not(.text-field):hover { transform: translateX(2px); border-color: var(--text); }
input[type="radio"], input[type="checkbox"] { accent-color: var(--text); margin-top: 4px; }
fieldset label:has(input:checked) { background: rgba(166,201,236,.42); border-color: var(--text); }
.text-field { display: grid; gap: 8px; font-weight: 900; margin: 18px 0; }
.text-field input {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  min-height: 54px;
}
.text-field input:focus { outline: 3px solid rgba(166,201,236,.65); border-color: var(--text); }
.consent { align-items: flex-start !important; font-size: 14px; font-weight: 600 !important; color: var(--muted); }
.quiz-actions { display: flex; gap: 12px; justify-content: space-between; margin-top: 28px; }
.form-error { color: #a30000; font-weight: 900; min-height: 22px; }
.hidden { display: none !important; }

.result-section { padding-top: 92px; }
.result-page { background: radial-gradient(circle at top right, rgba(166,201,236,.45), transparent 34rem), var(--white); }
.result-page .result-section { padding-top: 18px; }
.result-logo-wrap { display:flex; justify-content:center; padding-top: 28px; }
.result-hero {
  background: linear-gradient(145deg, var(--brand-blue), #eef8ff);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 5vw, 54px);
  box-shadow: var(--shadow);
}
.result-hero p:not(.eyebrow) { font-size: 21px; max-width: 820px; }
.points-hero {
  margin-top: 24px;
  width: fit-content;
  max-width: 860px;
  background: var(--accent-yellow);
  border: 2px solid rgba(0,0,0,.12);
  border-radius: 24px;
  padding: clamp(18px, 3vw, 26px);
  box-shadow: var(--button-shadow);
}
.points-hero strong {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(42px, 7vw, 78px);
  line-height: .9;
  font-weight: 400;
}
.points-hero span { display:block; margin-top: 10px; font-weight: 800; color: #202020; max-width: 760px; }
.diagnosis-card { margin-top: 22px; }
.diagnosis-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.diagnosis-item {
  border-radius: 18px;
  background: var(--soft);
  padding: 16px;
}
.diagnosis-item span { display:block; color: var(--muted); font-size: 12px; text-transform: uppercase; font-weight: 900; letter-spacing: .06em; }
.diagnosis-item b { display:block; margin-top: 6px; }
.result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 18px 0;
}
.result-copy-card.accent { background: #fbffcf; }
.result-copy-card ul { padding-left: 20px; font-weight: 700; }
.result-copy-card li { margin: 10px 0; }
.payback-proof-block {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);
  gap: 24px;
  align-items: center;
  background: linear-gradient(145deg, #fbffcf, #ffffff 58%);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: clamp(22px, 4vw, 34px);
  box-shadow: 0 18px 48px rgba(0,0,0,.07);
}
.payback-proof-copy h3 {
  font-family: var(--font-head);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 400;
  max-width: 620px;
}
.payback-proof-copy p:not(.section-kicker) {
  color: var(--muted);
  font-size: 18px;
  margin: 16px 0;
}
.payback-proof-copy ul {
  padding-left: 20px;
  margin: 0;
  font-weight: 700;
}
.payback-proof-copy li { margin: 11px 0; }
.payback-proof-image {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0,0,0,.08);
}
.payback-proof-image img {
  width: 100%;
  max-height: 780px;
  object-fit: contain;
  background: var(--white);
}
.payback-proof-image figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 13px;
  border-top: 1px solid var(--line);
}
.examples-block { margin-top: 46px; }
.block-heading { display:flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 22px; }
.block-heading h3 { max-width: 620px; font-family: var(--font-head); font-size: clamp(38px, 5vw, 62px); font-weight: 400; }
.example-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.example-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.07);
}
.example-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: var(--soft); padding: 8px; }
.example-card div { padding: 18px; }
.example-card h4 { margin: 0 0 8px; font-size: 19px; }
.example-card p { color: var(--muted); margin: 0; }
.legal-note { color: var(--muted); font-size: 13px; margin-top: 14px; }
.next-step-card {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: var(--brand-blue);
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 42px 0 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.footer-brand { max-width: 720px; }
.site-footer p { color: var(--muted); margin: 0 0 10px; }
.site-footer .meta-disclaimer { font-size: 12px; line-height: 1.5; max-width: 680px; }
.site-footer nav { display: flex; gap: 16px; font-weight: 800; }
.site-footer a { color: var(--muted); }

@media (max-width: 920px) {
  .page-shell { width: min(100% - 22px, 1180px); }
  .section { padding: 52px 0; }
  .hero, .quiz-shell, .result-grid, .next-step-card, .payback-proof-block { grid-template-columns: 1fr; }
  .hero { min-height: auto; align-content: start; padding-top: 18px; padding-bottom: 28px; }
  .hero-card { transform: none; }
  .trust-strip, .why-grid, .diagnosis-grid, .example-grid { grid-template-columns: 1fr; }
  .trust-strip { margin-top: 10px; }
  .quiz-intro { position: static; }
  .section-cta { flex-direction: column; align-items: stretch; text-align: center; }
  .section-cta .btn { width: 100%; }
  .quiz-section { border-radius: 30px; padding-top: 28px; }
  .block-heading { display:block; }
  .quiz-actions { flex-direction: column-reverse; }
  .quiz-actions .btn { width: 100%; }
}

@media (max-width: 560px) {
  .page-shell { width: min(100% - 18px, 1180px); }
  .hero { gap: 12px; padding-top: 14px; }
  h1 { font-size: clamp(42px, 13vw, 54px); }
  h2 { font-size: 50px; }
  .hero-lead { font-size: 17px; margin: 12px 0; }
  .hero-points { margin: 12px 0 16px; gap: 8px; }
  .hero-points span { padding: 8px 10px; font-size: 13px; }
  .hero-card { display: none; }
  .hero-actions .btn { width: 100%; }
  .microcopy { width: 100%; text-align: center; }
  .hero-copy .brand-logo { display: flex; margin: 0 auto 14px; width: min(150px, 42vw); }
  .hero-copy .eyebrow { display: flex; width: fit-content; margin-left: 0; margin-right: auto; text-align: left; }
  .trust-strip div { padding: 18px; }
  .trust-strip strong { font-size: 38px; }
  .boarding-top strong { font-size: 42px; }
  .route-row b { font-size: 42px; }
  .quiz-card, .why-grid article, .diagnosis-card, .result-copy-card, .next-step-card { padding: 20px; }
}

/* Finn desktop hero refinements */
.hero-copy .brand-logo {
  display: flex;
  margin-bottom: 14px;
}
.hero-copy .eyebrow {
  display: flex;
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.boarding-top strong { max-width: 300px; }
@media (min-width: 921px) {
  .hero { padding-top: 18px; padding-bottom: 18px; }
  .hero-copy .brand-logo { transform: translateY(-8px); }
  .hero-actions { margin-top: 4px; }
}
