/* =========================================================
   DIGITALIZANDO MX
   APLICACIONES EMPRESARIALES
   SECCIÓN: SECTORES
   BLOQUE 1 DE 3
========================================================= */


/* =========================================================
   VARIABLES Y SECCIÓN PRINCIPAL
========================================================= */

.dmxIndustries {

    --dmx-industries-bg:
        #f5f8fb;

    --dmx-industries-surface:
        #ffffff;

    --dmx-industries-surface-soft:
        #f8fbfd;

    --dmx-industries-border:
        rgba(17, 53, 72, 0.09);

    --dmx-industries-border-strong:
        rgba(24, 215, 213, 0.22);

    --dmx-industries-text:
        #0b2332;

    --dmx-industries-muted:
        #627b88;

    --dmx-industries-muted-soft:
        #8ba0aa;

    --dmx-industries-accent:
        #18d7d5;

    --dmx-industries-accent-dark:
        #079e9f;

    --dmx-industries-blue:
        #4b7dff;

    --dmx-industries-green:
        #38c985;

    position: relative;

    isolation: isolate;

    padding:
        clamp(88px, 9vw, 142px)
        0;

    overflow: hidden;

    color:
        var(--dmx-industries-text);

    background:
        radial-gradient(
            circle at 85% 18%,
            rgba(24, 215, 213, 0.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 8% 80%,
            rgba(75, 125, 255, 0.07),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #f8fbfd 0%,
            #f2f7fa 100%
        );

}


/* =========================================================
   RESET LOCAL
========================================================= */

.dmxIndustries,
.dmxIndustries *,
.dmxIndustries *::before,
.dmxIndustries *::after {

    box-sizing: border-box;

}


.dmxIndustries button,
.dmxIndustries a {

    font: inherit;

}


.dmxIndustries button {

    color: inherit;

}


.dmxIndustries strong,
.dmxIndustries small,
.dmxIndustries span,
.dmxIndustries b,
.dmxIndustries em,
.dmxIndustries i {

    font-style: normal;

}


/* =========================================================
   FONDO DECORATIVO
========================================================= */

.dmxIndustriesBackground {

    position: absolute;

    inset: 0;

    z-index: -2;

    overflow: hidden;

    pointer-events: none;

}


.dmxIndustriesBackgroundGrid {

    position: absolute;

    inset: 0;

    opacity:
        0.3;

    background-image:
        linear-gradient(
            rgba(19, 57, 77, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(19, 57, 77, 0.045) 1px,
            transparent 1px
        );

    background-size:
        70px 70px;

    -webkit-mask-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.82),
            transparent 90%
        );

    mask-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.82),
            transparent 90%
        );

}


.dmxIndustriesBackgroundGrid::after {

    content: "";

    position: absolute;

    inset: 0;

    transform:
        translateX(-120%);

    background:
        linear-gradient(
            110deg,
            transparent,
            rgba(24, 215, 213, 0.055),
            transparent
        );

    animation:
        dmxIndustriesGridScan
        12s linear infinite;

}


.dmxIndustriesGlow {

    position: absolute;

    border-radius: 50%;

    filter:
        blur(90px);

}


.dmxIndustriesGlowOne {

    top:
        6%;

    right:
        -120px;

    width:
        390px;

    height:
        390px;

    background:
        rgba(24, 215, 213, 0.13);

}


.dmxIndustriesGlowTwo {

    bottom:
        8%;

    left:
        -140px;

    width:
        360px;

    height:
        360px;

    background:
        rgba(75, 125, 255, 0.11);

}


.dmxIndustriesCode {

    position: absolute;

    color:
        rgba(17, 53, 72, 0.2);

    font-size:
        0.62rem;

    font-weight:
        800;

    letter-spacing:
        0.2em;

    text-transform:
        uppercase;

}


.dmxIndustriesCodeOne {

    top:
        90px;

    right:
        23px;

    writing-mode:
        vertical-rl;

}


.dmxIndustriesCodeTwo {

    bottom:
        44px;

    left:
        23px;

}


/* =========================================================
   CONTENEDOR
========================================================= */

.dmxIndustriesContainer {

    position: relative;

    z-index: 1;

}


/* =========================================================
   ENCABEZADO
========================================================= */

.dmxIndustriesHeader {

    max-width:
        1180px;

    margin:
        0 auto
        clamp(42px, 5.5vw, 70px);

}


.dmxIndustriesEyebrow {

    display: inline-flex;

    align-items: center;

    gap:
        12px;

    margin-bottom:
        20px;

}


.dmxIndustriesEyebrow > span {

    position: relative;

    width:
        38px;

    height:
        1px;

    overflow: hidden;

    background:
        rgba(24, 215, 213, 0.3);

}


