/* ============================================
   TALENTO Y MÉRITO — Immersive Experience
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Brand colors */
  --color-rojo: #CC1231;
  --color-azul-oscuro: #2B4A6B;
  --color-azul-acero: #5B7F93;
  --color-azul-claro: #A8C5D8;
  --color-blanco: #FFFFFF;

  /* Background progression */
  --bg-dark-1: #08080f;
  --bg-dark-2: #0f1119;
  --bg-dark-3: #161825;
  --bg-warm-1: #1e2030;
  --bg-warm-2: #2a2540;
  --bg-light-1: #f5f0e8;
  --bg-light-2: #faf8f5;
  --bg-white: #ffffff;

  /* Typography */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, sans-serif;

  /* Spacing */
  --section-padding: clamp(4rem, 10vh, 8rem) clamp(1.5rem, 5vw, 4rem);

  /* Current bg — updated by JS */
  --scene-bg: var(--bg-dark-1);
  --scene-text: var(--color-blanco);
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  background: var(--bg-dark-1);
  color: var(--color-blanco);
  line-height: 1.7;
  overflow-x: hidden;
}

/* --- Scenes (Global) --- */
.scene {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--section-padding);
  position: relative;
  overflow: hidden;
}

.scene__container {
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.scene__time {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-rojo);
  margin-bottom: 1rem;
  opacity: 0.8;
}

