@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/be-vietnam-pro/BeVietnamPro-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/be-vietnam-pro/BeVietnamPro-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/be-vietnam-pro/BeVietnamPro-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/be-vietnam-pro/BeVietnamPro-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

:root {
    --ink: #2d3150;
    --muted: #666;
    --orange: #ff5b22;
    --orange2: #ff7a35;
    --secondary: #ff0000;
    --green: #005A43;
    --yellow: #ffc64d;
    --cream: #fff8e8;
    --purple: #22092c;
    --line: #d5d5d5;
    --soft: #f6f6f6
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font-family: 'Be Vietnam Pro', sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .04px
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

button,
input,
textarea {
    font: inherit
}

.site-shell {
    width: min(1160px, calc(100% - 40px));
    margin: auto
}

.section-kicker,
.eyebrow {
    display: block;
    color: var(--secondary);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1.4px
}

.primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 16px;
    background: var(--green);
    padding: 14px 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 10px 24px #005a4333;
    transition: .2s
}

.primary-button:hover {
    transform: translateY(-2px)
}

.plain-link {
    font-size: 12px;
    font-weight: 800;
    border-bottom: 1px solid currentColor;
    padding-bottom: 3px
}

.heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px
}

.heading-row h2,
.faq-six h2 {
    margin: 0;
    font-size: 30px;
    letter-spacing: -1.1px
}

.heading-row h2 span,
.faq-six h2 span,
.process-copy h2 span {
    color: var(--orange)
}

.heading-row>a {
    font-size: 11px;
    font-weight: 800;
    color: var(--orange);
    white-space: nowrap
}

.hero-six {
    height: 580px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffb331, #ffd96a 62%, #ffc14b);
    isolation: isolate
}

.hero-six:after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 35px;
    background: linear-gradient(135deg, transparent 24px, #fff 0) 0 0/48px 48px repeat-x;
    opacity: .2
}

.hero-shape {
    position: absolute;
    border: 2px solid #fff5;
    border-radius: 50%;
    z-index: -1
}

.hero-shape-one {
    width: 420px;
    height: 420px;
    left: -180px;
    bottom: -130px
}

.hero-shape-two {
    width: 620px;
    height: 620px;
    right: -230px;
    top: -260px
}

.hero-six-grid {
    height: 100%;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center
}

.hero-six-copy {
    position: relative;
    z-index: 3
}

.hero-six-copy .eyebrow {
    color: #6d4a12
}

.hero-six-copy h1 {
    margin: 12px 0 18px;
    font-size: 53px;
    line-height: 1.05;
    letter-spacing: -2.8px
}

.hero-six-copy h1 strong {
    font-weight: 800
}

.hero-six-copy p {
    max-width: 500px;
    font-size: 14px;
    line-height: 1.75;
    color: #494130
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 29px
}

.hero-card-scene {
    height: 520px;
    position: relative
}

.card-piece {
    position: absolute;
    overflow: hidden;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 26px 45px #79471835;
    border: 6px solid #fff
}

.card-piece img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.piece-one {
    width: 390px;
    height: 238px;
    left: 75px;
    top: 160px;
    transform: rotate(-6deg);
    z-index: 4
}

.piece-two {
    width: 270px;
    height: 168px;
    right: -60px;
    top: 80px;
    transform: rotate(8deg);
    z-index: 2
}

.piece-three {
    width: 265px;
    height: 164px;
    right: -20px;
    bottom: 26px;
    transform: rotate(-8deg);
    z-index: 5
}

.piece-four {
    width: 230px;
    height: 142px;
    left: 5px;
    top: 35px;
    transform: rotate(12deg);
    z-index: 1
}

.hero-roundel {
    position: absolute;
    right: 145px;
    top: 63px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--purple);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 6;
    box-shadow: 0 14px 30px #47232533
}

.hero-roundel b {
    font-size: 29px
}

.hero-roundel small {
    font-size: 7px;
    letter-spacing: 1.6px;
    color: #ffd65b
}

.trust-float {
    position: relative;
    z-index: 10;
    margin-top: -43px
}

.trust-row {
    min-height: 108px;
    background: #fff;
    box-shadow: 0 12px 35px #23223a1c;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    padding: 20px 25px
}

.trust-row article {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 5px 18px;
    border-right: 1px solid var(--line)
}

.trust-row article:last-child {
    border: 0
}

.trust-row i {
    font-style: normal;
    font-size: 32px;
    color: #6c6a72
}

.trust-row div {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.trust-row b {
    font-size: 12px
}

.trust-row span {
    font-size: 9px;
    color: var(--muted);
    line-height: 1.4
}

.about-six {
    padding: 94px 0 100px;
    overflow: hidden
}

.about-six-grid {
    display: grid;
    grid-template-columns: 1fr .95fr;
    gap: 72px;
    align-items: center
}

.about-six-copy h2 {
    max-width: 660px;
    font-size: clamp(40px, 4.1vw, 62px);
    line-height: 1.04;
    margin: 12px 0 24px;
    letter-spacing: -2.5px
}

.about-six-copy h2 em {
    font-style: normal;
    color: var(--ink);
    background: linear-gradient(transparent 66%, #c9f0bd 0);
    padding: 0 5px
}

.about-six-copy p {
    max-width: 650px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0 0 10px
}

.about-six-copy .primary-button {
    margin-top: 20px
}

.about-six-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px
}

.about-six-actions .primary-button {
    margin-top: 0
}

.profile-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 24px;
    border: 1.5px solid var(--green);
    border-radius: 16px;
    color: var(--green);
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    transition: color .2s, background .2s, transform .2s
}

.profile-button:hover {
    color: #fff;
    background: var(--green);
    transform: translateY(-2px)
}

.profile-button i {
    font-size: 15px
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 660px;
    margin-top: 30px;
    padding: 0 26px;
    background: #f0fbef
}

.about-stats article {
    display: grid;
    align-items: center;
    min-height: 74px;
    padding: 16px 20px
}

.about-stats article:nth-child(even) {
    border-left: 1px solid var(--line)
}

.about-stats article:nth-child(n+3) {
    border-top: 1px solid var(--line)
}

.about-stats h3 {
    margin: 0;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.3
}

.about-six-visual {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center
}

.about-six-visual img {
    position: relative;
    z-index: 1;
    width: min(100%, 610px);
    height: auto;
    object-fit: contain
}

.about-shape {
    position: absolute;
    z-index: 0;
    width: 78%;
    aspect-ratio: 1;
    background: #dce8fb;
    border-radius: 42% 58% 64% 36% / 42% 36% 64% 58%;
    transform: rotate(-8deg)
}

.popular-six {
    padding: 78px 0 95px;
    background: #fff
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px
}

.category-card {
    padding: 23px;
    background: #f4f4f4;
    text-align: center;
    transition: .2s
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px #25253d15
}

.category-image {
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff1c4;
    margin: 0 auto 20px;
    aspect-ratio: 1;
    max-width: 190px
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.category-card:nth-child(2) .category-image {
    background: #f4d9e4
}

.category-card:nth-child(3) .category-image {
    background: #dcefed
}

.category-card:nth-child(4) .category-image {
    background: #e8def4
}

.category-card h3 {
    font-size: 14px;
    margin: 0 0 7px
}

.category-card p {
    min-height: 30px;
    font-size: 9px;
    line-height: 1.6;
    color: var(--muted);
    margin: 0 0 11px
}

.category-card>span {
    font-size: 9px;
    font-weight: 800;
    color: var(--orange)
}

.products-six {
    padding: 94px 0 105px;
    background: #fff
}

.service-categories {
    padding: 14px 0 32px;
    background: #fff
}

.service-categories-head {
    margin-bottom: 32px
}

.service-categories-head h2 {
    margin: 7px 0 0;
    font-size: clamp(32px, 3.4vw, 46px);
    line-height: 1.08;
    letter-spacing: -1.5px
}

.service-categories-head h2 em {
    color: var(--ink);
    font-style: normal;
    background: linear-gradient(transparent 67%, #bdeeb8 0)
}

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

.service-category-card {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    border-radius: 16px;
    isolation: isolate
}

.service-category-card.category-in-an {
    background: #e4e2fa
}

.service-category-card.category-quang-cao {
    background: #d8f2eb
}

.service-category-card.category-qua-tang {
    background: #fff0d0
}

.service-category-copy {
    position: relative;
    z-index: 2;
    width: 60%;
    padding: 40px 0 36px 34px
}

.service-category-copy small {
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .8px
}

.service-category-copy h3 {
    margin: 8px 0 12px;
    font-size: 34px;
    line-height: 1
}

.service-category-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.55
}

.service-category-copy a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 25px;
    padding: 12px 20px;
    color: #fff;
    background: var(--green);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700
}

.service-category-card img {
    position: absolute;
    z-index: 1;
    right: -32px;
    bottom: 0;
    width: 84%;
    object-fit: contain;
    object-position: right bottom;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 18%, #000 42%);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 18%, #000 42%);
    transition: transform .35s ease
}

.service-category-card:hover img {
    transform: scale(1.035)
}

@media(max-width:980px) {
    .service-category-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .service-category-card:last-child {
        grid-column: 1 / -1
    }

    .service-category-card:last-child .service-category-copy {
        width: 46%
    }

    .service-category-card:last-child img {
        right: 0;
        width: 66%;
        height: 84%
    }
}

@media(max-width:680px) {
    .service-categories {
        padding: 4px 0 70px
    }

    .service-category-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .service-category-card,
    .service-category-card:last-child {
        grid-column: auto;
        min-height: 330px
    }

    .service-category-card:last-child .service-category-copy,
    .service-category-copy {
        width: 62%;
        padding: 32px 0 30px 24px
    }

    .service-category-card:last-child img,
    .service-category-card img {
        right: 0;
        width: 48%;
        height: 100%
    }

    .service-category-copy,
    .service-category-card:last-child .service-category-copy {
        width: 70%;
        padding: 30px 0 28px 26px
    }

    .service-category-card img,
    .service-category-card:last-child img {
        right: -10%;
        bottom: 0;
        width: 78%;
        height: 62%;
        clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%)
    }
}

