:root {
    --renew-navy: #171541;
    --renew-navy-deep: #0f0d2d;
    --renew-blue: #075cff;
    --renew-blue-soft: #eaf2ff;
    --renew-ink: #20212a;
    --renew-muted: #666b78;
    --renew-line: #dfe3eb;
    --renew-surface: #ffffff;
    --renew-soft: #f4f6f9;
}

body.site-redesign {
    background: var(--renew-surface);
    color: var(--renew-ink);
    font-family: "Segoe UI Variable Display", Inter, "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

.site-redesign :focus-visible {
    outline: 3px solid rgba(7, 92, 255, .42);
    outline-offset: 3px;
}

.site-redesign .site-header {
    min-height: 74px;
    padding: 9px max(20px, calc((100% - 1360px) / 2));
    border-bottom: 1px solid rgba(23, 21, 65, .1);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 10px 30px rgba(16, 15, 45, .06);
}

.site-redesign .brand-logo {
    width: clamp(188px, 18vw, 248px);
    max-height: 50px;
}

.site-redesign .main-nav {
    gap: 2px;
}

.site-redesign .main-nav a {
    min-height: 40px;
    padding: 0 11px;
    border-radius: 4px;
    color: #5b5f6c;
    font-size: .9rem;
    font-weight: 750;
}

.site-redesign .main-nav a:hover,
.site-redesign .main-nav .is-active {
    background: var(--renew-blue-soft);
    color: var(--renew-blue);
    transform: none;
}

.site-redesign .main-nav .nav-quote,
.site-redesign .main-nav .nav-cta {
    min-height: 42px;
    margin-left: 6px;
    padding: 0 10px 0 15px;
    border-radius: 4px;
    box-shadow: none;
}

.site-redesign .main-nav .nav-quote {
    border-color: rgba(23, 21, 65, .24);
    background: #fff;
    color: var(--renew-navy);
}

.site-redesign .main-nav .nav-cta {
    border-color: var(--renew-navy);
    background: var(--renew-navy);
    color: #fff;
}

.site-redesign .main-nav .nav-quote::before,
.site-redesign .main-nav .nav-cta::before {
    display: none;
}

.site-redesign .main-nav .nav-quote::after,
.site-redesign .main-nav .nav-cta::after {
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

.site-redesign .main-nav .nav-quote:hover {
    border-color: var(--renew-blue);
    background: var(--renew-blue-soft);
    color: var(--renew-blue);
    box-shadow: none;
}

.site-redesign .main-nav .nav-cta:hover {
    border-color: var(--renew-blue);
    background: var(--renew-blue);
    box-shadow: none;
}

.site-redesign .main-nav .lang-link {
    margin-left: 5px;
    border: 0;
    background: var(--renew-soft);
    color: var(--renew-navy);
}

.site-redesign .menu-button {
    border-radius: 4px;
    border-color: rgba(23, 21, 65, .18);
    color: var(--renew-navy);
}

.site-redesign .hero {
    min-height: clamp(560px, calc(100svh - 132px), 720px);
    align-items: stretch;
    background: var(--renew-navy-deep);
    text-align: left;
}

.site-redesign .hero-carousel::after {
    display: none;
}

.site-redesign .hero-overlay {
    margin: 0;
    background: rgba(10, 10, 34, .58);
}

.site-redesign .hero-content-center {
    z-index: 2;
    display: flex;
    width: min(1180px, calc(100% - 40px));
    height: 100%;
    margin: 0 auto;
    padding: 96px 0 78px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
}

.site-redesign .hero-content-center::before {
    width: 64px;
    height: 4px;
    margin-bottom: 24px;
    background: var(--renew-blue);
    content: "";
}

.site-redesign .hero-content-center h1 {
    max-width: 880px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.1rem, 6.6vw, 6.2rem);
    font-weight: 800;
    line-height: .98;
}

.site-redesign .hero-content-center h1 span {
    color: #4b9cff;
}

.site-redesign .hero-content-center p {
    margin: 24px 0 30px;
    color: rgba(255, 255, 255, .8);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 600;
}

.site-redesign .hero-quote-button {
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid var(--renew-blue);
    border-radius: 4px;
    background: var(--renew-blue);
    box-shadow: 0 16px 34px rgba(7, 92, 255, .3);
}

.site-redesign .hero-quote-button::after {
    margin-left: 14px;
    content: "\2192";
}

.site-redesign .home-services {
    min-height: 0;
    padding: clamp(82px, 9vw, 128px) 20px;
    background: #fff;
}

.site-redesign .home-services-inner {
    display: grid;
    width: min(1180px, 100%);
    margin: 0 auto;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 24px 80px;
    text-align: left;
}

.site-redesign .services-pill,
.site-redesign .home-racks-pill,
.site-redesign .home-discover-pill,
.site-redesign .home-clients-pill {
    min-height: auto;
    margin: 0;
    padding: 2px 0 2px 14px;
    justify-self: start;
    border: 0;
    border-left: 3px solid var(--renew-blue);
    border-radius: 0;
    background: transparent;
    color: var(--renew-blue);
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.site-redesign .home-services h2 {
    margin: 6px 0 0;
    color: var(--renew-ink);
    font-size: clamp(2.4rem, 4.8vw, 4.5rem);
    line-height: 1;
    text-align: left;
}

.site-redesign .home-services h2 span {
    color: var(--renew-blue);
}

.site-redesign .services-lead {
    max-width: 520px;
    margin: 4px 0 0;
    color: var(--renew-ink);
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
}

.site-redesign .services-description {
    max-width: 530px;
    margin: 0;
    color: var(--renew-muted);
    line-height: 1.75;
    text-align: left;
}

.site-redesign .service-showcase-grid {
    display: grid;
    grid-column: 2;
    grid-row: 1 / span 4;
    margin: 0;
    border-top: 1px solid var(--renew-line);
    grid-template-columns: 1fr;
}

.site-redesign .service-showcase-item {
    display: grid;
    min-height: 126px;
    padding: 22px 4px;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    gap: 22px;
    border-bottom: 1px solid var(--renew-line);
    text-align: left;
}

.site-redesign .service-showcase-item:hover {
    transform: translateX(8px);
}

.site-redesign .service-showcase-icon {
    width: 58px;
    height: 58px;
}

.site-redesign .service-showcase-icon svg {
    width: 50px;
    height: 50px;
    stroke-width: 3.5;
}

.site-redesign .service-showcase-item h3 {
    font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.site-redesign .home-racks {
    display: block;
    padding: clamp(82px, 9vw, 126px) max(20px, calc((100% - 1180px) / 2));
    background: var(--renew-soft);
}

.site-redesign .home-racks-heading,
.site-redesign .home-racks .rack-grid {
    width: min(1180px, 100%);
}

.site-redesign .home-racks-heading {
    margin-bottom: 42px;
    text-align: left;
}

.site-redesign .home-racks-heading h2,
.site-redesign .home-discover-heading h2,
.site-redesign .home-clients-heading h2 {
    margin: 18px 0 8px;
    font-size: clamp(2.5rem, 4.6vw, 4.4rem);
    line-height: 1;
    text-align: left;
}

.site-redesign .home-racks-heading p,
.site-redesign .home-discover-heading > p,
.site-redesign .home-clients-heading > p {
    color: var(--renew-muted);
    font-size: 1.12rem;
    font-weight: 600;
    text-align: left;
}

.site-redesign .home-rack-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
}

.site-redesign .home-rack-card {
    position: relative;
    display: block;
    min-height: 310px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    background: var(--renew-navy);
    box-shadow: none;
}

.site-redesign .home-rack-card:nth-child(-n+2) {
    min-height: 430px;
    grid-column: span 6;
}

.site-redesign .home-rack-card:nth-child(n+3) {
    grid-column: span 3;
}

.site-redesign .home-rack-card::after {
    position: absolute;
    inset: 35% 0 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent, rgba(7, 7, 28, .9));
    content: "";
    pointer-events: none;
}

.site-redesign .home-rack-card:hover {
    box-shadow: 0 18px 40px rgba(18, 18, 42, .2);
    transform: translateY(-3px);
}

.site-redesign .home-rack-image-link {
    position: absolute;
    inset: 0;
    border-radius: 0;
}

.site-redesign .home-rack-image-link img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}

.site-redesign .home-rack-card h3 {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 72px;
    left: 22px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.18rem, 2vw, 1.7rem);
    text-align: left;
}

.site-redesign .home-rack-cta {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 22px;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 4px;
    background: #fff;
    color: var(--renew-blue);
    box-shadow: none;
    font-size: .86rem;
}

