/* ==================================================================
   A2Clean — upgraded app-grade styles (mobile-first)
   ================================================================== */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --primary:#0F1E3C;
  --primary-light:#5AC369;
  --dark:#222831;
  --white:#FFFFFF;
  --bg:#F8FAF9;
  --border:#E5E7EB;

  --ink:var(--dark);--ink-2:#33413b;--muted:#5f6f68;--line:var(--border);
  --paper:var(--bg);--surface:var(--white);
  --brand:var(--primary);--brand-deep:var(--primary-light);--brand-soft:rgba(15,110,86,.08);
  --accent:var(--primary-light);--accent-deep:var(--primary);
  --wa:#25a35a;--gold:#f5a524;
  --radius:16px;--radius-lg:22px;--pill:999px;
  --shadow-sm:0 1px 2px rgba(13,22,20,.05);
  --shadow:0 8px 24px rgba(13,22,20,.07);
  --shadow-lg:0 18px 48px rgba(13,22,20,.13);
  --ease:cubic-bezier(.22,.61,.36,1);
  --tabbar-h:66px;--header-h:64px;
}
html{-webkit-text-size-adjust:100%}
body{
  font-family:'Inter',sans-serif;
  background:var(--surface);color:var(--ink);line-height:1.6;font-size:15px;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
  padding-bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom));
}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
img{display:block;max-width:100%}
svg{width:100%;height:100%;display:block}
h1,h2,h3,h4{font-family:'Manrope',sans-serif;line-height:1.15;letter-spacing:-.02em;font-weight:700}
strong{font-weight:700}
.wrap{width:100%;max-width:1160px;margin-inline:auto;padding-inline:20px}
.ink-accent{color:var(--brand)}
.star{color:var(--gold)}

/* ---------- accessibility ---------- */
.skip-link{position:absolute;left:12px;top:-60px;z-index:200;background:var(--ink);color:#fff;padding:10px 16px;border-radius:10px;font-weight:600;transition:top .2s}
.skip-link:focus{top:12px}
:focus-visible{outline:2.5px solid var(--brand);outline-offset:2px;border-radius:6px}

/* ---------- scroll progress ---------- */
.progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:100;
  background:linear-gradient(90deg,var(--brand),var(--accent));transition:width .1s linear}

