* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #bfbfbf;
    color: #222;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.site-shell {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    background: #f3f3f3;
}

.content-pad {
    padding-left: 16px;
    padding-right: 16px;
}

.main-content {
    background: #f3f3f3;
}

/* topbar */
.topbar {
    background: #e60012;
    color: #fff;
    line-height: 1.3;
}

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

.topbar-title,
.topbar-branch {
    padding: 8px 10px;
    border-right: 1px solid rgba(255,255,255,0.22);
    min-height: auto;
    text-align: center;

}

.topbar-title strong {
    display: block;
    font-size: 16px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.topbar-title span {
    display: block;
    font-size: 12px;
    line-height: 1.3;
}

.topbar-branch .phone {
    display: block;
    color: #ffe066;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
}

.topbar-branch .address-short {
    font-size: 13px;
    color: #fff;
    margin-bottom: 2px;
}

.map-link {
    color: #ffe066;
    font-size: 13px;
    font-weight: bold;
}

/* hero */
/* HERO - GIỐNG WEBSITE CŨ HƠN */
.hero-banner {
    position: relative;
    height: 265px;
    background-color: #4a4a4a;
    background-image: url('../images/banner.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(55,55,55,0.72) 0%,
        rgba(55,55,55,0.52) 28%,
        rgba(55,55,55,0.20) 58%,
        rgba(55,55,55,0.04) 100%
    );
    z-index: 1;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    height: 100%;
}

.hero-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 14px;
}

.hero-text {
    max-width: 455px;
}

.hero-text h1 {
    margin: 0 0 12px;
    font-size: 33px;
    line-height: 1.08;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,0.28);
    letter-spacing: 0;
}

.hero-sub {
    color: #f1b24a;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,0.22);
}

.hero-note {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,0.28);
}

/* nav */
.main-nav {
    background: #fff;
    border-top: 2px solid #2693ff;
    border-bottom: 1px solid #d8d8d8;
}

.main-nav ul {
    margin: 0;
    padding: 0 12px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.main-nav li a {
    display: block;
    padding: 13px 16px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.main-nav li a:hover,
.main-nav li a.active {
    background: #e60012;
    color: #fff;
}

/* section */
.section {
    padding-top: 24px;
    padding-bottom: 8px;
}

.section h2 {
    margin: 0 0 16px;
    font-size: 24px;
    color: #111;
}

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

.card {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 16px;
}

.card h3 {
    margin: 0 0 10px;
    font-size: 17px;
}

.card p {
    margin: 0 0 8px;
    color: #444;
    font-size: 14px;
}

/* service page */
.service-page {
    padding: 16px;
    background: #f3f3f3;
}

.breadcrumb {
    font-size: 13px;
    color: #666;
    margin: 0 0 12px;
}

.service-title {
    margin: 0 0 12px;
    font-size: 24px;
    color: #c65100;
    font-weight: bold;
    text-transform: uppercase;
}

.price-search-panel {
    position: sticky;
    top: 0;
    z-index: 8;
    background: #fff8f0;
    border: 1px solid #f0c9a1;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.price-search-head h2 {
    margin: 0 0 4px;
    font-size: 20px;
    color: #111;
}

.price-search-head p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #555;
}

.price-search-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.price-search-row .search-box {
    margin-bottom: 0;
    flex: 1 1 auto;
}

.btn-price-jump {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-width: 170px;
    padding: 0 18px;
    border-radius: 4px;
    background: #c65100;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.price-search-note {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
}

.search-box {
    width: 100%;
    padding: 14px 16px;
    font-size: 17px;
    border: 2px solid #c65100;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 16px;
}

.table-wrap {
    overflow-x: auto;
    background: #fff;
    border: 1px solid #bcbcbc;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.price-table th,
.price-table td {
    border: 1px solid #999;
    padding: 8px 10px;
    font-size: 14px;
}

.price-table thead th {
    background: #efe88a;
    text-align: center;
}

.manufacturer h3 {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}

.manufacturer {
    background: #52a7e8;
    color: #fff;
}

.price-red {
    color: #e60012;
    font-weight: bold;
    text-align: center;
}

.price-blue {
    color: #1f4cff;
    font-weight: bold;
    text-align: center;
}

.service-note {
    margin-top: 12px;
    font-size: 14px;
    color: #444;
}

.service-intro-compact {
    margin-top: 14px;
}

.service-intro-box {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.service-intro-text {
    margin: 0 0 12px;
    font-size: 14px;
    color: #444;
}

.service-highlight-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 14px;
}

.service-highlight-item {
    font-size: 14px;
    color: #333;
}

.service-cta-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-ui {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.btn-call {
    background: #e60012;
}

.btn-map {
    background: #2b7de9;
}

.btn-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
}

.btn-icon svg {
    width: 18px;
    height: 18px;
}

.service-bottom-box {
    margin-top: 18px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 16px;
}

.service-bottom-box h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 22px;
}

.service-bottom-box p {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 14px;
    color: #444;
}

/* footer */
.site-footer {
    background: #4f4f4f;
    color: #fff;
    margin-top: 24px;
}

.footer-top {
    padding: 18px 16px 10px;
}

.footer-grid {
    display: grid;
    gap: 30px;
}

.footer-grid-2 {
    grid-template-columns: 1.4fr 1fr;
}

.footer-col h3 {
    margin: 0 0 14px;
    font-size: 20px;
    color: #fff;
}

.footer-col p {
    margin: 0 0 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.92);
}