.site-redesign .home-rack-cta span {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.site-redesign .home-discover {
    padding: clamp(86px, 9vw, 132px) max(20px, calc((100% - 1180px) / 2));
    border: 0;
    background: var(--renew-navy);
    color: #fff;
}

.site-redesign .home-discover-heading {
    width: min(1180px, 100%);
    margin: 0 auto 50px;
    text-align: left;
}

.site-redesign .home-discover-heading h2 {
    color: #fff;
}

.site-redesign .home-discover-heading h2 span {
    color: #55a3ff;
}

.site-redesign .home-discover-heading > p {
    color: rgba(255, 255, 255, .68);
}

.site-redesign .discover-layout {
    width: min(1180px, 100%);
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
    gap: clamp(44px, 6vw, 86px);
}

.site-redesign .discover-project-card,
.site-redesign .discover-feature-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.site-redesign .discover-project-card {
    padding: 0;
}

.site-redesign .discover-project-card img {
    aspect-ratio: 16 / 9;
    border-radius: 4px;
}

.site-redesign .discover-project-card h3 {
    margin: 24px 0 18px;
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
}

.site-redesign .discover-project-card ul,
.site-redesign .discover-project-card > p {
    color: rgba(255, 255, 255, .68);
}

.site-redesign .discover-feature-list {
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.site-redesign .discover-feature-card {
    min-height: 170px;
    padding: 26px 0;
    grid-template-columns: 70px minmax(0, 1fr);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.site-redesign .discover-feature-card:hover {
    border-color: rgba(255, 255, 255, .16);
    box-shadow: none;
    transform: translateX(8px);
}

.site-redesign .discover-feature-icon {
    width: 56px;
    height: 56px;
    color: #55a3ff;
}

.site-redesign .discover-feature-icon svg {
    width: 52px;
    height: 52px;
    stroke-width: 3.5;
}

.site-redesign .discover-feature-card h3 {
    color: #fff;
}

.site-redesign .discover-feature-card p {
    color: rgba(255, 255, 255, .62);
}

.site-redesign .home-clients {
    padding: clamp(78px, 8vw, 116px) 0;
    border: 0;
    background: #fff;
}

.site-redesign .home-clients-heading {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto 54px;
    text-align: left;
}

.site-redesign .home-clients-heading h2 span {
    color: var(--renew-blue);
}

.site-redesign .clients-marquee {
    border-top: 1px solid var(--renew-line);
    border-bottom: 1px solid var(--renew-line);
    padding: 22px 0;
}

.site-redesign .client-logo {
    height: 112px;
}

.site-redesign .home-quote {
    min-height: 720px;
    padding: clamp(76px, 9vw, 118px) max(20px, calc((100% - 1180px) / 2));
    place-items: center;
    background-position: center;
}

.site-redesign .home-quote::before {
    background: rgba(15, 13, 45, .78);
}

.site-redesign .home-quote-inner {
    display: grid;
    width: min(1180px, 100%);
    grid-template-columns: minmax(280px, .72fr) minmax(500px, 1.28fr);
    align-items: center;
    gap: clamp(48px, 7vw, 96px);
}

.site-redesign .home-quote-heading {
    margin: 0;
    text-align: left;
}

.site-redesign .home-quote-pill {
    min-height: auto;
    margin: 0 0 22px;
    padding: 2px 0 2px 14px;
    border: 0;
    border-left: 3px solid #55a3ff;
    border-radius: 0;
    color: #75b7ff;
    font-size: .78rem;
    text-transform: uppercase;
}

.site-redesign .home-quote-heading h2 {
    font-size: clamp(2.6rem, 4.8vw, 4.8rem);
    line-height: 1;
}

.site-redesign .home-quote-heading p {
    margin-top: 22px;
    line-height: 1.65;
}

.site-redesign .home-quote-form {
    gap: 18px;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 4px;
    background: rgba(10, 10, 34, .52);
    box-shadow: 0 28px 70px rgba(5, 5, 24, .3);
}

.site-redesign .home-quote-form input,
.site-redesign .home-quote-form select,
.site-redesign .home-quote-form textarea {
    border-radius: 3px;
}

.site-redesign .home-quote-submit {
    border-radius: 4px;
}

.site-redesign .coming-soon-page::before {
    background: rgba(15, 13, 45, .78);
}

.site-redesign .coming-soon-service {
    border-radius: 4px;
}

.site-redesign .coming-soon-content h1 {
    letter-spacing: 0;
}

.site-redesign .page-hero {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-right: max(20px, calc((100% - 1180px) / 2));
    padding-left: max(20px, calc((100% - 1180px) / 2));
    background: var(--renew-navy);
    color: #fff;
}

.site-redesign .page-hero h1,
.site-redesign .page-hero p {
    color: #fff;
}

.site-redesign .page-hero .kicker,
.site-redesign .page-hero .back-link {
    color: #75b7ff;
}

.site-redesign .section:not(.home-services):not(.home-racks):not(.home-discover):not(.home-clients) {
    width: min(1180px, calc(100% - 40px));
}

.site-redesign .rack-card,
.site-redesign .feature-panel,
.site-redesign .form-card,
.site-redesign .contact-card,
.site-redesign .service-card {
    border-radius: 4px;
    box-shadow: 0 12px 32px rgba(20, 20, 50, .07);
}

.site-redesign .button {
    border-radius: 4px;
}

.site-redesign .site-footer {
    padding: 38px max(20px, calc((100% - 1180px) / 2));
    background: #0d0c25;
}

.site-redesign .whatsapp-float {
    border-radius: 4px;
}

@media (max-width: 1120px) {
    .site-redesign .menu-button {
        display: inline-grid;
        place-items: center;
    }

    .site-redesign .main-nav {
        position: absolute;
        top: 66px;
        right: 14px;
        left: 14px;
        display: none;
        max-height: calc(100vh - 82px);
        padding: 12px;
        overflow-y: auto;
        flex-direction: column;
        align-items: stretch;
        border: 1px solid var(--renew-line);
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 22px 60px rgba(17, 15, 53, .18);
    }

    .site-redesign .main-nav.is-open {
        display: flex;
    }

    .site-redesign .main-nav a,
    .site-redesign .main-nav .nav-quote,
    .site-redesign .main-nav .nav-cta,
    .site-redesign .main-nav .lang-link {
        width: 100%;
        margin: 0;
        justify-content: space-between;
    }
}

/* v43: visible confirmation after a successful form submission. */
.submission-toast {
    position: fixed;
    top: 94px;
    right: 24px;
    z-index: 1200;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 36px;
    width: min(440px, calc(100vw - 32px));
    padding: 18px;
    gap: 14px;
    align-items: center;
    border: 1px solid rgba(23, 21, 65, .12);
    border-left: 5px solid #075cff;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(23, 21, 65, .22);
    color: #171541;
    animation: submissionToastIn .48s cubic-bezier(.2, .8, .2, 1) both;
}

.submission-toast::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(90deg, #075cff, #37c978);
    content: "";
}

.submission-toast-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: #e9f9f0;
    color: #16864b;
    font-size: 1.35rem;
    font-weight: 800;
}

.submission-toast-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.submission-toast-copy strong {
    font-size: 1rem;
    line-height: 1.25;
}

.submission-toast-copy > span {
    color: #626b7c;
    font-size: .9rem;
    line-height: 1.5;
}

.submission-toast button {
    display: grid;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #f0f3f8;
    color: #4c5567;
    cursor: pointer;
    font: 400 1.45rem/1 Arial, sans-serif;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.submission-toast button:hover,
.submission-toast button:focus-visible {
    background: #171541;
    color: #fff;
    transform: rotate(5deg);
}

.submission-toast.is-leaving {
    animation: submissionToastOut .34s ease both;
}

@keyframes submissionToastIn {
    from {
        opacity: 0;
        transform: translate3d(34px, -12px, 0) scale(.97);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes submissionToastOut {
    to {
        opacity: 0;
        transform: translate3d(28px, 0, 0) scale(.98);
    }
}

@media (max-width: 640px) {
    .submission-toast {
        top: auto;
        right: 14px;
        bottom: 18px;
        left: 14px;
        width: auto;
        grid-template-columns: 42px minmax(0, 1fr) 34px;
        padding: 15px 14px;
        gap: 11px;
    }

    .submission-toast-icon {
        width: 42px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .submission-toast,
    .submission-toast.is-leaving {
        animation-duration: .01ms;
    }
}

@media (max-width: 820px) {
    .site-redesign .home-services-inner,
    .site-redesign .discover-layout,
    .site-redesign .home-quote-inner {
        grid-template-columns: 1fr;
    }

    .site-redesign .service-showcase-grid {
        grid-column: 1;
        grid-row: auto;
        margin-top: 24px;
    }

    .site-redesign .home-rack-card:nth-child(-n+2),
    .site-redesign .home-rack-card:nth-child(n+3) {
        min-height: 330px;
        grid-column: span 6;
    }

    .site-redesign .discover-layout {
        gap: 52px;
    }

    .site-redesign .home-quote-inner {
        gap: 42px;
    }

    .site-redesign .home-quote-heading {
        max-width: 640px;
    }
}

@media (max-width: 560px) {
    .site-redesign .site-header {
        min-height: 68px;
        padding: 8px 14px;
    }

    .site-redesign .brand-logo {
        width: min(210px, 64vw);
        max-height: 46px;
    }

    .site-redesign .main-nav {
        top: 62px;
    }

    .site-redesign .hero {
        min-height: min(680px, calc(100svh - 112px));
    }

    .site-redesign .hero-content-center {
        width: calc(100% - 32px);
        padding: 72px 0 58px;
    }

    .site-redesign .hero-content-center h1 {
        max-width: 100%;
        font-size: clamp(2.15rem, 10.6vw, 3rem);
        overflow-wrap: anywhere;
    }

    .site-redesign .home-services,
    .site-redesign .home-racks,
    .site-redesign .home-discover {
        padding-top: 72px;
        padding-bottom: 78px;
    }

    .site-redesign .home-racks-heading h2,
    .site-redesign .home-discover-heading h2,
    .site-redesign .home-clients-heading h2 {
        font-size: clamp(2.35rem, 12vw, 3.2rem);
    }

    .site-redesign .home-rack-card:nth-child(-n+2),
    .site-redesign .home-rack-card:nth-child(n+3) {
        min-height: 320px;
        grid-column: span 12;
    }

    .site-redesign .discover-feature-card {
        min-height: 150px;
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 16px;
    }

    .site-redesign .discover-feature-icon,
    .site-redesign .discover-feature-icon svg {
        width: 48px;
        height: 48px;
    }

    .site-redesign .home-clients-heading {
        margin-bottom: 38px;
    }

    .site-redesign .home-quote {
        padding: 70px 16px 76px;
    }

    .site-redesign .home-quote-form {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .site-redesign .home-quote-submit {
        grid-column: auto;
        width: 100%;
    }

    .site-redesign .coming-soon-content h1 {
        font-size: clamp(2.5rem, 13vw, 3.6rem);
    }
}

/* v27: IRM 3PL service page */
.site-redesign.page-3pl .site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    min-height: 112px;
    padding-top: 18px;
    padding-bottom: 28px;
    border: 0;
    background: linear-gradient(180deg, rgba(8, 7, 30, .92) 0%, rgba(8, 7, 30, .62) 56%, rgba(8, 7, 30, 0) 100%);
    box-shadow: none;
    backdrop-filter: none;
}

.site-redesign.page-3pl .brand-logo {
    width: clamp(250px, 21vw, 330px);
    max-height: 64px;
}

.threepl-hero {
    position: relative;
    display: grid;
    min-height: clamp(680px, 100svh, 860px);
    overflow: hidden;
    place-items: end center;
    background: var(--renew-navy-deep);
    color: #fff;
}

.threepl-hero > img,
.threepl-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.threepl-hero > img {
    object-fit: cover;
    object-position: center;
}

.threepl-hero-overlay {
    background: rgba(8, 8, 30, .66);
}

.threepl-hero-content {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 40px));
    padding: 190px 0 92px;
}

.threepl-kicker,
.threepl-section-heading > p {
    margin: 0 0 20px;
    padding-left: 14px;
    border-left: 3px solid #55a3ff;
    color: #75b7ff;
    font-size: .8rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.threepl-hero h1 {
    max-width: 920px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.3rem, 6.2vw, 6.1rem);
    line-height: .98;
}

.threepl-hero-content > p:not(.threepl-kicker) {
    max-width: 720px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    line-height: 1.6;
}

.threepl-hero-actions {
    display: flex;
    margin-top: 34px;
    flex-wrap: wrap;
    gap: 12px;
}

.threepl-hero-actions .button {
    min-height: 52px;
    padding: 0 22px;
    gap: 0;
    border: 1px solid var(--renew-blue);
    border-radius: 13px;
    background: var(--renew-blue);
    color: #fff;
    box-shadow: 0 16px 34px rgba(7, 92, 255, .3);
}

.threepl-hero-actions .button::before {
    display: none;
}

.threepl-hero-actions .button::after {
    width: auto;
    height: auto;
    margin-left: 14px;
    border-radius: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.threepl-hero-actions .button:hover {
    border-color: #1268ff;
    background: #1268ff;
    box-shadow: 0 20px 40px rgba(7, 92, 255, .4);
    transform: translateY(-3px);
}

.threepl-hero-actions .button:hover::after {
    background: transparent;
    transform: translateX(3px);
}

.threepl-services,
.threepl-process {
    position: relative;
    padding: clamp(88px, 9vw, 132px) max(20px, calc((100% - 1180px) / 2));
    overflow: hidden;
}

.threepl-services {
    background: #fff;
}

.threepl-services::before,
.threepl-process::before {
    position: absolute;
    top: 0;
    left: 0;
    width: min(40vw, 560px);
    height: 9px;
    background: var(--renew-blue);
    content: "";
}

.threepl-section-heading {
    width: min(780px, 100%);
    margin-bottom: 52px;
}

.threepl-section-heading h2,
.threepl-control-content h2,
.threepl-closing h2 {
    margin: 0;
    font-size: clamp(2.5rem, 4.8vw, 4.7rem);
    line-height: 1;
}

.threepl-section-heading > span {
    display: block;
    max-width: 700px;
    margin-top: 22px;
    color: var(--renew-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.threepl-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.threepl-service-item {
    position: relative;
    min-height: 310px;
    padding: 82px 24px 28px;
    overflow: hidden;
    border: 1px solid var(--renew-line);
    border-radius: 8px;
    background: var(--renew-soft);
    transition: border-color .3s ease, background .3s ease, box-shadow .3s ease, transform .3s ease;
}

.threepl-service-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: var(--renew-blue);
    content: "";
    transform: scaleX(.18);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1);
}

.threepl-service-item:hover {
    border-color: rgba(7, 92, 255, .25);
    background: #fff;
    box-shadow: 0 20px 42px rgba(23, 21, 65, .1);
    transform: translateY(-7px);
}

.threepl-service-item:hover::before {
    transform: scaleX(1);
}

.threepl-service-number {
    position: absolute;
    top: 22px;
    left: 24px;
    color: var(--renew-blue);
    font-size: 1.55rem;
    font-weight: 850;
}

.threepl-service-item h3 {
    margin: 0 0 18px;
    font-size: 1.35rem;
    line-height: 1.15;
}

.threepl-service-item p {
    margin: 0;
    color: var(--renew-muted);
    line-height: 1.7;
}

.threepl-metrics {
    position: relative;
    padding: clamp(92px, 10vw, 142px) max(20px, calc((100% - 1180px) / 2));
    overflow: hidden;
    background: #f5f6f8;
}

.threepl-metrics::before {
    position: absolute;
    top: 0;
    right: 0;
    width: min(32vw, 430px);
    height: 9px;
    background: var(--renew-navy);
    content: "";
}

.threepl-metrics h2 {
    margin: 0 0 clamp(70px, 8vw, 106px);
    color: var(--renew-navy);
    font-size: clamp(2.4rem, 4.4vw, 4.2rem);
    line-height: 1;
    text-align: center;
}

.threepl-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: clamp(24px, 4vw, 62px);
    row-gap: clamp(68px, 8vw, 104px);
}

.threepl-metrics-grid article {
    position: relative;
    min-height: 174px;
    text-align: center;
    transition: transform .3s ease;
}

.threepl-metrics-grid article:hover {
    transform: translateY(-7px);
}

.threepl-metric-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 27px;
    place-items: center;
    color: var(--renew-navy);
    transition: color .3s ease, transform .3s ease;
}

.threepl-metric-icon svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.threepl-metrics-grid article:hover .threepl-metric-icon {
    color: var(--renew-blue);
    transform: scale(1.08);
}

.threepl-metrics-grid h3 {
    margin: 0 auto 8px;
    max-width: 245px;
    color: #111326;
    font-size: 1.04rem;
    font-weight: 750;
    line-height: 1.35;
}

.threepl-metrics-grid p {
    margin: 0;
    color: #697086;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.page-3pl .threepl-metrics-grid article[data-reveal] {
    transform: translateY(48px) scale(.9);
}

.page-3pl .threepl-metrics-grid article[data-reveal].is-visible {
    transform: translate(0, 0) scale(1);
}

.page-3pl .threepl-metrics-grid article[data-reveal].is-visible .threepl-metric-icon svg {
    animation: threeplMetricIconIn .72s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes threeplMetricIconIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.78);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.threepl-control {
    display: grid;
    min-height: 760px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    background: var(--renew-soft);
}

.threepl-control-image {
    min-height: 640px;
    overflow: hidden;
}

.threepl-control-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.threepl-control-content {
    padding: clamp(72px, 8vw, 120px) max(28px, calc((100vw - 1180px) / 2));
    align-self: center;
}

.threepl-control-content .threepl-kicker {
    color: var(--renew-blue);
}

.threepl-control-intro {
    max-width: 650px;
    margin: 24px 0 34px;
    color: var(--renew-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.threepl-capability-list {
    border-top: 1px solid rgba(23, 21, 65, .12);
}

.threepl-capability-list article {
    display: grid;
    padding: 21px 0;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    border-bottom: 1px solid rgba(23, 21, 65, .12);
}

.threepl-capability-list article > span {
    color: var(--renew-blue);
    font-weight: 850;
}

.threepl-capability-list h3,
.threepl-capability-list p {
    margin: 0;
}

.threepl-capability-list h3 {
    margin-bottom: 5px;
    font-size: 1.08rem;
}

.threepl-capability-list p {
    color: var(--renew-muted);
    line-height: 1.55;
}

.threepl-process {
    background: #fff;
}

.threepl-process::before {
    right: 0;
    left: auto;
    background: var(--renew-navy);
}

.threepl-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--renew-line);
}

.threepl-process-grid article {
    position: relative;
    min-height: 250px;
    padding: 30px 26px;
    border-right: 1px solid var(--renew-line);
}

.threepl-process-grid article:last-child {
    border-right: 0;
}

.threepl-process-grid span {
    color: var(--renew-blue);
    font-size: 2rem;
    font-weight: 850;
}

.threepl-process-grid h3 {
    margin: 50px 0 13px;
    font-size: 1.3rem;
}

.threepl-process-grid p {
    margin: 0;
    color: var(--renew-muted);
    line-height: 1.65;
}

.threepl-closing {
    display: grid;
    min-height: 620px;
    padding: clamp(86px, 9vw, 130px) max(20px, calc((100% - 1180px) / 2));
    place-items: center start;
    background: var(--renew-navy);
    color: #fff;
}

.threepl-closing > div {
    width: min(850px, 100%);
}

.threepl-closing h2 {
    color: #fff;
}

.threepl-closing > div > p:not(.threepl-kicker) {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 1.1rem;
    line-height: 1.7;
}

.page-3pl .threepl-service-item[data-reveal] {
    transform: translateY(54px) scale(.96);
}

.page-3pl .threepl-control-image[data-reveal] {
    transform: translateX(-58px) scale(.98);
}

.page-3pl .threepl-control-content [data-reveal] {
    transform: translateX(48px);
}

.page-3pl [data-reveal].is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0) scale(1);
}

@media (max-width: 1080px) {
    .threepl-service-grid,
    .threepl-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .threepl-metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .threepl-process-grid article:nth-child(2) {
        border-right: 0;
    }

    .threepl-process-grid article:nth-child(-n+2) {
        border-bottom: 1px solid var(--renew-line);
    }

    .threepl-control {
        grid-template-columns: 1fr;
    }

    .threepl-control-image {
        min-height: 480px;
    }
}

@media (max-width: 1120px) {
    .site-redesign.page-3pl .site-header {
        min-height: 98px;
        padding-top: 14px;
        padding-bottom: 22px;
    }

    .site-redesign.page-3pl .main-nav {
        top: 88px;
    }
}

@media (max-width: 620px) {
    .site-redesign.page-3pl .site-header {
        min-height: 88px;
        padding: 10px 14px 20px;
    }

    .site-redesign.page-3pl .brand-logo {
        width: min(230px, 65vw);
        max-height: 52px;
    }

    .site-redesign.page-3pl .main-nav {
        top: 78px;
    }

    .threepl-hero {
        min-height: 760px;
    }

    .threepl-hero-content {
        width: calc(100% - 32px);
        padding: 150px 0 64px;
    }

    .threepl-hero h1 {
        font-size: clamp(2.55rem, 12vw, 3.5rem);
        overflow-wrap: anywhere;
    }

    .threepl-hero-actions,
    .threepl-hero-actions .button {
        width: 100%;
    }

    .threepl-service-grid,
    .threepl-process-grid {
        grid-template-columns: 1fr;
    }

    .threepl-metrics {
        padding: 76px 20px 84px;
    }

    .threepl-metrics h2 {
        margin-bottom: 58px;
        font-size: clamp(2.25rem, 11vw, 3.2rem);
    }

    .threepl-metrics-grid {
        column-gap: 18px;
        row-gap: 52px;
    }

    .threepl-metrics-grid article {
        min-height: 184px;
    }

    .threepl-metric-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 22px;
    }

    .threepl-metrics-grid h3 {
        font-size: .96rem;
    }

    .threepl-service-item {
        min-height: 250px;
    }

    .threepl-control-image {
        min-height: 330px;
    }

    .threepl-control-content {
        padding: 68px 20px;
    }

    .threepl-process-grid article,
    .threepl-process-grid article:nth-child(2),
    .threepl-process-grid article:last-child {
        min-height: 220px;
        border-right: 0;
        border-bottom: 1px solid var(--renew-line);
    }

    .threepl-process-grid article:last-child {
        border-bottom: 0;
    }

    .threepl-process-grid h3 {
        margin-top: 30px;
    }

    .threepl-closing {
        min-height: 580px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-redesign *,
    .site-redesign *::before,
    .site-redesign *::after {
        scroll-behavior: auto !important;
    }
}

/* v23: continuous, tactile navigation and scroll rhythm */
.site-redesign .site-header {
    min-height: 82px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgba(255, 255, 255, .1);
    background: rgba(15, 13, 45, .97);
    box-shadow: 0 16px 36px rgba(10, 9, 35, .2);
}

.site-redesign .brand {
    display: inline-flex;
    min-height: 56px;
    padding: 4px 0;
    align-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.site-redesign .brand-logo {
    width: clamp(180px, 16vw, 228px);
    max-height: 42px;
    filter: brightness(0) invert(1);
    animation: logoWhiteIntro 1.35s cubic-bezier(.16, 1, .3, 1) .18s both;
}

.site-redesign .main-nav {
    gap: 5px;
}

.site-redesign .main-nav a {
    position: relative;
    border-radius: 11px;
    color: rgba(255, 255, 255, .72);
}

.site-redesign .main-nav a:not(.nav-3pl):not(.nav-quote):not(.nav-cta):not(.lang-link)::after {
    position: absolute;
    right: 11px;
    bottom: 5px;
    left: 11px;
    height: 2px;
    border-radius: 2px;
    background: #55a3ff;
    content: "";
    opacity: 0;
    transform: scaleX(.35);
    transition: opacity .25s ease, transform .25s ease;
}

.site-redesign .main-nav a:hover,
.site-redesign .main-nav .is-active {
    background: rgba(255, 255, 255, .09);
    color: #fff;
}

.site-redesign .main-nav a:hover::after,
.site-redesign .main-nav .is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.site-redesign .main-nav .nav-quote,
.site-redesign .main-nav .nav-cta {
    min-height: 46px;
    border-radius: 14px;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.site-redesign .main-nav .nav-quote {
    border-color: rgba(255, 255, 255, .36);
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.site-redesign .main-nav .nav-cta {
    border-color: var(--renew-blue);
    background: var(--renew-blue);
    box-shadow: 0 10px 26px rgba(7, 92, 255, .3);
}

.site-redesign .main-nav .nav-quote::after,
.site-redesign .main-nav .nav-cta::after {
    width: 27px;
    height: 27px;
    border-radius: 9px;
}

.site-redesign .main-nav .nav-quote:hover,
.site-redesign .main-nav .nav-cta:hover {
    color: #fff;
    transform: translateY(-2px);
}

.site-redesign .main-nav .nav-quote:hover {
    border-color: rgba(255, 255, 255, .62);
    background: rgba(255, 255, 255, .17);
}

.site-redesign .main-nav .nav-cta:hover {
    background: #2874ff;
    box-shadow: 0 14px 32px rgba(7, 92, 255, .4);
}

.site-redesign .main-nav .lang-link {
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 11px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.site-redesign .menu-button {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.site-redesign .menu-button:hover,
.site-redesign .menu-button.is-open {
    border-color: #55a3ff;
    background: var(--renew-blue);
    transform: rotate(4deg);
}

.site-redesign .hero {
    min-height: clamp(570px, calc(100svh - 118px), 740px);
}

.site-redesign .hero::after {
    position: absolute;
    right: max(24px, calc((100% - 1180px) / 2));
    bottom: 28px;
    z-index: 4;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 50%;
    color: #fff;
    content: "\2193";
    font-size: 1.2rem;
    animation: scrollCue 2s ease-in-out infinite;
}

.site-redesign .hero-quote-button,
.site-redesign .home-rack-cta,
.site-redesign .home-quote-submit,
.site-redesign .button {
    border-radius: 13px;
}

.site-redesign .home-services {
    position: relative;
    padding-top: clamp(108px, 11vw, 154px);
    overflow: hidden;
    background:
        linear-gradient(90deg, transparent 0 49.92%, rgba(23, 21, 65, .045) 49.92% 50.08%, transparent 50.08%),
        #fff;
}

.site-redesign .home-services::before {
    position: absolute;
    top: 0;
    left: 0;
    width: min(34vw, 480px);
    height: 9px;
    background: var(--renew-blue);
    content: "";
}

.site-redesign .service-showcase-grid {
    border-top: 0;
    gap: 14px;
}

.site-redesign .service-showcase-item {
    position: relative;
    min-height: 132px;
    padding: 24px 70px 24px 24px;
    border: 1px solid rgba(23, 21, 65, .09);
    border-radius: 18px;
    background: rgba(244, 246, 249, .76);
    box-shadow: 0 14px 34px rgba(23, 21, 65, .06);
    overflow: hidden;
}

.site-redesign .service-showcase-item::after {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(7, 92, 255, .22);
    content: "0" counter(service-item);
    counter-increment: service-item;
    font-size: 1.3rem;
    font-weight: 850;
}

.site-redesign .service-showcase-grid {
    counter-reset: service-item;
}

.site-redesign .service-showcase-item:hover {
    border-color: rgba(7, 92, 255, .26);
    background: #fff;
    box-shadow: 0 20px 44px rgba(23, 21, 65, .11);
    transform: translateX(10px) translateY(-2px);
}

.site-redesign .home-racks {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(23, 21, 65, .06);
    background:
        repeating-linear-gradient(90deg, transparent 0 119px, rgba(23, 21, 65, .035) 119px 120px),
        var(--renew-soft);
}

.site-redesign .home-racks::before {
    position: absolute;
    top: 0;
    right: 0;
    width: min(23vw, 330px);
    height: 9px;
    background: var(--renew-navy);
    content: "";
}

.site-redesign .home-rack-grid {
    gap: 18px;
}

.site-redesign .home-rack-card {
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(17, 16, 46, .12);
}

.site-redesign .home-rack-card:nth-child(4),
.site-redesign .home-rack-card:nth-child(6) {
    margin-top: 26px;
}

.site-redesign .home-rack-card img {
    transition: transform .8s cubic-bezier(.16, 1, .3, 1), filter .45s ease;
}

.site-redesign .home-rack-card:hover img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.055);
}

.site-redesign .home-rack-cta {
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: 0 9px 24px rgba(8, 8, 30, .2);
}

.site-redesign .home-discover {
    position: relative;
    overflow: hidden;
}

.site-redesign .home-discover::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
    width: 1px;
    background: rgba(255, 255, 255, .08);
    content: "";
}

.site-redesign .discover-project-card img {
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
    box-shadow: 0 24px 56px rgba(3, 3, 21, .28);
}

.site-redesign .discover-feature-list {
    border-top: 0;
    gap: 14px;
}

.site-redesign .discover-feature-card {
    min-height: 154px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
}

.site-redesign .discover-feature-card:hover {
    border-color: rgba(85, 163, 255, .4);
    background: rgba(255, 255, 255, .075);
    transform: translateX(8px);
}

.site-redesign .home-clients {
    position: relative;
    overflow: hidden;
    background: var(--renew-soft);
}

.site-redesign .home-clients::before {
    position: absolute;
    top: 0;
    left: 0;
    width: min(58vw, 820px);
    height: 9px;
    background: var(--renew-blue);
    content: "";
}

.site-redesign .clients-marquee {
    padding: 30px 0;
    border-color: rgba(23, 21, 65, .1);
    background: #fff;
    box-shadow: 0 18px 42px rgba(23, 21, 65, .06);
}

.site-redesign .home-quote-form {
    border-radius: 22px;
    background: rgba(10, 10, 34, .7);
    backdrop-filter: blur(12px);
}

.site-redesign .home-quote-form input,
.site-redesign .home-quote-form select,
.site-redesign .home-quote-form textarea {
    border-radius: 11px;
}

.site-redesign .whatsapp-float {
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(8, 8, 28, .2);
}

.site-redesign .scroll-progress {
    position: fixed;
    top: 50%;
    left: 13px;
    z-index: 80;
    width: 3px;
    height: min(34vh, 250px);
    overflow: hidden;
    border-radius: 3px;
    background: rgba(23, 21, 65, .16);
    transform: translateY(-50%);
    pointer-events: none;
}

.site-redesign .scroll-progress span {
    display: block;
    width: 100%;
    height: calc(var(--page-progress, 0) * 100%);
    border-radius: inherit;
    background: var(--renew-blue);
    transition: height .12s linear;
}

.site-redesign .home-services-inner > [data-reveal] {
    transform: translateX(-52px);
}

.site-redesign .service-showcase-item[data-reveal],
.site-redesign .discover-feature-card[data-reveal] {
    transform: translateX(58px);
}

.site-redesign .home-racks-heading [data-reveal],
.site-redesign .home-discover-heading [data-reveal],
.site-redesign .home-clients-heading [data-reveal] {
    transform: translateX(-46px);
}

.site-redesign .home-rack-card[data-reveal] {
    transform: translateY(58px) scale(.94);
}

.site-redesign .discover-project-card[data-reveal] {
    transform: translateX(-58px) scale(.97);
}

.site-redesign .clients-marquee[data-reveal] {
    transform: translateY(34px) scaleX(.94);
}

.site-redesign [data-reveal].is-visible,
.site-redesign .home-services-inner > [data-reveal].is-visible,
.site-redesign .service-showcase-item[data-reveal].is-visible,
.site-redesign .discover-feature-card[data-reveal].is-visible,
.site-redesign .home-racks-heading [data-reveal].is-visible,
.site-redesign .home-discover-heading [data-reveal].is-visible,
.site-redesign .home-clients-heading [data-reveal].is-visible,
.site-redesign .home-rack-card[data-reveal].is-visible,
.site-redesign .discover-project-card[data-reveal].is-visible,
.site-redesign .clients-marquee[data-reveal].is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0) scale(1);
}

@keyframes scrollCue {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(7px); }
}

