/* =====================================================
   VN12 · DGPC OCAMPO 2026
===================================================== */

:root {
  --fondo: #080708;
  --fondo-secundario: #0c0908;
  --panel: rgba(255, 91, 16, 0.035);
  --borde: rgba(255, 101, 30, 0.32);
  --borde-suave: rgba(255, 101, 30, 0.14);
  --texto: #f8eee8;
  --texto-suave: #a27b68;
  --acento: #ff5a12;
  --acento-fuerte: #ff4800;
  --acento-claro: #ff914d;
  --acento-brillo: #ffb06c;
  --linea: rgba(255, 90, 18, 0.62);
  --glow: rgba(255, 75, 0, 0.34);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--fondo);
  color: var(--texto);
  font-family: "Outfit", Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

/* =====================================================
   BARRA SUPERIOR
===================================================== */

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 clamp(32px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(8, 7, 8, 0.78);
  border-bottom: 1px solid rgba(255, 90, 18, 0.16);
  backdrop-filter: blur(20px);
  z-index: 100;
}

.logo {
  font-family: "Space Mono", monospace;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--acento);
  text-shadow: 0 0 14px rgba(255, 90, 18, 0.5);
}

.menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.7vw, 42px);
}

.menu a {
  position: relative;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.77rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--texto-suave);
  transition: color 0.25s ease;
}

.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: var(--acento);
  box-shadow: 0 0 10px var(--acento);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.menu a:hover { color: var(--acento-claro); }
.menu a:hover::after { transform: scaleX(1); }

/* =====================================================
   PORTADA
===================================================== */

.portada {
  position: relative;
  min-height: 100vh;
  padding: 110px 6vw 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 77, 0, 0.075), transparent 25%),
    radial-gradient(circle at 0% 0%, rgba(255, 82, 0, 0.1), transparent 31%),
    radial-gradient(circle at 100% 100%, rgba(255, 82, 0, 0.1), transparent 30%),
    linear-gradient(180deg, #080708 0%, #090708 100%);
}

.portada::before {
  content: "";
  position: absolute;
  top: -140px;
  left: -140px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 92, 20, 0.66) 0%, rgba(255, 76, 0, 0.2) 28%, rgba(255, 76, 0, 0.055) 52%, transparent 72%);
  filter: blur(18px);
  pointer-events: none;
}

.portada::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -230px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 95, 18, 0.72) 0%, rgba(255, 70, 0, 0.21) 29%, rgba(255, 70, 0, 0.06) 54%, transparent 73%);
  filter: blur(20px);
  pointer-events: none;
}

.marco {
  position: absolute;
  inset: 105px clamp(22px, 5vw, 64px) 42px;
  border: 1px solid rgba(255, 90, 18, 0.1);
  pointer-events: none;
  z-index: 1;
}

.marco::before,
.marco::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  border-color: var(--acento);
  opacity: 0.58;
}

.marco::before {
  top: -1px; left: -1px;
  border-top: 1px solid var(--acento);
  border-left: 1px solid var(--acento);
}

.marco::after {
  bottom: -1px; right: -1px;
  border-bottom: 1px solid var(--acento);
  border-right: 1px solid var(--acento);
}

/* =====================================================
   PUNTOS DECORATIVOS
===================================================== */

.puntos {
  position: absolute;
  width: 185px;
  height: 150px;
  opacity: 0.92;
  z-index: 2;
  background-image: radial-gradient(circle, var(--acento) 2.1px, transparent 2.5px);
  background-size: 35px 33px;
  filter: drop-shadow(0 0 5px rgba(255, 90, 18, 0.5));
}

.puntos-superior { top: 126px; right: clamp(44px, 9vw, 124px); }
.puntos-inferior { left: clamp(44px, 7vw, 102px); bottom: 96px; }

/* =====================================================
   SISTEMA ORBITAL PORTADA
===================================================== */

.universo {
  position: absolute;
  width: min(80vw, 900px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.luz-central {
  position: absolute;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 89, 15, 0.12), rgba(255, 89, 15, 0.035) 42%, transparent 68%);
}

.eje {
  position: absolute;
  background: rgba(255, 90, 18, 0.065);
}

.eje-horizontal { width: 100%; height: 1px; }
.eje-vertical   { width: 1px; height: 100%; }

.orbita {
  position: absolute;
  display: block;
  border: 1px solid var(--linea);
}

.orbita-grande {
  width: 100%;
  height: 44%;
  border-radius: 50%;
  transform: rotate(-20deg);
  box-shadow: 0 0 9px rgba(255, 77, 0, 0.13);
  animation: orbitar 30s linear infinite;
}

.orbita-redonda {
  width: 53%;
  height: 53%;
  border-radius: 50%;
  border-color: rgba(255, 90, 18, 0.15);
}