.footer-col a {
    color: #fff;
}

.footer-branch {
    margin-bottom: 18px;
}

.footer-branch strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
}

.footer-social {
    margin-top: 16px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.14);
    padding: 10px 16px 14px;
}

.footer-bottom-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 12px;
    color: rgba(255,255,255,0.76);
}

.contact-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.section-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

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

.branch-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
}

.branch-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
}

.admin-link {
    text-align: center;
    margin-top: 30px;
}

.admin-link a {
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

.admin-link a:hover {
    color: #e60012;
}

/* mobile */
@media (max-width: 900px) {
    .site-shell {
        max-width: 100%;
    }

    .topbar-grid {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .topbar-branch {
        min-width: 220px;
        padding: 8px 10px;
        border-right: 1px solid rgba(255,255,255,0.18);
        min-height: auto;
        text-align: center;
    }

    .topbar-branch .phone {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .topbar-branch .address-short {
        font-size: 12px;
        margin-bottom: 0;
    }


    .cards,
    .footer-grid-2 {
        grid-template-columns: 1fr;
    }

    .hero-banner {
        height: 220px;
        background-image: url('../images/banner.jpg');
        background-position: center center;
        background-size: cover;
    }

    .hero-banner::before {
        background: linear-gradient(
            to right,
            rgba(55,55,55,0.78) 0%,
            rgba(55,55,55,0.52) 45%,
            rgba(55,55,55,0.14) 100%
        );
    }

    .hero-text {
        max-width: 255px;
    }

    .hero-text h1 {
        font-size: 28px;
        line-height: 1.05;
        margin-bottom: 8px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.42);
    }

    .hero-sub {
        font-size: 15px;
        margin-bottom: 8px;
        text-shadow: 0 1px 3px rgba(0,0,0,0.32);
    }

    .hero-note {
        font-size: 14px;
        line-height: 1.38;
        text-shadow: 0 2px 4px rgba(0,0,0,0.42);
    }

    .main-nav ul {
        padding: 0;
    }

    .main-nav li a {
        padding: 12px 14px;
        font-size: 15px;
    }

    .section h2 {
        font-size: 22px;
    }

    .service-title {
        font-size: 24px;
    }

    .price-search-panel {
        top: 0;
        padding: 12px;
        border-radius: 0;
        margin-left: -16px;
        margin-right: -16px;
    }

    .price-search-head h2 {
        font-size: 18px;
    }

    .price-search-row {
        flex-direction: column;
    }

    .btn-price-jump,
    .btn-ui {
        width: 100%;
    }
}

/* CONTACT PAGE */
.contact-hero {
    margin-bottom: 18px;
}

.contact-hero-text {
    margin: 0;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.contact-info-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}

.contact-info-item {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 14px;
}

.contact-info-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #111;
}

.contact-info-item span {
    font-size: 14px;
    color: #555;
}

.section-title {
    font-size: 22px;
    margin: 0 0 14px;
    font-weight: bold;
    color: #111;
}

.contact-branch-list {
    display: grid;
    gap: 18px;
}

.contact-branch-card {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    overflow: hidden;
}

.contact-branch-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #f7f7f7;
    border-bottom: 1px solid #e1e1e1;
}

.contact-branch-head h3 {
    margin: 0;
    font-size: 18px;
    color: #111;
}

.branch-badge {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e8f7ea;
    color: #1f7a35;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.branch-badge-muted {
    background: #f0f0f0;
    color: #666;
}

.contact-branch-body {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 18px;
    padding: 16px;
}

.contact-branch-content p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #444;
}

.branch-action-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.branch-btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.branch-btn-call {
    background: #e60012;
}

.branch-btn-map {
    background: #2b7de9;
}

.branch-map {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fafafa;
}

.contact-social-box {
    margin-top: 24px;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    padding: 16px;
}

.contact-social-box p {
    margin: 0 0 10px;
    font-size: 14px;
}

.admin-link {
    text-align: center;
    margin-top: 26px;
}

.admin-link a {
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

.admin-link a:hover {
    color: #e60012;
}

@media (max-width: 900px) {
    .contact-info-box {
        grid-template-columns: 1fr;
    }

    .contact-branch-body {
        grid-template-columns: 1fr;
    }

    .contact-branch-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-branch-head h3 {
        font-size: 16px;
    }

    .branch-action-row {
        flex-direction: column;
    }

    .branch-btn {
        text-align: center;
    }
}

.home-cta-bar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-block;
    padding: 11px 16px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.cta-red {
    background: #e60012;
}

.cta-blue {
    background: #2b7de9;
}

.cta-dark {
    background: #444;
}

.mini-link {
    color: #e60012;
    font-weight: bold;
    font-size: 14px;
}

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

.review-card {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 4px solid #e60012;
    border-radius: 6px;
    padding: 15px;
}

.review-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.6;
}

