.municipal-supply-page {
    --municipal-dark:#17232e;
    --municipal-dark-two:#21313f;
    --municipal-orange:#f2531e;
    --municipal-orange-dark:#d84212;
    --municipal-soft:#f4f6f8;
    --municipal-line:rgba(31,43,54,.12);
    overflow:hidden;
}

.municipal-supply-hero {
    position:relative;
    min-height:720px;
    display:flex;
    align-items:center;
    background-color:var(--municipal-dark);
    background-position:center;
    background-size:cover;
    color:#fff;
    isolation:isolate;
}

.municipal-hero-layout {
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
    gap:64px;
    align-items:center;
    padding-top:110px;
    padding-bottom:110px;
}

.municipal-hero-copy {
    max-width:820px;
}

.municipal-hero-copy h1 {
    max-width:920px;
    margin:18px 0 24px;
    color:#fff;
    font-size:clamp(2.7rem,5.3vw,5.4rem);
    line-height:1.02;
    letter-spacing:-.055em;
}

.municipal-hero-lead {
    max-width:760px;
    color:rgba(255,255,255,.84);
    font-size:1.08rem;
    line-height:1.8;
}

.municipal-hero-actions,
.municipal-final-actions {
    display:flex;
    flex-wrap:wrap;
    gap:13px;
    margin-top:32px;
}

.municipal-whatsapp-btn {
    background:#fff !important;
    border-color:#fff !important;
    color:var(--municipal-dark) !important;
}

.municipal-whatsapp-btn:hover {
    background:#eef2f4 !important;
    border-color:#eef2f4 !important;
}

.municipal-hero-points {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:32px;
}

.municipal-hero-points span {
    padding:9px 13px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    background:rgba(255,255,255,.07);
    color:rgba(255,255,255,.86);
    font-size:.75rem;
    font-weight:700;
}

.municipal-hero-panel {
    padding:35px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:22px;
    background:rgba(20,31,41,.76);
    box-shadow:0 35px 80px rgba(0,0,0,.25);
    backdrop-filter:blur(16px);
}

.municipal-panel-kicker {
    display:block;
    margin-bottom:12px;
    color:#ff9d7d;
    font-size:.72rem;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.municipal-hero-panel strong {
    display:block;
    color:#fff;
    font-size:1.45rem;
    line-height:1.35;
}

.municipal-hero-panel ul {
    margin:24px 0 0;
    padding:0;
    list-style:none;
}

.municipal-hero-panel li {
    position:relative;
    padding:11px 0 11px 27px;
    border-bottom:1px solid rgba(255,255,255,.09);
    color:rgba(255,255,255,.79);
    line-height:1.5;
}

.municipal-hero-panel li::before {
    content:"";
    position:absolute;
    left:0;
    top:19px;
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--municipal-orange);
    box-shadow:0 0 0 5px rgba(242,83,30,.15);
}

.municipal-hero-glow {
    position:absolute;
    border-radius:50%;
    filter:blur(2px);
    pointer-events:none;
    z-index:1;
}

.municipal-glow-one {
    top:10%;
    right:7%;
    width:320px;
    height:320px;
    background:radial-gradient(circle,rgba(242,83,30,.23),transparent 68%);
    animation:municipalFloat 8s ease-in-out infinite;
}

.municipal-glow-two {
    bottom:0;
    left:38%;
    width:420px;
    height:220px;
    background:radial-gradient(circle,rgba(255,255,255,.08),transparent 68%);
    animation:municipalFloat 10s ease-in-out infinite reverse;
}

@keyframes municipalFloat {
    0%,100% { transform:translate3d(0,0,0); }
    50% { transform:translate3d(0,-18px,0); }
}

.municipal-proof-strip {
    position:relative;
    z-index:4;
    margin-top:-1px;
    background:var(--municipal-orange);
    color:#fff;
}

.municipal-proof-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
}

.municipal-proof-grid > div {
    min-height:145px;
    padding:31px 25px;
    border-right:1px solid rgba(255,255,255,.23);
}

.municipal-proof-grid > div:last-child {
    border-right:0;
}

