.azm-commercial-home {
	--azm-orange: #ff5420;
	--azm-orange-dark: #dd3f0b;
	--azm-ink: #17233b;
	--azm-ink-soft: #39465d;
	--azm-paper: #fffdf8;
	--azm-sand: #f5f1e8;
	--azm-yellow: #fff8c9;
	--azm-line: rgba(23, 35, 59, 0.14);
	--azm-white: #fff;
	color: var(--azm-ink);
	font-family: Helvetica, Arial, sans-serif;
	overflow: clip;
	width: 100%;
}

.azm-commercial-home *,
.azm-commercial-home *::before,
.azm-commercial-home *::after {
	box-sizing: border-box;
}

.azm-commercial-home :where(h1, h2, h3, p, ol, ul) {
	margin-block: 0;
}

.azm-commercial-home :where(a) {
	color: inherit;
	text-decoration: none;
}

.azm-home-wrap {
	margin-inline: auto;
	max-width: 1240px;
	padding-inline: clamp(20px, 4vw, 48px);
	width: 100%;
}

.azm-home-section {
	padding-block: clamp(76px, 9vw, 132px);
}

.azm-home-kicker {
	align-items: center;
	color: var(--azm-orange-dark);
	display: flex;
	font-size: 12px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.15em;
	line-height: 1.35;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.azm-home-kicker::before {
	background: var(--azm-orange);
	content: "";
	display: block;
	height: 2px;
	width: 28px;
}

.azm-home-section-head {
	max-width: 760px;
}

.azm-home-section-head h2,
.azm-home-intake__copy h2,
.azm-home-quote__copy h2 {
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 650;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.azm-home-section-head > p:last-child,
.azm-home-intake__copy > p,
.azm-home-quote__copy > p {
	color: var(--azm-ink-soft);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.6;
	margin-top: 24px;
}

.azm-home-section-head--split {
	align-items: end;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
	max-width: none;
}

.azm-home-section-head--split > p:last-child {
	margin: 0;
}

.azm-home-hero {
	background:
		radial-gradient(circle at 12% 12%, rgba(255, 84, 32, 0.16), transparent 32%),
		linear-gradient(135deg, #fffdf8 0%, #f4efe5 100%);
	border-bottom: 1px solid var(--azm-line);
	position: relative;
}

.azm-home-hero::after {
	background-image: linear-gradient(rgba(23, 35, 59, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 35, 59, 0.045) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to right, #000, transparent 70%);
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
}

.azm-home-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(48px, 7vw, 96px);
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	min-height: min(850px, calc(100vh - 80px));
	padding-block: clamp(72px, 9vw, 128px);
	position: relative;
	z-index: 1;
}

.azm-home-hero h1 {
	font-size: clamp(48px, 6.2vw, 86px);
	font-weight: 650;
	letter-spacing: -0.058em;
	line-height: 0.93;
	max-width: 850px;
}

.azm-home-lead {
	color: var(--azm-ink-soft);
	font-size: clamp(18px, 1.7vw, 23px);
	line-height: 1.55;
	margin-top: 30px;
	max-width: 760px;
}

.azm-home-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.azm-home-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	display: inline-flex;
	font-size: 15px;
	font-style: normal;
	font-weight: 750;
	gap: 11px;
	justify-content: center;
	line-height: 1.2;
	min-height: 54px;
	padding: 15px 22px;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.azm-home-button svg,
.azm-home-service-card em svg,
.azm-home-china-card em svg {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 19px;
}

.azm-home-button:hover,
.azm-home-button:focus-visible {
	transform: translateY(-2px);
}

.azm-home-button:focus-visible,
.azm-home-service-card:focus-visible,
.azm-home-china-card:focus-visible,
.azm-home-faq summary:focus-visible {
	outline: 3px solid rgba(255, 84, 32, 0.36);
	outline-offset: 3px;
}

.azm-home-button--primary {
	background: var(--azm-orange);
	color: var(--azm-white);
}

.azm-home-button--primary:hover,
.azm-home-button--primary:focus-visible {
	background: var(--azm-orange-dark);
	color: var(--azm-white);
}

.azm-home-button--secondary {
	background: rgba(255, 255, 255, 0.66);
	border-color: var(--azm-line);
}

.azm-home-button--secondary:hover,
.azm-home-button--secondary:focus-visible {
	background: var(--azm-white);
	border-color: rgba(23, 35, 59, 0.3);
}

.azm-home-button--light {
	background: var(--azm-white);
	color: var(--azm-ink);
}

.azm-home-button--light:hover,
.azm-home-button--light:focus-visible {
	background: var(--azm-yellow);
	color: var(--azm-ink);
}

.azm-home-boundary {
	align-items: flex-start;
	color: var(--azm-ink-soft);
	display: flex;
	font-size: 14px;
	gap: 10px;
	line-height: 1.55;
	margin-top: 24px;
	max-width: 720px;
}

.azm-home-boundary svg,
.azm-home-intake__list li svg {
	fill: none;
	flex: 0 0 auto;
	height: 20px;
	stroke: var(--azm-orange);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 20px;
}

.azm-home-hero__visual {
	position: relative;
}

.azm-home-hero__image-frame {
	background: var(--azm-orange);
	border-radius: 28px;
	box-shadow: 0 34px 80px rgba(23, 35, 59, 0.18);
	overflow: hidden;
	position: relative;
	transform: rotate(2deg);
}

.azm-home-hero__image-frame::before {
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 20px;
	content: "";
	inset: 16px;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.azm-home-hero__image-frame img {
	display: block;
	height: auto;
	min-height: 420px;
	object-fit: cover;
	width: 100%;
}

.azm-home-hero__visual > p {
	background: var(--azm-ink);
	border-radius: 12px;
	bottom: -22px;
	color: var(--azm-white);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
	margin: 0;
	max-width: 300px;
	padding: 18px 20px;
	position: absolute;
	right: -18px;
	z-index: 3;
}

.azm-home-journey {
	background: var(--azm-white);
}

.azm-home-steps {
	counter-reset: route;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin-top: 64px;
	padding: 0;
}

.azm-home-steps li {
	border-left: 1px solid var(--azm-line);
	min-height: 260px;
	padding: 0 30px 0 24px;
	position: relative;
}

.azm-home-steps li:first-child {
	border-left-color: var(--azm-orange);
}

.azm-home-steps li > span {
	color: var(--azm-orange);
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 54px;
}

.azm-home-steps strong {
	display: block;
	font-size: 22px;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.azm-home-steps p {
	color: var(--azm-ink-soft);
	font-size: 15px;
	line-height: 1.6;
	margin-top: 16px;
}

.azm-home-methods {
	background: var(--azm-sand);
}

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

.azm-home-service-card {
	background: var(--azm-white);
	border: 1px solid transparent;
	border-radius: 18px;
	display: grid;
	grid-template-columns: 156px minmax(0, 1fr);
	min-height: 260px;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.azm-home-service-card:hover {
	border-color: rgba(255, 84, 32, 0.3);
	box-shadow: 0 24px 52px rgba(23, 35, 59, 0.1);
	transform: translateY(-3px);
}

.azm-home-service-card__visual {
	background: var(--azm-ink);
	display: block;
	overflow: hidden;
	position: relative;
}

.azm-home-service-card__visual::before,
.azm-home-service-card__visual::after,
.azm-home-service-card__visual span {
	border: 2px solid rgba(255, 255, 255, 0.82);
	content: "";
	position: absolute;
}

.azm-home-service-card--air .azm-home-service-card__visual::before {
	border-width: 0 0 3px 0;
	height: 42px;
	left: 20px;
	top: 58px;
	transform: rotate(-18deg);
	width: 116px;
}

.azm-home-service-card--air .azm-home-service-card__visual::after {
	background: var(--azm-orange);
	border: 0;
	border-radius: 50%;
	height: 34px;
	right: 20px;
	top: 36px;
	width: 34px;
}

.azm-home-service-card--sea .azm-home-service-card__visual::before {
	border-width: 3px 0 0 0;
	bottom: 58px;
	left: 18px;
	width: 120px;
}

.azm-home-service-card--sea .azm-home-service-card__visual::after {
	background: var(--azm-orange);
	border: 0;
	bottom: 61px;
	height: 42px;
	left: 48px;
	transform: skewX(-20deg);
	width: 72px;
}

.azm-home-service-card--lcl .azm-home-service-card__visual::before,
.azm-home-service-card--fcl .azm-home-service-card__visual::before {
	border-color: rgba(255, 255, 255, 0.75);
	border-radius: 6px;
	height: 58px;
	left: 27px;
	top: 54px;
	width: 58px;
}

.azm-home-service-card--lcl .azm-home-service-card__visual::after {
	background: var(--azm-orange);
	border: 0;
	border-radius: 6px;
	height: 48px;
	left: 70px;
	top: 94px;
	width: 48px;
}

.azm-home-service-card--fcl .azm-home-service-card__visual::before {
	height: 74px;
	left: 23px;
	top: 68px;
	width: 110px;
}

.azm-home-service-card--fcl .azm-home-service-card__visual::after {
	background: repeating-linear-gradient(90deg, transparent 0 11px, rgba(255, 255, 255, 0.58) 11px 13px);
	border: 0;
	height: 70px;
	left: 27px;
	top: 72px;
	width: 102px;
}

.azm-home-service-card__body {
	display: flex;
	flex-direction: column;
	padding: 30px;
}

.azm-home-service-card__body strong,
.azm-home-china-card strong {
	font-size: 24px;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.azm-home-service-card__body > span,
.azm-home-china-card > span:not(.azm-home-china-card__index) {
	color: var(--azm-ink-soft);
	font-size: 15px;
	line-height: 1.58;
	margin-top: 14px;
}

.azm-home-service-card em,
.azm-home-china-card em {
	align-items: center;
	color: var(--azm-orange-dark);
	display: flex;
	font-size: 14px;
	font-style: normal;
	font-weight: 750;
	gap: 8px;
	margin-top: auto;
	padding-top: 24px;
}

.azm-home-china {
	background: var(--azm-ink);
	color: var(--azm-white);
}

.azm-home-china .azm-home-kicker {
	color: #ffb49d;
}

.azm-home-china .azm-home-section-head h2 {
	color: var(--azm-white);
}

.azm-home-china .azm-home-section-head > p:last-child {
	color: rgba(255, 255, 255, 0.72);
}

.azm-home-china-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 56px;
}

.azm-home-china-card {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	min-height: 310px;
	padding: 24px;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.azm-home-china-card:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 180, 157, 0.58);
	color: var(--azm-white);
	transform: translateY(-3px);
}

.azm-home-china-card__index {
	color: #ffb49d;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 54px;
}

.azm-home-china-card > span:not(.azm-home-china-card__index) {
	color: rgba(255, 255, 255, 0.7);
}

.azm-home-china-card em {
	color: #ffb49d;
}

.azm-home-roles {
	background: var(--azm-paper);
}

.azm-home-roles__layout {
	align-items: start;
	display: grid;
	gap: clamp(54px, 9vw, 130px);
	grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
}

.azm-home-role-list {
	border-top: 1px solid var(--azm-line);
}

.azm-home-role-list article {
	align-items: start;
	border-bottom: 1px solid var(--azm-line);
	display: grid;
	gap: 24px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding-block: 28px;
}

.azm-home-role-list article > span {
	align-items: center;
	background: var(--azm-yellow);
	border-radius: 50%;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.azm-home-role-list h3 {
	font-size: 22px;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.azm-home-role-list p {
	color: var(--azm-ink-soft);
	font-size: 15px;
	line-height: 1.65;
	margin-top: 10px;
}

.azm-home-intake {
	background: var(--azm-yellow);
}

.azm-home-intake__layout {
	align-items: center;
	display: grid;
	gap: clamp(48px, 9vw, 130px);
	grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
}

.azm-home-intake__copy .azm-home-button {
	margin-top: 32px;
}

.azm-home-intake__list {
	background: var(--azm-white);
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(23, 35, 59, 0.1);
	padding: clamp(28px, 4vw, 48px);
}

.azm-home-intake__list ul {
	display: grid;
	gap: 18px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.azm-home-intake__list li {
	align-items: flex-start;
	display: flex;
	font-size: 15px;
	font-weight: 650;
	gap: 10px;
	line-height: 1.45;
}

.azm-home-intake__list > p {
	border-top: 1px solid var(--azm-line);
	color: var(--azm-ink-soft);
	font-size: 14px;
	line-height: 1.55;
	margin-top: 30px;
	padding-top: 24px;
}

.azm-home-faq {
	background: var(--azm-white);
}

.azm-home-faq__layout {
	align-items: start;
	display: grid;
	gap: clamp(50px, 8vw, 110px);
	grid-template-columns: minmax(0, 0.72fr) minmax(480px, 1.28fr);
}

.azm-home-faq__items {
	border-top: 1px solid var(--azm-line);
}

.azm-home-faq details {
	border-bottom: 1px solid var(--azm-line);
	padding-block: 6px;
}

.azm-home-faq summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	gap: 20px;
	justify-content: space-between;
	line-height: 1.35;
	list-style: none;
	padding-block: 22px;
}

.azm-home-faq summary::-webkit-details-marker {
	display: none;
}

.azm-home-faq summary span {
	align-items: center;
	background: var(--azm-sand);
	border-radius: 50%;
	display: flex;
	flex: 0 0 auto;
	font-size: 22px;
	font-weight: 400;
	height: 36px;
	justify-content: center;
	transition: transform 180ms ease;
	width: 36px;
}

.azm-home-faq details[open] summary span {
	transform: rotate(45deg);
}

.azm-home-faq details p {
	color: var(--azm-ink-soft);
	font-size: 15px;
	line-height: 1.65;
	max-width: 700px;
	padding: 0 58px 24px 0;
}

.azm-home-quote {
	background: var(--azm-orange);
	color: var(--azm-white);
	scroll-margin-top: 110px;
}

.azm-home-quote .azm-home-kicker {
	color: var(--azm-white);
}

.azm-home-quote .azm-home-kicker::before {
	background: var(--azm-white);
}

.azm-home-quote__layout {
	align-items: start;
	display: grid;
	gap: clamp(48px, 8vw, 110px);
	grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1.28fr);
}

.azm-home-quote__copy {
	position: sticky;
	top: 120px;
}

.azm-home-quote__copy > p {
	color: rgba(255, 255, 255, 0.86);
}

.azm-home-quote__copy .azm-home-button {
	margin-top: 32px;
}

.azm-home-form-embed {
	background: var(--azm-white);
	border-radius: 22px;
	box-shadow: 0 30px 70px rgba(23, 35, 59, 0.2);
	color: var(--azm-ink);
	min-width: 0;
	padding: clamp(22px, 3vw, 38px);
}

.azm-home-form-embed__note {
	background: var(--azm-yellow);
	border-radius: 10px;
	color: var(--azm-ink-soft);
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 18px;
	padding: 14px 16px;
}

.azm-home-form-embed .elementor {
	margin: 0;
}

.azm-home-form-embed :where(.elementor-element, .e-con, .elementor-widget-wrap) {
	max-width: 100%;
}

.azm-home-form-embed .elementor-form {
	margin: 0;
}

.azm-home-form-embed .elementor-field,
.azm-home-form-embed .elementor-button {
	min-height: 48px;
}

.azm-home-form-embed .elementor-button {
	background: var(--azm-ink) !important;
}

.page-id-316 .elementor-element-a1104a01,
.page-id-1930 .elementor-element-a1104a01,
.page-id-316 .elementor-element-a1104a02,
.page-id-1930 .elementor-element-a1104a02,
.page-id-316 .elementor-widget-shortcode,
.page-id-1930 .elementor-widget-shortcode,
.page-id-316 .elementor-shortcode,
.page-id-1930 .elementor-shortcode {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

@media (max-width: 1024px) {
	.azm-home-hero__grid,
	.azm-home-roles__layout,
	.azm-home-intake__layout,
	.azm-home-faq__layout,
	.azm-home-quote__layout {
		grid-template-columns: 1fr;
	}

	.azm-home-hero__grid {
		min-height: 0;
	}

	.azm-home-hero__visual {
		margin-inline: auto;
		max-width: 620px;
		width: 100%;
	}

	.azm-home-steps,
	.azm-home-china-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.azm-home-steps li:nth-child(3) {
		border-left-color: var(--azm-line);
	}

	.azm-home-service-card {
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.azm-home-section-head--split {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.azm-home-intake__layout,
	.azm-home-quote__layout {
		gap: 52px;
	}

	.azm-home-faq__layout {
		grid-template-columns: minmax(0, 0.7fr) minmax(460px, 1.3fr);
	}

	.azm-home-quote__copy {
		position: static;
	}
}

@media (max-width: 767px) {
	.azm-home-wrap {
		padding-inline: 18px;
	}

	.azm-home-section {
		padding-block: 68px;
	}

	.azm-home-hero__grid {
		gap: 56px;
		padding-block: 56px 74px;
	}

	.azm-home-hero h1 {
		font-size: clamp(42px, 13vw, 60px);
		line-height: 0.96;
	}

	.azm-home-lead {
		font-size: 17px;
		margin-top: 24px;
	}

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

	.azm-home-button {
		width: 100%;
	}

	.azm-home-hero__image-frame {
		border-radius: 20px;
		transform: none;
	}

	.azm-home-hero__image-frame img {
		min-height: 330px;
	}

	.azm-home-hero__visual > p {
		bottom: -34px;
		left: 16px;
		right: 16px;
	}

	.azm-home-section-head h2,
	.azm-home-intake__copy h2,
	.azm-home-quote__copy h2 {
		font-size: clamp(34px, 10vw, 48px);
		line-height: 1.02;
	}

	.azm-home-steps,
	.azm-home-service-grid,
	.azm-home-china-grid,
	.azm-home-faq__layout {
		grid-template-columns: 1fr;
	}

	.azm-home-steps {
		margin-top: 46px;
	}

	.azm-home-steps li {
		border-left: 0;
		border-top: 1px solid var(--azm-line);
		min-height: 0;
		padding: 26px 0 34px;
	}

	.azm-home-steps li:first-child {
		border-top-color: var(--azm-orange);
	}

	.azm-home-steps li > span {
		margin-bottom: 22px;
	}

	.azm-home-service-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.azm-home-service-card__visual {
		height: 138px;
	}

	.azm-home-service-card__body {
		min-height: 230px;
		padding: 24px;
	}

	.azm-home-china-card {
		min-height: 260px;
	}

	.azm-home-china-card__index {
		margin-bottom: 36px;
	}

	.azm-home-roles__layout,
	.azm-home-intake__layout,
	.azm-home-quote__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.azm-home-role-list article {
		gap: 16px;
		grid-template-columns: 36px minmax(0, 1fr);
	}

	.azm-home-intake__list {
		padding: 24px 20px;
	}

	.azm-home-intake__list ul {
		grid-template-columns: 1fr;
	}

	.azm-home-faq details p {
		padding-right: 0;
	}

	.azm-home-faq summary {
		font-size: 16px;
		gap: 12px;
	}

	.azm-home-form-embed {
		border-radius: 16px;
		padding: 20px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.azm-commercial-home *,
	.azm-commercial-home *::before,
	.azm-commercial-home *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
