:root {
  --navy: #2b3e6e;
  --navy-deep: #1d2c54;
  --navy-soft: #394f82;
  --gold: #b38b5d;
  --gold-light: #d9c2a7;
  --ink: #1d2943;
  --text: #566078;
  --muted: #7b8498;
  --paper: #ffffff;
  --soft: #f3f5f9;
  --line: #dce1ea;
  --success: #2e725c;
  --shadow: 0 24px 70px rgba(29, 44, 84, .14);
  --radius: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}
.shell--narrow { width: min(860px, calc(100% - 40px)); }
.section { padding: 112px 0; }
.section--soft { background: var(--soft); }
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow--center { text-align: center; }
.section-title {
  max-width: 780px;
  margin: 0 auto 54px;
  color: var(--ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  text-align: center;
}
.section-title--wide { max-width: 970px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 13px 27px;
  border: 1px solid var(--navy);
  border-radius: 7px;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 10px 26px rgba(43, 62, 110, .19);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover, .button:focus-visible {
  background: var(--navy-deep);
  box-shadow: 0 13px 30px rgba(29, 44, 84, .27);
  transform: translateY(-2px);
}
.button--small { min-height: 42px; padding: 9px 18px; font-size: .85rem; }
.button--wide { width: 100%; }
.button--ghost { color: var(--navy); background: transparent; box-shadow: none; }
.button--ghost:hover { color: #fff; }
.section-action { margin-top: 46px; text-align: center; }

.top-cta {
  display: block;
  padding: 9px 20px;
  color: #fff;
  background: var(--navy-deep);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none;
}
.top-cta span { margin-left: 7px; }
.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: #fff;
  background: var(--navy);
}
.header-inner {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand-placeholder {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px dashed currentColor;
  color: inherit;
  text-decoration: none;
}
.brand-placeholder .mdi { font-size: 1.7rem; }
.brand-placeholder strong, .brand-placeholder small { display: block; line-height: 1.2; }
.brand-placeholder strong { font-size: .96rem; }
.brand-placeholder small {
  margin-top: 3px;
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .1em;
  opacity: .65;
  text-transform: uppercase;
}
.brand-placeholder--small { padding: 8px 13px; border-radius: 6px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a:not(.button) { font-size: .88rem; font-weight: 600; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--gold-light); }
.site-header .button { color: var(--navy); border-color: #fff; background: #fff; box-shadow: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 730px;
  padding: 92px 0 105px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 20%, rgba(217,194,167,.2), transparent 32%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.hero::after {
  position: absolute;
  right: -130px;
  bottom: -230px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  content: "";
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .3; }
.hero-glow--one { top: 80px; left: -110px; width: 250px; height: 250px; border: 1px solid var(--gold-light); }
.hero-glow--two { top: 195px; left: -45px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.25); }
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, .82fr);
  gap: 75px;
  align-items: center;
}
.brand-placeholder--hero { margin-bottom: 46px; padding: 11px 16px; border-radius: 7px; }
.hero .eyebrow { color: var(--gold-light); }
.hero-title {
  max-width: 670px;
  margin: 0;
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 4.15rem);
  line-height: 1.08;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.hero-lead { max-width: 610px; margin: 28px 0; color: rgba(255,255,255,.84); font-size: 1.18rem; line-height: 1.55; }
.hero-note { display: flex; max-width: 530px; gap: 12px; align-items: center; color: rgba(255,255,255,.72); font-size: .82rem; }
.hero-note .mdi { color: var(--gold-light); font-size: 1.5rem; }
.form-card {
  padding: 42px 40px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  color: var(--text);
  background: #fff;
  box-shadow: 0 32px 90px rgba(9, 18, 42, .34);
}
.form-card__kicker { margin: 0 0 8px; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.form-card h2 { margin: 0 0 14px; color: var(--ink); font-family: "Libre Baskerville", Georgia, serif; font-size: 1.45rem; line-height: 1.35; }
.form-card > p:not(.form-card__kicker) { margin: 0 0 25px; font-size: .77rem; line-height: 1.55; }
.lead-form { display: grid; gap: 14px; }
.lead-form label:not(.consent), .quiz-fields label { display: grid; gap: 6px; }
.lead-form label > span:first-child, .quiz-fields label > span:first-child { color: var(--ink); font-size: .75rem; font-weight: 700; }
.lead-form small, .quiz-fields small { color: var(--muted); font-weight: 400; }
input[type="text"], input[type="tel"], input[type="email"] {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border .18s ease, box-shadow .18s ease;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(43,62,110,.1);
}
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 2px 0 5px; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--navy); }
.consent span { color: var(--muted); font-size: .61rem; line-height: 1.5; }

.icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.icon-card {
  min-height: 210px;
  padding: 35px 25px;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: center;
  transition: border .2s ease, transform .2s ease, box-shadow .2s ease;
}
.icon-card:hover { border-color: var(--gold-light); box-shadow: 0 15px 40px rgba(29,44,84,.08); transform: translateY(-4px); }
.icon-card .mdi { display: block; margin-bottom: 20px; color: var(--gold); font-size: 3rem; line-height: 1; }
.icon-card h2 { max-width: 230px; margin: 0 auto; color: var(--ink); font-size: 1rem; line-height: 1.35; }

.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reason-card { position: relative; min-height: 315px; padding: 36px 30px 32px; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 8px 30px rgba(29,44,84,.06); }
.reason-number { display: block; margin-bottom: 46px; color: var(--gold); font-family: "Libre Baskerville", Georgia, serif; font-size: 1rem; }
.reason-card h3 { margin: 0 0 14px; color: var(--ink); font-family: "Libre Baskerville", Georgia, serif; font-size: 1.18rem; line-height: 1.35; }
.reason-card p { margin: 0; font-size: .85rem; line-height: 1.65; }
.reason-card::after { position: absolute; top: 47px; left: 70px; width: calc(100% - 100px); height: 1px; background: var(--line); content: ""; }

