/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* ============================================================
HỘI DOANH NGHIỆP GIAO THƯƠNG VIỆT - TRUNG TẠI THANH HOÁ
CSS Tối ưu hóa cho Flatsome & UX Builder
============================================================ */

/* Tự động tải Font chữ đặc trưng */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700&family=Noto+Serif+Display:ital,wght@0,400;0,500;0,600;1,400&family=Noto+Serif+SC:wght@500;700&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
    --red: #9B1B30;
    /* deep oxblood — primary */
    --red-deep: #6E1322;
    /* darker oxblood */
    --red-soft: #C24359;
    --gold: #C9A24B;
    /* champagne gold */
    --gold-soft: #E2C679;
    --gold-deep: #8C6F2A;
    --navy: #0E2A47;
    /* deep navy from waves */
    --navy-2: #14365A;
    --tech-blue: #1F6FB2;
    /* tech accent */

    /* Neutrals */
    --ivory: #FAF7F2;
    --paper: #F4EFE6;
    --line: #E6DFD2;
    --ink: #1B1B1F;
    --ink-2: #2E2E33;
    --muted: #6A6660;

    /* Type Definitions */
    --serif: "Noto Serif Display", "Cormorant Garamond", "Times New Roman", serif;
    --sans: "Be Vietnam Pro", "Inter", system-ui, sans-serif;
    --cn: "Noto Serif SC", "Noto Sans SC", serif;
    --mono: "JetBrains Mono", ui-monospace, monospace;

    --radius: 14px;
    --radius-lg: 22px;
    --shadow-sm: 0 1px 2px rgba(14, 42, 71, 0.06), 0 1px 4px rgba(14, 42, 71, 0.04);
    --shadow: 0 12px 32px -16px rgba(14, 42, 71, 0.25), 0 4px 12px -8px rgba(14, 42, 71, 0.18);
    --shadow-lg: 0 30px 80px -40px rgba(14, 42, 71, 0.45), 0 8px 24px -12px rgba(14, 42, 71, 0.18);
}

body {
    margin: 0;
    font-family: var(--sans);
    font-weight: 400;
    color: var(--ink);
    background: var(--ivory);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    display: block;
}

img[width="16"] {
    width: 16px;
    display: inline-block;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
    cursor: pointer;
}

.eyebrow {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--red);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--gold);
}

.eyebrow.center::after {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--gold);
}

h1,
h2,
h3,
h4 {
    font-family: var(--serif);
    font-weight: 500;
    color: var(--ink);
    letter-spacing: -0.01em;
}

h1 {
    font-size: clamp(30px, 5.6vw, 60px);
    line-height: 1.04;
    margin: 0;
}

h2 {
    font-size: clamp(26px, 3.6vw, 40px);
    line-height: 1.1;
    margin: 0 0 14px;
}

h3 {
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 8px;
}

h4 {
    font-size: 17px;
    margin: 0 0 6px;
    font-family: var(--sans);
    font-weight: 600;
    letter-spacing: 0;
}

a.lead,
p.lead {
    font-size: 18px;
    color: var(--ink-2);
    line-height: 1.65;
}

.button:not(.ux-search-submit),
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    border: 1px solid transparent;
    transition: all .25s ease;
    white-space: nowrap;
}

.button.primary:not(.is-outline),
.btn-primary {
    background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%);
    color: #fff;
    box-shadow: 0 8px 20px -8px rgba(155, 27, 48, .6);
}

.button.primary:not(.is-outline),
.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px -10px rgba(155, 27, 48, .65);
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold-soft), var(--gold) 60%, var(--gold-deep));
    color: #1B1B1F;
}

.btn-gold:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.btn-ghost {
    background: transparent;
    color: var(--ink);
    border-color: var(--line);
}

.btn-ghost:hover {
    background: var(--paper);
    border-color: var(--gold);
    color: var(--red);
}

.btn-ghost-light {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border-color: rgba(255, 255, 255, .3);
    backdrop-filter: blur(8px);
}

.btn-ghost-light:hover {
    background: rgba(255, 255, 255, .16);
    border-color: var(--gold);
}

.header-nav>li>a {
    font-weight: 500;
    letter-spacing: 0;
}

/* --- Thiết lập Typography bổ trợ (Không đè thiết lập mặc định của Flatsome) --- */
.custom-font-serif {
    font-family: var(--serif) !important;
    font-weight: 500;
}

.custom-font-sans {
    font-family: var(--sans) !important;
}

.custom-font-cn {
    font-family: var(--cn) !important;
}

/* Custom Headings áp dụng cho nội dung */

.lead-custom {
    font-size: 18px;
    color: var(--ink-2);
    line-height: 1.65;
    font-family: var(--sans);
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.brand img {
    height: 54px;
    width: auto;
}

.brand .b-txt {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand .b-txt .b1 {
    font-family: var(--serif);
    font-size: 18px;
    color: var(--red);
    font-weight: 600;
    letter-spacing: .04em;
}

.brand .b-txt .b2 {
    font-size: 14px;
    color: var(--muted);
    letter-spacing: .08em;
    text-transform: uppercase;
}


/* --- Hiệu ứng chữ chạy (Marquee) mượt mà --- */
.hero-marquee {
    background: var(--navy);
    color: var(--gold-soft);
    padding: 14px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
}

.marq {
    overflow: hidden;
    width: 100%;
}

.marq-track {
    display: inline-flex;
    gap: 42px;
    align-items: center;
    white-space: nowrap;
    animation: scroll 40s linear infinite;
    font-family: var(--serif);
    font-size: 14px;
    letter-spacing: .15em;
}

.marq-track .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
    display: inline-block;
    flex: none;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* --- Đông Sơn drum decorative pattern (Họa tiết Trống đồng định vị tuyệt đối) --- */
.dongson {
    position: absolute;
    pointer-events: none;
    opacity: .06;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    color: var(--gold);
    background:
        radial-gradient(circle, transparent 38%, currentColor 38.5%, currentColor 39%, transparent 39.5%),
        radial-gradient(circle, transparent 48%, currentColor 48.5%, currentColor 49%, transparent 49.5%),
        radial-gradient(circle, transparent 58%, currentColor 58.5%, currentColor 59%, transparent 59.5%),
        conic-gradient(from 0deg, currentColor 0 2deg, transparent 2deg 22.5deg, currentColor 22.5deg 24.5deg, transparent 24.5deg 45deg);
    -webkit-mask: radial-gradient(circle, black 0 49%, transparent 50%);
    mask: radial-gradient(circle, black 0 49%, transparent 50%);
    z-index: 1;
}

/* --- Hero Badges --- */
.hs-badge {
    position: absolute;
    bottom: 18px;
    left: 18px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: rgba(250, 247, 242, 0.95);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--red);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    z-index: 3;
}

.hs-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 4px rgba(155, 27, 48, .18);
    animation: pulseBadge 1.2s infinite alternate;
}

