/* Elektricien in Den Haag - site aanpassingen */

/* Hero mankracht framing — groter */
#header-image {
    top: 1rem !important;
    width: 26rem !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
}

@media only screen and (max-width: 760px) {
    .Banner__introtext #header-image,
    #header-image {
        top: 29rem !important;
        width: 115vw !important;
        max-width: none !important;
        left: 50% !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: translateX(-50%) !important;
        z-index: 1 !important;
        pointer-events: none !important;
    }
    .Banner__introtext .Button,
    .Banner__introtext a.Button {
        position: relative;
        z-index: 10 !important;
    }
}

/* Hero H1 — zelfde Tahoma bold als overige koppen */
html {
    scroll-behavior: smooth;
}

.Banner__introtext h1 {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    line-height: 1.15;
}

.Homepage__content h2 {
    font-weight: 700;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

.Navigation__menu .spoedservice > a,
.Mobile__list .spoedservice > a {
    font-weight: 700 !important;
}

.Header__menu__mobile .Header__tagline,
.Header__menu.--desktop .Header__tagline {
    display: block;
    font: 700 1.35rem/1.25 Tahoma, Geneva, Verdana, sans-serif;
    color: #101010;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.Header__menu__mobile {
    padding: 0.35rem 0;
}

.Header__menu__mobile .Header__menu {
    justify-content: center;
    text-align: center;
}

.Header__menu__mobile .Header__menu li {
    width: 100%;
}

@media only screen and (max-width: 960px) {
    .Header__menu__mobile .Header__tagline {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 480px) {
    .Header__menu__mobile .Header__tagline {
        font-size: 1.1rem;
        white-space: normal;
    }
}

/* User logo — scale the image itself, not the header box */
.Header__logo {
    width: auto !important;
    height: auto !important;
    display: inline-block;
}
.Header__logo img {
    width: 29rem !important;
    height: auto !important;
    max-width: none !important;
    margin-top: -.5rem;
    display: block;
}

@media only screen and (max-width: 960px) {
    .Header__logo img {
        width: 24rem !important;
    }
}

@media only screen and (max-width: 480px) {
    .Header__logo img {
        width: 19rem !important;
        padding: 0 !important;
    }
}

/* Online afspraak pagina — gele tool zoals referentie */
html.eil-appointment-page,
html.eil-appointment-page body {
    background: #fcd100;
}

html.eil-appointment-page body > #app {
    background: #fcd100 !important;
    min-height: 100vh;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 1.2rem;
    padding-bottom: 2rem;
}

html.eil-appointment-page body > #app #container {
    width: 90vw;
    max-width: 600px;
}

html.eil-appointment-page .EilCookieBanner,
html.eil-appointment-page .EilLangSwitcher {
    display: none !important;
}

/* Header: logo + merknaam links, telefoon rechts */
html.eil-appointment-page body > #app #container > .d-flex.justify-content-between.align-items-center {
    padding-top: 0.4rem;
    padding-bottom: 0.8rem;
    align-items: center !important;
}

html.eil-appointment-page body > #app .eil-appt-brand {
    display: inline-block;
    text-decoration: none;
    line-height: 0;
}

html.eil-appointment-page body > #app .eil-appt-logo,
html.eil-appointment-page body > #app .rss-logo {
    display: block;
    width: auto !important;
    max-width: 16rem !important;
    max-height: 3.6rem !important;
    height: auto !important;
}

html.eil-appointment-page body > #app .phoneNumber {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

html.eil-appointment-page body > #app .phoneNumber a {
    color: #101010;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font: 400 1.8rem/1 "Bebas Neue", Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.02em;
}

html.eil-appointment-page body > #app .phoneNumber img {
    width: 1.5rem;
    height: auto;
}

/* Voortgangsbalk */
html.eil-appointment-page body > #app .progress-container {
    margin-top: 0.2rem !important;
    margin-bottom: 1rem !important;
}

html.eil-appointment-page body > #app .progress-container .bar {
    background-color: rgba(0, 0, 0, 0.12) !important;
    border-color: transparent !important;
    height: 4px !important;
    border-radius: 2px !important;
}

html.eil-appointment-page body > #app .progress-container .fill {
    background-color: #101010 !important;
    height: 4px !important;
    border-radius: 2px !important;
}

html.eil-appointment-page body > #app .progress-container .step {
    font-size: 1.35rem;
    color: #101010;
}

html.eil-appointment-page body > #app .progress-container .step > .detail {
    color: rgba(0, 0, 0, 0.28) !important;
}

/* Hoofdtitel */
html.eil-appointment-page body > #app h3 {
    font-family: "Bebas Neue", Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 2.35rem !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #101010 !important;
    margin: 0 0 1rem !important;
}

/* Witte formulierkaart */
html.eil-appointment-page body > #app .section {
    border-radius: 10px !important;
    box-shadow: none;
}

html.eil-appointment-page body > #app .section h4 {
    font-size: 1.25rem !important;
    margin-bottom: 0.35rem !important;
}

html.eil-appointment-page body > #app .section p {
    color: #101010;
}

/* VOLGENDE-knop */
html.eil-appointment-page body > #app .button.primary {
    background-color: #5a5340 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