.process { color: #fff; background: var(--navy); }
.process .eyebrow { color: var(--gold-light); }
.process .section-title { color: #fff; }
.process-list { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 10px 0 0; list-style: none; }
.process-list::before { position: absolute; top: 43px; right: 10%; left: 10%; height: 1px; background: rgba(255,255,255,.28); content: ""; }
.process-list li { position: relative; z-index: 1; padding: 0 15px; text-align: center; }
.process-list span { display: grid; width: 68px; height: 68px; margin: 0 auto 24px; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: var(--navy); background: #fff; font-family: "Libre Baskerville", Georgia, serif; }
.process-list p { margin: 0; color: rgba(255,255,255,.82); font-size: .79rem; line-height: 1.5; }

.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: center; }
.team-placeholder {
  display: flex;
  min-height: 470px;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #b8c0d0;
  border-radius: 16px;
  color: var(--navy);
  background: linear-gradient(145deg, #edf0f6, #dce2ed);
  text-align: center;
}
.team-placeholder .mdi { font-size: 5.5rem; opacity: .55; }
.team-placeholder strong { margin-top: 15px; font-size: 1.05rem; }
.team-placeholder small { color: var(--muted); }
.trust-copy h2 { margin: 0 0 25px; color: var(--ink); font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.2; }
.trust-copy > p:not(.eyebrow) { margin: 0 0 30px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 60px 25px 0; color: var(--ink); font-weight: 700; line-height: 1.4; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 20px; right: 0; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--navy); border-radius: 50%; color: var(--navy); content: "+"; font-size: 1.25rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 730px; margin: -5px 0 26px; padding-right: 40px; font-size: .9rem; }

.quiz-section { color: #fff; background: var(--navy-deep); }
.quiz-shell { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: start; }
.quiz-intro { padding-top: 18px; }
.quiz-intro .eyebrow { color: var(--gold-light); }
.quiz-intro h2 { margin: 0 0 25px; color: #fff; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.22; }
.quiz-intro > p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.check-list { display: grid; gap: 11px; margin: 30px 0 0; padding: 0; list-style: none; font-size: .86rem; }
.check-list .mdi { display: inline-grid; width: 25px; height: 25px; margin-right: 10px; place-items: center; border-radius: 50%; color: var(--navy-deep); background: var(--gold-light); }
.quiz { min-height: 590px; padding: 40px; border-radius: var(--radius); color: var(--text); background: #fff; box-shadow: 0 28px 75px rgba(0,0,0,.25); }
.quiz-head { margin-bottom: 35px; }
.quiz-head h3 { margin: 4px 0 18px; color: var(--ink); font-size: 1.05rem; line-height: 1.4; }
.quiz-step-label { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.quiz-progress { width: 100%; height: 4px; overflow: hidden; border-radius: 4px; background: var(--soft); }
.quiz-progress span { display: block; width: 20%; height: 100%; background: var(--gold); transition: width .25s ease; }
.quiz fieldset { margin: 0; padding: 0; border: 0; }
.quiz legend { display: block; width: 100%; margin-bottom: 22px; color: var(--ink); font-family: "Libre Baskerville", Georgia, serif; font-size: 1.25rem; line-height: 1.4; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.choice-grid--single { grid-template-columns: 1fr; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { display: flex; min-height: 55px; padding: 12px 16px; align-items: center; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: #fff; font-size: .8rem; font-weight: 600; line-height: 1.3; transition: border .15s ease, background .15s ease, box-shadow .15s ease; }
.choice-grid input:checked + span { border-color: var(--navy); background: rgba(43,62,110,.06); box-shadow: inset 4px 0 var(--navy); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(43,62,110,.18); }
.quiz-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 30px; }
.quiz-actions .button--ghost { margin-right: auto; }
.quiz-error { margin: 18px 0 -12px; color: #a53f3f; font-size: .75rem; font-weight: 700; }
.quiz-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.quiz-email { grid-column: 1 / -1; }
.consent--quiz { margin-top: 18px; }

.final-form { background: #fff; }
.final-form-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.final-form h2 { margin: 0 0 20px; color: var(--ink); font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.2; }
.lead-form--horizontal { display: grid; grid-template-columns: 1fr 1fr; padding: 34px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.lead-form--horizontal label:nth-of-type(3), .consent--full, .lead-form--horizontal .button { grid-column: 1 / -1; }

.site-footer { padding: 84px 0 95px; color: #fff; background: var(--navy); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.footer-symbol { display: block; margin-bottom: 48px; font-size: 3.8rem; line-height: 1; }
.footer-contact h2 { margin: 0; color: #fff; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(2.2rem, 4.5vw, 3.5rem); line-height: 1.15; text-transform: uppercase; }
.footer-contact > p { margin: 24px 0 37px; color: rgba(255,255,255,.85); }
.footer-contact address { display: grid; gap: 3px; margin-bottom: 31px; font-style: normal; }
.footer-contact address a { display: flex; gap: 16px; align-items: center; color: #fff; text-decoration: none; }
.footer-contact address .mdi { width: 25px; font-size: 1.2rem; text-align: center; }
.footer-link { color: #fff; text-underline-offset: 5px; }
.footer-brand-placeholder { display: flex; min-height: 260px; padding: 35px; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(255,255,255,.42); border-radius: 14px; text-align: center; }
.footer-brand-placeholder .mdi { font-size: 4rem; }
.footer-brand-placeholder strong { margin-top: 12px; font-size: 1.25rem; }
.footer-brand-placeholder small { margin-top: 5px; font-size: .66rem; letter-spacing: .12em; opacity: .6; text-transform: uppercase; }

.thank-you { position: relative; display: grid; min-height: 680px; padding: 90px 20px; overflow: hidden; place-items: center; background: var(--soft); }
.thank-you::before { position: absolute; top: -180px; left: -100px; width: 520px; height: 520px; border-radius: 50%; background: rgba(43,62,110,.08); content: ""; }
.thank-you-card { position: relative; z-index: 1; width: min(680px, 100%); padding: 65px 55px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); text-align: center; }
.thank-you-card > .mdi { display: block; margin-bottom: 18px; color: var(--success); font-size: 4.5rem; line-height: 1; }
.thank-you-card h1 { margin: 0 0 18px; color: var(--ink); font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(2.4rem, 5vw, 4rem); }
.thank-you-card p:not(.eyebrow) { max-width: 540px; margin: 0 auto 30px; }
.thank-you-page .site-header .main-nav { display: none; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr 420px; gap: 38px; }
  .hero-title { font-size: 2.8rem; }
  .reason-card { padding-inline: 24px; }
  .process-list p { font-size: .72rem; }
  .quiz-shell { grid-template-columns: 1fr; }
  .quiz-intro { max-width: 680px; }
}

@media (max-width: 800px) {
  .section { padding: 80px 0; }
  .main-nav > a:not(.button) { display: none; }
  .hero { padding-top: 65px; }
  .hero-grid, .trust-grid, .final-form-grid, .footer-inner { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .hero-copy { text-align: center; }
  .brand-placeholder--hero { margin-bottom: 35px; }
  .hero-lead, .hero-note { margin-inline: auto; }
  .hero-note { justify-content: center; }
  .icon-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-card { min-height: auto; }
  .process-list { grid-template-columns: 1fr; gap: 26px; }
  .process-list::before { top: 30px; bottom: 30px; left: 33px; width: 1px; height: auto; }
  .process-list li { display: grid; grid-template-columns: 68px 1fr; gap: 22px; align-items: center; padding: 0; text-align: left; }
  .process-list span { margin: 0; }
  .process-list p { font-size: .86rem; }
  .trust-grid, .final-form-grid { gap: 45px; }
  .team-placeholder { min-height: 360px; }
  .footer-inner { gap: 60px; }
  .footer-brand-placeholder { min-height: 200px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .shell, .shell--narrow { width: min(100% - 28px, 1160px); }
  .section { padding: 66px 0; }
  .site-header { background: var(--navy); }
  .header-inner { min-height: 76px; }
  .brand-placeholder--small { padding: 7px 9px; }
  .brand-placeholder--small strong { font-size: .78rem; }
  .brand-placeholder--small .mdi { font-size: 1.3rem; }
  .main-nav .button { min-height: 39px; padding: 8px 12px; font-size: .72rem; }
  .hero { padding: 52px 0 70px; }
  .brand-placeholder--hero { margin-bottom: 28px; }
  .hero-title { font-size: 2.22rem; }
  .hero-lead { font-size: 1.03rem; }
  .hero-note { align-items: flex-start; text-align: left; }
  .form-card { padding: 30px 22px; }
  .icon-grid { grid-template-columns: 1fr; }
  .icon-card { min-height: 175px; }
  .section-title { margin-bottom: 38px; }
  .quiz { min-height: 0; padding: 28px 20px; }
  .choice-grid, .quiz-fields { grid-template-columns: 1fr; }
  .quiz-email { grid-column: auto; }
  .quiz-actions { flex-wrap: wrap; }
  .quiz-actions .button { padding-inline: 19px; }
  .lead-form--horizontal { grid-template-columns: 1fr; padding: 25px 20px; }
  .lead-form--horizontal label:nth-of-type(3), .consent--full, .lead-form--horizontal .button { grid-column: auto; }
  .footer-symbol { margin-bottom: 35px; }
  .footer-contact h2 { font-size: 2.25rem; }
  .footer-contact address a { font-size: .86rem; }
  .thank-you { min-height: 580px; padding: 60px 14px; }
  .thank-you-card { padding: 48px 22px; }
}
