/* Home page */
.section-hero__home {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 34%, rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0.08) 68%, rgba(255, 255, 255, 0) 100%),
        url("http://copiersvn3.ishenseo.com/wp-content/uploads/2026/05/bg_123.png") right top/auto 100% no-repeat;
}

.section-hero__home::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 72%, #fff 100%);
    z-index: 0;
}

.hero-copy__home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hero-copy__home h1 {
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
}

.hero-copy__home h1 span {
    color: var(--primary);
}

.hero-copy__home p {
    font-size: 18px;
    color: var(--muted);
    margin-bottom: 22px;
}

.check-list__home {
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 26px;
}

.check-list__home li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #475467;
}

.check-list__home li i {
    color: var(--primary);
    font-size: 18px;
}

.hero-actions__home {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-actions__home .cta-primary,
.hero-actions__home .cta-secondary {
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
}

.hero-actions__home .cta-primary {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: #ffffff;
}

.hero-actions__home .cta-secondary {
    background: #ffffff;
    color: var(--primary-dark);
    border: 1px solid rgba(255, 122, 0, 0.34);
}

/*  */

.hero-visual__home {
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.08)),
        url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}


/* ------------------benefits------------------- */
.section-benefits__home .row .col {
    padding-bottom: 0;
}

.benefits-bar__home {
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--line);
    box-shadow: 0 14px 26px rgba(24, 37, 56, 0.05);
}


.service-strip__home {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.service-pill__home {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    border-right: 1px solid var(--line);
}

.service-pill__home:last-child {
    border-right: none;
}

.service-pill__home .icon-badge {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-soft);
    color: var(--primary);
    flex: 0 0 38px;
}

.service-pill__home span i {
    font-size: 18px;
}

.service-pill__home div strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.service-pill__home div span {
    font-size: 13px;
    color: var(--muted);
}

/* ---------all section-head---------- */
.featured-head {
    text-align: center;
}

.featured-eyebrow {
    margin-bottom: 6px;
    color: var(--primary);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

.featured-head h1 {
    margin: 0 auto 8px;
    color: #121820;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.12;
    font-weight: 800;
}

.featured-head h1 span {
    color: var(--primary);
}

.featured-desc {
    max-width: 660px;
    margin: 0 auto;
    color: #667085;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
}


/* ------service-dmsp----------------------------- */
.service-dmsp {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.service-dmsp>div {
    display: grid;
    padding: 28px 22px 24px;
    border: 1px solid rgba(233, 237, 243, 0.92);
    border-radius: 12px;
    background: var(--panel);
    box-shadow:
        0 18px 34px rgba(26, 38, 56, 0.08),
        0 0 0 1px rgba(26, 38, 56, 0.02);
}

.service-dmsp>div>div:first-child {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: start;
    gap: 14px;
    margin-bottom: 22px;
}

.service-dmsp div div div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 3px solid var(--primary);
    border-radius: 50%;
    color: var(--primary-dark);
    font-size: 30px;
    box-shadow: 0 8px 18px rgba(255, 122, 0, 0.16);
}

.service-dmsp h3 {
    margin-bottom: 8px;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.service-dmsp p {
    color: var(--muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.75;
}

.service-dmsp .img {
    width: 100%;
    aspect-ratio: 1 / 1;
}


.service-dmsp .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.service-dmsp ul {
    display: grid;
    gap: 14px;
    list-style: none;
}

.service-dmsp ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #697386;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 !important;
}

.service-dmsp ul li i {
    color: var(--primary);
    font-size: 17px;
    line-height: 1;
}


/* --------------about-wrap__home------------ */
.about-wrap__home {
    /* Dat class nay vao Row la tot nhat. Row giu gap cua Flatsome, card ben trong moi ve nen/border. */
    align-items: stretch;
}

.about-wrap__home>.col>.col-inner {
    /* .col-inner la lop nam ben trong padding cua column, nen gap giua cac column van con. */
    width: 100%;
    height: 100%;
}

.about-card__home {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 12px 24px rgba(24, 37, 56, 0.04);
    padding: 24px;
    /* Card nam trong HTML/.col-inner thi can full height de cao bang column lon nhat. */
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.about-card__home h2 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.about-card__home h2 span {
    color: var(--primary);
}

.about-card__home p {
    color: var(--muted);
    margin-bottom: 18px;
}

.about-card__home .check-list__home {
    margin-bottom: 20px;
}

.about-card__home .cta-primary {
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: #ffffff;
    /* Day nut xuong day card, giup cac card nhin deu hon khi noi dung khac do dai. */
    align-self: flex-start;
    margin-top: auto;
}

/* outstanding-products--------- */
.outstanding-products__section .nav.nav-line {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 24px;
}

.outstanding-products__section .nav.nav-line>li {
    margin: 0;
}

.outstanding-products__section .nav.nav-line>li>a {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 16px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 12px 24px rgba(24, 37, 56, 0.05);
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.outstanding-products__section .nav.nav-line>li.active>a {
    color: var(--primary);
    border-color: var(--primary);
    background: var(--primary);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(255, 122, 0, 0.22);
}

.outstanding-products__section .nav.nav-line>li:hover>a {
    border-color: var(--primary);
}

.outstanding-products__section .nav.nav-line>li>a::before {
    content: none !important;
    display: none !important;
}

.outstanding-products__section .nav.nav-line>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: var(--primary);
    opacity: 0;
    transform: translateX(-50%) rotate(45deg);
    transition: opacity 0.2s ease, bottom 0.2s ease;
    z-index: 0;
    pointer-events: none;
}

.outstanding-products__section .nav.nav-line>li.active>a::after {
    bottom: -8px;
    opacity: 1;
}


/* -------stats-card----------------- */
.stats-card__home {
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 12px 24px rgba(24, 37, 56, 0.04);
    display: grid;
    align-content: space-around;
    /* Card thong ke cung phai full height nhu card text. */
    width: 100%;
    height: 100%;
}

.stat-item__home {
    display: flex;
    align-items: center;
    gap: 14px;
}

.stat-item__home .icon-badge {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-soft);
    color: var(--primary);
    flex: 0 0 38px;
}

.stat-item__home span i {
    font-size: 18px;
    color: var(--muted);
}

.stat-item__home strong {
    display: block;
    color: var(--primary-dark);
    font-size: clamp(22px, 5vw, 34px);
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
}

.stat-item__home span {
    color: var(--muted);
    font-size: 14px;
}

.about-photo__home {
    border-radius: 22px;
    min-height: 360px;
    /* Anh/phong nen lap day .col-inner de bang chieu cao voi 2 card con lai. */
    width: 100%;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.08)),
        url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
    box-shadow: 0 14px 28px rgba(24, 37, 56, 0.06);
}