/* Final page rhythm and typography */
body {
    color: #292d46;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.site-shell,
.hdr-main-inner {
    width: min(1320px, calc(100% - 64px))
}

h1,
h2,
h3,
h4,
p {
    text-wrap: pretty
}

.section-kicker,
.eyebrow {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1.25px
}

.primary-button {
    min-height: 50px;
    padding: 13px 26px;
    font-size: 15px;
    line-height: 1
}

.hdr-main-inner {
    height: 82px;
    grid-template-columns: 220px minmax(280px, 470px) 1fr;
    gap: 40px
}

.hdr-nav-bar {
    height: 60px
}

.hdr-nav-link,
.hdr-action-link small,
.hdr-search-pill input {
    font-size: 15px
}

.hero-six {
    height: 620px
}

.hero-six-grid {
    grid-template-columns: .92fr 1.08fr;
    gap: 52px
}

.hero-six-copy {
    max-width: 590px
}

.hero-six-copy h1 {
    margin: 15px 0 22px;
    font-size: clamp(48px, 4.3vw, 68px);
    line-height: 1.02;
    letter-spacing: -2.6px
}

.hero-six-copy p {
    max-width: 550px;
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.65
}

.trust-float {
    margin-top: -42px
}

.trust-row {
    padding: 24px 28px;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(34, 30, 48, .11)
}

.trust-row article {
    min-height: 76px;
    padding: 8px 24px
}

.trust-row h2 {
    margin: 0;
    font-size: 17px;
    line-height: 1.4
}

.about-six {
    padding: 112px 0 96px
}

.about-six-grid {
    grid-template-columns: .92fr 1.08fr;
    gap: 86px;
    align-items: center
}

.about-six-copy h2 {
    max-width: 620px;
    margin: 14px 0 26px;
    font-size: clamp(42px, 4vw, 60px);
    line-height: 1.08;
    letter-spacing: -2px
}

.about-six-copy p {
    max-width: 620px;
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.75
}

.about-six-copy .primary-button {
    margin-top: 18px
}

.about-six-visual {
    min-height: 500px
}

.service-categories {
    padding: 32px 0 108px
}

.service-categories-head,
.products-head,
.home-news-head {
    margin-bottom: 42px
}

.service-categories-head h2,
.products-head h2,
.home-news-head h2 {
    margin-top: 10px;
    font-size: clamp(38px, 3.4vw, 52px);
    line-height: 1.08;
    letter-spacing: -1.8px
}

.service-category-grid {
    gap: 26px
}

.service-category-card {
    min-height: 380px;
    border-radius: 18px
}

.service-category-copy {
    width: 60%;
    padding: 46px 0 40px 38px
}

.service-category-copy h3 {
    margin: 10px 0 15px;
    font-size: 38px
}

.service-category-copy p {
    font-size: 16px;
    line-height: 1.6
}

.service-category-copy a {
    min-height: 46px;
    margin-top: 28px;
    padding: 12px 22px;
    font-size: 15px
}

.products-six {
    padding: 104px 0 112px
}

.products-head>a,
.home-news-head>a {
    font-size: 16px
}

.product-grid {
    gap: 30px
}

.product-image {
    min-height: 340px;
    border-radius: 12px
}

.product-card h3 {
    margin: 14px 0 5px;
    font-size: 20px;
    line-height: 1.35
}

.product-card p {
    font-size: 17px
}

.quote-six {
    padding: 110px 0;
    background: #f1fff5
}

.quote-six-grid {
    grid-template-columns: 1.04fr .96fr;
    gap: 82px;
    align-items: center
}

.quote-six h2 {
    margin: 14px 0 22px;
    font-size: clamp(38px, 3.4vw, 52px);
    line-height: 1.12;
    letter-spacing: -1.7px
}

.quote-six p {
    font-size: 17px;
    line-height: 1.7
}

.contact-chips {
    gap: 12px;
    margin-top: 30px
}

.contact-chips a {
    min-height: 44px;
    padding: 11px 18px;
    font-size: 14px
}

.partner-benefits {
    padding: 62px 0
}

.partner-benefits-grid {
    gap: 0
}

.partner-benefits article {
    min-height: 116px;
    gap: 20px;
    padding: 16px 30px
}

.partner-benefits h3 {
    font-size: 18px;
    line-height: 1.3
}

.partner-benefits p {
    font-size: 15px;
    line-height: 1.55
}

.home-news {
    padding: 0px 0 100px
}

.home-news-grid {
    gap: 24px
}

.home-news-card {
    padding: 14px;
    border-radius: 10px
}

.home-news-card img {
    margin-bottom: 22px;
    border-radius: 8px
}

.home-news-card h3 {
    font-size: 21px;
    line-height: 1.35
}

.home-news-card p {
    font-size: 16px;
    line-height: 1.65
}

.footer-six-grid {
    gap: 54px
}

.footer-six h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.35
}

.footer-six p,
.footer-policy>a {
    font-size: 15px;
    line-height: 1.7
}

@media(max-width:980px) {

    .site-shell,
    .hdr-main-inner {
        width: min(100% - 40px, 920px)
    }

    .hero-six-grid,
    .about-six-grid,
    .quote-six-grid {
        gap: 42px
    }

    .hero-six-copy h1 {
        font-size: 48px
    }

    .about-six,
    .products-six,
    .quote-six,
    .home-news {
        padding-block: 88px
    }

    .service-categories {
        padding: 20px 0 88px
    }

    .product-image {
        min-height: 300px
    }
}

@media(max-width:680px) {

    .site-shell,
    .hdr-main-inner {
        width: min(100% - 28px, 640px)
    }

    .hero-six {
        height: 720px
    }

    .hero-six-grid {
        padding-top: 44px
    }

    .hero-six-copy h1 {
        margin: 12px 0 18px;
        font-size: clamp(38px, 11vw, 48px);
        line-height: 1.04;
        letter-spacing: -1.8px
    }

    .hero-six-copy p {
        max-width: 94%;
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 1.55
    }

    .trust-row h2 {
        font-size: 16px
    }

    .about-six,
    .products-six,
    .quote-six,
    .home-news {
        padding-block: 70px
    }

    .about-six-grid,
    .quote-six-grid {
        gap: 40px
    }

    .about-six-copy h2,
    .service-categories-head h2,
    .products-head h2,
    .home-news-head h2,
    .quote-six h2 {
        font-size: clamp(34px, 9vw, 42px);
        line-height: 1.1;
        letter-spacing: -1.2px
    }

    .about-six-copy p,
    .quote-six p {
        font-size: 16px;
        line-height: 1.65
    }

    .about-six-visual {
        min-height: 320px
    }

    .service-categories {
        padding: 8px 0 72px
    }

    .service-categories-head,
    .products-head,
    .home-news-head {
        margin-bottom: 30px
    }

    .service-category-card {
        min-height: 340px
    }

    .service-category-copy,
    .service-category-card:last-child .service-category-copy {
        width: 72%;
        padding: 32px 0 28px 26px
    }

    .service-category-copy h3 {
        font-size: 32px
    }

    .service-category-copy p {
        font-size: 15px
    }

    .product-image {
        min-height: 280px
    }

    .products-head,
    .home-news-head {
        align-items: flex-end;
        gap: 18px
    }

    .products-head>a,
    .home-news-head>a {
        flex: 0 0 auto;
        font-size: 14px
    }

    .partner-benefits {
        padding: 38px 0
    }

    .partner-benefits article {
        min-height: 100px;
        padding: 16px 8px
    }

    .home-news-grid {
        gap: 22px
    }

    .home-news-card {
        padding: 10px
    }

    .footer-offer-copy h2 {
        font-size: 22px;
        line-height: 1.25
    }

    .footer-six-grid {
        gap: 34px
    }
}

.products-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px
}

.products-head h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: -2.5px
}

.products-head h2 em {
    color: var(--ink);
    font-style: normal;
    background: linear-gradient(transparent 68%, #bdeeb8 0)
}

.products-head>a {
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
    transition: color .2s
}

.products-head>a:hover {
    color: var(--green)
}

.products-slider-wrap {
    position: relative;
}

.products-slider {
    position: relative;
    height: auto;
    overflow: hidden
}

.product-grid {
    display: flex;
    height: auto;
    gap: 0
}

.product-card {
    height: auto;
    background: #fff;
    padding-bottom: 10px;
    text-align: center
}

.product-image {
    display: block;
    height: 390px;
    background: #f4f4f5;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .35s
}

.product-card:hover .product-image img {
    transform: scale(1.04)
}

.product-image button {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translate(-50%, 12px);
    opacity: 0;
    padding: 12px 20px;
    color: var(--ink);
    background: #fff;
    border: 0;
    box-shadow: 0 8px 25px #0002;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: .25s;
    cursor: pointer
}

.product-card:hover .product-image button {
    opacity: 1;
    transform: translate(-50%, 0)
}

.product-image button:hover {
    color: #fff;
    background: var(--green)
}

.product-card>small {
    display: block;
    color: var(--green);
    font-size: 12px;
    font-weight: 800
}

.product-card h3 {
    color: #111;
    font-size: 18px;
    margin: 7px 0 4px;
    transition: color .2s
}

.product-card:hover h3 {
    color: var(--green)
}

.product-card p {
    color: var(--ink);
    font-size: 16px;
    font-weight: 800;
    margin: 0
}

.product-arrow {
    position: absolute;
    z-index: 5;
    top: 180px;
    width: 44px;
    height: 44px;
    border: 0;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 8px 22px #0002;
    font-size: 28px;
    cursor: pointer;
    transition: color .2s, background .2s
}

.product-arrow:hover {
    color: #fff;
    background: var(--green)
}

.product-prev {
    left: -22px
}

.product-next {
    right: -22px
}

@media (max-width: 767px) {
    .product-arrow {
        display: none
    }
}

.process-six {
    padding: 100px 0;
    background: #f5f5f5
}

.process-six-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center
}

.process-copy h2 {
    font-size: 32px;
    margin: 0 0 34px
}

.process-step {
    display: flex;
    gap: 17px;
    margin-bottom: 23px
}

.process-step i {
    font-style: normal;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d4d2d8;
    display: grid;
    place-items: center;
    color: var(--orange);
    font-size: 10px;
    font-weight: 800;
    flex: 0 0 auto
}

.process-step h3 {
    font-size: 14px;
    margin: 2px 0 6px
}

.process-step p {
    font-size: 10px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0
}

.process-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 34px
}

.process-visual {
    position: relative;
    padding-top: 35px
}

.process-visual>img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    object-position: center 34%;
    box-shadow: 0 20px 50px #21203322
}

.process-visual>div {
    position: absolute;
    top: 0;
    left: -28px;
    right: 40px;
    background: var(--orange);
    color: #fff;
    padding: 18px 25px;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr;
    gap: 12px;
    align-items: center
}

.process-visual b {
    font-size: 25px
}

.process-visual span {
    font-size: 9px;
    border-right: 1px solid #ffffff55;
    padding-right: 12px
}

.process-visual span:last-child {
    border: 0
}

.services-six {
    padding: 90px 0
}

.service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

.service-list article {
    padding: 34px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.service-list span {
    font-size: 10px;
    color: var(--orange);
    font-weight: 800
}

.service-list h3 {
    font-size: 16px;
    margin: 19px 0 10px
}

.service-list p {
    min-height: 64px;
    font-size: 10px;
    line-height: 1.7;
    color: var(--muted)
}

.service-list a {
    font-size: 9px;
    font-weight: 800;
    color: var(--orange)
}

.faq-six {
    padding: 90px 0;
    background: linear-gradient(135deg, #24142f, #171322);
    color: #fff
}

.faq-six h2 {
    text-align: center;
    margin-bottom: 42px
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 80px
}

.faq-grid details {
    border-bottom: 1px solid #ffffff2e;
    padding: 20px 0
}

.faq-grid summary {
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between
}

.faq-grid summary:after {
    content: '+';
    color: var(--orange);
    font-size: 18px
}

.faq-grid details[open] summary {
    color: var(--orange)
}

.faq-grid details[open] summary:after {
    content: '−'
}

.faq-grid p {
    font-size: 10px;
    line-height: 1.7;
    color: #cbc4cf;
    margin: 12px 30px 0 0
}

.review-six {
    padding: 95px 0
}

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

.review-grid blockquote {
    margin: 0;
    border: 1px solid var(--line);
    padding: 30px;
    min-height: 195px
}

.review-grid blockquote>b {
    color: var(--orange);
    font-size: 34px;
    line-height: .7
}

.review-grid p {
    font-size: 11px;
    line-height: 1.75;
    color: var(--muted)
}

.review-grid footer {
    font-size: 10px;
    font-weight: 800;
    margin-top: 22px
}

.home-news {
    padding: 92px 0 100px;
    background: #fff
}

.home-news-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 38px
}

.home-news-head h2 {
    margin: 0;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: -2px
}

.home-news-head h2 em {
    color: var(--ink);
    font-style: normal;
    background: linear-gradient(transparent 67%, #bdeeb8 0)
}

.home-news-head>a {
    font-size: 15px;
    font-weight: 700
}

.home-news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px
}

.home-news-card {
    padding: 12px;
    border: 1px solid transparent;
    background: transparent;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease
}

.home-news-card:hover {
    border-color: transparent;
    box-shadow: none;
    transform: none
}

.home-news-card a {
    display: flex;
    height: 100%;
    flex-direction: column
}

.home-news-card img {
    width: 100%;
    aspect-ratio: 1.48;
    object-fit: cover;
    margin-bottom: 20px
}

.home-news-card h3 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 20px;
    line-height: 1.35
}

.home-news-card p {
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6
}

