/* /Components/DetailedResearchReport.razor.rz.scp.css */
.research-report[b-a5ckym47m5] {
    --report-purple: #6847a8;
    --report-purple-dark: #493173;
    --report-pink: #c7669d;
    --report-gold: #b58a3b;
    --report-ink: #272330;
    --report-muted: #706b78;
    --report-line: #e6e0ec;
    --report-soft: #f8f5fb;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    color: var(--report-ink);
    background: #fff;
    font-family: inherit;
}

.report-header[b-a5ckym47m5] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 2rem;
    align-items: start;
    padding: 2.25rem;
    border: 1px solid var(--report-line);
    border-radius: 18px;
    background: linear-gradient( 135deg, #ffffff 0%, #fbf8fd 55%, #f5eef9 100%);
}

.report-eyebrow[b-a5ckym47m5] {
    margin-bottom: .55rem;
    color: var(--report-purple);
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.report-header h1[b-a5ckym47m5] {
    margin: 0;
    color: var(--report-purple-dark);
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1.08;
}

.report-description[b-a5ckym47m5] {
    max-width: 720px;
    margin: 1rem 0 0;
    color: #55505b;
    font-size: 1.04rem;
    line-height: 1.7;
}

.confidence-card[b-a5ckym47m5] {
    display: flex;
    flex-direction: column;
    padding: 1.15rem;
    border: 1px solid #ded2e8;
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
}

.confidence-label[b-a5ckym47m5] {
    margin-bottom: .25rem;
    color: var(--report-muted);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.confidence-card strong[b-a5ckym47m5] {
    color: var(--report-purple-dark);
    font-size: 1.25rem;
}

.confidence-value[b-a5ckym47m5] {
    margin-top: .15rem;
    color: var(--report-muted);
    font-size: .85rem;
}

.report-section[b-a5ckym47m5] {
    padding: 2.4rem 0;
    border-bottom: 1px solid var(--report-line);
}

.section-heading[b-a5ckym47m5] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.section-number[b-a5ckym47m5] {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    background: var(--report-purple);
    font-size: .8rem;
    font-weight: 800;
}

.section-heading h2[b-a5ckym47m5] {
    margin: 0;
    color: var(--report-purple-dark);
    font-size: 1.45rem;
}

.section-heading p[b-a5ckym47m5] {
    margin: .3rem 0 0;
    color: var(--report-muted);
    line-height: 1.55;
}

.fact-grid[b-a5ckym47m5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.fact-card[b-a5ckym47m5] {
    padding: 1.05rem 1.15rem;
    border: 1px solid var(--report-line);
    border-radius: 12px;
    background: #fff;
}

    .fact-card span[b-a5ckym47m5],
    .dimension span[b-a5ckym47m5] {
        display: block;
        margin-bottom: .35rem;
        color: var(--report-muted);
        font-size: .73rem;
        font-weight: 800;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .fact-card strong[b-a5ckym47m5] {
        display: block;
        color: var(--report-ink);
        font-size: .98rem;
        font-weight: 600;
        line-height: 1.5;
    }

.compact-section[b-a5ckym47m5] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.dimensions-row[b-a5ckym47m5] {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.dimension[b-a5ckym47m5] {
    min-width: 115px;
    padding: .8rem 1rem;
    border-radius: 10px;
    background: var(--report-soft);
}

    .dimension strong[b-a5ckym47m5] {
        color: var(--report-purple-dark);
        font-size: 1.05rem;
    }

.dimension-note[b-a5ckym47m5] {
    margin-top: 1rem;
    color: var(--report-muted);
    font-size: .88rem;
}

    .dimension-note strong[b-a5ckym47m5] {
        margin-right: .35rem;
    }

.detail-block[b-a5ckym47m5] {
    margin-bottom: 1.25rem;
}

    .detail-block:last-child[b-a5ckym47m5] {
        margin-bottom: 0;
    }

    .detail-block h3[b-a5ckym47m5] {
        margin: 0 0 .4rem;
        color: var(--report-purple-dark);
        font-size: .95rem;
    }

    .detail-block p[b-a5ckym47m5] {
        margin: 0;
        color: #514d55;
        line-height: 1.7;
    }

.comparables-section[b-a5ckym47m5] {
    padding-bottom: 2.6rem;
}

.comparables-list[b-a5ckym47m5] {
    display: grid;
    gap: 1rem;
}

.comparable-card[b-a5ckym47m5] {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--report-line);
    border-radius: 14px;
    background: #fff;
}

.comparable-index[b-a5ckym47m5] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 1.15rem;
    color: var(--report-purple);
    background: var(--report-soft);
    font-size: 1rem;
    font-weight: 800;
}

.comparable-content[b-a5ckym47m5] {
    padding: 1.15rem 1.25rem 1.25rem;
}

.comparable-header[b-a5ckym47m5] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

    .comparable-header h3[b-a5ckym47m5] {
        margin: 0;
        color: var(--report-ink);
        font-size: 1rem;
        line-height: 1.4;
    }

.comparable-source[b-a5ckym47m5] {
    display: inline-block;
    margin-top: .25rem;
    color: var(--report-muted);
    font-size: .8rem;
}

.source-link[b-a5ckym47m5] {
    flex: 0 0 auto;
    color: var(--report-purple);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
}

    .source-link:hover[b-a5ckym47m5] {
        text-decoration: underline;
    }

.comparable-description[b-a5ckym47m5] {
    margin: .85rem 0 0;
    color: #56515a;
    font-size: .93rem;
    line-height: 1.6;
}

.comparable-facts[b-a5ckym47m5] {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1.2rem;
    margin-top: .85rem;
    color: #5c5760;
    font-size: .84rem;
}

.relevance-box[b-a5ckym47m5] {
    margin-top: 1rem;
    padding: .85rem 1rem;
    border-left: 3px solid var(--report-pink);
    background: #fbf7fa;
}

    .relevance-box > span[b-a5ckym47m5] {
        display: block;
        margin-bottom: .2rem;
        color: var(--report-purple-dark);
        font-size: .72rem;
        font-weight: 800;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .relevance-box p[b-a5ckym47m5] {
        margin: 0;
        color: #514d55;
        font-size: .9rem;
        line-height: 1.55;
    }

.conclusion-section[b-a5ckym47m5] {
    border-bottom: none;
}

.conclusion-card[b-a5ckym47m5] {
    padding: 1.5rem 1.6rem;
    border: 1px solid #d9cce5;
    border-radius: 16px;
    background: linear-gradient( 135deg, #faf7fc 0%, #f5eff9 100%);
}

    .conclusion-card p[b-a5ckym47m5] {
        margin: 0;
        color: #423b49;
        font-size: 1rem;
        line-height: 1.8;
    }

.report-footer[b-a5ckym47m5] {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 1rem;
    padding: 1.5rem 0;
    color: var(--report-muted);
    font-size: .78rem;
}

    .report-footer > div[b-a5ckym47m5] {
        display: flex;
        flex-direction: column;
        flex: 0 0 auto;
    }

    .report-footer strong[b-a5ckym47m5] {
        color: var(--report-purple-dark);
        font-size: .9rem;
    }

    .report-footer p[b-a5ckym47m5] {
        max-width: 600px;
        margin: 0;
        text-align: right;
        line-height: 1.5;
    }

@media (max-width: 700px) {

    .report-header[b-a5ckym47m5] {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }

    .confidence-card[b-a5ckym47m5] {
        width: auto;
    }

    .fact-grid[b-a5ckym47m5] {
        grid-template-columns: 1fr;
    }

    .comparable-header[b-a5ckym47m5] {
        flex-direction: column;
    }

    .report-footer[b-a5ckym47m5] {
        flex-direction: column;
    }

        .report-footer p[b-a5ckym47m5] {
            text-align: left;
        }
}

@media print {

    .research-report[b-a5ckym47m5] {
        max-width: none;
    }

    .report-header[b-a5ckym47m5] {
        break-inside: avoid;
    }

    .report-section[b-a5ckym47m5] {
        break-inside: auto;
    }

    .fact-card[b-a5ckym47m5],
    .comparable-card[b-a5ckym47m5],
    .conclusion-card[b-a5ckym47m5] {
        break-inside: avoid;
    }

    .source-link[b-a5ckym47m5] {
        display: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1c39e9s5db] {
    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-1c39e9s5db] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-1c39e9s5db] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1c39e9s5db] {
    font-size: 1.1rem;
}

.bi[b-1c39e9s5db] {
    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-1c39e9s5db] {
    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-1c39e9s5db] {
    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-1c39e9s5db] {
    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-1c39e9s5db] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1c39e9s5db] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1c39e9s5db] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1c39e9s5db]  .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-1c39e9s5db]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-1c39e9s5db]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-1c39e9s5db] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-1c39e9s5db] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1c39e9s5db] {
        display: none;
    }

    .nav-scrollable[b-1c39e9s5db] {
        /* 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-jhmja6usds],
.components-reconnect-repeated-attempt-visible[b-jhmja6usds],
.components-reconnect-failed-visible[b-jhmja6usds],
.components-pause-visible[b-jhmja6usds],
.components-resume-failed-visible[b-jhmja6usds],
.components-rejoining-animation[b-jhmja6usds] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jhmja6usds],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jhmja6usds],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jhmja6usds],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jhmja6usds],
#components-reconnect-modal.components-reconnect-retrying[b-jhmja6usds],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jhmja6usds],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jhmja6usds],
#components-reconnect-modal.components-reconnect-failed[b-jhmja6usds],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jhmja6usds] {
    display: block;
}


#components-reconnect-modal[b-jhmja6usds] {
    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-jhmja6usds 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jhmja6usds 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jhmja6usds 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jhmja6usds]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jhmja6usds 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jhmja6usds {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jhmja6usds {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jhmja6usds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jhmja6usds] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jhmja6usds] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jhmja6usds] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jhmja6usds] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jhmja6usds] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jhmja6usds] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jhmja6usds] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jhmja6usds 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jhmja6usds] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jhmja6usds {
    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-zoosrdfdne] {
    max-width: 1180px;
    margin: 3rem auto 0;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    border-top: 1px solid var(--stone);
    color: #77736e;
    font-size: 0.75rem;
    line-height: 1.5;
}

.footer-brand[b-zoosrdfdne] {
    white-space: nowrap;
}

    .footer-brand strong[b-zoosrdfdne] {
        color: var(--blue);
    }

.footer-links[b-zoosrdfdne] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
}

    .footer-links a[b-zoosrdfdne] {
        color: var(--blue);
        text-decoration: none;
    }

        .footer-links a:hover[b-zoosrdfdne] {
            text-decoration: underline;
        }

@media (max-width: 620px) {
    .site-footer[b-zoosrdfdne] {
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: column;
    }

    .footer-brand[b-zoosrdfdne] {
        white-space: normal;
    }
}
/* /Components/Layout/SiteHeader.razor.rz.scp.css */
.site-header[b-gxep6if50g] {
    background: var(--paper);
    border-bottom: 3px solid var(--brass);
}

.header-inner[b-gxep6if50g] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.brand[b-gxep6if50g] {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.brand-logo[b-gxep6if50g] {
    display: block;
    width: auto;
    height: 220px;
    max-width: 100%;
    object-fit: contain;
}

.top-ad[b-gxep6if50g] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 468px;
    max-width: 100%;
    height: 60px;
    background: #f3f1ec;
    border: 1px solid var(--stone);
    color: var(--muted);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (max-width: 900px) {
    .header-inner[b-gxep6if50g] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 620px) {
    .header-inner[b-gxep6if50g] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .brand-logo[b-gxep6if50g] {
        height: 170px;
    }

    .top-ad[b-gxep6if50g] {
        width: 100%;
    }
}

.welcome-ad-label[b-gxep6if50g] {
    font-size: 10px;
    color: #888;
    text-align: center;
    margin-bottom: 3px;
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-main[b-gco9yjf28m] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 2rem 3rem;
}

.about-breadcrumb[b-gco9yjf28m] {
    display: flex;
    gap: 0.65rem;
    margin-bottom: 2rem;
    color: var(--muted);
    font-size: 0.85rem;
}

    .about-breadcrumb a[b-gco9yjf28m] {
        color: var(--blue);
        text-decoration: none;
    }

.about-hero[b-gco9yjf28m] {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 2rem;
    align-items: center;
    min-height: 480px;
    margin-bottom: 2.5rem;
}

.about-kicker[b-gco9yjf28m] {
    color: var(--oxblood);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.about-hero h1[b-gco9yjf28m] {
    margin: 0.7rem 0 1.4rem;
    max-width: 560px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: var(--blue-dark);
}

.about-hero p[b-gco9yjf28m] {
    margin: 0 0 1.15rem;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
}

.about-hero-art[b-gco9yjf28m] {
    align-self: end;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .about-hero-art img[b-gco9yjf28m] {
        display: block;
        width: 100%;
        max-width: 650px;
        height: auto;
        object-fit: contain;
    }

.about-features[b-gco9yjf28m] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--stone);
    background: var(--white);
}

.about-feature[b-gco9yjf28m] {
    min-width: 0;
    padding: 2rem 1.5rem;
    text-align: center;
    border-right: 1px solid var(--stone);
}

    .about-feature:last-child[b-gco9yjf28m] {
        border-right: 0;
    }

.about-feature-icon[b-gco9yjf28m] {
    width: 58px;
    height: 58px;
    margin: 0 auto 1rem;
    display: grid;
    place-items: center;
    border: 1px solid var(--brass);
    border-radius: 50%;
    color: var(--blue-dark);
    font-size: 1.8rem;
}

.about-feature h2[b-gco9yjf28m] {
    min-height: 52px;
    margin: 0;
    color: var(--oxblood);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    line-height: 1.35;
    text-transform: uppercase;
}

.about-divider[b-gco9yjf28m] {
    width: 90px;
    height: 1px;
    margin: 1rem auto 1.25rem;
    background: var(--brass);
}

.about-feature p[b-gco9yjf28m] {
    margin: 0 0 1rem;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.65;
    text-align: left;
}

.about-command[b-gco9yjf28m] {
    display: grid;
    grid-template-columns: 90px minmax(220px, 1fr) minmax(280px, 1fr);
    gap: 1.75rem;
    align-items: center;
    max-width: 1000px;
    margin: 2rem auto 0;
    padding: 1.5rem 2rem;
    border: 1px solid var(--brass);
    background: #fbfaf7;
}

.about-command-lamp[b-gco9yjf28m] {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 1px solid var(--brass);
    border-radius: 50%;
    color: var(--brass-dark);
    font-size: 1.5rem;
}

.about-command-title[b-gco9yjf28m] {
    color: var(--blue-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 600;
}

.about-command-copy[b-gco9yjf28m] {
    padding-left: 1.75rem;
    border-left: 1px solid var(--brass);
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .about-hero[b-gco9yjf28m] {
        grid-template-columns: 1fr;
    }

    .about-hero-art img[b-gco9yjf28m] {
        max-width: 540px;
    }

    .about-features[b-gco9yjf28m] {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-feature:nth-child(2)[b-gco9yjf28m] {
        border-right: 0;
    }

    .about-feature:nth-child(-n+2)[b-gco9yjf28m] {
        border-bottom: 1px solid var(--stone);
    }
}

@media (max-width: 620px) {
    .about-main[b-gco9yjf28m] {
        padding: 1.5rem 1rem 2.5rem;
    }

    .about-hero[b-gco9yjf28m] {
        min-height: 0;
    }

    .about-features[b-gco9yjf28m] {
        grid-template-columns: 1fr;
    }

    .about-feature[b-gco9yjf28m] {
        border-right: 0;
        border-bottom: 1px solid var(--stone);
    }

        .about-feature:last-child[b-gco9yjf28m] {
            border-bottom: 0;
        }

    .about-command[b-gco9yjf28m] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-command-lamp[b-gco9yjf28m] {
        margin: 0 auto;
    }

    .about-command-copy[b-gco9yjf28m] {
        padding-left: 0;
        padding-top: 1rem;
        border-left: 0;
        border-top: 1px solid var(--brass);
    }
}

.about-kicker-subtitle[b-gco9yjf28m] {
    margin-top: 0.45rem;
    color: var(--brass-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.95rem;
    font-style: italic;
    letter-spacing: 0.02em;
}
/* /Components/Pages/Checkout.razor.rz.scp.css */
.checkout-page[b-hg1lnacvj4] {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2.4rem 0 5rem;
}


/* =========================================================
   HEADING
========================================================= */

.checkout-heading[b-hg1lnacvj4] {
    margin-bottom: 1.8rem;
}

.checkout-kicker[b-hg1lnacvj4],
.summary-label[b-hg1lnacvj4] {
    color: #82549e;
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.checkout-heading h1[b-hg1lnacvj4] {
    margin: .3rem 0 .45rem;
    color: #32263a;
    font-size: clamp(2rem, 4vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.checkout-heading p[b-hg1lnacvj4] {
    margin: 0;
    color: #756d78;
    font-size: .96rem;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.checkout-layout[b-hg1lnacvj4] {
    display: grid;
    grid-template-columns: minmax(310px, .85fr) minmax(500px, 1.15fr);
    gap: 2rem;
    align-items: start;
}


/* =========================================================
   GENIE / LEFT COLUMN
========================================================= */

.checkout-aside[b-hg1lnacvj4] {
    position: sticky;
    top: 1.5rem;
}

.genie-art[b-hg1lnacvj4] {
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
    background: radial-gradient( circle at 50% 40%, rgba(221, 197, 236, .35), transparent 50% ), linear-gradient( 145deg, #fbf8fc, #f5eff8 );
}

.checkout-genie[b-hg1lnacvj4] {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 520px;
    object-fit: contain;
}

.genie-placeholder[b-hg1lnacvj4] {
    width: 100%;
    height: 480px;
    display: grid;
    place-items: center;
    color: #ab9db1;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}


/* ---------------------------------------------------------
   ASSURANCES
---------------------------------------------------------- */

.checkout-assurance[b-hg1lnacvj4] {
    margin-top: 1.1rem;
    padding: 1rem 1.1rem;
    border: 1px solid #ebe5ed;
    border-radius: 16px;
    background: #fff;
}

.assurance-item[b-hg1lnacvj4] {
    display: flex;
    gap: .8rem;
    align-items: flex-start;
}

    .assurance-item + .assurance-item[b-hg1lnacvj4] {
        margin-top: .9rem;
        padding-top: .9rem;
        border-top: 1px solid #f0ecf1;
    }

.assurance-icon[b-hg1lnacvj4] {
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f0e6f5;
    color: #80579b;
    font-size: .75rem;
    font-weight: 700;
}

.assurance-item strong[b-hg1lnacvj4] {
    display: block;
    margin-bottom: .12rem;
    color: #4b3d51;
    font-size: .78rem;
}

.assurance-item span[b-hg1lnacvj4] {
    display: block;
    color: #8a828c;
    font-size: .7rem;
    line-height: 1.45;
}


/* =========================================================
   RIGHT PAYMENT PANEL
========================================================= */

.payment-panel[b-hg1lnacvj4] {
    overflow: hidden;
    border: 1px solid #dfd5e4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(58, 40, 67, .08);
}


/* =========================================================
   ORDER SUMMARY
========================================================= */

.payment-summary[b-hg1lnacvj4] {
    padding: 1.6rem 1.7rem 1.35rem;
    background: radial-gradient( circle at 100% 0, rgba(221, 197, 234, .25), transparent 42% ), #fff;
}

.summary-heading[b-hg1lnacvj4] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.1rem;
}

    .summary-heading h2[b-hg1lnacvj4],
    .stripe-heading h2[b-hg1lnacvj4] {
        margin: .22rem 0 0;
        color: #382c3f;
        font-size: 1.15rem;
    }

.edit-order[b-hg1lnacvj4] {
    padding-top: .15rem;
    color: #795090;
    font-size: .72rem;
    font-weight: 600;
    text-decoration: none;
}

    .edit-order:hover[b-hg1lnacvj4] {
        text-decoration: underline;
    }

.summary-line[b-hg1lnacvj4] {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid #eee9f0;
}

    .summary-line > div > strong[b-hg1lnacvj4] {
        display: block;
        color: #55495a;
        font-size: .78rem;
    }

    .summary-line > div > span[b-hg1lnacvj4] {
        display: block;
        margin-top: .08rem;
        color: #9a929c;
        font-size: .67rem;
    }

    .summary-line > strong[b-hg1lnacvj4] {
        color: #57475e;
        font-size: .83rem;
    }

.summary-total[b-hg1lnacvj4] {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 3rem;
    padding-top: 1rem;
    border-top: 1px solid #e8e1ea;
}

    .summary-total > div[b-hg1lnacvj4] {
        text-align: right;
    }

    .summary-total span[b-hg1lnacvj4] {
        display: block;
        margin-bottom: .1rem;
        color: #908891;
        font-size: .63rem;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .summary-total strong[b-hg1lnacvj4] {
        color: #59455f;
        font-size: 1.2rem;
    }

    .summary-total .amount-due strong[b-hg1lnacvj4] {
        color: #754c91;
        font-size: 1.65rem;
        letter-spacing: -.025em;
    }


/* =========================================================
   STRIPE
========================================================= */

.stripe-section[b-hg1lnacvj4] {
    padding: 1.65rem 1.7rem 1.8rem;
    border-top: 1px solid #e7dfe9;
    background: #fdfcfd;
}

.stripe-heading[b-hg1lnacvj4] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.3rem;
}

.stripe-secure[b-hg1lnacvj4] {
    position: relative;
    padding-left: .8rem;
    color: #858087;
    font-size: .66rem;
    font-weight: 600;
}

    .stripe-secure[b-hg1lnacvj4]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 5px;
        height: 5px;
        transform: translateY(-50%);
        border-radius: 50%;
        background: #73a67d;
    }


/* Stripe mounts its own checkout form here */

.stripe-checkout-host[b-hg1lnacvj4] {
    min-height: 365px;
}

.stripe-loading[b-hg1lnacvj4] {
    min-height: 365px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    border: 1px dashed #dfd7e2;
    border-radius: 14px;
    background: #fff;
    color: #958c98;
    font-size: .73rem;
}

.loading-mark[b-hg1lnacvj4] {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f1e8f5;
    color: #855ba0;
    font-size: .95rem;
}

.payment-error[b-hg1lnacvj4] {
    margin-bottom: 1rem;
    padding: .75rem .9rem;
    border: 1px solid #ead3d3;
    border-radius: 10px;
    background: #fff9f9;
    color: #8b5050;
    font-size: .76rem;
}


/* =========================================================
   FOOTER
========================================================= */

.payment-footer[b-hg1lnacvj4] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .45rem;
    padding: .85rem 1rem;
    border-top: 1px solid #eee9ef;
    background: #faf8fb;
    color: #948c96;
    font-size: .65rem;
}

.lock-mark[b-hg1lnacvj4] {
    color: #725082;
    font-size: .8rem;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

    .checkout-layout[b-hg1lnacvj4] {
        grid-template-columns: 1fr;
    }

    .checkout-aside[b-hg1lnacvj4] {
        position: static;
        display: grid;
        grid-template-columns: minmax(220px, .8fr) minmax(280px, 1.2fr);
        gap: 1rem;
    }

    .genie-art[b-hg1lnacvj4],
    .genie-placeholder[b-hg1lnacvj4] {
        min-height: 280px;
        height: 280px;
    }

    .checkout-assurance[b-hg1lnacvj4] {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


@media (max-width: 600px) {

    .checkout-page[b-hg1lnacvj4] {
        width: min(100% - 1.25rem, 1120px);
        padding-top: 1.4rem;
    }

    .checkout-aside[b-hg1lnacvj4] {
        display: block;
    }

    .genie-art[b-hg1lnacvj4] {
        min-height: 240px;
    }

    .genie-placeholder[b-hg1lnacvj4] {
        height: 240px;
        min-height: 240px;
    }

    .checkout-assurance[b-hg1lnacvj4] {
        margin-top: 1rem;
    }

    .payment-summary[b-hg1lnacvj4],
    .stripe-section[b-hg1lnacvj4] {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .summary-total[b-hg1lnacvj4] {
        justify-content: space-between;
        gap: 1rem;
    }
}
/* /Components/Pages/CheckoutComplete.razor.rz.scp.css */
.checkout-complete[b-4frgrc3lpd] {
    max-width: 760px;
    margin: 4rem auto;
    padding: 3rem;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e0ea;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

    .checkout-complete h1[b-4frgrc3lpd] {
        margin-bottom: 1.25rem;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .checkout-complete p[b-4frgrc3lpd] {
        margin-bottom: 1rem;
        font-size: 1.05rem;
        line-height: 1.6;
    }

    .checkout-complete .text-muted[b-4frgrc3lpd] {
        margin: 1.5rem 0;
        font-size: 0.875rem;
        color: #777;
        overflow-wrap: anywhere;
    }

@media (max-width: 768px) {
    .checkout-complete[b-4frgrc3lpd] {
        margin: 2rem 1rem;
        padding: 2rem 1.25rem;
    }

        .checkout-complete h1[b-4frgrc3lpd] {
            font-size: 1.75rem;
        }
}

.genie-thanks span[b-4frgrc3lpd] {
    font-style: normal;
    font-weight: 600;
    font-size: 1.1em;
}

    .genie-thanks span[b-4frgrc3lpd] {
        font-style: normal;
        font-weight: 600;
    }
.available-services[b-4frgrc3lpd] {
    margin-top: 2.5rem;
}

    .available-services h2[b-4frgrc3lpd] {
        margin-bottom: 0.5rem;
    }

.service-list[b-4frgrc3lpd] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.service-card[b-4frgrc3lpd] {
    display: block;
    padding: 1rem 1.25rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

a.service-card:hover[b-4frgrc3lpd] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}

.service-card-disabled[b-4frgrc3lpd] {
    opacity: 0.5;
    cursor: not-allowed;
}

.service-card-content[b-4frgrc3lpd] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.service-icon[b-4frgrc3lpd] {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
}

.service-card-text[b-4frgrc3lpd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .service-card-text strong[b-4frgrc3lpd] {
        font-size: 1.1rem;
    }

    .service-card-text span[b-4frgrc3lpd] {
        display: block;
    }

.service-credit-cost[b-4frgrc3lpd] {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    font-weight: 600;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-ib5su136sz] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem 4rem;
    color: #423848;
}


/* HERO */

.contact-hero[b-ib5su136sz] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
    align-items: center;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(96, 64, 119, .12);
    border-radius: 16px 16px 0 0;
    background: radial-gradient(circle at 18% 34%, rgba(255,255,255,.95), rgba(255,248,234,.9) 48%, rgba(246,236,218,.82) 100%);
}

.contact-hero-copy[b-ib5su136sz] {
    position: relative;
    z-index: 2;
    padding: 3.5rem 1rem 3.5rem 3.25rem;
}

.contact-hero h1[b-ib5su136sz] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 6vw, 5.25rem);
    line-height: .98;
    font-weight: 700;
    color: #321662;
}

.contact-divider[b-ib5su136sz] {
    display: flex;
    align-items: center;
    gap: .8rem;
    width: min(100%, 450px);
    margin: 1.8rem 0 1.55rem;
}

    .contact-divider span:first-child[b-ib5su136sz],
    .contact-divider span:last-child[b-ib5su136sz] {
        height: 1px;
        flex: 1;
        background: #c79335;
    }

.contact-divider-lamp[b-ib5su136sz] {
    flex: 0 0 auto !important;
    color: #b17a1f;
    font-size: 1.25rem;
}

.contact-hero h2[b-ib5su136sz] {
    margin: 0 0 1rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    font-style: italic;
    font-weight: 600;
    color: #9a681d;
}

.contact-hero p[b-ib5su136sz] {
    max-width: 520px;
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.75;
    color: #504953;
}

.contact-hero-art[b-ib5su136sz] {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 420px;
}

    .contact-hero-art[b-ib5su136sz]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 70% 35%, rgba(219,204,244,.55), rgba(255,255,255,0) 66%);
    }

    .contact-hero-art img[b-ib5su136sz] {
        position: relative;
        z-index: 1;
        display: block;
        width: min(100%, 610px);
        max-height: 420px;
        object-fit: contain;
        object-position: bottom center;
    }


/* CONTACT DETAILS */

.contact-details[b-ib5su136sz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid rgba(96, 64, 119, .15);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: rgba(255, 252, 246, .96);
}

.contact-card[b-ib5su136sz] {
    display: flex;
    gap: 1.5rem;
    padding: 2.25rem 2.5rem;
}

.contact-address[b-ib5su136sz] {
    border-right: 1px solid rgba(96, 64, 119, .15);
}

.contact-icon[b-ib5su136sz] {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #321662;
    color: #f3cd73;
    font-size: 1.75rem;
    box-shadow: 0 5px 14px rgba(55, 30, 84, .12);
}

.contact-card-content[b-ib5su136sz] {
    flex: 1;
}

.contact-card h2[b-ib5su136sz] {
    margin: .25rem 0 .7rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    color: #321662;
}

.contact-card h3[b-ib5su136sz] {
    margin: .7rem 0 .35rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    color: #44334e;
}

.contact-heading-rule[b-ib5su136sz] {
    width: 145px;
    height: 1px;
    margin-bottom: 1rem;
    background: linear-gradient( to right, #c28a2b 0, #c28a2b 55%, transparent 55% );
}

.contact-card address[b-ib5su136sz] {
    margin: 0;
    font-style: normal;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #5d5760;
}

    .contact-card address strong[b-ib5su136sz] {
        display: inline-block;
        margin-bottom: .3rem;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.18rem;
        color: #321662;
    }

.contact-information[b-ib5su136sz] {
    display: block;
}

.contact-info-item[b-ib5su136sz] {
    display: flex;
    gap: 1.5rem;
}

.contact-phone[b-ib5su136sz] {
    margin-top: 1.6rem;
}

.contact-value[b-ib5su136sz] {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #675e69;
}

.contact-at[b-ib5su136sz] {
    display: inline;
}


/* THANK-YOU PANEL */

.contact-thanks[b-ib5su136sz] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.75rem;
    margin-top: 1.25rem;
    padding: 1.4rem 2rem;
    border: 1px solid rgba(100, 73, 133, .15);
    border-radius: 14px;
    background: linear-gradient( 90deg, rgba(238,230,248,.82), rgba(253,249,244,.96), rgba(238,230,248,.82) );
    text-align: center;
}

.contact-thanks-symbol[b-ib5su136sz] {
    font-size: 2.5rem;
    color: #8d72ac;
}

.contact-thanks h2[b-ib5su136sz] {
    margin: 0 0 .3rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
    color: #3b1c68;
}

.contact-thanks p[b-ib5su136sz] {
    margin: 0;
    color: #66606a;
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .contact-hero[b-ib5su136sz] {
        grid-template-columns: 1fr;
    }

    .contact-hero-copy[b-ib5su136sz] {
        padding: 2.75rem 2rem 1.5rem;
    }

    .contact-hero-art[b-ib5su136sz] {
        min-height: 280px;
    }

        .contact-hero-art img[b-ib5su136sz] {
            max-height: 320px;
        }

    .contact-details[b-ib5su136sz] {
        grid-template-columns: 1fr;
    }

    .contact-address[b-ib5su136sz] {
        border-right: 0;
        border-bottom: 1px solid rgba(96, 64, 119, .15);
    }
}


@media (max-width: 600px) {

    .contact-page[b-ib5su136sz] {
        padding: 1rem .85rem 3rem;
    }

    .contact-hero-copy[b-ib5su136sz] {
        padding: 2rem 1.4rem 1rem;
    }

    .contact-hero h1[b-ib5su136sz] {
        font-size: 3rem;
    }

    .contact-card[b-ib5su136sz] {
        padding: 1.6rem 1.25rem;
    }

    .contact-icon[b-ib5su136sz] {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
        font-size: 1.4rem;
    }

    .contact-info-item[b-ib5su136sz] {
        gap: 1rem;
    }

    .contact-thanks[b-ib5su136sz] {
        align-items: flex-start;
        padding: 1.25rem;
    }
}
/* /Components/Pages/DetailedResearch.razor.rz.scp.css */
.research-page[b-uzjosw4ult] {
    max-width: 920px;
    margin: 0 auto;
    padding: 2rem 1.25rem 5rem;
}

.research-hero[b-uzjosw4ult] {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2rem;
}

.research-eyebrow[b-uzjosw4ult] {
    color: #7d45a6;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    margin-bottom: .55rem;
}

.research-hero h1[b-uzjosw4ult] {
    font-size: clamp(2rem, 5vw, 3rem);
    margin: 0 0 .75rem;
    color: #302339;
    line-height: 1.1;
}

.research-hero p[b-uzjosw4ult] {
    color: #655d69;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
}

.research-card[b-uzjosw4ult] {
    background: #fff;
    border: 1px solid #e8e0eb;
    border-radius: 22px;
    box-shadow: 0 12px 36px rgba(63, 40, 72, .08);
    overflow: hidden;
}

.form-section[b-uzjosw4ult] {
    padding: 2rem;
    border-bottom: 1px solid #eee7f0;
}

.section-heading[b-uzjosw4ult] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.6rem;
}

.section-number[b-uzjosw4ult] {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    background: #f0e4f5;
    color: #754094;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.section-heading h2[b-uzjosw4ult] {
    margin: 0 0 .3rem;
    font-size: 1.25rem;
    color: #352a3a;
}

.section-heading p[b-uzjosw4ult] {
    margin: 0;
    color: #756d78;
    line-height: 1.5;
}


/* -----------------------------
   Image upload
------------------------------ */

.image-upload-panel[b-uzjosw4ult] {
    position: relative;
    min-height: 145px;
    border: 2px dashed #cab4d4;
    border-radius: 16px;
    background: #fcf9fd;
    transition: .2s ease;
}

    .image-upload-panel:hover[b-uzjosw4ult] {
        border-color: #9657b2;
        background: #faf5fc;
    }

.image-input[b-uzjosw4ult] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    font-size: 0;
}

    .image-input[b-uzjosw4ult]::file-selector-button {
        display: none;
    }

.upload-prompt[b-uzjosw4ult] {
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .3rem;
    color: #57495c;
}

.upload-icon[b-uzjosw4ult] {
    font-size: 1.6rem;
    color: #9955b8;
}

.upload-prompt strong[b-uzjosw4ult] {
    font-size: 1.05rem;
}

.upload-prompt span[b-uzjosw4ult] {
    color: #8a808d;
    font-size: .9rem;
}

.image-preview-grid[b-uzjosw4ult] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.image-preview[b-uzjosw4ult] {
    position: relative;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    background: #eee;
}

    .image-preview img[b-uzjosw4ult] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.remove-image[b-uzjosw4ult] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 27px;
    height: 27px;
    border: 0;
    border-radius: 50%;
    background: rgba(25, 20, 27, .76);
    color: #fff;
    font-size: 1.15rem;
    cursor: pointer;
}

.image-number[b-uzjosw4ult] {
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: rgba(255, 255, 255, .9);
    padding: .15rem .45rem;
    border-radius: 20px;
    font-size: .72rem;
    font-weight: 700;
}


/* -----------------------------
   Generic fields
------------------------------ */

.field[b-uzjosw4ult] {
    min-width: 0;
}

    .field label[b-uzjosw4ult] {
        display: block;
        margin-bottom: .4rem;
        color: #463b49;
        font-weight: 600;
        font-size: .92rem;
    }

.optional[b-uzjosw4ult] {
    margin-left: .35rem;
    color: #998f9c;
    font-weight: 400;
    font-size: .8rem;
}

.field input[b-uzjosw4ult],
.field select[b-uzjosw4ult],
.field textarea[b-uzjosw4ult] {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #d8cfdc;
    border-radius: 10px;
    background: #fff;
    padding: .72rem .8rem;
    color: #3f3542;
    font: inherit;
    transition: border-color .15s ease, box-shadow .15s ease;
}

    .field input:focus[b-uzjosw4ult],
    .field select:focus[b-uzjosw4ult],
    .field textarea:focus[b-uzjosw4ult] {
        outline: none;
        border-color: #9b5bb7;
        box-shadow: 0 0 0 3px rgba(155, 91, 183, .11);
    }

.field textarea[b-uzjosw4ult] {
    resize: vertical;
}


/* -----------------------------
   Dimensions
------------------------------ */

.dimension-grid[b-uzjosw4ult] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .9rem;
}

.unit-field[b-uzjosw4ult] {
    grid-column: span 2;
}

.field-note[b-uzjosw4ult],
.field-error[b-uzjosw4ult] {
    margin-top: .65rem;
    font-size: .85rem;
}

.field-note[b-uzjosw4ult] {
    color: #847888;
}

.field-error[b-uzjosw4ult] {
    color: #a33747;
}


/* -----------------------------
   Weight
------------------------------ */

.weight-row[b-uzjosw4ult] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
    max-width: 420px;
    margin-top: 1.25rem;
}


/* -----------------------------
   Additional information
------------------------------ */

.full-width[b-uzjosw4ult] {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
    width: 100%;
}

    .full-width + .full-width[b-uzjosw4ult] {
        margin-top: 1.4rem;
    }

    .full-width label[b-uzjosw4ult] {
        margin-bottom: 0;
        padding-top: .7rem;
        line-height: 1.35;
    }

    .full-width textarea[b-uzjosw4ult] {
        width: 100%;
        min-height: 110px;
    }

    .full-width:last-of-type textarea[b-uzjosw4ult] {
        min-height: 135px;
    }


/* -----------------------------
   Submit
------------------------------ */

.research-submit[b-uzjosw4ult] {
    padding: 1.6rem 2rem 2rem;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #fcf8fd 100%);
}

.submit-note[b-uzjosw4ult] {
    color: #817684;
    font-size: .88rem;
    margin-bottom: 1rem;
}

.research-button[b-uzjosw4ult] {
    border: 0;
    border-radius: 999px;
    padding: .9rem 2rem;
    min-width: 240px;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    background: linear-gradient(135deg, #704098, #a64fa5);
    box-shadow: 0 7px 18px rgba(113, 55, 139, .2);
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}

    .research-button:hover:not(:disabled)[b-uzjosw4ult] {
        transform: translateY(-1px);
        box-shadow: 0 9px 23px rgba(113, 55, 139, .27);
    }

    .research-button:disabled[b-uzjosw4ult] {
        opacity: .65;
        cursor: default;
    }


/* -----------------------------
   Responsive
------------------------------ */

@media (max-width: 700px) {
    .research-page[b-uzjosw4ult] {
        padding-left: .9rem;
        padding-right: .9rem;
    }

    .form-section[b-uzjosw4ult] {
        padding: 1.4rem;
    }

    .dimension-grid[b-uzjosw4ult] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .unit-field[b-uzjosw4ult] {
        grid-column: span 2;
    }

    .image-preview-grid[b-uzjosw4ult] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .weight-row[b-uzjosw4ult] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }

    .full-width[b-uzjosw4ult] {
        grid-template-columns: 1fr;
        gap: .45rem;
    }

        .full-width label[b-uzjosw4ult] {
            padding-top: 0;
        }
}

@media (max-width: 480px) {
    .dimension-grid[b-uzjosw4ult] {
        grid-template-columns: 1fr;
    }

    .unit-field[b-uzjosw4ult] {
        grid-column: auto;
    }

    .weight-row[b-uzjosw4ult] {
        grid-template-columns: 1fr;
    }

    .section-heading[b-uzjosw4ult] {
        gap: .75rem;
    }

    .research-submit[b-uzjosw4ult] {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }

    .research-button[b-uzjosw4ult] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.antiques-page[b-gzkw5ewmun] {
    --blue: #123b5d;
    --blue-dark: #0d2d48;
    --blue-light: #eaf1f6;
    --brass: #c28a35;
    --brass-dark: #9b6925;
    --oxblood: #7a2e32;
    --paper: #fafaf7;
    --white: #ffffff;
    --stone: #e8e5de;
    --stone-dark: #cbc5ba;
    --charcoal: #242424;
    --muted: #66635e;
    box-sizing: border-box;
    min-height: 100vh;
    background: var(--paper);
    color: var(--charcoal);
    font-family: Arial, Helvetica, sans-serif;
}

    .antiques-page *[b-gzkw5ewmun],
    .antiques-page *[b-gzkw5ewmun]::before,
    .antiques-page *[b-gzkw5ewmun]::after {
        box-sizing: border-box;
    }


/* ---------- Page structure ---------- */

.page-main[b-gzkw5ewmun] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 3.5rem 2rem;
}

.workspace[b-gzkw5ewmun] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 2rem;
    align-items: start;
}

.workspace-main[b-gzkw5ewmun] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.side-column[b-gzkw5ewmun] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}


/* ---------- Shared labels ---------- */

.eyebrow[b-gzkw5ewmun],
.card-kicker[b-gzkw5ewmun],
.result-label[b-gzkw5ewmun] {
    color: var(--oxblood);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}


/* ---------- Welcome area ---------- */

.welcome-row[b-gzkw5ewmun] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2.5rem;
}

