/* /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;
}

.workshop-site-link[b-4m5ywkpexd] {
    bottom: 64px;
    color: #ffffff;
    font-family: var(--workshop-body-font);
    font-size: .875rem;
    font-weight: 600;
    left: 0;
    position: absolute;
    text-decoration: none;
}

.workshop-site-link:hover[b-4m5ywkpexd],
.workshop-site-link:focus-visible[b-4m5ywkpexd] {
    color: var(--workshop-accent);
    text-decoration: underline;
}

.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;
}

.workshop-funnel-link-reduced[b-4m5ywkpexd] {
    color: rgba(255, 255, 255, .8);
    font-size: clamp(.875rem, 1.1vw, 1rem);
    font-weight: 500;
    margin-top: 28px;
    text-decoration: none;
}

.workshop-funnel-link-reduced:hover[b-4m5ywkpexd],
.workshop-funnel-link-reduced:focus-visible[b-4m5ywkpexd] {
    color: #ffffff;
    text-decoration: underline;
}

.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;
}

.cta-card .workshop-funnel-link-reduced[b-4m5ywkpexd] {
    color: #50616a;
}

.cta-card .workshop-funnel-link-reduced:hover[b-4m5ywkpexd],
.cta-card .workshop-funnel-link-reduced: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;
}

.daily-email-opt-in[b-4m5ywkpexd] {
    background: #ffffff;
    padding: 28px 0;
}

.daily-email-opt-in-card[b-4m5ywkpexd] {
    background: #ffffff;
    border: 1px solid #d4e2e5;
    border-radius: 0;
    box-shadow: none;
    padding: 24px 0;
    width: 100%;
}

.daily-email-opt-in-content[b-4m5ywkpexd] {
    margin: 0 auto;
    width: min(760px, calc(100% - 40px));
}

.daily-email-opt-in-card h2[b-4m5ywkpexd] {
    color: var(--workshop-deep);
    font-family: var(--workshop-display-font);
    font-size: 1.65rem;
    margin: 0 0 6px;
}

.daily-email-opt-in-card > p[b-4m5ywkpexd] { margin: 0 0 16px; }

.daily-email-opt-in-fields[b-4m5ywkpexd] { display: flex; gap: 10px; }
.daily-email-opt-in-fields[b-4m5ywkpexd]  input { border: 1px solid #94a9b0; border-radius: 4px; flex: 0 0 30ch; font: inherit; min-height: 42px; padding: 8px 10px; width: 30ch; }
.daily-email-opt-in-fields button[b-4m5ywkpexd] { background: var(--workshop-accent-dark); border: 0; border-radius: 4px; color: #fff; cursor: pointer; font: inherit; font-weight: 700; padding: 8px 16px; }
.daily-email-opt-in-fields button:disabled[b-4m5ywkpexd] { cursor: wait; opacity: .65; }
.daily-email-opt-in-consent[b-4m5ywkpexd] { align-items: flex-start; display: flex; font-size: .9rem; gap: 8px; line-height: 1.4; margin-top: 13px; }
.daily-email-opt-in-consent input[b-4m5ywkpexd] { height: 18px; margin-top: 2px; width: 18px; }
.daily-email-opt-in-note[b-4m5ywkpexd], .daily-email-opt-in-status[b-4m5ywkpexd] { font-size: .85rem; margin: 9px 0 0; }
.daily-email-opt-in-status[b-4m5ywkpexd] { color: #075d38; font-weight: 700; }

@media (max-width: 620px) {
    .daily-email-opt-in-card[b-4m5ywkpexd] { padding: 20px 0; }
    .daily-email-opt-in-fields[b-4m5ywkpexd] { flex-direction: column; }
    .daily-email-opt-in-fields[b-4m5ywkpexd]  input { flex-basis: auto; width: 100%; }
}

.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.35rem, 1.85vw, 1.75rem);
    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;
}

.hero-copy-panel .primary-cta[b-4m5ywkpexd] {
    margin-top: 28px;
}

.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;
}

.workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-recovery {
    color: #24323a;
    font-size: .95rem;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.workshop-registration-form-shell[b-4m5ywkpexd]  .workshop-registration-recovery a {
    color: #08798a;
    font-weight: 700;
}

@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;
}

.meet-form-fields[b-1sppxxo6rq] { display: grid; gap: 1rem; margin: 1.5rem auto 0; max-width: 680px; text-align: left; width: 100%; }
.meet-field[b-1sppxxo6rq] { display: grid; gap: .45rem; }
.meet-field label[b-1sppxxo6rq], #meet-request .meet-consent[b-1sppxxo6rq] { color: var(--meet-ink); font-weight: 700; }
.meet-field label span[b-1sppxxo6rq] { font-weight: 400; }
.meet-field[b-1sppxxo6rq]  input, .meet-field[b-1sppxxo6rq]  select, .meet-field[b-1sppxxo6rq]  textarea { border: 1px solid #b9d9e0; border-radius: 6px; box-sizing: border-box; font: inherit; min-height: 44px; padding: .7rem .8rem; width: 100%; }
.meet-field[b-1sppxxo6rq]  textarea { min-height: 96px; resize: vertical; }
.meet-field-note[b-1sppxxo6rq] { color: #526670; font-size: .875rem; line-height: 1.4; }
#meet-request .meet-consent[b-1sppxxo6rq] { align-items: flex-start; display: flex; gap: .6rem; line-height: 1.45; margin: 1.25rem auto 0; max-width: 680px; text-align: left; }
#meet-request .meet-consent[b-1sppxxo6rq]  input { margin-top: .25rem; }
#meet-request[b-1sppxxo6rq]  .validation-message, #meet-request[b-1sppxxo6rq]  .validation-summary-errors { color: #b8391f; font-weight: 700; }
#meet-request[b-1sppxxo6rq]  button { display: flex; margin: 1.4rem auto 0; }

/* ---------- 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;
}

.meet-request-card[b-1sppxxo6rq] {
    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);
    padding: clamp(36px, 6vw, 64px);
    text-align: center;
}

.meet-request-card h2[b-1sppxxo6rq] {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
    text-align: center;
}

.meet-request-card > p[b-1sppxxo6rq] {
    color: #2c3a45;
    font-size: 1.1rem;
    line-height: 1.55;
    margin: 18px auto 30px;
    max-width: 680px;
}

.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/OnlineWorkshop.razor.rz.scp.css */
.online-workshop[b-5yhza13fdl]{max-width:900px;margin:0 auto 48px;padding:0 28px 28px;background:#fff;color:#13212e}.online-workshop .kicker[b-5yhza13fdl]{font-weight:700;color:#08778e;text-transform:uppercase;letter-spacing:.08em}.online-workshop form[b-5yhza13fdl]{display:grid;gap:14px;max-width:520px}.online-workshop input[b-5yhza13fdl]{padding:12px}.online-workshop button[b-5yhza13fdl]{background:#08778e;border:0;border-radius:5px;color:#fff;font:inherit;font-weight:700;padding:13px}.online-workshop .expiry[b-5yhza13fdl]{background:#e8f6f8;padding:14px}.online-workshop .video[b-5yhza13fdl]{aspect-ratio:16/9;background:#000}.online-workshop iframe[b-5yhza13fdl]{height:100%;width:100%;border:0}.online-workshop .workshop-meet-cta[b-5yhza13fdl]{background:linear-gradient(135deg,#073f52,#086b82);border-radius:12px;color:#fff;margin:0 0 30px;padding:28px;text-align:center}.online-workshop .workshop-meet-cta h2[b-5yhza13fdl]{color:#fff}.online-workshop .workshop-meet-button[b-5yhza13fdl]{background:#fff;color:#07586b;margin-top:12px}.online-workshop .workshop-meet-button:disabled[b-5yhza13fdl]{cursor:wait;opacity:.7}
/* /Components/Pages/OnlineWorkshopAccessRecovery.razor.rz.scp.css */
[b-d2xdt8g2i9] .recovery-page {
    --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);
}

