/*
Theme Name: ZM Study Abroad
Theme URI: https://example.com/zm-study-abroad
Author: OpenAI
Author URI: https://openai.com/
Description: Giao diện WordPress dành cho trung tâm tiếng Trung và tư vấn du học ZM Study. Hỗ trợ trình tùy biến giao diện, trình đơn, vùng tiện ích, khóa học động và biểu mẫu đăng ký tư vấn.
Version: 2.6.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zm-study
Tags: education, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, one-column, two-columns
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap");

/* --------------------------------------------------------------
   1. Variables and reset
-------------------------------------------------------------- */
:root {
	--zm-primary: #0b2a56;
	--zm-secondary: #67b043;
	--zm-accent: #f59e0b;
	--zm-card: #163b6b;
	--zm-blue: #2563eb;
	--zm-text: #1f2937;
	--zm-muted: #6b7280;
	--zm-light: #f7f8fb;
	--zm-border: #e5e7eb;
	--zm-white: #ffffff;
	--zm-danger: #b42318;
	--zm-success: #067647;
	--zm-radius: 12px;
	--zm-shadow-sm: 0 8px 24px rgba(11, 42, 86, 0.08);
	--zm-shadow: 0 18px 50px rgba(11, 42, 86, 0.15);
	--zm-container: 1280px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: var(--zm-text);
	background: var(--zm-white);
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
}

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

svg {
	display: block;
}

button,
input,
select,
textarea {
	font: inherit;
}

a {
	color: var(--zm-primary);
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a:hover,
a:focus {
	color: var(--zm-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.75rem;
	color: var(--zm-primary);
	font-weight: 800;
	line-height: 1.25;
}

p {
	margin: 0 0 1rem;
}

ul,
ol {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
}

blockquote {
	margin: 0;
}

button,
.button,
input[type="submit"] {
	cursor: pointer;
}

.site-container {
	width: min(100% - 32px, var(--zm-container));
	margin-inline: auto;
}

.site-main {
	min-height: 50vh;
}

.zm-icon {
	width: 1.25em;
	height: 1.25em;
	flex: 0 0 auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 99999;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto !important;
	background: var(--zm-white);
	color: var(--zm-primary);
	font-weight: 700;
	box-shadow: var(--zm-shadow-sm);
}

.skip-link {
	border-radius: 6px;
}

/* --------------------------------------------------------------
   2. Buttons and shared headings
-------------------------------------------------------------- */
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 22px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.button:hover,
.button:focus {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(11, 42, 86, 0.14);
}

.button-primary {
	background: var(--zm-primary);
	color: var(--zm-white);
}

.button-primary:hover,
.button-primary:focus {
	background: #071e3e;
	color: var(--zm-white);
}

.button-secondary {
	background: var(--zm-secondary);
	color: var(--zm-white);
}

.button-secondary:hover,
.button-secondary:focus {
	background: #579b35;
	color: var(--zm-white);
}

.button-outline {
	border-color: var(--zm-primary);
	background: var(--zm-white);
	color: var(--zm-primary);
}

.button-outline:hover,
.button-outline:focus {
	background: #f4f7fb;
	color: var(--zm-primary);
}

.button-light {
	background: var(--zm-white);
	color: var(--zm-primary);
}

.button-light:hover,
.button-light:focus {
	background: #eef3f9;
	color: var(--zm-primary);
}

.button-small {
	min-height: 38px;
	padding: 9px 18px;
}

.button-full {
	width: 100%;
}

.section {
	padding: 72px 0;
}

.section-white {
	background: var(--zm-white);
}

.section-title {
	margin-bottom: 42px;
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	text-align: center;
	text-transform: uppercase;
}

.section-title-small {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.section-title-light {
	color: var(--zm-white);
}

.section-title-left {
	text-align: left;
}

.section-heading-left {
	margin-bottom: 26px;
	font-size: 1.3rem;
	text-transform: uppercase;
}

.section-more {
	margin-top: 30px;
	text-align: center;
}

.section-more a,
.text-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-weight: 800;
}

.section-more .zm-icon,
.text-link .zm-icon {
	width: 16px;
	height: 16px;
}

/* --------------------------------------------------------------
   3. Header and navigation
-------------------------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--zm-primary);
	color: var(--zm-white);
	transition: box-shadow 0.2s ease;
}

.site-header.is-scrolled {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

.admin-bar .site-header {
	top: 32px;
}

.header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	min-height: 72px;
	gap: 24px;
}

.site-branding {
	min-width: max-content;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	width: auto;
	max-width: 220px;
	max-height: 52px;
}

.text-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--zm-white);
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.text-logo:hover,
.text-logo:focus {
	color: var(--zm-white);
}

.text-logo-icon {
	display: grid;
	place-items: center;
}

.text-logo-icon .zm-icon {
	width: 34px;
	height: 34px;
}

.main-navigation {
	justify-self: center;
}

.primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 1.6vw, 25px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu li {
	position: relative;
	margin: 0;
}

.primary-menu a {
	display: block;
	padding: 25px 0;
	color: var(--zm-white);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-menu a::after {
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 0;
	height: 2px;
	content: "";
	background: var(--zm-secondary);
	transition: width 0.2s ease;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
	color: var(--zm-secondary);
}

.primary-menu a:hover::after,
.primary-menu a:focus::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after {
	width: 100%;
}

.primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: -18px;
	min-width: 220px;
	margin: 0;
	padding: 10px 0;
	visibility: hidden;
	opacity: 0;
	transform: translateY(8px);
	background: var(--zm-white);
	border-radius: 0 0 8px 8px;
	box-shadow: var(--zm-shadow);
	list-style: none;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.primary-menu .sub-menu a {
	padding: 10px 18px;
	color: var(--zm-text);
	white-space: normal;
}

.primary-menu .sub-menu a::after {
	display: none;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.header-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--zm-white);
	font-size: 1rem;
	font-weight: 800;
	white-space: nowrap;
}

.header-phone:hover,
.header-phone:focus {
	color: var(--zm-secondary);
}

.header-phone .zm-icon {
	color: var(--zm-secondary);
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 6px;
	background: transparent;
	color: var(--zm-white);
}

.menu-toggle .zm-icon {
	width: 24px;
	height: 24px;
}

.menu-toggle-close {
	display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-open {
	display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-close {
	display: block;
}

/* --------------------------------------------------------------
   4. Hero and form
-------------------------------------------------------------- */
.hero-section {
	position: relative;
	padding: 70px 0 122px;
	overflow: hidden;
	background-color: #eef2f7;
	background-position: center;
	background-size: cover;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.74);
}

.hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(340px, 0.85fr);
	align-items: center;
	gap: clamp(36px, 6vw, 78px);
}

.hero-content {
	max-width: 780px;
	color: var(--zm-primary);
}

.hero-badge {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 6px 16px;
	border-radius: 5px;
	background: var(--zm-secondary);
	color: var(--zm-white);
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
}

.hero-content h1 {
	margin-bottom: 7px;
	font-size: clamp(2.4rem, 5.4vw, 4.25rem);
	font-weight: 900;
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: -0.025em;
}

.hero-subtitle {
	margin-bottom: 10px;
	color: var(--zm-blue);
	font-size: clamp(1.2rem, 2.4vw, 1.65rem);
	font-weight: 800;
	font-style: italic;
}

.hero-description {
	margin-bottom: 30px;
	color: #374151;
	font-size: 1.08rem;
	font-weight: 600;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 28px;
}

.hero-rating {
	display: flex;
	align-items: center;
	gap: 13px;
}

.avatar-stack {
	display: flex;
	padding-left: 8px;
}

.avatar-stack img {
	width: 42px;
	height: 42px;
	margin-left: -8px;
	border: 2px solid var(--zm-white);
	border-radius: 50%;
	object-fit: cover;
}

.stars {
	display: flex;
	gap: 1px;
	color: var(--zm-accent);
}

.stars .zm-icon {
	width: 15px;
	height: 15px;
	fill: currentColor;
	stroke-width: 1.2;
}

.rating-copy {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 0.84rem;
}

.rating-copy span {
	color: var(--zm-muted);
}

.consultation-card {
	padding: 32px;
	border-top: 4px solid var(--zm-primary);
	border-radius: var(--zm-radius);
	background: var(--zm-white);
	box-shadow: 0 24px 60px rgba(11, 42, 86, 0.2);
}

.consultation-card h2 {
	margin-bottom: 4px;
	font-size: 1.23rem;
	text-align: center;
	text-transform: uppercase;
}

.consultation-card > p {
	margin-bottom: 22px;
	color: var(--zm-muted);
	font-size: 0.83rem;
	text-align: center;
}

.consultation-form {
	display: grid;
	gap: 14px;
}

.consultation-form input,
.consultation-form select,
.search-field,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	min-height: 46px;
	padding: 11px 14px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	outline: 0;
	background: var(--zm-white);
	color: var(--zm-text);
	font-size: 0.88rem;
}

.consultation-form input:focus,
.consultation-form select:focus,
.search-field:focus,
.comment-form input:focus,
.comment-form textarea:focus {
	border-color: var(--zm-primary);
	box-shadow: 0 0 0 3px rgba(11, 42, 86, 0.09);
}

.form-privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 13px;
	color: #9ca3af;
	font-size: 0.72rem;
}

.form-privacy .zm-icon {
	color: var(--zm-secondary);
}

.form-message {
	margin-bottom: 14px;
	padding: 10px 12px;
	border-radius: 6px;
	font-size: 0.8rem;
	font-weight: 700;
}

.form-success {
	background: #ecfdf3;
	color: var(--zm-success);
}

.form-error {
	background: #fef3f2;
	color: var(--zm-danger);
}

/* --------------------------------------------------------------
   5. Statistics and features
-------------------------------------------------------------- */
.stats-wrap {
	position: relative;
	z-index: 5;
	margin-top: -56px;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 25px 16px;
	border-radius: var(--zm-radius);
	background: var(--zm-primary);
	color: var(--zm-white);
	box-shadow: var(--zm-shadow);
}

.stat-item {
	padding: 3px 20px;
	text-align: center;
	border-right: 1px solid rgba(147, 197, 253, 0.25);
}

.stat-item:last-child {
	border-right: 0;
}

.stat-number {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-bottom: 3px;
	font-size: clamp(1.25rem, 2.3vw, 1.65rem);
	font-weight: 800;
}

.stat-number .zm-icon {
	color: #93c5fd;
}

.stat-label {
	color: #bfdbfe;
	font-size: 0.8rem;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 15px;
}

.feature-card {
	padding: 25px 16px;
	border: 1px solid #f0f2f5;
	border-radius: 9px;
	background: var(--zm-white);
	text-align: center;
	box-shadow: 0 4px 14px rgba(11, 42, 86, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.feature-card:hover {
	transform: translateY(-4px);
	border-color: rgba(11, 42, 86, 0.12);
	box-shadow: var(--zm-shadow-sm);
}

.feature-icon {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	margin: 0 auto 16px;
	border: 1px solid #dbeafe;
	border-radius: 50%;
	color: var(--zm-primary);
}

.feature-icon .zm-icon {
	width: 28px;
	height: 28px;
}

.feature-card h3 {
	margin-bottom: 8px;
	color: var(--zm-text);
	font-size: 0.9rem;
}

.feature-card p {
	margin: 0;
	color: var(--zm-muted);
	font-size: 0.73rem;
	line-height: 1.55;
}

/* --------------------------------------------------------------
   6. Courses
-------------------------------------------------------------- */
.courses-section {
	padding-top: 50px;
}

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

.course-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #eef0f3;
	border-radius: 9px;
	background: var(--zm-white);
	box-shadow: 0 5px 16px rgba(11, 42, 86, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.course-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--zm-shadow-sm);
}

.course-image {
	position: relative;
	height: 198px;
	overflow: hidden;
	background: #e5e7eb;
}

.course-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.course-card:hover .course-image img {
	transform: scale(1.045);
}

.course-badge {
	position: absolute;
	left: 13px;
	bottom: 13px;
	padding: 4px 11px;
	border-radius: 5px;
	background: var(--zm-primary);
	color: var(--zm-white);
	font-size: 0.69rem;
	font-weight: 800;
}

.course-card:nth-child(even) .course-badge {
	background: var(--zm-secondary);
}

.course-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 21px;
}

.course-body h3 {
	margin-bottom: 2px;
	font-size: 1.06rem;
}

.course-subtitle {
	margin-bottom: 16px;
	color: var(--zm-muted);
	font-size: 0.8rem;
	font-weight: 600;
}

.course-features {
	display: grid;
	gap: 8px;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	color: #4b5563;
	font-size: 0.76rem;
}

.course-features li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.course-features .zm-icon {
	width: 15px;
	height: 15px;
	margin-top: 2px;
	color: var(--zm-secondary);
}

.course-features li:last-child .zm-icon {
	color: #9ca3af;
}

.course-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	margin-bottom: 12px;
	font-size: 0.78rem;
}

.course-price span {
	color: var(--zm-muted);
}

.course-price strong {
	color: var(--zm-primary);
	font-size: 1rem;
}

/* --------------------------------------------------------------
   7. Study abroad
-------------------------------------------------------------- */
.study-section {
	position: relative;
	overflow: hidden;
	background: var(--zm-primary);
}

.study-section::before,
.study-section::after {
	position: absolute;
	content: "";
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.035);
}

.study-section::before {
	width: 520px;
	height: 520px;
	right: -210px;
	top: -170px;
}

.study-section::after {
	width: 360px;
	height: 360px;
	left: -210px;
	bottom: -200px;
}

.study-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 3.1fr) minmax(190px, 0.8fr);
	align-items: center;
	gap: 42px;
}

.study-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.study-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 24px 20px;
	border: 1px solid rgba(96, 165, 250, 0.24);
	border-radius: 8px;
	background: var(--zm-card);
	color: #dbeafe;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.study-card:hover {
	transform: translateY(-3px);
	border-color: rgba(96, 165, 250, 0.68);
}

.study-icon {
	margin-bottom: 15px;
	color: var(--zm-accent);
}

.study-icon .zm-icon {
	width: 34px;
	height: 34px;
}

.study-card h3 {
	margin-bottom: 3px;
	color: var(--zm-white);
	font-size: 1.02rem;
}

.study-subtitle {
	min-height: 42px;
	margin-bottom: 15px;
	color: #bfdbfe;
	font-size: 0.7rem;
}

.study-card ul {
	display: grid;
	gap: 9px;
	min-height: 150px;
	margin: 0 0 19px;
	padding: 0;
	list-style: none;
	font-size: 0.73rem;
}

.study-card li {
	display: flex;
	align-items: flex-start;
	gap: 7px;
}

.study-card li .zm-icon {
	width: 14px;
	height: 14px;
	margin-top: 2px;
	color: var(--zm-secondary);
}

.study-illustration {
	display: grid;
	place-items: center;
	min-height: 360px;
}

.graduation-orbit {
	display: grid;
	place-items: center;
	width: 215px;
	height: 215px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.035), 0 0 0 56px rgba(255, 255, 255, 0.02);
}

.graduation-orbit span {
	display: grid;
	place-items: center;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: var(--zm-white);
}

.graduation-orbit .zm-icon {
	width: 82px;
	height: 82px;
}

/* --------------------------------------------------------------
   8. Partners and testimonials
-------------------------------------------------------------- */
.partners-section {
	padding-top: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid var(--zm-border);
}

.partner-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(26px, 5vw, 70px);
	margin-bottom: 42px;
}

.partner-logo {
	display: flex;
	max-width: 150px;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: var(--zm-primary);
	text-align: center;
	opacity: 0.82;
}

.partner-logo:nth-child(2),
.partner-logo:nth-child(4) {
	color: #991b1b;
}

.partner-logo:nth-child(3),
.partner-logo:nth-child(5) {
	color: #1d4ed8;
}

.partner-logo .zm-icon {
	width: 42px;
	height: 42px;
}

.partner-logo strong {
	font-size: 0.78rem;
	line-height: 1.3;
}

.partner-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-top: 30px;
	border-top: 1px solid #f0f1f3;
}

.partner-stats > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 18px;
	text-align: center;
}

.partner-stats strong {
	color: var(--zm-primary);
	font-size: 1.9rem;
	line-height: 1.2;
}

.partner-stats span {
	color: var(--zm-muted);
	font-size: 0.78rem;
}

.testimonials-section {
	background: #f8fafc;
}

.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.testimonial-card {
	padding: 22px;
	border: 1px solid #edf0f4;
	border-radius: 8px;
	background: var(--zm-white);
	box-shadow: 0 5px 18px rgba(11, 42, 86, 0.045);
}

