@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800&family=Inter:wght@400;500&family=Jost:wght@800&display=swap";
:root{--brand-orange:#c50;--brand-blue:#878eb2;--bg-light:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--border-soft:#cbd5e1;--white:#fff;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--font-display:"Futura", "Jost", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.75rem;--text-4xl:2rem;--text-5xl:2.5rem;--text-display:3.5rem;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:40px;--space-6:48px;--space-8:64px;--space-10:80px;--section-pad:80px;--section-pad-mobile:48px;--radius-lg:16px;--radius-md:8px}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0}html{scroll-behavior:smooth}section[id]{scroll-margin-top:80px}body{background-color:var(--bg-light);color:var(--text-main);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}body.bg-image{background-color:var(--text-main)}body.bg-image:before{content:"";pointer-events:none;z-index:0;background-image:url(/aerial-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0}body.bg-image:after{content:"";pointer-events:none;z-index:0;background:#0f172a59;position:fixed;inset:0}body.bg-image main,body.bg-image>footer{z-index:1;position:relative}@media (min-width:769px){body.bg-image>header{z-index:100;position:relative}}body.bg-image .hero-image{display:none}body.bg-image .hero{grid-template-columns:2fr 3fr}@media (max-width:768px){body.bg-image .hero{grid-template-columns:1fr}}body.bg-image .hero-text h1,body.bg-image .hero-text p,body.bg-image .section-title{color:var(--white)}body.bg-image .about{border-bottom-color:#fff3}body.bg-image .about-headline,body.bg-image .about-tagline{color:var(--white)}body.bg-image .about-highlight-blue{color:#dbe0f2;border-color:#dbe0f2}body.bg-image .about-highlight-muted{color:#ffffffd9;border-color:#ffffffd9}body.bg-image .how-subtitle,body.bg-image .estimate-subtitle,body.bg-image .estimate-disclaimer,body.bg-image .estimate-disclaimer strong,body.bg-image .testimonial-headline,body.bg-image .testimonial-attribution,body.bg-image .footer,body.bg-image .contact-page-title,body.bg-image .contact-page-sub,body.bg-image .contact-page-info-label,body.bg-image .contact-page-info-value-text,body.bg-image .contact-page-info-hint,body.bg-image .contact-page-form-title,body.bg-image .contact-page-info-value{color:var(--white)}body.bg-image .contact-page-info-value:hover{color:var(--brand-orange)}body.bg-image .testimonials{border-bottom-color:#fff3}.container{max-width:1200px;margin:0 auto;padding:0 40px}.section-title{font-family:var(--font-heading);font-weight:800;font-size:var(--text-4xl);color:var(--text-main);text-align:center;margin:0 0 var(--space-5);letter-spacing:-.01em;line-height:1.2}@media (max-width:768px){.container{padding:0 20px}.section-title{font-size:var(--text-3xl);margin-bottom:var(--space-4)}}