/* ---------- cleaning background graphic ---------- */
.has-bubbles{position:relative;isolation:isolate}
.has-bubbles::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill='none' stroke='%230F6E56' stroke-width='1.3'%3E%3Ccircle cx='40' cy='55' r='11'/%3E%3Ccircle cx='128' cy='28' r='6'/%3E%3Ccircle cx='214' cy='78' r='15'/%3E%3Ccircle cx='72' cy='168' r='9'/%3E%3Ccircle cx='182' cy='196' r='12'/%3E%3Ccircle cx='30' cy='222' r='5'/%3E%3Ccircle cx='236' cy='150' r='7'/%3E%3C/g%3E%3C/svg%3E");
  opacity:.05;
}
.has-bubbles>*{position:relative;z-index:1}
.section--dark.has-bubbles::before{stroke:#ffffff;opacity:.06;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.3'%3E%3Ccircle cx='40' cy='55' r='11'/%3E%3Ccircle cx='128' cy='28' r='6'/%3E%3Ccircle cx='214' cy='78' r='15'/%3E%3Ccircle cx='72' cy='168' r='9'/%3E%3Ccircle cx='182' cy='196' r='12'/%3E%3Ccircle cx='30' cy='222' r='5'/%3E%3Ccircle cx='236' cy='150' r='7'/%3E%3C/g%3E%3C/svg%3E")}

/* ---------- buttons ---------- */
.btn{--bg:var(--ink);--fg:#fff;--bd:transparent;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:'Manrope',sans-serif;font-weight:600;font-size:14px;line-height:1;
  background:var(--bg);color:var(--fg);border:1.5px solid var(--bd);
  padding:12px 18px;border-radius:var(--pill);cursor:pointer;min-height:44px;white-space:nowrap;
  transition:transform .12s var(--ease),box-shadow .2s var(--ease),background .2s}
.btn:active{transform:scale(.96)}
.btn__ic{width:18px;height:18px;flex:none;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.btn--primary{--bg:var(--accent);--fg:#fff;box-shadow:0 6px 18px rgba(255,106,61,.32)}
.btn--wa{--bg:var(--wa);--fg:#fff;box-shadow:0 6px 18px rgba(37,163,90,.28)}
.btn--wa .btn__ic{fill:currentColor;stroke:none}
.btn--dark{--bg:var(--ink);--fg:#fff}
.btn--dark .btn__ic{fill:currentColor;stroke:none}
.btn--ghost{--bg:transparent;--fg:var(--ink);--bd:var(--line)}
.btn--sm{padding:10px 15px;font-size:13px;min-height:40px}
.btn--lg{padding:12px 14px;font-size:13.5px;min-height:46px}
.btn--block{width:100%}
.iconbtn{width:44px;height:44px;flex:none;display:inline-grid;place-items:center;background:transparent;border:none;border-radius:12px;cursor:pointer;color:var(--ink);transition:background .2s}
.iconbtn svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.iconbtn:active{background:var(--paper)}

/* call icon animation */
.ic-call{fill:currentColor !important;stroke:none !important;transform-origin:center;animation:call-ring 2.5s ease-in-out infinite}
@keyframes call-ring{
  0%,20%,100%{transform:rotate(0)}
  4%,12%{transform:rotate(12deg)}
  8%,16%{transform:rotate(-12deg)}
}

/* ---------- brand ---------- */
.brand{display:inline-flex;align-items:center;gap:9px}
.brand__logo{height:42px;width:auto;display:block;object-fit:contain;transition:height .2s var(--ease)}
.brand--light .brand__logo{filter:brightness(0) invert(1)}
@media(min-width:900px){
  .brand__logo{height:48px}
}

/* ---------- APP BAR (solid white) ---------- */
.appbar{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid transparent;transition:border-color .25s,box-shadow .25s}
.appbar.scrolled{border-color:var(--line);box-shadow:var(--shadow-sm)}
.appbar__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h)}
.appbar__nav{display:none}
.appbar__actions{display:flex;align-items:center;gap:4px}
.appbar__actions .btn--primary{display:none}
.appbar__call{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;color:var(--brand-deep);background:var(--brand-soft)}
.appbar__call svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

/* ---------- DRAWER ---------- */
.drawer{position:fixed;inset:0;z-index:70;visibility:hidden}
.drawer.open{visibility:visible}
.drawer__scrim{position:absolute;inset:0;background:rgba(13,22,20,.4);opacity:0;transition:opacity .3s}
.drawer.open .drawer__scrim{opacity:1}
.drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(84vw,340px);background:#fff;box-shadow:var(--shadow-lg);transform:translateX(100%);transition:transform .34s var(--ease);display:flex;flex-direction:column;padding:16px 18px calc(20px + env(safe-area-inset-bottom))}
.drawer.open .drawer__panel{transform:translateX(0)}
.drawer__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--line)}
.drawer__nav{display:flex;flex-direction:column;padding:8px 0;flex:1}
.drawer__nav a{font-family:'Manrope',sans-serif;font-weight:600;font-size:16px;padding:14px 6px;border-bottom:1px solid var(--line);color:var(--ink)}
.drawer__foot{display:flex;flex-direction:column;gap:10px;padding-top:14px}

/* ---------- HERO ---------- */
.hero{background:linear-gradient(180deg,var(--paper),var(--surface));padding:26px 0 36px}
.hero__inner{display:flex;flex-direction:column;gap:26px}
@media(max-width:900px){
  .hero__copy{text-align:center;display:flex;flex-direction:column;align-items:center}
  .hero__sub{margin-inline:auto}
  .hero__trust{justify-content:center}
  .hero__trust li{align-items:center}
}
.eyebrow{display:inline-flex;align-items:center;gap:7px;background:var(--brand-soft);color:var(--brand-deep);font-weight:600;font-size:12px;padding:7px 13px;border-radius:var(--pill)}
@media(max-width:900px){ .eyebrow{align-self:center} }
@media(min-width:901px){ .eyebrow{align-self:start} }
.eyebrow svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hero__title{font-size:clamp(33px,9vw,46px);font-weight:800;margin:14px 0 12px}
.hero__sub{color:var(--muted);font-size:15.5px;max-width:38ch}
.hero__sub strong{color:var(--brand-deep)}
.hero__cta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.hero__trust{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:24px}
.hero__trust li{font-size:12.5px;color:var(--muted);display:flex;flex-direction:column}
.hero__trust b{font-family:'Manrope',sans-serif;font-size:16px;color:var(--ink);letter-spacing:-.02em}
.hero__media{position:relative}
.hero__photo{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/12;box-shadow:var(--shadow);will-change:transform}
.hero__photo img{width:100%;height:100%;object-fit:cover}
.chip{position:absolute;display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border:1px solid var(--line);border-radius:14px;padding:9px 13px;font-size:12px;font-weight:600;box-shadow:var(--shadow)}
.chip b{font-family:'Manrope',sans-serif}
.chip--rating{left:12px;bottom:12px}
.chip--rating .chip__stars{color:var(--gold);letter-spacing:1px;font-size:11px}
.chip--verify{right:12px;top:12px;color:var(--brand-deep)}
.chip--verify svg{width:16px;height:16px;stroke:var(--brand);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* ---------- TRUST BADGES ---------- */
.badges{border-block:1px solid var(--line);background:var(--surface)}
.badges__row{display:flex;flex-wrap:wrap;gap:8px 10px;justify-content:center;padding:16px 20px}
.badge{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--ink-2);background:var(--paper);border:1px solid var(--line);padding:8px 13px;border-radius:var(--pill)}
.badge svg{width:16px;height:16px;flex:none;stroke:var(--brand);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* ---------- STATS ---------- */
.stats{padding:20px 0}
.stats__row{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.stat{background:var(--surface);padding:18px 14px;text-align:center}
.stat b{display:block;font-family:'Manrope',sans-serif;font-size:22px;color:var(--brand-deep);letter-spacing:-.02em}
.stat span{font-size:11.5px;color:var(--muted)}

/* ---------- SECTION SHELL ---------- */
.section{padding:46px 0}
.section--soft{background:var(--paper)}
.section--dark{background:var(--ink);color:#fff}
.section__head{max-width:640px;margin-bottom:24px}
.section__head--center{margin-inline:auto;text-align:center}
.kicker{display:inline-block;font-family:'Manrope',sans-serif;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:8px}
.kicker--light{color:#7fe3b4}
.section__title{font-size:clamp(24px,6.5vw,33px)}
.section__sub{color:var(--muted);margin-top:9px;font-size:14.5px}
.section__sub--light{color:#a9c4ba}

/* ---------- SERVICE TABS ---------- */
.tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:var(--paper);border:1px solid var(--line);padding:5px;border-radius:var(--pill);margin-bottom:18px}
.section--soft .tabs{background:var(--surface)}
.tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:'Manrope',sans-serif;font-weight:600;font-size:14px;padding:11px;border-radius:var(--pill);border:none;background:transparent;color:var(--ink-2);cursor:pointer;transition:.25s var(--ease)}
.tab svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tab[aria-selected="true"]{background:var(--ink);color:#fff;box-shadow:var(--shadow-sm)}

/* ---------- ACCORDION (services + faq) ---------- */
.acc{display:flex;flex-direction:column;gap:10px}
.acc__item{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,box-shadow .2s}
.acc__item.open{border-color:var(--brand);box-shadow:var(--shadow)}
.acc__btn{width:100%;display:flex;align-items:center;gap:13px;padding:15px;background:none;border:none;cursor:pointer;text-align:left}
.acc__ic{width:44px;height:44px;flex:none;border-radius:12px;background:var(--brand-soft);color:var(--brand-deep);display:grid;place-items:center}
.acc__ic svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.acc__main{flex:1;min-width:0}
.acc__title{font-family:'Manrope',sans-serif;font-weight:700;font-size:15px;line-height:1.25;display:block}
.acc__desc{font-size:12.5px;color:var(--muted);margin-top:2px}
.acc__price{font-family:'Manrope',sans-serif;font-weight:700;font-size:13px;color:var(--ink);white-space:nowrap}
.acc__price span{display:block;font-weight:500;font-size:10.5px;color:var(--muted)}
.acc__chev{width:26px;height:26px;flex:none;border-radius:50%;background:var(--paper);display:grid;place-items:center;color:var(--ink-2);transition:transform .3s var(--ease)}
.acc__chev svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.acc__item.open .acc__chev{transform:rotate(180deg);background:var(--brand-soft);color:var(--brand-deep)}
/* smooth grid-rows reveal */
.acc__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .34s var(--ease)}
.acc__item.open .acc__panel{grid-template-rows:1fr}
.acc__panelin{overflow:hidden}
.acc__body{padding:0 15px 16px 15px}
.acc__sublabel{font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--brand-deep);margin-bottom:10px}
.scope{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:14px}
.scope li{display:flex;gap:9px;font-size:13px;color:var(--ink-2)}
.scope li svg{width:17px;height:17px;flex:none;stroke:var(--brand);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-top:1px}
.acc__book{display:inline-flex}

/* FAQ variant */
.acc--plain .acc__btn{padding:16px 15px;gap:10px}
.acc--plain .acc__q{flex:1;font-family:'Manrope',sans-serif;font-weight:600;font-size:14.5px;line-height:1.35}
.acc--plain .acc__body{padding:0 15px 16px}
.acc--plain .acc__body p{font-size:13.5px;color:var(--muted)}
.faq-wrap{max-width:760px;margin-inline:auto}

/* ---------- WHY / FEATURES ---------- */
.why{display:flex;flex-direction:column;gap:26px}
.feature-list{display:flex;flex-direction:column;gap:2px;margin-top:20px}
.feature{display:flex;gap:13px;align-items:flex-start;padding:13px 0;border-top:1px solid var(--line)}
.feature:first-child{border-top:none;padding-top:0}
.feature__ic{width:38px;height:38px;flex:none;border-radius:11px;background:var(--brand-soft);color:var(--brand-deep);display:grid;place-items:center}
.feature__ic svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.feature h3{font-size:14.5px;font-weight:700}
.feature p{font-size:13px;color:var(--muted)}
.compare{background:var(--ink);color:#fff;border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-lg)}
.compare__head{display:flex;align-items:center;gap:9px;font-family:'Manrope',sans-serif;font-weight:700;font-size:15px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.1)}
.compare__head svg{width:20px;height:20px;stroke:var(--brand);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.crow{padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}
.crow:first-child{border-top:none}
.crow__label{font-size:12px;color:#9fb0a9;font-weight:600;margin-bottom:9px}
.crow__cols{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.ccell{border-radius:12px;padding:10px 11px;font-size:12.5px;line-height:1.35;display:flex;flex-direction:column;gap:6px}
.ccell--bad{background:rgba(255,255,255,.05);color:#cdd8d3}
.ccell--good{background:rgba(18,166,106,.16);border:1px solid rgba(18,166,106,.38);color:#eafff4}
.ccell__tag{display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.ccell--bad .ccell__tag{color:#8d9a94}
.ccell--good .ccell__tag{color:var(--brand)}
.ccell__tag svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

/* ---------- PROCESS ---------- */
.steps{display:flex;flex-direction:column;gap:12px}
.step{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px;display:flex;gap:15px;align-items:flex-start}
.step__no{font-family:'Manrope',sans-serif;font-weight:800;font-size:15px;color:var(--brand);width:40px;height:40px;flex:none;border-radius:12px;background:var(--brand-soft);display:grid;place-items:center}
.step h3{font-size:15.5px;font-weight:700;margin-bottom:4px}
.step p{font-size:13px;color:var(--muted)}

/* ---------- TRUST GRID ---------- */
.trust-grid{display:grid;grid-template-columns:1fr;gap:12px}
.tcard{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:18px;display:flex;gap:14px;align-items:flex-start}
.tcard__ic{width:44px;height:44px;flex:none;border-radius:12px;background:rgba(18,166,106,.18);color:#7fe3b4;display:grid;place-items:center}
.tcard__ic svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tcard h3{font-size:15px;color:#fff;margin-bottom:4px}
.tcard p{font-size:13px;color:#a9c4ba}

/* ---------- REVIEWS ---------- */
.reviews{display:flex;gap:12px;overflow-x:auto;padding:4px 20px 16px;margin-inline:-20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.reviews::-webkit-scrollbar{display:none}
.review{flex:none;width:min(84vw,340px);scroll-snap-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:12px}
.review__stars{color:var(--gold);font-size:13px;letter-spacing:1px}
.review__text{font-size:13.5px;color:var(--ink-2);line-height:1.55}
.review__who{display:flex;align-items:center;gap:11px;margin-top:auto}
.review__av{width:38px;height:38px;flex:none;border-radius:50%;background:var(--brand-soft);color:var(--brand-deep);display:grid;place-items:center;font-family:'Manrope',sans-serif;font-weight:700;font-size:13px}
.review__who b{display:block;font-size:13.5px}
.review__who small{font-size:11.5px;color:var(--muted)}

/* ---------- AREAS ---------- */
.areas{display:flex;flex-wrap:wrap;gap:8px}
.area{display:inline-flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--line);border-radius:var(--pill);padding:8px 14px;font-size:12.5px;font-weight:500;color:var(--ink-2);transition:.18s}
.area svg{width:13px;height:13px;stroke:var(--brand);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}

/* ---------- RATING ---------- */
.rating{display:flex;flex-direction:column;gap:18px}
.rating__card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow)}
.rating__live{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:600;color:var(--brand-deep)}
.rating__live .dot{width:8px;height:8px;border-radius:50%;background:var(--brand);animation:pulse 2s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(18,166,106,.5)}70%{box-shadow:0 0 0 8px rgba(18,166,106,0)}100%{box-shadow:0 0 0 0 rgba(18,166,106,0)}}
.rating__score{font-family:'Manrope',sans-serif;font-weight:800;font-size:52px;line-height:1;color:var(--ink);margin:12px 0 4px}
.rating__stars{color:var(--gold);font-size:18px;letter-spacing:2px}
.rating__count{font-size:12.5px;color:var(--muted);margin:6px 0 14px}
.rating__bars{display:flex;flex-direction:column;gap:11px;margin-bottom:18px}
.rbar{display:flex;align-items:center;gap:10px;font-size:12.5px}
.rbar span{width:82px;color:var(--muted)}
.rbar__track{flex:1;height:7px;background:var(--paper);border-radius:99px;overflow:hidden}
.rbar__fill{height:100%;background:var(--brand);border-radius:99px;width:0;transition:width 1.1s var(--ease)}
.rbar b{font-family:'Manrope',sans-serif;font-size:12px;width:34px;text-align:right}
.rating__promise h3{font-size:19px;margin:10px 0}
.rating__promise p{font-size:13.5px;color:var(--muted)}
.rating__sign{display:flex;align-items:center;gap:12px;margin-top:16px}
.rating__sign .avatar{width:44px;height:44px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-family:'Manrope',sans-serif;font-weight:700}
.rating__sign b{font-size:14px}
.rating__sign small{display:block;font-size:12px;color:var(--muted)}

/* ---------- FINAL CTA ---------- */
.cta{padding:46px 0}
.cta__inner{background:radial-gradient(130% 120% at 15% 0%,#12513a 0%,var(--ink) 55%);color:#fff;border-radius:var(--radius-lg);padding:34px 24px;text-align:center;overflow:hidden}
.cta__inner h2{font-size:clamp(24px,6.5vw,31px)}
.cta__inner p{color:#c5d3cd;font-size:14.5px;margin:10px auto 22px;max-width:44ch}
.cta__btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}

/* ---------- FOOTER ---------- */
.footer{background:var(--ink);color:#9fb0a9;padding:40px 0 0;font-size:13.5px}
.footer__grid{display:grid;grid-template-columns:1fr;gap:28px}
.footer__brand p{margin:14px 0 16px;line-height:1.6;font-size:13px}
.footer__contact{display:flex;flex-direction:column;gap:11px}
.footer__contact a,.footer__contact span{display:flex;align-items:center;gap:9px;font-size:13px;color:#b9c8c2}
.footer__contact svg{width:17px;height:17px;flex:none;stroke:var(--brand);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.footer__col h4{color:#fff;font-family:'Manrope',sans-serif;font-size:13px;letter-spacing:.05em;text-transform:uppercase;margin-bottom:14px}
.footer__col ul{display:flex;flex-direction:column;gap:10px}
.footer__col a{font-size:13px;color:#a9b9b3;transition:color .2s}
.gbox{display:flex;align-items:center;gap:12px;background:rgba(18,166,106,.12);border:1px solid rgba(18,166,106,.28);border-radius:14px;padding:14px;margin-top:16px}
.gbox svg{width:26px;height:26px;flex:none;stroke:var(--brand);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.gbox b{color:#fff;font-size:14px;font-family:'Manrope',sans-serif}
.gbox small{display:block;font-size:11.5px}
.footer__bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:32px;padding:18px 0;text-align:center;font-size:12px;color:#7d8e88}

/* ---------- TAB BAR ---------- */
.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:6px;align-items:center;height:calc(var(--tabbar-h) + env(safe-area-inset-bottom));padding:0 12px env(safe-area-inset-bottom);background:rgba(255,255,255,.92);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border-top:1px solid var(--line);box-shadow:0 -6px 24px rgba(13,22,20,.06)}
.tabbar__btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:600;color:var(--ink-2);height:46px;border-radius:12px;transition:background .2s}
.tabbar__btn svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tabbar__btn:active{background:var(--paper)}
.tabbar__btn--wa{color:var(--wa)}
.tabbar__btn--wa svg{fill:currentColor;stroke:none}
.tabbar__book{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;border:none;border-radius:14px;cursor:pointer;background:var(--accent);color:#fff;font-family:'Manrope',sans-serif;font-weight:700;font-size:14px;box-shadow:0 6px 16px rgba(255,106,61,.34);transition:transform .12s var(--ease)}
.tabbar__book svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.tabbar__book:active{transform:scale(.96)}

/* ---------- BOTTOM SHEET ---------- */
.sheet{position:fixed;inset:0;z-index:80;visibility:hidden}
.sheet.open{visibility:visible}
.sheet__scrim{position:absolute;inset:0;background:rgba(13,22,20,.45);opacity:0;transition:opacity .3s}
.sheet.open .sheet__scrim{opacity:1}
.sheet__panel{position:absolute;left:0;right:0;bottom:0;background:var(--surface);border-radius:24px 24px 0 0;padding:8px 20px calc(24px + env(safe-area-inset-bottom));transform:translateY(100%);transition:transform .38s var(--ease);max-height:92vh;overflow-y:auto;box-shadow:var(--shadow-lg)}
.sheet.open .sheet__panel{transform:translateY(0)}
.sheet__handle{width:42px;height:5px;border-radius:99px;background:var(--line);margin:8px auto 12px;cursor:grab}
.sheet__head{display:flex;align-items:center;justify-content:space-between}
.sheet__head h3{font-size:20px}
.sheet__note{font-size:13px;color:var(--muted);margin:4px 0 18px}
.field{margin-bottom:14px}
.field label{display:block;font-size:12.5px;font-weight:600;color:var(--ink-2);margin-bottom:6px}
.field input,.field select{width:100%;font-family:inherit;font-size:15px;color:var(--ink);background:var(--paper);border:1.5px solid var(--line);border-radius:12px;padding:13px 14px;transition:border-color .2s,background .2s;-webkit-appearance:none;appearance:none}
.field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f6f68' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;padding-right:40px}
.field input:focus,.field select:focus{outline:none;border-color:var(--brand);background:var(--surface)}
.sheet__fine{font-size:11px;color:var(--muted);text-align:center;margin-top:12px}

/* ---------- REVEAL ---------- */
[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .65s var(--ease),transform .65s var(--ease)}
[data-reveal].in{opacity:1;transform:none}

/* ==================================================================
   RESPONSIVE
   ================================================================== */
@media(min-width:640px){
  .stats__row{grid-template-columns:repeat(4,1fr)}
  .scope{grid-template-columns:1fr 1fr}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .cta__btns{display:flex;flex-direction:row;justify-content:center}
  .btn--lg{padding:15px 22px;font-size:15px;min-height:52px}
  .footer__grid{grid-template-columns:1.5fr 1fr 1fr 1.1fr}
}
@media(min-width:900px){
  body{padding-bottom:0}
  .tabbar{display:none}
  .appbar__nav{display:flex;gap:24px}
  .appbar__nav a{font-size:14px;font-weight:500;color:var(--ink-2);transition:color .2s}
  .appbar__nav a:hover{color:var(--brand-deep)}
  .appbar__menu{display:none}
  .appbar__call{display:none}
  .appbar__actions .btn--primary{display:inline-flex}
  .section{padding:74px 0}
  .cta{padding:74px 0}
  .hero{padding:52px 0 66px}
  .hero__inner{flex-direction:row;align-items:center;gap:48px}
  .hero__copy{flex:1.05}
  .hero__media{flex:1;align-self:stretch;display:flex}
  .hero__photo{aspect-ratio:auto;width:100%}
  .tabs{max-width:420px}
  .why{flex-direction:row;align-items:start;gap:44px}
  .why__copy{flex:1}
  .compare{flex:1.05}
  .steps{flex-direction:row}
  .step{flex:1;flex-direction:column}
  .trust-grid{grid-template-columns:repeat(3,1fr)}
  .reviews{padding-inline:0;margin-inline:0}
  .rating{flex-direction:row;align-items:center;gap:40px}
  .rating__card{width:340px;flex:none}
  .rating__promise{flex:1}
  .rating__promise h3{font-size:24px}
  @media(hover:hover){
    .service :is(.acc__item):hover{border-color:var(--brand)}
    .area:hover{border-color:var(--brand);color:var(--brand-deep)}
    .footer__col a:hover{color:#fff}
  }
}
@media(min-width:1100px){ .acc{max-width:none} }

/* ---------- BEFORE & AFTER SLIDERS ---------- */
.ba-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:40px}
.ba-slider{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1/1;box-shadow:var(--shadow);background:#eee}
.ba-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;user-select:none}
.ba-after{z-index:1}
.ba-before{z-index:2;clip-path:polygon(0 0, 50% 0, 50% 100%, 0 100%)}
.ba-handle{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;z-index:3;transform:translateX(-50%);pointer-events:none}
.ba-handle::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:36px;height:36px;background:#fff;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.15);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23222831" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M8 8l-4 4 4 4M16 8l4 4-4 4"/></svg>');background-size:20px;background-position:center;background-repeat:no-repeat}
.ba-range{position:absolute;inset:0;width:100%;height:100%;z-index:4;opacity:0;cursor:ew-resize;touch-action:pan-y}


/* ---------- REDUCED MOTION ---------- */
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}
  [data-reveal]{opacity:1;transform:none}
}

/* ---------- FLAGSHIP SERVICES ---------- */
.flagship-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); margin-bottom: 40px; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.flagship-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.flagship-card__img { width: 100%; display: flex; align-items: center; justify-content: center; }
.flagship-card__img img { width: 100%; height: auto; display: block; }
.flagship-card__body { padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.flagship-card__title { font-size: 26px; font-weight: 800; margin-bottom: 16px; color: var(--ink); line-height: 1.2; }
.flagship-card__desc { color: var(--muted); font-size: 16px; line-height: 1.6; margin-bottom: 24px; }
.flagship-card__list { list-style: none; padding: 0; margin: 0 0 24px 0; display: grid; grid-template-columns: 1fr; gap: 12px; }
.flagship-card__list li { position: relative; padding-left: 24px; font-size: 15px; color: var(--ink-2); }
.flagship-card__list li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 900; font-size: 16px; }
@media (min-width: 900px) {
  .flagship-card { flex-direction: row; align-items: center; margin-bottom: 60px; }
  .flagship-card--reverse { flex-direction: row-reverse; }
  .flagship-card__img { width: 50%; flex: none; }
  .flagship-card__body { flex: 1; padding: 48px; }
  .flagship-card__list { grid-template-columns: 1fr 1fr; }
}
