/* Verlichting dienst-pagina — HOTFIX 53an */

.verlicht-hero {
    padding: 70px 20px 80px;
}

.verlicht-hero__grid {
    display: grid;
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

@media (min-width: 900px) {
    .verlicht-hero__grid {
        grid-template-columns: 1fr minmax(260px, 340px);
        align-items: start;
    }
}

.verlicht-hero__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ff6a1a;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.verlicht-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    line-height: 1.15;
    margin: 0 0 1rem;
    color: #fff;
}

.verlicht-hero__sub {
    font-size: 1.05rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 1.25rem;
}

.verlicht-hero__usps {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.verlicht-hero__usps li {
    padding: 0.35rem 0 0.35rem 1.4rem;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.verlicht-hero__usps li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ff6a1a;
    font-weight: 700;
}

.verlicht-hero__stats {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 1.5rem;
}

.verlicht-hero-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 1.5rem;
}

.verlicht-hero-card__header {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ff6a1a;
    font-weight: 700;
    margin: 0 0 1rem;
}

.verlicht-hero-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.88);
}

.verlicht-hero-card__list li {
    padding: 0.4rem 0 0.4rem 1.2rem;
    position: relative;
}

.verlicht-hero-card__list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #ff6a1a;
}

/* Intro */
.verlicht-intro .container {
    max-width: 1100px;
}

.verlicht-intro h2 {
    text-align: center;
    margin: 0 0 8px;
    font-size: 32px;
}

.verlicht-intro .lead {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
    font-size: 16px;
}

.verlicht-wat-doen-wij {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.wat-blok {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    padding: 24px 22px;
    text-align: center;
    transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}

.wat-blok:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    border-color: #ff6a1a;
}

.wat-blok__icoon {
    font-size: 36px;
    margin-bottom: 12px;
}

.wat-blok h3 {
    font-size: 17px;
    margin: 0 0 10px;
}

.wat-blok p {
    font-size: 14px;
    line-height: 1.5;
    color: #52525b;
    margin: 0;
}

/* Toepassingen */
.verlicht-toepassingen h2 {
    text-align: center;
    margin: 0 0 8px;
}

.verlicht-toepassingen .text-center {
    text-align: center;
    margin: 0 0 30px;
}

.toepassingen-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.toepassing-card {
    background: #fff;
    padding: 22px 20px;
    border-radius: 12px;
    border: 1px solid #e4e4e7;
}

.toepassing-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.toepassing-card__icoon {
    font-size: 24px;
}

.toepassing-card h3 {
    margin: 0;
    font-size: 18px;
}

.toepassing-card p {
    font-size: 14px;
    color: #52525b;
    line-height: 1.5;
    margin: 0 0 12px;
}

.toepassing-card__bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toepassing-card__bullets li {
    padding: 4px 0 4px 18px;
    font-size: 13px;
    color: #3f3f46;
    position: relative;
}

.toepassing-card__bullets li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ff6a1a;
    font-weight: 700;
}

.verlicht-offerte-wrap .container {
    max-width: 720px;
}

@media (max-width: 1000px) {
    .verlicht-wat-doen-wij {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 600px) {
    .verlicht-wat-doen-wij,
    .toepassingen-grid {
        grid-template-columns: 1fr;
    }
}
