/* ==================================================================
   NUTRIFOODZ / NUTRIFUEL OFFERPAGE TEMPLATE
   Mobile-first, responsive
   Gebaseerd op G3 advertorial stijl
   Primary green: #2d8a3e
   ================================================================== */

/* --- 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: none;
    word-break: break-word;
}

a:hover {
    color: #095a38;
}

ul {
    list-style: none;
}

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

/* ==================================================================
   SECTIE 1: COUNTDOWN BANNER
   ================================================================== */
.countdown-banner {
    background: #2d8a3e;
    color: #fff;
    padding: 14px 0;
    text-align: center;
}

.countdown-banner .container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.countdown-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.countdown-subtitle {
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
    opacity: 0.95;
}

.countdown-timer {
    display: flex;
    gap: 8px;
}

.countdown-box {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 6px;
    width: 56px;
    padding: 8px 4px;
    text-align: center;
}

.countdown-box .num {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    display: block;
}

.countdown-box .label {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    margin-top: 4px;
    display: block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ==================================================================
   SECTIE 2: ENDORSEMENT TAG (NATUUR als MEDICIJN)
   ================================================================== */
.endorsement-bar {
    background: #fff;
    padding: 16px 0;
    text-align: center;
}

.endorsement-tag {
    display: inline-flex;
    align-items: stretch;
    background: #e8f3eb;
    overflow: hidden;
    border-radius: 3px;
}

.endorsement-tag .brand {
    background: #2d8a3e;
    color: #fff;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    min-height: 38px;
}

.endorsement-logo {
    height: 22px;
    width: auto;
    display: block;
}

.endorsement-tag .label {
    padding: 10px 18px 10px 14px;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

/* ==================================================================
   SECTIE 3: TRUST + SERVICE BADGE
   ================================================================== */
.trust-strip {
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
}

.trust-strip-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
}

.trust-text {
    width: 100%;
}

.trust-text h3 {
    font-size: 17px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.trust-text p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.service-badge {
    background: #1e4a8c;
    color: #fff;
    padding: 12px 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-badge .icon-circle {
    width: 30px;
    height: 30px;
    background: transparent;
    color: #ffc107;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 26px;
    flex-shrink: 0;
    line-height: 1;
}

.service-badge .grade-block .top {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.service-badge .grade-block .grade {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.1;
}

.service-badge .grade-block .bottom {
    font-size: 11px;
    line-height: 1.1;
    margin-top: 3px;
    opacity: 0.9;
}

/* ==================================================================
   SECTIE 4: STERREN + H1 + USP BULLETS
   ================================================================== */
.hero-text {
    padding: 18px 0 22px;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.rating-row .stars {
    color: #ffc107;
    font-size: 18px;
    letter-spacing: 1px;
}

.rating-row .count {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

.rating-row .answers {
    font-size: 14px;
    color: #1e6091;
}

.rating-row .answers a {
    color: #1e6091;
    text-decoration: underline;
}

.rating-row .answers a:hover {
    color: #164870;
}

.product-h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}

.usp-bullets {
    list-style: none;
    padding-left: 4px;
    margin-bottom: 0;
}

.usp-bullets li {
    font-size: 16px;
    line-height: 1.5;
    color: #1a1a1a;
    padding: 4px 0 4px 16px;
    position: relative;
}

.usp-bullets li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 4px;
    color: #1a1a1a;
    font-weight: 700;
}

.usp-bullets li strong {
    color: #1a1a1a;
    font-weight: 700;
}

/* ==================================================================
   SECTIE 5 & 14: IMAGE CAROUSEL / SLIDER
   ================================================================== */
.carousel-section {
    padding: 12px 0 24px;
}

.carousel {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #f4f7f5;
}

.carousel-track-wrapper {
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.35s ease;
    will-change: transform;
}

.carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
    aspect-ratio: 1 / 1;
    background: #e8f3eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: #2d8a3e;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 2;
    user-select: none;
}

.carousel-btn:hover {
    background: #fff;
}

.carousel-btn.prev {
    left: 10px;
}

.carousel-btn.next {
    right: 10px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s;
}

.carousel-dot.active {
    background: #2d8a3e;
}

/* ==================================================================
   SECTIE 6: PRIJSBLOK + STOCK + CTA
   ================================================================== */
.price-block {
    padding: 20px 0 24px;
    border-top: 1px solid #f0f0f0;
}

.price-block-inner {
    max-width: 480px;
    margin: 0 auto;
}

.price-rows {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 16px;
    margin-bottom: 12px;
    font-size: 16px;
}

.price-rows .label-cell {
    color: #555;
    text-align: right;
    line-height: 1.5;
}

.price-rows .value-cell {
    line-height: 1.5;
}

.price-rows .strike {
    text-decoration: line-through;
    color: #999;
}

.price-rows .highlight {
    font-weight: 800;
    color: #1a1a1a;
}

.price-rows .end-soon {
    font-size: 14px;
    font-weight: 700;
    color: #d62828;
    margin-top: 2px;
}

.price-rows .savings {
    color: #d62828;
    font-weight: 800;
}

.stock-info {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 14px 0 16px;
    text-align: center;
}

.stock-info .rest {
    font-weight: 400;
    color: #555;
}

/* CTA buttons */
.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 24px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    transition: background 0.15s ease, transform 0.15s ease;
}

.cta-button:hover {
    background: #000;
    color: #fff;
    transform: translateY(-1px);
}

.cta-button .arrow {
    font-size: 18px;
    font-weight: 700;
}

.cta-button.green {
    background: linear-gradient(180deg, #34a04c 0%, #2d8a3e 100%);
    box-shadow: 0 4px 10px rgba(45, 138, 62, 0.25);
}

.cta-button.green:hover {
    background: #2d8a3e;
}

/* CTA after second carousel — meer top-margin */
.cta-button.cta-after-carousel {
    margin-top: 20px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

/* ==================================================================
   SECTIE 7: NL TRUST BULLETS (3 iconen)
   ================================================================== */
.trust-bullets {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0 8px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 24px;
}

.trust-bullet {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 10px 14px;
}

.trust-bullet .ico {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-bullet .ico svg {
    width: 100%;
    height: 100%;
}

.trust-bullet .txt {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

/* ==================================================================
   SECTIE 8: TOP 3 REVIEWS
   ================================================================== */
.top-reviews {
    padding: 24px 0;
}

.top-reviews h2 {
    font-size: 19px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 18px;
    line-height: 1.3;
}

.review-card {
    padding: 16px 0 18px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.review-card:last-child {
    border-bottom: none;
}

.review-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.review-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background: #ddd;
    flex-shrink: 0;
}

.review-meta {
    flex: 1;
}

.review-name {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

.review-stars {
    color: #ffc107;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 2px 0;
}

.review-date {
    font-size: 12px;
    color: #666;
    line-height: 1.2;
}

.review-verified {
    position: absolute;
    top: 22px;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2d8a3e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
}

.review-title {
    font-size: 14px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 8px 0 4px;
}

.review-body {
    font-size: 14px;
    line-height: 1.55;
    color: #2a2a2a;
}

/* ==================================================================
   SECTIE 9: OFFER BANNER + STORYTELLING
   Titel = groen fill-width / witte tekst
   Body  = wit met zwarte tekst
   ================================================================== */
.offer-banner {
    background: #ffffff;
    color: #1a1a1a;
    padding: 0 0 28px;
    margin: 24px 0 0;
}

.offer-banner-title-bar {
    background: #2d8a3e;
    color: #ffffff;
    padding: 22px 16px;
    margin-bottom: 24px;
    width: 100%;
}

.offer-banner-title {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 980px;
    margin: 0 auto;
}

.offer-banner-body {
    padding: 0;
}

.offer-banner-body p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.offer-banner-body p:last-child {
    margin-bottom: 0;
}

.offer-banner-body p.lead-bold {
    font-size: 19px;
    font-weight: 800;
    line-height: 1.55;
    margin: 18px 0;
    color: #1a1a1a;
}

.offer-banner-body strong {
    font-weight: 800;
    color: #1a1a1a;
}

/* ==================================================================
   SECTIE 10: BUNDLE SELECTOR — TWEE APARTE COMPONENTEN
   Mobile = .bundle-mobile-* (compact, Wellbe-stijl)
   Desktop = .bundle-desktop-* (volle NutriFuel-stijl uit screenshot 10b)
   Toggle via display:none op breakpoint
   ================================================================== */
.bundle-section {
    padding: 28px 0;
    background: #fff;
}

/* ----- DESKTOP COMPONENT (hidden on mobile) ----- */
.bundle-desktop {
    display: none;
}

/* ----- MOBILE COMPONENT (visible on mobile, hidden on desktop) ----- */
.bundle-mobile {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.bundle-mobile-card {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 38% 1fr;
    grid-template-rows: auto auto;
    column-gap: 0;
}

.bundle-mobile-card.best {
    border-color: #2d8a3e;
    order: 1;
}

.bundle-mobile-card.discount {
    border-color: #ff7a2e;
    order: 2;
}

.bundle-mobile-card.trial {
    border-color: #c8c8c8;
    order: 3;
}

/* HEADER ROW: small color label left + product title right */
.bundle-mobile-label {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    background: #2d8a3e;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.15;
}

.bundle-mobile-card.discount .bundle-mobile-label {
    background: #ff7a2e;
}

.bundle-mobile-card.trial .bundle-mobile-label {
    background: #c8c8c8;
}

.bundle-mobile-title {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    font-size: 15px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.25;
    padding: 10px 14px;
    display: flex;
    align-items: center;
}

/* BODY ROW: image left + info right */
.bundle-mobile-img {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bundle-mobile-img img {
    width: 100%;
    height: auto;
    max-width: 180px;
    display: block;
}

.bundle-mobile-info {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding: 4px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bundle-mobile-total {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
}

.bundle-mobile-total .strike {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
    margin-left: 4px;
}

.bundle-mobile-saved {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.3;
    color: #1a1a1a;
}

.bundle-mobile-card.best .bundle-mobile-saved {
    color: #1a1a1a;
}

.bundle-mobile-price {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    color: #d62828;
    margin-top: 2px;
}

.bundle-mobile-price .unit {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.bundle-mobile-card.trial .bundle-mobile-price {
    color: #1a1a1a;
}

.bundle-mobile-stock {
    font-size: 13px;
    font-weight: 800;
    color: #d62828;
    line-height: 1.2;
    text-align: right;
}

.bundle-mobile-shipping {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    text-align: center;
    margin-top: 10px;
}

.bundle-mobile-shipping.trial {
    font-weight: 400;
    color: #555;
}

.bundle-mobile-cta {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 17px;
    padding: 13px 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 8px;
    margin-top: 6px;
    background: #2d8a3e;
}

.bundle-mobile-card.discount .bundle-mobile-cta {
    background: #ff7a2e;
}

.bundle-mobile-card.trial .bundle-mobile-cta {
    background: #c8c8c8;
}

.bundle-mobile-cta:hover {
    color: #fff;
    opacity: 0.92;
}

/* ==================================================================
   DESKTOP COMPONENT — exact zoals stuk 10b screenshot
   Toggle aan op breakpoint, mobile uit
   ================================================================== */
.bundle-desktop-card {
    background: #fff;
    border: 3px solid #c8c8c8;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.bundle-desktop-card.best {
    border-color: #4caf50;
}

.bundle-desktop-card.discount {
    border-color: #ff7a2e;
}

.bundle-desktop-card.trial {
    border-color: #c8c8c8;
}

.bundle-desktop-label {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 12px;
    letter-spacing: 0.5px;
    line-height: 1.2;
    background: #c8c8c8;
}

.bundle-desktop-card.best .bundle-desktop-label {
    background: #4caf50;
}

.bundle-desktop-card.discount .bundle-desktop-label {
    background: #ff7a2e;
}

.bundle-desktop-card.trial .bundle-desktop-label {
    background: #c8c8c8;
}

.bundle-desktop-body {
    padding: 18px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.bundle-desktop-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 6px;
}

.bundle-desktop-portions {
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.bundle-desktop-per-portion {
    display: inline-block;
    background: #fff3a8;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 3px;
    margin-bottom: 16px;
}

.bundle-desktop-img-wrap {
    margin: 0 auto 16px;
    max-width: 240px;
    width: 100%;
}

.bundle-desktop-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.bundle-desktop-price {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    margin: 4px 0 12px;
    color: #1a1a1a;
}

.bundle-desktop-price .green {
    color: #2d8a3e;
}

.bundle-desktop-price .grey {
    color: #b8b8b8;
}

.bundle-desktop-price .unit {
    font-weight: 700;
}

.bundle-desktop-pricing-detail {
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 6px;
}

.bundle-desktop-pricing-detail .strike {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
}

.bundle-desktop-pricing-detail .save-orange {
    color: #ff7a2e;
    font-weight: 700;
}

.bundle-desktop-pricing-detail .save-red {
    color: #d62828;
    font-weight: 700;
}

.bundle-desktop-pricing-detail .save-grey {
    color: #999;
    font-weight: 400;
}

.bundle-desktop-shipping {
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.bundle-desktop-stars {
    color: #ffc107;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.bundle-desktop-social {
    font-size: 13px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 14px;
}

.bundle-desktop-social .green {
    color: #2d8a3e;
    font-weight: 700;
}

.bundle-desktop-cta {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 22px;
    padding: 18px 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    background: #c8c8c8;
    margin-top: auto;
}

.bundle-desktop-card.best .bundle-desktop-cta {
    background: #4caf50;
}

.bundle-desktop-card.discount .bundle-desktop-cta {
    background: #ff7a2e;
}

.bundle-desktop-card.trial .bundle-desktop-cta {
    background: #c8c8c8;
}

.bundle-desktop-cta:hover {
    color: #fff;
    opacity: 0.92;
}

.bundle-desktop-guarantee {
    padding: 14px 16px 6px;
    background: #fff;
}

.bundle-desktop-guarantee .line1 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.bundle-desktop-guarantee .line2 {
    font-size: 13px;
    color: #555;
    line-height: 1.3;
    margin-top: 2px;
}

.bundle-desktop-payments {
    padding: 8px 16px 16px;
    text-align: center;
}

.bundle-desktop-payments img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ==================================================================
   SECTIE 11: NL TRUST STRIP (3 IKONEN) + PAYMENT
   ================================================================== */
.nl-trust-strip {
    padding: 18px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 12px;
}

.nl-trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 14px 18px;
}

.nl-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nl-trust-item .ico-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e8f3eb;
    color: #2d8a3e;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nl-trust-item .ico-circle svg {
    width: 20px;
    height: 20px;
}

.nl-trust-item .txt {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.35;
}

.payment-strip-wrap {
    text-align: center;
    padding: 4px 0;
}

.payment-strip-label {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.payment-strip-img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* ==================================================================
   SECTIE 12: PRODUKTINFOS ACCORDION
   ================================================================== */
.product-info-section {
    padding: 28px 0 20px;
    border-top: 1px solid #f0f0f0;
}

.product-info-section h2 {
    font-size: 19px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 14px;
}

.info-accordion details {
    background: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 8px;
    overflow: hidden;
}

.info-accordion summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.info-accordion summary::-webkit-details-marker {
    display: none;
}

.info-accordion summary::after {
    content: "›";
    font-size: 22px;
    transition: transform 0.2s ease;
    color: #555;
    line-height: 1;
    transform: rotate(90deg);
}

.info-accordion details[open] summary::after {
    transform: rotate(-90deg);
}

.info-accordion .panel {
    padding: 4px 18px 18px;
    background: #f7f7f7;
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;
}

.info-accordion .panel p {
    margin-bottom: 10px;
}

.info-accordion .panel p:last-child {
    margin-bottom: 0;
}

.info-accordion .panel strong {
    color: #1a1a1a;
}

.info-accordion .panel ol {
    padding-left: 22px;
    margin: 8px 0;
}

.info-accordion .panel ol li {
    margin-bottom: 4px;
    line-height: 1.55;
}

/* ==================================================================
   SECTIE 13: REVIEWS GRID — 2 KOLOMMEN (OOK OP MOBILE)
   ================================================================== */
.reviews-grid-section {
    padding: 28px 0 20px;
    border-top: 1px solid #f0f0f0;
}

.reviews-grid-section h2 {
    font-size: 19px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.grid-review {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 10px 10px 12px;
    font-size: 12px;
    line-height: 1.45;
}

.grid-review-head {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.grid-review-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2d8a3e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    flex-shrink: 0;
}

.grid-review-name {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.1;
}

.grid-review-verified {
    font-size: 8px;
    background: #e8f3eb;
    color: #2d8a3e;
    padding: 2px 5px;
    border-radius: 2px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.grid-review-date {
    font-size: 10px;
    color: #888;
    margin-left: auto;
}

.grid-review-stars {
    color: #ffc107;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.grid-review-title {
    font-size: 11px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 2px;
    text-transform: uppercase;
    line-height: 1.25;
}

.grid-review-body {
    font-size: 11px;
    line-height: 1.45;
    color: #333;
}

/* ==================================================================
   SECTIE 15: 90 DAYS GUARANTEE BLOCK
   ================================================================== */
.guarantee-section {
    padding: 28px 0;
    border-top: 1px solid #f0f0f0;
}

.guarantee-section h2 {
    font-size: 19px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.guarantee-section .sub {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.guarantee-card {
    background: #f7f7f7;
    border-left: 4px solid #ff9b3e;
    padding: 18px 18px 18px 16px;
    border-radius: 0 4px 4px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.guarantee-seal {
    align-self: flex-start;
    flex-shrink: 0;
}

.guarantee-text {
    font-size: 14px;
    line-height: 1.6;
    color: #2a2a2a;
}

.guarantee-text p {
    margin-bottom: 10px;
}

.guarantee-text p:last-child {
    margin-bottom: 0;
}

.guarantee-signature {
    font-size: 14px;
    color: #2a2a2a;
    margin-top: 14px;
    font-style: italic;
}

/* Pure CSS 90-dagen zegel */
.css-seal {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #1a1a1a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.css-seal::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px dashed #1a1a1a;
    border-radius: 50%;
}

.css-seal .top-text {
    position: absolute;
    top: 12px;
    font-size: 8px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.css-seal .bottom-text {
    position: absolute;
    bottom: 12px;
    font-size: 8px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.css-seal .num {
    font-size: 30px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1;
}

.css-seal .unit {
    font-size: 11px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 1px;
    margin-top: 2px;
    text-transform: uppercase;
}

/* ==================================================================
   SECTIE 16: FAQ ACCORDION
   ================================================================== */
.faq-section {
    padding: 28px 0;
    border-top: 1px solid #f0f0f0;
}

.faq-section h2 {
    font-size: 19px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.faq-section .sub {
    font-size: 14px;
    color: #555;
    margin-bottom: 18px;
}

.faq-list details {
    background: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 8px;
    overflow: hidden;
}

.faq-list summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    user-select: none;
    line-height: 1.4;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: "›";
    font-size: 22px;
    transition: transform 0.2s ease;
    color: #555;
    line-height: 1;
    transform: rotate(90deg);
    flex-shrink: 0;
}

.faq-list details[open] summary::after {
    transform: rotate(-90deg);
}

.faq-list .answer {
    padding: 4px 18px 18px;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 1.6;
    color: #2a2a2a;
}

/* ==================================================================
   SECTIE 17: SLOT-CTA + VOORDELEN BOX
   ================================================================== */
.slot-cta {
    padding: 28px 0 36px;
    border-top: 1px solid #f0f0f0;
    text-align: center;
}

.slot-cta h2 {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 14px;
    text-align: center;
}

.slot-cta .intro {
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;
    margin-bottom: 22px;
    text-align: center;
}

.slot-cta .intro strong {
    color: #1a1a1a;
    font-weight: 800;
}

.voordelen-box {
    background: #f4f5f5;
    border-radius: 6px;
    padding: 22px 18px;
    text-align: left;
    margin: 0 auto 20px;
    max-width: 540px;
}

.voordelen-box h3 {
    font-size: 19px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    text-align: center;
}

.voordelen-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.voordelen-list li {
    padding: 8px 0 8px 32px;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #2a2a2a;
}

.voordelen-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2d8a3e;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    line-height: 20px;
}

.voordelen-list li strong {
    color: #1a1a1a;
    font-weight: 800;
}

.voordelen-box .cta-button {
    max-width: 380px;
    margin: 0 auto;
}

/* ==================================================================
   FOOTER + DISCLAIMER
   ================================================================== */
.disclaimer {
    padding: 24px 0;
    border-top: 1px solid #f0f0f0;
    font-size: 11px;
    line-height: 1.5;
    color: #777;
}

.disclaimer p {
    margin-bottom: 10px;
}

.site-footer {
    background: #1a4d2e;
    color: #fff;
    padding: 24px 0;
    text-align: center;
    font-size: 13px;
}

.site-footer a {
    color: #fff;
    text-decoration: underline;
    margin: 0 8px;
}

/* ==================================================================
   RESPONSIVE — TABLET
   ================================================================== */
@media (min-width: 640px) {
    body {
        font-size: 18px;
    }

    .container {
        padding: 0 20px;
    }

    /* Countdown — tablet: tekst links, timer rechts */
    .countdown-banner .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }

    .countdown-text {
        text-align: left;
        flex: 1;
    }

    .countdown-title {
        font-size: 17px;
    }

    .countdown-subtitle {
        font-size: 13px;
    }

    .countdown-timer {
        flex-shrink: 0;
    }

    .countdown-box {
        width: 64px;
        padding: 10px 6px;
    }

    .countdown-box .num {
        font-size: 26px;
    }

    .countdown-box .label {
        font-size: 11px;
    }

    /* Trust strip horizontal */
    .trust-strip-inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
        text-align: left;
    }

    .trust-text {
        flex: 1;
    }

    .endorsement-bar {
        text-align: left;
    }

    /* H1 + bullets */
    .product-h1 {
        font-size: 28px;
    }

    .usp-bullets li {
        font-size: 17px;
    }

    /* Top reviews */
    .top-reviews h2,
    .product-info-section h2,
    .reviews-grid-section h2,
    .faq-section h2,
    .guarantee-section h2 {
        font-size: 22px;
    }

    /* Trust bullets horizontal */
    .trust-bullets {
        grid-template-columns: repeat(3, 1fr);
    }

    .trust-bullet {
        padding: 12px 14px;
    }

    /* NL trust horizontal */
    .nl-trust-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        padding: 18px 22px;
    }

    /* Slot CTA */
    .slot-cta h2 {
        font-size: 24px;
    }

    .slot-cta .intro {
        font-size: 16px;
    }

    /* Reviews grid: smaller but still 2 col */
    .grid-review {
        padding: 12px;
        font-size: 13px;
    }

    .grid-review-name {
        font-size: 13px;
    }

    .grid-review-title {
        font-size: 12px;
    }

    .grid-review-body {
        font-size: 12px;
    }

    /* Guarantee horizontal */
    .guarantee-card {
        flex-direction: row;
        align-items: flex-start;
        gap: 22px;
    }

    .guarantee-seal {
        padding-top: 4px;
    }

    /* CTA buttons sized */
    .cta-button {
        font-size: 18px;
        padding: 18px 28px;
    }

    /* Offer banner */
    .offer-banner-title {
        font-size: 26px;
    }

    .offer-banner-body p {
        font-size: 18px;
    }

    .offer-banner-body p.lead-bold {
        font-size: 21px;
    }

    /* Bundle grid stays 1 col under 960 to keep cards readable */
}

/* ==================================================================
   RESPONSIVE — DESKTOP
   ================================================================== */
@media (min-width: 960px) {
    .container {
        max-width: 980px;
    }

    /* Bundle: switch from mobile component to desktop component */
    .bundle-mobile {
        display: none;
    }

    .bundle-desktop {
        display: grid;
        grid-template-columns: 1fr 1.08fr 1fr;
        gap: 16px;
        align-items: stretch;
    }

    /* Desktop order: 3 (discount) / 6 (best) / 1 (trial) */
    .bundle-desktop-card.discount {
        order: 1;
    }

    .bundle-desktop-card.best {
        order: 2;
    }

    .bundle-desktop-card.trial {
        order: 3;
    }

    /* Best card iets uitgelicht */
    .bundle-desktop-card.best {
        box-shadow: 0 4px 16px rgba(76, 175, 80, 0.18);
    }

    /* Carousel: bigger nav buttons (1:1 ratio inherited) */
    .carousel-btn {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }

    /* Constrain carousel size on desktop so the 1:1 square isn't enormous */
    .carousel-section .carousel {
        max-width: 560px;
        margin: 0 auto;
    }

    /* Reviews grid: still 2 cols, ruimer */
    .reviews-grid {
        gap: 16px;
    }

    .grid-review {
        padding: 14px;
    }

    /* H1 */
    .product-h1 {
        font-size: 32px;
    }

    /* Heading sizes */
    .top-reviews h2,
    .product-info-section h2,
    .reviews-grid-section h2,
    .faq-section h2,
    .guarantee-section h2 {
        font-size: 24px;
    }

    /* Slot CTA */
    .slot-cta h2 {
        font-size: 28px;
    }
}