.tm24-sections { padding: 24px 0; }
.tm24-section { margin-bottom: 40px; }
.tm24-section__title { font-size: 20px; font-weight: 800; color: #111827; margin-bottom: 16px; }
.tm24-section__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 768px) { .tm24-section__grid { grid-template-columns: repeat(2, 1fr); } }