/* /Components/Home/HeroSearch.razor.rz.scp.css */
.ac-hero[b-7wdn1kp4mb] {
    --hero-image: none;
    position: relative;
    isolation: isolate;
    min-height: clamp(560px, 68vh, 720px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}

.ac-hero__overlay[b-7wdn1kp4mb] {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient( 90deg, rgba(8, 22, 36, 0.56) 0%, rgba(8, 22, 36, 0.30) 42%, rgba(8, 22, 36, 0.18) 72%, rgba(8, 22, 36, 0.24) 100% ), linear-gradient( 180deg, rgba(6, 15, 24, 0.08) 0%, rgba(6, 15, 24, 0.18) 100% );
}

.ac-hero__content[b-7wdn1kp4mb] {
    width: 100%;
    padding: clamp(72px, 8vw, 110px) 4vw;
}

.ac-hero__inner[b-7wdn1kp4mb] {
    width: min(1320px, 100%);
    margin: 0 auto;
    text-align: center;
}

.ac-hero__eyebrow[b-7wdn1kp4mb] {
    margin: 0 0 16px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.ac-hero__title[b-7wdn1kp4mb] {
    margin: 0 auto;
    max-width: none;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: clamp(3.1rem, 5.3vw, 6rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: #ffffff;
    white-space: nowrap;
    border: 0;
    outline: 0;
    box-shadow: none;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18), 0 10px 36px rgba(0, 0, 0, 0.20);
}

.ac-hero__subtitle[b-7wdn1kp4mb] {
    max-width: 820px;
    margin: 20px auto 0;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.08rem, 1.45vw, 1.32rem);
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.ac-hero__search[b-7wdn1kp4mb] {
    width: min(840px, 100%);
    margin: 34px auto 0;
}

.ac-hero__search-shell[b-7wdn1kp4mb] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 74px;
    padding: 7px 7px 7px 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(3, 12, 20, 0.08), 0 18px 50px rgba(3, 12, 20, 0.22);
}

.ac-hero__search-icon[b-7wdn1kp4mb] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    color: #6f7782;
}

    .ac-hero__search-icon svg[b-7wdn1kp4mb] {
        width: 20px;
        height: 20px;
    }

.ac-hero__search-input[b-7wdn1kp4mb] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 12px 0 0;
    background: transparent;
    font: inherit;
    font-size: 1rem;
    line-height: 1.3;
    color: #16324e;
}

    .ac-hero__search-input[b-7wdn1kp4mb]::placeholder {
        color: #737d88;
        opacity: 1;
    }

.ac-hero__search-button[b-7wdn1kp4mb] {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border: 1px solid #a33f38;
    border-radius: 6px;
    background: #a33f38;
    color: #fff;
    font: inherit;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

    .ac-hero__search-button:hover[b-7wdn1kp4mb] {
        background: #8f352f;
        border-color: #8f352f;
        box-shadow: 0 8px 20px rgba(60, 16, 12, 0.20);
        transform: translateY(-1px);
    }

.ac-hero__button-arrow[b-7wdn1kp4mb] {
    display: inline-block;
    font-size: 1.15rem;
    line-height: 1;
    transition: transform 160ms ease;
}

.ac-hero__search-button:hover .ac-hero__button-arrow[b-7wdn1kp4mb] {
    transform: translateX(3px);
}

.ac-hero__quick-links[b-7wdn1kp4mb] {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 11px;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.70);
}

.ac-hero__quick-label[b-7wdn1kp4mb] {
    margin-right: 3px;
    font-size: 0.70rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.ac-hero__quick-links a[b-7wdn1kp4mb] {
    position: relative;
    color: rgba(255, 255, 255, 0.96);
    text-decoration: none;
}

    .ac-hero__quick-links a[b-7wdn1kp4mb]::after {
        content: "";
        position: absolute;
        left: 0;
        right: 100%;
        bottom: -4px;
        height: 1px;
        background: #c45b52;
        transition: right 160ms ease;
    }

    .ac-hero__quick-links a:hover[b-7wdn1kp4mb]::after {
        right: 0;
    }

.ac-hero__bottom-fade[b-7wdn1kp4mb] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    pointer-events: none;
    background: linear-gradient( 180deg, rgba(8, 19, 29, 0) 0%, rgba(8, 19, 29, 0.18) 100% );
}

.visually-hidden[b-7wdn1kp4mb] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 980px) {
    .ac-hero__title[b-7wdn1kp4mb] {
        white-space: normal;
    }
}

@media (max-width: 760px) {
    .ac-hero[b-7wdn1kp4mb] {
        min-height: 610px;
        background-position: 58% center;
    }

    .ac-hero__content[b-7wdn1kp4mb] {
        padding-left: 22px;
        padding-right: 22px;
    }

    .ac-hero__title[b-7wdn1kp4mb] {
        font-size: clamp(2.7rem, 11vw, 4.1rem);
        line-height: 1.00;
    }

    .ac-hero__subtitle[b-7wdn1kp4mb] {
        margin-top: 18px;
        font-size: 1.02rem;
    }

    .ac-hero__search-shell[b-7wdn1kp4mb] {
        display: flex;
        flex-wrap: wrap;
        min-height: 0;
        padding: 7px;
    }

    .ac-hero__search-icon[b-7wdn1kp4mb] {
        display: none;
    }

    .ac-hero__search-input[b-7wdn1kp4mb] {
        flex: 1 1 100%;
        min-height: 56px;
        padding: 0 14px;
    }

    .ac-hero__search-button[b-7wdn1kp4mb] {
        flex: 1 1 100%;
        min-height: 54px;
        margin-top: 2px;
    }

    .ac-hero__quick-label[b-7wdn1kp4mb] {
        flex-basis: 100%;
        margin-bottom: 3px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-mvntsx9sfb] {
    min-height: 100vh;
    width: 100%;
}

.site-main[b-mvntsx9sfb] {
    width: 100%;
    min-height: 100vh;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lhms0vpvxq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lhms0vpvxq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lhms0vpvxq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lhms0vpvxq] {
    font-size: 1.1rem;
}

.bi[b-lhms0vpvxq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lhms0vpvxq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lhms0vpvxq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lhms0vpvxq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lhms0vpvxq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lhms0vpvxq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lhms0vpvxq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lhms0vpvxq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lhms0vpvxq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lhms0vpvxq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lhms0vpvxq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lhms0vpvxq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lhms0vpvxq] {
        display: none;
    }

    .nav-scrollable[b-lhms0vpvxq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2lp17kef6k],
.components-reconnect-repeated-attempt-visible[b-2lp17kef6k],
.components-reconnect-failed-visible[b-2lp17kef6k],
.components-pause-visible[b-2lp17kef6k],
.components-resume-failed-visible[b-2lp17kef6k],
.components-rejoining-animation[b-2lp17kef6k] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2lp17kef6k],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2lp17kef6k],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2lp17kef6k],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2lp17kef6k],
#components-reconnect-modal.components-reconnect-retrying[b-2lp17kef6k],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2lp17kef6k],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2lp17kef6k],
#components-reconnect-modal.components-reconnect-failed[b-2lp17kef6k],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2lp17kef6k] {
    display: block;
}


