/* ═══════════════════════════════════════════════════════════════════
   OPEN CONQUER — OFFICIAL ETHEREAL WHITE MMORPG THEME
   Pure Luminous Celestial Backdrop • Royal Amethyst Obsidian Glass Cards
   ═══════════════════════════════════════════════════════════════════ */

:root {
    --oc-bg: #f8fafc;
    --oc-bg-card: #130722;
    --oc-blue: #7c3aed;
    --oc-blue-light: #a855f7;
    --oc-blue-accent: #c084fc;
    --oc-blue-dark: #4c1d95;
    --oc-text-main: #0f172a;
    --oc-text-muted: #64748b;
    --oc-border: rgba(168, 85, 247, 0.4);
    --oc-font-h: 'Cinzel', serif;
    --oc-font-b: 'Rajdhani', sans-serif;
    --oc-font-d: 'Orbitron', 'Cinzel', sans-serif;
    --oc-max-w: 1280px;
}

html, body, .oc-home {
    background-color: #f8fafc !important;
    background-image: url('/images/home/ethereal_light_bg.jpg') !important;
    background-size: cover !important;
    background-position: center top !important;
    background-attachment: fixed !important;
    color: #0f172a !important;
    min-height: 100vh;
    font-family: var(--oc-font-b);
    overflow-x: hidden;
}

.oc-container {
    max-width: var(--oc-max-w);
    margin: 0 auto;
    padding: 0 24px;
}

.oc-section {
    padding: 60px 0;
    position: relative;
    background: transparent !important;
}

.oc-section--alt {
    background: transparent !important;
}

/* ── Section Headings (High-Contrast Imperial Violet) ── */
.oc-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 35px;
}

.oc-heading__wing {
    flex: 1;
    max-width: 150px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a855f7, transparent) !important;
    position: relative;
}



/* ═══════════════════════════════════════════════════════════════════
   OPEN CONQUER — OFFICIAL ROYAL AMETHYST & MYSTIC VIOLET MMORPG THEME
   Imperial Amethyst Abyss • Glowing Lilac Runes • Radiant Royal Purple Glow
   ═══════════════════════════════════════════════════════════════════ */

:root {
    --oc-bg: #090310;
    --oc-bg-soft: #130722;
    --oc-bg-card: #1a0b30;
    --oc-bg-panel: #220e3f;
    --oc-blue: #7c3aed;
    --oc-blue-light: #a855f7;
    --oc-blue-accent: #c084fc;
    --oc-blue-dark: #4c1d95;
    --oc-text-main: #ffffff;
    --oc-text-muted: #94a3b8;
    --oc-border: rgba(168, 85, 247, 0.35);
    --oc-border-hover: rgba(192, 132, 252, 0.85);
    --oc-shadow: 0 15px 40px rgba(0, 0, 0, 0.8);
    --oc-shadow-hover: 0 20px 50px rgba(124, 58, 237, 0.35);
    --oc-font-h: 'Cinzel', serif;
    --oc-font-b: 'Rajdhani', sans-serif;
    --oc-font-d: 'Orbitron', 'Cinzel', sans-serif;
    --oc-max-w: 1280px;

    /* Legacy compatibility */
    --vc-bg: var(--oc-bg);
    --vc-bg-card: var(--oc-bg-card);
    --vc-border: var(--oc-border);
    --vc-border-hover: var(--oc-border-hover);
    --vc-font-h: var(--oc-font-h);
    --vc-font-b: var(--oc-font-b);
}

/* ── Global Canvas & Containers ── */


.oc-container {
    max-width: var(--oc-max-w);
    margin: 0 auto;
    padding: 0 24px;
}

.oc-section {
    padding: 65px 0;
    position: relative;
    background: transparent;
}

.oc-section--alt {
    background: rgba(8, 17, 36, 0.7);
    border-top: 1px solid rgba(168, 85, 247, 0.2);
    border-bottom: 1px solid rgba(168, 85, 247, 0.2);
}

/* ── Section Heading with Filigree Wings ── */
.oc-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 38px;
}

.oc-heading__wing {
    flex: 1;
    max-width: 150px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(192, 132, 252, 0.8), transparent);
    position: relative;
}



/* ═══════════════════════════════════════════════════════════════════
   1. HERO SECTION & PANORAMIC LANDSCAPE
   ═══════════════════════════════════════════════════════════════════ */
.oc-hero {
    position: relative;
    min-height: 880px;
    padding: 95px 0 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #090310;
    overflow: hidden;
}

.oc-hero__panorama {
    position: absolute;
    inset: 0;
    background-image: url('/images/home/hero_panorama.jpg');
    background-size: cover;
    background-position: center 15%;
    z-index: 1;
}

.oc-hero__vignette-top {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 130px;
    background: linear-gradient(180deg, rgba(4, 8, 18, 0.85) 0%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

/* Smooth Fade into True Blue Body Canvas */
.oc-hero__vignette-bottom {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 200px;
    background: linear-gradient(180deg, transparent 0%, rgba(9, 3, 16, 0.8) 60%, #090310 100%);
    z-index: 2;
    pointer-events: none;
}

.oc-hero__center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px auto 25px;
    max-width: 650px;
}

.oc-hero__logo-wrap {
    margin-bottom: 8px;
}

.oc-hero__logo {
    max-height: 160px;
    width: auto;
    filter: drop-shadow(0 15px 35px rgba(0,0,0,0.95)) drop-shadow(0 0 35px rgba(168, 85, 247, 0.7));
    transition: transform 0.3s ease;
}
.oc-hero__logo:hover {
    transform: scale(1.03);
}

.oc-hero__motto {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.oc-hero__motto-main {
    font-family: var(--oc-font-h);
    font-size: clamp(1.3rem, 2.4vw, 1.9rem);
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 0 25px rgba(168, 85, 247, 0.8), 0 2px 6px rgba(0,0,0,0.95);
}

.oc-hero__motto-sub {
    font-family: var(--oc-font-h);
    font-size: clamp(0.75rem, 1.2vw, 0.95rem);
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c084fc;
    display: flex;
    align-items: center;
    gap: 12px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.9);
}
.oc-hero__motto-sub::before, .oc-hero__motto-sub::after {
    content: '—';
    opacity: 0.8;
    color: #7c3aed;
}

/* Dual Action CTA Buttons */
.oc-hero__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.oc-btn-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 32px;
    border-radius: 12px;
    font-family: var(--oc-font-h);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    background: linear-gradient(135deg, #4c1d95 0%, #6b21a8 50%, #7c3aed 100%);
    border: 1px solid #d8b4fe;
    box-shadow: 0 0 25px rgba(2, 132, 199, 0.6), 0 8px 25px rgba(0,0,0,0.8), inset 0 1px 1px rgba(255,255,255,0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}
.oc-btn-download:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 35px rgba(56, 189, 248, 0.9), 0 12px 30px rgba(0,0,0,0.9);
}

.oc-btn-discord {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 32px;
    border-radius: 12px;
    font-family: var(--oc-font-h);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    background: linear-gradient(160deg, #1a0b30 0%, #090310 100%);
    border: 1px solid rgba(2, 132, 199, 0.4);
    box-shadow: 0 6px 20px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}
.oc-btn-discord:hover {
    transform: translateY(-3px);
    border-color: #c084fc;
    background: linear-gradient(160deg, #152744 0%, #0a1322 100%);
    box-shadow: 0 0 25px rgba(2, 132, 199, 0.4);
}

.oc-hero__status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 16px;
    border-radius: 9999px;
    background: rgba(6, 11, 20, 0.9);
    border: 1px solid rgba(2, 132, 199, 0.35);
    box-shadow: 0 4px 15px rgba(0,0,0,0.8);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff;
    backdrop-filter: blur(8px);
}

.oc-hero__status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
}

/* ═══════════════════════════════════════════════════════════════════
   2. ACTIVE REALMS / SERVERS (MYSTICAL SAPPHIRE & ELECTRIC CYAN)
   ═══════════════════════════════════════════════════════════════════ */
.oc-servers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 24px;
}

.oc-server-card {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(13, 27, 58, 0.9) 0%, rgba(6, 14, 32, 0.95) 100%);
    border: 1px solid rgba(168, 85, 247, 0.35);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.8), 0 0 25px rgba(124, 58, 237, 0.2);
    overflow: hidden;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}
.oc-server-card:hover {
    transform: translateY(-5px);
    border-color: rgba(192, 132, 252, 0.7);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.9), 0 0 35px rgba(192, 132, 252, 0.35);
}

.oc-server-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    transition: transform 0.6s ease;
}
.oc-server-card:hover .oc-server-card__bg {
    transform: scale(1.05);
}

