/* =========================================
   قسم الواجهة الرئيسية (الهيرو)
   ========================================= */
.jtak-hero-section {
	position: relative;
	min-height: 80vh;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.jtak-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--primary-teal) 0%, var(--primary-teal-dark) 100%);
	opacity: 0.85;
	z-index: 1;
}

.jtak-hero-content {
	position: relative;
	z-index: 2;
	color: white;
}

.jtak-hero-title {
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 20px;
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