#components-reconnect-modal[b-2lp17kef6k] {
    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-2lp17kef6k 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2lp17kef6k 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2lp17kef6k 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2lp17kef6k]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2lp17kef6k 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2lp17kef6k {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2lp17kef6k {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2lp17kef6k {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2lp17kef6k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2lp17kef6k] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2lp17kef6k] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2lp17kef6k] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2lp17kef6k] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2lp17kef6k] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2lp17kef6k] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2lp17kef6k 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2lp17kef6k] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2lp17kef6k {
    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/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-wpy8cntb9n] {
    width: 100%;
    background: #10293f;
    color: #ffffff;
}

.site-footer__inner[b-wpy8cntb9n] {
    width: min(1400px, calc(100% - 48px));
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.5fr);
    gap: 100px;
    padding: 82px 0 72px;
}

.site-footer__brand[b-wpy8cntb9n] {
    max-width: 420px;
}

    .site-footer__brand a[b-wpy8cntb9n] {
        display: inline-block;
    }

    .site-footer__brand img[b-wpy8cntb9n] {
        display: block;
        width: 320px;
        max-width: 100%;
        height: auto;
    }

    .site-footer__brand p[b-wpy8cntb9n] {
        margin: 28px 0 0;
        max-width: 390px;
        font-size: 1rem;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.68);
    }

.site-footer__nav[b-wpy8cntb9n] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
}

.site-footer__column[b-wpy8cntb9n] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

    .site-footer__column h2[b-wpy8cntb9n] {
        margin: 0 0 8px;
        font-size: 0.7rem;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: #cf665d;
    }

    .site-footer__column a[b-wpy8cntb9n] {
        position: relative;
        color: rgba(255, 255, 255, 0.82);
        text-decoration: none;
        font-size: 0.94rem;
        line-height: 1.35;
        transition: color 160ms ease, transform 160ms ease;
    }

        .site-footer__column a:hover[b-wpy8cntb9n] {
            color: #ffffff;
            transform: translateX(3px);
        }

        .site-footer__column a:focus-visible[b-wpy8cntb9n],
        .site-footer__brand a:focus-visible[b-wpy8cntb9n] {
            outline: 3px solid rgba(207, 102, 93, 0.45);
            outline-offset: 5px;
        }

.site-footer__bottom[b-wpy8cntb9n] {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.site-footer__bottom-inner[b-wpy8cntb9n] {
    width: min(1400px, calc(100% - 48px));
    min-height: 74px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.site-footer__bottom p[b-wpy8cntb9n] {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.46);
}

.site-footer__tagline[b-wpy8cntb9n] {
    text-align: right;
}

@media (max-width: 980px) {

    .site-footer__inner[b-wpy8cntb9n] {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .site-footer__brand[b-wpy8cntb9n] {
        max-width: 520px;
    }
}

@media (max-width: 680px) {

    .site-footer__inner[b-wpy8cntb9n] {
        width: min(100% - 28px, 1400px);
        gap: 50px;
        padding: 62px 0 54px;
    }

    .site-footer__brand img[b-wpy8cntb9n] {
        width: 250px;
    }

    .site-footer__nav[b-wpy8cntb9n] {
        grid-template-columns: 1fr 1fr;
        gap: 44px 30px;
    }

    .site-footer__column:last-child[b-wpy8cntb9n] {
        grid-column: 1 / -1;
    }

    .site-footer__bottom-inner[b-wpy8cntb9n] {
        width: min(100% - 28px, 1400px);
        min-height: 88px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
    }

    .site-footer__tagline[b-wpy8cntb9n] {
        text-align: left;
    }
}
/* /Components/Layout/SiteHeader.razor.rz.scp.css */
.site-header[b-rap38wyy9q] {
    position: relative;
    z-index: 50;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(16, 41, 63, 0.12);
}

.site-header__inner[b-rap38wyy9q] {
    width: min(1400px, calc(100% - 48px));
    min-height: 118px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 44px;
}

.site-header__brand img[b-rap38wyy9q] {
    display: block;
    width: 350px;
    height: auto;
}

.site-header__nav[b-rap38wyy9q] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}

    .site-header__nav a[b-rap38wyy9q] {
        position: relative;
        color: #173957;
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 600;
        letter-spacing: -0.01em;
        transition: color 160ms ease;
    }

        .site-header__nav a[b-rap38wyy9q]::after {
            content: "";
            position: absolute;
            left: 0;
            right: 100%;
            bottom: -7px;
            height: 2px;
            background: #a33f38;
            transition: right 160ms ease;
        }

        .site-header__nav a:hover[b-rap38wyy9q] {
            color: #a33f38;
        }

            .site-header__nav a:hover[b-rap38wyy9q]::after {
                right: 0;
            }

.site-header__actions[b-rap38wyy9q] {
    display: flex;
    align-items: center;
    gap: 22px;
}

.site-header__phone[b-rap38wyy9q] {
    color: #173957;
    text-decoration: none;
    font-size: 0.93rem;
    font-weight: 600;
}

.site-header__cta[b-rap38wyy9q] {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid #173957;
    border-radius: 4px;
    color: #173957;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

    .site-header__cta:hover[b-rap38wyy9q] {
        background: #173957;
        color: #fff;
    }

    .site-header__nav a:focus-visible[b-rap38wyy9q],
    .site-header__phone:focus-visible[b-rap38wyy9q],
    .site-header__cta:focus-visible[b-rap38wyy9q],
    .site-header__brand:focus-visible[b-rap38wyy9q] {
        outline: 3px solid rgba(163, 63, 56, 0.28);
        outline-offset: 5px;
    }

@media (max-width: 1250px) {

    .site-header__brand img[b-rap38wyy9q] {
        width: 285px;
    }
}

@media (max-width: 1080px) {

    .site-header__inner[b-rap38wyy9q] {
        grid-template-columns: auto 1fr;
    }

    .site-header__brand img[b-rap38wyy9q] {
        width: 250px;
    }

    .site-header__nav[b-rap38wyy9q] {
        display: none;
    }

    .site-header__actions[b-rap38wyy9q] {
        justify-self: end;
    }
}

@media (max-width: 680px) {

    .site-header__inner[b-rap38wyy9q] {
        min-height: 82px;
        width: min(100% - 28px, 1400px);
        gap: 16px;
    }

    .site-header__brand img[b-rap38wyy9q] {
        width: 185px;
    }

    .site-header__phone[b-rap38wyy9q] {
        display: none;
    }

    .site-header__cta[b-rap38wyy9q] {
        min-height: 42px;
        padding: 0 13px;
        font-size: 0.8rem;
    }
}
/* /Components/Pages/AdActivated.razor.rz.scp.css */
.wanted-activated-page[b-6msnecl46l] {
    --wanted-ink: #211f1c;
    --wanted-muted: #6d675f;
    --wanted-border: #ddd6cc;
    --wanted-soft: #f7f4ef;
    --wanted-accent: #7c2924;
    --wanted-accent-dark: #5d1e1a;
    min-height: calc(100vh - 180px);
    padding: 80px 0 110px;
    background: #fff;
    color: var(--wanted-ink);
}

.wanted-activated-shell[b-6msnecl46l] {
    width: min(900px, calc(100% - 40px));
    margin-inline: auto;
}

.wanted-activated-card[b-6msnecl46l] {
    max-width: 720px;
    margin-inline: auto;
    padding: 58px 56px;
    text-align: center;
    border: 1px solid var(--wanted-border);
    background: var(--wanted-soft);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .05);
}

.wanted-activated-icon[b-6msnecl46l] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: var(--wanted-accent);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.wanted-section-label[b-6msnecl46l] {
    display: block;
    margin-bottom: 12px;
    color: var(--wanted-accent);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .15em;
}

.wanted-activated-card h1[b-6msnecl46l] {
    margin: 0 0 20px;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--wanted-ink);
}

