:root{--navy: #0F1F3D;--navy-mid: #1A3560;--navy-light: #2046A0;--blue: #1A6FD4;--blue-light: #2478E8;--blue-pale: #EAF1FB;--gold: #1A6FD4;--gold-light: #2478E8;--cream: #F4F7FA;--white: #FFFFFF;--ink: #0F1F3D;--text-mid: #4A5568;--soft-stone: #6B7280;--light-stone:#E5E7EB;--border: rgba(26,111,212,.15);--serif: "Playfair Display", Georgia, serif;--sans: "Inter", system-ui, sans-serif;--container: 1200px;--pad-x: 1.5rem;--radius: 8px;--transition: .25s ease;--shadow-sm: 0 1px 8px rgba(0,0,0,.07);--shadow: 0 2px 20px rgba(0,0,0,.09);--shadow-lg: 0 8px 40px rgba(0,0,0,.14)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:clip}body{font-family:var(--sans);background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.65;font-size:16px;overflow-x:clip;width:100%}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:var(--sans);cursor:pointer;border:none;background:none}.container{max-width:var(--container);margin:0 auto;padding:0 var(--pad-x)}.section{padding:5rem 0;width:100%;overflow-x:hidden}.section--navy{background:var(--navy);color:#f4f7fa}.section--mid{background:var(--navy-mid);color:#f4f7fa}.section--cream{background:var(--cream);color:var(--ink)}.section--white{background:var(--white);color:var(--ink)}.section--gold,.section--blue{background:var(--blue);color:#fff}h1,h2,h3,h4,h5{font-family:var(--serif);font-weight:600;line-height:1.2}h1{font-size:clamp(2.25rem,5vw,4rem)}h2{font-size:clamp(1.75rem,3.5vw,2.75rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:1.25rem}p{line-height:1.75}.eyebrow{font-family:var(--sans);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);display:block;margin-bottom:.75rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:var(--radius);font-weight:600;font-size:.9rem;letter-spacing:.03em;transition:all var(--transition);cursor:pointer;text-decoration:none;white-space:nowrap}.btn-gold{background:var(--blue);color:#fff;border:2px solid var(--blue)}.btn-gold:hover{background:var(--blue-light);border-color:var(--blue-light)}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-outline:hover{border-color:var(--blue-light);color:var(--blue-light)}.btn-navy{background:var(--navy);color:#fff;border:2px solid var(--navy)}.btn-navy:hover{background:var(--navy-mid)}.phone-link{color:var(--blue);font-weight:700;white-space:nowrap}.phone-link:hover{color:var(--blue-light)}.gold-divider{width:48px;height:3px;background:var(--blue);margin:.75rem 0 1.75rem;border-radius:2px}.gold-divider--center{margin:.75rem auto 1.75rem}.section-header{margin-bottom:3rem}.section-header--center{text-align:center}.section-header--center .gold-divider{margin:.75rem auto 1.5rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.grid-2>*,.grid-3>*,.grid-4>*,.two-col>*,.form-row>*,.four-col-stats>*,.hero-inner>*,.hero-stat-grid>*,.process-steps>*{min-width:0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.two-col--center{align-items:center}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.four-col-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.card{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:2rem;transition:border-color var(--transition),transform var(--transition),box-shadow var(--transition)}.card:hover{transform:translateY(-2px)}.section--cream .card,.section--white .card{background:#fff;border-color:#00000014;box-shadow:var(--shadow-sm)}.section--cream .card:hover,.section--white .card:hover{box-shadow:var(--shadow);border-color:#1a6fd440}.stat-block{text-align:center}.stat-block .stat-number{font-family:var(--serif);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--blue);line-height:1}.stat-block .stat-label{font-size:.875rem;color:var(--soft-stone);margin-top:.5rem;text-transform:uppercase;letter-spacing:.06em}.badge{display:inline-block;padding:.25rem .75rem;background:#1a6fd41a;color:var(--blue);border:1px solid rgba(26,111,212,.25);border-radius:2px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.accordion-item{border-bottom:1px solid var(--border)}.accordion-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 0;background:none;border:none;cursor:pointer;text-align:left;color:inherit;gap:1rem}.accordion-trigger:hover .accordion-label{color:var(--blue)}.accordion-label{font-family:var(--sans);font-size:1rem;font-weight:600;transition:color var(--transition);flex:1}.accordion-icon{width:20px;height:20px;flex-shrink:0;color:var(--blue);transition:transform var(--transition)}.accordion-icon--open{transform:rotate(45deg)}.accordion-body{overflow:hidden;transition:max-height .3s ease,opacity .3s ease;max-height:0;opacity:0}.accordion-body--open{opacity:1}.accordion-body-inner{padding:0 0 1.5rem}.accordion-body-inner p,.accordion-body-inner li{font-size:.9375rem;line-height:1.75;color:var(--soft-stone)}.section--cream .accordion-body-inner p,.section--cream .accordion-body-inner li,.section--white .accordion-body-inner p,.section--white .accordion-body-inner li{color:var(--text-mid)}.section--cream .accordion-item,.section--white .accordion-item{border-color:#0000001a}.accordion-body-inner ul{padding-left:1.25rem}.accordion-body-inner li{margin-bottom:.5rem}.accordion-body-inner .code-badge{display:inline-block;background:var(--blue);color:#fff;font-weight:700;font-size:.8rem;padding:.15rem .6rem;border-radius:2px;margin-right:.5rem;font-family:monospace}.review-card{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:1.75rem}.section--cream .review-card,.section--white .review-card{background:#fff;border-color:#00000014;box-shadow:var(--shadow-sm)}.review-stars{color:#f59e0b;font-size:1rem;letter-spacing:.1em;margin-bottom:.75rem}.review-text{font-size:.9rem;line-height:1.7;color:#f4f7facc;margin-bottom:1rem;font-style:italic}.section--cream .review-text,.section--white .review-text{color:var(--text-mid)}.review-author{font-size:.8rem;font-weight:700;color:var(--blue-light);text-transform:uppercase;letter-spacing:.06em}.section--cream .review-author,.section--white .review-author{color:var(--blue)}.review-location{font-size:.75rem;color:var(--soft-stone);margin-top:.15rem}.emergency-strip{background:var(--blue);color:#fff;padding:1.25rem 0;text-align:center}.emergency-strip p{font-weight:600;font-size:1rem}.emergency-strip a{font-weight:800;text-decoration:underline;color:#fff}.breadcrumb{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;font-size:.8rem;color:#fff;margin-bottom:1.25rem}.breadcrumb a{color:#fff;transition:color var(--transition)}.breadcrumb a:hover{color:#93c5fd}.breadcrumb-sep{color:#fff9}.breadcrumb-current{color:#93c5fd}.reveal,.reveal.in{opacity:1;transform:none}.top-bar{background:var(--blue);color:#fff;text-align:center;padding:.55rem var(--pad-x);font-size:.82rem;font-weight:600;line-height:1.5}.top-bar p{margin:0}.top-bar a{color:#fff;font-weight:800;text-decoration:underline;white-space:nowrap}.top-bar a:hover{color:#dbeafe}.site-header{position:sticky;top:0;z-index:1000}.nav{background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.09)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:70px;max-width:var(--container);margin:0 auto;padding:0 var(--pad-x);width:100%;box-sizing:border-box}.nav-logo{font-family:var(--serif);font-size:1.2rem;font-weight:700;color:var(--navy);text-decoration:none;line-height:1.2}.nav-logo span{color:var(--blue)}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none}.nav-links a{font-size:.85rem;font-weight:500;color:#0f1f3db3;padding:.5rem .75rem;border-radius:var(--radius);transition:color var(--transition),background var(--transition);text-decoration:none;white-space:nowrap}.nav-links a:hover,.nav-links a.active{color:var(--blue);background:#1a6fd414}.nav-item{position:relative}.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius);min-width:220px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all var(--transition);z-index:100;box-shadow:var(--shadow-lg)}.nav-dropdown a{display:block;padding:.6rem 1.25rem;font-size:.8rem;border-radius:0;color:var(--ink)}.nav-dropdown a:hover{color:var(--blue);background:var(--cream)}.nav-phone-btn{background:var(--blue);color:#fff;padding:.6rem 1.25rem;border-radius:var(--radius);font-weight:700;font-size:.85rem;text-decoration:none;white-space:nowrap;transition:background var(--transition)}.nav-phone-btn:hover{background:var(--blue-light);color:#fff}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--navy);transition:all .3s}.nav-mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--navy);z-index:999;overflow-y:auto;padding:1.5rem var(--pad-x) 3rem}.nav-mobile-menu.open{display:block}.nav-mobile-close{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.nav-mobile-close button{background:none;border:none;color:#f4f7fa;font-size:1.5rem;cursor:pointer}.nav-mobile-links{list-style:none}.nav-mobile-links li{border-bottom:1px solid rgba(255,255,255,.1)}.nav-mobile-links a{display:block;padding:1rem 0;font-size:1.05rem;font-weight:500;color:#f4f7fa;text-decoration:none}.nav-mobile-links a:hover{color:#93c5fd}.nav-mobile-phone{margin-top:2rem;display:block;background:var(--blue);color:#fff;text-align:center;padding:1rem;border-radius:var(--radius);font-weight:700;font-size:1.1rem;text-decoration:none}.footer{background:#071629;color:#fff;padding:4rem 0 2rem;border-top:1px solid rgba(26,111,212,.2)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand p{font-size:.875rem;line-height:1.7;margin-top:1rem}.footer h4{font-family:var(--serif);font-size:1rem;color:#f4f7fa;margin-bottom:1.25rem}.footer ul{list-style:none}.footer ul li{margin-bottom:.5rem}.footer ul li a{font-size:.875rem;color:#fff;transition:color var(--transition);text-decoration:none}.footer ul li a:hover{color:#93c5fd}.footer-bottom{border-top:1px solid rgba(26,111,212,.15);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.8rem}.footer-neighborhoods{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.07)}.footer-neighborhoods h4{margin-bottom:1rem}.footer-neighborhoods-list{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.footer-neighborhoods-list a{font-size:.8rem;color:#fff;transition:color var(--transition);text-decoration:none}.footer-neighborhoods-list a:hover{color:#93c5fd}.hero{background:linear-gradient(135deg,#0a1e3c,#0f2a55 45%,#0a1e3c);background-size:cover;background-position:center center;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0714268c,#0a1c3780,#0f1f3d73);pointer-events:none;z-index:0}.hero-inner{position:relative;z-index:1;max-width:var(--container);margin:0 auto;padding:2.5rem var(--pad-x);display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:100%;min-width:0;box-sizing:border-box}.hero-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#93c5fd;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.hero-eyebrow:before{content:"";display:block;width:32px;height:2px;background:#93c5fd}.hero h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:#fff;line-height:1.1;margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,.6),0 1px 3px rgba(0,0,0,.8);word-break:break-word;overflow-wrap:break-word;min-width:0}.hero h1 em{color:#93c5fd;font-style:normal}.hero-sub{font-size:1rem;line-height:1.65;color:#ffffffe6;max-width:480px;margin-bottom:1.5rem;text-shadow:0 1px 6px rgba(0,0,0,.7)}.hero-phone{display:inline-flex;align-items:center;gap:.75rem;background:var(--blue);color:#fff;padding:1rem 2rem;border-radius:var(--radius);font-weight:800;font-size:1.1rem;text-decoration:none;transition:background var(--transition),transform var(--transition);box-shadow:0 4px 16px #1a6fd466}.hero-phone:hover{background:var(--blue-light);color:#fff;transform:translateY(-1px)}.hero-trust{display:flex;gap:1.25rem;margin-top:1.25rem;flex-wrap:wrap}.hero-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#fff;font-weight:500}.hero-trust-item:before{content:"✓";color:#93c5fd;font-weight:700}.hero-image-col{position:relative;height:540px}.hero-image-col img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius);border-left:3px solid var(--blue)}.hero-image-badge{position:absolute;bottom:2rem;left:1rem;background:var(--blue);color:#fff;padding:1rem 1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.hero-image-badge .badge-num{font-family:var(--serif);font-size:2rem;font-weight:700;line-height:1;display:block}.hero-image-badge .badge-text{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.hero-visual-panel{display:flex;flex-direction:column;gap:.75rem;align-self:center}.hero-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.hero-stat-card{background:#050f23bf;border:1px solid rgba(26,111,212,.4);border-radius:var(--radius);padding:1rem;text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-stat-card .hsc-num{font-family:var(--serif);font-size:1.8rem;font-weight:700;color:#93c5fd;line-height:1;display:block;margin-bottom:.25rem}.hero-stat-card .hsc-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#fff;font-weight:600}.hero-guarantee-box{background:#050f23c7;border:1px solid rgba(26,111,212,.4);border-left:3px solid var(--blue);border-radius:var(--radius);padding:1rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-guarantee-box h4{color:#93c5fd;font-family:var(--sans);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.hero-guarantee-box ul{list-style:none;display:flex;flex-direction:column;gap:.3rem}.hero-guarantee-box ul li{font-size:.875rem;color:#fff;display:flex;align-items:center;gap:.6rem;line-height:1.5}.hero-guarantee-box ul li:before{content:"✓";color:#93c5fd;font-weight:700;flex-shrink:0}.hero-cta-card{background:var(--blue);border-radius:var(--radius);padding:.875rem 1.5rem;text-align:center;box-shadow:0 4px 20px #1a6fd466}.hero-cta-card a{display:block;font-size:1.15rem;font-weight:800;color:#fff;text-decoration:none;margin-bottom:.35rem}.hero-cta-card span{font-size:.75rem;color:#fff;font-weight:600;letter-spacing:.04em}.page-hero{position:relative;background:linear-gradient(160deg,#162d52,#0f1f3d 40%,#071426);background-size:cover;background-position:center center;padding:5rem 0 4rem;border-bottom:1px solid rgba(26,111,212,.2);overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0714268c,#0a1c3780 60%,#0f1f3d73);z-index:1}.page-hero-inner{position:relative;z-index:2;max-width:var(--container);margin:0 auto;padding:0 var(--pad-x)}.page-hero h1{color:#fff;margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,.7),0 1px 3px rgba(0,0,0,.9)}.page-hero .hero-sub{color:#ffffffeb;margin-bottom:2rem;text-shadow:0 1px 6px rgba(0,0,0,.8);max-width:700px}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;counter-reset:steps}.process-step{counter-increment:steps;position:relative;padding:2rem;border:1px solid var(--border);border-radius:var(--radius)}.process-step:before{content:counter(steps,"0" decimal);font-family:var(--serif);font-size:3rem;font-weight:700;color:#1a6fd433;display:block;line-height:1;margin-bottom:1rem}.process-step h4{color:var(--blue);margin-bottom:.5rem}.process-step p{font-size:.9rem;color:#fff}.rating-bar{display:flex;gap:2rem;flex-wrap:wrap;align-items:center;padding:1rem 0}.rating-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.rating-stars{color:#f59e0b}.rating-source{color:#fff;font-size:.75rem}@media (max-width: 1280px){.hero-inner{gap:3rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:2rem}}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.grid-4{grid-template-columns:repeat(2,1fr)}.hero-inner{gap:2.5rem;padding:5rem var(--pad-x) 3rem}}@media (max-width: 900px){:root{--pad-x: 1.25rem}.nav-links,.nav-phone-btn{display:none}.nav-hamburger{display:flex}.hero{min-height:auto}.hero-inner{grid-template-columns:1fr;gap:2rem;padding:3rem var(--pad-x)}.hero h1{font-size:clamp(1.9rem,6vw,2.8rem)}.hero-sub{font-size:1rem;max-width:100%}.hero-visual-panel{width:100%}.hero-stat-grid{grid-template-columns:1fr 1fr;gap:.75rem}.hero-stat-card{padding:1rem .75rem}.hero-stat-card .hsc-num{font-size:1.6rem}.page-hero{padding:3rem 0 2.5rem}.page-hero h1{font-size:clamp(1.75rem,5vw,2.5rem)}.grid-2,.grid-3,.process-steps{grid-template-columns:1fr}.two-col{grid-template-columns:1fr;gap:2.5rem}.form-row{grid-template-columns:1fr}.four-col-stats{grid-template-columns:repeat(2,1fr)}.top-bar{font-size:.78rem}}@media (max-width: 768px){.section{padding:3rem 0}.section-header{margin-bottom:2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.75rem}.footer-bottom{flex-direction:column;text-align:center;gap:.75rem}.hero-stat-grid{grid-template-columns:1fr 1fr;gap:.75rem}}@media (max-width: 600px){:root{--pad-x: 1rem}.hero-inner{padding:2.5rem var(--pad-x)}.hero h1{font-size:clamp(1.75rem,7vw,2.4rem);line-height:1.15}.hero-eyebrow{font-size:.65rem}.hero-stat-card .hsc-num{font-size:1.5rem}.hero-stat-card .hsc-label{font-size:.65rem}.hero-guarantee-box{padding:1.1rem}.hero-guarantee-box ul li{font-size:.82rem}.hero-cta-card{padding:1rem}.hero-cta-card a{font-size:1rem}.hero-phone{font-size:1rem;padding:.875rem 1.5rem}.hero-trust{gap:.75rem;flex-wrap:wrap}.hero-trust-item{font-size:.75rem}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.page-hero{padding:2.5rem 0 2rem}.page-hero h1{font-size:1.65rem}.page-hero .hero-sub{font-size:.95rem}.section{padding:2.5rem 0}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.breadcrumb{font-size:.72rem}}@media (max-width: 480px){:root{--pad-x: .875rem}.hero h1{font-size:1.65rem}.hero-stat-grid{gap:.5rem}.hero-stat-card{padding:.875rem .625rem}.hero-stat-card .hsc-num{font-size:1.35rem}.grid-4{grid-template-columns:1fr 1fr}.section{padding:2rem 0}.nav-inner{padding:0 var(--pad-x)}.card,.process-step{padding:1.25rem}.process-step:before{font-size:2rem}.accordion-btn{padding:.875rem 1rem;font-size:.9rem}.accordion-trigger{min-height:44px}.hero-phone{width:100%;justify-content:center}.hero-stat-card,.hero-guarantee-box,.nav{backdrop-filter:none;-webkit-backdrop-filter:none}}@media (max-width: 360px){:root{--pad-x: .75rem}.hero h1{font-size:1.5rem}.hero-stat-grid{grid-template-columns:1fr 1fr;gap:.4rem}.hero-stat-card .hsc-num{font-size:1.2rem}.hero-stat-card .hsc-label{font-size:.6rem}.grid-4{grid-template-columns:1fr}.top-bar{font-size:.7rem}.top-bar p{line-height:1.5}}
