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

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

#blazor-error-ui[b-hctrfx17bf] {
    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-hctrfx17bf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ============================================================
   NAVBAR
   ============================================================ */
.app-navbar[b-hctrfx17bf] {
    background-color: #161b22 !important;
    border-bottom: 1px solid #30363d;
}

    .app-navbar .navbar-brand[b-hctrfx17bf] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-weight: 700;
        color: #ffffff;
    }

        .app-navbar .navbar-brand i[b-hctrfx17bf] {
            color: #2ea043;
            font-size: 1.2rem;
        }

    /* ============================================================
   NAVBAR - Ítems del menú (SIEMPRE: ícono arriba, texto abajo)
   ============================================================ */
    .app-navbar .navbar-nav .nav-link[b-hctrfx17bf],
    .app-navbar .navbar-nav .dropdown-toggle[b-hctrfx17bf] {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 8px 12px !important;
        min-width: 70px !important;
        font-size: 0.75rem !important;
        gap: 2px !important;
        line-height: 1.2 !important;
        color: #c9d1d9 !important;
        background-color: transparent !important;
        border: none !important;
        border-radius: 4px !important;
        width: auto !important;
        height: auto !important;
    }

        .app-navbar .navbar-nav .nav-link i[b-hctrfx17bf],
        .app-navbar .navbar-nav .dropdown-toggle i[b-hctrfx17bf] {
            display: block !important;
            font-size: 1.6rem !important;
            margin-right: 0 !important;
            margin-bottom: 2px !important;
            width: auto !important;
            line-height: 1 !important;
            color: #c9d1d9 !important;
            float: none !important;
        }

        .app-navbar .navbar-nav .nav-link:hover[b-hctrfx17bf],
        .app-navbar .navbar-nav .dropdown-toggle:hover[b-hctrfx17bf] {
            color: #ffffff !important;
            background-color: rgba(255, 255, 255, 0.05) !important;
            border-radius: 4px;
        }

        .app-navbar .navbar-nav .nav-link.active[b-hctrfx17bf] {
            color: #ffffff !important;
            background-color: rgba(255, 255, 255, 0.1) !important;
            border-radius: 4px;
        }

        /* ============================================================
   NAVBAR - Dropdowns
   ============================================================ */
        /* Ocultar flecha del dropdown */
        .app-navbar .navbar-nav .dropdown-toggle[b-hctrfx17bf]::after {
            display: none !important;
            content: none !important;
        }

    .app-navbar .nav-item.dropdown[b-hctrfx17bf] {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

        .app-navbar .nav-item.dropdown .dropdown-toggle[b-hctrfx17bf] {
            width: 100% !important;
            min-width: 70px !important;
        }

    .app-navbar .dropdown.show .dropdown-toggle[b-hctrfx17bf] {
        background-color: rgba(255, 255, 255, 0.1) !important;
        border-radius: 4px;
    }

    /* Menú desplegable */
    .app-navbar .dropdown-menu[b-hctrfx17bf] {
        position: absolute !important;
        top: 100% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background-color: #212529 !important;
        border: 1px solid #444 !important;
        border-radius: 8px !important;
        padding: 6px 0 !important;
        min-width: 180px !important;
        text-align: center !important;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4) !important;
        z-index: 1050 !important;
    }

        .app-navbar .dropdown-menu .dropdown-item[b-hctrfx17bf] {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 10px !important;
            padding: 8px 16px !important;
            color: #d1d4dc !important;
            font-size: 0.85rem !important;
            background-color: transparent !important;
            border-radius: 4px !important;
            margin: 2px 8px !important;
        }

            .app-navbar .dropdown-menu .dropdown-item i[b-hctrfx17bf] {
                font-size: 1.1rem !important;
                width: 1.5em !important;
                text-align: center !important;
                margin-right: 0 !important;
                color: #8b949e;
            }

            .app-navbar .dropdown-menu .dropdown-item:hover[b-hctrfx17bf],
            .app-navbar .dropdown-menu .dropdown-item:focus[b-hctrfx17bf] {
                background-color: #21262d !important;
                color: #ffffff !important;
            }

                .app-navbar .dropdown-menu .dropdown-item:hover i[b-hctrfx17bf],
                .app-navbar .dropdown-menu .dropdown-item:focus i[b-hctrfx17bf] {
                    color: #2ea043;
                }

    /* ============================================================
   NAVBAR - Layout
   ============================================================ */
    .app-navbar .navbar-nav[b-hctrfx17bf] {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 2px 0 !important;
    }

        .app-navbar .navbar-nav .nav-item[b-hctrfx17bf] {
            flex: 0 0 auto !important;
            margin: 0 !important;
        }

