:root {
    --blue: #003b7a;
    --blue2: #0874ef;
    --blue3: #0059c9;
    --dark: #062f5f;
    --navy: #052d5a;
    --yellow: #ffc400;
    --text: #071c3b;
    --muted: #637083;
    --soft: #f5f9ff;
    --border: #dbe8f7;
    --shadow: 0 10px 28px rgba(16, 60, 120, .08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Be Vietnam Pro', 'Segoe UI', Tahoma, Arial, sans-serif;
    color: var(--text);
    background: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1280px;
}

/* ==============================
   HEADER
   ============================== */

.site-header {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 32, 80, .08);
    z-index: 1000;
}

.navbar {
    min-height: 86px;
    padding: 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand img {
    width: 70px;
    height: 58px;
    object-fit: contain;
}

.brand b {
    font-size: 26px;
    color: var(--blue);
    line-height: 1;
    letter-spacing: -.4px;
    font-weight: 900;
}

.brand em {
    font-style: normal;
    color: #f3b400;
}

.brand small {
    display: block;
    font-size: 13px;
    color: #0c2c52;
    font-weight: 800;
    margin-top: 2px;
}

.nav-link {
    padding: 31px 16px 28px !important;
    color: #111 !important;
    font-size: 15px;
    font-weight: 800;
}

.nav-link.active,
.nav-link:hover {
    color: var(--blue2) !important;
    border-bottom: 3px solid var(--blue2);
}

.header-call a {
    display: block;
    color: #f4aa00;
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
}

.header-call small {
    display: block;
    color: #14233a;
    font-size: 13px;
    font-weight: 700;
    margin-top: 4px;
}

/* ==============================
   SECTION GENERAL
   ============================== */

.section {
    padding: 58px 0;
}

.section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    color: var(--blue);
    text-transform: uppercase;
    margin: 0 0 30px;
    letter-spacing: .2px;
}

.section-title:before,
.section-title:after {
    content: '';
    display: inline-block;
    width: 78px;
    height: 2px;
    background: #cbd9ee;
    vertical-align: middle;
    margin: 0 17px;
}

.bg-light-subtle {
    background: #f8fbff !important;
}

/* ==============================
   HERO
   ============================== */

.hero {
    position: relative;
    min-height: auto;
    padding: 46px 0 52px;
    background:
        linear-gradient(90deg, rgba(1, 37, 80, .96) 0%, rgba(1, 50, 105, .78) 38%, rgba(1, 50, 105, .22) 67%, rgba(1, 50, 105, .04) 100%),
        var(--hero) center right / cover no-repeat;
    overflow: hidden;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    padding: 0;
    max-width: 620px;
    color: #fff;
}

.hero h1 {
    font-size: 52px;
    line-height: 1.08;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 16px;
    letter-spacing: .1px;
}

.hero h1 span {
    color: var(--yellow);
    display: block;
}

.hero p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 22px;
    align-items: center;
    flex-wrap: wrap;
}

.btn-cta {
    border: 0;
    border-radius: 14px;
    padding: 0 24px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
    line-height: 1.1;
    min-height: 58px;
    white-space: nowrap;
    height: 58px;
    letter-spacing: 0;
    font-size: 15px;
}

.btn-cta b {
    font-weight: 900;
}

.btn-call {
    background: var(--yellow);
    color: #071c3b;
    gap: 9px;
}

.cta-phone {
    font-size: 18px;
    line-height: 1;
}

.btn-zalo {
    background: #1578ff;
    color: #fff;
    gap: 10px;
}

.btn-zalo:before {
    display: none !important;
}

.btn-zalo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
}

.quick-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 900px;
    background: rgba(0, 25, 62, .68);
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 15px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0;
    overflow: hidden;
    backdrop-filter: blur(2px);
}

.quick-trust div {
    padding: 17px 22px;
    border-right: 1px solid rgba(255, 255, 255, .24);
    display: flex;
    gap: 13px;
    align-items: center;
}

.quick-trust div:last-child {
    border-right: 0;
}

.quick-trust i {
    font-style: normal;
    font-size: 28px;
    min-width: 34px;
    text-align: center;
    color: #fff;
}

.quick-trust b {
    display: block;
    font-size: 15px;
    line-height: 1.22;
    font-weight: 800;
}

.quick-trust small {
    display: block;
    color: #e2efff;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 3px;
    font-weight: 500;
}

