/* Cleaned page-specific CSS. Global navbar/marquee/promo/OHSEM/WhatsApp moved to assets/css/global.css */
* {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            body {
                font-family: 'Inter', sans-serif;
                color: #1a1a1a;
                background-color: #ffffff;
                line-height: 1.5;
                overflow-x: hidden;
            }
            a {
                text-decoration: none;
                color: inherit;
            }
            .container {
                max-width: 1280px;
                margin: 0 auto;
                padding: 0 20px;
            }
            .section-padding {
                padding: 60px 0;
            }
            .btn-primary {
                display: inline-block;
                background: #c9002c;
                color: white;
                padding: 12px 32px;
                border-radius: 40px;
                font-weight: 600;
                transition: 0.3s ease;
                border: none;
                cursor: pointer;
                font-size: 1rem;
            }
            .btn-primary:hover {
                background: #a30023;
                transform: translateY(-2px);
            }
            .btn-outline {
                background: transparent;
                border: 1px solid #c9002c;
                color: #c9002c;
                padding: 10px 24px;
                border-radius: 40px;
                font-weight: 500;
                transition: 0.3s;
                display: inline-block;
            }
            .btn-outline:hover {
                background: #c9002c;
                color: white;
            }

            /* ===== PRODUCT HERO ===== */
                   .product-hero {
             padding: 80px 20px 70px;
            background-image: 
             linear-gradient(to right, rgba(255,255,255,0.78), rgba(255,255,255,0.88)),
            url("../../BACKGROUND/8.webp");
         background-repeat: no-repeat;
            background-size: cover;
            background-position: left bottom;
}
            .hero-grid {
                display: flex;
                align-items: center;
                gap: 40px;
                flex-wrap: wrap;
                max-width: 1200px;
                margin: 0 auto;
            }
            .hero-content {
                flex: 1;
            }
            .hero-content h1 {
                font-size: 2.5rem;
                margin-bottom: 10px;
            }
            .hero-content h2 {
                font-size: 1.5rem;
                color: #c9002c;
                margin-bottom: 20px;
            }
            .hero-content .features-list {
                list-style: none;
                margin: 20px 0;
            }
            .hero-content .features-list li {
                margin-bottom: 10px;
                display: flex;
                align-items: center;
                gap: 10px;
            }
            .hero-content .features-list li i {
                color: #c9002c;
            }
            .hero-image {
                flex: 1;
                text-align: center;
            }
            .hero-image img {
                max-width: 100%;
                max-height: 500px;
                object-fit: contain;
            }

        /* ===== PRICING - ORI STYLE ===== */
.pricing-section {
    background: #fff;
    padding: 0 0 2px;
}

.pricing-section .container {
    max-width: 1180px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 24px 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.pricing-section h3,
.pricing-section p {
    display: none;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
}

.pricing-flex {
    display: flex;
    align-items: stretch;
    gap: 28px;
    justify-content: flex-start;
}

.pricing-card {
    width: 300px;
    min-width: 300px;
    flex: 0 0 300px;
    min-height: 130px;
    background: #fff;
    border: 1px dashed #ddd;
    border-radius: 8px;
    padding: 20px 22px;
    text-align: left;
    box-shadow: none;
}

.pricing-card h3 {
    display: block;
    color: #ff3131;
    font-size: 16px;
    margin-bottom: 6px;
}

.pricing-card img {
    height: 22px !important;
    margin-bottom: 12px !important;
}

.pricing-card .price {
    font-size: 34px;
    font-weight: 500;
    color: #3f4a54;
    margin: 0 0 6px;
    line-height: 1;
}

.pricing-card .price small {
    font-size: 18px;
    font-weight: 400;
}

.pricing-card p {
    display: block;
    color: #3f4a54;
    font-size: 16px;
    line-height: 1.3;
    margin: 6px 0 0;
}

.pricing-card .btn-outline {
    display: none;
}

.pricing-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.btn-price-list,
.btn-enquire {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.btn-price-list {
    padding: 0 28px;
    border: 1px solid #a5102d;
    background: #fff;
    color: #a5102d;
    cursor: pointer;
}

.btn-enquire {
    padding: 0 26px;
    background: #ff3131;
    color: #fff;
    border: 1px solid #ff3131;
}

.btn-enquire:hover {
    background: #e60023;
}

html {
    scroll-behavior: smooth;
}
/* khas untuk washer (3 column) */
.pricing-row {
    align-items: center;
}

.pricing-row > .pricing-card:first-child {
    width: 340px;
}

.pricing-row > .pricing-card:nth-child(2) {
    width: 260px;
}

            /* ===== FEATURE GRID ===== */
            .feature-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                gap: 30px;
                margin: 40px 0;
            }
            .feature-card {
                background: #f8f9fc;
                border-radius: 24px;
                padding: 25px;
                text-align: center;
            }
            .feature-card img {
                max-width: 100%;
                border-radius: 16px;
                margin-bottom: 15px;
            }
            .feature-card h3 {
                margin-bottom: 15px;
            }

            /* ===== IMAGE CAROUSEL ===== */
            .image-carousel {
                position: relative;
                max-width: 800px;
                margin: 40px auto;
                overflow: hidden;
                border-radius: 24px;
            }
            .carousel-track {
                display: flex;
                transition: transform 0.5s ease;
            }
            .carousel-slide {
                min-width: 100%;
                text-align: center;
            }
            .carousel-slide img {
                width: 100%;
                object-fit: cover;
                border-radius: 24px;
            }
            .carousel-btn {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: rgba(0,0,0,0.5);
                color: white;
                border: none;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                cursor: pointer;
                z-index: 10;
            }
            .carousel-btn.prev { left: 10px; }
            .carousel-btn.next { right: 10px; }

            /* ===== TABLE ===== */
            .spec-table {
                width: 100%;
                border-collapse: collapse;
                margin: 20px 0;
                background: white;
                border-radius: 20px;
                overflow: hidden;
            }
            .spec-table td, .spec-table th {
                padding: 12px 16px;
                border: 1px solid #ddd;
                vertical-align: top;
            }
            .spec-table th {
                background: #f5f5f5;
                font-weight: 600;
            }

/* ===== FAQ ACCORDION (SAMA MACAM WATER PURIFIER) ===== */
#faqAccordion {
    max-width: 700px;
    margin: 0 auto;
}

.accordion-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: 0.2s;
}

