@import '_content/Shared.UI/Shared.UI.93g9mg1i3a.bundle.scp.css';

/* /Components/Pages/AngebotHeizung.razor.rz.scp.css */
/* ===== PAGE WRAPPER ===== */
.angebot-page[b-u0u4i5wipr] {
    min-height: 100vh;
}

/* ===== HERO ===== */
.angebot-hero[b-u0u4i5wipr] {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.65) 55%,
            rgba(0, 0, 0, 0.50) 100%
        ),
        url('/images/Waermepumpe/waermepumpe.webp') center / cover no-repeat;
    background-color: #0d1a14;
    padding: 64px 0 56px;
}

.angebot-hero-overlay[b-u0u4i5wipr] {
    width: 100%;
}

.angebot-hero[b-u0u4i5wipr]  .angebot-hero-overline {
    color: rgba(255, 255, 255, 0.75) !important;
    letter-spacing: 0.1em;
}

.angebot-hero[b-u0u4i5wipr]  .angebot-hero-heading {
    color: #ffffff !important;
    line-height: 1.15;
    font-size: clamp(1.8rem, 5vw + 0.5rem, 2.8rem);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.angebot-hero[b-u0u4i5wipr]  .angebot-hero-sub {
    color: rgba(255, 255, 255, 0.88) !important;
    max-width: 620px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* Trust badges */
.trust-icon[b-u0u4i5wipr] {
    color: rgba(255, 255, 255, 0.70) !important;
}

.trust-text[b-u0u4i5wipr] {
    color: rgba(255, 255, 255, 0.82) !important;
}

/* ===== WIZARD CONTAINER ===== */
.wizard-wrap[b-u0u4i5wipr] {
    padding-top: 48px;
}

/* ===== PROGRESS BAR ===== */
.wizard-progress[b-u0u4i5wipr] {
    /* intentionally minimal */
}

/* ===== WIZARD CARD ===== */
[b-u0u4i5wipr] .wizard-card {
    border-radius: 20px;
    overflow: hidden;
}

/* ===== STEP INNER ===== */
.step-inner[b-u0u4i5wipr] {
    /* padding driven by MudBlazor pa- utilities */
}

.step-question[b-u0u4i5wipr] {
    line-height: 1.3;
    text-align: center;
}

/* ===== OPTION BUTTONS ===== */
.wizard-option[b-u0u4i5wipr] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 16px;
    border: 2px solid var(--mud-palette-lines-default);
    border-radius: 16px;
    background: var(--mud-palette-surface);
    cursor: pointer;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    text-align: center;
    min-height: 120px;
}

.wizard-option:hover[b-u0u4i5wipr],
.wizard-option:focus-visible[b-u0u4i5wipr] {
    border-color: var(--mud-palette-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(4, 135, 76, 0.14);
    outline: none;
}

.wizard-option--selected[b-u0u4i5wipr] {
    border-color: var(--mud-palette-primary) !important;
    background: rgba(4, 135, 76, 0.06) !important;
    box-shadow: 0 0 0 3px rgba(4, 135, 76, 0.18);
    transform: none;
}

.option-icon[b-u0u4i5wipr] {
    /* spacing managed by gap */
}

.option-label[b-u0u4i5wipr] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--mud-palette-text-primary);
    line-height: 1.3;
}

.option-desc[b-u0u4i5wipr] {
    font-size: 0.78rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.2;
}

/* ===== BACK ROW ===== */
.back-row[b-u0u4i5wipr] {
    display: flex;
    justify-content: flex-start;
}

/* ===== FORM STEP ===== */
.step-inner[b-u0u4i5wipr]  .mud-input-outlined .mud-input-outlined-border {
    border-radius: 10px;
}

/* ===== SUMMARY CHIPS ===== */
.wizard-summary[b-u0u4i5wipr] {
    background: var(--mud-palette-background-grey);
    border-radius: 14px;
}

/* ===== SUCCESS CARD ===== */
[b-u0u4i5wipr] .success-card {
    border-radius: 20px;
    margin-top: 8px;
}

.success-icon-wrap[b-u0u4i5wipr] {
    display: flex;
    justify-content: center;
}

.success-icon[b-u0u4i5wipr] {
    font-size: 72px !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 599px) {
    .wizard-option[b-u0u4i5wipr] {
        min-height: 96px;
        padding: 18px 12px;
    }

    .angebot-hero[b-u0u4i5wipr] {
        min-height: 280px;
        padding: 48px 0 40px;
    }
}

/* /Components/Pages/AngebotKlimaanlage.razor.rz.scp.css */
/* ===== HERO – Klimaanlage ===== */
.angebot-klima-hero[b-51vip0hdt2] {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.65) 55%,
            rgba(0, 0, 0, 0.50) 100%
        ),
        url('/images/Klimaanlage/klimaanlage.webp') center / cover no-repeat;
    background-color: #0b1622;
    padding: 64px 0 56px;
}

/* Shared hero overlay & text styles (re-declared for this component) */
.angebot-hero-overlay[b-51vip0hdt2] {
    width: 100%;
}

.angebot-klima-hero[b-51vip0hdt2]  .angebot-hero-overline {
    color: rgba(255, 255, 255, 0.75) !important;
    letter-spacing: 0.1em;
}

.angebot-klima-hero[b-51vip0hdt2]  .angebot-hero-heading {
    color: #ffffff !important;
    line-height: 1.15;
    font-size: clamp(1.8rem, 5vw + 0.5rem, 2.8rem);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.angebot-klima-hero[b-51vip0hdt2]  .angebot-hero-sub {
    color: rgba(255, 255, 255, 0.88) !important;
    max-width: 620px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* Trust badges */
.trust-icon[b-51vip0hdt2] {
    color: rgba(255, 255, 255, 0.70) !important;
}

.trust-text[b-51vip0hdt2] {
    color: rgba(255, 255, 255, 0.82) !important;
}

/* ===== WIZARD CONTAINER ===== */
.wizard-wrap[b-51vip0hdt2] {
    padding-top: 48px;
}

/* ===== WIZARD CARD ===== */
[b-51vip0hdt2] .wizard-card {
    border-radius: 20px;
    overflow: hidden;
}

/* ===== STEP INNER ===== */
.step-question[b-51vip0hdt2] {
    line-height: 1.3;
    text-align: center;
}

/* ===== OPTION BUTTONS ===== */
.wizard-option[b-51vip0hdt2] {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 16px;
    border: 2px solid var(--mud-palette-lines-default);
    border-radius: 16px;
    background: var(--mud-palette-surface);
    cursor: pointer;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    text-align: center;
    min-height: 120px;
}

.wizard-option:hover[b-51vip0hdt2],
.wizard-option:focus-visible[b-51vip0hdt2] {
    border-color: var(--mud-palette-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(4, 135, 76, 0.14);
    outline: none;
}

.wizard-option--selected[b-51vip0hdt2] {
    border-color: var(--mud-palette-primary) !important;
    background: rgba(4, 135, 76, 0.06) !important;
    box-shadow: 0 0 0 3px rgba(4, 135, 76, 0.18);
    transform: none;
}

.option-icon[b-51vip0hdt2] {
    /* spacing managed by gap */
}

.option-label[b-51vip0hdt2] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--mud-palette-text-primary);
    line-height: 1.3;
}

.option-desc[b-51vip0hdt2] {
    font-size: 0.78rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.2;
}

/* Technik check badge */
.technik-check-icon[b-51vip0hdt2] {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* ===== BACK ROW ===== */
.back-row[b-51vip0hdt2] {
    display: flex;
    justify-content: flex-start;
}

/* ===== SUMMARY CHIPS ===== */
.wizard-summary[b-51vip0hdt2] {
    background: var(--mud-palette-background-grey);
    border-radius: 14px;
}

/* ===== SUCCESS CARD ===== */
[b-51vip0hdt2] .success-card {
    border-radius: 20px;
    margin-top: 8px;
}

.success-icon-wrap[b-51vip0hdt2] {
    display: flex;
    justify-content: center;
}

.success-icon[b-51vip0hdt2] {
    font-size: 72px !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 599px) {
    .wizard-option[b-51vip0hdt2] {
        min-height: 96px;
        padding: 18px 12px;
    }

    .angebot-klima-hero[b-51vip0hdt2] {
        min-height: 280px;
        padding: 48px 0 40px;
    }
}

/* /Components/Pages/AngebotPhotovoltaik.razor.rz.scp.css */
/* ===== HERO – Photovoltaik ===== */
.angebot-pv-hero[b-w4awkxjtjd] {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.84) 0%,
            rgba(0, 0, 0, 0.66) 55%,
            rgba(0, 0, 0, 0.50) 100%
        ),
        url('/images/Photovoltaik/photovoltaik.webp') center / cover no-repeat;
    background-color: #0c1a0e;
    padding: 64px 0 56px;
}

.angebot-hero-overlay[b-w4awkxjtjd] {
    width: 100%;
}

.angebot-pv-hero[b-w4awkxjtjd]  .angebot-hero-overline {
    color: rgba(255, 255, 255, 0.75) !important;
    letter-spacing: 0.1em;
}

.angebot-pv-hero[b-w4awkxjtjd]  .angebot-hero-heading {
    color: #ffffff !important;
    line-height: 1.15;
    font-size: clamp(1.8rem, 5vw + 0.5rem, 2.8rem);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.angebot-pv-hero[b-w4awkxjtjd]  .angebot-hero-sub {
    color: rgba(255, 255, 255, 0.88) !important;
    max-width: 640px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* Trust badges */
.trust-icon[b-w4awkxjtjd] {
    color: rgba(255, 255, 255, 0.70) !important;
}

.trust-text[b-w4awkxjtjd] {
    color: rgba(255, 255, 255, 0.82) !important;
}

/* ===== WIZARD CONTAINER ===== */
.wizard-wrap[b-w4awkxjtjd] {
    padding-top: 48px;
}

/* ===== WIZARD CARD ===== */
[b-w4awkxjtjd] .wizard-card {
    border-radius: 20px;
    overflow: hidden;
}

/* ===== STEP INNER ===== */
.step-question[b-w4awkxjtjd] {
    line-height: 1.3;
    text-align: center;
}

/* ===== OPTION BUTTONS ===== */
.wizard-option[b-w4awkxjtjd] {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 16px;
    border: 2px solid var(--mud-palette-lines-default);
    border-radius: 16px;
    background: var(--mud-palette-surface);
    cursor: pointer;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    text-align: center;
    min-height: 120px;
}

.wizard-option:hover[b-w4awkxjtjd],
.wizard-option:focus-visible[b-w4awkxjtjd] {
    border-color: var(--mud-palette-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(4, 135, 76, 0.14);
    outline: none;
}

.wizard-option--selected[b-w4awkxjtjd] {
    border-color: var(--mud-palette-primary) !important;
    background: rgba(4, 135, 76, 0.06) !important;
    box-shadow: 0 0 0 3px rgba(4, 135, 76, 0.18);
    transform: none;
}

.option-icon[b-w4awkxjtjd] {
    /* spacing managed by gap */
}

.option-label[b-w4awkxjtjd] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--mud-palette-text-primary);
    line-height: 1.3;
}

.option-desc[b-w4awkxjtjd] {
    font-size: 0.78rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.2;
}

/* Ergänzung check badge */
.technik-check-icon[b-w4awkxjtjd] {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* ===== BACK ROW ===== */
.back-row[b-w4awkxjtjd] {
    display: flex;
    justify-content: flex-start;
}

/* ===== SUMMARY CHIPS ===== */
.wizard-summary[b-w4awkxjtjd] {
    background: var(--mud-palette-background-grey);
    border-radius: 14px;
}

/* ===== SUCCESS CARD ===== */
[b-w4awkxjtjd] .success-card {
    border-radius: 20px;
    margin-top: 8px;
}

.success-icon-wrap[b-w4awkxjtjd] {
    display: flex;
    justify-content: center;
}

.success-icon[b-w4awkxjtjd] {
    font-size: 72px !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 599px) {
    .wizard-option[b-w4awkxjtjd] {
        min-height: 96px;
        padding: 18px 12px;
    }

    .angebot-pv-hero[b-w4awkxjtjd] {
        min-height: 280px;
        padding: 48px 0 40px;
    }
}

/* /Components/Pages/AngebotWallbox.razor.rz.scp.css */
/* ===== PAGE WRAPPER ===== */
.angebot-page[b-5bp1rlgvra] {
    min-height: 100vh;
}

/* ===== HERO ===== */
.angebot-hero[b-5bp1rlgvra] {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.65) 55%,
            rgba(0, 0, 0, 0.50) 100%
        ),
        url('/images/Carousel/wallbox.webp') center / cover no-repeat;
    background-color: #0d141a;
    padding: 64px 0 56px;
}