.oc-server-card__body {
    position: relative;
    z-index: 2;
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.oc-server-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.oc-server-card__tag {
    display: block;
    font-family: var(--oc-font-h);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c084fc;
}

.oc-server-card__name {
    font-family: var(--oc-font-h);
    font-size: 1.45rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(192, 132, 252, 0.5);
}

.oc-status-badge {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.oc-status-badge--online {
    color: #34d399;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(52, 211, 153, 0.4);
}
.oc-status-badge--maint {
    color: #f87171;
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(248, 113, 113, 0.4);
}

.oc-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.oc-server-card__counter {
    text-align: center;
    margin: 4px 0 16px;
    padding: 16px 12px;
    border-radius: 14px;
    background: rgba(4, 9, 20, 0.7);
    border: 1px solid rgba(192, 132, 252, 0.35);
    box-shadow: inset 0 0 20px rgba(124, 58, 237, 0.2);
}

.oc-server-card__count-num {
    display: block;
    font-family: var(--oc-font-d);
    font-size: 2.6rem;
    font-weight: 900;
    color: #c084fc;
    text-shadow: 0 0 25px rgba(192, 132, 252, 0.7);
    line-height: 1;
}

.oc-server-card__count-lbl {
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c084fc;
    margin-top: 4px;
}

.oc-server-card__rates {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background: rgba(4, 9, 20, 0.6);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 12px;
    padding: 10px 8px;
    margin-bottom: 18px;
    text-align: center;
}

.oc-server-rate__lbl {
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
}

.oc-server-rate__val {
    font-family: var(--oc-font-d);
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
}

.oc-server-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.oc-btn-server-play {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px;
    border-radius: 10px;
    font-family: var(--oc-font-h);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    background: linear-gradient(135deg, #4c1d95 0%, #7c3aed 100%);
    border: 1px solid #c084fc;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.4);
    transition: all 0.25s ease;
}
.oc-btn-server-play:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(192, 132, 252, 0.6);
}

.oc-btn-server-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px;
    border-radius: 10px;
    font-family: var(--oc-font-h);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #c084fc;
    background: rgba(0, 102, 255, 0.15);
    border: 1px solid rgba(192, 132, 252, 0.35);
    transition: all 0.25s ease;
}
.oc-btn-server-details:hover {
    color: #ffffff;
    background: rgba(0, 102, 255, 0.3);
    border-color: #c084fc;
}

/* ═══════════════════════════════════════════════════════════════════
   3. WHY PLAY ETERNALS (5-CARD FEATURE GRID)
   ═══════════════════════════════════════════════════════════════════ */
.oc-features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
@media (max-width: 1100px) {
    .oc-features-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
    .oc-features-grid { grid-template-columns: 1fr; }
}

.oc-feature-card {
    position: relative;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(26, 11, 48, 0.85) 0%, rgba(13, 5, 23, 0.95) 100%);
    border: 1px solid rgba(168, 85, 247, 0.4);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.85);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    min-height: 410px;
    padding: 12px;
}
.oc-feature-card:hover {
    transform: translateY(-6px);
    border-color: #c084fc;
    box-shadow: 0 20px 45px rgba(124, 58, 237, 0.4), inset 0 0 15px rgba(168, 85, 247, 0.2);
}

.oc-feature-card__img-box {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(168, 85, 247, 0.25);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}
.oc-feature-card__img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.oc-feature-card:hover .oc-feature-card__img-box img {
    transform: scale(1.08);
}

.oc-feature-card__content {
    padding: 14px 8px 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.oc-feature-card__title {
    font-family: var(--oc-font-h);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 6px;
    text-shadow: 0 0 12px rgba(192, 132, 252, 0.6);
}

.oc-feature-card__desc {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    color: #cbd5e1;
    margin-bottom: 8px;
}

.oc-feature-card__diamond {
    color: #c084fc;
    font-size: 11px;
    opacity: 0.9;
    filter: drop-shadow(0 0 8px #c084fc);
}

/* ═══════════════════════════════════════════════════════════════════
   4. GAMEPLAY SHOWCASE (PROMINENT LARGE CARDS)
   ═══════════════════════════════════════════════════════════════════ */
.oc-showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.oc-showcase-card {
    position: relative;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(13, 27, 58, 0.9) 0%, rgba(6, 14, 32, 0.95) 100%);
    border: 1px solid rgba(168, 85, 247, 0.35);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}
.oc-showcase-card:hover {
    transform: translateY(-5px);
    border-color: rgba(192, 132, 252, 0.8);
    box-shadow: 0 20px 45px rgba(124, 58, 237, 0.35);
}

.oc-showcase-card__img-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.oc-showcase-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.oc-showcase-card:hover .oc-showcase-card__img-wrap img {
    transform: scale(1.08);
}

.oc-showcase-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(4, 9, 20, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.oc-showcase-card:hover .oc-showcase-card__overlay {
    opacity: 1;
}

.oc-showcase-card__label {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--oc-font-h);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(5, 12, 28, 0.95);
    border-top: 1px solid rgba(168, 85, 247, 0.25);
}

.oc-btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    border-radius: 9999px;
    font-family: var(--oc-font-h);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    background: linear-gradient(135deg, #4c1d95 0%, #7c3aed 100%);
    border: 1px solid #a855f7;
    box-shadow: 0 4px 20px rgba(0, 132, 255, 0.45);
    transition: all 0.3s ease;
}
.oc-btn-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(192, 132, 252, 0.7);
    color: #ffffff;
}

/* ═══════════════════════════════════════════════════════════════════
   5. CINEMATIC TRAILER
   ═══════════════════════════════════════════════════════════════════ */
.oc-trailer-card {
    border-radius: 20px;
    background: linear-gradient(160deg, #1a0b30 0%, #090310 100%);
    border: 1px solid rgba(2, 132, 199, 0.35);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 36px 40px;
}

.oc-trailer-card__grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 36px;
    align-items: center;
}
@media (max-width: 900px) {
    .oc-trailer-card__grid { grid-template-columns: 1fr; }
    .oc-trailer-card { padding: 24px; }
}

.oc-trailer-card__badge {
    font-family: var(--oc-font-h);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c084fc;
    display: block;
    margin-bottom: 8px;
}

.oc-trailer-card__heading {
    font-family: var(--oc-font-h);
    font-size: clamp(1.6rem, 2.8vw, 2.3rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}

.oc-trailer-card__desc {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
    color: #cbd5e1;
    margin-bottom: 22px;
    max-width: 440px;
}

.oc-btn-trailer {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 10px;
    font-family: var(--oc-font-h);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(135deg, #4c1d95 0%, #7c3aed 100%);
    border: 1px solid #d8b4fe;
    box-shadow: 0 0 20px rgba(2, 132, 199, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}
.oc-btn-trailer:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(56, 189, 248, 0.7);
}

.oc-trailer-card__media {
    cursor: pointer;
}

.oc-trailer-card__thumb-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(2, 132, 199, 0.4);
    box-shadow: 0 15px 40px rgba(0,0,0,0.85);
    aspect-ratio: 16 / 9;
}
.oc-trailer-card__thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.oc-trailer-card:hover .oc-trailer-card__thumb-wrap img {
    transform: scale(1.04);
}

.oc-trailer-card__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(2, 132, 199, 0.85);
    border: 2px solid #d8b4fe;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 0 25px rgba(168, 85, 247, 0.8);
    transition: all 0.3s ease;
}
.oc-trailer-card:hover .oc-trailer-card__play-btn {
    transform: translate(-50%, -50%) scale(1.15);
    background: #7c3aed;
}

/* ═══════════════════════════════════════════════════════════════════
   6. DOWNLOAD & JOIN THE BATTLE (MYSTICAL BLUE IDENTITY)
   ═══════════════════════════════════════════════════════════════════ */
.oc-download-heading {
    font-family: var(--oc-font-h);
    font-size: clamp(1.4rem, 2.5vw, 2.1rem);
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 0 25px rgba(192, 132, 252, 0.8);
    margin-bottom: 4px;
}

.oc-download-sub {
    font-size: 13px;
    font-weight: 700;
    color: #cbd5e1;
    letter-spacing: 0.05em;
}

.oc-download-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.oc-specs-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    flex: 1 1 500px;
}

.oc-spec-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(168, 85, 247, 0.35) !important;
    border-radius: 16px !important;
    padding: 16px 20px !important;
    box-shadow: 0 10px 25px rgba(15, 6, 28, 0.08) !important;
    backdrop-filter: blur(10px) !important;
    min-width: 140px;
    flex: 1;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.oc-spec-card:hover {
    transform: translateY(-4px);
    border-color: #a855f7 !important;
    box-shadow: 0 15px 30px rgba(124, 58, 237, 0.2) !important;
}

.oc-spec-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.12);
    border: 1px solid rgba(168, 85, 247, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #7c3aed;
}

.oc-spec-card__label {
    font-family: var(--oc-font-h);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.oc-spec-card__val {
    font-size: 12px;
    font-weight: 900;
    color: #0f172a;
}

/* ═══════════════════════════════════════════════════════════════════
   7. JOIN OUR COMMUNITY
   ═══════════════════════════════════════════════════════════════════ */
.oc-community-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.oc-community-card {
    border-radius: 16px;
    padding: 26px 22px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(0, 168, 255, 0.3);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7);
    transition: all 0.35s ease;
}
.oc-community-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(124, 58, 237, 0.3);
}

.oc-community-card--discord {
    background: linear-gradient(160deg, #1e1b4b 0%, #0f172a 100%);
    border-color: rgba(99, 102, 241, 0.35);
}
.oc-community-card--discord:hover {
    border-color: #818cf8;
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.4);
}

.oc-community-card--facebook {
    background: linear-gradient(160deg, #172554 0%, #0f172a 100%);
    border-color: rgba(59, 130, 246, 0.35);
}
.oc-community-card--facebook:hover {
    border-color: #60a5fa;
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.4);
}

.oc-community-card--youtube {
    background: linear-gradient(160deg, #450a0a 0%, #1c0a0a 100%);
    border-color: rgba(239, 68, 68, 0.35);
}
.oc-community-card--youtube:hover {
    border-color: #f87171;
    box-shadow: 0 0 30px rgba(239, 68, 68, 0.4);
}

.oc-community-card--whatsapp {
    background: linear-gradient(160deg, #022c22 0%, #061914 100%);
    border-color: rgba(16, 185, 129, 0.35);
}
.oc-community-card--whatsapp:hover {
    border-color: #34d399;
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.4);
}

.oc-community-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 14px;
}

.oc-community-card__title {
    font-family: var(--oc-font-h);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 6px;
}

.oc-community-card__desc {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    color: #cbd5e1;
    margin-bottom: 16px;
}

.oc-community-card__btn {
    font-family: var(--oc-font-h);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding: 6px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease;
}
.oc-community-card:hover .oc-community-card__btn {
    background: rgba(255, 255, 255, 0.2);
}

/* ═══════════════════════════════════════════════════════════════════
   8. WAR BOARD RANKINGS (LEADERBOARDS - MYSTICAL BLUE CARDS)
   ═══════════════════════════════════════════════════════════════════ */
