:root {
	--np-page-bg: #ffffff;
	--np-surface: #ffffff;
	--np-text: #1f2933;
	--np-muted: #667085;
	--np-border: #e6e8ec;
	--np-accent: #e63946;
	--np-secondary: #2563eb;
	--np-link: #1d4ed8;
	--np-link-hover: #e63946;
	--np-header-bg: #ffffff;
	--np-header-text: #151515;
	--np-header-border: #e6e8ec;
	--np-heading: #151515;
	--np-body-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--np-heading-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--np-body-size: 16px;
	--np-body-line-height: 1.7;
	--np-h1-size: 42px;
	--np-h2-size: 32px;
	--np-h3-size: 24px;
	--np-container: 1320px;
	--np-reading-progress: #e63946;
}

/* Single post final layout fix. */
.np-single-page {
	max-width: 1320px;
	padding-bottom: 64px;
}

.np-single-page .np-content-layout,
.np-single-page .np-content-layout.has-sidebar.sidebar-right {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 860px) minmax(260px, 300px) !important;
	justify-content: center;
}

.np-single-page .np-content-layout.has-sidebar.sidebar-left {
	grid-template-columns: minmax(260px, 300px) minmax(0, 860px) !important;
}

.np-single-page .np-content-layout.no-sidebar {
	grid-template-columns: minmax(0, 900px) !important;
}

.np-single-page .np-single {
	background: #ffffff;
	border: 1px solid #e6ebf2;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
	min-width: 0;
	padding: clamp(26px, 2.6vw, 40px);
	width: 100%;
}

.np-single-page .np-sidebar {
	min-width: 0;
	position: sticky;
	top: 96px;
	width: 100%;
}

.np-single-page .np-entry-header {
	border-bottom: 1px solid #eef2f7;
	margin-bottom: 28px;
	padding-bottom: 22px;
}

