/* /Layout/SurveyLayout.razor.rz.scp.css */
.survey-layout[b-4jqqfhum8c] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    color: #071d41;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.survey-header[b-4jqqfhum8c] {
    min-height: 74px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #8fc6f4;
}

.survey-wordmark[b-4jqqfhum8c] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #071d41;
    font-size: 1.65rem;
    font-weight: 760;
    letter-spacing: -0.035em;
    text-decoration: none;
}

.survey-wordmark img[b-4jqqfhum8c] {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.survey-about-link[b-4jqqfhum8c] {
    color: #071d41;
    font-size: 1rem;
    text-decoration: none;
}

.survey-about-link:hover[b-4jqqfhum8c],
.survey-about-link:focus-visible[b-4jqqfhum8c] {
    color: #075faa;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.survey-main[b-4jqqfhum8c] {
    flex: 1;
}

.survey-footer[b-4jqqfhum8c] {
    min-height: 68px;
    padding: 1rem 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    border-top: 1px solid #8fc6f4;
    color: #233956;
    font-size: 0.92rem;
}

.survey-footer a[b-4jqqfhum8c] {
    color: #075faa;
    text-underline-offset: 0.2rem;
}

@media (max-width: 680px) {
    .survey-header[b-4jqqfhum8c] {
        min-height: 64px;
        padding: 0 1.25rem;
    }

    .survey-wordmark[b-4jqqfhum8c] {
        gap: 0.5rem;
        font-size: 1.35rem;
    }

    .survey-wordmark img[b-4jqqfhum8c] {
        width: 1.7rem;
        height: 1.7rem;
    }

    .survey-about-link[b-4jqqfhum8c] {
        font-size: 0.9rem;
    }

    .survey-footer[b-4jqqfhum8c] {
        min-height: 80px;
        padding: 1.1rem 1.25rem;
        font-size: 0.82rem;
    }
}
/* /Pages/UtilitySurvey.razor.rz.scp.css */
.survey-page[b-7dzfgs11l9] {
    width: min(1100px, calc(100% - 3rem));
    margin: 0 auto;
    padding: 2.75rem 0 2rem;
    color: #071d41;
}

.survey-introduction[b-7dzfgs11l9] {
    width: min(850px, 100%);
    margin: 0 auto 2.25rem;
}

.survey-introduction h1[b-7dzfgs11l9] {
    margin: 0 0 0.85rem;
    color: #071d41;
    font-size: clamp(2.25rem, 4vw, 3rem);
    font-weight: 760;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.survey-introduction h1:focus[b-7dzfgs11l9] {
    outline: none;
}

.survey-lead[b-7dzfgs11l9] {
    max-width: 840px;
    margin: 0;
    color: #152c4d;
    font-size: 1.06rem;
    line-height: 1.58;
}

.survey-reassurance[b-7dzfgs11l9] {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.9rem 0 0;
    color: #233956;
    font-size: 0.98rem;
}

.survey-reassurance span[b-7dzfgs11l9] {
    color: #6c8199;
}

.survey-grid[b-7dzfgs11l9] {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
}

.survey-context[b-7dzfgs11l9] {
    padding: 2rem 1.7rem;
    border: 1px solid #d8eaf9;
    border-radius: 10px;
    background: #f1f8fe;
}

.survey-context h2[b-7dzfgs11l9] {
    margin: 0 0 0.8rem;
    color: #071d41;
    font-size: 1.25rem;
    font-weight: 720;
    letter-spacing: -0.02em;
}

.survey-context p[b-7dzfgs11l9] {
    margin: 0;
    color: #203c5e;
    font-size: 0.98rem;
    line-height: 1.65;
}

.survey-context hr[b-7dzfgs11l9] {
    margin: 1.75rem 0;
    border: 0;
    border-top: 1px solid #a9d2f4;
}

.survey-form-region[b-7dzfgs11l9] {
    min-width: 0;
}

.step-label[b-7dzfgs11l9] {
    margin-bottom: 0.45rem;
    color: #071d41;
    font-size: 0.96rem;
    font-weight: 700;
}

.survey-progress[b-7dzfgs11l9] {
    height: 7px;
    overflow: hidden;
    margin-bottom: 1.35rem;
    border-radius: 999px;
    background: #e6e9ed;
}

.survey-progress span[b-7dzfgs11l9] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #0868b9;
    transition: width 180ms ease;
}

.survey-step h2[b-7dzfgs11l9],
.survey-success h2[b-7dzfgs11l9] {
    margin: 0 0 1.35rem;
    color: #071d41;
    font-size: 2rem;
    font-weight: 760;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.survey-step h2:focus[b-7dzfgs11l9] {
    outline: none;
}

.step-intro[b-7dzfgs11l9] {
    margin: -0.6rem 0 1.5rem;
    color: #405876;
    line-height: 1.55;
}

.field-group[b-7dzfgs11l9] {
    margin-bottom: 1.35rem;
}

.location-grid[b-7dzfgs11l9] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
    gap: 1rem;
}

.field-group > label[b-7dzfgs11l9],
.field-group legend[b-7dzfgs11l9] {
    display: block;
    margin-bottom: 0.55rem;
    color: #071d41;
    font-size: 0.98rem;
    font-weight: 700;
}

.field-group input[type="text"][b-7dzfgs11l9],
.field-group input[type="email"][b-7dzfgs11l9],
.field-group input[type="tel"][b-7dzfgs11l9],
.field-group select[b-7dzfgs11l9],
.field-group textarea[b-7dzfgs11l9] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #9aabba;
    border-radius: 7px;
    background: #ffffff;
    color: #071d41;
    font: inherit;
    font-size: 1rem;
    line-height: 1.35;
    transition: border-color 120ms ease, box-shadow 120ms ease;
}

