/* ===========================
   HERO 
   =========================== */

.hero-section {
  position: relative;
  overflow: hidden;
  /* fondo combinado con neuromorfico */
  background:
    radial-gradient(circle at top left, rgb(251 146 60 / 25%), transparent 55%),
    radial-gradient(circle at bottom right, rgb(194 65 12), transparent 55%),
    var(--surface);
    height: 40rem;
}

body.theme-dark .hero-section {
  background:
    radial-gradient(circle at top left, rgba(251, 146, 60, 0.22), transparent 55%),
    radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.2), transparent 55%),
    var(--surface);
}

.hero-inner {
  position: relative;
  z-index: 1;
}

/* fondo amarillo y líneas suaves de fondo (opcional) */
.bg-blue-custom {
  background-color: #c2410c;
  position: relative;
  overflow: hidden;
  height: rem;
}

/* líneas curvas de fondo simuladas */
.blue-custom::before {
  content: "";
  position: absolute;
  inset: 5%;
  border-radius: 40px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* título grande tipo bloque */
.hero-title-display {
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: 0.03em;
  color: #ffffff;
}

/* tarjeta negra a la derecha */
.hero-card {
  background-color: #000;
  border-radius: 18px;
}

/* botón principal */
#hero-servicios .btn-dark {
  border-radius: 999px;
}

/* iconos de redes */
.hero-social {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.hero-social:hover {
  background-color: #fff;
  color: #000;
}

/* logos partners */
.partner-logo {
  height: 42px;
  object-fit: contain;
}

/* badge arriba del título */
.hero-tag .badge {
  border-radius: 999px;
  letter-spacing: 0.08em;
}

/* fondo azul */
.bg-publilum-blue {
  background: linear-gradient(135deg, #f97316, #ea580c);
  position: relative;
  overflow: hidden;
}

.bg-publilum-blue::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.10);
  pointer-events: none;
}

