/* ===== RESET & VARIABLES ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --navy:        #0f172a;
    --navy-mid:    #1e293b;
    --blue:        #1e3a8a;
    --blue-bright: #1d4ed8;
    --green:       #16a34a;
    --green-light: #22c55e;
    --lime:        #84cc16;
    --white:       #ffffff;
    --off-white:   #f8fafc;
    --text:        #0f172a;
    --text-muted:  #475569;
    --border:      #e2e8f0;
    --shadow-sm:   0 2px 8px rgba(0,0,0,.06);
    --shadow-md:   0 8px 24px rgba(0,0,0,.12);
    --shadow-lg:   0 24px 56px rgba(0,0,0,.18);
    --shadow-green:0 20px 48px rgba(22,163,74,.28);
    --r-sm: 8px; --r-md: 16px; --r-lg: 24px; --r-xl: 48px;
}

/* ===== BASE ===== */
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Inter, sans-serif; color: var(--text); background: var(--white); line-height: 1.6; font-weight: 500; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

.skip-link { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { position: fixed; top: 0; left: 0; width: auto; height: auto; padding: 12px 20px; background: var(--green); color: #fff; font-weight: 900; z-index: 9999; border-radius: 0 0 var(--r-sm) 0; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

.container        { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.container--narrow{ max-width: 760px;  margin: 0 auto; padding: 0 20px; }

/* ===== HEADER ===== */
header { position: sticky; top: 0; background: var(--white); border-bottom: 2px solid var(--green); z-index: 100; box-shadow: var(--shadow-sm); }
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; flex-wrap: wrap; }
.logo-link { display: flex; align-items: center; }
.site-logo { height: 62px; width: auto; }
nav { display: flex; gap: 28px; align-items: center; }
nav a { color: var(--text); font-size: .94rem; font-weight: 700; transition: color .2s; position: relative; padding-bottom: 2px; }
nav a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--green); transition: width .3s; border-radius: 2px; }
nav a:hover { color: var(--green); }
nav a:hover::after, nav a.nav-active::after { width: 100%; }
nav a.nav-active { color: var(--green); }
.menu-btn { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--navy); padding: 6px; line-height: 1; }

/* Menu overlay (mobiel) */
#menu-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 99; opacity: 0; transition: opacity .3s; }
#menu-overlay.visible { display: block; opacity: 1; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: none; border-radius: var(--r-sm); cursor: pointer; font-weight: 900; transition: all .3s cubic-bezier(.2,.8,.2,1); letter-spacing: .02em; font-family: inherit; }
.btn-primary { padding: 16px 40px; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; font-size: 1.02rem; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: var(--shadow-green); }
.btn-primary:active { transform: scale(.98); }
.btn-primary:disabled { opacity: .6; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-sm { padding: 10px 24px; font-size: .9rem; }
.btn-outline { padding: 14px 34px; background: transparent; color: var(--green); border: 2px solid var(--green); font-size: .98rem; }
.btn-outline:hover { background: rgba(22,163,74,.06); }
.btn-white { padding: 14px 34px; background: var(--white); color: var(--green); border: none; font-size: .98rem; }
.btn-white:hover { background: var(--off-white); transform: translateY(-2px); }

/* ===== HERO ===== */
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 55%, rgba(22,163,74,.08) 100%); padding: 100px 0 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -80px; right: -120px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(22,163,74,.1), transparent 68%); border-radius: 50%; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-block; padding: 8px 20px; background: linear-gradient(135deg, var(--green), var(--lime)); color: #fff; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; border-radius: 999px; margin-bottom: 22px; font-size: .8rem; }
.hero-title { font-size: 3.4rem; line-height: 1.1; color: var(--white); font-weight: 900; letter-spacing: -.02em; margin-bottom: 14px; }
.hero-subtitle { font-size: 1.05rem; color: rgba(255,255,255,.7); font-weight: 700; margin-bottom: 16px; letter-spacing: .05em; text-transform: uppercase; font-size: .88rem; }
.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,.82); margin-bottom: 28px; line-height: 1.85; max-width: 520px; }
.price-block { display: flex; align-items: baseline; gap: 10px; margin-bottom: 16px; }
.price { font-size: 2.9rem; font-weight: 900; color: var(--lime); }
.price-meta { color: rgba(255,255,255,.65); font-size: 1rem; font-weight: 600; }
.quantity-row { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.qty-label { color: rgba(255,255,255,.8); font-weight: 700; font-size: .9rem; }
.quantity-selector { display: flex; align-items: center; background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.2); border-radius: var(--r-sm); overflow: hidden; }
.qty-btn { background: none; border: none; color: #fff; font-size: 1.3rem; font-weight: 900; width: 42px; height: 42px; cursor: pointer; transition: background .2s; }
.qty-btn:hover { background: rgba(255,255,255,.14); }
#qty-display { min-width: 40px; text-align: center; color: #fff; font-weight: 900; font-size: 1.05rem; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { display: flex; align-items: center; justify-content: center; }
.hero-img-card { border-radius: var(--r-xl); overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.06); max-width: 360px; width: 100%; aspect-ratio: 1; }
.hero-img-card img { width: 100%; height: 100%; object-fit: cover; }

