/* ==========================================================================
   NAQ Logistics - Landing Page Theme
   Brand: Navy #0a2540 / Orange #f39c12
   ========================================================================== */

:root {
	--c-navy: #0a2540;
	--c-navy-2: #1e3a5f;
	--c-navy-3: #2d4a72;
	--c-orange: #f39c12;
	--c-orange-2: #e67e22;
	--c-cream: #fff7e9;
	--c-bg: #f5f8fc;
	--c-white: #ffffff;
	--c-text: #1a2b48;
	--c-muted: #5a6b85;
	--c-border: #e3e9f2;
	--c-success: #16a34a;
	--c-danger: #dc2626;

	--shadow-sm: 0 2px 6px rgba(10, 37, 64, 0.06);
	--shadow-md: 0 10px 30px rgba(10, 37, 64, 0.08);
	--shadow-lg: 0 20px 50px rgba(10, 37, 64, 0.12);

	--radius-sm: 8px;
	--radius-md: 14px;
	--radius-lg: 22px;

	--container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: 'Be Vietnam Pro', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
	color: var(--c-text);
	background: var(--c-bg);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-navy-2); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--c-orange); }
h1, h2, h3, h4, h5 { font-family: inherit; color: var(--c-navy); margin: 0 0 .6em; line-height: 1.25; font-weight: 700; }
p { margin: 0 0 1em; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; position: relative; }
.section--tight { padding: 60px 0; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 50px; }
.section-head .eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: var(--c-orange-2);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding: 6px 14px;
	background: var(--c-cream);
	border-radius: 999px;
}
.section-head h2 {
	font-size: clamp(26px, 3.4vw, 38px);
	margin-bottom: 14px;
}
.section-head p { color: var(--c-muted); font-size: 16px; }

/* Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 15px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all .25s ease;
	text-decoration: none;
	line-height: 1;
}
.btn--primary { background: var(--c-orange); color: #fff; box-shadow: 0 10px 24px rgba(243, 156, 18, 0.35); }
.btn--primary:hover { background: var(--c-orange-2); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(243, 156, 18, 0.45); }
.btn--ghost { background: transparent; color: var(--c-navy); border-color: var(--c-navy); }
.btn--ghost:hover { background: var(--c-navy); color: #fff; }
.btn--white { background: #fff; color: var(--c-navy); }
.btn--white:hover { background: var(--c-orange); color: #fff; }
.btn--lg { padding: 16px 32px; font-size: 16px; }

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar {
	background: var(--c-navy);
	color: #cbd5e1;
	font-size: 13px;
	padding: 8px 0;
}
.topbar__row { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; }
.topbar a { color: #fff; }
.topbar a:hover { color: var(--c-orange); }
.topbar__left, .topbar__right { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.topbar__item { display: inline-flex; gap: 6px; align-items: center; }
.topbar__item svg { width: 14px; height: 14px; flex: none; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
	background: #fff;
	box-shadow: var(--shadow-sm);
	position: sticky;
	top: 0;
	z-index: 100;
}
.header__row {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 12px 0;
}
.site-logo img { height: 90px; width: auto; max-width: 260px; }
.site-logo .custom-logo { height: 90px; width: auto; }
.site-logo .site-title-text {
	font-weight: 700;
	color: var(--c-navy);
	font-size: 20px;
}
.primary-menu {
	flex: 1;
	display: flex;
	justify-content: center;
	min-width: 0;
}
.primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0;
	flex-wrap: nowrap;
}
.primary-menu a {
	display: block;
	padding: 8px 10px;
	color: var(--c-navy);
	font-weight: 600;
	font-size: 13px;
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: .2px;
	white-space: nowrap;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
	background: var(--c-cream);
	color: var(--c-orange-2);
}
.header__cta { display: flex; align-items: center; gap: 14px; flex: none; }
.header__hotline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: linear-gradient(135deg, var(--c-orange), var(--c-orange-2));
	color: #fff;
	border-radius: 999px;
	font-weight: 700;
	box-shadow: 0 8px 20px rgba(243, 156, 18, 0.3);
	white-space: nowrap;
}
.header__hotline:hover { color: #fff; transform: translateY(-1px); }
.header__hotline small { display: block; font-size: 10px; font-weight: 500; opacity: .85; text-transform: uppercase; letter-spacing: 1px; line-height: 1; }
.header__hotline strong { font-size: 16px; line-height: 1.1; }
.menu-toggle {
	display: none;
	background: transparent;
	border: 0;
	color: var(--c-navy);
	font-size: 26px;
	cursor: pointer;
	padding: 6px 10px;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
	position: relative;
	background:
		linear-gradient(135deg, rgba(10, 37, 64, 0.88) 0%, rgba(30, 58, 95, 0.78) 100%),
		url('../images/hero-banner.jpg') center/cover no-repeat;
	background-color: var(--c-navy);
	color: #fff;
	padding: 70px 0 90px;
	overflow: hidden;
}
.hero::before {
	content: '';
	position: absolute;
	top: -100px; right: -100px;
	width: 360px; height: 360px;
	background: radial-gradient(circle, rgba(243, 156, 18, 0.35) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}
.hero__grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 50px;
	align-items: center;
	position: relative;
}
.hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
	backdrop-filter: blur(6px);
}
.hero__eyebrow .dot { width: 8px; height: 8px; background: var(--c-orange); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
.hero h1 {
	color: #fff;
	font-size: clamp(30px, 4.5vw, 50px);
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 18px;
}
.hero h1 .accent { color: var(--c-orange); }
.hero__sub {
	font-size: 17px;
	color: #d6dde7;
	margin-bottom: 28px;
	max-width: 520px;
}
.hero__usps {
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
	display: grid;
	gap: 12px;
}
.hero__usps li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	color: #eef2f8;
	font-size: 15px;
}
.hero__usps .check {
	flex: none;
	width: 24px; height: 24px;
	background: var(--c-orange);
	color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 13px;
}
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__actions .btn--ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.hero__actions .btn--ghost:hover { background: #fff; color: var(--c-navy); }

/* Hero form card */
.hero-form {
	background: #fff;
	color: var(--c-text);
	border-radius: var(--radius-lg);
	padding: 32px;
	box-shadow: var(--shadow-lg);
	position: relative;
}
.hero-form::before {
	content: '';
	position: absolute;
	inset: -2px;
	background: linear-gradient(135deg, var(--c-orange), transparent 60%);
	border-radius: var(--radius-lg);
	z-index: -1;
}
.hero-form h3 {
	font-size: 22px;
	margin-bottom: 6px;
	color: var(--c-navy);
}
.hero-form .lead { color: var(--c-muted); margin-bottom: 22px; font-size: 14.5px; }
.hero-form .form-row { margin-bottom: 14px; }
.hero-form label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--c-navy);
	margin-bottom: 6px;
}
.hero-form input,
.hero-form textarea,
.hero-form select {
	width: 100%;
	padding: 12px 14px;
	border: 1.5px solid var(--c-border);
	border-radius: 10px;
	font: inherit;
	font-size: 14.5px;
	color: var(--c-text);
	transition: border-color .2s ease;
}
.hero-form input:focus,
.hero-form textarea:focus,
.hero-form select:focus {
	outline: none;
	border-color: var(--c-orange);
}
.hero-form textarea { resize: vertical; min-height: 72px; }
.hero-form .btn { width: 100%; margin-top: 6px; }
.hero-form__msg { margin-top: 12px; font-size: 14px; min-height: 20px; }
.hero-form__msg.is-success { color: var(--c-success); }
.hero-form__msg.is-error { color: var(--c-danger); }
.hero-form .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-form .form-row--upload input[type="file"] { padding: 10px; background: #fff; border: 1px dashed rgba(0,0,0,.18); border-radius: 10px; font-size: 14px; cursor: pointer; width: 100%; }
.hero-form .form-row--upload input[type="file"]:hover { border-color: var(--c-orange-2); }
.hero-form__upload-list { margin: 6px 0 0; font-size: 13px; color: var(--c-muted); min-height: 18px; }

/* ============================================================
   SHOWCASE GALLERY (Vì sao tin tưởng - photo grid)
   ============================================================ */
.showcase {
	background: #fff;
	padding: 70px 0;
}
.showcase__head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 36px;
}
.showcase__head h2 {
	font-size: clamp(24px, 3vw, 32px);
	color: var(--c-navy);
	margin-bottom: 10px;
}
.showcase__head p { color: var(--c-muted); margin-bottom: 18px; }
.showcase__usps {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	justify-content: center;
	margin-bottom: 30px;
}
.showcase__usps span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--c-navy);
	font-weight: 600;
	font-size: 15px;
}
.showcase__usps span::before {
	content: '✓';
	width: 22px; height: 22px;
	background: var(--c-orange);
	color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 800;
}
.showcase__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.showcase__photo {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-md);
	aspect-ratio: 4 / 3;
	box-shadow: var(--shadow-sm);
	transition: all .3s ease;
}
.showcase__photo:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.showcase__photo img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}
.showcase__photo:hover img { transform: scale(1.07); }
.showcase__photo::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(10, 37, 64, 0.7));
	pointer-events: none;
}
.showcase__photo .caption {
	position: absolute;
	left: 14px; right: 14px; bottom: 12px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	z-index: 1;
}

