/* =========================================================
   VARIABLES · IDENTIDAD DEL SERVICIO
   ========================================================= */

:root {
    --navy: #031229;
    --navy-2: #061b3a;
    --navy-3: #09284d;
    --blue: #087cf0;
    --blue-light: #39a7ff;
    --cyan: #69d5ff;
    --white: #ffffff;
    --text: #d6e2ee;
    --muted: #8498ad;
    --line: rgba(255, 255, 255, .12);
    --line-blue: rgba(57, 167, 255, .24);
    --panel: rgba(5, 23, 47, .78);
    --ease: cubic-bezier(.2, .75, .2, 1);
}


/* =========================================================
   BASE · DOCUMENTO
   ========================================================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: var(--white);
    background: var(--navy);
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}


/* =========================================================
   LANDING · CONTENEDOR GENERAL
   ========================================================= */

.water-service {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 720px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 48% 43%, rgba(8, 124, 240, .13), transparent 24%),
        linear-gradient(135deg, #031229 0%, #04162d 48%, #02101f 100%);
}


/* =========================================================
   FONDO · TEXTURA TÉCNICA
   ========================================================= */

.technical-grid {
    position: absolute;
    z-index: -3;
    inset: 0;
    opacity: .55;
    background-image:
        linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.ambient {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    filter: blur(22px);
    pointer-events: none;
}

.ambient-one {
    width: 560px;
    height: 560px;
    left: 31%;
    top: 11%;
    background: radial-gradient(circle, rgba(57, 167, 255, .15), transparent 70%);
}

.ambient-two {
    width: 440px;
    height: 440px;
    right: -10%;
    bottom: -20%;
    background: radial-gradient(circle, rgba(8, 124, 240, .16), transparent 70%);
}


/* =========================================================
   ENCABEZADO · MARCA Y NAVEGACIÓN
   ========================================================= */

.service-header {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0 3.2vw;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line);
    background: rgba(3, 18, 41, .74);
    backdrop-filter: blur(18px);
}

.brand {
    justify-self: start;
    display: flex;
    align-items: center;
    gap: 11px;
}

.brand img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.brand span {
    display: flex;
    flex-direction: column;
    line-height: .98;
}

.brand b {
    font: 800 13px Montserrat, sans-serif;
    letter-spacing: .16em;
}

.brand small {
    margin-top: 4px;
    font: 700 11.5px Montserrat, sans-serif;
    color: var(--blue-light);
}

.header-center {
    display: flex;
    align-items: center;
    gap: 9px;
    font: 800 9px Montserrat, sans-serif;
    letter-spacing: .18em;
    color: #87a4be;
}

.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue-light);
    box-shadow: 0 0 0 5px rgba(57, 167, 255, .09), 0 0 15px rgba(57, 167, 255, .65);
}

.header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
}

.system-link,
.back-link {
    min-height: 40px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    font: 800 10px Montserrat, sans-serif;
    letter-spacing: .08em;
}

.system-link {
    color: #d9efff;
    border: 1px solid rgba(57, 167, 255, .23);
    background: rgba(8, 124, 240, .10);
}

.back-link {
    color: #c3d2e0;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .045);
}


/* =========================================================
   TABLERO · DISTRIBUCIÓN PRINCIPAL
   ========================================================= */

.service-board {
    position: relative;
    z-index: 5;
    width: calc(100% - 6.4vw);
    height: calc(100% - 150px);
    margin: 0 3.2vw;
    padding-top: 106px;
    display: grid;
    grid-template-columns: minmax(380px, .92fr) minmax(430px, 1.12fr) minmax(340px, .82fr);
    gap: clamp(22px, 2.3vw, 44px);
    align-items: stretch;
}


/* =========================================================
   PRESENTACIÓN · INFORMACIÓN DEL SERVICIO
   ========================================================= */