.mobile-trust {
    display: none;
}

/* ==============================
   BẢNG GIÁ
   ============================== */

.route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 1160px;
    margin: 0 auto;
}

.route-card {
    display: grid;
    grid-template-columns: 42% 58%;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
    min-height: 226px;
}

.route-card img {
    width: 100%;
    height: 100%;
    min-height: 226px;
    object-fit: cover;
    display: block;
}

.route-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.route-title {
    background: linear-gradient(90deg, #004eaa, #0874ef);
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 12px 10px;
    line-height: 1.25;
}

.route-prices {
    padding: 15px 22px 5px;
    flex: 1;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 8px 0;
    font-size: 15px;
    color: #061d3f;
}

.price-row span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.price-row span:before {
    content: '👉';
    font-size: 15px;
    line-height: 1;
}

.price-row b {
    color: var(--blue);
    font-weight: 900;
    white-space: nowrap;
}

.route-btn {
    display: block;
    background: linear-gradient(90deg, #004eaa, #0570e8);
    color: #fff;
    text-align: center;
    margin: 0 22px 18px;
    border-radius: 9px;
    padding: 10px 12px;
    font-weight: 900;
    font-size: 15px;
}

.route-btn:hover {
    color: #fff;
    filter: brightness(.95);
}

.note-price {
    margin: 24px auto 0;
    max-width: 880px;
    background: #eef6ff;
    border: 1px solid #cfe4ff;
    border-radius: 100px;
    color: var(--blue);
    font-weight: 800;
    text-align: center;
    padding: 12px 20px;
}

.note-price strong {
    color: #003b7a;
}

/* ==============================
   SERVICES / WHY
   ============================== */

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1160px;
    margin: 0 auto;
}

.service-card,
.why-card {
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 40, 100, .04);
}

.service-card img {
    width: 98px;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    flex: 0 0 auto;
}

.service-card h3,
.why-card h3 {
    font-size: 20px;
    font-weight: 900;
    color: var(--blue);
    margin: 0 0 5px;
}

.service-card p,
.why-card p {
    margin: 0;
    color: #2a3d57;
    font-size: 15px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 1160px;
    margin: 0 auto;
}

.why-icon {
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 2px solid #d7e8ff;
    font-size: 28px;
    color: var(--blue);
}

/* ==============================
   ĐỘI XE + KHU VỰC
   ============================== */

.fleet-area-section .container {
    max-width: 1180px;
}

.fleet-area-section .row {
    align-items: stretch;
}

.fleet-box,
.area-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 8px 20px rgba(0, 40, 100, .04);
    height: 100%;
}

.compact-title {
    font-size: 30px;
    margin-bottom: 24px;
    white-space: nowrap;
}

.compact-title:before,
.compact-title:after {
    width: 54px;
}

.fleet {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: stretch;
}

.fleet-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 11px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 40, 100, .05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fleet-card img {
    height: 110px;
    width: 100%;
    object-fit: cover;
    border-radius: 9px;
}

.fleet-card b {
    display: inline-block;
    background: var(--yellow);
    color: #001f45;
    border-radius: 100px;
    padding: 7px 16px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 900;
}

.area-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.area-box .compact-title {
    margin-bottom: 20px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.check-list li {
    position: relative;
    margin: 13px 0;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.5;
}

.check-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    background: #42c77a;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    font-weight: 900;
}

/* ==============================
   REVIEWS
   ============================== */

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.review-card {
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 8px 20px rgba(0, 40, 100, .05);
}

.stars {
    color: #ffc000;
    letter-spacing: 1px;
}

/* ==============================
   NEWS / POSTS
   ============================== */

.news-grid,
.posts-section .row {
    align-items: stretch;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1160px;
    margin: 0 auto;
}

.news-card,
.post-card {
    height: 100%;
    background: #fff;
    border: 1px solid #dce8f8;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 54, 120, 0.06);
    display: flex;
    flex-direction: column;
}

.news-card img,
.post-card .post-image {
    display: block;
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: #eef5ff;
}