.orbita-redonda::before,
.orbita-redonda::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--acento);
}

.orbita-redonda::before {
  width: 7px; height: 7px;
  top: 28%; right: 5%;
  box-shadow: 0 0 12px var(--acento), 0 0 25px rgba(255, 90, 18, 0.72);
}

.orbita-redonda::after {
  width: 4px; height: 4px;
  left: 12%; bottom: 22%;
  box-shadow: 0 0 10px var(--acento);
}

.planeta {
  position: absolute;
  top: 50%; right: -11px;
  width: 21px; height: 21px;
  border-radius: 50%;
  background: var(--acento);
  box-shadow: 0 0 10px var(--acento), 0 0 27px rgba(255, 90, 18, 0.82), 0 0 50px rgba(255, 90, 18, 0.34);
  transform: translateY(-50%);
}

@keyframes orbitar {
  from { transform: rotate(-20deg); }
  to   { transform: rotate(340deg); }
}

/* =====================================================
   TÍTULO CENTRAL
===================================================== */

.titulo-portada {
  position: relative;
  z-index: 4;
  text-align: center;
}

.titulo-portada h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(7rem, 21vw, 16rem);
  line-height: 0.81;
  font-weight: 500;
  letter-spacing: 0.035em;
  color: var(--acento);
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
  text-shadow:
    0 0 7px rgba(255, 94, 22, 0.74),
    0 0 22px rgba(255, 76, 0, 0.4),
    0 0 70px rgba(255, 76, 0, 0.14);
}

.linea-titulo {
  margin-top: clamp(28px, 5vw, 47px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 32px);
}

.linea-titulo span {
  position: relative;
  display: block;
  width: clamp(62px, 12vw, 190px);
  height: 1px;
  background: var(--acento);
  box-shadow: 0 0 9px rgba(255, 90, 18, 0.7);
  opacity: 0.9;
}

.linea-titulo span:first-child::after {
  content: "";
  position: absolute;
  right: -26px; top: -4px;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--acento);
  box-shadow: 0 0 10px var(--acento), 0 0 22px rgba(255, 90, 18, 0.75);
}

.linea-titulo p {
  padding-left: 14px;
  font-family: "Space Mono", monospace;
  font-size: clamp(0.66rem, 1.1vw, 0.86rem);
  letter-spacing: 0.36em;
  color: var(--acento);
  text-shadow: 0 0 12px rgba(255, 90, 18, 0.42);
}

/* =====================================================
   FLECHA
===================================================== */

.flecha-bajar {
  position: absolute;
  bottom: 65px;
  left: 50%;
  width: 42px; height: 42px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 90, 18, 0.42);
  border-radius: 50%;
  z-index: 5;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.flecha-bajar span {
  width: 10px; height: 10px;
  border-right: 1px solid var(--acento);
  border-bottom: 1px solid var(--acento);
  transform: rotate(45deg) translate(-2px, -2px);
}

.flecha-bajar:hover {
  border-color: var(--acento);
  box-shadow: 0 0 18px rgba(255, 90, 18, 0.26);
  transform: translateX(-50%) translateY(5px);
}

/* =====================================================
   INTEGRANTES
===================================================== */

.integrantes {
  position: relative;
  min-height: 100vh;
  padding: clamp(94px, 10vw, 126px) clamp(24px, 6vw, 82px) 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(255, 83, 0, 0.08), transparent 28%),
    linear-gradient(180deg, #0b0808 0%, #090708 100%);
}

.integrantes::before {
  content: "";
  position: absolute;
  left: -200px; bottom: -230px;
  width: 510px; height: 510px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 83, 0, 0.3), rgba(255, 83, 0, 0.08) 35%, transparent 68%);
  filter: blur(20px);
  pointer-events: none;
}

.encabezado-seccion {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto 34px;
}

.encabezado-seccion p {
  margin-bottom: 14px;
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.36em;
  color: var(--acento);
}

.encabezado-seccion h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 6vw, 5.5rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--texto);
}

/* =====================================================
   MAPA DEL EQUIPO
===================================================== */

.mapa-equipo {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  min-height: 650px;
  margin: 18px auto 0;
}

.lineas-equipo {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lineas-equipo::before,
.lineas-equipo::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  background: rgba(255, 90, 18, 0.28);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(255, 90, 18, 0.16);
}

.lineas-equipo::before { width: min(72%, 810px); height: 1px; }
.lineas-equipo::after  { width: 1px; height: min(66%, 460px); }