.municipal-proof-grid strong {
    display:block;
    margin-bottom:8px;
    color:#fff;
    font-size:.94rem;
}

.municipal-proof-grid span {
    color:rgba(255,255,255,.8);
    font-size:.78rem;
    line-height:1.6;
}

.municipal-section-heading {
    max-width:800px;
}

.municipal-section-heading h2,
.municipal-heading-row h2,
.municipal-capability-layout h2 {
    margin-top:11px;
    letter-spacing:-.04em;
}

.municipal-path-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    margin-top:38px;
}

.municipal-path-card {
    position:relative;
    overflow:hidden;
    min-height:545px;
    padding:43px;
    border:1px solid var(--municipal-line);
    border-radius:22px;
    box-shadow:0 24px 60px rgba(31,43,54,.09);
    transition:transform .28s ease,box-shadow .28s ease;
}

.municipal-path-card:hover {
    transform:translateY(-7px);
    box-shadow:0 35px 80px rgba(31,43,54,.15);
}

.municipal-path-public {
    background:
        radial-gradient(circle at 90% 10%,rgba(242,83,30,.15),transparent 32%),
        #fff;
}

.municipal-path-contractor {
    border-color:transparent;
    background:
        radial-gradient(circle at 88% 8%,rgba(242,83,30,.25),transparent 33%),
        var(--municipal-dark);
    color:#fff;
}

.municipal-path-number {
    position:absolute;
    right:28px;
    top:20px;
    color:rgba(31,43,54,.07);
    font-size:7rem;
    font-weight:800;
    line-height:1;
}

.municipal-path-contractor .municipal-path-number {
    color:rgba(255,255,255,.06);
}

.municipal-path-label {
    position:relative;
    display:inline-flex;
    margin-bottom:25px;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(242,83,30,.10);
    color:var(--municipal-orange);
    font-size:.7rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.municipal-path-contractor .municipal-path-label {
    background:rgba(242,83,30,.18);
    color:#ff9b79;
}

.municipal-path-card h3 {
    position:relative;
    max-width:500px;
    font-size:1.75rem;
    line-height:1.25;
}

.municipal-path-contractor h3 {
    color:#fff;
}

.municipal-path-card p {
    position:relative;
    line-height:1.75;
}

.municipal-path-contractor p,
.municipal-path-contractor li {
    color:rgba(255,255,255,.75);
}

.municipal-path-card ul {
    position:relative;
    margin:25px 0 31px;
    padding:0;
    list-style:none;
}

.municipal-path-card li {
    position:relative;
    padding:8px 0 8px 25px;
}

.municipal-path-card li::before {
    content:"✓";
    position:absolute;
    left:0;
    color:var(--municipal-orange);
    font-weight:800;
}

.municipal-dark-btn {
    background:#fff !important;
    border-color:#fff !important;
    color:var(--municipal-dark) !important;
}

.municipal-heading-row {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:32px;
}

.municipal-heading-row > div {
    max-width:790px;
}

.municipal-text-link {
    flex:0 0 auto;
    color:var(--municipal-orange);
    font-size:.84rem;
    font-weight:800;
    text-decoration:none;
}

.municipal-text-link::after {
    content:" →";
}

.municipal-product-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:19px;
    margin-top:36px;
}

.municipal-product-card {
    position:relative;
    min-height:270px;
    padding:29px;
    border:1px solid var(--municipal-line);
    border-radius:17px;
    background:#fff;
    box-shadow:0 15px 42px rgba(31,43,54,.06);
    transition:transform .25s ease,border-color .25s ease;
}

.municipal-product-card:hover {
    transform:translateY(-5px);
    border-color:rgba(242,83,30,.35);
}

.municipal-product-number {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin-bottom:28px;
    border-radius:11px;
    background:rgba(242,83,30,.11);
    color:var(--municipal-orange);
    font-weight:800;
}

.municipal-product-card h3 {
    font-size:1.05rem;
}

.municipal-product-card p {
    color:#68747e;
    font-size:.84rem;
    line-height:1.75;
}

