/* RESET DE FONDOS DEL LAYOUT ANTERIOR QUE BLOQUEAN EL VIDEO */
html,
body {
    overflow-x: clip !important;
    background: #000 !important;
}

.layout-publico,
.contenido-publico {
    background: transparent !important;
}

.layout-publico .footer-publico {
    position: relative;
    z-index: 20;
    display: block !important;
    visibility: visible !important;
    margin-top: 0 !important;
    background: #000000 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    transform: none !important;
}

.layout-publico .footer-publico .footer-container,
.layout-publico .footer-publico .footer-bottom,
.layout-publico .footer-publico .footer-brand,
.layout-publico .footer-publico .footer-col,
.layout-publico .footer-publico .footer-reveal {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

.home-page--3d {
    --home-header-offset: 110px;
    --home-slide-gap: clamp(18px, 3vh, 34px);
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin-top: calc(-1 * var(--home-header-offset));
    background: transparent !important;
    overflow-x: clip;
    overflow-y: visible;
    overscroll-behavior-y: contain;
}

.home-page--3d,
.home-page--3d *,
.home-page--3d *::before,
.home-page--3d *::after {
    box-sizing: border-box;
}

.home-page--3d.is-3d-ready {
    min-height: calc(var(--home-slide-vh, 100vh) * var(--home-slide-count, 1));
}

.home-page--3d.is-3d-scrolling,
.home-page--3d.is-3d-scrolling * {
    scroll-behavior: auto !important;
}

.home-about,
.home-business,
.home-categories,
.home-products,
.home-process,
.home-corporate-channel {
    background: transparent !important;
    background-image: none !important;
}

.home-bg-video {
    position: fixed;
    inset: 0;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    pointer-events: none;
    overflow: hidden;
}

.home-bg-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.86) 100%);
}

.home-3d-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    min-height: calc(var(--home-slide-vh, 100vh) * var(--home-slide-count, 1));
    background: transparent !important;
    overflow-x: clip;
}

.home-slides-container {
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: var(--home-slide-vh, 100vh);
    overflow: hidden;
    perspective: 1500px;
    z-index: 2;
}

.home-slide-section {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: var(--home-slide-vh, 100vh);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--home-header-offset) + var(--home-slide-gap)) 0 var(--home-slide-gap);
    opacity: 0;
    pointer-events: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

.home-slide-section.active {
    pointer-events: auto;
}

.home-slide-content {
    width: 100%;
    max-width: 100%;
    max-height: calc(var(--home-slide-vh, 100vh) - var(--home-header-offset) - (var(--home-slide-gap) * 2));
    overflow-y: auto;
    overflow-x: clip;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
    overscroll-behavior: contain;
}

.home-slide-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.home-slide-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.22);
    border-radius: 10px;
}

.home-hero__container,
.home-about__container,
.home-business__container,
.home-categories__container,
.home-products__container,
.home-process__container,
.home-corporate-channel__container {
    width: min(90%, 1280px);
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 24px;
    background: rgba(10, 15, 25, 0.45) !important;
    color: #fff !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
}

.home-slide-section[data-slide-index="0"] {
    align-items: center;
    padding-left: clamp(12px, 3vw, 42px);
    padding-right: clamp(12px, 3vw, 42px);
}

.home-slide-section[data-slide-index="0"] .home-slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-slide-section[data-slide-index="0"] .home-hero__container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1120px, 100%);
    min-height: clamp(430px, 58vh, 640px);
    padding: clamp(28px, 5vw, 58px) clamp(20px, 5vw, 64px);
}

.home-slide-section[data-slide-index="0"] .home-hero__content {
    width: min(900px, 100%);
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.home-slide-section[data-slide-index="0"] .home-title,
.home-slide-section[data-slide-index="0"] .home-hero__headline,
.home-slide-section[data-slide-index="0"] .home-subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    word-break: normal;
}

.home-slide-section[data-slide-index="0"] .home-title {
    font-size: clamp(38px, 4.2vw, 68px);
    line-height: 1.02;
}

.home-slide-section[data-slide-index="0"] .home-hero__headline {
    max-width: 760px;
    font-size: clamp(21px, 2vw, 34px);
}

.home-slide-section[data-slide-index="0"] .home-subtitle {
    max-width: 820px;
}

.home-slide-section[data-slide-index="0"] .home-hero__actions,
.home-slide-section[data-slide-index="0"] .home-hero__indicators {
    justify-content: center;
}

.home-slide-section[data-slide-index="0"] .home-hero__actions {
    width: 100%;
}

.home-slide-section[data-slide-index="0"] .home-btn {
    min-width: min(210px, 100%);
}

.home-slide-section[data-slide-index="0"] .home-hero__indicators {
    display: flex;
    max-width: 100%;
}

.home-slide-section[data-slide-index="0"] .home-hero__indicators span {
    white-space: normal;
}

.home-slide-section[data-slide-index="0"] .reveal,
.home-slide-section[data-slide-index="0"] .home-hero__indicators span {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
    filter: blur(5px);
}

.home-slide-section[data-slide-index="0"].active .reveal,
.home-slide-section[data-slide-index="0"].active .home-hero__indicators span {
    animation: homeHeroContentIn 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.home-slide-section[data-slide-index="0"].active .home-title {
    animation-delay: 120ms;
}

.home-slide-section[data-slide-index="0"].active .delay-1 {
    animation-delay: 240ms;
}

.home-slide-section[data-slide-index="0"].active .delay-2 {
    animation-delay: 360ms;
}

.home-slide-section[data-slide-index="0"].active .delay-3 {
    animation-delay: 480ms;
}

.home-slide-section[data-slide-index="0"].active .delay-4 {
    animation-delay: 600ms;
}

.home-slide-section[data-slide-index="0"].active .home-hero__indicators span:nth-child(1) {
    animation-delay: 680ms;
}

.home-slide-section[data-slide-index="0"].active .home-hero__indicators span:nth-child(2) {
    animation-delay: 760ms;
}

.home-slide-section[data-slide-index="0"].active .home-hero__indicators span:nth-child(3) {
    animation-delay: 840ms;
}

@keyframes homeHeroContentIn {
    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0) scale(0.985);
        filter: blur(5px);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-slide-section[data-slide-index="0"] .reveal,
    .home-slide-section[data-slide-index="0"] .home-hero__indicators span,
    .home-slide-section[data-slide-index="1"] .home-section-kicker,
    .home-slide-section[data-slide-index="1"] .home-about__content h2,
    .home-slide-section[data-slide-index="1"] .home-about__body p,
    .home-slide-section[data-slide-index="1"] .home-about__tags span {
        opacity: 1;
        transform: none;
        filter: none;
    }

    .home-slide-section[data-slide-index="0"].active .reveal,
    .home-slide-section[data-slide-index="0"].active .home-hero__indicators span,
    .home-slide-section[data-slide-index="1"].active .home-section-kicker,
    .home-slide-section[data-slide-index="1"].active .home-about__content h2,
    .home-slide-section[data-slide-index="1"].active .home-about__body p,
    .home-slide-section[data-slide-index="1"].active .home-about__tags span {
        animation: none;
    }
}

.home-title {
    color: #fff !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8) !important;
}

.home-hero__headline,
.home-subtitle {
    color: #e2e8f0 !important;
}

.home-slide-content h2,
.home-slide-content h3,
.home-slide-content p,
.home-slide-content span {
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.home-slide-section[data-slide-index="1"] {
    align-items: center;
    padding-left: clamp(12px, 3vw, 42px);
    padding-right: clamp(12px, 3vw, 42px);
}

.home-slide-section[data-slide-index="1"] .home-slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-slide-section[data-slide-index="1"] .text-only-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1040px, 100%);
    min-height: clamp(360px, 50vh, 520px);
    padding: clamp(30px, 4.4vw, 50px) clamp(24px, 4.6vw, 56px);
}