.np-single-page .np-entry-title,
.np-single-page .np-content-layout.has-sidebar .np-single .np-entry-title {
	color: #111827;
	font-size: clamp(32px, 2.2vw, 40px) !important;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0 0 14px;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.np-single-page .np-entry-summary,
.np-single-page .np-entry-content,
.np-single-page .np-share-bar,
.np-single-page .np-post-tags,
.np-single-page .np-author-box,
.np-single-page .np-related-posts,
.np-single-page .np-prev-next {
	max-width: 100%;
}

.np-single-page .np-entry-content {
	color: #273142;
	font-size: 17px;
	line-height: 1.82;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.np-single-page .np-entry-content p {
	margin: 0 0 1.25em;
}

.np-single-page .np-entry-content figure,
.np-single-page .np-entry-content .wp-block-image {
	margin: 28px 0;
	max-width: 100%;
}

.np-single-page .np-entry-content img {
	border-radius: 12px;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: auto;
}

.np-single-page .np-entry-content figure img,
.np-single-page .np-entry-content .wp-block-image img,
.np-single-page .np-featured-image img {
	width: 100%;
}

.np-single-page .np-entry-content figcaption,
.np-single-page .wp-caption-text {
	color: #64748b;
	font-size: 13px;
	line-height: 1.55;
	margin-top: 8px;
	text-align: center;
}

.np-single-page .np-entry-content h2 {
	font-size: clamp(25px, 1.7vw, 31px);
	line-height: 1.25;
	margin: 1.7em 0 0.65em;
}

.np-single-page .np-entry-content h3 {
	font-size: clamp(21px, 1.35vw, 25px);
	line-height: 1.28;
	margin: 1.55em 0 0.58em;
}

.np-single-page .np-inline-related-posts {
	background: #fffaf0;
	border: 1px solid #f7d58a;
	border-radius: 14px;
	margin: 30px 0;
	padding: 18px;
}

.np-single-page .np-sidebar-quote,
.np-single-page .np-sidebar-posts,
.np-single-page .np-sidebar .np-widget {
	border-radius: 16px;
}

@media (min-width: 1440px) {
	.np-single-page .np-content-layout,
	.np-single-page .np-content-layout.has-sidebar.sidebar-right {
		grid-template-columns: minmax(0, 920px) minmax(280px, 320px) !important;
	}

	.np-single-page .np-content-layout.has-sidebar.sidebar-left {
		grid-template-columns: minmax(280px, 320px) minmax(0, 920px) !important;
	}
}

@media (max-width: 1024px) {
	.np-single-page .np-content-layout,
	.np-single-page .np-content-layout.has-sidebar.sidebar-left,
	.np-single-page .np-content-layout.has-sidebar.sidebar-right,
	.np-single-page .np-content-layout.no-sidebar {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.np-single-page .np-sidebar {
		position: static;
	}
}

/* AzEvent header menu stabilization. Keeps desktop nav on one row and uses drawer nav before it can wrap. */
.np-site-header .np-header-inner,
.np-site-header--home .np-header-inner {
	align-items: center;
	display: grid !important;
	gap: 18px;
	grid-template-columns: minmax(112px, 150px) minmax(0, 1fr) auto auto !important;
	min-height: 76px;
}

.np-site-header .np-site-branding {
	min-width: 0;
}

.np-site-header .np-logo img {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	max-height: 48px;
	max-width: 128px;
	object-fit: contain;
	outline: 0 !important;
}

.np-site-header .np-primary-menu {
	justify-self: center;
	min-width: 0;
	width: 100%;
}

.np-site-header .np-primary-menu ul,
.np-site-header--home .np-primary-menu ul {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(14px, 1.45vw, 26px);
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-site-header .np-primary-menu li {
	flex: 0 0 auto;
}

.np-site-header .np-primary-menu a,
.np-site-header--home .np-primary-menu a {
	align-items: center;
	display: inline-flex;
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 850;
	min-height: 76px;
	padding: 0;
	white-space: nowrap;
}

.np-site-header .np-header-cta,
.np-site-header--home .np-header-cta {
	border-radius: 8px;
	font-size: 13px;
	min-height: 42px;
	padding: 0 18px;
	white-space: nowrap;
}

.np-site-header .np-icon-button {
	flex: 0 0 auto;
}

@media (max-width: 1180px) {
	.np-site-header .np-header-inner,
	.np-site-header--home .np-header-inner {
		display: grid !important;
		gap: 12px;
		grid-template-columns: minmax(0, 1fr) auto auto !important;
		min-height: 0;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.np-site-header .np-site-branding {
		order: 1;
	}

	.np-site-header .np-logo img {
		max-height: 52px;
		max-width: 136px;
	}

	.np-site-header .np-header-cta,
	.np-site-header--home .np-header-cta {
		font-size: 0;
		height: 42px;
		min-height: 42px;
		order: 2;
		padding: 0 16px;
		width: auto;
	}

	.np-site-header .np-header-cta::before,
	.np-site-header--home .np-header-cta::before {
		content: "Báo giá";
		font-size: 13px;
		font-weight: 950;
	}

	.np-site-header .np-mobile-menu-toggle {
		display: inline-flex;
		order: 3;
		position: relative;
		z-index: 91;
	}

	.np-site-header .np-primary-menu {
		background: #ffffff;
		border: 0;
		border-radius: 22px 0 0 22px;
		box-shadow: -18px 0 46px rgba(15, 23, 42, 0.18);
		color: #111827;
		display: flex;
		flex-direction: column;
		height: 100dvh;
		margin: 0;
		max-height: none;
		opacity: 0;
		order: 4;
		overflow-y: auto;
		padding: 86px 18px 24px;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(104%);
		transition: opacity 180ms ease, transform 240ms ease;
		width: min(84vw, 360px);
		z-index: 90;
	}

	.np-site-header--home .np-primary-menu {
		background: #0a0a0a;
		box-shadow: -18px 0 46px rgba(0, 0, 0, 0.36);
		color: #ffffff;
	}

	.np-site-header .np-primary-menu.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	.np-site-header .np-primary-menu ul,
	.np-site-header--home .np-primary-menu ul {
		align-items: stretch;
		display: grid;
		gap: 4px;
		grid-template-columns: 1fr;
		justify-content: stretch;
		width: 100%;
	}

	.np-site-header .np-primary-menu a,
	.np-site-header--home .np-primary-menu a {
		border-radius: 10px;
		color: inherit;
		display: flex;
		font-size: 15px;
		font-weight: 900;
		justify-content: space-between;
		min-height: 48px;
		padding: 14px;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu,
	.np-site-header--home .np-primary-menu .sub-menu {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: grid;
		gap: 4px;
		left: auto;
		margin: -2px 0 8px;
		min-width: 0;
		opacity: 1;
		overflow: visible;
		padding: 0 0 0 14px;
		pointer-events: auto;
		position: static;
		top: auto;
		transform: none;
		transition: none;
		visibility: visible;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu::before,
	.np-site-header .np-primary-menu .sub-menu::after,
	.np-site-header--home .np-primary-menu .sub-menu::before,
	.np-site-header--home .np-primary-menu .sub-menu::after,
	.np-site-header .np-primary-menu li.menu-item-has-children::after {
		display: none !important;
	}

	.np-site-header .np-mobile-menu-toggle.is-open {
		background: #ef1d2f;
		border-color: #ef1d2f;
		color: #ffffff;
		position: fixed;
		right: 18px;
		top: 18px;
	}
}

*,
::before,
::after {
	border-color: currentColor;
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

body {
	background: var(--np-page-bg);
	color: var(--np-text);
	font-family: var(--np-body-font);
	font-size: var(--np-body-size);
	line-height: var(--np-body-line-height);
	margin: 0;
}

a {
	color: var(--np-link);
	text-decoration: none;
}

a:hover {
	color: var(--np-link-hover);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--np-heading);
	font-family: var(--np-heading-font);
	line-height: 1.16;
	margin: 0 0 0.65em;
}

h1 {
	font-size: var(--np-h1-size);
}

h2 {
	font-size: var(--np-h2-size);
}

h3 {
	font-size: var(--np-h3-size);
}

.np-primary-menu ul,
.np-footer-bottom ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ---- Sub-menu dropdown — premium design ---- */
.np-primary-menu li {
	position: relative;
}

.np-primary-menu li.menu-item-has-children > a {
	align-items: center;
	display: inline-flex;
}

/* Chevron indicator on parent items that have children — uses ::before to avoid
   conflict with the active-underline ::after used on home header nav links */
.np-primary-menu li.menu-item-has-children > a::before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	content: "";
	display: inline-block;
	height: 0;
	margin-left: 6px;
	opacity: 0.5;
	order: 9;
	transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
	vertical-align: middle;
	width: 0;
}

.np-primary-menu li.menu-item-has-children:hover > a::before {
	opacity: 1;
	transform: rotate(180deg);
}

.np-primary-menu li.menu-item-has-children::after {
	content: "";
	display: none;
	height: 14px;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: max(100%, 268px);
	z-index: 199;
}

.np-primary-menu li.menu-item-has-children:hover::after,
.np-primary-menu li.menu-item-has-children:focus-within::after {
	display: block;
}

/* Dropdown card */
.np-primary-menu .sub-menu {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.09);
	border-radius: 16px;
	box-shadow:
		0 2px 4px rgba(15, 23, 42, 0.04),
		0 8px 24px rgba(15, 23, 42, 0.08),
		0 24px 56px rgba(15, 23, 42, 0.12);
	display: flex;
	flex-direction: column;
	gap: 2px;
	justify-content: flex-start;
	left: 50%;
	min-width: 240px;
	opacity: 0;
	overflow: hidden;
	padding: 8px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 4px);
	transform: translate(-50%, -8px) scale(0.98);
	transform-origin: top center;
	transition:
		opacity 0.2s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.2s cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0.2s;
	visibility: hidden;
	z-index: 200;
}

/* Arrow tip border */
.np-primary-menu .sub-menu::before {
	border-bottom: 8px solid rgba(15, 23, 42, 0.09);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	left: 50%;
	position: absolute;
	top: -8px;
	transform: translateX(-50%);
}

/* Arrow tip fill */
.np-primary-menu .sub-menu::after {
	border-bottom: 7px solid #ffffff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	left: 50%;
	position: absolute;
	top: -7px;
	transform: translateX(-50%);
}

/* Show on hover / focus-within */
.np-primary-menu li:hover > .sub-menu,
.np-primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0) scale(1);
	visibility: visible;
}

/* Dropdown items */
.np-primary-menu .sub-menu li {
	position: static;
}

.np-primary-menu .sub-menu a {
	align-items: center;
	border-radius: 10px;
	color: #1e293b;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	gap: 10px;
	letter-spacing: 0.01em;
	min-height: auto;
	padding: 10px 16px;
	position: relative;
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
	white-space: nowrap;
	width: 100%;
}

/* Left accent bar on hover — resets the chevron triangle inherited from parent li > a::before */
.np-primary-menu .sub-menu a::before {
	background: var(--np-accent, #e63946);
	border: none;
	border-radius: 999px;
	content: "";
	height: 16px;
	left: 16px;
	margin: 0;
	opacity: 0;
	order: unset;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scaleY(0);
	transition: opacity 0.18s ease, transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
	width: 2px;
}

.np-primary-menu .sub-menu a:hover {
	background: #f8fafc;
	color: var(--np-accent, #e63946);
	padding-left: 26px;
}

.np-primary-menu .sub-menu a:hover::before {
	opacity: 1;
	transform: translateY(-50%) scaleY(1);
}

/* Active / current page item */
.np-primary-menu .sub-menu .current-menu-item > a {
	background: rgba(230, 57, 70, 0.06);
	color: var(--np-accent, #e63946);
	padding-left: 26px;
}

.np-primary-menu .sub-menu .current-menu-item > a::before {
	opacity: 1;
	transform: translateY(-50%) scaleY(1);
}

.np-primary-menu a {
	color: inherit;
	font-size: 14px;
	font-weight: 700;
}


.np-header-cta {
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.np-header-cta:hover {
	transform: translateY(-1px);
}

.np-mobile-menu-toggle {
	align-items: center;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 10px;
	color: inherit;
	cursor: pointer;
	display: none;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.np-mobile-menu-toggle span:not(.screen-reader-text),
.np-mobile-menu-toggle span:not(.screen-reader-text)::before,
.np-mobile-menu-toggle span:not(.screen-reader-text)::after {
	background: currentColor;
	border-radius: 999px;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	transition: transform 180ms ease, opacity 180ms ease;
	width: 18px;
}

.np-mobile-menu-toggle span:not(.screen-reader-text)::before,
.np-mobile-menu-toggle span:not(.screen-reader-text)::after {
	left: 0;
	position: absolute;
}

.np-mobile-menu-toggle span:not(.screen-reader-text)::before {
	top: -6px;
}

.np-mobile-menu-toggle span:not(.screen-reader-text)::after {
	top: 6px;
}

.np-mobile-menu-toggle.is-open span:not(.screen-reader-text) {
	background: transparent;
}

.np-mobile-menu-toggle.is-open span:not(.screen-reader-text)::before {
	top: 0;
	transform: rotate(45deg);
}

.np-mobile-menu-toggle.is-open span:not(.screen-reader-text)::after {
	top: 0;
	transform: rotate(-45deg);
}

.np-entry-content p,
.np-card-excerpt p {
	margin: 0 0 1.2em;
}

.np-entry-content ul,
.np-entry-content ol {
	margin: 0 0 1.2em 1.4em;
}

.np-entry-content blockquote {
	border-left: 4px solid var(--np-accent);
	color: var(--np-muted);
	margin: 1.5em 0;
	padding-left: 1em;
}

.np-widget + .np-widget {
	margin-top: 18px;
}

.np-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-widget li + li {
	margin-top: 8px;
}

.np-post-grid .np-card:last-child {
	border-bottom-width: 1px;
}

.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.navigation.pagination .page-numbers {
	align-items: center;
	border: 1px solid var(--np-border);
	border-radius: 6px;
	display: inline-flex;
	font-weight: 700;
	min-height: 40px;
	padding: 0 14px;
}

.navigation.pagination .page-numbers.current {
	background: var(--np-accent);
	border-color: var(--np-accent);
	color: #ffffff;
}

.np-content-layout.no-sidebar {
	grid-template-columns: minmax(0, 860px);
	justify-content: center;
}

.np-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--np-container);
	width: 100%;
}

.grid {
	display: grid;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.block {
	display: block;
}

.hidden {
	display: none;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.overflow-hidden {
	overflow: hidden;
}

.items-center {
	align-items: center;
}

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

.items-end {
	align-items: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-col {
	flex-direction: column;
}

.w-full {
	width: 100%;
}

.h-full {
	height: 100%;
}

.object-cover {
	object-fit: cover;
}

.rounded,
.rounded-md {
	border-radius: 6px;
}

.rounded-lg {
	border-radius: 8px;
}

.rounded-full {
	border-radius: 999px;
}

.border {
	border-width: 1px;
}

.border-b {
	border-bottom-width: 1px;
}

.bg-white {
	background: #ffffff;
}

.bg-slate-50 {
	background: #f8fafc;
}

.bg-slate-100 {
	background: #f1f5f9;
}

.bg-slate-950 {
	background: #020617;
}

.bg-red-600 {
	background: #dc2626;
}

.text-white {
	color: #ffffff;
}

.text-red-600 {
	color: #dc2626;
}

.text-slate-950 {
	color: #020617;
}

.text-slate-900 {
	color: #0f172a;
}

.text-slate-700 {
	color: #334155;
}

.text-slate-600 {
	color: #475569;
}

.text-slate-500 {
	color: #64748b;
}

.font-bold {
	font-weight: 700;
}

.font-black {
	font-weight: 950;
}

.uppercase {
	text-transform: uppercase;
}

.shadow-sm {
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.transition {
	transition: all 160ms ease;
}

.np-site-header {
	background: var(--np-header-bg);
	border-bottom: 1px solid var(--np-header-border);
	color: var(--np-header-text);
	position: sticky;
	top: 0;
	z-index: 20;
}

.np-site-header > .np-container,
.np-ad,
.np-breadcrumb,
.np-main > .np-container,
.np-site-footer > .np-container {
	padding-left: 24px;
	padding-right: 24px;
}

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

.np-site-branding {
	align-items: center;
	display: flex;
	gap: 12px;
	min-width: 0;
}

.np-logo {
	align-items: center;
	color: inherit;
	display: inline-flex;
	font-family: var(--np-heading-font);
	font-size: 24px;
	font-weight: 800;
}

.np-logo img {
	max-height: 54px;
	width: auto;
}

.np-site-description {
	color: var(--np-muted);
	font-size: 13px;
	margin: 0;
}

.np-header-cta,
.np-icon-button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.np-icon-button {
	background: transparent;
	border: 1px solid var(--np-border);
	border-radius: 6px;
	color: inherit;
	cursor: pointer;
	height: 36px;
	width: 36px;
}

.np-reading-progress {
	background: var(--np-reading-progress);
	height: 3px;
	left: 0;
	position: fixed;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	width: 100%;
	z-index: 9999;
}

body:not(.home) .np-main {
	padding-bottom: 48px;
	padding-top: 36px;
}

.np-breadcrumb {
	color: var(--np-muted);
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--np-container);
	padding-bottom: 16px;
	padding-top: 16px;
	width: 100%;
}

.np-breadcrumb ol,
.np-entry-meta,
.np-share-bar,
.np-post-tags,
.np-related-posts > div:first-child,
.np-footer-bottom,
.np-admin-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.np-breadcrumb ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-breadcrumb li {
	list-style: none;
}

.np-content-layout {
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) 320px;
}

.np-content-layout.no-sidebar {
	grid-template-columns: minmax(0, 860px);
	justify-content: center;
}

.np-post-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

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

.np-archive-list .np-card {
	grid-template-columns: 240px 1fr;
}

.np-archive-header {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin-bottom: 32px;
	padding: 32px;
}

.np-archive-header p,
.np-author-box p:first-child,
.np-related-posts p:first-child {
	color: #dc2626;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.np-archive-header h1,
.np-entry-title {
	color: #020617;
	font-size: 48px;
	font-weight: 950;
	line-height: 1.08;
	margin: 0 0 16px;
}

.np-archive-description,
.np-card-excerpt,
.np-entry-content,
.np-author-box p,
.np-featured-card .np-card-excerpt {
	color: #475569;
	line-height: 1.75;
}

.np-card {
	border-bottom: 1px solid var(--np-border);
	display: grid;
	gap: 16px;
	padding-bottom: 24px;
}

.np-card-image,
.np-featured-card a:first-child,
.np-featured-image {
	background: #f1f5f9;
	border-radius: 8px;
	display: block;
	overflow: hidden;
}

.np-card-image img,
.np-featured-image img,
.np-featured-card img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.np-card-image img {
	aspect-ratio: 4 / 3;
}

.np-card-title {
	font-size: 24px;
	font-weight: 950;
	line-height: 1.2;
	margin: 0 0 12px;
}

.np-card-title a,
.np-entry-title a,
.np-featured-card h2 a {
	color: inherit;
}

.np-entry-meta {
	color: var(--np-muted);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
}

.np-entry-meta a {
	color: #111827;
	font-weight: 800;
}

.np-featured-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	overflow: hidden;
}

.np-featured-card > div {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
}

.np-featured-card a:first-child {
	min-height: 360px;
}

.np-featured-card > div > div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px;
}

.np-featured-card h2 {
	color: #020617;
	font-size: 36px;
	font-weight: 950;
	line-height: 1.15;
	margin: 0 0 16px;
}

.np-featured-card .inline-flex,
.np-card-body .inline-flex,
.np-share-bar a,
.np-post-tags a {
	align-items: center;
	display: inline-flex;
}

.np-featured-card > div > div:last-child > a:last-child {
	background: #dc2626;
	border-radius: 6px;
	color: #ffffff;
	font-weight: 800;
	margin-top: 24px;
	padding: 12px 20px;
	width: fit-content;
}

.np-single {
	max-width: 100%;
}

.np-entry-header {
	margin-bottom: 32px;
}

.np-entry-title {
	font-size: 60px;
	max-width: 920px;
}

.np-entry-content {
	font-size: 18px;
	line-height: 1.8;
	max-width: 820px;
}

.np-featured-image {
	margin-bottom: 32px;
}

.np-share-bar {
	gap: 8px;
}

.np-share-bar span {
	color: #64748b;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-right: 4px;
	text-transform: uppercase;
}

.np-share-bar a {
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	color: #334155;
	font-size: 14px;
	font-weight: 800;
	padding: 8px 12px;
}

.np-post-tags {
	margin-top: 32px;
}

.np-post-tags a {
	background: #f1f5f9;
	border-radius: 6px;
	color: #334155;
	font-size: 14px;
	font-weight: 800;
	padding: 8px 12px;
}

.np-author-box {
	border: 1px solid var(--np-border);
	border-radius: 8px;
	display: grid;
	gap: 20px;
	grid-template-columns: 80px 1fr;
	margin-top: 40px;
	padding: 24px;
}

.np-author-box h2 {
	font-size: 24px;
	font-weight: 950;
	margin: 0 0 8px;
}

.np-prev-next {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 40px;
}

.np-prev-next a {
	border: 1px solid var(--np-border);
	border-radius: 8px;
	color: #020617;
	display: block;
	font-weight: 900;
	padding: 20px;
}

.np-related-posts {
	border: 1px solid var(--np-border);
	border-radius: 8px;
	margin-top: 48px;
	padding: 24px;
}

.np-related-posts > div:first-child {
	justify-content: space-between;
	margin-bottom: 24px;
}

.np-related-posts h2 {
	font-size: 30px;
	font-weight: 950;
	margin: 0;
}

.np-related-posts .grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.np-related-posts article img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.np-sidebar .np-widget,
.np-widget {
	border: 1px solid var(--np-border);
	border-radius: 8px;
	padding: 20px;
}

.np-widget-title {
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 12px;
}

/* Archive and single post redesign. */
.np-archive-page,
.np-single-page {
	padding-bottom: 56px;
}

.np-archive-page .np-content-layout {
	align-items: start;
	grid-template-columns: minmax(0, 1fr) 300px;
}

.np-archive-page .np-content-layout.no-sidebar {
	grid-template-columns: minmax(0, 1fr);
}

.np-archive-header {
	background:
		linear-gradient(135deg, rgba(217, 4, 22, 0.08), transparent 34%),
		#ffffff;
	border-color: #e5e7eb;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
	margin-bottom: 28px;
	padding: 34px 38px;
}

.np-archive-kicker,
.np-archive-header p:first-child {
	align-items: center;
	color: #d90416;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	gap: 10px;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.np-archive-kicker::before,
.np-archive-header p:first-child::before {
	background: #d90416;
	content: "";
	display: inline-block;
	height: 2px;
	width: 26px;
}

.np-archive-header h1 {
	color: #111827;
	font-size: 44px;
	line-height: 1.12;
	margin-bottom: 12px;
	max-width: 900px;
}

.np-archive-description {
	color: #667085;
	font-size: 17px;
	max-width: 780px;
}

.np-featured-card {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.09);
}

.np-featured-card__inner,
.np-featured-card > div {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.np-featured-card__media,
.np-featured-card a:first-child {
	border-radius: 0;
	min-height: 0;
}

.np-featured-card__media img,
.np-featured-card a:first-child img {
	aspect-ratio: 16 / 10;
	min-height: 0;
}

.np-featured-card__content,
.np-featured-card > div > div:last-child {
	padding: 34px;
}

.np-featured-card h2 {
	color: #111827;
	font-size: 34px;
	letter-spacing: 0;
	line-height: 1.12;
	margin-bottom: 16px;
}

.np-featured-card .np-entry-meta,
.np-card .np-entry-meta {
	color: #667085;
	font-size: 13px;
	gap: 8px;
	margin-bottom: 10px;
}

.np-featured-card .np-entry-meta a {
	color: #111827;
}

.np-featured-card > div > div:last-child > a:last-child {
	background: #d90416;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(217, 4, 22, 0.2);
	color: #ffffff;
	margin-top: 22px;
}

.np-post-grid {
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.np-archive-list .np-card,
.np-card--list {
	grid-template-columns: 260px minmax(0, 1fr);
}

.np-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
	display: grid;
	gap: 0;
	overflow: hidden;
	padding-bottom: 0;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.np-card:hover {
	border-color: rgba(217, 4, 22, 0.32);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
	transform: translateY(-2px);
}

.np-card-image {
	border-radius: 0;
}

.np-card-image img {
	aspect-ratio: 16 / 10;
	transition: transform 220ms ease;
}

.np-card:hover .np-card-image img {
	transform: scale(1.035);
}

.np-card-body {
	padding: 18px 18px 20px;
}

.np-card-title {
	color: #111827;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.24;
	margin-bottom: 10px;
}

.np-card-excerpt {
	color: #667085;
	font-size: 14px;
	line-height: 1.7;
}

.np-card-readmore {
	color: #d90416;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	margin-top: 16px;
}

.np-card-readmore::after {
	content: "→";
	margin-left: 7px;
}

.np-sidebar {
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: sticky;
	top: 104px;
}

.np-sidebar-quote {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0)),
		#11131a;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	box-shadow: 0 20px 42px rgba(15, 23, 42, 0.16);
	color: #ffffff;
	overflow: hidden;
	padding: 26px 24px;
	position: relative;
}

.np-sidebar-quote::before {
	background: rgba(220, 38, 38, 0.78);
	content: "";
	height: 3px;
	left: 24px;
	position: absolute;
	right: 24px;
	top: 0;
}

.np-sidebar-quote h2 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 18px;
	max-width: 220px;
}

.np-sidebar-quote p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.75;
	margin: 0 0 18px;
}

.np-sidebar-quote__button {
	align-items: center;
	background: #e53935;
	border-radius: 9px;
	box-shadow: 0 14px 26px rgba(229, 57, 53, 0.26);
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	gap: 10px;
	justify-content: center;
	min-height: 48px;
	padding: 13px 18px;
	width: 100%;
}

.np-sidebar-quote__button:hover {
	background: #ff3b37;
	color: #ffffff;
}

.np-sidebar-quote__button span {
	border: 2px solid rgba(255, 255, 255, 0.86);
	border-radius: 999px;
	height: 18px;
	position: relative;
	width: 18px;
}

.np-sidebar-quote__button span::before,
.np-sidebar-quote__button span::after {
	background: rgba(255, 255, 255, 0.86);
	content: "";
	height: 2px;
	left: 4px;
	position: absolute;
	right: 4px;
	top: 7px;
}

.np-sidebar-quote__button span::after {
	left: 7px;
	right: auto;
	top: 10px;
	width: 4px;
}

.np-sidebar-quote ul {
	display: grid;
	gap: 16px;
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.np-sidebar-quote li {
	align-items: flex-start;
	display: grid;
	gap: 12px;
	grid-template-columns: 26px 1fr;
}

.np-sidebar-quote li > span {
	border: 1px solid rgba(229, 57, 53, 0.72);
	border-radius: 8px;
	height: 26px;
	position: relative;
	width: 26px;
}

.np-sidebar-quote li > span::before {
	background: #e53935;
	border-radius: 999px;
	content: "";
	height: 8px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 8px;
}

.np-sidebar-quote strong {
	color: rgba(255, 255, 255, 0.92);
	display: block;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
}

.np-sidebar-quote small {
	color: rgba(255, 255, 255, 0.58);
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 2px;
}

.np-sidebar-posts {
	border-radius: 18px;
	padding: 18px;
}

.np-sidebar-posts__head {
	border-bottom: 1px solid #eef2f6;
	margin-bottom: 14px;
	padding-bottom: 12px;
}

.np-sidebar-posts__head span {
	color: #dc2626;
	display: block;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.12em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.np-sidebar-posts__head h2 {
	color: #111827;
	font-size: 20px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
}

.np-sidebar-posts__list {
	display: grid;
	gap: 14px;
}

.np-sidebar-post {
	align-items: center;
	color: inherit;
	display: grid;
	gap: 12px;
	grid-template-columns: 78px minmax(0, 1fr);
}

.np-sidebar-post:hover strong {
	color: #dc2626;
}

.np-sidebar-post__thumb {
	background: #f1f5f9;
	border-radius: 12px;
	display: block;
	overflow: hidden;
}

.np-sidebar-post__thumb img {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.np-sidebar-post__body {
	min-width: 0;
}

.np-sidebar-post strong {
	color: #111827;
	display: -webkit-box;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.34;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: color 160ms ease;
}

.np-sidebar-post time {
	color: #667085;
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	margin-top: 6px;
}

.np-sidebar .np-widget,
.np-widget {
	background: #ffffff;
	border-color: #e5e7eb;
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.np-pagination-wrap {
	margin-top: 34px;
}

.np-single-page .np-content-layout {
	align-items: start;
	grid-template-columns: minmax(0, 880px) 300px;
	justify-content: center;
}

.np-single-page .np-content-layout.no-sidebar {
	grid-template-columns: minmax(0, 900px);
}

.np-single {
	background: #ffffff;
}

.np-single .np-entry-header {
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 30px;
	padding-bottom: 26px;
}

.np-single .np-entry-title {
	color: #111827;
	font-size: 54px;
	letter-spacing: 0;
	line-height: 1.08;
	margin-bottom: 18px;
	max-width: 900px;
}

.np-single .np-entry-meta {
	color: #667085;
	font-size: 14px;
	gap: 10px;
}

.np-featured-image {
	border-radius: 10px;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
	margin-bottom: 34px;
}

.np-featured-image img {
	aspect-ratio: 16 / 9;
	max-height: 560px;
}

.np-entry-content {
	color: #1f2937;
	font-size: 18px;
	line-height: 1.86;
	max-width: 780px;
}

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

.np-entry-content h2,
.np-entry-content h3 {
	color: #111827;
	font-weight: 950;
	letter-spacing: 0;
	margin-top: 1.6em;
}

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

.np-share-bar,
.np-post-tags {
	max-width: 780px;
}

.np-share-bar a,
.np-post-tags a {
	background: #ffffff;
	border-color: #e5e7eb;
	border-radius: 8px;
}

.np-author-box,
.np-related-posts,
.np-prev-next {
	max-width: 900px;
}

.np-author-box,
.np-related-posts {
	background: #ffffff;
	border-color: #e5e7eb;
	box-shadow: 0 12px 38px rgba(15, 23, 42, 0.05);
}

.np-related-posts .np-card {
	box-shadow: none;
}

.np-site-footer {
	background: #020617;
	color: #e2e8f0;
	padding-bottom: 20px;
	padding-top: 40px;
}

.np-footer-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.np-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #cbd5e1;
	margin-top: 28px;
	padding-top: 20px;
}

@media (max-width: 1024px) {
	.np-header-inner,
	.np-content-layout,
	.np-featured-card > div {
		grid-template-columns: 1fr;
	}

	.np-archive-list .np-card {
		grid-template-columns: 1fr;
	}

	.np-entry-title {
		font-size: 48px;
	}
}

@media (max-width: 640px) {
	.np-site-header > .np-container,
	.np-ad,
	.np-breadcrumb,
	.np-main > .np-container,
	.np-site-footer > .np-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.np-archive-header {
		padding: 24px;
	}

	.np-archive-header h1,
	.np-entry-title {
		font-size: 36px;
	}

	.np-prev-next,
	.np-author-box {
		grid-template-columns: 1fr;
	}
}

.np-reading-progress {
	transition: transform 120ms linear;
}

.az-home-hero-slider {
	background: #050505;
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.az-home-hero-slider .az-home-hero__image {
	filter: saturate(1.08) contrast(1.18);
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
	position: absolute;
	transform: scale(1.04);
	transition:
		opacity 900ms ease,
		transform 5200ms ease;
	width: 100%;
	z-index: 0;
}

.az-home-hero-slider .az-home-hero__image.is-active {
	opacity: 0.76;
	transform: scale(1);
}

.az-home-hero {
	background:
		radial-gradient(circle at 78% 26%, rgba(220, 38, 38, 0.34), transparent 34%),
		linear-gradient(115deg, #020617 0%, #0f172a 54%, #450a0a 100%);
	min-height: 720px;
}

.az-home-hero__image {
	filter: saturate(0.95) contrast(1.1);
	opacity: 0.22;
}

.az-home-hero__overlay {
	background:
		linear-gradient(90deg, rgba(2, 6, 23, 0.98), rgba(2, 6, 23, 0.82) 52%, rgba(127, 29, 29, 0.55)),
		linear-gradient(180deg, rgba(2, 6, 23, 0.1), rgba(2, 6, 23, 0.88));
}

.az-home-hero__spotlight {
	background:
		radial-gradient(circle at 70% 35%, rgba(248, 113, 113, 0.2), transparent 28%),
		radial-gradient(circle at 44% 92%, rgba(255, 255, 255, 0.12), transparent 24%);
}

.az-home-hero__inner {
	min-height: 720px;
}

.az-home-eyebrow,
.az-home-btn,
.az-home-card,
.az-home-post,
.az-home-step,
.az-home-brief,
.az-home-cta,
.az-home-stat {
	border-radius: 8px;
}

.az-home-hero__title,
.az-home-heading {
	letter-spacing: 0;
}

.az-home-btn {
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.az-home-btn:hover {
	transform: translateY(-1px);
}

.az-home-stat {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.az-home-brief {
	box-shadow: 0 24px 80px rgba(2, 6, 23, 0.32);
}

.az-home-strip span {
	position: relative;
}

.az-home-strip span::before {
	background: var(--np-accent);
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 6px;
	margin-right: 10px;
	vertical-align: middle;
	width: 6px;
}

.az-home-section {
	padding-bottom: 72px;
	padding-top: 72px;
}

.az-home-card,
.az-home-post {
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.az-home-card:hover,
.az-home-post:hover {
	border-color: rgba(230, 57, 70, 0.38);
	box-shadow: 0 18px 54px rgba(15, 23, 42, 0.1);
	transform: translateY(-2px);
}

.az-home-service {
	min-height: 260px;
}

.az-home-post img {
	background: #f1f5f9;
	display: block;
}

.az-home-process {
	background:
		radial-gradient(circle at 82% 12%, rgba(220, 38, 38, 0.22), transparent 24%),
		linear-gradient(135deg, #020617, #0f172a 58%, #111827);
}

.az-home-step {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.az-home-cta {
	box-shadow: 0 24px 70px rgba(220, 38, 38, 0.18);
}

[data-theme="dark"] {
	color-scheme: dark;
}

[data-theme="dark"] .np-site-header,
[data-theme="dark"] .np-card,
[data-theme="dark"] .np-author-box,
[data-theme="dark"] .np-related-posts,
[data-theme="dark"] .np-widget {
	border-color: rgba(255, 255, 255, 0.14);
}

@media (max-width: 900px) {
	.np-primary-menu ul {
		justify-content: flex-start;
	}

	.az-home-hero,
	.az-home-hero__inner {
		min-height: auto;
	}

	.az-home-hero__inner {
		padding-bottom: 48px;
		padding-top: 72px;
	}

	.az-home-hero__title {
		font-size: 48px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 34px;
	}

	.az-home-hero__title,
	.az-home-heading {
		font-size: 36px;
		line-height: 1.06;
	}

	.az-home-hero__lead,
	.az-home-section p {
		font-size: 16px;
		line-height: 1.7;
	}

	.az-home-section {
		padding-bottom: 52px;
		padding-top: 52px;
	}
}

/* AzEvent homepage visual system. */
.np-site-header--home {
	background: #050505;
	border-color: rgba(255, 255, 255, 0.08);
}

.np-site-header--home .np-container {
	padding-left: 32px;
	padding-right: 32px;
}

.np-site-header--home .np-header-inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(180px, auto) 1fr auto;
	min-height: 88px;
}

.np-site-header--home .np-logo {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	font-size: 30px;
	gap: 10px;
	line-height: 1;
}

.az-site-logo-mark {
	align-items: center;
	color: #ef1d2f;
	display: inline-flex;
	font-weight: 950;
	height: 42px;
	justify-content: center;
	line-height: 1;
	transform: skew(-10deg);
	width: 34px;
}

.az-site-logo-mark::before {
	content: "A";
	font-size: 44px;
}

.np-site-header--home .np-site-description {
	display: none;
}

.np-site-header--home .np-primary-menu ul {
	gap: 42px;
	justify-content: center;
}

.np-site-header--home .np-primary-menu a {
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	min-height: 88px;
	position: relative;
	align-items: center;
}

.np-site-header--home .np-primary-menu li:first-child a,
.np-site-header--home .np-primary-menu .current-menu-item > a {
	color: #ef1d2f;
}

.np-site-header--home .np-primary-menu li:first-child a::after,
.np-site-header--home .np-primary-menu .current-menu-item > a::after {
	background: #ef1d2f;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

/* Home header: reset ::before chevron (renders before text in inline-flex) */
.np-site-header--home .np-primary-menu li.menu-item-has-children > a::before {
	border: none;
	content: none;
	display: none;
}

/* Home header: chevron uses ::after instead */
.np-site-header--home .np-primary-menu li.menu-item-has-children > a::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	bottom: auto;
	content: "";
	display: inline-block;
	height: 0;
	margin-left: 6px;
	opacity: 0.55;
	position: static;
	transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
	vertical-align: middle;
	width: 0;
}

.np-site-header--home .np-primary-menu li.menu-item-has-children:hover > a::after {
	opacity: 1;
	transform: rotate(180deg);
}

/* Active underline for first-child / current items that also have children */
.np-site-header--home .np-primary-menu li:first-child.menu-item-has-children > a::after,
.np-site-header--home .np-primary-menu .current-menu-item.menu-item-has-children > a::after {
	background: #ef1d2f;
	bottom: 0;
	display: block;
	height: 2px;
	left: 0;
	margin: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	transform: none;
	transition: none;
	width: auto;
}

/* Home header sub-menu: shared geometry; visual skin follows the active preset. */
.np-site-header--home .np-primary-menu .sub-menu {
	background: rgba(10, 14, 23, 0.92);
	backdrop-filter: blur(18px) saturate(1.35);
	-webkit-backdrop-filter: blur(18px) saturate(1.35);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
	min-width: 268px;
	padding: 8px;
}

/* Arrow tip fill — match glass bg */
.np-site-header--home .np-primary-menu .sub-menu::before {
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

.np-site-header--home .np-primary-menu .sub-menu::after {
	border-bottom-color: rgba(10, 14, 23, 0.92);
}

/* Sub-menu links */
.np-site-header--home .np-primary-menu .sub-menu a {
	background: transparent;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.35;
	min-height: auto !important;
	padding: 10px 14px;
	text-transform: none;
	transition: background 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
	white-space: normal;
}

/* Left accent bar */
.np-site-header--home .np-primary-menu .sub-menu a::before {
	background: #ef1d2f;
	height: 16px;
	left: 12px;
	width: 2px;
}

/* Hover state */
.np-site-header--home .np-primary-menu .sub-menu a:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #ff3347;
	padding-left: 24px;
}

/* Suppress the default bottom underline ::after on sub-menu links */
.np-site-header--home .np-primary-menu .sub-menu a::after,
.np-site-header--home .np-primary-menu .sub-menu li:first-child a::after,
.np-site-header--home .np-primary-menu .sub-menu .current-menu-item > a::after {
	display: none !important;
}

/* Active / current page item */
.np-site-header--home .np-primary-menu .sub-menu .current-menu-item > a {
	background: rgba(239, 29, 47, 0.16);
	color: #ff3347;
	padding-left: 24px;
}

.np-site-header--home .np-primary-menu .sub-menu .current-menu-item > a::before {
	opacity: 1;
	transform: translateY(-50%) scaleY(1);
}

/* Section divider between sub-menu groups (if any) */
.np-site-header--home .np-primary-menu .sub-menu li + li {
	border-top: none;
}

/* Light dropdown skin for light homepage presets. */
.np-site-header--preset-corporate .np-primary-menu .sub-menu,
.np-site-header--preset-bubble .np-primary-menu .sub-menu,
.np-site-header--preset-magazine .np-primary-menu .sub-menu {
	background: #ffffff;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-color: rgba(15, 23, 42, 0.1);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.np-site-header--preset-corporate .np-primary-menu .sub-menu::before,
.np-site-header--preset-bubble .np-primary-menu .sub-menu::before,
.np-site-header--preset-magazine .np-primary-menu .sub-menu::before {
	border-bottom-color: rgba(15, 23, 42, 0.1);
}

.np-site-header--preset-corporate .np-primary-menu .sub-menu::after,
.np-site-header--preset-bubble .np-primary-menu .sub-menu::after,
.np-site-header--preset-magazine .np-primary-menu .sub-menu::after {
	border-bottom-color: #ffffff;
}

.np-site-header--preset-corporate .np-primary-menu .sub-menu a,
.np-site-header--preset-bubble .np-primary-menu .sub-menu a,
.np-site-header--preset-magazine .np-primary-menu .sub-menu a {
	color: #1f2937;
}

.np-site-header--preset-corporate .np-primary-menu .sub-menu a:hover,
.np-site-header--preset-magazine .np-primary-menu .sub-menu a:hover,
.np-site-header--preset-corporate .np-primary-menu .sub-menu .current-menu-item > a,
.np-site-header--preset-bubble .np-primary-menu .sub-menu a:hover,
.np-site-header--preset-bubble .np-primary-menu .sub-menu .current-menu-item > a,
.np-site-header--preset-magazine .np-primary-menu .sub-menu .current-menu-item > a {
	background: #f8fafc;
	color: #d71920;
}

.np-site-header--home .np-header-cta {
	align-items: center;
	background: #ef1d2f;
	border-radius: 8px;
	box-shadow: 0 12px 26px rgba(239, 29, 47, 0.24);
	color: #ffffff;
	display: inline-flex;
	justify-content: center;
	min-height: 48px;
	padding: 0 26px;
	white-space: nowrap;
}

.az-home-hero {
	background: #050505;
	color: #ffffff;
	min-height: 760px;
	overflow: hidden;
	position: relative;
}

.az-home-hero__image {
	filter: saturate(1.08) contrast(1.18);
	height: 100%;
	inset: 0;
	object-position: center center;
	object-fit: cover;
	opacity: 0.76;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.az-home-hero__overlay {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.78) 38%, rgba(0, 0, 0, 0.34) 66%, rgba(0, 0, 0, 0.72) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.82));
	inset: 0;
	position: absolute;
	z-index: 1;
}

.az-home-hero__inner {
	display: flex;
	flex-direction: column;
	gap: 58px;
	justify-content: center;
	min-height: 760px;
	padding-bottom: 34px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 66px;
	position: relative;
	z-index: 2;
}

.az-home-capabilities > .np-container,
.az-home-section > .np-container,
.az-home-process > .np-container,
.az-home-quote > .np-container {
	padding-left: 32px;
	padding-right: 32px;
}

.az-home-hero__copy {
	max-width: 620px;
}

.az-home-kicker {
	align-items: center;
	color: #ef1d2f;
	display: flex;
	font-size: 14px;
	font-weight: 900;
	gap: 14px;
	letter-spacing: 0.08em;
	margin: 0 0 28px;
	text-transform: uppercase;
}

.az-home-kicker span {
	background: rgba(255, 255, 255, 0.74);
	display: inline-block;
	height: 1px;
	width: 28px;
}

.az-home-hero__title {
	color: #ffffff;
	font-size: 64px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 22px;
	max-width: 600px;
}

.az-home-hero__title span {
	color: #ef1d2f;
	display: block;
}

.az-home-hero__lead {
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0 0 34px;
	max-width: 560px;
}

.az-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.az-home-btn {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	gap: 10px;
	min-height: 58px;
	padding: 0 26px;
}

.az-home-btn--primary {
	background: #ef1d2f;
	color: #ffffff;
}

.az-home-btn--primary:hover {
	background: #f43f4d;
	color: #ffffff;
}

.az-home-btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.72);
	color: #ffffff;
}

.az-home-btn--ghost:hover {
	background: #ffffff;
	color: #111827;
}

.az-home-stats {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.az-home-stat {
	align-items: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(15, 23, 42, 0.74));
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
	display: grid;
	grid-template-columns: 52px 1fr;
	min-height: 110px;
	padding: 20px 24px;
}

.az-home-stat__icon {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.az-home-stat strong {
	color: #ef1d2f;
	display: block;
	font-size: 30px;
	font-weight: 950;
	line-height: 1;
}

.az-home-stat span:last-child {
	color: rgba(255, 255, 255, 0.76);
	display: block;
	font-size: 13px;
	font-weight: 700;
	grid-column: 2;
	margin-top: 4px;
}

.az-home-capabilities {
	padding: 40px 0 18px;
}

.az-home-reasons-heading {
	margin: 0 auto 22px;
	max-width: 760px;
	text-align: center;
}

.az-home-reasons-heading h3 {
	color: #111827;
	font-size: 30px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.az-home-capabilities__panel {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 22px 70px rgba(15, 23, 42, 0.08);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
}

.az-home-capability {
	padding: 30px 22px;
	position: relative;
	text-align: center;
}

.az-home-capability + .az-home-capability {
	border-left: 1px solid #e5e7eb;
}

.az-home-capability__icon {
	align-items: center;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	color: #ef1d2f;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	height: 42px;
	justify-content: center;
	margin-bottom: 18px;
	width: 42px;
}

.az-home-capability h3,
.az-home-capability h4 {
	color: #111827;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
	margin: 0 0 9px;
}

.az-home-capability p {
	color: #6b7280;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.65;
	margin: 0;
}

.az-home-about {
	padding: 44px 0 58px;
}

.az-home-about__grid {
	align-items: center;
	background: #111827;
	border-radius: 8px;
	color: #ffffff;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	overflow: hidden;
	padding: 44px;
	position: relative;
}

.az-home-about__grid::after {
	background: #ef1d2f;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
}

.az-home-kicker--dark {
	color: #ef1d2f;
	margin-bottom: 14px;
}

.az-home-about h2 {
	color: #ffffff;
	font-size: 34px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0;
}

/* Subtitle label above main H2 in about section */
.az-home-about__label {
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 8px;
	text-transform: uppercase;
}


.az-home-about p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

.az-home-about p + p {
	margin-top: 16px;
}

.az-home-section {
	padding: 58px 0;
}

.az-home-section-heading {
	margin-bottom: 44px;
}

.az-home-section-heading--center {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	text-align: center;
}

.az-home-section-heading--split {
	align-items: end;
	display: flex;
	justify-content: space-between;
}

/* Kicker label — pill style */
.az-home-section-heading p {
	align-items: center;
	background: rgba(239, 29, 47, 0.07);
	border: 1px solid rgba(239, 29, 47, 0.18);
	border-radius: 999px;
	color: #d90416;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	gap: 6px;
	letter-spacing: 0.12em;
	margin: 0 0 18px;
	padding: 5px 14px;
	text-transform: uppercase;
}

/* Section title — readable, balanced size */
.az-home-section-heading h2 {
	color: #111827;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 950;
	letter-spacing: -0.02em;
	line-height: 1.18;
	margin: 0;
	text-transform: none;
}

/* Accent divider under centered heading */
.az-home-section-heading--center::after {
	background: linear-gradient(90deg, transparent, #ef1d2f 40%, transparent);
	border-radius: 999px;
	content: "";
	display: block;
	height: 2px;
	margin: 22px auto 0;
	width: 64px;
}

.az-home-section-heading span {
	color: #6b7280;
	display: block;
	font-size: 16px;
	line-height: 1.82;
	margin-top: 20px;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.az-home-section-heading > a,
.az-home-project-card__content > a,
.az-home-service-card__content > a {
	color: #ef1d2f;
	font-size: 14px;
	font-weight: 900;
}

.az-home-service-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Service chips — scrollable tag strip */
.az-home-service-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 4px auto 40px;
	max-width: 1040px;
	padding: 0 4px;
}

/* Individual chip — elevated, interactive */
.az-home-service-chips span {
	background: #ffffff;
	border: 1.5px solid rgba(217, 4, 22, 0.18);
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(217, 4, 22, 0.06);
	color: #b91c1c;
	cursor: default;
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.2;
	padding: 8px 16px;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.18s ease;
}

.az-home-service-chips span:hover {
	background: #d90416;
	border-color: #d90416;
	box-shadow: 0 6px 20px rgba(217, 4, 22, 0.22);
	color: #ffffff;
	transform: translateY(-2px);
}

.az-home-service-card,
.az-home-project-card {
	background: #ffffff;
	border: 1px solid #e9edf3;
	border-radius: 14px;
	box-shadow:
		0 2px 4px rgba(15, 23, 42, 0.04),
		0 10px 34px rgba(15, 23, 42, 0.06);
	overflow: hidden;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.az-home-service-card:hover {
	border-color: rgba(217, 4, 22, 0.22);
	box-shadow:
		0 4px 8px rgba(15, 23, 42, 0.04),
		0 20px 54px rgba(15, 23, 42, 0.1),
		0 0 0 1px rgba(217, 4, 22, 0.08);
	transform: translateY(-4px);
}

.az-home-service-card__image,
.az-home-project-card__image {
	background: #111827;
	display: block;
	overflow: hidden;
	position: relative;
}

.az-home-service-card__image img,
.az-home-project-card__image img {
	aspect-ratio: 16 / 9;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.az-home-service-card:hover .az-home-service-card__image img {
	transform: scale(1.04);
}

.az-home-service-card__image::after,
.az-home-project-card__image::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.28));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.az-home-service-card__image > span {
	align-items: center;
	background: #d90416;
	border-radius: 8px;
	bottom: 16px;
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 950;
	height: 50px;
	justify-content: center;
	left: 16px;
	position: absolute;
	transition: transform 0.25s ease;
	width: 50px;
	z-index: 2;
}

.az-home-service-card:hover .az-home-service-card__image > span {
	transform: scale(1.08);
}

/* Bottom accent line on hover */
.az-home-service-card::after {
	background: linear-gradient(90deg, #d90416, #ff3347);
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.az-home-service-card {
	position: relative;
}

.az-home-service-card:hover::after {
	transform: scaleX(1);
}

.az-home-service-card__content {
	padding: 22px 24px 26px;
}

.az-home-service-card__content h3,
.az-home-project-card__content h3 {
	color: #111827;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin: 0 0 10px;
	text-transform: capitalize;
}

.az-home-service-card__content p,
.az-home-project-card__content p {
	color: #6b7280;
	font-size: 14.5px;
	line-height: 1.78;
	margin: 0 0 22px;
}

/* Services section — subtle warm background to visually separate */
.az-home-section--services {
	background:
		radial-gradient(circle at 92% 8%, rgba(239, 29, 47, 0.04), transparent 30%),
		radial-gradient(circle at 8% 88%, rgba(239, 29, 47, 0.03), transparent 26%),
		#f9fafb;
}

/* Service grid — 3 cols on desktop, 2 on tablet, 1 on mobile */
@media (max-width: 900px) {
	.az-home-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.az-home-service-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.az-home-service-chips {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

.az-home-projects {
	padding-top: 24px;
}

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

.az-home-project-card__image img {
	aspect-ratio: 4 / 3;
}

.az-home-videos {
	overflow: hidden;
	padding: 72px 0 78px;
}

.az-home-videos__heading {
	margin: 0 auto 36px;
	position: relative;
	text-align: center;
}

.az-home-videos__heading > span {
	color: rgba(15, 23, 42, 0.045);
	display: block;
	font-size: clamp(82px, 10vw, 150px);
	font-weight: 950;
	letter-spacing: -0.06em;
	line-height: 0.72;
	text-transform: uppercase;
}

.az-home-videos__heading h2 {
	color: #050505;
	font-size: clamp(34px, 4.1vw, 52px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.08;
	margin: -10px 0 0;
	text-align: center;
	text-transform: uppercase;
}

.az-home-videos__heading h2::after {
	background: #ef1d2f;
	border-radius: 999px;
	content: "";
	display: block;
	height: 2px;
	margin: 18px auto 0;
	width: 140px;
}

.az-home-video-carousel {
	margin: 0 auto;
	max-width: 1280px;
}

.az-home-video-carousel__track {
	height: 330px;
	margin: 0 auto;
	position: relative;
}

.az-home-video-card {
	background: #050505;
	border-radius: 16px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
	color: #ffffff;
	display: block;
	height: 240px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 48px;
	transform:
		translateX(calc(-50% + (var(--az-video-offset, 0) * 240px)))
		scale(calc(1 - (min(var(--az-video-distance, 0), 3) * 0.09)));
	transition:
		transform 260ms ease,
		opacity 260ms ease,
		filter 260ms ease;
	width: 430px;
}

.az-home-video-card:not(.is-active) {
	filter: saturate(0.9);
	opacity: calc(1 - (min(var(--az-video-distance, 0), 4) * 0.16));
}

.az-home-video-card.is-active {
	height: 292px;
	top: 20px;
	width: 520px;
	z-index: 20;
}

.az-home-video-card img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.az-home-video-card::after {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.72) 100%),
		linear-gradient(90deg, rgba(2, 6, 23, 0.3), rgba(2, 6, 23, 0.05));
	content: "";
	inset: 0;
	position: absolute;
}

.az-home-video-card__label {
	align-items: center;
	background: #d63d42;
	border-radius: 7px;
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	left: 18px;
	line-height: 1;
	padding: 9px 12px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	transform: translateY(-1px);
	z-index: 2;
}

.az-home-video-card__label::before {
	background: #ffffff;
	border-radius: 3px;
	content: "";
	height: 10px;
	margin-right: 7px;
	width: 14px;
}

.az-home-video-card__play {
	align-items: center;
	background: #0f2b64;
	border: 4px solid rgba(255, 255, 255, 0.75);
	border-radius: 999px;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
	display: flex;
	height: 72px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	z-index: 2;
}

.az-home-video-card__play::before {
	border-bottom: 12px solid transparent;
	border-left: 18px solid #ffd84d;
	border-top: 12px solid transparent;
	content: "";
	margin-left: 5px;
}

.az-home-video-card strong {
	bottom: 0;
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: 950;
	left: 0;
	letter-spacing: 0.02em;
	line-height: 1.35;
	padding: 20px 22px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	z-index: 2;
}

.az-home-video-carousel__dots {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 4px;
}

.az-home-video-carousel__dots button {
	background: #cfd3d8;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 9px;
	padding: 0;
	width: 28px;
}

.az-home-video-carousel__dots button.is-active {
	background: #3b82f6;
	width: 12px;
}

.az-video-lightbox {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 28px;
	pointer-events: none;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 9999;
}

.az-video-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

.az-video-lightbox__backdrop {
	background: rgba(3, 7, 18, 0.82);
	inset: 0;
	position: absolute;
}

.az-video-lightbox__dialog {
	background: #05070c;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	box-shadow: 0 34px 120px rgba(0, 0, 0, 0.48);
	max-width: 1120px;
	overflow: hidden;
	position: relative;
	transform: translateY(12px) scale(0.98);
	transition: transform 180ms ease;
	width: min(1120px, 100%);
	z-index: 1;
}

.az-video-lightbox.is-open .az-video-lightbox__dialog {
	transform: translateY(0) scale(1);
}

.az-video-lightbox__close {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 0;
	border-radius: 999px;
	color: #111827;
	cursor: pointer;
	display: flex;
	font-size: 34px;
	font-weight: 400;
	height: 46px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 46px;
	z-index: 3;
}

.az-video-lightbox__close:hover {
	background: #ef1d2f;
	color: #ffffff;
}

.az-video-lightbox__media {
	aspect-ratio: 16 / 9;
	background: #000000;
	width: 100%;
}

.az-video-lightbox__media iframe,
.az-video-lightbox__media video {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.az-video-lightbox__dialog h3 {
	color: #ffffff;
	font-size: clamp(18px, 2.4vw, 28px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	padding: 20px 24px 24px;
	text-transform: uppercase;
}

.az-video-lightbox-open {
	overflow: hidden;
}

.az-quote-drawer {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 9998;
}

.az-quote-drawer.is-open {
	opacity: 1;
	pointer-events: auto;
}

.az-quote-drawer__backdrop {
	background: rgba(2, 6, 23, 0.62);
	inset: 0;
	position: absolute;
}

.az-quote-drawer__panel {
	background: #ffffff;
	box-shadow: -32px 0 90px rgba(2, 6, 23, 0.22);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-left: auto;
	max-width: 520px;
	overflow-y: auto;
	padding: 34px;
	position: relative;
	transform: translateX(100%);
	transition: transform 220ms ease;
	width: min(520px, 100%);
	z-index: 1;
}

.az-quote-drawer.is-open .az-quote-drawer__panel {
	transform: translateX(0);
}

.az-quote-drawer__close {
	align-items: center;
	background: #111827;
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 42px;
}

.az-quote-drawer__close:hover {
	background: #ef1d2f;
}

.az-quote-drawer__intro {
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 24px;
	padding: 18px 54px 24px 0;
}

.az-quote-drawer__intro span {
	color: #ef1d2f;
	display: block;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.14em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.az-quote-drawer__intro h2 {
	color: #111827;
	font-size: 36px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.az-quote-drawer__intro p {
	color: #667085;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.75;
	margin: 16px 0 0;
}

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

.az-quote-form label {
	color: #111827;
	display: grid;
	font-size: 13px;
	font-weight: 900;
	gap: 7px;
}

.az-quote-form__full {
	grid-column: 1 / -1;
}

.az-quote-form input,
.az-quote-form select,
.az-quote-form textarea {
	background: #f8fafc;
	border: 1px solid #d8dee8;
	border-radius: 10px;
	color: #111827;
	font: inherit;
	font-size: 15px;
	font-weight: 650;
	min-height: 46px;
	padding: 11px 13px;
	width: 100%;
}

.az-quote-form textarea {
	line-height: 1.55;
	min-height: 118px;
	resize: vertical;
}

.az-quote-form input:focus,
.az-quote-form select:focus,
.az-quote-form textarea:focus {
	background: #ffffff;
	border-color: #ef1d2f;
	box-shadow: 0 0 0 3px rgba(239, 29, 47, 0.12);
	outline: none;
}

.az-quote-form__trap {
	height: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.az-quote-form__actions {
	border-top: 1px solid #e5e7eb;
	margin-top: 22px;
	padding-top: 20px;
}

.az-quote-form__actions button {
	background: #ef1d2f;
	border: 0;
	border-radius: 11px;
	box-shadow: 0 18px 40px rgba(239, 29, 47, 0.2);
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 950;
	min-height: 52px;
	padding: 0 22px;
	width: 100%;
}

.az-quote-form__actions button:disabled {
	cursor: progress;
	opacity: 0.68;
}

.az-quote-form__actions p {
	color: #475569;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.55;
	margin: 12px 0 0;
	min-height: 22px;
}

.az-quote-form__actions p.is-success {
	color: #047857;
}

.az-quote-form__actions p.is-error {
	color: #dc2626;
}

.az-quote-drawer-open {
	overflow: hidden;
}

@media (max-width: 640px) {
	.az-quote-drawer__panel {
		max-width: none;
		padding: 26px 18px;
		width: 100%;
	}

	.az-quote-drawer__intro {
		padding-right: 48px;
	}

	.az-quote-drawer__intro h2 {
		font-size: 30px;
	}

	.az-quote-form__grid {
		grid-template-columns: 1fr;
	}
}

.az-home-partners {
	padding: 76px 0 84px;
}

.az-home-partners__heading {
	margin-bottom: 28px;
}

.az-home-partners__heading h2 {
	font-size: 40px;
}

.az-home-partners__grid {
	display: grid;
	gap: 42px 58px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 48px auto 36px;
	max-width: 1180px;
}

.az-home-partner-logo {
	align-items: center;
	aspect-ratio: 2.35 / 1;
	border: 0;
	color: #70757d;
	display: flex;
	filter: grayscale(1);
	flex-direction: column;
	justify-content: center;
	opacity: 0.58;
	text-align: center;
	text-decoration: none;
	transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.az-home-partner-logo img {
	display: block;
	height: auto;
	max-height: 76px;
	max-width: min(170px, 100%);
	object-fit: contain;
	width: auto;
}

.az-home-partner-logo strong {
	color: currentColor;
	display: block;
	font-size: clamp(18px, 1.55vw, 28px);
	font-weight: 950;
	letter-spacing: -0.04em;
	line-height: 0.95;
	text-transform: uppercase;
}

.az-home-partner-logo:nth-child(3n) strong,
.az-home-partner-logo:nth-child(5n) strong {
	font-size: clamp(16px, 1.3vw, 22px);
	letter-spacing: -0.02em;
	text-transform: none;
}

.az-home-partner-logo span {
	color: currentColor;
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.25;
	margin-top: 7px;
	max-width: 160px;
	text-transform: uppercase;
}

.az-home-partner-logo:hover {
	color: #111827;
	opacity: 0.86;
	transform: translateY(-2px);
}

.az-home-partners__more {
	align-items: center;
	background: #eef0f3;
	border-radius: 999px;
	color: #59606b;
	display: flex;
	font-size: 14px;
	font-weight: 850;
	justify-content: center;
	margin: 0 auto;
	min-height: 44px;
	padding: 0 34px;
	width: fit-content;
}

.az-home-partners__more:hover {
	background: #e5e7eb;
	color: #111827;
}

.az-service-page {
	background: #ffffff;
}

.az-service-hero {
	background:
		linear-gradient(135deg, rgba(5, 7, 12, 0.96), rgba(18, 24, 39, 0.9)),
		radial-gradient(circle at 80% 20%, rgba(239, 29, 47, 0.28), transparent 30%);
	color: #ffffff;
	margin-top: -36px;
	padding: 78px 0 70px;
}

.az-service-hero__grid {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
}

.az-service-hero__copy > p {
	color: #ef1d2f;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.12em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.az-service-hero h1 {
	color: #ffffff;
	font-size: clamp(40px, 5vw, 68px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

.az-service-hero__lead {
	color: rgba(255, 255, 255, 0.74);
	font-size: 18px;
	line-height: 1.75;
	margin-top: 22px;
	max-width: 720px;
}

.az-service-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.az-service-hero__actions a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	min-height: 48px;
	padding: 0 20px;
}

.az-service-hero__actions a:first-child {
	background: #ef1d2f;
	border-color: #ef1d2f;
}

.az-service-hero__media {
	border-radius: 18px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
	margin: 0;
	overflow: hidden;
}

.az-service-hero__media img {
	aspect-ratio: 16 / 10;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.az-service-body {
	padding: 64px 0 86px;
}

.az-service-body__grid {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) 340px;
}

.az-service-content {
	color: #374151;
	font-size: 17px;
	line-height: 1.82;
}

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

.az-service-content h2 {
	color: #111827;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 44px 0 18px;
}

.az-service-content h3 {
	color: #111827;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.25;
	margin: 0 0 12px;
}

.az-service-content ul,
.az-service-content ol {
	padding-left: 22px;
}

.az-service-sidebar {
	position: sticky;
	top: 118px;
}

.az-service-sidebar > div {
	background: #111827;
	border-radius: 18px;
	box-shadow: 0 24px 68px rgba(15, 23, 42, 0.14);
	color: #ffffff;
	padding: 28px;
}

.az-service-sidebar span {
	color: #ef1d2f;
	display: block;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.az-service-sidebar strong {
	display: block;
	font-size: 24px;
	font-weight: 950;
	line-height: 1.18;
}

.az-service-sidebar p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.7;
	margin: 16px 0 22px;
}

.az-service-sidebar a {
	align-items: center;
	background: #ef1d2f;
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	min-height: 46px;
	padding: 0 18px;
}

.az-service-pattern {
	display: grid;
	gap: 18px;
}

.az-service-pattern__image img {
	border-radius: 16px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.az-service-pattern__cards {
	margin: 26px 0;
}

.az-service-pattern__cards .wp-block-column {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 14px 38px rgba(15, 23, 42, 0.05);
	padding: 22px;
}

.az-service-pattern__steps li {
	margin-bottom: 8px;
}

@media (max-width: 1024px) {
	.az-service-hero__grid,
	.az-service-body__grid {
		grid-template-columns: 1fr;
	}

	.az-service-sidebar {
		position: static;
	}
}

@media (max-width: 640px) {
	.az-service-hero {
		padding: 54px 0;
	}

	.az-service-hero__actions a {
		width: 100%;
	}

	.az-service-body {
		padding: 44px 0 64px;
	}
}

/* Service detail template, agency-style layout. */
.az-service-page {
	background: #ffffff;
}

.az-service-hero {
	background:
		linear-gradient(90deg, rgba(3, 7, 18, 0.96) 0%, rgba(3, 7, 18, 0.88) 36%, rgba(3, 7, 18, 0.42) 72%, rgba(3, 7, 18, 0.68) 100%),
		var(--az-service-hero-image);
	background-position: center;
	background-size: cover;
	color: #ffffff;
	isolation: isolate;
	margin-top: -36px;
	min-height: 640px;
	overflow: hidden;
	padding: 126px 0 118px;
	position: relative;
}

.az-service-hero::after {
	background:
		linear-gradient(135deg, rgba(239, 29, 47, 0.22), transparent 34%),
		linear-gradient(0deg, rgba(3, 7, 18, 0.92), transparent 32%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.az-service-hero__content {
	max-width: 760px;
}

.az-service-hero__kicker {
	align-items: center;
	color: #ff3448;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	gap: 12px;
	letter-spacing: 0.13em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.az-service-hero__kicker::before {
	background: #ff3448;
	content: "";
	height: 2px;
	width: 42px;
}

.az-service-hero h1 {
	color: #ffffff;
	font-size: clamp(46px, 6vw, 86px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: 860px;
}

.az-service-hero__lead {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.75;
	margin-top: 26px;
	max-width: 660px;
}

.az-service-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.az-service-hero__actions a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 950;
	min-height: 52px;
	padding: 0 22px;
	text-transform: none;
}

.az-service-hero__actions a:first-child {
	background: #ef1d2f;
	border-color: #ef1d2f;
	box-shadow: 0 16px 42px rgba(239, 29, 47, 0.28);
}

.az-service-hero__actions a:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #111827;
}

.az-service-hero__proof {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 68px;
	max-width: 780px;
}

.az-service-hero__proof div {
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	padding: 18px 20px;
}

.az-service-hero__proof strong {
	color: #ffffff;
	display: block;
	font-size: 30px;
	font-weight: 950;
	line-height: 1;
}

.az-service-hero__proof span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 13px;
	font-weight: 750;
	margin-top: 8px;
}

.az-service-quick-points {
	background: #ffffff;
	position: relative;
	z-index: 2;
}

.az-service-quick-points__grid {
	background: #ffffff;
	border: 1px solid #e6e9ef;
	border-radius: 14px;
	box-shadow: 0 24px 74px rgba(15, 23, 42, 0.1);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: -56px;
	overflow: hidden;
}

.az-service-quick-points__grid > div {
	min-height: 176px;
	padding: 26px 24px;
}

.az-service-quick-points__grid > div + div {
	border-left: 1px solid #edf0f4;
}

.az-service-quick-points__grid span {
	color: #ef1d2f;
	display: block;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
}

.az-service-quick-points__grid strong {
	color: #111827;
	display: block;
	font-size: 20px;
	font-weight: 950;
	line-height: 1.2;
}

.az-service-quick-points__grid p {
	color: #6b7280;
	font-size: 14px;
	line-height: 1.65;
	margin: 12px 0 0;
}

.az-service-body {
	background: #ffffff;
	padding: 76px 0 96px;
}

.az-service-body__grid {
	align-items: start;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

.az-service-content {
	color: #374151;
	font-size: 18px;
	line-height: 1.82;
	min-width: 0;
}

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

.az-service-content h2 {
	color: #101828;
	font-size: clamp(32px, 3.5vw, 52px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 58px 0 22px;
}

.az-service-content h2:first-child {
	margin-top: 0;
}

.az-service-content h3 {
	color: #111827;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.25;
	margin: 0 0 12px;
}

.az-service-pattern {
	display: block;
}

.az-service-pattern__lead {
	color: #4b5563;
	font-size: clamp(20px, 2vw, 27px);
	font-weight: 650;
	line-height: 1.55;
	margin-bottom: 28px;
}

.az-service-pattern__image {
	margin: 32px 0 54px;
}

.az-service-pattern__image img {
	aspect-ratio: 16 / 8.5;
	border-radius: 12px;
	box-shadow: none;
	display: block;
	object-fit: cover;
	width: 100%;
}

.az-service-pattern__scope ul {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0 0 38px;
	padding: 0;
}

.az-service-pattern__scope li {
	background: #f8fafc;
	border: 1px solid #e8edf3;
	border-radius: 10px;
	color: #263241;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.5;
	padding: 16px 16px 16px 42px;
	position: relative;
}

.az-service-pattern__scope li::before {
	background: #ef1d2f;
	border-radius: 999px;
	color: #ffffff;
	content: "✓";
	font-size: 11px;
	font-weight: 950;
	height: 22px;
	left: 14px;
	line-height: 22px;
	position: absolute;
	text-align: center;
	top: 16px;
	width: 22px;
}

.az-service-pattern__cards {
	display: grid !important;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 30px 0 58px;
}

.az-service-pattern__cards .wp-block-column {
	background: #111827;
	border: 0;
	border-radius: 12px;
	box-shadow: none;
	color: #ffffff;
	padding: 24px;
}

.az-service-pattern__cards .wp-block-column h3 {
	color: #ffffff;
}

.az-service-pattern__cards .wp-block-column p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 0;
}

.az-service-pattern__timeline ol {
	counter-reset: service-step;
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 0 0 54px;
	padding: 0;
}

.az-service-pattern__timeline li {
	align-items: start;
	background: #ffffff;
	border: 1px solid #e6e9ef;
	border-radius: 12px;
	box-shadow: 0 14px 42px rgba(15, 23, 42, 0.045);
	counter-increment: service-step;
	display: grid;
	gap: 16px;
	grid-template-columns: auto 1fr;
	padding: 20px 22px;
}

.az-service-pattern__timeline li::before {
	align-items: center;
	background: #ef1d2f;
	border-radius: 999px;
	color: #ffffff;
	content: counter(service-step, decimal-leading-zero);
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.az-service-pattern__timeline strong {
	color: #101828;
}

.az-service-pattern__split {
	background: #f8fafc;
	border: 1px solid #e6e9ef;
	border-radius: 14px;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1fr);
	margin-top: 22px;
	padding: 28px;
}

.az-service-pattern__split ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.az-service-pattern__split li {
	border-bottom: 1px solid #e6e9ef;
	color: #263241;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.6;
	padding: 0 0 12px;
}

.az-service-pattern__split li + li {
	padding-top: 12px;
}

.az-service-pattern__note {
	background: #fff7f7;
	border: 1px solid #fee2e2;
	border-radius: 12px;
	margin: 24px 0 48px;
	padding: 22px 24px;
}

.az-service-pattern__note p {
	color: #344054;
	margin: 0;
}

.az-service-pattern__media-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 18px 0 56px;
}

.az-service-pattern__media-grid figure {
	margin: 0;
}

.az-service-pattern__media-grid img {
	aspect-ratio: 4 / 3;
	border-radius: 12px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.az-service-pattern__idea-list {
	background: #f8fafc;
	border: 1px solid #e6e9ef;
	border-radius: 12px;
	margin: 24px 0 56px;
	padding: 24px;
}

.az-service-pattern__idea-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.az-service-pattern__idea-list li {
	color: #263241;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.6;
	padding-left: 28px;
	position: relative;
}

.az-service-pattern__idea-list li + li {
	margin-top: 12px;
}

.az-service-pattern__idea-list li::before {
	background: #ef1d2f;
	border-radius: 999px;
	content: "";
	height: 9px;
	left: 4px;
	position: absolute;
	top: 9px;
	width: 9px;
}

.az-service-pattern__cta {
	background:
		linear-gradient(135deg, rgba(239, 29, 47, 0.22), transparent 38%),
		#101828;
	border-radius: 14px;
	color: #ffffff;
	margin-top: 36px;
	padding: 32px;
}

.az-service-pattern__cta h3 {
	color: #ffffff;
	font-size: clamp(26px, 3vw, 38px);
	margin: 0 0 12px;
}

.az-service-pattern__cta p {
	color: rgba(255, 255, 255, 0.76);
	margin: 0 0 24px;
	max-width: 720px;
}

.az-service-pattern__cta .wp-block-button__link {
	background: #ef1d2f;
	border-radius: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 950;
	padding: 14px 20px;
}

.az-service-sidebar {
	display: grid;
	gap: 16px;
	position: sticky;
	top: 112px;
}

.az-service-sidebar__nav {
	background: #ffffff;
	border: 1px solid #e6e9ef;
	border-radius: 12px;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
	display: grid;
	overflow: hidden;
}

.az-service-sidebar__nav a {
	color: #344054;
	font-size: 14px;
	font-weight: 900;
	padding: 15px 18px;
}

.az-service-sidebar__nav a + a {
	border-top: 1px solid #eef1f5;
}

.az-service-sidebar__nav a:hover {
	background: #fff5f5;
	color: #ef1d2f;
}

.az-service-sidebar__quote {
	background: #101828;
	border-radius: 14px;
	box-shadow: 0 24px 68px rgba(15, 23, 42, 0.16);
	color: #ffffff;
	padding: 30px;
}

.az-service-sidebar__quote span,
.az-service-sidebar__hotline span {
	color: #ff3448;
	display: block;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.az-service-sidebar__quote strong {
	display: block;
	font-size: 27px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.14;
}

.az-service-sidebar__quote p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.7;
	margin: 16px 0 24px;
}

.az-service-sidebar__quote a {
	align-items: center;
	background: #ef1d2f;
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 950;
	min-height: 48px;
	padding: 0 20px;
}

.az-service-sidebar__hotline {
	background: #fff7f7;
	border: 1px solid #fee2e2;
	border-radius: 12px;
	padding: 22px;
}

.az-service-sidebar__hotline a {
	color: #101828;
	font-size: 24px;
	font-weight: 950;
}

.az-service-page--conference-import {
	background: #ffffff;
	margin-top: -36px;
}

.az-conference-page {
	background: #ffffff;
	color: #222222;
	font-family: inherit;
}

.az-conference-container {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 24px;
	width: 100%;
}

.az-conference-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 46%, rgba(255, 255, 255, 0.42) 100%),
		var(--az-conference-hero-image);
	background-position: center right;
	background-size: cover;
	min-height: 520px;
	padding: 110px 0 96px;
}

.az-conference-hero__copy {
	max-width: 650px;
}

.az-conference-hero__copy span,
.az-conference-eyebrow {
	color: #e11d2e;
	display: block;
	font-size: 15px;
	font-weight: 950;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.az-conference-hero h1 {
	color: #151515;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.az-conference-hero p {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 1.78;
	margin: 0 0 30px;
}

.az-conference-hero a,
.az-conference-hotline > a {
	background: #e11d2e;
	border-radius: 4px;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 950;
	min-height: 46px;
	padding: 13px 22px;
	text-transform: uppercase;
}

.az-conference-reasons {
	padding: 72px 0 58px;
}

.az-conference-reasons h2,
.az-conference-content h2 {
	color: #161616;
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.az-conference-lead,
.az-conference-content p {
	color: #424242;
	font-size: 17px;
	line-height: 1.86;
	margin: 0 0 18px;
}

.az-conference-reason-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 36px;
}

.az-conference-reason-grid article {
	border-top: 4px solid #e11d2e;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
	padding: 26px 24px;
}

.az-conference-reason-grid h3 {
	color: #151515;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.24;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.az-conference-reason-grid strong {
	color: #e11d2e;
	display: block;
	font-weight: 950;
}

.az-conference-reason-grid p {
	color: #575757;
	font-size: 15px;
	line-height: 1.75;
	margin: 0;
}

.az-conference-content {
	padding: 18px 0 90px;
}

.az-conference-content figure {
	margin: 28px 0 34px;
}

.az-conference-content img {
	border-radius: 2px;
	display: block;
	height: auto;
	width: 100%;
}

.az-conference-content h2 {
	margin-top: 42px;
}

.az-conference-content h3 {
	color: #1f2937;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
	margin: 30px 0 14px;
}

.az-conference-content ul,
.az-conference-content ol {
	color: #424242;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 28px 22px;
	padding: 0;
}

.az-conference-content li + li {
	margin-top: 8px;
}

.az-conference-image-row {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 26px 0 10px;
}

.az-conference-image-row figure {
	margin: 0;
}

.az-conference-image-row img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.az-conference-hotline {
	align-items: center;
	background: #111827;
	color: #ffffff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	margin: 46px 0;
	padding: 30px;
}

.az-conference-hotline span {
	color: #ff4657;
	display: block;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.az-conference-hotline h3 {
	color: #ffffff;
	font-size: 23px;
	margin: 0;
}

.az-conference-hotline div:nth-child(2) a {
	color: #ffffff;
	font-size: 28px;
	font-weight: 950;
	white-space: nowrap;
}

.az-conference-hotline--bottom {
	margin-bottom: 0;
}

@media (max-width: 1100px) {
	.az-service-body__grid {
		grid-template-columns: 1fr;
	}

	.az-service-sidebar {
		position: static;
	}
}

@media (max-width: 860px) {
	.az-service-hero {
		min-height: 0;
		padding: 86px 0 110px;
	}

	.az-service-hero__proof,
	.az-service-quick-points__grid,
	.az-service-pattern__cards,
	.az-service-pattern__media-grid,
	.az-service-pattern__split {
		grid-template-columns: 1fr;
	}

	.az-service-quick-points__grid > div + div {
		border-left: 0;
		border-top: 1px solid #edf0f4;
	}

	.az-service-pattern__scope ul {
		grid-template-columns: 1fr;
	}

	.az-conference-reason-grid,
	.az-conference-image-row,
	.az-conference-hotline {
		grid-template-columns: 1fr;
	}

	.az-conference-hotline {
		align-items: start;
	}
}

@media (max-width: 640px) {
	.az-service-hero {
		padding: 66px 0 92px;
	}

	.az-service-hero h1 {
		font-size: 42px;
	}

	.az-service-hero__actions a {
		justify-content: center;
		width: 100%;
	}

	.az-service-hero__proof {
		margin-top: 38px;
	}

	.az-service-body {
		padding: 52px 0 70px;
	}

	.az-service-content {
		font-size: 16px;
	}

	.az-service-content h2 {
		font-size: 30px;
	}

	.az-conference-container {
		padding: 0 18px;
	}

	.az-conference-hero {
		min-height: 0;
		padding: 76px 0 64px;
	}

	.az-conference-hero h1 {
		font-size: 38px;
	}

	.az-conference-reasons {
		padding: 52px 0 38px;
	}

	.az-conference-content {
		padding-bottom: 64px;
	}

	.az-conference-hotline {
		padding: 24px;
	}
}

/* Conference service import, matched to the reference landing page. */
.az-service-page--conference-import {
	margin-top: -36px;
}

.az-service-page--conference-import .az-conference-page {
	background: #ffffff;
	color: #222222;
	font-size: 14px;
	line-height: 1.7;
}

.az-service-page--conference-import .az-conference-container {
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 32px;
	width: 100%;
}

.az-service-page--conference-import .az-conference-container--narrow {
	max-width: 1320px;
	position: relative;
	text-align: center;
}

.az-service-page--conference-import .az-conference-container--wide {
	max-width: 1440px;
	position: relative;
	text-align: center;
}

.az-service-page--conference-import .az-conference-container--content {
	max-width: 1120px;
}

.az-service-page--conference-import .az-conference-container--article {
	max-width: 760px;
}

.az-service-page--conference-import .az-conference-hero {
	align-items: center;
	background:
		radial-gradient(circle at 16% 18%, rgba(239, 29, 47, 0.42), transparent 30%),
		linear-gradient(90deg, rgba(3, 7, 18, 0.98) 0%, rgba(3, 7, 18, 0.84) 48%, rgba(3, 7, 18, 0.5) 100%),
		var(--az-conference-hero-image);
	background-position: center;
	background-size: cover;
	display: flex;
	min-height: 650px;
	overflow: hidden;
	padding: 112px 0 96px;
	position: relative;
	text-align: left;
}

.az-service-page--conference-import .az-conference-hero::after {
	background:
		linear-gradient(180deg, transparent, rgba(3, 7, 18, 0.88)),
		linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 26%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.az-service-page--conference-import .az-conference-hero .az-conference-container {
	align-items: center;
	display: grid;
	gap: clamp(36px, 5vw, 96px);
	grid-template-columns: minmax(0, 0.95fr) 340px;
	position: relative;
	z-index: 1;
}

.az-service-page--conference-import .az-conference-hero__copy {
	margin: 0;
	max-width: 820px;
}

.az-service-page--conference-import .az-conference-hero__kicker {
	align-items: center;
	color: #ff4052;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	gap: 12px;
	letter-spacing: 0.14em;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.az-service-page--conference-import .az-conference-hero__kicker::before {
	background: #ff4052;
	content: "";
	height: 2px;
	width: 42px;
}

.az-service-page--conference-import .az-conference-hero h1 {
	color: #ffffff;
	font-size: clamp(50px, 4.8vw, 82px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 26px;
	text-transform: uppercase;
}

.az-service-page--conference-import .az-conference-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.78;
	margin: 0 0 32px;
	max-width: 760px;
}

.az-service-page--conference-import .az-conference-hero p span {
	color: #ff3145;
}

.az-service-page--conference-import .az-conference-hero a,
.az-service-page--conference-import .az-conference-hotline > a {
	align-items: center;
	background: #ef1d2f;
	border-radius: 6px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	text-transform: none;
}

.az-service-page--conference-import .az-conference-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.az-service-page--conference-import .az-conference-hero__actions a {
	border: 1px solid rgba(255, 255, 255, 0.22);
	font-size: 14px;
	min-height: 52px;
	padding: 0 24px;
}

.az-service-page--conference-import .az-conference-hero__actions a + a {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.az-service-page--conference-import .az-conference-hero__proof {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
	max-width: 780px;
}

.az-service-page--conference-import .az-conference-hero__proof span {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.45;
	min-height: 88px;
	padding: 16px;
}

.az-service-page--conference-import .az-conference-hero__proof strong {
	color: #ffffff;
	display: block;
	font-size: 25px;
	font-weight: 950;
	line-height: 1;
	margin-bottom: 8px;
}

.az-service-page--conference-import .az-conference-hero__panel {
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	color: #ffffff;
	padding: 30px;
}

.az-service-page--conference-import .az-conference-hero__panel span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.az-service-page--conference-import .az-conference-hero__panel strong {
	display: block;
	font-size: 42px;
	font-weight: 950;
	line-height: 1;
	margin-bottom: 14px;
}

.az-service-page--conference-import .az-conference-hero__panel p {
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.az-service-page--conference-import .az-conference-reasons {
	background: #ffffff;
	padding: 70px 0 72px;
}

.az-service-page--conference-import .az-conference-watermark {
	color: rgba(17, 24, 39, 0.06);
	display: block;
	font-size: clamp(62px, 8vw, 132px);
	font-weight: 950;
	left: 50%;
	letter-spacing: 0.06em;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: -38px;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 0;
}

.az-service-page--conference-import .az-conference-reasons h2 {
	color: #171717;
	font-size: clamp(30px, 2.8vw, 46px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 18px;
	position: relative;
	text-transform: none;
	z-index: 1;
}

.az-service-page--conference-import .az-conference-lead {
	color: #333333;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 820px;
	position: relative;
	z-index: 1;
}

.az-service-page--conference-import .az-conference-reason-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 48px auto 0;
	max-width: 1440px;
	overflow: hidden;
	text-align: center;
}

.az-service-page--conference-import .az-conference-reason-grid article {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: none;
	min-height: 190px;
	padding: 32px 24px 28px;
	position: relative;
}

.az-service-page--conference-import .az-conference-reason-grid article:first-child {
	border-radius: 22px 0 0 22px;
}

.az-service-page--conference-import .az-conference-reason-grid article:last-child {
	border-radius: 0 22px 22px 0;
}

.az-service-page--conference-import .az-conference-reason-grid i {
	align-items: center;
	border: 1px solid #dbe1ea;
	border-radius: 14px;
	color: #ef1d2f;
	display: inline-flex;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	height: 52px;
	justify-content: center;
	line-height: 1;
	margin-bottom: 24px;
	width: 52px;
}

.az-service-page--conference-import .az-conference-reason-grid h3 {
	color: #111827;
	font-size: 17px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0 0 12px;
	text-transform: none;
}

.az-service-page--conference-import .az-conference-reason-grid p {
	color: #667085;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.az-service-page--conference-import .az-conference-trust {
	background: #111827;
	border-radius: 18px;
	color: #ffffff;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 34px auto 0;
	max-width: 1180px;
	overflow: hidden;
	text-align: left;
}

.az-service-page--conference-import .az-conference-trust article {
	background: rgba(255, 255, 255, 0.04);
	padding: 28px 26px;
}

.az-service-page--conference-import .az-conference-trust strong {
	color: #ffffff;
	display: block;
	font-size: clamp(26px, 2.2vw, 38px);
	font-weight: 950;
	line-height: 1;
	margin-bottom: 12px;
}

.az-service-page--conference-import .az-conference-trust span {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.55;
}

.az-service-page--conference-import .az-conference-scope {
	background:
		linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
	border-bottom: 1px solid #edf1f5;
	border-top: 1px solid #edf1f5;
	padding: 86px 0;
}

.az-service-page--conference-import .az-conference-scope__head {
	align-items: end;
	display: grid;
	gap: 12px 42px;
	grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.62fr);
	margin-bottom: 38px;
	text-align: left;
}

.az-service-page--conference-import .az-conference-scope__head > span {
	color: #ef1d2f;
	font-size: 13px;
	font-weight: 950;
	grid-column: 1 / -1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.az-service-page--conference-import .az-conference-scope__head h2 {
	color: #111827;
	font-size: clamp(34px, 3vw, 54px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.az-service-page--conference-import .az-conference-scope__head p {
	color: #667085;
	font-size: 16px;
	line-height: 1.75;
	margin: 8px 0 0;
}

.az-service-page--conference-import .az-conference-scope__layout {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

.az-service-page--conference-import .az-conference-scope__grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
}

.az-service-page--conference-import .az-conference-scope__grid article {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	min-height: 220px;
	padding: 30px;
}

.az-service-page--conference-import .az-conference-scope__grid article:nth-child(1) {
	border-radius: 18px 0 0 0;
}

.az-service-page--conference-import .az-conference-scope__grid article:nth-child(2) {
	border-radius: 0 18px 0 0;
}

.az-service-page--conference-import .az-conference-scope__grid article:nth-child(3) {
	border-radius: 0;
}

.az-service-page--conference-import .az-conference-scope__grid article:nth-child(4) {
	border-radius: 0;
}

.az-service-page--conference-import .az-conference-scope__grid article:nth-child(5) {
	border-radius: 0 0 0 18px;
}

.az-service-page--conference-import .az-conference-scope__grid article:nth-child(6) {
	border-radius: 0 0 18px 0;
}

.az-service-page--conference-import .az-conference-scope__grid span {
	color: #ef1d2f;
	display: block;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.1em;
	margin-bottom: 36px;
}

.az-service-page--conference-import .az-conference-scope__grid h3 {
	color: #111827;
	font-size: 23px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 14px;
}

.az-service-page--conference-import .az-conference-scope__grid p {
	color: #667085;
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.az-service-page--conference-import .az-conference-scope__panel {
	align-content: end;
	background:
		linear-gradient(135deg, rgba(239, 29, 47, 0.26), transparent 38%),
		#101828;
	border-radius: 18px;
	color: #ffffff;
	display: grid;
	min-height: 100%;
	padding: 34px;
}

.az-service-page--conference-import .az-conference-scope__panel > span {
	color: #ff4052;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.14em;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.az-service-page--conference-import .az-conference-scope__panel strong {
	color: #ffffff;
	font-size: 32px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.12;
	margin-bottom: 18px;
}

.az-service-page--conference-import .az-conference-scope__panel p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.72;
	margin: 0 0 28px;
}

.az-service-page--conference-import .az-conference-scope__panel a {
	align-items: center;
	background: #ef1d2f;
	border-radius: 6px;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	width: fit-content;
}

.az-service-page--conference-import .az-conference-content {
	padding: 46px 0;
}

.az-service-page--conference-import .az-conference-content + .az-conference-content {
	padding-top: 14px;
}

.az-service-page--conference-import .az-conference-split {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
	margin: 0;
}

.az-service-page--conference-import .az-conference-split--reverse {
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
}

.az-service-page--conference-import .az-conference-collage {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.az-service-page--conference-import .az-conference-collage img,
.az-service-page--conference-import .az-conference-split figure img,
.az-service-page--conference-import .az-conference-article figure img {
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.az-service-page--conference-import .az-conference-collage img {
	aspect-ratio: 1 / 0.88;
}

.az-service-page--conference-import .az-conference-split figure {
	margin: 0;
}

.az-service-page--conference-import .az-conference-split figure img {
	aspect-ratio: 4 / 3;
}

.az-service-page--conference-import .az-conference-content h2,
.az-service-page--conference-import .az-conference-article h2 {
	color: #e11d2e;
	font-size: 24px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.az-service-page--conference-import .az-conference-content p,
.az-service-page--conference-import .az-conference-article p,
.az-service-page--conference-import .az-conference-article li {
	color: #333333;
	font-size: 15px;
	line-height: 1.82;
	margin: 0 0 14px;
}

.az-service-page--conference-import .az-conference-hotline {
	align-items: center;
	background: #ef1d2f;
	color: #ffffff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	margin: 0;
	padding: 28px max(32px, calc((100vw - 1120px) / 2));
}

.az-service-page--conference-import .az-conference-hotline span {
	color: rgba(255, 255, 255, 0.9);
	display: block;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.06em;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.az-service-page--conference-import .az-conference-hotline strong {
	color: #ffffff;
	display: block;
	font-size: 17px;
	font-weight: 800;
}

.az-service-page--conference-import .az-conference-hotline div:nth-child(2) a {
	color: #ffffff;
	font-size: 24px;
	font-weight: 950;
	white-space: nowrap;
}

.az-service-page--conference-import .az-conference-hotline > a {
	background: #ffffff;
	color: #111827;
	font-weight: 850;
	min-width: 136px;
}

.az-service-page--conference-import .az-conference-article {
	padding: 52px 0;
}

.az-service-page--conference-import .az-conference-article + .az-conference-article {
	padding-top: 8px;
}

.az-service-page--conference-import .az-conference-article p strong {
	color: #ef1d2f;
}

.az-service-page--conference-import .az-conference-faq-row {
	border-top: 1px solid #111827;
	display: block;
	padding: 0;
}

.az-service-page--conference-import .az-conference-faq-row:first-of-type {
	border-top: 2px solid #e4cf2b;
	margin-top: 34px;
}

.az-service-page--conference-import .az-conference-faq-row summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	list-style: none;
	padding: 22px 0;
}

.az-service-page--conference-import .az-conference-faq-row summary::-webkit-details-marker {
	display: none;
}

.az-service-page--conference-import .az-conference-faq-row h2 {
	font-size: 16px;
	margin: 0;
}

.az-service-page--conference-import .az-conference-faq-row span {
	color: #ef1d2f;
	display: inline-block;
	font-size: 24px;
	font-weight: 950;
	line-height: 1;
	transition: transform 0.2s ease;
}

.az-service-page--conference-import .az-conference-faq-row[open] summary span {
	transform: rotate(45deg);
}

.az-service-page--conference-import .az-conference-faq-row.is-open > span {
	transform: rotate(45deg);
}

.az-service-page--conference-import .az-conference-faq-row > div {
	padding: 0 48px 22px 0;
}

.az-service-page--conference-import .az-conference-faq-row > div p,
.az-service-page--conference-import .az-conference-faq-answer p {
	color: #4b5563;
	font-size: 15px;
	line-height: 1.78;
	margin: 0;
}

.az-service-page--conference-import div.az-conference-faq-row {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 22px 0;
	position: relative;
}

.az-service-page--conference-import div.az-conference-faq-row .az-conference-faq-answer {
	display: none;
	flex-basis: 100%;
	padding: 0 48px 0 0;
}

.az-service-page--conference-import div.az-conference-faq-row.is-open {
	align-items: flex-start;
	flex-wrap: wrap;
}

.az-service-page--conference-import div.az-conference-faq-row.is-open .az-conference-faq-answer {
	display: block;
}

.az-service-page--conference-import .az-conference-article > .az-conference-container > h2 {
	color: #222222;
	font-size: 24px;
	margin-top: 0;
	text-transform: none;
}

.az-service-page--conference-import .az-conference-article > .az-conference-container > p + h2 {
	margin-top: 44px;
}

.az-service-page--conference-import .az-conference-article h3 {
	color: #222222;
	font-size: 16px;
	font-weight: 900;
	margin: 28px 0 12px;
}

.az-service-page--conference-import .az-conference-article figure {
	margin: 34px 0;
}

.az-service-page--conference-import .az-conference-article ul {
	margin: 0 0 0 18px;
	padding: 0;
}

.az-service-page--conference-import .az-conference-final-cta {
	background:
		linear-gradient(135deg, rgba(239, 29, 47, 0.96), rgba(121, 18, 35, 0.96)),
		#ef1d2f;
	color: #ffffff;
	padding: 54px 0;
}

.az-service-page--conference-import .az-conference-final-cta .az-conference-container {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.az-service-page--conference-import .az-conference-final-cta span {
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.12em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.az-service-page--conference-import .az-conference-final-cta h2 {
	color: #ffffff;
	font-size: clamp(30px, 3vw, 48px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 12px;
	max-width: 820px;
	text-transform: none;
}

.az-service-page--conference-import .az-conference-final-cta p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	max-width: 760px;
}

.az-service-page--conference-import .az-conference-final-cta a {
	align-items: center;
	background: #ffffff;
	border-radius: 6px;
	color: #111827;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	white-space: nowrap;
}

@media (max-width: 960px) {
	.az-service-page--conference-import .az-conference-split,
	.az-service-page--conference-import .az-conference-split--reverse,
	.az-service-page--conference-import .az-conference-hero .az-conference-container,
	.az-service-page--conference-import .az-conference-scope__head,
	.az-service-page--conference-import .az-conference-scope__layout,
	.az-service-page--conference-import .az-conference-hotline,
	.az-service-page--conference-import .az-conference-final-cta .az-conference-container {
		grid-template-columns: 1fr;
	}

	.az-service-page--conference-import .az-conference-reason-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-service-page--conference-import .az-conference-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-service-page--conference-import .az-conference-reason-grid article,
	.az-service-page--conference-import .az-conference-reason-grid article:first-child,
	.az-service-page--conference-import .az-conference-reason-grid article:last-child {
		border-radius: 0;
	}

	.az-service-page--conference-import .az-conference-scope__grid {
		grid-template-columns: 1fr;
	}

	.az-service-page--conference-import .az-conference-scope__grid article,
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(1),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(2),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(3),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(4),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(5),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(6) {
		border-radius: 0;
	}

	.az-service-page--conference-import .az-conference-hotline {
		padding: 26px 24px;
	}

	.az-service-page--conference-import .az-conference-final-cta a {
		width: fit-content;
	}
}

@media (max-width: 640px) {
	.az-service-page--conference-import .az-conference-hero {
		min-height: 0;
		padding: 74px 0 62px;
		text-align: left;
	}

	.az-service-page--conference-import .az-conference-hero h1 {
		font-size: 34px;
	}

	.az-service-page--conference-import .az-conference-hero p {
		font-size: 13px;
	}

	.az-service-page--conference-import .az-conference-hero__actions a,
	.az-service-page--conference-import .az-conference-final-cta a {
		width: 100%;
	}

	.az-service-page--conference-import .az-conference-hero__proof,
	.az-service-page--conference-import .az-conference-trust {
		grid-template-columns: 1fr;
	}

	.az-service-page--conference-import .az-conference-reasons {
		padding: 42px 0;
	}

	.az-service-page--conference-import .az-conference-scope {
		padding: 54px 0;
	}

	.az-service-page--conference-import .az-conference-scope__head h2 {
		font-size: 32px;
	}

	.az-service-page--conference-import .az-conference-reason-grid {
		grid-template-columns: 1fr;
	}

	.az-service-page--conference-import .az-conference-split {
		margin-bottom: 0;
	}

	.az-service-page--conference-import .az-conference-collage {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 961px) and (max-width: 1180px) {
	.az-service-page--conference-import .az-conference-container,
	.az-service-page--conference-import .az-conference-container--wide {
		padding-left: 28px;
		padding-right: 28px;
	}

	.az-service-page--conference-import .az-conference-hero .az-conference-container {
		grid-template-columns: minmax(0, 1fr) 300px;
	}

	.az-service-page--conference-import .az-conference-reason-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.az-service-page--conference-import .az-conference-reason-grid article,
	.az-service-page--conference-import .az-conference-reason-grid article:first-child,
	.az-service-page--conference-import .az-conference-reason-grid article:last-child {
		border-radius: 0;
	}
}

@media (min-width: 641px) and (max-width: 960px) {
	.az-service-page--conference-import .az-conference-container,
	.az-service-page--conference-import .az-conference-container--wide,
	.az-service-page--conference-import .az-conference-container--content,
	.az-service-page--conference-import .az-conference-container--article {
		max-width: 760px;
		padding-left: 28px;
		padding-right: 28px;
	}

	.az-service-page--conference-import .az-conference-hero {
		background-position: center top;
		min-height: 0;
		padding: 88px 0 78px;
	}

	.az-service-page--conference-import .az-conference-hero h1 {
		font-size: clamp(42px, 7vw, 58px);
		max-width: 680px;
	}

	.az-service-page--conference-import .az-conference-hero__panel {
		max-width: 520px;
	}

	.az-service-page--conference-import .az-conference-reasons,
	.az-service-page--conference-import .az-conference-scope,
	.az-service-page--conference-import .az-conference-content,
	.az-service-page--conference-import .az-conference-article {
		padding-bottom: 56px;
		padding-top: 56px;
	}

	.az-service-page--conference-import .az-conference-reason-grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		overflow: visible;
	}

	.az-service-page--conference-import .az-conference-reason-grid article {
		border-radius: 12px;
		min-height: 0;
		padding: 24px;
	}

	.az-service-page--conference-import .az-conference-scope__grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		overflow: visible;
	}

	.az-service-page--conference-import .az-conference-scope__grid article,
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(1),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(2),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(3),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(4),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(5),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(6) {
		border-radius: 12px;
		min-height: 0;
		padding: 24px;
	}

	.az-service-page--conference-import .az-conference-scope__grid span {
		margin-bottom: 18px;
	}

	.az-service-page--conference-import .az-conference-split {
		gap: 32px;
	}

	.az-service-page--conference-import .az-conference-collage {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.az-service-page--conference-import {
		font-size: 14px;
		line-height: 1.65;
	}

	.az-service-page--conference-import .az-conference-container,
	.az-service-page--conference-import .az-conference-container--wide,
	.az-service-page--conference-import .az-conference-container--content,
	.az-service-page--conference-import .az-conference-container--article {
		padding-left: 18px;
		padding-right: 18px;
	}

	.az-service-page--conference-import .az-conference-hero {
		background-position: center top;
		padding: 64px 0 42px;
	}

	.az-service-page--conference-import .az-conference-hero::after {
		background: linear-gradient(180deg, rgba(3, 7, 18, 0.12), rgba(3, 7, 18, 0.92));
	}

	.az-service-page--conference-import .az-conference-hero__kicker {
		font-size: 11px;
		gap: 9px;
		letter-spacing: 0.08em;
		margin-bottom: 16px;
	}

	.az-service-page--conference-import .az-conference-hero__kicker::before {
		width: 28px;
	}

	.az-service-page--conference-import .az-conference-hero h1 {
		font-size: clamp(32px, 10vw, 40px);
		line-height: 1.04;
		margin-bottom: 18px;
	}

	.az-service-page--conference-import .az-conference-hero p {
		font-size: 14px;
		line-height: 1.62;
		margin-bottom: 22px;
	}

	.az-service-page--conference-import .az-conference-hero__actions {
		gap: 10px;
	}

	.az-service-page--conference-import .az-conference-hero__actions a {
		font-size: 13px;
		min-height: 46px;
		padding: 0 16px;
	}

	.az-service-page--conference-import .az-conference-hero__proof {
		gap: 8px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: 22px;
	}

	.az-service-page--conference-import .az-conference-hero__proof span {
		border-radius: 8px;
		font-size: 10px;
		line-height: 1.3;
		min-height: 0;
		padding: 10px 8px;
	}

	.az-service-page--conference-import .az-conference-hero__proof strong {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.az-service-page--conference-import .az-conference-hero__panel {
		border-radius: 12px;
		padding: 20px;
	}

	.az-service-page--conference-import .az-conference-hero__panel span {
		font-size: 10px;
		margin-bottom: 12px;
	}

	.az-service-page--conference-import .az-conference-hero__panel strong {
		font-size: 25px;
		line-height: 1.12;
	}

	.az-service-page--conference-import .az-conference-reasons,
	.az-service-page--conference-import .az-conference-scope,
	.az-service-page--conference-import .az-conference-content,
	.az-service-page--conference-import .az-conference-article {
		padding-bottom: 38px;
		padding-top: 38px;
	}

	.az-service-page--conference-import .az-conference-content + .az-conference-content,
	.az-service-page--conference-import .az-conference-article + .az-conference-article {
		padding-top: 0;
	}

	.az-service-page--conference-import .az-conference-watermark {
		display: none;
	}

	.az-service-page--conference-import .az-conference-reasons h2,
	.az-service-page--conference-import .az-conference-scope__head h2 {
		font-size: 25px;
		line-height: 1.18;
		margin-bottom: 12px;
	}

	.az-service-page--conference-import .az-conference-lead,
	.az-service-page--conference-import .az-conference-scope__head p {
		font-size: 14px;
		line-height: 1.65;
	}

	.az-service-page--conference-import .az-conference-reason-grid {
		gap: 10px;
		margin-top: 24px;
		overflow: visible;
	}

	.az-service-page--conference-import .az-conference-reason-grid article,
	.az-service-page--conference-import .az-conference-reason-grid article:first-child,
	.az-service-page--conference-import .az-conference-reason-grid article:last-child {
		border-radius: 12px;
		min-height: 0;
		padding: 18px;
		text-align: left;
	}

	.az-service-page--conference-import .az-conference-reason-grid i {
		border-radius: 10px;
		font-size: 12px;
		height: 38px;
		margin-bottom: 14px;
		width: 38px;
	}

	.az-service-page--conference-import .az-conference-reason-grid h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.az-service-page--conference-import .az-conference-reason-grid p {
		font-size: 13px;
		line-height: 1.55;
	}

	.az-service-page--conference-import .az-conference-trust {
		border-radius: 12px;
		gap: 0;
		margin-top: 18px;
	}

	.az-service-page--conference-import .az-conference-trust article {
		padding: 18px;
	}

	.az-service-page--conference-import .az-conference-trust strong {
		font-size: 26px;
	}

	.az-service-page--conference-import .az-conference-scope__head {
		gap: 8px;
		margin-bottom: 22px;
	}

	.az-service-page--conference-import .az-conference-scope__head > span,
	.az-service-page--conference-import .az-conference-scope__panel > span {
		font-size: 11px;
		letter-spacing: 0.08em;
	}

	.az-service-page--conference-import .az-conference-scope__grid {
		gap: 10px;
		overflow: visible;
	}

	.az-service-page--conference-import .az-conference-scope__grid article,
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(1),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(2),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(3),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(4),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(5),
	.az-service-page--conference-import .az-conference-scope__grid article:nth-child(6) {
		border-radius: 12px;
		min-height: 0;
		padding: 18px;
	}

	.az-service-page--conference-import .az-conference-scope__grid span {
		font-size: 11px;
		margin-bottom: 12px;
	}

	.az-service-page--conference-import .az-conference-scope__grid h3 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.az-service-page--conference-import .az-conference-scope__grid p,
	.az-service-page--conference-import .az-conference-scope__panel p {
		font-size: 13px;
		line-height: 1.6;
	}

	.az-service-page--conference-import .az-conference-scope__panel {
		border-radius: 12px;
		min-height: 0;
		padding: 22px;
	}

	.az-service-page--conference-import .az-conference-scope__panel strong {
		font-size: 24px;
	}

	.az-service-page--conference-import .az-conference-split {
		gap: 22px;
	}

	.az-service-page--conference-import .az-conference-collage {
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-service-page--conference-import .az-conference-collage img,
	.az-service-page--conference-import .az-conference-split figure img,
	.az-service-page--conference-import .az-conference-article figure img {
		border-radius: 8px;
	}

	.az-service-page--conference-import .az-conference-content h2,
	.az-service-page--conference-import .az-conference-article h2 {
		font-size: 22px;
		line-height: 1.25;
		margin-bottom: 14px;
	}

	.az-service-page--conference-import .az-conference-content p,
	.az-service-page--conference-import .az-conference-article p,
	.az-service-page--conference-import .az-conference-article li {
		font-size: 14px;
		line-height: 1.72;
	}

	.az-service-page--conference-import .az-conference-hotline {
		gap: 16px;
		padding: 22px 18px;
	}

	.az-service-page--conference-import .az-conference-hotline div:nth-child(2) a {
		font-size: 22px;
	}

	.az-service-page--conference-import .az-conference-faq-row:first-of-type {
		margin-top: 22px;
	}

	.az-service-page--conference-import .az-conference-faq-row summary {
		gap: 14px;
		padding: 18px 0;
	}

	.az-service-page--conference-import div.az-conference-faq-row {
		gap: 14px;
		padding: 18px 0;
	}

	.az-service-page--conference-import .az-conference-faq-row h2 {
		font-size: 14px;
		line-height: 1.35;
	}

	.az-service-page--conference-import .az-conference-faq-row > div,
	.az-service-page--conference-import div.az-conference-faq-row .az-conference-faq-answer {
		padding: 0 30px 18px 0;
	}

	.az-service-page--conference-import .az-conference-article figure {
		margin: 24px 0;
	}

	.az-service-page--conference-import .az-conference-final-cta {
		padding: 34px 0;
	}

	.az-service-page--conference-import .az-conference-final-cta h2 {
		font-size: 25px;
	}

	.az-service-page--conference-import .az-conference-final-cta p {
		font-size: 14px;
	}
}

@media (min-width: 360px) and (max-width: 640px) {
	.az-service-page--conference-import .az-conference-reason-grid,
	.az-service-page--conference-import .az-conference-trust,
	.az-service-page--conference-import .az-conference-scope__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-service-page--conference-import .az-conference-reason-grid article,
	.az-service-page--conference-import .az-conference-scope__grid article,
	.az-service-page--conference-import .az-conference-trust article {
		padding: 15px;
	}

	.az-service-page--conference-import .az-conference-reason-grid i {
		height: 34px;
		margin-bottom: 12px;
		width: 34px;
	}

	.az-service-page--conference-import .az-conference-reason-grid h3,
	.az-service-page--conference-import .az-conference-scope__grid h3 {
		font-size: 15px;
		line-height: 1.22;
	}

	.az-service-page--conference-import .az-conference-reason-grid p,
	.az-service-page--conference-import .az-conference-scope__grid p,
	.az-service-page--conference-import .az-conference-trust span {
		font-size: 12px;
		line-height: 1.5;
	}

	.az-service-page--conference-import .az-conference-scope__grid span {
		margin-bottom: 10px;
	}

	.az-service-page--conference-import .az-conference-trust strong {
		font-size: 22px;
		line-height: 1.05;
	}
}

@media (max-width: 430px) {
	.az-inline-editing .az-builder-section-tools {
		border-radius: 14px;
		flex-wrap: wrap;
		gap: 6px;
		left: 8px;
		max-width: calc(100vw - 16px);
		padding: 6px;
		top: 8px;
	}

	.az-builder-section-tools span {
		font-size: 10px;
		width: 100%;
	}

	.az-builder-section-tools button,
	.az-builder-node-tools button,
	.az-builder-link-tool {
		font-size: 11px;
		min-height: 28px;
		padding: 0 10px;
	}

	.az-builder-node-tools {
		right: 6px;
		top: 6px;
	}

	.az-inline-toolbar {
		border-radius: 18px;
		bottom: 10px;
		left: 10px;
		max-width: calc(100vw - 20px);
		overflow-x: auto;
		padding: 8px;
		transform: none;
	}

	.az-builder-panel {
		height: 100vh;
		top: 0;
		width: 100vw;
	}
}

.az-home-project-card__image > span {
	background: #d90416;
	border-radius: 6px;
	bottom: 14px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 950;
	left: 14px;
	max-width: calc(100% - 28px);
	overflow: hidden;
	padding: 6px 10px;
	position: absolute;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 1;
}

.az-home-project-card__content {
	padding: 18px 18px 22px;
}

.az-home-project-card__content time {
	color: #6b7280;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}

.az-home-project-card__content h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

.az-home-project-card__content h3 a {
	color: inherit;
}

.az-home-process {
	background: #f8fafc;
	padding: 64px 0 76px;
}

.az-home-process-list {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	position: relative;
}

.az-home-process-item {
	padding-top: 18px;
	position: relative;
	text-align: center;
}

.az-home-process-item::after {
	background: #9ca3af;
	content: "";
	height: 1px;
	left: calc(50% + 28px);
	position: absolute;
	top: 42px;
	width: calc(100% - 22px);
}

.az-home-process-item:last-child::after {
	display: none;
}

.az-home-process-item > span {
	align-items: center;
	background: #d90416;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 950;
	height: 48px;
	justify-content: center;
	margin-bottom: 40px;
	position: relative;
	width: 48px;
	z-index: 1;
}

.az-home-process-item strong {
	color: #111827;
	display: block;
	font-size: 17px;
	font-weight: 950;
	margin: 0 0 10px;
}

.az-home-process-item p {
	color: #6b7280;
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

.az-home-empty {
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	color: #667085;
	padding: 28px;
}

.az-home-seo {
	padding: 64px 0;
}

.az-home-seo__intro {
	margin: 0 auto 34px;
	max-width: 920px;
	text-align: center;
}

.az-home-seo__intro h3 {
	color: #ef1d2f;
	font-size: 18px;
	font-weight: 950;
	letter-spacing: 0.04em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.az-home-seo__intro h2,
.az-home-seo__requirement h2 {
	color: #111827;
	font-size: 36px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 14px;
}

.az-home-seo__intro p,
.az-home-seo__requirement p {
	color: #6b7280;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto 24px;
	max-width: 760px;
}

.az-home-seo__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-home-seo-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 22px;
}

.az-home-seo-card h2,
.az-home-seo-card h3 {
	color: #111827;
	font-size: 18px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0 0 16px;
}

.az-home-seo-card h4 {
	color: #ef1d2f;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.45;
	margin: 10px 0 0;
}

.az-home-seo__requirement {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin-top: 18px;
	padding: 30px;
	text-align: center;
}

.az-home-quote {
	padding: 58px 0;
}

.az-home-quote__panel {
	align-items: center;
	background: #d90416;
	border-radius: 8px;
	color: #ffffff;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	padding: 34px;
}

.az-home-quote__panel p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.az-home-quote__panel h2,
.az-home-quote__panel h3 {
	color: #ffffff;
	font-size: 34px;
	font-weight: 950;
	margin: 0 0 10px;
}

.az-home-quote__panel h3 + h3 {
	color: rgba(255, 255, 255, 0.86);
	font-size: 22px;
}

.az-home-quote__panel span {
	color: rgba(255, 255, 255, 0.86);
	display: block;
	max-width: 720px;
}

.az-home-quote__panel > a {
	background: #ffffff;
	border-radius: 8px;
	color: #d90416;
	flex: 0 0 auto;
	font-weight: 950;
	padding: 14px 22px;
}

.az-home-contact-links {
	padding: 0 0 58px;
}

.az-home-contact-links__grid {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
	padding: 30px;
}

.az-home-contact-links h3 {
	color: #111827;
	font-size: 18px;
	font-weight: 950;
	letter-spacing: 0.04em;
	margin: 0 0 18px;
}

.az-home-contact-links__items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.az-home-contact-links__items a {
	background: #ffffff;
	border: 1px solid rgba(217, 4, 22, 0.14);
	border-radius: 999px;
	color: #b91c1c;
	font-size: 13px;
	font-weight: 850;
	padding: 8px 12px;
}

.az-home-contact-links p {
	color: #6b7280;
	font-size: 15px;
	font-weight: 750;
	margin: 0 0 10px;
}

.az-home-contact-links p a {
	color: #d90416;
}

/* Homepage layout presets. */
.np-site-header--preset-corporate,
.np-site-header--preset-bubble,
.np-site-header--preset-magazine {
	background: rgba(255, 255, 255, 0.96);
	border-color: #e5e7eb;
	color: #111827;
}

.np-site-header--preset-corporate .np-logo,
.np-site-header--preset-magazine .np-logo,
.np-site-header--preset-corporate .np-primary-menu a,
.np-site-header--preset-bubble .np-logo,
.np-site-header--preset-bubble .np-primary-menu a,
.np-site-header--preset-magazine .np-primary-menu a {
	color: #111827;
}

.np-site-header--preset-corporate .np-primary-menu li:first-child a,
.np-site-header--preset-bubble .np-primary-menu li:first-child a,
.np-site-header--preset-magazine .np-primary-menu li:first-child a {
	color: #d90416;
}

.np-site-header--preset-portfolio {
	background: rgba(2, 6, 23, 0.96);
	border-color: rgba(255, 255, 255, 0.1);
}

.az-home--corporate .az-home-hero {
	background: #f8fafc;
	color: #111827;
	min-height: 660px;
}

.az-home--corporate .az-home-hero__image {
	filter: saturate(0.9) contrast(1.02);
	object-position: right center;
	opacity: 0.16;
}

.az-home--corporate .az-home-hero__overlay {
	background: linear-gradient(90deg, #f8fafc 0%, rgba(248, 250, 252, 0.98) 44%, rgba(248, 250, 252, 0.5) 100%);
}

.az-home--corporate .az-home-hero__inner {
	min-height: 660px;
}

.az-home--corporate .az-home-kicker,
.az-home--corporate .az-home-hero__title span {
	color: #d90416;
}

.az-home--corporate .az-home-kicker span {
	background: #d90416;
}

.az-home--corporate .az-home-hero__title {
	color: #111827;
	max-width: 760px;
}

.az-home--corporate .az-home-hero__lead {
	color: #4b5563;
	max-width: 640px;
}

.az-home--corporate .az-home-btn--ghost {
	border-color: #111827;
	color: #111827;
}

.az-home--corporate .az-home-btn--ghost:hover {
	background: #111827;
	color: #ffffff;
}

.az-home--corporate .az-home-stat {
	background: #ffffff;
	border-color: #e5e7eb;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.az-home--corporate .az-home-stat__icon {
	border-color: #e5e7eb;
	color: #d90416;
}

.az-home--corporate .az-home-stat span:last-child {
	color: #4b5563;
}

.az-home--corporate .az-home-capabilities {
	background: #f8fafc;
}

.az-home--magazine .az-home-hero {
	min-height: 620px;
}

.az-home--magazine .az-home-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
	min-height: 620px;
}

.az-home--magazine .az-home-stats {
	align-self: end;
	grid-template-columns: 1fr;
}

.az-home--magazine .az-home-stat {
	min-height: 84px;
}

.az-home--magazine .az-home-capabilities__panel {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.az-home--magazine .az-home-project-card:first-child {
	grid-column: span 2;
}

.az-home--magazine .az-home-project-card:first-child .az-home-project-card__image img {
	aspect-ratio: 16 / 9;
}

.az-home--magazine .az-home-project-card:first-child h3 {
	font-size: 24px;
}

.az-home--portfolio .az-home-hero {
	min-height: 700px;
}

.az-home--portfolio .az-home-hero__overlay {
	background:
		linear-gradient(90deg, rgba(2, 6, 23, 0.96), rgba(2, 6, 23, 0.68) 48%, rgba(185, 28, 28, 0.38)),
		linear-gradient(180deg, rgba(2, 6, 23, 0.08), rgba(2, 6, 23, 0.92));
}

.az-home--portfolio .az-home-hero__inner {
	align-items: center;
	min-height: 700px;
	text-align: center;
}

.az-home--portfolio .az-home-hero__copy,
.az-home--portfolio .az-home-hero__title,
.az-home--portfolio .az-home-hero__lead {
	margin-left: auto;
	margin-right: auto;
	max-width: 820px;
}

.az-home--portfolio .az-home-kicker,
.az-home--portfolio .az-home-actions {
	justify-content: center;
}

.az-home--portfolio .az-home-stats {
	max-width: 980px;
	width: 100%;
}

.az-home--portfolio .az-home-capabilities {
	display: none;
}

.az-home--portfolio .az-home-section-heading--center {
	max-width: 860px;
}

.az-home--portfolio .az-home-service-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-home--portfolio .az-home-project-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-home--portfolio .az-home-project-card:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.az-home--portfolio .az-home-project-card:first-child .az-home-project-card__image img {
	aspect-ratio: 16 / 10;
}

.az-home--portfolio .az-home-project-card:first-child h3 {
	font-size: 28px;
}

@media (max-width: 1100px) {
	.np-site-header--home .np-primary-menu ul {
		gap: 24px;
	}

	.az-home-video-card {
		transform:
			translateX(calc(-50% + (var(--az-video-offset, 0) * 190px)))
			scale(calc(1 - (min(var(--az-video-distance, 0), 3) * 0.08)));
		width: 380px;
	}

	.az-home-video-card.is-active {
		width: 460px;
	}

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

	.az-home-stats,
	.az-home-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-home-process-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.az-home-capabilities__panel,
	.az-home-seo__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-home-capability + .az-home-capability {
		border-left: 0;
	}

	.az-home-capability:nth-child(even) {
		border-left: 1px solid #e5e7eb;
	}

	.az-home-capability:nth-child(n+3) {
		border-top: 1px solid #e5e7eb;
	}

	.az-home-service-grid {
		grid-template-columns: 1fr;
	}

	.az-home--magazine .az-home-hero__inner,
	.az-home--portfolio .az-home-service-grid,
	.az-home--portfolio .az-home-project-grid {
		grid-template-columns: 1fr;
	}

	.az-home--magazine .az-home-project-card:first-child,
	.az-home--portfolio .az-home-project-card:first-child {
		grid-column: auto;
		grid-row: auto;
	}

	.az-home-process-item::after {
		display: none;
	}
}

@media (max-width: 720px) {
	.np-site-header--home .np-primary-menu ul {
		align-items: flex-start;
		gap: 14px;
	}

	.az-home-videos {
		padding: 58px 0 64px;
	}

	.az-home-videos__heading > span {
		font-size: 74px;
	}

	.az-home-videos__heading h2 {
		font-size: 30px;
	}

	.az-home-video-carousel__track {
		display: grid;
		gap: 16px;
		height: auto;
	}

	.az-home-video-card,
	.az-home-video-card.is-active {
		height: auto;
		left: auto;
		opacity: 1;
		position: relative;
		top: auto;
		transform: none;
		width: 100%;
	}

	.az-home-video-card:not(.is-active) {
		opacity: 1;
	}

	.az-home-video-card img {
		aspect-ratio: 16 / 9;
		height: auto;
	}

	.az-home-video-carousel__dots {
		display: none;
	}

	.az-home-partners {
		padding: 58px 0 64px;
	}

	.az-home-partners__grid {
		gap: 24px 18px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 34px;
	}

	.az-home-partner-logo {
		aspect-ratio: 2 / 1;
	}

	.np-site-header--home .np-primary-menu a {
		min-height: auto;
	}

	.np-site-header--home .np-primary-menu li:first-child a::after,
	.np-site-header--home .np-primary-menu .current-menu-item > a::after {
		display: none;
	}

	.az-home-hero,
	.az-home-hero__inner {
		min-height: auto;
	}

	.az-home-hero__inner {
		padding-bottom: 36px;
		padding-top: 64px;
	}

	.az-home-hero__title {
		font-size: 42px;
	}

	.az-home-actions,
	.az-home-quote__panel {
		align-items: stretch;
		flex-direction: column;
	}

	.az-home-stats,
	.az-home-capabilities__panel,
	.az-home-project-grid,
	.az-home-process-list,
	.az-home-seo__grid,
	.az-home-about__grid,
	.az-home-contact-links__grid {
		grid-template-columns: 1fr;
	}

	.az-home-capability + .az-home-capability {
		border-left: 0;
		border-top: 1px solid #e5e7eb;
	}

	.az-home-capability:nth-child(even) {
		border-left: 0;
	}

	.az-home-section-heading--split {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.az-home-section-heading h2 {
		font-size: 34px;
	}
}

@media (max-width: 1180px) {
	.np-archive-page .np-content-layout,
	.np-single-page .np-content-layout {
		grid-template-columns: 1fr;
	}

	.np-single-page .np-content-layout.has-sidebar.sidebar-left,
	.np-single-page .np-content-layout.has-sidebar.sidebar-right {
		grid-template-columns: 1fr;
	}

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

	.np-sidebar {
		position: static;
	}
}

@media (max-width: 760px) {
	.np-featured-card__inner,
	.np-featured-card > div,
	.np-archive-list .np-card,
	.np-card--list {
		grid-template-columns: 1fr;
	}

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

	.np-archive-header {
		padding: 24px;
	}

	.np-archive-header h1 {
		font-size: 34px;
	}

	.np-featured-card h2,
	.np-single .np-entry-title {
		font-size: 32px;
	}

	.np-featured-card__content,
	.np-featured-card > div > div:last-child {
		padding: 24px;
	}

	.np-entry-content {
		font-size: 17px;
	}
}

/* Homepage preset redesign */
.az-home-capabilities {
	padding: 26px 0 22px;
}

.az-home-capabilities__panel {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.az-home-capability {
	padding: 24px 16px;
}

.az-home-capability h3 {
	font-size: 14px;
}

.az-home-capability p {
	font-size: 12px;
	line-height: 1.5;
}

.az-home--portfolio .az-home-capabilities,
.az-home--immersive .az-home-capabilities {
	display: block;
}

.az-home--corporate .az-home-capabilities,
.az-home--magazine .az-home-capabilities,
.az-home--portfolio .az-home-capabilities,
.az-home--immersive .az-home-capabilities {
	background: #ffffff;
}

.az-home--corporate .az-home-capabilities__panel,
.az-home--magazine .az-home-capabilities__panel,
.az-home--portfolio .az-home-capabilities__panel,
.az-home--immersive .az-home-capabilities__panel {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.np-site-header--preset-corporate,
.np-site-header--preset-bubble,
.np-site-header--preset-magazine {
	background: rgba(255, 255, 255, 0.98);
	border-color: #e5e7eb;
	color: #111827;
}

.np-site-header--preset-corporate .np-logo,
.np-site-header--preset-magazine .np-logo,
.np-site-header--preset-corporate .np-primary-menu a,
.np-site-header--preset-bubble .np-logo,
.np-site-header--preset-bubble .np-primary-menu a,
.np-site-header--preset-magazine .np-primary-menu a {
	color: #111827;
}

.np-site-header--preset-portfolio {
	background: rgba(2, 6, 23, 0.96);
	border-color: rgba(255, 255, 255, 0.14);
}

.np-site-header--preset-immersive {
	background: linear-gradient(90deg, rgba(15, 23, 42, 0.97), rgba(76, 29, 149, 0.9));
	border-color: rgba(255, 255, 255, 0.14);
}

.az-home-hero--stage .az-home-hero__overlay {
	background: linear-gradient(98deg, rgba(2, 6, 23, 0.94) 8%, rgba(2, 6, 23, 0.5) 56%, rgba(2, 6, 23, 0.2) 100%);
}

.az-home-hero--corporate-layout {
	background: linear-gradient(180deg, #f8fafc, #eef2ff);
	padding: 64px 0 56px;
}

.az-home-hero-corporate-layout {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.az-home-hero-corporate-layout__copy {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 40px;
}

.az-home-hero--corporate-layout .az-home-kicker,
.az-home-hero--corporate-layout .az-home-hero__title span {
	color: #d90416;
}

.az-home-hero--corporate-layout .az-home-kicker span {
	background: #d90416;
}

.az-home-hero--corporate-layout .az-home-hero__title {
	color: #111827;
	font-size: 54px;
	max-width: none;
}

.az-home-hero--corporate-layout .az-home-hero__lead {
	color: #475569;
	margin-bottom: 26px;
	max-width: none;
}

.az-home-hero-corporate-layout__list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.az-home-hero-corporate-layout__list li {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	color: #334155;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 14px;
}

.az-home-hero-corporate-layout__media {
	background: #0f172a;
	border-radius: 8px;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	overflow: hidden;
}

.az-home-hero-corporate-layout__media > img {
	display: block;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	width: 100%;
}

.az-home-hero-corporate-layout__stats {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 14px;
}

.az-home-stat--compact {
	min-height: 92px;
	padding: 12px 14px;
}

.az-home-hero--corporate-layout .az-home-btn--ghost {
	border-color: #0f172a;
	color: #0f172a;
}

.az-home-hero--corporate-layout .az-home-btn--ghost:hover {
	background: #0f172a;
	color: #ffffff;
}

.az-home-hero--magazine-layout {
	background: #09090b;
	color: #ffffff;
	padding: 62px 0 44px;
}

.az-home-hero-magazine-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.az-home-hero-magazine-layout__lead {
	background: #111827;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	padding: 36px;
}

.az-home-hero-magazine-layout__feature {
	background: #ffffff;
	border-radius: 8px;
	color: #111827;
	display: grid;
	grid-template-rows: 220px auto;
	overflow: hidden;
}

.az-home-hero-magazine-layout__feature img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.az-home-hero-magazine-layout__feature div {
	padding: 20px;
}

.az-home-hero-magazine-layout__feature p {
	color: #d90416;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.az-home-hero-magazine-layout__feature h3 {
	color: #111827;
	font-size: 26px;
	margin: 0 0 10px;
}

.az-home-hero-magazine-layout__feature span {
	color: #475569;
	display: block;
	line-height: 1.7;
}

.az-home--magazine .az-home-stats--magazine {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 18px;
}

.az-home--magazine .az-home-service-grid {
	gap: 16px;
	grid-template-columns: 1fr;
}

.az-home--magazine .az-home-service-card {
	display: grid;
	grid-template-columns: 320px 1fr;
}

.az-home--magazine .az-home-service-card__image img {
	aspect-ratio: auto;
	height: 100%;
}

.az-home--magazine .az-home-project-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.az-home--magazine .az-home-process {
	background: #f4f4f5;
}

.az-home-hero--portfolio-layout {
	background: #0f172a;
	padding: 60px 0 48px;
}

.az-home-hero-portfolio-layout {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.az-home-hero-portfolio-layout__gallery {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: 220px 220px;
}

.az-home-hero-portfolio-layout__gallery img {
	border-radius: 8px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.az-home-hero-portfolio-layout__gallery img:first-child {
	grid-column: span 2;
}

.az-home-hero-portfolio-layout__copy {
	background: linear-gradient(165deg, #111827, #1f2937);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	padding: 34px;
}

.az-home--portfolio .az-home-kicker,
.az-home--portfolio .az-home-hero__title span {
	color: #f43f5e;
}

.az-home--portfolio .az-home-kicker span {
	background: #f43f5e;
}

.az-home--portfolio .az-home-hero__title {
	font-size: 52px;
}

.az-home--portfolio .az-home-service-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.az-home--portfolio .az-home-service-card:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.az-home--portfolio .az-home-project-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-home--portfolio .az-home-process {
	background: #f1f5f9;
}

.az-home-hero--immersive-layout {
	background:
		radial-gradient(circle at 18% 24%, rgba(239, 29, 47, 0.36), transparent 42%),
		radial-gradient(circle at 86% 14%, rgba(37, 99, 235, 0.35), transparent 42%),
		linear-gradient(140deg, #020617, #1e1b4b 56%, #3f0a3d);
	padding: 64px 0 42px;
}

.az-home-hero-immersive-layout {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.az-home-hero-immersive-layout__copy {
	background: rgba(2, 6, 23, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 34px;
}

.az-home--immersive .az-home-kicker,
.az-home--immersive .az-home-hero__title span {
	color: #f43f5e;
}

.az-home--immersive .az-home-kicker span {
	background: #f43f5e;
}

.az-home-hero-immersive-layout__panel {
	display: grid;
	gap: 12px;
}

.az-home-hero-immersive-layout__panel > div {
	background: rgba(15, 23, 42, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	padding: 20px;
}

.az-home-hero-immersive-layout__panel strong {
	color: #f43f5e;
	display: block;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 8px;
}

.az-home-hero-immersive-layout__panel h3 {
	color: #ffffff;
	font-size: 20px;
	margin: 0 0 8px;
}

.az-home-hero-immersive-layout__panel p {
	color: rgba(255, 255, 255, 0.78);
	margin: 0;
}

.az-home--immersive .az-home-stats--strip {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 16px;
}

.az-home--immersive .az-home-section,
.az-home--immersive .az-home-quote,
.az-home--immersive .az-home-contact-links {
	background: #070b18;
}

.az-home--immersive .az-home-section-heading h2,
.az-home--immersive .az-home-project-card__content h3,
.az-home--immersive .az-home-service-card__content h3,
.az-home--immersive .az-home-process-item strong,
.az-home--immersive .az-home-contact-links h3,
.az-home--immersive .az-home-seo__intro h2,
.az-home--immersive .az-home-seo__requirement h2 {
	color: #ffffff;
}

.az-home--immersive .az-home-section-heading span,
.az-home--immersive .az-home-project-card__content p,
.az-home--immersive .az-home-service-card__content p,
.az-home--immersive .az-home-process-item p,
.az-home--immersive .az-home-seo__intro p,
.az-home--immersive .az-home-seo__requirement p,
.az-home--immersive .az-home-contact-links p {
	color: rgba(226, 232, 240, 0.82);
}

.az-home--immersive .az-home-service-card,
.az-home--immersive .az-home-project-card,
.az-home--immersive .az-home-seo-card,
.az-home--immersive .az-home-seo__requirement,
.az-home--immersive .az-home-contact-links__grid {
	background: rgba(15, 23, 42, 0.72);
	border-color: rgba(148, 163, 184, 0.34);
}

.az-home--immersive .az-home-seo__intro-copy {
	background: rgba(15, 23, 42, 0.72);
	border-color: rgba(148, 163, 184, 0.34);
	box-shadow: none;
}

.az-home--immersive .az-home-seo__intro-header {
	background: rgba(15, 23, 42, 0.72);
	border-color: rgba(148, 163, 184, 0.34);
	box-shadow: none;
}

.az-home--immersive .az-home-seo__intro-title {
	border-left-color: rgba(148, 163, 184, 0.24);
}

.az-home--immersive .az-home-seo__aside-item {
	background: rgba(2, 6, 23, 0.78);
	border-color: rgba(148, 163, 184, 0.24);
}

@media (max-width: 1280px) {
	.az-home-capabilities__panel {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.az-home-capability:nth-child(3n + 1) {
		border-left: 0;
	}

	.az-home-capability:nth-child(n + 4) {
		border-top: 1px solid #e5e7eb;
	}
}

@media (max-width: 1100px) {
	.az-home-hero-corporate-layout,
	.az-home-hero-magazine-layout,
	.az-home-hero-portfolio-layout,
	.az-home-hero-immersive-layout {
		grid-template-columns: 1fr;
	}

	.az-home--portfolio .az-home-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-home--portfolio .az-home-service-card:first-child {
		grid-column: auto;
		grid-row: auto;
	}
}

@media (max-width: 860px) {
	.az-home-capabilities__panel,
	.az-home--portfolio .az-home-service-grid,
	.az-home--magazine .az-home-project-grid,
	.az-home--immersive .az-home-stats--strip,
	.az-home--magazine .az-home-stats--magazine {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-home--magazine .az-home-service-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.az-home-capabilities__panel,
	.az-home--portfolio .az-home-service-grid,
	.az-home--magazine .az-home-project-grid,
	.az-home--immersive .az-home-stats--strip,
	.az-home--magazine .az-home-stats--magazine,
	.az-home-hero-corporate-layout__stats {
		grid-template-columns: 1fr;
	}

	.az-home-hero--corporate-layout .az-home-hero__title,
	.az-home--portfolio .az-home-hero__title {
		font-size: 40px;
	}
}

/* UX/UI refinement */
body {
	background: #f4f6fa;
	color: #0f172a;
}

.home {
	background: #ffffff;
}

.np-site-header {
	backdrop-filter: blur(18px);
	box-shadow: 0 10px 34px rgba(15, 23, 42, 0.08);
}

.np-header-inner {
	gap: 28px;
	min-height: 82px;
}

.np-site-description {
	line-height: 1.45;
	max-width: 280px;
}

.np-primary-menu ul {
	gap: 28px;
	justify-content: center;
}

.np-primary-menu a {
	font-size: 15px;
	font-weight: 800;
	padding-bottom: 32px;
	padding-top: 32px;
}

.np-header-cta {
	border-radius: 12px;
	box-shadow: 0 16px 34px rgba(217, 4, 22, 0.18);
	min-height: 48px;
	padding-left: 22px;
	padding-right: 22px;
}

.np-site-header--home .np-site-description {
	display: none;
}

.np-site-footer {
	background:
		radial-gradient(circle at top left, rgba(239, 29, 47, 0.16), transparent 28%),
		linear-gradient(180deg, #020617, #0f172a);
	margin-top: 44px;
}

.np-footer-grid {
	gap: 30px;
}

.np-footer-bottom {
	justify-content: space-between;
	padding-top: 24px;
}

.np-site-footer {
	background:
		radial-gradient(circle at 12% 0%, rgba(239, 29, 47, 0.22), transparent 28%),
		linear-gradient(180deg, #05070d 0%, #0b1120 100%);
	color: #dbe3ee;
	margin-top: 64px;
	padding: 0 0 28px;
}

.np-footer-cta {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(239, 29, 47, 0.96), rgba(177, 24, 39, 0.92)),
		linear-gradient(90deg, #ef1d2f, #991b1b);
	border-radius: 16px;
	box-shadow: 0 28px 80px rgba(239, 29, 47, 0.22);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 58px;
	padding: 34px 38px;
	transform: translateY(-42px);
}

.np-footer-cta span {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.np-footer-cta h2 {
	color: #ffffff;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
	max-width: 780px;
}

.np-footer-cta a {
	align-items: center;
	background: #ffffff;
	border-radius: 10px;
	color: #111827;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 950;
	min-height: 50px;
	padding: 0 22px;
}

.np-footer-main {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(280px, 1.25fr) minmax(190px, 0.8fr) minmax(160px, 0.65fr) minmax(250px, 0.95fr);
	margin-top: -10px;
}

.np-footer-logo {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	font-size: 28px;
	font-weight: 950;
	gap: 10px;
	margin-bottom: 20px;
}

.np-footer-logo img {
	display: block;
	max-height: 58px;
	width: auto;
}

.np-footer-brand p {
	color: #98a2b3;
	font-size: 15px;
	line-height: 1.78;
	margin: 0;
	max-width: 420px;
}

.np-footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.np-footer-socials a {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 850;
	padding: 8px 12px;
}

.np-footer-links h3,
.np-footer-contact h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 950;
	letter-spacing: 0;
	margin: 0 0 18px;
}

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

.np-footer-links a {
	color: #aeb8c7;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.45;
}

.np-footer-links a:hover,
.np-footer-contact a:hover {
	color: #ffffff;
}

.np-footer-contact li {
	display: grid;
	gap: 5px;
}

.np-footer-contact span {
	color: #ef4444;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.np-footer-contact a,
.np-footer-contact p {
	color: #dbe3ee;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.55;
	margin: 0;
}

.np-footer-widgets {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	margin-top: 46px;
	padding-top: 30px;
}

.np-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #98a2b3;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 14px;
	justify-content: space-between;
	margin-top: 44px;
	padding-top: 24px;
}

.np-footer-bottom p {
	margin: 0;
}

@media (max-width: 1100px) {
	.np-footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.np-footer-cta {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 34px;
		padding: 28px 24px;
	}

	.np-footer-main {
		grid-template-columns: 1fr;
	}

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

.az-home .np-container,
.np-archive-page,
.np-single-page {
	max-width: 1360px;
}

.az-home--stage .np-container {
	max-width: 1500px;
}

.az-home {
	background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 60%, #ffffff 100%);
}

.az-home-hero__inner {
	gap: 44px;
	padding-bottom: 56px;
	padding-top: 84px;
}

.az-home-hero__title {
	max-width: 700px;
}

.az-home-hero__lead {
	font-size: 18px;
	max-width: 620px;
}

.az-home-stats {
	gap: 18px;
}

.az-home-stat {
	backdrop-filter: blur(18px);
	border-radius: 20px;
	min-height: 124px;
	padding: 24px;
}

.az-home-stat strong {
	font-size: 32px;
}

@media (min-width: 1025px) {
	.az-home--stage .az-home-hero {
		min-height: 820px;
	}

	.az-home--stage .az-home-hero__inner {
		max-width: min(100%, 1500px);
		min-height: 820px;
		padding-bottom: 84px;
		padding-left: clamp(36px, 4.5vw, 72px);
		padding-right: clamp(36px, 4.5vw, 72px);
		padding-top: 96px;
	}

	.az-home--stage .az-home-hero__copy {
		max-width: 720px;
	}

	.az-home--stage .az-home-hero__title {
		max-width: 720px;
	}

	.az-home--stage .az-home-hero__lead {
		max-width: 650px;
	}
}

/* AzEvent preset: tune the default stage layout for Full HD desktops. */
@media (min-width: 1440px) and (max-width: 1920px) {
	.az-home--stage .np-container {
		max-width: 1420px;
	}

	.az-home--stage .az-home-hero {
		min-height: 680px;
	}

	.az-home--stage .az-home-hero__inner {
		gap: 34px;
		min-height: 680px;
		padding-bottom: 48px;
		padding-left: clamp(48px, 5vw, 96px);
		padding-right: clamp(48px, 5vw, 96px);
		padding-top: 58px;
	}

	.az-home--stage .az-home-hero__copy {
		max-width: 760px;
	}

	.az-home--stage .az-home-hero__title {
		font-size: clamp(56px, 3.6vw, 66px);
		line-height: 1.06;
		max-width: 760px;
	}

	.az-home--stage .az-home-hero__lead {
		font-size: 17px;
		line-height: 1.68;
		max-width: 690px;
	}

	.az-home--stage .az-home-actions {
		gap: 14px;
	}

	.az-home--stage .az-home-btn {
		min-height: 52px;
		padding: 0 24px;
	}

	.az-home--stage .az-home-stats {
		gap: 14px;
		max-width: 1280px;
	}

	.az-home--stage .az-home-stat {
		border-radius: 14px;
		grid-template-columns: 46px 1fr;
		min-height: 96px;
		padding: 18px 20px;
	}

	.az-home--stage .az-home-stat__icon {
		height: 36px;
		width: 36px;
	}

	.az-home--stage .az-home-stat strong {
		font-size: 30px;
	}

	.az-home--stage .az-home-capabilities {
		margin-top: 0;
		padding-bottom: 52px;
	}

	.az-home--stage .az-home-capabilities__panel {
		margin-left: auto;
		margin-right: auto;
		max-width: 1320px;
	}

	.az-home--stage .az-home-about {
		padding-bottom: 74px;
		padding-top: 0;
	}

	.az-home--stage .az-home-section {
		padding-bottom: 68px;
		padding-top: 50px;
	}

	.az-home--stage .az-home-section-heading {
		margin-bottom: 32px;
	}

	.az-home--stage .az-home-service-grid,
	.az-home--stage .az-home-project-grid {
		gap: 20px;
	}

	.az-home--stage .az-home-service-card__content {
		padding: 22px 22px 24px;
	}
}

/* Header menu final override. Keep below all homepage responsive blocks. */
.np-site-header .np-header-inner,
.np-site-header--home .np-header-inner {
	align-items: center;
	display: grid !important;
	gap: 18px;
	grid-template-columns: minmax(112px, 150px) minmax(0, 1fr) auto auto !important;
	min-height: 76px;
}

.np-site-header .np-logo img {
	max-height: 48px;
	max-width: 128px;
	object-fit: contain;
}

.np-site-header .np-primary-menu {
	justify-self: center;
	min-width: 0;
	width: 100%;
}

.np-site-header .np-primary-menu ul,
.np-site-header--home .np-primary-menu ul {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(14px, 1.45vw, 26px);
	justify-content: center;
	width: 100%;
}

.np-site-header .np-primary-menu li {
	flex: 0 0 auto;
}

.np-site-header .np-primary-menu a,
.np-site-header--home .np-primary-menu a {
	align-items: center;
	display: inline-flex;
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 850;
	min-height: 76px;
	padding: 0;
	white-space: nowrap;
}

.np-site-header .np-header-cta,
.np-site-header--home .np-header-cta {
	border-radius: 8px;
	font-size: 13px;
	min-height: 42px;
	padding: 0 18px;
	white-space: nowrap;
}

@media (min-width: 1181px) {
	.np-site-header .np-primary-menu .sub-menu,
	.np-site-header--home .np-primary-menu .sub-menu {
		background: rgba(8, 12, 22, 0.96);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 14px;
		box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
		display: grid;
		gap: 2px;
		left: 50%;
		min-width: 286px;
		padding: 8px;
		top: calc(100% + 8px);
		transform: translate(-50%, -6px) scale(0.98);
		width: max-content;
	}

	.np-site-header .np-primary-menu li:hover > .sub-menu,
	.np-site-header .np-primary-menu li:focus-within > .sub-menu {
		transform: translate(-50%, 0) scale(1);
	}

	.np-site-header .np-primary-menu .sub-menu a,
	.np-site-header--home .np-primary-menu .sub-menu a {
		align-items: center;
		background: transparent;
		border-radius: 9px;
		color: rgba(255, 255, 255, 0.84);
		display: flex;
		font-size: 13px;
		font-weight: 850;
		justify-content: flex-start;
		line-height: 1.35;
		min-height: 42px !important;
		padding: 10px 14px;
		text-align: left;
		white-space: normal;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu a:hover,
	.np-site-header--home .np-primary-menu .sub-menu a:hover,
	.np-site-header .np-primary-menu .sub-menu .current-menu-item > a,
	.np-site-header--home .np-primary-menu .sub-menu .current-menu-item > a {
		background: rgba(239, 29, 47, 0.16);
		color: #ffffff;
		padding-left: 16px;
	}

	.np-site-header .np-primary-menu .sub-menu a::after,
	.np-site-header--home .np-primary-menu .sub-menu a::after {
		display: none !important;
	}
}

@media (max-width: 1180px) {
	.np-site-header .np-header-inner,
	.np-site-header--home .np-header-inner {
		display: grid !important;
		gap: 12px;
		grid-template-columns: minmax(0, 1fr) auto auto !important;
		min-height: 0;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.np-site-header .np-site-branding {
		order: 1;
	}

	.np-site-header .np-logo img {
		max-height: 52px;
		max-width: 136px;
	}

	.np-site-header .np-header-cta,
	.np-site-header--home .np-header-cta {
		font-size: 0;
		height: 42px;
		min-height: 42px;
		order: 2;
		padding: 0 16px;
		width: auto;
	}

	.np-site-header .np-header-cta::before,
	.np-site-header--home .np-header-cta::before {
		content: "Báo giá";
		font-size: 13px;
		font-weight: 950;
	}

	.np-site-header .np-mobile-menu-toggle {
		display: inline-flex;
		order: 3;
		position: relative;
		z-index: 91;
	}

	.np-site-header .np-mobile-menu-toggle.is-open {
		background: #ef1d2f;
		border-color: #ef1d2f;
		color: #ffffff;
		position: fixed;
		right: 18px;
		top: 18px;
	}

	.np-site-header .np-primary-menu {
		background: #ffffff;
		border: 0;
		border-radius: 22px 0 0 22px;
		box-shadow: -18px 0 46px rgba(15, 23, 42, 0.18);
		color: #111827;
		display: flex;
		flex-direction: column;
		height: 100dvh;
		margin: 0;
		max-height: none;
		opacity: 0;
		order: 4;
		overflow-y: auto;
		padding: 86px 18px 24px;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(104%);
		transition: opacity 180ms ease, transform 240ms ease;
		width: min(84vw, 360px);
		z-index: 90;
	}

	.np-site-header--home .np-primary-menu {
		background: #0a0a0a;
		box-shadow: -18px 0 46px rgba(0, 0, 0, 0.36);
		color: #ffffff;
	}

	.np-site-header .np-primary-menu.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	.np-site-header .np-primary-menu ul,
	.np-site-header--home .np-primary-menu ul {
		align-items: stretch;
		display: grid;
		gap: 4px;
		grid-template-columns: 1fr;
		justify-content: stretch;
		width: 100%;
	}

	.np-site-header .np-primary-menu a,
	.np-site-header--home .np-primary-menu a {
		border-radius: 10px;
		color: inherit;
		display: flex;
		font-size: 15px;
		font-weight: 900;
		justify-content: space-between;
		min-height: 48px;
		padding: 14px;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu,
	.np-site-header--home .np-primary-menu .sub-menu {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: grid;
		gap: 4px;
		left: auto;
		margin: -2px 0 8px;
		min-width: 0;
		opacity: 1;
		overflow: visible;
		padding: 0 0 0 14px;
		pointer-events: auto;
		position: static;
		top: auto;
		transform: none;
		transition: none;
		visibility: visible;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu::before,
	.np-site-header .np-primary-menu .sub-menu::after,
	.np-site-header--home .np-primary-menu .sub-menu::before,
	.np-site-header--home .np-primary-menu .sub-menu::after,
	.np-site-header .np-primary-menu li.menu-item-has-children::after {
		display: none !important;
	}
}

/* Archive/category final hard override. Keep this at the end of the file. */
.np-archive-page .np-featured-card {
	background: #ffffff !important;
	border-radius: 18px !important;
	display: block !important;
	overflow: hidden !important;
	width: 100% !important;
}

.np-archive-page .np-featured-card__inner,
.np-archive-page .np-featured-card > div {
	align-items: stretch !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr) !important;
	width: 100% !important;
}

.np-archive-page .np-featured-card__media,
.np-archive-page .np-featured-card > div > a:first-child {
	aspect-ratio: 16 / 10 !important;
	height: auto !important;
	max-height: 430px !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

.np-archive-page .np-featured-card__media img,
.np-archive-page .np-featured-card > div > a:first-child img,
.np-archive-page .np-featured-card__thumb {
	display: block !important;
	height: 100% !important;
	max-height: 430px !important;
	min-height: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
	width: 100% !important;
}

.np-archive-page .np-featured-card__content,
.np-archive-page .np-featured-card > div > div:last-child {
	background: #ffffff !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: clamp(30px, 3vw, 44px) !important;
}

.np-archive-page .np-featured-card .mb-5 {
	background: transparent !important;
	height: auto !important;
	margin-bottom: 16px !important;
	min-height: 0 !important;
}

.np-archive-page .np-featured-card h2 {
	background: transparent !important;
	color: #111827 !important;
	font-size: clamp(30px, 2.3vw, 42px) !important;
	font-weight: 950 !important;
	line-height: 1.06 !important;
	margin: 0 0 16px !important;
	max-width: 100% !important;
	overflow-wrap: anywhere !important;
}

.np-archive-page .np-post-grid {
	display: grid !important;
	gap: 24px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	width: 100% !important;
}

@media (max-width: 1024px) {
	.np-archive-page .np-featured-card__inner,
	.np-archive-page .np-featured-card > div,
	.np-archive-page .np-post-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.np-archive-page .np-featured-card__media,
	.np-archive-page .np-featured-card > div > a:first-child {
		max-height: none !important;
	}
}

/* Archive/category hard fix: keep the featured post and grid stable. */
.np-archive-page {
	max-width: 1180px !important;
	padding-top: 28px !important;
}

.np-archive-page .np-content-layout,
.np-archive-page .np-content-layout.no-sidebar,
.np-archive-page .np-archive-main {
	display: block !important;
	width: 100% !important;
}

.np-archive-page .np-featured-card {
	background: #ffffff !important;
	border: 1px solid #e6ebf2 !important;
	border-radius: 18px !important;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07) !important;
	display: block !important;
	margin-bottom: 26px !important;
	overflow: hidden !important;
	width: 100% !important;
}

.np-archive-page .np-featured-card__inner,
.np-archive-page .np-featured-card > div {
	align-items: stretch !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr) !important;
	min-height: 0 !important;
	width: 100% !important;
}

.np-archive-page .np-featured-card__media,
.np-archive-page .np-featured-card > div > a:first-child {
	aspect-ratio: 16 / 11 !important;
	background: #e9eef5 !important;
	display: block !important;
	height: auto !important;
	max-height: 430px !important;
	min-height: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

.np-archive-page .np-featured-card__media img,
.np-archive-page .np-featured-card > div > a:first-child img {
	display: block !important;
	height: 100% !important;
	max-height: 430px !important;
	min-height: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
	width: 100% !important;
}

.np-archive-page .np-featured-card__content,
.np-archive-page .np-featured-card > div > div:last-child {
	align-self: stretch !important;
	background: #ffffff !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	min-width: 0 !important;
	padding: clamp(30px, 3vw, 44px) !important;
}

.np-archive-page .np-featured-card .mb-5 {
	background: transparent !important;
	height: auto !important;
	margin-bottom: 16px !important;
	max-height: none !important;
	min-height: 0 !important;
}

.np-archive-page .np-featured-card h2 {
	background: transparent !important;
	color: #111827 !important;
	font-size: clamp(30px, 2.3vw, 42px) !important;
	font-weight: 950 !important;
	line-height: 1.06 !important;
	margin: 0 0 16px !important;
	max-width: 100% !important;
	overflow-wrap: anywhere !important;
}

.np-archive-page .np-featured-card h2 a {
	color: inherit !important;
	display: inline !important;
}

.np-archive-page .np-featured-card .np-entry-meta,
.np-archive-page .np-featured-card .mb-4 {
	align-items: center !important;
	color: #64748b !important;
	display: flex !important;
	flex-wrap: wrap !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	gap: 8px !important;
	margin-bottom: 16px !important;
}

.np-archive-page .np-featured-card .np-card-excerpt,
.np-archive-page .np-featured-card .mb-6 {
	color: #526071 !important;
	font-size: 16px !important;
	line-height: 1.75 !important;
	margin-bottom: 22px !important;
	max-width: 100% !important;
}

.np-archive-page .np-featured-card > div > div:last-child > a:last-child {
	align-items: center !important;
	align-self: flex-start !important;
	background: #ef1d2f !important;
	border-radius: 9px !important;
	color: #ffffff !important;
	display: inline-flex !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	min-height: 44px !important;
	padding: 0 18px !important;
	width: auto !important;
}

.np-archive-page .np-post-grid {
	display: grid !important;
	gap: 24px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin-top: 24px !important;
	width: 100% !important;
}

.np-archive-page .np-card {
	background: #ffffff !important;
	border: 1px solid #e6ebf2 !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05) !important;
	display: flex !important;
	flex-direction: column !important;
	overflow: hidden !important;
	padding: 0 !important;
}

.np-archive-page .np-card-image,
.np-archive-page .np-card-image img {
	border-radius: 0 !important;
	display: block !important;
	width: 100% !important;
}

.np-archive-page .np-card-image img {
	aspect-ratio: 4 / 3 !important;
	height: auto !important;
	object-fit: cover !important;
}

.np-archive-page .np-card-body {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	padding: 20px 20px 22px !important;
}

.np-archive-page .np-card-title {
	font-size: 22px !important;
	font-weight: 950 !important;
	line-height: 1.16 !important;
	margin-bottom: 12px !important;
}

.np-archive-page .np-card-excerpt {
	color: #526071 !important;
	font-size: 14px !important;
	line-height: 1.7 !important;
}

.np-archive-page .np-card-readmore {
	color: #ef1d2f !important;
	font-size: 14px !important;
	font-weight: 950 !important;
	margin-top: auto !important;
	padding-top: 18px !important;
}

@media (max-width: 1024px) {
	.np-archive-page .np-featured-card__inner,
	.np-archive-page .np-featured-card > div,
	.np-archive-page .np-post-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.np-archive-page .np-featured-card__media,
	.np-archive-page .np-featured-card > div > a:first-child {
		aspect-ratio: 16 / 10 !important;
		max-height: none !important;
	}
}

@media (max-width: 640px) {
	.np-archive-page {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	.np-archive-page .np-archive-header {
		padding: 24px 20px !important;
	}

	.np-archive-page .np-featured-card__content,
	.np-archive-page .np-featured-card > div > div:last-child {
		padding: 24px 20px !important;
	}

	.np-archive-page .np-featured-card h2 {
		font-size: 28px !important;
	}
}

/* Final override: single post floating share position. */
.np-single-page .np-single {
	position: relative;
}

.np-single-page .np-floating-share {
	left: clamp(-92px, -5.4vw, -70px);
	position: absolute;
	top: 174px;
	z-index: 8;
}

.np-single-page .np-share-bar--floating {
	align-items: center !important;
	background: #ffffff !important;
	border: 1px solid #e6ebf2 !important;
	border-radius: 16px !important;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.14) !important;
	display: grid !important;
	gap: 8px !important;
	padding: 10px !important;
	width: 58px !important;
}

.np-single-page .np-share-bar--floating span {
	color: #6b7280 !important;
	font-size: 10px !important;
	letter-spacing: 0 !important;
	line-height: 1;
	margin: 0 !important;
	text-align: center;
	width: 100%;
}

.np-single-page .np-share-bar--floating a {
	align-items: center;
	border-color: #e5e7eb !important;
	border-radius: 12px !important;
	color: #111827 !important;
	display: inline-flex;
	font-size: 0 !important;
	height: 38px;
	justify-content: center;
	padding: 0 !important;
	width: 38px;
}

.np-single-page .np-share-bar--floating a:hover {
	background: #ef1d2f !important;
	border-color: #ef1d2f !important;
	color: #ffffff !important;
}

.np-single-page .np-share-bar--floating a::before {
	color: inherit;
	font-size: 13px;
	font-weight: 950;
	line-height: 1;
}

.np-single-page .np-share-bar--floating a:nth-of-type(1)::before {
	content: "f";
}

.np-single-page .np-share-bar--floating a:nth-of-type(2)::before {
	content: "X";
}

.np-single-page .np-share-bar--floating a:nth-of-type(3)::before {
	content: "in";
}

@media (max-width: 1180px) {
	.np-single-page .np-floating-share {
		margin: 0 0 24px;
		position: static;
	}

	.np-single-page .np-share-bar--floating {
		display: flex !important;
		flex-wrap: wrap;
		padding: 14px !important;
		width: auto !important;
	}

	.np-single-page .np-share-bar--floating span {
		font-size: 12px !important;
		width: auto;
	}

	.np-single-page .np-share-bar--floating a {
		font-size: 13px !important;
		height: auto;
		padding: 8px 12px !important;
		width: auto;
	}

	.np-single-page .np-share-bar--floating a::before {
		content: none !important;
	}
}

/* Archive/category absolute final pass. */
.np-archive-page {
	max-width: 1180px;
	padding-top: 28px;
}

.np-archive-page .np-content-layout,
.np-archive-page .np-content-layout.no-sidebar {
	display: block !important;
}

.np-archive-header {
	background: radial-gradient(circle at 0 0, rgba(239, 29, 47, 0.12), transparent 34%), linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f8fafc 100%) !important;
	border: 1px solid #e6ebf2 !important;
	border-radius: 18px !important;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06) !important;
	margin-bottom: 28px !important;
	padding: clamp(28px, 3vw, 42px) !important;
}

.np-archive-header h1 {
	font-size: clamp(34px, 3.15vw, 52px) !important;
	font-weight: 950 !important;
	line-height: 1.04 !important;
	margin: 0 0 14px !important;
	max-width: 780px !important;
}

.np-archive-description {
	color: #d71920 !important;
	font-size: 14px !important;
	font-weight: 850 !important;
	line-height: 1.65 !important;
	max-width: 820px !important;
	text-transform: none !important;
}

.np-featured-card {
	border-radius: 18px !important;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07) !important;
	margin-bottom: 24px !important;
}

.np-featured-card__inner,
.np-featured-card > div {
	align-items: stretch !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr) !important;
}

.np-featured-card__media,
.np-featured-card > div > a:first-child {
	aspect-ratio: 16 / 10 !important;
	height: auto !important;
	max-height: 430px !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

.np-featured-card__media img,
.np-featured-card > div > a:first-child img,
.np-featured-card__thumb {
	display: block !important;
	height: 100% !important;
	max-height: 430px !important;
	min-height: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
	width: 100% !important;
}

.np-featured-card__content,
.np-featured-card > div > div:last-child {
	background: #ffffff !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: clamp(30px, 3vw, 46px) !important;
}

.np-featured-card h2 {
	background: transparent !important;
	font-size: clamp(28px, 2.15vw, 40px) !important;
	font-weight: 950 !important;
	line-height: 1.05 !important;
	margin: 0 0 16px !important;
}

.np-post-grid {
	display: grid !important;
	gap: 24px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin-top: 24px !important;
}

.np-card {
	border-radius: 16px !important;
	display: flex !important;
	flex-direction: column !important;
}

.np-card-title {
	font-size: 22px !important;
	font-weight: 950 !important;
	line-height: 1.16 !important;
}

@media (max-width: 1024px) {
	.np-featured-card__inner,
	.np-featured-card > div,
	.np-post-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.np-featured-card__media,
	.np-featured-card > div > a:first-child {
		max-height: none !important;
	}

	.np-featured-card__media img,
	.np-featured-card > div > a:first-child img,
	.np-featured-card__thumb {
		min-height: 0 !important;
	}
}

/* Archive/category hard stop. */
.np-archive-page {
	max-width: 1180px;
	padding-bottom: 72px;
	padding-top: 28px;
}

.np-archive-page .np-content-layout,
.np-archive-page .np-content-layout.no-sidebar {
	display: block;
}

.np-archive-header {
	background: radial-gradient(circle at 0 0, rgba(239, 29, 47, 0.12), transparent 34%), linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f8fafc 100%);
	border: 1px solid #e6ebf2;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
	margin-bottom: 28px;
	padding: clamp(28px, 3vw, 42px);
}

.np-archive-header h1 {
	color: #111827;
	font-size: clamp(34px, 3.15vw, 52px);
	font-weight: 950;
	line-height: 1.04;
	margin: 0 0 14px;
	max-width: 780px;
}

.np-archive-description {
	color: #d71920;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.65;
	max-width: 820px;
	text-transform: none;
}

.np-archive-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.np-archive-header__meta span {
	background: #f8fafc;
	border: 1px solid #e6ebf2;
	border-radius: 999px;
	color: #475569;
	font-size: 13px;
	font-weight: 900;
	padding: 9px 13px;
}

.np-featured-card {
	border: 1px solid #e6ebf2;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
	margin-bottom: 24px;
}

.np-featured-card__inner,
.np-featured-card > div {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
}

.np-featured-card__media,
.np-featured-card a:first-child,
.np-featured-card__media img,
.np-featured-card a:first-child img {
	min-height: 420px;
}

.np-featured-card__media img,
.np-featured-card a:first-child img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.np-featured-card__content,
.np-featured-card > div > div:last-child {
	background: #ffffff;
	justify-content: center;
	padding: clamp(30px, 3vw, 46px);
}

.np-featured-card h2 {
	background: transparent !important;
	color: #111827;
	font-size: clamp(28px, 2.15vw, 40px);
	font-weight: 950;
	line-height: 1.05;
	margin: 0 0 16px;
}

.np-featured-card .mb-6 {
	color: #475569;
	font-size: 15px !important;
	line-height: 1.75 !important;
	margin-bottom: 22px !important;
}

.np-featured-card > div > div:last-child > a:last-child {
	background: #ef1d2f;
	border-radius: 9px;
	box-shadow: 0 14px 30px rgba(239, 29, 47, 0.22);
	color: #ffffff;
	font-size: 14px;
	min-height: 46px;
	padding: 13px 20px;
}

.np-post-grid {
	display: grid !important;
	gap: 24px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin-top: 24px !important;
}

.np-card {
	border: 1px solid #e6ebf2;
	border-radius: 16px;
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.np-card-image img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

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

.np-card-title {
	font-size: 22px;
	font-weight: 950;
	line-height: 1.16;
	margin: 0 0 12px;
}

.np-card-readmore {
	color: #ef1d2f;
	font-weight: 950;
	margin-top: auto;
	padding-top: 18px;
}

@media (max-width: 1024px) {
	.np-featured-card__inner,
	.np-featured-card > div,
	.np-post-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.np-featured-card__media,
	.np-featured-card a:first-child,
	.np-featured-card__media img,
	.np-featured-card a:first-child img {
		min-height: 0;
	}
}

/* Archive/category final redesign. */
.np-archive-page {
	max-width: 1180px;
	padding-bottom: 72px;
	padding-top: 28px;
}

.np-archive-page .np-content-layout,
.np-archive-page .np-content-layout.no-sidebar {
	display: block;
}

.np-archive-header {
	background:
		radial-gradient(circle at 0 0, rgba(239, 29, 47, 0.12), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f8fafc 100%);
	border: 1px solid #e6ebf2;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
	margin-bottom: 28px;
	padding: clamp(28px, 3vw, 42px);
}

.np-archive-kicker,
.np-archive-header p:first-child {
	color: #ef1d2f;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.12em;
	margin: 0 0 12px;
}

.np-archive-header h1 {
	color: #111827;
	font-size: clamp(34px, 3.15vw, 52px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 14px;
	max-width: 780px;
}

.np-archive-description {
	color: #d71920;
	font-size: 14px;
	font-weight: 850;
	letter-spacing: 0.02em;
	line-height: 1.65;
	max-width: 820px;
	text-transform: none;
}

.np-archive-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.np-archive-header__meta span {
	background: #f8fafc;
	border: 1px solid #e6ebf2;
	border-radius: 999px;
	color: #475569;
	font-size: 13px;
	font-weight: 900;
	padding: 9px 13px;
}

.np-featured-card {
	background: #ffffff;
	border: 1px solid #e6ebf2;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
	margin-bottom: 24px;
	overflow: hidden;
}

.np-featured-card__inner,
.np-featured-card > div {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
}

.np-featured-card__media,
.np-featured-card a:first-child {
	border-radius: 0;
	min-height: 420px;
}

.np-featured-card__media img,
.np-featured-card a:first-child img {
	aspect-ratio: auto;
	display: block;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	width: 100%;
}

.np-featured-card__content,
.np-featured-card > div > div:last-child {
	background: #ffffff;
	justify-content: center;
	padding: clamp(30px, 3vw, 46px);
}

.np-featured-card .mb-5 {
	margin-bottom: 14px;
}

.np-featured-card h2 {
	background: transparent !important;
	color: #111827;
	font-size: clamp(28px, 2.15vw, 40px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 16px;
}

.np-featured-card h2 a {
	color: inherit;
	text-decoration: none;
}

.np-featured-card .np-entry-meta,
.np-card .np-entry-meta {
	color: #667085;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
	margin-bottom: 12px;
}

.np-featured-card .np-card-excerpt,
.np-featured-card .mb-6 {
	color: #475569;
	font-size: 15px !important;
	line-height: 1.75 !important;
	margin-bottom: 22px !important;
}

.np-featured-card > div > div:last-child > a:last-child {
	background: #ef1d2f;
	border-radius: 9px;
	box-shadow: 0 14px 30px rgba(239, 29, 47, 0.22);
	color: #ffffff;
	font-size: 14px;
	min-height: 46px;
	padding: 13px 20px;
}

.np-post-grid {
	display: grid !important;
	gap: 24px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin-top: 24px !important;
}

.np-card {
	background: #ffffff;
	border: 1px solid #e6ebf2;
	border-radius: 16px;
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding: 0;
}

.np-card-image img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

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

.np-card-title {
	color: #111827;
	font-size: 22px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0 0 12px;
}

.np-card-excerpt {
	color: #64748b;
	font-size: 14px;
	line-height: 1.7;
}

.np-card-readmore {
	color: #ef1d2f;
	font-size: 14px;
	font-weight: 950;
	margin-top: auto;
	padding-top: 18px;
}

.np-pagination-wrap {
	margin-top: 34px;
}

.np-pagination-wrap .nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.np-pagination-wrap .page-numbers {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e6ebf2;
	border-radius: 8px;
	color: #334155;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	min-width: 36px;
	padding: 0 11px;
}

.np-pagination-wrap .page-numbers.current {
	background: #ef1d2f;
	border-color: #ef1d2f;
	color: #ffffff;
}

@media (max-width: 1024px) {
	.np-featured-card__inner,
	.np-featured-card > div,
	.np-post-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.np-featured-card__media,
	.np-featured-card a:first-child,
	.np-featured-card__media img,
	.np-featured-card a:first-child img {
		min-height: 0;
	}
}

@media (max-width: 640px) {
	.np-archive-page {
		padding-top: 18px;
	}

	.np-archive-header {
		border-radius: 16px;
		padding: 24px 18px;
	}

	.np-featured-card,
	.np-card {
		border-radius: 14px;
	}
}

/* Single post final layout fix. Keep after all previous single/header overrides. */
.np-single-page {
	max-width: 1320px;
	padding-bottom: 64px;
}

.np-single-page .np-content-layout,
.np-single-page .np-content-layout.has-sidebar.sidebar-right {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 860px) minmax(260px, 300px) !important;
	justify-content: center;
}

.np-single-page .np-content-layout.has-sidebar.sidebar-left {
	grid-template-columns: minmax(260px, 300px) minmax(0, 860px) !important;
}

.np-single-page .np-content-layout.no-sidebar {
	grid-template-columns: minmax(0, 900px) !important;
}

.np-single-page .np-single {
	background: #ffffff;
	border: 1px solid #e6ebf2;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
	min-width: 0;
	padding: clamp(26px, 2.6vw, 40px);
	width: 100%;
}

.np-single-page .np-sidebar {
	min-width: 0;
	position: sticky;
	top: 96px;
	width: 100%;
}

.np-single-page .np-entry-header {
	border-bottom: 1px solid #eef2f7;
	margin-bottom: 28px;
	padding-bottom: 22px;
}

.np-single-page .np-entry-title,
.np-single-page .np-content-layout.has-sidebar .np-single .np-entry-title {
	color: #111827;
	font-size: clamp(32px, 2.2vw, 40px) !important;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0 0 14px;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.np-single-page .np-entry-summary,
.np-single-page .np-entry-content,
.np-single-page .np-share-bar,
.np-single-page .np-post-tags,
.np-single-page .np-author-box,
.np-single-page .np-related-posts,
.np-single-page .np-prev-next {
	max-width: 100%;
}

.np-single-page .np-entry-content {
	color: #273142;
	font-size: 17px;
	line-height: 1.82;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.np-single-page .np-entry-content p {
	margin: 0 0 1.25em;
}

.np-single-page .np-entry-content figure,
.np-single-page .np-entry-content .wp-block-image {
	margin: 28px 0;
	max-width: 100%;
}

.np-single-page .np-entry-content img {
	border-radius: 12px;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: auto;
}

.np-single-page .np-entry-content figure img,
.np-single-page .np-entry-content .wp-block-image img,
.np-single-page .np-featured-image img {
	width: 100%;
}

.np-single-page .np-entry-content figcaption,
.np-single-page .wp-caption-text {
	color: #64748b;
	font-size: 13px;
	line-height: 1.55;
	margin-top: 8px;
	text-align: center;
}

.np-single-page .np-entry-content h2 {
	font-size: clamp(25px, 1.7vw, 31px);
	line-height: 1.25;
	margin: 1.7em 0 0.65em;
}

.np-single-page .np-entry-content h3 {
	font-size: clamp(21px, 1.35vw, 25px);
	line-height: 1.28;
	margin: 1.55em 0 0.58em;
}

.np-single-page .np-inline-related-posts {
	background: #fffaf0;
	border: 1px solid #f7d58a;
	border-radius: 14px;
	margin: 30px 0;
	padding: 18px;
}

.np-single-page .np-sidebar-quote,
.np-single-page .np-sidebar-posts,
.np-single-page .np-sidebar .np-widget {
	border-radius: 16px;
}

@media (min-width: 1440px) {
	.np-single-page .np-content-layout,
	.np-single-page .np-content-layout.has-sidebar.sidebar-right {
		grid-template-columns: minmax(0, 920px) minmax(280px, 320px) !important;
	}

	.np-single-page .np-content-layout.has-sidebar.sidebar-left {
		grid-template-columns: minmax(280px, 320px) minmax(0, 920px) !important;
	}
}

@media (max-width: 1024px) {
	.np-single-page .np-content-layout,
	.np-single-page .np-content-layout.has-sidebar.sidebar-left,
	.np-single-page .np-content-layout.has-sidebar.sidebar-right,
	.np-single-page .np-content-layout.no-sidebar {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.np-single-page .np-sidebar {
		position: static;
	}
}

/* Header submenu polish. */
@media (min-width: 1181px) {
	.np-site-header .np-primary-menu .sub-menu,
	.np-site-header--home .np-primary-menu .sub-menu {
		background: rgba(8, 12, 22, 0.96);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 14px;
		box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
		display: grid;
		gap: 2px;
		left: 50%;
		min-width: 286px;
		padding: 8px;
		top: calc(100% + 8px);
		transform: translate(-50%, -6px) scale(0.98);
		width: max-content;
	}

	.np-site-header .np-primary-menu li:hover > .sub-menu,
	.np-site-header .np-primary-menu li:focus-within > .sub-menu {
		transform: translate(-50%, 0) scale(1);
	}

	.np-site-header .np-primary-menu .sub-menu a,
	.np-site-header--home .np-primary-menu .sub-menu a {
		align-items: center;
		background: transparent;
		border-radius: 9px;
		color: rgba(255, 255, 255, 0.84);
		display: flex;
		font-size: 13px;
		font-weight: 850;
		justify-content: flex-start;
		line-height: 1.35;
		min-height: 42px !important;
		padding: 10px 14px;
		text-align: left;
		white-space: normal;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu a:hover,
	.np-site-header--home .np-primary-menu .sub-menu a:hover,
	.np-site-header .np-primary-menu .sub-menu .current-menu-item > a,
	.np-site-header--home .np-primary-menu .sub-menu .current-menu-item > a {
		background: rgba(239, 29, 47, 0.16);
		color: #ffffff;
		padding-left: 16px;
	}

	.np-site-header .np-primary-menu .sub-menu a::after,
	.np-site-header--home .np-primary-menu .sub-menu a::after {
		display: none !important;
	}

	.np-site-header .np-primary-menu .sub-menu a::before,
	.np-site-header--home .np-primary-menu .sub-menu a::before {
		background: #ef1d2f;
		border: 0;
		border-radius: 999px;
		content: "";
		height: 16px;
		left: 10px;
		opacity: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) scaleY(0);
		width: 2px;
	}

	.np-site-header .np-primary-menu .sub-menu a:hover::before,
	.np-site-header--home .np-primary-menu .sub-menu a:hover::before,
	.np-site-header .np-primary-menu .sub-menu .current-menu-item > a::before,
	.np-site-header--home .np-primary-menu .sub-menu .current-menu-item > a::before {
		opacity: 1;
		transform: translateY(-50%) scaleY(1);
	}
}

/* Header menu hard stop: this must remain at the end of the file. */
.np-site-header .np-header-inner,
.np-site-header--home .np-header-inner {
	align-items: center;
	display: grid !important;
	gap: 18px;
	grid-template-columns: minmax(112px, 150px) minmax(0, 1fr) auto auto !important;
	min-height: 76px;
}

.np-site-header .np-logo img {
	max-height: 48px;
	max-width: 128px;
	object-fit: contain;
}

.np-site-header .np-primary-menu {
	justify-self: center;
	min-width: 0;
	width: 100%;
}

.np-site-header .np-primary-menu ul,
.np-site-header--home .np-primary-menu ul {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(14px, 1.45vw, 26px);
	justify-content: center;
	width: 100%;
}

.np-site-header .np-primary-menu li {
	flex: 0 0 auto;
}

.np-site-header .np-primary-menu a,
.np-site-header--home .np-primary-menu a {
	align-items: center;
	display: inline-flex;
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 850;
	min-height: 76px;
	padding: 0;
	white-space: nowrap;
}

.np-site-header .np-header-cta,
.np-site-header--home .np-header-cta {
	border-radius: 8px;
	font-size: 13px;
	min-height: 42px;
	padding: 0 18px;
	white-space: nowrap;
}

@media (max-width: 1180px) {
	.np-site-header .np-header-inner,
	.np-site-header--home .np-header-inner {
		display: grid !important;
		gap: 12px;
		grid-template-columns: minmax(0, 1fr) auto auto !important;
		min-height: 0;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.np-site-header .np-site-branding {
		order: 1;
	}

	.np-site-header .np-logo img {
		max-height: 52px;
		max-width: 136px;
	}

	.np-site-header .np-header-cta,
	.np-site-header--home .np-header-cta {
		font-size: 0;
		height: 42px;
		min-height: 42px;
		order: 2;
		padding: 0 16px;
		width: auto;
	}

	.np-site-header .np-header-cta::before,
	.np-site-header--home .np-header-cta::before {
		content: "Báo giá";
		font-size: 13px;
		font-weight: 950;
	}

	.np-site-header .np-mobile-menu-toggle {
		display: inline-flex;
		order: 3;
		position: relative;
		z-index: 91;
	}

	.np-site-header .np-mobile-menu-toggle.is-open {
		background: #ef1d2f;
		border-color: #ef1d2f;
		color: #ffffff;
		position: fixed;
		right: 18px;
		top: 18px;
	}

	.np-site-header .np-primary-menu {
		background: #ffffff;
		border: 0;
		border-radius: 22px 0 0 22px;
		box-shadow: -18px 0 46px rgba(15, 23, 42, 0.18);
		color: #111827;
		display: flex;
		flex-direction: column;
		height: 100dvh;
		margin: 0;
		max-height: none;
		opacity: 0;
		order: 4;
		overflow-y: auto;
		padding: 86px 18px 24px;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(104%);
		transition: opacity 180ms ease, transform 240ms ease;
		width: min(84vw, 360px);
		z-index: 90;
	}

	.np-site-header--home .np-primary-menu {
		background: #0a0a0a;
		box-shadow: -18px 0 46px rgba(0, 0, 0, 0.36);
		color: #ffffff;
	}

	.np-site-header .np-primary-menu.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	.np-site-header .np-primary-menu ul,
	.np-site-header--home .np-primary-menu ul {
		align-items: stretch;
		display: grid;
		gap: 4px;
		grid-template-columns: 1fr;
		justify-content: stretch;
		width: 100%;
	}

	.np-site-header .np-primary-menu a,
	.np-site-header--home .np-primary-menu a {
		border-radius: 10px;
		color: inherit;
		display: flex;
		font-size: 15px;
		font-weight: 900;
		justify-content: space-between;
		min-height: 48px;
		padding: 14px;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu,
	.np-site-header--home .np-primary-menu .sub-menu {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: grid;
		gap: 4px;
		left: auto;
		margin: -2px 0 8px;
		min-width: 0;
		opacity: 1;
		overflow: visible;
		padding: 0 0 0 14px;
		pointer-events: auto;
		position: static;
		top: auto;
		transform: none;
		transition: none;
		visibility: visible;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu::before,
	.np-site-header .np-primary-menu .sub-menu::after,
	.np-site-header--home .np-primary-menu .sub-menu::before,
	.np-site-header--home .np-primary-menu .sub-menu::after,
	.np-site-header .np-primary-menu li.menu-item-has-children::after {
		display: none !important;
	}
}

/* Final header menu override. */
.np-site-header .np-header-inner,
.np-site-header--home .np-header-inner {
	align-items: center;
	display: grid !important;
	gap: 18px;
	grid-template-columns: minmax(112px, 150px) minmax(0, 1fr) auto auto !important;
	min-height: 76px;
}

.np-site-header .np-logo img {
	max-height: 48px;
	max-width: 128px;
	object-fit: contain;
}

.np-site-header .np-primary-menu {
	justify-self: center;
	min-width: 0;
	width: 100%;
}

.np-site-header .np-primary-menu ul,
.np-site-header--home .np-primary-menu ul {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(14px, 1.45vw, 26px);
	justify-content: center;
	width: 100%;
}

.np-site-header .np-primary-menu li {
	flex: 0 0 auto;
}

.np-site-header .np-primary-menu a,
.np-site-header--home .np-primary-menu a {
	align-items: center;
	display: inline-flex;
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 850;
	min-height: 76px;
	padding: 0;
	white-space: nowrap;
}

.np-site-header .np-header-cta,
.np-site-header--home .np-header-cta {
	border-radius: 8px;
	font-size: 13px;
	min-height: 42px;
	padding: 0 18px;
	white-space: nowrap;
}

@media (max-width: 1180px) {
	.np-site-header .np-header-inner,
	.np-site-header--home .np-header-inner {
		display: grid !important;
		gap: 12px;
		grid-template-columns: minmax(0, 1fr) auto auto !important;
		min-height: 0;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.np-site-header .np-site-branding {
		order: 1;
	}

	.np-site-header .np-logo img {
		max-height: 52px;
		max-width: 136px;
	}

	.np-site-header .np-header-cta,
	.np-site-header--home .np-header-cta {
		font-size: 0;
		height: 42px;
		min-height: 42px;
		order: 2;
		padding: 0 16px;
		width: auto;
	}

	.np-site-header .np-header-cta::before,
	.np-site-header--home .np-header-cta::before {
		content: "Báo giá";
		font-size: 13px;
		font-weight: 950;
	}

	.np-site-header .np-mobile-menu-toggle {
		display: inline-flex;
		order: 3;
		position: relative;
		z-index: 91;
	}

	.np-site-header .np-mobile-menu-toggle.is-open {
		background: #ef1d2f;
		border-color: #ef1d2f;
		color: #ffffff;
		position: fixed;
		right: 18px;
		top: 18px;
	}

	.np-site-header .np-primary-menu {
		background: #ffffff;
		border: 0;
		border-radius: 22px 0 0 22px;
		box-shadow: -18px 0 46px rgba(15, 23, 42, 0.18);
		color: #111827;
		display: flex;
		flex-direction: column;
		height: 100dvh;
		margin: 0;
		max-height: none;
		opacity: 0;
		order: 4;
		overflow-y: auto;
		padding: 86px 18px 24px;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(104%);
		transition: opacity 180ms ease, transform 240ms ease;
		width: min(84vw, 360px);
		z-index: 90;
	}

	.np-site-header--home .np-primary-menu {
		background: #0a0a0a;
		box-shadow: -18px 0 46px rgba(0, 0, 0, 0.36);
		color: #ffffff;
	}

	.np-site-header .np-primary-menu.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	.np-site-header .np-primary-menu ul,
	.np-site-header--home .np-primary-menu ul {
		align-items: stretch;
		display: grid;
		gap: 4px;
		grid-template-columns: 1fr;
		justify-content: stretch;
		width: 100%;
	}

	.np-site-header .np-primary-menu a,
	.np-site-header--home .np-primary-menu a {
		border-radius: 10px;
		color: inherit;
		display: flex;
		font-size: 15px;
		font-weight: 900;
		justify-content: space-between;
		min-height: 48px;
		padding: 14px;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu,
	.np-site-header--home .np-primary-menu .sub-menu {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: grid;
		gap: 4px;
		left: auto;
		margin: -2px 0 8px;
		min-width: 0;
		opacity: 1;
		overflow: visible;
		padding: 0 0 0 14px;
		pointer-events: auto;
		position: static;
		top: auto;
		transform: none;
		transition: none;
		visibility: visible;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu::before,
	.np-site-header .np-primary-menu .sub-menu::after,
	.np-site-header--home .np-primary-menu .sub-menu::before,
	.np-site-header--home .np-primary-menu .sub-menu::after,
	.np-site-header .np-primary-menu li.menu-item-has-children::after {
		display: none !important;
	}
}

.az-home--stage .az-home-capabilities {
	margin-top: 18px;
	padding: 0 0 72px;
	position: relative;
	z-index: 3;
}

.az-home--corporate .az-home-capabilities,
.az-home--magazine .az-home-capabilities,
.az-home--portfolio .az-home-capabilities,
.az-home--immersive .az-home-capabilities {
	padding-bottom: 56px;
	padding-top: 18px;
}

.az-home-capabilities__panel {
	border: 1px solid #edf1f6;
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.az-home-capability {
	padding: 28px 18px;
}

.az-home-capability__icon {
	border-radius: 12px;
	height: 46px;
	width: 46px;
}

.az-home-about {
	padding: 8px 0 78px;
}

.az-home-about__grid {
	border-radius: 24px;
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
	padding: 56px;
}

.az-home-about__intro {
	align-content: start;
	display: grid;
}

.az-home-about__lead {
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	margin: 22px 0 0;
	max-width: 520px;
}

.az-home-about__body {
	display: grid;
	gap: 18px;
}

.az-home-about__grid::after {
	border-radius: 999px 0 0 999px;
	opacity: 0.24;
	width: 120px;
}

.az-home-about__highlights {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 8px;
}

.az-home-about__highlight {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	padding: 22px 20px 20px;
}

.az-home-about__highlight strong {
	color: #ef1d2f;
	display: block;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}

.az-home-about__highlight h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 8px;
}

.az-home-about__highlight p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.az-home-section,
.az-home-seo,
.az-home-quote,
.az-home-contact-links {
	padding-bottom: 84px;
	padding-top: 84px;
}

.az-home-section-heading {
	margin-bottom: 42px;
}

.az-home-section-heading--split {
	align-items: center;
}

.az-home-section-heading h2 {
	max-width: 980px;
}

.az-home-service-chips {
	margin-bottom: 38px;
	margin-top: -6px;
}

.az-home--stage .az-home-service-grid,
.az-home--corporate .az-home-service-grid,
.az-home--immersive .az-home-service-grid {
	gap: 24px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.az-home--stage .az-home-service-card,
.az-home--corporate .az-home-service-card,
.az-home--immersive .az-home-service-card {
	border-radius: 20px;
	grid-column: span 4;
	min-height: 100%;
}

.az-home--stage .az-home-service-card:first-child,
.az-home--corporate .az-home-service-card:first-child,
.az-home--immersive .az-home-service-card:first-child {
	display: grid;
	grid-column: span 8;
	grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
}

.az-home--stage .az-home-service-card:first-child .az-home-service-card__image img,
.az-home--corporate .az-home-service-card:first-child .az-home-service-card__image img,
.az-home--immersive .az-home-service-card:first-child .az-home-service-card__image img {
	aspect-ratio: auto;
	height: 100%;
}

.az-home--stage .az-home-service-card:first-child .az-home-service-card__content,
.az-home--corporate .az-home-service-card:first-child .az-home-service-card__content,
.az-home--immersive .az-home-service-card:first-child .az-home-service-card__content {
	align-content: center;
	display: grid;
	padding: 30px 32px;
}

.az-home-service-card,
.az-home-project-card,
.az-home-seo-card {
	border-radius: 20px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.az-home-service-card:hover,
.az-home-project-card:hover,
.az-home-seo-card:hover {
	border-color: rgba(217, 4, 22, 0.18);
	box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
	transform: translateY(-4px);
}

.az-home-service-card__content,
.az-home-project-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.az-home-service-card__content p,
.az-home-project-card__content p {
	flex: 1;
}

.az-home--stage .az-home-project-grid,
.az-home--corporate .az-home-project-grid,
.az-home--immersive .az-home-project-grid {
	gap: 24px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.az-home--stage .az-home-project-card,
.az-home--corporate .az-home-project-card,
.az-home--immersive .az-home-project-card {
	border-radius: 20px;
	grid-column: span 3;
}

.az-home--stage .az-home-project-card:first-child,
.az-home--corporate .az-home-project-card:first-child,
.az-home--immersive .az-home-project-card:first-child {
	display: grid;
	grid-column: span 6;
	grid-template-columns: minmax(280px, 1.02fr) minmax(0, 0.98fr);
}

.az-home--stage .az-home-project-card:first-child .az-home-project-card__image img,
.az-home--corporate .az-home-project-card:first-child .az-home-project-card__image img,
.az-home--immersive .az-home-project-card:first-child .az-home-project-card__image img {
	aspect-ratio: auto;
	height: 100%;
}

.az-home--stage .az-home-project-card:first-child .az-home-project-card__content,
.az-home--corporate .az-home-project-card:first-child .az-home-project-card__content,
.az-home--immersive .az-home-project-card:first-child .az-home-project-card__content {
	padding: 24px 24px 26px;
}

.az-home-process {
	padding-bottom: 92px;
	padding-top: 84px;
}

.az-home-process-list {
	gap: 22px;
	margin-top: 20px;
}

.az-home-process-item {
	background: #ffffff;
	border: 1px solid #e7edf3;
	border-radius: 20px;
	box-shadow: 0 14px 38px rgba(15, 23, 42, 0.05);
	padding: 30px 24px 28px;
	text-align: left;
}

.az-home-process-item::after {
	display: none;
}

.az-home-process-item > span {
	margin-bottom: 22px;
}

.az-home-seo__grid {
	gap: 20px;
}

.az-home-seo__intro {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr;
	margin: 0 0 40px;
	max-width: none;
	text-align: left;
}

.az-home-seo__intro-header {
	align-items: end;
	background:
		linear-gradient(135deg, rgba(217, 4, 22, 0.08), rgba(255, 255, 255, 0) 34%),
		#ffffff;
	border: 1px solid #e7edf3;
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	padding: 34px 36px;
}

.az-home-seo__intro-copy {
	padding-right: 12px;
}

.az-home-seo__intro-copy h2:last-child,
.az-home-seo__intro-copy p:last-child {
	margin-bottom: 0;
}

.az-home-seo__intro-title {
	align-content: end;
	border-left: 1px solid #eef2f7;
	display: grid;
	min-height: 100%;
	padding-left: 28px;
}

.az-home-seo__intro-title h2 {
	font-size: 52px;
	line-height: 1.02;
	margin: 0;
	max-width: 420px;
}

.az-home-seo__intro-points {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-home-seo__aside-item {
	background: #0f172a;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 20px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
	padding: 22px 22px 20px;
}

.az-home-seo__aside-item strong {
	color: #ef1d2f;
	display: block;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}

.az-home-seo__aside-item span {
	color: rgba(255, 255, 255, 0.82);
	display: block;
	font-size: 15px;
	line-height: 1.75;
}

.az-home-seo-card {
	border-top: 4px solid rgba(217, 4, 22, 0.82);
	padding: 24px;
}

.az-home-seo__requirement {
	border-radius: 20px;
	margin-top: 24px;
	padding: 36px;
}

.az-home-quote__panel {
	border-radius: 24px;
	box-shadow: 0 30px 68px rgba(217, 4, 22, 0.24);
	padding: 42px 46px;
}

.az-home-quote__panel a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.34);
	color: #ffffff;
	font-size: 36px;
	font-weight: 950;
	line-height: 1;
	padding-bottom: 8px;
	white-space: nowrap;
}

.az-home-contact-links__grid {
	background: #0f172a;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 24px;
	color: #ffffff;
	padding: 38px 40px;
}

.az-home-contact-links__items a {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	padding: 10px 14px;
}

.az-home-contact-links p,
.az-home-contact-links p a {
	color: rgba(255, 255, 255, 0.86);
}

.np-archive-page {
	padding-top: 18px;
}

.np-archive-main {
	min-width: 0;
}

.np-archive-header {
	border-radius: 24px;
	margin-bottom: 34px;
	padding: 42px 46px;
}

.np-archive-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.np-archive-header__meta span {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #475569;
	font-size: 13px;
	font-weight: 800;
	padding: 10px 14px;
}

.np-featured-card {
	border-radius: 24px;
}

.np-featured-card__content,
.np-featured-card > div > div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 38px;
}

.np-post-grid {
	gap: 26px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.np-archive-list .np-card,
.np-card--list {
	grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
}

.np-card {
	border-radius: 20px;
}

.np-card-body {
	display: flex;
	flex-direction: column;
	padding: 24px 24px 26px;
}

.np-card-title {
	font-size: 22px;
}

.np-card-readmore {
	margin-top: auto;
	padding-top: 12px;
}

.np-single-page .np-content-layout {
	gap: 40px;
	grid-template-columns: minmax(0, 1040px);
	justify-content: center;
}

.np-single-page .np-content-layout.has-sidebar.sidebar-right {
	grid-template-columns: minmax(0, 980px) 300px;
}

.np-single-page .np-content-layout.has-sidebar.sidebar-left {
	grid-template-columns: 300px minmax(0, 980px);
}

.np-single-page .np-content-layout.no-sidebar {
	grid-template-columns: minmax(0, 1040px);
}

.np-single {
	background: #ffffff;
	border: 1px solid #e7edf3;
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
	padding: clamp(24px, 3vw, 42px);
}

.np-single .np-entry-header {
	border-bottom: 0;
	margin-bottom: 26px;
	padding-bottom: 0;
}

.np-entry-summary {
	color: #475569;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	margin: 18px 0 0;
	max-width: 760px;
}

.np-featured-image {
	border-radius: 22px;
	margin-left: auto;
	margin-right: auto;
}

.np-entry-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.np-entry-content h2 {
	font-size: 36px;
	line-height: 1.16;
}

.np-entry-content h3 {
	font-size: 28px;
	line-height: 1.22;
}

.np-share-bar,
.np-post-tags {
	background: #f8fafc;
	border: 1px solid #e7edf3;
	border-radius: 18px;
	padding: 18px 20px;
}

.np-share-bar a,
.np-post-tags a {
	background: #ffffff;
	border-radius: 999px;
}

.np-inline-related-posts {
	border-bottom: 1px solid #e7edf3;
	margin: 34px 0 38px;
	padding: 0 0 26px;
}

.np-inline-related-posts__head {
	align-items: center;
	display: flex;
	gap: 14px;
	margin-bottom: 16px;
}

.np-inline-related-posts__head::after {
	background: #e7edf3;
	content: "";
	flex: 1 1 auto;
	height: 1px;
	min-width: 40px;
}

.np-entry-content .np-inline-related-posts h2 {
	color: #111827;
	flex: 0 0 auto;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
}

.np-entry-content .np-inline-related-posts h2 span {
	color: #d71920;
	font-weight: 950;
}

.np-entry-content .np-inline-related-posts__list {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-entry-content .np-inline-related-posts__list li {
	margin: 0;
	padding: 0;
}

.np-inline-related-posts__list a {
	align-items: start;
	color: #111827;
	display: grid;
	font-size: 15px;
	font-weight: 850;
	gap: 9px;
	grid-template-columns: 6px 1fr;
	line-height: 1.45;
	text-decoration: none;
}

.np-inline-related-posts__list a:hover {
	color: #d71920;
}

.np-inline-related-posts__list a > span {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #d71920;
	border-top: 5px solid transparent;
	display: block;
	height: 0;
	margin-top: 7px;
	width: 0;
}

.np-prev-next a,
.np-author-box,
.np-related-posts {
	background: #ffffff;
	border-color: #e7edf3;
	border-radius: 22px;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
}

.np-related-posts .np-card {
	box-shadow: none;
}

.np-related-posts--compact {
	max-width: 980px;
	padding: 28px;
}

.np-related-posts--compact .np-related-head {
	align-items: flex-end;
	border-bottom: 1px solid #edf1f5;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 18px;
}

.np-related-kicker {
	color: #dc2626;
	display: block;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.np-related-posts--compact h2 {
	color: #111827;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
}

.np-related-category-link {
	align-items: center;
	color: #dc2626;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	gap: 8px;
	white-space: nowrap;
}

.np-related-category-link::after {
	content: "→";
	font-size: 17px;
	line-height: 1;
}

.np-related-posts--compact .np-related-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.np-related-card {
	background: #ffffff;
	border: 1px solid #e7edf3;
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.np-related-card:hover {
	border-color: rgba(220, 38, 38, 0.3);
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.09);
	transform: translateY(-2px);
}

.np-related-card__image {
	background: #f1f5f9;
	display: block;
	overflow: hidden;
}

.np-related-posts .np-related-card__thumb {
	aspect-ratio: 16 / 10;
	border-radius: 0;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.np-related-card:hover .np-related-card__thumb {
	transform: scale(1.035);
}

.np-related-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px 16px 18px;
}

.np-related-card__meta {
	align-items: center;
	color: #667085;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 800;
	gap: 7px;
	line-height: 1.35;
	margin-bottom: 9px;
}

.np-related-card__title {
	color: #111827;
	font-size: 18px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.24;
	margin: 0 0 9px;
}

.np-related-card__title a {
	color: inherit;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.np-related-card__excerpt {
	color: #667085;
	display: -webkit-box;
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.np-related-card__readmore {
	align-items: center;
	color: #dc2626;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	gap: 7px;
	margin-top: auto;
	padding-top: 14px;
}

.np-related-card__readmore::after {
	content: "→";
	font-size: 16px;
	line-height: 1;
}

@media (max-width: 900px) {
	.np-related-posts--compact .np-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.np-related-posts--compact {
		border-radius: 18px;
		margin-top: 34px;
		padding: 18px;
	}

	.np-related-posts--compact .np-related-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 16px;
		padding-bottom: 16px;
	}

	.np-related-posts--compact h2 {
		font-size: 24px;
		line-height: 1.18;
	}

	.np-related-category-link {
		font-size: 13px;
	}

	.np-related-posts--compact .np-related-grid {
		gap: 14px;
		grid-template-columns: 1fr;
	}

	.np-related-card {
		border-radius: 16px;
	}

	.np-related-card__body {
		padding: 15px;
	}

	.np-related-card__title {
		font-size: 18px;
	}
}

@media (max-width: 1180px) {
	.az-home--stage .az-home-service-grid,
	.az-home--corporate .az-home-service-grid,
	.az-home--immersive .az-home-service-grid,
	.az-home--stage .az-home-project-grid,
	.az-home--corporate .az-home-project-grid,
	.az-home--immersive .az-home-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-home--stage .az-home-service-card,
	.az-home--corporate .az-home-service-card,
	.az-home--immersive .az-home-service-card,
	.az-home--stage .az-home-project-card,
	.az-home--corporate .az-home-project-card,
	.az-home--immersive .az-home-project-card {
		grid-column: auto;
	}

	.az-home--stage .az-home-service-card:first-child,
	.az-home--corporate .az-home-service-card:first-child,
	.az-home--immersive .az-home-service-card:first-child,
	.az-home--stage .az-home-project-card:first-child,
	.az-home--corporate .az-home-project-card:first-child,
	.az-home--immersive .az-home-project-card:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1024px) {
	.np-header-inner {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-bottom: 16px;
		padding-top: 16px;
	}

	.np-primary-menu ul {
		justify-content: flex-start;
	}

	.np-primary-menu a {
		padding-bottom: 8px;
		padding-top: 8px;
	}

	.az-home-hero__inner,
	.az-home-hero--corporate-layout,
	.az-home-hero-magazine-layout,
	.az-home-hero-portfolio-layout,
	.az-home-hero-immersive-layout {
		gap: 28px;
	}

	.az-home-stats,
	.az-home-process-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-home-about__grid,
	.az-home-contact-links__grid,
	.az-home-quote__panel,
	.az-home-seo__intro-header,
	.np-featured-card__inner,
	.np-featured-card > div {
		grid-template-columns: 1fr;
	}

	.np-archive-page .np-content-layout,
	.np-single-page .np-content-layout {
		grid-template-columns: 1fr;
	}

	.np-single-page .np-content-layout.has-sidebar.sidebar-left,
	.np-single-page .np-content-layout.has-sidebar.sidebar-right {
		grid-template-columns: 1fr;
	}

	.np-single-page .np-single {
		order: 1;
	}

	.np-single-page .np-sidebar {
		order: 2;
	}

	.np-single-page .np-content-layout.no-sidebar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.az-home-section,
	.az-home-seo,
	.az-home-quote,
	.az-home-contact-links,
	.az-home-process {
		padding-bottom: 64px;
		padding-top: 64px;
	}

	.az-home--stage .az-home-capabilities {
		margin-top: 0;
		padding-top: 28px;
	}

	.az-home-hero {
		min-height: auto;
	}

	.az-home-hero__inner {
		min-height: auto;
		padding-bottom: 42px;
		padding-top: 54px;
	}

	.az-home-hero__title,
	.az-home-section-heading h2,
	.np-archive-header h1,
	.np-single .np-entry-title {
		font-size: 38px;
	}

	.az-home-stats,
	.az-home-capabilities__panel,
	.az-home-seo__grid,
	.az-home-process-list,
	.az-home--stage .az-home-service-grid,
	.az-home--corporate .az-home-service-grid,
	.az-home--immersive .az-home-service-grid,
	.az-home--stage .az-home-project-grid,
	.az-home--corporate .az-home-project-grid,
	.az-home--immersive .az-home-project-grid {
		grid-template-columns: 1fr;
	}

	.az-home-about__grid,
	.az-home-quote__panel,
	.az-home-contact-links__grid,
	.az-home-seo__intro-header,
	.np-archive-header,
	.np-single {
		padding: 28px 24px;
	}

	.az-home-about__highlights {
		grid-template-columns: 1fr;
	}

	.az-home-seo__intro-points {
		grid-template-columns: 1fr;
	}

	.az-home-seo__intro-title {
		border-left: 0;
		border-top: 1px solid #eef2f7;
		padding-left: 0;
		padding-top: 20px;
	}

	.az-home-seo__intro-title h2 {
		font-size: 36px;
	}

	.az-home--stage .az-home-service-card:first-child,
	.az-home--corporate .az-home-service-card:first-child,
	.az-home--immersive .az-home-service-card:first-child,
	.az-home--stage .az-home-project-card:first-child,
	.az-home--corporate .az-home-project-card:first-child,
	.az-home--immersive .az-home-project-card:first-child {
		grid-template-columns: 1fr;
	}

	.np-card--list,
	.np-archive-list .np-card {
		grid-template-columns: 1fr;
	}

	.np-entry-summary {
		font-size: 18px;
	}

	.np-entry-content h2 {
		font-size: 30px;
	}

	.np-entry-content h3 {
		font-size: 24px;
	}
}

.az-inline-launcher {
	background: #d90416;
	border: 0;
	border-radius: 999px;
	bottom: 22px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.28);
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 900;
	min-height: 46px;
	padding: 0 18px;
	position: fixed;
	right: 22px;
	z-index: 9998;
}

.az-inline-toolbar {
	align-items: center;
	background: #0f172a;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	bottom: 22px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.32);
	color: #ffffff;
	display: none;
	flex-wrap: wrap;
	gap: 10px;
	left: 50%;
	padding: 8px 10px 8px 16px;
	position: fixed;
	transform: translateX(-50%);
	z-index: 9999;
}

.az-inline-toolbar.is-active {
	display: flex;
}

.az-inline-toolbar span {
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.az-inline-toolbar button,
.az-inline-card-tools button,
.az-builder-node-tools button,
.az-builder-link-tool,
.az-builder-section-tools button {
	background: #ffffff;
	border: 0;
	border-radius: 999px;
	color: #0f172a;
	cursor: pointer;
	font-size: 13px;
	font-weight: 900;
	min-height: 34px;
	padding: 0 13px;
}

.az-inline-toolbar [data-az-inline-save] {
	background: #d90416;
	color: #ffffff;
}

.az-inline-toolbar [data-az-inline-reset] {
	background: #f8fafc;
	color: #b91c1c;
}

.az-inline-toolbar [data-az-inline-export],
.az-inline-toolbar [data-az-inline-import] {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.az-inline-toolbar em {
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
	font-style: normal;
	min-width: 60px;
}

.az-inline-editing [data-az-editable],
.az-inline-editing [data-az-service-title],
.az-inline-editing [data-az-service-text] {
	border-radius: 8px;
	box-shadow: 0 0 0 2px rgba(217, 4, 22, 0.42);
	outline: 0;
}

.az-inline-editing [data-az-editable]:focus,
.az-inline-editing [data-az-service-title]:focus,
.az-inline-editing [data-az-service-text]:focus {
	background: rgba(255, 255, 255, 0.92);
	color: #0f172a;
	box-shadow: 0 0 0 3px rgba(217, 4, 22, 0.68);
}

.az-home-service-card {
	position: relative;
}

.az-inline-card-tools {
	display: flex;
	gap: 8px;
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 5;
}

.az-inline-card-tools button {
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
	min-height: 32px;
}

.az-builder-image-wrap {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: top;
}

.az-builder-image-wrap > img {
	display: block;
}

.az-builder-node-tools {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 20;
}

.az-inline-editing .az-builder-node-tools {
	display: flex;
}

.az-builder-link-tool {
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
	display: none;
	margin-left: 8px;
	min-height: 28px;
	padding: 0 10px;
	position: relative;
	z-index: 30;
}

.az-inline-editing .az-builder-link-tool {
	display: inline-flex;
	align-items: center;
}

.az-builder-section-tools {
	align-items: center;
	background: rgba(15, 23, 42, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.25);
	color: #ffffff;
	display: none;
	gap: 8px;
	left: 14px;
	padding: 6px 8px 6px 12px;
	position: absolute;
	top: 14px;
	z-index: 40;
}

.az-builder-section-tools span {
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.az-builder-panel {
	background: #ffffff;
	border-left: 1px solid #e2e8f0;
	box-shadow: -24px 0 54px rgba(15, 23, 42, 0.18);
	color: #0f172a;
	display: none;
	height: calc(100vh - 32px);
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 32px;
	width: min(360px, 92vw);
	z-index: 9998;
}

.az-builder-panel.is-active {
	display: block;
}

.az-builder-panel__head {
	align-items: center;
	background: #0f172a;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	padding: 16px 18px;
}

.az-builder-panel__head strong {
	font-size: 15px;
	font-weight: 950;
}

.az-builder-panel__head span {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	padding: 6px 9px;
	text-transform: uppercase;
}

.az-builder-panel__body {
	display: grid;
	gap: 14px;
	padding: 16px;
}

.az-builder-panel section {
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	display: grid;
	gap: 10px;
	padding: 14px;
}

.az-builder-panel h3 {
	font-size: 13px;
	font-weight: 950;
	margin: 0;
	text-transform: uppercase;
}

.az-builder-panel label {
	color: #475569;
	display: grid;
	font-size: 12px;
	font-weight: 800;
	gap: 6px;
}

.az-builder-panel input,
.az-builder-panel textarea {
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	color: #0f172a;
	font: inherit;
	min-height: 36px;
	padding: 6px 8px;
	width: 100%;
}

.az-builder-panel input[type="color"] {
	padding: 3px;
}

.az-builder-panel textarea {
	font-family: Consolas, Monaco, monospace;
	font-size: 12px;
	min-height: 190px;
	resize: vertical;
}

.az-builder-panel button,
.az-builder-repeater-tools button {
	background: #0f172a;
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
	min-height: 32px;
	padding: 0 12px;
}

.az-builder-repeater-row {
	align-items: center;
	border-top: 1px solid #e2e8f0;
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
}

.az-builder-repeater-row:first-child {
	border-top: 0;
}

.az-builder-repeater-row span {
	font-size: 12px;
	font-weight: 900;
}

.az-builder-repeater-item {
	position: relative;
}

.az-builder-repeater-tools {
	display: none;
	gap: 6px;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 45;
}

.az-inline-editing .az-builder-repeater-item > .az-builder-repeater-tools {
	display: flex;
}

.az-inline-editing [data-az-section-field] {
	position: relative;
}

.az-inline-editing [data-az-section-field] > .az-builder-section-tools {
	display: flex;
}

.az-inline-editing [data-az-section-field].az-builder-section-selected {
	outline: 3px solid rgba(217, 4, 22, 0.5);
	outline-offset: -3px;
}

.az-builder-section-dragging {
	opacity: 0.55;
}

.az-builder-has-overlay {
	position: relative;
}

.az-builder-has-overlay > * {
	position: relative;
	z-index: 1;
}

.az-builder-has-overlay::before {
	background: var(--az-builder-overlay, transparent);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.az-builder-layout-locked .az-builder-section-tools button:not(:first-of-type),
.az-builder-layout-locked .az-builder-panel [data-az-panel-repeaters],
.az-builder-layout-locked .az-builder-panel section:first-child {
	display: none;
}

body:not(.az-inline-editing) [data-az-section-field].az-builder-section-hidden {
	display: none !important;
}

.az-inline-editing [data-az-section-field].az-builder-section-hidden {
	opacity: 0.42;
	outline: 2px dashed rgba(217, 4, 22, 0.72);
}

.az-builder-preview-tablet [data-az-builder-scope],
.az-builder-preview-mobile [data-az-builder-scope] {
	box-shadow: 0 0 0 9999px rgba(15, 23, 42, 0.42);
	margin-left: auto !important;
	margin-right: auto !important;
	overflow-x: hidden;
	transition: max-width 0.2s ease;
}

.az-builder-preview-tablet [data-az-builder-scope] {
	max-width: 768px !important;
}

.az-builder-preview-mobile [data-az-builder-scope] {
	max-width: 390px !important;
}

@media (max-width: 768px) {
	.az-inline-toolbar {
		border-radius: 18px;
		bottom: 12px;
		left: 12px;
		right: 12px;
		transform: none;
	}

	.az-inline-launcher {
		bottom: 12px;
		right: 12px;
	}
}

@media (max-width: 720px) {
	.np-site-header {
		position: sticky;
		top: 0;
		z-index: 50;
	}

	.np-site-header--home .np-container,
	.np-site-header > .np-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.np-site-header--home .np-header-inner,
	.np-header-inner {
		align-items: center;
		display: flex !important;
		flex-wrap: wrap;
		gap: 10px 14px;
		grid-template-columns: none !important;
		min-height: 0;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.np-site-branding {
		flex: 1 1 150px;
		min-width: 0;
		order: 1;
	}

	.np-site-header--home .np-logo,
	.np-logo {
		font-size: 24px;
		gap: 8px;
		max-width: 100%;
		white-space: nowrap;
	}

	.az-site-logo-mark {
		height: 34px;
		width: 28px;
	}

	.az-site-logo-mark::before {
		font-size: 36px;
	}

	.np-header-cta,
	.np-site-header--home .np-header-cta {
		flex: 0 0 auto;
		font-size: 12px;
		min-height: 40px;
		order: 2;
		padding-left: 12px;
		padding-right: 12px;
	}

	.np-primary-menu {
		flex: 1 0 100%;
		margin-left: -2px;
		overflow-x: auto;
		order: 3;
		padding-bottom: 2px;
		scrollbar-width: none;
	}

	.np-primary-menu::-webkit-scrollbar {
		display: none;
	}

	.np-primary-menu ul,
	.np-site-header--home .np-primary-menu ul {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		gap: 18px;
		justify-content: flex-start;
		width: max-content;
	}

	.np-primary-menu a,
	.np-site-header--home .np-primary-menu a {
		font-size: 13px;
		min-height: 32px;
		padding-bottom: 0;
		padding-top: 0;
		white-space: nowrap;
	}

	.np-site-header--home .np-primary-menu li:first-child a::after,
	.np-site-header--home .np-primary-menu .current-menu-item > a::after {
		display: none;
	}

	.az-home-hero__inner {
		gap: 28px;
		padding-left: 22px;
		padding-right: 22px;
		padding-top: 48px;
	}

	.az-home-kicker {
		font-size: 12px;
		gap: 10px;
		margin-bottom: 18px;
	}

	.az-home-hero__title {
		font-size: clamp(34px, 10vw, 42px);
		line-height: 1.08;
		margin-bottom: 18px;
		max-width: 100%;
	}

	.az-home-hero__lead {
		font-size: 16px;
		line-height: 1.68;
		margin-bottom: 24px;
	}

	.az-home-actions {
		gap: 12px;
	}

	.az-home-btn {
		justify-content: center;
		min-height: 50px;
		padding-left: 18px;
		padding-right: 18px;
		width: 100%;
	}
}

@media (max-width: 390px) {
	.np-header-cta,
	.np-site-header--home .np-header-cta {
		font-size: 11px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.np-site-header--home .np-logo,
	.np-logo {
		font-size: 22px;
	}
}

/* Homepage SEO knowledge block refinement. */
.az-home-seo {
	background:
		linear-gradient(180deg, #ffffff 0%, #f8fafc 52%, #ffffff 100%);
	overflow: hidden;
	position: relative;
}

.az-home-seo::before {
	background: linear-gradient(90deg, transparent, rgba(217, 4, 22, 0.16), transparent);
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: min(920px, 82vw);
}

.az-home-seo__intro {
	gap: 22px;
	margin-bottom: 34px;
}

.az-home-seo__intro-header {
	align-items: stretch;
	background:
		radial-gradient(circle at 8% 12%, rgba(217, 4, 22, 0.14), transparent 28%),
		linear-gradient(135deg, #ffffff 0%, #fbfcfe 100%);
	border: 1px solid #e5eaf1;
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
	gap: 0;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	overflow: hidden;
	padding: 0;
}

.az-home-seo__intro-copy {
	padding: 42px 46px;
}

.az-home-seo__intro-copy h3 {
	align-items: center;
	color: #d90416;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.06em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.az-home-seo__intro-copy h3::before {
	background: #d90416;
	content: "";
	display: inline-block;
	height: 2px;
	margin-right: 12px;
	width: 28px;
}

.az-home-seo__intro-copy h2 {
	color: #101828;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 18px;
	max-width: 620px;
}

.az-home-seo__intro-copy p {
	color: #667085;
	font-size: 17px;
	line-height: 1.78;
	margin: 0;
	max-width: 690px;
}

.az-home-seo__intro-title {
	align-content: center;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(27, 36, 55, 0.98)),
		#0f172a;
	border-left: 0;
	color: #ffffff;
	display: grid;
	min-height: 100%;
	padding: 42px 46px;
	position: relative;
}

.az-home-seo__intro-title::after {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	content: "";
	height: 150px;
	position: absolute;
	right: -58px;
	top: -58px;
	width: 150px;
}

.az-home-seo__intro-title span {
	color: #ff6b6b;
	display: block;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.12em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.az-home-seo__intro-title h2 {
	color: #ffffff;
	font-size: clamp(36px, 4.5vw, 58px);
	font-weight: 950;
	line-height: 0.98;
	margin: 0 0 18px;
	max-width: 520px;
}

.az-home-seo__intro-title p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
	max-width: 480px;
}

.az-home-seo__intro-points {
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-home-seo__aside-item {
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid #e7edf3;
	border-radius: 18px;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.055);
	display: grid;
	gap: 14px;
	grid-template-columns: auto 1fr;
	padding: 20px;
}

.az-home-seo__aside-item strong {
	align-items: center;
	background: #fff1f2;
	border-radius: 999px;
	color: #d90416;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	height: 34px;
	justify-content: center;
	letter-spacing: 0;
	margin: 0;
	width: 34px;
}

.az-home-seo__aside-item span {
	color: #344054;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.65;
}

.az-home-seo__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.az-home-seo-card {
	background: #ffffff;
	border: 1px solid #e7edf3;
	border-radius: 18px;
	border-top: 0;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.052);
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-height: 188px;
	padding: 22px;
	position: relative;
}

.az-home-seo-card:hover {
	border-color: rgba(217, 4, 22, 0.3);
	box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
	transform: translateY(-3px);
}

.az-home-seo-card::before {
	background: #d90416;
	border-radius: 18px 18px 0 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.az-home-seo-card__number {
	align-items: center;
	background: #0f172a;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.az-home-seo-card h2,
.az-home-seo-card h3 {
	color: #111827;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.24;
	margin: 0;
}

.az-home-seo-card__topics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
}

.az-home-seo-card h4 {
	background: #fff5f5;
	border: 1px solid #fee2e2;
	border-radius: 999px;
	color: #d90416;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.35;
	margin: 0;
	padding: 7px 10px;
}

@media (max-width: 1100px) {
	.az-home-seo__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.az-home-seo__intro-header,
	.az-home-seo__intro-points {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 640px) {
	.az-home-seo {
		padding-bottom: 58px;
		padding-top: 58px;
	}

	.az-home-seo__intro-copy,
	.az-home-seo__intro-title {
		padding: 28px 22px;
	}

	.az-home-seo__intro-copy h2,
	.az-home-seo__intro-title h2 {
		font-size: 34px;
	}

	.az-home-seo__aside-item {
		padding: 18px;
	}

	.az-home-seo__grid {
		grid-template-columns: 1fr;
	}

	.az-home-seo-card {
		min-height: 0;
		padding: 20px;
	}
}

/* Modern homepage FAQ accordion. */
.az-home-faq {
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	padding: 84px 0;
	position: relative;
}

/* ── FAQ Heading ── */
.az-home-faq__heading {
	margin: 0 auto 52px;
	max-width: 800px;
	text-align: center;
}

.az-home-faq__heading > span {
	align-items: center;
	background: rgba(217, 4, 22, 0.07);
	border: 1px solid rgba(217, 4, 22, 0.18);
	border-radius: 999px;
	color: #d90416;
	display: inline-flex;
	font-size: 11.5px;
	font-weight: 900;
	letter-spacing: 0.13em;
	margin-bottom: 20px;
	padding: 6px 14px;
	text-transform: uppercase;
}

/* FAQ section h3 — balanced, not too dominant */
.az-home-faq__heading h3 {
	color: #101828;
	font-size: clamp(26px, 3.2vw, 42px);
	font-weight: 950;
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin: 0 auto 0;
}

/* Accent line below heading */
.az-home-faq__heading h3::after {
	background: linear-gradient(90deg, transparent, #d90416 40%, transparent);
	border-radius: 999px;
	content: "";
	display: block;
	height: 2px;
	margin: 20px auto 0;
	width: 72px;
}

.az-home-faq__heading p {
	color: #667085;
	font-size: 16px;
	line-height: 1.78;
	margin: 16px auto 0;
	max-width: 680px;
}

/* ── FAQ List & Items ── */
.az-home-faq__list {
	display: grid;
	gap: 12px;
	margin: 0 auto;
	max-width: 1040px;
}

.az-home-faq__item {
	background: #ffffff;
	border: 1px solid #e9edf3;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.az-home-faq__item[open] {
	border-color: rgba(217, 4, 22, 0.2);
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

.az-home-faq__item summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 16px;
	grid-template-columns: auto 1fr auto;
	list-style: none;
	padding: 22px 26px;
	transition: background 0.18s ease;
}

.az-home-faq__item summary:hover {
	background: #fafafa;
}

.az-home-faq__item::-webkit-details-marker,
.az-home-faq__item summary::-webkit-details-marker {
	display: none;
}

/* Number badge — brand red */
.az-home-faq__item summary > span {
	align-items: center;
	background: rgba(217, 4, 22, 0.08);
	border-radius: 10px;
	color: #d90416;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	height: 38px;
	justify-content: center;
	letter-spacing: 0.04em;
	width: 38px;
}

.az-home-faq__item[open] summary > span {
	background: #d90416;
	color: #ffffff;
}

/* FAQ question — sentence case, balanced weight */
.az-home-faq__item summary h2 {
	color: #101828;
	font-size: clamp(16px, 1.8vw, 22px);
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin: 0;
	text-transform: none;
}

.az-home-faq__item[open] summary h2 {
	color: #d90416;
}

/* +/- icon */
.az-home-faq__item summary i {
	border: 1.5px solid rgba(217, 4, 22, 0.35);
	border-radius: 999px;
	flex-shrink: 0;
	height: 36px;
	position: relative;
	transition: background 0.2s ease, border-color 0.2s ease;
	width: 36px;
}

.az-home-faq__item[open] summary i {
	background: #d90416;
	border-color: #d90416;
}

.az-home-faq__item summary i::before,
.az-home-faq__item summary i::after {
	background: #d90416;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.az-home-faq__item[open] summary i::before,
.az-home-faq__item[open] summary i::after {
	background: #ffffff;
}

.az-home-faq__item summary i::before {
	height: 1.5px;
	width: 14px;
}

.az-home-faq__item summary i::after {
	height: 14px;
	transition: opacity 160ms ease, transform 160ms ease;
	width: 1.5px;
}

.az-home-faq__item[open] summary i::after {
	opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}

/* ── FAQ Body ── */
.az-home-faq__body {
	border-top: 1px solid #f1f3f7;
	padding: 0 26px 26px 80px;
}

.az-home-faq__body p {
	color: #475467;
	font-size: 15.5px;
	font-weight: 450;
	line-height: 1.85;
	margin: 20px 0 0;
	max-width: 860px;
}

/* ── Steps & Requirements ── */
.az-home-faq__steps,
.az-home-faq__requirements {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

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

.az-home-faq__steps li,
.az-home-faq__requirements li {
	background: #f8fafc;
	border: 1px solid #e9edf3;
	border-radius: 12px;
	color: #344054;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.65;
	padding: 14px 16px;
}

.az-home-faq__steps li {
	display: grid;
	gap: 8px;
}

.az-home-faq__steps strong {
	color: #d90416;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

/* ── Event Types Grid ── */
.az-home-faq__types {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 20px;
}

.az-home-faq__types article {
	background: #f8fafc;
	border: 1px solid #e9edf3;
	border-radius: 12px;
	padding: 14px 16px;
}

.az-home-faq__types h3 {
	color: #101828;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 10px;
}

.az-home-faq__types h4 {
	background: #fff5f5;
	border: 1px solid #fee2e2;
	border-radius: 999px;
	color: #d90416;
	display: inline-flex;
	font-size: 11.5px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 6px 6px 0;
	padding: 5px 10px;
}

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

.az-home-faq__requirements li::before {
	background: #d90416;
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 6px;
	margin-right: 10px;
	vertical-align: 2px;
	width: 6px;
}

@media (max-width: 1024px) {
	.az-home-faq__steps,
	.az-home-faq__types {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.az-home-faq {
		padding: 58px 0;
	}

	.az-home-faq__heading {
		margin-bottom: 28px;
		text-align: left;
	}

	.az-home-faq__heading h3::after {
		margin-left: 0;
		width: 120px;
	}

	.az-home-faq__item summary {
		gap: 12px;
		grid-template-columns: auto 1fr auto;
		padding: 20px 18px;
	}

	.az-home-faq__item summary > span,
	.az-home-faq__item summary i {
		height: 34px;
		width: 34px;
	}

	.az-home-faq__item summary h2 {
		font-size: 19px;
	}

	.az-home-faq__body {
		padding: 0 18px 22px;
	}

	.az-home-faq__body p {
		font-size: 16px;
	}

	.az-home-faq__steps,
	.az-home-faq__types,
	.az-home-faq__requirements {
		grid-template-columns: 1fr;
	}
}

/* FAQ split-panel variant. */
.az-home-faq {
	background:
		radial-gradient(circle at 8% 18%, rgba(217, 4, 22, 0.08), transparent 24%),
		linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
	padding: 96px 0;
}

.az-home-faq__layout {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.35fr);
}

.az-home-faq__heading {
	background:
		radial-gradient(circle at 20% 0%, rgba(239, 29, 47, 0.28), transparent 34%),
		linear-gradient(145deg, #070b16 0%, #111827 58%, #2a0b10 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
	margin: 0;
	max-width: none;
	overflow: hidden;
	padding: 42px;
	position: sticky;
	text-align: left;
	top: 112px;
}

.az-home-faq__heading::after {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	content: "";
	height: 180px;
	position: absolute;
	right: -70px;
	top: -70px;
	width: 180px;
}

.az-home-faq__heading > span {
	background: rgba(239, 29, 47, 0.14);
	border-color: rgba(255, 255, 255, 0.18);
	color: #ff6b6b;
}

.az-home-faq__heading h3 {
	color: #ffffff;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.02;
	margin-bottom: 22px;
}

.az-home-faq__heading h3::after {
	background: #ef1d2f;
	margin: 20px 0 0;
	width: 92px;
}

.az-home-faq__heading p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	line-height: 1.78;
	margin: 0;
}

.az-home-faq__meta {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.az-home-faq__meta div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	padding: 18px;
}

.az-home-faq__meta strong {
	color: #ffffff;
	display: block;
	font-size: 34px;
	font-weight: 950;
	line-height: 1;
	margin-bottom: 8px;
}

.az-home-faq__meta span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.4;
}

.az-home-faq__cta {
	align-items: center;
	background: #ef1d2f;
	border-radius: 999px;
	box-shadow: 0 18px 42px rgba(239, 29, 47, 0.28);
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 950;
	justify-content: center;
	margin-top: 24px;
	min-height: 48px;
	padding: 0 20px;
}

.az-home-faq__cta:hover {
	color: #ffffff;
	transform: translateY(-1px);
}

.az-home-faq__list {
	gap: 14px;
	margin: 0;
	max-width: none;
}

.az-home-faq__item {
	border: 1px solid #e7edf3;
	border-radius: 22px;
	box-shadow: 0 18px 54px rgba(15, 23, 42, 0.06);
}

.az-home-faq__item[open] {
	background:
		linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
	border-color: rgba(239, 29, 47, 0.28);
	box-shadow: 0 28px 72px rgba(15, 23, 42, 0.11);
}

.az-home-faq__item summary {
	padding: 24px 26px;
}

.az-home-faq__item summary > span {
	background: #fff1f2;
	color: #d90416;
}

.az-home-faq__item[open] summary > span {
	background: #0f172a;
	color: #ffffff;
}

.az-home-faq__item summary h2 {
	font-size: clamp(20px, 2.1vw, 28px);
}

.az-home-faq__body {
	padding: 0 26px 28px 86px;
}

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

.az-home-faq__types {
	max-height: 520px;
	overflow: auto;
	padding-right: 6px;
}

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

	.az-home-faq__heading {
		position: relative;
		top: auto;
	}
}

@media (max-width: 720px) {
	.az-home-faq {
		padding: 62px 0;
	}

	.az-home-faq__heading {
		border-radius: 22px;
		padding: 28px 22px;
	}

	.az-home-faq__meta {
		grid-template-columns: 1fr;
	}

	.az-home-faq__item summary {
		padding: 18px;
	}

	.az-home-faq__body {
		padding: 0 18px 22px;
	}

	.az-home-faq__steps,
	.az-home-faq__types {
		grid-template-columns: 1fr;
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}
}

/* FAQ classic line-list variant. */
.az-home-faq {
	background: #ffffff;
	padding: 92px 0 96px;
}

.az-home-faq__layout {
	display: block;
}

.az-home-faq__heading {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0 auto 58px;
	max-width: 960px;
	overflow: visible;
	padding: 0;
	position: relative;
	text-align: center;
	top: auto;
}

.az-home-faq__heading::after {
	display: none;
}

.az-home-faq__heading h3 {
	color: #050505;
	font-size: clamp(34px, 4.1vw, 54px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
}

.az-home-faq__heading h3::after {
	background: #ef1d2f;
	border-radius: 999px;
	content: "";
	display: block;
	height: 2px;
	margin: 18px auto 0;
	width: min(360px, 42vw);
}

.az-home-faq__list {
	border-top: 3px solid #e8ef25;
	display: block;
	margin: 0 auto;
	max-width: 1040px;
}

.az-home-faq__item {
	background: transparent;
	border: 0;
	border-bottom: 2px solid #111111;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.az-home-faq__item[open] {
	background: transparent;
	border-color: #111111;
	box-shadow: none;
}

.az-home-faq__item summary {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: auto 1fr auto;
	list-style: none;
	padding: 28px 0;
}

.az-home-faq__item summary::-webkit-details-marker {
	display: none;
}

.az-home-faq__item summary > span {
	align-items: center;
	background: #fff1f2;
	border: 1px solid #fecdd3;
	border-radius: 999px;
	color: #c5261c;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.az-home-faq__item[open] summary > span {
	background: #c5261c;
	border-color: #c5261c;
	color: #ffffff;
}

.az-home-faq__item summary h2 {
	color: #c5261c;
	font-size: clamp(22px, 2.3vw, 30px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.az-home-faq__item summary i {
	border: 0;
	border-radius: 0;
	height: 30px;
	position: relative;
	width: 30px;
}

.az-home-faq__item summary i::before,
.az-home-faq__item summary i::after {
	background: #c5261c;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.az-home-faq__item summary i::before {
	height: 4px;
	width: 26px;
}

.az-home-faq__item summary i::after {
	height: 26px;
	transition: opacity 160ms ease;
	width: 4px;
}

.az-home-faq__item[open] summary i::after {
	opacity: 0;
}

.az-home-faq__body {
	border-top: 0;
	margin-top: -6px;
	padding: 0 60px 30px 54px;
}

.az-home-faq__body p {
	color: #4b5563;
	font-size: 17px;
	line-height: 1.82;
	margin: 0;
	max-width: 900px;
}

.az-home-faq__steps,
.az-home-faq__requirements {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.az-home-faq__steps li,
.az-home-faq__requirements li {
	background: #fafafa;
	border: 1px solid #eceff3;
	border-radius: 10px;
	color: #374151;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.58;
	padding: 14px;
}

.az-home-faq__steps strong {
	color: #c5261c;
	display: block;
	font-size: 12px;
	font-weight: 950;
	margin-bottom: 7px;
}

.az-home-faq__types {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 22px;
	max-height: 420px;
	overflow: auto;
	padding-right: 8px;
}

.az-home-faq__types article {
	background: #fafafa;
	border: 1px solid #eceff3;
	border-radius: 10px;
	padding: 14px;
}

.az-home-faq__types h3 {
	color: #111827;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.3;
	margin: 0 0 10px;
}

.az-home-faq__types h4 {
	background: #fff5f5;
	border: 1px solid #fee2e2;
	border-radius: 999px;
	color: #c5261c;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.35;
	margin: 0 6px 8px 0;
	padding: 6px 9px;
}

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

.az-home-faq__requirements li::before {
	background: #c5261c;
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 7px;
	margin-right: 10px;
	vertical-align: 2px;
	width: 7px;
}

@media (max-width: 860px) {
	.az-home-faq__steps,
	.az-home-faq__types,
	.az-home-faq__requirements {
		grid-template-columns: 1fr;
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}
}

@media (max-width: 720px) {
	.az-home-faq {
		padding: 64px 0 70px;
	}

	.az-home-faq__heading {
		margin-bottom: 38px;
		text-align: left;
	}

	.az-home-faq__heading h3::after {
		margin-left: 0;
		width: 150px;
	}

	.az-home-faq__item summary {
		gap: 12px;
		grid-template-columns: 1fr auto;
		padding: 22px 0;
	}

	.az-home-faq__item summary > span {
		display: none;
	}

	.az-home-faq__item summary h2 {
		font-size: 19px;
	}

	.az-home-faq__body {
		padding: 0 0 24px;
	}
}

/* FAQ event types should read like source content, not summary cards. */
.az-home-faq__types {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr;
	max-height: none;
	overflow: visible;
	padding-right: 0;
}

.az-home-faq__types article {
	background: #ffffff;
	border: 1px solid #eef2f7;
	border-left: 4px solid #c5261c;
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.035);
	padding: 22px 24px;
}

.az-home-faq__types h3 {
	color: #111827;
	font-size: 20px;
	font-weight: 950;
	line-height: 1.25;
	margin: 0 0 12px;
}

.az-home-faq__types article > p {
	color: #4b5563;
	font-size: 15px;
	line-height: 1.78;
	margin: 0 0 14px;
	max-width: 920px;
}

.az-home-faq__types h4 {
	background: #fff7f7;
	border: 1px solid #fee2e2;
	border-radius: 999px;
	color: #c5261c;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.35;
	margin: 0 8px 8px 0;
	padding: 7px 10px;
}

@media (max-width: 720px) {
	.az-home-faq__types article {
		padding: 18px;
	}

	.az-home-faq__types h3 {
		font-size: 18px;
	}
}

/* Homepage services: keep all cards consistent instead of making the first item look broken. */
.az-home--stage .az-home-service-grid,
.az-home--corporate .az-home-service-grid,
.az-home--immersive .az-home-service-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-home--stage .az-home-service-card,
.az-home--corporate .az-home-service-card,
.az-home--immersive .az-home-service-card,
.az-home--stage .az-home-service-card:first-child,
.az-home--corporate .az-home-service-card:first-child,
.az-home--immersive .az-home-service-card:first-child {
	display: flex;
	flex-direction: column;
	grid-column: auto;
	grid-template-columns: none;
}

.az-home--stage .az-home-service-card:first-child .az-home-service-card__image img,
.az-home--corporate .az-home-service-card:first-child .az-home-service-card__image img,
.az-home--immersive .az-home-service-card:first-child .az-home-service-card__image img {
	aspect-ratio: 16 / 9;
	height: auto;
}

.az-home--stage .az-home-service-card:first-child .az-home-service-card__content,
.az-home--corporate .az-home-service-card:first-child .az-home-service-card__content,
.az-home--immersive .az-home-service-card:first-child .az-home-service-card__content {
	align-content: normal;
	display: flex;
	padding: 24px 24px 26px;
}

@media (max-width: 1180px) {
	.az-home--stage .az-home-service-grid,
	.az-home--corporate .az-home-service-grid,
	.az-home--immersive .az-home-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.az-home--stage .az-home-service-grid,
	.az-home--corporate .az-home-service-grid,
	.az-home--immersive .az-home-service-grid {
		grid-template-columns: 1fr;
	}
}

/* Mobile FAQ sizing: prevent oversized headings and horizontal overflow. */
@media (max-width: 720px) {
	.az-home-faq {
		overflow: hidden;
		padding: 54px 0 64px;
	}

	.az-home-faq__heading {
		margin-bottom: 30px;
		max-width: 100%;
		text-align: left;
	}

	.az-home-faq__heading h3 {
		font-size: clamp(30px, 8.6vw, 38px) !important;
		line-height: 1.1;
		max-width: 100%;
		overflow-wrap: break-word;
	}

	.az-home-faq__heading h3::after {
		height: 3px;
		margin: 16px 0 0;
		width: 126px;
	}

	.az-home-faq__list {
		max-width: 100%;
	}

	.az-home-faq__item summary {
		gap: 12px;
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 20px 0;
	}

	.az-home-faq__item summary h2 {
		font-size: 22px !important;
		line-height: 1.22;
		max-width: 100%;
		overflow-wrap: break-word;
	}

	.az-home-faq__item summary i {
		height: 28px;
		width: 28px;
	}

	.az-home-faq__item summary i::before {
		height: 3px;
		width: 22px;
	}

	.az-home-faq__item summary i::after {
		height: 22px;
		width: 3px;
	}

	.az-home-faq__body {
		padding: 0 0 24px;
	}

	.az-home-faq__body p {
		font-size: 17px;
		line-height: 1.72;
	}
}

@media (max-width: 390px) {
	.az-home-faq__heading h3 {
		font-size: 29px !important;
	}

	.az-home-faq__item summary h2 {
		font-size: 20px !important;
	}

	.az-home-faq__body p {
		font-size: 16px;
	}
}

/* Homepage projects: keep thumbnails at one fixed ratio across all cards. */
.az-home-project-card__image {
	aspect-ratio: 16 / 10;
}

.az-home-project-card__image img,
.az-home--stage .az-home-project-card:first-child .az-home-project-card__image img,
.az-home--corporate .az-home-project-card:first-child .az-home-project-card__image img,
.az-home--immersive .az-home-project-card:first-child .az-home-project-card__image img {
	aspect-ratio: 16 / 10;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.az-home--stage .az-home-project-card:first-child,
.az-home--corporate .az-home-project-card:first-child,
.az-home--immersive .az-home-project-card:first-child {
	display: flex;
	flex-direction: column;
	grid-column: span 3;
	grid-template-columns: none;
}

@media (max-width: 1180px) {
	.az-home--stage .az-home-project-card:first-child,
	.az-home--corporate .az-home-project-card:first-child,
	.az-home--immersive .az-home-project-card:first-child {
		grid-column: auto;
	}
}

/* FAQ typography tuning for a calmer desktop rhythm. */
.az-home-faq {
	padding: 82px 0 88px;
}

.az-home-faq__heading {
	margin-bottom: 52px;
	max-width: 820px;
}

.az-home-faq__heading h3 {
	font-size: clamp(38px, 3.2vw, 52px) !important;
	letter-spacing: 0;
	line-height: 1.08;
}

.az-home-faq__heading h3::after {
	height: 2px;
	margin-top: 20px;
	width: 300px;
}

.az-home-faq__list {
	max-width: 1120px;
}

.az-home-faq__item summary {
	gap: 18px;
	padding: 26px 0;
}

.az-home-faq__item summary > span {
	font-size: 12px;
	height: 36px;
	width: 36px;
}

.az-home-faq__item summary h2 {
	font-size: clamp(24px, 2vw, 34px) !important;
	letter-spacing: 0;
	line-height: 1.18;
}

.az-home-faq__body {
	padding: 0 72px 32px 58px;
}

.az-home-faq__body p {
	color: #4b5563;
	font-size: 17px;
	line-height: 1.82;
	max-width: 840px;
}

@media (max-width: 900px) {
	.az-home-faq__heading h3 {
		font-size: clamp(34px, 5.6vw, 44px) !important;
	}

	.az-home-faq__item summary h2 {
		font-size: clamp(22px, 3.4vw, 28px) !important;
	}

	.az-home-faq__body {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Single post typography tuning. */
.np-single-page .np-content-layout.no-sidebar {
	grid-template-columns: minmax(0, 1000px);
}

.np-single-page .np-content-layout.has-sidebar.sidebar-right {
	gap: 34px;
	grid-template-columns: minmax(0, 900px) 300px;
}

.np-single-page .np-content-layout.has-sidebar.sidebar-left {
	gap: 34px;
	grid-template-columns: 300px minmax(0, 900px);
}

.np-single {
	padding: clamp(28px, 3vw, 44px);
}

.np-single .np-entry-header {
	margin-bottom: 28px;
}

.np-single .np-entry-title {
	color: #111827;
	font-size: clamp(30px, 2.45vw, 39px) !important;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 14px;
	max-width: none;
	text-wrap: auto;
	width: 100%;
}

.np-single-page .np-content-layout.has-sidebar .np-single .np-entry-title {
	font-size: clamp(29px, 2.25vw, 36px) !important;
	max-width: none;
}

.np-single .np-entry-header > .mb-5 {
	margin-bottom: 12px;
}

.np-single .np-entry-header .inline-flex {
	border-radius: 8px;
	display: inline-flex;
	font-size: 12px;
	letter-spacing: 0.04em;
	line-height: 1.25;
	max-width: 100%;
	padding: 6px 9px;
	white-space: normal;
}

.np-single .np-entry-meta {
	color: #667085;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 0;
}

.np-single .np-entry-meta a {
	color: #111827;
	font-weight: 900;
}

.np-entry-summary {
	color: #4b5563;
	font-size: 16.5px;
	font-weight: 500;
	line-height: 1.76;
	margin-top: 20px;
	max-width: 740px;
}

.np-single .np-featured-image {
	border-radius: 18px;
	margin-bottom: 34px;
}

.np-single .np-featured-image img {
	aspect-ratio: 16 / 9;
	max-height: 520px;
}

.np-entry-content {
	color: #273142;
	font-size: 17px;
	font-weight: 450;
	line-height: 1.86;
	max-width: 740px;
}

.np-entry-content p {
	margin-bottom: 1.35em;
}

.np-entry-content h2 {
	font-size: 30px;
	line-height: 1.22;
	margin-bottom: 0.65em;
	margin-top: 1.8em;
}

.np-entry-content h3 {
	font-size: 23px;
	line-height: 1.28;
	margin-bottom: 0.6em;
	margin-top: 1.6em;
}

.np-entry-content h4 {
	color: #111827;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.32;
	margin: 1.45em 0 0.55em;
}

.np-entry-content ul,
.np-entry-content ol {
	margin-bottom: 1.35em;
	padding-left: 0.2em;
}

.np-entry-content li + li {
	margin-top: 0.45em;
}

.np-entry-content blockquote {
	background: #f8fafc;
	border-left-width: 3px;
	border-radius: 0 14px 14px 0;
	color: #475569;
	font-size: 19px;
	line-height: 1.7;
	margin: 1.8em 0;
	padding: 18px 22px;
}

@media (max-width: 900px) {
	.np-single .np-entry-title {
		font-size: clamp(30px, 6vw, 36px) !important;
		line-height: 1.17;
	}

	.np-entry-summary {
		font-size: 16px;
		line-height: 1.68;
	}

	.np-entry-content {
		font-size: 16px;
		line-height: 1.78;
	}
}

@media (max-width: 640px) {
	.np-single {
		border-radius: 20px;
		padding: 22px 18px;
	}

	.np-single .np-entry-header {
		margin-bottom: 22px;
	}

	.np-single .np-entry-title {
		font-size: clamp(26px, 7.6vw, 31px) !important;
		line-height: 1.18;
		margin-bottom: 14px;
	}

	.np-single .np-entry-meta {
		font-size: 12px;
		gap: 6px;
	}

	.np-entry-summary {
		font-size: 16px;
		line-height: 1.68;
		margin-top: 18px;
	}

	.np-single .np-featured-image {
		border-radius: 16px;
		margin-bottom: 26px;
	}

	.np-entry-content {
		font-size: 16px;
		line-height: 1.76;
	}

	.np-entry-content h2 {
		font-size: 26px;
		line-height: 1.24;
	}

	.np-entry-content h3 {
		font-size: 22px;
		line-height: 1.28;
	}

	.np-entry-content blockquote {
		font-size: 16px;
		padding: 15px 17px;
	}

	.np-inline-related-posts {
		margin: 28px 0 32px;
		padding-bottom: 22px;
	}

	.np-inline-related-posts__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.np-inline-related-posts__head::after {
		width: 100%;
	}

	.np-entry-content .np-inline-related-posts h2 {
		font-size: 19px;
	}

	.np-inline-related-posts__list a {
		font-size: 14px;
	}
}

/* Final mobile guard: these rules sit last to prevent older desktop blocks from winning. */
@media (max-width: 900px) {
	.np-single-page {
		max-width: 100%;
		overflow-x: hidden;
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	.np-single-page .np-content-layout,
	.np-single-page .np-content-layout.has-sidebar.sidebar-left,
	.np-single-page .np-content-layout.has-sidebar.sidebar-right,
	.np-single-page .np-content-layout.no-sidebar {
		display: grid;
		gap: 22px;
		grid-template-columns: minmax(0, 1fr) !important;
		width: 100%;
	}

	.np-single-page .np-single,
	.np-single-page .np-sidebar {
		min-width: 0;
		width: 100%;
	}

	.np-single-page .np-single {
		order: 1;
	}

	.np-single-page .np-sidebar {
		order: 2;
	}

	.np-single-page .np-sidebar-quote,
	.np-single-page .np-sidebar-posts {
		max-width: 100%;
	}

	.np-single-page .np-single .np-entry-title,
	.np-single-page .np-content-layout.has-sidebar .np-single .np-entry-title {
		font-size: clamp(28px, 7vw, 36px) !important;
		line-height: 1.12;
		max-width: 100%;
		overflow-wrap: anywhere;
		text-wrap: auto;
	}

	.np-single-page .np-entry-content,
	.np-single-page .np-entry-summary {
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.np-single-page {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.np-single-page .np-single {
		border-radius: 16px;
		padding: 20px 14px;
	}

	.np-single-page .np-entry-header .mb-5 {
		margin-bottom: 12px;
	}

	.np-single-page .np-entry-header .inline-flex {
		max-width: 100%;
		white-space: normal;
	}

	.np-single-page .np-single .np-entry-title,
	.np-single-page .np-content-layout.has-sidebar .np-single .np-entry-title {
		font-size: clamp(26px, 8.2vw, 31px) !important;
		letter-spacing: 0;
		line-height: 1.14;
	}

	.np-single-page .np-sidebar-quote {
		border-radius: 16px;
		padding: 26px 22px;
	}

	.np-single-page .np-sidebar-quote h2 {
		font-size: 28px;
		line-height: 1.12;
	}

	.np-single-page .np-sidebar-quote p {
		font-size: 16px;
		line-height: 1.62;
	}
}

/* Single post final layout fix. Keep after previous single responsive blocks. */
.np-single-page {
	max-width: 1320px;
	padding-bottom: 64px;
}

.np-single-page .np-content-layout,
.np-single-page .np-content-layout.has-sidebar.sidebar-right {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 860px) minmax(260px, 300px) !important;
	justify-content: center;
}

.np-single-page .np-content-layout.has-sidebar.sidebar-left {
	grid-template-columns: minmax(260px, 300px) minmax(0, 860px) !important;
}

.np-single-page .np-content-layout.no-sidebar {
	grid-template-columns: minmax(0, 900px) !important;
}

.np-single-page .np-single {
	background: #ffffff;
	border: 1px solid #e6ebf2;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
	min-width: 0;
	padding: clamp(26px, 2.6vw, 40px);
	width: 100%;
}

.np-single-page .np-sidebar {
	min-width: 0;
	position: sticky;
	top: 96px;
	width: 100%;
}

.np-single-page .np-entry-header {
	border-bottom: 1px solid #eef2f7;
	margin-bottom: 28px;
	padding-bottom: 22px;
}

.np-single-page .np-entry-title,
.np-single-page .np-content-layout.has-sidebar .np-single .np-entry-title {
	color: #111827;
	font-size: clamp(32px, 2.2vw, 40px) !important;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0 0 14px;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.np-single-page .np-entry-summary,
.np-single-page .np-entry-content,
.np-single-page .np-share-bar,
.np-single-page .np-post-tags,
.np-single-page .np-author-box,
.np-single-page .np-related-posts,
.np-single-page .np-prev-next {
	max-width: 100%;
}

.np-single-page .np-entry-content {
	color: #273142;
	font-size: 17px;
	line-height: 1.82;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.np-single-page .np-entry-content p {
	margin: 0 0 1.25em;
}

.np-single-page .np-entry-content figure,
.np-single-page .np-entry-content .wp-block-image {
	margin: 28px 0;
	max-width: 100%;
}

.np-single-page .np-entry-content img {
	border-radius: 12px;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: auto;
}

.np-single-page .np-entry-content figure img,
.np-single-page .np-entry-content .wp-block-image img,
.np-single-page .np-featured-image img {
	width: 100%;
}

.np-single-page .np-entry-content figcaption,
.np-single-page .wp-caption-text {
	color: #64748b;
	font-size: 13px;
	line-height: 1.55;
	margin-top: 8px;
	text-align: center;
}

.np-single-page .np-entry-content h2 {
	font-size: clamp(25px, 1.7vw, 31px);
	line-height: 1.25;
	margin: 1.7em 0 0.65em;
}

.np-single-page .np-entry-content h3 {
	font-size: clamp(21px, 1.35vw, 25px);
	line-height: 1.28;
	margin: 1.55em 0 0.58em;
}

.np-single-page .np-inline-related-posts {
	background: #fffaf0;
	border: 1px solid #f7d58a;
	border-radius: 14px;
	margin: 30px 0;
	padding: 18px;
}

.np-single-page .np-sidebar-quote,
.np-single-page .np-sidebar-posts,
.np-single-page .np-sidebar .np-widget {
	border-radius: 16px;
}

@media (min-width: 1440px) {
	.np-single-page .np-content-layout,
	.np-single-page .np-content-layout.has-sidebar.sidebar-right {
		grid-template-columns: minmax(0, 920px) minmax(280px, 320px) !important;
	}

	.np-single-page .np-content-layout.has-sidebar.sidebar-left {
		grid-template-columns: minmax(280px, 320px) minmax(0, 920px) !important;
	}
}

@media (max-width: 1024px) {
	.np-single-page .np-content-layout,
	.np-single-page .np-content-layout.has-sidebar.sidebar-left,
	.np-single-page .np-content-layout.has-sidebar.sidebar-right,
	.np-single-page .np-content-layout.no-sidebar {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.np-single-page .np-sidebar {
		position: static;
	}
}

@media (max-width: 720px) {
	.az-home-faq {
		overflow-x: hidden;
		padding: 48px 0 58px;
	}

	.az-home-faq .np-container {
		max-width: 100%;
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	.az-home-faq__heading {
		margin-bottom: 28px;
		max-width: 100%;
		text-align: left;
	}

	.az-home-faq__heading h3 {
		font-size: clamp(30px, 8vw, 36px) !important;
		letter-spacing: 0;
		line-height: 1.08;
		max-width: 11.5em;
		overflow-wrap: break-word;
	}

	.az-home-faq__heading h3::after {
		height: 3px;
		margin: 16px 0 0;
		width: min(210px, 72vw);
	}

	.az-home-faq__list {
		max-width: 100%;
		overflow: hidden;
	}

	.az-home-faq__item summary {
		align-items: center;
		gap: 12px;
		grid-template-columns: minmax(0, 1fr) 30px;
		padding: 20px 0;
	}

	.az-home-faq__item summary > span {
		display: none;
	}

	.az-home-faq__item summary h2 {
		font-size: clamp(21px, 5.4vw, 25px) !important;
		letter-spacing: 0;
		line-height: 1.16;
		max-width: 100%;
		overflow-wrap: break-word;
	}

	.az-home-faq__item summary i {
		height: 30px;
		width: 30px;
	}

	.az-home-faq__body {
		padding: 0 0 24px;
	}

	.az-home-faq__body p {
		font-size: 16px !important;
		line-height: 1.72;
		max-width: 100%;
	}

	.az-home-faq__types,
	.az-home-faq__requirements,
	.az-home-faq__steps {
		grid-template-columns: minmax(0, 1fr) !important;
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}
}

@media (max-width: 390px) {
	.az-home-faq .np-container {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.az-home-faq__heading h3 {
		font-size: 29px !important;
		max-width: 10.8em;
	}

	.az-home-faq__item summary h2 {
		font-size: 21px !important;
	}
}

/* Final mobile header: compact top row with a right-side offcanvas menu. */
@media (max-width: 720px) {
	.np-site-header {
		max-width: 100vw;
		overflow: visible;
		z-index: 80;
	}

	body.np-mobile-menu-open {
		overflow: hidden;
	}

	body.np-mobile-menu-open::before {
		background: rgba(2, 6, 23, 0.58);
		content: "";
		inset: 0;
		position: fixed;
		z-index: 79;
	}

	.np-site-header--home .np-container,
	.np-site-header > .np-container {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.np-site-header--home .np-header-inner,
	.np-header-inner {
		display: grid !important;
		gap: 12px;
		grid-template-columns: minmax(0, 1fr) auto auto !important;
		min-height: 0;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.np-site-branding {
		min-width: 0;
		order: 1;
	}

	.np-logo img {
		max-height: 58px;
		max-width: 132px;
		object-fit: contain;
	}

	.np-site-header--home .np-logo,
	.np-logo {
		font-size: 22px;
		gap: 8px;
		min-width: 0;
	}

	.az-site-logo-mark {
		height: 34px;
		width: 28px;
	}

	.az-site-logo-mark::before {
		font-size: 36px;
	}

	.np-header-cta,
	.np-site-header--home .np-header-cta {
		border-radius: 12px;
		font-size: 0;
		height: 42px;
		min-height: 42px;
		order: 2;
		padding: 0;
		width: 116px;
	}

	.np-header-cta::before,
	.np-site-header--home .np-header-cta::before {
		content: "Báo giá";
		font-size: 13px;
		font-weight: 950;
	}

	.np-mobile-menu-toggle {
		display: inline-flex;
		order: 3;
		position: relative;
		z-index: 91;
	}

	.np-mobile-menu-toggle.is-open {
		background: #ef1d2f;
		border-color: #ef1d2f;
		color: #ffffff;
		position: fixed;
		right: 18px;
		top: 18px;
	}

	.np-primary-menu {
		background: #ffffff;
		border: 0;
		border-radius: 22px 0 0 22px;
		box-shadow: -18px 0 46px rgba(15, 23, 42, 0.18);
		color: #111827;
		display: flex;
		flex-direction: column;
		height: 100dvh;
		margin: 0;
		max-height: none;
		opacity: 0;
		order: 4;
		overflow-y: auto;
		padding: 86px 18px 24px;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(104%);
		transition: opacity 180ms ease, transform 240ms ease;
		width: min(84vw, 340px);
		z-index: 90;
	}

	.np-site-header--home .np-primary-menu {
		background: #0a0a0a;
		box-shadow: -18px 0 46px rgba(0, 0, 0, 0.36);
		color: #ffffff;
	}

	.np-site-header--preset-corporate .np-primary-menu,
	.np-site-header--preset-bubble .np-primary-menu,
	.np-site-header--preset-magazine .np-primary-menu {
		background: #ffffff;
		box-shadow: -18px 0 46px rgba(15, 23, 42, 0.18);
		color: #111827;
	}

	.np-primary-menu.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	.np-primary-menu ul,
	.np-site-header--home .np-primary-menu ul {
		align-items: stretch;
		display: grid;
		gap: 4px;
		grid-template-columns: 1fr;
		justify-content: stretch;
		width: 100%;
	}

	.np-primary-menu::before {
		color: currentColor;
		content: "Menu";
		font-size: 13px;
		font-weight: 950;
		left: 18px;
		letter-spacing: 0.12em;
		opacity: 0.52;
		position: absolute;
		text-transform: uppercase;
		top: 28px;
	}

	.np-primary-menu li.menu-item-has-children::after {
		display: none !important;
	}

	.np-primary-menu li {
		width: 100%;
	}

	.np-primary-menu .sub-menu,
	.np-site-header--home .np-primary-menu .sub-menu {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: grid;
		gap: 4px;
		left: auto;
		margin: -2px 0 8px;
		min-width: 0;
		opacity: 1;
		overflow: visible;
		padding: 0 0 0 14px;
		pointer-events: auto;
		position: static;
		top: auto;
		transform: none;
		transition: none;
		visibility: visible;
		width: 100%;
	}

	.np-primary-menu .sub-menu::before,
	.np-primary-menu .sub-menu::after,
	.np-site-header--home .np-primary-menu .sub-menu::before,
	.np-site-header--home .np-primary-menu .sub-menu::after {
		display: none !important;
	}

	.np-primary-menu a,
	.np-site-header--home .np-primary-menu a {
		border-radius: 10px;
		color: inherit;
		display: flex;
		font-size: 15px;
		font-weight: 900;
		justify-content: space-between;
		min-height: 48px;
		padding: 14px;
		width: 100%;
	}

	.np-primary-menu .sub-menu a,
	.np-site-header--home .np-primary-menu .sub-menu a {
		background: transparent;
		border-radius: 9px;
		font-size: 13px;
		font-weight: 850;
		min-height: 40px !important;
		padding: 10px 12px;
	}

	.np-site-header--preset-corporate .np-primary-menu a,
	.np-site-header--preset-bubble .np-primary-menu a,
	.np-site-header--preset-magazine .np-primary-menu a {
		color: inherit;
	}

	.np-primary-menu a:hover,
	.np-primary-menu .current-menu-item > a,
	.np-site-header--home .np-primary-menu li:first-child a,
	.np-site-header--home .np-primary-menu .current-menu-item > a {
		background: rgba(239, 29, 47, 0.1);
		color: #ef1d2f;
	}

	.np-site-header--home .np-primary-menu li:first-child a::after,
	.np-site-header--home .np-primary-menu .current-menu-item > a::after {
		display: none !important;
	}

	.np-site-description,
	.np-header-ad {
		display: none;
	}
}

@media (max-width: 390px) {
	.np-site-header--home .np-container,
	.np-site-header > .np-container {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.np-logo img {
		max-width: 112px;
	}

	.np-header-cta,
	.np-site-header--home .np-header-cta {
		width: 96px;
	}

	.np-header-cta::before,
	.np-site-header--home .np-header-cta::before {
		font-size: 12px;
	}
}

/* Mobile homepage polish from full-page QA export. */
@media (max-width: 720px) {
	.az-home-section,
	.az-home-about,
	.az-home-projects,
	.az-home-videos,
	.az-home-partners,
	.az-home-process {
		padding-bottom: 54px !important;
		padding-top: 54px !important;
	}

	.az-home-capabilities {
		padding: 26px 0 18px;
	}

	.az-home-capabilities__panel {
		border-radius: 18px;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.az-home-capability {
		border-left: 0 !important;
		border-top: 1px solid #eef2f7;
		padding: 18px 12px;
	}

	.az-home-capability:nth-child(1),
	.az-home-capability:nth-child(2) {
		border-top: 0;
	}

	.az-home-capability:nth-child(odd) {
		border-right: 1px solid #eef2f7;
	}

	.az-home-capability__icon {
		font-size: 12px;
		height: 38px;
		margin-bottom: 12px;
		width: 38px;
	}

	.az-home-capability h3,
	.az-home-capability h4 {
		font-size: 13px;
		line-height: 1.28;
		margin-bottom: 6px;
	}

	.az-home-capability p {
		font-size: 12px;
		line-height: 1.48;
	}

	.az-home-about__grid {
		border-radius: 22px;
		padding: 28px 22px;
	}

	.az-home-about h2 {
		font-size: clamp(26px, 7.2vw, 34px);
	}

	.az-home-section-heading {
		margin-bottom: 24px;
	}

	.az-home-section-heading--center h2,
	.az-home-section-heading--split h2 {
		font-size: clamp(27px, 7.4vw, 36px) !important;
		line-height: 1.08;
	}

	.az-home-service-chips {
		gap: 7px;
		justify-content: flex-start;
		margin: -4px 0 24px;
		max-height: 122px;
		overflow: hidden;
	}

	.az-home-service-chips span {
		font-size: 11px;
		padding: 7px 10px;
	}

	.az-home-service-card,
	.az-home-project-card {
		border-radius: 14px;
		box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
	}

	.az-home-service-card__image,
	.az-home-project-card__image {
		background: #f1f5f9;
	}

	.az-home-service-card__image img,
	.az-home-project-card__image img {
		aspect-ratio: 16 / 10 !important;
		height: auto;
		min-height: 168px;
	}

	.az-home-service-card__image > span,
	.az-home-project-card__image > span {
		bottom: 12px;
		left: 12px;
	}

	.az-home-service-card__image > span {
		border-radius: 7px;
		font-size: 12px;
		height: 42px;
		width: 42px;
	}

	.az-home-service-card__content,
	.az-home-project-card__content {
		padding: 20px 18px 22px !important;
	}

	.az-home-service-card__content h3,
	.az-home-project-card__content h3 {
		font-size: 20px;
		line-height: 1.22;
		margin-bottom: 9px;
	}

	.az-home-service-card__content p,
	.az-home-project-card__content p {
		font-size: 14px;
		line-height: 1.62;
		margin-bottom: 18px;
	}

	.az-home-section-heading--split {
		align-items: flex-start;
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.az-home-section-heading--split > a {
		display: inline-flex;
		font-size: 13px;
		justify-self: start;
		margin-top: 0;
	}

	.az-home-video-carousel {
		margin-left: -16px;
		margin-right: -16px;
		max-width: none;
		overflow: hidden;
	}

	.az-home-video-carousel__track {
		display: flex;
		gap: 14px;
		height: auto !important;
		overflow-x: auto;
		padding: 6px 16px 18px;
		position: static;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.az-home-video-carousel__track::-webkit-scrollbar {
		display: none;
	}

	.az-home-video-card,
	.az-home-video-card.is-active,
	.az-home-video-card:not(.is-active) {
		border-radius: 14px;
		flex: 0 0 min(82vw, 330px);
		filter: none;
		height: 190px;
		left: auto;
		opacity: 1;
		position: relative;
		scroll-snap-align: center;
		top: auto;
		transform: none !important;
		width: auto;
	}

	.az-home-video-card img {
		min-height: 190px;
	}

	.az-home-video-card strong {
		font-size: 12px;
		line-height: 1.25;
		padding-right: 14px;
	}

	.az-home-video-carousel__dots {
		margin-top: 4px;
	}

	.az-home-process-list {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.az-home-process-item {
		border-radius: 16px;
		padding: 18px 14px;
	}

	.az-home-process-item::after {
		display: none !important;
	}

	.az-home-process-item > span {
		font-size: 14px;
		height: 42px;
		margin-bottom: 14px;
		width: 42px;
	}

	.az-home-process-item strong {
		font-size: 15px;
		line-height: 1.25;
	}

	.az-home-process-item p {
		font-size: 13px;
		line-height: 1.48;
	}
}

@media (max-width: 390px) {
	.az-home-capabilities__panel,
	.az-home-process-list {
		grid-template-columns: 1fr !important;
	}

	.az-home-capability:nth-child(odd) {
		border-right: 0;
	}

	.az-home-capability:nth-child(2) {
		border-top: 1px solid #eef2f7;
	}
}

/* Homepage desktop UX polish. */
@media (min-width: 1025px) {
	.az-home--stage .az-home-hero {
		min-height: 790px;
	}

	.az-home--stage .az-home-hero__inner {
		min-height: 790px;
		padding-bottom: 72px;
		padding-top: 86px;
	}

	.az-home--stage .az-home-capabilities {
		margin-top: 22px;
		padding-bottom: 58px;
	}

	.az-home-capabilities__panel {
		box-shadow: 0 22px 58px rgba(15, 23, 42, 0.075);
	}

	.az-home-about {
		padding-bottom: 82px;
		padding-top: 10px;
	}

	.az-home-about__grid {
		margin-left: auto;
		margin-right: auto;
		max-width: 1280px;
		padding: 52px 58px;
	}

	.az-home-section,
	.az-home-seo,
	.az-home-quote,
	.az-home-contact-links {
		padding-bottom: 78px;
		padding-top: 78px;
	}

	#dich-vu.az-home-section {
		padding-top: 88px;
	}

	.az-home-section-heading {
		margin-bottom: 34px;
	}

	.az-home-section-heading h2 {
		font-size: clamp(36px, 3.2vw, 50px);
		line-height: 1.08;
	}

	.az-home-service-chips {
		margin-bottom: 34px;
	}

	.az-home-service-card,
	.az-home-project-card {
		box-shadow: 0 16px 42px rgba(15, 23, 42, 0.055);
	}

	.az-home-service-card__content h3,
	.az-home-project-card__content h3 {
		font-size: 22px;
		line-height: 1.22;
	}

	.az-home-service-card__content p,
	.az-home-project-card__content p {
		font-size: 15px;
		line-height: 1.68;
	}

	.az-home-projects {
		padding-top: 70px;
	}

	.az-home-videos {
		background:
			linear-gradient(180deg, #ffffff 0%, #fbfcff 48%, #ffffff 100%);
		padding-bottom: 76px;
		padding-top: 76px;
	}

	.az-home-videos__heading {
		margin-bottom: 20px;
	}

	.az-home-videos__heading > span {
		font-size: clamp(72px, 8vw, 118px);
		letter-spacing: -0.045em;
		line-height: 0.78;
	}

	.az-home-videos__heading h2 {
		font-size: clamp(32px, 3vw, 44px);
		margin-top: -6px;
	}

	.az-home-video-carousel__track {
		height: 300px;
	}

	.az-home-video-card {
		border-radius: 18px;
		height: 220px;
		top: 48px;
		transform:
			translateX(calc(-50% + (var(--az-video-offset, 0) * 214px)))
			scale(calc(1 - (min(var(--az-video-distance, 0), 3) * 0.075)));
		width: 400px;
	}

	.az-home-video-card.is-active {
		height: 270px;
		top: 24px;
		width: 490px;
	}

	.az-home-video-card__play {
		height: 64px;
		width: 64px;
	}

	.az-home-partners {
		padding-bottom: 78px;
		padding-top: 74px;
	}

	.az-home-partners__heading {
		margin-bottom: 18px;
	}

	.az-home-partners__heading h2 {
		font-size: clamp(34px, 2.7vw, 42px);
		line-height: 1.12;
	}

	.az-home-partners__grid {
		gap: 34px 46px;
		margin: 36px auto 30px;
		max-width: 1120px;
	}

	.az-home-partner-logo {
		aspect-ratio: 2.6 / 1;
		opacity: 0.62;
	}

	.az-home-process {
		padding-bottom: 82px;
		padding-top: 76px;
	}

	.az-home-process-list {
		gap: 18px;
		margin-top: 12px;
	}

	.az-home-process-item {
		min-height: 178px;
		padding: 26px 22px;
	}

	.az-home-process-item > span {
		height: 48px;
		margin-bottom: 18px;
		width: 48px;
	}
}

/* Final AzEvent preset Full HD tuning. Keep this at the end so it wins older desktop rules. */
.mobile-hotline-left,
.mobile-hotline-right,
.mobile-hotline-left *,
.mobile-hotline-right *,
a[href^="tel:"].mobile-hotline-left,
a[href^="tel:"].mobile-hotline-right,
a[href*="zalo"].mobile-hotline-left,
a[href*="zalo"].mobile-hotline-right {
	color: #ffffff !important;
	text-shadow: none !important;
}

.mobile-hotline-left,
a[href^="tel:"].mobile-hotline-left {
	background: #057a1f !important;
}

.mobile-hotline-right,
a[href*="zalo"].mobile-hotline-right {
	background: #075fb8 !important;
}

@media (min-width: 721px) {
	.mobile-hotline-left,
	.mobile-hotline-right,
	a[href^="tel:"].mobile-hotline-left,
	a[href^="tel:"].mobile-hotline-right,
	a[href*="zalo"].mobile-hotline-left,
	a[href*="zalo"].mobile-hotline-right {
		display: none !important;
	}
}

@supports (content-visibility: auto) {
	.az-home-capabilities,
	.az-home-about,
	.az-home-section,
	.az-home-videos,
	.az-home-partners,
	.az-home-process,
	.az-home-faq,
	.az-corp-capabilities,
	.az-corp-overview,
	.az-corp-services,
	.az-corp-cases,
	.az-corp-videos,
	.az-corp-partners,
	.az-corp-process,
	.az-corp-faq,
	.az-bubble-services,
	.az-bubble-process,
	.az-bubble-projects,
	.az-bubble-partners,
	.az-agency-services,
	.az-agency-cases,
	.az-agency-videos,
	.az-agency-process,
	.az-agency-partners {
		content-visibility: auto;
		contain-intrinsic-size: 720px;
	}
}

@media (min-width: 1440px) and (max-width: 1920px) {
	.az-home--stage .np-container {
		max-width: 1420px;
	}

	.az-home--stage .az-home-hero {
		min-height: 680px;
	}

	.az-home--stage .az-home-hero__inner {
		gap: 34px;
		min-height: 680px;
		padding-bottom: 48px;
		padding-left: clamp(48px, 5vw, 96px);
		padding-right: clamp(48px, 5vw, 96px);
		padding-top: 58px;
	}

	.az-home--stage .az-home-hero__copy,
	.az-home--stage .az-home-hero__title {
		max-width: 760px;
	}

	.az-home--stage .az-home-hero__title {
		font-size: clamp(56px, 3.6vw, 66px);
		line-height: 1.06;
	}

	.az-home--stage .az-home-hero__lead {
		font-size: 17px;
		line-height: 1.68;
		max-width: 690px;
	}

	.az-home--stage .az-home-actions {
		gap: 14px;
	}

	.az-home--stage .az-home-btn {
		min-height: 52px;
		padding: 0 24px;
	}

	.az-home--stage .az-home-stats {
		gap: 14px;
		max-width: 1280px;
	}

	.az-home--stage .az-home-stat {
		border-radius: 14px;
		grid-template-columns: 46px 1fr;
		min-height: 96px;
		padding: 18px 20px;
	}

	.az-home--stage .az-home-stat__icon {
		height: 36px;
		width: 36px;
	}

	.az-home--stage .az-home-stat strong {
		font-size: 30px;
	}

	.az-home--stage .az-home-capabilities {
		margin-top: 0;
		padding-bottom: 52px;
	}

	.az-home--stage .az-home-capabilities__panel {
		margin-left: auto;
		margin-right: auto;
		max-width: 1320px;
	}

	.az-home--stage .az-home-about {
		padding-bottom: 74px;
		padding-top: 0;
	}

	.az-home--stage .az-home-section {
		padding-bottom: 68px;
		padding-top: 50px;
	}

	.az-home--stage .az-home-section-heading {
		margin-bottom: 32px;
	}

	.az-home--stage .az-home-service-grid,
	.az-home--stage .az-home-project-grid {
		gap: 20px;
	}

	.az-home--stage .az-home-service-card__content {
		padding: 22px 22px 24px;
	}
}

/* Archive/category final pass before header override. */
.np-archive-page {
	max-width: 1180px;
	padding-top: 28px;
}

.np-archive-page .np-content-layout,
.np-archive-page .np-content-layout.no-sidebar {
	display: block !important;
}

.np-archive-header {
	background: radial-gradient(circle at 0 0, rgba(239, 29, 47, 0.12), transparent 34%), linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f8fafc 100%) !important;
	border: 1px solid #e6ebf2 !important;
	border-radius: 18px !important;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06) !important;
	margin-bottom: 28px !important;
	padding: clamp(28px, 3vw, 42px) !important;
}

.np-archive-header h1 {
	font-size: clamp(34px, 3.15vw, 52px) !important;
	font-weight: 950 !important;
	line-height: 1.04 !important;
	margin: 0 0 14px !important;
	max-width: 780px !important;
}

.np-archive-description {
	color: #d71920 !important;
	font-size: 14px !important;
	font-weight: 850 !important;
	line-height: 1.65 !important;
	max-width: 820px !important;
	text-transform: none !important;
}

.np-featured-card {
	background: #ffffff !important;
	border-radius: 18px !important;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07) !important;
	display: block !important;
	margin-bottom: 24px !important;
	overflow: hidden !important;
	width: 100% !important;
}

.np-featured-card__inner,
.np-featured-card > div {
	align-items: stretch !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr) !important;
	width: 100% !important;
}

.np-featured-card__media,
.np-featured-card > div > a:first-child {
	aspect-ratio: 16 / 10 !important;
	height: auto !important;
	max-height: 430px !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

.np-featured-card__media img,
.np-featured-card > div > a:first-child img,
.np-featured-card__thumb {
	display: block !important;
	height: 100% !important;
	max-height: 430px !important;
	min-height: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
	width: 100% !important;
}

.np-featured-card__content,
.np-featured-card > div > div:last-child {
	background: #ffffff !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: clamp(30px, 3vw, 46px) !important;
}

.np-featured-card h2 {
	background: transparent !important;
	font-size: clamp(28px, 2.15vw, 40px) !important;
	font-weight: 950 !important;
	line-height: 1.05 !important;
	margin: 0 0 16px !important;
}

.np-post-grid {
	display: grid !important;
	gap: 24px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin-top: 24px !important;
}

.np-card {
	border-radius: 16px !important;
	display: flex !important;
	flex-direction: column !important;
}

.np-card-title {
	font-size: 22px !important;
	font-weight: 950 !important;
	line-height: 1.16 !important;
}

@media (max-width: 1024px) {
	.np-featured-card__inner,
	.np-featured-card > div,
	.np-post-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.np-featured-card__media,
	.np-featured-card > div > a:first-child {
		max-height: none !important;
	}

	.np-featured-card__media img,
	.np-featured-card > div > a:first-child img,
	.np-featured-card__thumb {
		min-height: 0 !important;
	}
}

/* Archive featured card isolated from legacy .np-featured-card selectors. */
.az-archive-featured {
	background: #ffffff;
	border: 1px solid #e6ebf2;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
	margin-bottom: 24px;
	overflow: hidden;
	width: 100%;
}

.az-archive-featured__inner {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	width: 100%;
}

.az-archive-featured__media {
	aspect-ratio: 16 / 10;
	background: #eef2f7;
	display: block;
	max-height: 430px;
	min-height: 0;
	overflow: hidden;
	width: 100%;
}

.az-archive-featured__thumb {
	display: block;
	height: 100%;
	max-height: 430px;
	min-height: 0;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.az-archive-featured__content {
	align-self: stretch;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 0;
	min-width: 0;
	padding: clamp(30px, 3vw, 46px);
}

.az-archive-featured__badge {
	margin-bottom: 16px;
}

.az-archive-featured__badge a {
	align-items: center;
	background: #ef1d2f;
	border-radius: 7px;
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.2;
	min-height: 0;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.az-archive-featured__title {
	background: transparent;
	color: #111827;
	font-size: clamp(30px, 2.3vw, 42px);
	font-weight: 950;
	line-height: 1.06;
	margin: 0 0 16px;
	overflow-wrap: anywhere;
}

.az-archive-featured__title a {
	color: inherit;
	display: inline;
	text-decoration: none;
}

.az-archive-featured__meta {
	align-items: center;
	color: #64748b;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	line-height: 1.45;
	margin-bottom: 16px;
}

.az-archive-featured__meta a {
	color: #111827;
	font-weight: 900;
	text-decoration: none;
}

.az-archive-featured__excerpt {
	color: #526071;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 22px;
}

.az-archive-featured__readmore {
	align-items: center;
	align-self: flex-start;
	background: #ef1d2f;
	border-radius: 9px;
	box-shadow: 0 14px 30px rgba(239, 29, 47, 0.22);
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	min-height: 44px;
	padding: 0 18px;
	text-decoration: none;
}

.az-archive-featured__readmore:hover {
	background: #d90416;
	color: #ffffff;
}

@media (max-width: 1024px) {
	.az-archive-featured__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.az-archive-featured__media,
	.az-archive-featured__thumb {
		max-height: none;
	}
}

@media (max-width: 640px) {
	.az-archive-featured__content {
		padding: 24px 20px;
	}

	.az-archive-featured__title {
		font-size: 28px;
	}
}

/* Inline related posts: neutral article component. */
.np-single-page .np-entry-content .np-inline-related-posts {
	background: #ffffff !important;
	border: 1px solid #e6ebf2 !important;
	border-radius: 18px !important;
	box-shadow: 0 14px 38px rgba(15, 23, 42, 0.05) !important;
	margin: 34px 0 38px !important;
	padding: 22px 24px 24px !important;
}

.np-single-page .np-entry-content .np-inline-related-posts__head {
	align-items: center !important;
	display: flex !important;
	gap: 14px !important;
	margin-bottom: 16px !important;
}

.np-single-page .np-entry-content .np-inline-related-posts__head::after {
	background: #e7edf3 !important;
	content: "" !important;
	display: block !important;
	flex: 1 1 auto !important;
	height: 1px !important;
	min-width: 40px !important;
}

.np-single-page .np-entry-content .np-inline-related-posts h2 {
	color: #111827 !important;
	flex: 0 0 auto !important;
	font-size: 22px !important;
	font-weight: 900 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	margin: 0 !important;
}

.np-single-page .np-entry-content .np-inline-related-posts h2 span {
	color: #d71920 !important;
	font-weight: 950 !important;
}

.np-single-page .np-entry-content .np-inline-related-posts__list {
	display: grid !important;
	gap: 8px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.np-single-page .np-entry-content .np-inline-related-posts__list li {
	margin: 0 !important;
	padding: 0 !important;
}

.np-single-page .np-entry-content .np-inline-related-posts__list a {
	align-items: start !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 10px !important;
	color: #172033 !important;
	display: grid !important;
	font-size: 15px !important;
	font-weight: 850 !important;
	gap: 10px !important;
	grid-template-columns: 8px 1fr !important;
	line-height: 1.45 !important;
	padding: 6px 8px !important;
	text-decoration: none !important;
}

.np-single-page .np-entry-content .np-inline-related-posts__list a:hover {
	background: #f8fafc !important;
	color: #d71920 !important;
}

.np-single-page .np-entry-content .np-inline-related-posts__list a > span {
	background: #d71920 !important;
	border: 0 !important;
	border-radius: 999px !important;
	display: block !important;
	height: 6px !important;
	margin-top: 9px !important;
	width: 6px !important;
}

@media (max-width: 640px) {
	.np-single-page .np-entry-content .np-inline-related-posts {
		padding: 18px 16px 20px !important;
	}

	.np-single-page .np-entry-content .np-inline-related-posts h2 {
		font-size: 20px !important;
	}

	.np-single-page .np-entry-content .np-inline-related-posts__head {
		align-items: flex-start !important;
		flex-direction: column !important;
		gap: 10px !important;
	}

	.np-single-page .np-entry-content .np-inline-related-posts__head::after {
		width: 100% !important;
	}
}

/* Header menu last override. */
.np-site-header .np-header-inner,
.np-site-header--home .np-header-inner {
	align-items: center;
	display: grid !important;
	gap: 18px;
	grid-template-columns: minmax(112px, 150px) minmax(0, 1fr) auto auto !important;
	min-height: 76px;
}

.np-site-header .np-logo img {
	max-height: 48px;
	max-width: 128px;
	object-fit: contain;
}

.np-site-header .np-primary-menu {
	justify-self: center;
	min-width: 0;
	width: 100%;
}

.np-site-header .np-primary-menu > ul,
.np-site-header--home .np-primary-menu > ul {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(14px, 1.45vw, 26px);
	justify-content: center;
	width: 100%;
}

.np-site-header .np-primary-menu > ul > li {
	flex: 0 0 auto;
}

.np-site-header .np-primary-menu > ul > li > a,
.np-site-header--home .np-primary-menu > ul > li > a {
	align-items: center;
	display: inline-flex;
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 850;
	min-height: 76px;
	padding: 0;
	white-space: nowrap;
}

.np-site-header .np-header-cta,
.np-site-header--home .np-header-cta {
	border-radius: 8px;
	font-size: 13px;
	min-height: 42px;
	padding: 0 18px;
	white-space: nowrap;
}

@media (min-width: 1181px) {
	.np-site-header .np-primary-menu .sub-menu,
	.np-site-header--home .np-primary-menu .sub-menu {
		background: rgba(8, 12, 22, 0.96);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 14px;
		box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
		display: grid;
		gap: 2px;
		left: 50%;
		min-width: 286px;
		padding: 8px;
		top: calc(100% + 8px);
		transform: translate(-50%, -6px) scale(0.98);
		width: max-content;
	}

	.np-site-header .np-primary-menu li:hover > .sub-menu,
	.np-site-header .np-primary-menu li:focus-within > .sub-menu {
		transform: translate(-50%, 0) scale(1);
	}

	.np-site-header .np-primary-menu .sub-menu a,
	.np-site-header--home .np-primary-menu .sub-menu a {
		align-items: center;
		background: transparent;
		border-radius: 9px;
		color: rgba(255, 255, 255, 0.84);
		display: flex;
		font-size: 13px;
		font-weight: 850;
		justify-content: flex-start;
		line-height: 1.35;
		min-height: 42px !important;
		padding: 10px 14px;
		text-align: left;
		white-space: normal;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu a:hover,
	.np-site-header--home .np-primary-menu .sub-menu a:hover,
	.np-site-header .np-primary-menu .sub-menu .current-menu-item > a,
	.np-site-header--home .np-primary-menu .sub-menu .current-menu-item > a {
		background: rgba(239, 29, 47, 0.16);
		color: #ffffff;
		padding-left: 16px;
	}

	.np-site-header .np-primary-menu .sub-menu a::after,
	.np-site-header--home .np-primary-menu .sub-menu a::after {
		display: none !important;
	}
}

@media (max-width: 1180px) {
	.np-site-header .np-header-inner,
	.np-site-header--home .np-header-inner {
		display: grid !important;
		gap: 12px;
		grid-template-columns: minmax(0, 1fr) auto auto !important;
		min-height: 0;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.np-site-header .np-site-branding {
		order: 1;
	}

	.np-site-header .np-logo img {
		max-height: 52px;
		max-width: 136px;
	}

	.np-site-header .np-header-cta,
	.np-site-header--home .np-header-cta {
		font-size: 0;
		height: 42px;
		min-height: 42px;
		order: 2;
		padding: 0 16px;
		width: auto;
	}

	.np-site-header .np-header-cta::before,
	.np-site-header--home .np-header-cta::before {
		content: "Báo giá";
		font-size: 13px;
		font-weight: 950;
	}

	.np-site-header .np-mobile-menu-toggle {
		display: inline-flex;
		order: 3;
		position: relative;
		z-index: 91;
	}

	.np-site-header .np-mobile-menu-toggle.is-open {
		background: #ef1d2f;
		border-color: #ef1d2f;
		color: #ffffff;
		position: fixed;
		right: 18px;
		top: 18px;
	}

	.np-site-header .np-primary-menu {
		background: #ffffff;
		border: 0;
		border-radius: 22px 0 0 22px;
		box-shadow: -18px 0 46px rgba(15, 23, 42, 0.18);
		color: #111827;
		display: flex;
		flex-direction: column;
		height: 100dvh;
		margin: 0;
		max-height: none;
		opacity: 0;
		order: 4;
		overflow-y: auto;
		padding: 86px 18px 24px;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(104%);
		transition: opacity 180ms ease, transform 240ms ease;
		width: min(84vw, 360px);
		z-index: 90;
	}

	.np-site-header--home .np-primary-menu {
		background: #0a0a0a;
		box-shadow: -18px 0 46px rgba(0, 0, 0, 0.36);
		color: #ffffff;
	}

	.np-site-header .np-primary-menu.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	.np-site-header .np-primary-menu ul,
	.np-site-header--home .np-primary-menu ul {
		align-items: stretch;
		display: grid;
		gap: 4px;
		grid-template-columns: 1fr;
		justify-content: stretch;
		width: 100%;
	}

	.np-site-header .np-primary-menu a,
	.np-site-header--home .np-primary-menu a {
		border-radius: 10px;
		color: inherit;
		display: flex;
		font-size: 15px;
		font-weight: 900;
		justify-content: space-between;
		min-height: 48px;
		padding: 14px;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu,
	.np-site-header--home .np-primary-menu .sub-menu {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: grid;
		gap: 4px;
		left: auto;
		margin: -2px 0 8px;
		min-width: 0;
		opacity: 1;
		overflow: visible;
		padding: 0 0 0 14px;
		pointer-events: auto;
		position: static;
		top: auto;
		transform: none;
		transition: none;
		visibility: visible;
		width: 100%;
	}

	.np-site-header .np-primary-menu .sub-menu::before,
	.np-site-header .np-primary-menu .sub-menu::after,
	.np-site-header--home .np-primary-menu .sub-menu::before,
	.np-site-header--home .np-primary-menu .sub-menu::after,
	.np-site-header .np-primary-menu li.menu-item-has-children::after {
		display: none !important;
	}
}
