.rkr-reference-cta {
	position: relative;
	overflow: hidden;
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}

.rkr-reference-cta__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.72;
	filter: saturate(0.95) contrast(1.04);
	pointer-events: none;
	user-select: none;
}

.rkr-reference-cta[data-rkr-cta="approach"] .rkr-reference-cta__image {
	object-position: center;
}

.rkr-reference-cta[data-rkr-cta="events"] .rkr-reference-cta__image {
	object-position: center bottom;
}

.rkr-reference-cta::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(90deg, rgba(105, 14, 25, 0.22), rgba(105, 14, 25, 0.1)),
		rgba(105, 14, 25, 0.02);
	pointer-events: none;
}

.rkr-reference-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 72rem;
	margin: 0 auto;
	padding: 5rem 1.5rem;
	text-align: center;
}

.rkr-reference-cta__title,
.rkr-manual-contact__title {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: 0;
}

.rkr-reference-cta__title {
	max-width: 48rem;
	margin: 0 auto;
	font-size: clamp(2rem, 4vw, 2.75rem);
	color: #fff;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.rkr-reference-cta__copy {
	max-width: 36rem;
	margin: 1rem auto 0;
	font-size: 1.125rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.26);
}

.rkr-reference-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	margin-top: 2rem;
	padding: 0.75rem 1.35rem;
	border-radius: 0.25rem;
	background: #050505;
	color: #fff;
	font-family: "Source Sans 3", system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease;
}

.rkr-reference-cta__button:hover,
.rkr-reference-cta__button:focus {
	background: rgba(5, 5, 5, 0.9);
	color: #fff;
}

.rkr-reference-cta__button:active {
	transform: scale(0.97);
}

.rkr-reference-cta__arrow {
	margin-left: 0.35rem;
}

.rkr-manual-contact {
	background:
		linear-gradient(180deg, hsl(var(--muted) / 0.48), #fff 52%),
		#fff;
}

.rkr-manual-contact__inner {
	max-width: 72rem;
	margin: 0 auto;
	padding: 4.5rem 1.5rem 5.5rem;
	text-align: center;
}

.rkr-manual-contact__eyebrow {
	margin-bottom: 0.85rem;
	color: hsl(var(--primary));
	font-family: "Source Sans 3", system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.rkr-manual-contact__title {
	max-width: 56rem;
	margin: 0 auto;
	color: hsl(var(--foreground));
	font-size: clamp(2rem, 4.4vw, 3.4rem);
}

.rkr-manual-contact__accent {
	color: hsl(var(--primary));
}

.rkr-manual-contact__copy {
	max-width: 45rem;
	margin: 1.4rem auto 0;
	color: hsl(var(--muted-foreground));
	font-size: 1.125rem;
	line-height: 1.7;
}

.rkr-manual-contact__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	max-width: 46rem;
	margin: 2.5rem auto 0;
}

.rkr-manual-contact__option {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 9.5rem;
	padding: 1.4rem;
	border: 1px solid hsl(var(--border));
	border-radius: var(--radius);
	background: #fff;
	color: hsl(var(--foreground));
	text-decoration: none;
	box-shadow: 0 18px 45px rgba(24, 28, 34, 0.08);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rkr-manual-contact__option:hover,
.rkr-manual-contact__option:focus {
	border-color: hsl(var(--primary) / 0.35);
	color: hsl(var(--foreground));
	box-shadow: 0 22px 55px rgba(24, 28, 34, 0.12);
	transform: translateY(-2px);
}

.rkr-manual-contact__label {
	color: hsl(var(--primary));
	font-family: "Source Sans 3", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.rkr-manual-contact__value {
	margin-top: 0.65rem;
	font-family: "Source Sans 3", system-ui, sans-serif;
	font-size: clamp(1.15rem, 3vw, 1.55rem);
	font-weight: 800;
	line-height: 1.25;
}

.rkr-manual-contact__reminder {
	max-width: 42rem;
	margin: 2.25rem auto 0;
	color: hsl(var(--foreground));
	font-family: "Source Sans 3", system-ui, sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-weight: 800;
	line-height: 1.55;
}

@media (max-width: 767px) {
	.rkr-reference-cta__inner {
		padding: 4rem 1.5rem;
	}

	.rkr-reference-cta__button {
		width: 100%;
		max-width: 22rem;
	}

	.rkr-manual-contact__inner {
		padding: 3.5rem 1.5rem 4.25rem;
	}

	.rkr-manual-contact__options {
		grid-template-columns: 1fr;
	}

	.rkr-manual-contact__option {
		min-height: 8rem;
	}
}
