:root{--navy:#0b1f38;--navy-dark:#071a31;--green:#2f9e2c;--green-dark:#238622;--green-soft:#f4faf3;--ink:#111d2d;--muted:#5f6670;--line:#e6e9ec;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{margin:0;background:#fff;color:var(--ink);font-family:Arial,"Helvetica Neue",sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
img,svg{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:100%;max-width:none;margin:0;padding-inline:clamp(24px,4.7vw,90px)}
.svg-sprite{position:absolute;overflow:hidden}
.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.skip-link{position:fixed;z-index:9999;top:8px;left:8px;padding:9px 14px;transform:translateY(-150%);background:var(--navy);color:#fff}
.skip-link:focus{transform:none}
.eyebrow{margin:0 0 12px;color:var(--green-dark);font-size:.74rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
h1,h2,h3{margin:0;color:var(--navy);font-weight:800;line-height:1.1;letter-spacing:-.02em}
p{margin:0 0 18px}
.btn{display:inline-flex;min-height:41px;align-items:center;justify-content:center;gap:9px;padding:9px 20px;border:1px solid var(--green);border-radius:6px;background:var(--green);color:#fff;font-size:.75rem;font-weight:800;text-transform:uppercase;transition:background .18s,color .18s,transform .18s}
.btn:hover,.btn:focus-visible{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-1px)}
.btn-outline{background:#fff;color:var(--green-dark)}
.btn-outline:hover,.btn-outline:focus-visible{color:#fff}
.btn-small{min-height:37px;padding:8px 18px;font-size:.69rem}

.site-header{position:sticky;z-index:1000;top:0;width:100%;background:#fff;border-bottom:1px solid #edf0f2}
.admin-bar .site-header{top:32px}
.header-inner{display:flex;min-height:80px;align-items:center;gap:24px}
.brand{width:180px;flex:0 0 180px}
.brand img{width:100%;height:auto}
.main-nav{margin-left:auto}
.main-nav ul{display:flex;align-items:center;gap:18px;margin:0;padding:0;list-style:none}
.main-nav a{display:block;padding:28px 1px 18px;border-bottom:2px solid transparent;color:var(--navy);font-size:.76rem;font-weight:500}
.main-nav a:hover,.main-nav a:focus-visible,.main-nav .current-menu-item>a{border-bottom-color:var(--green);color:var(--green-dark)}
.header-phone{display:flex;min-height:42px;align-items:center;gap:10px;margin-left:18px;padding:9px 16px;border-radius:6px;background:var(--green);color:#fff;font-size:.75rem;white-space:nowrap}
.header-phone .icon{width:18px;height:18px}
.menu-toggle{display:none;width:44px;height:44px;margin-left:auto;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--navy)}

.hero{width:100%;overflow:hidden;background:#fff}
.hero-inner{display:grid;width:100%;height:clamp(400px,39.3vw,760px);grid-template-columns:55.7% 44.3%}
.hero-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:clamp(36px,5vw,86px) 4vw clamp(28px,4vw,70px) clamp(28px,4.7vw,90px)}
.hero-copy .eyebrow{display:flex;align-items:center;gap:7px;margin-bottom:13px}
.hero-copy h1{font-size:clamp(2.3rem,4vw,4.65rem)}
.hero-lead{margin:17px 0 20px;color:var(--muted);font-size:clamp(.98rem,1.3vw,1.35rem);line-height:1.45}
.hero-actions{display:flex;gap:13px;margin-bottom:30px}
.hero-actions .btn{min-width:150px}
.hero-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.feature{display:flex;min-width:0;align-items:center;gap:10px}
.feature-icon{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:1px solid #9bd596;border-radius:50%;color:var(--green)}
.feature-icon .icon{width:17px;height:17px}
.feature strong{display:block;color:var(--navy);font-size:.72rem}
.feature small{display:block;color:var(--muted);font-size:.64rem;white-space:nowrap}
.hero-image{height:100%;overflow:hidden;background:#e8eee6}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}

.about-section{width:100%;padding:34px clamp(28px,8.5vw,160px) 30px;background:#fff}
.about-inner{display:grid;width:100%;grid-template-columns:42% 58%;align-items:center;gap:55px}
.about-copy h2{margin-bottom:14px;font-size:clamp(1.55rem,2.3vw,2.75rem)}
.about-copy p:not(.eyebrow){max-width:460px;color:var(--muted);font-size:.78rem;line-height:1.65}
.about-copy .btn{margin-top:2px}
.pest-grid{display:grid;grid-template-columns:repeat(3,1fr);border-radius:0;background:#fff}
.pest{display:flex;min-height:88px;align-items:center;gap:12px;padding:18px 20px;border-right:1px solid #eceff0;border-bottom:1px solid #eceff0}
.pest:nth-child(3n){border-right:0}.pest:nth-last-child(-n+3){border-bottom:0}
.pest img{width:38px;height:38px;object-fit:contain}
.pest strong{font-size:.73rem}

.pricing-section{width:100%;padding:24px clamp(28px,8.5vw,160px) 28px;border-top:1px solid #f1f2f3;background:#fff}
.pricing-inner{width:100%}
.section-head{text-align:center}
.section-head .eyebrow{margin-bottom:6px}
.section-head h2{font-size:clamp(1.55rem,2.2vw,2.65rem)}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:20px}
.price-card{padding:19px 15px 15px;border:1px solid #e1e4e7;border-radius:6px;background:#fff;text-align:center}
.price-icon{display:grid;width:39px;height:39px;margin:0 auto 10px;place-items:center;color:#1a2027}
.price-icon .icon{width:34px;height:34px;stroke-width:1.2}
.price-card h3{min-height:30px;font-size:.75rem;line-height:1.35}
.price-card small{display:block;margin-top:5px;color:var(--muted);font-size:.62rem}
.price{display:block;margin:-2px 0 10px;color:var(--navy);font-size:1.45rem;font-weight:800;line-height:1.2}
.full-price-link{display:flex;width:max-content;align-items:center;gap:7px;margin:16px auto 0;color:var(--green-dark);font-size:.63rem;font-weight:800;text-transform:uppercase}
.full-price-link .icon{width:14px;height:14px}

.area-section{width:100%;border-top:1px solid #f1f2f3;background:#fff}
.area-inner{display:grid;width:100%;grid-template-columns:36.7% 63.3%}
.area-copy{display:flex;min-height:265px;flex-direction:column;justify-content:center;padding:30px 4vw 30px clamp(28px,8.5vw,160px)}
.area-copy h2{margin-bottom:15px;font-size:clamp(1.55rem,2.4vw,2.8rem)}
.area-copy p:not(.eyebrow){max-width:300px;color:var(--muted);font-size:.72rem;line-height:1.65}
.area-copy .btn{width:max-content;margin-top:1px}
.map-wrap{position:relative;min-height:265px;background:#e5eee2}
.map-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

.site-footer{width:100%;background:var(--navy-dark);color:#d3dce6}
.footer-inner{display:grid;width:100%;grid-template-columns:1.35fr .7fr 1fr 1fr;gap:48px;padding:32px clamp(28px,8.5vw,160px) 25px}
.footer-brand img{width:150px;margin-bottom:13px}
.footer-brand p{max-width:270px;font-size:.68rem;line-height:1.6}
.footer-title{margin:0 0 12px;color:#fff;font-size:.64rem;font-weight:800;text-transform:uppercase}
.footer-links{display:grid;gap:6px;margin:0;padding:0;list-style:none;font-size:.65rem}
.footer-links a:hover{color:#6bd45e}
.footer-contact li{display:flex;align-items:flex-start;gap:8px}
.footer-contact .icon{width:15px;height:15px;flex:0 0 15px;color:#4ccc43}
.footer-button{margin-top:12px}
.socials{display:flex;gap:8px;margin-top:18px}
.socials a,.socials span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#284b37;color:#fff;font-size:.7rem;font-weight:700}
.copyright{padding:13px 24px;border-top:1px solid rgba(255,255,255,.08);font-size:.6rem;text-align:center}

.page-hero{padding:56px clamp(28px,8.5vw,160px);background:var(--green-soft)}
.page-hero h1{font-size:clamp(2rem,3.5vw,3.6rem)}
.breadcrumbs{margin-bottom:10px;color:var(--muted);font-size:.75rem}.breadcrumbs a{color:var(--green-dark)}
.page-main{padding:58px clamp(28px,8.5vw,160px)}
.entry-content{max-width:880px;margin:0 auto}.entry-content h2{margin:34px 0 14px;font-size:1.75rem}.entry-content h3{margin:26px 0 10px;font-size:1.2rem}.entry-content p,.entry-content li{color:var(--muted)}.entry-content a:not(.btn){color:var(--green-dark);text-decoration:underline}.page-cta{margin-top:38px;padding:28px;border-radius:8px;background:var(--green-soft);text-align:center}.page-cta h2{margin-top:0}.not-found{padding:100px 24px;text-align:center}.not-found p{color:var(--muted)}

@media (max-width:1050px){.main-nav ul{gap:12px}.header-phone{margin-left:8px}.hero-copy h1{font-size:clamp(2.25rem,4vw,3.3rem)}.hero-features{gap:10px}.feature small{white-space:normal}.about-section,.pricing-section{padding-inline:6vw}.area-copy{padding-left:6vw}.footer-inner{padding-inline:6vw}}
@media (max-width:820px){html{scroll-padding-top:72px}.admin-bar .site-header{top:46px}.header-inner{min-height:72px}.brand{width:170px;flex-basis:170px}.menu-toggle{display:flex}.header-phone{display:none}.main-nav{position:absolute;top:100%;right:0;left:0;display:none;margin:0;padding:10px 24px 18px;border-top:1px solid var(--line);background:#fff;box-shadow:0 16px 28px rgba(11,31,56,.12)}.main-nav.is-open{display:block}.main-nav ul{display:grid;gap:0}.main-nav a{padding:11px 4px;border-bottom:1px solid #edf0f2}.hero-inner{height:auto;grid-template-columns:1fr}.hero-copy{padding:46px 28px 34px}.hero-copy h1{font-size:clamp(2.35rem,8vw,3.7rem)}.hero-image{height:430px}.about-section,.pricing-section{padding:50px 28px}.about-inner{grid-template-columns:1fr;gap:32px}.pest-grid{grid-template-columns:repeat(3,1fr)}.price-grid{grid-template-columns:repeat(2,1fr)}.area-inner{grid-template-columns:1fr}.area-copy{min-height:0;padding:48px 28px}.map-wrap{min-height:390px}.footer-inner{grid-template-columns:repeat(2,1fr);padding:42px 28px 30px}}
@media (max-width:560px){.container{padding-inline:20px}.brand{width:155px;flex-basis:155px}.hero-copy{padding:38px 20px 30px}.hero-copy h1{font-size:2.45rem}.hero-copy h1 br{display:none}.hero-lead br{display:none}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-features{grid-template-columns:1fr;gap:12px}.hero-image{height:330px}.about-section,.pricing-section{padding:42px 20px}.about-copy h2 br,.area-copy h2 br{display:none}.pest-grid{grid-template-columns:repeat(2,1fr)}.pest:nth-child(3n){border-right:1px solid #eceff0}.pest:nth-child(2n){border-right:0}.pest:nth-last-child(-n+3){border-bottom:1px solid #eceff0}.pest:nth-last-child(-n+2){border-bottom:0}.price-grid{grid-template-columns:1fr}.area-copy{padding:42px 20px}.map-wrap{min-height:330px}.footer-inner{grid-template-columns:1fr;gap:28px;padding:38px 20px}.footer-inner>div:not(:first-child){padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