.angebot-hero-overlay[b-5bp1rlgvra] {
    width: 100%;
}

.angebot-hero[b-5bp1rlgvra]  .angebot-hero-overline {
    color: rgba(255, 255, 255, 0.75) !important;
    letter-spacing: 0.1em;
}

.angebot-hero[b-5bp1rlgvra]  .angebot-hero-heading {
    color: #ffffff !important;
    line-height: 1.15;
    font-size: clamp(1.8rem, 5vw + 0.5rem, 2.8rem);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.angebot-hero[b-5bp1rlgvra]  .angebot-hero-sub {
    color: rgba(255, 255, 255, 0.88) !important;
    max-width: 620px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* Trust badges */
.trust-icon[b-5bp1rlgvra] {
    color: rgba(255, 255, 255, 0.70) !important;
}

.trust-text[b-5bp1rlgvra] {
    color: rgba(255, 255, 255, 0.82) !important;
}

/* ===== WIZARD CONTAINER ===== */
.wizard-wrap[b-5bp1rlgvra] {
    padding-top: 48px;
}

/* ===== PROGRESS BAR ===== */
.wizard-progress[b-5bp1rlgvra] {
    /* intentionally minimal */
}

/* ===== WIZARD CARD ===== */
[b-5bp1rlgvra] .wizard-card {
    border-radius: 20px;
    overflow: hidden;
}

/* ===== STEP INNER ===== */
.step-inner[b-5bp1rlgvra] {
    /* padding driven by MudBlazor pa- utilities */
}

.step-question[b-5bp1rlgvra] {
    line-height: 1.3;
    text-align: center;
}

/* ===== OPTION BUTTONS ===== */
.wizard-option[b-5bp1rlgvra] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 16px;
    border: 2px solid var(--mud-palette-lines-default);
    border-radius: 16px;
    background: var(--mud-palette-surface);
    cursor: pointer;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    text-align: center;
    min-height: 120px;
}

.wizard-option:hover[b-5bp1rlgvra],
.wizard-option:focus-visible[b-5bp1rlgvra] {
    border-color: var(--mud-palette-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(4, 135, 76, 0.14);
    outline: none;
}

.wizard-option--selected[b-5bp1rlgvra] {
    border-color: var(--mud-palette-primary) !important;
    background: rgba(4, 135, 76, 0.06) !important;
    box-shadow: 0 0 0 3px rgba(4, 135, 76, 0.18);
    transform: none;
}

.option-icon[b-5bp1rlgvra] {
    /* spacing managed by gap */
}

.option-label[b-5bp1rlgvra] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--mud-palette-text-primary);
    line-height: 1.3;
}

.option-desc[b-5bp1rlgvra] {
    font-size: 0.78rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.2;
}

/* ===== BACK ROW ===== */
.back-row[b-5bp1rlgvra] {
    display: flex;
    justify-content: flex-start;
}

/* ===== FORM STEP ===== */
.step-inner[b-5bp1rlgvra]  .mud-input-outlined .mud-input-outlined-border {
    border-radius: 10px;
}

/* ===== SUMMARY CHIPS ===== */
.wizard-summary[b-5bp1rlgvra] {
    background: var(--mud-palette-background-grey);
    border-radius: 14px;
}

/* ===== SUCCESS CARD ===== */
[b-5bp1rlgvra] .success-card {
    border-radius: 20px;
    margin-top: 8px;
}

.success-icon-wrap[b-5bp1rlgvra] {
    display: flex;
    justify-content: center;
}

.success-icon[b-5bp1rlgvra] {
    font-size: 72px !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 599px) {
    .wizard-option[b-5bp1rlgvra] {
        min-height: 96px;
        padding: 18px 12px;
    }

    .angebot-hero[b-5bp1rlgvra] {
        min-height: 280px;
        padding: 48px 0 40px;
    }
}

/* /Components/Pages/Badsanierung.razor.rz.scp.css */
/* ===== SECTION BACKGROUNDS ===== */
[b-66d86x0mvk] .section-light  { background: var(--mud-palette-background); }
[b-66d86x0mvk] .section-muted  { background: var(--mud-palette-background-grey); }
[b-66d86x0mvk] .section-intro  { max-width: 720px; }

/* ===== HERO ===== */
.bs-hero[b-66d86x0mvk] {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            155deg,
            rgba(0, 0, 0, 0.90) 0%,
            rgba(0, 0, 0, 0.70) 45%,
            rgba(6, 18, 12, 0.58) 100%
        ),
        url('/images/BadSanierung/IMG_1914.webp') center / cover no-repeat;
    background-color: #070e08;
    padding: 88px 0;
}

.bs-hero-overlay[b-66d86x0mvk] {
    width: 100%;
}

.bs-hero[b-66d86x0mvk]  .bs-hero-overline {
    color: rgba(255, 255, 255, 0.82) !important;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

/* heading – color set inline to survive SSR timing gap */
.bs-hero[b-66d86x0mvk]  .bs-hero-heading {
    font-size: clamp(1.7rem, 4.5vw + 0.5rem, 2.9rem);
    line-height: 1.15;
    font-weight: 900;
    outline: none;
    border: none;
    -webkit-text-stroke: 0 transparent;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55), 0 4px 20px rgba(0, 0, 0, 0.3);
}

.bs-hero[b-66d86x0mvk]  .bs-hero-sub {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 580px;
}

.bs-hero-btn-outline[b-66d86x0mvk] {
    border-color: rgba(255, 255, 255, 0.65) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ===== KPI BADGES ===== */
.bs-kpi-badge[b-66d86x0mvk] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
    transition: background 0.2s ease, transform 0.2s ease;
    min-height: 120px;
}

.bs-kpi-badge:hover[b-66d86x0mvk] {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

/* ===== PROMISE CARDS ===== */
[b-66d86x0mvk] .bs-promise-card {
    border-radius: 16px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    min-height: 320px;
}

[b-66d86x0mvk] .bs-promise-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10) !important;
    border-color: var(--mud-palette-primary) !important;
}

.bs-promise-icon-wrap[b-66d86x0mvk] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, var(--mud-palette-background));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

[b-66d86x0mvk] .bs-promise-card:hover .bs-promise-icon-wrap {
    background: color-mix(in srgb, var(--mud-palette-primary) 20%, var(--mud-palette-background));
}

/* ===== SECTION IMAGE ===== */
[b-66d86x0mvk] .bs-section-img {
    width: 100%;
    border-radius: 16px;
    display: block;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
}

/* ===== FEATURE CARDS ===== */
[b-66d86x0mvk] .bs-feature-card {
    border-radius: 14px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 310px;
}

[b-66d86x0mvk] .bs-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09) !important;
}

.bs-feature-icon-circle[b-66d86x0mvk] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--mud-palette-secondary) 10%, var(--mud-palette-background));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

[b-66d86x0mvk] .bs-feature-card:hover .bs-feature-icon-circle {
    background: color-mix(in srgb, var(--mud-palette-secondary) 20%, var(--mud-palette-background));
}

/* ===== GALLERY ===== */
[b-66d86x0mvk] .bs-gallery-primary {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

[b-66d86x0mvk] .bs-gallery-primary:hover {
    transform: scale(1.01);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.16);
}

[b-66d86x0mvk] .bs-gallery-secondary {
    width: 100%;
    height: 192px;
    border-radius: 12px;
    display: block;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.11);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

[b-66d86x0mvk] .bs-gallery-secondary:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

[b-66d86x0mvk] .bs-gallery-tertiary {
    width: 100%;
    height: 240px;
    border-radius: 12px;
    display: block;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.11);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

[b-66d86x0mvk] .bs-gallery-tertiary:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

/* ===== TRADE CARDS ===== */
[b-66d86x0mvk] .bs-trade-card {
    border-radius: 14px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    min-height: 200px;
}

[b-66d86x0mvk] .bs-trade-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.09) !important;
    border-color: var(--mud-palette-primary) !important;
}

.bs-trade-icon-wrap[b-66d86x0mvk] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, var(--mud-palette-background));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.bs-alert-max[b-66d86x0mvk] {
    max-width: 680px;
}

/* ===== PROCESS TIMELINE ===== */
.bs-process[b-66d86x0mvk] {
    display: flex;
    flex-direction: column;
}

.bs-process-item[b-66d86x0mvk] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.bs-process-marker[b-66d86x0mvk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    flex-shrink: 0;
}

.bs-process-dot[b-66d86x0mvk] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 16px color-mix(in srgb, var(--mud-palette-primary) 38%, transparent);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bs-process-item:hover .bs-process-dot[b-66d86x0mvk] {
    transform: scale(1.07);
    box-shadow: 0 6px 20px color-mix(in srgb, var(--mud-palette-primary) 48%, transparent);
}

.bs-process-line[b-66d86x0mvk] {
    width: 2px;
    min-height: 24px;
    flex: 1;
    background: linear-gradient(
        to bottom,
        var(--mud-palette-primary),
        color-mix(in srgb, var(--mud-palette-primary) 15%, transparent)
    );
    margin: 4px 0;
}

[b-66d86x0mvk] .bs-process-card {
    flex: 1;
    border-radius: 12px !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

[b-66d86x0mvk] .bs-process-card:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.09) !important;
    transform: translateX(3px);
}

/* ===== FAQ ===== */
[b-66d86x0mvk] .bs-faq-panels .mud-expand-panel {
    border-radius: 10px !important;
    margin-bottom: 8px !important;
    border: 1px solid var(--mud-palette-lines-default) !important;
    transition: background 0.18s ease;
}

[b-66d86x0mvk] .bs-faq-panels .mud-expand-panel:hover {
    background: color-mix(in srgb, var(--mud-palette-primary) 4%, var(--mud-palette-background));
}

/* ===== CTA ===== */
.bs-cta-section[b-66d86x0mvk] {
    background: var(--mud-palette-background);
}

[b-66d86x0mvk] .bs-contact-card {
    border-radius: 14px !important;
    background: var(--mud-palette-background-grey) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
    .bs-hero[b-66d86x0mvk] {
        min-height: 460px;
        padding: 64px 0;
    }

    .bs-process-dot[b-66d86x0mvk] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    [b-66d86x0mvk] .bs-gallery-primary  { height: 260px; }
    [b-66d86x0mvk] .bs-gallery-secondary { height: 160px; }
    [b-66d86x0mvk] .bs-gallery-tertiary  { height: 180px; }
}

/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-azrye9ci1g] {
    background: linear-gradient(
            180deg,
            rgba(34, 197, 94, 0.04) 0%,
            rgba(34, 197, 94, 0.01) 220px,
            transparent 420px
    );
}

.contact-hero-subtitle[b-azrye9ci1g] {
    max-width: 820px;
}

[b-azrye9ci1g] .contact-form-card,
[b-azrye9ci1g] .contact-info-card,
[b-azrye9ci1g] .contact-channel-card,
[b-azrye9ci1g] .contact-map-card {
    border-radius: 16px;
}

[b-azrye9ci1g] .contact-channel-card {
    height: 100%;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

[b-azrye9ci1g] .contact-channel-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12) !important;
}

[b-azrye9ci1g] .contact-captcha-panel {
    border: 1px dashed var(--mud-palette-lines-default);
    border-radius: 12px;
    background-color: var(--mud-palette-background-grey, rgba(15, 23, 42, 0.03));
}

.contact-captcha-row[b-azrye9ci1g] {
    gap: 12px;
}

.contact-map-wrapper[b-azrye9ci1g] {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
}

.contact-map-wrapper iframe[b-azrye9ci1g] {
    border: 0;
    width: 100%;
    min-height: 340px;
    display: block;
}

@media (max-width: 599px) {
    .contact-map-wrapper iframe[b-azrye9ci1g] {
        min-height: 260px;
    }
}

/* /Components/Pages/EMobilitaet.razor.rz.scp.css */
[b-i0xz6w5ct8] .section-intro {
    max-width: 720px;
}

[b-i0xz6w5ct8] .section-light {
    background: var(--mud-palette-background);
}

[b-i0xz6w5ct8] .section-muted {
    background: var(--mud-palette-background-grey);
}

.em-hero[b-i0xz6w5ct8] {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.86) 0%,
            rgba(0, 0, 0, 0.70) 50%,
            rgba(8, 24, 36, 0.58) 100%
        ),
        url('/images/EMobilitaet/wallbox.webp') center / cover no-repeat;
    background-color: #0a1928;
    padding: 80px 0;
}

.em-hero-overlay[b-i0xz6w5ct8] {
    width: 100%;
}

.em-hero[b-i0xz6w5ct8]  .em-hero-overline {
    color: rgba(255, 255, 255, 0.82) !important;
    letter-spacing: 0.08em;
}