.wanted-activated-lead[b-6msnecl46l] {
    max-width: 600px;
    margin: 0 auto 14px;
    font-size: 1.2rem;
    line-height: 1.65;
    color: var(--wanted-ink);
}

.wanted-activated-copy[b-6msnecl46l] {
    max-width: 580px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--wanted-muted);
}

.wanted-activated-actions[b-6msnecl46l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 36px;
}

.wanted-primary-button[b-6msnecl46l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 4px;
    background: var(--wanted-accent);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .15s ease;
}

    .wanted-primary-button:hover[b-6msnecl46l] {
        background: var(--wanted-accent-dark);
        color: #fff;
    }

.wanted-secondary-link[b-6msnecl46l] {
    color: var(--wanted-accent);
    font-weight: 600;
    text-decoration: none;
}

    .wanted-secondary-link:hover[b-6msnecl46l] {
        text-decoration: underline;
    }

@media (max-width: 640px) {
    .wanted-activated-page[b-6msnecl46l] {
        padding: 50px 0 80px;
    }

    .wanted-activated-card[b-6msnecl46l] {
        padding: 42px 24px;
    }
}
/* /Components/Pages/AdReceived.razor.rz.scp.css */
.wanted-confirm-page[b-uj3jxrnbyg] {
    --wanted-ink: #172033;
    --wanted-muted: #667085;
    --wanted-border: #d9dee8;
    --wanted-soft: #f5f7fa;
    --wanted-blue: #173b6c;
    --wanted-blue-dark: #102b50;
    --wanted-blue-soft: #eef4fb;
    --wanted-red: #a62323;
    --wanted-red-dark: #7f1919;
    min-height: 70vh;
    padding: 72px 0 96px;
    background: #ffffff;
    color: var(--wanted-ink);
}

.wanted-confirm-shell[b-uj3jxrnbyg] {
    width: min(900px, calc(100% - 40px));
    margin: 0 auto;
}

