:root {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: #0c2138;
	background: #f6faff;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at 82% -10%, rgba(124, 199, 255, 0.22), transparent 26rem),
		linear-gradient(180deg, #f7fbff 0, #eef6ff 34rem, #f8fbff 100%);
	font-size: 16px;
	line-height: 1.55;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid rgba(74, 163, 255, 0.32);
	outline-offset: 3px;
}

.mw-shop-page {
	width: min(1360px, 100%);
	margin: 0 auto;
	padding: 1rem;
}

.mw-shop-hero {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	padding: 1.2rem 0 1rem;
}

.mw-shop-hero__logo {
	display: block;
	width: min(360px, 100%);
	height: auto;
	margin: 0 0 1rem;
	filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.14));
}

.mw-shop-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	width: fit-content;
	margin: 0 0 0.8rem;
	padding: 0.38rem 0.62rem 0.38rem 0.45rem;
	border: 1px solid #cfe0f4;
	border-radius: 8px;
	background: #fff;
	color: #0c2138;
	font-weight: 850;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(47, 130, 255, 0.08);
}

.mw-shop-brand img {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(36, 87, 166, 0.18);
}

.mw-shop-brand:hover,
.mw-shop-brand:focus {
	text-decoration: none;
}

.mw-shop-kicker,
.mw-shop-card__eyebrow {
	margin: 0 0 0.35rem;
	color: #1e67b5;
	font-size: 0.82rem;
	font-weight: 850;
	text-transform: uppercase;
}

.mw-shop-hero h1,
.mw-shop-section-head h2,
.mw-shop-confirmation h2 {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.08;
}

.mw-shop-hero h1 {
	max-width: 860px;
	font-size: clamp(2.1rem, 5vw, 4.8rem);
}

.mw-shop-hero p {
	max-width: 760px;
	margin: 0.85rem 0 0;
	color: #536b87;
	font-size: 1.08rem;
}

.mw-shop-hero__facts {
	display: grid;
	gap: 0.45rem;
	min-width: 250px;
}

.mw-shop-hero__facts span,
.mw-shop-payment__prepared span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0.35rem 0.55rem;
	border: 1px solid #cfe0f4;
	border-radius: 8px;
	background: #fff;
	color: #244967;
	font-weight: 750;
}

.mw-shop-stepbar {
	display: grid;
	gap: 0.6rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 1rem;
}

.mw-shop-step {
	min-height: 46px;
	border: 1px solid #cfe0f4;
	border-radius: 8px;
	background: #fff;
	color: #5b7189;
	font-weight: 800;
}

.mw-shop-step.is-active {
	border-color: #4aa3ff;
	background: #eaf5ff;
	color: #174f91;
}

.mw-shop-panel,
.mw-shop-confirmation {
	display: none;
	padding: 1rem;
	border: 1px solid #cfe0f4;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 42px rgba(47, 130, 255, 0.08);
}

.mw-shop-panel.is-active,
.mw-shop-confirmation:not([hidden]) {
	display: block;
}

.mw-shop-section-head {
	margin-bottom: 1rem;
}

.mw-shop-section-head h2 {
	font-size: 1.7rem;
}

.mw-shop-products {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mw-shop-card {
	display: grid;
	gap: 0.85rem;
	align-content: space-between;
	min-height: 100%;
	padding: 1rem;
	border: 1px solid #cfe0f4;
	border-radius: 8px;
	background: #fff;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mw-shop-card.is-selected {
	border-color: #4aa3ff;
	box-shadow: 0 12px 30px rgba(47, 130, 255, 0.18);
	transform: translateY(-2px);
}

.mw-shop-card h3 {
	margin: 0;
	font-size: 1.25rem;
}

.mw-shop-card p {
	margin: 0;
	color: #536b87;
}

.mw-shop-price {
	color: #0c2138 !important;
	font-size: 2rem;
	font-weight: 900;
}

.mw-shop-price span {
	color: #647b95;
	font-size: 0.9rem;
	font-weight: 700;
}

.mw-shop-card ul {
	display: grid;
	gap: 0.35rem;
	margin: 0;
	padding-left: 1.15rem;
	color: #244967;
}

.mw-shop-card__button,
.mw-shop-primary,
.mw-shop-secondary,
.mw-shop-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.68rem 0.9rem;
	border: 1px solid #b8d8ff;
	border-radius: 8px;
	background: #fff;
	color: #0c2138;
	font-weight: 850;
	text-align: center;
	text-decoration: none;
}

