:root { --pine: #1d3a34; --pine-deep: #142925; --amber: #d98e2b; --amber-soft: #f3e3c8; --paper: #f7f8f5; --ink: #212826; --ink-soft: #4c5a55; --rule: #d9ded9; --safe: #3e7a5e; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Seravek', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; font-size: 18px; line-height: 1.65; color: var(--ink); background: var(--paper); }
.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
header { background: var(--pine); padding: 14px 0; position: sticky; top: 0; z-index: 100; }
header .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.logo { font-family: 'Futura', 'Avenir Next', 'Century Gothic', sans-serif; font-weight: 700; font-size: 21px; letter-spacing: 0.5px; text-decoration: none; color: #fff; text-transform: uppercase; }
.logo span { color: var(--amber); }
.phone-cta { background: var(--amber); color: var(--pine-deep); padding: 10px 20px; text-decoration: none; font-weight: 700; font-size: 16px; border-radius: 4px; }
nav { background: var(--pine-deep); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; }
nav .container { display: flex; gap: 26px; padding: 11px 24px; flex-wrap: wrap; }
nav a { color: #cfd8d3; text-decoration: none; }
nav a:hover { color: var(--amber); }
.breadcrumb { padding: 14px 0; font-size: 13px; color: var(--ink-soft); }
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.page-hero { padding: 44px 0 40px; border-bottom: 1px solid var(--rule); }
.page-hero h1 { font-family: 'Futura', 'Avenir Next', 'Century Gothic', sans-serif; font-size: clamp(32px, 5vw, 50px); line-height: 1.08; font-weight: 700; letter-spacing: -0.5px; margin-bottom: 16px; color: var(--pine-deep); }
.page-hero .lede { font-size: 20px; line-height: 1.55; color: var(--ink-soft); max-width: 700px; margin-bottom: 26px; }
.btn-primary { background: var(--pine); color: #fff; padding: 16px 30px; font-weight: 700; font-size: 17px; text-decoration: none; border-radius: 4px; display: inline-block; }
.btn-primary:hover { background: var(--pine-deep); }
.intro-answer { background: #fff; border-left: 5px solid var(--amber); padding: 22px 26px; margin: 22px 0; font-size: 18px; line-height: 1.6; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.section { padding: 46px 0; border-bottom: 1px solid var(--rule); }
.section h2 { font-family: 'Futura', 'Avenir Next', 'Century Gothic', sans-serif; font-size: 29px; font-weight: 700; letter-spacing: -0.3px; margin-bottom: 20px; color: var(--pine-deep); max-width: 780px; }
.section h3 { font-size: 20px; font-weight: 700; margin: 18px 0 8px; color: var(--pine); }
.section p { margin-bottom: 14px; max-width: 780px; }
ul.checklist { list-style: none; padding: 0; margin: 14px 0; }
ul.checklist li { padding: 7px 0 7px 28px; position: relative; font-size: 17px; max-width: 780px; }
ul.checklist li:before { content: "\2713"; position: absolute; left: 0; color: var(--amber); font-weight: 900; font-size: 19px; }
.meter { background: #fff; border: 1px solid var(--rule); border-radius: 6px; padding: 24px 26px; margin: 24px 0; max-width: 680px; }
.meter-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--ink-soft); margin-bottom: 10px; }
.meter-bar { height: 18px; border-radius: 9px; background: linear-gradient(90deg, var(--safe) 0%, var(--safe) 38%, var(--amber) 40%, #c25b2e 100%); position: relative; }
.meter-tick { position: absolute; left: 40%; top: -6px; bottom: -6px; width: 3px; background: var(--pine-deep); }
.meter-scale { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-soft); margin-top: 8px; font-weight: 600; }
.meter-note { font-size: 15px; color: var(--ink-soft); margin-top: 12px; }
.meter-note strong { color: var(--pine-deep); }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 22px 0; }
.stat { background: #fff; border-top: 4px solid var(--amber); padding: 18px 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.stat .num { font-family: 'Futura', 'Avenir Next', sans-serif; font-size: 30px; font-weight: 700; color: var(--pine-deep); }
.stat .cap { font-size: 14px; color: var(--ink-soft); line-height: 1.4; margin-top: 4px; }
.zip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 8px; margin: 16px 0; max-width: 780px; }
.zip-grid span { padding: 10px; background: #fff; text-align: center; font-weight: 600; font-size: 15px; border-left: 3px solid var(--amber); box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.services-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 10px; margin-top: 16px; }
.services-list a { padding: 15px 18px; background: #fff; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 15px; border-left: 4px solid var(--pine); box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.services-list a:hover { border-left-color: var(--amber); background: var(--amber-soft); }
.faq-item { border-bottom: 1px solid var(--rule); padding: 18px 0; max-width: 780px; }
.faq-item h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; color: var(--pine-deep); }
.faq-item p { font-size: 16px; color: var(--ink-soft); line-height: 1.6; }
.callout-band { background: var(--pine-deep); color: #fff; padding: 48px 0; text-align: center; }
.callout-band h2 { font-family: 'Futura', 'Avenir Next', sans-serif; font-size: 28px; font-weight: 700; margin-bottom: 10px; }
.callout-band p { font-size: 17px; margin-bottom: 22px; opacity: 0.85; }
.callout-band .phone-cta { font-size: 19px; padding: 15px 30px; }
footer { padding: 36px 0; font-size: 14px; color: var(--ink-soft); }
footer .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; }
footer a { color: var(--ink-soft); text-decoration: none; margin-right: 14px; }
footer strong { color: var(--pine-deep); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
a:focus-visible, button:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }
