  :root{
    --bg-dark:#211E19;
    --bg-darker:#191712;
    --panel-dark:#2A2620;
    --gold:#C9A227;
    --gold-light:#E4C25A;
    --gold-dim:#9c7d1d;
    --cream:#F7F4EC;
    --text-light:#EDE9DF;
    --text-muted:#B7B0A1;
    --text-dark:#221F1A;
    --text-dark-muted:#5A554A;
    --white:#FFFFFF;
    --black:#000000;
    --whatsapp:#25D366;
    --error:#C0392B;
    --radius:14px;
    --maxw:1180px;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Inter', sans-serif;
    background:var(--cream);
    color:var(--text-dark);
    line-height:1.6;
    font-size:16px;
  }
  h1,h2,h3,.font-display{font-family:'Sora', sans-serif;}
  .wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px;}
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .eyebrow{
    font-size:13px; font-weight:600; letter-spacing:2px; text-transform:uppercase;
    color:var(--gold); margin-bottom:14px; display:inline-block;
  }
  .btn{
    display:inline-flex; align-items:center; gap:10px;
    padding:16px 30px; border-radius:100px; font-weight:600; font-size:16px;
    border:2px solid transparent; cursor:pointer; transition:transform .15s ease, background .2s ease;
  }
  .btn:hover{transform:translateY(-2px);}
  .btn-gold{background:var(--gold); color:var(--bg-darker);}
  .btn-gold:hover{background:var(--gold-light);}
  .btn-outline-dark{border-color:rgba(255,255,255,.35); color:var(--text-light);}
  .btn-outline-dark:hover{border-color:var(--gold); color:var(--gold);}
  .btn-outline-light{border-color:rgba(34,31,26,.25); color:var(--text-dark);}
  .btn-outline-light:hover{border-color:var(--gold-dim); color:var(--gold-dim);}
  section{padding:90px 0;}
  section[id], .guide-card[id]{scroll-margin-top:90px;}
  @media(max-width:768px){section{padding:56px 0;} section[id], .guide-card[id]{scroll-margin-top:70px;}}

  /* HEADER */
  header{
    position:sticky; top:0; z-index:100;
    background:rgba(25,23,18,.92); backdrop-filter:blur(8px);
    border-bottom:1px solid rgba(255,255,255,.06);
  }
  .header-inner{display:flex; align-items:center; justify-content:space-between; padding:16px 24px; position:relative;}
  .brand{display:flex; align-items:center; gap:12px;}
  .brand-badge{
    width:46px; height:46px; border-radius:50%; border:2px solid var(--gold);
    display:flex; align-items:center; justify-content:center; flex-shrink:0;
  }
  .brand-name{font-family:'Sora',sans-serif; font-weight:700; font-size:18px; color:var(--text-light); line-height:1.2;}
  .brand-name span{color:var(--gold);}
  .brand-sub{font-size:11px; letter-spacing:1.5px; color:var(--text-muted); text-transform:uppercase;}
  nav{display:flex; gap:28px; font-size:14px; color:var(--text-light);}
  nav a:hover{color:var(--gold);}
  .header-cta{display:flex; align-items:center; gap:14px;}
  .icon-btn{color:var(--text-light); cursor:pointer;}
  .nav-toggle{
    display:none; background:none; border:none; color:var(--text-light); cursor:pointer;
    padding:6px; margin:0;
  }
  @media(max-width:900px){
    nav{
      display:none; position:absolute; top:100%; left:0; right:0;
      flex-direction:column; gap:0; background:var(--bg-darker);
      border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08);
      padding:8px 0;
    }
    nav.open{display:flex;}
    nav a{padding:14px 24px; border-bottom:1px solid rgba(255,255,255,.05);}
    nav a:last-child{border-bottom:none;}
    .nav-toggle{display:flex; align-items:center; justify-content:center;}
    .header-cta .btn span.btn-label{display:none;}
  }

  /* HERO */
  .hero{
    background:
      radial-gradient(circle at 15% 20%, rgba(201,162,39,.10), transparent 40%),
      linear-gradient(180deg, var(--bg-dark), var(--bg-darker));
    color:var(--text-light);
    padding:100px 0 70px;
    position:relative; overflow:hidden;
  }
  .hero-badge{
    display:inline-flex; align-items:center; gap:8px;
    border:1px solid rgba(201,162,39,.4); border-radius:100px; padding:9px 18px;
    font-size:14px; color:var(--gold-light); margin-bottom:28px;
  }
  .hero-badge .dot{width:7px; height:7px; border-radius:50%; background:var(--gold);}
  .hero h1{
    font-size:60px; font-weight:800; line-height:1.08; letter-spacing:-1px;
    margin-bottom:24px; max-width:720px;
  }
  .hero h1 .accent{color:var(--gold);}
  .hero p.lead{
    font-size:18px; color:var(--text-muted); max-width:560px; margin-bottom:36px;
  }
  .hero-actions{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:44px;}
  .trust-row{display:flex; gap:28px; flex-wrap:wrap; margin-bottom:56px;}
  .trust-item{display:flex; align-items:center; gap:8px; font-size:14px; color:var(--text-muted);}
  .trust-item svg{color:var(--gold); flex-shrink:0;}
  .stats-bar{
    display:grid; grid-template-columns:repeat(3,1fr);
    border-top:1px solid rgba(255,255,255,.1); padding-top:36px;
  }
  .stats-bar .stat{text-align:left; border-left:1px solid rgba(255,255,255,.1); padding-left:20px;}
  .stats-bar .stat:first-child{border-left:none; padding-left:0;}
  .stat .num{font-family:'Sora',sans-serif; font-size:34px; font-weight:700; color:var(--gold);}
  .stat .label{font-size:13px; color:var(--text-muted); margin-top:4px;}
  @media(max-width:768px){
    .hero h1{font-size:36px;}
    .hero p.lead{font-size:16px;}
    .stats-bar{grid-template-columns:repeat(1,1fr); row-gap:24px;}
    .stats-bar .stat{border-left:none; padding-left:0;}
  }

  /* SECTION HEADERS */
  .section-head{max-width:640px; margin-bottom:56px;}
  .section-head h2{font-size:38px; font-weight:700; line-height:1.15; margin-bottom:16px;}
  .section-head p{font-size:17px; color:var(--text-dark-muted);}
  .section-head.center{margin-left:auto; margin-right:auto; text-align:center;}
  .on-dark h2{color:var(--text-light);}
  .on-dark p{color:var(--text-muted);}
  @media(max-width:768px){ .section-head h2{font-size:28px;} }

  /* SERVICES */
  .services-grid{
    display:grid; grid-template-columns:repeat(4,1fr); gap:20px;
  }
  .service-card{
    background:var(--white); border:1px solid rgba(34,31,26,.08); border-radius:var(--radius);
    padding:28px 24px; transition:transform .2s ease, box-shadow .2s ease;
  }
  .service-card:hover{transform:translateY(-4px); box-shadow:0 16px 32px rgba(34,31,26,.08);}
  .service-icon{
    width:48px; height:48px; border-radius:12px; background:rgba(201,162,39,.12);
    display:flex; align-items:center; justify-content:center; margin-bottom:18px; color:var(--gold-dim);
  }
  .service-card h3{font-size:18px; font-weight:700; margin-bottom:8px;}
  .service-card p{font-size:14.5px; color:var(--text-dark-muted);}
  @media(max-width:960px){ .services-grid{grid-template-columns:repeat(2,1fr);} }
  @media(max-width:600px){ .services-grid{grid-template-columns:1fr;} }

  /* WHY CHOOSE / DARK FEATURES */
  .why-section{background:var(--bg-dark); color:var(--text-light);}
  .why-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(255,255,255,.08); border-radius:var(--radius); overflow:hidden;}
  .why-item{background:var(--panel-dark); padding:32px 26px;}
  .why-item.featured{background:linear-gradient(160deg,#332c22,var(--bg-dark)); border-top:3px solid var(--gold); position:relative;}
  .why-item.featured h3{color:var(--gold);}
  .why-item .icon{color:var(--gold); margin-bottom:16px;}
  .why-item h3{font-size:17px; font-weight:700; margin-bottom:8px; color:var(--text-light);}
  .why-item p{font-size:14px; color:var(--text-muted);}
  .why-item.card-white{background:var(--cream); border-top:3px solid var(--gold);}
  .why-item.card-white .icon{color:var(--gold-dim);}
  .why-item.card-white h3{color:var(--text-dark);}
  .why-item.card-white p{color:var(--text-dark-muted);}
  .why-item.card-black{background:var(--bg-darker); border-top:3px solid var(--gold);}
  .why-item.card-black .icon{color:var(--gold);}
  .why-item.card-black h3{color:var(--text-light);}
  .why-item.card-black p{color:var(--text-muted);}
  @media(max-width:900px){ .why-grid{grid-template-columns:1fr 1fr;} }
  @media(max-width:600px){ .why-grid{grid-template-columns:1fr;} }

  /* CERTIFICATIONS STRIP */
  .cert-strip{
    display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:24px;
    background:var(--white); border:1px solid rgba(34,31,26,.08); border-radius:var(--radius);
    padding:28px 32px; margin-top:-46px; position:relative; z-index:2;
    box-shadow:0 20px 40px rgba(34,31,26,.06);
  }
  .cert-item{display:flex; align-items:center; gap:12px;}
  .cert-item .num{font-family:'Sora',sans-serif;}
  .cert-icon{width:40px;height:40px;border-radius:10px;background:rgba(201,162,39,.12);display:flex;align-items:center;justify-content:center;color:var(--gold-dim); flex-shrink:0;}
  .cert-label{font-size:12px; color:var(--text-dark-muted); text-transform:uppercase; letter-spacing:.5px;}
  .cert-value{font-size:14px; font-weight:700;}
  @media(max-width:768px){ .cert-strip{flex-direction:column; align-items:flex-start; margin-top:0;} }

  /* PROCESS */
  .process-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:32px; counter-reset:step;}
  .process-item{position:relative; padding-left:0;}
  .step-num{
    width:56px; height:56px; border-radius:50%; background:var(--bg-dark); color:var(--gold);
    display:flex; align-items:center; justify-content:center; font-family:'Sora',sans-serif; font-weight:700; font-size:18px;
    margin-bottom:20px;
  }
  .process-item h3{font-size:19px; font-weight:700; margin-bottom:10px;}
  .process-item p{font-size:14.5px; color:var(--text-dark-muted);}
  .process-line{display:none;}
  @media(min-width:769px){
    .process-item:not(:last-child)::after{
      content:''; position:absolute; top:28px; left:calc(100% - 40px); width:calc(100% - 16px); height:2px;
      background:repeating-linear-gradient(90deg, rgba(34,31,26,.15) 0 6px, transparent 6px 12px);
    }
  }
  @media(max-width:768px){ .process-grid{grid-template-columns:1fr; gap:36px;} }

  /* PRICING */
  .pricing-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:24px;}
  .price-card{
    background:var(--white); border:1px solid rgba(34,31,26,.1); border-radius:var(--radius);
    padding:32px 28px; display:flex; flex-direction:column;
  }
  .price-card.featured{
    background:var(--bg-dark); color:var(--text-light); border-color:var(--bg-dark);
    transform:scale(1.03); box-shadow:0 24px 48px rgba(34,31,26,.15);
  }
  .price-card .tier-name{font-size:13px; text-transform:uppercase; letter-spacing:1.5px; color:var(--gold-dim); font-weight:700; margin-bottom:10px;}
  .price-card.featured .tier-name{color:var(--gold);}
  .price-card .price{font-family:'Sora',sans-serif; font-size:34px; font-weight:800; margin-bottom:4px;}
  .price-card .price small{font-size:14px; font-weight:400; color:var(--text-dark-muted);}
  .price-card.featured .price small{color:var(--text-muted);}
  .price-card .desc{font-size:14px; color:var(--text-dark-muted); margin-bottom:22px;}
  .price-card.featured .desc{color:var(--text-muted);}
  .price-list{list-style:none; margin-bottom:26px; flex-grow:1;}
  .price-list li{display:flex; gap:10px; font-size:14px; padding:7px 0; color:var(--text-dark-muted);}
  .price-card.featured .price-list li{color:var(--text-muted);}
  .price-list li svg{color:var(--gold-dim); flex-shrink:0; margin-top:2px;}
  .price-card.featured .price-list li svg{color:var(--gold);}
  .price-note{text-align:center; margin-top:24px; font-size:14px; color:var(--text-dark-muted);}
  @media(max-width:900px){ .pricing-grid{grid-template-columns:1fr;} .price-card.featured{transform:none;} }

  /* SERVICE AREAS */
  .areas-wrap{display:flex; flex-wrap:wrap; gap:12px;}
  .area-pill{
    display:inline-flex; align-items:center; gap:8px;
    padding:10px 18px; border-radius:100px; background:var(--white); border:1px solid rgba(34,31,26,.1);
    font-size:14px; color:var(--text-dark-muted);
  }
  .area-pill .dot{width:6px;height:6px;border-radius:50%;background:var(--gold);}
  .areas-note{margin-top:24px; font-size:14.5px; color:var(--text-dark-muted);}
  .areas-note a{color:var(--gold-dim); font-weight:600;}

  /* PEST GUIDES */
  .guides-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
  .guide-card{background:var(--white); border:1px solid rgba(34,31,26,.08); border-radius:var(--radius); overflow:hidden;}
  .guide-card summary{list-style:none; cursor:pointer; padding:26px 24px 22px; display:flex; flex-direction:column; gap:12px;}
  .guide-card summary::-webkit-details-marker{display:none;}
  .guide-icon{width:44px; height:44px; border-radius:10px; background:rgba(201,162,39,.12); display:flex; align-items:center; justify-content:center; color:var(--gold-dim); flex-shrink:0;}
  .guide-meta{font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:var(--gold-dim);}
  .guide-card h3{font-size:17px; font-weight:700; line-height:1.3;}
  .guide-excerpt{font-size:14px; color:var(--text-dark-muted);}
  .read-toggle{display:flex; align-items:center; gap:6px; font-size:13px; font-weight:600; color:var(--gold-dim); margin-top:2px;}
  .read-toggle svg{transition:transform .2s ease; flex-shrink:0;}
  .guide-card[open] .read-toggle svg{transform:rotate(180deg);}
  .guide-body{padding:0 24px 26px; font-size:14.5px; color:var(--text-dark-muted); border-top:1px solid rgba(34,31,26,.07); padding-top:18px;}
  .guide-body p{margin-bottom:12px;}
  .guide-body p:last-child{margin-bottom:0;}
  .guide-body strong{color:var(--text-dark);}
  @media(max-width:960px){ .guides-grid{grid-template-columns:1fr 1fr;} }
  @media(max-width:600px){ .guides-grid{grid-template-columns:1fr;} }

  /* FAQ */
  .faq-list{max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:12px;}
  .faq-item{background:var(--white); border:1px solid rgba(34,31,26,.1); border-radius:var(--radius); overflow:hidden;}
  .faq-item summary{list-style:none; cursor:pointer; padding:20px 24px; display:flex; align-items:center; justify-content:space-between; gap:16px; font-weight:700; font-size:15.5px;}
  .faq-item summary::-webkit-details-marker{display:none;}
  .faq-icon{flex-shrink:0; width:26px; height:26px; border-radius:50%; background:rgba(201,162,39,.12); color:var(--gold-dim); display:flex; align-items:center; justify-content:center; transition:transform .2s ease;}
  .faq-item[open] .faq-icon{transform:rotate(45deg);}
  .faq-item[open] summary{border-bottom:1px solid rgba(34,31,26,.08);}
  .faq-answer{padding:18px 24px 22px; font-size:14.5px; color:var(--text-dark-muted);}
  .faq-cta{text-align:center; margin-top:34px; font-size:14.5px; color:var(--text-dark-muted);}
  .faq-cta a{color:var(--gold-dim); font-weight:700;}

  /* CTA BANNER */
  .cta-banner{
    background:linear-gradient(120deg, var(--gold), var(--gold-light));
    color:var(--bg-darker); text-align:center;
  }
  .cta-banner h2{font-size:34px; font-weight:800; margin-bottom:14px;}
  .cta-banner p{font-size:16px; margin-bottom:32px; opacity:.85;}
  .cta-actions{display:flex; gap:16px; justify-content:center; flex-wrap:wrap;}
  .cta-banner .btn-gold{background:var(--bg-darker); color:var(--gold-light);}
  .cta-banner .btn-outline-dark{border-color:rgba(34,31,26,.4); color:var(--bg-darker);}
  .cta-banner .btn-outline-dark:hover{border-color:var(--bg-darker); background:rgba(34,31,26,.08);}

  /* CONTACT */
  .contact-section{background:var(--bg-dark); color:var(--text-light);}
  .contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start;}
  .contact-info-row{display:flex; gap:16px; margin-bottom:22px;}
  .contact-info-row .icon{color:var(--gold); flex-shrink:0; margin-top:2px;}
  .contact-info-row .label{font-size:12px; text-transform:uppercase; letter-spacing:1px; color:var(--text-muted); margin-bottom:4px;}
  .contact-info-row .value{font-size:15.5px; color:var(--text-light); font-weight:500;}
  .form-card{background:var(--cream); border-radius:var(--radius); padding:32px; color:var(--text-dark);}
  .form-row{margin-bottom:18px;}
  .form-row label{display:block; font-size:12px; text-transform:uppercase; letter-spacing:1px; color:var(--text-dark-muted); margin-bottom:8px; font-weight:600;}
  .form-row input, .form-row select, .form-row textarea{
    width:100%; padding:13px 16px; border-radius:10px; border:1px solid rgba(34,31,26,.15);
    font-family:'Inter',sans-serif; font-size:14.5px; background:var(--white); color:var(--text-dark);
  }
  .form-row textarea{resize:vertical; min-height:90px;}
  .form-two{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
  .form-disclaimer{font-size:12.5px; color:var(--text-dark-muted); text-align:center; margin-top:14px;}
  @media(max-width:900px){ .contact-grid{grid-template-columns:1fr;} .form-two{grid-template-columns:1fr;} }

  /* FOOTER */
  footer{background:var(--bg-darker); color:var(--text-muted); padding-top:70px;}
  .footer-top{display:grid; grid-template-columns:2fr 1fr 1fr; gap:40px; padding-bottom:50px; border-bottom:1px solid rgba(255,255,255,.08);}
  @media(max-width:768px){ .footer-top{grid-template-columns:1fr 1fr;} }
  .footer-desc{font-size:14.5px; max-width:340px; margin:16px 0 24px;}
  .footer-actions{display:flex; gap:12px;}
  .footer-col h4{color:var(--text-light); font-size:14px; text-transform:uppercase; letter-spacing:1px; margin-bottom:18px;}
  .footer-col ul{list-style:none;}
  .footer-col li{margin-bottom:11px; font-size:14.5px;}
  .footer-col a:hover{color:var(--gold);}
  .footer-bottom{display:flex; justify-content:space-between; align-items:center; padding:24px 0; font-size:13px; flex-wrap:wrap; gap:12px;}
  .footer-bottom .links{display:flex; gap:20px;}
  @media(max-width:900px){ .footer-top{grid-template-columns:1fr; gap:32px;} }

  /* FLOATING WHATSAPP BUTTON */
  .float-whatsapp{
    position:fixed; bottom:26px; right:26px; width:58px; height:58px; border-radius:50%;
    background:var(--whatsapp); color:var(--white); display:flex; align-items:center; justify-content:center;
    box-shadow:0 12px 28px rgba(0,0,0,.3); z-index:200;
  }