[b-d2xdt8g2i9] .recovery-page .workshop-shell {
    margin: 0 auto;
    width: min(1120px, calc(100% - 40px));
}

[b-d2xdt8g2i9] .recovery-page .workshop-header-bar {
    display: none;
}

[b-d2xdt8g2i9] .recovery-page .header-bar-inner {
    display: none;
}

[b-d2xdt8g2i9] .recovery-page .workshop-logo {
    display: none;
}

[b-d2xdt8g2i9] .recovery-page .workshop-logo img {
    display: none;
}

[b-d2xdt8g2i9] .recovery-hero {
    background: linear-gradient(135deg, #0a1f2e, #1a3a4d);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 60px 20px;
}

[b-d2xdt8g2i9] .recovery-card-wrapper {
    width: 100%;
    max-width: 580px;
}

[b-d2xdt8g2i9] .recovery-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .3);
    padding: clamp(42px, 7vw, 70px);
}

[b-d2xdt8g2i9] .recovery-card-header {
    text-align: center;
    margin-bottom: 32px;
}

[b-d2xdt8g2i9] .recovery-kicker {
    color: var(--workshop-accent-dark);
    font-family: var(--workshop-display-font);
    font-size: 1.025rem;
    font-weight: 900;
    letter-spacing: .035em;
    margin: 0 0 16px;
    text-transform: uppercase;
}

[b-d2xdt8g2i9] .recovery-card h1 {
    color: var(--workshop-deep);
    font-family: var(--workshop-display-font);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.2;
    margin: 0 0 20px;
    text-transform: capitalize;
}

