/* /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: right;
    }

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

    .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: 2rem;
}

.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] {
    border-color: #e5e7eb;
    background: #f3f4f6;
    color: #2563eb;
}

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

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

.nav-dropdown[b-rnag8rbxfk] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 12rem;
    border: 1px solid #f3f4f6;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 34px -24px rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(10px);
    opacity: 0;
    overflow: hidden;
    transform: 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] {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.nav-dropdown__item[b-rnag8rbxfk] {
    display: block;
    padding: 0.8rem 1rem;
    color: #374151;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease;
}

.nav-dropdown__item+.nav-dropdown__item[b-rnag8rbxfk] {
    border-top: 1px solid #f3f4f6;
}

.nav-dropdown__item:hover[b-rnag8rbxfk] {
    background: #f8fafc;
    color: #2563eb;
}

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

.nav-dropdown__title[b-rnag8rbxfk] {
    font-weight: 700;
}

.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: 1rem;
    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);
}

@media (max-width: 768px) {
    .site-nav__inner[b-rnag8rbxfk] {
        min-height: auto;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 0.75rem 1rem;
        padding-block: 0.65rem;
    }

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

    .site-nav__links[b-rnag8rbxfk] {
        order: 3;
        width: 100%;
        gap: 0.35rem;
        overflow-x: auto;
        padding-bottom: 0.15rem;
    }

    .site-nav__link[b-rnag8rbxfk],
    .site-nav__product-button[b-rnag8rbxfk] {
        white-space: nowrap;
    }

    .site-nav__cta[b-rnag8rbxfk] {
        align-self: center;
        padding: 0.7rem 0.9rem;
        font-size: 0.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {

    .site-nav[b-rnag8rbxfk],
    .nav-dropdown[b-rnag8rbxfk] {
        backdrop-filter: none;
    }
}
/* /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;
    padding-top: clamp(4rem, 10vw, 6rem);
}

.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/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(2rem, 3.5vw, 3rem);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #0f172a;
}

.hero-excerpt[b-oy6gs6257w] {
    color: #475569;
    font-size: 1.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;
}

[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/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/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;
    }
}
