:root {
	--msw-blue: #0078d4;
	--msw-blue-dark: #003f73;
	--msw-cyan: #50e6ff;
	--msw-green: #7fba00;
	--msw-yellow: #ffb900;
	--msw-red: #f25022;
	--msw-purple: #5c2d91;
	--msw-dark: #0f172a;
	--msw-text: #334155;
	--msw-muted: #64748b;
	--msw-border: #dbeafe;
	--msw-bg: #f5f9ff;
	--msw-card: #ffffff;
}

.msw-page {
	background: #ffffff;
	color: var(--msw-text);
	font-family: inherit;
	overflow: hidden;
}

.msw-page * {
	box-sizing: border-box;
}

.msw-hero {
	position: relative;
	padding: 118px 0 108px;
	background:
		linear-gradient(90deg, rgba(5, 18, 38, 0.94) 0%, rgba(5, 27, 57, 0.88) 48%, rgba(0, 120, 212, 0.42) 100%),
		url('../images/hitechcloud-microsoft/microsoft-software-banner.jpg') center/cover no-repeat;
	color: #ffffff;
}

.msw-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 13% 16%, rgba(80, 230, 255, 0.22), transparent 30%),
		radial-gradient(circle at 78% 14%, rgba(127, 186, 0, 0.18), transparent 26%);
	pointer-events: none;
}

.msw-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
	gap: 54px;
	align-items: center;
}

.msw-hero h1 {
	max-width: 820px;
	margin: 0 0 20px;
	color: #ffffff;
	font-size: clamp(38px, 5.2vw, 68px);
	font-weight: 950;
	line-height: 1.04;
	letter-spacing: -0.055em;
}

.msw-hero p {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 18px;
	line-height: 1.75;
}

.msw-eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	color: var(--msw-blue);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.msw-hero .msw-eyebrow,
.msw-cta .msw-eyebrow {
	color: #8ceeff;
}

.msw-hero__actions,
.msw-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.msw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 24px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.msw-btn:hover {
	text-decoration: none;
	transform: translateY(-2px);
}

.msw-btn--primary {
	background: linear-gradient(135deg, #50e6ff, #0078d4);
	box-shadow: 0 16px 34px rgba(0, 120, 212, 0.34);
	color: #ffffff;
}

.msw-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.msw-btn--light {
	background: #ffffff;
	color: var(--msw-blue-dark);
}

.msw-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.msw-hero__badges span {
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
}

.msw-partner-card {
	position: relative;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.93);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
	color: var(--msw-text);
}

.msw-partner-card strong {
	display: block;
	margin: 22px 0 12px;
	color: var(--msw-dark);
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 750;
	letter-spacing: -0.045em;
}

.msw-partner-card p {
	color: var(--msw-muted);
	font-size: 16px;
}

.msw-partner-logo {
	display: block;
	width: min(100%, 260px);
	height: auto;
	padding: 16px 18px;
	border: 1px solid rgba(0, 120, 212, 0.12);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(7, 22, 47, 0.08);
}

.msw-window-mark {
	display: grid;
	width: 76px;
	height: 76px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 5px;
}

.msw-window-mark i:nth-child(1) { background: var(--msw-red); }
.msw-window-mark i:nth-child(2) { background: var(--msw-green); }
.msw-window-mark i:nth-child(3) { background: var(--msw-blue); }
.msw-window-mark i:nth-child(4) { background: var(--msw-yellow); }

.msw-section {
	padding: 92px 0;
}

.msw-products,
.msw-retail-pricing,
.msw-nonprofit-pricing,
.msw-ai {
	background: var(--msw-bg);
}

.msw-programs,
.msw-steps {
	background: #ffffff;
}

.msw-section-heading h2 {
	margin: 0;
	color: var(--msw-dark);
	font-size: clamp(30px, 3.8vw, 50px);
	font-weight: 950;
	line-height: 1.12;
	letter-spacing: -0.045em;
}