.home-slide-section[data-slide-index="1"] .home-about__content {
    width: min(920px, 100%);
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(320px, 0.82fr);
    align-items: center;
    gap: clamp(36px, 4.6vw, 58px);
}

.home-slide-section[data-slide-index="1"] .home-section-kicker {
    width: fit-content;
    max-width: 100%;
    margin: 0 0 14px;
    border-color: rgba(14, 165, 233, 0.46);
    background: rgba(14, 165, 233, 0.16);
    color: #e0f2fe !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.home-slide-section[data-slide-index="1"] .home-about__content h2 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(34px, 3vw, 52px);
    line-height: 1.08;
    letter-spacing: 0;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
}

.home-slide-section[data-slide-index="1"] .home-about__body {
    min-width: 0;
    padding: 8px 0 8px clamp(20px, 3vw, 30px);
    border-left: 3px solid rgba(14, 165, 233, 0.9);
}

.home-slide-section[data-slide-index="1"] .home-about__body p {
    max-width: 430px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: clamp(15px, 1.05vw, 17px);
    line-height: 1.68;
    overflow-wrap: anywhere;
}

.home-slide-section[data-slide-index="1"] .home-about__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.home-slide-section[data-slide-index="1"] .home-about__tags span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(14, 165, 233, 0.42);
    border-radius: 999px;
    background: rgba(8, 18, 32, 0.72);
    color: #e0f2fe !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-shadow: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    white-space: normal;
}

.home-slide-section[data-slide-index="1"] .home-section-kicker,
.home-slide-section[data-slide-index="1"] .home-about__content h2,
.home-slide-section[data-slide-index="1"] .home-about__body p,
.home-slide-section[data-slide-index="1"] .home-about__tags span {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
    filter: blur(5px);
}

.home-slide-section[data-slide-index="1"].active .home-section-kicker,
.home-slide-section[data-slide-index="1"].active .home-about__content h2,
.home-slide-section[data-slide-index="1"].active .home-about__body p,
.home-slide-section[data-slide-index="1"].active .home-about__tags span {
    animation: homeHeroContentIn 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.home-slide-section[data-slide-index="1"].active .home-section-kicker {
    animation-delay: 120ms;
}

.home-slide-section[data-slide-index="1"].active .home-about__content h2 {
    animation-delay: 220ms;
}

.home-slide-section[data-slide-index="1"].active .home-about__body p {
    animation-delay: 360ms;
}

.home-slide-section[data-slide-index="1"].active .home-about__tags span:nth-child(1) {
    animation-delay: 480ms;
}

.home-slide-section[data-slide-index="1"].active .home-about__tags span:nth-child(2) {
    animation-delay: 560ms;
}

.home-slide-section[data-slide-index="1"].active .home-about__tags span:nth-child(3) {
    animation-delay: 640ms;
}

.home-slide-section[data-slide-index="2"] {
    align-items: center;
    padding-left: clamp(12px, 3vw, 42px);
    padding-right: clamp(12px, 3vw, 42px);
}

.home-slide-section[data-slide-index="2"] .home-slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-slide-section[data-slide-index="2"] .visual-only-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1040px, 100%);
    min-height: clamp(360px, 52vh, 560px);
    padding: clamp(18px, 3vw, 36px);
}

.home-slide-section[data-slide-index="2"] .home-about__visual {
    position: relative;
    width: min(100%, clamp(680px, 68vw, 920px));
    max-width: 100%;
    margin: 0 auto;
    overflow: visible;
    perspective: 1800px;
    transform-style: preserve-3d;
    opacity: 0;
    transform: translate3d(0, 24px, -220px) scale(0.94);
    filter: blur(7px);
}

