/* /buitenverlichting — HOTFIX 8 landing page */

.page-buitenverlichting .site-main {
    padding-top: 0;
}

.bv-section-title {
    margin: 0 0 1.5rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-align: center;
}

.bv-section-title--light {
    color: #fff;
}

/* Hero */
.bv-hero {
    position: relative;
    background: #000;
    color: #fff;
    overflow: visible;
    padding-block: 0;
    min-height: auto;
}

.bv-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bv-hero-bg, none);
    background-size: cover;
    background-position: center;
    opacity: 0.45;
}

.bv-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.bv-hero--has-bg::before {
    opacity: 1;
}

.bv-hero--has-bg .bv-hero__overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.bv-hero__inner {
    position: relative;
    z-index: 1;
}

.bv-hero__grid {
    display: grid;
    gap: 2rem;
    align-items: stretch;
}

.bv-hero__copy {
    padding-block: clamp(3rem, 6vw, 6rem);
}

@media (min-width: 1024px) {
    .bv-hero {
        min-height: 640px;
    }

    .bv-hero__grid {
        grid-template-columns: minmax(0, 1fr) 320px;
        min-height: 640px;
    }

    .bv-hero__copy {
        padding-block: 96px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 1280px) {
    .bv-hero__grid {
        grid-template-columns: minmax(0, 1fr) 380px;
    }
}

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

.bv-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(1.85rem, 4.5vw, 2.85rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.bv-hero__sub {
    margin: 0 0 1.25rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 38rem;
}

.bv-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin: 0 0 1.75rem;
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
}

.bv-hero__trust li::before {
    content: "✓ ";
    color: #12b5b0;
    font-weight: 700;
}

.bv-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.bv-hero__media {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.bv-hero__photo {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

/* Cards */
.bv-services__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .bv-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .bv-services__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bv-audience__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .bv-audience__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .bv-audience__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.bv-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
}

.section--alt .bv-card {
    background: #fff;
}

.bv-card__icon {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
}

.bv-card__title {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
}

.bv-card__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4b5563;
}

/* Steps */
.bv-steps__list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 900px) {
    .bv-steps__list {
        grid-template-columns: repeat(5, 1fr);
        gap: 1.25rem;
    }
}

.bv-step {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    background: #f9fafb;
    border-radius: 12px;
    padding: 1.25rem;
}

.bv-step__num {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #ff6a1a;
    color: #fff;
    font-weight: 800;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bv-step__title {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 700;
}

.bv-step__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #4b5563;
}

/* Gallery */
.bv-gallery {
    background: #111827;
    color: #fff;
}

.bv-gallery__sub {
    text-align: center;
    margin: -0.5rem auto 2rem;
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.75);
}

.bv-gallery__grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .bv-gallery__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .bv-gallery__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.bv-gallery__item {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.bv-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.bv-gallery__item:hover img,
.bv-gallery__item:focus-visible img {
    transform: scale(1.04);
}

.bv-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.bv-lightbox[hidden] {
    display: none !important;
}

.bv-lightbox__figure {
    margin: 0;
    max-width: min(960px, 92vw);
    text-align: center;
}

.bv-lightbox__img {
    max-width: 100%;
    max-height: 78vh;
    border-radius: 8px;
}

.bv-lightbox__caption {
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.bv-lightbox__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

.bv-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    border-radius: 8px;
}

.bv-lightbox__nav--prev {
    left: 1rem;
}

.bv-lightbox__nav--next {
    right: 1rem;
}

/* Form */
.bv-form__sub {
    text-align: center;
    margin: -0.5rem auto 2rem;
    color: #4b5563;
    max-width: 36rem;
}

.bv-form__form p,
.bv-form__form fieldset {
    margin-bottom: 1rem;
}

.bv-form__form label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
}

.bv-form__form input[type="text"],
.bv-form__form input[type="email"],
.bv-form__form input[type="tel"],
.bv-form__form select,
.bv-form__form textarea {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font: inherit;
    background: #fff;
}

.bv-form__grid {
    display: grid;
    gap: 0 1rem;
}

@media (min-width: 640px) {
    .bv-form__grid {
        grid-template-columns: 1fr 1fr;
    }
}

.bv-fieldset {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1rem;
}

.bv-fieldset legend {
    font-weight: 700;
    padding: 0 0.35rem;
}

.bv-radio-row,
.bv-check-grid {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bv-radio-row label,
.bv-check-grid label,
.bv-form__privacy label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-weight: 400;
    cursor: pointer;
}