.oc-rankings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.oc-rank-panel {
    background: linear-gradient(145deg, rgba(13, 27, 58, 0.9) 0%, rgba(6, 14, 32, 0.95) 100%);
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7);
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.oc-rank-panel:hover {
    transform: translateY(-3px);
    border-color: rgba(192, 132, 252, 0.7);
    box-shadow: 0 18px 45px rgba(124, 58, 237, 0.3);
}

.oc-rank-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: rgba(4, 9, 20, 0.85);
    border-bottom: 1px solid rgba(168, 85, 247, 0.25);
    font-family: var(--oc-font-h);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

.oc-rank-panel__body {
    padding: 14px 18px;
}

.oc-rank-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    border-radius: 8px;
    margin-bottom: 4px;
    transition: background 0.2s ease;
}
.oc-rank-entry:hover {
    background: rgba(0, 102, 255, 0.15);
}

.oc-rank-pos {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--oc-font-d);
    font-size: 10px;
    font-weight: 900;
    color: #94a3b8;
    background: rgba(255, 255, 255, 0.06);
}
.oc-rank-pos--1 {
    color: #ffffff;
    background: linear-gradient(135deg, #4c1d95, #7c3aed);
    box-shadow: 0 2px 10px rgba(124, 58, 237, 0.6);
}

.oc-rank-name {
    flex: 1;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 700;
    color: #e2e8f0;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.oc-rank-name:hover {
    color: #c084fc;
}

.oc-rank-val {
    font-family: var(--oc-font-d);
    font-size: 11px;
    font-weight: 800;
    color: #c084fc;
}

.oc-champion-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 14px 10px;
}

.oc-champion-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d1b3a 0%, #060e20 100%);
    border: 2px solid #a855f7;
    box-shadow: 0 0 20px rgba(192, 132, 252, 0.4);
    color: #c084fc;
    margin-bottom: 10px;
}

.oc-champion-name {
    font-family: var(--oc-font-h);
    font-size: 1.15rem;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(192, 132, 252, 0.6);
}

.oc-champion-title {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #c084fc;
    margin-top: 4px;
}

/* ═══════════════════════════════════════════════════════════════════
   GLOBAL MOBILE RESPONSIVENESS ENHANCEMENTS (< 768px)
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .oc-hero {
        min-height: 520px;
        padding: 40px 0 25px;
    }
    .oc-hero__logo {
        max-height: 105px;
    }
    .oc-hero__motto-main {
        font-size: 1.25rem;
        letter-spacing: 0.12em;
    }
    .oc-hero__motto-sub {
        font-size: 0.75rem;
        letter-spacing: 0.15em;
    }
    .oc-hero__btns {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        gap: 10px;
    }
    .oc-btn-download, .oc-btn-discord {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 11px;
    }
    .oc-hero__status-pill {
        font-size: 10px;
        padding: 6px 14px;
    }
    .oc-heading {
        gap: 10px;
        margin-bottom: 24px;
    }
    .oc-heading__wing {
    flex: 1;
    max-width: 150px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(192, 132, 252, 0.8), transparent);
    position: relative;
}
    
    .oc-section {
        padding: 40px 0;
    }
    .oc-feature-card {
        height: 320px;
    }
}

/* ═══════════════════════════════════════════════════════════════════
   COMMUNITY BRANDED CARDS (DISCORD, FACEBOOK, YOUTUBE, TWITTER/X)
   ═══════════════════════════════════════════════════════════════════ */
.oc-community-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 992px) {
    .oc-community-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
    .oc-community-grid { grid-template-columns: 1fr; }
}

.oc-community-card {
    position: relative;
    border-radius: 18px;
    padding: 28px 20px 22px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 220px;
    transition: all 0.35s ease;
    border: 1px solid rgba(168, 85, 247, 0.3);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7);
    overflow: hidden;
}
.oc-community-card:hover {
    transform: translateY(-5px);
}

.oc-community-card--discord {
    background: linear-gradient(160deg, #1e1b4b 0%, #0f172a 100%);
    border-color: rgba(99, 102, 241, 0.4);
}
.oc-community-card--discord:hover {
    box-shadow: 0 0 35px rgba(99, 102, 241, 0.4);
    border-color: #818cf8;
}
.oc-community-card--discord .oc-community-card__icon {
    color: #818cf8;
    text-shadow: 0 0 20px rgba(99, 102, 241, 0.8);
}

.oc-community-card--facebook {
    background: linear-gradient(160deg, #172554 0%, #0f172a 100%);
    border-color: rgba(37, 99, 235, 0.4);
}
.oc-community-card--facebook:hover {
    box-shadow: 0 0 35px rgba(37, 99, 235, 0.4);
    border-color: #60a5fa;
}
.oc-community-card--facebook .oc-community-card__icon {
    color: #60a5fa;
    text-shadow: 0 0 20px rgba(37, 99, 235, 0.8);
}

.oc-community-card--youtube {
    background: linear-gradient(160deg, #450a0a 0%, #0f172a 100%);
    border-color: rgba(220, 38, 38, 0.4);
}
.oc-community-card--youtube:hover {
    box-shadow: 0 0 35px rgba(220, 38, 38, 0.4);
    border-color: #f87171;
}
.oc-community-card--youtube .oc-community-card__icon {
    color: #f87171;
    text-shadow: 0 0 20px rgba(220, 38, 38, 0.8);
}

.oc-community-card--twitter {
    background: linear-gradient(160deg, #18181b 0%, #09090b 100%);
    border-color: rgba(161, 161, 170, 0.3);
}
.oc-community-card--twitter:hover {
    box-shadow: 0 0 35px rgba(255, 255, 255, 0.2);
    border-color: #e4e4e7;
}
.oc-community-card--twitter .oc-community-card__icon {
    color: #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.oc-community-card__icon {
    font-size: 2.2rem;
    margin-bottom: 14px;
    transition: transform 0.3s ease;
}
.oc-community-card:hover .oc-community-card__icon {
    transform: scale(1.15);
}

.oc-community-card__title {
    font-family: var(--oc-font-h);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 6px;
}

.oc-community-card__desc {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    line-height: 1.4;
    margin-bottom: 16px;
}

.oc-community-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 18px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-family: var(--oc-font-h);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.oc-community-card:hover .oc-community-card__btn {
    background: #ffffff;
    color: #090310;
}


/* ═══════════════════════════════════════════════════════════════════
   THE WORLD OF OPEN CONQUER BANNER
   ═══════════════════════════════════════════════════════════════════ */
.oc-world-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(168, 85, 247, 0.45);
    box-shadow: 0 25px 60px rgba(15, 6, 28, 0.35), 0 0 35px rgba(124, 58, 237, 0.2);
    min-height: 400px;
    display: flex;
    align-items: center;
    margin: 10px 0 40px;
}

.oc-world-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.oc-world-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.oc-world-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 6, 28, 0.96) 0%, rgba(26, 11, 48, 0.85) 45%, rgba(15, 6, 28, 0.25) 100%);
}
[dir="rtl"] .oc-world-overlay {
    background: linear-gradient(270deg, rgba(15, 6, 28, 0.96) 0%, rgba(26, 11, 48, 0.85) 45%, rgba(15, 6, 28, 0.25) 100%);
}

.oc-world-content {
    position: relative;
    z-index: 2;
    padding: 50px 56px;
    max-width: 580px;
}
@media (max-width: 768px) {
    .oc-world-content { padding: 32px 24px; }
    .oc-world-card { min-height: 320px; }
}

.oc-world-tag {
    font-family: var(--oc-font-h);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c084fc;
    display: block;
    margin-bottom: 8px;
}

.oc-world-title {
    font-family: var(--oc-font-h);
    font-size: clamp(2.2rem, 3.8vw, 3.2rem);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(168, 85, 247, 0.85);
    margin-bottom: 14px;
    line-height: 1.1;
}

.oc-world-desc {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
    color: #e2e8f0;
    margin-bottom: 26px;
}

.oc-btn-world {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 36px;
    border-radius: 9999px;
    font-family: var(--oc-font-h);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%);
    border: 1px solid #c084fc;
    box-shadow: 0 0 25px rgba(124, 58, 237, 0.6);
    transition: all 0.3s ease;
}
.oc-btn-world:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 35px rgba(192, 132, 252, 0.9);
}

/* ═══════════════════════════════════════════════════════════════════
   PREMIUM COMPACT MMORPG FOOTER
   ═══════════════════════════════════════════════════════════════════ */
.oc-site-footer {
    background: #080311 !important;
    border-top: 1px solid rgba(168, 85, 247, 0.35) !important;
    padding: 45px 0 24px !important;
    color: #cbd5e1 !important;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.oc-site-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #c084fc 50%, transparent 100%);
    box-shadow: 0 0 15px #a855f7;
}

.oc-footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(168, 85, 247, 0.18);
}

.oc-footer-col {
    flex: 1 1 150px;
}

.oc-footer-col--brand {
    flex: 2 1 280px;
    max-width: 380px;
}

.oc-footer-logo img {
    height: 48px;
    width: auto;
    filter: drop-shadow(0 0 15px rgba(192, 132, 252, 0.6));
    margin-bottom: 10px;
}

.oc-footer-motto {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.55;
    color: #94a3b8;
    margin-bottom: 14px;
}