html.eil-appointment-page body > #app .button.primary.sticky {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto !important;
    margin-top: 0.5rem !important;
}

@media only screen and (max-width: 480px) {
    html.eil-appointment-page body > #app {
        padding-top: 0.8rem;
    }

    html.eil-appointment-page body > #app .eil-appt-logo,
    html.eil-appointment-page body > #app .rss-logo {
        max-width: 12.5rem !important;
        max-height: 3rem !important;
    }

    html.eil-appointment-page body > #app .phoneNumber a {
        font-size: 1.45rem;
    }

    html.eil-appointment-page body > #app h3 {
        font-size: 2rem !important;
    }
}

/* Header: zoekbalk verbergen, trust badges naast afspraak-knop */
.Header__search {
    display: none !important;
}

/* Header: alles verticaal centreren in de balk */
.Second__layout .Header .Parent {
    align-items: center;
    margin: 0;
}

.Second__layout .Header__left {
    margin: 0;
}

.Second__layout .Header__logo img {
    margin-top: 0 !important;
}

.Second__layout .Header__right__container {
    align-items: center;
}

.Second__layout .Header__meta {
    justify-content: center;
}

.Second__layout .Header__menu.--desktop {
    margin-top: 0;
}

.Second__layout .Header__buttons {
    align-items: center;
}

.Second__layout .Header__buttons__desktop a {
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 851px) {
    .Second__layout .Header__right__container {
        margin-top: 0;
    }
}

.Header__buttons__desktop {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
}

.Header__trustbadges {
    display: flex;
    align-items: center;
    line-height: 0;
}

.Header__trustbadge {
    display: block;
    height: auto;
    width: auto;
}

.Header__trustbadge--247 {
    width: 7.5rem;
    height: 7.5rem;
}

@media only screen and (max-width: 960px) {
    .Header__trustbadges {
        display: none;
    }
}

