/* =========================================================
   HERO — HOSTING Y SOPORTE
========================================================= */

.dmxHostingHero {
    position: relative;
    isolation: isolate;

    display: flex;
    align-items: center;

    min-height: 100svh;
    padding: 150px 0 90px;

    overflow: hidden;

    color: #102a43;

    background:
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #f1f7fc 48%,
            #edf5fb 100%
        );
}


/* =========================================================
   FONDO
========================================================= */

.dmxHostingHeroBackground {
    position: absolute;
    inset: 0;
    z-index: -2;

    overflow: hidden;
    pointer-events: none;
}

.dmxHostingHeroPattern {
    position: absolute;
    inset: 0;

    opacity: 0.42;

    background-image:
        linear-gradient(
            rgba(24, 98, 157, 0.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(24, 98, 157, 0.05) 1px,
            transparent 1px
        );

    background-size: 54px 54px;

    mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.95),
            transparent 92%
        );

    -webkit-mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.95),
            transparent 92%
        );
}

.dmxHostingHeroGlow {
    position: absolute;

    width: 560px;
    height: 560px;

    border-radius: 50%;

    filter: blur(48px);
    opacity: 0.4;
}

.dmxHostingHeroGlowOne {
    top: -230px;
    right: -150px;

    background:
        radial-gradient(
            circle,
            rgba(42, 169, 232, 0.31),
            transparent 72%
        );
}

.dmxHostingHeroGlowTwo {
    bottom: -300px;
    left: -220px;

    background:
        radial-gradient(
            circle,
            rgba(31, 104, 194, 0.2),
            transparent 72%
        );
}


/* =========================================================
   LAYOUT
========================================================= */

.dmxHostingHeroLayout {
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(560px, 1.1fr);

    align-items: center;
    gap: clamp(52px, 7vw, 105px);
}


/* =========================================================
   CONTENIDO
========================================================= */

.dmxHostingHeroContent {
    position: relative;
    z-index: 3;

    max-width: 680px;
}

.dmxHostingHeroEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 26px;
}

.dmxHostingHeroEyebrow > span {
    width: 38px;
    height: 2px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #176bcc,
            #36b9ed
        );

    box-shadow:
        0 0 15px rgba(31, 145, 218, 0.28);
}

.dmxHostingHeroEyebrow small {
    color: #1b73c7;

    font-size: 0.77rem;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.dmxHostingHero h1 {
    max-width: 760px;
    margin: 0;

    color: #10243a;

    font-size: clamp(2.8rem, 5.3vw, 5.3rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.058em;
}

.dmxHostingHero h1 strong {
    display: block;

    margin-top: 10px;

    color: transparent;

    background:
        linear-gradient(
            110deg,
            #1768c7 0%,
            #168edc 50%,
            #2eb6e9 100%
        );

    background-clip: text;
    -webkit-background-clip: text;

    font-weight: inherit;
}

.dmxHostingHeroDescription {
    max-width: 620px;
    margin: 30px 0 0;

    color: #566b7f;

    font-size: clamp(1rem, 1.3vw, 1.16rem);
    line-height: 1.8;
}


/* =========================================================
   BOTONES
========================================================= */

.dmxHostingHeroActions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;

    margin-top: 36px;
}

.dmxHostingHeroButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-height: 54px;
    padding: 0 24px;

    border: 1px solid transparent;
    border-radius: 14px;

    font-size: 0.96rem;
    font-weight: 780;
    line-height: 1;
    text-decoration: none;

    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease,
        background-color 220ms ease;
}

.dmxHostingHeroButton svg {
    width: 20px;
    height: 20px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition: transform 220ms ease;
}

