/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tnxgiqa7re] {
    --header-inline-buffer: clamp(30px, 3vw, 64px);
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tnxgiqa7re] {
    flex: 1;
}

article.content[b-tnxgiqa7re] {
    --content-bleed-left: 0px;
    --content-bleed-right: 0px;
    --full-bleed-left: calc(var(--content-bleed-left) * -1);
    --full-bleed-right: calc(var(--content-bleed-right) * -1);
    --full-bleed-page-margin: -1.1rem var(--full-bleed-right) 0 var(--full-bleed-left);
}

.site-header[b-tnxgiqa7re],
.site-footer[b-tnxgiqa7re] {
    background: #000000;
    border-bottom: 1px solid #000000;
}

.site-footer[b-tnxgiqa7re] {
    border-bottom: 0;
    border-top: 1px solid #000000;
}

.top-row[b-tnxgiqa7re],
.footer-row[b-tnxgiqa7re] {
    align-items: center;
    background: #000000;
    display: flex;
    padding: 0 var(--header-inline-buffer);
}

.top-row[b-tnxgiqa7re] {
    height: 100px;
}

.top-row[b-tnxgiqa7re] {
    gap: clamp(1rem, 3vw, 2.5rem);
    justify-content: center;
    position: relative;
}

.site-header-tagline[b-tnxgiqa7re] {
    color: #ffffff;
    font-size: clamp(0.95rem, 1.65vw, 1.45rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    max-width: 920px;
    text-align: center;
    width: 100%;
}

.footer-row[b-tnxgiqa7re] {
    color: #ffffff;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 600;
    gap: 0.75rem;
    min-height: calc(100px + 6.5rem);
    padding-bottom: 1rem;
    padding-top: 1rem;
    justify-content: center;
    position: relative;
    text-align: center;
}

    .footer-row .footer-contact-block[b-tnxgiqa7re] {
        display: grid;
        gap: 0.9rem;
        grid-template-columns: 1fr;
        justify-items: center;
        max-width: 980px;
        width: min(100%, 980px);
    }

    .footer-row .footer-contact[b-tnxgiqa7re] {
        grid-column: 1;
        grid-row: 1;
    }

    .footer-row .footer-social-links[b-tnxgiqa7re] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem 1.25rem;
        grid-column: 1;
        grid-row: 2;
        justify-content: center;
    }

    .footer-row .footer-contact a[b-tnxgiqa7re],
    .footer-row .footer-policy-links a[b-tnxgiqa7re] {
        color: inherit;
        text-decoration: underline;
        text-underline-offset: 0.18em;
    }

    .footer-row .footer-contact a:hover[b-tnxgiqa7re],
    .footer-row .footer-policy-links a:hover[b-tnxgiqa7re] {
        color: #f5f5f5;
    }

    .footer-row .footer-policy-links[b-tnxgiqa7re] {
        display: flex;
        gap: 1.25rem;
        grid-column: 1;
        grid-row: 3;
        justify-content: center;
    }

    .footer-row .footer-operator[b-tnxgiqa7re] {
        color: #d7d7d7;
        font-size: 0.9rem;
        font-weight: 500;
        grid-column: 1;
        grid-row: 4;
        margin: 0;
    }

    .footer-row .footer-social-separator[b-tnxgiqa7re] {
        color: #ffffff;
        font-weight: 600;
    }

    .footer-row .footer-social-link[b-tnxgiqa7re] {
        align-items: center;
        color: #ffffff;
        display: inline-flex;
        gap: 0.45rem;
        height: auto;
        justify-content: center;
        text-decoration: none;
        width: auto;
    }

    .footer-row .footer-social-link:hover[b-tnxgiqa7re] {
        color: #f5f5f5;
        text-decoration: underline;
        text-underline-offset: 0.18em;
    }

    .footer-row .facebook-logo[b-tnxgiqa7re] {
        align-items: center;
        border: 2px solid currentColor;
        border-radius: 50%;
        display: inline-flex;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        font-weight: 700;
        height: 34px;
        justify-content: center;
        line-height: 1;
        padding-top: 0.18rem;
        width: 34px;
    }

    .footer-row .footer-social-logo[b-tnxgiqa7re] {
        display: block;
        height: 34px;
        width: 34px;
    }

    .top-row[b-tnxgiqa7re]  a, .top-row[b-tnxgiqa7re]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-tnxgiqa7re]  a:hover, .top-row[b-tnxgiqa7re]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tnxgiqa7re]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.site-header-brand[b-tnxgiqa7re],
.site-footer-brand[b-tnxgiqa7re] {
    align-items: center;
    display: inline-flex;
    min-width: 0;
}

    .site-header-brand[b-tnxgiqa7re] {
        left: var(--header-inline-buffer);
        position: absolute;
    }

    .site-footer-brand[b-tnxgiqa7re] {
        left: var(--header-inline-buffer);
        position: absolute;
    }

    .site-header-brand img[b-tnxgiqa7re],
    .site-footer-brand img[b-tnxgiqa7re] {
        display: block;
        height: 100px;
        max-width: 100%;
        object-fit: contain;
        object-position: left center;
        width: auto;
    }

@media (max-width: 640.98px) {
    .top-row[b-tnxgiqa7re] {
        align-items: center;
        flex-direction: column;
        gap: 0.5rem;
        height: auto;
        justify-content: center;
        padding-bottom: 0.85rem;
        padding-top: 0.85rem;
    }

    .top-row[b-tnxgiqa7re]  a, .top-row[b-tnxgiqa7re]  .btn-link {
        margin-left: 0;
    }

    .site-header-brand img[b-tnxgiqa7re],
    .site-footer-brand img[b-tnxgiqa7re] {
        max-width: 100%;
    }

    .site-header-brand img[b-tnxgiqa7re] {
        height: 72px;
    }

    .site-header-brand[b-tnxgiqa7re] {
        left: auto;
        position: static;
    }

    .site-footer-brand[b-tnxgiqa7re] {
        left: auto;
        position: static;
    }

    .footer-row[b-tnxgiqa7re] {
        height: auto;
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
    }

    .footer-row .footer-contact-block[b-tnxgiqa7re] {
        grid-template-columns: 1fr;
    }

    .footer-row .footer-contact[b-tnxgiqa7re],
    .footer-row .footer-social-links[b-tnxgiqa7re],
    .footer-row .footer-policy-links[b-tnxgiqa7re],
    .footer-row .footer-operator[b-tnxgiqa7re] {
        grid-column: 1;
    }

    .footer-row .footer-contact[b-tnxgiqa7re] {
        grid-row: 1;
    }

    .footer-row .footer-social-links[b-tnxgiqa7re] {
        grid-row: 2;
    }

    .footer-row .footer-policy-links[b-tnxgiqa7re] {
        flex-wrap: wrap;
        grid-row: 3;
    }

    .footer-row .footer-operator[b-tnxgiqa7re] {
        grid-row: 4;
    }

    .site-header-tagline[b-tnxgiqa7re] {
        font-size: 0.95rem;
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 641px) {
    .top-row.auth[b-tnxgiqa7re]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tnxgiqa7re],
    .footer-row[b-tnxgiqa7re] {
        padding-left: var(--header-inline-buffer) !important;
        padding-right: var(--header-inline-buffer) !important;
    }
}

