/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-gecmf7eume] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gecmf7eume] {
    flex: 1;
}

.sidebar[b-gecmf7eume] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gecmf7eume] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gecmf7eume]  a, .top-row[b-gecmf7eume]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gecmf7eume]  a:hover, .top-row[b-gecmf7eume]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gecmf7eume]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gecmf7eume] {
        justify-content: space-between;
    }

    .top-row[b-gecmf7eume]  a, .top-row[b-gecmf7eume]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gecmf7eume] {
        flex-direction: row;
    }

    .sidebar[b-gecmf7eume] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gecmf7eume] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gecmf7eume]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gecmf7eume], article[b-gecmf7eume] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zuyxnfr5f4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-zuyxnfr5f4] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zuyxnfr5f4] {
    font-size: 1.1rem;
}

.bi[b-zuyxnfr5f4] {
    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-zuyxnfr5f4] {
    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-zuyxnfr5f4] {
    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-zuyxnfr5f4] {
    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-zuyxnfr5f4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-zuyxnfr5f4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zuyxnfr5f4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zuyxnfr5f4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-zuyxnfr5f4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-zuyxnfr5f4] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.homepage[b-w37c2bfeke] {
    --bg-dark: #0a2733;
    --bg-darker: #0b1f2a;
    --bg-mid: #0e3a4f;
    --bg-bright: #145a73;
    --accent: #3ddcff;
    --accent-2: #29c17e;
    --text: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.65);
    --text-faint: rgba(255, 255, 255, 0.4);
    color: var(--text);
    background: var(--bg-dark);
    font-family: 'Inter', sans-serif;
}

.container[b-w37c2bfeke] {
    width: min(1120px, 100% - 3rem);
    margin: 0 auto;
}

.site-header[b-w37c2bfeke] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: var(--bg-dark);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-content[b-w37c2bfeke] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    gap: 1.5rem;
}

.brand[b-w37c2bfeke] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.brand-badge[b-w37c2bfeke] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(-25deg, #092430 16%, #215c77 89%);
    display: grid;
    place-items: center;
}

.brand-badge img[b-w37c2bfeke] {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.brand-name[b-w37c2bfeke] {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.nav-links[b-w37c2bfeke] {
    display: none;
    gap: 2rem;
    align-items: center;
}

.nav-links a[b-w37c2bfeke] {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
}

.nav-links a:hover[b-w37c2bfeke] {
    color: var(--text);
}

.header-cta[b-w37c2bfeke] {
    display: none;
}

.nav-toggle[b-w37c2bfeke] {
    border: none;
    background: none;
    color: var(--text);
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
}

.nav-toggle svg[b-w37c2bfeke] {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mobile-menu[b-w37c2bfeke] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bg-dark);
}

.mobile-menu a[b-w37c2bfeke] {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
}

.mobile-menu a:hover[b-w37c2bfeke] {
    color: var(--text);
}

.main-content[b-w37c2bfeke] {
    padding-top: 64px;
}

.hero[b-w37c2bfeke] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6rem 0 5rem;
    background: linear-gradient(160deg, var(--bg-dark) 0%, var(--bg-mid) 50%, var(--bg-bright) 100%);
    overflow: hidden;
}

.hero[b-w37c2bfeke]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.05;
}

.hero[b-w37c2bfeke]::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 400px;
    background: radial-gradient(circle, var(--accent), transparent 70%);
    opacity: 0.2;
    filter: blur(60px);
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-content[b-w37c2bfeke] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    max-width: 720px;
    padding: 0 1.5rem;
}