/* Service card image */
.service-card__media {
	margin: -32px -28px 18px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
	position: relative;
}
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-card__media img { transform: scale(1.06); }
.service-card__media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(10, 37, 64, 0.45));
}

/* Hero side image */
.hero__visual {
	position: relative;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-lg);
	aspect-ratio: 4 / 3;
}
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.hero__visual .badge {
	position: absolute;
	left: 18px; top: 18px;
	background: var(--c-orange);
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 8px 14px;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(243, 156, 18, 0.4);
}
.hero__visual .stat-card {
	position: absolute;
	right: 18px; bottom: 18px;
	background: #fff;
	border-radius: 14px;
	padding: 14px 18px;
	box-shadow: var(--shadow-md);
	display: flex;
	gap: 12px;
	align-items: center;
}
.hero__visual .stat-card strong { font-size: 22px; color: var(--c-orange-2); display: block; line-height: 1; }
.hero__visual .stat-card span { font-size: 12px; color: var(--c-muted); }

@media (max-width: 1024px) {
	.showcase__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.showcase__grid { grid-template-columns: 1fr 1fr; }
	.hero__visual { display: none; }
}

/* ============================================================
   HERO CHIPS
   ============================================================ */
.hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 26px;
}
.hero__chips .chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.22);
	color: #fff;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13.5px;
	font-weight: 500;
	backdrop-filter: blur(6px);
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats {
	background: linear-gradient(135deg, var(--c-navy), var(--c-navy-2));
	color: #fff;
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}
.stats::before {
	content: '';
	position: absolute;
	left: -80px; top: -80px;
	width: 260px; height: 260px;
	background: radial-gradient(circle, rgba(243, 156, 18, 0.18), transparent 70%);
	border-radius: 50%;
}
.stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	position: relative;
}
.stat {
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.1);
	padding: 14px 10px;
}
.stat:last-child { border-right: 0; }
.stat__num {
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 800;
	color: var(--c-orange);
	line-height: 1;
	display: inline;
	font-variant-numeric: tabular-nums;
}
.stat__suffix {
	display: inline;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	color: var(--c-orange);
}
.stat__label {
	margin-top: 8px;
	font-size: 13.5px;
	color: #cbd5e1;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

/* ============================================================
   SHOWCASE GALLERY (Vì sao tin tưởng - photo grid)
   ============================================================ */
.showcase {
	background: #fff;
	padding: 70px 0;
}
.showcase__head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 36px;
}
.showcase__head h2 {
	font-size: clamp(24px, 3vw, 32px);
	color: var(--c-navy);
	margin-bottom: 10px;
}
.showcase__head p { color: var(--c-muted); margin-bottom: 18px; }
.showcase__usps {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	justify-content: center;
	margin-bottom: 30px;
}
.showcase__usps span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--c-navy);
	font-weight: 600;
	font-size: 15px;
}
.showcase__usps span::before {
	content: '✓';
	width: 22px; height: 22px;
	background: var(--c-orange);
	color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 800;
}