@keyframes logoWhiteIntro {
    from {
        opacity: 0;
        filter: brightness(0) invert(1) blur(4px);
        transform: translateX(-18px) scale(.96);
    }
    to {
        opacity: 1;
        filter: brightness(0) invert(1) blur(0);
        transform: translateX(0) scale(1);
    }
}

@media (max-width: 1120px) {
    .site-redesign .main-nav {
        top: 81px;
        right: 10px;
        left: 10px;
        padding: 16px;
        gap: 7px;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 0 0 24px 24px;
        background: rgba(15, 13, 45, .98);
        box-shadow: 0 26px 55px rgba(6, 5, 27, .34);
        backdrop-filter: blur(16px);
    }

    .site-redesign .main-nav.is-open {
        animation: mobileMenuIn .42s cubic-bezier(.16, 1, .3, 1) both;
    }

    .site-redesign .main-nav a,
    .site-redesign .main-nav .nav-quote,
    .site-redesign .main-nav .nav-cta,
    .site-redesign .main-nav .lang-link {
        min-height: 48px;
        padding-right: 15px;
        padding-left: 15px;
        border-radius: 13px;
        color: rgba(255, 255, 255, .82);
    }

    .site-redesign .main-nav a:not(.nav-3pl):not(.nav-quote):not(.nav-cta):not(.lang-link)::before {
        width: 7px;
        height: 7px;
        margin-right: 12px;
        flex: 0 0 auto;
        border: 1px solid rgba(85, 163, 255, .8);
        border-radius: 50%;
        content: "";
    }

    .site-redesign .main-nav a:not(.nav-3pl):not(.nav-quote):not(.nav-cta):not(.lang-link) {
        justify-content: flex-start;
    }

    .site-redesign .main-nav .nav-quote,
    .site-redesign .main-nav .nav-cta {
        justify-content: space-between;
    }

    .site-redesign .main-nav .lang-link {
        justify-content: center;
    }

    .site-redesign .main-nav a:not(.nav-3pl):not(.nav-quote):not(.nav-cta):not(.lang-link)::after {
        display: none;
    }

    .site-redesign .main-nav .is-active {
        background: rgba(7, 92, 255, .22);
        color: #fff;
    }

    .site-redesign .main-nav .is-active::before {
        border-color: #55a3ff;
        background: #55a3ff;
        box-shadow: 0 0 0 5px rgba(85, 163, 255, .12);
    }
}

