/* /Layout/MainLayout.razor.rz.scp.css */
:root[b-hnp8cpx1fh] {
    --primary: #3459e5;
    --success: #2fb380;
    --hover-gradient: linear-gradient(90deg, rgba(52, 89, 230, 0.2), rgba(47, 179, 128, 0.2));
}

/* GENERAL */
html[b-hnp8cpx1fh], body[b-hnp8cpx1fh] {
    font-family: "Avenir Next", "Nunito Sans", "Segoe UI", sans-serif;
    scroll-behavior: smooth;
    background-color: #F5F7FA;
    color: #222;
    line-height: 1.6;
}

section[b-hnp8cpx1fh] {
    min-height: 100vh; /* full screen height */
    display: flex;
    flex-direction: column;
    justify-content: center; /* center content vertically */
    scroll-snap-align: start; /* optional smooth snap */
}

.bg-blue[b-hnp8cpx1fh] {
    background: #2a3b57;
}

.full-width-bg[b-hnp8cpx1fh] {
    width: 100vw; /* full viewport width */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw; /* pull section to the left edge */
    margin-right: -50vw; /* pull section to the right edge */
}

#hero.full-width-bg[b-hnp8cpx1fh] {
    background: linear-gradient(135deg, rgba(52, 89, 230, 0.1), rgba(47, 179, 128, 0.1));
}

#pricing.full-width-bg[b-hnp8cpx1fh] {
    background: linear-gradient(135deg, rgba(52, 89, 230, 0.1), rgba(47, 179, 128, 0.1));
}

/* NAVBAR */
.navbar .nav-link[b-hnp8cpx1fh] {
    color: #ffef61;
    transition: color 0.3s ease;
    font-size: 1.2rem;
    position: relative;
}

.nav-item[b-hnp8cpx1fh]  a {
    color: #6c757d;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    transition: background-color 0.2s, color 0.2s;
}

.navbar-nav .nav-link[b-hnp8cpx1fh]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #ffef61;
    border-radius: 2px;
    transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover[b-hnp8cpx1fh]::after,
.navbar-nav .nav-link.active[b-hnp8cpx1fh]::after {
    width: 100%;
}

/* FOOTER */
footer[b-hnp8cpx1fh] {
    background: #222;
    color: #bbb;
    padding: 2rem 1rem;
}

    footer a[b-hnp8cpx1fh] {
        color: #bbb;
        margin-left: 1rem;
    }

        footer a:hover[b-hnp8cpx1fh] {
            color: white;
            text-decoration: underline;
        }

/* ANIMATIONS */
.fade-in[b-hnp8cpx1fh] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

    .fade-in.show[b-hnp8cpx1fh] {
        opacity: 1;
        transform: translateY(0);
    }

html[b-hnp8cpx1fh], body[b-hnp8cpx1fh] {
    font-family: "Avenir Next", "Nunito Sans", "Segoe UI", sans-serif;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html[b-hnp8cpx1fh] {
        font-size: 16px;
    }
}

html[b-hnp8cpx1fh] {
    position: relative;
    min-height: 100%;
}

body[b-hnp8cpx1fh] {
    padding-top: 60px;
    margin-bottom: 60px;
}

footer[b-hnp8cpx1fh] {
    background: var(--dark);
    color: white;
    padding: 40px 0 20px;
}

/* Animations */
.fade-in[b-hnp8cpx1fh] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

    .fade-in.visible[b-hnp8cpx1fh] {
        opacity: 1;
        transform: translateY(0);
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nj04crnsoa] {
    background-color: var(--bs-primary);
}

.top-row[b-nj04crnsoa] {
    height: 3.5rem;
    border-right: 1px solid #d0d0d0;
    background: linear-gradient( 90deg, rgba(52, 89, 230, 0.9), /* primary, semi-transparent */
    rgba(47, 179, 128, 0.9) /* success, semi-transparent */
    );
    /*border-bottom: 1px solid #d0d0d0;*/
    /*background-color: rgba(0,0,0,0.4);*/
}


.bi[b-nj04crnsoa] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-nj04crnsoa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-nj04crnsoa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-nj04crnsoa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-nj04crnsoa] {
    font-size: 0.9rem;
}

    .nav-item:first-of-type[b-nj04crnsoa] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-nj04crnsoa] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nj04crnsoa]  a {
        color: #6c757d;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        transition: background-color 0.2s, color 0.2s;
    }

        .nav-item[b-nj04crnsoa]  a.active {
            background: linear-gradient( 90deg, rgba(52, 89, 230, 0.2), rgba(47, 179, 128, 0.2));
            color: var(--bs-primary);
        }

        .nav-item[b-nj04crnsoa]  a:hover {
            background: linear-gradient( 90deg, rgba(52, 89, 230, 0.1), rgba(47, 179, 128, 0.1));
            color: var(--bs-primary); /* text remains readable */
        }

