.why-sirmax-beats {
	padding: 70px 0;
	background: #0b0b0b;
	border-top: 1px solid #2a2a2a;
	color: #f5f5f5;
	font-family: 'Inter', sans-serif;
}

.why-sirmax-beats .container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}

.why-sirmax-beats .section-title {
	margin: 0 0 0.5rem;
	font-family: 'Space Grotesk', 'Inter', sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.why-sirmax-beats .accent-text { color: #a855f7; }

.why-sirmax-beats .features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	margin: 2.5rem 0;
}

.why-sirmax-beats .feature-item {
	padding: 2rem 1.5rem;
	background: #181818;
	border: 1px solid #2a2a2a;
	border-radius: 10px;
	transition: 0.25s cubic-bezier(0.2, 0, 0, 1);
}

.why-sirmax-beats .feature-item:hover {
	background: #1e1e1e;
	border-color: #a855f7;
}

.why-sirmax-beats .feature-item i {
	display: block;
	margin-bottom: 1rem;
	color: #a855f7;
	font-size: 2rem;
	opacity: 0.8;
}

.why-sirmax-beats .feature-item h4 {
	margin: 0 0 0.4rem;
	font-size: 1rem;
	font-weight: 600;
}

.why-sirmax-beats .feature-item p {
	margin: 0;
	color: #b0b0b0;
	font-size: 0.9rem;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.why-sirmax-beats .section-title { font-size: 2rem; }
}