.accordion-header {
    padding: 18px 22px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    color: #1a1a1a;
}

.accordion-header i {
    color: #999;
    font-size: 0.9rem;
    transition: 0.2s;
}

.accordion-content {
    padding: 0 22px 20px 22px;
    display: none;
    border-top: none;
    color: #555;
    font-size: 0.9rem;
    line-height: 1.5;
}

.accordion-item.active .accordion-content {
    display: block;
    
}
.section-title {
    text-align: center;
}
            /* ===== FOOTER ===== */
            .footer {
                background: #971D37;
                color: #fff;
                padding: 70px 0 28px;
                position: relative;
                margin-top: 60px;
            }
            .footer-grid {
                display: grid;
                grid-template-columns: 1.35fr 0.8fr 1fr 1.3fr;
                gap: 50px;
                max-width: 1380px;
                margin: 0 auto;
                padding: 0 32px;
                align-items: start;
            }
            .footer-col h4 {
                color: #fff;
                font-size: 20px;
                font-weight: 700;
                margin-bottom: 20px;
            }
            .footer-col p,
            .footer-col a,
            .footer-contact-item {
                color: #fff;
                font-size: 17px;
                line-height: 1.45;
            }
            .footer-intro-title {
                font-size: 28px;
                font-weight: 500;
                line-height: 1.25;
                margin-bottom: 24px;
                max-width: 360px;
            }
            .footer-intro-desc {
                max-width: 360px;
                margin-bottom: 28px;
            }
            .footer-bullet-list a,
            .footer-bullet-list .footer-contact-item {
                display: flex;
                align-items: flex-start;
                gap: 12px;
                margin-bottom: 10px;
                color: #fff;
            }
            .footer-bullet-list a::before {
                content: "●";
                font-size: 12px;
                line-height: 1.8;
                flex-shrink: 0;
            }
            .footer-contact-item i {
                width: 20px;
                margin-top: 4px;
                flex-shrink: 0;
            }
            .footer-branch-label {
                font-weight: 700;
                margin: 6px 0 4px 0;
            }
            .footer-whatsapp-btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                    gap: 12px;
        background: #fff;
        color: #111 !important;
                min-width: 330px;
                padding: 16px 28px;
                border-radius: 999px;
                font-size: 16px;
                font-weight: 600;
                margin-top: 28px;
            }
            .footer-bottom {
                text-align: center;
                margin-top: 44px;
                color: #fff;
                font-size: 18px;
            }

            @media (max-width: 1100px) {
                .footer-grid {
                    grid-template-columns: 1fr 1fr;
                    gap: 36px;
                }
            }
            @media (max-width: 1024px) {
                .hero-grid {
                    flex-direction: column;
                    text-align: center;
                }
            }
            @media (max-width: 768px) {
                .footer {
                    padding: 50px 0 24px;
                }
                .footer-grid {
                    grid-template-columns: 1fr;
                    gap: 28px;
                    padding: 0 20px;
                }
                .footer-intro-title {
                    font-size: 24px;
                    max-width: 100%;
                }
                .footer-intro-desc {
                    max-width: 100%;
                }
                .footer-col p,
                .footer-col a,
                .footer-contact-item {
                    font-size: 16px;
                }
                .footer-whatsapp-btn {
                    min-width: 100%;
                    width: 100%;
                }
                .footer-bottom {
                    font-size: 16px;
                    margin-top: 34px;
                }
            }
    .lg-cta {
        position: relative;
        width: 100%;
        margin-top: 80px;
        margin-bottom: -74px;
        z-index: 20;
        padding: 0 20px;
        background: transparent;
    }

    .lg-cta::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        bottom: 0;
        background: #971D37;
        z-index: 0;
    }

    .cta-container {
        max-width: 980px;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 999px;
        padding: 20px 28px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
        position: relative;
        z-index: 2;
    }

    .cta-logo {
        flex-shrink: 0;
        width: 78px;
        height: 78px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .cta-text {
        flex: 1;
        font-size: 25px;
        line-height: 1.4;
        color: #555;
        font-weight: 400;
        max-width: 560px;
    }

    .cta-btn {
        flex-shrink: 0;
    }

    .cta-btn a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #a50034;
        color: #ffffff;
        padding: 13px 30px;
        border-radius: 999px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        min-width: 170px;
        transition: all 0.3s ease;
    }