.msw-section-heading p {
	max-width: 780px;
	margin: 18px auto 0;
	color: var(--msw-muted);
	font-size: 17px;
	line-height: 1.72;
}

.msw-center {
	margin: 0 auto 42px;
	text-align: center;
}

.msw-filter-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 30px;
}

.msw-filter-btn {
	padding: 12px 18px;
	border: 1px solid var(--msw-border);
	border-radius: 999px;
	background: #ffffff;
	color: var(--msw-text);
	cursor: pointer;
	font-size: 14px;
	font-weight: 900;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.msw-filter-btn:hover,
.msw-filter-btn.is-active {
	border-color: var(--msw-blue);
	background: var(--msw-blue);
	color: #ffffff;
	transform: translateY(-1px);
}

.msw-pricing-shell {
	position: relative;
}

.msw-product-slider {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 72px) / 4);
	gap: 24px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	padding: 8px 4px 26px;
	scrollbar-width: thin;
}

.msw-product-card {
	position: relative;
	display: flex;
	min-height: 590px;
	padding: 28px;
	border: 1px solid var(--msw-border);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(7, 22, 47, 0.07);
	flex-direction: column;
	scroll-snap-align: start;
	transition: opacity 0.2s ease, transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.msw-product-card:hover {
	border-color: rgba(0, 120, 212, 0.42);
	box-shadow: 0 26px 62px rgba(0, 120, 212, 0.13);
	transform: translateY(-6px);
}

.msw-product-card--featured {
	border-color: rgba(0, 120, 212, 0.48);
	background:
		radial-gradient(circle at 86% 10%, rgba(80, 230, 255, 0.22), transparent 32%),
		#ffffff;
}

.msw-product-card.is-hidden {
	display: none;
}

.msw-product-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 8px 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--msw-blue), var(--msw-cyan));
	color: #ffffff;
	font-size: 12px;
	font-weight: 950;
}

.msw-product-head span {
	display: none;
}

.msw-product-head em {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(0, 120, 212, 0.1);
	color: var(--msw-blue-dark);
	font-size: 12px;
	font-style: normal;
	font-weight: 950;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.msw-product-head h3 {
	min-height: 78px;
	margin: 0 0 12px;
	color: var(--msw-dark);
	font-size: 22px;
	font-weight: 950;
	line-height: 1.18;
	letter-spacing: -0.025em;
}

.msw-product-head p {
	min-height: 82px;
	margin: 0;
	color: var(--msw-muted);
	font-size: 15px;
	line-height: 1.62;
}

.msw-price {
	display: flex;
	align-items: baseline;
	gap: 5px;
	margin: 24px 0 14px;
	white-space: nowrap;
}

.msw-price strong {
	color: var(--msw-dark);
	font-size: clamp(27px, 2.25vw, 34px);
	font-weight: 950;
	letter-spacing: -0.04em;
	line-height: 1;
}

.msw-price span {
	color: var(--msw-muted);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: -0.01em;
	line-height: 1;
}

.msw-price.is-long-price strong {
	font-size: clamp(22px, 1.65vw, 27px);
}

.msw-price.is-long-price span {
	font-size: 10px;
}

.msw-cycle-select,
.msw-static-cycle {
	width: 100%;
	min-height: 46px;
	margin-bottom: 20px;
	border: 1px solid var(--msw-border);
	border-radius: 14px;
	background: #ffffff;
	color: var(--msw-text);
	font-size: 14px;
	font-weight: 800;
}

.msw-cycle-select {
	padding: 0 14px;
}

.msw-static-cycle {
	display: flex;
	align-items: center;
	padding: 0 14px;
}

.msw-feature-list {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.msw-feature-list li,
.msw-check-list li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 30px;
	color: var(--msw-text);
	font-size: 15px;
	line-height: 1.55;
}

.msw-feature-list li::before,
.msw-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(0, 120, 212, 0.12);
	color: var(--msw-blue);
	font-size: 12px;
	font-weight: 950;
}