@media (min-width: 641px) {
    .navbar-toggler[b-nj04crnsoa] {
        display: none;
    }

    .collapse[b-nj04crnsoa] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        border-right: 1px solid #d0d0d0;
    }

    .nav-scrollable[b-nj04crnsoa] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/PaidNavBar.razor.rz.scp.css */
/* Virtualization container styling for better scroll performance */

/* Main datasets list - can grow to fill available space */
.datasets-virtualized-list[b-z97yzozv4q] {
    max-height: none; /* Uses parent container's scrolling */
}

.storage-usage-row[b-z97yzozv4q] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Tables, views, and queries lists - have fixed max heights for independent scrolling */
.tables-virtualized-list[b-z97yzozv4q],
.views-virtualized-list[b-z97yzozv4q],
.queries-virtualized-list[b-z97yzozv4q] {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Scrollbar styling for virtualized sublists */
.tables-virtualized-list[b-z97yzozv4q]::-webkit-scrollbar,
.views-virtualized-list[b-z97yzozv4q]::-webkit-scrollbar,
.queries-virtualized-list[b-z97yzozv4q]::-webkit-scrollbar {
    width: 6px;
}

.tables-virtualized-list[b-z97yzozv4q]::-webkit-scrollbar-track,
.views-virtualized-list[b-z97yzozv4q]::-webkit-scrollbar-track,
.queries-virtualized-list[b-z97yzozv4q]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.tables-virtualized-list[b-z97yzozv4q]::-webkit-scrollbar-thumb,
.views-virtualized-list[b-z97yzozv4q]::-webkit-scrollbar-thumb,
.queries-virtualized-list[b-z97yzozv4q]::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.tables-virtualized-list[b-z97yzozv4q]::-webkit-scrollbar-thumb:hover,
.views-virtualized-list[b-z97yzozv4q]::-webkit-scrollbar-thumb:hover,
.queries-virtualized-list[b-z97yzozv4q]::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

/* Firefox scrollbar styling */
.tables-virtualized-list[b-z97yzozv4q],
.views-virtualized-list[b-z97yzozv4q],
.queries-virtualized-list[b-z97yzozv4q] {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.05);
}

/* /Pages/Auth/AuthPage.razor.rz.scp.css */
:root[b-nz7zlsi5mq] {
    --primary: #2a3b57;
    --success: #ffef61;
    --hover-gradient: linear-gradient(90deg, rgba(42, 59, 87, 0.2), rgba(255, 239, 97, 0.2));
}

/* GENERAL */
html[b-nz7zlsi5mq], body[b-nz7zlsi5mq] {
    font-family: "Avenir Next", "Nunito Sans", "Segoe UI", sans-serif;
    scroll-behavior: smooth;
    background-color: #F5F7FA;
    color: #222;
    line-height: 1.6;
    overflow-y: auto !important; /* ensure scrolling works properly */
}

section[b-nz7zlsi5mq] {
    min-height: 90vh; /* full screen height */
    display: flex;
    flex-direction: column;
    justify-content: center; /* center content vertically */
    scroll-snap-align: start; /* optional smooth snap */
}

.container-auth[b-nz7zlsi5mq] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

#hero.full-width-bg[b-nz7zlsi5mq] {
    background: linear-gradient(135deg, rgba(42, 59, 87, 0.1), rgba(47, 179, 128, 0.1));
}

#pricing.full-width-bg[b-nz7zlsi5mq] {
    background: linear-gradient(135deg, rgba(42, 59, 87, 0.1), rgba(47, 179, 128, 0.1));
}

/* NAVBAR */
.navbar .nav-link[b-nz7zlsi5mq] {
    color: #2a3b57;
    transition: color 0.3s ease;
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
}

    /*.navbar .nav-link:hover {
        color: var(--success);
        background: linear-gradient( 90deg, rgba(42, 59, 87, 0.1), rgba(47, 179, 128, 0.1)) !important;
    }*/

.nav-item[b-nz7zlsi5mq]  a {
    color: #6c757d;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    transition: background-color 0.2s, color 0.2s;
}

.navbar-nav .nav-link[b-nz7zlsi5mq]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    border-radius: 2px;
    transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover[b-nz7zlsi5mq]::after,
.navbar-nav .nav-link.active[b-nz7zlsi5mq]::after {
    width: 100%;
}

