    .aldi-clients-section *,
    .aldi-clients-section *::before,
    .aldi-clients-section *::after {
        box-sizing: border-box;
    }

    .aldi-clients-section {
        width: 100%;
        background: transparent;
        padding: 20px 0;
        margin: 0;
        position: relative;
    }

    .aldi-clients-container {
        max-width: 1450px;
        margin: 0 auto;
        padding: 10px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 1;
        width: 100%;
        box-sizing: border-box;
        background: none;
    }

    .aldi-clients-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    /* Animations for logos */
    @keyframes aldi-clients-appear {
        0% {
            opacity: 0;
            transform: translateY(30px) scale(0.8);
        }

        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    @keyframes aldi-clients-float {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-5px);
        }
    }

    @keyframes aldi-clients-ripple {
        0% {
            transform: scale(0);
            opacity: 0.8;
        }

        100% {
            transform: scale(2.5);
            opacity: 0;
        }
    }

    /* Client Logo styles */
    .aldi-clients-logo {
        width: 150px;
        height: 150px;
        border-radius: 24px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 0;
        animation: aldi-clients-appear 0.6s ease-out forwards;
    }

    .aldi-clients-logo::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
        transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 0;
        pointer-events: none;
    }

    .aldi-clients-logo:nth-child(odd) {
        animation: aldi-clients-appear 0.6s ease-out forwards, aldi-clients-float 4s ease-in-out infinite;
    }

    .aldi-clients-logo::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-radius: 26px;

        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: -1;
    }

    .aldi-clients-logo img {
        width: 70%;
        height: 70%;
        object-fit: contain;
        border-radius: 12px;
        transition: all 0.3s ease;
        filter: brightness(0.85) saturate(0.9);
    }

    .aldi-clients-logo:hover {
        transform: translateY(-8px) scale(1.1);

    }

    .aldi-clients-logo:hover::before {
        opacity: 1;
    }

    .aldi-clients-logo:hover::after {
        opacity: 1;
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }

    .aldi-clients-logo:hover img {
        transform: scale(1.1);
        filter: brightness(1.1) saturate(1.1);
    }

    /* ====== HW Testimonials Section 5 (depoimentos carrossel) ====== */
    .hw-t5-section {
        background: radial-gradient(circle at 30% 20%, rgba(30, 60, 62, 0.98), rgba(17, 44, 46, 0.99) 45%, rgba(13, 35, 37, 0.78) 100%);
        position: relative;
        z-index: 2;
        padding: 50px 0 60px;
        border-radius: 20px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.04);
        mix-blend-mode: multiply;
    }

    .hw-t5-container {
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .hw-t5-sec-title {
        margin-bottom: 40px;
        padding-bottom: 15px;
        position: relative;
        text-align: center;
    }

    .hw-t5-sec-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background: rgba(255, 255, 255, 0.5);
    }

    .hw-t5-heading {
        font-size: clamp(1.8rem, 4vw, 2.6rem);
        font-weight: 800;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 8px;
    }

    .hw-t5-subtitle {
        font-size: 1rem;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.85);
        margin: 0;
    }

    .hw-t5-viewport {
        overflow: hidden;
        margin: 0 -10px;
        padding: 0 10px;
        cursor: grab;
        touch-action: pan-y pinch-zoom;
        user-select: none;
    }

    .hw-t5-viewport.hw-t5-viewport--dragging {
        cursor: grabbing;
    }

    .hw-t5-track {
        display: flex;
        transition: transform 0.5s ease-out;
        will-change: transform;
    }

    .hw-t5-viewport.hw-t5-viewport--dragging .hw-t5-track {
        transition: none;
    }

    .hw-t5-slide {
        flex: 0 0 50%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .hw-t5-card {
        border: 2px solid rgba(255, 255, 255, 0.06);
        text-align: center;
        border-radius: 20px;
        position: relative;
        z-index: 2;
        background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), rgba(17, 44, 46, 0.96));
        height: 280px;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .hw-t5-card::before {
        content: '"';
        position: absolute;
        left: 20px;
        top: 18px;
        font-size: 3.5rem;
        line-height: 1;
        color: rgba(255, 255, 255, 0.25);
        font-family: Georgia, serif;
    }

    .hw-t5-round {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
    }

    .hw-t5-round--1::before {
        content: '';
        position: absolute;
        left: 16px;
        top: -1px;
        width: 32px;
        height: 4px;
        background: rgba(255, 255, 255, 0.35);
        border-radius: 30px;
    }

    .hw-t5-round--1::after {
        content: '';
        position: absolute;
        left: -1px;
        top: 40px;
        width: 4px;
        height: 32px;
        background: rgba(255, 255, 255, 0.35);
        border-radius: 30px;
    }

    .hw-t5-round--2::before {
        content: '';
        position: absolute;
        right: 16px;
        bottom: -1px;
        width: 32px;
        height: 4px;
        background: rgba(255, 255, 255, 0.35);
        border-radius: 30px;
        z-index: 1;
    }

    .hw-t5-round--2::after {
        content: '';
        position: absolute;
        right: -1px;
        bottom: 40px;
        width: 4px;
        height: 32px;
        background: rgba(255, 255, 255, 0.35);
        border-radius: 30px;
        z-index: 1;
    }

    .hw-t5-quote {
        color: #fff;
        font-size: 0.95rem;
        line-height: 1.55;
        padding: 45px 35px 10px;
        position: relative;
        z-index: 3;
        margin: 20px 0 20px 0;
        flex: 1 1 0;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: rgb(255 255 255 / 64%) rgba(255, 255, 255, 0.06);
        text-align: center;
    }

    .hw-t5-quote::-webkit-scrollbar {
        width: 6px;
    }

    .hw-t5-quote::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.06);
        border-radius: 3px;
    }

    .hw-t5-quote::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.35);
        border-radius: 3px;
    }

    .hw-t5-quote::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5);
    }

    .hw-t5-client {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        text-align: left;
        padding: 12px 36px 28px;
        position: relative;
        z-index: 3;
        flex-shrink: 0;
        margin-top: auto;
    }

    .hw-t5-client-avatar {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.25);
        color: #fff;
        font-weight: 700;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .hw-t5-client-avatar img {
        border-radius: 50%;
    }

    .hw-t5-client-name {
        color: #fff;
        font-weight: 700;
        font-size: 1rem;
        margin: 0 0 2px;
    }

    .hw-t5-client-role {
        display: block;
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.8rem;
    }

    .hw-t5-dots {
        text-align: center;
        margin-top: 32px;
        display: flex;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .hw-t5-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        border: none;
        padding: 17px 12px;
        cursor: pointer;
        transition: width 0.3s ease, background 0.3s ease;
        background-clip: content-box;
        box-sizing: content-box;
    }

    .hw-t5-dot:focus-visible {
        outline: 2px solid rgba(255, 255, 255, 0.9);
        outline-offset: 2px;
    }

    .hw-t5-dot:hover {
        background: rgba(255, 255, 255, 0.8);
    }

    .hw-t5-dot.hw-t5-dot--active {
        width: 35px;
        border-radius: 23px;
        background: #fff;
        background-clip: content-box;
    }

    @media (max-width: 768px) {
        .hw-t5-section {
            padding: 40px 0 50px;
        }

        .hw-t5-slide {
            flex: 0 0 100%;
        }

        .hw-t5-card {
            height: 340px;
        }

        .hw-t5-quote {
            padding: 40px 24px 12px;
            font-size: 0.9rem;
        }

        .hw-t5-client {
            padding: 0 24px 24px;
        }
    }