.bv-form__hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.bv-form__error {
    color: #b91c1c;
    background: #fee2e2;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.bv-form__submit {
    width: 100%;
}

@media (min-width: 480px) {
    .bv-form__submit {
        width: auto;
        min-width: 14rem;
    }
}

/* FAQ */
.bv-faq__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.bv-faq__item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.75rem 1rem;
}

.bv-faq__item summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.bv-faq__item summary::-webkit-details-marker {
    display: none;
}

.bv-faq__item p {
    margin: 0.75rem 0 0;
    line-height: 1.65;
    color: #4b5563;
}

/* Thank you */
.bv-thanks__inner {
    text-align: center;
    padding-block: 4rem;
}

.bv-thanks__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    background: #d1fae5;
    color: #065f46;
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bv-thanks__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
}

.bv-thanks__lead {
    margin: 0 auto 2rem;
    max-width: 32rem;
    color: #4b5563;
    line-height: 1.65;
}

.bv-thanks__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* Hero USP cards (in-flow, geen absolute positioning) */
.bv-hero__cards-wrap {
    display: none;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding: 24px 0;
    height: 100%;
    align-items: stretch;
}

@media (min-width: 1024px) {
    .bv-hero__cards-wrap {
        display: flex;
        padding-block: 48px;
        align-items: center;
    }
}

.bv-hero__usp-card {
    background: #fff;
    color: #111;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1 1 0;
    min-height: 0;
    font-size: 0.875rem;
    line-height: 1.45;
}

.bv-hero__usp-tag {
    display: inline-block;
    align-self: flex-start;
    padding: 0.15rem 0.5rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: #ff6a1a;
    border-radius: 4px;
}

.bv-hero__usp-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
}

.bv-hero__usp-text {
    margin: 0;
    font-size: 0.8125rem;
    color: #4b5563;
}

.bv-hero__usp-text--italic {
    font-style: italic;
}

.bv-hero__usp-icon {
    font-size: 1.25rem;
    line-height: 1;
}

/* Season banner */
.bv-season-banner {
    background: linear-gradient(90deg, #ea580c 0%, #f97316 100%);
    color: #fff;
    padding: 0.85rem 0;
}

.bv-season-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
    position: relative;
    padding-right: 2.5rem;
}

.bv-season-banner__text {
    margin: 0;
    flex: 1 1 16rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.bv-season-banner__cta {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
}

.bv-season-banner__dismiss {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

/* Service cards — SVG icons */
.bv-card--service {
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.bv-card--service:hover {
    transform: translateY(-4px);
    border-color: #ff6a1a;
    box-shadow: 0 12px 28px rgba(255, 106, 26, 0.12);
}

.bv-card__icon-ring {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 106, 26, 0.1);
    color: #ff6a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: color 0.2s ease, background 0.2s ease;
}

.bv-card--service:hover .bv-card__icon-ring {
    color: #ff6a1a;
    background: rgba(255, 106, 26, 0.18);
}

.bv-card--service .service-icon-svg {
    width: 56px;
    height: 56px;
}

.bv-card--service .bv-card__title {
    font-size: 1.125rem;
    font-weight: 700;
}

.bv-card--service .bv-card__text {
    font-size: 0.875rem;
    color: #666;
}

/* Gallery */
.bv-gallery__sub {
    text-align: center;
    color: #666;
    margin: -0.5rem 0 1.5rem;
}

.bv-gallery__grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 640px) {
    .bv-gallery__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .bv-gallery__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.bv-gallery__item {
    position: relative;
    border: none;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1;
    background: #111;
}

.bv-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.bv-gallery__item:hover img {
    transform: scale(1.04);
}

.bv-gallery__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5rem 0.65rem;
    font-size: 0.75rem;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
}

.bv-gallery__more {
    text-align: center;
    margin-top: 1.25rem;
}

/* Lightbox */
.bv-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.bv-lightbox[hidden] {
    display: none !important;
}

.bv-lightbox__figure {
    margin: 0;
    max-width: min(92vw, 1100px);
    text-align: center;
}

.bv-lightbox__img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.bv-lightbox__caption {
    color: #fff;
    margin-top: 0.75rem;
    font-size: 0.9rem;
}

.bv-lightbox__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}

.bv-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    cursor: pointer;
}

.bv-lightbox__nav--prev {
    left: 1rem;
}

.bv-lightbox__nav--next {
    right: 1rem;
}

/* Timeline steps */
.bv-steps--timeline .bv-steps__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
}

