/* ============================================================
   DIGITALIZANDO MX
   PROCESO DE INICIO
============================================================ */

.dmxHomeProcess {
    --dmx-process-background: #071426;
    --dmx-process-background-soft: #0b1c33;
    --dmx-process-surface: rgba(255, 255, 255, 0.055);
    --dmx-process-surface-active: rgba(255, 255, 255, 0.09);
    --dmx-process-border: rgba(255, 255, 255, 0.1);
    --dmx-process-border-strong: rgba(99, 166, 255, 0.34);
    --dmx-process-text: #f8fbff;
    --dmx-process-text-soft: #aab9cc;
    --dmx-process-text-light: #73859d;
    --dmx-process-blue: #4285ff;
    --dmx-process-blue-light: #72a8ff;
    --dmx-process-cyan: #26d4e7;
    --dmx-process-green: #28cf99;
    --dmx-process-purple: #8a72ff;
    --dmx-process-shadow:
        0 30px 70px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);

    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding:
        clamp(88px, 8vw, 132px)
        0;
    color: var(--dmx-process-text);
    background:
        radial-gradient(
            circle at 14% 20%,
            rgba(66, 133, 255, 0.13),
            transparent 28%
        ),
        radial-gradient(
            circle at 88% 78%,
            rgba(38, 212, 231, 0.08),
            transparent 27%
        ),
        linear-gradient(
            145deg,
            #06111f 0%,
            var(--dmx-process-background) 48%,
            #081a30 100%
        );
}


/* ============================================================
   FONDO DECORATIVO
============================================================ */

.dmxHomeProcessBackground {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.dmxHomeProcessGrid {
    position: absolute;
    inset: 0;
    opacity: 0.52;
    background-image:
        linear-gradient(
            rgba(126, 170, 231, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(126, 170, 231, 0.045) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
    mask-image:
        linear-gradient(
            to bottom,
            transparent 0%,
            rgba(0, 0, 0, 0.8) 16%,
            rgba(0, 0, 0, 0.8) 84%,
            transparent 100%
        );
}

.dmxHomeProcessGlow {
    position: absolute;
    border-radius: 50%;
    filter: blur(22px);
    opacity: 0.85;
    will-change: transform;
}

.dmxHomeProcessGlowOne {
    top: -24%;
    left: -11%;
    width: 650px;
    aspect-ratio: 1;
    background:
        radial-gradient(
            circle,
            rgba(66, 133, 255, 0.18),
            rgba(66, 133, 255, 0.04) 52%,
            transparent 72%
        );
    animation: dmxProcessGlowOne 13s ease-in-out infinite;
}

.dmxHomeProcessGlowTwo {
    right: -13%;
    bottom: -31%;
    width: 720px;
    aspect-ratio: 1;
    background:
        radial-gradient(
            circle,
            rgba(38, 212, 231, 0.13),
            rgba(38, 212, 231, 0.025) 52%,
            transparent 72%
        );
    animation: dmxProcessGlowTwo 16s ease-in-out infinite;
}

.dmxHomeProcessOrbit {
    position: absolute;
    border: 1px solid rgba(91, 153, 255, 0.08);
    border-radius: 50%;
}

.dmxHomeProcessOrbitOne {
    top: -130px;
    right: 12%;
    width: 510px;
    aspect-ratio: 1;
    animation: dmxProcessOrbit 36s linear infinite;
}

.dmxHomeProcessOrbitTwo {
    right: -100px;
    bottom: -180px;
    width: 430px;
    aspect-ratio: 1;
    border-style: dashed;
    animation: dmxProcessOrbitReverse 29s linear infinite;
}

.dmxHomeProcessParticle {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dmx-process-blue);
    box-shadow:
        0 0 0 6px rgba(66, 133, 255, 0.06),
        0 0 18px rgba(66, 133, 255, 0.42);
}

.dmxHomeProcessParticleOne {
    top: 20%;
    left: 6%;
    animation: dmxProcessParticle 7s ease-in-out infinite;
}

.dmxHomeProcessParticleTwo {
    top: 46%;
    right: 4%;
    width: 5px;
    height: 5px;
    background: var(--dmx-process-cyan);
    animation: dmxProcessParticle 9s ease-in-out -2s infinite;
}

.dmxHomeProcessParticleThree {
    bottom: 17%;
    left: 27%;
    width: 4px;
    height: 4px;
    background: var(--dmx-process-purple);
    animation: dmxProcessParticle 8s ease-in-out -4s infinite;
}


/* ============================================================
   CONTENEDOR
============================================================ */

.dmxHomeProcessContainer {
    position: relative;
    width: min(100% - 48px, 1400px);
    margin-inline: auto;
}


/* ============================================================
   ENCABEZADO
============================================================ */

.dmxHomeProcessHeader {
    display: grid;
    grid-template-columns:
        minmax(0, 1.18fr)
        minmax(320px, 0.82fr);
    align-items: end;
    gap: clamp(46px, 6vw, 95px);
    margin-bottom: clamp(48px, 5vw, 70px);
}

.dmxHomeProcessHeading {
    max-width: 820px;
}

.dmxHomeProcessEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--dmx-process-cyan);
    font-size: 11px;
    font-weight: 820;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.dmxHomeProcessEyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            var(--dmx-process-blue),
            var(--dmx-process-cyan)
        );
    box-shadow: 0 0 14px rgba(38, 212, 231, 0.3);
}