@keyframes pulseBadge {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

/* --- Custom Cards phục vụ cho danh mục và dịch vụ --- */
.svc-grid-row .col-inner,
.svc-card-custom {
    height: 100%;
}

.svc-card-custom {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 32px 26px 28px;
    transition: all .35s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
}

.svc-card-custom:hover {
    transform: translateY(-6px);
    border-color: var(--gold);
    box-shadow: var(--shadow);
    background: linear-gradient(180deg, #fff 0%, #fdf6e3 100%);
}

.svc-card-custom:hover .svc-icon-box {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}

.svc-num-label {
    position: absolute;
    top: 18px;
    right: 22px;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--gold-deep);
    letter-spacing: .1em;
}

.svc-icon-box {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fdf6e3, #f1e3b8);
    border: 1px solid #e9d79a;
    color: var(--red);
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    transition: all .25s ease;
    font-size: 22px;
}

/* --- Danh bạ doanh nghiệp & Hội viên (Member Cards) --- */
.mem-card-custom {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all .3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mem-card-custom:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: var(--gold);
}

.mem-card-image {
    aspect-ratio: 5/3;
    background-size: cover;
    background-position: center;
    position: relative;
}

.mem-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25) 100%);
}

.mem-card-body {
    padding: 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mem-card-body h3 {
    font-family: var(--serif);
    font-size: 18px;
    margin: 10px 0 8px;
    line-height: 1.3;
}

.mem-meta-info {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--muted);
    margin-top: auto;
}

/* Thẻ định danh phân ngành (Pills) */
.custom-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.custom-pill.red {
    background: rgba(155, 27, 48, 0.08);
    color: var(--red);
    border: 1px solid rgba(155, 27, 48, 0.18);
}

.custom-pill.gold {
    background: rgba(201, 162, 75, 0.12);
    color: var(--gold-deep);
    border: 1px solid rgba(201, 162, 75, 0.32);
}

.custom-pill.navy {
    background: rgba(14, 42, 71, 0.08);
    color: var(--navy);
    border: 1px solid rgba(14, 42, 71, 0.18);
}

.custom-pill.green {
    background: rgba(34, 120, 76, 0.1);
    color: #22784C;
    border: 1px solid rgba(34, 120, 76, 0.22);
}

/* --- Bản đồ giao thương SVG --- */
.trade-map-wrap {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(201, 162, 75, 0.18);
    border-radius: 24px;
    padding: 24px;
    position: relative;
    z-index: 2;
}

.map-svg {
    width: 100%;
    height: auto;
    display: block;
}

.stats-grid .stat {
    position: relative;
}

.stat .num {
    font-family: var(--serif);
    font-size: clamp(40px, 4.8vw, 64px);
    color: var(--gold-soft);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
}

.stat .num .plus {
    color: var(--gold);
}

.stat .lab {
    font-size: 13.5px;
    color: #B8C5D6;
    margin-top: 10px;
    letter-spacing: .04em;
}

.ts-num {
    font-family: var(--serif);
    font-size: 36px;
    color: var(--gold-soft);
    line-height: 1;
}

.ts-num span {
    font-size: 16px;
    color: #9FB0C6;
    margin-left: 4px;
    font-family: var(--sans);
    font-weight: 500;
}

.ts-lab {
    font-size: 13px;
    color: #9FB0C6;
    margin-top: 8px;
    max-width: 200px;
}

/* --- Hệ thống hiệu ứng Reveal On Scroll đồng bộ --- */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .8s cubic-bezier(0.16, 1, 0.3, 1), transform .8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
}

.reveal.d1 {
    transition-delay: .08s;
}

.reveal.d2 {
    transition-delay: .16s;
}

.reveal.d3 {
    transition-delay: .24s;
}

.reveal.d4 {
    transition-delay: .32s;
}

.reveal.d5 {
    transition-delay: .40s;
}

/* --- Testimonial Quote --- */
.testi-quote-mark-custom {
    position: absolute;
    top: -60px;
    left: -10px;
    font-family: var(--serif);
    font-size: 200px;
    line-height: 1;
    color: var(--gold-soft);
    opacity: .4;
    pointer-events: none;
    z-index: 1;
}

.testi-text-custom {
    font-family: var(--serif);
    font-size: 28px;
    line-height: 1.45;
    color: var(--ink);
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

/* ── Badge / pill ─────────────────────────────────────────── */
.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(155, 27, 48, 0.08);
    color: var(--red);
    border: 1px solid rgba(155, 27, 48, 0.18);
}

.pill.gold {
    background: rgba(201, 162, 75, 0.12);
    color: var(--gold-deep);
    border-color: rgba(201, 162, 75, 0.32);
}

.pill.navy {
    background: rgba(14, 42, 71, 0.08);
    color: var(--navy);
    border-color: rgba(14, 42, 71, 0.18);
}

.pill.green {
    background: rgba(34, 120, 76, 0.1);
    color: #22784C;
    border-color: rgba(34, 120, 76, 0.22);
}

/* ── Misc ─────────────────────────────────────────────────── */
hr.gold {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 48px 0;
}

.kicker-line {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--gold-soft);
}

.kicker-line::before,
.kicker-line::after {
    content: "";
    width: 30px;
    height: 1px;
    background: var(--gold);
}

/* ─── HERO ─── */
.hero>.section-content {
    position: relative;
    padding: 80px 0 0 !important;
    overflow: hidden;
    background: var(--ivory);
}

.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.hero-grad {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 500px at 85% 30%, rgba(155, 27, 48, 0.06), transparent 60%),
        radial-gradient(700px 400px at 10% 70%, rgba(14, 42, 71, 0.05), transparent 70%);
}

.hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 200px;
}

.hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 60px;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 80px;
}

.hero-copy h1 {
    margin-top: 20px;
}

.hl-red {
    color: var(--red);
    position: relative;
}

.hl-red::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 10px;
    background: linear-gradient(90deg, rgba(201, 162, 75, 0.4), rgba(201, 162, 75, 0));
    border-radius: 4px;
    z-index: -1;
}

.hl-gold {
    color: var(--gold-deep);
    font-style: italic;
}

.hero-copy .lead {
    margin-top: 24px;
    max-width: 580px;
}

.hero-cta {
    display: flex;
    gap: 14px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.hero-trust {
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px dashed var(--line);
}

.hero-trust>span {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted);
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.trust-chip {
    font-size: 12.5px;
    padding: 6px 12px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--ink-2);
}

.hero-side {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hs-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 14px;
    box-shadow: var(--shadow);
}

.hs-photo {
    position: relative;
    padding: 0;
    overflow: visible;
}

.hs-photo .ph {
    border-radius: 18px;
}

.hs-badge {
    position: absolute;
    bottom: 18px;
    left: 18px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: rgba(250, 247, 242, 0.95);
    backdrop-filter: blur(8px);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--red);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}

.hs-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 4px rgba(155, 27, 48, .18);
    animation: fadeIn 1s infinite alternate;
}

.hs-mini {
    padding: 22px 24px;
    display: flex;
    gap: 24px;
    align-items: center;
}

.hs-mini-row {
    flex: 1;
}

.hs-mini-num {
    font-family: var(--serif);
    font-size: 36px;
    color: var(--navy);
    line-height: 1;
}

.hs-mini-num span {
    color: var(--gold);
    font-size: 24px;
}

.hs-mini-lab {
    font-size: 12px;
    color: var(--muted);
    margin-top: 8px;
    line-height: 1.4;
}

.hs-mini-sep {
    width: 1px;
    height: 48px;
    background: var(--line);
}

