/* ============================================================
   MÉTODO ÓPTIMA · styles.css · Final 2026
   Paleta: crema #F7F3ED · dorado #C9A86A · verde salvia #6F7B68
   ============================================================ */

:root {
  --bg:        #F7F3ED;
  --bg-alt:    #EDE8DF;
  --bg-dark:   #2B2B22;
  --white:     #FFFFFF;
  --cream:     #F5F0E8;
  --text:      #2B2B2B;
  --text-sec:  #6B6B6B;
  --gold:      #C9A86A;
  --gold-dark: #B68F4A;
  --gold-lt:   #E8D5A8;
  --green:     #6F7B68;
  --green-dk:  #4A5745;
  --border:    #DDD5C4;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Montserrat', system-ui, sans-serif;

  --container: 1140px;
  --radius:    18px;
  --shadow:    0 8px 32px rgba(0,0,0,0.07);
  --shadow-md: 0 16px 48px rgba(0,0,0,0.1);
  --ease:      0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

/* ── Animaciones ── */
.animate-in {
  opacity: 0; transform: translateY(16px);
  animation: fadeUp 0.85s ease forwards;
  animation-delay: var(--d, 0s);
}
@keyframes fadeUp { to { opacity:1; transform:translateY(0); } }

.fade-up {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--d, 0s);
}
.fade-up.visible { opacity:1; transform:translateY(0); }

/* ── Labels ── */
.section-eyebrow {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px; display: block;
}
.section-title {
  font-family: var(--font-display);
  font-size: 46px; font-weight: 600;
  color: var(--text); line-height: 1.15; margin-bottom: 24px;
}
.section-title em { font-style: italic; color: var(--gold); }

/* ── Botones ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 15px 30px;
  font-family: var(--font-body); font-size: 13px; font-weight: 600;
  letter-spacing: 0.07em; text-transform: uppercase;
  cursor: pointer; border: 2px solid transparent;
  transition: all var(--ease); white-space: nowrap; line-height: 1;
}
.btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.btn-primary {
  background: linear-gradient(135deg, #D8B36A, #C9A86A, #B68F4A);
  color: #fff !important; border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-dark); border-color: var(--gold-dark);
  transform: translateY(-2px); box-shadow: 0 10px 28px rgba(201,168,106,0.38);
}
.btn-outline {
  background: transparent; color: var(--text) !important; border-color: var(--gold);
}
.btn-outline:hover { background: var(--gold); color: #fff !important; transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: var(--text) !important;
  border-color: rgba(43,43,43,0.3);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold) !important; }
.btn-ghost-light {
  background: transparent; color: #fff !important;
  border-color: rgba(255,255,255,0.55);
}
.btn-ghost-light:hover { background: #fff; color: var(--text) !important; }
.btn-lg { padding: 18px 38px; font-size: 14px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 22px 0;
  transition: background var(--ease), box-shadow var(--ease), padding var(--ease);
}
.site-header .container{

    max-width:100%;

    padding-left:24px;

    padding-right:40px;

}
.site-header.scrolled {
  background: rgba(247,243,237,0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--border);
  padding: 14px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.logo {
    display: flex;
    flex-direction: column;
    gap: 2px;

 }
.logo-mark { font-size: 18px; color: var(--gold); line-height: 1; }
.logo-text  { display: flex; flex-direction: column; gap: 1px; }
.logo-name  { font-size: 13px; font-weight: 700; letter-spacing: 0.16em; color: var(--text); }
.logo-sub   { font-family: var(--font-display); font-size: 11px; font-style: italic; color: var(--text-sec); }

.header-nav{
    display:flex;
    align-items:center;
    gap:32px;

    margin-right:360px;
}
.header-nav a {
    color: rgba(255,255,255,.92);
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0,0,0,.8);
}
.header-nav {
    gap: 48px;
}
.header-nav a:hover { color: var(--gold); }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--text); transition: transform var(--ease), opacity var(--ease); }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav {
  display: none; flex-direction: column;
  background: rgba(247,243,237,0.98); backdrop-filter: blur(16px);
  border-top: 1px solid var(--border);
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.mobile-nav.open { max-height: 360px; }
.mobile-nav a {
  display: block; padding: 14px 24px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-sec); border-bottom: 1px solid var(--border); transition: color var(--ease);
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover { color: var(--gold); }

/* ============================================================
   HERO
   ============================================================ */
.hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:#F7F3ED;
    padding-top:90px;
}
.hero-img-wrap { position: absolute; inset: 0; z-index: 0; }
.hero-img{
    position:absolute;
    top:0;
    right:0;

    width:63%;
    height:100%;

    object-fit:cover;
    object-position:38% center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(247,243,237,0.96) 0%,
    rgba(247,243,237,0.82) 22%,
    rgba(247,243,237,0.28) 40%,
    rgba(247,243,237,0) 55%
  );
}