.centro-equipo {
  position: absolute;
  left: 50%; top: 50%;
  width: 138px; height: 138px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 90, 18, 0.7);
  border-radius: 50%;
  background: #0e0908;
  box-shadow:
    0 0 0 18px rgba(255, 90, 18, 0.035),
    0 0 35px rgba(255, 90, 18, 0.18),
    inset 0 0 22px rgba(255, 90, 18, 0.06);
  z-index: 2;
}

.centro-equipo span {
  font-family: "Space Mono", monospace;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  color: var(--acento);
  text-shadow: 0 0 12px rgba(255, 90, 18, 0.62);
}

.centro-equipo small {
  margin-top: 9px;
  font-family: "Space Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  color: var(--texto-suave);
}

/* =====================================================
   TARJETAS DE INTEGRANTES
===================================================== */

.persona {
  position: absolute;
  width: min(310px, 28vw);
  min-width: 255px;
  padding: 19px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: rgba(255, 90, 18, 0.018);
  border: 1px solid var(--borde-suave);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.persona:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 90, 18, 0.7);
  background: rgba(255, 90, 18, 0.06);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24), 0 0 25px rgba(255, 90, 18, 0.1);
}

.persona-1 { top: 74px; left: 0; }
.persona-2 { top: 74px; right: 0; }
.persona-3 { bottom: 74px; left: 0; }
.persona-4 { bottom: 74px; right: 0; }

.numero {
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: var(--acento);
}

.datos-persona { display: flex; align-items: center; gap: 18px; }

.iniciales {
  flex-shrink: 0;
  width: 55px; height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 90, 18, 0.54);
  border-radius: 50%;
  font-family: "Space Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.15em;
  color: var(--acento);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.persona:hover .iniciales {
  background: rgba(255, 90, 18, 0.08);
  box-shadow: 0 0 18px rgba(255, 90, 18, 0.22);
}

.datos-persona h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2vw, 1.85rem);
  line-height: 1.08;
  font-weight: 500;
}

.acceso {
  align-self: flex-end;
  font-size: 1.35rem;
  font-weight: 300;
  color: var(--acento);
  transition: transform 0.25s ease;
}

.persona:hover .acceso { transform: translateX(7px); }

/* =====================================================
   FOOTER
===================================================== */

footer {
  height: 74px;
  padding: 0 clamp(24px, 6vw, 82px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #080607;
  border-top: 1px solid rgba(255, 90, 18, 0.13);
}

footer span {
  font-family: "Space Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.26em;
  color: var(--texto-suave);
}

/* =====================================================
   TABLET — PORTADA
===================================================== */

@media (max-width: 1000px) {
  .marco { inset: 98px 22px 32px; }
  .universo { width: min(100vw, 720px); }

  .mapa-equipo {
    min-height: auto;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }

  .lineas-equipo { display: none; }

  .centro-equipo {
    position: relative;
    left: auto; top: auto;
    transform: none;
    margin-bottom: 24px;
  }

  .persona {
    position: relative;
    top: auto; right: auto; bottom: auto; left: auto;
    width: min(100%, 480px);
    min-width: 0;
  }
}

/* =====================================================
   CELULAR — PORTADA
===================================================== */

@media (max-width: 650px) {
  .topbar { height: 68px; padding: 0 20px; }
  .logo { font-size: 0.9rem; }
  .menu { gap: 18px; }
  .menu a { font-size: 0.68rem; letter-spacing: 0.1em; }

  .portada { min-height: 100svh; padding: 96px 22px 42px; }
  .portada::before { width: 350px; height: 350px; top: -100px; left: -160px; }
  .portada::after  { width: 390px; height: 390px; right: -180px; bottom: -150px; }

  .marco { inset: 92px 15px 24px; }

  .puntos { width: 118px; height: 104px; background-size: 23px 23px; }
  .puntos-superior { top: 110px; right: 27px; }
  .puntos-inferior { left: 28px; bottom: 82px; }

  .universo { width: 138vw; }
  .orbita-grande { width: 98%; height: 41%; }
  .orbita-redonda { width: 51%; height: 51%; }
  .planeta { width: 15px; height: 15px; }

  .titulo-portada h1 { font-size: clamp(5.7rem, 30vw, 8.3rem); letter-spacing: 0.015em; }

  .linea-titulo { gap: 12px; margin-top: 25px; }
  .linea-titulo span { width: 31px; }
  .linea-titulo span:first-child::after { display: none; }
  .linea-titulo p { padding-left: 0; font-size: 0.55rem; letter-spacing: 0.18em; }

  .flecha-bajar { bottom: 42px; width: 38px; height: 38px; }

  .integrantes { padding: 74px 20px 64px; }
  .encabezado-seccion { margin-bottom: 16px; }
  .encabezado-seccion h2 { font-size: 3rem; }

  .centro-equipo { width: 116px; height: 116px; }
  .persona { padding: 17px; }
  .datos-persona h3 { font-size: 1.55rem; }

  footer { height: auto; min-height: 78px; padding: 22px 20px; gap: 18px; }
  footer span { font-size: 0.55rem; letter-spacing: 0.16em; }
}

/* =====================================================
   APP ÓRBITA
===================================================== */

.orb-app {
  --orb-bg: #080808;
  --orb-panel: #0c0c0c;
  --orb-panel-light: #101010;
  --orb-border: rgba(255, 88, 15, 0.2);
  --orb-border-strong: rgba(255, 88, 15, 0.48);
  --orb-orange: #ff5714;
  --orb-orange-soft: #ca4a17;
  --orb-text: #e0d9d5;
  --orb-muted: #8d8581;

  position: relative;
  padding: 0 0 90px;
  overflow: hidden;

  color: var(--orb-text);
  background:
    radial-gradient(circle at 70% 12%, rgba(255, 75, 0, 0.08), transparent 24%),
    radial-gradient(circle at 10% 36%, rgba(255, 75, 0, 0.035), transparent 28%),
    var(--orb-bg);

  font-family: "Outfit", sans-serif;
}

.orb-app * { box-sizing: border-box; }

.orb-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(255, 88, 15, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 88, 15, 0.045) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, black, transparent 48%);
}

