/* ==========================================================================
   LogisticDrive — sistema de diseño 2.0 de la web pública
   Verde corporativo #045A41 · Inter variable autoalojada (RGPD limpio)
   Dos climas: bandas oscuras "bosque" para vender, claras para explicar.
   ========================================================================== */

@font-face {
  font-family: "Inter";
  src: url("../fonts/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --verde:        #045A41;
  --verde-osc:    #03412F;
  --verde-claro:  #0E8A62;
  --verde-neon:   #2FBF8F;
  --verde-fondo:  #E9F3EE;

  --bosque:       #081711;   /* fondo oscuro principal */
  --bosque-2:     #0C2018;   /* tarjetas sobre oscuro */
  --bosque-3:     #122C21;
  --borde-osc:    rgba(47, 191, 143, .18);

  --tinta:        #0F1B15;
  --tinta-suave:  #53645A;
  --hueso:        #F6F7F4;   /* fondo claro cálido */
  --papel:        #FFFFFF;
  --linea:        #E2E8E3;

  --ambar:        #E5A33D;
  --ambar-osc:    #B4700F;

  --sombra-s:     0 1px 2px rgba(8, 23, 17, .06), 0 8px 24px -12px rgba(8, 23, 17, .18);
  --sombra-l:     0 2px 6px rgba(8, 23, 17, .12), 0 30px 60px -24px rgba(8, 23, 17, .45);
  --radio:        18px;
  --ancho:        1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--hueso);
  color: var(--tinta);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--verde); }

.contenedor { max-width: var(--ancho); margin: 0 auto; padding: 0 28px; }

/* ---------- Tipografía ---------- */

h1, h2, h3 { line-height: 1.05; letter-spacing: -0.035em; margin: 0 0 .5em; text-wrap: balance; }

h1 { font-size: clamp(2.5rem, 6.4vw, 4.4rem); font-weight: 860; }

h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 830; }

h3 { font-size: 1.22rem; font-weight: 750; letter-spacing: -0.015em; line-height: 1.25; }

p { margin: 0 0 1em; }

.entradilla { font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.55; color: var(--tinta-suave); max-width: 58ch; }

.centrada { margin-left: auto; margin-right: auto; text-align: center; }

.pastilla {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--verde);
  background: var(--verde-fondo);
  border: 1px solid #CDE2D7;
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: 18px;
}

.pastilla::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--verde-claro); }