.wanted-confirm-card[b-uj3jxrnbyg] {
    padding: 48px;
    border: 1px solid var(--wanted-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(16, 43, 80, 0.08);
}

.wanted-eyebrow[b-uj3jxrnbyg] {
    display: block;
    margin-bottom: 14px;
    color: var(--wanted-red);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.wanted-confirm-card h1[b-uj3jxrnbyg] {
    margin: 0 0 20px;
    color: var(--wanted-blue-dark);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    font-weight: 700;
}

.wanted-confirm-lead[b-uj3jxrnbyg] {
    max-width: 720px;
    margin: 0 0 28px;
    color: var(--wanted-muted);
    font-size: 1.12rem;
    line-height: 1.7;
}

.wanted-confirm-notice[b-uj3jxrnbyg] {
    margin: 32px 0;
    padding: 24px 26px;
    border: 1px solid #cbd6e4;
    border-left: 4px solid var(--wanted-blue);
    border-radius: 8px;
    background: var(--wanted-blue-soft);
}

    .wanted-confirm-notice strong[b-uj3jxrnbyg] {
        display: block;
        margin-bottom: 6px;
        color: var(--wanted-blue-dark);
        font-size: 1rem;
    }

    .wanted-confirm-notice p[b-uj3jxrnbyg] {
        margin: 0;
        color: var(--wanted-muted);
        line-height: 1.65;
    }

.wanted-confirm-actions[b-uj3jxrnbyg] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.wanted-confirm-button[b-uj3jxrnbyg] {
    display: inline-flex;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid var(--wanted-red);
    border-radius: 8px;
    background: var(--wanted-red);
    color: #ffffff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

    .wanted-confirm-button:hover[b-uj3jxrnbyg] {
        border-color: var(--wanted-red-dark);
        background: var(--wanted-red-dark);
        color: #ffffff;
        transform: translateY(-1px);
    }

.wanted-confirm-secondary[b-uj3jxrnbyg] {
    border: 1px solid var(--wanted-blue);
    background: #ffffff;
    color: var(--wanted-blue);
}

    .wanted-confirm-secondary:hover[b-uj3jxrnbyg] {
        border-color: var(--wanted-blue-dark);
        background: var(--wanted-blue-soft);
        color: var(--wanted-blue-dark);
    }

.wanted-confirm-button:focus-visible[b-uj3jxrnbyg] {
    outline: 3px solid rgba(23, 59, 108, 0.18);
    outline-offset: 3px;
}

@media (max-width: 640px) {

    .wanted-confirm-page[b-uj3jxrnbyg] {
        padding: 48px 0 72px;
    }

    .wanted-confirm-shell[b-uj3jxrnbyg] {
        width: min(100% - 28px, 900px);
    }

    .wanted-confirm-card[b-uj3jxrnbyg] {
        padding: 30px 24px;
        border-radius: 14px;
    }

    .wanted-confirm-actions[b-uj3jxrnbyg] {
        flex-direction: column;
    }

    .wanted-confirm-button[b-uj3jxrnbyg] {
        width: 100%;
    }
}
/* /Components/Pages/ComingSoon.razor.rz.scp.css */
.coming-soon-page[b-qx6p5e0e6j] {
    --cs-navy: #10293f;
    --cs-red: #a33f38;
    --cs-red-dark: #872f2a;
    width: 100%;
    min-height: 100vh;
    background: var(--cs-navy);
}

/* =========================================================
   HERO
   ========================================================= */

.coming-soon-hero[b-qx6p5e0e6j] {
    position: relative;
    isolation: isolate;
    min-height: calc(100vh - 118px);
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.coming-soon-hero__image[b-qx6p5e0e6j] {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: url("/images/coming-soon.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.001);
}

/*
    Darkening is concentrated on the left so the
    marquee remains luminous and visually important.
*/
.coming-soon-hero__shade[b-qx6p5e0e6j] {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient( 90deg, rgba(7, 18, 29, 0.89) 0%, rgba(7, 18, 29, 0.78) 27%, rgba(7, 18, 29, 0.44) 47%, rgba(7, 18, 29, 0.10) 70%, rgba(7, 18, 29, 0.04) 100% ), linear-gradient( 180deg, rgba(4, 10, 17, 0.05) 0%, rgba(4, 10, 17, 0.20) 100% );
}

.coming-soon-hero__content[b-qx6p5e0e6j] {
    width: min(1400px, calc(100% - 48px));
    margin-inline: auto;
    padding: 90px 0;
}

.coming-soon-hero__copy[b-qx6p5e0e6j] {
    width: min(610px, 48vw);
}

.coming-soon-hero__eyebrow[b-qx6p5e0e6j] {
    margin: 0 0 20px;
    font-size: 0.72rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: #e07970;
}

.coming-soon-hero h1[b-qx6p5e0e6j] {
    margin: 0;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: clamp(4rem, 7.1vw, 7.5rem);
    line-height: 0.92;
    font-weight: 800;
    letter-spacing: -0.06em;
    color: #ffffff;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.25), 0 15px 50px rgba(0, 0, 0, 0.22);
}

.coming-soon-hero__rule[b-qx6p5e0e6j] {
    width: 84px;
    height: 4px;
    margin: 31px 0 28px;
    background: var(--cs-red);
}

.coming-soon-hero__lead[b-qx6p5e0e6j] {
    margin: 0;
    max-width: 570px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 2.7vw, 2.55rem);
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #fff;
    text-wrap: balance;
}

.coming-soon-hero__body[b-qx6p5e0e6j] {
    margin: 24px 0 0;
    max-width: 520px;
    font-size: 1.04rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.76);
}

/* =========================================================
   ACTIONS
   ========================================================= */

.coming-soon-hero__actions[b-qx6p5e0e6j] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 38px;
}

.coming-soon-button[b-qx6p5e0e6j] {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 22px;
    text-decoration: none;
    font-size: 0.88rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.045em;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

    .coming-soon-button:hover[b-qx6p5e0e6j] {
        transform: translateY(-1px);
    }

    .coming-soon-button span[b-qx6p5e0e6j] {
        font-size: 1.1rem;
        transition: transform 160ms ease;
    }

    .coming-soon-button:hover span[b-qx6p5e0e6j] {
        transform: translateX(4px);
    }

.coming-soon-button--primary[b-qx6p5e0e6j] {
    background: var(--cs-red);
    border: 1px solid var(--cs-red);
    color: #fff;
}

    .coming-soon-button--primary:hover[b-qx6p5e0e6j] {
        background: var(--cs-red-dark);
        border-color: var(--cs-red-dark);
    }

.coming-soon-button--secondary[b-qx6p5e0e6j] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    backdrop-filter: blur(5px);
}

    .coming-soon-button--secondary:hover[b-qx6p5e0e6j] {
        background: #fff;
        border-color: #fff;
        color: var(--cs-navy);
    }

.coming-soon-button:focus-visible[b-qx6p5e0e6j] {
    outline: 3px solid rgba(255, 255, 255, 0.75);
    outline-offset: 4px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {

    .coming-soon-hero[b-qx6p5e0e6j] {
        min-height: 720px;
    }

    .coming-soon-hero__image[b-qx6p5e0e6j] {
        background-position: 62% center;
    }

    .coming-soon-hero__shade[b-qx6p5e0e6j] {
        background: linear-gradient( 90deg, rgba(7, 18, 29, 0.90) 0%, rgba(7, 18, 29, 0.78) 42%, rgba(7, 18, 29, 0.34) 72%, rgba(7, 18, 29, 0.12) 100% );
    }

    .coming-soon-hero__copy[b-qx6p5e0e6j] {
        width: min(570px, 70vw);
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 680px) {

    .coming-soon-hero[b-qx6p5e0e6j] {
        min-height: 690px;
        align-items: flex-end;
    }

    .coming-soon-hero__image[b-qx6p5e0e6j] {
        background-position: 66% center;
    }

    .coming-soon-hero__shade[b-qx6p5e0e6j] {
        background: linear-gradient( 180deg, rgba(7, 18, 29, 0.14) 0%, rgba(7, 18, 29, 0.45) 38%, rgba(7, 18, 29, 0.94) 76%, rgba(7, 18, 29, 0.98) 100% );
    }

    .coming-soon-hero__content[b-qx6p5e0e6j] {
        width: min(100% - 28px, 1400px);
        padding: 220px 0 54px;
    }

    .coming-soon-hero__copy[b-qx6p5e0e6j] {
        width: 100%;
    }

    .coming-soon-hero h1[b-qx6p5e0e6j] {
        font-size: clamp(3.5rem, 16vw, 5.2rem);
    }

    .coming-soon-hero__lead[b-qx6p5e0e6j] {
        font-size: 1.65rem;
    }

    .coming-soon-hero__body[b-qx6p5e0e6j] {
        font-size: 0.98rem;
    }

    .coming-soon-hero__actions[b-qx6p5e0e6j] {
        flex-direction: column;
    }

    .coming-soon-button[b-qx6p5e0e6j] {
        width: 100%;
    }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .coming-soon-button[b-qx6p5e0e6j],
    .coming-soon-button span[b-qx6p5e0e6j] {
        transition: none;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-sztwli2kil] {
    --ac-navy: #173957;
    --ac-navy-deep: #10293f;
    --ac-ink: #20313f;
    --ac-muted: #66737e;
    --ac-red: #a33f38;
    --ac-red-dark: #872f2a;
    --ac-paper: #ffffff;
    --ac-paper-soft: #f4f7fb;
    --ac-white: #ffffff;
    --ac-line: rgba(16, 41, 63, 0.14);
    width: 100%;
    min-height: 100vh;
    color: var(--ac-ink);
    background: var(--ac-paper);
}

.home-shell[b-sztwli2kil] {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

/* =========================================================
   SHARED TYPOGRAPHY
   ========================================================= */

.home-eyebrow[b-sztwli2kil] {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ac-red-dark);
}

.home-eyebrow-light[b-sztwli2kil] {
    color: #d7b979;
}

.section-heading h2[b-sztwli2kil],
.home-intro h2[b-sztwli2kil],
.directory-intro h2[b-sztwli2kil],
.business-panel h2[b-sztwli2kil],
.service-title h3[b-sztwli2kil] {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    color: var(--ac-navy-deep);
    text-wrap: balance;
}

.section-heading h2[b-sztwli2kil],
.home-intro h2[b-sztwli2kil],
.directory-intro h2[b-sztwli2kil],
.business-panel h2[b-sztwli2kil] {
    letter-spacing: -0.035em;
}

/* =========================================================
   INTRO
   ========================================================= */

.home-intro[b-sztwli2kil] {
    padding: 112px 0 122px;
    background: var(--ac-paper);
}

.home-intro-grid[b-sztwli2kil] {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.8fr);
    gap: 78px;
    align-items: start;
    margin-top: 26px;
}

.home-intro h2[b-sztwli2kil] {
    margin: 0;
    max-width: 830px;
    font-size: clamp(2.5rem, 4.2vw, 4.35rem);
    line-height: 1.01;
}

.home-intro-copy[b-sztwli2kil] {
    padding-top: 8px;
}

    .home-intro-copy p[b-sztwli2kil] {
        margin: 0;
        font-size: 1.05rem;
        line-height: 1.8;
        color: var(--ac-muted);
    }

        .home-intro-copy p + p[b-sztwli2kil] {
            margin-top: 24px;
        }

/* =========================================================
   SERVICES
   ========================================================= */

.home-services[b-sztwli2kil] {
    padding: 118px 0 126px;
    background: var(--ac-paper-soft);
}

.section-heading[b-sztwli2kil] {
    display: grid;
    grid-template-columns: minmax(190px, 0.6fr) minmax(0, 1.7fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 66px;
}

    .section-heading h2[b-sztwli2kil] {
        margin: 0;
        font-size: clamp(2.45rem, 4vw, 4.1rem);
        line-height: 1.02;
    }

.service-list[b-sztwli2kil] {
    border-top: 1px solid rgba(16, 41, 63, 0.18);
}

.service-item[b-sztwli2kil] {
    display: grid;
    grid-template-columns: 72px minmax(120px, 0.55fr) minmax(280px, 1.15fr) minmax(320px, 1fr);
    gap: 34px;
    align-items: start;
    padding: 50px 0;
    border-bottom: 1px solid rgba(16, 41, 63, 0.18);
}

.service-number[b-sztwli2kil] {
    padding-top: 5px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1;
    color: rgba(16, 41, 63, 0.4);
}

.service-label[b-sztwli2kil] {
    padding-top: 4px;
    font-size: 0.7rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ac-red-dark);
}

.service-title h3[b-sztwli2kil] {
    margin: -6px 0 0;
    max-width: 440px;
    font-size: clamp(1.75rem, 2.4vw, 2.65rem);
    line-height: 1.1;
    letter-spacing: -0.028em;
}

.service-copy p[b-sztwli2kil] {
    margin: 0;
    font-size: 0.99rem;
    line-height: 1.75;
    color: var(--ac-muted);
}

.service-copy a[b-sztwli2kil] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-top: 23px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(16, 41, 63, 0.3);
    color: var(--ac-navy);
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.025em;
    transition: color 160ms ease, border-color 160ms ease;
}

    .service-copy a span[b-sztwli2kil] {
        transition: transform 160ms ease;
    }

    .service-copy a:hover[b-sztwli2kil] {
        color: var(--ac-red-dark);
        border-color: var(--ac-red-dark);
    }

        .service-copy a:hover span[b-sztwli2kil] {
            transform: translateX(4px);
        }

/* =========================================================
   DIRECTORY
   ========================================================= */

.home-directory[b-sztwli2kil] {
    padding: 126px 0;
    background: var(--ac-navy-deep);
    color: var(--ac-white);
}

.home-directory-grid[b-sztwli2kil] {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.4fr);
    gap: 105px;
    align-items: start;
}

.directory-intro[b-sztwli2kil] {
    max-width: 470px;
}

    .directory-intro h2[b-sztwli2kil] {
        margin: 17px 0 0;
        font-size: clamp(2.5rem, 4.1vw, 4.2rem);
        line-height: 1.01;
        color: var(--ac-white);
    }

    .directory-intro > p:not(.home-eyebrow)[b-sztwli2kil] {
        margin: 31px 0 0;
        max-width: 430px;
        font-size: 1.03rem;
        line-height: 1.76;
        color: rgba(255, 255, 255, 0.7);
    }

.directory-button[b-sztwli2kil] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 39px;
    padding: 0 21px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: var(--ac-white);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

    .directory-button:hover[b-sztwli2kil] {
        background: #fff;
        color: var(--ac-navy-deep);
        border-color: #fff;
    }

.directory-categories[b-sztwli2kil] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

    .directory-categories a[b-sztwli2kil] {
        min-height: 84px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        color: rgba(255, 255, 255, 0.93);
        text-decoration: none;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.25rem;
        line-height: 1.25;
        transition: color 160ms ease, padding-left 160ms ease, background-color 160ms ease;
    }

        .directory-categories a:nth-child(odd)[b-sztwli2kil] {
            padding-right: 34px;
            border-right: 1px solid rgba(255, 255, 255, 0.18);
        }

        .directory-categories a:nth-child(even)[b-sztwli2kil] {
            padding-left: 34px;
        }

        .directory-categories a span:last-child[b-sztwli2kil] {
            font-family: Arial, sans-serif;
            font-size: 0.88rem;
            color: #d6b978;
            transition: transform 160ms ease;
        }

        .directory-categories a:hover[b-sztwli2kil] {
            color: #fff;
        }

            .directory-categories a:hover span:last-child[b-sztwli2kil] {
                transform: translate(3px, -3px);
            }

/* =========================================================
   BUSINESS CTA
   ========================================================= */

.home-business[b-sztwli2kil] {
    padding: 118px 0 132px;
    background: var(--ac-paper);
}

.business-panel[b-sztwli2kil] {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.58fr);
    gap: 80px;
    align-items: end;
    padding: clamp(58px, 7vw, 90px);
    border-top: 4px solid var(--ac-red);
    background: #f7f9fc;
}

    .business-panel > div:first-child[b-sztwli2kil] {
        max-width: 840px;
    }

    .business-panel h2[b-sztwli2kil] {
        margin: 18px 0 0;
        font-size: clamp(2.65rem, 4.4vw, 4.6rem);
        line-height: 1.02;
    }

    .business-panel > div:first-child > p:last-child[b-sztwli2kil] {
        margin: 28px 0 0;
        max-width: 700px;
        font-size: 1.04rem;
        line-height: 1.76;
        color: var(--ac-muted);
    }

.business-actions[b-sztwli2kil] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .business-actions a[b-sztwli2kil] {
        min-height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 24px;
        text-align: center;
        text-decoration: none;
        font-size: 0.89rem;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.04em;
        transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
    }

        .business-actions a:hover[b-sztwli2kil] {
            transform: translateY(-1px);
        }

.business-primary[b-sztwli2kil] {
    border: 1px solid var(--ac-navy-deep);
    background: var(--ac-navy-deep);
    color: #fff;
}

    .business-primary:hover[b-sztwli2kil] {
        color: var(--ac-red-dark);
        border-color: var(--ac-red-dark);
    }

.business-secondary[b-sztwli2kil] {
    border: 1px solid rgba(16, 41, 63, 0.34);
    background: transparent;
    color: var(--ac-navy-deep);
}

    .business-secondary:hover[b-sztwli2kil] {
        border-color: var(--ac-navy-deep);
        background: #fff;
    }

/* =========================================================
   FOCUS STATES
   ========================================================= */

.service-copy a:focus-visible[b-sztwli2kil],
.directory-button:focus-visible[b-sztwli2kil],
.directory-categories a:focus-visible[b-sztwli2kil],
.business-actions a:focus-visible[b-sztwli2kil] {
    outline: 3px solid rgba(183, 140, 65, 0.45);
    outline-offset: 4px;
}

/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1080px) {

    .home-intro-grid[b-sztwli2kil] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-intro-copy[b-sztwli2kil] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px;
        max-width: 900px;
        padding-top: 0;
    }

        .home-intro-copy p + p[b-sztwli2kil] {
            margin-top: 0;
        }

    .section-heading[b-sztwli2kil] {
        grid-template-columns: 1fr;
        gap: 23px;
    }

    .service-item[b-sztwli2kil] {
        grid-template-columns: 55px minmax(100px, 0.5fr) minmax(250px, 1.2fr) minmax(280px, 1fr);
        gap: 25px;
    }

    .home-directory-grid[b-sztwli2kil] {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .directory-intro[b-sztwli2kil] {
        max-width: 720px;
    }

    .business-panel[b-sztwli2kil] {
        grid-template-columns: 1fr;
        gap: 50px;
        align-items: start;
    }

    .business-actions[b-sztwli2kil] {
        max-width: 470px;
        flex-direction: row;
    }

        .business-actions a[b-sztwli2kil] {
            flex: 1;
        }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 820px) {

    .home-shell[b-sztwli2kil] {
        width: min(100% - 36px, 1240px);
    }

    .home-intro[b-sztwli2kil],
    .home-services[b-sztwli2kil],
    .home-directory[b-sztwli2kil],
    .home-business[b-sztwli2kil] {
        padding-top: 84px;
        padding-bottom: 90px;
    }

    .home-intro-copy[b-sztwli2kil] {
        grid-template-columns: 1fr;
        gap: 21px;
    }

    .service-item[b-sztwli2kil] {
        grid-template-columns: 55px 1fr;
        gap: 21px;
        padding: 42px 0;
    }

    .service-label[b-sztwli2kil],
    .service-title[b-sztwli2kil],
    .service-copy[b-sztwli2kil] {
        grid-column: 2;
    }

    .service-number[b-sztwli2kil] {
        grid-row: 1 / span 3;
    }

    .service-title h3[b-sztwli2kil] {
        margin-top: 0;
        max-width: 660px;
    }

    .directory-categories[b-sztwli2kil] {
        grid-template-columns: 1fr;
    }

        .directory-categories a[b-sztwli2kil],
        .directory-categories a:nth-child(odd)[b-sztwli2kil],
        .directory-categories a:nth-child(even)[b-sztwli2kil] {
            padding-left: 0;
            padding-right: 0;
            border-right: 0;
        }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .home-shell[b-sztwli2kil] {
        width: min(100% - 28px, 1240px);
    }

    .home-intro[b-sztwli2kil],
    .home-services[b-sztwli2kil],
    .home-directory[b-sztwli2kil],
    .home-business[b-sztwli2kil] {
        padding-top: 70px;
        padding-bottom: 75px;
    }

    .home-eyebrow[b-sztwli2kil] {
        font-size: 0.67rem;
    }

    .home-intro h2[b-sztwli2kil],
    .section-heading h2[b-sztwli2kil],
    .directory-intro h2[b-sztwli2kil],
    .business-panel h2[b-sztwli2kil] {
        letter-spacing: -0.027em;
    }

    .service-item[b-sztwli2kil] {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 37px 0;
    }

    .service-number[b-sztwli2kil],
    .service-label[b-sztwli2kil],
    .service-title[b-sztwli2kil],
    .service-copy[b-sztwli2kil] {
        grid-column: 1;
        grid-row: auto;
    }

    .service-number[b-sztwli2kil] {
        padding: 0;
        font-size: 0.9rem;
    }

    .directory-categories a[b-sztwli2kil] {
        min-height: 72px;
        font-size: 1.1rem;
    }

    .business-panel[b-sztwli2kil] {
        gap: 42px;
        padding: 46px 24px 26px;
    }

    .business-actions[b-sztwli2kil] {
        max-width: none;
        flex-direction: column;
    }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .service-copy a[b-sztwli2kil],
    .service-copy a span[b-sztwli2kil],
    .directory-button[b-sztwli2kil],
    .directory-categories a[b-sztwli2kil],
    .directory-categories a span:last-child[b-sztwli2kil],
    .business-actions a[b-sztwli2kil] {
        transition: none;
    }
}