.dmxHomeProcessHeading h2 {
    max-width: 840px;
    margin: 0;
    color: var(--dmx-process-text);
    font-size: clamp(42px, 4.3vw, 68px);
    font-weight: 840;
    line-height: 1.03;
    letter-spacing: -0.052em;
    text-wrap: balance;
}

.dmxHomeProcessHeading h2 span {
    display: block;
    color: transparent;
    background:
        linear-gradient(
            105deg,
            var(--dmx-process-blue-light),
            var(--dmx-process-cyan)
        );
    background-clip: text;
    -webkit-background-clip: text;
}

.dmxHomeProcessIntroduction {
    max-width: 500px;
    padding-bottom: 3px;
}

.dmxHomeProcessIntroduction > p {
    margin: 0;
    color: var(--dmx-process-text-soft);
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 430;
    line-height: 1.72;
    text-wrap: pretty;
}

.dmxHomeProcessCommitment {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 21px;
    padding: 10px 14px;
    border: 1px solid rgba(66, 133, 255, 0.18);
    border-radius: 999px;
    color: #d8e5f7;
    background: rgba(66, 133, 255, 0.07);
    font-size: 11px;
    font-weight: 720;
    letter-spacing: 0.025em;
    backdrop-filter: blur(10px);
}

.dmxHomeProcessCommitmentIcon {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: var(--dmx-process-cyan);
    background: rgba(38, 212, 231, 0.08);
}

.dmxHomeProcessCommitmentIcon svg {
    width: 15px;
    height: 15px;
}


/* ============================================================
   RECORRIDO
============================================================ */

.dmxHomeProcessJourney {
    position: relative;
}


/* ============================================================
   PROGRESO
============================================================ */

.dmxHomeProcessProgress {
    position: absolute;
    top: 52px;
    right: 8.3%;
    left: 8.3%;
    z-index: 0;
    height: 2px;
    pointer-events: none;
}

.dmxHomeProcessProgressTrack,
.dmxHomeProcessProgressFill {
    position: absolute;
    inset: 0;
    border-radius: 999px;
}

.dmxHomeProcessProgressTrack {
    background: rgba(255, 255, 255, 0.08);
}

.dmxHomeProcessProgressFill {
    right: auto;
    width: 0;
    background:
        linear-gradient(
            90deg,
            var(--dmx-process-blue),
            var(--dmx-process-cyan)
        );
    box-shadow:
        0 0 16px rgba(66, 133, 255, 0.4),
        0 0 28px rgba(38, 212, 231, 0.16);
    transition:
        width 850ms cubic-bezier(0.2, 0.7, 0.2, 1);
}