/* Mobiele header: alleen logo, BEL DIRECT en 24/7-icoon */
@media only screen and (max-width: 760px) {
    .Header__menu__mobile {
        display: none !important;
    }

    .Second__layout .Header .Container {
        display: flex;
        align-items: center;
    }

    .Second__layout .Header .Parent {
        display: flex !important;
        align-items: center !important;
        width: 100%;
        margin: 0 !important;
    }

    .Second__layout .Header__left {
        float: none !important;
        margin: 0 !important;
        width: auto !important;
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        align-items: center;
    }

    .Second__layout .Header__logo {
        display: flex !important;
        align-items: center;
        width: auto !important;
        height: auto !important;
        max-height: 6.5rem;
    }

    .Second__layout .Header__logo img {
        width: auto !important;
        max-width: 22rem !important;
        max-height: 6rem !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .Second__layout .Header__right {
        float: none !important;
        margin: 0 !important;
        width: auto !important;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }

    .Second__layout .Header__right__container {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        width: auto !important;
    }

    .Second__layout .Header__buttons {
        margin-top: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    .Second__layout .Header__buttons__desktop {
        display: flex !important;
        align-items: center !important;
        gap: 0.8rem;
    }

    .Second__layout .Header__buttons__desktop #appointment-top {
        display: none !important;
    }

    .Header__trustbadges {
        display: flex !important;
    }

    .Header__trustbadge--247 {
        width: 7.5rem;
        height: 7.5rem;
    }

    .Second__layout .Header__buttons__desktop a {
        margin: 0 !important;
        display: flex !important;
        align-items: center;
        max-height: 4.2rem;
        padding: 0.9rem 1.2rem !important;
        line-height: 1 !important;
    }

    .Second__layout .Header__mobile {
        display: none !important;
    }
}

/* Banner contact: contactblok steekt onder gele banner uit over witte homepage */
.Banner {
    overflow: visible;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 2;
}

.Banner__options {
    overflow: visible;
}

@media only screen and (min-width: 761px) {
    .Second__layout,
    .frontend {
        overflow: visible;
    }

    .Banner .Container {
        overflow: visible;
    }

    .Banner__options {
        position: relative;
        display: block !important;
        overflow: visible;
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    .Banner__contact:has(.Banner__trustbadges) {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(33.33% - 1.6rem);
        max-width: calc(33.33% - 1.6rem);
        z-index: 10;
        margin: 0 !important;
        padding: 0;
        float: none !important;
        clear: none !important;
    }

    .Banner__contact__content.--is-homepage {
        position: relative !important;
        top: 0 !important;
        left: auto;
        right: auto;
    }

    .Banner__trustbadges {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        z-index: 2;
        background: #fff;
        line-height: 0;
    }

    .Banner__blocks {
        margin-left: calc(33.33% + 0.8rem) !important;
        width: calc(66.66% - 0.8rem) !important;
        float: none !important;
        clear: none !important;
    }

    .Banner__blocks:last-child,
    .Banner__blocks:nth-child(1n),
    .Banner__blocks:nth-child(1n+1),
    .Banner__blocks:nth-child(3n) {
        float: none !important;
        clear: none !important;
        margin-right: 0 !important;
        width: calc(66.66% - 0.8rem) !important;
    }

    .Homepage {
        position: relative;
        z-index: 1;
        margin-top: 2rem;
        padding-top: 0;
    }

    .Homepage__aside {
        margin-top: 0;
        min-height: 1px;
    }
}

@media only screen and (max-width: 760px) {
    .Banner__contact:has(.Banner__trustbadges) {
        position: relative !important;
        width: auto !important;
        max-width: none !important;
    }

    .Banner__blocks {
        margin-left: 0 !important;
        width: auto !important;
    }

    .Homepage {
        margin-top: 0 !important;
    }

    .Homepage__aside {
        margin-top: 0 !important;
    }

    .Banner__contact__content.--is-homepage {
        position: relative !important;
        top: 0 !important;
    }

    .Banner__trustbadges {
        position: relative;
        top: auto;
        width: 100%;
        background: #fff;
        line-height: 0;
    }
}

.Banner__trustbadge {
    display: block;
    width: 100%;
    height: auto;
}

.Banner__trustbadge--usps {
    max-width: 100%;
}

/* Spoed section */
.EilSpoedSection {
    position: relative;
    background-color: #101010;
    background-image: url('/images/spoed-bg-desktop-denhaag.png?v=20260919logo');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    color: #fff;
    padding: 0;
    overflow: hidden;
}
.EilSpoedSection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(16, 16, 16, 1) 0%, rgba(16, 16, 16, 0.92) 35%, rgba(16, 16, 16, 0.7) 65%, rgba(16, 16, 16, 0.45) 100%);
    pointer-events: none;
    z-index: 0;
}
.EilSpoedSection .Container {
    position: relative;
    z-index: 1;
}
.EilSpoedSection__grid,
.EilKostenSection__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}
.EilSpoedSection__grid {
    align-items: stretch;
    grid-template-columns: 1fr minmax(0, 32rem);
}
.EilKostenSection__grid {
    align-items: start;
}
.EilSpoedSection__content,
.EilSpoedSection__card,
.EilKostenSection__content,
.EilKostenSection__image {
    min-width: 0;
}
.EilSpoedSection__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.EilSpoedSection__label {
    font: 700 1.5rem/1.4 Tahoma, sans-serif;
    color: #fcd100;
    margin-bottom: 1rem;
}
.EilSpoedSection h2 {
    font: 700 3rem/1.1 Tahoma, sans-serif;
    color: #fff;
    margin-bottom: 1.6rem;
}
.EilSpoedSection__content p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1.6rem;
}
.EilSpoedSection__list {
    list-style: none;
    padding: 0;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 2;
}
.EilSpoedSection__list li::before {
    content: "✓ ";
    color: #fcd100;
    font-weight: 700;
}
.EilSpoedSection .Button.--banner-second {
    background: #fff !important;
    color: #101010 !important;
    border: 2px solid #fff;
    margin-left: 0;
    align-self: flex-start;
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    line-height: 1;
}
.EilSpoedSection .Button.--banner-second .Button__svg,
.EilSpoedSection .Button.--banner-second .Button__text {
    display: flex;
    align-items: center;
    line-height: 1;
}
.EilSpoedSection .Button.--banner-second .Button__svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0;
    flex-shrink: 0;
}
.EilSpoedSection .Button.--banner-second .Button__svg svg {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
}
.EilSpoedSection .Button.--banner-second .Button__svg path {
    fill: #101010;
}
.EilSpoedSection .Button.--banner-second:hover,
.EilSpoedSection .Button.--banner-second:focus {
    background: #fcd100 !important;
    color: #101010 !important;
    border-color: #fcd100;
}
.EilSpoedSection .Button.--banner-second:hover .Button__svg path,
.EilSpoedSection .Button.--banner-second:focus .Button__svg path {
    fill: #101010;
}
.EilSpoedSection__card {
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 2rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    min-height: 100%;
    max-width: 32rem;
    justify-self: end;
    width: 100%;
}
.EilSpoedSection__name {
    font: 700 2.2rem/1.2 Tahoma, sans-serif;
    margin-bottom: .4rem;
    color: #fff;
}
.EilSpoedSection__role {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    color: #fff;
}
.EilSpoedSection__card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto 0 0;
    align-self: flex-end;
}

/* Reviews section */
.EilReviewsSection {
    background: #101010;
    padding: 5rem 0;
}
.EilReviewsSection h2 {
    font: 700 3.6rem/1.15 Tahoma, sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}
.EilReviewsSection__intro {
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 3rem;
}
.EilReviewsSection__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.EilReviewCard {
    background: #101010;
    border: 4px solid #fff;
    padding: 2rem;
}
.EilReviewCard__stars {
    color: #fcd100;
    font-size: 1.8rem;
    letter-spacing: .1rem;
    margin-bottom: 1rem;
}
.EilReviewCard p {
    font-size: 1.5rem;
    line-height: 1.55;
    font-style: italic;
    color: #fff;
    margin-bottom: 1.2rem;
}
.EilReviewCard__author {
    font-style: normal;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 0;
}
.EilReviewCard__author strong {
    color: #fff;
}

@media only screen and (max-width: 760px) {
    .EilSpoedSection .Container {
        padding-top: 2.4rem;
    }
}

