:root {
    --primary: #1a5c3a;
    --primary-dark: #0d3321;
    --primary-light: #2d8c5a;
    --gold: #c8973c;
    --gold-light: #e6bc72;
    --cream: #f7f3ec;
    --cream2: #ede7da;
    --text: #1e1e1e;
    --muted: #6c7a6e;
    --white: #ffffff;
    --border: rgba(200, 151, 60, 0.25);
}

* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Be Vietnam Pro', sans-serif;
    background: var(--white);
    color: var(--text);
    overflow-x: hidden;
}

/* ─── TOPBAR ─── */
.topbar {
    background: var(--primary-dark);
    padding: 5px 0;
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.7);
}

.topbar a {
    color: var(--gold-light);
    text-decoration: none;
}

.topbar i {
    margin-right: 5px;
    color: var(--gold);
}

.topbar-item a:hover,
.topbar-item a:focus-visible {
    text-decoration: underline;
}

.topbar-right {
    max-width: 100%;
}
.topbar-row {
    gap: 0.9rem;
    min-height: 1.9rem;
}
.topbar-left {
    min-width: 0;
    flex: 1 1 auto;
}
.topbar-left .topbar-item,
.topbar-right .topbar-item {
    white-space: nowrap;
}
.topbar-right {
    margin-left: auto;
    gap: 0.5rem;
    min-width: 0;
}
.topbar-right .topbar-item {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: clamp(16rem, 28vw, 24rem);
}

@media (max-width: 991.98px) {
    .topbar-left {
        row-gap: 0.25rem;
    }
}
@media (max-width: 1240px) {
    .topbar-left .topbar-item:nth-child(3) {
        display: none;
    }
}

/* ─── NAVBAR ─── */
.navbar {
    background: rgba(13, 51, 33, 0.92) !important;
    backdrop-filter: blur(14px);
    padding: 12px 0;
    transition: all 0.3s;
}

.navbar.scrolled {
    padding: 8px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
    background: rgba(13, 51, 33, 0.95) !important;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    padding: 0;
    text-decoration: none;
    margin-right: 0.6rem;
}

.navbar-brand-logo {
    height: 2.8rem;
    width: auto;
    max-width: min(62vw, 360px);
    object-fit: contain;
    flex-shrink: 0;
    display: block;
    filter: none;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
.navbar-brand-logo--light {
    display: none;
}

@media (min-width: 576px) {
    .navbar-brand-logo {
        height: 3.1rem;
    }
}
.navbar.scrolled .navbar-brand-logo {
    height: 2.65rem;
}
@media (max-width: 420px) {
    .navbar-brand-logo {
        height: 2.3rem;
    }
}

.navbar-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    min-width: 0;
    text-align: left;
}

.navbar-brand-name {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10rem;
}

@media (min-width: 1200px) {
    .navbar-brand-name {
        max-width: 12rem;
    }
}

.navbar-brand-sub {
    font-size: 0.62rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.58);
    letter-spacing: 0.02em;
    line-height: 1.2;
    max-width: 11.5rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 0.84rem;
    letter-spacing: 0.6px;
    font-weight: 600;
    padding: 10px 16px !important;
    border-radius: 999px;
    transition: color 0.2s, background 0.2s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link,
.navbar-nav .active-mega-link {
    color: var(--gold-light) !important;
    background: rgba(255, 255, 255, 0.07);
}

.navbar .dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle;
}

.navbar .dropdown-menu {
    min-width: 280px;
    margin-top: 14px;
    padding: 10px;
    border: 1px solid rgba(200, 151, 60, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(13, 51, 33, 0.16);
}

.navbar .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 0.9rem;
    color: var(--text);
    transition: all 0.2s;
}

.navbar .dropdown-item i {
    color: var(--gold);
    width: 16px;
    text-align: center;
}

.navbar .dropdown-item:hover {
    background: rgba(26, 92, 58, 0.07);
    color: var(--primary-dark);
}

.dropdown-mega {
    position: static;
}

.dropdown-mega .dropdown-menu {
    left: 50%;
    right: auto;
    width: min(1120px, calc(100vw - 32px));
    transform: translateX(-50%);
    padding: 0;
    overflow: hidden;
}

.mega-menu-shell {
    background: radial-gradient(circle at top right, rgba(230, 188, 114, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #faf8f3 100%);
}

.mega-main {
    padding: 24px;
}

.mega-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 14px;
}

.mega-link {
    display: flex;
    gap: 14px;
    height: 100%;
    padding: 16px;
    border: 1px solid #f0ece2;
    border-radius: 16px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.mega-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(26, 92, 58, 0.08);
    border-color: rgba(200, 151, 60, 0.28);
}

.mega-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    background: rgba(26, 92, 58, 0.08);
    color: var(--primary);
}

.mega-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mega-copy strong {
    color: var(--primary-dark);
    font-size: 0.96rem;
}

.mega-copy small {
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.55;
}

.mega-aside {
    height: 100%;
    padding: 24px;
    background: linear-gradient(160deg, #103321 0%, #1a5c3a 65%, #2a7b52 100%);
    color: white;
}

.mega-aside-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    color: var(--gold-light);
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    margin-bottom: 12px;
}

.mega-aside h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    color: white;
    margin-bottom: 10px;
}

.mega-aside p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.88rem;
    line-height: 1.7;
    margin-bottom: 14px;
}

.mega-aside ul {
    margin: 0 0 18px;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.84rem;
}

.mega-aside li + li {
    margin-top: 6px;
}

.btn-nav-cta {
    background: var(--gold) !important;
    color: var(--primary-dark) !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    padding: 10px 22px !important;
    letter-spacing: 0.5px;
    transition: background 0.2s !important;
}

.btn-nav-cta:hover {
    background: var(--gold-light) !important;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.navbar-toggler-icon {
    filter: invert(1);
}

/* ─── HERO ─── */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: #0d3321;
}