.dmxHostingHeroButtonPrimary {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #1264c7,
            #1591df
        );

    box-shadow:
        0 16px 38px rgba(20, 105, 193, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.dmxHostingHeroButtonPrimary:hover {
    transform: translateY(-3px);

    box-shadow:
        0 22px 46px rgba(20, 105, 193, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.dmxHostingHeroButtonPrimary:hover svg {
    transform: translateX(4px);
}

.dmxHostingHeroButtonSecondary {
    color: #173b59;

    border-color:
        rgba(21, 84, 138, 0.14);

    background:
        rgba(255, 255, 255, 0.72);

    box-shadow:
        0 11px 28px rgba(22, 68, 106, 0.07);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.dmxHostingHeroButtonSecondary:hover {
    transform: translateY(-3px);

    border-color:
        rgba(24, 116, 193, 0.27);

    background: #ffffff;

    box-shadow:
        0 18px 36px rgba(22, 68, 106, 0.11);
}


/* =========================================================
   PUNTOS DE CONFIANZA
========================================================= */

.dmxHostingHeroTrust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;

    margin-top: 40px;
    padding-top: 26px;

    border-top:
        1px solid rgba(23, 82, 131, 0.1);
}

.dmxHostingHeroTrustItem {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dmxHostingHeroTrustItem > span {
    display: grid;
    place-items: center;

    width: 30px;
    height: 30px;

    border:
        1px solid rgba(20, 119, 194, 0.15);
    border-radius: 9px;

    color: #137dcb;

    background:
        rgba(255, 255, 255, 0.82);

    box-shadow:
        0 7px 17px rgba(22, 82, 128, 0.06);
}

.dmxHostingHeroTrustItem svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dmxHostingHeroTrustItem p {
    margin: 0;

    color: #556c80;

    font-size: 0.83rem;
    font-weight: 720;
}


/* =========================================================
   ÁREA VISUAL
========================================================= */

.dmxHostingHeroVisual {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 760px;
    margin-left: auto;

    perspective: 1300px;
}

.dmxHostingHeroVisual::before {
    content: "";

    position: absolute;
    inset: 7% 3% -8% 6%;
    z-index: -1;

    border-radius: 44px;

    background:
        radial-gradient(
            circle at 50% 40%,
            rgba(40, 162, 227, 0.24),
            transparent 70%
        );

    filter: blur(30px);
}


/* =========================================================
   MONITOR PRINCIPAL
========================================================= */

.dmxHostingNetwork {
    position: relative;

    padding: 24px;

    border:
        1px solid rgba(64, 126, 173, 0.18);
    border-radius: 30px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.95),
            rgba(244, 250, 254, 0.87)
        );

    box-shadow:
        0 36px 88px rgba(18, 57, 89, 0.17),
        0 10px 28px rgba(20, 67, 103, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);

    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);

    transform:
        rotateY(-3deg)
        rotateX(1.2deg);

    transform-style: preserve-3d;

    transition:
        transform 500ms ease,
        box-shadow 500ms ease;
}

.dmxHostingHeroVisual:hover
.dmxHostingNetwork {
    transform:
        rotateY(0deg)
        rotateX(0deg)
        translateY(-4px);

    box-shadow:
        0 42px 95px rgba(18, 57, 89, 0.2),
        0 12px 32px rgba(20, 67, 103, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
}


/* =========================================================
   ENCABEZADO DEL MONITOR
========================================================= */

.dmxHostingNetworkHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding-bottom: 20px;

    border-bottom:
        1px solid rgba(20, 76, 119, 0.1);
}

.dmxHostingNetworkHeaderText {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dmxHostingNetworkHeaderText > span {
    color: #8293a3;

    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.dmxHostingNetworkHeaderText > strong {
    color: #153b59;

    font-size: 1rem;
    font-weight: 820;

    transition: color 300ms ease;
}

.dmxHostingNetworkLive {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 11px;

    border:
        1px solid rgba(29, 151, 106, 0.14);
    border-radius: 999px;

    color: #23825f;

    background:
        rgba(237, 252, 245, 0.88);

    font-size: 0.69rem;
    font-weight: 820;
}

.dmxHostingNetworkLive > span {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #22ad79;

    box-shadow:
        0 0 0 5px rgba(34, 173, 121, 0.1);

    animation:
        dmxHostingLivePulse
        1.6s ease-in-out infinite;
}


/* =========================================================
   ESCENARIO DE RED
========================================================= */

.dmxHostingNetworkStage {
    position: relative;

    display: grid;
    grid-template-columns:
        minmax(125px, 0.9fr)
        minmax(190px, 1.25fr)
        minmax(125px, 0.9fr);

    align-items: center;
    gap: 22px;

    min-height: 345px;
    margin-top: 24px;
    padding: 24px 4px 16px;
}


/* =========================================================
   CONEXIONES
========================================================= */

.dmxHostingConnection {
    position: absolute;
    top: 50%;
    z-index: 1;

    width: 25%;
    height: 5px;

    transform: translateY(-50%);
}

.dmxHostingConnectionLeft {
    left: 18%;
}

.dmxHostingConnectionRight {
    right: 18%;
}

.dmxHostingConnectionBase,
.dmxHostingConnectionActive {
    position: absolute;
    inset: 0;

    border-radius: 999px;
}

.dmxHostingConnectionBase {
    background:
        rgba(28, 99, 154, 0.1);
}

.dmxHostingConnectionActive {
    width: 100%;

    background:
        linear-gradient(
            90deg,
            #1573cc,
            #28b6e9
        );

    box-shadow:
        0 0 15px rgba(39, 166, 226, 0.34);

    transform-origin: left center;

    transition:
        opacity 300ms ease,
        transform 450ms ease,
        background 300ms ease;
}

.dmxHostingConnectionRight
.dmxHostingConnectionActive {
    transform-origin: right center;
}

.dmxHostingDataPacket {
    position: absolute;
    top: 50%;
    z-index: 3;

    width: 18px;
    height: 18px;

    border:
        4px solid rgba(255, 255, 255, 0.96);
    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #146fca,
            #35c1ec
        );

    box-shadow:
        0 5px 14px rgba(23, 132, 207, 0.34),
        0 0 0 6px rgba(34, 157, 221, 0.08);

    transform: translateY(-50%);
}

.dmxHostingDataPacketLeft {
    left: 0;

    animation:
        dmxHostingPacketLeft
        2.2s linear infinite;
}

.dmxHostingDataPacketRight {
    right: 0;

    animation:
        dmxHostingPacketRight
        2.2s linear infinite;
}


/* =========================================================
   EQUIPOS
========================================================= */

.dmxHostingDevice {
    position: relative;
    z-index: 3;

    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;

    transition:
        transform 300ms ease,
        opacity 300ms ease;
}

.dmxHostingDeviceScreen {
    position: relative;

    width: 100%;
    max-width: 165px;
    aspect-ratio: 1.35 / 1;

    overflow: hidden;

    border:
        5px solid #183b57;
    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            #eaf5fc,
            #ffffff
        );

    box-shadow:
        0 17px 35px rgba(16, 58, 91, 0.17);
}

.dmxHostingDeviceScreen::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            120deg,
            rgba(255, 255, 255, 0.48),
            transparent 40%
        );

    pointer-events: none;
}