/* Geometría sagrada hero */
.hero-geo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  max-width: 680px;
  opacity: 0.18;
  mix-blend-mode:soft-light;
  z-index: 1;
  pointer-events: none;
}
.hero-geo svg { width: 100%; height: 100%; }
@keyframes geoFloat {
  0%,100% { transform: translateY(0) rotate(0deg); opacity: 0.8; }
  50%      { transform: translateY(-12px) rotate(3deg); opacity: 1; }
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 580px;
  margin-left: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.hero-eyebrow{
    font-size:.88rem;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#C9A86A;
    margin-bottom:22px;
    line-height:1.5;
}

.hero-title{
    font-size:3rem;
    line-height:1.05;
    margin-bottom:24px;
}

.hero-title em{
    display:block;
    margin-top:10px;
    color:#C9A86A;
    font-style:italic;
    font-weight:500;
}
.hero-text{
    font-size:1.18rem;
    line-height:1.7;
    color:#666;
    margin-bottom:30px;
    max-width:34ch;
}

.hero-sub{

    max-width:520px;

    font-size:20px;

    line-height:1.7;

}
.hero-sub strong { color: var(--text); font-weight: 600; }

.hero-notas {
  display: flex; flex-direction: column; gap: 8px;
  margin-bottom: 32px;
}
.hero-nota-item {
  font-size: 14px; color: var(--text-sec);
  display: flex; align-items: baseline; gap: 4px;
}
.hero-nota-item em { font-style: italic; color: var(--gold); font-weight: 600; }

.hero-cta{

    margin-top:38px;

    display:flex;

    flex-direction:column;

    align-items:flex-start;

    gap:14px;

}

.hero-scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 2; }
.hero-scroll span {
  display: block; width: 1px; height: 44px;
  background: var(--gold); opacity: 0.4;
  animation: scrollLine 2s ease infinite; margin: 0 auto;
}
.hero-highlight{
    font-size:1.45rem;
    font-weight:700;
    color:#2B2B2B;
    margin-bottom:34px;
}

.btn{
    width:100%;
    margin-bottom:14px;
}

.hero-highlight strong{

font-weight:700;

color:var(--text);

}

.hero-highlight span{

color:var(--gold);

font-weight:600;

}
@keyframes scrollLine {
  0%   { transform:scaleY(0); transform-origin:top; }
  50%  { transform:scaleY(1); transform-origin:top; }
  51%  { transform:scaleY(1); transform-origin:bottom; }
  100% { transform:scaleY(0); transform-origin:bottom; }
}

/* ============================================================
   PROBLEMA — ¿TE RECONOCÉS AQUÍ?
   ============================================================ */
.section-problema { padding: 100px 0; background: var(--white); }
.problema-intro { text-align: center; margin-bottom: 64px; }
.problema-title {
  font-family: var(--font-display);
  font-size: 56px; font-weight: 600; color: var(--text);
  line-height: 1.1; margin-top: 10px;
}
.problema-title em { font-style: italic; color: var(--gold); }
.problema-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 28px; margin-bottom: 64px;
}
.problema-item {
  text-align: center; padding: 36px 22px;
  border-radius: var(--radius); background: var(--bg);
  border: 1px solid var(--border);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}
.problema-item:hover {
  transform: translateY(-4px); box-shadow: var(--shadow);
  border-color: rgba(201,168,106,0.4);
}
.problema-icono { width: 56px; height: 56px; margin: 0 auto 22px; }
.problema-icono svg { width: 100%; height: 100%; }
.problema-item-title {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 600; color: var(--text);
  line-height: 1.25; margin-bottom: 12px;
}
.problema-item-desc { font-size: 14px; color: var(--text-sec); line-height: 1.7; }
.problema-frase{
    max-width:900px;
    margin:90px auto;
    text-align:center;
    padding:80px 20px;
    border-top:1px solid var(--border);
}

.frase-superior{
    font-family:var(--font-display);
    font-size:42px;
    font-weight:300;
    color:#9A9A9A;
    line-height:1.25;
    margin-bottom:36px;
}

.frase-principal{
    font-family:var(--font-display);
    font-size:72px;
    line-height:1.08;
    letter-spacing:-0.02em;
    color:var(--text);
    margin:0;
}

.frase-principal strong{
    display:block;
    margin-top:12px;
    font-weight:600;
    color:var(--text);
}
.problema-frase strong { color: var(--text); }

/* ============================================================
   PILARES — 4 cards con geometría
   ============================================================ */
