/**
 * Lịch Việt Suite - Oriental Royal Theme Stylesheet
 * Replicates the exact visual luxury design from media_1789377312412.jpg
 * Compatible with Flatsome Theme & UX Builder
 */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;1,400&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
    --lvn-dark-lacquer: #171110;
    --lvn-dark-card: #201514;
    --lvn-dark-banner: #1c1312;
    --lvn-cinnabar: #9e1c1c;
    --lvn-cinnabar-dark: #6e1010;
    --lvn-cinnabar-light: #bf2626;
    --lvn-gold-primary: #e6be75;
    --lvn-gold-bright: #fce196;
    --lvn-gold-dark: #b58330;
    --lvn-gold-grad: linear-gradient(135deg, #fce196 0%, #e6be75 50%, #b58330 100%);
    --lvn-cinnabar-grad: linear-gradient(135deg, #9e1c1c 0%, #7d1212 100%);
    --lvn-parchment: #faf5eb;
    --lvn-parchment-border: #e9e0d0;
    --lvn-parchment-bg: #fbf8f2;
    --lvn-text-dark: #2c201e;
    --lvn-text-muted: #7d6e6b;
    --lvn-font-serif: 'Playfair Display', Georgia, serif;
    --lvn-font-heading: 'Cinzel', 'Playfair Display', serif;
    --lvn-font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Base resets & typography for LVN oriental elements */
.lvn-oriental-wrap {
    font-family: var(--lvn-font-sans);
    color: var(--lvn-text-dark);
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
}

.lvn-oriental-wrap *, .lvn-oriental-wrap *::before, .lvn-oriental-wrap *::after {
    box-sizing: border-box;
}

/* ==========================================================================
   1. HERO SECTION (DARK LACQUER + ROYAL SCROLL)
   ========================================================================== */
.lvn-hero-section {
    background: 
        linear-gradient(180deg, rgba(16, 11, 10, 0.72) 0%, rgba(20, 14, 13, 0.45) 45%, rgba(18, 12, 11, 0.88) 85%, #171110 100%),
        url('https://lichviet.docungtrongoi.vn/wp-content/uploads/2026/09/banner-home-watermarked.webp') center center / cover no-repeat;
    color: #ffffff;
    padding: 65px 24px 80px 24px;
    position: relative;
    overflow: hidden;
}

.lvn-hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 75% 35%, rgba(255, 230, 180, 0.1) 0%, transparent 55%);
    pointer-events: none;
}

.lvn-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.lvn-hero-content {
    padding-right: 15px;
}

.lvn-hero-title {
    font-family: var(--lvn-font-serif);
    font-size: 52px;
    line-height: 1.18;
    margin: 0 0 18px 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.lvn-hero-title span.lvn-title-white {
    display: block;
    color: #ffffff;
}

.lvn-hero-title span.lvn-title-gold {
    display: block;
    background: var(--lvn-gold-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lvn-hero-subtitle {
    font-size: 16px;
    line-height: 1.65;
    color: #d1c5c0;
    margin: 0 0 32px 0;
    font-weight: 400;
    max-width: 520px;
}

.lvn-hero-subtitle b {
    color: #ffffff;
    font-weight: 600;
}

.lvn-btn-gold-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--lvn-gold-grad);
    color: #351c05 !important;
    padding: 14px 34px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(230, 190, 117, 0.35);
    transition: all 0.28s ease;
    border: none;
    cursor: pointer;
}

.lvn-btn-gold-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(230, 190, 117, 0.5);
    color: #1a0c00 !important;
}

.lvn-btn-gold-cta svg {
    transition: transform 0.25s ease;
}

.lvn-btn-gold-cta:hover svg {
    transform: translateX(4px);
}

.lvn-hero-trust-bar {
    display: flex;
    align-items: center;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    gap: 32px;
}

.lvn-trust-item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.lvn-trust-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
}