.municipal-contractor-section {
    background:linear-gradient(180deg,#fff,#f6f8f9);
}

.municipal-gallery-heading {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:25px;
    margin-top:65px;
    margin-bottom:22px;
}

.municipal-gallery-heading h3 {
    margin:7px 0 0;
}

.municipal-gallery-heading > span {
    color:#74808a;
    font-size:.78rem;
}

.municipal-gallery-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.municipal-gallery-item {
    position:relative;
    overflow:hidden;
    min-height:310px;
    padding:0;
    border:0;
    border-radius:18px;
    background:#e9edef !important;
    box-shadow:0 18px 45px rgba(31,43,54,.1) !important;
    cursor:pointer;
}

.municipal-gallery-item img {
    width:100%;
    height:310px;
    display:block;
    object-fit:cover;
    transition:transform .45s ease;
}

.municipal-gallery-item:hover img {
    transform:scale(1.055);
}

.municipal-gallery-item span {
    position:absolute;
    left:17px;
    bottom:17px;
    padding:9px 13px;
    border-radius:999px;
    background:rgba(23,35,46,.88);
    color:#fff;
    font-size:.7rem;
    font-weight:800;
    backdrop-filter:blur(8px);
}

.municipal-gallery-empty {
    margin-top:42px;
    padding:40px;
    border:1px dashed rgba(31,43,54,.22);
    border-radius:18px;
    background:#fff;
    text-align:center;
}

.municipal-gallery-empty strong,
.municipal-gallery-empty span {
    display:block;
}

.municipal-gallery-empty span {
    max-width:650px;
    margin:8px auto 0;
    color:#6e7983;
    line-height:1.7;
}

.municipal-process-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:17px;
    margin-top:38px;
}

.municipal-process-grid article {
    padding:30px 25px;
    border-top:4px solid var(--municipal-orange);
    border-radius:0 0 15px 15px;
    background:#fff;
    box-shadow:0 15px 40px rgba(31,43,54,.07);
}

.municipal-process-grid article > span {
    color:var(--municipal-orange);
    font-size:.75rem;
    font-weight:800;
}

.municipal-process-grid h3 {
    margin:17px 0 10px;
    font-size:1rem;
}

.municipal-process-grid p {
    color:#6b7781;
    font-size:.8rem;
    line-height:1.7;
}

.municipal-capability-layout {
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
    gap:62px;
    align-items:center;
}

.municipal-capability-layout > div:first-child {
    max-width:720px;
}

.municipal-capability-layout p {
    line-height:1.8;
}

.municipal-capability-panel {
    padding:38px;
    border-radius:20px;
    background:var(--municipal-dark);
    color:#fff;
    box-shadow:0 28px 65px rgba(31,43,54,.18);
}

.municipal-capability-panel h3 {
    color:#fff;
}

.municipal-capability-panel ul {
    margin:21px 0 0;
    padding:0;
    list-style:none;
}

.municipal-capability-panel li {
    position:relative;
    padding:11px 0 11px 27px;
    border-bottom:1px solid rgba(255,255,255,.09);
    color:rgba(255,255,255,.76);
}

.municipal-capability-panel li::before {
    content:"✓";
    position:absolute;
    left:0;
    color:#ff8d68;
    font-weight:800;
}

.municipal-final-cta {
    position:relative;
    padding:100px 0;
    overflow:hidden;
    background:
        radial-gradient(circle at 85% 20%,rgba(242,83,30,.30),transparent 30%),
        var(--municipal-dark);
    color:#fff;
}

.municipal-final-cta h2 {
    max-width:900px;
    margin:15px 0;
    color:#fff;
    font-size:clamp(2rem,4vw,3.7rem);
    letter-spacing:-.045em;
}

.municipal-final-cta p {
    max-width:730px;
    color:rgba(255,255,255,.77);
    line-height:1.8;
}

.municipal-outline-btn {
    background:transparent !important;
    border-color:rgba(255,255,255,.45) !important;
    color:#fff !important;
}

.municipal-modal {
    position:fixed;
    inset:0;
    z-index:99999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    opacity:0;
    visibility:hidden;
    transition:opacity .25s ease,visibility .25s ease;
}

.municipal-modal.is-open {
    opacity:1;
    visibility:visible;
}

