/* ==========================================================================
   INDICE RAPIDO
   --------------------------------------------------------------------------
   01. Variables globales
   02. Pagina GPMenú / menu.php
   03. Base global compartida
   04. Navbar y menu responsive
   05. Pagina principal / index.php
   06. Responsive global
   07. Pagina GPNeuroScore / neuroscore.php
   08. Pagina Simulator / simulator.php
   09. Pagina Wellness Cognitivo Corporativo / wellness-corporativo.php
   10. Pagina Wellness Cognitivo Clinico / wellness-clinico.php
   ========================================================================== */

/* ==========================================================================
   01. VARIABLES GLOBALES
   Colores, sombras, ancho maximo y tokens reutilizables.
   ========================================================================== */
:root {
    --bg: #03060b;
    --bg-soft: #07111f;
    --panel: rgba(6, 14, 25, 0.76);
    --panel-strong: rgba(9, 20, 34, 0.92);
    --white: #f7fbff;
    --muted: #b7c6d7;
    --cyan: #21c5ff;
    --cyan-soft: #8fe7ff;
    --blue: #066cff;
    --red: #ff2525;
    --line: rgba(33, 197, 255, 0.34);
    --shadow-blue: 0 0 34px rgba(0, 122, 255, 0.32);
    --shadow-red: 0 0 34px rgba(255, 24, 24, 0.26);
    --max: 1180px;
    color-scheme: dark;
}

/* ==========================================================================
   02. PAGINA GPMENU / menu.php
   Hero gastronomico, seccion About, tarjetas, aviso y CTA del menu.
   ========================================================================== */
.gp-menu-page {
    background:
        radial-gradient(circle at 82% 18%,
            rgba(255, 37, 37, 0.16),
            transparent 22rem),
        radial-gradient(circle at 18% 36%,
            rgba(255, 255, 255, 0.07),
            transparent 18rem),
        linear-gradient(135deg, #020204 0%, #07080b 48%, #020204 100%);
}

.menu-hero {
    position: relative;
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    isolation: isolate;
    padding: 78px 0 44px;
    overflow: clip;
}

.menu-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg,
            rgba(2, 2, 4, 0.96) 0%,
            rgba(3, 3, 6, 0.84) 48%,
            rgba(3, 3, 6, 0.28) 100%),
        radial-gradient(circle at 74% 56%,
            rgba(255, 37, 37, 0.22),
            transparent 26rem),
        repeating-linear-gradient(90deg,
            rgba(255, 255, 255, 0.025) 0 1px,
            transparent 1px 8px);
}

.menu-hero::after {
    content: "";
    position: absolute;
    inset: auto -12vw 8vh 34vw;
    z-index: -1;
    height: 280px;
    background:
        linear-gradient(105deg,
            transparent 8%,
            rgba(255, 37, 37, 0.16) 10%,
            transparent 12%),
        repeating-linear-gradient(105deg,
            transparent 0 18px,
            rgba(255, 37, 37, 0.08) 18px 20px);
    transform: skewY(-8deg);
}

.menu-hero-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.86fr) minmax(460px, 1.14fr);
    gap: clamp(24px, 3vw, 44px);
    align-items: center;
}

.menu-hero-copy h1 {
    margin-bottom: 24px;
    max-width: 610px;
    font-size: clamp(3rem, 5.2vw, 5.25rem);
    line-height: 0.9;
    letter-spacing: -0.045em;
    text-transform: uppercase;
    background: linear-gradient(180deg, #fff 0%, #cfd2d6 40%, #6f747c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.12));
}

.menu-hero-copy h1 span {
    display: block;
    color: var(--red);
    background: none;
    -webkit-text-fill-color: var(--red);
    text-shadow: var(--shadow-red);
}

.menu-lead {
    max-width: 500px;
    color: #f1f4f8;
    font-size: clamp(1.08rem, 1.8vw, 1.35rem);
    line-height: 1.62;
}

.menu-download-panel {
    position: relative;
    width: min(100%, 430px);
    margin-top: 30px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(255, 37, 37, 0.42);
    background:
        linear-gradient(135deg, rgba(255, 37, 37, 0.16), transparent 42%),
        rgba(2, 5, 9, 0.72);
    box-shadow:
        0 0 34px rgba(255, 37, 37, 0.18),
        inset 0 0 28px rgba(255, 255, 255, 0.035);
}

.menu-download-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.12),
            transparent);
    opacity: 0.4;
    transform: translateX(-72%) skewX(-18deg);
    animation: download-sheen 3.8s ease-in-out infinite;
}

.menu-download-badge {
    position: absolute;
    top: -12px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border: 1px solid rgba(143, 231, 255, 0.45);
    color: var(--cyan-soft);
    background: #020509;
    box-shadow: var(--shadow-blue);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.menu-download-cta {
    width: 100%;
    min-height: 56px;
    padding-inline: 28px;
    font-size: 1rem;
}

.menu-download-cta span::before {
    content: "↓";
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    transform: translateY(-1px);
}

.menu-download-panel p {
    margin: 12px 0 0;
    color: rgba(241, 244, 248, 0.82);
    font-size: 0.92rem;
    line-height: 1.45;
}

.menu-secondary-actions {
    margin-top: 16px;
}

@keyframes download-sheen {

    0%,
    58% {
        transform: translateX(-72%) skewX(-18deg);
    }

    100% {
        transform: translateX(78%) skewX(-18deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .menu-download-panel::before {
        animation: none;
    }
}

.menu-hero-poster {
    position: relative;
    aspect-ratio: 1 / 1;
    min-height: 520px;
    margin: 0;
    display: grid;
    place-items: center;
    padding: clamp(10px, 1.6vw, 18px);
    border: 1px solid rgba(255, 37, 37, 0.32);
    background:
        radial-gradient(circle at 50% 50%,
            rgba(255, 37, 37, 0.18),
            transparent 48%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 34%),
        rgba(0, 0, 0, 0.18);
    box-shadow:
        0 0 34px rgba(255, 37, 37, 0.18),
        0 26px 80px rgba(0, 0, 0, 0.44);
    clip-path: polygon(5% 0, 100% 0, 96% 100%, 0 100%, 0 10%);
    overflow: hidden;
}

.menu-hero-poster::before {
    content: "";
    position: absolute;
    inset: -18%;
    background:
        linear-gradient(90deg, transparent, rgba(255, 37, 37, 0.18), transparent),
        repeating-linear-gradient(150deg,
            transparent 0 22px,
            rgba(255, 37, 37, 0.12) 22px 24px);
    opacity: 0.6;
    transform: skewY(-10deg) translateY(18%);
}

.menu-hero-poster img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.08) drop-shadow(0 0 22px rgba(255, 37, 37, 0.18));
}

.menu-section {
    background:
        radial-gradient(circle at 90% 70%,
            rgba(255, 37, 37, 0.11),
            transparent 22rem),
        var(--bg);
}

.menu-experience-section {
    overflow: hidden;
    background:
        url("/assets/img/menu-food-racing-bg.png") center / cover no-repeat;
    background-attachment: fixed;
}

.menu-experience-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 5, 9, 0.26), rgba(2, 5, 9, 0.8)),
        repeating-linear-gradient(115deg, transparent 0 34px, rgba(255, 37, 37, 0.05) 34px 36px);
    pointer-events: none;
}

.menu-experience-section .wrap {
    position: relative;
    z-index: 1;
}

.menu-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 28px;
    align-items: stretch;
}

.menu-about {
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid rgba(255, 37, 37, 0.34);
    background:
        linear-gradient(145deg, rgba(4, 7, 12, 0.94), rgba(2, 5, 9, 0.82)),
        radial-gradient(circle at 80% 20%,
            rgba(255, 37, 37, 0.16),
            transparent 16rem);
    box-shadow: var(--shadow-red);
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%, 0 10%);
}

.menu-about h2 {
    margin-bottom: 22px;
    color: var(--red);
    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: 0.9;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.menu-about p {
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.menu-highlights {
    display: grid;
    gap: 18px;
}

.menu-highlights article,
.menu-system-grid article {
    position: relative;
    padding: 26px;
    border: 1px solid rgba(143, 231, 255, 0.28);
    background: linear-gradient(145deg,
            rgba(9, 18, 31, 0.94),
            rgba(2, 5, 9, 0.76));
    box-shadow:
        inset 0 0 28px rgba(33, 197, 255, 0.05),
        0 18px 45px rgba(0, 0, 0, 0.28);
}

.menu-experience-section .menu-highlights article {
    min-height: 210px;
    display: grid;
    align-content: center;
    border-color: rgba(255, 37, 37, 0.38);
    background:
        linear-gradient(135deg, rgba(3, 7, 13, 0.92), rgba(2, 5, 9, 0.74)),
        radial-gradient(circle at 100% 0, rgba(255, 37, 37, 0.16), transparent 14rem);
    backdrop-filter: blur(3px);
    box-shadow:
        inset 0 0 34px rgba(255, 37, 37, 0.07),
        0 18px 45px rgba(0, 0, 0, 0.34);
    overflow: hidden;
}

.menu-experience-section .menu-highlights article:nth-child(2) {
    border-color: rgba(143, 231, 255, 0.3);
    background:
        linear-gradient(135deg, rgba(3, 7, 13, 0.92), rgba(2, 5, 9, 0.72)),
        radial-gradient(circle at 100% 0, rgba(33, 197, 255, 0.13), transparent 14rem);
}

.menu-highlight-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: 0;
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 46%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 46%, #000 100%);
}

.menu-highlight-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 5, 9, 0.9) 0%, rgba(2, 5, 9, 0.5) 46%, rgba(2, 5, 9, 0.1) 100%),
        linear-gradient(0deg, rgba(2, 5, 9, 0.5), transparent 52%);
}

.menu-highlight-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.08);
    transform: scale(1.04);
}

.menu-experience-section .menu-highlights article:hover .menu-highlight-image {
    opacity: 0.7;
    transform: scale(1.03);
}

.menu-experience-section .menu-highlights article>span,
.menu-experience-section .menu-highlights article>h3,
.menu-experience-section .menu-highlights article>p {
    position: relative;
    z-index: 1;
}

.menu-highlights span,
.menu-system-grid span {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--red);
    font-size: 2rem;
    font-weight: 900;
}

.menu-highlights h3,
.menu-system-grid strong {
    display: block;
    margin-bottom: 10px;
    color: var(--white);
    font-size: 1.45rem;
}

.menu-highlights p,
.menu-system-grid p {
    color: var(--muted);
    line-height: 1.62;
}

.menu-system-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.menu-system-grid article {
    min-height: 220px;
    text-align: center;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%, 0 14%);
}

.menu-notice {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px;
    gap: 28px;
    align-items: center;
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid rgba(255, 37, 37, 0.38);
    background:
        linear-gradient(90deg, rgba(2, 5, 9, 0.92), rgba(2, 5, 9, 0.72)),
        radial-gradient(circle at 100% 50%,
            rgba(255, 37, 37, 0.18),
            transparent 18rem);
    box-shadow: var(--shadow-red);
}

