.earn-hero {
    position: relative;
    padding: 3rem 0 2.5rem;
    color: #fff;
    overflow: hidden;
}
.earn-hero--compact { padding: 1.5rem 0; }
.earn-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 40%, #43a047 100%);
}
.earn-hero-inner { position: relative; z-index: 1; }
.earn-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    font-weight: 700;
    opacity: 0.95;
    margin-bottom: 0.5rem;
}
.earn-hero-title { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; margin-bottom: 0.75rem; }
.earn-hero-lead { max-width: 640px; opacity: 0.92; margin-bottom: 1.25rem; }
.earn-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.earn-body { margin-top: 2.5rem; }
.earn-toolbar {
    border-radius: 1rem !important;
    margin-bottom: 1.5rem;
}
.earn-toolbar-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 38px;
}
.earn-empty { border-radius: 1rem !important; }
.earn-task-card {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #e8f5e9;
    border-radius: 1rem;
    padding: 1.25rem;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}
.earn-task-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(46,125,50,0.12);
    color: inherit;
}
.earn-task-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}
.earn-task-platform {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #2e7d32;
    background: #e8f5e9;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
}
.earn-task-reward {
    font-weight: 800;
    color: #1b5e20;
    font-size: 1.05rem;
}
.earn-task-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; }
.earn-task-desc { font-size: 0.88rem; color: #666; margin-bottom: 0.75rem; line-height: 1.45; }
.earn-task-meta {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.8rem;
    color: #777;
}
.earn-how, .earn-detail-card { border-radius: 1rem !important; }
.earn-steps { padding-left: 1.2rem; line-height: 1.7; }
.earn-detail-block {
    padding: 1rem 0;
    border-top: 1px dashed #e0e0e0;
}
.earn-detail-block:first-of-type { border-top: none; padding-top: 0; }
.earn-proof-hint { background: #f1f8e9; margin: 0 -1.5rem; padding: 1rem 1.5rem !important; border-radius: 0.75rem; border: none !important; }
.earn-reward-badge {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1b5e20;
    background: #e8f5e9;
    padding: 0.5rem 1rem;
    border-radius: 999px;
}

/* SEO içerik — üstteki görev alanı ile aynı container genişliği */
.earn-seo-section {
    width: 100%;
}
.earn-seo-intro {
    background: linear-gradient(135deg, #f1f8e9 0%, #e8f5e9 100%);
    border: 1px solid #c8e6c9;
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    margin-bottom: 1rem;
}
.earn-seo-main-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1b5e20;
    margin: 0 0 0.75rem;
    letter-spacing: -0.02em;
}
.earn-seo-main-lead {
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.7;
    margin: 0;
}
.earn-seo-main-lead strong,
.earn-seo-card strong {
    color: #1b5e20;
    font-weight: 800;
}
.earn-seo-card {
    background: #fff;
    border: 1px solid #e8f5e9;
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 18px rgba(27, 94, 32, 0.04);
}
.earn-seo-card h2 {
    font-size: 1.12rem;
    font-weight: 800;
    margin: 0 0 0.85rem;
    color: #1b5e20;
    line-height: 1.35;
}
.earn-seo-card p {
    font-size: 0.93rem;
    color: #4b5563;
    line-height: 1.75;
    margin: 0 0 0.85rem;
}
.earn-seo-card p:last-child { margin-bottom: 0; }
.earn-seo-faq {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.earn-seo-faq-item {
    border: 1px solid #e8f5e9;
    border-radius: 0.75rem;
    padding: 0.8rem 1rem;
    background: #fafdfa;
}
.earn-seo-faq-item summary {
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
    color: #1b5e20;
    line-height: 1.45;
}
.earn-seo-faq-item p {
    margin: 0.7rem 0 0;
    font-size: 0.9rem;
    color: #4b5563;
}