.orb-decoration {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 4px);
  gap: 14px;
}

.orb-decoration span {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--orb-orange);
  box-shadow: 0 0 7px rgba(255, 87, 20, 0.75);
}

.orb-decoration-left  { top: 190px; left: 33px; }
.orb-decoration-right { top: 34px; right: 54px; }

/* =====================================================
   HERO — PANTALLA COMPLETA
===================================================== */

.orb-hero {
  position: relative;
  z-index: 3;
  width: 100%;
  height: calc(100vh - 82px);
  margin-top: 82px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
  padding: 0 clamp(40px, 7vw, 110px);
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- copy izquierdo ---- */
.orb-hero-copy {
  position: relative;
  z-index: 5;
  max-width: 560px;
}

.orb-kicker,
.orb-section-label {
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--orb-orange);
}

.orb-kicker { margin-bottom: 28px; font-size: 0.73rem; }

.orb-title {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(5rem, 10vw, 9.4rem);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.035em;
  color: var(--orb-orange);
  text-shadow: 0 0 16px rgba(255, 87, 20, 0.23);
}

.orb-slogan {
  margin-bottom: 22px;
  font-family: "Space Mono", monospace;
  font-size: 0.92rem;
  line-height: 1.8;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b8afaa;
}

.orb-description {
  max-width: 520px;
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--orb-muted);
  text-align: justify;
  text-align-last: left;
}

.orb-main-button {
  width: fit-content;
  min-width: 220px;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: var(--orb-orange);
  border: 1px solid var(--orb-border-strong);
  border-radius: 100px;
  font-family: "Space Mono", monospace;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.25s, background 0.25s, box-shadow 0.25s, transform 0.25s;
}

.orb-main-button:hover {
  color: #090909;
  background: var(--orb-orange);
  box-shadow: 0 0 22px rgba(255, 87, 20, 0.32);
  transform: translateY(-2px);
}

.orb-main-button span { transition: transform 0.25s ease; }
.orb-main-button:hover span { transform: translateX(5px); }

/* =====================================================
   SISTEMA ORBITAL
===================================================== */

.orb-system {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 340px;
  transform: translateY(-50%);
  width: 580px;
  height: 480px;
  pointer-events: none;
}

.orb-ring {
  position: absolute;
  top: 50%; left: 50%;
  border: 1px solid rgba(255, 87, 20, 0.33);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
}

.orb-ring-one   { width: 610px; height: 210px; }
.orb-ring-two   { width: 490px; height: 310px; transform: translate(-50%, -50%) rotate(-38deg); }
.orb-ring-three { width: 330px; height: 330px; border-color: rgba(255, 87, 20, 0.11); }

.orb-planet {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: var(--orb-orange);
}

.orb-planet-main {
  top: 48%; left: 38%;
  width: 20px; height: 20px;
  box-shadow: 0 0 12px var(--orb-orange), 0 0 30px rgba(255, 87, 20, 0.8), 0 0 55px rgba(255, 87, 20, 0.35);
}

.orb-planet-small {
  top: 18%; right: 8%;
  width: 8px; height: 8px;
  box-shadow: 0 0 12px rgba(255, 87, 20, 0.75);
}

/* =====================================================
   MOCKUP CELULAR
===================================================== */