.home-news-card span {
    align-self: flex-start;
    margin-top: auto;
    padding: 11px 21px;
    color: #fff;
    background: var(--green);
    border: 1px solid var(--green);
    font-size: 14px;
    font-weight: 700;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease
}

.home-news-card:hover span {
    background: transparent;
    color: var(--green);
    border-color: var(--green);
    transform: translateY(-1px)
}

.home-news-empty {
    grid-column: 1 / -1;
    color: var(--muted)
}

.quote-six {
    background: #f1fff0;
    padding: 96px 0
}

.quote-six-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 72px;
    align-items: center
}

.quote-six h2 {
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1.12;
    letter-spacing: -2px;
    margin: 12px 0 20px
}

.quote-six h2 em {
    color: var(--ink);
    font-style: normal;
    background: linear-gradient(transparent 68%, #bdeeb8 0)
}

.quote-six p {
    max-width: 580px;
    font-size: 16px;
    color: var(--muted);
    line-height: 1.65
}

.quote-media {
    position: relative
}

.partner-showcase {
    display: block;
    width: 100%;
    height: auto;
}

.contact-chips {
    display: flex;
    gap: 10px;
    margin-top: 25px;
    flex-wrap: wrap
}

.contact-chips a {
    color: var(--green);
    background: #fff;
    border: 1px solid var(--green);
    padding: 11px 14px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800
}

.contact-chips a.is-solid {
    color: #fff;
    background: var(--green)
}

.partner-benefits {
    padding: 54px 0;
    background: #fff;
}

.partner-benefits-head {
    margin-bottom: 34px;
    text-align: center
}

.partner-benefits-head .section-kicker {
    display: block;
    margin-bottom: 10px
}

.partner-benefits-head h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.12;
    letter-spacing: -1.4px
}

.partner-benefits-head h2 em {
    color: var(--ink);
    font-style: normal;
    background: linear-gradient(transparent 68%, #bdeeb8 0)
}

.partner-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.partner-benefits article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 17px;
    align-items: center;
    padding: 12px 28px
}

.partner-benefits img {
    width: 50px;
    height: 50px;
    display: block;
    object-fit: contain;
    filter: contrast(1.05)
}

.partner-benefits h3 {
    margin: 0 0 7px;
    color: var(--green);
    font-size: 17px;
    line-height: 1.3
}

.partner-benefits p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45
}

.footer-six {
    position: relative;
    margin-top: 140px;
    padding: 0 0 20px;
    background: #0d1d2d;
    color: #dfeaf5
}

.footer-offer {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 180px 1fr 1.25fr;
    align-items: center;
    gap: 28px;
    min-height: 150px;
    margin: -48px auto 42px;
    padding: 26px 32px;
    color: #fff;
    background: linear-gradient(135deg, #0c6f5e 0%, #0a5a49 100%);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(8, 32, 28, .22)
}

.footer-offer-phone {
    display: flex;
    align-items: center;
    gap: 16px
}

.phone-badge {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08)
}

.phone-icon {
    font-size: 22px;
    line-height: 1
}

.phone-text {
    display: none
}

.phone-time {
    font-size: 52px;
    line-height: .8;
    letter-spacing: -.08em;
    font-weight: 800
}

.footer-offer-copy {
    min-width: 0
}

.footer-offer-copy h2 {
    margin: 0 0 6px;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #fff
}

.footer-offer-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.6
}

.footer-subscribe {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 8px 8px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .5)
}

.footer-subscribe input {
    width: 100%;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 14px
}

.footer-subscribe input::placeholder {
    color: rgba(255, 255, 255, .8)
}

.footer-subscribe a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    padding: 14px 18px;
    border-radius: 999px;
    background: #c8f0c0;
    color: #0d1d2d;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap
}

.footer-subscribe a span {
    margin-left: 8px
}

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 46px;
    padding: 10px 0 0
}

.footer-brand-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px
}

.brand-mark {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-block;
    background: linear-gradient(135deg, #ff7d58 0%, #ffb663 100%);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .18)
}

.brand-mark span {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block
}

.brand-mark span:nth-child(1) {
    left: 6px;
    top: 6px;
    background: #ff7b2d
}

.brand-mark span:nth-child(2) {
    right: 6px;
    top: 6px;
    background: #24b5a6
}

.brand-mark span:nth-child(3) {
    left: 6px;
    bottom: 6px;
    background: #f0d34e
}

.brand-mark span:nth-child(4) {
    right: 6px;
    bottom: 6px;
    background: #fead00
}

.footer-brand h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.04em
}

.footer-brand small {
    color: rgba(223, 234, 245, .74);
    font-size: 12px
}

.footer-brand p {
    margin: 0 0 8px;
    color: rgba(223, 234, 245, .82);
    line-height: 1.7;
    font-size: 14px
}

.footer-brand p a {
    color: #fff
}

.footer-links h4,
.footer-payment h4 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -.02em
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px
}

.footer-links li {
    line-height: 1.6;
    font-size: 15px
}

.footer-links a {
    color: rgba(223, 234, 245, .82);
    transition: color .2s ease
}

.footer-links a:hover {
    color: #fff
}

.footer-payment {
    display: flex;
    flex-direction: column
}

.payment-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
}

.pay-card {
    display: grid;
    place-items: center;
    min-height: 42px;
    border-radius: 8px;
    background: #fff;
    color: #1e2a38;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em
}

.pay-card.visa {
    color: #1a43a7
}

.pay-card.mastercard {
    color: #eb001b
}

.pay-card.momo {
    color: #b50077
}

.pay-card.bank {
    color: #005A43
}

.payment-safe {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 13px
}

.safe-icon {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #9ff7b4;
    color: #0d1d2d;
    font-size: 12px;
    font-weight: 800
}

.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 18px
}

.footer-socials a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18)
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 36px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(223, 234, 245, .72);
    font-size: 13px
}

.copyright nav {
    display: flex;
    align-items: center;
    gap: 18px
}

.copyright a {
    color: rgba(223, 234, 245, .8)
}

.scroll-top {
    position: fixed;
    right: 24px;
    bottom: 154px;
    z-index: 100;
    width: 48px;
    height: 48px;
    padding: 2px;
    border: 0;
    border-radius: 50%;
    background: conic-gradient(var(--secondary) 0 42%, #aaa 42% 100%);
    color: var(--secondary);
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .12)
}

.scroll-top::before {
    content: '';
    position: absolute;
    inset: 2px;
    z-index: -1;
    border-radius: 50%;
    background: #fff
}

.scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.scroll-top:hover {
    transform: translateY(-3px)
}

.floating-call {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
    display: grid;
    place-items: center;
    z-index: 100;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25)
}

.floating-quote {
    position: fixed;
    right: 22px;
    bottom: 88px;
    z-index: 100;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    box-shadow: 0 10px 25px rgba(0, 90, 67, .24);
    transition: transform .2s, background .2s
}

.floating-quote:hover,
.floating-call:hover {
    color: #fff;
    transform: translateY(-3px)
}

.floating-action::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    padding: 8px 11px;
    border-radius: 7px;
    color: #fff;
    background: #17342a;
    box-shadow: 0 8px 20px rgba(16, 43, 70, .16);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(5px, -50%);
    transition: opacity .18s, transform .18s, visibility .18s
}

.floating-action:hover::after,
.floating-action:focus-visible::after {
    opacity: 1;
    visibility: visible
}

.floating-action:hover::after,
.floating-action:focus-visible::after {
    transform: translate(0, -50%)
}

.floating-call i,
.floating-quote i,
.scroll-top i {
    font-size: 16px
}