.municipal-modal-backdrop {
    position:absolute;
    inset:0;
    min-height:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:rgba(10,18,24,.88) !important;
    box-shadow:none !important;
    backdrop-filter:blur(8px);
}

.municipal-modal-dialog {
    position:relative;
    z-index:2;
    width:min(960px,100%);
    max-height:90vh;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.14);
    border-radius:20px;
    background:#fff;
    box-shadow:0 40px 100px rgba(0,0,0,.45);
    transform:translateY(18px) scale(.98);
    transition:transform .28s ease;
}

.municipal-modal.is-open .municipal-modal-dialog {
    transform:translateY(0) scale(1);
}

.municipal-modal-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:18px 21px;
    background:var(--municipal-dark);
    color:#fff;
}

.municipal-modal-head span,
.municipal-modal-head strong {
    display:block;
}

.municipal-modal-head span {
    margin-bottom:3px;
    color:#ff9b79;
    font-size:.65rem;
    font-weight:800;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.municipal-modal-close {
    width:42px;
    height:42px;
    min-height:42px !important;
    padding:0 !important;
    border:1px solid rgba(255,255,255,.18) !important;
    border-radius:50% !important;
    background:rgba(255,255,255,.08) !important;
    color:#fff !important;
    font-size:1.65rem !important;
    line-height:1 !important;
    box-shadow:none !important;
}

.municipal-modal-image {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:480px;
    max-height:calc(90vh - 80px);
    padding:25px;
    background:#eef1f3;
}

.municipal-modal-image img {
    max-width:100%;
    max-height:calc(90vh - 130px);
    object-fit:contain;
}

body.municipal-modal-open {
    overflow:hidden;
}

@media(max-width:1020px) {
    .municipal-hero-layout,
    .municipal-capability-layout {
        grid-template-columns:1fr;
    }

    .municipal-hero-layout {
        gap:35px;
    }

    .municipal-proof-grid,
    .municipal-process-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .municipal-product-grid,
    .municipal-gallery-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:760px) {
    .municipal-supply-hero {
        min-height:auto;
    }

    .municipal-hero-layout {
        padding-top:75px;
        padding-bottom:65px;
    }

    .municipal-hero-copy h1 {
        font-size:2.7rem;
    }

    .municipal-hero-panel,
    .municipal-path-card,
    .municipal-capability-panel {
        padding:27px 23px;
    }

    .municipal-proof-grid,
    .municipal-path-grid,
    .municipal-product-grid,
    .municipal-gallery-grid,
    .municipal-process-grid {
        grid-template-columns:1fr;
    }

    .municipal-proof-grid > div {
        min-height:auto;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.2);
    }

    .municipal-heading-row,
    .municipal-gallery-heading {
        align-items:flex-start;
        flex-direction:column;
    }

    .municipal-path-card {
        min-height:auto;
    }

    .municipal-path-number {
        font-size:5rem;
    }

    .municipal-gallery-item,
    .municipal-gallery-item img {
        height:280px;
        min-height:280px;
    }

    .municipal-final-actions,
    .municipal-hero-actions {
        flex-direction:column;
    }

    .municipal-final-actions .btn,
    .municipal-hero-actions .btn {
        width:100%;
        justify-content:center;
        text-align:center;
    }

    .municipal-modal {
        padding:10px;
    }

    .municipal-modal-dialog {
        border-radius:14px;
    }

    .municipal-modal-image {
        min-height:360px;
        padding:12px;
    }
}

@media(prefers-reduced-motion:reduce) {
    .municipal-hero-glow {
        animation:none;
    }

    .municipal-path-card,
    .municipal-product-card,
    .municipal-gallery-item img,
    .municipal-modal,
    .municipal-modal-dialog {
        transition:none;
    }
}


/* Municipal smart metering technical solution */
.municipal-smart-solution {
    background: #ffffff;
}

.municipal-compliance-note {
    max-width: 960px;
    margin: 22px 0 0;
    padding: 18px 20px;
    border-left: 4px solid #f2531e;
    background: #f7f7f7;
    color: #4c5963;
    line-height: 1.75;
}

.municipal-system-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 38px;
}