.post-card .post-image img,
.news-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Trường hợp HTML cũ dùng .p */
.news-card .p,
.post-card-content {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.tag,
.post-category {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    background: #0d6efd;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.news-card h3,
.post-card h3 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
    margin: 0 0 10px;
    color: #003b79;
}

.news-card h3 a,
.post-card h3 a {
    color: #003b79;
    text-decoration: none;
}

.news-card h3 a:hover,
.post-card h3 a:hover {
    color: #005bd6;
}

.news-card p,
.post-card p {
    font-size: 15px;
    line-height: 1.55;
    color: #10233f;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.news-card a,
.post-card .read-more {
    margin-top: auto;
    color: #005bd6;
    font-weight: 700;
    text-decoration: none;
}

.news-card a:hover,
.post-card .read-more:hover {
    text-decoration: underline;
}

/* ==============================
   POST DETAIL
   ============================== */

.page-hero {
    background: linear-gradient(90deg, #062f5f, #0d67d7);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.page-hero h1 {
    font-size: 42px;
    font-weight: 900;
}

.content-box {
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 40, 100, .05);
}

.post-detail {
    max-width: 980px;
    margin: 0 auto;
}

.post-detail-image {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.post-content {
    font-size: 17px;
    line-height: 1.8;
    color: #10233f;
}

.post-content h2 {
    font-size: 30px;
    font-weight: 800;
    color: #003b79;
    margin: 28px 0 14px;
}

.post-content h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0057c2;
    margin: 24px 0 12px;
}

.post-content p {
    margin-bottom: 14px;
}

.post-content ul {
    padding-left: 22px;
    margin-bottom: 18px;
}

.post-content li {
    margin-bottom: 8px;
}

.post-content a {
    color: #0057c2;
    font-weight: 700;
    text-decoration: none;
}

.post-content a:hover {
    text-decoration: underline;
}

.post-cta-box {
    margin-top: 36px;
    padding: 26px;
    border-radius: 18px;
    background: #f3f8ff;
    border: 1px solid #d7e8ff;
    text-align: center;
}

.post-cta-box h3 {
    font-size: 24px;
    font-weight: 800;
    color: #003b79;
    margin-bottom: 10px;
}

.post-cta-box p {
    margin-bottom: 20px;
    color: #10233f;
}

.post-cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.post-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.post-cta-actions .btn-call {
    background: #ffc107;
    color: #001f45;
}

.post-cta-actions .btn-zalo {
    background: #087cff;
    color: #fff;
}

/* ==============================
   FOOTER
   ============================== */

.footer {
    background: #06396b;
    color: #fff;
    margin-top: 0 !important;
}

.footer .container {
    max-width: 1180px;
}

.footer .footer-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.footer .row {
    align-items: flex-start;
}

.footer h5 {
    color: var(--yellow);
    font-weight: 900;
    margin-bottom: 16px;
    font-size: 20px;
}

.footer p {
    margin-bottom: 10px;
    color: #f1f7ff;
    line-height: 1.7;
    max-width: 295px;
}

.footer-brand {
    margin-bottom: 18px;
}

.footer-brand img {
    width: 56px;
    height: 50px;
    object-fit: contain;
}

.footer-brand b {
    display: block;
    font-size: 21px;
    line-height: 1.15;
    font-weight: 900;
}

.footer-brand span {
    color: var(--yellow);
}

.footer-brand small {
    display: block;
    color: #d9e9ff;
    font-size: 12px;
    margin-top: 4px;
}

.footer-col {
    min-height: auto;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
}

.footer-list li span {
    color: var(--yellow);
    font-weight: 900;
    min-width: 18px;
}

.footer-list a {
    color: #fff;
}

.footer-list a:hover {
    color: var(--yellow);
}

.map-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    min-height: 158px;
    height: 158px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}

.map-box iframe {
    display: block;
    width: 100%;
    height: 158px;
}

.copyright {
    background: #052f59;
    color: #d8e8ff;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 14px;
}

/* ==============================
   FLOATING CTA
   ============================== */

.float-cta {
    position: fixed;
    right: 24px;
    top: 50%;
    z-index: 30;
    gap: 14px !important;
}

.float-cta a {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 900;
    line-height: 1.1;
    position: relative;
    transition: .18s;
    background: transparent !important;
    box-shadow: none !important;
}

.float-cta a:hover {
    transform: translateY(-2px);
}

.float-cta img {
    width: 58px;
    height: 58px;
    display: block;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .22));
    border-radius: 50%;
}

.float-cta a:hover img {
    transform: translateY(-2px);
}