@media only screen and (max-width: 960px) {
    .EilSpoedSection {
        background-image: url('/images/spoed-bg-mobile-denhaag.png?v=20260919logo');
        background-position: center center;
    }
    .EilSpoedSection::before {
        background: linear-gradient(to top, rgba(16, 16, 16, 1) 0%, rgba(16, 16, 16, 0.95) 40%, rgba(16, 16, 16, 0.75) 70%, rgba(16, 16, 16, 0.5) 100%);
    }
    .EilSpoedSection__grid,
    .EilKostenSection__grid {
        grid-template-columns: 1fr;
    }
    .EilReviewsSection__grid {
        grid-template-columns: 1fr 1fr;
    }
    .EilSpoedSection h2 {
        font-size: 2.8rem;
    }
    .EilSpoedSection__card {
        max-width: 28rem;
        justify-self: center;
    }
}

@media only screen and (max-width: 600px) {
    .EilReviewsSection__grid {
        grid-template-columns: 1fr;
    }
}

/* Diensten checklist */
.EilDienstenSection {
    background: #fff;
    padding: 5rem 0 3rem;
}
.EilDienstenSection .Container {
    position: relative;
}
.EilDienstenSection .Container::before {
    content: "";
    position: absolute;
    inset: -2rem 1.2rem auto 1.2rem;
    height: 12rem;
    background: radial-gradient(70% 80% at 15% 20%, rgba(252, 209, 0, 0.35), rgba(252, 209, 0, 0) 60%),
        radial-gradient(70% 80% at 85% 30%, rgba(16, 16, 16, 0.08), rgba(16, 16, 16, 0) 60%);
    pointer-events: none;
    z-index: 0;
    filter: blur(0.2rem);
}
.EilDienstenSection .Container > * {
    position: relative;
    z-index: 1;
}
.EilDienstenSection h2 {
    font: 700 3.6rem/1.15 Tahoma, sans-serif;
    color: #101010;
    text-align: center;
    margin-bottom: 2.4rem;
}
.EilDienstenSection__checklist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.6rem;
    row-gap: 1rem;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 auto 2.4rem;
    font-size: 1.5rem;
    line-height: 2.2;
    max-width: 96rem;
}
.EilDienstenSection__checklist li {
    white-space: normal;
    background: #fff;
    border: 1px solid rgba(16, 16, 16, 0.12);
    border-radius: 1.2rem;
    padding: 0.85rem 1.1rem 0.85rem 3.2rem;
    box-shadow: 0 10px 28px rgba(16, 16, 16, 0.06);
    position: relative;
}
.EilDienstenSection__checklist li::before {
    content: "✓";
    position: absolute;
    left: 1.1rem;
    top: 1rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fcd100;
    color: #101010;
    border: 2px solid #101010;
    font-weight: 900;
    line-height: 1;
}
.EilDienstenSection__intro {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #444;
    max-width: 90rem;
    margin: 0 auto;
}

/* Service cards grid */
.EilServiceGridSection {
    background: #fff;
    padding: 3rem 0 5rem;
}
.EilServiceGridSection__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
}
.EilServiceCard {
    background: #fff;
    border: 1px solid rgba(16, 16, 16, 0.12);
    border-radius: 1.6rem;
    padding: 0 0 1.4rem;
    overflow: hidden;
    box-shadow: 0 18px 46px rgba(16, 16, 16, 0.10);
    transform: translateY(0);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    position: relative;
}
.EilServiceCard::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0.55rem;
    background: linear-gradient(90deg, #fcd100, #ffe78a);
    z-index: 2;
}
.EilServiceCard:hover {
    transform: translateY(-0.4rem);
    box-shadow: 0 22px 60px rgba(16, 16, 16, 0.16);
    border-color: rgba(16, 16, 16, 0.18);
}
.EilServiceCard img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #fff;
}
.EilServiceCard h3 {
    font: 700 2.2rem/1.25 Tahoma, sans-serif;
    color: #101010;
    padding: 1.6rem 2rem .8rem;
    margin: 0;
}
.EilServiceCard > p {
    font-size: 1.5rem;
    line-height: 1.55;
    color: #444;
    padding: 0 2rem 1.2rem;
    margin: 0;
}
.EilServiceCard__faq {
    padding: 0 2rem;
}
.EilServiceCard__faq details {
    border-top: 1px solid rgba(16, 16, 16, 0.10);
}
.EilServiceCard__faq summary {
    font: 700 1.4rem/1.4 Tahoma, sans-serif;
    color: #101010;
    cursor: pointer;
    padding: 1.2rem 2rem 1.2rem 0;
    list-style: none;
    position: relative;
}
.EilServiceCard__faq summary::-webkit-details-marker { display: none; }
.EilServiceCard__faq summary::after {
    content: "›";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #101010;
}
.EilServiceCard__faq details[open] summary::after {
    transform: translateY(-50%) rotate(90deg);
}
.EilServiceCard__faq details p {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #555;
    margin: 0 0 1.2rem;
    padding-right: 1rem;
}

@media only screen and (max-width: 960px) {
    .EilDienstenSection__checklist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.2rem;
    }
    .EilServiceGridSection__grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 600px) {
    .EilDienstenSection__checklist {
        grid-template-columns: 1fr;
    }
    .EilDienstenSection__checklist li {
        white-space: normal;
    }
}

