/* ============================================================
   CumbreLab — Landing Page
   Visual system commitment:
   - Bg: Noche (#0E121A) only. No white. No pure black.
   - Accent: Verde Cumbre (#A8FFB0) — used SPARINGLY: CTAs,
     eyebrow labels, key numerals, chevron divider, hl spans.
   - Cards: Pizarra (#2A333B) or ghost (rgba white .03).
   - Type: Garet (Nunito 800 substitute) for display/CTAs,
     Alata for body. Numbers in Nunito with tabular figures.
   - Texture: topographic contour SVG overlay on hero + final.
   - Rhythm: --sp-section 120px desktop, scale aware.
============================================================ */

:root {
  /* Brand palette */
  --night:  #0E121A;
  --night-2:#11161F;
  --slate:  #2A333B;
  --slate-2:#1A2029;
  --graphite:#717279;
  --pearl:  #AFB2B4;
  --white:  #FFFFFF;
  --green:  #A8FFB0;
  --green-dim: rgba(168,255,176,.55);
  --green-glow: rgba(168,255,176,.10);

  /* Type */
  --font-display: 'Nunito', system-ui, sans-serif; /* Garet substitute */
  --font-body:    'Alata', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', monospace;

  /* Scale */
  --fs-display: clamp(40px, 5.5vw, 76px);
  --fs-h2:      clamp(28px, 3.2vw, 44px);
  --fs-h3:      clamp(20px, 1.6vw, 24px);
  --fs-lead:    clamp(16px, 1.25vw, 19px);
  --fs-body:    16px;
  --fs-small:   14px;
  --fs-micro:   12px;

  /* Spacing */
  --sp-section: clamp(72px, 9vw, 128px);
  --container:  1200px;
  --container-narrow: 760px;

  /* Radii */
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-pill: 999px;

  /* Borders */
  --border: rgba(255,255,255,.07);
  --border-soft: rgba(255,255,255,.04);
  --border-bright: rgba(168,255,176,.18);

  /* Motion */
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --dur: 240ms;
}

/* ─── reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--night);
  color: var(--pearl);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
button { font: inherit; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }

::selection { background: var(--green); color: var(--night); }

/* ─── containers ────────────────────────────────────────── */
.container {
  width: min(var(--container), 92%);
  margin-inline: auto;
}
.container.narrow {
  max-width: var(--container-narrow);
  width: min(var(--container-narrow), 92%);
}

.section { padding-block: var(--sp-section); position: relative; }

/* ─── typography helpers ────────────────────────────────── */
.display {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--fs-display);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--white);
  text-wrap: balance;
}
.display em {
  font-style: normal;
  color: var(--green);
  position: relative;
  white-space: nowrap;
}
.h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--fs-h2);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--white);
  text-wrap: balance;
}
.h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--fs-h3);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--white);
  text-wrap: balance;
}

.lead {
  font-size: var(--fs-lead);
  line-height: 1.6;
  color: var(--pearl);
  max-width: 620px;
  text-wrap: pretty;
}
.lead-center { margin-inline: auto; text-align: center; max-width: 680px; }

.prose, .prose-lg {
  color: var(--pearl);
  line-height: 1.7;
  max-width: 640px;
  text-wrap: pretty;
}
.prose-lg { font-size: var(--fs-lead); }
.prose + .prose, .prose-lg + .prose, .prose-lg + .prose-lg { margin-top: 1em; }

strong { color: var(--white); font-weight: 600; }
em { font-style: italic; color: var(--white); }

