/* Shared foundations */
:root {
	color-scheme: light;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-width: 0;
	overflow-x: clip;
}

button,
a {
	font: inherit;
}

button {
	border: 0;
}

a {
	color: inherit;
}

.skip-link {
	position: fixed;
	z-index: 100;
	top: 8px;
	left: 8px;
	padding: 12px 16px;
	color: #fff;
	background: #111;
	transform: translateY(-150%);
}

.skip-link:focus {
	transform: translateY(0);
}

:focus-visible {
	outline: 3px solid #1464ff;
	outline-offset: 4px;
}

.checkout-status {
	min-height: 1.5em;
	margin: 8px 0 0;
	font-weight: 700;
}

.checkout-status:empty {
	display: none;
}

.checkout-status.is-error {
	color: #a11208;
}

.noscript {
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 16px;
	color: #fff;
	background: #a11208;
	font:
		700 14px / 1.5 ui-monospace,
		SFMono-Regular,
		Menlo,
		Consolas,
		monospace;
	text-align: center;
}

/* Variant A: warm conversion board */
.variant-a {
	--a-ink: #211f19;
	--a-shell: #25231d;
	--a-butter: #fff0ad;
	--a-butter-2: #ffe784;
	--a-cream: #fff9df;
	--a-lime: #d8f566;
	--a-line: rgba(33, 31, 25, 0.2);
	color: var(--a-ink);
	background: #f7e69e;
	font-family: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

.a-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 40px auto;
	padding: 18px;
	overflow: hidden;
	border-radius: 32px;
	color: var(--a-ink);
	background: var(--a-shell);
	box-shadow: 0 28px 80px rgba(55, 45, 10, 0.25);
}

.a-nav,
.a-footer {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	padding: 12px 16px 28px;
	color: var(--a-cream);
	font-size: 13px;
	font-weight: 800;
}

.a-nav p {
	margin: 0;
	letter-spacing: 0.04em;
}

.a-nav > a:last-child {
	justify-self: end;
	text-underline-offset: 4px;
}

.a-logo {
	width: max-content;
	color: inherit;
	font:
		900 24px / 1 Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		sans-serif;
	letter-spacing: 0.03em;
	text-decoration: none;
}

.a-logo span {
	color: var(--a-lime);
}

.a-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(270px, 0.75fr);
	gap: 16px;
}

.a-hero-copy,
.a-stamp,
.a-cards article,
.a-process,
.a-ledger-panel,
.a-fine-print,
.a-final {
	border-radius: 24px;
}

.a-hero-copy {
	padding: clamp(32px, 6vw, 76px);
	background: var(--a-butter);
}

.eyebrow {
	margin: 0 0 16px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.a-hero h1,
.a-process h2,
.a-ledger-panel h2,
.a-fine-print h2,
.a-final h2 {
	margin: 0;
	font-family:
		Impact, Haettenschweiler, "Arial Narrow Bold", "Franklin Gothic Condensed",
		sans-serif;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 0.92;
	text-transform: uppercase;
}

.a-hero h1 {
	max-width: 760px;
	font-size: clamp(52px, 8vw, 108px);
}

.a-lede {
	max-width: 640px;
	margin: 28px 0;
	font-size: clamp(17px, 2vw, 21px);
}

.a-action {
	max-width: 720px;
}

.a-action .checkout-button {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 17px 20px;
	border: 2px solid var(--a-ink);
	border-radius: 999px;
	color: var(--a-cream);
	background: var(--a-ink);
	cursor: pointer;
	font-weight: 900;
	transition:
		color 160ms ease,
		background 160ms ease,
		transform 160ms ease;
}

.a-action .checkout-button:hover {
	color: var(--a-ink);
	background: var(--a-lime);
	transform: translateY(-2px);
}

.a-action .cta-terms {
	margin: 12px 6px 0;
	font-size: 12px;
	line-height: 1.55;
}

.a-stamp {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 4vw, 48px);
	color: var(--a-cream);
	background: var(--a-ink);
}