.dmxHostingDeviceToolbar {
    display: flex;
    gap: 4px;

    height: 18px;
    padding: 6px 8px;

    background:
        #dcebf5;
}

.dmxHostingDeviceToolbar span {
    width: 5px;
    height: 5px;

    border-radius: 50%;

    background:
        #79a5c2;
}

.dmxHostingDeviceContent {
    padding: 13px;
}

.dmxHostingDeviceContentLine {
    width: 72%;
    height: 6px;

    border-radius: 999px;

    background:
        #bcd6e7;
}

.dmxHostingDeviceContentLineShort {
    width: 48%;
    margin-top: 7px;
}

.dmxHostingDeviceChart {
    display: flex;
    align-items: flex-end;
    gap: 5px;

    height: 48px;
    margin-top: 18px;
}

.dmxHostingDeviceChart span {
    width: 18%;

    border-radius: 5px 5px 2px 2px;

    background:
        linear-gradient(
            180deg,
            #3dbce8,
            #166fc8
        );

    animation:
        dmxHostingChart
        1.7s ease-in-out infinite;
}

.dmxHostingDeviceChart span:nth-child(1) {
    height: 38%;
}

.dmxHostingDeviceChart span:nth-child(2) {
    height: 62%;
    animation-delay: 140ms;
}

.dmxHostingDeviceChart span:nth-child(3) {
    height: 48%;
    animation-delay: 280ms;
}

.dmxHostingDeviceChart span:nth-child(4) {
    height: 82%;
    animation-delay: 420ms;
}

.dmxHostingDeviceApplication {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dmxHostingDeviceApplication > span {
    width: 32px;
    height: 32px;

    flex: 0 0 auto;

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #1577cf,
            #36bce8
        );
}

.dmxHostingDeviceApplication > div {
    display: grid;
    flex: 1;
    gap: 5px;
}

.dmxHostingDeviceApplication i {
    display: block;

    height: 6px;

    border-radius: 999px;

    background:
        #bed8e8;
}

.dmxHostingDeviceApplication i:last-child {
    width: 62%;
}

.dmxHostingDeviceRows {
    display: grid;
    gap: 7px;

    margin-top: 18px;
}

.dmxHostingDeviceRows span {
    display: block;

    height: 8px;

    border-radius: 999px;

    background:
        #d4e5ef;
}

