/**
 * Guide article — Figma 1173:21831 (desktop) / 1173:22408 (mobile).
 * Tokens from base.css. Shared MFSA / newsletter / FAQ / pills from sections-shared.css.
 */

body.page-template-guide,
body.page-template-page-templatesguide-php {
	background: var(--xc-rich-black);
	color: var(--xc-off-white);
	font-family: var(--xc-body);
	-webkit-font-smoothing: antialiased;
}

.guide-page {
	background: var(--xc-rich-black);
	color: var(--xc-off-white);
}

.guide-page .xc-container {
	max-width: 1240px;
}

/* ---------- Hero — Figma 1173:21865 (1440×526, full-bleed) ---------- */
.guide-hero {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: 526px;
	min-height: 526px;
	/* Exact Figma fill */
	background: linear-gradient(221.26455deg, #aac7d9 12.423%, #111620 86.271%);
}

/* Figma crumbs/copy sit on the 1240 frame edge (left 100 on 1440) — no extra 28px gutter */
.guide-hero > .xc-container {
	padding-inline: 0;
}

.guide-hero__visual {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.guide-hero__visual img {
	position: absolute;
	/* Figma 1173:21897 — left 809 / top 52 / 631×421 / opacity 80% on 1440 */
	top: 52px;
	left: 50%;
	width: 631px;
	height: 421px;
	max-width: none;
	object-fit: cover;
	object-position: center;
	opacity: .8;
	transform: translateX(calc(-50% + 404.5px));
}

/* Figma 1173:21866 — left vignette. Must start at left:0 on every viewport;
   the old 1440-centered placement left a hard dark seam on wide screens. */
.guide-hero__shade {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	/* 756px on 1440 (= 50% + 36); grow with viewport so the fade always reaches the edge */
	width: max(756px, calc(50% + 36px));
	height: 100%;
	min-height: 526px;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	pointer-events: none;
}

.guide-hero__fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 160px;
	z-index: 1;
	background: linear-gradient(180deg, rgba(17, 22, 32, 0) 0%, #111620 100%);
	pointer-events: none;
}

.guide-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 526px;
	box-sizing: border-box;
	padding-bottom: 40px;
}

.guide-crumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	box-sizing: border-box;
	flex: 0 0 auto;
	min-height: 52px;
	padding: 16px 0;
	margin: 0;
	font-family: var(--xc-body);
	font-size: 16px;
	line-height: 1.25;
	color: var(--xc-slate, #788196);
}

.guide-crumbs a {
	color: var(--xc-slate, #788196);
	text-decoration: none;
}

.guide-crumbs a:hover {
	color: var(--xc-off-white);
}

.guide-crumbs__mid {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.guide-crumbs__ellipsis {
	display: none;
	align-items: center;
	gap: 4px;
}

.guide-crumbs__sep {
	display: inline-flex;
	width: 12px;
	height: 12px;
	color: var(--xc-slate, #788196);
}

.guide-crumbs__sep svg {
	display: block;
	width: 100%;
	height: 100%;
}

.guide-crumbs__here {
	color: var(--xc-off-white);
}

.guide-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	/* Figma 1173:21883 — w 760 */
	max-width: 760px;
	padding-top: 14px;
}

/* Beat theme.json global h1 (3rem) — Figma Ultra Header 76 / ExtraBold */
.guide-page .guide-hero h1 {
	margin: 0;
	max-width: 500px;
	width: 100%;
	font-family: var(--xc-display);
	font-weight: 800;
	font-size: 76px;
	line-height: 1;
	color: var(--xc-off-white);
	font-variation-settings: "wdth" 100;
	letter-spacing: 0;
}

.guide-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	font-family: var(--xc-body);
	font-size: 14px;
	line-height: 1.25;
	color: var(--xc-slate, #788196);
}

.guide-hero__meta-row {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.guide-hero__meta-em {
	color: #cfd6e2;
	font-weight: 600;
}

.guide-hero__meta-review {
	color: var(--xc-slate, #788196);
}

/* Figma 1173:21895 — blue tint + glass-border (14px radius) */
.guide-hero__intro {
	box-sizing: border-box;
	width: 100%;
	max-width: 760px;
	padding: 20px 16px;
	border-radius: 14px;
	background: rgba(1, 90, 223, .07);
}

.guide-hero__intro.glass-border {
	border-radius: 14px;
}

.guide-hero__intro p {
	position: relative;
	z-index: 1;
	margin: 0;
	font-family: var(--xc-body);
	font-size: 15.5px;
	line-height: 24.8px;
	color: #e6ebf3;
}

/* When the 1240 frame is edge-to-edge, restore side gutters (Figma uses 100px only at 1440). */
@media (max-width: 1296px) and (min-width: 961px) {
	.guide-hero > .xc-container {
		padding-inline: 28px;
	}
}

/* ---------- Article layout — TOC + prose ---------- */
.guide-article {
	padding: 20px 0 44px;
	background: var(--xc-rich-black);
}

.guide-article__layout {
	display: flex;
	align-items: flex-start;
	gap: 62px;
}

/* Sticky TOC — Figma 1173:21902 (~316×743). Foot CTA always pinned; list scrolls. */
.guide-toc {
	/* The one place the sticky panel's ceiling is written. It inherits, so
	   blog-post.css caps the panel with the same value instead of a second
	   literal that drifts. */
	--guide-toc-max: min(743px, calc(100vh - 112px));
	flex: 0 0 316px;
	width: 316px;
	position: sticky;
	top: 96px;
	align-self: flex-start;
	/* Definite height: grid 1fr row needs it, and keeps the CTA on-screen when sticky. */
	height: var(--guide-toc-max);
	max-height: var(--guide-toc-max);
}

.guide-toc__panel {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 22px 0 0;
	border: 1.2px solid rgba(255, 255, 255, .08);
	border-radius: 16.75px;
	background: rgba(255, 255, 255, .02);
	overflow: hidden;
}

.guide-toc__summary {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: default;
	appearance: none;
	-webkit-appearance: none;
	color: inherit;
	font: inherit;
}

.guide-toc__label {
	display: block;
	margin: 0 22px 12px;
	font-family: var(--xc-body);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--xc-slate, #788196);
}

.guide-toc__current,
.guide-toc__chevron {
	display: none;
}

.guide-toc__nav {
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 6px 8px 22px;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: rgba(249, 253, 255, .28) rgba(255, 255, 255, .04);
}

.guide-toc__nav::-webkit-scrollbar {
	width: 5px;
}

.guide-toc__nav::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, .04);
	border-radius: 999px;
	margin: 4px 0;
}

.guide-toc__nav::-webkit-scrollbar-thumb {
	background: rgba(249, 253, 255, .28);
	border-radius: 999px;
}

.guide-toc__nav::-webkit-scrollbar-thumb:hover {
	background: rgba(249, 253, 255, .45);
}

.guide-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.guide-toc__item {
	margin: 0;
	border-left: 2.4px solid rgba(255, 255, 255, .07);
}

.guide-toc__item a {
	display: block;
	padding: 7.18px 9.5px 7.18px 12px;
	font-family: var(--xc-body);
	font-size: 16px;
	line-height: 1.25;
	color: #aab4c4;
	text-decoration: none;
	transition: color .15s ease, background .15s ease;
}

.guide-toc__item--l3 a {
	padding-left: 28.72px;
	padding-top: 6.28px;
	padding-bottom: 7.12px;
	font-size: 14px;
	color: var(--xc-slate, #788196);
}

.guide-toc__item.is-active {
	border-left-color: #1a9cfc;
	background: rgba(26, 156, 252, .06);
}

.guide-toc__item.is-active a {
	color: var(--xc-off-white);
}

.guide-toc__item a:hover {
	color: var(--xc-off-white);
}

.guide-body {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 862px;
	padding-top: 10px;
}

/* ---------- Prose ---------- */
.guide-prose > * + * {
	margin-top: 0;
}

.guide-prose h2 {
	margin: 30px 0 16px;
	font-family: var(--xc-display);
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	color: var(--xc-off-white);
	font-variation-settings: "wdth" 100;
	scroll-margin-top: 110px;
}

.guide-prose h2:first-child {
	margin-top: 0;
}

.guide-prose h3 {
	margin: 30px 0 16px;
	font-family: var(--xc-display);
	font-weight: 800;
	font-size: 24px;
	line-height: 1;
	color: var(--xc-off-white);
	font-variation-settings: "wdth" 100;
	scroll-margin-top: 110px;
}

.guide-prose p {
	margin: 0 0 16px;
	font-family: var(--xc-body);
	font-size: 16px;
	line-height: 1.25;
	color: #e6ebf3;
}

.guide-prose p + p {
	color: #cfd6e2;
}

.guide-prose a {
	color: var(--xc-bright-blue, #1a9cfc);
	text-underline-offset: 2px;
}

.guide-prose ul,
.guide-prose ol {
	margin: 0 0 16px;
	padding-left: 1.25em;
	color: #e6ebf3;
	font-size: 16px;
	line-height: 1.4;
}

.guide-prose li + li {
	margin-top: 8px;
}

.guide-callout {
	box-sizing: border-box;
	margin: 16px 0 24px;
	padding: 16px 18px;
	border: 1px solid rgba(249, 253, 255, .1);
	border-radius: 12px;
	background: rgba(249, 253, 255, .04);
}

.guide-callout p {
	margin: 0;
	color: #cfd6e2;
}

.guide-callout strong {
	color: var(--xc-off-white);
	font-weight: 600;
}

.guide-table-wrap {
	margin: 16px 0 24px;
	overflow-x: auto;
	border: 1.2px solid rgba(255, 255, 255, .06);
	border-radius: 16.75px;
	background: rgba(255, 255, 255, .02);
	-webkit-overflow-scrolling: touch;
}

.guide-table {
	width: 100%;
	border-collapse: collapse;
	font-family: var(--xc-body);
	font-size: 16px;
	line-height: 1.5;
}

.guide-table th,
.guide-table td {
	padding: 14px 17px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1.2px solid rgba(255, 255, 255, .05);
}

.guide-table th {
	background: rgba(255, 255, 255, .02);
	font-family: var(--xc-display);
	font-weight: 700;
	color: var(--xc-off-white);
	font-variation-settings: "wdth" 100;
}

.guide-table td {
	color: #cfd6e2;
}

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

/*
 * Same table, authored as a core Table block. Core owns the markup
 * (figure.wp-block-table > table), so the theme class sits on the FIGURE and the
 * inner <table> is unclassed — hence the aliases below. `border: 0` first
 * because wp-block-library puts a 1px border on every cell by default, which
 * would show through under our border-bottom-only design.
 */
.guide-prose .wp-block-table.guide-table-wrap {
	margin: 16px 0 24px;
}

.guide-prose .guide-table-wrap table {
	width: 100%;
	border-collapse: collapse;
	font-family: var(--xc-body);
	font-size: 16px;
	line-height: 1.5;
}

.guide-prose .guide-table-wrap th,
.guide-prose .guide-table-wrap td {
	border: 0;
	border-bottom: 1.2px solid rgba(255, 255, 255, .05);
	padding: 14px 17px;
	text-align: left;
	vertical-align: top;
}

.guide-prose .guide-table-wrap th {
	background: rgba(255, 255, 255, .02);
	font-family: var(--xc-display);
	font-weight: 700;
	color: var(--xc-off-white);
	font-variation-settings: "wdth" 100;
}

.guide-prose .guide-table-wrap td {
	color: #cfd6e2;
}

.guide-prose .guide-table-wrap tr:last-child td {
	border-bottom: 0;
}

/* ---------- Boring part — Figma 1173:22006 ---------- */
.guide-boring {
	margin: 24px 0;
}

.guide-boring__card {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 160px;
	box-sizing: border-box;
	padding: 16px 32px;
	border: 1px solid rgba(249, 253, 255, .1);
	border-radius: 12px;
	background: rgba(249, 253, 255, .05);
}

.guide-boring__card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	pointer-events: none;
	z-index: 2;
	background:
		radial-gradient(circle at 0% 0%, rgba(255, 255, 255, .32) 0%, rgba(255, 255, 255, .32) 3%, rgba(255, 255, 255, .14) 45%, transparent 52%),
		radial-gradient(circle at 100% 100%, rgba(255, 255, 255, .4) 3%, rgba(255, 255, 255, .16) 43%, transparent 46%),
		linear-gradient(135deg, rgba(249, 253, 255, .12) 50%, rgba(249, 253, 255, .14) 50%, rgba(249, 253, 255, .22) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.guide-boring__card::after {
	content: "";
	position: absolute;
	right: -8%;
	top: -80%;
	width: 84%;
	height: 280%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(26, 156, 252, .22) 0%, transparent 62%);
	pointer-events: none;
	z-index: 0;
}

.guide-boring__copy {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 600px;
}

.guide-boring h3 {
	margin: 0 0 12px;
	font-family: var(--xc-display);
	font-weight: 800;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -.24px;
	color: var(--xc-off-white);
	font-variation-settings: "wdth" 100;
}

.guide-boring__body {
	margin: 0;
	font-family: var(--xc-body);
	font-size: 16px;
	line-height: 1.25;
	color: #cfd6e2;
}

.guide-boring__art {
	position: relative;
	z-index: 1;
	flex: 0 0 240px;
	width: 240px;
	height: 160px;
	pointer-events: none;
}

.guide-boring__art img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right center;
}

/* ---------- Ready CTA — Figma 1173:22090 ---------- */
.guide-cta {
	margin: 30px 0;
}

.guide-cta__card {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 24px;
	box-sizing: border-box;
	min-height: 121px;
	padding: 24px 28px;
	border: 1px solid rgba(249, 253, 255, .1);
	border-radius: 12px;
	background: rgba(249, 253, 255, .05);
}

.guide-cta__card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	pointer-events: none;
	z-index: 2;
	background:
		radial-gradient(circle at 0% 0%, rgba(255, 255, 255, .32) 0%, rgba(255, 255, 255, .14) 45%, transparent 52%),
		radial-gradient(circle at 100% 100%, rgba(255, 255, 255, .4) 3%, rgba(255, 255, 255, .16) 43%, transparent 46%),
		linear-gradient(135deg, rgba(249, 253, 255, .12) 50%, rgba(249, 253, 255, .22) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.guide-cta__card::after {
	content: "";
	position: absolute;
	left: 20%;
	top: -120%;
	width: 120%;
	height: 320%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(26, 156, 252, .18) 0%, transparent 55%);
	pointer-events: none;
	z-index: 0;
}

.guide-cta__icon {
	position: relative;
	z-index: 1;
	flex: 0 0 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border-radius: 20px;
	border: 1px solid #1a9cfc;
	background: rgba(100, 162, 255, .12);
	color: #1a9cfc;
}

.guide-cta__icon svg {
	display: block;
	width: 36px;
	height: 36px;
}

.guide-cta__copy {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	min-width: 0;
}

.guide-cta h3 {
	margin: 0 0 8px;
	font-family: var(--xc-display);
	font-weight: 800;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -.24px;
	color: var(--xc-off-white);
	font-variation-settings: "wdth" 100;
}

.guide-cta__body {
	margin: 0;
	font-family: var(--xc-body);
	font-size: 16px;
	line-height: 1.25;
	color: #cfd6e2;
}

/*
 * `.guide-cta .guide-cta__btn`, not `.guide-cta__btn` -- the band is emitted by
 * [xcoins_guide_cta] from INSIDE post_content, so it lands inside .guide-prose,
 * whose `.guide-prose a` (0,1,1) beat this rule (0,1,0) and painted the label
 * bright blue inside an off-white stroke. Two classes (0,2,0) wins wherever the
 * band is rendered -- guides and blog posts both.
 */
.guide-cta .guide-cta__btn {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 177px;
	height: 50px;
	padding: 0 28px;
	border: 1px solid var(--xc-off-white);
	border-radius: 999px;
	font-family: var(--xc-display);
	font-weight: 700;
	font-size: 14.7px;
	line-height: normal;
	color: var(--xc-off-white);
	text-decoration: none;
	text-align: center;
	font-variation-settings: "wdth" 100;
	transition: background .15s ease, color .15s ease;
}

.guide-cta .guide-cta__btn:hover {
	background: rgba(249, 253, 255, .08);
}

/* Embedded fees shortcode */
.guide-prose .xc-fees-band--embedded {
	padding: 24px 0;
	margin: 8px 0;
}

.guide-prose .xc-fees-band--embedded .xc-fees-band__card {
	min-height: 160px;
}

/* FAQ inside guide column */
.guide-faq {
	margin-top: 30px;
	scroll-margin-top: 110px;
}

.guide-faq__title {
	margin: 0 0 8px;
	font-family: var(--xc-display);
	font-weight: 800;
	font-size: 33.5px;
	line-height: 1.5;
	letter-spacing: -.34px;
	color: var(--xc-off-white);
	font-variation-settings: "wdth" 100;
}

.guide-faq .xc-faq {
	padding: 24px 0 32px;
}

.guide-faq .xc-faq .xc-container {
	max-width: none;
	padding: 0;
}

.guide-faq .xc-faq__layout {
	display: block;
}

.guide-faq .xc-faq__intro .buy-section__eyebrow {
	display: none;
}

.guide-faq .xc-faq__intro h2 {
	font-size: 24px;
	margin-bottom: 16px;
}

.guide-body .xc-pills,
.guide-body .xc-reg {
	margin-top: 32px;
}

.guide-body .xc-reg .xc-container {
	max-width: none;
	padding: 0;
}

/* ---------- Mobile — Figma 1173:22408 / hero 1173:22432 / TOC 1173:22462 ---------- */
@media (max-width: 960px) {
	.guide-hero {
		height: 518px;
		min-height: 518px;
		/* Mobile Figma: to-bottom from rich-black → #aac7d9 */
		background: linear-gradient(180deg, #111620 0%, #aac7d9 100%);
	}

	.guide-hero > .xc-container {
		padding-inline: 16px;
	}

	.guide-hero__inner {
		height: 518px;
		min-height: 518px;
		padding-bottom: 32px;
	}

	.guide-hero__shade {
		/* Figma 1173:22434 — bottom band fade into content */
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 207px;
		min-height: 0;
		transform: none;
		background: linear-gradient(180deg, rgba(17, 22, 32, 0) 0%, #111620 100%);
	}

	.guide-hero__visual img {
		top: 152px;
		left: 0;
		bottom: auto;
		width: min(548px, 146%);
		height: 366px;
		transform: none;
		opacity: .6;
		object-fit: cover;
	}

	.guide-hero__fade {
		display: none;
	}

	.guide-crumbs {
		min-height: 0;
		padding: 16px 0;
		flex-wrap: nowrap;
		overflow: hidden;
	}

	.guide-crumbs__mid {
		display: none;
	}

	.guide-crumbs__ellipsis {
		display: inline-flex;
	}

	.guide-page .guide-hero h1 {
		font-size: 40px;
		max-width: none;
	}

	.guide-hero__copy {
		max-width: none;
		width: 100%;
		padding-top: 0;
	}

	.guide-hero__meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		font-size: 11px;
		line-height: 16.5px;
		width: 100%;
	}

	.guide-hero__meta-row {
		gap: 14px;
	}

	.guide-hero__intro {
		max-width: none;
	}

	.guide-hero__intro p {
		font-size: 14px;
		line-height: 22.4px;
	}

	.guide-article {
		padding: 0 0 32px;
	}

	.guide-article > .xc-container {
		padding-inline: 0;
	}

	.guide-article__layout {
		flex-direction: column;
		gap: 0;
	}

	/* Sticky accordion TOC — Figma 1173:22462 */
	.guide-toc {
		position: sticky;
		top: var(--xc-header-h, 78px);
		z-index: 40;
		flex: none;
		width: 100%;
		height: auto;
		max-height: none;
		align-self: stretch;
	}

	.guide-toc__panel {
		display: flex;
		flex-direction: column;
		height: auto;
		max-height: 370px;
		padding: 0;
		border: 0;
		border-radius: 0;
		border-top: 1px solid rgba(255, 255, 255, .06);
		border-bottom: 1px solid rgba(255, 255, 255, .06);
		background: rgba(17, 22, 32, .92);
		-webkit-backdrop-filter: blur(6px);
		backdrop-filter: blur(6px);
	}

	.guide-toc.is-open .guide-toc__panel {
		height: 370px;
	}

	.guide-toc__summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		box-sizing: border-box;
		padding: 12px 18px;
		cursor: pointer;
	}

	.guide-toc__label {
		flex: 0 0 auto;
		margin: 0;
		font-size: 10px;
		line-height: 15px;
		letter-spacing: 1.6px;
	}

	.guide-toc__current {
		display: block;
		flex: 1 1 auto;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-family: var(--xc-display);
		font-weight: 700;
		font-size: 13px;
		line-height: 20px;
		text-align: right;
		color: var(--xc-off-white);
		font-variation-settings: "wdth" 100;
	}

	.guide-toc__chevron {
		display: block;
		flex: 0 0 auto;
		font-size: 12px;
		line-height: 18px;
		color: #1a9cfc;
		transition: transform .2s ease;
	}

	.guide-toc:not(.is-open) .guide-toc__chevron {
		transform: rotate(-90deg);
	}

	.guide-toc__nav {
		display: none;
		flex: 1 1 auto;
		min-height: 0;
		padding: 0 10px 8px;
		border-top: 1px solid rgba(255, 255, 255, .05);
	}

	.guide-toc.is-open .guide-toc__nav {
		display: block;
	}

	.guide-toc__item a {
		font-size: 13px;
		line-height: 17.7px;
		padding: 7px 10px 7px 12px;
	}

	.guide-toc__item--l3 a {
		padding-left: 26px;
		font-size: 12px;
		line-height: 16.3px;
	}

	.guide-body {
		max-width: none;
		padding: 24px 16px 0;
		box-sizing: border-box;
	}

	.guide-prose h2 {
		font-size: 24px;
		font-weight: 800;
		scroll-margin-top: 80px;
	}

	.guide-prose h3 {
		font-size: 18px;
		font-weight: 700;
		scroll-margin-top: 80px;
	}

	/* Boring — mobile Figma 1173:22551 */
	.guide-boring__card {
		display: block;
		min-height: 283px;
		padding: 24px;
	}

	.guide-boring__card::after {
		right: -40%;
		top: -20%;
		width: 140%;
		height: 140%;
		background: radial-gradient(circle, rgba(26, 156, 252, .28) 0%, transparent 58%);
	}

	.guide-boring__copy {
		max-width: none;
	}

	.guide-boring h3 {
		margin: 0 0 8px;
		font-weight: 700;
		font-size: 18px;
		line-height: 1;
		letter-spacing: 0;
	}

	.guide-boring__body {
		max-width: 212px;
		color: #788196;
	}

	.guide-boring__art {
		position: absolute;
		right: -30px;
		bottom: -16px;
		width: 220px;
		height: 147px;
		flex: none;
		z-index: 1;
	}

	/* Ready CTA — mobile Figma 1173:22619 */
	.guide-cta__card {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 16px;
		min-height: 275px;
		padding: 24px 24px 20px;
		text-align: center;
	}

	.guide-cta__card::after {
		left: 50%;
		top: 40%;
		width: 180%;
		height: 180%;
		transform: translate(-50%, -50%);
		background: radial-gradient(circle, rgba(26, 156, 252, .35) 0%, transparent 52%);
	}

	.guide-cta__icon {
		flex: 0 0 76px;
	}

	.guide-cta__copy {
		flex: 0 0 auto;
		width: 100%;
		max-width: 280px;
	}

	.guide-cta h3 {
		margin: 0 0 0;
		font-weight: 700;
		font-size: 18px;
		line-height: 1;
		letter-spacing: 0;
	}

	.guide-cta__body {
		margin-top: 8px;
		font-size: 14px;
		color: #eeeff2;
	}

	.guide-cta__btn {
		width: 100%;
		max-width: 295px;
		min-width: 0;
		margin-top: auto;
		font-size: 16px;
	}

	.guide-faq__title {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media (max-width: 480px) {
	.guide-crumbs {
		font-size: 16px;
	}

	.guide-page .guide-hero h1 {
		font-size: 40px;
	}

	.guide-hero__visual img {
		top: 152px;
		width: min(548px, 146%);
		height: 366px;
		opacity: .6;
	}

	.guide-table th,
	.guide-table td,
	.guide-prose .guide-table-wrap th,
	.guide-prose .guide-table-wrap td {
		padding: 12px;
		font-size: 14px;
	}
}