.float-cta span {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #062f5f;
    color: #fff;
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: .18s;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
    font-weight: 800;
}

.float-cta a:hover span {
    opacity: 1;
}

.float-cta .zalo span {
    background: #1277ff;
}

/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 1199px) {
    .container {
        max-width: 1080px;
    }

    .hero h1 {
        font-size: 48px;
    }

    .route-grid {
        max-width: 100%;
    }

    .route-title {
        font-size: 20px;
    }

    .fleet-card img {
        height: 92px;
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    body {
        padding-bottom: 74px;
    }

    .navbar {
        min-height: 72px;
        background: #062f5f !important;
    }

    .brand img {
        width: 52px;
        height: 48px;
    }

    .brand b {
        font-size: 21px;
        color: var(--yellow);
    }

    .brand small {
        color: #fff;
    }

    .navbar-toggler {
        filter: invert(1);
        border: 0;
    }

    .nav-link {
        color: #fff !important;
        padding: 12px !important;
    }

    .nav-link.active {
        border-bottom: 0;
        color: var(--yellow) !important;
    }

    .header-call {
        display: none;
    }

    .hero {
        padding: 30px 0 28px;
        background:
            linear-gradient(90deg, rgba(2, 37, 78, .94), rgba(2, 54, 110, .72), rgba(2, 54, 110, .2)),
            var(--hero) center right / cover no-repeat;
    }

    .hero-content {
        max-width: 100%;
        padding: 0;
    }

    .hero h1 {
        font-size: 38px;
        line-height: 1.12;
        margin-bottom: 14px;
    }

    .hero p {
        font-size: 16px;
        line-height: 1.55;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 310px;
        margin-top: 18px;
    }

    .btn-cta {
        height: 54px;
        border-radius: 12px;
        padding: 0 16px;
        justify-content: flex-start;
        font-size: 14px;
    }

    .btn-zalo img {
        width: 38px;
        height: 38px;
    }

    .quick-trust {
        display: none !important;
    }

    .mobile-trust {
        display: block;
        background: #fff;
        padding: 14px 0 6px;
    }

    .mobile-trust-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .mobile-trust-grid div {
        background: #f5f9ff;
        border: 1px solid #dbe8f7;
        border-radius: 12px;
        padding: 10px 12px;
        color: #003b7a;
        font-weight: 800;
        font-size: 14px;
    }

    .section {
        padding: 42px 0;
    }

    .section-title {
        font-size: 27px;
    }

    .section-title:before,
    .section-title:after {
        width: 40px;
    }

    .route-grid {
        display: block;
    }

    .route-card {
        grid-template-columns: 42% 58%;
        margin-bottom: 14px;
        border-radius: 15px;
        min-height: auto;
    }

    .route-card img {
        min-height: 190px;
    }

    .route-title {
        font-size: 22px;
        padding: 12px 8px;
    }

    .route-prices {
        padding: 12px 16px 4px;
    }

    .price-row {
        font-size: 15px;
        margin: 6px 0;
    }

    .route-btn {
        margin: 8px 16px 14px;
        padding: 10px;
    }

    .service-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .fleet {
        grid-template-columns: repeat(2, 1fr);
    }

    .fleet-box,
    .area-box {
        padding: 22px;
    }

    .compact-title {
        white-space: normal;
    }

    .review-grid {
        grid-template-columns: 1fr;
    }

    .news-grid {
        grid-template-columns: 1fr 1fr;
    }

    .news-card img,
    .post-card .post-image {
        height: 190px;
    }

    .news-card h3,
    .post-card h3 {
        font-size: 19px;
    }

    .mobile-bottom-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 66px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        z-index: 99;
    }

    .mobile-bottom-cta a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #fff;
        font-weight: 900;
        font-size: 17px;
    }

    .mobile-bottom-cta img {
        width: 36px;
        height: 36px;
        object-fit: contain;
    }

    .mobile-bottom-cta .call {
        background: var(--yellow);
        color: #071c3b;
    }

    .mobile-bottom-cta .call img {
        width: 34px;
        height: 34px;
    }

    .mobile-bottom-cta .zalo {
        background: #0874ef;
    }

    .footer {
        padding-bottom: 66px;
    }

    .footer .row {
        row-gap: 26px;
    }

    .footer p {
        max-width: none;
    }

    .map-box,
    .map-box iframe {
        height: 180px;
    }

    .float-cta {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero {
        padding: 24px 0 24px;
        background-position: center right;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero p {
        font-size: 15px;
    }

    .hero-actions {
        max-width: 100%;
        grid-template-columns: 1fr;
    }

    .btn-cta {
        width: 100%;
        justify-content: center;
    }

    .mobile-trust-grid {
        gap: 8px;
    }

    .mobile-trust-grid div {
        font-size: 13px;
        padding: 9px 10px;
    }

    .section-title {
        font-size: 25px;
    }

    .route-card {
        grid-template-columns: 40% 60%;
        border-radius: 14px;
    }

    .route-card img {
        min-height: 150px;
    }

    .route-title {
        font-size: 17px;
        padding: 10px 7px;
    }

    .route-prices {
        padding: 10px 12px 0;
    }

    .price-row {
        font-size: 13px;
        margin: 5px 0;
        gap: 8px;
    }

    .price-row span:before {
        font-size: 13px;
    }

    .route-btn {
        font-size: 14px;
    }

    .note-price {
        border-radius: 12px;
        font-size: 13px;
    }

    .news-grid,
    .posts-section .row {
        row-gap: 18px;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-card img,
    .post-card .post-image {
        height: 190px;
    }

    .news-card .p,
    .post-card-content {
        padding: 14px;
    }

    .news-card h3,
    .post-card h3 {
        font-size: 18px;
    }

    .news-card p,
    .post-card p {
        font-size: 14px;
    }

    .fleet-box,
    .area-box {
        padding: 18px;
    }

    .fleet {
        grid-template-columns: repeat(2, 1fr);
    }

    .fleet-card img {
        height: 95px;
    }

    .footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer .row > div {
        margin-bottom: 8px;
    }

    .footer-brand img {
        width: 50px;
    }

    .footer-brand b {
        font-size: 19px;
    }

    .post-content {
        font-size: 16px;
        line-height: 1.75;
    }

    .post-content h2 {
        font-size: 24px;
    }

    .post-content h3 {
        font-size: 20px;
    }

    .post-cta-actions {
        flex-direction: column;
    }

    .post-cta-actions a {
        width: 100%;
    }
    
}

/* ==============================
   FIX CLASS MISMATCH HEADER + HERO
   Dán cuối file style.css
   ============================== */

/* Header mới */
.site-header {
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 32, 80, 0.08);
    position: relative;
    z-index: 1000;
}

.header-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #003b7a;
    text-decoration: none;
    flex-shrink: 0;
}