.orb-phone {
  position: relative;
  z-index: 4;
  width: 300px;
  height: 590px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 46px;
  background: linear-gradient(145deg, #272522, #080808 35%, #191714);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.7),
    0 0 0 3px rgba(255, 87, 20, 0.05),
    0 0 45px rgba(255, 87, 20, 0.09);
}

.orb-phone-speaker {
  position: absolute;
  z-index: 7;
  top: 15px; left: 50%;
  width: 90px; height: 20px;
  border-radius: 0 0 15px 15px;
  background: #050505;
  transform: translateX(-50%);
}

.orb-phone-screen {
  position: relative;
  height: 100%;
  padding: 32px 17px 12px;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 75% 36%, rgba(255, 87, 20, 0.055), transparent 24%),
    linear-gradient(180deg, #090909, #0c0c0c);
}

.orb-phone-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.orb-phone-header strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--orb-orange);
}

.orb-phone-icons { display: flex; gap: 14px; color: var(--orb-orange); }

.orb-phone-welcome {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 18px;
}

.orb-phone-welcome strong { font-size: 0.95rem; font-weight: 500; }
.orb-phone-welcome span   { font-size: 0.63rem; color: var(--orb-muted); }

.orb-phone-search {
  height: 34px;
  margin-bottom: 22px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.035);
}

.orb-phone-search span,
.orb-phone-search p { font-size: 0.6rem; color: #716a66; }

.orb-phone-label { margin-bottom: 9px; font-size: 0.62rem; color: #bab2ae; }

.orb-phone-activity {
  position: relative;
  min-height: 82px;
  margin-bottom: 20px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 87, 20, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 87, 20, 0.035), transparent);
}

.orb-phone-activity > div:not(.orb-phone-mini-orbit) {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.orb-phone-activity strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 500;
  color: var(--orb-orange);
}

.orb-phone-activity span { font-size: 0.48rem; line-height: 1.35; color: var(--orb-muted); }

.orb-phone-mini-orbit {
  position: absolute;
  top: 50%; left: 50%;
  width: 64px; height: 64px;
  border: 1px solid rgba(255, 87, 20, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orb-phone-mini-orbit::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 82px; height: 36px;
  border: 1px solid rgba(255, 87, 20, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
}

.orb-phone-mini-orbit span {
  position: absolute;
  top: 50%; left: 50%;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--orb-orange);
  box-shadow: 0 0 14px var(--orb-orange);
  transform: translate(-50%, -50%);
}

.orb-phone-card {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.018);
}

.orb-phone-card-top,
.orb-phone-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orb-phone-card-top { margin-bottom: 10px; }

.orb-phone-card-top span,
.orb-phone-card-top small {
  font-family: "Space Mono", monospace;
  font-size: 0.42rem;
  letter-spacing: 0.08em;
  color: var(--orb-orange);
}

.orb-phone-card-top small {
  padding: 2px 5px;
  border: 1px solid rgba(255, 87, 20, 0.35);
  border-radius: 4px;
}

.orb-phone-card > strong { display: block; margin-bottom: 6px; font-size: 0.72rem; font-weight: 400; }
.orb-phone-card > p { margin-bottom: 12px; font-size: 0.5rem; line-height: 1.45; color: var(--orb-muted); }
.orb-phone-card-footer span { font-size: 0.46rem; color: var(--orb-muted); }

.orb-phone-nav {
  position: absolute;
  left: 10px; right: 10px; bottom: 8px;
  height: 58px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.orb-phone-nav > span {
  min-width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 0.8rem;
  color: #766e69;
}

.orb-phone-nav small { font-size: 0.38rem; }
.orb-phone-nav .active { color: var(--orb-orange); }

.orb-phone-nav .orb-phone-plus {
  width: 45px; height: 45px; min-width: 45px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--orb-orange);
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--orb-orange);
  box-shadow: 0 0 18px rgba(255, 87, 20, 0.25);
}

/* =====================================================
   CONTENIDO Y PANELES
===================================================== */

.orb-content {
  position: relative;
  z-index: 4;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 60px);
  scroll-margin-top: 100px;
}

.orb-panel {
  border: 1px solid var(--orb-border);
  background:
    linear-gradient(135deg, rgba(255, 87, 20, 0.016), transparent 40%),
    rgba(10, 10, 10, 0.88);
}

.orb-section-label { margin-bottom: 22px; font-size: 0.78rem; font-weight: 700; }

/* =====================================================
   CÓMO FUNCIONA
===================================================== */

.orb-how {
  min-height: 250px;
  padding: 48px 65px;
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(540px, 1.3fr);
  gap: 70px;
  align-items: center;
}

.orb-panel-intro p:last-child {
  max-width: 390px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--orb-muted);
  text-align: justify;
  text-align-last: left;
}