.hero-carousel,
.hero-carousel .owl-stage-outer,
.hero-carousel .owl-stage,
.hero-carousel .owl-item {
    height: 100%;
}

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

.hero-slide {
    position: relative;
    min-height: 66vh;
    padding: 112px 0 56px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(8, 24, 16, 0.92) 0%, rgba(11, 36, 24, 0.82) 42%, rgba(11, 36, 24, 0.42) 100%),
    url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c8973c' fill-opacity='0.04'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-slide-1 {
    background-image: url('../images/stock/1600585154526-990dced4db0d.jpg');
}

.hero-slide-2 {
    background-image: url('../images/stock/1512917774080-9991f1c4c750.jpg');
}

.hero-slide-3 {
    background-image: url('../images/stock/1505693416388-ac5ce068fe85.jpg');
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 18px;
}

.hero-eyebrow::before {
    content: '';
    width: 30px;
    height: 1px;
    background: var(--gold);
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4.6vw, 3.9rem);
    line-height: 1.05;
    color: white;
    margin-bottom: 14px;
}

.hero-title .highlight {
    color: var(--gold-light);
    font-style: italic;
}

.hero-desc {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.68;
    max-width: 700px;
    font-weight: 300;
    margin-bottom: 24px;
}

.btn-hero-primary {
    background: var(--gold);
    color: var(--primary-dark);
    border: none;
    padding: 14px 32px;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
}

.btn-hero-primary:hover {
    background: var(--gold-light);
    color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(200, 151, 60, 0.35);
}

.btn-hero-outline {
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 14px 32px;
    font-weight: 500;
    font-size: 0.88rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
}

.btn-hero-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.hero-badge-wrap {
    display: flex;
    gap: 14px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.hero-badge {
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(200, 151, 60, 0.25);
    padding: 12px 18px;
    backdrop-filter: blur(6px);
    min-width: 126px;
}

.hero-badge-num {
    font-family: 'Playfair Display', serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--gold-light);
}

.hero-badge-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 3px;
}

.hero-side-card {
    position: relative;
    z-index: 1;
    padding: 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    color: white;
}

.hero-side-tag {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: rgba(230, 188, 114, 0.14);
    color: var(--gold-light);
    font-size: 0.72rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 700;
}

.hero-side-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem;
    color: white;
    margin-bottom: 10px;
}

.hero-side-card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    line-height: 1.7;
    margin-bottom: 14px;
}

.hero-side-list {
    margin: 0;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.84rem;
    line-height: 1.7;
}

.hero-side-list li + li {
    margin-top: 6px;
}

.hero-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    margin-top: 0;
}

.hero-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.35);
}

.hero-carousel .owl-dot.active span {
    background: var(--gold-light);
}

.hero-carousel .owl-nav button.owl-prev,
.hero-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: var(--gold-light) !important;
    font-size: 14px !important;
}

.hero-carousel .owl-nav button.owl-prev {
    left: 18px;
}

.hero-carousel .owl-nav button.owl-next {
    right: 18px;
}

/* ─── TICKER ─── */
.ticker-wrap {
    background: var(--primary);
    padding: 12px 0;
    overflow: hidden;
}

.ticker-inner {
    display: flex;
    width: max-content;
    animation: ticker 35s linear infinite;
}

.ticker-item {
    padding: 0 32px;
    white-space: nowrap;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ticker-item:last-child {
    border-right: none;
}

.ticker-dot {
    width: 5px;
    height: 5px;
    background: var(--gold);
    border-radius: 50%;
    flex-shrink: 0;
}

.ticker-val {
    color: var(--gold-light);
    font-weight: 600;
}

@keyframes ticker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* ─── SEARCH BOX ─── */
.search-section {
    background: var(--primary-dark);
    padding: 28px 0;
}

.search-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border);
    padding: 24px 28px;
}

.search-box .form-select,
.search-box .form-control {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(200, 151, 60, 0.3) !important;
    color: white !important;
    font-size: 0.87rem;
    border-radius: 0 !important;
    padding: 11px 16px;
}

.search-box .form-select option {
    background: var(--primary-dark);
    color: white;
}

.search-box .form-select::placeholder,
.search-box .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

.search-box .form-select:focus,
.search-box .form-control:focus {
    border-color: var(--gold) !important;
    box-shadow: none !important;
}

.btn-search {
    background: var(--gold);
    color: var(--primary-dark);
    border: none;
    padding: 11px 28px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: background 0.2s;
    white-space: nowrap;
}

.btn-search:hover {
    background: var(--gold-light);
}

/* ─── SECTION HEADER ─── */
.section-label {
    font-size: 0.72rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-label::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--gold);
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    line-height: 1.15;
    color: var(--text);
}

.section-title .italic {
    color: var(--primary);
    font-style: italic;
}

.btn-view-all {
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.btn-view-all:hover {
    color: var(--gold);
    border-color: var(--gold);
}

section {
    padding: 80px 0;
}

/* ─── PROVINCE INFO STRIP ─── */
.province-strip {
    background: linear-gradient(180deg, #fcfaf5 0%, #f7f2e8 100%);
    border-top: 1px solid rgba(200, 151, 60, 0.25);
    padding: 42px 0;
}

.prov-card {
    height: 100%;
    text-align: center;
    padding: 22px 24px;
    border-right: 1px solid rgba(26, 92, 58, 0.08);
}

.prov-card:last-child {
    border-right: none;
}

.prov-icon {
    width: 58px;
    height: 58px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 8px 18px rgba(26, 92, 58, 0.12);
}

.prov-icon i {
    color: var(--gold-light);
    font-size: 1.15rem;
}

.prov-card-center .prov-icon {
    background: linear-gradient(180deg, #e6bc72 0%, #c8973c 100%);
}

.prov-card-center .prov-icon i {
    color: var(--primary-dark);
}

.prov-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.prov-desc {
    font-size: 0.84rem;
    color: var(--muted);
    line-height: 1.72;
    max-width: 290px;
    margin: 0 auto;
}

.prov-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--primary);
    font-size: 0.66rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin-bottom: 12px;
}

.prov-badge::before,
.prov-badge::after {
    content: "";
    width: 18px;
    height: 1px;
    background: rgba(200, 151, 60, 0.75);
}

.prov-badge-center {
    color: #8a6a2f;
}

.prov-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    justify-content: center;
    margin-top: 14px;
    font-size: 0.76rem;
    color: var(--primary);
    font-weight: 500;
}