.hl { color: var(--green); }
.ul {
  color: var(--white);
  background-image: linear-gradient(transparent 62%, rgba(168,255,176,.28) 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-inline: 2px;
}

.micro {
  font-size: var(--fs-micro);
  color: var(--graphite);
  letter-spacing: 0.01em;
}

/* ─── eyebrow ───────────────────────────────────────────── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 24px;
}
.eyebrow-num {
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 22px;
  padding-inline: 7px;
  border: 1px solid var(--border-bright);
  border-radius: var(--r-xs);
  background: var(--green-glow);
  font-size: 10px;
  letter-spacing: 0.08em;
}
.eyebrow-divider {
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--green), transparent);
}

/* ─── buttons ───────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.01em;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all var(--dur) var(--ease);
  white-space: nowrap;
  text-decoration: none;
}
.btn-sm { padding: 9px 16px; font-size: 12px; }
.btn-xl {
  padding: 18px 30px;
  font-size: 15px;
  border-radius: var(--r-pill);
}
.btn-primary {
  background: var(--green);
  color: var(--night);
}
.btn-primary:hover {
  background: #BFFFC6;
  transform: translateY(-1px);
  box-shadow: 0 12px 32px -8px rgba(168,255,176,.4);
}
.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.14);
}
.btn-ghost:hover {
  border-color: var(--green);
  color: var(--green);
}

.dot-pulse {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--night);
  position: relative;
}
.dot-pulse::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1.5px solid var(--night);
  opacity: .5;
  animation: ping 2s infinite;
}
@keyframes ping {
  0%   { transform: scale(0.8); opacity: .6; }
  80%  { transform: scale(1.6); opacity: 0; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* ============================================================
   NAV
============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding-block: 14px;
  transition: all var(--dur) var(--ease);
  background: transparent;
}
.nav.nav-scrolled {
  background: rgba(14,18,26,.78);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  width: min(var(--container), 92%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pearl);
}
.brand-mark {
  width: 22px;
  height: 22px;
  color: var(--pearl);
}
.brand-word {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  color: var(--white);
  letter-spacing: -0.01em;
}

.nav-links {
  display: flex;
  gap: 28px;
  margin-left: auto;
}
.nav-links a {
  color: var(--pearl);
  font-size: 13px;
  font-family: var(--font-display);
  font-weight: 600;
  transition: color var(--dur) var(--ease);
}
.nav-links a:hover { color: var(--green); }

@media (max-width: 760px) {
  .nav-links { display: none; }
}

/* ============================================================
   CONTOUR / TOPOGRAPHIC BG
============================================================ */
.contour {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image:
    /* concentric mountain contours */
    radial-gradient(ellipse 800px 480px at 78% 62%, transparent 0, transparent 28%, rgba(168,255,176,.04) 28.3%, transparent 28.6%),
    radial-gradient(ellipse 700px 420px at 78% 62%, transparent 0, transparent 32%, rgba(168,255,176,.05) 32.3%, transparent 32.6%),
    radial-gradient(ellipse 600px 360px at 78% 62%, transparent 0, transparent 36%, rgba(168,255,176,.05) 36.3%, transparent 36.6%),
    radial-gradient(ellipse 500px 300px at 78% 62%, transparent 0, transparent 40%, rgba(168,255,176,.06) 40.3%, transparent 40.6%),
    radial-gradient(ellipse 400px 240px at 78% 62%, transparent 0, transparent 44%, rgba(168,255,176,.06) 44.3%, transparent 44.6%);
}

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  padding-top: calc(var(--sp-section) + 32px);
  padding-bottom: var(--sp-section);
  border-bottom: 1px solid var(--border-soft);
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  top: -10%; right: -10%;
  width: 70%; height: 80%;
  background: radial-gradient(ellipse at center, rgba(168,255,176,.10), transparent 60%);
  pointer-events: none;
  filter: blur(20px);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-text { max-width: 620px; }

.cta-row {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-text .micro { margin-top: 14px; }

.cta-row-center {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 18px;
}
.btn-yt {
  gap: 10px;
}
.btn-yt svg { color: #FF3B30; transition: color var(--dur) var(--ease); }
.btn-yt:hover svg { color: var(--green); }

.hero-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.meta-item { display: flex; flex-direction: column; gap: 2px; }
.meta-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  color: var(--white);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.meta-label {
  font-size: 12px;
  color: var(--graphite);
}
.meta-sep {
  width: 1px;
  height: 36px;
  background: var(--border);
}

/* HERO VISUAL */
.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 480px;
}
.loop-svg {
  width: 100%;
  max-width: 540px;
  height: auto;
  filter: drop-shadow(0 30px 80px rgba(168,255,176,.06));
}
.loop-arc {
  animation: spin 60s linear infinite;
  transform-origin: 260px 260px;
}
.phase-ring {
  animation: pulse 3s ease-in-out infinite;
  transform-origin: center;
}
.phase-cold .phase-ring { animation-delay: 0s; }
.phase-warm .phase-ring { animation-delay: 1s; }
.phase-hot .phase-ring { animation-delay: 2s; }

@keyframes spin {
  from { transform: rotate(-90deg); }
  to   { transform: rotate(270deg); }
}
@keyframes pulse {
  0%, 100% { stroke-opacity: 0.15; r: 48; }
  50%      { stroke-opacity: 0.5;  r: 58; }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { min-height: 380px; }
  .hero-meta { flex-wrap: wrap; gap: 20px; }
  .meta-sep { display: none; }
}

/* ============================================================
   APERTURA
============================================================ */
.section-apertura .narrow { text-align: left; }
.question {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 28px 0 28px;
  text-wrap: balance;
}
.question::before {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: var(--green);
  margin-bottom: 24px;
}

/* ============================================================
   PAIN GRID
============================================================ */
.section-pain { border-top: 1px solid var(--border-soft); }
.section-head { margin-bottom: 56px; max-width: 740px; }
.section-head-center {
  text-align: center;
  margin-inline: auto;
  max-width: 740px;
}
.section-head-center .eyebrow { justify-content: center; display: inline-flex; }
.section-head-center .lead { margin-top: 20px; }
.section-head .h2 { margin-top: 16px; }

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border-soft);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
}
.pain-card {
  background: var(--night);
  padding: 32px 28px;
  transition: background var(--dur) var(--ease);
  position: relative;
}
.pain-card:hover { background: var(--night-2); }
.pain-num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--green);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.pain-card h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  color: var(--white);
  margin-bottom: 10px;
  letter-spacing: -0.005em;
}
.pain-card p {
  font-size: 14px;
  color: var(--pearl);
  line-height: 1.6;
}

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