.find-examples-button[b-sztwli2kil] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
}

    .find-examples-button:disabled[b-sztwli2kil] {
        cursor: wait;
        opacity: 0.75;
    }

.button-spinner[b-sztwli2kil] {
    width: 1.1rem;
    height: 1.1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: wanted-search-spin-b-sztwli2kil 0.7s linear infinite;
}

@keyframes wanted-search-spin-b-sztwli2kil {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/WantedAd.razor.rz.scp.css */
.wanted-page[b-j8dsajb2qn] {
    --wanted-ink: #172033;
    --wanted-muted: #667085;
    --wanted-border: #d9dee8;
    --wanted-soft: #f5f7fa;
    --wanted-blue: #173b6c;
    --wanted-blue-dark: #102b50;
    --wanted-blue-soft: #eef4fb;
    --wanted-red: #a62323;
    --wanted-red-dark: #7f1919;
    --wanted-red-soft: #fff3f3;
    padding: 70px 0 100px;
    color: var(--wanted-ink);
    background: #ffffff;
}

.wanted-shell[b-j8dsajb2qn] {
    width: min(1040px, calc(100% - 40px));
    margin-inline: auto;
}


/* HEADER */

.wanted-header[b-j8dsajb2qn] {
    max-width: 820px;
    margin-bottom: 52px;
}

.wanted-eyebrow[b-j8dsajb2qn] {
    display: block;
    margin-bottom: 12px;
    color: var(--wanted-red);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .15em;
}

.wanted-header h1[b-j8dsajb2qn] {
    margin: 0 0 18px;
    color: var(--wanted-blue-dark);
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.03;
    letter-spacing: -.035em;
}

.wanted-header p[b-j8dsajb2qn] {
    max-width: 760px;
    margin: 0;
    color: var(--wanted-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}


/* FORM */

.wanted-form[b-j8dsajb2qn] {
    max-width: 900px;
}

.wanted-section[b-j8dsajb2qn] {
    padding-bottom: 52px;
    margin-bottom: 52px;
    border-bottom: 1px solid var(--wanted-border);
}

.wanted-section__header[b-j8dsajb2qn] {
    max-width: 760px;
    margin-bottom: 30px;
}

.wanted-section-label[b-j8dsajb2qn] {
    display: block;
    margin-bottom: 9px;
    color: var(--wanted-red);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .14em;
}

.wanted-section__header h2[b-j8dsajb2qn] {
    margin: 0 0 10px;
    color: var(--wanted-blue-dark);
    font-size: 1.8rem;
}

.wanted-section__header p[b-j8dsajb2qn] {
    margin: 0;
    color: var(--wanted-muted);
    font-size: 1rem;
    line-height: 1.6;
}


/* FIELDS */

.wanted-field[b-j8dsajb2qn] {
    margin-bottom: 28px;
}

    .wanted-field:last-child[b-j8dsajb2qn] {
        margin-bottom: 0;
    }

    .wanted-field label[b-j8dsajb2qn] {
        display: block;
        margin-bottom: 9px;
        color: var(--wanted-ink);
        font-weight: 700;
    }

.wanted-input[b-j8dsajb2qn],
.wanted-textarea[b-j8dsajb2qn] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cbd3df;
    border-radius: 7px;
    background: #ffffff;
    color: var(--wanted-ink);
    font: inherit;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.wanted-input[b-j8dsajb2qn] {
    min-height: 54px;
    padding: 0 16px;
}

.wanted-textarea[b-j8dsajb2qn] {
    min-height: 190px;
    padding: 15px 16px;
    line-height: 1.55;
    resize: vertical;
}

    .wanted-input:focus[b-j8dsajb2qn],
    .wanted-textarea:focus[b-j8dsajb2qn] {
        border-color: var(--wanted-blue);
        box-shadow: 0 0 0 3px rgba(23, 59, 108, .10);
    }

.wanted-optional[b-j8dsajb2qn] {
    margin-left: 6px;
    color: #8a94a4;
    font-size: .82rem;
    font-weight: 400;
}

#wanted-title[b-j8dsajb2qn],
#wanted-description[b-j8dsajb2qn] {
    max-width: 760px;
}

#wanted-budget[b-j8dsajb2qn] {
    max-width: 380px;
}