.oc-footer-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.oc-social-btn {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(168, 85, 247, 0.35);
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
}
.oc-social-btn--discord:hover { background: #5865F2; color: #fff; border-color: #5865F2; box-shadow: 0 0 15px rgba(88,101,242,0.5); }
.oc-social-btn--facebook:hover { background: #1877F2; color: #fff; border-color: #1877F2; box-shadow: 0 0 15px rgba(24,119,242,0.5); }
.oc-social-btn--youtube:hover { background: #FF0000; color: #fff; border-color: #FF0000; box-shadow: 0 0 15px rgba(255,0,0,0.5); }
.oc-social-btn--whatsapp:hover { background: #25D366; color: #fff; border-color: #25D366; box-shadow: 0 0 15px rgba(37,211,102,0.5); }

.oc-footer-title {
    font-family: var(--oc-font-h);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}

.oc-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.oc-footer-links a {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}
.oc-footer-links a:hover {
    color: #c084fc;
    transform: translateX(3px);
}

.oc-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 18px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.oc-footer-dev {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 8px;
    background: rgba(26, 11, 48, 0.7);
    border: 1px solid rgba(168, 85, 247, 0.35);
    color: #cbd5e1;
}
.oc-footer-dev strong {
    color: #c084fc;
}
.oc-dev-wa {
    color: #34d399;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
}
.oc-dot {
    color: #a855f7;
}

/* Champion Card Styling */
.oc-champion-card {
    text-align: center;
    padding: 20px 14px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(38, 16, 68, 0.6) 0%, rgba(15, 6, 28, 0.9) 100%);
    border: 1px solid rgba(245, 158, 11, 0.4);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6), inset 0 0 15px rgba(245, 158, 11, 0.1);
}
.oc-champion-card__crown {
    margin-bottom: 8px;
}
.oc-champion-card__badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 9999px;
    background: rgba(245, 158, 11, 0.2);
    border: 1px solid rgba(245, 158, 11, 0.5);
    color: #fbbf24;
    font-family: var(--oc-font-h);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.oc-champion-card__name {
    font-family: var(--oc-font-h);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-shadow: 0 0 12px rgba(245, 158, 11, 0.6);
    margin-bottom: 2px;
}
.oc-champion-card__guild {
    font-size: 11px;
    font-weight: 700;
    color: #cbd5e1;
}

/* ═══════════════════════════════════════════════════════════════════
   SECTION HEADINGS (MAJESTIC CINZEL & DIAMOND WINGS)
   ═══════════════════════════════════════════════════════════════════ */
.oc-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 50px 0 25px;
}

.oc-heading__wing {
    flex: 1;
    max-width: 180px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a855f7, transparent) !important;
    position: relative;
}
.oc-heading__wing::after {
    content: '◆';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    color: #a855f7;
    font-size: 10px;
    text-shadow: 0 0 6px rgba(168, 85, 247, 0.8);
}
.oc-heading__wing:first-child::after {
    right: auto;
    left: 0;
    transform: translate(-50%, -50%);
}

.oc-heading__title {
    font-family: 'Cinzel', Georgia, serif !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #1e0b38 !important;
    text-shadow: 0 2px 12px rgba(168, 85, 247, 0.25) !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    text-align: center;
}
@media (max-width: 768px) {
    .oc-heading__title { font-size: 22px !important; }
    .oc-heading__wing { max-width: 70px; }
}

.oc-download-sub {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    text-align: center;
    letter-spacing: 0.06em;
    margin-top: -14px;
    margin-bottom: 40px;
}

/* ═══════════════════════════════════════════════════════════════════
   DOWNLOAD & JOIN THE BATTLE
   ═══════════════════════════════════════════════════════════════════ */
.oc-download-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 10px 0;
    background: transparent !important;
}

.oc-specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    flex: 1 1 650px;
}
@media (max-width: 900px) {
    .oc-specs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
    .oc-specs-grid { grid-template-columns: 1fr; }
}

.oc-spec-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(168, 85, 247, 0.35) !important;
    border-radius: 20px !important;
    padding: 24px 16px !important;
    box-shadow: 0 12px 30px rgba(15, 6, 28, 0.08), 0 0 20px rgba(168, 85, 247, 0.1) !important;
    backdrop-filter: blur(12px) !important;
    transition: all 0.3s ease;
}
.oc-spec-card:hover {
    transform: translateY(-5px);
    border-color: #a855f7 !important;
    box-shadow: 0 18px 40px rgba(124, 58, 237, 0.25) !important;
}

.oc-spec-card__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.12);
    border: 1px solid rgba(168, 85, 247, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #7c3aed;
    margin-bottom: 4px;
}

.oc-spec-card__label {
    font-family: var(--oc-font-h);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.oc-spec-card__val {
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
}

.oc-download-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-width: 250px;
}

.oc-btn-download-big {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 36px;
    border-radius: 9999px;
    font-family: var(--oc-font-h);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%);
    border: 1px solid #c084fc;
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.5);
    transition: all 0.3s ease;
}
.oc-btn-download-big:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 15px 45px rgba(192, 132, 252, 0.85);
}

.oc-download-version {
    font-family: 'Rajdhani', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
}

.oc-btn-guide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 11px 24px;
    border-radius: 9999px;
    font-family: var(--oc-font-h);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #7c3aed !important;
    background: rgba(124, 58, 237, 0.1);
    border: 1px solid rgba(168, 85, 247, 0.45);
    transition: all 0.25s ease;
}
.oc-btn-guide:hover {
    background: rgba(124, 58, 237, 0.2);
    color: #4c1d95 !important;
    border-color: #7c3aed;
    transform: translateY(-1px);
}


/* ═══════════════════════════════════════════════════════════════════
   DOWNLOADS PAGE STYLES (DEDICATED VANILLA CSS)
   ═══════════════════════════════════════════════════════════════════ */
.oc-dl-card {
    border-radius: 24px;
    background: linear-gradient(145deg, #18092d 0%, #0d041a 100%) !important;
    border: 1px solid rgba(168, 85, 247, 0.45) !important;
    box-shadow: 0 20px 50px rgba(15, 6, 28, 0.25), 0 0 25px rgba(124, 58, 237, 0.15) !important;
    overflow: hidden;
    color: #ffffff !important;
}

.oc-dl-panel {
    border-radius: 20px;
    background: linear-gradient(145deg, #18092d 0%, #0d041a 100%) !important;
    border: 1px solid rgba(168, 85, 247, 0.4) !important;
    box-shadow: 0 15px 40px rgba(15, 6, 28, 0.2) !important;
    overflow: hidden;
    color: #ffffff !important;
}

.oc-dl-panel-header {
    background: #090310 !important;
    border-bottom: 1px solid rgba(168, 85, 247, 0.3) !important;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oc-dl-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(45, 18, 78, 0.4) !important;
    border: 1px solid rgba(168, 85, 247, 0.25) !important;
    transition: all 0.2s ease;
    gap: 12px;
}
.oc-dl-item:hover {
    border-color: #c084fc !important;
    background: rgba(45, 18, 78, 0.7) !important;
}

.oc-dl-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 28px;
    border-radius: 14px;
    font-family: var(--oc-font-h);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%) !important;
    border: 1px solid #c084fc !important;
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.5) !important;
    transition: all 0.3s ease;
}
.oc-dl-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(192, 132, 252, 0.8) !important;
}

.oc-dl-btn-small {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%) !important;
    border: 1px solid #c084fc !important;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.oc-dl-btn-small:hover {
    transform: scale(1.1);
}

.oc-dl-btn-get {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border-radius: 10px;
    font-family: var(--oc-font-h);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    color: #c084fc !important;
    background: rgba(124, 58, 237, 0.2) !important;
    border: 1px solid rgba(168, 85, 247, 0.4) !important;
    transition: all 0.2s ease;
}
.oc-dl-btn-get:hover {
    background: #7c3aed !important;
    color: #ffffff !important;
    border-color: #c084fc !important;
}

.oc-dl-mirror-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 12px;
    background: rgba(35, 12, 60, 0.7) !important;
    border: 1px solid rgba(168, 85, 247, 0.35) !important;
    color: #e2e8f0 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}
.oc-dl-mirror-btn:hover {
    border-color: #c084fc !important;
    color: #ffffff !important;
    background: #4c1d95 !important;
}

.oc-dl-badge {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(35, 12, 60, 0.6) !important;
    border: 1px solid rgba(168, 85, 247, 0.3) !important;
    text-align: center;
}
.oc-dl-badge-lbl {
    display: block;
    font-family: var(--oc-font-h);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #c084fc;
}
.oc-dl-badge-val {
    display: block;
    font-size: 13px;
    font-weight: 900;
    color: #ffffff;
    margin-top: 2px;
}


/* ═══════════════════════════════════════════════════════════════════
   RANKINGS & LEADERBOARD PAGES (DEDICATED VANILLA CSS)
   ═══════════════════════════════════════════════════════════════════ */
.oc-rank-main-card {
    border-radius: 24px;
    background: linear-gradient(145deg, #18092d 0%, #0d041a 100%) !important;
    border: 1px solid rgba(168, 85, 247, 0.45) !important;
    box-shadow: 0 20px 50px rgba(15, 6, 28, 0.25), 0 0 25px rgba(124, 58, 237, 0.15) !important;
    overflow: hidden;
    color: #ffffff !important;
}

.oc-rank-top-bar {
    background: #090310 !important;
    border-bottom: 1px solid rgba(168, 85, 247, 0.3) !important;
    padding: 20px 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.oc-rank-search-input {
    width: 100%;
    padding: 10px 16px 10px 38px;
    border-radius: 12px;
    background: rgba(35, 12, 60, 0.7) !important;
    border: 1px solid rgba(168, 85, 247, 0.4) !important;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    outline: none;
    transition: all 0.2s ease;
}
.oc-rank-search-input:focus {
    border-color: #c084fc !important;
    box-shadow: 0 0 15px rgba(192, 132, 252, 0.3) !important;
}

.oc-rank-podium {
    background: rgba(14, 5, 26, 0.7) !important;
    border-bottom: 1px solid rgba(168, 85, 247, 0.25) !important;
    padding: 28px 20px;
}

.oc-rank-podium-card {
    padding: 20px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(35, 12, 60, 0.6) !important;
    border: 1px solid rgba(168, 85, 247, 0.3) !important;
    transition: transform 0.3s ease;
}

.oc-rank-podium-card--1 {
    background: linear-gradient(180deg, rgba(74, 34, 10, 0.6) 0%, rgba(35, 12, 60, 0.85) 100%) !important;
    border: 2px solid #f59e0b !important;
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.35) !important;
}

.oc-rank-podium-card--2 {
    border-color: rgba(203, 213, 225, 0.6) !important;
    box-shadow: 0 0 20px rgba(203, 213, 225, 0.2) !important;
}

.oc-rank-podium-card--3 {
    border-color: rgba(180, 83, 9, 0.6) !important;
    box-shadow: 0 0 20px rgba(180, 83, 9, 0.2) !important;
}

.oc-rank-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    font-weight: 700;
}

