/* ============================================================
   DIGITALIZANDO MX
   HERO PRINCIPAL
============================================================ */

.dmxHomeHero {
    --dmx-hero-background: #f7f9fc;
    --dmx-hero-background-soft: #eef4ff;
    --dmx-hero-surface: rgba(255, 255, 255, 0.78);
    --dmx-hero-surface-solid: #ffffff;
    --dmx-hero-border: rgba(20, 40, 78, 0.1);
    --dmx-hero-border-strong: rgba(20, 40, 78, 0.16);
    --dmx-hero-text: #102039;
    --dmx-hero-text-soft: #64748b;
    --dmx-hero-text-light: #8a98ac;
    --dmx-hero-blue: #2268ff;
    --dmx-hero-blue-dark: #164ed0;
    --dmx-hero-cyan: #12b8d8;
    --dmx-hero-green: #16a879;
    --dmx-hero-orange: #f59e0b;
    --dmx-hero-purple: #7758ff;
    --dmx-hero-shadow:
        0 40px 100px rgba(26, 51, 93, 0.14),
        0 15px 35px rgba(26, 51, 93, 0.08);
    --dmx-hero-small-shadow:
        0 18px 40px rgba(26, 51, 93, 0.12),
        0 6px 16px rgba(26, 51, 93, 0.06);

    position: relative;
    display: flex;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(34, 104, 255, 0.08),
            transparent 30%
        ),
        radial-gradient(
            circle at 88% 22%,
            rgba(18, 184, 216, 0.09),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #fbfcff 0%,
            var(--dmx-hero-background) 55%,
            #f1f6ff 100%
        );
    color: var(--dmx-hero-text);
}


/* ============================================================
   FONDO DECORATIVO
============================================================ */

.dmxHomeHeroBackground {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.dmxHomeHeroBackgroundGlow {
    position: absolute;
    border-radius: 50%;
    filter: blur(16px);
    opacity: 0.8;
    will-change: transform;
}

.dmxHomeHeroBackgroundGlowOne {
    top: -18%;
    right: -8%;
    width: 680px;
    aspect-ratio: 1;
    background:
        radial-gradient(
            circle,
            rgba(34, 104, 255, 0.18) 0%,
            rgba(34, 104, 255, 0.06) 44%,
            transparent 72%
        );
    animation: dmxHeroGlowFloatOne 12s ease-in-out infinite;
}

.dmxHomeHeroBackgroundGlowTwo {
    bottom: -30%;
    left: 20%;
    width: 760px;
    aspect-ratio: 1;
    background:
        radial-gradient(
            circle,
            rgba(18, 184, 216, 0.14) 0%,
            rgba(18, 184, 216, 0.04) 45%,
            transparent 72%
        );
    animation: dmxHeroGlowFloatTwo 15s ease-in-out infinite;
}

.dmxHomeHeroBackgroundGlowThree {
    top: 30%;
    left: -16%;
    width: 520px;
    aspect-ratio: 1;
    background:
        radial-gradient(
            circle,
            rgba(119, 88, 255, 0.1) 0%,
            rgba(119, 88, 255, 0.025) 52%,
            transparent 74%
        );
    animation: dmxHeroGlowFloatThree 13s ease-in-out infinite;
}

.dmxHomeHeroGrid {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background-image:
        linear-gradient(
            rgba(34, 72, 130, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(34, 72, 130, 0.035) 1px,
            transparent 1px
        );
    background-size: 54px 54px;
    mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.65),
            transparent 90%
        );
}

.dmxHomeHeroNoise {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='.55'/%3E%3C/svg%3E");
}

.dmxHomeHeroOrbit {
    position: absolute;
    border: 1px solid rgba(34, 104, 255, 0.08);
    border-radius: 50%;
}

.dmxHomeHeroOrbitOne {
    top: 13%;
    right: 4%;
    width: 640px;
    aspect-ratio: 1;
    animation: dmxHeroOrbitRotate 38s linear infinite;
}

.dmxHomeHeroOrbitTwo {
    top: 23%;
    right: 11%;
    width: 470px;
    aspect-ratio: 1;
    border-style: dashed;
    animation: dmxHeroOrbitRotateReverse 31s linear infinite;
}

.dmxHomeHeroOrbitThree {
    top: 32%;
    right: 18%;
    width: 300px;
    aspect-ratio: 1;
    animation: dmxHeroOrbitRotate 24s linear infinite;
}

.dmxHomeHeroParticle {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(34, 104, 255, 0.44);
    box-shadow:
        0 0 0 6px rgba(34, 104, 255, 0.05),
        0 0 18px rgba(34, 104, 255, 0.32);
}

.dmxHomeHeroParticleOne {
    top: 20%;
    left: 7%;
    animation: dmxHeroParticleFloat 8s ease-in-out infinite;
}

.dmxHomeHeroParticleTwo {
    top: 66%;
    left: 12%;
    animation: dmxHeroParticleFloat 10s ease-in-out -2s infinite;
}

.dmxHomeHeroParticleThree {
    top: 18%;
    right: 34%;
    background: rgba(18, 184, 216, 0.55);
    animation: dmxHeroParticleFloat 9s ease-in-out -4s infinite;
}

.dmxHomeHeroParticleFour {
    bottom: 16%;
    right: 8%;
    width: 5px;
    height: 5px;
    background: rgba(119, 88, 255, 0.5);
    animation: dmxHeroParticleFloat 11s ease-in-out -3s infinite;
}

