/* V2 - Página embudo / hub Industria (slug industria y hijas) */

/* Timeline horizontal — proceso técnico */
.v2-servicios-process--timeline h2 {
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.v2-servicios-process--timeline .v2-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    position: relative;
}

.v2-servicios-process--timeline .v2-timeline::before {
    content: "";
    position: absolute;
    top: 47px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(126, 220, 255, 0.12) 0%,
        rgba(126, 220, 255, 0.45) 50%,
        rgba(126, 220, 255, 0.12) 100%
    );
    pointer-events: none;
}

.v2-servicios-process--timeline .v2-timeline__item {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 20px 14px 18px;
    text-align: center;
    border-radius: 14px;
    border: 1px solid transparent;
    outline: none;
    transition:
        background 0.28s ease,
        border-color 0.28s ease,
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.v2-servicios-process--timeline .v2-timeline__item:hover,
.v2-servicios-process--timeline .v2-timeline__item:focus-within {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(126, 220, 255, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.38);
}

.v2-servicios-process--timeline .v2-timeline__item:hover .v2-timeline__node,
.v2-servicios-process--timeline .v2-timeline__item:focus-within .v2-timeline__node {
    border-color: rgba(126, 220, 255, 0.58);
    box-shadow:
        0 0 0 4px rgba(13, 13, 13, 1),
        0 0 22px rgba(126, 220, 255, 0.22);
}

.v2-servicios-process--timeline .v2-timeline__item:hover .v2-timeline__icon svg,
.v2-servicios-process--timeline .v2-timeline__item:focus-within .v2-timeline__icon svg {
    stroke: #dff4ff;
}

.v2-servicios-process--timeline .v2-timeline__item:hover .v2-timeline__title,
.v2-servicios-process--timeline .v2-timeline__item:focus-within .v2-timeline__title {
    color: #e8f7ff;
}

.v2-servicios-process--timeline .v2-timeline__item:hover .v2-timeline__text,
.v2-servicios-process--timeline .v2-timeline__item:focus-within .v2-timeline__text {
    color: #c0c0c0;
}

.v2-servicios-process--timeline .v2-timeline__node {
    position: relative;
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(126, 220, 255, 0.28);
    background: #0d0d0d;
    box-shadow: 0 0 0 4px rgba(13, 13, 13, 1);
    transition: border-color 0.28s ease, box-shadow 0.28s ease;
}

.v2-servicios-process--timeline .v2-timeline__node::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    border: 1px solid rgba(126, 220, 255, 0.42);
    opacity: 0;
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    .v2-servicios-process--timeline .v2-timeline__item {
        cursor: pointer;
    }

    .v2-servicios-process--timeline .v2-timeline__node::after {
        animation: v2-timeline-node-pulse 3.4s ease-in-out infinite;
    }

    .v2-servicios-process--timeline .v2-timeline__item:nth-child(1) .v2-timeline__node::after {
        animation-delay: 0s;
    }

    .v2-servicios-process--timeline .v2-timeline__item:nth-child(2) .v2-timeline__node::after {
        animation-delay: 0.55s;
    }

    .v2-servicios-process--timeline .v2-timeline__item:nth-child(3) .v2-timeline__node::after {
        animation-delay: 1.1s;
    }

    .v2-servicios-process--timeline .v2-timeline__item:nth-child(4) .v2-timeline__node::after {
        animation-delay: 1.65s;
    }

    .v2-servicios-process--timeline .v2-timeline__item:hover .v2-timeline__node::after,
    .v2-servicios-process--timeline .v2-timeline__item:focus-within .v2-timeline__node::after {
        animation: none;
        opacity: 0;
    }
}

@keyframes v2-timeline-node-pulse {
    0%,
    72%,
    100% {
        opacity: 0;
        box-shadow: inset 0 0 0 0 rgba(126, 220, 255, 0);
        border-color: rgba(126, 220, 255, 0.18);
    }

    36% {
        opacity: 0.72;
        box-shadow: inset 0 0 7px 0 rgba(126, 220, 255, 0.14);
        border-color: rgba(126, 220, 255, 0.52);
    }
}

.v2-servicios-process--timeline .v2-timeline__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.v2-servicios-process--timeline .v2-timeline__icon svg {
    width: 22px;
    height: 22px;
    stroke: rgba(180, 230, 255, 0.92);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.28s ease;
}