.prov-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* ─── PROPERTY CARDS ─── */
.prop-card {
    background: white;
    border: 1px solid #eee;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.prop-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(26, 92, 58, 0.13);
    border-color: transparent;
}

.prop-card-img {
    height: 210px;
    overflow: hidden;
    position: relative;
}

.prop-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.prop-card:hover .prop-card-img img {
    transform: scale(1.06);
}

.prop-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--primary);
    color: white;
    font-size: 0.67rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight: 700;
}

.prop-badge.hot {
    background: #c0392b;
}

.prop-badge.new {
    background: var(--gold);
    color: var(--primary-dark);
}

.prop-badge.vip {
    background: #7b1fa2;
}

.prop-save {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.92);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    color: #999;
    transition: color 0.2s, background 0.2s;
}

.prop-save:hover, .prop-save.saved {
    color: #e74c3c;
}

.prop-body {
    padding: 18px 20px 22px;
}

.prop-price {
    font-family: 'Playfair Display', serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--primary);
}

.prop-price small {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 0.85rem;
    color: var(--muted);
    font-weight: 400;
}

.prop-title {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text);
    margin: 7px 0 5px;
    line-height: 1.4;
}

.prop-location {
    font-size: 0.78rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 5px;
}

.prop-specs {
    display: flex;
    gap: 14px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #f0f0f0;
}

.prop-spec {
    font-size: 0.77rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 5px;
}

.prop-spec i {
    color: var(--primary);
}

.prop-spec strong {
    color: var(--text);
}

/* ─── FEATURED HERO CARD ─── */
.feat-card {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    height: 480px;
    cursor: pointer;
}

.feat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.feat-card:hover img {
    transform: scale(1.04);
}

.feat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 30, 18, 0.92) 0%, rgba(10, 30, 18, 0.3) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.feat-tag {
    display: inline-block;
    background: var(--gold);
    color: var(--primary-dark);
    font-size: 0.68rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight: 700;
    margin-bottom: 12px;
    width: fit-content;
}

.feat-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 6px;
}

.feat-loc {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

.feat-price {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold-light);
}

.feat-sm {
    height: 230px;
}

.feat-sm .feat-title {
    font-size: 1.1rem;
}

.feat-sm .feat-price {
    font-size: 1.4rem;
}

/* ─── MARKET STATS ─── */
.stats-section {
    background: var(--primary-dark);
}

.stats-section .section-label {
    color: var(--gold-light);
}

.stats-section .section-label::before {
    background: var(--gold);
}

.stats-section .section-title {
    color: white;
}

.stats-section .section-title .italic {
    color: var(--gold-light);
}

.stat-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    padding: 32px 24px;
    text-align: center;
    transition: background 0.2s;
}

.stat-card:hover {
    background: rgba(255, 255, 255, 0.07);
}

.stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
}

.stat-unit {
    font-size: 1rem;
    color: var(--gold);
    margin-top: 4px;
    font-weight: 300;
}

.stat-desc {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.stat-change {
    font-size: 0.75rem;
    color: #5de85d;
    margin-top: 5px;
}

/* ─── PROVINCE ZONES ─── */
.zone-card {
    position: relative;
    overflow: hidden;
    height: 260px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(12, 38, 24, 0.12);
}

.zone-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.zone-card:hover img {
    transform: scale(1.08);
}

.zone-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 30, 18, 0.88) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    transition: background 0.3s;
}

.zone-card:hover .zone-overlay {
    background: linear-gradient(to top, rgba(10, 30, 18, 0.94) 0%, rgba(10, 30, 18, 0.2) 60%);
}

.zone-prov {
    display: inline-block;
    background: var(--gold);
    color: var(--primary-dark);
    font-size: 0.68rem;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight: 700;
    margin-bottom: 8px;
    width: fit-content;
}

.zone-tag-default {
    background: var(--gold);
    color: var(--primary-dark);
}

.zone-tag-hn {
    background: var(--primary);
    color: #fff;
}

.zone-tag-nd {
    background: #1565c0;
    color: #fff;
}

.zone-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: white;
    margin-bottom: 6px;
    line-height: 1.2;
}

.zone-count {
    font-size: 0.9rem;
    color: var(--gold-light);
    font-weight: 600;
}

.zone-price {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.82);
    margin-top: 6px;
    line-height: 1.4;
}

.zone-lg {
    height: 360px !important;
}

.zones-top-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 180px);
    gap: 14px;
    margin-bottom: 14px;
}

.zones-top-grid .zone-wrap {
    min-height: 0;
}

.zones-top-grid .zone-card {
    height: 100%;
}

.zone-top-1 {
    grid-column: 7 / span 6;
    grid-row: 1 / span 2;
}

.zone-top-2 {
    grid-column: 1 / span 3;
    grid-row: 1;
}

.zone-top-3 {
    grid-column: 4 / span 3;
    grid-row: 1;
}

.zone-top-4 {
    grid-column: 1 / span 3;
    grid-row: 2;
}

.zone-top-5 {
    grid-column: 4 / span 3;
    grid-row: 2;
}