/* marquee */
.hero-marquee {
    background: var(--navy);
    color: var(--gold-soft);
    padding: 14px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.marq {
    overflow: hidden;
}

.marq-track {
    display: inline-flex;
    gap: 42px;
    align-items: center;
    white-space: nowrap;
    animation: scroll 40s linear infinite;
    font-family: var(--serif);
    font-size: 14px;
    letter-spacing: .15em;
}

.marq-track .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
    display: inline-block;
    flex: none;
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

/* ─── STATS STRIP ─── */
.stats-strip {
    background: linear-gradient(135deg, var(--navy) 0%, #07182c 100%);
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}

.stats-strip::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* ─── ABOUT ─── */
.about-sec {
    background: var(--ivory);
}

.about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.about-vis {
    position: relative;
}

.about-vis-stack {
    display: flex;
    flex-direction: column;
}

.about-vis-stack .ph:nth-child(2) {
    width: 75%;
    margin-left: auto;
    transform: translateY(-24px);
    position: relative;
    z-index: 2;
}

.about-vis-badge {
    position: absolute;
    top: -12px;
    right: -8px;
    background: #fff;
    border: 1px solid var(--gold);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: var(--shadow);
}

.avb-yr {
    font-size: 10px;
    letter-spacing: .2em;
    color: var(--gold-deep);
}

.avb-num {
    font-family: var(--serif);
    font-size: 38px;
    color: var(--red);
    line-height: 1;
    margin: 4px 0 2px;
}

.avb-sub {
    font-size: 10px;
    color: var(--muted);
    letter-spacing: .08em;
    padding: 0 12px;
}

.about-copy h2 {
    margin-top: 14px;
}

.bullets {
    list-style: none;
    padding: 0;
    margin: 32px 0 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bullets li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.bullets .b-ic {
    flex: none;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--gold-soft), var(--gold));
    color: var(--navy);
    display: grid;
    place-items: center;
    font-family: var(--serif);
    font-size: 15px;
    font-weight: 600;
}

.bullets li strong {
    color: var(--ink);
}

.bullets li>div {
    font-size: 15px;
    color: var(--ink-2);
    line-height: 1.6;
}

/* ─── SERVICES ─── */
.services-sec {
    background: linear-gradient(180deg, var(--paper) 0%, var(--ivory) 100%);
}

.svc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.svc-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 32px 26px 28px;
    transition: all .35s ease;
}

.svc-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold);
    box-shadow: var(--shadow);
}

.svc-card:hover .svc-icon {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}

.svc-num {
    position: absolute;
    top: 18px;
    right: 22px;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--gold-deep);
    letter-spacing: .1em;
}

.svc-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fdf6e3, #f1e3b8);
    border: 1px solid #e9d79a;
    color: var(--red);
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    transition: all .25s ease;
}

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

.svc-card p {
    font-size: 14.5px;
    color: var(--ink-2);
    line-height: 1.65;
    margin: 0 0 18px;
}

.svc-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--red);
    letter-spacing: .04em;
    transition: gap .2s;
    display: inline-flex;
    gap: 4px;
}

.svc-link:hover {
    gap: 10px;
}

.svc-feat {
    background: linear-gradient(180deg, #fff 0%, #fdf6e3 100%);
    border-color: var(--gold-soft);
}

/* ─── MEMBERS ─── */
.members-sec {
    background: var(--ivory);
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 0 36px;
}

.chip1,
.chip {
    background: #fff;
    border: 1px solid var(--line);
    color: var(--ink-2);
    border-radius: 999px;
    padding: 9px 18px;
    font-size: 13.5px;
    font-weight: 500;
    transition: all .2s ease;
}

.chip1:hover,
.chip:hover {
    border-color: var(--gold);
}

.chip1.on,
.chip.on {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}

/* Bộ lọc nhãn (Filter row) */
.vt-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
}