/* ============================================================
   SYSTEM / LOOP
============================================================ */
.section-system {
  background:
    radial-gradient(ellipse 80% 60% at 50% 20%, rgba(168,255,176,.04), transparent 60%),
    var(--night);
  border-top: 1px solid var(--border-soft);
}

.system-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: center;
  margin-top: 56px;
}

.layers {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.layer {
  padding: 24px 28px;
  background: rgba(255,255,255,.02);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  border-left: 3px solid var(--graphite);
  transition: all var(--dur) var(--ease);
}
.layer:hover {
  background: rgba(255,255,255,.04);
  transform: translateX(4px);
}
.layer-hot { border-left-color: var(--green); }
.layer:nth-child(1) { border-left-color: #3F8DB8; }
.layer:nth-child(2) { border-left-color: #D4A547; }
.layer:nth-child(3) { border-left-color: var(--green); }

.layer-mark {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 10px;
}
.layer-icon {
  width: 40px; height: 40px;
  display: grid;
  place-items: center;
  border-radius: var(--r-sm);
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  flex-shrink: 0;
}
.layer-icon svg { width: 18px; height: 18px; }
.layer-icon[data-color="cold"] { color: #5BA8D8; }
.layer-icon[data-color="warm"] { color: #E0BC5C; }
.layer-icon[data-color="hot"]  { color: var(--green); background: rgba(168,255,176,.08); border-color: var(--border-bright); }

.layer-info { flex: 1; min-width: 0; }
.layer-tag {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--graphite);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.layer h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  color: var(--white);
  letter-spacing: -0.01em;
}
.layer p {
  color: var(--pearl);
  font-size: 14.5px;
  line-height: 1.6;
  padding-left: 56px;
}

/* system-viz */
.system-viz {
  position: relative;
  display: grid;
  place-items: center;
}
.big-loop {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.big-flow {
  animation: spin-big 90s linear infinite;
  transform-origin: 230px 230px;
}
.loop-arrow {
  opacity: .8;
}
@keyframes spin-big {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .system-grid { grid-template-columns: 1fr; gap: 48px; }
  .layer p { padding-left: 0; }
}

.system-callout {
  margin-top: 64px;
  padding: 28px 32px;
  background: var(--slate);
  border-radius: var(--r-md);
  border-left: 3px solid var(--green);
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}
.system-callout p {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: var(--white);
}

/* Timeline */
.timeline {
  margin-top: 80px;
  position: relative;
}
.tl-track {
  position: absolute;
  top: 22px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent, var(--border) 10%, var(--border) 90%, transparent);
}
.tl-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}
.tl-step { text-align: center; padding-inline: 12px; }
.tl-dot {
  width: 44px; height: 44px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  background: var(--night);
  border: 1px solid var(--border);
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  color: var(--pearl);
  position: relative;
  z-index: 2;
  letter-spacing: 0.05em;
}
.tl-dot-bright {
  background: var(--green);
  color: var(--night);
  border-color: var(--green);
  box-shadow: 0 0 0 6px rgba(168,255,176,.08);
}
.tl-label {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--white);
  font-size: 18px;
  margin-bottom: 6px;
}
.tl-desc {
  font-size: 13.5px;
  color: var(--pearl);
  line-height: 1.55;
  max-width: 240px;
  margin-inline: auto;
}
@media (max-width: 700px) {
  .tl-row { grid-template-columns: 1fr; gap: 28px; }
  .tl-track { display: none; }
}

/* ============================================================
   BENEFITS
============================================================ */
.section-benefits { border-top: 1px solid var(--border-soft); }
.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 32px;
  margin-top: 8px;
}
.benefit-list li {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border-soft);
  align-items: flex-start;
}
.benefit-list li div {
  color: var(--pearl);
  line-height: 1.6;
  font-size: 15px;
}
.benefit-list li div strong { color: var(--white); font-weight: 700; }
.b-mark {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(168,255,176,.12);
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}
@media (max-width: 760px) {
  .benefit-list { grid-template-columns: 1fr; }
}

