/* ==========================================================================
   Kullanım Şartları Sayfası Modüler Stilleri (assets/css/pages/terms.css)
   ========================================================================== */

/* Kompakt Kullanım Şartları Hero Kartı (Kompakt İnce Görünüm) */
.gd-terms-hero-compact {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 14px 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.gd-terms-hero-compact .gd-page-header-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #e0f2fe;
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gd-terms-hero-compact .gd-page-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.gd-terms-hero-compact .gd-page-subtitle {
    font-size: 12.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* 8px Tam Sayfa Kapsayıcı — site.css .gd-page-body ana omurgasına bağlı */

.gd-terms-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gd-terms-dates {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
    margin-bottom: 25px;
    display: flex;
    gap: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f5f9;
    flex-wrap: wrap;
}

.gd-terms-date-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.gd-terms-content {
    color: #475569;
    line-height: 1.8;
    font-size: 0.95rem;
}

.gd-terms-section {
    margin-bottom: 30px;
}

.gd-terms-section-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 8px;
}

.gd-terms-list {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.gd-terms-list li {
    margin-bottom: 8px;
}

.gd-terms-notice {
    background: #fff7ed;
    border-left: 4px solid #f97316;
    padding: 20px;
    border-radius: 12px;
    margin: 24px 0;
    font-weight: 500;
    color: #9a3412;
}

.gd-terms-footer-note {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.gd-terms-footer-note p {
    font-size: 14.5px;
    color: #475569;
    margin: 0;
}

.gd-terms-link {
    color: #4f46e5;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.15s ease;
}

.gd-terms-link:hover {
    color: #3730a3;
}

@media (max-width: 991px) {
    .gd-terms-panel {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .gd-terms-panel {
        padding: 16px;
    }
}
