:root{--navy:#23272b;--navy-2:#31373d;--ink:#1e2226;--body:#3d444b;--muted:#6a727a;--line:#e4e6e8;--bg:#fff;--bg-soft:#f6f6f4;--bg-softer:#edece8;--brand:#3f4a54;--brand-dark:#2b333a;--accent:#e39a12;--accent-dark:#bd7c06;--ok:#1f9d61;--radius:12px;--radius-lg:18px;--shadow:0 1px 2px #1027400f, 0 8px 24px #10274014;--shadow-lg:0 12px 40px #10274024;--maxw:1140px;--font:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--body);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.65}h1,h2,h3,h4{color:var(--ink);letter-spacing:-.01em;text-wrap:balance;margin:0 0 .5em;font-weight:750;line-height:1.2}h1{font-size:clamp(1.9rem,4.4vw,3rem)}h2{font-size:clamp(1.4rem,2.8vw,2rem)}h3{font-size:1.2rem}p{margin:0 0 1rem}a{color:var(--brand-dark);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 1.25rem}.section{padding:clamp(3rem,6vw,5rem) 0}.section--soft{background:var(--bg-soft)}.section--tight{padding:clamp(2rem,4vw,3rem) 0}.section__head{text-align:center;max-width:720px;margin:0 auto 2.5rem}.section__head p{color:var(--muted);font-size:1.05rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--brand);margin-bottom:.5rem;font-size:.8rem;font-weight:700}.btn{border-radius:var(--radius);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:1rem;font-weight:700;line-height:1.2;text-decoration:none;transition:transform 50ms,background .15s,box-shadow .15s;display:inline-flex}.btn:hover{text-decoration:none}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);color:#fff;box-shadow:0 6px 18px #f5741f52}.btn--primary:hover{background:var(--accent-dark)}.btn--ghost{color:#fff;background:#ffffff1f;border-color:#ffffff80}.btn--ghost:hover{background:#fff3}.btn--lg{padding:.9rem 1.6rem;font-size:1.05rem}.btn--block{width:100%}.section .btn--ghost,.cards .btn--ghost,.quote .btn--ghost{color:var(--brand-dark);border-color:var(--brand);background:0 0}.header{z-index:50;-webkit-backdrop-filter:saturate(1.4)blur(8px);backdrop-filter:saturate(1.4)blur(8px);border-bottom:1px solid var(--line);background:#fffffff2;position:sticky;top:0}.header__inner{align-items:center;gap:1.5rem;min-height:68px;display:flex}.header__brand{color:var(--navy);align-items:center;gap:.5rem;font-size:1.15rem;font-weight:800;display:flex}.header__brand:hover{text-decoration:none}.header__brandMark{color:var(--brand);font-size:1.4rem}.header__nav{align-items:center;gap:1.15rem;margin-left:auto;font-size:.95rem;font-weight:600;display:flex}.header__nav a{color:var(--ink)}.header__nav a:hover{color:var(--brand-dark);text-decoration:none}.header__dropdown{position:relative}.header__dropbtn{font:inherit;cursor:pointer;color:var(--ink);background:0 0;border:0;padding:0;font-weight:600}.header__menu{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;min-width:230px;margin-top:.5rem;padding:.4rem;display:none;position:absolute;top:100%;left:0}.header__dropdown:after{content:"";width:260px;height:.6rem;position:absolute;top:100%;left:0}.header__dropdown:hover .header__menu,.header__dropdown:focus-within .header__menu{display:flex}.header__menu a{border-radius:8px;padding:.5rem .75rem;font-weight:600}.header__menu a:hover{background:var(--bg-soft);text-decoration:none}.header__phone{border-radius:var(--radius);background:var(--bg-softer);flex-direction:column;align-items:flex-end;padding:.4rem .9rem;line-height:1.1;display:flex}.header__phone:hover{background:var(--bg-soft);text-decoration:none}.header__phoneLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.7rem;font-weight:700}.header__phoneNumber{color:var(--accent-dark);font-size:1.05rem;font-weight:800}.hero{background:linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, #1b3c5e 100%);color:#eaf1f8}.hero__inner{grid-template-columns:1.15fr .85fr;align-items:center;gap:2.5rem;padding:clamp(2.5rem,5vw,4.5rem) 1.25rem;display:grid}.hero__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#8fc0ee;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.hero__title{color:#fff;margin-bottom:.75rem}.hero__sub{color:#c6d6e6;max-width:34ch;font-size:1.15rem}.hero__actions{flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 1.25rem;display:flex}.hero__trust{color:#d6e3f0;grid-template-columns:1fr 1fr;gap:.35rem 1rem;margin:0;padding:0;font-size:.95rem;list-style:none;display:grid}.trustbar{background:var(--navy-2);color:#cfe0f0;border-top:1px solid #ffffff14}.trustbar__inner{flex-wrap:wrap;justify-content:center;gap:.75rem 2rem;padding:.85rem 1.25rem;font-size:.92rem;font-weight:600;display:flex}.cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;display:grid}.card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);color:var(--body);background:#fff;flex-direction:column;gap:.4rem;padding:1.5rem;transition:transform .12s,box-shadow .12s,border-color .12s;display:flex}.card:hover{box-shadow:var(--shadow-lg);border-color:#cfe0f2;text-decoration:none;transform:translateY(-3px)}.card__icon{color:var(--brand);font-size:1.6rem}.card__title{margin:0;font-size:1.15rem}.card__text{color:var(--muted);margin:0;font-size:.95rem}.card__link{color:var(--brand-dark);margin-top:auto;padding-top:.5rem;font-size:.9rem;font-weight:700}.steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.step{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;padding:1.5rem}.step__num{background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:2.2rem;height:2.2rem;margin-bottom:.75rem;font-weight:800;display:grid}.step__h{margin-bottom:.25rem;font-size:1.05rem}.step__p{color:var(--muted);margin:0;font-size:.95rem}.layout{grid-template-columns:1fr 340px;align-items:start;gap:3rem;padding:clamp(2rem,4vw,3.5rem) 0;display:grid}.prose{max-width:72ch}.prose__lead{color:var(--ink);font-size:1.2rem}.prose__section{margin:2rem 0}.prose__section h2{margin-top:0;padding-top:.5rem}.prose ul,.prose__section ul{gap:.55rem;margin:1rem 0 1.25rem;padding-left:0;list-style:none;display:grid}.prose__section li{padding-left:1.75rem;position:relative}.prose__section li:before{content:"✓";color:var(--ok);font-weight:800;position:absolute;top:0;left:0}.sidebar{gap:1.25rem;display:grid;position:sticky;top:90px}.sidecard{background:var(--navy);color:#dfeaf5;border-radius:var(--radius-lg);padding:1.5rem}.sidecard h3{color:#fff}.sidecard__phone{color:#fff;margin:.5rem 0;font-size:1.5rem;font-weight:800;display:block}.sidecard__phone:hover{color:#ffd9be;text-decoration:none}.sidecard--light{background:var(--bg-soft);color:var(--body);border:1px solid var(--line)}.sidecard--light h3{color:var(--ink)}.sidelist{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.sidelist a{color:var(--ink);font-weight:600}.faq{max-width:820px;margin:0 auto}.faq__heading{text-align:center;margin-bottom:1.5rem}.faq__list{gap:.75rem;display:grid}.faq__item{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:.25rem 1.1rem}.faq__item summary{cursor:pointer;color:var(--ink);justify-content:space-between;gap:1rem;padding:.85rem 0;font-weight:700;list-style:none;display:flex}.faq__item summary:after{content:"+";color:var(--brand);font-weight:800}.faq__item[open] summary:after{content:"–"}.faq__item p{color:var(--body);margin:0 0 .9rem}.ctaband{background:linear-gradient(120deg, var(--brand-dark), var(--brand));color:#fff}.ctaband__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:2.25rem 1.25rem;display:flex}.ctaband__h{color:#fff;margin:0}.ctaband__p{color:#dcecfb;margin:.35rem 0 0}.ctaband__actions{flex-wrap:wrap;gap:.75rem;display:flex}.ctaband .btn--ghost{color:#fff;border-color:#fff9}.quote{background:var(--bg-soft);border-top:1px solid var(--line)}.quote__inner{text-align:center;max-width:620px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) 1.25rem}.quote__h{margin-top:0}.quote__lead{color:var(--muted);max-width:46ch;margin:.5rem auto 0}.quote__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1.5rem 0 1rem;display:flex}.quote__hours{color:var(--muted);font-size:.9rem}.crumbs{padding:1rem 0 0}.crumbs ol{color:var(--muted);flex-wrap:wrap;gap:.4rem;margin:0;padding:0;font-size:.85rem;list-style:none;display:flex}.crumbs li:not(:last-child):after{content:"›";color:var(--line);margin-left:.4rem}.placeholder{border-radius:var(--radius-lg);background:repeating-linear-gradient(45deg, var(--bg-softer), var(--bg-softer) 12px, #e6edf6 12px, #e6edf6 24px);width:100%;color:var(--muted);border:1px dashed #b8c8dc;place-items:center;display:grid;overflow:hidden}.placeholder--img{background:var(--bg-softer);border:none;position:relative}.placeholder__label{text-align:center;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem 1rem;font-size:.82rem;display:inline-flex}.placeholder__label strong{letter-spacing:.12em;color:var(--brand);font-size:.7rem}.figure{margin:1.75rem 0}.figure figcaption{color:var(--muted);text-align:center;margin-top:.5rem;font-size:.85rem}.tablewrap{border:1px solid var(--line);border-radius:var(--radius);margin:1.5rem 0;overflow-x:auto}table.costs{border-collapse:collapse;width:100%;min-width:460px}table.costs th,table.costs td{text-align:left;border-bottom:1px solid var(--line);padding:.7rem 1rem;font-size:.95rem}table.costs th{background:var(--bg-soft);color:var(--ink);font-weight:700}table.costs tr:last-child td{border-bottom:0}.callout{border-left:4px solid var(--brand);background:var(--bg-soft);border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0;padding:1rem 1.25rem}.callout--warn{border-left-color:var(--accent)}.callout p:last-child{margin-bottom:0}.arealist{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.callbar{display:none}.footer{background:var(--navy);color:#b8c9db;margin-top:auto}.footer__grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem;padding:3rem 1.25rem 2rem;display:grid}.footer__brand{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.footer__phone{color:#fff;margin:.5rem 0 .25rem;font-size:1.2rem;font-weight:800;display:inline-block}.footer__hours{color:#8ba2ba;font-size:.85rem}.footer__heading{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.95rem}.footer__col ul{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.footer__col a{color:#b8c9db;font-size:.92rem}.footer__col a:hover{color:#fff}.footer__bottom{color:#7f96ae;border-top:1px solid #ffffff1a;padding:1.25rem;font-size:.82rem}.page-wrap{flex-direction:column;min-height:100vh;display:flex}@media (max-width:900px){.hero__inner{grid-template-columns:1fr}.hero__media{order:-1}.layout{grid-template-columns:1fr}.sidebar{position:static}.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.header__nav{display:none}.callbar{z-index:60;padding:.6rem .9rem calc(.6rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line);background:#fffffff5;display:block;position:fixed;bottom:0;left:0;right:0}.callbar__btn{text-align:center;background:var(--accent);color:#fff;border-radius:var(--radius);padding:.85rem;font-weight:800;display:block}.callbar__btn:hover{text-decoration:none}body{padding-bottom:4.5rem}.footer__grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:520px){.hero__trust{grid-template-columns:1fr}}
