.mmc-page {
	--mmc-primary: #2563eb;
	--mmc-primary-dark: #1d4ed8;
	--mmc-accent: #06b6d4;
	--mmc-ink: #0f172a;
	--mmc-muted: #64748b;
	--mmc-soft: #eff6ff;
	--mmc-border: rgba(37, 99, 235, 0.16);
	--mmc-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
	font-family: inherit;
	color: var(--mmc-ink);
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 38%, #eff6ff 100%);
	overflow: hidden;
}

.mmc-page *,
.mmc-page *::before,
.mmc-page *::after {
	box-sizing: border-box;
}

.mmc-page a {
	text-decoration: none;
}

.mmc-container {
	width: min(1220px, calc(100% - 40px));
	margin: 0 auto;
}

.mmc-section {
	position: relative;
	padding: clamp(70px, 8vw, 108px) 0;
}

.mmc-hero {
	position: relative;
	min-height: 650px;
	padding: 116px 0 92px;
	isolation: isolate;
	background-color: #07111f;
	background-image: linear-gradient(96deg, rgba(7, 17, 31, 0.96), rgba(15, 23, 42, 0.86), rgba(37, 99, 235, 0.38)), var(--mmc-hero-image);
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
}

.mmc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 15% 22%, rgba(6, 182, 212, 0.32), transparent 28%),
		radial-gradient(circle at 70% 82%, rgba(37, 99, 235, 0.2), transparent 34%),
		linear-gradient(180deg, transparent, rgba(7, 17, 31, 0.52));
}

.mmc-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 760px) minmax(280px, 360px);
	gap: clamp(30px, 5vw, 70px);
	align-items: center;
}

.mmc-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	padding: 8px 14px;
	border: 1px solid rgba(37, 99, 235, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--mmc-primary-dark);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.mmc-eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--mmc-primary), var(--mmc-accent));
	box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.13);
}

.mmc-hero .mmc-eyebrow,
.mmc-cta .mmc-eyebrow {
	border-color: rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.14);
	color: #bfdbfe;
	backdrop-filter: blur(12px);
}

.mmc-hero h1,
.mmc-section-heading h2,
.mmc-cta__box h2 {
	margin: 0;
	font-weight: 950;
	letter-spacing: -0.045em;
	line-height: 1.06;
}

.mmc-hero h1 {
	max-width: 850px;
	color: #ffffff;
	font-size: clamp(44px, 6.2vw, 78px);
	line-height: 0.98;
	text-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
}

.mmc-hero p,
.mmc-section-heading p,
.mmc-rich-text p,
.mmc-feature-card p,
.mmc-usecase-card p,
.mmc-cta__box p {
	color: var(--mmc-muted);
	line-height: 1.72;
}

.mmc-hero p {
	max-width: 760px;
	margin: 22px 0 0;
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	color: rgba(255, 255, 255, 0.92);
}

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

.mmc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	font-weight: 900;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.mmc-btn--primary {
	background: linear-gradient(135deg, var(--mmc-primary), var(--mmc-accent));
	color: #ffffff;
	box-shadow: 0 18px 38px rgba(37, 99, 235, 0.28);
}

.mmc-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.44);
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	backdrop-filter: blur(12px);
}