.welcome[b-gzkw5ewmun] {
    width: auto;
    max-width: none;
    margin-bottom: 0;
}

    .welcome h1[b-gzkw5ewmun] {
        margin: 0 0 0.8rem;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 2rem;
        font-weight: 500;
        color: var(--blue-dark);
    }

    .welcome p[b-gzkw5ewmun] {
        margin: 0;
        color: var(--muted);
        font-size: 1rem;
        line-height: 1.65;
    }

.welcome-signoff[b-gzkw5ewmun] {
    margin-top: 1rem;
    color: var(--blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    font-style: italic;
    font-weight: 600;
}

.welcome-ad[b-gzkw5ewmun] {
    width: 300px;
    height: 250px;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f1ec;
    border: 1px solid var(--stone);
    color: var(--muted);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


/* ---------- Cards ---------- */

.upload-card[b-gzkw5ewmun],
.receive-card[b-gzkw5ewmun],
.result-card[b-gzkw5ewmun] {
    background: var(--white);
    border: 1px solid var(--stone);
    box-shadow: 0 14px 35px rgba(30, 35, 40, 0.06);
}

.upload-card[b-gzkw5ewmun] {
    border-top: 5px solid var(--blue);
    padding: 1.25rem;
    border-radius: 18px;
}

.upload-heading[b-gzkw5ewmun] {
    margin-bottom: 1rem;
}

    .upload-heading h2[b-gzkw5ewmun],
    .identification-heading h2[b-gzkw5ewmun] {
        margin: 0.35rem 0 0.45rem;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 2rem;
        font-weight: 500;
        color: var(--blue-dark);
    }

    .upload-heading p[b-gzkw5ewmun] {
        margin: 0;
        color: var(--muted);
        font-size: 0.9rem;
        line-height: 1.5;
    }


/* ---------- Upload ---------- */

.drop-zone[b-gzkw5ewmun] {
    position: relative;
    min-height: 260px;
    border: 2px dashed var(--stone-dark);
    border-radius: 12px;
    background: #fdfdfb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

    .drop-zone:hover[b-gzkw5ewmun] {
        border-color: var(--brass);
        background: #fbf8f1;
    }

    .drop-zone[b-gzkw5ewmun]  input[type=file] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.upload-icon[b-gzkw5ewmun] {
    position: relative;
    width: 72px;
    height: 72px;
    margin-bottom: 1rem;
}

.drop-title[b-gzkw5ewmun] {
    color: var(--blue-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    font-weight: 700;
}

.drop-subtitle[b-gzkw5ewmun] {
    margin-top: 0.4rem;
    color: var(--muted);
    font-size: 0.82rem;
}

.preview-panel[b-gzkw5ewmun] {
    display: grid;
    grid-template-columns: minmax(220px, 360px) 1fr;
    gap: 1.5rem;
    align-items: start;
    background: #f7f7f4;
    border: 1px solid var(--stone);
    border-radius: 12px;
    padding: 1.1rem;
}

.preview-image-wrap[b-gzkw5ewmun] {
    min-height: 260px;
    padding: 0.75rem;
    background: var(--white);
    border: 1px solid var(--stone);
    border-radius: 10px;
    display: grid;
    place-items: center;
}

.preview-image[b-gzkw5ewmun] {
    display: block;
    max-width: 100%;
    max-height: 360px;
    object-fit: contain;
    border-radius: 6px;
}

.preview-details[b-gzkw5ewmun] {
    padding-top: 0.35rem;
}

    .preview-details .primary-button[b-gzkw5ewmun] {
        margin-top: 1rem;
    }

.preview-name[b-gzkw5ewmun] {
    color: var(--charcoal);
    font-weight: 700;
    overflow-wrap: anywhere;
}

.preview-meta[b-gzkw5ewmun] {
    margin-top: 0.35rem;
    color: var(--muted);
    font-size: 0.82rem;
}

.preview-actions[b-gzkw5ewmun] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    margin-top: 1.25rem;
}

.primary-button[b-gzkw5ewmun] {
    min-width: 175px;
    padding: 0.9rem 1.5rem;
    border: none;
    border-radius: 3px;
    background: var(--blue);
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(18, 59, 93, 0.18);
}

    .primary-button:hover[b-gzkw5ewmun] {
        background: var(--blue-dark);
    }

.secondary-button[b-gzkw5ewmun] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    border: 1px solid var(--blue);
    border-radius: 3px;
    background: var(--white);
    color: var(--blue);
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
}

    .secondary-button:hover[b-gzkw5ewmun] {
        background: var(--blue-light);
    }

.replace-button[b-gzkw5ewmun] {
    position: relative;
    overflow: hidden;
}

    .replace-button[b-gzkw5ewmun]  input[type=file] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        opacity: 0;
        cursor: pointer;
    }

.text-button[b-gzkw5ewmun] {
    border: 0;
    background: transparent;
    color: var(--oxblood);
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
}

.upload-error[b-gzkw5ewmun] {
    margin-top: 0.9rem;
    padding: 0.75rem 0.9rem;
    border-left: 4px solid var(--oxblood);
    background: #f8eeee;
    color: var(--oxblood);
    font-size: 0.86rem;
    line-height: 1.45;
}


/* ---------- Identification result ---------- */

.identification-card[b-gzkw5ewmun] {
    width: 100%;
    background: var(--white);
    border: 1px solid var(--stone);
    border-top: 5px solid var(--brass);
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(30, 35, 40, 0.06);
    overflow: hidden;
}

.identification-heading[b-gzkw5ewmun] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem 1.25rem 1rem;
}

    .identification-heading .confidence-line[b-gzkw5ewmun] {
        margin-top: 0.35rem;
        flex: 0 0 auto;
    }

