/* =========================================
    BASE E RESET
    ========================================= */
body { font-family: 'Poppins', sans-serif; color: #000; background-color: #f9f9f9; margin: 0; padding: 0; }
* { box-sizing: border-box; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 15px; }

/* =========================================
    VSL E CONTADOR
    ========================================= */
.vsl-wrapper { text-align: center; margin-top: 20px; }

#counterContainer { display: flex; flex-direction: column; align-items: center; text-align: center; width: 100%; padding: 10px; margin-bottom: 20px; }
#counterWrapper { font-weight: bold; font-size: 16px; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
#viewsCount { font-size: 16px; color: #d9534f; font-weight: bold; }
.live-icon { width: 18px; height: 18px; }
#importantMessage { font-size: 14px; font-weight: bold; color: black; margin-top: 10px; }
.loading { font-size: 12px; color: #666; margin-top: 5px; animation: blink 1.5s infinite alternate; }
@keyframes blink { from { opacity: 1; } to { opacity: 0.5; } }

/* =========================================
    OFERTA / HEADINGS
    ========================================= */
.video-cta-container { display: none; } /* OCULTO INICIALMENTE (O JS REVELA) */
.offer-headline { text-align: center; font-size: 38px; margin: 40px 0 20px 0; font-weight: 400; }
.offer-headline b { color: rgb(7, 87, 100); }

/* =========================================
    TABELA DE PREÇOS (CARDS)
    ========================================= */
.pricing-grid {
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 20px;
}

.card {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 8px;
    width: 350px;
    height: auto; 
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 30px 15px 30px 15px;
}

.card.best-value {
    border: 3px solid rgb(15, 110, 126);
    background-color: rgb(246, 253, 255);
    padding: 0 15px 30px 15px; 
}

.card-header {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    background-color: rgb(15, 110, 126); 
    color: #fff;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    margin: 0 -15px 20px -15px; 
}

.card-title { font-size: 22px; font-weight: bold; margin-bottom: 15px; }
.card-image { flex-grow: 1; display: flex; align-items: center; justify-content: center; }
.card-image img { width: 85%; max-width: 240px; }

.card-price-row { display: flex; justify-content: center; align-items: baseline; gap: 5px; margin: 15px 0; }
.card-price-number { font-family: "Roboto Condensed", sans-serif; font-size: 5em; font-weight: 700; line-height: 1; }
.card-price-text { font-size: 1.1em; font-weight: bold; }

.card-benefits { display: flex; flex-direction: column; gap: 5px; font-size: 14px; margin-bottom: 10px; font-weight: bold; text-align: left; align-items: center; }
.card-benefits div { display: flex; align-items: center; width: 120px; }
.card-benefits i { margin-right: 8px; color: #000; }

.btn-buy { margin: 10px auto; width: 100%; max-width: 260px; }
.btn-buy img { width: 100%; height: auto; }

.shipping-text { font-size: 14px; font-weight: bold; margin: 5px 0; text-transform: uppercase; }
.shipping-text.red { color: #e74c3c; }
.shipping-text.green { color: #2ecc71; }

.cc-icons img { height: 26px; margin-bottom: 15px; }

.total-block { font-size: 22px; font-family: 'Poppins', sans-serif; font-weight: 400; color: #333; }
.strike-price { text-decoration: line-through; color: #e74c3c; font-weight: normal; font-size: 18px; }

/* =========================================
    ORDENAÇÃO DOS CARDS
    ========================================= */
#card-2-bottles { order: 1; }
#card-6-bottles { order: 2; }
#card-3-bottles { order: 3; }

/* =========================================
    SEÇÃO DE GARANTIA E BADGES
    ========================================= */
.badges-wrapper { text-align: center; margin: 40px 0; }
.badges-wrapper img { max-width: 398px; width: 100%; }
.badges-wrapper p { font-size: 13px; padding: 0 15px; margin-top: 15px; }

.guarantee-box { background-color: #fff; border-radius: 12px; padding: 40px 20px; max-width: 920px; margin: 0 auto 40px auto; text-align: center; }
.guarantee-box img { max-width: 130px; margin-bottom: 20px; }

.guarantee-title-bg { display: inline-block; background-color: rgba(231,237,247,1); border: 2px solid rgba(117,149,205,0.6); border-radius: 5px; padding: 10px 20px; margin-bottom: 20px; }
.guarantee-title-bg h2 { font-size: 24px; margin: 0; color: #000; text-transform: uppercase; }

.guarantee-text { text-align: left; font-size: 15px; font-weight: 400; max-width: 850px; margin: 0 auto; line-height: 1.6; }
.guarantee-text b { font-weight: 600; }
.signature { font-family: 'Brush Script MT', cursive; font-size: 2.5em; font-weight: 300; margin-top: 10px; }

/* =========================================
    POP-UP DE COMPRA
    ========================================= */
.notification-popup { position: fixed; left: 20px; bottom: 20px; background-color: white; box-shadow: 0 2px 10px rgba(0,0,0,0.2); border-radius: 4px; display: flex; align-items: center; padding: 10px; z-index: 1000; opacity: 0; transition: opacity 0.5s, bottom 0.5s; }
.notification-popup.show { opacity: 1; bottom: 40px; }
.notification-popup.hide { opacity: 0; bottom: 20px; }
.notification-content { display: flex; align-items: center; }
.profile-image { height: 40px; display: block; }
.profile-cropper { overflow: hidden; border-radius: 10%; margin-right: 10px; border: 1px solid gray; }
.notification-text { font-size: 14px; margin: 0; }
.customer-name { font-weight: bold; }

/* =========================================
    RESPONSIVIDADE (MOBILE)
    ========================================= */
@media (max-width: 992px) {
    .pricing-grid { flex-direction: column; align-items: center; }
    .card { width: 100%; max-width: 380px; height: auto; padding-bottom: 30px; }
    #card-6-bottles { order: 1; margin-bottom: 10px; }
    #card-3-bottles { order: 2; margin-bottom: 10px; }
    #card-2-bottles { order: 3; }
}

@media (max-width: 575px) {
    .offer-headline { font-size: 28px; }
    .notification-popup { left: 0; right: 0; bottom: 0; margin-left: auto; margin-right: auto; width: 90%; justify-content: center; }
    .guarantee-title-bg h2 { font-size: 16px; }
}
