/* AzEvent 2026 corporate homepage layout. */
.az-new-home {
	--az-new-red: #e31b2f;
	--az-new-red-dark: #b81222;
	--az-new-ink: #101217;
	--az-new-ink-2: #1a1e27;
	--az-new-muted: #5d6675;
	--az-new-soft: #f4f6f9;
	--az-new-soft-2: #fafbfc;
	--az-new-line: #e3e7ee;
	--az-new-radius: 18px;
	--az-new-radius-lg: 24px;
	--az-new-shadow: 0 22px 60px rgba(16, 18, 23, 0.1);
	--az-new-shadow-strong: 0 30px 80px rgba(16, 18, 23, 0.18);
	background: #ffffff;
	color: var(--az-new-ink);
	overflow: hidden;
}

.az-new-home,
.az-new-home button,
.az-new-home input,
.az-new-home select,
.az-new-home textarea {
	font-family: var(--np-body-font, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.az-new-shell {
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.az-new-eyebrow {
	color: var(--az-new-red);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.az-new-section {
	padding: 96px 0;
}

.az-new-section-head {
	margin-bottom: 42px;
	max-width: 760px;
}

.az-new-section-head--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.az-new-section-head--split {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	max-width: none;
}

.az-new-section-head h2,
.az-new-final-cta h2 {
	color: var(--az-new-ink);
	font-size: 46px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	overflow-wrap: anywhere;
}

.az-new-section-head > span,
.az-new-section-head > p:not(.az-new-eyebrow) {
	color: var(--az-new-muted);
	display: block;
	font-size: 17px;
	font-weight: 650;
	line-height: 1.65;
	margin-top: 16px;
}

.az-new-section-head--split > a,
.az-new-service-card a,
.az-new-need-card a,
.az-new-case-card a {
	color: var(--az-new-red);
	font-size: 14px;
	font-weight: 950;
	text-decoration: none;
}

.az-new-section-head--split > a:hover,
.az-new-service-card a:hover,
.az-new-need-card a:hover,
.az-new-case-card a:hover {
	color: var(--az-new-red-dark);
}

.az-new-btn {
	align-items: center;
	border-radius: 14px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 950;
	justify-content: center;
	line-height: 1.15;
	min-height: 56px;
	padding: 0 24px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.az-new-btn--primary {
	background: var(--az-new-red);
	box-shadow: 0 14px 30px rgba(227, 27, 47, 0.24);
	color: #ffffff;
}

.az-new-btn--primary:hover {
	background: var(--az-new-red-dark);
	color: #ffffff;
}

.az-new-btn--secondary {
	background: #ffffff;
	border: 1px solid #d7dbe3;
	color: var(--az-new-ink);
}

.az-new-btn--secondary:hover {
	border-color: var(--az-new-red);
	color: var(--az-new-red);
}

.az-new-btn--light {
	background: #ffffff;
	color: var(--az-new-red);
}

.az-new-btn--outline-light {
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #ffffff;
}

.az-new-btn--outline-light:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--az-new-red);
}

.home .np-site-header,
.home .np-site-header--home {
	backdrop-filter: saturate(150%) blur(16px);
	background: rgba(255, 255, 255, 0.96) !important;
	border-bottom: 1px solid rgba(16, 18, 23, 0.08) !important;
	box-shadow: 0 12px 34px rgba(16, 18, 23, 0.06);
	color: var(--az-new-ink) !important;
	position: sticky;
	top: 0;
	z-index: 50000;
}

.home .np-site-header .np-header-inner,
.home .np-site-header--home .np-header-inner {
	gap: 24px;
	min-height: 84px;
}

.home .np-site-header .np-logo img,
.home .np-site-header--home .np-logo img {
	max-height: 58px;
	max-width: 150px;
}

.home .np-site-header .np-primary-menu ul,
.home .np-site-header--home .np-primary-menu ul {
	gap: clamp(16px, 1.7vw, 30px);
}

.home .np-site-header .np-primary-menu a,
.home .np-site-header--home .np-primary-menu a {
	font-size: 14px;
	font-weight: 900;
	min-height: 84px;
}

.home .np-site-header .np-header-cta,
.home .np-site-header--home .np-header-cta {
	background: var(--az-new-red) !important;
	border: 0 !important;
	border-radius: 14px !important;
	box-shadow: 0 14px 30px rgba(227, 27, 47, 0.22);
	color: #ffffff !important;
	font-size: 14px;
	min-height: 48px;
	padding: 0 22px;
}

.az-new-hero {
	background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
	padding: 92px 0 96px;
	position: relative;
}

.az-new-hero__grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(430px, 0.86fr);
}

.az-new-hero__copy h1 {
	color: #0c0f14;
	font-size: clamp(54px, 5.4vw, 76px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
	max-width: 820px;
	overflow-wrap: anywhere;
}

.az-new-hero__lead {
	color: #4f5664;
	font-size: 19px;
	font-weight: 650;
	line-height: 1.62;
	margin: 24px 0 0;
	max-width: 660px;
}

.az-new-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.az-new-hero__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.az-new-hero__checks li {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(16, 18, 23, 0.08);
	border-radius: 999px;
	color: #303745;
	display: inline-flex;
	font-size: 14px;
	font-weight: 850;
	min-height: 38px;
	padding: 0 15px;
}

.az-new-hero__checks li::before {
	background: var(--az-new-red);
	border-radius: 999px;
	content: "";
	height: 6px;
	margin-right: 8px;
	width: 6px;
}

.az-new-hero__side {
	display: grid;
	gap: 22px;
}

.az-new-hero__media {
	border-radius: 24px;
	box-shadow: var(--az-new-shadow-strong);
	min-height: 470px;
	overflow: hidden;
	position: relative;
}

.az-new-hero__media::after,
.az-new-why__media::after {
	background: linear-gradient(180deg, rgba(16, 18, 23, 0) 46%, rgba(16, 18, 23, 0.58) 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.az-new-hero__media img,
.az-new-service-card img,
.az-new-case-card img,
.az-new-video-feature img,
.az-new-video-list img,
.az-new-why__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.az-new-hero__badge {
	align-items: center;
	backdrop-filter: blur(12px);
	background: rgba(16, 18, 23, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	bottom: 22px;
	color: #ffffff;
	display: flex;
	gap: 14px;
	left: 22px;
	padding: 16px 18px;
	position: absolute;
	z-index: 1;
}

.az-new-hero__badge strong {
	color: #ffffff;
	font-size: 40px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
}

.az-new-hero__badge span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	max-width: 150px;
}

.az-new-quick-form {
	background: #ffffff;
	border: 1px solid rgba(16, 18, 23, 0.08);
	border-radius: 22px;
	box-shadow: var(--az-new-shadow);
	padding: 26px;
}

.az-new-quick-form__head {
	border-bottom: 1px solid var(--az-new-line);
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.az-new-quick-form__head strong {
	color: var(--az-new-ink);
	font-size: 24px;
	font-weight: 950;
}

.az-new-quick-form__head span {
	color: var(--az-new-muted);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	text-align: left;
}

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

.az-new-quick-form label {
	display: grid;
	gap: 7px;
}

.az-new-quick-form label span {
	color: #222833;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.2;
}

.az-new-quick-form input,
.az-new-quick-form select {
	background: #f8fafc;
	border: 1px solid #dfe4ec;
	border-radius: 12px;
	color: #111827;
	font-size: 15px;
	font-weight: 650;
	height: 52px;
	min-width: 0;
	padding: 0 12px;
	width: 100%;
}

.az-new-quick-form input:focus,
.az-new-quick-form select:focus {
	border-color: var(--az-new-red);
	box-shadow: 0 0 0 3px rgba(227, 27, 47, 0.12);
	outline: 0;
}

.az-new-form-trap {
	height: 1px !important;
	left: -9999px !important;
	overflow: hidden !important;
	position: absolute !important;
	width: 1px !important;
}

.az-new-quick-form__actions {
	margin-top: 14px;
}

.az-new-quick-form__actions button {
	background: var(--az-new-red);
	border: 0;
	border-radius: 14px;
	box-shadow: 0 14px 30px rgba(227, 27, 47, 0.22);
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 950;
	min-height: 54px;
	padding: 0 18px;
	width: 100%;
}

.az-new-quick-form__actions button:disabled {
	cursor: wait;
	opacity: 0.7;
}

.az-new-quick-form__actions p {
	color: #475569;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.45;
	margin: 10px 0 0;
	min-height: 0;
}

.az-new-quick-form__actions small {
	color: #6a7280;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 10px;
}

.az-new-quick-form__actions p.is-success {
	color: #087443;
}

.az-new-quick-form__actions p.is-error {
	color: var(--az-new-red-dark);
}

.az-new-metrics {
	background: #ffffff;
	color: #ffffff;
	padding: 0;
}

.az-new-metrics__grid {
	background: linear-gradient(135deg, #111318 0%, #1b2029 100%);
	border-radius: 24px;
	box-shadow: var(--az-new-shadow);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: -46px;
	padding: 8px;
	position: relative;
	z-index: 2;
}

.az-new-metric {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 18px;
	box-shadow: none;
	display: grid;
	gap: 6px 14px;
	grid-template-columns: 44px 1fr;
	padding: 24px 22px;
	position: relative;
}

.az-new-metric + .az-new-metric {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.az-new-metric > span {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.az-new-metric strong {
	color: #ffffff;
	font-size: clamp(32px, 3vw, 42px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
}

.az-new-metric p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	font-weight: 750;
	grid-column: 2;
	line-height: 1.35;
	margin: 0;
}

.az-new-partners {
	background: #ffffff;
	padding-top: 82px;
}

.az-new-partners__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.az-new-partner-logo {
	align-items: center;
	aspect-ratio: 2.05 / 1;
	background: #f8fafc;
	border: 1px solid var(--az-new-line);
	border-radius: 16px;
	color: #3a414f;
	display: inline-flex;
	font-size: 15px;
	font-weight: 950;
	justify-content: center;
	line-height: 1.2;
	padding: 14px;
	text-align: center;
}

.az-new-testimonial {
	background: #101318;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	box-shadow: var(--az-new-shadow);
	margin: 34px auto 0;
	max-width: 940px;
	padding: 30px 34px;
	position: relative;
}

.az-new-testimonial::before {
	color: var(--az-new-red);
	content: "\201C";
	font-size: 58px;
	font-weight: 950;
	left: 28px;
	line-height: 1;
	position: absolute;
	top: 18px;
}

.az-new-testimonial p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 750;
	line-height: 1.65;
	margin: 0;
	padding-left: 42px;
}

.az-new-testimonial cite {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 850;
	margin-top: 14px;
	padding-left: 42px;
}

.az-new-why {
	background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
}

.az-new-why__grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr);
}

.az-new-advantage-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.az-new-advantage,
.az-new-need-card,
.az-new-service-card,
.az-new-case-card,
.az-new-process-step,
.az-new-faq-item {
	background: #ffffff;
	border: 1px solid var(--az-new-line);
	border-radius: var(--az-new-radius);
	box-shadow: 0 12px 30px rgba(17, 19, 24, 0.05);
}

.az-new-advantage {
	border-left: 3px solid transparent;
	padding: 26px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.az-new-advantage:hover {
	border-left-color: var(--az-new-red);
	box-shadow: var(--az-new-shadow);
	transform: translateY(-3px);
}

.az-new-advantage > span {
	color: var(--az-new-red);
	align-items: center;
	background: #fff0f2;
	border-radius: 12px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	height: 38px;
	justify-content: center;
	margin-bottom: 18px;
	width: 38px;
}

.az-new-advantage h3,
.az-new-need-card h3,
.az-new-service-card h3,
.az-new-case-card h3,
.az-new-process-step h3 {
	color: var(--az-new-ink);
	font-size: 21px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	overflow-wrap: anywhere;
}

.az-new-advantage p,
.az-new-need-card p,
.az-new-process-step p {
	color: var(--az-new-muted);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.7;
	margin: 12px 0 0;
}

.az-new-why__media {
	border-radius: 24px;
	box-shadow: var(--az-new-shadow-strong);
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.az-new-why__media > div {
	background: rgba(17, 19, 24, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	bottom: 18px;
	color: #ffffff;
	left: 18px;
	padding: 18px;
	position: absolute;
	right: 18px;
	z-index: 1;
}

.az-new-why__media strong {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 950;
	margin-bottom: 6px;
}

.az-new-why__media span {
	color: rgba(255, 255, 255, 0.76);
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.az-new-services {
	background: #ffffff;
}

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

.az-new-service-card {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.az-new-service-card:hover {
	box-shadow: var(--az-new-shadow);
	transform: translateY(-5px);
}

.az-new-service-card__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	position: relative;
}

.az-new-service-card__media span {
	background: rgba(16, 18, 23, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 950;
	left: 16px;
	line-height: 1;
	padding: 9px 11px;
	position: absolute;
	top: 16px;
	z-index: 1;
}

.az-new-service-card img {
	transition: transform 360ms ease;
}

.az-new-service-card:hover img {
	transform: scale(1.045);
}

.az-new-service-card > div:not(.az-new-service-card__media) {
	display: flex;
	flex-direction: column;
	padding: 26px;
}

.az-new-service-card ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 18px 0 24px;
	padding: 0;
}

.az-new-service-card li {
	color: #4a5260;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
	padding-left: 22px;
	position: relative;
}

.az-new-service-card li::before {
	background: var(--az-new-red);
	border-radius: 999px;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0.65em;
	width: 6px;
}

.az-new-service-card a {
	align-items: center;
	align-self: flex-start;
	background: #101318;
	border-radius: 12px;
	color: #ffffff;
	display: inline-flex;
	margin-top: auto;
	min-height: 42px;
	padding: 0 16px;
}

.az-new-service-card a:hover {
	background: var(--az-new-red);
	color: #ffffff;
}

.az-new-needs {
	background: var(--az-new-soft);
}

.az-new-need-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-new-need-card {
	align-items: center;
	background: #ffffff;
	display: grid;
	gap: 14px;
	grid-template-columns: 48px 1fr;
	padding: 18px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.az-new-need-card:hover {
	border-color: rgba(227, 27, 47, 0.38);
	box-shadow: 0 16px 38px rgba(16, 18, 23, 0.08);
	transform: translateY(-2px);
}

.az-new-need-card > span {
	align-items: center;
	background: #fff0f2;
	border-radius: 14px;
	color: var(--az-new-red);
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.az-new-need-card h3 {
	font-size: 18px;
	line-height: 1.25;
}

.az-new-needs__cta {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.az-new-cases {
	background: #ffffff;
}

.az-new-case-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.az-new-case-filter > input {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.az-new-case-filter > label {
	align-items: center;
	background: #ffffff;
	border: 1px solid #d9dee7;
	border-radius: 999px;
	color: #303745;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 850;
	min-height: 42px;
	padding: 0 16px;
}

.az-new-case-filter > input:checked + label {
	background: var(--az-new-ink);
	border-color: var(--az-new-ink);
	color: #ffffff;
}

.az-new-case-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 26px;
	width: 100%;
}

#az-case-khai-truong:checked ~ .az-new-case-grid .az-new-case-card:not(.az-case-khai-truong),
#az-case-hoi-nghi:checked ~ .az-new-case-grid .az-new-case-card:not(.az-case-hoi-nghi),
#az-case-year-end-party:checked ~ .az-new-case-grid .az-new-case-card:not(.az-case-year-end-party),
#az-case-ra-mat-san-pham:checked ~ .az-new-case-grid .az-new-case-card:not(.az-case-ra-mat-san-pham),
#az-case-team-building:checked ~ .az-new-case-grid .az-new-case-card:not(.az-case-team-building) {
	display: none;
}

.az-new-case-card {
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.az-new-case-card:hover {
	box-shadow: var(--az-new-shadow);
	transform: translateY(-4px);
}

.az-new-case-card img {
	aspect-ratio: 1.5 / 1;
	height: auto;
}

.az-new-case-card__body {
	padding: 24px;
}

.az-new-case-card__body > span {
	color: var(--az-new-red);
	display: block;
	font-size: 13px;
	font-weight: 950;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.az-new-case-card dl {
	display: grid;
	gap: 12px;
	margin: 20px 0 22px;
}

.az-new-case-card dl > div {
	display: grid;
	gap: 8px;
	grid-template-columns: 90px 1fr;
}

.az-new-case-card dt {
	color: #7a8392;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.az-new-case-card dd {
	color: #303745;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0;
}

.az-new-videos {
	background: #111318;
	color: #ffffff;
	padding-bottom: 88px;
}

.az-new-videos .az-new-section-head h2 {
	color: #ffffff;
}

.az-new-video-layout {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.43fr);
}

.az-new-video-feature,
.az-new-video-list a {
	border-radius: 22px;
	color: #ffffff;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.az-new-video-feature {
	min-height: 540px;
}

.az-new-video-feature::after,
.az-new-video-list a::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.74) 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.az-new-video-feature strong,
.az-new-video-list strong {
	bottom: 24px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 950;
	left: 24px;
	letter-spacing: 0;
	line-height: 1.15;
	position: absolute;
	right: 24px;
	z-index: 1;
}

.az-new-video-list {
	display: grid;
	gap: 16px;
}

.az-new-video-list a {
	min-height: 172px;
}

.az-new-video-list strong {
	bottom: 16px;
	font-size: 19px;
	left: 18px;
	right: 18px;
}

.az-new-video-cta {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.az-new-play {
	align-items: center;
	background: var(--az-new-red);
	border-radius: 999px;
	display: inline-flex;
	height: 62px;
	justify-content: center;
	left: 24px;
	position: absolute;
	top: 24px;
	width: 62px;
	z-index: 1;
}

.az-new-play::before {
	border-bottom: 10px solid transparent;
	border-left: 15px solid #ffffff;
	border-top: 10px solid transparent;
	content: "";
	margin-left: 4px;
}

.az-new-play--small {
	height: 42px;
	left: 16px;
	top: 16px;
	width: 42px;
}

.az-new-play--small::before {
	border-bottom-width: 7px;
	border-left-width: 11px;
	border-top-width: 7px;
}

.az-new-process {
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.az-new-process-list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.az-new-process-list::before {
	background: linear-gradient(90deg, transparent 0, rgba(227, 27, 47, 0.34) 8%, rgba(227, 27, 47, 0.34) 92%, transparent 100%);
	content: "";
	height: 2px;
	left: 56px;
	position: absolute;
	right: 56px;
	top: 44px;
}

.az-new-process-step {
	padding: 26px 22px 24px;
	position: relative;
	z-index: 1;
}

.az-new-process-step > span {
	align-items: center;
	background: var(--az-new-red);
	border-radius: 14px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	height: 46px;
	justify-content: center;
	margin-bottom: 20px;
	width: 46px;
}

.az-new-process-step h3 {
	font-size: 20px;
}

.az-new-faq {
	background: #ffffff;
}

.az-new-faq__grid {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
}

.az-new-faq__list {
	display: grid;
	gap: 12px;
}

.az-new-faq-item {
	overflow: hidden;
}

.az-new-faq-item summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	list-style: none;
	padding: 24px 26px;
}

.az-new-faq-item summary::-webkit-details-marker {
	display: none;
}

.az-new-faq-item summary strong {
	color: #151922;
	font-size: 19px;
	font-weight: 950;
	line-height: 1.35;
}

.az-new-faq-item summary span {
	border: 1px solid #d9dee7;
	border-radius: 999px;
	flex: 0 0 auto;
	height: 34px;
	position: relative;
	width: 34px;
}

.az-new-faq-item summary span::before,
.az-new-faq-item summary span::after {
	background: #151922;
	content: "";
	height: 2px;
	left: 9px;
	position: absolute;
	top: 15px;
	width: 14px;
}

.az-new-faq-item summary span::after {
	transform: rotate(90deg);
}

.az-new-faq-item[open] summary span {
	background: var(--az-new-red);
	border-color: var(--az-new-red);
}

.az-new-faq-item[open] summary span::before,
.az-new-faq-item[open] summary span::after {
	background: #ffffff;
}

.az-new-faq-item[open] summary span::after {
	transform: rotate(0);
}

.az-new-faq-item > p {
	border-top: 1px solid var(--az-new-line);
	color: var(--az-new-muted);
	font-size: 16px;
	font-weight: 650;
	line-height: 1.75;
	margin: 0;
	padding: 22px 26px 26px;
}

.az-new-final-cta {
	background: linear-gradient(135deg, #b81222 0%, #e31b2f 42%, #f23347 100%);
	color: #ffffff;
	padding: 78px 0;
	position: relative;
}

.az-new-final-cta .az-new-eyebrow,
.az-new-final-cta h2,
.az-new-final-cta p {
	color: #ffffff;
}

.az-new-final-cta__inner {
	align-items: center;
	display: flex;
	gap: 34px;
	justify-content: space-between;
}

.az-new-final-cta h2 {
	max-width: 760px;
}

.az-new-final-cta p:not(.az-new-eyebrow) {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.65;
	margin: 14px 0 0;
	max-width: 740px;
}

.az-new-final-cta__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.az-new-mobile-cta {
	display: none;
}

@media (max-width: 1080px) {
	.az-new-hero__grid,
	.az-new-why__grid,
	.az-new-faq__grid,
	.az-new-video-layout {
		grid-template-columns: 1fr;
	}

	.az-new-hero__copy h1 {
		font-size: 52px;
	}

	.az-new-service-grid,
	.az-new-case-grid,
	.az-new-need-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-new-process-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.az-new-process-list::before {
		display: none;
	}

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

@media (max-width: 760px) {
	body.home {
		padding-bottom: 84px;
	}

	.az-new-shell {
		padding-left: 16px;
		padding-right: 16px;
	}

	.az-new-section {
		padding: 64px 0;
	}

	.az-new-hero {
		padding: 40px 0 54px;
	}

	.az-new-hero__copy h1 {
		font-size: 40px;
		line-height: 1.06;
	}

	.az-new-hero__lead {
		font-size: 16px;
		line-height: 1.64;
	}

	.az-new-section-head h2,
	.az-new-final-cta h2 {
		font-size: 32px;
		line-height: 1.12;
	}

	.az-new-actions,
	.az-new-final-cta__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.az-new-btn {
		width: 100%;
	}

	.az-new-hero__media,
	.az-new-why__media,
	.az-new-video-feature {
		min-height: 340px;
	}

	.az-new-quick-form,
	.az-new-advantage,
	.az-new-need-card,
	.az-new-service-card > div:not(.az-new-service-card__media),
	.az-new-case-card__body,
	.az-new-process-step {
		padding: 20px;
	}

	.az-new-quick-form__head,
	.az-new-section-head--split,
	.az-new-final-cta__inner {
		align-items: stretch;
		display: grid;
		gap: 16px;
	}

	.az-new-quick-form__head span {
		text-align: left;
	}

	.az-new-quick-form__grid,
	.az-new-metrics__grid,
	.az-new-advantage-grid,
	.az-new-service-grid,
	.az-new-need-grid,
	.az-new-case-grid,
	.az-new-process-list,
		grid-template-columns: 1fr;
	}

	.az-new-metrics__grid {
		margin-top: -26px;
		padding: 6px;
	}

	.az-new-metric {
		padding: 18px;
	}

	.az-new-metric + .az-new-metric {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.az-new-service-card {
		grid-template-rows: auto 1fr;
	}

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

	.az-new-testimonial {
		padding: 22px 20px 20px;
	}

	.az-new-video-feature strong {
		font-size: 24px;
	}

	.az-new-video-cta {
		margin-top: 20px;
	}

	.az-new-service-card > div:not(.az-new-service-card__media) {
		padding: 20px;
	}

	.az-new-mobile-cta {
		background: rgba(11, 15, 22, 0.94);
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		bottom: 0;
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
		left: 0;
		padding: 10px 12px max(10px, env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		z-index: 61000;
	}

	.az-new-mobile-cta a {
		align-items: center;
		background: #ffffff;
		border-radius: 12px;
		color: var(--az-new-ink);
		display: inline-flex;
		font-size: 14px;
		font-weight: 950;
		justify-content: center;
		min-height: 46px;
		text-decoration: none;
	}

	.az-new-mobile-cta a:last-child {
		background: var(--az-new-red);
		color: #ffffff;
	}

	.home .np-site-header .np-header-inner,
	.home .np-site-header--home .np-header-inner {
		min-height: 72px;
	}

	.home .np-site-header .np-header-cta,
	.home .np-site-header--home .np-header-cta {
		border-radius: 12px !important;
		font-size: 13px;
		min-height: 44px;
		padding: 0 16px;
	}
}

@media (max-width: 420px) {
	.az-new-hero__copy h1 {
		font-size: 34px;
	}

	.az-new-section-head h2,
	.az-new-final-cta h2 {
		font-size: 29px;
	}

	.az-new-partner-logo {
		font-size: 12px;
	}

	.az-new-hero__badge strong {
		font-size: 32px;
	}

	.az-new-hero__badge {
		left: 16px;
		padding: 14px 16px;
		right: 16px;
	}

	.az-new-hero__badge span {
		max-width: none;
	}

	.az-new-mobile-cta a {
		font-size: 13px;
		min-height: 44px;
	}
}

.np-site-footer--preset-azevent-new .np-footer-cta {
	display: none;
}

.np-site-footer--preset-azevent-new {
	background: #0b0f16;
	color: #d6dbe4;
}

.np-site-footer--preset-azevent-new .np-footer-main {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.74fr));
	padding-top: 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.np-site-footer--preset-azevent-new .np-footer-brand {
	display: grid;
	gap: 14px;
}

.np-site-footer--preset-azevent-new .np-footer-links h3,
.np-site-footer--preset-azevent-new .np-footer-contact h3 {
	color: #ffffff;
	margin-bottom: 14px;
}

.np-site-footer--preset-azevent-new .np-footer-links ul,
.np-site-footer--preset-azevent-new .np-footer-contact ul {
	display: grid;
	gap: 10px;
}

.np-site-footer--preset-azevent-new .np-footer-links a {
	font-size: 14px;
	font-weight: 750;
}

.np-site-footer--preset-azevent-new .np-footer-contact li {
	display: grid;
	gap: 4px;
}

.np-site-footer--preset-azevent-new .np-footer-contact span {
	color: rgba(255, 255, 255, 0.58);
}

.np-site-footer--preset-azevent-new .np-footer-brand strong,
.np-site-footer--preset-azevent-new .np-footer-links a,
.np-site-footer--preset-azevent-new .np-footer-contact strong,
.np-site-footer--preset-azevent-new .np-footer-contact a,
.np-site-footer--preset-azevent-new .np-footer-company strong {
	color: #ffffff;
}

.np-site-footer--preset-azevent-new .np-footer-company p,
.np-site-footer--preset-azevent-new .np-footer-contact p,
.np-site-footer--preset-azevent-new .np-footer-bottom {
	color: #aeb6c4;
}

.np-site-footer--preset-azevent-new .np-footer-trust-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 22px;
}

.np-site-footer--preset-azevent-new .np-footer-trust-badges span {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 850;
	padding: 8px 12px;
}

.np-site-footer--preset-azevent-new .np-footer-commerce-badge img {
	filter: brightness(0) invert(1);
	opacity: 0.9;
}

body.home .np-site-header,
body.home .np-site-header--home {
	background: rgba(255, 255, 255, 0.96) !important;
	border-bottom: 1px solid rgba(16, 18, 23, 0.08) !important;
	color: var(--az-new-ink) !important;
}

body.home .np-site-header .np-header-cta,
body.home .np-site-header--home .np-header-cta {
	background: var(--az-new-red) !important;
	border: 0 !important;
	color: #ffffff !important;
}

@media (max-width: 1180px) {
	body.home .np-site-header,
	body.home .np-site-header--home {
		background: rgba(255, 255, 255, 0.98) !important;
		border-bottom: 1px solid rgba(16, 18, 23, 0.1) !important;
		color: var(--az-new-ink) !important;
	}

	body.home .np-site-header .np-primary-menu,
	body.home .np-site-header--home .np-primary-menu {
		background: #ffffff !important;
		color: var(--az-new-ink) !important;
	}

	body.home .np-site-header .np-header-cta,
	body.home .np-site-header--home .np-header-cta {
		background: var(--az-new-red) !important;
		border: 0 !important;
		color: #ffffff !important;
	}

	body.home .np-site-header .np-header-cta::before,
	body.home .np-site-header--home .np-header-cta::before {
		content: "Nhận báo giá" !important;
	}
}

@media (max-width: 760px) {
	.np-site-footer--preset-azevent-new .np-footer-bottom {
		grid-template-columns: 1fr;
	}
}
