@font-face {
    font-family: "Inter";
    src: url("../assets/vendor/fonts/inter-vf.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
:root, body { font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
:root {
    --brand: #1d4ed8;
    --brand2: #16a34a;
    --accent: #f59e0b;
    --ink: #0b1220;
    --muted: #5b677a;
    --bg: #f6f8fc;
    --card: #ffffff;
    --line: #e7ecf5;
    --shadow: 0 14px 40px rgba(2, 6, 23, .10);
    --radius: 18px;
}

html, body {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #0f172a;
    background: radial-gradient(1200px 600px at 15% 0%, rgba(29, 78, 216, .10), transparent 60%),
    radial-gradient(1000px 500px at 85% 10%, rgba(22, 163, 74, .10), transparent 60%),
    linear-gradient(180deg, #ffffff, var(--bg));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a {
    color: var(--brand);
    text-decoration: none
}

a:hover {
    opacity: .9
}

/* ====== TOPBAR ====== */
.topbar {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: linear-gradient(90deg, #0b1220, #111a2e);
    color: #e5e7eb;
    font-size: .92rem;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.topbar .tb-wrap {
    padding: 10px 0
}

.topbar .tb-left, .topbar .tb-right {
    display: flex;
    align-items: center;
    gap: .8rem;
    flex-wrap: wrap;
}

.topbar .chip {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .24rem .65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    font-weight: 700;
    white-space: nowrap;
}

.topbar a {
    color: #e5e7eb;
    font-weight: 800
}

.tb-sep {
    opacity: .35
}

/* Navbar */
.navbar {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid rgba(231, 236, 245, .9);
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: .1px;
    color: var(--ink) !important;
    display: flex;
    align-items: center;
    gap: .7rem;
}

.brand-badge {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--brand), #7c3aed);
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 14px 36px rgba(29, 78, 216, .25);
    flex: 0 0 auto;
}
.navbar .nav-link{
    color: var(--ink) !important;
    font-weight: 700;
}
/* Hover */
.navbar .nav-link:hover{
    color: var(--brand) !important;
}

/* Active (đúng cấu trúc: a.nav-link.active) */
.navbar .nav-link.active{
    color: var(--brand) !important;
    opacity: 1;
}

.btn-brand {
    background: var(--brand);
    color: #fff;
    font-weight: 900;
    border: 0;
    border-radius: 14px;
    padding: .78rem 1rem;
    box-shadow: 0 16px 34px rgba(29, 78, 216, .22);
}

.btn-brand:hover {
    background: #1e40af;
    color: #fff
}

.btn-outline-ink {
    border: 1px solid var(--line);
    color: var(--ink);
    font-weight: 900;
    border-radius: 14px;
    padding: .78rem 1rem;
    background: #fff;
}

.btn-outline-ink:hover {
    background: #f3f6ff
}

.btn-call {
    background: var(--brand2);
    color: #fff;
    border: 0;
    box-shadow: 0 16px 34px rgba(22, 163, 74, .22);
    border-radius: 14px;
    padding: .85rem 1.1rem;
    font-weight: 900;
}

.btn-call:hover {
    background: #15803d;
    color: #fff
}

.btn-zalo {
    background: #0ea5e9;
    color: #fff;
    border: 0;
    box-shadow: 0 16px 34px rgba(14, 165, 233, .20);
    border-radius: 14px;
    padding: .85rem 1.1rem;
    font-weight: 900;
}

.btn-zalo:hover {
    background: #0284c7;
    color: #fff
}

/* ====== MEGA MENU (KEPT) ====== */
.dropdown-mega {
    position: static
}

.dropdown-mega .dropdown-menu {
    /*width:100vw;*/
    left: 0;
    right: 0;;
    margin-top: -1px;
    border: 0;
    background: transparent;
    padding: 0;
}

.mega-shell {
    background: #fff;
    border: 1px solid rgba(231, 236, 245, .95);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    box-shadow: var(--shadow);
    padding: 18px;
}

.mega-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 6px 14px 6px;
    border-bottom: 1px solid rgba(231, 236, 245, .95);
    margin-bottom: 14px;
}

.mega-title {
    font-weight: 900;
    color: var(--ink);
    margin: 0
}

.mega-sub {
    color: var(--muted);
    font-size: .95rem;
    margin: 0
}

.badge-soft {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: rgba(245, 158, 11, .12);
    border: 1px solid rgba(245, 158, 11, .22);
    color: #7a4b00;
    font-weight: 900;
    border-radius: 999px;
    padding: .35rem .7rem;
    font-size: .88rem;
    white-space: nowrap;
}

.mega-item {
    border: 1px solid rgba(231, 236, 245, .95);
    border-radius: 16px;
    padding: 14px;
    height: 100%;
    background: #fff;
    transition: .18s ease;
}

.mega-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(2, 6, 23, .10);
    border-color: rgba(29, 78, 216, .22);
}

.mega-ic {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(29, 78, 216, .10);
    color: var(--brand);
    border: 1px solid rgba(29, 78, 216, .16);
    font-size: 18px;
    flex: 0 0 auto;
}

.mega-item h6 {
    margin: 0;
    font-weight: 900;
    color: var(--ink)
}

.mega-item p {
    margin: .25rem 0 0 0;
    color: var(--muted);
    font-size: .95rem
}

/* Hero */
.hero {
    padding-top: 90px;
    padding-bottom: 46px;
    overflow: hidden;
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(1000px 480px at 20% 0%, rgba(29, 78, 216, .14), transparent 60%),
    radial-gradient(900px 420px at 85% 10%, rgba(22, 163, 74, .12), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, .0), rgba(255, 255, 255, .55));
    pointer-events: none;
}

.hero > .container {
    position: relative;
    z-index: 1;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .33rem .75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(231, 236, 245, .95);
    color: var(--ink);
    font-size: .92rem;
    font-weight: 900;
    white-space: nowrap;
}

.pill i {
    color: var(--brand)
}

.hero h1 {
    font-size: clamp(1.9rem, 2.7vw+1rem, 3.2rem);
    line-height: 1.14;
    font-weight: 950;
    color: var(--ink);
    letter-spacing: -.6px;
}

.hero p {
    color: var(--muted);
    font-size: 1.05rem
}

.cardx {
    background: var(--card);
    border: 1px solid rgba(231, 236, 245, .95);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    /*height: 100%;*/
}

.cardx .p {
    padding: 20px
}

.icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(22, 163, 74, .10);
    color: var(--brand2);
    border: 1px solid rgba(22, 163, 74, .16);
    font-size: 18px;
}

.mini {
    font-size: .95rem;
    color: var(--muted);
    font-weight: 600
}

.list-check {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.list-check li {
    display: flex;
    gap: .65rem;
    align-items: flex-start;
    padding: .45rem 0;
    color: var(--ink);
    font-weight: 850;
}

.list-check i {
    color: var(--brand2);
    margin-top: .18rem
}

.hero-slide {
    position: relative;
    min-height: 520px;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(231, 236, 245, .95);
    box-shadow: var(--shadow);
}

.hero-slide .bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    filter: saturate(1.05);
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 18, 32, .80), rgba(11, 18, 32, .14) 60%, rgba(11, 18, 32, 0));
}

