body.rl-app {
	background: #f3f6fb;
}

body.rl-app > main.container {
	max-width: 100% !important;
	padding: 0 !important;
}

body.rl-app .rl-app-footer {
	margin-top: 0;
}

.rl-feature-page {
	max-width: 100% !important;
	padding-top: 0 !important;
	color: #0f172a;
}

.rl-feature-wrap {
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
}

.rl-feature-hero {
	padding: 68px 0 64px;
	background: radial-gradient(circle at 12% 18%, rgba(59, 130, 246, 0.3), transparent 32%), radial-gradient(circle at 88% 12%, rgba(245, 158, 11, 0.28), transparent 28%), linear-gradient(135deg, #08111f 0%, #13294b 48%, #1e3a5f 100%);
	color: #ffffff;
}

.rl-feature-hero-grid,
.rl-feature-method-grid,
.rl-feature-faq-grid,
.rl-feature-decision {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
	gap: 48px;
	align-items: center;
}

.rl-feature-kicker {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 6px 10px;
	border: 1px solid rgba(148, 163, 184, 0.35);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #f59e0b;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rl-feature-hero h1,
.rl-feature-section h2,
.rl-feature-cta h2 {
	margin: 0;
	letter-spacing: -0.04em;
	line-height: 1.03;
}

.rl-feature-hero h1 {
	max-width: 720px;
	font-size: clamp(40px, 5.2vw, 66px);
}

.rl-feature-lead {
	max-width: 720px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.7;
}

.rl-feature-highlights {
	display: grid;
	gap: 10px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.rl-feature-highlights li {
	display: flex;
	gap: 10px;
	align-items: center;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 700;
}

.rl-feature-highlights i {
	display: inline-flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #f59e0b;
	color: #111827;
	font-size: 11px;
}

.rl-feature-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.rl-feature-actions-centered {
	justify-content: center;
}

.rl-feature-btn {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-weight: 900;
	text-decoration: none !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.rl-feature-btn:hover {
	transform: translateY(-2px);
}

.rl-feature-btn:focus-visible,
.rl-feature-related-card:focus-visible {
	outline: 3px solid #f59e0b;
	outline-offset: 3px;
}

.rl-feature-btn-primary {
	background: #f59e0b;
	color: #111827 !important;
	box-shadow: 0 14px 32px rgba(245, 158, 11, 0.25);
}

.rl-feature-btn-secondary {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
}

.rl-feature-example {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 28px;
	background: rgba(8, 17, 31, 0.64);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(14px);
}

.rl-feature-example-head {
	display: grid;
	gap: 5px;
	margin-bottom: 18px;
}

.rl-feature-example-head span {
	color: #f59e0b;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rl-feature-example-head strong {
	font-size: 20px;
}

.rl-feature-example-head small {
	color: rgba(255, 255, 255, 0.65);
}

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

.rl-feature-metric {
	display: grid;
	gap: 7px;
	min-height: 108px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.07);
}

.rl-feature-metric span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	font-weight: 800;
}

.rl-feature-metric strong {
	align-self: end;
	font-size: 15px;
	line-height: 1.35;
}

.rl-feature-metric.is-warning {
	border-color: rgba(245, 158, 11, 0.48);
}

.rl-feature-metric.is-good {
	border-color: rgba(34, 197, 94, 0.4);
}

.rl-feature-section {
	padding: 78px 0;
	background: #ffffff;
}

.rl-feature-section-muted {
	background: #f3f6fb;
}

.rl-feature-section-dark {
	background: #0b1628;
	color: #ffffff;
}

.rl-feature-section-heading {
	max-width: 760px;
	margin-bottom: 36px;
}

.rl-feature-section-heading-centered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.rl-feature-section-heading h2,
.rl-feature-decision h2,
.rl-feature-cta h2 {
	font-size: clamp(32px, 4.4vw, 50px);
}

.rl-feature-section-heading p,
.rl-feature-decision > p,
.rl-feature-cta p {
	margin: 16px 0 0;
	color: #64748b;
	font-size: 17px;
	line-height: 1.72;
}

.rl-feature-section-dark .rl-feature-section-heading p {
	color: rgba(255, 255, 255, 0.7);
}

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

.rl-feature-card {
	padding: 26px;
	border: 1px solid #e2e8f0;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.rl-feature-card h3 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 950;
}

.rl-feature-card p,
.rl-feature-steps p {
	margin: 0;
	color: #64748b;
	line-height: 1.65;
}

.rl-feature-method-grid {
	align-items: start;
}

.rl-feature-steps {
	display: grid;
	gap: 14px;
}

.rl-feature-steps article {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 14px;
	padding: 20px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.05);
}

.rl-feature-steps article > span {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: #f59e0b;
	color: #111827;
	font-weight: 950;
}

.rl-feature-steps h3 {
	margin: 0 0 7px;
	font-size: 18px;
}

.rl-feature-steps p {
	color: rgba(255, 255, 255, 0.67);
}

.rl-feature-decision {
	padding: 34px;
	border: 1px solid #dbeafe;
	border-radius: 28px;
	background: linear-gradient(135deg, #eff6ff, #fff7ed);
}

.rl-feature-decision .rl-feature-kicker {
	background: #ffffff;
}

.rl-feature-faq-grid {
	align-items: start;
}

.rl-feature-faq {
	display: grid;
	gap: 12px;
}

.rl-feature-faq details {
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.rl-feature-faq summary {
	padding: 20px;
	cursor: pointer;
	font-weight: 900;
}

.rl-feature-faq details p {
	margin: 0;
	padding: 0 20px 20px;
	color: #64748b;
	line-height: 1.65;
}

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

.rl-feature-related-card {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 3px 14px;
	align-items: center;
	padding: 24px;
	border: 1px solid #e2e8f0;
	border-radius: 22px;
	background: #ffffff;
	color: #0f172a !important;
	text-decoration: none !important;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.rl-feature-related-card i {
	grid-row: 1 / span 2;
	color: #2563eb;
	font-size: 24px;
}

.rl-feature-related-card span {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.rl-feature-related-card strong {
	font-size: 19px;
}

.rl-feature-cta {
	padding: 76px 0;
	background: radial-gradient(circle at 50% 0, rgba(37, 99, 235, 0.28), transparent 42%), #08111f;
	color: #ffffff;
	text-align: center;
}

.rl-feature-cta .rl-feature-wrap {
	max-width: 800px;
}

.rl-feature-cta p {
	color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 900px) {
	.rl-feature-hero-grid,
	.rl-feature-method-grid,
	.rl-feature-faq-grid,
	.rl-feature-decision,
	.rl-feature-card-grid {
		grid-template-columns: 1fr;
	}

	.rl-feature-example {
		max-width: 680px;
	}
}

@media (max-width: 640px) {
	body.rl-app .rl-app-header-inner {
		padding-right: 14px;
		padding-left: 14px;
	}

	body.rl-app .rl-app-nav {
		display: none;
	}

	.rl-feature-wrap {
		width: min(100% - 28px, 1120px);
	}

	.rl-feature-hero,
	.rl-feature-section,
	.rl-feature-cta {
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.rl-feature-metrics,
	.rl-feature-related {
		grid-template-columns: 1fr;
	}

	.rl-feature-actions {
		flex-direction: column;
	}

	.rl-feature-btn {
		width: 100%;
	}

	.rl-feature-decision {
		padding: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rl-feature-btn {
		transition: none;
	}
}
