: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,.page-hero h2{font-size:44px;font-weight:700;margin-bottom:12px;color:#fff}.page-hero p{font-size:18px;color:#ffffffd9;max-width:600px}.page-hero a{color:#fff}.page-content{padding:48px 0}.page-content h2{font-size: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: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}}:root{--ink: #111827;--body: #344052;--muted: #667085;--quiet: #F4F7FB;--surface: #FFFFFF;--line: #DBE3EE;--brand-blue: #075DA8;--brand-blue-dark: #073763;--brand-blue-soft: #E8F4FF;--brand-red: #C81E2D;--heat: #FFB000;--green: #0F8F73;--night: #101820;--premium-shadow: 0 22px 70px rgba(16, 24, 40, .14)}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--body);background:var(--quiet);letter-spacing:0}h1,h2,h3,h4{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);letter-spacing:0}.container{max-width:1180px;padding:0 32px}.section{padding:86px 0}.btn{border-radius:8px;min-height:50px;padding:14px 19px;font-weight:850;line-height:1;box-shadow:none}.btn-primary{background:var(--heat);color:#15110a;box-shadow:0 14px 30px #ffb00040}.btn-primary:hover{background:#ffc044;box-shadow:0 16px 34px #ffb00047}.btn-outline{border:1px solid rgba(255,255,255,.55);background:#ffffff14;color:#fff}.btn-outline:hover{background:#ffffff29}.btn-outline-blue{border:1px solid var(--line);color:var(--ink);background:#fff}.btn-outline-blue:hover{border-color:var(--brand-blue);background:#fff;color:var(--brand-blue)}.btn-blue{background:var(--night);color:#fff}.header{background:#ffffffeb;border-bottom:1px solid rgba(219,227,238,.82);backdrop-filter:blur(18px)}.header-inner{height:74px}.logo-link{gap:12px;min-width:210px}.logo-link img{width:34px;height:50px;object-fit:contain}.logo-text{font-size:19px;font-weight:900;line-height:1}.logo-sub{margin-top:5px;color:var(--muted);font-size:12px;font-weight:750}.nav-desktop a,.nav-dropdown-trigger{color:var(--body);padding:10px 12px;font-size:14px;font-weight:760;border-radius:8px}.nav-desktop a:hover,.nav-dropdown-trigger:hover{background:var(--quiet);color:var(--brand-blue)}.nav-dropdown-menu{border-color:var(--line);border-radius:8px;box-shadow:var(--premium-shadow)}.header-actions{display:flex;align-items:center;gap:10px}.header-phone{color:var(--brand-blue-dark);font-size:14px;font-weight:900;white-space:nowrap}.header-cta{font-size:15px;padding:14px 20px}.mobile-toggle{border:1px solid var(--line);background:#fff;border-radius:8px}.mobile-nav{top:74px;border-color:var(--line);box-shadow:var(--premium-shadow)}.page-hero{position:relative;overflow:hidden;min-height:430px;display:flex;align-items:center;padding:128px 0 72px;background:linear-gradient(90deg,#081424f2,#081424b8),url(/images/installation.jpg) center right / cover no-repeat}.page-hero:after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(180deg,#08142400,#0814248a)}.page-hero .container{position:relative;z-index:1}.page-hero-kicker,.page-hero>.container>div:first-child:not(.page-hero-actions):not(.page-hero-proof){display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--heat);font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:0}.page-hero-kicker:before,.page-hero>.container>div:first-child:not(.page-hero-actions):not(.page-hero-proof):before{content:"";width:26px;height:2px;background:currentColor}.page-hero h1,.page-hero h2{max-width:820px;color:#fff;font-size:64px;font-weight:900;margin-bottom:18px}.page-hero p{max-width:720px;color:#ffffffd1;font-size:21px;line-height:1.5}.page-hero-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.page-hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.page-hero-proof span{display:inline-flex;min-height:38px;align-items:center;padding:8px 13px;border-left:2px solid var(--heat);background:#ffffff14;color:#ffffffd6;font-size:14px;font-weight:800}.page-content,.page-content-narrow,.page-content-wide{padding-top:72px;padding-bottom:72px}.page-content-narrow{max-width:900px}.page-content-wide{max-width:1180px}.page-content h2,.page-content-narrow h2,.page-content-wide h2{font-size:36px;font-weight:900;margin-bottom:18px}.page-content h3,.page-content-narrow h3,.page-content-wide h3{font-size:20px;font-weight:900}.page-content p,.page-content-narrow p,.page-content-wide p{color:var(--body);font-size:17px}.content-section,.section-gap-lg>section,.troubleshoot-card,.info-card,.cta-card,.contact-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:30px;box-shadow:0 12px 36px #1018280f}.content-section{margin-bottom:24px}.section-gap-lg{gap:24px}.section-gap-lg>section>h2{border-left:0;padding-left:0}.info-card{background:linear-gradient(145deg,#075da814,#0f8f730f),#fff}.info-card-alert{background:#fff7ed;border-color:#c81e2d47;border-left:4px solid var(--brand-red)}.info-card-alert h2,.info-card-alert a{color:var(--brand-red)}.check-list{display:grid;gap:12px}.check-list li{align-items:flex-start;gap:12px;margin-bottom:0;font-size:16px}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#0f8f731f;color:var(--green);font-size:14px;margin-top:1px}.fault-grid,.brand-grid,.info-grid{gap:14px}.fault-item,.brand-item{background:var(--quiet);border:1px solid var(--line);border-radius:8px;color:var(--ink);font-size:15px;font-weight:760;padding:14px 16px}.fault-item-alert{background:#fff7ed;border-color:#c81e2d2e}.service-link-card{background:var(--night);color:#fff;border-radius:8px;padding:24px;min-height:150px;border:1px solid rgba(255,255,255,.08)}.service-link-card h3{color:#fff;font-size:20px}.service-link-card p{color:#ffffffb8}.service-link-card:hover{background:var(--brand-blue-dark)}.step-list{gap:18px}.step-item{display:grid;grid-template-columns:46px 1fr;gap:16px}.step-number{width:46px;height:46px;border-radius:8px;background:var(--brand-blue);font-weight:950}.page-image{border-radius:8px;box-shadow:var(--premium-shadow);border:1px solid var(--line)}.page-image img{width:100%;max-height:620px;object-fit:cover}.page-image-sm img{max-height:420px}.faq-list{gap:14px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;box-shadow:0 10px 28px #1018280d}.faq-item h2{font-size:21px;font-weight:900}.cta-card{background:linear-gradient(145deg,#075da81f,#c81e2d14),#fff}.contact-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:start}.contact-area-groups{display:grid;gap:18px}.booking-frame{background:#fff;border-radius:8px;border-color:var(--line);box-shadow:var(--premium-shadow)}.trust-bar{background:#fff;border:1px solid var(--line);border-radius:8px;padding:16px}.trust-bar-stars{color:#d49a00}.booking-note{margin-top:16px;color:var(--muted);font-size:15px}.thermostat-images img{height:118px;border-radius:8px;border:1px solid var(--line);background:#fff}.simple-list li{font-size:16px;color:var(--body)}.pricing-box{border:1px solid var(--line)}.area-chip{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border-color:var(--line)!important;color:var(--ink)!important;background:#fff;border-radius:8px!important;opacity:1!important;font-weight:800;font-size:14px;text-decoration:none}.area-chip:hover{border-color:var(--brand-blue)!important;color:var(--brand-blue)!important}.area-chip-list{display:flex;flex-wrap:wrap;gap:8px}.area-chip-list-compact{margin-top:8px}.page-cta{position:relative;overflow:hidden;background:linear-gradient(90deg,#081424eb,#081424c2),url(/images/sludge-removal.jpg) center / cover no-repeat;padding:82px 0}.page-cta h2{color:#fff;font-size:50px;font-weight:900}.page-cta p{color:#fffc;font-size:19px}.footer{background:var(--night);padding-top:64px}.footer-grid{grid-template-columns:1.25fr 1fr 1fr 1.15fr}.footer h4,.footer-brand .brand-name{color:#fff;font-weight:900}.mobile-cta-bar{border-top-color:var(--line);box-shadow:0 -16px 36px #1018281f}@media(max-width:900px){.nav-desktop,.header-phone,.header-actions .header-cta{display:none}.mobile-toggle{display:flex}}@media(max-width:768px){.container{padding:0 20px}.section{padding:64px 0}.header-inner{height:68px}.logo-link{min-width:0}.logo-link img{width:29px;height:43px}.logo-text{font-size:17px}.logo-sub{font-size:11px}.mobile-nav{top:68px}.page-hero{min-height:560px;padding:108px 0 72px;background:linear-gradient(180deg,#081424f2,#081424ad),url(/images/installation.jpg) center / cover no-repeat}.page-hero h1,.page-hero h2{font-size:48px}.page-hero p{font-size:18px}.page-content h2,.page-content-narrow h2,.page-content-wide h2{font-size:30px}.page-cta h2{font-size:38px}.page-hero-actions .btn{width:100%}.page-hero-proof{display:grid}.page-content,.page-content-narrow,.page-content-wide{padding:48px 20px}.footer-grid{grid-template-columns:1fr}.content-section,.section-gap-lg>section,.troubleshoot-card,.info-card,.cta-card,.contact-card{padding:22px}.info-grid,.fault-grid,.brand-grid{grid-template-columns:1fr}.step-item{grid-template-columns:42px 1fr}.step-number{width:42px;height:42px}.page-image img{max-height:420px}}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}