/* Kosten section */
.EilKostenSection {
    background: #fff;
    padding: 5rem 0;
}
.EilKostenSection h2 {
    font: 700 3rem/1.15 Tahoma, sans-serif;
    color: #101010;
    margin-bottom: 1.6rem;
}
.EilKostenSection__content p {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 1.6rem;
}
.EilKostenSection__list {
    list-style: none;
    padding: 0;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 2;
}
.EilKostenSection__list li::before {
    content: "✓ ";
    color: #fcd100;
    font-weight: 700;
    text-shadow: 1px 1px 0 #101010;
}
.EilKostenSection__image img {
    width: 100%;
    height: auto;
}

/* FAQ section */
.EilFaqSection {
    background: linear-gradient(180deg, #ffffff 0%, #fff7d1 55%, #ffffff 100%);
    color: #101010;
    padding: 5rem 0;
}
.EilFaqSection h2 {
    font: 700 3.6rem/1.15 Tahoma, sans-serif;
    color: #101010;
    text-align: center;
    margin-bottom: 3rem;
}
.EilFaqSection__box {
    background: #fff;
    border: 1px solid rgba(16, 16, 16, 0.14);
    border-radius: 1.8rem;
    max-width: 100rem;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 22px 70px rgba(16, 16, 16, 0.14);
}
.EilFaqSection__box details {
    border-bottom: 1px solid rgba(16, 16, 16, 0.10);
}
.EilFaqSection__box details:last-child {
    border-bottom: none;
}
.EilFaqSection__box summary {
    font: 700 1.6rem/1.4 Tahoma, sans-serif;
    color: #101010;
    cursor: pointer;
    padding: 1.8rem 6rem 1.8rem 6rem;
    list-style: none;
    position: relative;
    background: #fff;
    transition: background 0.15s ease;
}
.EilFaqSection__box summary::-webkit-details-marker { display: none; }
.EilFaqSection__box summary::before {
    content: "?";
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: #101010;
    color: #fcd100;
    display: grid;
    place-items: center;
    font-weight: 900;
    box-shadow: 0 10px 26px rgba(16, 16, 16, 0.14);
}
.EilFaqSection__box summary::after {
    content: "+";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.4rem;
    font-weight: 700;
    color: #101010;
    line-height: 1;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: #fcd100;
    border: 2px solid #101010;
    display: grid;
    place-items: center;
}
.EilFaqSection__box details[open] summary::after {
    content: "−";
}
.EilFaqSection__box details[open] summary {
    background: rgba(252, 209, 0, 0.18);
}
.EilFaqSection__box details p {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #444;
    margin: 0;
    padding: 0 2rem 1.8rem 6rem;
}

/* Werkgebied section */
.EilWerkgebiedSection {
    background: #fff;
    padding: 5rem 0;
    border-top: 4px solid #fcd100;
}
.EilWerkgebiedSection h2 {
    font: 700 3.2rem/1.2 Tahoma, sans-serif;
    color: #101010;
    text-align: center;
    margin-bottom: 3rem;
}
.EilWerkgebiedSection__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3rem;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 90rem;
    width: 100%;
    justify-items: center;
}
.EilWerkgebiedSection__grid li {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #101010;
    padding-left: 2.4rem;
    position: relative;
}
.EilWerkgebiedSection__grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .35rem;
    width: 1.2rem;
    height: 1.6rem;
    background: #fcd100;
    border: 2px solid #101010;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 1px 1px 0 #101010;
}

@media only screen and (max-width: 760px) {
    .EilWerkgebiedSection__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.5rem 2.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .EilWerkgebiedSection__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        justify-items: start;
        padding-left: 2rem;
    }
}

/* Footer CTA section */
.EilCtaSection {
    background: #101010;
    color: #fff;
    padding: 5rem 0;
}
.EilCtaSection__content {
    max-width: 72rem;
}
.EilCtaSection h2 {
    font: 700 3.6rem/1.15 Tahoma, sans-serif;
    color: #fff;
    margin-bottom: 1.6rem;
}
.EilCtaSection__content > p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1.6rem;
    color: #eee;
}
.EilCtaSection__list {
    list-style: none;
    padding: 0;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 2;
}
.EilCtaSection__list li::before {
    content: "✓ ";
    color: #fcd100;
    font-weight: 700;
}
.EilCtaSection__buttons {
    margin: 0;
}
.EilCtaSection .Button.--banner {
    background: #fcd100 !important;
    color: #101010 !important;
}
.EilCtaSection .Button.--banner:hover,
.EilCtaSection .Button.--banner:focus {
    background: #101010 !important;
    color: #fff !important;
}
.EilCtaSection .Button.--banner:hover .Button__svg path,
.EilCtaSection .Button.--banner:focus .Button__svg path {
    fill: #fff;
}
.EilCtaSection .Button.--banner-second {
    background: #fff !important;
    color: #101010 !important;
    margin-left: 1rem;
}
.EilCtaSection .Button.--banner-second .Button__svg path {
    fill: #101010;
}
.EilCtaSection .Button.--banner-second:hover,
.EilCtaSection .Button.--banner-second:focus {
    background: #fcd100 !important;
    color: #101010 !important;
}
.EilCtaSection .Button.--banner-second:hover .Button__svg path,
.EilCtaSection .Button.--banner-second:focus .Button__svg path {
    fill: #101010;
}
@media only screen and (max-width: 769px) {
    .EilCtaSection .Button.--banner-second {
        margin-left: 0;
        margin-top: 1rem;
    }
}

