/* _content/Geokontrol.Modern.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page-shell[b-tfwi9er03j] {
    min-height: 100vh;
}

#blazor-error-ui[b-tfwi9er03j] {
    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-tfwi9er03j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Geokontrol.Modern.Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-di51ron3co] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-di51ron3co] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-di51ron3co] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-di51ron3co] {
    font-size: 1.1rem;
}

.bi[b-di51ron3co] {
    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-di51ron3co] {
    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-di51ron3co] {
    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-di51ron3co] {
    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-di51ron3co] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-di51ron3co] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-di51ron3co] {
        padding-bottom: 1rem;
    }

    .nav-item[b-di51ron3co]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-di51ron3co]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-di51ron3co]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-di51ron3co] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-di51ron3co] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-di51ron3co] {
        display: none;
    }

    .nav-scrollable[b-di51ron3co] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Geokontrol.Modern.Blazor/Components/Pages/Home.razor.rz.scp.css */
.hero[b-vlml14eeig],
.section[b-vlml14eeig],
.footer[b-vlml14eeig] {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.hero[b-vlml14eeig] {
    padding: 24px 0 56px;
}

.topbar[b-vlml14eeig] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    position: sticky;
    top: 18px;
    z-index: 10;
}

.brand[b-vlml14eeig] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.brand-icon[b-vlml14eeig] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.brand-copy[b-vlml14eeig] {
    display: grid;
    gap: 2px;
    color: var(--muted);
    font-size: 0.9rem;
}

.brand-copy strong[b-vlml14eeig] {
    color: var(--text);
    font-size: 1rem;
}

.topbar-links[b-vlml14eeig] {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.topbar-links a[b-vlml14eeig],
.footer a[b-vlml14eeig] {
    color: var(--muted);
}

.topbar-links a:hover[b-vlml14eeig],
.footer a:hover[b-vlml14eeig] {
    color: var(--accent);
}

.hero-grid[b-vlml14eeig],
.feature-grid[b-vlml14eeig],
.gallery-grid[b-vlml14eeig],
.pricing-grid[b-vlml14eeig] {
    display: grid;
    gap: 22px;
}

.hero-grid[b-vlml14eeig] {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 42px;
    padding: 70px 0 20px;
}

.eyebrow[b-vlml14eeig] {
    margin: 0 0 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
}

.hero-copy h1[b-vlml14eeig],
.section-heading h2[b-vlml14eeig],
.footer h2[b-vlml14eeig] {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    line-height: 1.02;
}

.hero-copy h1[b-vlml14eeig] {
    font-size: clamp(2.5rem, 4.6vw, 4.3rem);
    max-width: 13ch;
}

.hero-text[b-vlml14eeig],
.feature-card p[b-vlml14eeig],
.shot-copy p[b-vlml14eeig],
.footer-note[b-vlml14eeig] {
    color: var(--muted);
    line-height: 1.75;
}

.hero-actions[b-vlml14eeig] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.button[b-vlml14eeig] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--accent) 0%, var(--contrast) 100%);
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 16px 36px rgba(37, 93, 140, 0.18);
}

.button-secondary[b-vlml14eeig],
.button-ghost[b-vlml14eeig] {
    background: transparent;
    color: var(--text);
    border-color: var(--line);
    box-shadow: none;
}

.feature-card[b-vlml14eeig],
.shot-card[b-vlml14eeig],
.fleet-card[b-vlml14eeig],
.hero-panel[b-vlml14eeig],
.pricing-card[b-vlml14eeig] {
    border: 1px solid var(--line);
    background: var(--panel);
    box-shadow: var(--shadow);
}

.store-link[b-vlml14eeig] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.login-link[b-vlml14eeig] {
    min-height: 44px;
    padding: 0 18px;
    font-weight: 700;
}

.store-link:hover[b-vlml14eeig],
.store-link:focus-visible[b-vlml14eeig] {
    transform: translateY(-2px);
    opacity: 0.92;
    outline: none;
}

