:root {
  --blue: #075db8;
  --blue-dark: #063d82;
  --blue-soft: #eaf4ff;
  --ink: #172033;
  --muted: #657189;
  --line: #dce5f2;
  --white: #ffffff;
  --amber: #f7b733;
  --green: #25a36f;
  --shadow: 0 20px 60px rgba(7, 61, 130, 0.18);
}

/* Premium motion system */
.motion-ready .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0) scale(.985);
  transition: opacity .72s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1);
  transition-delay: calc(var(--reveal-order, 0) * 55ms);
}
.motion-ready .motion-reveal.is-visible { opacity: 1; transform: none; }
.motion-hero { overflow: hidden; }
.motion-hero > *, .motion-hero .listen-hero-content > *, .motion-hero .team-hero-content > *, .motion-hero > div > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s ease, transform .85s cubic-bezier(.22,1,.36,1);
}
.motion-hero.is-entered > *, .motion-hero.is-entered .listen-hero-content > *, .motion-hero.is-entered .team-hero-content > *, .motion-hero.is-entered > div > * {
  opacity: 1;
  transform: none;
}
.motion-hero.is-entered h1 { transition-delay: .1s; }
.motion-hero.is-entered p:not(.eyebrow) { transition-delay: .18s; }
.motion-hero.is-entered a, .motion-hero.is-entered .events-hero-actions { transition-delay: .25s; }
.motion-button { position: relative; overflow: hidden; isolation: isolate; }
.motion-button::after {
  content: ""; position: absolute; z-index: -1; width: 150px; height: 150px;
  left: var(--mx, 50%); top: var(--my, 50%); transform: translate(-50%,-50%) scale(0);
  border-radius: 50%; background: rgba(255,255,255,.18); transition: transform .45s ease;
}
.motion-button:hover::after { transform: translate(-50%,-50%) scale(1); }
.team-hero > img, .event-poster img, .voice-gallery img {
  transform: translate3d(0,var(--parallax-y,0),0) scale(1.035);
  will-change: transform;
}
.programming-section {
  position: relative; overflow: hidden; padding: clamp(74px,9vw,128px) max(6vw,24px);
  color: #fff; background: radial-gradient(circle at 85% 15%,rgba(24,105,186,.4),transparent 34%),#061a31;
}
.programming-section .section-heading { position: relative; z-index: 2; max-width: 720px; }
.programming-section .section-heading p:last-child { color: rgba(255,255,255,.68); max-width: 620px; }
.program-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 38px; }
.program-card {
  min-height: 270px; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px;
  background: linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));
  backdrop-filter: blur(12px); transition: transform .3s ease,border-color .3s ease,background .3s ease;
}
.program-card:hover { transform: translateY(-8px); border-color: rgba(246,174,32,.55); background: rgba(255,255,255,.12); }
.program-card > span { color: #f6ae20; font-size: .78rem; letter-spacing: .18em; }
.program-card h3 { margin: 58px 0 12px; font-size: 1.35rem; }
.program-card p { color: rgba(255,255,255,.66); line-height: 1.65; }
.program-card i { display: block; width: 42px; height: 2px; margin-top: 24px; background: #f6ae20; transform-origin: left; transition: transform .3s ease; }
.program-card:hover i { transform: scaleX(1.7); }
.programming-orbit { position: absolute; width: 420px; aspect-ratio: 1; right: -90px; top: -120px; opacity: .28; }
.programming-orbit span { position: absolute; inset: 0; border: 1px solid rgba(94,184,255,.65); border-radius: 50%; animation: orbit-pulse 6s ease-in-out infinite; }
.programming-orbit span:nth-child(2) { inset: 50px; animation-delay: -2s; }
.programming-orbit span:nth-child(3) { inset: 100px; animation-delay: -4s; }
@keyframes orbit-pulse { 50% { transform: scale(.92); opacity: .35; } }
@media (max-width: 900px) { .program-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) {
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 220px; }
  .program-card h3 { margin-top: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  .motion-ready .motion-reveal, .motion-hero > *, .motion-hero .listen-hero-content > *, .motion-hero .team-hero-content > *, .motion-hero > div > * { opacity: 1; transform: none; transition: none; }
  .programming-orbit span { animation: none; }
  .team-hero > img, .event-poster img, .voice-gallery img { transform: none; }
}

.nav-adopta { color: #f6b52f; }
.adopta-preview {
  position: relative; display: grid; grid-template-columns: minmax(280px,.85fr) minmax(420px,1.15fr);
  min-height: 610px; overflow: hidden; background: #04172c; color: #fff;
}
.adopta-preview-media { position: relative; min-height: 510px; overflow: hidden; }
.adopta-preview-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 45%,#04172c 100%),linear-gradient(0deg,rgba(4,23,44,.38),transparent 55%); }
.adopta-preview-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); transform: scale(1.04); transition: transform 1.2s cubic-bezier(.22,1,.36,1); }
.adopta-preview:hover .adopta-preview-media img { transform: scale(1.085); }
.adopta-preview-copy { align-self: center; max-width: 690px; padding: clamp(58px,8vw,110px) clamp(28px,7vw,100px); position: relative; z-index: 2; }
.adopta-preview-copy h2 { margin: 14px 0 24px; font-size: clamp(2.2rem,4.4vw,4.8rem); line-height: .98; letter-spacing: -.045em; }
.adopta-preview-copy > p:last-of-type { color: rgba(255,255,255,.68); font-size: 1.08rem; line-height: 1.7; }
.adopta-preview-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.adopta-minute-mark { position: absolute; right: clamp(20px,4vw,60px); top: 36px; z-index: 2; display: grid; place-items: center; width: 112px; aspect-ratio: 1; border: 1px solid rgba(246,181,47,.5); border-radius: 50%; color: #f6b52f; animation: minute-float 4s ease-in-out infinite; }
.adopta-minute-mark span { font-size: 2.25rem; font-weight: 800; line-height: .85; }
.adopta-minute-mark small { font-size: .62rem; letter-spacing: .22em; }
@keyframes minute-float { 50% { transform: translateY(-8px); box-shadow: 0 18px 45px rgba(246,181,47,.14); } }
@media (max-width: 820px) {
  .adopta-preview { grid-template-columns: 1fr; }
  .adopta-preview-media { position: absolute; inset: 0; min-height: 0; opacity: .42; }
  .adopta-preview-media::after { background: linear-gradient(0deg,#04172c 3%,rgba(4,23,44,.42) 65%,#04172c 100%); }
  .adopta-preview-copy { min-height: 590px; display: flex; flex-direction: column; justify-content: center; }
  .adopta-minute-mark { width: 86px; }
}
@media (prefers-reduced-motion: reduce) { .adopta-minute-mark { animation: none; } }

/* Compra asistida de boletos — La Hormiga */
.ticket-assistant {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(32px, 6vw, 86px);
  margin-top: clamp(54px, 7vw, 94px);
  padding: clamp(32px, 5vw, 68px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: #fff;
  background: radial-gradient(circle at 12% 10%, rgba(235, 169, 35, .16), transparent 36%), linear-gradient(135deg, #081b33, #061326);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
}
.ticket-assistant-intro h3 { max-width: 650px; margin: 12px 0 20px; font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.04em; }
.ticket-assistant-intro > p:not(.eyebrow):not(.ticket-price-note) { max-width: 650px; color: rgba(255,255,255,.72); font-size: 1.06rem; line-height: 1.7; }
.ticket-prices { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 32px; }
.ticket-prices span { display: grid; gap: 7px; padding: 15px 12px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.055); }
.ticket-prices small { color: rgba(255,255,255,.58); font-size: .72rem; }
.ticket-prices strong { color: #f6b52f; font-size: 1.08rem; }
.ticket-price-note { margin: 12px 0 0; color: rgba(255,255,255,.5); font-size: .76rem; }
.ticket-form { display: grid; align-content: start; gap: 16px; padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.075); backdrop-filter: blur(14px); }
#ticketAssistant { scroll-margin-top: 110px; }
.ticket-form label { display: grid; gap: 8px; color: rgba(255,255,255,.82); font-size: .82rem; font-weight: 700; }
.ticket-form label small { font-weight: 400; opacity: .65; }
.ticket-form select, .ticket-form input { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; color: #fff; background: #0b2746; font: inherit; }
.ticket-form select option { color: #fff; background: #0b2746; }
.ticket-form-row { display: grid; grid-template-columns: 1fr .62fr; gap: 12px; }
.ticket-summary { display: grid; gap: 5px; min-height: 93px; padding: 16px; border-left: 3px solid #f6b52f; background: rgba(0,0,0,.18); }
.ticket-summary span { color: #f6b52f; font-size: .66rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.ticket-summary strong { font-size: 1.05rem; }
.ticket-summary small { color: rgba(255,255,255,.62); }
.ticket-whatsapp { display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border-radius: 6px; color: #071a2e; background: #38d275; font-weight: 800; transition: transform .22s ease, filter .22s ease, opacity .22s ease; }
.ticket-whatsapp img { width: 22px; height: 22px; filter: brightness(.15); }
.ticket-whatsapp:not(.is-disabled):hover { transform: translateY(-3px); filter: brightness(1.07); }
.ticket-whatsapp.is-disabled { cursor: not-allowed; opacity: .46; }
.ticket-trust { margin: 0; color: rgba(255,255,255,.48); font-size: .72rem; line-height: 1.5; text-align: center; }
@media (max-width: 900px) { .ticket-assistant { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  .ticket-assistant { width: calc(100% + 20px); margin-left: -10px; padding: 28px 18px; }
  .ticket-prices { grid-template-columns: repeat(2, 1fr); }
  .ticket-form-row { grid-template-columns: 1fr; }
  .ticket-form { padding: 18px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arimo, Arial, sans-serif;
  color: var(--ink);
  background: #f7fbff;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto minmax(420px, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(248, 251, 255, 0.96);
  border-bottom: 1px solid rgba(220, 229, 242, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 28px rgba(6, 61, 130, 0.08);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 218px;
  padding: 7px 10px;
  border: 1px solid rgba(7, 93, 184, 0.2);
  border-radius: 8px;
  color: var(--blue-dark);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(7, 61, 130, 0.1);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.brand:hover,
.brand:focus-visible {
  border-color: rgba(7, 93, 184, 0.58);
  box-shadow: 0 12px 30px rgba(7, 61, 130, 0.18);
  transform: translateY(-2px);
}

.brand-mark {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue), #2448f4);
  border-radius: 6px;
  overflow: hidden;
}

.brand-mark img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand-copy strong {
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.1;
}

.brand-copy small {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-home {
  display: grid;
  width: 28px;
  height: 28px;
  margin-left: auto;
  place-items: center;
  border-left: 1px solid var(--line);
  color: var(--blue);
  font-size: 19px;
}

.nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nav-menu {
  position: relative;
}

.nav-menu summary {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #314b6b;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

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

.nav-menu summary span {
  color: var(--blue);
  font-size: 16px;
  transition: transform 0.18s ease;
}

.nav-menu summary:hover,
.nav-menu[open] summary {
  border-color: rgba(7, 93, 184, 0.16);
  color: var(--blue-dark);
  background: var(--blue-soft);
}

.nav-menu[open] summary span {
  transform: rotate(180deg);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  z-index: 20;
  display: grid;
  width: 280px;
  padding: 8px;
  border: 1px solid rgba(7, 93, 184, 0.16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 58px rgba(3, 33, 74, 0.22);
  transform: translateX(-50%);
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(7, 93, 184, 0.16);
  border-left: 1px solid rgba(7, 93, 184, 0.16);
  background: var(--white);
  transform: rotate(45deg);
}

.nav-dropdown a {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  padding: 12px;
  border-radius: 6px;
  color: var(--ink);
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.nav-dropdown a + a {
  border-top: 1px solid var(--line);
}

.nav-dropdown a:hover,
.nav-dropdown a[aria-current="page"] {
  color: var(--blue-dark);
  background: var(--blue-soft);
  transform: translateX(3px);
}

.nav-dropdown strong {
  font-size: 14px;
}

.nav-dropdown small {
  color: var(--muted);
  font-size: 12px;
}

.header-contact {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--blue);
  border-radius: 8px;
  color: var(--white);
  background: var(--blue);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(7, 93, 184, 0.2);
  transition: transform 0.18s ease, background 0.18s ease;
}

.header-contact:hover,
.header-contact:focus-visible {
  background: var(--blue-dark);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(720px, calc(100vh - 65px));
  overflow: hidden;
  background: var(--blue-dark);
}

.hero-image,
.hero-overlay,
.hero-content {
  grid-area: 1 / 1;
}

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 33, 74, 0.92) 0%, rgba(3, 49, 107, 0.74) 42%, rgba(7, 93, 184, 0.28) 100%),
    linear-gradient(0deg, rgba(3, 33, 74, 0.58), rgba(3, 33, 74, 0.12));
}

.hero-content {
  align-self: center;
  width: min(720px, 100%);
  padding: 72px clamp(22px, 6vw, 76px);
  color: var(--white);
}

.hero-logo {
  width: min(210px, 58vw);
  height: auto;
  margin-bottom: 24px;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.28));
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.blue {
  color: var(--blue);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 28px;
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 800;
}

.button.primary {
  background: var(--amber);
  color: #1d2a3d;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.button.secondary.blue-button {
  border-color: rgba(7, 93, 184, 0.28);
  color: var(--blue);
  background: var(--white);
}

.disabled-link {
  pointer-events: none;
  opacity: 0.72;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 76px 0;
}

.section-hub {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #062e63;
}

.section-hub-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 24, 48, 0.9), rgba(6, 46, 99, 0.62)),
    url("section-hub-bg.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.section-hub-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 108px) 0;
}

.section-hub .section-heading p,
.section-hub .section-heading h2 {
  color: var(--white);
}

.section-hub .section-heading > p:last-child {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hub-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  min-height: 190px;
  align-content: end;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at 85% 5%, rgba(247, 183, 51, 0.28), transparent 32%);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hub-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.22) 50%, transparent 65%);
  transform: translateX(-65%) rotate(12deg);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.hub-card:hover {
  border-color: rgba(247, 183, 51, 0.62);
  box-shadow:
    0 36px 88px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transform: translateY(-9px) scale(1.02);
}

.hub-card:hover::after {
  transform: translateX(65%) rotate(12deg);
}

.hub-card .hub-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(3, 24, 48, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hub-card .hub-icon-wide {
  width: 104px;
}

.hub-card .hub-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hub-card:hover .hub-icon {
  box-shadow: 0 20px 38px rgba(247, 183, 51, 0.25);
  transform: translateY(-4px) rotate(-2deg) scale(1.06);
}

.hub-card strong {
  font-size: 22px;
}

.hub-card small {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.primary-hub {
  background:
    linear-gradient(145deg, rgba(7, 93, 184, 0.76), rgba(3, 24, 48, 0.52)),
    radial-gradient(circle at 85% 5%, rgba(247, 183, 51, 0.38), transparent 34%);
}

.adopt-highlight {
  border-color: rgba(247, 183, 51, 0.58);
  background:
    linear-gradient(145deg, rgba(247, 183, 51, 0.26), rgba(7, 93, 184, 0.34)),
    radial-gradient(circle at 85% 5%, rgba(255, 255, 255, 0.28), transparent 34%);
  box-shadow:
    0 32px 78px rgba(247, 183, 51, 0.2),
    0 18px 40px rgba(3, 24, 48, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.playstore-badge {
  background: linear-gradient(145deg, #20d37b, #1c7cff) !important;
  color: var(--white) !important;
}

.intro {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 42px;
  align-items: start;
}

.intro > p,
.form-intro p,
.area-card p,
.steps p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.about-section {
  padding-top: 36px;
}

.about-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.about-story {
  padding: clamp(24px, 4vw, 36px);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(145deg, #062e63, var(--blue));
}

.about-story h3 {
  font-size: 28px;
}

.about-story p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.65;
}

.values-list {
  display: grid;
  gap: 12px;
}

.values-list article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(18, 53, 92, 0.05);
}

.values-list span {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-weight: 900;
}

.values-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.presence-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 46, 99, 0.97), rgba(7, 93, 184, 0.92)),
    radial-gradient(circle at 80% 10%, rgba(247, 183, 51, 0.42), transparent 32%);
}

.presence-inner .section-heading p,
.presence-inner .section-heading h2 {
  color: var(--white);
}

.presence-inner .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.metrics-grid article,
.stations-grid article,
.growth-note {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.metrics-grid article {
  padding: 22px;
}

.metrics-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.08;
}

.metrics-grid span,
.stations-grid p,
.growth-note p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.stations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.stations-grid article {
  padding: 24px;
}

.stations-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #1d2a3d;
  background: var(--amber);
  font-weight: 900;
}

.growth-note {
  margin-top: 12px;
  padding: 24px;
}

.growth-note p {
  margin-bottom: 0;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.area-card,
.steps article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(18, 53, 92, 0.05);
}

.area-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: flex-end;
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--white);
  background-color: var(--blue-dark);
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 44px rgba(3, 33, 74, 0.2);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.area-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 24, 48, 0.08) 8%, rgba(3, 24, 48, 0.46) 48%, rgba(3, 24, 48, 0.96) 100%);
}

.area-card:hover {
  box-shadow: 0 28px 60px rgba(3, 33, 74, 0.3);
  transform: translateY(-6px);
}

.area-card h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.area-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.55;
}

.area-locucion {
  background-image: url("area-locucion.png");
}

.area-operacion {
  background-image: url("area-operacion.png");
}

.area-redes {
  background-image: url("area-redes.png");
}

.area-video {
  background-image: url("area-video.png");
}

.area-servicio {
  background-image: url("area-servicio.png");
}

.area-promocion {
  background-image: url("area-promocion.png");
}

.area-card span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  box-shadow: 0 10px 24px rgba(3, 24, 48, 0.22);
}

.impact-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #0a468f;
}

.impact-band div {
  display: grid;
  gap: 8px;
  min-height: 160px;
  align-content: center;
  padding: 28px clamp(18px, 5vw, 52px);
  color: var(--white);
  background: linear-gradient(145deg, var(--blue), #084986);
}

.impact-band strong {
  font-size: clamp(30px, 4vw, 46px);
}

.impact-band span {
  color: rgba(255, 255, 255, 0.8);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-section {
  padding-bottom: 34px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.feature-panel {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(18, 53, 92, 0.05);
}

.feature-panel.dark {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(145deg, #062e63, var(--blue));
}

.feature-panel h3 {
  font-size: 26px;
}

.feature-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.55;
}

.feature-panel.dark ul {
  color: rgba(255, 255, 255, 0.86);
}

.multimedia-section {
  padding-top: 34px;
}

.multimedia-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.multimedia-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(18, 53, 92, 0.05);
}

.multimedia-grid span {
  display: block;
  margin-bottom: 14px;
  font-size: 30px;
}

.multimedia-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.steps span,
legend span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(145deg, #1c7cff, #2448f4);
  color: var(--white);
  font-weight: 800;
}

.faq-section {
  padding-top: 34px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(18, 53, 92, 0.04);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  font-size: 18px;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.65;
}

.form-section {
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: 36px;
  align-items: start;
}

.form-intro {
  position: sticky;
  top: 94px;
}

.volunteer-form {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

fieldset {
  margin: 0;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

fieldset:last-of-type {
  border-bottom: 0;
}

legend {
  margin-bottom: 18px;
  font-size: 21px;
  font-weight: 800;
}

label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #27344a;
}

input,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
  color: var(--ink);
  background: #fbfdff;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(28, 124, 255, 0.18);
  border-color: #1c7cff;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.wide {
  grid-column: 1 / -1;
}

.field-title {
  margin: 20px 0 10px;
  font-weight: 800;
}

.choice-grid,
.days-grid,
.choice-stack,
.split {
  display: grid;
  gap: 10px;
}

.choice-grid {
  grid-template-columns: repeat(2, 1fr);
}

.choice-grid.three,
.split {
  grid-template-columns: repeat(3, 1fr);
}

.split {
  grid-template-columns: repeat(2, 1fr);
}

.days-grid {
  grid-template-columns: repeat(4, 1fr);
}

.choice-grid label,
.days-grid label,
.choice-stack label,
.confirm {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdff;
  font-weight: 700;
}

.choice-grid small {
  color: var(--muted);
  font-weight: 600;
}

input[type="radio"],
input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  accent-color: var(--blue);
}

.submit-button {
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), #2448f4);
  color: var(--white);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.form-status {
  display: none;
  margin: 0;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.45;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-info {
  color: #244062;
  background: #eaf4ff;
}

.form-status.is-success {
  color: #0d5c3d;
  background: #e7f7ef;
}

.form-status.is-error {
  color: #8a1f1f;
  background: #fdecec;
}

.privacy-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.final-cta {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px) clamp(18px, 6vw, 76px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 46, 99, 0.95), rgba(7, 93, 184, 0.92)),
    radial-gradient(circle at 82% 20%, rgba(247, 183, 51, 0.45), transparent 34%);
}

.final-cta img {
  width: 160px;
  max-width: 100%;
  height: auto;
}

.final-cta h2 {
  margin-bottom: 10px;
}

.final-cta p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
  padding: 28px 18px;
  color: var(--white);
  background: #062e63;
}