.em-hero[b-i0xz6w5ct8]  .em-hero-heading {
    color: #fff !important;
    line-height: 1.15;
    font-size: clamp(1.75rem, 5vw + 0.5rem, 3rem);
    font-weight: 900;
    outline: none;
    border: none;
    text-shadow: none;
    -webkit-text-stroke: 0 transparent;
}

.em-hero[b-i0xz6w5ct8]  .em-hero-sub,
.em-hero[b-i0xz6w5ct8]  .em-hero-label {
    color: rgba(255, 255, 255, 0.9) !important;
}

.em-hero-badge[b-i0xz6w5ct8] {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

[b-i0xz6w5ct8] .em-flow-card {
    border-radius: 16px !important;
    background: var(--mud-palette-background-grey) !important;
}

.em-flow[b-i0xz6w5ct8] {
    display: flex;
    flex-direction: column;
}

.em-flow-item[b-i0xz6w5ct8] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.em-flow-track[b-i0xz6w5ct8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 44px;
    flex-shrink: 0;
    height: 100%;
}

.em-flow-dot[b-i0xz6w5ct8] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--mud-palette-background);
    border: 2px solid var(--mud-palette-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.em-flow-line[b-i0xz6w5ct8] {
    width: 2px;
    flex: 1;
    min-height: 20px;
    background: linear-gradient(
        to bottom,
        var(--mud-palette-primary),
        color-mix(in srgb, var(--mud-palette-primary) 20%, transparent)
    );
    margin: 4px 0;
}

.em-flow-content[b-i0xz6w5ct8] {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 12px;
}

[b-i0xz6w5ct8] .em-content-image {
    width: 100%;
    border-radius: 14px;
    display: block;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

[b-i0xz6w5ct8] .em-gallery-image {
    width: 100%;
    border-radius: 14px;
    display: block;
    min-height: 220px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-i0xz6w5ct8] .em-gallery-image:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.13);
}

[b-i0xz6w5ct8] .em-smart-card,
[b-i0xz6w5ct8] .em-fact-card {
    border-radius: 14px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-i0xz6w5ct8] .em-smart-card:hover,
[b-i0xz6w5ct8] .em-fact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.09) !important;
}

.em-smart-icon-wrap[b-i0xz6w5ct8] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.em-process[b-i0xz6w5ct8] {
    display: flex;
    flex-direction: column;
}

.em-process-item[b-i0xz6w5ct8] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.em-process-marker[b-i0xz6w5ct8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    flex-shrink: 0;
}

.em-process-dot[b-i0xz6w5ct8] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 16px color-mix(in srgb, var(--mud-palette-primary) 38%, transparent);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.em-process-item:hover .em-process-dot[b-i0xz6w5ct8] {
    transform: scale(1.07);
    box-shadow: 0 6px 20px color-mix(in srgb, var(--mud-palette-primary) 48%, transparent);
}

.em-process-line[b-i0xz6w5ct8] {
    width: 2px;
    min-height: 24px;
    flex: 1;
    background: linear-gradient(
        to bottom,
        var(--mud-palette-primary),
        color-mix(in srgb, var(--mud-palette-primary) 15%, transparent)
    );
    margin: 4px 0;
}

[b-i0xz6w5ct8] .em-process-card {
    flex: 1;
    border-radius: 12px !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

[b-i0xz6w5ct8] .em-process-card:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.09) !important;
    transform: translateX(3px);
}

[b-i0xz6w5ct8] .em-faq-panels .mud-expand-panel {
    border-radius: 10px !important;
    margin-bottom: 8px !important;
    border: 1px solid var(--mud-palette-lines-default) !important;
}

[b-i0xz6w5ct8] .em-cta-section {
    background: var(--mud-palette-background);
}

[b-i0xz6w5ct8] .em-contact-card {
    border-radius: 12px !important;
    background: var(--mud-palette-background-grey) !important;
}

@media (max-width: 600px) {
    .em-hero[b-i0xz6w5ct8] {
        min-height: 430px;
        padding: 56px 0;
    }

    .em-process-dot[b-i0xz6w5ct8],
    .em-flow-dot[b-i0xz6w5ct8] {
        width: 40px;
        height: 40px;
    }
}

/* /Components/Pages/Fussbodenheizung.razor.rz.scp.css */
/* ===== SHARED SECTION UTILITIES ===== */

[b-xmib87iwir] .section-light {
    background: var(--mud-palette-background);
}

[b-xmib87iwir] .section-muted {
    background: var(--mud-palette-background-grey);
}

/* ===== HERO ===== */
.fbh-hero[b-xmib87iwir] {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            155deg,
            rgba(10, 22, 15, 0.92) 0%,
            rgba(10, 22, 15, 0.78) 45%,
            rgba(10, 22, 15, 0.58) 100%
        ),
        url('/images/fussbodenheizung/fussbodenheizung.png') center / cover no-repeat;
    background-color: #0a160f;
    padding: 88px 0;
}

.fbh-hero-overlay[b-xmib87iwir] {
    width: 100%;
}

/* Colors + text-shadow are applied inline on the component to avoid
   the ::deep CSS-isolation timing gap (FOUC / white-border flash on reload).
   Only structural/layout rules remain here. */

.fbh-hero[b-xmib87iwir]  .fbh-hero-overline {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.fbh-hero[b-xmib87iwir]  .fbh-hero-heading {
    font-size: clamp(1.7rem, 4.5vw + 0.5rem, 2.85rem);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    border: none;
    -webkit-text-stroke: 0 transparent;
}

.fbh-hero[b-xmib87iwir]  .fbh-hero-sub {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 560px;
}

.fbh-hero-btn-outline[b-xmib87iwir] {
    border-color: rgba(255, 255, 255, 0.65) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ===== HERO KPI BADGES ===== */
.fbh-kpi-badge[b-xmib87iwir] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
    transition: background 0.2s ease, transform 0.2s ease;
    cursor: default;
    min-height: 125px;
}

.fbh-kpi-badge:hover[b-xmib87iwir] {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.fbh-kpi-icon[b-xmib87iwir] {
    color: var(--mud-palette-primary) !important;
}

/* ===== ADVANTAGE CARDS ===== */
[b-xmib87iwir] .fbh-advantage-card {
    border-radius: 14px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

[b-xmib87iwir] .fbh-advantage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09) !important;
    border-color: var(--mud-palette-primary) !important;
}

.fbh-adv-icon-wrap[b-xmib87iwir] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, var(--mud-palette-background));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

[b-xmib87iwir] .fbh-advantage-card:hover .fbh-adv-icon-wrap {
    background: color-mix(in srgb, var(--mud-palette-primary) 18%, var(--mud-palette-background));
}

[b-xmib87iwir] .max-width-alert {
    max-width: 720px;
}

/* ===== TEMPERATURE COMPARISON CARDS ===== */
[b-xmib87iwir] .fbh-temp-card {
    border-radius: 12px !important;
    transition: transform 0.2s ease;
}

[b-xmib87iwir] .fbh-temp-winner {
    border: 2px solid var(--mud-palette-primary) !important;
    background: color-mix(in srgb, var(--mud-palette-primary) 5%, var(--mud-palette-background)) !important;
}

[b-xmib87iwir] .fbh-temp-loser {
    border: 1px solid var(--mud-palette-lines-default) !important;
    background: var(--mud-palette-background-grey) !important;
}

[b-xmib87iwir] .fbh-temp-value-good {
    color: var(--mud-palette-primary) !important;
}

[b-xmib87iwir] .fbh-temp-value-bad {
    color: var(--mud-palette-text-secondary) !important;
}

/* ===== BENEFIT CARDS ===== */
[b-xmib87iwir] .fbh-benefit-card {
    border-radius: 10px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: background 0.18s ease;
}

[b-xmib87iwir] .fbh-benefit-card:hover {
    background: color-mix(in srgb, var(--mud-palette-primary) 5%, var(--mud-palette-background)) !important;
}

/* ===== REGIONAL CARD ===== */
[b-xmib87iwir] .fbh-regional-card {
    border-radius: 16px !important;
    border: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-background-grey) !important;
}

.fbh-region-tags[b-xmib87iwir] {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}

/* ===== PROCESS TIMELINE ===== */
[b-xmib87iwir] .fbh-process {
    display: flex;
    flex-direction: column;
}

[b-xmib87iwir] .fbh-process-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

[b-xmib87iwir] .fbh-process-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    flex-shrink: 0;
}

[b-xmib87iwir] .fbh-process-dot {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 16px color-mix(in srgb, var(--mud-palette-primary) 38%, transparent);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-xmib87iwir] .fbh-process-item:hover .fbh-process-dot {
    transform: scale(1.07);
    box-shadow: 0 6px 20px color-mix(in srgb, var(--mud-palette-primary) 48%, transparent);
}

.fbh-process-line[b-xmib87iwir] {
    width: 2px;
    flex: 1;
    min-height: 24px;
    background: linear-gradient(
        to bottom,
        var(--mud-palette-primary),
        color-mix(in srgb, var(--mud-palette-primary) 15%, transparent)
    );
    margin: 4px 0;
}

[b-xmib87iwir] .fbh-process-card {
    flex: 1;
    border-radius: 12px !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

[b-xmib87iwir] .fbh-process-card:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.09) !important;
    transform: translateX(3px);
}

/* ===== FAQ ===== */
[b-xmib87iwir] .fbh-faq-panels {
    border-radius: 12px !important;
    overflow: hidden;
}

[b-xmib87iwir] .fbh-faq-panels .mud-expand-panel {
    border-bottom: 1px solid var(--mud-palette-lines-default);
    transition: background 0.18s ease;
}

[b-xmib87iwir] .fbh-faq-panels .mud-expand-panel:last-child {
    border-bottom: none;
}

[b-xmib87iwir] .fbh-faq-panels .mud-expand-panel:hover {
    background: color-mix(in srgb, var(--mud-palette-primary) 4%, var(--mud-palette-background));
}

/* ===== CTA SECTION ===== */
.fbh-cta-section[b-xmib87iwir] {
    background: var(--mud-palette-background);
}

[b-xmib87iwir] .fbh-cta-sub {
    max-width: 560px;
}

[b-xmib87iwir] .fbh-contact-card {
    border-radius: 14px !important;
    background: var(--mud-palette-background-grey) !important;
    border: 1px solid var(--mud-palette-lines-default);
    width: 100%;
    max-width: 640px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
    .fbh-hero[b-xmib87iwir] {
        min-height: 440px;
        padding: 60px 0;
    }

    [b-xmib87iwir] .fbh-process-dot {
        width: 40px;
        height: 40px;
    }

    .fbh-adv-icon-wrap[b-xmib87iwir] {
        width: 44px;
        height: 44px;
    }
}

/* /Components/Pages/GermanEnergyAward.razor.rz.scp.css */
/* ════════════════════════════ HERO */
.gea-hero[b-l21rsrouyi] {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(10, 20, 10, 0.78) 50%,
            rgba(0, 0, 0, 0.86) 100%
        ),
        url('/images/Carousel/german_energy_award_2026.png') center / cover no-repeat;
    background-color: #0a1a0f;
}

.gea-hero-overlay[b-l21rsrouyi] {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 80px 0 64px;
}

.gea-hero-content[b-l21rsrouyi] {
    max-width: 780px;
    margin: 0 auto;
}

[b-l21rsrouyi] .gea-hero-seal {
    width: 300px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.5));
    animation: gea-seal-float-b-l21rsrouyi 4s ease-in-out infinite;
}

@keyframes gea-seal-float-b-l21rsrouyi {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-6px); }
}

/* MudText renders a child element – ::deep is required for scoped CSS to reach it */
[b-l21rsrouyi] .gea-hero-overline {
    color: rgba(255, 255, 255, 0.75) !important;
    letter-spacing: 0.14em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

[b-l21rsrouyi] .gea-hero-h1 {
    color: #ffffff !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    border: none !important;
    outline: none !important;
    -webkit-text-stroke: 0 transparent !important;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.6),
        0 4px 16px rgba(0, 0, 0, 0.35);
    /* Narrower clamp: starts small enough to fit mobile hero without overflow */
    font-size: clamp(1.1rem, 3.5vw, 2.6rem) !important;
}