.wanted-field-note[b-j8dsajb2qn] {
    display: block;
    margin-top: 8px;
    color: var(--wanted-muted);
    font-size: .84rem;
}


/* IMAGE UPLOADS */

.wanted-upload-grid[b-j8dsajb2qn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.wanted-upload[b-j8dsajb2qn] {
    position: relative;
    display: flex;
    min-height: 180px;
    padding: 28px;
    box-sizing: border-box;
    border: 1.5px dashed #b9c5d5;
    border-radius: 9px;
    background: #f8fafc;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}

    .wanted-upload:hover[b-j8dsajb2qn] {
        border-color: var(--wanted-blue);
        background: var(--wanted-blue-soft);
    }

    .wanted-upload input[b-j8dsajb2qn] {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
        overflow: hidden;
    }

.wanted-upload__empty[b-j8dsajb2qn],
.wanted-upload__selected[b-j8dsajb2qn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.wanted-upload__plus[b-j8dsajb2qn] {
    margin-bottom: 3px;
    color: var(--wanted-red);
    font-size: 2rem;
    line-height: 1;
}

.wanted-upload__empty span:last-child[b-j8dsajb2qn],
.wanted-upload__selected span[b-j8dsajb2qn] {
    color: var(--wanted-muted);
    font-size: .86rem;
}


/* IMAGE SOURCE */

.wanted-image-source[b-j8dsajb2qn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 30px;
}

.wanted-choice[b-j8dsajb2qn] {
    position: relative;
    display: flex;
    min-height: 110px;
    padding: 22px 24px;
    box-sizing: border-box;
    border: 1px solid var(--wanted-border);
    border-radius: 9px;
    background: #ffffff;
    align-items: flex-start;
    gap: 14px;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

    .wanted-choice:hover[b-j8dsajb2qn] {
        border-color: #aebbd0;
        background: #f8fafc;
    }

    .wanted-choice:has(input:checked)[b-j8dsajb2qn] {
        border-color: var(--wanted-blue);
        background: var(--wanted-blue-soft);
        box-shadow: 0 0 0 2px rgba(23, 59, 108, .08);
    }

    .wanted-choice input[b-j8dsajb2qn] {
        width: 18px;
        height: 18px;
        margin: 3px 0 0;
        accent-color: var(--wanted-blue);
        flex: 0 0 auto;
    }

.wanted-choice__body[b-j8dsajb2qn] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .wanted-choice__body strong[b-j8dsajb2qn] {
        color: var(--wanted-blue-dark);
        font-size: 1rem;
    }

    .wanted-choice__body span[b-j8dsajb2qn] {
        color: var(--wanted-muted);
        font-size: .9rem;
        line-height: 1.5;
    }


/* IMAGE PANELS */

.wanted-image-panel[b-j8dsajb2qn] {
    margin-top: 8px;
    padding-top: 8px;
}

.wanted-image-panel__intro[b-j8dsajb2qn] {
    margin-bottom: 22px;
}

    .wanted-image-panel__intro h3[b-j8dsajb2qn] {
        margin: 0 0 6px;
        color: var(--wanted-blue-dark);
        font-size: 1.15rem;
    }

    .wanted-image-panel__intro p[b-j8dsajb2qn] {
        margin: 0;
        color: var(--wanted-muted);
        font-size: .92rem;
        line-height: 1.55;
    }


/* IMAGE SEARCH */

.wanted-search-button[b-j8dsajb2qn] {
    display: inline-flex;
    min-height: 48px;
    margin-bottom: 24px;
    padding: 0 22px;
    border: 1px solid var(--wanted-blue);
    border-radius: 7px;
    background: #ffffff;
    color: var(--wanted-blue);
    align-items: center;
    justify-content: center;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

    .wanted-search-button:hover[b-j8dsajb2qn] {
        background: var(--wanted-blue);
        color: #ffffff;
    }

.wanted-search-results[b-j8dsajb2qn] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 14px;
}

.wanted-search-result[b-j8dsajb2qn] {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid var(--wanted-border);
    border-radius: 9px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease;
}

    .wanted-search-result:hover[b-j8dsajb2qn] {
        border-color: #aebbd0;
    }

    .wanted-search-result:has(input:checked)[b-j8dsajb2qn] {
        border-color: var(--wanted-blue);
        box-shadow: 0 0 0 2px rgba(23, 59, 108, .10);
    }

    .wanted-search-result input[b-j8dsajb2qn] {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
        overflow: hidden;
    }

.wanted-search-result__image[b-j8dsajb2qn] {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--wanted-soft);
}

    .wanted-search-result__image img[b-j8dsajb2qn] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.wanted-search-result__select[b-j8dsajb2qn] {
    display: block;
    padding: 13px 14px;
    color: var(--wanted-blue-dark);
    font-size: .88rem;
    font-weight: 700;
    text-align: center;
}

.wanted-search-result:has(input:checked)
.wanted-search-result__select[b-j8dsajb2qn] {
    background: var(--wanted-blue);
    color: #ffffff;
}


/* CONTACT */

.wanted-contact-grid[b-j8dsajb2qn] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}


/* DISCLOSURE */

.wanted-disclosure[b-j8dsajb2qn] {
    margin-bottom: 36px;
    padding: 28px 30px;
    border: 1px solid #cbd6e4;
    border-left: 4px solid var(--wanted-blue);
    background: var(--wanted-blue-soft);
}

    .wanted-disclosure h2[b-j8dsajb2qn] {
        margin: 0 0 12px;
        color: var(--wanted-blue-dark);
        font-size: 1.15rem;
    }

    .wanted-disclosure p[b-j8dsajb2qn] {
        margin: 0 0 10px;
        color: #586579;
        font-size: .92rem;
        line-height: 1.6;
    }

        .wanted-disclosure p:last-child[b-j8dsajb2qn] {
            margin-bottom: 0;
        }


/* SUBMIT */

.wanted-submit[b-j8dsajb2qn] {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.wanted-submit__copy[b-j8dsajb2qn] {
    display: flex;
    max-width: 580px;
    flex-direction: column;
    gap: 6px;
}

    .wanted-submit__copy strong[b-j8dsajb2qn] {
        color: var(--wanted-blue-dark);
        font-size: 1rem;
    }

    .wanted-submit__copy span[b-j8dsajb2qn] {
        color: var(--wanted-muted);
        font-size: .9rem;
        line-height: 1.55;
    }

.wanted-submit__button[b-j8dsajb2qn] {
    display: inline-flex;
    min-height: 56px;
    padding: 0 26px;
    border: 0;
    border-radius: 7px;
    background: var(--wanted-red);
    color: #ffffff;
    align-items: center;
    gap: 11px;
    font: inherit;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: background .15s ease;
}

    .wanted-submit__button:hover[b-j8dsajb2qn] {
        background: var(--wanted-red-dark);
    }

    .wanted-submit__button svg[b-j8dsajb2qn] {
        width: 19px;
        height: 19px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


/* RESPONSIVE */

@media (max-width: 760px) {

    .wanted-page[b-j8dsajb2qn] {
        padding: 48px 0 70px;
    }

    .wanted-shell[b-j8dsajb2qn] {
        width: min(100% - 28px, 1040px);
    }

    .wanted-header[b-j8dsajb2qn] {
        margin-bottom: 40px;
    }

    .wanted-section[b-j8dsajb2qn] {
        margin-bottom: 42px;
        padding-bottom: 42px;
    }

    .wanted-upload-grid[b-j8dsajb2qn],
    .wanted-contact-grid[b-j8dsajb2qn],
    .wanted-image-source[b-j8dsajb2qn] {
        grid-template-columns: 1fr;
    }

    .wanted-search-results[b-j8dsajb2qn] {
        grid-template-columns: 1fr;
    }

    .wanted-submit[b-j8dsajb2qn] {
        flex-direction: column;
        align-items: stretch;
    }

    .wanted-submit__button[b-j8dsajb2qn] {
        width: 100%;
        justify-content: center;
    }
}
.find-examples-button[b-sztwli2kil]
.button-spinner[b-sztwli2kil][b-j8dsajb2qn]
