.guide-page {
	--guide-red: #a8322b;
	--guide-red-dark: #74221d;
	--guide-cream: #fffaf2;
	--guide-sand: #f2e8da;
	--guide-line: #d9cbb9;
	--guide-ink: #241f1a;
	--guide-muted: #675d53;
	--guide-dark: #211e1b;
	margin: 0;
	background: var(--guide-cream);
	color: var(--guide-ink);
	font-family: var(--site-font-body);
	font-size: 16px;
	line-height: var(--site-line-body);
}

.guide-page [hidden] {
	display: none;
}

.guide-page h1,
.guide-page h2,
.guide-page h3,
.guide-page h4,
.guide-page p {
	margin-top: 0;
}

.guide-page h1,
.guide-page h2,
.guide-page h3,
.guide-page h4 {
	line-height: var(--site-line-heading);
	letter-spacing: -.025em;
}

.guide-page a {
	text-underline-offset: .18em;
}

.guide-hero {
	padding: clamp(3.4rem, 8vw, 6.8rem) 0 clamp(3rem, 7vw, 5.8rem);
	background:
		radial-gradient(circle at 82% 18%, rgba(168, 50, 43, .12), transparent 30%),
		linear-gradient(145deg, #fffaf2 0%, #f4eadd 100%);
}

.guide-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
	align-items: center;
	gap: clamp(2.5rem, 6vw, 5.5rem);
}

.guide-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	margin: 0 0 1.4rem;
	padding: 0;
	color: var(--guide-muted);
	font-size: .82rem;
	list-style: none;
}

.guide-breadcrumb li + li::before {
	margin-right: .45rem;
	content: "/";
}

.guide-breadcrumb a {
	color: inherit;
}