/* HERO SECTION */
#hero[b-nz7zlsi5mq] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(52, 89, 230, 0.2), rgba(255, 239, 97, 0.2));
    overflow: hidden;
}

    #hero > .container[b-nz7zlsi5mq] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        width: 100%;
        max-width: 1100px; /* keeps content inside */
    }

    #hero .hero-content[b-nz7zlsi5mq] {
        max-width: 700px;
        z-index: 2;
    }

    #hero h1[b-nz7zlsi5mq] {
        font-size: clamp(3rem, 6vw, 3.5rem);
        font-weight: 800;
        color: #2a3b57;
        line-height: 1;
        font-family: 'Avenir Serif Libre', cursive !important;
    }

    #hero p[b-nz7zlsi5mq] {
        font-size: clamp(1.2rem, 2.5vw, 1.5rem);
        color: #444;
        margin-bottom: 0rem;
    }

    

.hero-container[b-nz7zlsi5mq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
}

/* Desktop layout */
@media (min-width: 800px) {
    .hero-container[b-nz7zlsi5mq] {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    .hero-image img[b-nz7zlsi5mq] {
        max-width: 500px;
        width: 45%;
        margin-top: 0;
    }
}


/* Floating animation */
@keyframes float-b-nz7zlsi5mq {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

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

.highlight-card-attention[b-nz7zlsi5mq] {
    animation: auth-card-highlight-b-nz7zlsi5mq 1s ease-out;
}

@keyframes auth-card-highlight-b-nz7zlsi5mq {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

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

#hero .hero-text[b-nz7zlsi5mq] {
    margin-left: 3rem;
}

.hero-wrapper[b-nz7zlsi5mq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.hero-auth[b-nz7zlsi5mq] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-text[b-nz7zlsi5mq] {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.hero-content[b-nz7zlsi5mq] {
    max-width: 420px;
}

@media (max-width: 992px) {

    .hero-wrapper[b-nz7zlsi5mq] {
        flex-direction: column;
        gap: 3rem;
        text-align: center;
    }

    .hero-text[b-nz7zlsi5mq] {
        justify-content: center;
    }

}

.hero-text ul[b-nz7zlsi5mq] {
    list-style: none;
    padding: 0;
}

/* FEATURES SECTION */
#features[b-nz7zlsi5mq] {
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
    text-align: center;
}

    #features header[b-nz7zlsi5mq] {
        font-size: 2.5rem;
        font-weight: 800;
        text-align: center;
        color: #2a3b57;
        margin-bottom: 3rem;
        position: relative;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

        #features header[b-nz7zlsi5mq]::after {
            content: "";
            height: 4px;
            background: linear-gradient(90deg, #2a3b57, #ffef61);
            display: block;
            margin: 8px auto 0;
            border-radius: 2px;
        }

.feature-cards[b-nz7zlsi5mq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    align-items: stretch;
}

.feature-card[b-nz7zlsi5mq] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    padding: 1.75rem 1.5rem;
    cursor: default;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: grid;
    grid-template-rows: 72px 56px 1fr; /* icon | title | description */
    justify-items: center; /* center horizontally */
    align-items: start; /* top-align items inside their rows */
    height: 100%; /* fill the grid cell so rows align across cards */
}

    .feature-card:hover[b-nz7zlsi5mq] {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

.feature-icon[b-nz7zlsi5mq] {
    height: 72px;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem; /* tune as needed */
    color: #2a3b57;
    margin: 0; /* no extra spacing — vertical slot controls spacing */
}

.feature-card h4[b-nz7zlsi5mq] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    /* clamp to max 2 lines to preserve alignment */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feature-card p[b-nz7zlsi5mq] {
    margin: 0.5rem 0 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
    text-align: center;
    width: 100%;
    max-width: 38ch; /* optional: keep lines readable */
}

/* Medium screens: 2 cards per row */
@media (min-width: 576px) and (max-width: 1400px) {
    .feature-cards[b-nz7zlsi5mq] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Small screens: 1 card per row */
@media (max-width: 575px) {
    .feature-cards[b-nz7zlsi5mq] {
        grid-template-columns: 1fr;
    }
}

/* PRICING SECTION */
#pricing[b-nz7zlsi5mq] {
    padding: 5rem 1rem;
    background: linear-gradient( 135deg, rgba(52, 89, 230, 0.2), rgba(255, 239, 97, 0.2));
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

    #pricing header[b-nz7zlsi5mq] {
        font-size: 2.5rem;
        font-weight: 800;
        text-align: center;
        color: #2a3b57;
        margin-bottom: 3rem;
        position: relative;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

        #pricing header[b-nz7zlsi5mq]::after {
            content: "";
            height: 4px;
            background: linear-gradient(90deg, #2a3b57, #ffef61);
            display: block;
            margin: 8px auto 0;
            border-radius: 2px;
        }

.pricing-cards[b-nz7zlsi5mq] {
    display: grid;
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
}

/* Tablet */
@media (max-width: 1200px) {
    .pricing-cards[b-nz7zlsi5mq] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .pricing-cards[b-nz7zlsi5mq] {
        grid-template-columns: 1fr;
    }
}

.pricing-card[b-nz7zlsi5mq] {
    background: white;
    border-radius: 14px;
    border: 2px solid transparent;
    box-shadow: 0 4px 18px rgb(0 0 0 / 0.07);
    padding: 2rem 1.8rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
    .pricing-card:hover[b-nz7zlsi5mq] {
        box-shadow: 0 8px 30px rgb(0 0 0 / 0.12);
        border-color: #2a3b57;
    }

    .pricing-card.highlighted[b-nz7zlsi5mq] {
        border-color: #1b8c19;
        box-shadow: 0 10px 30px rgba(27, 140, 25, 0.4);
        transform: translateY(-6px);
    }

.pricing-title[b-nz7zlsi5mq] {
    font-size: 1.7rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
    text-align: center;
}

.pricing-price[b-nz7zlsi5mq] {
    font-size: 2rem;
    font-weight: 750;
    color: #2a3b57;
    text-align: center;
    margin: 0 0 1.5rem 0;
}

.pricing-subtext[b-nz7zlsi5mq] {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    text-align: center;
}

.pricing-features[b-nz7zlsi5mq] {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 0 0;
}

    .pricing-features li[b-nz7zlsi5mq] {
        font-size: 1rem;
        padding-left: 1.2rem;
        position: relative;
        color: #444;
        margin-bottom: 0.7rem;
    }

        /* tick icon */
        .pricing-features li[b-nz7zlsi5mq]::before {
            content: "✓";
            color: #1b8c19;
            position: absolute;
            left: 0;
            font-weight: 900;
        }

/* Buttons */
.pricing-card button[b-nz7zlsi5mq] {
    background: #2a3b57;
    border: none;
    border-radius: 50px;
    color: white;
    padding: 12px 25px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.5s ease;
    align-self: stretch;
    margin-top: 1rem;
}

    /* .pricing-card button:hover {
        background: var(--success);
    } */

@media (max-width: 991px) {
    .pricing-cards[b-nz7zlsi5mq] {
        grid-template-columns: repeat(1, 1fr); /* single column on smaller screens */
    }
}

/* ABOUT SECTION */
#about[b-nz7zlsi5mq] {
    max-width: 1200px; /* wider container */
    margin: 0 auto;
    padding: 5rem 1rem;
    text-align: center;
}

    #about header[b-nz7zlsi5mq] {
        font-size: 2.75rem;
        font-weight: 800;
        margin-bottom: 1.5rem;
        color: #2a3b57;
        display: inline-block;
        position: relative;
    }

        #about header[b-nz7zlsi5mq]::after {
            content: "";
            display: block;
            height: 4px;
            margin: 10px auto 0;
            border-radius: 2px;
            background: linear-gradient(90deg, #2a3b57, #1b8c19);
        }

    #about .content[b-nz7zlsi5mq] {
        max-width: 1000px;
        margin: 2rem auto 0;
        font-size: 1.15rem;
        line-height: 1.8;
        color: #444;
        text-align: left; /* better readability for longer text */
    }

        #about .content p[b-nz7zlsi5mq] {
            margin-bottom: 1.5rem;
        }

    #about .highlights[b-nz7zlsi5mq] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
        margin-top: 3rem;
    }

    #about .highlight[b-nz7zlsi5mq] {
        background: #fff;
        padding: 2rem;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.07);
        text-align: center;
    }

        #about .highlight h4[b-nz7zlsi5mq] {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 0.8rem;
            color: #2a3b57;
        }

        #about .highlight p[b-nz7zlsi5mq] {
            font-size: 1rem;
            color: #555;
            line-height: 1.6;
        }

