:root{--navy:#062b50;--navy2:#0a355d;--yellow:#ffc400;--white:#fff;--gray:#f4f6f8;--text:#082d51;--muted:#526577;--line:#cbd5dd;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.45;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(94%,var(--max));margin:auto}
.top{background:#fff}.header-inner{min-height:104px;display:flex;align-items:center;gap:34px}.logo-wrap{width:300px;display:block}.logo-wrap img{width:100%;display:block}.header-contact{margin-left:auto;display:flex;align-items:center;gap:10px}.header-contact small{display:block;font-weight:700;font-size:14px}.header-contact a{font-size:27px;font-weight:900;white-space:nowrap}.phone-icon{font-size:32px;color:var(--yellow)}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;padding:13px 22px;font-weight:900;cursor:pointer;font-size:16px}.yellow{background:var(--yellow);color:var(--navy)}.yellow:hover{background:#eeb600}.btn.small{padding:11px 18px;font-size:14px}
.nav{background:var(--navy);color:#fff}.nav-inner{height:48px;display:flex;justify-content:center;gap:62px;align-items:center}.nav a{font-weight:800;padding:14px 5px;position:relative}.nav a.active:after,.nav a:hover:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--yellow)}
.hero{position:relative;min-height:320px;background:linear-gradient(90deg,#edf5fa 0%,#dcebf2 52%,#a8c2cf 100%);overflow:hidden}.hero:after{content:"";position:absolute;right:0;top:0;bottom:0;width:45%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(8,45,81,.25));pointer-events:none}.hero-inner{position:relative;min-height:320px;display:flex;align-items:center;gap:34px;z-index:2}.hero-logo{width:320px;flex:none}.hero-logo img{width:100%;display:block}.hero-copy{border-left:4px solid var(--yellow);padding-left:34px}.hero-copy h1{font-size:35px;line-height:1.05;margin:0 0 12px;font-weight:900}.hero-copy p{font-size:21px;margin:0 0 20px}.hero-tools{margin-left:auto;font-size:75px;line-height:.9;transform:rotate(-8deg);filter:drop-shadow(2px 5px 4px #777)}
.services{padding:24px 0 28px;background:#fff}.services>.container{display:grid;grid-template-columns:280px 1fr;gap:25px}.section-title{padding-right:10px}.section-title h2,.why h2,.about h2,.estimate-form h2{font-size:27px;margin:0 0 10px;font-weight:900}.section-title h2:after,.why h2:after,.about h2:after,.estimate-form h2:after{content:"";display:block;width:42px;height:4px;background:var(--yellow);margin-top:8px}.section-title p{font-size:15px;margin:0 0 14px;color:var(--text)}.service-grid{display:grid;grid-template-columns:repeat(6,1fr);border-left:1px solid var(--line)}.service-grid article{text-align:center;padding:7px 10px;border-right:1px solid var(--line)}.service-grid span{display:block;font-size:34px;line-height:1.1;height:43px}.service-grid h3{font-size:15px;margin:7px 0 3px}.service-grid p{font-size:13px;margin:0}
.why{background:var(--navy);color:#fff}.why-inner{display:grid;grid-template-columns:1fr 300px;min-height:180px}.why-copy{padding:16px 0 18px}.why h2{font-size:25px;margin-bottom:12px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr)}.why-grid>div{padding:4px 20px;border-right:1px solid rgba(255,255,255,.4)}.why-grid b{display:block;color:var(--yellow);font-size:28px}.why-grid h3{margin:0;font-size:15px}.why-grid p{font-size:12px;margin:3px 0 0;color:#e4edf4}.area{background:var(--navy);display:flex;align-items:center;gap:15px;padding:20px 18px;border-left:0}.area .pin{font-size:46px;color:var(--yellow)}.area strong{font-size:15px}.area h3{margin:2px 0;font-size:20px}.area p{margin:0;font-size:13px}
.about-contact{background:#f7f9fa}.bottom-grid{display:grid;grid-template-columns:1fr 1.25fr .72fr;gap:0;min-height:245px}.about{padding:24px 28px 24px 0;position:relative}.about p{max-width:470px;font-size:14px}.tagline{position:absolute;right:10px;bottom:25px;font-size:21px;font-style:italic;transform:rotate(-6deg);color:#173f65}.tagline strong{font-size:23px}.estimate-form{background:#edf3f7;padding:20px 25px;border-left:1px solid #d6dfe5;border-right:1px solid #d6dfe5}.estimate-form h2{font-size:20px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.estimate-form label{font-size:11px;font-weight:800;display:block;margin:8px 0}.estimate-form input,.estimate-form textarea{display:block;width:100%;border:1px solid var(--line);border-radius:3px;padding:9px;font:inherit;background:#fff}.estimate-form textarea{resize:vertical}.estimate-form .btn{width:100%;margin-top:4px}.note{font-size:10px;color:var(--muted)}.details{background:#fff;padding:26px 18px}.details>div{display:flex;gap:12px;margin-bottom:18px}.details b{color:var(--yellow);background:var(--navy);width:32px;height:32px;display:grid;place-items:center;border-radius:50%;flex:none}.details span{font-size:13px}.details strong,.details small{display:block}.details strong{font-size:15px}.details small{font-size:11px;color:var(--muted)}
footer{background:var(--navy);color:#fff;padding:16px 0}.footer-inner{display:flex;align-items:center;gap:15px;font-size:12px}.footer-inner i{height:15px;border-left:1px solid #fff}.footer-inner a{font-weight:800}.footer-tag{margin-left:auto;font-style:italic;font-size:15px}
@media(max-width:950px){.header-inner{gap:15px}.logo-wrap{width:240px}.header-contact a{font-size:21px}.services>.container{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(3,1fr)}.why-inner{grid-template-columns:1fr}.area{border-top:1px solid rgba(255,255,255,.2)}.bottom-grid{grid-template-columns:1fr 1fr}.details{grid-column:1/-1;display:flex;justify-content:space-around}.hero-logo{width:260px}.hero-copy h1{font-size:29px}}
@media(max-width:650px){.header-inner{min-height:78px}.logo-wrap{width:180px}.header-contact{display:none}.header-inner>.btn{margin-left:auto;font-size:13px;padding:10px}.nav-inner{gap:25px}.hero-inner{padding:30px 0;flex-direction:column;align-items:flex-start}.hero-logo{width:250px}.hero-copy{padding-left:18px}.hero-tools{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr 1fr}.bottom-grid{grid-template-columns:1fr}.about{padding-right:0}.estimate-form{border-left:0;border-right:0}.details{display:block}.footer-inner{flex-wrap:wrap}.footer-tag{margin-left:0;width:100%}}
