*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--red: #C92126;--red-dark: #A81B1F;--navy: #1C3253;--navy-dark: #0F1E32;--gray-light: #f8f9fa}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:#1a1a1a;background:#fff;line-height:1.6}img{max-width:100%;height:auto}a{text-decoration:none}.topbar{background:var(--red);color:#fff;font-size:.8125rem;padding:.5rem 1rem;text-align:center;font-weight:700;letter-spacing:.02em}.topbar a{color:#fff;font-weight:800}.topbar a:hover{text-decoration:underline}.navbar{background:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0000001a;border-bottom:3px solid var(--red)}.nav-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:5rem}.nav-logo img{height:3.5rem;width:auto}.nav-links{display:none;align-items:center;gap:1rem}@media (min-width: 1024px){.nav-links{display:flex}}.nav-link{font-size:.875rem;font-weight:600;color:var(--navy);transition:color .2s;padding:.5rem .25rem}.nav-link:hover{color:var(--red)}.nav-dropdown{position:relative}.nav-dropdown-btn{font-size:.875rem;font-weight:600;color:var(--navy);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.25rem;padding:.5rem .25rem;font-family:inherit;transition:color .2s}.nav-dropdown-btn:hover{color:var(--red)}.nav-dropdown-menu{display:none;position:absolute;top:calc(100% - 2px);left:0;padding-top:8px;width:22rem;z-index:200}.nav-dropdown-menu-inner{background:#fff;border-radius:.75rem;box-shadow:0 10px 40px #00000026;border:1px solid #f0f0f0;padding:.5rem 0;display:grid;grid-template-columns:1fr 1fr}.nav-dropdown.open .nav-dropdown-menu{display:block}.nav-dropdown-item{display:block;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;color:var(--navy);transition:all .15s;line-height:1.3}.nav-dropdown-item:hover{color:var(--red);background:#c921260d}.nav-right{display:flex;align-items:center;gap:.75rem}.nav-phone{display:none;font-size:.9rem;font-weight:800;color:var(--navy);align-items:center;gap:.375rem}@media (min-width: 768px){.nav-phone{display:flex}}.nav-cta{background:var(--red);color:#fff!important;font-weight:700;padding:.625rem 1.25rem;border-radius:9999px;display:flex;align-items:center;gap:.375rem;font-size:.875rem;transition:background .2s;white-space:nowrap}.nav-cta:hover{background:var(--red-dark)!important}.mobile-menu-btn{display:flex;background:none;border:none;cursor:pointer;color:var(--navy);padding:.5rem}@media (min-width: 1024px){.mobile-menu-btn{display:none}}.mobile-nav{display:none;background:#fff;border-top:1px solid #f0f0f0;max-height:85vh;overflow-y:auto}.mobile-nav.open{display:block}.mobile-nav-link{display:block;padding:.875rem 1.5rem;color:var(--navy);font-weight:500;border-bottom:1px solid #f0f0f0;font-size:.9375rem}.mobile-nav-link:hover{color:var(--red);background:#fafafa}.mobile-services-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;color:var(--navy);font-weight:600;background:none;border:none;border-bottom:1px solid #f0f0f0;cursor:pointer;font-family:inherit;font-size:.9375rem}.mobile-services-list{display:none;background:#f9fafb;border-bottom:1px solid #f0f0f0}.mobile-services-list.open{display:block}.mobile-services-list a{display:block;padding:.75rem 2.5rem;font-size:.875rem;color:var(--navy);font-weight:500;border-bottom:1px solid rgba(0,0,0,.04)}.mobile-services-list a:hover{color:var(--red)}.mobile-cta{margin:1rem 1.5rem;display:block;background:var(--red);color:#fff;font-weight:700;padding:.875rem 1rem;border-radius:9999px;text-align:center;font-size:1rem}.breadcrumbs{background:var(--gray-light);border-bottom:1px solid #e5e7eb;padding:.625rem 0}.breadcrumbs-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;font-size:.8125rem}.breadcrumb-item{color:#6b7280}.breadcrumb-item a{color:var(--navy);font-weight:500}.breadcrumb-item a:hover{color:var(--red)}.breadcrumb-sep{color:#d1d5db;margin:0 .125rem}.breadcrumb-current{color:#374151;font-weight:500}.quick-answer{background:#eff6ff;border-left:4px solid var(--navy);border-radius:.5rem;padding:1.25rem 1.5rem;margin:1.5rem 0}.quick-answer h2{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--navy);margin-bottom:.5rem}.quick-answer p{font-size:.9375rem;color:#374151;line-height:1.6}.page-header{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);color:#fff;padding:3.5rem 1.5rem;position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;inset:0;background:url(/images/van-hero.jpg) center/cover no-repeat;opacity:.12}.page-header.has-hero-image:before{display:none}.page-header-inner{max-width:1280px;margin:0 auto;position:relative;z-index:1}.page-header h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15;margin-bottom:1rem}.page-header .subtitle{font-size:1.0625rem;color:#ffffffd9;max-width:600px;line-height:1.6;margin-bottom:1.5rem}.page-header-ctas{display:flex;flex-wrap:wrap;gap:.75rem}.btn-primary{background:var(--red);color:#fff;font-weight:700;padding:.875rem 1.75rem;border-radius:9999px;display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;transition:background .2s,transform .1s}.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}.btn-secondary{background:#ffffff26;color:#fff;font-weight:700;padding:.875rem 1.75rem;border-radius:9999px;display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;border:1.5px solid rgba(255,255,255,.4);transition:background .2s}.btn-secondary:hover{background:#ffffff40}.emergency-cta{background:var(--red);color:#fff;padding:2rem 1.5rem;text-align:center}.emergency-cta h2{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.emergency-cta p{font-size:1rem;opacity:.9;margin-bottom:1.25rem}.emergency-cta-btns{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.emergency-cta .btn-white{background:#fff;color:var(--red);font-weight:800;padding:.875rem 1.75rem;border-radius:9999px;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem}.emergency-cta .btn-outline-white{background:transparent;color:#fff;border:2px solid white;font-weight:700;padding:.875rem 1.75rem;border-radius:9999px;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem}.process-steps{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.process-steps{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.process-steps{grid-template-columns:repeat(3,1fr)}}.process-step{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.step-num{width:2.25rem;height:2.25rem;background:var(--red);color:#fff;border-radius:50%;font-weight:800;font-size:.9375rem;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem;flex-shrink:0}.process-step h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.process-step p{font-size:.875rem;color:#4b5563;line-height:1.6}.trust-cards{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.trust-cards{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.trust-cards{grid-template-columns:repeat(4,1fr)}}.trust-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;text-align:center}.trust-card-icon{width:3rem;height:3rem;background:#c921261a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--red);font-size:1.5rem}.trust-card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.trust-card p{font-size:.875rem;color:#4b5563;line-height:1.6}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.faq-item summary{padding:1.125rem 1.25rem;font-weight:700;color:var(--navy);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;list-style:none;font-size:.9375rem;transition:background .15s}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open] summary{background:var(--gray-light)}.faq-item summary:hover{background:var(--gray-light)}.faq-item summary:after{content:"+";font-size:1.25rem;font-weight:700;color:var(--red);flex-shrink:0;line-height:1}.faq-item[open] summary:after{content:"−"}.faq-answer{padding:1rem 1.25rem 1.25rem;font-size:.9375rem;color:#374151;line-height:1.7}.links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem}@media (min-width: 640px){.links-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.links-grid{grid-template-columns:repeat(4,1fr)}}.link-chip{display:block;padding:.625rem .875rem;background:var(--gray-light);border:1px solid #e5e7eb;border-radius:.5rem;font-size:.8125rem;font-weight:500;color:var(--navy);text-align:center;transition:all .15s}.link-chip:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.estimate-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--navy)}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1.5px solid #d1d5db;border-radius:.5rem;font-size:.9375rem;font-family:inherit;color:#111827;transition:border-color .15s;background:#fff;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--navy)}.form-group textarea{resize:vertical;min-height:100px}.form-submit{background:var(--red);color:#fff;font-weight:700;padding:.875rem 2rem;border-radius:9999px;border:none;cursor:pointer;font-size:1rem;font-family:inherit;transition:background .2s;display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start}.form-submit:hover{background:var(--red-dark)}.section{padding:4rem 1.5rem}.section-gray{background:var(--gray-light)}.section-navy{background:var(--navy);color:#fff}.section-navy-dark{background:var(--navy-dark);color:#fff}.section-inner{max-width:1280px;margin:0 auto}.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--navy);margin-bottom:.75rem;line-height:1.2}.section-navy .section-title,.section-navy-dark .section-title{color:#fff}.section-subtitle{font-size:1rem;color:#4b5563;max-width:600px;line-height:1.6;margin-bottom:2.5rem}.section-navy .section-subtitle,.section-navy-dark .section-subtitle{color:#fffc}footer{background:var(--navy-dark);color:#e5e7eb}.footer-top{max-width:1280px;margin:0 auto;padding:3.5rem 1.5rem 2rem;display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 640px){.footer-top{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.footer-top{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand img{height:3rem;width:auto;margin-bottom:1rem}.footer-tagline{font-size:.875rem;color:#9ca3af;line-height:1.6;max-width:280px}.footer-contact{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.footer-contact a{color:#e5e7eb;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.footer-contact a:hover{color:var(--red)}.footer-col h4{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin-bottom:1rem}.footer-col a{display:block;font-size:.875rem;color:#d1d5db;padding:.25rem 0;transition:color .15s}.footer-col a:hover{color:var(--red)}.footer-hours{font-size:.875rem;color:#d1d5db}.footer-hours span{display:block;margin-bottom:.25rem}.open-badge{display:inline-flex;align-items:center;gap:.375rem;background:#22c55e26;color:#4ade80;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;margin-top:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 1.5rem}.footer-bottom-inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}@media (min-width: 768px){.footer-bottom-inner{flex-direction:row;justify-content:space-between;text-align:left}}.footer-copy{font-size:.8125rem;color:#6b7280}.footer-powered{display:flex;align-items:center;gap:.5rem}.footer-powered span{font-size:.75rem;color:#6b7280}.footer-powered a:hover{opacity:.8}.footer-powered img{height:2.5rem;width:auto}.img-cover{width:100%;height:100%;object-fit:cover;display:block}