.menu-notice h2 {
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.menu-notice p {
    max-width: 860px;
    color: var(--muted);
    font-size: 1.15rem;
    line-height: 1.72;
}

.menu-notice>span {
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    border: 1px solid var(--red);
    border-radius: 50%;
    color: var(--red);
    font-size: 3rem;
    font-weight: 900;
    box-shadow: var(--shadow-red);
}

.menu-cta .cta-box {
    background:
        linear-gradient(110deg, rgba(2, 6, 12, 0.96), rgba(18, 4, 6, 0.78)),
        url("/assets/img/galeria-mclaren-senna.png") center right / cover no-repeat;
    background-blend-mode: multiply;
}

@media (max-width: 980px) {

    .menu-hero-grid,
    .menu-intro-grid,
    .menu-notice {
        grid-template-columns: 1fr;
    }

    .menu-system-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-hero-poster {
        min-height: 420px;
    }
}

@media (max-width: 1180px) and (min-width: 981px) {
    .menu-hero-copy h1 {
        max-width: 540px;
        font-size: clamp(2.85rem, 4.65vw, 4.25rem);
    }

    .menu-lead {
        font-size: 1.08rem;
    }

    .menu-hero-grid {
        grid-template-columns: minmax(340px, 0.86fr) minmax(420px, 1.14fr);
    }
}

@media (max-width: 640px) {
    .menu-hero {
        padding-top: 52px;
    }

    .menu-system-grid {
        grid-template-columns: 1fr;
    }

    .menu-hero-poster {
        min-height: 330px;
        clip-path: none;
    }

    .menu-about,
    .menu-system-grid article {
        clip-path: none;
    }

    .menu-notice>span {
        width: 74px;
        height: 74px;
        font-size: 2rem;
    }
}

/* ==========================================================================
   03. BASE GLOBAL COMPARTIDA
   Reset minimo, body, links, botones y utilidades usadas por varias paginas.
   ========================================================================== */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Segoe UI", Montserrat, Arial, sans-serif;
    color: var(--white);
    background:
        radial-gradient(circle at 72% 8%,
            rgba(0, 101, 255, 0.2),
            transparent 28rem),
        radial-gradient(circle at 18% 32%,
            rgba(255, 24, 24, 0.12),
            transparent 22rem),
        linear-gradient(135deg, #020408 0%, #06111e 48%, #02050a 100%);
    overflow-x: hidden;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: auto -12vw 8vh -12vw;
    height: 220px;
    pointer-events: none;
    background:
        linear-gradient(105deg,
            transparent 8%,
            rgba(0, 121, 255, 0.12) 10%,
            transparent 12% 67%,
            rgba(255, 36, 36, 0.18) 68%,
            transparent 70%),
        repeating-linear-gradient(110deg,
            transparent 0 22px,
            rgba(33, 197, 255, 0.035) 22px 24px);
    transform: skewY(-8deg);
    z-index: -1;
}

body::after {
    inset: 0 -15vw auto auto;
    width: 55vw;
    height: 100vh;
    background: linear-gradient(112deg,
            transparent 44%,
            rgba(33, 197, 255, 0.16) 45%,
            transparent 47%);
    opacity: 0.85;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

/* ==========================================================================
   04. NAVBAR Y MENU RESPONSIVE
   Header sticky, menu desktop, submenus y panel lateral para celulares.
   ========================================================================== */
.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(143, 231, 255, 0.14);
    background: rgba(2, 6, 12, 0.76);
    backdrop-filter: blur(18px);
}

.nav {
    width: min(var(--max), calc(100% - 32px));
    min-height: 74px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.brand img {
    max-width: 100px;
}

.brand-mark {
    width: 42px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    transform: skewX(-16deg);
    box-shadow: var(--shadow-blue);
    background: linear-gradient(135deg,
            rgba(33, 197, 255, 0.18),
            rgba(255, 37, 37, 0.12));
}

.brand-mark span {
    transform: skewX(16deg);
    color: var(--red);
}

.brand em,
.logo-text em,
.accent-red {
    color: var(--red);
    font-style: italic;
    text-transform: none;
}

.menu {
    display: flex;
    align-items: center;
    gap: 22px;
    color: var(--muted);
    font-size: 0.92rem;
}

.nav-toggle,
.nav-toggle-button,
.nav-backdrop,
.mobile-menu-head {
    display: none;
}

.menu-item {
    position: relative;
}

.menu a,
.menu summary {
    position: relative;
    padding: 8px 0;
    cursor: pointer;
    list-style: none;
}

.menu summary::-webkit-details-marker {
    display: none;
}

.menu a::after,
.menu summary::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, var(--cyan), var(--red));
    transition: transform 0.2s ease;
}

.menu a:hover::after,
.menu summary:hover::after,
.menu .active::after {
    transform: scaleX(1);
}

.menu a.login {
    padding: 8px 16px;
    border: 2px solid transparent;
    border-radius: 8px;
    background:
        linear-gradient(#111, #111) padding-box,
        linear-gradient(90deg, var(--cyan), var(--red)) border-box;
    transition: all .3s ease;
}

.menu a.login:hover {
    background:
        linear-gradient(90deg, var(--cyan), var(--red)) padding-box,
        linear-gradient(90deg, var(--cyan), var(--red)) border-box;
    color: white;
}

.has-submenu>summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.has-submenu>summary::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--cyan-soft);
    border-bottom: 2px solid var(--cyan-soft);
    order: 2;
    transform: rotate(45deg) translateY(-2px);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}

/* .has-submenu:hover>summary::before, */
.has-submenu:focus-within>summary::before,
.has-submenu[open]>summary::before {
    border-color: var(--red);
    transform: rotate(225deg) translateY(-2px);
}

.submenu {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    z-index: 30;
    min-width: 230px;
    padding: 10px;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(9, 20, 34, 0.98), rgba(2, 6, 12, 0.96)),
        linear-gradient(90deg, rgba(33, 197, 255, 0.14), transparent);
    box-shadow:
        var(--shadow-blue),
        0 18px 42px rgba(0, 0, 0, 0.46);
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%, 0 14%);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition:
        opacity 0.18s ease,
        transform 0.18s ease;
}

.submenu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -17px;
    height: 17px;
}

/* .has-submenu:hover .submenu, */
.has-submenu:focus-within .submenu,
.has-submenu[open] .submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.submenu a {
    display: block;
    padding: 13px 18px;
    color: var(--muted);
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        padding-left 0.2s ease;
}

.submenu a::after {
    display: none;
}

.submenu a:hover,
.submenu a:focus {
    color: var(--white);
    background: linear-gradient(90deg,
            rgba(33, 197, 255, 0.16),
            rgba(255, 37, 37, 0.1));
    padding-left: 23px;
    outline: none;
}

/* ==========================================================================
   05. PAGINA PRINCIPAL / index.php
   Hero, ecosistema, validacion, verticales, UE, expansion, defensa y galeria.
   ========================================================================== */

/* Index: hero inicial, portada, texto principal, botones y ticker */
.hero {
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    position: relative;
    isolation: isolate;
    padding: 70px 0 40px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        url("/assets/img/galeria-local-experiencia-gp.jpg") center right / cover no-repeat;
    filter: saturate(1.1) contrast(1.08);
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg,
            rgba(2, 5, 9, 0.5) 0%,
            rgba(2, 6, 12, 0.4) 38%,
            rgba(2, 6, 12, 0.24) 64%,
            rgba(2, 6, 12, 0.14) 100%),
        linear-gradient(180deg,
            rgba(2, 5, 9, 0.26) 0%,
            transparent 42%,
            var(--bg) 100%),
        repeating-linear-gradient(90deg,
            rgba(255, 255, 255, 0.018) 0 1px,
            transparent 1px 7px);
    opacity: 1;
}

.hero-video {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    filter: saturate(1.08) contrast(1.08);
}

.hero .wrap {
    position: relative;
    z-index: 1;
}

/* .hero .wrap::before {
    content: "";
    position: absolute;
    inset: -70px auto -70px -8vw;
    z-index: -1;
    width: min(760px, 74vw);
    background: linear-gradient(90deg,
            rgba(2, 5, 9, 0.50) 0%,
            rgba(2, 6, 12, 0.32) 58%,
            rgba(2, 6, 12, 0) 100%);
    pointer-events: none;
} */

.wrap {
    width: min(var(--max), calc(100% - 32px));
    margin: 0 auto;
}

.hero-content {
    max-width: 650px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    color: var(--cyan-soft);
    font-size: 0.78rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 62px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--cyan), transparent);
    box-shadow: 0 0 16px var(--cyan);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 20px;
    font-size: clamp(3.2rem, 9vw, 7.6rem);
    line-height: 0.86;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    text-shadow:
        0 3px 18px rgba(0, 0, 0, 0.72),
        0 0 28px rgba(255, 255, 255, 0.12);
}

.logo-text {
    display: block;
    font-weight: 950;
}

.hero-subtitle {
    max-width: 610px;
    color: #dff8ff;
    font-size: clamp(1.35rem, 3vw, 2.35rem);
    line-height: 1.18;
    margin-bottom: 30px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.68);
}

.hero-copy {
    color: #d2dfec;
    font-size: 1.08rem;
    line-height: 1.75;
    max-width: 550px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid var(--line);
    color: var(--white);
    background: linear-gradient(135deg,
            rgba(33, 197, 255, 0.18),
            rgba(5, 15, 28, 0.86));
    box-shadow: var(--shadow-blue);
    transform: skewX(-14deg);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn span {
    transform: skewX(14deg);
}

.btn.primary {
    border-color: rgba(255, 37, 37, 0.72);
    background: linear-gradient(135deg,
            rgba(255, 37, 37, 0.86),
            rgba(0, 103, 255, 0.28));
    box-shadow: var(--shadow-red);
}

.ticker {
    width: min(var(--max), calc(100% - 32px));
    margin: 38px auto 0;
    padding: 15px 0;
    border-top: 1px solid rgba(143, 231, 255, 0.22);
    border-bottom: 1px solid rgba(255, 37, 37, 0.2);
    color: var(--cyan-soft);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    font-size: 0.82rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    overflow: hidden;
}

/* Index: contenedor principal y espaciado comun de secciones */
main {
    background:
        radial-gradient(circle at 12% 25%,
            rgba(0, 116, 255, 0.12),
            transparent 24rem),
        radial-gradient(circle at 90% 62%,
            rgba(255, 37, 37, 0.1),
            transparent 18rem),
        var(--bg);
}

section {
    padding: 86px 0;
    position: relative;
}

/* Index: encabezados internos de cada seccion */
.section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
    gap: 36px;
    align-items: end;
    margin-bottom: 38px;
}

.section-head h2 {
    margin-bottom: 14px;
    font-size: clamp(2.3rem, 5vw, 4.7rem);
    line-height: 0.95;
    letter-spacing: -0.045em;
}

.section-head p {
    color: var(--muted);
    font-size: 1.06rem;
    line-height: 1.7;
}

.kicker {
    color: var(--cyan-soft);
    font-size: 0.78rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* Index: grillas reutilizables para pilares y verticales */
.grid-3,
.grid-6 {
    display: grid;
    gap: 18px;
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-6 {
    grid-template-columns: repeat(6, 1fr);
}

/* Index: tarjetas base reutilizadas en ecosistema, verticales y defensa */
.card {
    position: relative;
    min-height: 210px;
    padding: 26px;
    border: 1px solid var(--line);
    background: linear-gradient(145deg,
            rgba(9, 18, 31, 0.94),
            rgba(2, 5, 9, 0.76));
    box-shadow:
        inset 0 0 28px rgba(33, 197, 255, 0.06),
        0 18px 45px rgba(0, 0, 0, 0.28);
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%, 0 14%);
    overflow: hidden;
}

.card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg,
            rgba(33, 197, 255, 0.1),
            transparent 46%,
            rgba(255, 37, 37, 0.12));
    opacity: 0.7;
    pointer-events: none;
}

.card>* {
    position: relative;
    z-index: 1;
}

.number {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--cyan-soft);
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.card h3 {
    margin-bottom: 12px;
    font-size: 1.45rem;
    line-height: 1.08;
}

.card p {
    color: var(--muted);
    line-height: 1.62;
    margin-bottom: 0;
}

/* Index: Unidades de Energia, sistema de fidelizacion */
.energy-section {
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 37, 37, 0.18), transparent 26rem),
        linear-gradient(180deg, rgba(2, 3, 5, 0.92), rgba(5, 8, 13, 0.98));
}

.energy-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(255, 37, 37, 0.38);
    background:
        linear-gradient(120deg, rgba(2, 3, 5, 0.97) 0%, rgba(8, 9, 12, 0.9) 52%, rgba(17, 3, 5, 0.82) 100%),
        repeating-linear-gradient(115deg, transparent 0 34px, rgba(255, 37, 37, 0.07) 34px 36px);
    box-shadow:
        inset 0 0 54px rgba(255, 37, 37, 0.08),
        0 24px 70px rgba(0, 0, 0, 0.36);
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%, 0 7%);
}

.energy-panel::before {
    content: "";
    position: absolute;
    inset: -18% -12% auto 28%;
    height: 330px;
    background:
        radial-gradient(ellipse at center, rgba(255, 37, 37, 0.26), transparent 58%),
        repeating-linear-gradient(165deg, transparent 0 17px, rgba(255, 37, 37, 0.42) 18px 20px);
    filter: blur(1px);
    transform: rotate(-8deg);
    opacity: 0.8;
    pointer-events: none;
}

.energy-panel>* {
    position: relative;
    z-index: 1;
}

.energy-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 34px;
    align-items: center;
    margin-bottom: 34px;
}

.energy-copy h2 {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: 0.9;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.energy-copy p:not(.kicker) {
    max-width: 720px;
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.72;
}

.energy-token {
    width: min(100%, 240px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    justify-self: end;
    border: 2px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 30%, rgba(255, 255, 255, 0.2), transparent 18%),
        radial-gradient(circle at 50% 50%, rgba(255, 37, 37, 0.2), transparent 64%),
        linear-gradient(145deg, #2a2d31, #050608 58%, #1a1a1d);
    box-shadow:
        inset 0 0 24px rgba(255, 255, 255, 0.12),
        inset 0 0 48px rgba(255, 37, 37, 0.18),
        0 0 44px rgba(255, 37, 37, 0.36);
}

.energy-token span {
    color: var(--red);
    font-size: clamp(3.5rem, 8vw, 5.8rem);
    font-weight: 950;
    font-style: italic;
    letter-spacing: -0.08em;
    text-shadow:
        0 0 16px rgba(255, 37, 37, 0.86),
        0 2px 0 rgba(255, 255, 255, 0.24);
}

.energy-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 28px;
    border-block: 1px solid rgba(255, 37, 37, 0.42);
    background: rgba(0, 0, 0, 0.34);
}

.energy-actions span {
    min-height: 76px;
    display: grid;
    place-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    color: #eef2f7;
    font-size: 1.08rem;
    font-weight: 700;
}

.energy-actions span:last-child {
    border-right: 0;
}

.energy-grid,
.catalog-grid {
    display: grid;
    gap: 16px;
}

.energy-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 34px;
}

.energy-grid article,
.catalog-grid article {
    border: 1px solid rgba(255, 37, 37, 0.42);
    background:
        radial-gradient(circle at 50% 0, rgba(255, 37, 37, 0.12), transparent 50%),
        rgba(3, 5, 8, 0.78);
    box-shadow: inset 0 0 24px rgba(255, 37, 37, 0.05);
}

