/*
 * Services-page and reusable service-detail compositions.
 * Visual values use theme.json tokens; markup remains native WordPress blocks.
 */

.brightpath-services-page,
.brightpath-service-detail {
	margin: 0 calc(-1 * var(--brightpath-site-gutter, 20px)) !important;
	overflow: clip;
}

.brightpath-service-detail > .wp-block-post-content {
	margin-block: 0;
}

.brightpath-services-section,
.brightpath-service-detail-section {
	padding-block: clamp(5rem, 8vw, 8.5rem);
}

.brightpath-services-kicker {
	align-items: center;
	display: flex;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	gap: 0.7rem;
	letter-spacing: 0.12em;
	margin-bottom: var(--wp--preset--spacing--50);
	text-transform: uppercase;
}

.brightpath-services-kicker::before {
	background: var(--wp--preset--color--brand-gold);
	content: "";
	flex: 0 0 2rem;
	height: 2px;
}

.brightpath-services-heading {
	align-items: end;
	display: grid;
	gap: clamp(2rem, 6vw, 7rem);
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	margin-bottom: clamp(2.75rem, 5vw, 5rem);
}

.brightpath-services-heading--compact {
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.6fr);
}

.brightpath-services-heading h2,
.brightpath-service-detail-section h2 {
	letter-spacing: -0.04em;
	line-height: 1.03;
}

/* Main services hero */
.brightpath-services-hero {
	isolation: isolate;
	padding-block: clamp(4.5rem, 7vw, 7.5rem);
	position: relative;
}

.brightpath-services-hero::before {
	border: clamp(20px, 3vw, 42px) solid rgba(230, 199, 116, 0.08);
	border-radius: 999px;
	content: "";
	height: 570px;
	left: -220px;
	position: absolute;
	top: -330px;
	transform: rotate(14deg);
	width: 900px;
	z-index: -1;
}

.brightpath-services-hero__grid {
	gap: clamp(3rem, 7vw, 7rem) !important;
}

.brightpath-services-hero h1 {
	color: var(--wp--preset--color--white);
	font-size: clamp(3.25rem, 6.3vw, 6.5rem) !important;
	letter-spacing: -0.06em;
	line-height: 0.92;
	margin-bottom: var(--wp--preset--spacing--60);
	max-width: 9.5ch;
}

.brightpath-services-hero__lead {
	color: rgba(255, 255, 255, 0.72) !important;
	line-height: 1.65;
	max-width: 650px;
}

.brightpath-services-actions {
	margin-top: var(--wp--preset--spacing--70);
}

.brightpath-services-hero .is-style-brightpath-secondary .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.5);
	color: var(--wp--preset--color--white);
}

.brightpath-services-hero .is-style-brightpath-secondary .wp-block-button__link:hover {
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--deep-charcoal);
}

.brightpath-services-hero__media {
	position: relative;
}

.brightpath-services-hero__media::before {
	border: 1px solid rgba(230, 199, 116, 0.45);
	border-radius: 50% 50% var(--wp--preset--border-radius--large) var(--wp--preset--border-radius--large);
	content: "";
	inset: -1rem 1.5rem 1rem -1rem;
	position: absolute;
}

.brightpath-services-hero__media .wp-block-image {
	margin: 0;
	position: relative;
}

.brightpath-services-hero__media img {
	aspect-ratio: 4 / 5;
	border-radius: 50% 50% var(--wp--preset--border-radius--large) var(--wp--preset--border-radius--large);
	display: block;
	object-fit: cover;
	width: 100%;
}

.brightpath-services-hero__note {
	background: var(--wp--preset--color--brand-gold);
	border-radius: var(--wp--preset--border-radius--large);
	bottom: -1.5rem;
	color: var(--wp--preset--color--deep-charcoal);
	max-width: 260px;
	padding: var(--wp--preset--spacing--50);
	position: absolute;
	right: -1.5rem;
}

.brightpath-services-hero__note p {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 600;
	line-height: 1.45;
	margin-bottom: 0;
}

.brightpath-services-hero__note-mark {
	font-size: 1.4rem;
	margin-bottom: var(--wp--preset--spacing--30) !important;
}

/* Service catalog */
.brightpath-services-catalog {
	background: var(--wp--preset--color--warm-cream);
}

