/* Overrides propios de STG sobre el template. Cargado después de style.css. */

/* Fuente de marca STG: Mont (demo → ExtraLight + Heavy). El "bold" de marca = Heavy. */
@font-face {
  font-family: "Mont";
  src: url("/fonts/Mont-HeavyDEMO.otf") format("opentype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url("/fonts/Mont-ExtraLightDEMO.otf") format("opentype");
  font-weight: 200 300;
  font-style: normal;
  font-display: swap;
}

/* Wordmark de texto (reemplaza el logo del template) — en Mont Heavy. */
.stg-wordmark {
  display: inline-block;
  font-family: "Mont", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  color: #fff;
}

/* Lockup del logo SOLO en el header: "stg" (Mont) + divisor vertical + nombre en 3 líneas
   (Helvetica light, mayúsculas pequeñas, tracking amplio), centrado verticalmente con el "stg". */
.header__logo .stg-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}
.header__logo .stg-lockup__mark {
  font-family: "Mont", sans-serif;
  /* Mont HEAVY real (el demo trae Heavy). Sin text-stroke: engrosar la ExtraLight la distorsionaba
     y dejaba de leerse como Mont. Heavy = Mont auténtico + bold de verdad. */
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.045em;
  text-transform: lowercase;
}
.header__logo .stg-lockup__rule {
  flex: 0 0 auto;
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.3);
}
.header__logo .stg-lockup__name {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

/* Acciones del header (lang switch + CTA) alineadas a la derecha. */
.header__actions {
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.header__lang {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}
.header__lang:hover {
  opacity: 1;
}
.header__lang i {
  margin-right: 5px;
  font-size: 12px;
}

/* Nombres de cliente como texto dentro del swiper (los logos son texto por decisión de marca). */
.client-slider-active .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.client-name {
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  letter-spacing: -0.03em;
  color: currentColor;
  opacity: 0.55;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.client-slider-active .swiper-slide:hover .client-name {
  opacity: 1;
}

/* Header CTA a RAS con el pill: sin espacio a la derecha; el botón tapa el extremo
   derecho del pill como si fueran un solo elemento (mismo alto, extremo redondeado, sin gap).
   SOLO en desktop (≥1200px): en mobile no hay CTA y sin este padding el burger choca contra
   la esquina redondeada del pill y se desborda → se conserva el padding base (30px). */
@media (min-width: 1200px) {
  .header-area__inner {
    padding-right: 0;
  }
}
/* Burger mobile: sin cromo de botón por defecto, bien centrado, línea fina (fa-light). */
.header-area .header__navicon .side-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: transparent;
  border: 0;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.header-area .header__navicon i {
  font-size: 21px;
  font-weight: 300;
}
.header__actions {
  gap: 18px;
}
/* CTA "Contáctanos" = vidrio esmerilado BLANCO real (translúcido, NO blanco sólido). */
.header__actions .rr-btn {
  display: inline-flex;
  align-items: center;
  height: 75px;
  padding: 0 34px;
  border-radius: 0 70px 70px 0;
  margin-right: -1px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 0;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  backdrop-filter: blur(18px) saturate(180%);
  color: #fff;
}
/* La "cortina" de hover del template (::before blanco sólido) → brillo sutil de vidrio. */
.header__actions .rr-btn::before {
  background: rgba(255, 255, 255, 0.16);
}
.header__actions .rr-btn:hover {
  background: rgba(255, 255, 255, 0.24);
}
/* Texto SIEMPRE blanco legible sobre el vidrio (el template lo volvía negro en hover). */
.header__actions .rr-btn .btn-wrap .text-one,
.header__actions .rr-btn .btn-wrap .text-two,
.header__actions .rr-btn:hover .btn-wrap .text-two {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* Vidrio consistente también cuando el header va sticky. */
.header-sticky.sticky .header__actions .rr-btn,
.header-sticky.transformed .header__actions .rr-btn {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
  border-left: 0;
  color: #fff;
}

/* Header sticky con glassmorphism sofisticado al hacer scroll: el pill queda fixed + centrado,
   fondo translúcido con blur en vez de la barra blanca del template. */
.header-sticky.sticky,
.header-sticky.transformed {
  background-color: transparent !important;
  padding-top: 12px;
}
.header-sticky.sticky .header-area__inner,
.header-sticky.transformed .header-area__inner {
  height: 75px;
  background: rgba(14, 16, 20, 0.5);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.3);
}

/* Award title: el max-width del template (775px) parte el heading en 4 líneas. Se ensancha → 2 líneas. */
@media (min-width: 1200px) {
  .award-area .section-title {
    max-width: 1040px;
  }
}

/* Footer CTA: la columna es angosta y a 80px "Construyamos tu ventaja" cae en 3 líneas feas
   (con "tu" solo). Se reduce el tamaño para que quede en 2 líneas limpias. */
.footer-area .footer-widget-wrapper-box .content .title {
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-widget-wrapper-box .content .title {
    font-size: 44px;
  }
}

/* Copyright: pequeño y tenue, sin protagonismo. */
.copyright-area .copyright-text .text {
  font-size: 13px;
  opacity: 0.45;
}

/* Footer refinado: títulos de columna (Compañía/Redes/Oficina) como labels pequeños en mayúsculas
   + listas más pequeñas, para que se vea ordenado y jerárquico (no texto grande/pesado).
   El CTA grande (.content .title "Construyamos tu ventaja") se excluye con :not(.content). */
.footer-area .footer-widget-box:not(.content) .title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 22px;
}
.footer-area .footer-nav-list li a,
.footer-area .footer-nav-list li span {
  font-size: 15px;
  line-height: 1.55;
}
.footer-area .footer-nav-list li {
  margin-bottom: 6px;
}

/* Inner pages (no home): más aire entre el header fijo y la primera sección en desktop
   (el contenido quedaba muy pegado al nav). El home ya tiene su propio padding en el hero. */
@media (min-width: 992px) {
  .inner-main {
    padding-top: 60px;
  }
}

/* Timeline (award-area reutilizada): el AÑO prominente como ancla + micro-interacción (translate en
   hover) para darle vida sin perder el minimal. La fila ya se oscurece en hover (template). */
.stg-timeline .award-box .category {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  opacity: 0.5;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.stg-timeline .award-box .award,
.stg-timeline .award-box .year {
  transition: transform 0.4s ease;
}
.stg-timeline .award-box:hover .category,
.stg-timeline .award-box:hover .award {
  transform: translateX(8px);
}
.stg-timeline .award-box:hover .category {
  opacity: 1;
}
/* Tag de fase (columna derecha): bold + mayúsculas, pequeño. */
.stg-timeline .award-box .year {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
}

/* Casos (work-area): las imágenes vienen en aspectos dispares (1600×870 vs 805×630) → alturas
   desalineadas. Se normalizan a un aspecto uniforme con object-fit cover para que queden a la misma altura. */
.work-area .work-box .thumb .image {
  aspect-ratio: 16 / 10;
}
.work-area .work-box .thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Caso destacado full-width (span-2): recorte tipo banner para que a todo el ancho no quede
   un bloque demasiado alto. El ancho ya lo da .span-2 { grid-column: span 2 } del theme. */
.work-area .work-box.span-2 .thumb .image {
  aspect-ratio: 2 / 1;
}
@media (max-width: 767px) {
  .work-area .work-box.span-2 .thumb .image {
    aspect-ratio: 16 / 10;
  }
}

/* Contacto: el page-title (140px) desborda su columna izquierda. Se reduce + line-height ajustado
   (a 100px el interlineado del template quedaba demasiado separado). */
.contact-title .page-title {
  font-size: 100px;
  line-height: 0.98;
}
@media (max-width: 1599px) {
  .contact-title .page-title {
    font-size: 78px;
  }
}

/* Rejilla vertical sutil sobre el fondo oscuro: 1 línea al centro + 2 laterales que forman una
   columna de 1440px (las laterales solo en desktop). Apenas visibles, no interfieren (pointer-events:none). */
.bg-grid {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  max-width: 100vw;
  pointer-events: none;
  z-index: 490;
}
.bg-grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.04);
}
@media (min-width: 1441px) {
  .bg-grid {
    border-left: 1px solid rgba(255, 255, 255, 0.04);
    border-right: 1px solid rgba(255, 255, 255, 0.04);
  }
}

/* Nav en sentence case — el template forzaba capitalize ("Casos De Éxito", "Trabaja Con Nosotros"),
   que en español es incorrecto. Los labels ya vienen bien escritos desde nav.js. */
/* Nav top-level en MAYÚSCULAS, 14px, con algo de opacidad (no tan blanco). */
.main-menu > ul > li > a {
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 0.05em;
  opacity: 0.82;
}
.main-menu > ul > li > a:hover {
  opacity: 1;
}
/* Dropdown/mega en sentence case (los labels ya vienen bien escritos). */
.main-menu ul.dp-menu li a,
.main-menu .mega-menu li a {
  text-transform: none;
}

/* Hero title: el max-width del template (740px) parte un título corto en 4 líneas
   (una palabra por línea). Lo ensancho y reduzco un poco → 2 líneas limpias. */
@media (min-width: 1200px) {
  .hero-area .section-content .section-title {
    font-size: 100px;
    max-width: 1000px;
  }
}
@media (min-width: 1920px) {
  .hero-area .section-content .section-title {
    font-size: 124px;
    max-width: 1260px;
  }
}

/* Loader: el template lo pinta naranja (--action: #FA814D). STG lo quiere negro.
   La "cortina" que sube (el círculo hacia arriba) es el #svg → lo dejo NEGRO, y el fondo
   del loader transparente para que al subirse revele el sitio (sin flash blanco ni naranja).
   El wordmark "stg" queda blanco sobre la cortina negra. */
.loader-wrap {
  background: transparent;
}
.loader-wrap svg {
  fill: #000000;
}
.loader-wrap .loader-wrap-heading .load-text {
  color: #ffffff;
  font-family: "Mont", sans-serif;
  font-weight: 900;
  text-transform: lowercase;
  font-size: 52px;
  opacity: 0.9;
  letter-spacing: -0.02em;
}

/* Mega-menú "Servicios": tarjeta glassmorphic sofisticada (translúcido oscuro + blur + borde/sombra
   + radio), NO el negro sólido plano del template. */
.main-menu .mega-menu {
  /* Emerge de la NADA: además del gradiente de fondo, una MÁSCARA desvanece el top del elemento
     completo (incluido el backdrop-blur) de transparente → opaco. Así el blur hace gradiente
     en vez de cortarse con un borde duro — se percibe etéreo, brotando del header. */
  background: linear-gradient(to bottom, rgba(14, 16, 20, 0) 0%, rgba(14, 16, 20, 0.78) 52px);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  backdrop-filter: blur(24px) saturate(160%);
  border: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 34px 60px rgba(0, 0, 0, 0.35);
  padding: 46px 44px 34px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 42px);
  mask-image: linear-gradient(to bottom, transparent 0, #000 42px);
}
/* Links: sin fondo sólido (el template les ponía background negro) → dejan ver el vidrio;
   más prominentes/blancos que los headings, con hover elegante. */
.main-menu .mega-menu li a {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.25s ease, background 0.25s ease;
}
.main-menu .mega-menu li a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
/* Headings de categoría: más pequeños, mayúsculas, opacidad reducida y tracking → jerarquía clara
   por debajo de los links. */
.main-menu .mega-menu .title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  opacity: 0.5;
  color: #fff;
  background: transparent;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 14px;
  margin-bottom: 14px;
}