.review-author {
    font-size: 13px;
    color: #666;
}

.home-branch-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.home-view-all {
    font-size: 14px;
    font-weight: bold;
    color: #e60012;
}

.home-branch-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.home-branch-card {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 16px;
}

.home-branch-card h3 {
    margin: 0 0 10px;
    font-size: 17px;
    color: #111;
}

.home-branch-card p {
    margin: 0 0 8px;
    font-size: 14px;
    color: #444;
}

.home-branch-actions,
.home-final-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.home-final-cta {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 18px;
}

.home-final-cta h2 {
    margin-top: 0;
}

.home-final-cta p {
    margin: 0 0 12px;
    font-size: 14px;
    color: #444;
}

@media (max-width: 900px) {
    .review-grid,
    .home-branch-grid,
    .contact-info-box {
        grid-template-columns: 1fr;
    }

    .home-cta-bar,
    .home-final-actions,
    .home-branch-actions,
    .branch-action-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

    .home-cta-bar .cta-btn,
    .home-final-actions .cta-btn,
    .home-branch-actions .branch-btn,
    .branch-action-row .branch-btn {
        flex: 1 1 auto;
        min-width: 120px;
        text-align: center;
        padding: 10px 12px;
        font-size: 13px;
    }

    .home-view-all {
        font-size: 13px;
    }

    .contact-branch-body {
        grid-template-columns: 1fr;
    }

    .contact-branch-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-branch-head h3 {
        font-size: 16px;
    }

    .branch-btn {
        text-align: center;
    }

    .topbar-grid {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .topbar-branch {
        min-width: 220px;
        padding: 8px 10px;
        border-right: 1px solid rgba(255,255,255,0.18);
        min-height: auto;
        text-align: center;
    }

    .topbar-branch .phone {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .topbar-branch .address-short {
        font-size: 12px;
        margin-bottom: 0;
    }
}

/* CTA buttons */
.cta-btn {
    display: inline-block;
    padding: 12px 16px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.cta-red {
    background: #d62828;
}

.cta-blue {
    background: #1d4ed8;
}

.cta-dark {
    background: #333;
}

.home-cta-bar,
.home-final-actions,
.service-cta-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Service intro */
.service-intro-box,
.service-bottom-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 6px;
}

.service-intro-text,
.service-bottom-box p {
    margin: 0 0 12px;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}

.service-highlight-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}

.service-highlight-item {
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
    color: #222;
}

.service-bottom-box h2 {
    margin: 0 0 8px;
    font-size: 22px;
}

/* Fixed mobile CTA */
.mobile-fixed-cta {
    display: none;
}

@media (max-width: 768px) {
    .mobile-fixed-cta {
        display: flex;
        gap: 10px;
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 9999;
    }

    .mobile-fixed-cta a {
        flex: 1;
        min-height: 48px;
        border-radius: 14px;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        box-shadow: 0 8px 24px rgba(0,0,0,.14);
    }

    .mobile-fixed-cta .cta-call {
        background: linear-gradient(180deg, #ff4d4f 0%, #d62828 100%);
        color: #fff;
    }

    .mobile-fixed-cta .cta-map {
        background: #ffffff;
        color: #1d4ed8;
        border: 1px solid #dbe7ff;
    }

    body {
        padding-bottom: 78px;
    }
}
/* ===== Policy pages ===== */
.policy-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 18px 20px;
    border-radius: 6px;
}

.policy-box h2 {
    margin: 18px 0 8px;
    font-size: 20px;
    color: #222;
}

.policy-box p {
    margin: 0 0 10px;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
}

/* ===== Footer old website style ===== */
.footer-grid-3 {
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 24px;
}

.footer-top-oldstyle {
    padding: 14px 16px 8px;
}

.footer-top-oldstyle .footer-col h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #f2f2f2;
}

.footer-top-oldstyle .footer-col p {
    margin-bottom: 4px;
    line-height: 1.35;
}

.footer-top-oldstyle .footer-col a {
    color: #d6dbff;
    text-decoration: underline;
}

.footer-branch-compact {
    margin-bottom: 8px;
}

.footer-branch-compact strong {
    margin-bottom: 2px;
}

.footer-notice-image {
    margin-top: 12px;
}

.footer-notice-image img {
    width: 120px;
    max-width: 100%;
    display: block;
}

.footer-bottom-legacy {
    background: #000;
    border-top: 0;
    padding: 8px 16px 10px;
}

.footer-bottom-legacy-inner p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
}

@media (max-width: 900px) {
    .footer-grid-3 {
        grid-template-columns: 1fr;
    }

    .footer-bottom-legacy-inner p {
        font-size: 12px;
    }
}

.call-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.call-popup-content {
    background: #fff;
    width: 100%;
    max-width: 420px;
    border-radius: 10px;
    padding: 18px;
    max-height: 90vh;
    overflow-y: auto;
}

.call-popup-content h3 {
    margin: 0 0 14px;
    font-size: 22px;
}

.call-branch-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.call-item {
    display: block;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    color: #111;
    background: #fff;
}