.brightpath-services-grid {
	display: grid;
	gap: var(--wp--preset--spacing--60);
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brightpath-service-card {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--large);
	box-shadow: var(--wp--custom--shadow--soft);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 470px;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	scroll-margin-top: 7rem;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.brightpath-service-card:hover {
	border-color: rgba(157, 110, 24, 0.45);
	box-shadow: var(--wp--custom--shadow--raised);
	transform: translateY(-5px);
}

.brightpath-service-card__top {
	margin-bottom: 0;
	width: 100%;
}

.brightpath-service-card__number {
	color: var(--wp--preset--color--muted-text);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	letter-spacing: 0.08em;
}

.brightpath-service-card__icon {
	align-items: center;
	background: var(--wp--preset--color--soft-gold);
	border-radius: var(--wp--preset--border-radius--pill);
	color: var(--wp--preset--color--deep-charcoal);
	display: inline-flex;
	height: 2.75rem;
	justify-content: center;
	width: 2.75rem;
}

.brightpath-service-card h3 {
	font-size: clamp(1.55rem, 2vw, 2rem) !important;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin-top: clamp(2.25rem, 5vw, 4rem);
}

.brightpath-service-card__suitable,
.brightpath-service-card__list {
	border-top: 1px solid var(--wp--preset--color--border-neutral);
	color: var(--wp--preset--color--muted-text);
	margin-top: auto;
	padding-top: var(--wp--preset--spacing--50);
}

.brightpath-service-card__list {
	display: grid;
	gap: 0.55rem;
	list-style: none;
	padding-left: 0;
}

.brightpath-service-card__list li {
	align-items: center;
	display: flex;
	font-weight: 700;
	gap: 0.65rem;
}

.brightpath-service-card__list li::before {
	color: var(--wp--preset--color--deep-gold);
	content: "\2192";
	font-weight: 800;
}

.brightpath-service-card__list a {
	color: inherit;
	text-decoration-color: rgba(157, 110, 24, 0.45);
	text-underline-offset: 0.18em;
}

.brightpath-service-card__links {
	align-items: center;
	gap: var(--wp--preset--spacing--30);
	margin-top: var(--wp--preset--spacing--40);
}

.brightpath-service-card__links p {
	margin: 0;
}

.brightpath-service-card__book {
	align-items: center;
	background: var(--wp--preset--color--soft-background);
	border-radius: var(--wp--preset--border-radius--pill);
	display: inline-flex;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	min-height: 44px;
	padding: 0.65rem 1rem;
	text-decoration: none;
}

.brightpath-service-card__book:hover {
	background: var(--wp--preset--color--deep-charcoal);
	color: var(--wp--preset--color--white);
}

/* Standard/deep comparison */
.brightpath-comparison-grid {
	gap: var(--wp--preset--spacing--60) !important;
}

.brightpath-comparison-grid > .wp-block-column {
	display: flex;
}

.brightpath-comparison-card {
	border: 1px solid rgba(63, 91, 74, 0.22);
	border-radius: var(--wp--preset--border-radius--large);
	padding: clamp(1.75rem, 4vw, 3.5rem);
	width: 100%;
}

.brightpath-comparison-card--standard {
	background: var(--wp--preset--color--white);
}

.brightpath-comparison-card__label {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.brightpath-comparison-card h3 {
	letter-spacing: -0.04em;
	margin-bottom: var(--wp--preset--spacing--70);
}

.brightpath-check-list {
	display: grid;
	gap: var(--wp--preset--spacing--40);
	list-style: none;
	margin-bottom: var(--wp--preset--spacing--70);
	padding: 0;
}

.brightpath-check-list li {
	padding-left: 1.9rem;
	position: relative;
}

.brightpath-check-list li::before {
	color: var(--wp--preset--color--deep-gold);
	content: "✓";
	font-weight: 700;
	left: 0;
	position: absolute;
}

.brightpath-comparison-card--deep .brightpath-check-list li::before {
	color: var(--wp--preset--color--soft-gold);
}

.brightpath-comparison-card--deep .brightpath-text-link {
	color: var(--wp--preset--color--white);
	text-decoration-color: var(--wp--preset--color--soft-gold);
}

/* General inclusions */
.brightpath-inclusions__grid {
	gap: clamp(3rem, 8vw, 8rem) !important;
}

.brightpath-inclusion-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.brightpath-inclusion-list li {
	align-items: center;
	border-bottom: 1px solid var(--wp--preset--color--border-neutral);
	display: grid;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1rem, 1.4vw, 1.22rem);
	font-weight: 600;
	gap: var(--wp--preset--spacing--40);
	grid-template-columns: 2.5rem 1fr;
	padding-block: var(--wp--preset--spacing--50);
}

.brightpath-inclusion-list li:first-child {
	border-top: 1px solid var(--wp--preset--color--border-neutral);
}

.brightpath-inclusion-list span {
	color: var(--wp--preset--color--deep-gold);
	font-size: var(--wp--preset--font-size--small);
}

/* Add-ons */
.brightpath-addon-grid {
	display: grid;
	gap: var(--wp--preset--spacing--30);
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	margin-bottom: var(--wp--preset--spacing--60);
	padding: 0;
}

.brightpath-addon-grid li {
	align-items: center;
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--medium);
	display: flex;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	gap: var(--wp--preset--spacing--30);
	min-height: 82px;
	padding: var(--wp--preset--spacing--40);
}