@media (max-width: 560px) {
    .site-redesign .site-header {
        min-height: 74px;
        padding: 8px 12px;
    }

    .site-redesign .brand {
        min-height: 50px;
        padding: 4px 0;
        border-radius: 0;
    }

    .site-redesign .brand-logo {
        width: min(184px, 56vw);
        max-height: 38px;
    }

    .site-redesign .menu-button {
        width: 46px;
        height: 46px;
    }

    .site-redesign .main-nav {
        top: 73px;
        right: 6px;
        left: 6px;
        max-height: calc(100svh - 80px);
        padding: 13px;
        border-radius: 0 0 21px 21px;
    }

    .site-redesign .hero::after {
        right: 16px;
        bottom: 18px;
        width: 42px;
        height: 42px;
    }

    .site-redesign .home-services {
        background: #fff;
    }

    .site-redesign .service-showcase-item {
        min-height: 112px;
        padding: 20px 52px 20px 18px;
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
        border-radius: 15px;
    }

    .site-redesign .home-rack-card:nth-child(4),
    .site-redesign .home-rack-card:nth-child(6) {
        margin-top: 0;
    }

    .site-redesign .discover-feature-card {
        border-radius: 15px;
    }

    .site-redesign .scroll-progress {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 0;
        background: rgba(23, 21, 65, .14);
        transform: none;
    }

    .site-redesign .scroll-progress span {
        width: calc(var(--page-progress, 0) * 100%);
        height: 100%;
        transition: width .12s linear;
    }
}

@keyframes mobileMenuIn {
    from {
        opacity: 0;
        transform: translateY(-14px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-redesign .hero::after,
    .site-redesign .main-nav.is-open {
        animation: none;
    }
}

/* v25: navigation integrated into the home photography */
.site-redesign.page-home .site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    min-height: 112px;
    padding-top: 18px;
    padding-bottom: 28px;
    border: 0;
    background: linear-gradient(180deg, rgba(8, 7, 30, .92) 0%, rgba(8, 7, 30, .62) 56%, rgba(8, 7, 30, 0) 100%);
    box-shadow: none;
    backdrop-filter: none;
}

.site-redesign.page-home .brand-logo {
    width: clamp(250px, 21vw, 330px);
    max-height: 64px;
}

.site-redesign.page-home .hero {
    min-height: clamp(650px, 100svh, 820px);
}

.site-redesign.page-home .hero-content-center {
    padding-top: 164px;
}

@media (max-width: 1120px) {
    .site-redesign.page-home .site-header {
        min-height: 98px;
        padding-top: 14px;
        padding-bottom: 22px;
    }

    .site-redesign.page-home .main-nav {
        top: 88px;
    }
}

@media (max-width: 560px) {
    .site-redesign.page-home .site-header {
        min-height: 88px;
        padding: 10px 14px 20px;
    }

    .site-redesign.page-home .brand-logo {
        width: min(230px, 65vw);
        max-height: 52px;
    }

    .site-redesign.page-home .main-nav {
        top: 78px;
    }

    .site-redesign.page-home .hero {
        min-height: min(760px, 100svh);
    }

    .site-redesign.page-home .hero-content-center {
        padding-top: 138px;
    }
}

/* v31: complete industrial racks catalog */
.site-redesign.page-racks .site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    min-height: 112px;
    padding-top: 18px;
    padding-bottom: 28px;
    border: 0;
    background: linear-gradient(180deg, rgba(8, 7, 30, .92) 0%, rgba(8, 7, 30, .62) 56%, rgba(8, 7, 30, 0) 100%);
    box-shadow: none;
    backdrop-filter: none;
}

.site-redesign.page-racks .brand-logo {
    width: clamp(250px, 21vw, 330px);
    max-height: 64px;
}

.page-racks .racks-page-hero {
    position: relative;
    min-height: clamp(680px, 100svh, 820px);
    overflow: hidden;
    background: var(--renew-navy);
    color: #fff;
}

.page-racks .racks-page-hero > img,
.page-racks .racks-page-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-racks .racks-page-hero > img {
    object-fit: cover;
    object-position: center 46%;
    filter: saturate(.86) contrast(1.08);
}

.page-racks .racks-page-hero-overlay {
    background:
        linear-gradient(90deg, rgba(9, 8, 36, .94) 0%, rgba(9, 8, 36, .78) 47%, rgba(9, 8, 36, .28) 100%),
        linear-gradient(0deg, rgba(9, 8, 36, .44), transparent 52%);
}

.page-racks .racks-page-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(1180px, calc(100% - 40px));
    min-height: inherit;
    margin: 0 auto;
    padding: clamp(164px, 14vw, 200px) 0 clamp(92px, 9vw, 132px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.page-racks .racks-page-kicker {
    position: relative;
    margin: 0 0 26px;
    padding-left: 18px;
    color: #75b7ff;
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.page-racks .racks-page-kicker::before {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 0;
    width: 3px;
    background: var(--renew-blue);
    content: "";
}

.page-racks .racks-page-hero h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(3.4rem, 7vw, 6.9rem);
    line-height: .94;
}

.page-racks .racks-page-hero-content > p:not(.racks-page-kicker) {
    max-width: 760px;
    margin: 28px 0 34px;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(1.04rem, 1.65vw, 1.28rem);
    line-height: 1.65;
}

.page-racks .racks-catalog {
    position: relative;
    padding: clamp(94px, 10vw, 142px) max(20px, calc((100% - 1180px) / 2));
    overflow: hidden;
    background: var(--renew-soft);
}

.page-racks .racks-catalog::before {
    position: absolute;
    top: 0;
    left: 0;
    width: min(34vw, 480px);
    height: 9px;
    background: var(--renew-blue);
    content: "";
}

.page-racks .racks-catalog-heading {
    margin-bottom: clamp(52px, 6vw, 78px);
    text-align: center;
}

.page-racks .racks-catalog-heading > span {
    display: inline-flex;
    min-height: 42px;
    margin-bottom: 24px;
    padding: 0 20px;
    align-items: center;
    border: 2px solid var(--renew-blue);
    border-radius: 999px;
    color: var(--renew-blue);
    font-size: .88rem;
}

.page-racks .racks-catalog-heading h2 {
    margin: 0;
    color: var(--renew-navy);
    font-size: clamp(2.6rem, 5vw, 5rem);
    line-height: 1;
}

.page-racks .racks-catalog-heading h2 strong {
    color: var(--renew-blue);
}

.page-racks .racks-catalog-heading p {
    margin: 16px 0 0;
    color: var(--renew-muted);
    font-size: 1.16rem;
}

.page-racks .racks-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.page-racks .racks-catalog-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(23, 21, 65, .1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(23, 21, 65, .09);
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.page-racks .racks-catalog-card:hover {
    border-color: rgba(7, 92, 255, .28);
    box-shadow: 0 24px 52px rgba(23, 21, 65, .15);
    transform: translateY(-8px);
}

.page-racks .racks-catalog-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #e8ebf1;
}

.page-racks .racks-catalog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .45s ease, transform .8s cubic-bezier(.16, 1, .3, 1);
}