/* contenedor general del anillo */
.ring-wrapper {
  position: relative;
  width: min(320px, 70vw);
  height: min(320px, 70vw);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* anillo de palabras (se rota completo) */
.labels-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

/* estilo de cada palabra */
.ring-label {
  position: absolute;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* arriba */
.ring-top {
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

/* abajo */
.ring-bottom {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

/* derecha (vertical) */
.ring-right {
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

/* izquierda (vertical) */
.ring-left {
  left: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

/* cuadro central tipo neuromórfico */
.center-card {
  position: relative;
  width: 60%;
  height: 60%;
  border-radius: 32px;
  background: radial-gradient(circle at 30% 20%, #ffffff, #fed7aa);
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-letter {
  font-size: 3rem;
  font-weight: 900;
  color: #f97316;
}

/* textos derecha */
.hero-unificado-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0.04em;
}

.hero-unificado-divider {
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  max-width: 380px;
}

.hero-unificado-text {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 560px;
}

/* responsive */
@media (max-width: 991.98px) {
  #hero-unificado .col-lg-6.text-white {
    text-align: center;
  }
  .hero-unificado-divider {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-unificado-text {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-servicios {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
}

/* Capa del video */
.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #000;
}

.hero-video-bg iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform: scale(1.2); /* pequeño zoom para evitar bordes negros */
}

/* Overlay con menos opacidad para que se note el video */
.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(0, 15, 40, 0.55),
    rgba(0, 60, 140, 0.35)
  );
}

/* Contenido encima del video */
#hero-servicios .container-fluid {
  position: relative;
  z-index: 2;
}

/* Versión dark (opaco pero dejando ver movimiento) */
[data-theme="dark"] .hero-video-overlay {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 40, 0.65)
  );
}


/* ====================================
   HERO PUBLILUM – ORBES ANIMADOS FONDO
   ==================================== */

.hero-publilum {
  position: relative;
  overflow: hidden;
  /* si ya tienes fondo aquí, puedes dejar el tuyo
     o combinarlo con este gradient */
  background: radial-gradient(circle at 0% 0%, #7c2d12 0%, #2b140a 55%, #120c08 100%);
}

/* Contenido por encima de los orbes */
.hero-publilum .hero-inner {
  position: relative;
  z-index: 2;
}

/* Capa de orbes */
.hero-bg-orbs {
  position: absolute;
  inset: -20%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* Orbe base */
.hero-bg-orbs .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.65;
  mix-blend-mode: screen;
}

/* Orb grande azul izquierda */
.hero-bg-orbs .orb-1 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle at 30% 30%, #fb923c, transparent 70%);
  top: 10%;
  left: -8%;
  animation: orbFloat1 22s ease-in-out infinite;
}

/* Orb morado derecha */
.hero-bg-orbs .orb-2 {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at 60% 20%, #6366f1, transparent 70%);
  top: 5%;
  right: -6%;
  animation: orbFloat2 26s ease-in-out infinite;
}

/* Orb pequeño turquesa centro-bajo */
.hero-bg-orbs .orb-3 {
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at 40% 60%, #fdba74, transparent 1%);
  bottom: -8%;
  left: 18%;
  animation: orbFloat3 20s ease-in-out infinite;
}

/* Orb rojizo abajo derecha */
.hero-bg-orbs .orb-4 {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle at 50% 40%, #eceae9, transparent 75%);
  bottom: -10%;
  right: 5%;
  opacity: 0.5;
  animation: orbFloat4 24s ease-in-out infinite;
}

/* Animaciones */
@keyframes orbFloat1 {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  25%  { transform: translate3d(40px, 30px, 0) scale(1.05); }
  50%  { transform: translate3d(20px, 60px, 0) scale(1.02); }
  75%  { transform: translate3d(-20px, 20px, 0) scale(1.07); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes orbFloat2 {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  25%  { transform: translate3d(-30px, 40px, 0) scale(1.06); }
  50%  { transform: translate3d(-10px, 70px, 0) scale(1.03); }
  75%  { transform: translate3d(20px, 20px, 0) scale(1.08); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes orbFloat3 {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  25%  { transform: translate3d(25px, -20px, 0) scale(1.1); }
  50%  { transform: translate3d(0, -40px, 0) scale(1.05); }
  75%  { transform: translate3d(-20px, -10px, 0) scale(1.08); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes orbFloat4 {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  25%  { transform: translate3d(-25px, -30px, 0) scale(1.04); }
  50%  { transform: translate3d(-5px, -60px, 0) scale(1.08); }
  75%  { transform: translate3d(20px, -20px, 0) scale(1.03); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

/* Responsive: orbes un poco más chicos en pantallas pequeñas */
@media (max-width: 768px) {
  .hero-bg-orbs .orb-1,
  .hero-bg-orbs .orb-2,
  .hero-bg-orbs .orb-3,
  .hero-bg-orbs .orb-4 {
    transform-origin: center;
    filter: blur(6px);
  }

  .hero-bg-orbs .orb-1 { width: 260px; height: 260px; }
  .hero-bg-orbs .orb-2 { width: 230px; height: 230px; }
  .hero-bg-orbs .orb-3 { width: 190px; height: 190px; }
  .hero-bg-orbs .orb-4 { width: 210px; height: 210px; }
}

/* === HERO – PANEL GLASS DERECHA === */

/* sobreescribe el fondo azul feo del hero */
#hero-servicios .hero-card {
  background: transparent;
  border: none;
  box-shadow: none;
}

/* tarjeta principal */
.glass-hero-card {
 background: radial-gradient(circle at top left, rgb(115 115 115 / 11%) 0, rgb(41 41 41 / 0%) 55%);
    border-radius: 24px;
    padding: 1.75rem 2rem;
    max-width: 480px;
    /* border: 1px solid rgba(148, 163, 184, 0.45); */
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.92), 0 0 0 1px rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(4px);
}

/* pequeño texto arriba del título */
.hero-card-kicker {
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  opacity: 0.85;
  color: rgba(148, 163, 184, 0.95);
}

/* título del panel */
.hero-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* texto descriptivo */
.hero-card-text {
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.9);
}

/* badge "Performance" */
.hero-card-badge {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  color: #f8f5ff;
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.34);
}

/* bloque Google Partner */
.hero-card-partner {
  border-top: 1px solid rgba(148, 163, 184, 0.45);
  padding-top: 0.9rem;
}

.hero-card-partner-logo-wrapper {
  padding: 0.35rem 0.55rem;
  border-radius: 0.9rem;
  background: #ffffff;
}

.hero-card-partner-logo {
  display: block;
  height: 32px;
  width: auto;
}

.hero-card-partner-text {
  font-size: 0.78rem;
  color: rgba(203, 213, 225, 0.95);
}

/* responsive */
@media (max-width: 991.98px) {
  .glass-hero-card {
    margin-top: 1.5rem;
    max-width: 100%;
    padding: 1.4rem 1.5rem;
  }
}

/* === HERO – PANEL GLASS DERECHA === */

/* sobreescribe el fondo azul feo del hero */
#hero-servicios .hero-card {
  background: #ffffff0a;
  border: none;
  box-shadow: none;
}

/* pequeño texto arriba del título */
.hero-card-kicker {
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  opacity: 0.85;
  color: rgba(148, 163, 184, 0.95);
}

/* título del panel */
.hero-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* texto descriptivo */
.hero-card-text {
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.9);
}

/* badge "Performance" */

.hero-card-badge {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  color: #f8f5ff;
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.34);
}

/* bloque Google Partner */
.hero-card-partner {
  border-top: 1px solid rgba(148, 163, 184, 0.45);
  padding-top: 0.9rem;
}

.hero-card-partner-logo-wrapper {
  padding: 0.35rem 0.55rem;
  border-radius: 0.9rem;
  background: #ffffff;
}

.hero-card-partner-logo {
  display: block;
  height: 32px;
  width: auto;
}

.hero-card-partner-text {
  font-size: 0.78rem;
  color: rgba(203, 213, 225, 0.95);
}

/* responsive */
@media (max-width: 991.98px) {
  .glass-hero-card {
    margin-top: 1.5rem;
    max-width: 100%;
    padding: 1.4rem 1.5rem;
  }
}

/* ===== HERO GENERAL ===== */

.hero-servicios {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #f9fafb;
}

/* limitamos lo ancho útil, pero el video puede ir a full */
.hero-inner {
  max-width: 1320px;
  margin-inline: auto;
}

/* ===== VIDEO DE FONDO ===== */

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-image {
  display: block;
  object-position: center center;
  transform: scale(1.04);
  filter: saturate(0.92) contrast(1.02);
}

.hero-servicios--gradient .hero-video-bg {
  background:
    radial-gradient(circle at 18% 22%, rgba(251, 146, 60, 0.22), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(234, 88, 12, 0.26), transparent 30%),
    linear-gradient(118deg, #050505 0%, #130d09 38%, #2a1407 62%, #6b2d07 100%);
}

.hero-servicios--gradient .hero-video-image,
.hero-servicios--gradient .hero-video-bg iframe {
  display: none !important;
}

/* capa de color / oscurecimiento */
.hero-video-overlay {
  position: absolute;
  inset: 0;
background:
    radial-gradient(circle at 12% 8%, rgba(251, 146, 60, 0.55), transparent 42%),
    radial-gradient(circle at 85% 50%, rgba(251, 113, 133, 0.38), transparent 46%),
    linear-gradient(135deg, #f59e0b 0%, #fb7185 100%);
  mix-blend-mode: normal;
  z-index: -2;
}

.hero-servicios--gradient .hero-video-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.56) 34%, rgba(20, 10, 4, 0.34) 66%, rgba(249, 115, 22, 0.18) 100%);
}

/* capa para canvas de partículas */
.drone-hero-layer {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.drone-hero-layer canvas {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===== ORBES DECORATIVOS ===== */

.hero-decor {
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  pointer-events: none;
  opacity: 0.85;
  mix-blend-mode: screen;
  animation: hero-orbit 16s linear infinite;
}

.hero-decor--left {
  width: 360px;
  height: 360px;
  left: -120px;
  top: 25%;
  background: radial-gradient(circle, rgba(251, 146, 60, 0.55), transparent 65%);
}

.hero-decor--right {
  width: 410px;
  height: 410px;
  right: -140px;
  bottom: -40px;
  background: radial-gradient(circle, rgba(239, 68, 68, 0.35), transparent 60%);
  animation-delay: -6s;
}

@keyframes hero-orbit {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(10px, -12px, 0) scale(1.05); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

/* ===== TÍTULO Y TAG ===== */

.hero-badge {
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  letter-spacing: 0.08em;
  background: rgba(91, 33, 182, 0.22);
  color: #efe7ff;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(196, 181, 253, 0.28);
}

.hero-title-display {
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.02;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  color: #f9fafb;
  margin-bottom: 1rem;
}

/* barra luminosa al lado del título */

.hero-title-display::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0.1rem;
  width: 4px;
  height: 70%;
  border-radius: 999px;
  background: linear-gradient(180deg, #fb923c, #fdba74, #fb923c);
  box-shadow: 0 0 18px rgba(249, 115, 22, 0.5);
}

/* glow suave detrás del título */

.hero-title-display::after {
  content: "";
  position: absolute;
  inset: 0 10% 0 -5%;
  background: radial-gradient(circle at 0% 0%, rgba(249, 115, 22, 0.22), transparent 65%);
  opacity: 0.8;
  filter: blur(12px);
  z-index: -1;
}

.hero-lead {
  max-width: 40rem;
  color: #e2e8f0;
  font-size: 1rem;
}

/* ===== CTA ===== */

.hero-cta-main {
  border-radius: 999px;
  padding-inline: 1.8rem;
  padding-block: 0.7rem;
  font-weight: 600;
  box-shadow: 0 18px 45px rgba(15, 118, 255, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hero-cta-main:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 55px rgba(15, 118, 255, 0.5);
}

.hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: var(--brand-btn-padding-y) var(--brand-btn-padding-x);
  border-radius: var(--brand-btn-radius);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--brand-btn-grad-violet);
  color: #ffffff;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    var(--brand-btn-shadow-violet);
}

.hero-cta-secondary:hover {
  transform: translateY(-2px);
  background: var(--brand-btn-grad-violet-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    var(--brand-btn-shadow-violet-hover);
  color: #ffffff;
}

/* ===== MÉTRICAS ===== */

.hero-metrics .metric-item {
  min-width: 110px;
}

.metric-value {
  display: block;
  font-weight: 700;
  font-size: 1.05rem;
  color: #f9fafb;
}

.metric-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
}


.hero-card.glass-hero-card:hover::before {
  opacity: 1;
}

.hero-card-kicker {
  letter-spacing: 0.16em;
  color: #9ca3af;
}

.hero-card-title {
  color: #f9fafb;
}

.hero-card-text {
  color: #cbd5f5;
  font-size: 0.95rem;
}

/* pill "Performance" */
.hero-card-badge {
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  color: #f8f5ff;
  box-shadow: 0 12px 26px rgba(124, 58, 237, 0.3);
}

/* íconos sociales */
.hero-social {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.5);
  color: #e2e8f0;
  transition: all 0.22s ease;
}

.hero-social:hover {
transform: translateY(-1px);
    border-color: #f97316;
    color: #fb923c;
    box-shadow: 0 0 18px rgba(249, 115, 22, 0.35);
    background: rgba(15, 23, 42, 0.85);
}

/* partnership */
.hero-card-partner-text {
  color: #9ca3af;
  font-size: 0.78rem;
}

.hero-card-partner-logo-wrapper {
  padding: 0.35rem 0.6rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.hero-card-partner-logo {
  height: 5rem;
  display: block;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991.98px) {
  .hero-servicios {
    padding-top: 5.5rem;
    padding-bottom: 3.5rem;
  }
  
  .hero-card.glass-hero-card {
    margin-top: 1.5rem;
  }
  .hero-title-display::before {
    left: -1rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title-display {
    font-size: 2.2rem;
  }
  .hero-metrics {
    gap: 1rem;
  }
}

.hero-animated {
  height: 100vh;
  background: #120c08; /* Fondo oscuro premium en la paleta naranja */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}

/* Glow dinámico */
.hero-animated::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: #f97316;
  filter: blur(180px);
  opacity: 0.22;
  top: -150px;
  left: -100px;
}

/* Título general */
.title {
  font-size: 4.5rem;
  font-weight: 900;
  color: white;
  display: inline-block;
  line-height: 1.1;
}

.word {
  display: inline-block;
  margin-right: 12px;
}

/* LETRAS ANIMADAS */
.letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px) scale(0.85);
  animation: letterIn 0.8s forwards;
}

.letter:nth-child(1){ animation-delay: .05s }
.letter:nth-child(2){ animation-delay: .10s }
.letter:nth-child(3){ animation-delay: .15s }
.letter:nth-child(4){ animation-delay: .20s }
.letter:nth-child(5){ animation-delay: .25s }
.letter:nth-child(6){ animation-delay: .30s }
.letter:nth-child(7){ animation-delay: .35s }
.letter:nth-child(8){ animation-delay: .40s }
.letter:nth-child(9){ animation-delay: .45s }
.letter:nth-child(10){ animation-delay: .50s }

@keyframes letterIn {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Letras de acento */
.blue {
  color: #fb923c;
  text-shadow: none;
}

/* Hover estilo cine */
.letter:hover {
  transform: scale(1.35);
  color: #fdba74;
  text-shadow: none;
  transition: 0.2s ease;
}

/* Subtítulo */
.subtitle {
  color: #c9d2e2;
  margin-top: 18px;
  font-size: 1.3rem;
}

/* CTA */
.cta {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 32px;
  background: white;
  color: #f97316;
  font-weight: bold;
  border-radius: 12px;
  font-size: 1.1rem;
  transition: 0.3s ease;
  text-decoration: none;
}

.cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

.animated-line {
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.animated-line .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(35px) rotate(6deg);
  filter: blur(6px);
}

/* Glow en light / dark */
.theme-light .animated-line .letter {
  text-shadow: none;
}

.theme-dark .animated-line .letter {
  text-shadow: none;
}

/* ===== HERO CONTENEDOR ===== */

.hero-publilum {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1.5rem;
  color: #ffffff;
  background: radial-gradient(circle at top left, #7c2d12 0%, #2b140a 55%, #120c08 100%);
}

/* ===== HERO CONTENEDOR (EXPERIMENTAL) ===== */

#hero-unificado.hero-publilum {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 1.5rem;
  color: #ffffff;
  background: radial-gradient(circle at top left, #7c2d12 0%, #2b140a 55%, #120c08 100%);
}

/* Solo el inner del hero unificado, no todos los .hero-inner del sitio */

.hero-unificado-inner {
  max-width: 1600px;
  margin: 0 auto;
}

.hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* ===== TÍTULO ANIMADO ===== */

.hero-title-animated {
  margin: 0 0 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  line-height: 1.15;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}

.hero-title-animated .line {
  display: block;
  white-space: nowrap;
}

/* primera línea blanca */
.hero-title-animated .line-1 .letter {
  color: #f9fafb;
}

/* segunda línea azul con glow */
.hero-title-animated .line-2 .letter {
  color: #fb923c;
  text-shadow: none;
}

/* letra base */
.hero-title-animated .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px) scale(1.02);
  filter: blur(6px);
  animation: letter-rise 0.85s ease-out forwards;
  animation-delay: calc(var(--i) * 0.05s);
}

/* separa "TU" de "ESTRATEGIA" sin meter un espacio real */
.hero-title-animated .letter-space {
  margin-right: 0.55em;
}

/* animación de entrada */
@keyframes letter-rise {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

/* ===== SUBTEXTO ===== */

.hero-subtext-animated {
  margin: 0 0 2rem;
  font-size: 1rem;
  opacity: 0;
  transform: translateY(18px);
  animation: hero-subtext-in 0.7s ease-out forwards;
  animation-delay: 1.2s;
  color: #e5e7eb;
}

@keyframes hero-subtext-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== BOTÓN ===== */

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.4rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  background: #ffffff;
  color: #0f172a;
  box-shadow:
    0 12px 30px rgba(15,23,42,0.55),
    0 0 0 1px rgba(148,163,184,0.25);
  transition:
    transform 0.18s ease-out,
    box-shadow 0.18s ease-out,
    background 0.18s ease-out,
    color 0.18s ease-out;
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 40px rgba(15,23,42,0.7),
    0 0 0 1px rgba(249,115,22,0.4);
  background: #ea580c;
  color: #e5e7eb;
}

/* ===== RESPONSIVE AJUSTE FINO ===== */

@media (max-width: 576px) {
  .hero-title-animated {
    letter-spacing: 0.16em;
  }
  .hero-title-animated .letter-space {
    margin-right: 0.4em;
  }
}





/* HERO CONTACTO */
.contact-hero {
  position: relative;
  overflow: hidden;
}

/* Fondo y texto en LIGHT */
.neu-root.theme-light .contact-hero {
  background: radial-gradient(circle at top left, #e0f2fe 0, #f8fafc 38%, #ffffff 100%);
  color: #0f172a;
}

/* Fondo y texto en DARK */
.neu-root.theme-dark .contact-hero {
  background: radial-gradient(circle at top left, #0f172a 0, #120c08 40%, #000 100%);
  color: #e5edff;
}

/* Títulos y textos dentro del hero */
.contact-hero h1,
.contact-hero h2,
.contact-hero h3 {
  letter-spacing: -0.02em;
}

.neu-root.theme-light .contact-hero p.text-muted {
  color: rgba(15, 23, 42, 0.7) !important;
}

.neu-root.theme-dark .contact-hero p.text-muted {
  color: rgba(226, 232, 255, 0.8) !important;
}

/* Tarjeta lateral "¿Qué tipo de proyecto..." */
.neu-root.theme-light .contact-hero .neu-surface-inner {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}

.neu-root.theme-dark .contact-hero .neu-surface-inner {
  background: radial-gradient(circle at top left, #120c08 0, #120c08 50%, #000 100%);
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.9);
}

/* Datos de contacto (WhatsApp, correo, ubicación) */
.contact-hero .small i {
  font-size: 1rem;
}

/* Sección del MAPA */
.contact-map-section {
  position: relative;
}

/* Fondo en light/dark */
.neu-root.theme-light .contact-map-section {
  background: #f8fafc;
}

.neu-root.theme-dark .contact-map-section {
  background: #120c08;
}

/* Contenedor del mapa */
.contact-map-section .neu-surface-inner {
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  overflow: hidden;
}


.neu-root.theme-dark .contact-map-section .neu-surface-inner {
  border-color: rgba(148, 163, 184, 0.4);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.95);
}

/* El iframe de Google Maps */
.contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 18px;
}

/* Pequeños ajustes responsivos */
@media (max-width: 991.98px) {
  .contact-hero {
    padding-top: 3.5rem;
  }

  .contact-hero .neu-surface-inner {
    margin-top: 1.5rem;
  }
}




/* ===== HERO #2 ===== */

.page-banner {
  position: relative;
  padding: 3.2rem 0 2.6rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(249,115,22,0.25), transparent 60%),
    linear-gradient(120deg, #120c08 0%, #0a0f1e 100%);
  border-bottom: 1px solid rgba(15,23,42,0.75);
  height: 25rem;
}

.theme-light .page-banner {
  background:
    radial-gradient(circle at 0% 0%, rgba(251,146,60,0.16), transparent 60%),
    linear-gradient(120deg, #f3f6fc 0%, #ffffff 100%);
  border-bottom-color: rgba(148,163,184,0.35);
}

.page-banner-inner {
  max-width: 960px;
  margin: 0 auto;
}

.page-banner-title {
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 0.4rem;
  text-align: center;
  color: #ffffff;
}

.theme-light .page-banner-title {
  color: #0f172a;
}

.page-banner-subtitle {
  font-size: 1rem;
  color: rgba(226,232,240,0.85);
   text-align: center;
}

.theme-light .page-banner-subtitle {
  color: #475569;
}

.page-breadcrumb {
  color: #8ca0c5;
}

.theme-light .page-breadcrumb {
  color: #64748b;
}

.page-breadcrumb span {
  margin: 0 6px;
  opacity: 0.6;
}

/* CTA WhatsApp (mantiene estilo neu-cta-btn, solo cambia color) */
.neu-cta-whatsapp{
  border-color: rgba(34, 197, 94, .45) !important;
    background: rgb(0 197 73 / 86%) !important;
}

.neu-cta-whatsapp:hover{
 border-color: rgba(34, 197, 94, .45) !important;
    background: rgb(0 161 59 / 71%) !important;
  color: #15803d !important;
  transform: translateY(-1px);
}

.neu-cta-whatsapp:focus-visible{
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(34,197,94,.25);
}

[data-bs-theme="dark"] .neu-cta-whatsapp{
  border-color: rgba(34,197,94,.55) !important;
  background: rgba(34,197,94,.16) !important;
  color: #fdba74 !important;
}

[data-bs-theme="dark"] .neu-cta-whatsapp:hover{
  background: rgba(34,197,94,.24) !important;
}

/* =========================
   HERO - FIX MOBILE 
========================= */


#hero-servicios.hero-publilum{
  overflow: hidden; /* mantiene orbes dentro */
}

#hero-servicios .hero-inner{
  width: min(1100px, 100%);
  margin-inline: auto;
  padding-inline: calc(16px + env(safe-area-inset-left));
  padding-right: calc(16px + env(safe-area-inset-right));
  text-align: center;
}

/* Título (2 líneas) */
#hero-servicios .hero-title-animated{
  /* controla tamaño general del título */
  font-size: clamp(2.1rem, 9vw, 4.8rem);
  line-height: .95;
  margin: 0 0 14px;
  
  /* variables de espaciado */
  --letter-gap: clamp(.14rem, 1.1vw, .62rem);
  --word-gap: clamp(.45rem, 2.2vw, 1.2rem);
}

/* Cada línea: centra y evita overflow */
#hero-servicios .hero-title-animated .line{
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: var(--letter-gap);
  width: 100%;
  max-width: 100%;
  font-size: 50%;
}