.brightpath-addon-grid span {
	align-items: center;
	background: var(--wp--preset--color--soft-gold);
	border-radius: var(--wp--preset--border-radius--pill);
	display: inline-flex;
	flex: 0 0 2rem;
	height: 2rem;
	justify-content: center;
}

/* Process and service-area band */
.brightpath-process-grid {
	display: grid;
	gap: var(--wp--preset--spacing--50);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brightpath-process-card {
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--large);
	min-height: 300px;
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.brightpath-process-card:nth-child(2) {
	transform: translateY(var(--wp--preset--spacing--50));
}

.brightpath-process-card__number {
	align-items: center;
	background: var(--wp--preset--color--brand-gold);
	border-radius: var(--wp--preset--border-radius--pill);
	display: inline-flex;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	height: 2.75rem;
	justify-content: center;
	margin-bottom: var(--wp--preset--spacing--80);
	width: 2.75rem;
}

.brightpath-service-area-note {
	padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.brightpath-service-area-note__inner {
	gap: var(--wp--preset--spacing--70);
}

.brightpath-service-area-note__inner > .wp-block-group:first-child {
	max-width: 780px;
}

.brightpath-service-area-note .is-style-brightpath-secondary .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--wp--preset--color--white);
}

/* Reusable service-detail pages */
.brightpath-service-hero {
	background: var(--wp--preset--color--warm-cream);
	padding-block: clamp(4.5rem, 8vw, 8rem);
}

.brightpath-service-hero__grid {
	gap: clamp(3rem, 8vw, 8rem) !important;
	box-sizing: border-box;
	width: min(calc(100% - (2 * var(--brightpath-site-gutter, 20px))), var(--wp--style--global--wide-size, 1200px));
}

.brightpath-service-hero__grid > .wp-block-column {
	min-width: 0;
}

.brightpath-service-hero h1 {
	font-size: clamp(3.25rem, 6.5vw, 6.75rem) !important;
	letter-spacing: -0.06em;
	line-height: 0.9;
	margin-bottom: var(--wp--preset--spacing--60);
	max-width: 9ch;
	overflow-wrap: anywhere;
}

.brightpath-service-hero__media {
	position: relative;
}

.brightpath-service-hero__media::before {
	border: 1px solid rgba(157, 110, 24, 0.42);
	border-radius: var(--wp--preset--border-radius--large);
	content: "";
	inset: -1.25rem 1.5rem 1.5rem -1.25rem;
	position: absolute;
}

.brightpath-service-hero__media .wp-block-image {
	margin: 0;
	position: relative;
}

.brightpath-service-hero__media img {
	aspect-ratio: 4 / 5;
	border-radius: var(--wp--preset--border-radius--large);
	display: block;
	object-fit: cover;
	width: 100%;
}

.brightpath-service-overview__grid,
.brightpath-service-included__grid,
.brightpath-service-prepare__grid {
	gap: clamp(3rem, 8vw, 8rem) !important;
}

.brightpath-service-editor-note {
	background: var(--wp--preset--color--soft-background);
	border-left: 3px solid var(--wp--preset--color--brand-gold);
	color: var(--wp--preset--color--muted-text);
	margin-top: var(--wp--preset--spacing--60);
	padding: var(--wp--preset--spacing--40);
}

.brightpath-suitable-grid {
	display: grid;
	gap: var(--wp--preset--spacing--40);
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	list-style: none;
	margin-top: var(--wp--preset--spacing--70);
	padding: 0;
}