.oc-rank-table thead {
    background: #090310 !important;
    border-bottom: 1px solid rgba(168, 85, 247, 0.3) !important;
    font-family: var(--oc-font-h);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c084fc !important;
}

.oc-rank-table th {
    padding: 16px 20px;
}

.oc-rank-table tbody tr {
    border-bottom: 1px solid rgba(168, 85, 247, 0.12);
    transition: background-color 0.2s ease;
    color: #e2e8f0;
}

.oc-rank-table tbody tr:hover {
    background: rgba(124, 58, 237, 0.15) !important;
}

.oc-rank-table td {
    padding: 14px 20px;
}


/* ═══════════════════════════════════════════════════════════════════
   RANKINGS PAGINATION CONTROLS
   ═══════════════════════════════════════════════════════════════════ */
.oc-rank-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: #090310 !important;
    border-top: 1px solid rgba(168, 85, 247, 0.25) !important;
    font-family: var(--oc-font-h);
    font-size: 12px;
}

.oc-page-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 10px;
    background: rgba(124, 58, 237, 0.25) !important;
    border: 1px solid rgba(168, 85, 247, 0.4) !important;
    color: #ffffff !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: all 0.2s ease;
}
.oc-page-btn:hover:not(:disabled) {
    background: #7c3aed !important;
    border-color: #c084fc !important;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.5) !important;
}

.oc-page-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #cbd5e1;
    font-weight: 700;
}






















/* ═══════════════════════════════════════════════════════════════════
   OPEN CONQUER — EXACT OFFICIAL MMORPG STORE (V3 REFINED)
   Prominent Artwork • High Contrast Dual Prices • Dynamic Ticking Timer
   ═══════════════════════════════════════════════════════════════════ */

/* 1. Page Header & Hero Spotlight Banner */
.oc-ref-header-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}
@media (min-width: 1024px) {
    .oc-ref-header-wrap {
        grid-template-columns: 280px 1fr;
    }
}

.oc-ref-title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.oc-ref-main-title {
    font-family: var(--oc-font-h);
    font-size: 38px;
    font-weight: 900;
    color: #1e0b38 !important;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-bottom: 6px;
    text-shadow: 0 2px 8px rgba(168, 85, 247, 0.2);
}
.oc-ref-title-line {
    width: 45px;
    height: 3px;
    background: linear-gradient(90deg, #7c3aed, #c084fc);
    border-radius: 999px;
    margin-bottom: 10px;
}
.oc-ref-subtitle {
    font-family: var(--oc-font-b);
    font-size: 13px;
    font-weight: 600;
    color: #475569 !important;
    line-height: 1.45;
}

/* Hero Spotlight Banner */
.oc-ref-hero-banner {
    position: relative;
    border-radius: 22px;
    background: radial-gradient(circle at 75% 40%, #320b57 0%, #17072e 55%, #0a0314 100%) !important;
    border: 1.5px solid rgba(168, 85, 247, 0.45) !important;
    box-shadow: 0 15px 45px rgba(15, 6, 28, 0.25), 0 0 25px rgba(168, 85, 247, 0.15) !important;
    padding: 22px 28px;
    color: #ffffff !important;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
}
@media (min-width: 768px) {
    .oc-ref-hero-banner {
        grid-template-columns: 1fr 260px;
    }
}

.oc-ref-hero-tag {
    font-family: var(--oc-font-h);
    font-size: 9.5px;
    font-weight: 900;
    color: #c084fc;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    display: block;
}
.oc-ref-hero-heading {
    font-family: var(--oc-font-h);
    font-size: 22px;
    font-weight: 900;
    color: #fbbf24 !important;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.02em;
    text-shadow: 0 0 14px rgba(251, 191, 36, 0.4);
}
.oc-ref-hero-desc {
    font-family: var(--oc-font-b);
    font-size: 12.5px;
    font-weight: 600;
    color: #cbd5e1 !important;
    line-height: 1.4;
    max-width: 380px;
    margin-bottom: 14px;
}

.oc-ref-hero-timer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.oc-ref-timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #090310;
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 8px;
    padding: 4px 8px;
    min-width: 44px;
}
.oc-ref-timer-val {
    font-family: var(--oc-font-d);
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
}
.oc-ref-timer-lbl {
    font-family: var(--oc-font-h);
    font-size: 7px;
    font-weight: 800;
    color: #a855f7;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 2px;
}
.oc-ref-timer-sep {
    font-family: var(--oc-font-d);
    font-size: 14px;
    font-weight: 900;
    color: #a855f7;
}

.oc-ref-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 22px;
    border-radius: 12px;
    background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%) !important;
    border: 1px solid #c084fc !important;
    color: #ffffff !important;
    font-family: var(--oc-font-h);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    box-shadow: 0 0 14px rgba(124, 58, 237, 0.5) !important;
    transition: all 0.2s ease;
}
.oc-ref-hero-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 0 24px rgba(192, 132, 252, 0.8) !important;
}

.oc-ref-hero-visual {
    position: relative;
    width: 100%;
    height: 160px;
    border-radius: 16px;
    background: #080210;
    border: 1px solid rgba(168, 85, 247, 0.35);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oc-ref-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.oc-ref-hero-banner:hover .oc-ref-hero-img {
    transform: scale(1.06);
}
.oc-ref-discount-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: radial-gradient(circle, #7c3aed, #3b0764);
    border: 1.5px dashed #fbbf24;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 16px rgba(168, 85, 247, 0.6);
    z-index: 3;
}
.oc-ref-discount-text {
    font-family: var(--oc-font-h);
    font-size: 7px;
    font-weight: 900;
    color: #e9d5ff;
    text-transform: uppercase;
    line-height: 1;
}
.oc-ref-discount-num {
    font-family: var(--oc-font-d);
    font-size: 13px;
    font-weight: 900;
    color: #fbbf24;
    line-height: 1.1;
}

/* 2. Trust Badges Row */
.oc-ref-trust-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.oc-ref-trust-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #110522 !important;
    border: 1px solid rgba(168, 85, 247, 0.25) !important;
    box-shadow: 0 4px 14px rgba(15, 6, 28, 0.08);
    color: #ffffff !important;
}

.oc-ref-trust-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #1e0936 !important;
    border: 1px solid rgba(168, 85, 247, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c084fc;
    font-size: 12px;
    flex-shrink: 0;
}

.oc-ref-trust-title {
    font-family: var(--oc-font-h);
    font-size: 10px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-bottom: 2px;
}
.oc-ref-trust-sub {
    font-family: var(--oc-font-b);
    font-size: 9.5px;
    font-weight: 600;
    color: #94a3b8;
    line-height: 1;
}

/* 3. Main 2-Column Split: Left Sidebar / Right Grid */
.oc-ref-main-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
}
@media (min-width: 1024px) {
    .oc-ref-main-layout {
        grid-template-columns: 220px 1fr;
    }
}

/* Sidebar Widgets */
.oc-ref-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.oc-ref-widget {
    background: #110522 !important;
    border: 1px solid rgba(168, 85, 247, 0.25) !important;
    border-radius: 16px !important;
    padding: 14px;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(15, 6, 28, 0.1);
}

.oc-ref-widget-title {
    font-family: var(--oc-font-h);
    font-size: 10px;
    font-weight: 900;
    color: #94a3b8 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(168, 85, 247, 0.2);
}

/* Balance Rows */
.oc-ref-balance-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    border-radius: 10px;
    background: #080210 !important;
    border: 1px solid rgba(168, 85, 247, 0.2);
    margin-bottom: 6px;
}
.oc-ref-balance-left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.oc-ref-curr-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 900;
}
.oc-ref-curr-circle.usd {
    background: #059669;
    color: #ffffff;
}
.oc-ref-curr-circle.egp {
    background: #d97706;
    color: #ffffff;
}
.oc-ref-balance-val {
    font-family: var(--oc-font-d);
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
}
.oc-ref-plus-btn {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #200a3a;
    border: 1px solid #c084fc;
    color: #c084fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.oc-ref-plus-btn:hover {
    background: #7c3aed;
    color: #ffffff;
}

/* Categories List */
.oc-ref-cat-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.oc-ref-cat-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 7px 10px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid transparent;
    color: #94a3b8 !important;
    font-family: var(--oc-font-h);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}
.oc-ref-cat-btn:hover {
    background: #18082e !important;
    color: #ffffff !important;
}
.oc-ref-cat-btn.active {
    background: linear-gradient(90deg, #581c87 0%, #3b0764 100%) !important;
    border-left: 3px solid #c084fc !important;
    color: #ffffff !important;
    font-weight: 900;
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.35);
}
.oc-ref-cat-btn i {
    width: 14px;
    text-align: center;
    color: #a855f7;
    font-size: 10px;
}
.oc-ref-cat-btn.active i {
    color: #fbbf24;
}

/* 4. Section Headings (Right Area) */
.oc-ref-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.oc-ref-sec-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.oc-ref-sec-title {
    font-family: var(--oc-font-h);
    font-size: 14px;
    font-weight: 900;
    color: #1e0b38 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.oc-ref-sec-line {
    width: 20px;
    height: 2px;
    background: #a855f7;
}
.oc-ref-view-all {
    font-family: var(--oc-font-h);
    font-size: 10px;
    font-weight: 800;
    color: #7c3aed !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all 0.2s ease;
}
.oc-ref-view-all:hover {
    color: #a855f7 !important;
    letter-spacing: 0.08em;
}