/* Service card image */
.service-card__media {
	margin: -32px -28px 18px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
	position: relative;
}
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-card__media img { transform: scale(1.06); }
.service-card__media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(10, 37, 64, 0.45));
}
.service-card__no {
	position: absolute;
	top: 14px; left: 14px;
	background: var(--c-orange);
	color: #fff;
	font-weight: 800;
	font-size: 14px;
	padding: 6px 12px;
	border-radius: 999px;
	box-shadow: 0 6px 16px rgba(243, 156, 18, 0.45);
	z-index: 2;
}

/* Service card accent (highlight 1 trong 5) */
.service-card--accent { background: linear-gradient(180deg, var(--c-cream), #fff); border-color: var(--c-orange); }

/* ============================================================
   SERVICES EXTRA (Dịch vụ khác - small cards)
   ============================================================ */
.services-extra { background: #fff; }
.extra-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.extra-card {
	background: var(--c-bg);
	border: 1px solid var(--c-border);
	border-radius: var(--radius-md);
	padding: 22px 20px;
	transition: all .3s ease;
	display: flex;
	gap: 14px;
	align-items: flex-start;
}
.extra-card:hover {
	background: #fff;
	border-color: var(--c-orange);
	transform: translateY(-3px);
	box-shadow: var(--shadow-md);
}
.extra-card__icon {
	flex: none;
	width: 48px; height: 48px;
	background: var(--c-cream);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}
.extra-card h4 { font-size: 15.5px; margin-bottom: 4px; color: var(--c-navy); }
.extra-card p { font-size: 13.5px; color: var(--c-muted); margin: 0; line-height: 1.5; }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq { background: var(--c-bg); }
.faq__list { display: flex; flex-direction: column; gap: 12px; }
.faq__item {
	background: #fff;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--c-border);
	overflow: hidden;
	transition: all .2s ease;
}
.faq__item[open] {
	border-color: var(--c-orange);
	box-shadow: var(--shadow-md);
}
.faq__item summary {
	cursor: pointer;
	list-style: none;
	padding: 18px 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	font-weight: 600;
	color: var(--c-navy);
	font-size: 15.5px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--c-orange-2); }
.faq__icon {
	flex: none;
	width: 28px; height: 28px;
	background: var(--c-cream);
	color: var(--c-orange-2);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 18px;
	transition: all .25s ease;
}
.faq__item[open] .faq__icon {
	background: var(--c-orange);
	color: #fff;
	transform: rotate(45deg);
}
.faq__answer {
	padding: 0 22px 20px;
	color: var(--c-text);
	font-size: 14.5px;
	line-height: 1.7;
	border-top: 1px solid var(--c-border);
	padding-top: 16px;
	margin-top: -2px;
}
.faq__answer p:last-child { margin-bottom: 0; }

/* ============================================================
   GALLERY (6 photos, 2 wide)
   ============================================================ */
.gallery { background: #fff; }
.gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 220px;
	gap: 14px;
}
.gallery__item {
	position: relative;
	border-radius: var(--radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: all .3s ease;
}
.gallery__item--wide { grid-column: span 2; }
.gallery__item img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}
.gallery__item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.gallery__item:hover img { transform: scale(1.08); }
.gallery__item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(10, 37, 64, 0.7));
	pointer-events: none;
}
.gallery__cap {
	position: absolute;
	left: 14px; right: 14px; bottom: 12px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	z-index: 1;
	text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

/* ============================================================
   NEWS
   ============================================================ */
.news { background: var(--c-bg); }
.news__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.news-card {
	background: #fff;
	border-radius: var(--radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--c-border);
	transition: all .3s ease;
	display: flex;
	flex-direction: column;
}
.news-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
	border-color: var(--c-orange);
}
.news-card__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.news-card__media img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}
.news-card:hover .news-card__media img { transform: scale(1.06); }
.news-card__body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.news-card__meta { font-size: 12.5px; color: var(--c-muted); margin-bottom: 10px; }
.news-card h3 { font-size: 17px; margin-bottom: 10px; line-height: 1.4; }
.news-card h3 a { color: var(--c-navy); }
.news-card h3 a:hover { color: var(--c-orange-2); }
.news-card p { font-size: 14px; color: var(--c-muted); flex: 1; }
.news-card__link {
	color: var(--c-orange-2);
	font-weight: 600;
	font-size: 14px;
	margin-top: 8px;
}