/* ============================================================
   SOCIAL / QUOTES
============================================================ */
.section-social {
  background:
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(168,255,176,.03), transparent 60%),
    var(--night);
  border-top: 1px solid var(--border-soft);
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
  padding: 36px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat { text-align: center; }
.stat-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(40px, 4.5vw, 56px);
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.stat-unit {
  font-size: 14px;
  color: var(--graphite);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.stat-label {
  margin-top: 10px;
  font-size: 13px;
  color: var(--pearl);
  max-width: 220px;
  margin-inline: auto;
  line-height: 1.5;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.quote {
  background: var(--slate);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 280px;
}
.quote-mark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 64px;
  line-height: 0.7;
  color: var(--green);
  margin-top: -8px;
  height: 24px;
}
.quote blockquote {
  font-size: 15px;
  line-height: 1.6;
  color: var(--pearl);
  flex: 1;
}
.quote blockquote strong { color: var(--white); font-weight: 600; }
.quote figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.quote-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--night);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  color: var(--green);
  border: 1px solid var(--border);
  flex-shrink: 0;
}
.quote-name {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--white);
  font-size: 14px;
}
.quote-role {
  font-size: 12px;
  color: var(--graphite);
}

.quote-empty {
  background: transparent;
  border-style: dashed;
  border-color: var(--border);
}
.quote-empty blockquote { color: var(--graphite); font-style: italic; }
.empty-mark {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 48px;
  color: var(--graphite);
  line-height: 0.7;
  height: 24px;
  margin-top: -8px;
}
.quote-avatar-empty { color: var(--graphite); }

@media (max-width: 900px) {
  .stat-row { grid-template-columns: 1fr; gap: 32px; }
  .quote-grid { grid-template-columns: 1fr; }
}

.video-head { margin: 64px 0 24px; text-align: center; }
.video-eyebrow { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--graphite); margin-bottom: 8px; }
.video-h3 { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--ink); margin: 0; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 980px; margin: 0 auto; }
.video-card { background: var(--slate); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.video-frame { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; border: 0; padding: 0; cursor: pointer; overflow: hidden; }
.video-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 56px; height: 56px; border-radius: 50%; background: rgba(0,0,0,.55); color: #fff; display: flex; align-items: center; justify-content: center; transition: background .2s, transform .2s; }
.video-frame:hover .video-play { background: var(--mint, #A8FFB0); color: #0E121A; transform: translate(-50%,-50%) scale(1.08); }
.video-card figcaption { padding: 16px 20px 20px; }

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

/* ============================================================
   VIDEO — "ya viste este video"
============================================================ */
.section-video {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border-soft);
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(168,255,176,.05), transparent 60%),
    var(--night-2);
}
.video-glow {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(168,255,176,.10), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
.video-inner { position: relative; z-index: 1; }
.eyebrow-center { justify-content: center; }
.eyebrow-center .eyebrow-divider:last-child {
  background: linear-gradient(270deg, var(--green), transparent);
}

.video-frame {
  margin: 48px auto 0;
  max-width: 940px;
}
.video-facade {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--border-bright);
  box-shadow:
    0 40px 100px -30px rgba(0,0,0,.8),
    0 0 0 1px rgba(168,255,176,.05),
    0 0 80px -20px rgba(168,255,176,.15);
  background: var(--night);
}
.video-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease), filter var(--dur) var(--ease);
}
.video-facade:hover .video-thumb { transform: scale(1.04); filter: brightness(1.05); }
.video-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 30%, rgba(8,11,16,.45) 100%),
    linear-gradient(to top, rgba(8,11,16,.6), transparent 50%);
}
.video-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 84px; height: 84px;
  border-radius: 50%;
  border: none;
  background: var(--green);
  color: var(--night);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(168,255,176,.5);
  animation: videoPulse 2.6s var(--ease) infinite;
  transition: transform var(--dur) var(--ease);
}
.video-facade:hover .video-play { transform: translate(-50%, -50%) scale(1.08); }
.video-play svg { width: 36px; height: 36px; margin-left: 4px; }
@keyframes videoPulse {
  0%   { box-shadow: 0 0 0 0 rgba(168,255,176,.45); }
  70%  { box-shadow: 0 0 0 22px rgba(168,255,176,0); }
  100% { box-shadow: 0 0 0 0 rgba(168,255,176,0); }
}
@media (prefers-reduced-motion: reduce) {
  .video-play { animation: none; }
}
.video-tag {
  position: absolute;
  bottom: 18px; left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(8,11,16,.7);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--white);
}
.video-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(168,255,176,.6);
  animation: videoPulse 2s var(--ease) infinite;
}
.video-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-cta {
  text-align: center;
  margin-top: 36px;
}
@media (max-width: 600px) {
  .video-play { width: 64px; height: 64px; }
  .video-play svg { width: 26px; height: 26px; }
  .video-tag { font-size: 11px; bottom: 12px; left: 12px; }
}