footer img {
  width: 96px;
  height: auto;
}

footer a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.listen-page {
  background: #f3f8ff;
}

.listen-header {
  background: rgba(255, 255, 255, 0.96);
}

.listen-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: end;
  padding: clamp(52px, 8vw, 96px) clamp(20px, 6vw, 76px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 46, 99, 0.98), rgba(7, 93, 184, 0.88)),
    radial-gradient(circle at 78% 20%, rgba(247, 183, 51, 0.5), transparent 34%);
}

.listen-hero-content {
  max-width: 760px;
}

.listen-logo {
  width: min(230px, 62vw);
  height: auto;
  margin-bottom: 24px;
}

.listen-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

.listen-hero p:last-child {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.55;
}

.now-playing-panel {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.live-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #20d37b;
  box-shadow: 0 0 0 8px rgba(32, 211, 123, 0.18);
}

.now-playing-panel p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  text-transform: uppercase;
}

.now-playing-panel strong {
  display: block;
  font-size: 30px;
  line-height: 1.1;
}

.station-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.station-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 14px;
  background: var(--white);
  box-shadow:
    0 26px 60px rgba(6, 46, 99, 0.18),
    0 10px 24px rgba(3, 24, 48, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transform: translateZ(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.station-card:hover {
  border-color: rgba(247, 183, 51, 0.58);
  box-shadow:
    0 34px 76px rgba(6, 46, 99, 0.24),
    0 16px 34px rgba(3, 24, 48, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transform: translateY(-6px);
}

.station-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.97)),
    var(--station-bg);
  background-size: cover;
  background-position: center;
}