.field-group input[type="text"][b-7dzfgs11l9],
.field-group input[type="email"][b-7dzfgs11l9],
.field-group input[type="tel"][b-7dzfgs11l9],
.field-group select[b-7dzfgs11l9] {
    min-height: 49px;
    padding: 0.72rem 0.9rem;
}

.field-group textarea[b-7dzfgs11l9] {
    min-height: 112px;
    padding: 0.8rem 0.9rem;
    resize: vertical;
}

.field-group input[b-7dzfgs11l9]::placeholder,
.field-group textarea[b-7dzfgs11l9]::placeholder {
    color: #667b91;
}

.field-group input:focus[b-7dzfgs11l9],
.field-group select:focus[b-7dzfgs11l9],
.field-group textarea:focus[b-7dzfgs11l9] {
    border-color: #0868b9;
    box-shadow: 0 0 0 3px rgba(8, 104, 185, 0.15);
    outline: none;
}

.optional[b-7dzfgs11l9],
.legend-note[b-7dzfgs11l9] {
    color: #5c7188;
    font-size: 0.85rem;
    font-weight: 500;
}

.radio-group[b-7dzfgs11l9],
.checkbox-group[b-7dzfgs11l9],
.follow-up-group[b-7dzfgs11l9] {
    padding: 0;
    border: 0;
}

.choice-row[b-7dzfgs11l9] {
    display: flex !important;
    gap: 0.7rem;
    align-items: flex-start;
    width: fit-content;
    margin: 0 0 0.68rem !important;
    color: #142f50 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.35;
    cursor: pointer;
}

.choice-row input[b-7dzfgs11l9] {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    margin: 0.05rem 0 0;
    accent-color: #0868b9;
}

.choice-grid[b-7dzfgs11l9] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
}

.qualification-panel[b-7dzfgs11l9] {
    margin: 0.2rem 0 1.35rem;
    padding: 1rem;
    border: 1px solid #c5d2de;
    border-radius: 8px;
    background: #f7fbff;
}

.qualification-panel .choice-row[b-7dzfgs11l9] {
    width: auto;
    margin: 0 !important;
}

.character-count[b-7dzfgs11l9] {
    margin-top: 0.35rem;
    color: #64798e;
    font-size: 0.8rem;
    text-align: right;
}

.follow-up-group[b-7dzfgs11l9] {
    display: grid;
    gap: 0.7rem;
}