/* Cookie banner — zwart, full width onderaan */
.EilCookieBanner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10001;
    background: #101010;
    color: #fff;
    border-top: 1px solid #2a2a2a;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
}

.EilCookieBanner__inner {
    max-width: 120rem;
    margin: 0 auto;
    padding: 1.4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.EilCookieBanner__text {
    margin: 0;
    font: 400 1.4rem/1.5 Tahoma, Geneva, Verdana, sans-serif;
    color: #eee;
}

.EilCookieBanner__text a {
    color: #fcd100;
    text-decoration: underline;
}

.EilCookieBanner__text a:hover,
.EilCookieBanner__text a:focus {
    color: #fff;
}

.EilCookieBanner__accept {
    flex-shrink: 0;
    border: 0;
    border-radius: 0.4rem;
    background: #fcd100;
    color: #101010;
    font: 700 1.4rem/1 Tahoma, Geneva, Verdana, sans-serif;
    padding: 1rem 2rem;
    cursor: pointer;
}

.EilCookieBanner__accept:hover,
.EilCookieBanner__accept:focus {
    background: #fff;
}

body.has-cookie-banner .EilWhatsAppWidget {
    bottom: 8.5rem;
}

@media only screen and (max-width: 760px) {
    .EilCookieBanner__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
        padding: 1.2rem 1.6rem;
    }

    body.has-cookie-banner .EilWhatsAppWidget {
        bottom: 11.5rem;
    }
}

