:root {
    --ink: #173042;
    --muted: #60727d;
    --cream: #f5f3ee;
    --paper: #ffffff;
    --teal: #0f3d3e;
    --teal-light: #dbeceb;
    --orange: #de7b4e;
    --line: #dce3e2;
    --shadow: 0 18px 50px rgba(15, 61, 62, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: var(--teal); }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 760px; }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header__inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand__mark { display: grid; place-items: center; width: 46px; height: 46px; color: white; background: var(--teal); border-radius: 13px; font-size: .8rem; font-weight: 800; letter-spacing: .08em; }
.brand__text { display: grid; font-weight: 750; line-height: 1.15; }
.brand__text small { margin-top: 4px; color: var(--muted); font-size: .72rem; font-weight: 500; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: var(--muted); text-decoration: none; font-size: .94rem; font-weight: 650; }
.site-nav a:hover { color: var(--teal); }
.hero { padding: 92px 0 100px; background: radial-gradient(circle at 90% 0%, #d8eae3 0, transparent 35%), var(--cream); }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 16px; color: var(--orange); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 18px; line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(2.6rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 18px; }
.hero__lead, .page-hero__lead { max-width: 620px; color: var(--muted); font-size: 1.18rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 8px; font-weight: 750; text-decoration: none; cursor: pointer; }
.button--primary { color: white; background: var(--teal); }
.button--primary:hover { background: #092f30; }
.button--secondary { color: var(--teal); background: transparent; border-color: #9cb7b3; }
.button--light { color: var(--teal); background: white; }
.button--full { width: 100%; }
.hero-card { padding: 34px; color: white; background: var(--teal); border-radius: 24px; box-shadow: var(--shadow); }
.hero-card strong { display: block; margin-bottom: 5px; font-size: 1.35rem; }
.hero-card p { color: #c7ddda; font-size: .95rem; }
.hero-card__number { display: block; margin-bottom: 2px; color: #f1a57f; font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.hero-card__line { display: block; height: 1px; margin: 26px 0; background: rgba(255,255,255,.18); }
.section { padding: 90px 0; background: var(--paper); }
.section--accent { color: white; background: var(--teal); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.section-heading h2 { max-width: 570px; }
.section-heading p { max-width: 340px; color: var(--muted); }
.section-intro { max-width: 760px; color: var(--muted); }
.cards { display: grid; gap: 18px; }
.cards--three { grid-template-columns: repeat(3, 1fr); }
.card { min-height: 260px; padding: 28px; background: var(--cream); border: 1px solid var(--line); border-radius: 16px; }
.card__index { display: block; margin-bottom: 45px; color: var(--orange); font-weight: 800; }
.card p { color: var(--muted); }
.callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.callout h2 { margin: 0; }
.page-hero { padding: 72px 0 78px; background: var(--teal); color: white; }
.page-hero .eyebrow { color: #f1a57f; }
.page-hero__lead { color: #c7ddda; }
.rich-content > * + * { margin-top: 1em; }
.rich-content h2 { margin-top: 1.7em; }
.rich-content h3 { margin-top: 1.5em; }
.rich-content img { max-width: 100%; height: auto; border-radius: 14px; }
.rich-content ul, .rich-content ol { padding-left: 1.4em; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.form-card { padding: 32px; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; margin-bottom: 6px; font-size: .88rem; font-weight: 750; }
.form-field input:not([type="checkbox"]), .form-field select, .form-field textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: white; border: 1px solid #c7d2d1; border-radius: 7px; font: inherit; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(222,123,78,.25); border-color: var(--orange); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field--checkbox { display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: start; }
.form-field--checkbox label { margin: 0; font-size: .8rem; font-weight: 500; }
.form-errors, .errorlist { margin: 5px 0 0; color: #a52e2e; font-size: .8rem; list-style: none; padding: 0; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .75rem; }
.success-message { padding: 10px; }
.success-message h2 { font-size: 2rem; }
.site-footer { padding: 55px 0 24px; color: #c7ddda; background: #092f30; }
.site-footer a { color: white; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.site-footer strong { color: white; }
.site-footer p { margin-top: 8px; font-size: .9rem; }
.site-footer__bottom { margin-top: 35px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); font-size: .8rem; }

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 620px); }
    .site-header__inner, .site-nav { align-items: flex-start; }
    .site-header__inner { flex-direction: column; padding: 16px 0; }
    .site-nav { gap: 15px; flex-wrap: wrap; }
    .hero { padding: 60px 0 70px; }
    .hero__grid, .contact-layout { grid-template-columns: 1fr; gap: 35px; }
    .section { padding: 65px 0; }
    .section-heading, .callout { display: block; }
    .section-heading p { margin-top: 15px; }
    .cards--three, .site-footer__grid { grid-template-columns: 1fr; }
    .card { min-height: auto; }
    .card__index { margin-bottom: 25px; }
    .callout .button { margin-top: 24px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
}