@media(max-width:980px) {
    .footer-offer {
        grid-template-columns: 1fr;
        text-align: center
    }

    .footer-offer-phone {
        justify-content: center
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px 24px
    }

    .copyright {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media(max-width:640px) {
    .footer-six {
        margin-top: 80px
    }

    .footer-offer {
        margin: -24px auto 28px;
        padding: 22px 18px
    }

    .phone-time {
        font-size: 40px
    }

    .footer-subscribe {
        flex-direction: column;
        padding: 12px border-radius: 18px
    }

    .footer-subscribe a {
        width: 100%
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .copyright {
        text-align: center;
        font-size: 12px
    }

    .copyright nav {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media(max-width:980px) {
    .hero-six-grid {
        grid-template-columns: .9fr 1.1fr
    }

    .hero-six-copy h1 {
        font-size: 43px
    }

    .card-piece {
        transform: scale(.85)
    }

    .trust-row {
        grid-template-columns: 1fr 1fr
    }

    .trust-row article:nth-child(2) {
        border: 0
    }

    .about-six-grid,
    .process-six-grid,
    .quote-six-grid {
        gap: 45px
    }

    .about-six-copy h2 {
        font-size: 43px
    }

    .about-six-visual {
        min-height: 420px
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .home-news-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .partner-benefits-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .partner-benefits article:nth-child(3) {
        border-left: 0
    }

    .partner-benefits article:nth-child(n+3) {
        border-top: 1px solid var(--line)
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-six-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-six {
        margin-top: 155px;
        padding-top: 180px
    }

    .footer-offer {
        grid-template-columns: 160px 1fr;
        gap: 22px;
        padding: 26px 34px
    }

    .footer-subscribe {
        grid-column: 1 / -1
    }

    .faq-grid {
        gap: 0 35px
    }
}

@media(max-width:680px) {
    .site-shell {
        width: min(100% - 28px, 1160px)
    }

    .hero-six {
        height: 760px
    }

    .hero-six-grid {
        display: block;
        padding-top: 55px
    }

    .hero-six-copy h1 {
        font-size: 39px
    }

    .hero-six-copy p {
        font-size: 12px
    }

    .hero-card-scene {
        height: 330px;
        margin-top: 15px
    }

    .piece-one {
        width: 260px;
        height: 155px;
        left: 5px;
        top: 120px
    }

    .piece-two {
        width: 180px;
        height: 110px;
        right: -35px;
        top: 40px
    }

    .piece-three {
        width: 180px;
        height: 110px;
        right: 5px;
        bottom: 5px
    }

    .piece-four {
        width: 160px;
        height: 100px;
        top: 15px;
        left: -10px
    }

    .hero-roundel {
        width: 82px;
        height: 82px;
        right: 80px;
        top: 82px
    }

    .hero-roundel b {
        font-size: 20px
    }

    .trust-float {
        margin-top: -35px
    }

    .trust-row {
        grid-template-columns: 1fr;
        padding: 13px 18px
    }

    .trust-row article,
    .trust-row article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 13px 5px
    }

    .trust-row article:last-child {
        border-bottom: 0
    }

    .about-six,
    .popular-six,
    .products-six,
    .process-six,
    .services-six,
    .faq-six,
    .review-six,
    .home-news,
    .quote-six {
        padding: 68px 0
    }

    .about-six-grid,
    .process-six-grid,
    .quote-six-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .about-six-copy h2 {
        font-size: 37px;
        letter-spacing: -1.5px
    }

    .about-six-copy p {
        font-size: 15px
    }

    .about-stats {
        padding: 0 10px
    }

    .about-stats article {
        min-height: 68px;
        padding: 12px
    }

    .about-stats h3 {
        font-size: 14px
    }

    .about-six-visual {
        min-height: 360px;
        order: 2
    }

    .about-six-visual img {
        width: min(100%, 480px)
    }

    .quote-media {
        padding-top: 0
    }

    .quote-six h2 {
        font-size: 36px
    }

    .heading-row {
        align-items: flex-start
    }

    .heading-row h2,
    .faq-six h2,
    .process-copy h2 {
        font-size: 25px
    }

    .category-grid,
    .product-grid,
    .service-list,
    .review-grid,
    .home-news-grid,
    .faq-grid {
        grid-template-columns: 1fr
    }

    .home-news-head {
        align-items: flex-end;
        margin-bottom: 28px
    }

    .home-news-head h2 {
        font-size: 36px
    }

    .partner-benefits {
        padding: 28px 0
    }

    .partner-benefits-grid {
        grid-template-columns: 1fr
    }

    .partner-benefits article,
    .partner-benefits article:nth-child(3) {
        border-left: 0
    }

    .partner-benefits article+article {
        border-top: 1px solid var(--line)
    }

    .category-image {
        height: auto
    }

    .product-image {
        height: 270px
    }

    .process-visual>img {
        height: 310px
    }

    .process-visual>div {
        left: 12px;
        right: 12px;
        padding: 14px;
        grid-template-columns: auto 1fr auto 1fr
    }

    .process-visual b {
        font-size: 18px
    }

    .service-list article {
        padding: 28px
    }

    .faq-grid {
        gap: 0
    }

    .footer-six-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .footer-six {
        margin-top: 0;
        padding-top: 0
    }

    .footer-offer {
        position: static;
        width: calc(100% - 28px);
        transform: none;
        grid-template-columns: 1fr;
        margin: 0 auto 42px;
        padding: 25px 22px
    }

    .footer-offer>div:first-child {
        width: 170px
    }

    .footer-subscribe {
        width: 100%
    }

    .footer-subscribe a {
        padding-inline: 16px
    }

    .copyright {
        flex-direction: column;
        gap: 10px
    }
}

/* Banner Home 6 dựng từ bộ ảnh Slider Revolution người dùng cung cấp */
.hero-six {
    height: 750px;
    background: #f5f5f3
}

.hero-six:after,
.hero-shape,
.hero-card-scene {
    display: none
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-image: var(--slide-bg);
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity .65s ease, visibility .65s ease
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.hero-slide .hero-six-grid {
    position: relative;
    height: 100%;
    grid-template-columns: .9fr 1.35fr
}

.hero-slide .hero-six-copy {
    align-self: center;
    max-width: 490px
}

.hero-slide .hero-six-copy h1 {
    font-size: 42px;
    line-height: 1.17;
    letter-spacing: -1.8px;
    margin: 12px 0 18px
}

.hero-slide .hero-six-copy p {
    max-width: 465px;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 28px
}

.hero-six-copy>.eyebrow,
.hero-six-copy>p,
.hero-six-copy>.primary-button {
    opacity: 0;
    transform: translateY(20px);
    animation: heroTextReveal .7s ease forwards
}

.hero-six-copy>.eyebrow {
    animation-delay: .08s
}

.hero-six-copy>p {
    animation-delay: .5s
}

.hero-six-copy>.primary-button {
    animation-delay: .72s
}

.hero-six-copy .hero-line {
    display: block;
    opacity: 0;
    transform: translateY(-18px) rotateX(-80deg);
    transform-origin: top center;
    animation: heroLineFlip .75s cubic-bezier(.2, .8, .2, 1) forwards
}

.hero-six-copy .hero-line:nth-child(1) {
    animation-delay: .18s
}

.hero-six-copy .hero-line:nth-child(2) {
    animation-delay: .3s
}

.hero-six-copy .hero-line:nth-child(3) {
    animation-delay: .42s
}

@keyframes heroLineFlip {
    0% {
        opacity: 0;
        transform: translateY(-24px) rotateX(-72deg)
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0)
    }
}

@keyframes heroTextReveal {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero-six-art {
    position: absolute;
    right: -0;
    bottom: 0;
    width: min(58vw, 700px);
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    pointer-events: none
}

.hero-six-art.hero-art-wide {
    width: min(69vw, 870px);
    right: -105px
}

.hero-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #ffffff49;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    transition: .2s
}

.hero-arrow:hover {
    background: var(--secondary);
}

.hero-prev {
    left: 20px
}

.hero-next {
    right: 20px
}

.hero-dots {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 24px;
    display: flex;
    gap: 8px;
    transform: translateX(-50%)
}

.hero-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff8;
    cursor: pointer
}

.hero-dots button.is-active {
    width: 25px;
    border-radius: 8px;
    background: var(--orange)
}

@media(max-width:980px) {
    .hero-slide .hero-six-grid {
        grid-template-columns: 1fr 1fr
    }

    .hero-slide .hero-six-copy h1 {
        font-size: 36px
    }

    .hero-six-art {
        right: -110px;
        width: 70vw
    }

    .hero-six-art.hero-art-wide {
        right: -150px;
        width: 82vw
    }
}

@media(max-width:680px) {
    .hero-six {
        height: 650px
    }

    .hero-slide .hero-six-grid {
        display: block;
        padding-top: 48px
    }

    .hero-slide .hero-six-copy {
        max-width: 85%;
        position: relative;
        z-index: 3
    }

    .hero-slide .hero-six-copy h1 {
        font-size: 31px
    }

    .hero-slide .hero-six-copy p {
        font-size: 13px;
        max-width: 320px
    }

    .hero-six-art,
    .hero-six-art.hero-art-wide {
        width: 115%;
        height: 58%;
        right: -24%;
        bottom: -5%;
        object-position: right bottom;
        opacity: .88
    }

    .hero-arrow {
        width: 38px;
        height: 38px;
        font-size: 25px
    }

    .hero-prev {
        left: 8px
    }

    .hero-next {
        right: 8px
    }

    .hero-dots {
        bottom: 15px
    }
}

/* Thanh bốn cam kết theo cấu trúc Home 6 */
.trust-float {
    margin-top: -134px;
    margin-bottom: 51px
}

.trust-row {
    width: min(960px, calc(100% - 40px));
    min-height: 83px;
    padding: 11px 24px;
    border-radius: 0;
    box-shadow: 0 5px 16px #20203020
}

.trust-row article {
    min-height: 61px;
    padding: 6px 18px;
    gap: 14px;
    border-right: 0;
    animation: trustZoom .55s both
}

.trust-row article:nth-child(2) {
    animation-delay: .08s
}

.trust-row article:nth-child(3) {
    animation-delay: .16s
}

.trust-row article:nth-child(4) {
    animation-delay: .24s
}

.trust-row i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto
}

.trust-row svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: #626164;
    stroke-width: 4.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.trust-row h2 {
    margin: 0;
    font-size: 13px;
    line-height: 1.42;
    letter-spacing: -.3px
}

.trust-row div,
.trust-row b,
.trust-row span {
    display: none
}

@keyframes trustZoom {
    from {
        opacity: 0;
        transform: scale(.82)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@media(max-width:980px) {
    .trust-float {
        margin-top: -124px;
        margin-bottom: 41px
    }

    .trust-row {
        width: min(900px, calc(100% - 32px));
        padding: 10px 16px
    }

    .trust-row article {
        padding: 6px 10px
    }

    .trust-row h2 {
        font-size: 11px
    }

    .trust-row svg {
        width: 38px;
        height: 38px
    }
}

@media(max-width:680px) {
    .trust-float {
        margin-top: -26px;
        margin-bottom: 0
    }

    .trust-row {
        width: min(100% - 28px, 960px);
        padding: 12px 20px
    }

    .trust-row article,
    .trust-row article:nth-child(2) {
        min-height: 74px;
        padding: 12px 4px;
        border-bottom: 1px solid var(--line)
    }

    .trust-row h2 {
        font-size: 13px
    }

    .trust-row article:last-child {
        border-bottom: 0
    }
}

/* Kích thước gốc từ CSS Elementor Home 6 */
@media(min-width:1025px) {
    .hero-slide .hero-six-grid {
        width: min(1470px, calc(100% - 30px));
        padding-left: 100px
    }

    .hero-slide .hero-six-copy {
        max-width: 527px
    }

    .hero-slide .hero-six-copy h1 {
        font-size: 38px;
        line-height: 50px;
        letter-spacing: 0
    }

    .hero-slide .hero-six-copy p {
        max-width: 527px;
        font-size: 20px;
        line-height: 25px
    }

    .hero-slide .hero-six-copy .primary-button {
        font-size: 18px;
        padding: 14px 28px
    }

    .hero-six-art {
        width: min(58vw, 799px)
    }

    .hero-six-art.hero-art-wide {
        width: min(69vw, 1185px)
    }

    .trust-float {
        margin-top: -200px;
        margin-bottom: 80px;
    }

    .trust-row {
        width: min(1470px, calc(100% - 30px));
        min-height: 124px;
        padding: 30px;
        border-radius: 4px;
        box-shadow: 0 3px 10px -3px #00000047
    }

    .trust-row article {
        min-height: 64px;
        padding: 0 15px;
        gap: 20px
    }

    .trust-row i,
    .trust-row svg {
        width: 50px;
        height: 50px
    }

    .trust-row h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0;
        text-transform: capitalize
    }
}

@media(min-width:681px) and (max-width:1024px) {
    .hero-six {
        height: 650px
    }

    .hero-slide .hero-six-grid {
        padding-left: 45px
    }

    .hero-slide .hero-six-copy h1 {
        font-size: 34px;
        line-height: 42px
    }

    .hero-slide .hero-six-copy p {
        font-size: 17px
    }

    .trust-float {
        margin-top: -170px;
        margin-bottom: 146px
    }

    .trust-row {
        width: calc(100% - 30px);
        padding: 24px 15px
    }

    .trust-row article {
        gap: 13px;
        padding: 0 10px
    }

    .trust-row h2 {
        font-size: 17px;
        line-height: 24px
    }

    .trust-row i,
    .trust-row svg {
        width: 44px;
        height: 44px
    }
}

/* Swiper hero */
.hero-swiper .swiper-wrapper {
    height: 100%
}

.hero-swiper .hero-slide {
    position: relative;
    inset: auto;
    display: block;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-image: var(--slide-bg);
    background-position: center;
    background-size: cover;
    transition: opacity .9s ease, transform .9s ease
}

.hero-swiper .hero-slide.is-active,
.hero-swiper .swiper-slide-active,
.hero-swiper .swiper-slide-duplicate-active {
    opacity: 1;
    visibility: visible;
    z-index: auto
}

.hero-swiper .hero-slide .hero-six-copy {
    opacity: 1;
    transform: none;
    transition: none
}

.hero-swiper .hero-six-copy h1,
.hero-swiper .hero-six-copy h1 strong {
    color: var(--ink)
}

.hero-swiper .hero-six-art,
.hero-swiper .hero-six-art.hero-art-wide {
    transform-origin: top center;
    backface-visibility: hidden;
    will-change: transform, opacity, filter
}

.hero-swiper .swiper-slide-active .hero-six-art,
.hero-swiper .swiper-slide-duplicate-active .hero-six-art {
    animation: heroReveal .9s linear both;
}

@keyframes heroReveal {
    0% {
        opacity: 0;
        transform-origin: center center;
        transform: perspective(1400px) rotateX(-80deg) scale(.92);
        filter: blur(3px)
    }

    55% {
        opacity: .82;
        transform: perspective(1400px) rotateX(-22deg) scale(.97);
    }

    100% {
        opacity: 1;
        transform: perspective(1400px) rotateX(0deg) scale(1);
        filter: blur(0)
    }
}

.hero-swiper .hero-dots {
    width: auto
}

.hero-swiper .hero-dots .swiper-pagination-bullet {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    opacity: .55;
    transition: .25s
}

.hero-swiper .hero-dots .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 8px;
    background: var(--secondary);
    opacity: 1
}

.hero-swiper .hero-arrow.swiper-button-disabled {
    opacity: .35
}

.hero-swiper .hero-slide:nth-child(2) .hero-art-wide,
.hero-swiper .hero-slide:nth-child(3) .hero-art-wide {
    right: calc((100vw - 100%)/-2);
    object-position: right bottom
}

@media(max-width:680px) {

    .hero-swiper .hero-slide:nth-child(2) .hero-art-wide,
    .hero-swiper .hero-slide:nth-child(3) .hero-art-wide {
        right: -24%
    }
}

/* Chuyển động layer giống Slider Revolution */
.hero-swiper .hero-six-copy {
    align-self: start;
    margin-top: 55px
}

.hero-swiper .hero-line {
    display: block
}

.hero-swiper .hero-six-copy .eyebrow,
.hero-swiper .hero-six-copy .hero-line,
.hero-swiper .hero-six-copy>p,
.hero-swiper .hero-six-copy>.primary-button {
    opacity: 0;
    transform: translateY(-32px)
}

.hero-swiper .swiper-slide-active .hero-six-copy .eyebrow {
    animation: heroDropLine .55s .12s both
}

.hero-swiper .swiper-slide-active .hero-line:nth-child(1) {
    animation: heroDropLine .58s .26s both
}

.hero-swiper .swiper-slide-active h1>strong .hero-line:nth-child(1) {
    animation-delay: .40s
}

.hero-swiper .swiper-slide-active h1>strong .hero-line:nth-child(2) {
    animation: heroDropLine .58s .54s both
}

.hero-swiper .swiper-slide-active .hero-six-copy>p {
    animation: heroDropLine .58s .70s both
}

.hero-swiper .swiper-slide-active .hero-six-copy>.primary-button {
    animation: heroDropLine .58s .86s both
}

@keyframes heroDropLine {
    from {
        opacity: 0;
        transform: translateY(-32px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width:1024px) {
    .hero-swiper .hero-six-copy {
        margin-top: 55px
    }
}

@media(max-width:680px) {
    .hero-swiper .hero-six-copy {
        margin-top: 0
    }
}

@media(prefers-reduced-motion:reduce) {

    .hero-swiper .hero-six-copy .eyebrow,
    .hero-swiper .hero-six-copy .hero-line,
    .hero-swiper .hero-six-copy>p,
    .hero-swiper .hero-six-copy>.primary-button,
    .hero-swiper .hero-six-art {
        opacity: 1;
        transform: none;
        animation: none
    }
}

/* Keep the global polish authoritative after legacy overrides. */
.site-shell,
.hdr-main-inner {
    width: min(1320px, calc(100% - 64px))
}

.hero-six {
    height: 620px
}

.hero-six-grid {
    grid-template-columns: .92fr 1.08fr;
    gap: 52px
}

.hero-six-copy h1 {
    margin: 15px 0 22px;
    font-size: clamp(48px, 4.3vw, 68px);
    line-height: 1.02;
    letter-spacing: -2.6px
}

.hero-six-copy p {
    max-width: 550px;
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.65
}

.trust-row h2 {
    margin: 0;
    font-size: 17px;
    line-height: 1.4
}

.about-six {
    padding: 112px 0 96px
}

.about-six-grid {
    grid-template-columns: .92fr 1.08fr;
    gap: 86px;
    align-items: center
}

.about-six-copy h2 {
    margin: 14px 0 26px;
    font-size: clamp(42px, 4vw, 60px);
    line-height: 1.08;
    letter-spacing: -2px
}

.about-six-copy p {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.75
}

.service-categories {
    padding: 32px 0 108px
}

.service-categories-head,
.products-head,
.home-news-head {
    margin-bottom: 42px
}

.service-categories-head h2,
.products-head h2,
.home-news-head h2 {
    font-size: clamp(38px, 3.4vw, 52px);
    line-height: 1.08;
    letter-spacing: -1.8px
}

.service-category-card {
    min-height: 380px;
    border-radius: 18px
}

.service-category-copy {
    width: 60%;
    padding: 46px 0 40px 38px
}

.service-category-copy h3 {
    margin: 10px 0 15px;
    font-size: 38px
}

.service-category-copy p {
    font-size: 16px;
    line-height: 1.6
}

.products-six {
    padding: 104px 0 112px
}

.product-image {
    min-height: 340px;
    border-radius: 12px
}

.product-card h3 {
    margin: 14px 0 5px;
    font-size: 20px;
    line-height: 1.35
}

.product-card p {
    font-size: 17px
}

.quote-six {
    padding: 110px 0
}

.quote-six-grid {
    grid-template-columns: 1.04fr .96fr;
    gap: 82px;
    align-items: center
}

.quote-six h2 {
    margin: 14px 0 22px;
    font-size: clamp(38px, 3.4vw, 52px);
    line-height: 1.12;
    letter-spacing: -1.7px
}

.quote-six p {
    font-size: 17px;
    line-height: 1.7
}

.contact-chips a {
    min-height: 44px;
    padding: 11px 18px;
    font-size: 14px
}

.partner-benefits {
    padding: 62px 0
}

.partner-benefits article {
    min-height: 116px;
    gap: 20px;
    padding: 16px 30px
}

.partner-benefits h3 {
    font-size: 18px;
    line-height: 1.3
}

.partner-benefits p {
    font-size: 15px;
    line-height: 1.55
}

.home-news {
    padding: 108px 0 126px
}

.home-news-card h3 {
    font-size: 21px;
    line-height: 1.35
}

.home-news-card p {
    font-size: 16px;
    line-height: 1.65
}

.footer-six h4 {
    font-size: 18px;
    line-height: 1.35
}

.footer-six p,
.footer-policy>a {
    font-size: 15px;
    line-height: 1.7
}

@media(max-width:980px) {

    .site-shell,
    .hdr-main-inner {
        width: min(100% - 40px, 920px)
    }

    .hero-six-grid,
    .about-six-grid,
    .quote-six-grid {
        gap: 42px
    }

    .hero-six-copy h1 {
        font-size: 48px
    }

    .about-six,
    .products-six,
    .quote-six,
    .home-news {
        padding-block: 88px
    }

    .service-categories {
        padding: 20px 0 88px
    }

    .product-image {
        min-height: 300px
    }
}

@media(max-width:680px) {

    .site-shell,
    .hdr-main-inner {
        width: min(100% - 28px, 640px)
    }

    .hero-six {
        height: 720px
    }

    .hero-six-grid {
        display: block;
        padding-top: 44px
    }

    .hero-six-copy h1 {
        font-size: clamp(38px, 11vw, 48px);
        line-height: 1.04;
        letter-spacing: -1.8px
    }

    .hero-six-copy p {
        max-width: 94%;
        font-size: 16px;
        line-height: 1.55
    }

    .about-six,
    .products-six,
    .quote-six,
    .home-news {
        padding-block: 70px
    }

    .about-six-grid,
    .quote-six-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .about-six-copy h2,
    .service-categories-head h2,
    .products-head h2,
    .home-news-head h2,
    .quote-six h2 {
        font-size: clamp(34px, 9vw, 42px);
        line-height: 1.1;
        letter-spacing: -1.2px
    }

    .about-six-copy p,
    .quote-six p {
        font-size: 16px;
        line-height: 1.65
    }

    .service-categories {
        padding: 8px 0 72px
    }

    .service-categories-head,
    .products-head,
    .home-news-head {
        margin-bottom: 30px
    }

    .service-category-card {
        min-height: 340px
    }

    .service-category-copy,
    .service-category-card:last-child .service-category-copy {
        width: 72%;
        padding: 32px 0 28px 26px
    }

    .service-category-copy h3 {
        font-size: 32px
    }

    .service-category-copy p {
        font-size: 15px
    }

    .product-image {
        min-height: 280px
    }

    .partner-benefits {
        padding: 38px 0
    }

    .partner-benefits article {
        min-height: 100px;
        padding: 16px 8px
    }

    .footer-six-grid {
        gap: 34px
    }
}

/* Footer inspired by the supplied Trần Anh Plus reference */
.footer-modern {
    position: relative;
    isolation: isolate;
    margin-top: 112px;
    padding: 152px 0 10px;
    overflow: visible;
    color: #fff;
    background:
        radial-gradient(circle at 8% 82%, rgba(0, 118, 89, .48), transparent 31%),
        linear-gradient(135deg, #006149 0%, #003f35 54%, #005943 100%)
}


.footer-modern .footer-offer {
    position: absolute;
    top: -92px;
    left: 50%;
    width: min(1320px, calc(100% - 64px));
    min-height: 188px;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1.02fr 1.28fr 1.35fr;
    align-items: center;
    gap: 42px;
    margin: 0;
    padding: 32px 48px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 93% -60%, rgba(255, 55, 72, .75), transparent 48%),
        linear-gradient(120deg, #9f171d, #b81e27 55%, #d32431);
    border: 0;
    border-radius: 12px;
    box-shadow: 0 22px 55px rgba(63, 6, 12, .23)
}

.footer-modern .footer-offer::after {
    content: '';
    position: absolute;
    right: -12px;
    top: -90px;
    width: 260px;
    height: 340px;
    border: 45px solid rgba(107, 9, 19, .22);
    border-radius: 60% 0 60% 0;
    transform: rotate(27deg)
}

.footer-modern .footer-offer-phone {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 10px 14px;
    padding-right: 34px;
    border-right: 1px solid rgba(255, 255, 255, .72)
}

.footer-offer-phone>i {
    align-self: start;
    margin-top: 5px;
    font-size: 33px
}

.footer-offer-phone>div {
    display: grid
}

.footer-offer-phone span {
    font-size: 16px;
    line-height: 1.2
}

.footer-offer-phone strong {
    font-size: 57px;
    line-height: .95;
    letter-spacing: -3px
}

.footer-offer-phone p {
    margin: 30px 0 0;
    font-size: 15px;
    line-height: 1.45
}

.footer-modern .footer-offer-copy {
    position: relative;
    z-index: 1
}

.footer-modern .footer-offer-copy h2 {
    margin: 0 0 9px;
    color: #fff;
    font-size: clamp(26px, 2.25vw, 36px);
    line-height: 1.15;
    letter-spacing: -1.2px
}

.footer-modern .footer-offer-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 15px
}

.footer-modern .footer-subscribe {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 62px;
    align-items: center;
    gap: 12px;
    padding: 5px 5px 5px 24px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 999px;
    background: rgba(132, 10, 21, .25)
}

.footer-modern .footer-subscribe input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    font-size: 15px
}

.footer-modern .footer-subscribe input::placeholder {
    color: rgba(255, 255, 255, .9)
}

.footer-modern .footer-subscribe button {
    min-width: 174px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    color: var(--green);
    background: #fff;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800
}

.footer-modern .footer-main {
    display: grid;
    grid-template-columns: 1.42fr .82fr .95fr 1.15fr;
    gap: 68px;
    padding: 0
}

.footer-modern .footer-logo {
    width: 285px;
    max-width: 100%;
    margin: 0 0 32px;
}

.footer-modern .footer-brand h4,
.footer-modern .footer-links h4 {
    position: relative;
    margin: 0 0 25px;
    color: #fff;
    font-size: 18px;
    line-height: 1.35
}

.footer-modern .footer-links h4::after {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    margin-top: 13px;
    background: var(--secondary);
    border-radius: 9px
}

.footer-modern .footer-brand p {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin: 0 0 11px;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 1.58
}

.footer-modern .footer-brand p>i {
    width: 20px;
    flex: 0 0 20px;
    margin-top: 5px;
    color: #fff;
    text-align: center
}

.footer-modern .footer-brand p a {
    color: #fff
}

.footer-modern .footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 24px
}

.footer-modern .footer-socials a {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    transition: .2s ease
}

.footer-modern .footer-socials a:hover {
    color: var(--green);
    background: #fff;
    border-color: #fff;
    transform: translateY(-2px)
}

.footer-modern .footer-links ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-modern .footer-links li {
    font-size: 15px;
    line-height: 1.45
}

.footer-modern .footer-links a {
    color: rgba(255, 255, 255, .88)
}

.footer-modern .footer-links a:hover {
    color: #fff
}

.footer-hours {
    margin-top: 34px
}

.footer-modern .footer-hours h4 {
    margin-bottom: 18px;
    font-size: 16px
}

.footer-hours p {
    margin: 0 0 5px;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.5
}

.footer-hours p b {
    color: #fff;
    font-weight: 700
}

.footer-hours small {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, .65);
    font-size: 13px
}

.footer-quote {
    align-self: center;
    margin: 0;
    padding: 20px 0 20px 16px;
    text-align: center
}

.footer-leaf {
    display: block;
    margin-bottom: 18px;
    color: rgba(198, 238, 216, .8);
    font-size: 25px;
    transform: rotate(45deg)
}

.footer-quote p {
    margin: 0;
    color: #fff;
    font-size: clamp(20px, 1.55vw, 27px);
    font-style: italic;
    line-height: 1.5
}

.footer-quote i {
    display: block;
    width: 34px;
    height: 3px;
    margin: 24px auto 16px;
    background: var(--secondary)
}

.footer-quote cite {
    color: rgba(255, 255, 255, .9);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 4px
}

.footer-modern .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 25px;
    padding: 10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .42);
    color: rgba(255, 255, 255, .88);
    font-size: 14px
}


@media(max-width:1100px) {
    .footer-modern .footer-offer {
        grid-template-columns: .9fr 1.1fr;
        gap: 25px;
        padding: 28px 34px
    }

    .footer-modern .footer-subscribe {
        grid-column: 1 / -1
    }

    .footer-modern {
        padding-top: 210px
    }

    .footer-modern .footer-main {
        grid-template-columns: 1.3fr .8fr .9fr;
        gap: 44px
    }

    .footer-quote {
        grid-column: 1 / -1;
        max-width: 600px;
        justify-self: center
    }
}

@media(max-width:680px) {
    .footer-modern {
        margin-top: 40px;
        padding: 0 0 24px
    }

    .footer-modern .footer-offer {
        position: relative;
        top: auto;
        left: auto;
        width: calc(100% - 28px);
        min-height: 0;
        transform: none;
        grid-template-columns: 1fr;
        gap: 24px;
        margin: 0 auto 55px;
        padding: 28px 22px;
        border-radius: 0 0 14px 14px
    }

    .footer-modern .footer-offer-phone {
        grid-template-columns: 42px 1fr auto;
        padding: 0 0 22px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .45)
    }

    .footer-offer-phone strong {
        font-size: 48px
    }

    .footer-offer-phone p {
        margin-top: 24px;
        font-size: 13px
    }

    .footer-modern .footer-subscribe {
        grid-column: auto;
        flex-direction: column;
        align-items: stretch;
        border-radius: 18px;
        padding: 12px
    }

    .footer-modern .footer-subscribe input {
        min-height: 42px;
        padding: 0 8px
    }

    .footer-modern .footer-subscribe button {
        width: 100%;
        min-width: 0
    }

    .footer-modern .footer-main {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .footer-modern .footer-logo {
        width: 245px;
        margin-bottom: 27px
    }

    .footer-quote {
        grid-column: auto;
        padding: 8px 0
    }

    .footer-modern .copyright {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 40px
    }
}

/* Keep the featured products section compact after Swiper calculates slide height. */
.products-six {
    padding-bottom: 64px
}

@media(max-width:680px) {
    .products-six {
        padding-bottom: 52px
    }
}

/* Home section rhythm and mobile hero flow */
.about-six,
.products-six,
.quote-six,
.home-news {
    padding-block: 84px
}

.service-categories {
    padding: 24px 0 84px
}

.partner-benefits {
    padding-block: 72px
}

@media(max-width:680px) {

    .hero-six,
    .hero-swiper .swiper-wrapper,
    .hero-swiper .hero-slide {
        height: 435px
    }

    .hero-swiper .swiper-wrapper {
        align-items: stretch
    }

    .hero-swiper .hero-slide {
        min-height: 435px
    }

    .hero-slide .hero-six-grid,
    .hero-six-grid {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 435px;
        gap: 0;
        padding-top: 34px;
        padding-bottom: 0
    }

    .hero-slide .hero-six-copy {
        width: 72%;
        max-width: 270px
    }

    .hero-six-copy h1,
    .hero-slide .hero-six-copy h1 {
        margin: 10px 0 14px;
        font-size: clamp(25px, 7.5vw, 32px);
        line-height: 1.05;
        letter-spacing: -.8px
    }

    .hero-six-copy p,
    .hero-slide .hero-six-copy p {
        max-width: 100%;
        margin-bottom: 16px;
        font-size: 12px;
        line-height: 1.5
    }

    .hero-six-art,
    .hero-six-art.hero-art-wide,
    .hero-swiper .hero-slide:nth-child(2) .hero-art-wide,
    .hero-swiper .hero-slide:nth-child(3) .hero-art-wide {
        position: absolute;
        top: auto;
        right: -15px;
        bottom: 0;
        left: auto;
        display: block;
        width: 68%;
        height: auto;
        max-height: 230px;
        margin: 0;
        object-fit: contain;
        object-position: right bottom;
        opacity: 1
    }

    .hero-arrow {
        top: 52%;
        bottom: auto
    }

    .hero-dots,
    .hero-swiper .hero-dots {
        display: none
    }

    .trust-float {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0
    }

    .trust-row {
        width: 100%;
        border-radius: 0;
        box-shadow: 0 8px 24px rgba(20, 35, 30, .1)
    }

    .about-six,
    .products-six,
    .quote-six,
    .home-news,
    .partner-benefits {
        padding-block: 56px
    }

    .products-head {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 14px
    }

    .products-head>a {
        align-self: flex-start
    }

    .service-categories {
        padding: 42px 0 56px
    }
}

.footer-modern .footer-subscribe button {
    border: 0;
    cursor: pointer
}

.footer-subscribe-status {
    position: absolute;
    left: 24px;
    top: calc(100% + 6px);
    color: #fff;
    font-size: 12px
}

.footer-subscribe-status.is-success {
    color: #baffca
}

.footer-subscribe-status.is-error {
    color: #ffe0e0
}

.footer-modern .footer-subscribe button:disabled {
    opacity: .7;
    cursor: wait
}

/* Footer page con không có khối liên hệ nổi nên không chừa khoảng phía trên. */
.footer-modern.footer-modern--compact {
    margin-top: 0;
    padding-top: 72px
}

@media(max-width:680px) {
    .footer-modern.footer-modern--compact {
        margin-top: 0;
        padding-top: 36px
    }
}

.footer-modern .footer-map h4 {
    position: relative;
    margin: 0 0 25px;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
}

.footer-modern .footer-map h4::after {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    margin-top: 13px;
    background: var(--secondary);
    border-radius: 9px;
}

.footer-modern .footer-map iframe {
    display: block;
    width: 100%;
    height: 245px;
    border: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 14px 34px rgba(0, 26, 20, .2);
}

.home-projects {
    padding: 104px 0;
}

.home-projects-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 42px
}

