/*
Theme Name: HouseHelpServices
Theme URI: https://househelpservices.in
Author: HouseHelpServices.in
Description: Professional Indian home services platform theme with booking engine, programmatic SEO, and customer dashboard.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: hhs
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --green:       #1a6b3c;
  --green-dk:    #124d2b;
  --green-lt:    #e8f5ee;
  --gold:        #f5a623;
  --gold-dk:     #d48b0f;
  --wa:          #25d366;
  --white:       #ffffff;
  --gray-50:     #f9fafb;
  --gray-100:    #f3f4f6;
  --gray-200:    #e5e7eb;
  --gray-400:    #9ca3af;
  --gray-500:    #6b7280;
  --gray-600:    #4b5563;
  --gray-700:    #374151;
  --gray-800:    #1f2937;
  --gray-900:    #111827;
  --red:         #dc2626;
  --sans:        'Inter', system-ui, -apple-system, sans-serif;
  --head:        'Poppins', system-ui, -apple-system, sans-serif;
  --r-sm:        6px;
  --r:           12px;
  --r-lg:        18px;
  --r-xl:        24px;
  --r-pill:      9999px;
  --sh-sm:       0 1px 4px rgba(0,0,0,.08);
  --sh:          0 4px 16px rgba(0,0,0,.1);
  --sh-lg:       0 8px 40px rgba(0,0,0,.14);
  --sh-xl:       0 20px 60px rgba(0,0,0,.18);
  --t:           .22s cubic-bezier(.4,0,.2,1);
}

/* ============================================================
   RESET
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--sans);
  font-size:1rem;
  line-height:1.65;
  color:var(--gray-800);
  background:#fff;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
/* Fix WordPress admin body class adding margin */
body.admin-bar{margin-top:0!important}
#wpadminbar{position:fixed!important}
img,video{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
ul,ol{list-style:none}
h1,h2,h3,h4,h5{font-family:var(--head);font-weight:700;line-height:1.2;color:var(--gray-900);letter-spacing:-.025em}

/* ============================================================
   LAYOUT
   ============================================================ */
.hc{width:100%;max-width:1280px;margin-inline:auto;padding-inline:clamp(1rem,3vw,2rem)}
.hc-wide{max-width:1440px}
.row{display:flex;gap:1.5rem}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.tc{text-align:center}

/* ============================================================
   TYPOGRAPHY UTILITIES
   ============================================================ */
.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:.625rem;display:block}
.sec-title{font-size:clamp(1.625rem,3.5vw,2.625rem);font-weight:800;color:var(--gray-900);letter-spacing:-.035em;margin-bottom:.5rem}
.sec-sub{font-size:clamp(.9375rem,1.4vw,1.0625rem);color:var(--gray-500);line-height:1.7;margin-bottom:2.75rem}
.sec-head{text-align:center;margin-bottom:3.5rem}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.75rem 1.75rem;border-radius:var(--r);
  font-family:var(--head);font-size:.9375rem;font-weight:600;
  border:2px solid transparent;cursor:pointer;
  transition:all var(--t);white-space:nowrap;line-height:1;
  text-decoration:none;letter-spacing:-.01em;
}
.btn-primary{background:var(--green);color:#fff;border-color:var(--green);box-shadow:0 4px 16px rgba(26,107,60,.3)}
.btn-primary:hover{background:var(--green-dk);border-color:var(--green-dk);transform:translateY(-2px);box-shadow:0 6px 24px rgba(26,107,60,.4);color:#fff}
.btn-outline{background:transparent;color:var(--green);border-color:var(--green)}
.btn-outline:hover{background:var(--green);color:#fff;transform:translateY(-2px)}
.btn-ghost{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.3);backdrop-filter:blur(8px)}
.btn-ghost:hover{background:rgba(255,255,255,.2);color:#fff}
.btn-gold{background:var(--gold);color:var(--gray-900);border-color:var(--gold);box-shadow:0 4px 16px rgba(245,166,35,.3);font-weight:700}
.btn-gold:hover{background:var(--gold-dk);border-color:var(--gold-dk);transform:translateY(-2px)}
.btn-wa{background:var(--wa);color:#fff;border-color:var(--wa);box-shadow:0 4px 16px rgba(37,211,102,.3)}
.btn-wa:hover{background:#1ebe5d;transform:translateY(-2px);color:#fff}
.btn-sm{padding:.5rem 1.25rem;font-size:.8125rem;border-radius:var(--r-sm)}
.btn-lg{padding:1rem 2.25rem;font-size:1rem}
.btn-xl{padding:1.125rem 2.5rem;font-size:1.0625rem;border-radius:var(--r-lg)}
.btn-full{width:100%;justify-content:center}
.btn-danger{background:var(--red);color:#fff;border-color:var(--red)}
.btn-danger:hover{background:#b91c1c}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:sticky;top:0;z-index:999;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid var(--gray-100);
  transition:box-shadow var(--t);
}
.site-header.scrolled{box-shadow:0 2px 24px rgba(0,0,0,.1)}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  gap:2rem;height:72px;
}
.site-logo{
  font-family:var(--head);font-size:1.375rem;font-weight:800;
  color:var(--green);letter-spacing:-.03em;flex-shrink:0;
  display:flex;align-items:center;gap:.25rem;
}
.site-logo .dot{color:var(--gold)}

/* Desktop Nav */
.main-nav{display:flex;align-items:center;gap:.125rem}
.nav-link{
  display:flex;align-items:center;gap:.25rem;
  padding:.5rem 1rem;border-radius:var(--r-sm);
  font-size:.9rem;font-weight:500;color:var(--gray-600);
  transition:all var(--t);white-space:nowrap;
}
.nav-link:hover,.nav-link.active{color:var(--green);background:var(--green-lt)}
.header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.header-wa{
  display:flex;align-items:center;gap:.375rem;
  font-size:.8125rem;font-weight:600;color:var(--wa);
  padding:.4375rem 1rem;border-radius:var(--r-sm);
  border:1.5px solid rgba(37,211,102,.25);background:rgba(37,211,102,.06);
  transition:all var(--t);
}
.header-wa:hover{background:var(--wa);color:#fff;border-color:var(--wa)}
.header-login{
  font-size:.875rem;font-weight:500;color:var(--gray-600);
  padding:.4375rem .875rem;border-radius:var(--r-sm);transition:all var(--t);
}
.header-login:hover{color:var(--green);background:var(--green-lt)}

/* Hamburger */
.hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;border-radius:var(--r-sm);cursor:pointer}
.hamburger span{display:block;width:22px;height:2px;background:var(--gray-700);border-radius:2px;transition:all .25s}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* Mobile Drawer */
.mobile-nav{
  display:none;position:fixed;
  top:72px;left:0;right:0;bottom:0;
  background:#fff;z-index:998;overflow-y:auto;
  padding:1.5rem 1rem;transform:translateX(100%);transition:transform .3s;
}
.mobile-nav.open{display:block;transform:translateX(0)}
.mobile-nav .nav-link{display:block;padding:1rem 1.25rem;font-size:1rem;border-bottom:1px solid var(--gray-100);border-radius:0}
.mobile-nav-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding:0 .25rem}

/* ============================================================
   HERO — Two column, full bleed
   ============================================================ */
.hero{
  position:relative;
  background:linear-gradient(140deg,#062217 0%,#0d3d22 30%,#1a6b3c 70%,#22874d 100%);
  overflow:hidden;
  padding:80px 0 0;
}
/* Decorative circles */
.hero::before{
  content:'';position:absolute;
  width:700px;height:700px;border-radius:50%;
  background:radial-gradient(circle,rgba(245,166,35,.08) 0%,transparent 65%);
  top:-200px;right:-100px;pointer-events:none;
}
.hero::after{
  content:'';position:absolute;
  width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,rgba(34,135,77,.3) 0%,transparent 65%);
  bottom:-100px;left:-100px;pointer-events:none;
}
/* Wave */
.hero-wave{
  position:relative;z-index:2;
  line-height:0;margin-top:80px;
}
.hero-wave svg{display:block;width:100%;height:auto}

.hero-inner{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1fr 440px;
  gap:3.5rem;align-items:start;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:.5rem;
  background:rgba(245,166,35,.12);border:1px solid rgba(245,166,35,.35);
  color:var(--gold);padding:.375rem 1rem;border-radius:var(--r-pill);
  font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  margin-bottom:1.25rem;
}
.hero-h1{
  font-size:clamp(2rem,4.5vw,3.875rem);font-weight:800;
  color:#fff;line-height:1.09;letter-spacing:-.04em;margin-bottom:1.25rem;
}
.hero-h1 em{font-style:normal;color:var(--gold)}
.hero-sub{
  font-size:clamp(.9375rem,1.4vw,1.125rem);color:rgba(255,255,255,.78);
  line-height:1.72;margin-bottom:2rem;max-width:520px;
}
.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-bottom:2.75rem}
.hero-stats{
  display:flex;gap:2.5rem;flex-wrap:wrap;
  padding-top:1.875rem;border-top:1px solid rgba(255,255,255,.12);
}
.hero-stat-num{
  display:block;font-family:var(--head);font-size:1.875rem;
  font-weight:800;color:#fff;letter-spacing:-.03em;
}
.hero-stat-lbl{font-size:.7rem;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.1em;margin-top:.125rem}

/* Book Card */
.hero-card{
  background:#fff;border-radius:var(--r-xl);padding:1.875rem;
  box-shadow:0 24px 64px rgba(0,0,0,.22);
  position:relative;
  top:0;
}
.hero-card-title{
  font-size:1.0625rem;font-weight:700;color:var(--gray-900);
  padding-bottom:1rem;margin-bottom:1.25rem;
  border-bottom:1px solid var(--gray-100);
  display:flex;align-items:center;gap:.5rem;
}
.city-label{font-size:.7rem;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.625rem}
.city-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}
.city-chip{
  display:inline-flex;align-items:center;
  padding:.375rem .875rem;background:var(--gray-50);
  border:1.5px solid var(--gray-200);border-radius:var(--r-pill);
  font-size:.8rem;font-weight:600;color:var(--gray-700);
  transition:all var(--t);
}
.city-chip:hover{background:var(--green);border-color:var(--green);color:#fff;transform:translateY(-1px)}
.hero-card-cta{margin-bottom:1rem}
.hero-card-trust{
  display:flex;flex-wrap:wrap;gap:.5rem .875rem;
  font-size:.75rem;color:var(--gray-400);font-weight:500;
  padding-top:.875rem;border-top:1px solid var(--gray-100);
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar{background:#fff;border-bottom:1px solid var(--gray-100);box-shadow:var(--sh-sm)}
.trust-bar-inner{
  display:flex;align-items:center;justify-content:space-between;
  gap:1.5rem;padding:.875rem 0;
  overflow-x:auto;scrollbar-width:none;
}
.trust-bar-inner::-webkit-scrollbar{display:none}
.trust-item{
  display:flex;align-items:center;gap:.5rem;
  font-size:.8125rem;font-weight:600;color:var(--gray-600);
  white-space:nowrap;flex-shrink:0;
}
.trust-item-icon{font-size:1.1rem}

/* ============================================================
   SECTIONS
   ============================================================ */
.section{padding:80px 0}
.section-sm{padding:56px 0}
.section-lg{padding:100px 0}
.bg-light{background:var(--gray-50)}
.bg-dark{background:var(--gray-900)}
.bg-green{background:var(--green)}

/* ============================================================
   SERVICE CATEGORY BLOCKS
   ============================================================ */
.cat-block{margin-bottom:3rem}
.cat-label{
  font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;
  color:var(--gray-400);margin-bottom:1.125rem;
  display:flex;align-items:center;gap:.875rem;
}
.cat-label::after{content:'';flex:1;height:1px;background:var(--gray-200)}
.svc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(195px,1fr));gap:1rem}
.svc-card{
  background:#fff;border:1.5px solid var(--gray-100);border-radius:var(--r-lg);
  padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.625rem;
  transition:all var(--t);position:relative;overflow:hidden;cursor:pointer;
}
.svc-card::after{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--green),var(--gold));
  opacity:0;transition:opacity var(--t);
}
.svc-card:hover{border-color:rgba(26,107,60,.35);box-shadow:var(--sh);transform:translateY(-3px)}
.svc-card:hover::after{opacity:1}
.svc-icon{font-size:2rem;line-height:1;display:block}
.svc-name{font-size:.9375rem;font-weight:700;color:var(--gray-800);line-height:1.3}
.svc-name a{color:inherit}
.svc-price{font-size:.8125rem;font-weight:700;color:var(--green)}
.svc-actions{display:flex;gap:.5rem;margin-top:auto;padding-top:.5rem}

/* ============================================================
   CITIES GRID
   ============================================================ */
.cities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}
.city-card{
  background:#fff;border:1.5px solid var(--gray-100);border-radius:var(--r-lg);
  padding:1.375rem 1rem;text-align:center;transition:all var(--t);display:block;
}
.city-card:hover{border-color:var(--green);background:var(--green-lt);transform:translateY(-3px);box-shadow:var(--sh-sm)}
.city-card-name{font-size:.9375rem;font-weight:700;color:var(--gray-800)}
.city-card:hover .city-card-name{color:var(--green)}
.city-card-tag{font-size:.7rem;color:var(--gray-400);margin-top:.25rem}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;position:relative}
.steps::before{
  content:'';position:absolute;top:30px;
  left:calc(12.5%);right:calc(12.5%);
  height:2px;background:linear-gradient(90deg,var(--green),var(--gold));z-index:0;
}
.step{text-align:center;position:relative;z-index:1}
.step-num{
  width:60px;height:60px;background:var(--green);color:#fff;
  border-radius:50%;font-family:var(--head);font-size:1.375rem;font-weight:800;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 1.25rem;
  box-shadow:0 4px 16px rgba(26,107,60,.4);
}
.step h3{font-size:.9375rem;font-weight:700;margin-bottom:.5rem;color:var(--gray-900)}
.step p{font-size:.8125rem;color:var(--gray-500);line-height:1.65}

