/* ---------- HOME PAGE SPECIFIC STYLES ---------- */
.hero {
    position: relative;
    background: url('../../public/images/home/hero.png') center center / 120% auto no-repeat;
    height: 100vh;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(7, 18, 26, 0.78) 0%, rgba(7, 18, 26, 0.52) 45%, rgba(7, 18, 26, 0.45) 100%);
    pointer-events: none;
}

.hero-content {
    max-width: 980px;
    padding: var(--spacing-xl);
    z-index: 2;
    animation: fadeUp 0.8s ease-out;
}

.hero-content h1 {
    font-family: var(--font-heading);
    font-size: 3.8rem;
    font-weight: var(--font-weight-regular);
    letter-spacing: 0;
    margin-bottom: var(--spacing-md);
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
    line-height: 1.2;
}

.hero-letter {
    display: inline-block;
}

.hero-kicker {
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 0.9rem;
    margin-bottom: var(--spacing-sm);
    font-weight: var(--font-weight-semibold);
}

.hero-content p {
    font-family: var(--font-body);
    font-size: 1.25rem;
    font-weight: var(--font-weight-regular);
    margin-bottom: var(--spacing-xl);
    opacity: 0.98;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.btn-shop {
    background: var(--color-accent);
    color: var(--color-dark);
    border: none;
    padding: 0.9rem 2.2rem;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: var(--font-weight-semibold);
    border-radius: var(--radius-xl);
    cursor: pointer;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-md);
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-sm);
}

.btn-shop:hover {
    background: var(--color-accent-hover);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    color: var(--color-dark);
}

.about-intro {
    padding: var(--spacing-3xl) var(--spacing-xl);
    background: #f8fcff;
}

.about-intro-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 2.2rem;
    align-items: center;
}

.about-intro-kicker {
    font-family: var(--font-nav);
    color: #00b3ca;
    letter-spacing: 0.8px;
    margin-bottom: 0.45rem;
}

.about-intro-text h2 {
    font-family: var(--font-heading);
    font-size: 2.3rem;
    margin-bottom: 1rem;
    color: var(--color-dark);
}

.about-intro-text p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.about-intro-points {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.4rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 0.65rem 1rem;
}

.about-intro-points li {
    position: relative;
    padding-left: 1.5rem;
    color: var(--color-dark);
    font-weight: var(--font-weight-medium);
}

.about-intro-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #00b3ca;
}

.about-intro-btn {
    display: inline-block;
    background: #00b3ca;
    color: #fff;
    text-decoration: none;
    padding: 0.75rem 1.35rem;
    border-radius: 999px;
    font-family: var(--font-nav);
    letter-spacing: 0.5px;
}

.about-intro-image-wrap {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.about-intro-image {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
}

.hero-stats {
    margin-top: var(--spacing-xl);
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: var(--spacing-lg);
}

.hero-stat {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    padding: 1rem;
    backdrop-filter: blur(2px);
}

.hero-stat h3 {
    margin: 0;
    font-size: 1rem;
    font-family: var(--font-nav);
    letter-spacing: 0.5px;
}

.hero-stat p {
    margin: 0.4rem 0 0;
    font-size: 1.5rem;
    font-weight: var(--font-weight-bold);
}

.hero-stat span {
    font-size: 2rem;
}

.product-range {
    padding: var(--spacing-3xl) var(--spacing-xl);
    background: #ffffff;
}

.product-range-header {
    max-width: 760px;
    margin: 0 auto var(--spacing-xl);
    text-align: center;
}

.product-range-header h2 {
    font-family: var(--font-heading);
    font-size: 2.35rem;
    font-weight: var(--font-weight-regular);
    color: var(--color-dark);
    margin-bottom: 0.7rem;
}

.product-range-header p {
    color: #46525a;
    line-height: 1.7;
    font-size: 1rem;
}

.product-range-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 230px;
    gap: 1rem;
}

.product-range-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    background: #0b1d24;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.product-range-card-large {
    grid-column: span 2;
    grid-row: span 2;
}

.product-range-card-wide {
    grid-column: span 2;
}

.product-range-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform var(--transition-normal);
}

.product-range-card picture {
    display: block;
    width: 100%;
    height: 100%;
}

.product-range-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.64) 100%);
}