.follow-up-choice[b-7dzfgs11l9] {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid #c5d2de;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 120ms ease, background 120ms ease;
}

.follow-up-choice:hover[b-7dzfgs11l9] {
    border-color: #6d9fc8;
}

.follow-up-choice.selected[b-7dzfgs11l9] {
    border-color: #0868b9;
    background: #f1f8fe;
}

.follow-up-choice input[b-7dzfgs11l9] {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    margin: 0.15rem 0 0;
    accent-color: #0868b9;
}

.follow-up-choice span[b-7dzfgs11l9] {
    display: grid;
    gap: 0.25rem;
}

.follow-up-choice strong[b-7dzfgs11l9] {
    color: #071d41;
    font-size: 0.98rem;
}

.follow-up-choice small[b-7dzfgs11l9] {
    color: #4d637a;
    font-size: 0.9rem;
    line-height: 1.45;
}

.contact-panel[b-7dzfgs11l9] {
    margin-top: 1.2rem;
    padding: 1.2rem;
    border-left: 3px solid #8fc6f4;
    background: #f7fbff;
}

.contact-panel > p[b-7dzfgs11l9] {
    margin: 0 0 1rem;
    color: #405876;
    font-size: 0.9rem;
}

.contact-grid[b-7dzfgs11l9] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-grid .field-group[b-7dzfgs11l9],
.contact-panel .field-group:last-child[b-7dzfgs11l9] {
    margin-bottom: 0;
}

