/**
 * Trang công khai: chi tiết BĐS, khu vực, tin tức, dự án — sát mockup public-ready
 */

/* ─── Typography ─── */
.fe-title-serif,
.fe-article-hero h1,
.fe-hero-2col .fe-hero__title,
.fe-kv-hero h1,
.fe-project-hero h1 {
    font-family: Georgia, "Times New Roman", "DejaVu Serif", ui-serif, serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: var(--text);
}

.fe-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.fe-page {
    --fe-radius: 1rem;
    --fe-radius-lg: 1.25rem;
}

/* ─── Breadcrumb nâng cấp (kế thừa .page-breadcrumb) ─── */
.page-breadcrumb.fe-breadcrumb--soft {
    background: var(--cream);
    border-bottom: 1px solid rgba(26, 92, 58, 0.08);
    font-size: 0.8125rem;
}
.page-breadcrumb.fe-breadcrumb--soft .page-breadcrumb-list a {
    color: #2563b8;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease, color 0.15s ease;
}
.page-breadcrumb.fe-breadcrumb--soft .page-breadcrumb-list a:hover,
.page-breadcrumb.fe-breadcrumb--soft .page-breadcrumb-list a:focus-visible {
    color: #1d4ed8;
    border-bottom-color: #1d4ed8;
    text-decoration: none;
}
.page-breadcrumb.fe-breadcrumb--soft .list-inline-item:last-child span,
.page-breadcrumb.fe-breadcrumb--soft .list-inline-item:last-child {
    color: var(--muted);
    font-weight: 500;
}

/* ─── BĐS: hero 2 cột ─── */
.fe-hero-2col {
    background: var(--cream);
    padding: 0.5rem 0 2.5rem;
}
.fe-hero-2col .fe-hero__inner {
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
}
.fe-hero-2col .fe-hero__media {
    position: relative;
    border-radius: var(--fe-radius);
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(13, 51, 33, 0.12);
}
.fe-hero-2col .fe-hero__summary {
    background: #fff;
    border: 1px solid rgba(26, 92, 58, 0.12);
    border-radius: var(--fe-radius);
    box-shadow: 0 14px 38px rgba(13, 51, 33, 0.08);
    padding: 1rem 1rem 1.05rem;
    height: 100%;
}
.fe-hero-2col .fe-hero__img {
    display: block;
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: var(--fe-radius);
}
/* BĐS detail: Swiper (ảnh lớn + thumbnail) */
.fe-listing-gallery {
    --listing-swiper-fg: var(--primary, #0d3d2a);
    --listing-swiper-bg: rgba(255, 255, 255, 0.92);
}
.fe-listing-gallery__main {
    width: 100%;
    border-radius: var(--fe-radius);
    overflow: hidden;
}
.fe-listing-gallery__main .swiper-slide,
.fe-listing-gallery__thumbs {
    height: auto;
}
.fe-listing-gallery__thumbs {
    margin-top: 0.5rem;
    width: 100%;
    max-height: 5.5rem;
}
.fe-listing-gallery__thumb-wrap {
    width: 5.5rem;
    max-width: 24%;
    cursor: pointer;
    border-radius: calc(var(--fe-radius) * 0.65);
    overflow: hidden;
    opacity: 0.7;
    transition: opacity 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    border: 2px solid transparent;
    box-sizing: border-box;
}
.swiper-slide-thumb-active.fe-listing-gallery__thumb-wrap {
    opacity: 1;
    border-color: var(--gold, #b9932c);
    box-shadow: 0 0 0 1px rgba(0, 51, 33, 0.12);
}
.fe-listing-gallery__thumb {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: calc(var(--fe-radius) * 0.5);
}
.fe-listing-gallery .listing-swiper-prev,
.fe-listing-gallery .listing-swiper-next {
    color: var(--listing-swiper-fg);
    background: var(--listing-swiper-bg);
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    box-shadow: 0 4px 18px rgba(13, 51, 33, 0.2);
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}
.fe-listing-gallery .listing-swiper-prev::after,
.fe-listing-gallery .listing-swiper-next::after {
    font-size: 0.95rem;
    font-weight: 700;
}
@media (max-width: 576px) {
    .fe-listing-gallery__thumb-wrap {
        width: 4.2rem;
    }
}
.fe-listing-gallery__zoom {
    position: relative;
    display: block;
    line-height: 0;
    color: inherit;
    text-decoration: none;
    border-radius: var(--fe-radius);
    overflow: hidden;
}
.fe-listing-gallery__zoom .fe-hero__img {
    display: block;
    width: 100%;
    height: auto;
}
.fe-listing-gallery__zoom-ico {
    position: absolute;
    right: 0.7rem;
    bottom: 0.7rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    pointer-events: none;
    transition: background 0.2s ease, transform 0.2s ease;
}
.fe-listing-gallery__zoom:hover .fe-listing-gallery__zoom-ico,
.fe-listing-gallery__zoom:focus-visible .fe-listing-gallery__zoom-ico {
    background: rgba(0, 0, 0, 0.62);
    transform: scale(1.04);
}
.listing-gallery-modal-img {
    max-height: calc(100vh - 7rem);
    object-fit: contain;
    background: #0a0a0a;
    border-radius: 0.45rem;
}
.fe-hero-2col .fe-hero__title {
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    color: var(--primary-dark);
    margin: 0.4rem 0 0.65rem;
}
.fe-hero-2col .fe-hero__location {
    color: var(--muted);
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}
.fe-hero-2col .fe-hero__location i {
    color: var(--gold);
    margin-right: 0.4rem;
}
.fe-badge-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.fe-price-hero {
    color: var(--gold);
    font-weight: 800;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}
.fe-price-hero .fe-price-note {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--muted);
}
.fe-spec-grid {
    display: flex;
    flex-direction: column;
    gap: 0.6rem 0;
    margin-bottom: 1.1rem;
}
.fe-spec-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--text);
    padding: 0.5rem 0 0.5rem 0;
    border-bottom: 1px solid rgba(26, 92, 58, 0.1);
}
.fe-spec-item:last-child {
    border-bottom: 0;
}
.fe-spec-item i {
    color: var(--primary);
    width: 1.15rem;
    text-align: center;
    margin-top: 0.1rem;
    flex-shrink: 0;
}
.fe-spec-item .fe-spec-label {
    color: var(--muted);
    min-width: 5.5rem;
    flex-shrink: 0;
}
.fe-spec-item .fe-spec-val {
    font-weight: 600;
    color: var(--text);
}
a.fe-btn-cta,
.fe-btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    min-height: 3rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0.4rem;
    color: #fff;
    background: var(--primary);
    border: none;
    box-shadow: 0 4px 14px rgba(13, 51, 33, 0.2);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