.page-racks .racks-catalog-card:hover .racks-catalog-image img {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.055);
}

.page-racks .racks-catalog-image > span {
    position: absolute;
    top: 16px;
    left: 16px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 12px;
    background: rgba(12, 10, 48, .78);
    color: #fff;
    font-size: .82rem;
    font-weight: 850;
    backdrop-filter: blur(10px);
}

.page-racks .racks-catalog-content {
    display: flex;
    min-height: 320px;
    padding: 26px;
    flex: 1;
    flex-direction: column;
}

.page-racks .racks-catalog-content h3 {
    margin: 0 0 15px;
    color: var(--renew-navy);
    font-size: 1.38rem;
    line-height: 1.2;
}

.page-racks .racks-catalog-content > p {
    margin: 0;
    color: var(--renew-muted);
    line-height: 1.66;
}

.page-racks .racks-catalog-actions {
    display: flex;
    margin-top: auto;
    padding-top: 28px;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.page-racks .racks-catalog-more {
    display: inline-flex;
    min-height: 46px;
    padding: 0 4px;
    align-items: center;
    gap: 8px;
    color: var(--renew-navy);
    font-size: .86rem;
    font-weight: 850;
    text-decoration: none;
}

.page-racks .racks-catalog-more span {
    color: var(--renew-blue);
    transition: transform .25s ease;
}

.page-racks .racks-catalog-more:hover span {
    transform: translateX(3px);
}

.page-racks .racks-catalog-quote,
.page-racks .racks-advisor-button {
    display: inline-flex;
    min-height: 48px;
    padding: 0 10px 0 17px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid var(--renew-blue);
    border-radius: 13px;
    background: var(--renew-blue);
    color: #fff;
    font-size: .86rem;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 12px 27px rgba(7, 92, 255, .28);
    transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.page-racks .racks-catalog-quote span,
.page-racks .racks-advisor-button span {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 9px;
    background: rgba(255, 255, 255, .14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
    transition: transform .25s ease;
}

.page-racks .racks-catalog-quote:hover,
.page-racks .racks-advisor-button:hover {
    background: #2874ff;
    box-shadow: 0 16px 34px rgba(7, 92, 255, .38);
    transform: translateY(-3px);
}

.page-racks .racks-catalog-quote:hover span,
.page-racks .racks-advisor-button:hover span {
    transform: translateX(3px);
}

.page-racks .racks-closing {
    display: grid;
    min-height: 590px;
    padding: clamp(88px, 9vw, 130px) max(20px, calc((100% - 1180px) / 2));
    place-items: center start;
    background: var(--renew-navy);
    color: #fff;
}

.page-racks .racks-closing > div {
    width: min(900px, 100%);
}

.page-racks .racks-closing h2 {
    max-width: 880px;
    margin: 0;
    font-size: clamp(2.7rem, 5.2vw, 5.2rem);
    line-height: 1;
}

.page-racks .racks-closing > div > p:not(.racks-page-kicker) {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 1.08rem;
    line-height: 1.7;
}

.page-racks .racks-closing-actions {
    display: flex;
    margin-top: 34px;
    flex-wrap: wrap;
    gap: 12px;
}

.page-racks .racks-advisor-button {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .1);
    box-shadow: none;
}

.page-racks .racks-advisor-button:hover {
    border-color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .18);
    box-shadow: none;
}

.page-racks .racks-catalog-heading [data-reveal] {
    transform: translateY(34px);
}

.page-racks .racks-catalog-card[data-reveal] {
    transform: translateY(56px) scale(.95);
}

.page-racks [data-reveal].is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0) scale(1);
}

@media (max-width: 980px) {
    .page-racks .racks-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1120px) {
    .site-redesign.page-racks .site-header {
        min-height: 98px;
        padding-top: 14px;
        padding-bottom: 22px;
    }

    .site-redesign.page-racks .main-nav {
        top: 88px;
    }
}

@media (max-width: 620px) {
    .site-redesign.page-racks .site-header {
        min-height: 88px;
        padding: 10px 14px 20px;
    }

    .site-redesign.page-racks .brand-logo {
        width: min(230px, 65vw);
        max-height: 52px;
    }

    .site-redesign.page-racks .main-nav {
        top: 78px;
    }

    .page-racks .racks-page-hero {
        min-height: 780px;
    }

    .page-racks .racks-page-hero-overlay {
        background: linear-gradient(90deg, rgba(9, 8, 36, .94), rgba(9, 8, 36, .65));
    }

    .page-racks .racks-page-hero-content {
        width: calc(100% - 32px);
        padding: 142px 0 78px;
    }

    .page-racks .racks-page-hero h1 {
        font-size: clamp(2.65rem, 11.4vw, 3.4rem);
        overflow-wrap: normal;
    }

    .page-racks .racks-catalog {
        padding: 78px 16px 90px;
    }

    .page-racks .racks-catalog-grid {
        grid-template-columns: 1fr;
    }

    .page-racks .racks-catalog-content {
        min-height: 300px;
        padding: 24px 22px;
    }

    .page-racks .racks-catalog-actions,
    .page-racks .racks-catalog-quote {
        width: 100%;
    }

    .page-racks .racks-catalog-more {
        min-height: 40px;
    }

    .page-racks .racks-closing {
        min-height: 620px;
    }

    .page-racks .racks-closing-actions,
    .page-racks .racks-closing-actions > a {
        width: 100%;
    }
}

/* v33: cleaner rack cards with layered scroll reveals */
.page-racks .racks-catalog-content {
    min-height: 215px;
}

.page-racks .racks-catalog-title {
    color: inherit;
    text-decoration: none;
}

.page-racks .racks-catalog-title h3 {
    transition: color .25s ease, transform .35s ease;
}

.page-racks .racks-catalog-title:hover h3 {
    color: var(--renew-blue);
    transform: translateX(4px);
}

.page-racks .racks-catalog-card[data-reveal] {
    opacity: 0;
    filter: blur(6px);
    transform-origin: center bottom;
    transition:
        opacity .72s ease var(--reveal-delay, 0ms),
        filter .72s ease var(--reveal-delay, 0ms),
        transform 1s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay, 0ms),
        border-color .35s ease,
        box-shadow .35s ease;
}

.page-racks .racks-catalog-card:nth-child(3n+1)[data-reveal] {
    transform: translate(-58px, 76px) rotate(-1.4deg) scale(.92);
}

.page-racks .racks-catalog-card:nth-child(3n+2)[data-reveal] {
    transform: translateY(60px) rotateX(6deg) scale(.94);
}

.page-racks .racks-catalog-card:nth-child(3n)[data-reveal] {
    transform: translate(58px, 76px) rotate(1.4deg) scale(.92);
}

.page-racks .racks-catalog-card .racks-catalog-image {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.05s cubic-bezier(.16, 1, .3, 1) calc(var(--reveal-delay, 0ms) + 120ms);
}

.page-racks .racks-catalog-card:nth-child(even) .racks-catalog-image {
    clip-path: inset(0 0 0 100%);
}

.page-racks .racks-catalog-card .racks-catalog-image img {
    filter: saturate(.55) contrast(1.08);
    transform: scale(1.14);
    transition:
        filter .8s ease calc(var(--reveal-delay, 0ms) + 180ms),
        transform 1.2s cubic-bezier(.16, 1, .3, 1) calc(var(--reveal-delay, 0ms) + 140ms);
}

.page-racks .racks-catalog-card .racks-catalog-content h3,
.page-racks .racks-catalog-card .racks-catalog-content > p {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity .55s ease calc(var(--reveal-delay, 0ms) + 290ms),
        transform .72s cubic-bezier(.16, 1, .3, 1) calc(var(--reveal-delay, 0ms) + 290ms),
        color .25s ease;
}

.page-racks .racks-catalog-card .racks-catalog-content > p {
    transition-delay: calc(var(--reveal-delay, 0ms) + 380ms);
}

.page-racks .racks-catalog-card[data-reveal].is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0) rotate(0) rotateX(0) scale(1);
}

.page-racks .racks-catalog-card[data-reveal].is-visible .racks-catalog-image {
    clip-path: inset(0);
}

.page-racks .racks-catalog-card[data-reveal].is-visible .racks-catalog-image img {
    filter: saturate(1) contrast(1.02);
    transform: scale(1);
}

.page-racks .racks-catalog-card[data-reveal].is-visible .racks-catalog-content h3,
.page-racks .racks-catalog-card[data-reveal].is-visible .racks-catalog-content > p {
    opacity: 1;
    transform: translateY(0);
}

.page-racks .racks-catalog-card[data-reveal].is-visible .racks-catalog-title:hover h3 {
    color: var(--renew-blue);
    transform: translateX(4px);
}

.page-racks .racks-catalog-card[data-reveal].is-visible:hover {
    border-color: rgba(7, 92, 255, .28);
    box-shadow: 0 26px 56px rgba(23, 21, 65, .16);
    transform: translateY(-10px) scale(1.01);
}

.page-racks .racks-catalog-card[data-reveal].is-visible:hover .racks-catalog-image img {
    filter: saturate(1.1) contrast(1.04);
    transform: scale(1.06);
}

@media (max-width: 620px) {
    .page-racks .racks-catalog-content {
        min-height: 226px;
    }

    .page-racks .racks-catalog-card:nth-child(n)[data-reveal] {
        transform: translateY(76px) rotateX(6deg) scale(.93);
    }

    .page-racks .racks-catalog-card:nth-child(n)[data-reveal].is-visible {
        transform: translateY(0) rotateX(0) scale(1);
    }
}

/* v34: complete About page */
body.page-nosotros {
    overflow-x: hidden;
}

.site-redesign.page-nosotros .site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    min-height: 112px;
    padding-top: 18px;
    padding-bottom: 28px;
    border: 0;
    background: linear-gradient(180deg, rgba(8, 7, 30, .92) 0%, rgba(8, 7, 30, .62) 56%, rgba(8, 7, 30, 0) 100%);
    box-shadow: none;
    backdrop-filter: none;
}

.site-redesign.page-nosotros .brand-logo {
    width: clamp(250px, 21vw, 330px);
    max-height: 64px;
}

.page-nosotros .about-page-hero {
    position: relative;
    min-height: clamp(680px, 100svh, 840px);
    overflow: hidden;
    background: var(--renew-navy-deep);
    color: #fff;
}

.page-nosotros .about-page-hero > img,
.page-nosotros .about-page-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-nosotros .about-page-hero > img {
    object-fit: cover;
    object-position: center 45%;
    filter: saturate(.72) contrast(1.08);
    transform: scale(1.02);
    animation: aboutHeroScale 8s cubic-bezier(.16, 1, .3, 1) both;
}

.page-nosotros .about-page-hero-overlay {
    background:
        linear-gradient(90deg, rgba(9, 8, 36, .95) 0%, rgba(9, 8, 36, .79) 48%, rgba(9, 8, 36, .22) 100%),
        linear-gradient(0deg, rgba(9, 8, 36, .48), transparent 55%);
}

