/* ============================================
   VENDEMÁS — Ventas que Transforman
   RÉPLICA EXACTA v5.0 de la referencia del cliente:
   https://vendemas-maestria-2.vibepreview.com/ventas-que-transforman
   Excepción documentada en CLAUDE.md: usa hex propios del mockup (no los
   tokens --color-*), degradados y blur — prohibido en el resto del sitio.
   Todas las clases van prefijadas `.vt-*` y scoped a esta página.
   ============================================ */

.vt-page { overflow-x: hidden; }

.vt-container { max-width: 1152px; margin: 0 auto; padding: 0 1.25rem; }
.vt-container--narrow { max-width: 768px; }
.vt-stack { display: flex; flex-direction: column; gap: 2.5rem; }
.vt-center { text-align: center; }

/* -- Heading (label + h2) -- */
.vt-heading { text-align: center; max-width: 768px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.75rem; }
.vt-heading__sub { font-size: 1rem; color: #cbd5e1; max-width: 640px; margin: 0 auto; }
.vt-label { display: block; font-family: var(--font-heading); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
.vt-label--orange { color: #f26522; }
.vt-label--amber { color: #f5a623; }
.vt-label--amber-light { color: #fcd34d; }
.vt-h2 { font-family: var(--font-heading); font-size: clamp(1.5rem, 3.2vw, 2.25rem); font-weight: 800; line-height: 1.25; color: #072136; margin: 0; }
.vt-h2--white { color: var(--color-white); }

/* -- Badge (hero) -- */
.vt-badge { display: inline-block; background: #f26522; color: var(--color-white); font-family: var(--font-heading); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.4rem 1.1rem; border-radius: 999px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

/* -- Botones -- */
.vt-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: var(--font-heading); font-weight: 800; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.03em; padding: 0.9rem 2rem; border-radius: 999px; border: none; cursor: pointer; text-decoration: none; transition: all 0.2s ease; }
.vt-btn--orange { background: #f26522; color: var(--color-white); box-shadow: 0 10px 30px -8px rgba(242,101,34,0.6); }
.vt-btn--orange:hover { background: #e05512; }
.vt-btn--large { padding: 1.1rem 2.25rem; font-size: 0.85rem; }
.vt-btn--full { width: 100%; }

/* ==========================================
   01 — HERO
   ========================================== */
.vt-hero { position: relative; overflow: hidden; padding: 6rem 0 4rem; background: #072136; color: var(--color-white); text-align: center; }
.vt-hero__blob { position: absolute; border-radius: 50%; filter: blur(64px); pointer-events: none; }
.vt-hero__blob--1 { top: -96px; left: -96px; width: 384px; height: 384px; background: rgba(242,101,34,0.2); }
.vt-hero__blob--2 { bottom: -96px; right: -96px; width: 384px; height: 384px; background: rgba(0,119,182,0.3); }
.vt-hero__inner { position: relative; z-index: 1; max-width: 960px; display: flex; flex-direction: column; gap: 1.5rem; align-items: center; }
.vt-hero__title { font-family: var(--font-heading); font-size: clamp(1.75rem, 5.2vw, 3.5rem); font-weight: 900; color: var(--color-white); line-height: 1.15; letter-spacing: -0.01em; margin: 0; }
.vt-hero__highlight { color: #f5a623; }
.vt-hero__subtitle { font-size: clamp(0.9rem, 1.6vw, 1.15rem); font-weight: 500; color: #e2e8f0; max-width: 720px; margin: 0 auto; line-height: 1.6; }
.vt-hero__price-block { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.vt-hero__price { font-size: clamp(1rem, 2vw, 1.2rem); font-weight: 900; color: #f5a623; margin: 0; }
.vt-hero__note { font-size: 0.8rem; color: #cbd5e1; font-weight: 500; margin: 0; }

/* ==========================================
   Secciones — fondo
   ========================================== */
.vt-section { padding: 3.5rem 0; }
.vt-section--white { background: var(--color-white); }
.vt-section--navy { background: #072136; }
.vt-section--blue { background: #0077b6; }
.vt-section--gray { background: #f8fafc; border-top: 1px solid rgba(226,232,240,0.8); border-bottom: 1px solid rgba(226,232,240,0.8); }

/* ==========================================
   02 — LA LÓGICA DEL AHORRO
   ========================================== */
.vt-copy-card { background: var(--color-white); border: 1px solid #e2e8f0; border-radius: 1.5rem; padding: 1.5rem 1.75rem; max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.vt-copy-card p { margin: 0; font-size: 1rem; color: #334155; line-height: 1.6; }
.vt-quote { background: linear-gradient(90deg, rgba(245,166,35,0.15), rgba(245,158,11,0.1), transparent); border-left: 4px solid #f26522; border-radius: 1rem; padding: 1.15rem 1.4rem; }
.vt-quote p { margin: 0; font-weight: 800; font-size: 1.1rem; color: #072136; line-height: 1.5; }
.vt-quote--dark { background: linear-gradient(90deg, rgba(242,101,34,0.2), rgba(245,166,35,0.1), transparent); }
.vt-quote--dark p { color: var(--color-white); font-size: 1.05rem; }
.vt-quote--narrow { max-width: 640px; margin: 0 auto; text-align: center; }

.vt-table-wrap { max-width: 1080px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.vt-table-title { text-align: center; font-family: var(--font-heading); font-size: 1.25rem; font-weight: 800; color: #072136; margin: 0; }
.vt-table-scroll { overflow-x: auto; border-radius: 1rem; border: 1px solid #e2e8f0; }
.vt-table { width: 100%; border-collapse: collapse; font-size: 0.8rem; }
.vt-table thead tr { background: #072136; color: var(--color-white); }
.vt-table th { text-align: center; padding: 0.55rem 0.9rem; font-weight: 700; }
.vt-table th.vt-table__left, .vt-table td.vt-table__left { text-align: left; }
.vt-table tbody tr { background: var(--color-white); }
.vt-table td { padding: 0.55rem 0.9rem; text-align: center; color: #334155; font-weight: 500; border-top: 1px solid #f1f5f9; }
.vt-table__muted { color: #64748b; }
.vt-table__included { color: #0077b6; font-weight: 700; }
.vt-table__row--exclusive td { background: rgba(245,166,35,0.1); }
.vt-table__row--exclusive .vt-table__left { color: #072136; font-weight: 700; }
.vt-table__exclusive-tag { display: block; font-size: 0.58rem; color: #f26522; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.1rem; }
.vt-table__row--total { background: #072136; }
.vt-table__row--total td { background: #072136; color: var(--color-white); font-weight: 900; border-top: none; padding: 0.65rem 0.9rem; }
.vt-table__total-price { color: #f5a623; }
.vt-table__footnote { text-align: center; font-size: 0.85rem; color: #64748b; max-width: none; margin: 0 auto; line-height: 1.6; white-space: nowrap; }

/* ==========================================
   03 — ¿ESTO ES PARA TI?
   ========================================== */
.vt-section.vt-section--fit { padding: 2.5rem 0; }
.vt-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.vt-numbered-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 1.5rem; padding: 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; transition: box-shadow 0.3s; }
.vt-numbered-card:hover { box-shadow: 0 10px 30px -12px rgba(0,0,0,0.12); }
.vt-numbered-card__num { width: 40px; height: 40px; border-radius: 1rem; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; }
.vt-numbered-card--blue .vt-numbered-card__num { background: rgba(0,119,182,0.1); color: #0077b6; }
.vt-numbered-card--orange .vt-numbered-card__num { background: rgba(242,101,34,0.1); color: #f26522; }
.vt-numbered-card--amber .vt-numbered-card__num { background: rgba(245,166,35,0.1); color: #f5a623; }
.vt-numbered-card__title { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 800; color: #072136; margin: 0; line-height: 1.35; }
.vt-numbered-card__text { font-size: 0.85rem; color: #64748b; line-height: 1.6; margin: 0; }

/* ==========================================
   04 — TODO LO QUE INCLUYE
   ========================================== */
.vt-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.vt-course-card { background: var(--color-white); border: 1px solid #e2e8f0; border-radius: 1.5rem; padding: 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; position: relative; padding-left: 1.75rem; }
.vt-course-card__bar { position: absolute; left: 0; top: 1.5rem; bottom: 1.5rem; width: 4px; border-radius: 999px; }
.vt-course-card__title { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 800; color: #072136; margin: 0; }
.vt-course-card__meta { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #94a3b8; margin: 0; }
.vt-course-card__text { font-size: 0.85rem; color: #64748b; line-height: 1.6; margin: 0; }

/* ==========================================
   05 — EL CONTENIDO EXCLUSIVO
   ========================================== */
.vt-module-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(245,166,35,0.3); border-radius: 1.5rem; padding: 1.5rem; backdrop-filter: blur(4px); display: flex; flex-direction: column; gap: 0.6rem; }
.vt-module-card__head { display: flex; align-items: center; gap: 0.75rem; }
.vt-module-card__num { width: 40px; height: 40px; border-radius: 1rem; background: #f26522; color: var(--color-white); display: flex; align-items: center; justify-content: center; font-weight: 900; flex-shrink: 0; }
.vt-module-card__title { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 800; color: #f5a623; margin: 0; }
.vt-module-card__text { font-size: 0.85rem; color: #e2e8f0; line-height: 1.6; margin: 0; }

/* ==========================================
   06 — LO QUE LOGRAS
   ========================================== */
.vt-section--blue .vt-heading { max-width: none; }
.vt-section--blue .vt-h2 { white-space: nowrap; }
.vt-glass-card { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(6px); border-radius: 1.5rem; padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.vt-glass-card__title { font-family: var(--font-heading); font-size: 0.8rem; font-weight: 800; color: #f5a623; text-transform: uppercase; letter-spacing: 0.06em; margin: 0; }
.vt-check-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.65rem; }
.vt-check-list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.85rem; color: #f1f5f9; line-height: 1.5; }
.vt-check-list svg { color: #f26522; flex-shrink: 0; margin-top: 0.1rem; }

/* ==========================================
   07 — QUIÉN LO ENSEÑA
   ========================================== */
.vt-section--team-authors .vt-heading { max-width: none; }
.vt-section--team-authors .vt-h2 { white-space: nowrap; }
.vt-quote--team-width { max-width: 720px; width: 100%; margin: 0 auto; }
.vt-quote--team-width p { font-size: 0.85rem; }
.vt-team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; max-width: 720px; margin: 0 auto; width: 100%; }
.vt-team-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 1.5rem; padding: 1.75rem; backdrop-filter: blur(4px); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
.vt-team-card__photo { width: 128px; height: 128px; border-radius: 50%; object-fit: cover; border: 4px solid #f26522; box-shadow: 0 12px 30px rgba(0,0,0,0.35); }
.vt-team-card__name { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 900; color: var(--color-white); margin: 0.15rem 0 0; }
.vt-team-card__role { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: #f5a623; margin: 0; }
.vt-team-card__bio { font-size: 0.85rem; color: #cbd5e1; line-height: 1.6; margin: 0; }

/* ==========================================
   08 — TESTIMONIOS
   ========================================== */
.vt-testimonial-card { background: var(--color-white); border: 1px solid #e2e8f0; border-radius: 1.5rem; padding: 1.5rem; box-shadow: 0 1px 3px rgba(0,0,0,0.04); display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; }
.vt-testimonial-card__quote { font-size: 0.85rem; font-style: italic; color: #334155; line-height: 1.6; margin: 0; }
.vt-testimonial-card__footer { padding-top: 0.75rem; border-top: 1px solid #f1f5f9; display: flex; flex-direction: column; gap: 0.5rem; }
.vt-testimonial-card__stat { font-weight: 800; font-size: 0.85rem; color: #f26522; margin: 0; }
.vt-testimonial-card__person { display: flex; align-items: center; gap: 0.65rem; }
.vt-testimonial-card__avatar { width: 36px; height: 36px; border-radius: 50%; color: var(--color-white); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.8rem; flex-shrink: 0; }
.vt-testimonial-card__avatar--dark { color: #072136; }
.vt-testimonial-card__person h4 { font-size: 0.85rem; font-weight: 700; color: #072136; margin: 0; }
.vt-testimonial-card__person p { font-size: 0.72rem; color: #94a3b8; margin: 0; }

/* ==========================================
   09 — TU INVERSIÓN HOY
   ========================================== */
.vt-price-block { display: flex; flex-direction: column; gap: 0.4rem; }
.vt-price-block__amount { font-family: var(--font-heading); font-size: clamp(2.5rem, 6vw, 3.75rem); font-weight: 900; color: #072136; margin: 0; }
.vt-price-block__label { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #0077b6; margin: 0; }
.vt-buy-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 1.5rem; padding: 1.75rem; text-align: left; display: flex; flex-direction: column; gap: 1.1rem; width: 100%; max-width: 680px; margin: 0 auto; }
.vt-buy-card__text { margin: 0; font-size: 0.95rem; color: #334155; line-height: 1.6; }
.vt-buy-card__text strong { color: #f26522; }
.vt-buy-card .vt-btn { padding: 0.65rem 1.5rem; }
.vt-guarantee-box { background: rgba(245,158,11,0.1); border: 1px solid rgba(245,158,11,0.3); border-radius: 1.5rem; padding: 1.5rem; display: flex; align-items: flex-start; gap: 1rem; text-align: left; width: 100%; max-width: 680px; margin: 0 auto; }
.vt-guarantee-box__icon { color: #f26522; flex-shrink: 0; margin-top: 0.15rem; }
.vt-guarantee-box h3 { font-size: 1.05rem; font-weight: 700; color: #072136; margin: 0 0 0.35rem; }
.vt-guarantee-box p { font-size: 0.85rem; color: #64748b; line-height: 1.6; margin: 0; }

/* ==========================================
   10 — CTA FINAL
   ========================================== */
.vt-cta-final { padding: 3.5rem 0; background: linear-gradient(90deg, #072136, #0077b6); color: var(--color-white); text-align: center; }
.vt-cta-final__title { font-family: var(--font-heading); font-size: clamp(1.5rem, 4.2vw, 2.5rem); font-weight: 900; color: var(--color-white); line-height: 1.2; margin: 0 0 1rem; }
.vt-cta-final__text { font-size: 1rem; color: #e2e8f0; max-width: 640px; margin: 0 auto 1.75rem; line-height: 1.6; }
.vt-cta-final__note { font-size: 0.8rem; color: #cbd5e1; margin: 1rem 0 0; }

/* ==========================================
   11 — FAQ
   ========================================== */
.vt-faq { display: flex; flex-direction: column; gap: 0.75rem; }
.vt-faq .faq-item { background: var(--color-white); border: 1px solid #e2e8f0; border-radius: 1rem; overflow: hidden; }
.vt-faq .faq-question { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 1.1rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--font-heading); font-weight: 700; font-size: 0.85rem; color: #072136; }
.vt-faq .faq-question .vt-faq__chevron { color: #f26522; flex-shrink: 0; transition: transform 0.2s; }
.vt-faq .faq-answer { max-height: 0; overflow: hidden; padding: 0 1.4rem; font-size: 0.82rem; color: #64748b; line-height: 1.6; transition: max-height 0.3s ease, padding 0.3s ease; }
.vt-faq .faq-item--open { border-color: #f26522; }
.vt-faq .faq-item--open .faq-answer { max-height: 400px; padding: 0 1.4rem 1.2rem; }
.vt-faq .faq-item--open .faq-question .vt-faq__chevron { transform: rotate(180deg); }

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (min-width: 640px) {
  .vt-hero { padding: 6rem 0; }
  .vt-section { padding: 6rem 0; }
  .vt-cta-final { padding: 6rem 0; }
  .vt-section.vt-section--fit { padding: 3.75rem 0; }
}

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

@media (max-width: 640px) {
  .vt-team-grid { grid-template-columns: 1fr; }
  .vt-table { font-size: 0.65rem; }
  .vt-table th, .vt-table td { padding: 0.5rem 0.5rem; }
  .vt-table__exclusive-tag { font-size: 0.52rem; }
  .vt-table__footnote { white-space: normal; }
  .vt-section--blue .vt-h2 { white-space: normal; }
  .vt-section--team-authors .vt-h2 { white-space: normal; }
  .vt-badge { padding: 0.6rem 1.35rem; }
}