.energy-grid article {
    min-height: 170px;
    padding: 24px;
}

.energy-number {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--red);
    font-size: 3.2rem;
    font-weight: 950;
    line-height: 1;
}

.energy-grid h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.energy-grid p,
.energy-catalog p,
.catalog-grid span {
    color: var(--muted);
    line-height: 1.6;
}

.energy-catalog {
    display: grid;
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
    gap: 24px;
    align-items: end;
    margin-bottom: 24px;
}

.energy-catalog h3 {
    margin-bottom: 12px;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.catalog-grid {
    grid-template-columns: repeat(4, 1fr);
}

.catalog-grid article {
    position: relative;
    min-height: 150px;
    display: grid;
    align-content: end;
    padding: 18px;
    overflow: hidden;
}

.catalog-reward-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: 0;
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.catalog-reward-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 5, 8, 0.12) 0%, rgba(3, 5, 8, 0.62) 55%, rgba(3, 5, 8, 0.92) 100%),
        linear-gradient(90deg, rgba(3, 5, 8, 0.84), rgba(3, 5, 8, 0.12));
}

.catalog-reward-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.08);
    transform: scale(1.04);
}

.catalog-grid article:hover .catalog-reward-image {
    opacity: 0.7;
    transform: scale(1.03);
}

.catalog-grid article>strong,
.catalog-grid article>span {
    position: relative;
    z-index: 1;
}

.catalog-grid strong {
    display: block;
    color: #f4f7fb;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.catalog-grid span {
    color: var(--red);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.energy-note {
    margin: 0;
    padding: 18px 22px;
    border: 1px solid rgba(255, 37, 37, 0.56);
    border-radius: 8px;
    color: #d8dde5;
    background: rgba(0, 0, 0, 0.42);
    font-size: clamp(1.1rem, 2vw, 1.65rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
}

/* Index: seccion de validacion, imagen grande y lista de pruebas */
.media-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 18px;
    align-items: stretch;
}

.media-panel {
    min-height: 320px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-blue);
    background: var(--panel);
    overflow: hidden;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%, 0 10%);
}

.media-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1) contrast(1.06);
}

.stack {
    display: grid;
    gap: 18px;
}

.proof-list {
    display: grid;
    gap: 13px;
}

.proof {
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    gap: 16px;
    min-height: 78px;
    padding: 14px 18px;
    border: 1px solid rgba(33, 197, 255, 0.28);
    background: rgba(4, 12, 22, 0.76);
    clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
}

.icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid var(--cyan);
    border-radius: 50%;
    color: var(--cyan);
    font-weight: 900;
    box-shadow: 0 0 20px rgba(33, 197, 255, 0.24);
}

.proof strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 3px;
}

.proof span {
    color: var(--muted);
    line-height: 1.45;
}

/* Index: seccion de expansion, linea de tiempo por etapas */
.timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    margin-top: 20px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 48px;
    height: 2px;
    background: linear-gradient(90deg,
            transparent,
            var(--blue),
            var(--cyan),
            var(--blue),
            transparent);
    box-shadow: var(--shadow-blue);
}

.step {
    position: relative;
    padding: 92px 26px 28px;
    text-align: center;
    border: 1px solid rgba(33, 197, 255, 0.28);
    background: linear-gradient(180deg,
            rgba(6, 14, 25, 0.7),
            rgba(2, 6, 12, 0.92));
}

.step .badge {
    position: absolute;
    top: 13px;
    left: 50%;
    translate: -50% 0;
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--cyan);
    background: var(--bg-soft);
    color: var(--red);
    font-size: 1.7rem;
    font-weight: 900;
    box-shadow: var(--shadow-blue);
}

.step h3 {
    font-size: 1.7rem;
    margin-bottom: 12px;
}

.step p {
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Index: seccion de defensa competitiva */
.defense-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.defense {
    min-height: auto;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    clip-path: none;
    border-left: 3px solid var(--red);
}

.defense:nth-child(even) {
    border-left-color: var(--cyan);
}

.defense .number {
    margin: 0;
    color: var(--red);
}

.defense:nth-child(even) .number {
    color: var(--cyan);
}

.quote {
    margin-top: 34px;
    padding: 28px 34px;
    border: 1px solid rgba(33, 197, 255, 0.42);
    background: linear-gradient(135deg,
            rgba(5, 13, 24, 0.92),
            rgba(8, 12, 18, 0.82));
    box-shadow: var(--shadow-blue);
    text-align: center;
    font-size: clamp(1.25rem, 2.6vw, 2.1rem);
    line-height: 1.25;
}

/* Index: galeria de imagenes */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.slide-card {
    border: 1px solid rgba(143, 231, 255, 0.24);
    background: var(--panel-strong);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
    overflow: hidden;
}

.slide-card img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    background: #05070b;
}

.slide-card figcaption {
    padding: 15px 18px;
    color: var(--cyan-soft);
    font-size: 0.86rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.experience-gallery {
    grid-auto-flow: dense;
}

.experience-gallery .slide-card {
    position: relative;
    min-height: 300px;
}

.experience-gallery .featured-photo {
    grid-column: span 2;
}

.experience-gallery .slide-card img {
    height: 100%;
    min-height: 300px;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.08);
    transition: transform 0.35s ease, filter 0.35s ease;
}

.experience-gallery .slide-card:hover img {
    transform: scale(1.035);
    filter: saturate(1.14) contrast(1.1);
}

.experience-gallery .slide-card figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, rgba(2, 6, 12, 0.92));
    color: #f4f8ff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.72);
}

/* Index: cierre / llamado final */
.cta {
    padding-bottom: 110px;
}

.cta-box {
    padding: clamp(28px, 5vw, 56px);
    border: 1px solid rgba(255, 37, 37, 0.42);
    background:
        linear-gradient(110deg, rgba(2, 6, 12, 0.94), rgba(4, 16, 30, 0.84)),
        url("/assets/img/conclusion-ejecutiva.png") center / cover no-repeat;
    background-blend-mode: multiply;
    box-shadow: var(--shadow-red);
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%, 0 12%);
}

.cta-box h2 {
    max-width: 900px;
    font-size: clamp(2rem, 4.7vw, 4.6rem);
    line-height: 1;
    letter-spacing: -0.045em;
    margin-bottom: 18px;
}

.cta-box p {
    color: #d8f6ff;
    max-width: 760px;
    font-size: 1.16rem;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Pagina 404: ruta no encontrada */
.error-hero {
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(2, 5, 9, 0.95), rgba(2, 5, 9, 0.78)),
        radial-gradient(circle at 82% 24%, rgba(255, 37, 37, 0.2), transparent 24rem),
        radial-gradient(circle at 16% 78%, rgba(33, 197, 255, 0.14), transparent 22rem);
}

.error-hero::before {
    content: "";
    position: absolute;
    inset: auto -12vw 12vh 26vw;
    height: 280px;
    background:
        linear-gradient(105deg, transparent 8%, rgba(255, 37, 37, 0.22) 10%, transparent 12%),
        repeating-linear-gradient(105deg, transparent 0 18px, rgba(255, 37, 37, 0.12) 18px 20px);
    transform: skewY(-8deg);
    pointer-events: none;
}

.error-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}

.error-copy h1 {
    margin-bottom: 16px;
    color: var(--red);
    font-size: clamp(7rem, 18vw, 15rem);
    line-height: 0.78;
    letter-spacing: -0.08em;
    text-shadow: 0 0 36px rgba(255, 37, 37, 0.38);
}

.error-subtitle {
    max-width: 720px;
    color: #f4f8ff;
    font-size: clamp(1.6rem, 4vw, 3rem);
    line-height: 1.06;
    font-weight: 900;
}

.error-copy>p:not(.kicker):not(.error-subtitle) {
    max-width: 620px;
    color: var(--muted);
    font-size: 1.1rem;
    line-height: 1.7;
}

.error-panel {
    position: relative;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 37, 37, 0.42);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 37, 37, 0.18), transparent 62%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(2, 5, 9, 0.94) 42%, rgba(255, 37, 37, 0.08));
    box-shadow:
        inset 0 0 48px rgba(255, 255, 255, 0.08),
        0 0 58px rgba(255, 37, 37, 0.22);
}

.error-panel span {
    color: var(--red);
    font-size: clamp(4rem, 9vw, 7rem);
    font-weight: 950;
    font-style: italic;
}

.error-panel strong,
.error-panel small {
    position: absolute;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.error-panel strong {
    bottom: 24%;
    color: var(--white);
}

.error-panel small {
    top: 24%;
    color: var(--cyan-soft);
    font-weight: 900;
}

/* Footer global */
footer {
    padding: 28px 0;
    border-top: 1px solid rgba(143, 231, 255, 0.18);
    color: var(--muted);
    background: #010307;
}

.footer-inner {
    width: min(var(--max), calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 0.88rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-inner a {
    color: var(--cyan-soft);
    text-decoration: none;
    transition: color 0.18s ease, text-shadow 0.18s ease;
}

.footer-inner a:hover {
    color: var(--white);
    text-shadow: 0 0 14px rgba(143, 231, 255, 0.5);
}

/* ==========================================================================
   06. RESPONSIVE GLOBAL
   Ajustes compartidos para navbar, index.php y componentes reutilizables.
   ========================================================================== */

/* Responsive global para tablets y pantallas medianas */
@media (max-width: 980px) {
    .menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 60;
        width: min(86vw, 390px);
        height: 100dvh;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 24px;
        color: var(--white);
        background:
            linear-gradient(155deg, rgba(3, 7, 13, 0.98), rgba(6, 9, 15, 0.94)),
            radial-gradient(circle at 100% 0, rgba(255, 37, 37, 0.22), transparent 15rem),
            radial-gradient(circle at 0 100%, rgba(33, 197, 255, 0.14), transparent 16rem);
        border-left: 1px solid rgba(255, 37, 37, 0.38);
        box-shadow:
            -22px 0 70px rgba(0, 0, 0, 0.56),
            inset 0 0 36px rgba(255, 37, 37, 0.06);
        transform: translateX(106%);
        transition: transform 0.26s ease;
        overflow-y: auto;
    }

    .mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding-bottom: 16px;
        margin-bottom: 8px;
        border-bottom: 1px solid rgba(143, 231, 255, 0.18);
    }

    .mobile-menu-kicker {
        color: var(--red);
        font-size: 0.78rem;
        font-weight: 900;
        letter-spacing: 0.22em;
        text-transform: uppercase;
    }

    .mobile-menu-close {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        color: var(--white);
        font-size: 2rem;
        line-height: 1;
        cursor: pointer;
    }

    .nav-toggle-button {
        width: 48px;
        height: 44px;
        display: grid;
        align-content: center;
        gap: 6px;
        padding: 0 11px;
        border: 1px solid rgba(143, 231, 255, 0.34);
        border-radius: 8px;
        background:
            linear-gradient(135deg, rgba(33, 197, 255, 0.12), rgba(255, 37, 37, 0.12)),
            rgba(2, 6, 12, 0.82);
        box-shadow: 0 0 26px rgba(255, 37, 37, 0.16);
        cursor: pointer;
    }

    .nav-toggle-button span {
        display: block;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--cyan-soft), var(--red));
        transition:
            transform 0.2s ease,
            opacity 0.2s ease;
    }

    .nav-backdrop {
        position: fixed;
        inset: 0;
        z-index: 50;
        display: block;
        background: rgba(0, 0, 0, 0.62);
        backdrop-filter: blur(4px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.22s ease;
    }

    .nav-toggle:checked~.nav-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .nav-toggle:checked~.menu {
        transform: translateX(0);
    }

    .nav-toggle:checked+.nav-toggle-button span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .nav-toggle:checked+.nav-toggle-button span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle:checked+.nav-toggle-button span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .menu a,
    .menu summary {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 52px;
        padding: 0 16px;
        border: 1px solid rgba(143, 231, 255, 0.16);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.035);
        color: #edf6ff;
        font-weight: 800;
        letter-spacing: 0.04em;
    }

    .menu a::after,
    .menu summary::after {
        display: none;
    }

    .menu a.active {
        border-color: rgba(255, 37, 37, 0.56);
        color: var(--white);
        background:
            linear-gradient(90deg, rgba(255, 37, 37, 0.18), rgba(33, 197, 255, 0.08)),
            rgba(255, 255, 255, 0.04);
        box-shadow: inset 3px 0 0 var(--red);
    }

    .menu-item {
        display: grid;
        gap: 10px;
    }

    .has-submenu>summary::before {
        margin-left: auto;
        transform: rotate(45deg);
    }

    .has-submenu[open]>summary::before {
        transform: rotate(225deg);
    }

    .submenu {
        position: static;
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding: 10px;
        border: 1px solid rgba(255, 37, 37, 0.24);
        border-radius: 8px;
        background:
            linear-gradient(145deg, rgba(0, 0, 0, 0.34), rgba(255, 37, 37, 0.06)),
            rgba(255, 255, 255, 0.03);
        box-shadow: none;
        clip-path: none;
        opacity: 0;
        pointer-events: none;
        transform: none;
        display: none;
        gap: 8px;
    }

    .has-submenu[open] .submenu {
        display: grid;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .submenu::before {
        display: none;
    }

    .submenu a {
        width: 100%;
        min-height: 46px;
        padding: 0 12px 0 18px;
        color: #cbd8e6;
        font-size: 0.74rem;
        line-height: 1.2;
        white-space: normal;
        border-color: rgba(255, 255, 255, 0.1);
        background: rgba(0, 0, 0, 0.28);
        box-shadow: inset 2px 0 0 rgba(255, 37, 37, 0.42);
    }

    .submenu a:hover,
    .submenu a:focus {
        padding-left: 18px;
    }

    .menu a.login {
        justify-content: center;
        min-height: 54px;
        margin-top: 10px;
        border-color: rgba(255, 37, 37, 0.56);
        background:
            linear-gradient(90deg, rgba(255, 37, 37, 0.28), rgba(33, 197, 255, 0.16)),
            rgba(255, 255, 255, 0.04);
    }

    .hero::before {
        background: url("/assets/img/galeria-local-experiencia-gp.jpg") center top / cover no-repeat;
    }

    .hero::after {
        background:
            linear-gradient(180deg,
                rgba(2, 5, 9, 0.2) 0%,
                rgba(2, 6, 12, 0.72) 48%,
                var(--bg) 100%),
            repeating-linear-gradient(90deg,
                rgba(255, 255, 255, 0.018) 0 1px,
                transparent 1px 7px);
    }

    .hero-content {
        padding-top: 36vh;
    }

    .hero-video {
        object-position: center top;
    }

    .hero .wrap::before {
        inset: -44px -16px -36px -16px;
        width: auto;
        background: linear-gradient(180deg,
                rgba(2, 5, 9, 0.2) 0%,
                rgba(2, 6, 12, 0.78) 36%,
                rgba(2, 6, 12, 0.98) 100%);
    }

    .section-head,
    .media-grid,
    .energy-hero,
    .energy-catalog,
    .error-layout,
    .timeline,
    .defense-grid,
    .gallery {
        grid-template-columns: 1fr;
    }

    .grid-3,
    .grid-6,
    .energy-grid,
    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .energy-token {
        justify-self: center;
    }

    .error-panel {
        width: min(100%, 320px);
        justify-self: start;
    }

    .timeline::before {
        display: none;
    }

    .experience-gallery .featured-photo {
        grid-column: auto;
    }
}

