.pf-shell {
	width: min(calc(100% - 40px), 1180px);
	margin-inline: auto;
}

.pf-home-hub {
	position: relative;
	padding: clamp(64px, 8vw, 108px) 0;
	background: #f8f6f1;
	color: #15233b;
	border-block: 1px solid rgba(20, 38, 66, 0.1);
}

.pf-eyebrow {
	margin: 0 0 12px;
	color: #947022;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.pf-home-hub-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	gap: 40px;
	align-items: end;
	margin-bottom: 34px;
}

.pf-home-hub h2,
.pf-article-cta h2 {
	margin: 0;
	color: inherit;
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 1.25;
}

.pf-home-hub-heading > p,
.pf-article-cta p {
	margin: 0;
	color: #586174;
	font-size: 1rem;
	line-height: 1.8;
}

.pf-home-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pf-home-card {
	min-width: 0;
	min-height: 218px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	color: #15233b !important;
	background: #fff;
	border: 1px solid rgba(20, 38, 66, 0.12);
	border-radius: 16px;
	text-decoration: none !important;
	box-shadow: 0 10px 26px rgba(21, 35, 59, 0.05);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pf-home-card:hover {
	transform: translateY(-3px);
	border-color: rgba(148, 112, 34, 0.45);
	box-shadow: 0 16px 32px rgba(21, 35, 59, 0.09);
}

.pf-card-number {
	color: #947022;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.pf-home-card strong {
	font-size: 1.15rem;
	line-height: 1.35;
}

.pf-home-card > span:not(.pf-card-number) {
	color: #667085;
	line-height: 1.65;
}

.pf-home-card em {
	margin-top: auto;
	color: #815f19;
	font-style: normal;
	font-weight: 700;
}

.pf-article-cta {
	margin: 56px 0 24px;
	padding: clamp(24px, 4vw, 40px);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
	gap: 32px;
	align-items: center;
	color: #15233b;
	background: #f8f6f1;
	border: 1px solid rgba(20, 38, 66, 0.12);
	border-radius: 16px;
}

.pf-article-cta h2 {
	margin-bottom: 12px;
	font-size: clamp(1.45rem, 2vw, 2rem);
}

.pf-article-cta-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	align-items: center;
}

.pf-button,
.pf-text-link {
	display: inline-flex;
	width: auto;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 18px;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none !important;
}

.pf-button {
	background: #15365f;
	color: #fff !important;
}

.pf-text-link {
	color: #15365f !important;
	border: 1px solid rgba(21, 54, 95, 0.24);
}