.brightpath-suitable-grid li {
	background: var(--wp--preset--color--white);
	border: 1px solid rgba(63, 91, 74, 0.2);
	border-radius: var(--wp--preset--border-radius--large);
	font-family: var(--wp--preset--font-family--heading);
	font-size: var(--wp--preset--font-size--h4);
	font-weight: 600;
	min-height: 170px;
	padding: var(--wp--preset--spacing--60);
}

.brightpath-suitable-grid span {
	color: var(--wp--preset--color--deep-gold);
	display: block;
	margin-bottom: var(--wp--preset--spacing--60);
}

.brightpath-check-list--large {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--large);
	padding: var(--wp--preset--spacing--70);
}

.brightpath-check-list--large li {
	border-bottom: 1px solid var(--wp--preset--color--border-neutral);
	padding-block: var(--wp--preset--spacing--40);
	padding-left: 2rem;
}

.brightpath-check-list--large li:last-child {
	border-bottom: 0;
}

.brightpath-numbered-list {
	counter-reset: prepare;
	display: grid;
	gap: var(--wp--preset--spacing--40);
	list-style: none;
	padding: 0;
}

.brightpath-numbered-list li {
	counter-increment: prepare;
	display: grid;
	gap: var(--wp--preset--spacing--40);
	grid-template-columns: 2.75rem 1fr;
}

.brightpath-numbered-list li::before {
	align-items: center;
	background: var(--wp--preset--color--soft-gold);
	border-radius: var(--wp--preset--border-radius--pill);
	content: counter(prepare, decimal-leading-zero);
	display: inline-flex;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	height: 2.75rem;
	justify-content: center;
}

.brightpath-service-process__steps {
	gap: var(--wp--preset--spacing--60) !important;
	margin-top: var(--wp--preset--spacing--80);
}

.brightpath-service-process__steps > .wp-block-column {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: var(--wp--preset--spacing--60);
}

.brightpath-service-process__steps p:last-child {
	color: rgba(255, 255, 255, 0.68) !important;
}

.brightpath-service-pricing__panel {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--large);
	box-shadow: var(--wp--custom--shadow--soft);
	padding: clamp(2rem, 5vw, 5rem);
}

.brightpath-service-pricing__panel .brightpath-estimate-notice {
	background: var(--wp--preset--color--soft-background);
	border-radius: var(--wp--preset--border-radius--medium);
	margin: var(--wp--preset--spacing--60) auto 0;
	max-width: 760px;
	padding: var(--wp--preset--spacing--40);
}

.brightpath-related-grid {
	display: grid;
	gap: var(--wp--preset--spacing--40);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-block: var(--wp--preset--spacing--70);
}

.brightpath-related-card {
	background: var(--wp--preset--color--white);
	border: 1px solid rgba(63, 91, 74, 0.2);
	border-radius: var(--wp--preset--border-radius--large);
	min-height: 190px;
	padding: var(--wp--preset--spacing--60);
}