/* Cada letra */
#hero-servicios .hero-title-animated .letter{
  display: inline-block;
  
}

#hero-servicios .hero-title-animated .letter-space{
  margin-right: var(--word-gap);
}

/* Subtexto y botón más estables */
#hero-servicios .hero-subtext-animated {
  max-width: 46ch;
  margin: 0 auto 18px;
  padding-inline: 10px;
  font-size: .9rem;
}

#hero-servicios .hero-cta{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px; /* tap target mobile */
  padding: 12px 22px;
}

/* Ajuste extra en pantallas MUY chicas */
@media (max-width: 420px){
  #hero-servicios .hero-title-animated{
    font-size: clamp(1.85rem, 10vw, 2.8rem);
    --letter-gap: .16rem;
    --word-gap: .55rem;
  }
}



/* =========================
   SERVICE HERO: Fondo animado pro (Aurora)
========================= */

.svc-hero{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(1200px 800px at 20% 10%, rgba(249,115,22,.16), transparent 60%),
              radial-gradient(900px 600px at 85% 40%, rgba(0,255,200,.08), transparent 60%),
              linear-gradient(180deg, rgba(7,12,22,.92), rgba(6,10,18,.98));
}

.svc-hero .svc-bg{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}

/* blobs aurora */
.svc-hero .svc-aurora{
  position:absolute;
  width: 70vmax;
  height: 70vmax;
  border-radius: 999px;
  filter: blur(40px);
  opacity: .55;
  mix-blend-mode: screen;
  transform: translate3d(0,0,0);
}

.svc-hero .svc-aurora.a1{
  left: -22vmax; top: -18vmax;
  background: radial-gradient(circle at 30% 30%, rgba(249,115,22,.55), transparent 60%);
  animation: auroraFloat 11s ease-in-out infinite;
}
.svc-hero .svc-aurora.a2{
  right: -26vmax; top: -10vmax;
  background: radial-gradient(circle at 60% 40%, rgba(0,255,200,.22), transparent 62%);
  animation: auroraFloat 14s ease-in-out infinite reverse;
}
.svc-hero .svc-aurora.a3{
  left: 10vmax; bottom: -28vmax;
  background: radial-gradient(circle at 40% 50%, rgba(255,255,255,.12), transparent 62%);
  animation: auroraFloat 16s ease-in-out infinite;
}

@keyframes auroraFloat{
  0%,100%{ transform: translate3d(0,0,0) scale(1); }
  50%{ transform: translate3d(14px,-10px,0) scale(1.04); }
}

/* grid sutil */
.svc-hero .svc-grid{
  position:absolute;
  inset:0;
  opacity: .10;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(closest-side at 50% 35%, rgba(0,0,0,1), rgba(0,0,0,0));
}

/* noise */
.svc-hero .svc-noise{
  position:absolute;
  inset:0;
  opacity:.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* Asegura que tu contenido vaya arriba */
.svc-hero > *{
  position: relative;
  z-index: 1;
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .svc-hero .svc-aurora{ animation:none !important; }
}

/* Media card */
.svc-media{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: 0 26px 90px rgba(0,0,0,.45);
}

.svc-media img{
  width: 100%;
  height: 140px;
  object-fit: cover;
  display:block;
  transform: scale(1.02);
}

.svc-media-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.55));
}

.svc-media-chip{
  position:absolute;
  left: 14px;
  bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  color: rgba(255,255,255,.90);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


/* =========================================================
   ABOUT - HERO
========================================================= */

#aboutHero .pl-kicker,
.pl-about-section .pl-kicker{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  font-weight: 950;
  letter-spacing: .02em;
  color: var(--ab-muted);
}
#aboutHero .pl-kicker .dot,
.pl-about-section .pl-kicker .dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: var(--ab-accent);
  box-shadow: 0 0 0 6px rgba(249,115,22,.10);
}

.pl-accent{ color: color-mix(in srgb, var(--ab-accent) 78%, var(--ab-text)); }

#aboutHero.pl-about-hero{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(56px, 6vw, 96px) 0;
}

/* Fondo tipo aurora (light/dark) */
#aboutHero.pl-about-hero::before{
  content:"";
  position:absolute;
  inset:-25%;
  z-index:0;
  pointer-events:none;
  filter: blur(44px);
  opacity:.85;
  background:
    radial-gradient(560px 360px at 18% 20%, rgba(249,115,22,.22), transparent 60%),
    radial-gradient(620px 420px at 85% 35%, rgba(0,255,200,.10), transparent 62%),
    radial-gradient(520px 320px at 55% 10%, rgba(255,255,255,.10), transparent 62%);
  animation: abFloat 12s ease-in-out infinite;
}

.neu-root.theme-dark #aboutHero.pl-about-hero::before{
  opacity: .75;
  background:
    radial-gradient(560px 360px at 18% 20%, rgba(249,115,22,.34), transparent 60%),
    radial-gradient(620px 420px at 85% 35%, rgba(0,255,200,.12), transparent 62%),
    radial-gradient(520px 320px at 55% 10%, rgba(255,255,255,.08), transparent 62%);
}

@keyframes abFloat{
  0%,100%{ transform: translate3d(0,0,0) scale(1); }
  50%{ transform: translate3d(14px,-10px,0) scale(1.04); }
}

@media (prefers-reduced-motion: reduce){
  #aboutHero.pl-about-hero::before{ animation:none; }
}

#aboutHero.pl-about-hero > *{
  position: relative;
  z-index: 1;
}

#aboutHero .container-fluid{ max-width: 1220px; margin: 0 auto; }

.pl-hero-title{
  margin-top: 12px;
  font-weight: 980;
  letter-spacing: -.02em;
  line-height: 1.06;
  color: var(--ab-text);
  font-size: clamp(30px, 3.2vw, 54px);
}

.pl-hero-lead{
  margin-top: 12px;
  color: var(--ab-muted);
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.55;
  max-width: 62ch;
}