a.fe-btn-cta:hover,
.fe-btn-cta:hover {
    color: #fff;
    background: var(--primary-light);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(13, 51, 33, 0.25);
}
.fe-cta-pair {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.fe-hero-2col .fe-cta-pair .fe-btn-cta {
    width: 100%;
}
.fe-hero-2col .fe-btn-cta {
    min-height: 2.9rem;
}
@media (max-width: 991.98px) {
    .fe-hero-2col .fe-hero__summary {
        margin-top: 0.25rem;
    }
}
@media (min-width: 992px) {
    .fe-hero-2col .fe-hero__summary {
        padding: 1.15rem 1.2rem 1.2rem;
    }
}
@media (min-width: 1200px) {
    .fe-hero-2col .fe-hero__summary {
        padding: 1.25rem 1.35rem 1.35rem;
    }
}
@media (min-width: 400px) {
    .fe-cta-pair {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
}
.fe-cta-secondary {
    font-size: 0.85rem;
    text-decoration: none;
    color: var(--primary);
    font-weight: 600;
}
.fe-cta-secondary i {
    margin-right: 0.35rem;
}
.fe-cta-secondary:hover {
    text-decoration: underline;
}

/* Trust strip */
.fe-trust-strip {
    margin-top: 2.5rem;
    padding: 1.5rem 0 0;
    border-top: 1px solid rgba(26, 92, 58, 0.1);
}
.fe-trust-row {
    --bs-gutter-x: 1rem;
}
.fe-trust-box {
    background: #fff;
    border: 1px solid rgba(26, 92, 58, 0.1);
    border-radius: 0.65rem;
    padding: 1rem 0.9rem;
    text-align: center;
    height: 100%;
}
.fe-trust-box i {
    font-size: 1.4rem;
    color: var(--primary);
    margin-bottom: 0.45rem;
    display: block;
}
.fe-trust-box strong {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary);
    margin-bottom: 0.2rem;
}
.fe-trust-box p {
    margin: 0;
    font-size: 0.8rem;
    color: var(--muted);
    line-height: 1.4;
}
.fe-back-link a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}
.fe-back-link a:hover {
    text-decoration: underline;
}
.fe-back-link i {
    margin-right: 0.4rem;
}