.hero-slide .content {
    position: relative;
    z-index: 2;
    padding: 28px;
    color: #fff;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: .7rem;
}

.hero-slide h3 {
    font-weight: 950;
    margin: 0;
    font-size: 1.6rem
}

.hero-slide p {
    margin: 0;
    opacity: .95
}

/* ====== SECTION BACKGROUNDS ====== */
.section {
    padding: 74px 0;
    position: relative;
}

.section-title {
    font-weight: 950;
    color: var(--ink);
    letter-spacing: -.35px
}

.section-sub {
    color: var(--muted);
    max-width: 900px;
    font-weight: 600
}

.section--a {
    background: radial-gradient(900px 500px at 20% 0%, rgba(29, 78, 216, .10), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(246, 248, 252, .65));
    border-top: 1px solid rgba(231, 236, 245, .9);
    border-bottom: 1px solid rgba(231, 236, 245, .9);
}

.section--b {
    background: linear-gradient(180deg, rgba(22, 163, 74, .06), rgba(255, 255, 255, .75)),
    radial-gradient(1200px 560px at 90% 0%, rgba(22, 163, 74, .12), transparent 55%);
    border-top: 1px solid rgba(231, 236, 245, .9);
    border-bottom: 1px solid rgba(231, 236, 245, .9);
}