.orb-exchange {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.orb-exchange-step {
  min-width: 145px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.orb-exchange-step strong {
  width: 100%;
  margin-top: 14px;
  text-align: center;
  font-family: "Space Mono", monospace;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a9a09a;
}

.orb-person-icon,
.orb-credit-icon,
.orb-request-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 87, 20, 0.42);
  border-radius: 50%;
  color: var(--orb-orange);
}

.orb-person-icon  { width: 56px; height: 56px; }
.orb-credit-icon,
.orb-request-icon { width: 78px; height: 78px; box-shadow: 0 0 22px rgba(255, 87, 20, 0.09); }

.orb-exchange-symbol { color: var(--orb-muted); }

/* =====================================================
   CATEGORÍAS
===================================================== */

.orb-categories {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
}

.orb-category-column,
.orb-fast-help { padding: 38px 65px; }

.orb-category-column { border-right: 1px solid var(--orb-border); }

.orb-category-list { display: grid; gap: 13px; list-style: none; }

.orb-category-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 0.88rem;
  color: #b5ada9;
}

.orb-category-list span {
  min-width: 20px;
  display: flex;
  align-items: center;
  color: var(--orb-orange);
}

.orb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 25px;
}

.orb-tags span {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--orb-border-strong);
  border-radius: 100px;
  font-family: "Space Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--orb-orange);
  transition: color 0.25s, background 0.25s, box-shadow 0.25s;
}

.orb-tags span:hover {
  color: #080808;
  background: var(--orb-orange);
  box-shadow: 0 0 18px rgba(255, 87, 20, 0.25);
}

.orb-fast-help > p:last-child {
  font-size: 0.86rem;
  color: var(--orb-muted);
  text-align: justify;
  text-align-last: left;
}

/* =====================================================
   ACCIONES
===================================================== */

.orb-actions-section { padding: 38px 52px 46px; }

.orb-actions {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.orb-action-card {
  min-height: 145px;
  padding: 21px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  border: 1px solid rgba(255, 87, 20, 0.16);
  border-radius: 4px;
  background: linear-gradient(145deg, rgba(255, 87, 20, 0.018), transparent);
  transition: transform 0.25s, border-color 0.25s, background 0.25s;
}

.orb-action-card:hover {
  transform: translateY(-4px);
  border-color: var(--orb-border-strong);
  background: rgba(255, 87, 20, 0.035);
}

.orb-action-icon { font-size: 1.8rem; color: var(--orb-orange); }

.orb-action-card p {
  font-size: 0.76rem;
  line-height: 1.6;
  color: #aaa19c;
  text-align: justify;
  text-align-last: left;
}

.orb-stars {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--orb-orange);
  filter: drop-shadow(0 0 5px rgba(255, 87, 20, 0.55));
}

/* =====================================================
   NIVELES
===================================================== */

.orb-levels-section { padding: 38px 52px 48px; }

.orb-levels-header {
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orb-levels-header p:last-child {
  max-width: 410px;
  font-size: 0.85rem;
  color: var(--orb-muted);
  text-align: justify;
  text-align-last: left;
}

.orb-levels-orbit {
  position: relative;
  width: 110px; height: 60px;
  display: block;
  border: 1px solid rgba(255, 87, 20, 0.18);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.orb-levels-orbit i {
  position: absolute;
  top: 50%; left: 65%;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--orb-orange);
  box-shadow: 0 0 10px var(--orb-orange);
}

.orb-levels {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.orb-levels::before {
  content: "";
  position: absolute;
  top: 10px; left: 5%; right: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orb-orange), transparent);
  opacity: 0.6;
}

.orb-level {
  position: relative;
  padding-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.orb-level-point {
  position: absolute;
  top: 0;
  width: 20px; height: 20px;
  border: 1px solid var(--orb-orange);
  border-radius: 50%;
  background: #090909;
  box-shadow: 0 0 0 7px rgba(255, 87, 20, 0.04);
}

.orb-level-point::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--orb-orange);
  box-shadow: 0 0 9px var(--orb-orange);
}

.orb-level small {
  margin-bottom: 8px;
  font-family: "Space Mono", monospace;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orb-muted);
}

.orb-level strong {
  margin-bottom: 18px;
  font-family: "Space Mono", monospace;
  font-size: 0.64rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orb-orange);
}

.orb-level-planet { font-size: 2.5rem; color: var(--orb-orange); }

/* =====================================================
   CIERRE
===================================================== */

.orb-closing {
  min-height: 180px;
  padding: 45px 58px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--orb-border);
  border-top: none;
  background: linear-gradient(90deg, rgba(255, 87, 20, 0.04), transparent);
}

.orb-closing > span {
  width: 72px; height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orb-border-strong);
  border-radius: 50%;
  font-size: 2rem;
  color: var(--orb-orange);
  box-shadow: 0 0 0 10px rgba(255, 87, 20, 0.025);
  flex-shrink: 0;
}

