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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-h1ngbloi50], article[b-h1ngbloi50] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ── Navbar shell ─────────────────────────────────────────── */
.jgr-navbar[b-81t8zhk40s] {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: rgba(13, 17, 23, 0.72);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border-bottom: 1px solid rgba(48, 54, 61, 0.6);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Animated gradient hairline under the bar */
.jgr-navbar[b-81t8zhk40s]::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(192, 132, 252, 0.5) 30%,
        rgba(34, 211, 238, 0.6) 50%,
        rgba(192, 132, 252, 0.5) 70%,
        transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.jgr-navbar.scrolled[b-81t8zhk40s] {
    background-color: rgba(13, 17, 23, 0.92);
    border-color: transparent;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.jgr-navbar.scrolled[b-81t8zhk40s]::after {
    opacity: 1;
}

.jgr-nav-inner[b-81t8zhk40s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    position: relative;
}

/* ── Brand ────────────────────────────────────────────────── */
.jgr-brand[b-81t8zhk40s] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    white-space: nowrap;
}

.brand-mark[b-81t8zhk40s] {
    background: linear-gradient(135deg, #c084fc 0%, #22d3ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 18px rgba(192, 132, 252, 0.35);
}

.brand-text[b-81t8zhk40s] {
    color: #e6edf3;
    font-weight: 600;
    font-size: 1.15rem;
}

.jgr-brand:hover .brand-text[b-81t8zhk40s] {
    color: #ffffff;
}

/* ── Desktop menu ─────────────────────────────────────────── */
.jgr-menu[b-81t8zhk40s] {
    display: flex;
    align-items: center;
}

.jgr-nav-list[b-81t8zhk40s] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jgr-link[b-81t8zhk40s] {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #8b949e;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.45rem 0.85rem;
    border-radius: 7px;
    text-decoration: none;
    transition: color 0.18s ease, background-color 0.18s ease;
}

/* Animated underline for desktop links */
.jgr-link[b-81t8zhk40s]::after {
    content: '';
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.2rem;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #8a2be2, #22d3ee);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.jgr-link:hover[b-81t8zhk40s] {
    color: #e6edf3;
    background-color: rgba(177, 186, 196, 0.07);
}

.jgr-link:hover[b-81t8zhk40s]::after,
.jgr-link.active[b-81t8zhk40s]::after {
    transform: scaleX(1);
}

.jgr-link.active[b-81t8zhk40s] {
    color: #c084fc;
}

/* ── CTA (Contacto) ───────────────────────────────────────── */
.jgr-cta-item[b-81t8zhk40s] {
    margin-left: 0.5rem;
}

.jgr-cta[b-81t8zhk40s] {
    color: #c084fc;
    border: 1px solid rgba(192, 132, 252, 0.5);
    padding: 0.45rem 1.1rem;
    font-weight: 600;
}

.jgr-cta[b-81t8zhk40s]::after {
    display: none;
}

.jgr-cta:hover[b-81t8zhk40s] {
    color: #ffffff;
    background-color: rgba(138, 43, 226, 0.18);
    border-color: #c084fc;
    box-shadow: 0 0 16px rgba(138, 43, 226, 0.35);
}

.jgr-cta.active[b-81t8zhk40s] {
    color: #ffffff;
    background: linear-gradient(135deg, #8a2be2 0%, #22d3ee 100%);
    border-color: transparent;
}

/* ── Hamburger toggler ────────────────────────────────────── */
.jgr-toggler[b-81t8zhk40s] {
    display: none;
    background: transparent;
    border: 1px solid rgba(48, 54, 61, 0.8);
    border-radius: 8px;
    padding: 0.5rem;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.jgr-toggler:hover[b-81t8zhk40s] {
    border-color: rgba(192, 132, 252, 0.5);
    background-color: rgba(138, 43, 226, 0.08);
}

.jgr-toggler:focus-visible[b-81t8zhk40s] {
    outline: 2px solid rgba(192, 132, 252, 0.6);
    outline-offset: 2px;
}

.jgr-toggler-box[b-81t8zhk40s] {
    display: block;
    position: relative;
    width: 24px;
    height: 18px;
}

.jgr-toggler-bar[b-81t8zhk40s] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #c084fc, #22d3ee);
    transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease;
}

.jgr-toggler-bar:nth-child(1)[b-81t8zhk40s] { top: 0; }
.jgr-toggler-bar:nth-child(2)[b-81t8zhk40s] { top: 8px; }
.jgr-toggler-bar:nth-child(3)[b-81t8zhk40s] { top: 16px; }

/* Morph to an X when open */
.menu-open .jgr-toggler-bar:nth-child(1)[b-81t8zhk40s] {
    top: 8px;
    transform: rotate(45deg);
}

.menu-open .jgr-toggler-bar:nth-child(2)[b-81t8zhk40s] {
    opacity: 0;
}

.menu-open .jgr-toggler-bar:nth-child(3)[b-81t8zhk40s] {
    top: 8px;
    transform: rotate(-45deg);
}

/* ── Mobile layout (< 768px) ──────────────────────────────── */
@media (max-width: 767.98px) {
    .jgr-toggler[b-81t8zhk40s] {
        display: inline-flex;
    }

    .jgr-menu[b-81t8zhk40s] {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        background-color: rgba(13, 17, 23, 0.97);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-bottom: 1px solid rgba(48, 54, 61, 0.6);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
        padding: 0.75rem 0;

        /* Collapsed state */
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.35s;
    }

    .menu-open .jgr-menu[b-81t8zhk40s] {
        max-height: 480px;
        opacity: 1;
        visibility: visible;
    }

    .jgr-nav-list[b-81t8zhk40s] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.2rem;
        padding: 0 1rem;
    }

    .jgr-link[b-81t8zhk40s] {
        padding: 0.8rem 1rem;
        font-size: 1rem;
        border-radius: 8px;
    }

    /* Static accent bar instead of the desktop underline */
    .jgr-link[b-81t8zhk40s]::after {
        left: 1rem;
        right: auto;
        top: 50%;
        bottom: auto;
        width: 3px;
        height: 0;
        transform: translateY(-50%);
        transition: height 0.25s ease;
    }

    .jgr-link:hover[b-81t8zhk40s]::after,
    .jgr-link.active[b-81t8zhk40s]::after {
        transform: translateY(-50%);
        height: 1.1rem;
    }

    .jgr-link.active[b-81t8zhk40s] {
        background-color: rgba(138, 43, 226, 0.1);
    }

    .jgr-cta-item[b-81t8zhk40s] {
        margin: 0.5rem 1rem 0;
    }

    .jgr-cta[b-81t8zhk40s] {
        justify-content: center;
        padding: 0.8rem 1rem;
    }

    .jgr-cta[b-81t8zhk40s]::after {
        display: none;
    }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
    .jgr-navbar[b-81t8zhk40s],
    .jgr-navbar[b-81t8zhk40s]::after,
    .jgr-link[b-81t8zhk40s],
    .jgr-link[b-81t8zhk40s]::after,
    .jgr-toggler-bar[b-81t8zhk40s],
    .jgr-menu[b-81t8zhk40s] {
        transition: none;
    }
}
/* /Pages/ContactUs.razor.rz.scp.css */
/* /Pages/Home.razor.rz.scp.css */
/* ── Typewriter cursor ────────────────────────────── */
.tw-active[b-muod1j16l4]::after,
.tw-done[b-muod1j16l4]::after {
    content: '|';
    color: #c084fc;
    animation: tw-blink-b-muod1j16l4 0.7s step-end infinite;
    margin-left: 2px;
}

@keyframes tw-blink-b-muod1j16l4 {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}

/* ── Hero buttons ─────────────────────────────────── */
.btn-hero-primary[b-muod1j16l4] {
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    background-color: #8a2be2;
    border: 1px solid #8a2be2;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-hero-primary:hover[b-muod1j16l4] {
    background-color: #9b3ef5;
    border-color: #9b3ef5;
    color: #ffffff;
    box-shadow: 0 0 16px rgba(138, 43, 226, 0.45);
}

.btn-hero-outline[b-muod1j16l4] {
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid rgba(192, 132, 252, 0.5);
    color: #c084fc;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-hero-outline:hover[b-muod1j16l4] {
    background-color: rgba(138, 43, 226, 0.15);
    border-color: #c084fc;
    color: #e6edf3;
}

/* ── Hero logo ────────────────────────────────────── */
.hero-title[b-muod1j16l4] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    color: #fff;
    text-shadow: 0 0 20px rgba(192, 132, 252, 0.2);
}

.hero-title .text-accent[b-muod1j16l4] {
    background: linear-gradient(135deg, #c084fc 0%, #22d3ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

#hero-subtitle[b-muod1j16l4] {
    color: rgba(230, 237, 243, 0.9) !important;
    font-weight: 300;
    max-width: 90%;
    line-height: 1.6;
    border-left: 3px solid #c084fc;
    padding-left: 1.5rem;
}

/* Hero Buttons */
.btn-hero-primary[b-muod1j16l4] {
    background: linear-gradient(135deg, #c084fc 0%, #22d3ee 100%);
    color: #0d1117;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(192, 132, 252, 0.3);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-hero-primary:hover[b-muod1j16l4] {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(192, 132, 252, 0.5);
    color: #0d1117;
}

.btn-hero-outline[b-muod1j16l4] {
    background: rgba(192, 132, 252, 0.05);
    color: #c084fc;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border: 1px solid rgba(192, 132, 252, 0.4);
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-hero-outline:hover[b-muod1j16l4] {
    background: rgba(192, 132, 252, 0.15);
    border-color: #22d3ee;
    color: #fff;
    transform: translateY(-2px);
}

.hero-logo[b-muod1j16l4] {
    max-width: 340px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(192, 132, 252, 0.25));
    animation: float-b-muod1j16l4 6s ease-in-out infinite;
}

@keyframes float-b-muod1j16l4 {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

@media (max-width: 991px) {
    #hero-subtitle[b-muod1j16l4] {
        border-left: none;
        padding-left: 0;
        text-align: center;
        margin: 0 auto;
    }
    .hero-title[b-muod1j16l4] {
        text-align: center;
    }
    .hero-actions[b-muod1j16l4] {
        justify-content: center;
    }
}

/* ── Hero ─────────────────────────────────────────── */
#inicio[b-muod1j16l4] {
    min-height: calc(100vh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    background: radial-gradient(ellipse 90% 70% at 50% 18%, #161b22 0%, #0d1117 75%) !important;
    position: relative;
    overflow: hidden;
}

#inicio > .container[b-muod1j16l4] {
    position: relative;
    z-index: 3;
}

/* Brillo radial superior central que ilumina la escena */
.hero-top-glow[b-muod1j16l4] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(620px circle at 50% -4%,
        rgba(138, 43, 226, 0.22) 0%,
        rgba(138, 43, 226, 0.08) 38%,
        transparent 70%);
}

/* Circuitos PCB anclados a los bordes, centro despejado */
.hero-circuit[b-muod1j16l4] {
    position: absolute;
    top: 0;
    height: 100%;
    width: clamp(170px, 26vw, 380px);
    pointer-events: none;
    z-index: 1;
}

.hero-circuit-left[b-muod1j16l4] {
    left: 0;
}

.hero-circuit-right[b-muod1j16l4] {
    right: 0;
    transform: scaleX(-1);
}

@media (max-width: 575px) {
    /* En móvil estrechamos los circuitos para no invadir el contenido central */
    .hero-circuit[b-muod1j16l4] {
        width: 120px;
        opacity: 0.6;
    }
}

/* Mouse glow — ahora sobre la sección de Tecnologías */
.tech-section[b-muod1j16l4]::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),
            rgba(138, 43, 226, 0.15) 0%,
            rgba(99, 7, 180, 0.05) 45%,
            transparent 70%),
        radial-gradient(250px circle at var(--mouse-x) var(--mouse-y),
            rgba(192, 132, 252, 0.08) 0%,
            transparent 60%);
    pointer-events: none;
    z-index: 2;
}