.call-item strong {
    display: block;
    margin-bottom: 4px;
}

.call-item span {
    display: block;
    color: #d62828;
    font-weight: 700;
    margin-bottom: 4px;
}

.call-item small {
    color: #666;
}

.call-close {
    margin-top: 14px;
    width: 100%;
    padding: 12px;
    border: 0;
    border-radius: 6px;
    background: #333;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.mobile-fixed-cta {
    display: none;
}

@media (max-width: 768px) {
    .mobile-fixed-cta {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        box-shadow: 0 -2px 10px rgba(0,0,0,.12);
    }

    .mobile-fixed-cta a {
        flex: 1;
        text-align: center;
        padding: 12px 8px;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
    }

    .cta-call {
        background: #d62828;
    }

    .cta-map {
        background: #1d4ed8;
    }

    body {
        padding-bottom: 60px;
    }
}

/* CTA chung */
.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    border: 1px solid transparent;
    transition: all .2s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.cta-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0,0,0,.10);
}

.cta-call {
    background: linear-gradient(180deg, #ff4d4f 0%, #d62828 100%);
    color: #fff;
}

.cta-call:hover {
    color: #fff;
}

.cta-map {
    background: #fff;
    color: #1d4ed8;
    border-color: #dbe7ff;
}

.cta-map:hover {
    color: #1d4ed8;
    background: #f7faff;
}

/* Hàng nút */
.home-cta-bar,
.home-final-actions,
.service-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Mobile */
@media (max-width: 768px) {
    .home-cta-bar .cta-btn,
    .home-final-actions .cta-btn,
    .service-cta-row .cta-btn {
        flex: 1 1 calc(50% - 6px);
        min-height: 44px;
        padding: 0 14px;
        font-size: 14px;
        border-radius: 10px;
    }
}

/* Popup gọi điện */
.call-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(15, 23, 42, 0.45);
    align-items: center;
    justify-content: center;
    padding: 16px;
    backdrop-filter: blur(2px);
}

.call-popup-content {
    width: 100%;
    max-width: 430px;
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    animation: popupFadeIn .18s ease;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.call-popup-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.call-popup-head h3 {
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 1.2;
    color: #111827;
}

.call-popup-head p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}

.call-popup-x {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 10px;
    background: #f3f4f6;
    color: #111827;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    flex: 0 0 auto;
}

.call-popup-x:hover {
    background: #e5e7eb;
}

.call-branch-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.call-item {
    display: block;
    text-decoration: none;
    padding: 14px 14px 12px;
    border: 1px solid #eceff3;
    border-radius: 14px;
    background: #fff;
    transition: all .2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
}

.call-item:hover {
    border-color: #c9d8ff;
    background: #f8fbff;
    transform: translateY(-1px);
}

.call-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.call-item strong {
    display: block;
    font-size: 15px;
    line-height: 1.35;
    color: #111827;
}

.call-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    color: #d62828;
    background: #fff5f5;
    border: 1px solid #ffd7d7;
    border-radius: 999px;
    padding: 7px 10px;
}

.call-item small {
    display: block;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .call-popup-content {
        max-width: 100%;
        border-radius: 16px;
        padding: 16px;
    }

    .call-popup-head h3 {
        font-size: 20px;
    }

    .call-item {
        padding: 13px 12px 11px;
    }

    .call-item-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .call-item span {
        margin-top: 2px;
    }
}

/* Tối ưu bảng giá để bớt phải kéo ngang */
.price-table {
    width: 100%;
    table-layout: fixed;
}

.price-table th,
.price-table td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
}

.price-table th.product,
.price-table td:nth-child(1) {
    width: 38%;
}

.price-table th.service1,
.price-table td:nth-child(2) {
    width: 22%;
}

.price-table th.screen_price,
.price-table td:nth-child(3) {
    width: 20%;
    white-space: nowrap;
    text-align: center;
}

.price-table th.price,
.price-table td:nth-child(4) {
    width: 20%;
    white-space: nowrap;
    text-align: center;
}

/* Mobile: ép gọn hơn để cố gắng thấy đủ 4 cột */
@media (max-width: 768px) {
    .table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .price-table {
        min-width: 640px; /* giảm từ mức rộng hơn trước */
        font-size: 13px;
    }

    .price-table th,
    .price-table td {
        padding: 8px 6px;
    }

    .price-table th.product,
    .price-table td:nth-child(1) {
        width: 34%;
    }

    .price-table th.service1,
    .price-table td:nth-child(2) {
        width: 22%;
    }

    .price-table th.screen_price,
    .price-table td:nth-child(3) {
        width: 22%;
    }

    .price-table th.price,
    .price-table td:nth-child(4) {
        width: 22%;
    }

    .manufacturer h3 {
        font-size: 16px;
        margin: 0;
    }
}

/* ===== Thu gọn bảng giá để mobile thấy tới cột giá khách lẻ ===== */
.table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.price-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.price-table th,
.price-table td {
    vertical-align: middle;
    box-sizing: border-box;
}

/* Desktop */
.price-table th.product,
.price-table td:nth-child(1) {
    width: 34%;
}

