/* ══════════════════════════════════════════════════════════════════
   Admin Showcase — AIStoreShop Home Page (dynamic, image-free)
   ══════════════════════════════════════════════════════════════════ */

/* ── Section wrapper ────────────────────────────────────────────── */
.showcase-section {
    padding: 80px 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}
.showcase-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 700px 500px at 8% 0%, rgba(99,102,241,.09) 0%, transparent 60%),
        radial-gradient(ellipse 700px 500px at 100% 100%, rgba(236,72,153,.07) 0%, transparent 60%);
    pointer-events: none;
}
.showcase-section .container { position: relative; }

.sc2-pdf-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    padding: 10px 24px;
    border-radius: 100px;
    background: linear-gradient(135deg, #1a1040, #6610f2);
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(102,16,242,.28);
    transition: transform .2s, box-shadow .2s;
}
.sc2-pdf-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(102,16,242,.36);
}

.showcase-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 100px;
    background: rgba(79,70,229,.08);
    color: #4f46e5;
    font-size: .83rem;
    font-weight: 700;
    letter-spacing: .02em;
}

/* ── Tab navigation ─────────────────────────────────────────────── */
.showcase-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 44px;
    flex-wrap: wrap;
}
.sc-tab {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 24px;
    border-radius: 100px;
    border: 1.5px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.05);
    color: #a89fc9;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .22s cubic-bezier(.34,1.4,.64,1);
    font-family: 'Vazirmatn', sans-serif;
    position: relative;
}
.sc-tab i { font-size: .95rem; }
.sc-tab:hover {
    border-color: #a5b4fc;
    color: #fff;
    background: rgba(255,255,255,.09);
    transform: translateY(-2px);
}
.sc-tab.active {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 22px rgba(79,70,229,.38);
    transform: translateY(-2px);
}
.sc-tab-badge {
    font-size: .65rem;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 100px;
    background: #fbbf24;
    color: #78350f;
    letter-spacing: .03em;
}
.sc-tab.active .sc-tab-badge {
    background: rgba(255,255,255,.25);
    color: #fff;
}

