/* ============================================================
   Bender Growth · metodo-prisma.css
   Estilos específicos de la subpágina (metodo-prisma/index.html).
   Depende de global.css.
   ============================================================ */

/* Punto dorado antes del CTA del nav (variante de esta página) */
.nav-cta::before {
  content: ""; display: inline-block; width: 6px; height: 6px;
  background: var(--gold); border-radius: 50%;
}

/* --- Hero (centrado) --- */
.hero {
  padding: 188px 28px 112px; max-width: 1080px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.hero h1 {
  font-size: clamp(40px, 6vw, 72px); font-weight: 700;
  letter-spacing: -0.025em; line-height: 1.05; color: var(--ink);
  margin: 36px 0 32px; max-width: 18ch; text-wrap: balance;
}
.hero h1 em { color: var(--gold); font-weight: 500; font-style: italic; }
.hero p.lead {
  font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55;
  color: rgba(14,28,46,0.68); max-width: 62ch; margin-bottom: 48px;
  text-wrap: pretty;
}
.hero p.lead strong { color: var(--ink); font-weight: 600; }
.hero-actions {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: center; gap: 24px;
}
.hero-note {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(14,28,46,0.5); font-weight: 600;
}

/* --- Dolores --- */
.dolores { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 880px) { .dolores { grid-template-columns: 1fr; } }
.dolor {
  padding: 36px; border: 1px solid rgba(14,28,46,0.10);
  background: rgba(236,231,221,0.25);
  display: flex; flex-direction: column;
}
.dolor-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 28px;
}
.dolor-head .num {
  font-size: 13px; font-weight: 600; letter-spacing: 0.20em;
  color: rgba(14,28,46,0.38);
}
.dolor-head .icon {
  width: 36px; height: 36px; border: 1px solid rgba(14,28,46,0.12);
  background: var(--bone-2); display: flex; align-items: center; justify-content: center;
}
.dolor h3 {
  font-size: 19px; font-weight: 700; color: var(--ink);
  margin-bottom: 14px; letter-spacing: -0.01em; line-height: 1.25;
}
.dolor p {
  font-size: 15px; line-height: 1.6; color: rgba(14,28,46,0.62);
  text-wrap: pretty;
}

/* --- Metáfora del prisma --- */
.metafora {
  max-width: 880px; margin: 0 auto; text-align: center;
  position: relative; display: flex; flex-direction: column; align-items: center;
}
.metafora svg { margin-bottom: 56px; opacity: 0.92; }
.metafora h2 {
  font-size: clamp(32px, 4.4vw, 56px); font-weight: 300;
  letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 32px;
  text-wrap: balance;
}
.metafora h2 strong { font-weight: 700; }
.metafora p {
  font-size: clamp(17px, 1.4vw, 20px); line-height: 1.55;
  color: rgba(236,231,221,0.78); max-width: 56ch;
  font-weight: 300; text-wrap: pretty;
}
.metafora p .gold { color: var(--gold); font-weight: 500; }

/* --- Recorrido (etapas) --- */
.recorrido { max-width: 1100px; margin: 0 auto; }
.etapa-main {
  border: 1px solid rgba(14,28,46,0.14); background: var(--bone-2);
  display: flex; flex-wrap: wrap; margin-bottom: 28px; position: relative;
}
.etapa-main .side {
  flex: 1 1 320px; padding: 48px;
  border-right: 1px solid rgba(14,28,46,0.10);
  background: rgba(236,231,221,0.35);
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 300px;
}
.etapa-main .side .num {
  font-size: 64px; font-weight: 300; color: var(--gold);
  line-height: 1; display: block; margin-bottom: 20px;
}
.etapa-main .side h3 {
  font-size: 22px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--ink); margin-bottom: 8px;
}
.etapa-main .side .lab {
  font-size: 11px; font-weight: 600; letter-spacing: 0.34em;
  text-transform: uppercase; color: rgba(14,28,46,0.42); margin-top: 14px;
}
.etapa-main .side .badge {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 32px;
}
.etapa-main .side .badge .bar { width: 28px; height: 2px; background: var(--gold); }
.etapa-main .side .badge span:last-child {
  font-size: 11px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(14,28,46,0.55);
}
.etapa-main .body { flex: 2 1 480px; padding: 48px; }
.etapa-main .body p {
  font-size: 17px; line-height: 1.65; color: rgba(14,28,46,0.82);
  margin-bottom: 22px; text-wrap: pretty;
}
.etapa-main .body p strong { color: var(--ink); font-weight: 600; }
.etapa-main .body .underline-gold {
  border-bottom: 2px solid var(--gold); padding-bottom: 1px;
  color: var(--ink); font-weight: 600;
}
.etapa-main .body .bullets {
  border-top: 1px solid rgba(14,28,46,0.10); padding-top: 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.etapa-main .body .bullet { display: flex; gap: 14px; align-items: flex-start; }
.etapa-main .body .bullet .dot {
  display: inline-block; width: 6px; height: 6px; background: var(--gold);
  margin-top: 8px; flex-shrink: 0;
}
.etapa-main .body .bullet span:last-child {
  font-size: 14px; line-height: 1.55; color: rgba(14,28,46,0.72);
}
.etapa-main .body .closing {
  font-size: 14px; line-height: 1.6; color: rgba(14,28,46,0.55);
  margin-top: 28px; font-style: italic; text-wrap: pretty;
}

.etapas-side { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
@media (max-width: 720px) { .etapas-side { grid-template-columns: 1fr; } }
.etapa-side {
  border: 1px solid rgba(14,28,46,0.14);
  background: rgba(255,255,255,0.6); padding: 40px;
}
.etapa-side .head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 18px;
}
.etapa-side .head .num {
  font-size: 40px; font-weight: 300; color: rgba(14,28,46,0.32); line-height: 1;
}
.etapa-side .head .when {
  font-size: 10px; font-weight: 600; letter-spacing: 0.32em;
  text-transform: uppercase; color: rgba(14,28,46,0.40);
}
.etapa-side h3 {
  font-size: 16px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: rgba(14,28,46,0.85);
  margin-bottom: 16px;
}
.etapa-side p {
  font-size: 15px; line-height: 1.6; color: rgba(14,28,46,0.62);
  text-wrap: pretty;
}

.nota-encaje {
  margin-top: 44px; padding: 24px 28px;
  background: var(--ink); color: var(--bone);
  border-left: 4px solid var(--gold);
  max-width: 720px; margin-left: auto; margin-right: auto;
  display: flex; gap: 18px; align-items: flex-start;
}
.nota-encaje .label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.30em;
  text-transform: uppercase; color: var(--gold);
  display: block; margin-bottom: 6px;
}
.nota-encaje p {
  font-size: 15px; line-height: 1.55; color: rgba(236,231,221,0.88);
  text-wrap: pretty;
}