/* Section: mô tả */
.fe-content-section {
    background: #fff;
    padding: 2.5rem 0 3rem;
}
.fe-content-block {
    max-width: 38rem;
}
.fe-content-block .fe-lead {
    line-height: 1.8;
    color: var(--text);
    font-size: 1.02rem;
    margin-bottom: 1.25rem;
}
.fe-h2 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.9rem;
}

/* ─── Khu vực: hero lớn + content ─── */
.fe-kv-wrap {
    background: var(--cream);
    padding: 0 0 0.5rem;
}
/* Ghi đè lưới tỉnh: trang chi tiết cần cao hơn & không zoom khi hover */
main .fe-kv-hero--detail.zone-card,
main .fe-kv-hero--detail {
    height: auto;
    min-height: min(52vh, 420px);
    cursor: default;
}
main .fe-kv-hero--detail.zone-card:hover img {
    transform: none;
}
.fe-kv-hero {
    position: relative;
    min-height: min(52vh, 420px);
    border-radius: var(--fe-radius-lg);
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(13, 51, 33, 0.2);
    margin: 0 auto;
}
.fe-kv-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}
.fe-kv-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(13, 32, 22, 0.92) 0%,
        rgba(13, 32, 22, 0.35) 45%,
        rgba(13, 32, 22, 0.1) 100%
    );
    pointer-events: none;
}
.fe-kv-hero__inner {
    position: relative;
    z-index: 1;
    min-height: min(52vh, 420px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem 1.25rem 1.5rem;
    color: #fff;
}
@media (min-width: 768px) {
    .fe-kv-hero__inner {
        padding: 1.75rem 2.25rem 1.9rem;
    }
}
.fe-kv-tag {
    display: inline-block;
    max-width: 100%;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.4rem 0.65rem;
    border-radius: 0.2rem;
    color: #1a1a1a;
    background: linear-gradient(135deg, #e6bc72 0%, #d4a64a 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.65rem;
}
.fe-kv-hero h1 {
    color: #fff;
    font-size: clamp(1.4rem, 3.2vw, 2.1rem);
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
    margin: 0 0 0.4rem;
}
.fe-kv-count {
    font-size: 0.92rem;
    opacity: 0.95;
    margin: 0 0 0.35rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}
.fe-kv-count i {
    opacity: 0.85;
}
.fe-kv-price {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
    line-height: 1.45;
}
.fe-kv-body {
    background: #fff;
    padding: 2.25rem 0 2.5rem;
}
.fe-kv-body__inner {
    max-width: 40rem;
    margin: 0 auto;
}
.fe-kv-lead {
    line-height: 1.8;
    color: var(--muted);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}
.fe-kv-actions {
    text-align: center;
}
a.fe-kv-cta,
.fe-kv-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    min-width: 12rem;
    min-height: 3rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0.45rem;
    color: #fff;
    background: var(--primary);
    box-shadow: 0 4px 16px rgba(13, 51, 33, 0.2);
    transition: background 0.12s, transform 0.12s;
}
a.fe-kv-cta:hover,
.fe-kv-cta-btn:hover {
    color: #fff;
    background: var(--primary-light);
    transform: translateY(-1px);
}
.fe-kv-back {
    margin-top: 1.5rem;
}

/* Khu vực chi tiết: layout toàn trang (pro) */
.fe-kv-page .fe-kv-wrap--pro {
    padding-bottom: 0.25rem;
}
.fe-kv-hero--detail-pro {
    min-height: min(58vh, 480px) !important;
}
.fe-kv-hero--detail-pro .fe-kv-hero__inner {
    min-height: min(58vh, 480px) !important;
    padding-bottom: 1.75rem;
}
.fe-kv-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.75rem;
}
a.fe-kv-hero__btn,
.fe-kv-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.1rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0.35rem;
    color: var(--primary-dark, #0d2a1c);
    background: linear-gradient(135deg, #e6bc72 0%, #d4a64a 100%);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}
a.fe-kv-hero__btn:hover,
.fe-kv-hero__btn:hover {
    color: var(--primary-dark, #0d2a1c);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
a.fe-kv-hero__btn--ghost,
.fe-kv-hero__btn--ghost {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: none;
    backdrop-filter: blur(6px);
}
a.fe-kv-hero__btn--ghost:hover,
.fe-kv-hero__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.fe-kv-stats {
    background: #fff;
    padding: 0.35rem 0 1.75rem;
    margin-top: -0.5rem;
    position: relative;
    z-index: 1;
}
.fe-kv-stats__row {
    border-radius: var(--fe-radius);
    background: #fff;
    box-shadow: 0 12px 40px rgba(13, 51, 33, 0.1);
    border: 1px solid rgba(13, 51, 33, 0.08);
    padding: 1rem 0.5rem;
}
@media (min-width: 768px) {
    .fe-kv-stat--border {
        border-left: 1px solid rgba(13, 51, 33, 0.1);
        border-right: 1px solid rgba(13, 51, 33, 0.1);
    }
}
.fe-kv-stat {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
}
.fe-kv-stat__ico {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.45rem;
    background: rgba(26, 92, 58, 0.1);
    color: var(--primary, #0d3d2a);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}
.fe-kv-stat__label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    color: var(--muted, #5c6c64);
    margin-bottom: 0.2rem;
}
.fe-kv-stat__val {
    font-weight: 700;
    color: var(--text, #1a1a1a);
    line-height: 1.35;
    font-size: 0.95rem;
}
.fe-kv-stat__val--sm {
    font-size: 0.88rem;
    font-weight: 600;
}
.fe-kv-section {
    padding: 2.25rem 0;
    background: #fff;
}
.fe-kv-listings,
.fe-kv-team {
    background: #faf9f6;
}
.fe-kv-eyebrow {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    color: var(--gold, #b9932c);
    margin-bottom: 0.35rem;
}
.fe-kv-h2 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    color: var(--primary, #0d3d2a);
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.fe-kv-sub {
    font-size: 0.92rem;
    margin-bottom: 0;
}
.fe-kv-lead--wide {
    max-width: 100%;
    line-height: 1.8;
    color: var(--muted, #5c6c64);
    font-size: 0.98rem;
    margin: 0;
}
.fe-kv-checks {
    background: #fff;
    border-radius: var(--fe-radius);
    padding: 1.05rem 1.15rem;
    border: 1px solid rgba(13, 51, 33, 0.1);
    box-shadow: 0 8px 24px rgba(13, 51, 33, 0.06);
}
.fe-kv-checks__item {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin-bottom: 0.7rem;
    color: var(--text, #333);
    line-height: 1.62;
    font-size: 0.94rem;
}
.fe-kv-checks__item:last-child {
    margin-bottom: 0;
}
.fe-kv-checks__item i {
    margin-top: 0.28rem;
    flex: 0 0 0.95rem;
    color: var(--primary, #0d3d2a);
    font-size: 0.82rem;
}
.fe-kv-checks__item + .fe-kv-checks__item {
    padding-top: 0.15rem;
}
.fe-kv-textlink {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--primary, #0d3d2a);
    text-decoration: none;
    white-space: nowrap;
}
.fe-kv-textlink:hover {
    text-decoration: underline;
}
.fe-kv-empty {
    max-width: 40rem;
    font-size: 0.95rem;
}
.fe-kv-empty a {
    font-weight: 600;
}
.fe-kv-proj {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: var(--fe-radius);
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(13, 51, 33, 0.1);
    box-shadow: 0 6px 22px rgba(13, 51, 33, 0.08);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    color: inherit;
}
a.fe-kv-proj:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(13, 51, 33, 0.12);
    color: inherit;
}
.fe-kv-proj__img {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #e8e4dc;
}
.fe-kv-proj__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fe-kv-proj__body {
    padding: 1rem 1.1rem 1.1rem;
}
.fe-kv-proj__badge {
    display: inline-block;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    padding: 0.2rem 0.45rem;
    border-radius: 0.2rem;
    margin-bottom: 0.4rem;
}
.fe-kv-proj__name {
    font-size: 1.05rem;
    margin: 0 0 0.4rem;
    line-height: 1.3;
    color: var(--primary, #0d3d2a);
}
.fe-kv-proj__loc {
    font-size: 0.82rem;
    color: var(--muted, #5c6c64);
    margin: 0 0 0.3rem;
}
.fe-kv-proj__loc i {
    color: var(--gold, #b9932c);
    margin-right: 0.25rem;
}
.fe-kv-proj__meta {
    margin: 0;
}
.fe-kv-proj__price {
    margin-top: 0.5rem;
    font-weight: 800;
    color: var(--gold, #9a7b2a);
    font-size: 1.05rem;
    font-family: "Playfair Display", Georgia, serif;
}
.fe-kv-tcard {
    background: #fff;
    border-radius: var(--fe-radius);
    overflow: hidden;
    border: 1px solid rgba(13, 51, 33, 0.1);
    box-shadow: 0 6px 20px rgba(13, 51, 33, 0.07);
}
.fe-kv-tcard__img {
    aspect-ratio: 3/4;
    max-height: 12rem;
    overflow: hidden;
    background: #e8e4dc;
}
.fe-kv-tcard__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fe-kv-tcard__body {
    padding: 0.6rem 0.65rem 0.8rem;
}
.fe-kv-tcard__zone {
    display: block;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--gold, #9a7b2a);
    margin-bottom: 0.2rem;
}
.fe-kv-tcard__name {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--primary, #0d3d2a);
    line-height: 1.2;
    margin-bottom: 0.15rem;
}
.fe-kv-tcard__role {
    font-size: 0.7rem;
    color: var(--muted, #5c6c64);
    margin: 0;
    line-height: 1.35;
}
.fe-kv-newscard {
    background: #fff;
    border-radius: var(--fe-radius);
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(13, 51, 33, 0.08);
    transition: box-shadow 0.15s ease, transform 0.12s ease;
}
a:hover .fe-kv-newscard {
    box-shadow: 0 8px 28px rgba(13, 51, 33, 0.1);
    transform: translateY(-1px);
}
.fe-kv-newscard__img {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #e8e4dc;
}
.fe-kv-newscard__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fe-kv-newscard__body {
    padding: 0.85rem 1rem 1.1rem;
}
.fe-kv-newscat {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted, #5c6c64);
    margin-bottom: 0.35rem;
    font-weight: 700;
}
.fe-kv-newstitle {
    color: var(--text, #111);
    font-weight: 800;
    font-size: 0.92rem;
    line-height: 1.45;
    margin-bottom: 0.45rem;
    min-height: 2.6em;
}
.fe-kv-trust {
    padding: 2.25rem 0 2.5rem;
    background: linear-gradient(180deg, #f7f4ec 0%, #fff 100%);
}
.fe-kv-trust__row {
    text-align: center;
}
@media (min-width: 768px) {
    .fe-kv-trust__row {
        text-align: start;
    }
}
.fe-kv-trust__item {
    background: #fff;
    border-radius: var(--fe-radius);
    padding: 1.1rem 1.1rem;
    border: 1px solid rgba(13, 51, 33, 0.1);
    height: 100%;
    box-shadow: 0 4px 16px rgba(13, 51, 33, 0.05);
}
.fe-kv-trust__item i {
    color: var(--primary, #0d3d2a);
    font-size: 1.35rem;
    margin-bottom: 0.45rem;
    display: block;
    opacity: 0.9;
}
.fe-kv-trust__item strong {
    display: block;
    color: var(--primary, #0d3d2a);
    font-size: 0.92rem;
    margin-bottom: 0.3rem;
}
.fe-kv-trust__item p {
    font-size: 0.86rem;
    color: var(--muted, #5c6c64);
    line-height: 1.5;
    margin: 0;
}
.fe-kv-cta {
    background: #fff;
    padding: 2.5rem 0 2.75rem;
}
.fe-kv-cta__title {
    font-size: clamp(1.1rem, 1.6vw, 1.4rem);
    color: var(--primary, #0d3d2a);
    margin-bottom: 0.5rem;
}
.fe-kv-cta__sub {
    font-size: 0.9rem;
    margin-bottom: 1.1rem;
}
a.fe-kv-cta--large,
.fe-kv-cta--large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: 0.8rem 2.25rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: var(--primary, #0d3d2a);
    border-radius: 0.5rem;
    box-shadow: 0 4px 18px rgba(13, 51, 33, 0.2);
    transition: background 0.12s ease, transform 0.12s ease;
}
a.fe-kv-cta--large:hover,
.fe-kv-cta--large:hover {
    color: #fff;
    background: var(--primary-light, #1a4d36);
    transform: translateY(-1px);
}

/* Phân trang (FE) */
.fe-listing-pager .fe-page-pagination .page-link,
.fe-kv-listings .fe-page-pagination .page-link {
    color: var(--primary, #0d3d2a);
    border-color: rgba(13, 51, 33, 0.2);
    background: #fff;
}
.fe-listing-pager .page-item.active .page-link,
.fe-kv-listings .page-item.active .page-link {
    background: var(--primary, #0d3d2a);
    color: #fff;
    border-color: var(--primary, #0d3d2a);
}
.fe-page-pagination-meta {
    margin-top: 0.5rem;
}

/* ─── Tin tức: bài viết pro ─── */
.fe-article-wrap {
    background: var(--cream);
    padding: 0 0 0.25rem;
}
.fe-article-hero {
    max-width: 45rem;
    margin: 0 auto;
    padding: 0.5rem 0 1.25rem;
}
.fe-article-hero__media {
    border-radius: var(--fe-radius);
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(13, 51, 33, 0.1);
    margin-bottom: 1.25rem;
    aspect-ratio: 16/9;
    max-height: 24rem;
}
.fe-article-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fe-article-hero__cat {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary);
    background: rgba(26, 92, 58, 0.08);
    border: 1px solid rgba(26, 92, 58, 0.12);
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}
.fe-article-hero h1 {
    font-size: clamp(1.3rem, 2.2vw, 1.9rem);
    color: #111;
    margin: 0 0 0.65rem;
}
.fe-article-meta {
    color: var(--muted);
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}
.fe-article-meta i {
    color: var(--primary);
    margin-right: 0.35rem;
}
.fe-article-body {
    background: #fff;
    padding: 0 0 2.5rem;
}
.fe-article-prose {
    max-width: 42rem;
    margin: 0 auto;
    padding-top: 0.5rem;
    font-size: 1.02rem;
    line-height: 1.85;
    color: #2a2a2a;
}
.fe-article-prose .fe-article-content {
    line-height: 1.85;
}
.fe-article-prose p {
    margin-bottom: 1.1em;
}
.fe-article-prose h2,
.fe-article-prose h3 {
    font-family: Georgia, "Times New Roman", ui-serif, serif;
    color: var(--primary-dark);
    font-size: 1.25em;
    margin: 1.4em 0 0.6em;
    font-weight: 700;
}
.fe-article-prose a {
    color: #1d4ed8;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
.fe-article-prose blockquote {
    border-left: 3px solid var(--gold);
    margin: 1.2em 0;
    padding: 0.2em 0 0.2em 1.1em;
    color: var(--muted);
    font-style: italic;
}
.fe-article-body-media {
    margin: 1.6rem 0 0;
    border-radius: var(--fe-radius);
    overflow: hidden;
    border: 1px solid rgba(13, 51, 33, 0.14);
    background: #fff;
    box-shadow: 0 14px 34px rgba(13, 51, 33, 0.1);
}
.fe-article-body-media img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.fe-article-body-media figcaption {
    margin: 0;
    padding: 0.55rem 0.85rem 0.6rem;
    font-size: 0.78rem;
    line-height: 1.35;
    color: var(--muted);
    background: #f8f6f1;
    border-top: 1px solid rgba(13, 51, 33, 0.08);
}
.fe-article-bar {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}
@media (min-width: 576px) {
    .fe-article-bar {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}
.fe-article-related {
    background: var(--cream);
    padding: 0 0 2.5rem;
}
.fe-related-title {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0.9rem;
}
a.fe-related-card,
.fe-related-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 0.6rem;
    border: 1px solid rgba(26, 92, 58, 0.1);
    overflow: hidden;
    height: 100%;
    transition: box-shadow 0.12s, transform 0.12s;
}
.fe-related-card:hover {
    box-shadow: 0 10px 30px rgba(13, 51, 33, 0.12);
    transform: translateY(-2px);
    color: inherit;
}
.fe-related-card__img {
    aspect-ratio: 16/10;
    background: #e8e3da;
    overflow: hidden;
}
.fe-related-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fe-related-card__body {
    padding: 0.8rem 0.85rem 1rem;
}
.fe-related-card h3 {
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    color: var(--text);
    font-family: "Be Vietnam Pro", sans-serif;
}
.fe-related-card__date {
    font-size: 0.75rem;
    color: var(--muted);
    margin-top: 0.4rem;
}

/* Chi tiết tin: 2 cột nội dung + sidebar */
.fe-article-body-row {
    padding-top: 0.5rem;
}
.fe-article-main {
    min-width: 0;
}
.fe-article-prose--detail {
    max-width: none;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.fe-article-side {
    position: relative;
}
@media (min-width: 992px) {
    .fe-article-side {
        position: sticky;
        top: 1.1rem;
        align-self: flex-start;
    }
}
.fe-side-widget {
    background: #fff;
    border: 1px solid rgba(26, 92, 58, 0.1);
    border-radius: 0.6rem;
    padding: 1rem 1rem 1.05rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.fe-side-widget:last-child {
    margin-bottom: 0;
}
.fe-side-widget__title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 0.9rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(26, 92, 58, 0.1);
}
.fe-side-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fe-side-list__li + .fe-side-list__li {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.fe-side-tile {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    text-decoration: none;
    color: var(--text);
    transition: color 0.15s;
    font-size: 0.88rem;
    line-height: 1.45;
}
.fe-side-tile:hover,
.fe-side-tile:focus-visible {
    color: var(--primary);
}
.fe-side-tile__img {
    width: 72px;
    min-width: 72px;
    height: 50px;
    border-radius: 0.3rem;
    overflow: hidden;
    background: #e8e3da;
    flex-shrink: 0;
}
.fe-side-tile__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fe-side-tile__h {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    margin: 0 0 0.2rem 0;
}
.fe-side-tile__date {
    display: block;
    font-size: 0.72rem;
    color: var(--muted);
}
.fe-side-cats {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fe-side-cats li + li {
    margin-top: 0.2rem;
}
.fe-side-cat {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    color: #444;
    font-size: 0.9rem;
    padding: 0.35rem 0.2rem 0.35rem 0;
    border-radius: 0.25rem;
    transition: background 0.12s, color 0.12s, padding-left 0.12s;
}
.fe-side-cat i {
    color: var(--primary);
    width: 1.1rem;
    text-align: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}
.fe-side-cat .fe-side-cat__n {
    margin-left: auto;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 600;
}
.fe-side-cat:hover,
.fe-side-cat:focus-visible,
.fe-side-cat.is-current {
    color: var(--primary);
    background: rgba(26, 92, 58, 0.07);
    padding-left: 0.45rem;
}
.fe-side-ad__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.4rem;
}
.fe-side-ad--placeholder {
    border: 1px dashed rgba(26, 92, 58, 0.2);
    background: linear-gradient(150deg, rgba(26, 92, 58, 0.04), #faf8f3);
    padding: 1rem 1.1rem;
    border-radius: 0.5rem;
    text-align: left;
}
.fe-side-ad__ph-t {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--primary);
    margin: 0 0 0.35rem 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.fe-side-ad__ph-d {
    font-size: 0.8rem;
    color: var(--muted);
    margin: 0 0 0.6rem 0;
    line-height: 1.5;
}
.fe-side-ad__ph-cta {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary);
}
a.fe-side-ad__ph-a:hover .fe-side-ad__ph-cta,
a.fe-side-ad__ph-a:focus-visible .fe-side-ad__ph-cta {
    text-decoration: underline;
}

/* Bài cùng mục — Owl + khoảng cách rõ hơn */
.fe-related-section-inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.fe-related-owl-wrap {
    margin: 0 -0.5rem;
    padding: 0.25rem 2.5rem 2.25rem;
    position: relative;
}
@media (min-width: 992px) {
    .fe-article-related {
        padding: 0 0 2.25rem;
    }
    .fe-related-title {
        margin-bottom: 1.1rem;
    }
}
.fe-related-owl .item {
    padding: 0 2px 6px;
    height: 100%;
}
.fe-related-owl .fe-related-item {
    height: 100%;
    display: flex;
}
.fe-related-owl .fe-related-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 0.5rem;
}
.fe-related-owl .fe-related-card__body {
    padding: 0.75rem 0.8rem 0.95rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.fe-related-owl .fe-related-card h3 {
    font-size: 0.9rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    min-height: 0;
}
.fe-related-owl .fe-related-card__date {
    margin-top: auto;
    padding-top: 0.35rem;
}
@media (max-width: 575.98px) {
    .fe-related-owl-wrap {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }
}
.fe-related-owl {
    position: static;
}
.fe-related-owl .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    margin: 0 !important;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    transform: translateY(-25%);
}
.fe-related-owl .owl-nav button {
    position: static;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--primary) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(26, 92, 58, 0.2) !important;
    line-height: 1 !important;
    font-size: 0.85rem !important;
    margin: 0 !important;
    opacity: 0.95;
    pointer-events: auto;
    transition: box-shadow 0.12s, opacity 0.12s, transform 0.12s;
    transform: none;
    top: auto;
}
.fe-related-owl .owl-nav button:hover {
    opacity: 1;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    transform: scale(1.05);
}
.fe-related-owl .owl-nav button.disabled {
    opacity: 0.25;
    pointer-events: none;
}
.fe-related-owl .owl-dots {
    text-align: center;
    margin-top: 0.2rem;
}
.fe-related-owl .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 4px 5px;
    background: #d0ccc4;
}
.fe-related-owl .owl-dots .owl-dot.active span {
    background: var(--primary);
    width: 22px;
    border-radius: 6px;
}
/* ─── Dự án: nền xanh đậm, CTA vàng ─── */
.fe-project-page {
    background: var(--primary-dark);
    color: #fff;
    padding: 0 0 0.5rem;
}
.fe-project-hero {
    padding: 2rem 0 1.25rem;
}
@media (min-width: 992px) {
    .fe-project-hero {
        padding: 2.5rem 0 1.5rem;
    }
}
.fe-project-hero__media {
    border-radius: var(--fe-radius);
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
    .fe-project-hero__media {
        margin-bottom: 0;
    }
}
.fe-project-hero__media img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
}
.fe-project-eyebrow {
    color: var(--gold-light);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.fe-project-hero h1 {
    color: #fff;
    font-size: clamp(1.35rem, 2.5vw, 2.05rem);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
    margin: 0 0 0.5rem;
}
.fe-project-hero .fe-project-location {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    margin-bottom: 0.65rem;
}
.fe-project-hero .fe-project-location i {
    color: var(--gold);
    margin-right: 0.4rem;
}
.fe-project-price {
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 800;
    color: var(--gold-light);
    letter-spacing: 0.02em;
    margin-bottom: 1.1rem;
}
.fe-project-meta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem 1rem;
    margin-bottom: 1.4rem;
}
@media (min-width: 500px) {
    .fe-project-meta-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.fe-project-meta {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.9rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
    padding: 0.4rem 0.15rem 0.4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 500px) {
    .fe-project-meta:nth-of-type(1),
    .fe-project-meta:nth-of-type(2) {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 0.5rem;
    }
}
.fe-project-meta i {
    color: var(--gold);
    width: 1.1rem;
    text-align: center;
    margin-top: 0.1rem;
    flex-shrink: 0;
}
a.fe-project-cta--gold,
.fe-project-cta--gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 22rem;
    min-height: 3rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0.45rem;
    color: var(--primary-dark);
    background: linear-gradient(180deg, #e6bc72 0%, #c8973c 100%);
    border: none;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    transition: filter 0.12s, transform 0.12s;
}
a.fe-project-cta--gold:hover,
.fe-project-cta--gold:hover {
    color: var(--primary-dark);
    filter: brightness(1.05);
    transform: translateY(-1px);
}
.fe-project-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.8rem 0 1.25rem;
}
.fe-project-footer a {
    color: var(--gold-light);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}
.fe-project-footer a:hover {
    text-decoration: underline;
}
.fe-project-footer a i {
    margin-right: 0.4rem;
}