.dmxHostingDeviceRows span:nth-child(2) {
    width: 78%;
}

.dmxHostingDeviceRows span:nth-child(3) {
    width: 56%;
}

.dmxHostingDeviceBase {
    position: relative;

    width: 60px;
    height: 10px;

    border-radius: 0 0 8px 8px;

    background:
        #173951;

    box-shadow:
        0 6px 13px rgba(18, 54, 81, 0.14);
}

.dmxHostingDeviceBase::after {
    content: "";

    position: absolute;
    top: 10px;
    left: 50%;

    width: 92px;
    height: 7px;

    border-radius: 999px;

    background:
        #1d4968;

    transform: translateX(-50%);
}

.dmxHostingDeviceInformation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;

    margin-top: 24px;

    text-align: center;
}

.dmxHostingDeviceInformation span {
    color: #8092a3;

    font-size: 0.66rem;
    font-weight: 720;
}

.dmxHostingDeviceInformation strong {
    color: #23845f;

    font-size: 0.76rem;
    font-weight: 850;

    transition: color 300ms ease;
}

.dmxHostingDeviceIndicator {
    position: absolute;
    top: -8px;
    right: 5px;

    display: grid;
    place-items: center;

    width: 18px;
    height: 18px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.96);

    box-shadow:
        0 5px 14px rgba(19, 70, 107, 0.12);
}

.dmxHostingDeviceIndicator span {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #22ae79;

    box-shadow:
        0 0 0 4px rgba(34, 174, 121, 0.1);
}


/* =========================================================
   SERVIDOR CENTRAL
========================================================= */

.dmxHostingServer {
    position: relative;
    z-index: 5;

    padding: 20px;

    border:
        1px solid rgba(69, 151, 204, 0.2);
    border-radius: 24px;

    background:
        linear-gradient(
            155deg,
            #0c2942 0%,
            #10466c 100%
        );

    box-shadow:
        0 24px 55px rgba(8, 48, 78, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    transform: translateZ(20px);

    transition:
        transform 300ms ease,
        box-shadow 300ms ease;
}

.dmxHostingServer:hover {
    transform:
        translateZ(25px)
        translateY(-4px);

    box-shadow:
        0 30px 65px rgba(8, 48, 78, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.dmxHostingServerHalo {
    position: absolute;
    inset: -25px;
    z-index: -1;

    border-radius: 34px;

    background:
        radial-gradient(
            circle,
            rgba(51, 185, 232, 0.2),
            transparent 68%
        );

    filter: blur(14px);

    animation:
        dmxHostingServerHalo
        2.4s ease-in-out infinite;
}

.dmxHostingServerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;

    padding-bottom: 16px;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.1);
}

.dmxHostingServerBrand {
    display: flex;
    align-items: center;
    gap: 11px;
}

.dmxHostingServerBrand > span {
    display: grid;
    place-items: center;

    width: 39px;
    height: 39px;

    border-radius: 13px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #1783d4,
            #36c1eb
        );

    box-shadow:
        0 8px 19px rgba(13, 112, 183, 0.28);
}

.dmxHostingServerBrand svg {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dmxHostingServerBrand > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dmxHostingServerBrand small {
    color: rgba(226, 241, 250, 0.64);

    font-size: 0.6rem;
    font-weight: 720;
}

.dmxHostingServerBrand strong {
    color: #ffffff;

    font-size: 0.84rem;
    font-weight: 850;
}

.dmxHostingServerStatus {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: #76e2b9;

    font-size: 0.62rem;
    font-weight: 820;
}

.dmxHostingServerStatus > span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #59d6a5;

    box-shadow:
        0 0 0 4px rgba(89, 214, 165, 0.1);
}


/* =========================================================
   RACK
========================================================= */

.dmxHostingServerRack {
    display: grid;
    gap: 9px;

    margin-top: 17px;
}

.dmxHostingServerUnit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    min-height: 40px;
    padding: 8px 10px;

    border:
        1px solid rgba(255, 255, 255, 0.08);
    border-radius: 11px;

    background:
        rgba(255, 255, 255, 0.055);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.dmxHostingServerUnit > div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dmxHostingServerUnit > div span {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #55d4a4;

    animation:
        dmxHostingServerLight
        1.3s ease-in-out infinite;
}

.dmxHostingServerUnit > div span:last-child {
    background: #37bce8;
    animation-delay: 220ms;
}

