/* OEM - Steps */
.atw-oem-steps { padding: 2rem 0; }
.atw-oem-steps__grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 768px) { .atw-oem-steps__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .atw-oem-steps__grid { grid-template-columns: repeat(5, 1fr); } }
.atw-oem-steps__card { background: var(--atw-gray-50); padding: 1.25rem; }
.atw-oem-steps__num { font-family: var(--font-heading); font-weight: 900; font-size: 28px; color: var(--atw-gray-200); }
.atw-oem-steps__card h3 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; margin-top: 0.5rem; }
.atw-oem-steps__card p { font-size: 13px; color: var(--atw-gray-800); line-height: 1.5; }