.station-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(247, 183, 51, 0.26), transparent 28%);
  pointer-events: none;
}

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

.station-card.featured {
  color: var(--white);
  background:
    linear-gradient(145deg, #062e63, var(--blue)),
    radial-gradient(circle at 88% 0%, rgba(247, 183, 51, 0.45), transparent 30%);
}

.station-card.featured::before {
  background:
    linear-gradient(145deg, rgba(3, 24, 48, 0.86), rgba(7, 93, 184, 0.76)),
    var(--station-bg);
  background-size: cover;
  background-position: center;
}

.station-card.featured::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(247, 183, 51, 0.38), transparent 30%);
}

.station-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.station-logo {
  width: min(150px, 48vw);
  height: 58px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.3));
}

.station-card:not(.featured) .station-logo {
  padding: 8px 12px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(6, 46, 99, 0.92), rgba(7, 93, 184, 0.82));
}

.station-topline span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  color: #1d2a3d;
  background: var(--amber);
  font-weight: 900;
}

.station-topline small {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.station-card.featured .station-topline small,
.station-card.featured p,
.station-card.featured .player-shell small {
  color: rgba(255, 255, 255, 0.78);
}

.station-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.station-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.station-details li {
  padding: 7px 10px;
  border-radius: 999px;
  color: #244062;
  background: rgba(234, 244, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
}

.station-card.featured .station-details li {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
}

.player-shell {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 12px;
  background: rgba(241, 246, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 12px 28px rgba(6, 46, 99, 0.1);
  backdrop-filter: blur(10px);
}

.station-card.featured .player-shell {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.13);
}

.player-shell button {
  display: grid;
  width: 52px;
  min-width: 52px;
  height: 52px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, #1c7cff, #2448f4);
  font-size: 18px;
}

.player-shell strong,
.player-shell small {
  display: block;
}

.player-shell small {
  margin-top: 4px;
  color: var(--muted);
}

.station-audio {
  width: 100%;
  height: 44px;
  border-radius: 999px;
  box-shadow:
    0 14px 28px rgba(6, 46, 99, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.station-frame {
  width: 100%;
  min-height: 128px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 12px;
  background: rgba(241, 246, 255, 0.82);
  box-shadow:
    0 14px 28px rgba(6, 46, 99, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.stream-note {
  padding: 10px 12px;
  border-radius: 8px;
  color: #7a4f00 !important;
  background: rgba(247, 183, 51, 0.18);
  font-size: 13px;
  font-weight: 800;
}

.station-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.social-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: #1877f2;
  font-size: 24px;
  font-weight: 900;
}

.social-icon.image-icon {
  overflow: hidden;
  background: transparent;
  box-shadow: 0 12px 24px rgba(6, 46, 99, 0.18);
}

.social-icon.image-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.digital-section {
  padding-top: 20px;
}

.digital-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.digital-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 8px;
  min-height: 160px;
  align-content: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 14px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 245, 255, 0.94)),
    radial-gradient(circle at 90% 0%, rgba(247, 183, 51, 0.2), transparent 34%);
  box-shadow:
    0 24px 54px rgba(6, 46, 99, 0.16),
    0 8px 20px rgba(3, 24, 48, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.digital-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 32px 68px rgba(6, 46, 99, 0.22),
    0 14px 28px rgba(3, 24, 48, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.digital-card span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue), #2448f4);
  font-size: 22px;
  font-weight: 900;
}

.digital-card span img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.digital-card .youtube-mark {
  background: #ff0033;
}

.digital-card .app-mark {
  width: auto;
  min-width: 58px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(145deg, #20d37b, #1c7cff);
  font-size: 14px;
}

.digital-card small {
  color: var(--muted);
}

.sponsor-band {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 54px) clamp(20px, 6vw, 76px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(3, 24, 48, 0.96), rgba(6, 46, 99, 0.92)),
    radial-gradient(circle at 88% 20%, rgba(247, 183, 51, 0.28), transparent 34%);
}

.sponsor-band h2,
.sponsor-band p {
  margin-bottom: 10px;
}

.sponsor-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at 82% 0%, rgba(247, 183, 51, 0.24), transparent 34%);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.sponsor-card img {
  width: 138px;
  height: 112px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.16);
}

.sponsor-card strong,
.sponsor-card span {
  display: block;
}

.sponsor-card strong {
  margin-bottom: 6px;
  font-size: 24px;
}

.sponsor-card span {
  color: rgba(255, 255, 255, 0.78);
}

.listen-note {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px) clamp(20px, 6vw, 76px);
  color: var(--white);
  background: #062e63;
}