.home-slide-section[data-slide-index="2"].active .home-about__visual {
    animation: homeSectorDeckIn 760ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__viewport {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1200 / 630;
    overflow: visible;
    isolation: isolate;
    border-radius: 22px;
    transform-style: preserve-3d;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__viewport::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: inherit;
    background:
        radial-gradient(circle at 50% 0%, rgba(14, 165, 233, 0.16), transparent 38%),
        linear-gradient(135deg, rgba(5, 8, 14, 0.96), rgba(8, 18, 32, 0.92));
    box-shadow: 0 32px 72px rgba(0, 0, 0, 0.42);
    pointer-events: none;
}

.home-slide-section[data-slide-index="2"] .home-sector-slide {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    place-items: center;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: translate3d(0, 0, -1300px) rotateY(34deg) scale(0.68);
    transform-origin: center;
    filter: blur(4px) brightness(0.58) saturate(0.86);
    transition:
        opacity 760ms cubic-bezier(0.25, 1, 0.5, 1),
        transform 760ms cubic-bezier(0.25, 1, 0.5, 1),
        filter 760ms cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, transform, filter;
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-transitioning {
    transition: none;
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-active {
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) rotateY(0) scale(1);
    filter: blur(0) brightness(1) saturate(1.05);
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-prev {
    z-index: 3;
    opacity: 0;
    transform: translate3d(-112%, 0, -1280px) rotateY(-56deg) scale(0.58);
    filter: blur(5px) brightness(0.52) saturate(0.82);
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-next {
    z-index: 3;
    opacity: 0;
    transform: translate3d(112%, 0, -1280px) rotateY(56deg) scale(0.58);
    filter: blur(5px) brightness(0.52) saturate(0.82);
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-off-left {
    opacity: 0;
    transform: translate3d(-120%, 0, -1500px) rotateY(-58deg) scale(0.58);
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-off-right {
    opacity: 0;
    transform: translate3d(120%, 0, -1500px) rotateY(58deg) scale(0.58);
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-enter-from-right {
    z-index: 7;
    opacity: 0;
    transform: translate3d(132%, 0, -1550px) rotateY(62deg) scale(0.54);
    filter: blur(8px) brightness(0.46) saturate(0.8);
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-enter-from-left {
    z-index: 7;
    opacity: 0;
    transform: translate3d(-132%, 0, -1550px) rotateY(-62deg) scale(0.54);
    filter: blur(8px) brightness(0.46) saturate(0.8);
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-leave-to-left {
    z-index: 4;
    opacity: 0;
    transform: translate3d(-132%, 0, -1550px) rotateY(-62deg) scale(0.54);
    filter: blur(8px) brightness(0.46) saturate(0.8);
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-leave-to-right {
    z-index: 4;
    opacity: 0;
    transform: translate3d(132%, 0, -1550px) rotateY(62deg) scale(0.54);
    filter: blur(8px) brightness(0.46) saturate(0.8);
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-transitioning.is-coming-from-right.is-active {
    animation: homeSectorInFromRight 1040ms cubic-bezier(0.2, 0.82, 0.2, 1) both;
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-transitioning.is-coming-from-left.is-active {
    animation: homeSectorInFromLeft 1040ms cubic-bezier(0.2, 0.82, 0.2, 1) both;
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-transitioning.is-leave-to-left {
    animation: homeSectorOutToLeft 1040ms cubic-bezier(0.2, 0.82, 0.2, 1) both;
}

.home-slide-section[data-slide-index="2"] .home-sector-slide.is-transitioning.is-leave-to-right {
    animation: homeSectorOutToRight 1040ms cubic-bezier(0.2, 0.82, 0.2, 1) both;
}

.home-slide-section[data-slide-index="2"] .home-sector-slide picture,
.home-slide-section[data-slide-index="2"] .home-sector-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-slide-section[data-slide-index="2"] .home-sector-slide img {
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.home-slide-section[data-slide-index="2"] .home-sector-slide figcaption {
    display: none;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__controls {
    position: absolute;
    inset: 0;
    z-index: 12;
    pointer-events: none;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 13;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
    pointer-events: auto;
    transform: translateY(-50%);
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__arrow:hover {
    border-color: rgba(14, 165, 233, 0.6);
    background: #0ea5e9;
    color: #ffffff;
    transform: translateY(-50%) scale(1.04);
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__arrow[data-sector-prev] {
    left: 18px;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__arrow[data-sector-next] {
    right: 18px;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__dots {
    position: absolute;
    left: 50%;
    bottom: -30px;
    z-index: 14;
    display: inline-flex;
    gap: 7px;
    transform: translateX(-50%);
    pointer-events: auto;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(226, 232, 240, 0.72);
    transition: width 220ms ease, background 220ms ease;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__dots button.is-active {
    width: 28px;
    background: #0ea5e9;
}

@keyframes homeSectorDeckIn {
    from {
        opacity: 0;
        transform: translate3d(0, 24px, -220px) scale(0.94);
        filter: blur(7px);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@keyframes homeSectorInFromRight {
    0% {
        opacity: 0;
        transform: translate3d(132%, 0, -1450px) rotateY(58deg) scale(0.56);
        filter: brightness(0.72) saturate(0.9);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateY(0) scale(1);
        filter: blur(0) brightness(1) saturate(1.05);
    }
}

@keyframes homeSectorInFromLeft {
    0% {
        opacity: 0;
        transform: translate3d(-132%, 0, -1450px) rotateY(-58deg) scale(0.56);
        filter: brightness(0.72) saturate(0.9);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateY(0) scale(1);
        filter: blur(0) brightness(1) saturate(1.05);
    }
}

@keyframes homeSectorOutToLeft {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateY(0) scale(1);
        filter: blur(0) brightness(1) saturate(1.05);
    }

    100% {
        opacity: 0;
        transform: translate3d(-132%, 0, -1450px) rotateY(-58deg) scale(0.56);
        filter: brightness(0.72) saturate(0.9);
    }
}

@keyframes homeSectorOutToRight {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateY(0) scale(1);
        filter: blur(0) brightness(1) saturate(1.05);
    }

    100% {
        opacity: 0;
        transform: translate3d(132%, 0, -1450px) rotateY(58deg) scale(0.56);
        filter: brightness(0.72) saturate(0.9);
    }
}

.home-business-card,
.home-cat-card,
.home-prod-card,
.home-process-step {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
}

.home-business-card:hover,
.home-cat-card:hover,
.home-prod-card:hover,
.home-process-step:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(14, 165, 233, 0.6) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.home-slide-content .home-btn {
    border-color: rgba(255, 255, 255, 0.4) !important;
    text-shadow: none;
}

.home-slide-content .home-btn--primary {
    background: #0ea5e9 !important;
    color: #fff !important;
    border-color: #0ea5e9 !important;
}

.home-3d-nav {
    position: fixed;
    right: 24px;
    top: 50%;
    z-index: 2900;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transform: translateY(-50%);
}

.home-3d-nav button {
    width: 14px;
    height: 14px;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-3d-nav button.active {
    background: #0ea5e9;
    border-color: #0ea5e9;
    transform: scale(1.35);
}

.home-slide-section[data-slide-index="3"] .home-business__container {
    width: min(1180px, calc(100% - 32px));
    padding: clamp(30px, 4vw, 48px);
}

.home-slide-section[data-slide-index="3"] .home-corporate-heading,
.home-slide-section[data-slide-index="4"] .home-corporate-heading {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.home-business__intro {
    max-width: 720px;
    margin: 18px auto 0;
    color: rgba(226, 232, 240, 0.82);
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.65;
}

.home-business-model {
    display: grid;
    grid-template-columns: minmax(180px, 300px) 1fr;
    gap: clamp(22px, 4vw, 56px);
    align-items: center;
    margin-top: clamp(22px, 3.2vw, 36px);
    padding: clamp(22px, 3vw, 34px) clamp(22px, 4vw, 42px);
    border: 1px solid rgba(125, 211, 252, 0.2);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(3, 7, 18, 0.58);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.home-business-textual .home-business-model {
    margin-top: clamp(24px, 3.2vw, 40px);
}

.home-business-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: clamp(18px, 2.8vw, 30px);
}

.home-business-proof article {
    min-width: 0;
    padding: clamp(18px, 2vw, 24px);
    border: 1px solid rgba(125, 211, 252, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
}

.home-business-proof span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.16);
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 900;
}

.home-business-proof h3 {
    margin: 14px 0 8px;
    color: #ffffff;
    font-size: clamp(18px, 1.5vw, 22px);
}

.home-business-proof p {
    margin: 0;
    color: rgba(226, 232, 240, 0.84);
    font-size: 14px;
    line-height: 1.58;
}

.home-slide-section[data-slide-index="4"] .home-business__container {
    width: min(1120px, calc(100% - 32px));
    padding: clamp(28px, 4vw, 46px);
}

.business-icon-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    gap: clamp(14px, 2vw, 24px);
    align-items: end;
    margin-top: clamp(34px, 5vw, 64px);
}

.business-icon-card {
    display: grid;
    grid-template-rows: auto 18px auto 18px;
    justify-items: center;
    gap: 8px;
    min-width: 0;
}

.business-icon-card__label {
    min-height: 34px;
    padding: 8px 13px;
    border: 1px solid rgba(14, 165, 233, 0.38);
    border-radius: 999px;
    background: rgba(3, 7, 18, 0.74);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    opacity: 0.72;
    transform: translateY(6px);
    transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.business-icon-card::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 13px solid rgba(14, 165, 233, 0.92);
    opacity: 0.5;
    filter: drop-shadow(0 0 10px rgba(14, 165, 233, 0.9));
    transform: translateY(6px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.business-icon-card__button {
    display: grid;
    place-items: center;
    width: clamp(104px, 9vw, 138px);
    aspect-ratio: 1;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 55%, rgba(14, 165, 233, 0.18), transparent 46%),
        rgba(255, 255, 255, 0.045);
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.business-icon-card__button img {
    width: 74%;
    height: 74%;
    object-fit: contain;
    filter: drop-shadow(0 16px 20px rgba(14, 165, 233, 0.34));
}

.business-icon-card:hover .business-icon-card__label,
.business-icon-card.active .business-icon-card__label,
.business-icon-card:focus-within .business-icon-card__label {
    border-color: rgba(14, 165, 233, 0.72);
    background: rgba(14, 165, 233, 0.14);
    opacity: 1;
    transform: translateY(0);
}

.business-icon-card:hover::after,
.business-icon-card.active::after,
.business-icon-card:focus-within::after {
    opacity: 1;
    transform: translateY(0);
}

.business-icon-card:hover .business-icon-card__button,
.business-icon-card.active .business-icon-card__button,
.business-icon-card__button:focus-visible {
    border-color: rgba(14, 165, 233, 0.72);
    background:
        radial-gradient(circle at 50% 55%, rgba(14, 165, 233, 0.28), transparent 50%),
        rgba(14, 165, 233, 0.12);
    box-shadow: 0 20px 42px rgba(14, 165, 233, 0.16);
    transform: translateY(-5px);
}

.business-icon-card__button:focus-visible {
    outline: 3px solid rgba(14, 165, 233, 0.68);
    outline-offset: 4px;
}

.home-business-model h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.08;
}

.home-business-model p {
    margin: 0;
    color: rgba(226, 232, 240, 0.88);
    font-size: clamp(15px, 1.15vw, 17px);
    line-height: 1.7;
}

.home-slide-section[data-slide-index="3"] .expanding-cards-container {
    height: clamp(190px, 24vh, 260px);
    margin-top: clamp(22px, 3vw, 34px);
}

.home-slide-section[data-slide-index="3"] .expanding-card {
    border-color: rgba(255, 255, 255, 0.12);
    appearance: none;
    font: inherit;
    color: inherit;
    padding: 0;
    text-align: inherit;
}

.home-slide-section[data-slide-index="3"] .expanding-card:focus-visible {
    outline: 3px solid rgba(14, 165, 233, 0.72);
    outline-offset: 4px;
}

.home-business-modal {
    position: fixed;
    inset: 0;
    z-index: 4200;
    display: grid;
    place-items: center;
    padding: clamp(16px, 3vw, 32px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.home-business-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.home-business-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.68);
    backdrop-filter: blur(12px);
}

.home-business-modal__dialog {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 760px) 52px;
    gap: clamp(12px, 2vw, 22px);
    align-items: center;
    width: min(980px, 100%);
    max-height: min(82vh, 680px);
    padding: clamp(18px, 3vw, 32px);
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 22px;
    background:
        radial-gradient(circle at 18% 0%, rgba(14, 165, 233, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(6, 14, 28, 0.98), rgba(2, 8, 18, 0.96));
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.58);
    overflow-y: auto;
    transform: translate3d(0, 18px, -120px) scale(0.96);
    transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-business-modal.is-open .home-business-modal__dialog {
    transform: translate3d(0, 0, 0) scale(1);
}

.home-business-modal__content {
    min-width: 0;
    text-align: center;
}

.home-business-modal__counter,
.home-business-modal__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 14px;
    border: 1px solid rgba(14, 165, 233, 0.42);
    border-radius: 999px;
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-business-modal__icon {
    width: 92px;
    height: 92px;
    margin: 18px auto 10px;
    filter: drop-shadow(0 18px 28px rgba(14, 165, 233, 0.26));
}

.home-business-modal__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-business-modal__eyebrow {
    margin-top: 8px;
}

.home-business-modal__content h3 {
    margin: 16px 0 12px;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1;
}

.home-business-modal__content p {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(226, 232, 240, 0.88);
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.72;
}

.home-business-modal__content ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.home-business-modal__content li {
    min-height: 92px;
    padding: 16px;
    border: 1px solid rgba(125, 211, 252, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(241, 245, 249, 0.9);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.home-business-modal__close,
.home-business-modal__arrow {
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.home-business-modal__close:hover,
.home-business-modal__arrow:hover {
    border-color: rgba(14, 165, 233, 0.72);
    background: #0ea5e9;
    color: #ffffff;
    transform: scale(1.05);
}

.home-business-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
}

.home-business-modal__arrow {
    width: 52px;
    height: 52px;
}

.home-business-modal__close svg,
.home-business-modal__arrow svg {
    width: 22px;
    height: 22px;
}

body.home-business-modal-open {
    overflow: hidden;
    overscroll-behavior: none;
}

.home-slide-section[data-slide-index="8"] {
    padding-left: clamp(12px, 3vw, 42px);
    padding-right: clamp(12px, 3vw, 42px);
}

.home-slide-section[data-slide-index="8"] .home-slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: min(5vh, calc(var(--home-footer-peek, 0px) * 0.35));
    max-height: none;
    overflow: visible;
}

.home-slide-section[data-slide-index="8"] .home-corporate-channel__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: min(1120px, 100%);
    min-height: clamp(420px, 56vh, 590px);
    padding: clamp(28px, 5vw, 62px);
    overflow: hidden;
    border-radius: 24px;
    background: #05070b !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.home-slide-section[data-slide-index="8"] .home-corporate-channel__container::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background-image: url("/uploads/images/empresa/edificio-global-import.webp");
    background-size: cover;
    background-position: 64% center;
    filter: brightness(0.72) contrast(1.08) saturate(1.04);
    transform: scale(1.03);
}

.home-slide-section[data-slide-index="8"] .home-corporate-channel__container::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.9) 0%, rgba(2, 6, 23, 0.72) 42%, rgba(2, 6, 23, 0.24) 72%, rgba(2, 6, 23, 0.48) 100%),
        radial-gradient(circle at 24% 50%, rgba(14, 165, 233, 0.18), transparent 38%);
}

.home-channel-v2 {
    position: relative;
    z-index: 2;
    display: grid;
    gap: clamp(22px, 3vw, 34px);
    width: min(620px, 100%);
}

.home-channel-v2 ~ .home-corporate-channel__content,
.home-channel-v2 ~ .home-corporate-channel__action {
    display: none;
}

.home-channel-v2 .home-corporate-channel__content {
    max-width: 100%;
    text-align: left;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.48);
}

.home-channel__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    min-height: 34px;
    padding: 0 15px;
    border: 1px solid rgba(14, 165, 233, 0.45);
    border-radius: 999px;
    background: rgba(3, 7, 18, 0.62);
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-channel__eyebrow::before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: #0ea5e9;
}

.home-channel-v2 h2 {
    max-width: 620px;
    margin: 18px 0 16px;
    color: #ffffff;
    font-size: clamp(36px, 4.4vw, 64px);
    line-height: 0.98;
    letter-spacing: 0;
}

.home-channel-v2 p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.68;
}

.home-channel__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.home-channel__signals span {
    min-height: 34px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 800;
}

.home-channel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.home-channel-v2 .home-corporate-channel__action,
.home-channel__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.home-channel-v2 .home-corporate-channel__action {
    min-width: 210px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.home-channel-v2 .home-corporate-channel__action svg {
    width: 19px;
    height: 19px;
    margin-left: 10px;
    transition: transform 180ms ease;
}

.home-channel-v2 .home-corporate-channel__action:hover svg {
    transform: translateX(4px);
}

.home-channel__secondary {
    min-width: 190px;
    padding: 0 22px;
    border: 1px solid rgba(125, 211, 252, 0.34);
    background: rgba(3, 7, 18, 0.58);
    color: #ffffff;
}

.expanding-cards-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    height: clamp(260px, 34vh, 350px);
    margin-top: 30px;
}

.expanding-card {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: flex 500ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms ease, border-color 220ms ease;
}

.expanding-card:hover,
.expanding-card.active {
    flex: 4;
    border-color: rgba(14, 165, 233, 0.6);
    background: rgba(14, 165, 233, 0.15);
}

.expanding-card__icon-wrapper {
    width: 80px;
    height: 80px;
    animation: pulseIcon 2s infinite;
    transition: transform 400ms ease, filter 400ms ease;
}

.expanding-card__icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expanding-card:hover .expanding-card__icon-wrapper,
.expanding-card.active .expanding-card__icon-wrapper {
    transform: scale(1.16) translateY(-18px);
    animation: none;
}

.expanding-card__content {
    position: absolute;
    bottom: 20px;
    width: 90%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity 300ms ease 120ms, transform 300ms ease 120ms;
}

.expanding-card:hover .expanding-card__content,
.expanding-card.active .expanding-card__content {
    opacity: 1;
    transform: translateY(0);
}

.home-horizontal-snap {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
    overscroll-behavior-inline: contain;
}

.home-horizontal-snap::-webkit-scrollbar {
    height: 8px;
}

.home-horizontal-snap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.3);
}

.home-horizontal-snap > * {
    flex: 0 0 auto !important;
    scroll-snap-align: start;
}

.home-categories__grid .home-cat-card,
.home-products__grid .home-prod-card,
.home-process__grid .home-process-step {
    width: 300px;
    max-width: 80vw;
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(14, 165, 233, 0.4));
    }

    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 15px rgba(14, 165, 233, 0.8));
    }
}

@media (max-width: 900px) {
    .home-page--3d {
        --home-slide-gap: 14px;
    }

    .home-slide-section {
        align-items: flex-start;
    }

    .home-slide-content {
        max-height: calc(var(--home-slide-vh, 100vh) - var(--home-header-offset) - 24px);
    }

    .home-hero__container,
    .home-about__container,
    .home-business__container,
    .home-categories__container,
    .home-products__container,
    .home-process__container,
    .home-corporate-channel__container {
        width: min(calc(100% - 24px), 720px);
        padding: 24px 20px;
        border-radius: 16px;
    }

    .home-slide-section[data-slide-index="0"] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .home-slide-section[data-slide-index="0"] .home-slide-content {
        align-items: flex-start;
    }

    .home-slide-section[data-slide-index="0"] .home-hero__container {
        width: min(100%, 720px);
        min-height: auto;
        padding: clamp(24px, 6vw, 34px) clamp(18px, 5vw, 28px);
    }

    .home-slide-section[data-slide-index="0"] .home-title {
        font-size: clamp(32px, 9vw, 48px);
        line-height: 1.04;
    }

    .home-slide-section[data-slide-index="0"] .home-hero__headline {
        margin-top: 18px;
        font-size: clamp(19px, 5.2vw, 26px);
        line-height: 1.18;
    }

    .home-slide-section[data-slide-index="0"] .home-subtitle {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.55;
    }

    .home-slide-section[data-slide-index="0"] .home-hero__actions {
        gap: 10px;
        margin-top: 22px;
    }

    .home-slide-section[data-slide-index="0"] .home-btn {
        min-height: 46px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-slide-section[data-slide-index="0"] .home-hero__indicators {
        gap: 10px 16px;
        margin-top: 24px;
        padding-top: 18px;
    }

    .home-slide-section[data-slide-index="1"] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .home-slide-section[data-slide-index="1"] .home-slide-content {
        align-items: flex-start;
    }

    .home-slide-section[data-slide-index="1"] .text-only-container {
        width: min(100%, 720px);
        min-height: auto;
        padding: clamp(24px, 6vw, 34px) clamp(18px, 5vw, 28px);
    }

    .home-slide-section[data-slide-index="1"] .home-about__content {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .home-slide-section[data-slide-index="1"] .home-section-kicker {
        margin-left: auto;
        margin-right: auto;
    }

    .home-slide-section[data-slide-index="1"] .home-about__content h2 {
        font-size: clamp(30px, 8.5vw, 46px);
        line-height: 1.06;
    }

    .home-slide-section[data-slide-index="1"] .home-about__body {
        max-width: 620px;
        margin: 0 auto;
        padding: 22px 0 0;
        border-left: 0;
        border-top: 3px solid rgba(14, 165, 233, 0.9);
    }

    .home-slide-section[data-slide-index="1"] .home-about__body p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        line-height: 1.62;
    }

    .home-slide-section[data-slide-index="1"] .home-about__tags {
        justify-content: center;
        margin-top: 20px;
    }

    .home-slide-section[data-slide-index="2"] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .home-slide-section[data-slide-index="2"] .home-slide-content {
        align-items: flex-start;
    }

    .home-slide-section[data-slide-index="2"] .visual-only-container {
        width: min(100%, 720px);
        min-height: auto;
        padding: clamp(20px, 5vw, 28px);
    }

    .home-slide-section[data-slide-index="2"] .home-about__visual {
        width: min(100%, 390px);
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__viewport {
        aspect-ratio: 1536 / 2752;
        max-height: calc(var(--home-slide-vh, 100vh) - var(--home-header-offset) - 92px);
        border-radius: 18px;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow {
        width: 42px;
        height: 42px;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow[data-sector-prev] {
        left: 10px;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow[data-sector-next] {
        right: 10px;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__dots {
        bottom: 12px;
        padding: 7px 10px;
        border-radius: 999px;
        background: rgba(2, 8, 16, 0.62);
        backdrop-filter: blur(10px);
    }

    .home-slide-section[data-slide-index="3"] .home-business__container {
        width: min(100%, 720px);
        padding: 22px 18px;
    }

    .home-slide-section[data-slide-index="3"] .home-corporate-heading h2 {
        font-size: clamp(30px, 8vw, 46px);
        line-height: 1.06;
    }

    .home-business__intro {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.55;
    }

    .home-business-model {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 18px;
        padding: 18px;
        text-align: center;
    }

    .home-business-model h3 {
        font-size: clamp(22px, 6vw, 30px);
    }

    .home-business-proof {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 16px;
    }

    .home-slide-section[data-slide-index="4"] .home-business__container {
        width: min(100%, 720px);
        padding: 22px 18px;
    }

    .home-slide-section[data-slide-index="4"] .home-corporate-heading h2 {
        font-size: clamp(30px, 8vw, 46px);
        line-height: 1.06;
    }

    .business-icon-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(72px, 1fr));
        gap: 10px;
        margin-top: 28px;
    }

    .business-icon-card__label {
        min-height: 30px;
        padding: 7px 10px;
        font-size: 11px;
    }

    .business-icon-card__button {
        width: 78px;
        padding: 12px;
    }

    .business-icon-card::after {
        border-right-width: 6px;
        border-left-width: 6px;
        border-bottom-width: 10px;
    }

    .home-business-modal__dialog {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        width: min(680px, 100%);
        max-height: min(86vh, 720px);
        padding: 22px 14px;
    }

    .home-business-modal__arrow {
        width: 42px;
        height: 42px;
    }

    .home-business-modal__content ul {
        grid-template-columns: 1fr;
    }

    .home-slide-section[data-slide-index="8"] .home-corporate-channel__container {
        min-height: clamp(440px, 64vh, 560px);
        padding: 34px 26px;
        align-items: center;
        justify-content: center;
    }

    .home-slide-section[data-slide-index="8"] .home-corporate-channel__container::before {
        background-position: 58% center;
    }

    .home-slide-section[data-slide-index="8"] .home-corporate-channel__container::after {
        background:
            linear-gradient(180deg, rgba(2, 6, 23, 0.34) 0%, rgba(2, 6, 23, 0.82) 58%, rgba(2, 6, 23, 0.94) 100%),
            radial-gradient(circle at 50% 72%, rgba(14, 165, 233, 0.2), transparent 42%);
    }

    .home-channel-v2 {
        width: 100%;
    }

    .home-channel-v2 .home-corporate-channel__content {
        text-align: center;
    }

    .home-channel__eyebrow {
        margin-left: auto;
        margin-right: auto;
    }

    .home-channel-v2 h2 {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(32px, 8vw, 48px);
    }

    .home-channel-v2 p {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-channel__signals,
    .home-channel__actions {
        justify-content: center;
    }

    .home-3d-nav {
        display: none;
    }

    .expanding-cards-container {
        flex-direction: column;
        height: auto;
    }

    .expanding-card {
        flex: none;
        min-height: 100px;
    }

    .expanding-card:hover,
    .expanding-card.active {
        flex: none;
        min-height: 200px;
    }

    .expanding-card__icon-wrapper {
        width: 60px;
        height: 60px;
    }
}

@media (max-height: 780px) and (min-width: 901px) {
    .home-slide-section[data-slide-index="2"] .visual-only-container {
        width: min(980px, 100%);
        min-height: clamp(320px, 48vh, 500px);
        padding: clamp(14px, 2.2vw, 28px);
    }

    .home-slide-section[data-slide-index="2"] .home-about__visual {
        width: min(100%, clamp(620px, 64vw, 840px));
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow {
        width: 42px;
        height: 42px;
    }
}

@media (max-height: 680px) and (min-width: 901px) {
    .home-slide-section[data-slide-index="2"] .visual-only-container {
        min-height: clamp(280px, 44vh, 440px);
        padding: clamp(10px, 1.8vw, 22px);
    }

    .home-slide-section[data-slide-index="2"] .home-about__visual {
        width: min(100%, clamp(560px, 58vw, 760px));
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__dots {
        bottom: -24px;
    }
}

@media (max-width: 560px) {
    .home-slide-section[data-slide-index="0"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-slide-section[data-slide-index="0"] .home-hero__container {
        width: 100%;
        padding: 22px 16px;
        border-radius: 14px;
    }

    .home-slide-section[data-slide-index="0"] .home-title {
        font-size: clamp(29px, 11vw, 40px);
    }

    .home-slide-section[data-slide-index="0"] .home-hero__headline {
        font-size: clamp(18px, 6vw, 23px);
    }

    .home-slide-section[data-slide-index="0"] .home-subtitle {
        font-size: 14px;
    }

    .home-slide-section[data-slide-index="0"] .home-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-slide-section[data-slide-index="0"] .home-btn {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .home-slide-section[data-slide-index="0"] .home-hero__indicators {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .home-slide-section[data-slide-index="1"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-slide-section[data-slide-index="1"] .text-only-container {
        width: 100%;
        padding: 22px 16px;
        border-radius: 14px;
    }

    .home-slide-section[data-slide-index="1"] .home-section-kicker {
        min-height: 32px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
        white-space: normal;
    }

    .home-slide-section[data-slide-index="1"] .home-section-kicker::before {
        width: 18px;
    }

    .home-slide-section[data-slide-index="1"] .home-about__content h2 {
        font-size: clamp(28px, 10vw, 38px);
    }

    .home-slide-section[data-slide-index="1"] .home-about__tags {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .home-slide-section[data-slide-index="1"] .home-about__tags span {
        width: min(100%, 260px);
    }

    .home-slide-section[data-slide-index="2"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-slide-section[data-slide-index="2"] .visual-only-container {
        width: 100%;
        padding: 16px;
        border-radius: 14px;
    }

    .home-slide-section[data-slide-index="2"] .home-about__visual {
        width: min(100%, 320px);
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__viewport {
        max-height: calc(var(--home-slide-vh, 100vh) - var(--home-header-offset) - 70px);
        border-radius: 14px;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow {
        width: 38px;
        height: 38px;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slide figcaption {
        bottom: 58px;
        max-width: calc(100% - 28px);
        white-space: normal;
        text-align: center;
    }

    .home-slide-section[data-slide-index="3"] .home-business__container {
        padding: 18px 14px;
    }

    .home-slide-section[data-slide-index="4"] .home-business__container {
        padding: 18px 14px;
    }

    .business-icon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 12px;
        margin-top: 18px;
    }

    .business-icon-card {
        grid-template-rows: auto 12px auto 12px;
        gap: 5px;
    }

    .business-icon-card__label {
        max-width: 100%;
        min-height: 28px;
        padding: 6px 9px;
        font-size: 10px;
    }

    .business-icon-card__button {
        width: 78px;
        border-radius: 16px;
    }

    .business-icon-card:last-child {
        grid-column: 1 / -1;
    }

    .home-business-modal {
        padding: 10px;
    }

    .home-business-modal__dialog {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 52px 16px 18px;
    }

    .home-business-modal__arrow {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        transform: translateY(-50%);
    }

    .home-business-modal__arrow:hover {
        transform: translateY(-50%) scale(1.05);
    }

    .home-business-modal__arrow--prev {
        left: 8px;
    }

    .home-business-modal__arrow--next {
        right: 8px;
    }

    .home-business-modal__content {
        padding: 0 34px;
    }

    .home-business-modal__icon {
        width: 72px;
        height: 72px;
    }

    .home-business-modal__content h3 {
        font-size: clamp(28px, 9vw, 38px);
    }

    .home-business-modal__content p,
    .home-business-modal__content li {
        font-size: 13px;
    }

    .home-slide-section[data-slide-index="8"] .home-corporate-channel__container {
        min-height: calc(var(--home-slide-vh, 100vh) - var(--home-header-offset) - 32px);
        padding: 24px 16px 26px;
        border-radius: 18px;
    }

    .home-slide-section[data-slide-index="8"] .home-corporate-channel__container::before {
        background-position: 52% center;
        filter: brightness(0.52) contrast(1.08) saturate(1.02);
    }

    .home-channel-v2 {
        gap: 18px;
        align-content: center;
        justify-items: center;
        min-height: 100%;
    }

    .home-channel__eyebrow {
        min-height: 30px;
        padding: 0 12px;
        font-size: 10px;
    }

    .home-channel__eyebrow::before {
        width: 18px;
    }

    .home-channel-v2 h2 {
        margin-top: 14px;
        margin-bottom: 12px;
        font-size: clamp(28px, 10vw, 40px);
        line-height: 1.02;
    }

    .home-channel-v2 p {
        font-size: 14px;
        line-height: 1.55;
    }

    .home-channel__signals {
        gap: 8px;
        margin-top: 16px;
    }

    .home-channel__signals span {
        min-height: 30px;
        padding: 7px 10px;
        font-size: 10px;
    }

    .home-channel__actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .home-channel-v2 .home-corporate-channel__action,
    .home-channel__secondary {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        font-size: 12px;
    }
}

@media (max-height: 720px) and (min-width: 901px) {
    .home-slide-section[data-slide-index="0"] .home-hero__container {
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home-slide-section[data-slide-index="0"] .home-title {
        font-size: clamp(34px, 3.7vw, 58px);
    }

    .home-slide-section[data-slide-index="0"] .home-hero__headline {
        margin-top: 16px;
        font-size: clamp(19px, 1.7vw, 28px);
    }

    .home-slide-section[data-slide-index="0"] .home-subtitle {
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.5;
    }

    .home-slide-section[data-slide-index="0"] .home-hero__actions {
        margin-top: 20px;
    }

    .home-slide-section[data-slide-index="0"] .home-hero__indicators {
        margin-top: 22px;
        padding-top: 18px;
    }

    .home-slide-section[data-slide-index="1"] .text-only-container {
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home-slide-section[data-slide-index="1"] .home-about__content h2 {
        font-size: clamp(32px, 2.75vw, 46px);
        line-height: 1.09;
    }

    .home-slide-section[data-slide-index="1"] .home-about__body p {
        font-size: 15px;
        line-height: 1.62;
    }

    .home-slide-section[data-slide-index="1"] .home-about__tags {
        margin-top: 20px;
    }
}
.home-slide-section[data-slide-index="2"] .visual-only-container {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__viewport::before {
    display: none !important;
}

.home-slide-section[data-slide-index="2"] .home-sector-slide img {
    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(14, 165, 233, 0.12);
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__arrow {
    width: clamp(56px, 4vw, 66px) !important;
    height: clamp(56px, 4vw, 66px) !important;
    border: 1px solid rgba(14, 165, 233, 0.35) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow:
        0 20px 44px rgba(0, 0, 0, 0.34),
        0 0 26px rgba(14, 165, 233, 0.22) !important;
    color: #07111f !important;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__arrow svg {
    width: 26px;
    height: 26px;
    stroke-width: 2.4;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__arrow:hover {
    border-color: rgba(14, 165, 233, 0.78) !important;
    background: #0ea5e9 !important;
    color: #ffffff !important;
    transform: translateY(-50%) scale(1.06) !important;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__arrow[data-sector-prev] {
    left: -82px !important;
}

.home-slide-section[data-slide-index="2"] .home-sector-slider__arrow[data-sector-next] {
    right: -82px !important;
}

@media (max-width: 1100px) {
    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow[data-sector-prev] {
        left: -32px !important;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow[data-sector-next] {
        right: -32px !important;
    }
}

@media (max-width: 900px) {
    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow {
        width: 48px !important;
        height: 48px !important;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow svg {
        width: 22px;
        height: 22px;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow[data-sector-prev] {
        left: 12px !important;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow[data-sector-next] {
        right: 12px !important;
    }
}

@media (max-width: 560px) {
    .home-slide-section[data-slide-index="2"] .home-about__visual {
        width: clamp(238px, 68vw, 320px) !important;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow {
        width: 46px !important;
        height: 46px !important;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow[data-sector-prev] {
        left: -58px !important;
    }

    .home-slide-section[data-slide-index="2"] .home-sector-slider__arrow[data-sector-next] {
        right: -58px !important;
    }
}

/* Interfaz de iconos expandibles en hover */
.home-slide-section[data-slide-index="4"] .home-business-icons {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}
.home-slide-section[data-slide-index="4"] .home-corporate-heading {
    margin-bottom: 40px !important;
}
.business-icon-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 40px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.business-icon-card {
    position: relative !important;
    width: 130px !important;
    height: 130px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
/* Forzar la flecha nativa a estar EXACTAMENTE debajo del ícono, apuntando hacia abajo */
.home-slide-section[data-slide-index="4"] .business-icon-card::after,
.home-slide-section[data-slide-index="4"] .business-icon-card::before {
    content: '' !important;
    position: absolute !important;
    top: auto !important;
    bottom: -20px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    border-style: solid !important;
    border-width: 8px 6px 0 6px !important;
    border-color: #0ea5e9 transparent transparent transparent !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    filter: drop-shadow(0 2px 4px rgba(14, 165, 233, 0.5)) !important;
    z-index: 1 !important;
}
/* Ocultar la flecha de la tarjeta si la interfaz la desactiva por hover, opcional (dejamos la flecha visible) */
.business-icon-card__button {
    width: 130px !important;
    height: 130px !important;
    border-radius: 50% !important;
    background: rgba(14, 165, 233, 0.08) !important;
    border: 2px solid rgba(14, 165, 233, 0.4) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
    animation: pulseIcon 2s infinite !important;
    box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.7) !important;
    padding: 0 !important;
}
.business-icon-card__button img {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) !important;
}
.business-icon-card:hover .business-icon-card__button {
    transform: scale(1.15) !important;
    border-color: #0ea5e9 !important;
    animation: none !important;
}
.business-icon-card__label {
    position: absolute !important;
    top: 175px !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-10px) scale(0.9) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: #090e17 !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
    color: #0ea5e9 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    z-index: 10 !important;
    pointer-events: none !important;
}
.business-icon-card__label::after {
    content: '' !important;
    position: absolute !important;
    bottom: 100% !important;
    top: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-width: 8px !important;
    border-style: solid !important;
    border-color: transparent transparent #090e17 transparent !important;
}
.business-icon-card:hover .business-icon-card__label {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) scale(1) !important;
}

/* ============================================================
   SECCION: MODELO DE TRABAJO (PROCESO INTERACTIVO)
   ============================================================ */
.home-process__container {
    width: min(100%, 1200px);
    margin: 0 auto;
    padding: 60px 18px;
}

.process-timeline-wrapper {
    position: relative;
    margin-top: 50px;
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

/* Línea conectora de la línea de tiempo */
.process-timeline::before {
    content: '';
    position: absolute;
    top: 45px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, rgba(14, 165, 233, 0) 0%, rgba(14, 165, 233, 0.4) 50%, rgba(14, 165, 233, 0) 100%);
    z-index: 1;
}

.process-step {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.process-step:hover {
    transform: translateY(-8px);
    border-color: #0ea5e9;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2), 0 0 15px rgba(14, 165, 233, 0.2);
}

.process-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0b1120;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #e2e8f0;
    transition: all 0.3s ease;
    border: 1px solid #334155;
    position: relative;
}

.process-step:hover .process-icon {
    color: #0ea5e9;
    border-color: #0ea5e9;
    box-shadow: 0 0 20px rgba(14, 165, 233, 0.3) inset, 0 0 10px rgba(14, 165, 233, 0.5);
    transform: scale(1.1);
}

.process-icon svg {
    width: 28px;
    height: 28px;
}

.process-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #f8fafc;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.process-content p {
    font-size: 0.9rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.5;
}

/* Modal del Proceso */
.process-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 4300;
    display: grid;
    place-items: center;
    padding: clamp(16px, 3vw, 34px);
    background:
        radial-gradient(circle at 50% 20%, rgba(14, 165, 233, 0.18), transparent 34%),
        rgba(2, 6, 23, 0.78);
    backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 240ms ease, visibility 240ms ease;
}

.process-modal-backdrop.is-active {
    opacity: 1;
    visibility: visible;
}

.process-modal-dialog {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 720px) 54px;
    align-items: center;
    gap: clamp(12px, 2vw, 22px);
    width: min(980px, 100%);
    max-height: min(86vh, 720px);
    padding: clamp(20px, 3vw, 34px);
    overflow-y: auto;
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(2, 8, 23, 0.96)),
        radial-gradient(circle at 20% 0%, rgba(14, 165, 233, 0.18), transparent 36%);
    box-shadow: 0 34px 92px rgba(0, 0, 0, 0.62);
    transform: translateY(18px) scale(0.96);
    transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.process-modal-backdrop.is-active .process-modal-dialog {
    transform: translateY(0) scale(1);
}

.process-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.process-modal-close:hover {
    background: #0ea5e9;
    color: #ffffff;
    transform: scale(1.05);
}

.process-modal-close svg {
    width: 20px;
    height: 20px;
}

.process-modal-content {
    position: relative;
    text-align: center;
}

.process-modal-icon-container {
    width: 104px;
    height: 104px;
    margin: 18px auto 18px auto;
    color: #0ea5e9;
    display: grid;
    place-items: center;
    border: 1px solid rgba(14, 165, 233, 0.24);
    border-radius: 28px;
    background:
        radial-gradient(circle, rgba(14, 165, 233, 0.2), transparent 62%),
        rgba(255, 255, 255, 0.04);
    animation: floatModalIcon 2.5s ease-in-out infinite;
}

.process-modal-icon-container svg {
    width: 58px;
    height: 58px;
    filter: drop-shadow(0 0 8px rgba(14, 165, 233, 0.6));
}

.process-modal-content h3 {
    max-width: 680px;
    margin: 0 auto 12px;
    color: #f1f5f9;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 900;
    line-height: 1;
}

.process-modal-content p#pmDescription {
    max-width: 620px;
    margin: 0 auto 22px;
    color: #38bdf8;
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 800;
    line-height: 1.5;
}

.process-modal-body {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(18px, 2.4vw, 26px);
    border: 1px solid rgba(125, 211, 252, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    color: #cbd5e1;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.7;
    text-align: center;
}

.process-modal-nav {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.process-modal-nav:hover,
.process-modal-nav:focus-visible {
    border-color: rgba(14, 165, 233, 0.76);
    background: #0ea5e9;
    color: #ffffff;
    transform: scale(1.06);
}

.process-modal-nav svg {
    width: 22px;
    height: 22px;
}

body.home-process-modal-open {
    overflow: hidden;
    overscroll-behavior: none;
}

.process-step.is-current {
    border-color: rgba(14, 165, 233, 0.78);
    box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.28), 0 20px 36px rgba(14, 165, 233, 0.12);
}

/* Responsividad extra para la línea de tiempo */
@media (max-width: 900px) {
    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
    }
    .process-timeline::before {
        display: none; /* Quitamos la línea en móvil porque rompe al partirse en grilla */
    }
}

@media (max-width: 500px) {
    .process-timeline {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .process-modal-backdrop {
        padding: 12px;
    }

    .process-modal-dialog {
        grid-template-columns: 1fr;
        gap: 14px;
        width: min(100%, 520px);
        padding: 54px 16px 18px;
        border-radius: 20px;
    }

    .process-modal-nav {
        position: absolute;
        top: 50%;
        z-index: 3;
        width: 40px;
        height: 40px;
        transform: translateY(-50%);
    }

    .process-modal-nav:hover,
    .process-modal-nav:focus-visible {
        transform: translateY(-50%) scale(1.06);
    }

    .process-modal-nav--prev {
        left: 8px;
    }

    .process-modal-nav--next {
        right: 8px;
    }

    .process-modal-content {
        padding: 0 32px;
    }

    .process-modal-icon-container {
        width: 78px;
        height: 78px;
        margin-top: 14px;
    }

    .process-modal-icon-container svg {
        width: 42px;
        height: 42px;
    }

    .process-modal-content h3 {
        font-size: clamp(25px, 8vw, 36px);
    }

    .process-modal-content p#pmDescription,
    .process-modal-body {
        font-size: 13px;
    }
}


/* Personalización del modal (pop-up) de iconos */
.home-business-modal__counter,
.home-business-modal__eyebrow {
    display: none !important;
}

.home-business-modal__icon {
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto 20px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.home-business-modal__icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: drop-shadow(0 2px 5px rgba(14, 165, 233, 0.4)) !important;
    animation: floatModalIcon 2.5s ease-in-out infinite !important;
}

@keyframes floatModalIcon {
    0% { transform: translateY(0) scale(1); filter: drop-shadow(0 2px 5px rgba(14, 165, 233, 0.3)); }
    50% { transform: translateY(-10px) scale(1.1); filter: drop-shadow(0 15px 15px rgba(14, 165, 233, 0.8)); }
    100% { transform: translateY(0) scale(1); filter: drop-shadow(0 2px 5px rgba(14, 165, 233, 0.3)); }
}

/* Responsividad para Móviles y Tablets */
@media (max-width: 900px) {
    /* Ocultar las flechas azules nativas */
    .home-slide-section[data-slide-index="4"] .business-icon-card::after,
    .home-slide-section[data-slide-index="4"] .business-icon-card::before {
        display: none !important;
    }
    
    /* Reducir gap y márgenes */
    .business-icon-grid {
        gap: 20px !important;
        margin-top: 20px !important;
    }
    
    /* Achicar proporciones para que quepan bien en 2 columnas */
    .business-icon-card,
    .business-icon-card__button {
        width: 110px !important;
        height: 110px !important;
    }
    
    .business-icon-card__button img {
        width: 60px !important;
        height: 60px !important;
    }
    
    /* El tooltip baja menos en móviles */
    .business-icon-card__label {
        top: 130px !important;
    }
}

/* Entrada escalonada para las secciones finales */
.home-slide-section[data-slide-index="3"] .home-section-kicker,
.home-slide-section[data-slide-index="3"] .home-corporate-heading h2,
.home-slide-section[data-slide-index="3"] .home-business__intro,
.home-slide-section[data-slide-index="3"] .home-business-model,
.home-slide-section[data-slide-index="3"] .home-business-proof article,
.home-slide-section[data-slide-index="4"] .home-section-kicker,
.home-slide-section[data-slide-index="4"] .home-corporate-heading h2,
.home-slide-section[data-slide-index="4"] .home-business__intro,
.home-slide-section[data-slide-index="4"] .business-icon-card,
.home-slide-section[data-slide-index="7"] .home-corporate-heading h2,
.home-slide-section[data-slide-index="7"] .home-business__intro,
.home-slide-section[data-slide-index="7"] .process-step,
.home-slide-section[data-slide-index="8"] .home-channel__eyebrow,
.home-slide-section[data-slide-index="8"] .home-channel-v2 h2,
.home-slide-section[data-slide-index="8"] .home-channel-v2 p,
.home-slide-section[data-slide-index="8"] .home-channel__signals span,
.home-slide-section[data-slide-index="8"] .home-corporate-channel__action,
.home-slide-section[data-slide-index="8"] .home-channel__secondary {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.985);
    filter: blur(5px);
}

.home-slide-section[data-slide-index="4"] .business-icon-card {
    transform: translate3d(0, 26px, 0) scale(0.92);
}

.home-slide-section[data-slide-index="7"] .process-step {
    transform: translate3d(0, 28px, 0) scale(0.94);
}

.home-slide-section[data-slide-index="8"] .home-channel__signals span {
    transform: translate3d(0, 14px, 0) scale(0.96);
}

.home-slide-section[data-slide-index="3"].active .home-section-kicker,
.home-slide-section[data-slide-index="3"].active .home-corporate-heading h2,
.home-slide-section[data-slide-index="3"].active .home-business__intro,
.home-slide-section[data-slide-index="3"].active .home-business-model,
.home-slide-section[data-slide-index="3"].active .home-business-proof article,
.home-slide-section[data-slide-index="4"].active .home-section-kicker,
.home-slide-section[data-slide-index="4"].active .home-corporate-heading h2,
.home-slide-section[data-slide-index="4"].active .home-business__intro,
.home-slide-section[data-slide-index="4"].active .business-icon-card,
.home-slide-section[data-slide-index="7"].active .home-corporate-heading h2,
.home-slide-section[data-slide-index="7"].active .home-business__intro,
.home-slide-section[data-slide-index="7"].active .process-step,
.home-slide-section[data-slide-index="8"].active .home-channel__eyebrow,
.home-slide-section[data-slide-index="8"].active .home-channel-v2 h2,
.home-slide-section[data-slide-index="8"].active .home-channel-v2 p,
.home-slide-section[data-slide-index="8"].active .home-channel__signals span,
.home-slide-section[data-slide-index="8"].active .home-corporate-channel__action,
.home-slide-section[data-slide-index="8"].active .home-channel__secondary {
    animation: homeContentRiseIn 680ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.home-slide-section[data-slide-index="3"].active .home-section-kicker,
.home-slide-section[data-slide-index="4"].active .home-section-kicker,
.home-slide-section[data-slide-index="7"].active .home-corporate-heading h2,
.home-slide-section[data-slide-index="8"].active .home-channel__eyebrow {
    animation-delay: 120ms;
}

.home-slide-section[data-slide-index="3"].active .home-corporate-heading h2,
.home-slide-section[data-slide-index="4"].active .home-corporate-heading h2,
.home-slide-section[data-slide-index="7"].active .home-business__intro,
.home-slide-section[data-slide-index="8"].active .home-channel-v2 h2 {
    animation-delay: 220ms;
}

.home-slide-section[data-slide-index="3"].active .home-business__intro,
.home-slide-section[data-slide-index="4"].active .home-business__intro,
.home-slide-section[data-slide-index="8"].active .home-channel-v2 p {
    animation-delay: 340ms;
}

.home-slide-section[data-slide-index="3"].active .home-business-model,
.home-slide-section[data-slide-index="8"].active .home-channel__signals span:nth-child(1) {
    animation-delay: 460ms;
}

.home-slide-section[data-slide-index="3"].active .home-business-proof article:nth-child(1),
.home-slide-section[data-slide-index="4"].active .business-icon-card:nth-child(1),
.home-slide-section[data-slide-index="7"].active .process-step:nth-child(1),
.home-slide-section[data-slide-index="8"].active .home-channel__signals span:nth-child(2) {
    animation-delay: 560ms;
}

.home-slide-section[data-slide-index="3"].active .home-business-proof article:nth-child(2),
.home-slide-section[data-slide-index="4"].active .business-icon-card:nth-child(2),
.home-slide-section[data-slide-index="7"].active .process-step:nth-child(2),
.home-slide-section[data-slide-index="8"].active .home-channel__signals span:nth-child(3) {
    animation-delay: 660ms;
}

.home-slide-section[data-slide-index="3"].active .home-business-proof article:nth-child(3),
.home-slide-section[data-slide-index="4"].active .business-icon-card:nth-child(3),
.home-slide-section[data-slide-index="7"].active .process-step:nth-child(3),
.home-slide-section[data-slide-index="8"].active .home-corporate-channel__action {
    animation-delay: 760ms;
}

.home-slide-section[data-slide-index="4"].active .business-icon-card:nth-child(4),
.home-slide-section[data-slide-index="7"].active .process-step:nth-child(4),
.home-slide-section[data-slide-index="8"].active .home-channel__secondary {
    animation-delay: 860ms;
}

.home-slide-section[data-slide-index="4"].active .business-icon-card:nth-child(5) {
    animation-delay: 960ms;
}

@keyframes homeContentRiseIn {
    from {
        opacity: 0;
        transform: translate3d(0, 22px, 0) scale(0.985);
        filter: blur(5px);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}
