/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sxh8q956ye] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sxh8q956ye] {
    flex: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content-rail[b-sxh8q956ye] {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    background: linear-gradient(180deg, var(--bg1), var(--bg2));
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
}

.site-header[b-sxh8q956ye] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    background: #08192E;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    z-index: 130;
}

.brand[b-sxh8q956ye] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 0.4rem 0.7rem;
    border-radius: 12px;
    /*background: rgba(255, 255, 255, 0.92);*/
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.header-logo[b-sxh8q956ye] {
    height: 56px;
    width: auto;
}

.site-nav[b-sxh8q956ye] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.site-nav[b-sxh8q956ye]  .nav-item {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.site-nav[b-sxh8q956ye]  .nav-item.active {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nav-dropdown[b-sxh8q956ye] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.dropdown-toggle[b-sxh8q956ye] {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
}

.dropdown-menu[b-sxh8q956ye] {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    margin-top: 0.35rem;
    padding: 0.4rem;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    display: none;
    z-index: 110;
}

.dropdown-menu.open[b-sxh8q956ye] {
    display: grid;
    gap: 0.2rem;
}

.site-nav[b-sxh8q956ye]  .dropdown-link {
    display: block;
    color: #111827;
    text-decoration: none;
    font-weight: 600;
    padding: 0.55rem 0.65rem;
    border-radius: 6px;
}

.site-nav[b-sxh8q956ye]  .dropdown-link:hover {
    background: #f3f4f6;
}

.site-nav[b-sxh8q956ye]  .dropdown-link.active {
    background: #e5e7eb;
}

.nav-placeholder[b-sxh8q956ye] {
    opacity: 0.75;
    cursor: default;
}

.content[b-sxh8q956ye] {
    flex: 1;
}

.site-footer[b-sxh8q956ye] {
    padding: 1rem 1.5rem 1.5rem;
    text-align: center;
    font-size: 0.95rem;
    color: white;
    background: #0B1F3A;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer[b-sxh8q956ye]  a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.site-footer[b-sxh8q956ye]  a:hover {
    text-decoration: underline;
}

.footer-separator[b-sxh8q956ye] {
    margin: 0 0.5rem;
    color: #adb5bd;
}

@media (max-width: 1120px) {
    .content-rail[b-sxh8q956ye] {
        border-left: none;
        border-right: none;
    }
}

@media (max-width: 640.98px) {
    .site-header[b-sxh8q956ye] {
        padding: 0.85rem 1rem;
    }

    .header-logo[b-sxh8q956ye] {
        height: 44px;
    }

    .nav-toggle[b-sxh8q956ye] {
        display: inline-flex;
    }

    .site-nav[b-sxh8q956ye] {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0.75rem 1rem 1rem;
        background: #08192E;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
        z-index: 120;
    }

    .site-nav.open[b-sxh8q956ye] {
        display: flex;
    }

    .site-nav[b-sxh8q956ye]  .nav-item {
        display: block;
        padding: 0.85rem 0;
    }

    .site-nav[b-sxh8q956ye]  .nav-item + .nav-item {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .site-footer[b-sxh8q956ye] {
        font-size: 0.9rem;
        padding: 1rem;
    }

    .dropdown-menu[b-sxh8q956ye] {
        left: auto;
        right: 0;
        min-width: 220px;
    }
}

@media (min-width: 641px) {
    .nav-backdrop[b-sxh8q956ye] {
        display: none;
    }
}

#blazor-error-ui[b-sxh8q956ye] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-sxh8q956ye] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.dropdown-backdrop[b-sxh8q956ye] {
    position: fixed;
    inset: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 100;
}

.nav-toggle[b-sxh8q956ye] {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.28rem;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: transparent;
    color: white;
    cursor: pointer;
}

.nav-toggle-bar[b-sxh8q956ye] {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

@media (max-width: 640.98px) {
    .nav-toggle[b-sxh8q956ye] {
        display: inline-flex;
    }
}

.nav-toggle:focus-visible[b-sxh8q956ye],
.site-nav[b-sxh8q956ye]  .nav-item:focus-visible {
    outline: 2px solid white;
    outline-offset: 3px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6778mjv4ea] {
    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-6778mjv4ea] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6778mjv4ea] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6778mjv4ea] {
    font-size: 1.1rem;
}

.bi[b-6778mjv4ea] {
    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-6778mjv4ea] {
    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-6778mjv4ea] {
    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-6778mjv4ea] {
    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-6778mjv4ea] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6778mjv4ea] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6778mjv4ea] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6778mjv4ea]  .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-6778mjv4ea]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6778mjv4ea]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-6778mjv4ea] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6778mjv4ea] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6778mjv4ea] {
        display: none;
    }

    .nav-scrollable[b-6778mjv4ea] {
        /* 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-2nef3su8s2],
.components-reconnect-repeated-attempt-visible[b-2nef3su8s2],
.components-reconnect-failed-visible[b-2nef3su8s2],
.components-pause-visible[b-2nef3su8s2],
.components-resume-failed-visible[b-2nef3su8s2],
.components-rejoining-animation[b-2nef3su8s2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2nef3su8s2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2nef3su8s2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2nef3su8s2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2nef3su8s2],
#components-reconnect-modal.components-reconnect-retrying[b-2nef3su8s2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2nef3su8s2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2nef3su8s2],
#components-reconnect-modal.components-reconnect-failed[b-2nef3su8s2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2nef3su8s2] {
    display: block;
}


#components-reconnect-modal[b-2nef3su8s2] {
    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-2nef3su8s2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2nef3su8s2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2nef3su8s2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2nef3su8s2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2nef3su8s2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2nef3su8s2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2nef3su8s2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2nef3su8s2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2nef3su8s2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2nef3su8s2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2nef3su8s2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2nef3su8s2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2nef3su8s2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2nef3su8s2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2nef3su8s2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2nef3su8s2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2nef3su8s2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2nef3su8s2 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ContactUs.razor.rz.scp.css */
.contact-page[b-gg3qo44vuu] {
    max-width: 1120px;
    margin: 2.5rem auto 3rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.contact-section[b-gg3qo44vuu] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

.form-row[b-gg3qo44vuu] {
    display: flex;
    gap: 1rem;
}

    .form-row .form-group[b-gg3qo44vuu] {
        flex: 1;
    }

.form-group[b-gg3qo44vuu] {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

    .form-group label[b-gg3qo44vuu] {
        color: black !important;
        font-size: 0.9rem;
        font-weight: bold;
        margin-bottom: 0.3rem;
        text-align: left !important;
    }

        .form-group label .required[b-gg3qo44vuu] {
            color: red !important;
            font-weight: bold;
        }

[b-gg3qo44vuu] .validation-message {
    color: red;
    font-weight: bold;
}

@media (max-width: 640.98px) {
    .form-row[b-gg3qo44vuu] {
        flex-direction: column;
        gap: 0;
    }
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-page[b-0cz68k9rmr] {
    max-width: 1120px;
    margin: 2.5rem auto 3rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
    display: grid;
    gap: 1.5rem;
}

.error-hero[b-0cz68k9rmr],
.error-section[b-0cz68k9rmr] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

.error-hero h1[b-0cz68k9rmr] {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.2;
    color: #111827;
}

.error-hero h2[b-0cz68k9rmr],
.error-section h2[b-0cz68k9rmr] {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
    line-height: 1.3;
    color: #111827;
}

.error-page p[b-0cz68k9rmr] {
    margin: 0 0 1rem;
    color: #374151;
    line-height: 1.7;
}

.request-id code[b-0cz68k9rmr] {
    background: #f3f4f6;
    border-radius: 4px;
    padding: 0.15rem 0.35rem;
    color: #111827;
    font-size: 0.95rem;
}

.error-actions[b-0cz68k9rmr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

@media (max-width: 640.98px) {
    .error-hero[b-0cz68k9rmr],
    .error-section[b-0cz68k9rmr] {
        padding: 1.25rem;
    }

    .error-hero h1[b-0cz68k9rmr] {
        font-size: 1.65rem;
    }

    .error-hero h2[b-0cz68k9rmr],
    .error-section h2[b-0cz68k9rmr] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/FAQ.razor.rz.scp.css */
.faq-page[b-dwa3ao2oxw] {
    max-width: 1120px;
    margin: 2.5rem auto 3rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
    display: grid;
    gap: 1.5rem;
}

.faq-hero[b-dwa3ao2oxw],
.faq-section[b-dwa3ao2oxw] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

.faq-hero h1[b-dwa3ao2oxw] {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.2;
    color: #111827;
}

.faq-hero p[b-dwa3ao2oxw] {
    margin: 0;
    color: #374151;
    line-height: 1.7;
}

.faq-list[b-dwa3ao2oxw] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
}

.faq-list li[b-dwa3ao2oxw] {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 1rem 1.1rem;
    background: #f9fafb;
}

.faq-list h2[b-dwa3ao2oxw] {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    color: #111827;
}

.faq-list p[b-dwa3ao2oxw] {
    margin: 0 0 0.75rem;
    color: #374151;
    line-height: 1.7;
}

.faq-list p:last-of-type[b-dwa3ao2oxw] {
    margin-bottom: 0.75rem;
}

@media (max-width: 640.98px) {
    .faq-hero[b-dwa3ao2oxw],
    .faq-section[b-dwa3ao2oxw] {
        padding: 1.25rem;
    }

    .faq-hero h1[b-dwa3ao2oxw] {
        font-size: 1.65rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.logo[b-8k7yatnvjx] {
    width: 500px;
    max-width: 60vw;
    height: auto;
    filter: drop-shadow(0 6px 24px rgba(2,6,23,0.6));
    animation: float-b-8k7yatnvjx 4s ease-in-out infinite;
}

@keyframes float-b-8k7yatnvjx {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

.center[b-8k7yatnvjx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: calc(100vh - 90px);
    padding: 2rem;
}

.title[b-8k7yatnvjx] {
    margin: 1.25rem 0 0.25rem;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    color: white;
}

.home-page[b-8k7yatnvjx] {
    max-width: 1120px;
    margin: 2.5rem auto 3rem;
    padding: 0 1.5rem;
    display: grid;
    gap: 1.5rem;
    box-sizing: border-box;
}

.hero-panel[b-8k7yatnvjx],
.home-section[b-8k7yatnvjx],
.home-cta[b-8k7yatnvjx],
.proof-strip[b-8k7yatnvjx] {
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.hero-panel[b-8k7yatnvjx] {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
    padding: 2.5rem;
    color: white;
    background: linear-gradient(135deg, #0b1f3a 0%, #0f5daa 52%, #19a7a8 100%);
    overflow: hidden;
}

.hero-copy h1[b-8k7yatnvjx] {
    margin: 0 0 0.5rem;
    font-size: 3rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.hero-copy h2[b-8k7yatnvjx] {
    margin: 0 0 1rem;
    font-size: 1.35rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.86);
}

.hero-copy p[b-8k7yatnvjx] {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.75;
}

.hero-eyebrow[b-8k7yatnvjx],
.section-kicker[b-8k7yatnvjx],
.placeholder-label[b-8k7yatnvjx] {
    margin: 0 0 10px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-eyebrow[b-8k7yatnvjx],
.section-kicker[b-8k7yatnvjx] {
    color: #7dd3fc;
}

.hero-lead[b-8k7yatnvjx] {
    font-size: 1.08rem;
    max-width: 42rem;
}

.hero-actions[b-8k7yatnvjx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.secondary-action[b-8k7yatnvjx] {
    border-color: rgba(255, 255, 255, 0.55);
    color: white;
}

.secondary-action:hover[b-8k7yatnvjx] {
    background: rgba(255, 255, 255, 0.12);
    color: white;
    border-color: rgba(255, 255, 255, 0.75);
}

.hero-visual[b-8k7yatnvjx],
.split-visual[b-8k7yatnvjx] {
    display: flex;
    align-items: stretch;
}

.graphic-placeholder[b-8k7yatnvjx] {
    width: 100%;
    min-height: 260px;
    border: 2px dashed rgba(148, 163, 184, 0.8);
    border-radius: 16px;
    padding: 1.5rem;
    display: grid;
    align-content: center;
    gap: 0.75rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.18)),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.04) 12px,
            rgba(255, 255, 255, 0.09) 12px,
            rgba(255, 255, 255, 0.09) 24px
        );
    text-align: left;
}

.graphic-placeholder strong[b-8k7yatnvjx] {
    font-size: 1.35rem;
    line-height: 1.25;
    color: white;
}

.graphic-placeholder p[b-8k7yatnvjx] {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.graphic-placeholder-large[b-8k7yatnvjx] {
    min-height: 100%;
}

.proof-strip[b-8k7yatnvjx] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.18);
}

.proof-item[b-8k7yatnvjx] {
    background: #f8fbff;
    padding: 1.35rem 1.25rem;
    display: grid;
    gap: 0.35rem;
}

.proof-item strong[b-8k7yatnvjx] {
    font-size: 1rem;
    color: #0b1f3a;
}

.proof-item span[b-8k7yatnvjx] {
    color: #475569;
    line-height: 1.55;
}

.home-section[b-8k7yatnvjx],
.home-cta[b-8k7yatnvjx] {
    background: #ffffff;
    padding: 2rem;
}

.section-heading[b-8k7yatnvjx] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-heading > div[b-8k7yatnvjx] {
    flex: 0 1 50%;
    max-width: 50%;
    align-self: flex-start;
    text-align: left;
}

.section-heading > p[b-8k7yatnvjx] {
    flex: 0 1 75%;
    max-width: 75%;
    margin: 0 0 0 auto;
}

.section-heading h2[b-8k7yatnvjx],
.split-copy h2[b-8k7yatnvjx],
.home-cta h2[b-8k7yatnvjx] {
    margin: 0;
    font-size: 2rem;
    line-height: 1.15;
    color: #0f172a;
}

.section-heading p[b-8k7yatnvjx],
.split-copy p[b-8k7yatnvjx],
.home-cta p[b-8k7yatnvjx] {
    margin: 0 0 5px;
    color: #475569;
    line-height: 1.75;
}

.benefit-grid[b-8k7yatnvjx] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.benefit-card[b-8k7yatnvjx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 150px;
    padding: 1.25rem;
    border: 1px solid #dbe5f0;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    text-decoration: none;
}

.benefit-card h3[b-8k7yatnvjx] {
    margin: 0;
    font-size: 1.05rem;
    color: #0f172a;
}

.benefit-card p[b-8k7yatnvjx] {
    margin: 0;
    color: #475569;
    line-height: 1.65;
}

.benefit-card-icon[b-8k7yatnvjx] {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .benefit-card-icon img[b-8k7yatnvjx] {
        width: 48px;
        height: 48px;
        object-fit: contain;
    }

.benefit-icon-placeholder[b-8k7yatnvjx] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #0f5daa;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.process-section[b-8k7yatnvjx] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.process-grid[b-8k7yatnvjx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.process-step[b-8k7yatnvjx] {
    padding: 1.35rem;
    border: 1px solid #dbe5f0;
    border-radius: 14px;
    background: white;
    margin-bottom: 10px;
}

.step-number[b-8k7yatnvjx] {
    width: 36px;
    height: 36px;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: #0f5daa;
    color: white;
    font-weight: 700;
}

.process-step h3[b-8k7yatnvjx] {
    margin: 0 0 0.5rem;
    font-size: 1.08rem;
    color: #0f172a;
}

.process-step p[b-8k7yatnvjx] {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.split-section[b-8k7yatnvjx] {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 2rem;
    align-items: stretch;
}

.split-copy p[b-8k7yatnvjx] {
    margin: 0 0 1rem;
}

.home-list[b-8k7yatnvjx] {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: grid;
    gap: 0.85rem;
}

.home-list li[b-8k7yatnvjx] {
    border: 1px solid #dbe5f0;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    background: #f8fbff;
    color: #334155;
    line-height: 1.7;
}

.compact-checklist li[b-8k7yatnvjx] {
    position: relative;
    padding-left: 2.9rem;
}

.compact-checklist li[b-8k7yatnvjx]::before {
    content: "✓";
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #dcfce7;
    color: #166534;
    font-weight: 800;
    line-height: 1;
}

.home-cta[b-8k7yatnvjx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
    border: 1px solid #dbeafe;
}

.cta-copy[b-8k7yatnvjx] {
    max-width: 42rem;
}

.cta-actions[b-8k7yatnvjx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.process-intro[b-8k7yatnvjx] {
    margin: 0 0 1.5rem;
    max-width: 60rem;
    color: #475569;
    line-height: 1.75;
}

.hero-image[b-8k7yatnvjx] {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.hero-slideshow[b-8k7yatnvjx] {
    position: relative;
    overflow: hidden;
    perspective: 1400px;
    transform-style: preserve-3d;
    background: #0f172a; /* shows during tiny handoff gap */
}

.hero-slide[b-8k7yatnvjx] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform-origin: center center;
    backface-visibility: hidden;
    animation: heroSlideshowSequential-b-8k7yatnvjx 10s infinite;
    will-change: opacity, transform, filter;
}

/* 2s per slide */
.slide-1[b-8k7yatnvjx] {
    animation-delay: 0s;
}

.slide-2[b-8k7yatnvjx] {
    animation-delay: 2s;
}

.slide-3[b-8k7yatnvjx] {
    animation-delay: 4s;
}

.slide-4[b-8k7yatnvjx] {
    animation-delay: 6s;
}
.slide-5[b-8k7yatnvjx] {
    animation-delay: 8s;
}

@keyframes heroSlideshowSequential-b-8k7yatnvjx {
    /* Enter */
    0% {
        opacity: 0;
        transform: translateX(-24%) translateZ(-220px) rotateY(22deg) scale(0.74);
        filter: brightness(0.65) saturate(0.9);
    }

    8% {
        opacity: 1;
        transform: translateX(0) translateZ(0) rotateY(0deg) scale(1);
        filter: brightness(1) saturate(1.04);
    }
    /* Hold full-size */
    18% {
        opacity: 1;
        transform: translateX(0) translateZ(0) rotateY(0deg) scale(1);
        filter: brightness(1) saturate(1.04);
    }
    /* Exit completely before next starts */
    24% {
        opacity: 0;
        transform: translateX(24%) translateZ(-220px) rotateY(-22deg) scale(0.74);
        filter: brightness(0.65) saturate(0.9);
    }
    /* Hidden remainder of cycle (prevents overlap) */
    100% {
        opacity: 0;
        transform: translateX(24%) translateZ(-220px) rotateY(-22deg) scale(0.74);
        filter: brightness(0.65) saturate(0.9);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide[b-8k7yatnvjx] {
        animation: none;
        opacity: 0;
        transform: none;
        filter: none;
    }

    .slide-1[b-8k7yatnvjx] {
        opacity: 1;
    }
}

@media (max-width: 1080px) {
    .benefit-grid[b-8k7yatnvjx] {
        grid-template-columns: repeat(3, 1fr);
    }

    .proof-strip[b-8k7yatnvjx] {
        grid-template-columns: repeat(2, 1fr);
    }

    .split-section[b-8k7yatnvjx],
    .hero-panel[b-8k7yatnvjx] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .home-page[b-8k7yatnvjx] {
        margin-top: 1.5rem;
        padding: 0 1rem;
    }

    .hero-panel[b-8k7yatnvjx],
    .home-section[b-8k7yatnvjx],
    .home-cta[b-8k7yatnvjx] {
        padding: 1.35rem;
    }

    .hero-copy h1[b-8k7yatnvjx] {
        font-size: 2.2rem;
    }

    .section-heading[b-8k7yatnvjx],
    .home-cta[b-8k7yatnvjx] {
        flex-direction: column;
        align-items: start;
    }

    .benefit-grid[b-8k7yatnvjx],
    .process-grid[b-8k7yatnvjx],
    .proof-strip[b-8k7yatnvjx] {
        grid-template-columns: 1fr;
    }

    .graphic-placeholder[b-8k7yatnvjx] {
        min-height: 220px;
    }

    .section-heading > div[b-8k7yatnvjx],
    .section-heading > p[b-8k7yatnvjx] {
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 480px) {
    .hero-copy h1[b-8k7yatnvjx] {
        font-size: 1.95rem;
    }

    .hero-copy h2[b-8k7yatnvjx],
    .section-heading h2[b-8k7yatnvjx],
    .split-copy h2[b-8k7yatnvjx],
    .home-cta h2[b-8k7yatnvjx] {
        font-size: 1.35rem;
    }

    .hero-actions[b-8k7yatnvjx],
    .cta-actions[b-8k7yatnvjx] {
        width: 100%;
    }

    .hero-actions .btn[b-8k7yatnvjx],
    .cta-actions .btn[b-8k7yatnvjx] {
        width: 100%;
    }
}

/* Mobile slideshow — hidden by default, shown on mobile only */
.hero-visual-mobile[b-8k7yatnvjx] {
    display: none;
    width: 100%;
    margin: 1rem 0;
}

.hero-visual-mobile .hero-image[b-8k7yatnvjx] {
    min-height: 220px;
}

@media (max-width: 640.98px) {
    /* Show inline slideshow, hide the desktop one */
    .hero-visual-mobile[b-8k7yatnvjx] {
        display: flex;
    }

    .hero-visual-desktop[b-8k7yatnvjx] {
        display: none;
    }
}

.expect-section[b-8k7yatnvjx] {
    text-align: center;
    background: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .expect-section h1[b-8k7yatnvjx] {
        margin: 0 0 0.35rem 0;
        line-height: 1.1;
        color: #ffffff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45), 0 2px 0 rgba(0, 0, 0, 0.35), 0 6px 10px rgba(0, 0, 0, 0.35);
    }

.expect-visual[b-8k7yatnvjx] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    line-height: 0;
}

.expect-image[b-8k7yatnvjx] {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 1045 / 2450;
    object-fit: unset; /* avoid unnecessary object-fit path on Safari */
}
/* /Components/Pages/LocalBusinesses.razor.rz.scp.css */
.local-business-image[b-o837vzah71] {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
    object-fit: contain;
}

.customers-banner[b-o837vzah71] {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.customers-banner-image[b-o837vzah71] {
    display: block;
    width: 100%;
    height: auto;
}

.local-businesses-page[b-o837vzah71] {
    max-width: 1120px;
    margin: 2.5rem auto 3rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
    display: grid;
    gap: 1.5rem;
}

.local-businesses-hero[b-o837vzah71],
.local-businesses-section[b-o837vzah71],
.local-businesses-banner[b-o837vzah71] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

.local-businesses-hero h1[b-o837vzah71] {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.2;
    color: #111827;
}

.local-businesses-hero p[b-o837vzah71],
.local-businesses-section p[b-o837vzah71] {
    margin: 0 0 1rem;
    color: #374151;
    line-height: 1.7;
}

.local-businesses-section h2[b-o837vzah71] {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
    line-height: 1.3;
    color: #111827;
}

.local-businesses-banner[b-o837vzah71] {
    padding: 0;
    overflow: hidden;
}

.local-businesses-banner-image[b-o837vzah71] {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0.5rem;
}

.customers-list[b-o837vzah71] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
}

    .customers-list > li[b-o837vzah71] {
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        padding: 1rem 1.1rem;
        background: #f9fafb;
    }

    .customers-list h2[b-o837vzah71] {
        margin: 0 0 0.4rem;
        font-size: 1.05rem;
        color: #111827;
    }

    .customers-list p[b-o837vzah71] {
        margin: 0 0 0.75rem;
        color: #374151;
        line-height: 1.7;
    }

.benefits-list[b-o837vzah71] {
    margin: 0 0 1rem 1.2rem;
    color: #374151;
    line-height: 1.7;
}

@media (max-width: 640.98px) {
    .local-businesses-hero[b-o837vzah71],
    .local-businesses-section[b-o837vzah71] {
        padding: 1.25rem;
    }

    .local-businesses-banner[b-o837vzah71] {
        padding: 0;
    }

    .local-businesses-hero h1[b-o837vzah71] {
        font-size: 1.65rem;
    }

    .local-businesses-section h2[b-o837vzah71] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/MediaPartners.razor.rz.scp.css */
.about-page[b-wi8wiqxz89] {
    max-width: 1120px;
    margin: 2.5rem auto 3rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
    display: grid;
    gap: 1.5rem;
}

.about-hero[b-wi8wiqxz89],
.about-section[b-wi8wiqxz89],
.about-cta[b-wi8wiqxz89] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

.about-hero h1[b-wi8wiqxz89] {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.2;
    color: #111827;
}

.about-hero h2[b-wi8wiqxz89],
.about-section h2[b-wi8wiqxz89],
.about-cta h2[b-wi8wiqxz89] {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
    line-height: 1.3;
    color: #111827;
}

.about-page p[b-wi8wiqxz89] {
    margin: 0 0 1rem;
    color: #374151;
    line-height: 1.7;
}

.support-list[b-wi8wiqxz89] {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    gap: 1rem;
}

.support-list li[b-wi8wiqxz89] {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 1rem 1.1rem;
    background: #f9fafb;
}

.support-list h3[b-wi8wiqxz89] {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    color: #111827;
}

.support-list p[b-wi8wiqxz89] {
    margin: 0;
}

.about-cta .btn[b-wi8wiqxz89] {
    margin-top: 0.5rem;
}

.about-banner[b-wi8wiqxz89] {
    padding: 0;
    overflow: hidden;
}

.about-banner-image[b-wi8wiqxz89] {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0.5rem;
}

.support-heading[b-wi8wiqxz89] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.support-icon[b-wi8wiqxz89] {
    width: 32px;
    height: 24px;
    flex-shrink: 0;
}

.ecommerce-icon[b-wi8wiqxz89] {
    width: 32px;
    height: 20px;
    flex-shrink: 0;
}

.support-heading h3[b-wi8wiqxz89] {
    margin: 0;
}

@media (max-width: 640.98px) {
    .about-hero[b-wi8wiqxz89],
    .about-section[b-wi8wiqxz89],
    .about-cta[b-wi8wiqxz89] {
        padding: 1.25rem;
    }

    .about-hero h1[b-wi8wiqxz89] {
        font-size: 1.65rem;
    }

    .about-hero h2[b-wi8wiqxz89],
    .about-section h2[b-wi8wiqxz89],
    .about-cta h2[b-wi8wiqxz89] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.notfound-page[b-ss246q8he6] {
    max-width: 1120px;
    margin: 2.5rem auto 3rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
    display: grid;
    gap: 1.5rem;
}

.notfound-hero[b-ss246q8he6],
.notfound-cta[b-ss246q8he6] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

.notfound-hero h1[b-ss246q8he6] {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.2;
    color: #111827;
}

.notfound-hero h2[b-ss246q8he6],
.notfound-cta h2[b-ss246q8he6] {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
    line-height: 1.3;
    color: #111827;
}

.notfound-page p[b-ss246q8he6] {
    margin: 0 0 1rem;
    color: #374151;
    line-height: 1.7;
}

.notfound-actions[b-ss246q8he6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

@media (max-width: 640.98px) {
    .notfound-hero[b-ss246q8he6],
    .notfound-cta[b-ss246q8he6] {
        padding: 1.25rem;
    }

    .notfound-hero h1[b-ss246q8he6] {
        font-size: 1.65rem;
    }

    .notfound-hero h2[b-ss246q8he6],
    .notfound-cta h2[b-ss246q8he6] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.policy-page[b-uestvn9v2y] {
    max-width: 900px;
    margin: 2rem auto 3rem;
    padding: 2rem;
    background: #ffffff;
    color: #111827;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    line-height: 1.65;
}

.policy-header h1[b-uestvn9v2y] {
    margin-bottom: 0.25rem;
}

.policy-subtitle[b-uestvn9v2y] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.policy-intro[b-uestvn9v2y] {
    margin-top: 0.25rem;
}

.effective-date[b-uestvn9v2y] {
    margin-top: 0.5rem;
    color: #374151;
}

.policy-page section[b-uestvn9v2y] {
    margin-top: 1.5rem;
}

.policy-page h2[b-uestvn9v2y] {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.policy-page p[b-uestvn9v2y],
.policy-page li[b-uestvn9v2y] {
    color: #1f2937;
}

.policy-page ol[b-uestvn9v2y],
.policy-page ul[b-uestvn9v2y] {
    padding-left: 1.25rem;
}

.policy-page address[b-uestvn9v2y] {
    font-style: normal;
}

.policy-page a[b-uestvn9v2y] {
    color: #0d6efd;
    text-decoration: none;
}

.policy-page a:hover[b-uestvn9v2y] {
    text-decoration: underline;
}
/* /Components/Pages/TermsAndConditions.razor.rz.scp.css */
.terms-page[b-hm00z7dqo1] {
    max-width: 1120px;
    margin: 2.5rem auto 3rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
    display: grid;
    gap: 1.5rem;
}

.terms-hero[b-hm00z7dqo1],
.terms-section[b-hm00z7dqo1] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

.terms-hero h1[b-hm00z7dqo1] {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.2;
    color: #111827;
}

.terms-hero p[b-hm00z7dqo1] {
    margin: 0;
    color: #374151;
    line-height: 1.7;
}

.terms-list[b-hm00z7dqo1] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
}

.terms-list li[b-hm00z7dqo1] {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 1rem 1.1rem;
    background: #f9fafb;
}

.terms-list h2[b-hm00z7dqo1] {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    color: #111827;
}

.terms-list p[b-hm00z7dqo1] {
    margin: 0;
    color: #374151;
    line-height: 1.7;
}

@media (max-width: 640.98px) {
    .terms-hero[b-hm00z7dqo1],
    .terms-section[b-hm00z7dqo1] {
        padding: 1.25rem;
    }

    .terms-hero h1[b-hm00z7dqo1] {
        font-size: 1.65rem;
    }
}