.msw-product-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: auto;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--msw-blue), var(--msw-blue-dark));
	box-shadow: 0 14px 28px rgba(0, 120, 212, 0.22);
	color: #ffffff;
	font-size: 15px;
	font-weight: 950;
	text-decoration: none;
}

.msw-product-action:hover {
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
}

.msw-slider-btn {
	position: absolute;
	top: 42%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(7, 22, 47, 0.16);
	color: var(--msw-blue-dark);
	cursor: pointer;
	font-size: 34px;
	line-height: 1;
}

.msw-slider-btn--prev { left: -20px; }
.msw-slider-btn--next { right: -20px; }

.msw-retail-pricing {
	background:
		radial-gradient(circle at 10% 6%, rgba(80, 230, 255, 0.2), transparent 30%),
		radial-gradient(circle at 90% 10%, rgba(127, 186, 0, 0.12), transparent 28%),
		var(--msw-bg);
}

.msw-retail-feature-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 26px;
	align-items: center;
	margin-bottom: 24px;
	padding: 30px;
	border: 1px solid rgba(0, 120, 212, 0.2);
	border-radius: 30px;
	background:
		radial-gradient(circle at 88% 18%, rgba(80, 230, 255, 0.26), transparent 30%),
		linear-gradient(135deg, #ffffff, #eef7ff);
	box-shadow: 0 20px 52px rgba(7, 22, 47, 0.09);
}

.msw-retail-feature-card span {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(0, 120, 212, 0.1);
	color: var(--msw-blue-dark);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.msw-retail-feature-card h3 {
	margin: 0 0 10px;
	color: var(--msw-dark);
	font-size: clamp(23px, 2.4vw, 34px);
	font-weight: 950;
	line-height: 1.16;
	letter-spacing: -0.035em;
}

.msw-retail-feature-card p {
	max-width: 820px;
	margin: 0;
	color: var(--msw-muted);
	font-size: 16px;
	line-height: 1.66;
}

.msw-retail-feature-card strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 188px;
	padding: 18px 22px;
	border-radius: 22px;
	background: linear-gradient(135deg, var(--msw-blue), var(--msw-blue-dark));
	box-shadow: 0 16px 34px rgba(0, 120, 212, 0.24);
	color: #ffffff;
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 950;
	letter-spacing: -0.04em;
	white-space: nowrap;
}

/* ===== M365 Enterprise / Business / Standalone / Nonprofit pricing ===== */

.msw365-catalog {
	display: grid;
	gap: 22px;
}

.msw365-group {
	overflow: hidden;
	border: 1px solid var(--msw-border);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(7, 22, 47, 0.07);
}

.msw365-group__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 28px;
	background: linear-gradient(135deg, rgba(0, 120, 212, 0.1), rgba(80, 230, 255, 0.12));
	border-bottom: 1px solid var(--msw-border);
}

.msw365-group__head h3 {
	margin: 0;
	color: var(--msw-dark);
	font-size: 20px;
	font-weight: 950;
	line-height: 1.2;
}

.msw365-group__head span {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(0, 120, 212, 0.1);
	color: var(--msw-blue-dark);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.msw365-group__list {
	display: grid;
}

.msw365-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 28px;
	border-bottom: 1px solid var(--msw-border);
	transition: background 0.16s ease;
}

.msw365-item:last-child {
	border-bottom: 0;
}

.msw365-item:hover {
	background: rgba(245, 249, 255, 0.72);
}

.msw365-item__name {
	color: var(--msw-dark);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
}

.msw365-item__price {
	color: var(--msw-blue-dark);
	font-size: 16px;
	font-weight: 950;
	white-space: nowrap;
}

.msw365-group__table-wrap {
	overflow-x: auto;
}

.msw365-table {
	width: 100%;
	min-width: 720px;
	border-collapse: separate;
	border-spacing: 0;
}

