/* /Components/Layout/Footer.razor.rz.scp.css */
.footer-shell[b-isaxqb85su] {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    color: #0f172a;
}

.footer-shell__inner[b-isaxqb85su] {
    width: min(100% - 2rem, var(--content-wide));
    margin-inline: auto;
    padding-top: 5rem;
    padding-bottom: 10rem;
}

.footer-shell__main[b-isaxqb85su] {
    display: grid;
    gap: 2rem;
}

.footer-shell__brand[b-isaxqb85su] {
    padding: 0;
}

.footer-shell__brand-kicker[b-isaxqb85su] {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.35rem 0.7rem;
    border-radius: 9999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-shell__logo[b-isaxqb85su] {
    width: auto;
    height: 2.9rem;
}

.footer-shell__brand-copy[b-isaxqb85su] {
    margin-top: 1rem;
    color: #475569;
    line-height: 1.8;
}

.footer-shell__brand-actions[b-isaxqb85su] {
    margin-top: 1.25rem;
}

.footer-shell__brand-link[b-isaxqb85su] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    transition: color 180ms ease;
}

.footer-shell__brand-link:hover[b-isaxqb85su] {
    color: #1d4ed8;
}

.footer-shell__product-pills[b-isaxqb85su] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.4rem;
}

.footer-shell__pill[b-isaxqb85su] {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border: 1px solid #dbeafe;
    border-radius: 9999px;
    background: #f8fbff;
    color: #1e293b;
    font-size: 0.92rem;
    text-decoration: none;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.footer-shell__pill:hover[b-isaxqb85su] {
    border-color: #93c5fd;
    background: #eff6ff;
    color: #2563eb;
}

.footer-shell__columns[b-isaxqb85su] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    align-content: start;
}

.footer-shell__column[b-isaxqb85su] {
    min-width: 0;
}

.footer-shell__heading[b-isaxqb85su] {
    margin: 0 0 1rem;
    color: #0f172a;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.footer-shell__links[b-isaxqb85su] {
    display: grid;
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-shell__link[b-isaxqb85su],
.footer-shell__bottom-link[b-isaxqb85su] {
    color: #64748b;
    text-decoration: none;
    transition: color 180ms ease;
}

.footer-shell__link:hover[b-isaxqb85su],
.footer-shell__bottom-link:hover[b-isaxqb85su] {
    color: #2563eb;
}

.footer-shell__socials[b-isaxqb85su] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.footer-shell__social-link[b-isaxqb85su] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid #e2e8f0;
    border-radius: 9999px;
    background: #ffffff;
    color: #475569;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.footer-shell__social-link:hover[b-isaxqb85su] {
    transform: translateY(-1px);
    border-color: #93c5fd;
    background: #eff6ff;
    color: #2563eb;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}

.footer-shell__social-icon[b-isaxqb85su] {
    width: 1rem;
    height: 1rem;
}

.footer-shell__bottom[b-isaxqb85su] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e2e8f0;
}

.footer-shell__copyright[b-isaxqb85su] {
    color: #94a3b8;
    font-size: 0.92rem;
}

.footer-shell__bottom-links[b-isaxqb85su] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (min-width: 768px) {
    .footer-shell__main[b-isaxqb85su] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
        gap: 2.5rem;
        align-items: start;
    }

    .footer-shell__columns[b-isaxqb85su] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 2rem;
        row-gap: 2rem;
        text-align: left;
    }

    .footer-shell__socials[b-isaxqb85su] {
        justify-content: flex-start;
    }

    .footer-shell__bottom[b-isaxqb85su] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .footer-shell__inner[b-isaxqb85su] {
        padding-top: 6rem;
        padding-bottom: 10rem;
    }

    .footer-shell__columns[b-isaxqb85su] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 3rem;
        justify-content: end;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-1pkph0212u] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #ffffff;
    color: #111827;
    overflow-x: hidden;
}

.app-main[b-1pkph0212u] {
    flex: 1 0 auto;
}

#blazor-error-ui[b-1pkph0212u] {
    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-1pkph0212u] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-rnag8rbxfk] {
    position: relative;
    z-index: 50;
    background: #ffffff;
    background-attachment: fixed;
    animation: navFadeInDown-b-rnag8rbxfk 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes navFadeInDown-b-rnag8rbxfk {
    0% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); }
}

.site-nav__inner[b-rnag8rbxfk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    min-height: 4.5rem;
    width: 100%;
    padding-inline: clamp(1rem, 4vw, 4rem);
}

.site-nav__brand[b-rnag8rbxfk] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.site-nav__logo[b-rnag8rbxfk] {
    width: auto;
    height: 4rem;
}

.site-nav__links[b-rnag8rbxfk] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-left: 2rem;
    margin-right: auto;
}

.site-nav__link[b-rnag8rbxfk],
.site-nav__product-button[b-rnag8rbxfk] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border: 1px solid transparent;
    border-radius: 0.6rem;
    background: transparent;
    color: #374151;
    padding: 0.55rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.site-nav__link:hover[b-rnag8rbxfk],
.site-nav__products:hover .site-nav__product-button[b-rnag8rbxfk] {
    background: #f8fafc;
    color: #2563eb;
}

.site-nav__link.is-active[b-rnag8rbxfk] {
    color: #2563eb;
}

.site-nav__products[b-rnag8rbxfk],
.site-nav__pricing[b-rnag8rbxfk] {
    position: relative;
}

.site-nav__chevron[b-rnag8rbxfk] {
    width: 1rem;
    height: 1rem;
}

.nav-dropdown[b-rnag8rbxfk] {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 28rem;
    padding: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    border: 1px solid rgba(229, 231, 235, 0.6);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(12px);
    opacity: 0;
    transform: translateX(-50%) translateY(0.35rem);
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.site-nav__products:hover .nav-dropdown[b-rnag8rbxfk],
.site-nav__products:focus-within .nav-dropdown[b-rnag8rbxfk],
.site-nav__pricing:hover .nav-dropdown[b-rnag8rbxfk],
.site-nav__pricing:focus-within .nav-dropdown[b-rnag8rbxfk] {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    visibility: visible;
}

.nav-dropdown__column[b-rnag8rbxfk] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nav-dropdown__section-title[b-rnag8rbxfk] {
    font-size: 0.725rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    margin-bottom: 0.25rem;
    padding-left: 0.5rem;
}

.nav-dropdown__item[b-rnag8rbxfk] {
    display: block;
    padding: 0.6rem 0.75rem;
    border-radius: 0.6rem;
    color: #374151;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.nav-dropdown__item:hover[b-rnag8rbxfk] {
    background: #f8fafc;
    color: #6366f1;
    transform: translateY(-1px);
}

.nav-dropdown__title[b-rnag8rbxfk],
.nav-dropdown__copy[b-rnag8rbxfk] {
    display: block;
}

.nav-dropdown__title[b-rnag8rbxfk] {
    font-weight: 600;
    font-size: 0.9rem;
}

.nav-dropdown__copy[b-rnag8rbxfk] {
    margin-top: 0.15rem;
    color: #6b7280;
    font-size: 0.75rem;
}

.site-nav__cta[b-rnag8rbxfk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 0.55rem;
    min-height: 2.75rem;
    border: 1px solid transparent;
    border-radius: 9999px;
    padding: 0.8rem 1.4rem;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border-color 200ms ease, color 200ms ease;
    background: #6366f1;
    color: #ffffff;
    box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.4);
}

.site-nav__cta:hover[b-rnag8rbxfk] {
    background: #4f46e5;
    box-shadow: 0 15px 30px -5px rgba(99, 102, 241, 0.5);
    transform: translateY(-2px);
}

/* Mobile Toggle & Side Navigation */
.site-nav__toggle[b-rnag8rbxfk] {
    display: none;
    border: none;
    background: transparent;
    padding: 0.5rem;
    color: #374151;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: background-color 150ms ease, color 150ms ease;
}

.site-nav__toggle:hover[b-rnag8rbxfk] {
    background: #f1f5f9;
    color: #2563eb;
}

.site-nav__toggle-icon[b-rnag8rbxfk] {
    width: 1.75rem;
    height: 1.75rem;
}

/* Mobile Side Navigation Drawer Overlay */
.site-nav__mobile-overlay[b-rnag8rbxfk] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), visibility 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-nav__mobile-overlay.is-open[b-rnag8rbxfk] {
    opacity: 1;
    visibility: visible;
}

/* Mobile Side Navigation Drawer */
.site-nav__mobile-drawer[b-rnag8rbxfk] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(340px, 85vw);
    background: #ffffff;
    box-shadow: -10px 0 30px -5px rgba(15, 23, 42, 0.15);
    z-index: 999;
    transform: translateX(100%);
    transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.site-nav__mobile-drawer.is-open[b-rnag8rbxfk] {
    transform: translateX(0);
}

.site-nav__mobile-header[b-rnag8rbxfk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.site-nav__close[b-rnag8rbxfk] {
    border: none;
    background: transparent;
    padding: 0.5rem;
    color: #6b7280;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: background-color 150ms ease, color 150ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-nav__close:hover[b-rnag8rbxfk] {
    background: #f1f5f9;
    color: #ef4444;
}

.site-nav__mobile-content[b-rnag8rbxfk] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Mobile accordion links list styles */
.site-nav__mobile-content > .site-nav__link[b-rnag8rbxfk] {
    display: flex;
    font-size: 1.05rem;
    padding: 0.75rem 1rem;
    border-radius: 0.6rem;
    width: 100%;
}

.site-nav__mobile-content > .site-nav__link:hover[b-rnag8rbxfk],
.site-nav__mobile-content > .site-nav__link.is-active[b-rnag8rbxfk] {
    background: #f8fafc;
    color: #2563eb;
}

.site-nav__mobile-section[b-rnag8rbxfk] {
    display: flex;
    flex-direction: column;
}

.site-nav__mobile-accordion-header[b-rnag8rbxfk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: #374151;
    background: transparent;
    border: none;
    border-radius: 0.6rem;
    cursor: pointer;
    text-align: left;
    transition: background-color 150ms ease, color 150ms ease;
}

.site-nav__mobile-accordion-header:hover[b-rnag8rbxfk] {
    background: #f8fafc;
    color: #2563eb;
}

.site-nav__mobile-accordion-header .site-nav__chevron[b-rnag8rbxfk] {
    transition: transform 250ms ease;
}

.site-nav__mobile-accordion-header .site-nav__chevron.is-expanded[b-rnag8rbxfk] {
    transform: rotate(180deg);
}

.site-nav__mobile-accordion-content[b-rnag8rbxfk] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 250ms ease;
}

.site-nav__mobile-accordion-content.is-expanded[b-rnag8rbxfk] {
    max-height: 500px;
    opacity: 1;
}