/* ============================================================
   CASOS COMBINADOS (video + antes/después + reseña)
============================================================ */
.case-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0 0 56px; padding: 0; }
.case-card { background: var(--slate); border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; display: flex; flex-direction: column; transition: all var(--dur) var(--ease); }
.case-card:hover { border-color: var(--border-bright); transform: translateY(-3px); box-shadow: 0 24px 50px -24px rgba(0,0,0,.6); }
.case-card .video-frame { border-radius: 0; }
.case-body { padding: 20px; display: flex; flex-direction: column; gap: 16px; flex: 1; }
.case-transform { display: flex; align-items: center; gap: 10px; }
.case-transform .transform-from, .case-transform .transform-to { flex: 1; min-width: 0; }
.case-quote { font-size: 14px; line-height: 1.6; color: var(--pearl); flex: 1; }
.case-quote strong { color: var(--white); font-weight: 600; }
.case-who { display: flex; flex-direction: column; gap: 2px; padding-top: 14px; border-top: 1px solid var(--border); }
.case-card-empty { align-items: center; justify-content: center; text-align: center; padding: 36px 24px; gap: 14px; background: transparent; border-style: dashed; }
.case-card-empty:hover { background: rgba(168,255,176,.03); }
.case-empty-text { display: flex; flex-direction: column; gap: 10px; align-items: center; }
.case-empty-desc { font-size: 13.5px; line-height: 1.5; color: var(--graphite); margin: 0; }
.case-card-empty .transform-role { color: var(--green-dim); }

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

/* ============================================================
   TRANSFORMACIONES (casos: antes → después)
============================================================ */
.transform-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 56px;
}
.transform-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 26px 24px 22px;
  background: var(--slate);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: all var(--dur) var(--ease);
}
.transform-card:hover {
  border-color: var(--border-bright);
  transform: translateY(-3px);
  box-shadow: 0 24px 50px -24px rgba(0,0,0,.6);
}
.transform-from, .transform-to {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.transform-label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--graphite);
}
.transform-val {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  color: var(--pearl);
  text-wrap: balance;
}
.transform-to .transform-val { font-size: 18px; }
.transform-val.hl { color: var(--green); }
.transform-time {
  font-size: 11.5px;
  color: var(--graphite);
  margin-top: 2px;
}
.transform-arrow {
  width: 32px; height: 32px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-glow);
  border: 1px solid var(--border-bright);
  color: var(--green);
}
.transform-arrow svg { width: 16px; height: 16px; }
.transform-who {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 16px;
  margin-top: 6px;
  border-top: 1px solid var(--border);
}
.transform-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  color: var(--white);
}
.transform-role {
  font-size: 12px;
  color: var(--graphite);
}

.transform-card-empty {
  grid-template-columns: auto 1fr;
  align-content: center;
  border-style: dashed;
  cursor: pointer;
  background: transparent;
}
.transform-card-empty:hover { background: rgba(168,255,176,.03); }
.transform-empty-mark {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green-glow);
  border: 1px solid var(--border-bright);
  color: var(--green);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
}
.transform-empty-text { display: flex; flex-direction: column; gap: 3px; }
.transform-card-empty .transform-role { color: var(--green-dim); }

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