.zones-bottom-grid .zone-card {
    height: 240px;
}

/* ─── TESTIMONIALS CAROUSEL ─── */
.testi-section {
    background: var(--cream);
}

.testi-card {
    background: white;
    padding: 32px 28px;
    border-left: 3px solid var(--gold);
    height: 100%;
}

.testi-stars {
    color: var(--gold);
    font-size: 0.9rem;
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.testi-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--text);
    line-height: 1.75;
    margin-bottom: 20px;
}

.testi-name {
    font-weight: 700;
    font-size: 0.9rem;
}

.testi-role {
    font-size: 0.78rem;
    color: var(--muted);
}

.testi-avatar {
    width: 44px;
    height: 44px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.owl-dots .owl-dot span {
    background: var(--cream2) !important;
    width: 8px !important;
    height: 8px !important;
}

.owl-dots .owl-dot.active span {
    background: var(--gold) !important;
    width: 20px !important;
    border-radius: 4px !important;
}

/* ─── WHY US ─── */
.why-card {
    text-align: center;
    padding: 36px 24px;
    border: 1px solid var(--cream2);
    background: white;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.why-card:hover {
    border-color: var(--gold);
    box-shadow: 0 10px 32px rgba(26, 92, 58, 0.08);
}

.why-icon {
    width: 62px;
    height: 62px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.why-icon i {
    color: var(--gold-light);
    font-size: 1.4rem;
}

.why-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
}

.why-desc {
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.7;
}

/* ─── CTA ─── */
.cta-section {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border: 80px solid rgba(200, 151, 60, 0.06);
    border-radius: 50%;
    top: -150px;
    right: -150px;
    pointer-events: none;
}

.cta-section .section-label {
    color: var(--gold-light);
}

.cta-section .section-label::before {
    background: var(--gold);
}

.cta-section .section-title {
    color: white;
}

.cta-section .section-title .italic {
    color: var(--gold-light);
}

/* CTA: eyebrow dạng dòng, không thêm gạch ::before (đã có “—” trong cấu hình) */
.cta-section .section-label.cta-eyebrow {
    display: block;
    text-align: center;
    margin: 0 auto 0.35rem;
    color: var(--gold-light);
    max-width: 32rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.4;
    justify-content: center;
    text-transform: uppercase;
    gap: 0;
}

.cta-section .section-label.cta-eyebrow::before {
    display: none;
}

.cta-funnel-title__l1 {
    margin-bottom: 0.1em;
}

.cta-funnel-title__l2 {
    font-size: 0.95em;
}

.cta-funnel-lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    max-width: 32rem;
    margin: 0 auto 1.5rem;
    line-height: 1.8;
    font-weight: 400;
}

.cta-funnel-btns .btn-cta-primary,
.cta-funnel-btns .btn-cta-outline {
    line-height: 1.3;
    min-height: 3rem;
}

.btn-cta-primary {
    background: var(--gold);
    color: var(--primary-dark);
    border: none;
    padding: 14px 36px;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-cta-primary:hover {
    background: var(--gold-light);
    color: var(--primary-dark);
    transform: translateY(-2px);
}

.btn-cta-outline {
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 14px 36px;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 0;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-cta-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.cta-stat-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border);
    padding: 1.1rem 0.65rem;
    text-align: center;
    min-height: 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cta-stat-card__val {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.65rem, 4.5vw, 2.15rem);
    color: var(--gold-light);
    font-weight: 700;
    line-height: 1.1;
}

.cta-stat-card__suf {
    font-size: 0.6em;
    font-weight: 600;
    margin-left: 0.05em;
    vertical-align: 0.08em;
}

.cta-stat-card__label {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    margin-top: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.35;
    max-width: 10rem;
}

/* ─── MARKET INSIGHT BOXES ─── */
.insight-box {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    padding: 28px;
    height: 100%;
}

.insight-title {
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
    font-weight: 600;
}

.insight-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.insight-item:last-child {
    border-bottom: none;
}

.insight-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.insight-val {
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--gold-light);
}

.insight-bar-wrap {
    flex: 0 0 80px;
    height: 5px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
    margin: 0 12px;
}

.insight-bar {
    height: 5px;
    background: var(--primary-light);
    border-radius: 3px;
}

/* ─── FOOTER (4 cột, dark + gold) ─── */
.site-footer {
    background: #051a0d;
    color: rgba(255, 255, 255, 0.72);
    padding: 0 0 2rem;
    position: relative;
    margin-top: 0;
}

.site-footer__topbar {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 151, 60, 0.45) 20%, rgba(201, 151, 60, 0.45) 80%, transparent);
    opacity: 0.85;
    margin: 0;
}

.site-footer__inner {
    padding-top: 2.75rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .site-footer__inner {
        padding-top: 3.5rem;
    }
}

.site-footer__grid {
    margin-bottom: 0.25rem;
}

.site-footer__col--brand {
    padding-right: 1rem;
}

@media (min-width: 992px) {
    .site-footer__col--nav,
    .site-footer__col--legal {
        padding-left: 0.75rem;
    }
    .site-footer__col--contact {
        padding-left: 0.5rem;
    }
}

.site-footer__follow-label {
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(212, 179, 106, 0.7);
    font-weight: 600;
    margin: 0.75rem 0 0.45rem 0;
}

.site-footer__social--wide {
    max-width: 20rem;
}

.site-footer__link-ico {
    color: #d4b36a;
    width: 1.15rem;
    flex-shrink: 0;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.1rem;
}

.site-footer__map-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.6rem;
    font-size: 0.8rem;
    text-decoration: none;
    color: #f0d99a;
    border: 1px solid rgba(201, 151, 60, 0.35);
    background: rgba(201, 151, 60, 0.08);
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.site-footer__map-btn:hover,
.site-footer__map-btn:focus-visible {
    border-color: #d4b36a;
    color: #fff;
    background: rgba(201, 151, 60, 0.12);
}