/* CONTACT SECTION */
#contact[b-nz7zlsi5mq] {
    /* background: linear-gradient( 135deg, rgba(42, 59, 87, 0.2), rgba(255, 239, 97, 0.2)); */
    color: #2a3b57;
    padding: 4rem 1.5rem 5rem;
    max-width: 600px;
    margin: 0 auto;
}

    #contact header[b-nz7zlsi5mq] {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 2rem;
        text-align: center;
        color: white;
    }

    #contact .container[b-nz7zlsi5mq] {
        background: linear-gradient(135deg, rgba(42, 59, 87, 0.6), rgba(255, 239, 97, 0.6));
        padding: 2.5rem;
        border-radius: 20px;
        box-shadow: rgba(47, 179, 128, 0.3) 0 10px 25px;
    }

    #contact form .form-label[b-nz7zlsi5mq] {
        color: white;
    }

    #contact form .form-control[b-nz7zlsi5mq] {
        border-radius: 6px;
        border: none;
        padding: 12px 15px;
    }

        #contact form .form-control:focus[b-nz7zlsi5mq] {
            box-shadow: 0 0 8px #94d8c4;
            border: none;
        }

    #contact button[b-nz7zlsi5mq] {
        background: #2a3b57;
        color: white;
        border: none;
        padding: 12px 25px;
        font-weight: 700;
        border-radius: 50px;
        width: 100%;
        cursor: pointer;
        transition: background 0.3s ease, color 0.3s ease;
    }

        #contact button:hover[b-nz7zlsi5mq] {
            background: #1b8c19;
        }

