/* ============================================
   SEO-AUDIT-CHECKLIST.HTML - SAYFA ÖZEL STİLLER
   Teknik SEO Kontrol Listesi
   ============================================ */

.page-seo-checklist {
    /* Sayfa özel stiller */
}

.main-content-no-padding {
    padding-top: 0 !important;
}

.check-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 50px;
}

.check-summary-card,
.check-cat-card,
.check-stat-card {
    background: var(--surface);
    border: 2px solid #1a1a1a;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 4px 4px 0px #1a1a1a;
}

.check-card-title,
.check-cat-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 16px;
    border-bottom: 2px solid #1a1a1a;
}

.check-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.check-stat-card {
    text-align: center;
    margin: 0;
    padding: 16px;
}

.check-stat-label {
    margin: 0 0 8px 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.check-stat-value {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
}

.check-cat-stats {
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.check-cat-stats li {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 12px;
    border: 2px solid #1a1a1a;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
}

.check-disclaimer {
    margin: 0 0 16px 0;
    font-size: 0.95rem;
    color: var(--text-muted);
}

.check-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.check-import-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin: 0;
}

.check-list-root {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.check-item-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.check-item {
    border: 2px solid #1a1a1a;
    border-radius: 6px;
    background: #ffffff;
}

.check-item.is-checked {
    border-left: 6px solid #0d9488;
}

.check-item-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    cursor: pointer;
}

.check-item-input {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: #0d9488;
}

.check-item-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.check-item-name {
    font-weight: 700;
    color: var(--text-main);
}

.check-item-hint {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.45;
}

.check-item-tool {
    font-weight: 700;
    color: #0d9488;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .check-stats-grid,
    .check-cat-stats {
        grid-template-columns: 1fr;
    }

    .check-actions {
        justify-content: stretch;
        flex-direction: column;
    }

    .check-actions .primary-btn,
    .check-actions .secondary-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   PASTEL NEOBRUTALISM OVERRIDE — seo-checklist
   ============================================ */

.page-seo-checklist .check-summary-card,
.page-seo-checklist .check-cat-card,
.page-seo-checklist .check-stat-card {
    border: 2px solid #1a1a1a !important;
    border-radius: 8px !important;
    box-shadow: 4px 4px 0px #1a1a1a !important;
    transition: all 0.15s ease !important;
}

.page-seo-checklist .check-summary-card:hover,
.page-seo-checklist .check-cat-card:hover,
.page-seo-checklist .check-stat-card:hover {
    transform: translate(2px, 2px) !important;
    box-shadow: 2px 2px 0px #1a1a1a !important;
}

.page-seo-checklist .check-summary-card {
    background: #e6fafa !important;
}

.page-seo-checklist .check-stat-done {
    background: #eaf4ff !important;
}

.page-seo-checklist .check-stat-total {
    background: #f3f0fe !important;
}

.page-seo-checklist .check-stat-percent {
    background: #fdfbe8 !important;
}

.page-seo-checklist .check-cat-teknik {
    background: #e6fafa !important;
}

.page-seo-checklist .check-cat-icerik {
    background: #f3f0fe !important;
}

.page-seo-checklist .check-cat-performans {
    background: #eaf4ff !important;
}

.page-seo-checklist .check-cat-guvenlik {
    background: #fff3ea !important;
}

.page-seo-checklist .check-cat-gorsel {
    background: #fdfbe8 !important;
}

.page-seo-checklist .check-cat-uluslararasi {
    background: #e6fafa !important;
}

.page-seo-checklist .check-summary-card .check-card-title {
    background: var(--pastel-mint, #b8f0ef) !important;
    padding: 12px 16px !important;
    border-radius: 6px 6px 0 0 !important;
    margin: -24px -24px 16px -24px !important;
    border-bottom: 2px solid #1a1a1a !important;
    color: #0d9488 !important;
}

.page-seo-checklist .check-title-teknik {
    color: #0d9488 !important;
}

.page-seo-checklist .check-title-icerik {
    color: #6b21a8 !important;
}

.page-seo-checklist .check-title-performans {
    color: #1e40af !important;
}

.page-seo-checklist .check-title-guvenlik {
    color: #9a3412 !important;
}

.page-seo-checklist .check-title-gorsel {
    color: #854d0e !important;
}

.page-seo-checklist .check-title-uluslararasi {
    color: #0d9488 !important;
}

.page-seo-checklist .primary-btn {
    background: var(--pastel-mint, #b8f0ef) !important;
    border: 2px solid #1a1a1a !important;
    border-radius: 8px !important;
    box-shadow: 4px 4px 0px #1a1a1a !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
}

.page-seo-checklist .primary-btn:hover {
    transform: translate(2px, 2px) !important;
    box-shadow: 2px 2px 0px #1a1a1a !important;
}

.page-seo-checklist .secondary-btn {
    border: 2px solid #1a1a1a !important;
    border-radius: 8px !important;
    box-shadow: 3px 3px 0px #1a1a1a !important;
    background: var(--pastel-lemon, #f8f0b8) !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
}

.page-seo-checklist .secondary-btn:hover {
    transform: translate(2px, 2px) !important;
    box-shadow: 1px 1px 0px #1a1a1a !important;
}

.page-seo-checklist .feature-card {
    border: 2px solid #1a1a1a !important;
    border-radius: 8px !important;
    box-shadow: 3px 3px 0px #1a1a1a !important;
    transition: all 0.15s ease !important;
}

.page-seo-checklist .feature-card:hover {
    transform: translate(2px, 2px) !important;
    box-shadow: 1px 1px 0px #1a1a1a !important;
}

.page-seo-checklist .feature-card:has(.feature-card-icon-green) {
    background: #e6fafa !important;
}

.page-seo-checklist .feature-card:has(.feature-card-icon-blue) {
    background: #eaf4ff !important;
}

.page-seo-checklist .feature-card:has(.feature-card-icon-purple) {
    background: #f3f0fe !important;
}

.page-seo-checklist .gradient-text-green {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: #166534 !important;
}

.page-seo-checklist .gradient-text-blue {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: #1e40af !important;
}

.page-seo-checklist .gradient-text-purple {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: #6b21a8 !important;
}

@media (prefers-color-scheme: dark) {
    .page-seo-checklist .check-summary-card,
    .page-seo-checklist .check-cat-card,
    .page-seo-checklist .check-stat-card,
    .page-seo-checklist .check-item,
    .page-seo-checklist .feature-card,
    .page-seo-checklist .check-cat-stats li {
        border-color: #f0ede8 !important;
        box-shadow: 4px 4px 0px #f0ede8 !important;
    }

    .page-seo-checklist .check-summary-card:hover,
    .page-seo-checklist .check-cat-card:hover,
    .page-seo-checklist .check-stat-card:hover,
    .page-seo-checklist .feature-card:hover {
        box-shadow: 2px 2px 0px #f0ede8 !important;
    }

    .page-seo-checklist .check-item {
        background: #1e1e1e !important;
        box-shadow: none !important;
    }

    .page-seo-checklist .check-summary-card,
    .page-seo-checklist .check-cat-teknik,
    .page-seo-checklist .check-cat-uluslararasi {
        background: rgba(184, 240, 239, 0.07) !important;
    }

    .page-seo-checklist .check-cat-icerik,
    .page-seo-checklist .check-stat-total {
        background: rgba(224, 212, 252, 0.07) !important;
    }

    .page-seo-checklist .check-cat-performans,
    .page-seo-checklist .check-stat-done {
        background: rgba(200, 228, 252, 0.07) !important;
    }

    .page-seo-checklist .check-cat-guvenlik {
        background: rgba(255, 214, 184, 0.08) !important;
    }

    .page-seo-checklist .check-cat-gorsel,
    .page-seo-checklist .check-stat-percent {
        background: rgba(248, 240, 184, 0.08) !important;
    }

    .page-seo-checklist .primary-btn,
    .page-seo-checklist .secondary-btn {
        border-color: #f0ede8 !important;
        box-shadow: 3px 3px 0px #f0ede8 !important;
        color: #f0ede8 !important;
    }

    .page-seo-checklist .secondary-btn {
        background: rgba(248, 240, 184, 0.15) !important;
    }

    .page-seo-checklist .feature-card:has(.feature-card-icon-green) {
        background: rgba(184, 240, 239, 0.07) !important;
    }

    .page-seo-checklist .feature-card:has(.feature-card-icon-blue) {
        background: rgba(200, 228, 252, 0.07) !important;
    }

    .page-seo-checklist .feature-card:has(.feature-card-icon-purple) {
        background: rgba(224, 212, 252, 0.07) !important;
    }

    .page-seo-checklist .gradient-text-green {
        color: #34d399 !important;
    }

    .page-seo-checklist .gradient-text-blue {
        color: #60a5fa !important;
    }

    .page-seo-checklist .gradient-text-purple {
        color: #c084fc !important;
    }
}
