/* /elektrische-installaties-limburg — HOTFIX 24 */

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

.inst-hero {
    position: relative;
    background: #000;
    color: #fff;
    overflow: hidden;
    min-height: auto;
    padding-block: 80px;
}

@media (min-width: 1024px) {
    .inst-hero {
        min-height: 560px;
        max-height: 640px;
        padding-block: 80px;
        display: flex;
        align-items: center;
    }
}

.inst-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.55) 100%);
    pointer-events: none;
}

.inst-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .inst-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
        gap: 2.5rem;
        min-height: 400px;
    }
}

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

.inst-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 4vw, 2.65rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    max-width: 22ch;
}

.inst-hero__sub {
    margin: 0 0 1.25rem;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
    max-width: 38rem;
}

/* Bullets 2×2 */
.inst-hero-stats,
.hero-stats.inst-hero-stats {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    text-align: left;
}

@media (min-width: 480px) {
    .inst-hero-stats {
        grid-template-columns: 1fr 1fr;
        column-gap: 1.5rem;
    }
}

.hero-stats__item,
.inst-hero-stats .hero-stats__item {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.92);
    opacity: 0.92;
    padding-left: 1.35rem;
    position: relative;
}

.hero-stats__item::before,
.inst-hero-stats .hero-stats__item::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #12b5b0;
    font-weight: 700;
}

.inst-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 767px) {
    .inst-hero__ctas {
        flex-direction: column;
        width: 100%;
    }

    .inst-hero__ctas .btn {
        width: 100%;
        justify-content: center;
    }
}

.inst-hero__visual {
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-height: 0;
}

@media (max-width: 1023px) {
    .inst-hero__visual {
        max-width: 360px;
        margin: 0 auto;
    }
}

.inst-hero__photo-frame {
    margin: 0;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.inst-hero__photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-fallback-card,
.hero-info-card {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 1.5rem 1.35rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
    justify-content: center;
}

.hero-fallback-card__illus {
    display: flex;
    justify-content: center;
    opacity: 0.95;
}

.hero-fallback-card__eyebrow {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ff6a1a;
    text-align: center;
}

.hero-fallback-card__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem 0.65rem;
}

.hero-fallback-card__cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.2rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.88);
}

.hero-fallback-card__cell strong {
    font-size: 0.8rem;
    color: #fff;
}

.hero-fallback-card__icon {
    color: #ff6a1a;
    line-height: 0;
}

.hero-fallback-card__foot {
    margin: 0;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    padding-top: 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.inst-zakelijk-notice {
    background: #f5f4f2;
    border-bottom: 1px solid #e5e7eb;
    padding: 0.65rem 0;
    font-size: 0.9rem;
}

.inst-zakelijk-notice__inner {
    text-align: center;
    color: #4b5563;
}

.inst-zakelijk-notice a {
    color: #d41f16;
    font-weight: 600;
}

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

.page-installaties-limburg .cta-on-dark .btn-outline-light,
.page-installaties-limburg .cta-on-dark .btn-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.85);
}

.page-installaties-limburg .cta-on-dark .btn-outline-light:hover,
.page-installaties-limburg .cta-on-dark .btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: #fff;
}

.inst-section-title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
}

.inst-section-sub {
    margin: 0 0 1.5rem;
    color: #555;
    line-height: 1.55;
}

.inst-section-sub--center {
    text-align: center;
}

.inst-service-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

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