.site-footer__subtle {
    font-size: 0.78em;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.4;
    display: inline-block;
    margin-top: 0.15rem;
}

.site-footer__logo-link {
    display: inline-block;
    margin-bottom: 1.1rem;
    line-height: 0;
}

.site-footer__logo {
    width: 88px;
    height: auto;
    max-height: 88px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}
.site-footer__logo--light {
    display: none;
}

/* Wordmark đầy đủ (SVG/PNG) thay vì mark nhỏ — ghi đè kích thước 88px */
.site-footer__logo-link--wordmark {
    max-width: min(100%, 18rem);
}

.site-footer__logo--wordmark {
    width: 100%;
    max-width: 18rem;
    max-height: none;
    height: auto;
}

@media (max-width: 575.98px) {
    .site-footer__logo--wordmark {
        max-width: 16rem;
    }
}

.site-footer__eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin: 0 0 0.2rem 0;
}

.site-footer__name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.02em;
    margin: 0 0 0.2rem 0;
    line-height: 1.2;
}

.site-footer__tagline {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
    margin: 0 0 1rem 0;
    line-height: 1.45;
}

.site-footer__desc {
    font-size: 0.87rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.68);
    max-width: 24rem;
    margin: 0 0 1.25rem 0;
}

.site-footer__heading {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #d4b36a;
    font-weight: 700;
    margin: 0 0 1.1rem 0;
    line-height: 1.2;
}

.site-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.site-footer__links a {
    color: rgba(255, 255, 255, 0.56);
    text-decoration: none;
    font-size: 0.87rem;
    padding: 0.15rem 0;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.site-footer__links a span {
    line-height: 1.4;
    flex: 1;
    min-width: 0;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
    color: #f0d99a;
    padding-left: 0.2rem;
}

.site-footer__contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.site-footer__contact-row {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 0.86rem;
    line-height: 1.5;
}

.site-footer__contact-ico {
    flex-shrink: 0;
    color: #d4b36a;
    width: 1.1rem;
    text-align: center;
    margin-top: 0.15rem;
    font-size: 0.95rem;
}

.site-footer__contact-link {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.site-footer__contact-link:hover,
.site-footer__contact-link:focus-visible {
    color: #fff;
    border-bottom-color: rgba(212, 179, 106, 0.45);
}

.site-footer__contact-txt {
    color: rgba(255, 255, 255, 0.7);
}

.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.site-footer__social-btn {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    border-radius: 0;
    transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.15s;
}

.site-footer__social-btn:hover,
.site-footer__social-btn:focus-visible {
    border-color: #d4b36a;
    color: #f0d99a;
    background: rgba(201, 151, 60, 0.08);
    transform: translateY(-1px);
}

.site-footer__hr {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 2.4rem 0 1.25rem;
    opacity: 0.9;
}

.site-footer__legal {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.32);
    text-align: center;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 768px) {
    .site-footer__legal {
        text-align: left;
    }
}

/* Khối cũ (nếu còn tài liệu / dash tham chiếu) */
footer:not(.site-footer) {
    background: #051a0d;
    color: rgba(255, 255, 255, 0.6);
    padding: 70px 0 30px;
}

/* ─── FLOATING SUPPORT ─── */
.float-wrap {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.float-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 52px;
    padding: 10px 14px;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
    backdrop-filter: blur(10px);
}

.float-btn:hover {
    transform: translateX(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.float-btn i {
    width: 18px;
    text-align: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.float-label {
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.float-phone {
    background: rgba(26, 92, 58, 0.94);
}

.float-zalo {
    background: rgba(24, 119, 242, 0.96);
}

.float-email {
    background: rgba(76, 29, 149, 0.94);
}

.float-form {
    background: rgba(200, 151, 60, 0.96);
    color: var(--primary-dark);
}

.float-form i,
.float-form .float-label {
    color: var(--primary-dark);
}

/* ─── TABS ─── */
.filter-tabs {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 36px;
    border-bottom: 2px solid #eee;
}

.filter-tab {
    background: none;
    border: none;
    padding: 11px 22px;
    font-size: 0.82rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--muted);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: color 0.2s, border-color 0.2s;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.filter-tab.active, .filter-tab:hover {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

/* ─── NEWS CARD ─── */
.news-card {
    background: white;
    border: 1px solid #efefef;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.news-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
}

.news-card-img {
    height: 180px;
    overflow: hidden;
}

.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.news-card:hover .news-card-img img {
    transform: scale(1.04);
}

.news-card-body {
    padding: 18px;
}

.news-cat {
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 8px;
}

.news-title {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1.4;
    margin-bottom: 8px;
}

.news-date {
    font-size: 0.75rem;
    color: var(--muted);
}

.news-carousel .owl-stage {
    display: flex;
}

.news-carousel .owl-item {
    display: flex;
}

.news-carousel .news-card {
    height: 100%;
}

.news-carousel .owl-dots {
    margin-top: 22px;
    text-align: center;
}

.news-carousel .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    background: rgba(26, 92, 58, 0.2);
}

.news-carousel .owl-dot.active span {
    background: var(--primary);
}

/* ─── BACK TO TOP ─── */
#backToTop,
.back-to-top {
    position: fixed;
    bottom: 28px;
    left: 24px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: white;
    border: none;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#backToTop.show,
.back-to-top.show {
    display: flex;
}

/* ─── TEAM SECTION ─── */
.team-section {
    background: var(--cream);
}

.team-card {
    background: white;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(26, 92, 58, 0.12);
}

.team-img {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.4s;
}

.team-card:hover .team-img img {
    transform: scale(1.04);
}

.team-zone {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 14px;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}

.team-zone.nb {
    background: var(--primary);
}

.team-zone.hn {
    background: #c0392b;
}

.team-zone.nd {
    background: #1565c0;
}

.team-body {
    padding: 20px;
}

.team-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 3px;
}

.team-role {
    font-size: 0.78rem;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.team-desc {
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 14px;
}

.team-stats {
    display: flex;
    gap: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--cream2);
}

.team-stat {
    text-align: center;
}

.team-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
}

.team-stat-lbl {
    font-size: 0.68rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.team-socials {
    display: flex;
    gap: 8px;
}

.team-social {
    width: 30px;
    height: 30px;
    border: 1px solid var(--cream2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    text-decoration: none;
    font-size: 0.78rem;
    transition: all 0.2s;
}

.team-social:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: var(--cream);
}

.team-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.team-carousel .owl-item {
    display: flex;
    height: auto;
}

.team-carousel .owl-item > .team-slide {
    display: flex;
    width: 100%;
    height: 100%;
}

.team-carousel .team-card {
    height: 100%;
    border: 1px solid var(--cream2);
    display: flex;
    flex-direction: column;
}

.team-carousel .team-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.team-carousel .team-desc {
    flex: 1 1 auto;
}

.team-carousel .owl-dots {
    margin-top: 28px;
    text-align: center;
}

.team-carousel .owl-dot span {
    background: rgba(26, 92, 58, 0.22) !important;
    width: 9px !important;
    height: 9px !important;
    margin: 0 4px !important;
}

.team-carousel .owl-dot.active span {
    background: var(--primary) !important;
    width: 22px !important;
    border-radius: 5px !important;
}

.team-carousel .owl-nav button {
    background: var(--primary) !important;
    color: var(--gold-light) !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    margin: 4px !important;
}

/* ─── PROCESS SECTION ─── */
.process-section {
    background: var(--primary-dark);
}

.process-section .section-label {
    color: var(--gold-light);
}

.process-section .section-label::before {
    background: var(--gold);
}

.process-section .section-title {
    color: white;
}

.process-section .section-title .italic {
    color: var(--gold-light);
}

.step-line {
    position: relative;
}

.step-line::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(50% + 28px);
    right: calc(-50% + 28px);
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--gold) 0, var(--gold) 6px, transparent 6px, transparent 14px);
}

.step-line:last-child::before {
    display: none;
}

.step-num {
    width: 56px;
    height: 56px;
    background: var(--gold);
    color: var(--primary-dark);
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.step-title {
    font-weight: 700;
    color: white;
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.step-desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
}

/* ─── PROJECTS BY PROVINCE ─── */
.proj-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1.15rem;
    gap: 0;
}

.proj-tab {
    background: none;
    border: none;
    padding: 12px 28px;
    font-size: 0.82rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.45);
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s;
    font-family: 'Be Vietnam Pro', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
}

.proj-tab.active {
    color: var(--gold-light);
    border-color: var(--gold);
}

.proj-tab:hover {
    color: rgba(255, 255, 255, 0.8);
}

.proj-tab .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.proj-tab .dot.dot-nb {
    background: #2d8c5a;
}

.proj-tab .dot.dot-hn {
    background: #c0392b;
}

.proj-tab .dot.dot-nd {
    background: #1565c0;
}

.proj-content {
    display: none;
}

.proj-content.active {
    display: block;
}

.proj-row-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    padding: 20px 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: background 0.2s;
    cursor: pointer;
    margin-bottom: 12px;
}