/* ============================================================
   CTA BAND with FORM
   ============================================================ */
.cta-band__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}
.cta-band__intro h2 { color: #fff; }
.cta-band__intro p { color: #d6dde7; font-size: 16px; margin-bottom: 22px; }
.cta-band__intro .eyebrow { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px; padding: 6px 14px; border-radius: 999px; }
.cta-band__contact { list-style: none; padding: 0; margin: 0; }
.cta-band__contact li { padding: 8px 0; color: #d6dde7; font-size: 15px; }
.cta-band__contact li a { color: #fff; }
.cta-band__contact li a:hover { color: var(--c-orange); }
.cta-band__contact li strong { color: var(--c-orange); font-size: 17px; }

.cta-band { text-align: left; }
.cta-band h2 { text-align: left; }
.cta-band p { text-align: left; }

@media (max-width: 1024px) {
	.stats__grid { grid-template-columns: repeat(2, 1fr); }
	.stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 14px; }
	.stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.1); }
	.extra-grid { grid-template-columns: repeat(2, 1fr); }
	.news__grid { grid-template-columns: 1fr 1fr; }
	.gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
	.gallery__item--wide { grid-column: span 2; }
	.cta-band__grid { grid-template-columns: 1fr; }
	.services__grid--5 { grid-template-columns: repeat(2, 1fr); }
	.process__steps--6 { grid-template-columns: repeat(3, 1fr); }
	.commitment__grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.stats__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
	.extra-grid, .news__grid, .gallery__grid, .services__grid--5, .process__steps--6, .commitment__grid--4 { grid-template-columns: 1fr; }
	.gallery__item--wide { grid-column: auto; }
	.gallery__grid { grid-auto-rows: 180px; }

	/* Pricing table mobile stack */
	.pricing-table table, .pricing-table thead, .pricing-table tbody, .pricing-table tr, .pricing-table td { display: block; width: 100%; }
	.pricing-table thead { display: none; }
	.pricing-table tbody tr {
		background: #fff !important;
		border: 1px solid var(--c-border);
		border-radius: var(--radius-md);
		margin-bottom: 12px;
		padding: 10px 14px;
	}
	.pricing-table tbody td {
		display: flex;
		justify-content: space-between;
		padding: 6px 0;
		border-bottom: 1px dashed var(--c-border);
		font-size: 14px;
	}
	.pricing-table tbody td:last-child { border-bottom: 0; }
	.pricing-table tbody td::before {
		content: attr(data-label);
		font-weight: 600;
		color: var(--c-navy);
		margin-right: 12px;
	}
	.pricing-table tfoot td { font-size: 12.5px; padding: 14px; }
}

/* ============================================================
   AUDIENCE STRIP
   ============================================================ */
.audience {
	background: #fff;
	padding: 50px 0;
	border-bottom: 1px solid var(--c-border);
}
.audience__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.audience__item {
	text-align: center;
	padding: 24px 16px;
	border-radius: var(--radius-md);
	background: linear-gradient(180deg, #fff, var(--c-bg));
	border: 1px solid var(--c-border);
	transition: all .3s ease;
}
.audience__item:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
	border-color: var(--c-orange);
}
.audience__icon {
	width: 56px; height: 56px;
	margin: 0 auto 12px;
	background: var(--c-cream);
	color: var(--c-orange-2);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.audience__icon svg { width: 28px; height: 28px; }
.audience__item h4 { font-size: 15px; color: var(--c-navy); margin-bottom: 0; }

/* ============================================================
   SERVICES
   ============================================================ */
.services { background: var(--c-bg); }
.services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.service-card {
	background: #fff;
	border-radius: var(--radius-lg);
	padding: 32px 28px;
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--c-border);
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
}
.service-card:has(.service-card__media)::after { display: none; }
.service-card::after {
	content: '';
	position: absolute;
	top: 0; right: 0;
	width: 100px; height: 100px;
	background: linear-gradient(135deg, var(--c-cream), transparent);
	border-radius: 0 var(--radius-lg) 0 100%;
	transition: all .3s ease;
	z-index: 0;
}
.service-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
	border-color: var(--c-orange);
}
.service-card:hover::after { background: linear-gradient(135deg, var(--c-orange), transparent); }
.service-card__icon {
	width: 64px; height: 64px;
	background: linear-gradient(135deg, var(--c-navy), var(--c-navy-2));
	color: #fff;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	position: relative;
	z-index: 1;
}
.service-card__icon svg { width: 32px; height: 32px; }
.service-card h3 { font-size: 20px; margin-bottom: 10px; }
.service-card p { color: var(--c-muted); font-size: 14.5px; margin-bottom: 16px; }
.service-card ul { list-style: none; padding: 0; margin: 0 0 18px; }
.service-card ul li {
	padding: 6px 0 6px 22px;
	font-size: 14px;
	color: var(--c-text);
	position: relative;
}
.service-card ul li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--c-orange);
	font-weight: 800;
}
.service-card__link {
	color: var(--c-orange-2);
	font-weight: 600;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* ============================================================
   BENEFITS
   ============================================================ */
.benefits {
	background: linear-gradient(180deg, #fff 0%, var(--c-bg) 100%);
}
.benefits__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.benefit {
	background: #fff;
	border-radius: var(--radius-md);
	padding: 28px 22px;
	text-align: center;
	border-top: 4px solid var(--c-orange);
	box-shadow: var(--shadow-sm);
	transition: all .3s ease;
}
.benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.benefit__num {
	display: inline-block;
	font-size: 36px;
	font-weight: 800;
	color: var(--c-orange);
	line-height: 1;
	margin-bottom: 8px;
	font-family: 'Be Vietnam Pro', sans-serif;
}
.benefit h4 { font-size: 16px; color: var(--c-navy); margin-bottom: 8px; }
.benefit p { color: var(--c-muted); font-size: 14px; margin: 0; }

/* ============================================================
   PROCESS
   ============================================================ */
.process {
	background: var(--c-navy);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.process::before {
	content: '';
	position: absolute;
	top: -50px; left: -50px;
	width: 300px; height: 300px;
	background: radial-gradient(circle, rgba(243, 156, 18, 0.2), transparent 70%);
	border-radius: 50%;
}
.process .section-head h2 { color: #fff; }
.process .section-head p { color: #cbd5e1; }
.process .section-head .eyebrow { background: rgba(243, 156, 18, 0.15); color: var(--c-orange); }
.process__steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	position: relative;
}
.process__steps--6 { grid-template-columns: repeat(6, 1fr); }
.services__grid--5 { grid-template-columns: repeat(3, 1fr); }
.commitment__grid--4 { grid-template-columns: repeat(4, 1fr); }
.process__steps::before {
	content: '';
	position: absolute;
	top: 32px;
	left: 10%; right: 10%;
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--c-orange) 0 12px, transparent 12px 22px);
	z-index: 0;
}
.step {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--radius-md);
	padding: 24px 18px;
	text-align: center;
	position: relative;
	z-index: 1;
	backdrop-filter: blur(8px);
	transition: all .3s ease;
}
.step:hover {
	border-color: var(--c-orange);
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.1);
}
.step__num {
	width: 56px; height: 56px;
	background: linear-gradient(135deg, var(--c-orange), var(--c-orange-2));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 22px;
	color: #fff;
	margin: 0 auto 14px;
	box-shadow: 0 10px 24px rgba(243, 156, 18, 0.4);
}
.step h4 { color: #fff; font-size: 15px; margin-bottom: 6px; }
.step p { color: #cbd5e1; font-size: 13px; margin: 0; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing { background: #fff; }
.pricing__wrap {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 40px;
	align-items: center;
}
.pricing__intro h2 { font-size: clamp(26px, 3vw, 34px); margin-bottom: 14px; }
.pricing__intro p { color: var(--c-muted); margin-bottom: 20px; }
.pricing__notes {
	background: var(--c-cream);
	border-left: 4px solid var(--c-orange);
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	padding: 16px 18px;
	margin-bottom: 22px;
}
.pricing__notes ul { margin: 0; padding-left: 18px; }
.pricing__notes li { font-size: 14px; color: var(--c-text); margin-bottom: 6px; }
.pricing__notes li:last-child { margin-bottom: 0; }
.pricing-table {
	border: 1px solid var(--c-border);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-md);
}
.pricing-table table {
	width: 100%;
	border-collapse: collapse;
}
.pricing-table thead {
	background: var(--c-navy);
	color: #fff;
}
.pricing-table th {
	padding: 16px 14px;
	font-weight: 600;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.pricing-table td {
	padding: 14px;
	border-bottom: 1px solid var(--c-border);
	font-size: 14.5px;
}
.pricing-table tbody tr:nth-child(even) { background: var(--c-bg); }
.pricing-table tbody tr:hover { background: var(--c-cream); }
.pricing-table .price { font-weight: 700; color: var(--c-orange-2); font-size: 16px; }
.pricing-table tbody tr:last-child td { border-bottom: 0; }
.pricing-table tfoot td {
	background: var(--c-cream);
	font-weight: 600;
	font-size: 13px;
	color: var(--c-navy);
}

/* ============================================================
   COMMITMENT
   ============================================================ */
.commitment {
	background: var(--c-bg);
}
.commitment__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.commit-card {
	background: #fff;
	padding: 28px;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-sm);
	display: flex;
	gap: 16px;
	align-items: flex-start;
	transition: all .3s ease;
	border: 1px solid var(--c-border);
}
.commit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--c-orange); }
.commit-card__icon {
	flex: none;
	width: 52px; height: 52px;
	background: linear-gradient(135deg, var(--c-orange), var(--c-orange-2));
	color: #fff;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.commit-card__icon svg { width: 26px; height: 26px; }
.commit-card h4 { font-size: 16px; margin-bottom: 6px; color: var(--c-navy); }
.commit-card p { color: var(--c-muted); font-size: 14px; margin: 0; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-band {
	background:
		linear-gradient(135deg, rgba(10, 37, 64, 0.93), rgba(30, 58, 95, 0.93)),
		url('../images/cta-bg.jpg') center/cover no-repeat;
	background-color: var(--c-navy);
	color: #fff;
	padding: 70px 0;
	text-align: center;
}
.cta-band h2 { color: #fff; font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 12px; }
.cta-band p { color: #d6dde7; font-size: 17px; margin-bottom: 28px; }
.cta-band__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
	background: var(--c-navy);
	color: #cbd5e1;
	padding-top: 60px;
}
.footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 36px;
	padding-bottom: 40px;
}
.footer__brand img { height: 72px; width: auto; margin-bottom: 14px; background: #fff; padding: 10px 14px; border-radius: 12px; box-shadow: 0 4px 14px rgba(0,0,0,0.2); }
.footer__brand p { font-size: 14px; line-height: 1.7; color: #b6c2d4; }
.footer h4 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: .8px;
	position: relative;
	padding-bottom: 10px;
}
.footer h4::after {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 30px; height: 2px;
	background: var(--c-orange);
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 8px; font-size: 14px; }
.footer ul a { color: #b6c2d4; }
.footer ul a:hover { color: var(--c-orange); padding-left: 4px; }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer__contact svg { width: 16px; height: 16px; color: var(--c-orange); flex: none; margin-top: 4px; }
.footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	flex-wrap: wrap;
	gap: 12px;
}
.footer__bottom a { color: #fff; }
.social-links { display: flex; gap: 10px; }
.social-links a {
	width: 36px; height: 36px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	color: #fff;
	transition: all .25s ease;
}
.social-links a:hover { background: var(--c-orange); transform: translateY(-2px); }
.social-links svg { width: 16px; height: 16px; }

/* ============================================================
   FLOATING CONTACT
   ============================================================ */
.float-contact {
	position: fixed;
	right: 18px;
	bottom: 20px;
	z-index: 90;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.float-contact a {
	width: 52px; height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 10px 22px rgba(0,0,0,0.18);
	transition: transform .25s ease;
}
.float-contact a:hover { transform: scale(1.08); }
.float-contact .fc-phone { background: var(--c-orange); animation: ring 1.4s infinite; }
.float-contact .fc-zalo { background: #008fe5; }
.float-contact .fc-mess { background: #0084ff; }
.float-contact svg { width: 24px; height: 24px; }
@keyframes ring { 0%, 100% { box-shadow: 0 0 0 0 rgba(243, 156, 18, 0.5); } 50% { box-shadow: 0 0 0 14px rgba(243, 156, 18, 0); } }

/* ============================================================
   INTERIOR PAGES
   ============================================================ */
.page-hero {
	background: linear-gradient(135deg, var(--c-navy), var(--c-navy-2));
	color: #fff;
	padding: 70px 0 50px;
	text-align: center;
}
.page-hero h1 { color: #fff; font-size: clamp(28px, 4vw, 40px); margin: 0; }
.page-content { padding: 60px 0; }
.page-content article { background: #fff; border-radius: var(--radius-md); padding: 40px; box-shadow: var(--shadow-sm); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
	.hero__grid, .pricing__wrap { grid-template-columns: 1fr; }
	.services__grid, .commitment__grid { grid-template-columns: repeat(2, 1fr); }
	.benefits__grid { grid-template-columns: repeat(2, 1fr); }
	.process__steps { grid-template-columns: repeat(3, 1fr); }
	.process__steps::before { display: none; }
	.footer__grid { grid-template-columns: repeat(2, 1fr); }
	.audience__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.section { padding: 60px 0; }
	.menu-toggle { display: inline-block; margin-left: auto; }
	.primary-menu {
		position: absolute;
		top: 100%;
		left: 0; right: 0;
		background: #fff;
		box-shadow: var(--shadow-md);
		padding: 14px 20px;
		display: none;
	}
	.primary-menu.is-open { display: block; }
	.primary-menu ul { flex-direction: column; gap: 0; }
	.primary-menu a { padding: 12px 10px; border-bottom: 1px solid var(--c-border); border-radius: 0; }
	.header__cta .btn { display: none; }
	.header__hotline small { display: none; }
	.services__grid, .commitment__grid, .audience__grid, .benefits__grid, .process__steps, .footer__grid { grid-template-columns: 1fr; }
	.hero { padding: 50px 0 60px; }
	.hero-form { padding: 24px; }
	.hero-form .form-grid { grid-template-columns: 1fr; }
	.footer__bottom { flex-direction: column; text-align: center; }
}