.product-range-content {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem;
}

.product-range-content h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: var(--font-weight-regular);
    line-height: 1.1;
}

.product-range-btn {
    flex: 0 0 auto;
    background: #84cc16;
    color: #111;
    border-radius: 999px;
    padding: 0.58rem 0.9rem;
    font-family: var(--font-nav);
    font-size: 0.88rem;
    line-height: 1;
}

.product-range-card:hover img {
    transform: scale(1.06);
}

.product-range-card:hover .product-range-btn {
    background: #03b9c8;
    color: #ffffff;
}

.industries-serve {
    padding: var(--spacing-3xl) var(--spacing-xl);
    background: linear-gradient(160deg, #021334 0%, #04153f 58%, #051024 100%);
}

.industries-serve-header {
    max-width: 900px;
    margin: 0 auto var(--spacing-xl);
    text-align: center;
}

.industries-serve-header h2 {
    margin: 0 0 0.65rem;
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: var(--font-weight-regular);
    color: #ffffff;
    line-height: 1.1;
}

.industries-serve-header p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}

.industries-serve-grid {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.industry-card {
    min-height: 165px;
    border: 2px solid #84cc16;
    border-radius: 22px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.2rem 1rem;
}

.industry-icon-wrap {
    width: 62px;
    height: 62px;
    border-radius: 12px;
    background: #ffffff;
    color: #84cc16;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
}

.industry-card h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: var(--font-weight-regular);
    color: #ffffff;
    line-height: 1.15;
}

.explore-products {
    padding: var(--spacing-3xl) 0;
    background: #04153f;
}

.explore-products-head {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 var(--spacing-xl);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.explore-products-copy h2 {
    margin: 0;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: var(--font-weight-regular);
    line-height: 1.08;
}

.explore-products-copy p {
    margin: 0.45rem 0 0;
    color: #9fa9bf;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 900px;
}

.explore-products-controls {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.explore-nav-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 12px;
    background: #ffffff;
    color: #84cc16;
    font-size: 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-fast);
}

.explore-nav-btn:hover {
    background: #84cc16;
    color: #04153f;
}

.explore-products-slider {
    margin-top: 1.35rem;
}

.explore-products-track {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 var(--spacing-xl) 0.5rem;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.explore-products-track::-webkit-scrollbar {
    display: none;
}

.explore-product-card {
    flex: 0 0 clamp(275px, 22vw, 370px);
    background: #f6f8fc;
    border-radius: 22px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    scroll-snap-align: start;
}

.explore-product-card img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    display: block;
}

.explore-product-info {
    padding: 0.9rem 1rem 1rem;
    text-align: center;
}

.explore-product-info h3 {
    margin: 0;
    color: #84cc16;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: var(--font-weight-regular);
    line-height: 1.2;
}

.explore-product-info p {
    margin: 0.55rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.35rem;
    font-weight: var(--font-weight-semibold);
    color: #0f172a;
}

.price-old {
    text-decoration: line-through;
    opacity: 0.75;
}

.price-new {
    color: #0f172a;
}

.explore-products-cta {
    margin: 1.5rem auto 0;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 0.55rem;
    background: #84cc16;
    color: #ffffff;
    text-decoration: none;
    border-radius: 999px;
    padding: 0.82rem 1.5rem;
    font-family: var(--font-nav);
    font-size: 1rem;
    line-height: 1;
}

.dual-cta {
    padding: var(--spacing-3xl) var(--spacing-xl);
    background: #f4f5f7;
}