.dmxHomeHeroParticleFive {
    top: 52%;
    right: 2%;
    width: 4px;
    height: 4px;
    background: rgba(22, 168, 121, 0.55);
    animation: dmxHeroParticleFloat 7s ease-in-out -1s infinite;
}


/* ============================================================
   CONTENEDOR
============================================================ */

.dmxHomeHeroContainer {
    position: relative;
    width: min(100% - 48px, 1480px);
    margin-inline: auto;
    padding-block:
        clamp(130px, 11vw, 180px)
        clamp(110px, 9vw, 150px);
}

.dmxHomeHeroLayout {
    display: grid;
    grid-template-columns:
        minmax(0, 0.94fr)
        minmax(620px, 1.06fr);
    align-items: center;
    gap: clamp(55px, 6vw, 105px);
}


/* ============================================================
   CONTENIDO
============================================================ */

.dmxHomeHeroContent {
    position: relative;
    z-index: 4;
    max-width: 720px;
}

.dmxHomeHeroEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 14px;
    border: 1px solid rgba(34, 104, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    color: #345078;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    box-shadow: 0 8px 28px rgba(26, 51, 93, 0.06);
    backdrop-filter: blur(14px);
}

.dmxHomeHeroEyebrowStatus {
    position: relative;
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--dmx-hero-green);
    box-shadow: 0 0 0 5px rgba(22, 168, 121, 0.1);
}

.dmxHomeHeroEyebrowStatus::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(22, 168, 121, 0.25);
    border-radius: inherit;
    animation: dmxHeroStatusPulse 2.2s ease-out infinite;
}

.dmxHomeHeroTitle {
    max-width: 760px;
    margin: 0;
    color: var(--dmx-hero-text);
    font-size: clamp(50px, 4.55vw, 78px);
    font-weight: 800;
    line-height: 0.995;
    letter-spacing: -0.052em;
    text-wrap: balance;
}

.dmxHomeHeroTitleAccent {
    position: relative;
    display: inline-block;
    color: transparent;
    background:
        linear-gradient(
            110deg,
            var(--dmx-hero-blue) 0%,
            var(--dmx-hero-cyan) 48%,
            var(--dmx-hero-purple) 100%
        );
    background-clip: text;
    -webkit-background-clip: text;
}

.dmxHomeHeroTitleAccentText {
    display: inline-block;
    min-width: 8ch;
}

.dmxHomeHeroTitleUnderline {
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 18px;
    overflow: visible;
    color: var(--dmx-hero-blue);
}

.dmxHomeHeroTitleUnderline path {
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0.7;
    animation: dmxHeroUnderlineDraw 1.3s ease 1.1s forwards;
}

.dmxHomeHeroDescription {
    max-width: 640px;
    margin:
        clamp(28px, 3vw, 36px)
        0
        0;
    color: var(--dmx-hero-text-soft);
    font-size: clamp(17px, 1.28vw, 20px);
    font-weight: 450;
    line-height: 1.72;
    text-wrap: pretty;
}


/* ============================================================
   BOTONES
============================================================ */

.dmxHomeHeroActions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.dmxHomeHeroPrimaryButton,
.dmxHomeHeroSecondaryButton {
    position: relative;
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 240ms ease,
        box-shadow 240ms ease,
        border-color 240ms ease,
        color 240ms ease,
        background-color 240ms ease;
}

.dmxHomeHeroPrimaryButton {
    overflow: hidden;
    padding: 0 19px 0 24px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--dmx-hero-blue) 0%,
            #315fff 46%,
            var(--dmx-hero-purple) 100%
        );
    box-shadow:
        0 18px 34px rgba(34, 104, 255, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.dmxHomeHeroPrimaryButton::before {
    content: "";
    position: absolute;
    top: -80%;
    left: -45%;
    width: 38%;
    height: 260%;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent
        );
    transform: rotate(18deg);
    transition: left 520ms ease;
}

.dmxHomeHeroPrimaryButton:hover::before {
    left: 125%;
}

.dmxHomeHeroPrimaryButton:hover {
    transform: translateY(-3px);
    box-shadow:
        0 24px 45px rgba(34, 104, 255, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.dmxHomeHeroPrimaryButton:active {
    transform: translateY(-1px);
}

.dmxHomeHeroPrimaryButtonIcon {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.16);
    transition: transform 220ms ease;
}

.dmxHomeHeroPrimaryButton:hover .dmxHomeHeroPrimaryButtonIcon {
    transform: translateX(3px);
}

.dmxHomeHeroPrimaryButtonIcon svg {
    width: 18px;
    height: 18px;
}

.dmxHomeHeroSecondaryButton {
    padding: 0 21px;
    border: 1px solid rgba(20, 40, 78, 0.12);
    color: var(--dmx-hero-text);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 26px rgba(26, 51, 93, 0.07);
    backdrop-filter: blur(14px);
}

.dmxHomeHeroSecondaryButton:hover {
    border-color: rgba(34, 104, 255, 0.25);
    color: var(--dmx-hero-blue);
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(26, 51, 93, 0.11);
}

.dmxHomeHeroSecondaryButtonIcon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    transition: transform 240ms ease;
}

.dmxHomeHeroSecondaryButton:hover .dmxHomeHeroSecondaryButtonIcon {
    transform: translateY(3px);
}

.dmxHomeHeroSecondaryButtonIcon svg {
    width: 18px;
    height: 18px;
}

.dmxHomeHeroPrimaryButton:focus-visible,
.dmxHomeHeroSecondaryButton:focus-visible,
.dmxHomeHeroScroll:focus-visible {
    outline: 3px solid rgba(34, 104, 255, 0.28);
    outline-offset: 4px;
}