.store-link img[b-vlml14eeig] {
    display: block;
    width: 156px;
    height: auto;
}

.hero-panel[b-vlml14eeig] {
    padding: 20px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(37, 93, 140, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.98));
}

.promo-image[b-vlml14eeig] {
    width: 100%;
    display: block;
    border-radius: 24px;
}

.pricing-grid[b-vlml14eeig] {
    grid-template-columns: repeat(2, 1fr);
}

.pricing-card[b-vlml14eeig],
.feature-card[b-vlml14eeig] {
    padding: 24px;
    border-radius: 24px;
}

.pricing-card-accent[b-vlml14eeig] {
    background:
        radial-gradient(circle at top right, rgba(141, 174, 217, 0.18), transparent 28%),
        var(--panel);
}

.price[b-vlml14eeig] {
    margin: 10px 0 6px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1;
}

.pricing-note[b-vlml14eeig],
.feature-hint[b-vlml14eeig],
.pricing-footnote[b-vlml14eeig] {
    color: var(--muted);
    line-height: 1.6;
}

.pricing-card ul[b-vlml14eeig] {
    margin: 18px 0 24px;
    padding-left: 18px;
    color: var(--muted);
}

.section[b-vlml14eeig] {
    padding: 26px 0 88px;
}

.section-heading[b-vlml14eeig] {
    max-width: 760px;
    margin-bottom: 28px;
}

