/* Elektricien in Leiden - site aanpassingen */
.Header__menu__mobile .Header__tagline,
.Header__menu.--desktop .Header__tagline {
    display: block;
    font: 700 2rem/1.2 Tahoma, Geneva, Verdana, sans-serif;
    color: #101010;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.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: 2.6rem;
        line-height: 1.15;
    }
}

@media only screen and (max-width: 480px) {
    .Header__menu__mobile .Header__tagline {
        font-size: 2.2rem;
        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;
    }
}

/* Spoed section */
.EilSpoedSection {
    background: #101010;
    color: #fff;
    padding: 5rem 0;
}
.EilSpoedSection__grid,
.EilKostenSection__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}
.EilSpoedSection__content,
.EilSpoedSection__card,
.EilKostenSection__content,
.EilKostenSection__image {
    min-width: 0;
}
.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;
}
.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: #fff;
    color: #101010;
    text-align: center;
    padding: 1.6rem 1.6rem 0;
    align-self: start;
}
.EilSpoedSection__name {
    font: 700 2.2rem/1.2 Tahoma, sans-serif;
    margin-bottom: .4rem;
}
.EilSpoedSection__role {
    font-size: 1.5rem;
    margin-bottom: .8rem;
    color: #444;
}
.EilSpoedSection__card img {
    width: 100%;
    max-width: 32rem;
    height: auto;
    display: block;
    margin: 0 auto;
}

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

@media only screen and (max-width: 960px) {
    .EilSpoedSection__grid,
    .EilKostenSection__grid {
        grid-template-columns: 1fr;
    }
    .EilReviewsSection__grid {
        grid-template-columns: 1fr 1fr;
    }
    .EilSpoedSection h2 {
        font-size: 2.8rem;
    }
}

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

/* Diensten checklist */
.EilDienstenSection {
    background: #fff;
    padding: 5rem 0 3rem;
}
.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, max-content);
    column-gap: 4rem;
    row-gap: .4rem;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 auto 2.4rem;
    font-size: 1.5rem;
    line-height: 2.2;
}
.EilDienstenSection__checklist li {
    white-space: nowrap;
}
.EilDienstenSection__checklist li::before {
    content: "✓ ";
    color: #101010;
    font-weight: 700;
}
.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: #f5f5f0;
    padding: 3rem 0 5rem;
}
.EilServiceGridSection__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
}
.EilServiceCard {
    background: #fff;
    border: 2px solid #101010;
    box-shadow: 4px 4px 0 #101010;
    padding: 0 0 1.6rem;
}
.EilServiceCard img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    display: block;
}
.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 #ddd;
}
.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, max-content);
        column-gap: 3rem;
    }
    .EilServiceGridSection__grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 600px) {
    .EilDienstenSection__checklist {
        grid-template-columns: max-content;
        justify-content: center;
    }
    .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: #101010;
    color: #fff;
    padding: 5rem 0;
}
.EilFaqSection h2 {
    font: 700 3.6rem/1.15 Tahoma, sans-serif;
    color: #fcd100;
    text-align: center;
    margin-bottom: 3rem;
}
.EilFaqSection__box {
    background: #fff;
    border: 3px solid #fcd100;
    box-shadow: 6px 6px 0 #fcd100;
    max-width: 100rem;
    margin: 0 auto;
}
.EilFaqSection__box details {
    border-bottom: 1px solid #e5e5e5;
}
.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.6rem 5rem 1.6rem 2rem;
    list-style: none;
    position: relative;
}
.EilFaqSection__box summary::-webkit-details-marker { display: none; }
.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;
}
.EilFaqSection__box details[open] summary::after {
    content: "−";
}
.EilFaqSection__box details p {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #444;
    margin: 0;
    padding: 0 2rem 1.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: 1.6rem 3rem;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 90rem;
}
.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: 1fr 1fr;
    }
}

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

/* 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__btn {
    background: #fcd100 !important;
    color: #101010 !important;
    border: 2px solid #101010;
    font: 700 2rem/1 Tahoma, sans-serif;
    padding: 1.4rem 2.4rem;
    display: inline-block;
    text-decoration: none;
    box-shadow: 4px 4px 0 #fcd100;
}
.EilCtaSection__btn:hover {
    background: #fff !important;
}