.lvn-trust-num {
    font-family: var(--lvn-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
}

.lvn-trust-label {
    font-size: 12.5px;
    color: #a89a96;
    margin-top: 4px;
}

/* ==========================================================================
   2. ROYAL SCROLL CARD (CUỘN THƯ HOÀNG CUNG)
   ========================================================================== */
.lvn-scroll-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.lvn-scroll-bg-elements {
    position: absolute;
    right: -40px;
    top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    opacity: 0.85;
}

.lvn-calligraphy-text {
    font-family: var(--lvn-font-serif);
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 2px;
    color: #e5b367;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    text-align: center;
    font-weight: 600;
}

.lvn-red-seal-box {
    width: 26px;
    height: 26px;
    border: 2px solid #b83434;
    background: rgba(184, 52, 52, 0.25);
    color: #ff9e9e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
    border-radius: 3px;
}

.lvn-lotus-flower {
    display: none;
    margin-top: 85px;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.45));
    animation: lvnFloat 4s ease-in-out infinite;
}

@keyframes lvnFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.lvn-royal-scroll {
    width: 100%;
    max-width: 440px;
    position: relative;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.55));
}

.lvn-scroll-rod {
    height: 18px;
    background: linear-gradient(180deg, #6c3b17 0%, #3e1e07 50%, #6c3b17 100%);
    border-radius: 9px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
    z-index: 4;
}

.lvn-scroll-rod::before, .lvn-scroll-rod::after {
    content: '';
    position: absolute;
    top: -5px;
    width: 28px;
    height: 28px;
    background: radial-gradient(circle, #fce29a 20%, #d4a044 60%, #7d490c 100%);
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0,0,0,0.5), inset 0 2px 4px rgba(255,255,255,0.6);
}

.lvn-scroll-rod::before { left: -14px; }
.lvn-scroll-rod::after { right: -14px; }

.lvn-scroll-body {
    background: #faf5eb;
    background-image: 
        radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.9) 0%, rgba(246, 237, 220, 0.95) 100%),
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(180, 150, 100, 0.025) 3px);
    border-left: 1px solid #e1d3bc;
    border-right: 1px solid #e1d3bc;
    box-shadow: inset 0 12px 18px -8px rgba(90, 50, 20, 0.25), inset 0 -12px 18px -8px rgba(90, 50, 20, 0.25);
    padding: 24px 28px 24px 28px;
    position: relative;
    z-index: 3;
    color: var(--lvn-text-dark);
}

.lvn-scroll-header {
    text-align: center;
    font-family: var(--lvn-font-heading);
    font-size: 13.5px;
    letter-spacing: 2px;
    color: #634f46;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.lvn-scroll-day-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 8px;
}

.lvn-scroll-nav-arrow {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #8c766e;
    padding: 4px 8px;
    transition: all 0.2s;
    user-select: none;
}

.lvn-scroll-nav-arrow:hover {
    color: var(--lvn-cinnabar);
    transform: scale(1.15);
}

.lvn-scroll-day-name {
    font-family: var(--lvn-font-serif);
    font-size: 20px;
    font-weight: 700;
    color: #2b1f1d;
}

.lvn-scroll-main-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    align-items: center;
    margin-bottom: 18px;
    position: relative;
}

.lvn-scroll-day-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.lvn-scroll-big-number {
    font-family: var(--lvn-font-serif);
    font-size: 78px;
    line-height: 0.95;
    font-weight: 800;
    color: var(--lvn-cinnabar);
    letter-spacing: -2px;
    margin: 4px 0 6px 0;
    text-shadow: 0 3px 12px rgba(158, 28, 28, 0.18);
}

.lvn-scroll-month-year {
    font-family: var(--lvn-font-sans);
    font-size: 14.5px;
    font-weight: 700;
    color: #3b2825;
    margin-bottom: 2px;
}

.lvn-scroll-lunar-date {
    font-size: 12.5px;
    color: #796660;
    font-weight: 500;
}

