.home-hero {
        position: relative;
        overflow: hidden;
        min-height: 700px;
    }

    .hero-slider {
        position: absolute;
        inset: 0;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        height: 100%;
    }

    .slide-1 {
        background-image: url('/assets/home/Component-102-large.webp');
    }

    .slide-2 {
        background-image: url('/assets/home/Component-103-large.webp');
    }

    .slide-3 {
        background-image: url('/assets/home/Component-104-large.webp');
    }

    .slide-4 {
        background-image: url('/assets/home/Component-105-large.webp');
    }

    .slide-5 {
        background-image: url('/assets/home/Component-106-large.webp');
    }

    .swiper-button-prev,
    .swiper-button-next {
        color: #fff;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 18px;
    }

    .hero-slide {
        flex: 0 0 100%;
        min-height: 700px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .hero-overlay {
        position: relative;
        z-index: 2;
        max-width: 1320px;
        margin: 0 auto;
        padding: 140px 24px 50px;
        display: flex;
        align-items: center;
        min-height: 700px;
    }

    .hero-copy {
        max-width: 760px;
    }

    .hero-copy h1 {
        font-size: clamp(3rem, 4vw, 4.5rem);
        line-height: 1.02;
        margin-bottom: 20px;
        max-width: 700px;
    }

    .hero-copy p {
        font-size: 1rem;
        max-width: 640px;
        line-height: 1.8;
        color: rgba(255,255,255,0.9);
        margin-bottom: 32px;
    }

    .hero-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .hero-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 30px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 0.95rem;
        text-decoration: none;
        transition: transform 0.25s ease, background-color 0.25s ease;
    }

    .hero-button.primary {
        background-color: #b17641;
        color: #fff;
    }

    .hero-button.secondary {
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(255,255,255,0.32);
        color: #fff;
    }

    .hero-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: rgba(255,255,255,0.18);
        color: #fff;
        font-size: 1.2rem;
        cursor: pointer;
        z-index: 2;
    }

    .hero-arrow.left { left: 18px; }
    .hero-arrow.right { right: 18px; }

    .hero-media-label {
        position: absolute;
        bottom: 26px;
        left: 26px;
        z-index: 2;
        background: rgba(0,0,0,0.55);
        border-radius: 999px;
        padding: 10px 18px;
        font-size: 0.92rem;
        color: #fff;
    }

    .section-block {
        max-width: 1320px;
        margin: 0 auto;
        padding: 80px 20px;
    }

    .section-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: clamp(2.3rem, 3vw, 3rem);
        color: var(--dark-gray);
        margin-bottom: 12px;
    }

    .section-title h2 span {
        color: var(--dark-brown);
    }

    .title-center {
        text-align: center;
    }

    .text-dark {
        color: #222;
    }

    .text-brown {
        color: var(--dark-brown);
    }

    .section-title h2 .text-dark {
        color: #222;
    }

    .section-title h2 .text-brown {
        color: var(--dark-brown);
    }

    .compact-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .center-heading {
        justify-content: center;
        text-align: center;
    }

    .section-heading.center-heading > div {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }

    .section-heading.center-heading p {
        text-align: center;
    }

    .center-action {
        margin-top: 40px;
        text-align: center;
    }

    .about-cta {
        margin-top: 28px;
    }

    .section-heading {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 20px;
        margin-bottom: 40px;
    }

    .section-heading h2 {
        font-size: clamp(2.3rem, 3vw, 3rem);
        color: var(--dark-gray);
        margin-bottom: 12px;
    }

    .section-heading p {
        line-height: 1.8;
        font-size: 1rem;
    }

    .about-grid,
    .products-grid,
    .inspiration-grid,
    .testimonial-grid,
    .insights-grid {
        display: grid;
        gap: 24px;
    }

    .about-grid {
        grid-template-columns: 1.05fr 0.95fr;
        align-items: center;
    }

    .about-grid-gap {
        gap: 100px;
    }

    .about-image {
        min-height: 520px;
        border-radius: 30px;
        background: url('/assets/home/Rectangle-14-large.webp') center/cover no-repeat;
        position: relative;
        overflow: visible;
    }

    .about-image .badge {
        position: absolute;
        top: 50%;                
        right: -110px;             
        transform: translateY(-50%);
        width: 220px;            
        height: 220px;
        background: url('/assets/home/50 Years Experience-large.webp') center/contain no-repeat;
    }

    .about-image::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top left, rgba(255,255,255,0.16), transparent 35%);
    }

    .about-copy h3 {
        font-size: 1.4rem;
        margin-bottom: 18px;
        font-weight: 600;
    }

    .about-copy p {
        line-height: 1.8;
        margin-bottom: 10px;
        font-size: 1.4rem;
        text-align: justify;
    }

    .products-slider {
        overflow: hidden;
        cursor: grab;
    }

    .products-slider:active {
        cursor: grabbing;
    }

    .products-grid {
        display: flex;
        gap: 24px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .products-grid::-webkit-scrollbar {
        display: none;
    }

    .product-tile {
        flex: 0 0 clamp(260px, 28vw, 360px);
        min-height: 280px;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 24px;
        color: #fff;
        background-size: cover;
        background-position: center;
        text-transform: uppercase;
        isolation: isolate;
    }

    .product-tile::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.75));
        z-index: 0;
        transition: background 0.35s ease;
    }

    .product-tile:hover::after,
    .product-tile:focus-within::after {
        background: linear-gradient(180deg, rgba(0,0,0,0.08) 20%, rgba(0,0,0,0.82));
    }

    .product-tile-content {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 16px;
        text-align: center;
        transform: translateY(58px);
        transition: transform 0.35s ease;
    }

    .product-tile span {
        font-size: 1.05rem;
        font-weight: 700;
        line-height: 1.35;
    }

    .product-explore {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 12px 24px;
        background: #b17641;
        color: #fff;
        border-radius: 0;
        font-size: 0.95rem;
        font-weight: 600;
        text-decoration: none;
        text-transform: none;
        opacity: 0;
        transform: translateY(14px);
        transition: opacity 0.35s ease, transform 0.35s ease, background-color 0.25s ease;
    }

    .product-explore:hover,
    .product-explore:focus {
        background: #946036;
        color: #fff;
    }

    .product-tile:hover .product-tile-content,
    .product-tile:focus-within .product-tile-content {
        transform: translateY(0);
    }

    .product-tile:hover .product-explore,
    .product-tile:focus-within .product-explore {
        opacity: 1;
        transform: translateY(0);
    }

    .product-tile:nth-child(1) { background: url('/assets/home/Component-15-large.webp') center/cover no-repeat; }
    .product-tile:nth-child(2) { background: url('/assets/home/Component-16-large.webp') center/cover no-repeat; }
    .product-tile:nth-child(3) { background: url('/assets/home/Component-17-large.webp') center/cover no-repeat; }
    .product-tile:nth-child(4) { background: url('/assets/home/Component-18-large.webp') center/cover no-repeat; }
    .product-tile:nth-child(5) { background: url('/assets/home/Component-19-large.webp') center/cover no-repeat; }

    .feature-callout {
        max-width: 1320px;
        margin: 0 auto;
        border-radius: 28px;
        overflow: hidden;
        position: relative;
        min-height: 400px;
    }

    .feature-slider {
        position: absolute;
        inset: 0;
        height: 100%;
    }

    .slide {
        position: relative;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: all 1s ease;
    }

    .slide::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.4);
    }

    .feature-content {
        position: relative;
        min-height: 400px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        color: #fff;
        max-width: 980px;
        margin: 0 auto;
        padding: 56px 24px;
    }

    .feature-content h3 {
        font-size: clamp(2rem, 2.5vw, 2.6rem);
        margin-bottom: 20px;
        color: #fff;
    }

    .slide-top {
        background-image: url('/assets/home/Component-103-large.webp');
    }
    .slide-right {
        background-image: url('/assets/home/Component-112-large.webp');
    }
    .slide-bottom {
        background-image: url('/assets/home/Component-110-large.webp');
    }
    .slide-left {
        background-image: url('/assets/home/Component-109-large.webp');
    }

    .swiper-slide-active.slide {
        transform: translate(0, 0);
    }

    .feature-callout h3 {
        font-size: clamp(2rem, 2.5vw, 2.6rem);
        color: #f4f4f4 !important;
        margin-bottom: 18px;
    }

    .feature-callout p {
        color: var(--text-gray);
        line-height: 1.8;
        margin-bottom: 25px;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .feature-callout .btn-primary {
        background-color: var(--dark-brown);
        color: #fff;
    }

    .inspiration-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 20px;
    }

    .inspiration-card {
        border-radius: 24px;
        min-height: 320px;
        overflow: hidden;
        position: relative;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: flex-end;
        padding: 24px;
        color: #f4f4f4;
    }

    .inspiration-card:nth-child(1) {
        grid-column: span 6;
    }

    .inspiration-card:nth-child(2),
    .inspiration-card:nth-child(3) {
        grid-column: span 3;
    }

    .inspiration-card:nth-child(4),
    .inspiration-card:nth-child(5) {
        grid-column: span 3;
    }

    .inspiration-card:nth-child(6) {
        grid-column: span 6;
    }

    .inspiration-card::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.8));
    }

    .inspiration-card span {
        position: relative;
        z-index: 1;
        font-size: 1.8rem;
        font-weight: 600;
    }

    .inspiration-card:nth-child(1) { background: url('/assets/home/Rectangle-43-large.webp') center/cover no-repeat; }
    .inspiration-card:nth-child(2) { background: url('/assets/home/Rectangle-57-large.webp') center/cover no-repeat; }
    .inspiration-card:nth-child(3) { background: url('/assets/home/Rectangle-54-large.webp') center/cover no-repeat; }
    .inspiration-card:nth-child(4) { background: url('/assets/home/Rectangle-56-large.webp') center/cover no-repeat; }
    .inspiration-card:nth-child(5) { background: url('/assets/home/Rectangle-58-large.webp') center/cover no-repeat; }
    .inspiration-card:nth-child(6) { background: url('/assets/home/Rectangle-55-large.webp') center/cover no-repeat; }

    .partners {
        padding: 40px 0;
        overflow: hidden;
    }

    .partners-slider .swiper-slide {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }

    .partners-slider .swiper-wrapper {
        align-items: center;
        transition-timing-function: linear !important;
    }

    .partner-logo {
        height: 120px;
        width: 280px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;
        transition: 0.3s;
    }

    .partner-logo-1 { background-image: url('/assets/home/Integrations 1-large.webp'); }
    .partner-logo-2 { background-image: url('/assets/home/Integrations 2-large.webp'); }
    .partner-logo-3 { background-image: url('/assets/home/Integrations 3-large.webp'); }
    .partner-logo-4 { background-image: url('/assets/home/Integrations 4-large.webp'); }
    .partner-logo-5 { background-image: url('/assets/home/Integrations 5-large.webp'); }

    .partner-logo:hover {
        opacity: 1;
    }

    .testimonial-section {
        max-width: 1320px;
        margin: auto;
        padding: 54px 0 42px;
        overflow: hidden;
    }

    .testimonials-slider {
        padding: 18px 0 48px;
        overflow: visible;
    }

    .testimonials-slider .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .testimonial-card {
        width: 100%;
        min-height: 192px;
        border-radius: 36px;
        padding: 32px 40px 26px;
        background: #f4f4f4;
        color: #222;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        opacity: 0.72;
        transform: scale(0.94);
        transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease, color 0.4s ease;
    }

    .testimonials-slider .swiper-slide-active .testimonial-card {
        background: var(--dark-brown);
        color: #fff;
        opacity: 1;
        transform: scale(1);
    }

    .testimonials-slider .swiper-slide-active .testimonial-card p {
        color: #fff !important;
    }

    .testimonials-slider .swiper-slide-active .testimonial-footer,
    .testimonials-slider .swiper-slide-active .brand,
    .testimonials-slider .swiper-slide-active .name {
        color: #fff !important;
    }

    .testimonials-slider .swiper-slide-prev .testimonial-card,
    .testimonials-slider .swiper-slide-next .testimonial-card {
        opacity: 0.78;
        transform: scale(0.95);
    }

    .testimonial-card p {
        color: #111;
        font-size: 1rem;
        line-height: 1.62;
        margin: 0;
    }

    .testimonial-footer {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 22px;
        margin-top: 26px;
    }

    .brand {
        color: currentColor;
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 0.85;
        letter-spacing: 0;
        text-transform: lowercase;
    }

    .name {
        color: currentColor;
        font-size: 1rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .testimonials-slider .swiper-slide {
        transition: transform 0.4s ease;
    }

    .testimonials-slider .swiper-pagination-bullet {
        background: #ccc;
        opacity: 1;
    }

    .testimonials-slider .swiper-pagination-bullet-active {
        background: var(--dark-brown);
    }

    .insights-grid {
        grid-template-columns: 1.5fr 1fr;
    }

    .insights-side {
        display: grid;
        gap: 24px;
    }

    .insight-large,
    .insight-small {
        position: relative;
        border-radius: 28px;
        overflow: hidden;
        min-height: 260px;
        display: flex;
        align-items: flex-end;
        padding: 24px;
        color: #fff;
        text-decoration: none;
        background-size: cover;
        background-position: center;
        isolation: isolate;
    }

    .insight-large::after,
    .insight-small::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(transparent 50%, rgba(0,0,0,0.5));
        z-index: 0;
    }

    .insight-large { background: url('/assets/home/Component-86-large.webp') center/cover no-repeat; }
    .insight-small:nth-child(1) { background: url('/assets/home/Component-88-1-large.webp') center/cover no-repeat; }
    .insight-small:nth-child(2) { background: url('/assets/home/Component-88-large.webp') center/cover no-repeat; }
    .insight-small:nth-child(3) { background: url('/assets/home/Component-89-large.webp') center/cover no-repeat; }

    .insight-card {
        position: relative;
        z-index: 1;
    }

    .insight-arrow {
        position: absolute;
        left: auto;
        right: 20px;
        bottom: 18px;
        z-index: 2;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #ffffff;
        color: #111111;
        font-size: 30px;
        line-height: 1.5;
        align-items: baseline;
        font-weight: 500;
        opacity: 0;
        transform: translateX(32px);
        transition: opacity 1.4s ease, transform 1.4s ease;
        pointer-events: none;
    }

    .insight-large .insight-arrow {
        right: 40px;
        bottom: 40px;
        width: 80px;
        height: 80px;
        font-size: 3rem;
    }

    .insight-small .insight-arrow {
        right: 20px;
        bottom: 18px;
        width: 48px;
        height: 48px;
        font-size: 30px;
        transform: translateX(32px);
    }

    .insight-large:hover .insight-arrow,
    .insight-small:hover .insight-arrow,
    .insight-large:focus-within .insight-arrow,
    .insight-small:focus-within .insight-arrow {
        opacity: 1;
        transform: translateX(0);
    }

    .insight-large .insight-card h4 {
        font-size: 1.8rem;
        max-width: 500px;
        margin-bottom: 12px;
        color: #f4f4f4 !important;
    }

    .insight-card h4 {
        font-size: 1.4rem;
        margin-bottom: 12px;
        color: #f4f4f4 !important;
    }

    .insight-card p {
        color: #f4f4f4 !important;
        line-height: 1.8;
    }

    .final-cta {
        position: relative;
        overflow: hidden;
        background: url('/assets/home/Frame-1321315907-large.webp') center/cover no-repeat;
        padding: 140px;
        color: #fff;
        text-align: center;
    }

    .final-cta h2 {
        font-size: 1.8rem;
        line-height: 1.05;
        margin-bottom: 20px;
        text-align: center;
        color: #f4f4f4 !important;
    }

    .final-cta p {
        font-size: 1rem;
        max-width: 720px;
        line-height: 1.8;
        margin-bottom: 28px;
        color: rgba(255,255,255,0.92);
    }

    .final-cta .btn-primary {
        padding: 16px 36px;
        border-radius: 10px;
    }

    .whatsapp-float {
        position: fixed;
        right: 32px;
        bottom: 95px;
        z-index: 99;
        width: 58px;
        height: 58px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #16b828;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    }

    .whatsapp-float svg {
        width: 36px;
        height: 36px;
        fill: #fff;
    }

    @media (max-width: 1120px) {
        .hero-grid,
        .about-grid,
        .testimonial-layout,
        .insights-grid {
            grid-template-columns: 1fr;
        }

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

        .partners {
            justify-content: center;
        }

        .hero-copy h1 {
            font-size: 3.2rem;
        }

        .hero-copy p {
            font-size: 1.1rem;
        }
    }

    @media (max-width: 768px) {
        .home-hero {
            padding-top: 70px;
            min-height: 500px;
        }

        .hero-copy h1 {
            font-size: 2.4rem;
        }

        .hero-copy p {
            font-size: 1rem;
        }

        .hero-media {
            min-height: 360px;
        }

        .hero-slide {
            min-height: 360px;
        }

        .products-grid,
        .inspiration-grid,
        .testimonial-cards,
        .partners {
            grid-template-columns: 1fr;
        }

        .inspiration-card {
            grid-column: span 1 !important;
        }

        .hero-arrow {
            width: 44px;
            height: 44px;
        }

        .feature-callout,
        .final-cta {
            margin: 40px 0;
            padding: 36px 20px;
        }

        .feature-callout {
            min-height: 360px;
            padding: 0;
        }

        .feature-content {
            min-height: 360px;
        }

        .section-block {
            padding: 40px 20px;
        }

        .section-heading h2 {
            font-size: 1.8rem;
        }

        .hero-buttons {
            flex-direction: column;
            gap: 12px;
        }

        .hero-button {
            width: 100%;
            text-align: center;
        }
    }

    @media (max-width: 480px) {
        .home-hero {
            min-height: 400px;
            padding: 60px 15px 40px;
        }

        .hero-copy h1 {
            font-size: 2rem;
        }

        .hero-copy p {
            font-size: 0.95rem;
        }

        .hero-slide {
            min-height: 400px;
        }

        .hero-media {
            min-height: 400px;
        }

        .section-block {
            padding: 30px 15px;
        }

        .section-heading h2 {
            font-size: 1.6rem;
        }

        .section-heading p {
            font-size: 0.95rem;
        }
        
        .about-grid, .products-grid {
            gap: 20px;
        }

        .about-copy h3 {
            font-size: 1.5rem;
            font-weight: 600;
        }

        .product-card {
            padding: 20px;
        }

        .product-card h3 {
            font-size: 1.2rem;
        }

        .feature-callout,
        .final-cta {
            padding: 24px 15px;
            margin: 30px 0;
        }

        .feature-callout {
            padding: 0;
        }

        .hero-arrow {
            width: 36px;
            height: 36px;
            font-size: 18px;
        }
    }

    /* Production responsive hardening */
    .home-hero,
    .section-block,
    .feature-callout,
    .testimonial-section,
    .partners,
    .final-cta {
        box-sizing: border-box;
    }

    @media (max-width: 1200px) {
        .section-block,
        .testimonial-section,
        .feature-callout {
            width: min(100% - 40px, 1320px);
        }

        .about-grid-gap {
            gap: 56px;
        }

        .about-image .badge {
            right: -54px;
            width: 150px;
            height: 150px;
        }

        .final-cta {
            padding: 100px 32px;
        }
    }

    @media (max-width: 900px) {
        .home-hero,
        .hero-slide {
            min-height: 520px;
        }

        .hero-arrow {
            top: auto;
            bottom: 22px;
            transform: none;
        }

        .about-grid {
            grid-template-columns: 1fr;
        }

        .about-image {
            min-height: 420px;
            overflow: hidden;
        }

        .about-image .badge {
            right: 20px;
            width: 124px;
            height: 124px;
        }

        .about-copy p {
            font-size: 1.08rem;
        }

        .section-heading {
            display: block;
        }

        .product-tile {
            flex-basis: min(78vw, 340px);
        }

        .insight-large .insight-card h4 {
            font-size: 1.55rem;
        }

        .insight-large .insight-arrow {
            width: 56px;
            height: 56px;
            right: 24px;
            bottom: 24px;
            font-size: 2.2rem;
        }
    }

    @media (max-width: 640px) {
        .section-block,
        .testimonial-section,
        .feature-callout {
            width: min(100% - 28px, 1320px);
        }

        .home-hero,
        .hero-slide {
            min-height: 420px;
        }

        .hero-arrow {
            width: 34px;
            height: 34px;
        }

        .hero-arrow.left {
            left: 14px;
        }

        .hero-arrow.right {
            right: 14px;
        }

        .section-title {
            margin-bottom: 24px;
        }

        .section-title h2,
        .section-heading h2 {
            font-size: 1.75rem;
        }

        .section-heading {
            margin-bottom: 26px;
        }

        .about-image {
            min-height: 300px;
            border-radius: 18px;
        }

        .about-image .badge {
            width: 90px;
            height: 90px;
            right: 14px;
        }

        .about-copy p {
            text-align: left;
        }

        .product-tile {
            flex-basis: 82vw;
            min-height: 250px;
        }

        .product-tile-content {
            transform: translateY(52px);
        }

        .feature-callout,
        .feature-content {
            min-height: 300px;
        }

        .feature-content h3,
        .feature-callout h3 {
            font-size: 1.45rem;
            line-height: 1.35;
        }

        .inspiration-grid {
            grid-template-columns: 1fr;
        }

        .inspiration-card {
            min-height: 240px;
            grid-column: auto !important;
            border-radius: 18px;
        }

        .inspiration-card span {
            font-size: 1.35rem;
        }

        .testimonial-card {
            border-radius: 22px;
            padding: 26px 22px;
        }

        .testimonial-footer {
            align-items: flex-start;
            flex-direction: column;
        }

        .brand {
            font-size: 1.8rem;
        }

        .insight-large,
        .insight-small {
            min-height: 230px;
            border-radius: 18px;
            padding: 20px;
        }

        .insight-card h4,
        .insight-large .insight-card h4 {
            font-size: 1.15rem;
            line-height: 1.35;
            padding-right: 54px;
        }

        .final-cta {
            padding: 64px 20px;
        }

        .final-cta h2 {
            font-size: 1.45rem;
            line-height: 1.25;
        }

        .whatsapp-float {
            right: 35px;
            bottom: 90px;
            width: 52px;
            height: 52px;
        }
    }

    @media (max-width: 380px) {
        .section-block {
            padding-left: 0;
            padding-right: 0;
        }

        .hero-arrow {
            display: none;
        }

        .hero-button {
            padding-left: 18px;
            padding-right: 18px;
        }

        .product-tile {
            flex-basis: 86vw;
        }
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .home-hero,
    .hero-slide,
    .hero-overlay {
        min-height: 620px !important;
    }

    .hero-overlay {
        padding: 100px 48px 48px !important;
    }

    .section-block,
    .testimonial-section,
    .feature-callout {
        width: min(100% - 48px, 900px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .about-grid,
    .insights-grid,
    .partners {
        grid-template-columns: 1fr !important;
    }

    .insights-side {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .product-tile {
        flex-basis: min(42vw, 360px) !important;
    }

    .feature-callout {
        min-height: 420px !important;
    }
}