.municipal-system-flow article {
    min-height: 170px;
    padding: 26px;
    border: 1px solid #e5e8eb;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(22, 34, 44, .08);
}

.municipal-system-flow article span {
    display: block;
    margin-bottom: 25px;
    color: #f2531e;
    font-weight: 800;
}

.municipal-system-flow article strong,
.municipal-system-flow article small {
    display: block;
}

.municipal-system-flow article strong {
    color: #1f2b36;
    font-size: 18px;
}

.municipal-system-flow article small {
    margin-top: 8px;
    color: #697680;
    line-height: 1.6;
}

.municipal-flow-arrow {
    min-width: 112px;
    text-align: center;
}

.municipal-flow-arrow b,
.municipal-flow-arrow i {
    display: block;
}

.municipal-flow-arrow b {
    color: #5c6973;
    font-size: 11px;
    line-height: 1.4;
}

.municipal-flow-arrow i {
    margin-top: 8px;
    color: #f2531e;
    font-size: 32px;
    font-style: normal;
}

.municipal-technical-products {
    display: grid;
    gap: 30px;
    margin-top: 44px;
}

.municipal-technical-product {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.4fr);
    overflow: hidden;
    border: 1px solid #e4e8eb;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(21, 34, 45, .08);
}

.municipal-technical-product:nth-child(even) {
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .85fr);
}

.municipal-technical-product:nth-child(even) .municipal-technical-image {
    order: 2;
}

.municipal-technical-image {
    min-height: 470px;
    background: #f4f5f6;
}

.municipal-technical-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 28px;
}

.municipal-technical-content {
    padding: 42px;
}

.municipal-product-tag {
    display: inline-block;
    margin-bottom: 14px;
    color: #f2531e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.municipal-technical-content h3 {
    margin: 0;
    color: #1e2a34;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.18;
}

.municipal-technical-content > p {
    margin: 18px 0 0;
    color: #5d6973;
    line-height: 1.8;
}

.municipal-feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.municipal-feature-pills span {
    padding: 8px 11px;
    border: 1px solid #e1e5e8;
    background: #f8f8f8;
    color: #34414b;
    font-size: 12px;
    font-weight: 700;
}

.municipal-technical-list {
    display: grid;
    gap: 10px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.municipal-technical-list li {
    position: relative;
    padding-left: 24px;
    color: #4f5c66;
    line-height: 1.6;
}

.municipal-technical-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f2531e;
    font-weight: 800;
}

.municipal-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.municipal-responsibility-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
}

.municipal-responsibility-grid article {
    padding: 34px;
    border: 1px solid #e2e6e9;
    background: #ffffff;
}

.municipal-responsibility-grid article > span {
    color: #f2531e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.municipal-responsibility-grid h3 {
    margin: 12px 0 22px;
    color: #1f2b36;
}

.municipal-responsibility-grid ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.municipal-responsibility-grid li {
    position: relative;
    padding-left: 23px;
    color: #56636d;
    line-height: 1.6;
}

.municipal-responsibility-grid li::before {
    content: "•";
    position: absolute;
    left: 3px;
    color: #f2531e;
    font-weight: 900;
}

.municipal-contractor-role {
    background: #1f2b36 !important;
}

.municipal-contractor-role h3,
.municipal-contractor-role li {
    color: #ffffff;
}

.municipal-project-builder {
    background: #f4f5f6;
}

.municipal-builder-layout {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 42px;
    align-items: start;
}

.municipal-builder-intro {
    position: sticky;
    top: 110px;
}

.municipal-builder-intro h2 {
    margin-top: 12px;
    color: #1f2b36;
}

.municipal-builder-intro > p {
    color: #596670;
    line-height: 1.8;
}

.municipal-builder-help {
    margin-top: 25px;
    padding: 22px;
    border-left: 4px solid #f2531e;
    background: #ffffff;
}

.municipal-builder-help strong,
.municipal-builder-help span {
    display: block;
}

.municipal-builder-help span {
    margin-top: 7px;
    color: #66727c;
    line-height: 1.6;
}

.municipal-builder-form {
    padding: 34px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(20, 32, 42, .09);
}