.pl-hero-actions{
  margin-top: 16px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pl-hero-meta{
  margin-top: 14px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pl-meta-pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  color: var(--ab-text);
  border: 1px solid var(--ab-border);
  background: linear-gradient(180deg, var(--ab-surface), var(--ab-surface2));
  box-shadow: var(--ab-shadow);
}
.pl-meta-pill i{ color: color-mix(in srgb, var(--ab-accent) 70%, var(--ab-text)); opacity:.95; }

/* Visual card */
.pl-about-visual{
  border-radius: 22px;
  border: 1px solid var(--ab-border);
  background: linear-gradient(180deg, var(--ab-surface), var(--ab-surface2));
  box-shadow: var(--ab-shadow2);
  overflow: hidden;
}

.pl-about-visual__media{
  position: relative;
  height: 260px;
  background: rgba(0,0,0,.08);
}
.pl-about-visual__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  transform: scale(1.02);
}
.pl-about-visual__media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.25));
}

.pl-about-visual__panel{
  padding: 14px 14px 16px;
}

.pl-about-quick{
  display:grid;
  gap: 10px;
}
.pl-about-quick__item{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid var(--ab-border);
  background: rgba(255,255,255,.05);
}
.neu-root.theme-dark .pl-about-quick__item{ background: rgba(255,255,255,.04); }

.pl-quick-ico{
  width: 42px; height: 42px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  color:#fff;
  background: rgba(249,115,22,.22);
  border: 1px solid rgba(249,115,22,.30);
}

.pl-quick-title{
  font-weight: 950;
  color: var(--ab-text);
  line-height: 1.1;
}
.pl-quick-text{
  margin-top: 4px;
  color: var(--ab-muted);
  font-size: 13px;
  line-height: 1.35;
}

.pl-about-visual__note{
  margin-top: 12px;
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid var(--ab-border);
  background: rgba(10,16,30,.03);
  color: var(--ab-muted);
  font-weight: 800;
  font-size: 12px;
}
.neu-root.theme-dark .pl-about-visual__note{ background: rgba(255,255,255,.04); }

#aboutHero.pl-about-hero{
  position: relative;
}
#aboutHero.pl-about-hero::after{
  content:"";
  position:absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(1120px, 92vw);
  height: 1px;
  opacity: .85;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--ab-border) 60%, var(--ab-accent) 18%),
    transparent
  );
}

/* =========================
   SERVICE HERO (Publilum)
========================= */
.sv-hero{
  position: relative;
  padding: clamp(34px, 5vw, 70px) 0 22px;
  overflow: hidden;
}

/* Fondo orbs (suave, pro) */
.sv-hero .sv-orbs{
  position:absolute; inset:0;
  pointer-events:none;
  opacity:.9;
}
.sv-hero .sv-orb{
  position:absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(40px);
  background: radial-gradient(circle at 30% 30%, rgba(20,91,255,.35), rgba(20,91,255,0) 55%);
  transform: translate3d(0,0,0);
  animation: svFloat 12s ease-in-out infinite;
}
.sv-hero .sv-orb.o1{ top:-260px; left:-220px; }
.sv-hero .sv-orb.o2{ bottom:-300px; right:-250px; animation-duration: 14s; opacity:.8; }
.sv-hero .sv-orb.o3{
  top: 30%;
  left: 55%;
  width: 420px; height: 420px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.18), rgba(255,255,255,0) 60%);
  animation-duration: 16s;
  opacity:.55;
}

@keyframes svFloat{
  0%,100%{ transform: translate3d(0,0,0) scale(1); }
  50%{ transform: translate3d(0,18px,0) scale(1.04); }
}

/* Card */
.sv-hero-card{
  position: relative;
  border-radius: 26px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
}

/* Breadcrumbs */
.sv-bc{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .92rem;
  opacity: .82;
  margin-bottom: 12px;
}
.sv-bc a{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,255,255,.25);
}
.sv-bc .sep{ opacity:.6; }

/* Kicker + Title */
.sv-kicker{
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: .82rem;
  opacity: .75;
}
.sv-title{
  font-size: clamp(1.9rem, 3.8vw, 3.1rem);
  line-height: 1.05;
  margin: 10px 0 10px;
}
.sv-desc{
  opacity: .86;
  max-width: 72ch;
  margin: 0 0 16px;
}

/* Chips */
.sv-chips{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 18px;
}
.sv-chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  font-size: .92rem;
  opacity: .92;
}
.sv-chip i{ opacity:.85; }

/* Actions */
.sv-actions{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.sv-btn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  text-decoration:none;
  font-weight: 600;
}
.sv-btn-primary{
  background: var(--pl-blue, #f97316);
  border-color: transparent;
  color:#fff;
}
.sv-btn-ghost{
  background: rgba(255,255,255,.04);
  color:#fff;
}
.sv-btn:hover{ transform: translateY(-1px); }

/* Layout tweaks */
@media (min-width: 992px){
  .sv-hero-card{ padding: 28px; }
}

.bi-moon-stars::before {
    color: black;
}

/* =========================
   DARK MODE FIX TITULOS
========================= */

[data-theme="dark"] .pl-services h2,
[data-theme="dark"] .pl-services .pl-section-title{
  color: #ffffff !important;
}

.dark-mode .pl-services h2{
  color: #ffffff !important;
}

/* =========================================
   MISIÓN & VISIÓN
========================================= */

#mision-vision.pl-mvAlt2,
#mision-vision{
  position: relative;
  overflow: hidden;
  background: #f97316;
  color: rgba(255,255,255,.92);
}

/* Fondo pro */
#mision-vision::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  background:
    radial-gradient(900px 420px at 22% 12%, rgba(255,255,255,.22), rgba(255,255,255,0) 58%),
    radial-gradient(560px 460px at 85% 40%, rgba(255,255,255,.14), rgba(255,255,255,0) 62%),
    radial-gradient(520px 520px at 15% 75%, rgba(0,0,0,.20), rgba(0,0,0,0) 66%),
    linear-gradient(135deg, #ea580c 0%, #f97316 42%, #c2410c 100%);
  opacity: 1;
}

/* Grid sutil */
#mision-vision::after{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: .14;
  mix-blend-mode: overlay;
  mask-image: radial-gradient(circle at 55% 35%, #000 42%, transparent 74%);
}

/* Contenido arriba del fondo */
#mision-vision > .container-fluid{
  position: relative;
  z-index: 2;
}

/* Textos del header en blanco */
#mision-vision .pl-kicker,
#mision-vision h2,
#mision-vision .pl-mvAlt2__title,
#mision-vision .pl-mvAlt2__lead{
  color: rgba(255,255,255,.92) !important;
}
#mision-vision p,
#mision-vision .pl-mvAlt2__lead{
  color: rgba(255,255,255,.78) !important;
}

/* Para que las cards sigan claras arriba del azul */
#mision-vision .pl-mvAlt2__card,
#mision-vision .pl-mvAlt2__media,
#mision-vision .pl-mvAlt2__text{
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.18) !important;
}

/* Icon badge más visible en azul */
#mision-vision .pl-mvAlt2__icon{
  background: rgba(255,255,255,.14) !important;
  border-color: rgba(255,255,255,.22) !important;
  color: rgba(255,255,255,.95) !important;
}

/* Dark mode (un azul más deep) */
.neu-root.theme-dark #mision-vision{
  background: #7c2d12;
}
.neu-root.theme-dark #mision-vision::before{
  background:
    radial-gradient(900px 420px at 22% 12%, rgba(249,115,22,.22), rgba(249,115,22,0) 58%),
    radial-gradient(560px 460px at 85% 40%, rgba(249,115,22,.18), rgba(249,115,22,0) 62%),
    radial-gradient(520px 520px at 15% 75%, rgba(0,0,0,.35), rgba(0,0,0,0) 66%),
    linear-gradient(135deg, #2b140a 0%, #7c2d12 48%, #120c08 100%);
}

@media (max-width: 768px) {
  #floating-controls {
    right: 1rem;
    left: auto;
    top: auto;
    bottom: 1.2rem;
    transform: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.9rem;
  }

  #floating-controls .floating-btn {
    width: 52px;
    height: 52px;
    font-size: 1.4rem;
  }
}

.floating-cotizar-text { display: none; }

@media (max-width: 991.98px) {
  .neu-navbar .neu-cta-btn { display: none !important; }
}

@media (max-width: 768px) {
  #floating-controls{
    right: 1rem;
    left: auto;
    top: auto;
    bottom: 1.1rem;
    transform: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0.9rem;
  }
 
  #floating-controls .floating-btn{
    width: 52px;
    height: 52px;
    font-size: 1.4rem;
  }

  #floating-controls .floating-cotizar{
    width: auto;
    padding: 0 16px;
    border-radius: 999px;
    gap: 0.55rem;
  }

  #floating-controls .floating-cotizar-text{
    display: inline;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
  }
}

#floating-controls .floating-cotizar{
  display: none !important;
}

@media (max-width: 768px){
  #floating-controls .floating-cotizar{
    display: flex !important;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 999px;
  }

  #floating-controls .floating-cotizar-text{
    display: none !important;
  }
}

.hero-inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}

.hero-inner::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: radial-gradient(
    circle at top center,
    rgba(0,102,255,0.25),
    transparent 70%
  );
  filter: blur(40px);
  z-index: -1;
}