/* Card de contacto: el template pintaba la imagen (data-background) a tamaño natural →
   se veía la esquina superior (cielo negro de la foto nocturna). Forzamos cover/center.
   Y bajamos el overlay ::before (era 0.8 multiply, tapaba todo) para que la vista se vea. */
.contact-us__offices {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-us__offices::before {
  background: rgba(17, 17, 17, 0.5);
}

/* Footer: watermark "stg" (mismo mark del header — Mont Heavy, minúscula, tracking apretado)
   GIGANTE y tenue como fondo del contenedor. Asoma por arriba del CTA "Construyamos tu ventaja"
   y se desvanece hacia abajo con una máscara → acabado dramático/etéreo. Apenas visible. */
.footer-area {
  position: relative;
  overflow: hidden;
}
.footer-watermark {
  position: absolute;
  top: -0.3em;
  left: -0.03em;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  font-family: "Mont", sans-serif;
  font-weight: 900;
  text-transform: lowercase;
  letter-spacing: -0.05em;
  line-height: 0.75;
  font-size: clamp(200px, 42vw, 620px);
  color: #ffffff;
  opacity: 0.07;
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(to bottom, #000 12%, transparent 82%);
  mask-image: linear-gradient(to bottom, #000 12%, transparent 82%);
}
.footer-area .container,
.footer-area .copyright-area {
  position: relative;
  z-index: 1;
}

/* ══ Lead-capture: FAB pill glassmorphic (bottom-center, fuera de #smooth-content) ══ */
.lead-fab {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 30px;
  border-radius: 70px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  backdrop-filter: blur(18px) saturate(180%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.25s ease;
  /* Entrada: un círculo que se ensancha desde el centro hasta revelar la pill completa. */
  animation: leadFabReveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}
@keyframes leadFabReveal {
  from { clip-path: circle(0% at 50% 50%); }
  to { clip-path: circle(150% at 50% 50%); }
}
.lead-fab:hover { background: rgba(255, 255, 255, 0.22); }
.lead-fab svg { width: 18px; height: 18px; }
.lead-fab.is-hidden { opacity: 0; pointer-events: none; transform: translateX(-50%) translateY(24px); }
@media (max-width: 575px) {
  .lead-fab { left: 16px; right: 16px; transform: none; justify-content: center; }
  .lead-fab.is-hidden { transform: translateY(24px); }
}

/* ── Modal (bottom sheet glassmorphic) ── */
.lead-modal { position: fixed; inset: 0; z-index: 1000; visibility: hidden; }
.lead-modal.is-open { visibility: visible; }
.lead-modal__backdrop {
  position: absolute; inset: 0; background: rgba(0, 0, 0, 0.55);
  opacity: 0; transition: opacity 0.35s ease;
}
.lead-modal.is-open .lead-modal__backdrop { opacity: 1; }
.lead-modal__sheet {
  position: absolute; left: 50%; bottom: 0;
  transform: translateX(-50%) translateY(100%);
  width: min(560px, 100%);
  max-height: 88vh;
  overflow-y: auto;
  padding: 14px 32px 40px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(to bottom, rgba(18, 20, 24, 0.86), rgba(12, 14, 18, 0.94));
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  backdrop-filter: blur(28px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 0;
  box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.5);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.lead-modal.is-open .lead-modal__sheet { transform: translateX(-50%) translateY(0); }
@media (max-width: 575px) { .lead-modal__sheet { padding: 14px 22px 32px; } }
.lead-modal__handle { width: 44px; height: 4px; border-radius: 4px; background: rgba(255, 255, 255, 0.25); margin: 0 auto 20px; }
.lead-modal__close { position: absolute; top: 16px; right: 22px; background: transparent; border: 0; color: rgba(255, 255, 255, 0.7); font-size: 24px; line-height: 1; cursor: pointer; }
.lead-modal__close:hover { color: #fff; }
.lead-modal__title { color: #fff; font-size: 26px; font-weight: 500; letter-spacing: -0.01em; margin: 0 0 6px; }
.lead-modal__subtitle { color: rgba(255, 255, 255, 0.6); font-size: 15px; line-height: 1.4; margin: 0 0 24px; }

/* ── Form ── */
.lead-form { display: flex; flex-direction: column; gap: 12px; }
.lead-form input, .lead-form textarea {
  width: 100%; padding: 15px 18px; border-radius: 12px;
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff; font-size: 15px; font-family: inherit;
}
.lead-form input::placeholder, .lead-form textarea::placeholder { color: rgba(255, 255, 255, 0.4); }
.lead-form input:focus, .lead-form textarea:focus { outline: none; border-color: rgba(255, 255, 255, 0.4); background: rgba(255, 255, 255, 0.09); }
.lead-form textarea { resize: vertical; min-height: 64px; }
.lead-form__select {
  width: 100%; padding: 15px 44px 15px 18px; border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff; font-size: 15px; font-family: inherit; cursor: pointer;
  -webkit-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23ffffff' stroke-width='1.5'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
.lead-form__select:focus { outline: none; border-color: rgba(255, 255, 255, 0.4); background-color: rgba(255, 255, 255, 0.09); }
.lead-form__select:required:invalid { color: rgba(255, 255, 255, 0.42); }
.lead-form__select option { color: #111; }
.lead-form__error { color: #ff8a80; font-size: 13px; min-height: 15px; }
.lead-form__submit {
  margin-top: 4px; height: 54px; border: 0; border-radius: 70px; cursor: pointer;
  background: #fff; color: #111; font-size: 15px; font-weight: 600; letter-spacing: 0.01em;
  transition: opacity 0.2s ease;
}
.lead-form__submit:hover { opacity: 0.88; }

body.lead-lock { overflow: hidden; }
@media (prefers-reduced-motion: reduce) {
  .lead-fab, .lead-modal__sheet, .lead-modal__backdrop { transition: none; }
  .lead-fab { animation: none; }
}

/* ══ Pricing ecommerce (rediseño glass) ═══════════════════════════════════════
   Reemplaza el .service-2 brutalista. Fondo = video del hero con overlay oscuro
   (apenas se intuye) + watermark "PLANES" (técnica del footer). Cards glassmorphic
   con la misma receta del lead-capture. Estética monocroma STG (sin naranja). */
.pricing-stg {
  position: relative;
  overflow: hidden;
  background-color: #05070a;
}
.pricing-stg .area-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.pricing-stg .pricing-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pricing-stg .area-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 10, 0.93);
}
.pricing-stg > .container {
  position: relative;
  z-index: 2;
}
.pricing-watermark {
  position: absolute;
  top: 0.12em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  user-select: none;
  font-family: "Mont", sans-serif;
  font-weight: 900;
  text-transform: lowercase;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: clamp(90px, 16vw, 300px);
  color: #ffffff;
  opacity: 0.05;
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(to bottom, #000 18%, transparent 88%);
  mask-image: linear-gradient(to bottom, #000 18%, transparent 88%);
}

/* Header */
.pricing-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.pricing-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  margin-bottom: 26px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  letter-spacing: 0.01em;
}
.pricing-head .section-title {
  color: #fff;
  margin: 0;
}
.pricing-head-desc {
  max-width: 340px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.55;
}

/* Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* Card glass */
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 38px 32px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  backdrop-filter: blur(22px) saturate(160%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}
.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}
.pricing-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pricing-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 20px;
}
.pricing-price {
  text-align: right;
  color: #fff;
  line-height: 1;
}
.pricing-price .amount {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.pricing-price .per {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin-left: 5px;
}
.pricing-name {
  color: #fff;
  font-size: 24px;
  margin: 0 0 10px;
}
.pricing-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 28px;
  min-height: 45px;
}
.pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 54px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.pricing-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.pricing-btn i {
  font-size: 12px;
  transition: transform 0.25s ease;
}
.pricing-btn:hover i {
  transform: translateX(4px);
}
.pricing-features-label {
  display: block;
  margin: 32px 0 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 15px;
}
.pricing-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.45;
}
.pricing-features li i {
  flex-shrink: 0;
  margin-top: 1px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
}

/* Plan destacado (Crecer) — resalte monocromo, sin color */
.pricing-card.is-featured {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.pricing-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 20px;
  border-radius: 30px;
  background: #fff;
  color: #05070a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}
.pricing-card.is-featured .pricing-icon {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}
.pricing-card.is-featured .pricing-btn {
  background: #fff;
  color: #05070a;
  border-color: #fff;
  font-weight: 600;
}
.pricing-card.is-featured .pricing-btn:hover {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.86);
}

/* Responsive */
@media (max-width: 1199px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin: 0 auto;
  }
  .pricing-card.is-featured {
    order: -1;
  }
}
@media (max-width: 767px) {
  .pricing-head {
    margin-bottom: 45px;
  }
  .pricing-card {
    padding: 32px 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pricing-stg .pricing-video {
    display: none;
  }
  .pricing-card {
    transition: none;
  }
}

/* Hero servicio ecommerce: la imagen emerge del fondo negro. Esquinas suaves +
   máscara vertical que desvanece el borde inferior hacia el fondo (misma técnica
   del watermark del footer) → sin borde duro, la imagen se funde con el negro. */
.section-thumb.hero-emerge img {
  border-radius: 20px;
  -webkit-mask-image: linear-gradient(to bottom, #000 58%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 58%, transparent 100%);
}

/* Hero servicio: líneas divisorias más tenues (el theme las pinta en --primary, muy fuerte). */
.hero-area-service-details .section-content-wrapper {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.hero-area-service-details .section-content {
  border-right-color: rgba(255, 255, 255, 0.1);
}

/* Hero: imagen decorativa a la izquierda del heading, se desvanece hacia la derecha y
   da paso al título. El .section-header alinea el título a la derecha (columna 792px),
   así que el hueco izquierdo lo llena esta imagen con una máscara horizontal. */
.hero-area-service-details .section-header {
  position: relative;
}
.hero-area-service-details .section-title-wrapper {
  position: relative;
  z-index: 1;
}
.hero-side-media {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 44%;
  max-width: 560px;
  aspect-ratio: 16 / 10;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, #000 28%, transparent 92%);
  mask-image: linear-gradient(to right, #000 28%, transparent 92%);
}
.hero-side-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .hero-side-media {
    display: none;
  }
}

/* Hero CTA */
.hero-area-service-details .hero-cta {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 42px;
}

/* Hero con video de fondo: el video cubre SOLO la banda superior del hero
   (.hero-video-band). Debajo, la sección de contenido con imagen va sobre el
   fondo negro normal, sin video. Overlay oscuro para legibilidad del texto. */
.hero-video-band {
  position: relative;
  overflow: hidden;
  /* Cancela el padding-top:60px de .inner-main (≥992px) para que el video llegue
     al tope de la página, detrás del header absoluto. Scoped: solo heroes con video. */
  margin-top: -60px;
}
.hero-video-band .hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.hero-video-band .hero-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.3) 45%,
    rgba(0, 0, 0, 0.9) 100%);
}
.hero-video-band > .container {
  position: relative;
  z-index: 2;
}
.hero-video-inner {
  min-height: 90vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 140px;
  padding-bottom: 90px;
}
/* Bloque de texto a la derecha (columna 792px, como el hero original) — áureo.
   margin-top baja SOLO el texto+CTA dentro del band, sin mover el contenedor. */
.hero-video-content {
  width: 792px;
  max-width: 100%;
  margin-top: 64px;
}
.hero-video-content .section-title {
  font-size: 84px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -3px;
}
/* Acento cursivo (PPEditorial Italic), la misma tipografía que .page-title span en
   contacto — aplicada a "tu tienda" e "IA". Sin el tracking negativo del sans. */
.hero-video-content .section-title span {
  font-family: var(--font_ppeditor);
  letter-spacing: normal;
}
.hero-video-sub {
  margin-top: 26px;
  max-width: 570px;
  font-size: 19px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.72);
}
.hero-video-cta {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 42px;
}
@media only screen and (max-width: 1199px) {
  .hero-video-content .section-title {
    font-size: 66px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-video-band {
    margin-top: 0;
  }
  .hero-video-inner {
    justify-content: flex-start;
    min-height: 82vh;
    padding-top: 120px;
  }
  .hero-video-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-video-inner {
    min-height: 78vh;
    padding-top: 110px;
  }
  .hero-video-content {
    margin-top: 32px;
  }
  .hero-video-content .section-title {
    font-size: 44px;
    line-height: 1;
  }
  .hero-video-sub {
    font-size: 17px;
  }
}

/* Prueba social: banda "trusted by" con clientes reales, monocroma sobre el fondo oscuro. */
.social-proof {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.social-proof-inner {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}
.social-proof-label {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.social-proof-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 56px;
}
.social-proof-logos span {
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.25s ease;
}
.social-proof-logos span:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .social-proof-logos {
    gap: 14px 30px;
  }
}

/* Reaseguro bajo el pricing */
.pricing-reassurance {
  margin: 42px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  letter-spacing: 0.01em;
}
