/* ==================================================================
   GEZONDHEIDSWIJZER G2 ADVERTORIAL - STYLE.CSS
   Mobile-first, responsive, static clone
   ================================================================== */

/* --- RESET --- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: #2a2a2a;
    background: #ffffff;
    word-wrap: break-word;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #0b7a4b;
    text-decoration: underline;
    word-break: break-word;
}

a:hover {
    color: #095a38;
}

ul {
    list-style: none;
}

/* --- LAYOUT --- */
.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- BREADCRUMB --- */
.breadcrumb-bar {
    background: #203a26;
    padding: 12px 0;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    text-decoration: underline;
    color: white;
    line-height: 1.65em;
    font-weight: 400;
}

.breadcrumb-bar .container {
    color: white;
}

.breadcrumb-bar a {
    color: white;
    text-decoration: none;
}


/* --- ARTICLE --- */
.article {
    padding: 30px 0 40px;
}

/* --- LAYOUT WRAPPER --- */
.layout {
    background: #ffffff;
}

.layout-inner {
    /* On mobile: article stacks, sidebar comes below full-width */
}

/* --- HEADINGS --- */
.article-title {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

.section-heading {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    color: #1a1a1a;
    margin: 40px 0 18px;
}

.section-heading.winner {
    color: #0b7a4b;
    border-top: 3px solid #0b7a4b;
    padding-top: 22px;
}

.sub-heading {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #1a1a1a;
    margin: 28px 0 12px;
}

.sources-heading {
    font-size: 20px;
    margin-top: 50px;
}

h6 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

/* --- LEAD & BYLINE --- */
.article-lead {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 24px;
    font-weight: 400;
}

.byline {
    margin: 24px 0;
}

.date {
    font-size: 14px;
    color: #666;
    margin-bottom: 14px;
}

.author-block {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.author-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #e5e5e5;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.author-title {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 4px;
}

.read-time {
    font-size: 13px;
    color: #888;
}

.divider {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 14px 0;
}

/* --- CONTENT --- */
.content-block {
    margin-bottom: 22px;
}

.content-block p {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.7;
    color: #2a2a2a;
}

.content-block p:last-child {
    margin-bottom: 0;
}

.content-block strong {
    color: #1a1a1a;
    font-weight: 700;
}

/* --- LISTS --- */
.simple-list,
.ingredient-list,
.pros-list,
.cons-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 18px;
}

.simple-list li {
    position: relative;
    padding: 8px 0 8px 28px;
    font-size: 17px;
    line-height: 1.55;
    color: #2a2a2a;
    border-bottom: 1px solid #f0f0f0;
}

.simple-list li:last-child {
    border-bottom: none;
}

.simple-list li::before {
    content: "›";
    position: absolute;
    left: 6px;
    top: 8px;
    color: #0b7a4b;
    font-weight: 700;
    font-size: 18px;
}

.ingredient-list li {
    padding: 10px 0 10px 24px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.6;
}

.ingredient-list li:last-child {
    border-bottom: none;
}

.ingredient-list li::before {
    content: "•";
    position: absolute;
    left: 4px;
    top: 9px;
    color: #0b7a4b;
    font-size: 22px;
    line-height: 1;
}

.pros-list li {
    position: relative;
    padding: 9px 0 9px 32px;
    line-height: 1.55;
    border-bottom: 1px solid #f0f0f0;
}

.pros-list li:last-child {
    border-bottom: none;
}

.pros-list li::before {
    content: "✓";
    position: absolute;
    left: 4px;
    top: 9px;
    color: #0b7a4b;
    font-weight: 700;
    font-size: 18px;
}

.cons-list li {
    position: relative;
    padding: 9px 0 9px 32px;
    line-height: 1.55;
    border-bottom: 1px solid #f0f0f0;
}

.cons-list li:last-child {
    border-bottom: none;
}

.cons-list li::before {
    content: "✗";
    position: absolute;
    left: 4px;
    top: 9px;
    color: #c0392b;
    font-weight: 700;
    font-size: 18px;
}

/* --- QUOTES --- */
.quote {
    border-left: 4px solid #0b7a4b;
    background: #f7faf8;
    padding: 14px 18px;
    margin: 16px 0 !important;
    font-style: italic;
    color: #444;
    border-radius: 0 4px 4px 0;
}

/* --- IMAGES --- */
.full-img {
    margin: 24px 0;
    border-radius: 6px;
    overflow: hidden;
}

