.rct-page {
	max-width: 100%;
}

.rct-pullquote {
	margin: 1.5rem 0 2rem;
	padding: 0.25rem 0 0.25rem 1.25rem;
	border-left: 4px solid var(--primary-color);
	font-size: 1.15rem;
	line-height: 1.5;
	font-style: italic;
	color: #333;
}

.rct-icon-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.5rem;
	margin: 1.5rem 0 2rem;
	padding: 0;
	list-style: none;
}

.rct-icon-card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.rct-icon-card .rct-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: color-mix(in srgb, var(--primary-color) 12%, white);
	color: var(--primary-color);
	margin-bottom: 1rem;
}

.rct-icon-card .rct-icon svg {
	width: 24px;
	height: 24px;
}

.rct-icon-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
}

.rct-icon-card p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #555;
}

.rct-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 1.75rem;
	margin: 1.5rem 0 2rem;
	padding: 0;
	list-style: none;
}

.rct-step {
	flex: 1 1 180px;
	padding-top: 3.25rem;
	position: relative;
}

.rct-step .rct-step-num {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: var(--primary-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.1rem;
}

.rct-step h3 {
	margin: 0.15rem 0 0.4rem;
	font-size: 1rem;
}

.rct-step p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #555;
}

.rct-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin: 1rem 0 2rem;
	padding: 0;
	list-style: none;
}

.rct-pills li {
	background: color-mix(in srgb, var(--primary-color) 8%, white);
	border: 1px solid color-mix(in srgb, var(--primary-color) 22%, white);
	color: #333;
	padding: 0.45rem 0.95rem;
	border-radius: 999px;
	font-size: 0.9rem;
}

.rct-cta-box {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	background: color-mix(in srgb, var(--primary-color) 6%, white);
	border: 1px solid color-mix(in srgb, var(--primary-color) 18%, white);
	border-radius: 14px;
	padding: 1.75rem;
	margin: 1.5rem 0;
}

.rct-cta-box .rct-icon {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: var(--primary-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rct-cta-box .rct-icon svg {
	width: 28px;
	height: 28px;
}

.rct-cta-box h2 {
	margin: 0 0 0.35rem;
	font-size: 1.2rem;
}

.rct-cta-box p {
	margin: 0 0 0.75rem;
	color: #555;
}

.rct-cta-box .rct-cta-link {
	display: inline-block;
	font-weight: 600;
	color: var(--primary-color);
	text-decoration: none;
}

.rct-cta-box .rct-cta-link:hover {
	text-decoration: underline;
}

@media (max-width: 480px) {
	.rct-cta-box {
		flex-direction: column;
		align-items: flex-start;
	}
}