.dmxIndustriesEyebrow > span::after {

    content: "";

    position: absolute;

    top: 0;

    left:
        -100%;

    width:
        100%;

    height:
        100%;

    background:
        var(--dmx-industries-accent);

    animation:
        dmxIndustriesEyebrow
        3.5s ease-in-out infinite;

}


.dmxIndustriesEyebrow small {

    color:
        var(--dmx-industries-accent-dark);

    font-size:
        0.72rem;

    font-weight:
        800;

    letter-spacing:
        0.14em;

    text-transform:
        uppercase;

}


.dmxIndustriesHeaderLayout {

    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(280px, 0.65fr);

    align-items:
        end;

    gap:
        clamp(32px, 6vw, 88px);

}


.dmxIndustriesHeader h2 {

    max-width:
        700px;

    margin: 0;

    color:
        var(--dmx-industries-text);

    font-size:
        clamp(2.7rem, 4.4vw, 4.9rem);

    font-weight:
        760;

    letter-spacing:
        -0.058em;

    line-height:
        1;

    text-wrap:
        balance;

}


.dmxIndustriesHeader h2 span {

    display: block;

    margin-top:
        6px;

    color:
        transparent;

    background:
        linear-gradient(
            100deg,
            #079e9f,
            #18d7d5 52%,
            #4b7dff
        );

    background-clip:
        text;

    -webkit-background-clip:
        text;

}


.dmxIndustriesHeader p {

    max-width:
        540px;

    margin: 0;

    color:
        var(--dmx-industries-muted);

    font-size:
        clamp(0.98rem, 1.2vw, 1.08rem);

    line-height:
        1.7;

}


/* =========================================================
   EXPLORADOR
========================================================= */

.dmxIndustriesExplorer {

    display: grid;

    grid-template-columns:
        minmax(230px, 0.34fr)
        minmax(0, 1.66fr);

    min-width: 0;

    overflow: hidden;

    border:
        1px solid
        var(--dmx-industries-border);

    border-radius:
        30px;

    background:
        rgba(255, 255, 255, 0.76);

    box-shadow:
        0 30px 82px
        rgba(20, 54, 72, 0.09),
        inset 0 1px 0
        rgba(255, 255, 255, 0.82);

    backdrop-filter:
        blur(18px);

    -webkit-backdrop-filter:
        blur(18px);

}


/* =========================================================
   NAVEGACIÓN DE SECTORES
========================================================= */

.dmxIndustriesNavigation {

    position: relative;

    display: grid;

    align-content:
        start;

    min-width: 0;

    padding:
        18px;

    border-right:
        1px solid
        var(--dmx-industries-border);

    background:
        linear-gradient(
            180deg,
            rgba(248, 252, 254, 0.98),
            rgba(242, 248, 251, 0.94)
        );

}


.dmxIndustriesNavigation::before {

    content: "";

    position: absolute;

    top:
        18px;

    bottom:
        18px;

    left:
        18px;

    width:
        1px;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(24, 215, 213, 0.22),
            transparent
        );

}


.dmxIndustriesNavigationItem {

    position: relative;

    display: grid;

    grid-template-columns:
        auto minmax(0, 1fr);

    grid-template-rows:
        auto auto;

    align-items: center;

    gap:
        3px 11px;

    width:
        100%;

    min-width: 0;

    min-height:
        74px;

    padding:
        12px 13px 12px 18px;

    border: 0;

    border-radius:
        15px;

    background:
        transparent;

    text-align: left;

    cursor: pointer;

    transition:
        background-color 240ms ease,
        transform 240ms ease,
        box-shadow 240ms ease;

}


.dmxIndustriesNavigationItem + .dmxIndustriesNavigationItem {

    margin-top:
        3px;

}


.dmxIndustriesNavigationItem::before {

    content: "";

    position: absolute;

    top:
        50%;

    left:
        -1px;

    width:
        7px;

    height:
        7px;

    border:
        2px solid
        #f6fafc;

    border-radius: 50%;

    background:
        #b9c7ce;

    transform:
        translate(-50%, -50%);

    transition:
        background-color 240ms ease,
        box-shadow 240ms ease,
        transform 240ms ease;

}


.dmxIndustriesNavigationItem > span {

    grid-row:
        1 / 3;

    display: grid;

    width:
        34px;

    height:
        34px;

    place-items: center;

    border:
        1px solid
        rgba(18, 55, 74, 0.08);

    border-radius:
        10px;

    color:
        var(--dmx-industries-muted-soft);

    background:
        rgba(18, 55, 74, 0.035);

    font-size:
        0.58rem;

    font-weight:
        800;

    transition:
        color 240ms ease,
        border-color 240ms ease,
        background-color 240ms ease;

}