.msw365-table th,
.msw365-table td {
	padding: 14px 20px;
	border-bottom: 1px solid var(--msw-border);
	font-size: 14px;
	line-height: 1.45;
	text-align: left;
	vertical-align: middle;
}

.msw365-table th {
	position: sticky;
	top: 0;
	background: linear-gradient(135deg, var(--msw-blue-dark), var(--msw-blue));
	color: #ffffff;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.msw365-table tbody tr:nth-child(even) {
	background: rgba(245, 249, 255, 0.6);
}

.msw365-table tbody tr:hover {
	background: rgba(80, 230, 255, 0.08);
}

.msw365-group__table-wrap .msw-retail-table {
	min-width: 0;
}

.msw365-group__table-wrap .msw-retail-table th,
.msw365-group__table-wrap .msw-retail-table td {
	padding: 14px 20px;
	font-size: 14px;
}

.msw365-note {
	margin-top: 26px;
	padding: 20px 26px;
	border: 1px solid rgba(0, 120, 212, 0.14);
	border-radius: 22px;
	background:
		radial-gradient(circle at 92% 10%, rgba(80, 230, 255, 0.18), transparent 28%),
		#ffffff;
	color: var(--msw-muted);
	font-size: 15px;
	line-height: 1.66;
}

.msw365-note strong {
	color: var(--msw-blue-dark);
}

.msw-retail-table-wrap {
	overflow-x: auto;
	border: 1px solid rgba(0, 120, 212, 0.14);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 22px 58px rgba(7, 22, 47, 0.09);
}

.msw-retail-table {
	width: 100%;
	min-width: 980px;
	border-collapse: separate;
	border-spacing: 0;
	color: var(--msw-text);
}

.msw-retail-table th,
.msw-retail-table td {
	padding: 18px 22px;
	border-bottom: 1px solid var(--msw-border);
	font-size: 15px;
	line-height: 1.55;
	text-align: left;
	vertical-align: top;
}

.msw-retail-table th {
	position: sticky;
	top: 0;
	background: linear-gradient(135deg, var(--msw-blue-dark), var(--msw-blue));
	color: #ffffff;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	z-index: 1;
}

.msw-retail-table tbody tr:nth-child(even) {
	background: rgba(245, 249, 255, 0.72);
}

.msw-retail-table tbody tr:hover {
	background: rgba(80, 230, 255, 0.09);
}

.msw-retail-table td:first-child,
.msw-retail-table td:nth-child(3),
.msw-retail-table td:nth-child(5) {
	font-weight: 850;
}

.msw-retail-table td:first-child {
	color: var(--msw-blue);
	font-weight: 950;
	text-align: center;
	width: 76px;
}

.msw-retail-table td:nth-child(2) {
	color: var(--msw-dark);
	font-weight: 850;
}

.msw-retail-table td:nth-child(4) {
	color: var(--msw-dark);
	font-size: 16px;
	font-weight: 950;
	white-space: nowrap;
}

.msw-retail-table tr:last-child td {
	border-bottom: 0;
}

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

.msw-program-card,
.msw-step-card {
	padding: 28px;
	border: 1px solid var(--msw-border);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(7, 22, 47, 0.07);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.msw-program-card:hover,
.msw-step-card:hover {
	border-color: rgba(0, 120, 212, 0.38);
	box-shadow: 0 26px 62px rgba(0, 120, 212, 0.13);
	transform: translateY(-6px);
}

.msw-program-card--featured {
	grid-column: span 2;
	background:
		radial-gradient(circle at 88% 14%, rgba(80, 230, 255, 0.18), transparent 32%),
		linear-gradient(135deg, #ffffff, #eef7ff);
}

.msw-program-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin-bottom: 20px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(0, 120, 212, 0.12), rgba(80, 230, 255, 0.16));
	color: var(--msw-blue-dark);
	font-size: 15px;
	font-weight: 950;
}