/* Responsive global para moviles */
@media (max-width: 640px) {
    .nav {
        min-height: 64px;
    }

    .hero {
        padding-top: 20px;
    }

    .hero-content {
        padding-top: 28vh;
    }

    .hero-video {
        object-position: center top;
    }

    .error-hero {
        min-height: auto;
        padding-top: 52px;
    }

    .ticker {
        white-space: nowrap;
        justify-content: flex-start;
    }

    section {
        padding: 62px 0;
    }

    .grid-3,
    .grid-6,
    .energy-grid,
    .catalog-grid,
    .energy-actions {
        grid-template-columns: 1fr;
    }

    .card,
    .cta-box,
    .media-panel,
    .energy-panel {
        clip-path: none;
    }

    .energy-actions span {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .energy-actions span:last-child {
        border-bottom: 0;
    }

    .error-panel {
        width: min(100%, 260px);
    }

    .experience-gallery .slide-card,
    .experience-gallery .slide-card img {
        min-height: 240px;
    }

    .defense {
        grid-template-columns: 1fr;
    }

    .proof {
        grid-template-columns: 44px 1fr;
        clip-path: none;
    }
}

/* ==========================================================================
   07. PAGINA GPNEUROSCORE / neuroscore.php
   Hero, metodologia, indices, panel de score, beneficios y responsive.
   ========================================================================== */
.neuroscore-page {
    background:
        radial-gradient(circle at 80% 12%,
            rgba(255, 37, 37, 0.14),
            transparent 24rem),
        radial-gradient(circle at 28% 18%,
            rgba(33, 197, 255, 0.1),
            transparent 22rem),
        linear-gradient(135deg, #020305 0%, #07090d 46%, #020305 100%);
}

.neuro-hero {
    position: relative;
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    isolation: isolate;
    padding: 76px 0 34px;
    overflow: hidden;
}

.neuro-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg,
            rgba(1, 2, 5, 0.98) 0%,
            rgba(5, 7, 11, 0.88) 48%,
            rgba(5, 7, 11, 0.42) 100%),
        radial-gradient(circle at 75% 50%,
            rgba(255, 37, 37, 0.22),
            transparent 22rem),
        repeating-linear-gradient(90deg,
            rgba(255, 255, 255, 0.028) 0 1px,
            transparent 1px 8px);
}

.neuro-hero::after {
    content: "";
    position: absolute;
    inset: auto -8vw 7vh 34vw;
    z-index: -1;
    height: 280px;
    border: 1px solid rgba(255, 37, 37, 0.22);
    border-left: 0;
    border-right: 0;
    background:
        linear-gradient(100deg,
            transparent 0 12%,
            rgba(255, 37, 37, 0.22) 13%,
            transparent 14%),
        repeating-linear-gradient(100deg,
            transparent 0 18px,
            rgba(255, 37, 37, 0.06) 18px 20px);
    filter: blur(0.2px);
    transform: skewY(-8deg);
}

.neuro-hero-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.88fr) minmax(420px, 1.12fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.neuro-hero-copy {
    min-width: 0;
    padding-left: 2px;
}

.neuro-hero-copy h1 {
    margin-bottom: 22px;
    max-width: 620px;
    font-size: clamp(3rem, 6.3vw, 5.85rem);
    line-height: 0.92;
    text-transform: none;
    letter-spacing: -0.06em;
    text-shadow:
        0 0 22px rgba(255, 255, 255, 0.18),
        0 0 34px rgba(255, 37, 37, 0.16);
    overflow-wrap: normal;
}

.neuro-lead {
    max-width: 560px;
    color: #e8f7fb;
    font-size: clamp(1.12rem, 2vw, 1.45rem);
    line-height: 1.55;
}

.neuro-visual {
    position: relative;
    min-height: 410px;
    display: grid;
    place-items: center;
    min-width: 0;
    isolation: isolate;
}

.neuro-visual img {
    position: relative;
    z-index: 2;
    width: min(550px, 100%);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    padding: clamp(10px, 1.4vw, 18px);
    background:
        radial-gradient(circle at 50% 28%, rgba(255, 37, 37, 0.1), transparent 36%),
        linear-gradient(145deg, rgba(2, 3, 5, 0.92), rgba(7, 10, 14, 0.82));
    border: 1px solid rgba(255, 37, 37, 0.28);
    box-shadow:
        0 0 46px rgba(255, 37, 37, 0.18),
        0 28px 70px rgba(0, 0, 0, 0.44);
    animation: neuroFloat 5s ease-in-out infinite;
}

.neuro-orbit,
.neuro-orbit span {
    position: absolute;
    border-radius: 50%;
}

.neuro-orbit {
    width: min(430px, 78vw);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 37, 37, 0.28);
    box-shadow:
        inset 0 0 42px rgba(33, 197, 255, 0.08),
        0 0 42px rgba(255, 37, 37, 0.18);
    animation: slowSpin 18s linear infinite;
}

.neuro-orbit span {
    width: 12px;
    height: 12px;
    background: var(--red);
    box-shadow: 0 0 20px var(--red);
}

.neuro-orbit span:nth-child(1) {
    top: 8%;
    left: 48%;
}

.neuro-orbit span:nth-child(2) {
    right: 10%;
    top: 58%;
    background: var(--cyan);
    box-shadow: 0 0 20px var(--cyan);
}

.neuro-orbit span:nth-child(3) {
    left: 12%;
    bottom: 18%;
}

.neuro-strip {
    width: min(var(--max), calc(100% - 32px));
    margin: 42px auto 0;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 37, 37, 0.34);
    border-bottom: 1px solid rgba(33, 197, 255, 0.18);
    color: #f3f6f8;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    font-size: 0.82rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    overflow: visible;
}

.neuro-strip span {
    min-width: 0;
    text-align: center;
}

.neuro-section {
    background:
        radial-gradient(circle at 18% 20%,
            rgba(255, 37, 37, 0.08),
            transparent 20rem),
        #020305;
}

.neuro-section h2 {
    font-size: clamp(2.2rem, 4.8vw, 4.8rem);
    line-height: 0.98;
    margin-bottom: 20px;
}

.neuro-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 42px;
    align-items: start;
}

.neuro-intro-copy>p {
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.75;
}

.neuro-mini-grid {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.neuro-mini-grid article {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(255, 37, 37, 0.34);
    background: linear-gradient(90deg,
            rgba(255, 37, 37, 0.08),
            rgba(6, 14, 25, 0.58));
}

.neuro-icon {
    grid-row: span 2;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 37, 37, 0.78);
    border-radius: 50%;
    color: var(--red);
    font-weight: 900;
    box-shadow: 0 0 24px rgba(255, 37, 37, 0.22);
}

.neuro-mini-grid strong {
    font-size: 1.35rem;
}

.neuro-mini-grid p {
    margin: 0;
    color: var(--muted);
}

.neuro-journey,
.neuro-value-flow {
    display: grid;
    gap: 0;
    margin-top: 28px;
    border: 1px solid rgba(255, 37, 37, 0.34);
    background:
        linear-gradient(90deg, rgba(255, 37, 37, 0.08), rgba(6, 14, 25, 0.58)),
        radial-gradient(circle at 100% 0, rgba(33, 197, 255, 0.12), transparent 16rem);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.neuro-journey article,
.neuro-value-flow article {
    position: relative;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(255, 37, 37, 0.18);
}

.neuro-journey article:last-child,
.neuro-value-flow article:last-child {
    border-bottom: 0;
}

.neuro-journey article::before,
.neuro-value-flow article::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 55px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 37, 37, 0.62), rgba(33, 197, 255, 0.22));
}

.neuro-journey article:first-child::before,
.neuro-value-flow article:first-child::before {
    top: 50%;
}

.neuro-journey article:last-child::before,
.neuro-value-flow article:last-child::before {
    bottom: 50%;
}

.neuro-journey span,
.neuro-value-icon {
    position: relative;
    z-index: 1;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 37, 37, 0.78);
    border-radius: 50%;
    color: var(--red);
    background: rgba(3, 5, 8, 0.92);
    box-shadow:
        inset 0 0 18px rgba(255, 255, 255, 0.08),
        0 0 24px rgba(255, 37, 37, 0.22);
    font-weight: 950;
}

.neuro-value-icon svg,
.wcc-value-icon svg,
.wcl-value-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 8px rgba(143, 231, 255, 0.38));
}

.neuro-journey strong,
.neuro-value-flow strong {
    display: block;
    margin-bottom: 7px;
    color: var(--white);
    font-size: clamp(1.18rem, 2vw, 1.65rem);
}

.neuro-journey p,
.neuro-value-flow p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.neuro-method {
    background:
        linear-gradient(180deg, rgba(2, 3, 5, 0.86), rgba(2, 3, 5, 0.98)),
        radial-gradient(circle at 50% 52%,
            rgba(33, 197, 255, 0.14),
            transparent 23rem);
}

.method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 34px;
}

.method-card {
    position: relative;
    min-height: 420px;
    padding: 26px;
    border: 1px solid rgba(255, 37, 37, 0.32);
    background: linear-gradient(160deg,
            rgba(10, 12, 17, 0.92),
            rgba(2, 3, 5, 0.8));
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.34);
    overflow: hidden;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%, 0 10%);
}

.method-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            rgba(255, 37, 37, 0.11),
            transparent 50%,
            rgba(33, 197, 255, 0.1));
    pointer-events: none;
}

.method-card>* {
    position: relative;
    z-index: 1;
}

.method-number {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--red);
    font-size: 3rem;
    font-weight: 950;
    font-style: italic;
}

.method-card h3 {
    margin-bottom: 20px;
    font-size: 1.55rem;
    font-style: italic;
    text-transform: uppercase;
}

.method-card p {
    color: var(--muted);
    line-height: 1.65;
}

.method-media {
    margin-bottom: 22px;
    border: 1px solid rgba(255, 37, 37, 0.5);
    overflow: hidden;
}

.method-media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.featured {
    border-color: rgba(33, 197, 255, 0.38);
}

.method-visual {
    position: relative;
    min-height: 214px;
    margin: 18px 0 26px;
    overflow: hidden;
    border: 1px solid rgba(143, 231, 255, 0.24);
    background:
        radial-gradient(circle at 78% 18%, rgba(33, 197, 255, 0.2), transparent 32%),
        linear-gradient(150deg, rgba(10, 16, 24, 0.9), rgba(2, 4, 8, 0.78));
    box-shadow: inset 0 0 32px rgba(255, 255, 255, 0.04);
}

.method-visual::before {
    content: "";
    position: absolute;
    inset: -1px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.22;
}

.method-visual>* {
    position: relative;
    z-index: 1;
}

.processing-visual {
    display: grid;
    place-items: center;
    padding: 24px 20px 30px;
}

.processing-screen {
    position: relative;
    width: min(280px, 100%);
    min-height: 158px;
    padding: 18px;
    border: 1px solid rgba(33, 197, 255, 0.46);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(13, 27, 42, 0.96), rgba(2, 8, 14, 0.96));
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.42),
        0 0 34px rgba(33, 197, 255, 0.2);
}