/* ============================================================
   FOUNDER
============================================================ */
.section-founder { border-top: 1px solid var(--border-soft); }
.founder-grid { display: grid; grid-template-columns: 160px 1fr; gap: 40px; align-items: center; }
.founder-avatar {
  width: 140px; height: 140px; border-radius: 50%; background: var(--slate); border: 1px solid var(--border-bright);
  overflow: hidden; flex-shrink: 0;
}
.founder-avatar img { width: 100%; height: 100%; object-fit: cover; }
.founder-text .check-list { margin-top: 20px; }
@media (max-width: 700px) {
  .founder-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

/* ============================================================
   NO ES PARA TODOS
============================================================ */
.section-fit { border-top: 1px solid var(--border-soft); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fit-card { background: var(--slate); border: 1px solid var(--border); border-radius: 12px; padding: 28px; }
.fit-tag {
  display: inline-block; font-family: var(--font-display); font-weight: 800; font-size: 13px; letter-spacing: .04em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 14px;
}
.fit-no .fit-tag { background: rgba(255,255,255,.08); color: var(--pearl); }
.fit-si .fit-tag { background: var(--green); color: var(--night); }
.fit-si { border-color: var(--border-bright); }
.fit-card p { font-size: 15px; color: var(--pearl); line-height: 1.6; }
.fit-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.fit-list li { position: relative; padding-left: 28px; font-size: 15px; color: var(--pearl); line-height: 1.5; }
.fit-list li::before { position: absolute; left: 0; top: 0; font-family: var(--font-display); font-weight: 800; font-size: 14px; }
.fit-no .fit-list li::before { content: "✕"; color: var(--graphite); }
.fit-si .fit-list li::before { content: "✓"; color: var(--green); }
.fit-list strong { color: var(--white); }
@media (max-width: 700px) {
  .fit-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   RUTA DE 6 MESES
============================================================ */
.section-route { border-top: 1px solid var(--border-soft); }
.route-banner {
  background: var(--slate-2); border: 1px solid var(--border); border-left: 3px solid var(--green);
  border-radius: 10px; padding: 20px 24px; margin: 40px 0 32px;
  display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between;
}
.route-banner-idea { color: var(--pearl); font-size: 15px; line-height: 1.6; max-width: 640px; }
.route-legend { display: flex; flex-wrap: wrap; gap: 8px; }
.route-badge {
  font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .03em;
  padding: 5px 11px; border-radius: 20px; white-space: nowrap; border: 1px solid var(--border);
  color: var(--pearl); background: var(--night-2);
}
.route-badge.n3 { background: var(--green); color: var(--night); border-color: var(--green); font-weight: 700; }
.route-badge.n2 { background: rgba(168,255,176,.14); color: var(--green); border-color: var(--border-bright); }
.route-badge.n1 { background: rgba(168,255,176,.06); color: var(--green); }
.route-badge.n0 { color: var(--graphite); }

.route-timeline { list-style: none; position: relative; padding-left: 44px; display: flex; flex-direction: column; gap: 20px; }
.route-timeline::before { content: ''; position: absolute; left: 17px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.route-step { position: relative; }
.route-node {
  position: absolute; left: -44px; top: 2px; width: 36px; height: 36px; border-radius: 50%;
  background: var(--night-2); border: 2px solid var(--border); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--pearl);
}
.route-node.n3 { border-color: var(--green); color: var(--green); background: var(--green-glow); }
.route-node.n2 { border-color: var(--border-bright); color: var(--green); }
.route-card { background: var(--slate); border: 1px solid var(--border); border-radius: 12px; padding: 22px 24px; }
.route-card-final { border-color: var(--border-bright); }
.route-card-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.route-mes { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--graphite); }
.route-phase { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--white); }
.route-card-head .route-badge { margin-left: auto; }
.route-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.route-col { background: var(--night-2); border: 1px solid var(--border-soft); border-radius: 9px; padding: 13px 15px; }
.route-lbl { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--graphite); margin-bottom: 7px; }
.route-col.us .route-lbl { color: #8fb7ff; }
.route-col.them .route-lbl { color: var(--green); }
.route-col p { font-size: 14.5px; color: var(--pearl); line-height: 1.55; margin: 0; }
.route-final-note {
  margin-top: 16px; padding: 16px 18px; background: var(--night-2); border: 1px solid var(--border-bright);
  border-radius: 9px; display: flex; gap: 14px; align-items: flex-start;
}
.route-note-tag {
  font-family: var(--font-display); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--night); background: var(--green); padding: 4px 10px; border-radius: 4px; white-space: nowrap; margin-top: 2px;
}
.route-final-note p { font-size: 14.5px; color: var(--pearl); line-height: 1.6; margin: 0; }

@media (max-width: 760px) {
  .route-cols { grid-template-columns: 1fr; }
  .route-final-note { flex-direction: column; }
  .route-timeline { padding-left: 36px; }
  .route-node { left: -36px; width: 30px; height: 30px; font-size: 12px; }
}

/* ============================================================
   OFFER STEPS
============================================================ */
.section-offer { border-top: 1px solid var(--border-soft); }
.offer-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.offer-steps li {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 28px;
  align-items: flex-start;
  padding: 28px 32px;
  background: rgba(255,255,255,.02);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  transition: all var(--dur) var(--ease);
}
.offer-steps li:hover {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.12);
}
.offer-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 36px;
  color: var(--graphite);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.offer-steps li h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  color: var(--white);
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}
.offer-steps li p {
  font-size: 14.5px;
  color: var(--pearl);
}
.offer-time {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--graphite);
  padding: 6px 12px;
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  white-space: nowrap;
}
.offer-time-bright {
  color: var(--green);
  border-color: var(--border-bright);
  background: var(--green-glow);
  font-weight: 600;
}
.offer-final {
  background: var(--slate) !important;
  border-color: var(--border) !important;
}
.offer-deliver {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.offer-deliver li {
  display: block;
  padding: 0 0 0 22px;
  background: none;
  border: none;
  position: relative;
  font-size: 14px;
  color: var(--pearl);
}
.offer-deliver li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
  font-size: 12px;
}