.service-intro {
    position: relative;
    padding: clamp(22px, 2vw, 38px) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-code {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
}

.service-code span {
    font: 800 9px Montserrat, sans-serif;
    letter-spacing: .2em;
    color: #7699b9;
}

.service-code i {
    color: var(--blue-light);
    font-size: 14px;
}

.overline {
    margin-bottom: 13px;
    font: 800 10px Montserrat, sans-serif;
    letter-spacing: .22em;
    color: var(--blue-light);
}

.service-intro h1 {
    max-width: 660px;
    font: 800 clamp(43px, 4.6vw, 76px)/.98 Montserrat, sans-serif;
    letter-spacing: -.055em;
}

.service-intro h1 span {
    display: block;
    margin-top: 7px;
    color: var(--blue-light);
}

.lead {
    max-width: 590px;
    margin-top: 23px;
    font-size: clamp(13px, .95vw, 16px);
    line-height: 1.7;
    color: #aebfd0;
}

.trust-points {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.trust-points div {
    min-height: 36px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(57, 167, 255, .14);
    border-radius: 999px;
    background: rgba(57, 167, 255, .05);
    font-size: 10px;
    font-weight: 700;
    color: #bfd4e6;
}

.trust-points i {
    color: var(--blue-light);
}

.intro-actions {
    margin-top: 26px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.primary-action,
.secondary-action {
    min-height: 49px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    font-weight: 800;
    font-size: 11px;
    transition: .3s var(--ease);
}

.primary-action {
    background: linear-gradient(135deg, var(--blue-light), var(--blue));
    box-shadow: 0 16px 30px rgba(8, 124, 240, .24);
}

.secondary-action {
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .055);
    color: #d6e4ef;
}

.primary-action:hover,
.secondary-action:hover {
    transform: translateY(-2px);
}


/* =========================================================
   UNIDAD · ESCENARIO VISUAL
   ========================================================= */

.unit-stage {
    position: relative;
    min-width: 0;
    display: grid;
    place-items: center;
    perspective: 1200px;
    overflow: hidden;
}

.unit-stage::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 72%;
    height: 1px;
    bottom: 17%;
    left: 14%;
    background: linear-gradient(90deg, transparent, rgba(57, 167, 255, .55), transparent);
}

.unit-spotlight {
    position: absolute;
    z-index: 0;
    width: 72%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57, 167, 255, .18), rgba(8, 124, 240, .05) 42%, transparent 68%);
}

.stage-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(57, 167, 255, .12);
    transform: rotateX(70deg);
}

.ring-a {
    width: 82%;
    aspect-ratio: 1;
}

.ring-b {
    width: 64%;
    aspect-ratio: 1;
    border-style: dashed;
}

.ring-c {
    width: 46%;
    aspect-ratio: 1;
    opacity: .62;
}

.unit-image {
    position: relative;
    z-index: 3;
    width: min(720px, 43vw);
    max-height: 62vh;
    object-fit: contain;
    filter: drop-shadow(0 35px 30px rgba(0, 0, 0, .48));
    transform: translate3d(0, 8px, 0);
    transition: transform .2s linear;
    will-change: transform;
}

.capacity-badge {
    position: absolute;
    z-index: 7;
    top: 8%;
    right: 4%;
    width: 158px;
    padding: 15px;
    border: 1px solid var(--line-blue);
    background: rgba(3, 18, 41, .70);
    backdrop-filter: blur(18px);
    border-radius: 20px;
}

.capacity-badge small {
    display: block;
    margin-bottom: 11px;
    font: 800 8px Montserrat, sans-serif;
    letter-spacing: .18em;
    color: #7493ae;
}

.capacity-badge>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.capacity {
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .11);
    background: rgba(255, 255, 255, .045);
    color: #afc5d9;
    cursor: pointer;
    font: 800 12px Montserrat, sans-serif;
}

.capacity.active {
    color: #fff;
    border-color: var(--blue-light);
    background: rgba(8, 124, 240, .24);
}

.capacity-badge>span {
    display: block;
    margin-top: 7px;
    text-align: right;
    font: 700 9px Montserrat, sans-serif;
    color: var(--blue-light);
}

.unit-label {
    position: absolute;
    z-index: 7;
    left: 5%;
    bottom: 10%;
    min-width: 220px;
    padding: 14px 16px;
    border-left: 2px solid var(--blue-light);
    background: linear-gradient(90deg, rgba(3, 18, 41, .82), rgba(3, 18, 41, .08));
}

.unit-label small,
.unit-label span {
    display: block;
}

.unit-label small {
    margin-bottom: 5px;
    font: 800 8px Montserrat, sans-serif;
    letter-spacing: .16em;
    color: #718ca5;
}

.unit-label strong {
    font: 800 14px Montserrat, sans-serif;
}

.unit-label span {
    margin-top: 4px;
    font-size: 10px;
    color: #8eabc2;
}