.mw-shop-card__button,
.mw-shop-primary {
	border-color: #1e67b5;
	background: linear-gradient(135deg, #5bbcff, #2f82ff);
	color: #fff;
	box-shadow: 0 12px 26px rgba(47, 130, 255, 0.18);
}

.mw-shop-secondary {
	background: #eef7ff;
	color: #174f91;
}

.mw-shop-card__button:hover,
.mw-shop-primary:hover,
.mw-shop-secondary:hover,
.mw-shop-link-button:hover {
	text-decoration: none;
	transform: translateY(-1px);
}

.mw-shop-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	justify-content: flex-end;
	margin-top: 1rem;
}

.mw-shop-form-grid {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mw-shop-form label,
.mw-shop-textarea {
	display: grid;
	gap: 0.3rem;
	color: #173554;
	font-weight: 780;
}

.mw-shop-form input,
.mw-shop-form select,
.mw-shop-form textarea {
	width: 100%;
	min-height: 44px;
	padding: 0.65rem 0.7rem;
	border: 1px solid #bfd9f6;
	border-radius: 8px;
	background: #fff;
	color: #0c2138;
}

.mw-shop-form textarea {
	min-height: 120px;
	resize: vertical;
}

.mw-shop-form [aria-invalid="true"] {
	border-color: #b42318;
	box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}

.mw-shop-subsection,
.mw-shop-school,
.mw-shop-review,
.mw-shop-notice,
.mw-shop-message {
	margin-top: 1rem;
	padding: 0.9rem;
	border: 1px solid #cfe0f4;
	border-radius: 8px;
	background: #f7fbff;
}

.mw-shop-subsection h3,
.mw-shop-payment h3 {
	margin: 0 0 0.75rem;
}

.mw-shop-school {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
}

.mw-shop-calculator {
	display: grid;
	gap: 0.45rem;
	align-content: center;
	padding: 1rem;
	border: 1px solid #9ed2ff;
	border-radius: 8px;
	background: #eaf5ff;
}

.mw-shop-calculator span {
	color: #1e67b5;
	font-weight: 850;
}

.mw-shop-calculator strong {
	font-size: 2.2rem;
}

.mw-shop-review {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.mw-shop-summary {
	display: grid;
	gap: 0.45rem;
}

.mw-shop-summary p {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid #d9e8f8;
}

.mw-shop-summary span {
	color: #5b7189;
}

.mw-shop-payment__prepared {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-top: 0.6rem;
}

.mw-shop-payment__prepared span {
	background: #eef7ff;
	color: #5b7189;
	font-size: 0.9rem;
}

.mw-shop-acceptance {
	display: grid;
	gap: 0.55rem;
	margin-top: 1rem;
}

.mw-shop-acceptance label {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-weight: 760;
}

.mw-shop-acceptance input {
	width: auto;
	min-height: auto;
	margin-top: 0.3rem;
}

.mw-shop-notice {
	border-color: #9ed2ff;
	background: #f0f8ff;
	color: #244967;
}

.mw-shop-message {
	border-color: #9ed2ff;
	background: #eaf5ff;
	color: #174f91;
	font-weight: 800;
}

.mw-shop-message.is-error {
	border-color: #efb2a8;
	background: #fff0ed;
	color: #8f2017;
}

.mw-shop-confirmation {
	max-width: 760px;
	margin: 1rem auto 0;
	text-align: center;
}

.mw-shop-confirmation strong {
	display: inline-block;
	margin: 0.5rem 0;
	padding: 0.7rem 0.9rem;
	border-radius: 8px;
	background: #123061;
	color: #fff;
	font-size: 1.25rem;
}

.mw-shop-honeypot,
[data-product-field][hidden],
[data-beta-acceptance][hidden] {
	display: none !important;
}

.mw-shop-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.55rem 1rem;
	width: min(1360px, 100%);
	margin: 1.5rem auto 0;
	padding: 1.1rem 1rem 1.6rem;
	color: #536b87;
	font-size: 0.95rem;
}

.mw-shop-footer a {
	color: inherit;
	font-weight: 760;
	text-decoration: none;
}

.mw-shop-footer a:hover,
.mw-shop-footer a:focus {
	color: #1e67b5;
	text-decoration: underline;
}

.mw-legal-page {
	max-width: 1040px;
}

.mw-legal-hero {
	padding-bottom: 0.2rem;
}

.mw-legal-alert {
	margin: 0 0 1rem;
	padding: 0.9rem 1rem;
	border: 1px solid #9ed2ff;
	border-left: 5px solid #2f82ff;
	border-radius: 8px;
	background: #eaf5ff;
	color: #174f91;
	box-shadow: 0 12px 26px rgba(47, 130, 255, 0.08);
}

.mw-legal-alert strong {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 1rem;
}

.mw-legal-alert p {
	margin: 0;
	color: #244967;
}

.mw-legal-content {
	display: block;
	font-size: 1rem;
}

.mw-legal-content h2,
.mw-legal-content h3,
.mw-legal-content h4 {
	margin: 1.35rem 0 0.45rem;
	color: #0c2138;
	line-height: 1.18;
}

.mw-legal-content h2:first-child,
.mw-legal-content h3:first-child,
.mw-legal-content h4:first-child {
	margin-top: 0;
}

.mw-legal-content p,
.mw-legal-content ul,
.mw-legal-content ol {
	max-width: 78ch;
	margin-top: 0;
	color: #244967;
}

.mw-legal-content li + li {
	margin-top: 0.25rem;
}

.mw-legal-content a {
	color: #1e67b5;
	font-weight: 760;
}

.mw-legal-box {
	max-width: 78ch;
	padding: 1rem;
	border: 1px solid #cfe3f7;
	border-radius: 8px;
	background: #f8fbff;
}

.mw-legal-table {
	width: 100%;
	max-width: 78ch;
	border-collapse: collapse;
	margin: 1rem 0 0;
	color: #244967;
}

.mw-legal-table th,
.mw-legal-table td {
	padding: 0.75rem 0.85rem;
	border: 1px solid #cfe3f7;
	text-align: left;
	vertical-align: top;
}

.mw-legal-table th {
	background: #eef6ff;
	color: #0c2138;
}

.mw-legal-placeholder {
	display: inline;
	padding: 0.08rem 0.28rem;
	border-radius: 6px;
	background: #fff3cd;
	color: #6f4d00;
	font-weight: 780;
}

.mw-legal-footer {
	max-width: 1040px;
}

@media (max-width: 1100px) {
	.mw-shop-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mw-shop-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.mw-shop-page {
		padding: 0.65rem;
	}

	.mw-shop-hero {
		grid-template-columns: 1fr;
	}

	.mw-shop-hero h1 {
		font-size: 2.35rem;
	}

	.mw-shop-stepbar,
	.mw-shop-products,
	.mw-shop-form-grid,
	.mw-shop-school,
	.mw-shop-review {
		grid-template-columns: 1fr;
	}

	.mw-shop-panel {
		padding: 0.8rem;
	}

	.mw-shop-panel__actions,
	.mw-shop-card__button,
	.mw-shop-primary,
	.mw-shop-secondary,
	.mw-shop-link-button {
		width: 100%;
	}
}