.tech-section > .container[b-muod1j16l4] {
    position: relative;
    z-index: 3;
}

/* Star canvas */
.star-canvas[b-muod1j16l4] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* Nebula blobs */
.nebula-field[b-muod1j16l4] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.nebula[b-muod1j16l4] {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    animation: nebula-drift-b-muod1j16l4 ease-in-out infinite alternate;
}

.n1[b-muod1j16l4] {
    width: 55%;
    height: 70%;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.10) 0%, transparent 70%);
    top: -15%;
    left: -10%;
    animation-duration: 20s;
}

.n2[b-muod1j16l4] {
    width: 40%;
    height: 55%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.07) 0%, transparent 70%);
    bottom: -10%;
    right: 5%;
    animation-duration: 24s;
    animation-delay: -9s;
}

.n3[b-muod1j16l4] {
    width: 30%;
    height: 45%;
    background: radial-gradient(circle, rgba(232, 121, 249, 0.06) 0%, transparent 70%);
    top: 15%;
    right: 15%;
    animation-duration: 17s;
    animation-delay: -5s;
}

@keyframes nebula-drift-b-muod1j16l4 {
    0%   { transform: translate(0px, 0px) scale(1); }
    100% { transform: translate(25px, -18px) scale(1.08); }
}

/* ── Quiénes Somos (Misión / Visión / Propuesta de valor) ── */
.about-section[b-muod1j16l4] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:
        radial-gradient(ellipse 50% 50% at 12% 12%, rgba(124, 58, 237, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 45% 45% at 88% 88%, rgba(34, 211, 238, 0.05) 0%, transparent 70%),
        #0d1117;
    border-top: none;
}

