/*
 * PRGIRegistration.com - How It Works Page
 * Desktop: 768px and above, minimum explicit font size 14px.
 * Mobile: 767px and below, minimum explicit font size 13px.
 * Only one responsive breakpoint is used.
 */

body.prgireg-how-page #page,
body.prgireg-how-page .site.grid-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

body.prgireg-how-page #content,
body.prgireg-how-page .site-content {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.prgireg-how-page #primary.prgi-how {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.prgi-how,
.prgi-how * {
	box-sizing: border-box;
}

.prgi-how {
	--ph-navy: #071a33;
	--ph-navy-2: #102f54;
	--ph-blue: #2563eb;
	--ph-red: #c8171e;
	--ph-red-dark: #920e14;
	--ph-yellow: #facc15;
	--ph-green: #25d366;
	--ph-text: #496074;
	--ph-muted: #718397;
	--ph-soft: #f3f7fc;
	--ph-line: #dbe6f0;
	position: relative;
	overflow: hidden;
	color: var(--ph-text);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.7;
}

.prgi-how svg {
	display: block;
	fill: currentColor;
}

.prgi-how__container {
	width: min(calc(100% - 48px), 1280px);
	margin-inline: auto;
}

.prgi-how__hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 54px 0 64px;
	background: linear-gradient(122deg, #06162c 0%, var(--ph-navy) 48%, #123d6d 100%);
	color: #fff;
}

.prgi-how__hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 540px;
	height: 540px;
	right: -190px;
	top: -265px;
	border: 92px solid rgba(250, 204, 21, .07);
	border-radius: 50%;
}

.prgi-how__hero-pattern {
	position: absolute;
	z-index: -1;
	inset: 0;
	opacity: .15;
	background-image: radial-gradient(rgba(255, 255, 255, .78) 1px, transparent 1px);
	background-size: 26px 26px;
	mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.prgi-how__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
	align-items: center;
	gap: 70px;
}

.prgi-how__breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	color: #b9cade;
	font-size: 15px;
	font-weight: 750;
}

.prgi-how__breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.prgi-how__eyebrow,
.prgi-how__kicker {
	margin: 0 0 14px;
	color: var(--ph-red);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.prgi-how__eyebrow {
	display: inline-flex;
	padding: 8px 13px;
	border: 1px solid rgba(250, 204, 21, .36);
	border-radius: 999px;
	background: rgba(250, 204, 21, .08);
	color: var(--ph-yellow);
}

.prgi-how__hero h1 {
	max-width: 780px;
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 4.3vw, 66px);
	font-weight: 800;
	line-height: 1.06;
}

.prgi-how__hero h1 strong {
	display: block;
	margin-top: 8px;
	color: var(--ph-yellow);
	font-weight: 800;
}

.prgi-how__lead {
	max-width: 740px;
	margin: 24px 0 0;
	color: #d5e2ef;
	font-size: 17px;
	line-height: 1.75;
}

.prgi-how__hero-actions,
.prgi-how__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 29px;
}

.prgi-how__button {
	min-height: 53px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.prgi-how__button:hover {
	transform: translateY(-2px);
}

.prgi-how__button svg {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
}

.prgi-how__button--yellow {
	background: var(--ph-yellow);
	color: var(--ph-navy) !important;
	box-shadow: 0 13px 28px rgba(250, 204, 21, .18);
}

.prgi-how__button--yellow:hover {
	background: #ffe160;
}

.prgi-how__button--outline {
	border-color: rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
}

.prgi-how__button--outline:hover {
	background: rgba(255, 255, 255, .14);
}

.prgi-how__button--red {
	background: var(--ph-red);
	color: #fff !important;
	box-shadow: 0 12px 26px rgba(200, 23, 30, .22);
}

.prgi-how__hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin-top: 25px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, .13);
}

.prgi-how__hero-points span {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #cbdbea;
	font-size: 15px;
	font-weight: 750;
}