.municipal-builder-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.municipal-builder-grid label,
.municipal-builder-grid label > span {
    display: block;
}

.municipal-builder-grid label > span {
    margin-bottom: 8px;
    color: #34414b;
    font-size: 13px;
    font-weight: 700;
}

.municipal-builder-grid input,
.municipal-builder-grid select,
.municipal-builder-grid textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d9dfe3;
    border-radius: 0;
    background: #ffffff;
    color: #27343e;
    font: inherit;
    padding: 12px 14px;
}

.municipal-builder-grid textarea {
    min-height: 145px;
    resize: vertical;
}

.municipal-builder-grid input:focus,
.municipal-builder-grid select:focus,
.municipal-builder-grid textarea:focus {
    outline: 2px solid rgba(242, 83, 30, .18);
    border-color: #f2531e;
}

.municipal-builder-full {
    grid-column: 1 / -1;
}

.municipal-builder-confirmation {
    margin: 23px 0;
    padding: 18px;
    background: #f7f7f7;
}

.municipal-builder-confirmation label {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.municipal-builder-confirmation input {
    margin-top: 4px;
}

.municipal-builder-confirmation span {
    color: #56636d;
    font-size: 13px;
    line-height: 1.7;
}

.municipal-builder-note {
    margin: 13px 0 0;
    color: #76818a;
    font-size: 12px;
}

.municipal-honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

.municipal-tech-modal,
.municipal-project-response {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: grid;
    place-items: center;
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .22s ease, visibility .22s ease;
}

.municipal-tech-modal.is-open,
.municipal-project-response.is-open {
    visibility: visible;
    opacity: 1;
}

.municipal-tech-backdrop,
.municipal-project-response-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgba(11, 17, 22, .82);
    cursor: pointer;
}

.municipal-tech-dialog,
.municipal-project-response-dialog {
    position: relative;
    z-index: 2;
    width: min(960px, 100%);
    max-height: calc(100vh - 50px);
    overflow: auto;
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
}

.municipal-project-response-dialog {
    width: min(920px, 100%);
    height: min(780px, calc(100vh - 50px));
}

.municipal-tech-head,
.municipal-project-response-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e8ea;
}

.municipal-tech-head span,
.municipal-tech-head strong,
.municipal-project-response-head span,
.municipal-project-response-head strong {
    display: block;
}

.municipal-tech-head span,
.municipal-project-response-head span {
    color: #f2531e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.municipal-tech-head strong,
.municipal-project-response-head strong {
    margin-top: 5px;
    color: #1f2b36;
}

.municipal-tech-close,
.municipal-project-response-close {
    width: 42px;
    height: 42px;
    border: 0;
    background: #1f2b36;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
}

.municipal-tech-body {
    padding: 30px;
}

.municipal-tech-summary h3 {
    margin-top: 0;
    color: #1f2b36;
}

.municipal-tech-summary p {
    color: #58656f;
    line-height: 1.8;
}

.municipal-tech-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 25px;
}

.municipal-tech-columns section {
    padding: 23px;
    border: 1px solid #e3e7e9;
}

.municipal-tech-columns h4 {
    margin-top: 0;
    color: #1f2b36;
}

.municipal-tech-columns ul {
    margin-bottom: 0;
    padding-left: 20px;
    color: #58656f;
    line-height: 1.8;
}

.municipal-tech-warning {
    margin-top: 24px;
    padding: 20px;
    border-left: 4px solid #f2531e;
    background: #f5f6f7;
}

.municipal-tech-warning strong,
.municipal-tech-warning p {
    display: block;
}

.municipal-tech-warning p {
    margin: 7px 0 0;
    color: #58656f;
    line-height: 1.7;
}

.municipal-project-response iframe {
    display: block;
    width: 100%;
    height: calc(100% - 83px);
    border: 0;
    background: #ffffff;
}

@media (max-width: 980px) {
    .municipal-system-flow {
        grid-template-columns: 1fr;
    }

    .municipal-flow-arrow {
        transform: rotate(90deg);
        padding: 5px 0;
    }

    .municipal-technical-product,
    .municipal-technical-product:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .municipal-technical-product:nth-child(even) .municipal-technical-image {
        order: 0;
    }

    .municipal-technical-image {
        min-height: 360px;
    }

    .municipal-builder-layout {
        grid-template-columns: 1fr;
    }

    .municipal-builder-intro {
        position: static;
    }
}