.honeypot[b-7dzfgs11l9] {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.survey-error[b-7dzfgs11l9] {
    margin: 0.4rem 0 1.2rem;
    padding: 0.9rem 1rem;
    border-left: 4px solid #b42318;
    background: #fff2f0;
    color: #651b16;
    font-size: 0.92rem;
    line-height: 1.45;
}

.survey-error ul[b-7dzfgs11l9] {
    margin: 0.45rem 0 0;
    padding-left: 1.2rem;
}

.survey-actions[b-7dzfgs11l9] {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    margin-top: 0.35rem;
}

.button-primary[b-7dzfgs11l9],
.button-secondary[b-7dzfgs11l9] {
    min-height: 50px;
    padding: 0.7rem 1.65rem;
    border-radius: 6px;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.button-primary[b-7dzfgs11l9] {
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #075da6;
    background: #0868b9;
    color: #ffffff;
}

.button-primary:hover:not(:disabled)[b-7dzfgs11l9] {
    background: #075795;
}

.button-secondary[b-7dzfgs11l9] {
    border: 1px solid #8b9cac;
    background: #ffffff;
    color: #183553;
}

.button-secondary:hover:not(:disabled)[b-7dzfgs11l9] {
    border-color: #506b83;
    background: #f5f8fb;
}

.button-primary:focus-visible[b-7dzfgs11l9],
.button-secondary:focus-visible[b-7dzfgs11l9] {
    box-shadow: 0 0 0 3px rgba(8, 104, 185, 0.22);
    outline: none;
}

.button-primary:disabled[b-7dzfgs11l9],
.button-secondary:disabled[b-7dzfgs11l9] {
    cursor: wait;
    opacity: 0.65;
}

.button-spinner[b-7dzfgs11l9] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: survey-spin-b-7dzfgs11l9 700ms linear infinite;
}

.survey-success[b-7dzfgs11l9] {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem 0 2rem;
}

.success-mark[b-7dzfgs11l9] {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 1.2rem;
    border-radius: 50%;
    background: #e9f6ee;
    color: #17633a;
}

.success-mark svg[b-7dzfgs11l9] {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.survey-success h2[b-7dzfgs11l9] {
    margin-bottom: 0.7rem;
}

.survey-success p[b-7dzfgs11l9] {
    max-width: 620px;
    margin: 0;
    color: #2f4864;
    font-size: 1.05rem;
    line-height: 1.6;
}

.survey-success .success-note[b-7dzfgs11l9] {
    margin-top: 0.8rem;
    color: #526a82;
    font-size: 0.9rem;
}

@keyframes survey-spin-b-7dzfgs11l9 {
    to { transform: rotate(360deg); }
}

@media (max-width: 860px) {
    .survey-page[b-7dzfgs11l9] {
        width: min(100% - 2.5rem, 720px);
        padding-top: 2.2rem;
    }

    .survey-grid[b-7dzfgs11l9] {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .survey-form-region[b-7dzfgs11l9] {
        order: 1;
    }

    .survey-context[b-7dzfgs11l9] {
        order: 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
        padding: 1.35rem;
    }

    .survey-context hr[b-7dzfgs11l9] {
        display: none;
    }
}

@media (max-width: 600px) {
    .survey-page[b-7dzfgs11l9] {
        width: calc(100% - 2rem);
        padding: 1.65rem 0 2.5rem;
    }

    .survey-introduction[b-7dzfgs11l9] {
        margin-bottom: 1.55rem;
    }

    .survey-introduction h1[b-7dzfgs11l9] {
        font-size: 2.05rem;
    }

    .survey-lead[b-7dzfgs11l9] {
        font-size: 0.98rem;
    }

    .survey-reassurance[b-7dzfgs11l9] {
        display: block;
        font-size: 0.86rem;
        line-height: 1.65;
    }

    .survey-reassurance span[b-7dzfgs11l9] {
        margin: 0 0.2rem;
    }

    .survey-context[b-7dzfgs11l9] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.2rem;
    }

    .survey-context > div:last-child[b-7dzfgs11l9] {
        padding-top: 1rem;
        border-top: 1px solid #a9d2f4;
    }

    .survey-context h2[b-7dzfgs11l9] {
        font-size: 1.08rem;
    }

    .survey-context p[b-7dzfgs11l9] {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .survey-step h2[b-7dzfgs11l9],
    .survey-success h2[b-7dzfgs11l9] {
        font-size: 1.65rem;
    }

    .location-grid[b-7dzfgs11l9],
    .choice-grid[b-7dzfgs11l9],
    .contact-grid[b-7dzfgs11l9] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .survey-actions[b-7dzfgs11l9] {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .button-primary[b-7dzfgs11l9],
    .button-secondary[b-7dzfgs11l9] {
        width: 100%;
    }

}

@media (prefers-reduced-motion: reduce) {
    .survey-progress span[b-7dzfgs11l9],
    .field-group input[b-7dzfgs11l9],
    .field-group select[b-7dzfgs11l9],
    .field-group textarea[b-7dzfgs11l9],
    .follow-up-choice[b-7dzfgs11l9],
    .button-primary[b-7dzfgs11l9],
    .button-secondary[b-7dzfgs11l9] {
        transition: none;
    }

    .button-spinner[b-7dzfgs11l9] {
        animation-duration: 1.4s;
    }
}
/* /Pages/UtilitySurveyPrivacy.razor.rz.scp.css */
.privacy-page[b-09yoxsapd5] {
    width: min(760px, calc(100% - 3rem));
    margin: 0 auto;
    padding: 3.25rem 0 4rem;
    color: #071d41;
}

.back-link[b-09yoxsapd5] {
    display: inline-block;
    margin-bottom: 1.6rem;
    color: #075faa;
    font-size: 0.92rem;
    text-decoration: none;
}

.back-link:hover[b-09yoxsapd5],
.back-link:focus-visible[b-09yoxsapd5] {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.privacy-page h1[b-09yoxsapd5] {
    margin: 0 0 1rem;
    font-size: clamp(2.1rem, 5vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.privacy-introduction[b-09yoxsapd5] {
    margin: 0 0 2.25rem;
    color: #294460;
    font-size: 1.08rem;
    line-height: 1.65;
}

.privacy-page section[b-09yoxsapd5] {
    padding: 1.4rem 0;
    border-top: 1px solid #d9e5ef;
}

.privacy-page h2[b-09yoxsapd5] {
    margin: 0 0 0.55rem;
    font-size: 1.2rem;
}

.privacy-page p[b-09yoxsapd5] {
    margin: 0;
    color: #405876;
    line-height: 1.68;
}

@media (max-width: 600px) {
    .privacy-page[b-09yoxsapd5] {
        width: calc(100% - 2rem);
        padding: 2rem 0 3rem;
    }
}
