:root{--brand: #0d55cf;--brand-dark: #0a3f9e;--brand-deep: #062a6c;--accent: #0e8a6d;--bg: #f6f9ff;--surface: #ffffff;--ink: #0f172a;--muted: #475569;--line: #dfe8f5;--soft: #eaf1fe;--shadow: 0 10px 30px rgba(13, 85, 207, .1);--radius: 16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65;font-size:16px}img{max-width:100%;display:block;height:auto}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-dark)}.container{width:min(1180px,92vw);margin:0 auto}.skip-link{position:absolute;left:-999px;top:0;background:var(--brand-deep);color:#fff;padding:.6rem 1rem;z-index:100}.skip-link:focus{left:0}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}h1,h2,h3,h4{line-height:1.15;margin:0 0 .5em;color:var(--brand-deep);letter-spacing:-.01em}h1{font-size:clamp(2.1rem,5vw,3.3rem);font-weight:800}h2{font-size:clamp(1.5rem,3.2vw,2.2rem);font-weight:800}h3{font-size:1.25rem;font-weight:700}h4{font-size:1.05rem}p{margin:0 0 1em}.lede{font-size:1.12rem;color:var(--muted)}.small{font-size:.92rem;color:var(--muted)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.5rem;border-radius:999px;font-weight:700;line-height:1.2;transition:all .18s ease}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark);color:#fff;transform:translateY(-1px)}.btn-outline{border:2px solid var(--brand);color:var(--brand);background:transparent}.btn-outline:hover{background:var(--brand);color:#fff}.btn-light{background:#fff;color:var(--brand-deep)}.btn-light:hover{background:var(--soft)}.site-header{position:sticky;top:0;z-index:50;background:#fffffff5;backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0;flex-wrap:wrap}.brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:800;color:var(--brand-deep);font-size:1.2rem}.brand img{height:42px;width:auto}.nav-links{display:flex;gap:.9rem;align-items:center;flex-wrap:wrap;font-weight:600}.nav-links a{color:var(--ink);font-size:.98rem}.nav-links a:hover{color:var(--brand)}.nav-phone{font-weight:800;color:var(--brand-deep)!important;white-space:nowrap}.hero{position:relative;overflow:hidden;color:#fff}.hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#062a6cf0,#0d55cfc7 55%,#0d55cf66)}.hero-content{position:relative;z-index:2;padding:5.5rem 0;max-width:780px}.hero h1,.hero .lede{color:#fff}.hero .lede{color:#eaf1fe;margin-bottom:1.5rem}.badge{display:inline-flex;gap:.5rem;padding:.45rem .9rem;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.35);font-size:.82rem;font-weight:700;margin-bottom:1rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.section{padding:4rem 0}.section-alt{background:var(--surface)}.section-head{max-width:760px;margin-bottom:2rem}.center{text-align:center;margin-left:auto;margin-right:auto}.eyebrow{display:inline-block;color:var(--brand);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;margin-bottom:.6rem}.card-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem;box-shadow:var(--shadow)}.card img{border-radius:12px;margin-bottom:1rem;width:100%;height:190px;object-fit:cover}.card h3{font-size:1.3rem}.card ul{list-style:none;padding:0;margin:0}.card ul li{padding-left:1.3rem;position:relative;margin-bottom:.4rem}.card ul li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:800}.check-list{list-style:none;padding:0;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.check-list li{background:var(--soft);border-radius:12px;padding:1rem 1.2rem;font-weight:600}.check-list li:before{content:"✓";color:var(--accent);font-weight:800;margin-right:.5rem}.zone-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.zone{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.zone .range{color:var(--brand);font-weight:800;font-size:1rem;display:block;margin-bottom:.4rem}.areas{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.5rem}.area-chip{background:var(--soft);border-radius:999px;padding:.3rem .7rem;font-size:.85rem;color:var(--brand-deep);font-weight:600}.rate{display:inline-block;margin-top:.8rem;font-weight:800;color:var(--accent)}.testimonial-grid{display:grid;gap:1.3rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.testimonial{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.stars{color:#f5a623;letter-spacing:.1em;font-size:1.1rem}blockquote{margin:.8rem 0;font-style:italic;color:var(--ink)}.attribution{font-weight:700;color:var(--brand-deep)}.faq{background:var(--surface);border:1px solid var(--line);border-radius:12px;margin-bottom:.8rem;padding:1rem 1.2rem}.faq summary{cursor:pointer;font-weight:700;color:var(--brand-deep)}.faq p{margin:.7rem 0 0;color:var(--muted)}.page-hero{background:linear-gradient(135deg,var(--brand-deep),var(--brand));color:#fff;padding:3.5rem 0}.page-hero h1,.page-hero p{color:#fff}.page-hero p{color:#dbe7ff}.breadcrumbs{font-size:.88rem;color:#bcd0f5;padding-bottom:.4rem}.breadcrumbs a{color:#bcd0f5;text-decoration:underline}.breadcrumbs span{color:#fff}.prose{max-width:820px}.prose h2{margin-top:2rem}.prose ul{padding-left:1.2rem}.prose ul li{margin-bottom:.45rem}.cta-banner{background:linear-gradient(120deg,var(--brand-deep),var(--brand) 65%,#2f7bff);color:#fff;border-radius:22px;padding:2.5rem;text-align:center}.cta-banner h2,.cta-banner .lede{color:#fff}.cta-banner .actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.site-footer{background:var(--brand-deep);color:#dbe7ff;padding:3.5rem 0 1rem;margin-top:4rem}.site-footer .container{max-width:1180px}.footer-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.site-footer h3{color:#fff;font-size:1.05rem}.site-footer a{color:#dbe7ff}.site-footer a:hover{color:#fff;text-decoration:underline}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:2.2rem;padding-top:1.2rem;font-size:.9rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media(max-width:640px){.hero-content{padding:4rem 0}.btn{width:100%;justify-content:center}}