.scene__title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.scene__title--large {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.scene__subtitle {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 300;
  opacity: 0.7;
  margin-bottom: 2.5rem;
  font-style: italic;
}

.scene__body {
  margin-bottom: 2.5rem;
}

.scene__paragraph {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.scene__paragraph--closing {
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  line-height: 1.8;
}

/* --- Quotes --- */
.scene__quote {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  font-style: italic;
  color: var(--color-rojo);
  border-left: 3px solid var(--color-rojo);
  padding: 1rem 0 1rem 1.5rem;
  margin: 2rem 0;
  line-height: 1.5;
}

/* --- Badges --- */
.scene__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.badge {
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.badge--emotion {
  background: rgba(204, 18, 49, 0.12);
  border: 1px solid rgba(204, 18, 49, 0.3);
  color: inherit;
}

.badge--data {
  background: rgba(43, 74, 107, 0.2);
  border: 1px solid rgba(91, 127, 147, 0.3);
}

.badge em {
  font-style: italic;
  opacity: 0.85;
}

.scene__note {
  font-size: 0.85rem;
  opacity: 0.5;
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  font-style: italic;
}

.scene__data-line {
  font-size: 0.9rem;
  opacity: 0.6;
  text-align: center;
  margin-top: 2rem;
  letter-spacing: 0.05em;
}

.scene__goal {
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  color: var(--color-rojo);
  margin-top: 2.5rem;
  font-weight: 700;
}

/* ============================================
   SCENE 0 — HERO
   ============================================ */
.scene--hero {
  min-height: 100vh;
  background: radial-gradient(ellipse at 50% 50%, #151528 0%, var(--bg-dark-1) 70%);
  text-align: center;
  flex-direction: column;
}

.hero__badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-azul-claro);
  border: 1px solid rgba(168, 197, 216, 0.3);
  padding: 0.5rem 1.5rem;
  border-radius: 100px;
  margin-bottom: 3rem;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.hero__title-line {
  display: block;
  font-size: clamp(3.5rem, 10vw, 7rem);
}

.hero__title-line--accent {
  color: var(--color-rojo);
  font-size: clamp(3rem, 9vw, 6.5rem);
}

.hero__subtitle {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-weight: 300;
  opacity: 0.7;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero__date {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  opacity: 0.5;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}

.hero__scroll-indicator {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.hero__scroll-text {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.4;
}

.hero__scroll-arrow {
  opacity: 0.4;
  animation: bounceArrow 2s ease-in-out infinite;
}

@keyframes bounceArrow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* Hero background orbs */
.hero__bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
}

.hero__bg-orb--1 {
  width: 500px;
  height: 500px;
  background: var(--color-rojo);
  top: -150px;
  right: -100px;
  animation: floatOrb1 15s ease-in-out infinite;
}

.hero__bg-orb--2 {
  width: 400px;
  height: 400px;
  background: var(--color-azul-oscuro);
  bottom: -100px;
  left: -100px;
  animation: floatOrb2 18s ease-in-out infinite;
}

.hero__bg-orb--3 {
  width: 300px;
  height: 300px;
  background: var(--color-azul-acero);
  top: 40%;
  left: 50%;
  animation: floatOrb3 20s ease-in-out infinite;
}

@keyframes floatOrb1 {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(-30px, 20px); }
  66% { transform: translate(20px, -30px); }
}

@keyframes floatOrb2 {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(20px, -20px); }
  66% { transform: translate(-30px, 15px); }
}

@keyframes floatOrb3 {
  0%, 100% { transform: translate(-50%, 0) scale(1); }
  50% { transform: translate(-50%, -20px) scale(1.1); }
}

/* ============================================
   CARDS — Phrases & Tables
   ============================================ */
.cards {
  display: grid;
  gap: 1rem;
  margin: 2.5rem 0;
}

.cards--phrases {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cards--tables {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.card {
  border-radius: 12px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

/* Phrase cards */
.card--phrase {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.card--phrase:hover {
  transform: translateY(-2px);
  border-color: rgba(204, 18, 49, 0.4);
}

.card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-rojo);
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.card__text {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.4;
}

/* Mesa cards */
.card--mesa {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 3px solid var(--mesa-accent, var(--color-rojo));
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card--mesa:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.card__mesa-number {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mesa-accent, var(--color-rojo));
  margin-bottom: 0.5rem;
  display: block;
}

/* ============================================
   TESTIMONIALS (Scene 6)
   ============================================ */
.testimonial {
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid var(--color-azul-acero);
  position: relative;
}

.testimonial__text {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.7;
}

.testimonial__text em {
  color: var(--color-azul-claro);
}

/* ============================================
   MURAL (Scene 7)
   ============================================ */
.mural {
  margin: 3rem 0;
  text-align: center;
}

.mural__title {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-style: italic;
  margin-bottom: 2rem;
  opacity: 0.8;
}

.mural__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}

.mural__card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 1.25rem;
  border-radius: 4px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  transform: rotate(var(--rotate, 0deg));
  transition: transform 0.3s ease, background 0.3s ease;
}

.mural__card:hover {
  background: rgba(204, 18, 49, 0.1);
  transform: rotate(0deg) scale(1.05);
}

/* ============================================
   PANELS (Scene 8) — Mentora / Mentorizada
   ============================================ */
.panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 2.5rem 0;
}

.panel {
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.panel--mentora {
  background: linear-gradient(135deg, rgba(204, 18, 49, 0.1) 0%, rgba(204, 18, 49, 0.02) 100%);
  border-color: rgba(204, 18, 49, 0.25);
}

.panel--mentorizada {
  background: linear-gradient(135deg, rgba(43, 74, 107, 0.15) 0%, rgba(43, 74, 107, 0.02) 100%);
  border-color: rgba(91, 127, 147, 0.3);
}

.panel__icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.panel__title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.panel__role {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-rojo);
  margin-bottom: 1.25rem;
}

.panel--mentorizada .panel__role {
  color: var(--color-azul-claro);
}

.panel__list {
  list-style: none;
  text-align: left;
  font-size: 0.95rem;
  opacity: 0.75;
}

.panel__list li {
  padding: 0.3rem 0;
  padding-left: 1rem;
  position: relative;
}

.panel__list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--color-rojo);
}

.panel--mentorizada .panel__list li::before {
  color: var(--color-azul-claro);
}

/* ============================================
   HASHTAG
   ============================================ */
.hashtag {
  color: var(--color-rojo);
  font-weight: 700;
}

.scene__hashtag-highlight {
  text-align: center;
  margin: 2rem 0;
}

.hashtag--large {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, var(--color-rojo), #e8445a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================
   SCENE 11 — TRANSITION / TIMELINE
   ============================================ */
.scene--transition {
  text-align: center;
  background: linear-gradient(180deg, var(--bg-dark-1) 0%, #1a1525 50%, var(--bg-light-1) 100%);
}

.timeline {
  max-width: 600px;
  margin: 3rem auto;
  text-align: left;
  position: relative;
  padding-left: 2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--color-rojo), var(--color-azul-claro));
}

.timeline__item {
  position: relative;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
}

.timeline__dot {
  position: absolute;
  left: -2rem;
  top: 0.35rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color-rojo);
  border: 3px solid var(--bg-dark-1);
  z-index: 1;
}

.timeline__label {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--color-rojo);
  margin-bottom: 0.25rem;
}