[b-l21rsrouyi] .gea-hero-sub {
    color: rgba(255, 255, 255, 0.88) !important;
    max-width: 680px;
    line-height: 1.7;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

[b-l21rsrouyi] .gea-hero-btn-secondary {
    color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

[b-l21rsrouyi] .gea-hero-btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.75) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

/* ════════════════════════════ SHARED SECTION UTILITIES */
[b-l21rsrouyi] .gea-section-intro {
    max-width: 680px;
    line-height: 1.75;
}

[b-l21rsrouyi] .gea-intro-text {
    line-height: 1.8;
    max-width: 640px;
}

/* ════════════════════════════ TEAM PHOTO PLACEHOLDER */
[b-l21rsrouyi] .gea-team-photo-placeholder {
    min-height: 340px;
    border-radius: 16px !important;
    border: 2px dashed var(--mud-palette-lines-default);
    background: var(--mud-palette-background-grey);
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-l21rsrouyi] .gea-placeholder-icon {
    font-size: 4rem !important;
    color: var(--mud-palette-primary);
    opacity: 0.55;
}

/* ════════════════════════════ AWARD HIGHLIGHT CARD */
[b-l21rsrouyi] .gea-award-highlight-card {
    border-radius: 16px !important;
    border: 1px solid var(--mud-palette-lines-default) !important;
    background: var(--mud-palette-background-grey) !important;
}

/* ════════════════════════════ ACHIEVEMENT CARDS */
[b-l21rsrouyi] .gea-achievement-card {
    border-radius: 14px !important;
    border: 1px solid var(--mud-palette-lines-default) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

[b-l21rsrouyi] .gea-achievement-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1) !important;
}

[b-l21rsrouyi] .gea-achievement-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

[b-l21rsrouyi] .gea-achievement-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-l21rsrouyi] .gea-card-divider {
    margin: 4px 0 12px;
}

[b-l21rsrouyi] .gea-achievement-desc {
    line-height: 1.7;
    flex: 1;
}

/* ════════════════════════════ GALLERY */
[b-l21rsrouyi] .gea-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--mud-palette-background-grey);
}

[b-l21rsrouyi] .gea-gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

[b-l21rsrouyi] .gea-gallery-item:hover .gea-gallery-img {
    transform: scale(1.04);
}

/* ════════════════════════════ REGIONAL SECTION */
.gea-regional-section[b-l21rsrouyi] {
    position: relative;
    background:
        linear-gradient(
            155deg,
            rgba(0, 0, 0, 0.84) 0%,
            rgba(0, 0, 0, 0.7) 55%,
            rgba(0, 0, 0, 0.8) 100%
        ),
        url('/images/Home/hellwig_elektrotechnik.webp') center / cover no-repeat;
    background-color: #111;
}

/* ::deep required – MudText renders into child component tree */
[b-l21rsrouyi] .gea-regional-overline {
    color: rgba(255, 255, 255, 0.7) !important;
    letter-spacing: 0.12em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

[b-l21rsrouyi] .gea-regional-heading {
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    -webkit-text-stroke: 0 transparent !important;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.55),
        0 4px 16px rgba(0, 0, 0, 0.3);
}

[b-l21rsrouyi] .gea-regional-text {
    color: rgba(255, 255, 255, 0.88) !important;
    line-height: 1.75;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

[b-l21rsrouyi] .gea-tagline {
    color: #ffffff !important;
    font-size: 1.05rem !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

[b-l21rsrouyi] .gea-region-chip {
    border-color: rgba(255, 255, 255, 0.35) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.75rem;
}

/* Stats card on regional section */
[b-l21rsrouyi] .gea-award-stats-card {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 16px !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

[b-l21rsrouyi] .gea-stat-value {
    color: var(--mud-palette-primary) !important;
    font-size: 2.2rem !important;
    font-weight: 900 !important;
    line-height: 1.1;
}

/* All text inside the stats card must stay white regardless of theme */
[b-l21rsrouyi] .gea-award-stats-card .mud-typography {
    color: rgba(255, 255, 255, 0.88) !important;
}

[b-l21rsrouyi] .gea-award-stats-card .mud-typography.text-secondary,
[b-l21rsrouyi] .gea-award-stats-card .mud-typography-caption {
    color: rgba(255, 255, 255, 0.65) !important;
}

/* ════════════════════════════ CTA SECTION */
[b-l21rsrouyi] .gea-cta-section {
    background: var(--mud-palette-background);
}

[b-l21rsrouyi] .gea-cta-body {
    max-width: 580px;
    line-height: 1.75;
}

[b-l21rsrouyi] .gea-cta-contact-card {
    border-radius: 14px !important;
    background: var(--mud-palette-background-grey) !important;
}

/* ════════════════════════════ RESPONSIVE */
@media (max-width: 960px) {
    .gea-hero[b-l21rsrouyi] {
        min-height: 520px;
    }

    .gea-hero-seal[b-l21rsrouyi] {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 600px) {
    .gea-hero[b-l21rsrouyi] {
        min-height: 400px;
    }

    .gea-hero-overlay[b-l21rsrouyi] {
        padding: 40px 0 36px;
    }

    .gea-hero-seal[b-l21rsrouyi] {
        width: 84px;
        height: 84px;
    }

    [b-l21rsrouyi] .gea-team-photo-placeholder {
        min-height: 220px;
    }
}
/* /Components/Pages/Heizung.razor.rz.scp.css */
/* ===== SHARED SECTION UTILITIES ===== */
[b-d0da29ttqp] .section-intro {
    max-width: 720px;
}

[b-d0da29ttqp] .section-light {
    background: var(--mud-palette-background);
}

[b-d0da29ttqp] .section-muted {
    background: var(--mud-palette-background-grey);
}

/* ===== HERO ===== */
.hz-hero[b-d0da29ttqp] {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.86) 0%,
            rgba(0, 0, 0, 0.68) 55%,
            rgba(0, 0, 0, 0.50) 100%
        ),
        url('/images/heizung/heizung.webp') center / cover no-repeat;
    background-color: #0d1a14;
    padding: 80px 0;
}

.hz-hero-overlay[b-d0da29ttqp] {
    width: 100%;
}

.hz-hero[b-d0da29ttqp]  .hz-hero-overline {
    color: rgba(255, 255, 255, 0.82) !important;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.hz-hero[b-d0da29ttqp]  .hz-hero-heading {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.3);
    line-height: 1.15;
    font-weight: 900;
    font-size: clamp(1.75rem, 5vw + 0.5rem, 3rem);
}

.hz-hero[b-d0da29ttqp]  .hz-hero-sub {
    color: rgba(255, 255, 255, 0.90) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.hz-hero-btn-outline[b-d0da29ttqp] {
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ===== HERO KPI BADGES ===== */
.hz-kpi-badge[b-d0da29ttqp] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
    height: 100%;
    transition: background 0.2s ease;
}

.hz-kpi-badge:hover[b-d0da29ttqp] {
    background: rgba(255, 255, 255, 0.12);
}

.hz-hero[b-d0da29ttqp]  .hz-kpi-value {
    color: #fff !important;
    font-weight: 800;
}

.hz-hero[b-d0da29ttqp]  .hz-kpi-label {
    color: rgba(255, 255, 255, 0.78) !important;
}

/* ===== BENEFIT CARDS (equal height) ===== */
[b-d0da29ttqp] .hz-benefit-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 14px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-d0da29ttqp] .hz-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.13) !important;
}

.hz-benefit-body[b-d0da29ttqp] {
    flex: 1;
}

.hz-benefit-icon-wrap[b-d0da29ttqp] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, var(--mud-palette-background));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid color-mix(in srgb, var(--mud-palette-primary) 20%, transparent);
}

/* ===== TECHNIK IMAGE ===== */
[b-d0da29ttqp] .hz-technik-img {
    border-radius: 14px;
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.16);
    width: 100%;
    object-fit: cover;
}

/* ===== PROCESS TIMELINE ===== */
.hz-process[b-d0da29ttqp] {
    display: flex;
    flex-direction: column;
}

.hz-process-item[b-d0da29ttqp] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.hz-process-marker[b-d0da29ttqp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    flex-shrink: 0;
}

.hz-process-dot[b-d0da29ttqp] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 16px color-mix(in srgb, var(--mud-palette-primary) 38%, transparent);
}

.hz-process-line[b-d0da29ttqp] {
    width: 2px;
    min-height: 24px;
    flex: 1;
    background: linear-gradient(
        to bottom,
        var(--mud-palette-primary),
        color-mix(in srgb, var(--mud-palette-primary) 15%, transparent)
    );
    margin: 4px 0;
}

[b-d0da29ttqp] .hz-process-card {
    flex: 1;
    border-radius: 12px !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

[b-d0da29ttqp] .hz-process-card:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.09) !important;
    transform: translateX(3px);
}

.hz-process-phase[b-d0da29ttqp] {
    letter-spacing: 0.06em;
}

/* ===== FAQ ===== */
[b-d0da29ttqp] .hz-faq {
    border-radius: 12px;
    overflow: hidden;
}

/* ===== CTA ===== */
[b-d0da29ttqp] .hz-cta-section {
    background: var(--mud-palette-background);
}

[b-d0da29ttqp] .hz-contact-card {
    border-radius: 12px !important;
    background: var(--mud-palette-background-grey) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 599px) {
    .hz-hero[b-d0da29ttqp] {
        min-height: 400px;
        padding: 56px 0;
    }

    .hz-process-dot[b-d0da29ttqp] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===== HERO ===== */
[b-70p0vb1etc] .hero-section {
    margin-top: 0;
    /* Let the carousel determine height via its own CSS */
}

/* ===== AWARD BADGE OVERLAY ===== */
.hero-award-container[b-70p0vb1etc] {
    position: relative;
}

.hero-award-badge[b-70p0vb1etc] {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    display: block;
    border-radius: 30%;
    /* Semi-transparent white disc – keeps badge readable over any slide image */
    background: rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    outline-offset: 4px;
}

.hero-award-badge:hover[b-70p0vb1etc] {
    transform: scale(1.07) rotate(-2deg);
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.hero-award-badge:focus-visible[b-70p0vb1etc] {
    outline: 2px solid var(--mud-palette-primary);
}

.hero-award-badge img[b-70p0vb1etc] {
    display: block;
    width: 148px;
    height: 148px;
    object-fit: contain;
}

@media (max-width: 600px) {
    .hero-award-badge[b-70p0vb1etc] {
        top: 10px;
        right: 10px;
        padding: 7px;
    }

    .hero-award-badge img[b-70p0vb1etc] {
        width: 72px;
        height: 72px;
    }
}

/* ===== SHARED SECTION UTILITIES ===== */
[b-70p0vb1etc] .principle-intro {
    max-width: 720px;
    line-height: 1.75;
}

/* ===== SECTION BACKGROUNDS ===== */
[b-70p0vb1etc] .section-light {
    background: var(--mud-palette-background);
}

[b-70p0vb1etc] .section-muted {
    background: var(--mud-palette-background-grey);
}

/* ===== USP CARDS (Hellwig-Prinzip) ===== */
[b-70p0vb1etc] .usp-card {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 250px;
}

[b-70p0vb1etc] .usp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

/* ===== SERVICE CARDS ===== */
[b-70p0vb1etc] .service-card {
    border-radius: 12px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    min-height: 370px;
}

[b-70p0vb1etc] .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
}

[b-70p0vb1etc] .service-image-placeholder {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== FAIRNESS SECTION ===== */
.fairness-section[b-70p0vb1etc] {
    position: relative;
    /*
     * Two-layer background:
     *   layer 1 (top)  — neutral dark scrim (no colour tint) → text contrast in both themes
     *   layer 2 (base) — real photograph                     → premium depth
     */
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.68) 50%,
            rgba(0, 0, 0, 0.78) 100%
        ),
        url('/Images/Home/hellwig_elektrotechnik.webp') center / cover no-repeat;
    background-color: #111; /* fallback while image loads */
}

[b-70p0vb1etc] .fairness-card {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 12px !important;
    transition: transform 0.2s ease, background-color 0.2s ease;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

[b-70p0vb1etc] .fairness-card:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    transform: translateY(-3px);
}

[b-70p0vb1etc] .fairness-text {
    color: rgba(255, 255, 255, 0.82) !important;
    line-height: 1.65;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

/* Subtitle ("Im 120-km-Radius …") — readable on dark photo scrim */
[b-70p0vb1etc] .fairness-subtitle {
    color: rgba(255, 255, 255, 0.92) !important;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.7),
        0 2px 8px rgba(0, 0, 0, 0.45);
}

