/* ==================================================================
   "ভিআইপি ক্যাসিনো" (VIP Casino) promo section — sits right after the
   এজেন্ট ক্যাটাগরি section on the homepage. Photo + copy split panel,
   reuses the shared glass system (.gl-card, .gl-aura, .gl-chip) and the
   global vk-eyebrow / vk-h2 / vk-lead / vk-btn tokens from
   wickets-home.css instead of redefining them. Scoped entirely under
   .vk-vip / .cvip-* so nothing here can leak into other sections.
   ================================================================== */

/* SLIM pass — the section originally ran tall (portrait 3:4 photo column up
   to 380px wide => ~500px+ row height, plus full base .vk-section vertical
   padding). Trims the outer section padding, the panel's own padding/gap and
   the photo to a shorter square crop so the whole block reads as one
   compact banner instead of a full-height feature section. */
body.vk .vk-vip {
    padding-top: clamp(20px, 2.4vw, 34px);
    padding-bottom: clamp(20px, 2.4vw, 34px);
}

body.vk .vk-vip .cvip-panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(190px, 240px) 1fr;
    gap: clamp(20px, 3vw, 36px);
    align-items: center;
    padding: clamp(18px, 2.2vw, 28px);
}

body.vk .cvip-photo {
    position: relative;
}

body.vk .cvip-photo__frame {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    box-shadow: 0 14px 34px rgba(232,162,0,0.16);
    border: 1px solid rgba(232,162,0,0.22);
}

body.vk .cvip-photo__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
}

/* Moved (by w9-casino-vip.php's footer script) from inside .cvip-photo__frame
   to be a preceding sibling of it, so it sits above the photo instead of
   overlapping/clipped-by the frame's own overflow:hidden. */
body.vk .cvip-badge {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px 7px 11px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-family: var(--vk-font-en);
}

body.vk .cvip-content {
    min-width: 0;
}

body.vk .cvip-content .vk-eyebrow {
    margin-bottom: 10px;
}

body.vk .cvip-content .vk-h2 {
    margin-bottom: 8px;
}

body.vk .cvip-list {
    list-style: none;
    margin: 14px 0 18px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.vk .cvip-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--vk-text-mid);
    font-size: 14px;
    line-height: 1.45;
}

body.vk .cvip-list li svg {
    flex: none;
    margin-top: 2px;
    color: var(--vk-gold-2);
}

body.vk .cvip-cta {
    display: flex;
}

@media (max-width: 860px) {
    body.vk .vk-vip .cvip-panel {
        grid-template-columns: 1fr;
        text-align: center;
    }
    body.vk .cvip-photo__frame {
        max-width: 220px;
        margin: 0 auto;
        aspect-ratio: 1 / 1;
    }
    body.vk .cvip-list {
        align-items: center;
    }
    body.vk .cvip-list li {
        text-align: left;
    }
    body.vk .cvip-cta {
        justify-content: center;
    }
}

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