/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-cli1b7xy9z] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

.site-main[b-cli1b7xy9z] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.site-footer[b-cli1b7xy9z] {
    box-sizing: border-box;
    width: 100%;
    margin: clamp(1rem, 3vw, 1.75rem) 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: #94a964;
    box-shadow: 0 -12px 34px rgba(62, 61, 66, 0.08);
    color: #fff;
}

.footer-content[b-cli1b7xy9z] {
    display: grid;
    grid-template-columns: minmax(15rem, 1.1fr) auto minmax(18rem, 1fr);
    align-items: center;
    gap: clamp(1rem, 4vw, 2.5rem);
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: clamp(1.15rem, 3vw, 1.75rem) clamp(1rem, 4vw, 2.5rem);
}

.footer-brand[b-cli1b7xy9z] {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.footer-brand img[b-cli1b7xy9z] {
    width: clamp(8rem, 14vw, 10rem);
    height: auto;
    border-radius: 0.45rem;
    filter: drop-shadow(0 8px 16px rgba(62, 61, 66, 0.12));
}

.footer-brand div[b-cli1b7xy9z] {
    display: grid;
    gap: 0.08rem;
}

.footer-brand strong[b-cli1b7xy9z] {
    color: #fff;
    font-size: var(--text-md);
    font-weight: var(--font-weight-bold);
}

.footer-brand span[b-cli1b7xy9z],
.site-footer p[b-cli1b7xy9z],
.price-note[b-cli1b7xy9z] {
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
}

.footer-navigation[b-cli1b7xy9z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer-navigation a[b-cli1b7xy9z] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #fff;
    font-size: var(--text-sm);
    font-weight: var(--font-weight-semibold);
    padding: 0.55rem 0.85rem;
    text-decoration: none;
    transition: 160ms ease;
}

.footer-navigation a:hover[b-cli1b7xy9z],
.footer-navigation a:focus-visible[b-cli1b7xy9z] {
    color: #243015;
    background: rgba(255, 255, 255, 0.9);
}

.footer-navigation a:focus-visible[b-cli1b7xy9z] {
    outline: 3px solid rgba(255, 255, 255, 0.34);
    outline-offset: 3px;
}

.footer-social-icon[b-cli1b7xy9z] {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.footer-meta[b-cli1b7xy9z] {
    display: grid;
    gap: 0.35rem;
    justify-items: end;
}

.site-footer p[b-cli1b7xy9z] {
    margin: 0;
    text-align: right;
}

.price-note[b-cli1b7xy9z] {
    max-width: 34rem;
}

@media (max-width: 960px) {
    .footer-content[b-cli1b7xy9z] {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .footer-navigation[b-cli1b7xy9z] {
        justify-content: flex-start;
    }

    .footer-meta[b-cli1b7xy9z] {
        justify-items: start;
    }

    .site-footer p[b-cli1b7xy9z] {
        text-align: left;
    }
}

@media (max-width: 620px) {
    .footer-content[b-cli1b7xy9z] {
        padding: 1rem;
    }

    .footer-brand[b-cli1b7xy9z] {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-navigation[b-cli1b7xy9z] {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .footer-navigation a[b-cli1b7xy9z] {
        justify-content: center;
        width: 100%;
    }
}

#blazor-error-ui[b-cli1b7xy9z] {
    color-scheme: light only;
    background: #fff8d7;
    bottom: 0;
    box-shadow: 0 -1px 12px rgba(62, 61, 66, 0.16);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-cli1b7xy9z] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-uvssrljh7o] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    box-sizing: border-box;
    width: 100%;
    min-height: 5.5rem;
    margin: 0;
    padding: 0.75rem clamp(1rem, 4vw, 2.5rem);
}

.site-header[b-uvssrljh7o]::before {
    position: fixed;
    inset: 0 0 auto;
    z-index: -1;
    height: 7rem;
    content: '';
    background: #94a964;
    border-bottom: 1px solid rgba(62, 61, 66, 0.08);
    backdrop-filter: blur(18px);
}

.brand[b-uvssrljh7o] {
    --brand-logo-width: clamp(180px, 20vw, 280px);
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
}

.brand img[b-uvssrljh7o] {
    width: var(--brand-logo-width);
    height: auto;
    border-radius: 0.75rem;
    filter: drop-shadow(0 10px 20px rgba(62, 61, 66, 0.14));
}

.brand-subtitle[b-uvssrljh7o] {
    margin-top: 0.12rem;
    color: #fff;
    text-align: left;
    font-size: clamp(0.78rem, 1.4vw, 1rem);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.08em;
    line-height: 2;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(62, 61, 66, 0.2);
    width: var(--brand-logo-width);
    white-space: nowrap;
}

.navbar-toggler[b-uvssrljh7o] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.menu-button[b-uvssrljh7o] {
    display: none;
    flex: 0 0 auto;
    margin-left: auto;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(95, 127, 34, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    place-items: center;
}

.menu-button span[b-uvssrljh7o] {
    display: block;
    width: 1.25rem;
    height: 2px;
    margin: 3px 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #26262b, #5f7f22);
}

.nav-links[b-uvssrljh7o] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    gap: 0.2rem;
    padding: 0.35rem;
    border: 1px solid rgba(95, 127, 34, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 16px 45px rgba(63, 95, 16, 0.13);
}

.nav-links[b-uvssrljh7o]  .nav-link,
.nav-link[b-uvssrljh7o] {
    border-radius: 999px;
    color: #3e3d42;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    padding: 0.68rem 0.9rem;
    white-space: nowrap;
    text-decoration: none;
    transition: 160ms ease;
}

.nav-links[b-uvssrljh7o]  .nav-link.active,
.nav-links[b-uvssrljh7o]  .nav-link:hover,
.nav-link:hover[b-uvssrljh7o] {
    color: #3e3d42;
    background: #e0edc6;
}


.nav-dropdown[b-uvssrljh7o] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-dropdown-toggle[b-uvssrljh7o]::after {
    content: '▾';
    margin-left: 0.35rem;
    font-size: 0.72em;
    line-height: 1;
}

.nav-submenu[b-uvssrljh7o] {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 50%;
    z-index: 30;
    display: grid;
    min-width: 15.5rem;
    padding: 0.45rem;
    border: 1px solid rgba(101, 124, 58, 0.16);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 18px 42px rgba(62, 61, 66, 0.16);
    opacity: 0;
    transform: translate(-50%, -0.35rem);
    visibility: hidden;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nav-dropdown:hover .nav-submenu[b-uvssrljh7o],
.nav-dropdown:focus-within .nav-submenu[b-uvssrljh7o] {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.nav-submenu[b-uvssrljh7o]  .nav-submenu-link,
.nav-submenu-link[b-uvssrljh7o] {
    border-radius: 0.75rem;
    color: #2d2c31;
    font-size: 0.95rem;
    font-weight: var(--font-weight-semibold);
    line-height: 1.2;
    padding: 0.75rem 0.85rem;
    text-decoration: none;
    white-space: nowrap;
    transition: 160ms ease;
}

.nav-submenu[b-uvssrljh7o]  .nav-submenu-link:hover,
.nav-submenu[b-uvssrljh7o]  .nav-submenu-link:focus-visible,
.nav-submenu[b-uvssrljh7o]  .nav-submenu-link.active,
.nav-submenu-link:hover[b-uvssrljh7o],
.nav-submenu-link:focus-visible[b-uvssrljh7o],
.nav-submenu-link.active[b-uvssrljh7o] {
    color: #243015;
    background: linear-gradient(135deg, #f2f7e8, #e0edc6);
}

.nav-cta[b-uvssrljh7o] {
    color: #fff !important;
    background: linear-gradient(135deg, #26262b, #5f7f22);
}

.nav-cta:hover[b-uvssrljh7o] {
    color: #fff !important;
    background: linear-gradient(135deg, #26262b, #7ea51f);
}

@media (max-width: 1160px) {
    .site-header[b-uvssrljh7o] {
        padding-inline: 1rem;
    }

    .menu-button[b-uvssrljh7o] {
        display: grid;
    }

    .nav-links[b-uvssrljh7o] {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        border-radius: 1.35rem;
        padding: 0.7rem;
    }

    .navbar-toggler:checked ~ .nav-links[b-uvssrljh7o] {
        display: flex;
    }

    .nav-links[b-uvssrljh7o]  .nav-link,
    .nav-link[b-uvssrljh7o] {
        text-align: center;
    }

    .nav-dropdown[b-uvssrljh7o] {
        width: 100%;
        display: grid;
    }

    .nav-submenu[b-uvssrljh7o] {
        position: static;
        display: grid;
        width: 100%;
        min-width: 0;
        margin: 0.15rem 0 0.2rem;
        padding: 0.15rem 0 0.15rem 1.35rem;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        transform: none;
        visibility: visible;
    }

    .nav-submenu[b-uvssrljh7o]  .nav-submenu-link,
    .nav-submenu-link[b-uvssrljh7o] {
        position: relative;
        justify-content: flex-start;
        min-height: 2.85rem;
        padding: 0.72rem 0.85rem 0.72rem 1.2rem;
        border-radius: 0.85rem;
        text-align: left;
        white-space: normal;
    }

    .nav-submenu[b-uvssrljh7o]  .nav-submenu-link::before,
    .nav-submenu-link[b-uvssrljh7o]::before {
        position: absolute;
        top: 0;
        bottom: 50%;
        left: -0.72rem;
        width: 0.72rem;
        content: '';
        border-bottom: 2px solid rgba(95, 127, 34, 0.38);
        border-left: 2px solid rgba(95, 127, 34, 0.38);
        border-bottom-left-radius: 0.55rem;
    }

    .nav-submenu[b-uvssrljh7o]  .nav-submenu-link:not(:last-child)::after,
    .nav-submenu-link:not(:last-child)[b-uvssrljh7o]::after {
        position: absolute;
        top: 50%;
        bottom: -0.35rem;
        left: -0.72rem;
        content: '';
        border-left: 2px solid rgba(95, 127, 34, 0.38);
    }
}

/* Modern readability polish */
.site-header[b-uvssrljh7o] {
    min-height: 6rem;
}

.site-header[b-uvssrljh7o]::before {
    background: #94a964;
    box-shadow: 0 10px 34px rgba(62, 61, 66, 0.06);
}

.brand[b-uvssrljh7o] {
    --brand-logo-width: clamp(170px, 18vw, 270px);
}

.brand img[b-uvssrljh7o] {
    width: var(--brand-logo-width);
}

.nav-links[b-uvssrljh7o] {
    gap: clamp(0.18rem, 0.35vw, 0.42rem);
    border-color: rgba(101, 124, 58, 0.14);
}

.nav-links[b-uvssrljh7o]  .nav-link,
.nav-link[b-uvssrljh7o] {
    color: #2d2c31;
    font-size: clamp(0.94rem, 0.82rem + 0.32vw, 1.08rem);
    letter-spacing: -0.01em;
    line-height: 1.15;
    min-height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem clamp(0.95rem, 0.72rem + 0.72vw, 1.24rem);
}

.nav-links[b-uvssrljh7o]  .nav-link.active,
.nav-links[b-uvssrljh7o]  .nav-link:hover,
.nav-link:hover[b-uvssrljh7o] {
    color: #243015;
    background: linear-gradient(135deg, #f2f7e8, #e0edc6);
}

.nav-links[b-uvssrljh7o]  .nav-link:focus-visible,
.nav-link:focus-visible[b-uvssrljh7o],
.menu-button:focus-visible[b-uvssrljh7o] {
    outline: 3px solid rgba(111, 130, 71, 0.34);
    outline-offset: 3px;
}

.nav-cta[b-uvssrljh7o] {
    box-shadow: 0 12px 28px rgba(62, 61, 66, 0.12);
}

.nav-links .nav-cta:hover[b-uvssrljh7o],
.nav-links .nav-cta:focus-visible[b-uvssrljh7o] {
    color: #fff !important;
    background: linear-gradient(135deg, #26262b, #7ea51f);
}

@media (min-width: 1161px) and (max-width: 1480px) {
    .site-header[b-uvssrljh7o] {
        gap: 0.65rem;
        padding-inline: clamp(0.75rem, 1.7vw, 1.35rem);
    }

    .brand[b-uvssrljh7o] {
        --brand-logo-width: clamp(145px, 14vw, 210px);
    }

    .nav-links[b-uvssrljh7o] {
        gap: 0.08rem;
        padding: 0.28rem;
    }

    .nav-links[b-uvssrljh7o]  .nav-link,
    .nav-link[b-uvssrljh7o] {
        font-size: clamp(0.86rem, 0.73rem + 0.36vw, 0.98rem);
        min-height: 2.55rem;
        padding: 0.66rem clamp(0.5rem, 0.35rem + 0.42vw, 0.74rem);
    }
}

@media (max-width: 1160px) {
    .site-header[b-uvssrljh7o] {
        z-index: 1200;
    }

    .site-header[b-uvssrljh7o]::before {
        height: 7rem;
    }

    .brand[b-uvssrljh7o] {
        --brand-logo-width: clamp(150px, 48vw, 220px);
    }

    .brand img[b-uvssrljh7o] {
        width: var(--brand-logo-width);
    }

    .brand-subtitle[b-uvssrljh7o] {
        font-size: clamp(0.68rem, 2.6vw, 0.82rem);
        letter-spacing: 0.06em;
    }

    .brand-subtitle[b-uvssrljh7o] {
        font-size: clamp(0.68rem, 2.6vw, 0.82rem);
        letter-spacing: 0.06em;
    }

    .menu-button[b-uvssrljh7o] {
        width: 2.75rem;
        height: 2.75rem;
    }

    .nav-links[b-uvssrljh7o] {
        --mobile-menu-top: 7rem;
        position: fixed;
        z-index: 1201;
        top: var(--mobile-menu-top);
        right: 0;
        bottom: 0;
        left: 0;
        gap: 0.35rem;
        border-inline: 0;
        border-radius: 0 0 1.35rem 1.35rem;
        box-shadow: 0 24px 60px rgba(62, 61, 66, 0.14);
        height: calc(100vh - var(--mobile-menu-top));
        height: calc(100dvh - var(--mobile-menu-top));
        min-height: 0;
        padding-bottom: max(0.9rem, env(safe-area-inset-bottom));
        overflow-x: hidden;
        overflow-y: scroll;
        overscroll-behavior-y: contain;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }

    .nav-links[b-uvssrljh7o]  .nav-link,
    .nav-link[b-uvssrljh7o] {
        width: 100%;
        font-size: clamp(1rem, 2.6vw, 1.14rem);
        justify-content: flex-start;
        min-height: 3.25rem;
        padding: 0.95rem 1rem;
        text-align: left;
    }
}

@media (max-width: 420px) {
    .site-header[b-uvssrljh7o] {
        min-height: 5rem;
        padding-inline: 0.75rem;
    }

    .site-header[b-uvssrljh7o]::before {
        height: 6rem;
    }

    .brand[b-uvssrljh7o] {
        --brand-logo-width: clamp(130px, 48vw, 180px);
    }

    .brand img[b-uvssrljh7o] {
        width: var(--brand-logo-width);
    }

    .brand-subtitle[b-uvssrljh7o] {
        font-size: 0.64rem;
    }

    .brand-subtitle[b-uvssrljh7o] {
        font-size: 0.64rem;
    }

    .menu-button[b-uvssrljh7o] {
        width: 2.55rem;
        height: 2.55rem;
    }

    .nav-links[b-uvssrljh7o] {
        --mobile-menu-top: 6rem;
    }

    .nav-links[b-uvssrljh7o]  .nav-link,
    .nav-link[b-uvssrljh7o] {
        font-size: 1rem;
        min-height: 3rem;
        padding: 0.82rem 0.75rem;
    }
}

@media (max-width: 420px) and (max-height: 680px) {
    .nav-links[b-uvssrljh7o] {
        gap: 0.22rem;
        padding-top: 0.5rem;
        padding-bottom: max(0.7rem, env(safe-area-inset-bottom));
    }

    .nav-links[b-uvssrljh7o]  .nav-link,
    .nav-link[b-uvssrljh7o] {
        font-size: 0.94rem;
        min-height: 2.55rem;
        padding: 0.62rem 0.7rem;
    }

    .nav-submenu[b-uvssrljh7o]  .nav-submenu-link,
    .nav-submenu-link[b-uvssrljh7o] {
        padding: 0.58rem 0.7rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2mzr3vugd1],
.components-reconnect-repeated-attempt-visible[b-2mzr3vugd1],
.components-reconnect-failed-visible[b-2mzr3vugd1],
.components-pause-visible[b-2mzr3vugd1],
.components-resume-failed-visible[b-2mzr3vugd1],
.components-rejoining-animation[b-2mzr3vugd1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-retrying[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-failed[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2mzr3vugd1] {
    display: block;
}


#components-reconnect-modal[b-2mzr3vugd1] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2mzr3vugd1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2mzr3vugd1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2mzr3vugd1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2mzr3vugd1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2mzr3vugd1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2mzr3vugd1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2mzr3vugd1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2mzr3vugd1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2mzr3vugd1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2mzr3vugd1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2mzr3vugd1] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2mzr3vugd1] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2mzr3vugd1] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2mzr3vugd1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2mzr3vugd1] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2mzr3vugd1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2mzr3vugd1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2mzr3vugd1 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/MunicipalityEnergyCommunity.razor.rz.scp.css */
.municipality-hero[b-4sp2hx80lg] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    width: min(1240px, calc(100% - (var(--page-gutter) * 2)));
    min-height: 570px;
    margin: clamp(.75rem, 2vw, 1.5rem) auto clamp(2.5rem, 6vw, 5rem);
    padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 6vw, 5.5rem);
    overflow: hidden;
    border: 1px solid rgba(95, 127, 34, .12);
    border-radius: 36px;
    background: radial-gradient(circle at 88% 4%, rgba(255, 255, 255, .7), transparent 24rem), linear-gradient(120deg, #f7faef 0%, #edf5e3 58%, #dcebc9 100%);
    box-shadow: 0 24px 70px rgba(63, 95, 16, .1);
}

.municipality-hero[b-4sp2hx80lg]::before {
    content: "";
    position: absolute;
    inset: auto auto -180px -120px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(75, 113, 42, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(255, 255, 255, .18), 0 0 0 110px rgba(255, 255, 255, .12);
}

.municipality-hero__content[b-4sp2hx80lg] { position: relative; z-index: 2; max-width: 700px; }
.municipality-hero h1[b-4sp2hx80lg] { margin: .6rem 0 1.3rem; font-size: clamp(2.65rem, 5.1vw, 4.9rem); font-weight: 600; line-height: 1; letter-spacing: -.05em; color: #173a2a; }
.municipality-hero h1 span[b-4sp2hx80lg] { color: #6e993c; }
.municipality-hero__intro[b-4sp2hx80lg] { max-width: 700px; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.75; color: #486052; }
.municipality-hero .hero-actions[b-4sp2hx80lg] { margin: 2rem 0 0; }
.municipality-hero .btn[b-4sp2hx80lg] { display: inline-flex; gap: .65rem; align-items: center; justify-content: center; }
.municipality-hero .btn span[b-4sp2hx80lg] { transition: transform 180ms ease; }
.municipality-hero .btn:hover span[b-4sp2hx80lg] { transform: translateX(.2rem); }

.municipality-hero__facts[b-4sp2hx80lg] { display: flex; gap: 0; margin: 2.8rem 0 0; padding: 1.4rem 0 0; border-top: 1px solid rgba(23, 58, 42, .15); list-style: none; }
.municipality-hero__facts li[b-4sp2hx80lg] { display: grid; gap: .15rem; flex: 1; padding-right: 1rem; }
.municipality-hero__facts li + li[b-4sp2hx80lg] { padding-left: 1.25rem; border-left: 1px solid rgba(23, 58, 42, .15); }
.municipality-hero__facts strong[b-4sp2hx80lg] { font-size: 1.05rem; color: #173a2a; }
.municipality-hero__facts span[b-4sp2hx80lg] { font-size: .82rem; line-height: 1.35; color: #647569; }

.energy-visual[b-4sp2hx80lg] { position: relative; min-width: 0; min-height: 390px; filter: drop-shadow(0 28px 35px rgba(44, 76, 36, .14)); }
.energy-visual__sun[b-4sp2hx80lg] { position: absolute; top: 10px; right: 8%; width: 135px; height: 135px; border-radius: 50%; background: #f2c94c; box-shadow: 0 0 0 18px rgba(242, 201, 76, .12), 0 0 55px rgba(242, 201, 76, .3); }
.energy-visual__landscape[b-4sp2hx80lg] { position: absolute; inset: 90px 0 0; overflow: hidden; border-radius: 48% 48% 22px 22px; background: linear-gradient(160deg, #9fc66b 0 48%, #689746 49% 100%); }
.energy-visual__landscape[b-4sp2hx80lg]::before, .energy-visual__landscape[b-4sp2hx80lg]::after { content: ""; position: absolute; width: 120%; height: 70%; border-radius: 50%; }
.energy-visual__landscape[b-4sp2hx80lg]::before { left: -55%; bottom: -38%; background: #4e7d3b; transform: rotate(9deg); }
.energy-visual__landscape[b-4sp2hx80lg]::after { right: -68%; bottom: -30%; background: #315f3c; transform: rotate(-10deg); }
.energy-visual__house[b-4sp2hx80lg] { position: absolute; z-index: 3; left: 16%; bottom: 23%; width: 150px; height: 125px; }
.energy-visual__roof[b-4sp2hx80lg] { position: absolute; z-index: 2; top: 10px; left: 4px; width: 140px; height: 70px; background: #263f34; clip-path: polygon(50% 0, 100% 72%, 92% 78%, 50% 24%, 8% 78%, 0 72%); }
.energy-visual__solar[b-4sp2hx80lg] { position: absolute; z-index: 3; top: 30px; left: 57px; width: 68px; height: 39px; border: 2px solid #abcbe0; background: repeating-linear-gradient(90deg, transparent 0 15px, #abcbe0 16px 17px), repeating-linear-gradient(0deg, #295474 0 15px, #abcbe0 16px 17px); transform: skewY(27deg); }
.energy-visual__body[b-4sp2hx80lg] { position: absolute; inset: 64px 22px 0; background: #f8f4df; }
.energy-visual__body[b-4sp2hx80lg]::after { content: ""; position: absolute; right: 18px; bottom: 0; width: 29px; height: 48px; background: #a97343; }
.energy-visual__line[b-4sp2hx80lg] { position: absolute; z-index: 4; right: 15%; bottom: 29%; width: 37%; height: 3px; background: repeating-linear-gradient(90deg, #f2c94c 0 8px, transparent 8px 15px); transform: rotate(-8deg); }
.energy-visual__pin[b-4sp2hx80lg] { position: absolute; z-index: 5; right: 12%; bottom: 23%; display: grid; place-items: center; width: 70px; height: 70px; border: 6px solid rgba(255,255,255,.72); border-radius: 50% 50% 50% 8px; background: #f2c94c; color: #173a2a; transform: rotate(-45deg); }
.energy-visual__pin span[b-4sp2hx80lg] { font-size: 1.65rem; transform: rotate(45deg); }
.energy-visual__badge[b-4sp2hx80lg] { position: absolute; z-index: 6; right: -12px; bottom: 10px; display: flex; gap: .6rem; align-items: center; padding: .85rem 1.1rem; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: 0 12px 30px rgba(23,58,42,.14); color: #264b37; font-size: .88rem; font-weight: 700; backdrop-filter: blur(8px); }
.energy-visual__badge span[b-4sp2hx80lg] { color: #e9ad19; font-size: 1.25rem; }

.municipality-intro[b-4sp2hx80lg], .municipality-split[b-4sp2hx80lg], .area-card[b-4sp2hx80lg], .municipality-steps[b-4sp2hx80lg], .municipality-faq[b-4sp2hx80lg], .municipality-cta[b-4sp2hx80lg] { margin-block: clamp(2.5rem, 7vw, 6rem); }
.municipality-intro .section-heading[b-4sp2hx80lg], .municipality-steps .section-heading[b-4sp2hx80lg], .municipality-faq .section-heading[b-4sp2hx80lg] { display: block; text-align: center; }
.municipality-intro .section-heading[b-4sp2hx80lg] { max-width: 790px; margin-inline: auto; }
.municipality-intro .section-heading h2[b-4sp2hx80lg], .municipality-steps .section-heading h2[b-4sp2hx80lg], .municipality-faq .section-heading h2[b-4sp2hx80lg] { margin-bottom: 1rem; }
.municipality-benefits[b-4sp2hx80lg] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; }
.municipality-benefit[b-4sp2hx80lg] { padding: 2rem; border: 1px solid #e2eadb; border-radius: 20px; background: rgba(255, 255, 255, .94); box-shadow: 0 14px 35px rgba(31, 70, 48, .06); transition: transform .2s ease, box-shadow .2s ease; }
.municipality-benefit:hover[b-4sp2hx80lg] { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(31, 70, 48, .11); }
.municipality-benefit__icon[b-4sp2hx80lg] { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1.3rem; border-radius: 14px; background: #edf5e4; color: #5f8e36; font-size: 1.5rem; font-weight: 800; }
.municipality-benefit h3[b-4sp2hx80lg] { margin-bottom: .6rem; color: #173a2a; }
.municipality-benefit p[b-4sp2hx80lg] { margin: 0; color: #617066; }

.municipality-split[b-4sp2hx80lg] { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; padding: clamp(2rem, 5vw, 4.5rem); border-radius: 28px; background: linear-gradient(135deg, #173a2a, #234c37); box-shadow: 0 24px 60px rgba(23, 58, 42, .16); color: #fff; }
.municipality-split h2[b-4sp2hx80lg] { color: #fff; }
.municipality-split__copy > p[b-4sp2hx80lg] { color: #cfddd4; }
.municipality-check-list li[b-4sp2hx80lg] { color: #eef5f0; }
.municipality-split__quote[b-4sp2hx80lg] { position: relative; padding: 3rem; overflow: hidden; border-radius: 22px; background: linear-gradient(145deg, #86ae55, #628e3c); }
.municipality-split__quote span[b-4sp2hx80lg] { position: absolute; top: -1.5rem; left: 1.3rem; opacity: .2; font-family: Georgia, serif; font-size: 10rem; line-height: 1; }
.municipality-split__quote p[b-4sp2hx80lg] { position: relative; margin: 0; font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.35; font-weight: 700; }

.area-card[b-4sp2hx80lg] { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(2rem, 5vw, 4rem); border: 1px solid #e0e9da; border-radius: 28px; background: rgba(248, 250, 245, .96); }
.area-card__copy .btn[b-4sp2hx80lg] { margin-top: 1rem; }
.area-card__details[b-4sp2hx80lg] { margin: 0; overflow: hidden; border: 1px solid #dce6d5; border-radius: 18px; background: #fff; box-shadow: 0 14px 35px rgba(31,70,48,.06); }
.area-card__details div[b-4sp2hx80lg] { display: grid; grid-template-columns: minmax(105px, .45fr) 1fr; gap: 1rem; padding: 1.1rem 1.3rem; }
.area-card__details div + div[b-4sp2hx80lg] { border-top: 1px solid #e5ece0; }
.area-card__details dt[b-4sp2hx80lg] { color: #748078; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.area-card__details dd[b-4sp2hx80lg] { margin: 0; color: #244534; font-weight: 650; }

.municipality-steps .section-heading[b-4sp2hx80lg] { text-align: center; }
.municipality-steps ol[b-4sp2hx80lg] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 3rem 0 0; padding: 0; list-style: none; counter-reset: steps; }
.municipality-steps li[b-4sp2hx80lg] { position: relative; display: flex; gap: 1rem; padding: 1.7rem; }
.municipality-steps li:not(:last-child)[b-4sp2hx80lg]::after { content: ""; position: absolute; top: 2.9rem; left: calc(100% - .35rem); width: calc(1.5rem + .7rem); border-top: 2px dashed #cbd9c2; }
.municipality-steps li > span[b-4sp2hx80lg] { display: grid; place-items: center; flex: 0 0 48px; height: 48px; border-radius: 50%; background: #f2c94c; color: #173a2a; font-weight: 800; }
.municipality-steps h3[b-4sp2hx80lg] { margin: .15rem 0 .55rem; color: #173a2a; }
.municipality-steps p[b-4sp2hx80lg] { margin: 0; color: #617066; }

.municipality-faq[b-4sp2hx80lg] { max-width: 1000px; }
.municipality-faq .section-heading[b-4sp2hx80lg] { text-align: center; }
.municipality-faq__list[b-4sp2hx80lg] { display: grid; gap: .8rem; margin-top: 2.5rem; }
.municipality-faq details[b-4sp2hx80lg] { padding: 0 1.4rem; border: 1px solid #dfe8da; border-radius: 15px; background: #fff; }
.municipality-faq summary[b-4sp2hx80lg] { position: relative; padding: 1.35rem 2.5rem 1.35rem 0; cursor: pointer; color: #1b432f; font-size: 1.05rem; font-weight: 750; list-style: none; }
.municipality-faq summary[b-4sp2hx80lg]::-webkit-details-marker { display: none; }
.municipality-faq summary[b-4sp2hx80lg]::after { content: "+"; position: absolute; top: 50%; right: .2rem; width: 28px; height: 28px; border-radius: 50%; background: #edf5e5; color: #5c8737; text-align: center; line-height: 26px; transform: translateY(-50%); }
.municipality-faq details[open] summary[b-4sp2hx80lg]::after { content: "−"; }
.municipality-faq details p[b-4sp2hx80lg] { margin: 0; padding: 0 2.5rem 1.4rem 0; color: #617066; }

.municipality-cta[b-4sp2hx80lg] { display: flex; justify-content: space-between; gap: 2rem; align-items: center; overflow: hidden; padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(95, 127, 34, .12); border-radius: 28px; background: radial-gradient(circle at 100% 0, rgba(255,255,255,.72), transparent 18rem), linear-gradient(120deg, #eff6e7, #dcecc9); }
.municipality-cta > div:first-child[b-4sp2hx80lg] { max-width: 650px; }
.municipality-cta h2[b-4sp2hx80lg] { color: #173a2a; }
.municipality-cta .hero-actions[b-4sp2hx80lg] { flex-direction: column; align-items: stretch; min-width: 260px; text-align: center; }
.municipality-cta__link[b-4sp2hx80lg] { color: #315f3c; font-weight: 700; text-decoration: none; }
.municipality-cta__link:hover[b-4sp2hx80lg] { color: #173a2a; text-decoration: underline; }

@media (max-width: 900px) {
    .municipality-hero[b-4sp2hx80lg] { grid-template-columns: 1fr; min-height: auto; padding-top: 3.5rem; border-radius: 30px; }
    .municipality-hero__content[b-4sp2hx80lg] { max-width: 760px; }
    .energy-visual[b-4sp2hx80lg] { width: min(100%, 620px); min-height: 330px; margin-inline: auto; }
    .municipality-benefits[b-4sp2hx80lg], .municipality-steps ol[b-4sp2hx80lg] { grid-template-columns: 1fr; }
    .municipality-split[b-4sp2hx80lg], .area-card[b-4sp2hx80lg] { grid-template-columns: 1fr; }
    .municipality-steps li:not(:last-child)[b-4sp2hx80lg]::after { top: calc(100% - .3rem); left: 3.15rem; width: 0; height: 1.7rem; border-top: 0; border-left: 2px dashed #cbd9c2; }
    .municipality-cta[b-4sp2hx80lg] { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
    .municipality-hero[b-4sp2hx80lg] { width: calc(100% - 1rem); margin-top: .5rem; padding: 2.6rem 1.15rem 1.2rem; border-radius: 24px; }
    .municipality-hero h1[b-4sp2hx80lg] { font-size: clamp(2.3rem, 12vw, 3.25rem); letter-spacing: -.045em; }
    .municipality-hero__intro[b-4sp2hx80lg] { font-size: 1rem; line-height: 1.65; }
    .municipality-hero .hero-actions[b-4sp2hx80lg] { display: grid; }
    .municipality-hero .btn[b-4sp2hx80lg] { width: 100%; }
    .municipality-hero__facts[b-4sp2hx80lg] { display: grid; grid-template-columns: 1fr; }
    .municipality-hero__facts li[b-4sp2hx80lg], .municipality-hero__facts li + li[b-4sp2hx80lg] { padding: .7rem 0; border-left: 0; }
    .municipality-hero__facts li + li[b-4sp2hx80lg] { border-top: 1px solid rgba(23, 58, 42, .12); }
    .energy-visual[b-4sp2hx80lg] { min-height: 245px; }
    .energy-visual__landscape[b-4sp2hx80lg] { inset: 55px 0 0; border-radius: 45% 45% 18px 18px; }
    .energy-visual__sun[b-4sp2hx80lg] { width: 95px; height: 95px; }
    .energy-visual__house[b-4sp2hx80lg] { left: 8%; bottom: 18%; transform: scale(.78); transform-origin: bottom left; }
    .energy-visual__pin[b-4sp2hx80lg] { right: 8%; bottom: 19%; width: 58px; height: 58px; }
    .energy-visual__badge[b-4sp2hx80lg] { right: 5px; bottom: -4px; max-width: 210px; padding: .7rem .85rem; font-size: .78rem; }
    .municipality-benefit[b-4sp2hx80lg], .municipality-split__quote[b-4sp2hx80lg] { padding: 1.4rem; }
    .municipality-split[b-4sp2hx80lg], .area-card[b-4sp2hx80lg], .municipality-cta[b-4sp2hx80lg] { padding: 1.5rem 1.15rem; border-radius: 22px; }
    .municipality-steps ol[b-4sp2hx80lg] { gap: .5rem; margin-top: 1.75rem; }
    .municipality-steps li[b-4sp2hx80lg] { padding: 1rem 0; }
    .municipality-faq details[b-4sp2hx80lg] { padding-inline: 1rem; }
    .municipality-faq summary[b-4sp2hx80lg] { padding-right: 2rem; font-size: 1rem; }
    .municipality-faq details p[b-4sp2hx80lg] { padding-right: 0; }
    .area-card__details div[b-4sp2hx80lg] { grid-template-columns: 1fr; gap: .25rem; }
    .municipality-cta .hero-actions[b-4sp2hx80lg] { width: 100%; min-width: 0; }
    .municipality-cta .btn[b-4sp2hx80lg] { width: 100%; }
}

@media (max-width: 370px) {
    .municipality-hero__facts span[b-4sp2hx80lg] { font-size: .78rem; }
    .energy-visual__badge[b-4sp2hx80lg] { max-width: 185px; }
    .municipality-steps li[b-4sp2hx80lg] { gap: .75rem; }
    .municipality-steps li > span[b-4sp2hx80lg] { flex-basis: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
    .municipality-benefit[b-4sp2hx80lg] { transition: none; }
}
