/* ============================================================
   Cap Hero — Section 01
   Figma 265:1581 | PCB Manufacturing Services Hero
   设计基准 1280px
   ============================================================ */

.sparta-cap-hero {
	width: 100%;
	background: #fff;
}

/* ── 面包屑 ── */
.sparta-cap-hero__breadcrumb {
	background: #fff;
	padding: 12px 0;
}

.sparta-cap-hero__breadcrumb-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 39px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.sparta-cap-hero__bc-link,
.sparta-cap-hero__bc-current,
.sparta-cap-hero__bc-sep {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #054fbd;
	line-height: 20px;
}

.sparta-cap-hero__bc-link {
	font-weight: 700;
	text-decoration: none;
}

.sparta-cap-hero__bc-link:hover {
	text-decoration: underline;
}

.sparta-cap-hero__bc-current {
	font-weight: 600;
}

/* ── 主区域 ── */
.sparta-cap-hero__main {
	background: #f5f5f5;
	width: 100%;
	min-height: 509px;
}

.sparta-cap-hero__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 39px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	min-height: 509px;
}

/* ── 左侧内容 ── */
.sparta-cap-hero__content {
	flex: 0 0 auto;
	width: 53%;
	max-width: 679px;
	display: flex;
	flex-direction: column;
	gap: 27px;
	padding: 60px 0;
}

.sparta-cap-hero__title {
	font-family: 'Anton', sans-serif;
	font-size: 60px;
	line-height: 70px;
	color: #012f73;
	margin: 0;
	font-weight: 400;
}

.sparta-cap-hero__subtitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #053b8c;
	margin: 0;
}

.sparta-cap-hero__desc {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color: #043580;
	margin: 0;
	max-width: 573px;
}

.sparta-cap-hero__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #054fbd;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding: 12px 23px;
	border-radius: 5px;
	text-decoration: none;
	width: fit-content;
	transition: background 0.3s, color 0.3s;
}

.sparta-cap-hero__btn:hover {
	background: #ffd739;
	color: #054fbd;
}

/* ── 右侧图片 ── */
.sparta-cap-hero__image {
	flex-shrink: 0;
	width: 509px;
	height: 509px;
	overflow: hidden;
}

.sparta-cap-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ── 大屏 ≥1800px ── */
@media (min-width: 1800px) {
	.sparta-cap-hero__inner {
		max-width: 1600px;
	}

	.sparta-cap-hero__title {
		font-size: 72px;
		line-height: 80px;
	}

	.sparta-cap-hero__image {
		width: 580px;
		height: 580px;
	}
}

/* ── 平板 768px–1279px ── */
@media (min-width: 768px) and (max-width: 1279px) {
	.sparta-cap-hero__inner {
		padding: 0 24px;
		gap: 24px;
	}

	.sparta-cap-hero__content {
		width: auto;
		max-width: 50%;
		gap: 20px;
		padding: 40px 0;
	}

	.sparta-cap-hero__title {
		font-size: 42px;
		line-height: 52px;
	}

	.sparta-cap-hero__image {
		width: 340px;
		height: 340px;
	}
}

/* ── 手机 ≤767px ── */
@media (max-width: 767px) {
	.sparta-cap-hero__breadcrumb-inner {
		padding: 0 20px;
	}

	.sparta-cap-hero__inner {
		flex-direction: column;
		padding: 0 20px;
		min-height: auto;
		align-items: flex-start;
	}

	.sparta-cap-hero__content {
		width: 100%;
		max-width: 100%;
		padding: 32px 0 20px;
		gap: 16px;
	}

	.sparta-cap-hero__title {
		font-size: 36px;
		line-height: 44px;
	}

	.sparta-cap-hero__subtitle {
		font-size: 16px;
	}

	.sparta-cap-hero__image {
		width: 100%;
		height: 260px;
		margin-bottom: 32px;
	}
}