/* ============================================================
   WHY US
   ============================================================ */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.why-card{
  background:#fff;border:1.5px solid var(--gray-100);border-radius:var(--r-lg);
  padding:2rem 1.75rem;transition:all var(--t);
}
.why-card:hover{border-color:rgba(26,107,60,.35);box-shadow:var(--sh);transform:translateY(-2px)}
.why-icon{
  width:52px;height:52px;background:var(--green-lt);border-radius:var(--r);
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;margin-bottom:1.125rem;
}
.why-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}
.why-card p{font-size:.875rem;color:var(--gray-500);line-height:1.7}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testi-card{
  background:#fff;border:1.5px solid var(--gray-100);border-radius:var(--r-lg);
  padding:1.75rem;transition:all var(--t);position:relative;
}
.testi-card::before{
  content:'\201C';position:absolute;top:.875rem;right:1.25rem;
  font-size:4.5rem;color:var(--gray-100);font-family:Georgia,serif;line-height:1;
}
.testi-card:hover{box-shadow:var(--sh);transform:translateY(-2px)}
.testi-stars{color:var(--gold);font-size:.9375rem;letter-spacing:.125em;margin-bottom:.875rem}
.testi-card p{font-size:.9rem;color:var(--gray-600);line-height:1.75;font-style:italic;margin-bottom:1.125rem}
.testi-author{font-size:.8rem;font-weight:700;color:var(--gray-400);display:flex;align-items:center;gap:.5rem}
.testi-author::before{content:'';width:18px;height:2px;background:var(--green);display:block;flex-shrink:0}

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap{max-width:800px;margin-inline:auto}
.faq-item{
  border:1.5px solid var(--gray-200);border-radius:var(--r);
  margin-bottom:.75rem;overflow:hidden;transition:border-color var(--t),box-shadow var(--t);
}
.faq-item.open{border-color:var(--green);box-shadow:0 2px 16px rgba(26,107,60,.12)}
.faq-q{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.125rem 1.5rem;cursor:pointer;background:#fff;
  font-size:.9375rem;font-weight:600;color:var(--gray-800);
  user-select:none;transition:background var(--t),color var(--t);
}
.faq-q:hover{background:var(--gray-50)}
.faq-item.open .faq-q{color:var(--green);background:var(--green-lt)}
.faq-icon{
  width:28px;height:28px;flex-shrink:0;background:var(--gray-100);
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:1.125rem;line-height:1;color:var(--gray-500);
  transition:all var(--t);font-weight:400;
}
.faq-item.open .faq-icon{background:var(--green);color:#fff;transform:rotate(45deg)}
.faq-a{
  display:none;padding:0 1.5rem 1.25rem;background:#fff;
  font-size:.9rem;color:var(--gray-600);line-height:1.75;
}
.faq-item.open .faq-a{display:block}

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.cmp-table{width:100%;border-collapse:collapse;font-size:.9rem;background:#fff;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-sm)}
.cmp-table th{background:var(--gray-50);padding:.875rem 1.25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--gray-400);text-align:left;border-bottom:2px solid var(--gray-100)}
.cmp-table th.hl{background:var(--green-lt);color:var(--green)}
.cmp-table td{padding:.875rem 1.25rem;border-bottom:1px solid var(--gray-100);color:var(--gray-700);vertical-align:middle}
.cmp-table tr:last-child td{border-bottom:none}
.cmp-table tr:hover td{background:var(--gray-50)}
.ck{color:var(--green);font-weight:600}
.cr{color:var(--red);font-weight:600}

/* ============================================================
   PRICING
   ============================================================ */
.price-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}
.price-card{background:#fff;border:2px solid var(--gray-100);border-radius:var(--r-xl);padding:2rem;position:relative;transition:all var(--t)}
.price-card:hover{border-color:var(--green);box-shadow:var(--sh-lg)}
.price-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--gray-900);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .875rem;border-radius:var(--r-pill)}
.price-card h3{font-size:1.125rem;margin-bottom:1rem}
.price-amount{font-size:2.25rem;font-weight:800;color:var(--green);margin-bottom:1.25rem}
.price-amount span{font-size:1rem;font-weight:400;color:var(--gray-400)}
.price-features{margin-bottom:1.75rem;display:flex;flex-direction:column;gap:.5rem}
.price-features li{font-size:.875rem;color:var(--gray-600);display:flex;align-items:center;gap:.5rem}
.price-note{text-align:center;font-size:.8125rem;color:var(--gray-400);margin-top:1rem}