.pf-home-card:focus-visible,
.pf-button:focus-visible,
.pf-text-link:focus-visible {
	outline: 3px solid #d2a43a;
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	.pf-home-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.pf-shell {
		width: min(calc(100% - 32px), 1180px);
	}

	.pf-home-hub {
		padding-block: 64px;
	}

	.pf-home-hub-heading,
	.pf-article-cta {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.pf-home-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.pf-home-card {
		min-height: 176px;
	}

	.pf-article-cta {
		margin-top: 40px;
		padding: 24px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pf-home-card {
		transition: none;
	}
}

.pf-page {
	--pf-page-ink: #14243d;
	--pf-page-muted: #637083;
	--pf-page-accent: #9a721e;
	width: min(calc(100% - 32px), 1080px);
	margin: 0 auto;
	padding: 32px 0 88px;
	color: var(--pf-page-ink);
}

.pf-page-hero {
	padding: clamp(30px, 6vw, 64px);
	background: linear-gradient(135deg, #fbf8f0 0%, #f4f7f5 100%);
	border: 1px solid rgba(20, 36, 61, 0.12);
	border-radius: 22px;
}

.pf-page-hero .pf-page-title {
	max-width: 820px;
	margin: 0 0 18px;
	color: var(--pf-page-ink);
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.pf-page-hero > p:not(.pf-eyebrow) {
	max-width: 760px;
	margin: 0;
	color: var(--pf-page-muted);
	font-size: clamp(1rem, 1.6vw, 1.15rem);
	line-height: 1.8;
}

.pf-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.pf-page-section {
	padding: clamp(52px, 8vw, 88px) 0 0;
}

.pf-page-section > h2,
.pf-page-heading h2 {
	margin: 0 0 14px;
	color: var(--pf-page-ink);
	font-size: clamp(1.65rem, 3vw, 2.5rem);
}

.pf-page-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr);
	gap: 30px;
	align-items: end;
	margin-bottom: 26px;
}

.pf-page-heading p,
.pf-page-section > p,
.pf-page-card p,
.pf-page-copy {
	color: var(--pf-page-muted);
	line-height: 1.8;
}

.pf-page-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.pf-page-grid.is-four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pf-page-card {
	min-width: 0;
	padding: 24px;
	background: #fff;
	border: 1px solid rgba(20, 36, 61, 0.13);
	border-radius: 16px;
	box-shadow: 0 9px 26px rgba(20, 36, 61, 0.05);
}

.pf-page-card h3 {
	margin: 0 0 10px;
	color: var(--pf-page-ink);
	font-size: 1.18rem;
}

.pf-page-card .pf-card-price {
	display: block;
	margin: 14px 0 8px;
	color: var(--pf-page-accent);
	font-size: 1.5rem;
}

.pf-page-card ul,
.pf-page-checklist {
	margin: 14px 0 0;
	padding-left: 1.2em;
	color: var(--pf-page-muted);
	line-height: 1.75;
}

.pf-page-card.is-muted {
	background: #f7f7f5;
}

.pf-status {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 5px 10px;
	color: #6c5a28;
	background: #f7ebc7;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
}

.pf-page-note {
	margin-top: 22px;
	padding: 18px 20px;
	color: var(--pf-page-muted);
	background: #fbf8f0;
	border-left: 4px solid #c49b3d;
	line-height: 1.75;
}

.pf-steps {
	counter-reset: pfstep;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pf-step {
	counter-increment: pfstep;
	padding: 22px;
	background: #fff;
	border-top: 3px solid #b38a34;
}

.pf-step::before {
	content: "0" counter(pfstep);
	display: block;
	margin-bottom: 12px;
	color: #a3761e;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.pf-page-table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid rgba(20, 36, 61, 0.13);
	border-radius: 14px;
}

.pf-page-table {
	width: 100%;
	min-width: 680px;
	border-collapse: collapse;
	background: #fff;
}

.pf-page-table th,
.pf-page-table td {
	padding: 16px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(20, 36, 61, 0.1);
}

.pf-page-table th {
	background: #f5f2e9;
}

.pf-page-faq details {
	padding: 16px 0;
	border-bottom: 1px solid rgba(20, 36, 61, 0.14);
}

.pf-page-faq summary {
	min-height: 44px;
	color: var(--pf-page-ink);
	font-weight: 800;
	cursor: pointer;
}

.pf-page-faq p {
	color: var(--pf-page-muted);
	line-height: 1.8;
}

.pf-page .pf-button,
.pf-page .pf-text-link {
	min-height: 46px;
}

.pf-disabled-cta {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	padding: 10px 18px;
	color: #5f6773;
	background: #eceae5;
	border: 1px solid rgba(20, 36, 61, 0.13);
	border-radius: 10px;
	font-weight: 800;
	cursor: not-allowed;
}

@media (max-width: 900px) {
	.pf-page-grid,
	.pf-page-grid.is-four,
	.pf-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.pf-page {
		width: min(calc(100% - 24px), 1080px);
	}

	.pf-page-hero {
		padding: 28px 20px;
		border-radius: 16px;
	}

	.pf-page-heading,
	.pf-page-grid,
	.pf-page-grid.is-four,
	.pf-steps {
		grid-template-columns: minmax(0, 1fr);
	}

	.pf-page-actions {
		align-items: flex-start;
		flex-direction: column;
	}
}