.page-nosotros .about-page-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(1180px, calc(100% - 40px));
    min-height: inherit;
    margin: 0 auto;
    padding: clamp(166px, 14vw, 210px) 0 clamp(88px, 8vw, 120px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.page-nosotros .about-page-kicker,
.page-nosotros .about-section-kicker {
    margin: 0 0 22px;
    padding-left: 15px;
    border-left: 3px solid #4b9cff;
    color: #72b4ff;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-nosotros .about-page-hero h1 {
    max-width: 920px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.15rem, 6.2vw, 6.1rem);
    font-weight: 820;
    line-height: .99;
}

.page-nosotros .about-page-hero-content > p:not(.about-page-kicker) {
    max-width: 710px;
    margin: 28px 0 34px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1.05rem, 1.7vw, 1.3rem);
    line-height: 1.65;
}

.page-nosotros .about-hero-actions,
.page-nosotros .about-closing-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.page-nosotros .about-secondary-button {
    display: inline-flex;
    min-height: 52px;
    padding: 0 19px 0 22px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 4px;
    background: rgba(255, 255, 255, .07);
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
    text-decoration: none;
    transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.page-nosotros .about-secondary-button span {
    color: #72b4ff;
    font-size: 1.2rem;
    transition: transform .25s ease;
}

.page-nosotros .about-secondary-button:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .14);
    transform: translateY(-2px);
}

.page-nosotros .about-secondary-button:hover span {
    transform: translateX(4px);
}

.page-nosotros .about-story {
    display: grid;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(92px, 10vw, 148px) 0;
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
    gap: clamp(52px, 8vw, 116px);
}

.page-nosotros .about-mission {
    position: relative;
}

.page-nosotros .about-mission::after {
    position: absolute;
    right: calc(50% - 50vw);
    bottom: 0;
    left: calc(50% - 50vw);
    height: 1px;
    background: var(--renew-line);
    content: "";
}

.page-nosotros .about-vision {
    grid-template-columns: minmax(350px, .92fr) minmax(0, 1.08fr);
}

.page-nosotros .about-story-image {
    position: relative;
    min-height: 500px;
    margin: 0;
    overflow: hidden;
    background: #dfe3eb;
}

.page-nosotros .about-story-image::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .25);
    content: "";
    pointer-events: none;
}

.page-nosotros .about-story-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    filter: saturate(.75) contrast(1.06);
    transform: scale(1.12);
    transition: filter 1s ease, transform 1.4s cubic-bezier(.16, 1, .3, 1);
}

.page-nosotros .about-story-image figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    min-width: 128px;
    min-height: 58px;
    padding: 0 18px;
    align-items: center;
    justify-content: space-between;
    background: var(--renew-blue);
    color: #fff;
    font-size: .77rem;
    font-weight: 850;
}

.page-nosotros .about-story-image figcaption span {
    color: rgba(255, 255, 255, .72);
}

.page-nosotros .about-story-copy h2,
.page-nosotros .about-services-heading h2 {
    margin: 0;
    color: var(--renew-navy);
    font-size: clamp(2.65rem, 5vw, 5rem);
    font-weight: 820;
    line-height: 1.04;
}

.page-nosotros .about-story-copy > p:not(.about-section-kicker) {
    margin: 30px 0 0;
    color: var(--renew-muted);
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
    line-height: 1.85;
}

.page-nosotros .about-section-kicker {
    color: var(--renew-blue);
}

.page-nosotros .about-services-section {
    padding: clamp(96px, 10vw, 150px) 20px;
    overflow: hidden;
    background: var(--renew-soft);
}

.page-nosotros .about-services-heading {
    display: grid;
    width: min(1180px, 100%);
    margin: 0 auto clamp(58px, 7vw, 92px);
    align-items: end;
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
    gap: 70px;
}

.page-nosotros .about-services-heading > p {
    margin: 0 0 6px;
    color: var(--renew-muted);
    font-size: 1.06rem;
    line-height: 1.75;
}

.page-nosotros .about-services-layout {
    display: grid;
    width: min(1180px, 100%);
    margin: 0 auto;
    grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr);
    gap: clamp(42px, 6vw, 84px);
}

.page-nosotros .about-services-image {
    min-height: 680px;
    margin: 0;
    overflow: hidden;
}

.page-nosotros .about-services-image img {
    width: 100%;
    height: 100%;
    min-height: 680px;
    object-fit: cover;
    object-position: 43% center;
    filter: saturate(.68) contrast(1.08);
    transform: scale(1.1);
    transition: filter 1s ease, transform 1.4s cubic-bezier(.16, 1, .3, 1);
}

.page-nosotros .about-services-list {
    display: grid;
    align-content: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #cfd5df;
}

.page-nosotros .about-service-item {
    position: relative;
    display: grid;
    min-height: 146px;
    padding: 26px 26px 26px 0;
    align-content: start;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    border-bottom: 1px solid #cfd5df;
}

.page-nosotros .about-service-item:nth-child(odd) {
    padding-right: 34px;
    border-right: 1px solid #cfd5df;
}

.page-nosotros .about-service-item:nth-child(even) {
    padding-left: 34px;
}

.page-nosotros .about-service-item > span {
    color: var(--renew-blue);
    font-size: .78rem;
    font-weight: 850;
}

.page-nosotros .about-service-item h3 {
    margin: 0;
    color: var(--renew-navy);
    font-size: clamp(1rem, 1.3vw, 1.14rem);
    font-weight: 750;
    line-height: 1.45;
}

.page-nosotros .about-closing {
    position: relative;
    display: grid;
    min-height: 620px;
    padding: 90px 20px;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(8, 7, 31, .96), rgba(12, 18, 65, .84)),
        url("../img/about-vision.webp") center 54% / cover no-repeat;
    color: #fff;
    text-align: center;
}

.page-nosotros .about-closing::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 20%, rgba(44, 126, 255, .18) 100%);
    content: "";
}

.page-nosotros .about-closing-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
}

.page-nosotros .about-closing .about-page-kicker {
    display: inline-block;
    padding: 0 0 8px;
    border: 0;
    border-bottom: 3px solid #4b9cff;
}

.page-nosotros .about-closing h2 {
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: 1;
}

.page-nosotros .about-closing-content > p:not(.about-page-kicker) {
    max-width: 680px;
    margin: 26px auto 34px;
    color: rgba(255, 255, 255, .75);
    font-size: 1.12rem;
    line-height: 1.7;
}

.page-nosotros .about-closing-actions {
    justify-content: center;
}

.page-nosotros .about-story-image[data-reveal],
.page-nosotros .about-services-image[data-reveal] {
    opacity: 0;
    filter: blur(6px);
    transform: translateX(-40px);
    transition:
        opacity .7s ease var(--reveal-delay, 0ms),
        filter .7s ease var(--reveal-delay, 0ms),
        transform 1s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay, 0ms);
}

.page-nosotros .about-vision .about-story-image[data-reveal] {
    transform: translateX(40px);
}

.page-nosotros .about-story-image[data-reveal].is-visible,
.page-nosotros .about-services-image[data-reveal].is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.page-nosotros .about-story-image[data-reveal].is-visible img,
.page-nosotros .about-services-image[data-reveal].is-visible img {
    filter: saturate(.94) contrast(1.05);
    transform: scale(1);
}

.page-nosotros .about-story-copy [data-reveal],
.page-nosotros .about-services-heading [data-reveal],
.page-nosotros .about-service-item[data-reveal] {
    opacity: 0;
    filter: blur(4px);
    transform: translateY(42px);
    transition:
        opacity .65s ease var(--reveal-delay, 0ms),
        filter .65s ease var(--reveal-delay, 0ms),
        transform .85s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay, 0ms);
}

.page-nosotros .about-story-copy [data-reveal].is-visible,
.page-nosotros .about-services-heading [data-reveal].is-visible,
.page-nosotros .about-service-item[data-reveal].is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.page-nosotros .about-closing[data-reveal-section] .about-closing-content {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(54px) scale(.96);
    transition: opacity .75s ease, filter .75s ease, transform 1s cubic-bezier(.16, 1, .3, 1);
}

.page-nosotros .about-closing[data-reveal-section].is-visible .about-closing-content {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
}

@keyframes aboutHeroScale {
    from { transform: scale(1.12); }
    to { transform: scale(1.02); }
}

@media (max-width: 980px) {
    .page-nosotros .about-story,
    .page-nosotros .about-vision,
    .page-nosotros .about-services-heading,
    .page-nosotros .about-services-layout {
        grid-template-columns: 1fr;
    }

    .page-nosotros .about-vision .about-story-copy {
        order: 2;
    }

    .page-nosotros .about-vision .about-story-image {
        order: 1;
    }

    .page-nosotros .about-story-image,
    .page-nosotros .about-story-image img {
        min-height: 440px;
    }

    .page-nosotros .about-services-heading {
        gap: 28px;
    }

    .page-nosotros .about-services-image,
    .page-nosotros .about-services-image img {
        min-height: 480px;
    }
}

@media (max-width: 1120px) {
    .site-redesign.page-nosotros .site-header {
        min-height: 98px;
        padding-top: 14px;
        padding-bottom: 22px;
    }

    .site-redesign.page-nosotros .main-nav {
        top: 88px;
    }
}

@media (max-width: 620px) {
    .site-redesign.page-nosotros .site-header {
        min-height: 88px;
        padding: 10px 14px 20px;
    }

    .site-redesign.page-nosotros .brand-logo {
        width: min(230px, 65vw);
        max-height: 52px;
    }

    .site-redesign.page-nosotros .main-nav {
        top: 78px;
    }

    .page-nosotros .about-page-hero {
        min-height: 790px;
    }

    .page-nosotros .about-page-hero-overlay {
        background: linear-gradient(90deg, rgba(9, 8, 36, .95), rgba(9, 8, 36, .61));
    }

    .page-nosotros .about-page-hero-content {
        width: calc(100% - 32px);
        padding: 148px 0 74px;
        justify-content: flex-end;
    }

    .page-nosotros .about-page-hero h1 {
        font-size: clamp(2.6rem, 11.3vw, 3.35rem);
        overflow-wrap: normal;
    }

    .page-nosotros .about-page-hero-content > p:not(.about-page-kicker) {
        margin: 22px 0 28px;
        font-size: 1rem;
        line-height: 1.58;
    }

    .page-nosotros .about-hero-actions,
    .page-nosotros .about-closing-actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .page-nosotros .about-hero-actions > a,
    .page-nosotros .about-closing-actions > a {
        width: 100%;
    }

    .page-nosotros .about-story {
        width: calc(100% - 32px);
        padding: 78px 0;
        gap: 42px;
    }

    .page-nosotros .about-story-image,
    .page-nosotros .about-story-image img {
        min-height: 330px;
    }

    .page-nosotros .about-story-image[data-reveal],
    .page-nosotros .about-vision .about-story-image[data-reveal],
    .page-nosotros .about-services-image[data-reveal] {
        transform: translateY(48px);
    }

    .page-nosotros .about-story-image[data-reveal].is-visible,
    .page-nosotros .about-vision .about-story-image[data-reveal].is-visible,
    .page-nosotros .about-services-image[data-reveal].is-visible {
        transform: translateY(0);
    }

    .page-nosotros .about-story-copy h2,
    .page-nosotros .about-services-heading h2 {
        font-size: clamp(2.45rem, 11vw, 3.2rem);
    }

    .page-nosotros .about-story-copy > p:not(.about-section-kicker) {
        margin-top: 22px;
        font-size: 1rem;
        line-height: 1.72;
    }

    .page-nosotros .about-services-section {
        padding: 78px 16px 90px;
    }

    .page-nosotros .about-services-image,
    .page-nosotros .about-services-image img {
        min-height: 380px;
    }

    .page-nosotros .about-services-list {
        grid-template-columns: 1fr;
    }

    .page-nosotros .about-service-item,
    .page-nosotros .about-service-item:nth-child(odd),
    .page-nosotros .about-service-item:nth-child(even) {
        min-height: 112px;
        padding: 24px 4px 24px 0;
        border-right: 0;
    }

    .page-nosotros .about-closing {
        min-height: 650px;
        padding: 82px 16px;
    }

    .page-nosotros .about-closing h2 {
        font-size: clamp(2.7rem, 12vw, 3.7rem);
    }
}