.section-pilares { padding: 90px 0; background: var(--bg); }
.pilares-sub{
    max-width:720px;
    margin:26px auto 60px;
    text-align:center;
    font-size:22px;
    line-height:1.7;
    color:var(--text-sec);
}
.pilares-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; margin-top: 48px;
}
.pilar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 26px 36px;
  position: relative;
  overflow: hidden;
  transition: transform var(--ease), box-shadow var(--ease);
}
.pilar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pilar-geo {
  position: absolute; top: -10px; right: -10px;
  width: 80px; height: 80px; opacity: 0.7;
  pointer-events: none;
}
.pilar-geo svg { width: 100%; height: 100%; }
.pilar-num{
    font-size:52px;
    font-family:var(--font-display);
    color:rgba(201,168,106,.28);
    margin-bottom:18px;
}
.pilar-title {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 600; color: var(--text);
  line-height: 1.25; margin-bottom: 14px;
}
.pilar-icon{
    width:56px;
    height:56px;
    margin:0 auto 18px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(201,168,106,.35);
    border-radius:50%;

    color:var(--gold);

    font-size:26px;
    font-weight:400;

    background:rgba(201,168,106,.05);
}
.pilar-desc { font-size: 14px; color: var(--text-sec); line-height: 1.7; }

/* ============================================================
   ETAPAS
   ============================================================ */
.section-etapas { padding: 90px 0; background: var(--white); }
.etapas-intro{
    max-width:900px;
    margin:0 auto 70px;
    text-align:center;
}

.etapas-heading{
    font-family:var(--font-display);
    font-size:64px;
    line-height:1.1;
    color:var(--text);
    margin:18px 0 26px;
}

.etapas-heading em{
    color:var(--gold);
    font-style:italic;
    font-weight:500;
}