/* ============================================================
   NAVBAR - Transición suave (entre 992px y 1200px)
   ============================================================ */
@media (max-width: 1200px) and (min-width: 992px) {
    .app-navbar .navbar-nav .nav-link[b-hctrfx17bf],
    .app-navbar .navbar-nav .dropdown-toggle[b-hctrfx17bf] {
        font-size: 0.8rem !important;
        padding: 8px 12px !important;
        gap: 0.2rem !important;
    }

        .app-navbar .navbar-nav .nav-link i[b-hctrfx17bf],
        .app-navbar .navbar-nav .dropdown-toggle i[b-hctrfx17bf] {
            font-size: 1.2rem !important;
        }
}

/* ============================================================
   NAVBAR - Responsive (pantallas muy chicas)
   ============================================================ */
@media (max-width: 576px) {
    .app-navbar .navbar-nav .nav-link[b-hctrfx17bf],
    .app-navbar .navbar-nav .dropdown-toggle[b-hctrfx17bf] {
        min-width: 55px !important;
        max-width: 70px !important;
        padding: 6px 6px !important;
        font-size: 0.6rem !important;
    }

        .app-navbar .navbar-nav .nav-link i[b-hctrfx17bf],
        .app-navbar .navbar-nav .dropdown-toggle i[b-hctrfx17bf] {
            font-size: 1.4rem !important;
        }

    .app-navbar .dropdown-menu[b-hctrfx17bf] {
        min-width: 150px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

        .app-navbar .dropdown-menu .dropdown-item[b-hctrfx17bf] {
            font-size: 0.75rem !important;
            padding: 6px 12px !important;
        }
}

/* ============================================================
   NAVBAR - Botones y usuario
   ============================================================ */
.app-navbar .btn-outline-light[b-hctrfx17bf] {
    border-color: #30363d;
}

    .app-navbar .btn-outline-light:hover[b-hctrfx17bf] {
        background-color: #238636;
        border-color: #238636;
    }

.user-email[b-hctrfx17bf] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    color: #c9d1d9;
    margin-right: 0.75rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-p3yo0h0b49],
.components-reconnect-repeated-attempt-visible[b-p3yo0h0b49],
.components-reconnect-failed-visible[b-p3yo0h0b49],
.components-pause-visible[b-p3yo0h0b49],
.components-resume-failed-visible[b-p3yo0h0b49],
.components-rejoining-animation[b-p3yo0h0b49] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-p3yo0h0b49],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-p3yo0h0b49],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-p3yo0h0b49],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-p3yo0h0b49],
#components-reconnect-modal.components-reconnect-retrying[b-p3yo0h0b49],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-p3yo0h0b49],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-p3yo0h0b49],
#components-reconnect-modal.components-reconnect-failed[b-p3yo0h0b49],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-p3yo0h0b49] {
    display: block;
}


#components-reconnect-modal[b-p3yo0h0b49] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-p3yo0h0b49 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-p3yo0h0b49 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-p3yo0h0b49 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-p3yo0h0b49]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-p3yo0h0b49 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-p3yo0h0b49 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

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

@keyframes components-reconnect-modal-fadeInOpacity-b-p3yo0h0b49 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-p3yo0h0b49 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-p3yo0h0b49] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-p3yo0h0b49] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-p3yo0h0b49] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-p3yo0h0b49] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-p3yo0h0b49] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-p3yo0h0b49] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-p3yo0h0b49] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-p3yo0h0b49 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-p3yo0h0b49] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-p3yo0h0b49 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Donaciones.razor.rz.scp.css */
.donaciones-container[b-n8h214tgbn] {
    background: #0d1117;
    color: #c9d1d9;
    min-height: 100vh;
    padding: 60px 0;
    font-family: system-ui, -apple-system, sans-serif;
}

.donacion-card[b-n8h214tgbn] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: transform 0.2s;
    height: 100%;
}

    .donacion-card:hover[b-n8h214tgbn] {
        transform: translateY(-4px);
        border-color: #238636;
    }