/* =========================================================
   PANEL OPERATIVO · PESTAÑAS E INFORMACIÓN
   ========================================================= */

.operations-panel {
    align-self: center;
    height: min(590px, 69vh);
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    border: 1px solid rgba(255, 255, 255, .11);
    background:
        linear-gradient(180deg, rgba(7, 31, 61, .82), rgba(3, 18, 41, .76));
    box-shadow: 0 30px 70px rgba(0, 0, 0, .22);
    backdrop-filter: blur(18px);
}

.panel-head {
    padding: 23px 22px 18px;
    border-bottom: 1px solid var(--line);
}

.panel-head span {
    display: block;
    margin-bottom: 7px;
    font: 800 8px Montserrat, sans-serif;
    letter-spacing: .18em;
    color: var(--blue-light);
}

.panel-head strong {
    font: 700 18px Montserrat, sans-serif;
}

.info-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--line);
}

.tab {
    height: 43px;
    border: 0;
    border-right: 1px solid var(--line);
    color: #7892a9;
    background: transparent;
    cursor: pointer;
    font: 800 9px Montserrat, sans-serif;
    letter-spacing: .08em;
}

.tab:last-child {
    border-right: 0;
}

.tab.active {
    color: #fff;
    background: rgba(8, 124, 240, .12);
    box-shadow: inset 0 -2px 0 var(--blue-light);
}

.tab-panels {
    min-height: 0;
    position: relative;
}

.tab-panel {
    position: absolute;
    inset: 0;
    padding: 14px 19px;
    display: none;
}

.tab-panel.active {
    display: grid;
    align-content: center;
}

