/* === ESTILOS BASE Y HERO === */
body {
    background-color: #0c0805;
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, 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: #e2c18d;
    color: #1a110a;
    text-align: center;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 500;
}
.top-bar strong { font-weight: 700; }
.hero-header {
    text-align: center;
    padding: 10px 15px 5px;
}
.hero-title {
    font-family: Georgia, serif;
    color: #e2c18d;
    font-size: 22px;
    margin: 0 0 4px 0;
    font-weight: normal;
    letter-spacing: 1px;
}
.hero-subtitle {
    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: #ffffff;
    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: Georgia, 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: #f4f4f4;
    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: Georgia, 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: 230px;
    max-width: 90%;
    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: 42px;
    background: #21d65b;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .5px;
    box-shadow: 0 6px 0 rgba(0,0,0,0.20);
}

.omeris-whatsapp-btn img {
    width: 18px;
    height: 18px;
}
/* === 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;
}

.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:Georgia, serif;
    font-size:30px;
    font-weight:400;
    margin:0;
    letter-spacing:1px;
}

.ugc-title sup {
    font-size:10px;
}

.ugc-subtitle {
    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: Georgia, 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;
}


/* BOTÓN WHATSAPP TONOS */

.tones-whatsapp-btn {

    margin:22px auto 0;
    width:80%;
    height:42px;

    background:#21d65b;
    border-radius:30px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    color:#000;
    text-decoration:none;

    font-size:14px;
    font-weight:800;
    letter-spacing:.8px;

    box-shadow:0 6px 0 rgba(0,0,0,.22);
}


.tones-whatsapp-btn img {

    width:18px;
    height:18px;

}
/* === CAMBIO DE TONO GRATIS === */


.tone-change-section {

    background:#E8C890;
    color:#000;

    text-align:center;

    padding:35px 15px 40px;

}


.tone-change-title {

    font-family:Georgia, 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:Georgia, 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:Georgia, serif;

    color:#E8C890;

    font-size:27px;

    line-height:1.3;

    font-weight:400;

    margin:0 10px 20px;

}


.ritual-text {

    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:Georgia, 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:Georgia, 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:Georgia, 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:Georgia, 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:Georgia, 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); }

/* === 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; }
/* === FAQ FINAL === */


.final-faq-section {

    background:#170803;

    color:#EDDBC1;

    padding:45px 8px 25px;

}


.final-faq-title {

    text-align:center;

    font-family:Georgia, 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;

    padding:18px;

    text-align:left;

    font-size:15px;

    font-weight:900;

    display:flex;

    gap:15px;

    cursor:pointer;

}


.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;

}