/* ═══════════════════════════════════════════════════════════
   SEO Advanced Programmatic — V3 Styles
   ═══════════════════════════════════════════════════════════ */

/* ── Page Signature ──────────────────────────────────────── */

.seo-adv-signature {
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #f8f9fb 0%, #eef1f5 100%);
    border-radius: 10px;
    border-left: 4px solid #4f46e5;
}

.seo-adv-signature__intro {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #1e293b;
    margin: 0 0 0.75rem;
}

.seo-adv-signature__angle-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #4f46e5;
    background: rgba(79, 70, 229, 0.08);
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

.seo-adv-signature__exclusives {
    margin-top: 0.75rem;
}

.seo-adv-signature__exclusive {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #475569;
    margin: 0.4rem 0;
    padding-left: 1rem;
    border-left: 2px solid #c7d2fe;
}

.seo-adv-signature__diffs {
    margin-top: 0.75rem;
}

.seo-adv-signature__diff-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.seo-adv-signature__diff-list li {
    font-size: 0.82rem;
    color: #334155;
    background: #fff;
    padding: 0.3rem 0.7rem;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

/* ── Natural Content ─────────────────────────────────────── */

.seo-adv-natural {
    margin: 1.5rem 0;
}

.seo-adv-natural__section {
    margin-bottom: 1.25rem;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.seo-adv-natural__section--price  { border-left: 3px solid #059669; }
.seo-adv-natural__section--market { border-left: 3px solid #2563eb; }
.seo-adv-natural__section--trust  { border-left: 3px solid #7c3aed; }
.seo-adv-natural__section--comparison  { border-left: 3px solid #d97706; }
.seo-adv-natural__section--seasonal    { border-left: 3px solid #0891b2; }

.seo-adv-natural__heading {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.5rem;
}

.seo-adv-natural__text {
    font-size: 0.93rem;
    line-height: 1.65;
    color: #475569;
    margin: 0;
}

/* ── AEO Responses ───────────────────────────────────────── */

.seo-adv-aeo {
    margin: 1.5rem 0;
}

.seo-adv-aeo__facts {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
}

.seo-adv-aeo__facts-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.75rem;
}

.seo-adv-aeo__facts-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}

.seo-adv-aeo__fact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #f8fafc;
    border-radius: 6px;
}

.seo-adv-aeo__fact-label {
    font-size: 0.78rem;
    color: #64748b;
    flex: 1;
}

.seo-adv-aeo__fact-value {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.seo-adv-aeo__fact-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.7rem;
    flex-shrink: 0;
}

.seo-adv-aeo__fact-icon--users  { background: #dbeafe; color: #2563eb; }
.seo-adv-aeo__fact-icon--euro   { background: #d1fae5; color: #059669; }
.seo-adv-aeo__fact-icon--range  { background: #fef3c7; color: #d97706; }
.seo-adv-aeo__fact-icon--star   { background: #fde68a; color: #b45309; }
.seo-adv-aeo__fact-icon--shield { background: #ede9fe; color: #7c3aed; }
.seo-adv-aeo__fact-icon--phone  { background: #cffafe; color: #0891b2; }
.seo-adv-aeo__fact-icon--map    { background: #fee2e2; color: #dc2626; }
.seo-adv-aeo__fact-icon--info   { background: #f1f5f9; color: #475569; }

.seo-adv-aeo__fact-icon--users::before  { content: '👥'; }
.seo-adv-aeo__fact-icon--euro::before   { content: '€'; }
.seo-adv-aeo__fact-icon--range::before  { content: '↔'; }
.seo-adv-aeo__fact-icon--star::before   { content: '★'; }
.seo-adv-aeo__fact-icon--shield::before { content: '✓'; }
.seo-adv-aeo__fact-icon--phone::before  { content: '📞'; }
.seo-adv-aeo__fact-icon--map::before    { content: '📍'; }
.seo-adv-aeo__fact-icon--info::before   { content: 'ℹ'; }

.seo-adv-aeo__answer {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
}

.seo-adv-aeo__answer p {
    font-size: 0.93rem;
    line-height: 1.55;
    color: #166534;
    margin: 0;
}

/* ── Quality Indicator ───────────────────────────────────── */

.seo-adv-quality {
    margin: 1rem 0;
}

.seo-adv-quality__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.seo-adv-quality__badge--excellent {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #065f46;
}

.seo-adv-quality__badge--good {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
}

.seo-adv-quality__icon {
    font-size: 0.9rem;
}

.seo-adv-quality__breakdown {
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.4rem;
}

.seo-adv-quality__meter {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.seo-adv-quality__meter-label {
    font-size: 0.72rem;
    color: #64748b;
    width: 70px;
    flex-shrink: 0;
}

.seo-adv-quality__meter-bar {
    flex: 1;
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
}

.seo-adv-quality__meter-fill {
    height: 100%;
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
    border-radius: 2px;
    transition: width 0.3s ease;
}

/* ── Responsive ──────────────────────────────────────────── */

@media (max-width: 640px) {
    .seo-adv-signature {
        padding: 1rem;
    }
    .seo-adv-aeo__facts-list {
        grid-template-columns: 1fr;
    }
    .seo-adv-quality__breakdown {
        grid-template-columns: 1fr 1fr;
    }
    .seo-adv-signature__diff-list {
        flex-direction: column;
    }
}