.testimonial-person {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.testimonial-person img {
	width: 50px;
	height: 50px;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-person h3 {
	margin: 0 0 2px;
	color: var(--zm-text);
	font-size: 0.82rem;
}

.testimonial-person strong,
.testimonial-person span {
	display: block;
	font-size: 0.68rem;
	line-height: 1.45;
}

.testimonial-person strong {
	color: var(--zm-primary);
}

.testimonial-person span {
	color: #9ca3af;
}

.testimonial-card blockquote {
	min-height: 128px;
	margin-bottom: 13px;
	color: #596272;
	font-size: 0.78rem;
	font-style: italic;
	line-height: 1.65;
}

.testimonial-stars .zm-icon {
	width: 13px;
	height: 13px;
}

/* --------------------------------------------------------------
   9. News and video
-------------------------------------------------------------- */
.media-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(38px, 6vw, 78px);
}

.news-list {
	display: grid;
	gap: 18px;
	margin-bottom: 25px;
}

.news-item {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	color: var(--zm-text);
}

.news-thumb {
	height: 94px;
	overflow: hidden;
	border-radius: 6px;
	background: #e5e7eb;
}

.news-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.news-item:hover .news-thumb img {
	transform: scale(1.05);
}

.news-item h3 {
	display: -webkit-box;
	margin: 0 0 10px;
	overflow: hidden;
	color: var(--zm-text);
	font-size: 0.9rem;
	line-height: 1.5;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-item:hover h3 {
	color: var(--zm-primary);
}

.news-item span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #9ca3af;
	font-size: 0.69rem;
}

.news-item span .zm-icon {
	width: 13px;
	height: 13px;
}

.outline-link {
	display: inline-flex;
	padding: 7px 13px;
	border: 1px solid var(--zm-primary);
	border-radius: 5px;
	font-size: 0.73rem;
	font-weight: 800;
}

.outline-link:hover {
	background: var(--zm-primary);
	color: var(--zm-white);
}

.outline-link-dark {
	border-color: #d1d5db;
	color: var(--zm-text);
}

.outline-link-dark:hover {
	border-color: var(--zm-text);
	background: var(--zm-text);
}

.video-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 25px;
}

.video-card {
	position: relative;
	display: flex;
	aspect-ratio: 9 / 16;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
	background-color: #d1d5db;
	background-position: center;
	background-size: cover;
}

.video-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.38);
	transition: background 0.2s ease;
}

.video-card:hover .video-overlay {
	background: rgba(0, 0, 0, 0.22);
}

.video-play {
	position: relative;
	z-index: 1;
	color: var(--zm-white);
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
	transition: transform 0.2s ease;
}

.video-play .zm-icon {
	width: 48px;
	height: 48px;
	fill: rgba(255, 255, 255, 0.1);
}

.video-card:hover .video-play {
	transform: scale(1.1);
}

.video-card strong {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	display: -webkit-box;
	overflow: hidden;
	color: var(--zm-white);
	font-size: 0.67rem;
	line-height: 1.4;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* --------------------------------------------------------------
   10. Footer
-------------------------------------------------------------- */
.site-footer {
	padding: 62px 0 28px;
	border-top: 4px solid var(--zm-secondary);
	background: var(--zm-primary);
	color: #bfdbfe;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.8fr 1fr 0.9fr;
	gap: 42px;
	margin-bottom: 38px;
}

.footer-text-logo {
	margin-bottom: 16px;
}

.footer-logo {
	margin-bottom: 16px;
}

.footer-logo .custom-logo {
	max-height: 58px;
}

.footer-about p {
	color: #bfdbfe;
	font-size: 0.8rem;
	line-height: 1.75;
}

.social-links {
	display: flex;
	gap: 10px;
}

.social-links a {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(30, 64, 175, 0.55);
	color: var(--zm-white);
}

.social-links a:hover,
.social-links a:focus {
	background: var(--zm-secondary);
	color: var(--zm-white);
	transform: translateY(-2px);
}

.social-links .zm-icon {
	width: 18px;
	height: 18px;
}

.footer-heading,
.footer-widget-title {
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(59, 130, 246, 0.28);
	color: var(--zm-white);
	font-size: 0.83rem;
	text-transform: uppercase;
}

.footer-menu,
.contact-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu a,
.contact-list a {
	color: #bfdbfe;
	font-size: 0.78rem;
}

.footer-menu a::before {
	margin-right: 7px;
	content: "›";
	font-size: 1rem;
}

.footer-menu a:hover,
.contact-list a:hover {
	color: var(--zm-secondary);
}

.contact-list {
	gap: 14px;
}

.contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #bfdbfe;
	font-size: 0.78rem;
}

.contact-list .zm-icon {
	width: 17px;
	height: 17px;
	margin-top: 3px;
	color: var(--zm-secondary);
}

.contact-list li:nth-child(2) a {
	color: var(--zm-white);
	font-size: 0.92rem;
	font-weight: 800;
}

.fanpage-card {
	padding: 13px;
	border-radius: 6px;
	background: var(--zm-white);
	color: var(--zm-text);
}

.fanpage-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.fanpage-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 4px;
	background: var(--zm-primary);
	color: var(--zm-white);
}

.fanpage-icon .zm-icon {
	width: 26px;
	height: 26px;
}

.fanpage-head strong,
.fanpage-head small {
	display: block;
}

.fanpage-head strong {
	color: var(--zm-primary);
	font-size: 0.77rem;
}

.fanpage-head small {
	color: var(--zm-muted);
	font-size: 0.66rem;
}

.fanpage-button {
	display: block;
	padding: 6px 10px;
	border-radius: 4px;
	background: #2563eb;
	color: var(--zm-white);
	font-size: 0.72rem;
	font-weight: 700;
	text-align: center;
}

.fanpage-button:hover {
	background: #1d4ed8;
	color: var(--zm-white);
}

.footer-extra-widgets {
	margin-top: 20px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 23px;
	border-top: 1px solid rgba(30, 64, 175, 0.5);
	color: #93c5fd;
	font-size: 0.72rem;
}

.footer-bottom p {
	margin: 0;
}

.footer-legal {
	display: flex;
	gap: 18px;
}

.footer-legal a {
	color: #93c5fd;
}

.footer-legal a:hover {
	color: var(--zm-white);
}

.floating-contact {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 900;
	display: grid;
	gap: 11px;
}

.floating-button {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: var(--zm-white);
	box-shadow: 0 9px 25px rgba(0, 0, 0, 0.2);
}

.floating-button:hover,
.floating-button:focus {
	color: var(--zm-white);
	transform: translateY(-3px);
}

.floating-zalo {
	background: #3b82f6;
}

.floating-phone {
	background: var(--zm-secondary);
	animation: zm-pulse 2.4s infinite;
}

.floating-button .zm-icon {
	width: 22px;
	height: 22px;
}

@keyframes zm-pulse {
	0%, 100% { box-shadow: 0 9px 25px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(103, 176, 67, 0.45); }
	50% { box-shadow: 0 9px 25px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(103, 176, 67, 0); }
}

/* --------------------------------------------------------------
   11. Blog, pages, sidebar, comments
-------------------------------------------------------------- */
.inner-page {
	padding: 64px 0;
	background: #f7f8fb;
}

.content-with-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	align-items: start;
	gap: 34px;
}

.content-column {
	min-width: 0;
}

.page-header {
	margin-bottom: 24px;
}

.page-title,
.entry-title {
	font-size: clamp(1.75rem, 3.2vw, 2.5rem);
}

.content-box,
.post-card,
.widget,
.comments-area {
	border: 1px solid #edf0f4;
	border-radius: 10px;
	background: var(--zm-white);
	box-shadow: 0 5px 18px rgba(11, 42, 86, 0.05);
}

.content-box {
	padding: clamp(24px, 4vw, 42px);
}

.compact-box {
	padding: 24px 28px;
}

.post-grid {
	display: grid;
	gap: 24px;
}

.post-card {
	display: grid;
	grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.64fr);
	overflow: hidden;
}

.post-card-thumbnail {
	display: block;
	min-height: 230px;
	background: #e5e7eb;
}

.post-card-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card-content {
	padding: 28px;
}

.post-card .entry-title {
	font-size: 1.35rem;
}

.post-card .entry-summary {
	color: var(--zm-muted);
}

.entry-meta {
	margin-bottom: 8px;
	color: #8b95a5;
	font-size: 0.76rem;
}

.entry-featured-image {
	margin: 24px 0;
	overflow: hidden;
	border-radius: 9px;
}

.entry-content {
	color: #374151;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.6em;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.entry-content th,
.entry-content td {
	padding: 10px;
	border: 1px solid var(--zm-border);
}

.entry-content img {
	border-radius: 7px;
}

.tag-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 30px;
}

.tag-links a {
	padding: 5px 10px;
	border-radius: 4px;
	background: #eef3f9;
	font-size: 0.72rem;
}

.post-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 22px 0;
}

.post-navigation > div:last-child {
	text-align: right;
}

.post-navigation a {
	font-size: 0.82rem;
	font-weight: 700;
}

.widget-area {
	display: grid;
	gap: 20px;
}

.widget {
	padding: 22px;
}

.widget-title {
	margin-bottom: 16px;
	font-size: 1rem;
	text-transform: uppercase;
}

.widget ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget li {
	padding-bottom: 9px;
	border-bottom: 1px solid #eef0f2;
	font-size: 0.82rem;
}

.widget li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.search-form {
	display: flex;
	gap: 8px;
}

.search-form label {
	flex: 1;
}

.search-submit {
	padding: 0 17px;
	border: 0;
	border-radius: 5px;
	background: var(--zm-primary);
	color: var(--zm-white);
	font-weight: 700;
}

.search-submit:hover {
	background: #071e3e;
}

