@charset "utf-8";

.oem_intro {
	text-align: center;
	margin-bottom: 50px;
}
.oem_intro h3 {
	font-size: 28px;
	color: #3e8c6d;
	margin-bottom: 15px;
	font-weight: 700;
}
.oem_intro p {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}

.oem_section {
	margin-bottom: 60px;
}
.oem_section_title {
	font-size: 24px;
	color: #333;
	font-weight: 700;
	margin-bottom: 25px;
	padding-bottom: 12px;
	border-bottom: 2px solid #3e8c6d;
}
.oem_section_title small {
	display: block;
	font-size: 14px;
	color: #999;
	font-weight: 400;
	margin-top: 5px;
}

.oem_feature_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.oem_feature_item {
	flex: 1 1 280px;
	padding: 30px 25px;
	background: #f8f9fa;
	border-radius: 12px;
	border: 1px solid #e9ecef;
}
.oem_feature_item h4 {
	font-size: 18px;
	color: #3e8c6d;
	margin-bottom: 12px;
	font-weight: 700;
}
.oem_feature_item p {
	font-size: 15px;
	color: #666;
	line-height: 1.7;
}

.oem_packaging_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.oem_packaging_item {
	flex: 1 1 calc(20% - 12px);
	min-width: 160px;
	padding: 25px 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	transition: border-color .2s, box-shadow .2s;
}
.oem_packaging_item:hover {
	border-color: #3e8c6d;
	box-shadow: 0 4px 12px rgba(62, 140, 109, 0.15);
}
.oem_packaging_item strong {
	display: block;
	font-size: 17px;
	color: #333;
	margin-bottom: 8px;
}
.oem_packaging_item span {
	font-size: 14px;
	color: #3e8c6d;
	font-weight: 600;
}

.oem_process_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.oem_process_list li {
	position: relative;
	padding: 12px 0 12px 24px;
	font-size: 15px;
	color: #666;
	border-bottom: 1px solid #eee;
}
.oem_process_list li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #3e8c6d;
	font-size: 20px;
	line-height: 1;
}

.oem_cta {
	text-align: center;
	padding: 40px 20px;
	background: #f0f7f4;
	border-radius: 12px;
	margin-top: 20px;
}
.oem_cta p {
	font-size: 16px;
	color: #555;
	margin-bottom: 20px;
}
.oem_cta a {
	display: inline-block;
	padding: 14px 40px;
	background: #3e8c6d;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	transition: background .2s;
}
.oem_cta a:hover {
	background: #2d6b52;
}

@media all and (max-width: 768px) {
	.oem_packaging_item {
		flex: 1 1 calc(50% - 8px);
	}
}