@media (max-width: 720px) {
    .municipal-responsibility-grid,
    .municipal-builder-grid,
    .municipal-tech-columns {
        grid-template-columns: 1fr;
    }

    .municipal-builder-full {
        grid-column: auto;
    }

    .municipal-technical-content,
    .municipal-builder-form {
        padding: 24px;
    }

    .municipal-product-actions,
    .municipal-product-actions .btn {
        width: 100%;
    }

    .municipal-tech-modal,
    .municipal-project-response {
        padding: 10px;
    }

    .municipal-tech-dialog,
    .municipal-project-response-dialog {
        max-height: calc(100vh - 20px);
    }
}


/* Municipality and Eskom contractor route selector */
.municipal-audience-selector {
    padding: 78px 0;
    background: #ffffff;
}

.municipal-audience-heading {
    max-width: 850px;
}

.municipal-audience-heading h2 {
    margin: 12px 0 0;
    color: #1f2b36;
}

.municipal-audience-heading p {
    margin-top: 18px;
    color: #5c6872;
    line-height: 1.8;
}

.municipal-audience-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 35px;
}

.municipal-audience-option {
    position: relative;
    display: grid;
    min-height: 285px;
    padding: 30px;
    border: 2px solid #e0e5e8;
    border-radius: 0;
    background: #ffffff;
    color: #28353f;
    text-align: left;
    cursor: pointer;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.municipal-audience-option:hover {
    transform: translateY(-4px);
    border-color: #f2531e;
    box-shadow: 0 20px 45px rgba(24, 37, 48, .10);
}

.municipal-audience-option.is-active {
    border-color: #f2531e;
    box-shadow: 0 20px 45px rgba(242, 83, 30, .13);
}

.municipal-audience-option.is-active::after {
    content: "Selected";
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 7px 10px;
    background: #f2531e;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.municipal-audience-number {
    color: #f2531e;
    font-size: 13px;
    font-weight: 800;
}

.municipal-audience-option strong {
    align-self: end;
    margin-top: 42px;
    color: #1f2b36;
    font-size: clamp(21px, 2.2vw, 29px);
    line-height: 1.25;
}

.municipal-audience-option small {
    margin-top: 13px;
    color: #68747d;
    font-size: 14px;
    line-height: 1.7;
}

.municipal-audience-option b {
    align-self: end;
    margin-top: 24px;
    color: #f2531e;
    font-size: 13px;
}

.municipal-audience-status {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
    padding: 15px 18px;
    background: #f4f5f6;
    color: #5a6670;
    font-size: 13px;
}

.municipal-audience-status strong {
    color: #1f2b36;
}

[data-audience-section][hidden] {
    display: none !important;
}

/* Eskom TEAP section */
.municipal-teap-section {
    background:
        linear-gradient(
            135deg,
            #1f2b36 0%,
            #273844 100%
        );
}

.municipal-teap-layout {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 34px;
    align-items: start;
}

.municipal-teap-content .eyebrow {
    color: #ff8459;
}

.municipal-teap-content h2 {
    margin-top: 12px;
    color: #ffffff;
}

.municipal-teap-content > p {
    color: #d4dce1;
    line-height: 1.8;
}

.municipal-teap-warning {
    margin-top: 24px;
    padding: 20px;
    border-left: 4px solid #f2531e;
    background: rgba(255, 255, 255, .08);
}

.municipal-teap-warning strong {
    color: #ffffff;
}

.municipal-teap-warning p {
    margin: 8px 0 0;
    color: #d7dfe4;
    line-height: 1.7;
}

.municipal-teap-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.municipal-teap-section .municipal-outline-btn {
    border-color: rgba(255, 255, 255, .55);
    color: #ffffff;
}

.municipal-teap-panel {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 25px 65px rgba(0, 0, 0, .22);
}

.municipal-teap-badge,
.municipal-inline-teap-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 11px;
    background: #eaf7ee;
    color: #176b37;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.municipal-teap-badge::before,
.municipal-inline-teap-badge::before {
    content: "✓";
    margin-right: 7px;
}

.municipal-teap-panel h3 {
    margin: 20px 0;
    color: #1f2b36;
}

.municipal-teap-panel ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.municipal-teap-panel li {
    padding: 14px;
    background: #f5f6f7;
    color: #56636d;
    line-height: 1.55;
}

.municipal-teap-panel li strong {
    display: block;
    margin-bottom: 4px;
    color: #1f2b36;
}

.municipal-teap-panel small {
    display: block;
    margin-top: 20px;
    color: #727d85;
    line-height: 1.65;
}

.municipal-product-title-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: flex-start;
    justify-content: space-between;
}