.vt-filter-row .chip-btn {
    background: #fff;
    border: 1px solid var(--line, #E6DFD2);
    color: var(--ink-2, #2E2E33);
    border-radius: 999px;
    padding: 10px 22px;
    font-size: 14.5px;
    font-weight: 500;
    transition: all .25s ease;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    line-height: 1.2;
    margin: 0;
}

.vt-filter-row .chip-btn:hover {
    border-color: var(--gold, #C9A24B);
    color: var(--red, #9B1B30);
}

.vt-filter-row .chip-btn.on {
    background: var(--red, #9B1B30);
    color: #fff;
    border-color: var(--red, #9B1B30);
}

/* Lưới hội viên (Grid layout) */
.vt-mem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

@media (max-width: 1024px) {
    .vt-mem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .vt-mem-grid {
        grid-template-columns: 1fr;
    }
}

/* Thẻ hội viên (Card style) */
.vt-mem-card {
    background: #fff;
    border: 1px solid var(--line, #E6DFD2);
    border-radius: var(--radius-lg, 22px);
    overflow: hidden;
    transition: all .35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: var(--shadow-sm);
}

.vt-mem-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: var(--gold, #C9A24B);
}

.vt-mem-photo {
    aspect-ratio: 16/10;
    background-size: cover;
    background-position: center;
    position: relative;
}

.vt-mem-body {
    padding: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Nhãn phân ngành trên thẻ */
.vt-mem-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
    width: fit-content;
}

/* Đồng bộ màu sắc thẻ phân ngành theo chuẩn ảnh chụp */
.vt-mem-pill.pill-red {
    background: rgba(155, 27, 48, 0.08);
    color: var(--red, #9B1B30);
}

.vt-mem-pill.pill-navy {
    background: rgba(14, 42, 71, 0.08);
    color: var(--navy, #0E2A47);
}

.vt-mem-pill.pill-green {
    background: rgba(34, 120, 76, 0.08);
    color: #22784C;
}

.vt-mem-pill.pill-gold {
    background: rgba(201, 162, 75, 0.12);
    color: var(--gold-deep, #8C6F2A);
}

.vt-mem-pill.pill-default {
    background: rgba(106, 102, 96, 0.08);
    color: var(--muted, #6A6660);
}

.vt-mem-body h3 {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.35;
    color: var(--ink, #1B1B1F);
}

.vt-mem-desc {
    font-size: 14px;
    color: var(--ink-2, #2E2E33);
    line-height: 1.6;
    margin-bottom: 16px;
    flex-grow: 1;
}

/* Lưới hiển thị thông số địa điểm và icon ở chân thẻ (Đồng bộ chuẩn ảnh thiết kế) */
.vt-mem-meta-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 8px 12px;
    font-size: 13px;
    color: var(--muted, #6A6660);
    margin-top: auto;
    border-top: 1px dashed var(--line, #E6DFD2);
    padding-top: 14px;
}

.vt-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-meta-item i {
    flex-shrink: 0;
    font-size: 14px;
}

.vt-meta-item i.icon-map-pin {
    color: var(--red-soft, #C24359);
}

.vt-meta-item i.fas,
.vt-meta-item i.fab {
    color: var(--tech-blue, #1F6FB2);
}

.vt-meta-item span {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Khối CTA liên kết chân trang */
.vt-mem-cta {
    text-align: center;
    margin-top: 30px;
}

.vt-mem-cta .btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    border: 1px solid var(--line, #E6DFD2);
    background: #FAF7F2;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink, #1B1B1F);
    transition: all .25s ease;
    cursor: pointer;
}

.vt-mem-cta .btn-cta:hover {
    background: #fff;
    border-color: var(--gold, #C9A24B);
    transform: translateY(-1px);
}

/* ─── TRADE DASHBOARD ─── */
.trade-sec {
    background:
        radial-gradient(800px 300px at 20% 30%, rgba(201, 162, 75, 0.12), transparent 60%),
        linear-gradient(135deg, #07182c 0%, var(--navy) 100%);
    color: #E8EEF6;
    position: relative;
}

.trade-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.trade-copy .eyebrow {
    color: var(--gold-soft);
}

.trade-copy .eyebrow::before {
    background: var(--gold-soft);
}

.trade-stats {
    display: flex;
    gap: 28px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.trade-map {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(201, 162, 75, 0.18);
    border-radius: 24px;
    padding: 24px;
}

.map-svg {
    width: 100%;
    height: auto;
}

/* ─── NEWS ─── */
.news-sec {
    background: var(--paper);
}

.news-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
}

.news-head h2 {
    margin-top: 14px;
}

.news-all {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: var(--red);
    font-weight: 600;
    font-size: 14px;
    transition: gap .2s;
}

.news-all:hover {
    gap: 12px;
}

.news-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
}

.news-feat {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all .3s ease;
}

.news-feat:hover {
    box-shadow: var(--shadow);
    border-color: var(--gold);
}

.news-feat-photo {
    aspect-ratio: 16/10;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.news-feat-body {
    padding: 32px 32px 36px;
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 14px;
}

.news-date {
    letter-spacing: .04em;
}

.news-read {
    padding-left: 14px;
    border-left: 1px solid var(--line);
}

.news-feat h3 {
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 14px;
}

.news-feat p {
    font-size: 15px;
    color: var(--ink-2);
    line-height: 1.7;
    margin: 0 0 18px;
}

.news-cta {
    color: var(--red);
    font-weight: 600;
    font-size: 14px;
}

.news-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.news-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 14px;
    transition: all .25s ease;
}

.news-item:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-sm);
}

.news-item-thumb {
    aspect-ratio: 1/1;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news-item h4 {
    font-family: var(--serif);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
    color: var(--ink);
}

.news-item .news-meta {
    margin: 6px 0 8px;
}

/* ─── TESTIMONIAL ─── */
.testi-sec {
    background: var(--ivory);
    padding: 120px 0;
}

.testi-wrap {
    max-width: 880px;
    position: relative;
}

.testi-quote-mark {
    position: absolute;
    top: -60px;
    left: -20px;
    font-family: var(--serif);
    font-size: 240px;
    line-height: 1;
    color: var(--gold-soft);
    opacity: .6;
    pointer-events: none;
}

.testi-text {
    font-family: var(--serif);
    font-size: 30px;
    line-height: 1.4;
    color: var(--ink);
    margin: 0 0 36px;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testi-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex: none;
}

.testi-name {
    font-weight: 600;
    font-size: 15px;
    color: var(--ink);
}

.testi-role {
    font-size: 13px;
    color: var(--muted);
    margin-top: 2px;
}

.testi-nav {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 48px;
}

.tn-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink-2);
    display: grid;
    place-items: center;
    transition: all .2s;
}

.tn-btn:hover {
    border-color: var(--red);
    color: var(--red);
}

.tn-dots {
    display: inline-flex;
    gap: 6px;
}

.tn-dots i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--line);
    transition: all .2s;
}

.tn-dots i.on {
    width: 24px;
    border-radius: 3px;
    background: var(--red);
}

/* ─── CTA STRIP ─── */
.cta-strip {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%);
    color: #fff;
    padding: 88px 0;
}

.cta-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 48px;
    align-items: center;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .svc-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mem-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trade-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .news-layout {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px 24px;
    }

    .stats-grid .stat:nth-child(2)::after {
        display: none;
    }

    .cta-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {

    .svc-grid,
    .mem-grid {
        grid-template-columns: 1fr;
    }

    .testi-text {
        font-size: 22px;
    }

    .testi-quote-mark {
        font-size: 160px;
        top: -40px;
    }

    .news-item {
        grid-template-columns: 1fr;
    }

    .news-item-thumb {
        aspect-ratio: 16/9;
    }

    .hero-side {
        display: none;
    }

    .hs-mini {
        flex-direction: column;
        gap: 18px;
    }

    .hs-mini-sep {
        width: 48px;
        height: 1px;
    }
}

.page-hero {
    background:
        radial-gradient(800px 300px at 80% 20%, rgba(201, 162, 75, 0.18), transparent 70%),
        linear-gradient(135deg, var(--navy) 0%, #07182c 100%);
    color: #fff;
    padding: 80px 0 88px;
    position: relative;
    overflow: hidden;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.page-hero .crumbs {
    font-size: 13px;
    color: #9FB0C6;
    margin-bottom: 18px;
    letter-spacing: .04em;
}

.page-hero .crumbs a:hover {
    color: var(--gold-soft);
}

.page-hero .crumbs .sep {
    margin: 0 8px;
    opacity: .4;
}

.page-hero h1 {
    font-size: clamp(34px, 4.4vw, 58px);
    color: #fff;
    max-width: 900px;
}

.page-hero .lead {
    color: #CBD7E6;
    max-width: 680px;
    margin-top: 18px;
}

/* ── search bar ── */
.search-bar {
    margin-top: 38px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    padding: 10px;
    display: grid;
    grid-template-columns: 1.8fr 1fr 0.9fr auto;
    gap: 8px;
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .5);
    max-width: 980px;
}

.sb-input {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    color: var(--muted);
    background: #fff;
    border-radius: 12px;
}

.sb-input input {
    flex: 1;
    border: none;
    outline: none !important;
    font-size: 15px;
    padding: 14px 0;
    font-family: var(--sans);
    color: var(--ink);
    background: transparent;
    margin: 0;
    padding: 5px 0;
    box-shadow: none !important;
    height: 48px;
}

.sb-sel {
    border: none;
    background: #fff;
    border-radius: 12px;
    padding: 0 14px;
    font-family: var(--sans);
    font-size: 14.5px;
    color: var(--ink);
    cursor: pointer;
    outline: none;
    margin: 0;
    height: 48px;
}

button.btn.btn-search {
    min-height: 0;
    line-height: 1.25;
    margin: 0;
    height: 48px;
}

/* ── stats bar ── */
.stats-bar {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 48px 0;
}

.sb-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.sb-stat {
    text-align: center;
    position: relative;
}

.sb-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 20%;
    height: 60%;
    width: 1px;
    background: var(--line);
}

.sb-num {
    font-family: var(--serif);
    font-size: 42px;
    color: var(--red);
    line-height: 1;
    letter-spacing: -0.02em;
}

.sb-num span {
    color: var(--gold);
    font-size: 28px;
}

.sb-lab {
    font-size: 11.5px;
    letter-spacing: .18em;
    color: var(--muted);
    margin-top: 10px;
    font-weight: 600;
}

/* ── industries ── */
.industries-sec {
    background: var(--ivory);
}

.ind-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ind-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 26px 24px 24px;
    transition: all .3s ease;
    cursor: pointer;
    overflow: hidden;
}

.ind-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.ind-card[data-color="gold"]::before {
    background: var(--gold);
}

.ind-card[data-color="navy"]::before {
    background: var(--navy);
}

.ind-card[data-color="green"]::before {
    background: #22784C;
}

.ind-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: transparent;
}

.ind-card:hover::before {
    transform: scaleX(1);
}

.ind-ic {
    width: 48px;
    height: 48px;
    color: var(--red);
    margin-bottom: 18px;
}

.ind-card[data-color="gold"] .ind-ic {
    color: var(--gold-deep);
}

.ind-card[data-color="navy"] .ind-ic {
    color: var(--navy);
}

.ind-card[data-color="green"] .ind-ic {
    color: #22784C;
}

.ind-ic svg {
    width: 100%;
    height: 100%;
}

.ind-name {
    font-family: var(--serif);
    font-size: 19px;
    color: var(--ink);
    margin-bottom: 6px;
}

.ind-meta {
    font-size: 12.5px;
    color: var(--muted);
}

.ind-arrow {
    position: absolute;
    bottom: 22px;
    right: 22px;
    color: var(--gold-deep);
    font-size: 18px;
    transition: transform .25s;
}

.ind-card:hover .ind-arrow {
    transform: translateX(4px);
}

/* ── directory ── */
.directory-sec {
    background: linear-gradient(180deg, var(--paper) 0%, var(--ivory) 100%);
}

.dir-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
}

.dir-header h2 {
    margin-top: 8px;
}

.dir-view-toggle {
    display: inline-flex;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 4px;
}

.vt-btn {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 8px 14px;
    border: none;
    background: transparent;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 500;
    color: var(--muted);
}

.vt-btn.on {
    background: var(--navy);
    color: #fff;
}

.dir-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line);
}

.dir-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.biz-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
}

.biz-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: var(--gold);
}

.biz-photo {
    aspect-ratio: 16/10;
}

.biz-body {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.biz-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -44px;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}

.biz-logo {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: var(--shadow-sm);
}

.biz-flag {
    font-size: 24px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    box-shadow: var(--shadow-sm);
    margin-top: 30px;
}

.biz-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.biz-card h3 {
    font-size: 17px;
    margin: 0 0 4px;
    line-height: 1.3;
}

.biz-cn {
    font-family: var(--cn);
    font-size: 13px;
    color: var(--gold-deep);
    margin-bottom: 10px;
}

.biz-body p {
    font-size: 13.5px;
    color: var(--ink-2);
    line-height: 1.55;
    margin: 0 0 14px;
    flex: 1;
}

.biz-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12.5px;
    color: var(--muted);
    padding: 12px 0;
    border-top: 1px solid var(--line);
}

.biz-meta div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.biz-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    margin-top: 6px;
}

.biz-foot a {
    font-size: 13px;
    font-weight: 600;
    color: var(--red);
}

.biz-rev {
    font-size: 11.5px;
    color: var(--gold-deep);
    letter-spacing: .06em;
}

.biz-rev i {
    font-style: normal;
    color: var(--ink-2);
    margin-left: 4px;
}

/* ── pagination ── */
ul.page-numbers,
.pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
    list-style: none;
    padding: 0;
}

ul.page-numbers li {
    display: inline-flex;
    margin: 0;
}

ul.page-numbers>li .page-numbers,
.pg-btn {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-2);
    transition: all .15s ease;
}

ul.page-numbers>li a:hover,
.pg-btn:hover,
ul.page-numbers>li span.page-numbers,
ul.page-numbers>li span:hover,
.pg-btn.on {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}

.pg-dots {
    color: var(--muted);
    padding: 0 6px;
}

/* ── opportunity board ── */
.opp-sec {
    background: var(--ivory);
}

.opp-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 32px;
}