@media (max-width: 768px) {
    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body {
        padding-top: 112px !important;
    }
}


/* ===== LG PRODUCT BODY FLOW (4 + 1 + 1 + 1 + 1 + 1 + 4) ===== */
.lg-product-body {
    width: 100%;
    background: #ffffff;
}

.lg-product-body .body-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 12px;
}

.body-feature-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding: 34px 28px 42px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.body-feature-card {
    text-align: left;
}

.body-feature-card img {
    width: 100%;
    height: 138px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 20px;
}

.body-feature-card h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    line-height: 1.15;
    margin-bottom: 8px;
}

.body-feature-card p {
    font-size: 13px;
    color: #222;
    line-height: 1.45;
    margin: 0;
}

.body-big-block {
    width: 100%;
    margin: 18px 0 0;
    background: #fff;
}

.body-big-block img {
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.body-big-text {
    text-align: center;
    background: #f7f7f7;
    padding: 28px 20px 36px;
}

.body-big-text .eyebrow {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
}

.body-big-text h2 {
    font-size: 36px;
    line-height: 1.18;
    font-weight: 400;
    color: #111;
    margin: 0 0 12px;
}

.body-big-text p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

@media (max-width: 900px) {
    .body-feature-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        padding: 26px 16px 30px;
    }

    .body-feature-card img {
        height: 160px;
    }

    .body-big-text h2 {
        font-size: 28px;
    }
}

@media (max-width: 520px) {
    .body-feature-row {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .body-feature-card img {
        height: auto;
    }

    .body-big-text h2 {
        font-size: 24px;
    }
}

/* ===== BOTTOM LG CARD CAROUSEL ===== */
.bottom-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px dashed #d6d6d6;
    border-radius: 8px;
    padding: 55px 40px;
    gap: 40px;
    background: #fff;
    overflow: hidden;
}

.bottom-left {
    border: 1px dashed #e0e0e0;
    padding: 26px 28px;
    border-radius: 8px;
    max-width: 430px;
    width: 100%;
}

.bottom-left .badge {
    display: inline-block;
    background: #ff3131;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.bottom-left h2 {
    font-size: 34px;
    color: #3f4a54;
    font-weight: 500;
    margin: 0;
}

.bottom-left h2 span {
    font-size: 16px;
    font-weight: 400;
}

.bottom-left p {
    font-size: 14px;
    color: #3f4a54;
    margin: 8px 0 14px;
}

.btn-wa {
    display: inline-block;
    background: #a5102d;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

.bottom-carousel {
    position: relative;
    max-width: 440px;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.bottom-carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.4s ease;
}

.bottom-slide {
    min-width: 100%;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-slide img {
    width: 100%;
    max-width: 360px;
    height: 330px;
    object-fit: contain !important;
    object-position: center;
    display: block;
}

/* arrow */
.bottom-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #a5102d;
    font-size: 34px;
    cursor: pointer;
    z-index: 5;
}

.bottom-prev {
    left: 0;
}

.bottom-next {
    right: 0;
}

/* mobile */
@media (max-width: 768px) {
    .bottom-carousel {
        max-width: 100%;
        height: 280px;
    }

    .bottom-slide {
        height: 280px;
    }

    .bottom-slide img {
        max-width: 260px;
        height: 250px;
    }
}


/* QA FIX: mobile CTA/footer alignment only */
@media (max-width: 768px) {
    .lg-cta {
        position: relative !important;
        width: 100% !important;
        margin-top: -55px !important;
        margin-bottom: -65px !important;
        padding: 0 18px !important;
        z-index: 60 !important;
        background: transparent !important;
    }
    .lg-cta::before {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 55% !important;
        bottom: 0 !important;
        background: #971D37 !important;
        z-index: 0 !important;
    }
    .cta-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 26px 22px 24px !important;
        border-radius: 38px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 18px !important;
        text-align: center !important;
        background: #fff !important;
        position: relative !important;
        z-index: 2 !important;
    }
    .cta-logo { width: 86px !important; height: 86px !important; margin: 0 auto !important; }
    .cta-text {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px !important;
        line-height: 1.45 !important;
        color: #555 !important;
        text-align: center !important;
    }
    .cta-btn { width: 100% !important; }
    .cta-btn a {
        width: 100% !important;
        min-width: 0 !important;
        padding: 15px 20px !important;
        font-size: 16px !important;
        border-radius: 999px !important;
    }
    .footer { margin-top: 0 !important; padding-top: 155px !important; }
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .footer-whatsapp-btn { width: 100% !important; min-width: 0 !important; }
}