/* Overline on dark background */
[b-70p0vb1etc] .overline-light {
    color: rgba(255, 255, 255, 0.72) !important;
    letter-spacing: 0.1em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

/* Heading on dark background */
[b-70p0vb1etc] .text-white {
    color: #ffffff !important;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.6),
        0 2px 10px rgba(0, 0, 0, 0.35);
}

/* ===== STATS ===== */
[b-70p0vb1etc] .stat-value {
    font-size: 2.8rem !important;
    font-weight: 900 !important;
    line-height: 1.1;
    color: var(--mud-palette-primary);
}

[b-70p0vb1etc] .stat-label {
    color: var(--mud-palette-text-secondary);
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center;
}

/* ===== TESTIMONIALS ===== */
[b-70p0vb1etc] .testimonial-card {
    border-radius: 12px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    min-height: 350px;
}

[b-70p0vb1etc] .testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

[b-70p0vb1etc] .testimonial-text {
    font-style: italic;
    line-height: 1.75;
}

/*
 * Inner layout: fills the card height so the author link
 * sticks to the bottom regardless of text length.
 */
[b-70p0vb1etc] .testimonial-card-inner {
    height: 100% !important;
}

[b-70p0vb1etc] .testimonial-card-inner .testimonial-text {
    flex: 1;
}

/*
 * Desktop marquee: clamp long reviews to 6 lines so all cards
 * have consistent height. Mobile carousel shows the full text.
 */
[b-70p0vb1etc] .testimonial-track-item .testimonial-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/* ── Testimonials marquee (tablet + desktop) ── */
/*
 * Identical two-set technique used for partner logos:
 *   track holds 2 copies of all testimonials → animation moves -50% → seamless loop.
 */
[b-70p0vb1etc] .testimonial-marquee-wrapper {
    overflow: hidden;
    padding: 20px 0;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
}

[b-70p0vb1etc] .testimonial-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: testimonialMarquee-b-70p0vb1etc 56s linear infinite;
    will-change: transform;
}

/* Pause on hover so users can read the review */
[b-70p0vb1etc] .testimonial-track:hover {
    animation-play-state: paused;
}

/* Each review card slot */
[b-70p0vb1etc] .testimonial-track-item {
    width: 380px;
    flex-shrink: 0;
    padding: 16px 14px;
}

/* The inner card transitions smoothly */
[b-70p0vb1etc] .testimonial-track-item .testimonial-card {
    height: 280px;
    display: flex;
    flex-direction: column;
}

/*
 * Featured (middle) card: slightly scaled up + stronger shadow + subtle primary border.
 */
[b-70p0vb1etc] .testimonial-track-item.testimonial-featured .testimonial-card {
    transform: scale(1.06);
    transform-origin: center;
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 35%, transparent) !important;
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.14) !important;
}

[b-70p0vb1etc] .testimonial-track-item.testimonial-featured:hover .testimonial-card {
    transform: scale(1.08) translateY(-4px);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.18) !important;
}

@keyframes testimonialMarquee-b-70p0vb1etc {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── Testimonials mobile carousel ── */
[b-70p0vb1etc] .testimonial-carousel {
    width: 100%;
}

[b-70p0vb1etc] .testimonial-mobile-item {
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
}

[b-70p0vb1etc] .testimonial-mobile-item .mud-paper {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Slow down marquee on small screens */
@media (max-width: 960px) {
    .testimonial-track[b-70p0vb1etc] {
        animation-duration: 40s;
    }

    .testimonial-track-item[b-70p0vb1etc] {
        width: 320px;
    }
}

/* Google badge — linked image above the review cards */
[b-70p0vb1etc] .google-badge-link {
    display: inline-block;
    border-radius: 8px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0.9;
    outline-offset: 4px;
}

[b-70p0vb1etc] .google-badge-link:hover {
    transform: scale(1.03);
    opacity: 1;
}

[b-70p0vb1etc] .google-badge-link:focus-visible {
    outline: 2px solid var(--mud-palette-primary);
}

[b-70p0vb1etc] .google-badge-img {
    display: block;
    max-height: 72px;
    max-width: 300px;
    width: auto;
    object-fit: contain;
}

/* ===== CTA SECTION ===== */
[b-70p0vb1etc] .cta-section {
    background: var(--mud-palette-background);
}

[b-70p0vb1etc] .cta-contact-card {
    border-radius: 12px !important;
    background: var(--mud-palette-background-grey) !important;
}

/* ===== EQUAL HEIGHT CARD ROWS ===== */
.equal-height-grid[b-70p0vb1etc]  .mud-grid-item {
    display: flex;
    flex-direction: column;
}

.equal-height-grid[b-70p0vb1etc]  .mud-card {
    display: flex;
    flex-direction: column;
}

.equal-height-grid[b-70p0vb1etc]  .mud-card .mud-card-content {
    flex: 1;
}

/* ===== PARTNER LOGOS (infinite marquee) ===== */
.partner-section[b-70p0vb1etc] {
    padding-top: 48px;
    padding-bottom: 48px;
    background: var(--mud-palette-background);
    border-top: 1px solid var(--mud-palette-lines-default);
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.partner-subtitle[b-70p0vb1etc] {
    max-width: 480px;
}

.partner-marquee-wrapper[b-70p0vb1etc] {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 8%,
        black 92%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 8%,
        black 92%,
        transparent 100%
    );
}

.partner-track[b-70p0vb1etc] {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 20px 0;
    animation: partnerMarquee-b-70p0vb1etc 32s linear infinite;
    will-change: transform;
}

.partner-track:hover[b-70p0vb1etc] {
    animation-play-state: paused;
}

.partner-logo-item[b-70p0vb1etc] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 40px;
    flex-shrink: 0;
}

.partner-logo-item img[b-70p0vb1etc] {
    max-height: 36px;
    max-width: 130px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: filter 0.35s ease, opacity 0.35s ease;
    display: block;
}

.partner-logo-item img:hover[b-70p0vb1etc] {
    filter: grayscale(0%);
    opacity: 1;
}

.partner-text-item[b-70p0vb1etc] {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 40px;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mud-palette-text-primary);
    opacity: 0.38;
    transition: opacity 0.35s ease;
    white-space: nowrap;
    cursor: default;
}

.partner-text-item:hover[b-70p0vb1etc] {
    opacity: 0.78;
}

.partner-separator[b-70p0vb1etc] {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--mud-palette-lines-default);
    flex-shrink: 0;
    align-self: center;
    opacity: 0.5;
}

@keyframes partnerMarquee-b-70p0vb1etc {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width: 600px) {
    .partner-track[b-70p0vb1etc] {
        animation-duration: 22s;
    }

    .partner-logo-item[b-70p0vb1etc],
    .partner-text-item[b-70p0vb1etc] {
        padding: 0 24px;
    }

    .partner-section[b-70p0vb1etc] {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .stat-value[b-70p0vb1etc] {
        font-size: 2rem !important;
    }
}

/* ── Portfolio Preview (Home) ─────────────────────────────────────────────── */
.portfolio-preview-grid[b-70p0vb1etc] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

@media (max-width: 900px) {
    .portfolio-preview-grid[b-70p0vb1etc] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .portfolio-preview-grid[b-70p0vb1etc] {
        grid-template-columns: 1fr;
    }
}

.portfolio-preview-item[b-70p0vb1etc] {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 480 / 430;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.portfolio-preview-item:hover[b-70p0vb1etc],
.portfolio-preview-item:focus-visible[b-70p0vb1etc] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

.portfolio-preview-item img[b-70p0vb1etc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
    max-width: 480px;
}

.portfolio-preview-item:hover img[b-70p0vb1etc],
.portfolio-preview-item:focus-visible img[b-70p0vb1etc] {
    transform: scale(1.05);
}

.portfolio-preview-overlay[b-70p0vb1etc] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 0.75rem 1rem;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.portfolio-preview-item:hover .portfolio-preview-overlay[b-70p0vb1etc],
.portfolio-preview-item:focus-visible .portfolio-preview-overlay[b-70p0vb1etc] {
    opacity: 1;
}

.portfolio-preview-label[b-70p0vb1etc] {
    color: #fff;
    font-weight: 600;
    font-size: 0.9375rem;
}
/* /Components/Pages/Karriere.razor.rz.scp.css */
/* ===== SECTION BACKGROUNDS ===== */
[b-wmqvdm1qoc] .section-light  { background: var(--mud-palette-background); }
[b-wmqvdm1qoc] .section-muted  { background: var(--mud-palette-background-grey); }
[b-wmqvdm1qoc] .section-intro  { max-width: 720px; }

#job-contact[b-wmqvdm1qoc] {
    scroll-margin-top: 96px;
}

/* ===== HERO ===== */
.ka-hero[b-wmqvdm1qoc] {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            155deg,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.68) 45%,
            rgba(4, 30, 16, 0.55) 100%
        ),
        url('/images/Carousel/hellwig_office.webp') center / cover no-repeat;
    background-color: #070e08;
    padding: 88px 0;
}

.ka-hero-overlay[b-wmqvdm1qoc] {
    width: 100%;
}

.ka-hero[b-wmqvdm1qoc]  .ka-hero-overline {
    color: rgba(255, 255, 255, 0.82) !important;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.ka-hero[b-wmqvdm1qoc]  .ka-hero-heading {
    font-size: clamp(1.7rem, 4.5vw + 0.5rem, 2.9rem);
    line-height: 1.15;
    font-weight: 900;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55), 0 4px 20px rgba(0, 0, 0, 0.3);
}

.ka-hero[b-wmqvdm1qoc]  .ka-hero-sub {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 580px;
}

.ka-hero-btn-outline[b-wmqvdm1qoc] {
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ===== KPI BADGES ===== */
.ka-kpi-badge[b-wmqvdm1qoc] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
    transition: background 0.2s ease, transform 0.2s ease;
    min-height: 120px;
}

.ka-kpi-badge:hover[b-wmqvdm1qoc] {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

/* ===== INTRO IMAGE ===== */
[b-wmqvdm1qoc] .ka-intro-img {
    border-radius: 20px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    max-height: 480px;
    width: 100%;
    object-fit: cover;
}

/* ===== BENEFIT CARDS ===== */
[b-wmqvdm1qoc] .ka-benefit-card {
    border-radius: 16px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    min-height: 260px;
}

[b-wmqvdm1qoc] .ka-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
    border-color: var(--mud-palette-primary);
}

/* ===== JOB PANELS ===== */
[b-wmqvdm1qoc] .ka-job-panels {
    border-radius: 16px !important;
    overflow: hidden;
}

[b-wmqvdm1qoc] .ka-job-panel {
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

[b-wmqvdm1qoc] .ka-job-panel:last-child {
    border-bottom: none;
}

/* ===== FORM & CONTACT ===== */
[b-wmqvdm1qoc] .ka-form-card,
[b-wmqvdm1qoc] .ka-contact-card {
    border-radius: 18px !important;
    border: 1px solid var(--mud-palette-lines-default);
}

.ka-file-label[b-wmqvdm1qoc] {
    position: relative;
    display: block;
    width: 100%;
}

[b-wmqvdm1qoc] .ka-file-input {
    /* Make the native file input invisible but cover the entire label so clicks open the dialog */
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

/* Keep the MudButton visually on top while letting the invisible input receive clicks */
[b-wmqvdm1qoc] .ka-file-label .mud-button {
    position: relative;
    z-index: 1;
}

/* Accessible focus styles */
[b-wmqvdm1qoc] .ka-file-label:focus-within .mud-button {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
    .ka-hero[b-wmqvdm1qoc] {
        min-height: 480px;
        padding: 64px 0;
    }

    [b-wmqvdm1qoc] .ka-intro-img {
        max-height: 360px;
    }
}

@media (max-width: 600px) {
    .ka-hero[b-wmqvdm1qoc] {
        min-height: 420px;
        padding: 48px 0;
    }
}
/* /Components/Pages/Klimaanlage.razor.rz.scp.css */
/* ===== SHARED SECTION UTILITIES ===== */

[b-0v71lt8p0y] .section-intro {
    max-width: 720px;
}

[b-0v71lt8p0y] .section-light {
    background: var(--mud-palette-background);
}

[b-0v71lt8p0y] .section-muted {
    background: var(--mud-palette-background-grey);
}

/* ===== HERO ===== */
.ka-hero[b-0v71lt8p0y] {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.86) 0%,
            rgba(0, 0, 0, 0.70) 50%,
            rgba(10, 25, 40, 0.55) 100%
        ),
        url('/images/Klimaanlage/klimaanlage.webp') center / cover no-repeat;
    background-color: #0a1928;
    padding: 80px 0;
}

.ka-hero-overlay[b-0v71lt8p0y] {
    width: 100%;
}

.ka-hero[b-0v71lt8p0y]  .ka-hero-overline {
    color: rgba(255, 255, 255, 0.82) !important;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.ka-hero[b-0v71lt8p0y]  .ka-hero-heading {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.3);
    line-height: 1.15;
    font-size: clamp(1.75rem, 5vw + 0.5rem, 3rem);
    font-weight: 900;
    outline: none;
    border: none;
    -webkit-text-stroke: 0 transparent;
}