/* ── Panel visibility + entrance animation ──────────────────────── */
.sc-panel { display: none; }
.sc-panel.active {
    display: block;
    animation: scPanelIn .45s cubic-bezier(.25,.8,.4,1);
}
@keyframes scPanelIn {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Intro block (headline + narrative + stat strip) ───────────── */
.sc2-intro {
    position: relative;
    background:
        linear-gradient(160deg, rgba(15,10,35,.92), rgba(15,10,35,.8)) padding-box,
        linear-gradient(135deg, #818cf8 0%, #c084fc 40%, #38bdf8 100%) border-box;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 2.5px solid transparent;
    border-radius: 26px;
    padding: 34px;
    margin-bottom: 30px;
    box-shadow: 0 4px 28px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08);
    overflow: hidden;
}
.sc2-intro-row {
    display: flex;
    gap: 26px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.sc2-intro-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background: linear-gradient(135deg, #4f46e5, #a855f7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    flex-shrink: 0;
    box-shadow: 0 10px 24px rgba(79,70,229,.35);
}
.sc2-intro-body { flex: 1; min-width: 0; }
.sc2-intro-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -.01em;
}
.sc2-intro-text {
    font-size: .97rem;
    color: #b8b0d4;
    line-height: 2.05;
    margin: 0;
}
.sc2-stat-strip {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.sc2-stat { display: flex; flex-direction: column; }
.sc2-stat-num {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1;
    background: linear-gradient(135deg, #4f46e5, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sc2-stat-label {
    font-size: .8rem;
    color: #9a8fc0;
    margin-top: 4px;
    font-weight: 600;
}

/* ── VIP variant: premium dark hero card ─────────────────────────── */
.sc2-intro--vip {
    background: linear-gradient(135deg, #1a1040 0%, #2d1b69 55%, #4c1d95 100%);
    border: none;
    box-shadow: 0 24px 60px rgba(26,16,64,.4);
}
.sc2-intro--vip::before {
    content: '';
    position: absolute;
    inset: -15%;
    background:
        radial-gradient(circle at 12% 15%, rgba(168,85,247,.4) 0%, transparent 55%),
        radial-gradient(circle at 88% 90%, rgba(56,189,248,.28) 0%, transparent 55%);
    pointer-events: none;
    animation: vipGlowDrift 24s ease-in-out infinite;
}

@keyframes vipGlowDrift {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(-3%, 3%) scale(1.08); }
    100% { transform: translate(0, 0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .sc2-intro--vip::before { animation: none; }
}
.sc2-intro--vip .sc2-intro-title { color: #fff; }
.sc2-intro--vip .sc2-intro-text { color: rgba(255,255,255,.78); }
.sc2-intro--vip .sc2-intro-icon {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    box-shadow: 0 0 0 6px rgba(255,255,255,.05);
}
.sc2-intro--vip .sc2-stat-strip { border-top-color: rgba(255,255,255,.14); }
.sc2-intro--vip .sc2-stat-num {
    background: linear-gradient(135deg, #f0abfc, #c4b5fd);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sc2-intro--vip .sc2-stat-label { color: rgba(255,255,255,.6); }

.sc2-vip-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 18px;
    border-radius: 100px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    color: #fde68a;
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

/* Per-priority-group accent variation */
#tab-competitor_intelligence .sc2-intro--vip::before {
    background:
        radial-gradient(circle at 12% 15%, rgba(56,189,248,.38) 0%, transparent 55%),
        radial-gradient(circle at 88% 90%, rgba(129,140,248,.28) 0%, transparent 55%);
}
#tab-competitor_intelligence .sc2-intro--vip .sc2-stat-num {
    background: linear-gradient(135deg, #7dd3fc, #a5b4fc);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
#tab-social_media .sc2-intro--vip::before {
    background:
        radial-gradient(circle at 12% 15%, rgba(244,114,182,.35) 0%, transparent 55%),
        radial-gradient(circle at 88% 90%, rgba(251,146,60,.25) 0%, transparent 55%);
}
#tab-social_media .sc2-intro--vip .sc2-stat-num {
    background: linear-gradient(135deg, #f9a8d4, #fdba74);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

/* ── Capability item cards ──────────────────────────────────────── */
.sc2-item-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 900px) { .sc2-item-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sc2-item-grid { grid-template-columns: 1fr; } }

.sc2-item-card {
    position: relative;
    background:
        linear-gradient(160deg, rgba(15,10,35,.9), rgba(15,10,35,.76)) padding-box,
        linear-gradient(135deg, #818cf8 0%, #c084fc 40%, #38bdf8 100%) border-box;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid transparent;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 2px 16px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.06);
    transition: transform .25s cubic-bezier(.34,1.4,.64,1), box-shadow .25s, background .25s;
    overflow: hidden;
}
.sc2-item-card:hover {
    transform: translateY(-6px);
    background:
        linear-gradient(160deg, rgba(20,14,45,.92), rgba(20,14,45,.8)) padding-box,
        linear-gradient(135deg, #4f46e5 0%, #a855f7 50%, #ec4899 100%) border-box;
    box-shadow: 0 18px 42px rgba(99,102,241,.28), 0 2px 8px rgba(0,0,0,.3);
}
.sc2-item-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 16px;
    transition: transform .3s cubic-bezier(.34,1.56,.64,1);
}
.sc2-item-card:hover .sc2-item-icon { transform: scale(1.12) rotate(-4deg); }
.sc2-item-title {
    font-size: .97rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 9px;
}
.sc2-item-desc {
    font-size: .84rem;
    color: #a89fc9;
    line-height: 1.85;
    margin: 0;
}

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 640px) {
    .sc2-intro { padding: 24px; }
    .sc2-intro-row { flex-direction: column; }
    .sc2-intro-icon { width: 54px; height: 54px; font-size: 1.35rem; border-radius: 15px; }
    .sc2-intro-title { font-size: 1.2rem; }
    .sc2-stat-strip { gap: 24px; }
    .sc2-stat-num { font-size: 1.6rem; }
}