.hero-title-animated {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hero-title-animated .line {
  display: block;
}

.hero-subtext-animated {
  max-width: 560px;
  margin: 28px auto 36px;
  font-size: 1.1rem;
  opacity: 0.85;
}

.hero-subtext-animated {
  max-width: 560px;
  margin: 28px auto 36px;
  font-size: 1.1rem;
  opacity: 0.85;
}

.hero-cta {
  padding: 14px 36px;
  border-radius: 999px;
  font-weight: 600;
  background: linear-gradient(135deg, #f97316, #fdba74);
  color: #fff;
  box-shadow: 0 20px 40px rgba(0,102,255,.35);
  transition: transform .2s ease, box-shadow .2s ease;
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 60px rgba(0,102,255,.45);
}

.sv-section{ padding: 42px 0; }
.sv-h{ margin-bottom: 14px; }
.sv-title{ font-size: 1.6rem; margin: 0; }
.sv-sub{ margin: 8px 0 0; opacity: .8; }

.sv-grid{
  display:grid;
  gap: 14px;
}

@media(min-width: 900px){
  .sv-benefits{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* HERO */

.sv-hero{
  padding: 56px 0 18px;
}
.sv-hero-card{
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255,255,255,.03);
  backdrop-filter: blur(10px);
}
.sv-kicker{
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .75;
}
.sv-hero-title{
  font-size: clamp(1.9rem, 4vw, 3rem);
  margin: 8px 0 8px;
}
.sv-hero-desc{
  opacity: .85;
  margin: 0 0 16px;
}
.sv-actions{
  display:flex; gap:10px; flex-wrap:wrap;
}
.sv-btn{
  display:inline-flex; align-items:center; gap:10px;
  padding: 12px 16px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.16);
  text-decoration:none;
}
.sv-btn-primary{
  background: var(--pl-blue, #f97316);
  border-color: transparent;
  color:#fff;
}
.sv-btn-ghost{
  background: rgba(255,255,255,.04);
  color:#fff;
}

/* Benefit cards */
.sv-b-card{
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,.03);
}
.sv-b-ic{
  width:42px; height:42px; display:grid; place-items:center;
  border-radius: 14px;
  background: rgba(20,91,255,.18);
  border: 1px solid rgba(20,91,255,.35);
  margin-bottom: 10px;
}
.sv-b-ttl{ font-weight: 700; margin: 0 0 6px; }
.sv-b-txt{ margin:0; opacity:.82; }


* =========================================
   ABOUT SECTION 
========================================= */

.pl-about-section{
  position: relative;
  overflow: hidden;

  /* fallback */
  background: #f97316;
  color: rgba(255,255,255,.92);
}

/* Fondo pro: gradientes + orbs + glow */
.pl-about-section::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;

  background:
    /* brillo suave arriba */
    radial-gradient(900px 420px at 25% 10%, rgba(255,255,255,.22), rgba(255,255,255,0) 58%),

    /* orbs */
    radial-gradient(520px 420px at 15% 70%, rgba(0,0,0,.18), rgba(0,0,0,0) 62%),
    radial-gradient(520px 420px at 85% 35%, rgba(255,255,255,.16), rgba(255,255,255,0) 64%),

    /* degradado principal */
    linear-gradient(135deg, #ea580c 0%, #f97316 40%, #c2410c 100%);
  opacity: 1;
}

/* Textura pro (grid sutil) */
.pl-about-section::after{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;

  background:
    linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 56px 56px;

  opacity: .14;
  mix-blend-mode: overlay;

  /* que se vea más en el lado derecho */
  mask-image: radial-gradient(circle at 70% 50%, #000 40%, transparent 75%);
}

/* Asegura que tu contenido quede arriba del fondo */
.pl-about-section > .container-fluid{
  position: relative;
  z-index: 2;
}

/* Ajuste de textos dentro (si se te oscurecen) */
.pl-about-section .pl-kicker,
.pl-about-section h2,
.pl-about-section p{
  color: rgba(255,255,255,.92);
}
.pl-about-section p{ color: rgba(255,255,255,.78); }

/* Dark: un poco más “deep” */
.neu-root.theme-dark .pl-about-section{
  background: #7c2d12;
}
.neu-root.theme-dark .pl-about-section::before{
  background:
    radial-gradient(900px 420px at 25% 10%, rgba(249,115,22,.20), rgba(249,115,22,0) 58%),
    radial-gradient(520px 420px at 15% 70%, rgba(0,0,0,.35), rgba(0,0,0,0) 62%),
    radial-gradient(520px 420px at 85% 35%, rgba(249,115,22,.18), rgba(249,115,22,0) 64%),
    linear-gradient(135deg, #2b140a 0%, #7c2d12 45%, #120c08 100%);
}
.neu-root.theme-dark .pl-about-section::after{
  opacity: .12;
  mix-blend-mode: screen;
  background-size: 60px 60px;
}

/* Opcional: un “glow” lateral para el card de la derecha */
.pl-about-section .pl-story-card,
.pl-about-section .pl-project-card{
  box-shadow: 0 26px 90px rgba(0,0,0,.22);
}

/* =========================
   MISIÓN & VISIÓN (Alternado)
========================= */

.pl-mvAlt{
  padding: clamp(40px, 5vw, 78px) 0;

  --pl-blue:#f97316;
  --pl-text: rgba(10,16,30,.92);
  --pl-muted: rgba(10,16,30,.62);
  --pl-border: rgba(0,0,0,.08);
  --pl-surface: rgba(255,255,255,.70);
  --pl-shadow: 0 18px 70px rgba(0,0,0,.10);
  background: #f1f1f1;
}

.neu-root.theme-dark .pl-mvAlt{
  --pl-text: rgba(255,255,255,.92);
  --pl-muted: rgba(255,255,255,.68);
  --pl-border: rgba(255,255,255,.10);
  --pl-surface: rgba(255,255,255,.06);
  --pl-shadow: 0 18px 70px rgba(0,0,0,.55);
}

.pl-mvAlt__head{ max-width: 980px; margin-bottom: 18px; }
.pl-mvAlt__title{
  margin: 10px 0 6px;
  font-weight: 900;
  letter-spacing: -.02em;
  color: var(--pl-text);
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.06;
}
.pl-mvAlt__lead{
  margin: 0;
  color: var(--pl-muted);
  font-weight: 650;
  font-size: clamp(14px, 1.25vw, 17px);
}

/* Rows */
.pl-mvAlt__row{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}

.pl-mvAlt__row.is-reverse{
  grid-template-columns: .95fr 1.05fr;
}
.pl-mvAlt__row.is-reverse .pl-mvAlt__media{ order: 2; }
.pl-mvAlt__row.is-reverse .pl-mvAlt__card{ order: 1; }

/* Media */
.pl-mvAlt__media{
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--pl-border);
  background: linear-gradient(180deg, var(--pl-surface), rgba(255,255,255,0));
  box-shadow: var(--pl-shadow);
  min-height: 320px;
}

.pl-mvAlt__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.02);
}

.pl-mvAlt__tag{
  position:absolute;
  left: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Card */
.pl-mvAlt__card{
  border-radius: 26px;
  padding: 18px;
  overflow: hidden;
  padding-top: 20%;
}

.pl-mvAlt__top{
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.pl-mvAlt__h{
  margin: 2px 0 6px;
  color: var(--pl-text);
  font-weight: 900;
  letter-spacing: -.01em;
  font-size: 22px;
}

.pl-mvAlt__p{
  margin: 0;
  color: var(--pl-muted);
  font-weight: 650;
  line-height: 1.5;
  font-size: 23px;
}

/* Chips minimal */
.pl-mvAlt__chips{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pl-mvAlt__chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--pl-border);
  background: rgba(255,255,255,.40);
  color: var(--pl-text);
  font-weight: 850;
  font-size: 13px;
}

.neu-root.theme-dark .pl-mvAlt__chip{ background: rgba(255,255,255,.04); }

.pl-mvAlt__chip::before{
  content:"";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(249,115,22,.92);
  box-shadow: 0 10px 22px rgba(249,115,22,.16);
}

/* Responsive */
@media (max-width: 992px){
  .pl-mvAlt__row,
  .pl-mvAlt__row.is-reverse{
    grid-template-columns: 1fr;
  }
  .pl-mvAlt__row.is-reverse .pl-mvAlt__media,
  .pl-mvAlt__row.is-reverse .pl-mvAlt__card{
    order: initial;
  }
  .pl-mvAlt__media{ min-height: 260px; }
}

.pl-has-divider{
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.pl-has-divider::after{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(249,115,22,0),
    rgba(249,115,22,.45),
    rgba(249,115,22,0)
  );
}

.pl-line{
  width: min(520px, 100%);
  height: 2px;
  border-radius: 999px;
  margin-top: 10px;
  background: linear-gradient(90deg, rgba(249,115,22,.9), rgba(249,115,22,0));
  opacity: .9;
}

/* ================================
   ABOUT STORY
================================ */

.pl-about-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(34, 211, 238, 0.10), transparent 28%),
    radial-gradient(circle at 85% 25%, rgba(251, 146, 60, 0.14), transparent 32%),
    linear-gradient(90deg, #7c2d12 0%, #9a3412 48%, #5b210f 100%);
}

.pl-about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.18;
  pointer-events: none;
}

.pl-about-copy {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.pl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: .92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(255,255,255,.82);
}

.pl-kicker .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fb923c, #f97316);
  box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.12);
}

.pl-title {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
  max-width: 9ch;
}

.pl-lead {
  margin: 0;
  max-width: 640px;
  font-size: 1.18rem;
  line-height: 1.8;
  color: rgba(255,255,255,.78);
}

.pl-about-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  max-width: 520px;
}

.pl-about-point {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.20);
}

.pl-about-point i {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(249,115,22,.25), rgba(251,146,60,.18));
  color: #fff4ed;
  flex-shrink: 0;
}

.pl-story-visual {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-left: auto;
}

.pl-story-visual__media {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)),
    rgba(7,18,45,.70);
  box-shadow:
    0 30px 80px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,255,255,.04) inset;
}

.pl-story-visual__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.pl-story-visual__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(2, 6, 23, 0.18), rgba(2, 6, 23, 0.60)),
    linear-gradient(90deg, rgba(0, 40, 120, 0.28), rgba(0, 212, 255, 0.12));
}

.pl-story-visual__label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
}

.pl-story-visual__label span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(5, 18, 48, 0.72);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: .92rem;
  font-weight: 700;
}

