.hazte-socio-hero-section {
	position: relative;
	width: 100%;
	min-height: 60vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	padding-top: 120px;
	padding-bottom: 80px;
}

.hazte-socio-hero-overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.hazte-socio-hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
}

.hazte-socio-hero-title {
	color: #FFFFFF;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1rem 0;
}

.hazte-socio-hero-subtitle {
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: normal;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.hazte-socio-hero-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	background-color: #0070c1;
	color: #f0f8ff;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	width: fit-content;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	margin-top: 1.5rem;
}

.hazte-socio-hero-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	color: #f0f8ff;
}

.hazte-socio-hero-button svg {
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.hazte-socio-hero-title {
		font-size: 3rem;
	}
	.hazte-socio-hero-subtitle {
		font-size: 1.125rem;
	}
}

@media (min-width: 1024px) {
	.hazte-socio-hero-title {
		font-size: 3.75rem;
	}
}

body.single-hazte_socio .site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

body.single-hazte_socio .header-nav .nav-link,
body.single-hazte_socio .header-nav .nav-link svg,
body.single-hazte_socio .action-button-secondary,
body.single-hazte_socio .action-button-primary,
body.single-hazte_socio .mobile-menu-icon,
body.single-hazte_socio .mobile-menu-icon svg,
body.single-hazte_socio .mobile-menu-icon svg path {
	color: #FFFFFF !important;
	fill: #FFFFFF !important;
	stroke: #FFFFFF !important;
}

body.single-hazte_socio .action-button-primary {
	background-color: #2563eb !important;
	border-color: #2563eb !important;
}

body.single-hazte_socio .action-button-secondary {
	border-color: #FFFFFF !important;
	background-color: transparent !important;
}

body.single-hazte_socio .search-button svg path {
	stroke: #FFFFFF !important;
}

body.single-hazte_socio .header-logo img {
	filter: brightness(0) invert(1);
}

body.single-hazte_socio.has-hero .site-header {
	background-color: transparent !important;
}

@media (max-width: 768px) {
	.hazte-socio-hero-section {
		min-height: 50vh;
		padding-top: 100px;
		padding-bottom: 60px;
	}
	
	.hazte-socio-hero-title {
		font-size: 1.875rem;
	}
}