.municipal-product-title-row h3 {
    flex: 1 1 420px;
}

.municipal-inline-teap-badge {
    flex: 0 0 auto;
    margin-top: 4px;
}

@media (max-width: 900px) {
    .municipal-teap-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .municipal-audience-selector {
        padding: 58px 0;
    }

    .municipal-audience-options {
        grid-template-columns: 1fr;
    }

    .municipal-audience-option {
        min-height: 250px;
        padding: 24px;
    }

    .municipal-audience-option strong {
        margin-top: 36px;
    }

    .municipal-audience-option.is-active::after {
        top: 15px;
        right: 15px;
    }

    .municipal-teap-actions,
    .municipal-teap-actions .btn {
        width: 100%;
    }

    .municipal-teap-panel {
        padding: 23px;
    }

    .municipal-product-title-row {
        display: block;
    }

    .municipal-inline-teap-badge {
        margin-top: 14px;
    }
}

/* Municipal page typography alignment
   Keep all custom municipal sections on the EDM Solutions Poppins type system. */
.municipal-audience-selector,
.municipal-audience-selector *,
.municipal-smart-solution,
.municipal-smart-solution *,
.municipal-teap-section,
.municipal-teap-section *,
.municipal-responsibility-section,
.municipal-responsibility-section *,
.municipal-project-builder,
.municipal-project-builder *,
.municipal-product-section,
.municipal-product-section * {
    font-family: "Poppins", Arial, sans-serif;
}

/* Form controls and buttons do not always inherit typography automatically. */
.municipal-audience-selector button,
.municipal-smart-solution button,
.municipal-teap-section button,
.municipal-responsibility-section button,
.municipal-project-builder button,
.municipal-project-builder input,
.municipal-project-builder select,
.municipal-project-builder textarea,
.municipal-product-section button {
    font-family: "Poppins", Arial, sans-serif;
}

/* Match the established EDM heading rhythm. */
.municipal-audience-heading h2,
.municipal-audience-option strong,
.municipal-section-heading h2,
.municipal-technical-content h3,
.municipal-teap-content h2,
.municipal-teap-panel h3,
.municipal-builder-intro h2 {
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: -0.025em;
}

/* Keep supporting copy consistent with the rest of the site. */
.municipal-audience-heading p,
.municipal-audience-option small,
.municipal-compliance-note,
.municipal-technical-content p,
.municipal-technical-list,
.municipal-teap-content p,
.municipal-builder-intro p {
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: normal;
}

/* Fix typography specifically for smart-system boxes 01 and 02 */
.municipal-system-flow article:nth-of-type(1),
.municipal-system-flow article:nth-of-type(2),
.municipal-system-flow article:nth-of-type(1) *,
.municipal-system-flow article:nth-of-type(2) * {
    font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
}

/* Product names must match the normal EDM heading style */
.municipal-system-flow article:nth-of-type(1) strong,
.municipal-system-flow article:nth-of-type(2) strong {
    font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.3 !important;
}

/* Supporting descriptions */
.municipal-system-flow article:nth-of-type(1) small,
.municipal-system-flow article:nth-of-type(2) small {
    font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    line-height: 1.65 !important;
}

/* Numbers 01 and 02 */
.municipal-system-flow article:nth-of-type(1) > span,
.municipal-system-flow article:nth-of-type(2) > span {
    font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
}