.price-table th.service1,
.price-table td:nth-child(2) {
    width: 26%;
}

.price-table th.screen_price,
.price-table td:nth-child(3) {
    width: 20%;
    text-align: center;
    white-space: nowrap;
}

.price-table th.price,
.price-table td:nth-child(4) {
    width: 20%;
    text-align: center;
    white-space: nowrap;
}

/* Mobile: ép gọn mạnh hơn */
@media (max-width: 768px) {
    .price-table {
        min-width: 560px;
        font-size: 12px;
    }

    .price-table th,
    .price-table td {
        padding: 5px 4px;
    }

    .price-table th.product,
    .price-table td:nth-child(1) {
        width: 31%;
    }

    .price-table th.service1,
    .price-table td:nth-child(2) {
        width: 25%;
    }

    .price-table th.screen_price,
    .price-table td:nth-child(3) {
        width: 22%;
        white-space: nowrap;
        text-align: center;
    }

    .price-table th.price,
    .price-table td:nth-child(4) {
        width: 22%;
        white-space: nowrap;
        text-align: center;
    }

    /* Cột sản phẩm: giữ 1 dòng, dài quá thì cắt */
    .price-table td:nth-child(1) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Cột loại: ưu tiên thấy giá nên cắt gọn hơn */
    .price-table td:nth-child(2) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .price-table th {
        font-size: 11px;
        line-height: 1.2;
    }

    .manufacturer h3 {
        font-size: 14px;
        margin: 0;
    }
}

/* ===== Floating bottom bar kiểu gọn hơn ===== */
.mobile-bottom-nav {
    display: none;
}

@media (max-width: 768px) {
    .mobile-bottom-nav {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background: #fff;
        border-top: 1px solid #e5e7eb;
        box-shadow: 0 -4px 18px rgba(0, 0, 0, .08);
        padding-bottom: env(safe-area-inset-bottom);
    }

    .mobile-bottom-item {
        min-height: 58px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        text-decoration: none;
        color: #111827;
        font-weight: 600;
        font-size: 12px;
        padding: 6px 4px;
    }

    .mobile-bottom-item:hover,
    .mobile-bottom-item:focus {
        color: #d62828;
    }

    .mobile-bottom-icon {
        font-size: 20px;
        line-height: 1;
        color: #d62828;
    }

    .mobile-bottom-text {
        line-height: 1.1;
        text-align: center;
    }

    body {
        padding-bottom: 72px;
    }
}

/* ===== Popup chung ===== */
.popup-open {
    overflow: hidden;
}

.branch-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10050;
    background: rgba(15, 23, 42, 0.45);
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.branch-popup-sheet {
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 18px 16px 20px;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, .14);
    animation: popupSlideUp .18s ease;
    max-height: 85vh;
    overflow-y: auto;
}

@keyframes popupSlideUp {
    from {
        transform: translateY(24px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.branch-popup-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.branch-popup-head h3 {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 1.2;
    color: #111827;
}

.branch-popup-head p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
}

.branch-popup-close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    background: #f3f4f6;
    color: #111827;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    flex: 0 0 auto;
}

.branch-popup-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.branch-popup-item {
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
    transition: all .2s ease;
}

.branch-popup-item:hover {
    background: #fafafa;
    border-color: #d9dee7;
    transform: translateY(-1px);
}

.branch-popup-title-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}

.branch-popup-title-row strong {
    font-size: 15px;
    line-height: 1.35;
    color: #111827;
}

.branch-popup-item small {
    display: block;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.5;
}

.branch-popup-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff5f5;
    border: 1px solid #ffd7d7;
    color: #d62828;
    font-weight: 700;
    font-size: 14px;
}

.branch-popup-badge-blue {
    background: #f3f7ff;
    border-color: #d9e6ff;
    color: #1d4ed8;
}