.opp-tab {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-2);
}

.opp-tab.on {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

.opp-table {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.opp-head,
.opp-row {
    display: grid;
    grid-template-columns: 120px 1fr 220px 120px 120px;
    gap: 24px;
    padding: 18px 28px;
    align-items: center;
}

.opp-head {
    background: var(--paper);
    font-size: 11.5px;
    letter-spacing: .14em;
    font-weight: 600;
    color: var(--gold-deep);
    text-transform: uppercase;
}

.opp-row {
    border-top: 1px solid var(--line);
    font-size: 14px;
    transition: background .15s;
}

.opp-row:hover {
    background: #fbf8f1;
}

.otag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 10.5px;
    letter-spacing: .1em;
    font-weight: 600;
}

.otag.buy {
    background: rgba(31, 111, 178, .1);
    color: var(--tech-blue);
}

.otag.sell {
    background: rgba(34, 120, 76, .1);
    color: #22784C;
}

.otag.partner {
    background: rgba(155, 27, 48, .1);
    color: var(--red);
}

.opp-row strong {
    font-size: 14.5px;
    color: var(--ink);
    display: block;
    margin-bottom: 4px;
}

.opp-sub {
    font-size: 12.5px;
    color: var(--muted);
    line-height: 1.5;
}

.opp-co {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: var(--ink);
}

.opp-loc {
    display: block;
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 2px;
}

.opp-date {
    font-size: 12.5px;
    color: var(--muted);
    font-family: var(--mono);
}

.opp-cta {
    font-size: 13px;
    font-weight: 600;
    color: var(--red);
}

.opp-cta:hover {
    text-decoration: underline;
}

.opp-cta-row {
    margin-top: 36px;
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── join cta ── */
.join-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #07182c 0%, var(--navy) 100%);
    color: #fff;
    padding: 96px 0;
}

.join-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: center;
}

.join-bens {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 15px;
    color: #CBD7E6;
}

.join-bens li {
    display: flex;
    gap: 10px;
}

.join-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.join-right1 a.button.secondary {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.join-fee {
    margin-top: 14px;
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(201, 162, 75, 0.3);
    text-align: center;
}

.jf-lab {
    font-size: 11.5px;
    letter-spacing: .16em;
    color: var(--gold-soft);
    text-transform: uppercase;
}

.jf-num {
    font-family: var(--serif);
    font-size: 38px;
    color: #fff;
    line-height: 1;
    margin: 10px 0 8px;
}

.jf-num span {
    font-size: 18px;
    color: var(--gold);
    margin-left: 2px;
}

.jf-sub {
    font-size: 12px;
    color: #9FB0C6;
}

/* ── responsive ── */
@media (max-width: 1100px) {
    .search-bar {
        grid-template-columns: 1fr 1fr;
    }

    .ind-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dir-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sb-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 36px 24px;
    }

    .sb-stat:nth-child(3)::after {
        display: none;
    }

    .opp-head,
    .opp-row {
        grid-template-columns: 90px 1fr 160px;
    }

    .opp-head>div:nth-child(4),
    .opp-head>div:nth-child(5),
    .opp-row>div:nth-child(4),
    .opp-row>div:nth-child(5) {
        display: none;
    }

    .join-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .search-bar {
        grid-template-columns: 1fr;
    }

    .ind-grid,
    .dir-grid {
        grid-template-columns: 1fr;
    }

    .sb-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sb-stat::after {
        display: none !important;
    }

    .opp-head,
    .opp-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .opp-head {
        display: none;
    }

    .dir-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
}

/* ============================================================
TIN TỨC & SỰ KIỆN VIỆT - TRUNG (Đồng bộ nguyên bản)
============================================================ */

/* ── news hero ── */
.news-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(900px 400px at 90% 30%, rgba(201, 162, 75, 0.1), transparent 60%),
        linear-gradient(135deg, #07182c 0%, var(--navy) 100%);
    color: #fff;
    padding: 64px 0 96px;
}

.news-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.news-hero .crumbs {
    color: #9FB0C6;
    font-size: 13px;
    margin-bottom: 32px;
    letter-spacing: .04em;
}

.news-hero .crumbs a:hover {
    color: var(--gold-soft);
}

.nh-head {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 48px;
    align-items: end;
    margin-bottom: 56px;
}

.nh-head h1 {
    font-size: clamp(40px, 5vw, 68px);
    color: #fff;
    margin-top: 16px;
}

