/**
 * Church Planting Page — Styles
 *
 * Prefix: .cp-
 * Depends on: base classes (.section, .btn, .reveal, .container-*, .section__*)
 * Brand color: teal #2FADC1 (church planting track accent)
 *
 * @package flavor23
 */

/* ==============================
   Hero (Light Interior)
   ============================== */

.cp-hero {
	background: var(--wp--preset--color--primary-dark, #2A2F42);
	padding: 8rem 1.5rem 5rem;
	text-align: center;
}

.cp-hero__content {
	position: relative;
}

.cp-hero .section__eyebrow,
.cp-hero__title,
.cp-hero__subtitle {
	opacity: 0;
	animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.cp-hero .section__eyebrow { animation-delay: 0.15s; }
.cp-hero__title            { animation-delay: 0.35s; }
.cp-hero__subtitle         { animation-delay: 0.55s; }

.cp-hero .section__eyebrow {
	color: #2FADC1 !important;
}

.cp-hero__title {
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.3rem);
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 1.25rem;
}

.cp-hero__subtitle {
	font-size: 1.125rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.85);
	max-width: 620px;
	margin: 0 auto;
}

.cp-hero__buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2rem;
	opacity: 0;
	animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.75s forwards;
}

/* ==============================
   The Challenge — Narrative
   ============================== */