.proj-row-card:last-child {
    margin-bottom: 0;
}

.proj-row-card:hover {
    background: rgba(255, 255, 255, 0.07);
}

.proj-row-img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
}

.proj-row-badge {
    display: inline-block;
    font-size: 0.67rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 8px;
    font-weight: 700;
    margin-bottom: 6px;
}

.proj-row-badge.badge-nb {
    background: var(--primary);
    color: #fff;
}

.proj-row-badge.badge-hn {
    background: #c0392b;
    color: #fff;
}

.proj-row-badge.badge-nd {
    background: #1565c0;
    color: #fff;
}

.proj-row-name {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: white;
    font-weight: 700;
    margin-bottom: 4px;
}

.proj-row-loc {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 6px;
}

.proj-row-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.proj-row-meta span {
    font-size: 0.77rem;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 5px;
}

.proj-row-meta i {
    color: var(--gold);
}

.proj-row-price {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--gold-light);
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: auto;
}

/* Lưới thẻ dự án (gọn, nhiều item) */
.proj-tile-row {
    --proj-tile-gap: 0.4rem;
}

a.proj-tile,
.proj-tile {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border);
    border-radius: 0.2rem;
    overflow: hidden;
    min-height: 100%;
    color: inherit;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.12s ease;
}

a.proj-tile:hover,
.proj-tile:hover,
a.du-an-row:hover .proj-tile {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

a.proj-tile {
    text-decoration: none;
}

a.proj-tile .proj-tile__name,
a.proj-tile h3 {
    text-decoration: none;
}

.du-an-row {
    text-decoration: none;
}

.du-an-row .proj-tile {
    min-height: 100%;
}

.proj-tile__media {
    position: relative;
    background: #0a1f14;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.proj-tile__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.proj-tile__badge {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 2px 6px;
    font-weight: 700;
    max-width: calc(100% - 12px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0.1rem;
}

.proj-tile__badge.badge-nb {
    background: var(--primary);
    color: #fff;
}

.proj-tile__badge.badge-hn {
    background: #c0392b;
    color: #fff;
}

.proj-tile__badge.badge-nd {
    background: #1565c0;
    color: #fff;
}

.proj-tile__body {
    padding: 0.5rem 0.65rem 0.6rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.proj-tile__name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.28;
    margin: 0 0 0.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.proj-tile__loc {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.58);
    margin: 0 0 0.4rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.proj-tile__loc i {
    color: var(--gold);
    margin-right: 0.2rem;
}

.proj-tile__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.1rem 0.3rem;
    margin: 0 0 0.35rem;
    padding: 0;
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.5);
    flex: 1;
    align-content: start;
}

.proj-tile__meta li {
    display: flex;
    align-items: flex-start;
    gap: 0.2rem;
    line-height: 1.2;
    margin: 0;
    word-break: break-word;
}

.proj-tile__meta i {
    color: var(--gold);
    font-size: 0.6rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.proj-tile__price {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.9rem;
    color: var(--gold-light);
    font-weight: 700;
    margin-top: auto;
    padding-top: 0.15rem;
    line-height: 1.2;
}

/* ─── FAQ (nhiều câu: tìm nhanh, vùng cuộn, cột trái sticky) ─── */
.faq-section {
    background: var(--cream);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.faq-intro__lead {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.8;
    margin-top: 0.5rem;
    max-width: 20rem;
}

@media (min-width: 992px) {
    .faq-intro {
        position: sticky;
        top: 5.5rem;
        align-self: flex-start;
    }
}

.faq-panel {
    max-width: 100%;
}

.faq-toolbar {
    display: flex;
    flex-direction: column;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .faq-toolbar {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .faq-search {
        flex: 1 1 12rem;
        min-width: 0;
    }
    .faq-toolbar__meta {
        margin-bottom: 0;
        white-space: nowrap;
    }
}

.faq-search .input-group-text,
.faq-search .form-control {
    border: 1px solid #d8d3c8;
    background: #fff;
    font-size: 0.86rem;
}

.faq-search .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(26, 92, 58, 0.12);
}

.faq-search__icon {
    color: var(--primary);
    padding: 0.5rem 0.85rem;
}

.faq-toolbar__meta {
    font-size: 0.8rem;
    color: var(--muted);
    margin: 0;
    flex: 0 0 auto;
}

.faq-toolbar__n {
    font-weight: 700;
    color: var(--primary);
}

.faq-accordion-wrap {
    max-height: min(70vh, 44rem);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    padding-right: 0.2rem;
    margin-right: -0.2rem;
}

@media (max-width: 575.98px) {
    .faq-accordion-wrap {
        max-height: none;
    }
}

.faq-accordion-wrap::-webkit-scrollbar {
    width: 6px;
}
.faq-accordion-wrap::-webkit-scrollbar-thumb {
    background: rgba(26, 92, 58, 0.25);
    border-radius: 3px;
}

.faq-empty-hint {
    margin: 0 0 0.5rem;
}

.accordion-item {
    background: white !important;
    border: 1px solid var(--cream2) !important;
    border-radius: 0 !important;
    margin-bottom: 8px;
}

.faq-section .accordion-button {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: 1.4;
    color: var(--text) !important;
    background: white !important;
    padding: 16px 18px 16px 16px;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.faq-section .accordion-button .faq-qtext {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 0.98rem;
    font-weight: 600;
    flex: 1 1 auto;
    min-width: 0;
}

.faq-section .accordion-button:not(.collapsed) {
    color: var(--primary) !important;
    background: #faf8f3 !important;
    border-bottom: 1px solid var(--cream2);
}

.faq-section .accordion-button::after {
    margin-top: 0.2rem;
    filter: none !important;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231a5c3a' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.faq-section .accordion-body {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.8;
    padding: 16px 18px 18px 16px;
    background: #fff;
}

.faq-icon {
    width: 36px;
    height: 36px;
    background: var(--primary);
    color: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* ─── CONTACT FORM BANNER ─── */
.contact-banner {
    background: var(--cream);
    border-top: 4px solid var(--gold);
}

.contact-form-wrap {
    background: white;
    padding: 40px;
    box-shadow: 0 8px 40px rgba(26, 92, 58, 0.08);
}

.form-label {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--text);
    margin-bottom: 5px;
}

.form-control, .form-select {
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
    padding: 11px 14px !important;
    font-size: 0.87rem !important;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(26, 92, 58, 0.08) !important;
}

.btn-submit {
    background: var(--primary);
    color: white;
    border: none;
    padding: 14px 36px;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    width: 100%;
    transition: background 0.2s;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.btn-submit:hover {
    background: var(--primary-light);
}

.btn-submit:disabled,
.btn-submit[disabled] {
    opacity: 0.75;
    cursor: not-allowed;
    pointer-events: none;
}

/* ─── Modal tư vấn (toàn trang) ─── */
.consult-modal .modal-content {
    border: none;
    border-radius: 0.35rem;
    box-shadow: 0 20px 60px rgba(13, 32, 22, 0.25);
    overflow: hidden;
}

.consult-modal__content {
    background: #fff;
}

.consult-modal .modal-header {
    background: var(--cream);
    border-bottom: 1px solid rgba(26, 92, 58, 0.12);
    padding: 1.1rem 1.25rem 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.consult-modal__eyebrow {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 0.2rem;
}

.consult-modal__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin: 0;
    line-height: 1.25;
}

.consult-modal .btn-close {
    margin: 0 0 0 auto;
    opacity: 0.6;
}

.consult-modal__intro {
    font-size: 0.86rem;
    line-height: 1.6;
}

.consult-modal__submit {
    background: var(--primary);
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    padding: 0.8rem 1.25rem;
    border-radius: 0.25rem;
    transition: background 0.15s ease, transform 0.12s ease;
}

.consult-modal__submit:hover {
    background: var(--primary-light);
    color: #fff;
}

.consult-modal__submit:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

.contact-info-box {
    background: var(--primary-dark);
    padding: 40px;
    height: 100%;
}

.contact-info-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: white;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-info-sub {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
    margin-bottom: 32px;
    line-height: 1.7;
}

.ci-item {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

.ci-icon {
    width: 42px;
    height: 42px;
    background: rgba(200, 151, 60, 0.15);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ci-icon i {
    color: var(--gold);
}

.ci-label {
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 3px;
}

.ci-val {
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
}

.office-list {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.office-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.office-item:last-child {
    border-bottom: none;
}

.office-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    margin-top: 6px;
    flex-shrink: 0;
}

.office-name {
    font-weight: 600;
    font-size: 0.85rem;
    color: white;
}

.office-addr {
    font-size: 0.77rem;
    color: rgba(255, 255, 255, 0.45);
}

/* ─── MEDIA PARTNERS ─── */
.media-section {
    background: white;
    padding: 32px 0;
    border-top: 1px solid var(--cream2);
    border-bottom: 1px solid var(--cream2);
}

.media-label {
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 600;
    white-space: nowrap;
}

.media-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.2s;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: var(--text);
    text-transform: uppercase;
    border: 1px solid var(--cream2);
    height: 46px;
}

.media-logo:hover {
    filter: none;
    opacity: 1;
    border-color: var(--gold);
}
.media-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.media-label {
    flex: 0 0 auto;
    margin: 0;
}
.media-carousel-wrap {
    flex: 1 1 auto;
    min-width: 0;
}
.media-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.media-carousel .owl-item {
    display: flex;
}
.media-carousel .owl-item .media-logo {
    width: 100%;
}
.media-carousel.owl-theme .owl-nav,
.media-carousel.owl-theme .owl-dots {
    display: none;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
    .media-row {
        display: block;
    }
    .media-label {
        display: block;
        margin-bottom: 0.6rem;
    }
    section {
        padding: 56px 0;
    }

    .navbar .dropdown-menu {
        min-width: 100%;
        margin-top: 8px;
        border-radius: 14px;
        box-shadow: none;
    }

    .dropdown-mega .dropdown-menu {
        width: 100%;
        transform: none;
        left: auto;
    }

    .mega-main, .mega-aside {
        padding: 18px;
    }

    .hero-slide {
        min-height: auto;
        padding: 96px 0 56px;
    }

    .hero-badge-wrap {
        gap: 10px;
    }

    .hero-badge {
        padding: 12px 16px;
        flex: 1;
        min-width: 100px;
    }

    .hero-side-card {
        margin-top: 16px;
        padding: 18px;
    }

    .hero-carousel .owl-nav button.owl-prev,
    .hero-carousel .owl-nav button.owl-next {
        display: none;
    }

    .zone-card {
        height: 240px;
    }

    .zone-lg {
        height: 280px !important;
    }

    .zone-name {
        font-size: 1.25rem;
    }

    .zone-count {
        font-size: 0.82rem;
    }

    .zone-price {
        font-size: 0.8rem;
    }

    .zones-top-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 12px;
    }

    .zone-top-1, .zone-top-2, .zone-top-3, .zone-top-4, .zone-top-5 {
        grid-column: auto;
        grid-row: auto;
    }

    .zone-top-1 {
        grid-column: 1 / -1;
    }

    .zones-top-grid .zone-card {
        height: 220px;
    }

    .feat-card {
        height: 320px;
    }

    .stat-card {
        margin-bottom: 2px;
    }

    .prov-card {
        border-right: none;
        border-bottom: 1px solid var(--cream2);
        padding: 16px;
    }

    .float-wrap {
        right: 12px;
        bottom: 84px;
        gap: 8px;
    }

    .float-btn {
        width: 46px;
        height: 46px;
        padding: 0;
        border-radius: 999px;
        justify-content: center;
    }

    .float-btn i {
        width: auto;
        font-size: 1rem;
    }

    .float-label {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar {
        overflow: visible;
    }

    .navbar > .container {
        position: relative;
    }

    .navbar .nav-item.dropdown {
        position: relative;
    }

    .navbar .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(8px);
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    }

    .navbar .dropdown-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -18px;
        height: 18px;
        background: transparent;
    }

    .navbar .nav-item.dropdown:not(.dropdown-mega) > .dropdown-menu {
        top: calc(100% + 14px);
    }

    .navbar .nav-item.dropdown:hover > .dropdown-menu,
    .navbar .nav-item.dropdown.show > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .navbar .nav-item.dropdown-mega {
        position: static;
    }

    .dropdown-mega > .dropdown-menu {
        left: 50%;
        top: calc(100% + 6px);
        transform: translateX(-50%) translateY(8px);
    }

    .dropdown-mega > .dropdown-menu::before {
        top: -10px;
        height: 10px;
    }

    .navbar .nav-item.dropdown-mega:hover > .dropdown-menu,
    .navbar .nav-item.dropdown-mega.show > .dropdown-menu {
        transform: translateX(-50%) translateY(0);
    }
}

/* ——— Trang con: breadcrumb, tab lọc, link ——— */
.page-breadcrumb-list a {
    color: var(--muted);
    text-decoration: none;
}
.page-breadcrumb-list a:hover {
    color: var(--primary);
    text-decoration: underline;
}
.page-breadcrumb .sep {
    color: #bbb;
    margin: 0 0.2rem;
}
.page-breadcrumb {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 0.85rem;
}
.page-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1rem;
    border-bottom: 1px solid rgba(26, 92, 58, 0.2);
    padding-bottom: 0.5rem;
    margin-top: 0.25rem;
}
a.page-filter-tab,
.page-filter-tab {
    text-decoration: none;
    color: var(--muted);
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.1rem;
    border-bottom: 2px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
}
a.page-filter-tab.is-active,
.page-filter-tab.is-active,
a.page-filter-tab:hover,
.page-filter-tab:hover {
    color: var(--primary);
    border-bottom-color: var(--primary);
}
.page-listings-wrap a.page-prop-link,
.home-prop-link {
    color: inherit;
}
.page-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}