.nh-head .lead {
    color: #CBD7E6;
    max-width: 560px;
    margin-top: 18px;
}

.nh-sub {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
}

.nh-sub-card {
    flex: 1;
    max-width: 170px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(201, 162, 75, .25);
    border-radius: 16px;
    padding: 22px;
}

.nh-sub-card.alt {
    background: rgba(155, 27, 48, .16);
    border-color: rgba(194, 67, 89, .4);
}

.nh-sub-num {
    font-family: var(--serif);
    font-size: 44px;
    color: var(--gold-soft);
    line-height: 1;
}

.nh-sub-card.alt .nh-sub-num {
    color: #fff;
}

.nh-sub-lab {
    font-size: 12px;
    color: #CBD7E6;
    margin-top: 10px;
    line-height: 1.4;
}

/* featured */
.featured {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 162, 75, 0.22);
    border-radius: 24px;
    overflow: hidden;
    transition: all .3s ease;
}

.featured:hover {
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.05);
}

.featured-photo {
    aspect-ratio: auto;
    min-height: 100%;
    height: auto;
}

.featured-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.featured-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.featured-date {
    font-size: 12px;
    color: #9FB0C6;
    letter-spacing: .04em;
}

.featured h2 {
    color: #fff;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.22;
    margin-bottom: 18px;
}

.featured p {
    color: #CBD7E6;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 32px;
    flex: 1;
}

.featured-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    flex-wrap: wrap;
    gap: 16px;
}

.featured-author {
    display: flex;
    gap: 10px;
    align-items: center;
}

.fa-avt {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex: none;
}

.fa-name {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.fa-role {
    font-size: 11.5px;
    color: #9FB0C6;
    margin-top: 2px;
}

.featured-cta {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--gold-soft);
    font-size: 13.5px;
    font-weight: 600;
    transition: gap .2s;
}

.featured:hover .featured-cta {
    gap: 14px;
}

/* ── category bar ── */
.cat-bar {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 24px 0;
    /*position: sticky;*/
    /*top: 84px;*/
    z-index: 30;
}

.cat-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

.cat-label {
    font-size: 16px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 600;
    flex: none;
}

.cat-chips {
    display: flex;
    gap: 8px;
    flex: 1;
    overflow-x: auto;
    padding-bottom: 2px;
}

/* .cat-chips::-webkit-scrollbar { display: none; } */
.cat-chips .chip,
.cat-chips .chip1 {
    flex: none;
}

.cat-sort {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: var(--muted);
    flex: none;
}

.cat-sort select {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 7px 10px;
    font-family: var(--sans);
    font-size: 13px;
    color: var(--ink);
    background: #fff;
}

/* ── main grid ── */
.news-main {
    background: var(--ivory);
    padding: 80px 0 100px;
}

.news-layout-2 {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 56px;
    align-items: flex-start;
}

.row3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 48px;
}

.row3-tight {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 0;
    margin-bottom: 24px;
}

.art-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
}

.art-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: var(--gold);
}

.art-photo {
    aspect-ratio: 16/10;
    background-size: cover;
    background-position: center;
}

.art-body {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.art-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.art-date {
    font-size: 11.5px;
    color: var(--muted);
    letter-spacing: .04em;
}

.art-card h3 {
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.32;
    margin: 0 0 10px;
    font-weight: 500;
}

.art-card h3 a {
    color: var(--ink);
}

.art-card h3 a:hover {
    color: var(--red);
}

.art-body p {
    font-size: 13.5px;
    color: var(--ink-2);
    line-height: 1.6;
    margin: 0 0 16px;
    flex: 1;
}

.art-foot {
    display: flex;
    gap: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    font-size: 11.5px;
    color: var(--muted);
}

.art-foot.small {
    padding-top: 10px;
    gap: 10px;
}

.row3-tight .art-card h3 {
    font-size: 16px;
}

.row3-tight .art-photo {
    aspect-ratio: 5/3;
}

/* horizontal row */
.art-row {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 32px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 24px;
    transition: all .3s ease;
}

.art-row:hover {
    box-shadow: var(--shadow);
    border-color: var(--gold);
}

.ar-photo .ph {
    height: 100%;
    min-height: 240px;
}

.ar-body {
    padding: 28px 32px 28px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.art-row h3 {
    font-family: var(--serif);
    font-size: 24px;
    line-height: 1.28;
    margin: 0 0 12px;
    font-weight: 500;
}

.art-row h3 a {
    color: var(--ink);
}

.art-row h3 a:hover {
    color: var(--red);
}

.art-row p {
    font-size: 14.5px;
    color: var(--ink-2);
    line-height: 1.7;
    margin: 0 0 18px;
}

/* pagination */
.pagination {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
}

.pg-btn {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-2);
    transition: all .15s ease;
}

.pg-btn:hover {
    border-color: var(--red);
    color: var(--red);
}

.pg-btn.on {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}

.pg-dots {
    color: var(--muted);
    padding: 0 6px;
}

.pagination button.pg-btn {
    margin: 0;
}

/* ── sidebar ── */
.side-card ol li {
    margin: 0;
}

.sidebar-wp .col-inner {
    height: 100%;
}

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 160px;
}

.side-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 28px 26px;
}

.side-head {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.side-head h3 {
    font-size: 18px;
    margin: 8px 0 0;
}

/* trending */
.trending {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.trending li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.t-num {
    font-family: var(--serif);
    font-size: 24px;
    font-style: italic;
    color: var(--gold);
    line-height: 1;
    flex: none;
    min-width: 32px;
}

.trending a {
    font-family: var(--serif);
    font-size: 15px;
    line-height: 1.4;
    color: var(--ink);
    font-weight: 500;
    display: block;
}

.trending a:hover {
    color: var(--red);
}

.t-meta {
    font-size: 11px;
    color: var(--muted);
    letter-spacing: .06em;
    margin-top: 6px;
    text-transform: uppercase;
}

/* events sidebar */
.event-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.event {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    transition: all .2s;
}

.event:hover {
    border-color: var(--gold);
    background: #fbf8f1;
}

.ev-date {
    background: linear-gradient(180deg, var(--red) 0%, var(--red-deep) 100%);
    color: #fff;
    border-radius: 10px;
    padding: 8px 4px;
    text-align: center;
}

.ev-date.alt {
    background: linear-gradient(180deg, var(--gold-soft) 0%, var(--gold) 100%);
    color: var(--navy);
}

.ev-day {
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}

.ev-mo {
    font-size: 9.5px;
    letter-spacing: .06em;
    margin-top: 4px;
    opacity: .92;
}

.ev-tag {
    font-size: 10.5px;
    color: var(--gold-deep);
    letter-spacing: .06em;
    font-weight: 600;
    margin-bottom: 4px;
}

.ev-title {
    font-family: var(--serif);
    font-size: 15px;
    line-height: 1.32;
    color: var(--ink);
}

.ev-meta {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 4px;
}

.side-all {
    display: block;
    text-align: center;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    font-size: 13px;
    font-weight: 600;
    color: var(--red);
}

/* newsletter */
.newsletter {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%);
    color: #fff;
    border: none;
}

.newsletter .nl-body {
    position: relative;
    z-index: 2;
}

.newsletter .nl-body form,
.newsletter .nl-form p {
    margin-bottom: 0;
}

.newsletter h3 {
    font-size: 22px;
    line-height: 1.3;
    margin: 10px 0 12px;
}

.newsletter p {
    font-size: 13.5px;
    color: rgba(255, 255, 255, .84);
    margin: 0 0 18px;
    line-height: 1.6;
}

.nl-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nl-form input {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 10px;
    padding: 13px 14px;
    font-family: var(--sans);
    font-size: 14px;
    color: #fff;
    outline: none;
    height: auto;
    display: block;
}

.nl-form input::placeholder {
    color: rgba(255, 255, 255, .55);
}

.nl-form input:focus {
    background: rgba(255, 255, 255, .18);
    border-color: var(--gold);
}

.nl-form button {
    justify-content: center;
}

input.wpcf7-submit.btn.btn-gold {
    text-transform: none;
    width: 100%;
    background: linear-gradient(135deg, var(--gold-soft), var(--gold) 60%, var(--gold-deep));
    color: #1B1B1F;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    border: 1px solid transparent;
    transition: all .25s ease;
    white-space: nowrap;
    height: auto;
    min-height: 0;
    line-height: 1.5;
}

.nl-meta {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .7);
    margin-top: 14px;
    text-align: center;
}