.offer-note {
  margin-top: 32px;
  padding: 24px 28px;
  border-left: 3px solid var(--green);
  background: rgba(168,255,176,.04);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.offer-note-tag {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  padding: 4px 10px;
  background: var(--green-glow);
  border-radius: var(--r-xs);
  white-space: nowrap;
  margin-top: 2px;
}
.offer-note p {
  font-size: 14.5px;
  color: var(--pearl);
  line-height: 1.6;
}

@media (max-width: 760px) {
  .offer-steps li {
    grid-template-columns: 60px 1fr;
    gap: 16px;
    padding: 24px;
  }
  .offer-time { grid-column: 1 / -1; justify-self: start; }
  .offer-num { font-size: 28px; }
}

/* ============================================================
   ACCORDION (objections + faq)
============================================================ */
.section-objections { border-top: 1px solid var(--border-soft); }
.acc {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--border);
}
.acc-item {
  border-bottom: 1px solid var(--border);
  transition: background var(--dur) var(--ease);
}
.acc-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--white);
  transition: color var(--dur) var(--ease);
}
.acc-item summary::-webkit-details-marker { display: none; }
.acc-item:hover summary { color: var(--green); }
.acc-chev {
  width: 28px; height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  color: var(--pearl);
  transition: all var(--dur) var(--ease);
  flex-shrink: 0;
}
.acc-item[open] .acc-chev {
  background: var(--green);
  border-color: var(--green);
  color: var(--night);
  transform: rotate(45deg);
}
.acc-item[open] summary { color: var(--green); }
.acc-body {
  padding: 0 8px 24px;
  color: var(--pearl);
  line-height: 1.7;
  font-size: 15px;
  max-width: 760px;
}
.acc-body strong { color: var(--white); font-weight: 600; }

/* ============================================================
   PROMISE GRID (garantia + escasez)
============================================================ */
.section-promise { border-top: 1px solid var(--border-soft); }
.promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.promise-card {
  padding: 40px;
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  background: var(--slate);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.promise-guarantee { background: var(--slate); }
.promise-scarcity {
  background:
    radial-gradient(ellipse at top right, rgba(168,255,176,.06), transparent 60%),
    var(--slate-2);
  border-color: var(--border-bright);
}
.promise-card p {
  font-size: 14.5px;
  color: var(--pearl);
  line-height: 1.65;
}
.promise-tag {
  margin-top: auto;
  padding: 16px 18px;
  background: rgba(0,0,0,.25);
  border-radius: var(--r-sm);
  font-size: 14px !important;
}
.check-list { display: flex; flex-direction: column; gap: 8px; }
.check-list li {
  padding-left: 24px;
  position: relative;
  font-size: 14.5px;
  color: var(--pearl);
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 800;
}

.plazas {
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin: 8px 0;
}
.plazas-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 72px;
  color: var(--green);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
}
.plazas-label {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--white);
  font-size: 15px;
  margin-top: 4px;
  margin-bottom: 16px;
}
.plazas-bar {
  height: 6px;
  background: rgba(255,255,255,.06);
  border-radius: var(--r-pill);
  overflow: hidden;
  margin-bottom: 12px;
}
.plazas-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--green), #BFFFC6);
  border-radius: var(--r-pill);
  transition: width 800ms var(--ease);
}
.plazas-meta {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--graphite);
}

@media (max-width: 900px) {
  .promise-grid { grid-template-columns: 1fr; }
  .promise-card { padding: 32px 28px; }
}

/* ============================================================
   FAQ
============================================================ */
.section-faq { border-top: 1px solid var(--border-soft); }
.faq-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: 80px;
  align-items: flex-start;
}
.faq-side { position: sticky; top: 96px; }
.faq-side .h2 { margin-top: 16px; }
.faq-side .prose { margin-top: 20px; max-width: 360px; }
.faq-side .btn { margin-top: 24px; }

@media (max-width: 900px) {
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-side { position: static; }
}