.site-nav__mobile-accordion-inner[b-rnag8rbxfk] {
    padding: 0.5rem 0.5rem 0.75rem 1.25rem;
    border-left: 2px solid #e2e8f0;
    margin-left: 1.5rem;
    margin-top: 0.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.site-nav__mobile-accordion-inner .nav-dropdown__section-title[b-rnag8rbxfk] {
    padding-left: 0.75rem;
}

.site-nav__mobile-accordion-inner .nav-dropdown__item[b-rnag8rbxfk] {
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
}

.site-nav__mobile-footer[b-rnag8rbxfk] {
    padding: 1.5rem;
    border-top: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
}

.site-nav__cta--mobile[b-rnag8rbxfk] {
    width: 100%;
    padding-block: 0.9rem;
    font-size: 0.95rem;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .site-nav__inner[b-rnag8rbxfk] {
        min-height: 4.5rem;
        align-items: center;
        flex-wrap: nowrap;
        padding-block: 0;
    }

    .site-nav__logo[b-rnag8rbxfk] {
        height: 3.5rem;
    }

    /* Hide standard desktop horizontal links and call-to-action button */
    .site-nav__links[b-rnag8rbxfk] {
        display: none !important;
    }

    .site-nav__cta[b-rnag8rbxfk] {
        display: none !important;
    }

    /* Show hamburger icon trigger */
    .site-nav__toggle[b-rnag8rbxfk] {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-nav[b-rnag8rbxfk],
    .nav-dropdown[b-rnag8rbxfk],
    .site-nav__mobile-overlay[b-rnag8rbxfk],
    .site-nav__mobile-drawer[b-rnag8rbxfk],
    .site-nav__mobile-accordion-content[b-rnag8rbxfk] {
        backdrop-filter: none;
        transition: none !important;
        animation: none !important;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cx795hmagm],
.components-reconnect-repeated-attempt-visible[b-cx795hmagm],
.components-reconnect-failed-visible[b-cx795hmagm],
.components-pause-visible[b-cx795hmagm],
.components-resume-failed-visible[b-cx795hmagm],
.components-rejoining-animation[b-cx795hmagm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cx795hmagm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cx795hmagm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cx795hmagm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cx795hmagm],
#components-reconnect-modal.components-reconnect-retrying[b-cx795hmagm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cx795hmagm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cx795hmagm],
#components-reconnect-modal.components-reconnect-failed[b-cx795hmagm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cx795hmagm] {
    display: block;
}


#components-reconnect-modal[b-cx795hmagm] {
    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-cx795hmagm 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cx795hmagm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cx795hmagm 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cx795hmagm]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cx795hmagm 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cx795hmagm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cx795hmagm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cx795hmagm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cx795hmagm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cx795hmagm] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cx795hmagm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cx795hmagm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cx795hmagm] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cx795hmagm] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cx795hmagm] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cx795hmagm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cx795hmagm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cx795hmagm {
    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/About.razor.rz.scp.css */
/* 1. Hero Section */
.about-hero[b-ceyrvvthaz] {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #0f172a;
    padding-block: 8rem 6rem;
    text-align: center;
}

.about-hero h1[b-ceyrvvthaz] {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.about-hero-sub[b-ceyrvvthaz] {
    margin: 0 auto;
    max-width: 48rem;
    color: #475569;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
}

/* 2. The Manifesto */
.about-manifesto[b-ceyrvvthaz] {
    background: #ffffff;
    padding-block: 6rem;
    text-align: center;
}

.about-manifesto blockquote[b-ceyrvvthaz] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 600;
    line-height: 1.3;
    color: #0f172a;
    margin: 0 auto 3rem;
    letter-spacing: -0.02em;
}

.manifesto-text p[b-ceyrvvthaz] {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #475569;
    max-width: 50rem;
    margin: 0 auto;
}

/* Common Section Headers */
.section-header[b-ceyrvvthaz] {
    text-align: center;
    margin-bottom: 4rem;
}

.eyebrow[b-ceyrvvthaz] {
    color: #6366f1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
}

.title[b-ceyrvvthaz] {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.subtitle[b-ceyrvvthaz] {
    color: #475569;
    font-size: 1.1rem;
    max-width: 40rem;
    margin: 0 auto;
}

/* 3. The Doisk Ecosystem (Bento Grid) */
.about-ecosystem[b-ceyrvvthaz] {
    background: #f8fafc;
    padding-block: 6rem;
}

.bento-grid[b-ceyrvvthaz] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.bento-card[b-ceyrvvthaz] {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 3rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
}

.bento-card:hover[b-ceyrvvthaz] {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.bento-card-content h3[b-ceyrvvthaz] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 1rem;
}

.bento-card-content p[b-ceyrvvthaz] {
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.journey-icon[b-ceyrvvthaz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.journey-icon img[b-ceyrvvthaz] {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.journey-icon-stylit[b-ceyrvvthaz] {
    background: #111827;
}

.journey-icon-enfant[b-ceyrvvthaz] {
    background: #8c52ff;
}

.journey-icon-enfant img[b-ceyrvvthaz] {
    width: 3rem;
    height: 3rem;
}

/* 4. Engineering & Infrastructure */
.about-infrastructure[b-ceyrvvthaz] {
    background: #ffffff;
    padding-block: 6rem;
}

.infra-grid[b-ceyrvvthaz] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.infra-card[b-ceyrvvthaz] {
    background: #f8fafc;
    border-radius: 1rem;
    padding: 2.5rem;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.infra-card:hover[b-ceyrvvthaz] {
    transform: translateY(-2px);
    background: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
}

/* Card specific iOS Glass Icon gradients and glows */
.infra-icon.bg-purple[b-ceyrvvthaz] { 
    --icon-bg: linear-gradient(135deg, #a855f7 0%, #6366f1 100%);
    --icon-glow: rgba(147, 51, 234, 0.35);
}
.infra-icon.bg-pink[b-ceyrvvthaz] { 
    --icon-bg: linear-gradient(135deg, #ec4899 0%, #d946ef 100%);
    --icon-glow: rgba(236, 72, 153, 0.35);
}
.infra-icon.bg-orange[b-ceyrvvthaz] { 
    --icon-bg: linear-gradient(135deg, #f97316 0%, #dc2626 100%);
    --icon-glow: rgba(249, 115, 22, 0.35);
}

/* Base Infrastructure Icon Style */
.infra-icon[b-ceyrvvthaz] {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--icon-bg);
    border-radius: 1.125rem; /* iOS-style smooth squircle shape */
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 10px 20px -5px var(--icon-glow),
        inset 0 2px 4px rgba(255, 255, 255, 0.5),
        inset 0 -2px 4px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    margin-bottom: 1.5rem;
}

/* Glass Reflection Layer (Frosted/Glossy Top Half) */
.infra-icon[b-ceyrvvthaz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.125rem 1.125rem 0 0;
    pointer-events: none;
    z-index: 2;
}

/* Hover Shine Sweep Effect */
.infra-icon[b-ceyrvvthaz]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 150%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.45) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg) translateX(-150%);
    transition: transform 0.6s ease-in-out;
    pointer-events: none;
    z-index: 3;
}

/* Emojis suspended inside glass - perfectly centered with Flexbox */
.infra-icon span[b-ceyrvvthaz] {
    z-index: 1;
    font-size: 1.6rem;
    line-height: 1;
    display: flex; /* Centering fix using flexbox on the span container */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2.5px 4px rgba(0,0,0,0.18));
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center center;
}

/* Interactive Hover States */
.infra-card:hover .infra-icon[b-ceyrvvthaz]::after {
    transform: skewX(-25deg) translateX(150%);
}

.infra-card:hover .infra-icon[b-ceyrvvthaz] {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 
        0 14px 28px -5px var(--icon-glow),
        inset 0 2px 4px rgba(255, 255, 255, 0.6),
        inset 0 -2px 4px rgba(0, 0, 0, 0.20);
}

.infra-card:hover .infra-icon span[b-ceyrvvthaz] {
    transform: scale(1.15) rotate(5deg);
}

.infra-card h4[b-ceyrvvthaz] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 1rem;
}

.infra-card p[b-ceyrvvthaz] {
    color: #475569;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* 5. Call To Action */
.about-cta[b-ceyrvvthaz] {
    background: #fdf4f4;
    padding-block: 6rem;
}

.text-center[b-ceyrvvthaz] {
    text-align: center;
}

.about-cta h2[b-ceyrvvthaz] {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

.about-cta p[b-ceyrvvthaz] {
    color: #475569;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

.cta-actions[b-ceyrvvthaz] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.btn-secondary[b-ceyrvvthaz] {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.btn-secondary:hover[b-ceyrvvthaz] {
    background: #f8fafc;
}

/* Animations */
.reveal[b-ceyrvvthaz] {
    opacity: 0;
    transform: translateY(18px) scale(0.99);
    animation: reveal-up-b-ceyrvvthaz 680ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: var(--delay, 0ms);
}

@keyframes reveal-up-b-ceyrvvthaz {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.99);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .infra-grid[b-ceyrvvthaz] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bento-grid[b-ceyrvvthaz],
    .infra-grid[b-ceyrvvthaz] {
        grid-template-columns: 1fr;
    }
    .cta-actions[b-ceyrvvthaz] {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .reveal[b-ceyrvvthaz] {
        animation: none !important;
        opacity: 1;
        transform: none;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-df2v7lbb89] {
    background: #ffffff;
    padding-block: 5rem;
}

.contact-header[b-df2v7lbb89] {
    margin-bottom: 3rem;
    text-align: center;
}

.contact-header h1[b-df2v7lbb89] {
    display: inline-block;
    margin-bottom: 0.85rem;
    font-size: clamp(2.5rem, 5vw, 3rem);
    line-height: 1.05;
}

.contact-header p[b-df2v7lbb89] {
    margin: 0 auto;
    max-width: 38rem;
    color: #4b5563;
}

.contact-card[b-df2v7lbb89] {
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
    background: #f8fafc;
    padding: clamp(1.25rem, 4vw, 2rem);
    box-shadow: var(--shadow-soft);
}

.contact-form[b-df2v7lbb89] {
    display: grid;
    gap: 1rem;
}

.form-field[b-df2v7lbb89] {
    display: grid;
    gap: 0.35rem;
}

.form-field label[b-df2v7lbb89] {
    color: #374151;
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-actions[b-df2v7lbb89] {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.contact-actions .btn:disabled[b-df2v7lbb89] {
    cursor: not-allowed;
    opacity: 0.65;
    transform: none;
}

.contact-alert[b-df2v7lbb89] {
    display: grid;
    gap: 0.25rem;
    margin-bottom: 1rem;
    border-radius: 0.75rem;
    padding: 0.9rem 1rem;
}

.contact-alert-success[b-df2v7lbb89] {
    border: 1px solid #86efac;
    background: #dcfce7;
    color: #15803d;
}

.contact-alert-error[b-df2v7lbb89] {
    border: 1px solid #fca5a5;
    background: #fee2e2;
    color: #b91c1c;
}

.field-message[b-df2v7lbb89] {
    color: #ef4444;
    font-size: 0.9rem;
}
/* /Components/Pages/Enfant.razor.rz.scp.css */
.enfant-page[b-kj69t4jid1] {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(140, 82, 255, 0.08), transparent 22%),
        radial-gradient(circle at 85% 22%, rgba(196, 181, 253, 0.18), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fcfbff 36%, #ffffff 100%);
    color: #0f172a;
    overflow: clip;
}

.enfant-hero[b-kj69t4jid1] {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    background-attachment: fixed;
    color: #0f172a;
    padding-block: 5rem 4rem;
    text-align: center;
}

.enfant-hero__inner[b-kj69t4jid1] {
    position: relative;
    z-index: 1;
}

.page-badge[b-kj69t4jid1] {
    display: inline-block;
    border: 1px solid rgba(140, 82, 255, 0.28);
    border-radius: 9999px;
    background: rgba(245, 240, 255, 0.9);
    color: #7c3aed;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.enfant-title[b-kj69t4jid1] {
    display: inline-block;
    max-width: 52rem;
    margin: 2rem 0 1.5rem;
    background: linear-gradient(90deg, #8c52ff, #6d28d9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: clamp(3rem, 8vw, 4rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
}

.enfant-lede[b-kj69t4jid1] {
    max-width: 42rem;
    margin: 0 auto 2.5rem;
    color: #475569;
    font-size: 1.25rem;
    line-height: 1.8;
}

.store-actions[b-kj69t4jid1] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.store-badge-link[b-kj69t4jid1] {
    display: inline-flex;
    transition: transform 220ms ease, filter 220ms ease;
}

.store-badge-link:hover[b-kj69t4jid1] {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

.app-store-badge[b-kj69t4jid1],
.google-play-badge[b-kj69t4jid1] {
    height: 48px;
    width: auto;
}

.enfant-hero__visual[b-kj69t4jid1] {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.enfant-hero__image[b-kj69t4jid1] {
    width: min(100%, 28rem);
    height: auto;
    filter: drop-shadow(0 34px 54px rgba(76, 29, 149, 0.18));
}

.stats-section[b-kj69t4jid1] {
    border-block: 1px solid #f1f5f9;
    background: linear-gradient(135deg, rgba(140, 82, 255, 0.04), rgba(109, 40, 217, 0.02));
    padding-block: 5rem;
}

.stats-grid[b-kj69t4jid1] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-value[b-kj69t4jid1] {
    color: #0f172a;
    font-size: clamp(1.75rem, 4vw, 2rem);
    font-weight: 800;
}

.stat-label[b-kj69t4jid1] {
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.9rem;
}

.section-header[b-kj69t4jid1] {
    max-width: 56rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.section-header h2[b-kj69t4jid1] {
    margin: 1.5rem 0;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 2.5rem);
    line-height: 1.1;
}

.section-header p[b-kj69t4jid1] {
    max-width: 48rem;
    margin: 0 auto;
    color: #475569;
    font-size: 1.2rem;
    line-height: 1.75;
}

.card-grid[b-kj69t4jid1] {
    display: grid;
    gap: 2rem;
}

.card-grid-three[b-kj69t4jid1] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card[b-kj69t4jid1],
.step-card[b-kj69t4jid1],
.category-card[b-kj69t4jid1],
.trust-card[b-kj69t4jid1] {
    border: 1px solid #f1f5f9;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: var(--shadow-soft);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.info-card:hover[b-kj69t4jid1],
.step-card:hover[b-kj69t4jid1],
.category-card:hover[b-kj69t4jid1],
.trust-card:hover[b-kj69t4jid1] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.info-card[b-kj69t4jid1],
.step-card[b-kj69t4jid1] {
    padding: 2rem;
}

.info-card[b-kj69t4jid1] {
    background: #f8fafc;
}

.info-card-compact[b-kj69t4jid1] {
    text-align: center;
}

.card-icon[b-kj69t4jid1] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, rgba(140, 82, 255, 0.15), rgba(109, 40, 217, 0.08));
    color: #8c52ff;
}

.info-card .card-icon[b-kj69t4jid1] {
    margin-bottom: 1.5rem;
}

.info-card-compact .card-icon[b-kj69t4jid1] {
    margin-inline: auto;
}

.card-icon svg[b-kj69t4jid1] {
    width: 1.9rem;
    height: 1.9rem;
}

.info-card h3[b-kj69t4jid1],
.step-card h3[b-kj69t4jid1],
.trust-card h3[b-kj69t4jid1] {
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.info-card p[b-kj69t4jid1],
.step-card p[b-kj69t4jid1],
.trust-card p[b-kj69t4jid1],
.category-card p[b-kj69t4jid1] {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.step-card[b-kj69t4jid1] {
    text-align: center;
}

.step-number[b-kj69t4jid1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.5rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #8c52ff, #6d28d9);
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 800;
}

.step-image-frame[b-kj69t4jid1] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 0.9rem;
    background: rgba(140, 82, 255, 0.06);
}

.step-image-frame img[b-kj69t4jid1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wail-panel[b-kj69t4jid1] {
    max-width: 64rem;
    margin-inline: auto;
    border: 1px solid #f1f5f9;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(140, 82, 255, 0.03), rgba(109, 40, 217, 0.01));
    padding: clamp(2rem, 5vw, 3.5rem);
}

.wail-metrics[b-kj69t4jid1] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
    border-top: 1px solid #f1f5f9;
    padding-top: 2.5rem;
    text-align: center;
}

.wail-metrics strong[b-kj69t4jid1],
.wail-metrics span[b-kj69t4jid1] {
    display: block;
}

.wail-metrics strong[b-kj69t4jid1] {
    color: #0f172a;
    font-size: 1.4rem;
}

.wail-metrics span[b-kj69t4jid1] {
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.9rem;
}

.category-grid[b-kj69t4jid1] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
}

.category-card[b-kj69t4jid1] {
    padding: 2rem;
    text-align: center;
}

.category-icon[b-kj69t4jid1] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    border-radius: 0.75rem;
}

.category-icon svg[b-kj69t4jid1] {
    width: 1.5rem;
    height: 1.5rem;
}

.category-icon-danger[b-kj69t4jid1] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.category-icon-indigo[b-kj69t4jid1] {
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1;
}

.category-icon-amber[b-kj69t4jid1] {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.category-icon-teal[b-kj69t4jid1] {
    background: rgba(20, 184, 166, 0.1);
    color: #14b8a6;
}

.category-icon-purple[b-kj69t4jid1] {
    background: rgba(140, 82, 255, 0.1);
    color: #8c52ff;
}

.category-card h4[b-kj69t4jid1] {
    margin-bottom: 0.25rem;
    color: #0f172a;
}

.category-card p[b-kj69t4jid1] {
    color: #64748b;
    font-size: 0.8rem;
}

.trust-grid[b-kj69t4jid1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 56rem;
    margin-inline: auto;
}

.trust-card[b-kj69t4jid1] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
}

.trust-card .card-icon[b-kj69t4jid1] {
    flex: 0 0 auto;
}

.download-panel[b-kj69t4jid1] {
    overflow: hidden;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #8c52ff, #6d28d9);
    color: #ffffff;
    padding: clamp(2rem, 6vw, 4rem);
    text-align: center;
}

.download-panel h2[b-kj69t4jid1] {
    margin-bottom: 1rem;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
}

.download-panel p[b-kj69t4jid1] {
    max-width: 42rem;
    margin: 0 auto 2.5rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.1rem;
    line-height: 1.75;
}

.reveal[b-kj69t4jid1] {
    opacity: 0;
    transform: translateY(18px) scale(0.99);
    animation: reveal-up-b-kj69t4jid1 680ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: var(--delay, 0ms);
}

@keyframes reveal-up-b-kj69t4jid1 {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.99);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.enfant-section[b-kj69t4jid1] {
    position: relative;
    background: #ffffff;
    padding-block: 6rem;
}

.enfant-section[b-kj69t4jid1]::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.3), transparent);
    pointer-events: none;
}

.enfant-section-soft[b-kj69t4jid1]::before,
.enfant-preview-section[b-kj69t4jid1]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.enfant-section-soft[b-kj69t4jid1]::before {
    background:
        linear-gradient(180deg, rgba(250, 248, 255, 0.86), rgba(255, 255, 255, 0)),
        radial-gradient(circle at 16% 30%, rgba(140, 82, 255, 0.08), transparent 20%);
}

.enfant-hero>div[b-kj69t4jid1],
.enfant-section>div[b-kj69t4jid1],
.enfant-preview-section>div[b-kj69t4jid1] {
    position: relative;
    z-index: 1;
}

.enfant-hero__visual[b-kj69t4jid1] {
    padding-inline: 1rem;
}

.enfant-hero__image[b-kj69t4jid1] {
    filter: drop-shadow(0 34px 54px rgba(76, 29, 149, 0.18));
}

.enfant-preview-section[b-kj69t4jid1] {
    position: relative;
    overflow: clip;
    background: #ffffff;
    padding-block: 6rem;
}

.enfant-preview-section[b-kj69t4jid1]::before {
    background:
        radial-gradient(circle at 20% 35%, rgba(140, 82, 255, 0.08), transparent 24%),
        radial-gradient(circle at 80% 65%, rgba(221, 214, 254, 0.34), transparent 26%);
}

.enfant-preview-stage[b-kj69t4jid1] {
    padding: 2.75rem 2.5rem;
    border-radius: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 255, 0.88));
    border: 1px solid rgba(196, 181, 253, 0.28);
    box-shadow: 0 38px 70px -54px rgba(91, 33, 182, 0.28);
}

.enfant-preview-copy[b-kj69t4jid1] {
    max-width: 42rem;
    margin: 0 auto;
    text-align: center;
}

.enfant-preview-copy__eyebrow[b-kj69t4jid1] {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7c3aed;
}

.eyebrow[b-kj69t4jid1] {
    color: #6366f1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
}

.enfant-preview-copy__title[b-kj69t4jid1] {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.enfant-preview-copy__text[b-kj69t4jid1] {
    margin: 0 auto;
    max-width: 34rem;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.8;
}

.enfant-preview-copy__chips[b-kj69t4jid1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
    justify-content: center;
}

.enfant-preview-copy__chips span[b-kj69t4jid1] {
    padding: 0.55rem 0.9rem;
    border-radius: 9999px;
    background: rgba(245, 243, 255, 0.92);
    border: 1px solid rgba(196, 181, 253, 0.46);
    color: #5b21b6;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.enfant-preview-storyboard[b-kj69t4jid1] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(16rem, 1.1fr) minmax(0, 0.98fr);
    align-items: center;
    gap: 1.5rem;
    margin-top: 2.75rem;
    padding: 1.5rem 0 0.75rem;
}

.enfant-preview-storyboard[b-kj69t4jid1]::before {
    content: "";
    position: absolute;
    inset: 8% 18% 0;
    border-radius: 2.5rem;
    background:
        radial-gradient(circle at center, rgba(140, 82, 255, 0.12), rgba(140, 82, 255, 0)),
        linear-gradient(180deg, rgba(245, 243, 255, 0.78), rgba(255, 255, 255, 0));
    filter: blur(8px);
    pointer-events: none;
}

.enfant-preview-panel[b-kj69t4jid1] {
    position: relative;
    z-index: 1;
    padding: 1.4rem;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(196, 181, 253, 0.26);
    box-shadow: 0 24px 40px -34px rgba(91, 33, 182, 0.26);
    backdrop-filter: blur(12px);
}

.enfant-preview-panel__label[b-kj69t4jid1] {
    display: inline-block;
    margin-bottom: 0.85rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7c3aed;
}

.enfant-preview-panel__title[b-kj69t4jid1] {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
}

.enfant-preview-panel__text[b-kj69t4jid1] {
    margin: 0;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.7;
}

.enfant-preview-panel__metric[b-kj69t4jid1] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(196, 181, 253, 0.22);
    color: #64748b;
    font-size: 0.82rem;
}

.enfant-preview-panel__metric strong[b-kj69t4jid1] {
    color: #0f172a;
}

.enfant-preview-device-stack[b-kj69t4jid1] {
    position: relative;
    min-height: 34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.enfant-screen[b-kj69t4jid1] {
    position: relative;
    flex: 0 0 auto;
    width: clamp(11rem, 18vw, 14rem);
    border-radius: 1.75rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 243, 255, 0.82));
    box-shadow: 0 34px 60px -34px rgba(76, 29, 149, 0.3);
    border: 1px solid rgba(196, 181, 253, 0.24);
    overflow: hidden;
}

.enfant-screen[b-kj69t4jid1]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.35);
    pointer-events: none;
}

.enfant-screen__image[b-kj69t4jid1] {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center top;
    background: transparent;
    z-index: 1;
}

.enfant-screen-featured[b-kj69t4jid1] {
    width: clamp(14rem, 22vw, 17rem);
    transform: translateY(-0.3rem);
    z-index: 3;
    box-shadow: 0 42px 80px -40px rgba(109, 40, 217, 0.36);
}

.enfant-screen-backdrop[b-kj69t4jid1] {
    position: absolute;
    width: clamp(11rem, 16vw, 13rem);
    opacity: 0.72;
    filter: saturate(0.92);
    z-index: 2;
}

.enfant-screen-backdrop-left[b-kj69t4jid1] {
    transform: translate(-7.8rem, 1.5rem) rotate(-11deg) scale(0.92);
}

.enfant-screen-backdrop-right[b-kj69t4jid1] {
    transform: translate(7.8rem, 1rem) rotate(11deg) scale(0.92);
}

.enfant-preview-mini-grid[b-kj69t4jid1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.25rem;
}

.enfant-screen-mini[b-kj69t4jid1] {
    width: 100%;
    max-width: 9rem;
    justify-self: center;
}

.enfant-preview-highlights[b-kj69t4jid1] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.enfant-preview-highlight[b-kj69t4jid1] {
    padding: 1rem 1.1rem;
    border-top: 1px solid rgba(196, 181, 253, 0.28);
}

.enfant-preview-highlight__kicker[b-kj69t4jid1] {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: #7c3aed;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.enfant-preview-highlight p[b-kj69t4jid1] {
    margin: 0;
    color: #475569;
    line-height: 1.65;
}

.enfant-page :global(a:focus-visible)[b-kj69t4jid1],
.enfant-page :global(button:focus-visible)[b-kj69t4jid1] {
    outline: 3px solid rgba(124, 58, 237, 0.3);
    outline-offset: 3px;
    border-radius: 0.9rem;
}

@media (max-width: 1024px) {

    .stats-grid[b-kj69t4jid1],
    .card-grid-three[b-kj69t4jid1],
    .category-grid[b-kj69t4jid1],
    .trust-grid[b-kj69t4jid1] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wail-metrics[b-kj69t4jid1] {
        grid-template-columns: 1fr;
    }

    .enfant-preview-stage[b-kj69t4jid1] {
        padding: 2rem;
    }

    .enfant-preview-storyboard[b-kj69t4jid1] {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-top: 2rem;
    }

    .enfant-preview-device-stack[b-kj69t4jid1] {
        min-height: 30rem;
    }

    .enfant-preview-highlights[b-kj69t4jid1] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .enfant-screen-featured[b-kj69t4jid1] {
        width: clamp(12rem, 34vw, 15rem);
    }

    .enfant-screen-backdrop-left[b-kj69t4jid1] {
        transform: translate(-6.2rem, 1.3rem) rotate(-10deg) scale(0.9);
    }

    .enfant-screen-backdrop-right[b-kj69t4jid1] {
        transform: translate(6.2rem, 1rem) rotate(10deg) scale(0.9);
    }
}

@media (max-width: 768px) {
    .enfant-hero[b-kj69t4jid1] {
        padding-block: 4rem 3rem;
    }

    .stats-grid[b-kj69t4jid1],
    .card-grid-three[b-kj69t4jid1],
    .category-grid[b-kj69t4jid1],
    .trust-grid[b-kj69t4jid1] {
        grid-template-columns: 1fr;
    }

    .trust-card[b-kj69t4jid1] {
        flex-direction: column;
    }

    .section-header[b-kj69t4jid1] {
        margin-bottom: 2.5rem;
    }

    .enfant-preview-stage[b-kj69t4jid1] {
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    .enfant-preview-storyboard[b-kj69t4jid1] {
        gap: 1rem;
        margin-top: 1.75rem;
        padding-top: 0.5rem;
    }

    .enfant-preview-panel[b-kj69t4jid1] {
        padding: 1.1rem;
    }

    .enfant-preview-device-stack[b-kj69t4jid1] {
        min-height: 24rem;
    }

    .enfant-screen-featured[b-kj69t4jid1] {
        width: min(100%, 13rem);
    }

    .enfant-screen-backdrop[b-kj69t4jid1] {
        width: min(100%, 9.5rem);
        opacity: 0.62;
    }

    .enfant-screen-backdrop-left[b-kj69t4jid1] {
        transform: translate(-4.2rem, 1.4rem) rotate(-10deg) scale(0.88);
    }

    .enfant-screen-backdrop-right[b-kj69t4jid1] {
        transform: translate(4.2rem, 1.1rem) rotate(10deg) scale(0.88);
    }

    .enfant-preview-copy__title[b-kj69t4jid1] {
        font-size: 2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .reveal[b-kj69t4jid1] {
        animation: none !important;
        opacity: 1;
        transform: none;
    }

    .enfant-screen-backdrop-left[b-kj69t4jid1],
    .enfant-screen-backdrop-right[b-kj69t4jid1],
    .enfant-screen-featured[b-kj69t4jid1],
    .enfant-hero__image[b-kj69t4jid1] {
        transform: none !important;
    }
}
/* /Components/Pages/EnfantPricing.razor.rz.scp.css */
.enfant-pricing-page[b-pf05fexhsa] {
    position: relative;
    background: #ffffff;
    color: #0f172a;
    overflow: clip;
}

.pricing-hero[b-pf05fexhsa] {
    position: relative;
    padding-block: 6rem 3rem;
    text-align: center;
}

.pricing-hero__inner[b-pf05fexhsa] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eyebrow[b-pf05fexhsa] {
    display: inline-block;
    border: 1px solid rgba(140, 82, 255, 0.25);
    border-radius: 9999px;
    background: rgba(245, 240, 255, 0.85);
    color: #7c3aed;
    padding: 0.5rem 1.25rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
}

.pricing-title[b-pf05fexhsa] {
    display: grid;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #8c52ff, #6d28d9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: clamp(2.5rem, 7vw, 3.75rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.pricing-lede[b-pf05fexhsa] {
    max-width: 38rem;
    margin: 0 auto 3rem;
    color: #475569;
    font-size: 1.15rem;
    line-height: 1.6;
}

/* Billing Toggle styles */
.billing-toggle-container[b-pf05fexhsa] {
    display: inline-flex;
    align-items: center;
    background: #f1f5f9;
    padding: 0.35rem;
    border-radius: 9999px;
    border: 1px solid #e2e8f0;
}

.billing-toggle-btn[b-pf05fexhsa] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: none;
    padding: 0.65rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #475569;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.billing-toggle-btn.is-active[b-pf05fexhsa] {
    background: #ffffff;
    color: #7c3aed;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.08);
}

.save-badge[b-pf05fexhsa] {
    display: inline-block;
    background: #10b981;
    color: #ffffff;
    font-size: 0.725rem;
    font-weight: 800;
    padding: 0.15rem 0.5rem;
    border-radius: 9999px;
}

/* Pricing Grid Styles */
.pricing-cards-section[b-pf05fexhsa] {
    padding-block: 2rem 5rem;
}

.pricing-grid[b-pf05fexhsa] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
    max-width: 56rem;
    margin: 0 auto;
    align-items: stretch;
}

.pricing-card[b-pf05fexhsa] {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.5rem;
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover[b-pf05fexhsa] {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px -12px rgba(124, 58, 237, 0.15);
}

.plus-card[b-pf05fexhsa] {
    border: 2px solid #8c52ff;
    box-shadow: 0 20px 40px -10px rgba(139, 92, 246, 0.15);
}

.popular-ribbon[b-pf05fexhsa] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: #7c3aed;
    color: #ffffff;
    font-size: 0.725rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
}

.card-header[b-pf05fexhsa] {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.plan-type[b-pf05fexhsa] {
    display: inline-block;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.plus-card .plan-type[b-pf05fexhsa] {
    color: #8c52ff;
}

.card-header h2[b-pf05fexhsa] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 0.5rem;
}

.plan-tagline[b-pf05fexhsa] {
    color: #64748b;
    font-size: 0.925rem;
    line-height: 1.4;
    margin: 0 0 1.5rem;
}

.price-box[b-pf05fexhsa] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.price-row[b-pf05fexhsa] {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
}

.price[b-pf05fexhsa] {
    font-size: 3.5rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
}

.price--original[b-pf05fexhsa] {
    font-size: 2rem;
    text-decoration: line-through;
    color: #94a3b8;
    margin-bottom: 0.25rem;
    margin-right: 0.5rem;
}

.period[b-pf05fexhsa] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 0.15rem;
}

.savings-note[b-pf05fexhsa] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #10b981;
    margin: 0;
}

.promo-badge[b-pf05fexhsa] {
    display: inline-block;
    align-self: flex-start;
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
}

/* Feature list */
.feature-list[b-pf05fexhsa] {
    list-style: none;
    margin: 0 0 3rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    flex-grow: 1;
}

.feature-list li[b-pf05fexhsa] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.bullet-icon[b-pf05fexhsa] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    font-weight: bold;
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.bullet-icon.check[b-pf05fexhsa] {
    background: #f1f5f9;
    color: #475569;
}

.bullet-icon.check-premium[b-pf05fexhsa] {
    background: rgba(139, 92, 246, 0.1);
    color: #7c3aed;
}

.bullet-icon.cross[b-pf05fexhsa] {
    background: #fee2e2;
    color: #ef4444;
    font-size: 1.1rem;
}

.feature-info[b-pf05fexhsa] {
    display: flex;
    flex-direction: column;
}

.feature-info strong[b-pf05fexhsa] {
    font-size: 0.95rem;
    color: #0f172a;
}

.feature-info span[b-pf05fexhsa] {
    font-size: 0.825rem;
    color: #64748b;
}

.disabled-feature .feature-info strong[b-pf05fexhsa] {
    color: #94a3b8;
    text-decoration: line-through;
}

.card-action[b-pf05fexhsa] {
    display: flex;
    flex-direction: column;
}

.btn[b-pf05fexhsa] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    padding: 0.9rem 2rem;
    border-radius: 9999px;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.btn-primary[b-pf05fexhsa] {
    background: #7c3aed;
    color: #ffffff;
    box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.4);
}

.btn-primary:hover[b-pf05fexhsa] {
    background: #6d28d9;
    box-shadow: 0 15px 30px -5px rgba(124, 58, 237, 0.5);
    transform: translateY(-1px);
}

.btn-secondary[b-pf05fexhsa] {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #cbd5e1;
}

.btn-secondary:hover[b-pf05fexhsa] {
    background: #e2e8f0;
}

/* Comparison section */
.comparison-section[b-pf05fexhsa] {
    background: #fafafc;
    padding-block: 5rem;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.section-header[b-pf05fexhsa] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.section-header h2[b-pf05fexhsa] {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.section-header p[b-pf05fexhsa] {
    color: #64748b;
    font-size: 1.1rem;
    margin: 0;
}

.comparison-grid-table[b-pf05fexhsa] {
    max-width: 52rem;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
}

.table-header-row[b-pf05fexhsa],
.table-data-row[b-pf05fexhsa] {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    border-bottom: 1px solid #f1f5f9;
}

.table-header-row[b-pf05fexhsa] {
    background: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    color: #0f172a;
}

.table-header-row div[b-pf05fexhsa],
.table-data-row div[b-pf05fexhsa] {
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
}

.col-plus[b-pf05fexhsa] {
    color: #7c3aed;
    font-weight: 700;
}

.col-free[b-pf05fexhsa] {
    color: #475569;
}

.table-data-row:last-child[b-pf05fexhsa] {
    border-bottom: none;
}

.table-data-row .col-feature[b-pf05fexhsa] {
    color: #0f172a;
    font-size: 0.95rem;
}

.table-data-row .col-plus.highlight-cell[b-pf05fexhsa] {
    background: rgba(139, 92, 246, 0.02);
    font-weight: 600;
}

/* FAQ Section */
.pricing-faq-section[b-pf05fexhsa] {
    padding-block: 5rem 6rem;
}

.faq-grid[b-pf05fexhsa] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 4rem;
    max-width: 52rem;
    margin: 0 auto;
}

.faq-item h3[b-pf05fexhsa] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.faq-item p[b-pf05fexhsa] {
    color: #475569;
    font-size: 0.925rem;
    line-height: 1.5;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .pricing-grid[b-pf05fexhsa] {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-inline: 1rem;
    }

    .faq-grid[b-pf05fexhsa] {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-inline: 1rem;
    }

    .table-header-row[b-pf05fexhsa],
    .table-data-row[b-pf05fexhsa] {
        grid-template-columns: 1fr;
        border-bottom: 1px solid #cbd5e1;
    }

    .table-header-row[b-pf05fexhsa] {
        display: none;
        /* Hide header row on mobile, rely on stack layout */
    }

    .table-data-row[b-pf05fexhsa] {
        padding-block: 1rem;
        gap: 0.5rem;
    }

    .table-data-row div[b-pf05fexhsa] {
        padding: 0.25rem 1rem;
    }

    .table-data-row .col-feature[b-pf05fexhsa] {
        background: #f1f5f9;
        font-weight: bold;
    }
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-page[b-j8pixnw60j] {
    background: #ffffff;
    color: #334155;
    padding-block: 5rem;
}

.error-page h1[b-j8pixnw60j],
.error-page h2[b-j8pixnw60j] {
    color: #b91c1c;
}

.error-page h1[b-j8pixnw60j] {
    margin-bottom: 0.75rem;
    font-size: clamp(2.25rem, 5vw, 3rem);
}

.error-page h2[b-j8pixnw60j] {
    margin-bottom: 2rem;
    font-size: 1.35rem;
}

.error-page h3[b-j8pixnw60j] {
    margin-top: 2rem;
    color: #0f172a;
}

.error-page p[b-j8pixnw60j] {
    line-height: 1.75;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Base Home Shell */
.home-shell[b-s477sli825] {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 6rem;
    overflow-x: hidden;
}

/* Typography & Utilities */
.center[b-s477sli825] {
    text-align: center;
}

.reveal[b-s477sli825] {
    animation: fadeUp-b-s477sli825 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes fadeUp-b-s477sli825 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Gradient Hero Section */
.hero-gradient-wrapper[b-s477sli825] {
    position: relative;
    background: #ffffff;
    background-attachment: fixed;
    padding-top: 6rem;
    padding-bottom: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    overflow: hidden;
}

.hero-content[b-s477sli825] {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-title[b-s477sli825] {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}

.hero-copy[b-s477sli825] {
    font-size: 1.125rem;
    color: #475569;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 600px;
    margin-inline: auto;
}

.hero-actions[b-s477sli825] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 4rem;
}

.hero-btn-primary[b-s477sli825] {
    background: #6366f1;
    /* purple-blue */
    box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.4);
}

.hero-btn-primary:hover[b-s477sli825] {
    background: #4f46e5;
    box-shadow: 0 15px 30px -5px rgba(99, 102, 241, 0.5);
}

.hero-btn-secondary[b-s477sli825] {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.hero-btn-secondary:hover[b-s477sli825] {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.hero-image-wrapper[b-s477sli825] {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 2rem;
    transform: translateY(2rem);
    /* subtle pop out */
}

.hero-image[b-s477sli825] {
    width: 100%;
    height: auto;
    display: block;
}

/* Fallback if image is missing */
.hero-image-fallback[b-s477sli825] {
    height: 400px;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
}

.mockup-header[b-s477sli825] {
    height: 40px;
    background: #e2e8f0;
}

.mockup-body[b-s477sli825] {
    flex: 1;
    background: #f1f5f9;
    margin: 20px;
    border-radius: 8px;
}

/* Trusted Logos */
.trusted-section[b-s477sli825] {
    padding: 3rem 0;
    text-align: center;
}

.trusted-text[b-s477sli825] {
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.trusted-logos[b-s477sli825] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.platform-badge[b-s477sli825] {
    background: #f8fafc;
    padding: 1.25rem 2rem;
    border-radius: 0.75rem;
    /* softer rounded corners, not fully pill shaped */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 70px;
    min-width: 140px;
}

.platform-badge:hover[b-s477sli825] {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.platform-icon[b-s477sli825] {
    max-height: 32px;
    width: auto;
    object-fit: contain;
}

/* Specific background colors mirroring the original 'trusted by' aesthetic */
.platform-badge-web[b-s477sli825] {
    background: #fce7f3;
    /* soft pink */
}

.platform-badge-play[b-s477sli825] {
    background: #e0f2fe;
    /* soft blue */
}

.platform-badge-appstore[b-s477sli825] {
    background: #f3e8ff;
    /* soft purple */
}

/* Section Headers */
.section-header[b-s477sli825] {
    margin-bottom: 3rem;
}

.eyebrow[b-s477sli825] {
    color: #6366f1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
}

.title[b-s477sli825] {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.subtitle[b-s477sli825] {
    color: #475569;
    font-size: 1.1rem;
    margin-top: 1rem;
}

/* Bento Grid */
.products-section[b-s477sli825] {
    padding: 4rem 0;
}

.bento-grid[b-s477sli825] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(200px, auto);
    gap: 1.5rem;
}

.bento-card[b-s477sli825] {
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bento-card:hover[b-s477sli825] {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.bento-card-content[b-s477sli825] {
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bento-stylit[b-s477sli825] {
    grid-column: span 7;
    grid-row: span 2;
    background: #f8fafc;
    border: none;
}

.bento-stylit h3[b-s477sli825] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    max-width: 90%;
    color: #0f172a;
    line-height: 1.3;
}

.stylit-bento-images[b-s477sli825] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.stylit-img-main[b-s477sli825] {
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    /* Removed shadow so the transparent png looks clean */
}

.bento-btn-wrapper[b-s477sli825] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.bento-btn[b-s477sli825] {
    background: #000000;
    padding: 1.25rem 3.5rem;
    border-radius: 9999px;
    font-size: 1rem;
    color: #ffffff;
}

.bento-btn:hover[b-s477sli825] {
    background: #111111;
}

.bento-dark[b-s477sli825] {
    grid-column: span 5;
    grid-row: span 1;
    background: #0a0a0a;
    color: #ffffff;
}

.bento-dark .bento-card-content[b-s477sli825] {
    padding: 3.5rem 3rem;
}

.bento-dark blockquote[b-s477sli825] {
    font-size: 2.1rem;
    line-height: 1.3;
    margin: 0 0 2rem 0;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.bento-dark cite[b-s477sli825] {
    font-size: 0.9rem;
    color: #94a3b8;
    font-style: normal;
    margin-top: auto;
    display: block;
    text-align: right;
}

.bento-clients[b-s477sli825] {
    grid-column: span 5;
    grid-row: span 1;
    background: #f3e8ff;
    /* Soft purple */
    border: none;
}

.bento-clients .bento-card-content[b-s477sli825] {
    padding: 3rem;
}

.bento-clients h3[b-s477sli825] {
    font-size: 1.5rem;
    font-weight: 500;
    color: #475569;
    margin-bottom: 2rem;
}

.avatar-group[b-s477sli825] {
    display: flex;
    margin-top: auto;
}

.avatar[b-s477sli825] {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #cbd5e1;
    border: 3px solid #f3e8ff;
    /* matches bento bg to create cut-out effect */
    margin-left: -1rem;
    background-size: cover;
    background-position: center;
}

.avatar:first-child[b-s477sli825] {
    margin-left: 0;
    background-image: url('https://i.pravatar.cc/150?img=11');
}

.avatar:nth-child(2)[b-s477sli825] {
    background-image: url('https://i.pravatar.cc/150?img=12');
}

.avatar:nth-child(3)[b-s477sli825] {
    background-image: url('https://i.pravatar.cc/150?img=32');
}

.avatar:nth-child(4)[b-s477sli825] {
    background-image: url('https://i.pravatar.cc/150?img=44');
}

.avatar:nth-child(5)[b-s477sli825] {
    background-image: url('https://i.pravatar.cc/150?img=45');
}

/* Infrastructure / Features Grid */
.infra-section[b-s477sli825] {
    padding: 4rem 0;
}

.infra-header[b-s477sli825] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-end;
    margin-bottom: 3rem;
}

.infra-header-left[b-s477sli825] {
    flex: 1;
    min-width: 300px;
}

.infra-header-left h2[b-s477sli825] {
    font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: 1.2;
    margin: 0;
    max-width: 400px;
}

.infra-header-right[b-s477sli825] {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.infra-header-right p[b-s477sli825] {
    color: #475569;
    font-size: 1.1rem;
    margin: 0;
}

.features-grid[b-s477sli825] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 1.5rem;
}

.feature-card[b-s477sli825] {
    padding: 2rem;
    border-radius: 1rem;
    transition: transform 0.2s ease;
}

.feature-card:hover[b-s477sli825] {
    transform: translateY(-3px);
}

.feature-card h4[b-s477sli825] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 1rem 0 0.5rem;
    color: #0f172a;
}

.feature-card p[b-s477sli825] {
    color: #475569;
    font-size: 0.95rem;
    margin: 0;
}

/* Card specific iOS Glass Icon gradients and glows */
.bg-purple[b-s477sli825] {
    background: #f3e8ff;
    --icon-bg: linear-gradient(135deg, #a855f7 0%, #6366f1 100%);
    --icon-glow: rgba(147, 51, 234, 0.35);
}

.bg-green[b-s477sli825] {
    background: #dcfce7;
    --icon-bg: linear-gradient(135deg, #10b981 0%, #059669 100%);
    --icon-glow: rgba(16, 185, 129, 0.35);
}

.bg-orange[b-s477sli825] {
    background: #ffedd5;
    --icon-bg: linear-gradient(135deg, #f97316 0%, #dc2626 100%);
    --icon-glow: rgba(249, 115, 22, 0.35);
}

.bg-pink[b-s477sli825] {
    background: #fce7f3;
    --icon-bg: linear-gradient(135deg, #ec4899 0%, #d946ef 100%);
    --icon-glow: rgba(236, 72, 153, 0.35);
}

.bg-blue[b-s477sli825] {
    --icon-bg: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    --icon-glow: rgba(59, 130, 246, 0.35);
}

/* Base Feature Icon Style */
.feature-icon[b-s477sli825] {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--icon-bg);
    border-radius: 1.125rem;
    /* iOS-style smooth squircle shape */
    font-size: 1.6rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 10px 20px -5px var(--icon-glow),
        inset 0 2px 4px rgba(255, 255, 255, 0.5),
        inset 0 -2px 4px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

/* Glass Reflection Layer (Frosted/Glossy Top Half) */
.feature-icon[b-s477sli825]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.125rem 1.125rem 0 0;
    pointer-events: none;
    z-index: 2;
}

/* Hover Shine Sweep Effect */
.feature-icon[b-s477sli825]::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg) translateX(-150%);
    transition: transform 0.6s ease-in-out;
    pointer-events: none;
    z-index: 3;
}

/* Emojis suspended inside glass - perfectly centered with Flexbox */
.feature-icon span[b-s477sli825] {
    z-index: 1;
    font-size: 1.6rem;
    line-height: 1;
    display: flex;
    /* Centering fix using flexbox on the span container */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2.5px 4px rgba(0, 0, 0, 0.18));
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center center;
}

/* Interactive Hover States */
.feature-card:hover .feature-icon[b-s477sli825]::after,
.feature-card-large:hover .feature-icon[b-s477sli825]::after {
    transform: skewX(-25deg) translateX(150%);
}

.feature-card:hover .feature-icon[b-s477sli825],
.feature-card-large:hover .feature-icon[b-s477sli825] {
    transform: scale(1.1) translateY(-2px);
    box-shadow:
        0 14px 28px -5px var(--icon-glow),
        inset 0 2px 4px rgba(255, 255, 255, 0.6),
        inset 0 -2px 4px rgba(0, 0, 0, 0.20);
}

.feature-card:hover .feature-icon span[b-s477sli825],
.feature-card-large:hover .feature-icon span[b-s477sli825] {
    transform: scale(1.15) rotate(5deg);
}


.feature-card-large[b-s477sli825] {
    grid-column: span 1;
    grid-row: span 2;
    background: #dbeafe;
    /* Light blue */
    padding: 2.5rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
}

.feature-card-large h4[b-s477sli825] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0 2rem;
    color: #0f172a;
}

.infra-large-img[b-s477sli825] {
    margin-top: auto;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.faq-section[b-s477sli825] {
    padding: 4rem 0 8rem;
    background: #f8fafc;
    /* slightly off white */
    border-top: 1px solid #e2e8f0;
}

.faq-accordion[b-s477sli825] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item[b-s477sli825] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.faq-item:hover[b-s477sli825] {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.faq-question[b-s477sli825] {
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    /* remove default arrow */
}

.faq-question[b-s477sli825]::-webkit-details-marker {
    display: none;
}

.faq-icon[b-s477sli825] {
    width: 20px;
    height: 20px;
    position: relative;
}

.faq-icon[b-s477sli825]::before,
.faq-icon[b-s477sli825]::after {
    content: '';
    position: absolute;
    background: #64748b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.faq-icon[b-s477sli825]::before {
    width: 12px;
    height: 2px;
}

.faq-icon[b-s477sli825]::after {
    width: 2px;
    height: 12px;
}

.faq-item[open] .faq-icon[b-s477sli825]::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer[b-s477sli825] {
    padding: 0 1.5rem 1.25rem;
    color: #475569;
    line-height: 1.6;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .bento-stylit[b-s477sli825] {
        grid-column: span 12;
    }

    .bento-dark[b-s477sli825],
    .bento-clients[b-s477sli825] {
        grid-column: span 6;
    }

    .features-grid[b-s477sli825] {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-card-large[b-s477sli825] {
        grid-column: span 2;
        grid-row: auto;
    }
}

@media (max-width: 768px) {

    .bento-dark[b-s477sli825],
    .bento-clients[b-s477sli825] {
        grid-column: span 12;
    }

    .features-grid[b-s477sli825] {
        grid-template-columns: 1fr;
    }

    .feature-card-large[b-s477sli825] {
        grid-column: span 1;
    }

    .hero-title[b-s477sli825] {
        font-size: 2.5rem;
    }

    .infra-header[b-s477sli825] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/News.razor.rz.scp.css */
/* Base Theme Wrapper */
.news-theme[b-oy6gs6257w] {
    color: #0f172a;
    min-height: 100vh;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    margin: 0;
    padding: 1rem 1rem 4rem 1rem;
    background: #ffffff;
}

.news-container[b-oy6gs6257w] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

/* Typography Utilities */
h1[b-oy6gs6257w],
h2[b-oy6gs6257w],
h3[b-oy6gs6257w],
h4[b-oy6gs6257w] {
    letter-spacing: -0.03em;
    margin: 0;
}

/* Animations */
.reveal[b-oy6gs6257w] {
    animation: fadeUp-b-oy6gs6257w 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes fadeUp-b-oy6gs6257w {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 1. Hero Section */
.news-hero[b-oy6gs6257w] {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 6rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.news-hero:hover[b-oy6gs6257w] {
    transform: translateY(-4px);
}

.hero-content[b-oy6gs6257w] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-date[b-oy6gs6257w] {
    color: #475569;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.hero-title[b-oy6gs6257w] {
    font-size: clamp(1.75rem, 2.75vw, 2.25rem);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: #0f172a;
}

.hero-excerpt[b-oy6gs6257w] {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 90%;
}

.hero-btn[b-oy6gs6257w] {
    background: #6366f1;
    color: #ffffff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.news-hero:hover .hero-btn[b-oy6gs6257w] {
    background: #4f46e5;
    transform: scale(1.02);
}

.hero-image-wrapper[b-oy6gs6257w] {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
}

.hero-image[b-oy6gs6257w] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease;
}

.news-hero:hover .hero-image[b-oy6gs6257w] {
    transform: scale(1.03);
}

.hero-image-overlay[b-oy6gs6257w] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.2), transparent);
}

/* 2. Horizontal Grid Section */
.news-grid[b-oy6gs6257w] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 6rem;
}

.news-grid-card[b-oy6gs6257w] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.grid-card-image[b-oy6gs6257w] {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 1rem;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.news-grid-card:hover .grid-card-image[b-oy6gs6257w] {
    transform: scale(1.02);
}

.grid-card-content[b-oy6gs6257w] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.grid-card-date[b-oy6gs6257w] {
    color: #475569;
    font-size: 0.8rem;
    font-weight: 500;
}

.grid-card-title[b-oy6gs6257w] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.news-grid-card:hover .grid-card-title[b-oy6gs6257w] {
    color: #6366f1;
}

/* 3. List Section */
.news-list-section[b-oy6gs6257w] {
    margin-top: 4rem;
}

.list-section-title[b-oy6gs6257w] {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #0f172a;
}

.news-list[b-oy6gs6257w] {
    display: flex;
    flex-direction: column;
}

.news-list-item[b-oy6gs6257w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem 0;
    border-bottom: 1px solid #e2e8f0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.news-list-item:hover[b-oy6gs6257w] {
    background-color: rgba(0, 0, 0, 0.02);
}

.news-list-item:last-child[b-oy6gs6257w] {
    border-bottom: none;
}

.list-item-content[b-oy6gs6257w] {
    flex: 1;
    max-width: 70%;
}

.list-item-title[b-oy6gs6257w] {
    font-size: 1.25rem;
    font-weight: 500;
    color: #0f172a;
    margin-bottom: 0.5rem;
    transition: color 0.2s ease;
}

.news-list-item:hover .list-item-title[b-oy6gs6257w] {
    color: #6366f1;
}

.list-item-excerpt[b-oy6gs6257w] {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.list-item-meta[b-oy6gs6257w] {
    padding-left: 2rem;
}

.list-item-date[b-oy6gs6257w] {
    color: #475569;
    font-size: 0.85rem;
    white-space: nowrap;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .news-hero[b-oy6gs6257w] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-image-wrapper[b-oy6gs6257w] {
        min-height: 300px;
        order: -1;
        /* Image on top for mobile */
    }

    .news-grid[b-oy6gs6257w] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .news-grid[b-oy6gs6257w] {
        grid-template-columns: 1fr;
    }

    .news-list-item[b-oy6gs6257w] {
        flex-direction: column;
        gap: 1rem;
    }

    .list-item-meta[b-oy6gs6257w] {
        padding-left: 0;
    }
}
/* /Components/Pages/NewsPostPage.razor.rz.scp.css */
.blog-root[b-ggn3pgm9hw] {
    font-family: var(--font-sans);
    color: var(--color-text-primary);
    max-width: 800px;
    padding: 4rem 5%;
    margin: 0 auto;
    min-height: 80vh;
    overflow-x: hidden;
}

[b-ggn3pgm9hw] .blog-eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-text-secondary);
    margin: 0 0 0.75rem;
}

[b-ggn3pgm9hw] .blog-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 1rem;
}

[b-ggn3pgm9hw] .blog-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: var(--color-text-secondary);
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 0.5px solid var(--color-border-tertiary);
}

[b-ggn3pgm9hw] .blog-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

[b-ggn3pgm9hw] .hot-badge {
    background: #FAECE7;
    color: #993C1D;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.06em;
}

[b-ggn3pgm9hw] .blog-lead {
    font-size: 17px;
    line-height: 1.75;
    color: var(--color-text-primary);
    margin: 0 0 1.5rem;
}

[b-ggn3pgm9hw] .blog-p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--color-text-primary);
    margin: 0 0 1.25rem;
}

[b-ggn3pgm9hw] .callout {
    background: var(--color-background-secondary);
    border-left: 2px solid #534AB7;
    border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--color-text-primary);
}

[b-ggn3pgm9hw] .section-rule {
    border: none;
    border-top: 0.5px solid var(--color-border-tertiary);
    margin: 2.5rem 0;
}

[b-ggn3pgm9hw] .blog-h2 {
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 1rem;
}

[b-ggn3pgm9hw] .blog-h3 {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 1.5rem 0 0.75rem;
}

[b-ggn3pgm9hw] .step-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

[b-ggn3pgm9hw] .step-list li {
    display: flex;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 0.5px solid var(--color-border-tertiary);
    font-size: 14px;
    line-height: 1.65;
}

[b-ggn3pgm9hw] .step-list li:last-child {
    border-bottom: none;
}

[b-ggn3pgm9hw] .step-num {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--color-background-secondary);
    border: 0.5px solid var(--color-border-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
    color: var(--color-text-secondary);
    margin-top: 1px;
}

[b-ggn3pgm9hw] code {
    font-family: var(--font-mono);
    font-size: 13px;
    background: var(--color-background-secondary);
    padding: 1px 5px;
    border-radius: 4px;
    color: var(--color-text-primary);
}

[b-ggn3pgm9hw] .math-tag {
    font-family: var(--font-mono);
    font-size: 12px;
}

[b-ggn3pgm9hw] .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

[b-ggn3pgm9hw] .feature-list li {
    display: flex;
    gap: 12px;
    padding: 0.6rem 0;
    font-size: 14px;
    line-height: 1.65;
    border-bottom: 0.5px solid var(--color-border-tertiary);
}

[b-ggn3pgm9hw] .feature-list li:last-child {
    border-bottom: none;
}

[b-ggn3pgm9hw] .feature-dot {
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: 7px;
}

[b-ggn3pgm9hw] .dot-purple {
    background: #534AB7;
}

[b-ggn3pgm9hw] .dot-blue {
    background: #185FA5;
}

[b-ggn3pgm9hw] .dot-teal {
    background: #0F6E56;
}

[b-ggn3pgm9hw] .nested-list {
    margin: 0.5rem 0 0 0;
    padding-left: 1rem;
    font-size: 13px;
    color: var(--color-text-secondary);
}

[b-ggn3pgm9hw] .nested-list li {
    list-style: disc;
    padding: 0.15rem 0;
}

[b-ggn3pgm9hw] .stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 1.5rem 0;
}

[b-ggn3pgm9hw] .stat-card {
    background: var(--color-background-secondary);
    border-radius: var(--border-radius-md);
    padding: 1rem;
    text-align: center;
}

[b-ggn3pgm9hw] .stat-card.accent {
    background: #EEEDFE;
    border: 0.5px solid #AFA9EC;
}

[b-ggn3pgm9hw] .stat-num {
    font-size: 26px;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 1.1;
}

[b-ggn3pgm9hw] .stat-card.accent .stat-num {
    color: #3C3489;
}

[b-ggn3pgm9hw] .stat-label {
    font-size: 12px;
    color: var(--color-text-secondary);
    margin-top: 4px;
}

[b-ggn3pgm9hw] .stat-card.accent .stat-label {
    color: #534AB7;
}

@media (max-width: 600px) {
    [b-ggn3pgm9hw] .stat-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    [b-ggn3pgm9hw] .stat-card {
        padding: 1.25rem 1rem;
    }
    [b-ggn3pgm9hw] .stat-num {
        font-size: 20px;
    }
}

[b-ggn3pgm9hw] .metrics-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin: 1.25rem 0;
}

[b-ggn3pgm9hw] .metrics-table thead tr {
    border-bottom: 1px solid var(--color-border-secondary);
}

[b-ggn3pgm9hw] .metrics-table th {
    text-align: left;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 12px;
    color: var(--color-text-secondary);
    white-space: nowrap;
}

[b-ggn3pgm9hw] .metrics-table th.r {
    text-align: right;
}

[b-ggn3pgm9hw] .metrics-table th.c {
    text-align: center;
}

[b-ggn3pgm9hw] .metrics-table td {
    padding: 8px 10px;
    border-bottom: 0.5px solid var(--color-border-tertiary);
    vertical-align: middle;
}

[b-ggn3pgm9hw] .metrics-table td.c {
    text-align: center;
}

[b-ggn3pgm9hw] .metrics-table td.r {
    text-align: right;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--color-text-secondary);
}

[b-ggn3pgm9hw] .metrics-table tr.summary-row td {
    color: var(--color-text-secondary);
    font-size: 12px;
}

[b-ggn3pgm9hw] .metrics-table tr.total-row {
    border-top: 1px solid var(--color-border-secondary);
}

[b-ggn3pgm9hw] .metrics-table tr.total-row td {
    font-weight: 500;
}

[b-ggn3pgm9hw] .pill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-family: var(--font-mono);
}

[b-ggn3pgm9hw] .pill-high {
    background: #EAF3DE;
    color: #3B6D11;
}

[b-ggn3pgm9hw] .pill-mid {
    background: #E6F1FB;
    color: #185FA5;
}

[b-ggn3pgm9hw] .pill-warn {
    background: #FAEEDA;
    color: #854F0B;
}

[b-ggn3pgm9hw] .takeaway-box {
    border: 0.5px solid var(--color-border-secondary);
    border-radius: var(--border-radius-lg);
    padding: 1.25rem;
    margin: 1.5rem 0;
}

[b-ggn3pgm9hw] .takeaway-title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-secondary);
    margin-bottom: 0.75rem;
}