.hero-badge[b-w37c2bfeke] {
    width: 100px;
    height: 100px;
    border-radius: 28px;
    background: linear-gradient(-25deg, #092430 16%, #215c77 89%);
    display: grid;
    place-items: center;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.hero-badge img[b-w37c2bfeke] {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.hero-heading[b-w37c2bfeke] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.eyebrow[b-w37c2bfeke] {
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.hero-title[b-w37c2bfeke] {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.hero-title span[b-w37c2bfeke] {
    color: var(--accent);
}

.hero-description[b-w37c2bfeke] {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

.hero-actions[b-w37c2bfeke] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.btn[b-w37c2bfeke] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: none;
    color: inherit;
}

.btn-primary[b-w37c2bfeke] {
    background: linear-gradient(135deg, var(--accent), #6fe6ff);
    color: #0a2733;
    box-shadow: 0 0 30px rgba(61, 220, 255, 0.35);
}

.btn-primary:hover[b-w37c2bfeke] {
    opacity: 0.9;
}

.btn-ghost[b-w37c2bfeke] {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.75);
}

.btn-ghost:hover[b-w37c2bfeke] {
    color: var(--text);
    border-color: rgba(255, 255, 255, 0.4);
}

.hero-stats[b-w37c2bfeke] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 3rem;
    justify-content: center;
}

.stat-card[b-w37c2bfeke] {
    display: grid;
    gap: 0.25rem;
    text-align: center;
}

.stat-value[b-w37c2bfeke] {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}

.stat-label[b-w37c2bfeke] {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 0.65rem;
    color: var(--text-faint);
}

.scroll-indicator[b-w37c2bfeke] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    font-size: 0.7rem;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
}

.scroll-indicator svg[b-w37c2bfeke] {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.section[b-w37c2bfeke] {
    padding: 6rem 0;
}

.section-dark[b-w37c2bfeke] {
    background: var(--bg-darker);
}

.section-mid[b-w37c2bfeke] {
    background: var(--bg-mid);
}

.section-gradient[b-w37c2bfeke] {
    background: linear-gradient(160deg, var(--bg-mid) 0%, var(--bg-bright) 100%);
}

.section-header[b-w37c2bfeke] {
    display: grid;
    gap: 1rem;
    max-width: 640px;
}

.section-header.center[b-w37c2bfeke] {
    text-align: center;
    margin: 0 auto 2rem;
}

.section-title[b-w37c2bfeke] {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    margin: 0;
}

.section-description[b-w37c2bfeke] {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.feature-grid[b-w37c2bfeke] {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.feature-card[b-w37c2bfeke] {
    background: var(--bg-mid);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 1.5rem;
    display: grid;
    gap: 1rem;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.feature-card:hover[b-w37c2bfeke] {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.16);
}

.feature-card h3[b-w37c2bfeke] {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    margin: 0;
}

.feature-card p[b-w37c2bfeke] {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.feature-icon[b-w37c2bfeke] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--accent) 18%, transparent);
    border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
    color: var(--accent);
}

.feature-icon svg[b-w37c2bfeke] {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.testimonial-grid[b-w37c2bfeke] {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.testimonial-card[b-w37c2bfeke] {
    background: var(--bg-darker);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 1.75rem;
    display: grid;
    gap: 1.25rem;
    min-height: 280px;
}

.rating[b-w37c2bfeke] {
    color: var(--accent);
    letter-spacing: 0.2rem;
    font-size: 0.8rem;
}

.testimonial-quote[b-w37c2bfeke] {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
}

.testimonial-author[b-w37c2bfeke] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 0.9rem;
}

.author-badge[b-w37c2bfeke] {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--accent);
    background: color-mix(in srgb, var(--accent) 20%, transparent);
    border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
}

.author-name[b-w37c2bfeke] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.author-role[b-w37c2bfeke] {
    margin: 0;
    font-size: 0.75rem;
    color: var(--text-faint);
}

.download-grid[b-w37c2bfeke] {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.step-list[b-w37c2bfeke] {
    display: grid;
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.step-item[b-w37c2bfeke] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.2rem;
}

.step-number[b-w37c2bfeke] {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--accent);
    opacity: 0.6;
    min-width: 36px;
}

.step-item h4[b-w37c2bfeke] {
    margin: 0 0 0.35rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
}

.step-item p[b-w37c2bfeke] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.store-buttons[b-w37c2bfeke] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.store-button[b-w37c2bfeke] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.5rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    cursor: pointer;
}

.store-button svg[b-w37c2bfeke] {
    width: 24px;
    height: 24px;
    fill: var(--text);
}

.store-button span[b-w37c2bfeke] {
    display: block;
    font-size: 0.7rem;
    color: var(--text-faint);
}

.store-button strong[b-w37c2bfeke] {
    display: block;
    font-size: 0.9rem;
}

.download-mockup[b-w37c2bfeke] {
    display: grid;
    place-items: center;
}

.mockup-card[b-w37c2bfeke] {
    width: min(260px, 100%);
    height: 480px;
    border-radius: 28px;
    background: linear-gradient(-25deg, #092430 16%, #215c77 89%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding-top: 3rem;
    position: relative;
}

.mockup-logo[b-w37c2bfeke] {
    width: 120px;
    height: 120px;
    display: grid;
    place-items: center;
}

.mockup-logo img[b-w37c2bfeke] {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.mockup-card h3[b-w37c2bfeke] {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    margin: 0;
}

.mockup-card p[b-w37c2bfeke] {
    color: var(--accent);
    font-size: 0.8rem;
    margin: 0;
}

.mockup-score[b-w37c2bfeke] {
    position: absolute;
    bottom: 2.5rem;
    left: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1rem;
    font-size: 0.75rem;
}

.score-header[b-w37c2bfeke],
.score-row[b-w37c2bfeke] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

.score-header[b-w37c2bfeke] {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.65rem;
    margin-bottom: 0.35rem;
}

.score-row[b-w37c2bfeke] {
    padding: 0.35rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.score-value.score-good[b-w37c2bfeke] {
    color: var(--accent-2);
    font-weight: 600;
}

.score-value.score-even[b-w37c2bfeke] {
    color: var(--accent);
    font-weight: 600;
}

.score-value.score-bad[b-w37c2bfeke] {
    color: var(--text);
    font-weight: 600;
}

.contact-grid[b-w37c2bfeke] {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.contact-details[b-w37c2bfeke] {
    display: grid;
    gap: 1.5rem;
    margin-top: 2rem;
}

.contact-item span[b-w37c2bfeke] {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.2rem;
    color: var(--accent);
}

.contact-item strong[b-w37c2bfeke] {
    display: block;
    margin-top: 0.35rem;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
}

.contact-card[b-w37c2bfeke] {
    background: var(--bg-mid);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 2rem;
}

.contact-form[b-w37c2bfeke] {
    display: grid;
    gap: 1.5rem;
}

.form-row[b-w37c2bfeke] {
    display: grid;
    gap: 1.5rem;
}

label[b-w37c2bfeke] {
    display: grid;
    gap: 0.5rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: var(--text-faint);
}

input[b-w37c2bfeke],
select[b-w37c2bfeke],
textarea[b-w37c2bfeke] {
    background: var(--bg-mid);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--text);
    border-radius: 14px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
}

input:focus[b-w37c2bfeke],
select:focus[b-w37c2bfeke],
textarea:focus[b-w37c2bfeke] {
    outline: none;
    border-color: rgba(61, 220, 255, 0.45);
}

textarea[b-w37c2bfeke] {
    resize: none;
}

.contact-success[b-w37c2bfeke] {
    text-align: center;
    display: grid;
    gap: 1rem;
    padding: 2rem 0;
}

.success-icon[b-w37c2bfeke] {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(41, 193, 126, 0.2);
    color: var(--accent-2);
}

.success-icon svg[b-w37c2bfeke] {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-footer[b-w37c2bfeke] {
    background: var(--bg-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 4rem 0 2rem;
}

.footer-grid[b-w37c2bfeke] {
    display: grid;
    gap: 2.5rem;
}

.footer-brand p[b-w37c2bfeke] {
    color: var(--text-faint);
    max-width: 320px;
    font-size: 0.875rem;
    line-height: 1.7;
}

.socials[b-w37c2bfeke] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.socials button[b-w37c2bfeke] {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 700;
}

.footer-column span[b-w37c2bfeke] {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 0.7rem;
    color: var(--accent);
}

.footer-column ul[b-w37c2bfeke] {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    gap: 0.75rem;
}

.footer-column a[b-w37c2bfeke] {
    color: var(--text-faint);
    text-decoration: none;
    font-size: 0.85rem;
}

.footer-column a:hover[b-w37c2bfeke] {
    color: var(--text);
}

.footer-bottom[b-w37c2bfeke] {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 3rem;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.75rem;
}

@media (min-width: 768px) {
    .nav-links[b-w37c2bfeke] {
        display: flex;
    }

    .header-cta[b-w37c2bfeke] {
        display: inline-flex;
    }

    .nav-toggle[b-w37c2bfeke] {
        display: none;
    }

    .hero-content[b-w37c2bfeke] {
        gap: 2.5rem;
    }

    .download-grid[b-w37c2bfeke] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-grid[b-w37c2bfeke] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .form-row[b-w37c2bfeke] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid[b-w37c2bfeke] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .footer-brand[b-w37c2bfeke] {
        grid-column: span 2;
    }

    .footer-bottom[b-w37c2bfeke] {
        flex-direction: row;
        justify-content: space-between;
    }
}

