﻿.pg-guide {
	background: #fff;
	color: var(--cb-text);
	font-size: 16px;
	line-height: 1.66;
	overflow-x: hidden;
}

.pg-section { padding: 72px 0; }
.pg-section--soft { background: var(--cb-soft-bg); }

.pg-section-head {
	max-width: 920px;
	margin: 0 auto 36px;
	text-align: center;
}

.pg-section-head--left {
	margin-right: 0; margin-left: 0;
	text-align: left;
}

.pg-guide h1, .pg-guide h2, .pg-guide h3 {
	margin: 0;
	color: var(--cb-blue);
	letter-spacing: 0;
}

.pg-guide h1 {
	max-width: 820px;
	font-size: 52px;
	line-height: 1.08;
}

.pg-guide h2 { font-size: 34px; line-height: 1.18; }
.pg-guide h3 { font-size: 20px; line-height: 1.28; }
.pg-guide p { color: var(--cb-muted); font-size: 16px; line-height: 1.68; }
.pg-section-head p { margin: 14px 0 0; font-size: 18px; }

.pg-card {
	background: #fff;
	border: 1px solid var(--cb-border);
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.pg-card--padded { padding: 36px; }

.pg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 22px;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.pg-button--primary { background: var(--cb-green); color: #fff; }
.pg-button--primary:hover, .pg-button--primary:focus-visible { background: var(--cb-green-dark); color: #fff; }
.pg-button--secondary { background: #fff; color: var(--cb-blue); border: 1px solid #d1d5db; }
.pg-button--secondary:hover, .pg-button--secondary:focus-visible { border-color: var(--cb-blue); color: var(--cb-blue); }
.pg-button--light { border: 1px solid rgba(255,255,255,0.34); background: rgba(255,255,255,0.1); color: #fff; }
.pg-button--light:hover, .pg-button--light:focus-visible { border-color: #fff; color: #fff; }
.pg-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.pg-actions--center { justify-content: center; margin-top: 26px; }

.pg-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: var(--cb-muted); font-size: 14px; font-weight: 700; }
.pg-breadcrumb a { color: var(--cb-blue-2); }
.pg-eyebrow { margin: 0 0 14px; color: var(--cb-blue-2) !important; font-size: 15px !important; font-weight: 800; }

.pg-hero { background: linear-gradient(180deg, #eef5ff 0%, #fff 100%); }

.pg-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 52px;
	align-items: center;
	padding-top: 76px;
	padding-bottom: 76px;
}

.pg-hero__intro { max-width: 800px; margin: 20px 0 28px; font-size: 19px !important; }
.pg-hero-card { padding: 30px; box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1); }
.pg-hero-card h2 { font-size: 25px; }

.pg-hero-card__list {
	display: grid;
	gap: 13px;
	padding: 0;
	margin: 22px 0;
	list-style: none;
}

.pg-hero-card__list li {
	position: relative;
	padding-left: 30px;
	color: var(--cb-text);
	font-weight: 700;
	line-height: 1.55;
}

.pg-hero-card__list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--cb-green);
	font-weight: 900;
}

.pg-hero-card__footer {
	margin: 22px -30px -30px;
	padding: 18px 30px;
	background: #f8fbff;
	border-top: 1px solid var(--cb-border);
	font-size: 15px;
}

.pg-hero-card__footer p { margin: 0; font-size: 15px; color: var(--cb-muted); }

.pg-alert {
	margin-top: 22px;
	padding: 20px;
	background: #eaf8ef;
	border-left: 5px solid var(--cb-green);
	border-radius: 16px;
	color: #163b24;
	font-weight: 700;
	line-height: 1.62;
}

.pg-alert p { margin: 0; color: #163b24 !important; font-size: 15px; }
.pg-alert--warning { background: #fef3c7; border-left-color: #f59e0b; color: #51320a; }
.pg-alert--warning p { color: #51320a !important; }
.pg-alert--danger { background: #fee2e2; border-left-color: #ef4444; color: #7f1d1d; }
.pg-alert--danger p { color: #7f1d1d !important; }

.pg-answer {
	padding: 34px;
	background: #eef5ff;
	border: 1px solid #dcebff;
	border-radius: 20px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.pg-answer p { margin: 0 0 14px; }
.pg-answer p:last-child { margin-bottom: 0; }

.pg-answer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 24px;
}

.pg-answer-grid article { padding: 20px; background: #fff; border: 1px solid #dcebff; border-radius: 16px; }
.pg-answer-grid h3 { margin-bottom: 10px; font-size: 18px; }
.pg-answer-grid p { margin: 0; }

.pg-note {
	max-width: 920px;
	margin: 18px auto 0;
	padding: 16px 18px;
	background: rgba(24, 166, 58, 0.08);
	border-left: 5px solid var(--cb-green);
	border-radius: 14px;
	color: #163b24 !important;
	font-weight: 700;
	line-height: 1.6 !important;
}

.pg-note--center { text-align: center; }

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

.pg-path-card {
	display: block;
	padding: 22px;
	color: var(--cb-blue);
	font-size: 18px;
	font-weight: 800;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.pg-path-card:hover, .pg-path-card:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(24, 166, 58, 0.28);
	background: rgba(24, 166, 58, 0.035);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}

.pg-path-card p { margin: 10px 0 0; color: var(--cb-muted); font-size: 14px; font-weight: 600; line-height: 1.45; }
.pg-path-card strong { display: inline-flex; margin-top: 14px; color: var(--cb-green); font-weight: 800; font-size: 15px; }
.pg-path-card strong::after { content: "\2192"; margin-left: 8px; }
.pg-two-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.pg-three-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pg-four-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.pg-content-card { padding: 36px; }
.pg-content-card > :first-child { margin-top: 0; }
.pg-content-card > :last-child { margin-bottom: 0; }
.pg-info-card { padding: 28px; }
.pg-info-card h3 { margin-bottom: 14px; font-size: 18px; }
.pg-info-card p { margin-bottom: 0; }

.pg-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: var(--cb-light-green);
	color: var(--cb-green-dark);
	font-weight: 900;
	font-size: 18px;
}

.pg-table-wrap { width: 100%; overflow: hidden; border-radius: 18px; box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06); }

.pg-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid var(--cb-border);
}

.pg-table th, .pg-table td {
	padding: 17px;
	border-bottom: 1px solid var(--cb-border);
	color: var(--cb-text);
	font-size: 15px;
	line-height: 1.55;
	text-align: left;
	vertical-align: top;
}

.pg-table thead th { background: var(--cb-blue); color: #fff; font-weight: 800; }

.pg-check-list {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 20px 0;
	list-style: none;
}

.pg-check-list--columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 30px; }

.pg-check-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	color: var(--cb-text);
	font-weight: 700;
	line-height: 1.55;
}

.pg-check-list li::before {
	content: "\2713";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	min-width: 22px;
	flex-shrink: 0;
	color: var(--cb-green);
	font-weight: 900;
}

.pg-check-list--cross li::before { content: "\2717"; color: #b45309; }
.pg-check-list--muted li::before { content: "\2022"; color: var(--cb-blue-2); }

.pg-number-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	color: var(--cb-text);
	font-weight: 700;
	line-height: 1.55;
}

.pg-number-list li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--cb-light-green);
	color: var(--cb-green-dark);
	font-weight: 900;
	font-size: 15px;
	flex-shrink: 0;
}

.pg-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }

.pg-link-card {
	display: block;
	padding: 24px;
	color: var(--cb-blue);
	font-size: 18px;
	font-weight: 800;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.pg-link-card:hover, .pg-link-card:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(24, 166, 58, 0.28);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}

.pg-link-card small { display: block; margin: 12px 0 18px; color: var(--cb-muted); font-size: 15px; font-weight: 600; line-height: 1.58; }
.pg-link-card strong { display: inline-flex; color: var(--cb-green); font-weight: 800; font-size: 15px; }
.pg-link-card strong::after { content: "\2192"; margin-left: 8px; }

.pg-faq__list { display: grid; gap: 14px; max-width: 960px; margin: 0 auto; }
.pg-faq__item { padding: 0; overflow: hidden; background: #fff; border: 1px solid var(--cb-border); border-radius: 16px; box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04); }
.pg-faq__item summary { padding: 20px 24px; color: var(--cb-blue); font-size: 17px; font-weight: 800; cursor: pointer; }
.pg-faq__item p { padding: 0 24px 22px; margin: 0; }

.pg-responsible {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	margin-top: 0;
	padding: 28px;
	background: var(--cb-light-green);
	border-left: 7px solid var(--cb-green);
	border-radius: 18px;
}

.pg-responsible h2 { font-size: 28px; }
.pg-responsible p { margin: 0 0 8px; color: #163b24; }

.pg-age {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--cb-green);
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}

.pg-final-cta { padding-top: 28px; }

.pg-final-cta__box {
	padding: 50px;
	background: linear-gradient(135deg, var(--cb-blue) 0%, var(--cb-blue-2) 100%);
	border-radius: 22px;
	color: #fff;
	text-align: center;
}

.pg-final-cta h2 { color: #fff; font-size: 38px; }
.pg-final-cta p { max-width: 760px; margin: 14px auto 24px; color: #fff; font-size: 17px; }
.pg-final-cta .pg-actions { justify-content: center; }

.pg-source-note {
	max-width: 920px;
	margin: 24px auto 0;
	padding: 18px 20px;
	background: var(--cb-soft-bg);
	border: 1px solid var(--cb-border);
	border-radius: 16px;
	font-size: 14px;
	line-height: 1.6;
}

.pg-source-note p { margin: 0 0 10px; font-size: 15px; }
.pg-source-note p:last-child { margin-bottom: 0; }

@media (max-width: 1100px) {
	.pg-four-grid { grid-template-columns: repeat(2, 1fr); }
	.pg-path-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
	.pg-hero__inner, .pg-two-grid, .pg-responsible { grid-template-columns: 1fr; }
	.pg-hero__inner { padding-top: 58px; padding-bottom: 58px; }
}

@media (max-width: 640px) {
	.pg-section { padding: 48px 0; }
	.pg-hero__inner { padding-top: 44px; padding-bottom: 44px; }
	.pg-guide h1 { font-size: 36px; line-height: 1.12; }
	.pg-guide h2, .pg-final-cta h2 { font-size: 28px; }
	.pg-section-head p, .pg-hero__intro { font-size: 16px !important; }
	.pg-actions { flex-direction: column; }
	.pg-button { width: 100%; }
	.pg-answer-grid, .pg-three-grid, .pg-four-grid, .pg-two-grid,
	.pg-related-grid, .pg-path-grid, .pg-check-list--columns { grid-template-columns: 1fr; gap: 18px; }
	.pg-card--padded, .pg-hero-card, .pg-answer, .pg-content-card,
	.pg-info-card, .pg-path-card, .pg-link-card, .pg-responsible,
	.pg-final-cta__box { padding: 24px; }
	.pg-table-wrap { box-shadow: none; }
	.pg-table, .pg-table thead, .pg-table tbody, .pg-table tr,
	.pg-table th, .pg-table td { display: block; width: 100%; }
	.pg-table thead { display: none; }
	.pg-table { border: 0; background: transparent; }
	.pg-table tr {
		margin-bottom: 16px;
		overflow: hidden;
		background: #fff;
		border: 1px solid var(--cb-border);
		border-radius: 18px;
		box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
	}
	.pg-table th, .pg-table td {
		border-bottom: 1px solid var(--cb-border);
		display: flex;
		justify-content: space-between;
		gap: 16px;
	}
	.pg-table th::before, .pg-table td::before {
		content: attr(data-label);
		color: var(--cb-muted);
		font-weight: 800;
		font-size: 12px;
		text-transform: uppercase;
	}
	.pg-table tr > *:last-child { border-bottom: 0; }
	.pg-faq__item summary { font-size: 16px; }
	.pg-final-cta h2 { font-size: 30px; }
}