@media (min-width: 900px) {
    .bv-steps--timeline .bv-steps__list {
        flex-direction: row;
        align-items: flex-start;
        gap: 0;
    }

    .bv-steps--timeline .bv-steps__list::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 10%;
        right: 10%;
        height: 3px;
        background: #ff6a1a;
        z-index: 0;
    }
}

.bv-step {
    display: flex;
    gap: 1rem;
    flex: 1;
    position: relative;
    z-index: 1;
}

@media (min-width: 900px) {
    .bv-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 0.5rem;
    }
}

.bv-step--hidden {
    opacity: 0;
    transform: translateX(-12px);
}

.bv-step--visible {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.bv-step__marker {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.bv-step__num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff6a1a;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.bv-step__icon svg {
    width: 28px;
    height: 28px;
    color: #ff6a1a;
}

@media (max-width: 899px) {
    .bv-steps--timeline .bv-steps__list::before {
        content: "";
        position: absolute;
        left: 19px;
        top: 0;
        bottom: 0;
        width: 3px;
        background: #ff6a1a;
    }

    .bv-step {
        padding-left: 0.5rem;
    }
}

/* Multi-step form */
.bv-form__progress {
    height: 6px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.bv-form__progress-bar {
    height: 100%;
    background: #ff6a1a;
    border-radius: 999px;
    transition: width 0.3s ease;
}

.bv-form__step-label {
    font-weight: 700;
    font-size: 0.875rem;
    color: #666;
    margin: 0 0 1.25rem;
}

.bv-form__pane-title {
    margin: 0 0 1rem;
    font-size: 1.15rem;
}

.bv-form__pane[hidden] {
    display: none !important;
}

.bv-form__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.bv-form__success {
    text-align: center;
    padding: 2rem 1rem;
}

.bv-form__success-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #d1fae5;
    color: #065f46;
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Testimonials */
.bv-testimonials__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .bv-testimonials__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bv-testimonials__item .review-card {
    height: 100%;
}

/* Partner section */
.bv-partner {
    background: #f8fafc;
}

.bv-partner__inner {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .bv-partner__inner {
        grid-template-columns: 1fr 1fr;
    }
}

.bv-partner__skyline svg {
    width: 100%;
    height: auto;
    display: block;
}
/* HOTFIX 53ap — Nederland-breed landingspagina */
.buiten-hero.dienst-hero .bv-hero__title,
.buiten-hero.dienst-hero .bv-hero__sub,
.buiten-hero.dienst-hero .bv-hero__eyebrow {
    color: #fff;
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}

.hero-highlights .hero-pill,
.bv-hero__trust .hero-pill {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.95);
}

.seizoen-card {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 16px 18px;
    color: #fff;
}

.seizoen-card__label {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.seizoen-card strong {
    display: block;
    font-size: 15px;
    color: #fff;
}

.seizoen-card .small {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin: 4px 0 0;
}

.seizoen-card--season {
    background: linear-gradient(135deg, rgba(255, 106, 26, 0.4), rgba(255, 106, 26, 0.2));
    border-color: rgba(255, 106, 26, 0.5);
}

.buiten-alles .muted.text-center {
    text-align: center;
    margin: 0 0 1.5rem;
}

.alles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 30px;
}

.alles-card__icoon {
    margin-bottom: 8px;
}

.voor-wie-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 30px;
}

.voor-wie-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.voor-wie-card li {
    font-size: 13px;
    padding: 3px 0 3px 16px;
    position: relative;
    color: #3f3f46;
}

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

.voor-wie-card--featured {
    border-color: #ff6a1a !important;
}

.voor-wie-card__icoon {
    font-size: 28px;
    margin-bottom: 10px;
}

.werkgebied-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 30px 0 40px;
}

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

.werkgebied-card__pin {
    font-size: 28px;
    margin-bottom: 8px;
}

.werkgebied-card strong {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

.werkgebied-card p {
    font-size: 13px;
    color: #71717a;
    margin: 0;
    line-height: 1.4;
}

.werkgebied-quote {
    background: linear-gradient(135deg, #ff6a1a 0%, #991b1b 100%);
    color: #fff;
    padding: 32px;
    border-radius: 14px;
    text-align: center;
}

.werkgebied-quote blockquote {
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 14px;
    font-style: italic;
}

.werkgebied-quote cite {
    font-style: normal;
    font-weight: 600;
    opacity: 0.9;
}

.vaste-partner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

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

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

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

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

    .vaste-partner-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .alles-grid,
    .voor-wie-grid,
    .werkgebied-grid {
        grid-template-columns: 1fr;
    }
}

/* HOTFIX 21: hero grid breakpoints 1024/1280 */