.dual-cta-grid {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.dual-cta-card {
    min-height: 320px;
    border-radius: 22px;
    padding: 2.6rem 2.8rem;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.dual-cta-card-left {
    background: linear-gradient(135deg, #2a3448 0%, #6b7487 52%, #8a92a3 100%);
}

.dual-cta-card-right {
    background: linear-gradient(135deg, #4a5165 0%, #6f7788 48%, #8a90a0 100%);
}

.dual-cta-kicker {
    margin: 0 0 1rem;
    font-family: var(--font-nav);
    font-size: 0.95rem;
    letter-spacing: 0.35rem;
    color: #f4c235;
}

.dual-cta-card h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: var(--font-weight-regular);
    line-height: 1.08;
}

.dual-cta-btn {
    margin-top: 1.45rem;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 999px;
    text-decoration: none;
    padding: 0.82rem 1.5rem;
    font-family: var(--font-nav);
    font-size: 1rem;
    line-height: 1;
}

.dual-cta-btn-light {
    background: #ffffff;
    border: 2px solid #84cc16;
    color: #84cc16;
}

.dual-cta-btn-solid {
    background: #84cc16;
    border: 2px solid #84cc16;
    color: #ffffff;
}

.trust-section {
    position: relative;
    overflow: hidden;
    padding: var(--spacing-3xl) var(--spacing-xl);
    background: linear-gradient(160deg, #021334 0%, #04153f 58%, #051024 100%);
}

.trust-section::before {
    content: "";
    position: absolute;
    inset: -20% -10% auto -10%;
    height: 220px;
    background: radial-gradient(140% 110% at 10% 10%, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0) 62%);
    pointer-events: none;
}

.trust-section::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -60px;
    width: 62%;
    height: 220px;
    background: radial-gradient(120% 100% at 100% 100%, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
}

.trust-wrap {
    position: relative;
    z-index: 2;
    max-width: 1360px;
    margin: 0 auto;
}

.trust-head {
    text-align: center;
    margin-bottom: 1.6rem;
}

.trust-head h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: var(--font-weight-regular);
    color: #ffffff;
    line-height: 1.08;
}

.trust-head p {
    margin: 0.55rem 0 0;
    color: #a7b0c4;
    font-size: 1rem;
    line-height: 1.6;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.trust-card {
    min-height: 280px;
    border: 2px solid rgba(255, 255, 255, 0.88);
    border-radius: 22px;
    background: rgba(5, 18, 51, 0.36);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    padding: 1.6rem 1.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.trust-icon {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: #f3f4f6;
    color: #84cc16;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.trust-card h3 {
    margin: 1rem 0 0;
    font-family: var(--font-heading);
    font-size: 2.1rem;
    font-weight: var(--font-weight-regular);
    color: #84cc16;
    line-height: 1.15;
}

.trust-card p {
    margin: 0.65rem 0 0;
    color: #e7e9ee;
    font-size: 1rem;
    line-height: 1.45;
}

.client-testimonials {
    padding: var(--spacing-3xl) var(--spacing-xl);
    background: #f2f3f5;
}

.testimonial-wrap {
    max-width: 1360px;
    margin: 0 auto;
}

.testimonial-head {
    max-width: 980px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.testimonial-head h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: var(--font-weight-regular);
    color: #061744;
    line-height: 1.08;
}

.testimonial-head p {
    margin: 0.55rem 0 0;
    color: #666f7d;
    font-size: 1rem;
    line-height: 1.55;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.testimonial-card {
    position: relative;
    min-height: 430px;
    border: 2px solid #84cc16;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    padding: 1.45rem 1.55rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-quote {
    position: absolute;
    top: 0;
    right: 0;
    width: 78px;
    height: 78px;
    border-bottom-left-radius: 100%;
    background: #04153f;
    color: #84cc16;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    padding-left: 0.55rem;
    padding-bottom: 0.55rem;
    border-top-right-radius: 21px;
}

.testimonial-avatar {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    margin-top: 0.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-nav);
    font-size: 2.05rem;
    color: #ffffff;
    background: linear-gradient(145deg, #22314f 0%, #4f5f7e 55%, #7b8baa 100%);
}

.testimonial-card h3 {
    margin: 0.95rem 0 0;
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: var(--font-weight-regular);
    color: #101828;
    line-height: 1.1;
}

.testimonial-role {
    margin: 0.32rem 0 0;
    color: #7a808a;
    font-size: 1.05rem;
    line-height: 1.35;
}

.testimonial-text {
    margin: 1.35rem 0 0;
    color: #707783;
    font-size: 1.05rem;
    line-height: 1.45;
    max-width: 92%;
}

/* Featured categories */
.featured {
    padding: var(--spacing-3xl) var(--spacing-xl);
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.featured h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: var(--font-weight-regular);
    letter-spacing: 1px;
    margin-bottom: var(--spacing-xl);
    color: var(--color-dark);
}

.card-grid {
    display: flex;
    gap: var(--spacing-xl);
    justify-content: center;
    flex-wrap: wrap;
}

.category-card {
    background: var(--color-light);
    border-radius: var(--radius-lg);
    padding: var(--spacing-xl) var(--spacing-lg);
    width: 240px;
    box-shadow: var(--shadow-xl);
    transition: var(--transition-normal);
    border: 1px solid var(--color-gray-light);
    cursor: default;
}

.category-card i {
    font-size: 2.8rem;
    color: var(--color-primary);
    margin-bottom: var(--spacing-md);
}

.category-card h3 {
    font-family: var(--font-nav);
    font-weight: var(--font-weight-regular);
    letter-spacing: 0.5px;
    margin-bottom: var(--spacing-xs);
    color: var(--color-dark);
    font-size: 1.2rem;
}

.category-card p {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: var(--color-gray-text);
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--color-primary);
}

/* Mobile responsive for home page */
@media (max-width: 768px) {
    .hero {
        background: url('../../public/images/home/hero-mobile.png') center top / cover no-repeat;
        height: auto;
        min-height: 500px;
        align-items: flex-end;
        padding: 7rem 1rem 2rem;
    }

    .hero::before {
        background: linear-gradient(180deg, rgba(5, 12, 18, 0.28) 0%, rgba(5, 12, 18, 0.72) 48%, rgba(5, 12, 18, 0.9) 100%);
    }

    .hero-content {
        max-width: 100%;
        padding: 1rem 0.5rem 0;
    }

    .hero-kicker {
        font-size: 0.78rem;
        letter-spacing: 1.2px;
    }

    .hero-content h1 {
        font-size: 1.9rem;
        line-height: 1.25;
    }

    .hero-content p {
        font-size: 0.95rem;
        line-height: 1.55;
        margin-bottom: 1rem;
    }

    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
        max-width: 360px;
        margin: 1rem auto 0;
    }

    .hero-stat {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.35rem;
        border-radius: 10px;
        padding: 0.55rem 0.45rem;
    }

    .hero-stat:nth-child(1) {
        grid-column: 1 / -1;
        order: 3;
    }

    .hero-stat:nth-child(2) {
        order: 1;
    }

    .hero-stat:nth-child(3) {
        order: 2;
    }

    .hero-stat h3 {
        font-size: 0.68rem;
        line-height: 1.25;
    }

    .hero-stat p {
        font-size: 0.9rem;
        margin: 0;
    }

    .hero-stat span {
        font-size: 1.1rem;
    }

    .featured {
        padding: var(--spacing-2xl) var(--spacing-lg);
    }

    .product-range {
        padding: var(--spacing-2xl) var(--spacing-lg);
    }

    .product-range-header h2 {
        font-size: 1.9rem;
    }

    .product-range-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
        grid-template-rows: 220px 140px 140px;
        grid-auto-rows: unset;
        gap: 0.8rem;
    }

    .product-range-card-large,
    .product-range-card-wide {
        grid-column: auto;
        grid-row: auto;
    }

    .product-range-card {
        width: 100%;
        height: auto;
    }

    .product-range-card:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .product-range-card:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .product-range-card:nth-child(3) {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .product-range-card:nth-child(4) {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .product-range-content h3 {
        font-size: 1.15rem;
    }

    .industries-serve {
        padding: var(--spacing-2xl) var(--spacing-lg);
    }

    .industries-serve-header h2 {
        font-size: 2.2rem;
    }

    .industries-serve-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .industry-card {
        min-height: 138px;
        border-radius: 16px;
    }

    .industry-card h3 {
        font-size: 1.8rem;
    }

    .explore-products {
        padding: var(--spacing-2xl) 0;
    }

    .explore-products-head {
        padding: 0 var(--spacing-lg);
        flex-direction: column;
        align-items: flex-start;
    }

    .explore-products-copy h2 {
        font-size: 2.15rem;
    }

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

    .explore-products-controls {
        align-self: flex-end;
    }

    .explore-products-track {
        padding: 0 var(--spacing-lg) 0.4rem;
        gap: 0.8rem;
    }

    .explore-product-card {
        flex: 0 0 min(80vw, 350px);
        border-radius: 18px;
    }

    .explore-product-card img {
        height: 200px;
    }

    .explore-product-info h3 {
        font-size: 1.1rem;
    }

    .explore-product-info p {
        font-size: 1.1rem;
    }

    .dual-cta {
        padding: var(--spacing-2xl) var(--spacing-lg);
    }

    .dual-cta-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .dual-cta-card {
        min-height: 275px;
        border-radius: 18px;
        padding: 2rem 1.7rem;
    }

    .dual-cta-kicker {
        font-size: 0.88rem;
        letter-spacing: 0.24rem;
    }

    .dual-cta-card h3 {
        font-size: 2.25rem;
    }

    .dual-cta-btn {
        margin-top: 1.2rem;
    }

    .trust-section {
        padding: var(--spacing-2xl) var(--spacing-lg);
    }

    .trust-head h2 {
        font-size: 2.2rem;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
    }

    .trust-card {
        min-height: 230px;
        border-radius: 18px;
    }

    .trust-card h3 {
        font-size: 1.75rem;
    }

    .client-testimonials {
        padding: var(--spacing-2xl) var(--spacing-lg);
    }

    .testimonial-head h2 {
        font-size: 2.2rem;
    }

    .testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
    }

    .testimonial-card {
        min-height: 375px;
        border-radius: 18px;
    }

    .testimonial-card h3 {
        font-size: 1.7rem;
    }

    .testimonial-text {
        margin-top: 1.05rem;
        font-size: 0.98rem;
        max-width: 95%;
    }

    .about-intro {
        padding: var(--spacing-2xl) var(--spacing-lg);
    }

    .about-intro-container {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .about-intro-text h2 {
        font-size: 1.8rem;
    }

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

    .about-intro-image {
        min-height: 280px;
    }

    .featured h2 {
        font-size: 1.6rem;
    }

    .category-card {
        width: 200px;
        padding: var(--spacing-lg) var(--spacing-md);
    }

    .about-intro-text {
        text-align: center;
    }

    .about-intro-points li {
        text-align: left;
        max-width: 280px;
        margin: 0 auto;
    }

    .about-intro-btn {
        margin: 0 auto;
    }

}

@media (max-width: 480px) {
    .hero {
        min-height: 450px;
        padding: 6.5rem 0.8rem 1.2rem;
    }

    .hero-content {
        padding: 0.6rem 0.2rem 0;
    }

    .hero-content h1 {
        font-size: 1.55rem;
    }

    .hero-content p {
        font-size: 0.86rem;
    }

    .btn-shop {
        padding: 0.72rem 1.5rem;
        font-size: 0.84rem;
    }

    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
        max-width: 330px;
    }

    .hero-stat {
        padding: 0.52rem 0.35rem;
    }

    .hero-stat h3 {
        font-size: 0.62rem;
    }

    .hero-stat p {
        font-size: 0.82rem;
    }

    .hero-stat span {
        font-size: 1rem;
    }

    .about-intro {
        padding: var(--spacing-xl) 0.9rem;
    }

    .product-range {
        padding: var(--spacing-xl) 0.9rem;
    }

    .product-range-header {
        margin-bottom: 1.1rem;
    }

    .product-range-header h2 {
        font-size: 1.55rem;
    }

    .product-range-header p {
        font-size: 0.9rem;
    }

    .product-range-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
        grid-template-rows: 175px 118px 118px;
        grid-auto-rows: unset;
        gap: 0.75rem;
    }

    .product-range-card-large,
    .product-range-card-wide {
        grid-column: auto;
        grid-row: auto;
    }

    .product-range-card:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .product-range-card:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .product-range-card:nth-child(3) {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .product-range-card:nth-child(4) {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .product-range-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.65rem;
    }

    .product-range-content h3 {
        font-size: 1.1rem;
    }

    .product-range-btn {
        padding: 0.55rem 0.85rem;
        font-size: 0.8rem;
    }

    .industries-serve {
        padding: var(--spacing-xl) 0.9rem;
    }

    .industries-serve-header {
        margin-bottom: 1rem;
    }

    .industries-serve-header h2 {
        font-size: 1.85rem;
    }

    .industries-serve-header p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .industry-card {
        min-height: 126px;
        border-radius: 14px;
        padding: 1rem 0.8rem;
    }

    .industry-icon-wrap {
        width: 54px;
        height: 54px;
        font-size: 1.45rem;
        margin-bottom: 0.65rem;
    }

    .industry-card h3 {
        font-size: 1.55rem;
    }

    .explore-products {
        padding: var(--spacing-xl) 0;
    }

    .explore-products-head {
        padding: 0 0.9rem;
        gap: 0.75rem;
    }

    .explore-products-copy h2 {
        font-size: 1.75rem;
    }

    .explore-products-copy p {
        font-size: 0.88rem;
    }

    .explore-products-controls {
        gap: 0.55rem;
    }

    .explore-nav-btn {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        font-size: 0.88rem;
    }

    .explore-products-track {
        padding: 0 0.9rem 0.35rem;
    }

    .explore-product-card {
        flex: 0 0 84vw;
        border-radius: 16px;
    }

    .explore-product-card img {
        height: 175px;
    }

    .explore-product-info {
        padding: 0.8rem 0.75rem 0.85rem;
    }

    .explore-product-info h3 {
        font-size: 1rem;
    }

    .explore-product-info p {
        font-size: 0.95rem;
    }

    .explore-products-cta {
        padding: 0.72rem 1.2rem;
        font-size: 0.9rem;
    }

    .dual-cta {
        padding: var(--spacing-2xl) var(--spacing-lg);
    }

    .dual-cta-grid {
        grid-template-columns: 1fr;
    }

    .dual-cta-card {
        min-height: 250px;
        border-radius: 18px;
        padding: 1.9rem 1.6rem;
    }

    .dual-cta-kicker {
        font-size: 0.85rem;
        letter-spacing: 0.22rem;
    }

    .dual-cta-card h3 {
        font-size: 2rem;
    }

    .dual-cta-btn {
        margin-top: 1.15rem;
        padding: 0.72rem 1.2rem;
        font-size: 0.9rem;
    }

    .trust-section {
        padding: var(--spacing-xl) 0.9rem;
    }

    .trust-head {
        margin-bottom: 1.1rem;
    }

    .trust-head h2 {
        font-size: 1.85rem;
    }

    .trust-head p {
        font-size: 0.88rem;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .trust-card {
        min-height: 198px;
        border-radius: 14px;
        padding: 1.2rem 0.95rem;
    }

    .trust-icon {
        width: 52px;
        height: 52px;
        font-size: 1.4rem;
    }

    .trust-card h3 {
        font-size: 1.5rem;
    }

    .trust-card p {
        font-size: 0.92rem;
    }

    .client-testimonials {
        padding: var(--spacing-xl) 0.9rem;
    }

    .testimonial-head {
        margin-bottom: 1rem;
    }

    .testimonial-head h2 {
        font-size: 1.85rem;
    }

    .testimonial-head p {
        font-size: 0.88rem;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .testimonial-card {
        min-height: 338px;
        border-radius: 14px;
        padding: 1.15rem 1rem;
    }

    .testimonial-quote {
        width: 66px;
        height: 66px;
        font-size: 1.35rem;
        border-top-right-radius: 10px;
    }

    .testimonial-avatar {
        width: 84px;
        height: 84px;
        font-size: 1.75rem;
    }

    .testimonial-card h3 {
        font-size: 1.45rem;
    }

    .testimonial-role {
        font-size: 0.95rem;
    }

    .testimonial-text {
        font-size: 0.9rem;
    }

    .about-intro-text h2 {
        font-size: 1.45rem;
    }

    .about-intro-text p {
        font-size: 0.92rem;
    }

    .category-card {
        width: 160px;
    }

    .category-card i {
        font-size: 2rem;
    }

    .category-card h3 {
        font-size: 1rem;
    }
}


.explore-product-card a {
    text-decoration: none;
}

.explore-product-info h3 {
    text-decoration: none;

    transition: color 0.3s ease;
}

.explore-product-card:hover .explore-product-info h3 {
    color: #03b9c8;
}


/* For mobile - center the list but keep items left-aligned inside */
@media (max-width: 768px) {
    .about-intro-points {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 1rem auto !important;
        padding: 0 !important;
    }

    .about-intro-points li {
        text-align: left !important;
        width: auto !important;
        min-width: 200px !important;
        padding-left: 1.5rem !important;
        position: relative !important;
        display: inline-block !important;
    }

    .about-intro-points li::before {
        left: 0 !important;
        top: 0 !important;
        position: absolute !important;
    }
}