#blazor-error-ui[b-tnxgiqa7re] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tnxgiqa7re] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-scrollable[b-z7o5svr2jv] {
    background: transparent;
    overflow-x: auto;
    scrollbar-width: thin;
}

.nav-toggle[b-z7o5svr2jv] {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 8px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 5px;
    height: 42px;
    justify-content: center;
    margin: 0 12px 10px auto;
    padding: 0;
    width: 46px;
}

.nav-toggle span[b-z7o5svr2jv] {
    background: #ffffff;
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 20px;
}

.nav[b-z7o5svr2jv] {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    min-height: 3.25rem;
    min-width: max-content;
    width: 100%;
}

.nav-item[b-z7o5svr2jv] {
    flex: 0 0 auto;
    font-size: 0.92rem;
}

.nav-item[b-z7o5svr2jv]  .nav-link {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #eef7fb;
    display: flex;
    font-weight: 700;
    gap: 0.65rem;
    min-height: 3.25rem;
    padding: 0 0.1rem;
    text-decoration: none;
    white-space: nowrap;
}

.nav-item[b-z7o5svr2jv]  a.active {
    background-color: transparent;
    color: #ffffff;
}

.nav-item[b-z7o5svr2jv]  .nav-link:hover {
    background-color: transparent;
    color: #ffffff;
}

.bi[b-z7o5svr2jv] {
    background-size: cover;
    display: inline-block;
    flex: 0 0 auto;
    height: 1.1rem;
    width: 1.1rem;
}