.listen-note h2 {
  margin-bottom: 10px;
}

.listen-note p:last-child {
  max-width: 820px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.listen-note-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.contact-hero {
  display: grid;
  justify-items: start;
  padding: clamp(52px, 8vw, 96px) clamp(20px, 6vw, 76px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 46, 99, 0.98), rgba(7, 93, 184, 0.88)),
    radial-gradient(circle at 80% 15%, rgba(247, 183, 51, 0.45), transparent 34%);
}

.contact-hero img {
  width: min(220px, 60vw);
  margin-bottom: 24px;
}

.contact-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 72px);
}

.contact-hero p:last-child {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.55;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(237, 246, 255, 0.94)),
    radial-gradient(circle at 88% 8%, rgba(247, 183, 51, 0.2), transparent 32%);
  box-shadow:
    0 24px 54px rgba(6, 46, 99, 0.16),
    0 8px 20px rgba(3, 24, 48, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 32px 68px rgba(6, 46, 99, 0.22),
    0 14px 28px rgba(3, 24, 48, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.contact-card > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue), #2448f4);
  font-size: 24px;
  font-weight: 900;
}

.contact-card p {
  color: var(--muted);
  line-height: 1.6;
}

.adopta-hero {
  position: relative;
  display: grid;
  min-height: min(720px, calc(100vh - 65px));
  overflow: hidden;
  color: var(--white);
  background: #062e63;
}

.adopta-bg,
.adopta-overlay,
.adopta-content {
  grid-area: 1 / 1;
}

.adopta-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adopta-overlay {
  background:
    linear-gradient(90deg, rgba(3, 24, 48, 0.92), rgba(6, 46, 99, 0.62), rgba(3, 24, 48, 0.12)),
    linear-gradient(0deg, rgba(3, 24, 48, 0.48), transparent);
}

.adopta-content {
  align-self: center;
  max-width: 760px;
  padding: 72px clamp(22px, 6vw, 76px);
}

.adopta-content img {
  width: min(220px, 58vw);
  margin-bottom: 24px;
}

.adopta-content h1 {
  margin-bottom: 18px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.98;
}

.adopta-content p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.55;
}

.adopta-grid,
.event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.adopta-grid article,
.event-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(237, 246, 255, 0.94)),
    radial-gradient(circle at 88% 8%, rgba(247, 183, 51, 0.2), transparent 32%);
  box-shadow:
    0 24px 54px rgba(6, 46, 99, 0.16),
    0 8px 20px rgba(3, 24, 48, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.adopta-grid span,
.event-card > span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #1d2a3d;
  background: var(--amber);
  font-weight: 900;
}

.adopta-grid p,
.event-card p {
  color: var(--muted);
  line-height: 1.6;
}

.minute-impact {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #062e63;
}

.minute-impact-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 24, 48, 0.9), rgba(6, 46, 99, 0.58)),
    url("adopta-minuto-hero.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.minute-impact-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 0;
}

.minute-impact h2 {
  font-size: clamp(34px, 4.5vw, 58px);
}

.minute-impact p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.impact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.impact-list article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at 86% 5%, rgba(247, 183, 51, 0.22), transparent 34%);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.impact-list strong,
.impact-list span {
  display: block;
}

.impact-list strong {
  margin-bottom: 8px;
  font-size: 25px;
}

.impact-list span {
  color: rgba(255, 255, 255, 0.78);
}

.adopta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.adopta-badges span {
  padding: 10px 14px;
  border-radius: 999px;
  color: #1d2a3d;
  background: var(--amber);
  font-weight: 900;
}

.adopta-form-section {
  padding-top: 40px;
}

.events-hero {
  position: relative;
  display: flex;
  min-height: min(690px, calc(100vh - 70px));
  align-items: flex-end;
  padding: clamp(76px, 10vw, 132px) clamp(20px, 6vw, 76px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(10, 8, 8, 0.94) 0%, rgba(35, 13, 7, 0.78) 48%, rgba(35, 13, 7, 0.32) 100%),
    linear-gradient(0deg, rgba(8, 7, 7, 0.76), transparent 54%),
    url("evento-hormiga-fechas.jpg");
  background-size: cover;
  background-position: center 24%;
}

.events-hero div {
  max-width: 800px;
}

.events-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
}

.events-hero p:not(.eyebrow) {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.58;
}

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

.events-hero-actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  color: var(--white);
  background: rgba(8, 7, 7, 0.46);
  font-weight: 800;
  backdrop-filter: blur(10px);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.events-hero-actions a:hover {
  border-color: #f6b51b;
  background: rgba(246, 181, 27, 0.18);
  transform: translateY(-3px);
}

.event-container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.hormiga-event {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 122px) 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(24, 9, 5, 0.98), rgba(62, 17, 7, 0.95)),
    url("evento-hormiga-arte.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hormiga-event::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.hormiga-event .event-container {
  position: relative;
  z-index: 1;
}

.event-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
  margin-bottom: 38px;
}

.event-title-row > div {
  max-width: 780px;
}

.event-title-row h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 66px);
}

.event-title-row p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.62;
}

.event-type {
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid rgba(246, 181, 27, 0.62);
  border-radius: 8px;
  color: #1b1304;
  background: #f6b51b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hormiga-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: 26px;
  align-items: start;
}

.event-poster {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #0c0a09;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
}

.event-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.event-poster:hover img {
  transform: scale(1.025);
}

.event-poster-wide {
  min-height: 0;
}

.event-poster-wide img {
  height: auto;
}

.tour-details {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(246, 181, 27, 0.12), transparent 42%),
    rgba(9, 8, 8, 0.76);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.tour-kicker {
  margin-bottom: 11px;
  color: #f6b51b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.tour-details h3,
.sponsored-copy h3 {
  margin-bottom: 22px;
  font-size: clamp(28px, 3.5vw, 42px);
}

.tour-dates {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.tour-dates article {
  display: grid;
  gap: 5px;
  min-height: 132px;
  align-content: center;
  padding: 15px;
  border-left: 3px solid #f6b51b;
  background: rgba(255, 255, 255, 0.07);
}

.tour-dates time {
  color: #f6b51b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tour-dates strong {
  font-size: 20px;
}

.tour-dates span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.event-disclaimer {
  margin: 22px 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.55;
}

.event-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-event-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border-radius: 8px;
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.social-event-button:hover {
  filter: brightness(1.08);
  transform: translateY(-3px);
}

.social-event-button img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.facebook-event {
  background: #1877f2;
}

.whatsapp-event {
  background: #1ca968;
}

.event-gallery-heading {
  margin: 70px 0 22px;
}

.event-gallery-heading h3 {
  font-size: 30px;
}

.event-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.event-gallery a {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #0c0a09;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.26);
}

.event-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.32s ease;
}

.event-gallery span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 11px 13px;
  border-left: 3px solid #f6b51b;
  color: var(--white);
  background: rgba(8, 7, 7, 0.88);
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.event-gallery a:hover img {
  transform: scale(1.045);
}

.sponsored-events {
  padding: clamp(76px, 9vw, 122px) 0;
  color: #20241f;
  background:
    linear-gradient(135deg, rgba(242, 245, 239, 0.97), rgba(219, 229, 222, 0.94)),
    url("evento-barak-san-antonio.jpg");
  background-size: cover;
  background-position: center;
}

.sponsored-title p:not(.eyebrow) {
  color: #56605a;
}

.event-type.light {
  border-color: #314b3e;
  color: var(--white);
  background: #314b3e;
}

.sponsored-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(49, 75, 62, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 32px 78px rgba(42, 56, 48, 0.18);
  backdrop-filter: blur(14px);
}

.sponsored-poster {
  max-height: 760px;
  border-color: rgba(49, 75, 62, 0.2);
  background: #e8ece6;
}

.sponsored-copy {
  max-width: 610px;
}

.sponsored-copy .tour-kicker {
  color: #476b56;
}

.event-city {
  margin-bottom: 24px;
  color: #476b56;
  font-size: 24px;
  font-weight: 900;
}

.venue-box {
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
  padding: 18px;
  border-left: 4px solid #476b56;
  background: #edf2ee;
}

.venue-box strong {
  font-size: 19px;
}

.venue-box span,
.sponsored-copy > p:not(.tour-kicker):not(.event-city) {
  color: #5c665f;
  line-height: 1.62;
}

.sponsored-copy .event-contact-actions {
  margin-top: 28px;
}

.sponsored-event-grid {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.sponsored-event-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(49, 75, 62, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 72px rgba(42, 56, 48, 0.16);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.sponsored-event-card:hover {
  box-shadow: 0 38px 88px rgba(42, 56, 48, 0.23);
  transform: translateY(-7px);
}

.sponsored-event-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--event-accent, #476b56);
}

.sponsored-event-card > * {
  min-width: 0;
}

.sponsored-event-image {
  overflow: hidden;
  display: block;
  min-width: 0;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
}

.sponsored-event-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.35s ease;
}

.sponsored-event-card:hover .sponsored-event-image img {
  transform: scale(1.035);
}

.sponsored-event-landscape {
  aspect-ratio: 16 / 9;
}

.sponsored-event-body {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.sponsored-event-body h3 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 48px);
}