.orb-closing-quote {
  max-width: 900px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #c8bdb8;
  text-shadow: none;
}

/* =====================================================
   DIFERENCIADOR IA
===================================================== */

.orb-diferenciador {
  border: 1px solid var(--orb-border);
  border-top: none;
  background: linear-gradient(180deg, rgba(255, 87, 20, 0.025), transparent);
}

.orb-dif-main {
  display: grid;
  grid-template-columns: auto 1px 1fr;
  align-items: center;
  padding: 52px 65px;
  min-height: 260px;
}

.orb-dif-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  padding-right: 52px;
}

.orb-dif-orbit-outer {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 87, 20, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orb-dif-orbit-inner {
  position: absolute;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(255, 87, 20, 0.15);
  border-radius: 50%;
}

.orb-dif-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orb-orange);
  box-shadow: 0 0 10px rgba(255, 87, 20, 0.8);
  left: 50%;
  transform: translateX(-50%);
}

.orb-dif-dot-top    { top: -4px; }
.orb-dif-dot-bottom { bottom: -4px; right: 22%; left: auto; transform: none; }

.orb-dif-people {
  position: relative;
  z-index: 2;
  color: var(--orb-orange);
  display: flex;
  align-items: center;
  justify-content: center;
}

.orb-dif-bubble {
  position: absolute;
  top: -18px;
  right: -22px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 87, 20, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0c0908;
  color: var(--orb-orange);
}

.orb-dif-divider {
  align-self: stretch;
  background: rgba(255, 87, 20, 0.22);
  width: 1px;
}

.orb-dif-copy {
  padding-left: 52px;
}

.orb-dif-headline {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--orb-text);
  margin-bottom: 18px;
}

.orb-dif-headline span {
  color: var(--orb-orange);
}

.orb-dif-body {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--orb-muted);
  max-width: 440px;
  text-align: justify;
  text-align-last: left;
}

.orb-dif-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 87, 20, 0.14);
}

.orb-dif-feature {
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(255, 87, 20, 0.14);
}

.orb-dif-feature:last-child { border-right: none; }

.orb-dif-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 87, 20, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orb-orange);
}

.orb-dif-feature p {
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--orb-text);
  font-family: "Space Mono", monospace;
  letter-spacing: 0.04em;
}

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

@media (max-width: 1100px) {

  .orb-hero {
    height: auto;
    min-height: calc(100vh - 82px);
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 60px 40px 60px;
  }

  .orb-phone { margin: 0 auto; }
  .orb-system { display: none; }

  .orb-how { grid-template-columns: 1fr; gap: 45px; }
  .orb-exchange { justify-content: center; }
  .orb-actions { grid-template-columns: repeat(3, 1fr); }

  .orb-dif-main {
    grid-template-columns: 1fr;
    padding: 40px 40px;
    gap: 36px;
    text-align: center;
  }

  .orb-dif-visual { width: 100%; padding-right: 0; }
  .orb-dif-divider { display: none; }
  .orb-dif-copy { padding-left: 0; }
  .orb-dif-body { margin: 0 auto; }
}

@media (max-width: 800px) {

  .orb-app { padding: 0 0 60px; }
  .orb-decoration { display: none; }

  .orb-hero {
    padding: 50px 20px 50px;
    text-align: center;
  }

  .orb-hero-copy { margin: 0 auto; }
  .orb-main-button { margin: 0 auto; }
  .orb-slogan { font-size: 0.73rem; }

  .orb-phone { width: 285px; height: 570px; }

  .orb-how,
  .orb-category-column,
  .orb-fast-help,
  .orb-actions-section,
  .orb-levels-section { padding: 30px 22px; }

  .orb-exchange { flex-direction: column; }
  .orb-categories { grid-template-columns: 1fr; }

  .orb-category-column {
    border-right: none;
    border-bottom: 1px solid var(--orb-border);
  }

  .orb-actions { grid-template-columns: 1fr; }
  .orb-action-card { min-height: auto; }

  .orb-levels-header { align-items: flex-start; gap: 24px; }
  .orb-levels-orbit { display: none; }

  .orb-levels { grid-template-columns: 1fr; gap: 25px; }

  .orb-levels::before {
    top: 0; bottom: 0;
    left: 10px; right: auto;
    width: 1px; height: auto;
  }

  .orb-level { padding: 0 0 0 42px; align-items: flex-start; text-align: left; }
  .orb-level-point { top: 0; left: 0; }
  .orb-level-planet { display: none; }

  .orb-closing { padding: 34px 24px; grid-template-columns: 1fr; }
  .orb-closing-quote { font-size: clamp(1rem, 4vw, 1.3rem); }

  .orb-dif-main { padding: 30px 22px; }
  .orb-dif-features { grid-template-columns: repeat(2, 1fr); }

  .orb-dif-feature {
    border-right: none;
    border-bottom: 1px solid rgba(255, 87, 20, 0.14);
    padding: 20px 22px;
  }

  .orb-dif-feature:nth-child(odd) { border-right: 1px solid rgba(255, 87, 20, 0.14); }
  .orb-dif-feature:nth-last-child(-n+2) { border-bottom: none; }
}