/* WhatsApp widget — alleen homepage */
.EilWhatsAppWidget {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 10000;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.EilWhatsAppWidget:hover,
.EilWhatsAppWidget:focus {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.EilWhatsAppWidget svg {
    width: 3rem;
    height: 3rem;
    fill: currentColor;
}

@media only screen and (max-width: 480px) {
    .EilWhatsAppWidget {
        right: 1.2rem;
        bottom: 1.2rem;
        width: 5rem;
        height: 5rem;
    }

    .EilWhatsAppWidget svg {
        width: 2.6rem;
        height: 2.6rem;
    }
}

/* Verberg oude Weglot-switcher */
.weglot-container,
.wg-default {
    display: none !important;
}

/* Taalwisselaar — linksonder */
.EilLangSwitcher {
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    z-index: 10002;
    font-family: inherit;
}

.EilLangSwitcher__toggle {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1.2rem;
    border: 2px solid #fcd100;
    border-radius: 0.4rem;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.EilLangSwitcher__toggle:hover,
.EilLangSwitcher__toggle:focus {
    background: #1a1a1a;
    border-color: #fff;
    outline: none;
}

.EilLangSwitcher__flag {
    flex-shrink: 0;
    border-radius: 2px;
}

.EilLangSwitcher__caret {
    width: 0;
    height: 0;
    margin-left: 0.2rem;
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-top: 0.5rem solid #fcd100;
    transition: transform 0.2s ease;
}

.EilLangSwitcher.is-open .EilLangSwitcher__caret {
    transform: rotate(180deg);
}

.EilLangSwitcher__menu {
    position: absolute;
    left: 0;
    bottom: calc(100% + 0.6rem);
    min-width: 100%;
    margin: 0;
    padding: 0.4rem 0;
    list-style: none;
    background: #000;
    border: 2px solid #fcd100;
    border-radius: 0.4rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.EilLangSwitcher__option {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    padding: 0.8rem 1.2rem;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s ease;
}

.EilLangSwitcher__option:hover,
.EilLangSwitcher__option:focus {
    background: #1a1a1a;
    outline: none;
}

.EilLangSwitcher__option.is-active {
    color: #fcd100;
    font-weight: 700;
}

body.has-cookie-banner .EilLangSwitcher {
    bottom: 8.5rem;
}

@media only screen and (max-width: 760px) {
    body.has-cookie-banner .EilLangSwitcher {
        bottom: 11.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .EilLangSwitcher {
        left: 1.2rem;
        bottom: 1.2rem;
    }

    .EilLangSwitcher__toggle {
        font-size: 1.3rem;
        padding: 0.7rem 1rem;
    }

    body.has-cookie-banner .EilLangSwitcher {
        bottom: 10rem;
    }
}

/* Mobile menu: z-index en positie (main.css laadt async) */
.frontend.--mobile-menu-open {
    overflow: hidden;
}

.frontend.--mobile-menu-open .Frontend__content {
    position: fixed;
    width: 100%;
}

.frontend.--mobile-menu-open .Frontend__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0.95;
    background: #fcd100;
}

.frontend.--mobile-menu-open .Frontend__container {
    display: table !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 100;
    background: transparent;
}

.frontend.--mobile-menu-open .Mobile__content {
    position: relative;
    z-index: 101;
    min-height: 100%;
}

.Footer__legal {
    margin: 0;
    font-size: 1.3rem;
    color: inherit;
}

/* ===== EilSpotlight: light editorial diensten redesign ===== */
.EilSpotlight {
    --eil-yellow: #fcd100;
    --eil-ink: #101010;
    --eil-muted: #4a4a4a;
    background:
        radial-gradient(1000px 480px at 12% 0%, rgba(252, 209, 0, 0.22), transparent 55%),
        radial-gradient(900px 420px at 92% 18%, rgba(252, 209, 0, 0.12), transparent 52%),
        linear-gradient(180deg, #fffdf5 0%, #ffffff 45%, #fff9e8 100%);
    color: var(--eil-ink);
    padding: 5.5rem 0 6.5rem;
    overflow: clip;
    position: relative;
}
.EilSpotlight__row[id] {
    scroll-margin-top: 9rem;
}
.EilSpotlight::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(16, 16, 16, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 16, 16, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse at center, #000 25%, transparent 78%);
    pointer-events: none;
    animation: eilGridDrift 28s linear infinite;
}
@keyframes eilGridDrift {
    from { transform: translateY(0); }
    to { transform: translateY(-72px); }
}
.EilSpotlight__intro {
    margin-bottom: 3.4rem;
    max-width: 78rem;
    position: relative;
    z-index: 1;
}
.EilSpotlight__eyebrow {
    display: inline-block;
    font: 700 1.2rem/1 Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--eil-ink);
    background: var(--eil-yellow);
    padding: 0.6rem 1rem;
    margin: 0 0 1.5rem;
    box-shadow: 0 0 0 0 rgba(252, 209, 0, 0.45);
    animation: eilPulse 2.8s ease-in-out infinite;
}
@keyframes eilPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(252, 209, 0, 0.35); }
    50% { box-shadow: 0 0 0 0.8rem rgba(252, 209, 0, 0); }
}
.EilSpotlight__title {
    font: 700 3.6rem/1.12 Tahoma, Geneva, Verdana, sans-serif;
    color: var(--eil-ink);
    margin: 0 0 1.8rem;
    max-width: 18ch;
}
.EilSpotlight__jump {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}
.EilSpotlight__jump a {
    font: 700 1.25rem/1 Tahoma, Geneva, Verdana, sans-serif;
    color: var(--eil-ink) !important;
    text-decoration: none !important;
    border: 1px solid rgba(16, 16, 16, 0.14);
    background: rgba(255, 255, 255, 0.7);
    padding: 0.85rem 1.15rem;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.EilSpotlight__jump a:hover {
    color: var(--eil-ink) !important;
    background: var(--eil-yellow);
    border-color: var(--eil-yellow);
    transform: translateY(-2px);
}
.EilSpotlight__row {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
    gap: 0;
    align-items: stretch;
    margin: 0 auto 2.8rem;
    max-width: 118rem;
    padding: 0 2.4rem;
    opacity: 0;
    transform: translateY(3rem) scale(0.985);
    animation: eilSpotIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    z-index: 1;
}
.EilSpotlight__row:nth-child(2) { animation-delay: 0.05s; }
.EilSpotlight__row:nth-child(3) { animation-delay: 0.12s; }
.EilSpotlight__row:nth-child(4) { animation-delay: 0.18s; }
.EilSpotlight__row:nth-child(5) { animation-delay: 0.24s; }
.EilSpotlight__row--flip .EilSpotlight__media { order: 2; }
.EilSpotlight__row--flip .EilSpotlight__content { order: 1; }
.EilSpotlight__media {
    position: relative;
    overflow: hidden;
    min-height: 32rem;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
    isolation: isolate;
    box-shadow: 0 18px 50px rgba(16, 16, 16, 0.12);
}
.EilSpotlight__row--flip .EilSpotlight__media {
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
}
.EilSpotlight__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.06);
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
    filter: saturate(1.05) contrast(1.03);
}
.EilSpotlight__row:hover .EilSpotlight__media img {
    transform: scale(1.14);
    filter: saturate(1.12) contrast(1.06);
}
.EilSpotlight__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.12), transparent 40%),
        linear-gradient(180deg, transparent 60%, rgba(16,16,16,0.28));
    pointer-events: none;
}
.EilSpotlight__row--flip .EilSpotlight__media::after {
    background:
        linear-gradient(270deg, rgba(255,255,255,0.12), transparent 40%),
        linear-gradient(180deg, transparent 60%, rgba(16,16,16,0.28));
}
.EilSpotlight__media::before {
    content: "";
    position: absolute;
    inset: auto -20% -30% auto;
    width: 55%;
    height: 70%;
    background: radial-gradient(circle, rgba(252, 209, 0, 0.35), transparent 68%);
    z-index: 1;
    pointer-events: none;
    opacity: 0.5;
    transition: opacity 0.4s ease;
}
.EilSpotlight__row:hover .EilSpotlight__media::before { opacity: 0.9; }
.EilSpotlight__index {
    position: absolute;
    left: 1.5rem;
    bottom: 1.1rem;
    font: 700 7.2rem/0.8 Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    text-shadow: 0 10px 28px rgba(0,0,0,0.45), 0 0 0.4rem rgba(252, 209, 0, 0.35);
    z-index: 2;
    letter-spacing: -0.05em;
    transition: transform 0.45s ease, color 0.3s ease;
}
.EilSpotlight__row:hover .EilSpotlight__index {
    transform: translateY(-0.55rem) scale(1.05);
    color: var(--eil-yellow);
}
.EilSpotlight__tag {
    position: absolute;
    top: 1.4rem;
    left: 1.4rem;
    z-index: 2;
    font: 700 1.15rem/1 Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--eil-ink);
    background: var(--eil-yellow);
    padding: 0.65rem 0.9rem;
    box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}
