/* =========================================================
   YCM About Hero widget — structural layout only.
   ========================================================= */

.ycm-about-hero {
	background-color: #fff;
	padding: 60px 0 80px;
}

.ycm-about-hero__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	display: flex;
	align-items: stretch;
	gap: 64px;
	box-sizing: border-box;
}

.ycm-about-hero__media {
	flex: 0 1 46%;
	min-width: 0;
}

.ycm-about-hero__image {
	height: 100%;
}

.ycm-about-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.ycm-about-hero__content {
	flex: 1 1 54%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* --- Breadcrumb --- */
.ycm-about-hero__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	color: #6b7280;
	margin-bottom: 18px;
}

.ycm-about-hero__crumb-home {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: inherit;
	text-decoration: none;
}

.ycm-about-hero__crumb-home:hover {
	color: #0f67fe;
}

/* --- Heading --- */
.ycm-about-hero__heading {
	font-size: 44px;
	line-height: 1.15;
	font-weight: 800;
	color: #212121;
	margin: 0 0 24px;
	max-width: 560px;
}

.ycm-about-hero__subheading {
	font-size: 17px;
	line-height: 1.6;
	color: #4b5563;
	margin: 0 0 24px;
	max-width: 620px;
}

.ycm-about-hero__divider {
	height: 1px;
	width: 100%;
	background-color: #d1d5db;
	margin-bottom: 24px;
}

.ycm-about-hero__desc {
	font-size: 16px;
	line-height: 1.6;
	color: #374151;
	max-width: 620px;
}

.ycm-about-hero__desc p {
	margin: 0 0 16px;
}

.ycm-about-hero__desc p:last-child {
	margin-bottom: 0;
}

/* --- Button (anchored to bottom) --- */
.ycm-about-hero__bottom {
	margin-top: 40px;
}

.ycm-about-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #0f67fe;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 15px 28px;
	border-radius: 8px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.ycm-about-hero__btn:hover {
	background-color: #0b53d1;
	color: #fff;
}

/* --- Responsive --- */
@media (max-width: 900px) {
	.ycm-about-hero__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
	}
	.ycm-about-hero__heading {
		font-size: 34px;
	}
	.ycm-about-hero__bottom {
		margin-top: 24px;
	}
}

@media (max-width: 560px) {
	.ycm-about-hero__heading {
		font-size: 28px;
	}
}

/* ---- Typography: title + content use Roboto ---- */
.ycm-about-hero__breadcrumb,
.ycm-about-hero__heading,
.ycm-about-hero__subheading,
.ycm-about-hero__desc,
.ycm-about-hero__btn {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