.donacion-icon[b-n8h214tgbn] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.donacion-card h3[b-n8h214tgbn] {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.donacion-botones[b-n8h214tgbn] {
    margin-top: 1.5rem;
}

.btn-mercadopago[b-n8h214tgbn] {
    background: #009ee3;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
    font-size: 1rem;
    cursor: pointer;
}

    .btn-mercadopago:hover[b-n8h214tgbn] {
        background: #0077b3;
        color: #fff;
    }

.btn-outline-light[b-n8h214tgbn] {
    background: transparent;
    color: #c9d1d9;
    border: 1px solid #30363d;
    padding: 0.6rem 2rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
}

    .btn-outline-light:hover[b-n8h214tgbn] {
        background: #30363d;
        color: #fff;
    }

.aviso-donacion[b-n8h214tgbn] {
    max-width: 700px;
    margin: 0 auto 2rem;
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 12px;
    padding: 20px 24px;
    text-align: center;
}

    .aviso-donacion p[b-n8h214tgbn] {
        margin-bottom: 0.5rem;
        color: #c9d1d9;
        font-size: 0.95rem;
    }

    .aviso-donacion .text-muted[b-n8h214tgbn] {
        color: #8b949e !important;
        font-size: 0.85rem;
    }

.text-muted[b-n8h214tgbn] {
    color: #8b949e !important;
}

.text-light[b-n8h214tgbn] {
    color: #ffffff !important;
}

.w-100[b-n8h214tgbn] {
    width: 100%;
}

.mt-2[b-n8h214tgbn] {
    margin-top: 0.5rem;
}

.mt-3[b-n8h214tgbn] {
    margin-top: 1rem;
}

.mt-5[b-n8h214tgbn] {
    margin-top: 3rem;
}

.mb-3[b-n8h214tgbn] {
    margin-bottom: 1rem;
}

.mb-5[b-n8h214tgbn] {
    margin-bottom: 3rem;
}

.text-center[b-n8h214tgbn] {
    text-align: center;
}

.d-block[b-n8h214tgbn] {
    display: block;
}

.row[b-n8h214tgbn] {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-center[b-n8h214tgbn] {
    justify-content: center;
}

.col-md-6[b-n8h214tgbn] {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
}
/* /Components/Pages/Landing.razor.rz.scp.css */
.landing-container[b-vfiluamf40] {
    background: #0d1117;
    color: #c9d1d9;
    min-height: 100vh;
    font-family: system-ui, -apple-system, sans-serif;
}

.container[b-vfiluamf40] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title[b-vfiluamf40] {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 3rem;
}

/* NAV */
.landing-nav[b-vfiluamf40] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(13, 17, 23, 0.85);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #30363d;
}

.nav-inner[b-vfiluamf40] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 20px;
}

.nav-brand[b-vfiluamf40] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
}

    .nav-brand i[b-vfiluamf40] {
        font-size: 1.2rem;
        color: #2ea043;
    }

.nav-links[b-vfiluamf40] {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

    .nav-links a[b-vfiluamf40] {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        line-height: 1;
        text-decoration: none;
        color: #8b949e;
        font-size: 0.95rem;
        transition: color 0.2s;
    }

        .nav-links a:hover[b-vfiluamf40] {
            color: #ffffff;
        }

        .nav-links a i[b-vfiluamf40] {
            font-size: 1rem;
        }

/* HERO */
.hero[b-vfiluamf40] {
    padding: 80px 0;
    background: linear-gradient(135deg, #0d1117 0%, #161b22 100%);
    border-bottom: 1px solid #30363d;
}

.hero-grid[b-vfiluamf40] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
    align-items: center;
    text-align: left;
}

.hero-copy h1[b-vfiluamf40] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 4rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1rem;
}

    .hero-copy h1 i[b-vfiluamf40] {
        font-size: 3.2rem;
        color: #2ea043;
    }

.hero-copy .lead[b-vfiluamf40] {
    font-size: 1.25rem;
    color: #8b949e;
    max-width: 600px;
    margin: 0 0 2rem;
    line-height: 1.6;
}

.hero-stats[b-vfiluamf40] {
    display: flex;
    gap: 1.75rem;
    margin-top: 1.75rem;
    flex-wrap: wrap;
}

.hero-stat[b-vfiluamf40] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #8b949e;
}

    .hero-stat i[b-vfiluamf40] {
        font-size: 1.1rem;
        color: #2ea043;
    }

.hero-visual-img[b-vfiluamf40] {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    height: auto;
}