.dmxIndustriesNavigationItem strong {

    overflow: hidden;

    color:
        var(--dmx-industries-text);

    font-size:
        0.75rem;

    font-weight:
        730;

    text-overflow:
        ellipsis;

    white-space:
        nowrap;

}


.dmxIndustriesNavigationItem small {

    overflow: hidden;

    color:
        var(--dmx-industries-muted-soft);

    font-size:
        0.57rem;

    text-overflow:
        ellipsis;

    white-space:
        nowrap;

}


.dmxIndustriesNavigationItem:hover {

    transform:
        translateX(3px);

    background:
        rgba(24, 215, 213, 0.045);

}


.dmxIndustriesNavigationItem.isActive {

    background:
        linear-gradient(
            145deg,
            rgba(24, 215, 213, 0.095),
            rgba(75, 125, 255, 0.04)
        );

    box-shadow:
        inset 0 0 0 1px
        rgba(24, 215, 213, 0.13);

}


.dmxIndustriesNavigationItem.isActive::before {

    background:
        var(--dmx-industries-accent);

    box-shadow:
        0 0 0 5px
        rgba(24, 215, 213, 0.1),
        0 0 14px
        rgba(24, 215, 213, 0.32);

    transform:
        translate(-50%, -50%)
        scale(1.12);

}


.dmxIndustriesNavigationItem.isActive > span {

    color:
        var(--dmx-industries-accent-dark);

    border-color:
        rgba(24, 215, 213, 0.2);

    background:
        rgba(24, 215, 213, 0.08);

}


.dmxIndustriesNavigationItem:focus-visible {

    outline:
        3px solid
        rgba(24, 215, 213, 0.36);

    outline-offset:
        -2px;

}


/* =========================================================
   ESCENARIO PRINCIPAL
========================================================= */

.dmxIndustriesStage {

    position: relative;

    display: grid;

    grid-template-columns:
        minmax(290px, 0.76fr)
        minmax(390px, 1.24fr);

    align-items: center;

    min-width: 0;

    min-height:
        560px;

    gap:
        clamp(34px, 5vw, 76px);

    padding:
        clamp(30px, 4vw, 52px);

    overflow: hidden;

    background:
        radial-gradient(
            circle at 78% 27%,
            rgba(24, 215, 213, 0.09),
            transparent 30%
        ),
        radial-gradient(
            circle at 18% 80%,
            rgba(75, 125, 255, 0.055),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(248, 252, 254, 0.96)
        );

}


.dmxIndustriesStage::before {

    content: "";

    position: absolute;

    inset: 0;

    opacity:
        0.4;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(18, 55, 74, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(18, 55, 74, 0.03) 1px,
            transparent 1px
        );

    background-size:
        46px 46px;

    -webkit-mask-image:
        linear-gradient(
            90deg,
            transparent,
            #000 42%,
            #000 100%
        );

    mask-image:
        linear-gradient(
            90deg,
            transparent,
            #000 42%,
            #000 100%
        );

}


.dmxIndustriesStage > * {

    position: relative;

    z-index: 1;

}


/* =========================================================
   CONTENIDO DEL ESCENARIO
========================================================= */

.dmxIndustriesStageContent {

    min-width: 0;

}


.dmxIndustriesStageMeta {

    display: flex;

    align-items: center;

    gap:
        12px;

    margin-bottom:
        20px;

}


.dmxIndustriesStageMeta > span {

    display: grid;

    width:
        38px;

    height:
        38px;

    place-items: center;

    border:
        1px solid
        rgba(24, 215, 213, 0.17);

    border-radius:
        12px;

    color:
        var(--dmx-industries-accent-dark);

    background:
        rgba(24, 215, 213, 0.065);

    font-size:
        0.64rem;

    font-weight:
        820;

}


.dmxIndustriesStageMeta small {

    color:
        var(--dmx-industries-accent-dark);

    font-size:
        0.66rem;

    font-weight:
        800;

    letter-spacing:
        0.12em;

    text-transform:
        uppercase;

}


.dmxIndustriesStageContent h3 {

    max-width:
        520px;

    margin: 0;

    color:
        var(--dmx-industries-text);

    font-size:
        clamp(2rem, 3.3vw, 3.6rem);

    font-weight:
        760;

    letter-spacing:
        -0.055em;

    line-height:
        1.02;

    text-wrap:
        balance;

}


.dmxIndustriesStageContent > p {

    max-width:
        510px;

    margin:
        20px 0 0;

    color:
        var(--dmx-industries-muted);

    font-size:
        0.98rem;

    line-height:
        1.68;

}


.dmxIndustriesStageCapabilities {

    display: flex;

    flex-wrap: wrap;

    gap:
        8px;

    margin-top:
        27px;

}