.v2-servicios-process--timeline .v2-timeline__step {
    position: absolute;
    top: -7px;
    right: -6px;
    min-width: 1.4rem;
    padding: 1px 4px;
    border-radius: 4px;
    background: rgba(126, 220, 255, 0.12);
    border: 1px solid rgba(126, 220, 255, 0.22);
    color: rgba(180, 230, 255, 0.85);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.35;
}

.v2-servicios-process--timeline .v2-timeline__title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.01em;
    transition: color 0.28s ease, margin-bottom 0.35s ease;
}

.v2-servicios-process--timeline .v2-timeline__text {
    margin: 0 auto;
    max-width: 17rem;
    color: #a8a8a8;
    font-size: 0.82rem;
    line-height: 1.55;
    transition:
        max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.38s ease,
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.45s ease,
        color 0.28s ease,
        visibility 0s linear 0.45s;
}

/* Descripción oculta hasta hover (dispositivos con puntero fino) */
@media (hover: hover) and (pointer: fine) {
    .v2-servicios-process--timeline .v2-timeline__title {
        margin-bottom: 0;
    }

    .v2-servicios-process--timeline .v2-timeline__text {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(12px) scale(0.98);
        filter: blur(5px);
        visibility: hidden;
    }

    .v2-servicios-process--timeline .v2-timeline__text::before {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        margin: 0 auto 10px;
        background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(126, 220, 255, 0.55) 50%,
            transparent 100%
        );
        opacity: 0;
        transition:
            width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.06s,
            opacity 0.35s ease 0.06s;
    }

    .v2-servicios-process--timeline .v2-timeline__item:hover .v2-timeline__title,
    .v2-servicios-process--timeline .v2-timeline__item:focus-within .v2-timeline__title {
        margin-bottom: 10px;
    }

    .v2-servicios-process--timeline .v2-timeline__item:hover .v2-timeline__text,
    .v2-servicios-process--timeline .v2-timeline__item:focus-within .v2-timeline__text {
        max-height: 14rem;
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
        visibility: visible;
        transition:
            max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.42s ease 0.07s,
            transform 0.48s cubic-bezier(0.22, 1, 0.36, 1) 0.05s,
            filter 0.48s ease 0.05s,
            color 0.28s ease,
            visibility 0s linear 0s;
    }

    .v2-servicios-process--timeline .v2-timeline__item:hover .v2-timeline__text::before,
    .v2-servicios-process--timeline .v2-timeline__item:focus-within .v2-timeline__text::before {
        width: 58%;
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .v2-servicios-process--timeline .v2-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 36px;
    }

    .v2-servicios-process--timeline .v2-timeline::before {
        display: none;
    }

    .v2-servicios-process--timeline .v2-timeline__item {
        padding: 16px 10px;
    }

    .v2-servicios-process--timeline .v2-timeline__text {
        max-width: 22rem;
    }
}

@media (max-width: 600px) {
    .v2-servicios-process--timeline .v2-timeline {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 20px;
    }

    .v2-servicios-process--timeline .v2-timeline::before {
        display: block;
        top: 12px;
        bottom: 12px;
        left: 26px;
        right: auto;
        width: 1px;
        height: auto;
        background: linear-gradient(
            180deg,
            rgba(126, 220, 255, 0.12) 0%,
            rgba(126, 220, 255, 0.45) 50%,
            rgba(126, 220, 255, 0.12) 100%
        );
    }

    .v2-servicios-process--timeline .v2-timeline__item {
        display: grid;
        grid-template-columns: 54px 1fr;
        grid-template-rows: auto auto;
        column-gap: 16px;
        row-gap: 6px;
        padding: 12px 12px 28px 0;
        text-align: left;
    }

    .v2-servicios-process--timeline .v2-timeline__item:hover,
    .v2-servicios-process--timeline .v2-timeline__item:focus-within {
        transform: translateX(4px);
    }

    .v2-servicios-process--timeline .v2-timeline__item:last-child {
        padding-bottom: 0;
    }

    .v2-servicios-process--timeline .v2-timeline__node {
        grid-row: 1 / span 2;
        margin: 0;
    }

    .v2-servicios-process--timeline .v2-timeline__title {
        align-self: end;
        margin: 0;
    }

    .v2-servicios-process--timeline .v2-timeline__text {
        margin: 0;
        max-width: none;
    }
}

.v2-servicios-list {
    position: relative;
    padding-inline: clamp(16px, 4vw, 42px);
}