.EilSpotlight__row--flip .EilSpotlight__tag { left: auto; right: 1.4rem; }
.EilSpotlight__content {
    background: #ffffff;
    border: 1px solid rgba(16, 16, 16, 0.08);
    border-left: none;
    padding: 3rem 2.8rem 2.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 16px 40px rgba(16, 16, 16, 0.06);
}
.EilSpotlight__row--flip .EilSpotlight__content {
    border-left: 1px solid rgba(16, 16, 16, 0.08);
    border-right: none;
}
.EilSpotlight__content h3 {
    font: 700 2.7rem/1.18 Tahoma, Geneva, Verdana, sans-serif;
    color: var(--eil-ink);
    margin: 0 0 1rem;
    position: relative;
    padding-bottom: 1.1rem;
}
.EilSpotlight__content h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5.2rem;
    height: 0.38rem;
    background: linear-gradient(90deg, var(--eil-yellow), #ffe45a);
    transform-origin: left center;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.EilSpotlight__row:hover .EilSpotlight__content h3::after { width: 9.2rem; }
.EilSpotlight__content > p {
    font: 400 1.55rem/1.55 Tahoma, Geneva, Verdana, sans-serif;
    color: var(--eil-muted);
    margin: 0 0 1.5rem;
}
.EilSpotlight__faq details {
    border-top: 1px solid rgba(16, 16, 16, 0.1);
}
.EilSpotlight__faq details:last-child {
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}
.EilSpotlight__faq summary {
    font: 700 1.45rem/1.4 Tahoma, Geneva, Verdana, sans-serif;
    color: var(--eil-ink);
    cursor: pointer;
    padding: 1.15rem 2.2rem 1.15rem 0;
    list-style: none;
    position: relative;
}
.EilSpotlight__faq summary::-webkit-details-marker { display: none; }
.EilSpotlight__faq summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: #b09200;
    transition: transform 0.25s ease;
}
.EilSpotlight__faq details[open] summary::after { content: "–"; }
.EilSpotlight__faq details[open] summary { color: #8a7200; }
.EilSpotlight__faq details p {
    font: 400 1.4rem/1.55 Tahoma, Geneva, Verdana, sans-serif;
    color: var(--eil-muted);
    margin: 0 0 1.2rem;
    max-width: 46rem;
}
.EilSpotlight__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.9rem;
    align-self: flex-start;
    background: var(--eil-yellow);
    color: var(--eil-ink) !important;
    text-decoration: none !important;
    font: 700 1.55rem/1 Tahoma, Geneva, Verdana, sans-serif;
    padding: 1.25rem 1.9rem;
    border-radius: 0.35rem;
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    box-shadow: 0 12px 34px rgba(252, 209, 0, 0.28);
}
.EilSpotlight__cta:hover {
    transform: translateY(-3px);
    background: #ffe45a;
    box-shadow: 0 18px 44px rgba(252, 209, 0, 0.4);
}
.EilSpotlight__cta--urgent {
    background: var(--eil-ink);
    color: #fff !important;
    box-shadow: 0 12px 34px rgba(16, 16, 16, 0.22);
}
.EilSpotlight__cta--urgent:hover {
    background: #222;
    color: #fff !important;
    box-shadow: 0 18px 44px rgba(16, 16, 16, 0.3);
}
@keyframes eilSpotIn {
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
    .EilSpotlight::before,
    .EilSpotlight__eyebrow,
    .EilSpotlight__row,
    .EilSpotlight__media img,
    .EilSpotlight__index {
        animation: none !important;
        transition: none !important;
        opacity: 1;
        transform: none;
    }
}
@media only screen and (max-width: 960px) {
    .EilSpotlight { padding: 3.8rem 0 4.4rem; }
    .EilSpotlight__title { font-size: 2.6rem; max-width: none; }
    .EilSpotlight__jump a { font-size: 1.15rem; padding: 0.75rem 0.95rem; }
    .EilSpotlight__row,
    .EilSpotlight__row--flip {
        grid-template-columns: 1fr;
        padding: 0 1.6rem;
        margin-bottom: 2.2rem;
    }
    .EilSpotlight__media,
    .EilSpotlight__row--flip .EilSpotlight__media {
        order: 0;
        min-height: 24rem;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }
    .EilSpotlight__content,
    .EilSpotlight__row--flip .EilSpotlight__content {
        order: 1;
        border: 1px solid rgba(16, 16, 16, 0.08);
        border-top: none;
        padding: 2.1rem 1.6rem 1.9rem;
    }
    .EilSpotlight__index { font-size: 5rem; }
    .EilSpotlight__row--flip .EilSpotlight__tag { left: 1.4rem; right: auto; }
}