/* FOOTER */
footer[b-nz7zlsi5mq] {
    background: #222;
    color: #bbb;
    padding: 2rem 1rem;
}

    footer a[b-nz7zlsi5mq] {
        color: #bbb;
        margin-left: 1rem;
    }

        footer a:hover[b-nz7zlsi5mq] {
            color: white;
            text-decoration: underline;
        }

/* ANIMATIONS */
.fade-in[b-nz7zlsi5mq] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

    .fade-in.show[b-nz7zlsi5mq] {
        opacity: 1;
        transform: translateY(0);
    }

/* RESPONSIVE */
@media (min-width: 800px) {
    #hero[b-nz7zlsi5mq] {
        flex-direction: row;
        text-align: left;
        padding-left: 3rem;
        padding-right: 3rem;
        gap: 5rem;
    }

        #hero > .container[b-nz7zlsi5mq] {
            flex-direction: row;
            justify-content: space-between;
            text-align: left;
            align-items: center;
        }

        #hero img[b-nz7zlsi5mq] {
            margin-left: auto;
        }
}

/* /Pages/Auth/ProfilePage.razor.rz.scp.css */
.profile-shell[b-rd8ys22181] {
    --ink: #17344f;
    --ink-soft: #5a7288;
    --mint: #d8f3dc;
    --sky: #e6f4ff;
    --sun: #fff1cf;
    --accent: #1c7ed6;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    font-family: "Avenir Next", "Nunito Sans", "Segoe UI", sans-serif;
}

.profile-backdrop[b-rd8ys22181] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 10%, var(--sun) 0%, transparent 42%),
        radial-gradient(circle at 90% 20%, var(--mint) 0%, transparent 45%),
        linear-gradient(135deg, #f9fcff 0%, #edf6ff 42%, #fef9ef 100%);
    z-index: 0;
}

.profile-page[b-rd8ys22181] {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.edit-profile-header[b-rd8ys22181] {
    border-bottom: 1px solid rgba(23, 52, 79, 0.12);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(6px);
}

.profile-title[b-rd8ys22181] {
    color: var(--ink);
    font-weight: 800;
}

.profile-scroll-content[b-rd8ys22181] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1.5rem;
}

.profile-content[b-rd8ys22181] {
    position: relative;
    z-index: 1;
    animation: profile-reveal-up-b-rd8ys22181 0.45s ease;
}

@keyframes profile-reveal-up-b-rd8ys22181 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

.subscription-loading[b-rd8ys22181] {
	min-height: 10rem;
	display: grid;
	place-items: center;
	gap: 0.85rem;
	text-align: center;
}

.subscription-empty-state[b-rd8ys22181] {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem;
	border: 1px solid rgba(13, 110, 253, 0.12);
	border-radius: 1rem;
	background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(13, 202, 240, 0.08));
}

.subscription-panel[b-rd8ys22181] {
	display: grid;
	gap: 1rem;
}

.subscription-hero[b-rd8ys22181] {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	align-items: flex-start;
	padding: 1.25rem;
	border-radius: 1rem;
	background:
		radial-gradient(circle at top left, rgba(25, 135, 84, 0.16), transparent 35%),
		linear-gradient(145deg, rgba(248, 249, 250, 0.98), rgba(233, 236, 239, 0.98));
	border: 1px solid rgba(25, 135, 84, 0.14);
}

.subscription-eyebrow[b-rd8ys22181] {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #198754;
	margin-bottom: 0.35rem;
}

.subscription-plan-row[b-rd8ys22181] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	margin-bottom: 0.35rem;
}

.subscription-status[b-rd8ys22181] {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
}

.status-success[b-rd8ys22181] {
	background: rgba(25, 135, 84, 0.12);
	color: #146c43;
}

.status-info[b-rd8ys22181] {
	background: rgba(13, 202, 240, 0.12);
	color: #087990;
}

