.btn-shop-nav { color: var(--primary) !important; }

.btn-outline { background: transparent; color: var(--text); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }

.btn-white { background: var(--bg); color: var(--primary); }
.btn-white:hover { background: var(--accent); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-md); }

.btn-arrow { transition: transform 0.2s; }
.btn:hover .btn-arrow { transform: translateX(3px); }

/* ---- Hero ---- */
.hero {
    background: var(--bg) url('../images/hero/hero-dark-desktop.webp') center center / cover no-repeat;
    min-height: clamp(560px, 68vh, 820px);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 3rem 3rem max(24px, calc((100vw - var(--container)) / 2 + 24px));
    max-width: 55%;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--accent);
    margin-bottom: 1.5rem;
}

.hero-eyebrow img { width: 40px; height: 40px; filter: brightness(0) invert(1); }

.hero h1 {
    font-size: clamp(2.5rem, 4vw, 4rem);
    margin-bottom: 0;
    color: #fff;
}

.hero h1 em { font-style: normal; color: #fff; }

.hero-price {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
}
.hero-price strong {
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    white-space: nowrap;
}

.hero-cta {
    align-self: flex-start;
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    background: var(--accent);
    padding: 0.85rem 1.75rem;
    border-radius: 0;
    text-decoration: none;
    margin-top: 1.5rem;
    margin-bottom: 2.75rem;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.hero-cta:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.hero-product-img { display: none; }

/* ---- Urgency strip ---- */
.urgency-strip {
    background: var(--primary-light);
    color: var(--text);
    text-align: center;
    padding: 1rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
}

.urgency-strip strong { color: var(--text); }

/* ---- Waarom ---- */
.waarom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.waarom-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
}

.waarom-number {
    display: block;
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: var(--accent);
    margin-bottom: 0.75rem;
    line-height: 1;
}

.waarom-card p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.65; }

.waarom-card h3 { font-family: var(--font-display); font-size: 1.15rem; margin-bottom: 0.5rem; }

.aftercare-icon { color: var(--accent); margin-bottom: 1rem; display: block; }

/* ---- B2B-band op homepage ---- */
.b2b-band {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 4rem 0;
    background: var(--bg);
}
.b2b-band-inner {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
}
.b2b-band h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    margin-bottom: 1rem;
}
.b2b-band p {
    color: var(--text-muted);
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 2rem;
}
.b2b-band .section-label { margin-bottom: 0.75rem; }

/* ---- Testimonial (v1-stijl, lichtblauw) ---- */
.testimonial {
    background: var(--primary-light);
    padding: 5rem 0;
}
.testimonial-inner {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}
.testimonial-quote {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: var(--text);
}
.testimonial-quote::before { content: "\201C"; }
.testimonial-quote::after { content: "\201D"; }
.testimonial-cite {
    font-size: 0.95rem;
    color: var(--text-muted);
}

/* ---- Quote ---- */
.quote-block { background: var(--primary-light); padding: 3.5rem 0; }

.expert-quote { max-width: 680px; margin: 0 auto; text-align: center; }

.expert-quote p {
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    color: var(--text);
    font-style: italic;
    line-height: 1.75;
    margin-bottom: 0;
}


/* ---- In het nieuws ---- */
.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.news-carousel-wrap { position: relative; }

.news-carousel {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.news-carousel::-webkit-scrollbar { display: none; }

.news-carousel .news-card {
    flex: 0 0 calc((100% - 2.5rem) / 3);
    min-width: 280px;
    scroll-snap-align: start;
}

.news-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: var(--bg);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    color: var(--text);
    transition: opacity 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
}
.news-carousel-btn:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.news-carousel-btn--prev { left: -22px; }
.news-carousel-btn--next { right: -22px; }
.news-carousel-btn.is-disabled { opacity: 0; pointer-events: none; }

.news-card {
    display: flex;
    flex-direction: column;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.25s, transform 0.25s;
    text-decoration: none;
    color: inherit;
}

.news-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

.news-meta {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
}

.news-source {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary);
}

.news-date {
    font-size: 0.65rem;
    color: var(--text-muted);
}

.news-date::before { content: '· '; margin-right: 0.2rem; }

.news-card h3 {
    font-size: 1rem;
    color: var(--text);
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.news-card p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.6;
    flex: 1;
}

.news-link {
    font-size: 0.8rem;
    color: var(--primary);
    font-weight: 600;
    margin-top: 1rem;
}

/* ---- Solution ---- */
.solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.solution-image { position: relative; }
.solution-main-img { }

