/* Mariano Campero · Gobernador de Tucumán 2027
   Paleta pedida por el cliente: rojo #9C0F06, azul #292546, degradé de botones. */
:root {
  --rojo: #9C0F06;
  --azul: #292546;
  --azul-hover: #1D1933;
  --tinta: #10203D;
  --texto: #46577A;
  --texto-2: #5A6B8C;
  --texto-3: #8598BC;
  --label: #3B4F72;
  --borde: #E4E9F5;
  --borde-2: #D8E0F0;
  --fondo-suave: #F5F8FE;
  --fondo-input: #FAFBFE;
  --verde: #1F8A57;
  --grad: linear-gradient(90deg, #0B5C8E 0%, #292546 50%, #9C0F06 100%);
  --sombra-card: 0 10px 26px -20px rgba(16,32,61,.45);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7.5rem; }
body { margin: 0; background: #FFFFFF; color: var(--tinta); font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif; line-height: 1.55; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--azul); }
a:hover { color: var(--azul-hover); }
input, textarea, button, select { font-family: inherit; }
input::placeholder, textarea::placeholder { color: var(--texto-3); }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ms { font-family: 'Material Symbols Outlined'; font-weight: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-transform: none; white-space: nowrap; font-variant-ligatures: normal; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; display: inline-block; }
.rojo { color: var(--rojo); }
.azul { color: var(--azul); }

/* ---------- Botones ---------- */
.btn-grad { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-weight: 600; color: #FFFFFF; text-decoration: none; background: var(--grad); border: 0; border-radius: 999px; cursor: pointer; }
.btn-grad:hover, .btn-grad:focus-visible { color: #FFFFFF; filter: brightness(1.08); }
.btn-grad:disabled { opacity: .7; cursor: progress; }
.btn-outline { display: inline-flex; align-items: center; gap: .6rem; padding: .9rem 2rem; font-size: 1.02rem; font-weight: 600; color: var(--azul); text-decoration: none; background: #FFFFFF; border: 2px solid var(--azul); border-radius: 999px; }
.btn-outline:hover { background: #EEF2FC; }

/* ---------- Flotantes ---------- */
.float-cta { position: fixed; left: 1.25rem; bottom: 1.25rem; z-index: 40; padding: .78rem 1.5rem; font-size: .9rem; box-shadow: 0 14px 28px -14px rgba(16,32,61,.75); }
.float-top { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 40; display: grid; place-items: center; width: 3.2rem; height: 3.2rem; border-radius: 50%; background: var(--grad); color: #FFFFFF; box-shadow: 0 12px 24px -10px rgba(11,30,58,.55); text-decoration: none; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.float-top.visible { opacity: 1; pointer-events: auto; }
.float-top:hover { color: #FFFFFF; filter: brightness(1.08); }
.float-top .ms { font-size: 1.4rem; }
.float-musica { position: fixed; right: 1.25rem; bottom: 5.1rem; z-index: 40; display: grid; place-items: center; width: 3.2rem; height: 3.2rem; border: 0; border-radius: 50%; background: #FFFFFF; color: var(--azul); box-shadow: 0 12px 24px -10px rgba(11,30,58,.55), inset 0 0 0 2px var(--azul); cursor: pointer; }
.float-musica .ms { font-size: 1.45rem; }
.float-musica[aria-pressed="true"] { background: var(--grad); color: #FFFFFF; box-shadow: 0 12px 24px -10px rgba(11,30,58,.55); }
.float-musica[aria-pressed="true"]::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid rgba(156,15,6,.45); animation: ondaMusica 1.8s ease-out infinite; }
@keyframes ondaMusica { from { transform: scale(.9); opacity: 1; } to { transform: scale(1.35); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .float-musica[aria-pressed="true"]::after { animation: none; opacity: 0; } }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid var(--borde); }
/* Franja del próximo sorteo: lo primero que se ve y queda fija con el menú. */
.barra-sorteo { display: flex; align-items: center; justify-content: center; gap: .6rem clamp(.8rem, 2vw, 1.6rem); padding: .5rem 1rem; background: var(--grad); color: #FFFFFF; text-decoration: none; font-size: .9rem; line-height: 1.2; }
.barra-sorteo:hover { color: #FFFFFF; }
.barra-sorteo:hover .bs-cta { background: #FFFFFF; color: var(--rojo); }
.bs-titulo { display: inline-flex; align-items: center; gap: .45rem; font-weight: 600; letter-spacing: .02em; white-space: nowrap; }
.bs-titulo .ms { font-size: 1.25rem; }
.bs-corto { display: none; }
.bs-reloj { display: inline-flex; gap: .3rem; }
.bs-reloj > span { display: inline-flex; align-items: baseline; gap: 1px; padding: .2rem .45rem; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28); border-radius: 7px; }
.bs-reloj b { font-size: 1.02rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.bs-reloj i { font-style: normal; font-size: .72rem; opacity: .85; }
.bs-cta { display: inline-flex; align-items: center; gap: .35rem; padding: .32rem .95rem; font-weight: 700; font-size: .85rem; border: 1.5px solid #FFFFFF; border-radius: 999px; white-space: nowrap; transition: background .2s, color .2s; }
#site-nav { display: flex; flex-wrap: nowrap; justify-content: center; gap: clamp(1rem, 2.2vw, 2rem); align-items: center; width: 100%; max-width: 72rem; margin-inline: auto; padding: 1.05rem clamp(1rem, 3vw, 2rem); }
.nav-inicio { font-size: 1rem; font-weight: 600; color: var(--azul); text-decoration: none; padding-bottom: .2rem; border-bottom: 2px solid var(--azul); white-space: nowrap; }
.nav-btn { font-size: .95rem; padding: .62rem 1.5rem; white-space: nowrap; flex-shrink: 0; }
.redes { display: flex; align-items: center; gap: .75rem; }
#site-nav .redes { margin-left: clamp(0rem, 1.5vw, 1rem); }
.red { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; border-radius: 50%; color: #FFFFFF; text-decoration: none; font-size: .95rem; flex-shrink: 0; }
.red:hover { color: #FFFFFF; filter: brightness(1.1); }
.red.fb { background: #1877F2; }
.red.ig { background: linear-gradient(135deg, #F58529, #DD2A7B, #8134AF, #515BD4); }
.red.tt { background: #010101; }

/* ---------- Portada ---------- */
#inicio { position: relative; overflow: hidden; background: #FFFFFF; }
/* La portada nunca es más alta que la pantalla (menos el menú): se ve entera de una vez. */
/* Proporciones de la portada original (908 x 263): foto a la izquierda, lema al centro y mapa a la derecha. */
#hero-stage { position: relative; width: 100%; aspect-ratio: 908 / 263; overflow: hidden; background: #FFFFFF url('../assets/hero-fondo.webp') center / cover no-repeat; display: flex; align-items: stretch; }
#hero-slogan { position: absolute; z-index: 1; left: 53.5%; top: 50%; width: 18.5%; height: auto; transform: translate(-50%, -50%); pointer-events: none; }
#hero-banner { position: relative; z-index: 4; width: 45%; flex-shrink: 0; }
#hero-banner img { position: absolute; top: 0; bottom: 0; left: 32%; width: 75.6%; height: 100%; object-fit: contain; object-position: center bottom; }
#hero-mariano { position: absolute; z-index: 5; left: 50%; bottom: 0; width: 44%; transform: translateX(-50%); pointer-events: none; line-height: 0; }
#hero-mariano img { width: 100%; height: auto; }
#hero-right { position: relative; z-index: 3; width: 55%; flex-shrink: 0; }
#hero-people { position: absolute; top: 8%; left: 30.9%; width: 36.4%; height: 85%; object-fit: contain; object-position: center; }
@keyframes heroFromLeft { from { opacity: 0; transform: translateX(-70%); } to { opacity: 1; transform: translateX(0); } }
@keyframes heroFromRight { from { opacity: 0; transform: translateX(70%); } to { opacity: 1; transform: translateX(0); } }
@keyframes heroFade { from { opacity: 0; } to { opacity: 1; } }
.hero-anim #hero-banner, .hero-anim #hero-people, .hero-anim #hero-slogan { opacity: 0; }
.hero-anim.hero-play #hero-banner { animation: heroFromLeft .6s ease-out forwards; }
.hero-anim.hero-play #hero-people { animation: heroFromRight .6s cubic-bezier(.22,.9,.34,1) .25s forwards; }
.hero-anim.hero-play #hero-slogan { animation: heroFade 1.6s linear .8s forwards; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-anim #hero-banner, .hero-anim #hero-people, .hero-anim #hero-slogan { opacity: 1; animation: none !important; }
}

/* Zócalo: "Campero" y "Gobernador" se alternan (js/app.js). */
#zocalo { display: grid; place-items: center; width: 100%; aspect-ratio: 3996 / 372; background: #292546 url('../assets/zocalo.webp') center / 100% 100% no-repeat; }
#zocalo span { grid-area: 1 / 1; font-size: clamp(1.4rem, 5.2vw, 5rem); font-weight: 800; line-height: 1; letter-spacing: .12em; text-transform: uppercase; color: #FFFFFF; opacity: 0; filter: blur(8px); transition: opacity 1.2s ease, filter 1.2s ease; }
#zocalo span.activa { opacity: 1; filter: blur(0); }

/* ---------- Secciones ---------- */
.sec { padding: clamp(3.5rem, 7vw, 6rem) 0; background: #FFFFFF; }
.sec-azul { background: linear-gradient(180deg, #EDF1FC 0%, #F5F7FD 100%); }
.sec-blanca { background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFE 100%); }
#compromiso { padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.wrap { width: 100%; max-width: 78rem; margin-inline: auto; padding-inline: clamp(1rem, 3vw, 2rem); }
.wrap-68 { max-width: 68rem; }
.wrap-angosto { max-width: 50rem; padding-inline: clamp(1.5rem, 6vw, 3rem); }
.kicker { display: flex; align-items: center; gap: .5rem; margin: 0 0 .7rem; font-size: .85rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--azul); }
.kicker-centro { justify-content: center; margin-bottom: .8rem; font-size: .85rem; text-align: center; }
.kicker-rojo { color: var(--rojo); }
.h2-izq { margin: 0 0 1.6rem; font-size: clamp(1.9rem, 3.6vw, 2.75rem); font-weight: 700; line-height: 1.16; letter-spacing: -.015em; color: var(--tinta); }
.h2-centro { max-width: 44rem; margin: 0 auto 1.3rem; font-size: clamp(1.9rem, 3.6vw, 2.85rem); font-weight: 700; line-height: 1.18; letter-spacing: -.02em; text-align: center; color: var(--tinta); }
#mesas .h2-centro { color: var(--azul); }
.lead { margin: 0 0 1.6rem; font-size: clamp(1.1rem, 1.6vw, 1.3rem); font-weight: 600; color: var(--azul); }
.lead-rojo { margin-top: -1.2rem; color: var(--rojo); font-weight: 700; }
.bio { display: grid; gap: 1.4rem; font-size: clamp(1.05rem, 1.4vw, 1.18rem); line-height: 1.85; color: var(--texto); }
.bio p { margin: 0; }
.acciones { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.bajada { max-width: 48rem; margin: 0 auto 2.2rem; font-size: clamp(1.02rem, 1.3vw, 1.15rem); line-height: 1.75; text-align: center; color: var(--texto-2); }
.bajada-corta { margin-bottom: .8rem; }
.subtitulo { margin: 0 0 .6rem; font-size: clamp(1.15rem, 1.6vw, 1.35rem); font-weight: 700; text-align: center; color: var(--tinta); }
.nota { max-width: 48rem; margin: 0 auto 3rem; font-size: .95rem; text-align: center; color: var(--texto-3); }
.contador { display: flex; align-items: center; justify-content: center; gap: .5rem; margin: 2.25rem 0 0; font-size: .95rem; color: var(--texto-2); }
.contador .ms { font-size: 1.1rem; }

/* ---------- Áreas ---------- */
.areas-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16.5rem), 1fr)); gap: 1.75rem; margin: 0; padding: 0; list-style: none; }
.area { display: flex; flex-direction: column; gap: .7rem; padding: 1.75rem 1.6rem 1.5rem; background: #FFFFFF; border: 1px solid var(--borde); border-radius: 14px; box-shadow: var(--sombra-card); }
.area-icono { display: grid; place-items: center; width: 3.35rem; height: 3.35rem; margin-bottom: .55rem; border-radius: 50%; }
.area-icono .ms { font-size: 1.7rem; }
.area h3 { margin: 0; font-size: 1.12rem; font-weight: 600; line-height: 1.3; color: var(--tinta); }
.area p { margin: 0 0 .6rem; font-size: .96rem; line-height: 1.6; color: #5C6E86; }
.area .btn-grad { margin-top: auto; padding: .75rem 1rem; font-size: .92rem; box-shadow: 0 8px 18px -10px rgba(122,42,194,.55); }

/* ---------- Dejá tu propuesta ---------- */
.propuestas-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; max-width: 68rem; }
.propuestas-intro { padding-top: .5rem; }
.propuestas-intro .kicker .ms { font-size: 1.15rem; }
.propuestas-texto { margin: 0 0 1.6rem; font-size: clamp(1.02rem, 1.3vw, 1.15rem); line-height: 1.8; color: var(--texto); }
.propuestas-puntos { display: grid; gap: .9rem; margin: 0; padding: 0; list-style: none; }
.propuestas-puntos li { display: flex; align-items: center; gap: .8rem; font-size: 1rem; font-weight: 500; color: var(--tinta); }
.propuestas-puntos .ms { display: grid; place-items: center; flex-shrink: 0; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: #FFFFFF; color: var(--rojo); font-size: 1.25rem; box-shadow: var(--sombra-card); }
#propuestas .card { box-shadow: 0 18px 40px -26px rgba(16,32,61,.5); }
@media (max-width: 820px) { .propuestas-grid { grid-template-columns: 1fr; } }

.foto-vacia { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(135deg, #EEF2FC 0%, #F8E4E2 100%); color: var(--texto-3); text-align: center; font-size: .9rem; }
.foto-vacia .ms { display: block; margin: 0 auto .4rem; font-size: 2.4rem; color: #B8C3DA; }

/* ---------- Emprender ---------- */
.emprender-caja { max-width: 34rem; margin: 0 auto; }
.countdown { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem 1.25rem; margin-bottom: 1.75rem; padding: 1.1rem 1.4rem; background: #FFFFFF; border: 1px solid var(--borde-2); border-radius: 14px; }
.countdown-titulo { width: 100%; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-align: center; color: var(--azul); }
.countdown div { text-align: center; min-width: 3.4rem; }
.countdown strong { display: block; font-size: 1.5rem; font-weight: 800; color: var(--tinta); font-variant-numeric: tabular-nums; }
.countdown div span { font-size: .68rem; text-transform: uppercase; color: var(--texto-2); }
.card { background: #FFFFFF; border: 1px solid var(--borde); border-radius: 16px; box-shadow: var(--sombra-card); }
.form { display: grid; gap: 1.05rem; padding: 1.8rem clamp(1.4rem, 4vw, 2.1rem); }
.campo { display: grid; gap: .35rem; }
.campo > span:first-child { font-size: .78rem; font-weight: 600; color: var(--label); }
.campo input, .campo select, .campo textarea { width: 100%; min-height: 2.8rem; padding: .65rem .9rem; font-size: .95rem; color: var(--tinta); background: var(--fondo-input); border: 1px solid var(--borde-2); border-radius: 9px; }
.campo textarea { min-height: 0; resize: vertical; }
.campo input:focus, .campo select:focus, .campo textarea:focus { outline: 2px solid rgba(41,37,70,.35); outline-offset: 1px; border-color: var(--azul); }
.campo .invalido { border-color: var(--rojo); background: #FFF7F6; }
.campo .input-file { min-height: 0; padding: .55rem .7rem; font-size: .85rem; color: var(--label); }
.cv-estado { font-size: .78rem; }
.cv-estado.ok { color: var(--verde); }
.cv-estado.error { color: var(--rojo); }
.fila-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr)); gap: 1.05rem; }
.check-caja { display: flex; align-items: flex-start; gap: .65rem; padding: .8rem .9rem; background: var(--fondo-suave); border: 1px solid var(--borde-2); border-radius: 9px; cursor: pointer; }
.check-caja input { margin-top: .15rem; width: 1.05rem; height: 1.05rem; accent-color: var(--azul); flex-shrink: 0; }
.check-caja span { font-size: .87rem; color: var(--label); }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-error { margin: 0; padding: .65rem .9rem; font-size: .85rem; font-weight: 600; color: var(--rojo); background: #FBE9E8; border-radius: 9px; }
.btn-submit { min-height: 3rem; padding: .8rem 1.4rem; font-size: .97rem; border-radius: 9px; box-shadow: 0 14px 26px -14px rgba(30,79,160,.7); }
.legal { margin: 0; font-size: .74rem; text-align: center; color: var(--texto-3); }
.legal a { color: var(--texto-2); }
.exito { text-align: center; padding: 2.4rem 1.6rem; }
.exito .check { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; margin: 0 auto 1rem; border-radius: 50%; background: #DEF4E2; color: var(--verde); font-size: 1.6rem; }
.exito h3 { margin: 0 0 .5rem; font-size: 1.15rem; font-weight: 700; color: var(--tinta); }
.exito p { margin: 0 0 .6rem; font-size: .9rem; color: var(--texto-2); }
.exito .exito-lema { margin: 0; font-size: .95rem; font-weight: 600; color: var(--azul); }

.emprendedores { margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.emprendedores .bajada-corta { margin-bottom: 1.5rem; }
.carrusel-marco { position: relative; max-width: 30rem; margin: 0 auto; }
.carrusel { display: flex; gap: 1rem; overflow-x: auto; overflow-y: visible; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: .3rem 2.6rem 1.2rem; scrollbar-width: none; -ms-overflow-style: none; }
.carrusel::-webkit-scrollbar { display: none; }
.emprendedor { text-align: center; flex: 0 0 9rem; scroll-snap-align: start; }
.emprendedor-foto { width: 100%; aspect-ratio: 1/1; border-radius: 12px; overflow: hidden; background: #FFFFFF; }
.emprendedor-foto img { width: 100%; height: 100%; object-fit: cover; }
.emprendedor-foto .foto-vacia { font-size: .72rem; padding: .5rem; }
.emprendedor-foto .foto-vacia .ms { font-size: 1.8rem; }
.emprendedor strong { display: block; margin-top: .5rem; font-size: .82rem; color: var(--tinta); }
.emprendedor span { display: block; font-size: .74rem; color: var(--texto-2); }
.carrusel-flecha { position: absolute; top: 40%; z-index: 2; display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; border: 1px solid var(--borde); background: #FFFFFF; color: var(--tinta); cursor: pointer; box-shadow: 0 6px 16px -8px rgba(16,32,61,.35); }
.carrusel-flecha.izq { left: -.6rem; }
.carrusel-flecha.der { right: -.6rem; }
.carrusel-flecha .ms { font-size: 1.2rem; }

/* ---------- Footer ---------- */
.site-footer { padding: 1.75rem 0 5.5rem; background: #FFFFFF; border-top: 1px solid var(--borde); }
.site-footer .wrap { display: grid; gap: 1.1rem; }
.footer-fila { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.footer-links a { font-size: .85rem; font-weight: 500; color: var(--texto); text-decoration: none; }
.footer-links a:hover { color: var(--azul); }
.footer-contadores { gap: .5rem 1.5rem; padding-top: .9rem; border-top: 1px solid #F0F3FA; }
.footer-contadores p { margin: 0; display: flex; align-items: center; gap: .4rem; font-size: .78rem; color: var(--texto-3); }
.footer-contadores .ms { font-size: 1rem; }

/* ---------- Toast ---------- */
@keyframes toastIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.toast { position: fixed; left: 1.25rem; bottom: 5.5rem; z-index: 45; display: flex; align-items: center; gap: .7rem; max-width: 19rem; padding: .8rem 1.1rem; background: #FFFFFF; border: 1px solid var(--borde); border-radius: 12px; box-shadow: 0 16px 32px -16px rgba(16,32,61,.4); animation: toastIn .3s ease-out; }
.toast-icono { display: grid; place-items: center; flex-shrink: 0; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: #DAF2E4; color: var(--verde); }
.toast-icono .ms { font-size: 1.2rem; }
.toast p { margin: 0; font-size: .82rem; line-height: 1.4; color: var(--label); }
.toast strong { color: var(--tinta); }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 50; display: flex; align-items: center; justify-content: center; padding: 1rem; background: rgba(11,30,58,.6); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
.modal-caja { position: relative; width: 100%; max-width: 27rem; max-height: 90vh; max-height: 90dvh; overflow-y: auto; overscroll-behavior: contain; background: #FFFFFF; border-radius: 18px; box-shadow: 0 30px 60px -20px rgba(11,30,58,.5); }
.modal-cerrar { position: absolute; top: 1rem; right: 1rem; z-index: 1; width: 2rem; height: 2rem; display: grid; place-items: center; border: 0; background: rgba(255,255,255,.85); color: var(--texto); border-radius: 50%; cursor: pointer; font-size: 1rem; }
.modal-cabecera { padding: 1.9rem clamp(1.4rem, 4vw, 2.1rem) 1.4rem; background: linear-gradient(160deg, #F5F8FE 0%, #FFFFFF 100%); border-bottom: 1px solid var(--borde); border-radius: 18px 18px 0 0; }
.modal-icono { display: grid; place-items: center; width: 3rem; height: 3rem; margin-bottom: .9rem; border-radius: 50%; background: #E9EEFC; color: var(--azul); }
.modal-icono .ms { font-size: 1.5rem; }
.modal-sub { margin: 0 0 .3rem; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--azul); }
.modal-sub:empty { display: none; }
.modal-cabecera h3 { margin: 0; padding-right: 1.6rem; font-size: 1.2rem; font-weight: 700; line-height: 1.25; color: var(--tinta); }
.modal-form { padding: 1.6rem clamp(1.4rem, 4vw, 2.1rem) 2rem; }
.modal .exito { padding: 2.6rem 1.8rem; }
body.modal-abierto { overflow: hidden; }

/* ---------- Celular ---------- */
@media (max-width: 640px) {
  .barra-sorteo { gap: .5rem; padding: .45rem .6rem; font-size: .78rem; }
  .bs-largo { display: none; }
  .bs-corto { display: inline; }
  .bs-reloj { gap: .2rem; }
  .bs-reloj > span { padding: .15rem .3rem; border-radius: 6px; }
  .bs-reloj b { font-size: .88rem; }
  .bs-reloj i { font-size: .62rem; }
  .bs-cta { padding: .25rem .6rem; font-size: .74rem; }
  html { scroll-padding-top: 6.5rem; }
  #site-nav { gap: .5rem; padding: .7rem .6rem; }
  .nav-inicio { font-size: .74rem; }
  .nav-btn { font-size: .72rem; padding: .4rem .7rem; }
  #site-nav .redes { gap: .3rem; }
  #site-nav .red { width: 1.7rem; height: 1.7rem; font-size: .76rem; }
  .float-cta { left: .9rem; bottom: .9rem; padding: .65rem 1.15rem; font-size: .84rem; }
  .float-top { right: .9rem; bottom: .9rem; width: 2.8rem; height: 2.8rem; }
  .float-musica { right: .9rem; bottom: 4.3rem; width: 2.8rem; height: 2.8rem; }
  .toast { left: .9rem; right: 4.4rem; bottom: 4.6rem; max-width: none; }
  /* Portada: más alta y con los elementos repartidos a todo el ancho */
  #hero-stage { aspect-ratio: 908 / 420; }
  #hero-banner { width: 44%; }
  #hero-banner img { left: 2%; width: 100%; }
  #hero-slogan { left: 53%; top: 44%; width: 24%; }
  #hero-right { width: 56%; }
  #hero-people { top: 5%; left: 34%; width: 62%; height: 82%; }
  /* la imagen trae ~17% transparente bajo la línea: bajarla para que apoye sobre el zócalo */
  #hero-mariano { width: 60%; transform: translate(-50%, 17%); }
}
@media (max-width: 420px) {
  .bs-titulo .ms { display: none; }
  .barra-sorteo { gap: .4rem; padding-inline: .4rem; }
  #site-nav { gap: .35rem; padding: .6rem .4rem; }
  .nav-inicio { font-size: .68rem; }
  .nav-btn { font-size: .66rem; padding: .38rem .55rem; }
  #site-nav .redes { gap: .22rem; }
  #site-nav .red { width: 1.5rem; height: 1.5rem; font-size: .68rem; }
}
@media (max-width: 380px) {
  .bs-cta-txt { display: none; }
  .bs-cta { padding: .22rem .5rem; }
}
@media (max-width: 340px) {
  .nav-inicio { display: none; }
}