.home-projects-head h2 {
    margin: 10px 0 0;
    font-size: clamp(38px, 3.4vw, 52px);
    line-height: 1.08;
    letter-spacing: -1.8px
}

.home-projects-head h2 em {
    color: var(--green);
    font-style: normal
}

.home-projects-head>a {
    color: var(--green);
    font-weight: 700
}

.home-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 22px
}

.home-project-card a {
    display: block;
    color: inherit
}

.home-project-card>a>div {
    position: relative;
    aspect-ratio: 1.45;
    overflow: hidden;
    border-radius: 18px;
    background: #dfe8e3
}

.home-project-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease
}

.home-project-card span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 9px 12px;
    color: #fff;
    background: var(--green);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(6px);
    transition: .25s
}

.home-project-card:hover img {
    transform: scale(1.035)
}

.home-project-card:hover span {
    opacity: 1;
    transform: none
}

.home-project-card small {
    display: block;
    margin-top: 15px;
    color: var(--green);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em
}

.home-project-card h3 {
    margin: 6px 0 0;
    color: #172037;
    font-size: 22px
}

.home-project-card p {
    margin: 8px 0 0;
    color: #6b7280;
    line-height: 1.55
}

.home-projects-empty {
    grid-column: 1/-1;
    padding: 40px;
    text-align: center;
    background: #fff;
    border-radius: 16px
}