.dmxHostingServerUnit i {
    display: block;

    width: 52%;
    height: 4px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            rgba(56, 191, 231, 0.78),
            rgba(56, 191, 231, 0.08)
        );
}


/* =========================================================
   MÉTRICAS DEL SERVIDOR
========================================================= */

.dmxHostingServerMetrics {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px;

    margin-top: 16px;
}

.dmxHostingServerMetrics > div {
    padding: 10px;

    border:
        1px solid rgba(255, 255, 255, 0.07);
    border-radius: 11px;

    background:
        rgba(255, 255, 255, 0.04);
}

.dmxHostingServerMetrics span {
    display: block;

    color: rgba(226, 240, 249, 0.58);

    font-size: 0.56rem;
    font-weight: 700;
}

.dmxHostingServerMetrics strong {
    display: block;

    margin-top: 4px;

    color: #ffffff;

    font-size: 0.78rem;
    font-weight: 850;
}

.dmxHostingServerPulse {
    display: flex;
    justify-content: center;
    gap: 5px;

    margin-top: 15px;
}

.dmxHostingServerPulse span {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #48c8ec;

    animation:
        dmxHostingServerPulse
        1.1s ease-in-out infinite;
}

.dmxHostingServerPulse span:nth-child(2) {
    animation-delay: 150ms;
}

.dmxHostingServerPulse span:nth-child(3) {
    animation-delay: 300ms;
}


/* =========================================================
   ALERTA DE SOPORTE
========================================================= */

.dmxHostingSupportAlert {
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr)
        auto;

    align-items: center;
    gap: 13px;

    margin-top: 12px;
    padding: 14px 16px;

    border:
        1px solid rgba(28, 116, 189, 0.14);
    border-radius: 17px;

    background:
        linear-gradient(
            135deg,
            rgba(239, 248, 254, 0.97),
            rgba(249, 253, 255, 0.98)
        );

    box-shadow:
        0 12px 30px rgba(23, 81, 126, 0.08);

    transition:
        opacity 300ms ease,
        transform 300ms ease,
        border-color 300ms ease,
        background 300ms ease;
}

.dmxHostingSupportAlertIcon {
    display: grid;
    place-items: center;

    width: 42px;
    height: 42px;

    border-radius: 13px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #176fca,
            #29afe5
        );

    box-shadow:
        0 8px 18px rgba(21, 115, 190, 0.22);
}