.identification-summary[b-gzkw5ewmun] {
    padding: 0 1.25rem 1.25rem;
}

    .identification-summary h3[b-gzkw5ewmun] {
        margin: 0 0 0.7rem;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.8rem;
        font-weight: 500;
        color: var(--blue-dark);
    }

    .identification-summary p[b-gzkw5ewmun] {
        margin: 0;
        color: var(--muted);
        font-size: 0.95rem;
        line-height: 1.65;
    }

.identification-data[b-gzkw5ewmun] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #f7f9fa;
    border-top: 1px solid var(--stone);
}

    .identification-data .detail[b-gzkw5ewmun] {
        padding: 1rem 1.25rem;
        border-top: 0;
        border-bottom: 1px solid var(--stone);
    }

        .identification-data .detail:nth-child(odd)[b-gzkw5ewmun] {
            border-right: 1px solid var(--stone);
        }

.result-notes[b-gzkw5ewmun] {
    padding: 1.1rem 1.25rem;
    border-top: 1px solid var(--stone);
}

    .result-notes strong[b-gzkw5ewmun] {
        display: block;
        margin-bottom: 0.4rem;
        color: var(--blue-dark);
        font-size: 0.76rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    .result-notes p[b-gzkw5ewmun] {
        margin: 0;
        color: var(--muted);
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .result-notes ul[b-gzkw5ewmun] {
        margin: 0;
        padding-left: 1.25rem;
        color: var(--muted);
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .result-notes li + li[b-gzkw5ewmun] {
        margin-top: 0.4rem;
    }

.result-limitations[b-gzkw5ewmun] {
    background: #fbfaf7;
}

.result-disclaimer[b-gzkw5ewmun] {
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--stone);
    background: #f7f7f4;
    color: var(--muted);
    font-size: 0.75rem;
    line-height: 1.5;
}

    .result-disclaimer strong[b-gzkw5ewmun] {
        display: block;
        margin-bottom: 0.35rem;
        color: var(--charcoal);
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    .result-disclaimer p[b-gzkw5ewmun] {
        margin: 0;
    }


/* ---------- Side column ---------- */

.receive-card[b-gzkw5ewmun] {
    border-top: 5px solid var(--brass);
    padding: 1.5rem;
}

    .receive-card h2[b-gzkw5ewmun] {
        margin: 0.3rem 0 1.2rem;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.55rem;
        color: var(--blue-dark);
    }

.receive-item[b-gzkw5ewmun] {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 0.8rem;
    padding: 1rem 0;
    border-top: 1px solid var(--stone);
}

    .receive-item:first-of-type[b-gzkw5ewmun] {
        border-top: none;
    }

.receive-number[b-gzkw5ewmun] {
    color: var(--brass-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.85rem;
    font-weight: 700;
}

.receive-item strong[b-gzkw5ewmun] {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--charcoal);
    font-size: 0.9rem;
}

.receive-item span[b-gzkw5ewmun] {
    display: block;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.4;
}

.side-ad[b-gzkw5ewmun] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    background: var(--blue-light);
    border: 1px solid #cad9e5;
    color: #7891a5;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


/* ---------- Sample identification ---------- */

.sample-section[b-gzkw5ewmun] {
    margin-top: 2rem;
}

.sample-heading[b-gzkw5ewmun] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .sample-heading h2[b-gzkw5ewmun] {
        margin: 0.35rem 0 0;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 2rem;
        font-weight: 500;
        color: var(--blue-dark);
    }

.sample-badge[b-gzkw5ewmun] {
    padding: 0.4rem 0.75rem;
    border: 1px solid var(--brass);
    color: var(--brass-dark);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.result-card-with-image[b-gzkw5ewmun] {
    display: grid;
    grid-template-columns: 260px minmax(0, 1.2fr) minmax(260px, 0.8fr);
    min-height: 340px;
}

.result-image-panel[b-gzkw5ewmun] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: #f7f7f4;
    border-right: 1px solid var(--stone);
}

.result-image[b-gzkw5ewmun] {
    display: block;
    width: 100%;
    max-width: 220px;
    height: 290px;
    object-fit: contain;
}

.result-main[b-gzkw5ewmun] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

    .result-main h3[b-gzkw5ewmun] {
        margin: 0.4rem 0 0.8rem;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 2rem;
        color: var(--blue-dark);
    }

    .result-main p[b-gzkw5ewmun] {
        margin: 0;
        color: var(--muted);
        font-size: 0.95rem;
        line-height: 1.65;
    }

.confidence-line[b-gzkw5ewmun] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.4rem;
    color: var(--blue);
    font-size: 0.85rem;
    font-weight: 700;
}

.confidence-dot[b-gzkw5ewmun] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--brass);
}

