body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', 'Helvetica', 'Inter', sans-serif;
    background-color: #FFFFFF;
    color: #000;
    -webkit-font-smoothing: antialiased;
    /* iOS/Mac Text Crispness */
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    /* Prevent automatic zoom */
}

img {
    max-width: 100%;
    height: auto;
    border-style: none;
    /* Remove border on linked images IE */
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

/* Force Hidden Class */
.esconder {
    display: none !important;
}

/* Header */
.main-header {
    background-color: #A91D33;
    /* Dark Red as requested */
    width: 100%;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.header-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* Center Logo */
    align-items: center;
    padding: 0 20px;
    position: relative;
}

.logo {
    color: #fff;
    font-weight: bold;
    font-size: 1.8em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    /* Menu on Right */
}

/* Article Info */
.article-info {
    margin-top: 20px;
    font-size: 0.9em;
    color: #333;
    line-height: 1.4;
    text-align: left;
}

.article-info p {
    margin: 2px 0;
}

/* Headline */
.headline {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 1.25em;
    line-height: 1.4;
    margin: 20px auto;
    color: #000;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

/* Highlight Red */
.highlight-red {
    color: #A91D33;
}

/* Video Alert Block Wrapper */
.video-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    /* Frame-like shadow */
    border-radius: 12px;
}

/* Constrain content width for reading sections */
.headline,
.video-wrapper,
.article-info,
.trust-logos,
.comments-section,
.comments-closed {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Trust Logos */
.trust-logos {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0;
}

.logo-img-combined {
    max-width: 100%;
    width: 550px;
    height: auto;
    display: block;
}

/* OFFER SECTION STYLES (Green Theme) */
.offer-section {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
    font-family: 'Arial', sans-serif;
}

.offer-headline {
    text-align: center;
    font-size: 1.8em;
    font-weight: 800;
    margin-bottom: 30px;
    color: #333;
    text-transform: uppercase;
}

.offer-cards {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: flex-start;
    /* Align top to match photo headers */
}

/* Card Base */
.offer-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    width: 31%;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.offer-card.standard {
    border: 2px solid #E0F2F1;
    /* Light Green */
}

.offer-card.best-value {
    border: 3px solid #1E8449;
    /* Dark Green */
    /* Removed scale to ensure header alignment */
    z-index: 2;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* Card Headers */
.card-header {
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #000;
}

.card-header.light-green {
    background-color: #E0F2F1;
    color: #000;
}

.card-header.dark-green {
    background-color: #1E8449;
    color: #fff;
}

.card-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

/* Images */
.product-img {
    max-width: 100%;
    max-height: 160px;
    height: auto;
    margin-bottom: 10px;
}

/* Price */
.price-per {
    font-size: 2em;
    font-weight: bold;
    color: #000;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.per-bottle {
    font-size: 0.4em;
    text-align: left;
    margin-left: 5px;
    font-weight: normal;
    line-height: 1.2;
}

.savings-text {
    font-size: 0.9em;
    font-weight: bold;
    color: #A91D33;
    /* Red for savings */
    margin: 5px 0 15px 0;
}

/* Check List */
.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    text-align: left;
    width: 100%;
    font-size: 0.85em;
}

.check-list li {
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
}

.check-icon {
    color: #1E8449;
    /* Green check */
    font-weight: bold;
    margin-right: 6px;
    min-width: 15px;
}

/* CTA Button */
.cta-button {
    background-color: #FFD700;
    /* Yellow */
    color: #000;
    padding: 12px 5px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.95em;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.cta-button:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Payment Icons */
.payment-icons {
    max-width: 80%;
    margin-top: 10px;
    height: auto;
}

.total-price-small {
    font-size: 0.75em;
    color: #666;
    margin-top: 8px;
    line-height: 1.3;
}

/* Comments Section */
.comments-section {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.comments-header h3 {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #1c1e21;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sort-link {
    color: #1877f2;
    /* Blue link color */
    font-size: 0.85em;
    text-decoration: none;
    font-weight: bold;
}

.fb-icon {
    display: inline-block;
    background: #1877f2;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 0.8em;
    margin-left: 5px;
    font-weight: bold;
    font-family: sans-serif;
}

.comment {
    display: flex;
    margin-bottom: 15px;
}

.reply {
    margin-left: 50px;
}

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ddd;
    margin-right: 10px;
    flex-shrink: 0;
}

.comment-content {
    flex: 1;
}

.bubble {
    background-color: #F0F8FF;
    /* AliceBlue for modern tint */
    border-radius: 12px;
    padding: 12px 15px;
    /* Block display for width */
}

.user-name {
    font-weight: bold;
    color: #050505;
    text-decoration: none;
    font-size: 0.85em;
    display: block;
    margin-bottom: 2px;
    cursor: default;
}

.bubble p {
    margin: 0;
    font-size: 0.9em;
    color: #050505;
    line-height: 1.3;
}

.comment-image {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin-top: 10px;
    border-radius: 12px;
    display: block;
}

.meta {
    margin-top: 2px;
    margin-left: 2px;
    font-size: 0.75em;
    color: #65676b;
}

.meta span {
    margin-right: 10px;
}

.meta .action {
    font-weight: bold;
    cursor: pointer;
}

.meta .action:hover {
    text-decoration: underline;
}

.likes {
    color: #65676b;
    float: right;
}

.comments-closed {
    text-align: center;
    color: #999;
    font-size: 0.9em;
    margin-top: 30px;
    margin-bottom: 20px;
    font-style: italic;
}

/* Footer */
.site-footer {
    width: 100%;
    margin-top: 30px;
    font-family: 'Arial', sans-serif;
    background-color: #000;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.footer-copyright {
    font-size: 0.8em;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .offer-cards {
        flex-direction: column;
        align-items: center;
    }

    .offer-card {
        width: 100%;
        max-width: 400px;
        margin-bottom: 25px;
    }

    .offer-card.best-value {
        transform: none;
        order: -1;
        /* Show Bestseller first on mobile */
        margin-top: 0;
    }

    .headline {
        font-size: 1.3em;
    }
}

/* Testimonials Section (New) */
.testimonials-section {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.testimonial-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    font-family: 'Inter', sans-serif;
}

.testimonial-text {
    font-style: italic;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95em;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
}

.author-name {
    font-weight: bold;
    font-size: 0.9em;
    color: #000;
}

.verified-purchase {
    color: #f39c12;
    /* Orange for stars/text */
    font-size: 0.8em;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Guarantee Section */
.guarantee-section {
    text-align: center;
    max-width: 800px;
    margin: 60px auto 40px auto;
    padding: 20px;
}

.guarantee-seal {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.guarantee-headline {
    font-weight: 800;
    font-size: 1.8em;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.guarantee-subheadline {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.guarantee-text {
    font-size: 0.9em;
    color: #444;
    line-height: 1.6;
    margin-bottom: 40px;
    font-family: 'Inter', sans-serif;
}