.dmxHostingSupportAlertIcon svg {
    width: 22px;
    height: 22px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dmxHostingSupportAlertText {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.dmxHostingSupportAlertText span {
    color: #66869d;

    font-size: 0.65rem;
    font-weight: 750;
}

.dmxHostingSupportAlertText strong {
    overflow: hidden;

    color: #164d77;

    font-size: 0.82rem;
    font-weight: 820;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.dmxHostingSupportLoader {
    display: flex;
    gap: 5px;
}

.dmxHostingSupportLoader span {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #2497d6;

    animation:
        dmxHostingSupportLoader
        1s ease-in-out infinite;
}

.dmxHostingSupportLoader span:nth-child(2) {
    animation-delay: 140ms;
}

.dmxHostingSupportLoader span:nth-child(3) {
    animation-delay: 280ms;
}


/* =========================================================
   MÉTRICAS INFERIORES
========================================================= */

.dmxHostingNetworkMetrics {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;

    margin-top: 14px;
}

.dmxHostingNetworkMetric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    padding: 13px 14px;

    border:
        1px solid rgba(23, 85, 135, 0.1);
    border-radius: 15px;

    background:
        rgba(255, 255, 255, 0.72);
}

.dmxHostingNetworkMetric > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dmxHostingNetworkMetric span {
    color: #7a8c9d;

    font-size: 0.61rem;
    font-weight: 720;
}

.dmxHostingNetworkMetric strong {
    color: #214a68;

    font-size: 0.76rem;
    font-weight: 850;
}

.dmxHostingNetworkMetricBars {
    display: flex;
    align-items: flex-end;
    gap: 3px;

    height: 27px;
}

.dmxHostingNetworkMetricBars span {
    width: 4px;

    border-radius: 999px;

    background:
        linear-gradient(
            180deg,
            #32b9e7,
            #176fc8
        );

    animation:
        dmxHostingTrafficBars
        1.2s ease-in-out infinite;
}

.dmxHostingNetworkMetricBars span:nth-child(1) {
    height: 30%;
}

.dmxHostingNetworkMetricBars span:nth-child(2) {
    height: 55%;
    animation-delay: 100ms;
}

.dmxHostingNetworkMetricBars span:nth-child(3) {
    height: 85%;
    animation-delay: 200ms;
}

.dmxHostingNetworkMetricBars span:nth-child(4) {
    height: 64%;
    animation-delay: 300ms;
}

.dmxHostingNetworkMetricBars span:nth-child(5) {
    height: 42%;
    animation-delay: 400ms;
}

.dmxHostingNetworkBackup {
    display: grid;
    place-items: center;

    width: 31px;
    height: 31px;

    border-radius: 50%;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #1b9369,
            #2cc187
        );

    box-shadow:
        0 7px 15px rgba(25, 151, 105, 0.18);
}

.dmxHostingNetworkBackup svg {
    width: 16px;
    height: 16px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   ETIQUETAS FLOTANTES
========================================================= */

.dmxHostingHeroBadge {
    position: absolute;
    z-index: 5;

    display: flex;
    align-items: center;
    gap: 9px;

    padding: 10px 14px;

    border:
        1px solid rgba(56, 122, 171, 0.15);
    border-radius: 999px;

    color: #2b5f7d;

    background:
        rgba(255, 255, 255, 0.9);

    box-shadow:
        0 15px 35px rgba(24, 74, 113, 0.12);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    font-size: 0.7rem;
    font-weight: 820;
    white-space: nowrap;
}

.dmxHostingHeroBadgeTop {
    top: -20px;
    right: 38px;

    animation:
        dmxHostingBadgeFloat
        4.8s ease-in-out infinite;
}

.dmxHostingHeroBadgeTop > span {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #22ae79;

    box-shadow:
        0 0 0 5px rgba(34, 174, 121, 0.09);
}

.dmxHostingHeroBadgeBottom {
    right: -18px;
    bottom: 60px;

    color: #267458;

    border-color:
        rgba(30, 151, 105, 0.17);

    opacity: 1;

    transition:
        opacity 300ms ease,
        transform 300ms ease;
}

.dmxHostingHeroBadgeBottom svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: #1d9f70;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   ESTADOS CONTROLADOS POR JS
========================================================= */

.dmxHostingNetwork.is-warning
.dmxHostingNetworkHeaderText > strong {
    color: #c86d36;
}

.dmxHostingNetwork.is-warning
.dmxHostingNetworkLive {
    color: #b76432;

    border-color:
        rgba(223, 120, 57, 0.18);

    background:
        rgba(255, 245, 236, 0.92);
}

.dmxHostingNetwork.is-warning
.dmxHostingNetworkLive > span {
    background: #e18346;

    box-shadow:
        0 0 0 5px rgba(225, 131, 70, 0.1);
}

.dmxHostingNetwork.is-warning
.dmxHostingConnectionActive {
    background:
        linear-gradient(
            90deg,
            #e28649,
            #efb16c
        );

    box-shadow:
        0 0 15px rgba(226, 134, 73, 0.3);
}

.dmxHostingNetwork.is-warning
.dmxHostingDataPacket {
    animation-play-state: paused;
}

.dmxHostingNetwork.is-warning
.dmxHostingDeviceInformation strong {
    color: #c36d3b;
}

.dmxHostingNetwork.is-warning
.dmxHostingDeviceIndicator span {
    background: #e18448;

    box-shadow:
        0 0 0 4px rgba(225, 132, 72, 0.1);
}

.dmxHostingNetwork.is-supporting
.dmxHostingSupportAlert {
    transform: translateY(-3px);

    border-color:
        rgba(27, 127, 204, 0.24);

    background:
        linear-gradient(
            135deg,
            #edf8ff,
            #f9fdff
        );

    box-shadow:
        0 16px 35px rgba(22, 101, 161, 0.12);
}

.dmxHostingNetwork.is-restored
.dmxHostingNetworkHeaderText > strong {
    color: #1e875f;
}

.dmxHostingNetwork.is-restored
.dmxHostingConnectionActive {
    background:
        linear-gradient(
            90deg,
            #168e65,
            #34c58b
        );

    box-shadow:
        0 0 16px rgba(37, 176, 126, 0.31);
}

.dmxHostingNetwork.is-restored
.dmxHostingDataPacket {
    background:
        linear-gradient(
            135deg,
            #178d65,
            #37c98f
        );

    box-shadow:
        0 5px 14px rgba(27, 150, 106, 0.3),
        0 0 0 6px rgba(33, 174, 123, 0.08);
}


/* =========================================================
   ANIMACIONES
========================================================= */

@keyframes dmxHostingLivePulse {

    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.86);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

}

@keyframes dmxHostingPacketLeft {

    0% {
        left: 0;
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    88% {
        opacity: 1;
    }

    100% {
        left: calc(100% - 18px);
        opacity: 0;
    }

}

@keyframes dmxHostingPacketRight {

    0% {
        right: 0;
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    88% {
        opacity: 1;
    }

    100% {
        right: calc(100% - 18px);
        opacity: 0;
    }

}

@keyframes dmxHostingChart {

    0%,
    100% {
        transform: scaleY(0.86);
        opacity: 0.72;
    }

    50% {
        transform: scaleY(1);
        opacity: 1;
    }

}

@keyframes dmxHostingServerHalo {

    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.96);
    }

    50% {
        opacity: 0.9;
        transform: scale(1.03);
    }

}

@keyframes dmxHostingServerLight {

    0%,
    100% {
        opacity: 0.35;
    }

    50% {
        opacity: 1;
    }

}

@keyframes dmxHostingServerPulse {

    0%,
    100% {
        opacity: 0.28;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-3px);
    }

}

