/* /domotica-limburg — HOTFIX 36 + 53ah + 53ah-fix2 (hero bg expliciet zwart) */

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

/* Hero: expliciete zwarte achtergrond (53ah-fix2). Oude multi-layer background-shorthand werd door sommige browsers genegeerd → witte sectie + witte tekst. */
.page-domotica-limburg .dom-hero {
    position: relative;
    background-color: #0a0a0a !important;
    background-image: none;
    color: #fff;
    overflow: hidden;
    width: 100%;
    min-height: 560px;
    padding: 70px 20px 80px;
    display: flex;
    align-items: center;
}

.page-domotica-limburg .dom-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top right, rgba(255, 106, 26, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse 75% 65% at 25% 35%, rgba(120, 80, 200, 0.14) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.page-domotica-limburg .dom-hero__title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.page-domotica-limburg .dom-hero__sub {
    color: rgba(255, 255, 255, 0.92) !important;
}

.page-domotica-limburg .dom-hero__usps li {
    color: rgba(255, 255, 255, 0.95) !important;
}

.page-domotica-limburg .dom-hero__stats {
    color: rgba(255, 255, 255, 0.85) !important;
}

.page-domotica-limburg .dom-hero__ctas .btn-outline-light {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
}

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

@media (min-width: 1024px) {
    .dom-hero__grid {
        grid-template-columns: 55fr 45fr;
        gap: 2.5rem;
    }
}

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

.dom-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(1.65rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.08;
    color: #fff;
    letter-spacing: -0.02em;
}

.dom-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;
}

.dom-hero__usps {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.dom-hero__usps li::before {
    content: "✓ ";
    color: #ff6a1a;
    font-weight: 700;
}

.dom-hero__stats {
    margin: 0 0 1.25rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

.dom-hero-card {
    background: #2a2a2a;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dom-hero-card__header {
    margin: 0 0 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.7);
}

.dom-hero-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
    font-size: 0.9rem;
}

.dom-hero-card__list li::before {
    content: "✓ ";
    color: #ff6a1a;
}

@media (max-width: 1024px) {
    .page-domotica-limburg .dom-hero {
        min-height: auto;
        padding: 50px 20px 60px;
    }

    .page-domotica-limburg .dom-hero__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .page-domotica-limburg .dom-hero__title {
        font-size: clamp(1.65rem, 6vw, 2rem);
    }
}

.dom-section-title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    text-align: center;
}

.dom-section-sub {
    margin: 0 auto 2rem;
    max-width: 42rem;
    text-align: center;
    color: #555;
    line-height: 1.5;
}

.section--alt {
    background: #f5f0e8;
}

/* Keuzehulp */
.dom-tool-section {
    background: #fff;
}

.dom-tool {
    max-width: 720px;
    margin: 0 auto;
}

.dom-tool-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    justify-content: center;
}

.dom-tool-tab {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.85rem;
    cursor: pointer;
}

.dom-tool-tab.is-active {
    background: #ff6a1a;
    color: #fff;
    border-color: #ff6a1a;
}

.dom-tool-panel {
    padding: 1rem 0;
}

.dom-tool-cat {
    margin-bottom: 1.25rem;
}

.dom-tool-cat h3 {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    color: #333;
}

.dom-check {
    display: block;
    margin: 0.35rem 0;
    cursor: pointer;
}

.dom-radio {
    display: block;
    margin: 0.5rem 0;
    cursor: pointer;
}

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

.dom-advies-card {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 1.25rem;
    margin-top: 1rem;
}

.dom-advies-card h3 {
    margin: 0 0 0.5rem;
    color: #ff6a1a;
}

.dom-advies-card ul {
    margin: 0.5rem 0 0 1.25rem;
}

.dom-offerte-snippet {
    width: 100%;
    min-height: 120px;
    margin: 0.75rem 0;
    font-family: inherit;
    font-size: 0.85rem;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 8px;
}

/* Service grid */
.dom-service-grid {
    display: grid;
    gap: 1.25rem;
}

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

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