.etapas-copy{
    max-width:700px;
    margin:auto;
    font-size:24px;
    line-height:1.7;
    color:var(--text-sec);
}
.etapas-grid-wrap { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.etapas-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; margin-bottom: 48px;
}
.etapa-card {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  font-family: inherit; text-align: left; padding: 0; width: 100%;
  cursor: pointer; transition: all var(--ease);
}
.etapa-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold); }
.etapa-img-wrap { overflow: hidden; aspect-ratio: 3/2; background: var(--bg-alt); }
.etapa-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease; display: block;
}
.etapa-card:hover .etapa-img-wrap img { transform: scale(1.04); }
.etapa-body { padding: 20px 22px 24px; }
.etapa-num {
  font-family: var(--font-display);
  font-size: 28px; font-weight: 300; color: var(--gold);
  opacity: 0.5; display: block; line-height: 1; margin-bottom: 4px;
}
.etapa-name {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 600; color: var(--text); margin-bottom: 8px;
}
.etapa-desc { font-size: 13px; color: var(--text-sec); line-height: 1.6; margin-bottom: 14px; }
.etapa-tag{
    display:inline-flex;
    align-items:center;
    gap:6px;

    padding:6px 14px;

    border-radius:999px;

    font-size:11px;
    font-weight:600;
    letter-spacing:.05em;

    background:rgba(201,168,106,.12);
    color:var(--gold);

    border:none;
}
.etapa-tag.free     { background: var(--gold); color: #fff; }
.etapa-tag.lock-tag { background: transparent; color: var(--text-sec); border: 1px solid var(--border); }
.etapa-card.unlocked { border-color: var(--gold); }

/* CTA acceso completo */
.etapas-cta-wrap { padding: 0 0 8px; }
.etapas-cta-card {
  background: var(--bg-alt); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 40px 44px; text-align: center;
}
.etapas-cta-title{
    font-family:var(--font-display);
    font-size:42px;
    line-height:1.2;
    color:var(--text);
    text-align:center;
    margin-bottom:34px;
}

.etapas-cta-list{
    list-style:none;
    padding:0;
    margin:0 auto 36px;
    max-width:420px;
}

.etapas-cta-list li{
    font-size:20px;
    line-height:1.9;
    color:var(--text-sec);
}

/* ============================================================
   MODALES
   ============================================================ */
.modal {
  position: fixed; inset: 0; z-index: 3000;
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.modal.open { display: flex; }
.modal-overlay {
  position: absolute; inset: 0;
  background: rgba(43,43,34,0.72); backdrop-filter: blur(4px);
}
.modal-card {
  position: relative; z-index: 1; background: var(--white);
  border-radius: var(--radius); max-width: 540px; width: 100%;
  max-height: 88vh; overflow-y: auto; padding: 44px 40px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.25);
  animation: modalIn 0.35s ease;
}
@keyframes modalIn {
  from { opacity:0; transform:scale(0.96) translateY(10px); }
  to   { opacity:1; transform:scale(1) translateY(0); }
}
.modal-close {
  position: absolute; top: 18px; right: 18px;
  width: 34px; height: 34px; border-radius: 50%;
  border: none; background: var(--bg); color: var(--text-sec);
  font-size: 13px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--ease);
}
.modal-close:hover { background: var(--gold); color: #fff; }
.modal-progress {
  width: 100%; height: 3px; background: var(--border);
  border-radius: 999px; margin-bottom: 8px; overflow: hidden;
}
.modal-progress-bar {
  height: 100%; background: var(--gold);
  border-radius: 999px; transition: width 0.4s ease;
}
.modal-step-label {
  font-size: 10px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-sec); margin-bottom: 24px;
}
.mv { display: none; }
.mv.active { display: block; }
.mv[hidden] { display: none !important; }
.modal-badge {
  display: inline-block; font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.modal-title {
  font-family: var(--font-display);
  font-size: 26px; font-weight: 600; color: var(--text);
  line-height: 1.3; margin-bottom: 16px;
}
.modal-hint { font-size: 13px; color: var(--text-sec); font-style: italic; margin-bottom: 16px; opacity: 0.8; }
.modal-textarea {
  width: 100%; border: 1.5px solid var(--border);
  border-radius: 12px; padding: 14px 16px;
  font-family: var(--font-body); font-size: 15px; color: var(--text);
  resize: vertical; margin-bottom: 20px;
  transition: border-color var(--ease); background: var(--bg);
}
.modal-textarea:focus { outline: none; border-color: var(--gold); }
.resultado-card {
  background: var(--bg); border: 1px solid var(--border);
  border-left: 3px solid var(--gold); border-radius: 12px;
  padding: 20px 24px; margin-bottom: 20px;
}
.resultado-frase {
  font-family: var(--font-display);
  font-size: 18px; font-style: italic; color: var(--text); line-height: 1.6;
}
.resultado-extra-text {
  font-size: 15px; color: var(--text-sec); line-height: 1.75; margin-bottom: 24px;
}
.modal-cta { display: flex; flex-direction: column; gap: 10px; }
.modal-cta .btn { width: 100%; justify-content: center; }

/* ============================================================
   PARA QUIÉN
   ============================================================ */
.section-para-quien { padding: 90px 0; background: var(--bg); }
.pq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; }
.pq-col { border-radius: var(--radius); padding: 44px 40px; }
.pq-col.si { background: var(--white); border: 1px solid var(--border); }
.pq-col.no { background: var(--bg-alt); border: 1px solid var(--border); }
.pq-title {
  font-family: var(--font-display);
  font-size: 28px; font-weight: 600; color: var(--text);
  line-height: 1.3; margin-bottom: 28px; padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.pq-list { display: flex; flex-direction: column; gap: 16px; }
.pq-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 15px; color: var(--text-sec); line-height: 1.6;
}
.pq-icon {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; margin-top: 1px;
}
.si-icon { background: var(--green); color: #fff; }
.no-icon { background: var(--border); color: var(--text-sec); }
.pq-cierre{

    margin-top:70px;

    text-align:center;

    max-width:760px;

    margin-left:auto;

    margin-right:auto;

}

.pq-cierre p{

    font-family:var(--font-display);

    font-size:34px;

    line-height:1.45;

    color:var(--text);

}

.pq-cierre strong{

    font-weight:600;

    color:var(--text);

}

/* ============================================================
   VANNA
   ============================================================ */
.section-vanna { padding: 90px 0; background: var(--white); }
.vanna-inner {
  display: grid; grid-template-columns:420px 1fr;
  gap: 72px; align-items: center;
}
.vanna-img-wrap { position: relative; flex-shrink: 0; }
.vanna-img-wrap::before {
  content: ''; position: absolute; inset: -10px;
  border: 1px solid rgba(201,168,106,0.22);
  border-radius: calc(var(--radius) + 10px); pointer-events: none;
}
.vanna-img {
  width: 100%; border-radius: var(--radius);
  object-fit: cover; box-shadow: var(--shadow-md);
  border: 1px solid rgba(201,168,106,0.18);
}
.vanna-quote-float {
  position:absolute;
  bottom:-26px;
  right:-26px;

  background:var(--gold);
  color:#fff;

  font-family:var(--font-display);
  font-style:italic;

  font-size:22px;
  line-height:1.45;

  padding:26px 34px;

  border-radius:20px;

  max-width:320px;

  box-shadow:0 20px 45px rgba(201,168,106,.28);

  z-index:5;
}
.vanna-desc { font-size: 16px; color: var(--text-sec); line-height: 1.8; margin-bottom: 16px; }
.about-label{
    display:block;
    margin-top:42px;
    text-align:center;
    font-size:13px;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--gold);
    font-weight:600;
}
.about-title{

    font-family:var(--font-display);

    font-size:54px;

    line-height:1.05;

    margin:0 0 22px;

    color:var(--text);

}
.about-destacado{

    font-family:var(--font-display);

    font-size:30px;

    line-height:1.35;

    color:var(--text);

    margin-bottom:24px;

}
.about-tags{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-top:34px;

}
.about-tags span{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:11px 20px;

    border-radius:999px;

    border:1px solid rgba(201,168,106,.45);

    color:var(--gold);

    background:#fff;

    font-size:12px;

    letter-spacing:.08em;

    text-transform:uppercase;

    font-weight:600;

    transition:.35s;

}
.about-tags span:hover{

    background:var(--gold);

    color:white;

    transform:translateY(-2px);

}