.msw-program-icon--logo {
	width: auto;
	height: 56px;
	padding: 10px 16px;
	background: #ffffff;
	border: 1px solid rgba(0, 120, 212, 0.12);
	box-shadow: 0 8px 22px rgba(7, 22, 47, 0.06);
}

.msw-program-icon--logo img {
	display: block;
	max-height: 36px;
	max-width: 140px;
	object-fit: contain;
}

.msw-program-card h3,
.msw-step-card h3 {
	margin: 0 0 12px;
	color: var(--msw-dark);
	font-size: 21px;
	font-weight: 950;
	line-height: 1.25;
}

.msw-program-card p,
.msw-step-card p {
	margin: 0;
	color: var(--msw-muted);
	font-size: 15px;
	line-height: 1.7;
}

.msw-program-card a {
	display: inline-flex;
	margin-top: 18px;
	color: var(--msw-blue);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.msw-ai__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
	gap: 58px;
	align-items: center;
}

.msw-ai-orbit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 420px);
	aspect-ratio: 1;
	margin: 0 auto;
	border-radius: 999px;
	background:
		radial-gradient(circle at center, #ffffff 0 34%, transparent 35%),
		conic-gradient(from 0deg, var(--msw-blue), var(--msw-cyan), var(--msw-purple), var(--msw-green), var(--msw-blue));
	box-shadow: 0 26px 70px rgba(0, 120, 212, 0.18);
}

.msw-ai-orbit span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 128px;
	height: 128px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 18px 38px rgba(7, 22, 47, 0.16);
	overflow: hidden;
}

.msw-ai-orbit span img {
	display: block;
	max-width: 80%;
	max-height: 60%;
	object-fit: contain;
}

.msw-ai-orbit i {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 86px;
	padding: 11px 16px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(7, 22, 47, 0.14);
	color: var(--msw-dark);
	font-style: normal;
	font-weight: 900;
}

.msw-ai-orbit i:nth-of-type(1) { top: 10%; right: 3%; }
.msw-ai-orbit i:nth-of-type(2) { bottom: 17%; right: -2%; }
.msw-ai-orbit i:nth-of-type(3) { bottom: 18%; left: -2%; }

.msw-check-list {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.msw-step-card strong {
	display: block;
	margin-bottom: 16px;
	background: linear-gradient(135deg, var(--msw-red), var(--msw-yellow), var(--msw-green), var(--msw-blue));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 46px;
	font-weight: 950;
	letter-spacing: -0.06em;
}

.msw-cta {
	background: #ffffff;
}

.msw-cta__box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 36px;
	align-items: center;
	padding: 48px;
	border-radius: 34px;
	background:
		radial-gradient(circle at 12% 18%, rgba(80, 230, 255, 0.22), transparent 30%),
		linear-gradient(135deg, #061a36, #004578 54%, #0078d4);
	box-shadow: 0 28px 70px rgba(0, 120, 212, 0.22);
	color: #ffffff;
}

.msw-cta h2 {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: clamp(30px, 3.6vw, 48px);
	font-weight: 950;
	line-height: 1.12;
	letter-spacing: -0.045em;
}

.msw-cta p {
	max-width: 820px;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	line-height: 1.72;
}

.msw-spla,
.msw-spla-value {
	background: #ffffff;
}

.msw-spla-products,
.msw-license-risk {
	background: var(--msw-bg);
}

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

.msw-spla-agreement {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 28px;
	align-items: stretch;
	margin-bottom: 34px;
	padding: 34px;
	border: 1px solid rgba(0, 120, 212, 0.18);
	border-radius: 34px;
	background:
		radial-gradient(circle at 12% 18%, rgba(80, 230, 255, 0.18), transparent 30%),
		linear-gradient(135deg, #ffffff, #eef7ff);
	box-shadow: 0 22px 58px rgba(7, 22, 47, 0.08);
}

.msw-spla-agreement-copy {
	padding: 30px;
	border-radius: 28px;
	background: linear-gradient(135deg, #061a36, #004578 58%, #0078d4);
	color: #ffffff;
}

.msw-spla-agreement-copy span {
	display: inline-flex;
	margin-bottom: 14px;
	color: #8ceeff;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.msw-spla-agreement-copy h3 {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: clamp(25px, 3vw, 38px);
	font-weight: 950;
	line-height: 1.16;
	letter-spacing: -0.04em;
}

.msw-spla-agreement-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	line-height: 1.78;
}

.msw-spla-agreement-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.msw-spla-agreement-grid article {
	padding: 24px;
	border: 1px solid rgba(0, 120, 212, 0.14);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(7, 22, 47, 0.06);
}

.msw-spla-agreement-grid h4 {
	margin: 0 0 10px;
	color: var(--msw-dark);
	font-size: 19px;
	font-weight: 950;
	line-height: 1.25;
}

.msw-spla-agreement-grid p {
	margin: 0;
	color: var(--msw-muted);
	font-size: 15px;
	line-height: 1.66;
}

.msw-spla-flow-card {
	position: relative;
	padding: 26px;
	border: 1px solid var(--msw-border);
	border-radius: 26px;
	background:
		radial-gradient(circle at 88% 12%, rgba(80, 230, 255, 0.18), transparent 34%),
		#ffffff;
	box-shadow: 0 18px 44px rgba(7, 22, 47, 0.07);
}

.msw-spla-flow-card strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--msw-blue), var(--msw-cyan));
	color: #ffffff;
	font-size: 18px;
	font-weight: 950;
}