/* v38: complete Contact page */
body.page-contacto {
    overflow-x: hidden;
}

.site-redesign.page-contacto .site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    min-height: 112px;
    padding-top: 18px;
    padding-bottom: 28px;
    border: 0;
    background: linear-gradient(180deg, rgba(8, 7, 30, .94) 0%, rgba(8, 7, 30, .64) 56%, rgba(8, 7, 30, 0) 100%);
    box-shadow: none;
    backdrop-filter: none;
}

.site-redesign.page-contacto .brand-logo {
    width: clamp(250px, 21vw, 330px);
    max-height: 64px;
}

.page-contacto .contact-page-hero {
    position: relative;
    min-height: clamp(620px, 88svh, 760px);
    overflow: hidden;
    background: var(--renew-navy-deep);
    color: #fff;
}

.page-contacto .contact-page-hero > img,
.page-contacto .contact-page-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-contacto .contact-page-hero > img {
    object-fit: cover;
    object-position: center 48%;
    filter: saturate(.7) contrast(1.12);
    animation: contactHeroScale 8s cubic-bezier(.16, 1, .3, 1) both;
}

.page-contacto .contact-page-hero-overlay {
    background:
        linear-gradient(90deg, rgba(8, 7, 31, .96) 0%, rgba(8, 7, 31, .76) 50%, rgba(8, 7, 31, .28) 100%),
        linear-gradient(0deg, rgba(8, 7, 31, .56), transparent 58%);
}

.page-contacto .contact-page-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(1180px, calc(100% - 40px));
    min-height: inherit;
    margin: 0 auto;
    padding: clamp(166px, 14vw, 206px) 0 clamp(80px, 8vw, 112px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.page-contacto .contact-page-kicker,
.page-contacto .contact-section-kicker {
    margin: 0 0 22px;
    padding-left: 15px;
    border-left: 3px solid #4b9cff;
    color: #72b4ff;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-contacto .contact-page-hero h1 {
    max-width: 940px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.2rem, 6.2vw, 6.15rem);
    font-weight: 820;
    line-height: .99;
}

.page-contacto .contact-page-hero-content > p:not(.contact-page-kicker) {
    max-width: 700px;
    margin: 27px 0 32px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1.04rem, 1.7vw, 1.28rem);
    line-height: 1.65;
}

.page-contacto .contact-hero-link {
    display: inline-flex;
    min-height: 52px;
    padding: 0 21px;
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 13px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: .94rem;
    font-weight: 820;
    text-decoration: none;
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.page-contacto .contact-hero-link span {
    color: #72b4ff;
    font-size: 1.15rem;
}

.page-contacto .contact-hero-link:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .15);
    transform: translateY(-3px);
}

.page-contacto .contact-workspace {
    padding: clamp(96px, 10vw, 148px) 20px;
    background: var(--renew-soft);
}

.page-contacto .contact-page-heading {
    display: grid;
    width: min(1180px, 100%);
    margin: 0 auto clamp(58px, 7vw, 86px);
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
    gap: 76px;
}

.page-contacto .contact-section-kicker {
    color: var(--renew-blue);
}

.page-contacto .contact-page-heading h2 {
    margin: 0;
    color: var(--renew-navy);
    font-size: clamp(3rem, 5vw, 5.1rem);
    font-weight: 820;
    line-height: 1;
}

.page-contacto .contact-page-heading > p {
    margin: 0 0 6px;
    color: var(--renew-muted);
    font-size: 1.06rem;
    line-height: 1.75;
}

.page-contacto .contact-page-layout {
    display: grid;
    width: min(1180px, 100%);
    margin: 0 auto;
    align-items: stretch;
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
    gap: 24px;
}

.page-contacto .contact-page-form {
    padding: clamp(30px, 4vw, 52px);
    border: 1px solid rgba(23, 21, 65, .1);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(23, 21, 65, .09);
}

.page-contacto .contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 20px;
}

.page-contacto .contact-page-form label {
    display: grid;
    gap: 9px;
}

.page-contacto .contact-page-form label > span {
    color: #5f6572;
    font-size: .78rem;
    font-weight: 820;
    text-transform: uppercase;
}

.page-contacto .contact-page-form input,
.page-contacto .contact-page-form select,
.page-contacto .contact-page-form textarea {
    min-height: 56px;
    border: 1px solid #d5dae3;
    border-radius: 4px;
    background: #f8f9fb;
    color: var(--renew-ink);
    font-size: .98rem;
}

.page-contacto .contact-page-form input,
.page-contacto .contact-page-form select {
    padding-right: 15px;
    padding-left: 15px;
}

.page-contacto .contact-page-form input:focus,
.page-contacto .contact-page-form select:focus,
.page-contacto .contact-page-form textarea:focus {
    border-color: var(--renew-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(7, 92, 255, .09);
}

.page-contacto .contact-message-field {
    grid-column: 1 / -1;
}

.page-contacto .contact-message-field textarea {
    min-height: 178px;
    padding: 16px;
}

.page-contacto .contact-page-form .char-counter {
    color: #8b909b;
    font-size: .75rem;
    text-align: right;
}

.page-contacto .contact-form-footer {
    display: flex;
    margin-top: 28px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.page-contacto .contact-submit {
    flex: 0 0 auto;
    border-radius: 13px;
    cursor: pointer;
    font: inherit;
}

.page-contacto .contact-form-footer > p {
    max-width: 320px;
    margin: 0;
    color: #7a7f8b;
    font-size: .82rem;
    line-height: 1.55;
    text-align: right;
}

.page-contacto .contact-details {
    min-height: 100%;
    padding: clamp(32px, 4vw, 48px);
    border-radius: 6px;
    background: var(--renew-navy);
    color: #fff;
    box-shadow: 0 24px 60px rgba(23, 21, 65, .17);
}

.page-contacto .contact-details .contact-section-kicker {
    color: #72b4ff;
}

.page-contacto .contact-details h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(2.2rem, 3vw, 3.25rem);
}

.page-contacto .contact-details address {
    display: grid;
    margin: 0 0 38px;
    color: rgba(255, 255, 255, .74);
    font-size: 1rem;
    font-style: normal;
    line-height: 1.7;
}

.page-contacto .contact-detail-row {
    display: grid;
    padding: 19px 0;
    gap: 6px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.page-contacto .contact-detail-row > span {
    color: #72b4ff;
    font-size: .72rem;
    font-weight: 820;
    text-transform: uppercase;
}

.page-contacto .contact-detail-row a {
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 1rem;
    font-weight: 720;
    text-decoration: none;
}

.page-contacto .contact-whatsapp-button {
    display: inline-flex;
    min-height: 50px;
    margin-top: 24px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 13px;
    color: #fff;
    font-size: .92rem;
    font-weight: 820;
    text-decoration: none;
    transition: background .25s ease, transform .25s ease;
}

.page-contacto .contact-whatsapp-button:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateY(-2px);
}

.page-contacto .contact-map {
    position: relative;
    width: min(1180px, 100%);
    min-height: 380px;
    margin: 24px auto 0;
    overflow: hidden;
    border-radius: 6px;
    background: #dfe3eb;
    box-shadow: 0 18px 44px rgba(23, 21, 65, .1);
}

.page-contacto .contact-map iframe {
    display: block;
    width: 100%;
    height: 380px;
    border: 0;
    filter: grayscale(.2) saturate(.8);
}

.page-contacto .contact-map > a {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    min-height: 43px;
    padding: 0 15px;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 21, 65, .18);
    color: var(--renew-navy);
    font-size: .78rem;
    font-weight: 820;
    text-decoration: none;
}

.page-contacto .contact-page-form[data-reveal],
.page-contacto .contact-details[data-reveal],
.page-contacto .contact-map[data-reveal] {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(54px) scale(.97);
    transition:
        opacity .68s ease var(--reveal-delay, 0ms),
        filter .68s ease var(--reveal-delay, 0ms),
        transform .9s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay, 0ms);
}

.page-contacto .contact-page-form[data-reveal].is-visible,
.page-contacto .contact-details[data-reveal].is-visible,
.page-contacto .contact-map[data-reveal].is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
}

@keyframes contactHeroScale {
    from { transform: scale(1.1); }
    to { transform: scale(1); }
}

@media (max-width: 980px) {
    .page-contacto .contact-page-heading,
    .page-contacto .contact-page-layout {
        grid-template-columns: 1fr;
    }

    .page-contacto .contact-page-heading {
        gap: 28px;
    }

    .page-contacto .contact-details {
        min-height: 0;
    }

    .page-contacto .contact-map,
    .page-contacto .contact-map iframe {
        min-height: 400px;
        height: 400px;
    }
}

@media (max-width: 1120px) {
    .site-redesign.page-contacto .site-header {
        min-height: 98px;
        padding-top: 14px;
        padding-bottom: 22px;
    }

    .site-redesign.page-contacto .main-nav {
        top: 88px;
    }
}

@media (max-width: 620px) {
    .site-redesign.page-contacto .site-header {
        min-height: 88px;
        padding: 10px 14px 20px;
    }

    .site-redesign.page-contacto .brand-logo {
        width: min(230px, 65vw);
        max-height: 52px;
    }

    .site-redesign.page-contacto .main-nav {
        top: 78px;
    }

    .page-contacto .contact-page-hero {
        min-height: 760px;
    }

    .page-contacto .contact-page-hero-overlay {
        background: linear-gradient(90deg, rgba(8, 7, 31, .95), rgba(8, 7, 31, .58));
    }

    .page-contacto .contact-page-hero-content {
        width: calc(100% - 32px);
        padding: 146px 0 70px;
        justify-content: flex-end;
    }

    .page-contacto .contact-page-hero h1 {
        font-size: clamp(2.6rem, 11.3vw, 3.35rem);
        overflow-wrap: normal;
    }

    .page-contacto .contact-page-hero-content > p:not(.contact-page-kicker) {
        margin: 22px 0 27px;
        font-size: 1rem;
        line-height: 1.58;
    }

    .page-contacto .contact-hero-link {
        width: 100%;
        justify-content: space-between;
    }

    .page-contacto .contact-workspace {
        padding: 78px 16px 90px;
    }

    .page-contacto .contact-page-heading h2 {
        font-size: clamp(2.55rem, 12vw, 3.45rem);
    }

    .page-contacto .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .page-contacto .contact-page-form {
        padding: 24px 18px;
    }

    .page-contacto .contact-form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .page-contacto .contact-submit {
        width: 100%;
    }

    .page-contacto .contact-form-footer > p {
        max-width: none;
        text-align: left;
    }

    .page-contacto .contact-details {
        min-height: 0;
        padding: 32px 24px;
    }

    .page-contacto .contact-map,
    .page-contacto .contact-map iframe {
        min-height: 350px;
        height: 350px;
    }
}

/* v40: native fiscal information form */
body.page-facturacion {
    overflow-x: hidden;
}

.site-redesign.page-facturacion .site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    min-height: 112px;
    padding-top: 18px;
    padding-bottom: 28px;
    border: 0;
    background: linear-gradient(180deg, rgba(8, 7, 30, .94) 0%, rgba(8, 7, 30, .64) 56%, rgba(8, 7, 30, 0) 100%);
    box-shadow: none;
    backdrop-filter: none;
}

.site-redesign.page-facturacion .brand-logo {
    width: clamp(250px, 21vw, 330px);
    max-height: 64px;
}

.page-facturacion .billing-page-hero {
    position: relative;
    min-height: clamp(620px, 88svh, 760px);
    overflow: hidden;
    background: var(--renew-navy-deep);
    color: #fff;
}

.page-facturacion .billing-page-hero > img,
.page-facturacion .billing-page-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-facturacion .billing-page-hero > img {
    object-fit: cover;
    object-position: center 48%;
    filter: saturate(.66) contrast(1.12);
    animation: billingHeroScale 8s cubic-bezier(.16, 1, .3, 1) both;
}

.page-facturacion .billing-page-hero-overlay {
    background:
        linear-gradient(90deg, rgba(8, 7, 31, .96) 0%, rgba(8, 7, 31, .77) 50%, rgba(8, 7, 31, .3) 100%),
        linear-gradient(0deg, rgba(8, 7, 31, .56), transparent 58%);
}