/* ============================================================
   TESTIMONIOS
   ============================================================ */
.section-testimonios { padding: 90px 0; background: var(--bg); }
.audio-testimonio {
  max-width: 640px; margin: 0 auto 52px;
  background: var(--white); border-radius: var(--radius);
  padding: 28px 32px; border: 1px solid var(--border); box-shadow: var(--shadow);
}
.audio-testimonio-header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.audio-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; flex-shrink: 0;
}
.audio-meta { display: flex; flex-direction: column; gap: 3px; }
.audio-name { font-size: 14px; font-weight: 600; color: var(--text); }
.audio-tag  { font-size: 11px; color: var(--gold); font-weight: 600; }
.audio-player {
  width: 100%; height: 40px; border-radius: 999px;
  accent-color: var(--gold); margin-bottom: 14px; outline: none;
}
.audio-quote {
  font-family: var(--font-display); font-size: 17px; font-style: italic;
  color: var(--text-sec); border-left: 2px solid var(--gold);
  padding-left: 14px; line-height: 1.55;
}
.carousel-wrap { position: relative; max-width: 680px; margin: 0 auto; }
.carousel { position: relative; overflow: hidden; border-radius: var(--radius); min-height: 260px; }
.carousel-slide { display: none; width: 100%; }
.carousel-slide.active { display: block; animation: slideIn 0.5s ease; }
@keyframes slideIn { from{opacity:0;transform:translateX(12px)} to{opacity:1;transform:translateX(0)} }
.carousel-slide img { width:100%; height:auto; border-radius:var(--radius); box-shadow:var(--shadow); display:block; }
.carousel-btn {
  position: absolute; top:50%; transform:translateY(-50%);
  width:42px; height:42px; border-radius:50%;
  border:1.5px solid var(--border); background:var(--white); color:var(--text);
  font-size:16px; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  transition:all var(--ease); z-index:2;
}
.carousel-btn:hover { background:var(--gold); border-color:var(--gold); color:#fff; }
.carousel-btn.prev { left:-20px; }
.carousel-btn.next { right:-20px; }
.carousel-dots { display:flex; justify-content:center; gap:8px; margin-top:20px; }
.carousel-dot {
  width:7px; height:7px; border-radius:50%;
  background:var(--border); border:none; cursor:pointer; padding:0;
  transition:background var(--ease), transform var(--ease);
}
.carousel-dot.active { background:var(--gold); transform:scale(1.35); }

/* ============================================================
   PRECIO
   ============================================================ */
.section-precio { padding: 90px 0; background: var(--green-dk); }
.section-precio .section-eyebrow { color: var(--gold-lt); }
.precio-claim {
  text-align: center;
  font-family: var(--font-display);
  font-size: 28px; font-style: italic;
  color: rgba(255,255,255,0.7); margin-bottom: 40px;
}

/* Montos */
.precio-montos {
  display: flex; align-items: stretch; justify-content: center;
  max-width: 780px; margin: 0 auto 32px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius); overflow: hidden;
}
.precio-bloque { flex: 1; padding: 40px 36px; text-align: center; }
.precio-bloque-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 16px;
}
.precio-usd { display: flex; align-items: flex-start; justify-content: center; gap: 6px; line-height: 1; margin-bottom: 10px; }
.precio-currency { font-size: 22px; font-weight: 600; color: rgba(255,255,255,0.5); margin-top: 16px; }
.precio-valor { font-family: var(--font-display); font-size: 88px; font-weight: 600; color: #fff; line-height: 1; }
.precio-bloque-sub { font-size: 13px; color: rgba(255,255,255,0.4); }
.precio-divisor { width: 1px; background: rgba(255,255,255,0.12); flex-shrink: 0; }
.precio-arg-opciones { display: flex; align-items: center; justify-content: center; gap: 20px; }
.precio-arg-item { text-align: center; }
.precio-arg-item.destacado .precio-arg-nombre { color: var(--gold-lt); font-weight: 600; }
.precio-arg-nombre { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 6px; }
.precio-arg-valor  { font-family: var(--font-display); font-size: 28px; font-weight: 600; color: var(--gold-lt); line-height: 1; }
.precio-arg-nota   { font-size: 11px; color: var(--gold); margin-top: 4px; font-weight: 600; }
.precio-arg-cuotas { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 4px; }
.precio-arg-sep    { font-style: italic; color: rgba(255,255,255,0.3); font-size: 18px; }

/* Qué incluye */
.precio-incluye {
  max-width: 640px; margin: 0 auto 36px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 28px 32px;
}
.precio-incluye-title{

    font-family:var(--font-display);

    font-size:32px;

    font-weight:500;

    color:#F5F0E8;

    text-align:center;

    margin-bottom:34px;

}
.etapas-cta-list{

    display:flex;
    flex-direction:column;
    align-items:center;

    gap:18px;

    list-style:none;

    padding:0;
    margin:0 auto;

}
.precio-incluye-list { display: flex; flex-direction: column; gap: 10px; }
.precio-incluye li{
    color:rgba(245,240,232,.92);

    font-size:20px;
    font-weight:300;
    line-height:1.8;
}
/* Botones de pago — minimalistas */
.precio-botones {
  display: flex; flex-direction: column;
  align-items: center; gap: 14px;
  max-width: 480px; margin: 0 auto 28px;
}
.precio-btn-wrap { width: 100%; position: relative; }
.precio-btn-nota {
  display: block; text-align: center;
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  color: var(--gold); margin-bottom: 6px;
}

.precio-btn-min {
  display: flex; flex-direction: column; align-items: center;
  width: 100%; padding: 18px 28px;
  border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
  color: #fff !important; cursor: pointer;
  font-family: var(--font-body); font-size: 14px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-align: center;
  transition: all var(--ease);
}
.precio-btn-min:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--gold); transform: translateY(-2px);
}
.precio-btn-min.destacado-btn {
  background: var(--gold);
  border-color: var(--gold);
}
.precio-btn-min.destacado-btn:hover { background: var(--gold-dark); border-color: var(--gold-dark); }
.precio-btn-min.secundario {
  background: transparent;
  border-color: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.55) !important;
}
.precio-btn-min.secundario:hover {
  border-color: rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.85) !important;
  background: rgba(255,255,255,0.06);
}
.precio-btn-min-sub {
  font-size: 11px; font-weight: 400;
  letter-spacing: 0.04em; text-transform: none;
  opacity: 0.7; margin-top: 4px;
}
.precio-btn-min.destacado-btn .precio-btn-min-sub { opacity: 0.85; }