.header-logo img {
    width: 74px;
    height: 58px;
    object-fit: contain;
}

.header-logo-text strong {
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    color: #003b7a;
    letter-spacing: -0.5px;
}

.header-logo-text strong span {
    color: #f4b400;
}

.header-logo-text small {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 800;
    color: #0c2c52;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex: 1;
}

.main-nav a {
    display: flex;
    align-items: center;
    min-height: 86px;
    padding: 0 16px;
    color: #111;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}

.main-nav a:hover,
.main-nav a.active {
    color: #0874ef;
    border-bottom-color: #0874ef;
}

.header-hotline {
    text-align: right;
    flex-shrink: 0;
}

.header-hotline a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f4aa00;
    text-decoration: none;
}

.header-hotline a span {
    font-size: 24px;
}

.header-hotline a strong {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.header-hotline small {
    display: block;
    margin-top: 4px;
    color: #14233a;
    font-size: 13px;
    font-weight: 700;
}

.mobile-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 8px;
    background: #003b7a;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.mobile-nav {
    display: none;
}

/* Hero mới */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-bg {
    min-height: 446px;
    padding: 46px 0 52px;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-content {
    max-width: 640px;
    color: #fff;
}

.hero-content h1 {
    font-size: 54px;
    line-height: 1.08;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 16px;
    letter-spacing: 0.2px;
}

.hero-content h1 span {
    color: #ffc400;
}

.hero-content p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 22px;
}