.v2-servicios-list__inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 22px;
    padding: 1.2rem;
    background: #0a0a0c;
    border: 1px solid rgba(255, 255, 255, 0.06);
    --v2-wave-line-a: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 80'%3E%3Cpath d='M0 46 C 20 18 40 18 60 46 S 100 74 120 46 S 160 18 180 46 S 220 74 240 46' stroke='rgba(126,220,255,0.2)' stroke-width='2.1' fill='none' stroke-linecap='butt'/%3E%3C/svg%3E");
    --v2-wave-size-a: 240px 80px;
    --v2-wave-pos-a: 0 0;
}

.v2-servicios-list__inner::before,
.v2-servicios-list__inner::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 420ms ease, transform 620ms ease, filter 420ms ease;
}

.v2-servicios-list__inner[data-card-effect]::before {
    opacity: 0.56;
}

.v2-servicios-list__inner[data-card-effect="particulas"]::before {
    inset: 0;
    background:
        radial-gradient(circle, rgba(255, 210, 150, 0.22) 1px, transparent 1.5px),
        radial-gradient(circle, rgba(255, 255, 255, 0.12) 0.8px, transparent 1.2px);
    background-size: 28px 32px, 18px 22px;
    background-position: 0 0, 7px 11px;
    animation: v2-ind-dust-drift 3.2s linear infinite;
    opacity: 0.68;
}

.v2-servicios-list__inner[data-card-effect="fluidos"]::before {
    inset: -60% -25%;
    background-image: var(--v2-wave-line-a);
    background-repeat: repeat;
    background-size: var(--v2-wave-size-a);
    background-position: var(--v2-wave-pos-a);
    animation: v2-ind-wave 2.6s linear infinite;
    opacity: 0.42;
}

.v2-servicios-list__inner[data-card-effect="fuego"]::before {
    inset: auto 0 -36% 0;
    height: 96%;
    background: linear-gradient(to top, rgba(255, 70, 0, 0.28) 0%, rgba(255, 130, 40, 0.12) 45%, transparent 100%);
    filter: blur(15px);
    animation: v2-ind-fire-rise 1.6s cubic-bezier(0.42, 0, 0.22, 1) infinite alternate;
    opacity: 0.28;
}

.v2-servicios-list__inner[data-card-effect="fuego"]::after {
    inset: auto 14% 4% 14%;
    height: 76%;
    background: linear-gradient(to top, rgba(120, 120, 120, 0.2) 0%, rgba(80, 80, 80, 0.08) 50%, transparent 100%);
    filter: blur(20px);
    opacity: 0.76;
    animation: v2-ind-smoke-rise 1.9s cubic-bezier(0.38, 0.05, 0.24, 1) infinite alternate;
}

.v2-servicios-list__inner[data-card-effect="destruccion"]::before {
    inset: 0;
    background:
        radial-gradient(circle, rgba(255, 210, 150, 0.22) 1px, transparent 1.5px),
        radial-gradient(circle, rgba(255, 255, 255, 0.12) 0.8px, transparent 1.2px);
    background-size: 28px 32px, 18px 22px;
    background-position: 0 0, 7px 11px;
    animation: v2-ind-dust-drift 3.2s linear infinite;
    opacity: 0.68;
}

.v2-servicios-grid--industria .v2-servicios-column {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1.25rem;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.v2-servicios-grid--industria .v2-servicio-item {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1.15rem;
    backdrop-filter: blur(2px);
}

.v2-servicios-grid--industria .v2-servicio-item--fluidos {
    background: rgba(255, 255, 255, 0.01);
}

/* Ondas en el contenedor (.v2-servicios-list__inner); sin franjas diagonales duplicadas en la tarjeta */
.v2-servicios-grid--industria .v2-servicio-item--fluidos::before {
    display: none;
    content: none;
    animation: none;
}

.v2-servicios-grid--industria .v2-servicio-card__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.v2-servicios-grid--industria .v2-servicio-card__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(126, 220, 255, 0.22);
    background: rgba(126, 220, 255, 0.06);
    line-height: 0;
}

