:root {
 --az-navy: #071a2d;
 --az-blue: #0d4f78;
 --az-sky: #32b7d9;
 --az-gold: #f4a340;
 --az-sand: #fff7eb;
 --az-text: #243447;
 --az-muted: #64748b;
 --az-white: #fff;
 --az-border: #dce6ef;
 --az-shadow: 0 18px 50px rgba(8, 29, 49, .12)
}
* {
	box-sizing: border-box
}
html {
	scroll-behavior: smooth
}
body {
	margin: 0;
	color: var(--az-text);
	background: #fff;
	font-family: "Inter", system-ui, sans-serif;
	line-height: 1.7
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin: -12px
}
.row>* {
	padding: 12px
}
.g-0 {
	margin: 0
}
.g-0>* {
	padding: 0
}
.g-3 {
	margin: -8px
}
.g-3>* {
	padding: 8px
}
.g-4 {
	margin: -12px
}
.g-4>* {
	padding: 12px
}
.g-5 {
	margin: -18px
}
.g-5>* {
	padding: 18px
}
.align-items-center {
	align-items: center
}
.text-center {
	text-align: center
}
.col-lg-5, .col-lg-6, .col-lg-7, .col-md-6, .col-xl-3, .col-sm-6 {
	width: 100%
}
section {
	position: relative;
	padding: 92px 0!important;
}
h1, h2, h3, h4, p {
	margin-top: 0
}
h1, h2, h3 {
	color: var(--az-navy);
	line-height: 1.18
}
h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
	margin-bottom: 20px
}
h3 {
	font-size: 1.25rem
}
p {
	color: var(--az-muted)
}
a {
	text-decoration: none
}
.ms-az-pill {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 8px 15px;
	background: #e9f7fb;
	color: var(--az-blue);
	font-weight: 800;
 font-size: .78rem;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin-bottom: 18px
}
.ms-az-pill-light {
	background: rgba(255, 255, 255, .12);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .25)
}
.ms-az-btn-dark, .ms-az-btn-light, .ms-az-btn-outline-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 14px 22px;
	border-radius: 10px;
	font-weight: 800;
 transition: .25s;
 margin-top:15px;

}
.ms-az-btn-dark {
	background: var(--az-navy);
	color: #fff
}
.ms-az-btn-dark:hover {
	transform: translateY(-2px);
	background: var(--az-blue)
}
.ms-az-btn-light {
	background: #fff;
	color: var(--az-navy)
}
.ms-az-btn-light:hover {
	transform: translateY(-2px);
	background: var(--az-sand)
}
.ms-az-btn-outline-light {
	border: 1px solid rgba(255, 255, 255, .55);
	color: #fff
}
.ms-az-btn-outline-light:hover {
	background: #fff;
	color: var(--az-navy)
}
.az360-section {
	min-height: 760px;
	padding: 135px 0 55px;
	overflow: hidden;
	background: radial-gradient(circle at 18% 25%, rgba(50, 183, 217, .25), transparent 30%), radial-gradient(circle at 82% 18%, rgba(244, 163, 64, .22), transparent 28%), linear-gradient(135deg, #041421, #092b45 60%, #0c5676);
	color: #fff
}
.az360-wrap {
	position: relative;
	z-index: 2
}
.az360-bg-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(30px);
	opacity: .45
}
.az360-glow-left {
	width: 360px;
	height: 360px;
	background: #1eb7d9;
	left: -120px;
	top: 100px
}
.az360-glow-right {
	width: 340px;
	height: 340px;
	background: #f2a23a;
	right: -110px;
	bottom: 80px
}
.az360-orbit {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 50%;
	inset: 4% 18%;
	pointer-events: none
}
.az360-orbit-two {
	inset: 15% 28%
}
.az360-content {
	max-width: 1150px;
	margin: auto
}
.az360-kicker {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding: 8px 15px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	font-weight: 700
}
.az360-title {
	font-size: clamp(2.8rem, 6vw, 5.35rem);
	color: #fff;
	margin: 24px 0 18px
}
.az360-title span {
	display: block;
	color: #8fe9f6
}
.az360-divider {
	width: 84px;
	height: 4px;
	border-radius: 8px;
	background: var(--az-gold);
	margin: 0 auto 22px
}
.az360-tagline {
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	font-weight: 800;
	color: #fff
}
.az360-copy {
	max-width: 760px;
	margin: 0 auto 28px;
	color: #d7e9f4;
	font-size: 1.06rem
}
.az360-btn-row {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap
}
.az360-btn-primary, .az360-btn-secondary {
	padding: 14px 21px;
	border-radius: 10px;
	font-weight: 800;
	display: inline-flex;
	gap: 9px;
	align-items: center
}
.az360-btn-primary {
	background: var(--az-gold);
	color: #1e293b
}
.az360-btn-secondary {
	border: 1px solid rgba(255, 255, 255, .35);
	color: #fff;
	background: rgba(255, 255, 255, .07)
}
.az360-floating-card {
	position: absolute;
	display: flex;
	gap: 12px;
	align-items: center;
	width: 225px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 16px;
	background: rgba(255, 255, 255, .09);
	backdrop-filter: blur(10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, .18)
}
.az360-card-left {
	left: 0;
	top: 95px
}
.az360-card-right {
	right: 0;
	top: 180px
}
.az360-card-icon {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: rgba(244, 163, 64, .18);
	color: var(--az-gold);
	font-size: 1.2rem
}
.az360-floating-card h4 {
	color: #fff;
	margin: 0;
	font-size: 1rem
}
.az360-floating-card p {
	color: #cfe0ec;
 font-size: .78rem;
	line-height: 1.45;
	margin: 3px 0 0
}
.az360-services {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	margin-top: 80px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 16px;
	overflow: hidden;
	background: rgba(255, 255, 255, .12)
}
.az360-service-item {
	padding: 20px 14px;
	text-align: center;
	background: rgba(4, 20, 33, .48)
}
.az360-service-item i {
	display: block;
	color: var(--az-gold);
	font-size: 1.3rem;
	margin-bottom: 7px
}
.az360-service-item strong, .az360-service-item span {
	display: block;
	color: #fff
}
.az360-service-item span {
 font-size: .8rem;
	color: #bcd1df
}
.ms-az-intro {
	background: var(--az-sand)
}
.ms-az-intro .container {
	max-width: 920px
}
.ms-az-intro p {
	font-size: 1.06rem
}
.ms-az-heading {
	max-width: 800px;
	margin: 0 auto 42px
}
.ms-az-benefit-card, .ms-az-report-card, .ms-az-small-industry, .ms-az-trust-card {
	height: 100%;
	padding: 28px;
	border: 1px solid var(--az-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(8, 29, 49, .06);
 transition: .25s
}
.ms-az-benefit-card:hover, .ms-az-report-card:hover, .ms-az-small-industry:hover, .ms-az-trust-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--az-shadow)
}
.ms-az-benefit-icon, .ms-az-service-icon, .ms-az-industry-icon {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border-radius: 15px;
	background: #e8f7fb;
	color: var(--az-blue);
	font-size: 1.35rem;
	margin-bottom: 18px
}
.ms-az-check-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 35px
}
.ms-az-check-grid div {
	padding: 13px 15px;
	border-radius: 10px;
	background: #f7fafc;
	border: 1px solid var(--az-border);
	font-weight: 700
}
.ms-az-check-grid i {
	color: #1ca7c4;
	margin-right: 7px
}
.ms-az-approach {
	background: #f7fafc
}
.ms-az-image-placeholder {
	min-height: 430px;
	border-radius: 24px;
	background: linear-gradient(145deg, #dff5fb, #fff1dc);
	border: 1px dashed #75b6c9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 28px
}
.ms-az-image-placeholder.dark {
	background: linear-gradient(145deg, #0a2942, #0c5872);
	border-color: rgba(255, 255, 255, .22);
	color: #fff
}
.ms-az-image-placeholder.dark strong, .ms-az-image-placeholder.dark span {
	color: #fff
}
.ms-az-image-icon {
	font-size: 3rem;
	color: var(--az-blue);
	margin-bottom: 14px
}
.dark .ms-az-image-icon {
	color: var(--az-gold)
}
.ms-az-image-placeholder strong {
	display: block;
	word-break: break-word
}
.ms-az-metric-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 13px;
	margin: 25px 0
}
.ms-az-metric-list div {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 800
}
.ms-az-metric-list i {
	color: var(--az-gold)
}
.ms-az-ai, .ms-az-geo, .ms-az-trust {
	background: linear-gradient(135deg, #061827, #0a3b58);
	color: #fff
}
.ms-az-ai h2, .ms-az-ai p, .ms-az-geo h2, .ms-az-geo p, .ms-az-trust h2, .ms-az-trust p {
	color: #fff
}
.ms-az-ai-list>div>div, .ms-az-geo-grid div {
	padding: 13px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 10px;
	background: rgba(255, 255, 255, .07)
}
.ms-az-ai-list i, .ms-az-geo-grid i {
	color: var(--az-gold);
	margin-right: 8px
}
.ms-az-report-card>i, .ms-az-small-industry>i, .ms-az-trust-card>i {
	font-size: 1.8rem;
	color: var(--az-gold);
	margin-bottom: 16px
}
.ms-az-funnel {
	background: #f7fafc
}
.ms-az-section-copy {
	max-width: 760px;
	margin: 0 auto 36px
}
.ms-az-funnel-row {
	display: flex;
	align-items: stretch;
	gap: 10px
}
.ms-az-funnel-item {
	flex: 1;
	padding: 24px 16px;
	border: 1px solid var(--az-border);
	border-radius: 16px;
	background: #fff
}
.ms-az-funnel-item>span {
	font-weight: 900;
	color: #a5b4c3
}
.ms-az-funnel-item>i {
	display: block;
	font-size: 1.6rem;
	color: var(--az-blue);
	margin: 12px
}
.ms-az-funnel-arrow {
	display: grid;
	place-items: center;
	color: var(--az-gold)
}
.ms-az-service-card {
	height: 100%;
	padding: 30px;
	border-radius: 20px;
	border: 1px solid var(--az-border);
	background: #fff;
	box-shadow: 0 10px 35px rgba(8, 29, 49, .06)
}
.ms-az-service-top {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 15px
}
.ms-az-service-top span {
 font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--az-blue);
	font-weight: 900
}
.ms-az-service-top h3 {
	margin: 3px 0 0
}
.ms-az-service-card ul, .ms-az-industry-card ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7px 22px;
	padding-left: 20px
}
.ms-az-text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	font-weight: 900;
	color: var(--az-blue);
	margin-top: 10px
}
.ms-az-market {
	padding: 0;
	background: #081d30
}
.ms-az-market-content, .ms-az-market-visual {
	min-height: 520px;
	padding: 70px clamp(30px, 7vw, 90px);
	display: flex;
	flex-direction: column;
	justify-content: center
}
.ms-az-market-content {
	color: #fff
}
.ms-az-market-content h2, .ms-az-market-content p {
	color: #fff
}
.ms-az-industry-tags, .ms-az-platforms, .ms-az-voice-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 22px 0
}
.ms-az-industry-tags span, .ms-az-platforms span, .ms-az-voice-tags span {
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .15);
 font-size: .82rem
}
.ms-az-market-visual {
	align-items: center;
	text-align: center;
	background: linear-gradient(rgba(244, 163, 64, .13), rgba(50, 183, 217, .14)), linear-gradient(145deg, #113d5a, #0a263c)
}
.market-skyline i {
	font-size: 6rem;
	color: var(--az-gold)
}
.market-skyline h3, .market-skyline p {
	color: #fff
}
.ms-az-industries {
	background: var(--az-sand)
}
.ms-az-industry-card {
	height: 100%;
	overflow: hidden;
	border-radius: 22px;
	background: #fff;
	border: 1px solid var(--az-border);
	box-shadow: var(--az-shadow)
}
.ms-az-industry-visual {
	height: 180px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #0c4f73, #23abc9);
	color: #fff;
	font-size: 4rem
}
.ms-az-industry-visual.ecommerce {
	background: linear-gradient(135deg, #b6671e, #f0a93d)
}
.ms-az-industry-content {
	padding: 28px
}
.ms-az-platforms span {
	color: var(--az-blue);
	background: #edf8fb;
	border-color: #cfeaf1
}
.ms-az-geo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 25px 0
}
.ms-az-ai-visual {
	min-height: 420px;
	position: relative;
	display: grid;
	place-items: center
}
.ms-az-ai-center {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: linear-gradient(145deg, #fff, #dff7fb);
	color: var(--az-navy);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 22px rgba(255, 255, 255, .06)
}
.ms-az-ai-center i {
	font-size: 2rem;
	color: var(--az-blue)
}
.ms-az-ai-node {
	position: absolute;
	padding: 10px 13px;
	border-radius: 999px;
	background: #fff;
	color: var(--az-navy);
	font-weight: 800;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .2)
}
.node-one {
	top: 7%;
	left: 38%
}
.node-two {
	top: 27%;
	right: 2%
}
.node-three {
	bottom: 16%;
	right: 7%
}
.node-four {
	bottom: 7%;
	left: 14%
}
.node-five {
	top: 30%;
	left: 0
}
.ms-az-voice-icon {
	font-size: 3.6rem;
	color: var(--az-gold);
	margin-bottom: 15px
}
.ms-az-question-list {
	display: grid;
	gap: 12px
}
.ms-az-question-list div {
	padding: 17px;
	border: 1px solid var(--az-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(8, 29, 49, .06)
}
.ms-az-question-list i {
	color: var(--az-blue);
	margin-right: 10px
}
.ms-az-voice-tags span {
	background: #edf8fb;
	border-color: #cdeaf2;
	color: var(--az-blue)
}
.ms-az-cities {
	background: #f7fafc
}
.ms-az-city-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 13px
}
.ms-az-city-grid div {
	padding: 16px;
	border-radius: 11px;
	background: #fff;
	border: 1px solid var(--az-border);
	font-weight: 800
}
.ms-az-city-grid i {
	color: var(--az-gold);
	margin-right: 7px
}
.ms-az-trust-card {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .15);
	box-shadow: none
}
.ms-az-trust-card h3, .ms-az-trust-card p {
	color: #fff
}
.ms-az-trust-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px
}
.ms-az-faq {
	background: #fff
}
.ms-az-accordion {
	max-width: 1150px;
	margin: auto
}
.accordion-item {
	border: 1px solid var(--az-border);
	border-radius: 12px;
	margin-bottom: 12px;
	overflow: hidden
}
.accordion-header {
	margin: 0
}
.accordion-button {
	width: 100%;
	border: 0;
	background: #fff;
	padding: 19px 22px;
	text-align: left;
	font-size: 1rem;
	font-weight: 900;
	color: var(--az-navy);
	cursor: pointer
}
.accordion-body {
	padding: 0 22px 20px;
	color: var(--az-muted)
}
 .collapse:not(.show) {
 display: none
}
.ms-az-final-cta {
	background: linear-gradient(135deg, #0a3d59, #0a6b82);
	color: #fff
}
.ms-az-final-cta-inner {
	max-width: 900px;
	margin: auto
}
.ms-az-final-cta h2, .ms-az-final-cta p {
	color: #fff
}
.ms-az-final-actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 28px
}
 @media(min-width:576px) {
 .col-sm-6 {
 width: 50%
}
}
 @media(min-width:768px) {
 .col-md-6 {
 width: 50%
}
}
 @media(min-width:992px) {
 .col-lg-5 {
 width: 41.6667%
}
 .col-lg-6 {
 width: 50%
}
 .col-lg-7 {
 width: 58.3333%
}
}
 @media(min-width:1200px) {
 .col-xl-3 {
 width: 25%
}
}
 @media(max-width:1199px) {
 .az360-floating-card {
 display: none
}
 .az360-services {
 grid-template-columns: repeat(5, 1fr)
}
}
 @media(max-width:991px) {
 section {
 padding: 72px 0
}
 .az360-section {
 padding-top: 105px
}
 .az360-services {
 grid-template-columns: repeat(2, 1fr)
}
 .az360-service-item:last-child {
 grid-column: 1/-1
}
 .ms-az-funnel-row {
 display: grid;
 grid-template-columns: 1fr 1fr
}
 .ms-az-funnel-arrow {
 display: none
}
 .ms-az-city-grid {
 grid-template-columns: repeat(2, 1fr)
}
 .ms-az-market-content,  .ms-az-market-visual {
 min-height: auto
}
 .ms-az-ai-visual {
 margin-top: 15px
}
}
 @media(max-width:767px) {
 .container {
 width: min(100% - 24px, 1180px)
}
 section {
 padding: 58px 0
}
 .az360-section {
 min-height: auto;
 padding: 92px 0 35px
}
 .az360-title {
 font-size: 2.55rem
}
 .az360-services {
 margin-top: 48px
}
 .ms-az-check-grid,  .ms-az-metric-list,  .ms-az-geo-grid,  .ms-az-trust-grid {
 grid-template-columns: 1fr
}
 .ms-az-service-card ul,  .ms-az-industry-card ul {
 grid-template-columns: 1fr
}
 .ms-az-funnel-row {
 grid-template-columns: 1fr
}
 .ms-az-city-grid {
 grid-template-columns: 1fr 1fr
}
 .ms-az-ai-node {
 position: static;
 margin: 6px;
 display: inline-flex
}
 .ms-az-ai-visual {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-content: center;
 gap: 5px
}
 .ms-az-ai-center {
 width: 200px;
 height: 200px;
 margin: 10px 0
}
 .ms-az-market-content,  .ms-az-market-visual {
 padding: 52px 24px
}
}
 @media(max-width:480px) {
 .az360-services {
 grid-template-columns: 1fr
}
 .az360-service-item:last-child {
 grid-column: auto
}
 .az360-btn-row>a,  .ms-az-final-actions>a {
 width: 100%
}
 .ms-az-city-grid {
 grid-template-columns: 1fr
}
 .az360-title {
 font-size: 2.15rem
}
 .accordion-button {
 padding: 17px
}
 .accordion-body {
 padding: 0 17px 17px
}
}