/* ============================================================
   ETAPAS
============================================================ */

.dmxHomeProcessSteps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.dmxHomeProcessStep {
    position: relative;
    display: flex;
    min-height: 430px;
    overflow: hidden;
    flex-direction: column;
    padding: 22px;
    border: 1px solid var(--dmx-process-border);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.062),
            rgba(255, 255, 255, 0.026)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(13px);
    transition:
        border-color 280ms ease,
        background-color 280ms ease,
        box-shadow 280ms ease,
        transform 280ms ease;
}

.dmxHomeProcessStep::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(66, 133, 255, 0.16),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            rgba(66, 133, 255, 0.08),
            transparent 58%
        );
    transition: opacity 300ms ease;
}

.dmxHomeProcessStep::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    z-index: -1;
    width: 200px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 0;
    background:
        radial-gradient(
            circle,
            rgba(38, 212, 231, 0.1),
            transparent 70%
        );
    transition: opacity 300ms ease;
}

.dmxHomeProcessStep:hover,
.dmxHomeProcessStep.is-active {
    border-color: var(--dmx-process-border-strong);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.09),
            rgba(255, 255, 255, 0.035)
        );
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: translateY(-6px);
}

.dmxHomeProcessStep:hover::before,
.dmxHomeProcessStep:hover::after,
.dmxHomeProcessStep.is-active::before,
.dmxHomeProcessStep.is-active::after {
    opacity: 1;
}


/* ============================================================
   CABECERA DE ETAPA
============================================================ */

.dmxHomeProcessStepTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 34px;
}

.dmxHomeProcessStepNumber {
    position: relative;
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 17px;
    color: #b8c7da;
    background: rgba(255, 255, 255, 0.045);
    font-size: 13px;
    font-weight: 860;
    letter-spacing: 0.08em;
    transition:
        color 250ms ease,
        border-color 250ms ease,
        background-color 250ms ease,
        box-shadow 250ms ease;
}

.dmxHomeProcessStepNumber::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 3;
    width: 12px;
    height: 12px;
    border: 2px solid var(--dmx-process-background);
    border-radius: 50%;
    background: #40516a;
    transform: translate(-50%, -50%);
    transition:
        background-color 250ms ease,
        box-shadow 250ms ease;
}

.dmxHomeProcessStep:hover .dmxHomeProcessStepNumber,
.dmxHomeProcessStep.is-active .dmxHomeProcessStepNumber {
    border-color: rgba(66, 133, 255, 0.3);
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            rgba(66, 133, 255, 0.24),
            rgba(38, 212, 231, 0.1)
        );
    box-shadow: 0 12px 24px rgba(29, 95, 211, 0.18);
}

.dmxHomeProcessStep:hover .dmxHomeProcessStepNumber::after,
.dmxHomeProcessStep.is-active .dmxHomeProcessStepNumber::after {
    background: var(--dmx-process-cyan);
    box-shadow:
        0 0 0 5px rgba(38, 212, 231, 0.1),
        0 0 15px rgba(38, 212, 231, 0.45);
}

.dmxHomeProcessStepIcon {
    display: inline-flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(66, 133, 255, 0.13);
    border-radius: 14px;
    color: var(--dmx-process-blue-light);
    background: rgba(66, 133, 255, 0.07);
    transition:
        color 250ms ease,
        background-color 250ms ease,
        transform 250ms ease,
        box-shadow 250ms ease;
}

.dmxHomeProcessStepIcon svg {
    width: 21px;
    height: 21px;
}

.dmxHomeProcessStep:hover .dmxHomeProcessStepIcon,
.dmxHomeProcessStep.is-active .dmxHomeProcessStepIcon {
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            var(--dmx-process-blue),
            var(--dmx-process-purple)
        );
    box-shadow: 0 12px 24px rgba(66, 133, 255, 0.22);
    transform: rotate(-4deg) scale(1.04);
}


/* ============================================================
   CONTENIDO
============================================================ */

.dmxHomeProcessStepContent {
    flex: 1;
}