.processing-screen::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.screen-top {
    display: flex;
    gap: 7px;
    margin-bottom: 18px;
}

.screen-top span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 12px rgba(255, 37, 37, 0.55);
}

.screen-top span:nth-child(2) {
    background: var(--cyan);
    box-shadow: 0 0 12px rgba(33, 197, 255, 0.55);
}

.screen-top span:nth-child(3) {
    background: rgba(255, 255, 255, 0.68);
    box-shadow: none;
}

.data-stream {
    display: grid;
    gap: 9px;
    width: 48%;
}

.data-stream i,
.result-lines span {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cyan), var(--blue));
    box-shadow: 0 0 16px rgba(33, 197, 255, 0.28);
}

.data-stream i {
    width: 78%;
    animation: dataPulse 2.4s ease-in-out infinite;
}

.data-stream i:nth-child(2) {
    width: 92%;
    animation-delay: 0.18s;
}

.data-stream i:nth-child(3) {
    width: 62%;
    animation-delay: 0.36s;
}

.data-stream i:nth-child(4) {
    width: 84%;
    animation-delay: 0.54s;
}

.processor-chip {
    position: absolute;
    right: 20px;
    bottom: 24px;
    width: 112px;
    height: 88px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 37, 37, 0.62);
    border-radius: 8px;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 62%),
        linear-gradient(135deg, rgba(255, 37, 37, 0.2), rgba(33, 197, 255, 0.18));
    box-shadow: 0 0 30px rgba(255, 37, 37, 0.18);
    text-align: center;
}

.processor-chip span {
    display: block;
    color: var(--white);
    font-size: 2rem;
    font-weight: 950;
    line-height: 0.95;
}

.processor-chip small {
    display: block;
    margin-top: 4px;
    color: var(--red);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.signal-grid {
    position: absolute;
    right: 14px;
    top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 10px);
    gap: 8px;
}

.signal-grid span {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: rgba(143, 231, 255, 0.42);
    box-shadow: 0 0 12px rgba(33, 197, 255, 0.25);
}

.processing-base {
    width: 128px;
    height: 12px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(143, 231, 255, 0.65), transparent);
}

.review-visual {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 16px;
    align-items: end;
    padding: 24px 20px 22px;
}

.review-person {
    position: relative;
    min-height: 162px;
}

.person-head {
    position: absolute;
    left: 34px;
    top: 22px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f1f5f9, #9fb0c7);
    box-shadow: 0 0 22px rgba(143, 231, 255, 0.2);
}

.person-body {
    position: absolute;
    left: 16px;
    bottom: 0;
    width: 86px;
    height: 104px;
    border-radius: 44px 44px 12px 12px;
    background: linear-gradient(160deg, rgba(255, 37, 37, 0.88), rgba(92, 8, 16, 0.92));
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.35);
}

.person-arm {
    position: absolute;
    left: 76px;
    top: 94px;
    width: 74px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d7dee9, #8fa3bc);
    transform: rotate(-13deg);
    transform-origin: left center;
}

.review-screen {
    min-height: 154px;
    padding: 18px;
    border: 1px solid rgba(33, 197, 255, 0.42);
    border-radius: 8px;
    background:
        radial-gradient(circle at 28% 38%, rgba(33, 197, 255, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(7, 18, 29, 0.95), rgba(1, 5, 10, 0.96));
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.38),
        0 0 32px rgba(33, 197, 255, 0.16);
}

.result-ring {
    width: 74px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(2, 8, 14, 0.95) 46%, transparent 47%),
        conic-gradient(var(--cyan) 0 86%, rgba(255, 255, 255, 0.13) 86% 100%);
}

.result-ring span {
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 950;
}

.result-lines {
    display: grid;
    gap: 9px;
}

.result-lines span {
    width: var(--bar);
}

.result-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.result-tags span {
    padding: 6px 9px;
    border: 1px solid rgba(255, 37, 37, 0.36);
    color: #f2f4f7;
    background: rgba(255, 37, 37, 0.12);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.score-radar {
    aspect-ratio: 1;
    background:
        conic-gradient(from 30deg,
            rgba(33, 197, 255, 0.42),
            rgba(255, 37, 37, 0.36),
            rgba(33, 197, 255, 0.42)),
        repeating-radial-gradient(circle,
            transparent 0 24%,
            rgba(255, 255, 255, 0.14) 25% 26%,
            transparent 27% 49%);
    clip-path: polygon(50% 0, 91% 25%, 91% 75%, 50% 100%, 9% 75%, 9% 25%);
    opacity: 0.9;
}

.score-bars {
    display: grid;
    gap: 12px;
}

.score-bars strong {
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cyan), var(--blue));
    box-shadow: 0 0 16px rgba(33, 197, 255, 0.28);
}

.neuro-note {
    margin: 38px auto 0;
    max-width: 980px;
    padding: 22px 28px;
    border: 1px solid rgba(255, 37, 37, 0.48);
    color: #f2f4f7;
    background: rgba(5, 7, 10, 0.82);
    box-shadow: var(--shadow-red);
    text-align: center;
    font-size: clamp(1.2rem, 2.4vw, 1.9rem);
    font-weight: 800;
}

.neuro-indices-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
    gap: 34px;
    align-items: center;
}

.neuro-metal-title {
    max-width: 860px;
    font-style: italic;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    background: linear-gradient(180deg, #ffffff 0%, #d7d9dc 38%, #777d86 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.12));
}

.indices-copy .kicker::after {
    content: "";
    display: block;
    width: 180px;
    height: 2px;
    margin-top: 12px;
    background: linear-gradient(90deg, var(--red), transparent);
    box-shadow: 0 0 18px rgba(255, 37, 37, 0.72);
}

.indices-copy>p {
    max-width: 720px;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.indices-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 26px;
}

.indices-grid article {
    position: relative;
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 16px;
    align-items: center;
    min-height: 118px;
    padding: 18px;
    border: 1px solid rgba(255, 37, 37, 0.34);
    background:
        linear-gradient(90deg, rgba(255, 37, 37, 0.1), transparent 42%),
        linear-gradient(145deg, rgba(8, 13, 21, 0.94), rgba(2, 3, 5, 0.82));
    overflow: hidden;
    transition:
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.indices-grid article::after {
    content: "";
    position: absolute;
    inset: auto 18px 0 18px;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 37, 37, 0.7),
            transparent);
    opacity: 0.45;
}

.indices-grid article:hover {
    border-color: rgba(255, 37, 37, 0.72);
    box-shadow: 0 0 28px rgba(255, 37, 37, 0.16);
    transform: translateY(-3px);
}

.index-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: var(--red);
    background:
        radial-gradient(circle, rgba(255, 37, 37, 0.18), transparent 58%),
        rgba(3, 5, 8, 0.88);
    box-shadow:
        inset 0 0 18px rgba(255, 255, 255, 0.08),
        0 0 24px rgba(255, 37, 37, 0.22);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.08em;
}

.indices-grid article div>span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--red);
    font-weight: 900;
    letter-spacing: 0.08em;
}

.indices-grid strong {
    display: block;
    margin-bottom: 7px;
    font-size: 1.05rem;
}

.indices-grid p {
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
}

.score-panel {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(33, 197, 255, 0.34);
    background:
        radial-gradient(circle at 52% 34%,
            rgba(33, 197, 255, 0.2),
            transparent 18rem),
        radial-gradient(circle at 46% 48%,
            rgba(255, 37, 37, 0.13),
            transparent 16rem),
        linear-gradient(145deg, rgba(5, 14, 22, 0.92), rgba(1, 3, 6, 0.88)),
        rgba(4, 10, 16, 0.82);
    box-shadow:
        var(--shadow-blue),
        inset 0 0 44px rgba(33, 197, 255, 0.06);
    overflow: hidden;
}

.score-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(33, 197, 255, 0.08) 0 1px,
            transparent 1px 52px),
        linear-gradient(0deg,
            rgba(255, 255, 255, 0.035) 0 1px,
            transparent 1px 52px);
    mask-image: radial-gradient(circle at 50% 40%, black, transparent 74%);
    pointer-events: none;
}

.score-panel>* {
    position: relative;
    z-index: 1;
}

.score-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    color: var(--muted);
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.score-panel-head strong {
    color: var(--white);
}

.score-radar {
    position: relative;
    width: min(360px, 82vw);
    margin: 0 auto 34px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 0 2px, transparent 3px),
        repeating-radial-gradient(circle,
            transparent 0 18%,
            rgba(143, 231, 255, 0.14) 19% 20%),
        conic-gradient(from 0deg,
            rgba(33, 197, 255, 0.12),
            rgba(255, 37, 37, 0.1),
            rgba(33, 197, 255, 0.12));
    clip-path: none;
}

.score-radar span {
    position: absolute;
    inset: 18%;
    display: block;
    background:
        linear-gradient(145deg,
            rgba(33, 197, 255, 0.76),
            rgba(0, 103, 255, 0.28) 52%,
            rgba(255, 37, 37, 0.42)),
        rgba(33, 197, 255, 0.18);
    clip-path: polygon(50% 5%, 86% 28%, 80% 74%, 50% 92%, 18% 72%, 14% 32%);
    box-shadow:
        inset 0 0 28px rgba(33, 197, 255, 0.28),
        0 0 28px rgba(33, 197, 255, 0.22);
}

.score-radar i {
    position: absolute;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    color: var(--cyan-soft);
    background: rgba(2, 6, 12, 0.92);
    box-shadow: 0 0 22px rgba(33, 197, 255, 0.2);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
}

.radar-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 8px rgba(143, 231, 255, 0.38));
}

.score-radar i:nth-of-type(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -10%);
}

.score-radar i:nth-of-type(2) {
    top: 22%;
    right: 2%;
}

.score-radar i:nth-of-type(3) {
    right: 2%;
    bottom: 22%;
}

.score-radar i:nth-of-type(4) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10%);
}

.score-radar i:nth-of-type(5) {
    bottom: 22%;
    left: 2%;
}

.score-radar i:nth-of-type(6) {
    top: 22%;
    left: 2%;
}

.score-bars div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px;
    align-items: center;
    color: var(--muted);
}

.score-bars strong {
    width: var(--score);
}

.neuro-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.use-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.use-grid article {
    min-height: 170px;
    padding: 22px;
    border: 1px solid rgba(143, 231, 255, 0.24);
    background: linear-gradient(160deg,
            rgba(5, 13, 24, 0.86),
            rgba(7, 7, 9, 0.84));
}

.use-grid strong {
    display: block;
    margin-bottom: 14px;
    color: var(--cyan-soft);
    font-size: 1.18rem;
}

.use-grid span {
    color: var(--muted);
    line-height: 1.55;
}

.neuro-cta .cta-box {
    background:
        linear-gradient(110deg, rgba(2, 3, 5, 0.96), rgba(9, 9, 12, 0.82)),
        url("/assets/img/galeria-neuroscore.png") center right / contain no-repeat;
    background-blend-mode: multiply;
}

@keyframes neuroFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes slowSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes dataPulse {

    0%,
    100% {
        opacity: 0.42;
        transform: scaleX(0.82);
        transform-origin: left center;
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@media (max-width: 1120px) {
    .neuro-hero-grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    }

    .neuro-hero-copy h1 {
        font-size: clamp(3rem, 5.8vw, 4.8rem);
    }
}

@media (max-width: 980px) {

    .neuro-hero-grid,
    .neuro-intro,
    .neuro-indices-layout,
    .method-grid,
    .neuro-benefits,
    .use-grid {
        grid-template-columns: 1fr;
    }

    .neuro-hero {
        min-height: auto;
    }

    .neuro-hero-copy h1,
    .neuro-lead {
        max-width: 720px;
    }

    .neuro-visual {
        min-height: 320px;
    }

    .neuro-visual img {
        width: min(520px, 92vw);
    }

    .neuro-strip {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 14px 0;
        white-space: normal;
    }

    .neuro-strip span {
        display: grid;
        min-height: 42px;
        place-items: center;
        padding: 10px 12px;
        border: 1px solid rgba(33, 197, 255, 0.18);
        background: rgba(2, 8, 16, 0.54);
        line-height: 1.35;
    }

    .indices-grid {
        grid-template-columns: 1fr;
    }

    .neuro-journey article,
    .neuro-value-flow article {
        grid-template-columns: 76px minmax(0, 1fr);
        padding: 20px;
    }

    .neuro-journey article::before,
    .neuro-value-flow article::before {
        left: 51px;
    }
}

@media (max-width: 640px) {
    .neuro-hero {
        padding-top: 50px;
    }

    .neuro-hero-copy h1 {
        font-size: clamp(2.7rem, 15vw, 4.2rem);
    }

    .neuro-mini-grid article,
    .indices-grid article,
    .neuro-journey article,
    .neuro-value-flow article,
    .review-visual,
    .score-bars div {
        grid-template-columns: 1fr;
    }

    .method-visual {
        min-height: 0;
    }

    .processing-screen {
        width: 100%;
    }

    .review-person {
        min-height: 138px;
        width: 150px;
        margin: 0 auto -18px;
    }

    .review-screen {
        min-height: 144px;
    }

    .neuro-journey article::before,
    .neuro-value-flow article::before {
        display: none;
    }

    .method-card,
    .score-panel,
    .use-grid article {
        padding: 20px;
    }

    .neuro-orbit {
        width: 82vw;
    }

    .neuro-visual {
        min-height: 0;
        margin-top: 8px;
    }

    .neuro-visual img {
        width: min(390px, 94vw);
        padding: 10px;
    }

    .neuro-strip {
        grid-template-columns: 1fr;
        margin-top: 28px;
        font-size: 0.76rem;
        letter-spacing: 0.12em;
    }

    .neuro-strip span {
        min-height: 38px;
    }
}

/* ==========================================================================
   08. PAGINA SIMULATOR / simulator.php
   Hero comercial, paquetes, formula de negocio, ingresos, ubicacion y CTA.
   ========================================================================== */
.simulator-page {
    background:
        radial-gradient(circle at 74% 12%,
            rgba(0, 103, 255, 0.2),
            transparent 24rem),
        radial-gradient(circle at 84% 80%,
            rgba(255, 37, 37, 0.16),
            transparent 22rem),
        linear-gradient(135deg, #020408 0%, #050a12 48%, #020408 100%);
}

.sim-hero {
    position: relative;
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    isolation: isolate;
    padding: 76px 0 34px;
    overflow: hidden;
}

.sim-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 78% 48%,
            rgba(0, 103, 255, 0.2),
            transparent 25rem),
        linear-gradient(90deg,
            rgba(2, 4, 8, 0.98) 0%,
            rgba(2, 5, 10, 0.86) 44%,
            rgba(2, 5, 10, 0.24) 100%),
        repeating-linear-gradient(90deg,
            rgba(255, 255, 255, 0.025) 0 1px,
            transparent 1px 8px);
}

