
:root{--ink:#142132;--muted:#5e6a78;--paper:#fffdf8;--cream:#f7f1e7;--gold:#c79429;--gold-dark:#8e6413;--navy:#102a43;--navy-2:#0b1f33;--line:#e4dccd;--white:#fff;--green:#15803d;--shadow:0 24px 60px rgba(16,42,67,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}img{display:block;max-width:100%}button,a{font:inherit}a{color:inherit}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.narrow{width:min(820px,calc(100% - 40px))}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:20px;background:white;padding:12px;z-index:1000}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(228,220,205,.9)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:18px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:var(--navy);color:white;font-weight:800;box-shadow:0 8px 20px rgba(16,42,67,.18)}.brand strong,.brand small{display:block}.brand strong{font-size:15px}.brand small{font-size:12px;color:var(--muted)}.nav-cta{background:var(--navy);color:white;text-decoration:none;padding:10px 16px;border-radius:999px;font-weight:800;font-size:14px}
.hero{position:relative;overflow:hidden;padding:78px 0 64px;background:radial-gradient(circle at 84% 16%,rgba(199,148,41,.2),transparent 31%),linear-gradient(135deg,#fffdf8 0%,#f7f1e7 100%)}.hero:after{content:"";position:absolute;right:-140px;bottom:-300px;width:520px;height:520px;border-radius:50%;border:78px solid rgba(16,42,67,.04)}.hero-copy{position:relative;z-index:2;max-width:930px;margin-left:auto;margin-right:auto;text-align:center}.eyebrow{display:inline-block;color:var(--gold-dark);font-size:12px;font-weight:800;letter-spacing:.14em;margin-bottom:14px}.hero h1{font-family:"Libre Baskerville",serif;font-size:clamp(44px,6vw,72px);line-height:1.1;letter-spacing:-.045em;margin:0 auto 22px;max-width:920px}.hero-lead{font-size:clamp(18px,2vw,22px);color:var(--muted);max-width:820px;margin:0 auto}
.section{padding:82px 0}.products-section{background:white;padding-top:62px}.section-heading{max-width:780px;margin-bottom:40px}.catalog-heading{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2{font-size:clamp(34px,4vw,52px);line-height:1.15;letter-spacing:-.03em;margin:0 0 12px}.section-heading p{color:var(--muted);font-size:18px;margin:0}
.product-card{background:var(--paper);border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 14px 40px rgba(16,42,67,.08)}.product-card.featured{display:grid;grid-template-columns:.9fr 1.1fr;margin-bottom:28px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.product-card.compact{display:flex;flex-direction:column}.product-image-wrap{position:relative;background:#edf3f7;display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden}.product-image-wrap img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:18px;left:18px;z-index:3;background:var(--gold);color:#1c1608;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 8px 18px rgba(0,0,0,.18)}.product-content{padding:34px;display:flex;flex-direction:column;align-items:flex-start;flex:1}.product-topline{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px;margin-bottom:14px}.product-number{font-weight:800;color:var(--gold-dark);letter-spacing:.12em}.price{font-size:30px;font-weight:800;color:var(--navy)}.price small{font-size:12px;color:var(--muted)}.product-content h3{font-size:clamp(26px,3vw,38px);line-height:1.16;margin:0 0 12px}.compact .product-content h3{font-size:28px}.slogan{font-weight:800;color:var(--gold-dark);margin:0 0 12px}.product-description{color:var(--muted);font-size:16px;margin:0 0 26px}.product-content .btn{margin-top:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:12px;padding:14px 20px;text-decoration:none;font-weight:800;cursor:pointer;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--navy);color:white;box-shadow:0 10px 22px rgba(16,42,67,.18)}
.steps-section{background:var(--cream)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:white;border:1px solid var(--line);border-radius:18px;padding:24px}.step>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--navy);color:white;font-weight:800;margin-bottom:18px}.step h3{font-size:20px;line-height:1.2;margin:0 0 8px}.step p{color:var(--muted);font-size:15px;margin:0}.important-box{margin-top:24px;background:var(--navy);color:white;border-radius:18px;padding:24px}.important-box p{margin:6px 0 0;color:#dbe6ef}
.about-section{background:white}.about-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:62px;align-items:center}.profile-media{display:grid;gap:14px}.profile-photo{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}.logo-card{background:#fffdf2;border:1px solid var(--line);border-radius:18px;padding:20px;display:grid;place-items:center}.logo-card img{width:min(100%,380px)}.about-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.15;margin:0 0 8px}.advisor-name{font-size:21px;color:var(--gold-dark);margin:0 0 20px}.about-copy p{color:var(--muted);font-size:17px}.facebook-link{display:inline-flex;background:#1877f2;color:white;text-decoration:none;padding:13px 17px;border-radius:12px;font-weight:800;margin:8px 0 6px}.about-copy blockquote{margin:26px 0 0;padding:20px 24px;border-left:5px solid var(--gold);background:var(--cream);font-family:"Libre Baskerville",serif;font-size:21px;line-height:1.45}
.faq-section{background:var(--cream)}details{background:white;border:1px solid var(--line);border-radius:14px;padding:18px 20px;margin:12px 0}summary{cursor:pointer;font-weight:800}details p{color:var(--muted);margin-bottom:0}
.site-footer{background:var(--navy-2);color:white;padding:42px 0 28px}.footer-grid{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-grid p{color:#c7d3df;margin-bottom:0}.footer-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.footer-pill{color:white;text-decoration:none;font-weight:800;background:rgba(255,255,255,.1);padding:12px 16px;border-radius:999px}.legal{border-top:1px solid rgba(255,255,255,.12);margin-top:26px;padding-top:20px}.legal p{color:#aebdca;font-size:13px;margin:0;max-width:900px}
.modal-backdrop{position:fixed;inset:0;z-index:100;background:rgba(4,12,20,.74);display:none;align-items:center;justify-content:center;padding:20px}.modal-backdrop.open{display:flex}.modal{width:min(670px,100%);max-height:92vh;overflow:auto;background:white;border-radius:22px;padding:32px;position:relative;box-shadow:0 30px 90px rgba(0,0,0,.32)}.modal-close{position:absolute;right:18px;top:14px;border:none;background:transparent;font-size:34px;cursor:pointer;color:var(--muted)}.selected-product{font-weight:800;font-size:18px;color:var(--navy)}.warning{background:#fff7df;border:1px solid #f3d287;padding:16px;border-radius:14px;margin:18px 0}.warning p{margin:6px 0 0}.payment-options{display:flex;gap:8px;margin:18px 0}.payment-tab{flex:1;border:1px solid var(--line);background:white;padding:12px;border-radius:10px;font-weight:800;cursor:pointer}.payment-tab.active{background:var(--navy);color:white;border-color:var(--navy)}.payment-panel{display:none;background:var(--cream);border-radius:14px;padding:18px;margin-bottom:18px}.payment-panel.active{display:block}.payment-panel h3{margin:0 0 14px}.payment-panel dl{margin:0}.payment-panel dl div{display:grid;grid-template-columns:155px 1fr;gap:12px;padding:11px 0;border-bottom:1px solid var(--line)}.payment-panel dl div:last-child{border-bottom:none}.payment-panel dt{font-weight:800}.payment-panel dd{margin:0;color:var(--muted)}.payment-number{font-weight:800;color:var(--navy);letter-spacing:.04em}.copy-btn{margin-left:8px;border:1px solid var(--line);background:white;border-radius:8px;padding:5px 8px;font-size:12px;font-weight:800;cursor:pointer}.copy-btn.copied{background:#dcfce7;color:#166534}.payment-note{font-size:13px;color:var(--muted);margin:12px 0 0}.btn-whatsapp{width:100%;background:#1f9d55;color:white}.microcopy{color:var(--muted);font-size:13px;text-align:center}.modal-open{overflow:hidden}
@media(max-width:900px){.about-grid,.product-card.featured{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.product-image-wrap{aspect-ratio:1/1}.about-grid{gap:34px}.profile-media{max-width:560px;margin-inline:auto}}
@media(max-width:600px){.container,.narrow{width:min(100% - 24px,1160px)}.nav{min-height:68px}.brand strong{font-size:14px}.brand small{display:none}.nav-cta{font-size:13px;padding:10px 14px}.hero{padding:48px 0 42px}.hero-copy{text-align:left}.hero h1{font-size:38px;line-height:1.13;letter-spacing:-.035em;margin-bottom:18px}.hero-lead{font-size:17px;line-height:1.55}.section{padding:58px 0}.products-section{padding-top:46px}.section-heading h2{font-size:34px}.section-heading p{font-size:17px}.catalog-heading{text-align:left}.steps{grid-template-columns:1fr}.footer-grid{align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}.product-content{padding:24px}.product-content h3,.compact .product-content h3{font-size:26px}.product-description{font-size:15.5px}.modal{padding:24px 18px}.payment-panel dl div{grid-template-columns:1fr;gap:3px}.payment-options{flex-direction:column}.facebook-link{width:100%;text-align:center;justify-content:center}.about-copy blockquote{font-size:19px}}


/* Orientación inmediata por WhatsApp */
.decision-help{background:var(--navy);padding:28px 0}
.decision-help-card{display:flex;align-items:center;justify-content:space-between;gap:34px;color:white}
.decision-help h2{font-size:clamp(27px,3.2vw,42px);line-height:1.12;margin:0 0 9px}
.decision-help p{color:#dbe6ef;font-size:17px;margin:0;max-width:720px}
.eyebrow-light{color:#f6c65b}
.btn-live-whatsapp{flex:0 0 auto;background:#20a75a;color:white;box-shadow:0 12px 28px rgba(0,0,0,.22);text-align:center}

/* Ejemplo real en PDF */
.example-section{background:linear-gradient(135deg,#f7f1e7 0%,#fffdf8 100%)}
.example-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;align-items:center}
.example-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.14;letter-spacing:-.03em;margin:0 0 18px}
.example-copy>p{color:var(--muted);font-size:17px}
.example-actions{margin:26px 0 14px}
.example-note{font-size:13px!important;border-left:4px solid var(--gold);padding-left:14px}
.example-previews{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:16px}
.preview-card{position:relative;overflow:hidden;border-radius:20px;background:white;border:1px solid var(--line);box-shadow:0 14px 34px rgba(16,42,67,.12);text-decoration:none;min-height:230px}
.preview-card.preview-main{grid-row:1/3;min-height:500px}
.preview-card img{width:100%;height:100%;object-fit:cover;object-position:top}
.preview-card span{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(11,31,51,.9);color:white;border-radius:10px;padding:9px 11px;font-size:13px;font-weight:800;text-align:center}

/* Garantía */
.guarantee-section{background:var(--navy-2);color:white}
.guarantee-card{display:grid;grid-template-columns:270px 1fr;gap:56px;align-items:center}
.money-back-seal{position:relative;width:250px;height:250px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 35% 30%,#ffd66b 0%,#c79429 55%,#8e6413 100%);color:#111;border:10px double #fff;box-shadow:0 0 0 8px #c79429,0 24px 48px rgba(0,0,0,.28);transform:rotate(-5deg)}
.money-back-seal:before,.money-back-seal:after{content:"★";position:absolute;color:#fff;font-size:24px;top:105px}
.money-back-seal:before{left:16px}.money-back-seal:after{right:16px}
.money-back-seal .seal-top{font-size:24px;font-weight:900;letter-spacing:.14em}
.money-back-seal strong{font-size:52px;line-height:.95;letter-spacing:.04em}
.money-back-seal .seal-bottom{font-size:13px;font-weight:900;letter-spacing:.08em;margin-top:10px}
.money-back-seal small{background:#111;color:white;border-radius:999px;padding:5px 12px;font-weight:900;margin-top:8px}
.guarantee-copy h2{font-size:clamp(36px,4.5vw,58px);line-height:1.08;letter-spacing:-.035em;margin:0 0 18px}
.guarantee-copy p{font-size:20px;color:#e2ebf2;max-width:780px}
.guarantee-copy strong{color:#ffd66b}
.guarantee-validity{font-weight:800;color:white!important;border-left:5px solid var(--gold);padding-left:16px}

@media(max-width:900px){
  .decision-help-card{align-items:flex-start;flex-direction:column}
  .example-layout{grid-template-columns:1fr}
  .example-previews{max-width:760px}
  .guarantee-card{grid-template-columns:1fr;text-align:center}
  .money-back-seal{margin-inline:auto}
  .guarantee-copy p{margin-left:auto;margin-right:auto}
  .guarantee-validity{display:inline-block;text-align:left}
}
@media(max-width:600px){
  .decision-help{padding:25px 0}
  .decision-help h2{font-size:29px}
  .btn-live-whatsapp{width:100%}
  .example-previews{grid-template-columns:1fr;grid-template-rows:auto}
  .preview-card,.preview-card.preview-main{grid-row:auto;min-height:360px}
  .preview-card:not(.preview-main){min-height:330px}
  .money-back-seal{width:210px;height:210px}
  .money-back-seal strong{font-size:44px}
  .money-back-seal:before,.money-back-seal:after{top:86px;font-size:20px}
  .guarantee-copy h2{font-size:37px}
  .guarantee-copy p{font-size:17px}
}


/* Corrección final: ejemplo simplificado */
.example-simple{
  max-width:900px;
  margin:0 auto;
  text-align:center;
  padding:20px 0;
}
.example-simple h2{
  font-size:clamp(34px,4.5vw,56px);
  line-height:1.12;
  letter-spacing:-.035em;
  margin:0 auto 26px;
  max-width:850px;
}
.example-simple .example-actions{
  margin:0;
}
@media(max-width:600px){
  .example-simple{
    text-align:left;
  }
  .example-simple h2{
    font-size:36px;
  }
  .example-simple .btn{
    width:100%;
  }
}


/* Ajustes de contenido para la versión de enganche Ley 73 */
.product-description p{margin:0 0 14px}
.solves-label{font-weight:900;color:var(--navy)!important;margin-top:4px!important;margin-bottom:7px!important}
.solution-list{list-style:none;padding:0;margin:0 0 16px}
.solution-list li{position:relative;padding:7px 0 7px 24px;color:var(--muted)}
.solution-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.advice-note{font-weight:800;color:var(--navy)!important;border-left:4px solid var(--gold);padding-left:13px}
.equivalence-note{font-weight:900;color:var(--gold-dark)!important}
@media(min-width:901px){
  .product-grid>.final-product{
    grid-column:1 / -1;
    display:grid;
    grid-template-columns:.78fr 1.22fr;
  }
  .product-grid>.final-product .product-image-wrap{aspect-ratio:1/1}
}
@media(max-width:600px){
  .hero .eyebrow{font-size:11px}
  .hero h1{font-size:39px}
  .product-description{font-size:15px}
  .solution-list li{font-size:14.7px}
}


/* Recursos de influencia solicitados */
.facebook-proof{
  width:max-content;
  max-width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  margin:22px 0 0 auto;
  padding:10px 16px;
  border-radius:999px;
  color:#102a43;
  background:linear-gradient(135deg,#ffffff 0%,#eef5ff 100%);
  border:1px solid rgba(24,119,242,.28);
  box-shadow:0 12px 28px rgba(16,42,67,.14);
  transform:rotate(-1.5deg);
}
.facebook-proof-icon{
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  background:#1877f2;
  color:white;
  font-family:Arial,sans-serif;
  font-size:23px;
  font-weight:900;
  line-height:1;
}
.facebook-proof strong{
  font-size:15px;
  letter-spacing:.01em;
}

.guaranteed-wrap{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin:-12px 4px 12px;
  padding-right:18px;
}
.guaranteed-stamp{
  position:relative;
  display:inline-grid;
  place-items:center;
  min-width:190px;
  min-height:62px;
  padding:13px 24px;
  border-radius:14px;
  color:#fff8d4;
  background:
    linear-gradient(145deg,rgba(255,255,255,.25),transparent 38%),
    linear-gradient(135deg,#bc1f20 0%,#e23e2f 45%,#9c1014 100%);
  border:3px solid #f3c450;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.45),
    inset 0 -5px 0 rgba(88,5,8,.28),
    0 7px 0 #761014,
    0 14px 24px rgba(16,42,67,.22);
  font-size:22px;
  font-weight:1000;
  letter-spacing:.075em;
  text-shadow:
    0 2px 0 #6f0b0e,
    0 3px 5px rgba(0,0,0,.35);
  transform:rotate(-3deg);
}
.guaranteed-stamp:before,
.guaranteed-stamp:after{
  content:"★";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  color:#ffe59a;
  font-size:16px;
}
.guaranteed-stamp:before{left:8px}
.guaranteed-stamp:after{right:8px}

.mid-whatsapp-help{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:30px 34px;
  margin:4px 0;
  border-radius:22px;
  color:white;
  background:
    radial-gradient(circle at 88% 20%,rgba(255,255,255,.12),transparent 28%),
    linear-gradient(135deg,#102a43 0%,#173f60 100%);
  box-shadow:0 18px 42px rgba(16,42,67,.18);
}
.mid-whatsapp-copy{max-width:690px}
.mid-whatsapp-copy .eyebrow{color:#f4c95d;margin-bottom:7px}
.mid-whatsapp-copy h2{
  margin:0 0 8px;
  color:white;
  font-size:clamp(27px,3.2vw,39px);
  line-height:1.13;
}
.mid-whatsapp-copy p{
  margin:0;
  color:#dbe6ef;
  font-size:16px;
}
.mid-whatsapp-button{
  flex:0 0 auto;
  background:#20a75a;
  color:white;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
  text-align:center;
}
.mid-whatsapp-button:hover{background:#168747}

@media(max-width:700px){
  .facebook-proof{
    margin-top:18px;
    padding:9px 13px;
  }
  .facebook-proof strong{font-size:13.5px}
  .facebook-proof-icon{
    width:27px;
    height:27px;
    font-size:20px;
  }
  .guaranteed-wrap{
    min-height:82px;
    margin:-6px 0 8px;
    padding-right:10px;
  }
  .guaranteed-stamp{
    min-width:154px;
    min-height:54px;
    padding:11px 20px;
    font-size:17px;
    letter-spacing:.055em;
    border-width:2px;
    box-shadow:
      inset 0 2px 0 rgba(255,255,255,.42),
      inset 0 -4px 0 rgba(88,5,8,.25),
      0 6px 0 #761014,
      0 12px 20px rgba(16,42,67,.2);
  }
  .guaranteed-stamp:before,
  .guaranteed-stamp:after{font-size:12px}
  .guaranteed-stamp:before{left:6px}
  .guaranteed-stamp:after{right:6px}
  .mid-whatsapp-help{
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
    padding:26px 23px;
  }
  .mid-whatsapp-copy h2{font-size:28px}
  .mid-whatsapp-button{width:100%}
}


/* Ajustes finales solicitados: portada, prueba social y precios */
.hero .eyebrow{
  font-size:15.6px;
  line-height:1.45;
  letter-spacing:.09em;
  max-width:1000px;
}
.hero-lead{
  font-weight:800;
  letter-spacing:.035em;
  color:#334e68;
}
.guaranteed-wrap{
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  gap:18px;
}
.success-cases-stamp{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:246px;
  padding:11px 18px 11px 14px;
  border-radius:16px;
  color:#fff;
  background:
    linear-gradient(145deg,rgba(255,255,255,.18),transparent 35%),
    linear-gradient(135deg,#102a43 0%,#173f60 65%,#0b1f33 100%);
  border:2px solid #e7bd55;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.25),
    0 6px 0 #091929,
    0 13px 24px rgba(16,42,67,.24);
  transform:rotate(1.5deg);
}
.success-number{
  display:grid;
  place-items:center;
  min-width:72px;
  height:58px;
  border-radius:12px;
  color:#102a43;
  background:linear-gradient(145deg,#ffe7a2,#dca732);
  border:2px solid #fff0bd;
  font-size:31px;
  font-weight:1000;
  line-height:1;
  text-shadow:0 1px 0 rgba(255,255,255,.7);
  box-shadow:inset 0 -4px 0 rgba(111,74,0,.2);
}
.success-copy{
  font-size:15px;
  font-weight:1000;
  line-height:1.12;
  letter-spacing:.055em;
  text-align:left;
}
.success-copy small{
  color:#f7d77f;
  font-size:12px;
  letter-spacing:.12em;
}

@media(max-width:700px){
  .hero .eyebrow{
    font-size:14.3px;
    line-height:1.42;
    letter-spacing:.075em;
  }
  .hero-lead{
    font-size:17px;
    line-height:1.45;
  }
  .guaranteed-wrap{
    gap:15px;
  }
  .success-cases-stamp{
    min-width:210px;
    gap:10px;
    padding:9px 13px 9px 10px;
  }
  .success-number{
    min-width:61px;
    height:50px;
    font-size:27px;
  }
  .success-copy{
    font-size:13px;
  }
  .success-copy small{
    font-size:10px;
  }
}