.cp-narrative__lead {
	font-size: 1.125rem;
	line-height: 1.8;
	color: var(--wp--preset--color--body-text, #1A1A2E);
	margin-bottom: 1.5rem;
}

.cp-narrative__body {
	font-size: 1.0625rem;
	line-height: 1.8;
	color: var(--wp--preset--color--secondary-text, #6B7280);
	margin-bottom: 2rem;
}

.cp-narrative__bridge {
	text-align: center;
	padding: 2rem 0;
}

.cp-narrative__bridge p {
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: 1.375rem;
	font-style: italic;
	color: var(--wp--preset--color--primary-dark, #2A2F42);
	margin: 0;
}

/* ==============================
   Grant Highlight Banner
   ============================== */

.cp-grant-highlight {
	background: #fff;
	border-radius: 16px;
	padding: 2.5rem 2rem;
	text-align: center;
	margin-bottom: 2.5rem;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
	border-top: 4px solid #2FADC1;
}

.cp-grant-highlight__total {
	margin-bottom: 2rem;
}

.cp-grant-highlight__amount {
	display: block;
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	font-weight: 700;
	color: #2FADC1;
	line-height: 1.1;
}

.cp-grant-highlight__label {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	color: var(--wp--preset--color--secondary-text, #6B7280);
	margin-top: 0.375rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.cp-grant-highlight__breakdown {
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.cp-grant-highlight__year {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem 1.5rem;
	background: #F7F8FA;
	border-radius: 8px;
	min-width: 120px;
}

.cp-grant-highlight__year-label {
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--wp--preset--color--secondary-text, #6B7280);
	margin-bottom: 0.25rem;
}

.cp-grant-highlight__year-amount {
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--wp--preset--color--primary-dark, #2A2F42);
}

/* ==============================
   Partnership Feature Cards
   ============================== */

.cp-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.cp-feature {
	background: #fff;
	border-radius: 16px;
	padding: 2.25rem 1.75rem;
	text-align: center;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cp-feature:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.cp-feature__icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(47, 173, 193, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.25rem;
	color: #2FADC1;
}

.cp-feature h3 {
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--wp--preset--color--primary-dark, #2A2F42);
	margin-bottom: 0.75rem;
}

.cp-feature p {
	color: var(--wp--preset--color--secondary-text, #6B7280);
	margin-bottom: 0;
	font-size: 0.9375rem;
	line-height: 1.7;
}

/* Full-width card for "Relationship Beyond the Grant" */
.cp-feature--full {
	grid-column: 1 / -1;
	max-width: 640px;
	margin: 0 auto;
}

/* Stagger card reveal animations */
.cp-features .reveal:nth-child(2) { transition-delay: 0.1s; }
.cp-features .reveal:nth-child(3) { transition-delay: 0.2s; }
.cp-features .reveal:nth-child(4) { transition-delay: 0.1s; }
.cp-features .reveal:nth-child(5) { transition-delay: 0.2s; }
.cp-features .reveal:nth-child(6) { transition-delay: 0.3s; }

/* ==============================
   What Makes This Different
   ============================== */

/* --- Comparison Table --- */

.cp-compare {
	max-width: 960px;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.cp-compare__header {
	display: grid;
	grid-template-columns: 1fr 1.2fr 1.2fr;
	gap: 0;
}

.cp-compare__label-row {
	background: transparent;
}

.cp-compare__col-header {
	padding: 1.25rem 1.5rem;
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: 1.0625rem;
	font-weight: 700;
	text-align: center;
}

.cp-compare__col-header--ours {
	background: #2FADC1;
	color: #fff;
}

.cp-compare__col-header--typical {
	background: #F7F8FA;
	color: var(--wp--preset--color--primary-dark, #2A2F42);
}

.cp-compare__row {
	display: grid;
	grid-template-columns: 1fr 1.2fr 1.2fr;
	gap: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.cp-compare__row:last-child {
	border-bottom: none;
}

.cp-compare__label {
	padding: 1.25rem 1.5rem;
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--wp--preset--color--primary-dark, #2A2F42);
	display: flex;
	align-items: center;
	background: #fff;
}

.cp-compare__cell {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	padding: 1.25rem 1.5rem;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.cp-compare__cell svg {
	flex-shrink: 0;
}

.cp-compare__cell--ours {
	background: rgba(47, 173, 193, 0.08);
	color: var(--wp--preset--color--primary-dark, #2A2F42);
}

.cp-compare__cell--ours svg {
	color: #2FADC1;
}

.cp-compare__cell--typical {
	background: #F7F8FA;
	color: var(--wp--preset--color--secondary-text, #6B7280);
}

.cp-compare__cell--typical svg {
	color: #c5c5c5;
}

/* ==============================
   Partnership Criteria
   ============================== */

.cp-criteria {
	background: #fff;
	border-radius: 16px;
	padding: 2.5rem 2rem;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.cp-criteria__intro {
	margin-bottom: 1.5rem;
}

.cp-criteria__intro p {
	font-size: 1.0625rem;
	line-height: 1.8;
	color: var(--wp--preset--color--secondary-text, #6B7280);
	margin: 0;
}

.cp-criteria__list {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem;
}

.cp-criteria__item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.875rem 0;
	border-bottom: 1px solid rgba(93, 121, 146, 0.15);
	font-size: 1rem;
	line-height: 1.6;
	color: var(--wp--preset--color--body-text, #1A1A2E);
}

.cp-criteria__item:last-child {
	border-bottom: none;
}

.cp-criteria__item svg {
	flex-shrink: 0;
	color: #2FADC1;
	margin-top: 0.15rem;
}

.cp-criteria__cta {
	text-align: center;
	padding-top: 0.5rem;
}

/* ==============================
   Testimonial
   ============================== */

.cp-testimonial {
	text-align: center;
	max-width: 680px;
	margin: 0 auto;
	padding: 2rem 0;
}

.cp-testimonial__mark {
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: 4rem;
	line-height: 1;
	color: #2FADC1;
	opacity: 0.35;
	margin-bottom: -0.5rem;
}

.cp-testimonial__quote {
	border: none;
	padding: 0;
	margin: 0 0 1.5rem;
}

.cp-testimonial__quote p {
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: clamp(1.125rem, 2.5vw, 1.375rem);
	font-style: italic;
	line-height: 1.6;
	color: var(--wp--preset--color--primary-dark, #2A2F42);
	margin: 0;
}

.cp-testimonial__attribution {
	margin-top: 1rem;
}

.cp-testimonial__attribution cite {
	font-style: normal;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #2FADC1;
	letter-spacing: 0.02em;
}

/* ==============================
   CTA Section (Dark)
   ============================== */

.cp-cta {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cp-cta__bg {
	position: absolute;
	inset: -10%;
	z-index: 0;
	opacity: 0.04;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='none' stroke='%232FADC1' stroke-width='0.5'%3E%3Cpath d='M200 20 L380 200 L200 380 L20 200 Z'/%3E%3Cpath d='M200 80 L320 200 L200 320 L80 200 Z'/%3E%3Cpath d='M200 140 L260 200 L200 260 L140 200 Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 500px;
	background-position: center;
}

.cp-cta__content {
	position: relative;
	z-index: 1;
}

.cp-cta h2 {
	color: #fff;
	margin-bottom: 1rem;
}

.cp-cta p {
	color: rgba(255, 255, 255, 0.85);
	max-width: 560px;
	margin: 0 auto 2rem;
	font-size: 1.0625rem;
	line-height: 1.7;
}

.cp-cta__actions {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

/* ==============================
   Responsive — 992px
   ============================== */

@media (max-width: 992px) {
	.cp-features {
		grid-template-columns: repeat(2, 1fr);
	}

	.cp-feature--full {
		grid-column: 1 / -1;
	}

	.cp-grant-highlight {
		padding: 2rem 1.5rem;
	}

	.cp-grant-highlight__breakdown {
		gap: 1.25rem;
	}

	.cp-grant-highlight__year {
		padding: 0.875rem 1rem;
		min-width: 100px;
	}
}

/* ==============================
   Responsive — 768px
   ============================== */

@media (max-width: 768px) {
	.cp-hero {
		padding: 4.5rem 1.5rem 3.5rem;
	}

	.cp-features {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.cp-feature--full {
		max-width: none;
	}

	.cp-grant-highlight__breakdown {
		flex-direction: column;
		align-items: center;
		gap: 0.75rem;
	}

	.cp-grant-highlight__year {
		width: 100%;
		max-width: 240px;
		flex-direction: row;
		justify-content: space-between;
		padding: 0.875rem 1.25rem;
	}

	.cp-criteria {
		padding: 2rem 1.5rem;
	}

	.cp-cta__actions {
		flex-direction: column;
		align-items: center;
	}

	.cp-cta__actions .btn {
		width: 100%;
		max-width: 320px;
	}

	/* Remove stagger on mobile for snappier feel */
	.cp-features .reveal:nth-child(n) {
		transition-delay: 0s;
	}
}

/* ==============================
   Responsive — 640px
   ============================== */

@media (max-width: 640px) {
	.cp-hero {
		padding: 3.5rem 1rem 3rem;
	}

	.cp-hero__title {
		font-size: clamp(1.75rem, 6vw, 2.25rem);
	}

	.cp-hero__subtitle {
		font-size: 1rem;
	}

	.cp-narrative__bridge p {
		font-size: 1.2rem;
	}

	.cp-grant-highlight__amount {
		font-size: 2.5rem;
	}

	.cp-grant-highlight__year-amount {
		font-size: 1.25rem;
	}

	.cp-feature {
		padding: 1.75rem 1.25rem;
	}

	.cp-compare__header,
	.cp-compare__row {
		grid-template-columns: 1fr;
	}

	.cp-compare__label-row {
		display: none;
	}

	.cp-compare__label {
		background: rgba(93, 121, 146, 0.15);
		font-size: 0.875rem;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		padding: 0.75rem 1.25rem;
	}

	.cp-compare__cell {
		padding: 1rem 1.25rem;
	}

	.cp-compare__col-header--ours,
	.cp-compare__col-header--typical {
		font-size: 0.9375rem;
		padding: 1rem 1.25rem;
	}

	.cp-testimonial__quote p {
		font-size: 1.0625rem;
	}

	.cp-criteria__item {
		font-size: 0.9375rem;
	}
}

/* ==============================
   Program Color Overrides — Teal (#2FADC1)
   EVERYTHING on this page uses teal. No gold. No grey.
   ============================== */

/* ALL section eyebrows → teal (light and dark) */
body.page-church-planting .section__eyebrow {
	color: #2FADC1;
}

/* ALL title underline bars → teal */
body.page-church-planting .section__title::after {
	background: #2FADC1;
}

/* Glass card icons on dark sections → teal */
.section--dark .cp-feature__icon {
	background: rgba(47, 173, 193, 0.2);
	color: #2FADC1;
}

/* Light section feature icons → teal */
.cp-feature__icon {
	background: rgba(47, 173, 193, 0.1);
	color: #2FADC1;
}

/* Comparison table — "ours" column header → teal bg */
body.page-church-planting .cp-compare__col-header--ours {
	background: #2FADC1;
	color: #fff;
}

/* Comparison table — "ours" cells → teal bg */
body.page-church-planting .cp-compare__cell--ours {
	background: rgba(47, 173, 193, 0.08);
	color: var(--wp--preset--color--primary-dark, #2A2F42);
}

/* Comparison table SVGs → teal */
body.page-church-planting .cp-compare__cell--ours svg {
	color: #2FADC1;
}

/* Grant highlight amount → teal */
.cp-grant-highlight__amount {
	color: #2FADC1;
}

.cp-grant-highlight {
	border-top-color: #2FADC1;
}

/* CTA section icon → teal */
.cp-cta__icon {
	background: rgba(47, 173, 193, 0.15);
	color: #2FADC1;
}

/* Testimonial mark → teal */
.cp-testimonial__mark {
	color: #2FADC1;
}

.cp-testimonial__attribution cite {
	color: #2FADC1;
}

/* Criteria list check icons → teal */
.cp-criteria__item svg {
	color: #2FADC1;
}

/* Feature stat numbers → teal */
.cp-feature__stat,
.section--dark .cp-feature__stat {
	color: #2FADC1;
}

/* Links and inline accents → teal */
.cp-feature a,
.section--dark .cp-feature a {
	color: #2FADC1;
}

/* Guide card icons on dark sections → teal */
body.page-church-planting .section--dark .guide-card__icon {
	background: rgba(47, 173, 193, 0.2);
	color: #2FADC1;
}

/* Process step markers on this page → teal */
body.page-church-planting .process-step__marker {
	background: #2FADC1;
}

/* Narrative bridge quote bar → teal */
body.page-church-planting .cp-narrative__bridge p,
body.page-church-planting .sab-need__bridge p {
	border-left-color: #2FADC1;
}

/* ==============================
   Reduced Motion
   ============================== */

@media (prefers-reduced-motion: reduce) {
	.cp-hero .section__eyebrow,
	.cp-hero__title,
	.cp-hero__subtitle {
		opacity: 1;
		transform: none;
		animation: none !important;
	}

	.cp-feature {
		transition: none;
	}

	.cp-feature:hover {
		transform: none;
	}
}

/* ==============================
   Requirements
   Refined numbered checklist — each item is a horizontal card with a
   teal marker tile on the left (number stacked above icon) and the
   requirement content on the right.
   ============================== */

.cp-requirements {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.cp-requirements__list {
	list-style: none;
	margin: 3.5rem 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

/* The 5th item (odd count) spans both columns on desktop for a balanced
   composition — the final "MOU" card gets a full-width moment. */
.cp-requirements__item:last-child {
	grid-column: 1 / -1;
}

.cp-requirements__item {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	background: #fff;
	border: 1px solid rgba(47, 173, 193, 0.1);
	border-radius: 16px;
	padding: 1.75rem 1.75rem 1.75rem 1.25rem;
	box-shadow: 0 2px 12px rgba(42, 47, 66, 0.04);
	transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
	            box-shadow 0.25s ease,
	            border-color 0.25s ease;
}

.cp-requirements__item:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(42, 47, 66, 0.08);
	border-color: rgba(47, 173, 193, 0.25);
}

.cp-requirements__marker {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	padding-top: 0.125rem;
}

.cp-requirements__number {
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: 0.875rem;
	font-weight: 600;
	font-style: italic;
	color: rgba(47, 173, 193, 0.7);
	letter-spacing: 0.04em;
}

.cp-requirements__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(47, 173, 193, 0.12) 0%, rgba(47, 173, 193, 0.06) 100%);
	color: #2FADC1;
	box-shadow: inset 0 0 0 1px rgba(47, 173, 193, 0.14);
}

.cp-requirements__body {
	flex: 1;
	min-width: 0;
	padding-top: 0.25rem;
}

.cp-requirements__body h3 {
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--wp--preset--color--primary-dark, #2A2F42);
	margin: 0 0 0.5rem;
	letter-spacing: -0.005em;
}

.cp-requirements__body p {
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--wp--preset--color--secondary-text, #6B7280);
	margin: 0;
}

.cp-requirements__body a {
	color: #2FADC1;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(47, 173, 193, 0.3);
	transition: color 0.2s ease, border-color 0.2s ease;
}

.cp-requirements__body a:hover {
	color: #1F8E9F;
	border-bottom-color: #1F8E9F;
}

/* ==============================
   FAQ
   Grouped accordion — two themed sections (Application / If Selected)
   each introduced by a numbered badge + serif group title. Items use
   native <details>/<summary> for accessibility with custom +/- indicator.
   ============================== */

.cp-faq {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.cp-faq__groups {
	display: grid;
	gap: 3rem;
	margin-top: 3.5rem;
}

.cp-faq__group {
	background: #fff;
	border-radius: 20px;
	padding: 2.5rem 2.25rem 1.5rem;
	box-shadow: 0 2px 16px rgba(42, 47, 66, 0.05);
}

.cp-faq__group-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-bottom: 1.25rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid rgba(47, 173, 193, 0.15);
}

.cp-faq__group-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: linear-gradient(135deg, #2FADC1 0%, #1F8E9F 100%);
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	flex-shrink: 0;
	box-shadow: 0 6px 14px -6px rgba(47, 173, 193, 0.55);
}

.cp-faq__group-title {
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.25;
	color: var(--wp--preset--color--primary-dark, #2A2F42);
	margin: 0;
	letter-spacing: -0.005em;
}

.cp-faq__item {
	border-bottom: 1px solid rgba(42, 47, 66, 0.06);
	padding: 0;
}

.cp-faq__item:last-child {
	border-bottom: none;
}

.cp-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.25rem 0.25rem;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.45;
	color: var(--wp--preset--color--primary-dark, #2A2F42);
	cursor: pointer;
	list-style: none;
	transition: color 0.2s ease;
}

.cp-faq__question::-webkit-details-marker {
	display: none;
}

.cp-faq__question::after {
	content: "";
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(47, 173, 193, 0.1);
	background-image:
		linear-gradient(to right, #2FADC1 0 100%),
		linear-gradient(to bottom, #2FADC1 0 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 2px, 2px 12px;
	transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
	            background-color 0.2s ease;
}

.cp-faq__item[open] .cp-faq__question {
	color: #2FADC1;
}

.cp-faq__item[open] .cp-faq__question::after {
	background-size: 12px 2px, 0 0;
	transform: rotate(180deg);
}

.cp-faq__question:hover {
	color: #2FADC1;
}

.cp-faq__answer {
	padding: 0 0.25rem 1.5rem;
	animation: cpFaqReveal 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.cp-faq__answer p {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: var(--wp--preset--color--secondary-text, #6B7280);
	margin: 0;
}

.cp-faq__answer a {
	color: #2FADC1;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(47, 173, 193, 0.3);
	transition: color 0.2s ease, border-color 0.2s ease;
}

.cp-faq__answer a:hover {
	color: #1F8E9F;
	border-bottom-color: #1F8E9F;
}

@keyframes cpFaqReveal {
	from { opacity: 0; transform: translateY(-4px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* Mobile ---------------------------------------------------------- */
@media (max-width: 768px) {
	.cp-requirements {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.cp-requirements__list {
		grid-template-columns: 1fr;
		gap: 1rem;
		margin-top: 2.5rem;
	}

	.cp-requirements__item:last-child {
		grid-column: 1;
	}

	.cp-requirements__item {
		padding: 1.5rem 1.25rem;
		gap: 1.125rem;
	}

	.cp-requirements__icon {
		width: 44px;
		height: 44px;
	}

	.cp-requirements__body h3 {
		font-size: 1.125rem;
	}

	.cp-faq {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.cp-faq__groups {
		gap: 2rem;
		margin-top: 2.5rem;
	}

	.cp-faq__group {
		padding: 2rem 1.5rem 1rem;
	}

	.cp-faq__question {
		font-size: 0.9375rem;
		gap: 1rem;
		padding: 1rem 0.125rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cp-requirements__item {
		transition: none;
	}

	.cp-requirements__item:hover {
		transform: none;
	}

	.cp-faq__answer {
		animation: none;
	}

	.cp-faq__question::after {
		transition: none;
	}
}