.result-details[b-gzkw5ewmun] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 1.4rem 2rem;
    background: #f7f9fa;
    border-top: 1px solid var(--stone);
}

.detail[b-gzkw5ewmun] {
    padding: 0.9rem 0;
    border-top: 1px solid var(--stone);
}

    .detail:first-child[b-gzkw5ewmun] {
        border-top: none;
    }

    .detail span[b-gzkw5ewmun] {
        display: block;
        margin-bottom: 0.2rem;
        color: var(--muted);
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    .detail strong[b-gzkw5ewmun] {
        color: var(--charcoal);
        font-size: 0.92rem;
    }


/* ---------- Coming attractions ---------- */

.coming-card[b-gzkw5ewmun] {
    background: var(--white);
    border: 1px solid var(--stone);
    border-top: 5px solid var(--brass);
    padding: 1.35rem;
    box-shadow: 0 14px 35px rgba(30, 35, 40, 0.05);
}

.coming-kicker[b-gzkw5ewmun] {
    color: var(--oxblood);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.coming-card h2[b-gzkw5ewmun] {
    margin: 0.35rem 0 1rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.15;
    color: var(--blue-dark);
}

.coming-service[b-gzkw5ewmun] {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.9rem 0;
    border-top: 1px solid var(--stone);
}

.coming-icon[b-gzkw5ewmun] {
    display: block;
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.coming-service strong[b-gzkw5ewmun] {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--charcoal);
    font-size: 0.88rem;
}

.coming-service span[b-gzkw5ewmun] {
    display: block;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.4;
}

.coming-signoff[b-gzkw5ewmun] {
    margin-top: 0.75rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--stone);
    color: var(--blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.95rem;
    font-style: italic;
    font-weight: 600;
    text-align: center;
}


/* ---------- Footer ---------- */



/* ---------- Responsive ---------- */

@media (max-width: 900px) {
    .workspace[b-gzkw5ewmun] {
        grid-template-columns: 1fr;
    }

    .workspace-main[b-gzkw5ewmun] {
        width: 100%;
    }

    .side-column[b-gzkw5ewmun] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .welcome-row[b-gzkw5ewmun] {
        grid-template-columns: 1fr;
    }

    .welcome-ad[b-gzkw5ewmun] {
        width: 728px;
        height: 90px;
        margin: 0 auto;
        overflow: hidden;
    }

        .welcome-ad img[b-gzkw5ewmun] {
            display: block;
            width: 728px;
            height: 90px;
        }

    .welcome-ad-label[b-gzkw5ewmun] {
        font-size: 10px;
        color: #888;
        text-align: center;
        margin-bottom: 3px;
    }

    .result-card[b-gzkw5ewmun] {
        grid-template-columns: 1fr;
    }

    .result-details[b-gzkw5ewmun] {
        border-left: none;
    }
}

@media (max-width: 620px) {
    .page-main[b-gzkw5ewmun],
    .site-footer[b-gzkw5ewmun] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .side-column[b-gzkw5ewmun] {
        display: flex;
    }

    .sample-heading[b-gzkw5ewmun] {
        align-items: flex-start;
        flex-direction: column;
    }

    .preview-panel[b-gzkw5ewmun] {
        grid-template-columns: 1fr;
    }

    .preview-image-wrap[b-gzkw5ewmun] {
        min-height: 220px;
    }

    .identification-heading[b-gzkw5ewmun] {
        display: block;
    }

        .identification-heading .confidence-line[b-gzkw5ewmun] {
            margin-top: 0.75rem;
        }

    .identification-data[b-gzkw5ewmun] {
        grid-template-columns: 1fr;
    }

        .identification-data .detail:nth-child(odd)[b-gzkw5ewmun] {
            border-right: 0;
        }

    .result-card-with-image[b-gzkw5ewmun] {
        grid-template-columns: 1fr;
    }

    .result-image-panel[b-gzkw5ewmun] {
        border-right: none;
        border-bottom: 1px solid var(--stone);
    }

    .result-image[b-gzkw5ewmun] {
        max-width: 190px;
        height: 250px;
    }

    .result-details[b-gzkw5ewmun] {
        grid-column: auto;
        display: block;
    }

    .site-footer[b-gzkw5ewmun] {
        flex-direction: column;
    }

    .footer-brand[b-gzkw5ewmun] {
        white-space: normal;
    }
}

/* ---------- Genie busy state ---------- */

.genie-busy[b-gzkw5ewmun] {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    padding: 2rem;
    text-align: center;
}

.genie-spinner[b-gzkw5ewmun] {
    width: 46px;
    height: 46px;
    border: 4px solid var(--stone);
    border-top-color: var(--brass);
    border-radius: 50%;
    animation: genie-spin-b-gzkw5ewmun 0.85s linear infinite;
}

.genie-busy-text[b-gzkw5ewmun] {
    color: var(--blue-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    font-style: italic;
}

@keyframes genie-spin-b-gzkw5ewmun {
    to {
        transform: rotate(360deg);
    }
}

/* ---------- Sample identification image ---------- */

.sample-identification-intro[b-gzkw5ewmun] {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
    padding: 0 1.25rem 1.25rem;
}

.sample-identification-image[b-gzkw5ewmun] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    padding: 0.9rem;
    background: #f7f7f4;
    border: 1px solid var(--stone);
    border-radius: 10px;
}

    .sample-identification-image img[b-gzkw5ewmun] {
        display: block;
        width: 100%;
        max-width: 190px;
        max-height: 260px;
        object-fit: contain;
    }

.sample-identification-intro .identification-summary[b-gzkw5ewmun] {
    padding: 0;
}

@media (max-width: 620px) {
    .sample-identification-intro[b-gzkw5ewmun] {
        grid-template-columns: 1fr;
    }

    .sample-identification-image[b-gzkw5ewmun] {
        min-height: 220px;
    }

        .sample-identification-image img[b-gzkw5ewmun] {
            max-width: 180px;
            max-height: 240px;
        }
}

@media (max-width: 760px) {
    .welcome-ad[b-gzkw5ewmun] {
        width: 100%;
        height: auto;
    }

        .welcome-ad img[b-gzkw5ewmun] {
            width: 100%;
            height: auto;
        }
}

.service-link[b-gzkw5ewmun] {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

    .service-link:hover strong[b-gzkw5ewmun] {
        text-decoration: underline;
    }

.service-action[b-gzkw5ewmun] {
    display: block;
    margin-top: 0.45rem;
    font-weight: 700;
}

.available-card[b-gzkw5ewmun] {
    margin-bottom: 1.5rem;
}
.welcome-ad[b-gzkw5ewmun] {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

    .welcome-ad a[b-gzkw5ewmun] {
        display: block;
    }

    .welcome-ad img[b-gzkw5ewmun] {
        display: block;
        width: 100%;
        height: auto;
    }
/* /Components/Pages/Order.razor.rz.scp.css */
.order-page[b-f55sqmujis] {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2.25rem 0 5rem;
}


/* =========================================================
   HEADER
========================================================= */

.order-header[b-f55sqmujis] {
    max-width: 760px;
    margin-bottom: 2rem;
}

.order-kicker[b-f55sqmujis],
.summary-kicker[b-f55sqmujis] {
    margin-bottom: .4rem;
    color: #8556a5;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.order-header h1[b-f55sqmujis] {
    margin: 0 0 .65rem;
    color: #302538;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.order-header p[b-f55sqmujis] {
    max-width: 690px;
    margin: 0;
    color: #716a75;
    font-size: 1rem;
    line-height: 1.65;
}


/* =========================================================
   SERVICE MENU
========================================================= */

.service-menu[b-f55sqmujis] {
    overflow: hidden;
    border: 1px solid #e3dce6;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(59, 42, 68, .07);
}


/* ---------------------------------------------------------
   COLUMN LABELS
---------------------------------------------------------- */

.service-menu-header[b-f55sqmujis] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px 165px 130px;
    align-items: center;
    min-height: 52px;
    padding: 0 1.5rem;
    border-bottom: 1px solid #e9e3eb;
    background: linear-gradient( 180deg, #fbf9fc, #f8f5f9 );
}

.service-column[b-f55sqmujis] {
    color: #8b838e;
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-align: center;
    text-transform: uppercase;
}

.service-column-name[b-f55sqmujis] {
    text-align: left;
}

.service-column-total[b-f55sqmujis] {
    text-align: right;
}


/* ---------------------------------------------------------
   ROWS
---------------------------------------------------------- */

.service-row[b-f55sqmujis] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px 165px 130px;
    align-items: center;
    min-height: 112px;
    padding: 1.15rem 1.5rem;
    transition: background-color .15s ease, box-shadow .15s ease;
}

    .service-row + .service-row[b-f55sqmujis] {
        border-top: 1px solid #eee9f0;
    }

.service-row-available[b-f55sqmujis] {
    background: linear-gradient( 90deg, rgba(243, 235, 248, .67), rgba(255,255,255,.95) 42% );
}

    .service-row-available[b-f55sqmujis]::before {
        content: "";
        position: absolute;
        top: 18px;
        bottom: 18px;
        left: 0;
        width: 3px;
        border-radius: 0 3px 3px 0;
        background: #9870b2;
    }

    .service-row-available:hover[b-f55sqmujis] {
        background: linear-gradient( 90deg, rgba(239, 228, 246, .9), #fff 46% );
    }

.service-row-extra[b-f55sqmujis] {
    background: #fdfcfd;
}


/* =========================================================
   SERVICE IDENTITY
========================================================= */

.service-identity[b-f55sqmujis] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 1.15rem;
    padding-right: 2rem;
}

.service-icon[b-f55sqmujis] {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient( 145deg, #f2e9f7, #ece1f3 );
    color: #75508e;
    font-size: 1.65rem;
}

.service-row-coming .service-icon[b-f55sqmujis] {
    background: #f5f2f5;
    filter: grayscale(.15);
    opacity: .8;
}

.extra-credit-icon[b-f55sqmujis] {
    color: #8d60a7;
    font-size: 1.45rem;
}

.service-copy[b-f55sqmujis] {
    min-width: 0;
}

    .service-copy > strong[b-f55sqmujis],
    .service-title-row strong[b-f55sqmujis] {
        display: block;
        color: #392e40;
        font-size: .98rem;
        font-weight: 700;
        line-height: 1.25;
    }

.service-title-row[b-f55sqmujis] {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.service-description[b-f55sqmujis] {
    max-width: 570px;
    margin-top: .28rem;
    color: #7c747f;
    font-size: .81rem;
    line-height: 1.48;
}

.service-details[b-f55sqmujis] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    margin-top: .33rem;
    color: #795394;
    font-size: .73rem;
    font-weight: 600;
    text-decoration: none;
}

    .service-details:hover[b-f55sqmujis] {
        color: #5e3a76;
        text-decoration: underline;
    }


/* =========================================================
   BADGES
========================================================= */

.available-badge[b-f55sqmujis] {
    display: inline-flex;
    align-items: center;
    padding: .22rem .48rem;
    border-radius: 999px;
    background: #e9dbf1;
    color: #71498b;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.coming-soon-area[b-f55sqmujis] {
    grid-column: 2 / 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coming-soon-badge[b-f55sqmujis] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #928b94;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

    .coming-soon-badge[b-f55sqmujis]::before,
    .coming-soon-badge[b-f55sqmujis]::after {
        content: "";
        width: 42px;
        height: 1px;
        background: #ded9df;
    }


/* =========================================================
   CREDIT VALUE
========================================================= */

.service-value[b-f55sqmujis] {
    text-align: center;
}

    .service-value strong[b-f55sqmujis] {
        display: block;
        color: #514356;
        font-size: 1rem;
    }

    .service-value span[b-f55sqmujis] {
        display: block;
        margin-top: .08rem;
        color: #958d97;
        font-size: .68rem;
    }


/* =========================================================
   QUANTITY
========================================================= */

.service-quantity[b-f55sqmujis] {
    display: flex;
    justify-content: center;
}

.quantity-control[b-f55sqmujis] {
    height: 39px;
    display: flex;
    overflow: hidden;
    border: 1px solid #dcd3e0;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(55, 42, 63, .025);
}

    .quantity-control button[b-f55sqmujis] {
        width: 37px;
        border: 0;
        background: #f8f5f9;
        color: #67477a;
        font-size: 1.05rem;
        cursor: pointer;
        transition: background .12s ease;
    }

        .quantity-control button:hover[b-f55sqmujis] {
            background: #eee5f3;
        }

    .quantity-control input[b-f55sqmujis] {
        width: 50px;
        border: 0;
        border-left: 1px solid #e3dde5;
        border-right: 1px solid #e3dde5;
        outline: none;
        background: #fff;
        color: #3e3344;
        font-size: .9rem;
        font-weight: 700;
        text-align: center;
    }

        .quantity-control input[b-f55sqmujis]::-webkit-inner-spin-button,
        .quantity-control input[b-f55sqmujis]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }


/* =========================================================
   EXTENDED
========================================================= */

.service-extended[b-f55sqmujis] {
    color: #49394f;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: right;
}

    .service-extended span[b-f55sqmujis] {
        display: block;
        margin-top: .08rem;
        color: #958d97;
        font-size: .65rem;
        font-weight: 400;
    }


/* =========================================================
   SUMMARY
========================================================= */

.order-summary[b-f55sqmujis] {
    margin-top: 1.75rem;
    padding: 1.7rem 1.9rem;
    border: 1px solid #ddd1e4;
    border-radius: 20px;
    background: radial-gradient( circle at 100% 0, rgba(218, 195, 230, .25), transparent 32% ), #fff;
    box-shadow: 0 15px 42px rgba(59, 42, 68, .07);
}

.summary-heading[b-f55sqmujis] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
}

    .summary-heading h2[b-f55sqmujis] {
        margin: 0;
        color: #362a3d;
        font-size: 1.35rem;
        letter-spacing: -.015em;
    }

.summary-mark[b-f55sqmujis] {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f0e6f5;
    color: #84579f;
}


/* ---------------------------------------------------------
   SUMMARY LINES
---------------------------------------------------------- */

.summary-detail[b-f55sqmujis] {
    border-top: 1px solid #eee8ef;
    border-bottom: 1px solid #eee8ef;
}

.summary-line[b-f55sqmujis] {
    min-height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

    .summary-line + .summary-line[b-f55sqmujis] {
        border-top: 1px solid #f0ecf1;
    }

    .summary-line > div strong[b-f55sqmujis] {
        display: block;
        color: #504554;
        font-size: .83rem;
    }

    .summary-line > div span[b-f55sqmujis] {
        display: block;
        margin-top: .1rem;
        color: #958d97;
        font-size: .7rem;
    }

    .summary-line > strong[b-f55sqmujis] {
        color: #4a3b50;
        font-size: .9rem;
        text-align: right;
    }

        .summary-line > strong span[b-f55sqmujis] {
            margin-left: .15rem;
            color: #908891;
            font-size: .68rem;
            font-weight: 400;
        }

.empty-order[b-f55sqmujis] {
    padding: 1.1rem 0;
    color: #938b95;
    font-size: .79rem;
    text-align: center;
}


/* ---------------------------------------------------------
   TOTAL
---------------------------------------------------------- */

.summary-total[b-f55sqmujis] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3.75rem;
    padding: 1.2rem 0;
}

.total-credits[b-f55sqmujis],
.amount-due[b-f55sqmujis] {
    text-align: right;
}

    .total-credits span[b-f55sqmujis],
    .amount-due span[b-f55sqmujis] {
        display: block;
        margin-bottom: .15rem;
        color: #8c848e;
        font-size: .67rem;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .total-credits strong[b-f55sqmujis] {
        color: #55435d;
        font-size: 1.35rem;
    }

    .amount-due strong[b-f55sqmujis] {
        color: #70498e;
        font-size: 1.7rem;
        letter-spacing: -.025em;
    }


/* ---------------------------------------------------------
   ACTIONS
---------------------------------------------------------- */

.summary-actions[b-f55sqmujis] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding-top: .15rem;
}

.credit-note[b-f55sqmujis] {
    max-width: 510px;
    color: #918a93;
    font-size: .72rem;
    line-height: 1.45;
}

.checkout-button[b-f55sqmujis] {
    min-width: 225px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .65rem;
    padding: .82rem 1.25rem;
    border: 0;
    border-radius: 11px;
    background: linear-gradient( 135deg, #8155a1, #684185 );
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(92, 56, 115, .2);
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}

    .checkout-button:hover:not(:disabled)[b-f55sqmujis] {
        transform: translateY(-1px);
        box-shadow: 0 11px 24px rgba(92, 56, 115, .26);
    }

    .checkout-button:disabled[b-f55sqmujis] {
        opacity: .4;
        box-shadow: none;
        cursor: default;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 850px) {

    .service-menu-header[b-f55sqmujis] {
        display: none;
    }

    .service-row[b-f55sqmujis] {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 1rem;
        padding: 1.3rem;
    }

    .service-identity[b-f55sqmujis] {
        grid-column: 1 / 3;
        padding-right: 0;
    }

    .service-value[b-f55sqmujis] {
        text-align: left;
    }

    .service-quantity[b-f55sqmujis] {
        justify-content: flex-end;
    }

    .service-extended[b-f55sqmujis] {
        grid-column: 2;
        text-align: right;
    }

    .coming-soon-area[b-f55sqmujis] {
        grid-column: 1 / 3;
        justify-content: flex-start;
        padding-left: 73px;
    }

    .coming-soon-badge[b-f55sqmujis]::before {
        display: none;
    }
}


@media (max-width: 600px) {

    .order-page[b-f55sqmujis] {
        width: min(100% - 1.25rem, 1180px);
        padding-top: 1.4rem;
    }

    .service-row[b-f55sqmujis] {
        min-height: 0;
    }

    .service-icon[b-f55sqmujis] {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 13px;
        font-size: 1.4rem;
    }

    .service-description[b-f55sqmujis] {
        font-size: .77rem;
    }

    .coming-soon-area[b-f55sqmujis] {
        padding-left: 63px;
    }

    .order-summary[b-f55sqmujis] {
        padding: 1.35rem;
    }

    .summary-total[b-f55sqmujis] {
        justify-content: space-between;
        gap: 1rem;
    }

    .summary-actions[b-f55sqmujis] {
        align-items: stretch;
        flex-direction: column;
    }

    .checkout-button[b-f55sqmujis] {
        width: 100%;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.privacy-page[b-1zb1rcqr8k] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 1.5rem 5rem;
}

.privacy-hero[b-1zb1rcqr8k] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    align-items: center;
    gap: 3rem;
    padding: 2.5rem 0 3rem;
    border-bottom: 1px solid rgba(84, 58, 112, .14);
}

.privacy-copy[b-1zb1rcqr8k] {
    max-width: 760px;
}

.privacy-kicker[b-1zb1rcqr8k] {
    margin-bottom: .7rem;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #7b4b94;
}

.privacy-page h1[b-1zb1rcqr8k] {
    margin: 0 0 1rem;
    font-size: clamp(2.4rem, 5vw, 4.25rem);
    line-height: 1;
    font-weight: 700;
    color: #35263f;
}

.privacy-lead[b-1zb1rcqr8k] {
    margin: 0;
    max-width: 720px;
    font-size: 1.24rem;
    line-height: 1.65;
    color: #493d50;
}

.privacy-subtitle[b-1zb1rcqr8k] {
    margin: 1rem 0 0;
    max-width: 700px;
    font-size: 1rem;
    line-height: 1.65;
    color: #716675;
}

.privacy-art[b-1zb1rcqr8k] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 260px;
}

    .privacy-art img[b-1zb1rcqr8k] {
        display: block;
        width: min(100%, 360px);
        height: auto;
        object-fit: contain;
    }

.privacy-content[b-1zb1rcqr8k] {
    max-width: 850px;
    margin: 0 auto;
    padding-top: 2.75rem;
}

.privacy-section[b-1zb1rcqr8k] {
    margin-bottom: 2.7rem;
}

    .privacy-section h2[b-1zb1rcqr8k] {
        margin: 0 0 .85rem;
        font-size: 1.45rem;
        line-height: 1.25;
        font-weight: 700;
        color: #44304f;
    }

    .privacy-section p[b-1zb1rcqr8k] {
        margin: 0 0 1rem;
        font-size: 1rem;
        line-height: 1.75;
        color: #514a54;
    }

        .privacy-section p:last-child[b-1zb1rcqr8k] {
            margin-bottom: 0;
        }

.privacy-note[b-1zb1rcqr8k] {
    margin: .25rem 0 1.25rem;
    padding: 1rem 1.15rem;
    border-left: 4px solid #9f6ab6;
    border-radius: 0 8px 8px 0;
    background: rgba(153, 102, 181, .08);
    color: #514657;
    line-height: 1.6;
}

    .privacy-note strong[b-1zb1rcqr8k] {
        color: #422f4d;
    }

@media (max-width: 820px) {
    .privacy-page[b-1zb1rcqr8k] {
        padding: 1.25rem 1.15rem 4rem;
    }

    .privacy-hero[b-1zb1rcqr8k] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding-top: 1.5rem;
    }

    .privacy-art[b-1zb1rcqr8k] {
        min-height: 0;
        justify-content: center;
    }

        .privacy-art img[b-1zb1rcqr8k] {
            width: min(78vw, 320px);
        }

    .privacy-content[b-1zb1rcqr8k] {
        padding-top: 2rem;
    }
}

@media (max-width: 520px) {
    .privacy-page h1[b-1zb1rcqr8k] {
        font-size: 2.45rem;
    }

    .privacy-lead[b-1zb1rcqr8k] {
        font-size: 1.08rem;
    }

    .privacy-section[b-1zb1rcqr8k] {
        margin-bottom: 2.25rem;
    }

        .privacy-section h2[b-1zb1rcqr8k] {
            font-size: 1.28rem;
        }
}
/* /Components/Pages/Terms.razor.rz.scp.css */
.terms-page[b-5epc4f406g] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 1.5rem 5rem;
}

.terms-hero[b-5epc4f406g] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    align-items: center;
    gap: 3rem;
    padding: 2.5rem 0 3rem;
    border-bottom: 1px solid rgba(84, 58, 112, .14);
}