@media (max-width: 1100px) {
	.brightpath-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brightpath-addon-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 781px) {
	.brightpath-services-section,
	.brightpath-service-detail-section {
		padding-block: 5rem;
	}

	.brightpath-services-heading {
		align-items: start;
		gap: var(--wp--preset--spacing--50);
		grid-template-columns: 1fr;
	}

	.brightpath-services-hero,
	.brightpath-service-hero {
		padding-top: var(--wp--preset--spacing--90);
	}

	.brightpath-services-hero h1,
	.brightpath-service-hero h1 {
		font-size: clamp(3rem, 12vw, 5.25rem) !important;
		max-width: 11ch;
	}

	.brightpath-services-hero__media,
	.brightpath-service-hero__media {
		margin-top: var(--wp--preset--spacing--60);
	}

	.brightpath-services-hero__media img,
	.brightpath-service-hero__media img {
		aspect-ratio: 16 / 11;
	}

	.brightpath-comparison-grid {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.brightpath-process-grid,
	.brightpath-related-grid {
		grid-template-columns: 1fr;
	}

	.brightpath-process-card,
	.brightpath-process-card:nth-child(2) {
		min-height: auto;
		transform: none;
	}

	.brightpath-service-area-note__inner {
		align-items: flex-start;
	}

	.brightpath-service-process__steps {
		display: grid !important;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.brightpath-services-grid,
	.brightpath-addon-grid {
		grid-template-columns: 1fr;
	}

	.brightpath-service-card {
		min-height: 510px;
	}

	.brightpath-service-card__links {
		align-items: stretch;
		flex-direction: column;
	}

	.brightpath-service-card__book,
	.brightpath-service-card__links .brightpath-text-link {
		justify-content: center;
		width: 100%;
	}

	.brightpath-services-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.brightpath-services-actions .wp-block-button,
	.brightpath-services-actions .wp-block-button__link {
		width: 100%;
	}

	.brightpath-services-hero__note {
		bottom: -1rem;
		right: 0.75rem;
	}

	.brightpath-addon-grid li {
		min-height: 64px;
	}

	.brightpath-suitable-grid {
		grid-template-columns: 1fr;
	}

	.brightpath-suitable-grid li {
		min-height: 145px;
	}

	.brightpath-service-area-note .wp-block-buttons {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.brightpath-service-area-note .wp-block-button,
	.brightpath-service-area-note .wp-block-button__link {
		width: 100%;
	}
}

@media (max-width: 360px) {
	.brightpath-services-hero h1,
	.brightpath-service-hero h1 {
		font-size: 2.7rem !important;
	}

	.brightpath-service-card {
		padding: var(--wp--preset--spacing--50);
	}

	.brightpath-comparison-card {
		padding: var(--wp--preset--spacing--50);
        }
}

/* Concise, disclosure-led service browsing. */
.brightpath-services-page .brightpath-services-section {
	padding-block: clamp(3.5rem, 6vw, 6.25rem);
}

.brightpath-services-page .brightpath-services-hero {
	padding-block: clamp(3.75rem, 6vw, 6rem);
}

.brightpath-services-page .brightpath-services-hero h1 {
	font-size: clamp(3rem, 5.6vw, 5.7rem) !important;
}

.brightpath-services-page .brightpath-service-card {
	min-height: 410px;
}

.brightpath-services-page .brightpath-service-card h3 {
	margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.brightpath-service-disclosures {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brightpath-service-disclosures details,
.brightpath-services-faq details {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--medium);
}

.brightpath-service-disclosures summary,
.brightpath-services-faq summary {
	cursor: pointer;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	font-weight: 700;
	line-height: 1.35;
	min-height: 56px;
	padding: 1rem 3rem 1rem 1.25rem;
}

.brightpath-service-disclosures details[open] summary,
.brightpath-services-faq details[open] summary {
	border-bottom: 1px solid var(--wp--preset--color--border-neutral);
}

.brightpath-service-disclosures details > :not(summary),
.brightpath-services-faq details > :not(summary) {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.brightpath-service-disclosures ul {
	display: grid;
	gap: 0.65rem;
	margin-block: 1.1rem 1.35rem;
	padding-left: 1.2rem;
}

.brightpath-services-page .brightpath-services-process {
	padding-block: clamp(3.25rem, 5vw, 5rem);
}

.brightpath-services-page .brightpath-process-card,
.brightpath-services-page .brightpath-process-card:nth-child(2) {
	min-height: 215px;
	transform: none;
}

.brightpath-services-page .brightpath-process-card__number {
	margin-bottom: var(--wp--preset--spacing--50);
}

.brightpath-services-faq {
	background: var(--wp--preset--color--warm-cream);
	padding-block: clamp(3.5rem, 6vw, 6rem);
}

.brightpath-services-faq__inner {
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
}

.brightpath-services-faq h2 {
	font-size: clamp(2rem, 3.8vw, 3.8rem);
	letter-spacing: -0.04em;
	line-height: 1.04;
}

.brightpath-services-faq details + details {
	margin-top: 0.75rem;
}

.brightpath-services-faq details p {
	color: var(--wp--preset--color--muted-text);
	line-height: 1.65;
	margin-block: 1rem 1.25rem;
}

.brightpath-service-clarity__grid {
	gap: clamp(2rem, 6vw, 6rem) !important;
}

.brightpath-service-clarity__grid > .wp-block-column {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--large);
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.brightpath-check-list--exclusions {
	margin-bottom: 0;
}

.brightpath-check-list--exclusions li::before {
	content: "\2014";
}

@media (max-width: 781px) {
	.brightpath-service-disclosures,
	.brightpath-services-faq__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.brightpath-services-page .brightpath-service-card {
		min-height: 440px;
	}
}