.sponsored-event-body > p:not(.tour-kicker):not(.event-city) {
  color: #5c665f;
  line-height: 1.62;
}

.sponsored-event-body .event-contact-actions {
  margin-top: 24px;
}

.sponsored-warm { --event-accent: #f0834b; }
.sponsored-warm .tour-kicker, .sponsored-warm .event-city { color: #b75528; }
.sponsored-warm .venue-box { border-color: #f0834b; background: #fff3eb; }
.sponsored-red { --event-accent: #b91f2a; }
.sponsored-red .tour-kicker, .sponsored-red .event-city { color: #a11721; }
.sponsored-red .venue-box { border-color: #b91f2a; background: #fff0f1; }
.sponsored-mono { --event-accent: #171717; }
.sponsored-mono .tour-kicker, .sponsored-mono .event-city { color: #252525; }
.sponsored-mono .venue-box { border-color: #171717; background: #f1f1f1; }

.event-information-band {
  padding: 26px 0;
  color: var(--white);
  background: #063d82;
}

.event-information-band > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  align-items: center;
}

.event-information-band img {
  width: 94px;
  max-height: 62px;
  object-fit: contain;
}

.event-information-band p {
  display: grid;
  gap: 4px;
  margin-bottom: 0;
}

.event-information-band span {
  color: rgba(255, 255, 255, 0.72);
}

.event-information-band a {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  font-weight: 900;
}

.event-meta {
  font-weight: 900;
  color: var(--blue) !important;
}

.team-container {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.team-hero {
  position: relative;
  display: grid;
  min-height: min(720px, calc(100vh - 68px));
  overflow: hidden;
  color: var(--white);
  background: #062e63;
}

.team-hero > img,
.team-hero-overlay,
.team-hero-content {
  grid-area: 1 / 1;
}

.team-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team-hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 24, 48, 0.94) 0%, rgba(5, 48, 101, 0.75) 44%, rgba(3, 24, 48, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 24, 48, 0.66), transparent 58%);
}

.team-hero-content {
  z-index: 1;
  align-self: center;
  width: min(720px, 100%);
  padding: clamp(72px, 9vw, 118px) clamp(22px, 6vw, 76px);
}

.team-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 6vw, 78px);
}

.team-hero-content > p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.55;
}

.team-hero-content > a,
.team-cta a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  color: var(--white);
  background: rgba(3, 24, 48, 0.38);
  font-weight: 900;
  backdrop-filter: blur(10px);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.team-hero-content > a:hover,
.team-cta a:hover {
  border-color: var(--amber);
  background: rgba(247, 183, 51, 0.18);
  transform: translateY(-3px);
}

.leadership-section {
  padding: clamp(76px, 9vw, 122px) 0;
  background: #f7fbff;
}

.team-section-heading {
  max-width: 790px;
  margin-bottom: 38px;
}

.team-section-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5vw, 58px);
}

.team-section-heading > p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.64;
}

.director-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.director-profile {
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(410px, 1fr) auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(6, 61, 130, 0.14);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.director-profile:hover {
  box-shadow: 0 34px 72px rgba(6, 61, 130, 0.21);
  transform: translateY(-7px);
}

.director-photo {
  overflow: hidden;
  min-height: 0;
  background: #082d61;
}

.director-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.director-profile:hover .director-photo img {
  transform: scale(1.035);
}

.director-landscape .director-photo img {
  object-position: 64% center;
}

.director-portrait .director-photo img {
  object-position: center 18%;
}

.director-copy {
  padding: 28px;
}

.director-copy span {
  display: block;
  margin-bottom: 9px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.director-copy h3 {
  margin-bottom: 12px;
  font-size: 29px;
}

.director-copy p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.team-areas-section {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 118px) 0;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(3, 24, 48, 0.97), rgba(7, 73, 139, 0.92)),
    url("director-alejandro-cruz.jpg");
  background-size: cover;
  background-position: center;
}

.light-heading p,
.light-heading h2 {
  color: var(--white) !important;
}

.light-heading > p:last-child {
  color: rgba(255, 255, 255, 0.74) !important;
}

.team-role-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.team-role-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.team-role-grid article:hover {
  border-color: rgba(247, 183, 51, 0.6);
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-6px);
}

.team-role-grid span {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 8px;
  color: #172033;
  background: var(--amber);
  font-size: 24px;
}

.team-role-grid h3 {
  font-size: 21px;
}

.team-role-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.58;
}

.voice-gallery-section {
  padding: clamp(76px, 9vw, 122px) 0;
  background: #eef4f8;
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.55fr);
  gap: 40px;
  max-width: none;
  align-items: end;
}

.gallery-heading > p {
  margin-bottom: 10px;
}

.voice-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 16px;
}

.voice-gallery a {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 560px;
  border-radius: 8px;
  background: #082d61;
  box-shadow: 0 24px 58px rgba(6, 61, 130, 0.18);
}

.voice-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.38s ease;
}

.gallery-wide img {
  object-position: center;
}

.gallery-tall img {
  object-position: center 18%;
}

.voice-gallery a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 24, 48, 0.9), transparent 52%);
}

.voice-gallery a > span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  display: grid;
  gap: 5px;
  color: var(--white);
}

.voice-gallery strong {
  font-size: 23px;
}

.voice-gallery small {
  color: rgba(255, 255, 255, 0.72);
}

.voice-gallery a:hover img {
  transform: scale(1.035);
}

.legacy-gallery-section {
  overflow: hidden;
  padding: clamp(82px, 10vw, 132px) 0;
  background: #f8fbfd;
}

.legacy-intro {
  max-width: 840px;
  margin-bottom: clamp(70px, 9vw, 112px);
}

.legacy-intro h2 {
  margin-bottom: 20px;
  font-size: clamp(40px, 5.5vw, 66px);
}

.legacy-intro > p:last-child {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.64;
}

.story-gallery {
  position: relative;
  padding: clamp(56px, 7vw, 88px) 0;
  border-top: 1px solid var(--line);
}

.story-copy {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  column-gap: 24px;
  max-width: 860px;
  margin-bottom: 38px;
}

.story-copy > *:not(.story-number) {
  grid-column: 2;
}

.story-number {
  grid-row: 1 / span 4;
  color: rgba(7, 93, 184, 0.18);
  font-size: 58px;
  font-weight: 900;
  line-height: 0.9;
}

.story-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 56px);
}

.story-copy > p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.story-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 10px;
}

.story-photo-grid a,
.moments-wall a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px;
  background: #082d61;
  box-shadow: 0 16px 36px rgba(6, 61, 130, 0.12);
}

.story-photo-grid img,
.moments-wall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.28s ease, transform 0.32s ease;
}

.story-photo-grid a:hover img,
.moments-wall a:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.story-photo-grid .photo-feature {
  grid-column: span 2;
  grid-row: span 2;
}

.vocifest-story {
  color: #202e29;
}

