/* The method section supplies its own spacing beneath the marquee. */
.content-geral > .marquee.ps-system-marquee { margin-bottom: 0; }

/* Preserve breathing room before the explainer. */
.ps-system + .video-text {
	padding-top: clamp(64px, 8vw, 128px);
	scroll-margin-top: 110px;
}

.ps-system {
	--ps-accent: #00ca64;
	--ps-accent-deep: #027f48;
	--ps-accent-soft: #bbffca;
	--ps-card-wash: #f5f5f2;
	--ps-card-outline: #e7e7e2;
	--ps-profile-wash: #bbffca;
	--ps-current-wash: var(--ps-profile-wash);
	--ps-step-drop: clamp(54px, 6vw, 82px);
	box-sizing: border-box;
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	padding: clamp(80px, 9vw, 144px) 5vw;
	background: #fff;
	color: #2b2b2b;
	scroll-margin-top: 110px;
}

.ps-system[data-exam="ACT"] {
	--ps-accent: #00d2b2;
	--ps-accent-soft: #a5fee8;
	--ps-card-wash: #f5f5f2;
	--ps-card-outline: #e7e7e2;
	--ps-current-wash: var(--ps-profile-wash);
	--ps-profile-wash: #a5fee8;
}

.ps-system *,
.ps-system *::before,
.ps-system *::after { box-sizing: border-box; }

.ps-system-shell {
	width: min(1320px, 100%);
	margin: 0 auto;
}

.ps-system-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
	align-items: center;
	gap: clamp(40px, 7vw, 110px);
	margin-bottom: clamp(52px, 7vw, 96px);
}

.ps-system-eyebrow {
	display: block;
	margin-bottom: 15px;
	color: var(--ps-accent-deep);
	font-family: "adapt-variable", sans-serif;
	font-size: 16px;
	font-variation-settings: "wdth" 70, "wght" 800;
	letter-spacing: .06em;
	line-height: 1;
	text-transform: uppercase;
}

.ps-system h2,
.ps-system h3,
.ps-system p { float: none; position: static; width: auto; }

.ps-system h2 {
	margin: 0;
	font-family: "adapt-variable", sans-serif;
	font-size: clamp(48px, 5.2vw, 76px);
	font-variation-settings: "wdth" 55, "wght" 800;
	line-height: .98;
	text-transform: uppercase;
}

.ps-system-intro > p {
	margin: 0;
	font-size: clamp(17px, 1.4vw, 20px);
	font-weight: 400;
	line-height: 1.7;
}

.ps-system-band {
	display: flex;
	width: fit-content;
	max-width: 100%;
	margin: 24px auto 0;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 24px;
	border-radius: 18px;
	background: var(--ps-profile-wash);
	color: var(--ps-accent-deep);
	text-align: center;
}

.ps-system-band > span {
	width: 7px;
	height: 7px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--ps-accent-deep);
}

.ps-system-band strong {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.ps-system-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 3.5vw, 48px);
}

.ps-system-card {
	display: flex;
	min-width: 0;
	min-height: 390px;
	flex-direction: column;
	position: relative;
	padding: 40px clamp(28px, 3vw, 44px);
	border: 0;
	border-radius: 24px;
	background: var(--ps-card-wash);
	box-shadow: inset 0 0 0 1px var(--ps-card-outline);
}

.ps-system-card:nth-child(1) { margin-bottom: calc(2 * var(--ps-step-drop)); }
.ps-system-card:nth-child(2) { margin-top: var(--ps-step-drop); margin-bottom: var(--ps-step-drop); }
.ps-system-card:nth-child(3) { margin-top: calc(2 * var(--ps-step-drop)); }

.ps-system-card.is-current {
	background: var(--ps-current-wash);
	box-shadow: inset 0 0 0 2px var(--ps-accent);
}

.ps-system-number {
	display: block;
	margin-bottom: 38px;
	color: var(--ps-accent-deep);
	font-family: "adapt-variable", sans-serif;
	font-size: clamp(40px, 4vw, 54px);
	font-variation-settings: "wdth" 60, "wght" 700;
	line-height: 1;
}

.ps-system-card.is-current .ps-system-number {
	color: var(--ps-accent-deep);
}

.ps-system-card > small {
	display: block;
	margin-bottom: 12px;
	color: var(--ps-accent-deep);
	font-family: "adapt-variable", sans-serif;
	font-size: 14px;
	font-variation-settings: "wdth" 70, "wght" 600;
	letter-spacing: .07em;
	line-height: 1;
	text-transform: uppercase;
}

.ps-system-card h3 {
	margin: 0 0 24px;
	font-family: "adapt-variable", sans-serif;
	font-size: clamp(30px, 2.5vw, 38px);
	font-variation-settings: "wdth" 60, "wght" 800;
	line-height: 1.05;
	text-transform: uppercase;
}

.ps-system-card h3 .ps-system-optional {
	display: block;
	margin-top: 10px;
	color: var(--ps-accent-deep);
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: none;
}

.ps-system-card p {
	margin: 0 0 36px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

.ps-system-card > a {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 9px;
	margin-top: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--ps-accent);
	color: #2b2b2b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
}

.ps-system-card > a:hover,
.ps-system-card > a:focus-visible { color: var(--ps-accent-deep); }

@media (max-width: 900px) {
	.ps-system-intro { grid-template-columns: 1fr; align-items: start; gap: 24px; }
	.ps-system-grid { grid-template-columns: 1fr; gap: 30px; }
	.ps-system-card:nth-child(n) { min-height: 0; margin: 0; }
	.ps-system-band { width: fit-content; }
}

@media (max-width: 600px) {
	.ps-system { padding: 72px 20px; }
	.ps-system h2 { font-size: clamp(42px, 12vw, 56px); }
	.ps-system-intro > p { font-size: 17px; }
	.ps-system-band { align-items: flex-start; justify-content: flex-start; padding: 14px 18px; text-align: left; }
	.ps-system-band > span { margin-top: 8px; }
	.ps-system-card { padding: 32px 28px; }
	.ps-system-number { margin-bottom: 28px; }
}