/* Inclusion boxes */
.inc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.inc-box,.exc-box{background:#fff;border-radius:var(--r-lg);padding:1.75rem;border:1.5px solid var(--gray-100)}
.inc-box{border-top:4px solid var(--green)}
.exc-box{border-top:4px solid var(--gray-300)}
.inc-title{font-size:1rem;font-weight:700;margin-bottom:1rem}
.inc-list{display:flex;flex-direction:column;gap:.5rem}
.inc-list li{font-size:.875rem;color:var(--gray-700);display:flex;align-items:flex-start;gap:.625rem;line-height:1.5}
.exc-list li{color:var(--gray-500)}

/* ============================================================
   LOCALITY LINKS
   ============================================================ */
.area-links{display:flex;flex-wrap:wrap;gap:.625rem}
.area-link{
  display:inline-flex;align-items:center;
  padding:.4375rem 1.125rem;background:#fff;
  border:1.5px solid var(--gray-200);border-radius:var(--r-pill);
  font-size:.8125rem;font-weight:600;color:var(--gray-700);
  transition:all var(--t);
}
.area-link:hover{background:var(--green);border-color:var(--green);color:#fff;transform:translateY(-1px)}

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.breadcrumbs{padding:.875rem 0;border-bottom:1px solid var(--gray-100);background:#fff}
.breadcrumb-list{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--gray-400);flex-wrap:wrap}
.breadcrumb-list li{display:flex;align-items:center;gap:.5rem}
.breadcrumb-list li:not(:last-child)::after{content:'/';color:var(--gray-300)}
.breadcrumb-list a{color:var(--gray-500);font-weight:500;transition:color var(--t)}
.breadcrumb-list a:hover{color:var(--green)}
.breadcrumb-list li[aria-current]{color:var(--gray-700);font-weight:600}

/* ============================================================
   FINAL CTA
   ============================================================ */
.cta-band{
  background:linear-gradient(140deg,var(--green-dk) 0%,var(--green) 60%,#22874d 100%);
  padding:80px 0;text-align:center;position:relative;overflow:hidden;
}
.cta-band::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 50% 100%,rgba(245,166,35,.1) 0%,transparent 60%);pointer-events:none}
.cta-band h2{font-size:clamp(1.75rem,4vw,3rem);font-weight:800;color:#fff;margin-bottom:.75rem;letter-spacing:-.03em}
.cta-band p{font-size:1.0625rem;color:rgba(255,255,255,.7);margin-bottom:2rem}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:var(--gray-900);color:rgba(255,255,255,.6);padding:72px 0 0}
.footer-grid{display:grid;grid-template-columns:2.25fr 1fr 1fr 1.5fr;gap:3.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-brand .site-logo{color:#fff;font-size:1.25rem;display:block;margin-bottom:1rem}
.footer-brand .site-logo .dot{color:var(--gold)}
.footer-brand p{font-size:.875rem;line-height:1.7;color:rgba(255,255,255,.5);max-width:270px}
.footer-col h4{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin-bottom:1.125rem}
.footer-links{display:flex;flex-direction:column;gap:.625rem}
.footer-links a{font-size:.875rem;color:rgba(255,255,255,.5);transition:color var(--t)}
.footer-links a:hover{color:var(--gold)}
.footer-bottom{
  display:flex;align-items:center;justify-content:space-between;
  padding:1.5rem 0;font-size:.8125rem;color:rgba(255,255,255,.3);flex-wrap:wrap;gap:1rem;
}
.footer-legal{display:flex;gap:1.5rem}
.footer-legal a{color:rgba(255,255,255,.3)}
.footer-legal a:hover{color:rgba(255,255,255,.6)}

/* WhatsApp Float */
.wa-float{
  position:fixed;bottom:28px;right:28px;z-index:900;
  width:56px;height:56px;background:var(--wa);color:#fff;
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;box-shadow:0 4px 20px rgba(37,211,102,.5);
  transition:all var(--t);text-decoration:none;
}
.wa-float:hover{background:#1ebe5d;transform:scale(1.1);box-shadow:0 6px 28px rgba(37,211,102,.6);color:#fff}

/* Mobile sticky bar */
.mobile-cta{
  display:none;position:fixed;bottom:0;left:0;right:0;z-index:800;
  background:#fff;border-top:1px solid var(--gray-100);
  padding:.875rem 1rem;gap:.625rem;
  box-shadow:0 -4px 20px rgba(0,0,0,.1);
}

/* ============================================================
   DASHBOARD
   ============================================================ */
.dash-wrap{display:grid;grid-template-columns:240px 1fr;gap:2rem;min-height:70vh}
.dash-sidebar{flex-shrink:0}
.dash-profile{background:#fff;border:1.5px solid var(--gray-100);border-radius:var(--r-lg);padding:1.5rem;text-align:center;margin-bottom:1rem}
.dash-avatar{border-radius:50%;border:3px solid var(--green);width:72px;height:72px;margin:0 auto .75rem}
.dash-name{font-size:.9375rem;font-weight:700}
.dash-email{font-size:.75rem;color:var(--gray-400);margin-top:.25rem}
.dash-nav{background:#fff;border:1.5px solid var(--gray-100);border-radius:var(--r-lg);overflow:hidden}
.dash-nav-link{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--gray-600);border-bottom:1px solid var(--gray-100);transition:all var(--t)}
.dash-nav-link:hover,.dash-nav-link.active{color:var(--green);background:var(--green-lt)}
.dash-nav-link:last-child{border-bottom:none}
.dash-main{}
.dash-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}
.dash-header h2{font-size:1.375rem}
.bk-list{display:flex;flex-direction:column;gap:1rem}
.bk-card{background:#fff;border:1.5px solid var(--gray-100);border-radius:var(--r-lg);padding:1.5rem}
.bk-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.875rem;gap:1rem}
.bk-id{font-weight:700;font-size:.9375rem}
.bk-amount{font-size:1.25rem;font-weight:800;color:var(--green)}
.bk-svc{font-size:.9rem;color:var(--gray-700);text-transform:capitalize;margin-bottom:.5rem}
.bk-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.8125rem;color:var(--gray-400)}
.bk-foot{display:flex;gap:.625rem;margin-top:1rem;flex-wrap:wrap}
.status-badge{
  display:inline-flex;align-items:center;padding:.25rem .75rem;
  border-radius:var(--r-pill);font-size:.7rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.05em;margin-left:.5rem;
}
.s-new{background:#fef3c7;color:#92400e}
.s-confirmed{background:#dbeafe;color:#1e40af}
.s-completed{background:#d1fae5;color:#065f46}
.s-cancelled{background:#fee2e2;color:#991b1b}
.s-rescheduled{background:#f3e8ff;color:#6b21a8}

/* Overlay modals */
.overlay{
  display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);
  z-index:10000;align-items:center;justify-content:center;padding:1rem;
}
.overlay.show{display:flex}
.modal{
  background:#fff;border-radius:var(--r-xl);padding:2rem;
  max-width:520px;width:100%;max-height:90vh;overflow-y:auto;
  position:relative;
}
.modal-close{
  position:absolute;top:1rem;right:1rem;width:32px;height:32px;
  background:var(--gray-100);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1rem;cursor:pointer;color:var(--gray-500);transition:all var(--t);
  border:none;
}
.modal-close:hover{background:var(--gray-200)}
.detail-table{width:100%;border-collapse:collapse;font-size:.875rem;margin-top:1rem}
.detail-table th{text-align:left;padding:.625rem .75rem;background:var(--gray-50);font-size:.75rem;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em}
.detail-table td{padding:.625rem .75rem;border-top:1px solid var(--gray-100);color:var(--gray-700)}
.modal-actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}

/* ============================================================
   BOOKING MODAL
   ============================================================ */
.bk-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:9999;backdrop-filter:blur(4px)}
.bk-overlay.show{display:block}
.bk-modal{
  display:none;position:fixed;inset:0;z-index:10000;
  align-items:center;justify-content:center;padding:1rem;overflow-y:auto;
}
.bk-modal.show{display:flex}
.bk-modal-inner{
  background:#fff;border-radius:var(--r-xl);width:100%;max-width:640px;
  max-height:94vh;overflow-y:auto;position:relative;
  animation:slide-up .28s cubic-bezier(.4,0,.2,1);
}
@keyframes slide-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.bk-header{
  display:flex;align-items:center;justify-content:space-between;
  padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-100);
  position:sticky;top:0;background:#fff;z-index:1;
}
.bk-title{font-size:1rem;font-weight:700;color:var(--gray-900)}
.bk-progress{height:3px;background:var(--gray-100);margin:0 1.5rem}
.bk-fill{height:100%;background:linear-gradient(90deg,var(--green),var(--gold));border-radius:2px;transition:width .35s}
.bk-step-labels{display:flex;justify-content:space-between;padding:.5rem 1.5rem;font-size:.6875rem;color:var(--gray-400);font-weight:500}
.bk-step{display:none;padding:1.25rem 1.5rem 1.5rem}
.bk-step.active{display:block}
.bk-step-title{font-size:1.0625rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}
.bk-step-sub{font-size:.8125rem;color:var(--gray-400);margin-bottom:1.25rem}

/* Service picker */
.svc-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.625rem;margin-bottom:1rem}
.svc-opt{
  border:2px solid var(--gray-100);border-radius:var(--r);padding:1rem .875rem;
  cursor:pointer;text-align:center;transition:all var(--t);user-select:none;
}
.svc-opt:hover{border-color:rgba(26,107,60,.4);background:var(--green-lt)}
.svc-opt.picked{border-color:var(--green);background:var(--green-lt)}
.svc-opt-icon{font-size:1.75rem;display:block;margin-bottom:.375rem}
.svc-opt-name{font-size:.75rem;font-weight:600;color:var(--gray-800);line-height:1.3}
.svc-opt-price{font-size:.7rem;color:var(--green);font-weight:700;margin-top:.25rem}
.svc-count{font-size:.875rem;font-weight:600;color:var(--green);min-height:1.25rem;margin-bottom:.5rem}

/* Form fields */
.field{margin-bottom:1.125rem}
.field label{display:block;font-size:.8125rem;font-weight:600;color:var(--gray-700);margin-bottom:.4375rem}
.field input,.field select,.field textarea{
  width:100%;padding:.6875rem 1rem;
  border:1.5px solid var(--gray-200);border-radius:var(--r-sm);
  font-size:.9375rem;color:var(--gray-800);transition:border-color var(--t);
  background:#fff;font-family:var(--sans);
}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(26,107,60,.1);
}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}
.req{color:var(--red)}
.field-err{font-size:.75rem;color:var(--red);margin-top:.3rem;display:none}
.phone-wrap{display:flex}
.phone-pre{
  display:flex;align-items:center;padding:0 .875rem;
  background:var(--gray-50);border:1.5px solid var(--gray-200);border-right:none;
  border-radius:var(--r-sm) 0 0 var(--r-sm);font-size:.9rem;font-weight:600;color:var(--gray-600);
  white-space:nowrap;
}
.phone-wrap input{border-radius:0 var(--r-sm) var(--r-sm) 0}

/* Location step */
.loc-box{border:2px dashed var(--gray-200);border-radius:var(--r-lg);padding:2rem;text-align:center;background:var(--gray-50)}
.loc-box h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}
.loc-box p{font-size:.875rem;color:var(--gray-500);margin-bottom:1.25rem}
.loc-status{font-size:.8125rem;color:var(--gray-500);margin-top:.875rem;min-height:1.2em}
.loc-dist{font-size:.875rem;color:var(--green);font-weight:700;margin-top:.5rem}
.loc-skip{font-size:.75rem;color:var(--gray-400);margin-top:.875rem}
.loc-skip a{color:var(--green);text-decoration:underline;cursor:pointer}