.terms-copy[b-5epc4f406g] {
    max-width: 760px;
}

.terms-kicker[b-5epc4f406g] {
    margin-bottom: .7rem;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #7b4b94;
}

.terms-page h1[b-5epc4f406g] {
    margin: 0 0 1rem;
    font-size: clamp(2.4rem, 5vw, 4.25rem);
    line-height: 1;
    font-weight: 700;
    color: #35263f;
}

.terms-lead[b-5epc4f406g] {
    margin: 0;
    max-width: 720px;
    font-size: 1.24rem;
    line-height: 1.65;
    color: #493d50;
}

.terms-subtitle[b-5epc4f406g] {
    margin: 1rem 0 0;
    max-width: 700px;
    font-size: 1rem;
    line-height: 1.65;
    color: #716675;
}

.terms-art[b-5epc4f406g] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 260px;
}

    .terms-art img[b-5epc4f406g] {
        display: block;
        width: min(100%, 360px);
        height: auto;
        object-fit: contain;
    }

.terms-content[b-5epc4f406g] {
    max-width: 850px;
    margin: 0 auto;
    padding-top: 2.75rem;
}

.terms-section[b-5epc4f406g] {
    margin-bottom: 2.7rem;
}

    .terms-section h2[b-5epc4f406g] {
        margin: 0 0 .85rem;
        font-size: 1.45rem;
        line-height: 1.25;
        font-weight: 700;
        color: #44304f;
    }

    .terms-section p[b-5epc4f406g] {
        margin: 0 0 1rem;
        font-size: 1rem;
        line-height: 1.75;
        color: #514a54;
    }

        .terms-section p:last-child[b-5epc4f406g] {
            margin-bottom: 0;
        }

.terms-note[b-5epc4f406g] {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border-left: 4px solid #9f6ab6;
    border-radius: 0 8px 8px 0;
    background: rgba(153, 102, 181, .08);
    color: #514657;
    line-height: 1.6;
}

    .terms-note strong[b-5epc4f406g] {
        color: #422f4d;
    }

@media (max-width: 820px) {
    .terms-page[b-5epc4f406g] {
        padding: 1.25rem 1.15rem 4rem;
    }

    .terms-hero[b-5epc4f406g] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding-top: 1.5rem;
    }

    .terms-art[b-5epc4f406g] {
        min-height: 0;
        justify-content: center;
    }

        .terms-art img[b-5epc4f406g] {
            width: min(78vw, 320px);
        }

    .terms-content[b-5epc4f406g] {
        padding-top: 2rem;
    }
}

@media (max-width: 520px) {
    .terms-page h1[b-5epc4f406g] {
        font-size: 2.45rem;
    }

    .terms-lead[b-5epc4f406g] {
        font-size: 1.08rem;
    }

    .terms-section[b-5epc4f406g] {
        margin-bottom: 2.25rem;
    }

        .terms-section h2[b-5epc4f406g] {
            font-size: 1.28rem;
        }
}