.msw-spla-flow-card h3,
.msw-spla-value-card h3 {
	margin: 0 0 12px;
	color: var(--msw-dark);
	font-size: 19px;
	font-weight: 950;
	line-height: 1.28;
}

.msw-spla-flow-card p,
.msw-spla-value-card p {
	margin: 0;
	color: var(--msw-muted);
	font-size: 15px;
	line-height: 1.68;
}

.msw-spla-catalog {
	display: grid;
	gap: 28px;
}

.msw-spla-slider .msw-product-head h3 {
	min-height: 58px;
}

.msw-spla-slider .msw-product-head p {
	min-height: 78px;
}

.msw-spla-group {
	padding: 30px;
	border: 1px solid var(--msw-border);
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(7, 22, 47, 0.07);
}

.msw-spla-group-head {
	display: grid;
	grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
	gap: 22px;
	align-items: end;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--msw-border);
}

.msw-spla-group-head h3 {
	margin: 0;
	color: var(--msw-dark);
	font-size: clamp(24px, 2.5vw, 34px);
	font-weight: 950;
	line-height: 1.14;
	letter-spacing: -0.035em;
	text-transform: uppercase;
}

.msw-spla-group-head p {
	margin: 0;
	color: var(--msw-muted);
	font-size: 16px;
	line-height: 1.7;
}

.msw-spla-plan-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.msw-spla-plan-card {
	display: flex;
	min-height: 650px;
	padding: 26px;
	border: 1px solid var(--msw-border);
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(245, 249, 255, 0.92), #ffffff 42%),
		#ffffff;
	flex-direction: column;
}

.msw-spla-slider .msw-spla-plan-card {
	scroll-snap-align: start;
}

.msw-spla-plan-card h4 {
	margin: 0 0 18px;
	color: var(--msw-dark);
	font-size: 22px;
	font-weight: 950;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.msw-spla-price {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin: 24px 0 18px;
	white-space: nowrap;
}

.msw-spla-price strong {
	color: var(--msw-blue-dark);
	font-size: clamp(24px, 2.3vw, 34px);
	font-weight: 950;
	letter-spacing: -0.04em;
}

.msw-spla-price span {
	color: var(--msw-muted);
	font-size: 14px;
	font-weight: 850;
}

.msw-spla-plan-card ul {
	display: grid;
	gap: 10px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.msw-spla-plan-card li {
	position: relative;
	padding-left: 27px;
	color: var(--msw-text);
	font-size: 14px;
	line-height: 1.5;
}

.msw-spla-plan-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--msw-green), var(--msw-cyan));
}