.section--c {
    background: radial-gradient(900px 500px at 10% 10%, rgba(245, 158, 11, .10), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(246, 248, 252, .75));
    border-top: 1px solid rgba(231, 236, 245, .9);
    border-bottom: 1px solid rgba(231, 236, 245, .9);
}

.section--img {
    background: linear-gradient(180deg, rgba(11, 18, 32, .82), rgba(11, 18, 32, .72)),
    url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.section--img .section-title,
.section--img .section-sub {
    color: #fff
}

.section--img .section-sub {
    opacity: .90
}

.section--img .cardx,
.section--img .calc-shell,
.section--img .t-card,
.section--img .news-card {
    background: rgba(255, 255, 255, .96);
    color: #111827;
}

.price {
    font-size: 1.85rem;
    font-weight: 950;
    color: #dc2626;
    letter-spacing: -.2px
}

/* Trust cards */
.trust-card {
    border: 1px solid rgba(231, 236, 245, .95);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: 18px;
    /*height: 100%;*/
}

.trust-ic {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(29, 78, 216, .10);
    border: 1px solid rgba(29, 78, 216, .16);
    color: var(--brand);
    font-size: 18px;
    flex: 0 0 auto;
}

.trust-card h5 {
    font-weight: 950;
    color: var(--ink);
    margin: 0
}

.trust-card p {
    margin: .35rem 0 0 0;
    color: var(--muted);
    font-weight: 600
}

.kpi {
    border-radius: 18px;
    border: 1px solid rgba(231, 236, 245, .95);
    background: #fff;
    box-shadow: var(--shadow);
    padding: 16px;
    height: 100%;
}

.kpi .num {
    font-weight: 950;
    color: var(--ink);
    font-size: 1.7rem;
    letter-spacing: -.4px
}

.kpi .lab {
    color: var(--muted);
    font-weight: 700
}

/* Estimate */
.calc-shell {
    border-radius: 18px;
    border: 1px solid rgba(231, 236, 245, .95);
    box-shadow: var(--shadow);
    background: #fff;
    padding: 18px;
    height: 100%;
}

.calc-title {
    font-weight: 950;
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 12px;
}

.calc-title i {
    color: var(--brand)
}

.mini-card {
    border: 1px solid rgba(231, 236, 245, .95);
    border-radius: 16px;
    padding: 14px;
    background: #fff;
    height: 100%;
}

.mini-card .h {
    font-weight: 950;
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 4px;
}

.mini-card .h i {
    color: var(--brand)
}

.info-note {
    border: 1px dashed rgba(29, 78, 216, .35);
    background: rgba(29, 78, 216, .06);
    border-radius: 16px;
    padding: 12px 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #1f2a44;
    font-weight: 800;
}

.info-note i {
    color: var(--brand);
    margin-top: 3px
}

.lock-note {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: var(--muted);
    font-weight: 700;
    margin-top: 10px;
    font-size: .92rem;
}

.lock-note i {
    color: #64748b
}

.form-control, .form-select {
    border-radius: 14px;
    border: 1px solid rgba(231, 236, 245, .95);
    padding: .86rem .95rem;
    font-weight: 800;
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 .2rem rgba(29, 78, 216, .14);
    border-color: rgba(29, 78, 216, .40);
}

/* Projects */
.gallery-item {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(231, 236, 245, .95);
    box-shadow: var(--shadow);
    background: #fff;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.gallery-item .cap {
    padding: 14px 16px
}

/* Testimonials */
.t-card {
    border-radius: 18px;
    border: 1px solid rgba(231, 236, 245, .95);
    background: #fff;
    padding: 18px;
    height: 100%;
}

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

.t-ava {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: rgba(29, 78, 216, .10);
    border: 1px solid rgba(29, 78, 216, .16);
    display: grid;
    place-items: center;
    color: var(--brand);
    font-weight: 950;
}

.t-name {
    font-weight: 950;
    color: var(--ink);
    margin: 0
}

.t-meta {
    color: var(--muted);
    font-size: .92rem;
    margin: 0;
    font-weight: 700
}

.t-body {
    margin-top: 12px;
    color: #111827;
    font-weight: 650
}

.t-stars {
    color: #f59e0b
}

/* News */
.news-card {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(231, 236, 245, .95);
    background: #fff;
    height: 100%;
}

.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.news-card .p {
    padding: 16px 16px 18px 16px
}

.news-tag {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .28rem .6rem;
    border-radius: 999px;
    background: rgba(29, 78, 216, .10);
    border: 1px solid rgba(29, 78, 216, .16);
    color: var(--brand);
    font-weight: 900;
    font-size: .82rem;
}

/* FAQ */
.accordion-button {
    font-weight: 900;
    border-radius: 16px !important;
}

.accordion-item {
    border: 1px solid rgba(231, 236, 245, .95);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(2, 6, 23, .06);
    background: #fff;
}

.accordion-button:not(.collapsed) {
    background: rgba(29, 78, 216, .06);
    color: var(--ink);
    box-shadow: none;
}

/* ====== OWL NAV ARROWS CENTER LEFT/RIGHT (NEW) ====== */
.owl-carousel {
    position: relative
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* allow clicks only on buttons */
    padding: 0 10px;
}

.owl-theme .owl-nav {
    z-index: 20;
}

.owl-theme .owl-stage-outer {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-nav button {
    z-index: 21;
}

.owl-theme .owl-nav button span i {
    font-size: 18px;
    line-height: 1;
}

.owl-theme .owl-nav button {
    pointer-events: auto;
    width: 54px;
    height: 54px;
    border-radius: 18px !important;
    border: 1px solid rgba(231, 236, 245, .95) !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 16px 34px rgba(2, 6, 23, .10);
    display: grid;
    place-items: center;
    transition: .18s ease;
}

.owl-theme .owl-nav button:hover {
    transform: translateY(-1px);
    border-color: rgba(29, 78, 216, .25) !important;
    background: #fff !important;
}

.owl-theme .owl-nav button span {
    font-size: 18px;
    color: var(--ink);
    font-weight: 900;
    line-height: 1;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0
}

/* hide nav on small devices (optional) */
@media (max-width: 575.98px) {
    .owl-theme .owl-nav {
        display: none
    }
}


/* ====== OWL NAV FIX: ensure arrows visible on all carousels ====== */
.owl-theme .owl-nav {
    z-index: 10;
}

.owl-theme .owl-nav button {
    z-index: 11;
}

.owl-theme .owl-nav button i {
    font-size: 18px;
    color: var(--ink);
}


/* Footer */
.footer {
    background: radial-gradient(900px 500px at 10% 0%, rgba(29, 78, 216, .18), transparent 60%),
    radial-gradient(900px 500px at 90% 0%, rgba(22, 163, 74, .14), transparent 60%),
    linear-gradient(180deg, #0b1220, #070c16);
    color: #cbd5e1;
    padding: 64px 0 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer a {
    color: #e2e8f0
}

.footer a:hover {
    opacity: .95
}

.footer .muted {
    color: #94a3b8
}

.footer-title {
    color: #fff;
    font-weight: 950;
    margin-bottom: 12px;
    letter-spacing: -.2px;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-card {
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    border-radius: 18px;
    padding: 16px;
}

.socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.socials a {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.socials a:hover {
    background: rgba(255, 255, 255, .10)
}

.footer-bottom {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, .22);
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1030;
}

.sticky-cta a {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 16px 40px rgba(2, 6, 23, .22);
    border: 1px solid rgba(255, 255, 255, .22);
}

.sticky-cta .s-call {
    background: var(--brand2)
}

.sticky-cta .s-zalo {
    background: #0ea5e9
}

.sticky-cta .s-top {
    background: #111827
}

.owl-theme .owl-dots .owl-dot span {
    margin: 7px 4px
}

section[id] {
    scroll-margin-top: 96px;
}

/* === FIX: navbar bị topbar che khi scroll === */
:root {
    --topbar-h: 44px; /* fallback */
    --nav-h: 72px; /* fallback */
}

/* Giữ topbar sticky như hiện tại */
.topbar {
    top: 0;
}

/* Override bootstrap sticky-top: thay vì top:0 -> top = chiều cao topbar */
.navbar.sticky-top {
    top: var(--topbar-h) !important;
}

/* Đảm bảo navbar nằm trên content nhưng dưới topbar nếu cần */
.topbar {
    z-index: 1050;
}

.navbar {
    z-index: 1040;
}

/* Fix anchor scroll (menu click) không bị che bởi topbar+navbar */
section[id] {
    scroll-margin-top: calc(var(--topbar-h) + var(--nav-h) + 12px);
}

/* ====== FOOTER SIMPLE (V2) ====== */
.footer.footer--simple {
    background: #0b1220;
    color: #cbd5e1;
    padding: 32px 0 8px 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.footer.footer--simple .f-brand {
    color: #fff;
    font-weight: 950;
    letter-spacing: -.2px
}

.footer.footer--simple .f-sub {
    color: #94a3b8;
    font-size: .95rem
}

.footer.footer--simple .f-desc {
    color: #cbd5e1;
    opacity: .92;
    max-width: 56ch
}

.footer.footer--simple .f-title {
    color: #fff;
    margin-bottom: 12px;
    font-weight: 900 !important;
}

.footer.footer--simple .f-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer.footer--simple .f-links a {
    color: #e2e8f0;
}

.footer.footer--simple .f-links a:hover {
    opacity: .92
}

.footer.footer--simple .f-contact {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer.footer--simple .ci {
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.footer.footer--simple .ci i {
    margin-top: 3px;
    color: #e2e8f0;
    opacity: .9
}

.footer.footer--simple .ci .lab {
    color: #94a3b8;
    font-weight: 800;
    font-size: .85rem
}

.footer.footer--simple .ci .val {
    color: #fff;
    font-weight: 900;
    text-decoration: none
}

.footer.footer--simple .f-mini {
    color: #94a3b8;
    font-weight: 700;
    font-size: .92rem
}

.footer.footer--simple .f-bottom {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, .18)
}

@media (max-width: 575.98px) {

    /* TOPBAR 1 HÀNG */
    .topbar {
        height: 44px;
        display: flex;
        align-items: center;
        font-size: 13px;
    }

    .topbar .tb-wrap {
        flex-wrap: nowrap !important;
        gap: 8px;
    }

    .topbar .tb-left {
        flex: 1;
        flex-wrap: nowrap !important;
        overflow: hidden;
        gap: 8px;
    }

    .topbar .chip {
        padding: 4px 10px;
        font-weight: 700;
        white-space: nowrap;
    }

    /* ẨN TOÀN BỘ BÊN PHẢI */
    .topbar .tb-right {
        display: none !important;
    }
}
.hero .heroCarousel .hero-slide { min-height: 360px; }
@media (min-width: 992px){
    .hero .heroCarousel .hero-slide { min-height: 420px; }
}
.heroVisual{ position:relative; overflow:hidden; border:0; }
.heroVisual .heroVisual-bg{
    position:absolute; inset:0;
    background-size:cover; background-position:center;
    transform:scale(1.02);
}
.heroVisual .heroVisual-content{ position:relative; z-index:2; }
.heroVisual:before{
    content:""; position:absolute; inset:0; z-index:1;
    background: radial-gradient(1200px 600px at 30% 20%, rgba(255,255,255,.12), rgba(255,255,255,0));
}