.hero-btn {
    min-height: 58px;
    padding: 0 24px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.hero-btn strong {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
}

.hero-btn small {
    display: block;
    font-size: 13px;
    margin-top: 3px;
}

.hero-btn-call {
    background: #ffc400;
    color: #071c3b;
}

.hero-btn-zalo {
    background: #1578ff;
    color: #fff;
}

.hero-btn:hover {
    color: inherit;
    filter: brightness(0.97);
}

.hero-btn-zalo:hover {
    color: #fff;
}

.hero-btn-icon {
    font-size: 22px;
}

.hero-zalo-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    color: #1578ff;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 900;
    flex-shrink: 0;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 900px;
    margin-top: 30px;
    background: rgba(0, 25, 62, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(2px);
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-feature-item:last-child {
    border-right: 0;
}

.feature-icon {
    min-width: 34px;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
}

.hero-feature-item strong {
    display: block;
    font-size: 15px;
    line-height: 1.25;
    color: #fff;
}

.hero-feature-item small {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    color: #e2efff;
}

.mobile-benefits {
    display: none;
}

/* Floating buttons nếu dùng class khác */
.floating-buttons,
.float-cta {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.floating-buttons a,
.float-cta a {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.floating-buttons img,
.float-cta img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 50%;
}

/* Mobile */
@media (max-width: 991px) {
    body {
        padding-bottom: 74px;
    }

    .site-header {
        background: #062f5f;
    }

    .header-inner {
        min-height: 72px;
    }

    .header-logo img {
        width: 54px;
        height: 48px;
    }

    .header-logo-text strong {
        font-size: 21px;
        color: #ffc400;
    }

    .header-logo-text small {
        color: #fff;
        font-size: 12px;
    }

    .main-nav,
    .header-hotline {
        display: none;
    }

    .mobile-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-nav {
        display: none;
        padding: 0 0 14px;
        background: #062f5f;
    }

    .mobile-nav.active,
    .site-header:hover .mobile-nav {
        display: grid;
        gap: 4px;
    }

    .mobile-nav a {
        color: #fff;
        padding: 10px 0;
        font-weight: 800;
        text-decoration: none;
    }

    .hero-bg {
        min-height: auto;
        padding: 30px 0 28px;
        background-position: center right;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 38px;
        line-height: 1.12;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 310px;
        gap: 10px;
    }

    .hero-btn {
        min-height: 54px;
        justify-content: flex-start;
        padding: 0 16px;
    }

    .hero-features {
        display: none;
    }

    .mobile-benefits {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 14px 16px 6px;
        background: #fff;
    }

    .mobile-benefits div {
        background: #f5f9ff;
        border: 1px solid #dbe8f7;
        border-radius: 12px;
        padding: 9px 10px;
        color: #003b7a;
        font-weight: 800;
        font-size: 13px;
    }

    .floating-buttons,
    .float-cta {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .header-logo-text strong {
        font-size: 19px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-actions {
        max-width: 100%;
    }

    .hero-btn {
        width: 100%;
        justify-content: center;
    }
}
/* ==============================
   FINAL FIX: PRICE NOTE + FLEET + REVIEWS
   Dán cuối file style.css
   ============================== */

/* 1. Fix dòng ghi chú bảng giá bị lệch / không có nền */
.note-price,
.price-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    max-width: 860px;
    margin: 24px auto 0;
    padding: 12px 22px;

    background: #eef6ff;
    border: 1px solid #d6e8ff;
    border-radius: 999px;

    color: #003b7a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
    box-shadow: 0 6px 16px rgba(0, 54, 120, 0.05);
}

/* 2. Fix Đội xe + Khu vực phục vụ */
.fleet-area-section {
    padding-top: 56px;
    padding-bottom: 56px;
}

.fleet-area-section .row {
    align-items: stretch;
}

.fleet-box,
.area-box,
.section-box,
.service-area-box {
    height: 100%;
    background: #fff;
    border: 1px solid #dbe8f7;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 28px rgba(16, 60, 120, 0.06);
}

.fleet-box .section-title,
.area-box .section-title,
.section-box .section-title,
.service-area-box .section-title,
.small-heading h2,
.compact-title {
    font-size: 30px;
    font-weight: 900;
    color: #003b7a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
}

/* Ép đội xe thành 4 card ngang, không bị kéo dài toàn hàng */
.fleet,
.fleet-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
}

.fleet-card {
    background: #fff;
    border: 1px solid #dbe8f7;
    border-radius: 14px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 40, 100, 0.05);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 178px;
}

.fleet-card img {
    width: 100% !important;
    height: 105px !important;
    object-fit: cover !important;
    border-radius: 10px;
    display: block;
}

.fleet-card b,
.fleet-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    margin: 10px auto 0;
    padding: 7px 16px;

    background: #ffc400;
    color: #001f45;
    border-radius: 999px;

    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.fleet-note {
    margin-top: 16px;
    margin-bottom: 0;
    color: #10233f;
    font-size: 15px;
}

/* Khu vực phục vụ thành box đẹp, bỏ bullet đen mặc định */
.area-box ul,
.service-area-box ul,
.area-list,
.check-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.area-box li,
.service-area-box li,
.area-list li,
.check-list li {
    position: relative;
    padding-left: 30px;
    margin: 13px 0;
    font-size: 15px;
    line-height: 1.55;
    color: #10233f;
}

.area-box li::before,
.service-area-box li::before,
.area-list li::before,
.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;

    width: 19px;
    height: 19px;
    border-radius: 4px;

    background: #42c77a;
    color: #fff;

    font-size: 13px;
    font-weight: 900;
    line-height: 19px;
    text-align: center;
}

/* 3. Fix Đánh giá khách hàng */
.reviews-section {
    padding-top: 56px;
    padding-bottom: 56px;
}

.review-grid,
.reviews-section .row {
    align-items: stretch;
}

.review-card {
    height: 100%;
    min-height: 200px;

    background: #fff;
    border: 1px solid #dbe8f7;
    border-radius: 18px;
    padding: 24px;

    box-shadow: 0 10px 28px rgba(16, 60, 120, 0.06);

    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.review-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 58px;

    background: #eef6ff;
    color: #003b7a;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
    font-weight: 900;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Nếu không có avatar mà đang hiện chữ A/C thì cho đẹp hơn */
.review-avatar span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #eef6ff;
    color: #003b7a;
    font-size: 22px;
    font-weight: 900;
}

.review-content {
    flex: 1;
}

.review-card h3 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
    color: #003b7a;
    margin: 0 0 8px;
}