.precio-garantia {
  text-align: center; font-size: 13px;
  color: rgba(255,255,255,0.35); letter-spacing: 0.04em;
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.section-cta-final{

    position:relative;

    padding:120px 0;

    min-height:620px;

    display:flex;

    align-items:center;

    overflow:hidden;

    background-image:url("../img/cta-optima.webp");

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

}
.cta-img-wrap { position: absolute; inset: 0; z-index: 0; }
.cta-bg-img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:65% center;
    position:absolute;
    inset:0;
}
.cta-overlay{
    background:transparent;
}

/* Geometría sagrada CTA */
.cta-geo{

    position:absolute;
    right:6%;
    top:50%;

    transform:translateY(-50%);

    width:340px;

    opacity:.08;

    filter:blur(.4px);

    pointer-events:none;

    animation:geoFloat 12s ease-in-out infinite;

}
.cta-geo svg { width: 100%; height: 100%; }

.cta-content{

    position:relative;

    z-index:2;

    width:100%;

    max-width:1200px;

    display:flex;

    flex-direction:column;

    align-items:flex-start;

    justify-content:center;

    padding-left:260px;

    padding-top:40;

    text-align:left;

}
.cta-title{

color:var(--text);

}
.cta-title em { font-style: italic; color: var(--text); }
.cta-buttons{
    display:flex;
    flex-direction:column;
    align-items:flex-start;

    gap:22px;

    margin-top:22px;
    margin-left:550px;
}

.cta-buttons .btn{
    width:300px;
    height:60px;

    border-radius:999px;

    font-size:18px;
    font-weight:600;
    letter-spacing:.03em;

    padding:0 28px;
}
.cta-sub{

    margin:0 0 34px;

    font-family:var(--font-body);

    font-size:20px;

    line-height:1.7;

    color:rgba(43,43,43,.78);

}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--bg-dark); padding: 44px 0; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.footer-tagline { font-size: 12px; color: rgba(255,255,255,0.35); letter-spacing: 0.14em; }
.footer-brand   { display: flex; flex-direction: column; gap: 3px; }
.footer-name    { font-size: 12px; font-weight: 700; letter-spacing: 0.2em; color: var(--cream); }
.footer-sub     { font-family: var(--font-display); font-size: 12px; font-style: italic; color: rgba(255,255,255,0.3); }
.footer-links   { display: flex; align-items: center; gap: 24px; }
.footer-social  { display: flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(255,255,255,0.35); transition: color var(--ease); }
.footer-social:hover { color: var(--gold); }
.footer-copy    { font-size: 11px; color: rgba(255,255,255,0.18); letter-spacing: 0.05em; }

/* ============================================================
   WHATSAPP FLOTANTE
   ============================================================ */