/* Price summary */
.price-summary{border:1.5px solid var(--gray-100);border-radius:var(--r-lg);overflow:hidden;margin:1rem 0}
.price-tbl{width:100%;border-collapse:collapse;font-size:.875rem}
.price-tbl th{background:var(--gray-50);padding:.75rem 1rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--gray-400);text-align:left;border-bottom:1.5px solid var(--gray-100)}
.price-tbl td{padding:.75rem 1rem;border-top:1px solid var(--gray-100);color:var(--gray-700)}
.price-tbl tfoot td{background:var(--green-lt);font-weight:700;color:var(--green);font-size:1rem}
.price-policy{padding:.75rem 1rem;font-size:.75rem;color:var(--gray-400);border-top:1px solid var(--gray-100);line-height:1.6}

/* GDPR */
.gdpr{background:var(--gray-50);border-radius:var(--r);padding:.875rem 1rem;margin-top:.75rem}
.check-label{display:flex;align-items:flex-start;gap:.625rem;font-size:.8125rem;color:var(--gray-600);cursor:pointer;line-height:1.5}
.check-label input{width:auto;margin-top:.175rem;accent-color:var(--green)}
.check-label a{color:var(--green)}

/* Confirmation */
.bk-confirm{text-align:center;padding:1.5rem 1rem}
.confirm-icon{font-size:4rem;margin-bottom:1rem}
.confirm-h{font-size:1.5rem;font-weight:800;color:var(--green);margin-bottom:.5rem}
.confirm-otp{
  display:inline-flex;font-size:2.5rem;font-weight:800;
  letter-spacing:.4em;color:var(--green);
  background:var(--green-lt);border:2px dashed rgba(26,107,60,.3);
  padding:.75rem 1.5rem;border-radius:var(--r);margin:.75rem 0;
}
.confirm-otp-note{font-size:.8125rem;color:var(--gray-400);margin-bottom:1.5rem;max-width:340px;margin-inline:auto}
.bk-trust{
  display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap;
  padding:.875rem 1.5rem;border-top:1px solid var(--gray-100);
  font-size:.75rem;color:var(--gray-400);font-weight:500;
  background:var(--gray-50);border-radius:0 0 var(--r-xl) var(--r-xl);
}

