:root{
  --navy:#17313b; --forest:#2f4f3b; --sage:#718a70; --cream:#f5f1e8;
  --white:#fff; --gold:#c99b52; --ink:#233036; --muted:#667277;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,92%);margin:auto}
header{position:sticky;top:0;z-index:10;background:rgba(245,241,232,.96);backdrop-filter:blur(10px);border-bottom:1px solid #ded8ca}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px}
.brand{font-family:Georgia,serif;font-size:1.25rem;font-weight:700;color:var(--navy);letter-spacing:.02em}
.brand span{display:block;font-family:inherit;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--sage);font-weight:600}
nav{display:flex;gap:24px;align-items:center;font-size:.95rem;font-weight:600}
nav a:hover{color:var(--forest)}
.btn{display:inline-block;background:var(--forest);color:white;padding:13px 20px;border-radius:5px;font-weight:700;transition:.2s}
.btn:hover{background:var(--navy);transform:translateY(-1px)}
.btn.secondary{background:transparent;color:var(--forest);border:1px solid var(--forest)}
.hero{min-height:620px;display:flex;align-items:center;background:
linear-gradient(90deg,rgba(23,49,59,.94),rgba(23,49,59,.68),rgba(23,49,59,.25)),
linear-gradient(135deg,#4f6e70,#9aab9a 55%,#d9d2be)}
.hero-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.75fr);gap:56px;align-items:center}
.hero-content{color:#fff;padding:90px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.78rem;font-weight:800;color:#e2c58f}
h1,h2,h3{font-family:Georgia,serif;line-height:1.15;color:var(--navy)}
.hero h1{color:#fff;font-size:clamp(2.8rem,6vw,5.1rem);margin:14px 0 20px}
.hero p{font-size:1.18rem;max-width:620px;color:#eef1ed}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero .btn{background:#d1a45d;color:#1b2e32}.hero .btn.secondary{color:white;border-color:white}
.hero-form{background:rgba(255,255,255,.97);padding:30px;border-radius:8px;box-shadow:0 16px 40px rgba(12,30,34,.22)}
.hero-form h2{font-size:2rem;margin:6px 0 4px}.hero-form p{color:var(--muted);margin:0 0 18px}
.hero-form label{color:var(--ink);font-size:.9rem;margin:10px 0 5px}.hero-form input,.hero-form textarea{padding:10px}
.hero-form textarea{min-height:92px}.hero-form .btn{border:0;margin-top:16px;cursor:pointer}
section{padding:82px 0}
.section-head{max-width:700px;margin-bottom:40px}
.section-head h2{font-size:2.5rem;margin:8px 0 14px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:white;padding:30px;border:1px solid #e0dbcf;border-radius:8px;box-shadow:0 8px 25px rgba(34,45,40,.05)}
.card h3{font-size:1.35rem;margin:12px 0 8px}
.icon{width:48px;height:48px;border-radius:50%;background:#e7eadf;display:grid;place-items:center;color:var(--forest);font-weight:900}
.band{background:var(--navy);color:#fff}
.band h2{color:#fff}.band p{color:#dce5e4}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.step-num{font-size:2.4rem;font-family:Georgia,serif;color:var(--gold);font-weight:700}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.feature-box{background:var(--forest);min-height:360px;border-radius:10px;padding:42px;color:white;display:flex;flex-direction:column;justify-content:end}
.feature-box h2{color:white;font-size:2.4rem}
.feature-box p{color:#e3ece5}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.contact-card{background:white;border:1px solid #e0dbcf;border-radius:8px;padding:30px}
.contact-row{padding:13px 0;border-bottom:1px solid #ece8df}
.contact-row:last-child{border-bottom:0}
label{display:block;font-weight:700;margin:12px 0 6px}
input,textarea{width:100%;padding:13px;border:1px solid #cfc9bb;border-radius:5px;font:inherit;background:#fff}
textarea{min-height:140px;resize:vertical}
footer{background:#10252d;color:#d9e2df;padding:42px 0}
.footer-grid{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}
.small{font-size:.9rem;color:#aebdb9}
.thank-you{min-height:620px;display:grid;place-items:center;text-align:center}
.thank-you-content{max-width:700px}.thank-you-content h1{font-size:clamp(2.8rem,6vw,4.8rem);margin:12px 0 18px}
.thank-you-content>p{font-size:1.15rem;color:var(--muted)}.thank-you-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:30px 0 42px}
.next-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;text-align:left}.next-steps .card{padding:22px}.next-steps h3{font-size:1.15rem;margin:8px 0}
.seo-page{padding:78px 0}.seo-page h1{font-size:clamp(2.8rem,6vw,4.5rem);margin:10px 0 18px}.seo-page h2{font-size:2rem;margin-top:42px}.seo-page .lead{font-size:1.2rem;color:var(--muted)}.seo-copy{max-width:800px}.seo-copy li{margin:8px 0}.article-meta{font-size:.9rem;color:var(--muted)}.seo-cta{margin-top:48px;padding:34px;background:var(--forest);color:white;border-radius:8px}.seo-cta h2{color:white;margin-top:0}.seo-cta p{color:#e3ece5}.seo-cta .btn{background:#d1a45d;color:#1b2e32}
.mobile-note{display:none}
@media(max-width:800px){
 nav{display:none}.mobile-note{display:block}
 .grid,.steps,.split,.contact,.hero-layout{grid-template-columns:1fr}
 .hero{min-height:560px}.hero-content{padding:70px 0}
 .hero-form{margin-bottom:62px}
 .next-steps{grid-template-columns:1fr}
 .seo-page{padding:62px 0}
 section{padding:62px 0}
}