:root{
  --navy:#06365c;
  --navy2:#0b426d;
  --green:#3e7a36;
  --lime:#95bd51;
  --ink:#0b3861;
  --sky:#dff3ff;
  --cream:#fbfcf9;
  --white:#fff;
  --shadow:0 18px 55px rgba(6,54,92,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(1180px,92vw);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(6,54,92,.12)}
.nav-wrap{height:90px;display:flex;align-items:center;gap:26px}
.brand{width:190px;flex:0 0 auto}.brand img{width:100%;height:auto}
.desktop-nav{display:flex;gap:26px;margin-left:auto;align-items:center;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:18px;letter-spacing:.04em;text-transform:uppercase}.desktop-nav a{padding:10px 0}.desktop-nav .nav-cta{background:var(--green);color:#fff;padding:11px 18px;border-radius:4px}
.top-phone{display:flex;flex-direction:column;border-left:2px solid var(--lime);padding-left:18px}.top-phone span{font:700 13px 'Barlow Condensed',sans-serif;letter-spacing:.09em}.top-phone strong{font:800 23px 'Barlow Condensed',sans-serif;color:var(--navy)}
.menu-toggle,.mobile-menu{display:none}
.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#fff 0%,#f8fcff 45%,#dff3ff 100%);padding:54px 0 112px}
.skywash{position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(93,191,241,.35),transparent 28%),radial-gradient(circle at 18% 0%,rgba(255,255,255,.9),transparent 40%);pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:1.04fr .96fr;gap:62px;align-items:center}
.eyebrow{font:800 18px 'Barlow Condensed',sans-serif;letter-spacing:.12em;color:var(--green);margin:0 0 12px;text-transform:uppercase}
.hero h1{margin:0;color:var(--navy);line-height:.82;font-weight:700}.script{font-family:Caveat,cursive}.hero h1 .script{font-size:70px}.hero h1 .indent{padding-left:58px}.green-swoosh{height:10px;width:300px;margin:14px 0 13px 145px;border-top:7px solid var(--green);border-radius:50%;transform:rotate(-4deg)}
.hero h2{font:900 38px 'Barlow Condensed',sans-serif;letter-spacing:.04em;color:var(--green);margin:0 0 20px;text-transform:uppercase}.hero-lead{max-width:620px;font-size:18px;line-height:1.7;margin:0 0 27px;color:#315574}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:4px;font:800 18px 'Barlow Condensed',sans-serif;letter-spacing:.05em}.btn.primary{background:var(--navy);color:#fff}.btn.primary:hover{background:#0b4a78}.btn.outline{border:2px solid var(--green);color:var(--green);background:white}.btn.outline:hover{background:#f4faef}
.trust-row{margin-top:26px;display:flex;gap:14px;align-items:center;font:800 17px 'Barlow Condensed',sans-serif;letter-spacing:.12em}.trust-row b{color:var(--lime)}
.hero-poster{position:relative;justify-self:end;width:min(470px,100%);transform:rotate(1deg)}.hero-poster img{position:relative;border-radius:7px;box-shadow:var(--shadow);border:8px solid white}.poster-shadow{position:absolute;inset:20px -18px -18px 28px;background:var(--navy);border-radius:8px;opacity:.13}
.hero-wave{position:absolute;bottom:-1px;left:0;width:100%;height:95px}.hero-wave svg{width:100%;height:100%}.hero-wave .green{fill:var(--green)}.hero-wave .navy{fill:var(--navy)}
.location-band{background:var(--navy);color:white;padding:18px 0 22px;text-align:center}.local-title{font:900 clamp(36px,5vw,68px) 'Barlow Condensed',sans-serif;line-height:.95;letter-spacing:.015em}.places{margin-top:9px;display:flex;gap:18px;justify-content:center;align-items:center;flex-wrap:wrap;font:800 22px 'Barlow Condensed',sans-serif;letter-spacing:.03em}.places i{width:12px;height:12px;background:var(--lime);border-radius:50%}
.services-section{background:linear-gradient(90deg,#fff 0,#fff 60%,#f8fbf7 100%);padding:68px 0 76px}.services-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:55px}.service-intro h2{font:900 clamp(38px,4vw,56px) 'Barlow Condensed',sans-serif;line-height:.95;margin:0;color:var(--navy)}.short-green-line{width:92px;height:5px;background:var(--green);border-radius:5px;margin:19px 0 24px}.check-list{list-style:none;padding:0;margin:0;display:grid;gap:13px}.check-list li{display:flex;align-items:center;gap:14px;font-size:18px}.check-list span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(#5d9951,#3e7a36);color:white;font-weight:900;font-size:21px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.3)}
.service-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 36px;border-left:2px solid rgba(62,122,54,.65);padding-left:44px}.service-tile{text-align:center}.icon-circle{width:112px;height:112px;margin:0 auto 10px;border-radius:50%;background:radial-gradient(circle at 35% 25%,#0b4a79,var(--navy));color:white;display:grid;place-items:center;box-shadow:0 10px 22px rgba(6,54,92,.18)}.icon-circle svg{width:64px;height:64px}.service-tile h3{margin:0;font:800 22px 'Barlow Condensed',sans-serif;line-height:1.05;color:var(--navy)}
.brush-quote{padding:46px 0;background:#fff}.brush-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:45px;align-items:center}.brush-panel{position:relative;padding:28px 38px;background:linear-gradient(100deg,rgba(149,189,81,.18),rgba(149,189,81,.32),rgba(149,189,81,.12));clip-path:polygon(1% 15%,8% 7%,18% 12%,27% 4%,42% 10%,55% 4%,68% 13%,82% 5%,98% 14%,96% 86%,87% 92%,75% 89%,62% 96%,48% 90%,31% 97%,15% 90%,2% 95%)}.brush-panel .big{font-size:50px;line-height:.9;color:var(--navy);margin:0}.green-swoosh.small{width:215px;margin:12px 0 0 126px;height:5px;border-top-width:5px}.covering{display:flex;align-items:center;gap:20px;border-left:2px solid var(--green);padding-left:36px}.pin{position:relative;width:58px;height:72px;background:var(--navy);clip-path:polygon(50% 100%,12% 55%,8% 42%,11% 25%,22% 11%,38% 4%,55% 4%,72% 11%,87% 25%,91% 43%,87% 58%);color:white;font-size:0}.pin:after{content:"";position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;left:18px;top:20px}.covering strong{font:900 33px 'Barlow Condensed',sans-serif;color:var(--green)}.covering p{margin:2px 0 0;font-size:21px;line-height:1.35;color:var(--navy)}
.why-section{background:#f5f8f2;padding:58px 0}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.why-grid h2{font:900 clamp(38px,4vw,54px) 'Barlow Condensed',sans-serif;line-height:1;margin:0}.why-points{display:grid;gap:14px}.why-points p{margin:0;background:white;padding:18px 20px;border-left:5px solid var(--green);box-shadow:0 8px 25px rgba(7,54,92,.07);font-size:17px;line-height:1.5}.why-points span{color:var(--green);font-weight:900;margin-right:8px}
.contact-band{position:relative;background:var(--navy);color:white;padding:36px 0 85px;overflow:hidden}.contact-grid{display:grid;grid-template-columns:90px 1.1fr 2px .75fr 1fr;gap:26px;align-items:center}.call-icon{width:78px;height:78px;border-radius:50%;background:linear-gradient(135deg,#6aa14d,var(--green));display:grid;place-items:center;font-size:39px}.number-block span{display:block;font:800 22px 'Barlow Condensed',sans-serif;letter-spacing:.05em}.number-block a{display:block;font:900 clamp(42px,5vw,64px) 'Barlow Condensed',sans-serif;line-height:.9}.contact-divider{height:78px;background:var(--lime)}.contact-script{font-size:40px;line-height:.9;text-align:center;transform:rotate(-3deg)}.whatsapp{justify-self:end;background:#fff;color:var(--green);padding:14px 18px;border-radius:4px;font:900 21px 'Barlow Condensed',sans-serif;text-align:center}.whatsapp span{display:block;color:var(--navy);font-size:16px;font-weight:700}.footer-wave{position:absolute;bottom:-1px;left:0;width:100%;height:58px}
footer{background:#f8fbf8;padding:22px 0 26px}.footer-inner{display:grid;grid-template-columns:180px 1fr auto;gap:28px;align-items:center}.footer-inner img{width:170px}.footer-inner div{display:flex;flex-direction:column;gap:4px}.footer-inner strong{font:800 22px 'Barlow Condensed',sans-serif}.footer-inner span{font-size:14px;color:#597087}.footer-inner>a{font:900 26px 'Barlow Condensed',sans-serif;color:var(--navy)}
.mobile-cta{display:none}
@media (max-width:980px){.desktop-nav,.top-phone{display:none}.menu-toggle{display:flex;margin-left:auto;width:46px;height:40px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:5px}.menu-toggle i{display:block;height:3px;background:var(--navy);border-radius:3px}.mobile-menu{position:absolute;top:90px;left:0;right:0;background:white;padding:10px 4vw 20px;box-shadow:0 12px 24px rgba(6,54,92,.1)}.mobile-menu.open{display:grid}.mobile-menu a{padding:13px 0;border-bottom:1px solid #e4eaee;font:800 20px 'Barlow Condensed',sans-serif}.hero-grid,.services-layout,.brush-grid,.why-grid{grid-template-columns:1fr}.hero-poster{justify-self:center;width:min(540px,90%)}.services-layout{gap:40px}.service-icons{border-left:0;padding-left:0}.contact-grid{grid-template-columns:76px 1fr}.contact-divider,.contact-script,.whatsapp{display:none}.footer-inner{grid-template-columns:140px 1fr}.footer-inner>a{display:none}}
@media (max-width:650px){.nav-wrap{height:76px}.brand{width:150px}.mobile-menu{top:76px}.hero{padding:38px 0 90px}.hero-grid{gap:36px}.hero h1 .script{font-size:52px}.hero h1 .indent{padding-left:20px}.green-swoosh{width:210px;margin-left:80px}.hero h2{font-size:31px}.hero-lead{font-size:16px}.hero-poster{width:94%;transform:none}.local-title{font-size:42px}.places{gap:9px 12px;font-size:18px}.places i{width:8px;height:8px}.services-section{padding:50px 0}.service-intro h2{font-size:42px}.check-list li{font-size:16px}.service-icons{gap:26px 12px}.icon-circle{width:88px;height:88px}.icon-circle svg{width:52px;height:52px}.service-tile h3{font-size:18px}.brush-panel .big{font-size:38px}.covering{padding-left:22px}.covering strong{font-size:28px}.covering p{font-size:18px}.why-section{padding:45px 0}.contact-band{padding:28px 0 73px}.contact-grid{grid-template-columns:58px 1fr;gap:14px}.call-icon{width:58px;height:58px;font-size:28px}.number-block span{font-size:17px}.number-block a{font-size:42px}.footer-inner{grid-template-columns:110px 1fr}.footer-inner img{width:105px}.footer-inner strong{font-size:17px}.footer-inner span{font-size:12px}.mobile-cta{position:fixed;z-index:60;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;background:var(--navy);box-shadow:0 -6px 22px rgba(0,0,0,.16)}.mobile-cta a{padding:14px 8px;text-align:center;color:#fff;font:800 18px 'Barlow Condensed',sans-serif}.mobile-cta a+ a{background:var(--green)}body{padding-bottom:51px}}
