/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
}

.page-wrapper {
    max-width: 100%;
    background: #ffffff;
    min-height: 100vh;
}

/* Video Section */
.video-section {
    background: #ffffff;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Social Proof - Simple Text */
.social-proof {
    text-align: center;
    padding: 15px 20px;
    font-size: 1rem;
    color: #666;
    font-weight: 500;
    margin-top: 10px;
}

.watching-count {
    font-weight: 700;
    color: #1a5632;
}

/* Top Green Bar */
.top-bar {
    background: #1a5632;
    color: white;
    text-align: center;
    padding: 15px 20px;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.yellow-text {
    color: #ffd700;
    font-weight: 900;
}

/* Pricing Section */
.pricing-section {
    padding: 20px;
    background: #ffffff;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

/* Price Cards - Improved */
.price-card {
    background: #ffffff;
    border: 3px solid #e0e0e0;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.price-card.featured {
    border-color: #f7941d;
    border-width: 4px;
    transform: scale(1.03);
    box-shadow: 0 12px 40px rgba(247, 148, 29, 0.25);
}

.price-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 50px rgba(247, 148, 29, 0.35);
}

/* Card Badges */
.card-badge {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 25px;
    font-weight: 800;
    font-size: 0.9rem;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.green-badge {
    background: linear-gradient(135deg, #6fb356 0%, #5a9d44 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(111, 179, 86, 0.3);
}

.orange-badge {
    background: linear-gradient(135deg, #f7941d 0%, #e67e22 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(247, 148, 29, 0.3);
}

.green-badge-dark {
    background: linear-gradient(135deg, #4a8c3a 0%, #3d7530 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(74, 140, 58, 0.3);
}

.card-supply {
    font-size: 1.05rem;
    color: #666;
    margin-bottom: 20px;
    font-weight: 500;
}

/* Card Image */
.card-image {
    margin: 25px 0;
}

.card-image img {
    max-width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

/* Price Display */
.card-price {
    text-align: center;
    margin: 25px 0;
}

.price-symbol {
    font-size: 2.2rem;
    font-weight: 800;
    vertical-align: top;
    color: #1a1a1a;
}

.price-value {
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1;
    color: #1a1a1a;
}

.price-unit {
    display: block;
    font-size: 1.05rem;
    color: #666;
    margin-top: 8px;
    font-weight: 500;
}

/* Card Info */
.card-savings,
.card-total,
.card-shipping {
    font-size: 1.05rem;
    margin: 12px 0;
    font-weight: 600;
    color: #444;
}

.strike {
    text-decoration: line-through;
    color: #999;
    margin-right: 5px;
    font-weight: 500;
}

/* Buy Button - Improved */
.buy-button {
    display: block;
    background: linear-gradient(135deg, #f7941d 0%, #e67e22 100%);
    color: white;
    text-decoration: none;
    padding: 20px 45px;
    border-radius: 12px;
    font-size: 1.6rem;
    font-weight: 900;
    margin: 25px 0;
    box-shadow: 0 10px 25px rgba(247, 148, 29, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.buy-button:hover {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(247, 148, 29, 0.5);
}

.basic-offer {
    font-size: 1.05rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

/* Payment Icons */
.payment-icons {
    margin: 18px 0;
}

.payment-icons img {
    max-width: 100%;
    height: auto;
    max-height: 40px;
}

/* Card Footer */
.card-footer {
    margin: 18px 0 0 0;
    text-align: center;
}

.footer-total {
    font-size: 1.1rem;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 12px;
}

.strike-price {
    text-decoration: line-through;
    color: #999;
    font-weight: 500;
    margin-right: 8px;
}

.bold-price {
    color: #1a1a1a;
    font-weight: 900;
    font-size: 1.2rem;
}

.footer-shipping {
    font-size: 0.95rem;
    color: #666;
    font-weight: 600;
    padding: 8px 0;
}

.footer-shipping-green {
    display: inline-block;
    background: linear-gradient(135deg, #6fb356 0%, #5a9d44 100%);
    color: white;
    font-size: 0.95rem;
    font-weight: 800;
    padding: 12px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(111, 179, 86, 0.3);
    margin-top: 8px;
}

/* Timer Box - Fixed */
.timer-box {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    padding: 18px;
    border-radius: 12px;
    font-size: 1.3rem;
    font-weight: 800;
    margin-top: 20px;
    animation: pulse 1.5s ease-in-out infinite;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(231, 76, 60, 0.3);
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 5px 20px rgba(231, 76, 60, 0.3);
    }
    50% {
        box-shadow: 0 5px 30px rgba(231, 76, 60, 0.6);
    }
}

/* Quality Section */
.quality-section {
    background: #1a5632;
    color: white;
    text-align: center;
    padding: 70px 20px;
    margin: 40px 0;
}

.stars {
    color: #ffd700;
    font-size: 2.8rem;
    margin-bottom: 25px;
    letter-spacing: 12px;
}

.quality-section h2 {
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.quality-text {
    max-width: 900px;
    margin: 0 auto 45px;
    font-size: 1.15rem;
    line-height: 1.9;
    color: #e8e8e8;
    font-weight: 400;
}

.badges-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
    margin: 35px 0;
}

.badges-row img {
    height: 85px;
    width: auto;
    object-fit: contain;
    filter: brightness(1.05);
}

/* Testimonials Section */
.testimonials-section {
    max-width: 1000px;
    margin: 70px auto;
    padding: 20px;
    background: #fafafa;
    border-radius: 20px;
}

.testimonials-section h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.verified-badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 700;
    margin: 0 auto 45px;
    display: block;
    width: fit-content;
    box-shadow: 0 5px 20px rgba(16, 185, 129, 0.3);
}

.testimonial-card {
    background: white;
    border-radius: 18px;
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.stars-review {
    color: #ffd700;
    font-size: 1.6rem;
    margin-bottom: 18px;
    letter-spacing: 6px;
}

.testimonial-content {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.testimonial-avatar {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.testimonial-text {
    flex: 1;
}

.testimonial-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
    font-weight: 400;
}

.testimonial-author {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.verified-purchase {
    color: #10b981;
    font-size: 0.98rem;
    font-weight: 600;
}

/* FAQ Section */
.faq-section {
    background: #1a5632;
    color: white;
    padding: 70px 20px;
    margin: 40px 0;
}

.faq-icon {
    text-align: center;
    font-size: 4.5rem;
    margin-bottom: 25px;
    filter: grayscale(0%);
}

.faq-section h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 45px;
    letter-spacing: -0.5px;
}

.faq-item {
    max-width: 900px;
    margin: 0 auto 18px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.faq-question {
    background: white;
    color: #1a1a1a;
    padding: 22px 28px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.12rem;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f8f8f8;
}

.faq-toggle {
    font-size: 1.8rem;
    font-weight: 700;
    transition: transform 0.3s ease;
    color: #1a5632;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    background: #f9f9f9;
    color: #444;
    padding: 0 28px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: 400;
}

.faq-item.active .faq-answer {
    padding: 25px 28px;
    max-height: 500px;
}

/* Urgency Section */
.urgency-section {
    background: white;
    text-align: center;
    padding: 70px 20px;
    margin: 40px 0;
}

.urgency-section h2 {
    font-size: 2.6rem;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.urgency-section p {
    font-size: 1.15rem;
    color: #666;
    font-weight: 500;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .top-bar {
        font-size: 1.1rem;
        padding: 12px 15px;
    }

    .pricing-container {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 15px 0;
        display: flex;
        flex-direction: column;
    }

    /* Mobile Order: 6 bottles, 4 bottles, 2 bottles */
    .card-6bottles {
        order: 1;
    }

    .card-4bottles {
        order: 2;
    }

    .card-2bottles {
        order: 3;
    }

    .price-card.featured {
        transform: scale(1);
    }

    .price-card.featured:hover {
        transform: translateY(-5px);
    }

    .price-value {
        font-size: 4rem;
    }

    .card-image img {
        max-height: 180px;
    }

    .quality-section h2,
    .urgency-section h2,
    .faq-section h2,
    .testimonials-section h2 {
        font-size: 2rem;
    }

    .testimonial-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .badges-row {
        gap: 20px;
    }

    .badges-row img {
        height: 65px;
    }
}

@media (max-width: 480px) {
    .price-value {
        font-size: 3.5rem;
    }

    .buy-button {
        font-size: 1.3rem;
        padding: 18px 35px;
    }

    .card-image img {
        max-height: 160px;
    }

    .testimonial-avatar {
        width: 70px;
        height: 70px;
    }

    .quality-section h2,
    .urgency-section h2,
    .faq-section h2,
    .testimonials-section h2 {
        font-size: 1.7rem;
    }
}