.ka-hero[b-0v71lt8p0y]  .ka-hero-sub {
    color: rgba(255, 255, 255, 0.90) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.ka-hero-btn-outline[b-0v71lt8p0y] {
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ===== HERO KPI BADGE ===== */
.ka-hero-badge[b-0v71lt8p0y] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
    transition: background 0.2s ease;
}

.ka-hero-badge:hover[b-0v71lt8p0y] {
    background: rgba(255, 255, 255, 0.12);
}

.ka-hero[b-0v71lt8p0y]  .ka-hero-label {
    color: rgba(255, 255, 255, 0.78) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* ===== ENERGY FLOW ===== */
[b-0v71lt8p0y] .ka-flow-container {
    border-radius: 16px !important;
    background: var(--mud-palette-background-grey) !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.ka-energy-flow[b-0v71lt8p0y] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ka-flow-item[b-0v71lt8p0y] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

.ka-flow-track[b-0v71lt8p0y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 44px;
    flex-shrink: 0;
    height: 100%;
}

.ka-flow-dot[b-0v71lt8p0y] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--mud-palette-background);
    border: 2px solid var(--mud-palette-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.ka-flow-item:hover .ka-flow-dot[b-0v71lt8p0y] {
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, transparent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--mud-palette-primary) 14%, transparent);
}

.ka-flow-line[b-0v71lt8p0y] {
    width: 2px;
    flex: 1;
    min-height: 20px;
    background: linear-gradient(
        to bottom,
        var(--mud-palette-primary),
        color-mix(in srgb, var(--mud-palette-primary) 20%, transparent)
    );
    margin: 4px 0;
}

.ka-flow-content[b-0v71lt8p0y] {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 12px;
}

/* ===== BENEFIT CARDS (Luft-Luft-WP) ===== */
[b-0v71lt8p0y] .ka-benefit-card {
    border-radius: 14px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 280px;
}

[b-0v71lt8p0y] .ka-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10) !important;
}

.ka-benefit-icon-wrap[b-0v71lt8p0y] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-0v71lt8p0y] .ka-max-alert {
    max-width: 720px;
}

/* ===== PRODUCT CARDS ===== */
[b-0v71lt8p0y] .ka-product-card {
    border-radius: 14px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

[b-0v71lt8p0y] .ka-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
}

.ka-product-header[b-0v71lt8p0y] {
    background: var(--mud-palette-background-grey);
    border-bottom: 3px solid var(--mud-palette-primary);
}

.ka-product-icon-circle[b-0v71lt8p0y] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, var(--mud-palette-background));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ===== TIP CARDS ===== */
[b-0v71lt8p0y] .ka-tip-card {
    border-radius: 12px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease;
    min-height: 180px;
}

[b-0v71lt8p0y] .ka-tip-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
}

/* ===== USE-CASE CARDS ===== */
[b-0v71lt8p0y] .ka-usecase-card {
    border-radius: 14px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 280px;
}

[b-0v71lt8p0y] .ka-usecase-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09) !important;
}

.ka-usecase-icon[b-0v71lt8p0y] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== PROCESS TIMELINE ===== */
.ka-process[b-0v71lt8p0y] {
    display: flex;
    flex-direction: column;
}

.ka-process-item[b-0v71lt8p0y] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.ka-process-marker[b-0v71lt8p0y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    flex-shrink: 0;
}

.ka-process-dot[b-0v71lt8p0y] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 16px color-mix(in srgb, var(--mud-palette-primary) 38%, transparent);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ka-process-item:hover .ka-process-dot[b-0v71lt8p0y] {
    transform: scale(1.07);
    box-shadow: 0 6px 20px color-mix(in srgb, var(--mud-palette-primary) 48%, transparent);
}

.ka-process-line[b-0v71lt8p0y] {
    width: 2px;
    min-height: 24px;
    flex: 1;
    background: linear-gradient(
        to bottom,
        var(--mud-palette-primary),
        color-mix(in srgb, var(--mud-palette-primary) 15%, transparent)
    );
    margin: 4px 0;
}

[b-0v71lt8p0y] .ka-process-card {
    flex: 1;
    border-radius: 12px !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

[b-0v71lt8p0y] .ka-process-card:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.09) !important;
    transform: translateX(3px);
}

.ka-process-phase[b-0v71lt8p0y] {
    letter-spacing: 0.06em;
}

/* ===== FAQ ===== */
[b-0v71lt8p0y] .ka-faq-panels .mud-expand-panel {
    border-radius: 10px !important;
    margin-bottom: 8px !important;
    border: 1px solid var(--mud-palette-lines-default) !important;
}

/* ===== CTA SECTION ===== */
[b-0v71lt8p0y] .ka-cta-section {
    background: var(--mud-palette-background);
}

[b-0v71lt8p0y] .ka-contact-card {
    border-radius: 12px !important;
    background: var(--mud-palette-background-grey) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
    .ka-hero[b-0v71lt8p0y] {
        min-height: 420px;
        padding: 56px 0;
    }

    .ka-process-dot[b-0v71lt8p0y] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .ka-flow-dot[b-0v71lt8p0y] {
        width: 38px;
        height: 38px;
    }
}

/* /Components/Pages/Kundendienst.razor.rz.scp.css */
/* ===== SHARED SECTION UTILITIES ===== */
[b-him9gs8thf] .section-intro {
    max-width: 720px;
}

/* ===== SECTION BACKGROUNDS ===== */
[b-him9gs8thf] .section-light {
    background: var(--mud-palette-background);
}

[b-him9gs8thf] .section-muted {
    background: var(--mud-palette-background-grey);
}

/* ===== HERO ===== */
.kd-hero[b-him9gs8thf] {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.86) 0%,
            rgba(0, 0, 0, 0.70) 50%,
            rgba(0, 0, 0, 0.54) 100%
        ),
        url('/images/kundendienst/buero.webp') center / cover no-repeat;
    background-color: #0d1a14;
    padding: 80px 0;
}

.kd-hero-overlay[b-him9gs8thf] {
    width: 100%;
}

.kd-hero[b-him9gs8thf]  .kd-hero-overline {
    color: rgba(255, 255, 255, 0.82) !important;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.kd-hero[b-him9gs8thf]  .kd-hero-heading {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.3);
    line-height: 1.15;
    font-size: clamp(1.75rem, 5vw + 0.5rem, 3rem);
    outline: none;
    border: none;
    -webkit-text-stroke: 0 transparent;
}

.kd-hero[b-him9gs8thf]  .kd-hero-sub {
    color: rgba(255, 255, 255, 0.90) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.kd-hero-btn-outline[b-him9gs8thf] {
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ===== HERO KPI BADGE ===== */
.kd-hero-badge[b-him9gs8thf] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
    transition: background 0.2s ease;
}

.kd-hero-badge:hover[b-him9gs8thf] {
    background: rgba(255, 255, 255, 0.12);
}

.kd-hero[b-him9gs8thf]  .kd-hero-label {
    color: rgba(255, 255, 255, 0.78) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* ===== SERVICES GRID – CSS Subgrid für gleiche Kopfhöhe ===== */
/*
 * grid-auto-rows: auto auto 16px  →  pro visueller Kartenreihe 3 Zeilen:
 *   Zeile 1 (auto): kd-service-card-top  → Höhe = Maximum aller Kartenköpfe
 *   Zeile 2 (auto): mud-card-content     → Höhe = Maximum aller Karteninhalte
 *   Zeile 3 (16px): Leerzeile            → Abstand zwischen Kartenreihen
 *
 * Bei 4 Karten pro Zeile (lg): alle 4 Köpfe gleich hoch.
 * Bei 2 Karten pro Zeile (sm/md): Paare werden angeglichen.
 * Bei 1 Karte pro Zeile (xs): kein Angleich nötig, Mechanismus läuft störungsfrei.
 */
.kd-services-grid[b-him9gs8thf] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto auto 16px;
    column-gap: 16px;
    row-gap: 0;
}

/* Jedes Item überspannt 3 Zeilen (Kopf + Inhalt + Leerzeile) und
   reicht seine Zeilen per Subgrid an seine Kinder weiter. */
.kd-services-grid-item[b-him9gs8thf] {
    grid-row: span 3;
    display: grid;
    grid-template-rows: subgrid;
}

/* Die Karte überspannt nur Zeile 1 + 2 (nicht die Leerzeile).
   grid-template-rows: subgrid vererbt die gleichgemachten Zeilenhöhen
   an kd-service-card-top und mud-card-content. */
[b-him9gs8thf] .kd-service-card {
    display: grid !important;
    grid-template-rows: subgrid;
    grid-row: span 2;
    border-radius: 14px !important;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-him9gs8thf] .kd-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.13) !important;
}

.kd-service-card-top[b-him9gs8thf] {
    background: color-mix(in srgb, var(--mud-palette-primary) 6%, var(--mud-palette-background));
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.kd-service-icon-wrap[b-him9gs8thf] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, var(--mud-palette-background));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid color-mix(in srgb, var(--mud-palette-primary) 20%, transparent);
}

/* ===== STAT CARDS ===== */
[b-him9gs8thf] .kd-stat-card {
    border-radius: 12px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease;
    min-height: 190px;
}

[b-him9gs8thf] .kd-stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}

/* ===== PROCESS TIMELINE ===== */
.kd-process[b-him9gs8thf] {
    display: flex;
    flex-direction: column;
}

.kd-process-item[b-him9gs8thf] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.kd-process-marker[b-him9gs8thf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    flex-shrink: 0;
}

.kd-process-dot[b-him9gs8thf] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 16px color-mix(in srgb, var(--mud-palette-primary) 38%, transparent);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kd-process-item:hover .kd-process-dot[b-him9gs8thf] {
    transform: scale(1.07);
    box-shadow: 0 6px 20px color-mix(in srgb, var(--mud-palette-primary) 48%, transparent);
}

.kd-process-line[b-him9gs8thf] {
    width: 2px;
    min-height: 24px;
    flex: 1;
    background: linear-gradient(
        to bottom,
        var(--mud-palette-primary),
        color-mix(in srgb, var(--mud-palette-primary) 15%, transparent)
    );
    margin: 4px 0;
}

[b-him9gs8thf] .kd-process-card {
    flex: 1;
    border-radius: 12px !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

[b-him9gs8thf] .kd-process-card:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.09) !important;
    transform: translateX(3px);
}

.kd-process-phase[b-him9gs8thf] {
    letter-spacing: 0.06em;
}

/* ===== REGION CHIPS ===== */
[b-him9gs8thf] .kd-region-chip {
    border-radius: 10px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-him9gs8thf] .kd-region-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09) !important;
}

[b-him9gs8thf] .kd-max-width-alert {
    max-width: 680px;
}

/* ===== CTA SECTION ===== */
[b-him9gs8thf] .kd-cta-section {
    background: var(--mud-palette-background);
}

[b-him9gs8thf] .kd-contact-card {
    border-radius: 12px !important;
    background: var(--mud-palette-background-grey) !important;
}

/* ===== RESPONSIVE ===== */

/* sm + md: 2 Karten pro Zeile → Köpfe paarweise angeglichen */
@media (max-width: 1279px) {
    .kd-services-grid[b-him9gs8thf] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* xs: 1 Karte pro Zeile → kleinerer Zeilenabstand */
@media (max-width: 599px) {
    .kd-services-grid[b-him9gs8thf] {
        grid-template-columns: 1fr;
        grid-auto-rows: auto auto 12px;
    }

    .kd-hero[b-him9gs8thf] {
        min-height: 420px;
        padding: 56px 0;
    }

    .kd-process-dot[b-him9gs8thf] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* /Components/Pages/Leistungen.razor.rz.scp.css */
/* ===== SHARED SECTION UTILITIES ===== */
[b-lw66nn72u9] .section-intro {
    max-width: 720px;
}

[b-lw66nn72u9] .section-light {
    background: var(--mud-palette-background);
}

[b-lw66nn72u9] .section-muted {
    background: var(--mud-palette-background-grey);
}

/* ===== HERO ===== */
.ls-hero[b-lw66nn72u9] {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.86) 0%,
            rgba(0, 0, 0, 0.68) 55%,
            rgba(0, 0, 0, 0.50) 100%
        ),
        url('/images/Leistungen/photovoltaik.jpg') center / cover no-repeat;
    background-color: #0d1a14;
    padding: 80px 0;
}

.ls-hero-overlay[b-lw66nn72u9] {
    width: 100%;
}

.ls-hero-content[b-lw66nn72u9] {
    max-width: 760px;
}

.ls-hero[b-lw66nn72u9]  .ls-hero-overline {
    color: rgba(255, 255, 255, 0.82) !important;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.ls-hero[b-lw66nn72u9]  .ls-hero-heading {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.3);
    line-height: 1.12;
    font-weight: 900;
    font-size: clamp(2rem, 5vw + 0.5rem, 3.25rem);
}

.ls-hero[b-lw66nn72u9]  .ls-hero-sub {
    color: rgba(255, 255, 255, 0.90) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.ls-hero-btn-outline[b-lw66nn72u9] {
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ===== SERVICE CARDS (equal height) ===== */
[b-lw66nn72u9] .ls-service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 14px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-lw66nn72u9] .ls-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.13) !important;
}