/* ============================================================
   PAGE CONTENT
   ============================================================ */
.page-main{min-height:60vh;padding:3rem 0}
.article-title{font-size:clamp(1.5rem,3vw,2.5rem);margin-bottom:1.5rem}
.article-body{max-width:72ch}
.entry-content p{margin-bottom:1.25rem;font-size:.9375rem;line-height:1.8;color:var(--gray-700)}
.entry-content h2{font-size:1.5rem;margin:2rem 0 .875rem}
.entry-content h3{font-size:1.25rem;margin:1.75rem 0 .75rem}
.entry-content ul,.entry-content ol{padding-left:1.5rem;margin-bottom:1.25rem}
.entry-content li{margin-bottom:.375rem;font-size:.9375rem}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.blog-card{background:#fff;border:1.5px solid var(--gray-100);border-radius:var(--r-lg);overflow:hidden;transition:all var(--t)}
.blog-card:hover{box-shadow:var(--sh);transform:translateY(-3px)}
.blog-thumb img{width:100%;height:210px;object-fit:cover}
.blog-body{padding:1.5rem}
.blog-meta{font-size:.75rem;color:var(--gray-400);margin-bottom:.5rem;font-weight:500}
.blog-title{font-size:1rem;font-weight:700;margin-bottom:.75rem;line-height:1.4}
.blog-title a{color:var(--gray-900)}
.blog-title a:hover{color:var(--green)}
.blog-excerpt{font-size:.875rem;color:var(--gray-500);margin-bottom:1.25rem;line-height:1.6}

/* ============================================================
   GOOGLE LOGIN / DASHBOARD AUTH
   ============================================================ */
.dash-login{text-align:center;padding:80px 1rem}
.dash-login h2{font-size:1.875rem;margin-bottom:.625rem}
.dash-login p{color:var(--gray-500);margin-bottom:2rem;font-size:1rem}
.btn-google{
  display:inline-flex;align-items:center;gap:.75rem;
  background:#fff;border:1.5px solid var(--gray-200);color:var(--gray-700);
  font-size:1rem;padding:.875rem 2rem;border-radius:var(--r);font-weight:600;
  cursor:pointer;transition:all var(--t);box-shadow:var(--sh-sm);font-family:var(--sans);
}
.btn-google:hover{box-shadow:var(--sh);border-color:var(--gray-300)}
.btn-google img{width:20px;height:20px}

/* Toast */
.hhs-toast{
  position:fixed;bottom:24px;left:50%;transform:translateX(-50%);
  background:var(--gray-900);color:#fff;padding:.75rem 1.5rem;
  border-radius:var(--r-pill);font-size:.875rem;font-weight:500;
  z-index:99999;opacity:0;transition:opacity .25s;
  pointer-events:none;white-space:nowrap;
}
.hhs-toast.show{opacity:1}
.hhs-toast.err{background:var(--red)}

/* ============================================================
   STAR RATING
   ============================================================ */
.stars{display:flex;gap:.25rem;font-size:1.875rem;cursor:pointer;margin-bottom:1rem}
.star{color:var(--gray-200);transition:color .1s}
.star.on,.star.hover{color:var(--gold)}

/* ============================================================
   RESPONSIVE — 1024px
   ============================================================ */
@media(max-width:1024px){
  .hero-inner{grid-template-columns:1fr;gap:2.5rem}
  .hero-card{max-width:540px}
  .hero-h1{font-size:2.5rem}
  .steps{grid-template-columns:repeat(2,1fr)}
  .steps::before{display:none}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .testi-grid{grid-template-columns:repeat(2,1fr)}
  .dash-wrap{grid-template-columns:200px 1fr}
}

/* ============================================================
   RESPONSIVE — 768px
   ============================================================ */
@media(max-width:768px){
  /* Header */
  .main-nav,.header-wa,.header-login{display:none}
  .hamburger{display:flex}
  .header-actions .btn{display:none}
  .header-inner{height:64px}

  /* Hero */
  .hero{padding:56px 0 0}
  .hero-inner{grid-template-columns:1fr;gap:2rem}
  .hero-h1{font-size:1.875rem;letter-spacing:-.025em}
  .hero-ctas{flex-direction:column}
  .hero-ctas .btn{width:100%;justify-content:center}
  .hero-stats{gap:1.5rem}
  .hero-stat-num{font-size:1.375rem}
  .hero-card{max-width:100%;border-radius:var(--r-lg);padding:1.5rem}

  /* Sections */
  .section{padding:56px 0}
  .sec-head{margin-bottom:2rem}
  .sec-sub{margin-bottom:1.75rem}
  .svc-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}
  .svc-card{padding:1.125rem 1rem}
  .cities-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}
  .city-card{padding:1.125rem .875rem}
  .steps{grid-template-columns:1fr;gap:2rem}
  .why-grid{grid-template-columns:1fr;gap:1rem}
  .why-card{padding:1.5rem}
  .testi-grid{grid-template-columns:1fr}
  .inc-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}
  .footer-bottom{flex-direction:column;text-align:center}
  .cta-btns{flex-direction:column;align-items:center}
  .cta-btns .btn{width:100%;max-width:320px}
  .blog-grid{grid-template-columns:1fr}
  .field-row{grid-template-columns:1fr}
  .bk-step-labels{display:none}
  .dash-wrap{grid-template-columns:1fr}
  .svc-picker{grid-template-columns:repeat(2,1fr)}

  /* Mobile CTA */
  .mobile-cta{display:flex}
  body{padding-bottom:76px}
  .wa-float{bottom:92px;width:50px;height:50px;font-size:1.375rem}
}

