:root {
  --navy: #082a4b;
  --navy-2: #123f67;
  --teal: #1197a0;
  --teal-soft: #e7f5f4;
  --cream: #f7f4ed;
  --paper: #fffefd;
  --ink: #172433;
  --muted: #596776;
  --line: #d8e1e6;
  --shadow: 0 24px 70px rgba(8, 42, 75, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(8,42,75,.97); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--navy); line-height: 1.05; }
.brand-logo { display: block; width: min(300px, 44vw); height: auto; }
.header-action { color: #fff; font-weight: 700; text-decoration: none; border-bottom: 2px solid #e8bb43; padding: 6px 0; }
.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: center; gap: clamp(32px, 5vw, 84px); padding: clamp(54px, 7vw, 100px) 5vw; background: radial-gradient(circle at 74% 25%, #edf8f7 0, rgba(237,248,247,0) 34%), linear-gradient(135deg,#fff 0%,#faf8f3 100%); }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 14px; color: var(--teal); text-transform: uppercase; letter-spacing: .15em; font-size: .82rem; font-weight: 800; }
h1,h2,h3 { font-family: Manrope, sans-serif; color: var(--navy); line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(2.75rem, 5vw, 5.2rem); letter-spacing: -.055em; margin-bottom: 24px; max-width: 760px; }
h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); letter-spacing: -.035em; margin-bottom: 18px; }
h3 { font-size: 1.08rem; margin-bottom: 8px; }
.hero-lead { max-width: 660px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 26px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 7px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--navy); color: #fff; box-shadow: 0 12px 30px rgba(8,42,75,.18); }
.secondary { border: 1px solid var(--line); color: var(--navy); background: #fff; }
.trust-row { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 0; color: var(--muted); font-size: .91rem; font-weight: 700; }
.trust-row li::before { content: "✓"; color: var(--teal); margin-right: 7px; }
.hero-visual { position: relative; max-width: 660px; justify-self: end; }
.hero-visual::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(17,151,160,.35); border-radius: 26px; z-index: 0; }
.hero-visual img { display: block; width: 100%; height: auto; border-radius: 22px; position: relative; z-index: 1; box-shadow: var(--shadow); }
.reassurance { margin: -30px auto 0; width: min(1100px,90vw); display: flex; align-items: center; gap: 20px; padding: 24px 28px; border-radius: 14px; background: var(--navy); color: #fff; position: relative; z-index: 4; box-shadow: var(--shadow); }
.reassurance h2 { font-size: 1.3rem; color: #fff; margin: 0 0 3px; letter-spacing: -.01em; }
.reassurance p { margin: 0; color: #dbe7ef; }
.reassurance-icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; background: var(--teal); border-radius: 50%; font-weight: 900; }
.section { padding: clamp(72px, 9vw, 125px) 5vw; }
.section-heading { max-width: 800px; margin-bottom: 42px; }
.section-heading.compact { margin: 0; }
.section-heading.centered { margin: 0 auto 46px; text-align: center; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.role-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.role-grid article { padding: 28px 24px; border-top: 3px solid var(--teal); background: #fff; box-shadow: 0 14px 40px rgba(8,42,75,.07); }
.role-grid span { font-family: Manrope,sans-serif; font-size: .78rem; color: var(--teal); font-weight: 800; }
.role-grid p, .steps-grid p, .support-list p { color: var(--muted); margin-bottom: 0; }
.support { background: var(--cream); }
.support-panel { width: min(1180px,100%); margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.support-list { display: grid; gap: 12px; }
.support-list article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 22px; background: #fff; border: 1px solid rgba(8,42,75,.08); border-radius: 12px; }
.line-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-weight: 800; display: grid; place-items: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 1120px; margin: auto; }
.steps-grid article { padding: 32px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.steps-grid span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; font-family: Manrope,sans-serif; font-weight: 800; margin-bottom: 22px; }
.privacy-note { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; background: var(--teal-soft); }
.privacy-note h2 { margin-bottom: 0; }
.privacy-note > p { color: #315260; font-size: 1.03rem; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0; }
.faq-list summary { cursor: pointer; list-style: none; padding: 22px 40px 22px 0; font-family: Manrope,sans-serif; color: var(--navy); font-weight: 800; font-size: 1.05rem; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--teal); font-size: 1.45rem; top: 16px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin-top: 0; padding-right: 28px; color: var(--muted); }
.contact { padding-top: 40px; }
.contact-card { max-width: 1180px; margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; padding: clamp(38px,6vw,72px); background: linear-gradient(130deg,var(--navy),var(--navy-2)); color: #fff; border-radius: 20px; box-shadow: var(--shadow); }
.contact-card h2 { color: #fff; }
.contact-card p { color: #dce8ef; }
.eyebrow.light { color: #7ee0dd; }
.contact-safety { font-size: .92rem; }
.contact-button { background: #fff; color: var(--navy); text-align: center; }
.lead-form { padding: 28px; border-radius: 14px; color: var(--ink); background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.lead-form label { display: block; margin-bottom: 15px; color: var(--navy); font-size: .9rem; font-weight: 700; }
.lead-form input, .lead-form select { width: 100%; min-height: 50px; margin-top: 6px; padding: 11px 12px; border: 1px solid #b9c7d1; border-radius: 7px; background: #fff; color: var(--ink); font: inherit; }
.lead-form input:focus, .lead-form select:focus { outline: 3px solid rgba(17,151,160,.22); border-color: var(--teal); }
.form-grid.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-weight: 500 !important; }
.consent input { width: 18px; min-height: 18px; margin-top: 4px; }
.website-trap { position: absolute; left: -10000px; }
.lead-form .contact-button { width: 100%; border: 0; cursor: pointer; background: var(--teal); color: #fff; }
.lead-form .contact-button:disabled { opacity: .68; cursor: wait; }
.form-status { min-height: 24px; margin: 10px 0 0 !important; color: #a52b2b !important; font-weight: 700; }
.form-success { padding: 34px; border-radius: 14px; background: #fff; color: var(--navy); }
.form-success strong { font: 700 1.35rem Manrope, sans-serif; }
.form-success p { color: var(--muted); }
footer { padding: 45px 5vw 54px; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: 1fr 1fr; gap: 20px 40px; align-items: center; color: #dce8ef; background: var(--navy); font-size: .9rem; }
.footer-brand { justify-self: start; }
.disclaimer { grid-column: 1 / -1; max-width: 980px; font-size: .8rem; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { justify-self: start; max-width: 620px; }
  .role-grid { grid-template-columns: repeat(2,1fr); }
  .support-panel, .faq { grid-template-columns: 1fr; gap: 35px; }
  .contact-card { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .site-header { min-height: 70px; padding: 0 20px; }
  .header-action { font-size: .78rem; max-width: 120px; line-height: 1.25; text-align: right; }
  .brand-logo { width: 190px; max-width: 50vw; }
  .hero { min-height: auto; padding: 54px 20px 80px; grid-template-columns: minmax(0,1fr); }
  h1 { font-size: clamp(2.55rem,13vw,4rem); }
  .hero-actions .button { width: 100%; }
  .hero-visual::before { inset: -9px 9px 9px -9px; }
  .reassurance { margin-top: -34px; padding: 20px; align-items: flex-start; }
  .section { padding: 72px 20px; }
  .role-grid, .steps-grid, .privacy-note { grid-template-columns: 1fr; }
  .privacy-note { gap: 20px; }
  .support-list article { padding: 18px; }
  .contact-card { padding: 34px 24px; }
  .form-grid.two-col { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; padding: 40px 20px; }
  .disclaimer { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