.mmc-btn--light {
	background: #ffffff;
	color: var(--mmc-primary-dark);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.mmc-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.mmc-trust-row span {
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 800;
	backdrop-filter: blur(12px);
}

.mmc-hero-card {
	display: grid;
	gap: 14px;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(18px);
	color: #ffffff;
}

.mmc-hero-card::before {
	content: "";
	width: 78px;
	height: 78px;
	border-radius: 24px;
	background: linear-gradient(135deg, #ffffff, #dbeafe);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.mmc-hero-card strong {
	font-size: 26px;
	font-weight: 950;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.mmc-hero-card > span {
	color: rgba(255, 255, 255, 0.84);
	line-height: 1.62;
}

.mmc-hero-card div {
	display: flex;
	align-items: end;
	gap: 10px;
	padding-top: 12px;
}

.mmc-hero-card b {
	font-size: 42px;
	line-height: 1;
}

.mmc-hero-card small {
	color: rgba(255, 255, 255, 0.76);
	font-weight: 800;
}

.mmc-overview,
.mmc-benefits {
	background: #ffffff;
}

.mmc-overview__grid,
.mmc-benefits__grid {
	display: grid;
	grid-template-columns: 0.88fr 1.12fr;
	gap: clamp(30px, 5vw, 70px);
	align-items: start;
}

.mmc-section-heading {
	max-width: 880px;
}

.mmc-section-heading h2 {
	font-size: clamp(2rem, 4vw, 3.3rem);
	color: var(--mmc-ink);
}

.mmc-section-heading p {
	max-width: 760px;
	margin: 16px auto 0;
	font-size: 1.02rem;
}

.mmc-center {
	margin: 0 auto 44px;
	text-align: center;
}

.mmc-rich-text {
	display: grid;
	gap: 18px;
	padding: 30px;
	border: 1px solid var(--mmc-border);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.mmc-rich-text p {
	margin: 0;
	font-size: 1.02rem;
}

.mmc-features,
.mmc-usecases,
.mmc-pricing {
	background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.mmc-feature-grid,
.mmc-usecase-grid {
	display: grid;
	gap: 22px;
}

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

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

.mmc-feature-card,
.mmc-usecase-card,
.mmc-plan-card {
	border: 1px solid var(--mmc-border);
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.mmc-feature-card,
.mmc-usecase-card {
	padding: 28px;
}

.mmc-feature-card:hover,
.mmc-usecase-card:hover,
.mmc-plan-card:hover {
	transform: translateY(-5px);
	border-color: rgba(37, 99, 235, 0.34);
	box-shadow: var(--mmc-shadow);
}

.mmc-feature-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(6, 182, 212, 0.12));
	font-size: 1.55rem;
}

.mmc-feature-card h3,
.mmc-usecase-card h3,
.mmc-plan-card h3 {
	margin: 0 0 10px;
	color: var(--mmc-ink);
	font-size: 1.18rem;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.mmc-feature-card p,
.mmc-usecase-card p {
	margin: 0;
}

.mmc-pricing-shell {
	position: relative;
	margin: 0 -48px;
	padding: 0 48px;
}

.mmc-plan-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 30px;
	scrollbar-width: thin;
}

.mmc-plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 24px;
	overflow: hidden;
	scroll-snap-align: start;
}

.mmc-plan-card--featured {
	border-color: rgba(37, 99, 235, 0.48);
	box-shadow: 0 28px 80px rgba(37, 99, 235, 0.18);
}

.mmc-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 7px 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--mmc-primary), var(--mmc-accent));
	color: #ffffff;
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.mmc-plan-head > span {
	display: inline-flex;
	max-width: calc(100% - 84px);
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.12);
	color: var(--mmc-primary-dark);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.mmc-plan-head h3 {
	min-height: 64px;
	margin: 16px 0 10px;
	font-size: 24px;
	line-height: 1.16;
	letter-spacing: -0.035em;
	color: #071733;
}

.mmc-plan-head p {
	min-height: 42px;
	margin: 0;
	color: var(--mmc-muted);
	font-weight: 800;
	line-height: 1.45;
}

.mmc-price {
	display: flex;
	align-items: baseline;
	gap: 7px;
	max-width: 100%;
	margin: 18px 0 12px;
	overflow: hidden;
	white-space: nowrap;
}

.mmc-price strong {
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
	color: #0f172a;
	font-size: 26px;
	font-weight: 950;
	line-height: 1;
	letter-spacing: -0.045em;
}

.mmc-price span {
	flex: 0 0 auto;
	color: var(--mmc-muted);
	font-size: 13px;
	font-weight: 800;
}

.mmc-stock-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 18px;
	padding: 10px;
	border-radius: 16px;
	background: var(--mmc-soft);
}