@media (min-width: 1024px) {
    .inst-service-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.installation-card,
.inst-service-card {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.installation-card:hover,
.inst-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 106, 26, 0.35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.installation-card__icon {
    margin-bottom: 0.75rem;
}

.installation-card__title {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
}

.installation-card__text {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
}

.installation-card__bullets {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 0.85rem;
}

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

.installation-card__link {
    font-weight: 600;
    color: #ff6a1a;
}

.inst-audience-grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .inst-audience-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.inst-audience-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    border: 2px solid transparent;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.inst-audience-card--part {
    border-color: rgba(255, 106, 26, 0.25);
}

.inst-audience-card--biz {
    border-color: rgba(0, 128, 128, 0.35);
}

.inst-audience-card__badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ff6a1a;
    margin-bottom: 0.5rem;
}

.inst-audience-card__badge--teal {
    color: #008080;
}

.inst-audience-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.inst-audience-card ul li::before {
    content: "✓ ";
    color: #ff6a1a;
}

.inst-audience-card--biz ul li::before {
    color: #008080;
}

.inst-audience-card__sub {
    color: #666;
    margin-bottom: 0.75rem;
}

.inst-audience-card__secondary {
    display: block;
    margin-top: 0.75rem;
    font-weight: 600;
    color: #555;
}

.inst-btn-teal {
    display: inline-block;
    background: #008080;
    color: #fff;
    padding: 0.65rem 1.25rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.inst-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.25rem;
}

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

.inst-steps__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: #ff6a1a;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.inst-two-col {
    display: grid;
    gap: 2rem;
}

@media (min-width: 900px) {
    .inst-two-col {
        grid-template-columns: 1fr 1fr;
    }
}

.inst-bullet-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.4rem;
}

.inst-bullet-grid li::before {
    content: "✓ ";
    color: #008080;
    font-weight: 700;
}

.inst-bullet-grid--exclude li::before {
    content: "✗ ";
    color: #888;
}

.inst-nen-card {
    margin-top: 1.5rem;
    background: #2a2a2a;
    color: #fff;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
}

.inst-nen-card h3 {
    margin: 0 0 0.5rem;
    color: #fff;
}

.inst-combo-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

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

.inst-combo-card {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 1.25rem;
    border: 1px solid #e5e5e5;
}

.inst-combo-card a {
    font-weight: 600;
    color: #ff6a1a;
}

.inst-form-wrap {
    max-width: 760px;
    margin-inline: auto;
}

.inst-form {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.inst-step legend {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.inst-step-num {
    color: #ff6a1a;
    margin-right: 0.35rem;
}

.inst-radio,
.inst-check {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.inst-form-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr 1fr;
}

.inst-full {
    grid-column: 1 / -1;
}

.inst-form-grid input,
.inst-form-grid select,
.inst-form textarea {
    width: 100%;
    margin-top: 0.25rem;
}

.inst-form-nav {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.inst-form-error {
    color: #c00;
    margin-top: 0.75rem;
}

.inst-form-success {
    color: #080;
    margin-top: 0.75rem;
}

.inst-faq-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 0.75rem 0;
}

.inst-faq-item summary {
    font-weight: 600;
    cursor: pointer;
}

.inst-cross-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media (min-width: 900px) {
    .inst-cross-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.inst-cross-card {
    display: block;
    background: #fff;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.inst-cross-card span {
    display: block;
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.25rem;
}

.sleutel-buren-block {
    background: #fef7ed;
    border-left: 3px solid #f59e0b;
    border-radius: 6px;
    padding: 16px 18px;
    margin: 10px 0 14px;
    animation: sleutelBurenSlideDown 0.2s ease-out;
}

.sleutel-buren-block[hidden] {
    display: none !important;
}

.sleutel-buren-block h4 {
    margin: 0 0 12px;
    font-size: 14px;
    color: #92400e;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sleutel-buren-block .form-row {
    margin-bottom: 10px;
}

.sleutel-buren-block label {
    display: block;
    font-size: 13px;
    color: #52525b;
    font-weight: 600;
    margin-bottom: 4px;
}

.sleutel-buren-block input,
.sleutel-buren-block textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid #e4e4e7;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

.sleutel-buren-block textarea {
    resize: vertical;
}

.sleutel-buren-block .required {
    color: #ff6a1a;
}

.sleutel-buren-block input.veld-fout,
.sleutel-buren-block textarea.veld-fout {
    border-color: #ff6a1a;
    background: #fef2f2;
}

.inst-toegang-vraag fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

@keyframes sleutelBurenSlideDown {
    from {
        opacity: 0;
        transform: translateY(-4px);
        max-height: 0;
    }
    to {
        opacity: 1;
        transform: translateY(0);
        max-height: 500px;
    }
}

@media (max-width: 480px) {
    .sleutel-buren-block {
        margin-left: 0;
        padding: 14px;
    }
}
