/* ============================================================
   DIGITALIZANDO MX
   BRANDING ESTRATÉGICO
============================================================ */

.dmxBranding {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding:
        clamp(115px, 11vw, 190px)
        0;
    background:
        radial-gradient(
            circle at 13% 18%,
            rgba(0, 217, 220, 0.11),
            transparent 29%
        ),
        radial-gradient(
            circle at 90% 78%,
            rgba(6, 103, 241, 0.18),
            transparent 31%
        ),
        linear-gradient(
            155deg,
            #071321 0%,
            #092443 52%,
            #071725 100%
        );
    color: #ffffff;
}

.dmxBranding .container {
    position: relative;
    z-index: 4;
}


/* ============================================================
   TEXTURA Y LUCES
============================================================ */

.dmxBrandingNoise {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.23;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );
    background-size:
        58px
        58px;
    mask-image:
        linear-gradient(
            to bottom,
            transparent,
            #000 8%,
            #000 92%,
            transparent
        );
}

.dmxBrandingGlow {
    position: absolute;
    z-index: -1;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(115px);
    pointer-events: none;
}

.dmxBrandingGlowOne {
    top: 8%;
    left: -330px;
    background:
        rgba(0, 217, 220, 0.18);
}

.dmxBrandingGlowTwo {
    right: -330px;
    bottom: 2%;
    background:
        rgba(6, 103, 241, 0.21);
}


/* ============================================================
   ENCABEZADO
============================================================ */

.dmxBrandingHeader {
    margin-bottom:
        clamp(80px, 9vw, 140px);
}

.dmxBrandingEyebrow {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 32px;
}