.dmxIndustriesStageCapabilities span {

    display: inline-flex;

    align-items: center;

    min-height:
        34px;

    padding:
        0 12px;

    border:
        1px solid
        rgba(18, 55, 74, 0.08);

    border-radius:
        999px;

    color:
        var(--dmx-industries-muted);

    background:
        rgba(255, 255, 255, 0.78);

    font-size:
        0.62rem;

    font-weight:
        700;

    box-shadow:
        inset 0 1px 0
        rgba(255, 255, 255, 0.8);

    transition:
        color 240ms ease,
        border-color 240ms ease,
        background-color 240ms ease,
        transform 240ms ease;

}


.dmxIndustriesStageCapabilities span:hover {

    color:
        var(--dmx-industries-accent-dark);

    border-color:
        rgba(24, 215, 213, 0.18);

    background:
        rgba(24, 215, 213, 0.055);

    transform:
        translateY(-2px);

}
/* =========================================================
   INTERFAZ VISUAL DEL SECTOR
========================================================= */

.dmxIndustriesStageVisual {

    position: relative;

    min-width: 0;

    padding:
        16px;

    overflow: hidden;

    border:
        1px solid
        rgba(18, 55, 74, 0.09);

    border-radius:
        24px;

    background:
        linear-gradient(
            145deg,
            rgba(11, 31, 45, 0.98),
            rgba(7, 22, 34, 0.98)
        );

    box-shadow:
        0 28px 68px
        rgba(11, 36, 50, 0.18),
        inset 0 1px 0
        rgba(255, 255, 255, 0.055);

    transform-style:
        preserve-3d;

    transition:
        transform 300ms ease,
        box-shadow 300ms ease;

}


.dmxIndustriesStageVisual::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background:
        radial-gradient(
            circle at 76% 18%,
            rgba(24, 215, 213, 0.13),
            transparent 30%
        ),
        linear-gradient(
            115deg,
            transparent,
            rgba(255, 255, 255, 0.03),
            transparent
        );

}


.dmxIndustriesStageVisual::after {

    content: "";

    position: absolute;

    top:
        -70%;

    left:
        -36%;

    width:
        60%;

    height:
        220%;

    transform:
        rotate(18deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(24, 215, 213, 0.06),
            transparent
        );

    animation:
        dmxIndustriesVisualScan
        7.5s ease-in-out infinite;

    pointer-events: none;

}


.dmxIndustriesStageVisual > * {

    position: relative;

    z-index: 1;

}


/* =========================================================
   TOPBAR
========================================================= */

.dmxIndustriesVisualTopbar {

    display: flex;

    align-items: center;

    justify-content:
        space-between;

    gap:
        16px;

    min-height:
        54px;

    padding:
        0 4px 14px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.075);

}


.dmxIndustriesVisualTopbar > div {

    display: flex;

    align-items: center;

    min-width: 0;

    gap:
        10px;

}


.dmxIndustriesVisualTopbar > div > span {

    position: relative;

    flex:
        0 0 auto;

    width:
        9px;

    height:
        9px;

    border-radius:
        50%;

    background:
        var(--dmx-industries-accent);

    box-shadow:
        0 0 16px
        rgba(24, 215, 213, 0.58);

}


.dmxIndustriesVisualTopbar > div > span::before {

    content: "";

    position: absolute;

    inset:
        -5px;

    border:
        1px solid
        rgba(24, 215, 213, 0.22);

    border-radius:
        inherit;

    animation:
        dmxIndustriesSignalPulse
        2s ease-out infinite;

}


.dmxIndustriesVisualTopbar strong {

    overflow: hidden;

    color:
        #edfaff;

    font-size:
        0.76rem;

    font-weight:
        730;

    text-overflow:
        ellipsis;

    white-space:
        nowrap;

}


.dmxIndustriesVisualTopbar > small {

    flex:
        0 0 auto;

    padding:
        6px 9px;

    border:
        1px solid
        rgba(56, 201, 133, 0.13);

    border-radius:
        999px;

    color:
        #82efbb;

    background:
        rgba(56, 201, 133, 0.065);

    font-size:
        0.52rem;

    font-weight:
        720;

}


/* =========================================================
   WORKSPACE
========================================================= */

.dmxIndustriesVisualWorkspace {

    display: grid;

    grid-template-columns:
        54px minmax(0, 1fr);

    min-width: 0;

    margin-top:
        15px;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.075);

    border-radius:
        18px;

    background:
        rgba(255, 255, 255, 0.022);

}


/* =========================================================
   SIDEBAR
========================================================= */

.dmxIndustriesVisualSidebar {

    display: flex;

    align-items: center;

    flex-direction: column;

    gap:
        13px;

    padding:
        15px 10px;

    border-right:
        1px solid
        rgba(255, 255, 255, 0.07);

    background:
        rgba(255, 255, 255, 0.018);

}