.a-stamp-number {
	color: var(--a-lime);
	font:
		900 clamp(120px, 17vw, 220px) / 0.76 Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		sans-serif;
}

.a-stamp > strong {
	margin: 24px 0;
	font:
		900 26px / 1 Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.a-stamp dl {
	margin: auto 0 0;
}

.a-stamp dl div {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 12px;
	padding: 12px 0;
	border-top: 1px solid rgba(255, 249, 223, 0.25);
}

.a-stamp dt {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.a-stamp dd {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.a-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 16px;
}

.a-cards article {
	display: flex;
	min-height: 210px;
	padding: 28px;
	background: var(--a-butter-2);
	flex-direction: column;
}

.a-cards article:nth-child(2) {
	background: var(--a-lime);
}

.a-cards .a-dark-card {
	color: var(--a-cream);
	background: #39362d;
}

.a-cards strong {
	margin: auto 0 4px;
	font:
		900 clamp(38px, 5vw, 62px) / 0.95 Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		sans-serif;
	text-transform: uppercase;
}

.a-cards span {
	font-size: 13px;
	font-weight: 700;
}

.a-process {
	display: grid;
	grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(40px, 7vw, 90px);
	margin-top: 16px;
	padding: clamp(32px, 6vw, 76px);
	background: var(--a-cream);
}

.a-process h2,
.a-ledger-panel h2,
.a-fine-print h2,
.a-final h2 {
	font-size: clamp(42px, 6vw, 76px);
}

.a-process-intro > p:last-child {
	margin-top: 24px;
}

.a-steps {
	margin: 0;
	padding: 0;
	list-style: none;
}

.a-steps li {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 20px;
	padding: 24px 0;
	border-top: 2px solid var(--a-ink);
}

.a-steps li > span {
	display: grid;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--a-butter-2);
	font-weight: 900;
	place-items: center;
}

.a-steps h3,
.a-steps p {
	margin: 0;
}

.a-steps h3 {
	font-size: 20px;
}

.a-steps p {
	margin-top: 5px;
	font-size: 14px;
}

.a-ledger-panel {
	margin-top: 16px;
	padding: clamp(32px, 6vw, 76px);
	background: var(--a-butter);
}

.a-ledger-head {
	display: grid;
	grid-template-columns: 1.4fr 0.6fr;
	gap: 40px;
	align-items: end;
}

.a-ledger-head > p {
	margin: 0 0 4px;
	font-size: 14px;
}

.a-ledger {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin: 36px 0;
	padding: 0;
	list-style: none;
}

.a-ledger li {
	display: grid;
	min-width: 0;
	padding: 16px;
	border: 2px solid var(--a-ink);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.28);
}

.a-ledger span,
.a-ledger em {
	font:
		800 11px / 1.3 ui-monospace,
		SFMono-Regular,
		Menlo,
		monospace;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.a-ledger b {
	margin: 14px 0 24px;
	font-size: 13px;
}

.a-ledger em {
	color: #416000;
	font-style: normal;
}

.a-ledger-action {
	margin: 0 auto;
	text-align: center;
}

.a-fine-print {
	margin-top: 16px;
	padding: clamp(32px, 6vw, 76px);
	color: var(--a-cream);
	background: #39362d;
}

.a-fine-print h2 {
	color: var(--a-butter-2);
}

.a-boundaries {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-top: 40px;
	font-size: 14px;
}

.a-boundaries p {
	margin: 0;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 249, 223, 0.4);
}

.a-final {
	margin-top: 16px;
	padding: clamp(48px, 8vw, 104px) clamp(32px, 8vw, 100px);
	background: var(--a-lime);
	text-align: center;
}

.a-final h2 {
	max-width: 900px;
	margin: 0 auto;
}

.a-final > p:not(.eyebrow) {
	margin: 24px auto;
}

.a-final .a-action {
	margin: 32px auto 0;
}