/* 5. Item Cards (Featured 5-Column Grid) */
.oc-ref-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.oc-ref-card {
    position: relative;
    border-radius: 16px;
    background: #110522 !important;
    border: 1px solid rgba(168, 85, 247, 0.3) !important;
    padding: 12px;
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.oc-ref-card:hover {
    transform: translateY(-4px);
    border-color: #c084fc !important;
    box-shadow: 0 12px 30px rgba(124, 58, 237, 0.35) !important;
}

.oc-ref-badge-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 2px 7px;
    border-radius: 6px;
    font-family: var(--oc-font-h);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    z-index: 2;
}
.oc-ref-badge-tag.new {
    background: #7c3aed;
    color: #ffffff;
}
.oc-ref-badge-tag.hot {
    background: #dc2626;
    color: #ffffff;
}
.oc-ref-badge-tag.limited {
    background: #d97706;
    color: #ffffff;
}

.oc-ref-card-stage {
    position: relative;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.oc-ref-card-stage::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.25) 0%, transparent 70%);
    pointer-events: none;
}
.oc-ref-card-img {
    max-width: 125px;
    max-height: 125px;
    width: auto;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.8));
    transition: transform 0.25s ease;
}
.oc-ref-card:hover .oc-ref-card-img {
    transform: scale(1.1);
}

.oc-ref-card-title {
    font-family: var(--oc-font-h);
    font-size: 12.5px;
    font-weight: 900;
    color: #ffffff !important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.oc-ref-card-prices {
    text-align: center;
    margin-bottom: 8px;
}
.oc-ref-price-usd {
    font-family: var(--oc-font-d);
    font-size: 14px;
    font-weight: 900;
    color: #fbbf24 !important;
    line-height: 1.1;
}
.oc-ref-price-egp {
    font-family: var(--oc-font-b);
    font-size: 12px;
    font-weight: 800;
    color: #e9d5ff !important;
    text-shadow: 0 0 8px rgba(168,85,247,0.4);
}

.oc-ref-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    padding: 7px;
    border-radius: 8px;
    background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%) !important;
    border: 1px solid #c084fc !important;
    color: #ffffff !important;
    font-family: var(--oc-font-h);
    font-size: 9.5px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(124, 58, 237, 0.4) !important;
    transition: all 0.2s ease;
}
.oc-ref-buy-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 0 18px rgba(192, 132, 252, 0.75) !important;
}

/* 6. Popular Bundles (3-Column Grid) */
.oc-ref-bundles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.oc-ref-bundle-card {
    position: relative;
    border-radius: 16px;
    background: #110522 !important;
    border: 1px solid rgba(168, 85, 247, 0.3) !important;
    padding: 14px;
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.oc-ref-bundle-card:hover {
    transform: translateY(-4px);
    border-color: #c084fc !important;
    box-shadow: 0 12px 30px rgba(124, 58, 237, 0.35) !important;
}

.oc-ref-bundle-banner {
    position: relative;
    height: 120px;
    border-radius: 10px;
    background: #080210;
    border: 1px solid rgba(168, 85, 247, 0.25);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.oc-ref-bundle-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oc-ref-bundle-title {
    font-family: var(--oc-font-h);
    font-size: 13.5px;
    font-weight: 900;
    color: #ffffff !important;
    text-align: center;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oc-ref-bundle-items-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 6px;
}
.oc-ref-bundle-mini-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #080210;
    border: 1px solid rgba(168, 85, 247, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}
.oc-ref-bundle-mini-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.oc-ref-bundle-count {
    font-family: var(--oc-font-b);
    font-size: 10px;
    font-weight: 600;
    color: #94a3b8;
    text-align: center;
    margin-bottom: 8px;
}

.oc-ref-bundle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%) !important;
    border: 1px solid #c084fc !important;
    color: #ffffff !important;
    font-family: var(--oc-font-h);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(124, 58, 237, 0.4) !important;
    transition: all 0.2s ease;
}
.oc-ref-bundle-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 0 18px rgba(192, 132, 252, 0.75) !important;
}



/* ═══════════════════════════════════════════════════════════════════
   OPEN CONQUER — STORE DETAIL & CHECKOUT PAGES (ITEM, PACKAGE, DEPOSIT)
   Solid Obsidian Dark Frames • High Contrast • 100% Legibility
   ═══════════════════════════════════════════════════════════════════ */

.oc-ref-detail-card {
    border-radius: 22px;
    background: #110522 !important;
    border: 1.5px solid rgba(168, 85, 247, 0.35) !important;
    box-shadow: 0 15px 45px rgba(15, 6, 28, 0.22), 0 0 25px rgba(168, 85, 247, 0.12) !important;
    padding: 26px;
    color: #ffffff !important;
}

.oc-ref-detail-stage {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 220px;
    margin: 12px auto 18px;
    border-radius: 18px;
    background: #080210 !important;
    border: 1px solid rgba(168, 85, 247, 0.3) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    overflow: hidden;
}
.oc-ref-detail-stage::before {
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, transparent 70%);
    pointer-events: none;
}
.oc-ref-detail-stage img {
    max-width: 160px;
    max-height: 160px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.85));
}

.oc-ref-curr-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}
.oc-ref-curr-btn {
    padding: 14px 16px;
    border-radius: 14px;
    background: #080210 !important;
    border: 1.5px solid rgba(168, 85, 247, 0.3) !important;
    color: #ffffff !important;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}
.oc-ref-curr-btn:hover {
    border-color: #c084fc !important;
    background: #18082e !important;
}
.oc-ref-curr-btn.active {
    background: linear-gradient(135deg, #250e45 0%, #17072e 100%) !important;
    border-color: #c084fc !important;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.45) !important;
}

.oc-ref-pay-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px;
    border-radius: 14px;
    background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%) !important;
    border: 1px solid #c084fc !important;
    color: #ffffff !important;
    font-family: var(--oc-font-h);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    box-shadow: 0 0 16px rgba(124, 58, 237, 0.5) !important;
    transition: all 0.25s ease;
    text-decoration: none;
}
.oc-ref-pay-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 0 28px rgba(192, 132, 252, 0.8) !important;
}

.oc-ref-trust-mini {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(168, 85, 247, 0.25);
    text-align: center;
}
.oc-ref-trust-mini-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.oc-ref-trust-mini-item i {
    font-size: 14px;
    color: #c084fc;
}
.oc-ref-trust-mini-item span {
    font-family: var(--oc-font-h);
    font-size: 9px;
    font-weight: 800;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}


/* ═══════════════════════════════════════════════════════════════════
   OPEN CONQUER — STORE HERO CAROUSEL CONTROLS
   ═══════════════════════════════════════════════════════════════════ */

.oc-ref-carousel-nav {
    display: flex;
    align-items: center;
    gap: 6px;
}
.oc-ref-carousel-btn {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: #080210 !important;
    border: 1px solid rgba(168, 85, 247, 0.35) !important;
    color: #c084fc !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.oc-ref-carousel-btn:hover {
    background: #7c3aed !important;
    color: #ffffff !important;
    border-color: #fbbf24 !important;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.5) !important;
}
.oc-ref-carousel-dots {
    display: flex;
    align-items: center;
    gap: 5px;
}
.oc-ref-carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.4);
    cursor: pointer;
    transition: all 0.25s ease;
}
.oc-ref-carousel-dot.active {
    width: 16px;
    border-radius: 4px;
    background: #fbbf24;
    box-shadow: 0 0 8px rgba(251, 191, 36, 0.6);
}

/* ═══════════════════════════════════════════════════════════════════
   OPEN CONQUER — UNIVERSAL LUXURY DROPDOWNS & SELECT MENUS
   ═══════════════════════════════════════════════════════════════════ */

.oc-dropdown-menu {
    position: absolute !important;
    background: #0d041a !important;
    background-color: #0d041a !important;
    border: 1.5px solid #a855f7 !important;
    border-radius: 16px !important;
    padding: 8px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.98), 0 0 35px rgba(168, 85, 247, 0.45) !important;
    z-index: 999999 !important;
    opacity: 1 !important;
    visibility: visible !important;
    min-width: 220px !important;
}

.oc-dropdown-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    font-family: var(--oc-font-h), "Cinzel", sans-serif !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #e2e8f0 !important;
    text-decoration: none !important;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid transparent !important;
    background: transparent !important;
}

.oc-dropdown-item i {
    font-size: 13px !important;
    width: 18px !important;
    text-align: center !important;
    color: #c084fc !important;
    transition: transform 0.2s ease, color 0.2s ease !important;
}

.oc-dropdown-item:hover {
    background: linear-gradient(90deg, #260a45 0%, #150628 100%) !important;
    border-color: rgba(251, 191, 36, 0.6) !important;
    color: #fbbf24 !important;
    transform: translateX(4px) !important;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3) !important;
}

.oc-dropdown-item:hover i {
    color: #fbbf24 !important;
    color: #fbbf24 !important;
    transform: scale(1.2) !important;
}