.guide-eyebrow {
	margin-bottom: .75rem;
	color: var(--guide-red-dark);
	font-size: var(--site-type-label);
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.guide-hero h1 {
	max-width: 780px;
	margin-bottom: 1.35rem;
	font-weight: 700;
}

.guide-lead {
	max-width: 690px;
	margin-bottom: 1.8rem;
	color: var(--guide-muted);
	font-size: clamp(1.06rem, 2vw, 1.25rem);
}

.guide-primary-button {
	padding-inline: 1.2rem;
	background: var(--guide-red);
	color: #fff;
}

.guide-hero-card {
	padding: clamp(1.5rem, 3vw, 2.3rem);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 22px;
	background: var(--guide-dark);
	box-shadow: 0 24px 60px rgba(43, 31, 22, .2);
	color: #fff;
}

.guide-hero-card .guide-eyebrow,
.guide-section-dark .guide-eyebrow,
.guide-gates .guide-eyebrow,
.guide-final-cta .guide-eyebrow {
	color: #f0aaa4;
}

.guide-hero-card h2 {
	margin-bottom: 1.4rem;
	font-family: var(--site-font-display);
	font-size: clamp(1.6rem, 3vw, 2.15rem);
}

.guide-hero-card ol {
	display: grid;
	gap: .9rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.guide-hero-card li {
	display: grid;
	grid-template-columns: 1.6rem 1fr;
	gap: .65rem;
	color: #eee6dd;
}

.guide-hero-card li span {
	color: #f0aaa4;
	font-weight: 900;
}

.guide-quick-nav {
	position: sticky;
	top: 74px;
	z-index: 15;
	background: var(--guide-dark);
	box-shadow: 0 8px 22px rgba(28, 23, 19, .12);
	color: #fff;
}

.guide-quick-nav-inner {
	display: flex;
	min-height: 56px;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.guide-quick-nav-inner > span {
	flex: 0 0 auto;
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.guide-quick-nav-inner > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: .2rem 1.15rem;
}

.guide-quick-nav a {
	min-height: 42px;
	padding-top: .55rem;
	color: #f5eee6;
	font-size: .84rem;
	font-weight: 700;
	text-decoration: none;
}

.guide-section {
	padding-block: clamp(4rem, 8vw, 7rem);
	scroll-margin-top: 140px;
}

.guide-section-tinted {
	background: var(--guide-sand);
}

.guide-section-dark {
	background: var(--guide-dark);
	color: #fff;
}

.guide-section-head {
	margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.guide-section-head h2 {
	margin-bottom: 1rem;
	font-family: var(--site-font-display);
	font-size: var(--site-type-section);
	text-wrap: balance;
}

.guide-section-head > p:not(.guide-eyebrow) {
	max-width: 76ch;
	margin-bottom: .55rem;
	color: var(--guide-muted);
	font-size: 1.05rem;
}

.guide-section-dark .guide-section-head > p:not(.guide-eyebrow) {
	color: #d4cbc1;
}

.guide-profile-tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .75rem;
	margin-bottom: 1.2rem;
}

.guide-profile-tab {
	display: flex;
	min-width: 0;
	min-height: 116px;
	flex-direction: column;
	justify-content: center;
	padding: 1.15rem;
	border: 1px solid var(--guide-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, .55);
	color: var(--guide-ink);
	text-decoration: none;
}

.guide-profile-tab strong {
	font-size: 1.04rem;
}

.guide-profile-tab span {
	margin-top: .35rem;
	color: var(--guide-muted);
	font-size: .84rem;
	line-height: 1.35;
}

.guide-profile-tab:hover,
.guide-profile-tab.is-active {
	border-color: var(--guide-red);
	background: #fff;
	box-shadow: 0 10px 26px rgba(74, 49, 32, .1);
}

.guide-profile-tab.is-active {
	box-shadow: inset 0 4px 0 var(--guide-red), 0 10px 26px rgba(74, 49, 32, .1);
}

.guide-profile-panels {
	display: grid;
	gap: 1rem;
}

.guide-profile-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr);
	align-items: center;
	gap: 1.6rem 2.5rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid var(--guide-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--site-shadow);
}

.guide-profile-panel h3 {
	margin-bottom: .8rem;
	font-family: var(--site-font-display);
	font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.guide-profile-panel p {
	margin-bottom: 0;
	color: var(--guide-muted);
}

.guide-profile-panel aside {
	padding: 1.25rem;
	border-left: 4px solid var(--guide-red);
	background: var(--guide-sand);
}

.guide-profile-panel aside strong {
	display: block;
	margin-bottom: .4rem;
}

.guide-profile-panel .site-button {
	grid-column: 1 / -1;
	justify-self: start;
}

.guide-profile-kicker {
	margin-bottom: .45rem !important;
	color: var(--guide-red-dark) !important;
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.guide-category-matrix {
	display: grid;
	gap: .75rem;
}

.guide-category-row {
	display: grid;
	grid-template-columns: minmax(190px, .7fr) minmax(0, 1.15fr) minmax(0, 1fr);
	gap: 1.2rem;
	align-items: center;
	padding: 1.25rem 1.4rem;
	border: 1px solid var(--guide-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, .72);
}

.guide-category-row.is-recommended {
	border-color: var(--guide-red);
	box-shadow: inset 4px 0 0 var(--guide-red);
}

.guide-category-row h3,
.guide-category-row p {
	margin-bottom: 0;
}

.guide-category-row > div > span:not(.guide-category-marker) {
	display: block;
	margin-bottom: .25rem;
	color: var(--guide-muted);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.guide-category-marker,
.guide-budget-marker {
	display: inline-flex;
	margin-bottom: .45rem;
	padding: .2rem .5rem;
	border-radius: 999px;
	background: var(--guide-red);
	color: #fff;
	font-size: .68rem;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.guide-page .guide-context-note,
.guide-page .guide-budget-interpretation {
	width: 100%;
	margin: clamp(1.75rem, 3vw, 2.5rem) 0 0;
	padding: 1rem 1.15rem;
	border-left: 4px solid var(--guide-red);
	background: rgba(255, 255, 255, .62);
}

.guide-context-note > span,
.guide-budget-interpretation > span {
	display: block;
	max-width: 78ch;
}

.guide-priority-grid,
.guide-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.guide-priority-grid article,
.guide-card-grid article {
	padding: 1.5rem;
	border: 1px solid var(--guide-line);
	border-radius: 16px;
	background: #fff;
}

.guide-priority-grid article > span {
	display: block;
	margin-bottom: .7rem;
	color: var(--guide-red);
}

.guide-priority-grid h3,
.guide-card-grid h4 {
	margin-bottom: .65rem;
	font-size: 1.15rem;
}

.guide-priority-grid p,
.guide-card-grid p {
	margin-bottom: 0;
	color: var(--guide-muted);
}

.guide-budget-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.guide-budget-card {
	position: relative;
	padding: 1.7rem;
	border: 1px solid #554d46;
	border-radius: 17px;
	background: #302c28;
}

.guide-budget-card.is-recommended {
	border-color: #ef8e85;
	box-shadow: inset 0 4px 0 #ef8e85;
}

.guide-budget-card .guide-budget-marker {
	background: #f0aaa4;
	color: #321e1b;
}

.guide-budget-symbol {
	display: block;
	margin: .3rem 0 .85rem;
	font-size: 1.2rem;
}

.guide-budget-card h3 {
	margin-bottom: .6rem;
	font-size: 1.25rem;
}

.guide-budget-card p,
.guide-budget-interpretation {
	color: #d9d0c6;
}

.guide-budget-interpretation {
	background: #302c28;
}

.guide-page .guide-budget-interpretation.is-active {
	background: #302c28;
	color: #fff;
}

.guide-regulation-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, .65fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: stretch;
}

.guide-regulation-copy,
.guide-deadlines {
	padding: clamp(1.4rem, 3vw, 2rem);
	border: 1px solid var(--guide-line);
	border-radius: 18px;
	background: #fff;
}

.guide-regulation-copy h3,
.guide-deadlines h3 {
	font-family: var(--site-font-display);
	font-size: 1.55rem;
}

.guide-practical {
	margin: 1.3rem 0;
	padding: 1rem 1.1rem;
	border-left: 4px solid var(--guide-red);
	background: var(--guide-sand);
}

.guide-practical p {
	margin-bottom: 0;
}

.guide-regulation-copy ul {
	margin: 1.2rem 0 0;
	padding-left: 1.2rem;
}

.guide-deadlines {
	background: var(--guide-dark);
	color: #fff;
}

.guide-deadlines > div {
	padding: 1.1rem 0;
	border-top: 1px solid #504941;
}

.guide-deadlines > div strong {
	color: #f0aaa4;
	font-size: 1.05rem;
}

.guide-deadlines p {
	margin: .3rem 0 0;
	color: #ded5cc;
}

.guide-error-group + .guide-error-group {
	margin-top: 2.4rem;
}

.guide-error-group > h3 {
	margin-bottom: 1rem;
	font-size: 1.3rem;
}

.guide-common-errors {
	padding-top: 2rem;
	border-top: 1px solid var(--guide-line);
}

.guide-score-list {
	display: grid;
	gap: .9rem;
	counter-reset: guide-score-dimension;
}

.guide-score-dimension {
	display: grid;
	grid-template-columns: minmax(250px, .8fr) minmax(0, 1.3fr);
	gap: .55rem 2rem;
	padding: 1.35rem 1.45rem;
	border: 1px solid var(--guide-line);
	border-radius: 15px;
	background: #fff;
	counter-increment: guide-score-dimension;
}

.guide-score-heading {
	display: grid;
	grid-template-columns: 2rem 1fr;
	align-items: center;
	gap: .7rem;
}

.guide-score-heading > span {
	display: grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 50%;
	background: var(--guide-red);
	color: #fff;
	font-size: 0;
	font-weight: 900;
}

.guide-score-heading > span::before {
	content: counter(guide-score-dimension);
	font-size: .72rem;
}

.guide-score-heading h3 {
	margin: 0;
	font-size: 1.05rem;
}

.guide-score-heading strong {
	grid-column: 2;
	color: var(--guide-red-dark);
	font-size: .82rem;
}

.guide-score-dimension > p {
	margin: 0;
	color: var(--guide-muted);
}

.guide-score-example {
	grid-column: 2;
	padding: .85rem 1rem;
	border-radius: 10px;
	background: var(--guide-sand);
	color: var(--guide-ink) !important;
}

.guide-score-example span {
	display: block;
	margin-bottom: .25rem;
	color: var(--guide-red-dark);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.guide-gates {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	gap: 2rem;
	margin-top: 1.5rem;
	padding: 1.6rem;
	border-radius: 16px;
	background: var(--guide-dark);
	color: #fff;
}

.guide-gates p:last-child {
	margin-bottom: 0;
	color: #d9d0c6;
}

.guide-gates dl {
	display: grid;
	gap: .55rem;
	margin: 0;
}

.guide-gates dl div {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: .45rem;
	border-bottom: 1px solid #514a43;
}

.guide-gates dt,
.guide-gates dd {
	margin: 0;
}

.guide-gates dd {
	color: #f0aaa4;
	font-weight: 850;
}

.guide-checklist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.guide-checklist li {
	display: grid;
	grid-template-columns: 2rem 1fr;
	gap: .8rem;
	padding: 1.15rem;
	border: 1px solid #514a43;
	border-radius: 13px;
	background: #2e2a26;
}

.guide-checklist li > span {
	display: grid;
	width: 1.8rem;
	height: 1.8rem;
	place-items: center;
	border-radius: 50%;
	background: #f0aaa4;
	color: #321e1b;
	font-weight: 900;
}

.guide-checklist p {
	margin: .25rem 0 0;
	color: #d9d0c6;
}

.guide-checklist-note {
	max-width: 76ch;
	margin: 1rem 0 0;
	color: #aaa097;
	font-size: .86rem;
}

.guide-faq-list {
	max-width: 940px;
}

.guide-faq-list details {
	border-top: 1px solid var(--guide-line);
}

.guide-faq-list details:last-child {
	border-bottom: 1px solid var(--guide-line);
}

.guide-faq-list summary {
	display: flex;
	min-height: 60px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: .9rem 0;
	cursor: pointer;
	font-size: 1.06rem;
	font-weight: 800;
	list-style: none;
}

.guide-faq-list summary::-webkit-details-marker {
	display: none;
}

.guide-faq-list summary span {
	font-size: 1.35rem;
	transition: transform .15s ease;
}

.guide-faq-list details[open] summary span {
	transform: rotate(180deg);
}

.guide-faq-list details > div {
	max-width: 78ch;
	padding: 0 2.5rem 1rem 0;
	color: var(--guide-muted);
}

.guide-final-cta {
	padding-block: clamp(4rem, 8vw, 6rem);
	background: var(--guide-red-dark);
	color: #fff;
	text-align: center;
}

.guide-final-variant h2 {
	max-width: 900px;
	margin: 0 auto .9rem;
	font-family: var(--site-font-display);
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.guide-final-variant p {
	max-width: 720px;
	margin: 0 auto 1.5rem;
	color: #eadbd8;
}

.guide-final-button {
	border-color: #fff;
	background: #fff;
	color: var(--guide-red-dark);
}

.guide-final-button:hover {
	border-color: #f6e7e5;
	background: #f6e7e5;
	color: #5f1915;
}

.guide-transparency {
	padding-block: 1.4rem;
	color: var(--guide-muted);
	font-size: .88rem;
}

.guide-transparency p {
	max-width: 84ch;
	margin-bottom: 0;
}

@media (max-width: 980px) {
	.guide-hero-grid,
	.guide-profile-panel,
	.guide-regulation-layout,
	.guide-gates {
		grid-template-columns: 1fr;
	}

	.guide-hero-card {
		max-width: 720px;
	}

	.guide-profile-tabs,
	.guide-priority-grid,
	.guide-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.guide-category-row {
		grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr);
	}

	.guide-category-row > div:last-child {
		grid-column: 2;
	}

	.guide-score-dimension {
		grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
	}

}

@media (min-width: 701px) and (max-width: 980px) {
	.guide-quick-nav-inner {
		align-items: flex-start;
		padding-block: .55rem;
	}

	.guide-quick-nav-inner > span {
		padding-top: .55rem;
	}

	.guide-quick-nav-inner > div {
		display: grid;
		flex: 1;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: .1rem .6rem;
	}

	.guide-quick-nav-inner > div > a {
		min-width: 0;
		grid-column: span 3;
	}

	.guide-quick-nav-inner > div > a:nth-child(n + 5) {
		grid-column: span 4;
	}

	.guide-section {
		scroll-margin-top: 140px;
	}
}

@media (max-width: 700px) {
	.guide-page {
		font-size: 15.5px;
	}

	.guide-hero {
		padding-block: 2.6rem 3.2rem;
	}

	.guide-hero-grid {
		gap: 2rem;
	}

	.guide-hero-card {
		padding: 1.3rem;
	}

	.guide-quick-nav {
		position: static;
	}

	.guide-quick-nav-inner {
		display: block;
		padding-block: .8rem;
	}

	.guide-quick-nav-inner > span {
		display: block;
		margin-bottom: .45rem;
	}

	.guide-quick-nav-inner > div {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
		gap: .25rem .8rem;
	}

	.guide-quick-nav a {
		min-width: 0;
		min-height: 36px;
		padding-top: .35rem;
		font-size: .78rem;
	}

	.guide-section {
		padding-block: 3.6rem;
		scroll-margin-top: 12px;
	}

	.guide-section-head h2 {
		font-size: clamp(1.95rem, 9vw, 2.7rem);
	}

	.guide-profile-tabs,
	.guide-priority-grid,
	.guide-card-grid,
	.guide-budget-grid,
	.guide-checklist {
		grid-template-columns: 1fr;
	}

	.guide-profile-tab {
		min-height: 88px;
		padding: .9rem 1rem;
	}

	.guide-profile-panel {
		gap: 1.2rem;
		padding: 1.25rem;
	}

	.guide-profile-panel .site-button {
		width: 100%;
	}

	.guide-category-row {
		grid-template-columns: 1fr;
		gap: .8rem;
		padding: 1.1rem;
	}

	.guide-category-row > div:last-child {
		grid-column: auto;
	}

	.guide-score-dimension {
		grid-template-columns: 1fr;
		padding: 1.1rem;
	}

	.guide-score-example {
		grid-column: auto;
	}

	.guide-gates {
		gap: 1.2rem;
		padding: 1.2rem;
	}

	.guide-gates dl div {
		align-items: flex-start;
		flex-direction: column;
		gap: .1rem;
	}

	.guide-regulation-copy,
	.guide-deadlines {
		padding: 1.2rem;
	}

	.guide-faq-list summary {
		font-size: 1rem;
	}

	.guide-final-cta {
		text-align: left;
	}

	.guide-final-variant h2,
	.guide-final-variant p {
		margin-inline: 0;
	}

	.guide-final-button {
		width: 100%;
	}

}

@media (prefers-reduced-motion: reduce) {
	.guide-faq-list summary span {
		transition: none;
	}
}
