.xc-local-ai-widget{border:1px solid #e4e4e7;border-radius:18px;padding:28px;margin:28px 0;background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.06)}.xc-local-ai-widget h1,.xc-local-ai-widget h2,.xc-local-ai-widget h3{margin-top:0}.xc-local-ai-widget ul{padding-left:22px}.xc-local-ai-widget li{margin:8px 0}.xc-local-ai-button{display:inline-block;padding:12px 18px;border-radius:999px;background:#111827;color:#fff;text-decoration:none;font-weight:700}.xc-local-ai-button:hover{color:#fff;opacity:.9}.xc-local-ai-score-widget{text-align:center}.xc-local-ai-score-number{font-size:60px;font-weight:800;line-height:1}.xc-local-ai-score-number span{font-size:22px;color:#71717a}.xc-local-ai-faq-item,.xc-local-ai-review{border-top:1px solid #eee;padding-top:18px;margin-top:18px}.xc-local-ai-review-note,.xc-local-ai-small-cta{font-size:.92em;color:#52525b}
.xc-local-ai-audit-form label{display:block;font-weight:700;margin-bottom:8px}.xc-local-ai-audit-row{display:flex;gap:10px;align-items:center}.xc-local-ai-audit-row input{flex:1;min-width:0;padding:13px 14px;border:1px solid #d4d4d8;border-radius:999px;font-size:16px}.xc-local-ai-audit-loading{margin-top:18px;padding:14px;border-radius:12px;background:#f4f4f5;color:#3f3f46}.xc-local-ai-audit-results{margin-top:22px}.xc-local-ai-audit-card{display:flex;gap:18px;align-items:center;border:1px solid #e4e4e7;border-radius:16px;padding:18px;background:#fafafa;margin-bottom:18px}.xc-local-ai-audit-score{width:110px;height:110px;border-radius:999px;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;flex-shrink:0}.xc-local-ai-audit-score strong{font-size:42px;line-height:1}.xc-local-ai-audit-score span{font-size:16px;opacity:.8}.xc-local-ai-audit-pitch{border:1px solid #e4e4e7;border-radius:16px;padding:20px;background:#f9fafb;margin-top:20px}.xc-local-ai-error{padding:14px;border-radius:12px;background:#fee2e2;color:#991b1b}@media(max-width:640px){.xc-local-ai-audit-row,.xc-local-ai-audit-card{flex-direction:column;align-items:stretch}.xc-local-ai-audit-score{margin:auto}}
.xc-local-ai-button-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:16px}.xc-local-ai-call-button{filter:brightness(1.04)}


.xc-local-ai-maps-upsell {
    margin-top: 24px;
    padding: 24px;
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.05), rgba(17, 24, 39, 0.02));
}

.xc-local-ai-maps-upsell h3 {
    margin-top: 8px;
    margin-bottom: 10px;
}

.xc-local-ai-upsell-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.78;
}

.xc-local-ai-maps-upsell ul {
    margin: 16px 0;
}

.xc-local-ai-maps-upsell li {
    margin-bottom: 8px;
}

