/* ============================================
   ABOUT PAGE (/hakkimizda)
   ============================================ */

/* Hero offset — shared --page-hero-offset contract (replaces inline padding-top) */
.about-page-hero {
    padding-top: var(--page-hero-offset, 100px);
    padding-bottom: 60px;
}

/* Centered stats row — replaces inline max-width/margin (responsive grid lives in .system-stats) */
.about-stats {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
