/* Ortak statik içerik sayfaları */

.static-page {
    padding: 24px 0 48px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 220px);
}

.static-page > .container {
    max-width: 900px;
    width: 100%;
}

.static-page__hero {
    margin-bottom: 28px;
    text-align: center;
}

.static-page__hero-title {
    margin: 0 0 8px;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #1a202c;
}

.static-page__hero-subtitle {
    margin: 0 auto;
    max-width: 640px;
    font-size: 1rem;
    line-height: 1.6;
    color: #718096;
}

.static-page__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.static-page__section {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 32px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.static-page__section-title {
    margin: 0 0 16px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    line-height: 1.35;
}

.static-page__section-body {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #4a5568;
}

.static-page__section-body p {
    margin: 0 0 12px;
}

.static-page__section-body p:last-child {
    margin-bottom: 0;
}

.static-page__section-body ul,
.static-page__section-body ol {
    margin: 0 0 12px;
    padding-left: 1.5rem;
}

.static-page__section-body h3,
.static-page__section-body h4 {
    margin: 20px 0 10px;
    color: #2d3748;
}

.static-page__empty {
    text-align: center;
    padding: 48px 24px;
    color: #718096;
}

@media (max-width: 768px) {
    .static-page__section {
        padding: 20px 18px;
    }
}