.dmxIndustriesVisualSidebar span {

    position: relative;

    display: block;

    width:
        28px;

    height:
        28px;

    border:
        1px solid
        rgba(255, 255, 255, 0.07);

    border-radius:
        9px;

    background:
        rgba(255, 255, 255, 0.03);

    transition:
        border-color 240ms ease,
        background-color 240ms ease,
        transform 240ms ease;

}


.dmxIndustriesVisualSidebar span::before {

    content: "";

    position: absolute;

    top:
        50%;

    left:
        50%;

    width:
        10px;

    height:
        2px;

    border-radius:
        999px;

    background:
        #708894;

    transform:
        translate(-50%, -50%);

}


.dmxIndustriesVisualSidebar span.isActive {

    border-color:
        rgba(24, 215, 213, 0.2);

    background:
        rgba(24, 215, 213, 0.08);

    box-shadow:
        0 0 20px
        rgba(24, 215, 213, 0.07);

}


.dmxIndustriesVisualSidebar span.isActive::before {

    background:
        var(--dmx-industries-accent);

}


/* =========================================================
   CONTENIDO DE LA INTERFAZ
========================================================= */

.dmxIndustriesVisualMain {

    display: grid;

    grid-template-columns:
        minmax(0, 0.78fr)
        minmax(0, 1.22fr);

    grid-template-rows:
        auto auto;

    min-width: 0;

    gap:
        12px;

    padding:
        14px;

}


/* =========================================================
   MÉTRICA
========================================================= */

.dmxIndustriesVisualMetric {

    position: relative;

    display: grid;

    align-content: center;

    min-width: 0;

    min-height:
        118px;

    padding:
        16px;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.075);

    border-radius:
        15px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.02)
        );

}


.dmxIndustriesVisualMetric::after {

    content: "";

    position: absolute;

    right:
        -35px;

    bottom:
        -35px;

    width:
        110px;

    height:
        110px;

    border-radius:
        50%;

    background:
        radial-gradient(
            circle,
            rgba(24, 215, 213, 0.14),
            transparent 68%
        );

}


.dmxIndustriesVisualMetric small {

    position: relative;

    z-index: 1;

    color:
        #718c99;

    font-size:
        0.56rem;

}


.dmxIndustriesVisualMetric strong {

    position: relative;

    z-index: 1;

    margin-top:
        7px;

    color:
        #f0fbff;

    font-size:
        clamp(1.8rem, 3vw, 2.75rem);

    font-weight:
        780;

    letter-spacing:
        -0.055em;

    line-height:
        1;

}


.dmxIndustriesVisualMetric > span {

    position: relative;

    z-index: 1;

    width:
        fit-content;

    margin-top:
        9px;

    padding:
        5px 7px;

    border-radius:
        7px;

    color:
        #86efbd;

    background:
        rgba(56, 201, 133, 0.07);

    font-size:
        0.49rem;

    font-weight:
        720;

}


/* =========================================================
   PROGRESO
========================================================= */

.dmxIndustriesVisualProgress {

    min-width: 0;

    min-height:
        118px;

    padding:
        16px;

    border:
        1px solid
        rgba(255, 255, 255, 0.075);

    border-radius:
        15px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.02)
        );

}


.dmxIndustriesVisualProgress > div {

    display: flex;

    align-items: center;

    justify-content:
        space-between;

    gap:
        12px;

}


.dmxIndustriesVisualProgress small {

    color:
        #718c99;

    font-size:
        0.56rem;

}


.dmxIndustriesVisualProgress strong {

    color:
        #eaf8fc;

    font-size:
        0.75rem;

    font-weight:
        730;

}


.dmxIndustriesVisualProgress > span {

    position: relative;

    display: block;

    height:
        7px;

    margin-top:
        19px;

    overflow: hidden;

    border-radius:
        999px;

    background:
        rgba(255, 255, 255, 0.055);

}


.dmxIndustriesVisualProgress > span::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.04),
            transparent
        );

}


.dmxIndustriesVisualProgress i {

    display: block;

    width:
        78%;

    height:
        100%;

    border-radius:
        inherit;

    background:
        linear-gradient(
            90deg,
            var(--dmx-industries-blue),
            var(--dmx-industries-accent)
        );

    box-shadow:
        0 0 14px
        rgba(24, 215, 213, 0.26);

    transition:
        width 650ms
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        );

}


/* Indicadores inferiores */