.status-warning[b-rd8ys22181] {
	background: rgba(255, 193, 7, 0.18);
	color: #997404;
}

.status-neutral[b-rd8ys22181] {
	background: rgba(108, 117, 125, 0.12);
	color: #495057;
}

.subscription-actions[b-rd8ys22181] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-end;
}

.subscription-inline-alert[b-rd8ys22181] {
	border-radius: 0.9rem;
}

.subscription-metrics[b-rd8ys22181] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
}

.subscription-metric[b-rd8ys22181] {
	padding: 1rem;
	border-radius: 0.9rem;
	border: 1px solid rgba(108, 117, 125, 0.12);
	background: #fff;
	box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.04);
}

.metric-label[b-rd8ys22181] {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6c757d;
}

.subscription-item-list[b-rd8ys22181] {
	display: grid;
	gap: 0.8rem;
}

.subscription-item-card[b-rd8ys22181] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.1rem;
	border-radius: 0.9rem;
	background: #fff;
	border: 1px solid rgba(13, 110, 253, 0.08);
	box-shadow: 0 0.35rem 1rem rgba(13, 110, 253, 0.05);
}

.subscription-item-title[b-rd8ys22181] {
	font-weight: 700;
	color: #212529;
}

.subscription-item-meta[b-rd8ys22181] {
	font-size: 0.92rem;
	color: #6c757d;
}

.subscription-item-stats[b-rd8ys22181] {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	color: #495057;
	font-weight: 600;
}

@media (max-width: 991.98px) {
	.subscription-metrics[b-rd8ys22181] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	.subscription-empty-state[b-rd8ys22181],
	.subscription-hero[b-rd8ys22181],
	.subscription-item-card[b-rd8ys22181] {
		padding: 1rem;
	}

	.subscription-actions[b-rd8ys22181] {
		width: 100%;
		justify-content: stretch;
	}

	.subscription-actions .btn[b-rd8ys22181] {
		flex: 1 1 100%;
	}

	.subscription-metrics[b-rd8ys22181] {
		grid-template-columns: 1fr;
	}
}
/* /Pages/Invites/InvitesPage.razor.rz.scp.css */
.invites-shell[b-8aaqz3r3fd] {
    --ink: #17344f;
    --ink-soft: #5a7288;
    --mint: #d8f3dc;
    --sky: #e6f4ff;
    --sun: #fff1cf;
    --accent: #1c7ed6;
    --success: #2b9348;
    --danger: #c92a2a;
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    font-family: "Avenir Next", "Nunito Sans", "Segoe UI", sans-serif;
}

.invites-backdrop[b-8aaqz3r3fd] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 10%, var(--sun) 0%, transparent 42%),
        radial-gradient(circle at 90% 20%, var(--mint) 0%, transparent 45%),
        linear-gradient(135deg, #f9fcff 0%, #edf6ff 42%, #fef9ef 100%);
    z-index: 0;
}

.invites-page[b-8aaqz3r3fd] {
    position: relative;
    z-index: 1;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.invites-header[b-8aaqz3r3fd] {
    border-bottom: 1px solid rgba(23, 52, 79, 0.12);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(6px);
}

.invites-title[b-8aaqz3r3fd] {
    color: var(--ink);
    font-weight: 800;
}

.invites-scroll-content[b-8aaqz3r3fd] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 1.5rem;
    display: flex;
}

.invites-content[b-8aaqz3r3fd] {
    position: relative;
    z-index: 1;
    animation: reveal-up-b-8aaqz3r3fd 0.45s ease;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.soft-card[b-8aaqz3r3fd] {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgb(20 59 96 / 0.08);
    padding: 1.2rem;
}

/* Toolbar: tabs + search */
.invites-toolbar[b-8aaqz3r3fd] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem;
}

.invites-toolbar-left[b-8aaqz3r3fd] {
    justify-self: start;
}

.invites-toolbar-center[b-8aaqz3r3fd] {
    justify-self: center;
}

.invites-toolbar-right[b-8aaqz3r3fd] {
    justify-self: end;
}

.invites-toolbar-right .invites-search[b-8aaqz3r3fd] {
    width: 260px;
}

.invites-tabs[b-8aaqz3r3fd] {
    display: flex;
    gap: 0.25rem;
    background: rgba(23, 52, 79, 0.06);
    border-radius: 10px;
    padding: 0.25rem;
}

.invite-tab[b-8aaqz3r3fd] {
    border: none;
    background: transparent;
    border-radius: 8px;
    padding: 0.35rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ink-soft);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.invite-tab:hover[b-8aaqz3r3fd] {
    background: rgba(255, 255, 255, 0.7);
    color: var(--ink);
}

