/* AkaVoice Lite — Admin Styles */

.akv-wrap { max-width: 900px; }
.akv-wrap h1 { display: flex; align-items: center; gap: 10px; }
.akv-wrap h1 .dashicons { font-size: 28px; width: 28px; height: 28px; color: #8B5CF6; }

/* Stats grid */
.akv-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 24px 0;
}
.akv-stat-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.akv-stat-number {
    font-size: 38px;
    font-weight: 700;
    color: #1d2327;
    line-height: 1.1;
}
.akv-stat-label {
    font-size: 13px;
    color: #646970;
    margin-top: 6px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.akv-stat-sub {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}
.akv-card-green { border-color: #00a32a; background: #f0fff4; }
.akv-card-green .akv-stat-number { color: #00a32a; }
.akv-card-gray { background: #f9f9f9; }

/* Notices */
.akv-notice {
    padding: 14px 18px;
    border-radius: 6px;
    margin: 16px 0;
    display: flex;
    align-items: center;
}
.akv-notice-warning {
    background: #fff8e5;
    border-left: 4px solid #f0b429;
    color: #6b4c00;
}

/* Actions */
.akv-actions {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 20px;
}
.akv-actions h2 { margin-top: 0; }
.akv-actions .button { margin-right: 10px; }
.akv-spinner { vertical-align: middle; float: none; margin: 0 8px; }
#akv-action-result {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 5px;
    display: none;
    font-size: 13px;
}
#akv-action-result.akv-ok  { background: #f0fff4; color: #166534; border: 1px solid #bbf7d0; }
#akv-action-result.akv-err { background: #fff5f5; color: #991b1b; border: 1px solid #fecaca; }

/* Info box */
.akv-info-box {
    background: #f0f6fc;
    border: 1px solid #c3dafe;
    border-radius: 10px;
    padding: 20px 24px;
}
.akv-info-box h3 { margin-top: 0; color: #1e40af; }
.akv-info-box ol { margin: 0; padding-left: 20px; }
.akv-info-box li { margin-bottom: 8px; color: #374151; }

/* Help box */
.akv-help-box {
    background: #f0f6fc;
    border: 1px solid #c3dafe;
    border-radius: 6px;
    padding: 14px 18px;
    margin: 12px 0 20px;
    font-size: 13px;
    color: #1e3a5f;
}
.akv-help-box strong { display: block; margin-bottom: 6px; font-size: 13px; }
.akv-help-box a { color: #1d6fa5; }

/* Settings sections */
.akv-settings-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 20px;
}
.akv-settings-section h2 {
    margin-top: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

/* License box */
.akv-license-box {
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 20px;
    scroll-margin-top: 60px; /* offset sotto la admin bar quando si arriva con #anchor */
}
.akv-license-active {
    background: #f0fff4;
    border: 2px solid #00a32a;
}
.akv-license-free {
    background: #fafafa;
    border: 2px solid #ddd;
}
.akv-license-box h2 { margin-top: 0; }

/* v2.3.5: highlight momentaneo quando si arriva con #akv-license-active */
.akv-license-box:target {
    animation: akv-license-flash 1.6s ease-out 1;
}
@keyframes akv-license-flash {
    0%   { box-shadow: 0 0 0 0 rgba(0, 163, 42, .55); }
    40%  { box-shadow: 0 0 0 12px rgba(0, 163, 42, .18); }
    100% { box-shadow: 0 0 0 0 rgba(0, 163, 42, 0); }
}

/* Progress bar */
.akv-progress-bar {
    background: #e5e7eb;
    border-radius: 999px;
    height: 10px;
    margin: 10px 0;
    overflow: hidden;
}
.akv-progress-fill {
    background: linear-gradient(90deg, #8B5CF6, #6366F1);
    height: 100%;
    border-radius: 999px;
    transition: width 0.4s ease;
}

/* License result */
#akv-license-result {
    margin-top: 14px;
    padding: 10px 14px;
    border-radius: 5px;
    display: none;
    font-size: 13px;
}
#akv-license-result.akv-ok  { background: #f0fff4; color: #166534; border: 1px solid #bbf7d0; }
#akv-license-result.akv-err { background: #fff5f5; color: #991b1b; border: 1px solid #fecaca; }

/* ── Onboarding ──────────────────────────────────────────────────────────── */
.akv-onboarding-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 32px;
    margin-top: 16px;
}
.akv-onboarding-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
}
.akv-onboarding-icon { font-size: 48px; line-height: 1; }
.akv-onboarding-header h2 { margin: 0 0 8px; font-size: 22px; color: #1d2327; }
.akv-onboarding-header p  { margin: 0; color: #444; font-size: 14px; line-height: 1.6; }

/* Steps */
.akv-steps { display: flex; flex-direction: column; gap: 20px; margin-bottom: 28px; }
.akv-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}
.akv-step-num {
    flex-shrink: 0;
    width: 36px; height: 36px;
    background: #8B5CF6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}
.akv-step-body { flex: 1; }
.akv-step-body strong { display: block; font-size: 15px; margin-bottom: 6px; color: #1d2327; }
.akv-step-body p { margin: 0 0 12px; color: #555; font-size: 13px; line-height: 1.6; }
.akv-step-body .button { margin-right: 10px; }
.akv-step-note { font-size: 12px; color: #888; }

/* Plans table */
.akv-spreaker-plans {
    background: #f0f6fc;
    border: 1px solid #c3dafe;
    border-radius: 8px;
    padding: 18px 20px;
}
.akv-spreaker-plans strong { display: block; margin-bottom: 12px; color: #1e3a5f; }
.akv-plans-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.akv-plans-table th {
    background: #dbeafe;
    padding: 8px 12px;
    text-align: left;
    color: #1e40af;
    font-weight: 600;
}
.akv-plans-table td { padding: 8px 12px; border-bottom: 1px solid #e0edf8; }
.akv-plan-recommended { background: #eff6ff; }
.akv-plan-recommended td:first-child { color: #1d4ed8; }

/* ── Credential steps ────────────────────────────────────────────────────── */
.akv-credentials-steps { display: flex; flex-direction: column; gap: 14px; margin-top: 10px; }
.akv-cred-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    color: #333;
    line-height: 1.6;
}
.akv-cred-num {
    flex-shrink: 0;
    width: 24px; height: 24px;
    background: #1e40af;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    margin-top: 2px;
}

/* Pulsante giallo Spreaker (replica ENABLE DEVELOPER TOOLS) */
.akv-btn-spreaker-yellow {
    display: inline-block;
    background: #F5B800;
    color: #000 !important;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: background 0.15s;
}
.akv-btn-spreaker-yellow:hover { background: #e0a800; color: #000 !important; }

/* Pulsante verde/outline per "Crea nuova app" */
.akv-btn-spreaker-green {
    display: inline-block;
    background: #fff;
    color: #1d6fa5 !important;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none !important;
    border: 2px solid #1d6fa5;
    cursor: pointer;
    transition: all 0.15s;
}
.akv-btn-spreaker-green:hover { background: #1d6fa5; color: #fff !important; }

/* Link outline piccolo per "Vai ai tuoi show" */
.akv-btn-spreaker-outline {
    display: inline-block;
    background: transparent;
    color: #1d6fa5 !important;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 3px;
    text-decoration: none !important;
    border: 1px solid #1d6fa5;
    white-space: nowrap;
    transition: all 0.15s;
}
.akv-btn-spreaker-outline:hover { background: #1d6fa5; color: #fff !important; }

/* Card cliccabili */
.akv-stat-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: box-shadow 0.15s, transform 0.15s;
}
.akv-stat-card-link:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transform: translateY(-2px);
    border-color: #8B5CF6;
    text-decoration: none;
    color: inherit;
}
.akv-stat-card-link .akv-stat-sub { color: #8B5CF6; }

/* ════════════════════════════════════════════════════════════════════════
   v2.10.0 — Settings a TAB (pilota Spreaker)
   ════════════════════════════════════════════════════════════════════════ */

/* Barra delle tab */
.akv-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 20px 0 0;
    border-bottom: 2px solid #E5E7EB;
    padding: 0;
    list-style: none;
}
.akv-tab-btn {
    appearance: none;
    background: transparent;
    border: 2px solid transparent;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    padding: 9px 13px;
    font-size: 12.5px;
    font-weight: 600;
    color: #6B7280;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: -2px;
    white-space: nowrap;
    transition: color .15s, background .15s;
}
.akv-tab-btn:hover { color: #1F2937; }
.akv-tab-btn.is-active {
    color: #6D28D9;
    background: #fff;
    border-color: #E5E7EB;
    border-bottom: 2px solid #fff;
}

/* Pallino di stato dentro la tab */
.akv-tab-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #D1D5DB;
}
.akv-tab-dot.is-ok      { background: #10B981; }
.akv-tab-dot.is-fail    { background: #DC2626; }
.akv-tab-dot.is-unknown { background: #F59E0B; }
.akv-tab-dot.is-dirty   { background: #2563EB; box-shadow: 0 0 0 3px rgba(37,99,235,.18); }

/* Pannelli */
.akv-tab-panel { display: none; }
.akv-tab-panel.is-active { display: block; }

/* Banner di stato in cima a una tab */
.akv-tab-status {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 16px;
    border-radius: 8px;
    margin: 18px 0 8px;
    line-height: 1.5;
}
.akv-tab-status.is-ok {
    background: #ECFDF5; color: #065F46; border: 1px solid #A7F3D0;
}
.akv-tab-status.is-fail {
    background: #FEF2F2; color: #991B1B; border: 1px solid #FCA5A5;
}
.akv-tab-status.is-unknown {
    background: #FFFBEB; color: #92400E; border: 1px solid #FDE68A;
}
.akv-tab-status .akv-status-icon { font-size: 16px; line-height: 1; }

/* Barra di salvataggio per-tab */
.akv-tab-savebar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 22px 0 6px;
    padding-top: 16px;
    border-top: 1px solid #E5E7EB;
}
.akv-tab-savebar .akv-tab-save-feedback {
    font-size: 13px;
    font-weight: 600;
}

/* Avviso "obbligatorio — salvataggio richiesto" */
.akv-tab-required {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #DC2626;
    margin-left: auto;
}
.akv-tab-required.is-satisfied { color: #059669; }

/* v2.11.0 — Il salvataggio globale di fallback è nascosto quando il JS
   delle tab è attivo (body.akv-tabs-js-on). Resta visibile solo se il
   JavaScript non parte, così la pagina è comunque salvabile. */
.akv-global-save-fallback {
    margin-top: 24px;
    padding: 16px;
    background: #FEF9C3;
    border: 1px solid #FDE68A;
    border-radius: 8px;
}
body.akv-tabs-js-on .akv-global-save-fallback {
    display: none;
}

/* ════════════════════════════════════════════════════════════════════════
   v2.12.0 — Tab "Distribuzione" (vetrina piattaforme)
   ════════════════════════════════════════════════════════════════════════ */

/* Hero */
.akv-distrib-hero {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: linear-gradient(135deg, #1E293B 0%, #334155 100%);
    color: #F8FAFC;
    border-radius: 14px;
    padding: 24px 26px;
    margin: 20px 0 24px;
}
.akv-distrib-hero-icon {
    font-size: 38px;
    line-height: 1;
    flex-shrink: 0;
}
.akv-distrib-hero-title {
    margin: 0 0 6px;
    font-size: 19px;
    color: #fff;
}
.akv-distrib-hero-text {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.65;
    color: #CBD5E1;
    max-width: 720px;
}

/* Griglia piattaforme */
.akv-distrib-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}
.akv-distrib-card {
    display: flex;
    align-items: center;
    gap: 13px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 11px;
    padding: 15px 16px;
    transition: border-color .15s, box-shadow .15s, transform .15s;
}
.akv-distrib-card:hover {
    border-color: #94A3B8;
    box-shadow: 0 4px 14px rgba(15,23,42,.08);
    transform: translateY(-2px);
}
.akv-distrib-card-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.akv-distrib-card-icon svg {
    display: block;
    border-radius: 50%;
}
.akv-distrib-card-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.akv-distrib-card-name {
    font-size: 13.5px;
    color: #111827;
}
.akv-distrib-card-desc {
    font-size: 12px;
    color: #6B7280;
    line-height: 1.45;
}

/* Box azione */
.akv-distrib-action {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 20px 22px;
}
.akv-distrib-action-text {
    flex: 1;
    min-width: 280px;
}
.akv-distrib-action-text strong {
    font-size: 14px;
    color: #0F172A;
}
.akv-distrib-action-text p {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.6;
    color: #475569;
}
.akv-distrib-warn {
    color: #B45309 !important;
    font-weight: 600;
}
.akv-distrib-cta {
    flex-shrink: 0;
    font-weight: 600 !important;
    height: auto !important;
    padding: 10px 18px !important;
}

/* ════════════════════════════════════════════════════════════════════════
   AkaVoice LITE — Ghosting feature PRO (v1.0.5)
   Classi per mostrare le funzionalità Pro disabilitate ma visibili.
   Usato su: tab GSC (ghost completo), sezioni Azure/Google in tab AI,
   campo "finestra di attività" e opzione GSC in tab Lingua.
   ════════════════════════════════════════════════════════════════════════ */

/* Badge "PRO" piccolo accanto al titolo di una tab o sezione */
.akv-pro-badge {
    display: inline-block;
    background: #DC2626;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
    line-height: 1.4;
    text-transform: uppercase;
}

/* Variante del badge dentro il bottone-tab (un filo più piccola) */
.akv-tab-btn .akv-pro-badge {
    font-size: 8.5px;
    padding: 1px 5px;
    margin-left: 4px;
}

/* Banner informativo in cima a un pannello ghost */
.akv-pro-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #F5F3FF 0%, #EEF2FF 100%);
    border: 1px solid #C7D2FE;
    border-left: 4px solid #8B5CF6;
    border-radius: 10px;
    padding: 16px 20px;
    margin: 18px 0 22px;
}
.akv-pro-banner-icon {
    font-size: 26px;
    line-height: 1;
    flex-shrink: 0;
}
.akv-pro-banner-text {
    flex: 1;
    min-width: 240px;
}
.akv-pro-banner-text strong {
    display: block;
    font-size: 14px;
    color: #4338CA;
    margin-bottom: 3px;
}
.akv-pro-banner-text p {
    margin: 0;
    font-size: 13px;
    color: #5B21B6;
    line-height: 1.55;
}
.akv-pro-banner-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #8B5CF6, #6366F1);
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s;
    white-space: nowrap;
}
.akv-pro-banner-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(99,102,241,.35);
    color: #fff !important;
}

/* Contenitore del contenuto ghost: offuscato e non interattivo.
   I controlli interni restano VISIBILI (l'utente capisce cosa offre il Pro)
   ma sono inerti. aria-hidden + inert lato markup completano l'a11y. */
.akv-ghost-content {
    position: relative;
    opacity: 0.55;
    filter: grayscale(0.35);
    pointer-events: none;
    user-select: none;
}
/* Cattura ogni eventuale click residuo (difesa in profondità). */
.akv-ghost-content::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    cursor: not-allowed;
}

/* Lucchetto opzionale d'angolo su una singola sezione ghost */
.akv-ghost-section {
    position: relative;
}
.akv-ghost-lock {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 18px;
    opacity: 0.6;
    z-index: 6;
}

/* Pallino tab dedicato allo stato "PRO" (grigio neutro, non allarmante) */
.akv-tab-dot.is-pro {
    background: #DC2626;
}

/* ════════════════════════════════════════════════════════════════════════
   AkaVoice LITE — Queue Management (v1.0.5)
   Header riassuntivo + box categorie escluse, allineati ad AkaVoice Pro.
   ════════════════════════════════════════════════════════════════════════ */

.akv-queue-summary {
    color: #646970;
    font-size: 13px;
    margin: 6px 0 16px;
}
.akv-queue-summary strong { color: #1d2327; }

/* Box categorie escluse — sempre visibile in cima alla pagina Queue */
.akv-excluded-cats-box {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 16px;
}
.akv-excluded-cats-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.akv-excluded-cats-title {
    font-size: 13px;
}
.akv-excluded-cats-empty {
    color: #888;
    font-size: 13px;
}
.akv-excluded-cat-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FEE2E2;
    color: #991B1B;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
}
.akv-excluded-cat-chip small { opacity: .7; }
.akv-reintegrate-term-btn {
    background: none;
    border: 0;
    color: #991B1B;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 0 2px;
}
.akv-reintegrate-term-btn:hover { color: #DC2626; }
.akv-excluded-cats-actions {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.akv-excluded-cats-actions select { min-width: 220px; }
.akv-excluded-cats-help {
    margin: 8px 0 0;
    font-size: 12px;
    color: #666;
}
.akv-cat-excl-msg {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
}

/* ── Queue tab: Available articles (filtri + bulk, allineato al Pro) ──── */
.akv-queue-filter-form {
    margin-bottom: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.akv-queue-empty {
    color: #888;
    text-align: center;
    padding: 32px 0;
}
.akv-bulk-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.akv-check-all-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.akv-bulk-bar select { min-width: 180px; }
.akv-row-disabled {
    opacity: .55;
    background: #FAFAFA;
}
.akv-cat-excluded-badge {
    display: inline-block;
    margin-left: 6px;
    background: #FEE2E2;
    color: #991B1B;
    padding: 1px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}
.akv-not-eligible {
    color: #999;
    font-size: 11px;
}
.akv-row-exclude-btn { color: #991B1B; }

/* ── Queue tab: Produced — warning box deletion irreversibile ────────── */
.akv-warning-box {
    background: #FEF3C7;
    border-left: 4px solid #F59E0B;
    padding: 10px 14px;
    margin: 0 0 14px;
    font-size: 12.5px;
    color: #78350F;
    border-radius: 0 6px 6px 0;
}

/* ── Queue tab: In queue — colonna URL ───────────────────────────────── */
.akv-url-cell {
    word-break: break-all;
    font-size: 11px;
    color: #888;
}

/* ── Queue tab: Excluded — intro ─────────────────────────────────────── */
.akv-excluded-intro {
    color: #666;
    font-size: 13px;
    margin: 0 0 12px;
}

/* ── Settings a 6 tab — contenitore ──────────────────────────────────── */
.akv-tabs-wrap { margin-top: 8px; }
.akv-tab-status .akv-status-icon { font-size: 16px; line-height: 1; }


/* =============================================================
 * Admin screen styles (moved inline -> enqueued for WP.org)
 * ============================================================= */
		/* ── Reset & base ────────────────────────────────────────────── */
		.akv-dashboard { max-width: 1080px; margin-top: 20px; }
		.akv-dashboard * { box-sizing: border-box; }
		.akv-dashboard .akv-muted { color: #6b7280; }
		.akv-dashboard .akv-link { color: #6366f1; text-decoration: none; }
		.akv-dashboard .akv-link:hover { text-decoration: underline; }
		.akv-dashboard .akv-link-small { color: #6366f1; text-decoration: none; font-size: 13px; font-weight: 500; }
		.akv-dashboard .akv-link-small:hover { text-decoration: underline; }

		/* ── Hero ─────────────────────────────────────────────────────── */
		.akv-dashboard .akv-hero {
			background: linear-gradient(135deg, #8B5CF6 0%, #6366F1 100%);
			border-radius: 14px;
			padding: 28px 32px;
			color: #fff;
			margin: 0 0 24px;
			box-shadow: 0 4px 16px rgba(99, 102, 241, 0.18);
		}
		.akv-dashboard .akv-hero-content { display: flex; align-items: center; gap: 20px; }
		.akv-dashboard .akv-hero-icon {
			width: 56px; height: 56px;
			background: rgba(255,255,255,0.18);
			border-radius: 14px;
			display: flex; align-items: center; justify-content: center;
			flex-shrink: 0;
		}
		.akv-dashboard .akv-hero-icon .dashicons { font-size: 32px; width: 32px; height: 32px; color: #fff; }
		.akv-dashboard .akv-hero-text { flex: 1; min-width: 0; }
		.akv-dashboard .akv-hero-text h1 {
			margin: 0 0 6px;
			font-size: 24px;
			font-weight: 700;
			color: #fff;
			line-height: 1.2;
			padding: 0;
		}
		.akv-dashboard .akv-hero-text p {
			margin: 0;
			font-size: 14px;
			color: rgba(255,255,255,0.92);
			line-height: 1.5;
		}
		.akv-dashboard .akv-hero-badge { flex-shrink: 0; }
		.akv-dashboard .akv-badge-lite {
			display: inline-block;
			background: rgba(255,255,255,0.22);
			color: #fff;
			padding: 4px 12px;
			border-radius: 999px;
			font-size: 11px;
			font-weight: 700;
			letter-spacing: 1.5px;
		}

		/* ── Notices ─────────────────────────────────────────────────── */
		.akv-dashboard .akv-notice {
			display: flex;
			gap: 12px;
			padding: 14px 18px;
			border-radius: 10px;
			margin-bottom: 16px;
			border-left: 4px solid;
			position: relative;
		}
		.akv-dashboard .akv-notice .dashicons { flex-shrink: 0; margin-top: 2px; font-size: 18px; width: 18px; height: 18px; }
		.akv-dashboard .akv-notice-body { flex: 1; font-size: 13px; line-height: 1.6; }
		.akv-dashboard .akv-notice-body strong { display: inline-block; margin-right: 4px; }
		.akv-dashboard .akv-notice-info { background: #eff6ff; border-color: #3b82f6; color: #1e3a8a; }
		.akv-dashboard .akv-notice-info .dashicons { color: #3b82f6; }
		.akv-dashboard .akv-notice-error { background: #fef2f2; border-color: #ef4444; color: #7f1d1d; }
		.akv-dashboard .akv-notice-error .dashicons { color: #ef4444; }
		.akv-dashboard .akv-notice-progress { background: #fef3c7; border-color: #f59e0b; color: #78350f; }
		.akv-dashboard .akv-notice-dismiss {
			position: absolute; top: 8px; right: 12px;
			background: none; border: none; cursor: pointer;
			font-size: 20px; line-height: 1; color: #9ca3af; padding: 4px 8px;
		}
		.akv-dashboard .akv-notice-dismiss:hover { color: #4b5563; }
		.akv-dashboard .akv-spinner-inline {
			width: 16px; height: 16px;
			border: 2px solid #fde68a;
			border-top-color: #f59e0b;
			border-radius: 50%;
			animation: akv-spin 0.8s linear infinite;
			flex-shrink: 0; margin-top: 2px;
		}
		@keyframes akv-spin { to { transform: rotate(360deg); } }

		/* ── Onboarding box ──────────────────────────────────────────── */
		.akv-dashboard .akv-onboarding-box {
			background: #fff;
			border: 1px solid #e5e7eb;
			border-radius: 14px;
			padding: 32px;
			margin-bottom: 24px;
			box-shadow: 0 1px 4px rgba(0,0,0,0.04);
		}
		.akv-dashboard .akv-onboarding-header {
			display: flex; align-items: flex-start; gap: 20px;
			margin-bottom: 28px; padding-bottom: 24px;
			border-bottom: 1px solid #f3f4f6;
		}
		.akv-dashboard .akv-onboarding-icon-big { font-size: 48px; line-height: 1; }
		.akv-dashboard .akv-onboarding-header h2 { margin: 0 0 8px; font-size: 22px; color: #111827; }
		.akv-dashboard .akv-onboarding-header p { margin: 0; color: #4b5563; font-size: 14px; line-height: 1.6; }
		.akv-dashboard .akv-steps { display: flex; flex-direction: column; gap: 16px; }
		.akv-dashboard .akv-step {
			display: flex; align-items: flex-start; gap: 16px;
			padding: 20px;
			background: #fafafa;
			border: 1px solid #e5e7eb;
			border-radius: 10px;
			transition: all 0.2s;
		}
		.akv-dashboard .akv-step-done {
			background: #f0fdf4;
			border-color: #86efac;
		}
		.akv-dashboard .akv-step-num {
			flex-shrink: 0;
			width: 36px; height: 36px;
			background: linear-gradient(135deg, #8B5CF6, #6366F1);
			color: #fff;
			border-radius: 50%;
			display: flex; align-items: center; justify-content: center;
			font-weight: 700; font-size: 16px;
		}
		.akv-dashboard .akv-step-done .akv-step-num { background: #15803d; }
		.akv-dashboard .akv-step-body { flex: 1; min-width: 0; }
		.akv-dashboard .akv-step-body strong { display: block; font-size: 15px; margin-bottom: 6px; color: #111827; }
		.akv-dashboard .akv-step-body p { margin: 0 0 12px; color: #4b5563; font-size: 13px; line-height: 1.6; }
		.akv-dashboard .akv-step-note { display: inline-block; margin-left: 12px; font-size: 12px; color: #6b7280; }

		/* ── Stats grid ──────────────────────────────────────────────── */
		.akv-dashboard .akv-stats-grid {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 16px;
			margin-bottom: 24px;
		}
		.akv-dashboard .akv-stat-card {
			background: #fff;
			border: 1px solid #e5e7eb;
			border-radius: 12px;
			padding: 20px;
			box-shadow: 0 1px 3px rgba(0,0,0,0.04);
		}
		.akv-dashboard .akv-stat-header {
			display: flex; align-items: center; gap: 8px;
			margin-bottom: 14px;
			color: #6b7280;
			font-size: 12px;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 0.5px;
		}
		.akv-dashboard .akv-stat-header .dashicons { font-size: 16px; width: 16px; height: 16px; color: #6366F1; }
		.akv-dashboard .akv-stat-title { font-weight: 600; }
		.akv-dashboard .akv-stat-number-row { display: flex; align-items: baseline; gap: 6px; line-height: 1; }
		.akv-dashboard .akv-stat-big { font-size: 40px; font-weight: 700; color: #111827; line-height: 1; }
		.akv-dashboard .akv-stat-big-link { text-decoration: none; border-radius: 6px; transition: opacity .15s ease; }
		.akv-dashboard .akv-stat-big-link:hover .akv-stat-big { color: #6d28d9; text-decoration: underline; }
		.akv-dashboard .akv-stat-big-link:focus { outline: 2px solid #8B5CF6; outline-offset: 2px; }
		.akv-dashboard .akv-stat-divider { font-size: 24px; color: #9ca3af; }
		.akv-dashboard .akv-stat-small { font-size: 22px; color: #6b7280; font-weight: 600; }
		.akv-dashboard .akv-stat-label { font-size: 12px; color: #6b7280; margin-top: 4px; margin-bottom: 12px; }
		.akv-dashboard .akv-stat-footer { font-size: 12px; color: #4b5563; line-height: 1.5; }
		.akv-dashboard .akv-stat-footer strong { color: #111827; }
		.akv-dashboard .akv-card-warning { background: #fff7ed; border-color: #fdba74; }
		.akv-dashboard .akv-card-warning .akv-stat-big { color: #c2410c; }
		.akv-dashboard .akv-progress {
			background: #e5e7eb;
			border-radius: 999px;
			height: 8px;
			overflow: hidden;
			margin: 8px 0 10px;
		}
		.akv-dashboard .akv-progress-fill {
			height: 100%;
			background: linear-gradient(90deg, #8B5CF6, #6366F1);
			border-radius: 999px;
			transition: width 0.4s ease;
		}
		.akv-dashboard .akv-card-warning .akv-progress-fill { background: linear-gradient(90deg, #f59e0b, #d97706); }

		/* ── Actions panel ───────────────────────────────────────────── */
		.akv-dashboard .akv-actions-panel {
			background: #fff;
			border: 1px solid #e5e7eb;
			border-radius: 12px;
			padding: 22px 24px;
			margin-bottom: 24px;
			box-shadow: 0 1px 3px rgba(0,0,0,0.04);
		}
		.akv-dashboard .akv-actions-header {
			display: flex; align-items: center; justify-content: space-between;
			margin-bottom: 16px;
		}
		.akv-dashboard .akv-actions-header h2 { margin: 0; font-size: 16px; color: #111827; }
		.akv-dashboard .akv-actions-buttons {
			display: flex; flex-wrap: wrap; gap: 10px;
		}
		.akv-dashboard .akv-queue-empty-hint {
			display: flex; align-items: center; gap: 8px;
			margin-top: 14px;
			padding: 12px 16px;
			background: #fffbeb;
			border: 1px solid #fcd34d;
			border-radius: 8px;
			color: #92400e;
			font-size: 13px;
			line-height: 1.5;
		}
		.akv-dashboard .akv-queue-empty-hint .dashicons { color: #d97706; flex-shrink: 0; }
		.akv-dashboard .akv-action-result {
			margin-top: 16px;
			padding: 14px 18px;
			border-radius: 10px;
			font-size: 13px;
			line-height: 1.5;
		}
		.akv-dashboard .akv-action-result.akv-ok {
			background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0;
		}
		.akv-dashboard .akv-action-result.akv-err {
			background: #fef2f2; color: #991b1b; border: 1px solid #fecaca;
		}
		.akv-dashboard .akv-action-result.akv-info {
			background: #eff6ff; color: #1e3a8a; border: 1px solid #bfdbfe;
		}
		.akv-dashboard .akv-action-result strong { display: block; margin-bottom: 4px; }
		.akv-dashboard .akv-action-result a { color: inherit; font-weight: 600; }
		.akv-dashboard .akv-action-note {
			margin-top: 14px; padding: 10px 14px;
			border-radius: 8px; font-size: 13px;
			display: flex; align-items: center; gap: 8px;
		}
		.akv-dashboard .akv-action-note .dashicons { font-size: 16px; width: 16px; height: 16px; }
		.akv-dashboard .akv-action-note-warning {
			background: #fffbeb; color: #78350f; border: 1px solid #fde68a;
		}
		.akv-dashboard .akv-action-note-warning .dashicons { color: #d97706; }

		/* ── Progress wrap (Process next feedback) ───────────────────── */
		.akv-dashboard .akv-progress-wrap {
			margin-top: 16px;
			padding: 18px 20px;
			background: linear-gradient(135deg, #f5f3ff 0%, #eef2ff 100%);
			border: 1px solid #c7d2fe;
			border-radius: 12px;
		}
		.akv-dashboard .akv-progress-row {
			display: flex; align-items: center; justify-content: space-between;
			margin-bottom: 10px;
			font-size: 13px;
		}
		.akv-dashboard .akv-progress-label-text { font-weight: 600; color: #1e1b4b; }
		.akv-dashboard .akv-progress-pct-text { font-weight: 700; color: #8B5CF6; font-size: 14px; }
		.akv-dashboard .akv-progress-lg { height: 12px; }
		.akv-dashboard .akv-progress-sub {
			margin-top: 10px;
			font-size: 12px;
			color: #4b5563;
			line-height: 1.5;
		}
		.akv-dashboard .akv-progress-sub em { color: #1e1b4b; font-style: normal; font-weight: 500; }

		/* ── Buttons ─────────────────────────────────────────────────── */
		.akv-dashboard .akv-btn {
			display: inline-flex; align-items: center; gap: 6px;
			padding: 8px 16px;
			border-radius: 8px;
			font-size: 13px;
			font-weight: 600;
			text-decoration: none !important;
			border: 1px solid transparent;
			cursor: pointer;
			transition: all 0.15s;
			line-height: 1.4;
			white-space: nowrap;
		}
		.akv-dashboard .akv-btn .dashicons { font-size: 16px; width: 16px; height: 16px; }
		.akv-dashboard .akv-btn:disabled, .akv-dashboard .akv-btn[disabled] {
			opacity: 0.5; cursor: not-allowed;
		}
		.akv-dashboard .akv-btn-sm { padding: 5px 11px; font-size: 12px; }
		.akv-dashboard .akv-btn-lg { padding: 11px 22px; font-size: 14px; }
		.akv-dashboard .akv-btn-primary {
			background: linear-gradient(135deg, #8B5CF6, #6366F1);
			color: #fff !important;
		}
		.akv-dashboard .akv-btn-primary:hover:not(:disabled) {
			box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
			transform: translateY(-1px);
		}
		.akv-dashboard .akv-btn-secondary {
			background: #fff;
			color: #6366F1 !important;
			border-color: #c7d2fe;
		}
		.akv-dashboard .akv-btn-secondary:hover:not(:disabled) {
			background: #eef2ff;
			border-color: #6366F1;
		}
		.akv-dashboard .akv-btn-ghost {
			background: transparent;
			color: #6b7280 !important;
			border-color: #e5e7eb;
		}
		.akv-dashboard .akv-btn-ghost:hover:not(:disabled) {
			background: #f9fafb;
			border-color: #d1d5db;
		}

		/* ── Available articles preview ──────────────────────────────── */
		.akv-dashboard .akv-articles-preview {
			background: #fff;
			border: 1px solid #e5e7eb;
			border-radius: 12px;
			padding: 22px 24px;
			margin-bottom: 24px;
			box-shadow: 0 1px 3px rgba(0,0,0,0.04);
		}
		.akv-dashboard .akv-articles-header {
			display: flex; align-items: center; justify-content: space-between;
			margin-bottom: 14px;
		}
		.akv-dashboard .akv-articles-header h2 {
			margin: 0; font-size: 16px; color: #111827;
			display: flex; align-items: center; gap: 8px;
		}
		.akv-dashboard .akv-articles-header h2 .dashicons { color: #6366F1; }
		.akv-dashboard .akv-articles-count { font-size: 12px; color: #6b7280; }
		.akv-dashboard .akv-articles-list {
			list-style: none; margin: 0; padding: 0;
			border-top: 1px solid #f3f4f6;
		}
		.akv-dashboard .akv-articles-list li {
			display: flex; align-items: center; justify-content: space-between;
			padding: 12px 0;
			border-bottom: 1px solid #f3f4f6;
			gap: 16px;
		}
		.akv-dashboard .akv-articles-list li:last-child { border-bottom: none; }
		.akv-dashboard .akv-article-title {
			color: #111827; font-weight: 500; text-decoration: none;
			font-size: 14px;
			flex: 1; min-width: 0;
			overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
		}
		.akv-dashboard .akv-article-title:hover { color: #6366F1; }
		.akv-dashboard .akv-article-meta {
			font-size: 12px; color: #9ca3af; flex-shrink: 0;
		}
		.akv-dashboard .akv-articles-footer {
			margin: 12px 0 0;
			font-size: 12px;
			color: #6b7280;
			font-style: italic;
		}

		/* ── Responsive ──────────────────────────────────────────────── */
		@media (max-width: 900px) {
			.akv-dashboard .akv-stats-grid { grid-template-columns: 1fr; }
			.akv-dashboard .akv-upgrade-benefits { grid-template-columns: 1fr 1fr; }
			.akv-dashboard .akv-hero-content { flex-wrap: wrap; }
			.akv-dashboard .akv-hero-badge { order: -1; }
			.akv-dashboard .akv-modes { grid-template-columns: 1fr; }
		}
		@media (max-width: 600px) {
			.akv-dashboard .akv-upgrade-benefits { grid-template-columns: 1fr; }
			.akv-dashboard .akv-actions-buttons .akv-btn { flex: 1; justify-content: center; }
			.akv-dashboard .akv-onboarding-box, .akv-dashboard .akv-actions-panel, .akv-dashboard .akv-articles-preview, .akv-dashboard .akv-upgrade-card { padding: 20px; }
			.akv-dashboard .akv-hero { padding: 20px; }
			.akv-dashboard .akv-hero-text h1 { font-size: 20px; }
			.akv-dashboard .akv-price-amount { font-size: 24px; }
		}

		.akv-pos-card { border: 2px solid #e5e7eb; border-radius: 12px; padding: 20px 16px; text-align: center; background: #fff; transition: border-color .2s, box-shadow .2s; }
		.akv-pos-card:hover { border-color: #8B5CF6; }
		.akv-pos-active { border-color: #8B5CF6 !important; background: #faf5ff !important; box-shadow: 0 0 0 3px rgba(139,92,246,.15); }
		.akv-pos-icon  { font-size: 28px; margin-bottom: 8px; }
		.akv-pos-title { font-weight: 700; font-size: 15px; margin-bottom: 6px; }
		.akv-pos-desc  { font-size: 12px; color: #666; margin-bottom: 14px; line-height: 1.4; }
		.akv-pos-preview { background: #f8f9fa; border-radius: 8px; padding: 10px; display: flex; flex-direction: column; gap: 5px; }
		.akv-prev-text   { background: #d1d5db; height: 8px; border-radius: 4px; }
		.akv-prev-text.short { width: 60%; }
		.akv-prev-player { background: #8B5CF6; color: #fff; border-radius: 6px; padding: 6px 8px; font-size: 11px; font-weight: 600; }
		.akv-lazy-setting { margin: 24px 0 16px; padding: 20px; background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%); border: 1.5px solid #e9d5ff; border-radius: 12px; transition: border-color .2s; }
		.akv-lazy-setting:hover { border-color: #8B5CF6; }
		.akv-lazy-label { display: flex; gap: 14px; cursor: pointer; align-items: flex-start; }
		.akv-lazy-label input[type="checkbox"] { margin-top: 4px; transform: scale(1.3); accent-color: #8B5CF6; flex-shrink: 0; }
		.akv-lazy-info { flex-grow: 1; }
		.akv-lazy-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; flex-wrap: wrap; }
		.akv-lazy-title-label { font-size: 15px; font-weight: 700; color: #581c87; }
		.akv-lazy-badge { display: inline-block; padding: 2px 10px; background: #8B5CF6; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .5px; border-radius: 999px; text-transform: uppercase; }
		.akv-lazy-desc { margin: 0 0 8px 0; font-size: 13px; color: #555; line-height: 1.5; }
		.akv-lazy-benefits { margin: 0; font-size: 12px; color: #6b21a8; line-height: 1.5; background: rgba(255,255,255,.6); padding: 8px 12px; border-radius: 6px; }
		.akv-lazy-benefits strong { color: #581c87; }

/* ════════════════════════════════════════════════════════════════════════
 * ABOUT PAGE  (.akv-about)
 * Layout pulito e nativo per wp-admin. Viola del brand usato come accento
 * controllato (icone, badge, CTA), superfici a tinte tenui.
 * ════════════════════════════════════════════════════════════════════════ */

.akv-about { max-width: 960px; }

/* ── Hero ──────────────────────────────────────────────────────────────── */
.akv-about-hero {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 22px 26px;
    margin: 16px 0 22px;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.akv-about-hero-icon {
    flex-shrink: 0;
    font-size: 30px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    border-radius: 14px;
    background: linear-gradient(135deg, #8B5CF6, #6366F1);
}
.akv-about-hero-text { flex-grow: 1; }
.akv-about-hero-text h1 {
    margin: 0;
    font-size: 23px;
    line-height: 1.2;
    color: #1d2327;
    padding: 0;
}
.akv-about-hero-text p {
    margin: 4px 0 0;
    color: #646970;
    font-size: 14px;
}
.akv-about-version {
    flex-shrink: 0;
    align-self: flex-start;
    font-size: 12px;
    font-weight: 600;
    color: #6b21a8;
    background: #f3e8ff;
    border: 1px solid #e9d5ff;
    border-radius: 999px;
    padding: 4px 12px;
}

/* ── Two-column grid (what it does / external services) ────────────────── */
.akv-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

/* ── Generic card ──────────────────────────────────────────────────────── */
.akv-about-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px 26px;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.akv-about-card h2 {
    margin: 0 0 12px;
    font-size: 16px;
    color: #1d2327;
}
.akv-about-card p {
    line-height: 1.6;
    color: #4b5563;
    font-size: 13.5px;
    margin: 0 0 12px;
}
.akv-about-card p:last-child { margin-bottom: 0; }
.akv-about-muted { color: #6b7280 !important; font-size: 13px !important; }

/* ── Stat block ────────────────────────────────────────────────────────── */
.akv-about-stat {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    border: 1px solid #e9d5ff;
    border-radius: 10px;
}
.akv-about-stat-num {
    font-size: 30px;
    font-weight: 700;
    color: #581c87;
    line-height: 1;
}
.akv-about-stat-label {
    font-size: 12px;
    color: #6b21a8;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-weight: 600;
}

/* ── External services ─────────────────────────────────────────────────── */
.akv-about-service {
    border-top: 1px solid #f0f0f1;
    padding-top: 14px;
    margin-top: 14px;
}
.akv-about-service-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.akv-about-service-head strong { font-size: 14px; color: #1d2327; }
.akv-about-service-head code {
    font-size: 11.5px;
    background: #f0f0f1;
    color: #50575e;
    padding: 1px 7px;
    border-radius: 5px;
}
.akv-about-service p { font-size: 13px; margin: 0 0 6px; }
.akv-about-service-links { font-size: 12.5px; }
.akv-about-service-links span { color: #c3c4c7; margin: 0 4px; }

/* ── Pro showcase ──────────────────────────────────────────────────────── */
.akv-about-pro {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    border: 1px solid #e9d5ff;
    border-radius: 14px;
    padding: 26px 28px;
    margin-bottom: 20px;
}
.akv-about-pro-head h2 {
    margin: 8px 0 6px;
    font-size: 20px;
    color: #581c87;
}
.akv-about-pro-head p {
    margin: 0;
    max-width: 640px;
    line-height: 1.6;
    color: #4b5563;
    font-size: 13.5px;
}
.akv-about-pro-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #fff;
    background: #8B5CF6;
    border-radius: 999px;
    padding: 3px 11px;
}

/* ── Feature grid ──────────────────────────────────────────────────────── */
.akv-about-features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
    gap: 14px;
    margin: 20px 0;
}
.akv-about-feature {
    display: flex;
    gap: 12px;
    background: #fff;
    border: 1px solid #ede9fe;
    border-radius: 11px;
    padding: 16px;
    transition: transform .15s ease, box-shadow .15s ease;
}
.akv-about-feature:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(88,28,135,.12);
}
.akv-about-feature-icon {
    flex-shrink: 0;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #7c3aed;
    background: #f3e8ff;
    border-radius: 10px;
}
.akv-about-feature h3 {
    margin: 2px 0 4px;
    font-size: 14px;
    color: #1d2327;
}
.akv-about-feature p {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: #5b6470;
}

/* ── Pro CTA ───────────────────────────────────────────────────────────── */
.akv-about-pro-foot { text-align: center; margin-top: 4px; }
.akv-about-cta.button-hero.button-primary {
    background: #8B5CF6;
    border-color: #7c3aed;
    box-shadow: 0 2px 8px rgba(124,58,237,.28);
}
.akv-about-cta.button-hero.button-primary:hover {
    background: #7c3aed;
    border-color: #6d28d9;
}

/* ── Resources ─────────────────────────────────────────────────────────── */
.akv-about-resources ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}
.akv-about-resources li { font-size: 13.5px; line-height: 1.9; }

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 782px) {
    .akv-about-grid { grid-template-columns: 1fr; }
    .akv-about-hero { flex-wrap: wrap; }
}
