/* =========================================================
   YCM Blueprint System widget — structural layout only.
   ========================================================= */

.ycm-blueprint-system {
	background-color: #fff;
	padding: 70px 0;
}

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

.ycm-blueprint-system__content {
	flex: 1 1 48%;
	min-width: 0;
}

.ycm-blueprint-system__heading {
	font-size: 44px;
	line-height: 1.15;
	font-weight: 800;
	color: #212121;
	margin: 0 0 20px;
	max-width: 460px;
}

.ycm-blueprint-system__desc {
	font-size: 16px;
	line-height: 1.6;
	color: #374151;
	max-width: 560px;
}

.ycm-blueprint-system__desc p {
	margin: 0 0 16px;
}

.ycm-blueprint-system__desc p:last-child {
	margin-bottom: 0;
}

.ycm-blueprint-system__cta {
	margin-top: 32px;
}

.ycm-blueprint-system__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-blueprint-system__btn:hover {
	background-color: #0b53d1;
	color: #fff;
}

.ycm-blueprint-system__media {
	flex: 0 1 52%;
	min-width: 0;
}

.ycm-blueprint-system__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}

/* --- Responsive --- */
@media (max-width: 900px) {
	.ycm-blueprint-system__inner {
		flex-direction: column-reverse;
		align-items: stretch;
		gap: 32px;
	}
	.ycm-blueprint-system__heading {
		font-size: 34px;
	}
}

@media (max-width: 560px) {
	.ycm-blueprint-system {
		padding: 48px 0;
	}
	.ycm-blueprint-system__heading {
		font-size: 28px;
	}
}

/* ---- Typography: title + content use Roboto ---- */
.ycm-blueprint-system__heading,
.ycm-blueprint-system__desc,
.ycm-blueprint-system__btn {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