.prgi-how__hero-points svg {
	width: 18px;
	height: 18px;
	padding: 3px;
	border-radius: 50%;
	background: var(--ph-yellow);
	color: var(--ph-navy);
}

.prgi-how__hero-visual {
	position: relative;
	min-height: 485px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prgi-how__image-card {
	position: relative;
	width: min(100%, 390px);
	height: 450px;
	overflow: hidden;
	border: 8px solid rgba(255, 255, 255, .1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 32px 65px rgba(0, 0, 0, .32);
	transform: rotate(2deg);
}

.prgi-how__image-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(7, 26, 51, .42));
}

.prgi-how__image-card img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.prgi-how__progress-card {
	position: absolute;
	left: -12px;
	bottom: 20px;
	width: 310px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 17px 18px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 15px;
	background: rgba(5, 20, 39, .9);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .32);
	backdrop-filter: blur(12px);
}

.prgi-how__progress-card > span {
	grid-column: 1 / -1;
	color: var(--ph-yellow);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.prgi-how__progress-card strong {
	color: #fff;
	font-size: 20px;
	line-height: 1;
}

.prgi-how__progress-card i {
	position: relative;
	height: 4px;
	overflow: hidden;
	border-radius: 99px;
	background: rgba(255, 255, 255, .16);
}

.prgi-how__progress-card i::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, var(--ph-yellow), var(--ph-red));
}

.prgi-how__progress-card small {
	grid-column: 1 / -1;
	color: #bdcede;
	font-size: 15px;
	line-height: 1.45;
}

.prgi-how__quick {
	position: relative;
	z-index: 2;
	margin-top: -2px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(7, 26, 51, .08);
}

.prgi-how__quick-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.prgi-how__quick-grid a {
	min-height: 106px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 22px 24px;
	border-right: 1px solid var(--ph-line);
	color: var(--ph-navy);
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.prgi-how__quick-grid a:first-child {
	border-left: 1px solid var(--ph-line);
}

.prgi-how__quick-grid a:hover {
	background: var(--ph-soft);
	color: var(--ph-red);
}

.prgi-how__quick-grid svg {
	width: 31px;
	height: 31px;
	flex: 0 0 31px;
	color: var(--ph-red);
}

.prgi-how__quick-grid span {
	display: grid;
	gap: 3px;
}

.prgi-how__quick-grid b {
	font-size: 15px;
	line-height: 1.35;
}

.prgi-how__quick-grid small {
	color: var(--ph-muted);
	font-size: 15px;
	line-height: 1.4;
}

.prgi-how__section {
	position: relative;
	padding: 90px 0;
	background: #fff;
}

.prgi-how__section--soft {
	background: var(--ph-soft);
}

.prgi-how__section-heading {
	max-width: 820px;
	margin-bottom: 42px;
}

.prgi-how__section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.prgi-how__section-heading h2,
.prgi-how__prep-copy h2,
.prgi-how__checker-copy h2,
.prgi-how__time-card h2,
.prgi-how__faq-intro h2,
.prgi-how__cta h2 {
	margin: 0;
	color: var(--ph-navy);
	font-size: clamp(31px, 3vw, 44px);
	font-weight: 800;
	line-height: 1.15;
}

.prgi-how__section-heading > p:last-child,
.prgi-how__prep-copy > p,
.prgi-how__checker-copy > p,
.prgi-how__faq-intro > p {
	margin: 18px 0 0;
	font-size: 16px;
	line-height: 1.75;
}

.prgi-how__timeline {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}

.prgi-how__timeline::before {
	content: "";
	position: absolute;
	top: 34px;
	bottom: 34px;
	left: 50%;
	width: 2px;
	background: linear-gradient(var(--ph-red), var(--ph-yellow), var(--ph-blue));
	transform: translateX(-50%);
}

.prgi-how__step {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
	align-items: center;
	margin-bottom: 26px;
}

.prgi-how__step:nth-child(odd) .prgi-how__step-card {
	grid-column: 1;
	grid-row: 1;
}

.prgi-how__step:nth-child(even) .prgi-how__step-card {
	grid-column: 3;
	grid-row: 1;
}

.prgi-how__step-marker {
	position: relative;
	z-index: 2;
	grid-column: 2;
	grid-row: 1;
	display: flex;
	justify-content: center;
}

.prgi-how__step-marker span {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border: 7px solid #fff;
	border-radius: 50%;
	background: var(--ph-red);
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	box-shadow: 0 5px 18px rgba(200, 23, 30, .22);
}

.prgi-how__step-card {
	position: relative;
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 17px;
	padding: 25px;
	border: 1px solid var(--ph-line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 13px 34px rgba(7, 26, 51, .07);
	transition: transform .2s ease, box-shadow .2s ease;
}

.prgi-how__step-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 19px 40px rgba(7, 26, 51, .11);
}

.prgi-how__step-icon {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: #fff1f1;
	color: var(--ph-red);
}

.prgi-how__step-icon svg {
	width: 28px;
	height: 28px;
}

.prgi-how__step-card p {
	margin: 0 0 6px;
	color: var(--ph-red);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .08em;
}

.prgi-how__step-card h3 {
	margin: 0;
	color: var(--ph-navy);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.28;
}

.prgi-how__step-card span {
	display: block;
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.68;
}

.prgi-how__prep-grid,
.prgi-how__checker-grid,
.prgi-how__time-grid,
.prgi-how__faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	align-items: center;
	gap: 70px;
}