.dmxIndustriesVisualProgress::after {

    content: "";

    display: block;

    height:
        38px;

    margin-top:
        15px;

    border-radius:
        10px;

    opacity:
        0.78;

    background:
        linear-gradient(
            90deg,
            transparent 0 8%,
            rgba(24, 215, 213, 0.24) 8% 10%,
            transparent 10% 20%,
            rgba(24, 215, 213, 0.42) 20% 22%,
            transparent 22% 34%,
            rgba(24, 215, 213, 0.2) 34% 36%,
            transparent 36% 50%,
            rgba(75, 125, 255, 0.42) 50% 52%,
            transparent 52% 65%,
            rgba(24, 215, 213, 0.32) 65% 67%,
            transparent 67% 79%,
            rgba(24, 215, 213, 0.52) 79% 81%,
            transparent 81%
        );

    -webkit-mask-image:
        linear-gradient(
            to top,
            #000,
            transparent
        );

    mask-image:
        linear-gradient(
            to top,
            #000,
            transparent
        );

}


/* =========================================================
   ACTIVIDAD
========================================================= */

.dmxIndustriesVisualActivity {

    grid-column:
        1 / -1;

    display: grid;

    gap:
        8px;

}


.dmxIndustriesVisualActivity > div {

    display: grid;

    grid-template-columns:
        auto minmax(0, 1fr);

    align-items: center;

    gap:
        10px;

    min-width: 0;

    min-height:
        48px;

    padding:
        9px 11px;

    border:
        1px solid
        rgba(255, 255, 255, 0.065);

    border-radius:
        12px;

    background:
        rgba(255, 255, 255, 0.025);

    transition:
        transform 240ms ease,
        border-color 240ms ease,
        background-color 240ms ease,
        box-shadow 240ms ease;

}


.dmxIndustriesVisualActivity > div > span {

    display: grid;

    width:
        29px;

    height:
        29px;

    place-items: center;

    border-radius:
        9px;

    color:
        #9ab0bb;

    background:
        rgba(255, 255, 255, 0.045);

    font-size:
        0.62rem;

    font-weight:
        760;

}


.dmxIndustriesVisualActivity strong {

    overflow: hidden;

    color:
        #dbeaf0;

    font-size:
        0.65rem;

    font-weight:
        690;

    text-overflow:
        ellipsis;

    white-space:
        nowrap;

}


.dmxIndustriesVisualActivity > div.isActive {

    border-color:
        rgba(24, 215, 213, 0.17);

    background:
        rgba(24, 215, 213, 0.045);

}


.dmxIndustriesVisualActivity > div.isActive > span {

    color:
        var(--dmx-industries-accent);

    background:
        rgba(24, 215, 213, 0.08);

}


.dmxIndustriesVisualActivity > div.isComplete {

    border-color:
        rgba(56, 201, 133, 0.15);

    background:
        rgba(56, 201, 133, 0.04);

}


.dmxIndustriesVisualActivity > div.isComplete > span {

    color:
        #74e6ac;

    background:
        rgba(56, 201, 133, 0.07);

}


/* =========================================================
   SEÑAL INFERIOR
========================================================= */

.dmxIndustriesVisualSignal {

    display: flex;

    align-items: center;

    gap:
        9px;

    margin-top:
        12px;

    padding:
        10px 12px;

    border:
        1px solid
        rgba(255, 255, 255, 0.065);

    border-radius:
        12px;

    background:
        rgba(4, 15, 23, 0.52);

}


.dmxIndustriesVisualSignal > span {

    position: relative;

    flex:
        0 0 auto;

    width:
        7px;

    height:
        7px;

    border-radius:
        50%;

    background:
        var(--dmx-industries-green);

    box-shadow:
        0 0 13px
        rgba(56, 201, 133, 0.58);

}


.dmxIndustriesVisualSignal > span::before {

    content: "";

    position: absolute;

    inset:
        -5px;

    border:
        1px solid
        rgba(56, 201, 133, 0.22);

    border-radius:
        inherit;

    animation:
        dmxIndustriesSignalPulse
        2s ease-out infinite;

}


.dmxIndustriesVisualSignal small {

    color:
        #89a0aa;

    font-size:
        0.53rem;

    font-weight:
        680;

    letter-spacing:
        0.03em;

}


/* =========================================================
   ESTADOS DINÁMICOS
========================================================= */

.dmxIndustriesStageContent,
.dmxIndustriesStageVisual {

    transition:
        opacity 260ms ease,
        transform 360ms
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        );

}


.dmxIndustries.isChanging
.dmxIndustriesStageContent {

    opacity:
        0;

    transform:
        translateY(8px);

}


.dmxIndustries.isChanging
.dmxIndustriesStageVisual {

    opacity:
        0.72;

    transform:
        scale(0.985)
        translateY(6px);

}


.dmxIndustriesStageVisual.isActive {

    box-shadow:
        0 34px 78px
        rgba(11, 36, 50, 0.22),
        0 0 48px
        rgba(24, 215, 213, 0.08),
        inset 0 1px 0
        rgba(255, 255, 255, 0.06);

}