.mmc-stock-row span,
.mmc-stock-row strong {
	font-size: 12px;
	font-weight: 900;
}

.mmc-stock-row span {
	color: var(--mmc-primary-dark);
}

.mmc-stock-row strong {
	color: #0f172a;
}

.mmc-spec-list {
	display: grid;
	gap: 9px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.mmc-spec-list li {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 10px;
	padding-bottom: 9px;
	border-bottom: 1px dashed rgba(37, 99, 235, 0.18);
}

.mmc-spec-list span {
	color: var(--mmc-muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.mmc-spec-list strong {
	color: #1e293b;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
}

.mmc-plan-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin-top: auto;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--mmc-primary), var(--mmc-accent));
	color: #ffffff;
	font-weight: 950;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.24);
}

.mmc-plan-action:hover {
	color: #ffffff;
	text-decoration: none;
}

.mmc-slider-btn {
	position: absolute;
	top: 42%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
	color: var(--mmc-primary-dark);
	cursor: pointer;
	font-size: 34px;
	line-height: 1;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.mmc-slider-btn:hover {
	background: linear-gradient(135deg, var(--mmc-primary), var(--mmc-accent));
	box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
	color: #ffffff;
	transform: translateY(-2px);
}

.mmc-slider-btn--prev {
	left: 0;
}

.mmc-slider-btn--next {
	right: 0;
}

.mmc-benefits__grid {
	align-items: center;
}

.mmc-benefit-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mmc-benefit-list li {
	position: relative;
	padding: 16px 18px 16px 50px;
	border: 1px solid var(--mmc-border);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
	color: #334155;
	font-weight: 800;
	line-height: 1.55;
}

.mmc-benefit-list li::before {
	content: "✓";
	position: absolute;
	left: 18px;
	top: 16px;
	color: #059669;
	font-weight: 950;
}

.mmc-cta {
	padding-top: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
}

.mmc-cta__box {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 32px;
	align-items: center;
	padding: 46px;
	border-radius: 34px;
	background: linear-gradient(135deg, #07111f, #1e3a8a 54%, #06b6d4);
	box-shadow: 0 26px 80px rgba(30, 64, 175, 0.22);
	color: #ffffff;
}

.mmc-cta__box h2 {
	font-size: clamp(2rem, 4vw, 3.1rem);
	color: #ffffff;
}

.mmc-cta__box p {
	max-width: 760px;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 1240px) {
	.mmc-plan-slider {
		grid-auto-columns: calc((100% - 48px) / 3);
	}
}

@media (max-width: 1080px) {
	.mmc-feature-grid,
	.mmc-usecase-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 940px) {
	.mmc-hero__grid,
	.mmc-overview__grid,
	.mmc-benefits__grid,
	.mmc-cta__box {
		grid-template-columns: 1fr;
	}

	.mmc-hero {
		min-height: auto;
		padding: 96px 0 76px;
	}

	.mmc-pricing-shell {
		margin: 0 -18px;
		padding: 0 18px;
	}

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

@media (max-width: 640px) {
	.mmc-container {
		width: min(100% - 28px, 1220px);
	}

	.mmc-hero h1 {
		font-size: clamp(38px, 14vw, 58px);
	}

	.mmc-hero-card,
	.mmc-rich-text,
	.mmc-cta__box {
		padding: 24px;
		border-radius: 24px;
	}

	.mmc-feature-grid,
	.mmc-usecase-grid {
		grid-template-columns: 1fr;
	}

	.mmc-pricing-shell {
		margin: 0;
		padding: 0 34px;
	}

	.mmc-plan-slider {
		grid-auto-columns: 100%;
		gap: 16px;
	}

	.mmc-slider-btn {
		width: 36px;
		height: 36px;
		font-size: 28px;
	}

	.mmc-plan-card {
		padding: 20px;
	}

	.mmc-spec-list li {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}
