.elementor-5226 .elementor-element.elementor-element-49cbe09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4c2eec9 */@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Outfit:wght@100..900&family=Playwrite+AU+VIC+Guides&display=swap');


:root{
    --bg:#f7f0e7;
    --alt:#eee4d5;
    --soft:#efd8bb;
    --dark:#201711;
    --muted:#75685d;
    --brown:#b77848;
    --card:#fffaf3;
    --line:#e1d4c2;
}
.video-mobile {
    display: none;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .video-mobile {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    
    .hero-media {
        display: none!important;
        opacity: 0!important;
        visibility: hidden!important;
    }
}


.seen strong{
    font-size:28px;
    font-weight:400;
    display:block;
    gap:8px;
}

.seen strong i{
    font-size:22px;
    color:var(--brown);
}
/* BONUS ANTIAGING */
.bonus-antiaging,
.bonus-antiaging *{
    font-family: 'Roboto', sans-serif !important;
}
/* HEADER */

.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    padding:18px 0;
    backdrop-filter:blur(14px);
    background:rgba(247,240,231,.72);
    border-bottom:1px solid rgba(32,23,17,.06);
    transition:.3s ease;
}

.nav-logo-center{
    width:min(1120px,92%);
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.brand-logo{
    display:flex;
    align-items:center;
}

.brand-logo img{
    width:auto;
    max-height:58px;
    display:block;
}

.header-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:13px 24px;
    border-radius:999px;
    background:var(--dark);
    color:#fff;
    font-size:14px;
    font-weight:500;
    letter-spacing:.02em;
    transition:.3s ease;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.header-btn:hover{
    transform:translateY(-2px);
    background:#000;
}

/* Para que el hero no quede debajo del header */

.hero{
    padding-top:170px;
}


*{
    box-sizing:border-box;
}



html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    background:var(--bg);
    color:var(--dark);
    font-family:'Roboto',sans-serif;
    font-size:16px;
    line-height:1.65;
    font-weight:300;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

a{
    color:inherit;
    text-decoration:none;
}

.container{
    width:min(1120px,92%);
    margin:auto;
}

.narrow{
    width:min(760px,92%);
}

.section-pad{
    padding:95px 0;
}

.alt{
    background:var(--alt);
}

.soft{
    background:linear-gradient(180deg,#f6e0c2,#f2d5b0);
}

.center{
    text-align:center;
}

/* HEADER */



/* BUTTONS */

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    padding:13px 24px;
    background:var(--brown);
    color:#fff;
    font-weight:400;
    border:1px solid var(--brown);
    box-shadow:0 10px 25px rgba(183,120,72,.18);
    transition:.3s ease;
}

.btn:hover{
    transform:translateY(-2px);
}

.btn-small{
    padding:9px 17px;
    font-size:13px;
}

.btn.light{
    background:#fff;
    color:var(--dark);
    border-color:#fff;
}

.text-link{
    color:#fff;
    text-decoration:underline;
    text-underline-offset:5px;
}

/* TYPOGRAPHY */

.eyebrow{
    color:var(--brown);
    text-transform:uppercase;
    letter-spacing:.18em;
    font-weight:500;
    font-size:12px;
}

h1,
h2,
h3{
    font-family:'Roboto',sans-serif;
    font-weight:300;
    line-height:1.04;
    margin:0 0 18px;
    letter-spacing:-0.03em;
}

h1{
    font-size:clamp(42px,6vw,45px);
    max-width:720px;
}

h2{
    font-size:clamp(34px,4vw,55px);
}

h3{
    font-size:24px;
}

.font-italianno{
  font-family: "Ephesis", cursive!important;


    font-weight:400;
    color:var(--brown);
    line-height:1;
    display:inline-block;
    transform:translateY(4px);
    font-size:1.15em;
}

.lead{
    font-size:20px;
    color:var(--muted);
    max-width:650px;
    font-weight:300;
}

p,
li,
span,
small{
    font-weight:300;
}

/* HERO */

.hero{
    background:
    radial-gradient(circle at left,#f3dfc7 0,transparent 31%),
    var(--bg);
}

.hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap: 25px;
}

.hero blockquote{
    margin:28px 0;
    padding:18px 24px;
    border-left:3px solid var(--brown);
    background:rgba(255,255,255,.45);
    color:var(--muted);
    font-weight:300;
}

.trust{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-top:22px;
    color:var(--muted);
    font-size:13px;
}

/* VIDEO */

.video-card{
    height:520px;
    border-radius:18px;
    background:linear-gradient(145deg,#d6bf9f,#bea17d);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    box-shadow:0 25px 70px rgba(49,33,20,.18);
    position:relative;
}

.play{
    width:74px;
    height:74px;
    border-radius:50%;
    border:0;
    background:#fff;
    color:var(--brown);
    font-size:26px;
    box-shadow:0 18px 40px rgba(0,0,0,.18);
    cursor:pointer;
}

.video-card span{
    position:absolute;
    bottom:22px;
    background:#201711;
    color:#fff;
    border-radius:999px;
    padding:8px 14px;
    font-size:12px;
}

/* SEEN */

.seen{
    background:#fffaf3;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    padding:25px 0;
}

.seen-grid{
    display:grid;
    grid-template-columns:1fr repeat(4,1.1fr);
    gap:20px;
    align-items:center;
}

.seen strong{
    font-size:28px;
    font-weight:400;
}

.seen small{
    display:block;
    font-size:12px;
    color:var(--muted);
    font-weight:300;
}

/* ABOUT */

.split{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:70px;
    align-items:center;
}

.portrait{
    width:230px;
    height:230px;
    border-radius:50%;
    background:#e3cbb0;
    display:grid;
    place-items:center;
    font-family:'Italianno',cursive;
    font-size:84px;
    color:#fff;
}

.stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:25px;
}

.stats strong{
    font-size:28px;
    font-weight:400;
}

.stats small{
    display:block;
    text-transform:uppercase;
    color:var(--muted);
    font-size:11px;
    letter-spacing:.1em;
}

/* LISTS */

.bad-list{
    display:grid;
    gap:12px;
    margin:28px 0;
}

.bad-list span,
.check-list li{
    background:#fffaf3;
    border:1px solid var(--line);
    border-radius:8px;
    padding:13px 16px;
    list-style:none;
    text-align:left;
}

.check-list{
    padding:0;
    display:grid;
    gap:12px;
}

.check-list li:before{
    content:'✓ ';
    color:var(--brown);
    font-weight:700;
}

/* CARDS */

.cards{
    display:grid;
    gap:18px;
    margin-top:45px;
}

.eight{
    grid-template-columns:repeat(4,1fr);
}

.cards article,
.box,
.price,
.before-after{
    background:var(--card);
    border:1px solid var(--line);
    border-radius:14px;
    padding:25px;
    box-shadow:0 15px 35px rgba(46,32,22,.05);
}

.cards article b{
    color:var(--brown);
    font-size:14px;
    font-weight:500;
}

.cards article p{
    color:var(--muted);
}

.cards article small{
    font-weight:400;
    color:var(--dark);
}

/* TESTIMONIALS */

.testimonials-grid{
    grid-template-columns:repeat(3,1fr);
}

.testimonials article{
    font-size:15px;
}

.testimonials footer{
    margin-top:20px;
    color:var(--brown);
    font-weight:400;
}

/* BEFORE AFTER */

.before-after{
    margin-top:45px;
    text-align:center;
}

.ba-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-top:20px;
}