.a-footer {
	grid-template-columns: 1fr 1fr 1fr;
	padding: 36px 18px 18px;
	font-size: 12px;
}

.a-footer p {
	margin: 6px 0 0;
}

.a-footer > p:nth-child(2) {
	justify-self: center;
}

.a-footer > p:last-child {
	justify-self: end;
	text-align: right;
}

/* Variant B: editorial Swiss grid */
.variant-b {
	--b-ink: #101010;
	--b-paper: #fdfdfc;
	--b-red: #e1251b;
	--b-muted: #686868;
	--b-rule: #171717;
	color: var(--b-ink);
	background: var(--b-paper);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

.b-grid {
	--grid-gap: 16px;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 0 var(--grid-gap);
	width: min(1440px, calc(100% - 64px));
	margin-inline: auto;
}

.b-masthead {
	min-height: 104px;
	padding: 24px 0;
	border-bottom: 2px solid var(--b-rule);
	align-items: start;
	font:
		700 11px / 1.35 ui-monospace,
		SFMono-Regular,
		Menlo,
		Consolas,
		monospace;
	letter-spacing: 0.05em;
}

.b-masthead .b-wordmark {
	grid-column: 1 / span 3;
}

.b-wordmark {
	color: var(--b-ink);
	font:
		900 27px / 1 Arial,
		Helvetica,
		sans-serif;
	letter-spacing: -0.06em;
	text-decoration: none;
}

.b-masthead p {
	margin: 0;
}

.b-masthead p:nth-of-type(1) {
	grid-column: 5 / span 2;
}

.b-masthead p:nth-of-type(2) {
	grid-column: 8 / span 2;
}

.b-masthead > a:last-child {
	grid-column: 11 / -1;
	justify-self: end;
	text-underline-offset: 4px;
}

.b-hero,
.b-protocol,
.b-ledger,
.b-diagnostic,
.b-rules,
.b-final {
	padding-block: 64px;
	border-bottom: 2px solid var(--b-rule);
}

.b-index {
	grid-column: 1 / span 2;
	margin: 0;
	color: var(--b-red);
	font:
		700 11px / 1.45 ui-monospace,
		SFMono-Regular,
		Menlo,
		Consolas,
		monospace;
	letter-spacing: 0.06em;
}

.b-title-wrap {
	grid-column: 3 / -1;
}

.b-hero h1 {
	max-width: 1200px;
	margin: 0;
	font:
		400 clamp(64px, 9.5vw, 148px) / 0.86 Georgia,
		"Times New Roman",
		serif;
	letter-spacing: -0.065em;
}

.b-hero h1 em {
	color: var(--b-red);
	font-style: italic;
}

.b-hero-note {
	grid-column: 3 / span 4;
	margin-top: 56px;
	font:
		400 clamp(18px, 2vw, 26px) / 1.25 Georgia,
		"Times New Roman",
		serif;
}

.b-hero-note p {
	margin: 0;
}

.b-facts {
	grid-column: 8 / -1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 56px 0 0;
}

.b-facts div {
	padding: 0 12px;
	border-left: 1px solid var(--b-rule);
}

.b-facts dt,
.b-facts dd {
	font:
		700 10px / 1.5 ui-monospace,
		SFMono-Regular,
		Menlo,
		Consolas,
		monospace;
}

.b-facts dd {
	margin: 6px 0 0;
}

.b-action {
	position: relative;
}

.b-hero-action {
	grid-column: 3 / -1;
	display: grid;
	grid-template-columns: 4fr 6fr;
	gap: 16px;
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid var(--b-rule);
}

.b-action .checkout-button {
	min-height: 64px;
	padding: 16px 20px;
	border: 2px solid var(--b-red);
	border-radius: 0;
	color: #fff;
	background: var(--b-red);
	cursor: pointer;
	font:
		700 13px / 1 ui-monospace,
		SFMono-Regular,
		Menlo,
		Consolas,
		monospace;
	letter-spacing: 0.04em;
	text-align: left;
	transition:
		color 120ms linear,
		background 120ms linear;
}

.b-action .checkout-button:hover {
	color: var(--b-red);
	background: var(--b-paper);
}

.b-action .cta-terms {
	margin: 0;
	font:
		400 12px / 1.5 ui-monospace,
		SFMono-Regular,
		Menlo,
		Consolas,
		monospace;
}

.b-action .checkout-status {
	grid-column: 1 / -1;
	font:
		700 12px / 1.5 ui-monospace,
		SFMono-Regular,
		Menlo,
		Consolas,
		monospace;
}

.b-protocol h2,
.b-ledger-title,
.b-rules h2,
.b-final h2 {
	grid-column: 3 / -1;
}

.b-protocol h2,
.b-rules h2,
.b-final h2 {
	margin: 0;
	font:
		400 clamp(44px, 6vw, 88px) / 0.98 Georgia,
		"Times New Roman",
		serif;
	letter-spacing: -0.045em;
}

.b-method {
	grid-column: 3 / -1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 56px 0 0;
	padding: 0;
	border-top: 2px solid var(--b-rule);
	list-style: none;
}

.b-method li {
	min-width: 0;
	padding: 16px 16px 24px 0;
	border-right: 1px solid var(--b-rule);
}

.b-method li + li {
	padding-left: 16px;
}

.b-method li:last-child {
	border-right: 0;
}

.b-method span,
.b-method h3 {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.b-method span {
	color: var(--b-red);
	font-size: 11px;
	font-weight: 700;
}

.b-method h3 {
	margin: 72px 0 16px;
	font-size: 15px;
	text-transform: uppercase;
}

.b-method p {
	margin: 0;
	font-size: 14px;
}

.b-ledger-title {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	align-items: end;
}

.b-ledger-title h2 {
	margin: 0;
	font:
		400 clamp(46px, 6vw, 84px) / 1 Georgia,
		"Times New Roman",
		serif;
	letter-spacing: -0.05em;
}

.b-ledger-title p {
	margin: 0 0 8px;
	color: var(--b-muted);
	font:
		12px / 1.4 ui-monospace,
		SFMono-Regular,
		Menlo,
		Consolas,
		monospace;
}

.b-table {
	grid-column: 3 / -1;
	margin-top: 40px;
	border-top: 2px solid var(--b-rule);
}

.b-tr {
	display: grid;
	grid-template-columns: 1fr 7fr 2fr;
	min-height: 48px;
	border-bottom: 1px solid var(--b-rule);
	align-items: center;
	font:
		12px / 1.35 ui-monospace,
		SFMono-Regular,
		Menlo,
		Consolas,
		monospace;
}

.b-tr span {
	padding: 8px 12px 8px 0;
}

.b-tr span:last-child {
	color: var(--b-red);
	font-weight: 700;
	text-align: right;
}

.b-th {
	min-height: 40px;
	font-size: 10px;
	font-weight: 700;
}

.b-total {
	min-height: 64px;
	border-bottom-width: 2px;
	font-weight: 700;
}

.b-ledger-action {
	grid-column: 3 / -1;
	display: grid;
	grid-template-columns: 4fr 6fr;
	gap: 16px;
	margin-top: 32px;
}

.b-diagnostic {
	color: #fff;
	background: var(--b-ink);
	width: 100%;
	padding-inline: max(32px, calc((100% - 1376px) / 2));
}

.b-diagnostic .b-index {
	grid-column: 1 / span 2;
}

.b-diagnostic blockquote {
	grid-column: 3 / -1;
	margin: 0;
	color: #fff;
	font:
		italic 400 clamp(42px, 6.5vw, 92px) / 1 Georgia,
		"Times New Roman",
		serif;
	letter-spacing: -0.045em;
}

.b-no-promises {
	grid-column: 3 / -1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-top: 64px;
}

.b-no-promises p {
	margin: 0;
	padding-top: 16px;
	border-top: 1px solid #fff;
	font-size: 13px;
}

.b-no-promises b {
	color: var(--b-red);
	font:
		700 11px / 1.4 ui-monospace,
		SFMono-Regular,
		Menlo,
		Consolas,
		monospace;
}

.b-rule-list {
	grid-column: 3 / -1;
	margin-top: 48px;
	border-top: 2px solid var(--b-rule);
}

.b-rule-list article {
	display: grid;
	grid-template-columns: 1fr 9fr;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid var(--b-rule);
}

.b-rule-list span {
	color: var(--b-red);
	font:
		700 12px / 1.5 ui-monospace,
		SFMono-Regular,
		Menlo,
		Consolas,
		monospace;
}

.b-rule-list p {
	max-width: 850px;
	margin: 0;
	font:
		400 clamp(18px, 2vw, 25px) / 1.3 Georgia,
		"Times New Roman",
		serif;
}

.b-final {
	padding-block: 88px;
}

.b-final h2 {
	color: var(--b-red);
}

.b-final-note {
	grid-column: 3 / span 4;
	margin: 40px 0 0;
	font:
		18px / 1.4 Georgia,
		"Times New Roman",
		serif;
}

.b-final-action {
	grid-column: 8 / -1;
	display: grid;
	gap: 16px;
	margin-top: 40px;
}

.b-footer {
	min-height: 176px;
	padding-block: 32px;
	font:
		700 10px / 1.5 ui-monospace,
		SFMono-Regular,
		Menlo,
		Consolas,
		monospace;
}

.b-footer > * {
	margin: 0;
}

.b-footer > :nth-child(1) {
	grid-column: 1 / span 3;
}

.b-footer > :nth-child(2) {
	grid-column: 5 / span 2;
}

.b-footer > :nth-child(3) {
	grid-column: 8 / span 2;
}

.b-footer > :nth-child(4) {
	grid-column: 11 / -1;
}

/* Shared 404 */
.not-found {
	display: grid;
	min-height: 100vh;
	margin: 0;
	padding: 32px;
	color: #111;
	background: #fff0ad;
	font-family: Arial, sans-serif;
	place-items: center;
}

.not-found main {
	max-width: 720px;
}

.not-found h1 {
	margin: 0 0 16px;
	font:
		900 clamp(48px, 10vw, 112px) / 0.9 Impact,
		"Arial Narrow Bold",
		sans-serif;
	text-transform: uppercase;
}

.button-link {
	display: inline-block;
	margin-top: 16px;
	padding: 14px 18px;
	color: #fff;
	background: #111;
	font-weight: 700;
}

@supports (grid-template-columns: subgrid) {
	.b-method {
		grid-template-columns: subgrid;
	}

	.b-method li {
		grid-column: span 2;
	}
}

@media (max-width: 900px) {
	.a-shell {
		width: min(100% - 20px, 760px);
		margin: 10px auto;
		padding: 10px;
		border-radius: 22px;
	}

	.a-nav {
		grid-template-columns: 1fr auto;
		padding: 8px 8px 18px;
	}

	.a-nav p {
		display: none;
	}

	.a-hero,
	.a-process,
	.a-ledger-head {
		grid-template-columns: 1fr;
	}

	.a-stamp {
		min-height: 400px;
	}

	.a-stamp-number {
		font-size: 190px;
	}

	.a-cards {
		grid-template-columns: 1fr;
	}

	.a-cards article {
		min-height: 170px;
	}

	.a-ledger {
		grid-template-columns: repeat(2, 1fr);
	}

	.a-boundaries {
		grid-template-columns: 1fr;
	}

	.b-grid {
		width: calc(100% - 32px);
	}

	.b-masthead p {
		display: none;
	}

	.b-masthead .b-wordmark {
		grid-column: 1 / span 4;
	}

	.b-masthead > a:last-child {
		grid-column: 6 / -1;
	}

	.b-index {
		grid-column: 1 / -1;
		margin-bottom: 32px;
	}

	.b-title-wrap,
	.b-protocol h2,
	.b-ledger-title,
	.b-rules h2,
	.b-final h2,
	.b-table,
	.b-rule-list,
	.b-ledger-action {
		grid-column: 1 / -1;
	}

	.b-hero-note {
		grid-column: 1 / span 6;
	}

	.b-facts {
		grid-column: 7 / -1;
	}

	.b-hero-action {
		grid-column: 1 / -1;
	}

	.b-method {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, 1fr);
	}

	.b-method li:nth-child(2) {
		border-right: 0;
	}

	.b-method li:nth-child(n + 3) {
		border-top: 1px solid var(--b-rule);
	}

	.b-diagnostic {
		padding-inline: 16px;
	}

	.b-diagnostic blockquote,
	.b-no-promises {
		grid-column: 1 / -1;
	}

	.b-final-note {
		grid-column: 1 / span 5;
	}

	.b-final-action {
		grid-column: 7 / -1;
	}
}

@media (max-width: 600px) {
	.a-hero-copy,
	.a-stamp,
	.a-cards article,
	.a-process,
	.a-ledger-panel,
	.a-fine-print,
	.a-final {
		border-radius: 16px;
	}

	.a-hero h1 {
		font-size: clamp(46px, 15vw, 72px);
	}

	.a-ledger {
		grid-template-columns: 1fr;
	}

	.a-footer {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.a-footer > p:nth-child(2),
	.a-footer > p:last-child {
		justify-self: start;
		text-align: left;
	}

	.b-grid {
		display: grid;
		grid-template-columns: 1fr;
		width: calc(100% - 32px);
	}

	.b-grid > *,
	.b-masthead .b-wordmark,
	.b-masthead > a:last-child,
	.b-index,
	.b-title-wrap,
	.b-hero-note,
	.b-facts,
	.b-hero-action,
	.b-protocol h2,
	.b-method,
	.b-ledger-title,
	.b-table,
	.b-ledger-action,
	.b-diagnostic blockquote,
	.b-no-promises,
	.b-rules h2,
	.b-rule-list,
	.b-final h2,
	.b-final-note,
	.b-final-action,
	.b-footer > :nth-child(n) {
		grid-column: 1;
	}

	.b-masthead {
		grid-template-columns: 1fr 1fr;
	}

	.b-masthead > a:last-child {
		grid-column: 2;
	}

	.b-hero,
	.b-protocol,
	.b-ledger,
	.b-diagnostic,
	.b-rules,
	.b-final {
		padding-block: 40px;
	}

	.b-hero h1 {
		font-size: clamp(50px, 17vw, 78px);
	}

	.b-hero-note {
		margin-top: 40px;
	}

	.b-facts {
		grid-template-columns: 1fr;
		margin-top: 40px;
		border-top: 1px solid var(--b-rule);
	}

	.b-facts div {
		padding: 12px 0;
		border-right: 0;
		border-bottom: 1px solid var(--b-rule);
		border-left: 0;
	}

	.b-hero-action,
	.b-ledger-action {
		grid-template-columns: 1fr;
	}

	.b-method,
	.b-no-promises,
	.b-ledger-title {
		grid-template-columns: 1fr;
	}

	.b-method li,
	.b-method li + li {
		padding: 16px 0 24px;
		border-top: 1px solid var(--b-rule);
		border-right: 0;
	}

	.b-method h3 {
		margin-top: 32px;
	}

	.b-tr {
		grid-template-columns: 44px minmax(0, 1fr) 52px;
		font-size: 9px;
	}

	.b-tr span {
		overflow-wrap: anywhere;
	}

	.b-no-promises {
		gap: 24px;
	}

	.b-rule-list article {
		grid-template-columns: 32px 1fr;
	}

	.b-footer {
		gap: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