.prgi-how__prep-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 25px;
}

.prgi-how__prep-list span {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	padding: 13px 14px;
	border: 1px solid #d9e6f1;
	border-radius: 10px;
	background: #fff;
	color: var(--ph-navy);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.5;
}

.prgi-how__prep-list svg {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	margin-top: 1px;
	padding: 3px;
	border-radius: 50%;
	background: #e8f8ef;
	color: #118349;
}

.prgi-how__micro-note {
	padding-left: 14px;
	border-left: 3px solid var(--ph-yellow);
	color: #627689;
	font-size: 14px !important;
}

.prgi-how__consistency {
	position: relative;
	overflow: hidden;
	padding: 36px;
	border-radius: 22px;
	background: linear-gradient(145deg, var(--ph-navy), var(--ph-navy-2));
	color: #cfdeea;
	box-shadow: 0 25px 60px rgba(7, 26, 51, .2);
}

.prgi-how__consistency::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	right: -80px;
	top: -80px;
	border: 35px solid rgba(250, 204, 21, .08);
	border-radius: 50%;
}

.prgi-how__consistency-icon {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	background: var(--ph-yellow);
	color: var(--ph-navy);
}

.prgi-how__consistency-icon svg {
	width: 29px;
	height: 29px;
}

.prgi-how__consistency > p {
	margin: 22px 0 8px;
	color: var(--ph-yellow);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .08em;
}

.prgi-how__consistency h3 {
	margin: 0;
	color: #fff;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.25;
}

.prgi-how__consistency ul {
	display: grid;
	gap: 8px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.prgi-how__consistency li {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	line-height: 1.55;
}

.prgi-how__consistency li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .64em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ph-yellow);
}

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

.prgi-how__role {
	position: relative;
	overflow: hidden;
	min-height: 290px;
	padding: 31px;
	border: 1px solid var(--ph-line);
	border-top: 5px solid var(--role-color);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 14px 35px rgba(7, 26, 51, .07);
}

.prgi-how__role > span {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #edf2f7;
	font-size: 58px;
	font-weight: 900;
	line-height: 1;
}

.prgi-how__role h3 {
	position: relative;
	margin: 55px 0 12px;
	color: var(--ph-navy);
	font-size: 23px;
	font-weight: 800;
}

.prgi-how__role h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: -27px;
	width: 38px;
	height: 4px;
	border-radius: 99px;
	background: var(--role-color);
}

.prgi-how__role p {
	margin: 0;
	font-size: 15px;
	line-height: 1.72;
}

.prgi-how__role--applicant {
	--role-color: #2563eb;
}