.oc-dropdown-item.active {
    background: linear-gradient(90deg, #3b0764 0%, #1e0838 100%) !important;
    border-color: #a855f7 !important;
    color: #c084fc !important;
}

/* Global Select Inputs */
select, .oc-select-input {
    background-color: #0c0418 !important;
    background: #0c0418 !important;
    color: #ffffff !important;
    border: 1.5px solid rgba(168, 85, 247, 0.45) !important;
    border-radius: 12px !important;
    padding: 10px 16px !important;
    font-family: var(--oc-font-b), "Rajdhani", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6) !important;
    outline: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

select:focus, .oc-select-input:focus {
    border-color: #c084fc !important;
    box-shadow: 0 0 20px rgba(192, 132, 252, 0.6) !important;
}

select option {
    background: #0d0517 !important;
    background-color: #0d0517 !important;
    color: #ffffff !important;
    padding: 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}


/* ═══════════════════════════════════════════════════════════════════
   OPEN CONQUER — UNIVERSAL COMMUNITY & SUPPORT PAGES DESIGN SYSTEM
   ═══════════════════════════════════════════════════════════════════ */

/* Page Headers on Light Canvas */
.oc-page-header {
    text-align: center;
    margin-bottom: 36px;
}
.oc-page-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    border-radius: 9999px;
    background: #090310;
    border: 1px solid rgba(251, 191, 36, 0.5);
    color: #fbbf24;
    font-family: var(--oc-font-h), "Cinzel", sans-serif;
    font-size: 10.5px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    box-shadow: 0 0 14px rgba(251, 191, 36, 0.25);
}
.oc-page-title {
    font-family: var(--oc-font-h), "Cinzel", sans-serif;
    font-size: clamp(24px, 4vw, 42px);
    font-weight: 900;
    color: #1e0b38 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.15;
    margin-bottom: 8px;
    text-shadow: 0 2px 10px rgba(124, 58, 237, 0.15);
}
.oc-page-title-line {
    width: 90px;
    height: 3.5px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #7c3aed 0%, #fbbf24 50%, #7c3aed 100%);
    margin: 0 auto 12px auto;
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}
.oc-page-subtitle {
    font-family: var(--oc-font-b), "Rajdhani", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #475569 !important;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Master Obsidian Cards */
.oc-obsidian-card {
    background: #110522 !important;
    background-color: #110522 !important;
    border: 1.5px solid rgba(168, 85, 247, 0.4) !important;
    border-radius: 20px !important;
    padding: 24px !important;
    color: #ffffff !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 0 0 25px rgba(124, 58, 237, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    overflow: hidden;
}
.oc-obsidian-card:hover {
    border-color: rgba(251, 191, 36, 0.6) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 35px rgba(251, 191, 36, 0.2) !important;
}

/* Lucky Wheel Specific Components */
.oc-wheel-card {
    background: #110522 !important;
    background-color: #110522 !important;
    border: 1.5px solid rgba(168, 85, 247, 0.4) !important;
    border-radius: 20px !important;
    padding: 20px !important;
    color: #ffffff !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25) !important;
}
.oc-wheel-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(168, 85, 247, 0.25);
}
.oc-wheel-item-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 12px;
    background: #090310 !important;
    border: 1px solid rgba(168, 85, 247, 0.25);
    transition: all 0.2s ease;
}
.oc-wheel-item-chip:hover {
    border-color: #fbbf24;
    background: #18092d !important;
}
.oc-wheel-spin-btn {
    width: 100%;
    padding: 14px 28px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 60%, #b45309 100%) !important;
    border: 2px solid #fef08a !important;
    color: #090310 !important;
    font-family: var(--oc-font-h), "Cinzel", sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(251, 191, 36, 0.6), 0 8px 20px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.oc-wheel-spin-btn:hover:not(:disabled) {
    transform: scale(1.03);
    box-shadow: 0 0 40px rgba(251, 191, 36, 0.9), 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

/* News & Articles Styling */
.oc-news-card {
    background: #110522 !important;
    background-color: #110522 !important;
    border: 1.5px solid rgba(168, 85, 247, 0.35) !important;
    border-radius: 20px !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #ffffff !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s ease !important;
}
.oc-news-card:hover {
    border-color: rgba(251, 191, 36, 0.6) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 30px rgba(124, 58, 237, 0.25) !important;
}
.oc-news-thumb-wrap {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
    background: #080210;
}
.oc-news-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.oc-news-card:hover .oc-news-thumb {
    transform: scale(1.08);
}
.oc-news-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.oc-news-title {
    font-family: var(--oc-font-h), "Cinzel", sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff !important;
    text-transform: uppercase;
    line-height: 1.35;
    margin-bottom: 8px;
    transition: color 0.2s;
}
.oc-news-card:hover .oc-news-title {
    color: #fbbf24 !important;
}
.oc-news-desc {
    font-family: var(--oc-font-b), "Rajdhani", sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #cbd5e1 !important;
    line-height: 1.5;
    margin-bottom: 16px;
    flex: 1;
}

/* Event & Rules Styling */
.oc-event-badge-active {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 8px;
    background: rgba(16, 185, 129, 0.2);
    border: 1px solid #10b981;
    color: #34d399;
    font-family: var(--oc-font-h), "Cinzel", sans-serif;
    font-size: 10px;
    font-weight: 900;
}
.oc-event-badge-upcoming {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 8px;
    background: rgba(245, 158, 11, 0.2);
    border: 1px solid #f59e0b;
    color: #fbbf24;
    font-family: var(--oc-font-h), "Cinzel", sans-serif;
    font-size: 10px;
    font-weight: 900;
}


/* ═══════════════════════════════════════════════════════════════════
   OPEN CONQUER — AAA LUXURY EVENTS & TIMETABLE MASTERPIECE SYSTEM
   ═══════════════════════════════════════════════════════════════════ */

.oc-events-shell {
    background: transparent !important;
    border-radius: 0;
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 40px;
}

/* Master Live Server Clock HUD */
.oc-events-hud {
    background: linear-gradient(145deg, #18092d 0%, #0d041a 100%) !important;
    border: 1.5px solid rgba(168, 85, 247, 0.45) !important;
    border-radius: 24px !important;
    padding: 20px 28px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    box-shadow: 0 20px 60px rgba(15, 6, 28, 0.3), inset 0 0 30px rgba(168, 85, 247, 0.15) !important;
    position: relative;
    overflow: hidden;
    color: #ffffff !important;
}

.oc-hud-clock-val {
    font-family: var(--oc-font-mono), "Orbitron", monospace;
    font-size: 24px;
    font-weight: 900;
    color: #fbbf24 !important;
    text-shadow: 0 0 15px rgba(251, 191, 36, 0.7);
    letter-spacing: 0.08em;
}

/* Master 3D Obsidian Tab Navigation */
.oc-tabs-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.oc-tab-btn {
    background: linear-gradient(145deg, #18092d 0%, #0d041a 100%) !important;
    border: 1.5px solid rgba(168, 85, 247, 0.45) !important;
    color: #f1f5f9 !important;
    padding: 14px 26px !important;
    border-radius: 18px !important;
    font-family: 'Cairo', var(--oc-font-h), sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25) !important;
    text-decoration: none !important;
}

.oc-tab-btn:hover {
    border-color: #fbbf24 !important;
    color: #fbbf24 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(124, 58, 237, 0.4), 0 0 20px rgba(251, 191, 36, 0.3) !important;
    background: #240d42 !important;
}

.oc-tab-btn.active {
    background: linear-gradient(135deg, #d97706 0%, #f59e0b 50%, #fbbf24 100%) !important;
    border: 2px solid #fde68a !important;
    color: #090214 !important;
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 0 30px rgba(251, 191, 36, 0.6), 0 12px 30px rgba(0, 0, 0, 0.4) !important;
}

.oc-tab-btn.active i {
    color: #090214 !important;
    text-shadow: none !important;
}

/* Master Event Card */
.oc-event-card {
    background: linear-gradient(145deg, #1c0a36 0%, #0d041a 100%) !important;
    border: 1.5px solid rgba(168, 85, 247, 0.45) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    color: #ffffff !important;
    box-shadow: 0 18px 45px rgba(15, 6, 28, 0.3), 0 0 25px rgba(124, 58, 237, 0.12) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    padding: 24px !important;
}

.oc-event-card:hover {
    border-color: #fbbf24 !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 25px 60px rgba(15, 6, 28, 0.4), 0 0 40px rgba(251, 191, 36, 0.3) !important;
}

.oc-event-badge {
    padding: 6px 14px;
    border-radius: 9999px;
    background: #090310 !important;
    border: 1.5px solid rgba(251, 191, 36, 0.7) !important;
    color: #fbbf24 !important;
    font-family: 'Cairo', var(--oc-font-mono), monospace !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 0 12px rgba(251, 191, 36, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.oc-event-title {
    font-family: 'Cairo', var(--oc-font-h), sans-serif !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    line-height: 1.4 !important;
    margin: 14px 0 8px !important;
    text-shadow: 0 0 15px rgba(251, 191, 36, 0.35);
    transition: color 0.2s ease;
}

.oc-event-card:hover .oc-event-title {
    color: #fbbf24 !important;
}

.oc-event-desc {
    font-family: 'Cairo', 'Rajdhani', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #e2e8f0 !important;
    line-height: 1.65 !important;
    margin-bottom: 16px !important;
}

.oc-event-meta-box {
    background: #090310 !important;
    border: 1px solid rgba(168, 85, 247, 0.35) !important;
    border-radius: 14px !important;
    padding: 10px 14px !important;
    margin-bottom: 14px !important;
    color: #f3e8ff !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    font-family: 'Cairo', sans-serif !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.oc-event-reward-box {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.16) 0%, rgba(124, 58, 237, 0.24) 100%) !important;
    border: 1.5px solid #f59e0b !important;
    border-radius: 16px !important;
    padding: 14px 16px !important;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-shadow: inset 0 0 15px rgba(251, 191, 36, 0.1);
}

.oc-event-reward-box p {
    font-family: 'Cairo', sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #fef08a !important;
    line-height: 1.5 !important;
}

/* Master World Boss Card */
.oc-boss-card {
    background: linear-gradient(145deg, #18092d 0%, #0d041a 100%) !important;
    border: 1.5px solid rgba(168, 85, 247, 0.45) !important;
    border-radius: 22px !important;
    padding: 20px !important;
    color: #ffffff !important;
    box-shadow: 0 15px 40px rgba(15, 6, 28, 0.35) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    overflow: hidden;
}

.oc-boss-card:hover {
    border-color: #fbbf24 !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 20px 50px rgba(15, 6, 28, 0.45), 0 0 30px rgba(251, 191, 36, 0.3) !important;
}

/* Master Server Spec Card */
.oc-spec-card {
    background: linear-gradient(145deg, #18092d 0%, #0d041a 100%) !important;
    border: 1.5px solid rgba(168, 85, 247, 0.45) !important;
    border-radius: 24px !important;
    padding: 26px !important;
    color: #ffffff !important;
    text-align: center !important;
    box-shadow: 0 15px 40px rgba(15, 6, 28, 0.35) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    overflow: hidden;
}

.oc-spec-card:hover {
    border-color: #fbbf24 !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 20px 50px rgba(15, 6, 28, 0.45), 0 0 35px rgba(251, 191, 36, 0.3) !important;
}

/* Master Guild War Hero Card */
.oc-gw-epic-card {
    background: linear-gradient(145deg, #18092d 0%, #0d041a 100%) !important;
    border: 1.5px solid rgba(168, 85, 247, 0.45) !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(15, 6, 28, 0.4) !important;
    color: #ffffff !important;
    margin-bottom: 32px !important;
    transition: all 0.3s ease !important;
}

.oc-gw-epic-card:hover {
    border-color: #fbbf24 !important;
    box-shadow: 0 25px 70px rgba(15, 6, 28, 0.5), 0 0 35px rgba(251, 191, 36, 0.25) !important;
}

.oc-gw-epic-header {
    background: #090310 !important;
    border-bottom: 1px solid rgba(168, 85, 247, 0.35) !important;
    padding: 18px 28px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.oc-gw-epic-hero {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: #080210;
}

.oc-gw-epic-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.oc-gw-epic-card:hover .oc-gw-epic-hero img {
    transform: scale(1.05);
}

.oc-gw-defender-badge {
    position: absolute;
    bottom: 20px;
    left: 24px;
    right: 24px;
    padding: 16px 20px;
    border-radius: 18px;
    background: rgba(9, 3, 16, 0.92) !important;
    backdrop-filter: blur(12px);
    border: 1.5px solid rgba(251, 191, 36, 0.5) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.oc-gw-epic-body {
    padding: 28px !important;
}

.oc-gw-art-wrap {
    position: relative;
    width: 100%;
    min-height: 280px;
    height: 100%;
    overflow: hidden;
    background: #080210;
}

.oc-gw-art-img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.oc-gw-master-card:hover .oc-gw-art-img {
    transform: scale(1.06);
}

.oc-gw-content {
    padding: 28px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    background: #110522 !important;
}

.oc-gw-title {
    font-family: var(--oc-font-h), "Cinzel", sans-serif;
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 900;
    color: #ffffff !important;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px;
    text-shadow: 0 0 15px rgba(251, 191, 36, 0.3);
}

.oc-gw-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 16px 0;
}

.oc-gw-meta-box {
    background: #090310;
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 14px;
    padding: 12px 16px;
}

.oc-gw-spoils-box {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.12) 0%, rgba(124, 58, 237, 0.15) 100%);
    border: 1.5px solid rgba(251, 191, 36, 0.45);
    border-radius: 16px;
    padding: 16px;
    margin-top: 12px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.oc-gw-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.oc-gw-feature-chip {
    background: #090310;
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.25s ease;
}

.oc-gw-feature-chip:hover {
    border-color: #fbbf24;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}


/* ═══════════════════════════════════════════════════════════════════
   OPEN CONQUER — GUILD WAR ULTIMATE ARENA DESIGN SYSTEM
   ═══════════════════════════════════════════════════════════════════ */

.oc-gw-card {
    background: #0f051d !important;
    border: 1.5px solid rgba(168, 85, 247, 0.4) !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.4) !important;
    margin-bottom: 24px !important;
    transition: all 0.3s ease !important;
}

.oc-gw-card:hover {
    border-color: #fbbf24 !important;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.5), 0 0 30px rgba(251, 191, 36, 0.2) !important;
}

.oc-gw-header-strip {
    background: #090310;
    border-bottom: 1.5px solid rgba(168, 85, 247, 0.3);
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.oc-gw-grid {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 900px) {
    .oc-gw-grid {
        grid-template-columns: 44% 56%;
    }
}

.oc-gw-visual {
    position: relative;
    width: 100%;
    min-height: 260px;
    height: 100%;
    overflow: hidden;
    background: #080210;
}

.oc-gw-visual img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.oc-gw-card:hover .oc-gw-visual img {
    transform: scale(1.05);
}

.oc-gw-details {
    padding: 24px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #0f051d;
}

.oc-gw-reward-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.oc-gw-reward-item {
    background: #090310;
    border: 1px solid rgba(251, 191, 36, 0.4);
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.oc-gw-reward-item:hover {
    border-color: #fbbf24;
    background: #18092d;
    transform: translateY(-2px);
}

.oc-gw-step-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.oc-gw-step-card {
    background: #090310;
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 18px;
    padding: 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: all 0.25s ease;
}

.oc-gw-step-card:hover {
    border-color: #fbbf24;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}


/* ═══════════════════════════════════════════════════════════════════
   OPEN CONQUER — ARABIC GAMING TYPOGRAPHY & LUXURY GUILD WAR
   ═══════════════════════════════════════════════════════════════════ */

/* Universal Arabic Font Injection */
html[lang="ar"], 
html[dir="rtl"], 
html[lang="ar"] body, 
html[dir="rtl"] body {
    font-family: "Cairo", "Tajawal", -apple-system, BlinkMacSystemFont, sans-serif !important;
}

html[lang="ar"] [class*="Cinzel"], html[dir="rtl"] [class*="Cinzel"],
html[lang="ar"] [class*="Rajdhani"], html[dir="rtl"] [class*="Rajdhani"],
html[lang="ar"] .oc-page-title, html[dir="rtl"] .oc-page-title,
html[lang="ar"] .oc-event-title, html[dir="rtl"] .oc-event-title,
html[lang="ar"] .oc-tab-btn, html[dir="rtl"] .oc-tab-btn {
    font-family: "Cairo", "Tajawal", sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

/* Masterpiece Guild War Grand Stage */
.oc-gw-epic-card {
    background: #0d041a !important;
    border: 2px solid rgba(168, 85, 247, 0.45) !important;
    border-radius: 26px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(124, 58, 237, 0.15) !important;
    margin-bottom: 32px !important;
    transition: all 0.35s ease !important;
}

.oc-gw-epic-card:hover {
    border-color: #fbbf24 !important;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6), 0 0 40px rgba(251, 191, 36, 0.25) !important;
}

/* Top Banner Header */
.oc-gw-epic-header {
    background: #080210 !important;
    border-bottom: 1.5px solid rgba(168, 85, 247, 0.35) !important;
    padding: 16px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

/* Hero Panoramic Image with Gradient */
.oc-gw-epic-hero {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #05010a;
}

@media (min-width: 768px) {
    .oc-gw-epic-hero {
        height: 280px;
    }
}

.oc-gw-epic-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.oc-gw-epic-card:hover .oc-gw-epic-hero img {
    transform: scale(1.04);
}

/* Defender Floating Champion Badge */
.oc-gw-defender-badge {
    position: absolute;
    bottom: 16px;
    right: 16px;
    left: 16px;
    padding: 12px 20px;
    background: rgba(9, 3, 16, 0.92);
    backdrop-filter: blur(12px);
    border: 1.5px solid rgba(251, 191, 36, 0.5);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

/* Epic Card Body */
.oc-gw-epic-body {
    padding: 28px 24px !important;
}

/* 4 Grand Prize Cards Grid */
.oc-gw-prizes-grid {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 14px !important;
    margin-top: 20px !important;
}

@media (min-width: 640px) {
    .oc-gw-prizes-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .oc-gw-prizes-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.oc-gw-prize-box {
    background: #140728 !important;
    border: 1.5px solid rgba(251, 191, 36, 0.35) !important;
    border-radius: 18px !important;
    padding: 16px 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

.oc-gw-prize-box:hover {
    border-color: #fbbf24 !important;
    background: #1f0b3d !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 30px rgba(251, 191, 36, 0.25) !important;
}

.oc-gw-prize-box i {
    font-size: 26px !important;
    color: #fbbf24 !important;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.6));
    margin-bottom: 4px;
}

.oc-gw-prize-val {
    font-size: 15px !important;
    font-weight: 900 !important;
    color: #fbbf24 !important;
    line-height: 1.2 !important;
}

.oc-gw-prize-lbl {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #e2e8f0 !important;
}

/* 3 War Strategy Steps */
.oc-gw-steps-row {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 16px !important;
    margin-top: 28px !important;
}

@media (min-width: 768px) {
    .oc-gw-steps-row {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.oc-gw-step-pill {
    background: #0d041a !important;
    border: 1.5px solid rgba(168, 85, 247, 0.35) !important;
    border-radius: 20px !important;
    padding: 18px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.25s ease !important;
}

.oc-gw-step-pill:hover {
    border-color: #fbbf24 !important;
    transform: translateY(-2px) !important;
}

.oc-gw-step-num {
    width: 36px !important;
    height: 36px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #7c3aed 0%, #d97706 100%) !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: 0 0 12px rgba(251, 191, 36, 0.4) !important;
}

/* ── Open Conquer SweetAlert2 MMORPG Custom Theme ── */
.oc-swal-popup {
    background: linear-gradient(145deg, #16082c 0%, #0d041a 100%) !important;
    border: 1px solid rgba(168, 85, 247, 0.45) !important;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.95), 0 0 40px rgba(168, 85, 247, 0.25) !important;
    border-radius: 24px !important;
    padding: 28px !important;
    font-family: inherit !important;
}
.oc-swal-title {
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 8px !important;
}
.oc-swal-text {
    color: #cbd5e1 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}
.oc-swal-confirm {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 12px 24px !important;
    border-radius: 14px !important;
    border: 1px solid #f87171 !important;
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.4) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 0 6px !important;
}
.oc-swal-confirm:hover {
    transform: scale(1.04) !important;
    box-shadow: 0 0 25px rgba(239, 68, 68, 0.6) !important;
}
.oc-swal-cancel {
    background: #0a0216 !important;
    color: #94a3b8 !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 12px 24px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(168, 85, 247, 0.3) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 0 6px !important;
}
.oc-swal-cancel:hover {
    color: #ffffff !important;
    border-color: rgba(168, 85, 247, 0.6) !important;
    background: #140628 !important;
}
.swal2-icon.swal2-warning {
    border-color: #f59e0b !important;
    color: #fbbf24 !important;
}
.swal2-icon.swal2-question {
    border-color: #a855f7 !important;
    color: #c084fc !important;
}