.vocifest-story::before {
  content: "";
  position: absolute;
  top: 90px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  opacity: 0.11;
  background: repeating-conic-gradient(#f7b733 0 11deg, #1ca968 11deg 22deg, #1877f2 22deg 33deg);
  pointer-events: none;
}

.tour-story {
  width: calc(100% + 72px);
  margin-left: -36px;
  padding-right: 36px;
  padding-left: 36px;
  border-top: 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(3, 24, 48, 0.98), rgba(7, 61, 130, 0.92)),
    url("galeria/eventos-especiales-01.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 36px 88px rgba(3, 24, 48, 0.22);
}

.tour-story .story-number {
  color: rgba(247, 183, 51, 0.4);
}

.tour-story .story-copy > p:last-child {
  color: rgba(255, 255, 255, 0.76);
}

.tour-story .eyebrow {
  color: var(--amber);
}

.tour-photo-grid a {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.voice-moments-story {
  padding-bottom: 0;
}

.moments-wall {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 190px;
  gap: 9px;
}

.moments-wall .moment-large {
  grid-column: span 2;
  grid-row: span 2;
}

.moments-wall .moment-wide {
  grid-column: span 2;
}

.team-cta {
  padding: clamp(72px, 8vw, 104px) 20px;
  text-align: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(3, 24, 48, 0.95), rgba(7, 93, 184, 0.84)),
    url("directora-liliana-cruz-jara.jpg");
  background-size: cover;
  background-position: center 28%;
}

.team-cta > div {
  width: min(760px, 100%);
  margin: 0 auto;
}

.team-cta img {
  width: 150px;
  height: 84px;
  margin-bottom: 20px;
  object-fit: contain;
}

.team-cta h2 {
  margin-bottom: 26px;
  color: var(--white);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
  }

  .nav-center {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .nav-menu summary {
    justify-content: center;
  }

  .nav-dropdown {
    top: calc(100% + 8px);
    width: min(280px, 80vw);
  }

  .event-title-row,
  .hormiga-feature,
  .sponsored-feature,
  .sponsored-event-card {
    grid-template-columns: 1fr;
  }

  .director-grid,
  .voice-gallery,
  .gallery-heading {
    grid-template-columns: 1fr;
  }

  .team-role-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .voice-gallery a {
    min-height: 500px;
  }

  .story-photo-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 210px;
  }

  .moments-wall {
    grid-template-columns: repeat(3, 1fr);
  }

  .event-type {
    justify-self: start;
  }

  .event-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .event-poster-wide {
    min-height: 0;
  }

  .sponsored-poster {
    max-width: 620px;
    margin: 0 auto;
  }

  .intro,
  .about-layout,
  .form-section {
    grid-template-columns: 1fr;
  }

  .form-intro {
    position: static;
  }

  .areas-grid,
  .steps,
  .feature-grid,
  .metrics-grid,
  .stations-grid,
  .multimedia-grid,
  .listen-hero,
  .station-grid,
  .listen-note,
  .digital-grid,
  .sponsor-band,
  .contact-grid,
  .hub-grid,
  .adopta-grid,
  .event-grid,
  .minute-impact-content,
  .impact-list,
  .impact-band {
    grid-template-columns: 1fr;
  }

  .impact-band div {
    min-height: 120px;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: sticky;
    padding: 8px 12px;
  }

  .brand {
    min-width: 0;
    width: 100%;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-home {
    display: none;
  }

  .header-contact {
    min-height: 48px;
    padding: 0 13px;
  }

  .nav-center {
    gap: 5px;
  }

  .nav-menu summary {
    min-height: 40px;
    justify-content: space-between;
    gap: 4px;
    padding: 0 9px;
    border-color: rgba(7, 93, 184, 0.12);
    background: var(--white);
    font-size: 12px;
  }

  .nav-dropdown {
    position: fixed;
    top: 122px;
    right: 12px;
    left: 12px;
    width: auto;
    transform: none;
  }

  .nav-dropdown::before {
    display: none;
  }

  .events-hero {
    min-height: 650px;
    padding-right: 22px;
    padding-left: 22px;
    background-position: 58% center;
  }

  .team-hero {
    min-height: 680px;
  }

  .team-hero > img {
    object-position: 66% center;
  }

  .team-hero-overlay {
    background: linear-gradient(0deg, rgba(3, 24, 48, 0.96) 0%, rgba(5, 48, 101, 0.76) 62%, rgba(3, 24, 48, 0.25) 100%);
  }

  .team-hero-content {
    align-self: end;
    padding-bottom: 48px;
  }

  .team-hero h1 {
    font-size: 43px;
  }

  .director-grid,
  .team-role-grid {
    grid-template-columns: 1fr;
  }

  .director-profile {
    grid-template-rows: 390px auto;
  }

  .voice-gallery a {
    min-height: 430px;
  }

  .gallery-tall {
    min-height: 560px !important;
  }

  .team-hero-content > a,
  .team-cta a {
    width: 100%;
  }

  .story-copy {
    grid-template-columns: 1fr;
  }

  .story-copy > *:not(.story-number) {
    grid-column: 1;
  }

  .story-number {
    grid-row: auto;
    margin-bottom: 18px;
  }

  .story-photo-grid,
  .moments-wall {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 170px;
  }

  .story-photo-grid .photo-feature,
  .moments-wall .moment-large,
  .moments-wall .moment-wide {
    grid-column: span 2;
  }

  .tour-story {
    width: calc(100% + 36px);
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .events-hero-actions,
  .event-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .events-hero-actions a,
  .social-event-button {
    width: 100%;
  }

  .event-title-row h2 {
    font-size: 38px;
  }

  .tour-details {
    padding: 22px;
  }

  .tour-dates,
  .event-gallery,
  .event-information-band > div {
    grid-template-columns: 1fr;
  }

  .event-gallery a {
    aspect-ratio: 4 / 4.8;
  }

  .event-information-band > div {
    justify-items: start;
  }

  .hero {
    min-height: 640px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(3, 33, 74, 0.94) 0%, rgba(3, 49, 107, 0.78) 58%, rgba(7, 93, 184, 0.3) 100%);
  }

  .hero-content {
    align-self: end;
    padding-bottom: 48px;
  }

  .button {
    width: 100%;
  }

  .form-grid,
  .choice-grid,
  .choice-grid.three,
  .split,
  .days-grid {
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 28px, 1120px);
    padding: 54px 0;
  }
}

/* Dirección visual premium: Presencia Editorial */
:root {
  --blue: #0b4d8f;
  --blue-dark: #06172f;
  --blue-soft: #d9e7f4;
  --ink: #10213a;
  --muted: #5b6d82;
  --line: #cfdae5;
  --white: #ffffff;
  --amber: #eba923;
  --editorial-ivory: #f6f1e7;
  --shadow: 0 24px 70px rgba(6, 23, 47, 0.16);
}

body {
  background:
    radial-gradient(circle at 88% 8%, rgba(11, 77, 143, 0.08), transparent 27rem),
    #f8fafc;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.site-header {
  min-height: 82px;
  padding: 12px clamp(20px, 5.5vw, 86px);
  background: rgba(6, 23, 47, 0.96);
  border-bottom-color: rgba(235, 169, 35, 0.24);
  box-shadow: 0 14px 40px rgba(2, 12, 26, 0.2);
}

.brand {
  min-width: 210px;
  padding: 5px 0;
  border: 0;
  color: var(--white);
  background: transparent;
  box-shadow: none;
}

.brand:hover,
.brand:focus-visible {
  border-color: transparent;
  box-shadow: none;
}

.brand-mark {
  width: 54px;
  height: 44px;
  background: transparent;
}

.brand-mark img {
  width: 50px;
  height: 38px;
}

.brand-copy small,
.brand-home,
.nav-menu summary span {
  color: var(--amber);
}

.brand-home {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.nav-menu summary {
  color: #eaf1f8;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.nav-menu summary:hover,
.nav-menu[open] summary {
  border-color: rgba(235, 169, 35, 0.28);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.header-contact {
  border-color: rgba(235, 169, 35, 0.7);
  color: var(--blue-dark);
  background: var(--amber);
  box-shadow: 0 12px 28px rgba(235, 169, 35, 0.2);
}

.header-contact:hover,
.header-contact:focus-visible {
  color: var(--white);
  background: #c98712;
}

.hero {
  min-height: min(760px, calc(100vh - 82px));
  grid-template-columns: minmax(0, 54%) minmax(0, 46%);
  background: var(--blue-dark);
}

.hero-image {
  grid-area: 1 / 2;
  width: 100%;
  height: 100%;
  object-position: 57% center;
}

.hero-overlay {
  grid-area: 1 / 1 / 2 / 3;
  background:
    linear-gradient(90deg, #06172f 0%, #06172f 47%, rgba(6, 23, 47, 0.82) 62%, rgba(6, 23, 47, 0.18) 100%),
    linear-gradient(0deg, rgba(4, 18, 38, 0.45), transparent 60%);
}

.hero-content {
  grid-area: 1 / 1;
  z-index: 2;
  width: min(100%, 760px);
  padding: 78px 5.5vw 84px;
  align-self: center;
}

.hero-logo {
  display: none;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f4cb72;
  letter-spacing: 0.18em;
}

.hero .eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--amber);
}

.hero h1,
.team-hero h1,
.events-hero h1,
.listen-hero h1,
.adopta-hero h1,
.contact-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(52px, 5.5vw, 82px);
  line-height: 0.98;
}

.hero-copy {
  max-width: 590px;
  color: #d8e4ef;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.7;
}

.button,
.submit-button,
.listen-button,
.events-hero-actions a,
.social-event-button {
  border-radius: 6px;
  letter-spacing: 0.01em;
}

.button.primary,
.submit-button {
  color: var(--blue-dark);
  background: var(--amber);
  box-shadow: 0 14px 34px rgba(235, 169, 35, 0.23);
}

.button.primary:hover,
.submit-button:hover {
  background: #f4bc4f;
}

.hero-live-card {
  position: absolute;
  right: clamp(24px, 4.5vw, 72px);
  bottom: 46px;
  z-index: 3;
  width: min(330px, 35vw);
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(235, 169, 35, 0.32);
  border-radius: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 6%, rgba(235, 169, 35, 0.26), transparent 32%),
    linear-gradient(145deg, rgba(6, 23, 47, 0.94), rgba(7, 44, 84, 0.88));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
}