[b-d2xdt8g2i9] .recovery-description {
    color: #65727c;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

[b-d2xdt8g2i9] .recovery-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

[b-d2xdt8g2i9] .recovery-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

[b-d2xdt8g2i9] .recovery-form .form-group label {
    color: var(--workshop-ink);
    font-weight: 600;
    font-size: 0.95rem;
}

[b-d2xdt8g2i9] .recovery-form .form-group input {
    background: #f8f9fa;
    border: 2px solid #d8dde5;
    border-radius: 6px;
    color: var(--workshop-ink);
    font-family: inherit;
    font-size: 1rem;
    min-height: 48px;
    padding: 12px 16px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

[b-d2xdt8g2i9] .recovery-form .form-group input:focus {
    border-color: var(--workshop-accent);
    box-shadow: 0 0 0 3px rgba(25, 190, 209, .15);
    outline: 0;
}

[b-d2xdt8g2i9] .recovery-form .form-group input::placeholder {
    color: #999;
}

[b-d2xdt8g2i9] .recovery-consent {
    align-items: flex-start;
    color: #4a4f58;
    display: grid;
    font-size: 0.95rem;
    gap: 12px;
    grid-template-columns: auto 1fr;
    line-height: 1.35;
    margin: 8px 0;
}

[b-d2xdt8g2i9] .recovery-consent input {
    height: 18px;
    margin-top: 3px;
    width: 18px;
    cursor: pointer;
    accent-color: var(--workshop-accent);
}

[b-d2xdt8g2i9] .recovery-submit {
    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;
    font-family: var(--workshop-display-font);
    font-size: 1rem;
    font-weight: 700;
    min-height: 52px;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: box-shadow .18s ease, transform .18s ease;
}

[b-d2xdt8g2i9] .recovery-submit:hover:not(:disabled) {
    box-shadow: 0 16px 34px rgba(8, 121, 138, .34);
    color: #072a31;
    transform: translateY(-2px);
}

[b-d2xdt8g2i9] .recovery-submit:disabled {
    cursor: wait;
    opacity: .65;
}

[b-d2xdt8g2i9] .recovery-status {
    background: #fff7d6;
    border: 1px solid #e8cf69;
    border-radius: 6px;
    color: #4d3b00;
    font-size: 0.95rem;
    line-height: 1.45;
    margin: 0;
    padding: 12px 14px;
}

[b-d2xdt8g2i9] .recovery-footer {
    border-top: 1px solid #e0e0e0;
    margin-top: 24px;
    padding-top: 20px;
    text-align: center;
}

[b-d2xdt8g2i9] .recovery-footer p {
    color: #65727c;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

[b-d2xdt8g2i9] .recovery-footer a {
    color: var(--workshop-accent-dark);
    font-weight: 700;
    text-decoration: none;
}

[b-d2xdt8g2i9] .recovery-footer a:hover,
[b-d2xdt8g2i9] .recovery-footer a:focus-visible {
    color: var(--workshop-accent);
    text-decoration: underline;
}

[b-d2xdt8g2i9] .recovery-page .footer-accent-band {
    background: linear-gradient(135deg, var(--workshop-accent), #0ca9be);
    min-height: clamp(72px, 8vw, 120px);
}

[b-d2xdt8g2i9] .recovery-page ::deep .validation-summary {
    background: #fce4e4;
    border: 1px solid #f5a5a5;
    border-radius: 6px;
    color: #8b3a3a;
    font-size: 0.9rem;
    margin: 0;
    padding: 12px 14px;
}

[b-d2xdt8g2i9] .recovery-page ::deep .validation-message {
    color: #c41e3a;
    font-size: 0.85rem;
    margin-top: 4px;
}

@media (max-width: 640px) {
    [b-d2xdt8g2i9] .recovery-page {
        margin-left: var(--full-bleed-left);
        margin-right: var(--full-bleed-right);
    }

    [b-d2xdt8g2i9] .recovery-hero {
        min-height: auto;
        padding: 40px 16px;
    }

    [b-d2xdt8g2i9] .recovery-card {
        padding: clamp(28px, 5vw, 42px);
    }

    [b-d2xdt8g2i9] .recovery-card h1 {
        font-size: 1.75rem;
    }

    [b-d2xdt8g2i9] .recovery-form .form-group input {
        min-height: 44px;
        padding: 10px 14px;
    }

    [b-d2xdt8g2i9] .recovery-submit {
        font-size: 0.9rem;
        min-height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    [b-d2xdt8g2i9] .recovery-submit {
        transition: none;
    }
}
/* /Components/Pages/OnlineWorkshopLanding.razor.rz.scp.css */
.online-workshop-landing[b-0wj04x3oa5]{max-width:900px;margin:48px auto;padding:28px;background:#fff;color:#13212e}.online-workshop-landing .kicker[b-0wj04x3oa5]{font-weight:700;color:#08778e;text-transform:uppercase;letter-spacing:.08em}.online-workshop-landing .cta[b-0wj04x3oa5]{display:inline-block;background:#08778e;border-radius:5px;color:#fff;font-weight:700;margin-top:12px;padding:13px 18px;text-decoration: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;
}
/* /Components/Pages/VibeCodeBasicCohortTraining.razor.rz.scp.css */
.basic-training-page[b-e6vi92brjh] {
    --ink: #132d39;
    --muted: #5d6b73;
    --deep: #092b37;
    --brand: #0b7487;
    --mint: #8ee0c3;
    --sun: #f5b64a;
    --coral: #e56e4b;
    --paper: #f8fbfa;
    --line: #d9e5e2;
    background: #fff;
    color: var(--ink);
    margin: var(--full-bleed-page-margin);
}

.basic-training-shell[b-e6vi92brjh] { margin: 0 auto; width: min(1120px, calc(100% - 40px)); }
.training-video-section[b-e6vi92brjh] { background: var(--deep); padding: clamp(24px, 4vw, 48px) 0; }
.training-video-frame[b-e6vi92brjh] { aspect-ratio: 16 / 9; background: #000; border-radius: 12px; box-shadow: 0 20px 45px rgba(0,0,0,.24); overflow: hidden; }
.training-video-frame iframe[b-e6vi92brjh] { border: 0; display: block; height: 100%; width: 100%; }
.basic-training-hero[b-e6vi92brjh] { background: radial-gradient(circle at 78% 16%, rgba(142, 224, 195, .18), transparent 27%), linear-gradient(135deg, #092b37, #10475a); color: #fff; overflow: hidden; padding: clamp(62px, 9vw, 116px) 0; }
.hero-layout[b-e6vi92brjh] { align-items: center; display: grid; gap: clamp(36px, 7vw, 88px); grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr); }
.eyebrow[b-e6vi92brjh] { color: var(--mint); font-size: .75rem; font-weight: 800; letter-spacing: .13em; margin: 0 0 15px; text-transform: uppercase; }
.eyebrow.dark[b-e6vi92brjh] { color: var(--brand); }
.hero-copy h1[b-e6vi92brjh], .section-heading h2[b-e6vi92brjh], .outcome-layout h2[b-e6vi92brjh], .possibilities-layout h2[b-e6vi92brjh], .enrollment-card h2[b-e6vi92brjh] { letter-spacing: -.04em; line-height: 1.02; margin: 0; }
.hero-copy h1[b-e6vi92brjh] { font-size: clamp(2.65rem, 6vw, 5.15rem); max-width: 760px; }
.hero-lede[b-e6vi92brjh] { color: rgba(255,255,255,.84); font-size: clamp(1.1rem, 2vw, 1.3rem); line-height: 1.6; margin: 25px 0 0; max-width: 690px; }
.hero-actions[b-e6vi92brjh] { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.funnel-alternative[b-e6vi92brjh] { color: rgba(255,255,255,.82); line-height: 1.5; margin: 18px 0 0; }
.funnel-alternative a[b-e6vi92brjh] { color: var(--mint); font-weight: 800; }
.funnel-alternative a:hover[b-e6vi92brjh] { color: #fff; }
.action-button[b-e6vi92brjh] { align-items: center; border: 1px solid transparent; border-radius: 7px; display: inline-flex; font-weight: 800; justify-content: center; min-height: 50px; padding: 13px 20px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.action-button:hover[b-e6vi92brjh] { text-decoration: none; transform: translateY(-2px); }
.action-button.primary[b-e6vi92brjh] { background: var(--sun); box-shadow: 0 15px 28px rgba(0,0,0,.2); color: #18333a; }
.action-button.secondary[b-e6vi92brjh] { border-color: rgba(255,255,255,.48); color: #fff; }
.trust-row[b-e6vi92brjh] { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 27px; }
.trust-row span[b-e6vi92brjh] { color: rgba(255,255,255,.75); font-size: .88rem; font-weight: 700; }
.trust-row span[b-e6vi92brjh]::before { color: var(--mint); content: "✓"; margin-right: 7px; }
.hero-card[b-e6vi92brjh] { background: #fff; border-radius: 16px; box-shadow: 0 28px 70px rgba(0,0,0,.25); color: var(--ink); padding: clamp(25px, 4vw, 36px); position: relative; }
.hero-card[b-e6vi92brjh]::before { background: var(--coral); border-radius: 16px 16px 0 0; content: ""; height: 7px; left: 0; position: absolute; right: 0; top: 0; }
.card-kicker[b-e6vi92brjh], .week-label[b-e6vi92brjh] { color: var(--brand); font-size: .74rem; font-weight: 800; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.card-title[b-e6vi92brjh] { font-size: 1.42rem; font-weight: 800; line-height: 1.16; margin: 12px 0 21px; }
.price-block[b-e6vi92brjh] { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 3px; padding: 17px 0; }
.regular-price[b-e6vi92brjh] { color: var(--muted); font-size: .9rem; }.price-block strong[b-e6vi92brjh] { color: var(--coral); font-size: 2.8rem; line-height: 1; }.price-note[b-e6vi92brjh] { color: var(--brand); font-size: .92rem; font-weight: 800; }
.hero-card ul[b-e6vi92brjh] { color: var(--muted); display: grid; gap: 11px; line-height: 1.35; margin: 21px 0; padding-left: 20px; }.hero-card li[b-e6vi92brjh]::marker { color: var(--brand); }
.card-link[b-e6vi92brjh] { color: var(--brand); font-weight: 800; text-decoration: none; }.card-link:hover[b-e6vi92brjh] { text-decoration: underline; }.card-link span[b-e6vi92brjh] { font-size: 1.25em; margin-left: 4px; }
.outcome-band[b-e6vi92brjh] { background: var(--paper); padding: clamp(58px, 8vw, 91px) 0; }.outcome-layout[b-e6vi92brjh] { display: grid; gap: 20px 50px; grid-template-columns: .74fr 1.1fr; }.outcome-layout h2[b-e6vi92brjh] { font-size: clamp(2.1rem, 4vw, 3.65rem); grid-column: 1; grid-row: 2; }.outcome-layout > p:last-child[b-e6vi92brjh] { color: var(--muted); font-size: 1.12rem; grid-column: 2; grid-row: 1 / span 2; line-height: 1.7; margin: 0; }
.syllabus-section[b-e6vi92brjh], .fit-section[b-e6vi92brjh] { padding: clamp(62px, 9vw, 110px) 0; }.section-heading[b-e6vi92brjh] { margin-bottom: 42px; max-width: 720px; }.section-heading h2[b-e6vi92brjh] { font-size: clamp(2.2rem, 4.6vw, 4.1rem); }.section-heading > p:last-child[b-e6vi92brjh] { color: var(--muted); line-height: 1.6; margin: 18px 0 0; }
.week-grid[b-e6vi92brjh] { counter-reset: none; display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; }.week-card[b-e6vi92brjh] { border: 1px solid var(--line); border-radius: 10px; min-height: 350px; overflow: hidden; padding: 25px; position: relative; }.week-card[b-e6vi92brjh]::after { bottom: 0; content: ""; height: 6px; left: 0; position: absolute; right: 0; }.week-card.install[b-e6vi92brjh] { background: #edf8f4; }.week-card.install[b-e6vi92brjh]::after { background: #43aa8b; }.week-card.windows[b-e6vi92brjh] { background: #edf7fa; }.week-card.windows[b-e6vi92brjh]::after { background: #4a9fbb; }.week-card.web[b-e6vi92brjh] { background: #fff8e9; }.week-card.web[b-e6vi92brjh]::after { background: var(--sun); }.week-card.database[b-e6vi92brjh] { background: #fff1ed; }.week-card.database[b-e6vi92brjh]::after { background: var(--coral); }
.week-number[b-e6vi92brjh] { color: rgba(19,45,57,.16); display: block; font-size: 3.1rem; font-weight: 900; letter-spacing: -.09em; line-height: .8; margin-bottom: 27px; }.week-card h3[b-e6vi92brjh] { font-size: 1.45rem; letter-spacing: -.025em; line-height: 1.1; margin: 11px 0 13px; }.week-card > p:not(.week-label)[b-e6vi92brjh] { color: var(--muted); line-height: 1.55; margin: 0; }.week-result[b-e6vi92brjh] { bottom: 27px; color: var(--ink); font-size: .88rem; font-weight: 800; left: 25px; position: absolute; right: 25px; }
.possibilities-section[b-e6vi92brjh] { background: var(--deep); color: #fff; padding: clamp(65px, 9vw, 105px) 0; }.possibilities-layout[b-e6vi92brjh] { align-items: start; display: grid; gap: 50px; grid-template-columns: .9fr 1.1fr; }.possibilities-layout h2[b-e6vi92brjh] { font-size: clamp(2.2rem, 4.5vw, 4rem); }.possibility-list[b-e6vi92brjh] { display: grid; gap: 0; }.possibility-list div[b-e6vi92brjh] { align-items: baseline; border-top: 1px solid rgba(255,255,255,.22); display: grid; gap: 20px; grid-template-columns: 42px 1fr; padding: 19px 0; }.possibility-list div:last-child[b-e6vi92brjh] { border-bottom: 1px solid rgba(255,255,255,.22); }.possibility-list span[b-e6vi92brjh] { color: var(--mint); font-size: .78rem; font-weight: 800; }.possibility-list p[b-e6vi92brjh] { font-size: 1.14rem; line-height: 1.45; margin: 0; }.possibility-list em[b-e6vi92brjh] { color: var(--sun); font-style: normal; }
.fit-section[b-e6vi92brjh] { background: var(--paper); }.fit-layout[b-e6vi92brjh] { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }.fit-layout article[b-e6vi92brjh] { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: clamp(25px, 4vw, 42px); }.fit-layout ul[b-e6vi92brjh] { display: grid; gap: 16px; line-height: 1.45; margin: 24px 0 0; padding-left: 21px; }.fit-layout li[b-e6vi92brjh]::marker { color: var(--coral); }
.prerequisites-section[b-e6vi92brjh] { background: #fff; padding: clamp(62px, 9vw, 110px) 0; }.prerequisites-layout[b-e6vi92brjh] { align-items: center; display: grid; gap: 28px 60px; grid-template-columns: .8fr 1.2fr; }.prerequisites-layout h2[b-e6vi92brjh] { font-size: clamp(2.1rem, 4vw, 3.65rem); }.prerequisites-layout article[b-e6vi92brjh] { background: #edf7fa; border: 1px solid var(--line); border-radius: 10px; padding: clamp(25px, 4vw, 42px); }.prerequisites-layout h3[b-e6vi92brjh] { font-size: clamp(1.35rem, 2.4vw, 1.8rem); line-height: 1.2; margin: 0; }.prerequisites-layout ul[b-e6vi92brjh] { color: var(--muted); display: grid; gap: 16px; line-height: 1.55; margin: 20px 0 0; padding-left: 21px; }.prerequisites-layout li[b-e6vi92brjh]::marker { color: var(--coral); }.prerequisites-layout li strong[b-e6vi92brjh] { color: var(--ink); }
.enrollment-section[b-e6vi92brjh] { background: linear-gradient(115deg, #0d6170, #0b3544); color: #fff; padding: clamp(60px, 9vw, 104px) 0; }.enrollment-card[b-e6vi92brjh] { align-items: center; display: grid; gap: 36px 68px; grid-template-columns: 1.1fr .75fr; }.enrollment-card h2[b-e6vi92brjh] { font-size: clamp(2.25rem, 4.4vw, 4rem); }.enrollment-card > div > p:last-child[b-e6vi92brjh] { color: rgba(255,255,255,.81); line-height: 1.6; margin: 18px 0 0; max-width: 630px; }.enrollment-action[b-e6vi92brjh] { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 10px; padding: 24px; }.enrollment-action > p[b-e6vi92brjh] { margin: 0 0 17px; }.enrollment-action strong[b-e6vi92brjh] { color: var(--sun); display: block; font-size: 1.35rem; margin-top: 4px; }.enrollment-action small[b-e6vi92brjh] { color: rgba(255,255,255,.72); display: block; line-height: 1.45; margin-top: 14px; }.checkout-discount-notice[b-e6vi92brjh] { background: rgba(142,224,195,.16); border: 1px solid rgba(142,224,195,.58); border-radius: 7px; color: #fff; font-size: .92rem; font-weight: 800; line-height: 1.4; padding: 11px 13px; }.cohort-schedule[b-e6vi92brjh] { border-top: 1px solid rgba(255,255,255,.26); margin-top: 18px; padding-top: 18px; }.cohort-schedule-intro[b-e6vi92brjh], .cohort-schedule-duration[b-e6vi92brjh] { color: rgba(255,255,255,.9); font-size: .92rem; line-height: 1.45; }.cohort-schedule-intro[b-e6vi92brjh] { margin: 0 0 8px; }.cohort-schedule-intro strong[b-e6vi92brjh] { color: #fff; display: inline; font-size: inherit; margin: 0; }.cohort-schedule-duration[b-e6vi92brjh] { margin: 0 0 15px; }.cohort-schedule-session[b-e6vi92brjh] { border-top: 1px solid rgba(255,255,255,.18); display: grid; gap: 3px; padding: 12px 0; }.cohort-schedule-session:last-child[b-e6vi92brjh] { border-bottom: 1px solid rgba(255,255,255,.18); }.cohort-schedule-session strong[b-e6vi92brjh] { color: var(--mint); font-size: .88rem; }.cohort-schedule-session span[b-e6vi92brjh] { color: #fff; font-size: .88rem; line-height: 1.35; }.checkout-status[b-e6vi92brjh], .checkout-error[b-e6vi92brjh] { font-weight: 700; margin: 16px 0; }.checkout-error[b-e6vi92brjh] { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.35); border-radius: 7px; padding: 12px; }.embedded-checkout-shell[b-e6vi92brjh] { background: #fff; border-radius: 8px; margin-top: 18px; min-height: 420px; overflow: hidden; padding: 8px; }.embedded-checkout-shell.is-hidden[b-e6vi92brjh] { display: none; }
.hero-cohort-start[b-e6vi92brjh] { border-left: 4px solid var(--sun); color: #fff; font-size: clamp(1.05rem, 1.8vw, 1.3rem); font-weight: 700; line-height: 1.35; margin: 0 0 24px; max-width: 640px; padding-left: 15px; }
.hero-cohort-start strong[b-e6vi92brjh] { color: var(--sun); display: block; font-size: 1.12em; }
.hero-cohort-start span[b-e6vi92brjh] { color: rgba(255,255,255,.82); display: block; font-size: .83em; font-weight: 500; margin-top: 4px; }
.hero-cohort-reminder[b-e6vi92brjh] { color: var(--mint); font-size: .9rem; font-weight: 800; line-height: 1.45; margin: 14px 0 0; }
.card-cohort-start[b-e6vi92brjh] { background: #edf8f4; border-left: 4px solid var(--brand); color: var(--ink); display: grid; gap: 2px; line-height: 1.3; margin: 0 0 18px; padding: 11px 13px; }
.card-cohort-start span[b-e6vi92brjh] { color: var(--brand); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-cohort-start strong[b-e6vi92brjh] { font-size: 1rem; }
.card-cohort-start small[b-e6vi92brjh] { color: var(--muted); font-size: .82rem; }
.enrollment-cohort-start[b-e6vi92brjh] { color: var(--mint) !important; font-size: 1.05rem; font-weight: 700; margin-top: 14px !important; }
.enrollment-cohort-start strong[b-e6vi92brjh] { color: #fff; }
.waitlist-card[b-e6vi92brjh] { max-width: 760px; text-align: center; }.waitlist-card h2[b-e6vi92brjh] { font-size: clamp(2.25rem, 4.4vw, 4rem); letter-spacing: -.04em; line-height: 1.02; margin: 0; }.waitlist-card > p[b-e6vi92brjh] { color: rgba(255,255,255,.84); font-size: 1.08rem; line-height: 1.6; margin: 18px auto 0; max-width: 620px; }.waitlist-form[b-e6vi92brjh] { display: grid; gap: 14px; margin: 28px auto 0; max-width: 520px; text-align: left; }.waitlist-form > div[b-e6vi92brjh] { display: grid; gap: 6px; }.waitlist-form label[b-e6vi92brjh] { color: #fff; font-weight: 800; }.waitlist-form[b-e6vi92brjh]  input { border: 1px solid rgba(255,255,255,.4); border-radius: 6px; box-sizing: border-box; font: inherit; min-height: 46px; padding: .7rem .8rem; width: 100%; }.waitlist-form[b-e6vi92brjh]  .validation-message { color: #ffd6cd; font-weight: 700; }.waitlist-form button[b-e6vi92brjh] { justify-self: center; }.waitlist-status[b-e6vi92brjh] { color: var(--mint) !important; font-weight: 800; }

@media (max-width: 900px) { .hero-layout[b-e6vi92brjh], .possibilities-layout[b-e6vi92brjh], .enrollment-card[b-e6vi92brjh], .outcome-layout[b-e6vi92brjh], .prerequisites-layout[b-e6vi92brjh] { grid-template-columns: 1fr; }.hero-card[b-e6vi92brjh] { max-width: 520px; }.outcome-layout h2[b-e6vi92brjh], .outcome-layout > p:last-child[b-e6vi92brjh] { grid-column: auto; grid-row: auto; }.week-grid[b-e6vi92brjh] { grid-template-columns: repeat(2, 1fr); }.week-card[b-e6vi92brjh] { min-height: 310px; } }
@media (max-width: 600px) { .basic-training-page[b-e6vi92brjh] { margin-left: var(--full-bleed-left); margin-right: var(--full-bleed-right); }.basic-training-shell[b-e6vi92brjh] { width: min(100% - 28px, 1120px); }.hero-actions[b-e6vi92brjh], .action-button[b-e6vi92brjh] { width: 100%; }.week-grid[b-e6vi92brjh], .fit-layout[b-e6vi92brjh] { grid-template-columns: 1fr; }.week-card[b-e6vi92brjh] { min-height: 285px; }.hero-copy h1[b-e6vi92brjh] { font-size: clamp(2.5rem, 12vw, 4rem); } }
/* /Components/Pages/VibeCodeBasicTrainingChat.razor.rz.scp.css */
.basic-training-page[b-by1zxp6qvi] {
    --ink: #132d39;
    --muted: #5d6b73;
    --deep: #092b37;
    --brand: #0b7487;
    --mint: #8ee0c3;
    --sun: #f5b64a;
    --coral: #e56e4b;
    --paper: #f8fbfa;
    --line: #d9e5e2;
    background: #fff;
    color: var(--ink);
    margin: var(--full-bleed-page-margin);
}

.basic-training-shell[b-by1zxp6qvi] { margin: 0 auto; width: min(1120px, calc(100% - 40px)); }
.basic-training-hero[b-by1zxp6qvi] { background: radial-gradient(circle at 78% 16%, rgba(142, 224, 195, .18), transparent 27%), linear-gradient(135deg, #092b37, #10475a); color: #fff; overflow: hidden; padding: clamp(62px, 9vw, 116px) 0; }
.hero-layout[b-by1zxp6qvi] { align-items: center; display: grid; gap: clamp(36px, 7vw, 88px); grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr); }
.eyebrow[b-by1zxp6qvi] { color: var(--mint); font-size: .75rem; font-weight: 800; letter-spacing: .13em; margin: 0 0 15px; text-transform: uppercase; }
.eyebrow.dark[b-by1zxp6qvi] { color: var(--brand); }
.hero-copy h1[b-by1zxp6qvi], .section-heading h2[b-by1zxp6qvi], .outcome-layout h2[b-by1zxp6qvi], .possibilities-layout h2[b-by1zxp6qvi], .enrollment-card h2[b-by1zxp6qvi] { letter-spacing: -.04em; line-height: 1.02; margin: 0; }
.hero-copy h1[b-by1zxp6qvi] { font-size: clamp(2.65rem, 6vw, 5.15rem); max-width: 760px; }
.hero-lede[b-by1zxp6qvi] { color: rgba(255,255,255,.84); font-size: clamp(1.1rem, 2vw, 1.3rem); line-height: 1.6; margin: 25px 0 0; max-width: 690px; }
.hero-actions[b-by1zxp6qvi] { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.action-button[b-by1zxp6qvi] { align-items: center; border: 1px solid transparent; border-radius: 7px; display: inline-flex; font-weight: 800; justify-content: center; min-height: 50px; padding: 13px 20px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.action-button:hover[b-by1zxp6qvi] { text-decoration: none; transform: translateY(-2px); }
.action-button.primary[b-by1zxp6qvi] { background: var(--sun); box-shadow: 0 15px 28px rgba(0,0,0,.2); color: #18333a; }
.action-button.secondary[b-by1zxp6qvi] { border-color: rgba(255,255,255,.48); color: #fff; }
.trust-row[b-by1zxp6qvi] { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 27px; }
.trust-row span[b-by1zxp6qvi] { color: rgba(255,255,255,.75); font-size: .88rem; font-weight: 700; }
.trust-row span[b-by1zxp6qvi]::before { color: var(--mint); content: "✓"; margin-right: 7px; }
.hero-card[b-by1zxp6qvi] { background: #fff; border-radius: 16px; box-shadow: 0 28px 70px rgba(0,0,0,.25); color: var(--ink); padding: clamp(25px, 4vw, 36px); position: relative; }
.hero-card[b-by1zxp6qvi]::before { background: var(--coral); border-radius: 16px 16px 0 0; content: ""; height: 7px; left: 0; position: absolute; right: 0; top: 0; }
.card-kicker[b-by1zxp6qvi], .week-label[b-by1zxp6qvi] { color: var(--brand); font-size: .74rem; font-weight: 800; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.card-title[b-by1zxp6qvi] { font-size: 1.42rem; font-weight: 800; line-height: 1.16; margin: 12px 0 21px; }
.price-block[b-by1zxp6qvi] { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 3px; padding: 17px 0; }
.regular-price[b-by1zxp6qvi] { color: var(--muted); font-size: .9rem; }.price-block strong[b-by1zxp6qvi] { color: var(--coral); font-size: 2.8rem; line-height: 1; }.price-note[b-by1zxp6qvi] { color: var(--brand); font-size: .92rem; font-weight: 800; }
.hero-card ul[b-by1zxp6qvi] { color: var(--muted); display: grid; gap: 11px; line-height: 1.35; margin: 21px 0; padding-left: 20px; }.hero-card li[b-by1zxp6qvi]::marker { color: var(--brand); }
.card-link[b-by1zxp6qvi] { color: var(--brand); font-weight: 800; text-decoration: none; }.card-link:hover[b-by1zxp6qvi] { text-decoration: underline; }.card-link span[b-by1zxp6qvi] { font-size: 1.25em; margin-left: 4px; }
.outcome-band[b-by1zxp6qvi] { background: var(--paper); padding: clamp(58px, 8vw, 91px) 0; }.outcome-layout[b-by1zxp6qvi] { display: grid; gap: 20px 50px; grid-template-columns: .74fr 1.1fr; }.outcome-layout h2[b-by1zxp6qvi] { font-size: clamp(2.1rem, 4vw, 3.65rem); grid-column: 1; grid-row: 2; }.outcome-layout > p:last-child[b-by1zxp6qvi] { color: var(--muted); font-size: 1.12rem; grid-column: 2; grid-row: 1 / span 2; line-height: 1.7; margin: 0; }
.syllabus-section[b-by1zxp6qvi], .fit-section[b-by1zxp6qvi] { padding: clamp(62px, 9vw, 110px) 0; }.section-heading[b-by1zxp6qvi] { margin-bottom: 42px; max-width: 720px; }.section-heading h2[b-by1zxp6qvi] { font-size: clamp(2.2rem, 4.6vw, 4.1rem); }.section-heading > p:last-child[b-by1zxp6qvi] { color: var(--muted); line-height: 1.6; margin: 18px 0 0; }
.week-grid[b-by1zxp6qvi] { counter-reset: none; display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; }.week-card[b-by1zxp6qvi] { border: 1px solid var(--line); border-radius: 10px; min-height: 350px; overflow: hidden; padding: 25px; position: relative; }.week-card[b-by1zxp6qvi]::after { bottom: 0; content: ""; height: 6px; left: 0; position: absolute; right: 0; }.week-card.install[b-by1zxp6qvi] { background: #edf8f4; }.week-card.install[b-by1zxp6qvi]::after { background: #43aa8b; }.week-card.windows[b-by1zxp6qvi] { background: #edf7fa; }.week-card.windows[b-by1zxp6qvi]::after { background: #4a9fbb; }.week-card.web[b-by1zxp6qvi] { background: #fff8e9; }.week-card.web[b-by1zxp6qvi]::after { background: var(--sun); }.week-card.database[b-by1zxp6qvi] { background: #fff1ed; }.week-card.database[b-by1zxp6qvi]::after { background: var(--coral); }
.week-number[b-by1zxp6qvi] { color: rgba(19,45,57,.16); display: block; font-size: 3.1rem; font-weight: 900; letter-spacing: -.09em; line-height: .8; margin-bottom: 27px; }.week-card h3[b-by1zxp6qvi] { font-size: 1.45rem; letter-spacing: -.025em; line-height: 1.1; margin: 11px 0 13px; }.week-card > p:not(.week-label)[b-by1zxp6qvi] { color: var(--muted); line-height: 1.55; margin: 0; }.week-result[b-by1zxp6qvi] { bottom: 27px; color: var(--ink); font-size: .88rem; font-weight: 800; left: 25px; position: absolute; right: 25px; }
.possibilities-section[b-by1zxp6qvi] { background: var(--deep); color: #fff; padding: clamp(65px, 9vw, 105px) 0; }.possibilities-layout[b-by1zxp6qvi] { align-items: start; display: grid; gap: 50px; grid-template-columns: .9fr 1.1fr; }.possibilities-layout h2[b-by1zxp6qvi] { font-size: clamp(2.2rem, 4.5vw, 4rem); }.possibility-list[b-by1zxp6qvi] { display: grid; gap: 0; }.possibility-list div[b-by1zxp6qvi] { align-items: baseline; border-top: 1px solid rgba(255,255,255,.22); display: grid; gap: 20px; grid-template-columns: 42px 1fr; padding: 19px 0; }.possibility-list div:last-child[b-by1zxp6qvi] { border-bottom: 1px solid rgba(255,255,255,.22); }.possibility-list span[b-by1zxp6qvi] { color: var(--mint); font-size: .78rem; font-weight: 800; }.possibility-list p[b-by1zxp6qvi] { font-size: 1.14rem; line-height: 1.45; margin: 0; }.possibility-list em[b-by1zxp6qvi] { color: var(--sun); font-style: normal; }
.fit-section[b-by1zxp6qvi] { background: var(--paper); }.fit-layout[b-by1zxp6qvi] { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }.fit-layout article[b-by1zxp6qvi] { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: clamp(25px, 4vw, 42px); }.fit-layout ul[b-by1zxp6qvi] { display: grid; gap: 16px; line-height: 1.45; margin: 24px 0 0; padding-left: 21px; }.fit-layout li[b-by1zxp6qvi]::marker { color: var(--coral); }
.enrollment-section[b-by1zxp6qvi] { background: linear-gradient(115deg, #0d6170, #0b3544); color: #fff; padding: clamp(60px, 9vw, 104px) 0; }.enrollment-card[b-by1zxp6qvi] { align-items: center; display: grid; gap: 36px 68px; grid-template-columns: 1.1fr .75fr; }.enrollment-card h2[b-by1zxp6qvi] { font-size: clamp(2.25rem, 4.4vw, 4rem); }.enrollment-card > div > p:last-child[b-by1zxp6qvi] { color: rgba(255,255,255,.81); line-height: 1.6; margin: 18px 0 0; max-width: 630px; }.enrollment-action[b-by1zxp6qvi] { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 10px; padding: 24px; }.enrollment-action > p[b-by1zxp6qvi] { margin: 0 0 17px; }.enrollment-action strong[b-by1zxp6qvi] { color: var(--sun); display: block; font-size: 1.35rem; margin-top: 4px; }.enrollment-action .action-button[b-by1zxp6qvi] { width: 100%; }.enrollment-action small[b-by1zxp6qvi] { color: rgba(255,255,255,.72); display: block; line-height: 1.45; margin-top: 14px; }
@media (max-width: 900px) { .hero-layout[b-by1zxp6qvi], .possibilities-layout[b-by1zxp6qvi], .enrollment-card[b-by1zxp6qvi], .outcome-layout[b-by1zxp6qvi] { grid-template-columns: 1fr; }.hero-card[b-by1zxp6qvi] { max-width: 520px; }.outcome-layout h2[b-by1zxp6qvi], .outcome-layout > p:last-child[b-by1zxp6qvi] { grid-column: auto; grid-row: auto; }.week-grid[b-by1zxp6qvi] { grid-template-columns: repeat(2, 1fr); }.week-card[b-by1zxp6qvi] { min-height: 310px; } }
@media (max-width: 600px) { .basic-training-page[b-by1zxp6qvi] { margin-left: var(--full-bleed-left); margin-right: var(--full-bleed-right); }.basic-training-shell[b-by1zxp6qvi] { width: min(100% - 28px, 1120px); }.hero-actions[b-by1zxp6qvi], .action-button[b-by1zxp6qvi] { width: 100%; }.week-grid[b-by1zxp6qvi], .fit-layout[b-by1zxp6qvi] { grid-template-columns: 1fr; }.week-card[b-by1zxp6qvi] { min-height: 285px; }.hero-copy h1[b-by1zxp6qvi] { font-size: clamp(2.5rem, 12vw, 4rem); } }
/* /Components/Pages/VibeCodeBasicTrainingClaude.razor.rz.scp.css */
.cohort-page[b-uymr9pfcdf] {
    --ink: #172033;
    --muted: #596579;
    --line: #d9e2ec;
    --soft: #f4f8fb;
    --brand: #155f7a;
    --brand-deep: #0f3442;
    --green: #1f7a5c;
    --accent: #e07a3f;
    color: var(--ink);
    margin: var(--full-bleed-page-margin);
    background: #ffffff;
}

.cohort-shell[b-uymr9pfcdf] {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.cohort-hero[b-uymr9pfcdf] {
    background:
        linear-gradient(135deg, rgba(15, 52, 66, .98), rgba(21, 95, 122, .96)),
        linear-gradient(45deg, rgba(224, 122, 63, .15), rgba(31, 122, 92, .14));
    color: #ffffff;
    padding: clamp(56px, 8vw, 104px) 0 clamp(48px, 7vw, 82px);
}

.hero-layout[b-uymr9pfcdf],
.split-layout[b-uymr9pfcdf],
.transformation-layout[b-uymr9pfcdf],
.price-layout[b-uymr9pfcdf],
.fit-layout[b-uymr9pfcdf] {
    display: grid;
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}

.hero-layout[b-uymr9pfcdf] {
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
}

.hero-copy h1[b-uymr9pfcdf] {
    max-width: 780px;
    font-size: clamp(2.15rem, 5vw, 4.1rem);
    line-height: 1.02;
    letter-spacing: 0;
    margin: 0;
}

.hero-lede[b-uymr9pfcdf] {
    max-width: 670px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1.08rem, 2vw, 1.28rem);
    line-height: 1.65;
    margin: 24px 0 0;
}

.eyebrow[b-uymr9pfcdf],
.section-label[b-uymr9pfcdf] {
    color: var(--accent);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .08em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.price-flash[b-uymr9pfcdf] {
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 10px;
    background: rgba(0, 0, 0, .18);
    display: inline-block;
    margin-top: 28px;
    padding: 16px 22px;
}

.price-flash-main[b-uymr9pfcdf] {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.price-was[b-uymr9pfcdf] {
    color: rgba(255, 255, 255, .6);
    font-size: 1.35rem;
    font-weight: 700;
    text-decoration: line-through;
}

.price-now[b-uymr9pfcdf] {
    color: #ffd7bd;
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 900;
    line-height: 1;
}

.price-flash-note[b-uymr9pfcdf] {
    color: rgba(255, 255, 255, .78);
    font-size: .92rem;
    margin: 8px 0 0;
}

.hero-actions[b-uymr9pfcdf] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.action-button[b-uymr9pfcdf] {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 850;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.action-button:hover[b-uymr9pfcdf] {
    transform: translateY(-2px);
    text-decoration: none;
}

.action-button.primary[b-uymr9pfcdf] {
    background: var(--accent);
    box-shadow: 0 14px 32px rgba(224, 122, 63, .28);
    color: #ffffff;
}

.action-button.secondary[b-uymr9pfcdf] {
    border: 1px solid rgba(255, 255, 255, .48);
    color: #ffffff;
}

.action-button.light[b-uymr9pfcdf] {
    background: var(--accent);
    color: #ffffff;
}

.action-button.wide[b-uymr9pfcdf] {
    width: 100%;
}

.trust-row[b-uymr9pfcdf] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.trust-row span[b-uymr9pfcdf] {
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    color: rgba(255, 255, 255, .82);
    font-size: .88rem;
    padding: 8px 12px;
}

.cohort-panel[b-uymr9pfcdf] {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    box-shadow: 0 28px 54px rgba(0, 0, 0, .24);
    padding: clamp(18px, 3vw, 28px);
    backdrop-filter: blur(14px);
}

.panel-topline[b-uymr9pfcdf] {
    align-items: center;
    color: rgba(255, 255, 255, .8);
    display: flex;
    font-size: .9rem;
    font-weight: 800;
    gap: 9px;
    margin-bottom: 16px;
}

.live-dot[b-uymr9pfcdf] {
    background: #64e2a8;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(100, 226, 168, .18);
    display: inline-block;
    height: 9px;
    width: 9px;
}

.panel-list[b-uymr9pfcdf] {
    display: grid;
    gap: 12px;
}

.panel-list > div[b-uymr9pfcdf] {
    align-items: flex-start;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    gap: 14px;
    padding: 14px 16px;
}

.panel-list > div > span[b-uymr9pfcdf] {
    align-items: center;
    background: var(--accent);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.panel-list strong[b-uymr9pfcdf] {
    display: block;
    font-size: 1.02rem;
}

.panel-list small[b-uymr9pfcdf] {
    color: rgba(255, 255, 255, .74);
    display: block;
    margin-top: 3px;
}

.cohort-section[b-uymr9pfcdf] {
    padding: clamp(52px, 7vw, 92px) 0;
}

.intro-band[b-uymr9pfcdf] {
    background: var(--soft);
}

.split-layout[b-uymr9pfcdf] {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: start;
}

.cohort-section h2[b-uymr9pfcdf] {
    font-size: clamp(1.65rem, 3.1vw, 2.6rem);
    line-height: 1.16;
    margin: 0;
}

.copy-stack p[b-uymr9pfcdf] {
    color: var(--muted);
    font-size: 1.06rem;
    line-height: 1.72;
    margin: 0 0 16px;
}

.copy-stack p:last-child[b-uymr9pfcdf] {
    margin-bottom: 0;
}

.section-heading[b-uymr9pfcdf] {
    margin-bottom: clamp(28px, 4vw, 46px);
    max-width: 880px;
}

.week-grid[b-uymr9pfcdf] {
    display: grid;
    gap: clamp(18px, 2.4vw, 26px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.week-card[b-uymr9pfcdf] {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(23, 32, 51, .06);
    display: flex;
    flex-direction: column;
    padding: clamp(22px, 3vw, 32px);
    transition: transform .18s ease, box-shadow .18s ease;
}

.week-card:hover[b-uymr9pfcdf] {
    transform: translateY(-3px);
    box-shadow: 0 26px 54px rgba(23, 32, 51, .11);
}

.week-tag[b-uymr9pfcdf] {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.week-number[b-uymr9pfcdf] {
    align-items: center;
    background: var(--brand-deep);
    border-radius: 10px;
    color: #ffffff;
    display: inline-flex;
    font-size: 1.25rem;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.week-label[b-uymr9pfcdf] {
    color: var(--accent);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.week-card h3[b-uymr9pfcdf] {
    font-size: clamp(1.3rem, 2.2vw, 1.72rem);
    line-height: 1.2;
    margin: 0;
}

.week-promise[b-uymr9pfcdf] {
    color: var(--brand);
    font-size: 1.04rem;
    font-weight: 750;
    margin: 10px 0 18px;
}

.week-card ul[b-uymr9pfcdf] {
    color: var(--muted);
    display: grid;
    gap: 10px;
    line-height: 1.6;
    margin: 0;
    padding-left: 20px;
}

.dark-band[b-uymr9pfcdf] {
    background: var(--brand-deep);
    color: #ffffff;
}

.transformation-layout[b-uymr9pfcdf] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: start;
}

.before-after[b-uymr9pfcdf] {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ba-column[b-uymr9pfcdf] {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
    display: grid;
    gap: 12px;
    padding: 20px;
}

.ba-column.highlight[b-uymr9pfcdf] {
    background: rgba(224, 122, 63, .16);
    border-color: rgba(224, 122, 63, .42);
}

.ba-head[b-uymr9pfcdf] {
    color: rgba(255, 255, 255, .72);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .08em;
    margin: 0;
    text-transform: uppercase;
}

.ba-column > div[b-uymr9pfcdf] {
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .9);
    line-height: 1.55;
    padding-top: 12px;
}

.feature-grid[b-uymr9pfcdf] {
    display: grid;
    gap: clamp(18px, 2.4vw, 26px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article[b-uymr9pfcdf] {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: clamp(20px, 2.6vw, 28px);
}

.feature-grid article > span[b-uymr9pfcdf] {
    align-items: center;
    background: var(--soft);
    border-radius: 8px;
    color: var(--brand);
    display: inline-flex;
    font-weight: 900;
    height: 36px;
    justify-content: center;
    margin-bottom: 14px;
    width: 36px;
}

.feature-grid h3[b-uymr9pfcdf] {
    font-size: 1.16rem;
    margin: 0 0 10px;
}

.feature-grid p[b-uymr9pfcdf] {
    color: var(--muted);
    line-height: 1.65;
    margin: 0;
}

.pricing-band[b-uymr9pfcdf] {
    background: var(--soft);
}

.price-layout[b-uymr9pfcdf] {
    grid-template-columns: minmax(0, .92fr) minmax(340px, 1.08fr);
    align-items: start;
}

.price-copy p[b-uymr9pfcdf] {
    color: var(--muted);
    font-size: 1.06rem;
    line-height: 1.7;
    margin: 18px 0 0;
}

.price-stack[b-uymr9pfcdf] {
    display: grid;
    gap: 10px;
    margin-top: 24px;
    max-width: 420px;
}

.price-row[b-uymr9pfcdf] {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 14px 18px;
}

.price-row span[b-uymr9pfcdf] {
    color: var(--muted);
    font-weight: 700;
}

.price-row strong[b-uymr9pfcdf] {
    font-size: 1.3rem;
}

.price-row strong.struck[b-uymr9pfcdf] {
    color: var(--muted);
    text-decoration: line-through;
}

.price-row.founders[b-uymr9pfcdf] {
    background: var(--brand-deep);
    border-color: var(--brand-deep);
}

.price-row.founders span[b-uymr9pfcdf] {
    color: rgba(255, 255, 255, .82);
}

.price-row.founders strong[b-uymr9pfcdf] {
    color: #ffd7bd;
    font-size: 1.7rem;
}

.price-fine[b-uymr9pfcdf] {
    color: var(--muted);
    font-size: .92rem;
    margin-top: 14px;
}

.price-card[b-uymr9pfcdf] {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 24px 52px rgba(23, 32, 51, .1);
    padding: clamp(22px, 3vw, 34px);
}

.plan-name[b-uymr9pfcdf] {
    color: var(--brand);
    font-size: .8rem;
    font-weight: 850;
    letter-spacing: .08em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.price-card ul[b-uymr9pfcdf] {
    color: var(--muted);
    display: grid;
    gap: 10px;
    line-height: 1.6;
    margin: 0 0 24px;
    padding-left: 20px;
}

.embedded-checkout-area[b-uymr9pfcdf] {
    border-top: 1px solid var(--line);
    padding-top: 20px;
}

.embedded-checkout-shell.is-hidden[b-uymr9pfcdf] {
    display: none;
}

.checkout-status[b-uymr9pfcdf] {
    color: var(--muted);
    margin: 0;
}

.checkout-error[b-uymr9pfcdf] {
    color: #b3261e;
    font-weight: 700;
    margin: 0 0 12px;
}

.checkout-fallback p[b-uymr9pfcdf] {
    color: var(--muted);
    line-height: 1.6;
    margin: 0 0 12px;
}

.fit-layout[b-uymr9pfcdf] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.fit-box[b-uymr9pfcdf] {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: clamp(22px, 3vw, 32px);
}

.fit-box.good[b-uymr9pfcdf] {
    background: rgba(31, 122, 92, .07);
    border-color: rgba(31, 122, 92, .3);
}

.fit-box.quiet[b-uymr9pfcdf] {
    background: var(--soft);
}

.fit-box ul[b-uymr9pfcdf] {
    color: var(--muted);
    display: grid;
    gap: 10px;
    line-height: 1.62;
    margin: 18px 0 0;
    padding-left: 20px;
}

.faq-section[b-uymr9pfcdf] {
    background: var(--soft);
}

.faq-list[b-uymr9pfcdf] {
    display: grid;
    gap: 12px;
}

.faq-list details[b-uymr9pfcdf] {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 16px 20px;
}

.faq-list summary[b-uymr9pfcdf] {
    cursor: pointer;
    font-size: 1.06rem;
    font-weight: 800;
}

.faq-list p[b-uymr9pfcdf] {
    color: var(--muted);
    line-height: 1.68;
    margin: 12px 0 0;
}

.final-cta[b-uymr9pfcdf] {
    background:
        linear-gradient(135deg, rgba(15, 52, 66, .98), rgba(21, 95, 122, .96));
    color: #ffffff;
    padding: clamp(52px, 7vw, 92px) 0;
    text-align: center;
}

.final-cta h2[b-uymr9pfcdf] {
    font-size: clamp(1.7rem, 3.2vw, 2.7rem);
    line-height: 1.16;
    margin: 0 auto;
    max-width: 900px;
}

.final-cta .action-button[b-uymr9pfcdf] {
    margin-top: 30px;
}

@media (max-width: 980px) {
    .hero-layout[b-uymr9pfcdf],
    .split-layout[b-uymr9pfcdf],
    .transformation-layout[b-uymr9pfcdf],
    .price-layout[b-uymr9pfcdf],
    .fit-layout[b-uymr9pfcdf] {
        grid-template-columns: 1fr;
    }

    .cohort-panel[b-uymr9pfcdf] {
        max-width: 680px;
    }

    .feature-grid[b-uymr9pfcdf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cohort-page[b-uymr9pfcdf] {
        margin-left: var(--full-bleed-left);
        margin-right: var(--full-bleed-right);
    }

    .cohort-shell[b-uymr9pfcdf] {
        width: min(100% - 24px, 1120px);
    }

    .week-grid[b-uymr9pfcdf],
    .feature-grid[b-uymr9pfcdf],
    .before-after[b-uymr9pfcdf] {
        grid-template-columns: 1fr;
    }

    .hero-actions[b-uymr9pfcdf],
    .action-button[b-uymr9pfcdf] {
        width: 100%;
    }

    .trust-row span[b-uymr9pfcdf] {
        width: 100%;
    }

    .price-flash[b-uymr9pfcdf] {
        display: block;
    }
}
