/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-eb7mjwl3gz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-eb7mjwl3gz] {
    flex: 1;
}

.sidebar[b-eb7mjwl3gz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-eb7mjwl3gz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-eb7mjwl3gz]  a, .top-row[b-eb7mjwl3gz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-eb7mjwl3gz]  a:hover, .top-row[b-eb7mjwl3gz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-eb7mjwl3gz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-eb7mjwl3gz] {
        justify-content: space-between;
    }

    .top-row[b-eb7mjwl3gz]  a, .top-row[b-eb7mjwl3gz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-eb7mjwl3gz] {
        flex-direction: row;
    }

    .sidebar[b-eb7mjwl3gz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-eb7mjwl3gz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-eb7mjwl3gz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-eb7mjwl3gz], article[b-eb7mjwl3gz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-eb7mjwl3gz] {
    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-eb7mjwl3gz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-83fk916swe] {
    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-83fk916swe] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-83fk916swe] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-83fk916swe] {
    font-size: 1.1rem;
}

.bi[b-83fk916swe] {
    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-83fk916swe] {
    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-83fk916swe] {
    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-83fk916swe] {
    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-83fk916swe] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-83fk916swe] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-83fk916swe] {
        padding-bottom: 1rem;
    }

    .nav-item[b-83fk916swe]  .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-83fk916swe]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-83fk916swe]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-83fk916swe] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-83fk916swe] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-83fk916swe] {
        display: none;
    }

    .nav-scrollable[b-83fk916swe] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/AltaMagia.razor.rz.scp.css */
.alta-magia-container[b-06yl0uty25] {
    padding: 80px 20px;
    background: #09090b;
    color: #e4e4e7;
    max-width: 1100px;
    margin: 0 auto;
}

/* Introducción */
.magia-intro[b-06yl0uty25] {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 80px auto;
}

.subtitulo-mistico[b-06yl0uty25] {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 10px;
}

.magia-intro h2[b-06yl0uty25] {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 300;
}

.linea-divisoria[b-06yl0uty25] {
    width: 60px;
    height: 1px;
    background: #d4af37;
    margin: 20px auto;
    box-shadow: 0 0 8px #d4af37;
}

.descripcion-principal[b-06yl0uty25] {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #a1a1aa;
}

/* Bloques de Contenido (Asimétricos) */
.bloques-magicos[b-06yl0uty25] {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.bloque-card[b-06yl0uty25] {
    display: flex;
    align-items: center;
    gap: 50px;
}

    .bloque-card.inverso[b-06yl0uty25] {
        flex-direction: row-reverse;
    }

/* Contenedores de Imagen */
.imagen-contenedor[b-06yl0uty25] {
    position: relative;
    flex: 1;
    max-width: 500px;
}

    .imagen-contenedor img[b-06yl0uty25] {
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid rgba(212, 175, 55, 0.3);
        filter: grayscale(30%) sepia(20%) brightness(80%);
        transition: all 0.5s ease;
    }

    .imagen-contenedor:hover img[b-06yl0uty25] {
        filter: grayscale(0%) brightness(95%);
        border-color: #d4af37;
    }

/* Efecto de brillo místico detrás de las fotos */
.aura-dorada[b-06yl0uty25] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.8);
    pointer-events: none;
}

/* Contenedores de Texto */
.texto-contenedor[b-06yl0uty25] {
    flex: 1;
}

.numero[b-06yl0uty25] {
    font-size: 2rem;
    color: rgba(212, 175, 55, 0.15);
    font-family: serif;
    display: block;
    margin-bottom: -10px;
}

.texto-contenedor h3[b-06yl0uty25] {
    font-size: 1.8rem;
    color: #d4af37;
    margin-bottom: 15px;
}

.texto-contenedor p[b-06yl0uty25] {
    line-height: 1.7;
    color: #bcbabe;
    font-size: 1rem;
}

