/* Homepage Hero Section */

.hero {
	text-align: center;
	padding: 30px 10px;
}

.hero-title {
	font-size: 2.5rem;
	margin-bottom: 15px;
}

.hero-image img {
	border-radius: 8px;
	max-width: 100%;
	object-fit: contain;
	height: auto;
}

.hero-text {
	font-size: 1.2rem;
	margin: 15px 0;
	color: #444;
}

.hero-button {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 18px;
	background: #333;
	color: white;
	text-decoration: none;
	border-radius: 6px;
	transition: background 0.2s ease;
}

.hero-button:hover {
	background: #555;
}

/* Body content */

.homepage-body {
	margin-top: 30px;
	line-height: 1.6;
	font-size: 1.05rem;
}
