/* ============================================================
   TEMSİLCİLİKLER SAYFA ŞABLONU — Boş Sayfa
   Header container genişliğiyle (--aronya-container: 1400px) uyumlu
   ============================================================ */
.aronya-temsilcilikler-page {
    background: #f5f7f9;
    min-height: 60vh;
}
.aronya-tem-page {
    padding: 60px 0 80px;
}
.aronya-tem-page__inner {
    max-width: 1400px;        /* header ile aynı */
    margin: 0 auto;
    padding: 0 24px;          /* header padding-x ile aynı */
    box-sizing: border-box;
    width: 100%;
}
.aronya-tem-page__header {
    text-align: center;
    margin-bottom: 40px;
}
.aronya-tem-page__title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: #0f1f2c;
    margin: 0 0 16px;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    line-height: 1.2;
}
.aronya-tem-page__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(135deg, #26BECF 0%, #1A9AA8 100%);
}
.aronya-tem-page__content {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
}
.aronya-tem-page__content p { margin: 0 0 12px; }
.aronya-tem-page__content a { color: #1a9aa8; text-decoration: none; }
.aronya-tem-page__content a:hover { text-decoration: underline; }

/* Grid (kısa kod) — header padding'iyle aynı hizada */
.aronya-temsilcilikler-page .nitra-tem-wrap {
    max-width: 1400px;
    margin: 30px auto 0;
    padding: 0 24px;
    box-sizing: border-box;
    width: 100%;
}