.page-facturacion .billing-page-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(1180px, calc(100% - 40px));
    min-height: inherit;
    margin: 0 auto;
    padding: clamp(166px, 14vw, 206px) 0 clamp(80px, 8vw, 112px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.page-facturacion .billing-page-kicker,
.page-facturacion .billing-section-kicker {
    margin: 0 0 22px;
    padding-left: 15px;
    border-left: 3px solid #4b9cff;
    color: #72b4ff;
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.page-facturacion .billing-page-hero h1 {
    max-width: 880px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.25rem, 6.4vw, 6.3rem);
    font-weight: 820;
    line-height: .99;
}

.page-facturacion .billing-page-hero-content > p:not(.billing-page-kicker) {
    max-width: 720px;
    margin: 27px 0 32px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1.04rem, 1.7vw, 1.28rem);
    line-height: 1.65;
}

.page-facturacion .billing-hero-link {
    display: inline-flex;
    min-height: 52px;
    padding: 0 21px;
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 13px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: .94rem;
    font-weight: 820;
    text-decoration: none;
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.page-facturacion .billing-hero-link span {
    color: #72b4ff;
    font-size: 1.15rem;
}

.page-facturacion .billing-hero-link:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .15);
    transform: translateY(-3px);
}

.page-facturacion .billing-workspace {
    padding: clamp(96px, 10vw, 148px) 20px;
    background: var(--renew-soft);
}

.page-facturacion .billing-page-heading {
    width: min(960px, 100%);
    margin: 0 auto clamp(45px, 6vw, 72px);
    text-align: center;
}

.page-facturacion .billing-section-kicker {
    display: inline-block;
    padding: 0 0 8px;
    border: 0;
    border-bottom: 3px solid var(--renew-blue);
    color: var(--renew-blue);
}

.page-facturacion .billing-page-heading h2 {
    margin: 0;
    color: var(--renew-navy);
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 820;
    line-height: 1.04;
}

.page-facturacion .billing-page-heading > p:not(.billing-section-kicker) {
    max-width: 720px;
    margin: 24px auto 0;
    color: var(--renew-muted);
    font-size: 1.06rem;
    line-height: 1.75;
}

.page-facturacion .billing-notice {
    display: grid;
    width: min(1080px, 100%);
    margin: 0 auto 24px;
    padding: 28px 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    border-left: 5px solid var(--renew-blue);
    background: var(--renew-navy);
    color: #fff;
}

.page-facturacion .billing-notice p,
.page-facturacion .billing-notice strong {
    margin: 0;
    font-size: .94rem;
    line-height: 1.7;
}

.page-facturacion .billing-notice p {
    color: rgba(255, 255, 255, .75);
}

.page-facturacion .billing-page-form {
    width: min(1080px, 100%);
    margin: 0 auto;
    padding: clamp(30px, 5vw, 62px);
    border: 1px solid rgba(23, 21, 65, .1);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(23, 21, 65, .1);
}

.page-facturacion .billing-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.page-facturacion .billing-form-section {
    margin: 0;
    padding: 0;
    border: 0;
}

.page-facturacion .billing-form-section + .billing-form-section {
    margin-top: clamp(52px, 7vw, 82px);
    padding-top: clamp(44px, 6vw, 66px);
    border-top: 1px solid var(--renew-line);
}

.page-facturacion .billing-form-section legend {
    display: flex;
    width: 100%;
    margin: 0 0 32px;
    align-items: center;
    gap: 14px;
    color: var(--renew-navy);
    font-size: clamp(1.6rem, 2.6vw, 2.25rem);
    font-weight: 820;
}

.page-facturacion .billing-form-section legend span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    background: var(--renew-blue);
    color: #fff;
    font-size: .75rem;
}

.page-facturacion .billing-section-note {
    margin: -18px 0 30px 54px;
    color: var(--renew-muted);
    font-size: .93rem;
}

.page-facturacion .billing-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 20px;
}

.page-facturacion .billing-address-grid {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(150px, .6fr));
}

.page-facturacion .billing-field {
    display: grid;
    min-width: 0;
    align-content: start;
    gap: 9px;
}

.page-facturacion .billing-field-wide {
    grid-column: 1 / -1;
}

.page-facturacion .billing-street {
    grid-column: span 1;
}

.page-facturacion .billing-field > span,
.page-facturacion .billing-label {
    color: #5f6572;
    font-size: .78rem;
    font-weight: 820;
    text-transform: uppercase;
}

.page-facturacion .billing-field input,
.page-facturacion .billing-field select,
.page-facturacion .billing-field textarea {
    min-height: 56px;
    border: 1px solid #d5dae3;
    border-radius: 4px;
    background: #f8f9fb;
    color: var(--renew-ink);
    font-size: .96rem;
}

.page-facturacion .billing-field input,
.page-facturacion .billing-field select {
    padding-right: 15px;
    padding-left: 15px;
}

.page-facturacion .billing-field textarea {
    min-height: 150px;
    padding: 16px;
}

.page-facturacion .billing-field input:focus,
.page-facturacion .billing-field select:focus,
.page-facturacion .billing-field textarea:focus {
    border-color: var(--renew-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(7, 92, 255, .09);
}

.page-facturacion .billing-segmented {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.page-facturacion .billing-segmented label {
    position: relative;
    cursor: pointer;
}

.page-facturacion .billing-segmented input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.page-facturacion .billing-segmented label > span {
    display: flex;
    min-height: 54px;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5dae3;
    border-radius: 12px;
    background: #f8f9fb;
    color: var(--renew-muted);
    font-size: .9rem;
    font-weight: 750;
    text-align: center;
    transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.page-facturacion .billing-segmented input:checked + span {
    border-color: var(--renew-blue);
    background: var(--renew-blue-soft);
    box-shadow: inset 0 0 0 1px var(--renew-blue);
    color: var(--renew-blue);
}

.page-facturacion .billing-segmented input:focus-visible + span {
    outline: 3px solid rgba(7, 92, 255, .3);
    outline-offset: 2px;
}

.page-facturacion .billing-file-field input[type="file"] {
    padding: 10px;
    cursor: pointer;
}

.page-facturacion .billing-file-field input[type="file"]::file-selector-button {
    min-height: 34px;
    margin-right: 12px;
    padding: 0 13px;
    border: 0;
    border-radius: 8px;
    background: var(--renew-navy);
    color: #fff;
    font-weight: 750;
    cursor: pointer;
}

.page-facturacion .billing-file-field small,
.page-facturacion .billing-page-form .char-counter {
    color: #8b909b;
    font-size: .74rem;
}

.page-facturacion .billing-page-form .char-counter {
    text-align: right;
}

.page-facturacion .billing-form-footer {
    display: flex;
    margin-top: 40px;
    padding-top: 34px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-top: 1px solid var(--renew-line);
}

.page-facturacion .billing-submit {
    flex: 0 0 auto;
    border-radius: 13px;
    cursor: pointer;
    font: inherit;
}

.page-facturacion .billing-form-footer p {
    max-width: 400px;
    margin: 0;
    color: #7a7f8b;
    font-size: .82rem;
    line-height: 1.55;
    text-align: right;
}

.page-facturacion .billing-notice[data-reveal],
.page-facturacion .billing-page-form[data-reveal] {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(54px) scale(.98);
    transition:
        opacity .68s ease var(--reveal-delay, 0ms),
        filter .68s ease var(--reveal-delay, 0ms),
        transform .9s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay, 0ms);
}

.page-facturacion .billing-notice[data-reveal].is-visible,
.page-facturacion .billing-page-form[data-reveal].is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
}

@keyframes billingHeroScale {
    from { transform: scale(1.1); }
    to { transform: scale(1); }
}

@media (max-width: 1120px) {
    .site-redesign.page-facturacion .site-header {
        min-height: 98px;
        padding-top: 14px;
        padding-bottom: 22px;
    }

    .site-redesign.page-facturacion .main-nav {
        top: 88px;
    }
}

@media (max-width: 820px) {
    .page-facturacion .billing-notice,
    .page-facturacion .billing-form-grid,
    .page-facturacion .billing-address-grid {
        grid-template-columns: 1fr;
    }

    .page-facturacion .billing-street {
        grid-column: auto;
    }
}

@media (max-width: 620px) {
    .site-redesign.page-facturacion .site-header {
        min-height: 88px;
        padding: 10px 14px 20px;
    }

    .site-redesign.page-facturacion .brand-logo {
        width: min(230px, 65vw);
        max-height: 52px;
    }

    .site-redesign.page-facturacion .main-nav {
        top: 78px;
    }

    .page-facturacion .billing-page-hero {
        min-height: 760px;
    }

    .page-facturacion .billing-page-hero-overlay {
        background: linear-gradient(90deg, rgba(8, 7, 31, .95), rgba(8, 7, 31, .58));
    }

    .page-facturacion .billing-page-hero-content {
        width: calc(100% - 32px);
        padding: 146px 0 70px;
        justify-content: flex-end;
    }

    .page-facturacion .billing-page-hero h1 {
        font-size: clamp(2.65rem, 12vw, 3.5rem);
    }

    .page-facturacion .billing-page-hero-content > p:not(.billing-page-kicker) {
        margin: 22px 0 27px;
        font-size: 1rem;
        line-height: 1.58;
    }

    .page-facturacion .billing-hero-link {
        width: 100%;
        justify-content: space-between;
    }

    .page-facturacion .billing-workspace {
        padding: 78px 16px 90px;
    }

    .page-facturacion .billing-page-heading h2 {
        font-size: clamp(2.35rem, 10.5vw, 3.2rem);
    }

    .page-facturacion .billing-notice {
        padding: 24px 22px;
        gap: 18px;
    }

    .page-facturacion .billing-page-form {
        padding: 28px 18px;
    }

    .page-facturacion .billing-form-section legend {
        align-items: flex-start;
        font-size: 1.55rem;
    }

    .page-facturacion .billing-section-note {
        margin: -16px 0 26px;
    }

    .page-facturacion .billing-segmented,
    .page-facturacion .billing-segmented.compact {
        grid-template-columns: 1fr;
    }

    .page-facturacion .billing-form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .page-facturacion .billing-submit {
        width: 100%;
    }

    .page-facturacion .billing-form-footer p {
        max-width: none;
        text-align: left;
    }
}

/* v41: group 3PL with the primary menu actions. */
.site-redesign .main-nav .nav-3pl {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: 46px;
    gap: 9px;
    margin-left: 5px;
    padding: 0 9px 0 16px;
    border: 1px solid rgba(85, 163, 255, .58);
    border-radius: 14px;
    background: rgba(7, 92, 255, .16);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.site-redesign .main-nav .nav-3pl::before {
    position: absolute;
    inset: 1px;
    z-index: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, .13), transparent 68%);
    content: "";
    pointer-events: none;
}

.site-redesign .main-nav .nav-3pl::after {
    position: relative;
    z-index: 1;
    display: grid;
    width: 27px;
    height: 27px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 9px;
    background: rgba(85, 163, 255, .22);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
    color: #fff;
    content: "\2192";
    font-size: 1rem;
    line-height: 1;
    opacity: 1;
    transform: none;
    transition: transform .25s ease, background .25s ease;
}

.site-redesign .main-nav .nav-3pl:hover,
.site-redesign .main-nav .nav-3pl.is-active {
    border-color: rgba(111, 181, 255, .9);
    background: rgba(7, 92, 255, .36);
    box-shadow: 0 12px 28px rgba(7, 92, 255, .22), inset 0 1px 0 rgba(255, 255, 255, .16);
    color: #fff;
    transform: translateY(-2px);
}

.site-redesign .main-nav .nav-3pl:hover::after,
.site-redesign .main-nav .nav-3pl.is-active::after {
    background: rgba(255, 255, 255, .2);
    opacity: 1;
    transform: translateX(2px);
}

@media (max-width: 1120px) {
    .site-redesign .main-nav .nav-3pl,
    .site-redesign .main-nav .nav-quote,
    .site-redesign .main-nav .nav-cta {
        width: 100%;
        min-height: 52px;
        margin-left: 0;
        justify-content: space-between;
    }

    .site-redesign .main-nav .nav-3pl {
        margin-top: 5px;
        padding-right: 10px;
        padding-left: 16px;
        border-color: rgba(85, 163, 255, .58);
        background: rgba(7, 92, 255, .2);
    }
}
