:root{--blue: #0066CC;--blue-dark: #004B99;--blue-deeper: #003370;--blue-light: #E8F4FD;--blue-pale: #E3EFFA;--orange: #FF8C00;--orange-hover: #E67E00;--gold: #D4A017;--text: #1E293B;--text-body: #334155;--text-secondary: #475569;--text-tertiary: #64748B;--bg: #FFFFFF;--bg-light: #F8FAFC;--border: #E2E8F0;--footer-bg: #0A1929;--footer-text: #CBD5E1;--footer-muted: #94A3B8}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Source Sans 3",system-ui,sans-serif;font-size:16px;line-height:1.6;color:var(--text-body);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:DM Sans,system-ui,sans-serif;color:var(--text);line-height:1.2}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}a:focus-visible,button:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;top:-100%;left:16px;background:var(--blue);color:#fff;padding:8px 16px;border-radius:0 0 6px 6px;z-index:200;font-weight:600}.skip-link:focus{top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1140px;margin:0 auto;padding:0 32px}@media(max-width:640px){.container{padding:0 24px}}.section{padding:64px 0}@media(max-width:768px){.section{padding:48px 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:DM Sans,system-ui,sans-serif;font-weight:600;font-size:16px;padding:14px 28px;border-radius:8px;transition:background .2s,transform .15s,box-shadow .2s;min-height:48px;touch-action:manipulation;text-align:center}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--orange);color:#1a1a1a;box-shadow:0 2px 8px #ff8c004d}.btn-primary:hover{background:var(--orange-hover);box-shadow:0 4px 12px #ff8c0066}.btn-outline{border:2px solid #fff;color:#fff;background:transparent}.btn-outline:hover{background:#ffffff1a}.btn-outline-blue{border:2px solid var(--blue);color:var(--blue);background:transparent}.btn-outline-blue:hover{background:var(--blue-light)}.btn-blue{background:var(--blue);color:#fff}.btn-blue:hover{background:var(--blue-dark)}.header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo-link{display:flex;align-items:center;gap:10px}.logo-link img{height:48px;width:auto}.logo-text{font-family:DM Sans,system-ui,sans-serif;font-weight:700;font-size:18px;color:var(--text)}.logo-sub{font-size:12px;color:var(--text-tertiary);font-weight:500}.nav-desktop{display:flex;align-items:center;gap:4px}.nav-desktop a,.nav-dropdown-trigger{padding:8px 14px;font-size:15px;font-weight:500;color:var(--text-secondary);border-radius:6px;transition:color .15s,background .15s}.nav-desktop a:hover,.nav-dropdown-trigger:hover{color:var(--blue);background:var(--blue-light)}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:4px;cursor:pointer;background:none;border:none;font-family:inherit}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0000001a;padding:8px 0;z-index:110}.nav-dropdown-menu a{display:block;padding:10px 16px;font-size:14px;color:var(--text-body)}.nav-dropdown-menu a:hover{background:var(--blue-light);color:var(--blue)}.nav-dropdown.open .nav-dropdown-menu{display:block}.header-cta{font-size:14px;padding:10px 20px}.mobile-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;border-radius:8px;touch-action:manipulation}.mobile-toggle:hover{background:var(--blue-light)}.mobile-toggle svg{width:24px;height:24px;stroke:var(--text)}.mobile-nav{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 8px 24px #00000014;padding:12px 20px 20px;z-index:99}.mobile-nav.open{display:block}.mobile-nav a{display:flex;align-items:center;padding:12px 0;font-size:16px;font-weight:500;color:var(--text-body);border-bottom:1px solid var(--border);min-height:48px}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a:hover{color:var(--blue)}@media(max-width:900px){.nav-desktop,.header-cta{display:none}.mobile-toggle{display:flex}}.footer{background:var(--footer-bg);color:var(--footer-text);padding:56px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:40px}.footer h4{font-size:15px;font-weight:600;color:#fff;margin-bottom:16px}.footer-brand p{font-size:14px;color:var(--footer-muted);line-height:1.5;margin-top:12px}.footer-brand .brand-name{font-family:DM Sans,system-ui,sans-serif;font-weight:700;font-size:18px;color:#fff}.footer-brand .brand-sub{font-size:12px;color:var(--footer-muted)}.footer-links a{display:block;font-size:14px;color:var(--footer-text);padding:5px 0;transition:color .15s}.footer-links a:hover{color:#fff}.footer-contact p,.footer-contact a{font-size:14px;color:var(--footer-text);display:flex;align-items:center;gap:8px;margin-bottom:10px}.footer-contact a:hover{color:#fff}.footer-contact svg{width:16px;height:16px;stroke:var(--footer-muted);flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:var(--footer-muted)}.footer-bottom a{color:var(--footer-text)}.footer-bottom a:hover{color:#fff}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-links a,.footer-contact a,.footer-contact p{min-height:48px;display:flex;align-items:center;padding:4px 0}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr;gap:28px}}.mobile-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:40;background:#fff;border-top:1px solid var(--border);padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));box-shadow:0 -2px 12px #00000014}.mobile-cta-bar.visible{display:flex;gap:10px}.mobile-cta-bar .btn{flex:1;font-size:15px;padding:12px 16px;min-height:48px}@media(min-width:769px){.mobile-cta-bar{display:none!important}}.page-hero{background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%);color:#fff;padding:48px 0}.page-hero-urgent{background:linear-gradient(135deg,#7f1d1d,#b91c1c)}.page-hero h1{font-size:clamp(28px,4vw,44px);font-weight:700;margin-bottom:12px}.page-hero p{font-size:18px;color:#ffffffd9;max-width:600px}.page-content{padding:48px 0}.page-content h2{font-size:clamp(22px,3vw,28px);font-weight:700;margin-bottom:16px}.page-content h3{font-size:18px;font-weight:600;margin-bottom:8px}.page-content p{margin-bottom:16px;color:var(--text-body)}.page-content ul{margin-bottom:16px}.page-content li{margin-bottom:8px;color:var(--text-body)}.page-content a{color:var(--blue);font-weight:500}.page-content a:hover{text-decoration:underline}.page-cta{background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%);color:#fff;text-align:center;padding:56px 0}.page-cta h2{font-size:clamp(24px,3.5vw,32px);font-weight:700;color:#fff;margin-bottom:8px}.page-cta p{color:#fffc;margin-bottom:24px}.page-cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media(max-width:480px){.page-cta-buttons{flex-direction:column;align-items:center}.page-cta-buttons .btn{width:100%;max-width:320px}}.info-card{background:var(--blue-pale);border-radius:12px;padding:24px;margin-bottom:16px;border:1px solid rgba(0,102,204,.1)}.info-card-alert{background:#fef2f2;border-left:4px solid #B91C1C;border-radius:0 12px 12px 0}.check-list{list-style:none;padding:0}.check-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.check-icon{color:#16a34a;font-weight:700;flex-shrink:0;margin-top:2px}.fault-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:640px){.fault-grid{grid-template-columns:1fr}}.fault-item{display:flex;align-items:center;gap:8px;font-size:14px;background:var(--bg-light);border-radius:8px;padding:12px 16px;color:var(--text-body)}.step-list{display:flex;flex-direction:column;gap:16px}.step-item{display:flex;align-items:flex-start;gap:16px}.step-number{width:36px;height:36px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-family:DM Sans,system-ui,sans-serif;font-weight:700;font-size:16px;flex-shrink:0}.step-number-urgent{background:#b91c1c}.page-content-narrow{max-width:800px;margin:0 auto;padding:48px 32px}.page-content-wide{max-width:1140px;margin:0 auto;padding:48px 32px}@media(max-width:640px){.page-content-narrow,.page-content-wide{padding:40px 24px}}.content-section{margin-bottom:48px}.section-gap{display:flex;flex-direction:column;gap:32px}.section-gap-lg{display:flex;flex-direction:column;gap:48px}.section-gap-lg>section>h2{border-left:3px solid var(--blue);padding-left:12px}.page-image{margin-bottom:40px;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #00000014}.page-image img{width:100%;height:auto;display:block}.page-image-sm{max-width:448px}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:stretch}.info-grid .info-card{height:100%;margin-bottom:0}@media(max-width:640px){.info-grid{grid-template-columns:1fr}}.info-card-alert h2{color:#b91c1c;font-size:20px;font-weight:700;margin-bottom:8px}.info-card-alert p{color:var(--text-body)}.info-card-alert a{color:#b91c1c;font-weight:700}.info-card-alert a:hover{text-decoration:underline}.fault-item-alert{background:#fef2f2}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:640px){.brand-grid{grid-template-columns:repeat(2,1fr)}}.brand-item{background:var(--bg-light);border-radius:8px;padding:12px 16px;text-align:center;font-size:14px;font-weight:500;color:var(--text);border:1px solid var(--border)}.service-link-card{display:block;background:var(--bg-light);border-radius:12px;padding:20px;transition:background .2s;text-decoration:none}.service-link-card:hover{background:var(--blue-light)}.service-link-card h3{font-size:16px;font-weight:700;color:var(--text);margin-bottom:4px;transition:color .2s}.service-link-card:hover h3{color:var(--blue)}.service-link-card p{font-size:14px;color:var(--text-secondary);margin:0}.faq-list{display:flex;flex-direction:column;gap:24px}.faq-item{border-bottom:1px solid var(--border);padding-bottom:24px}.faq-item h2{font-size:18px;font-weight:700;color:var(--text);margin-bottom:12px}.faq-item p{color:var(--text-body);line-height:1.6;margin:0}.cta-card{background:var(--blue-pale);border-radius:12px;padding:32px;text-align:center;margin-top:48px}.cta-card h2{font-size:20px;font-weight:700;margin-bottom:8px}.cta-card p{color:var(--text-body);margin-bottom:24px}.contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:48px}@media(max-width:1024px){.contact-grid{grid-template-columns:1fr;gap:32px}}.contact-card{border-radius:12px;padding:24px;margin-bottom:24px}.contact-card-light{background:var(--bg-light)}.contact-card-blue{background:var(--blue-pale)}.contact-label{font-size:12px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.contact-card-details{display:flex;flex-direction:column;gap:16px}.booking-frame{background:var(--bg-light);border-radius:12px;padding:16px;min-height:600px;border:1px solid var(--border)}.booking-frame iframe{border-radius:8px;border:none}.trust-bar{margin-top:24px;display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:14px;color:var(--text-secondary)}.troubleshoot-card{background:var(--bg-light);border-radius:12px;padding:24px;border-left:3px solid var(--blue)}.troubleshoot-card h3{font-size:18px;font-weight:700;margin-bottom:12px}.troubleshoot-card p{color:var(--text-body);margin-bottom:12px}.troubleshoot-card ul{margin-bottom:12px}.troubleshoot-card li{margin-bottom:8px;font-size:14px;color:var(--text-body)}.troubleshoot-card a{color:var(--blue);font-weight:600}.troubleshoot-card a:hover{text-decoration:underline}.thermostat-images{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.thermostat-images img{height:96px;width:auto;border-radius:8px}.simple-list{list-style:none;padding:0}.simple-list li{font-size:14px;color:var(--text-body);padding:2px 0}.simple-list li:before{content:"•";color:var(--text-secondary)}.pricing-box{background:#fff;border-radius:8px;padding:24px;margin-bottom:16px}.pricing-box p{font-size:14px;margin-bottom:8px}.pricing-box li{font-size:14px}@media(max-width:640px){.page-image img{max-height:300px;object-fit:cover}}html{scroll-behavior:smooth}body{font-family:"Source Sans 3",system-ui,-apple-system,sans-serif;color:#334155;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:DM Sans,system-ui,sans-serif;color:#1e293b;line-height:1.2}