.hero-live-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 23px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), transparent 32%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.07) 0 1px, transparent 1px 18px);
  mask-image: linear-gradient(180deg, #000 0%, transparent 62%);
  pointer-events: none;
}

.hero-live-card > * {
  position: relative;
  z-index: 1;
}

.live-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f4cb72;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-live-card > strong {
  display: block;
  margin-top: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
}

.hero-live-card p {
  margin: 7px 0 20px;
  color: #c9d7e4;
}

.hero-live-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 5px 14px 5px 5px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.hero-live-card a span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--blue-dark);
  background: linear-gradient(145deg, #ffc64a, var(--amber));
  box-shadow: 0 12px 24px rgba(235, 169, 35, .25);
}

.live-bars {
  display: flex;
  height: 22px;
  align-items: center;
  gap: 3px;
}

.live-bars i {
  width: 2px;
  height: 45%;
  background: var(--amber);
  animation: editorial-wave 1.15s ease-in-out infinite alternate;
}

.live-bars i:nth-child(2) { height: 85%; animation-delay: -0.5s; }
.live-bars i:nth-child(3) { height: 60%; animation-delay: -0.8s; }
.live-bars i:nth-child(4) { height: 100%; animation-delay: -0.25s; }

@keyframes editorial-wave {
  to { transform: scaleY(0.45); opacity: 0.62; }
}

.section-hub {
  background: var(--editorial-ivory);
}

.section-heading h2,
.intro h2,
.about-story h2,
.form-intro h2,
.team-section-heading h2,
.event-title-row h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.hub-card,
.area-card,
.station-card,
.feature-panel,
.director-profile,
.sponsored-event-card,
.contact-card,
.volunteer-form,
.adopta-form {
  border-radius: 8px;
  border-color: rgba(11, 77, 143, 0.16);
  box-shadow: 0 18px 44px rgba(6, 23, 47, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.hub-card:hover,
.area-card:hover,
.station-card:hover,
.director-profile:hover,
.sponsored-event-card:hover {
  border-color: rgba(235, 169, 35, 0.55);
  box-shadow: 0 26px 58px rgba(6, 23, 47, 0.18);
  transform: translateY(-5px);
}

.presence-section,
.impact-band,
.team-areas-section,
.hormiga-event,
.listen-page .listen-hero,
.adopta-page .adopta-hero,
.contact-page .contact-hero {
  background-color: var(--blue-dark);
}

footer {
  border-top: 1px solid rgba(235, 169, 35, 0.22);
  background: #041225;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-image,
  .hero-overlay,
  .hero-content {
    grid-area: 1 / 1;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(6, 23, 47, 0.98) 0%, rgba(6, 23, 47, 0.82) 60%, rgba(6, 23, 47, 0.48) 100%);
  }

  .hero-content {
    padding-right: 38vw;
  }

  .hero-live-card {
    width: min(300px, 36vw);
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    background: rgba(6, 23, 47, 0.98);
  }

  .nav-center {
    min-width: 0;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nav-menu,
  .nav-menu summary {
    min-width: 0;
  }

  .nav-menu summary {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
  }

  .brand,
  .nav-menu summary {
    color: var(--white);
  }

  .nav-menu summary {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
  }

  .hero {
    min-height: 760px;
  }

  .hero-image {
    object-position: 59% center;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(6, 23, 47, 0.98) 0%, rgba(6, 23, 47, 0.88) 58%, rgba(6, 23, 47, 0.38) 100%);
  }

  .hero-content {
    align-self: end;
    padding: 220px 22px 210px;
  }

  .hero h1 {
    font-size: clamp(46px, 14vw, 62px);
  }

  .hero-live-card {
    right: 18px;
    bottom: 22px;
    left: 18px;
    width: auto;
    padding: 18px;
  }

  .hero-live-card > strong {
    margin-top: 12px;
    font-size: 24px;
  }

  .hero-live-card p {
    margin-bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-bars i {
    animation: none;
  }
}

/* Navegación editorial directa, sin menús desplegables */
.editorial-header {
  grid-template-columns: minmax(230px, 1fr) auto minmax(190px, 1fr);
  min-height: 92px;
  gap: clamp(24px, 4vw, 68px);
  padding: 12px clamp(28px, 5.4vw, 86px);
  background: rgba(6, 23, 47, 0.98);
  border-bottom: 1px solid rgba(217, 231, 244, 0.12);
  box-shadow: none;
}

.editorial-brand {
  width: max-content;
  min-width: 0;
  gap: 28px;
  padding: 0;
}

.editorial-brand .brand-mark {
  width: 106px;
  height: 62px;
  border-radius: 0;
}

.editorial-brand .brand-mark img {
  width: 106px;
  height: 62px;
}

.brand-tagline {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  color: #d8e4ef;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.editorial-nav {
  display: flex;
  gap: clamp(22px, 3.2vw, 52px);
  align-items: center;
  justify-content: center;
}

.editorial-nav .nav-link {
  position: relative;
  padding: 12px 0;
  color: #eef4fa;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.editorial-nav .nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.24s ease;
}

.editorial-nav .nav-link:hover::after,
.editorial-nav .nav-link:focus-visible::after,
.editorial-nav .nav-link[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-live {
  justify-self: end;
  min-height: 52px;
  gap: 11px;
  padding: 0 21px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  color: var(--white);
  background: transparent;
  box-shadow: none;
}

.nav-live > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 6px rgba(235, 169, 35, 0.09), 0 0 15px rgba(235, 169, 35, 0.55);
}

.nav-live:hover,
.nav-live:focus-visible,
.nav-live[aria-current="page"] {
  border-color: var(--amber);
  color: var(--white);
  background: rgba(235, 169, 35, 0.08);
}

@media (max-width: 1040px) {
  .editorial-header {
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .editorial-brand {
    gap: 0;
  }

  .brand-tagline {
    display: none;
  }

  .editorial-nav {
    grid-column: auto;
    grid-row: auto;
    gap: clamp(15px, 2.4vw, 28px);
  }
}

@media (max-width: 720px) {
  .editorial-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
    padding: 10px 14px 12px;
  }

  .editorial-brand .brand-mark,
  .editorial-brand .brand-mark img {
    width: 82px;
    height: 48px;
  }

  .nav-live {
    min-height: 44px;
    padding: 0 13px;
    font-size: 12px;
  }

  .editorial-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .editorial-nav .nav-link {
    min-width: 0;
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px 3px 6px;
    font-size: 10px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 680px) {
  .editorial-header {
    position: relative;
  }

  .team-hero-overlay {
    background: linear-gradient(0deg, rgba(3, 24, 48, 0.99) 0%, rgba(4, 38, 78, 0.93) 72%, rgba(3, 24, 48, 0.67) 100%);
  }

  .team-hero h1,
  .team-hero-content > p {
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
  }

  .team-hero-content {
    background: linear-gradient(180deg, rgba(3, 24, 48, 0.18), rgba(3, 24, 48, 0.88));
  }
}

/* Voz y Visión Multimedia */
.nav-tv {
  color: #f5b51f;
}

.nav-business {
  color: #f5b51f;
}

.nav-business::after {
  background: #f5b51f;
}

.professional-contact-section {
  padding: clamp(54px, 7vw, 86px) clamp(20px, 6vw, 72px);
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 181, 31, 0.14), transparent 30%),
    linear-gradient(135deg, #f7fbff, #eef5fb);
}

.professional-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(11, 77, 143, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.88)),
    radial-gradient(circle at 92% 10%, rgba(245, 181, 31, 0.22), transparent 26%);
  box-shadow: 0 24px 62px rgba(6, 23, 47, 0.12);
}

.professional-contact-card h2 {
  margin: 0 0 12px;
  max-width: 760px;
  color: #071b34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.professional-contact-card p:not(.eyebrow) {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.professional-contact-card .button {
  white-space: nowrap;
}

.brand-division-section {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 110px) clamp(20px, 6vw, 72px);
  background:
    radial-gradient(circle at 82% 10%, rgba(28, 124, 255, 0.28), transparent 34%),
    radial-gradient(circle at 18% 22%, rgba(245, 181, 31, 0.22), transparent 28%),
    linear-gradient(135deg, #06162b 0%, #081f3d 48%, #031020 100%);
  color: #fff;
}

.brand-division-bg {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.brand-division-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.brand-division-section .section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.brand-division-section .section-heading p {
  color: rgba(255,255,255,.76);
}

.brand-division-section h2 {
  color: #fff;
}

.brand-division-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.brand-division-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,.06);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  transform: translateZ(0);
}

.brand-division-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .34;
  transition: transform .65s ease, opacity .65s ease;
}

.brand-division-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,16,32,.2), rgba(3,16,32,.92));
}

.brand-division-card > * {
  position: relative;
  z-index: 1;
}

.brand-division-card span {
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #f5b51f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.brand-division-card h3 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 48px);
}

.brand-division-card p {
  max-width: 520px;
  color: rgba(255,255,255,.78);
  line-height: 1.6;
}