.invite-tab.active[b-8aaqz3r3fd] {
    background: #ffffff;
    color: var(--accent);
    box-shadow: 0 2px 6px rgb(28 126 214 / 0.15);
}

.invites-search[b-8aaqz3r3fd] {
    border-radius: 10px;
    border: 1px solid #c8d7e7;
    font-size: 0.9rem;
}

.invites-search:focus[b-8aaqz3r3fd] {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgb(28 126 214 / 0.1);
}

@media (max-width: 767.98px) {
    .invites-toolbar[b-8aaqz3r3fd] {
        grid-template-columns: 1fr;
    }

    .invites-toolbar-left[b-8aaqz3r3fd],
    .invites-toolbar-center[b-8aaqz3r3fd],
    .invites-toolbar-right[b-8aaqz3r3fd] {
        justify-self: start;
    }

    .invites-toolbar-right[b-8aaqz3r3fd] {
        width: 100%;
    }

    .invites-toolbar-right .invites-search[b-8aaqz3r3fd] {
        width: 100%;
    }
}

/* Table */
.invites-table[b-8aaqz3r3fd] {
    color: var(--ink);
}

.invites-table thead tr th[b-8aaqz3r3fd] {
    background: rgb(23, 52, 79);
    color: #f9fcff;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 2px solid #dbe7f2;
    text-align: center;
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 2;
}

.invites-table tbody tr[b-8aaqz3r3fd] {
    transition: background 0.15s ease;
}

.invites-table tbody tr:hover[b-8aaqz3r3fd] {
    background: rgba(230, 244, 255, 0.5);
}

.invites-table tbody td[b-8aaqz3r3fd] {
    border-color: #edf3fa;
    font-size: 0.9rem;
    color: var(--ink);
}

.invites-table-card[b-8aaqz3r3fd] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 320px;
    min-width: 0;
}

.invites-table-card .table-responsive[b-8aaqz3r3fd] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: auto;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #cfcfcf #f1f1f1;
}

.invites-table-card .table-responsive[b-8aaqz3r3fd]::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.invites-table-card .table-responsive[b-8aaqz3r3fd]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.invites-table-card .table-responsive[b-8aaqz3r3fd]::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 5px;
}

.invites-table-card .table-responsive[b-8aaqz3r3fd]::-webkit-scrollbar-thumb:hover {
    background: #bfbfbf;
}

/* Fade-in animation */
.fade-in[b-8aaqz3r3fd] {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.fade-in.show[b-8aaqz3r3fd] {
    opacity: 1;
    transform: translateY(0);
}

@keyframes reveal-up-b-8aaqz3r3fd {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/PrivacyPolicy.razor.rz.scp.css */
.privacy-shell[b-gpr8l9r3zp] {
    --ink: #17344f;
    --ink-soft: #5a7288;
    --mint: #d8f3dc;
    --sky: #e6f4ff;
    --sun: #fff1cf;
    --accent: #1c7ed6;
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    font-family: "Avenir Next", "Nunito Sans", "Segoe UI", sans-serif;
}

.privacy-backdrop[b-gpr8l9r3zp] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 10%, var(--sun) 0%, transparent 42%),
        radial-gradient(circle at 90% 20%, var(--mint) 0%, transparent 45%),
        linear-gradient(135deg, #f9fcff 0%, #edf6ff 42%, #fef9ef 100%);
    z-index: 0;
}

.privacy-page[b-gpr8l9r3zp] {
    position: relative;
    z-index: 1;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.privacy-header[b-gpr8l9r3zp] {
    border-bottom: 1px solid rgba(23, 52, 79, 0.12);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(6px);
}

.privacy-title[b-gpr8l9r3zp] {
    color: var(--ink);
    font-weight: 800;
}

.privacy-scroll-content[b-gpr8l9r3zp] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: #cfcfcf #f1f1f1;
}

.privacy-scroll-content[b-gpr8l9r3zp]::-webkit-scrollbar {
    width: 10px;
}

.privacy-scroll-content[b-gpr8l9r3zp]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.privacy-scroll-content[b-gpr8l9r3zp]::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 5px;
}

.privacy-scroll-content[b-gpr8l9r3zp]::-webkit-scrollbar-thumb:hover {
    background: #bfbfbf;
}

.privacy-content[b-gpr8l9r3zp] {
    position: relative;
    z-index: 1;
    animation: reveal-up-b-gpr8l9r3zp 0.45s ease;
}

/* Reuse soft-card from invites (already global) or redeclare here if scoped */
.soft-card[b-gpr8l9r3zp] {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgb(20 59 96 / 0.08);
    padding: 1.2rem;
}

/* Hero / title card */
.privacy-hero[b-gpr8l9r3zp] {
    text-align: center;
    padding: 2rem 1.5rem 1.5rem;
}