.lvn-seal-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.lvn-round-seal-stamp {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: radial-gradient(circle, #8a1515 0%, #520b0b 100%);
    border: 2.5px solid #d4a044;
    box-shadow: 0 6px 18px rgba(82, 11, 11, 0.35), inset 0 0 10px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 12px;
    position: relative;
}

.lvn-seal-star {
    font-size: 14px;
    color: #fce196;
    margin-bottom: 2px;
}

.lvn-seal-label {
    font-family: var(--lvn-font-serif);
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.lvn-scroll-meta-list {
    width: 100%;
    padding-left: 6px;
    font-size: 12.5px;
    line-height: 1.7;
    color: #44322f;
}

.lvn-scroll-meta-row {
    display: flex;
    justify-content: space-between;
}

.lvn-meta-label {
    color: #7d6b66;
}

.lvn-meta-val {
    font-weight: 700;
    color: #2b1d1a;
}

.lvn-scroll-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: var(--lvn-cinnabar-grad);
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 9999px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(255, 215, 0, 0.35);
    box-shadow: 0 6px 18px rgba(110, 16, 16, 0.3);
    transition: all 0.25s ease;
    cursor: pointer;
}

.lvn-scroll-cta-btn:hover {
    background: linear-gradient(135deg, #b02020 0%, #871515 100%);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(110, 16, 16, 0.45);
}

/* ==========================================================================
   3. INTENT GRID SECTION (BẠN MUỐN XEM NGÀY TỐT CHO VIỆC GÌ?)
   ========================================================================== */
.lvn-intent-section {
    background: #fbf8f2;
    padding: 56px 24px 60px 24px;
    position: relative;
    border-bottom: 1px solid #ede4d6;
}

.lvn-intent-container {
    max-width: 1200px;
    margin: 0 auto;
}

.lvn-section-header {
    text-align: center;
    margin-bottom: 36px;
}

.lvn-section-title {
    font-family: var(--lvn-font-serif);
    font-size: 34px;
    font-weight: 700;
    color: #261917;
    margin: 0 0 10px 0;
}

.lvn-section-subtitle {
    font-size: 15px;
    color: var(--lvn-text-muted);
    margin: 0;
}

.lvn-intent-grid-row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 14px;
}

.lvn-intent-card {
    background: #ffffff;
    border: 1px solid #e7ded3;
    border-radius: 14px;
    padding: 20px 12px 18px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    position: relative;
    transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
    cursor: pointer;
}

.lvn-intent-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
    border-color: #d1bda9;
}

.lvn-intent-icon-wrap {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: var(--lvn-cinnabar);
}

.lvn-intent-name {
    font-family: var(--lvn-font-serif);
    font-size: 15px;
    font-weight: 700;
    color: #2c1e1c;
    margin-bottom: 4px;
    line-height: 1.25;
}

.lvn-intent-desc {
    font-size: 11.5px;
    color: #8c7b77;
    line-height: 1.35;
}

.lvn-intent-card.lvn-card-active {
    background: linear-gradient(145deg, #8c1b1b 0%, #5e0f0f 100%);
    border-color: #a32727;
    box-shadow: 0 12px 28px rgba(110, 16, 16, 0.35);
    transform: translateY(-2px);
}

.lvn-intent-card.lvn-card-active .lvn-intent-icon-wrap {
    color: #ffffff;
}

.lvn-intent-card.lvn-card-active .lvn-intent-name {
    color: #ffffff;
}

.lvn-intent-card.lvn-card-active .lvn-intent-desc {
    color: #f2cece;
}

.lvn-intent-card.lvn-card-active::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 18px solid #e5b263;
    border-left: 18px solid transparent;
    border-top-right-radius: 12px;
}

/* ==========================================================================
   4. TWO-COLUMN SPLIT SECTION (CALENDAR + QUICK TOOLS & BAGUA)
   ========================================================================== */
.lvn-split-section {
    background: #fbf8f2;
    padding: 10px 24px 65px 24px;
}

.lvn-split-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 32px;
    align-items: start;
}

.lvn-month-cal-card {
    background: #ffffff;
    border: 1px solid #e7dfd3;
    border-radius: 18px;
    padding: 28px 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.lvn-cal-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.lvn-cal-header-title {
    font-family: var(--lvn-font-heading);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--lvn-cinnabar);
    margin: 0;
}

.lvn-cal-nav-btn {
    background: none;
    border: 1px solid #e2d7c7;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #63504a;
    transition: all 0.2s;
}

.lvn-cal-nav-btn:hover {
    background: #f4ebe0;
    color: var(--lvn-cinnabar);
}

.lvn-month-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 4px;
    margin-bottom: 24px;
}

.lvn-dow-cell {
    font-size: 12.5px;
    font-weight: 700;
    color: #796660;
    padding: 6px 0 10px 0;
}

.lvn-day-cell {
    padding: 7px 2px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    min-height: 48px;
    position: relative;
}

.lvn-day-cell:hover {
    background: #f7efe4;
}

.lvn-solar-num {
    font-size: 15px;
    font-weight: 600;
    color: #2d1e1c;
    line-height: 1.1;
}

