body { font-family: 'Plus Jakarta Sans', sans-serif; color: #0f1a2b; }
.font-display { font-family: 'Quicksand', sans-serif; }

/* Menu chính */
.ttv-menu { display: flex; align-items: center; gap: 1.75rem; list-style: none; margin: 0; padding: 0; font-size: 15px; font-weight: 600; }
.ttv-menu a { color: #334155; transition: color .15s; }
.ttv-menu a:hover, .ttv-menu .current-menu-item > a, .ttv-menu .current_page_item > a { color: var(--brand, #669407); }
.ttv-mmenu .ttv-mlist, .ttv-mmenu .ttv-menu { display: block; }
.ttv-mmenu a { display: block; padding: 12px 16px; font-weight: 600; color: #334155; border-bottom: 1px solid #f1f5f9; }

.card-hover { transition: transform .25s ease, box-shadow .25s ease; }
.card-hover:hover { transform: translateY(-4px); }
select, input, textarea { transition: border-color .15s, box-shadow .15s; }

.ttv-hero { background: linear-gradient(135deg, #2f4d05 0%, var(--brand, #669407) 60%, #7cae1f 100%); }

/* Nội dung bài viết / trang */
.prose-vn p { margin: .85rem 0; line-height: 1.85; color: #334155; }
.prose-vn h2 { font-family: 'Quicksand', sans-serif; font-weight: 800; font-size: 1.5rem; margin: 1.75rem 0 .5rem; color: #0f1a2b; }
.prose-vn h3 { font-weight: 700; font-size: 1.15rem; margin: 1.25rem 0 .25rem; color: #0f1a2b; }
.prose-vn ul { margin: .5rem 0 .75rem 1.25rem; list-style: disc; color: #334155; }
.prose-vn li { margin: .4rem 0; line-height: 1.7; }
.prose-vn a { color: #557d06; font-weight: 600; text-decoration: underline; }
.prose-vn img { border-radius: 12px; }

/* Accordion (lịch trình / FAQ) */
.acc-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.acc-item.open .acc-body { max-height: 800px; }
.acc-item.open .acc-icon { transform: rotate(180deg); }
.acc-icon { transition: transform .3s ease; }