.ba-grid div{
    height:180px;
    border-radius:12px;
    background:#d4bda0;
    display:grid;
    place-items:center;
    color:#fff;
    font-weight:400;
}

/* PRICING */

.price-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-top:42px;
}

.price.featured{
    background:#1f150f;
    color:#fff;
    border-color:#1f150f;
}

.badge{
    display:inline-block;
    background:var(--brown);
    color:#fff;
    border-radius:999px;
    padding:6px 12px;
    font-size:12px;
    margin-bottom:15px;
}

.price strong{
    font-size:58px;
    font-family:'Outfit',sans-serif;
    font-weight:300;
    display:block;
    line-height:1;
}

.price p,
.price li{
    color:inherit;
    opacity:.75;
}

.price ul{
    padding-left:20px;
}

.secure{
    text-align:center;
    color:var(--muted);
    font-size:14px;
}

/* FAQ */

.accordion{
    display:grid;
    gap:10px;
}

.accordion details{
    background:#fffaf3;
    border:1px solid var(--line);
    border-radius:10px;
    padding:16px 20px;
}

.accordion summary{
    cursor:pointer;
    font-weight:400;
    display:flex;
    justify-content:space-between;
}

.accordion summary::after{
    content:'+';
    color:var(--brown);
}

.accordion details[open] summary::after{
    content:'–';
}

.accordion p{
    color:var(--muted);
}

/* FINAL CTA */

.final-cta{
    background:#21160f;
    color:#fff;
    padding:90px 0;
}