@media(max-width:900px) {
    .home-projects {
        padding: 82px 0
    }

    .home-projects-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:620px) {
    .home-projects {
        padding: 64px 0
    }

    .home-projects-head {
        display: block
    }

    .home-projects-head>a {
        display: inline-block;
        margin-top: 18px
    }

    .home-projects-grid {
        grid-template-columns: 1fr
    }

    .home-project-card span {
        opacity: 1;
        transform: none
    }
}

/* Quy trình đặt in 5 bước */
.print-process {
    position: relative;
    padding: 112px 0 128px;
    overflow: hidden;
}

.print-process-head {
    text-align: center
}

.print-process-head .section-kicker {
    color: #12a9a2
}

.print-process-head h2 {
    margin: 12px 0 0;
    color: #29304d;
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1.08;
    letter-spacing: -2px
}

.print-process-head h2 em {
    color: var(--green);
    font-style: normal
}

.print-process-flow {
    max-width: 1120px;
    margin: 24px auto 0;
    color: #465066;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.9;
    letter-spacing: .035em
}

.print-process-flow b {
    display: inline-block;
    margin: 0 8px;
    color: #18bfc0;
    font-size: 17px
}

.print-process-track {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 58px;
    padding: 28px 0 68px
}

.print-process-track::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -7%;
    right: -7%;
    top: 42%;
    height: 55%;
    border: 2px solid rgba(24, 191, 192, .58);
    border-radius: 50%;
    transform: rotate(1deg)
}

.print-process-track::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -4%;
    right: -4%;
    top: 46%;
    height: 55%;
    border: 1px solid rgba(24, 191, 192, .36);
    border-radius: 50%;
    transform: rotate(-1.5deg)
}

.print-process-card {
    position: relative;
    min-width: 0;
    padding: 24px 18px 26px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(16, 64, 68, .08);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(27, 42, 59, .12);
    transition: transform .28s ease, box-shadow .28s ease
}

.print-process-card:nth-child(odd) {
    transform: translateY(64px)
}

.print-process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(27, 42, 59, .17)
}

.print-process-card:nth-child(odd):hover {
    transform: translateY(56px)
}

.print-process-card:not(:last-child)::after {
    content: '››';
    position: absolute;
    z-index: 4;
    right: -30px;
    top: 49%;
    color: #17b7b4;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: -10px
}

