@media (max-width: 600px) {
    .modal-carta-astral-content {
        max-width: 98vw;
        max-height: 98vh;
        padding: 0.2rem;
        border-radius: 0.7rem;
    }
    .modal-carta-astral-iframe {
        width: 96vw;
        height: 80vh;
        min-height: 320px;
        border-radius: 0.5rem;
    }
    .modal-carta-astral-close {
        top: 0.1rem;
        right: 0.5rem;
        font-size: 2rem;
    }
}
/* --- MODAL CARTA ASTRAL --- */
.modal-carta-astral {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(10, 8, 22, 0.82);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}
.modal-carta-astral.hidden {
    opacity: 0;
    pointer-events: none;
}
.modal-carta-astral-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(10, 8, 22, 0.82);
    z-index: 1;
}
.modal-carta-astral-content {
    position: relative;
    z-index: 2;
    background: #18122b;
    border-radius: 1.2rem;
    box-shadow: 0 8px 48px #a020f0, 0 0 44px #40e0d0, 0 8px 32px rgba(0,0,0,0.28);
    padding: 0.5rem;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.modal-carta-astral-iframe {
    width: 80vw;
    height: 80vh;
    border: none;
    border-radius: 0.8rem;
    background: #fff;
}
.modal-carta-astral-close {
    background: none;
    border: none;
    color: #fffbe7;
    font-size: 2.2rem;
    position: absolute;
    top: 0.2rem;
    right: 1.1rem;
    z-index: 3;
    cursor: pointer;
    transition: color 0.2s;
}
.modal-carta-astral-close:hover {
    color: #d4af37;
}
.card-header-icon .icon-tarot {
    animation: tarotSparkle 2.2s infinite alternate cubic-bezier(.4,1.6,.4,1);
    filter: drop-shadow(0 0 6px #a020f0) drop-shadow(0 0 10px #40e0d0);
}

@keyframes tarotSparkle {
    0% { filter: drop-shadow(0 0 6px #a020f0) drop-shadow(0 0 10px #40e0d0) brightness(1); }
    40% { filter: drop-shadow(0 0 12px #a020f0) drop-shadow(0 0 18px #40e0d0) brightness(1.18); }
    60% { filter: drop-shadow(0 0 18px #d4af37) drop-shadow(0 0 24px #f9f295) brightness(1.25); }
    100% { filter: drop-shadow(0 0 6px #a020f0) drop-shadow(0 0 10px #40e0d0) brightness(1); }
}
/* --- MINI OR+CULO DEMO --- */
.mini-oraculo-demo {
    margin-bottom: 2.2rem;
}
.mini-oraculo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.1rem 1.2rem 1.5rem;
    background:
        linear-gradient(120deg, rgba(30,0,60,0.82) 60%, rgba(160,32,240,0.18) 100%) padding-box,
        linear-gradient(45deg, #a020f0 10%, #40e0d0 90%) border-box;
    border-radius: 1.5rem;
    border: 2.5px solid rgba(160,32,240,0.35);
    box-shadow: 0 2px 32px 0 #a020f0, 0 0 44px #40e0d0, 0 8px 32px rgba(0,0,0,0.28), 0 0 0 1.5px rgba(255,255,255,0.08) inset;
    backdrop-filter: blur(12px) saturate(1.25);
    -webkit-backdrop-filter: blur(12px) saturate(1.25);
    margin-bottom: 1.2rem;
    text-align: center;
}
.mini-oraculo-header h2 {
    font-size: 1.45rem;
    margin-bottom: 0.7rem;
}
.mini-oraculo-carta {
    width: 8.2rem;
    height: 12.2rem;
    perspective: 1200px;
    margin: 1.1rem auto 0.7rem;
    cursor: pointer;
    outline: none;
    border-radius: 1.1rem;
    box-shadow: 0 0 24px #a020f0, 0 0 32px #40e0d0, 0 4px 18px rgba(0,0,0,0.28);
    position: relative;
    background: none;
    transition: box-shadow 220ms cubic-bezier(.4,1.6,.4,1);
}
.mini-oraculo-carta:focus-visible {
    box-shadow: 0 0 44px #a020f0, 0 0 64px #40e0d0, 0 16px 48px rgba(0,0,0,0.38);
}
.mini-oraculo-carta-inner {
    width: 100%;
    height: 100%;
    border-radius: 1.1rem;
    position: relative;
    transition: transform 0.7s cubic-bezier(.4,1.6,.4,1);
    transform-style: preserve-3d;
}
.mini-oraculo-carta.revelada .mini-oraculo-carta-inner {
    transform: rotateY(180deg);
}
.mini-oraculo-carta-front, .mini-oraculo-carta-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Cinzel', serif;
    font-size: 1.08rem;
    background:
        linear-gradient(120deg, rgba(30,0,60,0.92) 60%, rgba(160,32,240,0.22) 100%) padding-box,
        linear-gradient(45deg, #a020f0 10%, #40e0d0 90%) border-box;
    border: 2px solid rgba(160,32,240,0.22);
    box-shadow: 0 0 18px #a020f0, 0 0 24px #40e0d0, 0 2px 8px rgba(0,0,0,0.18);
    color: #fff;
    text-shadow: 0 0 8px #d4af37, 0 0 18px #f9f295, 0 0 2px #fff2;
    overflow: hidden;
}
.mini-oraculo-carta-front {
    z-index: 2;
    overflow: hidden;
}

.mini-oraculo-front-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    transform: scale(1.03);
    filter: saturate(0.92) contrast(1.04) brightness(0.9);
}
.mini-oraculo-carta-back {
    transform: rotateY(180deg);
    z-index: 3;
    font-size: 1rem;
    padding: 0.85rem 0.72rem;
    color: #fffbe7;
    text-shadow: 0 0 8px #d4af37, 0 0 18px #f9f295, 0 0 2px #fff2;
    justify-content: center;
    gap: 0.42rem;
    text-align: center;
}
.mini-oraculo-symbol {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    color: #d4af37;
    text-shadow: 0 0 12px #a020f0, 0 0 18px #40e0d0;
}
.mini-oraculo-back-copy {
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: "Manrope", sans-serif;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0.01em;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}
.mini-oraculo-txt {
    font-size: 1.01rem;
    opacity: 0.82;
}

.mini-oraculo-txt-overlay {
    position: relative;
    z-index: 1;
    margin-top: auto;
    margin-bottom: 0.8rem;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    background: rgba(8, 6, 16, 0.74);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #fff5da;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 1;
}
.mini-oraculo-leyenda {
    margin-top: 1.1rem;
    font-size: 0.98rem;
    color: #f9f295;
    opacity: 0.82;
    text-shadow: 0 0 8px #d4af37, 0 0 18px #f9f295;
}
@media (max-width: 600px) {
    .mini-oraculo-container {
        padding: 0.7rem 0.1rem 0.7rem;
    }
    .mini-oraculo-carta {
        width: 7.8rem;
        height: 11.9rem;
        margin-bottom: 0.5rem;
    }
    .mini-oraculo-carta-back {
        padding: 0.82rem 0.66rem 0.76rem;
        gap: 0.32rem;
    }
    .mini-oraculo-symbol {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    .mini-oraculo-back-copy {
        font-size: 0.72rem;
        line-height: 1.18;
    }
    .mini-oraculo-header h2 {
        font-size: 1.08rem;
    }
    .mini-oraculo-leyenda {
        font-size: 0.89rem;
        margin-top: 0.7rem;
    }
    .services-carousel {
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }
    .modern-services .service-card {
        margin-bottom: 0.7rem;
    }
}
/* --- Layout Responsive y Contenedor Central --- */
.container {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    box-sizing: border-box;
}

main > section,
.section {
    width: 100%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .container {
        max-width: 98vw;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    main > section,
    .section {
        max-width: 99vw;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
}

@media (max-width: 600px) {
    .container {
        max-width: 100vw;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    main > section,
    .section {
        max-width: 100vw;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
}
/* Modern Service Cards */
.modern-services .service-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0.7rem 0.7rem 1.1rem 0.7rem;
    min-width: 210px;
    max-width: 320px;
    background: linear-gradient(120deg, rgba(20,0,44,0.98) 70%, rgba(160,32,240,0.16) 100%) padding-box,
                linear-gradient(45deg, #d4af37 10%, #40e0d0 90%) border-box;
    border: 2px solid #d4af37;
    border-radius: 16px;
    box-shadow: 0 0 18px #a020f0, 0 0 24px #40e0d0, 0 4px 18px rgba(0,0,0,0.22);
    margin-bottom: 0.5rem;
    transition: transform 0.3s cubic-bezier(.4,1.6,.4,1), box-shadow 0.3s cubic-bezier(.4,1.6,.4,1), border-color 0.3s cubic-bezier(.4,1.6,.4,1);
    position: relative;
    overflow: hidden;
}
.modern-services .service-card:focus-visible, .modern-services .service-card:hover {
    transform: scale(1.04) translateY(-6px) rotate(-1deg);
    box-shadow: 0 0 28px #d4af37, 0 0 36px #40e0d0, 0 8px 24px rgba(0,0,0,0.38);
    border-color: #f9f295;
}
.modern-services .card-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    font-size: 2.1rem;
    color: #d4af37;
    text-shadow: 0 0 12px #a020f0, 0 0 18px #40e0d0;
}
.modern-services .icon-tarot {
    display: inline-block;
    filter: drop-shadow(0 0 6px #a020f0) drop-shadow(0 0 8px #40e0d0);
}
.modern-services .card-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.modern-services .card-title {
    font-size: 1.13rem;
    font-weight: 700;
    color: #f9f295;
    margin: 0 0 0.4rem 0;
    letter-spacing: 0.04em;
    text-shadow: 0 0 8px #d4af37, 0 0 18px #a020f0;
}
.modern-services .card-detail {
    color: var(--muted);
    font-size: 1.01rem;
    margin-bottom: 0.3rem;
    margin-top: 0.1rem;
}
.modern-services .card-detail-plus {
    color: #40e0d0;
    font-size: 0.98em;
    font-weight: 600;
    display: block;
    margin-top: 0.1em;
    text-shadow: 0 0 8px #40e0d0;
}
.modern-services .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    margin-top: 1.1rem;
}
.modern-services .card-precio {
    color: #f9f295;
    font-size: 1.09rem;
    font-weight: 600;
    text-shadow: 0 0 8px #d4af37;
}
.modern-destacado {
    background: linear-gradient(120deg, rgba(20,0,44,0.98) 60%, rgba(64,224,208,0.22) 100%) padding-box,
                linear-gradient(45deg, #40e0d0 10%, #d4af37 90%) border-box;
    border: 2.5px solid #40e0d0;
    box-shadow: 0 0 64px #40e0d0, 0 0 44px #d4af37, 0 8px 32px rgba(0,0,0,0.38), 0 0 80px #40e0d0;
    border-radius: 18px;
    animation: destacadoGlow 2.2s infinite alternate;
}
.modern-destacado .icon-destacado {
    color: #40e0d0;
    text-shadow: 0 0 18px #40e0d0, 0 0 18px #fff;
    font-size: 2.3rem;
    filter: drop-shadow(0 0 12px #40e0d0);
}
.modern-destacado .card-title {
    color: #40e0d0;
    font-size: 1.22rem;
    font-weight: 800;
    text-shadow: 0 0 18px #40e0d0, 0 0 18px #fff;
}
.modern-destacado .card-detail-plus {
    color: #f9f295;
    text-shadow: 0 0 8px #d4af37;
}
@media (max-width: 900px) {
    .modern-services {
        grid-template-columns: 1fr 1fr;
        gap: 1.2rem;
    }
}
@media (max-width: 600px) {
    .modern-services {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }
    .modern-services .service-card {
        width: 90vw;
        min-width: 0;
        max-width: 98vw;
        font-size: 1rem;
    }
}
/* --- Cartas de Servicios M+sticos --- */
.mystic-card {
    background:
        linear-gradient(120deg, rgba(20,0,44,0.98) 60%, rgba(160,32,240,0.22) 100%) padding-box,
        linear-gradient(45deg, #d4af37 10%, #40e0d0 90%) border-box;
    border: 2.5px solid #d4af37;
    box-shadow: 0 0 32px #a020f0, 0 0 44px #40e0d0, 0 8px 32px rgba(0,0,0,0.38);
    color: var(--text);
    font-family: 'Cinzel', serif;
    font-size: 1.08rem;
    letter-spacing: 0.01em;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border-radius: 16px;
    padding: 1.5rem 1.1rem 1.2rem 1.1rem;
    min-width: 220px;
    max-width: 320px;
    min-height: 22rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    text-align: center;
    position: relative;
    z-index: 1;
}
.mystic-card:focus-visible, .mystic-card:hover {
    transform: scale(1.04) translateY(-6px) rotate(-1deg);
    box-shadow: 0 0 28px #d4af37, 0 0 36px #40e0d0, 0 8px 24px rgba(0,0,0,0.38);
    border-color: #f9f295;
    outline: 2px solid #40e0d0;
}
.mystic-card .card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.mystic-card .card-media {
    width: 100%;
    margin: 0 0 1rem;
}

.tarot-photo-frame {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    aspect-ratio: 3 / 4;
    border: 1px solid rgba(249, 242, 149, 0.4);
    background:
        linear-gradient(180deg, rgba(11, 2, 29, 0.18), rgba(11, 2, 29, 0.78)),
        radial-gradient(circle at top, rgba(160, 32, 240, 0.24), transparent 38%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 12px 24px rgba(0,0,0,0.28);
}

.tarot-photo-frame::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(180deg, transparent, rgba(11, 2, 29, 0.85));
    pointer-events: none;
}

.tarot-photo-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.05) contrast(1.02);
}

.service-card-esencial .tarot-photo-frame img {
    object-position: center 24%;
}

.service-card-claridad .tarot-photo-frame img {
    object-position: center 42%;
}

.service-card-inmersion .tarot-photo-frame img {
    object-position: center 20%;
}

.service-card-acompanamiento .tarot-photo-frame img {
    object-position: center 30%;
}

.mystic-card .card-title {
    font-size: 1.18rem;
    font-weight: 700;
    color: #f9f295;
    margin: 0 0 0.7rem 0;
    letter-spacing: 0.04em;
    text-shadow: 0 0 8px #d4af37, 0 0 18px #a020f0;
}
.mystic-card .card-detail {
    color: var(--muted);
    font-size: 1.01rem;
    margin-bottom: 0.7rem;
    margin-top: 0.2rem;
}
.mystic-card .card-precio {
    color: #f9f295;
    display: block;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: 0 0 8px #d4af37;
}

.mystic-card .card-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    margin-top: auto;
    width: 100%;
}

.mystic-card .primary-button {
    font-size: 0.93rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.55rem 1.1rem;
    min-height: 2.2rem;
    border-radius: 14px;
    background:
        linear-gradient(90deg, #a020f0 60%, #40e0d0 100%) padding-box,
        linear-gradient(45deg, #d4af37, #f9f295) border-box;
    border: 1.5px solid #d4af37;
    color: #fff;
    box-shadow: 0 0 10px #a020f0, 0 0 14px #40e0d0;
    transition: transform 0.3s, box-shadow 0.3s;
    outline: none;
    width: 100%;
}
.mystic-card .primary-button:hover, .mystic-card .primary-button:focus-visible {
    transform: scale(1.08);
    box-shadow: 0 0 32px #d4af37, 0 0 44px #40e0d0;
}
.destacado-outer {
    display: flex;
    justify-content: center;
    margin: 2.5rem 0 0 0;
}
.destacado-card {
    background:
        linear-gradient(120deg, rgba(20,0,44,0.98) 60%, rgba(64,224,208,0.22) 100%) padding-box,
        linear-gradient(45deg, #40e0d0 10%, #d4af37 90%) border-box;
    border: 2.5px solid #40e0d0;
    box-shadow: 0 0 64px #40e0d0, 0 0 44px #d4af37, 0 8px 32px rgba(0,0,0,0.38);
    color: #fff;
    font-size: 1.13rem;
    text-shadow: 0 0 12px #40e0d0, 0 0 18px #d4af37;
    position: relative;
    z-index: 2;
    min-width: 260px;
    max-width: 360px;
    aspect-ratio: 2/3;
    padding: 2.1rem 1.3rem 1.5rem 1.3rem;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    animation: destacadoGlow 2.2s infinite alternate;
}
.destacado-card .card-title {
    color: #40e0d0;
    font-size: 1.22rem;
    font-weight: 800;
    text-shadow: 0 0 18px #40e0d0, 0 0 18px #fff;
}
.destacado-card .primary-button {
    font-size: 0.93rem;
    padding: 0.55rem 1.1rem;
    min-height: 2.2rem;
    border-radius: 14px;
    background:
        linear-gradient(90deg, #40e0d0 60%, #a020f0 100%) padding-box,
        linear-gradient(45deg, #d4af37, #40e0d0) border-box;
    border: 1.5px solid #40e0d0;
    color: #fff;
    box-shadow: 0 0 18px #40e0d0, 0 0 14px #d4af37;
    outline: none;
}
.destacado-card .primary-button:hover, .destacado-card .primary-button:focus-visible {
    transform: scale(1.09);
    box-shadow: 0 0 44px #40e0d0, 0 0 44px #d4af37;
}
@keyframes destacadoGlow {
    0% { box-shadow: 0 0 64px #40e0d0, 0 0 44px #d4af37, 0 8px 32px rgba(0,0,0,0.38); }
    100% { box-shadow: 0 0 96px #40e0d0, 0 0 64px #d4af37, 0 16px 48px rgba(0,0,0,0.48); }
}
:root {
    --bg: #0b021d;
    --bg-soft: #16052f;
    --bg-deep: #05000f;
    --surface: rgba(20, 8, 44, 0.78);
    --surface-strong: rgba(11, 2, 29, 0.92);
    --text: #f4ebff;
    --muted: #cab7e8;
    --violet: #a020f0;
    --violet-soft: #d598ff;
    --cyan: #40e0d0;
    --gold-a: #d4af37;
    --gold-b: #f9f295;
    --danger: #ff8db5;
    --shadow-violet: 0 0 15px rgba(160, 32, 240, 0.75);
    --shadow-cyan: 0 0 24px rgba(64, 224, 208, 0.18);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
    --container: min(1140px, calc(100% - 2rem));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background: linear-gradient(120deg, #1a1a2e, #020205 80%);
    animation: fondoVioletaNegro 18s ease-in-out infinite alternate;
    @keyframes fondoVioletaNegro {
        0% {
            background: linear-gradient(120deg, #1a1a2e, #020205 80%);
        }
        50% {
            background: linear-gradient(120deg, #2d1a3a, #18182a 80%);
        }
        100% {
            background: linear-gradient(120deg, #1a1a2e, #020205 80%);
        }
    }

    h1, h2, h3, .card-title, .section-heading h2 {
            font-family: 'Cinzel', serif !important;
            text-shadow: 0 0 8px #d4af37, 0 0 18px #f9f295, 0 0 2px #fff2;
            letter-spacing: 0.01em;
    }
    overflow-x: clip !important;
    width: 100%;
    max-width: 100%;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        radial-gradient(circle at 30% 10%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px),
        radial-gradient(circle at 70% 25%, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px),
        radial-gradient(circle at 50% 60%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px);
    background-size: 220px 220px, 280px 280px, 320px 320px;
    pointer-events: none;
    opacity: 0.6;
    z-index: -2;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(180deg, rgba(5, 0, 15, 0.78), rgba(11, 2, 29, 0.68) 22%, rgba(11, 2, 29, 0.82) 56%, rgba(20, 4, 44, 0.94) 100%),
        radial-gradient(circle at 50% 24%, rgba(214, 154, 255, 0.18), transparent 18%),
        radial-gradient(circle at top, rgba(160, 32, 240, 0.18), transparent 34%),
        radial-gradient(circle at 20% 20%, rgba(64, 224, 208, 0.06), transparent 24%),
        url('../assets/luna-after-hero.jpg');
    background-size: cover, auto, auto, auto, cover;
    background-position: center, center, center, center, center 22%;
    background-repeat: no-repeat;
    opacity: 0.92;
    pointer-events: none;
    z-index: -3;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select {
    font: inherit;
}

.aurora {
    position: fixed;
    width: 28rem;
    height: 28rem;
    border-radius: 999px;
    filter: blur(90px);
    opacity: 0.18;
    pointer-events: none;
    z-index: -1;
}

.aurora-left {
    top: 5%;
    left: -10%;
    background: var(--violet);
}

.aurora-right {
    top: 35%;
    right: -12%;
    background: var(--cyan);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    width: var(--container);
    margin: 0 auto;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    backdrop-filter: blur(18px);
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: rgba(11, 2, 29, 0.6);
    border: 1px solid rgba(249, 242, 149, 0.16);
    z-index: -1;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled::before {
    background:
        linear-gradient(180deg, rgba(4, 3, 10, 0.94), rgba(23, 11, 37, 0.96));
    border-color: rgba(184, 160, 112, 0.24);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.brand,
h1,
h2,
h3 {
    font-family: "Cinzel", serif;
}

.brand {
    padding-left: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.site-nav a {
    transition: color 180ms ease, text-shadow 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--gold-b);
    text-shadow: 0 0 14px rgba(212, 175, 55, 0.35);
}

.site-header.is-scrolled .site-nav a,
.site-header.is-scrolled .brand {
    color: #fff4da;
}

.hero {
    width: var(--container);
    margin: 0 auto;
}

.moon-banner {
    position: relative;
    width: min(1240px, calc(100% - 1rem));
    min-height: 26rem;
    margin: 0 auto 2rem;
    padding: 2rem;
    display: flex;
    background:
        linear-gradient(180deg, rgba(8, 2, 22, 0.12), rgba(8, 2, 22, 0.78)),
        radial-gradient(circle at 50% 36%, rgba(227, 173, 255, 0.18), transparent 16%);
    background-color: #13031f;
    background-position: center, center;
    background-size: cover, auto;
    background-repeat: no-repeat;
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.38);
    border: 1.5px solid rgba(160, 32, 240, 0.55);
    backdrop-filter: blur(14px);
    overflow: hidden;
    isolation: isolate;
}

.moon-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 2, 28, 0.22), rgba(10, 2, 28, 0.46) 34%, rgba(10, 2, 28, 0.78) 100%),
        radial-gradient(circle at 50% 18%, rgba(160, 32, 240, 0.12), transparent 12%);
    pointer-events: none;
}

.moon-banner::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background:
        linear-gradient(180deg, transparent, rgba(6, 2, 18, 0.9)),
        radial-gradient(circle at 50% 0, rgba(160, 32, 240, 0.24), transparent 30%);
    pointer-events: none;
}

.moon-banner-content {
    position: relative;
    z-index: 1;
    max-width: 38rem;
    background:
        linear-gradient(rgba(18, 5, 38, 0.72), rgba(8, 2, 24, 0.9)) padding-box,
        linear-gradient(45deg, var(--gold-a), var(--gold-b)) border-box;
    backdrop-filter: blur(14px);
}

.moon-banner-content h2 {
    margin-bottom: 1rem;
}

.moon-banner-content p:last-child {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

.hero {
    position: relative;
    min-height: calc(84vh - 4.2rem);
    display: grid;
    align-items: center;
    padding: 2.8rem 0 2.15rem;
    background-image:
        radial-gradient(circle at 50% 22%, rgba(222, 158, 255, 0.22), transparent 16%),
        linear-gradient(180deg, rgba(8, 2, 22, 0.18), rgba(8, 2, 22, 0.38) 28%, rgba(8, 2, 22, 0.88) 100%),
        url('../assets/descarga.jpg');
    background-size: auto, auto, auto, cover;
    background-position: center 18%, center, center;
    background-repeat: no-repeat;
    isolation: isolate;
}

.hero::before {
    content: "";
    position: absolute;
    width: min(34vw, 16rem);
    aspect-ratio: 1;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(238, 198, 255, 0.32) 0, rgba(194, 111, 255, 0.18) 42%, rgba(160, 32, 240, 0.1) 62%, transparent 74%);
    box-shadow: 0 0 120px rgba(160, 32, 240, 0.5), 0 0 160px rgba(214, 152, 255, 0.18);
    filter: blur(8px);
    opacity: 0.9;
    z-index: -1;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background:
        linear-gradient(180deg, transparent, rgba(18, 4, 38, 0.78)),
        radial-gradient(circle at 20% 100%, rgba(160, 32, 240, 0.3), transparent 32%),
        radial-gradient(circle at 80% 100%, rgba(160, 32, 240, 0.24), transparent 30%);
    filter: blur(6px);
    z-index: -1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.06), transparent 18%),
        linear-gradient(180deg, rgba(11, 2, 29, 0.12), rgba(11, 2, 29, 0.76));
    z-index: -1;
}

.hero-content {
    max-width: 42rem;
    padding: 1.1rem 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    margin: 0 0 0.85rem;
    padding: 0.38rem 0.78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(249, 242, 149, 0.28);
    color: var(--violet-soft);
    font-size: 0.84rem;
    box-shadow: 0 0 20px rgba(160, 32, 240, 0.16);
}

.eyebrow {
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.8rem;
    color: var(--cyan);
}

h1 {
    margin: 0;
    font-size: clamp(2rem, 4.3vw, 3.7rem);
    line-height: 1.02;
    text-wrap: balance;
}

.hero-text,
.connection-card p,
.service-card p,
.about-layout p,
.form-status {
    color: var(--muted);
    line-height: 1.75;
}

.hero-text {
    max-width: 36rem;
    font-size: 0.93rem;
    margin: 0.95rem 0 0;
}

.hero-actions {
    margin-top: 1.15rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.15rem;
}

.hero-proof span {
    padding: 0.56rem 0.82rem;
    border-radius: 999px;
    background: rgba(14, 4, 31, 0.7);
    border: 1px solid rgba(213, 175, 55, 0.28);
    color: #f5ddff;
    font-size: 0.88rem;
    backdrop-filter: blur(10px);
}


.btn-emuna,
.primary-button,
.secondary-button,
.install-button,
.floating-install {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.9rem;
    padding: 0.72rem 1.05rem;
    border-radius: 999px;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.03em;
    background: linear-gradient(135deg, #120c1a 60%, #221a33 100%) !important;
    border: 2.5px solid #fff !important;
    box-shadow: 0 0 8px 2px #fff, 0 0 24px 2px #fff8, 0 2px 18px rgba(0,0,0,0.28) !important;
    color: #fffbe7 !important;
    text-shadow: 0 0 8px #fff, 0 0 2px #fff2 !important;
    transition: background 0.3s, box-shadow 0.3s, color 0.3s, border-color 0.3s;
}

.install-button,
.floating-install {
    white-space: nowrap;
}

.btn-emuna:hover,
.btn-emuna:focus-visible,
.primary-button:hover,
.primary-button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible,
.install-button:hover,
.install-button:focus-visible,
.floating-install:hover,
.floating-install:focus-visible {
    transform: translateY(-2px) scale(1.07);
    box-shadow: 0 0 16px 4px #fff, 0 0 32px 4px #fff8, 0 4px 24px rgba(0,0,0,0.38) !important;
    background: linear-gradient(135deg, #0a0711 60%, #18122b 100%) !important;
    border-color: #fff !important;
    color: #fffbe7 !important;
    text-shadow: 0 0 12px #fff, 0 0 2px #fff2 !important;
}
/* --- FIN NUEVO ESTILO BOTONES NEON --- */

/* --- ESTILOS ANTERIORES COMENTADOS PARA REFERENCIA --- */
/*
.btn-emuna,
.primary-button,
.secondary-button,
.install-button,
.floating-install {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.9rem;
    padding: 0.72rem 1.05rem;
    border-radius: 999px;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.03em;
    background: linear-gradient(120deg, #a020f0 0%, #40e0d0 100%) border-box,
        linear-gradient(135deg, #18122b 0%, #2d1b44 100%) padding-box;
    border: 2px solid #d4af37;
    color: #fffbe7;
    box-shadow: 0 14px 30px rgba(64, 224, 208, 0.18), 0 0 20px #a020f0, 0 0 24px #d4af37, 0 0 0 1.5px rgba(255,255,255,0.08) inset;
    text-shadow: 0 0 14px #d4af37, 0 0 18px #40e0d0, 0 0 2px #fff2;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: background 0.3s, box-shadow 0.3s, color 0.3s, border-color 0.3s;
}

.btn-emuna:hover,
.btn-emuna:focus-visible,
.btn-emuna.install-button:hover,
.btn-emuna.install-button:focus-visible,
.btn-emuna.floating-install:hover,
.btn-emuna.floating-install:focus-visible,
.primary-button:hover,
.primary-button:focus-visible,
.install-button:hover,
.install-button:focus-visible,
.floating-install:hover,
.floating-install:focus-visible {
    transform: translateY(-2px) scale(1.06);
    box-shadow: 0 18px 38px #a020f0, 0 0 0 2px #40e0d0, 0 0 30px #d4af37;
    background:
        linear-gradient(120deg, #40e0d0 0%, #a020f0 100%) border-box,
        linear-gradient(135deg, #2d1b44 0%, #18122b 100%) padding-box;
    color: #fffbe7;
    text-shadow: 0 0 18px #d4af37, 0 0 18px #40e0d0, 0 0 2px #fff2;
    transform: translateY(-2px) scale(1.06);
    box-shadow: 0 16px 32px #40e0d0, 0 0 0 2px #a020f0, 0 0 26px #d4af37;
    background:
        linear-gradient(120deg, #a020f0 0%, #40e0d0 100%) border-box,
        linear-gradient(135deg, #2d1b44 0%, #18122b 100%) padding-box;
    color: #fffbe7;
    text-shadow: 0 0 18px #40e0d0, 0 0 18px #d4af37, 0 0 2px #fff2;
}
*/

.site-footer {
    width: min(1240px, calc(100% - 1rem));
    margin: 1.6rem auto 2.8rem;
}

.site-footer-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    background:
        radial-gradient(circle at top right, rgba(170, 183, 211, 0.12), transparent 28%),
        linear-gradient(135deg, rgba(8, 10, 18, 0.98), rgba(31, 18, 49, 0.94));
}

.site-footer-copy {
    max-width: 34rem;
}

.site-footer-copy p:last-child {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
    justify-content: flex-end;
}

.site-footer-links a {
    color: #f4ecd6;
    opacity: 0.92;
    transition: 0.3s;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
    color: #fff8ec;
    text-shadow: 0 0 14px rgba(214, 190, 137, 0.28);
}

.floating-assistant {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 31;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 3.35rem;
    padding: 0.78rem 1rem 0.78rem 0.78rem;
    border-radius: 999px;
    background:
        linear-gradient(135deg, #dbc07a 0%, #a2b2cf 100%) border-box,
        linear-gradient(135deg, rgba(20, 27, 45, 0.98), rgba(54, 30, 73, 0.96)) padding-box;
    border: 2px solid transparent;
    color: #fff7e2;
    box-shadow: 0 18px 34px rgba(5, 7, 14, 0.32), 0 0 22px rgba(214, 190, 137, 0.18);
    text-shadow: 0 0 10px rgba(214, 190, 137, 0.18);
    transition: 0.3s;
}

.floating-assistant:hover,
.floating-assistant:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(5, 7, 14, 0.36), 0 0 0 2px rgba(233, 214, 172, 0.82), 0 0 28px rgba(168, 181, 208, 0.24);
}

.floating-assistant-badge {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 247, 226, 0.12);
    border: 1px solid rgba(255, 247, 226, 0.18);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.update-toast {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    z-index: 32;
    width: min(calc(100vw - 2rem), 24rem);
    padding: 0.9rem 0.95rem;
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at top left, rgba(214, 190, 137, 0.16), transparent 36%),
        linear-gradient(145deg, rgba(8, 11, 21, 0.98), rgba(27, 15, 42, 0.96));
    border: 1px solid rgba(214, 190, 137, 0.28);
    box-shadow: 0 18px 42px rgba(5, 7, 14, 0.38), 0 0 24px rgba(214, 190, 137, 0.14);
    transform: translateX(-50%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.update-toast-title {
    margin: 0;
    color: #fff6db;
    font-size: 0.94rem;
    line-height: 1.45;
}

.update-toast-actions {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.8rem;
}

.update-toast-button {
    min-height: 2.55rem;
    padding-inline: 0.95rem;
}

.update-toast-dismiss {
    border: none;
    background: transparent;
    color: rgba(240, 229, 206, 0.82);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.update-toast-dismiss:hover,
.update-toast-dismiss:focus-visible {
    color: #fff8ec;
}

.floating-socials {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.42rem;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 18%, rgba(214, 190, 137, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(8, 8, 14, 0.72), rgba(23, 13, 35, 0.58));
    border: 1px solid rgba(214, 190, 137, 0.14);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24), 0 0 20px rgba(214, 190, 137, 0.08);
    backdrop-filter: blur(12px);
}

.floating-social {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff9ec;
    border: 1px solid rgba(214, 190, 137, 0.14);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22), 0 0 16px rgba(214, 190, 137, 0.1);
    backdrop-filter: blur(14px);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.floating-social::after {
    content: "";
    position: absolute;
    inset: -12%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(214, 190, 137, 0.14), transparent 62%);
    opacity: 0.35;
    pointer-events: none;
}

.floating-social::before {
    content: "";
    position: absolute;
    inset: 0.22rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 248, 232, 0.09);
    pointer-events: none;
}

.floating-social svg {
    width: 1.36rem;
    height: 1.36rem;
    position: relative;
    z-index: 1;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.floating-social .floating-social-fill {
    fill: currentColor;
    stroke: none;
}

.floating-social-instagram {
    background:
        radial-gradient(circle at 30% 25%, rgba(205, 125, 255, 0.18), transparent 30%),
        linear-gradient(135deg, rgba(63, 28, 82, 0.96), rgba(22, 17, 48, 0.95));
}

.floating-social-whatsapp {
    background:
        radial-gradient(circle at 30% 25%, rgba(105, 226, 172, 0.16), transparent 30%),
        linear-gradient(135deg, rgba(24, 64, 50, 0.96), rgba(10, 22, 20, 0.95));
}

.floating-social:hover,
.floating-social:focus-visible {
    transform: translateY(-5px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32), 0 0 26px rgba(214, 190, 137, 0.18);
}

.assistant-modal {
    position: fixed;
    inset: 0;
    z-index: 1250;
    display: grid;
    place-items: center;
    padding: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.assistant-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.assistant-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 48rem);
    max-height: min(92vh, 54rem);
    overflow: auto;
    padding: 1.35rem;
    background:
        radial-gradient(circle at top right, rgba(232, 205, 140, 0.09), transparent 20%),
        radial-gradient(circle at top left, rgba(150, 84, 214, 0.12), transparent 24%),
        linear-gradient(145deg, rgba(9, 6, 18, 0.99), rgba(28, 12, 46, 0.98));
    border: 1px solid rgba(214, 190, 137, 0.18);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42), 0 0 30px rgba(214, 190, 137, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.assistant-shell {
    display: grid;
    grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
    gap: 1rem;
}

.assistant-questions {
    display: grid;
    gap: 0.75rem;
}

.assistant-question {
    text-align: left;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 2px solid #fff;
    background: linear-gradient(135deg, #120c1a 60%, #221a33 100%);
    color: #fffbe7;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s, color 0.3s, border-color 0.3s, transform 0.3s;
    box-shadow: 0 0 8px 2px #fff, 0 0 24px 2px rgba(255, 255, 255, 0.53), 0 2px 18px rgba(0, 0, 0, 0.28);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.92), 0 0 2px rgba(255, 255, 255, 0.13);
}

.assistant-question:hover,
.assistant-question:focus-visible,
.assistant-question.is-active {
    transform: translateY(-2px) scale(1.03);
    background: linear-gradient(135deg, #0a0711 60%, #18122b 100%);
    border-color: #fff;
    box-shadow: 0 0 16px 4px #fff, 0 0 32px 4px rgba(255, 255, 255, 0.53), 0 4px 24px rgba(0, 0, 0, 0.38);
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.96), 0 0 2px rgba(255, 255, 255, 0.13);
}

.assistant-answer {
    padding: 1.55rem;
    border-radius: 1.25rem;
    background:
        linear-gradient(rgba(25, 12, 42, 0.96), rgba(13, 8, 24, 0.94)) padding-box,
        linear-gradient(135deg, rgba(214, 190, 137, 0.32), rgba(126, 92, 179, 0.2)) border-box;
    border: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 28px rgba(214, 190, 137, 0.06);
}

.assistant-answer-kicker {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.36rem 0.68rem;
    border-radius: 999px;
    background: rgba(214, 190, 137, 0.08);
    border: 1px solid rgba(214, 190, 137, 0.22);
    color: #f4dfb3;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    box-shadow: 0 0 14px rgba(214, 190, 137, 0.08);
}

.assistant-answer h3 {
    margin: 0 0 1rem;
    font-size: clamp(0.98rem, 1.7vw, 1.28rem);
    line-height: 1.4;
    color: #fff3d8;
    text-shadow: 0 0 16px rgba(214, 190, 137, 0.08);
}

.assistant-answer p {
    margin: 0;
    color: rgba(234, 228, 219, 0.84);
    line-height: 1.9;
    max-width: 34rem;
}

.assistant-answer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.section {
    padding: 1.6rem 0 3.1rem;
}

.oracle-spotlight {
    padding-top: 1rem;
}

.oracle-spotlight-grid,
.oracle-spotlight-grid.framed-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.95fr);
    gap: 1.5rem;
    align-items: stretch;
    background:
        radial-gradient(circle at top right, rgba(88, 101, 128, 0.14), transparent 30%),
        radial-gradient(circle at bottom left, rgba(32, 44, 74, 0.2), transparent 32%),
        linear-gradient(145deg, rgba(5, 8, 16, 0.985), rgba(12, 11, 26, 0.99) 52%, rgba(18, 10, 30, 0.98));
    border: 1px solid rgba(100, 114, 141, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 28px 68px rgba(0, 0, 0, 0.42);
}

.oracle-spotlight-main,
.oracle-spotlight-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-width: 0;
}

.oracle-spotlight-main > p,
.oracle-spotlight-main > h2,
.oracle-spotlight-actions,
.oracle-kpi strong,
.oracle-kpi span {
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
}

.oracle-spotlight-main p:last-of-type {
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 0;
}

.oracle-spotlight-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.oracle-preview {
    display: grid;
    place-items: center;
    margin-bottom: 1.2rem;
    min-height: 18rem;
    padding: 0.8rem 0.4rem;
    border-radius: 1.6rem;
    background: radial-gradient(circle at center, rgba(82, 92, 110, 0.18), rgba(8, 10, 18, 0.08) 58%, transparent 74%);
}

.oracle-preview-fan {
    position: relative;
    width: min(100%, 24.4rem);
    height: 17rem;
}

.oracle-mini-card {
    position: absolute;
    bottom: 0;
    width: 8.9rem;
    height: 14.4rem;
    padding: 0;
    border-radius: 1.15rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    background:
        linear-gradient(rgba(22, 24, 32, 0.28), rgba(10, 11, 18, 0.74)) padding-box,
        linear-gradient(145deg, rgba(228, 233, 242, 0.82), rgba(120, 129, 143, 0.92)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.38), 0 0 18px rgba(180, 188, 201, 0.22), 0 0 36px rgba(122, 130, 145, 0.18);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.oracle-mini-card::before {
    content: "";
    position: absolute;
    inset: 0.38rem;
    border-radius: 0.88rem;
    border: 1px solid rgba(234, 239, 245, 0.34);
    box-shadow: inset 0 0 0 1px rgba(38, 42, 52, 0.48);
    pointer-events: none;
    z-index: 1;
}

.oracle-mini-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 52%;
    background: linear-gradient(180deg, transparent, rgba(8, 9, 16, 0.16) 28%, rgba(9, 10, 18, 0.92));
    pointer-events: none;
}

.oracle-mini-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.08);
    filter: saturate(0.95) contrast(1.08) brightness(0.92);
}

.oracle-mini-card-left {
    left: -0.35rem;
    z-index: 1;
    transform: rotate(-13deg) translateY(1rem);
}

.oracle-mini-card-center {
    left: 50%;
    z-index: 3;
    width: 8.55rem;
    height: 14.1rem;
    transform: translateX(-50%) translateY(-0.65rem);
}

.oracle-mini-card-right {
    right: -0.35rem;
    z-index: 1;
    transform: rotate(13deg) translateY(1rem);
}

.oracle-mini-card-left img {
    object-position: 70% 48%;
}

.oracle-mini-card-center img {
    object-position: center 44%;
}

.oracle-mini-card-right img {
    object-position: 52% 46%;
}

.oracle-mini-top {
    position: relative;
    z-index: 2;
    margin: 0 0 0.7rem;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    background: rgba(11, 12, 18, 0.78);
    border: 1px solid rgba(186, 193, 205, 0.34);
    font-size: 0.64rem;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e7edf7;
    text-shadow: 0 0 12px rgba(151, 158, 171, 0.22);
}

.oracle-kpis {
    display: grid;
    gap: 1rem;
}

.oracle-kpi {
    padding: 1rem 1.1rem;
    border-radius: var(--radius-md);
    background: linear-gradient(145deg, rgba(10, 14, 24, 0.92), rgba(19, 14, 31, 0.88));
    border: 1px solid rgba(93, 113, 150, 0.22);
    box-shadow: inset 0 1px 0 rgba(249, 242, 149, 0.05);
}

.oracle-kpi strong {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--gold-b);
}

.oracle-kpi span {
    color: var(--muted);
    line-height: 1.7;
}

.astral-spotlight {
    padding-top: 1rem;
}

.astral-spotlight-grid,
.astral-spotlight-grid.framed-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.98fr);
    gap: 1.5rem;
    align-items: stretch;
    background:
        radial-gradient(circle at top left, rgba(92, 128, 214, 0.12), transparent 24%),
        radial-gradient(circle at bottom right, rgba(214, 190, 137, 0.08), transparent 20%),
        linear-gradient(145deg, rgba(4, 9, 24, 0.99), rgba(8, 14, 35, 0.98) 52%, rgba(20, 11, 38, 0.98));
    border: 1px solid rgba(110, 137, 184, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 28px 68px rgba(0, 0, 0, 0.42);
}

.astral-spotlight-main,
.astral-spotlight-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.astral-spotlight-main {
    align-items: center;
    text-align: center;
}

.astral-spotlight-main > p,
.astral-spotlight-main > h2,
.astral-spotlight-actions {
    width: min(100%, 42rem);
    margin-left: auto;
    margin-right: auto;
}

.astral-spotlight-actions {
    justify-content: center;
}

.astral-spotlight-main p:last-of-type {
    color: var(--muted);
    line-height: 1.85;
    margin-bottom: 0;
}

.astral-spotlight-pain {
    color: rgba(241, 233, 215, 0.92);
    line-height: 1.9;
}

.astral-preview {
    display: grid;
    place-items: center;
    margin-bottom: 1.2rem;
    min-height: 18rem;
    padding: 1rem;
    border-radius: 1.6rem;
    background: radial-gradient(circle at center, rgba(61, 81, 122, 0.24), rgba(7, 10, 20, 0.08) 60%, transparent 76%);
}

.astral-wheel {
    position: relative;
    width: min(100%, 20rem);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(182, 195, 230, 0.22);
    background:
        radial-gradient(circle at center, rgba(22, 31, 55, 0.92) 0 22%, rgba(8, 12, 24, 0.82) 22% 58%, rgba(8, 12, 24, 0.3) 58% 60%, transparent 60%),
        radial-gradient(circle at center, rgba(212, 175, 55, 0.12), transparent 68%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0 32px rgba(82, 117, 201, 0.14);
}

.astral-wheel::before,
.astral-wheel::after {
    content: "";
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    border: 1px solid rgba(164, 182, 217, 0.16);
}

.astral-wheel::after {
    inset: 27%;
    border-color: rgba(214, 190, 137, 0.18);
}

.astral-wheel-core {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    background: linear-gradient(145deg, rgba(13, 18, 35, 0.98), rgba(29, 18, 49, 0.96));
    border: 1px solid rgba(214, 190, 137, 0.26);
    color: #f7ecc8;
    font-family: "Cinzel", serif;
    font-size: 0.84rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
    box-shadow: 0 0 28px rgba(214, 190, 137, 0.12);
}

.astral-node {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.6rem;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: rgba(7, 11, 22, 0.9);
    border: 1px solid rgba(176, 193, 229, 0.24);
    color: #eef5ff;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(109, 144, 222, 0.08);
}

.astral-node-sol {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.astral-node-luna {
    bottom: 20%;
    left: 7%;
}

.astral-node-asc {
    bottom: 20%;
    right: 7%;
}

.astral-kpi {
    background: linear-gradient(145deg, rgba(10, 15, 28, 0.92), rgba(18, 16, 33, 0.88));
    border-color: rgba(98, 128, 178, 0.22);
}

.section-heading {
    margin-bottom: 1.8rem;
}

h2 {
    margin: 0;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
}

h3 {
    margin: 0.75rem 0 1rem;
    font-size: 1.2rem;
}

.framed-panel {
    position: relative;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(var(--surface), var(--surface)) padding-box,
        linear-gradient(45deg, var(--gold-a), var(--gold-b)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 18px 70px rgba(0, 0, 0, 0.35), var(--shadow-cyan);
}

.connection-card,
.contact-wrapper {
    padding: 2rem;
}

.services-carousel {
    padding: 0.95rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 22%),
        linear-gradient(145deg, rgba(6, 10, 24, 0.98), rgba(23, 15, 41, 0.96));
    border-color: rgba(255, 255, 255, 0.18);
}

.services-story {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 1.15rem;
    margin-bottom: 1.2rem;
    padding: 1.15rem 1.2rem;
    background:
        radial-gradient(circle at top right, rgba(166, 181, 209, 0.16), transparent 28%),
        linear-gradient(135deg, rgba(10, 14, 27, 0.98), rgba(32, 18, 49, 0.95));
    border: 1px solid rgba(177, 188, 209, 0.18);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.services-story-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.85rem;
}

.services-story-lead {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

.services-story-stage {
    position: relative;
    min-height: 13rem;
    border-radius: 1.35rem;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(20, 25, 39, 0.96), rgba(47, 28, 67, 0.9));
    border: 1px solid rgba(205, 184, 134, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 18px 40px rgba(0, 0, 0, 0.22);
}

.services-story-stage::after {
    content: "";
    position: absolute;
    inset: auto -10% -35% auto;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.13), transparent 65%);
    pointer-events: none;
}

.services-story-slide {
    position: absolute;
    inset: 0;
    padding: 1.4rem 1.45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.services-story-slide.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 1;
}

.services-story-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff5d8;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.1);
}

.services-story-slide h3 {
    margin: 0;
    color: #f7f1e1;
    font-size: clamp(1.08rem, 2vw, 1.45rem);
    line-height: 1.35;
}

.services-story-slide p {
    margin: 0;
    color: rgba(233, 237, 244, 0.82);
    line-height: 1.8;
    max-width: 37rem;
}

.services-story-nav {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 0.55rem;
}

.services-story-dot {
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 999px;
    border: 1px solid rgba(205, 184, 134, 0.24);
    background: rgba(170, 183, 211, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    cursor: pointer;
    transition: 0.3s;
}

.services-story-dot.is-active,
.services-story-dot:hover,
.services-story-dot:focus-visible {
    transform: scale(1.12);
    background: linear-gradient(135deg, #ffffff, #c3cede);
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.32);
}

.services-carousel-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.65rem;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.services-track {
    display: flex;
    gap: 0.95rem;
    overflow-x: auto;
    padding: 0.2rem 0.15rem 0.8rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overscroll-behavior-x: contain;
}

.carousel-arrow {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(11, 9, 24, 0.9);
    color: #fff8e6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.16), 0 10px 28px rgba(0, 0, 0, 0.24);
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.carousel-arrow span {
    font-size: 1rem;
    line-height: 1;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.28), 0 10px 28px rgba(0, 0, 0, 0.24);
}

.carousel-arrow[disabled] {
    opacity: 0.35;
    cursor: default;
    transform: none;
    box-shadow: none;
}

.services-track::-webkit-scrollbar {
    height: 8px;
}

.services-track::-webkit-scrollbar-thumb {
    background: rgba(64, 224, 208, 0.28);
    border-radius: 999px;
}

.purpose-bridge {
    padding-top: 0.4rem;
}

.purpose-bridge-panel {
    background:
        radial-gradient(circle at top right, rgba(214, 190, 137, 0.08), transparent 22%),
        radial-gradient(circle at top left, rgba(176, 112, 255, 0.14), transparent 28%),
        linear-gradient(145deg, rgba(10, 8, 19, 0.98), rgba(33, 17, 50, 0.95));
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.purpose-bridge-intro {
    max-width: 40rem;
    margin-bottom: 1.3rem;
}

.purpose-bridge-intro h2 {
    line-height: 1.2;
}

.purpose-bridge-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.purpose-card {
    padding: 1.2rem 1.15rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(214, 190, 137, 0.14);
    background: linear-gradient(145deg, rgba(22, 12, 39, 0.92), rgba(12, 8, 24, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.purpose-card p {
    margin: 0;
    color: rgba(236, 228, 218, 0.84);
    line-height: 1.88;
}

.purpose-card-pain {
    border-color: rgba(172, 183, 207, 0.18);
}

.purpose-card-light {
    border-color: rgba(214, 190, 137, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 20px rgba(214, 190, 137, 0.06);
}

.purpose-label {
    display: inline-flex;
    margin-bottom: 0.85rem;
    padding: 0.36rem 0.68rem;
    border-radius: 999px;
    background: rgba(214, 190, 137, 0.08);
    border: 1px solid rgba(214, 190, 137, 0.18);
    color: #f4dfb3;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.purpose-bridge-actions {
    margin-top: 1.2rem;
}

.love-bridge {
    padding-top: 0.55rem;
    padding-bottom: 1rem;
}

.love-bridge-panel {
    padding: 2rem 1.9rem;
    background:
        radial-gradient(circle at top left, rgba(255, 223, 232, 0.08), transparent 24%),
        radial-gradient(circle at 86% 18%, rgba(255, 189, 208, 0.14), transparent 18%),
        linear-gradient(145deg, rgba(22, 7, 15, 0.985), rgba(58, 16, 31, 0.97) 55%, rgba(17, 7, 11, 0.99));
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.love-bridge-intro {
    max-width: 43rem;
    margin: 0 auto 1.6rem;
    text-align: center;
}

.love-bridge-intro h2 {
    line-height: 1.22;
}

.love-bridge-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(180px, 0.72fr);
    gap: 1.2rem;
    align-items: center;
}

.love-bridge-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.love-bridge-card {
    padding: 1.35rem 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 219, 231, 0.16);
    background: linear-gradient(145deg, rgba(39, 12, 24, 0.9), rgba(17, 7, 12, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.love-bridge-label {
    display: inline-flex;
    margin-bottom: 0.9rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 228, 236, 0.08);
    border: 1px solid rgba(255, 218, 230, 0.18);
    color: #ffd6e2;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.love-bridge-card p {
    margin: 0;
    color: rgba(249, 232, 238, 0.86);
    line-height: 1.92;
}

.love-bridge-whisper {
    font-size: 0.96rem;
    font-style: italic;
    color: rgba(247, 223, 232, 0.76);
}

.love-bridge-pain {
    border-color: rgba(255, 213, 225, 0.14);
}

.love-bridge-light {
    border-color: rgba(236, 190, 154, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 24px rgba(220, 138, 158, 0.08);
}

.love-bridge-visual {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
    min-height: 100%;
    padding: 1.35rem 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(236, 190, 154, 0.22);
    background: linear-gradient(145deg, rgba(39, 12, 24, 0.9), rgba(17, 7, 12, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 24px rgba(220, 138, 158, 0.08);
}

.love-bridge-visual-copy {
    margin-top: 0;
    text-align: left;
    max-width: 100%;
    width: 100%;
}

.love-bridge-visual-copy p {
    margin: 0;
    color: rgba(249, 232, 238, 0.86);
    font-size: 1rem;
    line-height: 1.92;
}

.love-bridge-actions {
    margin-top: 1.35rem;
    display: flex;
    justify-content: center;
}

.soul-bridge {
    padding-top: 0.55rem;
    padding-bottom: 1.1rem;
}

.soul-bridge-panel {
    padding: 2rem 1.9rem;
    background:
        radial-gradient(circle at top right, rgba(214, 190, 137, 0.08), transparent 20%),
        radial-gradient(circle at top left, rgba(145, 98, 212, 0.14), transparent 26%),
        linear-gradient(145deg, rgba(10, 8, 18, 0.985), rgba(26, 14, 43, 0.95));
    box-shadow: 0 28px 68px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.soul-bridge-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0)),
        radial-gradient(circle at 70% 18%, rgba(255, 224, 182, 0.06), transparent 18%);
    pointer-events: none;
}

.soul-bridge-present .soul-bridge-panel {
    background-image:
        linear-gradient(180deg, rgba(6, 4, 12, 0.22), rgba(16, 8, 27, 0.9)),
        url('../assets/luna-after-hero.jpg'),
        radial-gradient(circle at top left, rgba(145, 98, 212, 0.14), transparent 26%),
        linear-gradient(145deg, rgba(10, 8, 18, 0.985), rgba(26, 14, 43, 0.95));
    background-size: auto, cover, auto, auto;
    background-position: center, center 28%, center, center;
}

.soul-bridge-healing .soul-bridge-panel {
    background-image:
        linear-gradient(180deg, rgba(6, 4, 12, 0.26), rgba(16, 8, 27, 0.92)),
        url('../assets/chica luna.jpg'),
        radial-gradient(circle at top left, rgba(145, 98, 212, 0.14), transparent 26%),
        linear-gradient(145deg, rgba(10, 8, 18, 0.985), rgba(26, 14, 43, 0.95));
    background-size: auto, cover, auto, auto;
    background-position: center, center 34%, center, center;
}

.soul-bridge-intro {
    position: relative;
    z-index: 1;
    max-width: 42rem;
    margin: 0 auto 1.8rem;
    text-align: center;
}

.soul-bridge-intro h2 {
    line-height: 1.24;
}

.soul-bridge-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
    margin-bottom: 1.35rem;
}

.soul-bridge-card {
    min-height: 100%;
    padding: 1.45rem 1.35rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(214, 190, 137, 0.14);
    background: linear-gradient(145deg, rgba(19, 12, 31, 0.9), rgba(9, 7, 18, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.soul-bridge-label {
    display: inline-flex;
    margin-bottom: 0.9rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(214, 190, 137, 0.08);
    border: 1px solid rgba(214, 190, 137, 0.18);
    color: #f4dfb3;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.soul-bridge-card p {
    margin: 0;
    color: rgba(236, 228, 218, 0.85);
    line-height: 1.95;
}

.soul-bridge-whisper {
    font-size: 0.96rem;
    font-style: italic;
    color: rgba(236, 228, 218, 0.74);
    max-width: 31rem;
}

.soul-bridge-pain {
    border-color: rgba(166, 177, 201, 0.16);
}

.soul-bridge-light {
    border-color: rgba(214, 190, 137, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 20px rgba(214, 190, 137, 0.05);
}

.soul-bridge-actions {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.ritual-bridge {
    padding-top: 0.3rem;
    padding-bottom: 0.85rem;
}

.ritual-bridge-panel {
    position: relative;
    overflow: hidden;
    padding: 2rem 1.9rem;
    background:
        linear-gradient(180deg, rgba(8, 6, 14, 0.28), rgba(8, 6, 14, 0.9)),
        url('../assets/luna-after-hero.jpg'),
        radial-gradient(circle at 14% 20%, rgba(214, 190, 137, 0.12), transparent 18%),
        linear-gradient(145deg, rgba(11, 8, 19, 0.985), rgba(27, 18, 16, 0.96));
    background-size: auto, cover, auto, auto;
    background-position: center, center 68%, center, center;
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ritual-bridge-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 28%, rgba(238, 227, 198, 0.08), transparent 16%),
        radial-gradient(circle at 82% 74%, rgba(255, 255, 255, 0.05), transparent 14%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 34%);
    opacity: 0.9;
    pointer-events: none;
}

.ritual-bridge-intro,
.ritual-bridge-grid,
.ritual-bridge-actions {
    position: relative;
    z-index: 1;
}

.ritual-bridge-intro {
    max-width: 42rem;
    margin: 0 auto 1.55rem;
    text-align: center;
}

.ritual-bridge-intro h2 {
    line-height: 1.23;
}

.ritual-bridge-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ritual-bridge-card {
    padding: 1.35rem 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(214, 190, 137, 0.14);
    background: linear-gradient(145deg, rgba(20, 13, 25, 0.9), rgba(11, 8, 18, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.ritual-bridge-label {
    display: inline-flex;
    margin-bottom: 0.9rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(214, 190, 137, 0.08);
    border: 1px solid rgba(214, 190, 137, 0.18);
    color: #f4dfb3;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ritual-bridge-card p {
    margin: 0;
    color: rgba(236, 228, 218, 0.86);
    line-height: 1.92;
}

.ritual-bridge-whisper {
    font-size: 0.96rem;
    font-style: italic;
    color: rgba(236, 228, 218, 0.74);
}

.ritual-bridge-pain {
    border-color: rgba(172, 183, 207, 0.16);
}

.ritual-bridge-light {
    border-color: rgba(214, 190, 137, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 20px rgba(214, 190, 137, 0.05);
}

.ritual-bridge-actions {
    display: flex;
    justify-content: center;
    margin-top: 1.35rem;
}

.ritual-pulse-button {
    animation: ritualPulse 2.8s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(214, 190, 137, 0.4);
}

@keyframes ritualPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(214, 190, 137, 0.36), 0 0 0 rgba(214, 190, 137, 0);
        border-color: rgba(214, 190, 137, 0.68);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(214, 190, 137, 0), 0 0 24px rgba(214, 190, 137, 0.18);
        border-color: rgba(232, 210, 164, 0.92);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(214, 190, 137, 0), 0 0 0 rgba(214, 190, 137, 0);
        border-color: rgba(214, 190, 137, 0.68);
    }
}

.final-bridge {
    padding-top: 0.2rem;
    padding-bottom: 0.9rem;
}

.final-bridge-panel {
    text-align: center;
    padding: 2rem 1.8rem;
    background:
        radial-gradient(circle at top center, rgba(214, 190, 137, 0.08), transparent 24%),
        radial-gradient(circle at 18% 22%, rgba(145, 98, 212, 0.12), transparent 20%),
        linear-gradient(145deg, rgba(11, 8, 19, 0.985), rgba(24, 13, 39, 0.96));
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.final-bridge-panel h2 {
    max-width: 41rem;
    margin: 0 auto 1rem;
    line-height: 1.25;
}

.final-bridge-whisper {
    max-width: 39rem;
    margin: 0 auto 1rem;
    font-size: 0.98rem;
    font-style: italic;
    color: rgba(236, 228, 218, 0.74);
    line-height: 1.9;
}

.final-bridge-copy {
    max-width: 34rem;
    margin: 0 auto;
    color: rgba(236, 228, 218, 0.84);
    line-height: 1.88;
}

.final-bridge-actions {
    margin-top: 1.3rem;
    display: flex;
    justify-content: center;
}

#rituales {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 3rem 1.25rem 4rem;
    border-radius: calc(var(--radius-lg) + 8px);
    min-height: 42rem;
    background: linear-gradient(180deg, rgba(10, 2, 28, 0.22), rgba(10, 2, 28, 0.46) 34%, rgba(10, 2, 28, 0.78) 100%);
    box-shadow: 0 26px 90px rgba(0, 0, 0, 0.32);
}

#rituales::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 2, 28, 0.12), rgba(10, 2, 28, 0.28) 24%, rgba(10, 2, 28, 0.72) 66%, rgba(10, 2, 28, 0.9) 100%),
        radial-gradient(circle at 50% 18%, rgba(255, 240, 255, 0.22), transparent 12%),
        url('../assets/luna-after-hero.jpg');
    background-size: cover, auto, cover;
    background-position: center, center, center 18%;
    background-repeat: no-repeat;
    transform: scale(1.02);
    filter: saturate(1.1) brightness(1.02);
    pointer-events: none;
    z-index: -2;
}

#rituales::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 22%, rgba(195, 110, 255, 0.28), transparent 18%),
        linear-gradient(180deg, transparent 0%, rgba(7, 2, 19, 0.18) 26%, rgba(7, 2, 19, 0.52) 52%, rgba(7, 2, 19, 0.82) 100%);
    pointer-events: none;
    z-index: -1;
}

#rituales .section-heading,
#rituales .rituals-showcase {
    position: relative;
    z-index: 1;
}

.ritual-visual {
    position: relative;
    min-height: 22rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(7, 2, 19, 0.08), rgba(7, 2, 19, 0.28) 28%, rgba(7, 2, 19, 0.74) 100%),
        url('../assets/luna-after-hero.jpg');
    background-size: cover, cover;
    background-position: center, center 20%;
    background-repeat: no-repeat;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32), 0 0 30px rgba(160, 32, 240, 0.18);
}

.ritual-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 22%, rgba(255, 226, 255, 0.18), transparent 12%),
        linear-gradient(180deg, rgba(10, 2, 28, 0.06), rgba(10, 2, 28, 0.32) 30%, rgba(10, 2, 28, 0.84) 100%);
}

.ritual-visual-copy {
    position: absolute;
    inset: auto 1.25rem 1.25rem;
    z-index: 1;
    max-width: 28rem;
}

.ritual-visual-copy .eyebrow {
    margin-bottom: 0.6rem;
}

.ritual-visual-copy h3 {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.rituals-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.ritual-card {
    overflow: hidden;
    background:
        linear-gradient(rgba(22, 7, 46, 0.52), rgba(10, 2, 28, 0.76)) padding-box,
        linear-gradient(45deg, var(--gold-a), var(--gold-b)) border-box;
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28), 0 0 22px rgba(160, 32, 240, 0.16);
}

.ritual-card-primary {
    background:
        radial-gradient(circle at 84% 16%, rgba(198, 218, 255, 0.16), transparent 18%),
        radial-gradient(circle at 14% 22%, rgba(122, 157, 232, 0.14), transparent 22%),
        linear-gradient(145deg, rgba(8, 15, 32, 0.96), rgba(17, 18, 42, 0.94) 55%, rgba(24, 12, 48, 0.95));
    border: 1px solid rgba(157, 176, 214, 0.24);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.3), 0 0 24px rgba(123, 157, 221, 0.16);
}

.ritual-card-secondary {
    background:
        radial-gradient(circle at 82% 18%, rgba(231, 190, 122, 0.16), transparent 18%),
        radial-gradient(circle at 18% 80%, rgba(118, 84, 44, 0.18), transparent 24%),
        linear-gradient(145deg, rgba(26, 15, 8, 0.96), rgba(38, 24, 14, 0.95) 54%, rgba(20, 21, 14, 0.94));
    border: 1px solid rgba(198, 160, 102, 0.24);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.3), 0 0 24px rgba(201, 153, 85, 0.14);
}

.ritual-card::before {
    content: "";
    position: absolute;
    inset: -12% auto auto -8%;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(220, 162, 255, 0.28), transparent 68%);
    filter: blur(8px);
    pointer-events: none;
}

.ritual-card-primary::before {
    background: radial-gradient(circle, rgba(185, 204, 255, 0.24), transparent 68%);
}

.ritual-card-secondary::before {
    background: radial-gradient(circle, rgba(218, 176, 108, 0.2), transparent 68%);
}

.ritual-card-primary::after,
.ritual-card-secondary::after {
    content: "";
    position: absolute;
    width: 14rem;
    height: 14rem;
    top: -2.5rem;
    right: -2rem;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(249, 232, 255, 0.82) 0, rgba(220, 164, 255, 0.58) 38%, rgba(160, 32, 240, 0.26) 66%, transparent 74%);
    box-shadow: 0 0 80px rgba(160, 32, 240, 0.3);
    opacity: 0.72;
    pointer-events: none;
}

.ritual-card-primary::after {
    background:
        radial-gradient(circle at 50% 50%, rgba(244, 247, 255, 0.8) 0, rgba(179, 197, 242, 0.42) 34%, rgba(90, 116, 186, 0.18) 62%, transparent 74%);
    box-shadow: 0 0 84px rgba(118, 149, 233, 0.22);
}

.ritual-card-secondary::after {
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 234, 200, 0.74) 0, rgba(214, 170, 106, 0.42) 36%, rgba(120, 88, 42, 0.18) 64%, transparent 74%);
    box-shadow: 0 0 84px rgba(197, 144, 66, 0.2);
}

.ritual-card-header,
.ritual-points,
.ritual-steps,
.ritual-closing {
    position: relative;
    z-index: 1;
}

.ritual-tag {
    margin: 0 0 0.8rem;
    color: var(--gold-b);
    font-family: "Cinzel", serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ritual-card-header p,
.ritual-closing,
.ritual-step p,
.ritual-point span {
    color: var(--muted);
    line-height: 1.75;
}

.ritual-points {
    display: grid;
    gap: 1rem;
    margin-top: 1.4rem;
}

.ritual-point {
    padding: 1rem 1rem 1rem 1.15rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(213, 175, 55, 0.18);
    box-shadow: inset 0 0 28px rgba(160, 32, 240, 0.08);
}

.ritual-card-primary .ritual-point {
    background: linear-gradient(145deg, rgba(14, 21, 42, 0.86), rgba(19, 17, 39, 0.82));
    border-color: rgba(160, 179, 214, 0.18);
    box-shadow: inset 0 0 28px rgba(111, 137, 212, 0.08);
}

.ritual-point strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--text);
}

.ritual-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.ritual-step {
    padding: 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(213, 175, 55, 0.18);
}

.ritual-card-secondary .ritual-step {
    background: linear-gradient(145deg, rgba(44, 28, 16, 0.84), rgba(25, 24, 17, 0.8));
    border-color: rgba(201, 159, 95, 0.2);
}

.step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    margin-bottom: 0.7rem;
    color: var(--text);
    font-family: "Cinzel", serif;
    background: linear-gradient(45deg, rgba(160, 32, 240, 0.9), rgba(213, 175, 55, 0.8));
    box-shadow: 0 0 18px rgba(160, 32, 240, 0.35);
}

.ritual-card-secondary .step-index {
    background: linear-gradient(45deg, rgba(124, 86, 41, 0.95), rgba(227, 192, 123, 0.88));
    box-shadow: 0 0 18px rgba(205, 154, 77, 0.28);
}

.ritual-closing {
    margin: 1.4rem 0 0;
    font-size: 1.02rem;
}

.portal-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.portal-card {
    overflow: hidden;
}

.portal-card::after {
    content: "";
    position: absolute;
    inset: auto -15% -30% auto;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(160, 32, 240, 0.28), transparent 70%);
    pointer-events: none;
}

.mystic-list {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.9rem;
    color: var(--muted);
    line-height: 1.7;
}

.mystic-list li {
    position: relative;
    padding-left: 1.65rem;
}

.mystic-list li::before {
    content: "";
    position: absolute;
    left: 0.05rem;
    top: 0.5rem;
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 999px;
    background: radial-gradient(circle, #ffffff 0 42%, rgba(255, 255, 255, 0.28) 58%, transparent 72%);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.34);
}

.service-card {
    min-height: 100%;
    transition: transform 220ms cubic-bezier(.4,1.6,.4,1), box-shadow 220ms cubic-bezier(.4,1.6,.4,1), border-color 220ms cubic-bezier(.4,1.6,.4,1);
}

.tarot-card {
    width: 11.9rem;
    min-width: 11.9rem;
    max-width: 11.9rem;
    min-height: 18.6rem;
    margin: 0;
    padding: 0.95rem 0.75rem 0.9rem;
    border-radius: 18px;
    background:
        linear-gradient(120deg, rgba(30, 0, 60, 0.82) 60%, rgba(160,32,240,0.18) 100%) padding-box,
        linear-gradient(45deg, #a020f0 10%, #40e0d0 90%) border-box;
    border: 2.5px solid rgba(160,32,240,0.55);
    box-shadow: 0 2px 32px 0 #a020f0, 0 0 44px #40e0d0, 0 8px 32px rgba(0,0,0,0.38), 0 0 0 1.5px rgba(255,255,255,0.08) inset;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 0.98rem;
    position: relative;
    transition: transform 220ms cubic-bezier(.4,1.6,.4,1), box-shadow 220ms cubic-bezier(.4,1.6,.4,1), border-color 220ms cubic-bezier(.4,1.6,.4,1), background 320ms cubic-bezier(.4,1.6,.4,1);
    z-index: 1;
    scroll-snap-align: start;
    backdrop-filter: blur(12px) saturate(1.25);
    -webkit-backdrop-filter: blur(12px) saturate(1.25);
    overflow: hidden;
}
.tarot-card:focus-visible, .tarot-card:hover {
    transform: scale(1.03) rotate(-1deg) translateY(-4px);
    box-shadow: 0 0 44px #a020f0, 0 0 64px #40e0d0, 0 16px 48px rgba(0,0,0,0.48);
    outline: 2px solid #40e0d0;
}
.tarot-card h3 {
    margin: 0.45rem 0 0;
    font-size: 0.96rem;
    font-weight: 600;
    color: var(--text);
    letter-spacing: 0.02em;
}
.tarot-card .service-index {
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
    background: linear-gradient(90deg, #a020f0 60%, #40e0d0 100%);
    color: #fff;
    box-shadow: 0 0 12px #a020f0;
}
.modern-services .service-card {
    flex: 0 0 clamp(220px, 26vw, 280px);
    max-width: 17.5rem;
    min-height: 22rem;
}

.modern-services .card-header-icon {
    margin-bottom: 0.35rem;
    font-size: 1.65rem;
}

.modern-services .card-title {
    font-size: 0.96rem;
    line-height: 1.2;
}

.modern-services .card-media {
    margin-bottom: 0.85rem;
}

.modern-services .card-detail {
    font-size: 0.85rem;
    line-height: 1.45;
}

.modern-services .card-detail-plus {
    font-size: 0.78rem;
}

.modern-services .card-footer {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    margin-top: 0.7rem;
}

.modern-services .card-precio {
    text-align: center;
    font-size: 0.95rem;
    color: #fff6db;
    letter-spacing: 0.08em;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.18);
}

.modern-services .primary-button {
    width: 100%;
    min-height: 2.5rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
}

.modern-destacado {
    border-width: 2px;
}

@media (max-width: 900px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.2rem;
    }
}
@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }
    .tarot-card {
        width: 98vw;
        min-width: 0;
        max-width: 99vw;
        font-size: 1rem;
    }
}

.service-card:hover,
.service-card:focus-within {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 24px rgba(160, 32, 240, 0.28);
}

.service-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: rgba(64, 224, 208, 0.12);
    color: var(--cyan);
    font-weight: 700;
}

.about-layout {
    display: grid;
    gap: 1.5rem;
}

#sobre-mi {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 3rem 1.25rem 4rem;
    border-radius: calc(var(--radius-lg) + 8px);
    background:
        linear-gradient(180deg, rgba(8, 2, 22, 0.18), rgba(8, 2, 22, 0.4) 30%, rgba(8, 2, 22, 0.82) 100%),
        url('../assets/chica luna.jpg');
    background-size: cover, cover;
    background-position: center, center 36%;
    background-repeat: no-repeat;
    box-shadow: 0 26px 90px rgba(0, 0, 0, 0.32);
}

#sobre-mi::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 22%, rgba(217, 165, 255, 0.18), transparent 16%),
        linear-gradient(180deg, rgba(8, 2, 22, 0.12), rgba(8, 2, 22, 0.34) 28%, rgba(8, 2, 22, 0.84) 100%);
    pointer-events: none;
    z-index: -1;
}

#sobre-mi .section-heading,
#sobre-mi .about-layout {
    position: relative;
    z-index: 1;
}

#sobre-mi .about-layout {
    background:
        linear-gradient(rgba(17, 5, 36, 0.5), rgba(8, 2, 24, 0.78)) padding-box,
        linear-gradient(45deg, var(--gold-a), var(--gold-b)) border-box;
    backdrop-filter: blur(12px);
}

.contact-intro {
    margin-bottom: 1.4rem;
    max-width: 48rem;
}

.contact-intro p {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

.about-quote {
    align-self: center;
    padding: 1.5rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(160, 32, 240, 0.22);
    box-shadow: inset 0 0 24px rgba(160, 32, 240, 0.08);
}

.about-quote p {
    margin: 0;
    font-family: "Cinzel", serif;
    color: var(--text);
    line-height: 1.6;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-cta-panel {
    display: grid;
    gap: 1rem;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

    width: min(100%, 44rem);
    max-height: min(92vh, 52rem);
    overflow: auto;
    padding: 1.35rem;
}

.booking-modal-header {
    margin-bottom: 1rem;
}

.booking-modal-header p:last-child {
    margin: 0.5rem 0 0;
    color: var(--muted);
    line-height: 1.7;
}

.booking-modal-close {
    position: absolute;
    top: 0.7rem;
    right: 0.9rem;
    background: none;
    border: none;
    color: var(--text);
    font-size: 2rem;
    cursor: pointer;
}

.booking-form {
    padding-top: 0.25rem;
}

.field-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.field-group-full {
    grid-column: 1 / -1;
}

label {
    font-size: 0.95rem;
    color: var(--text);
}

input,
select {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.9rem 1rem;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(249, 242, 149, 0.18);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

input::placeholder {
    color: rgba(202, 183, 232, 0.68);
}

input:focus,
select:focus {
    border-color: rgba(64, 224, 208, 0.65);
    box-shadow: 0 0 0 4px rgba(64, 224, 208, 0.12), 0 0 18px rgba(160, 32, 240, 0.16);
    background: rgba(255, 255, 255, 0.08);
}

input:user-invalid,
select:user-invalid {
    border-color: rgba(255, 141, 181, 0.8);
}

.form-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.form-status {
    min-height: 1.75rem;
    margin: 0;
}

.form-status.error {
    color: var(--danger);
}

.form-status.success {
    color: var(--cyan);
}

.neon-button {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.hidden {
    display: none;
}

.floating-install {
    position: fixed;
    right: 1rem;
    bottom: 5.25rem;
    z-index: 30;
}

.reveal {
    opacity: 1;
    transform: none;
}

body.js-ready .reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 700ms ease, transform 700ms ease;
}

body.js-ready .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) {
    .about-layout {
        grid-template-columns: 1.5fr 1fr;
    }
}

@media (min-width: 960px) {
    .rituals-showcase {
        grid-template-columns: 1.15fr 0.95fr;
    }

    .portal-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .oracle-spotlight-grid,
    .astral-spotlight-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .oracle-spotlight-grid.framed-panel,
    .astral-spotlight-grid.framed-panel {
        padding: 1.2rem;
    }

    .oracle-spotlight-main,
    .astral-spotlight-main {
        align-items: center;
        text-align: center;
    }

    .oracle-spotlight-main > p,
    .oracle-spotlight-main > h2,
    .oracle-spotlight-actions,
    .astral-spotlight-main > p,
    .astral-spotlight-main > h2,
    .astral-spotlight-actions {
        width: 100%;
        max-width: 40rem;
        margin-left: auto;
        margin-right: auto;
    }

    .oracle-spotlight-main h2,
    .astral-spotlight-main h2 {
        line-height: 1.14;
    }

    .oracle-spotlight-main p:last-of-type,
    .astral-spotlight-main p:last-of-type,
    .astral-spotlight-pain {
        font-size: 0.98rem;
        line-height: 1.72;
    }

    .oracle-spotlight-actions,
    .astral-spotlight-actions {
        justify-content: center;
        gap: 0.75rem;
    }

    .oracle-preview,
    .astral-preview {
        min-height: 15.5rem;
        margin-bottom: 0.6rem;
    }

    .oracle-kpis,
    .astral-kpis {
        gap: 0.8rem;
    }
}

@media (max-width: 900px) {
    .site-header {
        width: calc(100% - 1rem);
        padding: 0.52rem 0.62rem;
        border-radius: 0.98rem;
        margin-top: 0.45rem;
        flex-wrap: nowrap;
        gap: 0.5rem;
        align-items: center;
        overflow: hidden;
    }

    .site-header::before {
        border-radius: 0.98rem;
    }

    .brand {
        padding-left: 0;
        flex: 0 0 auto;
        font-size: 0.98rem;
        letter-spacing: 0.1em;
    }

    .site-nav {
        order: 0;
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 0.4rem;
        overflow-x: auto;
        padding: 0;
        font-size: 0.78rem;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .site-nav::-webkit-scrollbar {
        display: none;
    }

    .site-nav a {
        flex: 0 0 auto;
        padding: 0.42rem 0.6rem;
        border-radius: 999px;
        white-space: nowrap;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .install-button {
        flex: 0 0 auto;
        min-width: max-content;
        padding: 0.62rem 1rem;
        font-size: 0.9rem;
    }

    .hero {
        min-height: 31rem;
        align-items: start;
        padding: 0.55rem 0 1rem;
        background-position: center 13%, center, 58% center;
    }

    .hero::before {
        width: min(20vw, 7.4rem);
        top: 3rem;
    }

    .hero-content {
        max-width: min(100%, 35rem);
        padding: 7.8rem 0 0;
    }

    .hero-badge {
        margin-bottom: 0.55rem;
        padding: 0.3rem 0.58rem;
        font-size: 0.7rem;
    }

    .hero-text {
        max-width: 100%;
        font-size: 0.9rem;
        line-height: 1.62;
        display: -webkit-box;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .hero-proof {
        gap: 0.45rem;
        margin-top: 0.72rem;
    }

    .hero-proof span {
        font-size: 0.74rem;
        padding: 0.46rem 0.62rem;
    }

    .hero-proof span:nth-child(n + 3) {
        display: none;
    }

    .hero-actions {
        gap: 0.5rem;
    }

    .hero-actions .btn-emuna {
        min-height: 2.7rem;
        font-size: 0.84rem;
    }

    .services-track {
        gap: 0.8rem;
    }

    .oracle-spotlight-grid.framed-panel,
    .astral-spotlight-grid.framed-panel {
        padding: 1.05rem;
    }

    .oracle-spotlight-main > p,
    .oracle-spotlight-main > h2,
    .oracle-spotlight-actions,
    .astral-spotlight-main > p,
    .astral-spotlight-main > h2,
    .astral-spotlight-actions {
        width: 100%;
    }

    .oracle-spotlight-main h2,
    .astral-spotlight-main h2 {
        font-size: clamp(1.48rem, 4.6vw, 2rem);
    }

    .oracle-spotlight-main p:last-of-type,
    .astral-spotlight-pain,
    .astral-spotlight-main p:last-of-type {
        font-size: 0.93rem;
        line-height: 1.66;
    }

    .oracle-spotlight-actions .btn-emuna,
    .astral-spotlight-actions .btn-emuna {
        flex: 1 1 100%;
    }

    .services-story {
        grid-template-columns: 1fr;
    }

    .services-story-stage {
        min-height: 14.2rem;
    }

    .purpose-bridge-grid {
        grid-template-columns: 1fr;
    }

    .soul-bridge-grid {
        grid-template-columns: 1fr;
    }

    .services-carousel-shell {
        grid-template-columns: 1fr;
    }

    .carousel-arrow {
        display: none;
    }

    .floating-assistant {
        right: 0.6rem;
        bottom: 0.62rem;
        width: 2.55rem;
        min-width: 2.55rem;
        min-height: 2.55rem;
        padding: 0;
        justify-content: center;
        border-radius: 999px;
        max-width: none;
        font-size: 0.72rem;
        gap: 0;
    }

    .floating-assistant-badge {
        width: auto;
        height: auto;
        padding: 0;
        border: none;
        background: transparent;
        font-size: 0.72rem;
        letter-spacing: 0.02em;
    }

    .floating-assistant span:last-child {
        display: none;
    }

    .update-toast {
        bottom: 0.72rem;
        width: min(calc(100vw - 1rem), 22rem);
        padding: 0.82rem 0.85rem;
    }

    .update-toast-actions {
        gap: 0.55rem;
    }

    .update-toast-button {
        min-height: 2.42rem;
        font-size: 0.79rem;
    }

    .update-toast-dismiss {
        font-size: 0.76rem;
    }

    .floating-socials {
        left: 0.6rem;
        bottom: 0.62rem;
        flex-direction: row;
        gap: 0.3rem;
        padding: 0.18rem;
    }

    .floating-social {
        width: 2.18rem;
        height: 2.18rem;
    }

    .floating-social svg {
        width: 0.92rem;
        height: 0.92rem;
    }
}

@media (max-width: 767px) {
    .oracle-spotlight,
    .astral-spotlight {
        padding-top: 0.9rem;
    }

    .hero {
        min-height: 28.6rem;
        align-items: start;
        padding: 0.4rem 0 0.9rem;
        background-position: center 14%, center, 58% center;
    }

    .hero::before {
        width: min(38vw, 7rem);
        top: 2.7rem;
    }

    .section,
    .hero {
        width: calc(100% - 1rem);
    }

    .moon-banner {
        min-height: 22rem;
        padding: 1rem;
        width: calc(100% - 1rem);
        background-position: center, center, center 24%;
    }

    #rituales {
        padding: 2rem 1rem 3rem;
        background-position: center, center, center 22%;
    }

    #sobre-mi {
        padding: 2rem 1rem 3rem;
        background-position: center, center 28%;
    }

    .ritual-visual {
        min-height: 17rem;
        margin-bottom: 1.25rem;
        background-position: center, center 18%;
    }

    .hero-actions,
    .form-actions,
    .oracle-spotlight-actions,
    .contact-actions {
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .hero-content {
        max-width: 100%;
        padding: 7.2rem 0 0;
    }

    .hero .eyebrow {
        display: none;
    }

    .hero-badge {
        margin-bottom: 0.5rem;
        padding: 0.28rem 0.56rem;
        font-size: 0.67rem;
    }

    .eyebrow {
        margin-bottom: 0.72rem;
        font-size: 0.68rem;
        letter-spacing: 0.16em;
    }

    .hero-text {
        font-size: 0.88rem;
        line-height: 1.58;
        max-width: 100%;
        line-clamp: 3;
        -webkit-line-clamp: 3;
    }

    .hero-actions {
        gap: 0.46rem;
        margin-top: 0.82rem;
    }

    .hero-actions .btn-emuna,
    .oracle-spotlight-actions .btn-emuna,
    .contact-actions .btn-emuna,
    .form-actions .btn-emuna {
        width: 100%;
        min-height: 2.75rem;
        font-size: 0.83rem;
    }

    .hero-proof {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.35rem;
        margin-top: 0.62rem;
    }

    .hero-proof span {
        font-size: 0.72rem;
        padding: 0.42rem 0.58rem;
        text-align: center;
    }

    .hero-proof span:nth-child(n + 2) {
        display: none;
    }

    .oracle-spotlight-grid {
        grid-template-columns: 1fr;
    }

    .oracle-spotlight-grid.framed-panel {
        gap: 1.05rem;
        padding: 1.1rem;
    }

    .oracle-spotlight-main,
    .oracle-spotlight-side {
        gap: 0.92rem;
    }

    .oracle-spotlight-main {
        align-items: stretch;
        text-align: center;
    }

    .oracle-spotlight-side {
        align-items: center;
        text-align: center;
    }

    .oracle-preview,
    .oracle-kpis,
    .oracle-spotlight-actions {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .oracle-kpis {
        max-width: 24rem;
    }

    .oracle-kpi {
        text-align: center;
    }

    .oracle-spotlight-main h2 {
        font-size: clamp(1.42rem, 6vw, 1.95rem);
        line-height: 1.14;
    }

    .oracle-spotlight-main p:last-of-type {
        font-size: 0.94rem;
        line-height: 1.68;
    }

    .astral-spotlight-grid {
        grid-template-columns: 1fr;
    }

    .astral-spotlight-grid.framed-panel {
        gap: 1.05rem;
        padding: 1.1rem;
    }

    .astral-spotlight-main,
    .astral-spotlight-side {
        gap: 0.92rem;
    }

    .astral-spotlight-main {
        align-items: stretch;
        text-align: center;
    }

    .astral-spotlight-side {
        align-items: center;
        text-align: center;
    }

    .astral-preview,
    .astral-kpis,
    .astral-spotlight-actions {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .astral-kpis {
        max-width: 24rem;
    }

    .astral-kpi {
        text-align: center;
    }

    .astral-spotlight-main h2 {
        font-size: clamp(1.45rem, 6.2vw, 2rem);
        line-height: 1.16;
    }

    .astral-spotlight-pain,
    .astral-spotlight-main p:last-of-type {
        font-size: 0.95rem;
        line-height: 1.72;
    }

    .astral-preview {
        min-height: 14.25rem;
        margin-bottom: 0.4rem;
        padding: 0.6rem;
        width: 100%;
        justify-items: center;
    }

    .astral-kpis {
        gap: 0.8rem;
    }

    .astral-kpi {
        padding: 0.95rem 0.9rem;
    }

    .astral-kpi strong {
        display: block;
        margin-bottom: 0.28rem;
    }

    .services-story {
        padding: 1rem;
    }

    .services-story-header {
        gap: 0.6rem;
    }

    .services-story-lead {
        font-size: 0.93rem;
        line-height: 1.7;
    }

    .soul-bridge-panel {
        padding: 1.35rem 1.1rem;
    }

    .love-bridge-panel,
    .ritual-bridge-panel,
    .final-bridge-panel {
        padding: 1.45rem 1.1rem;
    }

    .love-bridge-layout,
    .love-bridge-grid,
    .ritual-bridge-grid {
        grid-template-columns: 1fr;
    }

    .love-bridge-visual {
        min-height: auto;
    }

    .astral-wheel {
        width: min(100%, 18rem);
    }

    .soul-bridge-intro {
        margin-bottom: 1.35rem;
    }

    .love-bridge-card,
    .soul-bridge-card,
    .ritual-bridge-card {
        padding: 1.15rem 1rem;
    }

    .love-bridge-whisper,
    .soul-bridge-whisper,
    .ritual-bridge-whisper,
    .final-bridge-whisper {
        font-size: 0.92rem;
        line-height: 1.85;
    }

    .services-story-stage {
        min-height: 15rem;
    }

    .services-story-slide {
        padding: 1.15rem 1rem;
    }

    .services-story-slide h3 {
        font-size: 1rem;
    }

    .services-story-slide p {
        font-size: 0.93rem;
        line-height: 1.7;
    }

    .services-story-nav {
        gap: 0.7rem;
        padding-top: 0.1rem;
    }

    .services-carousel {
        padding: 0.78rem;
    }

    .services-track {
        gap: 0.72rem;
        padding: 0.1rem 0.05rem 0.75rem;
        scroll-padding-inline: 0.05rem;
    }

    .oracle-preview {
        min-height: 15rem;
        width: 100%;
        justify-items: center;
    }

    .oracle-preview-fan {
        width: min(100%, 20.4rem);
        height: 14.2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .oracle-mini-card {
        width: 6.9rem;
        height: 11.4rem;
    }

    .oracle-mini-card-left {
        left: -0.2rem;
    }

    .oracle-mini-card-right {
        right: -0.2rem;
    }

    .oracle-mini-top {
        margin-bottom: 0.55rem;
        padding: 0.34rem 0.56rem;
        font-size: 0.56rem;
    }

    .oracle-kpis,
    .astral-kpis {
        gap: 0.7rem;
    }

    .oracle-kpi,
    .astral-kpi {
        padding: 0.9rem 0.85rem;
    }

    .oracle-kpi strong,
    .astral-kpi strong {
        margin-bottom: 0.3rem;
    }

    .oracle-kpi span,
    .astral-kpi span {
        font-size: 0.92rem;
        line-height: 1.62;
    }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .booking-modal-dialog {
        padding: 1.1rem;
    }

    .assistant-modal-dialog {
        padding: 1.1rem;
    }

    .assistant-shell {
        grid-template-columns: 1fr;
    }

    .assistant-answer {
        padding: 1.2rem;
    }

    .ritual-steps {
        grid-template-columns: 1fr;
    }

    .connection-card,
    .contact-wrapper,
    .framed-panel {
        padding: 1.25rem;
    }

    .site-footer-panel {
        padding: 1.25rem;
    }

    .site-footer-links {
        justify-content: flex-start;
    }

    h1 {
        margin: 0;
        font-size: clamp(1.7rem, 8vw, 2.28rem);
        line-height: 1.06;
    }

    .floating-install {
        left: auto;
        right: 0.75rem;
        bottom: 3.8rem;
        width: auto;
        max-width: calc(100% - 5.8rem);
    }

    .floating-assistant {
        right: 0.55rem;
        bottom: 0.55rem;
        width: 2.42rem;
        min-width: 2.42rem;
        min-height: 2.42rem;
        box-shadow: 0 10px 20px rgba(5, 7, 14, 0.26), 0 0 10px rgba(214, 190, 137, 0.12);
    }

    .floating-assistant-badge {
        font-size: 0.68rem;
    }

    .floating-socials {
        left: 0.55rem;
        bottom: 0.55rem;
        gap: 0.26rem;
        padding: 0.16rem;
    }

    .floating-social {
        width: 2.02rem;
        height: 2.02rem;
    }

    .floating-social svg {
        width: 0.84rem;
        height: 0.84rem;
    }

    .tarot-card,
    .modern-services .service-card {
        width: clamp(15.2rem, 78vw, 18.6rem);
        min-width: clamp(15.2rem, 78vw, 18.6rem);
        max-width: clamp(15.2rem, 78vw, 18.6rem);
        min-height: 18rem;
    }

    .modern-services .service-card {
        flex-basis: clamp(15.2rem, 78vw, 18.6rem);
    }

    .modern-services .card-title {
        font-size: 1rem;
    }

    .modern-services .card-detail {
        font-size: 0.88rem;
    }

    .modern-services .primary-button {
        min-height: 2.8rem;
        font-size: 0.88rem;
    }

    .mystic-card .card-media {
        margin-bottom: 0.7rem;
    }
}

@media (max-width: 480px) {
    .oracle-spotlight-grid.framed-panel,
    .astral-spotlight-grid.framed-panel {
        padding: 0.95rem;
    }

    .oracle-spotlight-main h2,
    .astral-spotlight-main h2 {
        font-size: clamp(1.28rem, 7vw, 1.72rem);
    }

    .oracle-spotlight-main p:last-of-type,
    .astral-spotlight-pain,
    .astral-spotlight-main p:last-of-type {
        font-size: 0.88rem;
        line-height: 1.58;
    }

    .oracle-spotlight-actions,
    .astral-spotlight-actions {
        gap: 0.44rem;
        justify-items: center;
    }

    .oracle-spotlight-actions .btn-emuna,
    .astral-spotlight-actions .btn-emuna {
        min-height: 2.58rem;
        font-size: 0.8rem;
        max-width: 24rem;
        margin-left: auto;
        margin-right: auto;
    }

    .site-header {
        width: calc(100% - 0.7rem);
        padding: 0.44rem 0.5rem;
        margin-top: 0.32rem;
        gap: 0.38rem;
    }

    .brand {
        font-size: 0.88rem;
        letter-spacing: 0.08em;
    }

    .site-nav {
        gap: 0.3rem;
        font-size: 0.72rem;
    }

    .site-nav a {
        padding: 0.38rem 0.5rem;
    }

    .hero {
        min-height: 26.8rem;
        padding-bottom: 0.8rem;
    }

    .hero-content {
        padding-top: 6.5rem;
    }

    .hero-badge {
        max-width: 100%;
    }

    h1 {
        font-size: clamp(1.52rem, 7.2vw, 1.94rem);
    }

    .hero-text {
        font-size: 0.84rem;
        line-clamp: 2;
        -webkit-line-clamp: 2;
    }

    .hero-actions .btn-emuna {
        min-height: 2.58rem;
        font-size: 0.79rem;
    }

    .install-button,
    .floating-install {
        padding: 0.72rem 1.05rem;
        font-size: 0.78rem;
    }

    .astral-spotlight-grid.framed-panel {
        padding: 1rem;
    }

    .oracle-spotlight-actions.astral-spotlight-actions {
        gap: 0.7rem;
    }

    .oracle-spotlight-actions.astral-spotlight-actions .btn-emuna {
        width: 100%;
    }

    .astral-wheel {
        width: min(100%, 15.6rem);
    }

    .astral-wheel-core {
        width: 4.7rem;
        height: 4.7rem;
        font-size: 0.72rem;
    }

    .astral-node {
        min-width: 4.55rem;
        padding: 0.46rem 0.62rem;
        font-size: 0.65rem;
        letter-spacing: 0.08em;
    }

    .services-story {
        padding: 0.9rem;
        border-radius: 1.1rem;
    }

    .services-story-stage {
        min-height: 16rem;
    }

    .services-story-slide {
        padding: 1rem 0.9rem;
    }

    .services-story-slide h3 {
        font-size: 0.95rem;
    }

    .services-story-slide p {
        font-size: 0.9rem;
    }

    .services-track {
        gap: 0.65rem;
    }

    .tarot-card,
    .modern-services .service-card {
        width: min(84vw, 17rem);
        min-width: min(84vw, 17rem);
        max-width: min(84vw, 17rem);
        min-height: 17.4rem;
    }

    .modern-services .card-footer {
        gap: 0.45rem;
    }

    .modern-services .card-precio {
        font-size: 0.9rem;
    }

    .floating-assistant {
        width: 2.26rem;
        min-width: 2.26rem;
        min-height: 2.26rem;
    }

    .update-toast {
        width: min(calc(100vw - 0.8rem), 20rem);
        bottom: 0.68rem;
    }

    .update-toast-actions {
        flex-wrap: wrap;
    }

    .update-toast-button {
        width: 100%;
    }

    .floating-socials {
        gap: 0.34rem;
    }

    .floating-social {
        width: 1.92rem;
        height: 1.92rem;
    }
}

@media (pointer: coarse) {
    .oracle-spotlight-grid,
    .oracle-spotlight-grid.framed-panel {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 1.05rem;
        padding: 1rem;
    }

    .oracle-spotlight-main,
    .oracle-spotlight-side {
        width: 100%;
        max-width: 100%;
        align-items: center;
        text-align: center;
        gap: 0.92rem;
    }

    .oracle-spotlight-main > p,
    .oracle-spotlight-main > h2,
    .oracle-spotlight-actions,
    .oracle-preview,
    .oracle-kpis {
        width: min(100%, 23rem);
        max-width: 23rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .oracle-spotlight-main p:last-of-type,
    .oracle-kpi,
    .oracle-kpi strong,
    .oracle-kpi span {
        text-align: center;
    }

    .oracle-preview {
        min-height: 15rem;
        justify-items: center;
    }

    .oracle-preview-fan {
        width: min(100%, 20.4rem);
        height: 14.2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .oracle-spotlight-actions {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0.44rem;
    }

    .oracle-spotlight-actions .btn-emuna {
        width: 100%;
        max-width: 23rem;
        margin-left: auto;
        margin-right: auto;
    }

    .astral-spotlight-grid,
    .astral-spotlight-grid.framed-panel {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 1.05rem;
        padding: 1rem;
    }

    .astral-spotlight-main,
    .astral-spotlight-side {
        width: 100%;
        max-width: 100%;
        align-items: center;
        text-align: center;
        gap: 0.95rem;
    }

    .astral-spotlight-main > p,
    .astral-spotlight-main > h2,
    .astral-spotlight-actions,
    .astral-preview,
    .astral-kpis {
        width: min(100%, 23rem);
        max-width: 23rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .astral-spotlight-pain,
    .astral-spotlight-main p:last-of-type,
    .astral-kpi,
    .astral-kpi strong,
    .astral-kpi span {
        text-align: center;
    }

    .astral-preview {
        min-height: 14.25rem;
        justify-items: center;
    }

    .astral-wheel {
        width: min(100%, 15.6rem);
        margin-left: auto;
        margin-right: auto;
    }

    .astral-spotlight-actions {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0.44rem;
    }

    .astral-spotlight-actions .btn-emuna {
        width: 100%;
        max-width: 23rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition-duration: 0ms !important;
        transition-delay: 0ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