.dmxIndustriesVisualActivity > div.isHighlighted {

    transform:
        translateX(4px);

    border-color:
        rgba(24, 215, 213, 0.22);

    background:
        rgba(24, 215, 213, 0.055);

    box-shadow:
        0 10px 24px
        rgba(0, 0, 0, 0.12);

}
/* =========================================================
   MENSAJE FINAL
========================================================= */

.dmxIndustriesStatement {

    display: flex;

    align-items: center;

    justify-content: center;

    gap:
        14px;

    margin-top:
        clamp(28px, 4vw, 46px);

    padding:
        20px 24px;

    border:
        1px solid
        rgba(18, 55, 74, 0.08);

    border-radius:
        20px;

    background:
        rgba(255, 255, 255, 0.68);

    box-shadow:
        0 18px 44px
        rgba(20, 54, 72, 0.055);

    backdrop-filter:
        blur(14px);

    -webkit-backdrop-filter:
        blur(14px);

}


.dmxIndustriesStatement > span {

    position: relative;

    flex:
        0 0 auto;

    width:
        10px;

    height:
        10px;

    border:
        2px solid
        rgba(24, 215, 213, 0.3);

    border-radius:
        50%;

}


.dmxIndustriesStatement > span::before {

    content: "";

    position: absolute;

    inset:
        2px;

    border-radius:
        inherit;

    background:
        var(--dmx-industries-accent);

    box-shadow:
        0 0 12px
        rgba(24, 215, 213, 0.42);

}


.dmxIndustriesStatement p {

    margin: 0;

    color:
        var(--dmx-industries-muted);

    font-size:
        0.9rem;

    line-height:
        1.6;

    text-align:
        center;

}


.dmxIndustriesStatement strong {

    color:
        var(--dmx-industries-text);

    font-weight:
        760;

}


/* =========================================================
   REVEAL
========================================================= */

.dmxIndustries .reveal {

    opacity: 0;

    transform:
        translateY(28px);

    transition:
        opacity 800ms ease,
        transform 800ms
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        );

}


.dmxIndustries .reveal.isVisible,
.dmxIndustries .reveal.visible,
.dmxIndustries .reveal.is-visible,
.dmxIndustries .reveal.active {

    opacity: 1;

    transform:
        translateY(0);

}


/* =========================================================
   ANIMACIONES
========================================================= */

@keyframes dmxIndustriesGridScan {

    0% {

        transform:
            translateX(-120%);

    }

    45%,
    100% {

        transform:
            translateX(120%);

    }

}


@keyframes dmxIndustriesEyebrow {

    0% {

        left:
            -100%;

    }

    50%,
    100% {

        left:
            100%;

    }

}


@keyframes dmxIndustriesVisualScan {

    0%,
    18% {

        left:
            -36%;

        opacity:
            0;

    }

    38% {

        opacity:
            1;

    }

    70%,
    100% {

        left:
            115%;

        opacity:
            0;

    }

}