.feature {
    padding: 14px 0;
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.feature:last-child {
    border-bottom: 0;
}

.feature i {
    padding-top: 3px;
    font-size: 16px;
    color: var(--blue-light);
}

.feature b,
.process-step b,
.metric b {
    font: 700 12px Montserrat, sans-serif;
}

.feature p,
.process-step p,
.metric p {
    margin-top: 5px;
    font-size: 10.5px;
    line-height: 1.5;
    color: #8ca3b8;
}

.process-step {
    padding: 15px 0;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.process-step:last-child {
    border-bottom: 0;
}

.process-step>span {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(57, 167, 255, .24);
    color: var(--blue-light);
    font: 800 8px Montserrat, sans-serif;
}

.metric {
    padding: 13px 0;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.metric:last-child {
    border-bottom: 0;
}

.metric>span {
    font: 800 22px Montserrat, sans-serif;
    color: var(--blue-light);
}

.panel-footer {
    min-height: 52px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    background: rgba(3, 18, 41, .46);
}

.panel-footer a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
}

.panel-footer a i {
    color: var(--blue-light);
}

.panel-footer>span {
    font: 800 7px Montserrat, sans-serif;
    letter-spacing: .14em;
    color: #617b94;
}


/* =========================================================
   FLUJO · FRANJA INFERIOR
   ========================================================= */

.service-flow {
    position: absolute;
    z-index: 20;
    left: 3.2vw;
    right: 3.2vw;
    bottom: 18px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.2vw, 38px);
    border-top: 1px solid rgba(255, 255, 255, .09);
    color: #63819c;
}

.service-flow div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-flow span {
    color: var(--blue-light);
    font: 800 8px Montserrat, sans-serif;
}

.service-flow b {
    font: 800 8px Montserrat, sans-serif;
    letter-spacing: .13em;
}

.service-flow>i {
    font-size: 7px;
    color: #2d567c;
}


/* =========================================================
   RESPONSIVE · TABLET / PANTALLAS COMPACTAS
   NOTA: escritorio (> 1180px) permanece intacto.
   ========================================================= */

@media (max-width: 1180px) {

    html,
    body {
        width: 100%;
        height: auto;
        min-height: 100%;
    }

    body {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .water-service {
        height: auto;
        min-height: 100svh;
        overflow: hidden;
        padding-bottom: 22px;
    }

    .service-header {
        position: relative;
        height: 74px;
        padding: 0 24px;
    }

    .service-board {
        width: calc(100% - 48px);
        height: auto;
        margin: 0 24px;
        padding-top: 34px;
        grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
        gap: 34px 28px;
        align-items: center;
    }

    .service-intro {
        padding: 18px 0;
        padding-right: 4px;
    }

    .service-intro h1 {
        font-size: clamp(42px, 6vw, 66px);
    }

    .unit-stage {
        min-height: 500px;
        overflow: visible;
    }

    .unit-image {
        width: min(620px, 52vw);
        max-width: 100%;
        max-height: 500px;
    }

    .capacity-badge {
        top: 5%;
        right: 0;
    }

    .unit-label {
        left: 0;
        bottom: 7%;
    }

    .operations-panel {
        position: relative;
        right: auto;
        bottom: auto;
        grid-column: 1 / -1;
        width: 100%;
        height: auto;
        min-height: 390px;
        align-self: stretch;
    }

    .tab-panels {
        min-height: 245px;
    }

    .service-flow {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 48px);
        margin: 24px auto 0;
    }
}


/* =========================================================
   RESPONSIVE · TABLET VERTICAL / MÓVIL GRANDE
   ========================================================= */

@media (max-width: 900px) {
    .service-header {
        grid-template-columns: 1fr auto;
    }

    .header-center {
        display: none;
    }

    .service-board {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 30px;
    }

    .service-intro {
        max-width: 760px;
        padding: 10px 0 4px;
    }

    .service-intro h1,
    .lead {
        max-width: 100%;
    }

    .unit-stage {
        width: 100%;
        min-height: 440px;
    }

    .unit-image {
        width: min(680px, 86vw);
        max-height: 430px;
    }

    .capacity-badge {
        right: 4%;
    }

    .unit-label {
        left: 4%;
    }

    .operations-panel {
        min-height: 0;
    }

    .tab-panels {
        min-height: 0;
    }

    .tab-panel {
        position: relative;
        inset: auto;
    }

    .tab-panel.active {
        display: grid;
        align-content: start;
    }
}


/* =========================================================
   RESPONSIVE · MÓVIL
   ========================================================= */

@media (max-width: 760px) {
    .water-service {
        min-height: 100svh;
        padding-bottom: 16px;
    }

    .service-header {
        position: relative;
        height: 66px;
        padding: 0 15px;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .header-center,
    .system-link span,
    .back-link span {
        display: none;
    }

    .header-actions {
        gap: 7px;
    }

    .system-link,
    .back-link {
        width: 38px;
        min-height: 38px;
        padding: 0;
        justify-content: center;
    }

    .brand {
        min-width: 0;
        gap: 8px;
    }

    .brand img {
        width: 34px;
        height: 34px;
        flex: 0 0 auto;
    }

    .brand span {
        min-width: 0;
    }

    .brand b {
        font-size: 9px;
        letter-spacing: .11em;
        white-space: nowrap;
    }

    .brand small {
        font-size: 8px;
        white-space: nowrap;
    }

    .service-board {
        width: calc(100% - 30px);
        height: auto;
        margin: 0 15px;
        padding-top: 24px;
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .service-intro {
        z-index: 5;
        padding: 2px 0;
        justify-content: flex-start;
    }

    .service-code {
        margin-bottom: 10px;
    }

    .overline {
        margin-bottom: 9px;
        font-size: 8px;
    }

    .service-intro h1 {
        max-width: 100%;
        font-size: clamp(34px, 10.5vw, 48px);
        line-height: 1;
        letter-spacing: -.045em;
    }

    .lead {
        max-width: 100%;
        margin-top: 15px;
        font-size: 11.5px;
        line-height: 1.55;
    }

    .trust-points {
        margin-top: 15px;
        gap: 6px;
    }

    .trust-points div {
        min-height: 31px;
        padding: 0 9px;
        font-size: 8px;
    }

    .intro-actions {
        margin-top: 16px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .primary-action,
    .secondary-action {
        min-height: 44px;
        padding: 0 10px;
        justify-content: center;
        font-size: 9px;
        text-align: center;
    }

    .unit-stage {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 350px;
        min-height: 350px;
        opacity: 1;
        overflow: hidden;
    }

    .unit-stage::before {
        bottom: 18%;
    }

    .unit-spotlight {
        width: 82%;
    }

    .ring-a {
        width: 94%;
    }

    .ring-b {
        width: 74%;
    }

    .ring-c {
        width: 54%;
    }

    .unit-image {
        width: min(560px, 96vw);
        max-width: 104%;
        max-height: 305px;
        transform: translate3d(0, 12px, 0);
    }

    .capacity-badge {
        display: block;
        top: 8px;
        right: 8px;
        width: 138px;
        padding: 11px;
        border-radius: 15px;
    }

    .capacity-badge small {
        margin-bottom: 8px;
        font-size: 7px;
    }

    .capacity {
        height: 30px;
        font-size: 10px;
    }

    .unit-label {
        display: block;
        left: 8px;
        bottom: 9px;
        min-width: 0;
        width: min(230px, 68%);
        padding: 10px 11px;
    }

    .unit-label strong {
        font-size: 11px;
    }

    .unit-label span {
        font-size: 8px;
    }

    .operations-panel {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        min-height: 0;
        z-index: 9;
        background: rgba(3, 18, 41, .90);
    }

    .panel-head {
        padding: 16px 14px 13px;
    }

    .panel-head strong {
        font-size: 14px;
    }

    .panel-head span {
        font-size: 7px;
    }

    .tab {
        height: 38px;
        font-size: 7.5px;
    }

    .tab-panels {
        min-height: 0;
    }

    .tab-panel {
        position: relative;
        inset: auto;
        padding: 10px 13px;
    }

    .tab-panel.active {
        display: grid;
        align-content: start;
    }

    .feature,
    .process-step,
    .metric {
        padding: 11px 0;
    }

    .feature {
        grid-template-columns: 25px 1fr;
        gap: 9px;
    }

    .feature i {
        font-size: 13px;
    }

    .feature b,
    .process-step b,
    .metric b {
        font-size: 10px;
    }

    .feature p,
    .process-step p,
    .metric p {
        margin-top: 4px;
        font-size: 9px;
        line-height: 1.45;
    }

    .process-step {
        grid-template-columns: 28px 1fr;
        gap: 9px;
    }

    .process-step>span {
        width: 24px;
        height: 24px;
        font-size: 7px;
    }

    .metric {
        grid-template-columns: 48px 1fr;
        gap: 9px;
    }

    .metric>span {
        font-size: 17px;
    }

    .panel-footer {
        min-height: 42px;
        padding: 0 12px;
    }

    .panel-footer a {
        font-size: 9px;
    }

    .panel-footer>span {
        display: block;
        font-size: 6px;
    }

    .service-flow {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 30px);
        height: auto;
        min-height: 52px;
        margin: 22px auto 0;
        padding: 11px 0 0;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 5px;
    }

    .service-flow div {
        justify-content: center;
        gap: 4px;
    }

    .service-flow>i {
        display: none;
    }

    .service-flow b,
    .service-flow span {
        font-size: 6px;
    }

    .service-flow b {
        letter-spacing: .07em;
    }
}


/* =========================================================
   RESPONSIVE · MÓVIL COMPACTO
   ========================================================= */

@media (max-width: 430px) {
    .service-header {
        padding: 0 12px;
    }

    .brand b {
        font-size: 8px;
    }

    .brand small {
        font-size: 7px;
    }

    .service-board {
        width: calc(100% - 24px);
        margin: 0 12px;
        padding-top: 21px;
        gap: 23px;
    }

    .service-intro h1 {
        font-size: clamp(31px, 10.8vw, 42px);
    }

    .intro-actions {
        grid-template-columns: 1fr;
    }

    .primary-action,
    .secondary-action {
        width: 100%;
    }

    .unit-stage {
        height: 325px;
        min-height: 325px;
    }

    .unit-image {
        max-height: 275px;
    }

    .capacity-badge {
        width: 126px;
        right: 4px;
        padding: 9px;
    }

    .unit-label {
        left: 4px;
        bottom: 7px;
        width: 64%;
    }

    .panel-footer>span {
        display: none;
    }

    .service-flow {
        width: calc(100% - 24px);
    }

    .service-flow div {
        flex-direction: column;
        gap: 2px;
        text-align: center;
    }
}


/* =========================================================
   RESPONSIVE · ALTURA REDUCIDA / ORIENTACIÓN HORIZONTAL
   ========================================================= */

@media (max-width: 900px) and (orientation: landscape) {
    .service-board {
        padding-top: 22px;
    }

    .unit-stage {
        min-height: 360px;
        height: 360px;
    }

    .unit-image {
        max-height: 330px;
    }
}


/* =========================================================
   ACCESIBILIDAD · MOVIMIENTO REDUCIDO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}