/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* App Bar Styles */
[b-b74pf4l8w4] .appbar-brand-wrapper {
    gap: 6px;
}

[b-b74pf4l8w4] .appbar-brand-primary {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    color: var(--mud-palette-primary);
}

[b-b74pf4l8w4] .appbar-brand-secondary {
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    color: var(--mud-palette-secondary);
}

[b-b74pf4l8w4] .appbar-user-text {
    font-weight: 500;
}

/* Drawer Styles */
[b-b74pf4l8w4] .drawer-header {
    background: linear-gradient(180deg, rgba(168, 85, 247, 0.15) 0%, transparent 100%);
    padding: 16px 16px 12px;
}

[b-b74pf4l8w4] .drawer-logo-wrapper {
    width: 36px;
    height: 36px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: linear-gradient(135deg, #a855f7, #22c55e);
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-b74pf4l8w4] .drawer-logo-icon {
    color: white;
    font-size: 20px;
}

[b-b74pf4l8w4] .drawer-brand-wrapper {
    gap: 6px;
}

[b-b74pf4l8w4] .drawer-brand-primary {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    color: #f3e8ff;
}

[b-b74pf4l8w4] .drawer-brand-secondary {
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    color: #c4b5fd;
}

/* Main Content */
[b-b74pf4l8w4] .gloopy-main-content {
    min-height: 100vh;
    padding-top: 80px !important;
}

/* Error UI */
#blazor-error-ui[b-b74pf4l8w4] {
    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-b74pf4l8w4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Account/Login.razor.rz.scp.css */
/* Login Page Styles */
[b-h6vcgev0ry] .login-paper {
    max-width: 440px;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(124, 58, 237, 0.15);
}

[b-h6vcgev0ry] .login-logo-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: linear-gradient(135deg, #a855f7, #22c55e);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

[b-h6vcgev0ry] .login-logo-icon {
    color: white;
    font-size: 28px;
}

[b-h6vcgev0ry] .login-title {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    color: #7c3aed;
}

[b-h6vcgev0ry] .login-label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

[b-h6vcgev0ry] .login-input-wrapper {
    border: 1.5px solid #e9d5ff;
    border-radius: 12px;
    padding: 10px 14px;
    transition: border-color 0.2s ease;
}

[b-h6vcgev0ry] .login-input-wrapper:focus-within {
    border-color: #a855f7;
}

[b-h6vcgev0ry] .login-input-icon {
    color: #a855f7;
}

[b-h6vcgev0ry] .login-input {
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
    font-size: 1rem;
    color: var(--mud-palette-text-primary);
    font-family: 'Nunito Sans', sans-serif;
}

[b-h6vcgev0ry] .login-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

[b-h6vcgev0ry] .login-submit-btn {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: white;
    border-radius: 12px;
    font-weight: 600;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: 0.3px;
}
/* /Components/Pages/DebtNotes/DebtNoteList.razor.rz.scp.css */
/* Debt Notes Styles */
[b-a4p8ewcjs0] .debt-summary-icon {
    font-size: 2.5rem;
}

[b-a4p8ewcjs0] .clear-filters-btn {
    height: 56px;
}

[b-a4p8ewcjs0] .empty-state-icon {
    font-size: 3rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Dashboard Card Styles */
[b-yr2vpn7go7] .dashboard-card-success {
    height: 100%;
    border-top: 4px solid var(--mud-palette-success);
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

[b-yr2vpn7go7] .dashboard-card-error {
    height: 100%;
    border-top: 4px solid var(--mud-palette-error);
    background: linear-gradient(135deg, #fff1f2 0%, #ffffff 100%);
}

[b-yr2vpn7go7] .dashboard-card-primary {
    height: 100%;
    border-top: 4px solid var(--mud-palette-primary);
    background: linear-gradient(135deg, #f5f3ff 0%, #ffffff 100%);
}

[b-yr2vpn7go7] .dashboard-card-secondary {
    height: 100%;
    border-top: 4px solid var(--mud-palette-secondary);
    background: linear-gradient(135deg, #fdf2f8 0%, #ffffff 100%);
}

[b-yr2vpn7go7] .gloopy-blob-icon {
    width: 44px;
    height: 44px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[b-yr2vpn7go7] .gloopy-blob-icon-success {
    background: linear-gradient(135deg, #22c55e, #4ade80);
}

[b-yr2vpn7go7] .gloopy-blob-icon-error {
    background: linear-gradient(135deg, #f43f5e, #fb7185);
}

[b-yr2vpn7go7] .gloopy-blob-icon-primary-success {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}

[b-yr2vpn7go7] .gloopy-blob-icon-primary-error {
    background: linear-gradient(135deg, #f43f5e, #fb7185);
}

[b-yr2vpn7go7] .gloopy-blob-icon-secondary {
    background: linear-gradient(135deg, #ec4899, #f472b6);
}

[b-yr2vpn7go7] .quick-action-btn {
    border-radius: 24px;
}

[b-yr2vpn7go7] .transaction-chip {
    border-radius: 999px;
}

[b-yr2vpn7go7] .transaction-amount {
    font-weight: 600;
}

[b-yr2vpn7go7] .empty-state-icon {
    background: linear-gradient(135deg, #c4b5fd, #e9d5ff);
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
}

[b-yr2vpn7go7] .empty-state-icon-inner {
    color: #7c3aed;
    font-size: 28px;
}

[b-yr2vpn7go7] .empty-state-text {
    font-weight: 500;
}
/* /Components/Pages/Landing.razor.rz.scp.css */
/* ===== BASE — Mobile-first ===== */
.lp[b-ygdvqta87g] {
    --purple: #7c3aed;
    --purple-dark: #581c87;
    --purple-deep: #3b0764;
    --purple-light: #a855f7;
    --purple-pale: #f5f3ff;
    --purple-mist: #ede9fe;
    --pink: #ec4899;
    --pink-light: #f472b6;
    --green: #22c55e;
    --green-light: #4ade80;
    --amber: #f59e0b;
    --text: #1e1b4b;
    --text-mid: #4b5563;
    --text-muted: #6b7280;
    --surface: #ffffff;

    font-family: 'Nunito Sans', sans-serif;
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    background: var(--surface);
}

.lp *[b-ygdvqta87g], .lp *[b-ygdvqta87g]::before, .lp *[b-ygdvqta87g]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.lp *:focus[b-ygdvqta87g],
.lp *:focus-visible[b-ygdvqta87g] {
    outline: none;
}

.lp a:focus-visible[b-ygdvqta87g],
.lp button:focus-visible[b-ygdvqta87g],
.lp input:focus-visible[b-ygdvqta87g] {
    outline: 2px solid var(--purple-light);
    outline-offset: 2px;
}

.lp h1[b-ygdvqta87g], .lp h2[b-ygdvqta87g], .lp h3[b-ygdvqta87g], .lp .lp-hero-pill[b-ygdvqta87g], .lp .lp-hero-trust[b-ygdvqta87g],
.lp .lp-hero-btns[b-ygdvqta87g], .lp .lp-hero-visual[b-ygdvqta87g], .lp .lp-nav[b-ygdvqta87g],
.lp .lp-sec-header[b-ygdvqta87g], .lp .lp-sec-pill[b-ygdvqta87g], .lp .lp-footer[b-ygdvqta87g] {
    -webkit-user-select: none;
    user-select: none;
}

/* ===== NAV (mobile-first) ===== */
.lp-nav[b-ygdvqta87g] {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 50;
}

.lp-nav-inner[b-ygdvqta87g] {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
}

.lp-brand[b-ygdvqta87g] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-logo-blob[b-ygdvqta87g] {
    width: 34px; height: 34px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: linear-gradient(135deg, var(--purple), var(--green));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-brand-name[b-ygdvqta87g] {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: white;
}

.lp-nav-links[b-ygdvqta87g] {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(59, 7, 100, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    flex-direction: column;
    padding: 1.25rem 1.5rem;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.lp-nav-links.open[b-ygdvqta87g] { display: flex; }

.lp-link[b-ygdvqta87g] {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.2s;
    padding: 0.6rem 0;
}

.lp-link:hover[b-ygdvqta87g] { color: white; }

.lp-menu-toggle[b-ygdvqta87g] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    cursor: pointer;
    padding: 8px;
    transition: background 0.2s;
}

.lp-menu-toggle:hover[b-ygdvqta87g] { background: rgba(255,255,255,0.2); }

/* ===== HERO (mobile-first) ===== */
.lp-hero[b-ygdvqta87g] {
    position: relative;
    background: linear-gradient(155deg, #3b0764 0%, #581c87 20%, #7c3aed 45%, #a855f7 70%, #c084fc 85%, #e879a8 100%);
    padding: 6.5rem 1.25rem 3.5rem;
    overflow: hidden;
    min-height: auto;
    display: flex;
    align-items: center;
}

.lp-hero-blobs .lp-blob[b-ygdvqta87g] {
    position: absolute;
    opacity: 0.07;
}

.lb-1[b-ygdvqta87g] {
    width: 300px; height: 300px;
    background: var(--green);
    top: -100px; right: -80px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: lpBlobDrift-b-ygdvqta87g 14s ease-in-out infinite;
}

.lb-2[b-ygdvqta87g] {
    width: 200px; height: 200px;
    background: var(--pink);
    bottom: -60px; left: -60px;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    animation: lpBlobDrift-b-ygdvqta87g 18s ease-in-out infinite reverse;
}

.lb-3[b-ygdvqta87g] {
    width: 120px; height: 120px;
    background: white;
    top: 40%; left: 30%;
    border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    animation: lpBlobDrift-b-ygdvqta87g 10s ease-in-out infinite;
    animation-delay: -3s;
}

.lb-4[b-ygdvqta87g] {
    width: 80px; height: 80px;
    background: var(--amber);
    top: 25%; right: 20%;
    border-radius: 40% 60% 50% 50% / 50% 40% 60% 50%;
    animation: lpBlobDrift-b-ygdvqta87g 12s ease-in-out infinite;
    animation-delay: -7s;
}

@keyframes lpBlobDrift-b-ygdvqta87g {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    25% { transform: translate(20px, -15px) rotate(5deg) scale(1.04); }
    50% { transform: translate(-10px, 20px) rotate(-3deg) scale(0.96); }
    75% { transform: translate(15px, 10px) rotate(4deg) scale(1.02); }
}

.lp-hero-inner[b-ygdvqta87g] {
    position: relative;
    z-index: 5;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    text-align: center;
    width: 100%;
}

.lp-hero-text[b-ygdvqta87g] { animation: lpFadeIn-b-ygdvqta87g 0.8s ease-out; }

.lp-hero-pill[b-ygdvqta87g] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.35rem 1rem;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    color: white;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.lp-pill-dot[b-ygdvqta87g] {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--green-light);
    animation: lpPulse-b-ygdvqta87g 2s ease-in-out infinite;
}

@keyframes lpPulse-b-ygdvqta87g {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
}

.lp-hero-h1[b-ygdvqta87g] {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
    color: white;
    margin-bottom: 1.25rem;
}

.lp-h1-glow[b-ygdvqta87g] {
    background: linear-gradient(135deg, var(--green-light), #a7f3d0, var(--green-light));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: lpShimmer-b-ygdvqta87g 4s ease-in-out infinite;
}

@keyframes lpShimmer-b-ygdvqta87g {
    0% { background-position: 0% center; }
    50% { background-position: 100% center; }
    100% { background-position: 0% center; }
}

.lp-hero-p[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin: 0 auto 1.75rem;
    max-width: 480px;
}

.lp-hero-btns[b-ygdvqta87g] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.lp-btn-fill[b-ygdvqta87g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0.85rem 1.75rem;
    background: white;
    color: var(--purple);
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.lp-btn-fill:hover[b-ygdvqta87g] { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.2); }

.lp-btn-out[b-ygdvqta87g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.75rem;
    background: transparent;
    color: white;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s;
}

.lp-btn-out:hover[b-ygdvqta87g] { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); }

.lp-hero-trust[b-ygdvqta87g] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.lp-trust-faces[b-ygdvqta87g] { display: flex; }

.lp-face[b-ygdvqta87g] {
    width: 30px; height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-trust-text[b-ygdvqta87g] {
    color: rgba(255,255,255,0.7);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.85rem;
}

.lp-trust-text strong[b-ygdvqta87g] { color: white; }

@keyframes lpFadeIn-b-ygdvqta87g {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ===== HERO VISUAL (mobile-first) ===== */
.lp-hero-visual[b-ygdvqta87g] {
    position: relative;
    animation: lpFadeIn-b-ygdvqta87g 1s ease-out 0.3s both;
    width: 100%;
    max-width: 400px;
}

.lp-hero-card-stack[b-ygdvqta87g] { position: relative; }

.lp-main-card[b-ygdvqta87g] {
    background: white;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(88, 28, 135, 0.25);
}

.lp-mc-header[b-ygdvqta87g] { display: flex; align-items: center; gap: 12px; margin-bottom: 1.25rem; }

.lp-mc-icon[b-ygdvqta87g] {
    width: 44px; height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-mc-title[b-ygdvqta87g] {
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--text);
}
.lp-mc-sub[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
}

.lp-mc-body[b-ygdvqta87g] { display: flex; flex-direction: column; gap: 8px; margin-bottom: 1.25rem; }

.lp-mc-row[b-ygdvqta87g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3e8ff;
}

.lp-mc-row:last-child[b-ygdvqta87g] { border-bottom: none; }
.lp-mc-label[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.85rem;
    color: var(--text-muted);
}
.lp-mc-val[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--text);
}

.lp-mc-tag[b-ygdvqta87g] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.35rem 0.9rem;
    background: #dcfce7;
    border-radius: 999px;
    color: #166534;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
}

.lp-mc-tag-dot[b-ygdvqta87g] { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

/* Floating cards — hidden on mobile */
.lp-float-card[b-ygdvqta87g] {
    display: none;
    position: absolute;
    align-items: center;
    gap: 10px;
    background: white;
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: 0 8px 30px rgba(88, 28, 135, 0.18);
    z-index: 6;
}

.lf-emoji[b-ygdvqta87g] { font-size: 1.5rem; }
.lf-title[b-ygdvqta87g] {
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--text);
}
.lf-sub[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.75rem;
    color: var(--text-muted);
}

.lf-1[b-ygdvqta87g] { top: -10px; right: -20px; animation: lpFloat-b-ygdvqta87g 6s ease-in-out infinite; }
.lf-2[b-ygdvqta87g] { bottom: 30%; left: -30px; animation: lpFloat-b-ygdvqta87g 7s ease-in-out infinite; animation-delay: -2s; }
.lf-3[b-ygdvqta87g] {
    bottom: -15px; right: 10%;
    flex-direction: column;
    align-items: flex-start;
    animation: lpFloat-b-ygdvqta87g 5s ease-in-out infinite;
    animation-delay: -4s;
}

.lf-stars[b-ygdvqta87g] { font-size: 0.75rem; letter-spacing: 2px; }
.lf-review[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.8rem;
    color: var(--text-mid);
    font-style: italic;
    max-width: 180px;
}

@keyframes lpFloat-b-ygdvqta87g {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ===== SECTIONS SHARED (mobile-first) ===== */
.lp-section[b-ygdvqta87g] { padding: 3.5rem 1.25rem; }
.lp-section-inner[b-ygdvqta87g] { max-width: 1200px; margin: 0 auto; }

.lp-sec-header[b-ygdvqta87g] { text-align: center; margin-bottom: 2.5rem; }

.lp-sec-pill[b-ygdvqta87g] {
    display: inline-block;
    padding: 0.3rem 1rem;
    background: var(--purple-mist);
    color: var(--purple);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 999px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.lp-sec-title[b-ygdvqta87g] {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.6rem;
    line-height: 1.2;
}

.lp-sec-desc[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.95rem;
    color: var(--text-muted);
    max-width: 560px;
    margin: 0 auto;
}

/* ===== ACTIVITIES (mobile-first) ===== */
.lp-activities[b-ygdvqta87g] { background: var(--surface); }

.lp-act-grid[b-ygdvqta87g] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.lp-act-card[b-ygdvqta87g] {
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
    border: 1.5px solid #f3e8ff;
    background: white;
    transition: all 0.35s;
    text-align: center;
}

.lp-act-card:hover[b-ygdvqta87g] { transform: translateY(-4px); border-color: var(--purple-light); box-shadow: 0 12px 40px rgba(124, 58, 237, 0.1); }

.lp-act-emoji[b-ygdvqta87g] { font-size: 2.5rem; margin-bottom: 0.75rem; }
.lp-act-title[b-ygdvqta87g] {
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}
.lp-act-desc[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 0.8rem;
}

.lp-act-meta[b-ygdvqta87g] { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.lp-act-tag[b-ygdvqta87g] {
    padding: 0.25rem 0.8rem;
    background: var(--purple-pale);
    color: var(--purple);
    border-radius: 999px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
}

/* ===== PARTIES (mobile-first) ===== */
.lp-parties[b-ygdvqta87g] { background: var(--purple-pale); }

.lp-parties-layout[b-ygdvqta87g] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    text-align: center;
}

.lp-parties-p[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.95rem;
    color: var(--text-mid);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.lp-parties-list[b-ygdvqta87g] { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; align-items: center; }

.lp-parties-list li[b-ygdvqta87g] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text);
}

.lp-pv-card[b-ygdvqta87g] {
    position: relative;
    background: white;
    border-radius: 22px;
    padding: 2.25rem 1.75rem;
    text-align: center;
    box-shadow: 0 15px 50px rgba(124, 58, 237, 0.12);
    border: 2px solid #f3e8ff;
    width: 100%;
    max-width: 340px;
}

.lp-pv-badge[b-ygdvqta87g] {
    position: absolute;
    top: -12px; left: 50%;
    transform: translateX(-50%);
    padding: 0.3rem 1.2rem;
    background: linear-gradient(135deg, var(--purple), var(--pink));
    color: white;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    border-radius: 999px;
    white-space: nowrap;
}

.lp-pv-emoji[b-ygdvqta87g] { font-size: 3rem; margin-bottom: 0.75rem; }
.lp-pv-name[b-ygdvqta87g] {
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}
.lp-pv-from[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.85rem;
    color: var(--text-muted);
}
.lp-pv-amount[b-ygdvqta87g] {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--purple);
}

.lp-pv-includes[b-ygdvqta87g] { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; margin-top: 1.25rem; }

.lp-pv-inc-item[b-ygdvqta87g] {
    padding: 0.45rem 0.4rem;
    background: var(--purple-pale);
    border-radius: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--purple-dark);
}

/* ===== SCHOOLS (mobile-first) ===== */
.lp-schools[b-ygdvqta87g] { background: var(--surface); }

.lp-schools-grid[b-ygdvqta87g] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.lp-school-card[b-ygdvqta87g] {
    padding: 2rem 1.5rem;
    border-radius: 18px;
    border: 1.5px solid #f3e8ff;
    background: white;
    transition: all 0.3s;
}

.lp-school-card:hover[b-ygdvqta87g] { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(124, 58, 237, 0.08); }

.lp-sc-number[b-ygdvqta87g] {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--purple), var(--pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.lp-sc-title[b-ygdvqta87g] {
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}
.lp-sc-desc[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ===== TESTIMONIALS (mobile-first) ===== */
.lp-gallery[b-ygdvqta87g] { background: var(--purple-pale); }

.lp-testimonials[b-ygdvqta87g] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.lp-test-card[b-ygdvqta87g] {
    padding: 1.5rem;
    border-radius: 18px;
    background: white;
    border: 1.5px solid #f3e8ff;
    transition: all 0.3s;
}

.lp-test-card:hover[b-ygdvqta87g] { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(124, 58, 237, 0.08); }

.lp-test-stars[b-ygdvqta87g] { font-size: 0.85rem; letter-spacing: 2px; margin-bottom: 0.8rem; }
.lp-test-text[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.9rem;
    color: var(--text-mid);
    line-height: 1.7;
    margin-bottom: 1.25rem;
    font-style: italic;
}

.lp-test-author[b-ygdvqta87g] { display: flex; align-items: center; gap: 10px; }

.lp-test-avatar[b-ygdvqta87g] {
    width: 38px; height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-family: 'Fredoka', sans-serif;
    font-size: 1rem;
    flex-shrink: 0;
}

.lp-test-name[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 0.88rem;
}
.lp-test-role[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* ===== CTA (mobile-first) ===== */
.lp-cta[b-ygdvqta87g] {
    position: relative;
    background: linear-gradient(155deg, var(--purple-deep), var(--purple-dark), var(--purple), var(--pink));
    text-align: center;
    overflow: hidden;
}

.lp-cta-blobs .lp-blob[b-ygdvqta87g] { position: absolute; opacity: 0.08; }
.lb-c1[b-ygdvqta87g] { width: 250px; height: 250px; background: var(--green); top: -80px; right: -40px; border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; animation: lpBlobDrift-b-ygdvqta87g 10s ease-in-out infinite; }
.lb-c2[b-ygdvqta87g] { width: 180px; height: 180px; background: var(--amber); bottom: -50px; left: -30px; border-radius: 70% 30% 50% 50% / 50% 70% 30% 50%; animation: lpBlobDrift-b-ygdvqta87g 12s ease-in-out infinite reverse; }

.lp-cta-inner[b-ygdvqta87g] { position: relative; z-index: 2; }
.lp-cta-title[b-ygdvqta87g] {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.8rem;
}
.lp-cta-desc[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    max-width: 520px;
    margin: 0 auto 2rem;
}

.lp-cta-contacts[b-ygdvqta87g] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
}

.lp-contact-chip[b-ygdvqta87g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0.75rem 1.6rem;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    color: white;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.25s;
    min-width: 180px;
}

.lp-contact-chip:hover[b-ygdvqta87g] { background: rgba(255,255,255,0.25); transform: translateY(-2px); }

/* ===== MAP ===== */
.lp-map-wrap[b-ygdvqta87g] {
    position: relative;
    z-index: 2;
    margin-top: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.lp-map-wrap iframe[b-ygdvqta87g] {
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

/* ===== FOOTER (mobile-first) ===== */
.lp-footer[b-ygdvqta87g] {
    background: var(--purple-deep);
    padding: 2rem 1.25rem;
}

.lp-footer-inner[b-ygdvqta87g] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.lp-footer-tag[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    color: rgba(255,255,255,0.4);
    font-size: 0.82rem;
    margin-top: 0.3rem;
}
.lp-footer-copy[b-ygdvqta87g] {
    font-family: 'Nunito Sans', sans-serif;
    color: rgba(255,255,255,0.35);
    font-size: 0.78rem;
    line-height: 1.5;
}

/* =============================================
   RESPONSIVE — Tablet (>=600px)
   ============================================= */
@media (min-width: 600px) {
    .lp-nav-inner[b-ygdvqta87g] { padding: 1.25rem 1.75rem; }
    .lp-hero[b-ygdvqta87g] { padding: 7rem 1.75rem 4rem; }

    .lp-hero-h1[b-ygdvqta87g] { font-size: 2.6rem; }
    .lp-hero-pill[b-ygdvqta87g] { font-size: 0.8rem; }

    .lp-hero-btns[b-ygdvqta87g] {
        flex-direction: row;
        justify-content: center;
        max-width: none;
        width: auto;
    }

    .lp-section[b-ygdvqta87g] { padding: 4.5rem 1.75rem; }

    .lp-act-grid[b-ygdvqta87g] { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }

    .lp-schools-grid[b-ygdvqta87g] { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }

    .lp-testimonials[b-ygdvqta87g] { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    /* Let 3rd testimonial span full width on 2-col */
    .lp-test-card:last-child[b-ygdvqta87g] { grid-column: 1 / -1; max-width: 400px; justify-self: center; }

    .lp-cta-contacts[b-ygdvqta87g] {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
    }
    .lp-contact-chip[b-ygdvqta87g] { min-width: auto; }

    .lp-pv-card[b-ygdvqta87g] { max-width: 380px; }

    .lp-sec-title[b-ygdvqta87g] { font-size: 1.8rem; }

    .lp-footer-inner[b-ygdvqta87g] { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* =============================================
   RESPONSIVE — Small desktop (>=900px)
   ============================================= */
@media (min-width: 900px) {
    .lp-nav-links[b-ygdvqta87g] {
        display: flex;
        position: static;
        background: none;
        backdrop-filter: none;
        flex-direction: row;
        padding: 0;
        gap: 2rem;
        border-bottom: none;
    }
    .lp-link[b-ygdvqta87g] { padding: 0; font-size: 0.95rem; }
    .lp-menu-toggle[b-ygdvqta87g] { display: none; }
    .lp-nav-inner[b-ygdvqta87g] { padding: 1.25rem 2rem; }

    .lp-logo-blob[b-ygdvqta87g] { width: 38px; height: 38px; }
    .lp-brand-name[b-ygdvqta87g] { font-size: 1.4rem; }

    .lp-hero[b-ygdvqta87g] {
        padding: 8rem 2rem 6rem;
        min-height: 100vh;
    }

    .lp-hero-inner[b-ygdvqta87g] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        text-align: left;
        flex-direction: unset;
    }

    .lp-hero-h1[b-ygdvqta87g] { font-size: clamp(2.5rem, 5vw, 4rem); }
    .lp-hero-p[b-ygdvqta87g] { margin: 0 0 2rem; }

    .lp-hero-btns[b-ygdvqta87g] {
        justify-content: flex-start;
        margin-bottom: 2.5rem;
    }

    .lp-hero-trust[b-ygdvqta87g] { justify-content: flex-start; }

    .lp-hero-visual[b-ygdvqta87g] { max-width: none; }

    .lp-main-card[b-ygdvqta87g] { padding: 2rem; border-radius: 20px; }
    .lp-mc-icon[b-ygdvqta87g] { width: 52px; height: 52px; border-radius: 16px; }
    .lp-mc-title[b-ygdvqta87g] { font-size: 1.15rem; }

    /* Show floating cards on desktop */
    .lp-float-card[b-ygdvqta87g] { display: flex; }

    .lp-section[b-ygdvqta87g] { padding: 6rem 2rem; }
    .lp-sec-header[b-ygdvqta87g] { margin-bottom: 3.5rem; }
    .lp-sec-title[b-ygdvqta87g] { font-size: clamp(1.8rem, 3.5vw, 2.5rem); }
    .lp-sec-desc[b-ygdvqta87g] { font-size: 1.05rem; }

    .lp-act-grid[b-ygdvqta87g] { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
    .lp-act-card[b-ygdvqta87g] { padding: 2rem 1.5rem; }
    .lp-act-emoji[b-ygdvqta87g] { font-size: 3rem; margin-bottom: 1rem; }

    .lp-parties-layout[b-ygdvqta87g] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        text-align: left;
        align-items: center;
    }
    .lp-parties-list[b-ygdvqta87g] { align-items: flex-start; }
    .lp-pv-card[b-ygdvqta87g] { padding: 2.5rem 2rem; border-radius: 24px; }
    .lp-pv-emoji[b-ygdvqta87g] { font-size: 3.5rem; }
    .lp-pv-name[b-ygdvqta87g] { font-size: 1.3rem; }
    .lp-pv-amount[b-ygdvqta87g] { font-size: 3rem; }

    .lp-schools-grid[b-ygdvqta87g] { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
    .lp-school-card[b-ygdvqta87g] { padding: 2.5rem 2rem; }
    .lp-sc-number[b-ygdvqta87g] { font-size: 2.5rem; }

    .lp-testimonials[b-ygdvqta87g] { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
    .lp-test-card[b-ygdvqta87g] { padding: 2rem; }
    .lp-test-card:last-child[b-ygdvqta87g] { grid-column: auto; max-width: none; justify-self: auto; }

    .lp-cta-title[b-ygdvqta87g] { font-size: clamp(2rem, 4vw, 2.8rem); }
    .lp-cta-desc[b-ygdvqta87g] { font-size: 1.1rem; margin-bottom: 2.5rem; }

    .lb-1[b-ygdvqta87g] { width: 600px; height: 600px; top: -200px; right: -150px; }
    .lb-2[b-ygdvqta87g] { width: 400px; height: 400px; bottom: -100px; left: -100px; }
    .lb-3[b-ygdvqta87g] { width: 200px; height: 200px; }
    .lb-4[b-ygdvqta87g] { width: 150px; height: 150px; }
    .lb-c1[b-ygdvqta87g] { width: 400px; height: 400px; top: -120px; right: -60px; }
    .lb-c2[b-ygdvqta87g] { width: 300px; height: 300px; bottom: -80px; left: -40px; }

    .lp-footer[b-ygdvqta87g] { padding: 2.5rem 2rem; }
    .lp-map-wrap iframe[b-ygdvqta87g] { height: 350px; }
}

/* Inline styles that need to be preserved (they use dynamic data) */
.lp-face-1[b-ygdvqta87g] {
    background: linear-gradient(135deg, #c084fc, #a855f7);
    margin-left: 0;
}

.lp-face-2[b-ygdvqta87g] {
    background: linear-gradient(135deg, #f472b6, #ec4899);
    margin-left: -8px;
}

.lp-face-3[b-ygdvqta87g] {
    background: linear-gradient(135deg, #4ade80, #22c55e);
    margin-left: -8px;
}

.lp-mc-icon-gradient[b-ygdvqta87g] {
    background: linear-gradient(135deg, #a855f7, #7c3aed);
}

.lp-test-avatar-1[b-ygdvqta87g] {
    background: linear-gradient(135deg, #c084fc, #a855f7);
}

.lp-test-avatar-2[b-ygdvqta87g] {
    background: linear-gradient(135deg, #4ade80, #22c55e);
}

.lp-test-avatar-3[b-ygdvqta87g] {
    background: linear-gradient(135deg, #f472b6, #ec4899);
}

.lp-logo-blob-footer[b-ygdvqta87g] {
    width: 32px;
    height: 32px;
}

.lp-brand-name-footer[b-ygdvqta87g] {
    font-size: 1.1rem;
}

.lp-map-iframe[b-ygdvqta87g] {
    border: 0;
    border-radius: 16px;
}

.lp-btn-fill-inline[b-ygdvqta87g] {
    margin-top: 1rem;
}