.solution-compact {
    position: absolute;
    bottom: -1.5rem;
    left: -1rem;
    background: var(--bg);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.solution-compact img { width: 120px; }
.solution-compact span { font-size: 0.85rem; font-weight: 600; }

.solution-content h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 1rem; }
.solution-intro { font-size: 1.125rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 2rem; }

.features { list-style: none; margin-bottom: 2rem; display: flex; flex-direction: column; gap: 0.6rem; }
.features li { display: flex; align-items: center; gap: 0.6rem; font-size: 0.95rem; }
.feature-check { color: var(--primary); font-weight: 700; font-size: 1.1rem; }

.solution-price { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 1.5rem; }
.price-amount { font-family: var(--font-display); font-size: 2rem; font-weight: 700; }
.price-note { font-size: 0.88rem; color: var(--text-muted); }

/* ---- Steps ---- */
.steps { background: var(--bg-subtle); }

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.steps-foot {
    text-align: center;
    margin-top: 2.5rem;
}

.step-card { text-align: center; }

.step-num {
    display: block;
    width: 44px;
    height: auto;
    margin: 0 auto 1rem;
}

.step-img-wrap {
    aspect-ratio: 4/3;
    background: var(--bg-subtle);
    border-radius: var(--r-md);
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid var(--border);
}
.step-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

.step-card h3 { font-size: 1.05rem; color: var(--text); margin-bottom: 0.5rem; }
.step-card p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.5; }

/* ---- CTA ---- */
.cta-section { padding: 5rem 0; }

.cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
    align-items: center;
}

.cta-content h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--text); margin-bottom: 1rem; }
.cta-content p { font-size: 1.125rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 1.5rem; }
.cta-buttons { display: flex; flex-wrap: wrap; gap: 1rem; }
.cta-image { display: flex; justify-content: center; }
.cta-image img { max-width: 340px; }


/* ---- USPs ---- */
.usps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.usp {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 1.5rem;
}
.usp-icon {
    width: 36px;
    height: 36px;
    color: var(--accent);
    margin-bottom: 0.85rem;
}
.usp h3 { font-size: 0.95rem; margin-bottom: 0.4rem; }
.usp p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 0; }

.usps-foot {
    text-align: center;
    margin-top: 2.5rem;
}
.tlink {
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    border-bottom: 1.5px solid currentColor;
    padding-bottom: 1px;
}


/* ---- Responsive ---- */
@media (max-width: 900px) {
    .hero {
        background: var(--bg) url('../images/hero/hero-dark-mobile-v2.webp') center center / cover no-repeat;
        min-height: clamp(480px, 90vw, 600px);
        justify-content: center;
        align-items: stretch;
    }
    .hero-content {
        max-width: 100%;
        padding: 2.5rem 24px;
        text-align: center;
        align-items: center;
        justify-content: space-between;
    }
    .hero-cta { align-self: center; margin-bottom: 0; font-size: 1rem; padding: 0.7rem 1.4rem; }
    .hero h1 { font-size: clamp(1.8rem, 5vw, 2.5rem); }
    .hero h1 em { color: #fff; }
    .hero .btn-outline { border-color: rgba(255,255,255,0.6); border-width: 2px; }
    .hero-product-img { display: none; }

    .waarom-grid { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: 1fr; }
    .usps { grid-template-columns: repeat(2, 1fr); }

    .news-carousel .news-card { flex-basis: 85%; min-width: 0; scroll-snap-align: center; }
    .news-carousel-btn { display: none; }

    .solution-grid { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
    .solution-content .section-label { text-align: center; }
    .solution-image { max-width: 400px; margin: 0 auto; }
    .solution-compact { display: none; }
    .features { align-items: flex-start; text-align: left; max-width: max-content; margin-left: auto; margin-right: auto; }
    .solution-price { flex-direction: column; align-items: center; gap: 0.25rem; }
    .solution-content .btn { margin: 0 auto; }

    .cta-grid { grid-template-columns: 1fr; text-align: center; }
    .cta-buttons { justify-content: center; }
    .cta-section .solution-price { justify-content: center; }
    .cta-image { display: none; }
}

@media (max-width: 768px) {
    .steps-grid {
        display: flex;
        gap: 1.25rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        padding: 0.5rem 4px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .steps-grid::-webkit-scrollbar { display: none; }
    .step-card {
        flex: 0 0 70%;
        max-width: 320px;
        min-width: 0;
        scroll-snap-align: center;
    }
    .step-card h3 { font-size: 1rem; }
    .step-card p { font-size: 0.9rem; }
    .step-num { width: 32px; }
}

@media (max-width: 480px) {
    .steps-grid { gap: 1rem; }
}

@media (max-width: 480px) {
    .section { padding: 4rem 0; }
    .waarom-number { font-size: 2rem; }
}
