/* static/css/layout.css */
/* ============================================================================
   КОНТЕЙНЕРЫ И СЕТКИ
   ============================================================================ */
.container,
.hero-section .container,
.obd-content,
.codes-container,
.code-detail,
.services .container,
.footer-content,
.search-container,
.quick-categories-wrapper,
.stats-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}