/* ---- 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 h1 {
    font-size: clamp(2.5rem, 4vw, 4rem);
    margin-bottom: 0;
    color: #fff;
}

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

.hero-cta-group {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    margin: 1.5rem 0 1.25rem;
}
.hero-cta {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    background: var(--accent);
    padding: 0.85rem 1.75rem;
    border-radius: 0;
    text-decoration: none;
    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; }

/* ---- 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);
}

.usps-foot {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
    .hero {
        background: var(--bg) url('../images/hero/hero-dark-mobile.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 2.75rem;
        text-align: center;
        align-items: center;
        justify-content: space-between;
    }
    .hero-cta-group { align-self: center; align-items: center; margin: 0; }
    .hero-cta { font-size: 1rem; padding: 0.7rem 1.4rem; }
    .hero h1 { font-size: clamp(1.8rem, 5vw, 2.5rem); }
    .hero h1 em { color: #fff; }
    .hero-product-img { display: none; }
}

@media (max-width: 480px) {
    .section { padding: 4rem 0; }
}

/* ===== Productsectie: het startpakket ===== */
.product-showcase { background: var(--bg-subtle); }

.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.product-media { position: relative; }
.product-media-accent {
    position: absolute;
    right: -1.25rem;
    bottom: -1.25rem;
    width: 72%;
    height: 72%;
    background: var(--primary-light);
    z-index: 0;
}
.product-photo {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    box-shadow: var(--shadow-lg);
}

.product-info h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); margin: 0.5rem 0 1rem; }

.product-cta-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }

.product-usps {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 1.2rem 1.5rem;
    margin: 0 0 2rem;
    padding: 0;
}
.product-usps li { display: flex; gap: 0.7rem; align-items: center; }
.product-usps svg { width: 26px; height: 26px; flex-shrink: 0; color: var(--accent); }
.product-usps strong { display: block; font-size: 0.95rem; color: var(--text); line-height: 1.3; }
.product-usps span { font-size: 0.83rem; color: var(--text-muted); line-height: 1.35; }

@media (max-width: 900px) {
    .product-grid { grid-template-columns: 1fr; gap: 3rem; }
    .product-media { max-width: 440px; margin: 0 auto; }
    .product-info { text-align: center; }
    .product-info .section-label { display: inline-block; }
    .product-usps { max-width: 460px; margin-left: auto; margin-right: auto; text-align: left; }
    .product-cta-row { justify-content: center; }
}
@media (max-width: 480px) {
    .product-usps { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-flow: row; }
    .product-cta-row { flex-wrap: nowrap; gap: 0.6rem; }
    .product-cta-row .btn { flex: 1 1 0; padding-left: 0.5rem; padding-right: 0.5rem; font-size: 0.9rem; white-space: nowrap; }
}