.dmxHomeProcessStepVerb {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--dmx-process-cyan);
    font-size: 10px;
    font-weight: 820;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.dmxHomeProcessStepContent h3 {
    margin: 0;
    color: var(--dmx-process-text);
    font-size: clamp(21px, 1.65vw, 26px);
    font-weight: 810;
    line-height: 1.16;
    letter-spacing: -0.032em;
    text-wrap: balance;
}

.dmxHomeProcessStepContent p {
    margin: 16px 0 0;
    color: var(--dmx-process-text-soft);
    font-size: 14px;
    font-weight: 420;
    line-height: 1.65;
    text-wrap: pretty;
}


/* ============================================================
   RESULTADO
============================================================ */

.dmxHomeProcessStepOutcome {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 24px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.035);
    transition:
        border-color 250ms ease,
        background-color 250ms ease;
}

.dmxHomeProcessStep:hover .dmxHomeProcessStepOutcome,
.dmxHomeProcessStep.is-active .dmxHomeProcessStepOutcome {
    border-color: rgba(38, 212, 231, 0.13);
    background: rgba(38, 212, 231, 0.045);
}

.dmxHomeProcessStepOutcomeIcon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: var(--dmx-process-green);
    background: rgba(40, 207, 153, 0.09);
}

.dmxHomeProcessStepOutcomeIcon svg {
    width: 16px;
    height: 16px;
}