/* ============================================================
   RESPONSIVE — 480px
   ============================================================ */
@media(max-width:480px){
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .cities-grid{grid-template-columns:repeat(2,1fr)}
  .hero-h1{font-size:1.625rem}
  .sec-title{font-size:1.5rem}
  .svc-picker{grid-template-columns:repeat(2,1fr)}
}

/* ============================================================
   PRINT
   ============================================================ */
@media print{
  .site-header,.site-footer,.wa-float,.mobile-cta,.bk-modal,.bk-overlay{display:none!important}
  .hero{background:#f0f0f0!important;color:#000!important}
}

/* ============================================================
   WORDPRESS FULL-WIDTH OVERRIDE
   Prevents WP core from boxing content into narrow columns
   ============================================================ */
html, body, #page, .site, #content, .site-content,
.wp-site-blocks, .entry-content, .wp-block-group,
.wp-block-post-content, .is-layout-constrained {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Keep admin bar fixed, not affecting layout */
#wpadminbar { position: fixed !important; }
html.wp-toolbar { padding-top: 0 !important; }
body.admin-bar {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 782px) {
  html.wp-toolbar { padding-top: 0 !important; }
}

/* ============================================================
   BUG FIXES — Opacity & Visibility
   ============================================================ */

/* Fix: hero text invisible due to admin bar overlay */
.hero, .hero * { position: relative; }
.hero-copy, .hero-copy * { color: inherit; }
.hero-h1 { color: #ffffff !important; }
.hero-sub { color: rgba(255,255,255,.85) !important; }
.hero-badge { color: var(--gold) !important; }
.hero-stat-num { color: #ffffff !important; }
.hero-stat-lbl { color: rgba(255,255,255,.6) !important; }

/* Fix: trust bar items sometimes invisible */
.trust-item { color: var(--gray-600) !important; }
.trust-bar { background: #fff !important; }

/* Fix: section title/subtitle visibility */
.sec-title { color: var(--gray-900) !important; }
.sec-sub { color: var(--gray-500) !important; }
.eyebrow { color: var(--green) !important; }

/* Fix: service card text */
.svc-name, .svc-name a { color: var(--gray-800) !important; }
.svc-price { color: var(--green) !important; }

/* Fix: FAQ text */
.faq-q { color: var(--gray-800) !important; }
.faq-a, .faq-a p { color: var(--gray-600) !important; }
.faq-item.open .faq-q { color: var(--green) !important; }

/* Fix: why-card text */
.why-card h3 { color: var(--gray-900) !important; }
.why-card p { color: var(--gray-500) !important; }

/* Fix: testimonial text */
.testi-card p { color: var(--gray-600) !important; }
.testi-author { color: var(--gray-400) !important; }
.testi-stars { color: var(--gold) !important; }

/* Fix: CTA band text */
.cta-band h2 { color: #ffffff !important; }
.cta-band p { color: rgba(255,255,255,.75) !important; }

/* Fix: booking modal z-index over admin bar */
.bk-modal, .bk-overlay { z-index: 99999 !important; }

/* Fix: logo style */
.site-logo { display: flex; align-items: center; gap: .25rem; font-size: 1.375rem; font-weight: 800; color: var(--green) !important; font-family: var(--head); }
.site-logo span:first-of-type { color: var(--green) !important; }
.site-logo .dot { color: var(--gold) !important; }

/* Fix: hero card text colors */
.hero-card { color: var(--gray-900) !important; }
.hero-card-title { color: var(--gray-900) !important; }
.hero-card-trust { color: var(--gray-400) !important; }
.city-chip { color: var(--gray-700) !important; }
.city-chip:hover { color: #fff !important; }

/* Fix: breadcrumb visibility */
.breadcrumb-list a { color: var(--gray-500) !important; }
.breadcrumb-list li[aria-current] { color: var(--gray-700) !important; }

/* Fix: step numbers always visible */
.step-num { color: #fff !important; background: var(--green) !important; }
.step h3 { color: var(--gray-900) !important; }
.step p { color: var(--gray-500) !important; }

/* Fix: footer link colors */
.footer-links a { color: rgba(255,255,255,.5) !important; }
.footer-links a:hover { color: var(--gold) !important; }
.footer-col h4 { color: #fff !important; }
.footer-brand p { color: rgba(255,255,255,.5) !important; }
.footer-bottom { color: rgba(255,255,255,.3) !important; }

/* Fix: how-it-works connecting line on tablet */
@media(max-width:1024px){
  .steps::before { display: none !important; }
}

/* Fix: mobile nav visibility */
.mobile-nav .nav-link { color: var(--gray-700) !important; }
.mobile-nav .nav-link:hover { color: var(--green) !important; }

/* ============================================================
   SERVICE HERO VISIBILITY + MOBILE STABILITY FIXES
   ============================================================ */
.hero { overflow: hidden; isolation: isolate; }
.hero::before, .hero::after { pointer-events: none; }
.hero-copy, .hero-copy * { z-index: 2; }
.hero-price, .hero-trust { position: relative; z-index: 2; }
.hero-price .price-from { color: rgba(255,255,255,.78) !important; font-weight: 700; margin-right: .35rem; }
.hero-price .price-amount { color: var(--gold) !important; font-size: 2.1rem; line-height: 1; font-weight: 900; font-family: var(--head); text-shadow: 0 2px 16px rgba(0,0,0,.14); }
.hero-price .price-unit { color: rgba(255,255,255,.78) !important; font-weight: 700; }
.hero-trust { display:flex; flex-wrap:wrap; gap:.65rem 1rem; margin: 0 0 1.4rem; }
.hero-trust span { color: rgba(255,255,255,.88) !important; font-weight: 700; }
.hero-card { position: relative; z-index: 3; background: rgba(255,255,255,.98) !important; }

@media(max-width:768px){
  html, body { overflow-x: hidden; }
  .hc { width: min(100% - 28px, var(--container)); }
  .hero { padding-top: 38px; }
  .hero-inner { gap: 1.35rem; }
  .hero-h1 { font-size: clamp(2rem, 9vw, 3.05rem) !important; line-height: .98; word-break: normal; }
  .hero-sub { font-size: 1rem; line-height: 1.65; }
  .hero-price .price-amount { font-size: 1.85rem; }
  .hero-trust { gap: .45rem .75rem; font-size: .88rem; }
  .hero-card { padding: 1.25rem !important; border-radius: 24px !important; }
  .hero-card .btn, .hero-ctas .btn { min-height: 52px; white-space: normal; text-align: center; }
  .trust-bar-inner { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .5rem; }
  .trust-item { justify-content: center; text-align: center; font-size: .82rem; }
}
@media(max-width:430px){
  .hero { padding-top: 30px; }
  .hero-h1 { font-size: clamp(2.15rem, 12vw, 3.45rem) !important; }
  .hero-card { margin-top: .2rem; }
  .hero-card-title { font-size: 1rem; }
  .hero-card-trust { font-size: .78rem; line-height: 1.6; }
  .svc-grid, .cities-grid, .svc-picker { grid-template-columns: 1fr !important; }
}

/* ============================================================
   NAVI-INSPIRED BLOG DESIGN
   ============================================================ */
.hhs-blog-wrap, .hhs-single-wrap { background:#f7faf8; color:#212529; }
.hhs-blog-hero { padding: 76px 0 52px; background: linear-gradient(135deg,#e9fff3 0%,#f7faf8 58%,#fff 100%); border-bottom:1px solid #e5eee8; }
.hhs-blog-hero.compact { padding: 58px 0 42px; }
.hhs-blog-kicker { display:inline-flex; padding:.45rem .8rem; border-radius:999px; background:#dff8eb; color:#0d6b3a; font-weight:800; font-size:.82rem; letter-spacing:.04em; text-transform:uppercase; margin-bottom:1rem; }
.hhs-blog-hero h1 { max-width: 840px; margin:0; font-family:var(--head); font-size:clamp(2.1rem,5vw,4rem); line-height:1.05; letter-spacing:-.045em; color:#212529; }
.hhs-blog-hero p { max-width:720px; margin:1rem 0 0; color:#44475b; font-size:1.12rem; line-height:1.7; }
.hhs-blog-main { padding: 42px 0 76px; }
.hhs-blog-cats { display:flex; flex-wrap:wrap; gap:.75rem; margin-bottom:2rem; }
.hhs-blog-cats a { display:inline-flex; padding:.7rem 1rem; border-radius:999px; background:#fff; border:1px solid #e5e7eb; color:#44475b; font-weight:800; box-shadow:0 6px 20px rgba(16,24,40,.04); }
.hhs-blog-cats a:hover, .hhs-blog-cats a.active { background:#0f6f3e; color:#fff; border-color:#0f6f3e; }
.hhs-post-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.hhs-post-card { background:#fff; border:1px solid #e8eee9; border-radius:24px; overflow:hidden; box-shadow:0 12px 30px rgba(16,24,40,.06); transition:transform .18s ease, box-shadow .18s ease; }
.hhs-post-card:hover { transform:translateY(-3px); box-shadow:0 18px 44px rgba(16,24,40,.10); }
.hhs-post-card.featured { grid-column:span 2; display:grid; grid-template-columns:1.05fr 1fr; }
.hhs-post-thumb { min-height:190px; background:linear-gradient(135deg,#0f6f3e,#f6aa1c); display:flex; align-items:center; justify-content:center; color:#fff; font-size:4rem; font-weight:900; font-family:var(--head); }
.hhs-post-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.hhs-post-card.featured .hhs-post-thumb { min-height:360px; }
.hhs-post-body { padding:1.35rem; }
.hhs-post-meta { color:#667085; font-size:.86rem; font-weight:800; margin-bottom:.65rem; }
.hhs-post-meta a { color:#0f6f3e; }
.hhs-post-body h2 { margin:0 0 .7rem; font-size:1.25rem; line-height:1.25; letter-spacing:-.02em; font-family:var(--head); }
.hhs-post-card.featured .hhs-post-body h2 { font-size:2rem; line-height:1.12; }
.hhs-post-body h2 a { color:#212529; }
.hhs-post-body p { color:#44475b; line-height:1.7; margin:0 0 1rem; }
.hhs-read-more { color:#0f6f3e; font-weight:900; }
.hhs-pagination { margin-top:2rem; }
.hhs-pagination .nav-links { display:flex; gap:.5rem; flex-wrap:wrap; }
.hhs-pagination a, .hhs-pagination span { padding:.65rem .9rem; border-radius:12px; background:#fff; border:1px solid #e5e7eb; font-weight:800; }
.hhs-pagination .current { background:#0f6f3e; color:#fff; }

.hhs-single-wrap { padding: 42px 0 80px; }
.hhs-post-breadcrumbs { margin: 0 0 1.5rem; }
.hhs-single-article { max-width:1180px; margin:0 auto; }
.hhs-single-head { max-width:900px; margin:0 auto 2rem; text-align:left; }
.hhs-single-head h1 { margin:.5rem 0 1rem; font-family:var(--head); font-size:clamp(2.2rem,5.2vw,4.7rem); line-height:1.02; letter-spacing:-.06em; color:#212529; }
.hhs-single-head p { font-size:1.18rem; line-height:1.75; color:#44475b; margin:0; }
.hhs-single-cover { margin:0 0 2.25rem; border-radius:30px; overflow:hidden; background:#e8eee9; }
.hhs-single-cover img { width:100%; height:auto; display:block; }
.hhs-single-layout { display:grid; grid-template-columns:260px minmax(0,760px); gap:2.5rem; justify-content:center; align-items:start; }
.hhs-single-side { position:sticky; top:96px; }
.hhs-side-card { background:#fff; border:1px solid #e8eee9; border-radius:22px; padding:1.15rem; box-shadow:0 10px 30px rgba(16,24,40,.06); color:#44475b; line-height:1.6; }
.hhs-side-card strong { color:#212529; display:block; margin-bottom:.5rem; }
.hhs-single-content { background:#fff; border-radius:28px; padding:2rem; box-shadow:0 12px 34px rgba(16,24,40,.06); }
.hhs-single-content h2, .hhs-single-content h3 { color:#212529; font-family:var(--head); letter-spacing:-.03em; margin-top:1.6em; }
.hhs-single-content p, .hhs-single-content li { color:#44475b; font-size:1.05rem; line-height:1.85; }
.hhs-single-content a { color:#0f6f3e; font-weight:800; }

@media(max-width:900px){
  .hhs-post-grid, .hhs-post-card.featured { grid-template-columns:1fr; }
  .hhs-post-card.featured { grid-column:auto; display:block; }
  .hhs-post-card.featured .hhs-post-thumb { min-height:230px; }
  .hhs-single-layout { grid-template-columns:1fr; }
  .hhs-single-side { display:none; }
}
@media(max-width:480px){
  .hhs-blog-hero { padding:48px 0 34px; }
  .hhs-blog-main { padding:30px 0 58px; }
  .hhs-post-card { border-radius:20px; }
  .hhs-post-body { padding:1.1rem; }
  .hhs-post-card.featured .hhs-post-body h2 { font-size:1.35rem; }
  .hhs-single-content { padding:1.25rem; border-radius:20px; }
  .hhs-single-cover { border-radius:20px; }
}

/* HHS visibility fixes for WhatsApp CTA and mobile nav */
.header-wa{background:#25D366!important;color:#062b16!important;border:2px solid #25D366!important;font-weight:900!important;box-shadow:0 8px 22px rgba(37,211,102,.26)!important;opacity:1!important;}
.header-wa:hover{background:#1ebe5d!important;color:#041b0d!important;}
.hero .btn-ghost,.section-cta .btn-ghost,.cta .btn-ghost{background:#25D366!important;color:#062b16!important;border:2px solid rgba(255,255,255,.55)!important;font-weight:900!important;box-shadow:0 10px 25px rgba(0,0,0,.18)!important;opacity:1!important;}
.hero .btn-ghost:hover,.section-cta .btn-ghost:hover,.cta .btn-ghost:hover{background:#1ebe5d!important;color:#041b0d!important;}
.mobile-nav .btn-wa{color:#062b16!important;font-weight:900!important;}
@media (max-width:430px){.header-actions .btn-primary{display:none}.mobile-nav{max-width:100vw}.btn{white-space:normal}.hc{width:min(100% - 28px, var(--container));}.hero-ctas{align-items:stretch}.hero-ctas .btn{width:100%;}}

/* ============================================================
   NAVI-STYLE BLOG UI (separate from service navigation)
   ============================================================ */
.hhs-blog-body{background:#f5f7fb;color:#172033;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.hhs-blog-body .site-header,.hhs-blog-body .mobile-cta,.hhs-blog-body .wa-float{display:none!important}.navi-blog-shell{max-width:1180px;margin:0 auto;padding:0 24px}.navi-blog-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #edf0f4;box-shadow:0 1px 0 rgba(16,24,40,.02)}.navi-blog-head-inner{height:74px;display:flex;align-items:center;gap:24px}.navi-blog-logo{display:flex;align-items:center;gap:10px;font-weight:800;color:#121826;font-size:22px;letter-spacing:-.03em}.navi-blog-logo span span{color:#07a36a}.navi-blog-logo-mark{width:38px;height:38px;border-radius:12px;background:#061b2b;color:#fff;display:grid;place-items:center;font-size:13px;box-shadow:0 8px 24px rgba(6,27,43,.16)}.navi-blog-nav{display:flex;gap:20px;align-items:center;flex:1;overflow-x:auto;white-space:nowrap}.navi-blog-nav a{font-size:14px;font-weight:700;color:#5f6b7a}.navi-blog-nav a:hover{color:#07a36a}.navi-blog-search{width:210px;position:relative}.navi-blog-search input{width:100%;height:42px;border:1px solid #e2e8f0;border-radius:22px;padding:0 16px;background:#f8fafc;font-weight:600;outline:none}.navi-blog-search input:focus{border-color:#07a36a;background:#fff}.navi-blog-app{background:#061b2b;color:#fff;border-radius:22px;padding:11px 18px;font-weight:800;font-size:14px;box-shadow:0 10px 24px rgba(6,27,43,.18)}.navi-blog-app:hover{color:#fff;background:#07a36a}.hhs-blog-wrap,.hhs-single-wrap{background:#f5f7fb}.hhs-blog-hero{background:#fff;border-bottom:1px solid #edf0f4;padding:58px 0 44px}.hhs-blog-hero .hc,.hhs-blog-main .hc,.hhs-single-wrap .hc{max-width:1180px}.hhs-blog-kicker{background:#e7f7f0;color:#05865a;border-radius:999px;padding:7px 13px;font-weight:900;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.hhs-blog-hero h1{font-size:clamp(34px,6vw,76px);line-height:.98;letter-spacing:-.065em;color:#101828;max-width:790px;margin-top:18px}.hhs-blog-hero p{font-size:19px;line-height:1.7;color:#667085;max-width:660px}.hhs-blog-cats{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;margin-bottom:30px}.hhs-blog-cats a{background:#fff;border:1px solid #e5e7eb;color:#344054;border-radius:999px;padding:12px 18px;font-weight:800;box-shadow:0 8px 20px rgba(16,24,40,.04)}.hhs-blog-cats a.active,.hhs-blog-cats a:hover{background:#061b2b;color:#fff;border-color:#061b2b}.hhs-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hhs-post-card{background:#fff;border:1px solid #edf0f4;border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(16,24,40,.06);transition:transform .2s,box-shadow .2s}.hhs-post-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(16,24,40,.1)}.hhs-post-card.featured{grid-column:span 2;display:grid;grid-template-columns:1.08fr 1fr}.hhs-post-thumb{display:block;background:#eaf6f0;min-height:210px}.hhs-post-thumb img{width:100%;height:100%;object-fit:cover}.hhs-post-thumb span{height:100%;min-height:210px;display:grid;place-items:center;font-size:72px;color:#07a36a;font-weight:900}.hhs-post-body{padding:24px}.hhs-post-meta{font-size:12px;color:#07a36a;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.hhs-post-body h2{font-size:22px;line-height:1.24;letter-spacing:-.035em;margin:0 0 12px;color:#101828}.hhs-post-card.featured h2{font-size:34px}.hhs-post-body p{color:#667085;font-size:15px;line-height:1.7;margin-bottom:18px}.hhs-read-more{font-weight:900;color:#061b2b}.hhs-read-more:hover{color:#07a36a}.hhs-single-wrap{padding:0}.hhs-single-article{max-width:1120px;margin:0 auto}.hhs-post-breadcrumbs{padding:26px 0 10px;color:#667085;font-size:14px}.hhs-single-head{background:#fff;border-radius:0 0 32px 32px;padding:56px 72px 46px;margin-bottom:34px;box-shadow:0 12px 30px rgba(16,24,40,.04)}.hhs-single-head h1{font-size:clamp(36px,5vw,64px);line-height:1.04;letter-spacing:-.06em;max-width:860px;color:#101828}.hhs-single-head p{font-size:19px;line-height:1.7;color:#667085;max-width:760px;margin-top:16px}.hhs-single-cover{border-radius:30px;overflow:hidden;margin:0 0 34px;box-shadow:0 16px 44px rgba(16,24,40,.08)}.hhs-single-cover img{width:100%;max-height:520px;object-fit:cover}.hhs-single-layout{display:grid;grid-template-columns:270px 1fr;gap:34px;align-items:start}.hhs-side-card{position:sticky;top:96px;background:#fff;border:1px solid #edf0f4;border-radius:22px;padding:22px;box-shadow:0 12px 30px rgba(16,24,40,.05);color:#667085}.hhs-side-card strong{display:block;color:#101828;margin-bottom:10px}.hhs-single-content{background:#fff;border:1px solid #edf0f4;border-radius:30px;padding:42px 56px;box-shadow:0 12px 30px rgba(16,24,40,.05);max-width:790px}.hhs-single-content p,.hhs-single-content li{font-size:18px;line-height:1.9;color:#344054}.hhs-single-content h2{font-size:32px;letter-spacing:-.04em;color:#101828}.hhs-single-content h3{font-size:24px}.navi-blog-footer{background:#061b2b;color:#cbd5e1;margin-top:70px;padding:42px 0}.navi-blog-foot-grid{display:flex;justify-content:space-between;gap:30px}.navi-blog-foot-grid strong{color:#fff;font-size:20px}.navi-blog-foot-grid p{margin-top:8px;color:#94a3b8}.navi-blog-foot-grid a{display:block;color:#cbd5e1;margin-bottom:8px;font-weight:700}@media(max-width:900px){.navi-blog-head-inner{height:auto;padding-top:14px;padding-bottom:14px;flex-wrap:wrap}.navi-blog-nav{order:3;width:100%;padding-bottom:4px}.navi-blog-search{flex:1;min-width:160px}.hhs-post-grid{grid-template-columns:1fr}.hhs-post-card.featured{grid-column:auto;display:block}.hhs-post-card.featured h2{font-size:24px}.hhs-single-head{padding:36px 24px}.hhs-single-layout{grid-template-columns:1fr}.hhs-single-side{display:none}.hhs-single-content{padding:28px 22px;border-radius:22px}.navi-blog-foot-grid{display:block}.navi-blog-app{display:none}}

/* CTA visibility fixes */
.header-wa,.hero-ctas .btn-ghost,.cta-band .btn-ghost,.mobile-nav .btn-wa{opacity:1!important;visibility:visible!important;color:#fff!important}.header-wa{background:#25d366!important;border-color:#25d366!important;color:#fff!important}.hero-ctas .btn-ghost,.cta-band .btn-ghost{background:rgba(37,211,102,.96)!important;border-color:#25d366!important;box-shadow:0 8px 24px rgba(37,211,102,.28)!important}.hero-price,.hero-trust,.hero-card-trust{opacity:1!important;color:rgba(255,255,255,.92)!important}.hero-card .hero-card-trust{color:var(--gray-600)!important}.price-from,.price-unit{color:rgba(255,255,255,.78)!important}.price-amount{color:var(--gold)!important}
@media(max-width:768px){.dash-page .bk-card-top{flex-direction:column}.dash-page .bk-card-top>div:last-child{text-align:left!important}.dash-tabs{overflow-x:auto;white-space:nowrap}.dash-tab{flex:0 0 auto}.bk-foot .btn{width:100%;justify-content:center}.dash-login{padding:44px 1rem}.hero-ctas .btn{width:100%;justify-content:center}}