@media (max-width: 768px) {
    .hero-grid[b-vfiluamf40] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-copy h1[b-vfiluamf40] {
        justify-content: center;
    }

    .hero-copy .lead[b-vfiluamf40] {
        margin: 0 auto 2rem;
    }

    .hero-stats[b-vfiluamf40] {
        justify-content: center;
    }

    .hero-visual[b-vfiluamf40] {
        display: none;
    }
}

.user-email[b-vfiluamf40] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #8b949e;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.auth-buttons p[b-vfiluamf40] {
    color: #8b949e;
    margin-bottom: 1rem;
}

.btn[b-vfiluamf40] {
    display: inline-block;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
}

.btn-primary[b-vfiluamf40] {
    background: #238636;
    color: #ffffff;
}

    .btn-primary:hover[b-vfiluamf40] {
        background: #2ea043;
        transform: translateY(-2px);
    }

.btn-lg[b-vfiluamf40] {
    padding: 0.9rem 2.5rem;
    font-size: 1.1rem;
}

/* FEATURES */
.features[b-vfiluamf40] {
    padding: 80px 0;
    background: #0d1117;
    border-bottom: 1px solid #30363d;
}

.features-grid[b-vfiluamf40] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.feature-card[b-vfiluamf40] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 12px;
    padding: 30px;
    transition: transform 0.2s, border-color 0.2s;
}

    .feature-card:hover[b-vfiluamf40] {
        transform: translateY(-4px);
        border-color: #238636;
    }

.feature-icon[b-vfiluamf40] {
    font-size: 2.5rem;
    color: #2ea043;
    margin-bottom: 1rem;
}

.feature-card h3[b-vfiluamf40] {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
}

.feature-card p[b-vfiluamf40] {
    color: #8b949e;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* COMPARATIVA */
.comparativa[b-vfiluamf40] {
    padding: 60px 0;
    background: #161b22;
    border-bottom: 1px solid #30363d;
}

.comparativa-grid[b-vfiluamf40] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 600px;
    margin: 0 auto;
}

.comparativa-item[b-vfiluamf40] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #0d1117;
    border-radius: 8px;
    border: 1px solid #30363d;
    color: #c9d1d9;
    font-size: 0.95rem;
}

    .comparativa-item .check[b-vfiluamf40] {
        color: #2ea043;
        font-size: 1.1rem;
    }

/* FAQ */
.faq[b-vfiluamf40] {
    padding: 80px 0;
    background: #0d1117;
    border-bottom: 1px solid #30363d;
}