/* ============================================================
   FINAL CTA
============================================================ */
.section-final {
  background:
    radial-gradient(ellipse 60% 80% at 50% 100%, rgba(168,255,176,.08), transparent 70%),
    var(--night);
  border-top: 1px solid var(--border-soft);
  overflow: hidden;
}
.contour-final {
  opacity: .25;
  background-image:
    radial-gradient(ellipse 900px 540px at 50% 100%, transparent 0, transparent 28%, rgba(168,255,176,.05) 28.3%, transparent 28.6%),
    radial-gradient(ellipse 800px 480px at 50% 100%, transparent 0, transparent 32%, rgba(168,255,176,.05) 32.3%, transparent 32.6%),
    radial-gradient(ellipse 700px 420px at 50% 100%, transparent 0, transparent 36%, rgba(168,255,176,.06) 36.3%, transparent 36.6%),
    radial-gradient(ellipse 600px 360px at 50% 100%, transparent 0, transparent 40%, rgba(168,255,176,.06) 40.3%, transparent 40.6%),
    radial-gradient(ellipse 500px 300px at 50% 100%, transparent 0, transparent 44%, rgba(168,255,176,.07) 44.3%, transparent 44.6%);
}
.final-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.final-inner .eyebrow { justify-content: center; display: inline-flex; }
.final-display {
  font-size: clamp(36px, 5vw, 64px);
  text-wrap: balance;
}
.final-q {
  margin: 16px 0 8px;
  padding: 24px 32px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  max-width: 660px;
}
.final-q p:first-child {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 8px;
}
.final-q-line {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.45;
  color: var(--white);
}

/* ============================================================
   PS BLOCKS
============================================================ */
.section-ps {
  background: var(--night-2);
  border-top: 1px solid var(--border-soft);
}
.ps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ps-card {
  padding: 32px 32px 32px 80px;
  background: rgba(255,255,255,.02);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  position: relative;
}
.ps-tag {
  position: absolute;
  top: 32px;
  left: 32px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--green);
  padding: 4px 10px;
  border: 1px solid var(--border-bright);
  border-radius: var(--r-xs);
  background: var(--green-glow);
}
.ps-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--pearl);
}
.ps-card p em { color: var(--green); font-style: italic; }
@media (max-width: 760px) {
  .ps-grid { grid-template-columns: 1fr; }
  .ps-card { padding: 56px 24px 24px; }
  .ps-tag { top: 20px; left: 20px; }
}

/* ============================================================
   FOOTER
============================================================ */
.footer {
  background: var(--night);
  border-top: 1px solid var(--border);
  padding-block: 56px 32px;
}
.footer-inner { display: flex; flex-direction: column; gap: 40px; }
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-tag {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--pearl);
  font-size: 14px;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 32px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.footer-col-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}
.footer-cols ul { display: flex; flex-direction: column; gap: 8px; }
.footer-cols a {
  color: var(--pearl);
  font-size: 14px;
  transition: color var(--dur) var(--ease);
}
.footer-cols a:hover { color: var(--green); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--graphite);
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 760px) {
  .footer-cols { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   STICKY FABs (YouTube + Encuesta)
============================================================ */
.fab-stack {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.fab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px 14px 18px;
  border-radius: var(--r-pill);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  transition: all var(--dur) var(--ease);
}
.fab svg { transition: transform var(--dur) var(--ease); flex-shrink: 0; }

/* Encuesta / WhatsApp — verde marca */
.wa-fab {
  background: var(--green);
  color: var(--night);
  box-shadow:
    0 8px 24px -4px rgba(168,255,176,.35),
    0 0 0 4px rgba(168,255,176,.10);
}
.wa-fab:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 14px 32px -4px rgba(168,255,176,.5),
    0 0 0 5px rgba(168,255,176,.15);
}
.wa-fab:hover svg { transform: rotate(-8deg); }

/* YouTube — vidrio oscuro con ícono rojo */
.fab-yt {
  background: var(--night-2);
  color: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px -6px rgba(0,0,0,.5);
}
.fab-yt svg { color: #FF3B30; }
.fab-yt:hover {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 14px 32px -6px rgba(0,0,0,.6);
}
.fab-yt:hover svg { transform: scale(1.08); }

@media (max-width: 600px) {
  .fab-label { display: none; }
  .fab { padding: 14px; }
}

/* ============================================================
   DEPARTAMENTO DE CONTENIDOS
============================================================ */
.section-content { border-top: 1px solid var(--border-soft); }
.content-strip { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; align-items: start; }
.content-tile { display: flex; flex-direction: column; gap: 12px; }
.content-tile .video-frame { width: 100%; aspect-ratio: 9/16; }
.content-tile .video-frame img { width: 100%; height: 100%; object-fit: cover; }
.content-tile .video-play { width: 52px; height: 52px; }
.content-tile .video-play svg { width: 18px; height: 18px; }
.content-tag { font-family: var(--font-mono, monospace); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--graphite); }
.content-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--border); }
.content-cta p { font-size: 17px; color: var(--pearl); }
@media (max-width: 900px) {
  .content-strip { grid-template-columns: 1fr 1fr; }
}
