/* AI tool finder promo — editorial card, distinct from paid ads (gold) and bottom ai-analysis-card (purple fill) */
.ai-finder-promo {
    margin: 28px 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #eef1fb 100%);
    border: 2px solid #dee2e6;
    border-left: 5px solid #667eea;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.ai-finder-promo-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 38rem;
    margin: 0 auto;
    padding: 26px 28px;
    text-align: center;
}

.ai-finder-promo-lead {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
    color: #2c3e50;
    letter-spacing: -0.01em;
    text-wrap: balance;
}

.ai-finder-promo-badge {
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(102, 126, 234, 0.12);
    color: #5b4bb7;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ai-finder-promo-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    color: #5b4bb7;
}

.ai-finder-promo-copy {
    margin: 4px 0 0;
    width: 100%;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4f5d6b;
    text-wrap: pretty;
}

.ai-finder-promo-note {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.4;
    color: #7a8794;
    letter-spacing: 0.01em;
}

.ai-finder-promo-cta {
    display: inline-block;
    margin-top: 8px;
    padding: 11px 20px;
    border-radius: 8px;
    background: #667eea;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(102, 126, 234, 0.28);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ai-finder-promo-cta:hover {
    background: #5a6fd6;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(102, 126, 234, 0.34);
    color: #fff;
}

@media (max-width: 640px) {
    .ai-finder-promo-inner {
        max-width: none;
        padding: 22px 18px;
    }

    .ai-finder-promo-lead {
        font-size: 1.2rem;
    }

    .ai-finder-promo-title {
        font-size: 1rem;
    }

    .ai-finder-promo-copy {
        font-size: 0.92rem;
    }
}