/* =====================================================
   PANTALLAS / CARRUSEL
===================================================== */

.pantallas {
  position: relative;
  padding: 0 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 75, 0, 0.07), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(255, 75, 0, 0.05), transparent 24%),
    #080708;
  border-top: 1px solid rgba(255, 90, 18, 0.13);
}

.pantallas::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 88, 15, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 88, 15, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 60%);
}

.pantallas-header {
  position: relative;
  z-index: 2;
  padding: 90px clamp(40px, 7vw, 110px) 50px;
  max-width: 1500px;
  margin: 0 auto;
}

.pantallas-kicker {
  font-family: "Space Mono", monospace;
  font-size: 0.73rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--acento);
  margin-bottom: 22px;
}

.pantallas-titulo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: -0.02em;
  color: var(--acento);
  text-shadow:
    0 0 7px rgba(255, 94, 22, 0.74),
    0 0 22px rgba(255, 76, 0, 0.4),
    0 0 70px rgba(255, 76, 0, 0.14);
}

/* ── SLIDER ── */

.slider-wrap {
  position: relative;
  z-index: 2;
}

.slider-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
}

.slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5vw;
  padding: 0 clamp(40px, 7vw, 110px);
  max-width: 1500px;
  margin: 0 auto;
}

/* ── IMAGEN ── */

.slide-img-wrap {
  justify-self: center;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 9 / 16;
  max-height: 68vh;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 90, 18, 0.32);
  background: #0c0c0c;
  box-shadow:
    0 0 0 1px rgba(255, 90, 18, 0.06),
    0 25px 70px rgba(0, 0, 0, 0.65),
    0 0 40px rgba(255, 87, 20, 0.08);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.slide-img-wrap:hover {
  border-color: rgba(255, 90, 18, 0.7);
  box-shadow:
    0 0 0 1px rgba(255, 90, 18, 0.12),
    0 30px 80px rgba(0, 0, 0, 0.7),
    0 0 55px rgba(255, 87, 20, 0.18);
}

.slide-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.slide-img-wrap:hover img { transform: scale(1.02); }

/* placeholder si no cargó la imagen */
.slide-img-wrap.sin-imagen {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 87, 20, 0.4);
}

/* ── INFO ── */

.slide-info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.slide-num {
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  color: var(--acento);
}

.slide-titulo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
  color: var(--texto);
  letter-spacing: 0.01em;
}

.slide-lista {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.slide-lista li {
  position: relative;
  padding-left: 1.4rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--texto-suave);
  line-height: 1.55;
}

.slide-lista li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--acento);
  box-shadow: 0 0 8px rgba(255, 87, 20, 0.7);
}

/* ── BOTONES PREV / NEXT ── */

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 87, 20, 0.04);
  border: 1px solid rgba(255, 90, 18, 0.32);
  border-radius: 50%;
  color: var(--acento);
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.slider-btn:hover {
  background: rgba(255, 87, 20, 0.1);
  border-color: rgba(255, 90, 18, 0.7);
  box-shadow: 0 0 18px rgba(255, 87, 20, 0.2);
  transform: translateY(-50%) scale(1.06);
}

.slider-prev { left: clamp(12px, 2vw, 32px); }
.slider-next { right: clamp(12px, 2vw, 32px); }

/* ── DOTS ── */

.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 3rem;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 90, 18, 0.25);
  border: 1px solid rgba(255, 90, 18, 0.35);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}

.dot.activo {
  background: var(--acento);
  border-color: var(--acento);
  transform: scale(1.5);
  box-shadow: 0 0 10px rgba(255, 87, 20, 0.7);
}

/* ── RESPONSIVE ── */

@media (max-width: 900px) {
  .slide {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 2.5rem;
    padding: 0 clamp(20px, 5vw, 50px);
  }

  .slide-img-wrap {
    max-width: 240px;
    max-height: 50vh;
  }

  .slide-lista li { padding-left: 0; }
  .slide-lista li::before { display: none; }

  .slider-prev { left: 6px; }
  .slider-next { right: 6px; }

  .pantallas-header { padding: 70px 22px 40px; }
}

@media (max-width: 650px) {
  .pantallas-titulo { font-size: clamp(3rem, 16vw, 5rem); }
  .slide-img-wrap { max-width: 200px; max-height: 44vh; }
}