/* ============================================================
   CONFIANZA
============================================================ */

.dmxHomeHeroTrust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 29px;
    color: #5d6d83;
    font-size: 13px;
    font-weight: 650;
}

.dmxHomeHeroTrustItem {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.dmxHomeHeroTrustIcon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(34, 104, 255, 0.1);
    border-radius: 10px;
    color: var(--dmx-hero-blue);
    background: rgba(255, 255, 255, 0.72);
}

.dmxHomeHeroTrustIcon svg {
    width: 16px;
    height: 16px;
}

.dmxHomeHeroTrustDivider {
    width: 1px;
    height: 26px;
    background: rgba(20, 40, 78, 0.12);
}


/* ============================================================
   VISUAL PRINCIPAL
============================================================ */

.dmxHomeHeroVisual {
    position: relative;
    min-height: 675px;
    perspective: 1800px;
    transform-style: preserve-3d;
}

.dmxHomeHeroVisualAura {
    position: absolute;
    top: 10%;
    left: 7%;
    width: 86%;
    height: 78%;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(34, 104, 255, 0.13) 0%,
            rgba(18, 184, 216, 0.06) 43%,
            transparent 72%
        );
    filter: blur(26px);
    animation: dmxHeroVisualAura 8s ease-in-out infinite;
}


/* ============================================================
   DASHBOARD
============================================================ */

.dmxHomeHeroDashboard {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(100%, 720px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.94),
            rgba(244, 248, 255, 0.82)
        );
    box-shadow: var(--dmx-hero-shadow);
    transform:
        translate(-50%, -50%)
        rotateY(-7deg)
        rotateX(3deg);
    transform-style: preserve-3d;
    backdrop-filter: blur(20px);
    transition: transform 300ms ease-out;
}

.dmxHomeHeroDashboard::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(
            118deg,
            rgba(255, 255, 255, 0.4),
            transparent 34%,
            transparent 70%,
            rgba(34, 104, 255, 0.025)
        );
}

.dmxHomeHeroDashboardBorder {
    position: absolute;
    inset: 0;
    z-index: 5;
    border: 1px solid rgba(34, 104, 255, 0.08);
    border-radius: inherit;
    pointer-events: none;
}

.dmxHomeHeroDashboardHeader {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border-bottom: 1px solid rgba(20, 40, 78, 0.08);
    background: rgba(255, 255, 255, 0.56);
}

.dmxHomeHeroDashboardBrand {
    display: flex;
    align-items: center;
    gap: 11px;
}

.dmxHomeHeroDashboardLogo {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            var(--dmx-hero-blue),
            var(--dmx-hero-purple)
        );
    font-size: 17px;
    font-weight: 850;
    box-shadow: 0 9px 20px rgba(34, 104, 255, 0.24);
}

.dmxHomeHeroDashboardBrand div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dmxHomeHeroDashboardBrand strong {
    color: #172844;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.dmxHomeHeroDashboardBrand span {
    color: var(--dmx-hero-text-light);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dmxHomeHeroDashboardControls {
    display: flex;
    gap: 7px;
}

.dmxHomeHeroDashboardControls span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d7deea;
}

.dmxHomeHeroDashboardControls span:first-child {
    background: #ff8f87;
}

.dmxHomeHeroDashboardControls span:nth-child(2) {
    background: #f9c957;
}

.dmxHomeHeroDashboardControls span:last-child {
    background: #62cf98;
}

.dmxHomeHeroDashboardBody {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 522px;
}

.dmxHomeHeroDashboardSidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 21px;
    border-right: 1px solid rgba(20, 40, 78, 0.07);
    background: rgba(247, 249, 253, 0.58);
}

.dmxHomeHeroDashboardSidebar span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #8a98ab;
}

.dmxHomeHeroDashboardSidebar span.is-active {
    color: var(--dmx-hero-blue);
    background: rgba(34, 104, 255, 0.09);
    box-shadow: inset 0 0 0 1px rgba(34, 104, 255, 0.08);
}

.dmxHomeHeroDashboardSidebar svg {
    width: 17px;
    height: 17px;
}

.dmxHomeHeroDashboardMain {
    padding: 22px;
}

.dmxHomeHeroDashboardTopbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 17px;
}

.dmxHomeHeroDashboardTopbar > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dmxHomeHeroDashboardTopbar span {
    color: var(--dmx-hero-text-light);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dmxHomeHeroDashboardTopbar strong {
    color: #192b49;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.dmxHomeHeroDashboardLive {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(22, 168, 121, 0.12);
    border-radius: 999px;
    color: #16805f;
    background: rgba(22, 168, 121, 0.07);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.dmxHomeHeroDashboardLive span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dmx-hero-green);
    box-shadow: 0 0 0 4px rgba(22, 168, 121, 0.1);
    animation: dmxHeroLivePulse 2s ease-in-out infinite;
}


/* ============================================================
   MÉTRICAS
============================================================ */

.dmxHomeHeroMetrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.dmxHomeHeroMetric {
    position: relative;
    overflow: hidden;
    padding: 15px;
    border: 1px solid rgba(20, 40, 78, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 22px rgba(26, 51, 93, 0.045);
}

.dmxHomeHeroMetric::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -32px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(34, 104, 255, 0.055);
}

.dmxHomeHeroMetric:nth-child(2)::after {
    background: rgba(18, 184, 216, 0.07);
}

.dmxHomeHeroMetricHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dmxHomeHeroMetricHeader span {
    color: #758399;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.dmxHomeHeroMetricHeader svg {
    width: 15px;
    height: 15px;
    color: var(--dmx-hero-blue);
}