.review-card .stars,
.stars {
    color: #ffc400;
    letter-spacing: 2px;
    font-size: 15px;
    margin-bottom: 8px;
}

.review-card p {
    margin: 0;
    color: #10233f;
    font-size: 15px;
    line-height: 1.65;
}

/* Nếu HTML cũ không có .review-content thì vẫn giữ layout đẹp */
.review-card > h3 {
    margin-top: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .fleet,
    .fleet-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .fleet-box,
    .area-box,
    .section-box,
    .service-area-box {
        padding: 22px;
    }

    .review-card {
        min-height: auto;
    }

    .note-price,
    .price-note {
        border-radius: 16px;
        padding: 12px 16px;
    }
}

@media (max-width: 575px) {
    .fleet,
    .fleet-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .fleet-card {
        min-height: 155px;
        padding: 10px;
    }

    .fleet-card img {
        height: 90px !important;
    }

    .fleet-card b,
    .fleet-card span {
        font-size: 13px;
        padding: 6px 12px;
    }

    .review-card {
        flex-direction: row;
        padding: 18px;
    }

    .review-avatar,
    .review-avatar span {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 18px;
    }

    .review-card h3 {
        font-size: 19px;
    }

    .review-card p {
        font-size: 14px;
    }

    .note-price,
    .price-note {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* FIX icon 24/7 trong hero không đè chữ */
.hero-feature-item .feature-icon {
    font-size: 24px;
    line-height: 1;
    min-width: 48px;
    max-width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
    white-space: nowrap;
}

.hero-feature-item .feature-icon:has(+ div) {
    overflow: hidden;
}

/* Riêng icon dạng text 24/7 */
.hero-feature-item .feature-icon {
    letter-spacing: -1px;
}

.hero-feature-item strong,
.hero-feature-item small {
    word-break: normal;
}

/* Cho mỗi ô hero thoáng hơn chút */
.hero-feature-item {
    gap: 12px;
    padding: 16px 18px;
}

/* Nếu màn nhỏ desktop bị chật thì giảm font */
@media (max-width: 1199px) {
    .hero-feature-item .feature-icon {
        font-size: 21px;
        min-width: 42px;
        max-width: 42px;
        height: 42px;
    }

    .hero-feature-item {
        padding: 14px 14px;
        gap: 10px;
    }

    .hero-feature-item strong {
        font-size: 14px;
    }

    .hero-feature-item small {
        font-size: 12px;
    }
}

