.rl-page {
	background: #ffffff;
	color: var(--primary-blue);
	overflow: hidden;
}

.rl-page p {
	color: rgba(13, 45, 69, 0.78);
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 16px;
}

.rl-page h1,
.rl-page h2,
.rl-page h3 {
	color: var(--primary-blue);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 16px;
}

.rl-page h1 {
	font-size: clamp(38px, 5vw, 64px);
	letter-spacing: -1.4px;
}

.rl-page h2 {
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: -0.8px;
}

.rl-page h3 {
	font-size: 21px;
	letter-spacing: -0.3px;
}

.rl-hero {
	position: relative;
	padding: 95px 0 85px;
	background:
		radial-gradient(circle at top right, rgba(255, 105, 97, 0.14), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, var(--background-light) 100%);
}

.rl-hero::after {
	content: "";
	position: absolute;
	right: -120px;
	bottom: -150px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: rgba(255, 105, 97, 0.12);
}

.rl-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 50px;
	align-items: center;
}

.rl-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 18px;
	border-radius: 40px;
	background: rgba(255, 105, 97, 0.12);
	color: var(--dark-pink);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 22px;
}

.rl-eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dark-pink);
}

.rl-hero__actions,
.rl-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.rl-hero__actions .btn,
.rl-cta__actions .btn {
	width: auto;
	min-width: 210px;
	min-height: 52px;
	padding: 13px 24px;
	font-weight: 700;
}

.rl-hero__visual {
	display: flex;
	justify-content: flex-end;
}

.rl-hero-card {
	width: 100%;
	max-width: 430px;
	padding: 34px;
	border-radius: 32px;
	background: var(--primary-blue);
	box-shadow: 0 24px 60px var(--shadow-strong);
	display: grid;
	gap: 16px;
}

.rl-hero-card span {
	display: flex;
	align-items: center;
	min-height: 64px;
	padding: 18px 20px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-weight: 700;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.rl-hero-card span:nth-child(even) {
	background: rgba(255, 105, 97, 0.18);
}

.rl-section {
	padding: 82px 0;
}

.rl-section--soft {
	background: var(--background-light);
}

.rl-section-heading {
	max-width: 860px;
	margin-bottom: 34px;
}

.rl-section-heading p {
	margin-bottom: 0;
}

.rl-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.rl-info-card,
.rl-role-card,
.rl-support-card,
.rl-faq__item {
	background: #ffffff;
	border-radius: 26px;
	padding: 30px;
	box-shadow: 0 14px 40px var(--shadow-light);
	border: 1px solid rgba(13, 45, 69, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rl-info-card:hover,
.rl-role-card:hover,
.rl-support-card:hover,
.rl-faq__item:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.11);
}

.rl-info-card h2 {
	font-size: clamp(24px, 2vw, 31px);
}

.rl-text-link {
	display: inline-flex;
	color: var(--dark-pink);
	font-weight: 700;
	border-bottom: 1px solid var(--dark-pink);
	padding-bottom: 4px;
	transition: color 0.25s ease, border-color 0.25s ease;
}

.rl-text-link:hover {
	color: var(--primary-blue);
	border-color: var(--primary-blue);
}

.rl-content-box {
	/* max-width: 960px; */
	padding: 42px;
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 14px 42px var(--shadow-light);
	border-left: 6px solid var(--dark-pink);
}

.rl-role-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.rl-role-card {
	position: relative;
	overflow: hidden;
}

.rl-role-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: var(--dark-pink);
}

.rl-role-card p,
.rl-support-card p {
	margin-bottom: 0;
}

.rl-support-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.rl-support-card h3 {
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(13, 45, 69, 0.11);
	margin-bottom: 16px;
}

.rl-split-box {
	padding: 44px;
	border-radius: 34px;
	background:
		linear-gradient(135deg, rgba(13, 45, 69, 0.04), rgba(255, 105, 97, 0.08)),
		#ffffff;
	box-shadow: 0 16px 46px var(--shadow-light);
	border: 1px solid rgba(13, 45, 69, 0.07);
}

.rl-section--dark {
	background: var(--primary-blue);
}

.rl-dark-content {
	max-width: 950px;
}

.rl-dark-content h2,
.rl-dark-content p {
	color: #ffffff;
}

.rl-dark-content p {
	opacity: 0.87;
}

.rl-dark-link {
	display: inline-flex;
	color: #ffffff;
	font-weight: 700;
	border-bottom: 1px solid rgba(255, 255, 255, 0.65);
	padding-bottom: 4px;
	margin-top: 6px;
	transition: color 0.25s ease, border-color 0.25s ease;
}

.rl-dark-link:hover {
	color: var(--dark-pink);
	border-color: var(--dark-pink);
}

.rl-why-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
	gap: 36px;
	align-items: start;
}

.rl-why-content {
	max-width: 760px;
}

.rl-why-points {
	display: grid;
	gap: 14px;
}