.faq-list[b-vfiluamf40] {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item[b-vfiluamf40] {
    border: 1px solid #30363d;
    background: #161b22;
    border-radius: 10px;
    padding: 0.9rem 1.1rem;
}

    .faq-item summary[b-vfiluamf40] {
        cursor: pointer;
        font-weight: 600;
        color: #ffffff;
    }

        .faq-item summary[b-vfiluamf40]::marker {
            color: #2ea043;
        }

    .faq-item p[b-vfiluamf40] {
        color: #8b949e;
        margin: 0.75rem 0 0;
        line-height: 1.6;
    }

/* CTA */
.cta[b-vfiluamf40] {
    padding: 80px 0;
    text-align: center;
    background: linear-gradient(135deg, #0d1117 0%, #161b22 100%);
}

    .cta h2[b-vfiluamf40] {
        font-size: 2.5rem;
        color: #ffffff;
        margin-bottom: 0.5rem;
    }

    .cta p[b-vfiluamf40] {
        color: #8b949e;
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

/* FOOTER */
.footer[b-vfiluamf40] {
    padding: 30px 0;
    background: #0d1117;
    border-top: 1px solid #30363d;
    text-align: center;
}

.footer-inner[b-vfiluamf40] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.footer p[b-vfiluamf40] {
    color: #8b949e;
    font-size: 0.9rem;
    margin: 0;
}

.footer-links[b-vfiluamf40] {
    display: flex;
    gap: 1.25rem;
}

    .footer-links a[b-vfiluamf40] {
        color: #8b949e;
        text-decoration: none;
        font-size: 0.9rem;
        transition: color 0.2s;
    }

        .footer-links a:hover[b-vfiluamf40] {
            color: #ffffff;
        }

/* ✅ Landing.razor.css */

@media (max-width: 768px) {
    [b-vfiluamf40] .hero-copy h1 {
        font-size: 2.5rem;
    }

        [b-vfiluamf40] .hero-copy h1 i {
            font-size: 2rem;
        }

    [b-vfiluamf40] .hero-copy .lead {
        font-size: 1rem;
    }

    [b-vfiluamf40] .features-grid {
        grid-template-columns: 1fr;
    }

    [b-vfiluamf40] .comparativa-grid {
        grid-template-columns: 1fr;
    }

    [b-vfiluamf40] .section-title {
        font-size: 1.8rem;
    }

    [b-vfiluamf40] .cta h2 {
        font-size: 1.8rem;
    }

    [b-vfiluamf40] .btn-lg {
        display: block;
        width: 100%;
    }

    [b-vfiluamf40] .footer-inner {
        flex-direction: column;
    }
}

/* ============================================================
   DONACIÓN
   ============================================================ */
.donacion[b-vfiluamf40] {
    padding: 60px 0;
    background: linear-gradient(135deg, #0d1117 0%, #161b22 100%);
    border-bottom: 1px solid #30363d;
}

.donacion-box[b-vfiluamf40] {
    max-width: 700px;
    margin: 0 auto;
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 16px;
    padding: 40px 48px;
    text-align: center;
}

    .donacion-box h2[b-vfiluamf40] {
        font-size: 2.5rem;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 0.5rem;
    }

    .donacion-box p[b-vfiluamf40] {
        color: #c9d1d9;
        font-size: 1.05rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }

.aviso-donacion[b-vfiluamf40] {
    background: #0d1117;
    border: 1px solid #30363d;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 1rem 0 1.5rem;
}

    .aviso-donacion .text-muted[b-vfiluamf40] {
        color: #8b949e !important;
        font-size: 0.9rem;
        margin: 0;
    }

.btn-donacion[b-vfiluamf40] {
    display: inline-block;
    background: #009ee3;
    color: #fff;
    padding: 0.9rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 158, 227, 0.3);
}

    .btn-donacion:hover[b-vfiluamf40] {
        background: #0077b3;
        color: #fff;
        transform: scale(1.02);
    }

@media (max-width: 768px) {
    .donacion-box[b-vfiluamf40] {
        padding: 30px 20px;
    }

        .donacion-box h2[b-vfiluamf40] {
            font-size: 2rem;
        }

    .btn-donacion[b-vfiluamf40] {
        width: 100%;
        padding: 0.8rem 1.5rem;
    }
}

.comparativa-grid[b-vfiluamf40] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* dos columnas */
    gap: 1rem;
}

.comparativa-item.grande[b-vfiluamf40] {
    grid-column: span 2; /* ocupa el ancho de las dos columnas */
}
/* /Components/Pages/PreguntasFrecuentes.razor.rz.scp.css */
/* FAQ */
.faq[b-d6feasy2q6] {
    padding: 80px 0;
    background: #0d1117;
    border-bottom: 1px solid #30363d;
}

.faq-list[b-d6feasy2q6] {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item[b-d6feasy2q6] {
    border: 1px solid #30363d;
    background: #161b22;
    border-radius: 10px;
    padding: 0.9rem 1.1rem;
}

    .faq-item summary[b-d6feasy2q6] {
        cursor: pointer;
        font-weight: 600;
        color: #ffffff;
    }

        .faq-item summary[b-d6feasy2q6]::marker {
            color: #2ea043;
        }

    .faq-item p[b-d6feasy2q6] {
        color: #8b949e;
        margin: 0.75rem 0 0;
        line-height: 1.6;
    }
/* /Components/Pages/Privacidad.razor.rz.scp.css */
.privacidad-container[b-1ftf1htoyx] {
    background: #0d1117;
    color: #c9d1d9;
    min-height: 100vh;
    padding: 60px 0;
    font-family: system-ui, -apple-system, sans-serif;
}

.privacidad-content[b-1ftf1htoyx] {
    max-width: 800px;
    margin: 0 auto;
}

.privacidad-section[b-1ftf1htoyx] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 12px;
    padding: 24px 30px;
    margin-bottom: 20px;
    transition: border-color 0.2s;
}

    .privacidad-section:hover[b-1ftf1htoyx] {
        border-color: #238636;
    }

    .privacidad-section h2[b-1ftf1htoyx] {
        color: #ffffff;
        font-size: 1.3rem;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .privacidad-section p[b-1ftf1htoyx] {
        color: #c9d1d9;
        line-height: 1.7;
        margin-bottom: 0.75rem;
    }

    .privacidad-section ul[b-1ftf1htoyx] {
        padding-left: 1.5rem;
        margin-bottom: 0.5rem;
    }

        .privacidad-section ul li[b-1ftf1htoyx] {
            color: #c9d1d9;
            line-height: 1.7;
            margin-bottom: 0.25rem;
        }

    .privacidad-section .text-muted[b-1ftf1htoyx] {
        color: #8b949e !important;
        font-size: 0.95rem;
    }

.btn-outline-light[b-1ftf1htoyx] {
    background: transparent;
    color: #c9d1d9;
    border: 1px solid #30363d;
    padding: 0.6rem 2rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
}

    .btn-outline-light:hover[b-1ftf1htoyx] {
        background: #30363d;
        color: #fff;
    }

.text-light[b-1ftf1htoyx] {
    color: #ffffff !important;
}

.text-muted[b-1ftf1htoyx] {
    color: #8b949e !important;
}

.text-center[b-1ftf1htoyx] {
    text-align: center;
}

.mt-4[b-1ftf1htoyx] {
    margin-top: 1.5rem;
}

.mt-5[b-1ftf1htoyx] {
    margin-top: 3rem;
}

.mb-4[b-1ftf1htoyx] {
    margin-bottom: 1.5rem;
}

.mb-5[b-1ftf1htoyx] {
    margin-bottom: 3rem;
}

.mb-0[b-1ftf1htoyx] {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .privacidad-container[b-1ftf1htoyx] {
        padding: 30px 15px;
    }

    .privacidad-section[b-1ftf1htoyx] {
        padding: 18px 20px;
    }

        .privacidad-section h2[b-1ftf1htoyx] {
            font-size: 1.1rem;
        }
}
/* /Components/Pages/Terminos.razor.rz.scp.css */
.terminos-container[b-pm19dpm5s2] {
    background: #0d1117;
    color: #c9d1d9;
    min-height: 100vh;
    padding: 60px 0;
    font-family: system-ui, -apple-system, sans-serif;
}

.terminos-content[b-pm19dpm5s2] {
    max-width: 800px;
    margin: 0 auto;
}

.terminos-section[b-pm19dpm5s2] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 12px;
    padding: 24px 30px;
    margin-bottom: 20px;
    transition: border-color 0.2s;
}

    .terminos-section:hover[b-pm19dpm5s2] {
        border-color: #238636;
    }

    .terminos-section h2[b-pm19dpm5s2] {
        color: #ffffff;
        font-size: 1.3rem;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .terminos-section p[b-pm19dpm5s2] {
        color: #c9d1d9;
        line-height: 1.7;
        margin-bottom: 0.75rem;
    }

    .terminos-section ul[b-pm19dpm5s2] {
        padding-left: 1.5rem;
        margin-bottom: 0.5rem;
    }

        .terminos-section ul li[b-pm19dpm5s2] {
            color: #c9d1d9;
            line-height: 1.7;
            margin-bottom: 0.25rem;
        }

    .terminos-section .text-muted[b-pm19dpm5s2] {
        color: #8b949e !important;
        font-size: 0.95rem;
    }

.btn-outline-light[b-pm19dpm5s2] {
    background: transparent;
    color: #c9d1d9;
    border: 1px solid #30363d;
    padding: 0.6rem 2rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
}

    .btn-outline-light:hover[b-pm19dpm5s2] {
        background: #30363d;
        color: #fff;
    }

.text-light[b-pm19dpm5s2] {
    color: #ffffff !important;
}

.text-muted[b-pm19dpm5s2] {
    color: #8b949e !important;
}

.text-center[b-pm19dpm5s2] {
    text-align: center;
}

.mt-4[b-pm19dpm5s2] {
    margin-top: 1.5rem;
}

.mt-5[b-pm19dpm5s2] {
    margin-top: 3rem;
}

.mb-4[b-pm19dpm5s2] {
    margin-bottom: 1.5rem;
}

.mb-5[b-pm19dpm5s2] {
    margin-bottom: 3rem;
}

.mb-0[b-pm19dpm5s2] {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .terminos-container[b-pm19dpm5s2] {
        padding: 30px 15px;
    }

    .terminos-section[b-pm19dpm5s2] {
        padding: 18px 20px;
    }

        .terminos-section h2[b-pm19dpm5s2] {
            font-size: 1.1rem;
        }
}