@keyframes dmxIndustriesSignalPulse {

    0% {

        transform:
            scale(0.4);

        opacity:
            0.8;

    }

    100% {

        transform:
            scale(1.6);

        opacity:
            0;

    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .dmxIndustriesExplorer {

        grid-template-columns:
            minmax(210px, 0.31fr)
            minmax(0, 1.69fr);

    }


    .dmxIndustriesStage {

        grid-template-columns:
            minmax(250px, 0.7fr)
            minmax(350px, 1.3fr);

        gap:
            34px;

        padding:
            36px;

    }


    .dmxIndustriesNavigation {

        padding:
            15px;

    }


    .dmxIndustriesNavigation::before {

        left:
            15px;

    }


    .dmxIndustriesNavigationItem {

        padding-left:
            17px;

    }

}


/* =========================================================
   TABLET HORIZONTAL
========================================================= */

@media (max-width: 980px) {

    .dmxIndustriesHeaderLayout {

        grid-template-columns:
            1fr;

        gap:
            22px;

    }


    .dmxIndustriesHeader p {

        max-width:
            650px;

    }


    .dmxIndustriesExplorer {

        grid-template-columns:
            1fr;

    }


    .dmxIndustriesNavigation {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap:
            8px;

        padding:
            14px;

        border-right: 0;

        border-bottom:
            1px solid
            var(--dmx-industries-border);

    }


    .dmxIndustriesNavigation::before {

        display: none;

    }


    .dmxIndustriesNavigationItem,
    .dmxIndustriesNavigationItem
    + .dmxIndustriesNavigationItem {

        margin-top: 0;

    }


    .dmxIndustriesNavigationItem {

        min-height:
            66px;

        padding:
            10px 11px;

    }


    .dmxIndustriesNavigationItem::before {

        display: none;

    }


    .dmxIndustriesNavigationItem:hover {

        transform:
            translateY(-2px);

    }


    .dmxIndustriesStage {

        min-height:
            auto;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 820px) {

    .dmxIndustries {

        padding:
            82px 0;

    }


    .dmxIndustriesHeader {

        margin-bottom:
            42px;

    }


    .dmxIndustriesExplorer {

        border-radius:
            24px;

    }


    .dmxIndustriesStage {

        grid-template-columns:
            1fr;

        gap:
            32px;

        padding:
            30px;

    }


    .dmxIndustriesStageContent {

        max-width:
            650px;

    }


    .dmxIndustriesStageVisual {

        width:
            min(100%, 650px);

        margin:
            0 auto;

    }


    .dmxIndustriesNavigationItem {

        grid-template-columns:
            auto minmax(0, 1fr);

    }

}


/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 620px) {

    .dmxIndustries {

        padding:
            72px 0;

    }


    .dmxIndustriesCode {

        display: none;

    }


    .dmxIndustriesHeader h2 {

        font-size:
            clamp(2.4rem, 12vw, 3.7rem);

    }


    .dmxIndustriesHeader p {

        font-size:
            0.94rem;

    }


    .dmxIndustriesExplorer {

        border-radius:
            21px;

    }


    .dmxIndustriesNavigation {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        padding:
            11px;

    }


    .dmxIndustriesNavigationItem {

        min-height:
            62px;

        border-radius:
            13px;

    }


    .dmxIndustriesNavigationItem > span {

        width:
            31px;

        height:
            31px;

    }


    .dmxIndustriesNavigationItem strong {

        font-size:
            0.68rem;

    }


    .dmxIndustriesNavigationItem small {

        font-size:
            0.52rem;

    }


    .dmxIndustriesStage {

        gap:
            26px;

        padding:
            24px 18px;

    }


    .dmxIndustriesStageMeta {

        margin-bottom:
            17px;

    }


    .dmxIndustriesStageContent h3 {

        font-size:
            clamp(2rem, 10vw, 3rem);

    }


    .dmxIndustriesStageContent > p {

        font-size:
            0.92rem;

    }


    .dmxIndustriesStageCapabilities {

        margin-top:
            22px;

    }


    .dmxIndustriesStageVisual {

        padding:
            12px;

        border-radius:
            20px;

    }


    .dmxIndustriesVisualWorkspace {

        grid-template-columns:
            44px minmax(0, 1fr);

    }


    .dmxIndustriesVisualSidebar {

        padding:
            12px 7px;

    }


    .dmxIndustriesVisualSidebar span {

        width:
            25px;

        height:
            25px;

    }


    .dmxIndustriesVisualMain {

        grid-template-columns:
            1fr;

        padding:
            11px;

    }


    .dmxIndustriesVisualMetric,
    .dmxIndustriesVisualProgress {

        min-height:
            104px;

    }


    .dmxIndustriesVisualActivity {

        grid-column:
            auto;

    }


    .dmxIndustriesStatement {

        align-items:
            flex-start;

        padding:
            18px;

    }


    .dmxIndustriesStatement p {

        text-align:
            left;

    }

}


/* =========================================================
   MÓVIL PEQUEÑO
========================================================= */

@media (max-width: 420px) {

    .dmxIndustriesNavigation {

        grid-template-columns:
            1fr;

    }


    .dmxIndustriesNavigationItem {

        grid-template-columns:
            auto 1fr auto;

        grid-template-rows:
            auto;

    }


    .dmxIndustriesNavigationItem > span {

        grid-row:
            auto;

    }


    .dmxIndustriesNavigationItem small {

        text-align:
            right;

    }


    .dmxIndustriesStage {

        padding:
            21px 15px;

    }


    .dmxIndustriesVisualTopbar {

        align-items:
            flex-start;

        flex-direction:
            column;

        gap:
            10px;

    }


    .dmxIndustriesVisualTopbar > small {

        align-self:
            flex-start;

    }


    .dmxIndustriesVisualWorkspace {

        grid-template-columns:
            1fr;

    }


    .dmxIndustriesVisualSidebar {

        flex-direction:
            row;

        justify-content:
            center;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255, 255, 255, 0.07);

    }


    .dmxIndustriesVisualActivity > div {

        grid-template-columns:
            auto minmax(0, 1fr);

    }

}


/* =========================================================
   MOVIMIENTO REDUCIDO
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .dmxIndustries *,
    .dmxIndustries *::before,
    .dmxIndustries *::after {

        animation-duration:
            0.01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            0.01ms !important;

        scroll-behavior:
            auto !important;

    }


    .dmxIndustries .reveal {

        opacity: 1;

        transform: none;

    }


    .dmxIndustries.isChanging
    .dmxIndustriesStageContent,
    .dmxIndustries.isChanging
    .dmxIndustriesStageVisual {

        opacity: 1;

        transform: none;

    }

}