@keyframes dmxHostingSupportLoader {

    0%,
    100% {
        opacity: 0.25;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-3px);
    }

}

@keyframes dmxHostingTrafficBars {

    0%,
    100% {
        transform: scaleY(0.75);
        opacity: 0.55;
    }

    50% {
        transform: scaleY(1);
        opacity: 1;
    }

}

@keyframes dmxHostingBadgeFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {

    .dmxHostingHero {
        padding-top: 135px;
    }

    .dmxHostingHeroLayout {
        grid-template-columns:
            minmax(0, 0.86fr)
            minmax(510px, 1.14fr);

        gap: 46px;
    }

    .dmxHostingNetwork {
        padding: 21px;
    }

    .dmxHostingNetworkStage {
        gap: 16px;
    }

    .dmxHostingHeroBadgeBottom {
        right: -5px;
    }

}


@media (max-width: 1020px) {

    .dmxHostingHero {
        min-height: auto;
        padding:
            135px 0
            88px;
    }

    .dmxHostingHeroLayout {
        grid-template-columns: 1fr;
        gap: 72px;
    }

    .dmxHostingHeroContent {
        max-width: 780px;
    }

    .dmxHostingHeroVisual {
        max-width: 780px;
        margin:
            0 auto;
    }

    .dmxHostingNetwork {
        transform: none;
    }

    .dmxHostingHeroVisual:hover
    .dmxHostingNetwork {
        transform: translateY(-4px);
    }

}


@media (max-width: 720px) {

    .dmxHostingHero {
        padding:
            118px 0
            72px;
    }

    .dmxHostingHero h1 {
        font-size: clamp(2.45rem, 12vw, 4rem);
        line-height: 1;
    }

    .dmxHostingHeroDescription {
        margin-top: 24px;

        font-size: 0.98rem;
        line-height: 1.72;
    }

    .dmxHostingHeroActions {
        align-items: stretch;
        flex-direction: column;

        margin-top: 30px;
    }

    .dmxHostingHeroButton {
        width: 100%;
    }

    .dmxHostingHeroTrust {
        gap: 15px;

        margin-top: 30px;
        padding-top: 22px;
    }

    .dmxHostingHeroTrustItem {
        width: calc(50% - 8px);
    }

    .dmxHostingHeroTrustItem:last-child {
        width: 100%;
    }

    .dmxHostingHeroLayout {
        gap: 58px;
    }

    .dmxHostingNetwork {
        padding: 17px;

        border-radius: 24px;
    }

    .dmxHostingNetworkStage {
        grid-template-columns:
            minmax(88px, 0.8fr)
            minmax(155px, 1.25fr)
            minmax(88px, 0.8fr);

        gap: 8px;

        min-height: 300px;
        padding-inline: 0;
    }

    .dmxHostingConnection {
        width: 24%;
    }

    .dmxHostingDeviceScreen {
        max-width: 125px;

        border-width: 4px;
        border-radius: 13px;
    }

    .dmxHostingDeviceContent {
        padding: 9px;
    }

    .dmxHostingDeviceChart {
        height: 35px;
        margin-top: 12px;
    }

    .dmxHostingServer {
        padding: 15px;

        border-radius: 20px;
    }

    .dmxHostingServerBrand > span {
        width: 34px;
        height: 34px;
    }

    .dmxHostingServerStatus {
        display: none;
    }

    .dmxHostingServerMetrics {
        gap: 6px;
    }

    .dmxHostingServerMetrics > div {
        padding: 8px 6px;
    }

    .dmxHostingSupportAlert {
        grid-template-columns:
            auto
            minmax(0, 1fr);

        padding: 12px;
    }

    .dmxHostingSupportLoader {
        display: none;
    }

    .dmxHostingNetworkMetrics {
        gap: 8px;
    }

    .dmxHostingNetworkMetric {
        padding: 11px;
    }

    .dmxHostingHeroBadgeTop {
        right: 14px;
    }

    .dmxHostingHeroBadgeBottom {
        right: 8px;
        bottom: -24px;
    }

}