.pl-story-visual__caption {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.pl-story-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(14px);
  color: #fff;
  font-weight: 600;
  font-size: .95rem;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.pl-story-chip i {
  color: #8fdcff;
}

@media (max-width: 991.98px) {
  .pl-about-section {
    padding: 80px 0;
  }

  .pl-title {
    max-width: 100%;
  }

  .pl-story-visual {
    margin-left: 0;
  }

  .pl-story-visual__media,
  .pl-story-visual__media img {
    min-height: 320px;
  }
}

@media (max-width: 575.98px) {
  .pl-title {
    font-size: 2.4rem;
  }

  .pl-lead {
    font-size: 1rem;
    line-height: 1.7;
  }

  .pl-story-chip {
    width: 100%;
    justify-content: center;
  }

  .pl-about-point {
    align-items: flex-start;
  }
}





/* Grid bento: ajusta separación */
.pl-values-bento{ gap: 16px; }

/* Card base más pro */
.pl-vb-card{
  border-radius: 26px;
  border: 1px solid var(--vr-border);
  background: linear-gradient(180deg, var(--vr-surface), var(--vr-surface2));
  box-shadow: var(--vr-shadow);
  transform: translateZ(0);
}

/* Borde con gradiente (sin que se vea “barato”) */
.pl-vb-card::before{
  background:
    conic-gradient(from 180deg,
      rgba(249,115,22,0),
      rgba(249,115,22,.26),
      rgba(249,115,22,.12),
      rgba(249,115,22,.22),
      rgba(249,115,22,0)
    );
  opacity: .0;
}
.pl-vb-card:hover::before{ opacity: .95; }

/* Hover más rico */
.pl-vb-card:hover{
  transform: translateY(-6px);
  border-color: rgba(249,115,22,.32);
  box-shadow: var(--vr-shadow2);
}

/* Orb icon con azul rey y highlight */
.pl-vb-orb{
  width: 56px; height: 56px;
  border-radius: 18px;
  background:
    radial-gradient(120px 80px at 30% 25%, rgba(255,255,255,.30), transparent 55%),
    radial-gradient(120px 80px at 70% 80%, rgba(249,115,22,.24), transparent 60%),
    rgba(249,115,22,.18);
  border: 1px solid rgba(249,115,22,.34);
  box-shadow:
    0 22px 60px rgba(249,115,22,.16),
    inset 0 1px 0 rgba(255,255,255,.22);
}
.pl-vb-orb i{ filter: drop-shadow(0 10px 18px rgba(249,115,22,.18)); }

/* Tipografías: más grandes y con mejor peso */
.pl-vb-title{
  font-size: 18px;
  font-weight: 980;
  color: var(--vr-ink);
  letter-spacing: -.015em;
}
.pl-vb-text{
  font-size: 14.8px;
  font-weight: 760;
  color: var(--vr-muted);
  line-height: 1.55;
}

/* Micro-line “energía” */
.pl-vb-line{
  width: 96px;
  height: 3px;
  opacity: .9;
  background: linear-gradient(90deg, rgba(249,115,22,.85), rgba(249,115,22,.16), transparent);
  transition: width .22s ease, opacity .22s ease;
}
.pl-vb-card:hover .pl-vb-line{ width: 150px; opacity: 1; }

/* Card grande: que se vea hero */
.pl-vb-card--big{
  padding: 22px 22px;
  background:
    radial-gradient(720px 260px at 18% 30%, rgba(249,115,22,.14), transparent 56%),
    linear-gradient(180deg, var(--vr-surface), var(--vr-surface2));
}
.pl-vb-card--big .pl-vb-title{ font-size: 20px; }
.pl-vb-card--big .pl-vb-text{ font-size: 15.2px; }

/* Badges más “chip premium” */
.pl-vb-badge{
  border: 1px solid rgba(10,16,30,.10);
  background: rgba(255,255,255,.64);
  box-shadow: 0 12px 30px rgba(249,115,22,.08);
}
.neu-root.theme-dark .pl-vb-badge{
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  box-shadow: 0 12px 40px rgba(249,115,22,.12);
}
.pl-vb-badge i{
  color: rgba(249,115,22,.95);
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .pl-vb-card{ transition:none; }
  .pl-vb-card:hover{ transform:none; }
  .pl-vb-line{ transition:none; }
}

/* =========================================================
   VALORES · Bento premium (Azul Rey)
========================================================= */

.pl-about-values{
  --vr-accent: #f97316;                /* Azul Rey */
  --vr-ink: rgba(10,16,30,.92);
  --vr-muted: rgba(10,16,30,.62);
  --vr-border: rgba(10,16,30,.10);
  --vr-surface: rgba(255,255,255,.78);
  --vr-surface2: rgba(255,255,255,.60);
  --vr-shadow: 0 22px 70px rgba(0,0,0,.10);
  --vr-shadow2: 0 30px 110px rgba(249,115,22,.20);
  position: relative;
  overflow: hidden;
}

.neu-root.theme-dark .pl-about-values{
  --vr-ink: rgba(255,255,255,.92);
  --vr-muted: rgba(255,255,255,.64);
  --vr-border: rgba(255,255,255,.12);
  --vr-surface: rgba(255,255,255,.06);
  --vr-surface2: rgba(255,255,255,.04);
  --vr-shadow: 0 26px 90px rgba(0,0,0,.55);
  --vr-shadow2: 0 32px 130px rgba(249,115,22,.24);
}

/* Fondo con orbes + grid sutil */
.pl-about-values::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(900px 380px at 18% 10%, rgba(249,115,22,.16), transparent 58%),
    radial-gradient(760px 320px at 84% 30%, rgba(249,115,22,.12), transparent 60%),
    radial-gradient(520px 260px at 50% 92%, rgba(249,115,22,.10), transparent 62%);
  pointer-events:none;
  z-index:0;
}

.pl-about-values::after{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    repeating-linear-gradient(90deg, rgba(249,115,22,.07) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(0deg,  rgba(249,115,22,.06) 0 1px, transparent 1px 86px);
  opacity:.16;
  mask: radial-gradient(circle at 50% 25%, #000 0 55%, transparent 76%);
  -webkit-mask: radial-gradient(circle at 50% 25%, #000 0 55%, transparent 76%);
  pointer-events:none;
  z-index:0;
}

.pl-about-values .container-fluid{ position: relative; z-index:1; }

/* Grid */
.pl-values-bento{
  display:grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 18px;
}
@media (min-width: 768px){
  .pl-values-bento{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (min-width: 1100px){
  .pl-values-bento{ grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
}

/* Card base premium */
.pl-vb-card{
  position: relative;
  border-radius: 26px;
  padding: 18px 16px;
  border: 1px solid var(--vr-border);
  background: linear-gradient(180deg, var(--vr-surface), var(--vr-surface2));
  box-shadow: var(--vr-shadow);
  overflow: hidden;
  isolation: isolate;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

/* borde animado */
.pl-vb-card::before{
  content:"";
  position:absolute;
  inset: -2px;
  border-radius: 28px;
  background:
    conic-gradient(from 180deg,
      rgba(249,115,22,0),
      rgba(249,115,22,.26),
      rgba(249,115,22,.12),
      rgba(249,115,22,.22),
      rgba(249,115,22,0)
    );
  opacity: 0;
  z-index:0;
  transition: opacity .18s ease;
}

.pl-vb-card::after{
  content:"";
  position:absolute;
  inset: 1px;
  border-radius: 25px;
  background: linear-gradient(180deg, var(--vr-surface), var(--vr-surface2));
  z-index:0;
}

/* contenido arriba */
.pl-vb-card > *{ position: relative; z-index: 1; }

/* Hover */
.pl-vb-card:hover{
  transform: translateY(-6px);
  border-color: rgba(249,115,22,.34);
  box-shadow: var(--vr-shadow2);
}
.pl-vb-card:hover::before{
  opacity: .95;
  animation: vbSpin 2.8s linear infinite;
}

@keyframes vbSpin{ to{ transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce){
  .pl-vb-card:hover::before{ animation:none; }
  .pl-vb-card{ transition:none; }
  .pl-vb-card:hover{ transform:none; }
}

/* Orb icon azul rey */
.pl-vb-orb{
  width: 56px; height: 56px;
  border-radius: 18px;
  display:grid;
  place-items:center;
  color: #fff;
  background:
    radial-gradient(120px 80px at 30% 25%, rgba(255,255,255,.30), transparent 55%),
    radial-gradient(120px 80px at 70% 80%, rgba(249,115,22,.26), transparent 60%),
    rgba(249,115,22,.18);
  border: 1px solid rgba(249,115,22,.36);
  box-shadow:
    0 22px 60px rgba(249,115,22,.16),
    inset 0 1px 0 rgba(255,255,255,.22);
}
.pl-vb-orb i{ filter: drop-shadow(0 10px 18px rgba(249,115,22,.18)); }

/* Tipografía */
.pl-vb-title{
  margin: 12px 0 6px;
  font-size: 18px;
  font-weight: 980;
  color: var(--vr-ink);
  letter-spacing: -.015em;
}
.pl-vb-text{
  margin: 0;
  font-size: 14.8px;
  font-weight: 760;
  color: var(--vr-muted);
  line-height: 1.55;
}

/* Línea energía */
.pl-vb-line{
  margin-top: 14px;
  height: 3px;
  width: 96px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(249,115,22,.90), rgba(249,115,22,.18), transparent);
  opacity: .92;
  transition: width .22s ease, opacity .22s ease;
}
.pl-vb-card:hover .pl-vb-line{
  width: 160px;
  opacity: 1;
}

/* HERO CARD */
.pl-vb-card--big{
  padding: 22px 22px;
  background:
    radial-gradient(820px 280px at 18% 30%, rgba(249,115,22,.16), transparent 56%),
    linear-gradient(180deg, var(--vr-surface), var(--vr-surface2));
}

@media (min-width: 1100px){
  .pl-vb-card--big{ grid-column: span 2; min-height: 240px; }
}

.pl-vb-top{
  display:flex;
  gap: 14px;
  align-items:flex-start;
}

.pl-vb-card--big .pl-vb-title{
  margin-top: 2px;
  font-size: 20px;
}

.pl-vb-card--big .pl-vb-text{
  font-size: 15.2px;
  max-width: 68ch;
}

/* Badges */
.pl-vb-badges{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pl-vb-badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(10,16,30,.10);
  background: rgba(255,255,255,.64);
  box-shadow: 0 12px 30px rgba(249,115,22,.08);
  color: var(--vr-ink);
  font-weight: 900;
  font-size: 12px;
}
.pl-vb-badge i{ color: rgba(249,115,22,.96); }

.neu-root.theme-dark .pl-vb-badge{
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  box-shadow: 0 12px 40px rgba(249,115,22,.12);
}

/* Mejora spacing en mobile */
@media (max-width: 575.98px){
  .pl-vb-card{ padding: 16px 14px; border-radius: 22px; }
  .pl-vb-orb{ width: 52px; height: 52px; }
  .pl-vb-title{ font-size: 17px; }
  .pl-vb-text{ font-size: 14.2px; }
}

/* =========================
   ABOUT HERO
========================= */

.pl-about-hero{
  position: relative;
  overflow: hidden;
  margin: 12px 0 0px;
  min-height: clamp(360px, 58vh, 560px);

  /* tokens */
  --pl-blue: #f97316;
  --pl-ink: rgba(10,16,30,.92);
  --pl-ink2: rgba(10,16,30,.62);
  --pl-card: rgba(255,255,255,.70);
  --pl-border: rgba(0,0,0,.08);
}

.neu-root.theme-dark .pl-about-hero{
  --pl-ink: rgba(255,255,255,.92);
  --pl-ink2: rgba(255,255,255,.68);
  --pl-card: rgba(255,255,255,.08);
  --pl-border: rgba(255,255,255,.10);
}

.pl-about-hero__media{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pl-about-hero__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.03);
}

/* Overlay: asegura lectura en light/dark */
.pl-about-hero__overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 520px at 24% 40%, rgba(255,255,255,.85), rgba(255,255,255,.20) 55%, rgba(255,255,255,0) 75%),
    linear-gradient(90deg, rgba(255,255,255,.90), rgba(255,255,255,.42) 55%, rgba(255,255,255,.08));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.neu-root.theme-dark .pl-about-hero__overlay{
  background:
    radial-gradient(1200px 520px at 24% 40%, rgba(8,12,24,.78), rgba(8,12,24,.30) 55%, rgba(8,12,24,0) 75%),
    linear-gradient(90deg, rgba(8,12,24,.82), rgba(8,12,24,.44) 55%, rgba(8,12,24,.10));
}

/* Orbs animados */
.pl-about-hero__orb{
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(249,115,22,.35), rgba(249,115,22,0) 60%);
  filter: blur(2px);
  opacity: .9;
  mix-blend-mode: screen;
  animation: plFloat 10s ease-in-out infinite;
  pointer-events: none;
}

.neu-root.theme-dark .pl-about-hero__orb{
  opacity: .75;
  mix-blend-mode: lighten;
}

.pl-about-hero__orb.orb-1{ left: -180px; top: -220px; animation-duration: 11.5s; }
.pl-about-hero__orb.orb-2{ right: -220px; top: -120px; animation-duration: 13s; }
.pl-about-hero__orb.orb-3{ left: 10%; bottom: -260px; animation-duration: 12s; }

@keyframes plFloat{
  0%,100%{ transform: translate3d(0,0,0) scale(1); }
  50%{ transform: translate3d(18px,-14px,0) scale(1.04); }
}

/* Content encima del video */
.pl-about-hero .container-fluid{
  position: relative;
  z-index: 2;
  height: 40rem;
}

.pl-about-hero__content{
  padding: clamp(34px, 6vw, 70px) 0;
}

.pl-about-hero__title{
  margin: 10px 0 0;
  color: var(--pl-ink);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.02;
  font-size: clamp(40px, 5.2vw, 78px);
  text-wrap: balance;
}

.pl-accent{
  color: var(--pl-blue);
}

/* Prefer reduced motion: apaga video/animación */
@media (prefers-reduced-motion: reduce){
  .pl-about-hero__video{ display: none; }
  .pl-about-hero__orb{ animation: none; }
}


/* =========================================================
   SECTIONS
========================================================= */

.pl-about-section{
  padding: clamp(52px, 5.5vw, 86px) 0;
}

.pl-section-head{ margin-bottom: 18px; }
.pl-title{
  color: var(--ab-text);
  font-weight: 980;
  letter-spacing: -.01em;
  line-height: 1.08;
  font-size: clamp(24px, 2.4vw, 40px);
}
.pl-lead{
  color: var(--ab-muted);
  margin-top: 10px;
  line-height: 1.55;
}

.pl-title{
  position: relative;
}
.pl-title::after{
  content:"";
  display:block;
  margin-top: 12px;
  width: 120px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--ab-accent) 65%, transparent),
    transparent
  );
  opacity: .55;
}

.neu-root.theme-dark .pl-about-section::before,
.neu-root.theme-dark #aboutHero.pl-about-hero::after{
  opacity: .75;
}
.neu-root.theme-dark .pl-title::after{
  opacity: .65;
}