.lvn-lunar-num {
    font-size: 10px;
    color: #8c7c77;
    line-height: 1.1;
    margin-top: 3px;
}

.lvn-day-other-month {
    opacity: 0.35;
}

.lvn-day-cell.lvn-day-today {
    background: var(--lvn-cinnabar);
    color: #ffffff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    box-shadow: 0 4px 14px rgba(158, 28, 28, 0.4);
}

.lvn-day-cell.lvn-day-today .lvn-solar-num {
    color: #ffffff;
    font-weight: 800;
}

.lvn-day-cell.lvn-day-today .lvn-lunar-num {
    color: #ffcccc;
}

.lvn-day-cell.lvn-day-auspicious:not(.lvn-day-today) .lvn-solar-num {
    color: var(--lvn-cinnabar);
    font-weight: 700;
}

.lvn-cal-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 12px 0 20px 0;
    border-top: 1px solid #eee7db;
    font-size: 12px;
    color: #6d5d59;
}

.lvn-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lvn-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.lvn-dot-good { background: #2e8b57; }
.lvn-dot-neutral { background: #999999; }
.lvn-dot-bad { background: #d9534f; }

.lvn-cal-full-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(135deg, #f7e6c4 0%, #eed29e 100%);
    color: #4b2b10 !important;
    padding: 12px 20px;
    border-radius: 9999px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #dfc38d;
    box-shadow: 0 4px 12px rgba(181, 131, 48, 0.15);
    transition: all 0.25s ease;
}

.lvn-cal-full-btn:hover {
    background: linear-gradient(135deg, #faedcf 0%, #f4daa7 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(181, 131, 48, 0.25);
}

.lvn-tools-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.lvn-tools-title {
    font-family: var(--lvn-font-serif);
    font-size: 22px;
    font-weight: 700;
    color: #2a1c1a;
    margin: 0;
}

.lvn-link-all {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--lvn-cinnabar);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: transform 0.2s;
}

.lvn-link-all:hover {
    transform: translateX(3px);
}

.lvn-quick-tools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}

.lvn-tool-card {
    background: #ffffff;
    border: 1px solid #e9e0d4;
    border-radius: 14px;
    padding: 20px 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
}

.lvn-tool-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border-color: #d1beaa;
}

.lvn-tool-icon-wrap {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lvn-cinnabar);
    margin-bottom: 10px;
}

.lvn-tool-name {
    font-family: var(--lvn-font-serif);
    font-size: 14.5px;
    font-weight: 700;
    color: #2b1d1b;
    margin-bottom: 4px;
}

.lvn-tool-desc {
    font-size: 11px;
    color: #877772;
}

.lvn-bagua-banner {
    background: linear-gradient(135deg, #171110 0%, #261513 55%, #150d0c 100%);
    border: 1px solid rgba(230, 190, 117, 0.35);
    border-radius: 16px;
    padding: 26px 28px;
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 22px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    position: relative;
    overflow: hidden;
}

.lvn-bagua-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 10% 50%, rgba(230, 190, 117, 0.12) 0%, transparent 65%);
    pointer-events: none;
}

.lvn-bagua-wheel {
    width: 130px;
    height: 130px;
    filter: drop-shadow(0 0 18px rgba(230, 190, 117, 0.4));
    animation: lvnSpinSlow 60s linear infinite;
}

@keyframes lvnSpinSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.lvn-bagua-text-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lvn-bagua-title {
    font-family: var(--lvn-font-serif);
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.lvn-bagua-desc {
    font-size: 12.5px;
    color: #c4b5af;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

.lvn-btn-banner-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--lvn-gold-grad);
    color: #351c05 !important;
    padding: 9px 24px;
    border-radius: 9999px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(230, 190, 117, 0.3);
    transition: all 0.25s ease;
}

.lvn-btn-banner-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(230, 190, 117, 0.45);
}

/* ==========================================================================
   5. FEATURED ARTICLES SECTION (KIẾN THỨC NỔI BẬT)
   ========================================================================== */
.lvn-articles-section {
    background: #fbf8f2;
    padding: 20px 24px 75px 24px;
}

.lvn-articles-container {
    max-width: 1200px;
    margin: 0 auto;
}

.lvn-articles-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
}