/* tag cloud */
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    background: var(--paper);
    color: var(--ink-2);
    font-size: 12.5px;
    font-weight: 500;
    border: 1px solid var(--line);
    transition: all .15s;
}

.tag:hover {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}

.tag.big {
    background: #fff;
    color: var(--red);
    border-color: var(--gold);
    font-weight: 600;
}

.tag.big:hover {
    background: var(--red);
    color: #fff;
}

/* ── events banner ── */
.events-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--navy) 0%, #07182c 100%);
    color: #fff;
    padding: 96px 0;
}

.events-banner::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.ev-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.ev-cta {
    display: flex;
    gap: 12px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.ev-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 162, 75, 0.32);
    border-radius: 22px;
    padding: 32px 32px 28px;
}

.ev-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 20px;
}

.ev-card-date .evcd-day {
    font-family: var(--serif);
    font-size: 32px;
    color: var(--gold-soft);
    line-height: 1;
}

.ev-card-date .evcd-mo {
    font-size: 13px;
    color: #9FB0C6;
    margin-top: 6px;
    letter-spacing: .04em;
}

.ev-detail {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
    color: #CBD7E6;
}

.ev-detail li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.ev-detail li span {
    flex: none;
}

.ev-progress {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.evp-lab {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    color: #9FB0C6;
    margin-bottom: 10px;
}

.evp-lab strong {
    color: var(--gold-soft);
}

.evp-bar {
    height: 6px;
    background: rgba(255, 255, 255, .1);
    border-radius: 3px;
    overflow: hidden;
}

.evp-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--gold-soft), var(--gold));
    border-radius: 3px;
}

@media (max-width: 991px) {
    .news-layout-2 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .row3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .row3-tight {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .nh-head {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .nh-sub {
        justify-content: flex-start;
    }

    .news-layout-2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .row3 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .row3-tight {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Hero Banner trang chi tiết tin */
.single-post-hero {
    background: radial-gradient(800px 300px at 90% 20%, rgba(201, 162, 75, 0.1), transparent 60%), linear-gradient(135deg, #07182c 0%, var(--navy, #0E2A47) 100%);
    color: #fff;
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}

.single-post-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold, #C9A24B), transparent);
}

.single-post-crumbs {
    font-size: 13px;
    color: #9FB0C6;
    margin-bottom: 25px;
    letter-spacing: .04em;
}

.single-post-crumbs a:hover {
    color: var(--gold-soft, #E2C679);
}

.single-post-crumbs .sep {
    margin: 0 8px;
    opacity: .4;
}

.single-post-hero-title {
    font-family: var(--serif);
    font-size: clamp(26px, 3.5vw, 40px);
    color: #fff;
    margin: 15px 0 10px;
    font-weight: 500;
    line-height: 1.25;
}

section.single-post-hero .pill {
    position: relative;
    overflow: hidden;
}

section.single-post-hero .pill:before {
    content: '';
    background: rgb(255 255 255 / 20%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

/* Layout chính */
.single-post-wrapper {
    background: var(--ivory, #FAF7F2);
    padding: 60px 0 90px;
}

.single-post-card {
    background: #fff;
    border: 1px solid var(--line, #E6DFD2);
    border-radius: 22px;
    padding: 28px 26px;
    box-shadow: var(--shadow-sm);
}

/* Ảnh đại diện bài viết */
.single-post-featured-img {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: var(--shadow-sm);
}

.single-post-featured-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Nội dung bài viết */
.single-post-entry-content h2,
.single-post-entry-content h3 {
    font-family: var(--serif);
    color: var(--navy, #0E2A47);
    margin-top: 30px;
    margin-bottom: 12px;
}

.single-post-entry-content p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--ink-2, #2E2E33);
    margin-bottom: 18px;
}

/* Thẻ thông tin tác giả ở cuối bài viết */
.single-post-author-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    border-top: 1px solid var(--line, #E6DFD2);
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 16px;
}

.sp-author-info {
    display: flex;
    gap: 12px;
    align-items: center;
}

.sp-author-avt {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--line, #E6DFD2);
}

.sp-author-avt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-author-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink, #1B1B1F);
}

.sp-author-role {
    font-size: 12px;
    color: var(--muted, #6A6660);
    margin-top: 2px;
}

.sp-meta-status {
    font-size: 12.5px;
    color: var(--muted, #6A6660);
    display: flex;
    gap: 14px;
}

/* Tương thích Flatsome comment */
.comments-area {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var(--line, #E6DFD2);
}

/* ── Footer ───────────────────────────────────────────────── */
#footer {
    background:
        radial-gradient(1200px 400px at 80% -10%, rgba(201, 162, 75, 0.16), transparent 60%),
        linear-gradient(180deg, #0a1f37 0%, #06152a 100%);
    color: #C9D2DD;
    padding: 0;
    position: relative;
}

#footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: .5;
}

#footer .footer-bottom1 {
    padding-top: 60px;
}

#footer .grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

#footer h5 {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: var(--gold-soft);
    margin: 0 0 18px;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul ul {
    margin-left: 15px;
}

#footer li {
    margin-bottom: 10px;
    font-size: 14px;
    margin-left: 0;
}

#footer a:hover {
    color: #fff;
}

#footer .brand-blk {
    max-width: 340px;
}

#footer .brand-blk img {
    height: 150px;
    margin: auto;
    width: auto;
    background: #fff;
    padding: 6px;
    border-radius: 10px;
}

#footer .brand-blk p {
    font-size: 13.5px;
    line-height: 1.7;
    color: #9FAEC0;
    margin: 18px 0 0;
}

#footer .social {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

#footer .social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    transition: all .2s ease;
}

#footer .social a:hover {
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold);
}

#footer .contact-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.55;
}

#footer .contact-row svg {
    color: var(--gold-soft);
    flex: none;
    margin-top: 2px;
}

#footer .copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    font-size: 13px;
    color: #7C8B9F;
}

#footer .copy a:hover {
    color: var(--gold-soft);
}

.input-row-submit {
    position: relative;
}

.input-row-submit span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 15px;
    margin-right: 10px;
}

button#top-link {
    padding: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--red);
    background: #fff;
    color: var(--red);
}
button#top-link:hover {
    background: var(--red);
    color: #fff;
}

/* ============================================================
   TRANG DỊCH VỤ & 4 BAN CÔNG TÁC (Đồng bộ nguyên bản)
   ============================================================ */