.ls-service-body[b-lw66nn72u9] {
    flex: 1;
}

.ls-service-footer[b-lw66nn72u9] {
    margin-top: auto;
}

.ls-service-icon-wrap[b-lw66nn72u9] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, var(--mud-palette-background));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid color-mix(in srgb, var(--mud-palette-primary) 20%, transparent);
}

/* ===== REGION CHIPS ===== */
[b-lw66nn72u9] .ls-region-chip {
    border-radius: 10px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

[b-lw66nn72u9] .ls-region-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09) !important;
}

/* ===== CTA ===== */
[b-lw66nn72u9] .ls-cta-section {
    background: var(--mud-palette-background);
}

[b-lw66nn72u9] .ls-contact-card {
    border-radius: 12px !important;
    background: var(--mud-palette-background-grey) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 599px) {
    .ls-hero[b-lw66nn72u9] {
        min-height: 380px;
        padding: 56px 0;
    }
}
/* /Components/Pages/Photovoltaik.razor.rz.scp.css */
/* ===== SHARED SECTION UTILITIES ===== */
/* .py-16 is defined globally in app.css */

[b-vx2la3m8yv] .section-intro {
    max-width: 720px;
}

/* ===== SECTION BACKGROUNDS ===== */
[b-vx2la3m8yv] .section-light {
    background: var(--mud-palette-background);
}

[b-vx2la3m8yv] .section-muted {
    background: var(--mud-palette-background-grey);
}

/* ===== HERO ===== */
.pv-hero[b-vx2la3m8yv] {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    /*
     * Neutral dark scrim – no green tint so white text is legible in both
     * light and dark theme regardless of the underlying dashboard image.
     */
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.68) 50%,
            rgba(0, 0, 0, 0.56) 100%
        ),
        url('/images/Photovoltaik/photovoltaik.webp') center / cover no-repeat;
    background-color: #111;
    padding: 80px 0;
}

.pv-hero-overlay[b-vx2la3m8yv] {
    width: 100%;
}

/*
 * Hero typography overrides — must use ::deep because MudText renders
 * its own <p> element that does NOT receive the CSS-isolation scope
 * attribute. The scoped parent selector (.pv-hero[b-xxxxx]) is enough
 * to limit these rules to the hero section only.
 */
.pv-hero[b-vx2la3m8yv]  .pv-hero-overline {
    color: rgba(255, 255, 255, 0.82) !important;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.pv-hero[b-vx2la3m8yv]  .pv-hero-heading {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.3);
    line-height: 1.15;
    font-size: clamp(1.75rem, 5vw + 0.5rem, 3rem);
    outline: none;
    border: none;
    -webkit-text-stroke: 0 transparent;
}

.pv-hero[b-vx2la3m8yv]  .pv-hero-sub {
    color: rgba(255, 255, 255, 0.90) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.pv-hero-btn-outline[b-vx2la3m8yv] {
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ===== HERO KPI BADGE ===== */
/*
 * Matches the .fairness-card glass design on the Home page:
 * fully transparent with a soft white border and backdrop blur —
 * works on the dark photo scrim that both hero sections share.
 */
.pv-hero-badge[b-vx2la3m8yv] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
    transition: background 0.2s ease;
}

.pv-hero-badge:hover[b-vx2la3m8yv] {
    background: rgba(255, 255, 255, 0.12);
}

/* Labels inside the badge must read against the dark background */
.pv-hero[b-vx2la3m8yv]  .pv-hero-label {
    color: rgba(255, 255, 255, 0.78) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* ===== FEATURE CARDS (Warum SUNGROW) ===== */
[b-vx2la3m8yv] .feature-card {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 300px;
}

[b-vx2la3m8yv] .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12) !important;
}

/* ===== KI / TARIF SECTION IMAGES ===== */
[b-vx2la3m8yv] .pv-section-img {
    width: 100%;
    object-fit: contain;
    border-radius: 16px;
    display: block;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
}

/* ===== MODULE CARDS ===== */
[b-vx2la3m8yv] .module-card {
    border-radius: 12px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    min-height: 400px;
}

[b-vx2la3m8yv] .module-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
}

[b-vx2la3m8yv] .module-image-wrapper {
    height: 160px;
    overflow: hidden;
}

[b-vx2la3m8yv] .module-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

[b-vx2la3m8yv] .module-card:hover .module-img {
    transform: scale(1.04);
}

[b-vx2la3m8yv] .max-width-alert {
    max-width: 640px;
}

/* ===== FÖRDERUNG CARDS ===== */
[b-vx2la3m8yv] .foerderung-card {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px !important;
    transition: transform 0.2s ease;
    min-height: 250px;
}

[b-vx2la3m8yv] .foerderung-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
}

/* ===== CTA SECTION ===== */
[b-vx2la3m8yv] .cta-section {
    background: var(--mud-palette-background);
}

[b-vx2la3m8yv] .pv-contact-card {
    border-radius: 12px !important;
    background: var(--mud-palette-background-grey) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
    .order-md-last[b-vx2la3m8yv] {
        order: 0;
    }
}

@media (max-width: 600px) {

    .pv-hero[b-vx2la3m8yv] {
        min-height: 420px;
        padding: 56px 0;
    }
}
/* /Components/Pages/Portfolio.razor.rz.scp.css */
/* ── Hero ─────────────────────────────────────────────────────────────────── */
.portfolio-hero[b-tc1n2wsng3] {
    padding: 4rem 0 2rem;
}

.portfolio-hero-subtitle[b-tc1n2wsng3] {
    max-width: 680px;
    margin: 0 auto;
}

/* ── Filter bar ───────────────────────────────────────────────────────────── */
.portfolio-filter-section[b-tc1n2wsng3] {
    padding: 1.5rem 0 2rem;
    position: sticky;
    top: 64px;
    z-index: 10;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.portfolio-filter-bar[b-tc1n2wsng3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.portfolio-filter-btn[b-tc1n2wsng3] {
    border-radius: 2rem !important;
    text-transform: none !important;
    font-size: 0.8125rem !important;
}

/* ── Gallery section ──────────────────────────────────────────────────────── */
.portfolio-gallery-section[b-tc1n2wsng3] {
    padding: 1rem 0 5rem;
}

/* ── Responsive CSS Grid ──────────────────────────────────────────────────── */
.portfolio-grid[b-tc1n2wsng3] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

@media (min-width: 600px) {
    .portfolio-grid[b-tc1n2wsng3] {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (min-width: 960px) {
    .portfolio-grid[b-tc1n2wsng3] {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}

/* ── Card ─────────────────────────────────────────────────────────────────── */
.portfolio-grid-item[b-tc1n2wsng3] {
    display: contents;
}

.portfolio-card[b-tc1n2wsng3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.portfolio-card:hover[b-tc1n2wsng3],
.portfolio-card:focus-visible[b-tc1n2wsng3] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

/* ── Card image ───────────────────────────────────────────────────────────── */
.portfolio-card-image-wrapper[b-tc1n2wsng3] {
    position: relative;
    overflow: hidden;
    aspect-ratio: 480 / 430;
    background-color: var(--mud-palette-surface);
}

.portfolio-card-img[b-tc1n2wsng3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
    max-width: 480px;
}

.portfolio-card:hover .portfolio-card-img[b-tc1n2wsng3],
.portfolio-card:focus-visible .portfolio-card-img[b-tc1n2wsng3] {
    transform: scale(1.05);
}

/* ── Overlay ──────────────────────────────────────────────────────────────── */
.portfolio-card-overlay[b-tc1n2wsng3] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.portfolio-card:hover .portfolio-card-overlay[b-tc1n2wsng3],
.portfolio-card:focus-visible .portfolio-card-overlay[b-tc1n2wsng3] {
    opacity: 1;
}

.portfolio-zoom-icon[b-tc1n2wsng3] {
    color: #fff;
    font-size: 2.5rem !important;
}

/* ── Caption ──────────────────────────────────────────────────────────────── */
.portfolio-card-caption[b-tc1n2wsng3] {
    padding: 0.625rem 0.875rem;
    background: var(--mud-palette-surface);
}

.portfolio-card-title[b-tc1n2wsng3] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/* ── Loading / empty states ───────────────────────────────────────────────── */
.portfolio-loading[b-tc1n2wsng3],
.portfolio-empty[b-tc1n2wsng3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    gap: 1rem;
}

/* ── Lightbox ─────────────────────────────────────────────────────────────── */
.portfolio-lightbox[b-tc1n2wsng3] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: lightbox-fade-in-b-tc1n2wsng3 0.2s ease;
}

@keyframes lightbox-fade-in-b-tc1n2wsng3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.portfolio-lightbox-inner[b-tc1n2wsng3] {
    position: relative;
    max-width: min(90vw, 960px);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.portfolio-lightbox-img[b-tc1n2wsng3] {
    max-width: 100%;
    max-height: calc(90vh - 80px);
    object-fit: contain;
    border-radius: 8px;
    display: block;
}

.portfolio-lightbox-close[b-tc1n2wsng3] {
    position: absolute;
    top: -2.5rem;
    right: 0;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: background 0.2s ease;
}

.portfolio-lightbox-close:hover[b-tc1n2wsng3] {
    background: rgba(255, 255, 255, 0.3);
}

.portfolio-lightbox-caption[b-tc1n2wsng3] {
    text-align: center;
}
/* /Components/Pages/SanierungRenovierung.razor.rz.scp.css */
/* ===== SHARED SECTION UTILITIES ===== */
[b-3398jhobtd] .section-intro {
    max-width: 720px;
}

[b-3398jhobtd] .section-light {
    background: var(--mud-palette-background);
}

[b-3398jhobtd] .section-muted {
    background: var(--mud-palette-background-grey);
}

/* ===== HERO ===== */
.sr-hero[b-3398jhobtd] {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.86) 0%,
            rgba(0, 0, 0, 0.68) 55%,
            rgba(0, 0, 0, 0.50) 100%
        ),
        url('/images/Sanierung&Renovierung/SanierungRenovierung.webp') center / cover no-repeat;
    background-color: #0d1a14;
    padding: 80px 0;
}

.sr-hero-overlay[b-3398jhobtd] {
    width: 100%;
}

.sr-hero[b-3398jhobtd]  .sr-hero-overline {
    color: rgba(255, 255, 255, 0.82) !important;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.sr-hero[b-3398jhobtd]  .sr-hero-heading {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.3);
    line-height: 1.15;
    font-weight: 900;
    font-size: clamp(1.75rem, 5vw + 0.5rem, 3rem);
}

.sr-hero[b-3398jhobtd]  .sr-hero-sub {
    color: rgba(255, 255, 255, 0.90) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.sr-hero-btn-outline[b-3398jhobtd] {
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ===== HERO KPI BADGES ===== */
.sr-kpi-badge[b-3398jhobtd] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
    height: 100%;
    transition: background 0.2s ease;
}

.sr-kpi-badge:hover[b-3398jhobtd] {
    background: rgba(255, 255, 255, 0.12);
}

.sr-hero[b-3398jhobtd]  .sr-kpi-value {
    color: #fff !important;
    font-weight: 800;
}

.sr-hero[b-3398jhobtd]  .sr-kpi-label {
    color: rgba(255, 255, 255, 0.78) !important;
}

/* ===== AREA CARDS (equal height) ===== */
[b-3398jhobtd] .sr-area-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 14px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-3398jhobtd] .sr-area-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.13) !important;
}

.sr-area-body[b-3398jhobtd] {
    flex: 1;
}

.sr-area-icon-wrap[b-3398jhobtd] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, var(--mud-palette-background));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid color-mix(in srgb, var(--mud-palette-primary) 20%, transparent);
}

/* ===== ONE-HAND IMAGE ===== */
[b-3398jhobtd] .sr-onehand-img {
    border-radius: 14px;
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.16);
    width: 100%;
    object-fit: cover;
}

/* ===== PROCESS TIMELINE ===== */
.sr-process[b-3398jhobtd] {
    display: flex;
    flex-direction: column;
}

.sr-process-item[b-3398jhobtd] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.sr-process-marker[b-3398jhobtd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    flex-shrink: 0;
}

.sr-process-dot[b-3398jhobtd] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 16px color-mix(in srgb, var(--mud-palette-primary) 38%, transparent);
}

.sr-process-line[b-3398jhobtd] {
    width: 2px;
    min-height: 24px;
    flex: 1;
    background: linear-gradient(
        to bottom,
        var(--mud-palette-primary),
        color-mix(in srgb, var(--mud-palette-primary) 15%, transparent)
    );
    margin: 4px 0;
}