.prgi-how__role--consultant {
	--role-color: #c8171e;
}

.prgi-how__role--authority {
	--role-color: #d9a900;
}

.prgi-how__official-note {
	display: grid;
	grid-template-columns: 50px 1fr auto;
	align-items: center;
	gap: 17px;
	margin-top: 24px;
	padding: 20px 23px;
	border: 1px solid #b9d2ec;
	border-radius: 14px;
	background: #eef6ff;
}

.prgi-how__official-note > div {
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: var(--ph-navy);
	color: #fff;
}

.prgi-how__official-note > div svg {
	width: 25px;
	height: 25px;
}

.prgi-how__official-note p {
	margin: 0;
	color: #3e566c;
	font-size: 15px;
	line-height: 1.6;
}

.prgi-how__official-note a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--ph-red);
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.prgi-how__official-note a svg {
	width: 18px;
	height: 18px;
}

.prgi-how__section--title {
	background: linear-gradient(132deg, #fff8e2 0%, #fff 55%, #eef5ff 100%);
}

.prgi-how__checker-features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
}

.prgi-how__checker-features span {
	position: relative;
	padding: 12px 13px 12px 32px;
	border: 1px solid #e3d69e;
	border-radius: 9px;
	background: rgba(255, 255, 255, .72);
	color: var(--ph-navy);
	font-size: 15px;
	font-weight: 800;
}

.prgi-how__checker-features span::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ph-red);
	transform: translateY(-50%);
}

.prgi-how__checker-copy .prgi-how__button {
	margin-top: 25px;
}

.prgi-how__checker-card {
	min-height: 440px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 45px;
	border-radius: 24px;
	background: linear-gradient(145deg, var(--ph-navy), #123d6d);
	color: #cbdbea;
	text-align: center;
	box-shadow: 0 28px 65px rgba(7, 26, 51, .22);
}

.prgi-how__checker-rings {
	position: relative;
	width: 150px;
	height: 150px;
}

.prgi-how__checker-rings > span {
	position: absolute;
	border-radius: 50%;
}

.prgi-how__checker-rings > span:first-child {
	inset: 0;
	border: 1px dashed rgba(250, 204, 21, .5);
}

.prgi-how__checker-rings > span:nth-child(2) {
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, .17);
}

.prgi-how__checker-rings > span:last-child {
	inset: 37px;
	display: grid;
	place-items: center;
	background: var(--ph-yellow);
	color: var(--ph-navy);
	box-shadow: 0 0 0 10px rgba(250, 204, 21, .1);
}

.prgi-how__checker-rings svg {
	width: 37px;
	height: 37px;
}

.prgi-how__checker-card > p {
	margin: 25px 0 7px;
	color: var(--ph-yellow);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .09em;
}

.prgi-how__checker-card h3 {
	margin: 0;
	color: #fff;
	font-size: 29px;
	font-weight: 800;
	line-height: 1.25;
}

.prgi-how__checker-card > span {
	display: block;
	max-width: 360px;
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.65;
}

.prgi-how__time-grid {
	align-items: stretch;
}

.prgi-how__time-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 45px;
	border-radius: 22px;
	background: var(--ph-navy);
	color: #c9d9e7;
}

.prgi-how__time-card > div {
	width: 62px;
	height: 62px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	background: var(--ph-yellow);
	color: var(--ph-navy);
}

.prgi-how__time-card > div svg {
	width: 31px;
	height: 31px;
}

.prgi-how__time-card > p {
	margin: 24px 0 10px;
	color: var(--ph-yellow);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .08em;
}

.prgi-how__time-card h2 {
	color: #fff;
}

.prgi-how__time-card > span {
	display: block;
	margin-top: 17px;
	font-size: 15px;
	line-height: 1.7;
}

.prgi-how__factor-list {
	display: grid;
	gap: 13px;
}