.about-section h2[b-muod1j16l4] {
    font-size: 2.5rem;
    background: linear-gradient(to bottom, #ffffff 20%, #c084fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-subtitle[b-muod1j16l4] {
    color: #8b949e;
    font-size: 1.05rem;
}

.about-card[b-muod1j16l4] {
    background: #161b22;
    border: 1px solid rgba(48, 54, 61, 0.8);
    border-radius: 12px;
    padding: 2.25rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card[b-muod1j16l4]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #8a2be2, #22d3ee);
    opacity: 0.7;
}

.about-card:hover[b-muod1j16l4] {
    transform: translateY(-4px);
    border-color: rgba(192, 132, 252, 0.4);
    box-shadow: 0 12px 32px rgba(138, 43, 226, 0.15);
}

.about-icon[b-muod1j16l4] {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: rgba(138, 43, 226, 0.12);
    border: 1px solid rgba(192, 132, 252, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-icon i[b-muod1j16l4] {
    font-size: 1.9rem;
    color: #c084fc;
}

.about-card-title[b-muod1j16l4] {
    color: #e6edf3;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.about-text[b-muod1j16l4] {
    color: #8b949e;
    line-height: 1.75;
    margin-bottom: 0;
    font-size: 0.98rem;
}

/* Propuesta de valor */
.value-badge[b-muod1j16l4] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    background: rgba(138, 43, 226, 0.1);
    border: 1px solid rgba(192, 132, 252, 0.3);
    color: #c084fc;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.value-lead[b-muod1j16l4] {
    color: #c9d1d9;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 300;
    font-size: 1.1rem;
}

.value-lead strong[b-muod1j16l4] {
    color: #22d3ee;
    font-weight: 600;
}

.value-pillar[b-muod1j16l4] {
    text-align: center;
    padding: 1.5rem 1rem;
}

.value-pillar-icon[b-muod1j16l4] {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.08);
    border: 1px solid rgba(34, 211, 238, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22d3ee;
    font-size: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-pillar:hover .value-pillar-icon[b-muod1j16l4] {
    transform: translateY(-4px);
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.25);
}

.value-pillar h5[b-muod1j16l4] {
    color: #e6edf3;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

.value-pillar p[b-muod1j16l4] {
    color: #8b949e;
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ── Servicios ────────────────────────────────────── */
.services-section[b-muod1j16l4] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:
        radial-gradient(ellipse 50% 50% at 85% 15%, rgba(14, 165, 233, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 35% 35% at 5% 85%, rgba(124, 58, 237, 0.05) 0%, transparent 70%),
        #0d1117;
    border-top: none;
}

.services-section h2[b-muod1j16l4] {
    color: #e6edf3;
}

.services-section h2[b-muod1j16l4]::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #8a2be2, #22d3ee);
    border-radius: 2px;
    margin: 0.5rem auto 0;
}

.services-section > .container > p[b-muod1j16l4] {
    color: #8b949e;
}

.services-section h2[b-muod1j16l4] {
    font-size: 2.5rem;
    background: linear-gradient(to bottom, #ffffff 20%, #c084fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
}

.service-card[b-muod1j16l4] {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 12px;
    background: #161b22 !important;
    border: 1px solid rgba(48, 54, 61, 0.8) !important;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.sc-media[b-muod1j16l4] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sc-img[b-muod1j16l4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sc-body[b-muod1j16l4] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(13, 17, 23, 0.95) 0%, rgba(13, 17, 23, 0.4) 60%, transparent 100%);
    transition: all 0.4s ease;
    z-index: 2;
}

.service-card:hover .sc-body[b-muod1j16l4] {
    background: rgba(13, 17, 23, 0.85);
    backdrop-filter: blur(6px);
    justify-content: center;
}

.service-card:hover .sc-img[b-muod1j16l4] {
    transform: scale(1.1) rotate(2deg);
}

.service-icon-mini[b-muod1j16l4] {
    font-size: 2rem;
    color: #c084fc;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.service-card:hover .service-icon-mini[b-muod1j16l4] {
    opacity: 1;
    transform: translateY(0);
}

.service-card .card-title[b-muod1j16l4] {
    color: #fff;
    font-size: 1.15rem;
    transition: all 0.4s ease;
    padding: 0 1rem 1.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.service-card:hover .card-title[b-muod1j16l4] {
    transform: translateY(-10px);
    color: #22d3ee;
    padding-bottom: 0.5rem;
}

.service-desc[b-muod1j16l4] {
    color: rgba(230, 237, 243, 0.85);
    font-size: 0.88rem;
    line-height: 1.5;
    padding: 0 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.1s;
}

.service-card:hover .service-desc[b-muod1j16l4] {
    opacity: 1;
    transform: translateY(0);
}

.service-card[b-muod1j16l4]::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 3;
}

.service-card:hover[b-muod1j16l4]::after {
    border-color: rgba(192, 132, 252, 0.3);
    box-shadow: inset 0 0 20px rgba(192, 132, 252, 0.1);
}

@media (hover: none) {
    /* Mantenemos el aspecto cuadrado en móvil para consistencia */
    .service-card[b-muod1j16l4] {
        aspect-ratio: 1 / 1;
    }

    /* Ajustamos el gradiente base para móviles */
    .sc-body[b-muod1j16l4] {
        background: linear-gradient(to top, rgba(13, 17, 23, 0.98) 0%, rgba(13, 17, 23, 0.4) 60%, transparent 100%);
    }

    /* El título siempre visible pero abajo */
    .service-card .card-title[b-muod1j16l4] {
        opacity: 1;
        transform: translateY(0);
        font-size: 1rem;
        padding-bottom: 1.25rem;
    }

    /* Al tocar la tarjeta (active), se muestra la descripción como en desktop */
    .service-card:active .sc-body[b-muod1j16l4] {
        background: rgba(13, 17, 23, 0.9);
        backdrop-filter: blur(6px);
        justify-content: center;
    }

    .service-card:active .service-icon-mini[b-muod1j16l4] {
        opacity: 1;
        transform: translateY(0);
    }

    .service-card:active .card-title[b-muod1j16l4] {
        transform: translateY(-10px);
        color: #22d3ee;
        padding-bottom: 0.5rem;
    }

    .service-card:active .service-desc[b-muod1j16l4] {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card[b-muod1j16l4]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #8a2be2, #22d3ee, #8a2be2);
    background-size: 200% 100%;
    opacity: 0.35;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.service-card:hover[b-muod1j16l4] {
    transform: translateY(-4px);
    border-color: rgba(192, 132, 252, 0.4) !important;
    box-shadow: 0 8px 32px rgba(138, 43, 226, 0.15) !important;
}

.service-card:hover[b-muod1j16l4]::before {
    opacity: 1;
    animation: gradient-shift-b-muod1j16l4 2s linear infinite;
}

@keyframes gradient-shift-b-muod1j16l4 {
    0%   { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.service-card .card-title[b-muod1j16l4] {
    color: #e6edf3;
}

.service-card .card-text[b-muod1j16l4] {
    color: #8b949e;
}

.service-icon[b-muod1j16l4] {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background: rgba(138, 43, 226, 0.1);
    border: 1px solid rgba(192, 132, 252, 0.25);
    box-shadow: 0 0 14px rgba(138, 43, 226, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: box-shadow 0.3s ease, background 0.3s ease;
}

.service-card:hover .service-icon[b-muod1j16l4] {
    background: rgba(138, 43, 226, 0.18);
    box-shadow: 0 0 22px rgba(138, 43, 226, 0.3);
}

.service-icon i[b-muod1j16l4] {
    font-size: 2.2rem;
    color: #c084fc;
}

.service-card:hover .service-icon[b-muod1j16l4]::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 8px;
    border: 1px solid rgba(192, 132, 252, 0.7);
    animation: icon-ping-b-muod1j16l4 0.7s ease-out forwards;
}

@keyframes icon-ping-b-muod1j16l4 {
    0%   { transform: scale(1);   opacity: 0.8; }
    100% { transform: scale(1.6); opacity: 0;   }
}

/* ── ¿Por qué JGR? ────────────────────────────────── */
.why-section[b-muod1j16l4] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle 45% at 50% 50%, rgba(124, 58, 237, 0.10) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 90% 90%, rgba(34, 211, 238, 0.05) 0%, transparent 70%),
        #0d1117;
    border-top: none;
}

/* Anillos concéntricos de señal (radar/IoT) que emanan del centro */
.why-section[b-muod1j16l4]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-radial-gradient(circle at 50% 50%,
            transparent 0,
            transparent 86px,
            rgba(192, 132, 252, 0.07) 86px,
            rgba(192, 132, 252, 0.07) 87px);
    mask-image: radial-gradient(circle at 50% 50%, #000 8%, rgba(0, 0, 0, 0.5) 45%, transparent 72%);
    -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 8%, rgba(0, 0, 0, 0.5) 45%, transparent 72%);
    pointer-events: none;
    z-index: 0;
    animation: why-rings-breathe-b-muod1j16l4 9s ease-in-out infinite;
}

/* Pulso de señal expandiéndose desde el centro */
.why-section[b-muod1j16l4]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 1px solid rgba(34, 211, 238, 0.18);
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    animation: why-sonar-b-muod1j16l4 7s ease-out infinite;
}

@keyframes why-rings-breathe-b-muod1j16l4 {
    0%, 100% { opacity: 0.7; }
    50%      { opacity: 1; }
}

@keyframes why-sonar-b-muod1j16l4 {
    0%   { transform: translate(-50%, -50%) scale(0.4); opacity: 0; }
    15%  { opacity: 0.45; }
    100% { transform: translate(-50%, -50%) scale(3); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .why-section[b-muod1j16l4]::before,
    .why-section[b-muod1j16l4]::after {
        animation: none;
    }
    .why-section[b-muod1j16l4]::after {
        display: none;
    }
}

.why-section > .container[b-muod1j16l4] {
    position: relative;
    z-index: 1;
}

.why-subtitle[b-muod1j16l4] {
    color: #8b949e;
}

.why-item[b-muod1j16l4] {
    padding: 1.75rem;
    border: 1px solid rgba(48, 54, 61, 0.7);
    border-radius: 8px;
    background: rgba(22, 27, 34, 0.45);
    position: relative;
    overflow: hidden;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.why-item[b-muod1j16l4]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #8a2be2, #22d3ee, transparent);
    opacity: 0.5;
    transition: opacity 0.25s ease;
}

.why-item:hover[b-muod1j16l4] {
    border-color: rgba(192, 132, 252, 0.4);
    background: rgba(138, 43, 226, 0.06);
}

.why-item:hover[b-muod1j16l4]::after {
    opacity: 1;
}

.why-icon[b-muod1j16l4] {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: rgba(138, 43, 226, 0.12);
    border: 1px solid rgba(192, 132, 252, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.why-icon i[b-muod1j16l4] {
    font-size: 1.7rem;
    color: #c084fc;
}

.why-item:hover .why-icon[b-muod1j16l4] {
    background: rgba(138, 43, 226, 0.22);
}

.why-text[b-muod1j16l4] {
    color: #8b949e;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 0.9rem;
}

/* ── Equipo ───────────────────────────────────────── */
.team-section[b-muod1j16l4] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 45% 45% at 10% 20%, rgba(34, 211, 238, 0.05) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 80% 80%, rgba(124, 58, 237, 0.05) 0%, transparent 70%),
        #0d1117;
    border-top: none;
}

/* Fondo: rejilla técnica tenue + foco central tras las tarjetas */
.team-bg[b-muod1j16l4] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.team-grid[b-muod1j16l4] {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(192, 132, 252, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(192, 132, 252, 0.05) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(ellipse 70% 75% at 50% 50%, #000 25%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 70% 75% at 50% 50%, #000 25%, transparent 80%);
}

.team-spotlight[b-muod1j16l4] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle at center,
        rgba(138, 43, 226, 0.14) 0%,
        rgba(34, 211, 238, 0.05) 40%,
        transparent 70%);
    filter: blur(20px);
}

.team-section > .container[b-muod1j16l4] {
    position: relative;
    z-index: 1;
}

.team-section h2[b-muod1j16l4] {
    font-size: 2.5rem;
    background: linear-gradient(to bottom, #ffffff 20%, #c084fc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-subtitle[b-muod1j16l4] {
    color: #8b949e;
    font-size: 1.05rem;
}

.team-card[b-muod1j16l4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.25rem 1.5rem;
    border-radius: 14px;
    background: rgba(22, 27, 34, 0.7);
    border: 1px solid rgba(48, 54, 61, 0.8);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover[b-muod1j16l4] {
    transform: translateY(-6px);
    border-color: rgba(192, 132, 252, 0.5);
    box-shadow: 0 14px 34px rgba(138, 43, 226, 0.18);
}

/* ── Foto / placeholder ───────────────────────────── */
.team-photo[b-muod1j16l4] {
    position: relative;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    margin-bottom: 1.25rem;
    padding: 3px;
    background: linear-gradient(135deg, #8a2be2 0%, #22d3ee 100%);
    box-shadow: 0 0 0 1px rgba(13, 17, 23, 0.6) inset;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.team-card:hover .team-photo[b-muod1j16l4] {
    transform: scale(1.04);
    box-shadow: 0 0 24px rgba(138, 43, 226, 0.45);
}

.team-photo img[b-muod1j16l4] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: #0d1117;
}

/* Estado sin foto: relleno oscuro + inicial */
.team-photo.is-placeholder[b-muod1j16l4] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-photo.is-placeholder[b-muod1j16l4]::before {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 38%, rgba(138, 43, 226, 0.25) 0%, transparent 70%),
        #161b22;
}

.team-initial[b-muod1j16l4] {
    position: relative;
    z-index: 1;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, #c084fc 0%, #22d3ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ── Texto ─────────────────────────────────────────── */
.team-name[b-muod1j16l4] {
    color: #e6edf3;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.team-role[b-muod1j16l4] {
    color: #c084fc;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 0.75rem;
}

.team-phone[b-muod1j16l4] {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: #8b949e;
    border: 1px solid rgba(48, 54, 61, 0.9);
    border-radius: 8px;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.team-phone:hover[b-muod1j16l4] {
    color: #e6edf3;
    border-color: rgba(192, 132, 252, 0.5);
    background-color: rgba(138, 43, 226, 0.1);
}

@media (max-width: 575.98px) {
    .team-photo[b-muod1j16l4] {
        width: 96px;
        height: 96px;
    }
    .team-initial[b-muod1j16l4] {
        font-size: 2.1rem;
    }
    .team-name[b-muod1j16l4] {
        font-size: 0.92rem;
    }
}

/* ── Tecnologías ──────────────────────────────────── */
.tech-section[b-muod1j16l4] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:
        radial-gradient(ellipse 50% 50% at 90% 10%, rgba(34, 211, 238, 0.05) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 0% 70%, rgba(14, 165, 233, 0.05) 0%, transparent 70%),
        #0d1117;
    border-top: none;
    --mouse-x: -9999px;
    --mouse-y: -9999px;
}

/* --- Cosmic Divider Effect --- */
.cosmic-divider[b-muod1j16l4] {
    height: 60px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #0d1117;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cosmic-divider[b-muod1j16l4]::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(192, 132, 252, 0.4) 30%, 
        rgba(34, 211, 238, 0.6) 50%, 
        rgba(192, 132, 252, 0.4) 70%, 
        transparent 100%);
    z-index: 2;
}

.divider-data[b-muod1j16l4] {
    position: absolute;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.7rem;
    color: #c084fc;
    white-space: nowrap;
    opacity: 0.15;
    letter-spacing: 4px;
    animation: data-stream-b-muod1j16l4 25s linear infinite;
    pointer-events: none;
    text-transform: uppercase;
}

.divider-dust[b-muod1j16l4] {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(1px 1px at 10% 20%, #fff, transparent),
        radial-gradient(1px 1px at 30% 50%, #c084fc, transparent),
        radial-gradient(2px 2px at 70% 30%, #22d3ee, transparent),
        radial-gradient(1px 1px at 90% 80%, #fff, transparent);
    background-size: 200% 200%;
    opacity: 0.2;
    animation: dust-drift-b-muod1j16l4 15s ease-in-out infinite alternate;
}

@keyframes data-stream-b-muod1j16l4 {
    from { transform: translateX(50%); }
    to { transform: translateX(-50%); }
}

@keyframes dust-drift-b-muod1j16l4 {
    from { background-position: 0% 0%; }
    to { background-position: 100% 100%; }
}

.cosmic-divider.reverse .divider-data[b-muod1j16l4] {
    animation-direction: reverse;
    color: #22d3ee;
}

.tech-section .text-muted[b-muod1j16l4] {
    font-size: 1.1rem;
    color: #c084fc !important;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0.7;
    max-width: 600px;
    margin: 0 auto;
}

/* --- Tech Marquee Section --- */
.tech-section[b-muod1j16l4] {
    background-color: #0d1117;
    overflow: hidden;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.tech-marquee-container[b-muod1j16l4] {
    display: flex;
    overflow: hidden;
    user-select: none;
    mask-image: linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
}

.tech-marquee[b-muod1j16l4] {
    display: flex;
    flex-shrink: 0;
    gap: 3rem;
    padding: 1.5rem 0;
}

.marquee-content[b-muod1j16l4] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-around;
    gap: 3rem;
    min-width: 100%;
}

/* Animations */
.marquee-left .marquee-content[b-muod1j16l4] {
    animation: scroll-left-b-muod1j16l4 40s linear infinite;
}

.marquee-right .marquee-content[b-muod1j16l4] {
    animation: scroll-right-b-muod1j16l4 40s linear infinite;
}

.tech-marquee-container:hover .marquee-content[b-muod1j16l4] {
    animation-play-state: paused;
}

@keyframes scroll-left-b-muod1j16l4 {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-100% - 3rem)); }
}

@keyframes scroll-right-b-muod1j16l4 {
    from { transform: translateX(calc(-100% - 3rem)); }
    to { transform: translateX(0); }
}

/* Tech Items */
.tech-item[b-muod1j16l4] {
    /*background: rgba(22, 27, 34, 0.8);*/
    /*border: 1px solid rgba(48, 54, 61, 0.5);*/
    border-radius: 12px;
    overflow: hidden;
    min-width: 160px;
    height: 80px;
    transition: all 0.3s ease;
}

.tech-item img[b-muod1j16l4] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1) brightness(1.2) opacity(0.7);
    transition: all 0.4s ease;
}

.tech-item:hover[b-muod1j16l4] {
    background: rgba(192, 132, 252, 0.05);
    border-color: rgba(192, 132, 252, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.tech-item:hover img[b-muod1j16l4] {
    filter: grayscale(0) brightness(1) opacity(1);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .tech-item[b-muod1j16l4] {
        min-width: 130px;
        padding: 1rem;
    }
    .tech-marquee[b-muod1j16l4] {
        gap: 1.5rem;
    }
    .marquee-content[b-muod1j16l4] {
        gap: 1.5rem;
    }
}

/* ── Contacto ─────────────────────────────────────── */
.contact-section[b-muod1j16l4] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:
        radial-gradient(ellipse 60% 60% at 50% 100%, rgba(124, 58, 237, 0.1) 0%, transparent 70%),
        radial-gradient(ellipse 35% 35% at 15% 20%, rgba(232, 121, 249, 0.06) 0%, transparent 70%),
        #0d1117;
    border-top: none;
}

.contact-section[b-muod1j16l4] {
    position: relative;
    overflow: hidden;
}

.contact-section > .container[b-muod1j16l4] {
    position: relative;
    z-index: 1;
}

/* Fondo discreto: orbes suaves + retícula de puntos tenue */
.contact-bg[b-muod1j16l4] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.contact-orb[b-muod1j16l4] {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.5;
}

.orb-a[b-muod1j16l4] {
    width: 38%;
    height: 55%;
    top: -8%;
    left: -6%;
    background: radial-gradient(circle, rgba(138, 43, 226, 0.18) 0%, transparent 70%);
    animation: contact-orb-drift-b-muod1j16l4 22s ease-in-out infinite alternate;
}

.orb-b[b-muod1j16l4] {
    width: 34%;
    height: 50%;
    bottom: -10%;
    right: -4%;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.12) 0%, transparent 70%);
    animation: contact-orb-drift-b-muod1j16l4 26s ease-in-out infinite alternate-reverse;
}

.contact-dots[b-muod1j16l4] {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(192, 132, 252, 0.13) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 10%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 10%, transparent 75%);
    opacity: 0.6;
}

@keyframes contact-orb-drift-b-muod1j16l4 {
    from { transform: translate(0, 0) scale(1); }
    to   { transform: translate(26px, -22px) scale(1.1); }
}

.contact-section h2[b-muod1j16l4] {
    font-size: 2.5rem;
    background: linear-gradient(to bottom, #ffffff 20%, #c084fc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-subtitle[b-muod1j16l4] {
    color: #8b949e;
    font-size: 1.05rem;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.contact-badge[b-muod1j16l4] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 1.15rem;
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.08);
    border: 1px solid rgba(34, 211, 238, 0.3);
    color: #22d3ee;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
}

/* ── Panel de información ──────────────────────────── */
.contact-info[b-muod1j16l4] {
    background: linear-gradient(160deg, rgba(138, 43, 226, 0.12) 0%, rgba(22, 27, 34, 0.6) 45%);
    border: 1px solid rgba(192, 132, 252, 0.25);
    border-radius: 16px;
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
}

.contact-info-title[b-muod1j16l4] {
    color: #e6edf3;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.contact-info-lead[b-muod1j16l4] {
    color: #8b949e;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.contact-perks[b-muod1j16l4] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
}

.contact-perks li[b-muod1j16l4] {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: #c9d1d9;
    font-size: 0.92rem;
    padding: 0.4rem 0;
}

.contact-perks i[b-muod1j16l4] {
    color: #22d3ee;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

/* Horario */
.contact-hours[b-muod1j16l4] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(13, 17, 23, 0.5);
    border: 1px solid rgba(48, 54, 61, 0.8);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.contact-hours-icon[b-muod1j16l4] {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(138, 43, 226, 0.12);
    border: 1px solid rgba(192, 132, 252, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c084fc;
    font-size: 1.4rem;
}

.contact-hours-title[b-muod1j16l4] {
    display: block;
    color: #e6edf3;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.15rem;
}

.contact-hours-detail[b-muod1j16l4] {
    display: block;
    color: #8b949e;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* Accesos directos */
.contact-direct[b-muod1j16l4] {
    display: flex;
    gap: 0.6rem;
    margin-top: auto;
    flex-wrap: wrap;
}

.contact-chip[b-muod1j16l4] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    border-radius: 10px;
    background: rgba(13, 17, 23, 0.5);
    border: 1px solid rgba(48, 54, 61, 0.9);
    color: #8b949e;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.contact-chip i[b-muod1j16l4] {
    color: #c084fc;
    font-size: 1.05rem;
}

.contact-chip:hover[b-muod1j16l4] {
    color: #e6edf3;
    border-color: rgba(192, 132, 252, 0.5);
    background-color: rgba(138, 43, 226, 0.1);
    transform: translateY(-2px);
}

/* ── Formulario ───────────────────────────────────── */
.contact-form-card[b-muod1j16l4] {
    background: rgba(22, 27, 34, 0.7);
    border: 1px solid rgba(48, 54, 61, 0.8);
    border-radius: 16px;
    padding: 2.25rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.form-label-jgr[b-muod1j16l4] {
    display: block;
    color: #c9d1d9;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.45rem;
    letter-spacing: 0.2px;
}

.form-label-jgr .req[b-muod1j16l4] {
    color: #22d3ee;
}

/* Campo con icono integrado */
.jgr-field[b-muod1j16l4] {
    position: relative;
    display: flex;
    align-items: center;
}

.field-icon[b-muod1j16l4] {
    position: absolute;
    left: 0.95rem;
    color: #6e7681;
    font-size: 1rem;
    pointer-events: none;
    transition: color 0.2s ease;
    z-index: 1;
}

.jgr-field-textarea .field-icon[b-muod1j16l4] {
    top: 0.85rem;
}

.jgr-field:focus-within .field-icon[b-muod1j16l4] {
    color: #22d3ee;
}

.form-control-jgr[b-muod1j16l4] {
    width: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%),
        rgba(13, 17, 23, 0.55);
    border: 1px solid rgba(70, 78, 88, 0.8);
    border-radius: 11px;
    color: #e6edf3;
    font-size: 0.92rem;
    padding: 0.72rem 1rem 0.72rem 2.6rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-control-jgr[b-muod1j16l4]::placeholder {
    color: #5c6470;
}

.form-control-jgr:hover[b-muod1j16l4] {
    border-color: rgba(125, 133, 144, 0.9);
}

.form-control-jgr:focus[b-muod1j16l4] {
    outline: none;
    background:
        linear-gradient(180deg, rgba(192, 132, 252, 0.04) 0%, rgba(255, 255, 255, 0) 100%),
        rgba(13, 17, 23, 0.8);
    border-color: rgba(192, 132, 252, 0.7);
    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.2),
        0 0 0 3px rgba(138, 43, 226, 0.16),
        0 0 18px rgba(138, 43, 226, 0.12);
}

textarea.form-control-jgr[b-muod1j16l4] {
    resize: vertical;
    min-height: 120px;
    padding-top: 0.72rem;
}

/* Select: caret personalizado y sin apariencia nativa */
.jgr-field-select .form-control-jgr[b-muod1j16l4] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.6rem;
    cursor: pointer;
}

.field-caret[b-muod1j16l4] {
    position: absolute;
    right: 1rem;
    color: #6e7681;
    font-size: 0.8rem;
    pointer-events: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.jgr-field-select:focus-within .field-caret[b-muod1j16l4] {
    color: #22d3ee;
    transform: rotate(180deg);
}

/* Dropdown oscuro */
.form-control-jgr option[b-muod1j16l4] {
    background: #161b22;
    color: #e6edf3;
}

/* Estados de validación de Blazor */
.form-control-jgr.invalid[b-muod1j16l4] {
    border-color: rgba(248, 81, 73, 0.7);
}

.jgr-field:focus-within .form-control-jgr.invalid[b-muod1j16l4] {
    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.2),
        0 0 0 3px rgba(248, 81, 73, 0.15);
}

.form-control-jgr.valid.modified[b-muod1j16l4] {
    border-color: rgba(34, 211, 238, 0.5);
}

.field-error[b-muod1j16l4] {
    display: block;
    color: #f85149;
    font-size: 0.78rem;
    margin-top: 0.3rem;
}

.btn-contact-submit[b-muod1j16l4] {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 0.85rem 1.5rem;
    font-size: 0.98rem;
    font-weight: 600;
    color: #0d1117;
    background: linear-gradient(135deg, #c084fc 0%, #22d3ee 100%);
    box-shadow: 0 0 18px rgba(192, 132, 252, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-contact-submit:hover[b-muod1j16l4] {
    transform: translateY(-2px);
    box-shadow: 0 6px 26px rgba(192, 132, 252, 0.45);
}

.contact-form-note[b-muod1j16l4] {
    text-align: center;
    color: #8b949e;
    font-size: 0.78rem;
    margin: 0.9rem 0 0;
}

.contact-form-note i[b-muod1j16l4] {
    color: #22d3ee;
}

/* ── Scroll reveal ────────────────────────────────────────── */
/* La clase .reveal la añade el JS; sin JS el contenido queda visible. */
.reveal[b-muod1j16l4] {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

/* Estado oculto (fuera de vista): solo mientras no es visible, para no
   pisar los transform de hover una vez revelado. */
.reveal:not(.is-visible)[b-muod1j16l4] {
    transform: translateY(34px);
}

.reveal.is-visible[b-muod1j16l4] {
    opacity: 1;
}