.dmxHomeHeroMetric > strong {
    display: block;
    margin-top: 9px;
    color: #172844;
    font-size: 25px;
    font-weight: 850;
    letter-spacing: -0.045em;
}

.dmxHomeHeroMetricChange {
    display: block;
    margin-top: 4px;
    color: var(--dmx-hero-green);
    font-size: 9px;
    font-weight: 750;
}


/* ============================================================
   GRÁFICA
============================================================ */

.dmxHomeHeroChart {
    margin-top: 12px;
    padding: 16px 16px 13px;
    border: 1px solid rgba(20, 40, 78, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.73);
    box-shadow: 0 8px 22px rgba(26, 51, 93, 0.045);
}

.dmxHomeHeroChartHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.dmxHomeHeroChartHeader > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dmxHomeHeroChartHeader span {
    color: var(--dmx-hero-text-light);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dmxHomeHeroChartHeader strong {
    color: #263a59;
    font-size: 11px;
    font-weight: 800;
}

.dmxHomeHeroChartBadge {
    padding: 6px 9px;
    border-radius: 999px;
    color: #6d7c91;
    background: #f1f4f9;
    font-size: 8px;
    font-weight: 750;
}

.dmxHomeHeroChartVisual {
    position: relative;
    height: 115px;
    margin-top: 10px;
    overflow: hidden;
}

.dmxHomeHeroChartGrid {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dmxHomeHeroChartGrid span {
    width: 100%;
    height: 1px;
    background: rgba(20, 40, 78, 0.055);
}

.dmxHomeHeroChartSvg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    color: var(--dmx-hero-blue);
}

.dmxHomeHeroChartArea {
    opacity: 0;
    animation: dmxHeroChartAreaReveal 1.1s ease 1.4s forwards;
}

.dmxHomeHeroChartLine {
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: dmxHeroChartDraw 1.5s ease 1.1s forwards;
}

.dmxHomeHeroChartPoint {
    fill: #ffffff;
    stroke: currentColor;
    stroke-width: 4;
    opacity: 0;
    transform-origin: center;
    animation: dmxHeroChartPointReveal 0.55s ease 2.35s forwards;
}

.dmxHomeHeroChartTooltip {
    position: absolute;
    top: 5px;
    right: 2px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 10px;
    border: 1px solid rgba(34, 104, 255, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 20px rgba(26, 51, 93, 0.1);
    opacity: 0;
    transform: translateY(7px);
    animation: dmxHeroTooltipReveal 0.55s ease 2.45s forwards;
}

.dmxHomeHeroChartTooltip span {
    color: var(--dmx-hero-text-light);
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
}

.dmxHomeHeroChartTooltip strong {
    color: var(--dmx-hero-blue);
    font-size: 11px;
    font-weight: 850;
}

.dmxHomeHeroChartLabels {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
    color: #9ba7b8;
    font-size: 7px;
    font-weight: 700;
}


/* ============================================================
   ACTIVIDAD
============================================================ */

.dmxHomeHeroActivity {
    margin-top: 12px;
    padding: 14px 15px 13px;
    border: 1px solid rgba(20, 40, 78, 0.08);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 22px rgba(26, 51, 93, 0.045);
}

.dmxHomeHeroActivityHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(20, 40, 78, 0.055);
}

.dmxHomeHeroActivityHeader strong {
    color: #2a3c59;
    font-size: 10px;
    font-weight: 800;
}

.dmxHomeHeroActivityHeader span {
    color: var(--dmx-hero-green);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.dmxHomeHeroActivityList {
    display: grid;
    gap: 8px;
    padding-top: 9px;
}

.dmxHomeHeroActivityItem {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.dmxHomeHeroActivityIcon {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.dmxHomeHeroActivityIcon svg {
    width: 15px;
    height: 15px;
}

.dmxHomeHeroActivityIconWeb {
    color: var(--dmx-hero-blue);
    background: rgba(34, 104, 255, 0.09);
}

.dmxHomeHeroActivityIconSystem {
    color: var(--dmx-hero-purple);
    background: rgba(119, 88, 255, 0.09);
}

.dmxHomeHeroActivityItem > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.dmxHomeHeroActivityItem > div strong {
    overflow: hidden;
    color: #33445f;
    font-size: 9px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dmxHomeHeroActivityItem > div span {
    overflow: hidden;
    color: #8a98aa;
    font-size: 7px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dmxHomeHeroActivitySuccess,
.dmxHomeHeroActivityProgress {
    padding: 5px 7px;
    border-radius: 999px;
    font-size: 7px;
    font-weight: 800;
}

.dmxHomeHeroActivitySuccess {
    color: #13805c;
    background: rgba(22, 168, 121, 0.09);
}

.dmxHomeHeroActivityProgress {
    color: #4264c8;
    background: rgba(34, 104, 255, 0.08);
}


/* ============================================================
   TARJETAS FLOTANTES
============================================================ */

.dmxHomeHeroFloatingCard {
    position: absolute;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--dmx-hero-small-shadow);
    backdrop-filter: blur(16px);
    transform-style: preserve-3d;
    will-change: transform;
}

.dmxHomeHeroFloatingCard > div:not(.dmxHomeHeroFloatingCardIcon):not(.dmxHomeHeroGrowthAvatar) {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dmxHomeHeroFloatingCardLabel {
    color: var(--dmx-hero-text-light);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.dmxHomeHeroFloatingCard strong {
    color: #213451;
    font-size: 13px;
    font-weight: 850;
}

.dmxHomeHeroFloatingCardPerformance {
    top: 12%;
    right: -1%;
    animation: dmxHeroFloatingOne 5.8s ease-in-out infinite;
}

.dmxHomeHeroFloatingCardIcon {
    display: inline-flex;
    width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--dmx-hero-blue);
    background: rgba(34, 104, 255, 0.09);
}

.dmxHomeHeroFloatingCardIcon svg {
    width: 18px;
    height: 18px;
}

.dmxHomeHeroFloatingCardAutomation {
    bottom: 17%;
    right: -4%;
    animation: dmxHeroFloatingTwo 6.6s ease-in-out -1.8s infinite;
}

.dmxHomeHeroFloatingCardAutomation > svg {
    width: 18px;
    height: 18px;
    color: var(--dmx-hero-blue);
}

.dmxHomeHeroAutomationStatus {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--dmx-hero-green);
    box-shadow: 0 0 0 5px rgba(22, 168, 121, 0.1);
}

.dmxHomeHeroFloatingCardGrowth {
    bottom: 9%;
    left: -4%;
    animation: dmxHeroFloatingThree 6.1s ease-in-out -0.7s infinite;
}

.dmxHomeHeroGrowthAvatar {
    display: inline-flex;
    width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            var(--dmx-hero-purple),
            var(--dmx-hero-blue)
        );
    font-size: 10px;
    font-weight: 850;
}

.dmxHomeHeroGrowthPulse {
    position: relative;
    width: 9px;
    height: 9px;
    margin-left: 3px;
    border-radius: 50%;
    background: var(--dmx-hero-green);
}

.dmxHomeHeroGrowthPulse::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(22, 168, 121, 0.35);
    border-radius: inherit;
    animation: dmxHeroStatusPulse 2s ease-out infinite;
}


/* ============================================================
   NÚCLEO DMX
============================================================ */

.dmxHomeHeroCore {
    position: absolute;
    top: 11%;
    left: -1%;
    z-index: 7;
    width: 108px;
    aspect-ratio: 1;
    pointer-events: none;
}

.dmxHomeHeroCoreRing {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(34, 104, 255, 0.16);
    border-radius: 50%;
}

.dmxHomeHeroCoreRingOne {
    animation: dmxHeroCoreSpin 9s linear infinite;
}

.dmxHomeHeroCoreRingOne::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dmx-hero-blue);
    box-shadow: 0 0 14px rgba(34, 104, 255, 0.5);
    transform: translateX(-50%);
}

.dmxHomeHeroCoreRingTwo {
    inset: 13px;
    border-style: dashed;
    animation: dmxHeroCoreSpinReverse 7s linear infinite;
}

.dmxHomeHeroCoreRingThree {
    inset: 25px;
    border-color: rgba(18, 184, 216, 0.23);
    animation: dmxHeroCorePulse 3s ease-in-out infinite;
}

.dmxHomeHeroCoreCenter {
    position: absolute;
    inset: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            var(--dmx-hero-blue),
            var(--dmx-hero-purple)
        );
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    box-shadow:
        0 12px 25px rgba(34, 104, 255, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);
}