.section-heading h2[b-vlml14eeig],
.footer h2[b-vlml14eeig] {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.feature-grid[b-vlml14eeig] {
    grid-template-columns: repeat(3, 1fr);
}

.feature-card-rich[b-vlml14eeig] {
    position: relative;
    min-height: 250px;
}

.feature-header[b-vlml14eeig] {
    position: relative;
    display: inline-flex;
    margin-bottom: 18px;
}

.feature-icon-wrap[b-vlml14eeig] {
    width: 96px;
    height: 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: rgba(37, 93, 140, 0.06);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.feature-icon-wrap:hover[b-vlml14eeig],
.feature-icon-wrap:focus-visible[b-vlml14eeig] {
    transform: translateY(-2px);
    background: rgba(141, 174, 217, 0.22);
    outline: none;
}

.feature-icon[b-vlml14eeig] {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.feature-card h3[b-vlml14eeig],
.shot-copy h3[b-vlml14eeig] {
    margin: 0 0 10px;
    font-size: 1.45rem;
}

.feature-tooltip[b-vlml14eeig] {
    position: absolute;
    left: 118px;
    top: -10px;
    width: min(420px, calc(100vw - 88px));
    padding: 22px 24px;
    border-radius: 24px;
    border: 1px solid rgba(37, 93, 140, 0.16);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 70px rgba(20, 56, 99, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 5;
    pointer-events: none;
}

.feature-tooltip h4[b-vlml14eeig] {
    margin: 0 0 12px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.35rem;
    line-height: 1.15;
}

.feature-tooltip p[b-vlml14eeig] {
    margin: 0;
    color: var(--muted);
}

.feature-card-rich:hover .feature-tooltip[b-vlml14eeig],
.feature-card-rich:focus-within .feature-tooltip[b-vlml14eeig] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.section-dark[b-vlml14eeig] {
    padding: 34px;
    border-radius: 36px;
    background:
        radial-gradient(circle at top right, rgba(141, 174, 217, 0.22), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.98));
    border: 1px solid var(--line);
}

.fleet-card[b-vlml14eeig] {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 30px;
    align-items: center;
}

.fleet-copy[b-vlml14eeig] {
    max-width: 420px;
}

.fleet-copy h3[b-vlml14eeig] {
    margin: 0 0 12px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.05;
}

.fleet-copy p[b-vlml14eeig] {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.fleet-visual[b-vlml14eeig] {
    padding: 12px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(141, 174, 217, 0.2), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
}

.fleet-visual img[b-vlml14eeig] {
    width: 100%;
    display: block;
    border-radius: 18px;
}

.gallery-grid[b-vlml14eeig] {
    grid-template-columns: repeat(3, 1fr);
}

.shot-card[b-vlml14eeig] {
    overflow: hidden;
    border-radius: 26px;
    display: grid;
    grid-template-rows: auto 1fr;
}

.shot-image[b-vlml14eeig] {
    width: min(100%, 240px);
    aspect-ratio: 9 / 16;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    padding: 18px 18px 0;
    background:
        radial-gradient(circle at top, rgba(141, 174, 217, 0.2), transparent 45%),
        linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(255, 255, 255, 0.96));
}

.shot-carousel[b-vlml14eeig] {
    position: relative;
    width: min(100%, 240px);
    aspect-ratio: 9 / 16;
    margin: 0 auto;
    padding: 18px 0 34px;
    background:
        radial-gradient(circle at top, rgba(141, 174, 217, 0.2), transparent 45%),
        linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(255, 255, 255, 0.96));
}

.shot-slide[b-vlml14eeig] {
    position: absolute;
    inset: 18px 0 34px;
    width: 100%;
    height: calc(100% - 52px);
    object-fit: contain;
    opacity: 0;
    animation: shot-rotate-b-vlml14eeig calc(var(--count) * 4s) infinite;
    animation-delay: calc(var(--index) * 4s);
}

.shot-dots[b-vlml14eeig] {
    position: absolute;
    left: 50%;
    bottom: 12px;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.shot-dot[b-vlml14eeig] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(37, 93, 140, 0.2);
    animation: shot-dot-rotate-b-vlml14eeig calc(var(--count) * 4s) infinite;
    animation-delay: calc(var(--index) * 4s);
}

.shot-copy[b-vlml14eeig] {
    padding: 18px 20px 20px;
}

@keyframes shot-rotate-b-vlml14eeig {
    0%,
    10% {
        opacity: 0;
    }

    15%,
    45% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

@keyframes shot-dot-rotate-b-vlml14eeig {
    0%,
    10% {
        background: rgba(37, 93, 140, 0.2);
        transform: scale(1);
    }

    15%,
    45% {
        background: var(--accent);
        transform: scale(1.15);
    }

    50%,
    100% {
        background: rgba(37, 93, 140, 0.2);
        transform: scale(1);
    }
}

.tag[b-vlml14eeig] {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(141, 174, 217, 0.18);
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.footer[b-vlml14eeig] {
    display: grid;
    gap: 12px;
    padding: 8px 0 52px;
}

.footer-row[b-vlml14eeig] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.footer-row-contact[b-vlml14eeig] {
    min-width: 0;
}

.footer-contact-link[b-vlml14eeig] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.footer-contact-link span:last-child[b-vlml14eeig] {
    overflow-wrap: anywhere;
}

.footer-contact-link svg[b-vlml14eeig] {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex: 0 0 auto;
}

.footer-separator[b-vlml14eeig] {
    color: var(--muted);
}

.footer-row-store .store-link:hover[b-vlml14eeig],
.footer-row-store .store-link:focus-visible[b-vlml14eeig] {
    color: inherit;
}

.footer-note[b-vlml14eeig] {
    margin: 0;
}

.footer-note a[b-vlml14eeig] {
    color: var(--accent);
}

@media (max-width: 980px) {
    .topbar[b-vlml14eeig],
    .hero-grid[b-vlml14eeig],
    .feature-grid[b-vlml14eeig],
    .gallery-grid[b-vlml14eeig],
    .pricing-grid[b-vlml14eeig],
    .fleet-card[b-vlml14eeig] {
        grid-template-columns: 1fr;
    }

    .topbar[b-vlml14eeig] {
        position: static;
        flex-wrap: wrap;
    }

    .hero-grid[b-vlml14eeig] {
        padding-top: 38px;
    }
}

@media (max-width: 640px) {
    .hero[b-vlml14eeig],
    .section[b-vlml14eeig],
    .footer[b-vlml14eeig] {
        width: min(100% - 20px, 1180px);
    }

    .hero[b-vlml14eeig] {
        padding-top: 16px;
    }

    .topbar[b-vlml14eeig] {
        padding: 14px;
        border-radius: 18px;
    }

    .footer-row[b-vlml14eeig] {
        flex-wrap: wrap;
    }

    .hero-copy h1[b-vlml14eeig] {
        max-width: none;
    }

    .section-dark[b-vlml14eeig],
    .feature-card[b-vlml14eeig],
    .pricing-card[b-vlml14eeig],
    .shot-card[b-vlml14eeig] {
        border-radius: 22px;
    }

    .feature-tooltip[b-vlml14eeig] {
        left: 0;
        top: 108px;
        width: min(100vw - 60px, 360px);
    }
}
/* _content/Geokontrol.Modern.Blazor/Components/Pages/Legal.razor.rz.scp.css */
.legal-shell[b-w8lpm3p0y6] {
    width: min(1000px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 56px;
}

.legal-hero[b-w8lpm3p0y6] {
    padding: 28px 30px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(37, 93, 140, 0.08), rgba(141, 174, 217, 0.18)),
        #ffffff;
    box-shadow: var(--shadow);
}

.legal-hero h1[b-w8lpm3p0y6] {
    margin: 0 0 14px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.3rem, 4vw, 3.8rem);
    line-height: 1.02;
}

.legal-hero p[b-w8lpm3p0y6],
.legal-card p[b-w8lpm3p0y6],
.legal-card li[b-w8lpm3p0y6] {
    color: var(--muted);
    line-height: 1.78;
}

.legal-card[b-w8lpm3p0y6] {
    margin-top: 20px;
    padding: 24px 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--panel);
    box-shadow: var(--shadow);
}

.legal-card h2[b-w8lpm3p0y6] {
    margin: 0 0 12px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.45rem;
    color: var(--text);
}

.legal-card a[b-w8lpm3p0y6] {
    color: var(--accent);
}

.legal-card ul[b-w8lpm3p0y6] {
    margin: 14px 0 0;
    padding-left: 20px;
}

@media (max-width: 640px) {
    .legal-shell[b-w8lpm3p0y6] {
        width: min(100% - 20px, 1000px);
        padding-top: 16px;
    }

    .legal-hero[b-w8lpm3p0y6],
    .legal-card[b-w8lpm3p0y6] {
        border-radius: 20px;
    }
}
/* _content/Geokontrol.Modern.Blazor/Components/Pages/Privacy.razor.rz.scp.css */
.legal-shell[b-23uxt0zw7p] {
    width: min(1000px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 56px;
}

.legal-hero[b-23uxt0zw7p] {
    padding: 28px 30px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(37, 93, 140, 0.08), rgba(141, 174, 217, 0.18)),
        #ffffff;
    box-shadow: var(--shadow);
}

.legal-hero h1[b-23uxt0zw7p] {
    margin: 0 0 14px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.3rem, 4vw, 3.8rem);
    line-height: 1.02;
}

.legal-hero p[b-23uxt0zw7p],
.legal-card p[b-23uxt0zw7p],
.legal-card li[b-23uxt0zw7p] {
    color: var(--muted);
    line-height: 1.78;
}

.legal-card[b-23uxt0zw7p] {
    margin-top: 20px;
    padding: 24px 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--panel);
    box-shadow: var(--shadow);
}

.legal-card h2[b-23uxt0zw7p] {
    margin: 0 0 12px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.45rem;
    color: var(--text);
}

.legal-card a[b-23uxt0zw7p] {
    color: var(--accent);
}

.legal-card ul[b-23uxt0zw7p] {
    margin: 14px 0 0;
    padding-left: 20px;
}

@media (max-width: 640px) {
    .legal-shell[b-23uxt0zw7p] {
        width: min(100% - 20px, 1000px);
        padding-top: 16px;
    }

    .legal-hero[b-23uxt0zw7p],
    .legal-card[b-23uxt0zw7p] {
        border-radius: 20px;
    }
}