.xc-local-ai-screenshot-preview{margin:22px 0;padding:18px;border:1px solid rgba(17,24,39,.12);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(17,24,39,.06)}
.xc-local-ai-screenshot-preview img{display:block;width:100%;height:auto;border-radius:12px;border:1px solid rgba(17,24,39,.12);background:#f9fafb}

.xc-local-ai-preview-img{transition:opacity .25s ease;}


/* XC Local AI dynamic visibility graph */
.xc-local-ai-growth-preview{
    overflow:hidden;
}
.xc-local-ai-growth-intro{
    margin:0 0 18px;
    color:#4b5563;
}
.xc-local-ai-growth-chart{
    display:grid;
    grid-template-columns:minmax(260px, 1fr) minmax(220px, .8fr);
    gap:22px;
    align-items:stretch;
    margin-top:12px;
}
.xc-local-ai-growth-bars{
    min-height:250px;
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:end;
    gap:18px;
    padding:24px;
    border-radius:16px;
    background:linear-gradient(135deg,#f9fafb,#eef2ff);
    border:1px solid rgba(17,24,39,.08);
}
.xc-local-ai-growth-bar-group{
    height:210px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
}
.xc-local-ai-growth-bar{
    width:72px;
    min-height:24px;
    border-radius:18px 18px 8px 8px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding-top:10px;
    box-shadow:0 14px 30px rgba(17,24,39,.16);
    transition:height .5s ease;
}
.xc-local-ai-growth-bar span{
    color:#fff;
    font-weight:900;
    font-size:20px;
}
.xc-local-ai-growth-present{
    background:linear-gradient(180deg,#6b7280,#111827);
}
.xc-local-ai-growth-future{
    background:linear-gradient(180deg,#38bdf8,#2563eb);
}
.xc-local-ai-growth-bar-group strong{
    color:#111827;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.xc-local-ai-growth-arrow{
    align-self:center;
    color:#2563eb;
    font-size:38px;
    font-weight:900;
    padding-bottom:50px;
}
.xc-local-ai-growth-summary{
    border-radius:16px;
    background:#111827;
    color:#fff;
    padding:24px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:210px;
}
.xc-local-ai-growth-summary span{
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:12px;
    color:#93c5fd;
    font-weight:800;
}
.xc-local-ai-growth-summary strong{
    display:block;
    font-size:56px;
    line-height:1;
    margin:8px 0 12px;
    color:#fff;
}
.xc-local-ai-growth-summary small{
    font-size:15px;
    line-height:1.55;
    color:#d1d5db;
}
.xc-local-ai-mini-metrics{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:14px;
}
.xc-local-ai-mini-metrics div{
    border:1px solid rgba(17,24,39,.1);
    border-radius:14px;
    padding:14px;
    background:#fff;
}
.xc-local-ai-mini-metrics span{
    display:block;
    color:#6b7280;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-weight:800;
}
.xc-local-ai-mini-metrics strong{
    display:block;
    color:#111827;
    font-size:22px;
    margin-top:5px;
}
.xc-local-ai-growth-note{
    font-size:13px;
    color:#6b7280;
    margin:14px 0 0;
}
@media(max-width:780px){
    .xc-local-ai-growth-chart{
        grid-template-columns:1fr;
    }
    .xc-local-ai-mini-metrics{
        grid-template-columns:1fr;
    }
}


/* XC Local AI v1.9.12 real visual growth graph */
.xc-local-ai-real-chart-wrap{
    margin-top:18px;
    border:1px solid rgba(17,24,39,.1);
    border-radius:18px;
    background:linear-gradient(135deg,#f8fafc,#eef2ff);
    padding:22px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}
.xc-local-ai-chart-topline{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:14px;
    margin-bottom:18px;
}
.xc-local-ai-chart-topline div{
    background:#fff;
    border:1px solid rgba(17,24,39,.08);
    border-radius:14px;
    padding:14px;
    text-align:center;
    box-shadow:0 8px 22px rgba(17,24,39,.06);
}
.xc-local-ai-chart-topline span{
    display:block;
    color:#6b7280;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-weight:800;
}
.xc-local-ai-chart-topline strong{
    display:block;
    color:#111827;
    font-size:28px;
    line-height:1.1;
    margin-top:6px;
}
.xc-local-ai-chart-topline .xc-local-ai-chart-lift{
    background:#111827;
}
.xc-local-ai-chart-topline .xc-local-ai-chart-lift span{
    color:#93c5fd;
}
.xc-local-ai-chart-topline .xc-local-ai-chart-lift strong{
    color:#fff;
}
.xc-local-ai-line-chart{
    height:280px;
    border-radius:16px;
    background:linear-gradient(180deg,#ffffff,#f9fafb);
    border:1px solid rgba(17,24,39,.08);
    padding:18px 14px 10px;
    overflow:hidden;
}
.xc-local-ai-line-chart svg{
    width:100%;
    height:100%;
    display:block;
}
.xc-grid-line{
    stroke:rgba(17,24,39,.09);
    stroke-width:.45;
    vector-effect:non-scaling-stroke;
}
.xc-line-current,
.xc-line-future{
    fill:none;
    vector-effect:non-scaling-stroke;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.xc-line-current{
    stroke:#6b7280;
    stroke-width:3;
    stroke-dasharray:5 5;
}
.xc-line-future{
    stroke:url(#xcFutureGradient);
    stroke-width:4.5;
    filter:drop-shadow(0 7px 10px rgba(37,99,235,.28));
}
.xc-future-area{
    fill:url(#xcAreaGradient);
}
.xc-dot-current{
    fill:#6b7280;
    stroke:#fff;
    stroke-width:.9;
    vector-effect:non-scaling-stroke;
}
.xc-dot-future{
    fill:#2563eb;
    stroke:#fff;
    stroke-width:1;
    vector-effect:non-scaling-stroke;
}
.xc-local-ai-chart-labels{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:4px;
    margin-top:10px;
    text-align:center;
}
.xc-local-ai-chart-labels span{
    color:#4b5563;
    font-size:12px;
    font-weight:800;
}
.xc-local-ai-chart-legend{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    justify-content:center;
    margin-top:16px;
    color:#374151;
    font-size:13px;
    font-weight:700;
}
.xc-local-ai-chart-legend span{
    display:inline-flex;
    align-items:center;
    gap:7px;
}
.xc-local-ai-chart-legend i{
    display:inline-block;
    width:28px;
    height:4px;
    border-radius:99px;
}
.xc-legend-current{
    background:#6b7280;
}
.xc-legend-future{
    background:linear-gradient(90deg,#38bdf8,#2563eb);
}
@media(max-width:780px){
    .xc-local-ai-chart-topline{
        grid-template-columns:1fr;
    }
    .xc-local-ai-line-chart{
        height:230px;
    }
    .xc-local-ai-chart-labels span{
        font-size:10px;
    }
}


/* XC Local AI v1.9.13 simplified future growth */
.xc-local-ai-growth-score-wrap{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    gap:18px;
    align-items:center;
    margin:22px 0;
}
.xc-local-ai-growth-score{
    border-radius:18px;
    padding:24px;
    text-align:center;
    border:1px solid rgba(17,24,39,.08);
    background:#fff;
    box-shadow:0 10px 30px rgba(17,24,39,.08);
}
.xc-local-ai-growth-score span{
    display:block;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:12px;
    color:#6b7280;
    font-weight:800;
}
.xc-local-ai-growth-score strong{
    display:block;
    margin-top:8px;
    font-size:42px;
    line-height:1;
    color:#111827;
}
.xc-local-ai-growth-score.future{
    background:linear-gradient(135deg,#2563eb,#38bdf8);
}
.xc-local-ai-growth-score.future span,
.xc-local-ai-growth-score.future strong{
    color:#fff;
}
.xc-local-ai-growth-arrow{
    font-size:42px;
    font-weight:900;
    color:#2563eb;
}
.xc-local-ai-opportunity-box{
    margin-top:18px;
    border-radius:16px;
    background:#111827;
    color:#fff;
    padding:20px;
}
.xc-local-ai-opportunity-box strong{
    display:block;
    margin-bottom:10px;
    font-size:18px;
}
.xc-local-ai-opportunity-box p{
    margin:0;
    color:#d1d5db;
    line-height:1.65;
}
@media(max-width:780px){
    .xc-local-ai-growth-score-wrap{
        grid-template-columns:1fr;
    }
}