.print-process-visual {
    width: 118px;
    height: 118px;
    margin: 0 auto 20px;
    display: grid;
    place-items: center;
    color: #08735d;
    background: linear-gradient(145deg, #e2f8f2, #d9ecff);
    border-radius: 45% 55% 48% 52% / 48% 42% 58% 52%
}

.print-process-visual i {
    font-size: 48px
}

.print-process-card>span {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 0 18px;
    color: #fff;
    background: #22c1bc;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em
}

.print-process-card h3 {
    margin: 17px 0 9px;
    color: #29304d;
    font-size: 19px;
    line-height: 1.3
}

.print-process-card p {
    margin: 0;
    color: #70757f;
    font-size: 13px;
    line-height: 1.55
}

.print-process-card:nth-child(4n+2) .print-process-visual {
    color: #9f171d;
    background: linear-gradient(145deg, #ffe9e6, #fff4d9)
}

.print-process-card:nth-child(4n+3) .print-process-visual {
    color: #6153af;
    background: linear-gradient(145deg, #eee9ff, #e2f1ff)
}

@media(max-width:1050px) {
    .print-process-track {
        grid-template-columns: repeat(5, 230px);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-inline: 24px;
        margin-inline: -24px;
        scrollbar-width: thin
    }

    .print-process-card {
        scroll-snap-align: center
    }

    .print-process-card:nth-child(odd),
    .print-process-card:nth-child(odd):hover {
        transform: none
    }

    .print-process-track::before,
    .print-process-track::after {
        display: none
    }

    .print-process-card:not(:last-child)::after {
        top: 45%
    }
}

@media(max-width:620px) {
    .print-process {
        padding: 76px 0 84px
    }

    .print-process-head {
        text-align: left
    }

    .print-process-head h2 {
        font-size: 38px;
        letter-spacing: -1.2px
    }

    .print-process-flow {
        margin-top: 18px;
        font-size: 11px;
        line-height: 2
    }

    .print-process-flow b {
        margin: 0 4px;
        font-size: 14px
    }

    .print-process-track {
        grid-template-columns: repeat(5, 82vw);
        margin-top: 38px;
        padding-bottom: 20px
    }

    .print-process-card {
        padding: 28px 22px
    }

    .print-process-visual {
        width: 132px;
        height: 132px
    }

    .print-process-card h3 {
        font-size: 21px
    }

    .print-process-card p {
        font-size: 14px
    }
}

/* Màu danh mục theo nhận diện Trần Anh Plus: xanh chủ đạo và đỏ cam. */
.service-category-card.category-in-an {
    background: linear-gradient(135deg, #fde9e3 0%, #f9d4ca 100%);
}

.service-category-card.category-quang-cao {
    background: linear-gradient(135deg, #fde9e3 0%, #f9d4ca 100%);
}

.service-category-card.category-qua-tang {
    background: linear-gradient(135deg, #fde9e3 0%, #f9d4ca 100%);
}

/* Quy trình 5 bước theo hai màu nhận diện xanh và đỏ cam. */
.print-process-head .section-kicker,
.print-process-head h2 em {
    color: var(--green);
}

.print-process-flow b,
.print-process-card:not(:last-child)::after {
    color: var(--orange);
}

.print-process-track::before {
    border-color: rgba(0, 90, 67, .48);
}

.print-process-track::after {
    border-color: rgba(255, 82, 45, .34);
}

.print-process-card .print-process-visual,
.print-process-card:nth-child(4n+2) .print-process-visual,
.print-process-card:nth-child(4n+3) .print-process-visual {
    color: var(--green);
    background: linear-gradient(145deg, #e1f1eb, #c9e4da);
}

.print-process-card:nth-child(even) .print-process-visual {
    color: var(--secondary);
    background: linear-gradient(145deg, #fde8e2, #f8d1c7);
}

.print-process-card>span {
    background: var(--green);
}

.print-process-card:nth-child(even)>span {
    background: var(--secondary);
}

/* Footer theo bố cục nhận diện Trần Anh Plus. */
.footer-modern.footer-reference {
    position: relative;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #063e32 0%, #005a43 52%, #003f35 100%);
}

.footer-modern.footer-reference::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 38% 12%, rgba(22, 129, 101, .28), transparent 34%), radial-gradient(circle at 88% 90%, rgba(0, 38, 32, .3), transparent 40%);
}

.footer-reference .site-shell {
    position: relative;
    z-index: 1
}

.footer-reference-intro {
    display: grid;
    grid-template-columns: 1.05fr 1.75fr auto;
    align-items: center;
    gap: 58px;
    min-height: 195px;
    padding-block: 38px
}

.footer-reference-brand {
    display: block;
    padding-right: 48px;
    border-right: 1px solid rgba(255, 255, 255, .25)
}

.footer-reference-brand img {
    display: block;
    width: 380px;
    max-width: 100%;
    height: auto
}

.footer-reference-slogan strong {
    display: block;
    font-size: clamp(20px, 1.55vw, 29px);
    font-weight: 500;
    line-height: 1.38
}

.footer-reference-slogan span {
    display: block;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .38em
}

.footer-reference-quote {
    display: inline-flex;
    min-width: 255px;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 16px 36px;
    color: var(--green);
    background: #fff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12)
}

.footer-reference-quote:hover {
    color: #fff;
    background: var(--secondary)
}

.footer-reference-quote i {
    font-size: 22px
}

.footer-reference-divider {
    position: relative;
    z-index: 1;
    height: 1px;
    background: rgba(255, 255, 255, .28)
}

.footer-reference-main {
    display: grid;
    grid-template-columns: .8fr .8fr 1.22fr 1.65fr;
    gap: 72px;
    padding-block: 48px 34px
}

.footer-reference-column h4 {
    position: relative;
    margin: 0 0 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 800
}

.footer-reference-column h4::after {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    margin-top: 18px;
    background: var(--secondary);
}

.footer-reference-column ul {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-reference-column li a {
    position: relative;
    padding-left: 23px;
    color: rgba(255, 255, 255, .92);
    font-size: 16px
}

.footer-reference-column li a::before {
    content: '›';
    position: absolute;
    left: 0;
    top: -8px;
    color: var(--secondary);
    font-size: 23px
}

.footer-reference-column a:hover {
    color: #fff
}

.footer-reference-contact p {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    margin: 0 0 17px;
    color: rgba(255, 255, 255, .94);
    font-size: 16px;
    line-height: 1.55
}

.footer-reference-contact p i {
    margin-top: 5px;
    color: var(--secondary);
    font-size: 19px;
    text-align: center
}

.footer-reference-contact p a {
    color: inherit
}

.footer-reference-contact p b {
    font-weight: 500
}

.footer-reference-socials {
    display: flex;
    gap: 13px;
    margin-top: 22px
}

.footer-reference-socials a {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800
}

.footer-reference-socials a:hover {
    color: var(--green);
    background: #fff
}

.footer-reference-map iframe {
    display: block;
    width: 100%;
    height: 265px;
    border: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, .12)
}

.footer-reference-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 98px;
    color: rgba(255, 255, 255, .9);
    font-size: 14px
}

.footer-reference-copyright a {
    color: #fff;
    font-weight: 800
}

@media(max-width:1100px) {
    .footer-reference-intro {
        grid-template-columns: 1fr 1.45fr;
        gap: 34px
    }

    .footer-reference-quote {
        grid-column: 1/-1;
        justify-self: start;
        min-height: 58px
    }

    .footer-reference-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 44px 58px
    }

    .footer-reference-map iframe {
        height: 280px
    }
}

@media(max-width:680px) {
    .footer-modern.footer-reference {
        padding: 0
    }

    .footer-reference-intro {
        display: block;
        padding-block: 38px
    }

    .footer-reference-brand {
        padding: 0 0 25px;
        border: 0
    }

    .footer-reference-brand img {
        width: 280px
    }

    .footer-reference-slogan {
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, .25)
    }

    .footer-reference-slogan strong {
        font-size: 20px
    }

    .footer-reference-slogan span {
        font-size: 9px;
        letter-spacing: .25em
    }

    .footer-reference-quote {
        margin-top: 28px;
        min-width: 220px;
        padding-inline: 28px
    }

    .footer-reference-main {
        grid-template-columns: 1fr;
        gap: 42px;
        padding-block: 42px
    }

    .footer-reference-column h4 {
        margin-bottom: 25px
    }

    .footer-reference-map iframe {
        height: 240px
    }

    .footer-reference-copyright {
        display: block;
        min-height: 0;
        padding-block: 25px;
        font-size: 12px;
        line-height: 1.8
    }

    .footer-reference-copyright span {
        display: block
    }
}

/* Báo giá nhanh */
.quick-quote {
    padding: 96px 0;
    background: linear-gradient(135deg, #f5fbf8 0%, #fff 48%, #edf8f3 100%);
    overflow: hidden
}

.quick-quote-shell {
    display: grid;
    grid-template-columns: .78fr 1.35fr;
    gap: 46px;
    align-items: stretch
}

.quick-quote-promo {
    position: relative;
    padding: 34px 20px 30px 10px
}

.quick-quote-promo::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 420px;
    height: 420px;
    left: -210px;
    bottom: -230px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--green), #32a272);
    opacity: .12
}

.quick-quote-promo>* {
    position: relative;
    z-index: 1
}

.quick-quote-promo img {
    width: 280px;
    max-width: 80%;
    height: auto
}

.quick-quote-promo h2 {
    margin: 32px 0 20px;
    font-size: clamp(58px, 6vw, 92px);
    line-height: .82;
    letter-spacing: -4px
}

.quick-quote-promo h2 span,
.quick-quote-promo h2 strong {
    display: block
}

.quick-quote-promo h2 span {
    color: var(--green)
}

.quick-quote-promo h2 strong {
    margin-top: 14px;
    color: var(--secondary)
}

.quick-quote-promo>p {
    max-width: 470px;
    margin: 0;
    font-size: 20px;
    line-height: 1.5
}

.quick-quote-promo ul {
    display: grid;
    gap: 15px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none
}

.quick-quote-promo li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
    font-weight: 700
}

.quick-quote-promo li i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--green);
    border-radius: 50%
}

.quick-quote-promo li:nth-child(2) i {
    background: var(--secondary)
}

.quick-quote-promo li:nth-child(3) i {
    background: var(--secondary)
}

.quick-quote-form {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e7e4;
    border-radius: 18px;
    box-shadow: 0 22px 55px rgba(0, 70, 52, .13)
}

.quick-quote-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 26px;
    color: #fff;
    background: linear-gradient(100deg, var(--secondary), #df202f)
}

.quick-quote-title h3 {
    flex: none;
    margin: 0;
    color: #fff;
    font-size: 25px
}

.quick-quote-title h3 i {
    margin-right: 10px
}

.quick-quote-title p {
    max-width: 330px;
    margin: 0;
    font-size: 13px;
    line-height: 1.4
}

.quick-quote-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
    padding: 24px 26px 18px
}

.quick-quote-grid label {
    display: block;
    min-width: 0
}

.quick-quote-grid label>span {
    display: block;
    margin-bottom: 7px;
    color: #28312e;
    font-size: 13px;
    font-weight: 700
}

.quick-quote-grid input,
.quick-quote-grid select,
.quick-quote-grid textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 13px;
    color: #25332e;
    background: #fff;
    border: 1px solid #d9e0dd;
    border-radius: 7px;
    font: inherit;
    font-size: 13px;
    outline: none
}

.quick-quote-grid textarea {
    height: 76px;
    resize: vertical
}

.quick-quote-grid input:focus,
.quick-quote-grid select:focus,
.quick-quote-grid textarea:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(0, 90, 67, .1)
}

.quick-quote-file {
    position: relative
}

.quick-quote-file input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0
}

.quick-quote-file b {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px;
    border: 1px dashed #bfc9c5;
    border-radius: 7px;
    color: #59625f;
    font-size: 12px;
    cursor: pointer
}

.quick-quote-file b i {
    font-size: 24px;
    color: var(--green)
}

.quick-quote-file small {
    position: absolute;
    right: 9px;
    bottom: 5px;
    color: #969d9a;
    font-size: 9px
}