/* ============================================================
   SCROLL
============================================================ */

.dmxHomeHeroScroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #718096;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateX(-50%);
    transition:
        color 220ms ease,
        transform 220ms ease;
}

.dmxHomeHeroScroll:hover {
    color: var(--dmx-hero-blue);
    transform: translate(-50%, -3px);
}

.dmxHomeHeroScrollMouse {
    position: relative;
    display: inline-flex;
    width: 23px;
    height: 35px;
    justify-content: center;
    padding-top: 7px;
    border: 1px solid rgba(20, 40, 78, 0.23);
    border-radius: 999px;
}

.dmxHomeHeroScrollMouse span {
    width: 3px;
    height: 7px;
    border-radius: 999px;
    background: var(--dmx-hero-blue);
    animation: dmxHeroScrollIndicator 2s ease-in-out infinite;
}


/* ============================================================
   ESTADO INICIAL PARA JAVASCRIPT
============================================================ */

.dmxHomeHero [data-dmx-hero-reveal] {
    opacity: 1;
    transform: none;
}

.dmxHomeHero.is-js-ready [data-dmx-hero-reveal] {
    opacity: 0;
    transform: translateY(24px);
}

.dmxHomeHero.is-visible [data-dmx-hero-reveal] {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 800ms cubic-bezier(0.2, 0.75, 0.25, 1),
        transform 800ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.dmxHomeHero.is-visible [data-dmx-hero-reveal]:nth-child(1) {
    transition-delay: 100ms;
}

.dmxHomeHero.is-visible [data-dmx-hero-reveal]:nth-child(2) {
    transition-delay: 190ms;
}

.dmxHomeHero.is-visible [data-dmx-hero-reveal]:nth-child(3) {
    transition-delay: 280ms;
}

.dmxHomeHero.is-visible [data-dmx-hero-reveal]:nth-child(4) {
    transition-delay: 370ms;
}

.dmxHomeHero.is-visible [data-dmx-hero-reveal]:nth-child(5) {
    transition-delay: 460ms;
}


/* ============================================================
   ANIMACIONES
============================================================ */

@keyframes dmxHeroGlowFloatOne {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(-30px, 24px, 0) scale(1.06);
    }
}

@keyframes dmxHeroGlowFloatTwo {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(28px, -22px, 0) scale(1.08);
    }
}

@keyframes dmxHeroGlowFloatThree {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(22px, -16px, 0);
    }
}

