/* ==========================================================================
   9wickets — "লাইভ অ্যাকটিভিটি" section REPLACED with new SEO content block
   "Platform Story — modern, secure technology for Bangladesh" (2026-07)
   --------------------------------------------------------------------------
   The live-activity ticker (live-activity-slider.css, kept on disk for
   rollback, unused) is swapped for a long-form SEO section: distinct angle
   from #about (which covers the agent-verification network) — this one
   covers the PLATFORM itself (secure tech, uptime, cricket-season load,
   works on any Bangladeshi network/device). Full-bleed navy panel below a
   standard cream section head, same convention as #how/#why/#quotes/#about
   this pass. Scoped entirely under .vk-platform-story / .vps-*.
   Markup: post 11, widget vp0007 (former live-activity widget).
   ========================================================================== */

body.vk .vk-platform-story.vk-section {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.vk .vk-platform-story .vk-section__head {
    padding: 0 var(--vk-pad);
}

body.vk .vps-panel {
    position: relative;
    max-width: none;
    margin: clamp(10px, 1.6vw, 20px) 0 0;
    padding: clamp(28px, 3.4vw, 44px) var(--vk-pad);
    background: linear-gradient(180deg, var(--vk-bg-dark) 0%, var(--vk-bg-dark-2) 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
}

/* ---- copy column ---- */
body.vk .vps-text {
    font-size: 14.5px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 0 22px;
    max-width: 62ch;
}
body.vk .vps-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}
body.vk .vps-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14.5px;
    line-height: 1.5;
    color: #FFFFFF;
    font-weight: 600;
}
body.vk .vps-features li .vps-ic {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px; height: 30px;
    margin-top: 1px;
    border-radius: 10px;
    background: rgba(249, 233, 0, 0.14);
    border: 1px solid rgba(249, 233, 0, 0.32);
    color: #F9E900;
}
body.vk .vps-features li .vps-ic svg { width: 15px; height: 15px; }

/* ---- media column: framed landscape photo + floating uptime chip ---- */
body.vk .vps-media {
    position: relative;
    isolation: isolate;
}
body.vk .vps-media::before {
    content: "";
    position: absolute;
    inset: -8%;
    z-index: -1;
    background: radial-gradient(closest-side, rgba(249, 233, 0, 0.20), transparent 72%);
    filter: blur(30px);
    pointer-events: none;
}
body.vk .vps-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 5 / 4;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.35);
}
body.vk .vps-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}
body.vk .vps-chip {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 15px;
    border-radius: var(--vk-r-pill, 999px);
    background: rgba(5, 20, 31, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.22);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #FFFFFF;
    font-weight: 800;
    font-size: 13px;
}
body.vk .vps-chip-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #3CE676;
    box-shadow: 0 0 0 0 rgba(60, 230, 118, .6);
    animation: vps-pulse 1.8s ease-out infinite;
}
@keyframes vps-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(60, 230, 118, .6); }
    70%  { box-shadow: 0 0 0 8px rgba(60, 230, 118, 0); }
    100% { box-shadow: 0 0 0 0 rgba(60, 230, 118, 0); }
}

@media (max-width: 900px) {
    body.vk .vps-panel { grid-template-columns: 1fr; }
    body.vk .vps-media { order: -1; max-width: 420px; margin: 0 auto; width: 100%; }
    body.vk .vps-text { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
    body.vk .vps-chip-dot { animation: none; }
}
