:root {
	--wx-bg: #F3F4F7;
	--wx-surface: #FFFFFF;
	--wx-ink: #12161C;
	--wx-accent: #1652E0;
	--wx-muted: #5B6472;
	--wx-border: #E1E4EA;
	--wx-success: #0E8F6A;
	--wx-font-heading: 'Switzer', system-ui, sans-serif;
	--wx-font-body: 'General Sans', system-ui, sans-serif;
}

body.home { background: var(--wx-bg); }

body.home .wx-page { font-family: var(--wx-font-body); color: var(--wx-ink); }

.wx-hero {
	max-width: 1080px;
	margin: 0 auto;
	padding: 72px 24px 48px;
}
.wx-hero__intro { max-width: 620px; margin: 0 0 40px; }
.wx-hero__intro h1 {
	font-family: var(--wx-font-heading);
	font-weight: 600;
	font-size: clamp(32px, 4vw, 44px);
	line-height: 1.08;
	margin: 0 0 12px;
	color: var(--wx-ink);
}
.wx-hero__intro p {
	font-size: 18px;
	line-height: 1.5;
	color: var(--wx-muted);
	margin: 0;
	max-width: 46ch;
}

.wx-section { max-width: 1080px; margin: 0 auto; padding: 48px 24px; }
.wx-section--bordered { border-top: 1px solid var(--wx-border); }
.wx-section h2 {
	font-family: var(--wx-font-heading);
	font-weight: 600;
	font-size: clamp(24px, 2.6vw, 32px);
	line-height: 1.15;
	margin: 0 0 12px;
	color: var(--wx-ink);
}
.wx-section p {
	font-size: 17px;
	line-height: 1.55;
	color: var(--wx-muted);
	max-width: 60ch;
	margin: 0;
}

.wx-concepts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 28px;
	border-top: 1px solid var(--wx-border);
}
.wx-concepts__item {
	padding: 20px 20px 20px 0;
	border-right: 1px solid var(--wx-border);
}
.wx-concepts__item:last-child { border-right: none; }
.wx-concepts__item h3 {
	font-family: var(--wx-font-heading);
	font-weight: 600;
	font-size: 17px;
	margin: 0 0 6px;
	color: var(--wx-ink);
}
.wx-concepts__item p { font-size: 14px; line-height: 1.5; color: var(--wx-muted); margin: 0; max-width: none; }

.wx-why {
	max-width: 1080px;
	margin: 0 auto;
	padding: 56px 24px;
	border-top: 1px solid var(--wx-border);
}
.wx-why blockquote {
	font-family: var(--wx-font-heading);
	font-weight: 600;
	font-size: clamp(26px, 3.4vw, 36px);
	line-height: 1.15;
	color: var(--wx-ink);
	margin: 0 0 16px;
	max-width: 18ch;
}
.wx-why p { font-size: 17px; color: var(--wx-muted); max-width: 60ch; margin: 0; }

.wx-pairs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.wx-pairs button {
	font-family: var(--wx-font-body);
	font-size: 14px;
	font-weight: 500;
	color: var(--wx-ink);
	background: var(--wx-surface);
	border: 1px solid var(--wx-border);
	border-radius: 999px;
	padding: 9px 18px;
	cursor: pointer;
	transition: border-color 0.15s ease, color 0.15s ease;
}
.wx-pairs button:hover,
.wx-pairs button:focus-visible { border-color: var(--wx-accent); color: var(--wx-accent); outline: none; }

.wx-trust {
	max-width: 1080px;
	margin: 0 auto;
	padding: 32px 24px 64px;
	border-top: 1px solid var(--wx-border);
}
.wx-trust p { font-size: 13px; line-height: 1.6; color: var(--wx-muted); max-width: 70ch; margin: 0; }

.wx-hero--standalone { padding: 56px 24px 8px; }
.wx-hero--standalone .wx-hero__intro { max-width: none; }
.wx-hero--standalone h1 { font-size: clamp(28px, 3.6vw, 36px); }

.wx-content-list { list-style: none; margin: 24px 0 0; padding: 0; border-top: 1px solid var(--wx-border); max-width: 68ch; }
.wx-content-list li {
	padding: 16px 0;
	border-bottom: 1px solid var(--wx-border);
	font-size: 16px;
	line-height: 1.55;
	color: var(--wx-ink);
}
.wx-content-list li strong { display: block; font-family: var(--wx-font-heading); font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.wx-content-list li span { color: var(--wx-muted); }

.wx-topics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--wx-border);
	border: 1px solid var(--wx-border);
	margin-top: 28px;
}
.wx-topics__item {
	background: var(--wx-surface);
	padding: 22px;
	position: relative;
}
.wx-topics__item h3 {
	font-family: var(--wx-font-heading);
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 8px;
	color: var(--wx-ink);
}
.wx-topics__item p { font-size: 13px; color: var(--wx-muted); margin: 0; max-width: none; }
.wx-topics__soon {
	display: inline-block;
	margin-top: 12px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--wx-muted);
	opacity: 0.7;
}

@media (max-width: 780px) {
	.wx-topics { grid-template-columns: 1fr 1fr; }
	.wx-concepts { grid-template-columns: 1fr 1fr; }
	.wx-concepts__item:nth-child(2n) { border-right: none; }
	.wx-concepts__item { border-bottom: 1px solid var(--wx-border); }
}
@media (max-width: 480px) {
	.wx-concepts { grid-template-columns: 1fr; }
	.wx-concepts__item { border-right: none; border-bottom: 1px solid var(--wx-border); padding-right: 0; }
	.wx-hero { padding: 48px 16px 32px; }
	.wx-topics { grid-template-columns: 1fr; }
}