.msw-spla-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: auto;
	border-radius: 15px;
	background: var(--msw-dark);
	color: #ffffff;
	font-size: 14px;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.msw-spla-action:hover {
	background: var(--msw-blue);
	color: #ffffff;
	text-decoration: none;
}

.msw-spla-value-grid,
.msw-risk-grid {
	display: grid;
	gap: 22px;
}

.msw-spla-value-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.msw-risk-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.msw-spla-value-card {
	padding: 28px;
	border: 1px solid var(--msw-border);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(7, 22, 47, 0.07);
}

.msw-spla-value-card::before {
	content: "";
	display: block;
	width: 46px;
	height: 8px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--msw-red), var(--msw-yellow), var(--msw-green), var(--msw-blue));
}

.msw-risk-card {
	padding: 30px;
	border: 1px solid rgba(242, 80, 34, 0.18);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(7, 22, 47, 0.07);
}

.msw-risk-card strong {
	display: block;
	margin-bottom: 12px;
	color: var(--msw-red);
	font-size: clamp(24px, 2.8vw, 40px);
	font-weight: 950;
	line-height: 1.1;
	letter-spacing: -0.045em;
	text-transform: uppercase;
}

.msw-risk-card p {
	margin: 0;
	color: var(--msw-text);
	font-size: 16px;
	line-height: 1.68;
}

@media (max-width: 1180px) {
	.msw-product-slider {
		grid-auto-columns: calc((100% - 48px) / 3);
	}

	.msw-program-grid,
	.msw-step-grid,
	.msw-spla-flow,
	.msw-spla-value-grid,
	.msw-risk-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.msw-hero,
	.msw-section {
		padding: 76px 0;
	}

	.msw-hero__grid,
	.msw-ai__grid,
	.msw-cta__box,
	.msw-spla-agreement,
	.msw-spla-group-head {
		grid-template-columns: 1fr;
	}

	.msw-product-slider {
		grid-auto-columns: calc((100% - 24px) / 2);
	}

	.msw-spla-plan-grid {
		grid-template-columns: 1fr;
	}

	.msw-slider-btn {
		display: none;
	}

	.msw-retail-feature-card {
		grid-template-columns: 1fr;
	}

	.msw-retail-feature-card strong {
		width: fit-content;
	}

	.msw-retail-table {
		min-width: 760px;
	}

	.msw-retail-table th,
	.msw-retail-table td {
		padding: 16px;
	}
}