.final-cta p{
    color:#dbc7b4;
}

.cta-row{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    align-items:center;
}

/* FOOTER */

.footer{
    background:#21160f;
    color:#fff;
    border-top:1px solid rgba(255,255,255,.1);
    padding:34px 0;
}

.footer .container{
    display:flex;
    gap:25px;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}

.footer small,
.footer p,
.footer a{
    color:#cbb8a4;
    font-size:13px;
}

.footer nav{
    display:flex;
    gap:15px;
}

/* ANIMATIONS */

.reveal{
    opacity:0;
    transform:translateY(26px);
    filter:blur(8px);
    transition:1s ease;
}

.reveal.is-visible{
    opacity:1;
    transform:none;
    filter:blur(0);
}

/* RESPONSIVE */

@media(max-width:900px){

    .hero-grid,
    .split,
    .price-grid{
        grid-template-columns:1fr;
    }

    .video-card{
        height:390px;
    }

    .seen-grid,
    .eight,
    .testimonials-grid{
        grid-template-columns:1fr 1fr;
    }

    .stats{
        grid-template-columns:1fr 1fr;
    }

    .section-pad{
        padding:70px 0;
    }
}

@media(max-width:560px){

    h1{
        font-size:39px;
    }

    .lead{
        font-size:17px;
    }

    .seen-grid,
    .eight,
    .testimonials-grid,
    .ba-grid{
        grid-template-columns:1fr;
    }

    .site-header{
        padding:14px 4%;
    }

    .hero-copy{
        text-align:left;
    }

    .footer .container{
        display:block;
    }

    .footer nav{
        display:grid;
        margin:20px 0;
    }

    .price strong{
        font-size:48px;
    }

    .video-card{
        height:310px;
    }

    .brand-logo img{
        max-height:54px;
    }
}


.final-cta h2 {
    color: #fff!important;
}




.before-after{
  margin-top:60px;
}

.before-after h3{
  text-align:center;
  margin-bottom:35px;
  font-size:clamp(28px,4vw,48px);
}

.ba-gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.ba-gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:28px;
  display:block;
  box-shadow:0 20px 60px rgba(0,0,0,.08);
  transition:.4s ease;
}

.ba-gallery img:hover{
  transform:translateY(-6px) scale(1.02);
}

