*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1B2A4A;--navy-light:#253660;--gold:#C9A237;--gold-light:#dbb84e;--off-white:#f8f7f4;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--text:#1a1a1a;--radius:6px}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;color:var(--text);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}.site-header{background:var(--navy);padding:1rem 1.25rem}.site-header .container{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:baseline;gap:.5rem;color:#fff;font-weight:700;font-size:1.4rem}.logo span{color:var(--gold);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.header-phone{color:var(--gold);font-weight:700;font-size:1.1rem;display:flex;align-items:center;gap:.4rem}.hero{background:var(--navy);padding:4rem 1.25rem}.hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:768px){.hero-inner{grid-template-columns:1fr}}.hero-eyebrow{color:var(--gold);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.75rem}.hero h1{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;margin-bottom:1.25rem}.hero-sub{color:#cbd5e1;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.hero-checklist{list-style:none;margin-bottom:2rem}.hero-checklist li{color:#e2e8f0;display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.hero-checklist li::before{content:"✓";color:var(--gold);font-weight:700;font-size:1.1rem;flex-shrink:0}.btn{display:inline-block;padding:1rem 2rem;border-radius:var(--radius);font-weight:700;font-size:1.05rem;cursor:pointer;border:none;transition:filter .15s;text-align:center}.btn:hover{filter:brightness(1.1)}.btn-gold{background:var(--gold);color:var(--navy)}.btn-navy{background:var(--navy);color:#fff}.btn-full{width:100%;display:block}.trust-bar{background:var(--gold);padding:.85rem 1.25rem}.trust-bar-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;text-align:center}.trust-stat{font-size:1.4rem;font-weight:800;color:var(--navy)}.trust-label{font-size:.8rem;font-weight:600;color:var(--navy-light)}.lead-form{background:#fff;border-radius:10px;padding:1.75rem;box-shadow:0 8px 32px rgba(0,0,0,.18)}.lead-form h3{color:var(--navy);font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.lead-form p{color:var(--gray-500);font-size:.875rem;margin-bottom:1rem}.lead-form input{width:100%;border:1.5px solid var(--gray-200);border-radius:var(--radius);padding:.8rem 1rem;font-size:.9rem;margin-bottom:.75rem;outline:none;font-family:inherit;transition:border-color .15s}.lead-form input:focus{border-color:var(--navy)}.lead-form .form-disclaimer{font-size:.7rem;color:var(--gray-400);text-align:center;margin-top:.6rem}.section{padding:4.5rem 1.25rem}.section-off-white{background:var(--off-white)}.section-navy{background:var(--navy)}.section-white{background:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:var(--navy);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;margin-bottom:.6rem}.section-header p{color:var(--gray-600);font-size:1.05rem}.section-navy .section-header h2{color:#fff}.section-navy .section-header p{color:var(--gold)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;text-align:center}@media(max-width:680px){.steps-grid{grid-template-columns:1fr}}.step-number{width:3.5rem;height:3.5rem;border-radius:50%;background:var(--navy);color:var(--gold);font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.step h3{color:var(--navy);font-size:1.1rem;font-weight:700;margin-bottom:.6rem}.step p{color:var(--gray-600);font-size:.95rem;line-height:1.7}.pain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:900px){.pain-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.pain-grid{grid-template-columns:1fr}}.pain-card{background:var(--navy-light);border:1px solid #2e3f6e;border-radius:8px;padding:1.25rem}.pain-card .icon{font-size:1.75rem;margin-bottom:.75rem}.pain-card h3{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:.4rem}.pain-card p{color:var(--gray-400);font-size:.82rem;line-height:1.6}.comparison-table{border-radius:10px;overflow:hidden;border:1px solid var(--gray-200);box-shadow:0 2px 12px rgba(0,0,0,6%)}.comparison-head{display:grid;grid-template-columns:2fr 2fr 2fr;background:var(--navy);color:#fff;padding:1rem 1.25rem;font-size:.85rem;font-weight:700}.comparison-head .col-us{color:var(--gold)}.comparison-head .col-them{color:var(--gray-400)}.comparison-row{display:grid;grid-template-columns:2fr 2fr 2fr;padding:.9rem 1.25rem;font-size:.875rem;border-bottom:1px solid var(--gray-100);align-items:center}.comparison-row:nth-child(even){background:var(--gray-100)}.comparison-row .col-label{font-weight:600;color:var(--gray-700)}.comparison-row .col-us{color:var(--navy);font-weight:600}.comparison-row .col-us::before{content:"✓ ";color:var(--gold)}.comparison-row .col-them{color:var(--gray-500)}@media(max-width:600px){.comparison-head,.comparison-row{grid-template-columns:1fr 1fr}.comparison-head .col-them,.comparison-row .col-them{display:none}}.city-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:680px){.city-grid{grid-template-columns:repeat(2,1fr)}}.city-card{background:#fff;border:1.5px solid var(--gray-200);border-radius:8px;padding:1.25rem;transition:border-color .2s,box-shadow .2s}.city-card:hover{border-color:var(--gold);box-shadow:0 4px 16px rgba(0,0,0,8%)}.city-card .city-name{color:var(--navy);font-weight:700;font-size:1.05rem}.city-card .city-county{color:var(--gray-500);font-size:.8rem;margin-top:.2rem}.city-card .city-cta{color:var(--gold);font-size:.85rem;font-weight:600;margin-top:.6rem}.faq-list{max-width:750px;margin:0 auto}.faq-item{border:1.5px solid var(--gray-200);border-radius:8px;margin-bottom:.75rem;overflow:hidden}.faq-question{width:100%;text-align:left;padding:1.1rem 1.25rem;background:#fff;border:none;cursor:pointer;font-size:.95rem;font-weight:600;color:var(--navy);display:flex;justify-content:space-between;align-items:center;font-family:inherit}.faq-question:hover{background:var(--gray-100)}.faq-icon{color:var(--gold);font-size:1.3rem;line-height:1;flex-shrink:0}.faq-answer{display:none;padding:0 1.25rem 1rem;color:var(--gray-600);font-size:.9rem;line-height:1.75;border-top:1px solid var(--gray-100)}.faq-item.open .faq-answer{display:block}.faq-item.open .faq-icon::after{content:"−"}.faq-icon::after{content:"+"}.site-footer{background:var(--navy);color:#fff;padding:3.5rem 1.25rem 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:2.5rem;margin-bottom:2.5rem}@media(max-width:680px){.footer-grid{grid-template-columns:1fr}}.footer-brand p{color:var(--gray-400);font-size:.875rem;line-height:1.7;margin-top:.75rem}.footer-phone{color:var(--gold);font-weight:700;font-size:1.1rem;margin-top:1rem;display:inline-block}.footer-heading{color:var(--gold);font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--gray-400);font-size:.875rem;transition:color .15s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #2e3f6e;padding-top:1.25rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.footer-bottom p{color:var(--gray-500);font-size:.75rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:768px){.blog-grid{grid-template-columns:1fr}}.blog-card{border:1.5px solid var(--gray-200);border-radius:8px;padding:1.5rem;transition:box-shadow .2s}.blog-card:hover{box-shadow:0 4px 16px rgba(0,0,0,8%)}.blog-card .blog-tag{color:var(--gold);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.blog-card h2{color:var(--navy);font-size:1rem;font-weight:700;margin-bottom:.5rem;line-height:1.4}.blog-card p{color:var(--gray-600);font-size:.85rem;line-height:1.6}.blog-card .read-more{color:var(--gold);font-size:.85rem;font-weight:600;margin-top:.75rem;display:inline-block}.prose{max-width:760px;margin:0 auto}.prose h1{color:var(--navy);font-size:2rem;font-weight:800;margin-bottom:1rem;line-height:1.25}.prose h2{color:var(--navy);font-size:1.4rem;font-weight:700;margin:2rem 0 .75rem}.prose h3{color:var(--navy);font-size:1.1rem;font-weight:700;margin:1.5rem 0 .5rem}.prose p{color:var(--gray-700);line-height:1.8;margin-bottom:1.25rem}.prose ul,.prose ol{color:var(--gray-700);padding-left:1.5rem;margin-bottom:1.25rem;line-height:1.8}.prose a{color:var(--gold);text-decoration:underline}.prose strong{color:var(--navy)}.cta-banner{text-align:center;padding:3.5rem 1.25rem}.cta-banner h2{color:var(--navy);font-size:2rem;font-weight:800;margin-bottom:.75rem}.cta-banner p{color:var(--gray-600);font-size:1.05rem;margin-bottom:1.75rem}