.sim-hero::after {
    content: "";
    position: absolute;
    inset: auto -10vw 8vh 38vw;
    z-index: -1;
    height: 250px;
    background:
        linear-gradient(105deg,
            transparent 8%,
            rgba(0, 103, 255, 0.18) 10%,
            transparent 12% 66%,
            rgba(255, 37, 37, 0.17) 68%,
            transparent 70%),
        repeating-linear-gradient(105deg,
            transparent 0 18px,
            rgba(33, 197, 255, 0.06) 18px 20px);
    transform: skewY(-8deg);
}

.sim-hero-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 1.18fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: center;
}

.sim-hero-copy {
    min-width: 0;
}

.sim-title {
    width: 100%;
    margin: 0 auto 26px;
    font-size: clamp(3rem, 6vw, 3rem);
    line-height: 0.96;
    letter-spacing: -0.045em;
    text-transform: uppercase;
    text-align: center;
}

.sim-title span {
    display: block;
    font-size: clamp(3rem, 6vw, 4rem);
    color: var(--blue);
    text-shadow: 0 0 24px rgba(0, 103, 255, 0.36);
}

@media (min-width: 1024px) {

    .sim-title span {
        margin-top: 0.6rem;
    }
}

.sim-lead {
    max-width: 520px;
    color: #f2f7ff;
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    line-height: 1.35;
    font-weight: 700;
}

.sim-lead::after {
    content: "";
    display: block;
    width: 74px;
    height: 2px;
    margin-top: 24px;
    background: linear-gradient(90deg, var(--cyan), transparent);
    box-shadow: 0 0 16px var(--cyan);
}

.sim-proof-box {
    display: grid;
    gap: 13px;
    max-width: 430px;
    margin: 26px 0 30px;
    padding: 18px 22px;
    border: 1px solid rgba(33, 197, 255, 0.55);
    background: rgba(2, 8, 16, 0.68);
    box-shadow: var(--shadow-blue);
}

.sim-proof-box div {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: center;
    color: var(--muted);
}

.sim-proof-box span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid var(--cyan);
    border-radius: 50%;
    color: var(--cyan);
    font-size: 0.72rem;
    font-weight: 900;
}

.sim-hero-visual {
    position: relative;
    min-width: 0;
}

.sim-hero-visual::before {
    content: "";
    position: absolute;
    inset: 10% -4% 6% 18%;
    z-index: 0;
    border: 1px solid rgba(33, 197, 255, 0.26);
    background:
        repeating-linear-gradient(90deg,
            transparent 0 15px,
            rgba(33, 197, 255, 0.14) 15px 17px),
        linear-gradient(135deg, rgba(0, 103, 255, 0.18), transparent 58%);
    transform: skewX(-10deg);
    box-shadow: var(--shadow-blue);
}

.sim-hero-visual img {
    position: relative;
    z-index: 1;
    width: min(680px, 100%);
    margin-left: auto;
    /* border: 1px solid rgba(33, 197, 255, 0.22); */
    /* background: #03060b; */
    /* box-shadow:
        0 0 42px rgba(0, 103, 255, 0.2),
        0 28px 70px rgba(0, 0, 0, 0.44); */
    animation: neuroFloat 5s ease-in-out infinite;
}

.sim-location {
    width: min(var(--max), calc(100% - 32px));
    margin: 34px auto 0;
    padding: 15px 24px;
    border: 1px solid rgba(33, 197, 255, 0.55);
    border-radius: 8px;
    color: var(--muted);
    display: flex;
    justify-content: center;
    gap: 34px;
    background: rgba(2, 8, 16, 0.72);
    box-shadow: var(--shadow-blue);
}

.sim-location span::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 14px var(--cyan);
}

.sim-section {
    background:
        radial-gradient(circle at 90% 84%,
            rgba(0, 103, 255, 0.14),
            transparent 25rem),
        #020408;
}

.sim-section-head {
    margin-bottom: 34px;
}

.sim-section-head h2,
.sim-business-layout h2 {
    max-width: 980px;
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.sim-section-head p,
.sim-business-layout p {
    max-width: 950px;
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.65;
}

.sim-section-head p strong,
.sim-section-head p span {
    color: var(--blue);
}

.sim-package-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.sim-package-card,
.revenue-grid article {
    position: relative;
    min-height: 360px;
    padding: 24px;
    border: 1px solid rgba(143, 231, 255, 0.34);
    background:
        linear-gradient(160deg, rgba(4, 12, 24, 0.88), rgba(2, 4, 8, 0.86)),
        radial-gradient(circle at 50% 8%,
            rgba(0, 103, 255, 0.18),
            transparent 12rem);
    box-shadow:
        inset 0 0 32px rgba(33, 197, 255, 0.06),
        0 22px 52px rgba(0, 0, 0, 0.32);
    overflow: hidden;
}

.sim-package-card::before,
.revenue-grid article::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(90deg,
            transparent,
            var(--cyan),
            var(--blue),
            transparent);
    box-shadow: 0 0 18px rgba(33, 197, 255, 0.6);
}

.sim-card-icon,
.revenue-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(33, 197, 255, 0.76);
    border-radius: 50%;
    color: var(--cyan);
    font-size: 1.25rem;
    font-weight: 950;
    box-shadow:
        inset 0 0 24px rgba(33, 197, 255, 0.14),
        0 0 26px rgba(33, 197, 255, 0.24);
}

.sim-package-card h3,
.revenue-grid h3 {
    margin-bottom: 8px;
    text-align: center;
    font-size: 1.45rem;
}

.sim-package-card strong,
.revenue-grid strong {
    display: block;
    margin-bottom: 18px;
    color: var(--blue);
    text-align: center;
    line-height: 1.25;
}

.sim-package-card ul {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.52;
}

.sim-package-card li::marker {
    color: var(--blue);
}

.sim-formula,
.sim-note {
    margin: 30px auto 0;
    max-width: 1040px;
    padding: 20px 26px;
    border: 1px solid rgba(143, 231, 255, 0.46);
    background: rgba(2, 8, 16, 0.72);
    box-shadow: var(--shadow-blue);
    color: #f2f7ff;
    text-align: center;
    font-size: clamp(1.1rem, 2.4vw, 1.65rem);
    font-weight: 900;
}

.revenue-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.revenue-grid article {
    min-height: 340px;
    text-align: center;
}

.revenue-grid p {
    color: var(--muted);
    line-height: 1.65;
}

.sim-note {
    border-color: rgba(255, 37, 37, 0.42);
    box-shadow: var(--shadow-red);
}

.sim-business-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 34px;
    align-items: center;
}

.sim-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.sim-stats article {
    min-height: 190px;
    padding: 22px;
    border: 1px solid rgba(33, 197, 255, 0.3);
    background: linear-gradient(160deg,
            rgba(5, 14, 26, 0.86),
            rgba(2, 4, 8, 0.86));
}

.sim-stats strong {
    display: block;
    margin-bottom: 12px;
    color: var(--cyan-soft);
    font-size: 1.25rem;
}

.sim-stats span {
    color: var(--muted);
    line-height: 1.55;
}

.sim-experience-flow {
    position: relative;
}

.sim-experience-flow::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(33, 197, 255, 0.5), transparent);
    box-shadow: 0 0 18px rgba(33, 197, 255, 0.42);
}

.sim-experience-flow article {
    position: relative;
    min-height: 210px;
    display: grid;
    align-content: center;
}

.sim-experience-flow article::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 18px var(--cyan);
}

.sim-use-flow {
    border: 1px solid rgba(143, 231, 255, 0.34);
    background:
        linear-gradient(160deg, rgba(4, 12, 24, 0.88), rgba(2, 4, 8, 0.86)),
        radial-gradient(circle at 100% 0,
            rgba(0, 103, 255, 0.18),
            transparent 18rem);
    box-shadow:
        inset 0 0 32px rgba(33, 197, 255, 0.06),
        0 22px 52px rgba(0, 0, 0, 0.32);
    overflow: hidden;
}

.sim-use-flow article {
    position: relative;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 28px 32px;
    border-bottom: 1px solid rgba(143, 231, 255, 0.18);
}

.sim-use-flow article:last-child {
    border-bottom: 0;
}

.sim-use-flow article::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 72px;
    width: 1px;
    background: linear-gradient(180deg, rgba(33, 197, 255, 0.5), rgba(6, 108, 255, 0.18));
}

.sim-use-flow article:first-child::before {
    top: 50%;
}

.sim-use-flow article:last-child::before {
    bottom: 50%;
}

.sim-use-flow .revenue-icon {
    position: relative;
    z-index: 1;
    margin: 0;
    background: rgba(2, 8, 16, 0.95);
}

.sim-use-flow h3 {
    margin-bottom: 8px;
    color: var(--white);
    font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.sim-use-flow p {
    max-width: 820px;
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.sim-cta .cta-box {
    background:
        linear-gradient(110deg, rgba(2, 6, 12, 0.96), rgba(5, 14, 26, 0.76)),
        url("/assets/img/galeria-simulador-profi.png") center right / contain no-repeat;
    background-blend-mode: multiply;
}

@media (max-width: 1120px) {

    .sim-hero-grid,
    .sim-business-layout {
        grid-template-columns: 1fr;
    }

    .sim-hero-copy h1,
    .sim-lead {
        max-width: 760px;
    }

    .sim-package-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 980px) {

    .revenue-grid,
    .sim-stats {
        grid-template-columns: 1fr;
    }

    .sim-experience-flow::before {
        inset: 0 auto 0 28px;
        width: 1px;
        height: auto;
        background: linear-gradient(180deg, transparent, rgba(33, 197, 255, 0.5), transparent);
    }

    .sim-use-flow article {
        grid-template-columns: 88px minmax(0, 1fr);
        padding: 24px;
    }

    .sim-use-flow article::before {
        left: 64px;
    }
}

@media (max-width: 640px) {
    .sim-hero {
        padding-top: 52px;
    }

    .sim-hero-copy h1 {
        font-size: clamp(2.6rem, 14vw, 4rem);
    }

    .sim-package-grid {
        grid-template-columns: 1fr;
    }

    .sim-location {
        flex-direction: column;
        gap: 12px;
    }

    .sim-package-card,
    .revenue-grid article {
        min-height: auto;
    }

    .sim-use-flow article {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sim-use-flow article::before {
        display: none;
    }
}

/* ==========================================================================
   09. PAGINA WELLNESS COGNITIVO CORPORATIVO / wellness-corporativo.php
   Hero WCC, pilares, flujos, KPIs, data table, tracking e includes.
   ========================================================================== */
.wcc-page {
    background:
        radial-gradient(circle at 84% 18%,
            rgba(0, 103, 255, 0.18),
            transparent 24rem),
        linear-gradient(135deg, #02050b 0%, #06111f 54%, #02050b 100%);
}

.wcc-hero {
    position: relative;
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    isolation: isolate;
    padding: 76px 0 42px;
    overflow: hidden;
}

.wcc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg,
            rgba(2, 5, 10, 0.98) 0%,
            rgba(2, 6, 12, 0.84) 48%,
            rgba(2, 6, 12, 0.22) 100%),
        radial-gradient(circle at 78% 52%,
            rgba(0, 103, 255, 0.24),
            transparent 26rem),
        repeating-linear-gradient(90deg,
            rgba(255, 255, 255, 0.025) 0 1px,
            transparent 1px 9px);
}

.wcc-hero::after {
    content: "";
    position: absolute;
    inset: auto -12vw 7vh 40vw;
    z-index: -1;
    height: 240px;
    background:
        linear-gradient(105deg,
            transparent 0 14%,
            rgba(0, 103, 255, 0.18) 15%,
            transparent 17%),
        repeating-linear-gradient(105deg,
            transparent 0 18px,
            rgba(33, 197, 255, 0.06) 18px 20px);
    transform: skewY(-8deg);
}

.wcc-hero-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(30px, 4vw, 58px);
    align-items: center;
}

.wcc-hero-copy h1 {
    margin-bottom: 14px;
    font-size: clamp(5rem, 13vw, 10rem);
    line-height: 0.84;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.wcc-subtitle {
    max-width: 720px;
    color: #f4f8ff;
    font-size: clamp(1.8rem, 4vw, 3.8rem);
    line-height: 1.08;
    margin-bottom: 24px;
}

.wcc-subtitle::before,
.wcc-section-head h2::after {
    content: "";
    display: block;
    width: min(520px, 100%);
    height: 2px;
    margin: 0 0 20px;
    background: linear-gradient(90deg, var(--blue), transparent);
    box-shadow: 0 0 18px rgba(0, 103, 255, 0.62);
}

.wcc-lead {
    max-width: 620px;
    color: var(--muted);
    font-size: 1.14rem;
    line-height: 1.7;
}

.wcc-hero-visual {
    position: relative;
    min-width: 0;
}

.wcc-hero-visual::before {
    content: "";
    position: absolute;
    inset: -7% -4% -2% 18%;
    z-index: 0;
    border: 1px solid rgba(33, 197, 255, 0.22);
    background:
        linear-gradient(120deg, rgba(33, 197, 255, 0.12), transparent 44%),
        repeating-linear-gradient(90deg,
            transparent 0 18px,
            rgba(0, 103, 255, 0.08) 18px 20px);
    transform: skewX(-10deg);
    box-shadow: var(--shadow-blue);
}

.wcc-hero-visual img {
    position: relative;
    z-index: 1;
    width: min(670px, 100%);
    margin-left: auto;
    border: 1px solid rgba(33, 197, 255, 0.28);
    background: #03060b;
    box-shadow:
        0 0 44px rgba(0, 103, 255, 0.2),
        0 28px 70px rgba(0, 0, 0, 0.46);
}

.wcc-section {
    background:
        radial-gradient(circle at 88% 88%,
            rgba(0, 103, 255, 0.12),
            transparent 24rem),
        #02050b;
}

.wcc-section-head {
    margin-bottom: 34px;
}

.wcc-section-head.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
    gap: 34px;
    align-items: end;
}

.wcc-section-head h2 {
    max-width: 1120px;
    margin-bottom: 18px;
    font-size: clamp(2.5rem, 6vw, 6rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.wcc-section-head h2 span,
.wcc-banner span,
.wcc-result span {
    color: var(--blue);
}

.wcc-section-head p {
    max-width: 900px;
    color: var(--muted);
    font-size: 1.16rem;
    line-height: 1.65;
}

.wcc-pillars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.wcc-pillars article,
.wcc-kpi-grid article,
.wcc-benefits-grid article,
.wcc-tracking-grid article,
.wcc-includes-grid article {
    position: relative;
    border: 1px solid rgba(33, 197, 255, 0.34);
    background: linear-gradient(160deg,
            rgba(4, 13, 26, 0.9),
            rgba(2, 5, 11, 0.84));
    box-shadow:
        inset 0 0 32px rgba(33, 197, 255, 0.06),
        0 20px 48px rgba(0, 0, 0, 0.26);
    overflow: hidden;
}

.wcc-pillars article {
    min-height: 360px;
    padding: 28px;
    text-align: center;
}

.wcc-pillars article::after,
.wcc-kpi-grid article::after,
.wcc-benefits-grid article::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(90deg,
            transparent,
            var(--blue),
            var(--cyan),
            transparent);
}

.wcc-pillars span,
.wcc-benefits-grid span {
    display: block;
    margin-bottom: 18px;
    color: var(--blue);
    font-size: 2.4rem;
    font-weight: 900;
}

.wcc-pillars i,
.wcc-kpi-grid i,
.wcc-includes-grid i {
    width: 84px;
    height: 84px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(33, 197, 255, 0.72);
    border-radius: 50%;
    color: var(--cyan);
    font-style: normal;
    font-weight: 950;
    box-shadow: var(--shadow-blue);
}

.wcc-pillars h3,
.wcc-kpi-grid strong,
.wcc-benefits-grid h3,
.wcc-tracking-grid h3,
.wcc-includes-grid h3 {
    display: block;
    margin-bottom: 14px;
    color: var(--white);
    font-size: 1.45rem;
    line-height: 1.15;
}

.wcc-pillars p,
.wcc-kpi-grid p,
.wcc-benefits-grid p,
.wcc-tracking-grid li,
.wcc-includes-grid li {
    color: var(--muted);
    line-height: 1.62;
}

.wcc-banner,
.wcc-result {
    margin: 34px auto 0;
    padding: 24px 30px;
    border: 1px solid rgba(33, 197, 255, 0.42);
    background: rgba(3, 10, 20, 0.78);
    box-shadow: var(--shadow-blue);
    color: #f5f8ff;
    font-size: clamp(1.18rem, 2.4vw, 1.9rem);
    line-height: 1.35;
    font-weight: 800;
}

.wcc-flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

.wcc-flow-col {
    padding: 30px;
    border-right: 1px solid rgba(33, 197, 255, 0.34);
}

.wcc-flow-col.company {
    border-right: 0;
}

.wcc-flow h3 {
    margin-bottom: 24px;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.wcc-flow ol,
.wcc-flow ul,
.wcc-tracking-grid ul,
.wcc-includes-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wcc-flow li {
    position: relative;
    min-height: 54px;
    padding-left: 68px;
    color: #f0f6ff;
    font-size: clamp(1.18rem, 2vw, 1.8rem);
    line-height: 1.28;
}

.wcc-flow li+li {
    margin-top: 18px;
}

.wcc-flow ol {
    counter-reset: wcc-step;
}

.wcc-flow li::before {
    content: counter(list-item);
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--blue);
    border-radius: 50%;
    color: var(--white);
    background: rgba(0, 103, 255, 0.08);
    box-shadow: var(--shadow-blue);
    font-weight: 900;
}

.wcc-flow ol li {
    counter-increment: wcc-step;
}

.wcc-flow ol li::before {
    content: counter(wcc-step);
}

.wcc-flow ul li::before {
    content: "✓";
}

.wcc-journey,
.wcc-value-flow {
    border: 1px solid rgba(33, 197, 255, 0.42);
    background:
        linear-gradient(160deg, rgba(4, 12, 24, 0.88), rgba(2, 5, 9, 0.84)),
        radial-gradient(circle at 100% 0,
            rgba(33, 197, 255, 0.16),
            transparent 18rem);
    box-shadow:
        inset 0 0 28px rgba(33, 197, 255, 0.06),
        0 18px 45px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.wcc-journey article,
.wcc-value-flow article {
    position: relative;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 28px 32px;
    border-bottom: 1px solid rgba(143, 231, 255, 0.18);
}

.wcc-journey article:last-child,
.wcc-value-flow article:last-child {
    border-bottom: 0;
}

.wcc-journey article::before,
.wcc-value-flow article::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 64px;
    width: 1px;
    background: linear-gradient(180deg, rgba(33, 197, 255, 0.5), rgba(6, 108, 255, 0.18));
}

.wcc-journey article:first-child::before,
.wcc-value-flow article:first-child::before {
    top: 50%;
}

.wcc-journey article:last-child::before,
.wcc-value-flow article:last-child::before {
    bottom: 50%;
}

.wcc-journey span,
.wcc-value-icon {
    position: relative;
    z-index: 1;
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(33, 197, 255, 0.76);
    border-radius: 50%;
    color: var(--cyan-soft);
    background: rgba(2, 8, 16, 0.95);
    box-shadow:
        inset 0 0 22px rgba(33, 197, 255, 0.14),
        0 0 24px rgba(33, 197, 255, 0.22);
    font-size: 1rem;
    font-style: normal;
    font-weight: 950;
}

.wcc-journey h3,
.wcc-value-flow strong {
    display: block;
    margin-bottom: 8px;
    color: var(--white);
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.15;
}

.wcc-journey p,
.wcc-value-flow p {
    max-width: 850px;
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.wcc-kpi-grid,
.wcc-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.wcc-kpi-grid article {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 18px;
    align-items: center;
    min-height: 170px;
    padding: 24px;
}

.wcc-kpi-grid i {
    margin: 0;
}

.wcc-benefits-grid article {
    min-height: 250px;
    padding: 28px;
}

.wcc-data-table {
    border: 1px solid rgba(33, 197, 255, 0.42);
    background: rgba(3, 10, 20, 0.76);
    box-shadow: var(--shadow-blue);
    overflow: hidden;
}

.wcc-data-table>div {
    display: grid;
    grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
    border-bottom: 1px solid rgba(143, 231, 255, 0.18);
}

.wcc-data-table>div:last-child {
    border-bottom: 0;
}

.wcc-data-table .head {
    background: linear-gradient(90deg,
            rgba(0, 103, 255, 0.55),
            rgba(0, 103, 255, 0.2));
}

.wcc-data-table strong,
.wcc-data-table span,
.wcc-data-table p {
    margin: 0;
    padding: 20px 26px;
}

.wcc-data-table strong,
.wcc-data-table span {
    color: #f5f8ff;
    font-size: 1.25rem;
    font-weight: 900;
}

.wcc-data-table p {
    color: var(--muted);
    line-height: 1.55;
}

.wcc-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 26px;
    border: 1px solid rgba(33, 197, 255, 0.42);
    background: rgba(3, 10, 20, 0.74);
}

.wcc-steps span {
    padding: 24px;
    color: #f5f8ff;
    text-align: center;
    font-size: clamp(1.15rem, 2.3vw, 2rem);
    font-weight: 900;
    border-right: 1px solid rgba(33, 197, 255, 0.28);
}

.wcc-steps span:last-child {
    border-right: 0;
}

.wcc-tracking-grid,
.wcc-includes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.wcc-tracking-grid article,
.wcc-includes-grid article {
    padding: 30px;
}

.wcc-tracking-grid li,
.wcc-includes-grid li {
    padding: 14px 0 14px 38px;
    border-bottom: 1px solid rgba(143, 231, 255, 0.12);
    position: relative;
}

.wcc-tracking-grid li::before,
.wcc-includes-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 14px var(--blue);
}

.wcc-includes-grid {
    grid-template-columns: repeat(3, 1fr);
}

.wcc-includes-grid strong {
    display: block;
    margin-bottom: 18px;
    color: var(--blue);
    line-height: 1.35;
}

.wcc-cta .cta-box {
    background:
        linear-gradient(110deg, rgba(2, 6, 12, 0.96), rgba(5, 14, 26, 0.76)),
        url("/assets/img/galeria-neuroscore.png") center right / contain no-repeat;
    background-blend-mode: multiply;
}

@media (max-width: 1120px) {

    .wcc-hero-grid,
    .wcc-section-head.split,
    .wcc-flow,
    .wcc-tracking-grid {
        grid-template-columns: 1fr;
    }

    .wcc-pillars,
    .wcc-kpi-grid,
    .wcc-benefits-grid,
    .wcc-includes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wcc-flow-col {
        border-right: 0;
        border-bottom: 1px solid rgba(33, 197, 255, 0.28);
    }

    .wcc-journey article,
    .wcc-value-flow article {
        grid-template-columns: 86px minmax(0, 1fr);
        padding: 24px;
    }

    .wcc-journey article::before,
    .wcc-value-flow article::before {
        left: 57px;
    }
}

@media (max-width: 760px) {

    .wcc-pillars,
    .wcc-kpi-grid,
    .wcc-benefits-grid,
    .wcc-includes-grid,
    .wcc-steps {
        grid-template-columns: 1fr;
    }

    .wcc-data-table>div,
    .wcc-kpi-grid article {
        grid-template-columns: 1fr;
    }

    .wcc-hero-copy h1 {
        font-size: clamp(4rem, 26vw, 7rem);
    }

    .wcc-subtitle {
        font-size: clamp(1.8rem, 10vw, 3rem);
    }

    .wcc-steps span {
        border-right: 0;
        border-bottom: 1px solid rgba(33, 197, 255, 0.28);
    }

    .wcc-journey article,
    .wcc-value-flow article {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .wcc-journey article::before,
    .wcc-value-flow article::before {
        display: none;
    }
}

/* ==========================================================================
   10. PAGINA WELLNESS COGNITIVO CLINICO / wellness-clinico.php
   Hero WCL, protocolo, paneles clinicos, reporte, indices y semaforos.
   ========================================================================== */
.wcl-page {
    background:
        radial-gradient(circle at 78% 12%,
            rgba(33, 197, 255, 0.15),
            transparent 24rem),
        radial-gradient(circle at 18% 50%,
            rgba(255, 37, 37, 0.1),
            transparent 18rem),
        linear-gradient(135deg, #020408 0%, #06111e 48%, #02050a 100%);
}

.wcl-hero {
    position: relative;
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    isolation: isolate;
    padding: 70px 0 42px;
    overflow: hidden;
}

.wcl-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg,
            rgba(2, 5, 9, 0.98) 0%,
            rgba(3, 8, 15, 0.86) 48%,
            rgba(3, 8, 15, 0.3) 100%),
        repeating-linear-gradient(90deg,
            rgba(255, 255, 255, 0.025) 0 1px,
            transparent 1px 8px);
}

.wcl-hero::after {
    content: "";
    position: absolute;
    inset: auto -12vw 6vh 34vw;
    z-index: -1;
    height: 260px;
    background:
        linear-gradient(105deg,
            transparent 8%,
            rgba(33, 197, 255, 0.14) 10%,
            transparent 12% 67%,
            rgba(255, 37, 37, 0.16) 68%,
            transparent 70%),
        repeating-linear-gradient(105deg,
            transparent 0 20px,
            rgba(33, 197, 255, 0.055) 20px 22px);
    transform: skewY(-8deg);
}

.wcl-hero-grid {
    display: grid;
    grid-template-columns: minmax(340px, 0.88fr) minmax(430px, 1.12fr);
    gap: clamp(28px, 4vw, 52px);
    align-items: center;
}

.wcl-hero-copy h1 {
    margin-bottom: 14px;
    max-width: 520px;
    font-size: clamp(4.2rem, 8vw, 7.2rem);
    line-height: 0.86;
    letter-spacing: -0.045em;
    text-transform: uppercase;
    text-shadow: 0 0 28px rgba(33, 197, 255, 0.2);
}

.wcl-subtitle {
    max-width: 590px;
    color: #f4f8ff;
    font-size: clamp(1.55rem, 3vw, 2.6rem);
    line-height: 1.14;
    margin-bottom: 22px;
}

.wcl-subtitle::before,
.wcl-section-head h2::after {
    content: "";
    display: block;
    width: min(520px, 100%);
    height: 2px;
    margin: 0 0 20px;
    background: linear-gradient(90deg, var(--cyan), var(--blue), transparent);
    box-shadow: 0 0 18px rgba(33, 197, 255, 0.62);
}

.wcl-lead {
    max-width: 560px;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.68;
}

.wcl-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 26px 0 30px;
}