@media (max-width: 640px) {
	.msw-hero h1 {
		font-size: 36px;
	}

	.msw-hero p,
	.msw-section-heading p,
	.msw-cta p {
		font-size: 16px;
	}

	.msw-program-grid,
	.msw-step-grid,
	.msw-spla-flow,
	.msw-spla-value-grid,
	.msw-risk-grid {
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		grid-auto-columns: auto;
	}

	.msw-product-card {
		min-height: auto;
	}

	.msw-pricing-shell {
		margin: 0 -20px;
		padding: 0 0 0 20px;
	}

	.msw-product-slider {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: minmax(280px, 88%);
		gap: 18px;
		overflow-x: auto;
		padding: 8px 18px 26px 2px;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	.msw-program-card--featured {
		grid-column: auto;
	}

	.msw-partner-card,
	.msw-product-card,
	.msw-program-card,
	.msw-step-card,
	.msw-retail-feature-card,
	.msw-spla-agreement,
	.msw-spla-agreement-copy,
	.msw-spla-agreement-grid article,
	.msw-spla-group,
	.msw-spla-flow-card,
	.msw-spla-plan-card,
	.msw-spla-value-card,
	.msw-risk-card,
	.msw-cta__box {
		padding: 24px;
		border-radius: 24px;
	}

	.msw-price strong {
		font-size: 28px;
	}

	.msw-price.is-long-price strong {
		font-size: 22px;
	}

	.msw-spla-price {
		align-items: flex-start;
		flex-direction: column;
		white-space: normal;
	}

	.msw-retail-feature-card strong {
		width: 100%;
		min-width: 0;
		font-size: 24px;
	}

	.msw-retail-table-wrap {
		overflow: visible;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.msw-retail-table {
		display: block;
		min-width: 0;
	}

	.msw-retail-table thead {
		display: none;
	}

	.msw-retail-table tbody {
		display: grid;
		gap: 14px;
	}

	.msw-retail-table tr,
	.msw-retail-table tbody tr:nth-child(even),
	.msw-retail-table tbody tr:hover {
		display: block;
		padding: 18px;
		border: 1px solid var(--msw-border);
		border-radius: 22px;
		background: #ffffff;
		box-shadow: 0 14px 34px rgba(7, 22, 47, 0.08);
	}

	.msw-retail-table td {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 12px;
		align-items: start;
		padding: 10px 0;
		border-bottom: 1px solid var(--msw-border);
		font-size: 14px;
		line-height: 1.5;
	}

	.msw-retail-table td::before {
		content: attr(data-label);
		color: var(--msw-muted);
		font-size: 12px;
		font-weight: 950;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}

	.msw-retail-table td:first-child {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 32px;
		margin-bottom: 6px;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: linear-gradient(135deg, var(--msw-blue), var(--msw-cyan));
		color: #ffffff;
		font-size: 13px;
		text-align: center;
	}

	.msw-retail-table td:first-child::before {
		display: none;
	}

	.msw-retail-table td:nth-child(2) {
		display: block;
		padding-top: 8px;
		color: var(--msw-dark);
		font-size: 16px;
		font-weight: 950;
	}

	.msw-retail-table td:nth-child(2)::before {
		display: block;
		margin-bottom: 5px;
	}

	.msw-retail-table td:nth-child(4) {
		color: var(--msw-blue-dark);
		font-size: 18px;
	}

	.msw-retail-table td:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	/* M365 pricing cards on mobile */
	.msw365-group__head {
		padding: 18px 20px;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.msw365-item {
		padding: 14px 20px;
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.msw365-item__name {
		font-size: 14px;
	}

	.msw365-item__price {
		font-size: 15px;
	}

	.msw365-note {
		padding: 16px 20px;
		font-size: 14px;
	}
}

.msw-brand-pair {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 14px;
	align-items: center;
}

.msw-brand-logo-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 116px;
	padding: 20px;
	border: 1px solid rgba(0, 120, 212, 0.12);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(7, 22, 47, 0.08);
}

.msw-brand-logo-card img,
.msw-brand-logo-card .msw-partner-logo {
	display: block;
	max-width: 100%;
	max-height: 74px;
	width: 100%;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	object-fit: contain;
}

.msw-brand-plus {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--msw-blue), var(--msw-cyan));
	color: #ffffff;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
}

@media (max-width: 960px) {
	.msw-hero__grid {
		gap: 34px;
	}

	.msw-partner-card {
		order: -1;
		width: min(100%, 620px);
		margin: 0 auto;
	}

	.msw-hero__content {
		order: 1;
		text-align: center;
	}

	.msw-hero h1,
	.msw-hero p {
		margin-left: auto;
		margin-right: auto;
	}

	.msw-hero__actions,
	.msw-hero__badges {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.msw-hero {
		padding-top: 64px;
	}

	.msw-brand-pair {
		grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
		gap: 8px;
	}

	.msw-brand-logo-card {
		min-height: 86px;
		padding: 14px;
		border-radius: 18px;
	}

	.msw-brand-logo-card img,
	.msw-brand-logo-card .msw-partner-logo {
		max-height: 50px;
	}

	.msw-brand-plus {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}

	.msw-partner-card strong,
	.msw-partner-card p {
		display: none;
	}
}
