.pta-site {
	background: #fbfaf7;
}

.pta-hero {
	position: relative;
	padding: 48px 0 46px;
	background:
		radial-gradient(circle at 12% 0%, rgba(198, 166, 106, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 245, 239, 0.98) 58%, rgba(242, 238, 230, 0.92) 100%),
		#f7f3ed;
	border-bottom: 1px solid var(--pt-border);
	box-shadow: inset 0 -28px 46px rgba(39, 58, 74, 0.035);
}

.pta-hero__inner {
	max-width: 1120px;
}

.pta-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
	color: rgba(37, 40, 43, 0.62);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}

.pta-breadcrumb a {
	color: var(--pt-gold-dark);
	text-decoration: none;
}

.pta-breadcrumb span {
	color: rgba(37, 40, 43, 0.44);
}

.pta-hero__copy {
	max-width: 1080px;
}

.pta-hero__copy h1 {
	max-width: 960px;
	margin: 16px 0 0;
	font-family: 'Be Vietnam Pro', 'Segoe UI', Roboto, system-ui, -apple-system, Arial, sans-serif;
	font-size: clamp(34px, 3.65vw, 48px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	text-wrap: pretty;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	color: #232527;
}

.pta-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pt-gold-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.pta-kicker::before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 1px;
	background: currentColor;
	opacity: 0.62;
}

.pta-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-top: 24px;
	color: rgba(37, 40, 43, 0.66);
	font-size: 13px;
	line-height: 1.6;
}

.pta-meta span {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font-size: inherit;
	font-weight: 600;
}

.pta-meta span + span::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--pt-gold);
	opacity: 0.74;
}

.pta-layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) 320px;
	justify-content: center;
	align-items: start;
	gap: 56px;
	padding-top: 46px;
	padding-bottom: 64px;
}

.pta-main {
	min-width: 0;
}

.pta-featured-media {
	margin: 0 0 30px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 1px solid var(--pt-border);
	border-radius: 8px;
	background: #f0ede8;
}

.pta-featured-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pta-media-placeholder {
	display: grid;
	min-height: 100%;
	place-items: center;
	padding: 24px;
	color: var(--pt-gold-dark);
	font-weight: 800;
	text-align: center;
}

.pta-introduction {
	margin: 0 0 30px;
	padding-bottom: 26px;
	border-bottom: 1px solid var(--pt-border);
	color: var(--pt-text);
	font-size: 21px;
	font-weight: 600;
	line-height: 1.65;
}

.pta-content {
	color: var(--pt-text);
	font-size: 18px;
	line-height: 1.86;
}

.pta-content > * {
	max-width: 760px;
}

.pta-content h2,
.pta-content h3 {
	scroll-margin-top: 110px;
	margin-top: 38px;
	margin-bottom: 14px;
	line-height: 1.22;
}

.pta-content h2 {
	font-size: 31px;
}

.pta-content h3 {
	font-size: 24px;
}

.pta-content p,
.pta-content ul,
.pta-content ol,
.pta-content blockquote {
	margin-bottom: 20px;
}

.pta-content a {
	color: var(--pt-gold-dark);
	font-weight: 800;
}

.pta-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.pta-inline-cta,
.pta-note-box,
.pta-internal-box,
.pta-side-card,
.pta-author,
.pta-related-card {
	border: 1px solid var(--pt-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(28, 31, 35, 0.06);
}

.pta-inline-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 36px;
	padding: 24px;
	background: #f7f1e6;
}

.pta-inline-cta h2,
.pta-note-box h2,
.pta-internal-box h2,
.pta-author h2,
.pta-side-card h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.25;
}

