
:root { --navy:#031b4e; --blue:#16326b; --green:#55733b; --sage:#dfe8d2; --pale:#fbfbf7; --line:#d9e2ec; --soft:#eef2f4; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:#071733; background:var(--pale); }
a { color:inherit; }
.container { max-width: 1060px; margin:0 auto; padding:0 24px; }
header { padding: 18px 0; border-bottom:1px solid var(--line); background:rgba(251,251,247,.95); position:sticky; top:0; backdrop-filter: blur(8px); z-index:5; }
.nav { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.brand { font-weight:900; letter-spacing:.04em; color:var(--navy); white-space:nowrap; }
.links { display:flex; gap:16px; font-size:14px; }
.links a { text-decoration:none; color:#23324d; white-space:nowrap; }
.hero { padding:64px 0 44px; }
.hero-grid { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:42px; align-items:center; }
.eyebrow { color:var(--green); font-weight:900; letter-spacing:.14em; text-transform:uppercase; font-size:14px; }
h1 { color:var(--navy); font-size:84px; line-height:.92; margin:12px 0 16px; letter-spacing:.025em; text-transform:uppercase; }
.tagline { color:var(--green); font-weight:800; font-size:30px; margin-bottom:18px; }
.lede, .big-copy { font-size:20px; line-height:1.55; max-width:700px; color:#17223a; }
p { line-height:1.62; color:#23324d; }
.actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.btn { display:inline-flex; align-items:center; justify-content:center; padding:13px 18px; border-radius:999px; text-decoration:none; font-weight:800; border:2px solid var(--navy); }
.btn.primary { background:var(--navy); color:white; }
.btn.secondary { background:transparent; color:var(--navy); }
.profile-card { background:var(--soft); border-radius:24px; padding:18px; box-shadow:0 12px 32px rgba(3,27,78,.10); }
.profile-card img { width:100%; border-radius:20px; display:block; }
.profile-card h2 { margin:16px 0 6px; color:var(--navy); }
.profile-card p { margin:0; color:#334155; line-height:1.45; }
section { padding:48px 0; }
.soft-section { background:#f4f6f2; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.section-heading { display:flex; align-items:center; gap:14px; margin-bottom:22px; }
.section-heading h2 { margin:0; text-transform:uppercase; letter-spacing:.08em; color:var(--blue); font-size:19px; white-space:nowrap; }
.section-heading:after { content:""; height:2px; flex:1; background:#9bb0c9; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.card, .policy, .method-card { background:white; border:1px solid var(--line); border-radius:18px; padding:20px; box-shadow:0 4px 18px rgba(3,27,78,.05); }
.card h3, .policy h3, .method-card h3 { margin:0 0 8px; color:var(--navy); font-size:20px; }
.card p, .policy p { margin:0; line-height:1.5; color:#23324d; }
.split { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:34px; align-items:start; }
.method-card ol { margin:12px 0 0; padding-left:22px; color:#23324d; line-height:1.65; }
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.checklist { list-style:none; margin:0; padding:0; display:grid; gap:12px; }
.checklist li { background:white; border:1px solid var(--line); border-radius:14px; padding:13px 15px; line-height:1.4; }
.info-band { background:var(--navy); color:white; border-radius:24px; padding:28px; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.info-band h3 { margin:0 0 6px; font-size:15px; text-transform:uppercase; letter-spacing:.07em; color:white; }
.info-band p { margin:0; color:#e4ecf6; line-height:1.45; }
.policy-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.contact-layout { display:grid; grid-template-columns: 340px minmax(0, 1fr); gap:24px; align-items:start; }
.contact-card, .inquiry-form { background:white; border:1px solid var(--line); border-radius:24px; padding:28px; box-shadow:0 4px 18px rgba(3,27,78,.05); }
.contact-card h3 { margin:0 0 12px; color:var(--navy); font-size:24px; }
.contact-large { font-size:22px; line-height:1.55; margin:0; }
.contact-large a { color:var(--blue); font-weight:800; }
.fineprint { font-size:13px; line-height:1.5; color:#5b6576; margin-top:18px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field { display:flex; flex-direction:column; gap:7px; color:var(--navy); font-size:14px; font-weight:800; }
.field.full { grid-column:1 / -1; }
.field input, .field select, .field textarea { width:100%; border:1px solid var(--line); border-radius:12px; padding:11px 12px; font:inherit; font-weight:500; color:#071733; background:#fff; }
.field input:focus, .field select:focus, .field textarea:focus { outline:3px solid rgba(85,115,59,.22); border-color:var(--green); }
.field textarea { resize:vertical; min-height:118px; }
.radio-field { border:1px solid var(--line); border-radius:14px; padding:12px 14px 14px; margin:0; }
.radio-field legend { padding:0 6px; color:var(--navy); font-size:14px; font-weight:800; }
.radio-group { display:flex; flex-wrap:wrap; gap:14px; margin-top:2px; }
.radio-group label { display:flex; align-items:center; gap:6px; font-weight:600; color:#23324d; }
.contact-form {
  position: relative;
  margin-top: 26px;
}

.form-intro {
  margin-bottom: 18px;
}

.form-intro h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 24px;
}

.form-intro p {
  margin: 0;
  color: #5b6576;
  line-height: 1.5;
}

.form-extra-field {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.form-submit { margin-top:18px; cursor:pointer; font-size:16px; }
footer { padding:30px 0; border-top:1px solid var(--line); color:#5b6576; font-size:14px; }
@media (max-width: 880px) { .links { display:none; } .cards, .policy-grid { grid-template-columns:1fr 1fr; } }
@media (max-width: 760px) {
  h1 { font-size:54px; }
  .tagline { font-size:22px; }
  .hero-grid, .about-grid, .contact-layout, .split { grid-template-columns:1fr; }
  .cards, .policy-grid { grid-template-columns:1fr; }
  .info-band { grid-template-columns:1fr 1fr; }
  .profile-card { max-width:360px; }
  .hero { padding-top:42px; }
  .container { padding:0 20px; }
}
@media (max-width: 480px) { .info-band, .form-grid { grid-template-columns:1fr; } .contact-large { font-size:19px; } .contact-card, .inquiry-form { padding:22px; } }
