:root {
	--saas-navy: #0b1f50;
	--saas-ink: #14254f;
	--saas-text: #5f6d89;
	--saas-muted: #8d98ad;
	--saas-primary: #3d5cf4;
	--saas-primary-dark: #2d43d3;
	--saas-purple: #7648f5;
	--saas-cyan: #18b8ca;
	--saas-line: #e6eaf5;
	--saas-soft: #f7f9ff;
	--saas-container: 1480px;
	--saas-shadow: 0 20px 60px rgba(29, 48, 105, 0.1);
}

body.aimark-site {
	color: var(--saas-text);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.aimark-global-header {
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(222, 227, 242, 0.88);
	box-shadow: 0 6px 25px rgba(28, 47, 101, 0.035);
	backdrop-filter: blur(18px);
	height: 76px;
}

.aimark-main {
	background: #fff;
}

.saas-container,
.saas-header-inner,
.saas-footer-inner,
.saas-footer-bottom {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--saas-container);
	width: calc(100% - 96px);
}

.saas-header-inner {
	align-items: center;
	display: grid;
	grid-template-columns: 245px minmax(0, 1fr) 220px;
	height: 76px;
}

.saas-brand {
	align-items: center;
	color: var(--saas-navy) !important;
	display: inline-flex;
	gap: 10px;
	justify-self: start;
	line-height: 1;
}

.brandhub-mark {
	display: block;
	flex: 0 0 auto;
	height: 39px;
	width: 39px;
}