.lvn-articles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.lvn-article-card {
    background: #ffffff;
    border: 1px solid #e7dfd3;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
    transition: all 0.28s ease;
}

.lvn-article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.09);
}

.lvn-article-thumb-wrap {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #251614;
}

.lvn-article-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.lvn-article-card:hover .lvn-article-thumb {
    transform: scale(1.06);
}

.lvn-article-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(36, 24, 22, 0.85);
    backdrop-filter: blur(4px);
    color: #f7d58a;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid rgba(247, 213, 138, 0.3);
    text-transform: uppercase;
}

.lvn-article-body {
    padding: 18px 16px 20px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lvn-article-title {
    font-family: var(--lvn-font-serif);
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.45;
    color: #2a1c1a;
    margin: 0 0 12px 0;
    transition: color 0.2s;
}

.lvn-article-card:hover .lvn-article-title {
    color: var(--lvn-cinnabar);
}

.lvn-article-date {
    font-size: 12px;
    color: #8c7c77;
    margin-top: auto;
}

/* ==========================================================================
   6. ORIENTAL FOOTER (MẪU HOÀNG CUNG SANG TRỌNG)
   ========================================================================== */
.lvn-oriental-footer {
    background: #140d0c;
    color: #d1c5c0;
    padding: 60px 24px 28px 24px;
    border-top: 2px solid #36221f;
    font-size: 13.5px;
}

.lvn-footer-top {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
    gap: 40px;
    margin-bottom: 50px;
}

.lvn-footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.lvn-footer-brand-text {
    font-family: var(--lvn-font-heading);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #e5b367;
}

.lvn-footer-brand-desc {
    color: #9c8e89;
    line-height: 1.6;
    margin: 0;
}

.lvn-footer-col-title {
    font-family: var(--lvn-font-serif);
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 18px 0;
}

.lvn-footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lvn-footer-nav-list li {
    margin-bottom: 10px;
}

.lvn-footer-nav-list a {
    color: #a39591;
    text-decoration: none;
    transition: color 0.2s;
}

.lvn-footer-nav-list a:hover {
    color: #f7d58a;
}

.lvn-social-links-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.lvn-social-circle-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #251816;
    border: 1px solid #3d2a27;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1c5c0;
    text-decoration: none;
    transition: all 0.2s;
}

.lvn-social-circle-btn:hover {
    background: #b58330;
    color: #1a0c00;
    border-color: #fce196;
}

.lvn-newsletter-form {
    display: flex;
    align-items: center;
    background: #201514;
    border: 1px solid #3e2b28;
    border-radius: 9999px;
    overflow: hidden;
    padding: 4px;
}

.lvn-newsletter-input {
    background: none;
    border: none;
    padding: 8px 16px;
    color: #ffffff;
    font-size: 13px;
    flex-grow: 1;
    outline: none;
}

.lvn-newsletter-input::placeholder {
    color: #796660;
}

.lvn-newsletter-btn {
    background: var(--lvn-gold-grad);
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #351c05;
    transition: transform 0.2s;
}

.lvn-newsletter-btn:hover {
    transform: scale(1.06);
}

.lvn-footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid #261816;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
    color: #796864;
}

.lvn-footer-bottom-motto {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e5b367;
    font-family: var(--lvn-font-serif);
    font-size: 13.5px;
}

/* ==========================================================================
   7. RESPONSIVE BREAKPOINTS (TABLET & MOBILE)
   ========================================================================== */