/* ===== BANNER ===== */
.banner-section { padding: 28px 0 12px; background: var(--white); }
.banner-section img { max-width: 860px; width: 100%; margin: 0 auto; border-radius: var(--r-md); }

/* ===== TRUST STRIP ===== */
.trust-strip { background: var(--off-white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-strip-inner { display: flex; justify-content: center; flex-wrap: wrap; gap: 0; }
.trust-item { display: flex; align-items: center; gap: 10px; padding: 20px 32px; border-right: 1px solid var(--border); }
.trust-item:last-child { border-right: none; }
.trust-item-icon { font-size: 1.6rem; }
.trust-item-text strong { display: block; font-size: .95rem; font-weight: 900; color: var(--navy); }
.trust-item-text span { font-size: .82rem; color: var(--text-muted); }

/* ===== SECTIONS ===== */
.section { padding: 80px 0; }
.section-bg { background: linear-gradient(135deg, var(--off-white) 0%, rgba(22,163,74,.04) 100%); }
.section-navy { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-bright) 100%); color: var(--white); }
.section-dark { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); color: var(--white); }
.text-center { text-align: center; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-tag { display: inline-block; padding: 6px 16px; background: rgba(22,163,74,.1); color: var(--green); font-weight: 900; border-radius: 999px; font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; }
.section-navy .section-tag, .section-dark .section-tag { background: rgba(255,255,255,.12); color: rgba(255,255,255,.9); }
.section-title { font-size: 2.6rem; font-weight: 900; letter-spacing: -.02em; margin-bottom: 14px; color: var(--navy); line-height: 1.15; }
.section-navy .section-title, .section-dark .section-title { color: var(--white); }
.section-subtitle { font-size: 1.06rem; color: var(--text-muted); line-height: 1.8; max-width: 640px; }
.section-navy .section-subtitle, .section-dark .section-subtitle { color: rgba(255,255,255,.78); }
.section-header .section-subtitle { margin-left: auto; margin-right: auto; }

/* ===== GRID ===== */
.grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

/* ===== INTRO ===== */
.intro-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.intro-img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; }
.intro-text p { color: var(--text-muted); line-height: 1.85; margin-bottom: 16px; font-size: 1.02rem; }
.intro-text p:last-child { margin-bottom: 0; }

/* ===== FEATURE GRID ===== */
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature-card { background: var(--white); border: 2px solid rgba(22,163,74,.14); border-radius: var(--r-md); padding: 30px; transition: all .3s cubic-bezier(.2,.8,.2,1); }
.feature-card:hover { transform: translateY(-6px); border-color: var(--green); box-shadow: 0 20px 40px rgba(22,163,74,.13); }
.feature-icon { font-size: 2.2rem; margin-bottom: 16px; }
.feature-card h3 { font-size: 1.12rem; font-weight: 900; color: var(--navy); margin-bottom: 10px; }
.feature-card p { color: var(--text-muted); line-height: 1.7; font-size: .96rem; }

/* ===== PRODUCT SECTION ===== */
.product-gallery-wrap { position: relative; }
.product-main-frame { border-radius: var(--r-lg); overflow: hidden; background: var(--off-white); display: flex; align-items: center; justify-content: center; padding: 24px; min-height: 360px; }
.product-main-frame img { max-height: 340px; width: 100%; object-fit: contain; border-radius: var(--r-sm); }
.product-thumbs { display: flex; gap: 10px; margin-top: 14px; justify-content: center; flex-wrap: wrap; }
.product-thumb-btn { border: 2px solid transparent; background: var(--off-white); padding: 3px; border-radius: var(--r-sm); cursor: pointer; transition: border-color .2s; }
.product-thumb-btn:hover, .product-thumb-btn.active-thumb { border-color: var(--green); }
.product-thumb-btn img { width: 78px; height: 58px; object-fit: cover; border-radius: 6px; }
.product-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.product-tag { padding: 6px 14px; background: rgba(22,163,74,.1); color: var(--green); border-radius: 999px; font-size: .83rem; font-weight: 900; border: 1px solid rgba(22,163,74,.2); }
.product-feature-list { list-style: none; padding: 0; margin: 20px 0 28px; }
.product-feature-list li { padding: 11px 0; border-bottom: 1px solid var(--border); font-size: .97rem; color: var(--text); }
.product-feature-list li:last-child { border-bottom: none; }
.product-feature-list li::before { content: '✓ '; color: var(--green); font-weight: 900; }
.product-price-row { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.product-price { font-size: 2.4rem; font-weight: 900; color: var(--green); }
.product-price-sub { color: var(--text-muted); font-size: .9rem; }

/* ===== INGREDIENTS ===== */
.ingredients-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.ingredients-img img { width: 100%; }
.ingredient-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.ingredient-badge { padding: 8px 18px; background: rgba(22,163,74,.08); color: var(--green); border: 1px solid rgba(22,163,74,.2); border-radius: 999px; font-size: .86rem; font-weight: 700; }

/* ===== SOCIAL PROOF ===== */
.social-proof-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.social-proof-img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; }
.quote-block { padding: 24px 28px; background: rgba(255,255,255,.08); border-left: 4px solid var(--lime); border-radius: 0 var(--r-md) var(--r-md) 0; margin-top: 24px; }
.quote-block p { font-size: 1.06rem; line-height: 1.8; color: rgba(255,255,255,.9); font-style: italic; }
.quote-author { margin-top: 12px; font-weight: 900; color: var(--lime); font-style: normal; }