.brand-division-card strong {
  margin-top: 18px;
  color: #fff;
}

.brand-division-card:hover::before {
  transform: scale(1.08);
  opacity: .48;
}

.radio-division::before {
  background-image: url("radio-card-bg.png");
}

.tv-division::before {
  background-image: url("area-video.png");
}

.tv-page {
  background: #050d1a;
  color: #fff;
}

.tv-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  min-height: calc(100vh - 88px);
  padding: clamp(84px, 10vw, 130px) clamp(20px, 6vw, 72px);
  background:
    radial-gradient(circle at 72% 18%, rgba(28, 124, 255, .34), transparent 34%),
    linear-gradient(135deg, #06152b, #0a2447 52%, #030b16);
  overflow: hidden;
}

.tv-hero-media {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
}

.tv-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.08);
}

.tv-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,14,29,.08), rgba(3,14,29,.72));
}

.tv-frame {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  width: min(330px, calc(100% - 48px));
  padding: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: rgba(4, 18, 38, .82);
  backdrop-filter: blur(16px);
}

.tv-frame span {
  display: block;
  color: #f5b51f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tv-frame strong {
  display: block;
  margin-top: 12px;
  font-size: 38px;
  letter-spacing: .04em;
}

.tv-hero-copy h1 {
  max-width: 660px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(44px, 6.4vw, 82px);
  line-height: .92;
}

.tv-hero-copy p:not(.eyebrow) {
  max-width: 610px;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.tv-split {
  background: #fff;
}

.tv-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tv-feature-grid article {
  padding: 26px;
  border: 1px solid rgba(19, 48, 86, .12);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #f5f8fc);
  box-shadow: 0 18px 48px rgba(18, 53, 92, .08);
}

.tv-feature-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #061b34;
  color: #f5b51f;
  font-weight: 900;
}

.tv-production-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 24px;
  align-items: center;
  padding: clamp(54px, 7vw, 90px) clamp(20px, 6vw, 72px);
  background:
    linear-gradient(90deg, rgba(3,13,26,.88), rgba(3,13,26,.54)),
    url("section-hub-bg.png") center/cover;
  color: #fff;
}

.tv-production-band h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
}

.tv-signal-card {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 26px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}

.tv-signal-card span {
  color: #f5b51f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tv-signal-card strong {
  display: block;
  margin: 12px 0;
  font-size: 30px;
}

.tv-signal-card p {
  color: rgba(255,255,255,.78);
}

.tv-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #fff;
}

.tv-cta > div {
  max-width: 760px;
}

.tv-coming-soon-page .tv-hero {
  min-height: calc(100vh - 88px);
}

.tv-soon-hero::before {
  content: "PRÓXIMAMENTE";
  position: absolute;
  right: -5vw;
  top: 15%;
  color: rgba(255,255,255,.045);
  font-size: clamp(64px, 13vw, 190px);
  font-weight: 900;
  letter-spacing: .04em;
  white-space: nowrap;
  pointer-events: none;
}

.tv-soon-frame strong {
  font-size: clamp(30px, 4vw, 48px);
  line-height: .95;
}

.tv-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}

.tv-city-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.07);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.tv-soon-note {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(28,124,255,.08), transparent 36%),
    #fff;
}

.tv-soon-note h2 {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.tv-soon-note p:last-child {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .brand-division-grid,
  .tv-hero,
  .tv-feature-grid,
  .tv-production-band {
    grid-template-columns: 1fr;
  }

  .tv-hero {
    min-height: auto;
  }

  .tv-hero-media,
  .tv-hero-media img {
    min-height: 380px;
  }

  .tv-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .professional-contact-card {
    grid-template-columns: 1fr;
  }

  .professional-contact-card .button {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .brand-division-section,
  .tv-hero,
  .tv-production-band {
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand-division-card {
    min-height: 260px;
    border-radius: 22px;
  }

  .tv-frame {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }
}

/* Premium mobile radio players */
@media (max-width: 720px) {
  .listen-page .stations-section {
    padding-top: 36px;
  }

  .listen-page .station-grid {
    gap: 18px;
  }

  .listen-page .station-card,
  .listen-page .station-card.featured {
    gap: 14px;
    padding: 18px;
    border-radius: 24px;
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    background:
      radial-gradient(circle at 86% 4%, rgba(245, 181, 31, 0.28), transparent 30%),
      linear-gradient(145deg, #06162b 0%, #0a2a50 58%, #041225 100%);
    box-shadow:
      0 24px 54px rgba(3, 14, 29, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  .listen-page .station-card::before {
    background:
      linear-gradient(180deg, rgba(3, 16, 32, 0.82), rgba(3, 16, 32, 0.96)),
      var(--station-bg);
    background-size: cover;
    background-position: center;
    opacity: 1;
  }

  .listen-page .station-card::after {
    inset: 1px;
    border-radius: 23px;
    background:
      linear-gradient(135deg, rgba(255,255,255,.18), transparent 34%),
      repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 18px);
    mask-image: linear-gradient(180deg, #000 0%, transparent 62%);
  }

  .listen-page .station-logo,
  .listen-page .station-card:not(.featured) .station-logo {
    width: 118px;
    height: 46px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.34));
  }

  .listen-page .station-topline {
    align-items: flex-start;
  }

  .listen-page .station-topline span {
    padding: 8px 12px;
    color: #041225;
    box-shadow: 0 10px 22px rgba(245, 181, 31, .22);
  }

  .listen-page .station-topline small,
  .listen-page .station-card p,
  .listen-page .station-card.featured p,
  .listen-page .station-card .player-shell small,
  .listen-page .station-card.featured .player-shell small {
    color: rgba(255, 255, 255, 0.74);
  }

  .listen-page .station-card h3 {
    margin: 2px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .listen-page .station-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .listen-page .station-details {
    gap: 7px;
  }

  .listen-page .station-details li,
  .listen-page .station-card.featured .station-details li {
    color: rgba(255,255,255,.88);
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.09);
    font-size: 12px;
  }

  .listen-page .player-shell,
  .listen-page .station-card.featured .player-shell {
    position: relative;
    overflow: hidden;
    padding: 15px;
    border-radius: 20px;
    border-color: rgba(255,255,255,.16);
    background:
      linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.07)),
      rgba(255,255,255,.08);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.18),
      0 18px 34px rgba(0,0,0,.18);
  }

  .listen-page .player-shell::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 58px;
    height: 26px;
    transform: translateY(-50%);
    opacity: .58;
    background:
      linear-gradient(90deg, transparent 0 4px, #f5b51f 4px 7px, transparent 7px 12px),
      linear-gradient(90deg, transparent 0 16px, #f5b51f 16px 19px, transparent 19px 24px),
      linear-gradient(90deg, transparent 0 28px, #f5b51f 28px 31px, transparent 31px 36px),
      linear-gradient(90deg, transparent 0 40px, #f5b51f 40px 43px, transparent 43px 48px);
    background-size: 58px 10px, 58px 20px, 58px 14px, 58px 24px;
    background-repeat: no-repeat;
    background-position: 0 8px, 0 3px, 0 6px, 0 1px;
  }

  .listen-page .player-shell button {
    width: 58px;
    min-width: 58px;
    height: 58px;
    color: #06162b;
    background: linear-gradient(145deg, #ffc64a, #f5a900);
    box-shadow: 0 16px 28px rgba(245, 181, 31, .28);
  }

  .listen-page .player-shell strong {
    color: #fff;
    font-size: 15px;
  }

  .listen-page .station-audio {
    height: 48px;
    padding: 3px;
    border-radius: 18px;
    background: rgba(255,255,255,.12);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.14),
      0 12px 26px rgba(0,0,0,.18);
  }

  .listen-page .station-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 10px;
  }

  .listen-page .station-actions .button {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    border-radius: 16px;
  }

  .listen-page .station-actions .social-icon {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 720px) {
  .hero-live-card {
    left: 16px;
    right: 16px;
    bottom: 18px;
    width: auto;
    padding: 18px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 88% 0%, rgba(245, 181, 31, 0.32), transparent 34%),
      linear-gradient(145deg, rgba(3, 16, 32, 0.94), rgba(8, 42, 78, 0.92));
    box-shadow:
      0 22px 52px rgba(0,0,0,.34),
      inset 0 1px 0 rgba(255,255,255,.16);
  }

  .hero-live-card::before {
    border-radius: 23px;
  }

  .live-card-topline {
    font-size: 10px;
    letter-spacing: .16em;
  }

  .hero-live-card > strong {
    margin-top: 14px;
    font-size: 25px;
    line-height: 1.05;
  }

  .hero-live-card p {
    max-width: 250px;
    margin: 6px 0 14px;
    font-size: 13px;
    line-height: 1.35;
  }

  .hero-live-card a {
    width: 100%;
    justify-content: flex-start;
    min-height: 54px;
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  }

  .hero-live-card a span {
    width: 44px;
    height: 44px;
  }

  .hero-live-card .live-bars {
    height: 18px;
  }
}