.timeline__content p {
  font-size: 0.95rem;
  opacity: 0.8;
  line-height: 1.5;
}

/* ============================================
   PART 2 — PLATFORM SCENES
   ============================================ */
.scene--platform {
  background: var(--bg-light-2);
  color: #1a1a2e;
}

.scene--platform .scene__subtitle {
  color: var(--color-azul-acero);
}

.scene--platform .scene__time {
  color: var(--color-rojo);
}

.scene--platform .badge--emotion {
  background: rgba(204, 18, 49, 0.08);
  border-color: rgba(204, 18, 49, 0.2);
}

/* Callout box */
.scene__callout {
  background: linear-gradient(135deg, rgba(43, 74, 107, 0.08), rgba(91, 127, 147, 0.05));
  border: 1px solid rgba(43, 74, 107, 0.2);
  border-radius: 12px;
  padding: 1.5rem 2rem;
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-azul-oscuro);
  font-style: italic;
}

/* ============================================
   FEATURES (Scene 13)
   ============================================ */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 5rem;
}

.feature--reverse {
  direction: rtl;
}

.feature--reverse > * {
  direction: ltr;
}

.feature__name {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--color-azul-oscuro);
  margin-bottom: 0.5rem;
}

.feature__tagline {
  font-size: 1rem;
  color: var(--color-azul-acero);
  line-height: 1.5;
}

/* Mockup base */
.feature__mockup {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Profile mockup */
.mockup__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mockup__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-azul-oscuro), var(--color-azul-acero));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

.mockup__avatar--small {
  width: 36px;
  height: 36px;
  font-size: 0.75rem;
}

.mockup__avatar--tiny {
  width: 28px;
  height: 28px;
  font-size: 0.65rem;
}

.mockup__name {
  font-weight: 700;
  font-size: 1rem;
  color: #1a1a2e;
}

.mockup__role {
  font-size: 0.85rem;
  color: var(--color-azul-acero);
}

.mockup__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.mockup__tag {
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  font-size: 0.75rem;
  background: rgba(43, 74, 107, 0.08);
  color: var(--color-azul-oscuro);
  font-weight: 500;
}

.mockup__bio {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

/* Search mockup */
.mockup__search-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.mockup__search-icon {
  color: #999;
  flex-shrink: 0;
}

.mockup__search-text {
  color: #999;
  font-size: 0.9rem;
}

.mockup__results {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mockup__result {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 8px;
  background: #f8f8fa;
}

.mockup__result-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-rojo), #e8445a);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}

.mockup__result-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: #1a1a2e;
}

.mockup__result-desc {
  font-size: 0.8rem;
  color: #777;
}

/* Matching mockup */
.mockup--matching {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem 1.5rem;
}

.mockup__match-card {
  text-align: center;
}

.mockup__match-name {
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: #1a1a2e;
}

.mockup__match-role {
  font-size: 0.75rem;
  color: var(--color-azul-acero);
}

.mockup__match-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.mockup__match-percent {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--color-rojo);
}

/* Chat mockup */
.mockup--chat {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
}

.mockup__chat-msg {
  max-width: 80%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.85rem;
  line-height: 1.4;
  position: relative;
}

.mockup__chat-msg--received {
  background: #f0f0f5;
  color: #1a1a2e;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}

.mockup__chat-msg--sent {
  background: var(--color-azul-oscuro);
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}

.mockup__chat-time {
  font-size: 0.65rem;
  opacity: 0.5;
  display: block;
  margin-top: 0.25rem;
}

/* Calendar mockup */
.mockup__cal-header {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  color: var(--color-azul-oscuro);
}

.mockup__cal-events {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mockup__cal-event {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  background: #f8f8fa;
}

.mockup__cal-event--highlight {
  background: rgba(204, 18, 49, 0.08);
  border-left: 3px solid var(--color-rojo);
}

.mockup__cal-date {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-azul-acero);
  white-space: nowrap;
}

.mockup__cal-title {
  font-size: 0.85rem;
  color: #1a1a2e;
}

/* Feed mockup */
.mockup__post {
  padding: 0;
}

.mockup__post-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.mockup__post-author {
  font-weight: 600;
  font-size: 0.85rem;
  color: #1a1a2e;
}

.mockup__post-time {
  font-size: 0.7rem;
  color: #999;
  margin-left: 0.25rem;
}

.mockup__post-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.75rem;
}

