/* Plant News intro section - soft green gradient background */
.plant-news-page .news-intro {
	background: linear-gradient(180deg, #e8f4e8 0%, #f0f8f0 30%, #f7fbf7 70%, #fafcfa 100%) !important;
	padding: 60px 20px;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.plant-news-page .news-intro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23d4e6d4" opacity="0.2"/><circle cx="75" cy="75" r="1" fill="%23d4e6d4" opacity="0.12"/><circle cx="50" cy="10" r="0.5" fill="%23d4e6d4" opacity="0.25"/><circle cx="10" cy="60" r="0.5" fill="%23d4e6d4" opacity="0.15"/><circle cx="90" cy="40" r="0.5" fill="%23d4e6d4" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
	opacity: 0.3;
	pointer-events: none;
}

.plant-news-page .news-intro h2 {
	color: #2d5a27 !important;
	font-weight: 700;
	text-shadow: 0 1px 3px rgba(45, 90, 39, 0.1);
}

.plant-news-page .news-intro p {
	color: #5a6b5f !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.plant-news-page .news-intro .stats-container .stat-item {
	background: rgba(255, 255, 255, 0.8) !important;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(45, 90, 39, 0.1);
	box-shadow: 0 8px 32px rgba(45, 90, 39, 0.1);
}

.plant-news-page .news-intro .stat-number {
	color: #2d5a27 !important;
	font-weight: 800;
}

.plant-news-page .news-intro .stat-label {
	color: #5a6b5f !important;
	font-weight: 600;
}

/* Plant News articles section - soft green gradient background */
.plant-news-page .articles-section {
	background: linear-gradient(180deg, #e8f4e8 0%, #f0f8f0 30%, #f7fbf7 70%, #fafcfa 100%) !important;
	padding: 60px 20px;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.plant-news-page .articles-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23d4e6d4" opacity="0.2"/><circle cx="75" cy="75" r="1" fill="%23d4e6d4" opacity="0.12"/><circle cx="50" cy="10" r="0.5" fill="%23d4e6d4" opacity="0.25"/><circle cx="10" cy="60" r="0.5" fill="%23d4e6d4" opacity="0.15"/><circle cx="90" cy="40" r="0.5" fill="%23d4e6d4" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
	opacity: 0.3;
	pointer-events: none;
}

.plant-news-page .articles-section .articles-container {
	position: relative;
	z-index: 1;
}