.rl-why-points span {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 20px;
	border-radius: 20px;
	background: var(--background-light);
	color: var(--primary-blue);
	font-weight: 700;
	box-shadow: 0 10px 28px var(--shadow-light);
}

.rl-why-points span::before {
	content: "";
	width: 9px;
	height: 9px;
	min-width: 9px;
	border-radius: 50%;
	background: var(--dark-pink);
}

.rl-industries-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.rl-industry-link {
	display: flex;
	align-items: center;
	min-height: 74px;
	padding: 20px 22px;
	border-radius: 22px;
	background: #ffffff;
	color: var(--primary-blue);
	font-weight: 700;
	box-shadow: 0 12px 34px var(--shadow-light);
	border: 1px solid rgba(13, 45, 69, 0.07);
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.rl-industry-link:hover {
	background: var(--primary-blue);
	color: #ffffff;
	transform: translateY(-3px);
}

.rl-cta {
	padding: 85px 0;
	background:
		radial-gradient(circle at left top, rgba(255, 105, 97, 0.16), transparent 32%),
		linear-gradient(135deg, var(--background-light), #ffffff);
}

.rl-cta__box {
	padding: 52px;
	border-radius: 36px;
	background: #ffffff;
	text-align: center;
	box-shadow: 0 20px 58px var(--shadow-light);
	border: 1px solid rgba(13, 45, 69, 0.07);
}

.rl-cta__box p {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.rl-cta__actions {
	justify-content: center;
}

.rl-faq {
	padding: 82px 0;
	background: #ffffff;
}

.rl-faq__title {
	text-align: center;
	margin-bottom: 34px;
}

.rl-faq__list {
	display: grid;
	gap: 16px;
	max-width: 950px;
	margin: 0 auto;
}

.rl-faq__item {
	padding: 0;
	overflow: hidden;
}

.rl-faq__item summary {
	list-style: none;
}

.rl-faq__item summary::-webkit-details-marker {
	display: none;
}

.rl-faq__question {
	position: relative;
	cursor: pointer;
	padding: 24px 64px 24px 28px;
	color: var(--primary-blue);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}

.rl-faq__question::after {
	content: "+";
	position: absolute;
	right: 26px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 105, 97, 0.12);
	color: var(--dark-pink);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
}

.rl-faq__item[open] .rl-faq__question::after {
	content: "-";
	background: var(--dark-pink);
	color: #ffffff;
}

.rl-faq__answer {
	padding: 0 28px 26px;
	margin-bottom: 0 !important;
}

/* Responsive */
@media screen and (max-width: 1199px) {
	.rl-role-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media screen and (max-width: 991px) {
	.rl-hero {
		padding: 75px 0 65px;
	}

	.rl-hero__grid,
	.rl-why-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.rl-hero__visual {
		justify-content: flex-start;
	}

	.rl-hero-card {
		max-width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rl-info-grid,
	.rl-industries-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rl-section,
	.rl-faq {
		padding: 65px 0;
	}
}

@media screen and (max-width: 768px) {
	.rl-page p {
		font-size: 15.5px;
		line-height: 1.7;
	}

	.rl-hero {
		padding: 60px 0 55px;
	}

	.rl-hero__actions,
	.rl-cta__actions {
		flex-direction: column;
	}

	.rl-hero__actions .btn,
	.rl-cta__actions .btn {
		width: 100% !important;
		min-width: 100%;
	}

	.rl-hero-card {
		grid-template-columns: 1fr;
		padding: 24px;
		border-radius: 26px;
	}

	.rl-info-grid,
	.rl-role-grid,
	.rl-support-grid,
	.rl-industries-grid {
		grid-template-columns: 1fr;
	}

	.rl-info-card,
	.rl-role-card,
	.rl-support-card,
	.rl-content-box,
	.rl-split-box,
	.rl-cta__box {
		padding: 24px;
		border-radius: 24px;
	}

	.rl-section,
	.rl-faq {
		padding: 55px 0;
	}

	.rl-section-heading {
		margin-bottom: 26px;
	}

	.rl-industry-link {
		min-height: 64px;
	}

	.rl-faq__question {
		padding: 22px 58px 22px 22px;
		font-size: 17px;
	}

	.rl-faq__answer {
		padding: 0 22px 24px;
	}
}

@media screen and (max-width: 480px) {
	.rl-page h1 {
		font-size: 34px;
	}

	.rl-page h2 {
		font-size: 26px;
	}

	.rl-page h3 {
		font-size: 19px;
	}

	.rl-hero-card span {
		min-height: 56px;
		padding: 15px 16px;
	}

	.rl-info-card,
	.rl-role-card,
	.rl-support-card,
	.rl-content-box,
	.rl-split-box,
	.rl-cta__box {
		padding: 22px;
	}

	.rl-eyebrow {
		font-size: 13px;
		padding: 8px 15px;
	}

	.rl-why-points span {
		padding: 16px;
		font-size: 15px;
	}

	.rl-faq__question {
		font-size: 16px;
	}
}