/* ==========================================================================
   9wickets — Long-form SEO block REDESIGN "Bangladesh Trust Story" (loads LAST)
   --------------------------------------------------------------------------
   Replaces the 12-heading / 23-paragraph SEO wall of text (old .vk-extra
   markup, still styled minimally by vk-overrides.css §3 as a fallback for
   any other page that might reuse that class) with a single-viewport
   editorial "special content" moment: eyebrow + headline + one lead
   paragraph + a compact 4-card trust/stat row + a one-line safety note.
   Deliberately uses an entirely new class prefix (.vk-story*) instead of
   reusing the reference's dormant `.vk-seo__*` component (which carries
   several stacked !important retrofit passes elsewhere in
   wickets-home.css) — same isolation pattern as social-pills.css
   (.vk-sp-*) and platform-pills.css (.vk-pp-*).
   Reuses existing base classes only where they're safe/unstyled-by-retrofit
   (.vk-section, .vk-section__head, .vk-eyebrow, .vk-h2, .vk-lead) and the
   global [data-reveal] fade-in engine already wired up in wickets-home.js —
   no new JS needed.
   Scoped entirely under .vk-story / .vk-story__*.
   Markup: claudedocs/build/build_seo_special.php (post 11, widget vp0017).
   ========================================================================== */

body.vk .vk-story { position: relative; overflow: hidden; }

body.vk .vk-story__aura {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(closest-side, rgba(255, 199, 44, 0.16), transparent 70%) 12% 20% / 42% 70% no-repeat,
        radial-gradient(closest-side, rgba(200, 134, 11, 0.14), transparent 70%) 88% 80% / 42% 70% no-repeat;
    filter: blur(44px);
    opacity: .6;
}

body.vk .vk-story__inner { position: relative; z-index: 1; }

body.vk .vk-story__head.vk-section__head { margin-bottom: 30px; }
body.vk .vk-story .vk-lead { max-width: 68ch; margin-left: auto; margin-right: auto; }
body.vk .vk-story .vk-lead a {
    color: var(--vk-gold-2);
    text-decoration: underline;
    text-underline-offset: 3px;
}
body.vk .vk-story .vk-lead a:hover { color: var(--vk-gold); }

/* ---------- trust / stat row ---------- */
body.vk .vk-story__stats {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 780px;
    margin: 0 auto;
    padding: 0;
}

body.vk .vk-story__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    padding: 12px 8px 10px;
    background:
        linear-gradient(140deg, rgba(255, 199, 44, 0.08), rgba(255, 199, 44, 0.02)),
        var(--vk-bg-card);
    border: 1px solid var(--vk-line);
    border-radius: var(--vk-r-md, 14px);
    box-shadow: var(--vk-shadow-card);
    transition: transform .4s cubic-bezier(.2, .7, .15, 1), box-shadow .4s ease, border-color .4s ease;
}
body.vk .vk-story__stat:hover {
    transform: translateY(-4px);
    box-shadow: var(--vk-shadow-card-hi);
    border-color: var(--vk-line-2);
}

body.vk .vk-story__stat-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: var(--vk-grad-gold);
    color: #1A0F02;
    box-shadow: var(--vk-glow-gold);
    margin-bottom: 2px;
}
body.vk .vk-story__stat-ic svg { width: 14px; height: 14px; display: block; }

body.vk .vk-story__stat-num {
    font-family: var(--vk-font-en);
    font-weight: 800;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.1;
    background: var(--vk-grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
body.vk .vk-story__stat-lbl {
    font-family: var(--vk-font-bn);
    font-size: 10.5px;
    line-height: 1.3;
    color: var(--vk-text-mid);
}

/* ---------- safety note ---------- */
body.vk .vk-story__note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 68ch;
    margin: 24px auto 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    color: var(--vk-text-dim);
}
body.vk .vk-story__note svg { flex: none; width: 14px; height: 14px; color: var(--vk-gold); }
body.vk .vk-story__note a {
    color: var(--vk-gold-2);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
body.vk .vk-story__note a:hover { color: var(--vk-gold); }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
    body.vk .vk-story__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
    body.vk .vk-story__stats { grid-template-columns: 1fr; gap: 12px; }
    body.vk .vk-story__stat { flex-direction: row; text-align: left; padding: 16px 18px; }
    body.vk .vk-story__stat-ic { margin-bottom: 0; flex: none; }
    body.vk .vk-story__note { flex-direction: column; gap: 4px; }
    /* HOME-ONLY (small-screen premium pass, 2026-07): this .vk-story
       component is also reused on other pages (e.g. agent-list), which are
       out of scope for this pass — scope to body.vk-home (front page only)
       so those pages keep their existing left-aligned icon-row treatment
       untouched. On the homepage, keep the base centred column card
       (icon / number / label stacked, all centred) instead of flipping to
       a left-aligned row, so the 4 stat cards stay consistent with the
       rest of this page's mobile treatment. */
    body.vk-home .vk-story__stat { flex-direction: column; text-align: center; }
    body.vk-home .vk-story__stat-ic { margin-bottom: 2px; flex: none; }
}

@media (prefers-reduced-motion: reduce) {
    body.vk .vk-story__stat { transition: none !important; }
}
