/* Anasayfa SEO / rehber tanıtım bloğu */
.home-title {
    text-align: center;
    margin-bottom: 2rem;
}

.home-title h1 {
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    margin-bottom: 0.5rem;
}

.home-title-sub {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.home-title-count {
    color: #6d5600;
    font-weight: 600;
}

.seo-promo {
    margin-top: 3rem;
    background: #fff;
    padding: 2.5rem;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.seo-promo-header {
    text-align: center;
    margin-bottom: 2rem;
}

.seo-promo-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    border: 1px solid #c9a227;
    color: #5c4800;
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.seo-promo-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
}

.seo-promo-header p {
    color: #666;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.seo-promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.seo-feature-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.seo-feature {
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
    border-left: 4px solid #6d5600;
}

.seo-feature--green {
    border-left-color: #10b981;
}

.seo-feature--blue {
    border-left-color: #3b82f6;
}

.seo-feature h3 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.seo-feature h3 i {
    width: 24px;
    color: #6d5600;
}

.seo-feature--green h3 i {
    color: #10b981;
}

.seo-feature--blue h3 i {
    color: #3b82f6;
}

.seo-feature p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.seo-serp {
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seo-serp-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 1rem;
    text-align: center;
}

.seo-serp-title i {
    color: #ea4335;
}

.seo-serp-preview {
    font-family: Arial, sans-serif;
    background: #fff;
    max-width: 100%;
    word-break: break-word;
}

.seo-serp-site {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.seo-serp-favicon {
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #5f6368;
}

.seo-serp-sitename {
    font-size: 14px;
    color: #202124;
    line-height: 1;
}

.seo-serp-url {
    font-size: 12px;
    color: #4d5156;
    line-height: 1;
    margin-top: 2px;
}

.seo-serp-headline {
    color: #1a0dab;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 4px;
}

.seo-serp-desc {
    color: #4d5156;
    font-size: 14px;
    line-height: 1.58;
}

.seo-serp-cta {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed #cbd5e1;
    text-align: center;
}

.seo-serp-cta a {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: #1a73e8;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .seo-promo {
        padding: 1.5rem 1rem;
    }

    .seo-promo-header h2 {
        font-size: 1.4rem;
    }
}