[b-ggn3pgm9hw] .takeaway-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

[b-ggn3pgm9hw] .takeaway-list li {
    font-size: 14px;
    line-height: 1.65;
    padding: 0.6rem 0;
    border-bottom: 0.5px solid var(--color-border-tertiary);
}

[b-ggn3pgm9hw] .takeaway-list li:last-child {
    border-bottom: none;
}

[b-ggn3pgm9hw] .text-success {
    color: #3B6D11;
}

[b-ggn3pgm9hw] .roadmap {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 1.25rem 0 1.5rem;
}

[b-ggn3pgm9hw] .roadmap-step {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 0.5px solid var(--color-border-tertiary);
}

[b-ggn3pgm9hw] .roadmap-step:last-child {
    border-bottom: none;
}

[b-ggn3pgm9hw] .roadmap-num {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #EEEDFE;
    border: 0.5px solid #AFA9EC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #3C3489;
    margin-top: 1px;
}

[b-ggn3pgm9hw] .roadmap-step h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 3px;
}

[b-ggn3pgm9hw] .roadmap-step p {
    font-size: 13px;
    color: var(--color-text-secondary);
    margin: 0;
    line-height: 1.6;
}

[b-ggn3pgm9hw] .next-box {
    background: var(--color-background-secondary);
    border-radius: var(--border-radius-lg);
    padding: 1.25rem 1.5rem;
    margin-top: 1.5rem;
}