.pastilla.ambar { color: var(--ambar-osc); background: #FBF1DE; border-color: #EFDDBB; }
.pastilla.ambar::before { background: var(--ambar); }

/* Sobre fondo oscuro */
.oscuro { background: var(--bosque); color: #E9F6EF; }
.oscuro h1, .oscuro h2, .oscuro h3 { color: #F4FBF7; }
.oscuro p { color: #AFC9BB; }
.oscuro .entradilla { color: #AFC9BB; }
.oscuro .pastilla { color: var(--verde-neon); background: rgba(47,191,143,.08); border-color: var(--borde-osc); }
.oscuro .pastilla::before { background: var(--verde-neon); }
.oscuro a { color: var(--verde-neon); }

/* ---------- Cabecera ---------- */

.cabecera {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(8, 23, 17, .78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(47,191,143,.14);
}

.cabecera-fila { display: flex; align-items: center; gap: 30px; height: 72px; }

.logo {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background: var(--verde);
  color: #fff;
  font-weight: 900;
  font-style: italic;
  font-size: .92rem;
  line-height: 1.02;
  letter-spacing: .04em;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 6px 18px -6px rgba(4,90,65,.8);
}

.logo span:last-child { letter-spacing: .28em; }

.nav { display: flex; gap: 26px; margin-left: auto; align-items: center; }

.nav a {
  color: #D7E7DD;
  text-decoration: none;
  font-weight: 620;
  font-size: .95rem;
  transition: color .15s ease;
}

.nav a:hover { color: #fff; }

.nav .actual { color: var(--verde-neon); }

.nav-boton { display: none; margin-left: auto; background: none; border: 1px solid rgba(255,255,255,.25); color: #fff; border-radius: 10px; padding: 8px 13px; font-size: 1.15rem; cursor: pointer; }

@media (max-width: 900px) {
  .nav {
    display: none;
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: var(--bosque);
    border-bottom: 1px solid var(--borde-osc);
    flex-direction: column;
    align-items: stretch;
    padding: 14px 28px 24px;
    gap: 16px;
    box-shadow: var(--sombra-l);
  }
  .nav.abierta { display: flex; }
  .nav-boton { display: block; }
  .nav .boton { text-align: center; }
}

/* ---------- Botones ---------- */

/* El verde es la voz de la marca; el ÁMBAR es la acción. Un CTA cálido no se
   camufla en el bosque verde: salta. (Regla salida de la auditoría visual.) */
.boton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(180deg, #F2B45A, var(--ambar));
  color: #221503 !important;
  font-weight: 780;
  font-size: 1.02rem;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 1px 0 rgba(255,255,255,.4) inset, 0 10px 26px -10px rgba(229, 163, 61, .65);
  transition: transform .14s ease, box-shadow .14s ease, filter .14s ease;
}

.boton:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 1px 0 rgba(255,255,255,.4) inset, 0 16px 34px -12px rgba(229, 163, 61, .8); }

.boton.secundario {
  background: transparent;
  color: var(--verde) !important;
  border: 2px solid var(--verde);
  box-shadow: none;
}

.boton.secundario:hover { background: var(--verde-fondo); }

.oscuro .boton.secundario, .heroe .boton.secundario {
  color: #fff !important;
  border-color: rgba(255,255,255,.45);
}

.oscuro .boton.secundario:hover, .heroe .boton.secundario:hover { background: rgba(255,255,255,.1); }

.boton.grande { font-size: 1.12rem; padding: 18px 34px; border-radius: 14px; }

.boton.claro { background: linear-gradient(180deg, #F2B45A, var(--ambar)); color: #221503 !important; box-shadow: 0 12px 30px -10px rgba(0,0,0,.45); border: none; }

.nota-boton { font-size: .88rem; color: var(--tinta-suave); margin-top: 12px; }

.oscuro .nota-boton { color: #8FB8A4; }

/* ---------- Secciones ---------- */

.seccion { padding: 96px 0; position: relative; }

.seccion.compacta { padding: 64px 0; }

.seccion.blanca { background: var(--papel); border-top: 1px solid var(--linea); border-bottom: 1px solid var(--linea); }

.seccion-cabecera { max-width: 760px; margin-bottom: 56px; }

/* ---------- HÉROE fotográfico ---------- */

.heroe {
  position: relative;
  background: var(--bosque);
  color: #fff;
  overflow: hidden;
  padding: 96px 0 0;
}

.heroe.simple { padding-bottom: 84px; }

.heroe .foto-fondo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 62%;
}

.heroe .foto-fondo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(5, 16, 11, .96) 0%, rgba(5, 16, 11, .86) 34%, rgba(5, 24, 16, .45) 62%, rgba(5, 24, 16, .35) 100%),
    linear-gradient(0deg, var(--bosque) 0%, rgba(8,23,17,0) 34%);
}

.heroe .contenedor { position: relative; z-index: 2; }

.heroe h1 { color: #fff; max-width: 15ch; text-shadow: 0 2px 24px rgba(0,0,0,.35); }

.heroe h1 em { font-style: normal; color: var(--verde-neon); }

.heroe .entradilla { color: #CBE0D3; max-width: 52ch; font-weight: 480; }

.heroe .acciones { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }

.confianza {
  display: flex;
  gap: 12px 30px;
  flex-wrap: wrap;
  margin-top: 38px;
  font-size: .93rem;
  color: #A9C6B5;
}

.confianza b { color: #fff; font-weight: 700; }

.confianza span { display: inline-flex; align-items: center; gap: 9px; }

.confianza span::before {
  content: "";
  width: 18px; height: 18px;
  border-radius: 50%;
  flex: none;
  background: rgba(47,191,143,.18) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232FBF8F' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4 10-10'/%3E%3C/svg%3E") center/11px no-repeat;
}

/* Producto flotando al pie del héroe */
.heroe-producto {
  position: relative;
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

.heroe-producto .marco-navegador { max-width: 900px; transform: translateY(1px); }

/* Tarjetitas flotantes sobre el producto */
.flotante {
  position: absolute;
  z-index: 3;
  background: rgba(12, 32, 24, .88);
  backdrop-filter: blur(10px);
  border: 1px solid var(--borde-osc);
  color: #EAF7F0;
  border-radius: 14px;
  padding: 13px 17px;
  font-size: .9rem;
  font-weight: 640;
  box-shadow: var(--sombra-l);
  display: flex;
  align-items: center;
  gap: 11px;
  animation: flotar 5.5s ease-in-out infinite;
}

.flotante small { display: block; font-weight: 480; color: #93BCA6; font-size: .78rem; }

.flotante .punto { width: 34px; height: 34px; flex: none; border-radius: 10px; display: grid; place-items: center; background: rgba(47,191,143,.16); font-size: 1.05rem; }

.flotante.f1 { top: -22px; right: 4%; animation-delay: 0s; }
.flotante.f2 { bottom: 26%; left: 1%; animation-delay: 1.6s; }
.flotante.f3 { bottom: 8%; right: 2%; animation-delay: 3s; }

@keyframes flotar {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@media (max-width: 760px) {
  .flotante { display: none; }
  .heroe { padding-top: 64px; }
}

/* ---------- Cinta de cifras ---------- */

.cinta {
  background: var(--bosque);
  border-top: 1px solid var(--borde-osc);
  padding: 34px 0;
}

.cinta .contenedor {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 26px;
}

.cinta .celda { text-align: center; }

.cinta .num {
  display: block;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 850;
  letter-spacing: -0.03em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.cinta .num i { font-style: normal; color: var(--verde-neon); }

.cinta .que { font-size: .85rem; color: #8FB8A4; font-weight: 560; }

/* ---------- Marcos de producto ---------- */

.marco-navegador {
  background: #0D1D15;
  border: 1px solid rgba(47,191,143,.22);
  border-radius: var(--radio);
  box-shadow: var(--sombra-l);
  overflow: hidden;
}

.marco-navegador .barra {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background: linear-gradient(180deg, #10251B, #0C1D15);
  border-bottom: 1px solid rgba(47,191,143,.14);
}

.marco-navegador .barra i { width: 11px; height: 11px; border-radius: 50%; background: #24443533; border: 1px solid #2FBF8F44; }

.marco-navegador .barra .url {
  margin-left: 10px;
  font-size: .72rem;
  color: #7FA995;
  background: rgba(255,255,255,.05);
  border-radius: 7px;
  padding: 4px 12px;
  letter-spacing: .02em;
}

.marco-movil {
  width: min(310px, 80vw);
  border-radius: 40px;
  border: 11px solid #0D1D15;
  outline: 1px solid rgba(47,191,143,.3);
  box-shadow: var(--sombra-l);
  overflow: hidden;
  background: #0D1D15;
  position: relative;
}

.marco-movil::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 110px; height: 22px;
  background: #0D1D15;
  border-radius: 0 0 14px 14px;
  z-index: 2;
}

.marco-movil img { border-radius: 26px; }

/* Composición foto + producto */
.composicion { position: relative; }

.composicion .foto {
  border-radius: var(--radio);
  overflow: hidden;
  box-shadow: var(--sombra-l);
}

.composicion .foto img { width: 100%; object-fit: cover; }

.composicion .encima {
  position: absolute;
  right: -18px;
  bottom: -30px;
  width: min(320px, 62%);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(47,191,143,.35);
  box-shadow: var(--sombra-l);
}

@media (max-width: 900px) {
  .composicion .encima { right: 8px; bottom: -22px; }
}

/* ---------- Tarjetas ---------- */

.tarjetas { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 22px; }

.tarjeta {
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: var(--radio);
  padding: 30px 28px;
  box-shadow: var(--sombra-s);
  transition: transform .18s ease, box-shadow .18s ease;
}

.tarjeta:hover { transform: translateY(-4px); box-shadow: var(--sombra-l); }

.tarjeta .icono {
  width: 50px; height: 50px;
  display: grid; place-items: center;
  background: linear-gradient(160deg, var(--verde-fondo), #DDEEE5);
  color: var(--verde);
  border: 1px solid #CDE2D7;
  border-radius: 14px;
  margin-bottom: 18px;
}

.tarjeta .icono svg { width: 25px; height: 25px; }

.tarjeta p { font-size: .97rem; color: var(--tinta-suave); margin: 0; }

.oscuro .tarjeta { background: var(--bosque-2); border-color: var(--borde-osc); }
.oscuro .tarjeta p { color: #9DBFAC; }
.oscuro .tarjeta .icono { background: rgba(47,191,143,.1); border-color: var(--borde-osc); color: var(--verde-neon); }

/* ---------- Pasos ---------- */

.pasos { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; counter-reset: paso; }

.paso {
  position: relative;
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: var(--radio);
  padding: 36px 26px 28px;
  box-shadow: var(--sombra-s);
}

.paso::before {
  counter-increment: paso;
  content: counter(paso, decimal-leading-zero);
  position: absolute;
  top: -20px; left: 24px;
  min-width: 44px; height: 40px;
  display: grid; place-items: center;
  background: linear-gradient(180deg, #0A7A57, var(--verde));
  color: #fff;
  font-weight: 830;
  font-size: .95rem;
  border-radius: 12px;
  padding: 0 10px;
  box-shadow: 0 8px 20px -8px rgba(4,90,65,.7);
}

.paso p { color: var(--tinta-suave); font-size: .97rem; margin: 0; }

/* ---------- Datos del sector ---------- */

.datos { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }

.dato {
  background: var(--bosque-2);
  border: 1px solid var(--borde-osc);
  border-radius: var(--radio);
  padding: 28px 26px;
}

.dato .cifra {
  display: block;
  font-size: clamp(2.2rem, 3.6vw, 3rem);
  font-weight: 860;
  letter-spacing: -0.045em;
  color: var(--ambar);
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}

.dato p { color: #AFC9BB; font-size: .95rem; margin: .55em 0 0; }

.dato .fuente { font-size: .78rem; color: #6E8F7E; }

/* ---------- Comparativa ---------- */

.tabla-envoltorio { overflow-x: auto; border: 1px solid var(--borde-osc); border-radius: var(--radio); background: var(--bosque-2); box-shadow: var(--sombra-l); }

table.comparativa { border-collapse: collapse; width: 100%; min-width: 700px; font-size: .95rem; }

.comparativa th, .comparativa td { padding: 16px 20px; text-align: left; border-bottom: 1px solid rgba(47,191,143,.1); vertical-align: top; color: #C6DACD; }

.comparativa thead th { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: #8FB8A4; }

.comparativa thead th:nth-child(2) { color: var(--verde-neon); }

.comparativa tr:last-child td { border-bottom: none; }

.comparativa td:first-child { color: #E9F6EF; font-weight: 640; }

.comparativa .si { color: var(--verde-neon); font-weight: 720; }

.comparativa .no { color: #D98A80; }

.comparativa td:nth-child(2) { background: rgba(47,191,143,.07); border-left: 1px solid var(--borde-osc); border-right: 1px solid var(--borde-osc); }

/* ---------- Precios ---------- */

.precios { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 24px; align-items: stretch; }

.precio {
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: var(--radio);
  padding: 34px 30px;
  box-shadow: var(--sombra-s);
  display: flex;
  flex-direction: column;
}

.precio.destacado {
  background: linear-gradient(170deg, #0C231A, var(--bosque));
  border: 1px solid rgba(47,191,143,.4);
  color: #E9F6EF;
  box-shadow: var(--sombra-l);
  position: relative;
}

.precio.destacado::before {
  content: "El que eligen las flotas";
  position: absolute;
  top: -13px; left: 26px;
  background: var(--verde-neon);
  color: #06231A;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 13px;
}

.precio h3 { margin-bottom: 4px; }

.precio.destacado h3, .precio.destacado .cantidad { color: #fff; }

.precio .cantidad { font-size: 2.7rem; font-weight: 860; letter-spacing: -0.04em; margin: 8px 0 2px; }

.precio .cantidad small { font-size: 1rem; font-weight: 560; color: var(--tinta-suave); letter-spacing: 0; }

.precio.destacado .cantidad small { color: #8FB8A4; }

.precio .lista-ticks { flex: 1; margin-top: 16px; }

.precio.destacado .lista-ticks li { color: #C6DACD; }

/* ---------- Preguntas ---------- */

.pregunta {
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: var(--sombra-s);
}

.pregunta summary {
  cursor: pointer;
  list-style: none;
  padding: 21px 58px 21px 26px;
  font-weight: 700;
  font-size: 1.02rem;
  position: relative;
}

.pregunta summary::-webkit-details-marker { display: none; }

.pregunta summary::after {
  content: "+";
  position: absolute;
  right: 20px; top: 50%;
  transform: translateY(-50%);
  width: 30px; height: 30px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--verde-fondo);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--verde);
}

.pregunta[open] summary::after { content: "−"; }

.pregunta .respuesta { padding: 0 26px 24px; color: var(--tinta-suave); }

.pregunta .respuesta p:last-child { margin-bottom: 0; }

/* ---------- Blog ---------- */

.articulos { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }

.articulo-tarjeta {
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: var(--radio);
  overflow: hidden;
  box-shadow: var(--sombra-s);
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}

.articulo-tarjeta:hover { transform: translateY(-4px); box-shadow: var(--sombra-l); }

.articulo-tarjeta .cuerpo { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }

.articulo-tarjeta .publico {
  font-size: .72rem;
  font-weight: 780;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--verde);
  margin-bottom: 10px;
}

.articulo-tarjeta h3 { font-size: 1.08rem; }

.articulo-tarjeta h3 a { color: var(--tinta); text-decoration: none; }

.articulo-tarjeta h3 a:hover { color: var(--verde); }

.articulo-tarjeta p { color: var(--tinta-suave); font-size: .93rem; flex: 1; }

.articulo-tarjeta .leer { font-weight: 720; text-decoration: none; font-size: .95rem; }

/* Página de artículo (la usan los 8 artículos ya escritos) */
.articulo { max-width: 730px; margin: 0 auto; padding: 72px 28px; }

.articulo h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); }

.articulo h2 { font-size: 1.5rem; margin-top: 2em; }

.articulo .miga { font-size: .88rem; margin-bottom: 20px; }

.articulo .meta { color: var(--tinta-suave); font-size: .9rem; margin-bottom: 2em; }

.articulo blockquote {
  border-left: 4px solid var(--verde);
  background: var(--verde-fondo);
  margin: 1.5em 0;
  padding: 18px 24px;
  border-radius: 0 var(--radio) var(--radio) 0;
}

.articulo blockquote p { margin: 0; }

.articulo .cta-articulo {
  background: linear-gradient(170deg, #0C231A, var(--bosque));
  border: 1px solid rgba(47,191,143,.35);
  border-radius: var(--radio);
  color: #fff;
  padding: 34px;
  margin: 2.5em 0 0;
  box-shadow: var(--sombra-l);
}

.articulo .cta-articulo h2 { color: #fff; margin-top: 0; }

.articulo .cta-articulo p { color: #AFC9BB; }

/* ---------- Banda CTA final con foto ---------- */

.cierre-foto {
  position: relative;
  padding: 120px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: var(--bosque);
}

.cierre-foto .foto-fondo { position: absolute; inset: 0; background-size: cover; background-position: center; }

.cierre-foto .foto-fondo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,16,11,.88), rgba(5,22,15,.82));
}

.cierre-foto .contenedor { position: relative; z-index: 2; }

.cierre-foto h2 { color: #fff; font-size: clamp(2rem, 4.6vw, 3.4rem); }

.cierre-foto .entradilla { color: #C4DBCD; margin: 0 auto; }

.cierre-foto .acciones { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }

/* ---------- Pie ---------- */

.pie { background: #050D09; color: #9DBFAC; padding: 64px 0 36px; font-size: .93rem; border-top: 1px solid rgba(47,191,143,.12); }

.pie a { color: #E9F6EF; text-decoration: none; }

.pie a:hover { color: var(--verde-neon); }

.pie-columnas { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 40px; }

@media (max-width: 780px) { .pie-columnas { grid-template-columns: 1fr 1fr; } }

.pie h4 { color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 14px; }

.pie ul { list-style: none; margin: 0; padding: 0; }

.pie li { margin-bottom: 9px; }

.pie .legal { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; font-size: .82rem; color: #5F7F6E; }

/* ---------- Utilidades ---------- */

.dos-columnas { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }

@media (max-width: 920px) { .dos-columnas { grid-template-columns: 1fr; gap: 48px; } }

.lista-ticks { list-style: none; padding: 0; margin: 0 0 1.4em; }

.lista-ticks li { position: relative; padding-left: 36px; margin-bottom: 13px; }

.lista-ticks li::before {
  content: "";
  position: absolute;
  left: 0; top: 2px;
  width: 23px; height: 23px;
  border-radius: 50%;
  background: var(--verde-fondo) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23045A41' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4 10-10'/%3E%3C/svg%3E") center/13px no-repeat;
}

.oscuro .lista-ticks li::before { background-color: rgba(47,191,143,.14); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232FBF8F' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4 10-10'/%3E%3C/svg%3E"); }

.aviso-audiencia {
  background: var(--verde-fondo);
  border: 1px solid #CDE2D7;
  border-radius: var(--radio);
  padding: 20px 24px;
  font-size: .97rem;
}

/* Aparición al hacer scroll (mejora progresiva: sin JS, todo visible) */
.revela { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }

.revela.visto { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .revela { opacity: 1; transform: none; transition: none; }
  .flotante { animation: none; }
}

html.sin-js .revela { opacity: 1; transform: none; }
