:root{
  --svc-yellow:#ffd400;
  --svc-black:#050505;
  --svc-ink:#111213;
  --svc-muted:#6e7072;
  --svc-line:#e6e6e3;
  --svc-bg:#f5f5f2;
  --svc-radius:12px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.services-page{margin:0;background:#fff;color:var(--svc-ink);font-family:Manrope,system-ui,sans-serif;overflow-x:hidden}
.services-page .svc-shell{width:min(1160px,calc(100% - 48px));margin:0 auto}
.services-page h1,.services-page h2,.services-page h3,.services-page h4{font-family:"Barlow Condensed",Arial,sans-serif;margin:0;text-transform:uppercase}
.services-page p{margin:0}
.services-header{position:sticky;top:0;z-index:80}
.services-header .services-header-inner{width:100%;max-width:none;margin:0;min-height:68px;padding-left:24px;padding-right:0;justify-content:space-between;gap:20px}
.services-header .services-brand{margin:0;flex:0 1 auto}
.services-header .services-brand img{max-height:40px;width:auto}
.services-book-btn{margin-left:auto;margin-right:0;min-height:42px;padding:0 20px;white-space:nowrap;font-size:11px;font-weight:800;letter-spacing:.02em;border-radius:7px 0 0 7px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* HERO */
.svc-hero{position:relative;min-height:315px;background:#070707;display:flex;align-items:center;overflow:hidden}
.svc-hero-art,.svc-hero-shade{position:absolute;inset:0}
.svc-hero-art img{width:100%;height:100%;object-fit:cover;object-position:center 52%;filter:saturate(.94) contrast(1.02)}
.svc-hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.90) 0%,rgba(0,0,0,.80) 34%,rgba(0,0,0,.52) 52%,rgba(0,0,0,.15) 72%,rgba(0,0,0,0) 100%)}
.svc-hero-inner{position:relative;z-index:2;padding:46px 0 44px}
.svc-hero-copy{max-width:650px;color:#fff}
.svc-kicker,.svc-eyebrow{font-size:10px;font-weight:800;letter-spacing:.18em;color:var(--svc-yellow);margin-bottom:10px!important}
.svc-kicker-dark,.svc-eyebrow-dark{color:#777}
.svc-hero h1{font-size:clamp(42px,4.6vw,64px);line-height:.93;letter-spacing:-.02em;font-weight:700}
.svc-hero h1 span{color:#fff}
.svc-hero h1 .svc-hero-highlight{color:#000}
.svc-hero-lead{max-width:610px;margin-top:13px!important;color:rgba(255,255,255,.82);font-size:14px;line-height:1.55}
.svc-hero-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}
.svc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border-radius:7px;text-decoration:none;font-size:10px;font-weight:800;letter-spacing:.075em;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease}
.svc-btn:hover{transform:translateY(-1px)}
.svc-btn-yellow{background:var(--svc-yellow);color:#050505;border:1px solid var(--svc-yellow)}
.svc-btn-dark{background:rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.28);color:#fff;backdrop-filter:blur(7px)}
.svc-btn-outline{border:1px solid rgba(255,255,255,.4);color:#fff;background:transparent}

/* BROWSER / TOOLBAR */
.svc-browser{background:var(--svc-bg);padding:34px 0 36px}
.svc-browser-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:18px}
.svc-browser-head h2{font-size:clamp(30px,3.3vw,45px);line-height:.96;letter-spacing:-.015em}
.svc-search-wrap{position:relative;width:min(300px,100%)}
.svc-search-wrap svg{position:absolute;left:13px;top:50%;width:17px;height:17px;transform:translateY(-50%);fill:none;stroke:#777;stroke-width:1.8;stroke-linecap:round}
.svc-search-wrap input{width:100%;height:42px;border:1px solid #dededb;border-radius:9px;background:#fff;padding:0 14px 0 39px;font:600 12px Manrope;color:#111;outline:none}
.svc-search-wrap input:focus{border-color:#a9a9a4;box-shadow:0 0 0 3px rgba(255,212,0,.16)}
.svc-toolbar{display:flex;gap:7px;overflow-x:auto;padding:0 0 14px;scrollbar-width:none}
.svc-toolbar::-webkit-scrollbar{display:none}
.svc-filter{flex:0 0 auto;height:36px;padding:0 13px;border:1px solid #dededb;border-radius:999px;background:#fff;color:#383838;font:700 11px Manrope;cursor:pointer;white-space:nowrap}
.svc-filter span{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:5px;border-radius:999px;background:#f0f0ee;font-size:8px}
.svc-filter.is-active{background:#0a0a0a;color:#fff;border-color:#0a0a0a}
.svc-filter.is-active span{background:var(--svc-yellow);color:#050505}

/* FEATURED SERVICE */
.svc-feature{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);min-height:310px;background:#0b0c0d;border:1px solid #202224;border-radius:14px;overflow:hidden;color:#fff;box-shadow:0 12px 36px rgba(0,0,0,.06)}
.svc-feature[hidden]{display:none!important}
.svc-feature-copy{display:flex;flex-direction:column;justify-content:center;padding:34px 34px 32px}
.svc-feature h3{font-size:clamp(40px,4vw,58px);line-height:.92;letter-spacing:-.015em}
.svc-feature-lead{max-width:430px;margin-top:12px!important;color:#b8b9ba;font-size:13.5px;line-height:1.55}
.svc-feature-points{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}
.svc-feature-points span{padding:7px 9px;border:1px solid #2b2e30;border-radius:999px;color:#c8c8c8;font-size:9px;font-weight:700;letter-spacing:.035em}
.svc-feature-copy .svc-btn{align-self:flex-start}
.svc-feature-media{position:relative;min-height:310px}
.svc-feature-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0b0c0d 0%,rgba(11,12,13,.25) 28%,rgba(11,12,13,0) 60%)}
.svc-feature-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}

/* DIRECTORY */
.svc-directory-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin:31px 0 14px}
.svc-directory-head h3{font-size:30px;line-height:.96;letter-spacing:-.01em}
.svc-directory-head>p{color:#777;font-size:11px}
.svc-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.svc-service{display:grid;grid-template-columns:42% 58%;min-height:142px;background:#fff;border:1px solid var(--svc-line);border-radius:10px;overflow:hidden;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}
.svc-service[hidden]{display:none!important}
.svc-service:hover{transform:translateY(-1px);border-color:#cecec8;box-shadow:0 8px 20px rgba(0,0,0,.035)}
.svc-service img{display:block;width:100%;height:100%;min-height:142px;object-fit:cover;object-position:center}
.svc-service>div{padding:17px 17px 15px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
.svc-code{font-size:8px!important;font-weight:800!important;letter-spacing:.13em;color:#9a9a95!important;margin-bottom:5px!important;text-transform:uppercase}
.svc-service h4{font-size:24px;line-height:.98;letter-spacing:-.005em;text-transform:none}
.svc-service>div>p:not(.svc-code){font-size:10.8px;line-height:1.45;color:#707070;margin-top:6px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.svc-service a{display:inline-block;margin-top:9px;color:#111;text-decoration:none;font-size:9px;font-weight:900;letter-spacing:.055em}
.svc-service a:hover{color:#7f6900}
.svc-service.is-target{outline:2px solid var(--svc-yellow);outline-offset:2px}
.svc-empty{margin-top:12px;padding:24px;background:#fff;border:1px solid var(--svc-line);border-radius:10px;text-align:center}
.svc-empty strong,.svc-empty span{display:block}
.svc-empty strong{font:700 24px "Barlow Condensed",Arial,sans-serif;text-transform:uppercase}
.svc-empty span{margin-top:5px;color:#777;font-size:12px}
.svc-empty a{display:inline-block;margin-top:12px;color:#111;font-size:9px;font-weight:900;text-decoration:none;letter-spacing:.06em}

/* CTA */
.svc-final{background:#090909;color:#fff;padding:24px 0}
.svc-final-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
.svc-final h2{font-size:clamp(28px,3vw,39px);line-height:.96}
.svc-final-inner>div:first-child>p:last-child{margin-top:6px!important;color:#9c9c9c;font-size:11px}
.svc-final-actions{display:flex;gap:8px;flex-wrap:wrap}
.svc-footer{min-height:54px;padding:14px max(24px,calc((100vw - 1160px)/2));display:flex;align-items:center;gap:18px;background:#050505;border-top:1px solid #1d1d1d;color:#888;font-size:11px}
.svc-footer span:first-child{color:#fff;font-weight:800;letter-spacing:.11em}
.svc-footer a{margin-left:auto;color:#fff;text-decoration:none}

@media(max-width:980px){
  .services-page .svc-shell{width:min(100% - 30px,1160px)}
  .services-header .services-header-inner{min-height:62px;padding-left:15px}
  .services-book-btn{min-height:40px;padding:0 16px;font-size:10px}
  .svc-feature{grid-template-columns:1fr 1fr}
  .svc-directory{grid-template-columns:1fr}
  .svc-service{min-height:135px}
}

@media(max-width:720px){
  .svc-hero{min-height:285px}
  .svc-hero-art img{object-position:68% center}
  .svc-hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.79) 63%,rgba(0,0,0,.35) 100%)}
  .svc-hero-inner{padding:38px 0 36px}
  .svc-hero h1{font-size:42px;max-width:420px}
  .svc-browser{padding:27px 0 30px}
  .svc-browser-head{align-items:flex-start;flex-direction:column;gap:14px}
  .svc-search-wrap{width:100%}
  .svc-toolbar{margin-right:-15px;padding-right:15px}
  .svc-feature{grid-template-columns:1fr;min-height:0}
  .svc-feature-copy{padding:26px 23px 24px}
  .svc-feature h3{font-size:42px}
  .svc-feature-media{min-height:210px;order:-1}
  .svc-feature-media::after{background:linear-gradient(0deg,#0b0c0d 0%,rgba(11,12,13,0) 45%)}
  .svc-directory-head{align-items:flex-start;flex-direction:column;gap:5px;margin-top:25px}
  .svc-final-inner{align-items:flex-start;flex-direction:column;gap:14px}
}

@media(max-width:520px){
  .services-page .svc-shell{width:calc(100% - 22px)}
  .services-header .services-brand img{max-height:34px}
  .services-book-btn{min-height:38px;padding:0 13px;font-size:9px;border-radius:6px 0 0 6px}
  .svc-hero{min-height:255px}
  .svc-hero-inner{padding:31px 0 30px}
  .svc-kicker,.svc-eyebrow{font-size:9px;margin-bottom:7px!important}
  .svc-hero h1{font-size:35px;line-height:.95;max-width:310px}
  .svc-hero-lead{font-size:12px;line-height:1.45;max-width:300px;margin-top:9px!important}
  .svc-hero-actions{margin-top:14px}
  .svc-btn{min-height:37px;padding:0 13px;font-size:9px}
  .svc-browser{padding:22px 0 24px}
  .svc-browser-head h2{font-size:31px}
  .svc-filter{height:34px;padding:0 11px;font-size:10px}
  .svc-feature-copy{padding:22px 18px 20px}
  .svc-feature h3{font-size:36px}
  .svc-feature-lead{font-size:12px}
  .svc-feature-points{margin:14px 0}
  .svc-feature-points span{font-size:8px;padding:6px 8px}
  .svc-feature-media{min-height:165px}
  .svc-directory-head h3{font-size:26px}
  .svc-directory{gap:8px}
  .svc-service{grid-template-columns:38% 62%;min-height:116px;border-radius:9px}
  .svc-service img{min-height:116px}
  .svc-service>div{padding:12px 12px 11px}
  .svc-code{font-size:7px!important;margin-bottom:4px!important}
  .svc-service h4{font-size:20px}
  .svc-service>div>p:not(.svc-code){font-size:9.6px;line-height:1.35;margin-top:5px!important}
  .svc-service a{font-size:7.8px;margin-top:7px}
  .svc-final{padding:20px 0}
  .svc-final h2{font-size:29px}
  .svc-final-actions{width:100%}
  .svc-final-actions .svc-btn{flex:1}
  .svc-footer{flex-wrap:wrap;padding:13px 16px;gap:6px 12px}
  .svc-footer a{margin-left:0;width:100%}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.svc-service,.svc-btn{transition:none!important}}

/* ===== KENDARK v181 · HEADER MINIMO CON AIRE =====
   El header global usa grids !important en varios breakpoints.
   En Servicios anulamos esa arquitectura: logo libre + CTA alineado a la derecha con margen visual. */
.services-page .services-header{
  position:sticky !important;
  top:0;
  width:100%;
  min-height:68px;
}
.services-page .services-header .services-header-inner{
  width:100% !important;
  max-width:none !important;
  min-height:68px !important;
  height:68px !important;
  margin:0 !important;
  padding:0 0 0 24px !important;
  display:flex !important;
  grid-template-columns:none !important;
  grid-template-rows:none !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:0 !important;
}
.services-page .services-header .services-brand{
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  flex:0 0 auto !important;
  grid-column:auto !important;
  grid-row:auto !important;
}
.services-page .services-header .services-brand img{
  width:auto !important;
  height:auto !important;
  max-height:40px !important;
}
.services-page .services-header .services-book-btn{
  position:absolute !important;
  right:24px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  margin:0 !important;
  grid-column:auto !important;
  grid-row:auto !important;
  border-radius:7px !important;
}
.services-page .services-header .services-book-btn:hover{
  transform:translateY(-50%) !important;
}

@media(max-width:980px){
  .services-page .services-header,
  .services-page .services-header .services-header-inner{
    min-height:62px !important;
    height:62px !important;
  }
  .services-page .services-header .services-header-inner{
    padding-left:15px !important;
  }
  .services-page .services-header .services-book-btn{
    right:15px !important;
  }
}

@media(max-width:520px){
  .services-page .services-header,
  .services-page .services-header .services-header-inner{
    min-height:58px !important;
    height:58px !important;
  }
  .services-page .services-header .services-header-inner{
    padding-left:12px !important;
  }
  .services-page .services-header .services-brand img{
    max-height:32px !important;
  }
  .services-page .services-header .services-book-btn{
    right:12px !important;
    min-height:38px !important;
    padding:0 13px !important;
    font-size:9px !important;
    border-radius:6px !important;
  }
}

/* ===== KENDARK v182 · HEADER SERVICIOS CENTRADO ===== */
.services-page .services-header{
  background:#050505 !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}
.services-page .services-header .services-header-inner{
  position:relative !important;
  padding:0 24px !important;
  justify-content:flex-start !important;
}
.services-page .services-header .services-brand{
  position:relative !important;
  z-index:3 !important;
}
.services-page .services-header .services-header-nav{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:30px !important;
  margin:0 !important;
  padding:0 !important;
  z-index:2 !important;
  white-space:nowrap !important;
}
.services-page .services-header .services-header-link{
  appearance:none !important;
  border:0 !important;
  background:transparent !important;
  color:rgba(255,255,255,.78) !important;
  padding:24px 0 21px !important;
  margin:0 !important;
  font:600 12px/1 Manrope,system-ui,sans-serif !important;
  letter-spacing:-.01em !important;
  cursor:pointer !important;
  position:relative !important;
  transition:color .18s ease !important;
}
.services-page .services-header .services-header-link::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:14px;
  height:2px;
  border-radius:2px;
  background:#ffd400;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .18s ease;
}
.services-page .services-header .services-header-link:hover,
.services-page .services-header .services-header-link.is-active{
  color:#fff !important;
}
.services-page .services-header .services-header-link.is-active::after{
  transform:scaleX(1);
}
.services-page .services-header .services-book-btn{
  right:24px !important;
  z-index:3 !important;
}

@media(max-width:1180px){
  .services-page .services-header .services-header-nav{gap:20px !important}
  .services-page .services-header .services-header-link{font-size:11px !important}
}

@media(max-width:980px){
  .services-page .services-header,
  .services-page .services-header .services-header-inner{
    min-height:98px !important;
    height:98px !important;
  }
  .services-page .services-header .services-header-inner{
    padding:0 15px 36px !important;
  }
  .services-page .services-header .services-brand{
    align-self:center !important;
  }
  .services-page .services-header .services-book-btn{
    right:15px !important;
    top:31px !important;
  }
  .services-page .services-header .services-header-nav{
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    top:auto !important;
    transform:none !important;
    justify-content:flex-start !important;
    gap:24px !important;
    overflow-x:auto !important;
    padding:0 15px 1px !important;
    scrollbar-width:none !important;
    -webkit-overflow-scrolling:touch !important;
    border-top:1px solid rgba(255,255,255,.06) !important;
  }
  .services-page .services-header .services-header-nav::-webkit-scrollbar{display:none}
  .services-page .services-header .services-header-link{
    flex:0 0 auto !important;
    padding:12px 0 11px !important;
    font-size:10px !important;
  }
  .services-page .services-header .services-header-link::after{bottom:4px}
}

@media(max-width:520px){
  .services-page .services-header,
  .services-page .services-header .services-header-inner{
    min-height:94px !important;
    height:94px !important;
  }
  .services-page .services-header .services-header-inner{padding:0 12px 36px !important}
  .services-page .services-header .services-book-btn{right:12px !important;top:29px !important}
  .services-page .services-header .services-header-nav{gap:20px !important;padding-left:12px !important;padding-right:12px !important}
  .services-page .services-header .services-header-link{font-size:9.5px !important}
}

/* ===== KENDARK v185 · HERO SERVICIOS LIMPIO =====
   Foto panorámica completa, sin degradado oscuro y copy alineado al borde izquierdo. */
.services-page-v185 .svc-hero{
  min-height:0 !important;
  aspect-ratio:1916 / 821;
  display:flex !important;
  align-items:center !important;
  background:#050505 !important;
  overflow:hidden !important;
}
.services-page-v185 .svc-hero-art{
  position:absolute !important;
  inset:0 !important;
}
.services-page-v185 .svc-hero-art img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  filter:none !important;
}
.services-page-v185 .svc-hero-shade{
  display:none !important;
  background:none !important;
}
.services-page-v185 .svc-hero-inner{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:clamp(30px,4vw,70px) clamp(20px,3vw,54px) !important;
  position:relative !important;
  z-index:2 !important;
}
.services-page-v185 .svc-hero-copy{
  max-width:min(650px,48vw) !important;
  margin:0 !important;
  color:#fff !important;
}
.services-page-v185 .svc-hero h1,
.services-page-v185 .svc-hero-lead,
.services-page-v185 .svc-kicker{
  text-shadow:0 2px 14px rgba(0,0,0,.88),0 1px 3px rgba(0,0,0,.95);
}
.services-page-v185 .svc-hero-lead{
  color:#fff !important;
}

@media(max-width:720px){
  .services-page-v185 .svc-hero{
    aspect-ratio:auto !important;
    display:block !important;
    min-height:0 !important;
    background:#050505 !important;
  }
  .services-page-v185 .svc-hero-art{
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    aspect-ratio:1916 / 821 !important;
    background:#050505 !important;
  }
  .services-page-v185 .svc-hero-art img{
    object-fit:contain !important;
    object-position:center !important;
  }
  .services-page-v185 .svc-hero-inner{
    padding:22px 18px 24px !important;
    background:#050505 !important;
  }
  .services-page-v185 .svc-hero-copy{
    max-width:100% !important;
  }
  .services-page-v185 .svc-hero h1{
    max-width:560px !important;
  }
  .services-page-v185 .svc-hero-lead{
    max-width:560px !important;
  }
  .services-page-v185 .svc-hero h1,
  .services-page-v185 .svc-hero-lead,
  .services-page-v185 .svc-kicker{
    text-shadow:none !important;
  }
}

@media(max-width:520px){
  .services-page-v185 .svc-hero-inner{
    padding:20px 14px 22px !important;
  }
}

/* ===== KENDARK v189 · ajuste mínimo hero =====
   Conserva íntegra la composición v187. Solo aumenta el título y ajusta el acento. */
.services-page-v185 .svc-hero h1{
  font-size:clamp(54px,5.2vw,76px) !important;
}
.services-page-v185 .svc-hero h1 .svc-hero-highlight{
  color:#f6c400 !important;
}
@media(max-width:720px){
  .services-page-v185 .svc-hero h1{font-size:48px !important;}
}
@media(max-width:520px){
  .services-page-v185 .svc-hero h1{font-size:40px !important;}
}

/* ===== KENDARK v190 · bajada hero más grande ===== */
.services-page-v185 .svc-hero-lead{
  font-size:clamp(18px,1.25vw,22px) !important;
  line-height:1.5 !important;
  max-width:760px !important;
}
@media(max-width:720px){
  .services-page-v185 .svc-hero-lead{
    font-size:16px !important;
    line-height:1.5 !important;
    max-width:100% !important;
  }
}
@media(max-width:520px){
  .services-page-v185 .svc-hero-lead{font-size:15px !important;}
}


/* ===== KENDARK v191 · sombra de título más sutil ===== */
.services-page-v185 .svc-hero h1{
  text-shadow:0 2px 5px rgba(0,0,0,.32),0 1px 2px rgba(0,0,0,.22) !important;
}

/* ===== KENDARK v195 · HERO COPY EN TERCIO INFERIOR =====
   Mantiene la composición visual v194. Solo baja el bloque HTML al área de calle
   para liberar cielo, cordillera, ciudad y protagonistas de la fotografía. */
@media (min-width:721px){
  .services-page-v185 .svc-hero-inner{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:flex-start !important;
    padding:0 clamp(20px,3vw,54px) clamp(30px,3.6vw,62px) !important;
  }
  .services-page-v185 .svc-hero-copy{
    margin:0 !important;
    max-width:min(760px,52vw) !important;
  }
  .services-page-v185 .svc-hero h1{
    margin:0 !important;
  }
  .services-page-v185 .svc-hero-lead{
    margin-top:14px !important;
    margin-bottom:0 !important;
  }
}


/* ===== KENDARK v196 · degradado superior sutil =====
   Sombra superior liviana estilo web para dar profundidad sin tapar la foto. */
.services-page-v185 .svc-hero::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:1;
  background:linear-gradient(180deg, rgba(0,0,0,.20) 0%, rgba(0,0,0,.10) 14%, rgba(0,0,0,.04) 24%, rgba(0,0,0,0) 38%);
}
@media(max-width:720px){
  .services-page-v185 .svc-hero::before{
    background:linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.08) 16%, rgba(0,0,0,0) 34%);
  }
}


/* ===== KENDARK v198 · SERVICIOS FILTRADOS DIRECTOS =====
   Se elimina el destacado gigante de Turbo. El resultado del filtro comienza
   inmediatamente bajo el buscador y conserva una jerarquía limpia y corporativa. */
.svc-results-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin:4px 0 14px;
  padding:18px 2px 0;
  border-top:1px solid #e4e4df;
}
.svc-results-head h3{
  margin:3px 0 0;
  font-size:clamp(28px,2.8vw,38px);
  line-height:.98;
  letter-spacing:-.012em;
}
.svc-results-head>p{
  margin:0 0 3px !important;
  color:#777;
  font-size:11px;
  white-space:nowrap;
}
.svc-directory{
  margin-top:0;
}
@media(max-width:720px){
  .svc-results-head{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
    padding-top:15px;
    margin-bottom:11px;
  }
  .svc-results-head h3{font-size:28px}
  .svc-results-head>p{white-space:normal}
}


/* ===== KENDARK v199 · retiro definitivo del destacado Turbo =====
   El catálogo filtrado ocupa directamente el espacio bajo el encabezado/buscador. */
.services-page .svc-feature,
.services-page .svc-feature-copy,
.services-page .svc-feature-media{display:none !important;}
.services-page .svc-results-head{margin-top:0 !important;}
.services-page .svc-directory{margin-top:0 !important;}


/* ===== KENDARK v200 · FILTRO VISIBLE DE SERVICIOS ===== */
.services-page .svc-toolbar{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 16px;
  padding:0 0 2px;
}
.services-page .svc-filter{
  min-height:38px;
  padding:0 14px;
  border-color:#d9d9d5;
  background:#fff;
  color:#252525;
  font-size:11px;
  transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease;
}
.services-page .svc-filter:hover{
  border-color:#bdbdb7;
  transform:translateY(-1px);
}
.services-page .svc-filter.is-active{
  background:#0a0a0a;
  color:#fff;
  border-color:#0a0a0a;
}
.services-page .svc-filter span{
  margin-left:7px;
  background:#f0f0ed;
  color:#555;
}
.services-page .svc-filter.is-active span{
  background:var(--svc-yellow);
  color:#050505;
}
@media(max-width:720px){
  .services-page .svc-toolbar{
    margin-right:-15px;
    padding-right:15px;
    padding-bottom:5px;
  }
  .services-page .svc-filter{min-height:36px}
}

/* KENDARK v212 · enlaces temáticos rastreables */
.seo-area-links{background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.seo-area-links .svc-shell{display:flex;gap:9px;overflow:auto;padding-top:11px;padding-bottom:11px;scrollbar-width:none}.seo-area-links .svc-shell::-webkit-scrollbar{display:none}.seo-area-links a{white-space:nowrap;text-decoration:none;color:#171717;border:1px solid #ddd;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.seo-area-links a:hover{border-color:#111}


/* KENDARK v216 · footer blindado para escritorio/móvil y preview local */
.kendark-footer{
  display:block !important;
  position:relative !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
  background:#050505 !important;
  color:#bdbdbd !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
  text-align:left !important;
  font-family:Manrope,Arial,sans-serif !important;
  font-size:13px !important;
  line-height:1.5 !important;
}
.kendark-footer,.kendark-footer *{box-sizing:border-box !important}
.kendark-footer-shell{
  display:block !important;
  position:relative !important;
  width:min(1180px,calc(100% - 48px)) !important;
  max-width:1180px !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 auto !important;
  padding:42px 0 24px !important;
}
.kendark-footer-grid{
  display:grid !important;
  grid-template-columns:minmax(240px,1.35fr) minmax(190px,1fr) minmax(180px,.9fr) minmax(160px,.75fr) !important;
  gap:34px !important;
  align-items:start !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
}
.kendark-footer-grid>div{display:block !important;min-width:0 !important;height:auto !important;position:relative !important}
.kendark-footer-brand a{display:inline-flex !important;align-items:center !important;width:auto !important;height:auto !important}
.kendark-footer-brand img{
  display:block !important;
  position:static !important;
  width:154px !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:154px !important;
  max-height:54px !important;
  margin:0 0 16px !important;
  object-fit:contain !important;
  object-position:left center !important;
  transform:none !important;
  filter:none !important;
  opacity:1 !important;
}
.kendark-footer-brand p{margin:0 !important;max-width:330px !important;color:#929292 !important;font-size:13px !important;line-height:1.65 !important}
.kendark-footer-title{display:block !important;margin:0 0 14px !important;color:#fff !important;font-size:11px !important;font-weight:800 !important;line-height:1.2 !important;letter-spacing:.13em !important;text-transform:uppercase !important}
.kendark-footer-list{display:grid !important;grid-template-columns:1fr !important;gap:11px !important;margin:0 !important;padding:0 !important}
.kendark-footer a{color:#d7d7d7 !important;text-decoration:none !important}
.kendark-footer a:hover{color:#fff !important}
.kendark-footer-contact-link{display:flex !important;align-items:flex-start !important;gap:9px !important;width:auto !important;height:auto !important;font-size:13px !important;line-height:1.42 !important}
.kendark-footer-contact-link svg{
  display:block !important;
  position:static !important;
  width:16px !important;
  height:16px !important;
  min-width:16px !important;
  min-height:16px !important;
  max-width:16px !important;
  max-height:16px !important;
  flex:0 0 16px !important;
  margin:2px 0 0 !important;
  transform:none !important;
  overflow:visible !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  opacity:.84 !important;
}
.kendark-footer-contact-link span{display:block !important;min-width:0 !important}
.kendark-footer-contact-link small{display:block !important;margin:0 0 2px !important;color:#777 !important;font-size:10px !important;font-weight:750 !important;line-height:1.25 !important;letter-spacing:.05em !important;text-transform:uppercase !important}
.kendark-footer-hours{margin:0 0 13px !important;color:#d7d7d7 !important;font-size:13px !important;line-height:1.55 !important}
.kendark-footer-hours strong{color:#fff !important}
.kendark-footer-socials{display:flex !important;align-items:center !important;gap:9px !important;flex-wrap:wrap !important}
.kendark-footer-social{
  display:inline-flex !important;
  position:relative !important;
  align-items:center !important;
  justify-content:center !important;
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  min-height:38px !important;
  max-width:38px !important;
  max-height:38px !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.025) !important;
  color:#fff !important;
  overflow:hidden !important;
}
.kendark-footer-social svg{
  display:block !important;
  position:static !important;
  width:17px !important;
  height:17px !important;
  min-width:17px !important;
  min-height:17px !important;
  max-width:17px !important;
  max-height:17px !important;
  margin:0 !important;
  transform:none !important;
  fill:currentColor !important;
  stroke:none !important;
}
.kendark-footer-social.is-pending{color:#686868 !important;cursor:default !important;opacity:.72 !important}
.kendark-footer-social-note{display:block !important;width:100% !important;margin:4px 0 0 !important;color:#666 !important;font-size:10px !important;line-height:1.4 !important}
.kendark-footer-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  margin:34px 0 0 !important;
  padding:18px 0 0 !important;
  border-top:1px solid rgba(255,255,255,.09) !important;
  color:#666 !important;
  font-size:11px !important;
  line-height:1.4 !important;
}
.kendark-footer-bottom-links{display:flex !important;gap:18px !important;flex-wrap:wrap !important}
.kendark-footer-bottom a{color:#888 !important}
@media(max-width:900px){
  .kendark-footer-grid{grid-template-columns:1fr 1fr !important;gap:30px 28px !important}
}
@media(max-width:700px){
  .kendark-footer{padding:0 !important}
  .kendark-footer-shell{width:calc(100% - 32px) !important;padding:32px 0 108px !important}
  .kendark-footer-grid{grid-template-columns:1fr !important;gap:26px !important}
  .kendark-footer-brand img{width:140px !important;max-width:140px !important;max-height:50px !important}
  .kendark-footer-brand p{max-width:100% !important}
  .kendark-footer-bottom{align-items:flex-start !important;flex-direction:column !important;margin-top:28px !important;gap:12px !important}
  .kendark-footer-bottom-links{gap:10px 16px !important}
}