[b-ggn3pgm9hw] .next-title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-secondary);
    margin-bottom: 0.75rem;
}

[b-ggn3pgm9hw] .next-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: nl;
}

[b-ggn3pgm9hw] .next-list li {
    counter-increment: nl;
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 1.65;
    padding: 0.5rem 0;
    border-bottom: 0.5px solid var(--color-border-tertiary);
}

[b-ggn3pgm9hw] .next-list li:last-child {
    border-bottom: none;
}

[b-ggn3pgm9hw] .next-list li::before {
    content: counter(nl);
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 500;
    color: #534AB7;
    background: #EEEDFE;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
/* Scoped Styles for NotFound.razor */

.notfound-section[b-918v85qci1] {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 12rem); /* Account for nav and footer */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1rem;
    background: radial-gradient(circle at 50% 50%, #ffffff 0%, #fbfcfe 100%);
}

/* Ambient Glowing Orbs */
.glow-orb[b-918v85qci1] {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
    animation: pulse-slow-b-918v85qci1 8s infinite alternate ease-in-out;
}

.orb-primary[b-918v85qci1] {
    top: 10%;
    left: 15%;
    width: 350px;
    height: 350px;
    background: #6366f1;
}

.orb-secondary[b-918v85qci1] {
    bottom: 10%;
    right: 15%;
    width: 400px;
    height: 400px;
    background: #8b5cf6;
    animation-delay: -3s;
}

.orb-tertiary[b-918v85qci1] {
    top: 40%;
    left: 45%;
    width: 250px;
    height: 250px;
    background: #ec4899;
    animation-delay: -5s;
    opacity: 0.08;
}

/* Content Card */
.notfound-card[b-918v85qci1] {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: var(--radius-xl);
    padding: 4.5rem 3rem;
    text-align: center;
    box-shadow: 
        0 40px 80px -20px rgba(99, 102, 241, 0.12), 
        0 0 1px 1px rgba(255, 255, 255, 0.5);
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    animation: slide-up-fade-b-918v85qci1 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.notfound-card:hover[b-918v85qci1] {
    transform: translateY(-4px);
    box-shadow: 
        0 50px 100px -20px rgba(99, 102, 241, 0.16), 
        0 0 1px 1.5px rgba(255, 255, 255, 0.7);
}

/* 404 Visual */
.notfound-visual[b-918v85qci1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.number[b-918v85qci1] {
    font-size: clamp(6rem, 15vw, 9rem);
    font-weight: 900;
    line-height: 1;
    color: #1e293b;
    letter-spacing: -0.05em;
    user-select: none;
    filter: drop-shadow(0 15px 30px rgba(15, 23, 42, 0.08));
}

.zero-space[b-918v85qci1] {
    position: relative;
    width: clamp(5.5rem, 14vw, 8rem);
    height: clamp(5.5rem, 14vw, 8rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Planet Orbiting Animation */
.orbiting-planet[b-918v85qci1] {
    position: relative;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.planet-body[b-918v85qci1] {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #4338ca 100%);
    box-shadow: 
        inset -10px -10px 25px rgba(0, 0, 0, 0.4),
        0 15px 30px rgba(99, 102, 241, 0.45);
    z-index: 2;
    animation: rotate-planet-b-918v85qci1 20s linear infinite;
}

.planet-ring[b-918v85qci1] {
    position: absolute;
    width: 155%;
    height: 40%;
    border: clamp(6px, 1.5vw, 12px) solid rgba(139, 92, 246, 0.7);
    border-radius: 50%;
    transform: rotate(-15deg);
    z-index: 3;
    pointer-events: none;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
    animation: wobble-ring-b-918v85qci1 6s infinite alternate ease-in-out;
}

/* Typography styling */
.notfound-card h1[b-918v85qci1] {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.notfound-card h2[b-918v85qci1] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 1rem;
    line-height: 1.4;
}

.notfound-card p[b-918v85qci1] {
    color: var(--color-subtle);
    max-width: 480px;
    margin-inline: auto;
    margin-bottom: 3rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Action Buttons */
.action-buttons[b-918v85qci1] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

.btn-icon[b-918v85qci1] {
    flex-shrink: 0;
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn:hover .btn-icon[b-918v85qci1] {
    transform: translateX(-2px);
}

.btn-primary:hover .btn-icon[b-918v85qci1] {
    transform: translateY(-1px) scale(1.05);
}

.btn-outline[b-918v85qci1] {
    background: transparent;
    color: var(--color-muted);
    border: 1px solid rgba(15, 23, 42, 0.15);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.btn-outline:hover[b-918v85qci1] {
    background: rgba(15, 23, 42, 0.03);
    border-color: rgba(15, 23, 42, 0.3);
    color: var(--color-text);
}

/* Keyframe Animations */
@keyframes pulse-slow-b-918v85qci1 {
    0% {
        transform: scale(1) translate(0, 0);
    }
    100% {
        transform: scale(1.15) translate(30px, -20px);
    }
}

@keyframes slide-up-fade-b-918v85qci1 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotate-planet-b-918v85qci1 {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

@keyframes wobble-ring-b-918v85qci1 {
    0% {
        transform: rotate(-15deg) scaleY(1);
    }
    100% {
        transform: rotate(-12deg) scaleY(0.92);
    }
}

/* Media Query Adjustments */
@media (max-width: 576px) {
    .notfound-card[b-918v85qci1] {
        padding: 3rem 1.5rem;
    }
    .action-buttons[b-918v85qci1] {
        flex-direction: column;
        width: 100%;
    }
    .action-buttons .btn[b-918v85qci1] {
        width: 100%;
    }
}
/* /Components/Pages/Stylit.razor.rz.scp.css */
.stylit-hero[b-n15mhaw0pd] {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #0f172a;
    padding-block: 6rem 8rem;
}

.stylit-hero__inner[b-n15mhaw0pd] {
    position: relative;
    z-index: 1;
    text-align: center;
}

.stylit-hero h1[b-n15mhaw0pd] {
    display: grid;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #49df3c, #327532);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: clamp(3rem, 8vw, 4rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
}

.stylit-hero p[b-n15mhaw0pd] {
    margin: 0 auto 2.5rem;
    max-width: 42rem;
    color: #475569;
    font-size: 1.25rem;
}

.stylit-marquee[b-n15mhaw0pd] {
    margin-top: 5rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* Optional: add a fade effect on the edges so it looks clean inside the container */
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.stylit-marquee-content[b-n15mhaw0pd] {
    display: flex;
    width: max-content;
    gap: 2rem;
    animation: scroll-b-n15mhaw0pd 40s linear infinite;
}

.stylit-slide-img[b-n15mhaw0pd] {
    height: 400px;
    width: auto;
    object-fit: contain;
    border-radius: 1rem;
}

@keyframes scroll-b-n15mhaw0pd {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 1rem)); }
}

.stylit-section[b-n15mhaw0pd] {
    background: #ffffff;
    padding-block: 6rem;
}

.stylit-section-soft[b-n15mhaw0pd] {
    background: #f8fafc;
}

.section-header[b-n15mhaw0pd] {
    margin: 0 auto 4rem;
    max-width: 48rem;
    text-align: center;
}

.section-header h2[b-n15mhaw0pd] {
    margin-bottom: 1rem;
    color: #0f172a;
    font-size: clamp(2rem, 5vw, 2.25rem);
}

.section-header p[b-n15mhaw0pd] {
    margin: 0;
    color: #475569;
}

.feature-grid[b-n15mhaw0pd] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
}

.feature-card[b-n15mhaw0pd],
.audience-card[b-n15mhaw0pd] {
    border: 1px solid #f1f5f9;
    border-radius: 1rem;
    background: #f8fafc;
    padding: 2rem;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.feature-card:hover[b-n15mhaw0pd],
.audience-card:hover[b-n15mhaw0pd] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.feature-icon[b-n15mhaw0pd],
.audience-card__icon[b-n15mhaw0pd] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: rgba(73, 223, 60, 0.1);
    color: #327532;
}

.feature-icon[b-n15mhaw0pd] {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.5rem;
}

.feature-icon svg[b-n15mhaw0pd] {
    width: 2rem;
    height: 2rem;
}

.feature-card h3[b-n15mhaw0pd] {
    margin-bottom: 0.75rem;
    color: #0f172a;
    font-size: 1.25rem;
}

.feature-card p[b-n15mhaw0pd],
.check-list[b-n15mhaw0pd],
.stylit-cta p[b-n15mhaw0pd] {
    color: #475569;
}

.audience-grid[b-n15mhaw0pd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    align-items: stretch;
}

.audience-card[b-n15mhaw0pd] {
    background: #ffffff;
    box-shadow: var(--shadow-soft);
}

.audience-card__header[b-n15mhaw0pd] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.audience-card__header h3[b-n15mhaw0pd] {
    margin: 0;
    color: #0f172a;
    font-size: 1.5rem;
}

.audience-card__icon[b-n15mhaw0pd] {
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
}

.audience-card__icon svg[b-n15mhaw0pd] {
    width: 1.5rem;
    height: 1.5rem;
}

.check-list[b-n15mhaw0pd] {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li[b-n15mhaw0pd] {
    position: relative;
    padding-left: 2.25rem;
}

.check-list li[b-n15mhaw0pd]::before {
    content: "";
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    background: #49df3c;
    box-shadow: inset 0 0 0 0.4rem #49df3c;
}

.check-list li[b-n15mhaw0pd]::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.46rem;
    width: 0.55rem;
    height: 0.3rem;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.stylit-cta[b-n15mhaw0pd] {
    margin-top: 3rem;
    text-align: center;
}

.stylit-cta p[b-n15mhaw0pd] {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

@media (max-width: 900px) {
    .feature-grid[b-n15mhaw0pd],
    .audience-grid[b-n15mhaw0pd] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/StylitPricing.razor.rz.scp.css */
.stylit-pricing-page[b-wwjcnl2wv4] {
    position: relative;
    background: #ffffff;
    color: #0f172a;
    overflow: clip;
}

.pricing-hero[b-wwjcnl2wv4] {
    position: relative;
    padding-block: 6rem 3rem;
    text-align: center;
}

.pricing-hero__inner[b-wwjcnl2wv4] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eyebrow[b-wwjcnl2wv4] {
    display: inline-block;
    border: 1px solid rgba(73, 223, 60, 0.25);
    border-radius: 9999px;
    background: rgba(240, 253, 240, 0.85);
    color: #2e7025;
    padding: 0.5rem 1.25rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
}

.pricing-title[b-wwjcnl2wv4] {
    display: grid;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #49df3c, #1f5e1a);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: clamp(2.5rem, 7vw, 3.75rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.pricing-lede[b-wwjcnl2wv4] {
    max-width: 38rem;
    margin: 0 auto;
    color: #475569;
    font-size: 1.15rem;
    line-height: 1.6;
}

/* Pricing Card Styles */
.pricing-card-section[b-wwjcnl2wv4] {
    padding-block: 2rem 5rem;
}

.pricing-card[b-wwjcnl2wv4] {
    max-width: 48rem;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.5rem;
    box-shadow: var(--shadow-card);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover[b-wwjcnl2wv4] {
    transform: translateY(-2px);
    box-shadow: 0 30px 60px -15px rgba(15, 23, 42, 0.15);
}

.pricing-card__header[b-wwjcnl2wv4] {
    background: rgba(73, 223, 60, 0.04);
    border-bottom: 1px solid #f1f5f9;
    padding: 3rem 2rem;
    text-align: center;
}

.plan-label[b-wwjcnl2wv4] {
    display: inline-block;
    color: #22c55e;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.price-display[b-wwjcnl2wv4] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    color: #0f172a;
}

.currency[b-wwjcnl2wv4] {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-right: 0.15rem;
}

.amount[b-wwjcnl2wv4] {
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1;
}

.period[b-wwjcnl2wv4] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 1rem;
    align-self: flex-end;
}

.pricing-badge[b-wwjcnl2wv4] {
    display: inline-block;
    background: #ffffff;
    border: 1px solid rgba(74, 222, 128, 0.3);
    border-radius: 0.75rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    box-shadow: 0 4px 12px rgba(74, 222, 128, 0.08);
    margin-bottom: 1.25rem;
}

.pricing-note[b-wwjcnl2wv4] {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

.pricing-card__body[b-wwjcnl2wv4] {
    padding: 3rem;
}

.pricing-card__body h3[b-wwjcnl2wv4] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    color: #0f172a;
}

.feature-grid[b-wwjcnl2wv4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 2rem;
    margin-bottom: 3rem;
}

.feature-item[b-wwjcnl2wv4] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.4;
}

.check-icon[b-wwjcnl2wv4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 9999px;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.pricing-card__action[b-wwjcnl2wv4] {
    display: flex;
    justify-content: center;
}

.btn[b-wwjcnl2wv4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    padding: 0.85rem 2rem;
    border-radius: 9999px;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary[b-wwjcnl2wv4] {
    background: #22c55e;
    color: #ffffff;
    box-shadow: 0 10px 25px -5px rgba(34, 197, 94, 0.35);
}

.btn-primary:hover[b-wwjcnl2wv4] {
    background: #16a34a;
    box-shadow: 0 15px 30px -5px rgba(34, 197, 94, 0.45);
    transform: translateY(-1px);
}

/* Comparison Table Styles */
.comparison-section[b-wwjcnl2wv4] {
    background: #f8fafc;
    padding-block: 5rem;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.section-header[b-wwjcnl2wv4] {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2[b-wwjcnl2wv4] {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.section-header p[b-wwjcnl2wv4] {
    color: #64748b;
    font-size: 1.1rem;
    margin: 0;
}

.comparison-table-wrapper[b-wwjcnl2wv4] {
    max-width: 52rem;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.comparison-table[b-wwjcnl2wv4] {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.95rem;
}

.comparison-table th[b-wwjcnl2wv4],
.comparison-table td[b-wwjcnl2wv4] {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.comparison-table th[b-wwjcnl2wv4] {
    background: #ffffff;
    color: #0f172a;
    font-weight: 700;
    font-size: 1rem;
}

.comparison-table th:nth-child(2)[b-wwjcnl2wv4] {
    color: #16a34a;
}

.comparison-table th:nth-child(3)[b-wwjcnl2wv4] {
    color: #64748b;
}

.comparison-table tr:last-child td[b-wwjcnl2wv4] {
    border-bottom: none;
}

.feature-name[b-wwjcnl2wv4] {
    font-weight: 600;
    color: #0f172a;
}

.stylit-val[b-wwjcnl2wv4] {
    font-weight: 700;
    color: #0f172a;
}

.saas-val[b-wwjcnl2wv4] {
    color: #475569;
}

.highlight-row[b-wwjcnl2wv4] {
    background: rgba(34, 197, 94, 0.03);
}

.highlight-row .stylit-val[b-wwjcnl2wv4] {
    color: #16a34a;
}

/* CTA Section Styles */
.pricing-cta-section[b-wwjcnl2wv4] {
    padding-block: 6rem;
    text-align: center;
}

.pricing-cta-section h2[b-wwjcnl2wv4] {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #0f172a;
}

.pricing-cta-section p[b-wwjcnl2wv4] {
    color: #475569;
    font-size: 1.15rem;
    max-width: 32rem;
    margin: 0 auto 2.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .feature-grid[b-wwjcnl2wv4] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .pricing-card__body[b-wwjcnl2wv4] {
        padding: 2rem 1.5rem;
    }

    .comparison-table th[b-wwjcnl2wv4],
    .comparison-table td[b-wwjcnl2wv4] {
        padding: 1rem;
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Wail.razor.rz.scp.css */
.wail-root[b-wf4vfiyh7b] {
    color: #1f2937;
    background-color: #ffffff;
    overflow-x: hidden;
    line-height: 1.5;
}

/* Content Container Utility */
.content-container[b-wf4vfiyh7b] {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(1rem, 5vw, 4rem);
    padding-right: clamp(1rem, 5vw, 4rem);
}

/* Eyebrow Accent Styles */
.eyebrow-accent[b-wf4vfiyh7b] {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #4f46e5;
    margin-bottom: 1rem;
    background: #eef2ff;
    padding: 0.35rem 0.8rem;
    border-radius: 9999px;
    border: 1px solid #e0e7ff;
}

.eyebrow[b-wf4vfiyh7b] {
    color: #6366f1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
}

/* SECTION HEADER */
.section-header[b-wf4vfiyh7b] {
    max-width: 48rem;
    margin-bottom: 3.5rem;
}

.section-header.center[b-wf4vfiyh7b] {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-header h2[b-wf4vfiyh7b] {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #111827;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-header p[b-wf4vfiyh7b] {
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

/* 1. HERO SECTION */
.wail-hero[b-wf4vfiyh7b] {
    position: relative;
    padding-top: clamp(4rem, 10vw, 8rem);
    padding-bottom: clamp(4rem, 10vw, 8rem);
    background-color: #fafafa;
    overflow: hidden;
}

.wail-hero__glow[b-wf4vfiyh7b] {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 50%;
    height: 60%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

.wail-hero__inner[b-wf4vfiyh7b] {
    position: relative;
    z-index: 2;
    max-width: 54rem;
}

.wail-hero__title[b-wf4vfiyh7b] {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #111827;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.wail-hero__lede[b-wf4vfiyh7b] {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 2.5rem;
}

.wail-hero__actions[b-wf4vfiyh7b] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Buttons */
.btn-primary[b-wf4vfiyh7b],
.btn-secondary[b-wf4vfiyh7b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-primary[b-wf4vfiyh7b] {
    background-color: #6366f1;
    color: #ffffff;
    box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.3);
}

.btn-primary:hover[b-wf4vfiyh7b] {
    background-color: #4f46e5;
    box-shadow: 0 15px 30px -5px rgba(99, 102, 241, 0.45);
    transform: translateY(-2px);
}

.btn-secondary[b-wf4vfiyh7b] {
    background-color: #ffffff;
    color: #374151;
    border: 1px solid #d1d5db;
}

.btn-secondary:hover[b-wf4vfiyh7b] {
    background-color: #f9fafb;
    border-color: #9ca3af;
    transform: translateY(-2px);
}

/* 2. STATS SECTION */
.wail-stats[b-wf4vfiyh7b] {
    background-color: #ffffff;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #f3f4f6;
}

.wail-stats__grid[b-wf4vfiyh7b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2rem;
}

.wail-stat-card[b-wf4vfiyh7b] {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: 1rem;
    background: #fbfbfb;
    border: 1px solid #f3f4f6;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.wail-stat-card:hover[b-wf4vfiyh7b] {
    transform: translateY(-3px);
    border-color: #e0e7ff;
}

.wail-stat-card__val[b-wf4vfiyh7b] {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #6366f1;
    line-height: 1.1;
    margin-bottom: 0.35rem;
}

.wail-stat-card__lbl[b-wf4vfiyh7b] {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.wail-stat-card__desc[b-wf4vfiyh7b] {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

/* WAIL SECTIONS Base */
.wail-section[b-wf4vfiyh7b] {
    padding-top: clamp(4rem, 8vw, 6rem);
    padding-bottom: clamp(4rem, 8vw, 6rem);
}

.wail-section--dark[b-wf4vfiyh7b] {
    background-color: #0b0f19;
    color: #f3f4f6;
    border-top: 1px solid #111827;
    border-bottom: 1px solid #111827;
}

.wail-section--dark .section-header h2[b-wf4vfiyh7b] {
    color: #ffffff;
}

.wail-section--dark .section-header p[b-wf4vfiyh7b] {
    color: #9ca3af;
}

.wail-section--soft[b-wf4vfiyh7b] {
    background-color: #f8fafc;
}

/* 3. SIMULATOR GRID */
.simulator-grid[b-wf4vfiyh7b] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

@media (min-width: 1024px) {
    .simulator-grid[b-wf4vfiyh7b] {
        grid-template-columns: 22rem 1fr;
    }
}

/* Controls Column */
.simulator-controls[b-wf4vfiyh7b] {
    display: flex;
    flex-direction: column;
}

.simulator-controls h3[b-wf4vfiyh7b] {
    font-size: 1.1rem;
    font-weight: 700;
    color: inherit;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.preset-buttons[b-wf4vfiyh7b] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.preset-btn[b-wf4vfiyh7b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    color: #d1d5db;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
}

.preset-btn:hover:not(:disabled)[b-wf4vfiyh7b] {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: #6366f1;
    color: #ffffff;
    transform: translateX(4px);
}

.preset-btn.active[b-wf4vfiyh7b] {
    background-color: #6366f1;
    border-color: #6366f1;
    color: #ffffff;
}

.preset-btn__arrow[b-wf4vfiyh7b] {
    font-size: 1.25rem;
    font-weight: 300;
}

.preset-info-card[b-wf4vfiyh7b] {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.preset-info-card h4[b-wf4vfiyh7b] {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #6366f1;
}

.preset-info-card p[b-wf4vfiyh7b] {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #9ca3af;
}

.preset-info-card.empty-state[b-wf4vfiyh7b] {
    text-align: center;
    color: #6b7280;
}

/* Live Viewer Window (Terminal look) */
.simulator-viewer[b-wf4vfiyh7b] {
    display: flex;
    flex-direction: column;
}

.viewer-window[b-wf4vfiyh7b] {
    background-color: #090d16;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 28rem;
}

.viewer-header[b-wf4vfiyh7b] {
    background-color: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.75rem 1.25rem;
    display: flex;
    align-items: center;
}

.mac-dots[b-wf4vfiyh7b] {
    display: flex;
    gap: 0.4rem;
    margin-right: 1.5rem;
}

.mac-dots span[b-wf4vfiyh7b] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
}

.dot-red[b-wf4vfiyh7b] {
    background-color: #ef4444;
}

.dot-yellow[b-wf4vfiyh7b] {
    background-color: #f59e0b;
}

.dot-green[b-wf4vfiyh7b] {
    background-color: #10b981;
}

.viewer-title[b-wf4vfiyh7b] {
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.75rem;
    color: #6b7280;
}

.viewer-body[b-wf4vfiyh7b] {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Idle state */
.simulator-idle[b-wf4vfiyh7b] {
    margin: auto;
    text-align: center;
    color: #4b5563;
}

.idle-icon[b-wf4vfiyh7b] {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    color: #374151;
}

.simulator-idle p[b-wf4vfiyh7b] {
    font-size: 0.95rem;
    margin: 0;
}

/* Active Simulation */
.simulation-active[b-wf4vfiyh7b] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.viz-label[b-wf4vfiyh7b] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

/* Audio Waveform */
.wave-container[b-wf4vfiyh7b] {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 4rem;
    padding: 0 1rem;
    background-color: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 0.5rem;
}

.bar[b-wf4vfiyh7b] {
    flex-grow: 1;
    height: 4px;
    border-radius: 2px;
    background-color: #374151;
    transition: height 0.15s ease, background-color 0.3s ease;
}

.wave-container.static .bar[b-wf4vfiyh7b] {
    height: 4px !important;
}

/* Pulsating styles for categories */
.wave-pain .bar[b-wf4vfiyh7b] {
    background-image: linear-gradient(to top, #f43f5e, #ec4899);
}

.wave-hungry .bar[b-wf4vfiyh7b] {
    background-image: linear-gradient(to top, #ef4444, #f59e0b);
}

.wave-tired .bar[b-wf4vfiyh7b] {
    background-image: linear-gradient(to top, #3b82f6, #6366f1);
}

.wave-noise .bar[b-wf4vfiyh7b] {
    background-image: linear-gradient(to top, #9ca3af, #6b7280);
}

/* Animation Keyframes for Waves */
@keyframes wavePulseLow-b-wf4vfiyh7b {

    0%,
    100% {
        height: 10px;
    }

    50% {
        height: 35px;
    }
}

@keyframes wavePulseMid-b-wf4vfiyh7b {

    0%,
    100% {
        height: 15px;
    }

    50% {
        height: 50px;
    }
}

@keyframes wavePulseHigh-b-wf4vfiyh7b {

    0%,
    100% {
        height: 8px;
    }

    50% {
        height: 60px;
    }
}

.wave-container.pulsing .bar:nth-child(2n)[b-wf4vfiyh7b] {
    animation: wavePulseLow-b-wf4vfiyh7b 0.6s infinite ease-in-out;
}

.wave-container.pulsing .bar:nth-child(3n)[b-wf4vfiyh7b] {
    animation: wavePulseMid-b-wf4vfiyh7b 0.8s infinite ease-in-out;
}

.wave-container.pulsing .bar:nth-child(5n)[b-wf4vfiyh7b] {
    animation: wavePulseHigh-b-wf4vfiyh7b 0.5s infinite ease-in-out;
}

/* Spectrogram Heatmap Styles */
.heatmap-box[b-wf4vfiyh7b] {
    height: 5rem;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.heatmap-pain[b-wf4vfiyh7b] {
    background: linear-gradient(90deg, #ec4899, #f43f5e, #f97316, #ec4899);
    background-size: 300% 100%;
}

.heatmap-hungry[b-wf4vfiyh7b] {
    background: linear-gradient(90deg, #ef4444, #f59e0b, #ef4444, #f59e0b);
    background-size: 300% 100%;
}

.heatmap-tired[b-wf4vfiyh7b] {
    background: linear-gradient(90deg, #3b82f6, #6366f1, #3b82f6, #6366f1);
    background-size: 300% 100%;
}

.heatmap-noise[b-wf4vfiyh7b] {
    background: linear-gradient(90deg, #6b7280, #374151, #6b7280, #374151);
    background-size: 300% 100%;
}

.spectrogram-overlay[b-wf4vfiyh7b] {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.15) 2px, rgba(0, 0, 0, 0.15) 4px);
    pointer-events: none;
}

/* Scanning vertical bar for active spectrogram */
@keyframes laserScan-b-wf4vfiyh7b {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

.heatmap-box.scanning[b-wf4vfiyh7b]::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #6366f1;
    animation: laserScan-b-wf4vfiyh7b 1.5s infinite linear;
}

/* Console logs */
.console-logs[b-wf4vfiyh7b] {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0.5rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.04);
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
}

.console-line[b-wf4vfiyh7b] {
    font-size: 0.85rem;
    color: #a7f3d0;
}

.console-prompt[b-wf4vfiyh7b] {
    color: #10b981;
}

/* Processing Bar */
.progress-bar-container[b-wf4vfiyh7b] {
    margin-top: 0.75rem;
    background-color: rgba(255, 255, 255, 0.05);
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
}

.progress-bar-fill[b-wf4vfiyh7b] {
    height: 100%;
    background-color: #6366f1;
    border-radius: 2px;
    transition: width 0.3s ease;
}

/* Inference outputs */
.inference-results[b-wf4vfiyh7b] {
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.results-header[b-wf4vfiyh7b] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 0.75rem;
}

.results-header h4[b-wf4vfiyh7b] {
    margin: 0;
    font-size: 1rem;
    color: #ffffff;
}

.predict-badge[b-wf4vfiyh7b] {
    background-color: #10b981;
    color: #ffffff;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    font-size: 0.85rem;
    margin-left: 0.5rem;
}

.conf-score[b-wf4vfiyh7b] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #9ca3af;
}

.results-breakdown[b-wf4vfiyh7b] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.probability-row[b-wf4vfiyh7b] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.prob-name[b-wf4vfiyh7b] {
    font-size: 0.8rem;
    color: #9ca3af;
    width: 6.5rem;
    flex-shrink: 0;
}

.prob-bar-wrapper[b-wf4vfiyh7b] {
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.04);
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.prob-bar-fill[b-wf4vfiyh7b] {
    height: 100%;
    background-color: #6366f1;
    border-radius: 3px;
    transition: width 0.4s ease;
}

.prob-val[b-wf4vfiyh7b] {
    font-size: 0.8rem;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    color: #ffffff;
    width: 2.5rem;
    text-align: right;
    flex-shrink: 0;
}

/* Animations classes */
.animate-fade-in[b-wf4vfiyh7b] {
    animation: fadeIn-b-wf4vfiyh7b 0.4s ease both;
}

.animate-slide-up[b-wf4vfiyh7b] {
    animation: slideUp-b-wf4vfiyh7b 0.5s ease both;
}

@keyframes fadeIn-b-wf4vfiyh7b {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-wf4vfiyh7b {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 4. PIPELINE GRID */
.pipeline-grid[b-wf4vfiyh7b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2.5rem;
    margin-top: 2rem;
}

.pipeline-step[b-wf4vfiyh7b] {
    display: flex;
    flex-direction: column;
    position: relative;
}

.pipeline-step .step-num[b-wf4vfiyh7b] {
    font-size: 3rem;
    font-weight: 800;
    color: #e5e7eb;
    line-height: 1;
    margin-bottom: 0.5rem;
    transition: color 0.2s ease;
}

.pipeline-step:hover .step-num[b-wf4vfiyh7b] {
    color: #c7d2fe;
}

.pipeline-step h3[b-wf4vfiyh7b] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111827;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.pipeline-step p[b-wf4vfiyh7b] {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

/* 5. CNN MODEL VISUALIZER */
.model-flex[b-wf4vfiyh7b] {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

@media (min-width: 1024px) {
    .model-flex[b-wf4vfiyh7b] {
        flex-direction: row;
        align-items: center;
    }

    .model-visual[b-wf4vfiyh7b],
    .model-details[b-wf4vfiyh7b] {
        width: 50%;
    }
}

.model-details .eyebrow-accent[b-wf4vfiyh7b] {
    margin-bottom: 1.25rem;
}

.model-details h2[b-wf4vfiyh7b] {
    font-size: clamp(2rem, 3.5vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #111827;
    margin-top: 0;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}

.model-details p[b-wf4vfiyh7b] {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 2rem;
}

.details-list[b-wf4vfiyh7b] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.details-list>li[b-wf4vfiyh7b] {
    position: relative;
    padding-left: 1.5rem;
}

.details-list>li[b-wf4vfiyh7b]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #6366f1;
}

/* Styled nested bullets under the main features */
.nested-bullets[b-wf4vfiyh7b] {
    list-style: none;
    padding-left: 0;
    margin-top: 0.75rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.nested-bullets li[b-wf4vfiyh7b] {
    list-style: none;
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #4b5563;
}

.nested-bullets li[b-wf4vfiyh7b]::before {
    content: "–";
    position: absolute;
    left: 0;
    top: 0;
    color: #6366f1;
    font-weight: bold;
    font-size: 0.95rem;
    background: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
}

.details-list>li strong[b-wf4vfiyh7b] {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.25rem;
}

.details-list>li span[b-wf4vfiyh7b] {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4b5563;
}

.cnn-visualizer[b-wf4vfiyh7b] {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 28rem;
    margin: auto;
}

.cnn-layer[b-wf4vfiyh7b] {
    text-align: center;
    width: 100%;
}

.cnn-lbl[b-wf4vfiyh7b] {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    margin-bottom: 0.4rem;
}

.cnn-box[b-wf4vfiyh7b] {
    padding: 0.85rem 1.25rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.cnn-input[b-wf4vfiyh7b] {
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #374151;
}

.cnn-backbone[b-wf4vfiyh7b] {
    background-color: #eef2ff;
    border: 1px solid #c7d2fe;
    color: #4338ca;
}

.cnn-dense[b-wf4vfiyh7b] {
    background-color: #fdf2f8;
    border: 1px solid #fbcfe8;
    color: #be185d;
}

.cnn-softmax[b-wf4vfiyh7b] {
    background-image: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
}

.cnn-arrow[b-wf4vfiyh7b] {
    color: #9ca3af;
    font-size: 1.5rem;
    margin: 0.75rem 0;
    font-weight: 300;
}

/* 6. SERVING GUARDRAILS GRID */
.guardrails-grid[b-wf4vfiyh7b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2.5rem;
    margin-top: 2rem;
}

.guardrail-card[b-wf4vfiyh7b] {
    padding: 2.5rem;
    border-radius: 1rem;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease;
}

.guardrail-card:hover[b-wf4vfiyh7b] {
    transform: translateY(-4px);
}

.guardrail-icon[b-wf4vfiyh7b] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    background-color: #eef2ff;
    color: #6366f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.guardrail-icon svg[b-wf4vfiyh7b] {
    width: 1.5rem;
    height: 1.5rem;
}

.guardrail-card h3[b-wf4vfiyh7b] {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 800;
    color: #111827;
}

.guardrail-card p[b-wf4vfiyh7b] {
    font-size: 0.925rem;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

/* 7. PERFORMANCE SUMMARY GRID & MATH BLOCKS */
.performance-summary-box[b-wf4vfiyh7b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}

.summary-metric-card[b-wf4vfiyh7b] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: 2.25rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.02), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.summary-metric-card:hover[b-wf4vfiyh7b] {
    transform: translateY(-5px);
    border-color: #c7d2fe;
    box-shadow: 0 20px 40px -5px rgba(99, 102, 241, 0.08);
}

.summary-metric-card h4[b-wf4vfiyh7b] {
    font-size: 1rem;
    font-weight: 800;
    color: #1e1b4b;
    margin-top: 0;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #e0e7ff;
    padding-bottom: 0.5rem;
    display: inline-block;
    width: fit-content;
}

.metric-formula[b-wf4vfiyh7b] {
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 1.15rem;
    font-weight: 700;
    color: #4f46e5;
    background: #f5f7ff;
    border: 1px solid #e0e7ff;
    padding: 1.25rem 1rem;
    border-radius: 0.75rem;
    margin-bottom: 1.25rem;
    text-align: center;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.02);
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary-metric-card p[b-wf4vfiyh7b] {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

/* Takeaway Box */
.takeaway-box[b-wf4vfiyh7b] {
    margin-top: 2.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.takeaway-title[b-wf4vfiyh7b] {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
}

.takeaway-list[b-wf4vfiyh7b] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.takeaway-list li[b-wf4vfiyh7b] {
    font-size: 0.925rem;
    line-height: 1.6;
    color: #4b5563;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f3f4f6;
}

.takeaway-list li:last-child[b-wf4vfiyh7b] {
    padding-bottom: 0;
    border-bottom: none;
}

.takeaway-list li strong[b-wf4vfiyh7b] {
    color: #111827;
}

/* 8. ENTERPRISE MLOPS ROADMAP */
.roadmap[b-wf4vfiyh7b] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}

.roadmap-step[b-wf4vfiyh7b] {
    display: flex;
    gap: 1.75rem;
    padding-bottom: 2.5rem;
    position: relative;
}

.roadmap-step[b-wf4vfiyh7b]::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 2rem;
    bottom: 0;
    width: 2px;
    background-color: #e5e7eb;
}

.roadmap-step:last-child[b-wf4vfiyh7b] {
    padding-bottom: 0;
}

.roadmap-step:last-child[b-wf4vfiyh7b]::before {
    display: none;
}

.roadmap-num[b-wf4vfiyh7b] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: #6366f1;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    z-index: 2;
    flex-shrink: 0;
}

.roadmap-step__content[b-wf4vfiyh7b] {
    flex-grow: 1;
}

.roadmap-step__content h3[b-wf4vfiyh7b] {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #111827;
}

.roadmap-step__content p[b-wf4vfiyh7b] {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

/* 9. CALL TO ACTION */
.wail-cta[b-wf4vfiyh7b] {
    padding-top: clamp(2rem, 5vw, 4rem);
    padding-bottom: clamp(4rem, 10vw, 6rem);
}

.wail-cta__box[b-wf4vfiyh7b] {
    background-image: linear-gradient(135deg, #1e1b4b, #312e81);
    color: #ffffff;
    border-radius: 1.5rem;
    padding: clamp(2rem, 8vw, 4rem);
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.wail-cta__box h2[b-wf4vfiyh7b] {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.wail-cta__box p[b-wf4vfiyh7b] {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    line-height: 1.6;
    color: #c7d2fe;
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.wail-cta__actions[b-wf4vfiyh7b] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.wail-cta__actions .btn-secondary[b-wf4vfiyh7b] {
    background-color: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
}

.wail-cta__actions .btn-secondary:hover[b-wf4vfiyh7b] {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #ffffff;
}
/* /Components/Shared/CookieConsent.razor.rz.scp.css */
.cookie-banner[b-m2zo14zg2f] {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 70;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.cookie-card[b-m2zo14zg2f] {
    width: min(780px, 100%);
    background: rgba(15, 23, 42, 0.95);
    color: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 24px 44px -30px rgba(2, 6, 23, 0.85);
    backdrop-filter: blur(8px);
    pointer-events: auto;
    animation: cookie-slide-up-b-m2zo14zg2f 240ms ease-out;
}

.cookie-copy[b-m2zo14zg2f] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(241, 245, 249, 0.96);
}

.cookie-copy a[b-m2zo14zg2f] {
    color: #93c5fd;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie-copy a:hover[b-m2zo14zg2f] {
    color: #bfdbfe;
}

.cookie-actions[b-m2zo14zg2f] {
    margin-top: 0.9rem;
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.cookie-btn[b-m2zo14zg2f] {
    border: 1px solid transparent;
    border-radius: 0.7rem;
    padding: 0.55rem 0.85rem;
    font-size: 0.88rem;
    font-weight: 600;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cookie-btn:hover[b-m2zo14zg2f] {
    transform: translateY(-1px);
}

.cookie-btn-secondary[b-m2zo14zg2f] {
    background: rgba(30, 41, 59, 0.92);
    border-color: rgba(148, 163, 184, 0.5);
    color: #e2e8f0;
}

.cookie-btn-secondary:hover[b-m2zo14zg2f] {
    background: rgba(51, 65, 85, 0.95);
}

.cookie-btn-primary[b-m2zo14zg2f] {
    background: #2563eb;
    color: #ffffff;
}

.cookie-btn-primary:hover[b-m2zo14zg2f] {
    background: #1d4ed8;
}

@keyframes cookie-slide-up-b-m2zo14zg2f {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
    .cookie-card[b-m2zo14zg2f] {
        padding: 0.9rem;
        border-radius: 0.85rem;
    }

    .cookie-actions[b-m2zo14zg2f] {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cookie-card[b-m2zo14zg2f],
    .cookie-btn[b-m2zo14zg2f] {
        animation: none;
        transition-duration: 1ms;
    }
}