/* =========================================
   sections.css · SAFE PATCH
   Pegar al final del archivo
========================================= */

/* Floating controls mobile: una sola lógica */
#floating-controls .floating-cotizar {
  display: none !important;
}

.floating-cotizar-text {
  display: none;
}

@media (max-width: 768px) {
  #floating-controls {
    right: 1rem;
    left: auto;
    top: auto;
    bottom: 1.1rem;
    transform: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0.9rem;
  }

  #floating-controls .floating-btn {
    width: 52px;
    height: 52px;
    font-size: 1.4rem;
  }

  #floating-controls .floating-cotizar {
    display: none !important;
  }

  #floating-controls .floating-cotizar-text {
    display: none !important;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
  }
}

/* Hero animated: consolidación */
.hero-inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}

.hero-inner::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle at top center, rgba(249, 115, 22, 0.22), transparent 70%);
  filter: blur(40px);
  z-index: -1;
}

.hero-title-animated {
  margin: 0 0 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  line-height: 1.15;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}

.hero-title-animated .line {
  display: block;
  white-space: nowrap;
}

.hero-subtext-animated {
  max-width: 560px;
  margin: 28px auto 36px;
  font-size: 1.1rem;
  opacity: 0.85;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: var(--brand-btn-padding-y) var(--brand-btn-padding-x);
  border-radius: var(--brand-btn-radius);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 700;
  text-decoration: none;
  background: var(--brand-btn-grad-orange);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    var(--brand-btn-shadow-orange);
  transition: transform 0.22s ease-out, box-shadow 0.22s ease-out, filter 0.22s ease-out, background 0.22s ease-out;
}

.hero-cta:hover {
  filter: saturate(1.03);
  transform: translateY(-2px);
  background: var(--brand-btn-grad-orange-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    var(--brand-btn-shadow-orange-hover);
}

/* WhatsApp CTA fix */
.neu-cta-whatsapp {
  border-color: rgba(34, 197, 94, 0.45) !important;
  background: rgba(0, 197, 73, 0.86) !important;
}

.neu-cta-whatsapp:hover {
  border-color: rgba(34, 197, 94, 0.45) !important;
  background: rgba(0, 161, 59, 0.71) !important;
  color: #15803d !important;
  transform: translateY(-1px);
}

.neu-cta-whatsapp:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(34, 197, 94, 0.25);
}

[data-bs-theme="dark"] .neu-cta-whatsapp {
  border-color: rgba(34, 197, 94, 0.55) !important;
  background: rgba(34, 197, 94, 0.16) !important;
  color: #fdba74 !important;
}

[data-bs-theme="dark"] .neu-cta-whatsapp:hover {
  background: rgba(34, 197, 94, 0.24) !important;
}

/* Hero mobile fix */
#hero-servicios.hero-publilum {
  overflow: hidden;
}

#hero-servicios .hero-inner {
  width: min(1100px, 100%);
  margin-inline: auto;
  padding-inline: calc(16px + env(safe-area-inset-left));
  padding-right: calc(16px + env(safe-area-inset-right));
  text-align: center;
}

#hero-servicios .hero-title-animated {
  font-size: clamp(2.1rem, 9vw, 4.8rem);
  line-height: 0.95;
  margin: 0 0 14px;
  --letter-gap: clamp(.14rem, 1.1vw, .62rem);
  --word-gap: clamp(.45rem, 2.2vw, 1.2rem);
}

#hero-servicios .hero-title-animated .line {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: var(--letter-gap);
  width: 100%;
  max-width: 100%;
  font-size: 50%;
}

#hero-servicios .hero-title-animated .letter-space {
  margin-right: var(--word-gap);
}

#hero-servicios .hero-subtext-animated {
  max-width: 46ch;
  margin: 0 auto 18px;
  padding-inline: 10px;
  font-size: 0.9rem;
}

#hero-servicios .hero-cta {
  min-height: 44px;
  padding: 12px 22px;
}

@media (max-width: 420px) {
  #hero-servicios .hero-title-animated {
    font-size: clamp(1.85rem, 10vw, 2.8rem);
    --letter-gap: .16rem;
    --word-gap: .55rem;
  }
}

/* =========================================================
   ABOUT STORY
========================================================= */
.pl-about-story {
  position: relative;
  padding: clamp(72px, 9vw, 120px) 0;
  overflow: hidden;
}

.pl-about-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(251, 146, 60, 0.16), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(249, 115, 22, 0.12), transparent 30%);
  pointer-events: none;
  z-index: 0;
}

.pl-about-story .container-fluid {
  position: relative;
  z-index: 1;
}

/* =========================
   COPY
========================= */
.pl-about-story__copy {
  position: relative;
  max-width: 560px;
}

.pl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pl-kicker .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fb923c, #fdba74);
  box-shadow: 0 0 18px rgba(249, 115, 22, 0.45);
  flex: 0 0 auto;
}

.pl-kicker span:last-child {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}

.pl-about-story__title {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
  max-width: 10ch;
}

.pl-about-story__lead {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.8;
  color: rgba(255,255,255,0.72);
  max-width: 52ch;
}

/* =========================
   POINTS
========================= */
.pl-about-story__points {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}

.pl-about-story__point {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 16px 40px rgba(2, 8, 23, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.pl-about-story__point:hover {
  transform: translateY(-3px);
  border-color: rgba(249, 115, 22, 0.28);
  background: rgba(255,255,255,0.07);
}

.pl-about-story__point i {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, rgba(249,115,22,0.95), rgba(251,146,60,0.85));
  box-shadow: 0 10px 24px rgba(249,115,22,0.28);
  flex: 0 0 auto;
}

.pl-about-story__point span {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
}

/* =========================
   VISUAL
========================= */
.pl-about-story__visual {
  position: relative;
  width: 100%;
}

.pl-about-story__media {
  position: relative;
  min-height: 560px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #0b1120;
  box-shadow:
    0 35px 80px rgba(2, 8, 23, 0.52),
    0 10px 30px rgba(2, 8, 23, 0.25);
  isolation: isolate;
}

.pl-about-story__media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
}

.pl-about-story__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(2,6,23,0.78) 0%, rgba(2,6,23,0.28) 36%, rgba(2,6,23,0.10) 100%),
    linear-gradient(135deg, rgba(15,23,42,0.18), rgba(249,115,22,0.12));
  z-index: 1;
}

.pl-about-story__label {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(15,23,42,0.62);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px rgba(2,8,23,0.32);
}

.pl-about-story__label span {
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}

/* =========================
   CHIPS
========================= */

.pl-about-story__chips {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  pointer-events: none;
}

.pl-about-story__chip {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 24px rgba(2,8,23,0.26);
}

.pl-about-story__chip i {
  font-size: 0.9rem;
  opacity: 0.95;
}

/* =========================
   ESPACIADO GRID
========================= */

.pl-about-story .row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {
  .pl-about-story__copy {
    max-width: 100%;
  }

  .pl-about-story__title {
    max-width: 100%;
  }

  .pl-about-story__media,
  .pl-about-story__media img {
    min-height: 460px;
  }

  .pl-about-story__chips {
    position: static;
    margin-top: 18px;
    justify-content: flex-start;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767.98px) {
  .pl-about-story {
    padding: 64px 0;
  }

  .pl-kicker {
    margin-bottom: 16px;
  }

  .pl-about-story__lead {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .pl-about-story__points {
    gap: 12px;
    margin-top: 24px;
  }

  .pl-about-story__point {
    align-items: flex-start;
    padding: 14px;
    border-radius: 16px;
  }

  .pl-about-story__point i {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    margin-top: 2px;
  }

  .pl-about-story__media,
  .pl-about-story__media img {
    min-height: 340px;
    border-radius: 24px;
  }

  .pl-about-story__label {
    left: 16px;
    bottom: 16px;
    padding: 10px 14px;
    border-radius: 14px;
  }

  .pl-about-story__label span {
    font-size: 0.84rem;
  }

  .pl-about-story__chips {
    gap: 10px;
    margin-top: 14px;
  }

  .pl-about-story__chip {
    width: 100%;
    justify-content: center;
    border-radius: 16px;
    padding: 12px 14px;
    font-size: 0.88rem;
  }
}

html[data-theme="light"] .pl-about-story::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(251, 146, 60, 0.10), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(249, 115, 22, 0.08), transparent 30%);
}