.quick-quote-form>button {
    width: calc(100% - 52px);
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 26px 8px;
    padding: 0 18px;
    color: #fff;
    background: linear-gradient(90deg, var(--green), #15914f);
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    text-align: center
}

.quick-quote-form>button span {
    display: none
}

.quick-quote-form>button:disabled {
    opacity: .65;
    cursor: wait
}

.quick-quote-status {
    min-height: 22px;
    margin: 0 26px 14px;
    color: var(--green);
    font-size: 12px;
    text-align: center
}

.quick-quote-status.is-error {
    color: #c51e2b
}

@media(max-width:980px) {
    .quick-quote-shell {
        grid-template-columns: 1fr
    }

    .quick-quote-promo {
        padding: 0 0 10px
    }

    .quick-quote-promo h2 {
        font-size: 64px
    }

    .quick-quote-promo>p {
        font-size: 18px
    }
}

@media(max-width:620px) {
    .quick-quote {
        padding: 64px 0
    }

    .quick-quote-promo img {
        width: 230px
    }

    .quick-quote-promo h2 {
        font-size: 55px;
        letter-spacing: -2px
    }

    .quick-quote-title {
        display: block
    }

    .quick-quote-title p {
        margin-top: 8px
    }

    .quick-quote-grid {
        grid-template-columns: 1fr;
        padding: 20px
    }

    .quick-quote-form>button {
        width: calc(100% - 40px);
        margin-inline: 20px
    }

    .quick-quote-status {
        margin-inline: 20px
    }
}

/* Báo giá nhanh dùng nền nhận diện do quản trị cấu hình. */
.quick-quote {
    min-height: 790px;
    padding: 66px 0;
    background-color: #f7fbf9;
    background-image: var(--quick-quote-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.quick-quote-shell {
    grid-template-columns: minmax(330px, .78fr) minmax(650px, 1.35fr);
    gap: 54px;
    align-items: center;
}

.quick-quote-promo {
    align-self: stretch;
    padding: 32px 0 260px;
}

.quick-quote-promo::before {
    display: none
}

.quick-quote-promo img {
    width: 310px;
    max-width: 82%
}

.quick-quote-promo h2 {
    margin-top: 34px;
    font-size: clamp(62px, 5.6vw, 88px)
}

.quick-quote-promo>p {
    max-width: 430px;
    font-size: 17px
}

.quick-quote-promo ul {
    gap: 11px;
    margin-top: 23px
}

.quick-quote-promo li {
    font-size: 15px
}

.quick-quote-promo li i {
    width: 37px;
    height: 37px
}

.quick-quote-form {
    width: 100%;
    max-width: 780px;
    justify-self: end;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(3px)
}

@media(max-width:1100px) {
    .quick-quote {
        background-position: 38% center
    }

    .quick-quote-shell {
        grid-template-columns: .7fr 1.3fr;
        gap: 28px
    }

    .quick-quote-promo {
        padding-bottom: 230px
    }

    .quick-quote-promo h2 {
        font-size: 59px
    }

    .quick-quote-form {
        max-width: 720px
    }
}

@media(max-width:900px) {
    .quick-quote {
        background-position: left bottom;
        background-size: auto 100%
    }

    .quick-quote-shell {
        grid-template-columns: 1fr
    }

    .quick-quote-promo {
        padding: 0 0 300px
    }

    .quick-quote-form {
        max-width: none
    }
}

@media(max-width:620px) {
    .quick-quote {
        min-height: 0;
        padding: 50px 0;
        background-position: 25% bottom;
        background-size: auto 58%;
        background-color: #f8fcfa
    }

    .quick-quote-promo {
        padding-bottom: 250px
    }

    .quick-quote-promo h2 {
        font-size: 52px
    }

    .quick-quote-promo>p {
        font-size: 15px
    }

    .quick-quote-form {
        box-shadow: 0 15px 38px rgba(0, 70, 52, .16)
    }
}

/* Giữ form báo giá luôn nằm trong khung nhìn. */
.quick-quote-shell {
    position: relative;
    grid-template-columns: minmax(270px, .68fr) minmax(0, 1.32fr);
    gap: 32px;
}

.quick-quote-form {
    position: relative;
    z-index: 10;
    display: block !important;
    min-width: 0;
    opacity: 1 !important;
    visibility: visible !important;
}

@media(max-width:1100px) {
    .quick-quote-shell {
        grid-template-columns: minmax(250px, .58fr) minmax(0, 1.42fr);
        gap: 22px
    }

    .quick-quote-promo {
        padding-bottom: 210px
    }

    .quick-quote-grid {
        gap: 12px;
        padding: 20px
    }

    .quick-quote-form>button {
        width: calc(100% - 40px);
        margin-inline: 20px
    }
}

@media(max-width:820px) {
    .quick-quote-shell {
        grid-template-columns: 1fr
    }

    .quick-quote-promo {
        padding-bottom: 300px
    }

    .quick-quote-form {
        width: 100%;
        max-width: none;
        justify-self: stretch
    }
}

/* Báo giá nhanh nền sáng, không dùng ảnh. */
.quick-quote {
    position: relative;
    min-height: 0;
    padding: 86px 0;
    isolation: isolate;
    background-color: #f7fbf9 !important;
    background-image: radial-gradient(circle at 0 100%, rgba(0, 90, 67, .14) 0, rgba(0, 90, 67, .06) 22%, transparent 43%), radial-gradient(circle at 100% 0, rgba(0, 90, 67, .12) 0, transparent 38%) !important;
}

.quick-quote::before,
.quick-quote::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none
}

.quick-quote::before {
    width: 430px;
    height: 430px;
    right: -260px;
    top: -280px;
    border: 65px solid rgba(0, 90, 67, .08)
}

.quick-quote::after {
    width: 320px;
    height: 320px;
    left: -210px;
    bottom: -230px;
    border: 50px solid rgba(238, 48, 52, .07)
}

.quick-quote-shell {
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1.35fr);
    gap: 52px;
    align-items: center
}

.quick-quote-promo {
    align-self: center;
    padding: 20px 0
}

.quick-quote-promo img {
    width: 295px
}

.quick-quote-promo h2 {
    margin: 38px 0 24px;
    font-size: clamp(66px, 6vw, 94px)
}

.quick-quote-promo>p {
    font-size: 18px
}

.quick-quote-promo ul {
    margin-top: 30px;
    gap: 15px
}

.quick-quote-promo li {
    font-size: 16px
}

.quick-quote-promo li i {
    width: 42px;
    height: 42px
}

.quick-quote-form {
    position: relative;
    z-index: 20;
    display: block !important;
    width: 100%;
    max-width: 790px;
    min-width: 0;
    justify-self: end;
    opacity: 1 !important;
    visibility: visible !important;
    background: #fff;
    border: 1px solid rgba(0, 90, 67, .16);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 63, 48, .16)
}

.quick-quote-title {
    padding: 22px 28px
}

.quick-quote-grid {
    gap: 15px 20px;
    padding: 26px 28px 20px
}

.quick-quote-grid input,
.quick-quote-grid select,
.quick-quote-grid textarea {
    background: #fff
}

.quick-quote-form>button {
    width: calc(100% - 56px);
    margin-inline: 28px
}

@media(max-width:1000px) {
    .quick-quote-shell {
        grid-template-columns: minmax(250px, .58fr) minmax(0, 1.42fr);
        gap: 25px
    }

    .quick-quote-promo h2 {
        font-size: 58px
    }

    .quick-quote-promo>p {
        font-size: 15px
    }

    .quick-quote-promo li {
        font-size: 14px
    }

    .quick-quote-grid {
        padding: 21px;
        gap: 12px
    }

    .quick-quote-form>button {
        width: calc(100% - 42px);
        margin-inline: 21px
    }
}

@media(max-width:800px) {
    .quick-quote {
        padding: 65px 0
    }

    .quick-quote-shell {
        grid-template-columns: 1fr
    }

    .quick-quote-promo {
        padding: 0
    }

    .quick-quote-form {
        max-width: none;
        justify-self: stretch;
        margin-top: 15px
    }
}

@media(max-width:620px) {
    .quick-quote {
        padding: 42px 0 48px
    }

    .quick-quote::before {
        width: 240px;
        height: 240px;
        right: -145px;
        top: -155px;
        border-width: 38px
    }

    .quick-quote-promo img {
        width: 190px
    }

    .quick-quote-promo h2 {
        margin: 24px 0 16px;
        font-size: 43px;
        line-height: .98
    }

    .quick-quote-promo>p {
        max-width: 310px;
        font-size: 14px;
        line-height: 1.65
    }

    .quick-quote-promo ul {
        gap: 10px;
        margin-top: 20px;
        padding-right: 48px
    }

    .quick-quote-promo li {
        gap: 11px;
        font-size: 13px
    }

    .quick-quote-promo li i {
        width: 36px;
        height: 36px;
        font-size: 14px
    }

    .quick-quote-grid {
        grid-template-columns: 1fr
    }

    .quick-quote-title {
        padding: 20px
    }

    .quick-quote-form>button {
        width: calc(100% - 40px);
        margin-inline: 20px
    }

    .scroll-top,
    .floating-call,
    .floating-quote {
        right: 12px
    }
}

/* Hoàn thiện form Báo giá theo mẫu tham chiếu. */
.quick-quote-promo h2 {
    position: relative;
    display: inline-block
}

.quick-quote-promo h2::after {
    content: '';
    display: block;
    width: 82%;
    height: 5px;
    margin: 24px auto 0;
    background: var(--secondary);
    border-radius: 9px
}

.quick-quote-script {
    display: block;
    margin: 18px 0 4px 54%;
    color: var(--green);
    font-family: "Segoe Script", "Brush Script MT", cursive;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    transform: rotate(-7deg)
}

.quick-quote-title {
    min-height: 74px;
    background: linear-gradient(100deg, #ed2738, #d7192d)
}

.quick-quote-title h3 {
    display: flex;
    align-items: center;
    font-size: 27px
}

.quick-quote-title h3 i {
    font-size: 31px
}

.quick-quote-title p {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, .55)
}

.quick-quote-contactbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 10px 28px 0;
    padding: 18px 0 20px;
    border-top: 1px solid #d9dddb
}

.quick-quote-contactbar a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #303633;
    font-size: 13px;
    white-space: nowrap
}

.quick-quote-contactbar a>i {
    margin-right: 3px;
    color: var(--secondary);
    font-size: 21px
}

.quick-quote-contactbar strong {
    color: var(--secondary);
    font-size: 16px
}

.quick-quote-contact-divider {
    width: 1px;
    height: 25px;
    background: #aeb5b2
}

.quick-quote-status {
    margin-bottom: 8px
}

@media(max-width:1100px) {
    .quick-quote-script {
        margin-left: 35%;
        font-size: 19px
    }

    .quick-quote-contactbar {
        gap: 12px
    }

    .quick-quote-contactbar a {
        font-size: 11px
    }

    .quick-quote-contactbar strong {
        font-size: 13px
    }
}

@media(max-width:620px) {
    .quick-quote-promo h2::after {
        width: 68%;
        height: 4px;
        margin-top: 14px
    }

    .quick-quote-script {
        margin-left: 38%;
        font-size: 18px
    }

    .quick-quote-title p {
        padding-left: 0;
        border-left: 0
    }

    .quick-quote-contactbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
        margin-inline: 20px
    }

    .quick-quote-contact-divider {
        display: none
    }

    .quick-quote-contactbar a {
        white-space: normal;
        font-size: 12px
    }

    .quick-quote-contactbar strong {
        font-size: 14px
    }
}

/* Home sections reveal gently as they enter the viewport. */
.home-reveal-ready .home-reveal {
    opacity: 0;
    transition: opacity 1.15s ease, transform 1.25s cubic-bezier(.22, .78, .25, 1), filter 1.1s ease;
    will-change: opacity, transform, filter;
}
.home-reveal-ready .home-reveal[data-reveal-style="up"] { transform: translateY(42px); }
.home-reveal-ready .home-reveal[data-reveal-style="left"] { transform: translateY(32px); }
.home-reveal-ready .home-reveal[data-reveal-style="right"] { transform: translateY(32px); }
.home-reveal-ready .home-reveal[data-reveal-style="scale"] { transform: scale(.955); }
.home-reveal-ready .home-reveal[data-reveal-style="soft"] { transform: translateY(26px) scale(.985); filter: blur(7px); }
.home-reveal-ready .home-reveal[data-reveal-style="tilt"] { transform: translateY(34px) scale(.99); }
.home-reveal-ready .home-reveal.is-revealed {
    opacity: 1;
    transform: none;
    filter: none;
}
@media (prefers-reduced-motion: reduce) {
    .home-reveal-ready .home-reveal,
    .home-reveal-ready .home-reveal.is-revealed {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }
}

.best-sellers {
    position: relative;
    padding-top: 88px;
    padding-bottom: 94px;
    background: linear-gradient(135deg, #fff8f8 0%, #fff 54%, #fff4f4 100%);
}
.best-sellers .products-head { align-items: end; }
.best-sellers .section-kicker { margin-bottom: 7px; font-size: 12px; }
.best-sellers .product-image { background: #fff; border: 1px solid #f1dddd; }
.best-sellers .product-card { background: transparent; }
.best-sellers-empty { width: 100%; margin: 0; padding: 42px; text-align: center; color: var(--muted); background: #fff; }
@media (max-width: 700px) {
    .best-sellers { padding-top: 58px; padding-bottom: 62px; }
    .best-sellers .products-head { align-items: flex-start; }
}