.navigation.pagination {
	margin-top: 30px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.page-numbers {
	display: grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border-radius: 5px;
	background: var(--zm-white);
	font-size: 0.8rem;
	font-weight: 700;
}

.page-numbers.current,
.page-numbers:hover {
	background: var(--zm-primary);
	color: var(--zm-white);
}

.comments-area {
	margin-top: 24px;
	padding: clamp(24px, 4vw, 38px);
}

.comments-title,
.comment-reply-title {
	font-size: 1.35rem;
}

.comment-list {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.comment-list .children {
	list-style: none;
}

.comment-body {
	padding: 18px 0;
	border-bottom: 1px solid var(--zm-border);
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 9px;
}

.comment-author img {
	border-radius: 50%;
}

.comment-metadata,
.comment-notes,
.logged-in-as {
	font-size: 0.76rem;
}

.comment-form {
	display: grid;
	gap: 12px;
}

.comment-form p {
	margin: 0;
}

.comment-form textarea {
	min-height: 150px;
}

.comment-form .submit {
	padding: 11px 20px;
	border: 0;
	border-radius: 5px;
	background: var(--zm-primary);
	color: var(--zm-white);
	font-weight: 800;
}

.error-page {
	display: grid;
	place-items: center;
	padding: 90px 0;
	background: #f7f8fb;
}

.error-card {
	max-width: 760px;
	margin: 0 auto;
	padding: 52px;
	border-radius: 12px;
	background: var(--zm-white);
	text-align: center;
	box-shadow: var(--zm-shadow-sm);
}

.error-code {
	color: var(--zm-secondary);
	font-size: clamp(4rem, 12vw, 8rem);
	font-weight: 900;
	line-height: 1;
}

.error-card h1 {
	font-size: 2rem;
}

.error-card p {
	color: var(--zm-muted);
}

.error-actions {
	display: grid;
	max-width: 520px;
	gap: 15px;
	margin: 24px auto 0;
}

/* WordPress alignment classes */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignwide {
	width: calc(100% + 80px);
	max-width: calc(100% + 80px);
	margin-left: -40px;
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}

.wp-caption,
.gallery-caption {
	max-width: 100%;
}

.wp-caption-text {
	margin-top: 7px;
	color: var(--zm-muted);
	font-size: 0.75rem;
	text-align: center;
}

.bypostauthor {
	display: block;
}

.sticky {
	border-left: 4px solid var(--zm-secondary);
}

/* --------------------------------------------------------------
   12. Responsive
-------------------------------------------------------------- */
@media (max-width: 1180px) {
	.header-inner {
		grid-template-columns: auto auto 1fr;
	}

	.menu-toggle {
		display: inline-flex;
		justify-self: end;
		order: 3;
	}

	.main-navigation {
		position: fixed;
		top: 72px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
		display: none;
		overflow-y: auto;
		padding: 18px 24px 40px;
		background: var(--zm-primary);
	}

	.admin-bar .main-navigation {
		top: 104px;
	}

	.main-navigation.is-open {
		display: block;
	}

	.primary-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.primary-menu a {
		padding: 14px 4px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		font-size: 0.9rem;
	}

	.primary-menu a::after {
		display: none;
	}

	.primary-menu .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		padding: 0 0 0 16px;
		visibility: visible;
		opacity: 1;
		transform: none;
		background: transparent;
		box-shadow: none;
	}

	.primary-menu .sub-menu a {
		color: #dbeafe;
	}

	.header-actions {
		grid-column: 2;
		grid-row: 1;
	}

	.features-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.course-grid,
	.testimonial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.study-illustration {
		display: none;
	}

	.study-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.admin-bar .main-navigation {
		top: 118px;
	}

	.hero-section {
		padding-top: 52px;
	}

	.hero-grid {
		grid-template-columns: 1fr;
	}

	.hero-content {
		max-width: 850px;
	}

	.consultation-card {
		width: min(100%, 580px);
		margin-inline: auto;
	}

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

	.study-card ul,
	.study-subtitle {
		min-height: 0;
	}

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

	.content-with-sidebar {
		grid-template-columns: 1fr;
	}

	.widget-area {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.site-container {
		width: min(100% - 24px, var(--zm-container));
	}

	.section {
		padding: 56px 0;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.header-inner {
		grid-template-columns: 1fr auto;
		gap: 12px;
	}

	.header-actions {
		display: none;
	}

	.menu-toggle {
		grid-column: 2;
		grid-row: 1;
	}

	.text-logo {
		font-size: 1.05rem;
	}

	.text-logo-icon .zm-icon {
		width: 29px;
		height: 29px;
	}

	.custom-logo {
		max-width: 180px;
		max-height: 46px;
	}

	.hero-section {
		padding: 44px 0 104px;
	}

	.hero-content h1 {
		font-size: clamp(2.1rem, 12vw, 3rem);
	}

	.hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hero-actions .button {
		width: 100%;
	}

	.hero-rating {
		align-items: flex-start;
	}

	.rating-copy {
		align-items: flex-start;
		flex-direction: column;
		gap: 1px;
	}

	.consultation-card {
		padding: 25px 20px;
	}

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

	.stat-item:nth-child(2) {
		border-right: 0;
	}

	.stat-item:nth-child(3),
	.stat-item:nth-child(4) {
		padding-top: 16px;
		border-top: 1px solid rgba(147, 197, 253, 0.25);
	}

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

	.course-grid,
	.testimonial-grid,
	.media-grid {
		grid-template-columns: 1fr;
	}

	.course-image {
		height: 225px;
	}

	.partner-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px 0;
	}

	.media-grid {
		gap: 54px;
	}

	.footer-grid,
	.widget-area {
		grid-template-columns: 1fr;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.post-card {
		grid-template-columns: 1fr;
	}

	.post-card-thumbnail {
		min-height: 220px;
	}

	.alignwide {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 520px) {
	.features-grid,
	.study-grid {
		grid-template-columns: 1fr;
	}

	.feature-card {
		padding: 24px;
	}

	.course-image {
		height: 200px;
	}

	.partner-logos {
		gap: 25px;
	}

	.partner-logo {
		max-width: 110px;
	}

	.video-grid {
		gap: 8px;
	}

	.news-item {
		grid-template-columns: 108px minmax(0, 1fr);
		gap: 12px;
	}

	.news-thumb {
		height: 82px;
	}

	.floating-contact {
		right: 14px;
		bottom: 14px;
	}

	.floating-button {
		width: 46px;
		height: 46px;
	}

	.error-card {
		padding: 36px 22px;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* --------------------------------------------------------------
   20. Inner pages, archives and custom content types
-------------------------------------------------------------- */
.inner-hero {
	position: relative;
	min-height: 330px;
	display: flex;
	align-items: center;
	background-color: var(--zm-primary);
	background-position: center;
	background-size: cover;
	color: var(--zm-white);
	overflow: hidden;
}

.inner-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 26, 59, 0.94) 0%, rgba(11, 42, 86, 0.82) 52%, rgba(11, 42, 86, 0.38) 100%);
}

.inner-hero-content {
	position: relative;
	z-index: 1;
	padding-block: 70px;
}

.inner-hero h1 {
	max-width: 850px;
	margin-bottom: 16px;
	color: var(--zm-white);
	font-size: clamp(2.1rem, 5vw, 4rem);
	line-height: 1.12;
}

.inner-hero p {
	max-width: 720px;
	margin: 0;
	color: rgba(255,255,255,0.82);
	font-size: 1.05rem;
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	font-size: 0.78rem;
	font-weight: 700;
}

.breadcrumbs a,
.breadcrumbs span {
	color: rgba(255,255,255,0.76);
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: var(--zm-secondary);
}

.archive-section,
.schedule-section {
	background: #f7f9fc;
}

.archive-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 34px;
}

.archive-filter a {
	padding: 9px 16px;
	border: 1px solid #dce3ec;
	border-radius: 999px;
	background: var(--zm-white);
	color: #526074;
	font-size: 0.82rem;
	font-weight: 700;
}

.archive-filter a:hover,
.archive-filter a:focus,
.archive-filter a.is-active {
	border-color: var(--zm-primary);
	background: var(--zm-primary);
	color: var(--zm-white);
}

.listing-grid {
	display: grid;
	gap: 26px;
}

.listing-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.listing-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e8edf3;
	border-radius: 14px;
	background: var(--zm-white);
	box-shadow: 0 8px 26px rgba(11, 42, 86, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.listing-card:hover {
	transform: translateY(-5px);
	border-color: rgba(11,42,86,0.14);
	box-shadow: 0 20px 42px rgba(11, 42, 86, 0.12);
}

.listing-card-media {
	position: relative;
	display: block;
	height: 230px;
	overflow: hidden;
	background: #e9eef5;
}

.listing-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

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

.listing-badge {
	position: absolute;
	left: 18px;
	bottom: 16px;
	padding: 7px 12px;
	border-radius: 6px;
	background: var(--zm-primary);
	color: var(--zm-white);
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	box-shadow: 0 8px 20px rgba(0,0,0,0.14);
}

.listing-badge-accent {
	background: var(--zm-accent);
	color: #3d2a00;
}

.listing-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.listing-card-body h2,
.listing-card-body h3 {
	margin-bottom: 12px;
	font-size: 1.24rem;
}

.listing-card-body h2 a,
.listing-card-body h3 a {
	color: var(--zm-primary);
}

.listing-card-body > p:not(.listing-eyebrow) {
	color: var(--zm-muted);
	font-size: 0.9rem;
}

.listing-eyebrow {
	margin-bottom: 7px;
	color: var(--zm-secondary);
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.listing-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	margin-bottom: 18px;
	padding-top: 16px;
	border-top: 1px solid #edf0f4;
}

.listing-meta span,
.mini-facts span,
.deadline-line {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #697386;
	font-size: 0.78rem;
}

.listing-meta strong {
	color: var(--zm-primary);
}

.mini-facts {
	display: grid;
	gap: 8px;
	margin: auto 0 18px;
	padding-top: 15px;
	border-top: 1px solid #edf0f4;
}

.mini-facts .zm-icon,
.deadline-line .zm-icon,
.listing-meta .zm-icon {
	width: 16px;
	height: 16px;
	color: var(--zm-secondary);
}

.scholarship-value {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin: auto 0 12px;
	padding: 13px 14px;
	border-radius: 9px;
	background: #f8f3e6;
}

.scholarship-value small {
	color: #8c7341;
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
}

.scholarship-value strong {
	color: #735400;
}

.deadline-line {
	margin-bottom: 17px;
}

.demo-card .text-link {
	margin-top: auto;
}

.navigation.pagination {
	margin-top: 42px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #dce3ec;
	border-radius: 7px;
	background: var(--zm-white);
	font-weight: 700;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--zm-primary);
	background: var(--zm-primary);
	color: var(--zm-white);
}

.inner-cta {
	padding: 52px 0;
	background: linear-gradient(135deg, var(--zm-primary), #153f76);
	color: var(--zm-white);
}

.inner-cta-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 30px;
}

.inner-cta h2 {
	margin-bottom: 9px;
	color: var(--zm-white);
	font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.inner-cta p {
	max-width: 760px;
	margin: 0;
	color: rgba(255,255,255,0.76);
}

.inner-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Schedule archive */
.schedule-table-wrap {
	overflow-x: auto;
	border: 1px solid #e1e7ee;
	border-radius: 14px;
	background: var(--zm-white);
	box-shadow: var(--zm-shadow-sm);
}

.schedule-table {
	width: 100%;
	min-width: 1080px;
	border-collapse: collapse;
}

.schedule-table th,
.schedule-table td {
	padding: 17px 16px;
	border-bottom: 1px solid #edf0f4;
	text-align: left;
	vertical-align: middle;
}

.schedule-table th {
	background: var(--zm-primary);
	color: var(--zm-white);
	font-size: 0.76rem;
	text-transform: uppercase;
	letter-spacing: 0.035em;
}

.schedule-table td {
	font-size: 0.86rem;
}

.schedule-table td:first-child {
	min-width: 220px;
}

.schedule-table td strong,
.schedule-table td small {
	display: block;
}

.schedule-table td small {
	margin-top: 3px;
	color: var(--zm-muted);
}

.schedule-table tr:last-child td {
	border-bottom: 0;
}

.schedule-table tbody tr:hover {
	background: #f8fbff;
}

.mode-pill {
	display: inline-flex;
	padding: 5px 9px;
	border-radius: 999px;
	background: #eaf4e4;
	color: #497d2e;
	font-size: 0.72rem;
	font-weight: 800;
}

/* Detail templates */
.detail-main,
.related-section {
	background: #f7f9fc;
}

.detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	align-items: start;
	gap: 34px;
}

.detail-content {
	display: grid;
	gap: 24px;
}

.detail-intro-card,
.detail-block,
.info-panel,
.schedule-detail-card {
	border: 1px solid #e7ecf2;
	border-radius: 14px;
	background: var(--zm-white);
	box-shadow: 0 8px 24px rgba(11,42,86,0.05);
}

.detail-intro-card,
.detail-block {
	padding: clamp(24px, 4vw, 40px);
}

.detail-intro-card h2,
.detail-block h2 {
	font-size: 1.55rem;
}

.detail-intro-card p:last-child,
.detail-block > *:last-child {
	margin-bottom: 0;
}

.detail-label {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 6px 11px;
	border-radius: 5px;
	background: var(--zm-secondary);
	color: var(--zm-white);
	font-size: 0.7rem;
	font-weight: 800;
	text-transform: uppercase;
}

.scholarship-highlight {
	background: linear-gradient(135deg, #fffaf0 0%, var(--zm-white) 70%);
}

.scholarship-highlight h2 {
	color: #8a6200;
	font-size: clamp(1.7rem, 4vw, 2.7rem);
}

.benefit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}

.benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 15px;
	border-radius: 9px;
	background: #f5f9f2;
	color: #344334;
	font-size: 0.9rem;
}

.benefit-item .zm-icon {
	margin-top: 2px;
	color: var(--zm-secondary);
}

.check-list {
	display: grid;
	gap: 13px;
}

.check-list > div {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.check-list .zm-icon {
	margin-top: 3px;
	color: var(--zm-secondary);
}

.document-list {
	display: grid;
	gap: 10px;
}

.document-list > div {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 13px 15px;
	border: 1px solid #edf0f4;
	border-radius: 9px;
}

.document-list > div > span {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--zm-primary);
	color: var(--zm-white);
	font-size: 0.74rem;
	font-weight: 800;
}

.document-list p {
	margin: 0;
}

.info-panel {
	padding: 25px;
}

.info-panel h2 {
	font-size: 1.25rem;
}

.sticky-panel {
	position: sticky;
	top: 100px;
}

.info-list {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.info-list li {
	display: grid;
	grid-template-columns: 105px minmax(0, 1fr);
	gap: 12px;
	padding: 13px 0;
	border-bottom: 1px solid #edf0f4;
}

.info-list li:last-child {
	border-bottom: 0;
}

.info-list span {
	color: var(--zm-muted);
	font-size: 0.78rem;
}

.info-list strong {
	color: var(--zm-primary);
	font-size: 0.84rem;
	text-align: right;
}

.info-panel .button + .button {
	margin-top: 10px;
}

.related-section {
	padding-top: 10px;
}

.compact-listing-card .listing-card-media {
	height: 180px;
}

.schedule-detail-card {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 22px;
}

.schedule-detail-card > div {
	padding: 8px 18px;
	border-right: 1px solid #e7ecf2;
}

.schedule-detail-card > div:last-child {
	border-right: 0;
}

.schedule-detail-card span,
.schedule-detail-card strong {
	display: block;
}

.schedule-detail-card span {
	margin-bottom: 5px;
	color: var(--zm-muted);
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.schedule-detail-card strong {
	color: var(--zm-primary);
	font-size: 0.92rem;
}

.notice-box {
	margin-top: 22px;
	padding: 15px 17px;
	border-left: 4px solid var(--zm-accent);
	border-radius: 6px;
	background: #fff8e7;
}

/* About page */
.section-kicker {
	display: block;
	margin-bottom: 10px;
	color: var(--zm-secondary);
	font-size: 0.75rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.section-kicker.centered {
	text-align: center;
}

.about-intro-grid,
.team-grid,
.course-method-grid,
.comparison-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: clamp(38px, 7vw, 90px);
}

.about-intro-media {
	position: relative;
}

.about-intro-media > img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: var(--zm-shadow);
}

.experience-badge {
	position: absolute;
	right: -22px;
	bottom: 34px;
	display: flex;
	width: 150px;
	height: 150px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 8px solid var(--zm-white);
	border-radius: 50%;
	background: var(--zm-secondary);
	color: var(--zm-white);
	box-shadow: 0 15px 35px rgba(0,0,0,0.16);
}

.experience-badge strong {
	font-size: 2rem;
}

.experience-badge span {
	font-size: 0.7rem;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.about-intro-copy h2,
.team-grid h2,
.course-method-copy h2,
.comparison-grid h2 {
	font-size: clamp(1.8rem, 4vw, 3rem);
}

.about-stat-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
}

.about-stat-row > div {
	padding: 14px 10px;
	border-radius: 9px;
	background: #f4f7fb;
	text-align: center;
}

.about-stat-row strong,
.about-stat-row span {
	display: block;
}

.about-stat-row strong {
	color: var(--zm-primary);
	font-size: 1.35rem;
}

.about-stat-row span {
	color: var(--zm-muted);
	font-size: 0.68rem;
}

.purpose-section,
.values-section,
.course-path-section,
.featured-courses-section {
	background: #f7f9fc;
}

.purpose-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}

.purpose-card {
	position: relative;
	overflow: hidden;
	padding: 38px;
	border-radius: 16px;
	background: var(--zm-primary);
	color: rgba(255,255,255,0.8);
}

.purpose-card:nth-child(2) {
	background: #163d70;
}

.purpose-card h2 {
	color: var(--zm-white);
}

.purpose-icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 22px;
	border-radius: 12px;
	background: rgba(255,255,255,0.1);
	color: var(--zm-secondary);
}

.purpose-icon .zm-icon {
	width: 30px;
	height: 30px;
}

.values-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.values-grid article {
	padding: 27px;
	border: 1px solid #e7ecf2;
	border-radius: 13px;
	background: var(--zm-white);
}

.values-grid article > span {
	display: block;
	margin-bottom: 28px;
	color: #cbd5e1;
	font-size: 2.4rem;
	font-weight: 900;
}

.values-grid h3 {
	font-size: 1.12rem;
}

.values-grid p {
	margin: 0;
	color: var(--zm-muted);
	font-size: 0.86rem;
}

.team-photo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.team-photo-grid img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 13px;
}

.team-photo-grid img:first-child {
	grid-column: 1 / -1;
	height: 260px;
}

/* Contact page */
.contact-info-section {
	padding-bottom: 18px;
	background: #f7f9fc;
}

.contact-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.contact-cards article {
	padding: 28px;
	border: 1px solid #e7ecf2;
	border-radius: 13px;
	background: var(--zm-white);
	box-shadow: 0 8px 24px rgba(11,42,86,0.05);
}

.contact-cards article > .zm-icon {
	width: 32px;
	height: 32px;
	margin-bottom: 18px;
	color: var(--zm-secondary);
}

.contact-cards h2 {
	font-size: 1.05rem;
}

.contact-cards p {
	margin-bottom: 6px;
}

.contact-cards span,
.contact-cards article > a {
	color: var(--zm-muted);
	font-size: 0.8rem;
}

.contact-main-section {
	padding-top: 38px;
}

.contact-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: start;
	gap: 32px;
}

.contact-map-card,
.contact-form-card {
	border: 1px solid #e7ecf2;
	border-radius: 15px;
	background: var(--zm-white);
	box-shadow: var(--zm-shadow-sm);
	overflow: hidden;
}

.map-placeholder {
	display: grid;
	place-items: center;
	min-height: 500px;
	padding: 36px;
	background: linear-gradient(rgba(11,42,86,0.82), rgba(11,42,86,0.88)), url('https://images.unsplash.com/photo-1524661135-423995f22d0b?q=80&w=1200') center/cover;
	color: var(--zm-white);
	text-align: center;
}

.map-placeholder .zm-icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 18px;
	color: var(--zm-secondary);
}

.map-placeholder h2 {
	color: var(--zm-white);
}

.map-placeholder p {
	max-width: 430px;
	color: rgba(255,255,255,0.8);
}

.contact-extra-content {
	padding: 25px;
}

.contact-form-card {
	padding: clamp(25px, 4vw, 42px);
}

.contact-form-card h2 {
	font-size: 1.8rem;
}

.contact-form-card > p {
	color: var(--zm-muted);
}

.contact-form {
	display: grid;
	gap: 16px;
	margin-top: 24px;
}

.form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.contact-form label {
	display: grid;
	gap: 7px;
	color: #344054;
	font-size: 0.78rem;
	font-weight: 700;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d6dde6;
	border-radius: 7px;
	outline: 0;
	background: var(--zm-white);
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: var(--zm-primary);
	box-shadow: 0 0 0 3px rgba(11,42,86,0.08);
}

/* Course overview */
.course-path-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.course-path-grid article {
	position: relative;
	padding: 28px 24px;
	border-radius: 14px;
	background: var(--zm-white);
	box-shadow: 0 8px 24px rgba(11,42,86,0.06);
}

.course-path-grid article > span {
	position: absolute;
	top: 18px;
	right: 20px;
	color: #e2e8f0;
	font-size: 2rem;
	font-weight: 900;
}

.course-path-grid article > div {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	margin-bottom: 20px;
	border-radius: 12px;
	background: #edf5e8;
	color: var(--zm-secondary);
}

.course-path-grid h3 {
	font-size: 1.02rem;
}

.course-path-grid p {
	margin: 0;
	color: var(--zm-muted);
	font-size: 0.82rem;
}

.course-method-media {
	position: relative;
}

.course-method-media > img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	border-radius: 17px;
	box-shadow: var(--zm-shadow);
}

.method-note {
	position: absolute;
	left: -25px;
	bottom: 30px;
	display: flex;
	max-width: 230px;
	align-items: center;
	gap: 12px;
	padding: 18px;
	border-radius: 12px;
	background: var(--zm-primary);
	color: var(--zm-white);
	box-shadow: 0 14px 32px rgba(0,0,0,0.18);
}

.method-note strong {
	color: var(--zm-secondary);
	font-size: 1.8rem;
}

.method-note span {
	font-size: 0.75rem;
}

.method-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 25px;
}

.method-steps > div {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 13px;
	border-radius: 8px;
	background: #f4f7fb;
}

.method-steps strong {
	color: var(--zm-secondary);
}

.method-steps span {
	font-size: 0.82rem;
	font-weight: 700;
}

.comparison-section {
	background: var(--zm-primary);
	color: rgba(255,255,255,0.8);
}

.comparison-grid h2 {
	color: var(--zm-white);
}

.comparison-list {
	display: grid;
	gap: 14px;
}

.comparison-list > div {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding: 17px;
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 10px;
	background: rgba(255,255,255,0.06);
}

.comparison-list .zm-icon {
	margin-top: 3px;
	color: var(--zm-secondary);
}