html[data-theme="light"] .pl-kicker,
html[data-theme="light"] .pl-about-story__point,
html[data-theme="light"] .pl-about-story__label,
html[data-theme="light"] .pl-about-story__chip {
  background: rgba(255,255,255,0.72);
  border-color: rgba(15,23,42,0.08);
  box-shadow:
    0 16px 40px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

html[data-theme="light"] .pl-kicker span:last-child,
html[data-theme="light"] .pl-about-story__lead {
  color: rgba(15,23,42,0.72);
}

html[data-theme="light"] .pl-about-story__title,
html[data-theme="light"] .pl-about-story__label span,
html[data-theme="light"] .pl-about-story__chip,
html[data-theme="light"] .pl-about-story__point span {
  color: #0f172a;
}

html[data-theme="light"] .pl-about-story__media {
  border-color: rgba(15,23,42,0.08);
  box-shadow:
    0 30px 70px rgba(15,23,42,0.12),
    0 10px 26px rgba(15,23,42,0.06);
}

html[data-theme="light"] .pl-about-story__overlay {
  background:
    linear-gradient(to top, rgba(15,23,42,0.48) 0%, rgba(15,23,42,0.14) 38%, rgba(15,23,42,0.04) 100%),
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(249,115,22,0.08));
}

/* =========================================================
   MISION & VISION
========================================================= */
.pl-mv {
  position: relative;
  padding: clamp(72px, 8vw, 110px) 0;
  overflow: hidden;
}

.pl-mv .container-fluid {
  max-width: 1440px;
  margin: 0 auto;
}

.pl-mv__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.pl-mv__title {
  margin: 0 0 10px;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;

}

.pl-mv__lead {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 54ch;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* =========================
   GRID PRINCIPAL
========================= */
.pl-mv__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 32px;
  align-items: center;
}

/* =========================
   MEDIA CARD
========================= */
.pl-mv__media {
  position: relative;
  min-height: 520px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 30px 80px rgba(2, 8, 23, 0.38),
    0 10px 24px rgba(2, 8, 23, 0.20);
  background: #071327;
}

.pl-mv__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
}

.pl-mv__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(2, 6, 23, 0.38), rgba(2, 6, 23, 0.06)),
    linear-gradient(135deg, rgba(249,115,22,0.12), transparent 45%);
  pointer-events: none;
}

.pl-mv__media-tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15,23,42,0.58);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* =========================
   TEXT CARD
========================= */
.pl-mv__content {
  display: grid;
  gap: 18px;
}

.pl-mv__card {
  position: relative;
  padding: 28px 28px 30px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 24px 60px rgba(2, 8, 23, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pl-mv__card-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}

.pl-mv__icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(249,115,22,0.95), rgba(251,146,60,0.7));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 28px rgba(249,115,22,0.22);
  color: #fff;
  font-size: 1rem;
}

.pl-mv__label {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 800;
}

.pl-mv__text {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.7;
  max-width: 34ch;
}

/* =========================
   SEGUNDA FILA OPCIONAL
========================= */
.pl-mv__grid--reverse {
  margin-top: 26px;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

/* =========================
   REDUCIR VACÍO GENERAL
========================= */
.pl-mv .row,
.pl-mv [class*="col-"] {
  min-width: 0;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1199.98px) {
  .pl-mv__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pl-mv__grid--reverse {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .pl-mv__media,
  .pl-mv__media img {
    min-height: 200px;
    width: 30px;
    height: 30px;
  }

  .pl-mv__text {
    max-width: 100%;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767.98px) {
  .pl-mv {
    padding: 64px 0;
  }

  .pl-mv__head {
    margin-bottom: 24px;
  }

  .pl-mv__title {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .pl-mv__lead {
    font-size: 0.96rem;
    line-height: 1.7;
    padding-top: 12px;
  }

  .pl-mv__media,
  .pl-mv__media img {
    min-height: 290px;
    border-radius: 22px;
  }

  .pl-mv__card {
    padding: 20px 18px 22px;
    border-radius: 22px;
  }

  .pl-mv__card-top {
    gap: 12px;
    margin-bottom: 10px;
  }

  .pl-mv__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .pl-mv__label {
    font-size: 1.25rem;
  }

  .pl-mv__text {
    font-size: 1rem;
    line-height: 1.65;
  }
}

/* =========================================================
   VALUES / PRINCIPIOS
========================================================= */
.pl-values {
  position: relative;
  padding: clamp(72px, 8vw, 110px) 0;
  overflow: hidden;
}

.pl-values::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(249, 115, 22, 0.14), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(251, 146, 60, 0.10), transparent 28%);
  pointer-events: none;
}

.pl-values .container-fluid {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto;
}

/* =========================
   HEAD
========================= */
.pl-values__head {
  max-width: 860px;
  margin-bottom: 34px;
}

.pl-values__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pl-values__kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fb923c, #f97316);
  box-shadow: 0 0 18px rgba(249, 115, 22, 0.32);
}

.pl-values__title {
  margin: 0 0 10px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #fff;
  max-width: 11ch;
}

.pl-values__lead {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.70);
  max-width: 56ch;
}

/* =========================
   GRID
========================= */
.pl-values__grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.pl-values__item {
  position: relative;
  min-width: 0;
}

/* =========================
   CARD BASE
========================= */
.pl-value-card {
  position: relative;
  height: 100%;
  min-height: 190px;
  padding: 22px 22px 20px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 22px 60px rgba(2,8,23,0.22),
    inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease;
  isolation: isolate;
}

.pl-value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(249,115,22,0.25);
  box-shadow:
    0 28px 70px rgba(2,8,23,0.30),
    0 0 0 1px rgba(249,115,22,0.08),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.pl-value-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -54px;
  top: -34px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249,115,22,0.24), rgba(249,115,22,0.02) 70%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.pl-value-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(249,115,22,0.05), transparent 35%);
  pointer-events: none;
  z-index: 0;
}

.pl-value-card > * {
  position: relative;
  z-index: 1;
}

/* =========================
   ICON
========================= */
.pl-value-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(249,115,22,0.92), rgba(251,146,60,0.68));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 14px 26px rgba(249,115,22,0.22);
  font-size: 1rem;
}

.pl-value-card__title {
  margin: 0 0 8px;
  font-size: clamp(1.28rem, 1.7vw, 1.8rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pl-value-card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.68;
  max-width: 44ch;
}

/* =========================
   FEATURED CARD
========================= */
.pl-value-card--featured {
  min-height: 230px;
  padding: 24px 24px 22px;
}

.pl-value-card--featured .pl-value-card__title {
  font-size: clamp(1.55rem, 2vw, 2.1rem);
}

.pl-value-card--featured .pl-value-card__text {
  max-width: 58ch;
}

.pl-value-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.pl-value-card__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
}

.pl-value-card__chip i {
  font-size: 0.84rem;
  color: #fb923c;
}

.pl-value-card__meter {
  margin-top: 18px;
}

.pl-value-card__meter-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 0.88rem;
  font-weight: 700;
}

.pl-value-card__bar {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.28);
}

.pl-value-card__bar span {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f97316, #f97316, #fb923c);
}

/* =========================
   SPANS
========================= */
.pl-values__item--featured {
  grid-column: span 2;
}

.pl-values__item--tall .pl-value-card {
  min-height: 210px;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1199.98px) {
  .pl-values__grid {
    grid-template-columns: 1fr 1fr;
  }

  .pl-values__item--featured {
    grid-column: span 2;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767.98px) {
  .pl-values {
    padding: 64px 0;
  }

  .pl-values__head {
    margin-bottom: 24px;
  }

  .pl-values__title {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .pl-values__lead {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .pl-values__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pl-values__item--featured {
    grid-column: span 1;
  }

  .pl-value-card,
  .pl-value-card--featured {
    min-height: auto;
    padding: 18px 18px 20px;
    border-radius: 22px;
  }

  .pl-value-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .pl-value-card__title {
    font-size: 1.24rem;
  }

  .pl-value-card__text {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .pl-value-card__chips {
    gap: 8px;
  }

  .pl-value-card__chip {
    width: 100%;
    justify-content: flex-start;
  }
}

/* =========================
   LIGHT MODE OPCIONAL
========================= */
html[data-theme="light"] .pl-values__kicker,
html[data-theme="light"] .pl-value-card {
  background: rgba(255,255,255,0.74);
  border-color: rgba(15,23,42,0.08);
  box-shadow:
    0 18px 40px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.60);
}

html[data-theme="light"] .pl-values__title,
html[data-theme="light"] .pl-value-card__title {
  color: #0f172a;
}

html[data-theme="light"] .pl-values__lead,
html[data-theme="light"] .pl-value-card__text,
html[data-theme="light"] .pl-values__kicker {
  color: rgba(15,23,42,0.72);
}

html[data-theme="light"] .pl-value-card__chip {
  background: rgba(15,23,42,0.04);
  border-color: rgba(15,23,42,0.08);
  color: #0f172a;
}

html[data-theme="light"] .pl-value-card__meter-top {
  color: rgba(15,23,42,0.76);
}

html[data-theme="light"] .pl-value-card__bar {
  background: rgba(15,23,42,0.08);
}

/* =========================
   ORANGE BRAND OVERRIDES
========================= */

.hero-section {
  background:
    radial-gradient(circle at top left, rgba(251, 146, 60, 0.24), transparent 55%),
    radial-gradient(circle at bottom right, rgba(194, 65, 12, 0.34), transparent 55%),
    var(--surface);
}

body.theme-dark .hero-section {
  background:
    radial-gradient(circle at top left, rgba(251, 146, 60, 0.24), transparent 55%),
    radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.22), transparent 55%),
    var(--surface);
}

.bg-blue-custom {
  background-color: #c2410c;
}

.bg-publilum-blue {
  background: linear-gradient(135deg, #f97316, #ea580c);
}

.center-card {
  background: radial-gradient(circle at 30% 20%, #fffaf5, #fed7aa);
}

.center-letter {
  color: #ea580c;
}

.hero-video-overlay {
  background: linear-gradient(
    135deg,
    rgba(28, 18, 12, 0.64),
    rgba(124, 45, 18, 0.42)
  );
}

[data-theme="dark"] .hero-video-overlay {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.76),
    rgba(60, 25, 10, 0.68)
  );
}

.hero-publilum {
  background: radial-gradient(circle at 0% 0%, #7c2d12 0%, #2b140a 55%, #120c08 100%);
}

.hero-bg-orbs .orb-1 {
  background: radial-gradient(circle at 30% 30%, #fb923c, transparent 70%);
}

.hero-bg-orbs .orb-2 {
  background: radial-gradient(circle at 60% 20%, #f97316, transparent 70%);
}

.hero-bg-orbs .orb-3 {
  background: radial-gradient(circle at 40% 60%, #fdba74, transparent 72%);
}

.hero-bg-orbs .orb-4 {
  background: radial-gradient(circle at 50% 40%, #fff7ed, transparent 75%);
}