.v2-servicios-grid--industria .v2-servicio-card__icon svg {
    width: 20px;
    height: 20px;
    stroke: rgba(180, 230, 255, 0.9);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.v2-servicios-grid--industria .v2-servicio-card__icon svg circle {
    fill: rgba(180, 230, 255, 0.85);
    stroke: none;
}

.v2-servicios-grid--industria .v2-servicio-card__title {
    margin: 0;
    padding-top: 2px;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
}

.v2-servicios-grid--industria .v2-servicio-card__body {
    margin: 0;
    flex: 1;
    color: #adadad;
    font-size: 0.86rem;
    line-height: 1.58;
}

.v2-servicios-bridge {
    position: relative;
    z-index: 1;
    margin: clamp(1.75rem, 3.5vw, 2.25rem) 0 0;
    padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #9a9a9a;
    font-size: clamp(0.88rem, 1.5vw, 0.95rem);
    line-height: 1.55;
    text-align: center;
    letter-spacing: 0.01em;
}

.v2-servicios-grid--industria .v2-servicio-item:hover .v2-servicio-card__icon {
    border-color: rgba(126, 220, 255, 0.42);
    background: rgba(126, 220, 255, 0.12);
}

/* Integración en pipeline — entregas de datos (fondo vía .v2-sector-block--industrial) */
.v2-pipeline-integration__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.v2-pipeline-integration__title {
    margin: 0 0 0.85rem;
    max-width: 820px;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.v2-pipeline-integration__lead {
    margin: 0 0 clamp(1.75rem, 3vw, 2.25rem);
    padding-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
    max-width: 780px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #b4b4b4;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.58;
}

.v2-pipeline-integration__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    background: #08080a;
}

.v2-pipeline-integration__block {
    display: flex;
    flex-direction: column;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    background: rgba(255, 255, 255, 0.015);
    transition: background 0.28s ease, box-shadow 0.28s ease;
}

.v2-pipeline-integration__block + .v2-pipeline-integration__block {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.v2-pipeline-integration__block:hover {
    background: rgba(255, 255, 255, 0.03);
}

.v2-pipeline-integration__block--classic:hover {
    box-shadow: inset 0 0 0 1px rgba(126, 220, 255, 0.08);
}

.v2-pipeline-integration__block--usd:hover {
    box-shadow: inset 0 0 0 1px rgba(180, 160, 255, 0.1);
}

.v2-pipeline-integration__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0 0 0.85rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: clamp(0.92rem, 1.5vw, 1.02rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.01em;
}

.v2-pipeline-integration__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(126, 220, 255, 0.22);
    background: rgba(126, 220, 255, 0.06);
    line-height: 0;
}

.v2-pipeline-integration__icon svg {
    width: 20px;
    height: 20px;
    stroke: rgba(180, 230, 255, 0.9);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.v2-pipeline-integration__icon svg circle {
    fill: rgba(180, 230, 255, 0.85);
    stroke: none;
}

.v2-pipeline-integration__block--usd .v2-pipeline-integration__icon {
    border-color: rgba(180, 160, 255, 0.28);
    background: rgba(160, 140, 255, 0.08);
}

.v2-pipeline-integration__block--usd .v2-pipeline-integration__icon svg {
    stroke: rgba(210, 200, 255, 0.92);
}

.v2-pipeline-integration__block--usd .v2-pipeline-integration__icon svg circle {
    fill: rgba(210, 200, 255, 0.85);
}

.v2-pipeline-integration__block:hover .v2-pipeline-integration__icon {
    border-color: rgba(126, 220, 255, 0.42);
    background: rgba(126, 220, 255, 0.12);
}

.v2-pipeline-integration__block--usd:hover .v2-pipeline-integration__icon {
    border-color: rgba(180, 160, 255, 0.45);
    background: rgba(160, 140, 255, 0.14);
}

.v2-pipeline-integration__num {
    flex-shrink: 0;
    padding: 0.12rem 0.45rem;
    border-radius: 4px;
    background: rgba(126, 220, 255, 0.1);
    border: 1px solid rgba(126, 220, 255, 0.22);
    color: rgba(180, 230, 255, 0.95);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.35;
}

.v2-pipeline-integration__block--usd .v2-pipeline-integration__num {
    background: rgba(160, 140, 255, 0.12);
    border-color: rgba(180, 160, 255, 0.28);
    color: rgba(210, 200, 255, 0.95);
}

.v2-pipeline-integration__intro {
    margin: 0 0 1rem;
    color: #b0b0b0;
    font-size: 0.84rem;
    line-height: 1.58;
}

.v2-pipeline-integration__list {
    flex: 1;
    margin: 0;
    padding: 1rem 1rem 1rem 1.15rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #a3a3a3;
    font-size: 0.82rem;
    line-height: 1.58;
    list-style: disc;
}

.v2-pipeline-integration__list li + li {
    margin-top: 0.65rem;
}

/* Lista de un solo ítem (alcance): sin viñeta redundante */
.v2-pipeline-integration__list:has(> li:only-child) {
    list-style: none;
    padding-left: 1rem;
}

.v2-pipeline-integration__list strong {
    color: #d8d8d8;
    font-weight: 600;
}

.v2-pipeline-integration__list code {
    padding: 0.05rem 0.35rem;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e2e2e2;
    font-family: ui-monospace, "Cascadia Code", "SF Mono", Consolas, monospace;
    font-size: 0.9em;
    white-space: normal;
    word-break: break-word;
}

@media (max-width: 768px) {
    .v2-pipeline-integration__grid {
        grid-template-columns: 1fr;
    }

    .v2-pipeline-integration__block + .v2-pipeline-integration__block {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
}

/* Grid de tarjetas reutilizado dentro de .v2-seo-deep (alcance) — apilado vertical */
.v2-pipeline-integration__grid--stack {
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-template-columns: none;
}

.v2-pipeline-integration__grid--stack .v2-pipeline-integration__block {
    width: 100%;
}

.v2-pipeline-integration__grid--stack .v2-pipeline-integration__block + .v2-pipeline-integration__block {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.v2-seo-deep__col--text .v2-pipeline-integration__grid {
    margin-bottom: 1.25rem;
}

.v2-seo-deep__col--text > h2 {
    margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.v2-seo-deep__col--text > .v2-casos-kicker + h2 {
    margin-top: 0;
}

.v2-hub-trayectoria {
    padding: clamp(3rem, 6vw, 5rem) 24px;
    background: #080808;
}

.v2-hub-trayectoria__inner {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.v2-hub-trayectoria h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.v2-hub-trayectoria h3 {
    margin: 0 0 16px;
    color: #e8e8e8;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 600;
}

.v2-hub-trayectoria p {
    margin: 0 0 14px;
    color: #d0d0d0;
    line-height: 1.65;
}

.v2-hub-trayectoria p:last-child {
    margin-bottom: 0;
}

.v2-casos-hero h2 {
    margin: 0 0 12px;
    max-width: 980px;
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

/* H2 de sección — misma escala en bloques principales de /industria/ */
body.iagofer-industria-page .v2-servicios-process--timeline h2,
body.iagofer-industria-page .v2-pipeline-integration__title,
body.iagofer-industria-page .v2-seo-deep__col--text > h2 {
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

@keyframes v2-ind-wave {
    to { background-position: 240px 0; }
}

@keyframes v2-ind-fire-rise {
    0% { transform: translateY(18px) scaleY(0.94); opacity: 0.72; }
    100% { transform: translateY(-36px) scaleY(1.42); opacity: 0.98; }
}

@keyframes v2-ind-smoke-rise {
    0% { transform: translateY(12px) scale(0.96, 0.9); opacity: 0.54; }
    100% { transform: translateY(-42px) scale(1.12, 1.52); opacity: 0.9; }
}

@keyframes v2-ind-dust-drift {
    to { background-position: 28px 32px, 25px 33px; }
}

.v2-servicios-grid--industria .v2-servicio-card__body + .v2-servicio-card__body {
    margin-top: 0.75rem;
}

.v2-servicios-list__inner[data-card-effect="prefab"]::before {
    inset: 0;
    background:
        linear-gradient(rgba(255, 110, 0, 0.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 110, 0, 0.14) 1px, transparent 1px);
    background-size: 22px 22px;
    animation: v2-ind-grid-scan 5s linear infinite;
    opacity: 0.68;
}

@keyframes v2-ind-grid-scan {
    to { background-position: 22px 22px, 22px 22px; }
}

@media (max-width: 1024px) {
    .v2-servicios-grid--industria .v2-servicios-column {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .v2-servicios-list__inner::before,
    .v2-servicios-list__inner::after {
        animation: none !important;
    }

    .v2-servicios-process--timeline .v2-timeline__item,
    .v2-servicios-process--timeline .v2-timeline__item:hover {
        transform: none;
        transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
    }

    .v2-servicios-process--timeline .v2-timeline__text {
        max-height: none !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        visibility: visible !important;
        overflow: visible !important;
        transition: color 0.28s ease !important;
    }

    .v2-servicios-process--timeline .v2-timeline__text::before {
        display: none !important;
    }

    .v2-servicios-process--timeline .v2-timeline__title {
        margin-bottom: 10px !important;
    }

    .v2-servicios-process--timeline .v2-timeline__node::after {
        animation: none !important;
        opacity: 0 !important;
    }
}
