:root{--red:#d40000;--red2:#ff1717;--dark:#050505;--ink:#111;--muted:#666;--line:#e5e5e5;--paper:#fff;--soft:#fff5f3;--shadow:0 16px 42px rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Arial,sans-serif}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.bb-container{width:min(1220px,calc(100% - 48px));margin-left:auto;margin-right:auto}.grid{display:grid;gap:20px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(5,5,5,.96);border-bottom:1px solid #232323;color:white;backdrop-filter:blur(14px)}.nav-wrap{min-height:70px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;margin-right:auto}.brand-mark{width:42px;height:42px;display:grid;place-items:center;color:var(--red2);border:2px solid var(--red);clip-path:polygon(50% 0,94% 16%,88% 72%,50% 100%,12% 72%,6% 16%);padding:9px}.brand-mark svg,.icon svg,.mini-icon svg{width:100%;height:100%}.brand-copy{display:flex;flex-direction:column;font-size:20px;font-weight:950;line-height:1;text-transform:uppercase}.brand-copy small{margin-top:4px;color:#bbb;font-size:8px;font-weight:850;letter-spacing:.12em}.main-nav{display:flex;align-items:center;gap:20px}.main-nav a{font-size:11px;font-weight:900}.main-nav a.active,.main-nav a:hover{color:var(--red2)}.phone-pill{display:flex;align-items:center;gap:8px;border-radius:7px;padding:11px 16px;color:white;background:linear-gradient(135deg,var(--red),#920000);font-size:12px;font-weight:950}.menu{display:none;width:42px;height:42px;border:1px solid #333;border-radius:8px;background:#111;color:white}
.mini-icon{flex:0 0 auto;width:18px;height:18px;display:inline-grid;place-items:center}.btn .mini-icon{width:17px;height:17px}
.hero{position:relative;min-height:560px;display:grid;align-items:center;color:white;background:url("assets/images/hero.png") center/cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.86) 38%,rgba(0,0,0,.18) 68%)}.hero-content{position:relative;z-index:1;max-width:590px;padding:76px 0 128px}.hero h1{margin:0 0 20px;font-size:clamp(42px,5vw,72px);line-height:.98;font-weight:1000;text-transform:uppercase}.hero h1 span{display:block;color:var(--red2);font-style:italic}.lead{color:var(--muted);font-size:16px;line-height:1.72}.hero .lead{color:#fff;font-weight:800}.checks{display:grid;gap:10px;margin:18px 0;padding:0;list-style:none}.checks.two{grid-template-columns:repeat(2,minmax(0,1fr))}.checks li{position:relative;padding-left:25px;color:var(--muted);font-size:13px}.hero .checks li{color:white;font-weight:800}.checks li:before{content:"";position:absolute;left:0;top:3px;width:15px;height:15px;border-radius:50%;background:#fff0;border:1px solid var(--red)}.checks li:after{content:"";position:absolute;left:4px;top:7px;width:7px;height:3px;border-left:2px solid var(--red2);border-bottom:2px solid var(--red2);transform:rotate(-45deg)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:6px;padding:12px 20px;font:950 12px/1 Inter,Arial;text-transform:uppercase;cursor:pointer}.btn-primary{color:white;background:linear-gradient(135deg,var(--red2),#b00000);box-shadow:0 12px 24px rgba(212,0,0,.26)}.btn-secondary{color:#111;background:white;border-color:#d6d6d6}.btn-dark{color:white;background:#111;border-color:#333}.btn:hover{transform:translateY(-1px)}
.emergency{position:relative;z-index:4;margin-top:-54px}.emergency-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 22px;color:white;border-radius:10px;background:linear-gradient(135deg,#e00000,#930000);box-shadow:var(--shadow)}.emergency h2{margin:0;font-size:22px;text-transform:uppercase}.emergency p{margin:5px 0 0;color:#ffe5e5}.section{padding:64px 0}.section.soft{background:#fafafa}.section.dark{background:#050505;color:white}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:26px}.section h2,.page-hero h1{margin:8px 0 10px;font-size:clamp(31px,3.4vw,48px);line-height:1.08;font-weight:950}.page-hero{padding:48px 0 36px;background:linear-gradient(135deg,#fff,#fff4f4)}.breadcrumbs{font-size:11px;color:var(--muted)}.card{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:white;box-shadow:0 9px 25px rgba(0,0,0,.06)}.card-body{display:flex;flex:1;flex-direction:column;padding:22px}.card h3{margin:0 0 10px;font-size:18px}.card p{margin:0;color:var(--muted);font-size:13px;line-height:1.62}.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-4{grid-template-columns:repeat(4,minmax(0,1fr))}.cards-5{grid-template-columns:repeat(5,minmax(0,1fr))}.cards-6{grid-template-columns:repeat(6,minmax(0,1fr))}.cards-3>.card,.cards-4>.card,.cards-5>.card,.cards-6>.card{display:flex;flex-direction:column;height:100%}.split{grid-template-columns:1fr 1fr;align-items:stretch}.icon{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:var(--red);background:#fff0f0;padding:10px}.service-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:18px;border-radius:50%;color:var(--red);background:#fff0f0;padding:11px}.service-icon svg{width:100%;height:100%}.text-link{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:16px;color:var(--red);font-size:12px;font-weight:950}.price{margin-top:14px;color:var(--red);font-size:26px;font-weight:1000}
.pest-card{text-align:center}.pest-svg{width:72px;height:72px;margin:0 auto 12px;color:#5a0909}.pest-svg svg{width:100%;height:100%;stroke-width:1.7}.trust-features{grid-template-columns:repeat(4,minmax(0,1fr))}.feature{display:flex;align-items:flex-start;gap:13px;padding:18px;border-radius:9px;background:#fff}.feature p{margin-top:4px}.ai-box{padding:28px;background:linear-gradient(135deg,#fff,#fff3f3)}.suggestion-chips{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 14px}.suggestion-chips button{border:1px solid #f0b0b0;border-radius:999px;background:white;color:#111;padding:9px 12px;font:900 11px/1 Inter,Arial;cursor:pointer}.suggestion-chips button:hover{color:white;background:var(--red)}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.ai-photo-preview{display:flex;align-items:center;gap:12px;min-height:86px;margin-top:13px;padding:12px;border:1px dashed #e9a7a7;border-radius:9px;background:#fff}.ai-photo-preview span{flex:0 0 auto;width:34px;height:34px;color:var(--red)}.ai-photo-preview img{width:92px;height:62px;border-radius:7px;object-fit:cover}.ai-photo-preview p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.ai-result-card{display:flex;flex-direction:column;gap:12px;padding:28px;background:linear-gradient(135deg,#111,#330000);color:white}.ai-result-card p,.ai-result-card .checks li{color:#f5dede}.ai-result-card .btn{width:max-content}.ai-loader{display:flex;gap:9px;margin-bottom:6px}.ai-loader span{width:13px;height:13px;border-radius:50%;background:var(--red2);box-shadow:0 0 18px rgba(255,23,23,.75);animation:aiPulse .85s infinite ease-in-out}.ai-loader span:nth-child(2){animation-delay:.14s}.ai-loader span:nth-child(3){animation-delay:.28s}.ai-progress{height:7px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.15)}.ai-progress i{display:block;width:42%;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--red2),#fff);animation:aiSlide 1s infinite ease-in-out}@keyframes aiPulse{0%,80%,100%{opacity:.35;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}@keyframes aiSlide{0%{transform:translateX(-120%)}100%{transform:translateX(260%)}}.field{width:100%;min-height:46px;border:1px solid var(--line);border-radius:7px;background:white;padding:12px 13px;font:inherit;outline:none}.field:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(212,0,0,.08)}textarea.field{min-height:118px;resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-card{padding:28px}.form-status{display:none;margin-top:13px;border-radius:7px;padding:12px;color:#111;background:#fff0f0;font-size:12px}.form-status.show{display:block}.robot{min-height:190px;display:grid;place-items:center;color:#111}.robot .bot{width:132px;height:132px;border-radius:28px;background:linear-gradient(135deg,#fff,#ddd);position:relative;border:6px solid #eee}.robot .bot:before,.robot .bot:after{content:"";position:absolute;top:45px;width:17px;height:17px;border-radius:50%;background:#00e282}.robot .bot:before{left:35px}.robot .bot:after{right:35px}.stats-band{padding:28px 0;color:white;background:linear-gradient(135deg,#e00000,#870000)}.stats{grid-template-columns:repeat(4,minmax(0,1fr))}.stat{display:flex;align-items:center;gap:12px;justify-content:center;padding:12px}.stat b{display:block;font-size:23px}.stat small{color:#ffe0e0}.image-panel{min-height:410px;background:center/cover no-repeat}.analysis-image{background-image:url("assets/images/analysis.png")}.van-image{background-image:url("assets/images/van.png")}.process-section{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.55)),url("assets/images/process.png") center/cover;color:white}.process-list{display:grid;gap:14px}.process-item{display:flex;gap:12px;align-items:flex-start;padding:13px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:rgba(255,255,255,.04)}.process-item strong{color:white}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.tab{border:1px solid var(--line);border-radius:999px;padding:9px 16px;background:white;color:#111;font-size:11px;font-weight:950}.tab.active{color:white;background:var(--red)}.result-card{display:grid;grid-template-columns:1fr 1.1fr;gap:24px;align-items:center;padding:24px}.badge{display:inline-flex;width:max-content;border-radius:999px;padding:7px 11px;color:white;background:var(--red);font-size:10px;font-weight:950}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.plan.popular{border-color:var(--red);box-shadow:0 14px 32px rgba(212,0,0,.12)}.support-band{padding:28px 0;color:white;background:linear-gradient(110deg,#050505,#b00000)}.support-row{display:flex;align-items:center;justify-content:space-between;gap:25px}.support-row h2{margin:0}.support-row p{margin:6px 0 0;color:#ffe1e1}.footer-cta{background:linear-gradient(90deg,rgba(0,0,0,.87),rgba(212,0,0,.42)),url("assets/images/van.png") center/cover;color:white}footer{padding:55px 0 25px;background:#050505;color:white}footer .brand-copy small,footer p,footer a{color:#bbb;font-size:12px;line-height:1.9}footer h4{margin:0 0 13px}.footer-grid{grid-template-columns:1.55fr repeat(4,minmax(0,1fr))}.socials{display:flex;gap:8px;margin-top:16px}.socials span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--red);font-size:10px}.copyright{margin-top:32px;padding-top:18px;border-top:1px solid #222;color:#aaa;font-size:11px}
@media(max-width:1000px){.main-nav{display:none;position:absolute;top:70px;left:17px;right:17px;flex-direction:column;align-items:stretch;padding:14px;border:1px solid #333;border-radius:10px;background:#050505;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:10px}.menu{display:block}.phone-pill{display:none}.cards-6,.cards-5,.cards-4,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-3,.split,.result-card,.pricing-grid{grid-template-columns:1fr}.trust-features,.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{background-position:66% center}.hero:after{background:linear-gradient(90deg,rgba(0,0,0,.98),rgba(0,0,0,.76) 68%,rgba(0,0,0,.25))}}
@media(max-width:640px){.bb-container{width:min(100% - 24px,1220px)}.hero{min-height:620px;background-position:72% center}.hero-content{padding:56px 0 116px}.hero h1{font-size:42px}.section{padding:52px 0}.page-hero{padding:34px 0 26px}.emergency{margin-top:-38px}.emergency-row,.section-head,.support-row{align-items:flex-start;flex-direction:column}.cards-6,.cards-5,.cards-4,.cards-3,.trust-features,.stats,.footer-grid,.form-grid,.checks.two{grid-template-columns:1fr}.image-panel{min-height:320px}}