@media (max-width: 520px) {

    .dmxHostingHeroTrust {
        flex-direction: column;
    }

    .dmxHostingHeroTrustItem,
    .dmxHostingHeroTrustItem:last-child {
        width: 100%;
    }

    .dmxHostingNetworkHeader {
        align-items: flex-start;
    }

    .dmxHostingNetworkHeaderText > strong {
        font-size: 0.88rem;
    }

    .dmxHostingNetworkStage {
        grid-template-columns:
            minmax(65px, 0.7fr)
            minmax(135px, 1.25fr)
            minmax(65px, 0.7fr);

        min-height: 270px;
    }

    .dmxHostingDeviceScreen {
        max-width: 92px;
    }

    .dmxHostingDeviceToolbar {
        height: 14px;
        padding: 4px 5px;
    }

    .dmxHostingDeviceToolbar span {
        width: 4px;
        height: 4px;
    }

    .dmxHostingDeviceContentLine {
        height: 4px;
    }

    .dmxHostingDeviceChart {
        gap: 3px;

        height: 27px;
        margin-top: 9px;
    }

    .dmxHostingDeviceApplication {
        gap: 6px;
    }

    .dmxHostingDeviceApplication > span {
        width: 22px;
        height: 22px;

        border-radius: 7px;
    }

    .dmxHostingDeviceApplication i {
        height: 4px;
    }

    .dmxHostingDeviceRows {
        gap: 4px;

        margin-top: 10px;
    }

    .dmxHostingDeviceRows span {
        height: 5px;
    }

    .dmxHostingDeviceBase {
        width: 42px;
        height: 8px;
    }

    .dmxHostingDeviceBase::after {
        top: 8px;

        width: 60px;
        height: 5px;
    }

    .dmxHostingDeviceInformation {
        margin-top: 18px;
    }

    .dmxHostingDeviceInformation span {
        font-size: 0.56rem;
    }

    .dmxHostingDeviceInformation strong {
        font-size: 0.64rem;
    }

    .dmxHostingDeviceIndicator {
        top: -6px;
        right: 0;

        width: 15px;
        height: 15px;
    }

    .dmxHostingServer {
        padding: 12px;
    }

    .dmxHostingServerBrand {
        gap: 7px;
    }

    .dmxHostingServerBrand > span {
        width: 30px;
        height: 30px;

        border-radius: 10px;
    }

    .dmxHostingServerBrand svg {
        width: 17px;
        height: 17px;
    }

    .dmxHostingServerBrand small {
        font-size: 0.5rem;
    }

    .dmxHostingServerBrand strong {
        font-size: 0.68rem;
    }

    .dmxHostingServerRack {
        gap: 6px;
        margin-top: 11px;
    }

    .dmxHostingServerUnit {
        min-height: 31px;
        padding: 6px 8px;
    }

    .dmxHostingServerMetrics {
        grid-template-columns: 1fr;
        margin-top: 10px;
    }

    .dmxHostingServerMetrics > div:last-child {
        display: none;
    }

    .dmxHostingServerPulse {
        margin-top: 10px;
    }

    .dmxHostingConnection {
        height: 4px;
    }

    .dmxHostingDataPacket {
        width: 15px;
        height: 15px;

        border-width: 3px;
    }

    .dmxHostingNetworkMetrics {
        grid-template-columns: 1fr;
    }

    .dmxHostingNetworkMetric:last-child {
        display: none;
    }

    .dmxHostingHeroBadge {
        padding: 8px 10px;

        font-size: 0.61rem;
    }

}


/* =========================================================
   MOVIMIENTO REDUCIDO
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .dmxHostingHero *,
    .dmxHostingHero *::before,
    .dmxHostingHero *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

}