.comparison-list span,
.comparison-list strong {
	display: block;
}

.comparison-list strong {
	color: var(--zm-white);
}

/* Blog category */
.post-grid-modern {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Responsive inner pages */
@media (max-width: 1100px) {
	.listing-grid-3,
	.values-grid,
	.course-path-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.detail-layout {
		grid-template-columns: minmax(0, 1fr) 310px;
	}

	.schedule-detail-card {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.schedule-detail-card > div:nth-child(2) {
		border-right: 0;
	}

	.schedule-detail-card > div:nth-child(-n+2) {
		border-bottom: 1px solid #e7ecf2;
	}
}

@media (max-width: 900px) {
	.inner-hero {
		min-height: 280px;
	}

	.inner-hero-overlay {
		background: rgba(8,31,67,0.84);
	}

	.inner-cta-grid,
	.detail-layout,
	.about-intro-grid,
	.team-grid,
	.course-method-grid,
	.comparison-grid,
	.contact-main-grid {
		grid-template-columns: 1fr;
	}

	.detail-sidebar {
		order: -1;
	}

	.sticky-panel {
		position: static;
	}

	.info-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 22px;
	}

	.experience-badge {
		right: 18px;
	}

	.contact-cards {
		grid-template-columns: 1fr;
	}

	.course-method-media {
		order: -1;
	}

	.method-note {
		left: 20px;
	}
}

@media (max-width: 700px) {
	.inner-hero-content {
		padding-block: 54px;
	}

	.inner-hero h1 {
		font-size: 2.15rem;
	}

	.listing-grid-3,
	.values-grid,
	.course-path-grid,
	.purpose-grid,
	.benefit-grid,
	.contact-cards,
	.form-row,
	.post-grid-modern {
		grid-template-columns: 1fr;
	}

	.listing-card-media {
		height: 215px;
	}

	.inner-cta-actions {
		width: 100%;
	}

	.inner-cta-actions .button {
		flex: 1;
	}

	.info-list {
		grid-template-columns: 1fr;
	}

	.info-list li {
		grid-template-columns: 95px minmax(0, 1fr);
	}

	.schedule-detail-card {
		grid-template-columns: 1fr;
	}

	.schedule-detail-card > div {
		border-right: 0;
		border-bottom: 1px solid #e7ecf2;
	}

	.schedule-detail-card > div:last-child {
		border-bottom: 0;
	}

	.about-intro-media > img,
	.course-method-media > img {
		height: 390px;
	}

	.experience-badge {
		width: 125px;
		height: 125px;
	}

	.about-stat-row,
	.method-steps {
		grid-template-columns: 1fr;
	}

	.team-photo-grid {
		grid-template-columns: 1fr;
	}

	.team-photo-grid img:first-child {
		grid-column: auto;
	}

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

/* Hero bottom moving slider */
.hero-section {
	padding-bottom: 186px;
}

.hero-slider-strip {
	position: relative;
	z-index: 2;
	margin-top: 38px;
}

.hero-slider-fade {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: min(10vw, 110px);
	pointer-events: none;
}

.hero-slider-fade-left {
	left: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0.92), rgba(255,255,255,0));
}

.hero-slider-fade-right {
	right: 0;
	background: linear-gradient(270deg, rgba(255,255,255,0.92), rgba(255,255,255,0));
}

.hero-slider-viewport {
	overflow: hidden;
	padding: 8px 0;
}

.hero-slider-track {
	display: flex;
	gap: 18px;
	width: max-content;
	animation: zmHeroSlider 34s linear infinite;
	will-change: transform;
}

.hero-slider-strip:hover .hero-slider-track {
	animation-play-state: paused;
}

.hero-slide-card {
	display: flex;
	align-items: stretch;
	min-width: 290px;
	max-width: 290px;
	overflow: hidden;
	border: 1px solid rgba(11, 42, 86, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 36px rgba(11, 42, 86, 0.12);
	color: var(--zm-text);
}

.hero-slide-card:hover,
.hero-slide-card:focus {
	transform: translateY(-3px);
	color: var(--zm-primary);
	box-shadow: 0 18px 40px rgba(11, 42, 86, 0.16);
}

.hero-slide-image {
	width: 128px;
	flex: 0 0 128px;
}

.hero-slide-image img {
	width: 100%;
	height: 100%;
	min-height: 92px;
	object-fit: cover;
}

.hero-slide-body {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
	padding: 16px;
}

.hero-slide-body strong {
	color: var(--zm-primary);
	font-size: 0.96rem;
	line-height: 1.4;
}

.hero-slide-body span {
	color: var(--zm-secondary);
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
}

@keyframes zmHeroSlider {
	from { transform: translateX(0); }
	to { transform: translateX(calc(-50% - 9px)); }
}

@media (max-width: 991px) {
	.hero-section { padding-bottom: 142px; }
	.hero-slide-card { min-width: 250px; max-width: 250px; }
	.hero-slide-image { width: 106px; flex-basis: 106px; }
}

@media (max-width: 767px) {
	.hero-section { padding-bottom: 130px; }
	.hero-slider-fade { display: none; }
	.hero-slider-track { gap: 12px; animation-duration: 24s; }
	.hero-slide-card { min-width: 220px; max-width: 220px; border-radius: 14px; }
	.hero-slide-image { width: 92px; flex-basis: 92px; }
	.hero-slide-body { padding: 12px; }
	.hero-slide-body strong { font-size: 0.86rem; }
}

/* The following block is isolated to the new archive/detail interface classes.
   The original v1.2 homepage/header/footer CSS above remains unchanged. */
/* ==============================================================
   ZM Study 2.0 — complete archive and detail interfaces
   ============================================================== */
:root {
	--zm-deep: #073a78;
	--zm-blue-soft: #edf5ff;
	--zm-green-soft: #eff9e9;
	--zm-line: #dce6f2;
	--zm-page: #f7f9fc;
}

.zm-page-section {
	padding: 38px 0 64px;
	background: var(--zm-page);
}

.zm-inner-hero {
	position: relative;
	min-height: 250px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.zm-inner-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(4, 47, 99, .96) 0%, rgba(4, 47, 99, .83) 45%, rgba(4, 47, 99, .25) 100%);
}

.zm-inner-hero-content {
	position: relative;
	z-index: 2;
	padding-block: 38px;
}

.zm-inner-hero h1 {
	max-width: 760px;
	margin: 14px 0 10px;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.15rem);
	text-transform: uppercase;
	letter-spacing: -.02em;
}

.zm-inner-hero p {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, .92);
	font-size: 1rem;
}

.zm-breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: .78rem;
	color: rgba(255, 255, 255, .84);
}

.zm-breadcrumbs a,
.zm-breadcrumbs strong {
	color: inherit;
	font-weight: 600;
}

.zm-breadcrumbs a:hover { color: #b8e68f; }

.zm-content-sidebar,
.zm-detail-layout,
.zm-catalog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 28px;
	align-items: start;
}

.zm-main-column,
.zm-detail-main,
.zm-catalog-main { min-width: 0; }

