/* Nacravo shared stylesheet.
 * Lines below up to the SHARED UI banner are extracted verbatim from
 * index.html by build/extract_assets.py — edit index.html, then re-run it.
 */
:root{
  --pearl:#F5F2EC; --sage:#7E8F70; --moss:#3B4636; --euca:#C9D2BF;
  --sand:#E8E0D0; --stone:#6F6B63;--sage-text:#5E6C4F; --clay:#B9876B; --line:#E2DCCF;
  --moss-deep:#2E372B;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:var(--moss);background:var(--pearl);line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,.dsp{font-family:'Plus Jakarta Sans',sans-serif;font-weight:500;letter-spacing:-0.01em;color:var(--moss)}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{max-width:1140px;margin:0 auto;padding:0 24px}
.eyebrow{font-size:13px;letter-spacing:0.14em;text-transform:uppercase;color:var(--sage-text);font-weight:500;font-family:'Plus Jakarta Sans'}
.btn{display:inline-flex;align-items:center;gap:8px;font-family:'Inter';font-weight:500;font-size:15px;padding:13px 24px;border-radius:10px;border:1px solid transparent;cursor:pointer;transition:.18s;white-space:nowrap}
.btn-primary{background:var(--sage);color:var(--pearl)}
.btn-primary:hover{background:#6E7E61}
.btn-ghost{background:transparent;color:var(--moss);border-color:var(--line)}
.btn-ghost:hover{background:#ECE6D8}
.btn-wa{background:#25D366;color:#fff}
.btn-wa:hover{background:#1EBE5A}
/* Call is the second primary action, not a tertiary one: solid Deep Moss so it
   carries the same visual weight as WhatsApp without competing for the same
   colour. Used in the hero, the sub-service cards and the mid-page band. */
.btn-call{background:var(--moss);color:var(--pearl)}
.btn-call:hover{background:#39432F}

/* image helpers */
.img-card{border-radius:14px;overflow:hidden;border:1px solid var(--line);background:#EAE4D6}
.img-card img{width:100%;height:100%;object-fit:cover}

/* keystone */
.keystone{display:inline-block;vertical-align:middle}

/* nav */
header.nav{position:sticky;top:0;z-index:50;background:rgba(245,242,236,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav-in{display:flex;align-items:center;justify-content:space-between;height:68px}
.brand{display:flex;align-items:center;gap:10px;font-family:'Plus Jakarta Sans';font-weight:500;font-size:22px;color:var(--moss)}
.brand img{height:34px;width:auto;display:block}
.foot-brand img{height:32px;width:auto;display:block}
.nav-wa .lbl-short{display:none}
.nav-links{display:flex;gap:28px;font-size:14px;font-weight:500;color:var(--moss)}
.nav-links a{color:#5A5F52;transition:.15s}
.nav-links a:hover{color:var(--moss)}
.nav-cta{display:flex;align-items:center;gap:10px}
.menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--moss)}
@media(max-width:900px){.nav-links{display:none}.nav-cta .btn-ghost{display:none}}

/* hero */
.hero{padding:72px 0 64px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.hero h1{font-size:54px;line-height:1.08;margin:18px 0 20px}
.hero p.lead{font-size:19px;color:#54594C;max-width:520px;margin-bottom:28px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.hero-img{height:420px}
.trust{display:flex;flex-wrap:wrap;gap:10px}
.trust span{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#54594C;background:#ECE6D8;padding:8px 14px;border-radius:999px}
.trust span svg{width:16px;height:16px;color:var(--sage);flex-shrink:0}
.dot{width:6px;height:6px;border-radius:50%;background:var(--sage)}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:32px}.hero h1{font-size:38px}.hero-img{height:300px}}

/* section */
section{padding:72px 0}
.sec-head{max-width:640px;margin-bottom:44px}
.sec-head h2{font-size:34px;line-height:1.15;margin:12px 0 14px}
.sec-head p{font-size:17px;color:#54594C}
.center{margin-left:auto;margin-right:auto;text-align:center}

/* pillars */
.pillars{background:var(--moss);color:var(--pearl)}
.pillars .eyebrow{color:var(--euca)}
.pillars h2{color:var(--pearl)}
.pillars .sec-head p{color:#C9D2BF}
.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pillar{background:var(--moss-deep);border:1px solid #46523F;border-radius:16px;padding:26px 22px}
.pillar .pn{width:40px;height:40px;border-radius:10px;background:var(--sage);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.pillar h3{color:var(--pearl);font-size:18px;margin-bottom:8px}
.pillar p{font-size:14px;color:#BBC4B0;line-height:1.55}
.pillar .quote{margin-top:12px;font-size:13px;color:var(--euca);font-style:italic}
@media(max-width:900px){.pillar-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.pillar-grid{grid-template-columns:1fr}}

/* services */
.svc-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.svc-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}
.svc-card .svc-photo{aspect-ratio:4/3}
.svc-card .svc-photo img{width:100%;height:100%;object-fit:cover}
.svc-card .svc-body{padding:28px}
.svc-card h3{font-size:20px;margin-bottom:6px}
.svc-card .sub{font-size:13px;color:var(--stone);margin-bottom:18px}
.svc-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.svc-item{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:#44483D}
.svc-item .ck{color:var(--sage);flex-shrink:0;margin-top:2px}
@media(max-width:760px){.svc-cols{grid-template-columns:1fr}.svc-list{grid-template-columns:1fr}}

/* serve */
.serve-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.serve-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}
.serve-card h3{font-size:18px;margin-bottom:6px}
.serve-card p{font-size:14px;color:#54594C}
.serve-card.b2b{background:var(--euca);border-color:#B6C2A8}
@media(max-width:760px){.serve-grid{grid-template-columns:1fr}}

/* team / quality band */
.quality-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.quality-img{height:360px}
@media(max-width:760px){.quality-grid{grid-template-columns:1fr;gap:28px}.quality-img{height:280px}}

/* steps */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:s}
.step{position:relative}
.step .num{font-family:'Plus Jakarta Sans';font-weight:600;font-size:15px;color:var(--sage-text);border:1px solid var(--sage);width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.step h3{font-size:17px;margin-bottom:6px}
.step p{font-size:14px;color:#54594C}
@media(max-width:760px){.steps{grid-template-columns:1fr 1fr}}

/* packages */
.pkgs{background:var(--sand)}
.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pkg{background:var(--pearl);border:1px solid var(--line);border-radius:18px;padding:30px 26px;display:flex;flex-direction:column}
.pkg.feat{border:2px solid var(--sage);position:relative}
.pkg .tag{position:absolute;top:-12px;left:26px;background:var(--sage);color:var(--pearl);font-size:12px;font-weight:500;padding:4px 12px;border-radius:999px;font-family:'Plus Jakarta Sans'}
.pkg h3{font-size:21px;margin-bottom:6px}
.pkg .pdesc{font-size:14px;color:#54594C;margin-bottom:18px;min-height:42px}
.pkg ul{list-style:none;margin-bottom:24px;flex:1}
.pkg li{display:flex;gap:9px;font-size:14px;color:#44483D;padding:6px 0}
.pkg li .ck{color:var(--sage);flex-shrink:0}
.gold{background:var(--moss);color:var(--pearl)}
.gold h3,.gold .pdesc{color:var(--pearl)}
.gold .pdesc{color:#C9D2BF}
.gold li{color:#D8DECF}
.gold .tag{background:var(--clay)}
@media(max-width:760px){.pkg-grid{grid-template-columns:1fr}}

/* proof / results gallery */
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gal-cell{position:relative;aspect-ratio:3/2;border-radius:14px;overflow:hidden;border:1px solid var(--line);background:#EAE4D6}
.gal-cell img{width:100%;height:100%;object-fit:cover;transition:.4s}
.gal-cell:hover img{transform:scale(1.04)}
.gal-cell .gal-tag{position:absolute;bottom:10px;left:10px;background:rgba(46,55,43,.85);color:var(--pearl);font-size:12px;font-weight:500;font-family:'Plus Jakarta Sans';padding:5px 11px;border-radius:8px;letter-spacing:.02em}
@media(max-width:760px){.gallery{grid-template-columns:1fr 1fr}.gal-cell{aspect-ratio:3/2}}
@media(max-width:480px){.gallery{grid-template-columns:1fr}}

/* faq */
.faq-list{max-width:760px;margin:0 auto}
details{border-bottom:1px solid var(--line);padding:18px 0}
summary{font-family:'Plus Jakarta Sans';font-weight:500;font-size:17px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--moss)}
summary::-webkit-details-marker{display:none}
summary .pl{color:var(--sage);transition:.2s;font-size:22px;line-height:1}
details[open] summary .pl{transform:rotate(45deg)}
details p{margin-top:12px;font-size:15px;color:#54594C;max-width:680px}

/* contact */
.contact{background:var(--moss);color:var(--pearl)}
.contact h2{color:var(--pearl)}
.contact .eyebrow{color:var(--euca)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px}
.cinfo .row{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid #46523F}
.cinfo .row a{color:var(--pearl)}
.cinfo .lbl{font-size:13px;color:var(--euca);font-weight:500;font-family:'Plus Jakarta Sans'}
.cinfo .val{font-size:15px;color:var(--pearl)}
.form{background:var(--pearl);border-radius:18px;padding:30px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.field{display:flex;flex-direction:column;gap:6px}
.field.full{grid-column:1/-1}
label{font-size:13px;font-weight:500;color:var(--moss);font-family:'Plus Jakarta Sans'}
label .req{color:var(--clay)}
input,select,textarea{font-family:'Inter';font-size:15px;padding:11px 13px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--moss)}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--sage)}
/* validation states */
.field.invalid input,.field.invalid select,.field.invalid textarea{border-color:#B04A3E;background:#FDF4F2}
.err-msg{font-size:12px;color:#B04A3E;display:none}
.field.invalid .err-msg{display:block}
.form-status{font-size:14px;padding:12px 14px;border-radius:10px;margin-top:8px;display:none}
.form-status.ok{display:block;background:#E7EFE0;color:#3B4636;border:1px solid var(--euca)}
@media(max-width:760px){.contact-grid{grid-template-columns:1fr;gap:28px}.form-row{grid-template-columns:1fr}}

/* footer */
footer{background:var(--moss-deep);color:#BBC4B0;padding:56px 0 28px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;margin-bottom:36px}
footer h2.fh{color:var(--pearl);font-size:14px;margin-bottom:14px;font-weight:500;font-family:'Plus Jakarta Sans';letter-spacing:0}
footer a{color:#BBC4B0;font-size:14px;display:block;padding:4px 0;transition:.15s}
footer a:hover{color:var(--pearl)}
.foot-brand{display:flex;align-items:center;gap:10px;color:var(--pearl);font-family:'Plus Jakarta Sans';font-weight:500;font-size:22px;margin-bottom:12px}
.foot-tag{font-size:13px;color:#9AA391;max-width:260px;line-height:1.6}
.foot-legal{border-top:1px solid #46523F;padding-top:18px;margin-bottom:16px;display:flex;flex-wrap:wrap;gap:6px 18px;font-size:13px}
.foot-legal a{display:inline;color:#9AA391;padding:0}
.foot-legal a:hover{color:var(--pearl)}
.foot-bottom{border-top:1px solid #46523F;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;color:#9AA391}
@media(max-width:760px){.foot-grid{grid-template-columns:1fr 1fr}}

/* sticky mobile bar */
.mbar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:60;background:var(--pearl);border-top:1px solid var(--line);padding:8px 12px calc(8px + env(safe-area-inset-bottom));gap:8px;min-height:calc(64px + env(safe-area-inset-bottom))}
.mbar a{flex:1 1 50%;text-align:center;min-height:48px;padding:12px;border-radius:10px;font-weight:500;font-size:15px;font-family:'Plus Jakarta Sans';display:flex;align-items:center;justify-content:center;gap:8px}
.mbar a:focus-visible{outline:3px solid var(--moss);outline-offset:-3px}
.mbar .call{background:#ECE6D8;color:var(--moss)}
.mbar .wa{background:#25D366;color:#fff}
/* .book removed: the sticky bar carries exactly two actions, Call and
   WhatsApp. A third generic 'Book' split attention and narrowed both
   remaining targets on a 320px screen. */
/* three actions stay comfortable down to 320px */
@media(max-width:360px){.mbar{gap:7px;padding-left:10px;padding-right:10px}.mbar a{font-size:13.5px;gap:5px}}
@media(max-width:900px){.mbar{display:flex}body{padding-bottom:calc(80px + env(safe-area-inset-bottom))}}

/* ============ PERFORMANCE ============ */
/* footer is below all in-page anchors, so skipping its off-screen render is safe */
footer{content-visibility:auto;contain-intrinsic-size:auto 500px}
/* neutral placeholder tint while lazy content-photos load (logos stay transparent) */
.img-card img,.svc-photo img,.gal-cell img{background:#EAE4D6}
.brand img,.foot-brand img{background:transparent}

/* ============================================================
   MOBILE-FIRST RESPONSIVE SYSTEM  (phones 320–600px)
   Desktop layout (>600px) is intentionally left unchanged.
   Fluid units only — clamp()/vw/ch/aspect-ratio, no fixed widths.
   ============================================================ */
/* responsive copy swap: show desktop copy >600px, mobile copy ≤600px */
.m-only{display:none}
@media(max-width:600px){
  /* comfortable 20px gutters + iPhone landscape notch safe-area */
  .wrap{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right))}

  /* copy swap */
  .d-only{display:none}
  .m-only{display:inline}

  /* ---- HEADER: compact & balanced (64px), subtle shadow ---- */
  header.nav{box-shadow:0 1px 12px rgba(46,55,43,.08);padding-top:env(safe-area-inset-top)}
  .nav-in{height:64px}
  .brand img{height:30px}                 /* ≈160px wide at the 4:1 logo ratio */
  .nav-wa{height:44px;max-width:150px;padding:0 16px;font-size:14px;gap:6px;border-radius:12px}
  .nav-wa .lbl-full{display:none}
  .nav-wa .lbl-short{display:inline}

  /* ---- TYPOGRAPHY (mobile scale) ---- */
  .hero h1{font-size:clamp(1.85rem,7.8vw,2.3rem);line-height:1.12}
  .sec-head h2{font-size:clamp(1.55rem,6.2vw,1.95rem);line-height:1.2}
  .hero p.lead{font-size:clamp(1rem,4vw,1.0625rem);line-height:1.55;max-width:34ch}
  .sec-head p{font-size:clamp(1rem,4vw,1.0625rem);line-height:1.55;max-width:40ch}

  /* ---- HERO: tighter, stronger, fits the first screen ---- */
  .hero{padding:16px 0 26px}
  .hero-grid{gap:18px}
  .hero .eyebrow{font-size:11.5px}
  .hero h1{margin:8px 0 10px}
  .hero p.lead{margin-bottom:16px}
  .hero-cta{flex-direction:column;gap:10px;margin-bottom:18px}

  /* ---- BUTTONS: full-width, lighter (52px) ---- */
  .hero-cta .btn{width:100%;min-height:52px;justify-content:center;font-size:15.5px;border-radius:14px;padding:0 20px}
  .pkg .btn,.form button.btn{min-height:52px;border-radius:13px;font-size:15.5px}

  /* ---- SECTION RHYTHM: ~20-25% tighter (40px) ---- */
  section,.pillars,.pkgs{padding:40px 0}
  .sec-head{margin-bottom:22px}

  /* ---- CARDS: consistent radius, tighter padding ---- */
  .svc-card,.serve-card,.pkg,.form{border-radius:20px}
  .svc-card .svc-body{padding:20px}
  .serve-card{padding:18px}
  .pkg{padding:22px 18px}
  .form{padding:20px 16px}
  .svc-cols,.serve-grid,.pillar-grid,.pkg-grid,.steps{gap:14px}

  /* Why-Nacravo pillar cards: shorter, icon nearer heading, clearer hierarchy */
  .pillar{border-radius:18px;padding:18px}
  .pillar .pn{width:44px;height:44px;margin-bottom:10px}
  .pillar .pn svg{width:22px;height:22px}
  .pillar h3{font-size:17px;font-weight:600;margin-bottom:5px}
  .pillar p{font-size:14px;line-height:1.5}
  .pillar .quote{margin-top:8px;font-size:12.5px;opacity:.75}

  /* ---- IMAGE CARDS: fluid 4:3, tight margins, no clipping ---- */
  .img-card,.hero-img,.quality-img{height:auto}
  .hero-img,.quality-img{aspect-ratio:4/3}
  .svc-card .svc-photo{height:auto;aspect-ratio:4/3}
  .quality-grid{gap:18px}

  /* ---- GALLERY ---- */
  .gallery{grid-template-columns:1fr;gap:14px}
  .gal-cell{height:auto;aspect-ratio:3/2;border-radius:20px}
  .gal-cell .gal-tag{bottom:8px;left:8px;font-size:11.5px;padding:4px 10px}

  /* ---- STEPS / TRUST (smaller pills) ---- */
  .step h3{font-size:16px}
  .trust{gap:8px}
  .trust span{font-size:12px;padding:6px 11px;gap:6px}
  .trust span svg{width:14px;height:14px}

  /* ---- CONTACT / FORM ---- */
  .contact-grid{gap:20px}
  input,select,textarea{font-size:16px}     /* ≥16px prevents iOS zoom-on-focus */

  /* ---- FOOTER ---- */
  footer{padding:36px 0 20px}
  .foot-grid{grid-template-columns:1fr 1fr;gap:20px 18px;margin-bottom:20px}
  .foot-bottom{flex-direction:column;gap:6px}

  /* ---- STICKY BAR (~76px), equal buttons, page cleared below it ---- */
  .mbar a{min-height:48px;padding:0;font-size:15px;gap:8px}
  body{padding-bottom:calc(96px + env(safe-area-inset-bottom))}
}

/* very small phones (≤360px: iPhone SE 1st-gen, older Androids) */
@media(max-width:360px){
  .wrap{padding-left:14px;padding-right:14px}
  .nav-wa .lbl-short{display:none}           /* icon-only so the logo never crowds */
  .nav-wa{width:40px;padding:0;justify-content:center}
  .hero h1{font-size:1.6rem}
  .sec-head h2{font-size:1.5rem}
}
/* subtle fade-up on scroll — mobile only, added by JS (progressive enhancement:
   if JS is off the .reveal class is never applied, so content stays visible) */
@media(max-width:600px){
  .reveal{opacity:0;transform:translateY(16px);transition:opacity .34s ease-out,transform .34s ease-out;will-change:opacity,transform}
  .reveal.in{opacity:1;transform:none}
}
/* respect reduced-motion preference */
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1!important;transform:none!important}}

/* ============ COOKIE CONSENT (Consent Mode v2) ============ */
.cc-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 10px 34px rgba(46,55,43,.20);padding:18px 20px;max-width:780px;margin:0 auto;display:none}
.cc-banner.show{display:block}
.cc-banner h2{font-size:16px;margin-bottom:6px}
.cc-banner p{font-size:13.5px;color:#44483D;margin-bottom:12px}
.cc-banner a{color:var(--sage-text);text-decoration:underline}
.cc-row{display:flex;gap:10px;flex-wrap:wrap}
.cc-btn{font-family:'Inter';font-weight:500;font-size:14px;padding:10px 18px;border-radius:10px;border:1px solid var(--line);cursor:pointer;background:#fff;color:var(--moss)}
.cc-btn:hover{background:#ECE6D8}
.cc-btn.primary{background:var(--sage);color:var(--pearl);border-color:var(--sage)}
.cc-btn.primary:hover{background:#6E7E61}
.cc-modal{position:fixed;inset:0;z-index:10000;background:rgba(46,55,43,.45);display:none;align-items:center;justify-content:center;padding:20px}
.cc-modal.show{display:flex}
.cc-card{background:var(--pearl);border-radius:18px;max-width:480px;width:100%;padding:26px;max-height:90vh;overflow:auto}
.cc-card h2{font-size:20px;margin-bottom:8px}
.cc-card>p{font-size:14px;color:#54594C;margin-bottom:8px}
.cc-opt{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}
.cc-opt .t{font-family:'Plus Jakarta Sans';font-weight:500;font-size:15px}
.cc-opt small{color:var(--stone);font-size:12.5px;display:block;margin-top:3px;max-width:320px}
.cc-opt input{width:20px;height:20px;accent-color:var(--sage);margin-top:2px}
.cc-opt input:disabled{opacity:.5}
.cc-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.foot-legal button{display:inline;color:#9AA391;background:none;border:none;font:inherit;font-size:13px;cursor:pointer;padding:0}
.foot-legal button:hover{color:var(--pearl)}
@media(max-width:900px){.cc-banner{bottom:calc(82px + env(safe-area-inset-bottom))}}
@media(max-width:600px){
  .cc-banner{left:8px;right:8px;padding:12px 14px 10px;border-radius:14px}
  .cc-banner h2{font-size:14px;margin-bottom:4px}
  .cc-banner p{font-size:12px;line-height:1.45;margin-bottom:9px}
  .cc-row{gap:8px}
  .cc-row .cc-btn{flex:1 1 40%;text-align:center;padding:9px 8px;font-size:13px}
  .cc-row #ccPrefs{flex:1 1 100%;background:none;border:none;padding:5px 0 0;font-size:12.5px;text-decoration:underline;color:var(--sage-text)}
}

/* ---- FLOATING WHATSAPP ----
   Desktop only by design: below 900px the existing .mbar sticky bar already
   carries a WhatsApp CTA, so showing both would overlap and double the CTA.
   Lifts itself above the cookie banner while that banner is on screen. */
.wa-float{position:fixed;right:20px;bottom:20px;z-index:55;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:none;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(37,211,102,.38);transition:transform .18s,bottom .22s}
.wa-float:hover{transform:scale(1.06);background:#1EBE5A}
.wa-float:focus-visible{outline:3px solid var(--moss);outline-offset:3px}
.wa-float svg{width:30px;height:30px}
@media(min-width:901px){.wa-float{display:flex}}
body.cc-open .wa-float{bottom:calc(20px + 172px)}
@media(prefers-reduced-motion:reduce){.wa-float{transition:none}}

/* ---- ACCESSIBILITY ---- */
.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--moss);color:var(--pearl);padding:12px 18px;border-radius:0 0 10px 0;font-size:14px}
.skip-link:focus{left:0}
/* visible keyboard focus everywhere (the base site relies on the UA default) */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--sage);outline-offset:2px;border-radius:4px}

/* ---- DESKTOP SERVICES DROPDOWN (mega-menu) ---- */
.has-drop{position:relative}
.drop-toggle{display:inline-flex;align-items:center;gap:5px;background:none;border:none;font:inherit;color:#5A5F52;cursor:pointer;padding:0}
.drop-toggle:hover{color:var(--moss)}
.drop-toggle svg{width:13px;height:13px;transition:transform .18s}
.drop-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
/* z-index sits above hero, banners, forms and page content. The panel is a
   child of the sticky header (z-index:50); 100 keeps it above other header
   content and, via the header's stacking context, above the page. */
.drop-panel{position:absolute;top:calc(100% + 14px);left:-20px;z-index:100;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 34px rgba(46,55,43,.14);padding:20px;display:none;grid-template-columns:repeat(3,minmax(150px,1fr));gap:26px;min-width:600px;max-width:calc(100vw - 32px)}
/* Invisible bridge across the 14px gap between trigger and panel. It is a child
   of .has-drop, so the pointer travelling from the trigger to a menu item never
   leaves the hover region — this is the structural fix for the menu that used to
   vanish before an item could be clicked. */
.drop-panel::before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
/* Open on hover (pure CSS, works even if JS fails) or when JS adds .open for
   click / touch / keyboard. Keyboard + Escape are JS-driven so Escape cannot be
   immediately re-opened by the :hover state. */
.has-drop:hover .drop-panel,
.drop-panel.open{display:grid}
.has-drop:hover .drop-toggle svg{transform:rotate(180deg)}
.drop-col .drop-h{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-text);margin-bottom:10px;font-family:'Plus Jakarta Sans'}
.drop-col a{display:block;font-size:14px;color:#44483D;padding:6px 0;white-space:nowrap}
.drop-col a:hover{color:var(--sage-text)}
@media(max-width:960px){.drop-panel{min-width:520px;gap:20px}}

/* ---- MOBILE MENU (expandable services) ---- */
.menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--moss);padding:9px;margin-right:-9px;min-width:44px;min-height:44px;align-items:center;justify-content:center}
.menu-btn svg{width:26px;height:26px}
.mobile-menu{display:none;background:var(--pearl);border-bottom:1px solid var(--line);padding:8px 0 18px}
.mobile-menu.open{display:block}
/* Every mobile tap target is at least 44px tall for comfortable touch use. */
.mobile-menu .wrap>a{display:flex;align-items:center;min-height:48px;font-size:16px;padding:12px 0;border-bottom:1px solid var(--line);color:var(--moss)}
.mm-group{border-bottom:1px solid var(--line)}
.mm-group>summary{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:12px 0;font-size:16px;font-family:'Plus Jakarta Sans';font-weight:500;cursor:pointer;list-style:none}
.mm-group>summary::-webkit-details-marker{display:none}
.mm-group>summary .pl{color:var(--sage);font-size:22px;transition:transform .18s;line-height:1}
.mm-group[open]>summary .pl{transform:rotate(45deg)}
.mm-group .mm-links{padding:2px 0 12px 14px}
.mm-group .mm-links a{display:flex;align-items:center;min-height:44px;font-size:15px;color:#54594C;padding:9px 0}
.mm-sub{font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-text);margin:12px 0 2px;font-family:'Plus Jakarta Sans'}
/* Lock body scroll while the mobile menu is open so the page behind cannot
   scroll under the overlay. */
body.nav-open{overflow:hidden}
@media(max-width:900px){.menu-btn{display:flex}}

/* ---- FOOTER: five grouped columns ---- */
@media(min-width:761px){.foot-grid.foot-5{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr}}


/* ============================================================
   LANDING PAGES — additions only.
   Everything above is the homepage design system, extracted
   verbatim. Nothing below overrides it; these are new classes
   used by the service landing pages so both share one cache.
   ============================================================ */

/* breadcrumb */
.crumb{border-bottom:1px solid var(--line);background:var(--pearl)}
.crumb ol{max-width:1140px;margin:0 auto;padding:10px 24px;display:flex;flex-wrap:wrap;gap:8px;list-style:none;font-size:13px;color:var(--stone)}
.crumb a{color:var(--sage-text)}
.crumb a:hover{text-decoration:underline}
.crumb .sep{color:var(--line)}
.crumb [aria-current="page"]{color:#54594C}

/* ---- HERO LEAD FORM (above the fold, form beside the pitch) ---- */
.lp-hero{padding:26px 0 40px}
.lp-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}
.lp-hero h1{font-size:40px;line-height:1.1;margin:10px 0 12px}
.lp-hero p.lead{font-size:17px;color:#54594C;margin-bottom:16px;max-width:520px}
.lp-hero .trust{margin-bottom:18px}
.lp-hero-cta{display:flex;gap:10px;flex-wrap:wrap}
/* ---- HERO MEDIA ----
   Sits under the copy in the left column, so it appears beside the form on
   desktop without pushing the form down the page. Ratio is 3/2 because that is
   the native ratio of the before/after composites — cropping them would cut off
   the "Before"/"After" labels baked into the top of the image. Explicit ratio
   plus width/height on the img means zero layout shift. */
.lp-hero-media{margin:18px 0 20px;max-width:420px;aspect-ratio:3/2;border-radius:14px;overflow:hidden;border:1px solid var(--line);background:#EAE4D6}
.lp-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block}
.lp-hero-media figcaption{display:none}
@media(max-width:900px){
  /* mobile: heading -> CTAs/trust -> form -> image */
  .lp-hero-media{order:4;max-width:none;margin:4px 0 0}
}

/* the form card itself — same .form surface as the homepage, tightened */
.lp-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 6px 24px rgba(46,55,43,.06)}
.lp-form h2{font-size:20px;margin-bottom:4px}
.lp-form .lp-form-sub{font-size:13.5px;color:#54594C;margin-bottom:16px}
.lp-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.lp-form .field.full{grid-column:1/-1}
.lp-form .lp-optional{border-top:1px solid var(--line);margin-top:4px;padding-top:14px}
.lp-form summary.lp-more{font-size:13.5px;color:var(--sage-text);cursor:pointer;list-style:none;display:inline-flex;align-items:center;gap:6px;font-family:'Inter';font-weight:500}
.lp-form summary.lp-more::-webkit-details-marker{display:none}
.lp-form details.lp-extra{border-bottom:none;padding:0}
.lp-form .lp-fineprint{font-size:12px;color:var(--stone);margin-top:10px;line-height:1.5}
.lp-form .lp-fineprint a{color:var(--sage-text);text-decoration:underline}
@media(max-width:900px){
  .lp-hero{padding:18px 0 32px}
  .lp-hero-grid{grid-template-columns:1fr;gap:22px}
  .lp-hero h1{font-size:clamp(1.8rem,7vw,2.2rem)}
  /* Mobile order: heading -> description -> WhatsApp/Call + trust -> form.
     Paid-search traffic is ~80% mobile and the fastest credible action is a
     WhatsApp message or a call, not an eight-field form. The form previously
     sat at order:2, which pushed the contact buttons ~1180px down the page —
     below three folds — so the only above-the-fold contact route was the
     sticky bar. The form is still one tap away via the sticky Book button
     and every #leadFormTitle link, so nothing is lost by demoting it. */
  .lp-hero-copy{display:contents}
  .lp-hero-head{order:1}
  .lp-form-wrap{order:3}
  /* Within that block: buttons first, then the compact trust row underneath. */
  .lp-hero-rest{order:2;display:flex;flex-direction:column}
  .lp-hero-rest .lp-hero-cta{order:1}
  .lp-hero-rest .trust{order:2;margin:16px 0 0}
}
@media(max-width:600px){
  .lp-form{padding:18px 16px;border-radius:20px}
  .lp-form .form-row{grid-template-columns:1fr}
  .lp-hero-cta .btn{width:100%;min-height:52px;justify-content:center}
  /* Pull the form up the first screen: on an Ads landing page the form is the
     point of the page, so the intro above it is tightened rather than the
     copy being cut. */
  /* The consent banner opens 82px above the sticky bar and stands 193px tall,
     so on a 375x812 screen it occupies from y=537 down. The hero chrome above
     the buttons is tightened — breadcrumb padding, eyebrow scale, heading
     margins, lead leading, button gap — to lift the WhatsApp/Call pair clear
     of it for a first-time visitor. No copy is truncated and no claim changes;
     the 72px comes out of spacing, not words. Measured on production
     /ac-repair-dubai: Call now ends at y=517 against a banner top of y=537. */
  .crumb ol{padding:4px 20px;font-size:12px}
  .lp-hero{padding:10px 0 28px}
  .lp-hero-grid{gap:14px}
  .lp-hero .eyebrow{font-size:10.5px;letter-spacing:.09em}
  .lp-hero h1{font-size:clamp(1.6rem,6.6vw,1.95rem);margin:4px 0 6px}
  .lp-hero p.lead{font-size:15px;line-height:1.45;margin-bottom:0}
  .lp-hero-cta{gap:8px}
}

/* ---- ANCHOR SUB-SERVICE SECTIONS ---- */
/* scroll-margin keeps the sticky header from covering an anchored heading */
[id]{scroll-margin-top:84px}
.anchor-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.anchor-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px}
.anchor-card h3{font-size:19px;margin-bottom:8px}
.anchor-card p{font-size:14.5px;color:#54594C;margin-bottom:14px;line-height:1.6}
.anchor-card ul{list-style:none;margin-bottom:16px}
.anchor-card li{display:flex;gap:9px;font-size:14px;color:#44483D;padding:4px 0}
.anchor-card li .ck{color:var(--sage);flex-shrink:0}
.anchor-card .anchor-cta{display:flex;gap:10px;flex-wrap:wrap}
@media(max-width:600px){
  .anchor-card .anchor-cta{gap:8px}
  .anchor-card .anchor-cta .btn{flex:1 1 calc(50% - 4px);justify-content:center;min-height:48px;padding:13px 12px}
  .anchor-card .anchor-cta .btn-ghost{flex-basis:100%}
}
.anchor-card .btn{font-size:14px;padding:10px 18px}
@media(max-width:760px){.anchor-grid{grid-template-columns:1fr}.anchor-card{padding:20px}}

/* ---- MID-PAGE CTA BAND (repeats after key sections) ---- */
.cta-band{background:var(--moss);color:var(--pearl);border-radius:18px;padding:30px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.cta-band h2{color:var(--pearl);font-size:24px;margin-bottom:6px}
.cta-band p{color:#C9D2BF;font-size:15px;max-width:520px}
.cta-band .cta-band-btns{display:flex;gap:10px;flex-wrap:wrap}
.cta-band .btn-ghost{color:var(--pearl);border-color:#5C6B52}
.cta-band .btn-ghost:hover{background:#46523F}
@media(max-width:760px){.cta-band{padding:24px 20px;flex-direction:column;align-items:flex-start}.cta-band .cta-band-btns{width:100%}.cta-band .cta-band-btns .btn{flex:1;justify-content:center;min-height:50px}}

/* ---- RELATED SERVICES ---- */
.rel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.rel-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;transition:.18s;display:block}
.rel-card:hover{border-color:var(--sage);transform:translateY(-2px)}
.rel-card h3{font-size:16px;margin-bottom:6px}
.rel-card p{font-size:13.5px;color:#54594C;line-height:1.55}
.rel-card .rel-go{font-size:13px;color:var(--sage-text);margin-top:10px;display:inline-block}
@media(max-width:900px){.rel-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.rel-grid{grid-template-columns:1fr}}

/* ---- CONTEXTUAL IN-BODY LINKS ---- */
.ctx-note{font-size:15.5px;color:#54594C;line-height:1.65;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}
.ctx-note a{color:var(--sage-text);text-decoration:underline;text-underline-offset:2px}
.ctx-note a:hover{color:var(--moss)}

/* ---- LOCAL AREA CHIPS ---- */
.local-areas{margin-top:28px}
.local-intro{font-size:15px;color:#54594C;margin-bottom:12px}
.area-chips{display:flex;flex-wrap:wrap;gap:9px}
.area-chips span{font-size:13.5px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 14px;color:#44483D}
.local-note{font-size:13.5px;color:var(--stone);margin-top:12px}

/* ---- IN-PAGE JUMP LINKS (anchor nav under the hero) ---- */
.jump{display:flex;flex-wrap:wrap;gap:8px}
.jump a{font-size:13.5px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 15px;color:#44483D;transition:.15s}
.jump a:hover{border-color:var(--sage);color:var(--moss)}

/* Nav, floating WhatsApp and accessibility rules live in SHARED_UI_CSS —
   they are injected above, and into index.html's managed block. */

/* ===== LEAD FLOW =========================================================
   Three-step qualification form. The visitor answers what / scope / where
   before anything is asked that only matters to us, and the lead is written
   to the CRM by /api/leads before any success state or conversion event.
   See assets/nacravo-lead.js for the behaviour contract. */

.lf-progress{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--stone);margin:2px 0 14px;font-weight:600}
.lf-fieldset{border:0;padding:0;margin:0;min-width:0}
.lf-q{font-size:16px;font-weight:600;color:var(--moss);margin:0 0 12px;font-family:'Plus Jakarta Sans';padding:0}
legend.lf-q{float:left;width:100%}
.lf-choice{display:flex;flex-wrap:wrap;gap:8px;clear:both}
/* The radio carries the value and the keyboard behaviour; the label is the
   visible chip. Never display:none the input — that removes it from the tab
   order and from assistive technology. */
.lf-radio{position:absolute;width:1px;height:1px;opacity:0;margin:0;pointer-events:none}
.lf-chip{font:500 14.5px/1.2 'Plus Jakarta Sans',sans-serif;color:var(--moss);background:#fff;
  border:1.5px solid var(--line);border-radius:999px;padding:12px 16px;min-height:48px;cursor:pointer;
  display:inline-flex;align-items:center;transition:border-color .15s,background .15s,box-shadow .15s}
.lf-chip:hover{border-color:var(--sage)}
.lf-radio:focus-visible + .lf-chip{outline:3px solid var(--moss);outline-offset:2px}
.lf-radio:checked + .lf-chip{background:var(--moss);border-color:var(--moss);color:var(--pearl);box-shadow:0 2px 10px rgba(46,55,43,.18)}
.lf-choice.invalid .lf-chip{border-color:#B04A3E}

/* Progressive enhancement: with JS the form is three screens, without it every
   step is visible at once and submits in one POST. */
html.lf-js .lf-step{display:none}
html.lf-js .lf-step.is-current{display:block}
html:not(.lf-js) .lf-nav [data-lf-next],html:not(.lf-js) .lf-nav [data-lf-back],
html:not(.lf-js) .lf-progress{display:none}
.lf-fieldset .err-msg{margin-top:8px}
.lf-choice.invalid ~ .err-msg{display:block}

.lf-hint{font-size:12.5px;color:var(--stone);line-height:1.45}
.lf-opt{font-weight:400;color:var(--stone);font-size:12.5px}

.lf-nav{display:flex;gap:10px;margin-top:18px}
.lf-nav .btn{min-height:50px}
.lf-nav .lf-next,.lf-nav .lf-submit{flex:1;justify-content:center}
.lf-nav [data-lf-back]{flex:0 0 auto}
.lf-submit[aria-busy="true"]{opacity:.72;cursor:progress}

/* Error summary: one place a screen-reader user is sent to, with links into
   the offending fields. */
.lf-errors{background:#FDF4F2;border:1px solid #E4B7AF;border-left:4px solid #B04A3E;
  border-radius:10px;padding:14px 16px;margin-bottom:16px}
.lf-errors h3{font-size:14.5px;color:#8C3A30;margin:0 0 6px}
.lf-errors h3:focus{outline:none}
.lf-errors ul{margin:0;padding-left:18px}
.lf-errors li{font-size:13.5px;margin:3px 0}
.lf-errors a{color:#8C3A30;text-decoration:underline}

.form-status{display:none}
.form-status.show{display:block}
.form-status.ok{background:#E7EFE0;color:#3B4636;border:1px solid var(--euca)}
.form-status.busy{background:#F3F0E6;color:#54594C;border:1px solid var(--line)}
.form-status.err{background:#FDF4F2;color:#8C3A30;border:1px solid #E4B7AF}

/* Honeypot. Hidden from sight and from assistive technology, but still a real
   focusable-free field an automated filler will complete. */
.lf-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

.lf-consent{display:flex;gap:10px;align-items:flex-start;margin-top:14px}
.lf-consent input{margin-top:3px;width:18px;height:18px;flex-shrink:0}
.lf-consent label{font-size:12.5px;color:var(--stone);line-height:1.5}

.lf-success{text-align:left}
.lf-success h2{font-size:21px;margin-bottom:8px;color:var(--moss)}
.lf-success h2:focus{outline:none}
.lf-success p{font-size:14.5px;color:#54594C;line-height:1.6}
.lf-ref{margin:14px 0 18px}
.lf-ref span{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:16px;letter-spacing:.04em;background:#ECE6D8;color:var(--moss);
  border:1px dashed var(--sage);border-radius:10px;padding:10px 14px}
.lf-success-cta{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}
.lf-success-cta .btn{width:100%;justify-content:center;min-height:52px}

.lp-hero-avail{font-size:13.5px;color:var(--stone);margin:10px 0 0}

@media(max-width:900px){
  .lp-hero-rest .lp-hero-avail{order:2;margin:10px 0 0}
  .lp-hero-rest .trust{order:3}
  .lf-chip{font-size:15px;padding:12px 15px}
  .lf-nav{flex-wrap:wrap}
  .lf-nav .btn{width:100%;justify-content:center}
  .lf-nav [data-lf-back]{order:2}
  .lf-nav .lf-next,.lf-nav .lf-submit{order:1}
}

/* ===== PAID LANDING MODE =================================================
   Set by the inline head snippet (and re-asserted by nacravo-attr.js) when a
   visit carries a Google click id or a cpc medium. Content is untouched — the
   page only loses the browse chrome that leaks a paid click away from the one
   decision it arrived to make. Crawlers never carry a click id, so the indexed
   page is always the full one. */
html[data-paid="1"] .nav-links,
html[data-paid="1"] .crumb,
html[data-paid="1"] .foot-grid,
html[data-paid="1"] .rel-grid,
html[data-paid="1"] #related,
html[data-paid="1"] .mobile-menu .mm-group,
html[data-paid="1"] .mobile-menu a[href="/services"],
html[data-paid="1"] .mobile-menu a[href="/#why"],
html[data-paid="1"] .mobile-menu a[href="/#packages"],
html[data-paid="1"] .menu-btn{display:none}
html[data-paid="1"] .foot-legal{padding-top:8px}

/* hero CTA overflow guard */
.lp-hero-cta .btn,.lf-success-cta .btn,.cta-band-btns .btn,.anchor-cta .btn,.lf-nav .btn{min-width:0;max-width:100%;white-space:normal;text-align:center;padding-left:18px;padding-right:18px}
.lp-hero-cta .btn svg,.lf-success-cta .btn svg,.cta-band-btns .btn svg{flex:0 0 auto}
@media(max-width:359px){.lp-hero-cta .btn,.lf-success-cta .btn,.cta-band-btns .btn{font-size:14.5px;padding-left:12px;padding-right:12px}}

.lf-fallback{margin-top:14px;padding:16px;border:1px solid #E4B7AF;border-radius:12px;background:#FDF4F2}
.lf-fallback p{font-size:13.5px;color:#8C3A30;margin:0 0 12px;line-height:1.55}
.lf-fallback .btn{width:100%;justify-content:center;min-height:50px;margin-bottom:8px;
  min-width:0;max-width:100%;white-space:normal;text-align:center}
.lf-fallback .btn:last-child{margin-bottom:0}

/* The rest of the hero copy, kept on the page but out of the first screen. */
.lp-lead-rest{padding-top:0;padding-bottom:6px}
.lp-lead-rest p{font-size:15.5px;line-height:1.6;color:#54594C;max-width:62ch;margin:0}
@media(max-width:900px){.lp-lead-rest p{font-size:14.5px}}
