/* === FUENTES ALDAYI OPTIMIZADAS === */
@font-face {
    font-family: 'Cinzel';
    src: url('fonts/Cinzel-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('fonts/Cinzel-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Belleza';
    src: url('fonts/Belleza-Regular.woff2') format('woff2');
    font-display: swap;
}
/* === ESTILOS BASE Y HERO === */
body {
    background-color: #0c0805;
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.landing-container {
    max-width: 430px;
    width: 100%;
    background-color: #120c08;
    min-height: 100vh;
    position: relative;
    padding-bottom: 40px;
}
.top-bar {
    background-color: #E8C890; 
    color: #1a110a;
    text-align: center;
    padding: 12px 10px; 
    margin-bottom: 18px; 
    font-size: 17px; 
    font-weight: 500;
}.top-bar strong { font-weight: 700; }
.hero-header {
    text-align: center;
    padding: 10px 15px 5px;
}
.hero-title {
    font-family: 'Cinzel', serif;
    color: #e2c18d;
    font-size: 22px;
    margin: 0 0 4px 0;
    font-weight: normal;
    letter-spacing: 1px;
}
.hero-subtitle {
    font-family: 'Belleza', serif;
    font-size: 14px;
    margin: 0;
    color: #f4f4f4;
}
.hero-image-container {
    width: 100%;
    display: block;
}
.hero-image-container img {
    width: 100%;
    height: auto;
    display: block;
}
.social-proof {
    text-align: center;
    margin: 12px 0;
    font-size: 14px;
    color: #e8d5b5;
}
.stars { color: #e2c18d; letter-spacing: 2px; }
.cta-container {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.btn {
    width: 100%;
    min-height: 58px;
    border: none;
    border-radius: 50px;
    padding: 10px;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: transform 0.2s;
    text-decoration: none;
}
.btn:active { transform: scale(0.97); }
.btn-primary {
    background-color: #c44d34;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(196, 77, 52, 0.2);
}
.btn-primary .main-text { font-size: 16px; display: flex; align-items: center; gap: 8px;}
.btn-primary .sub-text { font-size: 11px; font-weight: 400; margin-top: 2px;}

.viewers-counter {
    text-align: center;
    font-size: 13px;
    color: #e8d5b5;
    margin: 15px 0 10px;
}
.urgency-title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #EDDBC1;
    margin-bottom: 10px;
}
.timer-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.timer-box {
    background-color: #1a110a;
    border: 1px solid #332211;
    border-radius: 8px;
    padding: 6px 14px;
    text-align: center;
    min-width: 50px;
}
.timer-number {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    color: #e2c18d;
    font-weight: 700;
    display: block;
}
.timer-label {
    font-size: 11px;
    color: #e8d5b5;
}

/* === SECCIÓN SELLOS DE CONFIANZA Y BENEFICIOS === */
.trust-badges-container {
    display: flex;
    justify-content: space-around;
    padding: 25px 10px 20px;
    margin: 15px 20px 0;
    border-top: 1px solid rgba(226, 193, 141, 0.1);
}
.trust-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 30%;
}
.trust-badge-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
}
.trust-badge-text {
    font-size: 12px;
    color: #e8d5b5;
    line-height: 1.3;
}
.trust-badge-text strong {
    color: #e2c18d;
    font-weight: 700;
}
.benefits-text-main {
    text-align: center;
    padding: 0 20px 30px;
    font-size: 17px;
    line-height: 1.5;
    color: #EDDBC1;;
    font-weight: 400;
}
.confidence-banner {
    width: 100%;
    padding: 0 0 20px;
}

.confidence-banner img {
    width: 100%;
    height: auto;
    display: block;
}
/* === BLOQUE OMERIS VIDEO === */

.omeris-section {
    background-color: #EDDBC1;
    text-align: center;
    padding: 25px 20px 35px;
    color: #000000;
}

.omeris-title {
    font-family: 'Cinzel', serif;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 20px;
}

.omeris-title sup {
    font-size: 11px;
}

.omeris-text {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 auto 20px;
    max-width: 360px;
}

.omeris-text strong {
    font-weight: 800;
}

.omeris-video-container {
    display: flex;
    justify-content: center;
}

.omeris-video {
    width: 340px; 
    max-width: 95%;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
    display: block;
}
/* === OMERIS PRUEBA SOCIAL + WHATSAPP === */

.omeris-seen {
    margin-top: 22px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #000;
}

.omeris-tv-banner {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.omeris-tv-banner img {
    width: 100%;
    display: block;
}

.omeris-whatsapp-btn {
    margin: 22px auto 0;
    width: 85%;
    height: 48px;
    background: #21d65b;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    box-shadow: 0 6px 0 rgba(0,0,0,0.20);
}

.omeris-whatsapp-btn img {
    width: 26px;
    height: 26px;
}
/* === ADDI BANNER === */

.addi-banner {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.addi-banner img {
    width: 70px;
    height: auto;
}

.addi-text {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-style: italic;
    text-align: left;
}
/* === FAQ ACCORDION === */

.faq-section {
    background:#EDDBC1;
    color:#000;
}

.faq-main-image {
    width:100%;
    display:block;
}

.faq-item {
    border-bottom:8px solid #EBD2AA;
}

.faq-question {
    width: 100%;
    background: #EAD5BD;
    border: none;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    color: #170803; /* Fuerza el color oscuro siempre */
    -webkit-appearance: none; /* Bloquea el azul del iPhone */
    appearance: none;
}
.faq-question span {
    display:flex;
    align-items:center;
    gap:12px;
    text-align:left;
}

.faq-question img {
    width:18px;
}

.faq-answer {
    display:none;
    padding:20px 28px;
    font-size:16px;
    line-height:1.8;
    background:#EDDBC1;
}

.faq-item.active .faq-answer {
    display:block;
}

.faq-answer li {
    margin-bottom:8px;
}
/* === UGC MUJERES REALES === */

.ugc-section {
    background:#EDDBC1;
    color:#000;
    text-align:center;
    padding:35px 0;
}

.ugc-title {
    font-family:'Cinzel', serif;
    font-size:30px;
    font-weight:400;
    margin:0;
    letter-spacing:1px;
}

.ugc-title sup {
    font-size:10px;
}

.ugc-subtitle {
    font-family:'Belleza', serif;
    margin-top:8px;
    font-size:16px;
    letter-spacing:.5px;
}

.ugc-text {
    font-size:15px;
    line-height:1.7;
    margin:18px 20px 25px;
}

.ugc-wrapper {
    position:relative;
}

.ugc-carousel {
    display:flex;
    gap:6px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:0 6px;
    scrollbar-width:none;
}

.ugc-carousel::-webkit-scrollbar {
    display:none;
}

.ugc-video {
    width:145px;
    min-width:145px;
    height:260px;
    object-fit:cover;
    display:block;
}

.ugc-arrow {
    position:absolute;
    top:45%;
    width:32px;
    height:32px;
    border:none;
    background:transparent;
    z-index:5;
}

.ugc-arrow img {
    width:32px;
}

.ugc-arrow.left {
    left:8px;
}

.ugc-arrow.right {
    right:8px;
}
/* === SECCIÓN TONOS === */

.tones-section {
    background:#E8C890;
    color:#000;
    text-align:center;
    padding:28px 0 32px;
}

.tones-title {
    font-family: 'Cinzel', serif;
    font-size:31px;
    line-height:1.35;
    font-weight:400;
    letter-spacing:1px;
    margin:0 15px 18px;
}

.tones-text {
    font-size:15px;
    margin:0 10px 25px;
}

.tones-text strong {
    font-weight:800;
}

.tones-image img {
    width:100%;
    display:block;
}

.tones-whatsapp-btn {
    margin: 22px auto 0;
    width: 80%;
    height: 48px;
    background: #21d65b;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    box-shadow: 0 6px 0 rgba(0,0,0,.22);
}

.tones-whatsapp-btn img {
    width: 26px;
    height: 26px;
}
/* === CAMBIO DE TONO GRATIS === */

.tone-change-section {
    background:#E8C890;
    color:#000;
    text-align:center;
    padding:35px 15px 40px;
}

.tone-change-title {
    font-family:'Cinzel', serif;
    font-size:23px;
    font-weight:800;
    margin:0 0 18px;
}

.tone-change-text {
    font-size:16px;
    line-height:1.9;
    margin:0 auto 15px;
}

.tone-change-text strong {
    font-weight:800;
}

.tone-change-subtitle {
    font-size:16px;
    font-weight:900;
    margin:10px 0 25px;
}

.tone-change-icons {
    display:flex;
    justify-content:space-between;
    gap:10px;
}

.tone-change-item {
    width:33%;
    text-align:center;
}

.tone-change-item img {
    width:25px;
    height:25px;
    margin-bottom:8px;
}

.tone-change-item p {
    margin:0;
    font-size:14px;
    line-height:1.2;
}
/* FOTO CAMBIO DE TONO */

.tone-change-image {
    margin-top:30px;
    width:calc(100% + 30px);
    margin-left:-15px;
}

.tone-change-image img {
    width:100%;
    display:block;
}
/* === DIAS DE CALOR === */

.heat-section {
    background:#170803;
    color:#EDDBC1;
    text-align:center;
    padding:25px 0 0;
}

.heat-title {
    font-family:'Cinzel', serif;
    color:#E8C890;
    font-size:30px;
    line-height:1.3;
    font-weight:400;
    margin:0 10px 25px;
}

.heat-image img {
    width:100%;
    display:block;
}

.heat-benefits {
    color:#EDDBC1;
    text-align:left;
    margin:45px auto 30px;
    width:max-content;
    max-width:85%;
    font-size:15px;
    line-height:2;
}

.heat-benefits li {
    padding-left:8px;
}

/* CTA DIAS DE CALOR */
.heat-cta {
    padding:0 20px 25px;
}
/* === RITUAL COMPLETO === */

.ritual-section {
    background:#170803;
    color:#EDDBC1;
    text-align:center;
    padding:25px 0 0;
}

.ritual-title {
    font-family:'Cinzel', serif;
    color:#E8C890;
    font-size:27px;
    line-height:1.3;
    font-weight:400;
    margin:0 10px 20px;
}

.ritual-text {
    font-family:'Belleza', serif;
    color:#EDDBC1;
    font-size:15px;
    line-height:1.8;
    margin:0 10px 25px;
}

.ritual-image img {
    width:100%;
    display:block;
}
/* === VALOR BONOS === */

.bonus-value {
    background:#170803;
    text-align:center;
    padding:25px 15px 35px;
    color:#EDDBC1;
}

.bonus-small {
    font-size:15px;
    margin:0 0 8px;
}

.bonus-price {
    color:#E8C890;
    font-family:'Cinzel', serif;
    font-size:38px;
    text-decoration:line-through;
    margin-bottom:15px;
}

.bonus-text {
    font-size:16px;
    margin:0 0 10px;
}

.bonus-text strong {
    color:#ffffff;
    font-weight:900;
}

.bonus-month {
    font-size:16px;
    margin:0;
}
/* === COMPRA FINAL === */

.buy-section {
    background:#170803;
    padding:28px 18px;
}

.buy-card {
    overflow:hidden;
    border-radius:12px;
    border:2px solid #9D5024;
    background:#170803;
}

.buy-image {
    width:100%;
    display:block;
    border-radius:10px 10px 0 0;
}

.buy-offer {
    background:#170803;
    color:white;
    padding:10px;
    font-size:12px;
}

.buy-row {
    display:flex;
    justify-content:space-between;
    color:#E8C890;
}

.buy-line {
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid #EDDBC1;
    padding:8px 0;
}

.buy-line b {
    background:#E8C890;
    color:#170803;
    padding:3px;
    border-radius:3px;
}

.buy-price-box {
    background:#EDDBC1;
    color:#000;
    text-align:center;
    padding:25px 18px;
}

.buy-price-box h2 {
    font-family:'Cinzel', serif;
    font-size:20px;
}

.buy-price-box h3 {
    font-size:20px;
}

.old-price {
    font-size:20px;
    text-decoration:line-through;
    font-style:italic;
}

.new-price {
    font-family:'Cinzel', serif;
    font-size:48px;
    font-weight:bold;
}

.happy {
    line-height:1.8;
}

.buy-main-btn {
    margin-top:20px;
    width:100%;
}

.buy-icons {
    display:flex;
    justify-content:space-between;
    margin:35px 0;
}

.buy-icons div {
    width:33%;
}

.buy-icons img {
    width:28px;
}

.buy-icons p {
    font-size:13px;
}

.buy-addi {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
}

.buy-addi img {
    width:70px;
}

.buy-addi p {
    font-size:14px;
    font-style:italic;
}
/* === GARANTIA CAMBIO TONO === */

.guarantee-section {
    background:#170803;
    color:#EDDBC1;
    text-align:center;
    padding:45px 0 25px;
}

.guarantee-icon img {
    width:120px;
    margin-bottom:25px;
}

.guarantee-title {
    font-family:'Cinzel', serif;
    color:#E8C890;
    font-size:24px;
    font-weight:400;
    line-height:1.3;
    margin:0 15px 25px;
}

.guarantee-text {
    color:#EDDBC1;
    text-align:left;
    padding:0 18px;
    font-size:15px;
    line-height:1.8;
}

.guarantee-text strong {
    color:#ffffff;
    font-weight:900;
}

.guarantee-shipping {
    margin-top:35px;
    padding:0 25px;
}

.guarantee-shipping img {
    width:100%;
    display:block;
}

.guarantee-delivery {
    margin-top:18px;
    padding:0 5px;
}

.guarantee-delivery img {
    width:100%;
    display:block;
}
/* === CLIENTES FELICES === */

.happy-section {
    background:#170803;
    color:#EDDBC1;
    text-align:center;
    padding:55px 20px 35px;
}

.happy-title {
    font-family:'Cinzel', serif;
    color:#E8C890;
    font-size:24px;
    font-weight:400;
    line-height:1.4;
    margin-bottom:35px;
}

.happy-description {
    font-size:16px;
    line-height:1.8;
    margin-bottom:45px;
}

.happy-client {
    margin-bottom:40px;
}

.happy-client p {
    font-size:16px;
    margin-bottom:8px;
}

.stars {
    display:flex;
    justify-content:center;
    gap:6px;
    margin-bottom:18px;
}

.stars img {
    width:17px;
    height:17px;
}

.happy-img {
    width:100%;
    display:block;
}

.happy-wa {
    margin-top:20px;
}

/* === ESTILOS BOTÓN WHATSAPP === */
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    animation: llamarAtencion 5s infinite;
}
#whatsapp-button img { width: 34px; height: 34px; }
.wa-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #ff3b30;
    color: white;
    font-size: 13px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #ffffff;
}
@keyframes llamarAtencion {
    0%, 85%, 100% { transform: scale(1) rotate(0deg); }
    88% { transform: scale(1.1) rotate(-5deg); }
    92% { transform: scale(1.1) rotate(5deg); }
    96% { transform: scale(1.1) rotate(-5deg); }
}
#whatsapp-msg {
    position: fixed;
    bottom: 90px;
    right: 30px;
    background-color: #fff;
    color: #333;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-size: 14px;
    max-width: 240px;
    z-index: 9998;
    display: none;
    align-items: center;
    gap: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    animation: fadeInMsg 0.5s ease forwards;
}
#whatsapp-msg::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 20px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
#close-msg { background: none; border: none; font-size: 18px; cursor: pointer; color: #999; margin-left: auto; margin-right: -5px; margin-top: -5px; font-weight: bold; }
@keyframes fadeInMsg {
    0% { opacity: 0; transform: translateY(10px) scale(0.95); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* === ESTILOS GATILLO DE COMPRA === */
#compra-gatillo {
    display: flex;
    align-items: center;
    gap: 12px;
    position: fixed;
    bottom: 25px;
    left: 20px;
    background: #ffffff;
    padding: 12px 16px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none; 
    border-left: 4px solid #4CAF50; 
}
#compra-gatillo.mostrar-popup { opacity: 1; transform: translateY(0); }
.gatillo-icono { font-size: 24px; }
.gatillo-texto { font-size: 13px; color: #333; line-height: 1.4; }
.gatillo-tiempo { font-size: 11px; color: #777; margin-top: 2px; display: flex; align-items: center; gap: 4px; }

@media (max-width: 768px) {
    #compra-gatillo {
        bottom: 20px;
        top: auto;
        left: 10px;
        width: calc(100% - 90px);
        padding: 10px 12px;
        box-sizing: border-box;
        transform: translateY(20px);
    }
}

/* === ESTILOS MODAL CHECKOUT RELEASIT === */
.modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 100000;
    display: none;
    justify-content: center;
    align-items: flex-end;
}
.modal-overlay.active { display: flex; animation: fadeIn 0.3s ease; }
.checkout-container {
    background: #ffffff;
    color: #333333;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 16px 16px 0 0;
    position: relative;
    animation: slideUp 0.3s ease;
    padding-bottom: 20px;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }

.chk-header { text-align: center; padding: 15px; border-bottom: 1px solid #eee; position: sticky; top: 0; background: #fff; z-index: 10; }
.chk-title { margin: 0; font-size: 16px; font-weight: 800; color: #111; }
.chk-subtitle { margin: 3px 0 0; font-size: 12px; color: #666; }
.chk-close { position: absolute; top: 15px; right: 15px; background: none; border: none; font-size: 24px; color: #999; cursor: pointer; line-height: 1; }
.chk-timer-banner { background-color: #ffefef; color: #d32f2f; text-align: center; padding: 8px; font-size: 13px; font-weight: 700; }
.chk-section { padding: 15px 20px 0; }
.chk-label { font-size: 13px; font-weight: 700; color: #111; margin-bottom: 10px; display: block; }

.radio-box { border: 1px solid #ddd; border-radius: 8px; padding: 12px; margin-bottom: 10px; display: flex; align-items: center; gap: 12px; cursor: pointer; transition: all 0.2s; }
.radio-box.active { border-color: #2196F3; background-color: #f5faff; }
.radio-box input[type="radio"], .radio-box input[type="checkbox"] { accent-color: #2196F3; width: 18px; height: 18px; flex-shrink: 0; }
.radio-img { width: 40px; height: 40px; border-radius: 4px; object-fit: cover; border: 1px solid #eee; }
.radio-content { flex-grow: 1; display: flex; flex-direction: column; }
.radio-title { font-size: 13px; font-weight: 700; color: #111; display: flex; align-items: center; gap: 6px; }
.radio-badge { background: #ffe082; color: #8f6000; font-size: 10px; padding: 2px 6px; border-radius: 4px; }
.radio-desc { font-size: 11px; color: #777; margin-top: 2px; line-height: 1.3;}
.radio-price { font-size: 14px; font-weight: 800; color: #111; }

.chk-totals { margin-top: 15px; padding-top: 15px; border-top: 1px solid #eee; font-size: 14px; color: #555; }
.chk-row { display: flex; justify-content: space-between; margin-bottom: 8px; }
.chk-row.total { font-size: 18px; font-weight: 800; color: #111; margin-top: 12px; }
.text-green { color: #2e7d32; font-weight: 700; }

.form-grid { display: flex; flex-direction: column; gap: 12px; }
.form-input { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; color: #333; font-family: inherit; box-sizing: border-box; }
.form-input:focus { border-color: #2196F3; outline: none; }

.trust-badge-green { background-color: #e8f5e9; border: 1px dashed #4caf50; color: #2e7d32; text-align: center; padding: 10px; border-radius: 6px; font-size: 13px; font-weight: 700; margin-top: 15px; }
.trust-badge-gray { background-color: #f5f5f5; color: #555; text-align: center; padding: 10px; border-radius: 6px; font-size: 13px; font-weight: 600; margin-top: 10px; display: flex; justify-content: center; align-items: center; gap: 6px; }

.btn-submit-order { background-color: #d32f2f; color: #fff; width: 100%; border: none; border-radius: 6px; padding: 16px; font-size: 16px; font-weight: 800; margin-top: 15px; cursor: pointer; transition: 0.2s; }
.btn-submit-order:active { transform: scale(0.98); }

/* === BUMPS / CROSS-SELLS PREMIUM === */
.bump-container {
    background-color: #0a0a0a;
    padding: 15px 12px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.bump-title {
    color: #ff9800;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 15px 0;
}
.bump-box {
    background-color: #fffdf9;
    border: 2px dashed #ff9800;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s;
}
.bump-box.active {
    background-color: #fff3e0;
    border-style: solid;
}
.bump-box input[type="checkbox"] {
    accent-color: #ff9800;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.bump-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.bump-title-text {
    font-size: 14px;
    color: #111;
    line-height: 1.3;
}
.bump-desc-text {
    font-size: 12px;
    color: #555;
    margin-top: 4px;
    line-height: 1.3;
}
.bump-img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #eee;
    flex-shrink: 0;
}

/* === ESTILOS POPUP DESCUENTO (EXIT INTENT) === */
.discount-modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100005;
    display: none;
    justify-content: center;
    align-items: center;
}
.discount-modal-overlay.active { display: flex; animation: fadeIn 0.3s ease; }
.discount-container { background: #ffffff; color: #333333; width: 90%; max-width: 340px; border-radius: 16px; padding: 30px 20px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.2); animation: popIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
@keyframes popIn { 0% { transform: scale(0.8); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }

.disc-title { color: #d32f2f; font-size: 20px; font-weight: 900; margin: 0 0 10px; text-transform: uppercase; }
.disc-subtitle { font-size: 16px; font-weight: 700; color: #111; margin: 0 0 15px; }
.disc-text { font-size: 15px; color: #555; margin: 0 0 5px; }
.disc-price { color: #2e7d32; font-size: 48px; font-weight: 900; margin: 0; line-height: 1; letter-spacing: -1px; }
.disc-savings { font-size: 13px; color: #777; margin: 8px 0 20px; }

.btn-accept-disc { background-color: #2bd666; color: #fff; width: 100%; border: none; border-radius: 8px; padding: 16px; font-size: 18px; font-weight: 900; cursor: pointer; transition: 0.2s; box-shadow: 0 4px 10px rgba(43, 214, 102, 0.3); }
.btn-accept-disc:active { transform: scale(0.97); }
.btn-decline-disc { background: none; border: none; color: #888; font-size: 14px; margin-top: 15px; text-decoration: underline; cursor: pointer; padding: 5px; }

/* === ESTILOS FUNNEL (UPSELL Y DOWNSELL) === */
.funnel-modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 100010;
    display: none;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    padding: 20px 0;
}
.funnel-modal-overlay.active { display: flex; animation: fadeIn 0.3s ease; }
.funnel-container { 
    background: #ffffff; 
    color: #111; 
    width: 90%; 
    max-width: 420px; 
    border-radius: 12px; 
    padding: 25px 20px; 
    text-align: center; 
    margin: auto;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3); 
    animation: popIn 0.3s ease; 
}
.funnel-title { font-size: 22px; font-weight: 900; margin: 0 0 10px; line-height: 1.2; }
.funnel-subtitle { font-size: 16px; color: #444; margin: 0 0 15px; }
.funnel-img { width: 100%; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.funnel-product-name { font-size: 20px; font-weight: 900; margin: 0 0 8px; }
.funnel-desc { font-size: 15px; color: #444; margin: 0 0 15px; line-height: 1.4; }
.funnel-badge { display: inline-block; border: 1px solid #eee; padding: 5px 15px; border-radius: 20px; font-weight: 800; font-size: 14px; margin-bottom: 15px; }
.funnel-prices { margin-bottom: 15px; }
.funnel-old-price { text-decoration: line-through; color: #888; font-size: 18px; margin-right: 10px; }
.funnel-new-price { font-size: 32px; font-weight: 900; color: #111; }
.funnel-timer-text { font-size: 14px; color: #555; margin-bottom: 20px; }
.funnel-timer-text span { font-size: 24px; font-weight: 800; color: #d32f2f; display: block; margin-top: 5px; }

.btn-funnel-accept { 
    background-color: #d32f2f; 
    color: #fff; 
    width: 100%; 
    border: none; 
    border-radius: 25px; 
    padding: 16px; 
    font-size: 18px; 
    font-weight: 800; 
    cursor: pointer; 
    margin-bottom: 12px; 
    transition: 0.2s; 
    box-shadow: 0 4px 15px rgba(211, 47, 47, 0.3);
}
.btn-funnel-accept:active { transform: scale(0.97); }
.btn-funnel-decline { 
    background: transparent; 
    color: #111; 
    width: 100%; 
    border: 2px solid #111; 
    border-radius: 25px; 
    padding: 14px; 
    font-size: 15px; 
    font-weight: 700; 
    cursor: pointer; 
    transition: 0.2s;
}
.btn-funnel-decline:active { background: #f5f5f5; }

/* === FAQ FINAL === */
.final-faq-section {
    background:#170803;
    color:#EDDBC1;
    padding:45px 8px 25px;
}

.final-faq-title {
    text-align:center;
    font-family:'Cinzel', serif;
    color:#E8C890;
    font-size:26px;
    font-weight:400;
}

.final-faq-subtitle {
    text-align:center;
    margin-bottom:35px;
}

.final-faq-item {
    border-bottom:1px solid #6b3a22;
}

.final-faq-question {
    width: 100%;
    background: none;
    border: none;
    color: #E8C890; /* Claro cuando está cerrado */
    padding: 18px;
    text-align: left;
    font-size: 15px;
    font-weight: 900;
    display: flex;
    gap: 15px;
    cursor: pointer;
    -webkit-appearance: none; /* Bloquea el azul del iPhone */
    appearance: none;
}

/* Color cuando el acordeón se abre */
.final-faq-item.active .final-faq-question {
    color: #EDDBC1; 
}

.final-faq-answer {
    display:none;
    padding:0 18px 25px;
    line-height:1.8;
    font-size:15px;
}

.final-faq-item.active .final-faq-answer {
    display:block;
}

.final-faq-item.active .final-faq-question span {
    content:"-";
}

.footer-logo {
    text-align:center;
    margin-top:40px;
}

.footer-logo img {
    width:130px;
}

.footer-logo p {
    margin-top:15px;
}
/* === FIX IMAGENES CLS SIN DEFORMAR === */
.tones-image img,
.heat-image img,
.ritual-image img,
.buy-image,
.tone-change-image img,
.faq-main-image {
    width: 100%;
    height: auto !important;
    object-fit: contain;
    display: block;
}

/* TONOS 1080x1350 */
.tones-image img { aspect-ratio: 4 / 5; }

/* RITUAL 1080x1920 */
.ritual-image img { aspect-ratio: 9 / 16; }

/* COMPRA 1080x1080 */
.buy-image { aspect-ratio: 1 / 1; }

/* TATACOA */
.heat-image img { aspect-ratio: 1 / 1; }

/* === PULSACIÓN CTA ALDAYI === */
.btn-primary {
    animation: aldayiPulse 1.6s infinite ease-in-out;
    will-change: transform;
}

@keyframes aldayiPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* =========================================
   OVERRIDES DE TAMAÑO DE TEXTO (AUMENTADO PARA CRO)
   ========================================= */

/* 1. Barra superior y Hero */
.hero-title { font-size: 30px; line-height: 1.1; } 
.hero-subtitle { font-size: 20px; color: #EDDBC1; margin-top: 5px; }
.hero-title sup { 
    font-family: Arial, sans-serif; 
    font-size: 20px; 
    font-weight: bold; 
    vertical-align: super; 
}
.social-proof { font-size: 16px; }

/* 2. Botones CTA Principales */
.btn-primary .main-text { font-size: 20px; }
.btn-primary .sub-text { font-size: 13px; }

/* 3. Urgencia y Contadores */
.viewers-counter { font-size: 15px; }
.urgency-title { font-size: 17px; }
.timer-number { font-size: 32px; }
.timer-label { font-size: 13px; }

/* 4. Textos de beneficios e íconos */
.trust-badge-text { font-size: 14px; }
.benefits-text-main { font-size: 20px; }

/* 5. Sección Omeris */
.omeris-title { font-size: 32px; }
.omeris-title sup { font-family: Arial, sans-serif; font-size: 18px; font-weight: bold; vertical-align: super; }
.omeris-text { font-size: 18px; }
.omeris-seen { font-size: 17px; }
.addi-text { font-size: 16px; }

/* 6. Acordeón de Preguntas (FAQ) */
.faq-question { font-size: 16px; }
.faq-answer { font-size: 18px; }

/* 7. Mujeres Reales y Tonos */
.ugc-title { font-size: 34px; }
.ugc-subtitle { font-size: 18px; }
.ugc-text { font-size: 17px; }
.tones-title { font-size: 35px; }
.tones-text { font-size: 17px; }

/* 8. Botones de WhatsApp */
.omeris-whatsapp-btn, .tones-whatsapp-btn { font-size: 18px; }

/* 9. Cambio de tono y Calor */
.tone-change-title { font-size: 26px; }
.tone-change-text { font-size: 18px; }
.tone-change-subtitle { font-size: 18px; }
.tone-change-item p { font-size: 16px; }
.heat-title { font-size: 34px; }
.heat-benefits { font-size: 17px; }

/* 10. Ritual Completo y Bonos */
.ritual-title { font-size: 32px; }
.ritual-text { font-size: 18px; }
.bonus-small { font-size: 17px; }
.bonus-price { font-size: 44px; }
.bonus-text { font-size: 19px; }
.bonus-month { font-size: 18px; }

/* 11. Tarjeta de Compra Final */
.buy-offer { font-size: 14px; }
.buy-price-box h2 { font-size: 23px; }
.buy-price-box h3 { font-size: 23px; }
.old-price { font-size: 22px; }
.new-price { font-size: 54px; }
.buy-icons p { font-size: 15px; }
.buy-addi p { font-size: 16px; }

/* 12. Garantía y Clientes Felices */
.guarantee-title { font-size: 28px; }
.guarantee-text { font-size: 17px; }
.happy-title { font-size: 28px; }
.happy-description { font-size: 18px; }
.happy-client p { font-size: 18px; }

/* 13. FAQ Final */
.final-faq-title { font-size: 30px; }
.final-faq-subtitle { font-size: 18px; }
.final-faq-question { font-size: 17px; }
.final-faq-answer { font-size: 17px; }
/* =========================================
   PROTECCIÓN ANTI-ROBO (BLOQUEO DE SELECCIÓN)
   ========================================= */
body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

/* Evita que arrastren las imágenes hacia el escritorio */
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

/* EXCEPCIÓN VITAL: Permite escribir y seleccionar texto solo en los campos del formulario */
input, select, textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
/* Forzar a Safari y Chrome a voltear la flecha derecha */
.ugc-arrow.right img {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
/* =========================================
   REDISEÑO FORMULARIO TIPO RELEASIT (LETRA MÁS GRANDE)
   ========================================= */

.custom-field {
    margin-bottom: 16px;
    text-align: left;
}

.custom-field label {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #3b170b;
    margin-bottom: 6px;
}

.req {
    color: #d32f2f;
}

.input-wrapper {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    transition: 0.2s;
}

.input-wrapper:focus-within {
    border-color: #1976D2;
    box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2);
}

.input-icon {
    background: #e9e9e9;
    padding: 12px 14px;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 18px;
}

.input-wrapper input {
    border: none;
    padding: 14px;
    width: 100%;
    font-size: 16px;
    font-family: inherit;
    color: #333;
    outline: none;
}

.form-input-simple, .form-select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 14px;
    font-size: 16px;
    font-family: inherit;
    color: #333;
    box-sizing: border-box;
    outline: none;
    background: #fff;
    transition: 0.2s;
}

.form-input-simple:focus, .form-select:focus {
    border-color: #1976D2;
    box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2);
}

/* =========================================
   REDISEÑO OPCIONES RADIO BUTTONS CON ANCLAJE
   ========================================= */

.radio-box {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
}

.radio-box.active {
    border-color: #1976D2;
    background-color: #e3f2fd;
}

.radio-box input[type="radio"] {
    accent-color: #1976D2;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.radio-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.radio-title {
    font-size: 16px;
    font-weight: 800;
    color: #111;
}

.radio-badge {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
}

.radio-price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.radio-old-price {
    font-size: 13px;
    color: #777;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.radio-price {
    font-size: 18px;
    font-weight: 900;
    color: #111;
}

/* Nuevo Bump Style para encajar mejor */
.bump-box {
    background-color: #fffdf9;
    border: 2px dashed #ff9800;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.bump-box.active {
    background-color: #fff3e0;
    border-style: solid;
}