body[data-page='demo-saas'] {
	margin: 0;
	color: #071a44;
	background: radial-gradient(circle at 84% 10%, rgba(31, 112, 239, 0.14), transparent 31%), #f5f8fd;
}
.saas-demo {
	overflow: hidden;
}
.saas-demo__shell {
	width: min(1180px, calc(100% - 36px));
	margin: 0 auto;
}
.saas-demo__hero {
	padding: 54px 0 24px;
}
.saas-demo__hero-grid {
	display: grid;
	grid-template-columns: 0.76fr 1.24fr;
	gap: 40px;
	align-items: center;
}
.saas-demo__copy {
	padding: 8px 0;
}
.saas-demo__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid #cfe0f6;
	border-radius: 999px;
	color: #1765df;
	background: #fff;
	font-size: 10px;
	font-weight: 950;
	letter-spacing: 0.08em;
}
.saas-demo__eyebrow i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #17b87d;
	box-shadow: 0 0 0 5px rgba(23, 184, 125, 0.11);
}
.saas-demo__copy h1 {
	margin: 18px 0 14px;
	color: #07183d;
	font-size: clamp(42px, 4.8vw, 70px);
	line-height: 0.96;
	letter-spacing: -0.055em;
	font-weight: 950;
}
.saas-demo__copy h1 em {
	display: block;
	color: #1568ed;
	font-style: normal;
}
.saas-demo__copy > p {
	margin: 0;
	max-width: 560px;
	color: #66758e;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 650;
}
.saas-demo__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}
.saas-demo__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 0 20px;
	border: 0;
	border-radius: 14px;
	text-decoration: none;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
}
.saas-demo__btn--primary {
	color: #fff;
	background: linear-gradient(135deg, #145fe8, #13afe5);
	box-shadow: 0 16px 30px rgba(20, 95, 232, 0.2);
}
.saas-demo__btn--secondary {
	color: #174d97;
	background: #fff;
	border: 1px solid #d8e4f3;
}
.saas-demo__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 13px;
	margin-top: 17px;
	color: #718099;
	font-size: 10px;
	font-weight: 800;
}
.saas-demo__player {
	position: relative;
	overflow: hidden;
	border: 1px solid #bfd2ec;
	border-radius: 24px;
	background: #06183f;
	box-shadow: 0 30px 68px rgba(16, 43, 84, 0.2);
}
.saas-demo__browserbar {
	height: 40px;
	display: grid;
	grid-template-columns: 70px 1fr auto;
	align-items: center;
	padding: 0 13px;
	color: #93a8c7;
	background: linear-gradient(90deg, #061634, #0a2e63);
	font-size: 9px;
}
.saas-demo__browserbar > div {
	display: flex;
	gap: 5px;
}
.saas-demo__browserbar i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #6f87aa;
}
.saas-demo__browserbar i:first-child {
	background: #fa6976;
}
.saas-demo__browserbar i:nth-child(2) {
	background: #ffc455;
}
.saas-demo__browserbar i:nth-child(3) {
	background: #30ce97;
}
.saas-demo__browserbar strong {
	text-align: center;
	font-weight: 850;
}
.saas-demo__browserbar span {
	padding: 5px 7px;
	border-radius: 999px;
	color: #b5f7db;
	background: rgba(23, 184, 125, 0.11);
	font-weight: 950;
	letter-spacing: 0.07em;
}
.saas-demo__player video {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	background: #06183f;
}
.saas-demo__play {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 52%;
	width: 78px;
	height: 78px;
	transform: translate(-50%, -50%);
	border: 6px solid rgba(255, 255, 255, 0.94);
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(135deg, #1465eb, #17b6e7);
	box-shadow: 0 18px 40px rgba(11, 73, 184, 0.32);
	cursor: pointer;
	transition: 0.2s ease;
}
.saas-demo__play span {
	display: inline-block;
	margin-left: 4px;
	font-size: 27px;
}
.saas-demo__play.is-hidden {
	opacity: 0;
	pointer-events: none;
}
.saas-demo__now {
	position: absolute;
	z-index: 4;
	left: 14px;
	bottom: 14px;
	display: grid;
	gap: 2px;
	max-width: calc(100% - 28px);
	padding: 9px 11px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 11px;
	color: #fff;
	background: rgba(4, 18, 45, 0.7);
	backdrop-filter: blur(10px);
	pointer-events: none;
}
.saas-demo__now small {
	color: #7dccff;
	font-size: 7px;
	font-weight: 950;
	letter-spacing: 0.1em;
}
.saas-demo__now b {
	font-size: 10px;
}
.saas-demo__now span {
	overflow: hidden;
	color: #c4d2e8;
	font-size: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.saas-demo__chapters {
	padding: 18px 0 44px;
}
.saas-demo__chapter-row {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 7px;
}
.saas-demo__chapter-row button {
	min-width: 0;
	padding: 9px 7px;
	border: 1px solid #dbe6f4;
	border-radius: 12px;
	color: #45607e;
	background: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 9px;
	font-weight: 900;
	transition: 0.18s ease;
}
.saas-demo__chapter-row button span {
	display: block;
	margin-bottom: 4px;
	color: #94a3b9;
	font-size: 7px;
}
.saas-demo__chapter-row button.is-active,
.saas-demo__chapter-row button:hover {
	color: #fff;
	border-color: #1768eb;
	background: linear-gradient(135deg, #155fe9, #13a8df);
	box-shadow: 0 9px 20px rgba(21, 95, 233, 0.14);
}
.saas-demo__chapter-row button.is-active span,
.saas-demo__chapter-row button:hover span {
	color: #c8edff;
}
.saas-demo__info {
	padding: 36px 0 64px;
}
.saas-demo__info-card {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 28px;
	align-items: center;
	padding: 30px 34px;
	border-radius: 24px;
	color: #fff;
	background: linear-gradient(125deg, #061b46, #0b4ca5 64%, #10a8d5);
	box-shadow: 0 24px 55px rgba(8, 52, 119, 0.16);
}
.saas-demo__info-card span {
	color: #8de9ff;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: 0.1em;
}
.saas-demo__info-card h2 {
	margin: 7px 0 8px;
	font-size: 30px;
	line-height: 1.05;
	letter-spacing: -0.035em;
}
.saas-demo__info-card p {
	margin: 0;
	max-width: 720px;
	color: #c3d4ec;
	font-size: 12px;
	line-height: 1.5;
}
.saas-demo__btn--white {
	color: #145fcf;
	background: #fff;
}
@media (max-width: 980px) {
	.saas-demo__hero-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.saas-demo__copy {
		text-align: center;
	}
	.saas-demo__copy > p {
		margin: auto;
	}
	.saas-demo__actions,
	.saas-demo__facts {
		justify-content: center;
	}
	.saas-demo__chapter-row {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 720px) {
	.saas-demo__shell {
		width: min(100% - 18px, 560px);
	}
	.saas-demo__hero {
		padding: 18px 0 10px;
	}
	.saas-demo__eyebrow {
		padding: 6px 9px;
		font-size: 8px;
	}
	.saas-demo__copy h1 {
		margin: 13px 0 10px;
		font-size: 36px;
	}
	.saas-demo__copy h1 em {
		display: inline;
	}
	.saas-demo__copy > p {
		font-size: 12px;
	}
	.saas-demo__actions {
		margin-top: 14px;
	}
	.saas-demo__btn {
		flex: 1 1 140px;
		min-height: 43px;
		padding: 0 12px;
		font-size: 11px;
	}
	.saas-demo__facts {
		margin-top: 11px;
		font-size: 8px;
	}
	.saas-demo__player {
		border-radius: 18px;
	}
	.saas-demo__browserbar {
		height: 32px;
		grid-template-columns: 48px 1fr auto;
		padding: 0 9px;
		font-size: 7px;
	}
	.saas-demo__player video {
		width: min(100%, 390px);
		max-height: 70vh;
		margin: auto;
		aspect-ratio: 9/16;
		object-fit: cover;
	}
	.saas-demo__play {
		top: 51%;
		width: 64px;
		height: 64px;
		border-width: 5px;
	}
	.saas-demo__play span {
		font-size: 22px;
	}
	.saas-demo__now {
		left: 8px;
		right: 8px;
		bottom: 8px;
		max-width: none;
		padding: 7px 9px;
	}
	.saas-demo__now b {
		font-size: 9px;
	}
	.saas-demo__now span {
		font-size: 7px;
	}
	.saas-demo__chapters {
		padding: 10px 0 28px;
	}
	.saas-demo__chapter-row {
		display: flex;
		gap: 6px;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}
	.saas-demo__chapter-row::-webkit-scrollbar {
		display: none;
	}
	.saas-demo__chapter-row button {
		flex: 0 0 78px;
		padding: 8px 5px;
		font-size: 8px;
	}
	.saas-demo__info {
		padding: 26px 0 40px;
	}
	.saas-demo__info-card {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 22px 17px;
		border-radius: 18px;
		text-align: center;
	}
	.saas-demo__info-card h2 {
		font-size: 25px;
	}
	.saas-demo__info-card p {
		font-size: 10px;
	}
	.saas-demo__info-card .saas-demo__btn {
		justify-self: center;
		min-width: 170px;
	}
}