.dom-service-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.dom-service-card__icon {
    margin-bottom: 0.75rem;
}

.dom-service-card ul {
    margin: 0.5rem 0;
    padding-left: 1.1rem;
    font-size: 0.9rem;
}

.dom-service-card ul li::marker {
    color: #ff6a1a;
}

.dom-service-card__link {
    font-weight: 600;
    color: #ff6a1a;
    text-decoration: none;
}

/* Systemen — 3-koloms grid (53ai: 6e CTA-card vult rij 2) */
.dom-system-grid {
    display: grid;
    gap: 1rem;
}

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

.dom-system-card {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 1.25rem;
    background: #fafafa;
}

.dom-system-card__cat {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ff6a1a;
    margin: 0 0 0.5rem;
}

.dom-system-card h3 {
    margin: 0 0 0.75rem;
}

.dom-system-card--cta {
    background: linear-gradient(135deg, #ff6a1a 0%, #991b1b 100%);
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    transition: transform 0.2s, box-shadow 0.2s;
    border-color: transparent !important;
}

.dom-system-card--cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 106, 26, 0.25);
}

.dom-system-card--cta .dom-system-card__cat {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.dom-system-card--cta h3 {
    color: #fff !important;
    margin: 0 0 10px;
}

.dom-system-card--cta .dom-system-card__beschrijving {
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.5;
}

.dom-system-card--cta .dom-system-card__cta-link {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

/* Scope */
.dom-two-col {
    display: grid;
    gap: 2rem;
}

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

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

.dom-bullet-grid li::before {
    content: "✓ ";
    color: #12b5b0;
    font-weight: 700;
}

.dom-bullet-grid--exclude li::before {
    content: "✗ ";
    color: #12b5b0;
}

/* Werkwijze */
.dom-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5rem;
    position: relative;
}

@media (min-width: 1024px) {
    .dom-steps {
        grid-template-columns: repeat(5, 1fr);
        gap: 1rem;
    }
    .dom-steps::before {
        content: "";
        position: absolute;
        top: 1.5rem;
        left: 10%;
        right: 10%;
        height: 2px;
        background: #ddd;
        z-index: 0;
    }
}

.dom-steps li {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 0.5rem;
}

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

.dom-steps strong {
    display: block;
    margin-bottom: 0.35rem;
}

.dom-steps p {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
}

/* Audience */
.dom-audience-grid {
    display: grid;
    gap: 1.5rem;
}

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

.dom-audience-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    border-top: 4px solid #ff6a1a;
}

.dom-audience-card--biz {
    border-top-color: #12b5b0;
}

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

.dom-audience-card--biz .dom-audience-card__badge {
    color: #12b5b0;
}

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

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

.dom-audience-card--biz ul li::before {
    color: #12b5b0;
}

/* Combo */
.dom-combo-grid {
    display: grid;
    gap: 1.25rem;
}

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

.dom-combo-card {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 1.25rem;
    background: #fff;
}

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

/* Form */
.dom-form-wrap {
    max-width: 760px;
    margin: 0 auto;
}

.dom-form fieldset {
    border: none;
    margin: 0 0 1rem;
    padding: 0;
}

.dom-form legend {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.dom-form-grid {
    display: grid;
    gap: 0.75rem;
}

@media (min-width: 600px) {
    .dom-form-grid {
        grid-template-columns: 1fr 1fr;
    }
    .dom-full {
        grid-column: 1 / -1;
    }
}

.dom-form label {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.9rem;
}

.dom-form input,
.dom-form select,
.dom-form textarea {
    padding: 0.5rem 0.65rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

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

.dom-form-error {
    color: #b91c1c;
}

.dom-form-success {
    color: #12b5b0;
}

/* FAQ */
.dom-faq {
    max-width: 720px;
    margin: 0 auto;
}

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

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

/* Cross */
.dom-cross-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 600px) {
    .dom-cross-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.dom-cross-card {
    display: block;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e5e5e5;
}

.dom-cross-card:hover {
    border-color: #ff6a1a;
}

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

.dom-muted {
    color: #666;
    font-size: 0.9rem;
}