@media (max-width: 1024px) {
    .lvn-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .lvn-hero-content {
        padding-right: 0;
    }
    .lvn-hero-subtitle {
        margin: 0 auto 32px auto;
    }
    .lvn-hero-trust-bar {
        justify-content: center;
    }
    .lvn-intent-grid-row {
        grid-template-columns: repeat(4, 1fr);
    }
    .lvn-split-container {
        grid-template-columns: 1fr;
    }
    .lvn-articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lvn-footer-top {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .lvn-hero-section {
        padding: 45px 16px 55px 16px;
    }
    .lvn-hero-title {
        font-size: 34px;
    }
    .lvn-hero-trust-bar {
        flex-direction: column;
        gap: 16px;
    }
    .lvn-trust-item:not(:last-child)::after {
        display: none;
    }
    .lvn-intent-grid-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .lvn-quick-tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lvn-bagua-banner {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }
    .lvn-bagua-text-col {
        align-items: center;
    }
    .lvn-articles-grid {
        grid-template-columns: 1fr;
    }
    .lvn-footer-top {
        grid-template-columns: 1fr;
    }
    .lvn-footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    .lvn-scroll-bg-elements {
        display: none;
    }
}

/* ==========================================================================
   8. FLATSOME HEADER & FOOTER INTEGRATION (DARK LACQUER THEME FOR HOMEPAGE)
   ========================================================================== */
.home #header,
.home .header-wrapper,
.home .header-main {
    background: #171110 !important;
    border-bottom: 1px solid rgba(230, 190, 117, 0.2) !important;
}

.home .header-top {
    background: #120c0b !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.home .header-nav > li > a {
    color: #e5dedb !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: color 0.2s ease !important;
}

.home .header-nav > li > a:hover,
.home .header-nav > li.active > a,
.home .header-nav > li.current-menu-item > a {
    color: #f7d58a !important;
}

.home .header-nav-main > li > a {
    color: #f0eae6 !important;
}

.home #logo a,
.home .header-title {
    color: #e5b367 !important;
}

.home .header-nav .nav-dropdown {
    background: #201514 !important;
    border: 1px solid #3d2a27 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
}

.home .header-nav .nav-dropdown > li > a {
    color: #d1c5c0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.home .header-nav .nav-dropdown > li > a:hover {
    color: #fce196 !important;
    background: rgba(230, 190, 117, 0.08) !important;
}

.home .header-button .button {
    background: linear-gradient(135deg, #fce196 0%, #e6be75 50%, #b58330 100%) !important;
    color: #351c05 !important;
    border-radius: 9999px !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(230, 190, 117, 0.35) !important;
}

.home .header-button .button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(230, 190, 117, 0.5) !important;
}

/* Hide redundant theme footer on homepage since [lvn_oriental_footer] is active */
.home #footer {
    display: none !important;
}

/* ==========================================================================
   EXACT FIDELITY POLISH (MATCHING MEDIA_1789380986689)
   ========================================================================== */

/* Hide unwanted top bar on homepage */
.home #top-bar {
    display: none !important;
}

/* Ensure navbar logo is constrained cleanly */
.home #logo img {
    max-height: 48px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Gold active underline for Trang chủ */
.home .header-nav > li:first-child > a,
.home .header-nav > li.current-menu-item > a {
    color: #f7d58a !important;
    position: relative;
}

.home .header-nav > li:first-child > a::after,
.home .header-nav > li.current-menu-item > a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 12px;
    right: 12px;
    height: 2px;
    background: var(--lvn-gold-grad);
    border-radius: 2px;
}

/* Golden Cloud Swirl at bottom-left of the scroll */
.lvn-golden-cloud-swirl {
    position: absolute;
    bottom: -15px;
    left: -55px;
    width: 105px;
    height: 52px;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.5));
    pointer-events: none;
    z-index: 5;
    animation: lvnFloat 5s ease-in-out infinite;
}

/* Calligraphy Text on the right of the scroll */
.lvn-scroll-bg-elements {
    position: absolute;
    right: -52px;
    top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    z-index: 2;
}

.lvn-calligraphy-text {
    font-family: var(--lvn-font-serif);
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 2px;
    color: #fce196;
    text-shadow: 0 2px 10px rgba(0,0,0,0.85), 0 0 16px rgba(230, 190, 117, 0.4);
    text-align: center;
    font-weight: 700;
}

.lvn-red-seal-box {
    width: 26px;
    height: 26px;
    border: 1.5px solid #d43b3b;
    background: rgba(175, 25, 25, 0.7);
    color: #ffcccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.55);
}

/* Blooming Lotus at bottom-right of the scroll */
.lvn-scroll-lotus-wrap {
    position: absolute;
    bottom: -22px;
    right: -55px;
    pointer-events: none;
    z-index: 5;
    animation: lvnFloat 4.5s ease-in-out infinite reverse;
}

.lvn-scroll-lotus-wrap .lvn-lotus-flower {
    display: block !important;
    width: 100px;
    height: 65px;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,0.6));
}

@media (max-width: 768px) {
    .lvn-golden-cloud-swirl,
    .lvn-scroll-bg-elements,
    .lvn-scroll-lotus-wrap {
        display: none !important;
    }
}
