/* ============================================================
   HOMEPAGE STYLES — loaded via wp_enqueue_style('atco-homepage')
   ============================================================ */

/* ----- HERO ----- */
.hp-hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden;clip-path:inset(0);background:#000}
.hp-hero-video-wrap{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}
.hp-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;will-change:opacity;display:block}
.hp-hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse 85% 60% at 50% 38%,rgba(0,0,0,.48) 0%,rgba(0,0,0,.08) 100%),linear-gradient(to bottom,rgba(0,0,0,.28) 0%,rgba(0,0,0,.15) 55%,rgba(0,0,0,.60) 100%);z-index:1}
.hp-hero-inner{position:relative;z-index:2;max-width:860px;margin:0 auto;padding:80px 32px 100px;display:flex;align-items:center;justify-content:center;width:100%}
.hp-hero-content{text-align:center;width:100%}
.hp-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,110,81,.12);border:1px solid rgba(0,110,81,.55);border-radius:50px;padding:7px 18px;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#b2f080;margin-bottom:16px;box-shadow:0 0 18px rgba(0,110,81,.18);backdrop-filter:blur(6px)}
.hp-hero-badge svg{width:13px;height:13px;color:#006E51;flex-shrink:0}
.hp-hero h1{font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:800;line-height:1.07;letter-spacing:-0.02em;color:#fff;margin:0 0 16px;font-family:'Poppins',sans-serif;text-shadow:0 2px 24px rgba(0,0,0,.5)}
.hp-hero h1 em{color:#5BBD2B;font-style:normal;display:inline-block;text-shadow:0 2px 18px rgba(0,0,0,.75),0 0 48px rgba(0,0,0,.55)}
.hp-hero-desc{font-size:17px;line-height:1.75;color:rgba(255,255,255,.75);margin:0 auto 28px;max-width:600px}
.hp-hero-ctas{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:22px}

/* Primary schedule CTA — gold/yellow, pops against green hero */
.hp-cta-primary{position:relative;display:inline-flex;align-items:center;gap:9px;background:linear-gradient(135deg,#FFD744,#FFC72C);color:#004F2D;font-weight:800;font-size:15px;padding:17px 34px;border-radius:50px;text-decoration:none;letter-spacing:.4px;transition:all .3s ease;box-shadow:0 6px 28px rgba(255,199,44,.55),0 0 0 0 rgba(255,199,44,.35);border:none;cursor:pointer;overflow:hidden}
.hp-cta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 36px rgba(255,199,44,.7);color:#004F2D}
.hp-cta-schedule{font-size:17px;padding:20px 44px;box-shadow:0 8px 32px rgba(255,199,44,.6),0 0 0 0 rgba(255,199,44,.4);animation:cta-pulse-ring 2.6s ease-out infinite}
.hp-cta-schedule:hover{transform:translateY(-3px);box-shadow:0 16px 44px rgba(255,199,44,.75);color:#004F2D}
@keyframes cta-pulse-ring{
    0%,100%{box-shadow:0 8px 32px rgba(255,199,44,.6),0 0 0 0 rgba(255,199,44,.5)}
    60%{box-shadow:0 8px 32px rgba(255,199,44,.6),0 0 0 16px rgba(255,199,44,0)}
}
.hp-cta-shimmer{position:absolute;top:0;left:-100%;width:55%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);animation:cta-shimmer-slide 2.8s ease-in-out infinite;pointer-events:none;border-radius:50px}
@keyframes cta-shimmer-slide{0%,100%{left:-100%}45%,55%{left:160%}}

/* Soft secondary link — full opacity, clearly clickable */
.hp-cta-soft{display:inline-flex;align-items:center;gap:7px;color:rgba(255,255,255,.92);font-size:15px;font-weight:600;text-decoration:none;transition:color .2s,text-decoration .2s;letter-spacing:.2px}
.hp-cta-soft:hover{color:#fff;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(255,255,255,.5)}
.hp-cta-soft svg{transition:transform .2s ease;opacity:.85}
.hp-cta-soft:hover svg{transform:translateX(3px);opacity:1}

/* Trust strip — now hosts arb-badge review logo pills */
.hp-trust-strip{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;flex-wrap:wrap;}

/* Scroll hint chevron */
.hp-scroll-hint{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.22);color:rgba(255,255,255,.55);text-decoration:none;animation:scroll-bob 2.2s ease-in-out infinite;z-index:3;transition:border-color .2s,color .2s}
.hp-scroll-hint:hover{border-color:rgba(255,255,255,.5);color:#fff}
.hp-scroll-hint svg{width:20px;height:20px}
@keyframes scroll-bob{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(7px)}}

/* Legacy classes — kept for other templates */
.hp-cta-secondary{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.08);backdrop-filter:blur(14px);border:1.5px solid rgba(255,255,255,.28);color:#fff;font-weight:600;font-size:15px;padding:16px 28px;border-radius:50px;text-decoration:none;transition:all .3s ease}
.hp-cta-secondary:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.5);color:#fff;transform:translateY(-2px)}
.hp-hero-trust{display:flex;flex-wrap:wrap;gap:10px}
.hp-trust-pill{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:50px;padding:5px 13px;color:rgba(255,255,255,.82);font-size:12px;font-weight:600;backdrop-filter:blur(6px);transition:border-color .2s}
.hp-trust-pill:hover{border-color:rgba(0,110,81,.5)}
.hp-trust-pill svg{width:13px;height:13px;color:#006E51;flex-shrink:0}

/* Scheduler card — hidden (replaced by popup flow) */
.hp-scheduler-card{display:none!important}

/* Scheduler card — Liquid Glass */
.hp-scheduler-card{background:linear-gradient(135deg,rgba(255,255,255,0.13) 0%,rgba(255,255,255,0.07) 100%);backdrop-filter:blur(44px) saturate(200%) brightness(1.08);-webkit-backdrop-filter:blur(44px) saturate(200%) brightness(1.08);border:1px solid rgba(255,255,255,0.22);border-top:3px solid #006E51;border-radius:24px;padding:44px 40px;box-shadow:0 8px 40px rgba(0,0,0,0.45),0 2px 8px rgba(0,0,0,0.2),0 0 70px rgba(0,110,81,0.14),inset 0 1px 0 rgba(255,255,255,0.35),inset 0 -1px 0 rgba(0,0,0,0.08);position:relative;overflow:hidden}
.hp-scheduler-card::before{content:'';position:absolute;top:3px;left:12px;right:12px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.65),transparent);border-radius:50%;pointer-events:none;z-index:1}
.hp-scheduler-card::after{content:'';position:absolute;inset:0;border-radius:24px;background:radial-gradient(ellipse at 20% 0%,rgba(0,110,81,0.10) 0%,transparent 60%),radial-gradient(ellipse at 80% 100%,rgba(0,87,168,0.07) 0%,transparent 60%);pointer-events:none;z-index:0}
.hp-scheduler-card>*{position:relative;z-index:1}
.hp-scheduler-card .sc-head{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,0.14);margin-bottom:18px}
.hp-scheduler-card .sc-head .sc-icon{width:52px;height:52px;min-width:52px;background:linear-gradient(135deg,#006E51,#0057A8);border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(0,110,81,0.55),0 2px 6px rgba(0,87,168,0.3),inset 0 1px 0 rgba(255,255,255,0.25)}
.hp-scheduler-card .sc-head .sc-icon svg{width:26px;height:26px;color:#fff}
.hp-scheduler-card .sc-head-text{flex:1}
.hp-scheduler-card .sc-head h3{font-size:26px;font-weight:800;color:#fff;margin:0 0 5px;font-family:'Poppins',sans-serif;line-height:1.15;text-shadow:0 1px 8px rgba(0,0,0,0.3)}
.hp-scheduler-card .sc-head p{font-size:14px;color:rgba(255,255,255,0.65);margin:0}
.hp-scheduler-card .sc-new-badge{background:rgba(0,110,81,0.28);border:1px solid rgba(0,180,100,0.45);color:#a0ffb8;font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap}
.hp-scheduler-card .sc-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:24px 28px;background:linear-gradient(135deg,#00a067,#006E51,#00523D);border:none;border-radius:16px;color:#fff;font-size:20px;font-weight:800;cursor:pointer;font-family:'Poppins',sans-serif;letter-spacing:.2px;margin-bottom:14px;transition:all .3s ease;box-shadow:0 8px 28px rgba(0,110,81,.55),0 0 0 1px rgba(255,255,255,.12) inset,inset 0 1px 0 rgba(255,255,255,.2)}
.hp-scheduler-card .sc-btn-sub{text-align:center;font-size:11px;color:rgba(255,255,255,0.45);margin:0 0 18px;font-family:'Open Sans',sans-serif;letter-spacing:.3px}
.hp-scheduler-card .sc-btn:hover{background:linear-gradient(135deg,#00c87a,#006E51);transform:translateY(-2px);box-shadow:0 14px 44px rgba(0,110,81,.65),inset 0 1px 0 rgba(255,255,255,.2)}
.hp-scheduler-card .sc-btn svg{width:22px;height:22px}
.hp-scheduler-card .sc-divider{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.hp-scheduler-card .sc-divider::before,.hp-scheduler-card .sc-divider::after{content:'';flex:1;height:1px;background:rgba(255,255,255,0.16)}
.hp-scheduler-card .sc-divider span{font-size:12px;color:rgba(255,255,255,0.45);text-transform:uppercase;letter-spacing:1px}
.hp-scheduler-card .sc-alts{display:flex;gap:10px}
.hp-scheduler-card .sc-alt{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:17px;border-radius:12px;border:1px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.88);font-size:14px;font-weight:600;text-decoration:none;transition:all .25s ease;background:rgba(255,255,255,0.06)}
.hp-scheduler-card .sc-alt:hover{background:rgba(255,255,255,0.14);color:#fff;border-color:rgba(255,255,255,0.38)}
.hp-scheduler-card .sc-alt svg{width:14px;height:14px}
.hp-scheduler-card .sc-ratings{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.12);display:flex;align-items:center;justify-content:center;gap:10px}
.hp-scheduler-card .sc-stars{color:#5BBD2B;font-size:18px;letter-spacing:2px;filter:drop-shadow(0 0 4px rgba(91,189,43,0.5))}
.hp-scheduler-card .sc-rating-text{font-size:13px;color:rgba(255,255,255,0.58)}
[data-theme="dark"] .hp-scheduler-card{background:linear-gradient(135deg,rgba(10,22,12,0.55) 0%,rgba(4,12,8,0.45) 100%)!important;border-color:rgba(0,110,81,0.32)!important;border-top-color:rgba(0,180,100,0.7)!important;box-shadow:0 8px 40px rgba(0,0,0,0.6),0 0 70px rgba(0,110,81,0.18),inset 0 1px 0 rgba(255,255,255,0.12)!important}
[data-theme="dark"] .hp-scheduler-card .sc-head{border-bottom-color:rgba(255,255,255,0.08)!important}
[data-theme="dark"] .hp-scheduler-card .sc-head h3{color:#fff!important}
[data-theme="dark"] .hp-scheduler-card .sc-head p{color:rgba(255,255,255,0.6)!important}
[data-theme="dark"] .hp-scheduler-card .sc-new-badge{background:rgba(0,110,81,0.25)!important;border-color:rgba(0,180,100,0.4)!important;color:#7dff9a!important}
[data-theme="dark"] .hp-scheduler-card .sc-btn-sub{color:rgba(255,255,255,0.35)!important}
[data-theme="dark"] .hp-scheduler-card .sc-divider::before,[data-theme="dark"] .hp-scheduler-card .sc-divider::after{background:rgba(255,255,255,0.1)!important}
[data-theme="dark"] .hp-scheduler-card .sc-divider span{color:rgba(255,255,255,0.38)!important}
[data-theme="dark"] .hp-scheduler-card .sc-alt{border-color:rgba(255,255,255,0.15)!important;background:rgba(255,255,255,0.04)!important;color:rgba(255,255,255,0.8)!important}
[data-theme="dark"] .hp-scheduler-card .sc-alt:hover{background:rgba(255,255,255,0.1)!important;color:#fff!important;border-color:rgba(255,255,255,0.3)!important}
[data-theme="dark"] .hp-scheduler-card .sc-ratings{border-top-color:rgba(255,255,255,0.08)!important}
[data-theme="dark"] .hp-scheduler-card .sc-rating-text{color:rgba(255,255,255,0.55)!important}

/* ----- STATS STRIP ----- */
.hp-stats{display:none!important}
.hp-stats-inner{max-width:1320px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:repeat(4,1fr)}
.hp-stat{padding:28px 20px;text-align:center;border-right:1px solid rgba(255,255,255,.08);position:relative}
.hp-stat:last-child{border-right:none}
.hp-stat-num{font-size:32px;font-weight:800;color:#006E51;font-family:'Poppins',sans-serif;line-height:1;margin-bottom:5px}
.hp-stat-label{font-size:12px;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.8px;font-weight:500}

/* ----- PEST SELECTOR ----- */
.hp-pest-section{padding:80px 0 60px;background:#E6F4F0}
.hp-pest-inner{max-width:1320px;margin:0 auto;padding:0 32px}
.hp-section-kicker{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#006E51;margin-bottom:10px}
.hp-section-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#1F2124;margin:0 0 10px;font-family:'Poppins',sans-serif}
.hp-section-sub{font-size:16px;color:#666;margin:0 0 40px;max-width:560px}
.hp-pest-header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:20px;margin-bottom:36px}
.hp-pest-header-left .radio-link{display:inline-flex;align-items:center;gap:8px;margin-top:12px;background:#f0fae8;border:1px solid #c5e8a8;border-radius:50px;padding:6px 14px 6px 10px;text-decoration:none;transition:all .25s ease}
.hp-pest-header-left .radio-link img{height:22px;width:auto}
.hp-pest-header-left .radio-link span{font-size:12px;font-weight:600;color:#00523D}
.hp-pest-header-left .radio-link:hover{background:#e0f7d0;border-color:#9fd07a}
.hp-pest-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
.hp-pest-card{flex:0 0 calc(25% - 11px);min-width:110px;max-width:220px}
.hp-pest-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:22px 12px 18px;background:#fff;border:1.5px solid #d8eee2;border-radius:16px;text-decoration:none;transition:all .25s ease;cursor:pointer;text-align:center;box-shadow:0 1px 4px rgba(0,110,81,.06)}
.hp-pest-card:hover{border-color:#006E51;background:linear-gradient(145deg,#e8faf0,#d8f4e6);transform:translateY(-4px);box-shadow:0 10px 28px rgba(0,110,81,.2)}
.hp-pest-card .pc-emoji{font-size:2rem;line-height:1;transition:transform .25s ease}
.hp-pest-card:hover .pc-emoji{transform:scale(1.15)}
.hp-pest-card .pc-label{font-size:13px;font-weight:600;color:#333;line-height:1.3}

/* ----- WHY ATCO ----- */
.hp-why{padding:80px 0;background:#E6F4F0}
.hp-why-inner{max-width:1320px;margin:0 auto;padding:0 32px}
.hp-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}
.hp-why-card{background:#fff;border-radius:20px;padding:32px 24px;box-shadow:0 2px 20px rgba(0,0,0,.05);border:1px solid rgba(0,110,81,.1);transition:all .3s ease;position:relative;overflow:hidden}
.hp-why-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#006E51,#00523D);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.hp-why-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,110,81,.15)}
.hp-why-card:hover::before{transform:scaleX(1)}
.hp-why-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#e0f0ec,#c8f0a8);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.hp-why-icon svg{width:26px;height:26px;color:#00523D}
.hp-why-card h3{font-size:16px;font-weight:700;color:#1F2124;margin:0 0 10px;font-family:'Poppins',sans-serif}
.hp-why-card p{font-size:14px;color:#666;line-height:1.65;margin:0}

/* ----- HOW IT WORKS ----- */
.hp-how{padding:80px 0;background:#fff}
.hp-how-inner{max-width:1320px;margin:0 auto;padding:0 32px}
.hp-how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:48px;position:relative}
.hp-how-steps::before{content:'';position:absolute;top:36px;left:16.67%;right:16.67%;height:2px;background:linear-gradient(90deg,#006E51,#00523D);z-index:0}
.hp-how-step{text-align:center;padding:0 32px;position:relative;z-index:1}
.hp-step-num{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#006E51,#00523D);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:26px;font-weight:800;color:#fff;font-family:'Poppins',sans-serif;box-shadow:0 8px 24px rgba(0,110,81,.35)}
.hp-how-step h3{font-size:17px;font-weight:700;color:#1F2124;margin:0 0 10px;font-family:'Poppins',sans-serif}
.hp-how-step p{font-size:14px;color:#666;line-height:1.6;margin:0}

/* ----- SERVICE CARDS ----- */
.hp-services{padding:80px 0;background:#ffffff}
.hp-services-inner{max-width:1320px;margin:0 auto;padding:0 32px}
.hp-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.hp-srv-card{border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 2px 20px rgba(0,0,0,.06);transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column}
.hp-srv-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,.12)}
.hp-srv-card-img{height:210px;overflow:hidden;position:relative}
.hp-srv-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.hp-srv-card:hover .hp-srv-card-img img{transform:scale(1.07)}
.hp-srv-card-img-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;background:linear-gradient(135deg,#e0f0ec,#c8f0a8)}
.hp-srv-card-body{padding:24px;flex:1;display:flex;flex-direction:column}
.hp-srv-card-body h3{font-size:18px;font-weight:700;color:#1F2124;margin:0 0 10px;font-family:'Poppins',sans-serif}
.hp-srv-card-body p{font-size:14px;color:#666;line-height:1.6;margin:0 0 18px;flex:1}
.hp-srv-card-body .srv-link{display:inline-flex;align-items:center;gap:6px;color:#006E51;font-weight:700;font-size:13px;letter-spacing:.5px;text-transform:uppercase}
.hp-srv-card-body .srv-link svg{width:14px;height:14px;transition:transform .2s ease}
.hp-srv-card:hover .srv-link svg{transform:translateX(4px)}
.hp-services-cta{text-align:center;margin-top:40px}
.hp-btn-outline{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border:2px solid #006E51;border-radius:50px;color:#006E51;font-weight:700;font-size:14px;text-decoration:none;letter-spacing:.5px;transition:all .3s ease}
.hp-btn-outline:hover{background:#006E51;color:#fff}

/* ----- TESTIMONIALS ----- */
.hp-reviews{padding:80px 0;background:#fff}
.hp-reviews-inner{max-width:1320px;margin:0 auto;padding:0 32px}
.hp-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.hp-review-card{background:#fff;border-radius:20px;padding:30px;border:1.5px solid #eaeaea;transition:all .3s ease;position:relative}
.hp-review-card:hover{border-color:#006E51;box-shadow:0 8px 32px rgba(0,110,81,.12)}
.hp-review-stars{color:#5BBD2B;font-size:18px;letter-spacing:2px;margin-bottom:14px}
.hp-review-quote{font-size:15px;color:#444;line-height:1.7;margin:0 0 20px;font-style:italic}
.hp-review-quote::before{content:'\201C';font-size:48px;color:#006E51;line-height:.5;float:left;margin-right:8px;margin-top:10px}
.hp-review-meta{display:flex;align-items:center;gap:12px;border-top:1px solid #f0f0f0;padding-top:16px;margin-top:0}
.hp-review-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#006E51,#00523D);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;flex-shrink:0;font-family:'Poppins',sans-serif}
.hp-review-name{font-size:14px;font-weight:700;color:#1F2124}
.hp-review-source{font-size:12px;color:#999}
.hp-review-badge{position:absolute;top:20px;right:20px;background:#f0fae8;border-radius:50px;padding:3px 10px;font-size:11px;font-weight:700;color:#00523D;text-transform:uppercase;letter-spacing:.6px}
.hp-review-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:32px;margin-top:48px;padding-top:40px;border-top:1px solid #f0f0f0}
.hp-review-logo a{opacity:.6;transition:opacity .2s ease;display:flex;align-items:center}
.hp-review-logo a:hover{opacity:1}
.hp-review-logo img{height:32px;width:auto;filter:grayscale(1)}
.hp-review-logo a:hover img{filter:none}

/* ----- SERVICE AREA ----- */
.hp-area{padding:80px 0;background:#1b2a1b}
.hp-area-inner{max-width:1320px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.hp-area-kicker{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#006E51;margin-bottom:12px}
.hp-area h2{font-size:clamp(1.6rem,2.8vw,2.1rem);font-weight:700;color:#fff;margin:0 0 16px;font-family:'Poppins',sans-serif;line-height:1.2}
.hp-area p{font-size:15px;color:rgba(255,255,255,.7);line-height:1.7;margin:0 0 28px}
.hp-county-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}
.hp-county-pill{background:rgba(0,110,81,.15);border:1px solid rgba(0,110,81,.3);border-radius:50px;padding:5px 14px;font-size:12px;font-weight:600;color:#a3e887;letter-spacing:.3px}
.hp-area-cta{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#006E51,#00523D);color:#fff;font-weight:700;font-size:14px;padding:14px 28px;border-radius:50px;text-decoration:none;letter-spacing:.4px;transition:all .3s ease;box-shadow:0 4px 16px rgba(0,110,81,.35)}
.hp-area-cta:hover{background:linear-gradient(135deg,#00523D,#003B26);transform:translateY(-2px);color:#fff}
.hp-area-img{border-radius:20px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.3)}
.hp-area-img img{width:100%;height:auto;display:block}

/* ----- CERTIFICATIONS ----- */
.hp-certs{padding:64px 0;background:#fff;border-top:1px solid #f0f0f0}
.hp-certs-inner{max-width:1320px;margin:0 auto;padding:0 32px}
.hp-certs-top{text-align:center;margin-bottom:40px}
.hp-certs-top p{font-size:14px;color:#888;text-transform:uppercase;letter-spacing:1px;font-weight:600}
.hp-certs-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:40px}
.hp-cert-logo{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.6;transition:all .25s ease}
.hp-cert-logo:hover{opacity:1}
.hp-cert-logo img{height:56px;width:auto;object-fit:contain}
.hp-cert-logo span{font-size:11px;font-weight:600;color:#888;text-align:center;letter-spacing:.5px}

/* ----- OFFERS CTA ----- */
.hp-offers{padding:0;background:#fff}
.hp-offers-band{background:linear-gradient(135deg,#006E51 0%,#00523D 100%);padding:60px 32px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.hp-offers-band h2{font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;color:#fff;margin:0;font-family:'Poppins',sans-serif;line-height:1.2}
.hp-offers-band p{font-size:15px;color:rgba(255,255,255,.8);margin:8px 0 0}
.hp-offers-cta{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#00523D;font-weight:700;font-size:14px;padding:15px 30px;border-radius:50px;text-decoration:none;white-space:nowrap;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 16px rgba(0,0,0,.15)}
.hp-offers-cta:hover{background:#f0fae8;color:#003B26;transform:translateY(-2px)}

/* ----- RESPONSIVE ----- */
@media(max-width:1100px){.hp-why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.hp-hero-inner{padding:80px 20px 100px}.hp-stats-inner{grid-template-columns:repeat(2,1fr)}.hp-stat:nth-child(2){border-right:none}.hp-stat:nth-child(3){border-right:1px solid rgba(255,255,255,.08)}.hp-stat:nth-child(4){border-right:none}.hp-why-grid{grid-template-columns:1fr 1fr}.hp-how-steps{grid-template-columns:1fr}.hp-how-steps::before{display:none}.hp-how-step{padding:0;margin-bottom:36px}.hp-how-step:last-child{margin-bottom:0}.hp-services-grid{grid-template-columns:1fr 1fr}.hp-reviews-grid{grid-template-columns:1fr}.hp-area-inner{grid-template-columns:1fr;gap:40px}.hp-area-img{display:none}.hp-pest-section{padding:56px 0 44px}.hp-why{padding:56px 0}.hp-how{padding:56px 0}.hp-services{padding:56px 0}.hp-reviews{padding:56px 0}.hp-area{padding:56px 0}.hp-certs{padding:44px 0}}
@media(max-width:600px){.hp-hero{min-height:75vh}.hp-hero-inner{padding:80px 16px 40px}.hp-hero-ctas{flex-direction:column;gap:12px}.hp-cta-primary,.hp-cta-secondary{width:100%;justify-content:center;text-align:center}.hp-hero-desc{font-size:15px}.hp-stats-inner{grid-template-columns:1fr 1fr;padding:0 16px}.hp-pest-section{padding:44px 0 36px}.hp-pest-inner{padding:0 16px}.hp-pest-grid{gap:10px}.hp-pest-card{flex:0 0 calc(33.333% - 7px);max-width:none}.hp-pest-card{padding:16px 8px 14px}.hp-pest-card .pc-emoji{font-size:1.6rem}.hp-pest-card .pc-label{font-size:12px}.hp-why{padding:44px 0}.hp-why-inner{padding:0 16px}.hp-why-grid{grid-template-columns:1fr}.hp-how{padding:44px 0}.hp-how-inner{padding:0 16px}.hp-services{padding:44px 0}.hp-services-inner{padding:0 16px}.hp-services-grid{grid-template-columns:1fr}.hp-reviews{padding:44px 0}.hp-reviews-inner{padding:0 16px}.hp-area{padding:44px 0}.hp-area-inner{padding:0 16px}.hp-certs{padding:36px 0}.hp-certs-inner{padding:0 16px}.hp-pest-header{flex-direction:column;align-items:flex-start}.hp-offers-band{flex-direction:column;align-items:flex-start;text-align:left;padding:40px 16px;gap:20px}.hp-offers-cta{width:100%;justify-content:center}.hp-certs-logos{gap:24px}.hp-cert-logo img{height:40px}.hp-section-title{font-size:clamp(1.4rem,5.5vw,2rem)}.hp-how-step{margin-bottom:28px}.hp-step-num{width:60px;height:60px;font-size:22px}}
@media(max-width:420px){.hp-pest-card{flex:0 0 calc(50% - 7px)}.hp-stats-inner{grid-template-columns:1fr 1fr}}

/* ── Mobile-native hero ── */
@keyframes mob-scroll-bounce{0%,100%{opacity:.45;transform:translateX(-50%) rotate(45deg) translateY(0)}55%{opacity:.9;transform:translateX(-50%) rotate(45deg) translateY(8px)}}
@keyframes mob-hero-in{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:768px){
    .hp-hero{min-height:100svh;min-height:100vh}
    .hp-hero-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.32) 0%,rgba(0,0,0,.42) 50%,rgba(0,0,0,.65) 100%)}
    .hp-hero-inner{text-align:center;align-items:center;padding:88px 22px 100px;gap:0}
    .hp-hero-badge{align-self:center;margin-bottom:14px;font-size:10px;letter-spacing:1.2px}
    .hp-hero h1{font-size:clamp(2.8rem,11.5vw,3.7rem);text-align:center;line-height:1.04;margin-bottom:10px;letter-spacing:-0.03em}
    .hp-hero h1 em{display:block}
    .hp-hero-desc{font-size:15px;line-height:1.65;text-align:center;max-width:100%;margin-bottom:20px;color:rgba(255,255,255,.7)}
    .hp-hero-trust{display:none!important}
    .hp-hero-ctas{flex-direction:column;align-items:center;gap:12px;width:100%;margin-bottom:14px}
    .hp-cta-schedule{width:100%;justify-content:center;font-size:16px;padding:19px 28px;border-radius:16px}
    .hp-cta-soft{font-size:13px}
    .hp-trust-strip{margin-top:14px;font-size:11.5px}
    .hp-scroll-hint{bottom:18px}
    .hp-hero-desc{margin-bottom:20px}
}

/* ── Hero mobile self-schedule widget ── */
.hero-mob-sch{display:none;margin-top:24px;width:100%}
@media(max-width:768px){
    .hero-mob-sch{display:block}
    .hmsch-primary{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 20px;background:linear-gradient(135deg,#00a067,#006E51);border:none;border-radius:18px;color:#fff;cursor:pointer;box-shadow:0 8px 28px rgba(0,110,81,.5),inset 0 1px 0 rgba(255,255,255,.2);margin-bottom:12px}
    .hmsch-primary-left{display:flex;align-items:center;gap:14px;text-align:left}
    .hmsch-icon{width:44px;height:44px;background:rgba(255,255,255,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
    .hmsch-icon svg{width:22px;height:22px;color:#fff}
    .hmsch-text strong{display:block;font-size:16px;font-weight:800;color:#fff;font-family:'Poppins',sans-serif;line-height:1.2;margin-bottom:2px}
    .hmsch-text span{font-size:13px;color:rgba(255,255,255,.75)}
    .hmsch-arrow{width:20px;height:20px;color:#fff;flex-shrink:0}
    .hmsch-footer{display:flex;align-items:center;gap:8px;justify-content:center}
    .hmsch-stars{color:#FFC72C;font-size:14px;letter-spacing:1px}
    .hmsch-footer span:last-child{font-size:12px;color:rgba(255,255,255,.65)}
}

/* ── Mobile schedule section (below hero) ── */
.mob-schedule-section{display:none;background:#fff;padding:28px 20px;border-bottom:1px solid #e8f0e9}
@media(max-width:768px){.mob-schedule-section{display:block}}
[data-theme="dark"] .mob-schedule-section{background:#0d1f12;border-bottom-color:rgba(91,189,43,.12)}
.mob-sch-header{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.mob-sch-icon{width:44px;height:44px;background:linear-gradient(135deg,#007A53,#005C3E);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mob-sch-icon svg{color:#fff}
.mob-sch-header-text{flex:1}
.mob-sch-header-text h3{font-family:'Poppins',sans-serif;font-size:17px;font-weight:700;color:#1F2124;margin:0 0 2px}
[data-theme="dark"] .mob-sch-header-text h3{color:#eee}
.mob-sch-header-text p{font-size:13px;color:#777;margin:0}
[data-theme="dark"] .mob-sch-header-text p{color:#aaa}
.mob-sch-badge{background:#007A53;color:#fff;font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap}
.mob-sch-options{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}
.mob-sch-opt{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:14px;text-decoration:none;color:inherit;border:none;cursor:pointer;width:100%;text-align:left;transition:all .2s ease}
.mob-sch-primary{background:linear-gradient(135deg,#007A53,#005C3E);box-shadow:0 6px 22px rgba(0,122,83,.4)}
.mob-sch-call{background:#f0f8f4;border:1.5px solid #c8e8d8}
[data-theme="dark"] .mob-sch-call{background:rgba(0,122,83,.08);border-color:rgba(0,122,83,.25)}
.mob-sch-text{background:#f0f4ff;border:1.5px solid #c8d4f8}
[data-theme="dark"] .mob-sch-text{background:rgba(0,87,168,.08);border-color:rgba(0,87,168,.25)}
.mob-sch-opt-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mob-sch-primary .mob-sch-opt-icon{background:rgba(255,255,255,.15)}
.mob-sch-primary .mob-sch-opt-icon svg{color:#fff}
.mob-sch-call .mob-sch-opt-icon{background:#d4f0e4}
.mob-sch-call .mob-sch-opt-icon svg{color:#007A53}
[data-theme="dark"] .mob-sch-call .mob-sch-opt-icon{background:rgba(0,122,83,.2)}
.mob-sch-text .mob-sch-opt-icon{background:#dce6ff}
.mob-sch-text .mob-sch-opt-icon svg{color:#0057A8}
[data-theme="dark"] .mob-sch-text .mob-sch-opt-icon{background:rgba(0,87,168,.2)}
.mob-sch-opt-text{flex:1}
.mob-sch-primary .mob-sch-opt-text strong{font-size:15px;font-weight:800;color:#fff;display:block;margin-bottom:2px;font-family:'Poppins',sans-serif}
.mob-sch-primary .mob-sch-opt-text span{font-size:13px;color:rgba(255,255,255,.75)}
.mob-sch-call .mob-sch-opt-text strong,.mob-sch-text .mob-sch-opt-text strong{font-size:15px;font-weight:700;color:#1F2124;display:block;margin-bottom:2px;font-family:'Poppins',sans-serif}
[data-theme="dark"] .mob-sch-call .mob-sch-opt-text strong,[data-theme="dark"] .mob-sch-text .mob-sch-opt-text strong{color:#eee}
.mob-sch-call .mob-sch-opt-text span,.mob-sch-text .mob-sch-opt-text span{font-size:13px;color:#666}
[data-theme="dark"] .mob-sch-call .mob-sch-opt-text span,[data-theme="dark"] .mob-sch-text .mob-sch-opt-text span{color:#aaa}
.mob-sch-opt-arrow{width:18px;height:18px;flex-shrink:0}
.mob-sch-primary .mob-sch-opt-arrow{color:#fff}
.mob-sch-call .mob-sch-opt-arrow{color:#007A53}
.mob-sch-text .mob-sch-opt-arrow{color:#0057A8}
.mob-sch-footer{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:12px;border-top:1px solid #eee}
[data-theme="dark"] .mob-sch-footer{border-top-color:rgba(255,255,255,.08)}
.mob-sch-stars{color:#FFC72C;font-size:14px;letter-spacing:2px}
.mob-sch-rating{font-size:12px;color:#888}
[data-theme="dark"] .mob-sch-rating{color:#aaa}

/* ── POTM ticker ── */
.potm-ticker{position:relative;background:linear-gradient(90deg,#007A53 0%,#005C3E 40%,#0057A8 100%);padding:0;height:44px;overflow:hidden;display:flex;align-items:center;user-select:none;z-index:10}
.potm-ticker-fade-l,.potm-ticker-fade-r{position:absolute;top:0;bottom:0;width:100px;z-index:3;pointer-events:none}
.potm-ticker-fade-l{left:0;background:linear-gradient(to right,#007A53,transparent)}
.potm-ticker-fade-r{right:0;background:linear-gradient(to left,#005C3E,transparent)}
.potm-ticker-label{position:relative;z-index:4;display:flex;align-items:center;gap:7px;padding:0 16px;white-space:nowrap;font-family:'Open Sans',sans-serif;font-size:11px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:rgba(255,255,255,.9);flex-shrink:0;background:linear-gradient(90deg,#007A53 85%,transparent);padding-right:28px}
.potm-live-dot{width:7px;height:7px;border-radius:50%;background:#5BBD2B;box-shadow:0 0 6px #5BBD2B;animation:potm-blink 1.8s ease-in-out infinite}
@keyframes potm-blink{0%,100%{opacity:1}50%{opacity:.25}}
.potm-ticker-track-wrap{flex:1;overflow:hidden;position:relative;height:100%}
.potm-ticker-track{display:flex;align-items:center;gap:0;height:100%;white-space:nowrap;animation:potm-scroll 38s linear infinite;width:max-content}
.potm-ticker-track:hover{animation-play-state:paused}
@keyframes potm-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.potm-ticker-item{display:inline-flex;align-items:center;gap:10px;padding:0 32px;font-size:13px;color:rgba(255,255,255,.88);font-family:'Open Sans',sans-serif;height:44px;text-decoration:none;border-right:1px solid rgba(255,255,255,.12);transition:background .2s}
.potm-ticker-item:hover{background:rgba(255,255,255,.08);color:#fff}
.potm-ticker-item strong{font-weight:700;color:#fff}
.potm-dot-sep{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.4);flex-shrink:0;display:inline-block}
.potm-cta-chip{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.15);border-radius:50px;padding:3px 10px 3px 8px;font-size:11px;font-weight:700;letter-spacing:.6px;color:#fff;white-space:nowrap;border:1px solid rgba(255,255,255,.2);flex-shrink:0}
.potm-urgency-chip{background:rgba(200,16,46,.28);border:1px solid rgba(200,16,46,.5);color:#ff9ba8;border-radius:50px;padding:2px 10px;font-size:11px;font-weight:700;letter-spacing:.6px;white-space:nowrap;flex-shrink:0}
.potm-fixed{position:fixed;left:0;right:0;z-index:999}
@media(max-width:768px){
    .potm-ticker-label{display:none}
    .potm-ticker-item{padding:0 20px;font-size:12px;gap:8px}
    .potm-ticker-fade-l,.potm-ticker-fade-r{width:40px}
}

/* ══ What's Bugging You — Desktop Grid ══════════════════════════════ */
.wby-section{
    padding:88px 0 72px;
    background:
        radial-gradient(ellipse at 15% 60%, rgba(0,122,83,0.10) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 20%, rgba(0,87,168,0.07) 0%, transparent 50%),
        radial-gradient(ellipse at 55% 90%, rgba(91,189,43,0.07) 0%, transparent 45%),
        #edf5f0;
}
[data-theme="dark"] .wby-section{
    background:
        radial-gradient(ellipse at 15% 60%, rgba(0,122,83,0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 20%, rgba(0,87,168,0.12) 0%, transparent 50%),
        #0d1a10;
}
.wby-inner{max-width:1260px;margin:0 auto;padding:0 32px}
.wby-heading{font-family:'Poppins',sans-serif;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;color:#1F2124;margin:0 0 14px;text-align:center;letter-spacing:-0.02em}
[data-theme="dark"] .wby-heading{color:#eee}
.wby-sub{font-family:'Open Sans',sans-serif;font-size:16px;color:#666;margin:0 auto 52px;text-align:center;max-width:520px}
[data-theme="dark"] .wby-sub{color:#aaa}

/* Flex-wrap grid — centers last row nicely */
.wby-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}

/* ── Liquid-glass pest cards ──────────────────────────────────────── */
.wby-card{
    flex:0 0 166px;width:166px;
    display:flex;flex-direction:column;align-items:center;gap:12px;
    padding:32px 16px 22px;
    background:rgba(255,255,255,0.55);
    backdrop-filter:blur(20px) saturate(160%);
    -webkit-backdrop-filter:blur(20px) saturate(160%);
    border:1px solid rgba(255,255,255,0.82);
    border-radius:22px;
    text-decoration:none;
    transition:all .3s cubic-bezier(.34,1.28,.64,1);
    text-align:center;
    box-shadow:
        0 8px 32px rgba(0,122,83,0.10),
        0 2px 8px rgba(0,0,0,0.06),
        inset 0 1.5px 0 rgba(255,255,255,1),
        inset 0 -1px 0 rgba(0,0,0,0.04),
        inset 1px 0 0 rgba(255,255,255,0.60),
        inset -1px 0 0 rgba(255,255,255,0.60);
    position:relative;overflow:hidden;cursor:pointer;
}
/* Specular sheen — top half brightens like polished glass */
.wby-card::before{
    content:'';
    position:absolute;top:0;left:0;right:0;
    height:48%;
    background:linear-gradient(180deg,rgba(255,255,255,0.52) 0%,rgba(255,255,255,0) 100%);
    border-radius:inherit;
    pointer-events:none;
    z-index:0;
}
/* Liquid blob shimmer — animated inner glow */
.wby-card::after{
    content:'';
    position:absolute;
    width:110%;height:80%;
    top:50%;left:-5%;
    background:radial-gradient(ellipse, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 70%);
    pointer-events:none;
    animation:wby-glass-blob 7s ease-in-out infinite alternate;
    z-index:0;
}
@keyframes wby-glass-blob{
    0%  {transform:translateY(-30%) scaleX(1)}
    100%{transform:translateY(10%)  scaleX(1.06)}
}
/* Keep card content above pseudo-elements */
.wby-icon,.wby-label,.wby-cta-hint,.wby-potm-badge{position:relative;z-index:1}

[data-theme="dark"] .wby-card{
    background:rgba(0,25,15,0.45);
    backdrop-filter:blur(20px) saturate(180%);
    -webkit-backdrop-filter:blur(20px) saturate(180%);
    border-color:rgba(91,189,43,0.18);
    box-shadow:
        0 8px 32px rgba(0,0,0,0.30),
        0 2px 8px rgba(0,0,0,0.20),
        inset 0 1.5px 0 rgba(255,255,255,0.10),
        inset 0 -1px 0 rgba(0,0,0,0.25),
        inset 1px 0 0 rgba(255,255,255,0.06),
        inset -1px 0 0 rgba(255,255,255,0.06);
}
[data-theme="dark"] .wby-card::before{
    background:linear-gradient(180deg,rgba(255,255,255,0.06) 0%,rgba(255,255,255,0) 100%);
}
[data-theme="dark"] .wby-card::after{
    background:radial-gradient(ellipse, rgba(91,189,43,0.07) 0%, rgba(91,189,43,0) 70%);
}

/* Hover — deepen the glass tint + lift */
.wby-card:hover{
    border-color:rgba(0,122,83,0.55);
    background:rgba(220,248,234,0.72);
    backdrop-filter:blur(24px) saturate(200%);
    -webkit-backdrop-filter:blur(24px) saturate(200%);
    transform:translateY(-7px);
    box-shadow:
        0 18px 48px rgba(0,122,83,0.22),
        0 4px 12px rgba(0,0,0,0.08),
        inset 0 1.5px 0 rgba(255,255,255,1),
        inset 0 -1px 0 rgba(0,122,83,0.08),
        inset 1px 0 0 rgba(255,255,255,0.80),
        inset -1px 0 0 rgba(255,255,255,0.80);
}
[data-theme="dark"] .wby-card:hover{
    background:rgba(0,60,35,0.55);
    backdrop-filter:blur(24px) saturate(200%);
    -webkit-backdrop-filter:blur(24px) saturate(200%);
    border-color:rgba(91,189,43,0.45);
    box-shadow:
        0 18px 48px rgba(91,189,43,0.18),
        0 4px 12px rgba(0,0,0,0.25),
        inset 0 1.5px 0 rgba(255,255,255,0.14),
        inset 0 -1px 0 rgba(0,0,0,0.30);
}

/* Icon — full-size SVG + bounce on hover */
.wby-icon{display:flex;align-items:center;justify-content:center;width:88px;height:88px}
.wby-icon svg{width:88px;height:88px;display:block}
.wby-icon img{width:88px;height:88px;display:block}
.wby-card:hover .wby-icon svg,.wby-card:hover .wby-icon img{animation:wby-bounce .55s cubic-bezier(.34,1.56,.64,1) both}
@keyframes wby-bounce{
    0%  {transform:scale(1)    translateY(0)}
    40% {transform:scale(1.24) translateY(-12px)}
    70% {transform:scale(1.17) translateY(-7px)}
    100%{transform:scale(1.2)  translateY(-5px)}
}

/* Label */
.wby-label{font-size:14.5px;font-weight:700;color:#1F2124;line-height:1.25;font-family:'Poppins',sans-serif;transition:color .2s}
[data-theme="dark"] .wby-label{color:#ddd}
.wby-card:hover .wby-label{color:#007A53}
[data-theme="dark"] .wby-card:hover .wby-label{color:#5BBD2B}

/* "Schedule →" hint fades in on hover */
.wby-cta-hint{font-size:11.5px;font-weight:700;color:#007A53;letter-spacing:.6px;opacity:0;transform:translateY(5px);transition:opacity .22s ease,transform .22s ease;font-family:'Open Sans',sans-serif}
[data-theme="dark"] .wby-cta-hint{color:#5BBD2B}
.wby-card:hover .wby-cta-hint{opacity:1;transform:translateY(0)}

/* POTM — amber-tinted glass */
.wby-potm{
    border-color:rgba(255,199,44,0.70)!important;
    background:rgba(255,248,200,0.55)!important;
    backdrop-filter:blur(20px) saturate(160%)!important;
    -webkit-backdrop-filter:blur(20px) saturate(160%)!important;
    box-shadow:
        0 8px 32px rgba(255,199,44,0.18),
        0 2px 8px rgba(0,0,0,0.06),
        inset 0 1.5px 0 rgba(255,255,255,1),
        inset 0 -1px 0 rgba(200,150,0,0.08),
        inset 1px 0 0 rgba(255,255,255,0.70),
        inset -1px 0 0 rgba(255,255,255,0.70)!important;
}
[data-theme="dark"] .wby-potm{
    background:rgba(80,55,0,0.45)!important;
    border-color:rgba(255,199,44,0.45)!important;
    box-shadow:
        0 8px 32px rgba(255,199,44,0.12),
        0 2px 8px rgba(0,0,0,0.25),
        inset 0 1.5px 0 rgba(255,255,255,0.12),
        inset 0 -1px 0 rgba(0,0,0,0.30)!important;
}
.wby-potm-badge{position:absolute;top:0;left:0;right:0;background:#FFC72C;color:#1F2124;font-size:9px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;padding:4px 8px;text-align:center;font-family:'Poppins',sans-serif}
.wby-potm .wby-icon{margin-top:10px}

/* "More Pests" card — glass with dashed border */
.wby-card-more{border-style:dashed;border-color:rgba(0,122,83,0.38)}
[data-theme="dark"] .wby-card-more{border-color:rgba(91,189,43,0.28)}
.wby-card-more:hover{border-color:rgba(0,122,83,0.65);border-style:solid}
.wby-more-icon{display:block}

/* Fallback CTA below grid */
.wby-fallback{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:36px;padding:22px 24px;background:rgba(0,122,83,.07);border-radius:16px}
[data-theme="dark"] .wby-fallback{background:rgba(0,122,83,.12)}
.wby-fallback p{font-family:'Open Sans',sans-serif;font-size:15px;color:#444;margin:0}
[data-theme="dark"] .wby-fallback p{color:#bbb}
.wby-fallback-btn{display:inline-flex;align-items:center;gap:8px;background:#007A53;color:#fff;font-family:'Poppins',sans-serif;font-size:14px;font-weight:700;padding:13px 28px;border-radius:50px;border:none;cursor:pointer;text-decoration:none;transition:all .3s cubic-bezier(.34,1.28,.64,1);box-shadow:0 4px 16px rgba(0,122,83,.3)}
.wby-fallback-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,122,83,.45)}
@media(max-width:768px){.wby-fallback{display:none}}

/* ══ Scheduler popup — pest context bar ═════════════════════════════ */
.sched-pest-ctx{display:flex;align-items:center;gap:10px;padding:13px 24px;background:linear-gradient(90deg,#e6f4ef,#d8f0e8);border-bottom:2px solid #c8e8d8;font-size:13px;color:#004D36;font-family:'Poppins',sans-serif}
[data-theme="dark"] .sched-pest-ctx{background:rgba(0,110,81,.18);border-bottom-color:rgba(0,110,81,.35);color:#7dffb8}
.sched-pest-ctx[hidden]{display:none!important}
.sched-pest-ctx svg{flex-shrink:0;opacity:.7}
.spc-label{opacity:.75;font-weight:500}
.spc-name{font-weight:700;margin-left:4px}
.spc-clear{margin-left:auto;background:none;border:none;cursor:pointer;font-size:20px;line-height:1;color:inherit;opacity:.55;padding:2px 6px;border-radius:4px;transition:opacity .15s}
.spc-clear:hover{opacity:1}

/* Desktop breakpoints */
@media(max-width:1100px){.wby-card{flex:0 0 150px;width:150px}}
@media(max-width:900px){.wby-card{flex:0 0 135px;width:135px}.wby-icon,.wby-icon svg{width:72px;height:72px}}

/* ══ Mobile — hide full grid, show chip strip ════════════════════════ */
@media(max-width:768px){
    .wby-chip-strip{
        display:block;
        position:sticky;
        top:58px;
        z-index:90;
        background:rgba(237,245,240,0.72);
        backdrop-filter:blur(20px) saturate(160%);
        -webkit-backdrop-filter:blur(20px) saturate(160%);
        border-bottom:1px solid rgba(255,255,255,0.75);
        box-shadow:
            0 3px 18px rgba(0,110,81,.10),
            inset 0 1px 0 rgba(255,255,255,0.90);
        padding:8px 0 10px;
    }
    [data-theme="dark"] .wby-chip-strip{
        background:rgba(13,26,16,0.72);
        backdrop-filter:blur(20px) saturate(180%);
        -webkit-backdrop-filter:blur(20px) saturate(180%);
        border-bottom-color:rgba(0,110,81,.25);
        box-shadow:0 3px 16px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,0.05);
    }
    .wby-chips-label{font-family:'Poppins',sans-serif;font-size:10px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;color:#007A53;text-align:center;padding:0 16px 6px;margin:0;display:block}
    [data-theme="dark"] .wby-chips-label{color:#5BBD2B}
    .wby-chips-scroll{display:flex;gap:9px;padding:2px 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
    .wby-chips-scroll::-webkit-scrollbar{display:none}
    .wby-chip{
        display:flex;flex-direction:column;align-items:center;gap:5px;flex-shrink:0;
        padding:8px 12px 9px;
        background:rgba(255,255,255,0.58);
        backdrop-filter:blur(14px) saturate(150%);
        -webkit-backdrop-filter:blur(14px) saturate(150%);
        border:1px solid rgba(255,255,255,0.82);
        border-radius:14px;cursor:pointer;transition:all .18s ease;min-width:62px;font-family:'Poppins',sans-serif;
        box-shadow:
            0 2px 10px rgba(0,122,83,0.08),
            inset 0 1px 0 rgba(255,255,255,1),
            inset 0 -1px 0 rgba(0,0,0,0.03);
    }
    [data-theme="dark"] .wby-chip{
        background:rgba(0,25,15,0.48);
        backdrop-filter:blur(14px) saturate(180%);
        -webkit-backdrop-filter:blur(14px) saturate(180%);
        border-color:rgba(91,189,43,0.20);
        box-shadow:0 2px 10px rgba(0,0,0,0.22),inset 0 1px 0 rgba(255,255,255,0.08);
    }
    .wby-chip:active{border-color:rgba(0,122,83,0.55);background:rgba(200,245,220,0.72);transform:scale(.94)}
    [data-theme="dark"] .wby-chip:active{background:rgba(0,60,35,0.55);border-color:rgba(91,189,43,0.50)}
    .wby-chip-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px}
    .wby-chip-icon svg{width:38px;height:38px;display:block}
    .wby-chip-icon img{width:38px;height:38px;display:block}
    .wby-chip-label{font-size:9.5px;font-weight:700;color:#1F2124;line-height:1.2;text-align:center;white-space:nowrap}
    [data-theme="dark"] .wby-chip-label{color:#ccc}
}

/* Hidden on desktop */
.wby-chip-strip{display:none}

/* ── Scheduler popup ── */
.scheduler-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;backdrop-filter:blur(3px)}
.scheduler-popup-overlay.active{opacity:1;visibility:visible}
.scheduler-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-48%) scale(.97);z-index:9999;background:#fff;border-radius:24px;width:min(96vw,580px);max-height:90vh;overflow-y:auto;opacity:0;visibility:hidden;transition:all .35s cubic-bezier(.34,1.28,.64,1);box-shadow:0 24px 80px rgba(0,0,0,.4),0 8px 24px rgba(0,0,0,.2)}
.scheduler-popup.active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
[data-theme="dark"] .scheduler-popup{background:#0f1f14;border:1px solid rgba(91,189,43,.15)}
.scheduler-popup-close{position:absolute;top:18px;right:18px;width:36px;height:36px;border-radius:50%;border:none;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;color:#fff;transition:all .2s;z-index:10;line-height:1}
.scheduler-popup-close:hover{background:rgba(255,255,255,.35);color:#fff;transform:rotate(90deg)}
[data-theme="dark"] .scheduler-popup-close{background:rgba(255,255,255,.18);color:#fff}
[data-theme="dark"] .scheduler-popup-close:hover{background:rgba(255,255,255,.32);color:#fff}
.scheduler-popup-header{background:linear-gradient(135deg,#007A53,#005C3E);padding:28px 32px 24px;border-radius:24px 24px 0 0}
.popup-header-row{display:flex;align-items:center;gap:16px}
.popup-icon-box{width:52px;height:52px;min-width:52px;background:rgba(255,255,255,.15);border-radius:14px;display:flex;align-items:center;justify-content:center}
.popup-icon-box svg{width:26px;height:26px;color:#fff}
.popup-header-text h2{font-family:'Poppins',sans-serif;font-size:20px;font-weight:800;color:#fff;margin:0 0 4px}
.popup-header-text p{font-size:13px;color:rgba(255,255,255,.75);margin:0}
.popup-badge{background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:50px;letter-spacing:.8px;text-transform:uppercase;margin-left:auto;white-space:nowrap}
.scheduler-steps{padding:28px 28px 24px}
.scheduler-step{display:none;animation:none}
.scheduler-step.active{display:block}
.scheduler-step.slide-fwd{animation:sfwd .32s ease both}
.scheduler-step.slide-back{animation:sback .32s ease both}
@keyframes sfwd{from{opacity:0;transform:translateX(28px)}to{opacity:1;transform:translateX(0)}}
@keyframes sback{from{opacity:0;transform:translateX(-28px)}to{opacity:1;transform:translateX(0)}}
.step-title{font-family:'Poppins',sans-serif;font-size:20px;font-weight:800;color:#1F2124;margin:0 0 6px}
[data-theme="dark"] .step-title{color:#eee}
.svc-step-subtitle{font-size:12px;color:#888;margin:0 0 20px;line-height:1.5}
.svc-popup-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
@media(max-width:480px){.svc-popup-grid{grid-template-columns:1fr}}
.svc-popup-option{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:18px 16px;background:#f8fbf9;border:2px solid #e0ede5;border-radius:16px;cursor:pointer;transition:all .25s ease;text-align:left;position:relative}
[data-theme="dark"] .svc-popup-option{background:#0d1f14;border-color:rgba(91,189,43,.14)}
.svc-popup-option:hover{border-color:#007A53;background:#edf7f2;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,122,83,.12)}
[data-theme="dark"] .svc-popup-option:hover{background:rgba(0,122,83,.12);border-color:#5BBD2B}
.svc-popup-option.selected{border-color:#007A53;background:linear-gradient(145deg,#e8f7ef,#d4f0e2);box-shadow:0 6px 20px rgba(0,122,83,.15)}
[data-theme="dark"] .svc-popup-option.selected{background:rgba(0,122,83,.18);border-color:#5BBD2B}
.svc-popup-option.selected::after{content:'✓';position:absolute;top:10px;right:12px;width:22px;height:22px;background:#007A53;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff}
.svc-option-icon{margin-bottom:4px}
.svc-option-name{font-family:'Poppins',sans-serif;font-size:14px;font-weight:700;color:#1F2124;line-height:1.2}
[data-theme="dark"] .svc-option-name{color:#eee}
.svc-option-duration{font-size:11px;color:#009DB5;font-weight:600;background:#e8f8fb;border-radius:50px;padding:2px 8px}
[data-theme="dark"] .svc-option-duration{background:rgba(0,157,181,.15);color:#59CBE8}
.svc-option-price{font-size:11px;color:#007A53;font-weight:600}
[data-theme="dark"] .svc-option-price{color:#5BBD2B}
.svc-option-desc{font-size:12px;color:#888;line-height:1.4}
[data-theme="dark"] .svc-option-desc{color:#aaa}
.svc-dup-warn{background:#fff3cd;border:1.5px solid #ffc107;border-radius:12px;padding:14px 16px;font-size:13px;color:#856404;margin-bottom:14px;line-height:1.5}
.svc-dup-dismiss-btn{display:block;margin-top:10px;background:none;border:1.5px solid #856404;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:700;color:#856404;cursor:pointer}
.svc-step-notice,.svc-area-note{font-size:12px;color:#888;margin:0 0 4px;text-align:center}
/* Eligibility */
.eligibility-intro{font-size:14px;color:#666;margin:0 0 20px}
[data-theme="dark"] .eligibility-intro{color:#aaa}
.eligibility-checklist{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}
.elig-zip-wrap{background:#f8fbf9;border:1.5px solid #e0ede5;border-radius:14px;padding:16px}
[data-theme="dark"] .elig-zip-wrap{background:#0d1f14;border-color:rgba(91,189,43,.14)}
.elig-zip-label{font-size:13px;font-weight:700;color:#1F2124;display:block;margin-bottom:8px}
[data-theme="dark"] .elig-zip-label{color:#eee}
.elig-zip-field{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.elig-zip-input{font-size:22px;font-weight:700;letter-spacing:4px;color:#1F2124;border:2px solid #e0ede5;border-radius:10px;padding:10px 14px;width:140px;outline:none;font-family:'Poppins',sans-serif;transition:border-color .2s}
[data-theme="dark"] .elig-zip-input{background:#0a1a0e;border-color:rgba(91,189,43,.2);color:#eee}
.elig-zip-input:focus{border-color:#007A53}
.elig-zip-input.zip-valid{border-color:#5BBD2B;background:#f0fbf0}
.elig-zip-input.zip-invalid{border-color:#C8102E;background:#fff5f5}
.elig-zip-status{font-size:13px;font-weight:700}
.elig-zip-status.valid{color:#5BBD2B}
.elig-zip-status.invalid{color:#C8102E}
.elig-zip-hint{font-size:12px;color:#888;margin:0}
.elig-zip-ota-cta{display:none;background:#fff5f5;border:1.5px solid #f4b8c0;border-radius:10px;padding:10px 12px;font-size:13px;color:#C8102E;margin-top:10px;display:flex;align-items:flex-start;gap:8px;line-height:1.5}
.elig-zip-ota-cta{display:none}
.elig-item{display:flex;align-items:flex-start;gap:14px;padding:16px;background:#f8fbf9;border:1.5px solid #e0ede5;border-radius:14px;cursor:pointer}
[data-theme="dark"] .elig-item{background:#0d1f14;border-color:rgba(91,189,43,.14)}
.elig-check{position:absolute;opacity:0;width:0;height:0}
.elig-box{width:24px;height:24px;border-radius:7px;border:2px solid #c8dbd0;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;margin-top:2px}
[data-theme="dark"] .elig-box{background:#0a1a0e;border-color:rgba(91,189,43,.3)}
.elig-check:checked+.elig-box{background:#007A53;border-color:#007A53}
.elig-check:checked+.elig-box::after{content:'✓';color:#fff;font-size:13px;font-weight:700}
.elig-text strong{font-size:14px;font-weight:700;color:#1F2124;display:block;margin-bottom:6px}
[data-theme="dark"] .elig-text strong{color:#eee}
.elig-confirm-list{font-size:13px;color:#555;padding-left:16px;margin:0;line-height:1.7}
[data-theme="dark"] .elig-confirm-list{color:#aaa}
/* Calendar */
.calendar-container{background:#f8fbf9;border:1.5px solid #e0ede5;border-radius:16px;overflow:hidden;margin-bottom:14px}
[data-theme="dark"] .calendar-container{background:#0d1f14;border-color:rgba(91,189,43,.14)}
.calendar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#007A53}
.cal-nav{background:rgba(255,255,255,.2);border:none;color:#fff;width:36px;height:36px;border-radius:8px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}
.cal-nav:hover{background:rgba(255,255,255,.35)}
.cal-month{font-family:'Poppins',sans-serif;font-weight:700;color:#fff;font-size:16px}
.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);background:#e8f5ef;padding:8px 0}
[data-theme="dark"] .calendar-weekdays{background:rgba(0,122,83,.1)}
.calendar-weekdays span{text-align:center;font-size:11px;font-weight:700;color:#007A53;text-transform:uppercase;letter-spacing:.5px}
.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);padding:8px}
.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#1F2124;border-radius:8px;cursor:pointer;transition:all .2s;margin:2px}
[data-theme="dark"] .calendar-day{color:#ddd}
.calendar-day:hover:not(.disabled):not(.empty){background:#e8f5ef;color:#007A53}
[data-theme="dark"] .calendar-day:hover:not(.disabled):not(.empty){background:rgba(0,122,83,.2)}
.calendar-day.disabled{color:#ccc;cursor:not-allowed;pointer-events:none}
[data-theme="dark"] .calendar-day.disabled{color:#444}
.calendar-day.empty{cursor:default}
.calendar-day.selected{background:#007A53!important;color:#fff!important;box-shadow:0 4px 12px rgba(0,122,83,.4)}
.calendar-day.today{font-weight:800;color:#007A53}
[data-theme="dark"] .calendar-day.today{color:#5BBD2B}
.calendar-day.holiday{background:#fff3cd;color:#856404;border-radius:8px}
.calendar-day.staff-blocked{background:#ffe4e4;color:#C8102E;border-radius:8px}
.sameday-cta-strip{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#e8f5ef;border-radius:10px;font-size:13px;color:#007A53;margin-bottom:14px}
[data-theme="dark"] .sameday-cta-strip{background:rgba(0,122,83,.12);color:#5BBD2B}
.sameday-cta-strip a{color:#007A53;font-weight:700;text-decoration:none}
[data-theme="dark"] .sameday-cta-strip a{color:#5BBD2B}
/* Time windows */
.time-slots h4{font-family:'Poppins',sans-serif;font-size:15px;font-weight:700;color:#1F2124;margin:0 0 16px}
[data-theme="dark"] .time-slots h4{color:#eee}
.time-window-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:12px}
.time-window-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 16px;border:2px solid #e0ede5;border-radius:16px;background:#f8fbf9;cursor:pointer;transition:all .25s ease;font-family:'Poppins',sans-serif}
[data-theme="dark"] .time-window-btn{background:#0d1f14;border-color:rgba(91,189,43,.14)}
.time-window-btn:hover{border-color:#007A53;background:#edf7f2}
[data-theme="dark"] .time-window-btn:hover{background:rgba(0,122,83,.15);border-color:#5BBD2B}
.time-window-btn.selected{border-color:#007A53;background:linear-gradient(145deg,#e8f7ef,#d4f0e2);box-shadow:0 6px 20px rgba(0,122,83,.15)}
[data-theme="dark"] .time-window-btn.selected{background:rgba(0,122,83,.2);border-color:#5BBD2B}
.tw-icon{font-size:28px}
.tw-label{font-size:16px;font-weight:700;color:#1F2124}
[data-theme="dark"] .tw-label{color:#eee}
.tw-range{font-size:12px;color:#888}
[data-theme="dark"] .tw-range{color:#aaa}
.tw-no-slots{grid-column:1/-1;text-align:center;color:#888;font-size:13px;margin:8px 0;padding:12px 0}
.tw-note{font-size:12px;color:#888;text-align:center;margin:0}
/* Individual time-slot picker */
.time-slot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}
@media(max-width:480px){.time-slot-grid{grid-template-columns:repeat(2,1fr)}}
.time-slot-btn{padding:12px 6px;border:1.5px solid #e0ede5;border-radius:10px;background:#f8fbf9;color:#1F2124;font-size:14px;font-weight:600;font-family:'Poppins',sans-serif;cursor:pointer;transition:border-color .2s,background .2s,color .2s,box-shadow .2s;text-align:center;width:100%}
.time-slot-btn:hover{border-color:#007A53;background:#edf7f2;color:#007A53}
.time-slot-btn.selected{border-color:#007A53;background:linear-gradient(145deg,#e8f7ef,#d4f0e2);color:#007A53;box-shadow:0 4px 12px rgba(0,122,83,.15)}
[data-theme="dark"] .time-slot-btn{background:#0d1f14;border-color:rgba(91,189,43,.14);color:#eee}
[data-theme="dark"] .time-slot-btn:hover{background:rgba(0,122,83,.15);border-color:#5BBD2B;color:#5BBD2B}
[data-theme="dark"] .time-slot-btn.selected{background:rgba(0,122,83,.2);border-color:#5BBD2B;color:#5BBD2B}
/* Form */
.scheduler-form{display:flex;flex-direction:column;gap:12px;margin-bottom:14px}
.form-row input,.form-row textarea{width:100%;padding:14px 16px;border:1.5px solid #e0ede5;border-radius:12px;font-size:14px;font-family:'Open Sans',sans-serif;color:#1F2124;outline:none;transition:border-color .2s;box-sizing:border-box}
[data-theme="dark"] .form-row input,[data-theme="dark"] .form-row textarea{background:#0a1a0e;border-color:rgba(91,189,43,.2);color:#eee}
.form-row input:focus,.form-row textarea:focus{border-color:#007A53}
.form-row textarea{resize:vertical;min-height:72px}
.svc-payment-note{background:#fff8e6;border:1.5px solid #FFC72C;border-radius:12px;padding:12px 16px;font-size:13px;color:#856404;line-height:1.5}
[data-theme="dark"] .svc-payment-note{background:rgba(255,199,44,.08);border-color:rgba(255,199,44,.3);color:#FFC72C}
.scheduler-summary{background:#e8f5ef;border-radius:14px;padding:16px;margin-bottom:16px}
[data-theme="dark"] .scheduler-summary{background:rgba(0,122,83,.1)}
.scheduler-summary h4{font-family:'Poppins',sans-serif;font-size:13px;font-weight:700;color:#007A53;margin:0 0 12px;text-transform:uppercase;letter-spacing:.8px}
.summary-details{display:flex;flex-direction:column;gap:8px}
.summary-item{display:flex;align-items:flex-start;gap:12px;font-size:13px}
.summary-label{font-weight:700;color:#555;min-width:60px;flex-shrink:0}
[data-theme="dark"] .summary-label{color:#aaa}
.summary-value{color:#1F2124;line-height:1.4}
[data-theme="dark"] .summary-value{color:#ddd}
.btn-schedule{width:100%;padding:18px;background:linear-gradient(135deg,#007A53,#005C3E);color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;font-family:'Poppins',sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s;box-shadow:0 6px 20px rgba(0,122,83,.4)}
.btn-schedule:hover{background:linear-gradient(135deg,#009060,#007A53);transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,122,83,.5)}
.btn-loading{display:inline-flex;align-items:center;gap:8px}
.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
/* Success */
.success-animation{display:flex;justify-content:center;margin-bottom:20px}
.checkmark-circle{width:72px;height:72px}
.checkmark{width:72px;height:72px}
.checkmark-circle-bg{stroke:#007A53;stroke-width:2;stroke-dasharray:157;stroke-dashoffset:157;animation:circle-draw .6s ease forwards}
@keyframes circle-draw{to{stroke-dashoffset:0}}
.checkmark-check{stroke:#007A53;stroke-width:2;stroke-dasharray:60;stroke-dashoffset:60;animation:check-draw .4s ease .5s forwards}
@keyframes check-draw{to{stroke-dashoffset:0}}
.success-title{font-family:'Poppins',sans-serif;font-size:22px;font-weight:800;color:#1F2124;text-align:center;margin:0 0 10px}
[data-theme="dark"] .success-title{color:#eee}
.success-message{font-size:15px;color:#555;text-align:center;margin:0 0 12px;line-height:1.6}
[data-theme="dark"] .success-message{color:#aaa}
.success-note{font-size:13px;color:#888;text-align:center;margin:0 0 24px;line-height:1.5}
/* Nav / back */
.scheduler-nav-buttons{display:flex;align-items:center;gap:12px;margin-top:20px}
.scheduler-back{background:none;border:1.5px solid #e0ede5;color:#666;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}
[data-theme="dark"] .scheduler-back{border-color:rgba(91,189,43,.2);color:#aaa}
.scheduler-back:hover{border-color:#007A53;color:#007A53}
/* Footer */
.scheduler-popup-footer{padding:16px 28px 24px;border-top:1px solid #f0f0f0;text-align:center}
[data-theme="dark"] .scheduler-popup-footer{border-top-color:rgba(255,255,255,.06)}
.scheduler-popup-footer p{font-size:13px;color:#888;margin:0 0 12px}
.popup-alt-options{display:flex;gap:10px;justify-content:center}
.popup-alt-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border:1.5px solid #e0ede5;border-radius:50px;color:#555;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}
[data-theme="dark"] .popup-alt-btn{border-color:rgba(91,189,43,.2);color:#aaa}
.popup-alt-btn:hover{border-color:#007A53;color:#007A53}

/* ── Scheduler popup — missing dark-mode overrides ─────────── */
/* Step 1 */
[data-theme="dark"] .svc-step-subtitle{color:#999}
[data-theme="dark"] .svc-step-notice,[data-theme="dark"] .svc-area-note{color:#999}
[data-theme="dark"] .svc-dup-warn{background:#3a2800;border-color:#FFC72C;color:#FFE680}
[data-theme="dark"] .svc-dup-dismiss-btn{border-color:rgba(255,230,128,.5);color:#FFE680}
/* Step 2 */
[data-theme="dark"] .elig-zip-hint{color:#999}
[data-theme="dark"] .elig-zip-input.zip-valid{background:rgba(91,189,43,.1)}
[data-theme="dark"] .elig-zip-input.zip-invalid{background:rgba(200,16,46,.12)}
[data-theme="dark"] .elig-zip-ota-cta{background:rgba(200,16,46,.1);border-color:rgba(200,16,46,.3);color:#ff8080}
/* Step 3 — calendar */
[data-theme="dark"] .calendar-weekdays span{color:#5BBD2B}
[data-theme="dark"] .calendar-day.holiday{background:rgba(255,199,44,.12);color:#FFE680}
[data-theme="dark"] .calendar-day.staff-blocked{background:rgba(200,16,46,.1);color:#ff8080}
/* Step 4 */
[data-theme="dark"] .tw-note{color:#999}
/* Step 5 */
[data-theme="dark"] .scheduler-summary h4{color:#5BBD2B}
/* Success */
[data-theme="dark"] .success-note{color:#999}
/* Footer */
[data-theme="dark"] .scheduler-popup-footer p{color:#999}

/* Swipe dots */
.swipe-dots{display:none}
@media(max-width:768px){
    .swipe-dots{display:flex;justify-content:center;gap:6px;padding:10px 0}
    .swipe-dot{width:8px;height:8px;border-radius:50%;border:none;background:#c8dbd0;cursor:pointer;padding:0;transition:background .2s,width .2s}
    .swipe-dot.active{background:#007A53;width:20px;border-radius:4px}
}

/* hp-how dark mode */
[data-theme="dark"] .hp-how{background:#0a180d}
[data-theme="dark"] .hp-how-step h3{color:#eee}
[data-theme="dark"] .hp-how-step p{color:#aaa}
[data-theme="dark"] .hp-how-steps::before{background:linear-gradient(90deg,#5BBD2B,#007A53)}

/* scheduler open body lock */
body.scheduler-open{overflow:hidden!important}

/* ═══════════════════════════════════════════════════════════════
   WBY Pest Action Picker
   ═══════════════════════════════════════════════════════════════ */

/* Overlay */
#wby-picker-overlay{
    display:none;
    position:fixed;inset:0;
    background:rgba(0,0,0,.45);
    z-index:1100;
    backdrop-filter:blur(2px);
    -webkit-backdrop-filter:blur(2px);
}
#wby-picker-overlay:not([hidden]){display:block}

/* Picker card — mobile-first: bottom sheet */
#wby-picker{
    position:fixed;
    bottom:0;left:0;right:0;
    z-index:1101;
    background:#fff;
    border-radius:20px 20px 0 0;
    padding:28px 24px 36px;
    box-shadow:0 -8px 40px rgba(0,0,0,.18);
    animation:wbyPickerSlideUp .22s ease;
    max-width:100%;
}
#wby-picker:not([hidden]){display:block}
@keyframes wbyPickerSlideUp{
    from{transform:translateY(100%);opacity:0}
    to{transform:translateY(0);opacity:1}
}

/* Desktop: centered wider modal for split layout */
@media(min-width:640px){
    #wby-picker{
        bottom:auto;top:50%;left:50%;
        transform:translate(-50%,-50%);
        border-radius:20px;
        width:500px;
        padding:32px 28px 36px;
        animation:wbyPickerFadeIn .18s ease;
    }
    @keyframes wbyPickerFadeIn{
        from{transform:translate(-50%,-54%);opacity:0}
        to{transform:translate(-50%,-50%);opacity:1}
    }
}

/* Close button */
.wby-picker-close{
    position:absolute;top:14px;right:16px;
    background:none;border:none;
    cursor:pointer;
    color:#666;
    padding:6px;
    border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    transition:background .15s,color .15s;
    line-height:1;
}
.wby-picker-close:hover{background:#f0f0f0;color:#1F2124}

/* Title */
.wby-picker-title{
    font-family:'Poppins',sans-serif;
    font-weight:600;
    font-size:1.15rem;
    color:#1F2124;
    margin:0 0 18px;
    text-align:center;
    padding-right:28px;
}

/* Split-panel action grid */
.wby-picker-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}
@media(max-width:420px){
    .wby-picker-actions{grid-template-columns:1fr}
}

/* Shared panel card style */
.wby-picker-btn{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    padding:22px 14px 20px;
    border-radius:16px;
    font-family:'Poppins',sans-serif;
    font-weight:600;
    font-size:.95rem;
    text-decoration:none;
    cursor:pointer;
    border:2px solid transparent;
    transition:background .18s,border-color .18s,transform .12s,box-shadow .18s;
    min-height:140px;
    text-align:center;
    line-height:1.3;
}
.wby-picker-btn svg{
    flex-shrink:0;
    width:32px;height:32px;
    transition:transform .2s;
}
.wby-picker-btn:hover svg{transform:scale(1.12)}
.wby-picker-btn:active{transform:scale(.97)}

/* Sub-label inside each panel */
.wby-picker-sublabel{
    font-size:.75rem;
    font-weight:400;
    opacity:.72;
    margin-top:-4px;
}

/* Pest-page panel — glass */
.wby-picker-learn{
    background:rgba(255,255,255,0.16);
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    color:#007A53;
    border-color:rgba(255,255,255,0.32);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.55);
}
.wby-picker-learn:hover{
    background:rgba(255,255,255,0.28);
    border-color:rgba(255,255,255,0.55);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.70),0 6px 20px rgba(0,0,0,0.10);
}

/* Consultation panel — glass */
.wby-picker-schedule{
    background:rgba(255,255,255,0.16);
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    color:#0057A8;
    border-color:rgba(255,255,255,0.32);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.55);
}
.wby-picker-schedule:hover{
    background:rgba(255,255,255,0.28);
    border-color:rgba(255,255,255,0.55);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.70),0 6px 20px rgba(0,0,0,0.10);
}
.wby-picker-schedule .wby-picker-sublabel{opacity:.82}

/* Body scroll lock when picker open */
body.wby-picker-open{overflow:hidden!important}

/* ── Picker card itself — full glass panel ── */
#wby-picker{
    background:rgba(255,255,255,0.18);
    backdrop-filter:blur(60px) saturate(200%);
    -webkit-backdrop-filter:blur(60px) saturate(200%);
    border:1px solid rgba(255,255,255,0.35);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.60),0 -8px 40px rgba(0,0,0,0.12);
}
.wby-picker-title{color:#1F2124}

/* Dark mode */
[data-theme="dark"] #wby-picker{
    background:rgba(0,0,0,0.35);
    backdrop-filter:blur(60px) saturate(180%);
    -webkit-backdrop-filter:blur(60px) saturate(180%);
    border-color:rgba(255,255,255,0.12);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.10),0 -8px 40px rgba(0,0,0,0.50);
}
[data-theme="dark"] .wby-picker-title{color:#f0f0f0}
[data-theme="dark"] .wby-picker-close{color:#aaa}
[data-theme="dark"] .wby-picker-close:hover{background:rgba(255,255,255,0.10);color:#f0f0f0}
[data-theme="dark"] .wby-picker-learn{
    background:rgba(255,255,255,0.08);
    color:#5BBD2B;
    border-color:rgba(255,255,255,0.15);
}
[data-theme="dark"] .wby-picker-learn:hover{
    background:rgba(255,255,255,0.16);
    border-color:rgba(255,255,255,0.28);
}
[data-theme="dark"] .wby-picker-schedule{
    background:rgba(255,255,255,0.08);
    color:#59CBE8;
    border-color:rgba(255,255,255,0.15);
}
[data-theme="dark"] .wby-picker-schedule:hover{
    background:rgba(255,255,255,0.16);
    border-color:rgba(255,255,255,0.28);
}

/* ══════════════════════════════════════════════════════════════════════
   LIQUID GLASS SYSTEM — v10.20.12
   Pure iOS / Vision Pro glass — NO brand color tints in the surface.
   The glass is clear; what is BEHIND it provides all the color.
   Formula: rgba(255,255,255,0.14) + blur(40px) saturate(180%).
   The inset top shadow is the rim-light that makes it read as glass.
   Specular highlight via ::after keeps each pill/button feeling 3-D.
   ══════════════════════════════════════════════════════════════════════ */

/* ── Utility class (apply to any element over rich backgrounds) ── */
.liquid-glass{
    position:relative;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(20px) saturate(180%);
    -webkit-backdrop-filter:blur(20px) saturate(180%);
    border:1px solid rgba(255,255,255,0.18);
    border-radius:24px;
    box-shadow:0 8px 32px rgba(0,0,0,0.14),
               inset 0 1px 1px rgba(255,255,255,0.50),
               inset 0 -1px 1px rgba(255,255,255,0.10);
    overflow:hidden;
}
.liquid-glass::after{
    content:'';
    position:absolute;
    top:0;left:0;right:0;
    height:50%;
    background:linear-gradient(180deg,rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    pointer-events:none;
    border-radius:inherit;
    z-index:0;
}

/* ── Hero badge — green glass pill ── */
.hp-hero-badge{
    background:rgba(0,110,81,0.22);
    border:1px solid rgba(255,255,255,0.34);
    backdrop-filter:blur(20px) saturate(200%);
    -webkit-backdrop-filter:blur(20px) saturate(200%);
    box-shadow:0 4px 20px rgba(0,0,0,0.20),
               0 0 24px rgba(0,110,81,0.22),
               inset 0 1px 1px rgba(255,255,255,0.55),
               inset 0 -1px 1px rgba(255,255,255,0.10);
    position:relative;
    overflow:hidden;
}
.hp-hero-badge::after{
    content:'';
    position:absolute;
    top:0;left:0;right:0;
    height:50%;
    background:linear-gradient(180deg,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 100%);
    pointer-events:none;
    border-radius:inherit;
    z-index:0;
}
.hp-hero-badge svg{position:relative;z-index:1}

/* ── Primary CTA — liquid glass green (replaces gold gradient) ── */
.hp-cta-primary{
    background:rgba(0,110,81,0.42) !important;
    backdrop-filter:blur(20px) saturate(200%);
    -webkit-backdrop-filter:blur(20px) saturate(200%);
    border:1px solid rgba(255,255,255,0.30) !important;
    color:#fff !important;
    text-shadow:0 1px 6px rgba(0,0,0,0.22);
    box-shadow:0 8px 28px rgba(0,110,81,0.42),
               0 0 0 0 rgba(0,110,81,0.40),
               inset 0 1px 1px rgba(255,255,255,0.55),
               inset 0 -1px 2px rgba(0,0,0,0.14) !important;
    position:relative;
    overflow:hidden;
}
.hp-cta-primary::before{
    content:'';
    position:absolute;
    top:0;left:0;right:0;
    height:50%;
    background:linear-gradient(180deg,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 100%);
    pointer-events:none;
    border-radius:inherit;
    z-index:0;
}
/* Keep shimmer span above specular */
.hp-cta-shimmer{z-index:2;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.28),transparent)}
/* Button icon + text above pseudo layers */
.hp-cta-primary>svg,.hp-cta-primary>span:not(.hp-cta-shimmer){position:relative;z-index:1}

.hp-cta-primary:hover{
    background:rgba(0,110,81,0.60) !important;
    color:#fff !important;
    transform:translateY(-2px);
    box-shadow:0 14px 40px rgba(0,110,81,0.55),
               inset 0 1px 1px rgba(255,255,255,0.60),
               inset 0 -1px 2px rgba(0,0,0,0.14) !important;
}

/* Schedule button — green pulse ring */
.hp-cta-schedule{
    font-size:17px;
    padding:20px 44px;
    box-shadow:0 8px 32px rgba(0,110,81,0.52),
               0 0 0 0 rgba(0,110,81,0.48),
               inset 0 1px 1px rgba(255,255,255,0.55),
               inset 0 -1px 2px rgba(0,0,0,0.14) !important;
    animation:cta-glass-pulse 2.8s ease-out infinite !important;
}
.hp-cta-schedule:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 48px rgba(0,110,81,0.65),
               inset 0 1px 1px rgba(255,255,255,0.60),
               inset 0 -1px 2px rgba(0,0,0,0.14) !important;
}
@keyframes cta-glass-pulse{
    0%,100%{
        box-shadow:0 8px 32px rgba(0,110,81,0.52),0 0 0 0 rgba(0,110,81,0.48),
                   inset 0 1px 1px rgba(255,255,255,0.55),inset 0 -1px 2px rgba(0,0,0,0.14);
    }
    55%{
        box-shadow:0 8px 32px rgba(0,110,81,0.52),0 0 0 18px rgba(0,110,81,0),
                   inset 0 1px 1px rgba(255,255,255,0.55),inset 0 -1px 2px rgba(0,0,0,0.14);
    }
}

/* ── Review badge pills — glass (Google / Yelp / Diamond Certified) ── */
.arb-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,0.10);
    backdrop-filter:blur(20px) saturate(200%);
    -webkit-backdrop-filter:blur(20px) saturate(200%);
    border:1px solid rgba(255,255,255,0.26);
    border-radius:50px;
    padding:7px 16px 7px 9px;
    box-shadow:0 4px 18px rgba(0,0,0,0.18),
               inset 0 1px 1px rgba(255,255,255,0.48),
               inset 0 -1px 1px rgba(255,255,255,0.08);
    position:relative;
    overflow:hidden;
    transition:background 0.25s ease,border-color 0.25s ease,box-shadow 0.25s ease;
}
.arb-badge::after{
    content:'';
    position:absolute;
    top:0;left:0;right:0;
    height:50%;
    background:linear-gradient(180deg,rgba(255,255,255,0.22) 0%,rgba(255,255,255,0) 100%);
    pointer-events:none;
    border-radius:inherit;
    z-index:0;
}
.arb-badge:hover{
    background:rgba(255,255,255,0.18);
    border-color:rgba(255,255,255,0.40);
    box-shadow:0 6px 24px rgba(0,0,0,0.22),
               inset 0 1px 1px rgba(255,255,255,0.60),
               inset 0 -1px 1px rgba(255,255,255,0.10);
}
.arb-logo{width:26px;height:26px;object-fit:contain;flex-shrink:0;position:relative;z-index:1}
.arb-logo.arb-dc{width:auto;height:22px}
.arb-logo.arb-google{width:26px;height:26px}
.arb-logo.arb-yelp{width:26px;height:26px;border-radius:6px}
.arb-text{display:flex;flex-direction:column;gap:1px;position:relative;z-index:1}
.arb-stars{color:#FFC72C;font-size:11.5px;letter-spacing:1.5px;line-height:1;filter:drop-shadow(0 0 4px rgba(255,199,44,0.5))}
.arb-name{font-size:10.5px;font-weight:700;color:rgba(255,255,255,0.88);letter-spacing:0.3px;line-height:1.2;font-family:'Open Sans',sans-serif}
.arb-dc-label{font-size:10.5px;font-weight:700;color:rgba(255,255,255,0.88);line-height:1.2;font-family:'Open Sans',sans-serif}

/* ── Trust strip wrapper — glass panel ── */
.hp-trust-strip{
    background:rgba(255,255,255,0.07);
    backdrop-filter:blur(16px) saturate(200%);
    -webkit-backdrop-filter:blur(16px) saturate(200%);
    border:1px solid rgba(255,255,255,0.16);
    border-radius:60px;
    padding:8px 18px;
    box-shadow:0 4px 20px rgba(0,0,0,0.16),
               inset 0 1px 0 rgba(255,255,255,0.30);
    gap:6px 12px;
    margin-top:16px;
}
@media(max-width:768px){
    .hp-trust-strip{border-radius:16px;padding:10px 14px;gap:8px}
}

/* ── Scroll hint — glass circle ── */
.hp-scroll-hint{
    background:rgba(255,255,255,0.10);
    backdrop-filter:blur(20px) saturate(200%);
    -webkit-backdrop-filter:blur(20px) saturate(200%);
    border:1px solid rgba(255,255,255,0.32);
    color:rgba(255,255,255,0.78);
    box-shadow:0 4px 16px rgba(0,0,0,0.22),
               inset 0 1px 1px rgba(255,255,255,0.48);
}
.hp-scroll-hint:hover{
    background:rgba(255,255,255,0.20);
    border-color:rgba(255,255,255,0.52);
    color:#fff;
}

/* ── Service area dark section — glass accents ── */
/* County pills */
.hp-county-pill{
    background:rgba(0,110,81,0.20);
    backdrop-filter:blur(12px) saturate(180%);
    -webkit-backdrop-filter:blur(12px) saturate(180%);
    border:1px solid rgba(0,200,120,0.30);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.18);
    color:#a3e887;
    transition:background 0.2s ease,border-color 0.2s ease;
}
.hp-county-pill:hover{
    background:rgba(0,110,81,0.35);
    border-color:rgba(0,200,120,0.55);
}
/* Service area CTA button */
.hp-area-cta{
    background:rgba(0,110,81,0.35) !important;
    backdrop-filter:blur(20px) saturate(200%);
    -webkit-backdrop-filter:blur(20px) saturate(200%);
    border:1px solid rgba(255,255,255,0.26) !important;
    box-shadow:0 6px 24px rgba(0,110,81,0.32),
               inset 0 1px 1px rgba(255,255,255,0.42),
               inset 0 -1px 2px rgba(0,0,0,0.10) !important;
    position:relative;
    overflow:hidden;
}
.hp-area-cta::after{
    content:'';
    position:absolute;
    top:0;left:0;right:0;
    height:50%;
    background:linear-gradient(180deg,rgba(255,255,255,0.18) 0%,rgba(255,255,255,0) 100%);
    pointer-events:none;
    border-radius:inherit;
    z-index:0;
}
.hp-area-cta>*{position:relative;z-index:1}
.hp-area-cta:hover{
    background:rgba(0,110,81,0.55) !important;
    color:#fff !important;
    border-color:rgba(255,255,255,0.40) !important;
    box-shadow:0 10px 32px rgba(0,110,81,0.50),
               inset 0 1px 1px rgba(255,255,255,0.52),
               inset 0 -1px 2px rgba(0,0,0,0.10) !important;
}

/* ── Pest selector cards — glass shimmer on hover ── */
.hp-pest-card{
    position:relative;
    overflow:hidden;
}
.hp-pest-card::after{
    content:'';
    position:absolute;
    top:0;left:0;right:0;
    height:40%;
    background:linear-gradient(180deg,rgba(255,255,255,0.18) 0%,rgba(255,255,255,0) 100%);
    pointer-events:none;
    border-radius:inherit;
    z-index:0;
    opacity:0;
    transition:opacity 0.28s ease;
}
.hp-pest-card:hover::after{opacity:1}

/* ── Mobile: reduce blur on lower-DPI screens for performance ── */
@media(max-width:768px) and (max-resolution:1.5dppx){
    .hp-hero-badge,.arb-badge,.hp-trust-strip,.hp-scroll-hint{
        backdrop-filter:blur(12px) saturate(180%);
        -webkit-backdrop-filter:blur(12px) saturate(180%);
    }
    .hp-cta-primary,.hp-area-cta{
        backdrop-filter:blur(16px) saturate(180%);
        -webkit-backdrop-filter:blur(16px) saturate(180%);
    }
}

/* ── Schedule button mobile override ── */
@media(max-width:768px){
    .hp-cta-schedule{border-radius:16px}
}

/* ══════════════════════════════════════════════════════════════════════
   LIQUID GLASS — Homepage cards, buttons & section surfaces
   Extends the hero glass system to every card / button below the fold.
   Light-bg sections use high-opacity white frost so the section tint
   bleeds through. Dark-bg sections use low-opacity glass so the
   background color shows dramatically.
   ══════════════════════════════════════════════════════════════════════ */

/* ── ATCO Specialties cards ── */
.svc2-card{
    background:rgba(255,255,255,0.14);
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.32);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.55),0 4px 24px rgba(0,0,0,0.06);
}
.svc2-card:hover{
    background:rgba(255,255,255,0.26);
    border-color:rgba(255,255,255,0.55);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.70),0 12px 40px rgba(0,0,0,0.10);
}
[data-theme="dark"] .svc2-card{
    background:rgba(0,0,0,0.28);
    border-color:rgba(255,255,255,0.12);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.10),0 4px 24px rgba(0,0,0,0.30);
}
[data-theme="dark"] .svc2-card:hover{
    background:rgba(0,0,0,0.42);
    border-color:rgba(255,255,255,0.22);
}

/* Specialty card CTA buttons — pure glass pills */
.svc2-cta-btn{
    background:rgba(255,255,255,0.16);
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.35);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.60);
}
.svc2-cta-btn::before{display:none}
.svc2-card-2 .svc2-cta-btn,.svc2-card-3 .svc2-cta-btn{background:rgba(255,255,255,0.16)}
.svc2-card:hover .svc2-cta-btn,.svc2-card-2:hover .svc2-cta-btn{background:rgba(255,255,255,0.28)}

/* Specialty section trust-credentials strip */
.svc2-trust-strip{
    background:rgba(255,255,255,0.14);
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.30);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.50);
}
[data-theme="dark"] .svc2-trust-strip{
    background:rgba(0,0,0,0.28);
    border-color:rgba(255,255,255,0.10);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.08);
}

/* ── "See the full list" ghost button — pure glass ── */
.hp-btn-outline{
    background:rgba(255,255,255,0.14);
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.35);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.55);
}
.hp-btn-outline::after{display:none}
.hp-btn-outline:hover{
    background:rgba(255,255,255,0.28);
    border-color:rgba(255,255,255,0.60);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.70),0 8px 28px rgba(0,0,0,0.10);
    color:inherit;
}
[data-theme="dark"] .hp-btn-outline{
    background:rgba(0,0,0,0.25);
    border-color:rgba(255,255,255,0.14);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.10);
}
[data-theme="dark"] .hp-btn-outline:hover{
    background:rgba(0,0,0,0.42);
    border-color:rgba(255,255,255,0.28);
}

/* ── What's Bugging You pest-selector cards ── */
.wby-card{
    background:rgba(255,255,255,0.14);
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.32);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.55),0 2px 14px rgba(0,0,0,0.04);
}
.wby-card:hover{
    background:rgba(255,255,255,0.26);
    border-color:rgba(255,255,255,0.55);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.70),0 14px 40px rgba(0,0,0,0.10);
}
.wby-card::before{display:none}
/* POTM — same glass surface, yellow border rim signals it */
.wby-potm{
    background:rgba(255,255,255,0.14) !important;
    border-color:rgba(255,199,44,0.60) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.55),0 2px 14px rgba(255,199,44,0.10) !important;
}
.wby-potm:hover{
    background:rgba(255,255,255,0.26) !important;
    border-color:rgba(255,199,44,0.85) !important;
}
[data-theme="dark"] .wby-card{
    background:rgba(0,0,0,0.28);
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border-color:rgba(255,255,255,0.12);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.08),0 2px 12px rgba(0,0,0,0.30);
}
[data-theme="dark"] .wby-card:hover{
    background:rgba(0,0,0,0.42);
    border-color:rgba(255,255,255,0.22);
}
[data-theme="dark"] .wby-potm{border-color:rgba(255,199,44,0.45) !important}

/* ── Worry strip cards ── */
/* ::before = bottom accent bar (keep); ::after disabled */
.worry-card{
    background:rgba(255,255,255,0.14);
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.32);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.55),0 4px 24px rgba(0,0,0,0.05);
}
.worry-card:hover{
    background:rgba(255,255,255,0.26);
    border-color:rgba(255,255,255,0.55);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.70),0 14px 40px rgba(0,0,0,0.10);
}
.worry-card::after{display:none}
/* Featured middle card — identical glass; dark section bg supplies drama */
.worry-card-featured{
    background:rgba(255,255,255,0.12);
    border-color:rgba(255,255,255,0.28);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.45),0 8px 40px rgba(0,0,0,0.08);
}
.worry-card-featured:hover{
    background:rgba(255,255,255,0.22);
    border-color:rgba(255,255,255,0.50);
    transform:translateY(-5px);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.60),0 20px 56px rgba(0,0,0,0.14);
}
[data-theme="dark"] .worry-card{
    background:rgba(0,0,0,0.28);
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border-color:rgba(255,255,255,0.12);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.08),0 4px 24px rgba(0,0,0,0.30);
}
[data-theme="dark"] .worry-card:hover{
    background:rgba(0,0,0,0.42);
    border-color:rgba(255,255,255,0.22);
}
[data-theme="dark"] .worry-card-featured{
    background:rgba(0,0,0,0.32);
    border-color:rgba(255,255,255,0.16);
}

/* ── Feature / Why ATCO carousel cards ── */
.feature-card{
    background:rgba(255,255,255,0.14);
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.32);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.55),0 8px 32px rgba(0,0,0,0.05);
    position:relative;
    overflow:hidden;
}
.feature-card::after{display:none}
.feature-card:hover{
    background:rgba(255,255,255,0.26);
    border-color:rgba(255,255,255,0.55);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.70),0 18px 48px rgba(0,0,0,0.09);
}
[data-theme="dark"] .feature-card{
    background:rgba(0,0,0,0.28);
    border-color:rgba(255,255,255,0.12);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.08),0 8px 32px rgba(0,0,0,0.28);
}
[data-theme="dark"] .feature-card:hover{
    background:rgba(0,0,0,0.42);
    border-color:rgba(255,255,255,0.22);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.12),0 18px 48px rgba(0,0,0,0.38);
}

/* ── Mobile performance — halve blur on low-DPI phones ── */
@media(max-width:768px) and (max-resolution:1.5dppx){
    .svc2-card,.wby-card,.worry-card,.feature-card,
    .svc2-cta-btn,.hp-btn-outline,.svc2-trust-strip{
        backdrop-filter:blur(20px) saturate(160%);
        -webkit-backdrop-filter:blur(20px) saturate(160%);
    }
}

/* ═══════════════════════════════════════════════════════════════════
   COMPREHENSIVE GLASS — all remaining cards, buttons, FAQ, steps
   !important overrides inline <style> blocks in front-page.php
   ═══════════════════════════════════════════════════════════════════ */

/* ── svc2 specialty cards ── */
.svc2-card{
    background:rgba(255,255,255,0.14)!important;
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.32)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.55),0 2px 14px rgba(0,0,0,0.06)!important;
}
.svc2-card:hover{
    background:rgba(255,255,255,0.26)!important;
    border-color:rgba(255,255,255,0.55)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.70),0 14px 36px rgba(0,0,0,0.10)!important;
}
[data-theme="dark"] .svc2-card{
    background:rgba(0,0,0,0.28)!important;
    border-color:rgba(255,255,255,0.12)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.08),0 4px 20px rgba(0,0,0,0.35)!important;
}
[data-theme="dark"] .svc2-card:hover{
    background:rgba(0,0,0,0.42)!important;
    border-color:rgba(255,255,255,0.22)!important;
}

/* ── svc2-trust proof strips inside cards ── */
.svc2-trust,
.svc2-card-2 .svc2-trust,
.svc2-card-3 .svc2-trust{
    background:rgba(255,255,255,0.14)!important;
    backdrop-filter:blur(20px) saturate(160%);
    -webkit-backdrop-filter:blur(20px) saturate(160%);
    border:1px solid rgba(255,255,255,0.30)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.50)!important;
    color:inherit!important;
}
[data-theme="dark"] .svc2-trust,
[data-theme="dark"] .svc2-card-2 .svc2-trust,
[data-theme="dark"] .svc2-card-3 .svc2-trust{
    background:rgba(0,0,0,0.20)!important;
    border-color:rgba(255,255,255,0.10)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.06)!important;
    color:rgba(255,255,255,0.80)!important;
}

/* ── svc2 CTA buttons inside cards ── */
.svc2-cta-btn,
.svc2-card-2 .svc2-cta-btn,
.svc2-card-3 .svc2-cta-btn{
    background:rgba(255,255,255,0.16)!important;
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.38)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.60)!important;
    color:#fff!important;
}
.svc2-card:hover .svc2-cta-btn{
    background:rgba(255,255,255,0.28)!important;
    border-color:rgba(255,255,255,0.60)!important;
}

/* ── svc2 trust-strip (bottom credentials row) ── */
.svc2-trust-strip{
    background:rgba(255,255,255,0.12)!important;
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.28)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.45)!important;
}
[data-theme="dark"] .svc2-trust-strip{
    background:rgba(0,0,0,0.25)!important;
    border-color:rgba(255,255,255,0.10)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.06)!important;
}

/* ── How It Works — step cards ── */
.hp-how-step{
    background:rgba(255,255,255,0.12);
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.30);
    border-radius:22px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.50),0 4px 24px rgba(0,0,0,0.05);
    padding:36px 28px;
    transition:background .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.hp-how-step:hover{
    background:rgba(255,255,255,0.22);
    border-color:rgba(255,255,255,0.50);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.65),0 12px 36px rgba(0,0,0,0.08);
}
[data-theme="dark"] .hp-how-step{
    background:rgba(0,0,0,0.25);
    border-color:rgba(255,255,255,0.10);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.06),0 4px 24px rgba(0,0,0,0.35);
}
[data-theme="dark"] .hp-how-step:hover{
    background:rgba(0,0,0,0.40);
    border-color:rgba(255,255,255,0.18);
}

/* ── How It Works — numbered circle badges ── */
.hp-step-num{
    background:rgba(255,255,255,0.16)!important;
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.38)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.60),0 4px 16px rgba(0,0,0,0.08)!important;
    color:inherit!important;
}
[data-theme="dark"] .hp-step-num{
    background:rgba(0,0,0,0.30)!important;
    border-color:rgba(255,255,255,0.16)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.10),0 4px 16px rgba(0,0,0,0.40)!important;
}

/* ── Service area CTA button ── */
.hp-area-cta{
    background:rgba(255,255,255,0.14)!important;
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.35)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.55),0 4px 16px rgba(0,0,0,0.08)!important;
}
.hp-area-cta:hover{
    background:rgba(255,255,255,0.26)!important;
    border-color:rgba(255,255,255,0.55)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.70),0 8px 28px rgba(0,0,0,0.12)!important;
}

/* ── WBY fallback strip ── */
.wby-fallback{
    background:rgba(255,255,255,0.12)!important;
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.28)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.45)!important;
}
[data-theme="dark"] .wby-fallback{
    background:rgba(0,0,0,0.25)!important;
    border-color:rgba(255,255,255,0.10)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.06)!important;
}
.wby-fallback-btn{
    background:rgba(255,255,255,0.16)!important;
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.38)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.60)!important;
    color:inherit!important;
}
.wby-fallback-btn:hover{
    background:rgba(255,255,255,0.28)!important;
    border-color:rgba(255,255,255,0.60)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.75),0 8px 24px rgba(0,0,0,0.10)!important;
    transform:translateY(-2px);
}

/* ── Mobile pest chips ── */
.wby-chip{
    background:rgba(255,255,255,0.14)!important;
    backdrop-filter:blur(20px) saturate(160%);
    -webkit-backdrop-filter:blur(20px) saturate(160%);
    border:1px solid rgba(255,255,255,0.30)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.45);
}
[data-theme="dark"] .wby-chip{
    background:rgba(0,0,0,0.25)!important;
    border-color:rgba(255,255,255,0.10)!important;
}
.wby-chip:active{
    background:rgba(255,255,255,0.28)!important;
    border-color:rgba(255,255,255,0.55)!important;
}

/* ── Scheduler time-window buttons ── */
.time-window-btn{
    background:rgba(255,255,255,0.14)!important;
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.32)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.50)!important;
}
.time-window-btn:hover{
    background:rgba(255,255,255,0.26)!important;
    border-color:rgba(255,255,255,0.55)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.70),0 4px 16px rgba(0,0,0,0.08)!important;
}
[data-theme="dark"] .time-window-btn{
    background:rgba(0,0,0,0.25)!important;
    border-color:rgba(255,255,255,0.10)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.06)!important;
}

/* ── FAQ / Accordion items ── */
.accordion-item{
    background:rgba(255,255,255,0.14)!important;
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.30)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.50),0 2px 12px rgba(0,0,0,0.04)!important;
}
.accordion-item:hover{
    background:rgba(255,255,255,0.22)!important;
    border-color:rgba(255,255,255,0.48)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.65),0 6px 24px rgba(0,0,0,0.07)!important;
}
.accordion-item.open{
    background:rgba(255,255,255,0.22)!important;
    border-color:rgba(255,255,255,0.48)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.65),0 8px 32px rgba(0,0,0,0.08)!important;
}
[data-theme="dark"] .accordion-item{
    background:rgba(0,0,0,0.28)!important;
    border-color:rgba(255,255,255,0.10)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.06),0 2px 12px rgba(0,0,0,0.40)!important;
}
[data-theme="dark"] .accordion-item:hover,
[data-theme="dark"] .accordion-item.open{
    background:rgba(0,0,0,0.42)!important;
    border-color:rgba(255,255,255,0.18)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.10),0 8px 32px rgba(0,0,0,0.50)!important;
}
.accordion-trigger:hover{
    background:rgba(255,255,255,0.10)!important;
}
[data-theme="dark"] .accordion-trigger:hover{
    background:rgba(255,255,255,0.06)!important;
}

/* ── Trusted partner badge ── */
.trusted-partner-badge{
    background:rgba(255,255,255,0.14)!important;
    backdrop-filter:blur(40px) saturate(180%);
    -webkit-backdrop-filter:blur(40px) saturate(180%);
    border:1px solid rgba(255,255,255,0.30)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.50),0 2px 12px rgba(0,0,0,0.06)!important;
}
[data-theme="dark"] .trusted-partner-badge{
    background:rgba(0,0,0,0.25)!important;
    border-color:rgba(255,255,255,0.12)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.06),0 2px 12px rgba(0,0,0,0.40)!important;
}
.trusted-partner-badge:hover{
    background:rgba(255,255,255,0.26)!important;
    border-color:rgba(255,255,255,0.55)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.70),0 6px 20px rgba(0,0,0,0.10)!important;
}
[data-theme="dark"] .trusted-partner-badge:hover{
    background:rgba(0,0,0,0.40)!important;
    border-color:rgba(255,255,255,0.22)!important;
}

/* ── Mobile performance — expand to all new glass elements ── */
@media(max-width:768px) and (max-resolution:1.5dppx){
    .hp-how-step,.hp-step-num,.accordion-item,
    .time-window-btn,.wby-chip,.wby-fallback,
    .wby-fallback-btn,.svc2-trust,.trusted-partner-badge{
        backdrop-filter:blur(20px) saturate(160%);
        -webkit-backdrop-filter:blur(20px) saturate(160%);
    }
}

/* ═══════════════════════════════════════════════════════════════════
   VISIBILITY FIXES + BUTTON COLOR RESTORE
   Cards on light/white section backgrounds need enough opacity to show.
   Glass (0.14) only reads beautifully over video/dark/colorful surfaces.
   ═══════════════════════════════════════════════════════════════════ */

/* ── svc2 specialty cards (light #f4f8f5 section) ── */
.svc2-card{
    background:rgba(255,255,255,0.88)!important;
    border:1px solid rgba(0,122,83,0.14)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.95),0 2px 14px rgba(0,122,83,0.07)!important;
    backdrop-filter:blur(20px) saturate(160%);
    -webkit-backdrop-filter:blur(20px) saturate(160%);
}
.svc2-card:hover{
    background:#fff!important;
    border-color:rgba(0,122,83,0.28)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 14px 36px rgba(0,122,83,0.12)!important;
}
[data-theme="dark"] .svc2-card{
    background:rgba(15,28,12,0.88)!important;
    border-color:rgba(91,189,43,0.16)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.06),0 4px 20px rgba(0,0,0,0.40)!important;
}
[data-theme="dark"] .svc2-card:hover{
    background:rgba(15,28,12,0.96)!important;
    border-color:rgba(91,189,43,0.32)!important;
}

/* ── svc2-trust proof strips — restore readable tinted look ── */
.svc2-trust,
.svc2-card-2 .svc2-trust,
.svc2-card-3 .svc2-trust{
    background:rgba(0,122,83,0.07)!important;
    border:1px solid rgba(0,122,83,0.18)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.80)!important;
    color:#005C3E!important;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
}
.svc2-card-2 .svc2-trust{
    background:rgba(0,87,168,0.07)!important;
    border-color:rgba(0,87,168,0.18)!important;
    color:#003f7a!important;
}
.svc2-card-3 .svc2-trust{
    background:rgba(0,157,181,0.07)!important;
    border-color:rgba(0,157,181,0.18)!important;
    color:#006a7a!important;
}
[data-theme="dark"] .svc2-trust,
[data-theme="dark"] .svc2-card-2 .svc2-trust,
[data-theme="dark"] .svc2-card-3 .svc2-trust{
    background:rgba(0,122,83,0.14)!important;
    border-color:rgba(91,189,43,0.20)!important;
    color:#5BBD2B!important;
}

/* ── svc2-trust-strip (bottom credentials row) ── */
.svc2-trust-strip{
    background:rgba(0,122,83,0.05)!important;
    border:1px solid rgba(0,122,83,0.12)!important;
    box-shadow:none!important;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
}
[data-theme="dark"] .svc2-trust-strip{
    background:rgba(91,189,43,0.06)!important;
    border-color:rgba(91,189,43,0.15)!important;
}

/* ── Worry cards (light section) ── */
.worry-card{
    background:rgba(255,255,255,0.88)!important;
    border:1px solid rgba(0,0,0,0.07)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.95),0 4px 24px rgba(0,0,0,0.05)!important;
    backdrop-filter:blur(20px) saturate(160%);
    -webkit-backdrop-filter:blur(20px) saturate(160%);
}
.worry-card:hover{
    background:#fff!important;
    border-color:rgba(0,122,83,0.20)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 14px 40px rgba(0,0,0,0.09)!important;
}
.worry-card-featured{
    background:rgba(255,255,255,0.92)!important;
    border-color:rgba(0,122,83,0.18)!important;
}
.worry-card-featured:hover{
    background:#fff!important;
    border-color:rgba(0,122,83,0.35)!important;
}
[data-theme="dark"] .worry-card{
    background:rgba(15,28,12,0.88)!important;
    border-color:rgba(255,255,255,0.08)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.05),0 4px 24px rgba(0,0,0,0.40)!important;
}

/* ── WBY pest cards (light #f4f8f5 section) ── */
.wby-card{
    background:rgba(255,255,255,0.88)!important;
    border:1px solid rgba(0,122,83,0.12)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.95),0 2px 14px rgba(0,0,0,0.04)!important;
    backdrop-filter:blur(20px) saturate(160%);
    -webkit-backdrop-filter:blur(20px) saturate(160%);
}
.wby-card:hover{
    background:#fff!important;
    border-color:rgba(0,122,83,0.28)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 14px 40px rgba(0,0,0,0.09)!important;
}
.wby-potm{
    background:rgba(255,255,255,0.88)!important;
    border-color:rgba(255,199,44,0.60)!important;
}
[data-theme="dark"] .wby-card{
    background:rgba(15,28,12,0.88)!important;
    border-color:rgba(255,255,255,0.10)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.05),0 2px 12px rgba(0,0,0,0.40)!important;
}

/* ── How It Works steps (white section) ── */
.hp-how-step{
    background:rgba(255,255,255,0.88)!important;
    border:1px solid rgba(0,0,0,0.07)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.95),0 4px 24px rgba(0,0,0,0.05)!important;
    backdrop-filter:blur(20px) saturate(160%);
    -webkit-backdrop-filter:blur(20px) saturate(160%);
}
.hp-how-step:hover{
    background:#fff!important;
    border-color:rgba(0,122,83,0.20)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 12px 36px rgba(0,0,0,0.08)!important;
}
[data-theme="dark"] .hp-how-step{
    background:rgba(15,28,12,0.88)!important;
    border-color:rgba(255,255,255,0.08)!important;
}

/* ── FAQ accordion (white/light page context) ── */
.accordion-item{
    background:rgba(255,255,255,0.88)!important;
    border:1px solid rgba(0,0,0,0.06)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.95),0 2px 12px rgba(0,0,0,0.04)!important;
    backdrop-filter:blur(20px) saturate(160%);
    -webkit-backdrop-filter:blur(20px) saturate(160%);
}
.accordion-item:hover{
    background:#fff!important;
    border-color:rgba(0,122,83,0.18)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 6px 24px rgba(0,0,0,0.07)!important;
}
.accordion-item.open{
    background:#fff!important;
    border-color:rgba(0,110,81,0.20)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 8px 32px rgba(0,110,81,0.08)!important;
}
[data-theme="dark"] .accordion-item{
    background:rgba(20,32,16,0.90)!important;
    border-color:rgba(255,255,255,0.08)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.05),0 2px 12px rgba(0,0,0,0.45)!important;
}
[data-theme="dark"] .accordion-item:hover,
[data-theme="dark"] .accordion-item.open{
    background:rgba(20,32,16,0.96)!important;
    border-color:rgba(91,189,43,0.22)!important;
}

/* ══════════════════════════════════════
   BUTTON COLORS RESTORED
   Solid brand fills — glass rim light kept as subtle sheen
   ══════════════════════════════════════ */

/* svc2 card CTA buttons — solid green / blue */
.svc2-cta-btn{
    background:#007A53!important;
    border:none!important;
    box-shadow:0 2px 8px rgba(0,122,83,0.30)!important;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    color:#fff!important;
}
.svc2-card-2 .svc2-cta-btn{
    background:#0057A8!important;
    box-shadow:0 2px 8px rgba(0,87,168,0.30)!important;
}
.svc2-card-3 .svc2-cta-btn{background:#007A53!important}
.svc2-card:hover .svc2-cta-btn{background:#005C3E!important}
.svc2-card-2:hover .svc2-cta-btn{background:#004080!important}

/* Service area CTA */
.hp-area-cta{
    background:linear-gradient(135deg,#006E51,#00523D)!important;
    border:none!important;
    box-shadow:0 4px 16px rgba(0,110,81,0.35)!important;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    color:#fff!important;
}
.hp-area-cta:hover{
    background:linear-gradient(135deg,#00523D,#003B26)!important;
    box-shadow:0 8px 28px rgba(0,110,81,0.45)!important;
}

/* WBY fallback button */
.wby-fallback-btn{
    background:#007A53!important;
    border:none!important;
    box-shadow:0 4px 16px rgba(0,122,83,0.30)!important;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    color:#fff!important;
}
.wby-fallback-btn:hover{
    background:#005C3E!important;
    box-shadow:0 8px 24px rgba(0,122,83,0.45)!important;
}

/* Step number circles — restore green */
.hp-step-num{
    background:linear-gradient(135deg,#006E51,#00523D)!important;
    border:none!important;
    box-shadow:0 8px 24px rgba(0,110,81,0.35)!important;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    color:#fff!important;
}
[data-theme="dark"] .hp-step-num{
    background:linear-gradient(135deg,#005A3F,#003B26)!important;
    box-shadow:0 8px 24px rgba(0,0,0,0.45)!important;
}

/* ── Trusted partner badge — restore white card ── */
.trusted-partner-badge{
    background:#fff!important;
    border:none!important;
    box-shadow:0 2px 12px rgba(0,0,0,0.10)!important;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
}
[data-theme="dark"] .trusted-partner-badge{
    background:rgba(255,255,255,0.10)!important;
    box-shadow:0 2px 12px rgba(0,0,0,0.30)!important;
}
.trusted-partner-badge:hover{
    background:#f8f8f8!important;
    box-shadow:0 6px 20px rgba(0,0,0,0.15)!important;
    border:none!important;
}

/* ═══════════════════════════════════════════════════════════════════
   FIX PASS 2 — three targeted corrections
   ═══════════════════════════════════════════════════════════════════ */

/* 1 ── Hero Schedule button: restore brand YELLOW (was overridden to glass green) */
.hp-cta-primary{
    background:linear-gradient(135deg,#FFD744,#FFC72C) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    border:none !important;
    color:#004F2D !important;
    text-shadow:none !important;
    box-shadow:0 8px 32px rgba(255,199,44,0.60),
               0 0 0 0 rgba(255,199,44,0.40),
               inset 0 1px 0 rgba(255,255,255,0.55) !important;
}
.hp-cta-primary:hover{
    background:linear-gradient(135deg,#FFE066,#FFD700) !important;
    color:#004F2D !important;
    transform:translateY(-2px);
    box-shadow:0 14px 44px rgba(255,199,44,0.75),
               inset 0 1px 0 rgba(255,255,255,0.60) !important;
}
.hp-cta-schedule{
    box-shadow:0 8px 32px rgba(255,199,44,0.60),
               0 0 0 0 rgba(255,199,44,0.40),
               inset 0 1px 0 rgba(255,255,255,0.55) !important;
    animation:cta-pulse-ring 2.6s ease-out infinite !important;
}
.hp-cta-schedule:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 48px rgba(255,199,44,0.80),
               inset 0 1px 0 rgba(255,255,255,0.60) !important;
}

/* 2 ── WBY pest cards: restore hover lift (transform was missing from later hover block) */
.wby-card:hover{
    transform:translateY(-7px) !important;
    background:linear-gradient(145deg,#e8faf0,#d8f4e6) !important;
    border-color:#007A53 !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 18px 44px rgba(0,122,83,0.20) !important;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
}
[data-theme="dark"] .wby-card:hover{
    transform:translateY(-7px) !important;
    background:rgba(0,122,83,0.18) !important;
    border-color:#5BBD2B !important;
    box-shadow:0 18px 44px rgba(91,189,43,0.22) !important;
}
/* POTM card hover */
.wby-potm:hover{
    transform:translateY(-7px) !important;
    background:linear-gradient(145deg,#fff8da,#fff3b0) !important;
    border-color:#FFC72C !important;
    box-shadow:0 18px 44px rgba(255,199,44,0.28) !important;
}

/* 3 ── Featured worry card: restore dark green bg so white text is readable again */
.worry-card-featured{
    background:linear-gradient(160deg,#1a3d14,#003B26) !important;
    border-color:transparent !important;
    box-shadow:0 8px 40px rgba(0,110,81,0.28) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
}
.worry-card-featured:hover{
    background:linear-gradient(160deg,#1f4a18,#004830) !important;
    border-color:rgba(91,189,43,0.25) !important;
    transform:translateY(-5px) !important;
    box-shadow:0 20px 56px rgba(0,110,81,0.38) !important;
}
/* text colors are white in style.css — keep them, just ensure bg is dark */
[data-theme="dark"] .worry-card-featured{
    background:linear-gradient(160deg,#0f2a0a,#1e4812) !important;
    border-color:rgba(91,189,43,0.20) !important;
}

/* ═══════════════════════════════════════════════════════════════════
   PASS 3 — Trust strip outer pill removed + colored glass buttons
   ═══════════════════════════════════════════════════════════════════ */

/* 1 ── Remove the outer "big pill" wrapper — let individual arb-badges float free */
.hp-trust-strip{
    background:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    border:none!important;
    border-radius:0!important;
    padding:0!important;
    box-shadow:none!important;
    gap:8px 10px!important;
    margin-top:14px!important;
}
@media(max-width:768px){
    .hp-trust-strip{border-radius:0!important;padding:0!important}
}

/* 2 ── Hero schedule button — YELLOW colored glass (tinted, not solid) */
.hp-cta-primary{
    background:rgba(255,199,44,0.30)!important;
    backdrop-filter:blur(28px) saturate(200%)!important;
    -webkit-backdrop-filter:blur(28px) saturate(200%)!important;
    border:1px solid rgba(255,199,44,0.55)!important;
    color:#fff!important;
    text-shadow:0 1px 8px rgba(0,0,0,0.35)!important;
    box-shadow:0 8px 32px rgba(255,199,44,0.28),
               inset 0 1px 1px rgba(255,255,255,0.55),
               inset 0 -1px 2px rgba(0,0,0,0.12)!important;
}
.hp-cta-primary:hover{
    background:rgba(255,199,44,0.45)!important;
    border-color:rgba(255,199,44,0.75)!important;
    color:#fff!important;
    transform:translateY(-2px);
    box-shadow:0 14px 44px rgba(255,199,44,0.40),
               inset 0 1px 1px rgba(255,255,255,0.65),
               inset 0 -1px 2px rgba(0,0,0,0.12)!important;
}
.hp-cta-schedule{
    box-shadow:0 8px 32px rgba(255,199,44,0.28),
               0 0 0 0 rgba(255,199,44,0.35),
               inset 0 1px 1px rgba(255,255,255,0.55),
               inset 0 -1px 2px rgba(0,0,0,0.12)!important;
    animation:cta-pulse-ring 2.6s ease-out infinite!important;
}
.hp-cta-schedule:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 48px rgba(255,199,44,0.48),
               inset 0 1px 1px rgba(255,255,255,0.65),
               inset 0 -1px 2px rgba(0,0,0,0.12)!important;
}

/* ═══════════════════════════════════════════════════════════════════
   GLASS PASS 3 — Pest cards, outline button, kicker labels
   ═══════════════════════════════════════════════════════════════════ */

/* ── Pest selector grid cards (on #E6F4F0 mint-green section bg) ── */
.hp-pest-card{
    background:rgba(255,255,255,0.70)!important;
    backdrop-filter:blur(24px) saturate(180%);
    -webkit-backdrop-filter:blur(24px) saturate(180%);
    border:1px solid rgba(255,255,255,0.88)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 2px 12px rgba(0,110,81,0.06)!important;
    transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}
.hp-pest-card:hover{
    background:rgba(255,255,255,0.92)!important;
    border-color:rgba(0,110,81,0.40)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 14px 36px rgba(0,110,81,0.16)!important;
    transform:translateY(-4px);
}
[data-theme="dark"] .hp-pest-card{
    background:rgba(6,18,10,0.62)!important;
    border-color:rgba(255,255,255,0.09)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.07),0 2px 12px rgba(0,0,0,0.38)!important;
}
[data-theme="dark"] .hp-pest-card:hover{
    background:rgba(0,60,28,0.50)!important;
    border-color:rgba(91,189,43,0.42)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.12),0 14px 36px rgba(0,0,0,0.42)!important;
}

/* ── "See the full list →" outline button ── */
.hp-btn-outline{
    background:rgba(255,255,255,0.58)!important;
    backdrop-filter:blur(16px) saturate(180%);
    -webkit-backdrop-filter:blur(16px) saturate(180%);
    border:1.5px solid rgba(0,110,81,0.42)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.90),0 2px 10px rgba(0,0,0,0.06)!important;
    transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
}
.hp-btn-outline:hover{
    background:rgba(0,122,83,0.90)!important;
    border-color:transparent!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.18),0 8px 24px rgba(0,122,83,0.30)!important;
    color:#fff!important;
}
[data-theme="dark"] .hp-btn-outline{
    background:rgba(0,0,0,0.32)!important;
    border-color:rgba(91,189,43,0.32)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.06),0 2px 10px rgba(0,0,0,0.32)!important;
    color:rgba(255,255,255,0.80)!important;
}
[data-theme="dark"] .hp-btn-outline:hover{
    background:rgba(91,189,43,0.16)!important;
    border-color:rgba(91,189,43,0.55)!important;
    color:#5BBD2B!important;
}

/* ── Section kicker pill labels ── */
.hp-section-kicker,
.svc2-kicker{
    background:rgba(0,122,83,0.09);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    border:1px solid rgba(0,122,83,0.20);
    border-radius:50px;
    padding:3px 14px 4px;
    display:inline-block;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.75),0 1px 4px rgba(0,0,0,0.04);
}
[data-theme="dark"] .hp-section-kicker,
[data-theme="dark"] .svc2-kicker{
    background:rgba(91,189,43,0.10);
    border-color:rgba(91,189,43,0.24);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.06);
}

/* mobile: halve blur on low-DPI */
@media(max-width:768px) and (max-resolution:1.5dppx){
    .hp-pest-card,.hp-btn-outline{
        backdrop-filter:blur(12px) saturate(160%);
        -webkit-backdrop-filter:blur(12px) saturate(160%);
    }
}

/* ═══════════════════════════════════════════════════════════════════
   MOBILE HERO DECLUTTER — v10.20.25
   Tighter hero on small screens: hide redundant badge, smaller button,
   tighter spacing so the video breathes.
   ═══════════════════════════════════════════════════════════════════ */
@media(max-width:600px){
    /* Hide the "40+ Years" pill — info lives in the worry cards below */
    .hp-hero-badge { display:none !important; }

    /* Shrink schedule button — touch-friendly but not dominating */
    .hp-cta-schedule {
        font-size:14px !important;
        padding:13px 22px !important;
        border-radius:14px !important;
        gap:7px !important;
    }
    .hp-cta-schedule svg { width:17px !important; height:17px !important; }

    /* Tighter hero description */
    .hp-hero-desc {
        font-size:14px !important;
        margin-bottom:18px !important;
        line-height:1.6 !important;
    }

    /* Trust strip — smaller gap, less top margin */
    .hp-trust-strip {
        gap:6px 8px !important;
        margin-top:10px !important;
    }

    /* "or call" link — a touch smaller */
    .hp-cta-soft { font-size:12px !important; }

    /* Tighten overall CTA stack */
    .hp-hero-ctas { gap:10px !important; }
}

/* Very small screens — extra squeeze */
@media(max-width:380px){
    .hp-cta-schedule {
        font-size:13px !important;
        padding:12px 18px !important;
    }
    .hp-hero-desc { font-size:13.5px !important; }
}