.wa-float {
  position: fixed; bottom: 26px; right: 26px; z-index: 999;
  width: 54px; height: 54px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: #fff;
  box-shadow: 0 4px 18px rgba(37,211,102,0.45);
  transition: transform var(--ease), box-shadow var(--ease);
  animation: waPulse 3s ease infinite;
}
.wa-float:hover { transform: scale(1.1); animation: none; }
@keyframes waPulse {
  0%,100% { box-shadow: 0 4px 18px rgba(37,211,102,0.45); }
  50%      { box-shadow: 0 4px 28px rgba(37,211,102,0.7); }
}

/* ============================================================
   TOAST
   ============================================================ */
.toast {
  position: fixed; bottom: 24px; left: 24px; z-index: 1999;
  display: flex; align-items: center; gap: 12px;
  background: #fff; border-radius: 14px; padding: 13px 16px 13px 13px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.1); border: 1px solid var(--border);
  max-width: 290px; opacity: 0; transform: translateY(8px);
  pointer-events: none; transition: opacity 0.4s ease, transform 0.4s ease;
}
.toast.visible { opacity:1; transform:translateY(0); pointer-events:all; }
.toast-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: #fff; flex-shrink: 0;
}
.toast-body   { flex: 1; min-width: 0; }
.toast-name   { font-size: 12px; font-weight: 600; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.toast-action { font-size: 11px; color: var(--gold); font-weight: 500; margin-top: 2px; }
.toast-close  { background: none; border: none; font-size: 12px; color: var(--border); cursor: pointer; flex-shrink: 0; align-self: flex-start; padding: 2px; transition: color var(--ease); }
.toast-close:hover { color: var(--text-sec); }

/* ============================================================
   RESPONSIVE 1024px
   ============================================================ */
@media (max-width: 1024px) {
  .hero-img       { width: 58%; opacity: 0.9; }
  .hero-geo       { width: 200px; right: 1%; }
  .problema-grid  { grid-template-columns: repeat(2, 1fr); }
  .pilares-grid   { grid-template-columns: repeat(2, 1fr); }
  .etapas-grid    { grid-template-columns: repeat(2, 1fr); }
  .vanna-inner    { gap: 48px; }
  .vanna-img-wrap { width: 280px; }
  .precio-montos  { flex-direction: column; }
  .precio-divisor { width: 100%; height: 1px; }
  .cta-geo        { width: 280px; }
}

/* ============================================================
   RESPONSIVE 768px
   ============================================================ */
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .header-nav { display: none; }
  .hamburger  { display: flex; }
  .mobile-nav { display: flex; }

  .hero{

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    align-items:stretch;

    min-height:auto;

    height:auto;

    padding:26px 0 0;

}
  .hero-img-wrap{

    position:relative;

    width:100%;

    order:2;

    overflow:hidden;

    margin:0;

}

.hero-img{

    position:relative;

    width:100%;

    height:200px;

    object-fit:cover;

    object-position:center 12%;

    border-radius:0 0 24px 24px;

}
  .hero-overlay  { display: none; }
  .hero-content  { order: 1; padding: 0 0 8px; max-width: 100%; }
  .hero-geo      { display: none; }
  .hero-title{

    font-size:52px;

    line-height:1.02;

    letter-spacing:-0.03em;

    margin-bottom:22px;

}
 .hero-sub{

    font-size:18px;

    line-height:1.75;

    max-width:100%;

    margin-bottom:24px;

}
.hero-highlight{

    font-size:18px;

    gap:6px;

    margin-bottom:28px;

}
.hero-notas{

    display:none;

}
.hero-content{

    order:1;

    padding:0;

    margin:0;

    max-width:100%;

}
.hero-cta{

    margin-top:8px;

}

  .hero-scroll   { display: none; }
  .hero-cta      { flex-direction: column; }
  .hero-cta .btn{

    width:100%;

    height:58px;

    font-size:18px;

    justify-content:center;

}

  .section-problema, .section-pilares, .section-etapas,
  .section-para-quien, .section-vanna, .section-testimonios,
  .section-precio, .section-cta-final { padding: 64px 0; }

  .section-title  { font-size: 34px; }
  .problema-title { font-size: 42px; }
  .problema-grid{
    grid-template-columns:1fr;
    gap:22px;
}

.problema-item{
    padding:34px 28px;
    border-radius:22px;
}

.problema-icono{
    width:54px;
    height:54px;
    margin-bottom:18px;
}

.problema-item-title{
    font-size:30px;
    line-height:1.2;
    margin-bottom:14px;
}

.problema-item-desc{
    font-size:17px;
    line-height:1.65;
}
  .problema-frase{
    margin:64px auto;
    padding:56px 24px;
}

.frase-superior{
    font-size:26px;
    line-height:1.3;
    margin-bottom:24px;
}

.frase-principal{
    font-size:48px;
    line-height:1.08;
    letter-spacing:-0.02em;
}

.frase-principal strong{
    display:block;
    margin-top:10px;
}
  .pilares-grid   { grid-template-columns: 1fr; }

  .etapas-grid-wrap{
    padding:0 10px;
}

.etapas-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.etapa-card{
    border-radius:22px;
}

.etapa-body{
    padding:26px 24px 28px;
}

.etapa-num{
    font-size:42px;
    opacity:.18;
    margin-bottom:8px;
}

.etapa-name{
    font-size:20px;
}

.etapa-desc{
    font-size:14px;
    line-height:1.6;
}

.etapa-tag{
    font-size:10px;
}

.etapas-cta-card{
    padding:36px 26px;
}
.etapas-cta-title{
    font-size:30px;
    margin-bottom:24px;
}

.etapas-cta-list{
    max-width:100%;
}

.etapas-cta-list li{
    font-size:17px;
    line-height:1.8;
}

  .modal-card { padding: 36px 24px; }
  .modal-title { font-size: 22px; }

  .pq-grid { grid-template-columns: 1fr; }
  .pq-col  { padding: 32px 24px; }

  .vanna-inner    { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .vanna-img-wrap { max-width: 260px; margin: 0 auto; }
  .vanna-img-wrap::before { display: none; }
  .vanna-quote-float { right: -8px; bottom: -16px; font-size: 13px; }
  .about-title{
    font-size:56px;
    line-height:1.05;
    text-align:center;
    margin-bottom:22px;
}

.about-tags{
    justify-content:center;
    gap:10px;
    margin-bottom:34px;
}

.about-tags span{
    font-size:12px;
    padding:10px 16px;
}

.about-tags span:last-child{
    flex-basis:100%;
}

.about-destacado{
    font-size:34px;
    line-height:1.25;
    text-align:center;
    margin-bottom:24px;
}

.vanna-desc{
    text-align:center;
    font-size:18px;
    line-height:1.8;
}

.about-label{
    margin-top:36px;
    font-size:12px;
}

  .carousel-btn.prev { left: -12px; }
  .carousel-btn.next { right: -12px; }

  .precio-montos  { margin: 0 20px 28px; }
  .precio-bloque  { padding: 28px 24px; }
  .precio-arg-opciones { flex-direction: column; gap: 16px; }
  .precio-incluye { margin: 0 20px 28px; }
  .precio-botones { padding: 0 20px; max-width: none; }

  /* ===== CTA FINAL MOBILE ===== */

.section-cta-final{

    padding:0;

    min-height:auto;

    background:#5b6752;

}

.cta-content{

    position:absolute;

    top:34px;

    left:0;

    width:100%;

    padding:0 24px;

    z-index:5;

}

.cta-title{

    font-size:30px;

    line-height:1.15;

    max-width:260px;

    margin-bottom:14px;

}

.cta-sub{

    font-size:16px;

    line-height:1.6;

    max-width:250px;

    margin-bottom:22px;

}

.cta-buttons{

    width:230px;

    gap:12px;

}

.cta-buttons .btn{

    width:230px;

    height:52px;

    font-size:16px;

}

.cta-img-wrap{

    position:relative;

}

.cta-bg-img{

    position:relative;

    width:100%;

    height:540px;

    object-fit:cover;

    object-position:62% center;

}

.cta-overlay{

    background:linear-gradient(
        to bottom,
        rgba(247,243,237,.55),
        rgba(247,243,237,.05)
    );

}

.cta-geo{

    display:none;

}

  .footer-links { flex-direction: column; gap: 12px; }
  .toast    { left: 14px; right: 72px; max-width: none; }
  .wa-float { bottom: 18px; right: 18px; width: 48px; height: 48px; }
}
.pilar-card{
    padding:30px 26px;
    text-align:center;
}

.pilar-geo{
    margin-bottom:18px;
}

.pilar-num{
    font-size:14px;
    letter-spacing:.18em;
    color:var(--gold);
    opacity:.65;
    margin-bottom:10px;
}

.pilar-title{
    font-size:30px;
    margin-bottom:14px;
}

.pilar-desc{
    font-size:16px;
    line-height:1.7;
    max-width:290px;
    margin:0 auto;
}
.pilar-icon{

    width:48px;

    height:48px;

    margin:0 auto 16px;

    font-size:22px;

}
.pq-cierre{

    margin-top:34px;

}

.pq-cierre p{

    font-size:15px;

    line-height:1.8;

    letter-spacing:.18em;

}

/* ============================================================
   RESPONSIVE 480px
   ============================================================ */
@media (max-width: 480px) {
  body         { font-size: 15px; }
  .section-title  { font-size: 28px; }
  .problema-title { font-size: 34px; }
  .hero-title  { font-size: 36px; }
  .cta-title   { font-size: 30px; }
  .precio-valor{ font-size: 72px; }
  .btn-lg      { padding: 16px 26px; font-size: 13px; }
}

/* ============================================================
   ACCESIBILIDAD
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration:.01ms !important; transition-duration:.01ms !important; }
  .animate-in, .fade-up  { opacity:1; transform:none; }
}