.zm-page-card,
.zm-article-card,
.zm-detail-section,
.zm-schedule-summary,
.zm-teacher-highlight {
	border: 1px solid var(--zm-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(9, 52, 104, .06);
}

.zm-page-card { padding: 34px; }

.zm-sidebar {
	display: grid;
	gap: 18px;
}

.zm-sidebar-box,
.zm-consult-box,
.zm-info-card,
.zm-sidebar-cta {
	padding: 22px;
	border: 1px solid var(--zm-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(9, 52, 104, .06);
}

.zm-sidebar-box h2,
.zm-sidebar-box h3,
.zm-consult-box h3,
.zm-info-card h3 {
	margin-bottom: 18px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .01em;
}

.zm-search-form {
	display: flex;
	border: 1px solid var(--zm-line);
	border-radius: 7px;
	overflow: hidden;
}

.zm-search-form input {
	min-width: 0;
	flex: 1;
	border: 0;
	padding: 10px 12px;
	outline: 0;
}

.zm-search-form button {
	width: 44px;
	border: 0;
	background: var(--zm-primary);
	color: #fff;
	display: grid;
	place-items: center;
}

.zm-search-form .zm-icon { width: 18px; height: 18px; }

.zm-count-list,
.zm-count-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zm-count-list li { border-bottom: 1px solid #edf1f6; }
.zm-count-list li:last-child { border-bottom: 0; }

.zm-count-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	color: #405066;
	font-size: .84rem;
}

.zm-count-list a:hover { color: var(--zm-primary); }

.zm-mini-posts { display: grid; gap: 14px; }

.zm-mini-post {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 10px;
	align-items: center;
	color: var(--zm-text);
}

.zm-mini-post > span,
.zm-mini-post img {
	width: 76px;
	height: 58px;
	border-radius: 7px;
	object-fit: cover;
	overflow: hidden;
}

.zm-mini-post strong {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: .77rem;
	line-height: 1.45;
}

.zm-mini-post small {
	display: block;
	margin-top: 5px;
	color: var(--zm-muted);
	font-size: .67rem;
}

.zm-sidebar-cta {
	background: linear-gradient(150deg, #063d80, #0d5bac);
	color: #fff;
	text-align: center;
}

.zm-sidebar-cta h3 { color: #fff; text-transform: uppercase; }
.zm-sidebar-cta p { color: rgba(255,255,255,.85); font-size: .82rem; }
.zm-sidebar-illustration { display: grid; place-items: center; margin: 14px auto; }
.zm-sidebar-illustration .zm-icon { width: 82px; height: 82px; opacity: .92; }

.zm-label {
	display: inline-flex;
	align-items: center;
	min-height: 23px;
	padding: 3px 9px;
	border-radius: 4px;
	background: var(--zm-primary);
	color: #fff;
	font-size: .65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .025em;
}

.zm-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	color: #7a8797;
	font-size: .72rem;
}

.zm-post-meta span { display: inline-flex; align-items: center; gap: 5px; }
.zm-post-meta .zm-icon { width: 14px; height: 14px; }

.zm-featured-news {
	display: grid;
	grid-template-columns: 47% 1fr;
	gap: 20px;
	padding: 20px;
	margin-bottom: 26px;
	border: 1px solid var(--zm-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(9, 52, 104, .06);
}

.zm-featured-news-image,
.zm-featured-news-image img {
	width: 100%;
	height: 100%;
	min-height: 240px;
	border-radius: 9px;
	object-fit: cover;
	overflow: hidden;
}

.zm-featured-news-body { align-self: center; }
.zm-featured-news h2 { margin: 10px 0; font-size: 1.5rem; }
.zm-featured-news h2 a { color: var(--zm-primary); }
.zm-featured-news p { color: #526173; font-size: .9rem; }

.zm-list-heading {
	margin: 28px 0 18px;
	font-size: 1.35rem;
}

.zm-news-list-card {
	display: grid;
	grid-template-columns: 265px 1fr;
	gap: 18px;
	padding: 14px;
	margin-bottom: 15px;
	border: 1px solid var(--zm-line);
	border-radius: 10px;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease;
}

.zm-news-list-card:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(9,52,104,.08); }
.zm-news-list-image, .zm-news-list-image img { width: 100%; height: 168px; border-radius: 8px; object-fit: cover; overflow: hidden; }
.zm-news-list-body h2 { margin: 7px 0; font-size: 1.2rem; }
.zm-news-list-body h2 a { color: var(--zm-primary); }
.zm-news-list-body p { margin: 9px 0 0; color: #5a6878; font-size: .82rem; }

.navigation.pagination { margin-top: 25px; }
.nav-links { display: flex; gap: 8px; justify-content: center; }
.page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--zm-line); border-radius: 6px; background:#fff; color:var(--zm-primary); font-weight:700; }
.page-numbers.current, .page-numbers:hover { background: var(--zm-primary); color:#fff; }

.zm-article-card { padding: 22px; }
.zm-article-cover, .zm-article-cover img { width:100%; max-height:390px; border-radius:10px; object-fit:cover; overflow:hidden; }
.zm-article-title { margin: 12px 0; font-size: clamp(1.7rem,3vw,2.5rem); }
.zm-article-meta { padding-bottom: 14px; border-bottom:1px solid #e6edf5; }
.zm-article-lead { margin:16px 0; color:#405066; font-weight:600; }
.zm-toc { padding:18px 22px; margin:20px 0; border:1px solid #9bc5ef; border-radius:8px; background:#f8fcff; }
.zm-toc strong { display:block; color:var(--zm-primary); text-transform:uppercase; }
.zm-toc ol { columns:2; margin:10px 0 0; padding-left:20px; }
.zm-toc a { color:#244c80; font-size:.84rem; }
.zm-article-content h2 { margin-top:28px; font-size:1.35rem; }
.zm-article-content h3 { margin-top:22px; }
.zm-article-content img { margin:20px auto; border-radius:8px; }
.zm-article-content table { width:100%; border-collapse:collapse; }
.zm-article-content th,.zm-article-content td { padding:10px; border:1px solid #cfdceb; }
.zm-check-list { margin:0; padding:0; list-style:none; }
.zm-check-list li { position:relative; padding:5px 0 5px 24px; color:#435267; font-size:.88rem; }
.zm-check-list li::before { position:absolute; left:0; top:6px; content:'✓'; color:#62b33f; font-weight:900; }

.zm-process-grid,
.zm-horizontal-process {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:14px;
	margin-top:20px;
}

.zm-process-grid > div,
.zm-horizontal-process > div {
	position:relative;
	text-align:center;
	padding:14px 10px;
}

.zm-process-grid b,
.zm-horizontal-process b {
	display:grid;
	place-items:center;
	width:38px;
	height:38px;
	margin:0 auto 9px;
	border-radius:50%;
	background:var(--zm-primary);
	color:#fff;
}

.zm-process-grid strong,
.zm-horizontal-process strong { display:block; color:var(--zm-primary); font-size:.84rem; }
.zm-process-grid span,
.zm-horizontal-process span { display:block; margin-top:4px; color:#6b7788; font-size:.72rem; }

.zm-article-tags { margin-top:22px; padding-top:14px; border-top:1px solid #edf1f6; font-size:.78rem; }
.zm-inline-cta,.zm-bottom-cta { display:flex; align-items:center; justify-content:space-between; gap:25px; padding:22px 28px; margin-top:26px; border-radius:10px; background:linear-gradient(120deg,#063b7c,#0c59aa); color:#fff; }
.zm-inline-cta h3,.zm-bottom-cta h2 { color:#fff; margin-bottom:4px; }
.zm-inline-cta p,.zm-bottom-cta p { margin:0; color:rgba(255,255,255,.82); }
.zm-author-box { display:flex; gap:15px; padding:18px; margin-top:18px; border:1px solid var(--zm-line); border-radius:9px; background:#fff; }
.zm-author-box img { border-radius:50%; }
.zm-author-box p { margin:5px 0 0; font-size:.8rem; color:#667487; }
.zm-post-nav { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:16px; }
.zm-post-nav > div { padding:12px; border:1px solid var(--zm-line); border-radius:8px; }
.zm-post-nav small { display:block; color:#8491a1; }
.zm-related-section { margin-top:34px; }
.zm-related-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.zm-related-card { border:1px solid var(--zm-line); border-radius:9px; background:#fff; overflow:hidden; }
.zm-related-card img { width:100%; height:155px; object-fit:cover; }
.zm-related-card h3 { padding:12px 14px 0; font-size:.95rem; }
.zm-related-card small { display:block; padding:0 14px 14px; color:#7f8b9a; }
.zm-single-consult { margin-top:24px; }
.zm-single-consult .zm-consult-box { max-width:760px; margin-inline:auto; }

.zm-filter-bar {
	display:grid;
	grid-template-columns:1.25fr repeat(3,1fr) auto;
	gap:16px;
	align-items:end;
	padding:20px;
	margin-top:-64px;
	position:relative;
	z-index:3;
	border:1px solid var(--zm-line);
	border-radius:12px;
	background:#fff;
	box-shadow:0 14px 34px rgba(7,50,102,.13);
}
.zm-filter-bar label { display:grid; gap:7px; color:#34527a; font-size:.72rem; font-weight:700; }
.zm-filter-bar input,.zm-filter-bar select { width:100%; min-height:44px; padding:10px 12px; border:1px solid #d8e2ed; border-radius:6px; background:#fff; color:#586779; }
.zm-catalog-layout { margin-top:40px; }
.zm-catalog-sidebar { display:grid; gap:18px; }

.zm-course-featured {
	display:grid;
	grid-template-columns:42% 1fr;
	gap:22px;
	padding:14px;
	border:1px solid var(--zm-line);
	border-radius:11px;
	background:#fff;
}
.zm-course-featured-image { position:relative; }
.zm-course-featured-image,.zm-course-featured-image img { width:100%; height:285px; border-radius:8px; object-fit:cover; overflow:hidden; }
.zm-course-featured-image > span { position:absolute; top:0; left:0; padding:8px 12px; background:#7aa931; color:#fff; font-weight:800; text-transform:uppercase; clip-path:polygon(0 0,100% 0,86% 100%,0 100%); }
.zm-course-featured > div { align-self:center; }
.zm-course-featured h3 { margin:8px 0; font-size:1.55rem; }
.zm-course-featured p { color:#5c6978; font-size:.88rem; }
.zm-spec-row { display:flex; flex-wrap:wrap; gap:18px; margin:18px 0; }
.zm-spec-row span { display:flex; align-items:center; gap:5px; color:#50627a; font-size:.76rem; }
.zm-card-actions { display:flex; gap:12px; flex-wrap:wrap; }

.zm-course-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.zm-course-catalog-card,.zm-program-card,.zm-scholarship-card { border:1px solid var(--zm-line); border-radius:10px; background:#fff; overflow:hidden; transition:.2s ease; }
.zm-course-catalog-card:hover,.zm-program-card:hover,.zm-scholarship-card:hover { transform:translateY(-3px); box-shadow:0 12px 28px rgba(7,50,102,.1); }
.zm-course-catalog-card { display:grid; grid-template-columns:42% 1fr; }
.zm-card-image,.zm-card-image img { width:100%; height:100%; min-height:210px; object-fit:cover; overflow:hidden; }
.zm-card-content { padding:16px; }
.zm-card-content h2,.zm-card-content h3 { margin:7px 0; font-size:1.05rem; }
.zm-card-content p { color:#637184; font-size:.78rem; }
.zm-mini-specs { display:flex; gap:12px; color:#617189; font-size:.68rem; }
.zm-price-line { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:14px; }
.zm-price-line strong { color:var(--zm-primary); }
.zm-price-line a { padding:6px 10px; border:1px solid #9cb7d7; border-radius:5px; font-size:.68rem; font-weight:800; }

.zm-roadmap-list { margin:0; padding:0; list-style:none; }
.zm-roadmap-list li { display:flex; gap:10px; padding:9px 0; }
.zm-roadmap-list b { display:grid; place-items:center; width:26px; height:26px; border-radius:50%; background:#67b043; color:#fff; }
.zm-roadmap-list strong,.zm-roadmap-list span { display:block; }
.zm-roadmap-list strong { font-size:.82rem; }
.zm-roadmap-list span { color:#728093; font-size:.7rem; }
.zm-benefit-strip { margin-top:48px; padding:24px 0; background:#fff; border-block:1px solid var(--zm-line); }
.zm-benefit-strip .site-container { display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.zm-benefit-strip div > div { display:grid; grid-template-columns:54px 1fr; column-gap:14px; }
.zm-benefit-strip b { grid-row:1/3; display:grid; place-items:center; width:54px; height:54px; border-radius:9px; background:#f1f6fd; color:var(--zm-primary); font-size:1.4rem; }
.zm-benefit-strip strong,.zm-benefit-strip span { display:block; }
.zm-benefit-strip span { color:#6e7b8c; font-size:.77rem; }

.zm-detail-hero,.zm-program-hero,.zm-scholarship-hero {
	position:relative;
	min-height:430px;
	background-position:center;
	background-size:cover;
	display:flex;
	align-items:center;
}
.zm-detail-hero-overlay,.zm-program-hero-overlay,.zm-scholarship-hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.86) 48%,rgba(255,255,255,.08) 75%); }
.zm-detail-hero .site-container,.zm-program-hero .site-container,.zm-scholarship-hero .site-container { position:relative; z-index:2; }
.zm-detail-hero-copy,.zm-program-hero-grid > div,.zm-scholarship-hero-copy { max-width:710px; }
.zm-detail-hero h1,.zm-program-hero h1,.zm-scholarship-hero h1 { font-size:clamp(2.2rem,5vw,4rem); text-transform:uppercase; }
.zm-program-hero h2 { margin-top:-8px; font-size:2rem; text-transform:uppercase; }
.zm-detail-hero p,.zm-program-hero p,.zm-scholarship-hero p { color:#4d5b6e; font-size:1rem; }
.zm-detail-hero .zm-breadcrumbs,.zm-program-hero .zm-breadcrumbs,.zm-scholarship-hero .zm-breadcrumbs { color:#45658d; margin-bottom:22px; }
.zm-hero-specs { display:flex; flex-wrap:wrap; gap:20px; margin:22px 0; }
.zm-hero-specs > span { display:grid; grid-template-columns:24px auto; column-gap:8px; color:#4d6079; font-size:.72rem; }
.zm-hero-specs .zm-icon { grid-row:1/3; width:22px; height:22px; color:var(--zm-primary); }
.zm-hero-specs b { color:var(--zm-primary); }

.zm-program-benefits { margin-top:-36px; position:relative; z-index:3; }
.zm-program-benefits .site-container { display:grid; grid-template-columns:repeat(5,1fr); padding:20px; border-radius:10px; background:var(--zm-primary); color:#fff; box-shadow:0 14px 30px rgba(7,50,102,.22); }
.zm-program-benefits div > div { display:grid; grid-template-columns:42px 1fr; column-gap:10px; padding:5px 16px; border-right:1px solid rgba(255,255,255,.17); }
.zm-program-benefits div > div:last-child { border-right:0; }
.zm-program-benefits b { grid-row:1/3; display:grid; place-items:center; width:42px; height:42px; border:1px solid rgba(255,255,255,.5); border-radius:50%; }
.zm-program-benefits strong,.zm-program-benefits span { display:block; }
.zm-program-benefits strong { font-size:.78rem; }
.zm-program-benefits span { color:#c9def5; font-size:.64rem; }

.zm-detail-section { padding:24px; margin-bottom:18px; scroll-margin-top:105px; }
.zm-detail-section > h2 { margin-bottom:16px; font-size:1.25rem; text-transform:uppercase; }
.zm-sticky-tabs { position:sticky; top:82px; z-index:30; display:flex; gap:8px; overflow:auto; padding:8px 0 14px; margin-bottom:10px; background:var(--zm-page); }
.admin-bar .zm-sticky-tabs { top:114px; }
.zm-sticky-tabs a { flex:0 0 auto; padding:10px 16px; border-radius:5px; background:#eef3fa; color:var(--zm-primary); font-size:.72rem; font-weight:800; text-transform:uppercase; }
.zm-sticky-tabs a:first-child,.zm-sticky-tabs a:hover { background:var(--zm-primary); color:#fff; }
.zm-section-media { display:grid; grid-template-columns:1fr 260px; gap:24px; align-items:center; }
.zm-section-media img { width:100%; height:200px; object-fit:cover; border-radius:9px; }
.zm-curriculum-list { display:grid; gap:8px; }
.zm-curriculum-list > div { display:grid; grid-template-columns:34px 1fr auto; gap:12px; align-items:center; padding:13px; border:1px solid #e1e8f0; border-radius:7px; }
.zm-curriculum-list > div > span { display:grid; place-items:center; width:30px; height:30px; border-radius:6px; background:#eaf3ff; color:var(--zm-primary); font-weight:800; }
.zm-curriculum-list strong { color:var(--zm-primary); font-size:.82rem; }
.zm-curriculum-list p { margin:2px 0 0; font-size:.72rem; color:#6c7888; }
.zm-curriculum-list small { padding:4px 8px; border-radius:4px; background:#edf4fd; color:#58749a; }
.zm-teacher-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.zm-teacher-grid article { border:1px solid var(--zm-line); border-radius:9px; overflow:hidden; background:#fff; }
.zm-teacher-grid img { width:100%; height:190px; object-fit:cover; }
.zm-teacher-grid article > div { padding:13px; }
.zm-teacher-grid strong,.zm-teacher-grid span { display:block; }
.zm-teacher-grid strong { color:var(--zm-primary); font-size:.82rem; }
.zm-teacher-grid span { color:#6d7b8c; font-size:.7rem; }
.zm-teacher-grid ul { margin:8px 0 0; padding-left:16px; color:#647285; font-size:.68rem; }
.zm-review-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.zm-review-grid article { padding:14px; border:1px solid var(--zm-line); border-radius:8px; }
.zm-review-grid article > div:first-child { display:flex; gap:9px; align-items:center; }
.zm-review-grid img { width:38px; height:38px; border-radius:50%; }
.zm-review-grid strong { font-size:.75rem; }
.zm-review-grid p { margin:6px 0 0; color:#657285; font-size:.72rem; }
.zm-faq-list { display:grid; gap:7px; }
.zm-faq-item { border:1px solid var(--zm-line); border-radius:6px; overflow:hidden; }
.zm-faq-button { width:100%; display:flex; justify-content:space-between; gap:15px; padding:12px 14px; border:0; background:#fff; color:#334d70; text-align:left; font-weight:700; }
.zm-faq-answer { display:none; padding:0 14px 12px; color:#657387; font-size:.82rem; }
.zm-faq-answer p { margin:0; }
.zm-faq-item.is-open .zm-faq-answer { display:block; }
.zm-faq-item.is-open .zm-faq-button b { transform:rotate(45deg); }

.zm-detail-sidebar { display:grid; gap:18px; }
.zm-info-card { padding:0 20px 20px; overflow:hidden; }
.zm-info-card h3 { margin:0 -20px 18px; padding:16px 20px; background:var(--zm-primary); color:#fff; }
.zm-info-card ul { margin:0 0 18px; padding:0; list-style:none; }
.zm-info-card li { display:flex; justify-content:space-between; gap:15px; padding:10px 0; border-bottom:1px solid #edf1f5; font-size:.75rem; color:#506078; }
.zm-info-card li b { color:#304a6c; }
.zm-info-card small { display:block; margin-top:10px; text-align:center; color:#647288; }
.zm-price-box { padding:0 0 15px; margin-bottom:8px; border-bottom:1px solid #e3eaf2; }
.zm-price-box span,.zm-price-box strong { display:block; }
.zm-price-box strong { margin-top:4px; color:var(--zm-primary); font-size:1.65rem; }
.zm-consult-box form { display:grid; gap:12px; }
.zm-consult-box label { display:grid; gap:6px; color:#4a5a6e; font-size:.7rem; font-weight:700; }
.zm-consult-box input,.zm-consult-box select { width:100%; padding:10px 12px; border:1px solid #dce4ed; border-radius:5px; background:#fff; }
.zm-consult-box small { display:flex; justify-content:center; align-items:center; gap:5px; margin-top:10px; color:#8190a0; font-size:.65rem; }
.zm-consult-box small .zm-icon { color:#67b043; }
.zm-advisor { display:grid; grid-template-columns:75px 1fr; gap:12px; align-items:center; margin-bottom:15px; }
.zm-advisor img { width:75px; height:75px; border-radius:50%; object-fit:cover; }
.zm-advisor strong,.zm-advisor span,.zm-advisor a { display:block; }
.zm-advisor strong { color:var(--zm-primary); font-size:.8rem; }
.zm-advisor span,.zm-advisor a { margin-top:4px; font-size:.7rem; }

.zm-stat-cards { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; margin-top:18px; }
.zm-stat-cards > div { padding:14px 8px; border-radius:8px; background:#f4f7fb; text-align:center; }
.zm-stat-cards b { display:grid; place-items:center; height:30px; color:var(--zm-primary); }
.zm-stat-cards .zm-icon { width:24px; height:24px; }
.zm-stat-cards span,.zm-stat-cards strong { display:block; }
.zm-stat-cards span { color:#6b7989; font-size:.67rem; }
.zm-stat-cards strong { margin-top:5px; color:#324c6d; font-size:.72rem; }
.zm-two-list { display:grid; grid-template-columns:1fr 1fr; gap:8px 28px; }
.zm-two-list > div { padding:6px 0; color:#4f6076; font-size:.82rem; }
.zm-five-process { grid-template-columns:repeat(5,1fr); }
.zm-cost-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.zm-cost-grid > div { padding:18px 12px; border-radius:8px; background:#f5f8fc; text-align:center; }
.zm-cost-grid b { display:grid; place-items:center; color:var(--zm-primary); }
.zm-cost-grid span,.zm-cost-grid strong { display:block; }
.zm-cost-grid span { margin-top:6px; color:#647185; font-size:.72rem; }
.zm-cost-grid strong { margin-top:4px; color:#65aa39; font-size:.9rem; }
.zm-school-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.zm-school-grid > div { padding:18px 10px; border:1px solid var(--zm-line); border-radius:8px; text-align:center; }
.zm-school-grid span { display:grid; place-items:center; height:55px; color:var(--zm-primary); }
.zm-school-grid .zm-icon { width:46px; height:46px; }
.zm-school-grid strong { display:block; font-size:.7rem; }

.zm-program-grid,.zm-scholarship-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.zm-program-card .zm-card-image,.zm-scholarship-card .zm-card-image { display:block; height:220px; }
.zm-program-specs { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:15px 0; }
.zm-program-specs span { padding:8px; border-radius:6px; background:#f5f8fc; color:#647286; font-size:.65rem; }
.zm-program-specs b { display:block; color:#29496f; }
.zm-section-intro { display:flex; justify-content:space-between; gap:30px; align-items:center; margin-bottom:28px; }
.zm-section-intro h2 { margin:8px 0; }
.zm-section-intro p { max-width:700px; margin:0; color:#617084; }

.zm-scholarship-hero { min-height:520px; }
.zm-scholarship-hero-copy > span { display:block; width:55px; height:4px; margin:15px 0; background:var(--zm-secondary); }
.zm-scholarship-highlights { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:34px; }
.zm-scholarship-highlights > div { text-align:center; }
.zm-scholarship-highlights .zm-icon { width:30px; height:30px; margin:0 auto 8px; color:var(--zm-primary); }
.zm-scholarship-highlights strong,.zm-scholarship-highlights span { display:block; }
.zm-scholarship-highlights strong { color:#3f5168; font-size:.72rem; }
.zm-scholarship-highlights span { color:#657589; font-size:.68rem; }
.zm-benefit-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.zm-benefit-card-grid > div { padding:20px; border:1px solid var(--zm-line); border-radius:8px; text-align:center; }
.zm-benefit-card-grid span { display:grid; place-items:center; width:56px; height:56px; margin:0 auto 10px; border-radius:50%; background:var(--zm-green-soft); color:#65ae3e; }
.zm-benefit-card-grid .zm-icon { width:28px; height:28px; }
.zm-benefit-card-grid strong { display:block; color:var(--zm-primary); font-size:.8rem; }
.zm-benefit-card-grid p { margin:6px 0 0; color:#687689; font-size:.7rem; }
.zm-three-info { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.zm-three-info > div { padding:22px; border:1px solid var(--zm-line); border-radius:10px; background:#fff; }
.zm-three-info > div:nth-child(2) { text-align:center; }
.zm-three-info > div:nth-child(2) > span { display:grid; place-items:center; height:72px; color:var(--zm-primary); }
.zm-three-info > div:nth-child(2) .zm-icon { width:52px; height:52px; }
.zm-three-info strong { display:block; color:var(--zm-primary); font-size:1.3rem; }

.zm-schedule-filter { grid-template-columns:repeat(3,1fr) auto; margin-top:0; }
.zm-schedule-tabs { display:grid; grid-template-columns:repeat(4,1fr); margin:28px 0 22px; border-bottom:1px solid var(--zm-line); }
.zm-schedule-tabs a { padding:14px; text-align:center; color:var(--zm-primary); font-size:.75rem; font-weight:800; text-transform:uppercase; }
.zm-schedule-tabs a.active { background:var(--zm-primary); color:#fff; border-radius:5px 5px 0 0; }
.zm-schedule-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.zm-schedule-card { padding:18px; border:1px solid var(--zm-line); border-radius:9px; background:#fff; }
.zm-schedule-card h2 { min-height:60px; margin:10px 0; font-size:1.04rem; }
.zm-schedule-card ul { margin:0; padding:0 0 12px; list-style:none; border-bottom:1px solid #e5ebf2; }
.zm-schedule-card li { display:flex; align-items:center; gap:7px; padding:4px 0; color:#51637a; font-size:.7rem; }
.zm-schedule-card li .zm-icon { width:15px; height:15px; color:var(--zm-primary); }
.zm-start-date { display:grid; grid-template-columns:62px 58px 1fr; align-items:end; margin:14px 0 4px; }
.zm-start-date > span { grid-column:1/4; color:#526b8f; font-size:.65rem; text-transform:uppercase; font-weight:800; }
.zm-start-date > strong { font-size:2.5rem; line-height:1; color:var(--zm-primary); }
.zm-start-date > div { color:var(--zm-primary); font-size:.72rem; font-weight:800; }
.zm-start-date small { display:block; font-weight:500; }
.zm-schedule-card p { color:#506176; font-size:.7rem; }
.zm-schedule-card p b { color:#58a82e; }
.zm-text-link { display:block; margin-top:10px; text-align:center; font-size:.7rem; font-weight:800; }
.zm-why-strip { margin-top:40px; padding:26px 0; background:#eef4fb; }
.zm-why-strip h2 { text-align:center; font-size:1.2rem; }
.zm-why-strip .site-container > div { display:grid; grid-template-columns:repeat(6,1fr); gap:10px; }
.zm-why-strip span { display:grid; gap:5px; place-items:center; color:var(--zm-primary); text-align:center; font-size:1.5rem; }
.zm-why-strip b { font-size:.7rem; }
.zm-newsletter { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-top:20px; padding:20px 28px; border-radius:8px; background:var(--zm-primary); color:#fff; }
.zm-newsletter h3 { color:#fff; margin-bottom:4px; }
.zm-newsletter p { margin:0; color:#d9e8f8; }
.zm-newsletter form { display:flex; min-width:420px; }
.zm-newsletter input { flex:1; border:0; padding:11px 14px; border-radius:5px 0 0 5px; }
.zm-newsletter .button { border-radius:0 5px 5px 0; }

.zm-schedule-detail-hero { min-height:310px; background:linear-gradient(90deg,#fff,#eaf4ff); }
.zm-schedule-hero-grid { display:grid; grid-template-columns:1fr 420px; align-items:center; gap:30px; }
.zm-schedule-hero-grid img { width:100%; height:310px; object-fit:cover; object-position:center top; }
.zm-schedule-summary { padding:20px; margin-bottom:18px; }
.zm-schedule-summary h1 { margin:8px 0 18px; font-size:1.65rem; }
.zm-schedule-summary-grid { display:grid; grid-template-columns:175px 1fr; gap:15px; }
.zm-date-block { padding:16px; border-radius:8px; background:#f7faff; text-align:center; }
.zm-date-block span,.zm-date-block b,.zm-date-block small { display:block; }
.zm-date-block strong { display:block; margin:5px 0; color:var(--zm-primary); font-size:3rem; line-height:1; }
.zm-date-block p { color:#55a72f; font-size:.72rem; }
.zm-summary-specs { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.zm-summary-specs span { padding:12px; border-radius:7px; background:#f7faff; color:#53657d; font-size:.72rem; }
.zm-summary-specs b { display:block; color:var(--zm-primary); }
.zm-table-wrap { overflow:auto; }
.zm-schedule-table { width:100%; border-collapse:collapse; min-width:680px; }
.zm-schedule-table th,.zm-schedule-table td { padding:10px 12px; border:1px solid #d7e2ee; text-align:left; font-size:.72rem; }
.zm-schedule-table th { background:#f1f6fc; color:var(--zm-primary); }
.zm-related-schedule { display:grid; grid-template-columns:35px 1fr; gap:8px; padding:10px 0; border-bottom:1px solid #edf1f5; }
.zm-related-schedule > span { color:var(--zm-primary); font-size:1.3rem; }
.zm-related-schedule strong,.zm-related-schedule small,.zm-related-schedule em { display:block; }
.zm-related-schedule strong { font-size:.72rem; }
.zm-related-schedule small { color:#708094; font-size:.65rem; }
.zm-related-schedule em { color:#58a82e; font-size:.64rem; font-style:normal; }
.zm-teacher-highlight { display:grid; grid-template-columns:160px 1fr 1fr; gap:24px; align-items:center; padding:22px; margin-top:25px; }
.zm-teacher-highlight img { width:150px; height:150px; border-radius:50%; object-fit:cover; }
.zm-teacher-highlight blockquote { padding:22px; border-radius:8px; background:#edf4fc; color:#4e6179; font-style:italic; }

.zm-about-intro { display:grid; grid-template-columns:1.1fr .9fr; gap:40px; align-items:center; }
.zm-about-intro h2 { margin:10px 0 16px; font-size:2rem; }
.zm-about-image img { width:100%; height:420px; object-fit:cover; border-radius:16px; }
.zm-about-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:42px 0; padding:25px; border-radius:12px; background:var(--zm-primary); color:#fff; }
.zm-about-stats div { text-align:center; border-right:1px solid rgba(255,255,255,.2); }
.zm-about-stats div:last-child { border-right:0; }
.zm-about-stats strong,.zm-about-stats span { display:block; }
.zm-about-stats strong { font-size:2rem; }
.zm-about-stats span { color:#c9def6; font-size:.78rem; }
.zm-about-values { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:30px 0; }
.zm-about-values article { padding:28px; border:1px solid var(--zm-line); border-radius:11px; background:#fff; text-align:center; }
.zm-about-values article > span { display:grid; place-items:center; width:64px; height:64px; margin:0 auto 14px; border-radius:50%; background:#eef5fd; color:var(--zm-primary); }
.zm-about-values .zm-icon { width:30px; height:30px; }
.zm-about-values p { color:#657487; font-size:.83rem; }
.zm-contact-layout { display:grid; grid-template-columns:1fr .8fr; gap:38px; }
.zm-contact-cards { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:25px 0; }
.zm-contact-cards article { display:grid; grid-template-columns:44px 1fr; gap:12px; padding:16px; border:1px solid var(--zm-line); border-radius:9px; background:#fff; }
.zm-contact-cards .zm-icon { width:30px; height:30px; color:var(--zm-primary); }
.zm-contact-cards strong,.zm-contact-cards span,.zm-contact-cards a { display:block; }
.zm-contact-cards strong { color:var(--zm-primary); font-size:.8rem; }
.zm-contact-cards span,.zm-contact-cards a { margin-top:4px; color:#617083; font-size:.74rem; }
.zm-map-placeholder { min-height:260px; display:grid; place-items:center; border:1px dashed #9cb8d8; border-radius:10px; background:linear-gradient(135deg,#edf5ff,#f8fbff); text-align:center; }
.zm-map-placeholder > div { max-width:350px; }
.zm-map-placeholder .zm-icon { width:54px; height:54px; margin:0 auto 10px; color:var(--zm-primary); }
.zm-map-placeholder strong,.zm-map-placeholder span { display:block; }
.zm-map-placeholder span { margin-top:5px; color:#6b798a; font-size:.75rem; }
.zm-learning-levels { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin:28px 0 44px; }
.zm-learning-levels article { padding:24px; border-radius:10px; background:#fff; border:1px solid var(--zm-line); }
.zm-learning-levels b { display:grid; place-items:center; width:44px; height:44px; border-radius:50%; background:var(--zm-primary); color:#fff; }
.zm-learning-levels h3 { margin:12px 0 6px; }
.zm-learning-levels p { margin:0; color:#697789; font-size:.78rem; }

.zm-empty-state { max-width:760px; margin:50px auto; padding:45px; border:1px solid var(--zm-line); border-radius:12px; background:#fff; text-align:center; }
.zm-empty-state h2 { font-size:2rem; }

@media (max-width: 1180px) {
	.zm-content-sidebar,.zm-detail-layout,.zm-catalog-layout { grid-template-columns:minmax(0,1fr) 285px; }
	.zm-schedule-grid { grid-template-columns:repeat(3,1fr); }
	.zm-teacher-grid,.zm-review-grid { grid-template-columns:repeat(2,1fr); }
	.zm-program-grid,.zm-scholarship-grid { grid-template-columns:repeat(2,1fr); }
	.zm-school-grid { grid-template-columns:repeat(3,1fr); }
}

@media (max-width: 991px) {
	.zm-content-sidebar,.zm-detail-layout,.zm-catalog-layout,.zm-contact-layout { grid-template-columns:1fr; }
	.zm-sidebar,.zm-catalog-sidebar,.zm-detail-sidebar { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.zm-filter-bar { grid-template-columns:repeat(2,1fr); margin-top:20px; }
	.zm-filter-bar .button { width:100%; }
	.zm-course-featured { grid-template-columns:1fr; }
	.zm-course-featured-image,.zm-course-featured-image img { height:320px; }
	.zm-program-benefits .site-container { grid-template-columns:repeat(3,1fr); }
	.zm-program-benefits div > div { border-right:0; }
	.zm-stat-cards { grid-template-columns:repeat(3,1fr); }
	.zm-five-process,.zm-horizontal-process,.zm-process-grid { grid-template-columns:repeat(2,1fr); }
	.zm-schedule-grid { grid-template-columns:repeat(2,1fr); }
	.zm-why-strip .site-container > div { grid-template-columns:repeat(3,1fr); }
	.zm-schedule-hero-grid { grid-template-columns:1fr; }
	.zm-schedule-hero-grid img { display:none; }
	.zm-program-hero,.zm-scholarship-hero,.zm-detail-hero { min-height:390px; }
	.zm-scholarship-highlights { grid-template-columns:repeat(2,1fr); }
	.zm-about-intro { grid-template-columns:1fr; }
}

@media (max-width: 767px) {
	.zm-page-section { padding:26px 0 45px; }
	.zm-inner-hero { min-height:220px; }
	.zm-inner-hero-overlay { background:rgba(5,52,105,.88); }
	.zm-content-sidebar,.zm-detail-layout,.zm-catalog-layout { gap:18px; }
	.zm-sidebar,.zm-catalog-sidebar,.zm-detail-sidebar { grid-template-columns:1fr; }
	.zm-featured-news,.zm-news-list-card,.zm-course-catalog-card,.zm-course-featured { grid-template-columns:1fr; }
	.zm-featured-news-image,.zm-featured-news-image img { min-height:220px; }
	.zm-news-list-image,.zm-news-list-image img { height:210px; }
	.zm-filter-bar,.zm-schedule-filter { grid-template-columns:1fr; padding:16px; }
	.zm-course-cards,.zm-program-grid,.zm-scholarship-grid { grid-template-columns:1fr; }
	.zm-card-image,.zm-card-image img { min-height:220px; }
	.zm-related-grid,.zm-benefit-strip .site-container,.zm-about-values,.zm-about-stats,.zm-learning-levels { grid-template-columns:1fr; }
	.zm-about-stats div { padding:10px; border-right:0; border-bottom:1px solid rgba(255,255,255,.2); }
	.zm-detail-hero-overlay,.zm-program-hero-overlay,.zm-scholarship-hero-overlay { background:rgba(255,255,255,.9); }
	.zm-hero-specs { display:grid; grid-template-columns:1fr 1fr; }
	.zm-program-benefits { margin-top:0; }
	.zm-program-benefits .site-container { grid-template-columns:1fr 1fr; border-radius:0; }
	.zm-section-media { grid-template-columns:1fr; }
	.zm-section-media img { height:230px; }
	.zm-sticky-tabs { top:68px; }
	.zm-teacher-grid,.zm-review-grid,.zm-stat-cards,.zm-benefit-card-grid,.zm-three-info,.zm-cost-grid,.zm-school-grid,.zm-two-list { grid-template-columns:1fr; }
	.zm-schedule-tabs { grid-template-columns:1fr 1fr; }
	.zm-schedule-grid { grid-template-columns:1fr; }
	.zm-why-strip .site-container > div { grid-template-columns:1fr 1fr; }
	.zm-newsletter,.zm-inline-cta,.zm-bottom-cta,.zm-section-intro { flex-direction:column; align-items:stretch; }
	.zm-newsletter form { min-width:0; }
	.zm-newsletter input { min-width:0; }
	.zm-schedule-summary-grid { grid-template-columns:1fr; }
	.zm-summary-specs { grid-template-columns:1fr; }
	.zm-teacher-highlight { grid-template-columns:1fr; text-align:center; }
	.zm-teacher-highlight img { margin:auto; }
	.zm-post-nav { grid-template-columns:1fr; }
	.zm-toc ol { columns:1; }
	.zm-contact-cards { grid-template-columns:1fr; }
}

@media (max-width: 520px) {
	.zm-hero-specs,.zm-program-benefits .site-container,.zm-why-strip .site-container > div { grid-template-columns:1fr; }
	.zm-card-actions { flex-direction:column; }
	.zm-card-actions .button { width:100%; }
	.zm-schedule-tabs { grid-template-columns:1fr; }
	.zm-newsletter form { flex-direction:column; }
	.zm-newsletter input,.zm-newsletter .button { border-radius:5px; width:100%; }
	.zm-detail-section,.zm-article-card,.zm-page-card { padding:18px; }
}

/* --------------------------------------------------------------
   24. School directory and school profile (v2.2)
   Scoped to .zm-school-* so the original v1.2 interface is unchanged.
-------------------------------------------------------------- */
.zm-school-archive-hero {
	position: relative;
	min-height: 360px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.zm-school-archive-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 42, 86, .96) 0%, rgba(5, 42, 86, .82) 48%, rgba(5, 42, 86, .42) 100%);
}

.zm-school-archive-hero-inner {
	position: relative;
	z-index: 1;
	padding-block: 70px;
}

.zm-school-archive-hero h1 {
	max-width: 760px;
	margin: 12px 0 12px;
	color: #fff;
	font-size: clamp(2.15rem, 4.6vw, 3.65rem);
	line-height: 1.12;
}

.zm-school-archive-hero p {
	max-width: 720px;
	margin-bottom: 28px;
	color: #dbeafe;
	font-size: 1.02rem;
}

.zm-school-quick-search {
	display: flex;
	max-width: 760px;
	padding: 8px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.zm-school-quick-search input {
	min-width: 0;
	flex: 1;
	border: 0;
	outline: 0;
	padding: 11px 15px;
	background: transparent;
	color: var(--zm-text);
}

.zm-school-directory {
	background: #f6f8fb;
}

.zm-school-directory-toolbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 26px;
}

.zm-school-directory-toolbar h2 {
	margin-bottom: 5px;
	font-size: 1.8rem;
}

.zm-school-directory-toolbar p {
	margin: 0;
	color: #64748b;
}

.zm-school-sort-form {
	display: flex;
	align-items: center;
	gap: 9px;
	white-space: nowrap;
}

.zm-school-sort-form label {
	font-size: .8rem;
	font-weight: 800;
	color: var(--zm-primary);
}

.zm-school-sort-form select {
	min-width: 170px;
	padding: 10px 34px 10px 12px;
	border: 1px solid #d7e0ea;
	border-radius: 7px;
	background: #fff;
}

.zm-school-directory-layout {
	display: grid;
	grid-template-columns: 290px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.zm-school-filter-sidebar {
	position: sticky;
	top: 96px;
}

.zm-school-filter-panel {
	border: 1px solid #e0e7ef;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(11, 42, 86, .06);
}

.zm-school-filter-panel summary {
	position: relative;
	padding: 20px 22px;
	cursor: pointer;
	list-style: none;
	border-bottom: 1px solid #edf1f5;
	color: var(--zm-primary);
	font-size: 1.08rem;
	font-weight: 800;
}

.zm-school-filter-panel summary::-webkit-details-marker {
	display: none;
}

.zm-school-filter-panel summary::after {
	position: absolute;
	right: 20px;
	content: "+";
}

.zm-school-filter-panel[open] summary::after {
	content: "−";
}

.zm-school-filter-panel form {
	display: grid;
	gap: 17px;
	padding: 20px;
}

.zm-school-filter-field {
	display: grid;
	gap: 7px;
}

.zm-school-filter-field label {
	color: var(--zm-primary);
	font-size: .76rem;
	font-weight: 800;
}

.zm-school-filter-field input,
.zm-school-filter-field select {
	width: 100%;
	min-height: 43px;
	padding: 9px 11px;
	border: 1px solid #d8e1ea;
	border-radius: 7px;
	background: #fff;
	color: #334155;
	font-size: .82rem;
}

.zm-school-rank-range {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
}

.zm-school-reset-filter {
	text-align: center;
	font-size: .76rem;
	font-weight: 800;
	text-decoration: underline;
}

.zm-school-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.zm-school-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e0e7ef;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(11, 42, 86, .06);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.zm-school-card:hover {
	transform: translateY(-4px);
	border-color: rgba(11, 42, 86, .18);
	box-shadow: 0 18px 38px rgba(11, 42, 86, .12);
}

.zm-school-card-media {
	position: relative;
	display: block;
	height: 210px;
	overflow: hidden;
}

.zm-school-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.zm-school-card:hover .zm-school-card-media img {
	transform: scale(1.04);
}

.zm-school-rank-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(11, 42, 86, .92);
	color: #fff;
	font-size: .68rem;
	font-weight: 800;
}

.zm-school-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.zm-school-card-heading {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.zm-school-card-logo,
.zm-school-profile-logo,
.zm-school-initial {
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: linear-gradient(145deg, var(--zm-primary), #1d5da0);
	color: #fff;
	font-weight: 900;
}

.zm-school-card-logo {
	width: 52px;
	height: 52px;
	font-size: 1.35rem;
}

.zm-school-card-heading h2 {
	margin: 0 0 2px;
	font-size: 1.05rem;
	line-height: 1.35;
}

.zm-school-card-heading p {
	margin: 0;
	color: #7a8798;
	font-size: .72rem;
}

.zm-school-card-meta {
	display: grid;
	gap: 6px;
	margin: 15px 0;
}

.zm-school-card-meta span {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #556579;
	font-size: .73rem;
}

.zm-school-card-meta .zm-icon {
	width: 15px;
	height: 15px;
	color: var(--zm-primary);
}

.zm-school-card-excerpt {
	margin-bottom: 16px;
	color: #66768a;
	font-size: .79rem;
}

.zm-school-card-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	margin: auto 0 15px;
}

.zm-school-card-stats span {
	min-width: 0;
	padding: 9px 7px;
	border-radius: 7px;
	background: #f2f6fb;
	color: #6a7889;
	font-size: .62rem;
	text-align: center;
}

.zm-school-card-stats strong {
	display: block;
	overflow: hidden;
	color: var(--zm-primary);
	font-size: .75rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zm-school-empty {
	padding: 65px 30px;
	border: 1px dashed #b9c9d9;
	border-radius: 13px;
	background: #fff;
	text-align: center;
}

.zm-school-empty h2 {
	font-size: 1.7rem;
}

/* School profile. */
.zm-school-profile-hero {
	position: relative;
	min-height: 480px;
	display: flex;
	align-items: flex-end;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.zm-school-profile-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 35, 75, .97) 0%, rgba(5, 35, 75, .82) 48%, rgba(5, 35, 75, .34) 100%);
}

.zm-school-profile-hero-inner {
	position: relative;
	z-index: 1;
	padding-block: 60px;
}

.zm-school-profile-identity {
	display: grid;
	grid-template-columns: 112px minmax(0, 760px);
	gap: 24px;
	align-items: center;
	margin-top: 30px;
}

.zm-school-profile-logo {
	width: 112px;
	height: 112px;
	border: 5px solid rgba(255, 255, 255, .28);
	font-size: 3rem;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
}

.zm-school-profile-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 10px;
}

.zm-school-profile-badges span {
	padding: 5px 9px;
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 999px;
	background: rgba(255, 255, 255, .13);
	color: #fff;
	font-size: .67rem;
	font-weight: 800;
	backdrop-filter: blur(6px);
}

.zm-school-profile-hero h1 {
	margin: 0 0 5px;
	color: #fff;
	font-size: clamp(2.2rem, 4.7vw, 4rem);
}

.zm-school-name-en,
.zm-school-name-cn {
	margin: 0;
	color: #cfe3fa;
}

.zm-school-name-en {
	font-size: 1.08rem;
	font-weight: 700;
}

.zm-school-name-cn {
	font-size: .9rem;
}

.zm-school-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 18px;
}

.zm-school-hero-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #e7f1ff;
	font-size: .8rem;
}

.zm-school-hero-meta .zm-icon {
	width: 17px;
	height: 17px;
}

.zm-school-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 24px;
}

.zm-school-profile-tabs {
	position: sticky;
	top: 72px;
	z-index: 90;
	border-bottom: 1px solid #dce5ef;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 5px 20px rgba(11, 42, 86, .05);
	backdrop-filter: blur(10px);
}

.admin-bar .zm-school-profile-tabs {
	top: 104px;
}

.zm-school-profile-tabs .site-container {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
}

.zm-school-profile-tabs .site-container::-webkit-scrollbar {
	display: none;
}

.zm-school-profile-tabs a {
	flex: 0 0 auto;
	padding: 16px 17px;
	border-bottom: 3px solid transparent;
	color: #53647a;
	font-size: .75rem;
	font-weight: 800;
	white-space: nowrap;
}

.zm-school-profile-tabs a:hover,
.zm-school-profile-tabs a:focus {
	border-color: var(--zm-secondary);
	color: var(--zm-primary);
}

.zm-school-profile-stats {
	background: var(--zm-primary);
	color: #fff;
}

.zm-school-profile-stats .site-container {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.zm-school-profile-stats div {
	padding: 23px 15px;
	border-right: 1px solid rgba(255, 255, 255, .15);
	text-align: center;
}

.zm-school-profile-stats div:last-child {
	border-right: 0;
}

.zm-school-profile-stats span,
.zm-school-profile-stats strong {
	display: block;
}

.zm-school-profile-stats span {
	color: #bcd4ee;
	font-size: .67rem;
}

.zm-school-profile-stats strong {
	margin-top: 4px;
	font-size: 1.18rem;
}

.zm-school-profile-main {
	background: #f6f8fb;
}

.zm-school-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.zm-school-section-heading h2 {
	margin: 4px 0 0;
}

.zm-school-taxonomy-groups,
.zm-school-two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.zm-school-taxonomy-groups > div,
.zm-school-two-columns > div {
	padding: 20px;
	border: 1px solid #e0e7ef;
	border-radius: 10px;
	background: #fbfdff;
}

.zm-school-taxonomy-groups h3,
.zm-school-two-columns h3 {
	font-size: .95rem;
}

.zm-school-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.zm-school-tag-cloud a,
.zm-school-tag-cloud span {
	padding: 7px 10px;
	border-radius: 999px;
	background: #eaf2fb;
	color: var(--zm-primary);
	font-size: .72rem;
	font-weight: 700;
}

.zm-school-linked-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.zm-school-linked-card {
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid #e0e7ef;
	border-radius: 10px;
	background: #fff;
}

.zm-school-linked-thumb,
.zm-school-linked-thumb img {
	width: 100%;
	height: 100%;
	min-height: 180px;
	object-fit: cover;
}

.zm-school-linked-card > div {
	padding: 16px;
}

.zm-school-linked-card h3 {
	margin: 7px 0;
	font-size: .95rem;
}

.zm-school-linked-card p {
	color: #69798b;
	font-size: .72rem;
}

.zm-school-scholarship-list {
	display: grid;
	gap: 10px;
}

.zm-school-scholarship-list > a {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 14px;
	border: 1px solid #e0e7ef;
	border-radius: 9px;
	background: #fff;
}

.zm-school-scholarship-list > a > span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #eef8e9;
	color: var(--zm-secondary);
}

.zm-school-scholarship-list .zm-icon {
	width: 23px;
	height: 23px;
}

.zm-school-scholarship-list strong,
.zm-school-scholarship-list small {
	display: block;
}

.zm-school-scholarship-list small {
	margin-top: 3px;
	color: #718095;
	font-size: .7rem;
}

.zm-school-scholarship-list em {
	color: var(--zm-primary);
	font-style: normal;
	font-weight: 900;
}

.zm-school-cost-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.zm-school-cost-grid > div {
	padding: 18px 12px;
	border: 1px solid #e0e7ef;
	border-radius: 9px;
	background: #fbfdff;
	text-align: center;
}

.zm-school-cost-grid > div > span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin: 0 auto 9px;
	border-radius: 50%;
	background: #edf4fc;
	color: var(--zm-primary);
}

.zm-school-cost-grid .zm-icon {
	width: 22px;
	height: 22px;
}

.zm-school-cost-grid small,
.zm-school-cost-grid strong {
	display: block;
}

.zm-school-cost-grid small {
	color: #6c7b8e;
	font-size: .65rem;
}

.zm-school-cost-grid strong {
	margin-top: 4px;
	font-size: .78rem;
}

.zm-school-empty-note {
	padding: 20px;
	border: 1px dashed #b7c7d8;
	border-radius: 9px;
	background: #fbfdff;
	color: #6a7888;
	text-align: center;
}

.zm-school-quick-info ul {
	margin: 0 0 17px;
	padding: 0;
	list-style: none;
}

.zm-school-quick-info li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #edf1f5;
	font-size: .72rem;
}

.zm-school-quick-info li b {
	color: #607187;
}

.zm-school-contact-card p {
	margin-bottom: 12px;
	color: #64748b;
	font-size: .74rem;
}

.zm-school-contact-card p strong {
	display: block;
	margin-bottom: 3px;
	color: var(--zm-primary);
}

/* Bidirectional relation cards inside program and scholarship pages. */
.zm-school-related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.zm-school-related-card {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid #e0e7ef;
	border-radius: 9px;
	background: #fff;
}

.zm-school-related-thumb {
	display: grid;
	place-items: center;
	min-height: 100px;
	background: #eef4fa;
}

.zm-school-related-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zm-school-initial {
	width: 52px;
	height: 52px;
	font-size: 1.35rem;
}

.zm-school-related-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 13px;
}

.zm-school-related-copy strong,
.zm-school-related-copy small,
.zm-school-related-copy em {
	display: block;
}

.zm-school-related-copy strong {
	font-size: .8rem;
}

.zm-school-related-copy small {
	margin: 3px 0 8px;
	color: #718095;
	font-size: .65rem;
}

.zm-school-related-copy em {
	color: var(--zm-secondary);
	font-size: .68rem;
	font-style: normal;
	font-weight: 800;
}

@media (max-width: 1180px) {
	.zm-school-directory-layout { grid-template-columns: 260px minmax(0, 1fr); }
	.zm-school-profile-stats .site-container { grid-template-columns: repeat(3, 1fr); }
	.zm-school-profile-stats div:nth-child(3n) { border-right: 0; }
	.zm-school-cost-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
	.zm-school-directory-layout { grid-template-columns: 1fr; }
	.zm-school-filter-sidebar { position: static; }
	.zm-school-filter-panel:not([open]) summary { border-bottom: 0; }
	.zm-school-card-grid { grid-template-columns: 1fr 1fr; }
	.zm-school-profile-tabs { top: 68px; }
	.admin-bar .zm-school-profile-tabs { top: 100px; }
	.zm-school-linked-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	.zm-school-archive-hero { min-height: 310px; }
	.zm-school-archive-hero-inner { padding-block: 48px; }
	.zm-school-quick-search { flex-direction: column; }
	.zm-school-directory-toolbar { align-items: stretch; flex-direction: column; }
	.zm-school-sort-form { justify-content: space-between; }
	.zm-school-sort-form select { flex: 1; }
	.zm-school-card-grid { grid-template-columns: 1fr; }
	.zm-school-profile-hero { min-height: 480px; }
	.zm-school-profile-hero-inner { padding-block: 42px; }
	.zm-school-profile-identity { grid-template-columns: 1fr; }
	.zm-school-profile-logo { width: 86px; height: 86px; font-size: 2.2rem; }
	.zm-school-profile-stats .site-container { grid-template-columns: repeat(2, 1fr); }
	.zm-school-profile-stats div:nth-child(3n) { border-right: 1px solid rgba(255, 255, 255, .15); }
	.zm-school-profile-stats div:nth-child(2n) { border-right: 0; }
	.zm-school-taxonomy-groups,
	.zm-school-two-columns,
	.zm-school-related-grid { grid-template-columns: 1fr; }
	.zm-school-section-heading { align-items: stretch; flex-direction: column; }
}

@media (max-width: 520px) {
	.zm-school-card-media { height: 190px; }
	.zm-school-card-stats { grid-template-columns: 1fr; }
	.zm-school-hero-actions { flex-direction: column; }
	.zm-school-hero-actions .button { width: 100%; }
	.zm-school-profile-stats .site-container { grid-template-columns: 1fr 1fr; }
	.zm-school-linked-card { grid-template-columns: 1fr; }
	.zm-school-linked-thumb,
	.zm-school-linked-thumb img { min-height: 190px; }
	.zm-school-cost-grid { grid-template-columns: 1fr; }
	.zm-school-related-card { grid-template-columns: 74px minmax(0, 1fr); }
}

/* --------------------------------------------------------------
   24. v2.4 - Header, category archive and mobile sales optimizations
-------------------------------------------------------------- */
.header-inner {
	grid-template-columns: minmax(170px, 230px) minmax(0, 1fr);
	gap: 0;
	min-height: 72px;
}

.header-logo-panel {
	position: relative;
	display: flex;
	align-self: stretch;
	align-items: center;
	padding-right: 24px;
	isolation: isolate;
}

.header-logo-panel::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100vw;
	content: "";
	background: #fff;
	box-shadow: inset -1px 0 0 rgba(11, 42, 86, 0.08);
}

.header-logo-panel::after {
	position: absolute;
	top: 0;
	right: -12px;
	bottom: 0;
	z-index: 0;
	width: 24px;
	content: "";
	background: #fff;
	clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%);
}

.header-logo-panel .site-branding {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.header-logo-panel .text-logo,
.header-logo-panel .text-logo:hover,
.header-logo-panel .text-logo:focus {
	color: var(--zm-primary);
}

.header-logo-panel .custom-logo {
	max-width: 205px;
	max-height: 52px;
	object-fit: contain;
}

.header-menu-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	min-width: 0;
	padding-left: 28px;
}

.header-menu-panel .main-navigation {
	justify-self: center;
	min-width: 0;
}

.header-phone-copy {
	display: flex;
	flex-direction: column;
	gap: 0;
	line-height: 1.15;
}

.header-phone-copy strong {
	color: inherit;
	font-size: 0.98rem;
}

.header-phone-copy small {
	margin-top: 3px;
	color: #bfdbfe;
	font-size: 0.64rem;
	font-weight: 500;
}

.zm-archive-heading-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.zm-archive-heading-row .zm-list-heading {
	margin: 7px 0 0;
}

.zm-result-count {
	flex: 0 0 auto;
	padding: 7px 12px;
	border: 1px solid var(--zm-border);
	border-radius: 999px;
	background: #fff;
	color: var(--zm-muted);
	font-size: 0.78rem;
	font-weight: 700;
}

.zm-news-archive-list {
	display: grid;
	gap: 18px;
}

.zm-mobile-sales-bar {
	display: none;
}

@media (max-width: 1180px) {
	.header-inner {
		grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
	}

	.header-menu-panel {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 14px;
		padding-left: 24px;
	}

	.header-menu-panel .menu-toggle {
		order: 3;
		justify-self: auto;
	}

	.header-menu-panel .header-actions {
		order: 2;
		grid-column: auto;
		grid-row: auto;
	}

	.header-menu-panel .main-navigation {
		order: 1;
	}
}

@media (max-width: 900px) {
	.header-phone-copy small {
		display: none;
	}

	.header-actions .button {
		display: none;
	}
}

@media (max-width: 760px) {
	.header-inner {
		grid-template-columns: minmax(128px, 180px) minmax(0, 1fr);
		gap: 0;
	}

	.header-logo-panel {
		padding-right: 14px;
	}

	.header-logo-panel::after {
		right: -9px;
		width: 18px;
	}

	.header-logo-panel .custom-logo {
		max-width: 158px;
		max-height: 44px;
	}

	.header-menu-panel {
		padding-left: 18px;
	}

	.header-menu-panel .header-actions {
		display: none;
	}

	.header-menu-panel .menu-toggle {
		margin-left: auto;
		grid-column: auto;
		grid-row: auto;
	}

	.zm-archive-heading-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.has-zm-mobile-sales-bar {
		padding-bottom: calc(76px + env(safe-area-inset-bottom));
	}

	.has-zm-mobile-sales-bar .floating-contact {
		display: none;
	}

	.zm-mobile-sales-bar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1500;
		display: block;
		padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
		border-top: 1px solid rgba(11, 42, 86, 0.12);
		background: rgba(255, 255, 255, 0.98);
		box-shadow: 0 -8px 28px rgba(11, 42, 86, 0.13);
		backdrop-filter: blur(10px);
	}

	.zm-mobile-sales-track {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scrollbar-width: none;
	}

	.zm-mobile-sales-track::-webkit-scrollbar {
		display: none;
	}

	.zm-mobile-sales-person {
		display: grid;
		grid-template-columns: minmax(72px, auto) auto;
		align-items: center;
		gap: 8px;
		min-width: min(82vw, 260px);
		padding: 5px 6px 5px 10px;
		border: 1px solid #e5eaf1;
		border-radius: 10px;
		background: #fff;
	}


	.zm-mobile-sales-name {
		overflow: hidden;
		color: var(--zm-primary);
		font-size: 0.72rem;
		font-weight: 800;
		line-height: 1.2;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.zm-mobile-sales-actions {
		display: flex;
		justify-content: flex-end;
		gap: 6px;
	}

	.zm-mobile-sales-actions a {
		display: inline-flex;
		min-height: 38px;
		align-items: center;
		justify-content: center;
		gap: 5px;
		padding: 7px 10px;
		border-radius: 8px;
		font-size: 0.72rem;
		font-weight: 800;
		white-space: nowrap;
	}

	.zm-mobile-sales-actions .zm-icon {
		width: 15px;
		height: 15px;
	}

	.zm-mobile-sales-call {
		background: var(--zm-secondary);
		color: #fff;
	}

	.zm-mobile-sales-call:hover,
	.zm-mobile-sales-call:focus {
		color: #fff;
	}

	.zm-mobile-sales-zalo {
		background: var(--zm-primary);
		color: #fff;
	}

	.zm-mobile-sales-zalo:hover,
	.zm-mobile-sales-zalo:focus {
		color: #fff;
	}
}

@media (max-width: 420px) {
	.header-inner {
		grid-template-columns: 128px minmax(0, 1fr);
	}

	.header-logo-panel .custom-logo {
		max-width: 118px;
	}

	.zm-mobile-sales-person {
		min-width: 235px;
	}
}

/* --------------------------------------------------------------
   25. v2.4 - Đồng bộ dữ liệu động và chi tiết liên hệ
-------------------------------------------------------------- */
.zm-teacher-grid-single {
	grid-template-columns: minmax(0, 420px);
}

.zm-teacher-placeholder,
.zm-advisor-placeholder,
.zm-mini-placeholder,
.zm-teacher-highlight-icon {
	display: grid;
	place-items: center;
	background: #eef5ff;
	color: var(--zm-primary);
}

.zm-teacher-placeholder {
	width: 100%;
	min-height: 170px;
}

.zm-teacher-placeholder .zm-icon,
.zm-advisor-placeholder .zm-icon,
.zm-teacher-highlight-icon .zm-icon {
	width: 42px;
	height: 42px;
}

.zm-advisor-placeholder {
	width: 72px;
	height: 72px;
	flex: 0 0 72px;
	border-radius: 50%;
}

.zm-mini-placeholder {
	width: 100%;
	height: 100%;
	min-height: 64px;
}

.zm-mini-placeholder .zm-icon {
	width: 26px;
	height: 26px;
}

.zm-teacher-highlight-icon {
	width: 126px;
	height: 126px;
	flex: 0 0 126px;
	border-radius: 50%;
}

.zm-program-hero-location,
.zm-schedule-course-name {
	font-weight: 700;
}

.zm-program-hero-location {
	margin-top: -4px;
	color: rgba(255, 255, 255, 0.9);
}

.zm-schedule-course-name {
	margin: -4px 0 18px;
	color: var(--zm-muted);
}

.zm-empty-note,
.zm-school-empty-note {
	padding: 14px 16px;
	border: 1px dashed #d6deea;
	border-radius: 10px;
	background: #f8fafc;
	color: var(--zm-muted);
}

.zm-school-featured-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--zm-secondary);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
}

.zm-school-card-engagement {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin: -3px 0 12px;
	color: var(--zm-muted);
	font-size: 0.75rem;
	font-weight: 700;
}

.zm-mobile-sales-identity {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.zm-mobile-sales-identity small {
	overflow: hidden;
	color: #6b7280;
	font-size: 0.66rem;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 760px) {
	.zm-mobile-sales-person {
		grid-template-columns: minmax(86px, 1fr) auto;
	}

	.zm-mobile-sales-track {
		touch-action: pan-x;
	}
}

/* --------------------------------------------------------------
   26. v2.5 - Tin tức, sidebar, footer kinh doanh và header gọn
-------------------------------------------------------------- */
/* Header: chỉ giữ menu + CTA, không hiển thị hotline phía trên. */
.header-menu-panel {
	grid-template-columns: minmax(0, 1fr) auto;
}

.header-actions {
	gap: 0;
}

.header-actions .button {
	white-space: nowrap;
}

/* Thanh chuyên mục nằm dưới banner Tin tức. */
.zm-news-category-page {
	padding-top: 28px;
}

.zm-news-category-page > .site-container:first-child {
	margin-bottom: 26px;
}

.zm-news-category-tabs {
	display: flex;
	align-items: center;
	gap: 9px;
	overflow-x: auto;
	padding: 3px 2px 8px;
	scrollbar-width: thin;
}

.zm-news-category-tabs a {
	display: inline-flex;
	min-height: 38px;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	padding: 8px 13px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #fff;
	color: #415166;
	font-size: .78rem;
	font-weight: 700;
}

.zm-news-category-tabs a:hover,
.zm-news-category-tabs a.is-current {
	border-color: var(--zm-primary);
	background: var(--zm-primary);
	color: #fff;
}

.zm-news-category-tabs a span {
	display: grid;
	min-width: 22px;
	height: 22px;
	place-items: center;
	padding-inline: 5px;
	border-radius: 999px;
	background: #eef3f8;
	color: var(--zm-primary);
	font-size: .67rem;
}

.zm-news-category-tabs a.is-current span,
.zm-news-category-tabs a:hover span {
	background: rgba(255,255,255,.16);
	color: #fff;
}

.zm-news-category-layout {
	grid-template-columns: minmax(0, 1fr) 330px;
}

.zm-category-featured-news {
	margin-bottom: 25px;
	border-color: #dfe7f0;
	box-shadow: 0 12px 34px rgba(9,52,104,.08);
}

.zm-category-featured-news .zm-featured-news-image img {
	transition: transform .35s ease;
}

.zm-category-featured-news:hover .zm-featured-news-image img {
	transform: scale(1.025);
}

.zm-news-read-more {
	display: inline-flex;
	margin-top: 8px;
	align-items: center;
	color: var(--zm-primary);
	font-size: .8rem;
	font-weight: 800;
}

.zm-news-section-title {
	position: relative;
	margin: 28px 0 17px;
	padding-left: 15px;
	font-size: 1.28rem;
}

.zm-news-section-title::before {
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 0;
	width: 4px;
	border-radius: 4px;
	content: "";
	background: var(--zm-secondary);
}

.zm-category-pagination .nav-links {
	flex-wrap: wrap;
}

.zm-news-empty-state {
	text-align: center;
}

.zm-news-empty-state h2 {
	font-size: 1.35rem;
}

.zm-news-empty-state p {
	max-width: 600px;
	margin-inline: auto;
	color: var(--zm-muted);
}

/* Sidebar Tin tức riêng, không phụ thuộc widget mặc định của WordPress. */
.zm-news-sidebar {
	position: relative;
	gap: 18px;
}

.zm-news-sidebar .zm-sidebar-box,
.zm-news-sidebar .zm-sidebar-cta {
	border-color: #e3e9f1;
	box-shadow: 0 10px 28px rgba(9,52,104,.065);
}

.zm-news-sidebar .widget-title {
	position: relative;
	margin: 0 0 16px;
	padding-bottom: 11px;
	font-size: .98rem;
	text-transform: uppercase;
}

.zm-news-sidebar .widget-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38px;
	height: 3px;
	border-radius: 3px;
	content: "";
	background: var(--zm-secondary);
}

.zm-widget-intro {
	margin: -5px 0 14px;
	color: #78869a;
	font-size: .76rem;
	line-height: 1.55;
}

.zm-news-category-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zm-news-category-list li {
	border-bottom: 1px solid #edf1f5;
}

.zm-news-category-list li:last-child {
	border-bottom: 0;
}

.zm-news-category-list a {
	display: flex;
	min-height: 43px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #46566c;
	font-size: .8rem;
	font-weight: 600;
}

.zm-news-category-list small {
	display: grid;
	min-width: 27px;
	height: 25px;
	place-items: center;
	padding-inline: 6px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #6c7b8e;
	font-size: .68rem;
}

.zm-news-category-list li.is-current a,
.zm-news-category-list a:hover {
	color: var(--zm-primary);
}

.zm-news-category-list li.is-current small {
	background: var(--zm-primary);
	color: #fff;
}

.zm-sidebar-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 2px;
}

.zm-sidebar-title-row .widget-title {
	flex: 1;
}

.zm-sidebar-title-row > a {
	flex: 0 0 auto;
	padding-top: 2px;
	color: var(--zm-secondary);
	font-size: .7rem;
	font-weight: 800;
}

.zm-news-sidebar .zm-mini-post {
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 11px;
	padding-bottom: 12px;
	border-bottom: 1px solid #edf1f5;
}

.zm-news-sidebar .zm-mini-post:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.zm-news-sidebar .zm-mini-post > span,
.zm-news-sidebar .zm-mini-post img {
	width: 82px;
	height: 62px;
}

.zm-sidebar-empty {
	margin: 0;
	color: var(--zm-muted);
	font-size: .8rem;
}

.zm-news-quick-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.zm-news-quick-grid a {
	display: flex;
	min-height: 78px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	padding: 10px;
	border: 1px solid #e5eaf1;
	border-radius: 9px;
	background: #f8fafc;
	color: var(--zm-primary);
	text-align: center;
}

.zm-news-quick-grid a:last-child:nth-child(odd) {
	grid-column: 1 / -1;
	min-height: 60px;
	flex-direction: row;
}

.zm-news-quick-grid a:hover {
	border-color: #c9d7e8;
	background: #eef5ff;
	transform: translateY(-1px);
}

.zm-news-quick-grid .zm-icon {
	width: 22px;
	height: 22px;
	color: var(--zm-secondary);
}

.zm-news-quick-grid span {
	font-size: .72rem;
	font-weight: 800;
	line-height: 1.3;
}

.zm-sidebar-sales-list {
	display: grid;
	gap: 8px;
}

.zm-sidebar-sales-person {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 11px;
	border: 1px solid #e7ecf2;
	border-radius: 9px;
	background: #f9fbfd;
}

.zm-sidebar-sales-person > div {
	min-width: 0;
}

.zm-sidebar-sales-person strong,
.zm-sidebar-sales-person small {
	display: block;
}

.zm-sidebar-sales-person strong {
	overflow: hidden;
	color: var(--zm-primary);
	font-size: .75rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zm-sidebar-sales-person small {
	margin-top: 2px;
	color: #718096;
	font-size: .68rem;
}

.zm-sidebar-sales-person > span {
	display: flex;
	flex: 0 0 auto;
	gap: 5px;
}

.zm-sidebar-sales-person > span a {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 8px;
	color: #fff;
}

.zm-sidebar-sales-person > span .zm-icon {
	width: 15px;
	height: 15px;
}

.zm-sidebar-call { background: var(--zm-secondary); }
.zm-sidebar-zalo { background: var(--zm-primary); }
.zm-sidebar-call:hover,
.zm-sidebar-zalo:hover { color: #fff; transform: translateY(-1px); }

.zm-news-extra-widgets {
	display: grid;
	gap: 18px;
}

/* Widget WordPress do quản trị viên thêm cũng theo đúng giao diện theme. */
.zm-news-extra-widgets .widget ul {
	margin: 0;
	padding-left: 18px;
}

.zm-news-extra-widgets .widget li {
	margin-bottom: 7px;
	color: #516074;
	font-size: .8rem;
}

/* Footer: hiển thị nhiều nhân viên kinh doanh. */
.footer-sales-contact {
	align-items: flex-start !important;
}

.footer-sales-copy,
.footer-sales-actions {
	display: flex;
}

.footer-sales-copy {
	min-width: 0;
	flex: 1;
	flex-direction: column;
	gap: 3px;
}

.footer-sales-copy strong {
	color: #fff;
	font-size: .77rem;
}

.footer-sales-actions {
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.footer-sales-actions > a {
	color: #dbeafe;
	font-size: .78rem;
	font-weight: 700;
}

.footer-sales-actions > a:hover {
	color: #fff;
}

.footer-sales-actions .footer-zalo-link {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 2px 7px;
	border-radius: 999px;
	background: rgba(255,255,255,.11);
	color: #fff;
	font-size: .66rem;
}

@media (max-width: 1100px) {
	.zm-news-category-layout {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 22px;
	}
}

@media (max-width: 900px) {
	.zm-news-category-layout {
		grid-template-columns: 1fr;
	}

	.zm-news-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zm-news-sidebar .zm-sidebar-cta,
	.zm-news-sidebar .zm-news-extra-widgets {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.zm-news-category-page {
		padding-top: 20px;
	}

	.zm-category-featured-news,
	.zm-news-list-card {
		grid-template-columns: 1fr;
	}

	.zm-category-featured-news .zm-featured-news-image,
	.zm-category-featured-news .zm-featured-news-image img {
		min-height: 210px;
		height: 210px;
	}

	.zm-news-list-image,
	.zm-news-list-image img {
		height: 205px;
	}

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

	.zm-news-sidebar .zm-sidebar-cta,
	.zm-news-sidebar .zm-news-extra-widgets {
		grid-column: auto;
	}

	.zm-news-quick-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* --------------------------------------------------------------
   ZM Study 2.6 - usability fixes from website review
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea,
.site-header,
.site-footer {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.consultation-question {
	display: block;
	margin: 2px 0 -4px;
	color: var(--zm-primary);
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.45;
}

.consultation-form select,
.zm-consult-box select {
	min-height: 52px;
	height: auto;
	padding: 12px 42px 12px 14px;
	line-height: 1.35;
	white-space: normal;
	text-overflow: ellipsis;
}

.consultation-form input,
.zm-consult-box input {
	min-height: 50px;
}

.zm-editable-detail-image {
	margin: 20px 0;
}

.zm-editable-detail-image img {
	width: 100%;
	max-height: 480px;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(11, 42, 86, .08);
}

.zm-section-note {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-left: 3px solid var(--zm-secondary);
	border-radius: 6px;
	background: #f7fbf4;
	color: #4d5b6d;
}

.zm-schedule-teacher-photo {
	width: 112px;
	height: 112px;
	border-radius: 50%;
	object-fit: cover;
	border: 5px solid #eef5fb;
}

/* Clearer schedule cards: emphasize date, status and action instead of dense text. */
.zm-schedule-grid {
	gap: 20px;
}

.zm-schedule-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 20px;
	border: 1px solid #dfe8f2;
	border-radius: 14px;
	box-shadow: 0 8px 26px rgba(11, 42, 86, .06);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.zm-schedule-card:hover {
	transform: translateY(-3px);
	border-color: rgba(11, 42, 86, .2);
	box-shadow: 0 16px 36px rgba(11, 42, 86, .1);
}

.zm-schedule-card h2 {
	min-height: 0;
	margin: 12px 0 14px;
	font-size: 1.08rem;
	line-height: 1.42;
}

.zm-schedule-card ul {
	margin-bottom: 16px;
	padding-bottom: 14px;
}

.zm-schedule-card li {
	padding: 5px 0;
	font-size: .76rem;
	line-height: 1.5;
}

.zm-start-date {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-areas:
		"label label"
		"day month";
	align-items: center;
	gap: 2px 12px;
	margin: 2px 0 8px;
	padding: 14px;
	border-radius: 10px;
	background: #f2f7fc;
}

.zm-start-date > span {
	grid-area: label;
	color: #607087;
	font-size: .68rem;
	font-weight: 700;
	text-transform: uppercase;
}

.zm-start-date > strong {
	grid-area: day;
	color: var(--zm-primary);
	font-size: 2.1rem;
	line-height: 1;
}

.zm-start-date > div {
	grid-area: month;
	color: var(--zm-primary);
	font-size: .75rem;
	font-weight: 800;
}

.zm-start-date small {
	display: block;
	margin-top: 2px;
	color: #748297;
	font-weight: 500;
}

.zm-schedule-card > p {
	margin: 2px 0 14px;
	font-size: .78rem;
}

.zm-schedule-card .button-full {
	margin-top: auto;
}

.zm-schedule-card .zm-text-link {
	display: block;
	padding-top: 10px;
	text-align: center;
	font-size: .76rem;
	font-weight: 700;
}

@media (max-width: 767px) {
	.consultation-form select,
	.zm-consult-box select {
		min-height: 54px;
		font-size: 16px;
	}
	.zm-schedule-teacher-photo {
		width: 88px;
		height: 88px;
	}
}