@keyframes dmxHeroOrbitRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes dmxHeroOrbitRotateReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes dmxHeroParticleFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 0.45;
    }

    50% {
        transform: translate3d(0, -24px, 0);
        opacity: 1;
    }
}

@keyframes dmxHeroStatusPulse {
    0% {
        opacity: 0.85;
        transform: scale(0.7);
    }

    100% {
        opacity: 0;
        transform: scale(1.45);
    }
}

@keyframes dmxHeroUnderlineDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dmxHeroVisualAura {
    0%,
    100% {
        opacity: 0.75;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.06);
    }
}

@keyframes dmxHeroLivePulse {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

@keyframes dmxHeroChartDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dmxHeroChartAreaReveal {
    to {
        opacity: 1;
    }
}

@keyframes dmxHeroChartPointReveal {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes dmxHeroTooltipReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dmxHeroFloatingOne {
    0%,
    100% {
        transform: translate3d(0, 0, 30px) rotate(0deg);
    }

    50% {
        transform: translate3d(0, -13px, 42px) rotate(1deg);
    }
}

@keyframes dmxHeroFloatingTwo {
    0%,
    100% {
        transform: translate3d(0, 0, 26px) rotate(0deg);
    }

    50% {
        transform: translate3d(-5px, -11px, 38px) rotate(-1deg);
    }
}

@keyframes dmxHeroFloatingThree {
    0%,
    100% {
        transform: translate3d(0, 0, 34px) rotate(0deg);
    }

    50% {
        transform: translate3d(5px, -14px, 46px) rotate(1.5deg);
    }
}

@keyframes dmxHeroCoreSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes dmxHeroCoreSpinReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes dmxHeroCorePulse {
    0%,
    100% {
        opacity: 0.55;
        transform: scale(0.94);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes dmxHeroScrollIndicator {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(9px);
    }
}


/* ============================================================
   1500PX
============================================================ */

@media (max-width: 1500px) {

    .dmxHomeHeroContainer {
        width: min(100% - 42px, 1370px);
    }

    .dmxHomeHeroLayout {
        grid-template-columns:
            minmax(0, 0.92fr)
            minmax(570px, 1.08fr);
        gap: 55px;
    }

    .dmxHomeHeroVisual {
        min-height: 630px;
    }

    .dmxHomeHeroDashboard {
        width: min(100%, 665px);
    }

    .dmxHomeHeroDashboardBody {
        min-height: 500px;
    }

}


/* ============================================================
   1320PX
============================================================ */

@media (max-width: 1320px) {

    .dmxHomeHeroContainer {
        padding-top: 135px;
    }

    .dmxHomeHeroLayout {
        grid-template-columns:
            minmax(0, 0.9fr)
            minmax(520px, 1.1fr);
        gap: 42px;
    }

    .dmxHomeHeroTitle {
        font-size: clamp(48px, 4.4vw, 67px);
    }

    .dmxHomeHeroVisual {
        min-height: 580px;
    }

    .dmxHomeHeroDashboard {
        width: min(100%, 610px);
    }

    .dmxHomeHeroDashboardBody {
        min-height: 465px;
    }

    .dmxHomeHeroDashboardMain {
        padding: 18px;
    }

    .dmxHomeHeroChartVisual {
        height: 96px;
    }

    .dmxHomeHeroFloatingCardPerformance {
        right: -2%;
    }

    .dmxHomeHeroFloatingCardAutomation {
        right: -2%;
    }

    .dmxHomeHeroFloatingCardGrowth {
        left: -2%;
    }

    .dmxHomeHeroCore {
        left: 0;
        width: 94px;
    }

}


/* ============================================================
   1150PX
============================================================ */

@media (max-width: 1150px) {

    .dmxHomeHero {
        min-height: auto;
    }

    .dmxHomeHeroContainer {
        width: min(100% - 40px, 980px);
        padding-top: 145px;
        padding-bottom: 130px;
    }

    .dmxHomeHeroLayout {
        grid-template-columns: minmax(0, 1fr);
        gap: 74px;
    }

    .dmxHomeHeroContent {
        max-width: 800px;
        margin-inline: auto;
        text-align: center;
    }

    .dmxHomeHeroEyebrow {
        margin-inline: auto;
    }

    .dmxHomeHeroTitle {
        max-width: 850px;
        margin-inline: auto;
        font-size: clamp(54px, 7vw, 76px);
    }

    .dmxHomeHeroDescription {
        max-width: 700px;
        margin-inline: auto;
    }

    .dmxHomeHeroActions,
    .dmxHomeHeroTrust {
        justify-content: center;
    }

    .dmxHomeHeroVisual {
        width: min(100%, 780px);
        min-height: 660px;
        margin-inline: auto;
    }

    .dmxHomeHeroDashboard {
        width: min(100%, 700px);
        transform:
            translate(-50%, -50%)
            rotateY(-4deg)
            rotateX(2deg);
    }

    .dmxHomeHeroDashboardBody {
        min-height: 515px;
    }

    .dmxHomeHeroCore {
        top: 8%;
        left: 1%;
        width: 102px;
    }

    .dmxHomeHeroFloatingCardPerformance {
        top: 11%;
        right: 0;
    }

    .dmxHomeHeroFloatingCardAutomation {
        right: -1%;
        bottom: 16%;
    }

    .dmxHomeHeroFloatingCardGrowth {
        bottom: 8%;
        left: 1%;
    }

    .dmxHomeHeroOrbitOne {
        top: 48%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .dmxHomeHeroOrbitTwo,
    .dmxHomeHeroOrbitThree {
        display: none;
    }

}


/* ============================================================
   820PX
============================================================ */

@media (max-width: 820px) {

    .dmxHomeHeroContainer {
        width: min(100% - 30px, 720px);
        padding-top: 125px;
        padding-bottom: 112px;
    }

    .dmxHomeHeroLayout {
        gap: 56px;
    }

    .dmxHomeHeroTitle {
        font-size: clamp(45px, 8.6vw, 64px);
        line-height: 1.03;
    }

    .dmxHomeHeroDescription {
        font-size: 17px;
        line-height: 1.65;
    }

    .dmxHomeHeroVisual {
        min-height: 575px;
    }

    .dmxHomeHeroDashboard {
        width: min(100%, 620px);
        border-radius: 24px;
        transform:
            translate(-50%, -50%)
            rotateY(0deg)
            rotateX(0deg);
    }

    .dmxHomeHeroDashboardBody {
        min-height: 460px;
    }

    .dmxHomeHeroDashboardMain {
        padding: 17px;
    }

    .dmxHomeHeroDashboardSidebar {
        display: none;
    }

    .dmxHomeHeroDashboardBody {
        grid-template-columns: minmax(0, 1fr);
    }

    .dmxHomeHeroFloatingCard {
        transform: scale(0.92);
    }

    .dmxHomeHeroFloatingCardPerformance {
        right: -2%;
    }

    .dmxHomeHeroFloatingCardAutomation {
        right: -2%;
    }

    .dmxHomeHeroFloatingCardGrowth {
        left: -2%;
    }

    .dmxHomeHeroCore {
        left: -1%;
        width: 89px;
    }

    .dmxHomeHeroScroll {
        bottom: 23px;
        font-size: 9px;
    }

}


/* ============================================================
   640PX
============================================================ */

@media (max-width: 640px) {

    .dmxHomeHeroContainer {
        width: min(100% - 24px, 560px);
        padding-top: 112px;
        padding-bottom: 92px;
    }

    .dmxHomeHeroEyebrow {
        margin-bottom: 19px;
        padding: 8px 12px;
        font-size: 10px;
        letter-spacing: 0.07em;
    }

    .dmxHomeHeroTitle {
        font-size: clamp(41px, 11.5vw, 57px);
        letter-spacing: -0.047em;
    }

    .dmxHomeHeroTitleUnderline {
        bottom: -10px;
        height: 13px;
    }

    .dmxHomeHeroDescription {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.62;
    }

    .dmxHomeHeroActions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 11px;
        margin-top: 27px;
    }

    .dmxHomeHeroPrimaryButton,
    .dmxHomeHeroSecondaryButton {
        width: 100%;
        min-height: 55px;
    }

    .dmxHomeHeroTrust {
        gap: 11px;
        margin-top: 23px;
    }

    .dmxHomeHeroTrustItem {
        font-size: 11px;
    }

    .dmxHomeHeroTrustDivider {
        display: none;
    }

    .dmxHomeHeroVisual {
        min-height: 500px;
    }

    .dmxHomeHeroDashboard {
        width: 100%;
        border-radius: 21px;
    }

    .dmxHomeHeroDashboardHeader {
        min-height: 63px;
        padding-inline: 15px;
    }

    .dmxHomeHeroDashboardBrand strong {
        font-size: 11px;
    }

    .dmxHomeHeroDashboardBrand span {
        font-size: 7px;
    }

    .dmxHomeHeroDashboardLogo {
        width: 33px;
        height: 33px;
        border-radius: 10px;
        font-size: 14px;
    }

    .dmxHomeHeroDashboardBody {
        min-height: 405px;
    }

    .dmxHomeHeroDashboardMain {
        padding: 13px;
    }

    .dmxHomeHeroDashboardTopbar {
        margin-bottom: 12px;
    }

    .dmxHomeHeroDashboardTopbar strong {
        font-size: 14px;
    }

    .dmxHomeHeroDashboardLive {
        padding: 6px 8px;
        font-size: 7px;
    }

    .dmxHomeHeroMetrics {
        gap: 8px;
    }

    .dmxHomeHeroMetric {
        padding: 12px;
        border-radius: 13px;
    }

    .dmxHomeHeroMetricHeader span {
        font-size: 7px;
    }

    .dmxHomeHeroMetric > strong {
        font-size: 21px;
    }

    .dmxHomeHeroMetricChange {
        font-size: 7px;
    }

    .dmxHomeHeroChart {
        margin-top: 8px;
        padding: 12px 12px 10px;
        border-radius: 14px;
    }

    .dmxHomeHeroChartVisual {
        height: 84px;
    }

    .dmxHomeHeroChartTooltip {
        padding: 6px 8px;
    }

    .dmxHomeHeroActivity {
        margin-top: 8px;
        padding: 11px 12px;
        border-radius: 14px;
    }

    .dmxHomeHeroActivityItem {
        grid-template-columns: 29px minmax(0, 1fr);
    }

    .dmxHomeHeroActivitySuccess,
    .dmxHomeHeroActivityProgress {
        display: none;
    }

    .dmxHomeHeroActivityIcon {
        width: 29px;
        height: 29px;
    }

    .dmxHomeHeroFloatingCard {
        padding: 9px 10px;
        border-radius: 13px;
    }

    .dmxHomeHeroFloatingCardPerformance {
        top: 8%;
        right: -4%;
    }

    .dmxHomeHeroFloatingCardAutomation {
        right: -5%;
        bottom: 12%;
    }

    .dmxHomeHeroFloatingCardGrowth {
        bottom: 3%;
        left: -3%;
    }

    .dmxHomeHeroFloatingCardLabel {
        font-size: 6px;
    }

    .dmxHomeHeroFloatingCard strong {
        font-size: 10px;
    }

    .dmxHomeHeroFloatingCardIcon,
    .dmxHomeHeroGrowthAvatar {
        width: 31px;
        height: 31px;
        border-radius: 9px;
    }

    .dmxHomeHeroFloatingCardIcon svg {
        width: 15px;
        height: 15px;
    }

    .dmxHomeHeroCore {
        top: 5%;
        left: -3%;
        width: 75px;
    }

    .dmxHomeHeroCoreCenter {
        inset: 24px;
        font-size: 8px;
    }

    .dmxHomeHeroCoreRingTwo {
        inset: 9px;
    }

    .dmxHomeHeroCoreRingThree {
        inset: 17px;
    }

    .dmxHomeHeroScroll {
        display: none;
    }

}


/* ============================================================
   440PX
============================================================ */

@media (max-width: 440px) {

    .dmxHomeHeroContainer {
        width: min(100% - 20px, 400px);
        padding-top: 102px;
        padding-bottom: 74px;
    }

    .dmxHomeHeroLayout {
        gap: 46px;
    }

    .dmxHomeHeroTitle {
        font-size: clamp(38px, 11.8vw, 49px);
    }

    .dmxHomeHeroDescription {
        font-size: 15px;
    }

    .dmxHomeHeroTrust {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .dmxHomeHeroVisual {
        min-height: 455px;
    }

    .dmxHomeHeroDashboard {
        border-radius: 18px;
    }

    .dmxHomeHeroDashboardHeader {
        min-height: 58px;
        padding-inline: 12px;
    }

    .dmxHomeHeroDashboardControls {
        gap: 5px;
    }

    .dmxHomeHeroDashboardControls span {
        width: 6px;
        height: 6px;
    }

    .dmxHomeHeroDashboardBody {
        min-height: 368px;
    }

    .dmxHomeHeroDashboardMain {
        padding: 10px;
    }

    .dmxHomeHeroDashboardTopbar strong {
        font-size: 12px;
    }

    .dmxHomeHeroDashboardTopbar span {
        font-size: 7px;
    }

    .dmxHomeHeroDashboardLive {
        display: none;
    }

    .dmxHomeHeroMetric {
        padding: 10px;
    }

    .dmxHomeHeroMetricHeader svg {
        width: 12px;
        height: 12px;
    }

    .dmxHomeHeroMetric > strong {
        font-size: 18px;
    }

    .dmxHomeHeroChartHeader strong {
        font-size: 9px;
    }

    .dmxHomeHeroChartBadge {
        display: none;
    }

    .dmxHomeHeroChartVisual {
        height: 74px;
    }

    .dmxHomeHeroChartTooltip {
        top: 1px;
        right: 0;
    }

    .dmxHomeHeroActivityItem > div strong {
        font-size: 8px;
    }

    .dmxHomeHeroFloatingCardPerformance {
        top: 6%;
        right: -7%;
    }

    .dmxHomeHeroFloatingCardAutomation {
        right: -8%;
        bottom: 8%;
    }

    .dmxHomeHeroFloatingCardGrowth {
        bottom: 0;
        left: -6%;
    }

    .dmxHomeHeroCore {
        top: 3%;
        left: -5%;
        width: 68px;
    }

}


/* ============================================================
   ACCESIBILIDAD
============================================================ */

@media (prefers-reduced-motion: reduce) {

    .dmxHomeHero *,
    .dmxHomeHero *::before,
    .dmxHomeHero *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }

    .dmxHomeHero [data-dmx-hero-reveal],
    .dmxHomeHero.is-js-ready [data-dmx-hero-reveal],
    .dmxHomeHero.is-visible [data-dmx-hero-reveal] {
        opacity: 1;
        transform: none;
    }

    .dmxHomeHeroDashboard {
        transform:
            translate(-50%, -50%)
            rotateY(0deg)
            rotateX(0deg);
    }

}
/* ============================================================
   INTERACCIONES CONTROLADAS POR JAVASCRIPT
============================================================ */

.dmxHomeHeroTitleAccent {
    min-height: 1em;
}

.dmxHomeHeroTitleAccentText {
    transition:
        opacity 260ms ease,
        transform 260ms ease,
        filter 260ms ease;
    will-change:
        opacity,
        transform,
        filter;
}

.dmxHomeHeroTitleAccentText.is-changing {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(-10px);
}

.dmxHomeHeroTitleAccentText.is-entering {
    animation: dmxHeroDynamicWordEnter 500ms ease forwards;
}

.dmxHomeHeroFloatingCard {
    translate:
        var(--dmx-card-pointer-x, 0)
        var(--dmx-card-pointer-y, 0);
    transition:
        translate 220ms ease-out,
        box-shadow 240ms ease,
        border-color 240ms ease;
}

.dmxHomeHeroFloatingCard:hover {
    border-color: rgba(34, 104, 255, 0.18);
    box-shadow:
        0 24px 50px rgba(26, 51, 93, 0.15),
        0 8px 20px rgba(26, 51, 93, 0.08);
}

.dmxHomeHeroDashboard {
    will-change: transform;
}

@keyframes dmxHeroDynamicWordEnter {

    from {
        opacity: 0;
        filter: blur(6px);
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }

}
.dmxHomeHeroMetricTitle{
    margin:0;
    padding:0;
    font:inherit;
    color:inherit;
}