.prgi-how__factor-list article {
	display: grid;
	grid-template-columns: 50px 1fr;
	align-items: center;
	gap: 16px;
	padding: 19px 21px;
	border: 1px solid var(--ph-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(7, 26, 51, .05);
}

.prgi-how__factor-list b {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: #fff0f0;
	color: var(--ph-red);
	font-size: 15px;
}

.prgi-how__factor-list h3 {
	margin: 0;
	color: var(--ph-navy);
	font-size: 18px;
	font-weight: 800;
}

.prgi-how__factor-list p {
	margin: 4px 0 0;
	font-size: 15px;
	line-height: 1.55;
}

.prgi-how__faq-layout {
	align-items: start;
}

.prgi-how__faq-intro {
	position: sticky;
	top: 30px;
}

.prgi-how__faq-intro > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 23px;
	color: var(--ph-red);
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
}

.prgi-how__faq-intro > a svg {
	width: 18px;
	height: 18px;
}

.prgi-how__faqs {
	display: grid;
	gap: 11px;
}

.prgi-how__faq {
	overflow: hidden;
	border: 1px solid var(--ph-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(7, 26, 51, .04);
}

.prgi-how__faq summary {
	position: relative;
	display: grid;
	grid-template-columns: 36px 1fr 18px;
	align-items: center;
	gap: 12px;
	padding: 18px 20px;
	color: var(--ph-navy);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	cursor: pointer;
	list-style: none;
}

.prgi-how__faq summary::-webkit-details-marker {
	display: none;
}

.prgi-how__faq summary > span {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 9px;
	background: #fff0f0;
	color: var(--ph-red);
	font-size: 15px;
}

.prgi-how__faq summary i,
.prgi-how__faq summary i::after {
	position: absolute;
	width: 14px;
	height: 2px;
	border-radius: 99px;
	background: var(--ph-red);
}

.prgi-how__faq summary i {
	position: relative;
}

.prgi-how__faq summary i::after {
	content: "";
	transform: rotate(90deg);
	transition: transform .2s ease;
}

.prgi-how__faq[open] summary i::after {
	transform: rotate(0);
}

.prgi-how__faq[open] summary {
	background: #fffaf0;
}

.prgi-how__faq > div {
	padding: 0 20px 20px 68px;
}

.prgi-how__faq > div p {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
}

.prgi-how__cta {
	padding: 62px 0;
	background: #fff;
}

.prgi-how__cta-box {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 50px;
	padding: 44px 48px;
	border-radius: 22px;
	background: linear-gradient(120deg, var(--ph-navy), #103b6b);
	color: #cbdbea;
	box-shadow: 0 25px 60px rgba(7, 26, 51, .2);
}

.prgi-how__cta-box::after {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	right: -120px;
	top: -130px;
	border: 50px solid rgba(250, 204, 21, .08);
	border-radius: 50%;
}

.prgi-how__cta-box > div {
	position: relative;
	z-index: 1;
}

.prgi-how__cta-box > div > p {
	margin: 0 0 9px;
	color: var(--ph-yellow);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .08em;
}

.prgi-how__cta h2 {
	max-width: 780px;
	color: #fff;
	font-size: clamp(28px, 2.7vw, 40px);
}

.prgi-how__cta-box > div > span {
	display: block;
	max-width: 780px;
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.7;
}

.prgi-how__cta-actions {
	min-width: 275px;
	flex-direction: column;
	margin-top: 0;
}

.prgi-how__phone {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	padding: 11px 15px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 11px;
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
	text-decoration: none;
}

.prgi-how__phone > svg {
	width: 31px;
	height: 31px;
	color: var(--ph-green);
}

.prgi-how__phone span {
	display: grid;
	gap: 2px;
}

.prgi-how__phone small {
	color: #bcd0e1;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.prgi-how__phone strong {
	font-size: 18px;
	line-height: 1.2;
}

.prgi-how__disclaimer {
	padding: 20px 0;
	border-top: 1px solid var(--ph-line);
	background: #f8fafc;
	color: #65788a;
	font-size: 15px;
	line-height: 1.65;
}

.prgi-how__disclaimer strong {
	color: var(--ph-navy);
}

@media (max-width: 767px) {
	body.prgireg-how-page #page,
	body.prgireg-how-page #content,
	body.prgireg-how-page .site-content,
	body.prgireg-how-page #primary.prgi-how {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.prgi-how {
		font-size: 15px;
	}

	.prgi-how__container {
		width: min(calc(100% - 28px), 1280px);
	}

	.prgi-how__hero {
		padding: 31px 0 43px;
	}

	.prgi-how__hero-grid,
	.prgi-how__prep-grid,
	.prgi-how__checker-grid,
	.prgi-how__time-grid,
	.prgi-how__faq-layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.prgi-how__breadcrumb {
		margin-bottom: 18px;
		font-size: 15px;
	}

	.prgi-how__eyebrow,
	.prgi-how__kicker {
		margin-bottom: 11px;
		font-size: 12px;
	}

	.prgi-how__hero h1 {
		font-size: clamp(34px, 10vw, 30px);
		line-height: 1.08;
	}

	.prgi-how__lead {
		margin-top: 18px;
		font-size: 15px;
		line-height: 1.7;
	}

	.prgi-how__hero-actions,
	.prgi-how__cta-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 22px;
	}

	.prgi-how__button {
		width: 100%;
		min-height: 50px;
		padding: 12px 15px;
		font-size: 15px;
	}

	.prgi-how__hero-points {
		display: grid;
		grid-template-columns: 1fr;
		gap: 9px;
		margin-top: 20px;
		padding-top: 18px;
	}

	.prgi-how__hero-points span {
		font-size: 15px;
	}

	.prgi-how__hero-visual {
		min-height: 330px;
	}

	.prgi-how__image-card {
		width: min(88%, 330px);
		height: 315px;
		border-width: 6px;
		border-radius: 17px;
		transform: rotate(1deg);
	}

	.prgi-how__progress-card {
		left: 0;
		bottom: 0;
		width: min(92%, 300px);
		padding: 14px 15px;
	}

	.prgi-how__progress-card > span,
	.prgi-how__progress-card small {
		font-size: 15px;
	}

	.prgi-how__progress-card strong {
		font-size: 18px;
	}

	.prgi-how__quick-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.prgi-how__quick-grid a,
	.prgi-how__quick-grid a:first-child {
		min-height: 94px;
		gap: 10px;
		padding: 15px 11px;
		border: 0;
		border-right: 1px solid var(--ph-line);
		border-bottom: 1px solid var(--ph-line);
	}

	.prgi-how__quick-grid a:nth-child(even) {
		border-right: 0;
	}

	.prgi-how__quick-grid svg {
		width: 25px;
		height: 25px;
		flex-basis: 25px;
	}

	.prgi-how__quick-grid b,
	.prgi-how__quick-grid small {
		font-size: 15px;
	}

	.prgi-how__section {
		padding: 58px 0;
	}

	.prgi-how__section-heading {
		margin-bottom: 29px;
	}

	.prgi-how__section-heading h2,
	.prgi-how__prep-copy h2,
	.prgi-how__checker-copy h2,
	.prgi-how__time-card h2,
	.prgi-how__faq-intro h2,
	.prgi-how__cta h2 {
		font-size: clamp(27px, 8vw, 28px);
		line-height: 1.18;
	}

	.prgi-how__section-heading > p:last-child,
	.prgi-how__prep-copy > p,
	.prgi-how__checker-copy > p,
	.prgi-how__faq-intro > p {
		margin-top: 14px;
		font-size: 15px;
	}

	.prgi-how__timeline::before {
		left: 25px;
	}

	.prgi-how__step {
		grid-template-columns: 51px minmax(0, 1fr);
		align-items: start;
		margin-bottom: 17px;
	}

	.prgi-how__step:nth-child(odd) .prgi-how__step-card,
	.prgi-how__step:nth-child(even) .prgi-how__step-card {
		grid-column: 2;
		grid-row: 1;
	}

	.prgi-how__step-marker {
		grid-column: 1;
		grid-row: 1;
	}

	.prgi-how__step-marker span {
		width: 42px;
		height: 42px;
		border-width: 5px;
		font-size: 15px;
	}

	.prgi-how__step-card {
		grid-template-columns: 44px 1fr;
		gap: 12px;
		padding: 18px 15px;
		border-radius: 13px;
	}

	.prgi-how__step-icon {
		width: 44px;
		height: 44px;
		border-radius: 11px;
	}

	.prgi-how__step-icon svg {
		width: 23px;
		height: 23px;
	}

	.prgi-how__step-card p,
	.prgi-how__step-card span {
		font-size: 15px;
		color: #000;
	}

	.prgi-how__step-card h3 {
		font-size: 18px;
	}

	.prgi-how__prep-list,
	.prgi-how__checker-features {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.prgi-how__prep-list span,
	.prgi-how__checker-features span,
	.prgi-how__micro-note {
		font-size: 13px !important;
	}

	.prgi-how__consistency,
	.prgi-how__checker-card,
	.prgi-how__time-card {
		padding: 27px 21px;
		border-radius: 17px;
	}

	.prgi-how__consistency > p,
	.prgi-how__consistency li,
	.prgi-how__checker-card > p,
	.prgi-how__checker-card > span,
	.prgi-how__time-card > p,
	.prgi-how__time-card > span {
		font-size: 15px;
	}

	.prgi-how__consistency h3,
	.prgi-how__checker-card h3 {
		font-size: 25px;
	}

	.prgi-how__roles {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.prgi-how__role {
		min-height: 0;
		padding: 25px 21px;
	}

	.prgi-how__role > span {
		font-size: 48px;
	}

	.prgi-how__role h3 {
		font-size: 21px;
	}

	.prgi-how__role p {
		font-size: 15px;
	}

	.prgi-how__official-note {
		grid-template-columns: 44px 1fr;
		gap: 12px;
		padding: 17px;
	}

	.prgi-how__official-note > div {
		width: 44px;
		height: 44px;
	}

	.prgi-how__official-note p,
	.prgi-how__official-note a {
		font-size: 15px;
	}

	.prgi-how__official-note a {
		grid-column: 1 / -1;
		justify-content: center;
		min-height: 43px;
		border-radius: 9px;
		background: #fff;
	}

	.prgi-how__checker-card {
		min-height: 360px;
	}

	.prgi-how__checker-rings {
		width: 128px;
		height: 128px;
	}

	.prgi-how__factor-list article {
		grid-template-columns: 43px 1fr;
		gap: 12px;
		padding: 16px;
	}

	.prgi-how__factor-list b {
		width: 42px;
		height: 42px;
		font-size: 15px;
	}

	.prgi-how__factor-list h3 {
		font-size: 17px;
	}

	.prgi-how__factor-list p {
		font-size: 15px;
	}

	.prgi-how__faq-intro {
		position: static;
	}

	.prgi-how__faq-intro > a {
		font-size: 15px;
	}

	.prgi-how__faq summary {
		grid-template-columns: 33px 1fr 16px;
		gap: 10px;
		padding: 15px 14px;
		font-size: 15px;
	}

	.prgi-how__faq summary > span {
		width: 32px;
		height: 32px;
		font-size: 15px;
	}

	.prgi-how__faq > div {
		padding: 0 14px 16px 57px;
	}

	.prgi-how__faq > div p {
		font-size: 15px;
	}

	.prgi-how__cta {
		padding: 45px 0;
	}

	.prgi-how__cta-box {
		grid-template-columns: 1fr;
		gap: 26px;
		padding: 29px 21px;
		border-radius: 17px;
	}

	.prgi-how__cta-box > div > p,
	.prgi-how__cta-box > div > span {
		font-size: 15px;
	}

	.prgi-how__cta-actions {
		min-width: 0;
		margin-top: 0;
	}

	.prgi-how__phone small {
		font-size: 15px;
	}

	.prgi-how__phone strong {
		font-size: 17px;
	}

	.prgi-how__disclaimer {
		font-size: 15px;
	}
}