.mockup__post-reactions {
  font-size: 0.8rem;
  color: #777;
}

/* Resources mockup */
.mockup--resources {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mockup__folder {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 8px;
  background: #f8f8fa;
  font-size: 0.9rem;
  color: #1a1a2e;
}

.mockup__folder-icon {
  font-size: 1.2rem;
}

/* ============================================
   ACCESS TABLE (Scene 14)
   ============================================ */
.access-table {
  margin: 3rem auto;
  max-width: 650px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.access-table__header {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  background: var(--color-azul-oscuro);
  color: white;
  font-weight: 700;
  font-size: 0.85rem;
}

.access-table__row {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.access-table__row:last-child {
  border-bottom: none;
}

.access-table__col {
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

.access-table__col:nth-child(2),
.access-table__col:nth-child(3) {
  justify-content: center;
  font-size: 1.1rem;
}

.access-table__row:nth-child(even) {
  background: #fafafa;
}

/* ============================================
   KPI GRID (Scene 15)
   ============================================ */
.scene--numbers {
  text-align: center;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.kpi {
  padding: 1.5rem 1rem;
}

.kpi__number {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 700;
  color: var(--color-rojo);
  line-height: 1;
  margin-bottom: 0.5rem;
}


.kpi__label {
  font-size: 0.85rem;
  color: var(--color-azul-acero);
  line-height: 1.4;
}

/* Funding */
.funding {
  margin-top: 4rem;
  padding: 2.5rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.funding__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--color-azul-oscuro);
  margin-bottom: 0.5rem;
}

.funding__subtitle {
  font-size: 0.9rem;
  color: var(--color-azul-acero);
  margin-bottom: 1.5rem;
}

.funding__lines {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.funding__line {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  background: #f8f8fa;
  border-radius: 8px;
}

.funding__amount {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-rojo);
  white-space: nowrap;
}

.funding__desc {
  font-size: 0.9rem;
  color: #555;
}

/* ============================================
   SCENE 16 — FINALE
   ============================================ */
.scene--finale {
  background: linear-gradient(180deg, var(--bg-light-2) 0%, #ffffff 30%, var(--bg-dark-1) 100%);
  text-align: center;
  color: #1a1a2e;
}

.finale__date {
  font-family: var(--font-body);
  font-size: clamp(0.85rem, 1.5vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: 3rem;
  color: var(--color-azul-oscuro);
}

.finale__hashtag {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  background: linear-gradient(135deg, var(--color-rojo), #e8445a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 1rem 0 3rem;
}

.finale__cta {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.finale__cta-title {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  color: var(--color-azul-oscuro);
  margin-bottom: 2rem;
}

.cta-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  text-align: left;
}

.cta-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
  position: relative;
}

.cta-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-rojo);
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.cta-card__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--color-azul-oscuro);
  margin-bottom: 0.5rem;
}

.cta-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

/* ============================================
   VISIBILITY — Elements start hidden for GSAP
   ============================================ */
.scene__title,
.scene__subtitle,
.scene__paragraph,
.scene__quote,
.badge,
.scene__note,
.card,
.testimonial,
.mural__card,
.panel,
.timeline__item,
.scene__callout,
.feature__info,
.feature__mockup,
.access-table,
.kpi,
.funding,
.cta-card,
.hero__badge,
.hero__title-line,
.hero__subtitle,
.hero__date,
.scene__hashtag-highlight,
.scene__goal,
.scene__data-line,
.finale__date,
.finale__hashtag,
.finale__cta-title {
  opacity: 0;
  transform: translateY(30px);
}

/* Hero elements handled separately by GSAP on load */

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .panels {
    grid-template-columns: 1fr;
  }

  .feature {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .feature--reverse {
    direction: ltr;
  }

  .cards--phrases,
  .cards--tables {
    grid-template-columns: 1fr;
  }

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

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

  .access-table__header,
  .access-table__row {
    grid-template-columns: 1fr 80px 80px;
  }

  .access-table__col {
    padding: 0.6rem 0.5rem;
    font-size: 0.8rem;
  }

  .funding__line {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .mockup--matching {
    flex-direction: column;
    gap: 1rem;
  }

  .mockup__match-line svg {
    transform: rotate(90deg);
  }
}

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

  .kpi__number {
    font-size: 2.5rem;
  }

  .hero__title-line {
    font-size: 2.8rem;
  }

  .hero__title-line--accent {
    font-size: 2.5rem;
  }
}