.privacy-heading[b-gpr8l9r3zp] {
    color: var(--ink);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.privacy-effective[b-gpr8l9r3zp] {
    color: var(--ink-soft);
    font-style: italic;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Body card */
.privacy-body[b-gpr8l9r3zp] {
    padding: 2rem;
}

.privacy-body section[b-gpr8l9r3zp] {
    margin-bottom: 2rem;
}

.privacy-body h3[b-gpr8l9r3zp] {
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #dbe7f2;
}

.privacy-body p[b-gpr8l9r3zp] {
    line-height: 1.7;
    color: var(--ink-soft);
    margin-bottom: 0.75rem;
    font-size: 0.93rem;
}

.privacy-body ul[b-gpr8l9r3zp] {
    margin-left: 1.5rem;
    line-height: 1.9;
    color: var(--ink-soft);
    font-size: 0.93rem;
}

.privacy-body li[b-gpr8l9r3zp] {
    margin-bottom: 0.4rem;
}

.privacy-body strong[b-gpr8l9r3zp] {
    color: var(--ink);
    font-weight: 700;
}

@keyframes reveal-up-b-gpr8l9r3zp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .privacy-heading[b-gpr8l9r3zp] {
        font-size: 1.5rem;
    }

    .privacy-body[b-gpr8l9r3zp] {
        padding: 1.25rem;
    }
}
/* /Pages/TermsOfService.razor.rz.scp.css */
.terms-shell[b-1kq8pearw6] {
    --ink: #17344f;
    --ink-soft: #5a7288;
    --mint: #d8f3dc;
    --sky: #e6f4ff;
    --sun: #fff1cf;
    --accent: #1c7ed6;
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    font-family: "Avenir Next", "Nunito Sans", "Segoe UI", sans-serif;
}

.terms-backdrop[b-1kq8pearw6] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 10%, var(--sun) 0%, transparent 42%),
        radial-gradient(circle at 90% 20%, var(--mint) 0%, transparent 45%),
        linear-gradient(135deg, #f9fcff 0%, #edf6ff 42%, #fef9ef 100%);
    z-index: 0;
}

.terms-page[b-1kq8pearw6] {
    position: relative;
    z-index: 1;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.terms-header[b-1kq8pearw6] {
    border-bottom: 1px solid rgba(23, 52, 79, 0.12);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(6px);
}

.terms-title[b-1kq8pearw6] {
    color: var(--ink);
    font-weight: 800;
}

.terms-scroll-content[b-1kq8pearw6] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: #cfcfcf #f1f1f1;
}

.terms-scroll-content[b-1kq8pearw6]::-webkit-scrollbar {
    width: 10px;
}

.terms-scroll-content[b-1kq8pearw6]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.terms-scroll-content[b-1kq8pearw6]::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 5px;
}

.terms-scroll-content[b-1kq8pearw6]::-webkit-scrollbar-thumb:hover {
    background: #bfbfbf;
}

.terms-content[b-1kq8pearw6] {
    position: relative;
    z-index: 1;
    animation: reveal-up-b-1kq8pearw6 0.45s ease;
}

.soft-card[b-1kq8pearw6] {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgb(20 59 96 / 0.08);
    padding: 1.2rem;
}

/* Hero / title card */
.terms-hero[b-1kq8pearw6] {
    text-align: center;
    padding: 2rem 1.5rem 1.5rem;
}

.terms-heading[b-1kq8pearw6] {
    color: var(--ink);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.terms-effective[b-1kq8pearw6] {
    color: var(--ink-soft);
    font-style: italic;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Body card */
.terms-body[b-1kq8pearw6] {
    padding: 2rem;
}

.terms-body section[b-1kq8pearw6] {
    margin-bottom: 2rem;
}

.terms-body h3[b-1kq8pearw6] {
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #dbe7f2;
}

.terms-body p[b-1kq8pearw6] {
    line-height: 1.7;
    color: var(--ink-soft);
    margin-bottom: 0.75rem;
    font-size: 0.93rem;
}

.terms-body ul[b-1kq8pearw6] {
    margin-left: 1.5rem;
    line-height: 1.9;
    color: var(--ink-soft);
    font-size: 0.93rem;
}

.terms-body li[b-1kq8pearw6] {
    margin-bottom: 0.4rem;
}

.terms-body strong[b-1kq8pearw6] {
    color: var(--ink);
    font-weight: 700;
}

@keyframes reveal-up-b-1kq8pearw6 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .terms-heading[b-1kq8pearw6] {
        font-size: 1.5rem;
    }

    .terms-body[b-1kq8pearw6] {
        padding: 1.25rem;
    }
}