.dmxHomeProcessStepOutcome > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.dmxHomeProcessStepOutcome small {
    color: var(--dmx-process-text-light);
    font-size: 8px;
    font-weight: 780;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dmxHomeProcessStepOutcome strong {
    color: #d9e5f3;
    font-size: 11px;
    font-weight: 690;
    line-height: 1.45;
}


/* ============================================================
   PIE DE ETAPA
============================================================ */

.dmxHomeProcessStepFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 17px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.dmxHomeProcessStepFooter > span:first-child {
    color: var(--dmx-process-text-light);
    font-size: 9px;
    font-weight: 720;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.dmxHomeProcessStepStatus {
    position: relative;
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.dmxHomeProcessStepStatus i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4f6179;
    transition:
        background-color 240ms ease,
        box-shadow 240ms ease,
        transform 240ms ease;
}

.dmxHomeProcessStep:hover .dmxHomeProcessStepStatus i,
.dmxHomeProcessStep.is-active .dmxHomeProcessStepStatus i {
    background: var(--dmx-process-cyan);
    box-shadow:
        0 0 0 5px rgba(38, 212, 231, 0.09),
        0 0 13px rgba(38, 212, 231, 0.42);
    transform: scale(1.08);
}


/* ============================================================
   DIFERENCIADOR
============================================================ */

.dmxHomeProcessDifference {
    display: grid;
    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(330px, 0.8fr)
        auto;
    align-items: center;
    gap: clamp(30px, 4vw, 58px);
    margin-top: clamp(26px, 3vw, 42px);
    padding: clamp(25px, 3vw, 36px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    background:
        linear-gradient(
            110deg,
            rgba(66, 133, 255, 0.1),
            rgba(255, 255, 255, 0.045) 42%,
            rgba(38, 212, 231, 0.045)
        );
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(15px);
}

.dmxHomeProcessDifferenceStatement {
    max-width: 700px;
}

.dmxHomeProcessDifferenceLabel {
    display: block;
    margin-bottom: 9px;
    color: var(--dmx-process-cyan);
    font-size: 9px;
    font-weight: 820;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.dmxHomeProcessDifferenceStatement strong {
    display: block;
    color: var(--dmx-process-text);
    font-size: clamp(21px, 1.85vw, 28px);
    font-weight: 780;
    line-height: 1.25;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.dmxHomeProcessDifferencePoints {
    display: grid;
    gap: 11px;
}

.dmxHomeProcessDifferencePoint {
    display: grid;
    grid-template-columns: 29px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
}

.dmxHomeProcessDifferencePoint > span {
    display: inline-flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(66, 133, 255, 0.16);
    border-radius: 9px;
    color: var(--dmx-process-blue-light);
    background: rgba(66, 133, 255, 0.07);
    font-size: 8px;
    font-weight: 820;
}

.dmxHomeProcessDifferencePoint p {
    margin: 3px 0 0;
    color: var(--dmx-process-text-soft);
    font-size: 12px;
    font-weight: 470;
    line-height: 1.45;
}

.dmxHomeProcessDifferenceLink {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px 0 21px;
    border-radius: 15px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--dmx-process-blue),
            var(--dmx-process-purple)
        );
    font-size: 13px;
    font-weight: 760;
    text-decoration: none;
    white-space: nowrap;
    box-shadow:
        0 16px 30px rgba(32, 94, 211, 0.23),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition:
        transform 230ms ease,
        box-shadow 230ms ease;
}

.dmxHomeProcessDifferenceLink svg {
    width: 18px;
    height: 18px;
    transition: transform 230ms ease;
}

.dmxHomeProcessDifferenceLink:hover {
    transform: translateY(-3px);
    box-shadow:
        0 21px 38px rgba(32, 94, 211, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.dmxHomeProcessDifferenceLink:hover svg {
    transform: translateX(3px);
}

.dmxHomeProcessDifferenceLink:focus-visible {
    outline: 3px solid rgba(114, 168, 255, 0.36);
    outline-offset: 4px;
}


/* ============================================================
   ESTADO DE ENTRADA PARA JAVASCRIPT
============================================================ */

.dmxHomeProcess [data-dmx-process-reveal] {
    opacity: 1;
    transform: none;
}

.dmxHomeProcess.is-js-ready [data-dmx-process-reveal] {
    opacity: 0;
    transform: translateY(24px);
}

.dmxHomeProcess.is-visible [data-dmx-process-reveal] {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 760ms cubic-bezier(0.2, 0.72, 0.2, 1),
        transform 760ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.dmxHomeProcess.is-visible
.dmxHomeProcessStep:nth-child(1) {
    transition-delay: 90ms;
}

.dmxHomeProcess.is-visible
.dmxHomeProcessStep:nth-child(2) {
    transition-delay: 170ms;
}

.dmxHomeProcess.is-visible
.dmxHomeProcessStep:nth-child(3) {
    transition-delay: 250ms;
}

.dmxHomeProcess.is-visible
.dmxHomeProcessStep:nth-child(4) {
    transition-delay: 330ms;
}

.dmxHomeProcess.is-visible
.dmxHomeProcessDifference {
    transition-delay: 390ms;
}


/* ============================================================
   ANIMACIONES
============================================================ */

@keyframes dmxProcessGlowOne {

    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(28px, 22px, 0) scale(1.07);
    }

}

@keyframes dmxProcessGlowTwo {

    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(-30px, -20px, 0) scale(1.06);
    }

}

@keyframes dmxProcessOrbit {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

@keyframes dmxProcessOrbitReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }

}

@keyframes dmxProcessParticle {

    0%,
    100% {
        opacity: 0.35;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-19px);
    }

}


/* ============================================================
   1280PX
============================================================ */

@media (max-width: 1280px) {

    .dmxHomeProcessContainer {
        width: min(100% - 42px, 1180px);
    }

    .dmxHomeProcessSteps {
        gap: 11px;
    }

    .dmxHomeProcessStep {
        min-height: 445px;
        padding: 19px;
    }

    .dmxHomeProcessStepContent h3 {
        font-size: 22px;
    }

    .dmxHomeProcessDifference {
        grid-template-columns:
            minmax(0, 1.1fr)
            minmax(290px, 0.9fr);
    }

    .dmxHomeProcessDifferenceLink {
        grid-column: 1 / -1;
        justify-self: start;
    }

}


/* ============================================================
   1020PX
============================================================ */

@media (max-width: 1020px) {

    .dmxHomeProcessHeader {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .dmxHomeProcessIntroduction {
        max-width: 720px;
    }

    .dmxHomeProcessSteps {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .dmxHomeProcessProgress {
        display: none;
    }

    .dmxHomeProcessStep {
        min-height: 385px;
    }

    .dmxHomeProcessStepNumber::after {
        display: none;
    }

    .dmxHomeProcessDifference {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .dmxHomeProcessDifferencePoints {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .dmxHomeProcessDifferenceLink {
        grid-column: auto;
        justify-self: start;
    }

}


/* ============================================================
   720PX
============================================================ */

@media (max-width: 720px) {

    .dmxHomeProcess {
        padding:
            78px
            0;
    }

    .dmxHomeProcessContainer {
        width: min(100% - 28px, 650px);
    }

    .dmxHomeProcessHeader {
        margin-bottom: 38px;
    }

    .dmxHomeProcessHeading h2 {
        font-size: clamp(38px, 9vw, 54px);
    }

    .dmxHomeProcessSteps {
        grid-template-columns: minmax(0, 1fr);
        gap: 11px;
    }

    .dmxHomeProcessStep {
        min-height: 0;
        padding: 20px;
        border-radius: 20px;
    }

    .dmxHomeProcessStep:hover,
    .dmxHomeProcessStep.is-active {
        transform: none;
    }

    .dmxHomeProcessStepTop {
        margin-bottom: 23px;
    }

    .dmxHomeProcessStepContent h3 {
        font-size: 23px;
    }

    .dmxHomeProcessStepOutcome {
        margin-top: 20px;
    }

    .dmxHomeProcessDifference {
        margin-top: 22px;
        padding: 23px;
        border-radius: 21px;
    }

    .dmxHomeProcessDifferencePoints {
        grid-template-columns: minmax(0, 1fr);
    }

}


/* ============================================================
   500PX
============================================================ */

@media (max-width: 500px) {

    .dmxHomeProcess {
        padding:
            66px
            0;
    }

    .dmxHomeProcessContainer {
        width: min(100% - 22px, 460px);
    }

    .dmxHomeProcessEyebrow {
        font-size: 9px;
        letter-spacing: 0.11em;
    }

    .dmxHomeProcessHeading h2 {
        font-size: clamp(34px, 10.6vw, 44px);
    }

    .dmxHomeProcessIntroduction > p {
        font-size: 15px;
    }

    .dmxHomeProcessCommitment {
        align-items: flex-start;
        border-radius: 15px;
        font-size: 10px;
    }

    .dmxHomeProcessStep {
        padding: 17px;
        border-radius: 18px;
    }

    .dmxHomeProcessStepNumber {
        width: 49px;
        height: 49px;
        border-radius: 15px;
        font-size: 11px;
    }

    .dmxHomeProcessStepIcon {
        width: 39px;
        height: 39px;
        border-radius: 12px;
    }

    .dmxHomeProcessStepIcon svg {
        width: 19px;
        height: 19px;
    }

    .dmxHomeProcessStepContent h3 {
        font-size: 21px;
    }

    .dmxHomeProcessStepContent p {
        font-size: 13px;
    }

    .dmxHomeProcessStepOutcome strong {
        font-size: 10px;
    }

    .dmxHomeProcessDifference {
        padding: 19px;
    }

    .dmxHomeProcessDifferenceStatement strong {
        font-size: 21px;
    }

    .dmxHomeProcessDifferenceLink {
        width: 100%;
    }

}


/* ============================================================
   ACCESIBILIDAD
============================================================ */

@media (prefers-reduced-motion: reduce) {

    .dmxHomeProcess *,
    .dmxHomeProcess *::before,
    .dmxHomeProcess *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }

    .dmxHomeProcess [data-dmx-process-reveal],
    .dmxHomeProcess.is-js-ready [data-dmx-process-reveal],
    .dmxHomeProcess.is-visible [data-dmx-process-reveal] {
        opacity: 1;
        transform: none;
    }

    .dmxHomeProcessStep:hover,
    .dmxHomeProcessStep.is-active,
    .dmxHomeProcessDifferenceLink:hover {
        transform: none;
    }

}