.saas-brand > span {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.saas-brand strong {
	color: inherit;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.4px;
}

.saas-brand small {
	color: #7985a1;
	font-size: 8.5px;
	font-weight: 650;
	letter-spacing: 0.2px;
}

.saas-navigation {
	height: 100%;
}

.saas-nav-list {
	align-items: stretch;
	display: flex;
	gap: clamp(22px, 2.2vw, 40px);
	height: 100%;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.saas-nav-list > li {
	align-items: center;
	display: flex;
	height: 100%;
	margin: 0;
	position: relative;
}

.saas-nav-list > li > a {
	align-items: center;
	color: #263455;
	display: flex;
	font-size: 13.5px;
	font-weight: 650;
	height: 100%;
	padding: 0;
	position: relative;
	text-transform: none;
}

.saas-nav-list > li:first-child > a {
	color: var(--saas-primary);
}

.saas-nav-list > li:first-child > a::after {
	background: linear-gradient(90deg, #3373ff, #7752f5);
	border-radius: 999px;
	bottom: 14px;
	content: "";
	height: 2px;
	left: 8px;
	position: absolute;
	right: 8px;
}

.saas-nav-list .menu-item-has-children > a::after {
	border-bottom: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	content: "";
	height: 5px;
	margin-left: 8px;
	position: static;
	transform: rotate(45deg) translateY(-2px);
	width: 5px;
}

.saas-navigation .sub-menu {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid var(--saas-line);
	border-radius: 14px;
	box-shadow: 0 22px 60px rgba(21, 39, 91, 0.14);
	left: -24px;
	list-style: none;
	margin: 0;
	min-width: 230px;
	opacity: 0;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	top: calc(100% - 8px);
	transform: translateY(8px);
	transition: 0.2s ease;
	visibility: hidden;
}

.saas-navigation li:hover > .sub-menu,
.saas-navigation li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.saas-navigation .sub-menu li {
	margin: 0;
}

.saas-navigation .sub-menu a {
	border-radius: 9px;
	color: #43506d;
	display: block;
	font-size: 13px;
	font-weight: 650;
	padding: 10px 12px;
	text-transform: none;
}

.saas-navigation .sub-menu a:hover {
	background: #f2f5ff;
	color: var(--saas-primary);
}

.saas-header-actions,
.saas-mobile-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.saas-login,
.saas-trial-button {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 12.5px;
	font-weight: 700;
	justify-content: center;
	min-height: 38px;
	padding: 0 17px;
	transition: 0.2s ease;
	white-space: nowrap;
}

.saas-login {
	border: 1px solid #d8deed;
	color: #33415f !important;
}

.saas-login:hover {
	border-color: #aebaf5;
	color: var(--saas-primary) !important;
}

.saas-trial-button {
	background: linear-gradient(135deg, var(--saas-primary), var(--saas-purple));
	box-shadow: 0 8px 20px rgba(75, 75, 229, 0.22);
	color: #fff !important;
}

.saas-trial-button:hover {
	box-shadow: 0 11px 25px rgba(75, 75, 229, 0.3);
	color: #fff !important;
	transform: translateY(-1px);
}

.saas-menu-toggle,
.saas-mobile-actions {
	display: none;
}

.saas-home {
	background: #fff;
	overflow: hidden;
}

.saas-home h1,
.saas-home h2,
.saas-home h3,
.saas-home p,
.saas-global-footer h2,
.saas-global-footer p {
	font-family: inherit;
}

.saas-hero {
	background:
		radial-gradient(circle at 11% 45%, rgba(92, 126, 255, 0.1), transparent 31%),
		radial-gradient(circle at 93% 16%, rgba(104, 80, 250, 0.2), transparent 27%),
		linear-gradient(115deg, #fff 0%, #fbfcff 48%, #eef3ff 100%);
	border-bottom: 1px solid #edf0f8;
	min-height: 660px;
	position: relative;
}

.saas-hero::before {
	background-image: radial-gradient(rgba(73, 96, 179, 0.13) 0.7px, transparent 0.7px);
	background-size: 18px 18px;
	content: "";
	inset: 0 0 0 54%;
	mask-image: linear-gradient(90deg, transparent, #000);
	opacity: 0.42;
	pointer-events: none;
	position: absolute;
}

.saas-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(40px, 5vw, 88px);
	grid-template-columns: minmax(390px, 0.86fr) minmax(620px, 1.34fr);
	min-height: 660px;
	padding-bottom: 62px;
	padding-top: 62px;
	position: relative;
}

.saas-hero-copy {
	position: relative;
	z-index: 3;
}

.saas-eyebrow {
	background: linear-gradient(90deg, #eef1ff, #f1eaff);
	border-radius: 999px;
	color: #5761dc;
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.35px;
	line-height: 1;
	padding: 8px 13px;
	text-transform: uppercase;
}

.saas-hero-copy h1 {
	color: var(--saas-navy);
	font-size: clamp(40px, 3.35vw, 62px);
	font-weight: 800;
	letter-spacing: -2.2px;
	line-height: 1.13;
	margin: 25px 0 22px;
	max-width: 680px;
}

.saas-hero-copy h1 span {
	-webkit-background-clip: text;
	background: linear-gradient(90deg, #3474ff, #7648f5);
	background-clip: text;
	color: transparent;
	display: block;
}

.saas-hero-copy > p {
	color: #65718b;
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 22px;
	max-width: 620px;
}

.saas-hero-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.saas-hero-benefits li {
	align-items: center;
	color: #4d5973;
	display: inline-flex;
	font-size: 12px;
	font-weight: 650;
	gap: 7px;
	margin: 0;
}

.saas-hero-benefits .aimark-icon,
.saas-why-copy li .aimark-icon,
.saas-trial-panel > ul .aimark-icon {
	background: #e9edff;
	border-radius: 50%;
	color: #496af5;
	font-size: 16px;
	padding: 2px;
}

.saas-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.saas-button {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 750;
	gap: 10px;
	justify-content: center;
	min-height: 51px;
	padding: 0 24px;
	transition: 0.25s ease;
}

.saas-button-primary {
	background: linear-gradient(135deg, #3867f5, #7750f5);
	box-shadow: 0 12px 25px rgba(65, 78, 225, 0.22);
	color: #fff !important;
}

.saas-button-primary:hover {
	box-shadow: 0 15px 30px rgba(65, 78, 225, 0.3);
	color: #fff !important;
	transform: translateY(-2px);
}

.saas-button-secondary {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid #b7c2f1;
	color: #4c5de1 !important;
}

.saas-button-secondary:hover {
	background: #fff;
	border-color: #6879e9;
}

.saas-button-secondary .aimark-icon {
	font-size: 20px;
}

.saas-hero-copy .saas-hero-note {
	color: #8a94a9;
	font-size: 10.5px;
	margin: 12px 0 0;
}

.saas-dashboard-stage {
	min-height: 510px;
	position: relative;
	z-index: 2;
}

.saas-dashboard-glow {
	background: radial-gradient(circle, rgba(101, 123, 255, 0.34), rgba(101, 123, 255, 0));
	filter: blur(22px);
	inset: -50px -50px -40px -80px;
	position: absolute;
}

.saas-dashboard {
	background: #f7f8fc;
	border: 8px solid rgba(255, 255, 255, 0.93);
	border-radius: 17px;
	box-shadow: 0 28px 80px rgba(27, 50, 130, 0.18), 0 3px 12px rgba(53, 77, 160, 0.1);
	display: grid;
	grid-template-columns: 126px 1fr;
	height: 490px;
	overflow: hidden;
	position: relative;
	transform: perspective(1400px) rotateY(-1.5deg) rotateX(0.8deg);
	width: 100%;
}

.saas-dashboard-sidebar {
	background: linear-gradient(180deg, #101d57 0%, #11194a 100%);
	color: #b8c1e2;
	padding: 15px 11px;
}

.saas-dashboard-brand {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 11px;
	font-weight: 750;
	gap: 6px;
	margin-bottom: 23px;
}

.saas-dashboard-brand .brandhub-mark {
	height: 23px;
	width: 23px;
}

.saas-dashboard-brand > span {
	display: flex;
	flex-direction: column;
}

.saas-dashboard-brand small {
	color: #8e9acc;
	font-size: 5px;
	font-weight: 500;
	margin-top: 2px;
}

.saas-dashboard-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.saas-dashboard-sidebar li {
	align-items: center;
	border-radius: 5px;
	display: flex;
	font-size: 8px;
	font-weight: 600;
	gap: 8px;
	margin: 0 0 7px;
	padding: 8px 7px;
}

.saas-dashboard-sidebar li.is-active {
	background: linear-gradient(90deg, #465ce7, #6952e5);
	color: #fff;
}

.saas-dashboard-sidebar .aimark-icon {
	font-size: 12px;
}

.saas-dashboard-content {
	min-width: 0;
	padding: 0 18px 18px;
}

.saas-dashboard-topbar {
	align-items: center;
	background: #fff;
	box-shadow: 0 1px 0 #edf0f7;
	display: flex;
	height: 44px;
	justify-content: space-between;
	margin: 0 -18px 15px;
	padding: 0 16px;
}

.saas-dashboard-topbar > span {
	align-items: center;
	background: #f6f7fb;
	border: 1px solid #eef0f6;
	border-radius: 5px;
	color: #a3abc0;
	display: flex;
	font-size: 7px;
	gap: 6px;
	height: 25px;
	padding: 0 10px;
	width: 170px;
}

.saas-dashboard-topbar > div {
	align-items: center;
	display: flex;
	gap: 10px;
}

.saas-dashboard-topbar i {
	background: #c6cce0;
	border-radius: 50%;
	display: block;
	height: 6px;
	width: 6px;
}

.saas-dashboard-topbar b {
	align-items: center;
	background: linear-gradient(135deg, #ffd07c, #f5885a);
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 6px;
	height: 23px;
	justify-content: center;
	width: 23px;
}

.saas-dashboard-welcome {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}

.saas-dashboard-welcome > div {
	display: flex;
	flex-direction: column;
}

.saas-dashboard-welcome strong {
	color: #21305a;
	font-size: 13px;
}

.saas-dashboard-welcome small,
.saas-dashboard-welcome > span {
	color: #9aa3b8;
	font-size: 6.5px;
	margin-top: 4px;
}

.saas-kpi-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 12px;
}

.saas-kpi-grid > div {
	background: #fff;
	border: 1px solid #edf0f7;
	border-radius: 8px;
	box-shadow: 0 5px 16px rgba(40, 57, 112, 0.04);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 12px;
}

.saas-kpi-grid small {
	color: #8791a8;
	font-size: 7px;
}

.saas-kpi-grid strong {
	color: #1b2b57;
	font-size: 14px;
	margin: 7px 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.saas-kpi-grid span {
	font-size: 6px;
	font-weight: 700;
}

.saas-kpi-grid span em {
	color: #9da5b7;
	font-style: normal;
	font-weight: 500;
}

.saas-kpi-grid .is-up {
	color: #20be77;
}

.saas-kpi-grid .is-down {
	color: #ff7d58;
}

.saas-dashboard-charts {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1.65fr) minmax(150px, 0.8fr);
}

.saas-revenue-chart,
.saas-source-chart {
	background: #fff;
	border: 1px solid #edf0f7;
	border-radius: 8px;
	box-shadow: 0 5px 16px rgba(40, 57, 112, 0.04);
	height: 228px;
	padding: 12px;
}

.saas-revenue-chart > strong,
.saas-source-chart > strong {
	color: #27365e;
	display: block;
	font-size: 8px;
	margin-bottom: 5px;
}

.saas-revenue-chart svg {
	display: block;
	height: 180px;
	width: 100%;
}

.saas-chart-grid path {
	fill: none;
	stroke: #edf0f7;
	stroke-width: 1;
}

.saas-chart-area {
	fill: url(#revenueFill);
}

.saas-chart-line {
	fill: none;
	stroke: #4d74ff;
	stroke-linecap: round;
	stroke-width: 3;
}

.saas-chart-points circle {
	fill: #fff;
	stroke: #4d74ff;
	stroke-width: 2.5;
}

.saas-chart-labels text {
	fill: #a3aabd;
	font-size: 9px;
}

.saas-source-chart {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.saas-source-chart > strong {
	align-self: stretch;
}

.saas-donut {
	align-items: center;
	background: conic-gradient(#4264ef 0 40%, #347ddf 40% 65%, #62b8ee 65% 85%, #61d0ad 85%);
	border-radius: 50%;
	display: flex;
	height: 95px;
	justify-content: center;
	margin: 9px 0 11px;
	position: relative;
	width: 95px;
}

.saas-donut::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	inset: 13px;
	position: absolute;
}

.saas-donut span {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
}

.saas-donut b {
	color: #23335d;
	font-size: 12px;
}

.saas-donut small {
	color: #9aa2b6;
	font-size: 5px;
}

.saas-source-chart ul {
	align-self: stretch;
	list-style: none;
	margin: 0;
	padding: 0;
}

.saas-source-chart li {
	align-items: center;
	color: #7d879d;
	display: grid;
	font-size: 6px;
	grid-template-columns: 7px 1fr auto;
	margin: 0 0 5px;
}

.saas-source-chart li i {
	background: #4264ef;
	border-radius: 50%;
	height: 4px;
	width: 4px;
}

.saas-source-chart li:nth-child(2) i {
	background: #347ddf;
}

.saas-source-chart li:nth-child(3) i {
	background: #62b8ee;
}

.saas-source-chart li:nth-child(4) i {
	background: #61d0ad;
}

.saas-source-chart li b {
	color: #56627d;
	font-size: 6px;
}

.saas-floating-card {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #edf0f8;
	border-radius: 10px;
	box-shadow: 0 16px 38px rgba(27, 46, 105, 0.14);
	position: absolute;
	z-index: 4;
}

.saas-online-card {
	bottom: 74px;
	left: -55px;
	padding: 12px 14px;
	width: 155px;
}

.saas-online-card > div,
.saas-task-card > span {
	color: #8791a7;
	display: block;
	font-size: 7px;
}

.saas-live-dot {
	background: #24c67d;
	border-radius: 50%;
	display: inline-block;
	height: 5px;
	margin-right: 4px;
	width: 5px;
}

.saas-online-card > strong,
.saas-task-card > strong {
	color: #24345e;
	display: block;
	font-size: 17px;
	margin: 5px 0 7px;
}

.saas-online-card > strong small {
	color: #8e98ae;
	font-size: 9px;
}

.saas-avatar-stack {
	display: flex;
}

.saas-avatar-stack i {
	align-items: center;
	background: #536fe8;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 5px;
	font-style: normal;
	height: 20px;
	justify-content: center;
	margin-left: -4px;
	width: 20px;
}

.saas-avatar-stack i:nth-child(2) {
	background: #ef9c55;
}

.saas-avatar-stack i:nth-child(3) {
	background: #3db895;
}

.saas-avatar-stack i:last-child {
	background: #eef1ff;
	color: #5967b7;
}

.saas-task-card {
	bottom: -15px;
	left: 36px;
	padding: 13px 15px;
	width: 165px;
}

.saas-task-card > div {
	background: #edf0f7;
	border-radius: 999px;
	height: 5px;
	overflow: hidden;
}

.saas-task-card > div i {
	background: linear-gradient(90deg, #30bd81, #58d69d);
	display: block;
	height: 100%;
	width: var(--progress);
}

.saas-task-card > small {
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
}

.saas-task-card > small b {
	color: #9099ac;
	font-size: 5.5px;
	font-weight: 500;
}

.saas-trust {
	background: #fff;
	border-bottom: 1px solid #edf0f7;
	padding: 24px 0 30px;
}

.saas-trust p {
	color: #73809a;
	font-size: 11px;
	margin: 0 0 23px;
	text-align: center;
}

.saas-logo-row {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(6, 1fr);
	text-align: center;
}

.saas-logo-row > span {
	color: #53617f;
	display: inline-block;
	font-size: 15px;
	font-weight: 750;
	filter: saturate(0.75);
	opacity: 0.9;
}

.saas-logo-row .logo-toto {
	color: #d62e38;
	font-family: Georgia, serif;
}

.saas-logo-row .logo-nhaviet {
	color: #659d4a;
}

.saas-logo-row .logo-longsbs {
	color: #1f98ce;
}

.saas-logo-row .logo-ires {
	color: #1b63b6;
	font-family: Georgia, serif;
	font-size: 20px;
}

.saas-logo-row .logo-ires b {
	color: #54a831;
	font-family: Inter, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
}

.saas-logo-row .logo-greenstar {
	color: #168049;
}

.saas-logo-row .logo-lctech b {
	color: #f15a62;
}

.saas-section {
	padding: 90px 0;
}

.saas-section-heading {
	margin: 0 auto 42px;
	max-width: 760px;
	text-align: center;
}

.saas-section-heading h2,
.saas-why-copy h2 {
	color: var(--saas-navy);
	font-size: clamp(30px, 2.5vw, 42px);
	font-weight: 800;
	letter-spacing: -1.25px;
	line-height: 1.2;
	margin: 17px 0 7px;
}

.saas-section-heading p,
.saas-why-copy > p {
	color: #7b879d;
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
}

.saas-products {
	background:
		radial-gradient(circle at 11% 78%, rgba(77, 107, 247, 0.07), transparent 20%),
		linear-gradient(#fff, #fdfdff);
}

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

.saas-product-card {
	align-items: center;
	background: linear-gradient(160deg, #fff, #f9fbff);
	border: 1px solid #dce5f8;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	min-height: 315px;
	padding: 34px 25px 26px;
	text-align: center;
	transition: 0.3s ease;
}

.saas-product-card:hover {
	border-color: #b9c8f4;
	box-shadow: 0 22px 55px rgba(36, 57, 119, 0.1);
	transform: translateY(-7px);
}

.saas-product-icon {
	align-items: center;
	background: linear-gradient(135deg, #eaf1ff, #d9e6ff);
	border-radius: 17px;
	box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.58);
	color: #3970ed;
	display: flex;
	font-size: 39px;
	height: 78px;
	justify-content: center;
	margin-bottom: 25px;
	transform: rotate(-2deg);
	width: 78px;
}

.saas-product-card.is-orange {
	background: linear-gradient(160deg, #fff, #fffaf4);
	border-color: #f1dfcd;
}

.saas-product-card.is-orange .saas-product-icon {
	background: linear-gradient(135deg, #fff2df, #ffe0bd);
	color: #e99a3f;
}

.saas-product-card.is-cyan {
	background: linear-gradient(160deg, #fff, #f5fcfd);
	border-color: #d2e9ec;
}

.saas-product-card.is-cyan .saas-product-icon {
	background: linear-gradient(135deg, #e1f9fb, #c8eff2);
	color: #18aebe;
}

.saas-product-card.is-violet .saas-product-icon {
	background: linear-gradient(135deg, #f2efff, #dcd8ff);
	color: #6c5de2;
}

.saas-product-card.is-indigo .saas-product-icon {
	background: linear-gradient(135deg, #eff0ff, #d7dbff);
	color: #5a59e4;
}

.saas-product-card h3 {
	color: #1d2e59;
	font-size: 18px;
	font-weight: 780;
	margin: 0 0 13px;
}

.saas-product-card p {
	color: #68748b;
	font-size: 12.5px;
	line-height: 1.65;
	margin: 0 0 20px;
}

.saas-product-link {
	align-items: center;
	color: #5262df;
	display: inline-flex;
	font-size: 11.5px;
	font-weight: 750;
	gap: 7px;
	margin-top: auto;
}

.saas-product-link .aimark-icon {
	transition: transform 0.2s ease;
}

.saas-product-card:hover .saas-product-link .aimark-icon {
	transform: translateX(3px);
}

.saas-why {
	background: #fff;
	padding-bottom: 80px;
	padding-top: 55px;
}

.saas-why-grid {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(350px, 0.82fr) minmax(600px, 1.18fr);
}

.saas-why-copy {
	padding-left: 8%;
}

.saas-why-copy h2 {
	font-size: clamp(34px, 2.7vw, 46px);
	max-width: 580px;
}

.saas-why-copy > p {
	font-size: 14px;
	max-width: 560px;
}

.saas-why-copy ul {
	list-style: none;
	margin: 24px 0 29px;
	padding: 0;
}

.saas-why-copy li {
	align-items: center;
	color: #53607a;
	display: flex;
	font-size: 12.5px;
	font-weight: 650;
	gap: 9px;
	margin: 0 0 11px;
}

.saas-why-copy .saas-button {
	min-height: 46px;
}

.saas-orbit {
	height: 510px;
	position: relative;
}

.saas-orbit::before {
	background: radial-gradient(circle, rgba(93, 117, 247, 0.16), rgba(93, 117, 247, 0) 66%);
	content: "";
	inset: 2% 4%;
	position: absolute;
}

.saas-orbit-ring {
	border: 1px solid rgba(93, 116, 221, 0.18);
	border-radius: 50%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ring-one {
	background: rgba(244, 246, 255, 0.58);
	height: 235px;
	width: 235px;
}

.ring-two {
	height: 350px;
	width: 350px;
}

.ring-three {
	height: 475px;
	width: 475px;
}

.saas-orbit-core {
	align-items: center;
	background: linear-gradient(145deg, #3373ff, #7b48ef);
	border: 12px solid rgba(255, 255, 255, 0.48);
	border-radius: 50%;
	box-shadow: 0 18px 48px rgba(67, 79, 223, 0.28);
	display: flex;
	height: 132px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 132px;
	z-index: 2;
}

.saas-orbit-core .brandhub-mark {
	height: 70px;
	width: 70px;
}

.saas-orbit-core .brandhub-mark rect {
	fill: transparent;
}

.saas-orbit-stat {
	color: #65728e;
	display: flex;
	flex-direction: column;
	font-size: 10px;
	position: absolute;
	z-index: 3;
}

.saas-orbit-stat strong {
	color: #1c3872;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 9px;
}

.saas-orbit-stat i {
	align-items: center;
	background: #fff;
	border: 1px solid #e6eafb;
	border-radius: 50%;
	box-shadow: 0 10px 28px rgba(43, 58, 119, 0.1);
	color: #536df1;
	display: flex;
	font-size: 25px;
	height: 58px;
	justify-content: center;
	margin-bottom: 13px;
	width: 58px;
}

.stat-uptime {
	left: 3%;
	top: 18%;
}

.stat-business {
	right: 2%;
	top: 14%;
}

.stat-business i {
	color: #7358e7;
}

.stat-users {
	bottom: 10%;
	left: 0;
}

.stat-users i {
	color: #1bb5ae;
}

.stat-support {
	bottom: 9%;
	right: 0;
}

.stat-support i {
	color: #db49bf;
}

.saas-process {
	background: linear-gradient(#fff, #fbfcff);
	padding-top: 65px;
}

.saas-process .saas-section-heading {
	margin-bottom: 38px;
}

.saas-process-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.saas-process-grid article {
	align-items: center;
	background: #fff;
	border: 1px solid #e9edf6;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(42, 61, 119, 0.055);
	display: grid;
	gap: 14px;
	grid-template-columns: 52px 1fr;
	min-height: 105px;
	padding: 17px;
	position: relative;
}

.saas-step-icon {
	align-items: center;
	background: #eef3ff;
	border-radius: 13px;
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.55);
	color: #5474ec;
	display: flex;
	font-size: 23px;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.saas-process-grid article:nth-child(2) .saas-step-icon {
	background: #eef0ff;
	color: #6659e7;
}

.saas-process-grid article:nth-child(3) .saas-step-icon {
	background: #eaf9f6;
	color: #1bb69d;
}

.saas-process-grid article:nth-child(4) .saas-step-icon {
	background: #f4efff;
	color: #8b5dec;
}

.saas-process-grid article:nth-child(5) .saas-step-icon {
	background: #ebf9fa;
	color: #20abb2;
}

.saas-process-grid article span {
	color: #6574ba;
	display: block;
	font-size: 9px;
	font-weight: 800;
	margin-bottom: 4px;
}

.saas-process-grid h3 {
	color: #27375c;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.25;
	margin: 0 0 4px;
}

.saas-process-grid p {
	color: #8a94a8;
	font-size: 9px;
	line-height: 1.45;
	margin: 0;
}

.saas-step-arrow {
	align-items: center;
	color: #3e9de0;
	display: flex;
	font-size: 19px;
	font-style: normal;
	height: 32px;
	justify-content: center;
	position: absolute;
	right: -26px;
	top: calc(50% - 16px);
	width: 32px;
	z-index: 3;
}

.saas-use-cases {
	background:
		radial-gradient(circle at 50% 10%, rgba(88, 112, 237, 0.07), transparent 26%),
		#fff;
	padding-top: 70px;
}

.saas-use-case-slider {
	position: relative;
}

.saas-use-case-track {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, 1fr);
}

.saas-use-case-card {
	background: #fff;
	border: 1px solid #e8ebf5;
	border-radius: 12px;
	box-shadow: 0 14px 40px rgba(37, 55, 111, 0.07);
	min-height: 235px;
	padding: 28px 30px;
	transition: 0.25s ease;
}

.saas-use-case-card:hover {
	box-shadow: 0 20px 50px rgba(37, 55, 111, 0.11);
	transform: translateY(-4px);
}

.saas-use-case-top {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.saas-use-case-top > span {
	align-items: center;
	background: #eef2ff;
	border-radius: 50%;
	color: #536bf1;
	display: flex;
	font-size: 23px;
	height: 45px;
	justify-content: center;
	width: 45px;
}

.saas-use-case-top small {
	background: #f2f4fb;
	border-radius: 999px;
	color: #697590;
	font-size: 9px;
	font-weight: 750;
	padding: 6px 10px;
	text-transform: uppercase;
}

.saas-stars {
	color: #ffb400;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 18px 0 13px;
}

.saas-use-case-card p {
	color: #536079;
	font-size: 13px;
	line-height: 1.65;
	margin: 0 0 18px;
}

.saas-use-case-card > strong {
	color: #23345c;
	font-size: 12px;
}

.saas-slider-dots {
	display: flex;
	gap: 6px;
	justify-content: center;
	margin-top: 28px;
}

.saas-slider-dots button {
	background: #b9c4e8;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	height: 7px;
	margin: 0;
	min-height: 7px;
	min-width: 7px;
	padding: 0;
	width: 7px;
}

.saas-slider-dots button.is-active {
	background: #4d68ed;
	width: 22px;
}

.saas-trial {
	background: #fff;
	padding: 0 0 0;
}

.saas-trial-panel {
	background:
		radial-gradient(circle at 75% 35%, rgba(255, 255, 255, 0.21), transparent 21%),
		linear-gradient(110deg, #2381f2 0%, #4456ed 50%, #7545ee 100%);
	border-radius: 13px;
	box-shadow: 0 22px 55px rgba(54, 77, 215, 0.22);
	color: #fff;
	min-height: 245px;
	overflow: hidden;
	padding: 43px 46% 34px 55px;
	position: relative;
}

.saas-trial-copy > span {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.8px;
}

.saas-trial-copy h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.6px;
	margin: 8px 0 6px;
}

.saas-trial-copy p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 11.5px;
	margin: 0 0 17px;
}

.saas-trial-form {
	display: grid;
	grid-template-columns: 1fr auto;
	max-width: 475px;
	position: relative;
}

.saas-trial-form > input[type="email"] {
	background: #fff;
	border: 0;
	border-radius: 7px 0 0 7px;
	box-shadow: none;
	color: #33405f;
	font-size: 12px;
	height: 45px;
	margin: 0;
	padding: 0 16px;
}

.saas-trial-form > input[type="email"]:focus {
	box-shadow: inset 0 0 0 2px #a9b8ff;
}

.saas-trial-form button {
	align-items: center;
	background: #3549cf;
	border: 4px solid #fff;
	border-radius: 0 7px 7px 0;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 750;
	gap: 6px;
	height: 45px;
	margin: 0;
	padding: 0 14px;
	text-transform: none;
}

.saas-trial-form button:hover {
	background: #2639bf;
	box-shadow: none;
}

.saas-trial-form button:disabled {
	cursor: wait;
	opacity: 0.74;
}

.brandhub-honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.saas-form-status {
	color: #fff;
	font-size: 10px;
	grid-column: 1 / -1;
	margin: 7px 0 0;
	min-height: 15px;
}

.saas-form-status.is-error {
	color: #ffe1df;
}

.saas-trial-panel > ul {
	display: flex;
	gap: 20px;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}

.saas-trial-panel > ul li {
	align-items: center;
	color: rgba(255, 255, 255, 0.86);
	display: flex;
	font-size: 9px;
	gap: 5px;
	margin: 0;
}

.saas-trial-panel > ul .aimark-icon {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 12px;
}

.saas-trial-visual {
	bottom: -22px;
	height: 240px;
	position: absolute;
	right: 7%;
	transform: perspective(700px) rotateY(-12deg) rotateX(6deg);
	width: 420px;
}

.saas-mini-window {
	background: rgba(255, 255, 255, 0.95);
	border: 7px solid rgba(255, 255, 255, 0.45);
	border-radius: 12px;
	box-shadow: 0 25px 55px rgba(25, 30, 122, 0.28);
	height: 178px;
	left: 38px;
	padding: 18px;
	position: absolute;
	top: 25px;
	width: 310px;
}

.saas-mini-window > span {
	background: #e6eafd;
	border-radius: 3px;
	display: inline-block;
	height: 6px;
	margin-right: 3px;
	width: 6px;
}

.saas-mini-window > span:first-child {
	background: #ff9a95;
}

.saas-mini-window > span:nth-child(2) {
	background: #ffd26d;
}

.saas-mini-window > span:nth-child(3) {
	background: #7bdba8;
}

.saas-mini-window > div {
	align-items: end;
	border-bottom: 1px solid #e9ecf7;
	display: flex;
	gap: 18px;
	height: 110px;
	margin-top: 9px;
	padding: 0 20px 0;
}

.saas-mini-window i {
	background: linear-gradient(#8a73f4, #4d67ec);
	border-radius: 6px 6px 0 0;
	display: block;
	height: 40%;
	width: 30px;
}

.saas-mini-window i:nth-child(2) {
	height: 68%;
}

.saas-mini-window i:nth-child(3) {
	height: 52%;
}

.saas-mini-window i:nth-child(4) {
	height: 88%;
}

.saas-mini-chart {
	align-items: end;
	background: #fff;
	border-radius: 9px;
	bottom: 14px;
	box-shadow: 0 13px 35px rgba(33, 38, 132, 0.25);
	display: flex;
	gap: 6px;
	height: 85px;
	padding: 18px;
	position: absolute;
	right: 0;
	width: 125px;
}

.saas-mini-chart b {
	background: #4c69ed;
	border-radius: 2px 2px 0 0;
	height: 35%;
	width: 11px;
}

.saas-mini-chart b:nth-child(2) {
	height: 62%;
}

.saas-mini-chart b:nth-child(3) {
	height: 48%;
}

.saas-mini-chart b:nth-child(4) {
	height: 82%;
}

.saas-mini-chart b:nth-child(5) {
	height: 100%;
}

.aimark-global-footer {
	background: linear-gradient(115deg, #071a47, #0d285b);
	color: #aebbd7;
	margin-top: 8px;
}

.saas-footer-inner {
	display: grid;
	gap: 45px;
	grid-template-columns: 1.45fr repeat(4, 0.8fr);
	padding-bottom: 43px;
	padding-top: 52px;
}

.saas-brand-light {
	color: #fff !important;
}

.saas-brand-light small {
	color: #9eb0d4;
}

.saas-footer-brand > p {
	color: #aebbd7;
	font-size: 12px;
	line-height: 1.75;
	margin: 18px 0;
	max-width: 290px;
}

.saas-footer-socials {
	display: flex;
	gap: 8px;
}

.saas-footer-socials a {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	color: #c8d3e9;
	display: flex;
	font-size: 13px;
	font-weight: 750;
	height: 29px;
	justify-content: center;
	width: 29px;
}

.saas-footer-column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.saas-footer-column h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	margin: 2px 0 7px;
}

.saas-footer-column a,
.saas-footer-column > span {
	color: #afbdd7;
	font-size: 11.5px;
	line-height: 1.45;
}

.saas-footer-column a:hover {
	color: #fff;
}

.saas-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	font-size: 10px;
	justify-content: space-between;
	padding-bottom: 22px;
	padding-top: 18px;
}

.saas-footer-bottom > span:last-child {
	align-items: center;
	display: flex;
	gap: 14px;
}

.saas-footer-bottom a {
	color: #aebbd7;
}

.saas-footer-bottom i {
	background: rgba(255, 255, 255, 0.2);
	display: block;
	height: 12px;
	width: 1px;
}

.saas-chat-button {
	align-items: center;
	background: linear-gradient(135deg, #357dff, #5b57ee);
	border: 4px solid rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	bottom: 20px;
	box-shadow: 0 12px 30px rgba(52, 80, 218, 0.32);
	color: #fff !important;
	display: flex;
	font-size: 21px;
	height: 54px;
	justify-content: center;
	position: fixed;
	right: 20px;
	width: 54px;
	z-index: 100;
}

.aimark-site #button-contact-vr,
.aimark-site .button-contact,
.aimark-site .phonering-alo-phone {
	display: none !important;
}

@media (max-width: 1320px) {
	.saas-container,
	.saas-header-inner,
	.saas-footer-inner,
	.saas-footer-bottom {
		width: calc(100% - 64px);
	}

	.saas-header-inner {
		grid-template-columns: 205px minmax(0, 1fr) 205px;
	}

	.saas-nav-list {
		gap: 20px;
	}

	.saas-nav-list > li > a {
		font-size: 12.5px;
	}

	.saas-hero-grid {
		gap: 40px;
		grid-template-columns: minmax(350px, 0.82fr) minmax(550px, 1.18fr);
	}

	.saas-dashboard {
		grid-template-columns: 110px 1fr;
	}

	.saas-online-card {
		left: -25px;
	}

	.saas-product-grid {
		gap: 15px;
	}

	.saas-product-card {
		padding-left: 18px;
		padding-right: 18px;
	}

	.saas-why-copy {
		padding-left: 2%;
	}

	.saas-process-grid article {
		gap: 9px;
		grid-template-columns: 45px 1fr;
		padding: 12px;
	}

	.saas-step-icon {
		height: 45px;
		width: 45px;
	}
}

@media (max-width: 1080px) {
	body.aimark-menu-open {
		overflow: hidden;
	}

	.saas-header-inner {
		grid-template-columns: 1fr auto;
	}

	.saas-header-actions {
		display: none;
	}

	.saas-menu-toggle {
		align-items: center;
		background: #f1f4ff;
		border: 0;
		border-radius: 9px;
		box-shadow: none;
		color: var(--saas-navy);
		display: flex;
		font-size: 23px;
		height: 42px;
		justify-content: center;
		margin: 0;
		min-height: 42px;
		padding: 0;
		width: 42px;
	}

	.saas-navigation {
		background: #fff;
		box-shadow: 0 25px 50px rgba(20, 38, 90, 0.16);
		height: auto;
		left: 0;
		opacity: 0;
		padding: 18px 32px 26px;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 76px;
		transform: translateY(-12px);
		transition: 0.22s ease;
		visibility: hidden;
	}

	.admin-bar .saas-navigation {
		top: 108px;
	}

	.saas-navigation.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.saas-nav-list {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		height: auto;
	}

	.saas-nav-list > li {
		align-items: stretch;
		border-bottom: 1px solid #edf0f7;
		flex-direction: column;
		height: auto;
	}

	.saas-nav-list > li > a {
		font-size: 14px;
		height: auto;
		padding: 12px 2px;
	}

	.saas-nav-list > li:first-child > a::after {
		display: none;
	}

	.saas-navigation .sub-menu {
		background: #f7f8fc;
		border: 0;
		box-shadow: none;
		display: grid;
		gap: 2px;
		grid-template-columns: repeat(2, 1fr);
		left: auto;
		margin-bottom: 10px;
		min-width: 0;
		opacity: 1;
		padding: 8px;
		pointer-events: auto;
		position: static;
		transform: none;
		visibility: visible;
	}

	.saas-mobile-actions {
		display: flex;
		justify-content: stretch;
		margin-top: 18px;
	}

	.saas-mobile-actions a {
		flex: 1;
	}

	.saas-hero-grid {
		grid-template-columns: 1fr;
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.saas-hero-copy {
		margin: 0 auto;
		max-width: 760px;
		text-align: center;
	}

	.saas-hero-copy h1,
	.saas-hero-copy > p {
		margin-left: auto;
		margin-right: auto;
	}

	.saas-hero-benefits,
	.saas-hero-actions {
		justify-content: center;
	}

	.saas-dashboard-stage {
		margin: 0 auto;
		max-width: 820px;
		width: 92%;
	}

	.saas-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.saas-why-grid {
		gap: 30px;
		grid-template-columns: 1fr;
	}

	.saas-why-copy {
		margin: 0 auto;
		max-width: 700px;
		padding: 0;
		text-align: center;
	}

	.saas-why-copy > p {
		margin-left: auto;
		margin-right: auto;
	}

	.saas-why-copy ul {
		display: inline-block;
		text-align: left;
	}

	.saas-orbit {
		margin: 0 auto;
		max-width: 720px;
		width: 100%;
	}

	.saas-process-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.saas-process-grid article:last-child {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: 340px;
		width: 100%;
	}

	.saas-step-arrow {
		display: none;
	}

	.saas-use-case-track {
		gap: 18px;
	}

	.saas-footer-inner {
		grid-template-columns: 1.4fr repeat(2, 1fr);
	}

	.saas-footer-brand {
		grid-row: span 2;
	}
}

@media (max-width: 760px) {
	.saas-container,
	.saas-header-inner,
	.saas-footer-inner,
	.saas-footer-bottom {
		width: calc(100% - 34px);
	}

	.aimark-global-header,
	.saas-header-inner {
		height: 68px;
	}

	.admin-bar .aimark-global-header {
		top: 46px;
	}

	.saas-navigation {
		padding-left: 17px;
		padding-right: 17px;
		top: 68px;
	}

	.admin-bar .saas-navigation {
		top: 114px;
	}

	.saas-brand strong {
		font-size: 17px;
	}

	.brandhub-mark {
		height: 36px;
		width: 36px;
	}

	.saas-hero-grid {
		gap: 36px;
		padding-bottom: 48px;
		padding-top: 52px;
	}

	.saas-hero-copy h1 {
		font-size: clamp(35px, 10vw, 46px);
		letter-spacing: -1.5px;
		margin-top: 20px;
	}

	.saas-hero-copy > p {
		font-size: 14px;
	}

	.saas-hero-benefits {
		gap: 11px 14px;
	}

	.saas-hero-benefits li {
		font-size: 11px;
	}

	.saas-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.saas-button {
		width: 100%;
	}

	.saas-dashboard-stage {
		height: 300px;
		min-height: 300px;
		overflow: hidden;
		width: 100%;
	}

	.saas-dashboard {
		height: 490px;
		transform: scale(0.54);
		transform-origin: left top;
		width: 185%;
	}

	.saas-floating-card {
		display: none;
	}

	.saas-trust {
		padding-bottom: 25px;
	}

	.saas-logo-row {
		gap: 22px 12px;
		grid-template-columns: repeat(2, 1fr);
	}

	.saas-logo-row > span {
		font-size: 12px;
	}

	.saas-section {
		padding: 68px 0;
	}

	.saas-section-heading {
		margin-bottom: 32px;
	}

	.saas-section-heading h2,
	.saas-why-copy h2 {
		font-size: 31px;
		letter-spacing: -0.8px;
	}

	.saas-product-grid {
		grid-template-columns: 1fr;
	}

	.saas-product-card {
		min-height: 280px;
	}

	.saas-product-card:hover {
		transform: translateY(-4px);
	}

	.saas-why {
		padding-top: 30px;
	}

	.saas-why-copy li {
		font-size: 11.5px;
	}

	.saas-orbit {
		height: 410px;
	}

	.ring-one {
		height: 160px;
		width: 160px;
	}

	.ring-two {
		height: 245px;
		width: 245px;
	}

	.ring-three {
		height: 335px;
		width: 335px;
	}

	.saas-orbit-core {
		height: 100px;
		width: 100px;
	}

	.saas-orbit-core .brandhub-mark {
		height: 55px;
		width: 55px;
	}

	.saas-orbit-stat strong {
		font-size: 17px;
	}

	.saas-orbit-stat span {
		font-size: 8px;
	}

	.saas-orbit-stat i {
		font-size: 19px;
		height: 43px;
		margin-bottom: 7px;
		width: 43px;
	}

	.stat-uptime {
		left: 0;
		top: 10%;
	}

	.stat-business {
		right: 0;
		top: 9%;
	}

	.stat-users {
		bottom: 8%;
		left: 0;
	}

	.stat-support {
		bottom: 7%;
		right: 0;
	}

	.saas-process-grid {
		grid-template-columns: 1fr;
	}

	.saas-process-grid article:last-child {
		grid-column: auto;
		max-width: none;
	}

	.saas-process-grid article {
		min-height: 108px;
		padding: 17px;
	}

	.saas-use-case-slider {
		overflow: visible;
	}

	.saas-use-case-track {
		display: flex;
		transition: transform 0.35s ease;
	}

	.saas-use-case-card {
		flex: 0 0 100%;
		min-height: 245px;
	}

	.saas-trial-panel {
		border-radius: 12px;
		padding: 36px 24px 165px;
		text-align: center;
	}

	.saas-trial-copy h2 {
		font-size: 25px;
	}

	.saas-trial-form {
		grid-template-columns: 1fr;
	}

	.saas-trial-form > input[type="email"] {
		border-radius: 7px;
	}

	.saas-trial-form button {
		border: 0;
		border-radius: 7px;
		justify-content: center;
		margin-top: 8px;
		width: 100%;
	}

	.saas-trial-panel > ul {
		flex-wrap: wrap;
		gap: 8px 14px;
		justify-content: center;
	}

	.saas-trial-visual {
		bottom: -66px;
		left: 50%;
		right: auto;
		transform: translateX(-50%) scale(0.62);
		transform-origin: center;
	}

	.saas-footer-inner {
		gap: 32px 20px;
		grid-template-columns: repeat(2, 1fr);
		padding-top: 42px;
	}

	.saas-footer-brand {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.saas-footer-brand > p {
		max-width: 360px;
	}

	.saas-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.saas-chat-button {
		bottom: 14px;
		height: 48px;
		right: 14px;
		width: 48px;
	}
}

@media (max-width: 430px) {
	.saas-navigation .sub-menu {
		grid-template-columns: 1fr;
	}

	.saas-dashboard-stage {
		height: 265px;
		min-height: 265px;
	}

	.saas-dashboard {
		transform: scale(0.49);
		width: 204%;
	}

	.saas-orbit {
		height: 390px;
	}

	.ring-three {
		height: 300px;
		width: 300px;
	}

	.saas-footer-inner {
		grid-template-columns: 1fr;
	}

	.saas-footer-brand {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.saas-home *,
	.saas-navigation,
	.saas-use-case-track {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

.brandhub-product-visual {
	align-items: center;
	background:
		radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.24), transparent 26%),
		linear-gradient(135deg, #3373ff, #7b48ef);
	border-radius: 12px;
	color: rgba(255, 255, 255, 0.92);
	display: flex;
	font-size: 150px;
	height: 100%;
	justify-content: center;
	min-height: 340px;
	position: relative;
	width: 100%;
}

.brandhub-product-visual::before {
	background-image: radial-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px);
	background-size: 22px 22px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%);
	position: absolute;
}

.brandhub-product-visual .aimark-icon {
	position: relative;
	z-index: 1;
}

.brandhub-faq {
	margin-top: 8px;
}

.brandhub-faq .brandhub-faq-item {
	background: #fff;
	border: 1px solid #e7ebf5;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 16px 20px;
}

.brandhub-faq .brandhub-faq-item h3 {
	color: #27375c;
	font-size: 15px;
	margin-bottom: 6px;
}

.brandhub-faq .brandhub-faq-item p {
	color: #65728e;
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
}

.brandhub-products-index .aimark-index-hero h1 {
	max-width: 820px;
}

.brandhub-solutions-index .aimark-index-hero h1 {
	max-width: 860px;
}

.brandhub-products-grid .aimark-service-index-card figure .brandhub-product-visual {
	border-radius: 0;
	min-height: 0;
}

.brandhub-solutions-grid .aimark-service-index-card figure .brandhub-product-visual {
	border-radius: 0;
	min-height: 0;
}

/* ----------------------------------------------------------------------------
   AI Software logo
---------------------------------------------------------------------------- */
.saas-brand-logo {
	display: block;
	height: 44px;
	width: auto;
}

.saas-brand-light .saas-brand-logo {
	height: 48px;
}

@media (max-width: 760px) {
	.saas-brand-logo {
		height: 36px;
	}

	.saas-brand-light .saas-brand-logo {
		height: 40px;
	}
}

/* ----------------------------------------------------------------------------
   Tài nguyên (resources index + category)
---------------------------------------------------------------------------- */
.brandhub-resources-hero h1 {
	max-width: 860px;
}

.brandhub-resource-grid {
	margin-top: 30px;
}

/* ----------------------------------------------------------------------------
   Bảng giá (pricing)
---------------------------------------------------------------------------- */
.brandhub-pricing-hero h1 {
	max-width: 780px;
}

.brandhub-pricing-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 38px;
}

.brandhub-plan-card {
	background: #fff;
	border: 1px solid #e6eaf5;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	padding: 26px 24px 24px;
	position: relative;
	transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.brandhub-plan-card:hover {
	box-shadow: var(--saas-shadow);
	transform: translateY(-5px);
}

.brandhub-plan-card.is-highlighted {
	background: linear-gradient(180deg, #0d1f50, #12295f 68%, #16306d);
	border-color: transparent;
}

.brandhub-plan-badge {
	background: linear-gradient(135deg, #357dff, #6f4df2);
	border-radius: 999px;
	color: #fff;
	font-size: 9.5px;
	font-weight: 750;
	letter-spacing: 0.5px;
	left: 50%;
	padding: 6px 14px;
	position: absolute;
	text-transform: uppercase;
	top: -13px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.brandhub-plan-head > span {
	color: #8d98ad;
	display: block;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.6px;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.brandhub-plan-head h2 {
	color: var(--saas-navy);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -0.4px;
	margin-bottom: 8px;
}

.brandhub-plan-head p {
	color: var(--saas-text);
	font-size: 11.5px;
	line-height: 1.6;
	margin: 0;
}

.brandhub-plan-price {
	border-bottom: 1px dashed #e3e8f4;
	border-top: 1px dashed #e3e8f4;
	margin: 18px 0 16px;
	padding: 16px 0;
}

.brandhub-plan-price strong {
	color: var(--saas-primary);
	display: block;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.6px;
}

.brandhub-plan-price span {
	color: #8d98ad;
	font-size: 10px;
}

.brandhub-plan-features {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}

.brandhub-plan-features li {
	align-items: center;
	color: #55637f;
	display: flex;
	font-size: 11.5px;
	gap: 8px;
	margin: 0;
	padding: 6px 0;
}

.brandhub-plan-features .aimark-icon {
	color: var(--saas-primary);
	flex: 0 0 auto;
	height: 15px;
	width: 15px;
}

.brandhub-plan-action {
	align-items: center;
	background: #eef3ff;
	border-radius: 9px;
	color: var(--saas-primary) !important;
	display: flex;
	font-size: 12px;
	font-weight: 750;
	gap: 8px;
	justify-content: center;
	margin-top: auto;
	padding: 12px 16px;
	transition: background 0.2s ease, color 0.2s ease;
}

.brandhub-plan-action .aimark-icon {
	height: 15px;
	width: 15px;
}

.brandhub-plan-action:hover {
	background: var(--saas-primary);
	color: #fff !important;
}

.brandhub-plan-card.is-highlighted .brandhub-plan-head > span,
.brandhub-plan-card.is-highlighted .brandhub-plan-head p {
	color: #9db0d6;
}

.brandhub-plan-card.is-highlighted .brandhub-plan-head h2 {
	color: #fff;
}

.brandhub-plan-card.is-highlighted .brandhub-plan-price {
	border-color: rgba(255, 255, 255, 0.18);
}

.brandhub-plan-card.is-highlighted .brandhub-plan-price strong {
	color: #7ea2ff;
}

.brandhub-plan-card.is-highlighted .brandhub-plan-price span {
	color: #8fa3cd;
}

.brandhub-plan-card.is-highlighted .brandhub-plan-features li {
	color: #c3cfe7;
}

.brandhub-plan-card.is-highlighted .brandhub-plan-features .aimark-icon {
	color: #7ea2ff;
}

.brandhub-plan-card.is-highlighted .brandhub-plan-action {
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
}

.brandhub-plan-card.is-highlighted .brandhub-plan-action:hover {
	background: #357dff;
}

.brandhub-pricing-note {
	margin-top: 54px;
}

.brandhub-pricing-note p {
	max-width: 720px;
}

@media (max-width: 1080px) {
	.brandhub-pricing-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.brandhub-pricing-grid {
		grid-template-columns: 1fr;
	}
}

/* ----------------------------------------------------------------------------
   Liên hệ (contact)
---------------------------------------------------------------------------- */
.brandhub-contact-modules {
	margin-top: 54px;
}

.brandhub-contact-modules-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 24px;
}

.brandhub-contact-module {
	background: #fff;
	border: 1px solid #e6eaf5;
	border-radius: 14px;
	padding: 22px 20px;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.brandhub-contact-module:hover {
	box-shadow: var(--saas-shadow);
	transform: translateY(-4px);
}

.brandhub-contact-module > span {
	align-items: center;
	background: linear-gradient(135deg, #e9f0ff, #f2ecff);
	border-radius: 10px;
	color: var(--saas-primary);
	display: flex;
	font-size: 21px;
	height: 46px;
	justify-content: center;
	margin-bottom: 14px;
	width: 46px;
}

.brandhub-contact-module h3 {
	color: var(--saas-navy);
	font-size: 15.5px;
	font-weight: 800;
	margin-bottom: 6px;
}

.brandhub-contact-module p {
	color: var(--saas-text);
	font-size: 11.5px;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 1080px) {
	.brandhub-contact-modules-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.brandhub-contact-modules-grid {
		grid-template-columns: 1fr;
	}
}

.brandhub-contact-form-section {
	margin-top: 54px;
}

.brandhub-contact-form-section > h2 + p {
	color: var(--saas-text);
	font-size: 13px;
	line-height: 1.65;
	margin: 10px 0 22px;
	max-width: 640px;
}

.brandhub-contact-form {
	background: #fff;
	border: 1px solid #e6eaf5;
	border-radius: 16px;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
	padding: 26px 24px;
}

.brandhub-contact-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.brandhub-contact-field-wide {
	grid-column: 1 / -1;
}

.brandhub-contact-field label {
	color: #33446b;
	font-size: 12px;
	font-weight: 700;
}

.brandhub-contact-field label small {
	color: #8d98ad;
	font-weight: 500;
}

.brandhub-contact-field input,
.brandhub-contact-field textarea {
	background: #f7f9ff;
	border: 1px solid #e1e7f4;
	border-radius: 9px;
	color: #263455;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.5;
	outline: none;
	padding: 11px 13px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.brandhub-contact-field input:focus,
.brandhub-contact-field textarea:focus {
	border-color: var(--saas-primary);
	box-shadow: 0 0 0 3px rgba(61, 92, 244, 0.12);
}

.brandhub-contact-field textarea {
	resize: vertical;
}

.brandhub-contact-actions {
	align-items: center;
	display: flex;
	gap: 14px;
	grid-column: 1 / -1;
	margin-top: 2px;
}

.brandhub-contact-actions button {
	align-items: center;
	background: linear-gradient(135deg, #357dff, #5b57ee);
	border: 0;
	border-radius: 9px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 750;
	gap: 9px;
	padding: 12px 22px;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.brandhub-contact-actions button:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

.brandhub-contact-actions button .aimark-icon {
	height: 15px;
	width: 15px;
}

.brandhub-contact-status {
	color: #11a849;
	font-size: 12.5px;
	font-weight: 650;
	margin: 0;
}

.brandhub-contact-status.is-error {
	color: #e04848;
}

@media (max-width: 600px) {
	.brandhub-contact-form {
		grid-template-columns: 1fr;
		padding: 20px 16px;
	}

	.brandhub-contact-field-wide {
		grid-column: auto;
	}

	.brandhub-contact-actions {
		align-items: flex-start;
		flex-direction: column;
		grid-column: auto;
	}
}

/* ----------------------------------------------------------------------------
   Bài viết Tài nguyên (resource article)
---------------------------------------------------------------------------- */
.brandhub-resource-article .aimark-article-aside nav {
	display: flex;
	flex-direction: column;
	margin-bottom: 14px;
}

.brandhub-resource-article .aimark-article-aside nav a {
	align-items: flex-start;
	border-top: 1px solid #e6eaf5;
	color: #33446b;
	display: flex;
	font-size: 12px;
	font-weight: 650;
	gap: 6px;
	justify-content: space-between;
	line-height: 1.5;
	padding: 10px 0;
}

.brandhub-resource-article .aimark-article-aside nav a .aimark-icon {
	flex: 0 0 auto;
	height: 13px;
	margin-top: 2px;
	width: 13px;
}

.brandhub-resource-article .aimark-article-aside nav a:hover {
	color: var(--saas-primary);
}