.wcl-tags span {
    padding: 12px 18px;
    border: 1px solid rgba(33, 197, 255, 0.38);
    color: #f5f8ff;
    background: rgba(3, 11, 22, 0.78);
    box-shadow: 0 0 20px rgba(33, 197, 255, 0.12);
    font-weight: 800;
}

.wcl-tags span:nth-child(1) {
    border-color: rgba(196, 151, 36, 0.7);
    color: #f5d275;
}

.wcl-tags span:nth-child(2) {
    border-color: rgba(47, 138, 99, 0.7);
    color: #7be1b0;
}

.wcl-hero-panel {
    position: relative;
    min-height: 430px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-content: center;
    padding: 26px;
    border: 1px solid rgba(33, 197, 255, 0.34);
    background:
        radial-gradient(circle at 50% 18%,
            rgba(33, 197, 255, 0.18),
            transparent 18rem),
        linear-gradient(145deg, rgba(7, 18, 31, 0.9), rgba(2, 5, 9, 0.82));
    box-shadow: var(--shadow-blue);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%, 0 10%);
}

.wcl-clinic-card {
    min-height: 170px;
    padding: 20px;
    border: 1px solid rgba(143, 231, 255, 0.24);
    background: rgba(2, 8, 16, 0.62);
    box-shadow: inset 0 0 24px rgba(33, 197, 255, 0.05);
}

.wcl-clinic-card.main {
    border-color: rgba(196, 151, 36, 0.5);
    background: rgba(196, 151, 36, 0.1);
}

.wcl-clinic-card span {
    display: inline-flex;
    margin-bottom: 16px;
    color: #f5d275;
    font-size: 2.15rem;
    font-weight: 950;
    line-height: 1;
}

.wcl-clinic-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--white);
    font-size: 1.18rem;
    line-height: 1.15;
}

.wcl-clinic-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.48;
}

.wcl-section {
    background:
        radial-gradient(circle at 92% 88%,
            rgba(33, 197, 255, 0.1),
            transparent 24rem),
        var(--bg);
}

.wcl-section-head {
    margin-bottom: 34px;
}

.wcl-section-head h2 {
    max-width: 1120px;
    margin-bottom: 18px;
    font-size: clamp(2.3rem, 5vw, 5.2rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.wcl-section-head p {
    max-width: 940px;
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.66;
}

.wcl-cards-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.wcl-cards-4 article,
.wcl-panel,
.wcl-protocol article,
.wcl-index-main,
.wcl-index-side,
.wcl-report-card {
    border: 1px solid rgba(33, 197, 255, 0.34);
    background: linear-gradient(145deg,
            rgba(9, 18, 31, 0.94),
            rgba(2, 5, 9, 0.78));
    box-shadow:
        inset 0 0 28px rgba(33, 197, 255, 0.06),
        0 18px 45px rgba(0, 0, 0, 0.28);
}

.wcl-cards-4 article {
    min-height: 260px;
    padding: 26px;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%, 0 14%);
}

.wcl-cards-4 span {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--cyan-soft);
    font-size: 2rem;
    font-weight: 900;
}

.wcl-cards-4 h3,
.wcl-panel h3,
.wcl-index-main h3,
.wcl-index-side h3,
.wcl-report-layout h3 {
    margin-bottom: 16px;
    color: var(--white);
    font-size: 1.55rem;
}

.wcl-cards-4 p,
.wcl-panel li,
.wcl-panel p,
.wcl-protocol p,
.wcl-index-main span,
.wcl-index-side span,
.wcl-index-side small {
    color: var(--muted);
    line-height: 1.62;
}

.wcl-warning,
.wcl-note {
    margin: 32px 0 0;
    padding: 22px 28px;
    border: 1px solid rgba(196, 151, 36, 0.48);
    background: rgba(196, 151, 36, 0.12);
    color: #f9f0cf;
    box-shadow: 0 0 24px rgba(196, 151, 36, 0.12);
    font-size: clamp(1.05rem, 2vw, 1.45rem);
    line-height: 1.45;
}

.wcl-two-col,
.wcl-report-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.wcl-panel {
    padding: 30px;
}

.wcl-panel ul {
    margin: 0;
    padding-left: 18px;
}

.wcl-panel li+li {
    margin-top: 14px;
}

.wcl-panel li::marker {
    color: var(--cyan);
}

.wcl-journey,
.wcl-value-flow {
    border: 1px solid rgba(33, 197, 255, 0.34);
    background:
        linear-gradient(145deg, rgba(9, 18, 31, 0.94), rgba(2, 5, 9, 0.78)),
        radial-gradient(circle at 100% 0,
            rgba(33, 197, 255, 0.14),
            transparent 18rem);
    box-shadow:
        inset 0 0 28px rgba(33, 197, 255, 0.06),
        0 18px 45px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.wcl-journey article,
.wcl-value-flow article {
    position: relative;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 28px 32px;
    border-bottom: 1px solid rgba(143, 231, 255, 0.18);
}

.wcl-journey article:last-child,
.wcl-value-flow article:last-child {
    border-bottom: 0;
}

.wcl-journey article::before,
.wcl-value-flow article::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 64px;
    width: 1px;
    background: linear-gradient(180deg, rgba(33, 197, 255, 0.5), rgba(6, 108, 255, 0.18));
}

.wcl-journey article:first-child::before,
.wcl-value-flow article:first-child::before {
    top: 50%;
}

.wcl-journey article:last-child::before,
.wcl-value-flow article:last-child::before {
    bottom: 50%;
}

.wcl-journey span,
.wcl-value-icon {
    position: relative;
    z-index: 1;
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(33, 197, 255, 0.76);
    border-radius: 50%;
    color: var(--cyan-soft);
    background: rgba(2, 8, 16, 0.95);
    box-shadow:
        inset 0 0 22px rgba(33, 197, 255, 0.14),
        0 0 24px rgba(33, 197, 255, 0.22);
    font-size: 1rem;
    font-weight: 950;
}

.wcl-journey h3,
.wcl-value-flow h3 {
    margin-bottom: 8px;
    color: var(--white);
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.15;
}

.wcl-journey p,
.wcl-value-flow p {
    max-width: 850px;
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.wcl-pipeline {
    display: grid;
    gap: 16px;
}

.wcl-pipeline span {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: center;
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 900;
}

.wcl-pipeline b {
    width: 46px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid var(--cyan);
    border-radius: 999px;
    color: var(--cyan-soft);
    background: rgba(33, 197, 255, 0.08);
}

.wcl-pipeline small {
    grid-column: 2;
    color: var(--muted);
    font-weight: 400;
}

.wcl-protocol {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.wcl-protocol article {
    min-height: 230px;
    padding: 24px;
    position: relative;
}

.wcl-protocol article::after {
    content: ">";
    position: absolute;
    right: -18px;
    top: 50%;
    color: var(--cyan);
    font-size: 2rem;
    font-weight: 900;
    transform: translateY(-50%);
}

.wcl-protocol article:last-child::after {
    display: none;
}

.wcl-protocol span {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    color: var(--white);
    background: rgba(33, 197, 255, 0.16);
    font-weight: 900;
}

.wcl-protocol strong {
    display: block;
    margin: 28px 0 16px;
    color: #f5d275;
    font-size: 2.1rem;
}

.wcl-index-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 24px;
}

.wcl-index-main,
.wcl-index-side {
    padding: 28px;
}

.wcl-index-main>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.wcl-index-main span,
.wcl-index-side span,
.wcl-index-side strong {
    display: block;
    padding: 18px;
    border: 1px solid rgba(143, 231, 255, 0.24);
    background: rgba(143, 231, 255, 0.08);
    font-weight: 800;
}

.wcl-index-side {
    display: grid;
    gap: 16px;
}

.wcl-index-side span:first-of-type {
    background: rgba(196, 151, 36, 0.14);
    border-color: rgba(196, 151, 36, 0.42);
}

.wcl-index-side strong {
    color: var(--white);
    text-align: center;
    font-size: 1.35rem;
}

.wcl-index-side small {
    display: block;
    margin-top: 8px;
    font-weight: 400;
}

.wcl-report-card {
    display: grid;
    place-items: center;
    padding: 30px;
}

.wcl-paper {
    width: min(520px, 100%);
    min-height: 390px;
    padding: 24px;
    color: #173d62;
    background: #f7fbff;
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.42);
}

.wcl-paper header {
    padding-bottom: 12px;
    border-bottom: 8px solid #173d62;
    font-weight: 900;
    text-transform: uppercase;
}

.wcl-paper-score {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 18px 0;
}

.wcl-paper-score span {
    padding: 12px;
    background: #173d62;
    color: #fff;
    text-align: center;
    font-weight: 900;
}

.wcl-paper-lines {
    height: 120px;
    background: repeating-linear-gradient(#e5edf4 0 12px, transparent 12px 22px);
}

.wcl-paper-chart {
    height: 90px;
    margin-top: 22px;
    background: linear-gradient(90deg,
            #347cac 12%,
            transparent 12% 20%,
            #1f5d8d 20% 34%,
            transparent 34% 42%,
            #c49724 42% 55%,
            transparent 55% 64%,
            #7a91a8 64% 78%,
            transparent 78%);
}

.wcl-lights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.wcl-lights span {
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--white);
    font-weight: 900;
}

.wcl-lights small {
    color: var(--muted);
    font-weight: 400;
}

.wcl-lights .green {
    background: rgba(47, 138, 99, 0.18);
}

.wcl-lights .yellow {
    background: rgba(196, 151, 36, 0.18);
}

.wcl-lights .orange {
    background: rgba(200, 113, 25, 0.18);
}

.wcl-lights .red {
    background: rgba(196, 54, 59, 0.18);
}

.wcl-cta .cta-box {
    background:
        linear-gradient(110deg, rgba(2, 6, 12, 0.96), rgba(5, 14, 26, 0.78)),
        url("/assets/img/galeria-neuroscore.png") center right / contain no-repeat;
    background-blend-mode: multiply;
}

@media (max-width: 1120px) {

    .wcl-hero-grid,
    .wcl-two-col,
    .wcl-report-layout,
    .wcl-index-layout {
        grid-template-columns: 1fr;
    }

    .wcl-hero-copy h1,
    .wcl-subtitle,
    .wcl-lead {
        max-width: 760px;
    }

    .wcl-cards-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .wcl-protocol {
        grid-template-columns: repeat(2, 1fr);
    }

    .wcl-protocol article::after {
        display: none;
    }

    .wcl-journey article,
    .wcl-value-flow article {
        grid-template-columns: 86px minmax(0, 1fr);
        padding: 24px;
    }

    .wcl-journey article::before,
    .wcl-value-flow article::before {
        left: 57px;
    }
}

@media (max-width: 760px) {

    .wcl-cards-4,
    .wcl-protocol,
    .wcl-index-main>div,
    .wcl-lights {
        grid-template-columns: 1fr;
    }

    .wcl-hero-panel {
        grid-template-columns: 1fr;
    }

    .wcl-hero-copy h1 {
        font-size: clamp(4rem, 22vw, 6rem);
    }

    .wcl-subtitle {
        font-size: clamp(1.65rem, 10vw, 2.8rem);
    }

    .wcl-hero-panel,
    .wcl-cards-4 article {
        clip-path: none;
    }

    .wcl-journey article,
    .wcl-value-flow article {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .wcl-journey article::before,
    .wcl-value-flow article::before {
        display: none;
    }
}