.full-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- CTA BUTTON --- */
.cta-wrapper {
    text-align: center;
    margin: 30px 0;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #13a15e 0%, #0b7a4b 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    padding: 16px 36px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(11, 122, 75, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    max-width: 100%;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(11, 122, 75, 0.35);
    color: #ffffff !important;
}

.cta-button:active {
    transform: translateY(0);
}

.inline-link {
    color: #1e6091;
    font-weight: 700;
    text-decoration: underline;
}

.inline-link:hover {
    color: #164870;
}

.inline-link strong,
.content-block .inline-link strong {
    color: inherit;
}

/* --- OFFER HIGHLIGHT BOX --- */
.offer-highlight {
    background: #fffbe8;
    border: 1px solid #f0e4a3;
    border-radius: 8px;
    padding: 20px 22px;
    margin: 24px 0;
}

.offer-highlight p {
    margin-bottom: 12px;
}

/* --- SOURCES --- */
.sources p {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
    word-break: break-all;
}

.sources a {
    color: #0b7a4b;
}

/* --- SIDEBAR CARD --- */
.recommended-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    position: sticky;
    top: 90px;
    margin-top: 30px;
    padding: 28px 22px;
}

.sidebar-inner {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}

.recommended-label {
    color: #2d8a3e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.stars {
    color: #ffc107;
    font-size: 20px;
    margin-bottom: 5px;
}

.rating-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.product-name {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.product-benefits {
    list-style: none;
    text-align: left;
    margin: 15px 0;
}

.product-benefits li {
    color: #000;
    /* UI Improvement: Black color */
    font-size: 18px;
    /* UI Improvement: Bigger font size */
    padding: 6px 0 6px 25px;
    position: relative;
    line-height: 1.4;
}

.product-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2d8a3e;
    font-weight: 700;
}

.product-img-wrapper {
    position: relative;
    margin: 20px 0;
}

.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff6b35;
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.offer-details {
    margin: 15px 0;
}

.offer-label {
    color: #e74c3c;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 15px;
}

.price-old {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.price-new {
    font-size: 26px;
    color: #e74c3c;
    font-weight: 800;
    margin: 2px 0;
}

.shipping-info {
    font-size: 12px;
    color: #2d8a3e;
    font-weight: 700;
}

.cta-button-sidebar {
    display: block;
    background: #2d8a3e;
    color: white !important;
    padding: 14px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    margin: 15px 0 10px;
    transition: background 0.2s;
}

.cta-button-sidebar:hover {
    background: #1a5c28;
}

.delivery-note {
    font-size: 13px;
    color: #000;
    /* UI Improvement: Black color */
    font-style: normal;
    /* UI Improvement: No italic */
    font-weight: 400;
}


@media (min-width: 640px) {

    .breadcrumb-bar {
        background: #2d8a3e;

    }
    body {
        font-size: 18px;
    }

    .container {
        padding: 0 24px;
    }

    .article-title {
        font-size: 34px;
    }

    .section-heading {
        font-size: 28px;
    }

    .sub-heading {
        font-size: 22px;
    }

    .article-lead {
        font-size: 19px;
    }

    .author-img {
        width: 72px;
        height: 72px;
    }

    .author-name {
        font-size: 17px;
    }

    .cta-button {
        font-size: 19px;
        padding: 18px 44px;
    }

    .content-block p,
    .simple-list li,
    .pros-list li,
    .cons-list li {
        font-size: 18px;
    }
}


@media (min-width: 960px) {
    .breadcrumb-bar {
        background: #2d8a3e;

    }
    .article-title {
        font-size: 40px;
    }

    .section-heading {
        font-size: 30px;
    }

    .article {
        padding: 40px 0 50px;
    }

    .full-img {
        margin: 32px 0;
    }

    .offer-highlight {
        padding: 26px 30px;
    }

    /* 2-column layout: article on left, sticky sidebar on right */
    .layout .container.layout-inner {
        max-width: 1180px;
    }

    .layout-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 48px;
        align-items: start;
    }

    .article {
        min-width: 0;
    }

    .recommended-card {
        padding: 25px;
        position: sticky;
        top: 20px;
        text-align: center;
        z-index: 1000;
    }

    .sidebar-inner {
        max-width: 100%;
    }

    .product-img {
        max-width: 100%;
    }

    .recommended-label {
        font-size: 20px;
    }

    .product-name {
        font-size: 18px;
    }
}


@media (min-width: 1200px) {
    .breadcrumb-bar {
        background: #2d8a3e;

    }
    .layout-inner {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 60px;
    }
}