[b-3398jhobtd] .sr-process-card {
    flex: 1;
    border-radius: 12px !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

[b-3398jhobtd] .sr-process-card:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.09) !important;
    transform: translateX(3px);
}

.sr-process-phase[b-3398jhobtd] {
    letter-spacing: 0.06em;
}

/* ===== FAQ ===== */
[b-3398jhobtd] .sr-faq {
    border-radius: 12px;
    overflow: hidden;
}

/* ===== CTA ===== */
[b-3398jhobtd] .sr-cta-section {
    background: var(--mud-palette-background);
}

[b-3398jhobtd] .sr-contact-card {
    border-radius: 12px !important;
    background: var(--mud-palette-background-grey) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 599px) {
    .sr-hero[b-3398jhobtd] {
        min-height: 400px;
        padding: 56px 0;
    }

    .sr-process-dot[b-3398jhobtd] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}
/* /Components/Pages/UeberUns.razor.rz.scp.css */
/* ===== SECTION BACKGROUNDS ===== */
[b-blk45tdr0a] .section-light  { background: var(--mud-palette-background); }
[b-blk45tdr0a] .section-muted  { background: var(--mud-palette-background-grey); }
[b-blk45tdr0a] .section-intro  { max-width: 720px; }

/* ===== HERO ===== */
.uu-hero[b-blk45tdr0a] {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            155deg,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.68) 45%,
            rgba(4, 30, 16, 0.55) 100%
        ),
        url('/images/UeberUns/buero.webp') center / cover no-repeat;
    background-color: #070e08;
    padding: 88px 0;
}

.uu-hero-overlay[b-blk45tdr0a] {
    width: 100%;
}

.uu-hero[b-blk45tdr0a]  .uu-hero-overline {
    color: rgba(255, 255, 255, 0.82) !important;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.uu-hero[b-blk45tdr0a]  .uu-hero-heading {
    font-size: clamp(1.7rem, 4.5vw + 0.5rem, 2.9rem);
    line-height: 1.15;
    font-weight: 900;
    outline: none;
    border: none;
    -webkit-text-stroke: 0 transparent;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55), 0 4px 20px rgba(0, 0, 0, 0.3);
}

.uu-hero[b-blk45tdr0a]  .uu-hero-sub {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 580px;
}

/* ===== KPI BADGES ===== */
.uu-kpi-badge[b-blk45tdr0a] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
    transition: background 0.2s ease, transform 0.2s ease;
    min-height: 120px;
}

.uu-kpi-badge:hover[b-blk45tdr0a] {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

/* ===== FOUNDER IMAGE ===== */
[b-blk45tdr0a] .uu-story-img {
    border-radius: 20px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    max-height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/* ===== TIMELINE ===== */
.uu-timeline[b-blk45tdr0a] {
    display: flex;
    flex-direction: column;
}

.uu-timeline-item[b-blk45tdr0a] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.uu-timeline-marker[b-blk45tdr0a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    padding-top: 18px;
}

.uu-timeline-dot[b-blk45tdr0a] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(4, 135, 76, 0.35);
    flex-shrink: 0;
    z-index: 1;
}

.uu-timeline-line[b-blk45tdr0a] {
    width: 2px;
    flex: 1;
    min-height: 32px;
    background: linear-gradient(
        to bottom,
        var(--mud-palette-primary) 0%,
        var(--mud-palette-lines-default) 100%
    );
    margin-top: 4px;
    margin-bottom: 4px;
}

[b-blk45tdr0a] .uu-timeline-card {
    flex: 1;
    border-radius: 14px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

[b-blk45tdr0a] .uu-timeline-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10) !important;
    border-color: var(--mud-palette-primary);
}

/* ===== VALUE CARDS ===== */
[b-blk45tdr0a] .uu-value-card {
    border-radius: 16px !important;
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    min-height: 300px;
}

[b-blk45tdr0a] .uu-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
    border-color: var(--mud-palette-primary);
}

.uu-value-icon-wrap[b-blk45tdr0a] {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--mud-palette-primary-lighten);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== TEAM CARD ===== */
[b-blk45tdr0a] .uu-team-card {
    border-radius: 18px !important;
    overflow: hidden;
}

[b-blk45tdr0a] .uu-team-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    display: block;
}

/* ===== BOSCH BADGE ===== */
.uu-bosch-badge[b-blk45tdr0a] {
    flex-shrink: 0;
    max-width: 120px;
    width: 100%;
    height: auto !important;
    object-fit: contain;
}

[b-blk45tdr0a] .uu-bosch-badge img {
    max-width: 120px;
    width: 100%;
    height: auto !important;
    object-fit: contain;
    display: block;
}

/* ===== CERT CARD ===== */
[b-blk45tdr0a] .uu-cert-card {
    border-radius: 16px !important;
    border: 2px solid var(--mud-palette-primary);
}

/* ===== FACT CARD ===== */
[b-blk45tdr0a] .uu-fact-card {
    border-radius: 16px !important;
    border: 1px solid var(--mud-palette-lines-default);
}

/* ===== CTA SECTION ===== */
.uu-cta-section[b-blk45tdr0a] {
    background: linear-gradient(
        140deg,
        var(--mud-palette-background-grey) 0%,
        var(--mud-palette-background) 100%
    );
}

.uu-cta-btn-outline[b-blk45tdr0a] {
    border-color: var(--mud-palette-primary) !important;
}

[b-blk45tdr0a] .uu-contact-card {
    border-radius: 18px !important;
    border: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
    .uu-hero[b-blk45tdr0a] {
        min-height: 480px;
        padding: 64px 0;
    }

    [b-blk45tdr0a] .uu-story-img {
        max-height: 380px;
    }

    [b-blk45tdr0a] .uu-team-img {
        height: 360px;
    }

    .uu-timeline-marker[b-blk45tdr0a] {
        padding-top: 16px;
    }

    .uu-timeline-dot[b-blk45tdr0a] {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 600px) {
    .uu-hero[b-blk45tdr0a] {
        min-height: 420px;
        padding: 48px 0;
    }

    .uu-timeline-item[b-blk45tdr0a] {
        gap: 12px;
    }

    [b-blk45tdr0a] .uu-team-img {
        height: 360px;
    }

    .uu-timeline-dot[b-blk45tdr0a] {
        width: 28px;
        height: 28px;
    }
}

/* /Components/Pages/Waermepumpe.razor.rz.scp.css */
/* ===== SHARED SECTION UTILITIES ===== */
/* .py-16 is defined globally in app.css */

[b-ytmikroy74] .section-intro {
    max-width: 720px;
}

/* ===== SECTION BACKGROUNDS ===== */
[b-ytmikroy74] .section-light {
    background: var(--mud-palette-background);
}

[b-ytmikroy74] .section-muted {
    background: var(--mud-palette-background-grey);
}

/* ===== HERO ===== */
.wp-hero[b-ytmikroy74] {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background: linear-gradient(
            160deg,
            rgba(0, 0, 0, 0.84) 0%,
            rgba(0, 0, 0, 0.68) 50%,
            rgba(0, 0, 0, 0.52) 100%
    ),
    url('/images/Waermepumpe/waermepumpe.webp') center / cover no-repeat;
    background-color: #0d1a14;
    padding: 80px 0;
}

.wp-hero-overlay[b-ytmikroy74] {
    width: 100%;
}

.wp-hero[b-ytmikroy74]  .wp-hero-overline {
    color: rgba(255, 255, 255, 0.82) !important;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.wp-hero[b-ytmikroy74]  .wp-hero-heading {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.3);
    line-height: 1.15;
    font-size: clamp(1.75rem, 5vw + 0.5rem, 3rem);
    outline: none;
    border: none;
    -webkit-text-stroke: 0 transparent;
}

.wp-hero[b-ytmikroy74]  .wp-hero-sub {
    color: rgba(255, 255, 255, 0.90) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.wp-hero-btn-outline[b-ytmikroy74] {
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ===== HERO KPI BADGE ===== */
.wp-hero-badge[b-ytmikroy74] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
    transition: background 0.2s ease;
}

.wp-hero-badge:hover[b-ytmikroy74] {
    background: rgba(255, 255, 255, 0.12);
}

.wp-hero[b-ytmikroy74]  .wp-hero-label {
    color: rgba(255, 255, 255, 0.78) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* ===== ENERGY FLOW DIAGRAM ===== */
[b-ytmikroy74] .wp-flow-container {
    border-radius: 16px !important;
    background: var(--mud-palette-background-grey) !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.wp-energy-flow[b-ytmikroy74] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.wp-flow-item[b-ytmikroy74] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

.wp-flow-track[b-ytmikroy74] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 44px;
    flex-shrink: 0;
    height: 100%;
}

.wp-flow-dot[b-ytmikroy74] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--mud-palette-background);
    border: 2px solid var(--mud-palette-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.wp-flow-item:hover .wp-flow-dot[b-ytmikroy74] {
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, transparent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--mud-palette-primary) 14%, transparent);
}

.wp-flow-line[b-ytmikroy74] {
    width: 2px;
    flex: 1;
    min-height: 20px;
    background: linear-gradient(
            to bottom,
            var(--mud-palette-primary),
            color-mix(in srgb, var(--mud-palette-primary) 20%, transparent)
    );
    margin: 4px 0;
}

.wp-flow-content[b-ytmikroy74] {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 12px;
}

/* ===== BRAND COMPARISON CARDS ===== */
[b-ytmikroy74] .brand-card {
    border-radius: 12px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

[b-ytmikroy74] .brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.13) !important;
}

.brand-card-header[b-ytmikroy74] {
    background: var(--mud-palette-background-grey);
}

.brand-logo[b-ytmikroy74] {
    height: 36px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    border-radius: 4px;
    flex-shrink: 0;
}

[b-ytmikroy74] .max-width-alert {
    max-width: 680px;
}

/* ===== GAS VS. WÄRMEPUMPE COMPARISON ===== */
[b-ytmikroy74] .compare-card {
    border-radius: 14px !important;
    overflow: hidden;
    transition: transform 0.2s ease;
}

[b-ytmikroy74] .compare-card-winner {
    border: 2px solid var(--mud-palette-primary) !important;
}

[b-ytmikroy74] .compare-card:hover {
    transform: translateY(-3px);
}

.compare-header[b-ytmikroy74] {
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.compare-header-old[b-ytmikroy74] {
    background: var(--mud-palette-background-grey);
}

.compare-header-new[b-ytmikroy74] {
    background: color-mix(in srgb, var(--mud-palette-primary) 8%, var(--mud-palette-background));
}

.compare-old-icon[b-ytmikroy74] {
    color: var(--mud-palette-text-secondary) !important;
}

.compare-bad-icon[b-ytmikroy74] {
    color: #ef5350 !important;
    flex-shrink: 0;
}

/* ===== BONUS CARDS ===== */
[b-ytmikroy74] .bonus-card {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px !important;
    transition: transform 0.2s ease;

    /* make cards equal height */
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-ytmikroy74] .bonus-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}

/* ensure inner content stretches to fill card height */
[b-ytmikroy74] .bonus-card .mud-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* ===== PROCESS TIMELINE ===== */
.wp-process[b-ytmikroy74] {
    display: flex;
    flex-direction: column;
}

.wp-process-item[b-ytmikroy74] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.wp-process-marker[b-ytmikroy74] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    flex-shrink: 0;
}

.wp-process-dot[b-ytmikroy74] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 16px color-mix(in srgb, var(--mud-palette-primary) 38%, transparent);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wp-process-item:hover .wp-process-dot[b-ytmikroy74] {
    transform: scale(1.07);
    box-shadow: 0 6px 20px color-mix(in srgb, var(--mud-palette-primary) 48%, transparent);
}

.wp-process-line[b-ytmikroy74] {
    width: 2px;
    min-height: 24px;
    flex: 1;
    background: linear-gradient(
            to bottom,
            var(--mud-palette-primary),
            color-mix(in srgb, var(--mud-palette-primary) 15%, transparent)
    );
    margin: 4px 0;
}

[b-ytmikroy74] .wp-process-card {
    flex: 1;
    border-radius: 12px !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

[b-ytmikroy74] .wp-process-card:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.09) !important;
    transform: translateX(3px);
}

.wp-process-phase[b-ytmikroy74] {
    letter-spacing: 0.06em;
}

/* ===== CTA SECTION ===== */
[b-ytmikroy74] .cta-section {
    background: var(--mud-palette-background);
}

[b-ytmikroy74] .wp-contact-card {
    border-radius: 12px !important;
    background: var(--mud-palette-background-grey) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
    .wp-hero[b-ytmikroy74] {
        min-height: 420px;
        padding: 56px 0;
    }

    .wp-process-dot[b-ytmikroy74] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .wp-flow-dot[b-ytmikroy74] {
        width: 38px;
        height: 38px;
    }
}