.dmxBrandingEyebrow > span {
    display: block;
    width: 54px;
    height: 2px;
    background:
        linear-gradient(
            90deg,
            var(--dmx-cyan, #00d9dc),
            var(--dmx-lime, #c6ff2f)
        );
}

.dmxBrandingEyebrow small {
    color:
        var(--dmx-cyan, #00d9dc);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
}

.dmxBrandingHeaderGrid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.48fr)
        minmax(300px, 0.58fr);
    gap:
        clamp(65px, 9vw, 145px);
    align-items: end;
}

.dmxBrandingTitleWrap {
    position: relative;
}

.dmxBrandingSectionNumber {
    display: block;
    margin-bottom: 28px;
    color:
        rgba(255, 255, 255, 0.36);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1;
}

.dmxBrandingHeader h2 {
    max-width: 900px;
    margin: 0;
    color: #ffffff;
    font-size:
        clamp(3.35rem, 6.3vw, 7.1rem);
    font-weight: 560;
    letter-spacing: -0.072em;
    line-height: 0.92;
}

.dmxBrandingHeader h2 span,
.dmxBrandingHeader h2 strong {
    display: block;
}

.dmxBrandingHeader h2 span {
    color:
        rgba(255, 255, 255, 0.43);
    font-weight: 500;
}

.dmxBrandingHeader h2 strong {
    color:
        var(--dmx-cyan, #00d9dc);
    font-weight: 620;
}

.dmxBrandingIntro {
    position: relative;
    padding:
        8px
        0
        8px
        31px;
    border-left:
        1px solid
        rgba(255, 255, 255, 0.15);
}

.dmxBrandingIntro::before {
    position: absolute;
    top: 0;
    left: -2px;
    width: 3px;
    height: 86px;
    border-radius: 999px;
    background:
        linear-gradient(
            180deg,
            var(--dmx-cyan, #00d9dc),
            var(--dmx-blue, #0667f1)
        );
    content: "";
}

.dmxBrandingIntro p {
    margin: 0;
    color:
        rgba(255, 255, 255, 0.61);
    font-size: 0.98rem;
    line-height: 1.78;
}

.dmxBrandingIntroLead {
    margin-bottom: 20px !important;
    color: #ffffff !important;
    font-size:
        clamp(1.25rem, 1.9vw, 1.75rem) !important;
    font-weight: 650;
    letter-spacing: -0.03em;
    line-height: 1.3 !important;
}


/* ============================================================
   ESCENARIO PRINCIPAL
============================================================ */

.dmxBrandingStage {
    display: grid;
    grid-template-columns:
        minmax(0, 1.42fr)
        minmax(300px, 0.57fr);
    gap:
        clamp(50px, 7vw, 100px);
    align-items: center;
}

.dmxBrandingStageVisual {
    position: relative;
    overflow: hidden;
    min-height: 910px;
    border:
        1px solid
        rgba(255, 255, 255, 0.1);
    border-radius: 36px;
    background:
        radial-gradient(
            circle at 50% 48%,
            rgba(6, 103, 241, 0.14),
            transparent 39%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 45px 110px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

.dmxBrandingStageVisual::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            125deg,
            rgba(255, 255, 255, 0.07),
            transparent 35%
        );
    content: "";
}

.dmxBrandingStageVisual::after {
    position: absolute;
    right: -160px;
    bottom: -210px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background:
        rgba(0, 217, 220, 0.07);
    filter: blur(18px);
    pointer-events: none;
    content: "";
}


/* ============================================================
   CABECERA DEL ESCENARIO
============================================================ */

.dmxBrandingStageTop {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 0 31px;
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.08);
}

.dmxBrandingStageStatus {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dmxBrandingStageStatus span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:
        var(--dmx-lime, #c6ff2f);
    box-shadow:
        0 0 0 7px
        rgba(198, 255, 47, 0.08);
}

.dmxBrandingStageStatus small,
.dmxBrandingStageCode {
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 1;
    text-transform: uppercase;
}

.dmxBrandingStageStatus small {
    color:
        rgba(255, 255, 255, 0.73);
}

.dmxBrandingStageCode {
    color:
        rgba(255, 255, 255, 0.3);
}


/* ============================================================
   ÓRBITA
============================================================ */

.dmxBrandingOrbit {
    position: relative;
    min-height: 760px;
}

.dmxBrandingOrbitLines {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: min(92%, 760px);
    height: min(92%, 760px);
    overflow: visible;
    transform:
        translate(-50%, -50%)
        rotate(
            var(--dmx-branding-orbit-rotation, 0deg)
        );
    pointer-events: none;
    transition:
        transform 0.7s
        cubic-bezier(0.22, 1, 0.36, 1);
}

.dmxBrandingOrbitCircle {
    fill: none;
    stroke:
        rgba(255, 255, 255, 0.08);
    stroke-width: 1;
    stroke-dasharray: 5 8;
    transform-origin: center;
}

.dmxBrandingOrbitCircleOne {
    animation:
        dmxBrandingRotate 28s
        linear infinite;
}

.dmxBrandingOrbitCircleTwo {
    animation:
        dmxBrandingRotateReverse 42s
        linear infinite;
}

.dmxBrandingOrbitCircleThree {
    animation:
        dmxBrandingRotate 56s
        linear infinite;
}

.dmxBrandingOrbitPath {
    fill: none;
    stroke:
        rgba(0, 217, 220, 0.44);
    stroke-width: 1.5;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    vector-effect: non-scaling-stroke;
    transition:
        stroke-dashoffset 1.4s
        cubic-bezier(0.22, 1, 0.36, 1);
}

.dmxBrandingStageVisual.is-active
.dmxBrandingOrbitPath {
    stroke-dashoffset: 0;
}

.dmxBrandingStageVisual.is-active
.dmxBrandingOrbitPath:nth-of-type(1) {
    transition-delay: 0.2s;
}

.dmxBrandingStageVisual.is-active
.dmxBrandingOrbitPath:nth-of-type(2) {
    transition-delay: 0.45s;
}

.dmxBrandingStageVisual.is-active
.dmxBrandingOrbitPath:nth-of-type(3) {
    transition-delay: 0.7s;
}

.dmxBrandingStageVisual.is-active
.dmxBrandingOrbitPath:nth-of-type(4) {
    transition-delay: 0.95s;
}


/* ============================================================
   NÚCLEO
============================================================ */

.dmxBrandingCore {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 245px;
    height: 245px;
    padding: 30px;
    border:
        1px solid
        rgba(0, 217, 220, 0.23);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 36% 30%,
            rgba(255, 255, 255, 0.12),
            transparent 40%
        ),
        linear-gradient(
            145deg,
            rgba(6, 103, 241, 0.32),
            rgba(0, 217, 220, 0.1)
        );
    box-shadow:
        inset 0 0 45px
        rgba(0, 217, 220, 0.08),
        0 32px 70px
        rgba(0, 0, 0, 0.26);
    text-align: center;
    opacity: 0;
    transform:
        translate(-50%, -50%)
        scale(0.82);
    transition:
        opacity 0.8s ease,
        transform 1s
        cubic-bezier(0.22, 1, 0.36, 1);
}

.dmxBrandingStageVisual.is-active
.dmxBrandingCore {
    opacity: 1;
    transform:
        translate(-50%, -50%)
        scale(1);
}

.dmxBrandingCoreLabel {
    position: absolute;
    top: 25px;
    color:
        rgba(255, 255, 255, 0.4);
    font-size: 0.57rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.dmxBrandingCoreMark {
    display: grid;
    grid-template-columns:
        repeat(2, 15px);
    gap: 5px;
    margin-bottom: 16px;
}

.dmxBrandingCoreMark i {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background:
        var(--dmx-blue, #0667f1);
}

.dmxBrandingCoreMark i:nth-child(2) {
    background:
        var(--dmx-cyan, #00d9dc);
}

.dmxBrandingCoreMark i:nth-child(3) {
    background:
        var(--dmx-lime, #c6ff2f);
}

.dmxBrandingCoreMark i:nth-child(4) {
    background: #ffffff;
}

.dmxBrandingCore h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 680;
    letter-spacing: -0.04em;
    line-height: 1;
}

.dmxBrandingCore p {
    max-width: 170px;
    margin: 0;
    color:
        rgba(255, 255, 255, 0.57);
    font-size: 0.73rem;
    line-height: 1.55;
}

.dmxBrandingCorePulse {
    position: absolute;
    inset: -1px;
    border:
        1px solid
        rgba(0, 217, 220, 0.25);
    border-radius: 50%;
    animation:
        dmxBrandingCorePulse
        3s ease-out infinite;
}


/* ============================================================
   NODOS
============================================================ */

.dmxBrandingOrbitNode {
    position: absolute;
    z-index: 5;
    width: 175px;
    min-height: 105px;
    padding: 22px;
    border:
        1px solid
        rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background:
        rgba(6, 21, 37, 0.76);
    box-shadow:
        0 22px 48px
        rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
    opacity: 0;
    transform:
        translateY(20px)
        scale(0.95);
    transition:
        opacity 0.7s ease,
        transform 0.8s
        cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        background-color 0.35s ease;
}

.dmxBrandingStageVisual.is-active
.dmxBrandingOrbitNode {
    opacity: 1;
    transform:
        translateY(0)
        scale(1);
}

.dmxBrandingOrbitNode:hover {
    border-color:
        rgba(0, 217, 220, 0.32);
    background:
        rgba(8, 38, 77, 0.9);
}

.dmxBrandingOrbitNodeNumber {
    position: absolute;
    top: 14px;
    right: 15px;
    color:
        rgba(255, 255, 255, 0.25);
    font-size: 0.57rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.dmxBrandingOrbitNode small {
    display: block;
    margin-bottom: 10px;
    color:
        var(--dmx-cyan, #00d9dc);
    font-size: 0.57rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.dmxBrandingOrbitNode h3 {
    max-width: 120px;
    margin: 0;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 650;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.dmxBrandingOrbitNodePurpose {
    top: 75px;
    left: 50%;
    transform:
        translate(-50%, 20px)
        scale(0.95);
}

.dmxBrandingStageVisual.is-active
.dmxBrandingOrbitNodePurpose {
    transform:
        translate(-50%, 0)
        scale(1);
    transition-delay: 0.25s;
}

.dmxBrandingOrbitNodePosition {
    top: 215px;
    right: 5%;
}

.dmxBrandingStageVisual.is-active
.dmxBrandingOrbitNodePosition {
    transition-delay: 0.42s;
}

.dmxBrandingOrbitNodeVoice {
    right: 6%;
    bottom: 185px;
}

.dmxBrandingStageVisual.is-active
.dmxBrandingOrbitNodeVoice {
    transition-delay: 0.59s;
}

.dmxBrandingOrbitNodeExperience {
    bottom: 75px;
    left: 50%;
    transform:
        translate(-50%, 20px)
        scale(0.95);
}

.dmxBrandingStageVisual.is-active
.dmxBrandingOrbitNodeExperience {
    transform:
        translate(-50%, 0)
        scale(1);
    transition-delay: 0.76s;
}

.dmxBrandingOrbitNodeValue {
    bottom: 185px;
    left: 6%;
}

.dmxBrandingStageVisual.is-active
.dmxBrandingOrbitNodeValue {
    transition-delay: 0.93s;
}

.dmxBrandingOrbitNodeMemory {
    top: 215px;
    left: 5%;
}

.dmxBrandingStageVisual.is-active
.dmxBrandingOrbitNodeMemory {
    transition-delay: 1.1s;
}


/* ============================================================
   PIE DEL ESCENARIO
============================================================ */

.dmxBrandingStageFooter {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 76px;
    padding: 0 26px;
    border-top:
        1px solid
        rgba(255, 255, 255, 0.08);
}

.dmxBrandingStageFooter span {
    color:
        rgba(255, 255, 255, 0.55);
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.dmxBrandingStageFooter i {
    display: block;
    width: 28px;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(0, 217, 220, 0.25),
            rgba(0, 217, 220, 0.8)
        );
}


/* ============================================================
   MENSAJE LATERAL
============================================================ */

.dmxBrandingMessage {
    position: relative;
}

.dmxBrandingMessageLabel {
    display: block;
    margin-bottom: 32px;
    color:
        var(--dmx-cyan, #00d9dc);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.dmxBrandingMessage blockquote {
    margin: 0;
    color: #ffffff;
    font-size:
        clamp(2.5rem, 4vw, 4.6rem);
    font-weight: 540;
    letter-spacing: -0.06em;
    line-height: 0.99;
}

.dmxBrandingMessage blockquote strong {
    display: block;
    margin-top: 22px;
    color:
        var(--dmx-cyan, #00d9dc);
    font-weight: 630;
}

.dmxBrandingMessage > p {
    max-width: 470px;
    margin: 35px 0 48px;
    color:
        rgba(255, 255, 255, 0.57);
    font-size: 0.97rem;
    line-height: 1.78;
}


/* ============================================================
   MÉTRICAS
============================================================ */

.dmxBrandingMetric {
    display: grid;
    grid-template-columns:
        52px
        minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 22px 0;
    border-top:
        1px solid
        rgba(255, 255, 255, 0.1);
}

.dmxBrandingMetric:last-child {
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.1);
}

.dmxBrandingMetricValue {
    color:
        rgba(0, 217, 220, 0.65);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.dmxBrandingMetric strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 670;
    letter-spacing: -0.02em;
}

.dmxBrandingMetric small {
    display: block;
    color:
        rgba(255, 255, 255, 0.43);
    font-size: 0.78rem;
    line-height: 1.5;
}


/* ============================================================
   PROCESO
============================================================ */

.dmxBrandingProcess {
    margin-top:
        clamp(110px, 12vw, 185px);
}

.dmxBrandingProcessHeader {
    display: grid;
    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(280px, 0.55fr);
    gap:
        clamp(55px, 8vw, 125px);
    align-items: end;
    margin-bottom: 55px;
}

.dmxBrandingProcessHeader span {
    display: block;
    margin-bottom: 18px;
    color:
        var(--dmx-cyan, #00d9dc);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.dmxBrandingProcessHeader h3 {
    max-width: 750px;
    margin: 0;
    color: #ffffff;
    font-size:
        clamp(2.7rem, 5vw, 5.5rem);
    font-weight: 560;
    letter-spacing: -0.065em;
    line-height: 0.97;
}

.dmxBrandingProcessHeader p {
    margin: 0;
    color:
        rgba(255, 255, 255, 0.55);
    font-size: 0.97rem;
    line-height: 1.8;
}

.dmxBrandingProcessGrid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.dmxBrandingProcessCard {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    padding: 30px;
    border:
        1px solid
        rgba(255, 255, 255, 0.09);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );
    backdrop-filter: blur(14px);
    transition:
        transform 0.45s
        cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        background-color 0.35s ease,
        box-shadow 0.45s ease;
}

.dmxBrandingProcessCard::before {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background:
        rgba(0, 217, 220, 0.1);
    opacity: 0;
    transform: scale(0.45);
    transition:
        opacity 0.45s ease,
        transform 0.55s ease;
    content: "";
}

.dmxBrandingProcessCard:hover {
    border-color:
        rgba(0, 217, 220, 0.27);
    background:
        rgba(255, 255, 255, 0.07);
    box-shadow:
        0 28px 65px
        rgba(0, 0, 0, 0.19);
    transform:
        translateY(-10px);
}

.dmxBrandingProcessCard:hover::before {
    opacity: 1;
    transform: scale(1);
}

.dmxBrandingProcessIndex {
    position: absolute;
    top: 29px;
    right: 28px;
    color:
        rgba(255, 255, 255, 0.25);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.dmxBrandingProcessIcon {
    position: relative;
    z-index: 2;
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 66px;
    place-items: center;
    border:
        1px solid
        rgba(0, 217, 220, 0.18);
    border-radius: 17px;
    background:
        rgba(0, 217, 220, 0.06);
}

.dmxBrandingProcessIcon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke:
        var(--dmx-cyan, #00d9dc);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dmxBrandingProcessCard small {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 13px;
    color:
        var(--dmx-cyan, #00d9dc);
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.dmxBrandingProcessCard h4 {
    position: relative;
    z-index: 2;
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 1.42rem;
    font-weight: 660;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.dmxBrandingProcessCard p {
    position: relative;
    z-index: 2;
    margin: 0;
    color:
        rgba(255, 255, 255, 0.48);
    font-size: 0.88rem;
    line-height: 1.7;
}

.dmxBrandingProcessLine {
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 30px;
    height: 3px;
    background:
        linear-gradient(
            90deg,
            var(--dmx-cyan, #00d9dc),
            var(--dmx-blue, #0667f1)
        );
    transform: scaleX(0);
    transform-origin: left center;
    transition:
        transform 0.5s
        cubic-bezier(0.22, 1, 0.36, 1);
}

.dmxBrandingProcessCard:hover
.dmxBrandingProcessLine {
    transform: scaleX(1);
}


/* ============================================================
   RESULTADO
============================================================ */

.dmxBrandingResult {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(270px, 0.75fr)
        auto;
    gap:
        clamp(35px, 6vw, 90px);
    align-items: end;
    margin-top:
        clamp(95px, 11vw, 165px);
    padding-top: 60px;
    border-top:
        1px solid
        rgba(255, 255, 255, 0.11);
}

.dmxBrandingResultCopy > span {
    display: block;
    margin-bottom: 16px;
    color:
        var(--dmx-cyan, #00d9dc);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.dmxBrandingResultCopy h3 {
    max-width: 610px;
    margin: 0;
    color: #ffffff;
    font-size:
        clamp(2.3rem, 4.4vw, 4.8rem);
    font-weight: 550;
    letter-spacing: -0.06em;
    line-height: 0.98;
}

.dmxBrandingResultCopy strong {
    display: block;
    margin-top: 13px;
    color:
        var(--dmx-cyan, #00d9dc);
    font-size:
        clamp(1.3rem, 2.2vw, 2.15rem);
    font-weight: 620;
    letter-spacing: -0.04em;
}

.dmxBrandingResultWords {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.dmxBrandingResultWords span {
    display: flex;
    align-items: center;
    min-height: 49px;
    padding: 0 16px;
    border:
        1px solid
        rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color:
        rgba(255, 255, 255, 0.62);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.dmxBrandingResultWords span::before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
    background:
        var(--dmx-cyan, #00d9dc);
    content: "";
}

.dmxBrandingButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 66px;
    padding: 0 23px 0 29px;
    border-radius: 999px;
    background:
        var(--dmx-lime, #c6ff2f);
    box-shadow:
        0 20px 45px
        rgba(198, 255, 47, 0.12);
    color:
        var(--dmx-ink, #0b1420);
    font-size: 0.87rem;
    font-weight: 780;
    text-decoration: none;
    white-space: nowrap;
    transition:
        transform 0.35s ease,
        background-color 0.35s ease,
        box-shadow 0.35s ease;
}

.dmxBrandingButton svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition:
        transform 0.35s ease;
}

.dmxBrandingButton:hover {
    background: #ffffff;
    box-shadow:
        0 22px 48px
        rgba(255, 255, 255, 0.14);
    transform: translateY(-3px);
}

.dmxBrandingButton:hover svg {
    transform: translateX(5px);
}


/* ============================================================
   ANIMACIONES
============================================================ */

@keyframes dmxBrandingRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

@keyframes dmxBrandingRotateReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }

}

@keyframes dmxBrandingCorePulse {

    0% {
        opacity: 0.55;
        transform: scale(1);
    }

    70% {
        opacity: 0;
        transform: scale(1.18);
    }

    100% {
        opacity: 0;
        transform: scale(1.18);
    }

}


/* ============================================================
   1240px
============================================================ */

@media (max-width: 1240px) {

    .dmxBrandingStage {
        grid-template-columns:
            minmax(0, 1fr);
    }

    .dmxBrandingMessage {
        max-width: 850px;
    }

    .dmxBrandingMessage blockquote {
        font-size:
            clamp(2.8rem, 6vw, 5.3rem);
    }

    .dmxBrandingProcessGrid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .dmxBrandingResult {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(280px, 0.65fr);
    }

    .dmxBrandingButton {
        grid-column: 1 / -1;
        justify-self: start;
    }

}


/* ============================================================
   940px
============================================================ */

@media (max-width: 940px) {

    .dmxBrandingHeaderGrid {
        grid-template-columns:
            minmax(0, 1fr);
        gap: 48px;
    }

    .dmxBrandingIntro {
        max-width: 650px;
    }

    .dmxBrandingStageVisual {
        min-height: auto;
    }

    .dmxBrandingOrbit {
        display: grid;
        min-height: auto;
        padding: 40px 30px;
        gap: 17px;
    }

    .dmxBrandingOrbitLines {
        display: none;
    }

    .dmxBrandingCore,
    .dmxBrandingOrbitNode,
    .dmxBrandingOrbitNodePurpose,
    .dmxBrandingOrbitNodePosition,
    .dmxBrandingOrbitNodeVoice,
    .dmxBrandingOrbitNodeExperience,
    .dmxBrandingOrbitNodeValue,
    .dmxBrandingOrbitNodeMemory {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        min-height: 118px;
        border-radius: 21px;
        transform:
            translateY(20px)
            scale(0.96);
    }

    .dmxBrandingCore {
        align-items: flex-start;
        padding: 28px;
        text-align: left;
    }

    .dmxBrandingStageVisual.is-active
    .dmxBrandingCore,
    .dmxBrandingStageVisual.is-active
    .dmxBrandingOrbitNode,
    .dmxBrandingStageVisual.is-active
    .dmxBrandingOrbitNodePurpose,
    .dmxBrandingStageVisual.is-active
    .dmxBrandingOrbitNodeExperience {
        transform:
            translateY(0)
            scale(1);
    }

    .dmxBrandingCoreLabel {
        top: 22px;
        right: 24px;
    }

    .dmxBrandingCore p {
        max-width: 520px;
    }

    .dmxBrandingCorePulse {
        display: none;
    }

    .dmxBrandingOrbitNode h3 {
        max-width: none;
    }

    .dmxBrandingProcessHeader {
        grid-template-columns:
            minmax(0, 1fr);
        gap: 32px;
    }

    .dmxBrandingResult {
        grid-template-columns:
            minmax(0, 1fr);
    }

    .dmxBrandingResultWords {
        max-width: 520px;
    }

}


/* ============================================================
   700px
============================================================ */

@media (max-width: 700px) {

    .dmxBranding {
        padding:
            clamp(95px, 15vw, 130px)
            0;
    }

    .dmxBrandingHeader h2 {
        font-size:
            clamp(3rem, 14vw, 5rem);
    }

    .dmxBrandingStageTop {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 9px;
        min-height: 88px;
        padding: 20px 24px;
    }

    .dmxBrandingOrbit {
        padding: 25px 22px;
    }

    .dmxBrandingStageFooter {
        flex-wrap: wrap;
        min-height: 90px;
        padding: 20px;
    }

    .dmxBrandingMessage blockquote {
        font-size:
            clamp(2.7rem, 12.5vw, 4.4rem);
    }

    .dmxBrandingProcessGrid {
        grid-template-columns:
            minmax(0, 1fr);
    }

    .dmxBrandingProcessCard {
        min-height: 340px;
    }

    .dmxBrandingResultWords {
        grid-template-columns:
            minmax(0, 1fr);
    }

    .dmxBrandingButton {
        width: 100%;
    }

}


/* ============================================================
   480px
============================================================ */

@media (max-width: 480px) {

    .dmxBrandingHeader {
        margin-bottom: 70px;
    }

    .dmxBrandingIntro {
        padding-left: 23px;
    }

    .dmxBrandingStageVisual {
        border-radius: 26px;
    }

    .dmxBrandingOrbitNode,
    .dmxBrandingCore {
        padding: 22px;
    }

    .dmxBrandingStageFooter i {
        width: 17px;
    }

    .dmxBrandingProcessCard {
        padding: 25px;
        border-radius: 22px;
    }

    .dmxBrandingProcessIcon {
        margin-bottom: 55px;
    }

    .dmxBrandingProcessLine {
        right: 25px;
        left: 25px;
    }

}


/* ============================================================
   MOVIMIENTO REDUCIDO
============================================================ */

@media (prefers-reduced-motion: reduce) {

    .dmxBrandingOrbitCircle,
    .dmxBrandingCorePulse {
        animation: none;
    }

    .dmxBrandingOrbitPath {
        stroke-dashoffset: 0;
        transition: none;
    }

    .dmxBrandingCore,
    .dmxBrandingOrbitNode {
        opacity: 1;
        transition: none;
    }

    .dmxBrandingProcessCard,
    .dmxBrandingButton,
    .dmxBrandingButton svg {
        transition: none;
    }

}