/* ── HERO ───────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--nav-h) + 80px) var(--pad) 80px;
  max-width: var(--max-w);
  margin: 0 auto;
}

.hero-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text3);
  margin-bottom: 28px;
}

.hero-title {
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
  max-width: 820px;
}
.hero-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent2);
  display: block;
}

.hero-sub {
  font-size: 18px;
  color: var(--text2);
  max-width: 500px;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 40px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.hero-note {
  font-size: 13px;
  color: var(--text3);
  font-style: italic;
}

/* ── PUENTE ─────────────────────────────────────────────────── */
.puente {
  background: var(--bg2);
  padding: 80px var(--pad);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.puente-inner {
  max-width: var(--max-w);
  margin: 0 auto 48px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.puente-lado { flex: 1; }

.puente-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text3);
  margin-bottom: 12px;
}

.puente-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.puente-box p {
  font-size: 14px;
  color: var(--text2);
  line-height: 1.6;
}

.puente-icon {
  width: 44px;
  height: 44px;
  background: var(--bg2);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text2);
}

.puente-agencia .puente-icon { background: var(--accent-bg); color: var(--accent2); }

.puente-centro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.puente-flecha { color: var(--border2); }

.puente-yo {
  background: var(--text);
  color: var(--bg);
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.puente-yo span {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.puente-yo small { font-size: 9px; color: rgba(250,249,246,0.5); letter-spacing: 0.05em; }

.puente-desc {
  max-width: var(--max-w);
  margin: 0 auto;
  font-size: 16px;
  color: var(--text3);
  text-align: center;
  font-style: italic;
}

/* ── STATS ──────────────────────────────────────────────────── */
.stats {
  padding: 80px var(--pad);
  background: var(--text);
}

.stats-grid {
  max-width: var(--max-w);
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.stat {
  flex: 1;
  text-align: center;
  padding: 0 32px;
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 300;
  color: var(--accent);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 12px;
}

.stat-label {
  font-size: 13px;
  color: rgba(250,249,246,0.5);
  line-height: 1.5;
}

.stat-divider {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0;
}

.stats-note {
  max-width: var(--max-w);
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: rgba(250,249,246,0.3);
  font-style: italic;
}

/* ── PROPUESTA ──────────────────────────────────────────────── */
.propuesta {
  padding: 100px var(--pad);
}

.propuesta-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.propuesta-text h2 { margin-bottom: 24px; }

.propuesta-text p {
  font-size: 15px;
  color: var(--text2);
  line-height: 1.75;
  margin-bottom: 16px;
}

.propuesta-text .btn-outline { margin-top: 16px; }

.propuesta-lista {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 8px;
}

.prop-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.prop-check {
  width: 28px;
  height: 28px;
  background: var(--accent-bg);
  border: 1px solid rgba(212,184,0,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--accent2);
}

.prop-item h4 {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 4px;
}

.prop-item p {
  font-size: 14px;
  color: var(--text3);
  line-height: 1.6;
}

/* ── CTA MID ────────────────────────────────────────────────── */
.cta-mid {
  background: var(--accent-bg);
  border-top: 1px solid rgba(212,184,0,0.2);
  border-bottom: 1px solid rgba(212,184,0,0.2);
  padding: 80px var(--pad);
}

.cta-mid-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.cta-mid h2 { margin-bottom: 16px; }

.cta-mid p {
  font-size: 16px;
  color: var(--text2);
  margin-bottom: 36px;
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .puente-inner { flex-direction: column; }
  .puente-centro { flex-direction: row; }
  .propuesta-inner { grid-template-columns: 1fr; gap: 48px; }
  .stats-grid { flex-wrap: wrap; gap: 32px; }
  .stat-divider { display: none; }
  .stat { flex: 0 0 45%; }
}