.pta-block-label,
.pta-author__label {
	margin: 0 0 6px;
	color: var(--pt-gold-dark);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.pta-note-box,
.pta-internal-box {
	margin-top: 18px;
	padding: 24px;
}

.pta-note-box {
	border-left: 4px solid var(--pt-gold);
}

.pta-note-box p {
	margin: 12px 0 0;
	color: var(--pt-text-soft);
	line-height: 1.7;
}

.pta-internal-box {
	display: grid;
	gap: 12px;
}

.pta-internal-box a {
	color: var(--pt-text);
	font-weight: 800;
	text-decoration: none;
}

.pta-sidebar {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 14px;
}

.pta-side-card {
	padding: 20px;
}

.pta-side-card p {
	margin: 10px 0 0;
	color: var(--pt-text-soft);
	font-size: 14px;
	line-height: 1.65;
}

.pta-toc ol {
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.pta-toc a {
	display: block;
	color: var(--pt-text);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	text-decoration: none;
}

.pta-toc__item--level-3 {
	padding-left: 14px;
}

.pta-brand-card__mark {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 14px;
	place-items: center;
	border-radius: 50%;
	background: var(--pt-navy);
	color: #fff;
	font-weight: 900;
}

.pta-lead-card .ptl-lead-form {
	gap: 10px;
	margin-top: 14px;
}

.pta-lead-card .ptl-lead-form label {
	gap: 5px;
	font-size: 12px;
}

.pta-lead-card .ptl-lead-form input,
.pta-lead-card .ptl-lead-form textarea {
	min-height: 42px;
	padding: 10px 11px;
	font-size: 14px;
}

.pta-lead-card .ptl-lead-form textarea {
	min-height: 78px;
}

.pta-lead-card .ptl-check {
	align-items: flex-start;
	font-size: 12px;
	line-height: 1.45;
}

.pta-tip-card {
	background: #f8f4ec;
}

.pta-author {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 16px;
	margin-top: 20px;
	padding: 24px;
}

.pta-author__avatar {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--pt-navy);
	color: #fff;
	font-weight: 900;
}

.pta-author p:last-child {
	margin: 8px 0 0;
	color: var(--pt-text-soft);
	line-height: 1.7;
}

.pta-related {
	padding: 56px 0;
	background: #fff;
	border-top: 1px solid var(--pt-border);
}

.pta-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pta-related-card {
	box-shadow: none;
}

.pta-related-card a {
	display: block;
	min-height: 190px;
	padding: 22px;
	color: var(--pt-text);
	text-decoration: none;
}

.pta-related-card span {
	color: var(--pt-gold-dark);
	font-size: 12px;
	font-weight: 800;
}

.pta-related-card h3 {
	margin: 10px 0;
	font-size: 22px;
	line-height: 1.25;
}

.pta-related-card p {
	color: var(--pt-text-soft);
	line-height: 1.65;
}

.pta-consultation {
	padding: 48px 0;
	background: var(--pt-navy);
	color: #fff;
}

.pta-consultation__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.pta-consultation h2 {
	margin: 0;
	color: #fff;
	font-size: 34px;
	line-height: 1.15;
}

.pta-consultation p {
	max-width: 620px;
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.7;
}

.pta-consultation .pta-block-label {
	color: var(--pt-gold);
}

@media (max-width: 1080px) {
	.pta-layout {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 34px;
	}
}

@media (max-width: 920px) {
	.pta-layout,
	.pta-related__grid {
		grid-template-columns: 1fr;
	}

	.pta-sidebar {
		position: static;
	}

	.pta-consultation__inner,
	.pta-inline-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.pta-hero {
		padding: 42px 0 38px;
	}

	.pta-hero__copy h1 {
		max-width: 100%;
		font-size: clamp(32px, 5.6vw, 43px);
		line-height: 1.22;
	}
}

@media (max-width: 520px) {
	.pta-hero {
		padding: 30px 0 32px;
	}

	.pta-breadcrumb {
		margin-bottom: 20px;
		font-size: 11px;
	}

	.pta-kicker {
		font-size: 11px;
	}

	.pta-kicker::before {
		width: 24px;
	}

	.pta-hero__copy h1 {
		margin-top: 12px;
		font-size: clamp(28px, 8vw, 32px);
		line-height: 1.24;
	}

	.pta-meta {
		gap: 6px 10px;
		margin-top: 18px;
		font-size: 12px;
	}

	.pta-layout {
		gap: 34px;
		padding-top: 32px;
		padding-bottom: 44px;
	}

	.pta-introduction {
		font-size: 18px;
	}

	.pta-content {
		font-size: 16px;
		line-height: 1.78;
	}

	.pta-content h2 {
		font-size: 25px;
	}

	.pta-author {
		grid-template-columns: 1fr;
	}

	.pta-consultation h2 {
		font-size: 28px;
	}
}