/* ===== GALLERY ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { border-radius: var(--r-md); overflow: hidden; aspect-ratio: 4/3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.05); }

/* ===== REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 22px; }
.review-card { padding: 26px; border-radius: var(--r-md); background: var(--white); border: 2px solid rgba(22,163,74,.1); transition: all .3s; }
.review-card:hover { transform: translateY(-4px); border-color: var(--green); box-shadow: 0 16px 40px rgba(22,163,74,.12); }
.review-stars { color: #f59e0b; font-size: 1.08rem; margin-bottom: 10px; letter-spacing: .04em; }
.review-text { color: var(--text-muted); line-height: 1.75; font-size: .97rem; }
.review-author { color: var(--navy); font-weight: 900; font-size: .94rem; margin-top: 14px; }

/* ===== FAQ ===== */
.faq-list { display: grid; gap: 13px; }
.faq-item { background: var(--white); border: 2px solid rgba(22,163,74,.12); border-radius: var(--r-md); overflow: hidden; transition: border-color .3s; }
.faq-item:hover { border-color: var(--green); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 22px; cursor: pointer; font-weight: 900; color: var(--navy); font-size: 1rem; user-select: none; gap: 12px; }
.faq-toggle { color: var(--green); font-size: 1.4rem; font-weight: 900; transition: transform .3s; flex-shrink: 0; }
.faq-answer { padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s; color: var(--text-muted); line-height: 1.8; font-size: .97rem; }
.faq-answer a { color: var(--green); }
.faq-item.active .faq-answer { max-height: 600px; padding: 0 22px 20px; }
.faq-item.active .faq-toggle { transform: rotate(45deg); }

/* ===== CTA ===== */
.cta-section .section-subtitle { max-width: 580px; margin: 0 auto 32px; }