/* -------------services------------- */
.services-grid__home {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.service-card__home {
    background: #ffffff;
    border: 1px solid #eef1f5;
    border-radius: 18px;
    padding: 24px 20px 22px;
    text-align: center;
    box-shadow: 0 8px 28px rgba(24, 37, 56, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-card__home .icon-badge {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-soft);
    color: var(--primary);
    flex: 0 0 38px;
    margin: 0 auto 5px;
}

.service-card__home .icon-badge i {
    font-size: 18px;
}

.service-card__home h3 {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 10px;
    color: #101828;
}

.service-card__home p {
    font-size: 15px;
    line-height: 1.7;
    color: #667085;
}

.service-card__home img {
    width: 100%;
    object-fit: contain;
    margin: 0 0 12px;
}

.service-card__home ul {
    list-style: none;
    margin: 0;
}

.service-card__home li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    color: #475467;
    line-height: 1.5;
    margin-left: 0 !important;
    margin-bottom: 14px;
}

.service-card__home li i {
    color: var(--primary);
    font-size: 16px;
}

/* --------------testimonial------------- */



.testimonial-card__home {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 12px 24px rgba(24, 37, 56, 0.04);
    padding: 20px;
    height: 100%;
}

.testimonial-card__home p {
    color: #475467;
    margin-bottom: 18px;
    min-height: 74px;
}

.testimonial-card__home:nth-child(1) .avatar {
    background-image: url("https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=200&q=80");
}

.testimonial-card__home:nth-child(2) .avatar {
    background-image: url("https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=200&q=80");
}

.testimonial-card__home:nth-child(3) .avatar {
    background-image: url("https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=200&q=80");
}

.testimonial-meta__home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.author__home {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author__home .avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    flex: 0 0 52px;
}

.author__home strong {
    display: block;
    font-size: 15px;
}

.author__home span {
    color: var(--muted);
    font-size: 13px;
}

.stars__home {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #ff9b25;
}





@media (max-width: 1024px) {


    .section-hero__home {
        background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.85)),
            url("http://copiersvn.local/wp-content/uploads/2026/04/ChatGPT-Image-Apr-22-2026-01_31_15-PM.png") center/cover no-repeat;
    }


    .service-strip__home {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }


    .services-grid__home {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .service-dmsp {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }


}

@media (max-width: 860px) {
    .hero-visual__home {
        min-height: 420px;
    }

    .hero-actions__home {
        flex-direction: column;
        align-items: stretch;
    }

    .service-pill__home {
        border-right: none;
        border-bottom: 1px solid var(--line);
    }

    .service-pill__home:last-child {
        border-bottom: none;
    }

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

    .service-dmsp {
        grid-template-columns: repeat(2, 1fr);

    }

    /*  */
    .section.section-hero__home {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    /*  */
    .service-strip__home {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .service-pill__home {
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line)
    }

    /* ---- */
    .outstanding-products__section .nav.nav-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        padding: 0;
    }

    .outstanding-products__section .nav.nav-line>li>a {
        min-height: 64px;
        padding: 12px 14px;
        gap: 10px;
        font-size: 15px;
    }

    .outstanding-products__section .nav.nav-line>li>a::before {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }



}

@media (max-width: 560px) {

    .hero-actions__home .cta-primary,
    .hero-actions__home .cta-secondary {
        width: 100%;
    }

    .section-head__home {
        align-items: flex-start;
        flex-direction: column;
    }

    /*  */
    .service-strip__home {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .service-pill__home {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    .service-pill__home {
        border-right: none;
        border-bottom: 1px solid var(--line);
    }

    .service-pill__home:last-child {
        border-bottom: none;
    }

    .stats-card__home {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }

    .services-grid__home {
        grid-template-columns: 1fr;
    }


    .outstanding-products__section .nav.nav-line {
        grid-template-columns: 1fr;

    }

    .service-dmsp {
        grid-template-columns: 1fr;

    }

}