@media (min-width: 480px) {
    .branch-popup-title-row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

/* ===== Floating bottom bar mới ===== */
.mobile-bottom-nav {
    display: none;
}

@media (max-width: 768px) {
    .mobile-bottom-nav {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: fixed;
        left: 8px;
        right: 8px;
        bottom: 8px;
        z-index: 9999;
        background: #ffffff;
        border: 1px solid #eceff3;
        border-radius: 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
        padding: 6px;
        gap: 6px;
    }

    .mobile-bottom-item {
        min-height: 58px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        text-decoration: none;
        border-radius: 14px;
        padding: 6px 4px;
        transition: all .18s ease;
    }

    .mobile-bottom-icon {
        font-size: 23px;
        line-height: 1;
        font-weight: 700;
    }

    .mobile-bottom-text {
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        font-weight: 700;
    }

    .mobile-bottom-item-neutral {
        color: #1f2937;
        background: #ffffff;
    }

    .mobile-bottom-item-neutral .mobile-bottom-icon {
        color: #d62828;
    }

    .mobile-bottom-item-call {
        background: #fff1f1;
        color: #c81e1e;
    }

    .mobile-bottom-item-call .mobile-bottom-icon {
        color: #d62828;
    }

    .mobile-bottom-item-map {
        background: #eef4ff;
        color: #1d4ed8;
    }

    .mobile-bottom-item-map .mobile-bottom-icon {
        color: #1d4ed8;
    }

    .mobile-bottom-item:active {
        transform: scale(.98);
    }

    body {
        padding-bottom: 84px;
    }
}

/* ===== Floating bottom bar mới - icon SVG đẹp hơn ===== */
.mobile-bottom-nav {
    display: none;
}

@media (max-width: 768px) {
    .mobile-bottom-nav {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: fixed;
        left: 8px;
        right: 8px;
        bottom: 8px;
        z-index: 9999;
        background: #ffffff;
        border: 1px solid #eceff3;
        border-radius: 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
        padding: 6px;
        gap: 6px;
    }

    .mobile-bottom-item {
        min-height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        text-decoration: none;
        border-radius: 14px;
        padding: 6px 4px;
        transition: all .18s ease;
    }

    .mobile-bottom-icon {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-bottom-icon svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .mobile-bottom-text {
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        font-weight: 700;
    }

    .mobile-bottom-item-neutral {
        color: #1f2937;
        background: #ffffff;
    }

    .mobile-bottom-item-neutral .mobile-bottom-icon {
        color: #d62828;
    }

    .mobile-bottom-item-call {
        background: #fff1f1;
        color: #c81e1e;
    }

    .mobile-bottom-item-call .mobile-bottom-icon {
        color: #d62828;
    }

    .mobile-bottom-item-map {
        background: #eef4ff;
        color: #1d4ed8;
    }

    .mobile-bottom-item-map .mobile-bottom-icon {
        color: #1d4ed8;
    }

    .mobile-bottom-item:active {
        transform: scale(.98);
    }

    body {
        padding-bottom: 86px;
    }
}

/* ===== Floating bottom bar mới - icon SVG đẹp hơn ===== */
.mobile-bottom-nav {
    display: none;
}

@media (max-width: 768px) {
    .mobile-bottom-nav {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: fixed;
        left: 8px;
        right: 8px;
        bottom: 8px;
        z-index: 9999;
        background: #ffffff;
        border: 1px solid #eceff3;
        border-radius: 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
        padding: 6px;
        gap: 6px;
    }

    .mobile-bottom-item {
        min-height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        text-decoration: none;
        border-radius: 14px;
        padding: 6px 4px;
        transition: all .18s ease;
    }

    .mobile-bottom-icon {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-bottom-icon svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .mobile-bottom-text {
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        font-weight: 700;
    }

    .mobile-bottom-item-neutral {
        color: #1f2937;
        background: #ffffff;
    }

    .mobile-bottom-item-neutral .mobile-bottom-icon {
        color: #d62828;
    }

    .mobile-bottom-item-call {
        background: #fff1f1;
        color: #c81e1e;
    }

    .mobile-bottom-item-call .mobile-bottom-icon {
        color: #d62828;
    }

    .mobile-bottom-item-map {
        background: #eef4ff;
        color: #1d4ed8;
    }

    .mobile-bottom-item-map .mobile-bottom-icon {
        color: #1d4ed8;
    }

    .mobile-bottom-item:active {
        transform: scale(.98);
    }

    body {
        padding-bottom: 86px;
    }
}

/* ===== Nút đồng bộ toàn site ===== */
.btn-ui {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 46px !important;
    padding: 0 18px !important;
    border-radius: 14px !important;
    border: 1px solid transparent !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: 0 4px 14px rgba(0,0,0,.06) !important;
    transition: all .18s ease !important;
    white-space: nowrap !important;
}

.btn-ui:hover {
    transform: translateY(-1px);
}

.btn-ui:active {
    transform: scale(.98);
}

.btn-ui .btn-icon {
    width: 18px !important;
    height: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px !important;
}

.btn-ui .btn-icon svg {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
}

/* Gọi điện */
.btn-call {
    background: #fff1f1 !important;
    color: #c81e1e !important;
    border-color: #ffd7d7 !important;
}

.btn-call .btn-icon {
    color: #d62828 !important;
}

/* Chỉ đường */
.btn-map {
    background: #eef4ff !important;
    color: #1d4ed8 !important;
    border-color: #d9e6ff !important;
}

.btn-map .btn-icon {
    color: #1d4ed8 !important;
}

/* Nút phụ */
.btn-neutral {
    background: #ffffff !important;
    color: #1f2937 !important;
    border-color: #e5e7eb !important;
}

.btn-neutral .btn-icon {
    color: #374151 !important;
}

/* Hàng nút */
.home-cta-bar,
.home-final-actions,
.service-cta-row,
.branch-actions {
    display: flex !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

@media (max-width: 768px) {
    .btn-ui {
        min-height: 44px !important;
        padding: 0 14px !important;
        border-radius: 12px !important;
        font-size: 14px !important;
    }

    .btn-ui .btn-icon,
    .btn-ui .btn-icon svg {
        width: 17px !important;
        height: 17px !important;
    }

    .home-cta-bar .btn-ui,
    .home-final-actions .btn-ui,
    .service-cta-row .btn-ui,
    .branch-actions .btn-ui {
        flex: 1 1 calc(50% - 6px) !important;
    }
}

/* Nút chi nhánh - nhẹ hơn CTA chính */
.btn-branch {
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: none;
}

/* Gọi - nhẹ hơn */
.btn-branch.btn-call {
    background: #fff7f7;
    color: #c81e1e;
    border-color: #ffe3e3;
}

/* Map - nhẹ hơn */
.btn-branch.btn-map {
    background: #f5f9ff;
    color: #1d4ed8;
    border-color: #e3edff;
}
.branch-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.branch-status-open {
    background: #eaf8ee;
    color: #15803d;
}

.branch-status-soon {
    background: #fff4e5;
    color: #b45309;
}

.branch-status-closed {
    background: #f3f4f6;
    color: #6b7280;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.homepage {
    background: #f7f7f7;
}

.home-section {
    padding: 30px 0;
}

.home-top-cta + .home-section {
    padding-top: 14px;
}

.home-section h2 {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 22px;
    color: #111827;
}

.home-hero {
    position: relative;
    min-height: 340px;
    background: url('/test/assets/images/banner-he-thong.jpg') center center / cover no-repeat;
}

.home-hero-overlay {
    background: linear-gradient(90deg, rgba(22,22,26,.70) 0%, rgba(22,22,26,.48) 38%, rgba(22,22,26,.15) 100%);
    min-height: 340px;
    display: flex;
    align-items: center;
}

.home-hero-content {
    max-width: 620px;
    padding: 36px 0;
}

.home-hero h1 {
    color: #fff;
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 14px;
}

.hero-service-line {
    color: #f3b545;
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 14px;
}

.hero-sub-line {
    color: #fff;
    font-size: 20px;
    margin: 0 0 24px;
}

.service-grid,
.why-grid,
.review-grid,
.case-grid,
.branch-grid-home {
    display: grid;
    gap: 18px;
}

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

.why-grid,
.review-grid,
.branch-grid-home {
    grid-template-columns: repeat(3, 1fr);
}

.service-card,
.why-card,
.review-card,
.case-card,
.branch-home-card,
.cta-final-box {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    padding: 20px;
}

.service-card h3,
.case-card h3,
.branch-home-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #111827;
}

.service-card p,
.why-card p,
.review-card p,
.case-card p,
.branch-home-card p,
.cta-final-box p {
    margin: 0 0 12px;
    line-height: 1.7;
    color: #4b5563;
}

.service-card a,
.case-card a {
    color: #e11d2e;
    font-weight: 700;
    text-decoration: none;
}

.branch-home-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 12px;
}

.review-card span {
    color: #d62828;
    font-weight: 700;
}

.why-section,
.review-section {
    background: #fafafa;
}

.home-cta-final {
    padding-bottom: 60px;
}

.home-cta-bar,
.home-final-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 992px) {
    .service-grid,
    .case-grid,
    .why-grid,
    .review-grid,
    .branch-grid-home {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-section h2 {
        font-size: 30px;
    }

    .home-hero h1 {
        font-size: 42px;
    }

    .hero-service-line {
        font-size: 22px;
    }

    .hero-sub-line {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    .home-section {
        padding: 30px 0;
    }

    .home-section h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .home-hero {
        min-height: 220px;
        background: url('/test/assets/images/banner-he-thong.jpg') center center / cover no-repeat;
    }

    .home-hero-overlay {
        min-height: 220px;
    }

    .home-hero-content {
        padding: 26px 0;
        max-width: 100%;
    }

    .home-hero h1 {
        font-size: 28px;
        max-width: 100%;
    }

    .hero-service-line {
        font-size: 16px;
    }

    .hero-sub-line {
        font-size: 15px;
    }

    .service-grid,
    .case-grid,
    .why-grid,
    .review-grid,
    .branch-grid-home {
        grid-template-columns: 1fr;
    }

    .service-card h3,
    .case-card h3,
    .branch-home-card h3 {
        font-size: 22px;
    }

    .branch-home-card img {
        height: auto;
    }
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.homepage {
    background: #f7f7f7;
}

.home-section {
    padding: 42px 0;
}

.home-section h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 22px;
    color: #111827;
}

.home-hero {
    position: relative;
    min-height: 340px;
    background: url('/test/assets/images/banner-he-thong.jpg') center center / cover no-repeat;
}

.home-hero-overlay {
    background: linear-gradient(90deg, rgba(22,22,26,.70) 0%, rgba(22,22,26,.48) 38%, rgba(22,22,26,.15) 100%);
    min-height: 340px;
    display: flex;
    align-items: center;
}

.home-hero-content {
    max-width: 620px;
    padding: 36px 0;
}

.home-hero h1 {
    color: #fff;
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 14px;
}

.hero-service-line {
    color: #f3b545;
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 14px;
}

.hero-sub-line {
    color: #fff;
    font-size: 20px;
    margin: 0 0 24px;
}

.service-grid,
.why-grid,
.review-grid,
.case-grid,
.branch-grid-home {
    display: grid;
    gap: 18px;
}

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

.why-grid,
.review-grid,
.branch-grid-home {
    grid-template-columns: repeat(3, 1fr);
}

.service-card,
.why-card,
.review-card,
.case-card,
.branch-home-card,
.cta-final-box {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    padding: 20px;
}

.service-card h3,
.case-card h3,
.branch-home-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #111827;
}

.why-card strong,
.review-card strong {
    display: block;
    margin-bottom: 8px;
    color: #111827;
}

.service-card p,
.why-card p,
.review-card p,
.case-card p,
.branch-home-card p,
.cta-final-box p {
    margin: 0 0 12px;
    line-height: 1.7;
    color: #4b5563;
}

.service-card a,
.case-card a {
    color: #e11d2e;
    font-weight: 700;
    text-decoration: none;
}

.branch-home-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 12px;
}

.review-card span {
    color: #d62828;
    font-weight: 700;
}

.why-section,
.review-section {
    background: #fafafa;
}

.home-cta-final {
    padding-bottom: 60px;
}

.home-cta-bar,
.home-final-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 992px) {
    .service-grid,
    .case-grid,
    .why-grid,
    .review-grid,
    .branch-grid-home {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-section h2 {
        font-size: 30px;
    }

    .home-hero h1 {
        font-size: 42px;
    }

    .hero-service-line {
        font-size: 22px;
    }

    .hero-sub-line {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    .home-section {
        padding: 30px 0;
    }

    .home-section h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .home-hero {
        min-height: 220px;
        background: url('/test/assets/images/banner-he-thong.jpg') center center / cover no-repeat;
    }

    .home-hero-overlay {
        min-height: 220px;
    }

    .home-hero-content {
        padding: 26px 0;
        max-width: 100%;
    }

    .home-hero h1 {
        font-size: 28px;
        max-width: 100%;
    }

    .hero-service-line {
        font-size: 16px;
    }

    .hero-sub-line {
        font-size: 15px;
    }

    .service-grid,
    .case-grid,
    .why-grid,
    .review-grid,
    .branch-grid-home {
        grid-template-columns: 1fr;
    }

    .service-card h3,
    .case-card h3,
    .branch-home-card h3 {
        font-size: 22px;
    }

    .branch-home-card img {
        height: auto;
    }
}
.home-top-cta {
    padding: 8px 0 10px;
}

/* layout mới */
.branch-row {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;
    margin-bottom: 16px;
}

/* ảnh */
.branch-left img {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

/* info */
.branch-right p {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* nút */
.branch-actions {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

/* map dưới */
.branch-map-bottom iframe {
    border-radius: 12px;
    width: 100%;
}

/* mobile */
@media (max-width: 768px) {
    .branch-row {
        grid-template-columns: 1fr;
    }

    .branch-actions {
        flex-direction: row;
    }
}

.hero-banner {
    position: relative;
    overflow: hidden;
}

.hero-picture img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;

    background: linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.1) 100%);
}

.hero-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.hero-text {
    max-width: 640px;
}

.hero-text h1 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 10px;
}

.hero-sub {
    color: #f4b63f;
    font-size: 22px;
    margin-bottom: 10px;
}

.hero-note {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 26px;
    }

    .hero-sub {
        font-size: 16px;
    }

    .hero-note {
        font-size: 14px;
    }
}

