.rc-hero-section {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rc-hero-container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.rc-hero-content {
	max-width: 800px;
}

.rc-hero-headline {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 24px;
}

.rc-hero-body {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	opacity: 0.9;
}

/* Tablet */
@media (max-width: 1024px) {
	.rc-hero-section {
		padding: 80px 20px;
	}

	.rc-hero-headline {
		font-size: 2.5rem;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.rc-hero-section {
		padding: 60px 20px;
	}

	.rc-hero-headline {
		font-size: 2rem;
	}
	
	.rc-hero-body {
		font-size: 1rem;
	}
}