@media(max-width:991px){

  .ba-gallery{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:640px){

  .ba-gallery{
    grid-template-columns:1fr;
    gap:16px;
  }

  .ba-gallery img{
    border-radius:22px;
  }

}


.bonus-antiaging{
    background:linear-gradient(180deg,#f7f0e7,#eee4d5);
}

.bonus-antiaging-card{
    background:#21160f;
    color:#fff;
    border-radius:28px;
    padding:55px;
    box-shadow:0 25px 70px rgba(49,33,20,.18);
    position:relative;
    overflow:hidden;
}

.bonus-antiaging-card::before{
    content:'';
    position:absolute;
    width:360px;
    height:360px;
    border-radius:50%;
    background:rgba(183,120,72,.22);
    right:-120px;
    top:-140px;
}

.bonus-antiaging-label{
    display:inline-block;
    margin-bottom:28px;
    padding:8px 16px;
    border-radius:999px;
    background:var(--brown);
    color:#fff;
    text-transform:uppercase;
    letter-spacing:.16em;
    font-size:12px;
    font-weight:500;
}

.bonus-antiaging-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:55px;
    position:relative;
    z-index:2;
}

.bonus-antiaging h2{
    color:#fff;
    font-size:clamp(38px,5vw,64px);
    margin-bottom:18px;
}

.bonus-antiaging-lead{
    color:#dbc7b4;
    font-size:22px;
    line-height:1.45;
    max-width:430px;
}

.bonus-antiaging p{
    color:#dbc7b4;
    font-size:18px;
    line-height:1.7;
    margin:0 0 18px;
}

.bonus-antiaging h3{
    color:#fff;
    font-size:clamp(30px,4vw,48px);
    margin:28px 0;
    font-family:'Italianno',cursive;
    font-weight:400;
    letter-spacing:0;
}

.bonus-antiaging-note{
    display:flex;
    align-items:center;
    gap:12px;
    color:#dbc7b4;
    font-size:17px;
}

.bonus-antiaging-footer{
    margin-top:30px;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.bonus-antiaging-footer span,
.bonus-antiaging-footer strong{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    padding:10px 16px;
    font-size:14px;
}

.bonus-antiaging-footer span{
    background:#fff;
    color:#21160f;
    font-weight:400;
}

.bonus-antiaging-footer strong{
    background:rgba(255,255,255,.1);
    color:#fff;
    border:1px solid rgba(255,255,255,.18);
    font-weight:400;
}

.bonus-antiaging-note i{
    color:var(--brown);
    font-size:18px;
}

@media(max-width:900px){
    .bonus-antiaging-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .bonus-antiaging-card{
        padding:38px 26px;
        border-radius:22px;
    }
}

.bonus-download{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-top:32px;
    padding:16px 26px;
    border-radius:999px;
    background:var(--brown);
    color:#fff;
    font-weight:500;
    transition:.3s ease;
    box-shadow:0 15px 40px rgba(183,120,72,.25);
}

.bonus-download:hover{
    transform:translateY(-3px);
    background:#c98857;
}

.bonus-download i{
    font-size:16px;
}


.video-testimonials{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-top:50px;
}

.video-card{
    overflow:hidden;
    border-radius:24px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.video-card iframe{
    border-radius:24px;
}

.horizontal{
    grid-column:span 1;
}

@media(max-width:991px){

    .video-testimonials{
        grid-template-columns:1fr;
    }

    .vertical{
        max-width:420px;
        margin:auto;
        width:100%;
    }
}

.video-card iframe{
  display:block;
  width:100%;
  height:100%;
}


/* WRAPPER */
.bonus-wrap{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:2rem 20px;
  box-sizing:border-box;
}

/* HEADER */
.bonus-header{
  text-align:center;
  margin-bottom:2rem;
}

.bonus-pretitle{
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--color-text-secondary);
  margin-bottom:8px;
}

.bonus-title{
  font-size:clamp(1.8rem,4vw,2.6rem);
  font-weight:500;
  color:var(--color-text-primary);
  line-height:1.3;
  margin:0;
}

/* CONTADORES */
.counter-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-bottom:2rem;
}

.stat-block{
  background:var(--color-background-secondary);
  border-radius:12px;
  padding:1.25rem;
  text-align:center;
}

.stat-label{
  font-size:11px;
  color:#888;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:8px;
}

.stat-number{
  font-size:42px;
  font-weight:600;
  color:#1a1a1a;
  line-height:1;
}

.stat-sub{
  font-size:12px;
  color:#888;
  margin-top:6px;
}

/* BARRA */
.progress-track{
  height:4px;
  background:#e5e5e5;
  border-radius:999px;
  overflow:hidden;
  margin-bottom:1rem;
}

.progress-fill{
  height:100%;
  border-radius:999px;
  background:#1a1a1a;
}

.counter-note{
  font-size:13px;
  color:#888;
  text-align:center;
  margin-bottom:2rem;
}

.counter-note strong{
  color:#1a1a1a;
}

/* BONUS */
.bonus-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.bonus-item{
  background:#fff;
  border:1px solid #e9e9e9;
  border-radius:14px;
  overflow:hidden;
  transition:.3s ease;
}

.bonus-item:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.bonus-row{
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px;
}

.bonus-row.expandable{
  cursor:pointer;
}

.bonus-check{
  width:24px;
  height:24px;
  border-radius:50%;
  background:#f5f5f5;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:13px;
  color:#888;
}

.bonus-text{
  flex:1;
  font-size:15px;
  color:#1a1a1a;
  font-weight:500;
}

.bonus-badge{
  font-size:10px;
  padding:4px 8px;
  border-radius:999px;
  background:#f5f5f5;
  color:#888;
  border:1px solid #e0e0e0;
  flex-shrink:0;
}

.bonus-chevron{
  font-size:14px;
  color:#888;
  flex-shrink:0;
}

.bonus-chevron-icon{
  display:inline-block;
  transition:transform .2s ease;
}

.bonus-divider{
  height:1px;
  background:#efefef;
  margin:0 16px;
}

.bonus-body{
  padding:0 16px 16px 52px;
  font-size:14px;
  color:#666;
  line-height:1.7;
  display:none;
}

.bonus-body.open{
  display:block;
}

.bonus-body ul{
  margin:0;
  padding-left:1rem;
}

.bonus-body li{
  margin-bottom:6px;
}

/* MOBILE */
@media(max-width:768px){

  .bonus-wrap{
    padding:1.5rem 16px;
  }

  .counter-grid{
    grid-template-columns:1fr 1fr;
  }

  .bonus-list{
    grid-template-columns:1fr;
  }

  .stat-number{
    font-size:32px;
  }

}/* End custom CSS */