.quick-search-box {
  margin: 12px 0 16px;
  padding: 10px 12px;
  background: #fff8e1;
  border: 1px solid #f0d98a;
  border-radius: 8px;
}

.quick-search-box input {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #d6b85a;
  border-radius: 6px;
  background: #fff;
  outline: none;
  box-sizing: border-box;
}

.quick-search-box input:focus {
  border-color: #c79a00;
  box-shadow: 0 0 0 2px rgba(199, 154, 0, 0.12);
}

.quick-search-hint {
  font-size: 12px;
  color: #7a5a00;
  margin: 6px 0 0;
  line-height: 1.4;
}

/* ===== MOBILE: bảng giá full màn hình, không kéo ngang ===== */
@media (max-width: 768px) {
  .table-wrap {
    overflow-x: visible !important;
  }

  .price-table {
    width: 100% !important;
    min-width: 100% !important;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .price-table th,
  .price-table td {
    padding: 8px 6px;
    font-size: 13px;
    line-height: 1.25;
    vertical-align: middle;
  }

  /* Cột 1: Sản phẩm */
  .price-table th.product,
  .price-table td:nth-child(1) {
    width: 34%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Cột 2: Loại */
  .price-table th.service1,
  .price-table td:nth-child(2) {
    width: 24%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Cột 3: Giá khách lẻ */
  .price-table th.sticky-retail,
  .price-table td:nth-child(3) {
    width: 21%;
    text-align: center;
    white-space: nowrap;
  }

  /* Cột 4: Giá đại lý */
  .price-table th.price,
  .price-table td:nth-child(4) {
    width: 21%;
    text-align: center;
    white-space: nowrap;
  }

  .price-table .manufacturer h3 {
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
  }
}



.desktop-label {
  display: inline;
}

.mobile-label {
  display: none;
}

@media (max-width: 768px) {
  .desktop-label {
    display: none;
  }

  .mobile-label {
    display: inline;
  }
}