.texto-contenedor em[b-06yl0uty25] {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

/* Footer de la sección */
.magia-footer[b-06yl0uty25] {
    text-align: center;
    margin-top: 100px;
    padding: 40px;
    background: radial-gradient(circle, #130f1a 0%, transparent 80%);
}

    .magia-footer blockquote[b-06yl0uty25] {
        font-style: italic;
        font-size: 1.4rem;
        color: #a1a1aa;
        margin-bottom: 30px;
    }

.btn-iniciacion[b-06yl0uty25] {
    background: transparent;
    color: #fff;
    border: 1px solid #d4af37;
    padding: 15px 35px;
    font-size: 1rem;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

    .btn-iniciacion:hover[b-06yl0uty25] {
        background: #d4af37;
        color: #000;
        box-shadow: 0 0 25px rgba(212, 175, 55, 0.5);
    }

/* Responsivo */
@media (max-width: 768px) {
    .bloque-card[b-06yl0uty25], .bloque-card.inverso[b-06yl0uty25] {
        flex-direction: column;
        gap: 30px;
    }

    .magia-intro h2[b-06yl0uty25] {
        font-size: 2.2rem;
    }

    .imagen-contenedor img[b-06yl0uty25] {
        height: 250px;
    }
}
/* /Components/Pages/DescubrirHipnosis.razor.rz.scp.css */
.hipnosis-container[b-psl136quai] {
    padding: 80px 20px;
    background: #060814; /* Azul oscuro/negro psicológico */
    color: #e4e4e7;
    max-width: 1100px;
    margin: 0 auto;
}

/* Introducción */
.hipnosis-intro[b-psl136quai] {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 80px auto;
}

.subtitulo-hipnotico[b-psl136quai] {
    color: #00e5ff; /* Cian vibrante */
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 10px;
}

.hipnosis-intro h2[b-psl136quai] {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 300;
}

.linea-divisoria-cian[b-psl136quai] {
    width: 60px;
    height: 1px;
    background: #00e5ff;
    margin: 20px auto;
    box-shadow: 0 0 10px #00e5ff;
}

.descripcion-principal[b-psl136quai] {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #94a3b8;
}

/* Bloques de Contenido */
.bloques-hipnoticos[b-psl136quai] {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.bloque-card-hipnosis[b-psl136quai] {
    display: flex;
    align-items: center;
    gap: 50px;
}

    .bloque-card-hipnosis.inverso[b-psl136quai] {
        flex-direction: row-reverse;
    }

/* Contenedores de Imagen */
.imagen-contenedor-hipnosis[b-psl136quai] {
    position: relative;
    flex: 1;
    max-width: 500px;
}

    .imagen-contenedor-hipnosis img[b-psl136quai] {
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid rgba(0, 229, 255, 0.2);
        filter: grayscale(40%) contrast(110%) brightness(75%);
        transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .imagen-contenedor-hipnosis:hover img[b-psl136quai] {
        filter: grayscale(0%) brightness(90%);
        border-color: #00e5ff;
        transform: scale(1.02);
    }

/* Efecto de aura hipnótica azulada */
.aura-cian[b-psl136quai] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 40px rgba(6, 8, 20, 0.9);
    pointer-events: none;
}

/* Contenedores de Texto */
.texto-contenedor-hipnosis[b-psl136quai] {
    flex: 1;
}

.onda-cerebral[b-psl136quai] {
    font-size: 0.85rem;
    color: rgba(0, 229, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.texto-contenedor-hipnosis h3[b-psl136quai] {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
}

.texto-contenedor-hipnosis p[b-psl136quai] {
    line-height: 1.7;
    color: #94a3b8;
    font-size: 1rem;
}

/* Footer de la sección */
.hipnosis-footer[b-psl136quai] {
    text-align: center;
    margin-top: 100px;
    padding: 60px 40px;
    background: radial-gradient(circle, #0c152b 0%, transparent 70%);
}

    .hipnosis-footer blockquote[b-psl136quai] {
        font-style: italic;
        font-size: 1.3rem;
        color: #cbd5e1;
        margin-bottom: 35px;
    }

.btn-trance[b-psl136quai] {
    background: transparent;
    color: #00e5ff;
    border: 1px solid #00e5ff;
    padding: 15px 35px;
    font-size: 1rem;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.4s ease;
}

    .btn-trance:hover[b-psl136quai] {
        background: #00e5ff;
        color: #060814;
        box-shadow: 0 0 25px rgba(0, 229, 255, 0.4);
        font-weight: bold;
    }

/* Responsivo */
@media (max-width: 768px) {
    .bloque-card-hipnosis[b-psl136quai], .bloque-card-hipnosis.inverso[b-psl136quai] {
        flex-direction: column;
        gap: 30px;
    }

    .hipnosis-intro h2[b-psl136quai] {
        font-size: 2.2rem;
    }

    .imagen-contenedor-hipnosis img[b-psl136quai] {
        height: 250px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Estilos del Core del Home */
.arcanum-body[b-zwe7onrarf] {
    background-color: #0b0b0c;
    color: #e4e4e7;
    min-height: 100vh;
    font-family: 'Playfair Display', serif;
}

/* Header & Nav */
.arcanum-header[b-zwe7onrarf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background: rgba(10, 10, 12, 0.9);
    backdrop-filter: blur(12px);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(214, 175, 55, 0.2);
}

.logo[b-zwe7onrarf] {
    color: #d4af37;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 4px;
    text-shadow: 0 0 10px rgba(214, 175, 55, 0.2);
}

.arcanum-nav[b-zwe7onrarf] {
    display: flex;
    align-items: center;
    gap: 25px;
}

    .arcanum-nav a[b-zwe7onrarf], .nav-btn[b-zwe7onrarf], .btn-contacto[b-zwe7onrarf] {
        color: #a1a1aa;
        text-decoration: none;
        background: none;
        border: none;
        font-size: 0.95rem;
        font-family: inherit;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .arcanum-nav a:hover[b-zwe7onrarf], .nav-btn:hover[b-zwe7onrarf], .btn-contacto:hover[b-zwe7onrarf] {
            color: #d4af37;
        }

/* Hero con vibra cinemática */
.hero[b-zwe7onrarf] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background: radial-gradient(circle at center, #1b122b 0%, #0b0b0c 100%);
    padding: 0 20px;
}

.hero-content[b-zwe7onrarf] {
    position: relative;
    z-index: 2;
    max-width: 750px;
}

.sello-mistico[b-zwe7onrarf] {
    color: #d4af37;
    letter-spacing: 6px;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 15px;
    opacity: 0.8;
}

.hero h1[b-zwe7onrarf] {
    font-size: 3.8rem;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 300;
}

.hero p[b-zwe7onrarf] {
    font-size: 1.25rem;
    color: #a1a1aa;
    line-height: 1.7;
    margin-bottom: 45px;
}

/* Botones y estados de activación en Blazor */
.cta-buttons[b-zwe7onrarf] {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.btn[b-zwe7onrarf] {
    padding: 14px 35px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-magic[b-zwe7onrarf] {
    color: #d4af37;
    border: 1px solid rgba(214, 175, 55, 0.4);
}

    .btn-magic:hover[b-zwe7onrarf], .btn-magic.activo[b-zwe7onrarf] {
        background: #d4af37;
        color: #000;
        box-shadow: 0 0 30px rgba(214, 175, 55, 0.4);
        border-color: #d4af37;
    }

.btn-hypnosis[b-zwe7onrarf] {
    color: #00e5ff;
    border: 1px solid rgba(0, 229, 255, 0.4);
}

    .btn-hypnosis:hover[b-zwe7onrarf], .btn-hypnosis.activo[b-zwe7onrarf] {
        background: #00e5ff;
        color: #000;
        box-shadow: 0 0 30px rgba(0, 229, 255, 0.4);
        border-color: #00e5ff;
    }

/* Contenedor dinámico y animaciones */
.contenedor-dinamico[b-zwe7onrarf] {
    min-height: 20px;
    background: #09090b;
}

.seccion-revelada[b-zwe7onrarf] {
    animation: revelarEfecto-b-zwe7onrarf 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes revelarEfecto-b-zwe7onrarf {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Default / Cards */
.services[b-zwe7onrarf] {
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

    .services h2[b-zwe7onrarf] {
        font-size: 2.3rem;
        margin-bottom: 60px;
        font-weight: 300;
        letter-spacing: 1px;
    }

.grid[b-zwe7onrarf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.card[b-zwe7onrarf] {
    background: #121214;
    padding: 45px 30px;
    border-radius: 4px;
    border: 1px solid #1f1f23;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

    .card:hover[b-zwe7onrarf] {
        border-color: rgba(214, 175, 55, 0.5);
        transform: translateY(-5px);
        background: #161619;
    }

.card-icono[b-zwe7onrarf] {
    font-size: 2rem;
    margin-bottom: 20px;
}

.card h3[b-zwe7onrarf] {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: 400;
}

.card p[b-zwe7onrarf] {
    color: #a1a1aa;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.saber-mas[b-zwe7onrarf] {
    color: #d4af37;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Placeholder Hipnosis temporal */
.placeholder-hipnosis[b-zwe7onrarf] {
    padding: 100px 20px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

/* Estilos de Formulario de Contacto místico */
.contacto-section[b-zwe7onrarf] {
    padding: 90px 20px;
    text-align: center;
    background: #0c0c0e;
    border-top: 1px solid rgba(255,255,255,0.03);
}

    .contacto-section h2[b-zwe7onrarf] {
        font-size: 2.2rem;
        font-weight: 300;
        margin-bottom: 10px;
    }

.sub-text[b-zwe7onrarf] {
    color: #71717a;
    margin-bottom: 45px;
    font-style: italic;
}

.formulario-mistico[b-zwe7onrarf] {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    background: #121214;
    padding: 40px;
    border-radius: 4px;
    border: 1px solid #1f1f23;
}

.form-group[b-zwe7onrarf] {
    margin-bottom: 25px;
}

    .form-group label[b-zwe7onrarf] {
        display: block;
        color: #a1a1aa;
        margin-bottom: 9px;
        font-size: 0.9rem;
    }

    .form-group input[b-zwe7onrarf], .form-group select[b-zwe7onrarf] {
        width: 100%;
        padding: 14px;
        background: #18181b;
        border: 1px solid #27272a;
        color: #fff;
        border-radius: 4px;
        font-family: inherit;
    }

        .form-group input:focus[b-zwe7onrarf], .form-group select:focus[b-zwe7onrarf] {
            outline: none;
            border-color: #d4af37;
        }

.btn-enviar[b-zwe7onrarf] {
    width: 100%;
    padding: 16px;
    background: #d4af37;
    color: #000;
    border: none;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

    .btn-enviar:hover[b-zwe7onrarf] {
        background: #f59e0b;
        box-shadow: 0 0 20px rgba(214, 175, 55, 0.3);
    }

.mensaje-exito[b-zwe7onrarf] {
    padding: 40px 20px;
    background: rgba(27, 18, 43, 0.4);
    border: 1px solid #d4af37;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 4px;
}

.btn-reset[b-zwe7onrarf] {
    margin-top: 20px;
    background: transparent;
    border: 1px solid #71717a;
    color: #a1a1aa;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
}

footer[b-zwe7onrarf] {
    text-align: center;
    padding: 40px;
    color: #52525b;
    font-size: 0.85rem;
    border-top: 1px solid #121214;
}

@media(max-width: 768px) {
    .hero h1[b-zwe7onrarf] {
        font-size: 2.5rem;
    }

    .cta-buttons[b-zwe7onrarf] {
        flex-direction: column;
        gap: 15px;
    }

    .arcanum-header[b-zwe7onrarf] {
        padding: 15px 20px;
    }

    .arcanum-nav[b-zwe7onrarf] {
        gap: 10px;
    }

    .nav-btn[b-zwe7onrarf] {
        display: none;
    }
    /* Ocultar en móviles para simplificar navigation */
}