/* ===== FOOTER ===== */
footer { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); color: var(--white); padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px,1fr)); gap: 40px; margin-bottom: 48px; }
footer h3 { color: var(--green); font-size: 1rem; font-weight: 900; margin-bottom: 14px; letter-spacing: .04em; }
footer p, footer a { color: rgba(255,255,255,.72); font-size: .94rem; line-height: 1.95; }
footer a:hover { color: var(--green); }
.footer-nav { display: flex; flex-direction: column; }
.footer-legal p { font-size: .86rem; }
.footer-legal strong { color: var(--white); }
.social-list { display: flex; gap: 10px; margin-top: 14px; }
.social-chip { width: 40px; height: 40px; border-radius: 50%; background: rgba(22,163,74,.15); display: flex; align-items: center; justify-content: center; color: var(--green); font-weight: 900; border: 2px solid rgba(22,163,74,.3); transition: all .3s; font-size: .88rem; }
.social-chip:hover { background: var(--green); color: var(--white); transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.footer-bottom p, .footer-bottom a { color: rgba(255,255,255,.45); font-size: .86rem; }
.footer-disclaimer { max-width: 700px; color: rgba(255,255,255,.6) !important; font-size: .84rem !important; line-height: 1.6 !important; }

/* ===== COOKIE BANNER ===== */
#cookie-banner { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--navy); border-top: 3px solid var(--green); padding: 16px 24px; z-index: 9998; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
#cookie-banner p { color: rgba(255,255,255,.85); font-size: .9rem; flex: 1; min-width: 200px; margin: 0; }
#cookie-banner a { color: var(--lime); }
.cookie-btns { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.cookie-dismiss { background: none; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.7); padding: 8px 16px; border-radius: 6px; cursor: pointer; font-size: .86rem; transition: background .2s; font-family: inherit; }
.cookie-dismiss:hover { background: rgba(255,255,255,.08); }

/* ===== TOAST ===== */
#social-toast { position: fixed; right: 20px; bottom: 20px; background: linear-gradient(135deg, var(--navy), var(--navy-mid)); color: var(--white); padding: 14px 18px; border-radius: var(--r-md); box-shadow: var(--shadow-lg); z-index: 9999; font-weight: 900; font-size: .94rem; opacity: 0; transform: translateY(12px); transition: opacity .32s cubic-bezier(.2,.9,.2,1), transform .32s cubic-bezier(.2,.9,.2,1); border: 2px solid rgba(22,163,74,.3); pointer-events: none; }
#social-toast.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

/* ===== OVER ONS / VERHAAL ===== */
.quote-box { margin-top: 24px; padding: 20px 24px; background: rgba(22,163,74,.08); border-left: 4px solid var(--green); border-radius: 0 var(--r-md) var(--r-md) 0; font-size: 1.05rem; font-style: italic; color: var(--text); line-height: 1.8; font-weight: 600; }
.story-section { max-width: 760px; margin: 0 auto; }
.story-title { font-size: 1.8rem; font-weight: 900; color: var(--navy); margin-bottom: 16px; letter-spacing: -.01em; }
.story-text { color: var(--text-muted); line-height: 1.85; font-size: 1.02rem; margin-bottom: 16px; }
.story-text:last-child { margin-bottom: 0; }
.story-effects { margin-top: 60px; }
.story-cta-block { margin-top: 60px; padding: 48px; background: linear-gradient(135deg, var(--navy), var(--navy-mid)); border-radius: var(--r-lg); text-align: center; color: var(--white); }
.story-cta-block p { color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.8; margin-bottom: 12px; max-width: 620px; margin-left: auto; margin-right: auto; }
.story-tagline { font-size: 2rem; font-weight: 900; color: var(--lime); letter-spacing: .04em; margin-bottom: 20px; text-transform: lowercase; }
.rodney-bio { display: flex; gap: 28px; align-items: flex-start; margin-top: 60px; padding: 36px; background: var(--white); border-radius: var(--r-lg); border: 2px solid rgba(22,163,74,.15); box-shadow: var(--shadow-sm); }
.rodney-bio-logo { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; border-radius: var(--r-sm); }
.rodney-bio-name { font-size: 1.3rem; font-weight: 900; color: var(--navy); margin-bottom: 4px; }
.rodney-bio-title { font-size: .88rem; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.rodney-bio-text { color: var(--text-muted); line-height: 1.8; font-size: .97rem; }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
    .hero-grid, .grid-two { grid-template-columns: 1fr; gap: 40px; }
    .hero-title { font-size: 2.8rem; }
    .hero-visual { order: -1; }
    .hero-img-card { max-width: 320px; }
    .gallery-grid { grid-template-columns: repeat(2,1fr); }
    .section-title { font-size: 2.2rem; }
    .trust-strip-inner { gap: 0; }
    .trust-item { padding: 16px 20px; }
}
@media (max-width: 720px) {
    .hero { padding: 60px 0 50px; }
    .hero-title { font-size: 2.3rem; }
    .feature-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
    .section { padding: 60px 0; }
    .section-title { font-size: 1.9rem; }
    .trust-item { padding: 14px 16px; }
    .trust-item:nth-child(n+3) { border-top: 1px solid var(--border); }
    #social-toast { left: 12px; right: 12px; bottom: 16px; }

    /* Mobiel menu knop */
    .menu-btn { display: block; }

    /* Mobiel nav uitklap */
    nav {
        display: none;
        flex-direction: column;
        width: 100%;
        padding: 0;
        border-top: 2px solid var(--green);
        gap: 0;
        background: var(--white);
        box-shadow: 0 8px 24px rgba(0,0,0,.12);
        position: relative;
        z-index: 100;
    }
    .header-inner.menu-open nav { display: flex; }

    /* Mobiel nav links */
    nav a {
        padding: 16px 20px;
        border-bottom: 1px solid var(--border);
        font-size: 1.05rem;
        color: var(--navy);
        display: flex;
        align-items: center;
        gap: 10px;
    }
    nav a:last-child { border-bottom: none; }
    nav a::after { display: none; }
    nav a:hover, nav a.nav-active { background: rgba(22,163,74,.06); color: var(--green); padding-left: 26px; }

    /* header zelf moet boven overlay staan */
    header { z-index: 100; }
}
@media (max-width: 480px) {
    .hero-title { font-size: 2rem; }
    .gallery-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .trust-strip-inner { flex-direction: column; align-items: flex-start; }
    .trust-item { border-right: none; border-bottom: 1px solid var(--border); width: 100%; }
    .trust-item:last-child { border-bottom: none; }
}
@media (max-width: 360px) {
    .footer-grid { grid-template-columns: 1fr; }
}