/* --- Para quién --- */
.para-quien {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
}
@media (max-width: 860px) { .para-quien { grid-template-columns: 1fr; gap: 56px; } }
.pq-col h2 {
  font-size: 22px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--ink);
  margin-bottom: 28px; padding-bottom: 22px;
  border-bottom: 1px solid rgba(14,28,46,0.14);
}
.pq-col.si h2 span { color: var(--gold); }
.pq-col.no h2 span { color: rgba(14,28,46,0.45); }
.pq-list { display: flex; flex-direction: column; gap: 28px; }
.pq-item { display: flex; gap: 18px; align-items: flex-start; }
.pq-item.no { opacity: 0.82; }
.pq-item .pq-icon { flex-shrink: 0; margin-top: 2px; }
.pq-item.si .pq-icon { color: var(--gold); }
.pq-item.no .pq-icon { color: rgba(14,28,46,0.42); }
.pq-item h4 {
  font-size: 16px; font-weight: 700; color: var(--ink);
  letter-spacing: -0.005em; line-height: 1.3;
}
.pq-item p {
  font-size: 14px; line-height: 1.6; color: rgba(14,28,46,0.62);
  margin-top: 8px; text-wrap: pretty;
}

/* --- Fundador (variante subpágina) --- */
.fundador-grid {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: 380px 1fr; gap: 64px; align-items: center;
}
@media (max-width: 860px) {
  .fundador-grid { grid-template-columns: 1fr; gap: 48px; }
  .photo-frame { max-width: 380px; margin: 0 auto; }
}
.fundador-content h2 {
  font-size: clamp(28px, 3.6vw, 40px); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.1; color: var(--ink);
  margin: 16px 0 8px;
}
.fundador-content .quote {
  font-size: 22px; font-weight: 300; font-style: italic;
  line-height: 1.4; color: var(--ink); margin-bottom: 28px;
}
.fundador-content p.bio { font-size: 15px; line-height: 1.7; color: rgba(14,28,46,0.7); margin-bottom: 18px; }
.badge-block { display: flex; flex-direction: column; gap: 14px; margin-top: 12px; }
.badge-row {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 20px; background: var(--bone-2);
  border: 1px solid rgba(14,28,46,0.10); position: relative;
}
.badge-row::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: var(--gold);
}
.badge-row .body { margin-left: 6px; }
.badge-row .label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ink);
  display: block; margin-bottom: 4px;
}
.badge-row p { font-size: 14px; line-height: 1.55; color: rgba(14,28,46,0.65); }

/* --- CTA final --- */
.cta-final-inner {
  max-width: 760px; margin: 0 auto; text-align: center; position: relative;
}
.cta-final-inner h2 {
  font-size: clamp(32px, 4.4vw, 52px); font-weight: 700;
  letter-spacing: -0.025em; line-height: 1.1;
  margin: 24px auto 28px; text-wrap: balance;
}
.cta-final-inner p {
  font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6;
  color: rgba(236,231,221,0.72); margin: 0 auto 56px;
  max-width: 56ch; text-wrap: pretty;
}
.cta-box {
  display: inline-block; padding: 44px 48px;
  border: 1px solid rgba(236,231,221,0.18);
  background: rgba(255,255,255,0.04);
  max-width: 540px; width: 100%; text-align: center;
}
.cta-box p {
  font-size: 13px; letter-spacing: 0.04em;
  color: rgba(236,231,221,0.78); margin-bottom: 28px; line-height: 1.5;
}
.cta-box strong {
  color: var(--gold); border-bottom: 1px solid var(--gold);
  padding-bottom: 1px; font-weight: 700; letter-spacing: 0.06em;
}

/* --- Botón flotante de WhatsApp --- */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 60;
  background: #25D366; color: #FFFFFF;
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(14,28,46,0.22);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.06); }