/* Hero Banner dịch vụ */
.services-hero {
    background: radial-gradient(800px 300px at 10% 20%, rgba(201, 162, 75, 0.12), transparent 70%), linear-gradient(135deg, #07182c 0%, var(--navy) 100%);
    color: #fff;
    padding: 75px 0 85px;
    position: relative;
    overflow: hidden;
}

.services-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.services-crumbs {
    font-size: 13px;
    color: #9FB0C6;
    margin-bottom: 20px;
    letter-spacing: .04em;
}

.services-crumbs a:hover {
    color: var(--gold-soft);
}

.services-crumbs .sep {
    margin: 0 8px;
    opacity: .4;
}

.services-hero-title {
    font-family: var(--serif);
    font-size: clamp(30px, 4.5vw, 46px);
    color: #fff;
    margin: 15px 0 10px;
    font-weight: 500;
}

/* Layout chính */
.services-teams-wrapper {
    background: var(--ivory);
    padding: 80px 0 100px;
}

/* Cấu trúc lưới 2 cột lớn (2x2 Grid) */
.teams-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 1024px) {
    .teams-grid {
        grid-template-columns: 1fr;
    }
}

/* Thẻ Team lớn */
.team-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    transition: all .35s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: var(--gold);
}

/* Ảnh bìa Banner của từng Team */
.team-banner {
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid var(--line);
    position: relative;
}

.team-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.15) 100%);
}

.team-body {
    padding: 35px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.team-slogan {
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 700;
    margin-bottom: 8px;
}

.team-body h2 {
    font-family: var(--serif);
    font-size: 26px;
    color: var(--navy);
    margin: 0 0 18px;
    font-weight: 500;
}

.team-desc {
    font-size: 14.5px;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Danh sách dịch vụ con dạng Bullet */
.team-services-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.team-services-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 15px;
    color: var(--ink-2);
    line-height: 1.5;
}

.team-services-list li::before {
    content: "✓";
    color: var(--red);
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
}

/* Thiết kế riêng: Lưới icon nhỏ đặc thù cho Ban Phụ Trợ (Rất tối ưu khoa học) */
.aux-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 20px;
    margin-bottom: 30px;
}

@media (max-width: 640px) {
    .aux-services-grid {
        grid-template-columns: 1fr;
    }
}

.aux-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    color: var(--ink-2);
    line-height: 1.45;
}

.aux-item span.icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    flex-shrink: 0;
    background: #fdf6e3;
    border: 1px solid #e9d79a;
    color: var(--red);
    display: grid;
    place-items: center;
    font-size: 13px;
}

/* Nút liên kết B2B của từng Team */
.team-btn-connect {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: auto;
    border: 1px solid var(--line);
    background: var(--ivory);
    color: var(--ink);
    padding: 14px 20px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.25s ease;
}

.team-btn-connect:hover {
    background: #fff;
    border-color: var(--gold);
    transform: translateY(-1px);
    color: var(--red);
}

.team-btn-connect svg {
    transition: transform 0.2s;
}

.team-btn-connect:hover svg {
    transform: translateX(3px);
}

/* ============================================================
   TRANG LIÊN HỆ VĂN PHÒNG (Đồng bộ nguyên bản)
   ============================================================ */

/* Hero Banner */
.contact-hero {
    background: radial-gradient(800px 300px at 90% 20%, rgba(201, 162, 75, 0.1), transparent 70%), linear-gradient(135deg, #07182c 0%, var(--navy) 100%);
    color: #fff;
    padding: 64px 0 80px;
    position: relative;
    overflow: hidden;
}

.contact-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.contact-hero-title {
    font-family: var(--serif);
    font-size: clamp(28px, 4vw, 44px);
    color: #fff;
    margin: 15px 0 10px;
    font-weight: 500;
}

/* Layout bao ngoài */
.contact-page-wrapper {
    background: var(--ivory);
    padding: 70px 0 90px;
}

/* Cột trái: Khung thông tin văn phòng liên hệ */
.contact-details-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 40px;
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 35px;
}

.contact-info-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.contact-info-icon {
    width: 46px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #fdf6e3, #f1e3b8);
    border: 1px solid #e9d79a;
    color: var(--red);
    display: grid;
    place-items: center;
    font-size: 18px;
}

.contact-info-text h4 {
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.contact-info-text p {
    font-size: 14.5px;
    color: var(--ink-2);
    margin-bottom: 0;
    line-height: 1.5;
}

.contact-info-text a:hover {
    color: var(--red);
    text-decoration: underline;
}

/* Khung bản đồ Google Map */
.contact-map-iframe-container {
    width: 100%;
    height: 350px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}

.contact-map-iframe-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Cột phải: Khung chứa Form liên hệ */
.contact-form-card {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 4px solid var(--red);
    border-radius: 22px;
    padding: 40px;
    box-shadow: var(--shadow-sm);
}

.contact-form-card h3 {
    font-family: var(--serif);
    font-size: 24px;
    color: var(--navy);
    margin: 0 0 8px;
    font-weight: 500;
}

.contact-form-card p.form-subtitle {
    font-size: 14.5px;
    color: var(--muted);
    margin-bottom: 30px;
    border-bottom: 1px dashed var(--line);
    padding-bottom: 14px;
}

/* Thiết kế trường nhập liệu trong Form (Đồng bộ CSS của Hiệp hội) */
.contact-form-card .form-control {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 8px;
    color: var(--ink);
    font-size: 14.5px;
    transition: border .15s, box-shadow .15s;
    outline: none;
    box-shadow: none;
}

.contact-form-card .form-control:focus {
    border-color: var(--red) !important;
    box-shadow: 0 0 0 3px rgba(155, 27, 48, 0.12) !important;
}

.contact-form-card textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.contact-form-card .button.primary {
    border-radius: 999px;
    font-weight: 600;
    width: 100%;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 13.5px;
    letter-spacing: 0.05em;
}

/* ============================================================
   TÙY CHỈNH PHONG CÁCH POPUP ẢNH (MAGNIFIC POPUP)
   ============================================================ */
.mfp-bg {
    background: rgba(7, 24, 44, 0.92) !important;
    /* Đổi màu nền mờ sang Navy sẫm */
}

.mfp-figure::after {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
}

.mfp-counter {
    color: var(--gold-soft, #E2C679) !important;
    font-family: var(--sans);
    font-weight: 500;
}

.mfp-title {
    color: #fff !important;
    font-family: var(--sans);
    font-size: 13.5px !important;
}

.mfp-arrow {
    opacity: 0.75 !important;
    transition: opacity 0.2s;
}

.mfp-arrow:hover {
    opacity: 1 !important;
}

.mfp-arrow-left:after {
    border-r-color: var(--gold, #C9A24B) !important;
}

.mfp-arrow-right:after {
    border-l-color: var(--gold, #C9A24B) !important;
}

.mfp-close {
    color: #fff !important;
    transition: color 0.2s;
}

.mfp-close:hover {
    color: var(--red, #9B1B30) !important;
}

@media (max-width: 1199px) {
    .header-nav .brand {
        display: none;
    }

    #top-bar .brand {
        text-align: center;
        color: #fff;
        padding: 5px;
    }
    .brand .b-txt .b1,.brand .b-txt .b2 { color: inherit; }
}

@media (max-width: 991px) {

    .contact-details-card,
    .contact-form-card {
        padding: 24px;
    }
}