.bi-house-door-fill-nav-menu[b-z7o5svr2jv] {
    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-stars-nav-menu[b-z7o5svr2jv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-stars' viewBox='0 0 16 16'%3E%3Cpath d='M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.829l1.936.645c.33.11.33.576 0 .686l-1.936.645a2.89 2.89 0 0 0-1.829 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.936a2.89 2.89 0 0 0-1.829-1.829l-1.936-.645a.361.361 0 0 1 0-.686l1.936-.645a2.89 2.89 0 0 0 1.829-1.829l.645-1.937zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.73 1.73 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.73 1.73 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.73 1.73 0 0 0 3.407 2.31l.387-1.162z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-z7o5svr2jv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-bag-check-fill-nav-menu[b-z7o5svr2jv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bag-check-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5Zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0ZM10.354 8.854a.5.5 0 0 0-.708-.708L7.5 10.293 6.354 9.146a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l2.5-2.5Z'/%3E%3C/svg%3E");
}

.bi-check-circle-fill-nav-menu[b-z7o5svr2jv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-4.97-3.03a.75.75 0 0 0-1.08.022L7.477 8.417 6.384 7.323a.75.75 0 0 0-1.06 1.061l1.65 1.65a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.015-1.054Z'/%3E%3C/svg%3E");
}

@media (max-width: 640.98px) {
    .nav-scrollable[b-z7o5svr2jv] {
        overflow-x: visible;
        padding-bottom: 10px;
    }

    .nav-toggle[b-z7o5svr2jv] {
        display: flex;
    }

    .nav[b-z7o5svr2jv] {
        align-items: stretch;
        display: none;
        flex-direction: column;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    .nav.open[b-z7o5svr2jv] {
        display: flex;
    }

    .nav-item[b-z7o5svr2jv] {
        width: 100%;
    }

    .nav-item[b-z7o5svr2jv]  .nav-link {
        min-height: 44px;
        padding: 0 12px;
        width: 100%;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-x834n92k4r],
.components-reconnect-repeated-attempt-visible[b-x834n92k4r],
.components-reconnect-failed-visible[b-x834n92k4r],
.components-pause-visible[b-x834n92k4r],
.components-resume-failed-visible[b-x834n92k4r],
.components-rejoining-animation[b-x834n92k4r] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-retrying[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-failed[b-x834n92k4r],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-x834n92k4r] {
    display: block;
}


#components-reconnect-modal[b-x834n92k4r] {
    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-x834n92k4r 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-x834n92k4r 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-x834n92k4r 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-x834n92k4r]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-x834n92k4r 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-x834n92k4r {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-x834n92k4r {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-x834n92k4r {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-x834n92k4r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-x834n92k4r] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-x834n92k4r] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-x834n92k4r] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-x834n92k4r] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-x834n92k4r] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-x834n92k4r] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-x834n92k4r 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-x834n92k4r] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-x834n92k4r {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AiCodingWorkshop.razor.rz.scp.css */
.workshop-page[b-4m5ywkpexd] {
    --workshop-accent: #19bed1;
    --workshop-accent-dark: #08798a;
    --workshop-deep: #102837;
    --workshop-ink: #172735;
    --workshop-muted: #65727c;
    --workshop-soft: #f2f6f7;
    --workshop-display-font: "Arial Narrow", "Roboto Condensed", "Helvetica Neue Condensed", "Liberation Sans Narrow", Arial, sans-serif;
    --workshop-body-font: "Trebuchet MS", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
    background: #ffffff;
    color: var(--workshop-ink);
    font-family: var(--workshop-body-font);
    margin: var(--full-bleed-page-margin);
}

.workshop-shell[b-4m5ywkpexd] {
    margin: 0 auto;
    width: min(1120px, calc(100% - 40px));
}

.workshop-header-bar[b-4m5ywkpexd] {
    background: transparent;
    border: 0;
    box-shadow: none;
    height: 0;
    position: relative;
    z-index: 30;
}

.header-bar-inner[b-4m5ywkpexd] {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-height: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.workshop-logo[b-4m5ywkpexd] {
    display: none;
}

.compact-cta[b-4m5ywkpexd],
.primary-cta[b-4m5ywkpexd] {
    align-items: center;
    background: linear-gradient(135deg, var(--workshop-accent), #13a9bc);
    border: 0;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(8, 121, 138, .24);
    color: #072a31;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    font-family: var(--workshop-display-font);
    justify-content: center;
    line-height: 1.15;
    min-width: 430px;
    padding: 12px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow .18s ease, transform .18s ease;
}

.header-cta-group[b-4m5ywkpexd] {
    align-items: stretch;
    bottom: 64px;
    display: flex;
    flex-direction: column;
    left: 70%;
    min-width: 430px;
    position: absolute;
    right: auto;
    transform: translateX(-50%);
}

.compact-cta[b-4m5ywkpexd] {
    min-width: 100%;
}

.compact-cta:hover[b-4m5ywkpexd],
.primary-cta:hover[b-4m5ywkpexd] {
    box-shadow: 0 16px 34px rgba(8, 121, 138, .34);
    color: #072a31;
    text-decoration: none;
    transform: translateY(-2px);
}

.compact-cta strong[b-4m5ywkpexd],
.primary-cta strong[b-4m5ywkpexd] {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -.015em;
    line-height: 1;
}

.compact-cta > span[b-4m5ywkpexd],
.primary-cta > span[b-4m5ywkpexd] {
    color: rgba(255, 255, 255, .9);
    font-family: var(--workshop-body-font);
    font-size: .9334rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 3px;
    text-transform: none;
}

.workshop-funnel-link[b-4m5ywkpexd] {
    color: #ffffff;
    display: inline-block;
    font-family: var(--workshop-body-font);
    font-size: clamp(1.288rem, 1.75vw, 1.484rem);
    font-weight: 700;
    margin-top: 18px;
    text-decoration: underline;
}

.workshop-funnel-link:hover[b-4m5ywkpexd],
.workshop-funnel-link:focus-visible[b-4m5ywkpexd] {
    color: #20c5d4;
}

.cta-card .workshop-funnel-link[b-4m5ywkpexd] {
    color: var(--workshop-deep);
}

.cta-card .workshop-funnel-link:hover[b-4m5ywkpexd],
.cta-card .workshop-funnel-link:focus-visible[b-4m5ywkpexd] {
    color: #08798a;
}

.page-top-headline[b-4m5ywkpexd] {
    background: #ffffff;
    padding: clamp(20px, 3vw, 38px) 0 clamp(16px, 2.4vw, 28px);
    text-align: center;
}

.page-top-headline-text[b-4m5ywkpexd] {
    color: var(--workshop-deep);
    font-family: var(--workshop-display-font);
    font-size: clamp(1.75rem, 4vw, 2.9rem);
    font-weight: 900;
    letter-spacing: -.015em;
    line-height: 1.12;
    margin: 0 auto;
    max-width: 900px;
    text-transform: uppercase;
}

.workshop-hero[b-4m5ywkpexd] {
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    min-height: 650px;
}

.hero-copy-panel[b-4m5ywkpexd] {
    --hero-panel-inline-padding: clamp(28px, 5vw, 76px);
    align-items: center;
    background: var(--workshop-deep);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 6vw, 88px) var(--hero-panel-inline-padding);
    text-align: center;
}

.reservation-label[b-4m5ywkpexd],
.section-kicker[b-4m5ywkpexd] {
    color: var(--workshop-accent-dark);
    font-family: var(--workshop-display-font);
    font-size: 1.025rem;
    font-weight: 900;
    letter-spacing: .035em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.reservation-label[b-4m5ywkpexd] {
    align-self: auto;
    background: linear-gradient(135deg, #079dcd, #12b5ca);
    border-radius: 0;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
    color: #ffffff;
    font-size: clamp(1.71875rem, 2.75vw, 2.26875rem);
    letter-spacing: -.01em;
    margin: 0 calc(var(--hero-panel-inline-padding) * -1) 24px;
    padding: 16px 20px;
    text-align: center;
    width: calc(100% + var(--hero-panel-inline-padding) + var(--hero-panel-inline-padding));
}

.pre-headline[b-4m5ywkpexd] {
    font-family: var(--workshop-display-font);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .03em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.hero-copy-panel h1[b-4m5ywkpexd] {
    font-family: var(--workshop-display-font);
    font-size: clamp(1.5525rem, 2.4725vw, 2.3rem);
    font-weight: 700;
    letter-spacing: .015em;
    line-height: 1.23;
    margin: 0;
    max-width: 740px;
    text-transform: uppercase;
}

.hero-subheadline[b-4m5ywkpexd] {
    color: #c7d4da;
    font-family: var(--workshop-display-font);
    font-size: clamp(1.288rem, 1.75vw, 1.484rem);
    font-weight: 700;
    line-height: 1.45;
    margin: 20px 0 0;
    max-width: 660px;
}

.date-line[b-4m5ywkpexd] {
    border-left: 0;
    font-size: 1.3125rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 20px 0;
    padding: 3px 0;
    text-transform: uppercase;
}

.hero-image-panel[b-4m5ywkpexd] {
    align-items: center;
    background: #000000;
    display: flex;
    justify-content: center;
    min-height: 650px;
    overflow: hidden;
    padding: clamp(36px, 5vw, 72px) 0;
}

.hero-image-panel img[b-4m5ywkpexd] {
    display: block;
    height: auto;
    max-width: 760px;
    object-fit: contain;
    width: 82%;
}

.info-bar[b-4m5ywkpexd],
.host-section[b-4m5ywkpexd] {
    background: linear-gradient(135deg, var(--workshop-accent), #0ca9be);
}

.info-grid[b-4m5ywkpexd] {
    display: grid;
    grid-template-columns: 1.2fr .8fr 1fr;
}

.info-item[b-4m5ywkpexd] {
    align-items: center;
    border-right: 1px solid rgba(5, 54, 63, .18);
    display: flex;
    gap: 14px;
    justify-content: center;
    min-height: 112px;
    padding: 22px;
}

.info-item:last-child[b-4m5ywkpexd] {
    border-right: 0;
}

.info-item strong[b-4m5ywkpexd],
.info-item span[b-4m5ywkpexd] {
    display: block;
}

.info-item strong[b-4m5ywkpexd] {
    font-size: clamp(1.288rem, 1.75vw, 1.484rem);
    font-weight: 800;
    line-height: 1.2;
}

.info-item:first-child strong[b-4m5ywkpexd] {
    white-space: nowrap;
}

.info-time-details[b-4m5ywkpexd] {
    align-items: flex-start;
    display: flex;
    gap: 9px;
}

.info-time-column[b-4m5ywkpexd] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-time-entry[b-4m5ywkpexd] {
    align-items: baseline;
    display: flex;
    gap: 9px;
    line-height: 1.2;
}

.info-item span:not(.info-icon):not(.mini-photo):not(.info-divider)[b-4m5ywkpexd] {
    font-size: clamp(1.288rem, 1.75vw, 1.484rem);
    font-weight: 600;
    margin-top: 3px;
}

.info-icon[b-4m5ywkpexd] {
    font-size: 1.9375rem;
}

.info-divider[b-4m5ywkpexd] {
    display: inline !important;
    opacity: .55;
}

.mini-photo[b-4m5ywkpexd] {
    background: #e9eef0;
    border: 3px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    display: block;
    height: 112px;
    object-fit: cover;
    width: 112px;
}

.learn-section[b-4m5ywkpexd],
.cta-section[b-4m5ywkpexd],
.final-cta-section[b-4m5ywkpexd] {
    padding: clamp(64px, 8vw, 104px) 0;
}

.learn-section[b-4m5ywkpexd] {
    background: #ffffff;
    text-align: center;
}

.learn-section h2[b-4m5ywkpexd],
.cta-card h2[b-4m5ywkpexd],
.host-content h2[b-4m5ywkpexd] {
    font-family: var(--workshop-display-font);
    letter-spacing: -.015em;
    margin: 0 auto;
    text-transform: uppercase;
}

.learn-section h2[b-4m5ywkpexd] {
    font-size: clamp(2.1875rem, 4.0625vw, 2.8125rem);
    font-weight: 500;
    line-height: 1.18;
    max-width: 760px;
}

.secrets-grid[b-4m5ywkpexd] {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 48px;
    text-align: left;
}

.secret-card[b-4m5ywkpexd] {
    border: 1px solid #dce6e9;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 40, 55, .07);
    padding: clamp(28px, 4vw, 42px);
}

.featured-secret[b-4m5ywkpexd] {
    border-top: 5px solid var(--workshop-accent);
}

.secret-number[b-4m5ywkpexd] {
    color: var(--workshop-accent-dark);
    font-family: var(--workshop-display-font);
    font-size: .975rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.secret-card h3[b-4m5ywkpexd] {
    color: #079dcd;
    font-family: var(--workshop-body-font);
    font-size: clamp(1.8125rem, 3.25vw, 2.375rem);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.15;
    margin: 12px 0;
}

.secret-card p[b-4m5ywkpexd] {
    color: #111111;
    font-family: var(--workshop-display-font);
    font-size: clamp(1.288rem, 1.75vw, 1.484rem);
    font-weight: 700;
    line-height: 1.48;
    margin: 0;
}

.cta-section[b-4m5ywkpexd],
.final-cta-section[b-4m5ywkpexd] {
    background: var(--workshop-soft);
}

.footer-accent-band[b-4m5ywkpexd] {
    background: linear-gradient(135deg, var(--workshop-accent), #0ca9be);
    min-height: clamp(72px, 8vw, 120px);
}

.cta-card[b-4m5ywkpexd] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfe9eb;
    border-radius: 10px;
    box-shadow: 0 22px 60px rgba(15, 40, 55, .1);
    display: flex;
    flex-direction: column;
    padding: clamp(38px, 7vw, 72px);
    text-align: center;
}

.cta-card .primary-cta[b-4m5ywkpexd] {
    margin-top: 28px;
    min-width: min(100%, 620px);
}

.cta-card h2[b-4m5ywkpexd] {
    font-size: clamp(1.6875rem, 3.5vw, 2.1875rem);
    font-weight: 900;
    line-height: 1.12;
    max-width: 820px;
}

.host-section[b-4m5ywkpexd] {
    color: #072f37;
    padding: clamp(64px, 8vw, 100px) 0;
    text-align: center;
}

.section-kicker.light[b-4m5ywkpexd] {
    color: rgba(7, 47, 55, .74);
}

.host-content h2[b-4m5ywkpexd] {
    color: #ffffff;
    font-family: var(--workshop-body-font);
    font-size: clamp(2.0625rem, 3.75vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: 1.1;
    max-width: 760px;
}

.host-photo-gallery[b-4m5ywkpexd] {
    align-items: center;
    display: flex;
    gap: clamp(24px, 4vw, 52px);
    justify-content: center;
    margin: 34px auto 30px;
    width: 100%;
}

.host-photo-gallery img[b-4m5ywkpexd] {
    border: 6px solid rgba(255, 255, 255, .9);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(7, 47, 55, .24);
    display: block;
    height: clamp(150px, 28vw, 340px);
    object-fit: cover;
    width: auto;
}

.host-content h3[b-4m5ywkpexd] {
    color: #050505;
    font-size: clamp(2.125rem, 3.75vw, 2.6875rem);
    font-weight: 400;
    letter-spacing: -.02em;
    margin: 0;
}

.host-content > p:last-child[b-4m5ywkpexd] {
    color: #072f37;
    font-size: clamp(1.288rem, 1.75vw, 1.484rem);
    font-weight: 400;
    line-height: 1.48;
    margin: 18px auto 0;
    max-width: 780px;
}

.final-card[b-4m5ywkpexd] {
    border-top: 5px solid var(--workshop-accent);
}

.workshop-registration-backdrop[b-4m5ywkpexd] {
    align-items: center;
    background: rgba(4, 12, 18, .72);
    display: flex;
    inset: 0;
    justify-content: center;
    overflow-y: auto;
    padding: 14px;
    position: fixed;
    z-index: 10050;
}

.workshop-registration-modal[b-4m5ywkpexd] {
    background: #ffffff;
    border: 1px solid #d3d9e1;
    border-radius: 10px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
    color: #0f1720;
    font-family: var(--workshop-body-font);
    margin: auto;
    max-width: 720px;
    overflow: visible;
    position: relative;
    width: min(100%, 720px);
}

.workshop-registration-close[b-4m5ywkpexd] {
    align-items: center;
    background: #2d3338;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .5);
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.7rem;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 3px;
    position: absolute;
    right: -7px;
    top: -10px;
    width: 34px;
    z-index: 2;
}

.workshop-registration-header[b-4m5ywkpexd] {
    padding: 26px 24px 12px;
    text-align: center;
}

.workshop-registration-header h2[b-4m5ywkpexd] {
    color: #000000;
    font-family: var(--workshop-display-font);
    font-size: clamp(2.4rem, 6vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: 1;
    margin: 0;
}

.workshop-registration-header p[b-4m5ywkpexd] {
    color: #4a4f58;
    font-size: 1.05rem;
    margin: 12px 0 0;
}

.workshop-registration-body[b-4m5ywkpexd] {
    background: #eef1f7;
    border: 3px solid #d8dde5;
    padding: clamp(42px, 7vw, 70px) 20px clamp(70px, 10vw, 120px);
}

.workshop-registration-form-shell[b-4m5ywkpexd] {
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 18px;
    margin: 0 auto;
    max-width: 500px;
    min-height: 600px;
    padding: clamp(34px, 7vw, 72px) 22px;
}

.workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-form {
    display: grid;
    gap: 18px;
}

.workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-form > input {
    background: #050505;
    border: 2px solid #02aee7;
    border-radius: 6px;
    color: #ffffff;
    font: inherit;
    min-height: 56px;
    padding: 12px 30px;
    width: 100%;
}

.workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-form > input::placeholder {
    color: #ffffff;
    opacity: 1;
}

.workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-form > input:focus {
    border-color: #45d7ff;
    box-shadow: 0 0 0 3px rgba(2, 174, 231, .22);
    outline: 0;
}

.workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-submit {
    background: #079dcd;
    border: 0;
    border-radius: 6px;
    color: #102837;
    cursor: pointer;
    font: inherit;
    font-weight: 750;
    min-height: 52px;
    padding: 12px 20px;
    text-transform: uppercase;
}

.workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-submit:hover {
    background: #12b5ca;
}

.workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-consent {
    align-items: flex-start;
    color: #111111;
    display: grid;
    font-size: .95rem;
    gap: 12px;
    grid-template-columns: auto 1fr;
    line-height: 1.35;
}

.workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-consent input {
    height: 17px;
    margin-top: 2px;
    width: 17px;
}

.workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-status {
    background: #fff7d6;
    border: 1px solid #e8cf69;
    border-radius: 6px;
    color: #4d3b00;
    line-height: 1.45;
    margin: 0;
    padding: 12px 14px;
}

@media (max-width: 900px) {
    .workshop-hero[b-4m5ywkpexd] {
        grid-template-columns: 1fr;
    }

    .hero-image-panel[b-4m5ywkpexd] {
        min-height: 420px;
    }

    .info-grid[b-4m5ywkpexd],
    .secrets-grid[b-4m5ywkpexd] {
        grid-template-columns: 1fr;
    }

    .info-item[b-4m5ywkpexd] {
        border-bottom: 1px solid rgba(5, 54, 63, .18);
        border-right: 0;
        justify-content: flex-start;
        min-height: auto;
    }

    .info-item:last-child[b-4m5ywkpexd] {
        border-bottom: 0;
    }
}

@media (max-width: 640px) {
    .workshop-page[b-4m5ywkpexd] {
        margin-left: var(--full-bleed-left);
        margin-right: var(--full-bleed-right);
    }

    .workshop-registration-backdrop[b-4m5ywkpexd] {
        padding: 8px;
    }

    .workshop-registration-close[b-4m5ywkpexd] {
        right: 2px;
        top: 2px;
    }

    .workshop-registration-header[b-4m5ywkpexd] {
        padding: 24px 42px 14px;
    }

    .workshop-registration-header h2[b-4m5ywkpexd] {
        font-size: 2.25rem;
    }

    .workshop-registration-body[b-4m5ywkpexd] {
        padding: 26px 10px 44px;
    }

    .workshop-registration-form-shell[b-4m5ywkpexd] {
        border-radius: 12px;
        min-height: 0;
        padding: 28px 14px;
    }

    .workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-form {
        gap: 14px;
    }

    .workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-form > input {
        min-height: 52px;
        padding-inline: 18px;
    }

    .workshop-shell[b-4m5ywkpexd] {
        width: min(100% - 24px, 1120px);
    }

    .info-item:first-child strong[b-4m5ywkpexd] {
        white-space: normal;
    }

    .info-item:first-child[b-4m5ywkpexd] {
        align-items: start;
        display: grid;
        gap: 14px;
        grid-template-columns: auto minmax(0, 1fr);
        padding: 20px 16px;
    }

    .info-item:first-child .info-icon[b-4m5ywkpexd] {
        margin-top: 2px;
    }

    .info-item:first-child .info-time-details[b-4m5ywkpexd] {
        display: block;
        min-width: 0;
    }

    .info-item:first-child .info-primary-date[b-4m5ywkpexd] {
        display: block;
        margin-bottom: 9px;
        white-space: nowrap;
    }

    .info-item:first-child .info-time-column[b-4m5ywkpexd] {
        gap: 3px;
    }

    .info-item:first-child .info-primary-date[b-4m5ywkpexd],
    .info-item:first-child .info-time-entry[b-4m5ywkpexd] {
        font-size: 1rem;
        line-height: 1.25;
    }

    .info-item:first-child .info-time-entry[b-4m5ywkpexd] {
        gap: 7px;
    }

    .host-photo-gallery[b-4m5ywkpexd] {
        gap: 18px;
    }

    .workshop-header-bar[b-4m5ywkpexd] {
        background: #000000;
        height: auto;
    }

    .header-bar-inner[b-4m5ywkpexd] {
        gap: 12px;
        min-height: 70px;
        padding: 10px 20px;
    }

    .header-cta-group[b-4m5ywkpexd] {
        min-width: 0;
        position: static;
        transform: none;
        width: 100%;
    }

    .compact-cta[b-4m5ywkpexd] {
        min-width: 0;
        padding: 10px 12px;
        width: 100%;
    }

    .compact-cta strong[b-4m5ywkpexd] {
        font-size: 1.3rem;
    }

    .compact-cta > span[b-4m5ywkpexd] {
        display: none;
    }

    .hero-copy-panel[b-4m5ywkpexd] {
        --hero-panel-inline-padding: 20px;
        padding: 48px var(--hero-panel-inline-padding);
    }

    .hero-image-panel[b-4m5ywkpexd] {
        min-height: 320px;
        padding: 28px 0;
    }

    .primary-cta[b-4m5ywkpexd] {
        min-width: 100%;
        width: 100%;
    }

    .cta-card[b-4m5ywkpexd] {
        width: min(100% - 24px, 1120px);
    }
}

@media (max-width: 480px) {
    .host-photo-gallery[b-4m5ywkpexd] {
        flex-direction: column;
    }

    .host-photo-gallery img[b-4m5ywkpexd] {
        height: auto;
        max-width: 100%;
    }

    .host-photo-gallery img:last-child[b-4m5ywkpexd] {
        width: min(78%, 300px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .compact-cta[b-4m5ywkpexd],
    .primary-cta[b-4m5ywkpexd] {
        transition: none;
    }
}
/* /Components/Pages/AiCodingWorkshopThankYou.razor.rz.scp.css */
.workshop-thank-you-page[b-sb6wb407vz] {
    background: linear-gradient(145deg, #092432, #0b4c5e);
    color: #132534;
    margin: var(--full-bleed-page-margin);
    min-height: calc(100vh - 56px);
    padding: clamp(3rem, 9vw, 7rem) 1.5rem;
}

.workshop-thank-you-card[b-sb6wb407vz] {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
    margin: 0 auto;
    max-width: 760px;
    padding: clamp(2rem, 6vw, 4.5rem);
    text-align: center;
}

.workshop-thank-you-eyebrow[b-sb6wb407vz] {
    color: #078da5;
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin: 0 0 .7rem;
    text-transform: uppercase;
}

.workshop-thank-you-card h1[b-sb6wb407vz] {
    color: #102837;
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: clamp(2.45rem, 6vw, 4.25rem);
    line-height: .98;
    margin: 0 0 1.35rem;
}

.workshop-thank-you-card p[b-sb6wb407vz] {
    font-size: clamp(1.03rem, 2vw, 1.2rem);
    line-height: 1.6;
    margin: 1rem auto;
    max-width: 650px;
}

.workshop-thank-you-lead[b-sb6wb407vz] {
    font-weight: 700;
}

.workshop-reminder[b-sb6wb407vz] {
    background: #edf8fa;
    border: 2px solid #19bed1;
    border-radius: 12px;
    display: grid;
    gap: .35rem;
    margin: 2rem auto;
    max-width: 540px;
    padding: 1.45rem;
}

.workshop-reminder p[b-sb6wb407vz] {
    color: #08798a;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0;
    text-transform: uppercase;
}

.workshop-reminder strong[b-sb6wb407vz] {
    color: #102837;
    font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.workshop-reminder span[b-sb6wb407vz] {
    color: #08798a;
    font-size: 1.15rem;
    font-weight: 800;
}

.workshop-thank-you-closing[b-sb6wb407vz] {
    color: #08798a;
    font-weight: 800;
}

.workshop-thank-you-card a[b-sb6wb407vz] {
    color: #08798a;
    font-weight: 800;
}

.workshop-thank-you-card .workshop-thank-you-continue[b-sb6wb407vz] {
    align-items: center;
    background: #109fce;
    border-radius: 8px;
    color: #061d2a;
    display: inline-flex;
    font-weight: 850;
    justify-content: center;
    margin-top: 1.5rem;
    min-width: 190px;
    padding: .9rem 1.4rem;
    text-decoration: none;
}

.workshop-thank-you-card .workshop-thank-you-continue:hover[b-sb6wb407vz],
.workshop-thank-you-card .workshop-thank-you-continue:focus-visible[b-sb6wb407vz] {
    background: #16b2e1;
    color: #061d2a;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-w36wxdgmh5] {
    background: #f4f7fa;
    color: #172033;
    margin: var(--full-bleed-page-margin);
    min-height: calc(100vh - 56px);
    padding: clamp(48px, 8vw, 88px) 0;
}

.contact-shell[b-w36wxdgmh5] {
    margin: 0 auto;
    width: min(760px, calc(100% - 32px));
}

.contact-label[b-w36wxdgmh5] {
    color: #155f7a;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .08em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.contact-shell h1[b-w36wxdgmh5] {
    font-size: clamp(2.25rem, 6vw, 4rem);
    line-height: 1.05;
    margin: 0 0 18px;
}

.contact-intro[b-w36wxdgmh5] {
    color: #596579;
    font-size: 1.12rem;
    line-height: 1.7;
    margin: 0 0 28px;
}

.contact-card[b-w36wxdgmh5] {
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    margin-top: 16px;
    padding: clamp(22px, 4vw, 32px);
}

.contact-card h2[b-w36wxdgmh5] {
    margin: 0 0 12px;
}

.contact-card p[b-w36wxdgmh5] {
    line-height: 1.7;
    margin: 0;
}

.contact-card p + p[b-w36wxdgmh5] {
    margin-top: 12px;
}

.contact-card a[b-w36wxdgmh5] {
    color: #155f7a;
    font-weight: 750;
}

@media (max-width: 640px) {
    .contact-page[b-w36wxdgmh5] {
        margin-left: var(--full-bleed-left);
        margin-right: var(--full-bleed-right);
    }
}
/* /Components/Pages/Meet.razor.rz.scp.css */
.meet-page[b-1sppxxo6rq] {
    --meet-accent: #19bed1;
    --meet-accent-dark: #08798a;
    --meet-deep: #102837;
    --meet-ink: #172735;
    --meet-muted: #5c6b76;
    --meet-soft: #f2f6f7;
    --meet-line: #dce6e9;
    --meet-display-font: "Arial Narrow", "Roboto Condensed", "Helvetica Neue Condensed", "Liberation Sans Narrow", Arial, sans-serif;
    --meet-body-font: "Trebuchet MS", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
    background: #ffffff;
    color: var(--meet-ink);
    font-family: var(--meet-body-font);
    margin: var(--full-bleed-page-margin);
}

.meet-shell[b-1sppxxo6rq] {
    margin: 0 auto;
    width: min(1120px, calc(100% - 40px));
}

.meet-section[b-1sppxxo6rq] {
    padding: clamp(56px, 7vw, 96px) 0;
}

.section-kicker[b-1sppxxo6rq] {
    color: var(--meet-accent-dark);
    font-family: var(--meet-display-font);
    font-size: 1.025rem;
    font-weight: 900;
    letter-spacing: .035em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.meet-section h2[b-1sppxxo6rq] {
    font-family: var(--meet-display-font);
    font-size: clamp(1.9rem, 3.6vw, 2.6rem);
    font-weight: 900;
    letter-spacing: -.015em;
    line-height: 1.14;
    margin: 0;
    max-width: 900px;
    text-transform: uppercase;
}

.section-lede[b-1sppxxo6rq] {
    color: var(--meet-muted);
    font-size: clamp(1.05rem, 1.45vw, 1.22rem);
    line-height: 1.55;
    margin: 16px 0 0;
    max-width: 820px;
}

/* ---------- Call to action ---------- */

.meet-cta[b-1sppxxo6rq] {
    align-items: center;
    background: linear-gradient(135deg, var(--meet-accent), #13a9bc);
    border: 0;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(8, 121, 138, .24);
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    font-family: var(--meet-display-font);
    justify-content: center;
    line-height: 1.15;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow .18s ease, transform .18s ease;
}

.meet-cta:hover[b-1sppxxo6rq],
.meet-cta:focus-visible[b-1sppxxo6rq] {
    box-shadow: 0 16px 34px rgba(8, 121, 138, .34);
    text-decoration: none;
    transform: translateY(-2px);
}

.meet-cta strong[b-1sppxxo6rq] {
    color: #ffffff;
    font-size: clamp(1.35rem, 2.6vw, 1.9rem);
    font-weight: 900;
    letter-spacing: -.015em;
    line-height: 1;
}

.meet-cta > span[b-1sppxxo6rq] {
    color: rgba(255, 255, 255, .92);
    font-family: var(--meet-body-font);
    font-size: .95rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 5px;
    text-transform: none;
}

/* ---------- Hero ---------- */

.meet-hero[b-1sppxxo6rq] {
    background: var(--meet-deep);
    color: #ffffff;
    padding: clamp(48px, 6vw, 84px) 0;
}

.hero-layout[b-1sppxxo6rq] {
    align-items: start;
    display: grid;
    gap: clamp(28px, 4vw, 56px);
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
}

.hero-copy .eyebrow[b-1sppxxo6rq] {
    background: linear-gradient(135deg, #079dcd, #12b5ca);
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-family: var(--meet-display-font);
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: .05em;
    margin: 0 0 18px;
    padding: 8px 16px;
    text-transform: uppercase;
}

.hero-copy h1[b-1sppxxo6rq] {
    font-family: var(--meet-display-font);
    font-size: clamp(2rem, 4vw, 3.05rem);
    font-weight: 800;
    letter-spacing: .01em;
    line-height: 1.14;
    margin: 0;
    text-transform: uppercase;
}

.hero-lede[b-1sppxxo6rq] {
    color: #c7d4da;
    font-size: clamp(1.05rem, 1.5vw, 1.24rem);
    line-height: 1.6;
    margin: 20px 0 28px;
    max-width: 640px;
}

.hero-assurances[b-1sppxxo6rq] {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 26px 0 0;
    padding: 0;
}

.hero-assurances li[b-1sppxxo6rq] {
    color: #d6e2e7;
    font-size: 1.02rem;
    line-height: 1.45;
    padding-left: 30px;
    position: relative;
}

.hero-assurances li[b-1sppxxo6rq]::before {
    color: var(--meet-accent);
    content: "✓";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
}

.host-card[b-1sppxxo6rq] {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    padding: clamp(24px, 3vw, 34px);
    text-align: center;
}

.host-photo[b-1sppxxo6rq] {
    background: #e9eef0;
    border: 4px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
    display: block;
    height: 148px;
    margin: 0 auto;
    object-fit: cover;
    width: 148px;
}

.host-name[b-1sppxxo6rq] {
    font-family: var(--meet-display-font);
    font-size: 1.85rem;
    font-weight: 900;
    letter-spacing: -.01em;
    margin: 16px 0 2px;
}

.host-role[b-1sppxxo6rq] {
    color: var(--meet-accent);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.host-facts[b-1sppxxo6rq] {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.host-facts li[b-1sppxxo6rq] {
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: #c7d4da;
    font-size: .98rem;
    line-height: 1.45;
    padding-top: 12px;
}

.host-facts strong[b-1sppxxo6rq] {
    color: #ffffff;
    display: block;
}

/* ---------- How it works ---------- */

.how-section[b-1sppxxo6rq] {
    background: #ffffff;
}

.step-grid[b-1sppxxo6rq] {
    counter-reset: none;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
}

.step-card[b-1sppxxo6rq] {
    background: #ffffff;
    border: 1px solid var(--meet-line);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 40, 55, .07);
    padding: clamp(26px, 3.4vw, 36px);
}

.step-number[b-1sppxxo6rq] {
    align-items: center;
    background: linear-gradient(135deg, var(--meet-accent), #0ca9be);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-family: var(--meet-display-font);
    font-size: 1.35rem;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.step-card h3[b-1sppxxo6rq] {
    color: #079dcd;
    font-size: clamp(1.4rem, 2.3vw, 1.75rem);
    font-weight: 900;
    letter-spacing: -.025em;
    margin: 16px 0 10px;
}

.step-card p[b-1sppxxo6rq] {
    color: #2c3a45;
    font-size: 1.05rem;
    line-height: 1.55;
    margin: 0;
}

/* ---------- What we cover ---------- */

.talk-section[b-1sppxxo6rq] {
    background: var(--meet-soft);
}

.talk-grid[b-1sppxxo6rq] {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 40px;
}

.talk-card[b-1sppxxo6rq] {
    background: #ffffff;
    border: 1px solid var(--meet-line);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 40, 55, .07);
    padding: clamp(26px, 3.4vw, 40px);
}

.talk-card.featured[b-1sppxxo6rq] {
    border-top: 5px solid var(--meet-accent);
}

.talk-card h3[b-1sppxxo6rq] {
    color: #079dcd;
    font-size: clamp(1.5rem, 2.6vw, 1.95rem);
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1.14;
    margin: 0 0 12px;
}

.talk-card p[b-1sppxxo6rq] {
    color: #111111;
    font-size: 1.06rem;
    line-height: 1.55;
    margin: 0;
}

/* ---------- Credibility ---------- */

.credibility-section[b-1sppxxo6rq] {
    background: #ffffff;
}

.story-layout[b-1sppxxo6rq] {
    align-items: start;
    display: grid;
    gap: clamp(28px, 4vw, 52px);
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    margin-top: 44px;
}

.story-photos[b-1sppxxo6rq] {
    display: grid;
    gap: 22px;
}

.story-photos figure[b-1sppxxo6rq] {
    margin: 0;
}

.story-photos img[b-1sppxxo6rq] {
    border: 5px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 40, 55, .18);
    display: block;
    height: auto;
    width: 100%;
}

.story-photos figcaption[b-1sppxxo6rq] {
    color: var(--meet-muted);
    font-size: .95rem;
    font-style: italic;
    margin-top: 10px;
}

.timeline[b-1sppxxo6rq] {
    display: grid;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 26px;
    position: relative;
}

.timeline[b-1sppxxo6rq]::before {
    background: linear-gradient(180deg, var(--meet-accent), rgba(25, 190, 209, .15));
    content: "";
    inset: 6px auto 6px 0;
    position: absolute;
    width: 3px;
}

.timeline li[b-1sppxxo6rq] {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}

.timeline-body[b-1sppxxo6rq] {
    flex: 1 1 260px;
    min-width: 0;
}

.timeline-thumb[b-1sppxxo6rq] {
    border: 4px solid #ffffff;
    border-radius: 6px;
    box-shadow: 0 10px 26px rgba(15, 40, 55, .18);
    flex: 0 0 auto;
    height: auto;
    object-fit: contain;
    width: clamp(78px, 12vw, 108px);
}

.timeline-thumb.is-emblem[b-1sppxxo6rq] {
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(15, 40, 55, .12);
    padding: 6px;
    width: clamp(88px, 13vw, 124px);
}

.timeline li[b-1sppxxo6rq]::before {
    background: var(--meet-accent);
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(25, 190, 209, .35);
    content: "";
    height: 13px;
    left: -31px;
    position: absolute;
    top: 6px;
    width: 13px;
}

.timeline-year[b-1sppxxo6rq] {
    color: var(--meet-accent-dark);
    display: block;
    font-family: var(--meet-display-font);
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.timeline p[b-1sppxxo6rq] {
    color: #2c3a45;
    font-size: 1.06rem;
    line-height: 1.55;
    margin: 0;
}

.brand-block[b-1sppxxo6rq] {
    margin-top: clamp(38px, 5vw, 56px);
}

.brand-block h3[b-1sppxxo6rq] {
    color: var(--meet-muted);
    font-family: var(--meet-display-font);
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: .1em;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.brand-strip[b-1sppxxo6rq] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.brand-chip[b-1sppxxo6rq] {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--meet-line);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    margin: 0;
    min-height: 74px;
    min-width: 132px;
    padding: 14px 18px;
    text-align: center;
}

.brand-chip img[b-1sppxxo6rq] {
    display: block;
    height: auto;
    max-height: 52px;
    max-width: 150px;
    object-fit: contain;
    width: auto;
}

.brand-chip figcaption[b-1sppxxo6rq] {
    color: var(--meet-ink);
    font-family: var(--meet-display-font);
    font-size: .98rem;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.2;
    text-transform: uppercase;
}

.tech-strip .brand-chip[b-1sppxxo6rq] {
    min-width: 116px;
}

.brand-footnote[b-1sppxxo6rq] {
    color: var(--meet-muted);
    font-size: 1.02rem;
    line-height: 1.55;
    margin: 18px 0 0;
    max-width: 780px;
}

.credibility-close[b-1sppxxo6rq] {
    border-left: 4px solid var(--meet-accent);
    color: #2c3a45;
    font-size: clamp(1.08rem, 1.5vw, 1.24rem);
    line-height: 1.55;
    margin: clamp(38px, 5vw, 56px) 0 0;
    max-width: 860px;
    padding-left: 20px;
}

/* ---------- Archetypes ---------- */

.archetype-section[b-1sppxxo6rq] {
    background: var(--meet-soft);
}

.archetype-grid[b-1sppxxo6rq] {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
}

.archetype-card[b-1sppxxo6rq] {
    background: #ffffff;
    border: 1px solid var(--meet-line);
    border-radius: 10px;
    box-shadow: 0 18px 42px rgba(15, 40, 55, .08);
    display: flex;
    flex-direction: column;
    padding: clamp(26px, 3.4vw, 40px);
}

.archetype-icon[b-1sppxxo6rq] {
    font-size: 2.2rem;
    line-height: 1;
}

.archetype-card h3[b-1sppxxo6rq] {
    color: #079dcd;
    font-size: clamp(1.5rem, 2.6vw, 1.95rem);
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1.14;
    margin: 12px 0 16px;
}

.archetype-gain-label[b-1sppxxo6rq] {
    color: var(--meet-accent-dark);
    font-family: var(--meet-display-font);
    font-size: .95rem;
    font-weight: 900;
    letter-spacing: .09em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.archetype-card ul[b-1sppxxo6rq] {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.archetype-card li[b-1sppxxo6rq] {
    color: #2c3a45;
    font-size: 1.04rem;
    line-height: 1.5;
    padding-left: 24px;
    position: relative;
}

.archetype-card li[b-1sppxxo6rq]::before {
    background: var(--meet-accent);
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 2px;
    position: absolute;
    top: 9px;
    width: 8px;
}

.archetype-risk[b-1sppxxo6rq] {
    background: #fff6f4;
    border-left: 4px solid #e2664f;
    border-radius: 0 6px 6px 0;
    color: #4a2b23;
    font-size: 1rem;
    line-height: 1.5;
    margin: auto 0 0;
    padding: 14px 16px;
}

.archetype-risk strong[b-1sppxxo6rq] {
    color: #b8391f;
    text-transform: uppercase;
}

/* ---------- FOMO ---------- */

.fomo-section[b-1sppxxo6rq] {
    background: var(--meet-deep);
    color: #ffffff;
}

.fomo-inner[b-1sppxxo6rq] {
    text-align: center;
}

.fomo-section h2[b-1sppxxo6rq] {
    color: #ffffff;
    margin: 0 auto;
}

.fomo-lead[b-1sppxxo6rq] {
    color: var(--meet-accent);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 14px 0 34px;
}

.fomo-split[b-1sppxxo6rq] {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 940px;
    text-align: left;
}

.fomo-mild[b-1sppxxo6rq],
.fomo-sharp[b-1sppxxo6rq] {
    border-radius: 8px;
    font-size: 1.08rem;
    line-height: 1.55;
    margin: 0;
    padding: 24px;
}

.fomo-mild[b-1sppxxo6rq] {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #c7d4da;
}

.fomo-sharp[b-1sppxxo6rq] {
    background: rgba(226, 102, 79, .14);
    border: 1px solid rgba(226, 102, 79, .45);
    color: #ffffff;
}

.fomo-close[b-1sppxxo6rq] {
    font-family: var(--meet-display-font);
    font-size: clamp(1.25rem, 2.2vw, 1.6rem);
    font-weight: 800;
    line-height: 1.35;
    margin: 34px auto 0;
    max-width: 720px;
}

/* ---------- Final CTA ---------- */

.final-cta-section[b-1sppxxo6rq] {
    background: var(--meet-soft);
}

.final-card[b-1sppxxo6rq] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfe9eb;
    border-radius: 10px;
    border-top: 5px solid var(--meet-accent);
    box-shadow: 0 22px 60px rgba(15, 40, 55, .1);
    display: flex;
    flex-direction: column;
    padding: clamp(36px, 6vw, 64px);
    text-align: center;
}

.final-card h2[b-1sppxxo6rq] {
    max-width: 820px;
}

.final-card > p[b-1sppxxo6rq] {
    color: #2c3a45;
    font-size: 1.1rem;
    line-height: 1.55;
    margin: 18px auto 30px;
    max-width: 680px;
}

.final-note[b-1sppxxo6rq] {
    color: var(--meet-muted);
    font-size: 1rem;
    line-height: 1.55;
    margin: 24px auto 0;
    max-width: 620px;
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
    .hero-layout[b-1sppxxo6rq],
    .step-grid[b-1sppxxo6rq],
    .talk-grid[b-1sppxxo6rq],
    .story-layout[b-1sppxxo6rq],
    .archetype-grid[b-1sppxxo6rq],
    .fomo-split[b-1sppxxo6rq] {
        grid-template-columns: 1fr;
    }

    .story-photos[b-1sppxxo6rq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .meet-page[b-1sppxxo6rq] {
        margin-left: var(--full-bleed-left);
        margin-right: var(--full-bleed-right);
    }

    .meet-shell[b-1sppxxo6rq] {
        width: min(100% - 24px, 1120px);
    }

    .story-photos[b-1sppxxo6rq] {
        grid-template-columns: 1fr;
    }

    .meet-cta[b-1sppxxo6rq] {
        padding: 14px 18px;
        width: 100%;
    }

    .brand-chip[b-1sppxxo6rq] {
        flex: 1 1 132px;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .meet-cta[b-1sppxxo6rq] {
        transition: none;
    }
}
/* /Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.policy-page[b-rzs8riu9om] {
    background: #ffffff;
    color: #172033;
    margin: var(--full-bleed-page-margin);
    min-height: 60vh;
    padding: clamp(48px, 8vw, 88px) 1rem;
}

.policy-shell[b-rzs8riu9om] {
    margin: 0 auto;
    max-width: 880px;
}

.policy-label[b-rzs8riu9om] {
    color: #176b5b;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h1[b-rzs8riu9om] {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    margin: 0;
}

.effective-date[b-rzs8riu9om] {
    color: #596579;
    margin: 10px 0 36px;
}

section[b-rzs8riu9om] {
    border-top: 1px solid #dce3ec;
    padding: 26px 0;
}

h2[b-rzs8riu9om] {
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    margin: 0 0 12px;
}

p[b-rzs8riu9om] {
    line-height: 1.75;
    margin: 0 0 12px;
}

section p:last-child[b-rzs8riu9om] {
    margin-bottom: 0;
}

a[b-rzs8riu9om] {
    color: #176b5b;
    font-weight: 700;
}
/* /Components/Pages/RefundPolicy.razor.rz.scp.css */
.policy-page[b-zy7hk9z0cx] {
    background: #f5f8fb;
    color: #172033;
    margin: var(--full-bleed-page-margin);
    min-height: 60vh;
    padding: clamp(48px, 8vw, 88px) 1rem;
}

.policy-shell[b-zy7hk9z0cx] {
    margin: 0 auto;
    max-width: 880px;
}

.policy-label[b-zy7hk9z0cx] {
    color: #176b5b;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h1[b-zy7hk9z0cx] {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    margin: 0 0 28px;
}

.policy-card[b-zy7hk9z0cx] {
    background: #ffffff;
    border: 1px solid #dce3ec;
    border-left: 5px solid #176b5b;
    border-radius: 10px;
    box-shadow: 0 16px 38px rgba(23, 32, 51, 0.08);
    font-size: 1.08rem;
    line-height: 1.75;
    padding: clamp(24px, 5vw, 42px);
}

.policy-card p[b-zy7hk9z0cx],
.policy-note[b-zy7hk9z0cx] {
    margin-bottom: 0;
}

.policy-note[b-zy7hk9z0cx] {
    color: #596579;
    line-height: 1.7;
    margin-top: 24px;
}

a[b-zy7hk9z0cx] {
    color: #176b5b;
    font-weight: 700;
}
/* /Components/Pages/TermsOfService.razor.rz.scp.css */
.policy-page[b-b9urdbln2q] {
    background: #ffffff;
    color: #172033;
    margin: var(--full-bleed-page-margin);
    min-height: 60vh;
    padding: clamp(48px, 8vw, 88px) 1rem;
}

.policy-shell[b-b9urdbln2q] {
    margin: 0 auto;
    max-width: 880px;
}

.policy-label[b-b9urdbln2q] {
    color: #176b5b;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h1[b-b9urdbln2q] {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    margin: 0;
}

.effective-date[b-b9urdbln2q] {
    color: #596579;
    margin: 10px 0 36px;
}

section[b-b9urdbln2q] {
    border-top: 1px solid #dce3ec;
    padding: 26px 0;
}

h2[b-b9urdbln2q] {
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    margin: 0 0 12px;
}

p[b-b9urdbln2q] {
    line-height: 1.75;
    margin: 0 0 12px;
}

section p:last-child[b-b9urdbln2q] {
    margin-bottom: 0;
}

a[b-b9urdbln2q] {
    color: #176b5b;
    font-weight: 700;
}
