/* blocks/hero-section — loads only on pages using this block. */

.section-hero {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-hero .container { position: relative; }

.section-hero .hero-content {}
.section-hero .page-title {}
.section-hero .content {}
.section-hero .site-btn {}

.section-hero .social-links {
	display: flex;
}

/* Badge overlay — Section Settings > Polygon */
.section-hero .hero-polygon {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: -86px;
	margin-top: 150px;
}

.section-hero .polygon-icon {}
.section-hero .polygon-text {}

@media (max-width: 767px) {}
