/* ===== STICKY FIX - MUST WORK ===== */
html,
body {
    overflow-x: clip;
}

.site-header {
    position: relative;
    z-index: 1;
}

#top {
    position: relative;
    z-index: 1;
}

.top-banner {
    position: relative;
    z-index: 1;
}

.site-nav,
.site-nav.banner-nav {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    width: 100%;
    left: 0;
    right: 0;
}

.site-nav.is-fixed {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
}

body.has-fixed-nav {
    padding-top: 56px;
}

.nav-actions a {
    color: #fff;
    text-decoration: none;
}

/* ============================================================
   JUSTICE NEXUS HUB - FINAL UNIFORM CSS - FULL FIXED 1700 LINES
   Uniform Spacing System | Full Width Justice Courts
   Mobile + Tablet + Laptop + Desktop (320px to 1920px)
   DYNAMIC LIVE INTEGRATED - 100% NO CACHE - UPDATED
   ============================================================ */

/* ===== ROOT & RESET ===== */
:root {
    --bg: #060f1f;
    --bg2: #0B1C33;
    --bg3: #0f2240;
    --gold: #D4AF37;
    --gold2: #F7E7A0;
    --white: #fff;
    --container: 1440px;
    --section-pad: 20px;
    --card-gap: 24px;
    --inner-pad: 32px;
}

.sections {
    padding-top: 20px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    background: var(--bg);
    color: #fff;
    font-family: Inter, system-ui, sans-serif;
    line-height: 1.6;
    overflow-x: clip;
    min-height: 100vh;
}

.font-cinzel {
    font-family: Cinzel, serif
}

.gold-text {
    background: linear-gradient(135deg, #D4AF37 0%, #FFF3B0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

/* ===== TOP BANNER ===== */
#top {
    position: relative;
    width: 100%;
    min-height: 428px;
    background-color: #4f432d;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 4%;
    overflow: hidden;
}

#top::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, transparent 70%);
    z-index: 1
}

.logo_top {
    position: relative;
    z-index: 2;
    width: 16%;
    max-width: 180px;
    min-width: 130px;
    margin-left: 16%;
    margin-top: 45px;

}

.logo_top a {
    display: block
}

.logo_top img,
#top a img {
    width: 100% !important;
    max-width: 160px !important;
    height: auto !important;
    display: block !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* ===== NAV - STICKY ONLY ===== */
.site-nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: #0B1C33;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(212, 175, 55, .15)
}

.site-nav.banner-nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
}

.nav-inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--inner-pad);
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 11px;
    letter-spacing: .15em;
    font-weight: 500
}

.nav-links a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    transition: .2s
}

.nav-links a.active {
    color: var(--gold);
    border-bottom: 1px solid var(--gold);
    padding-bottom: 2px
}

.nav-links a:hover {
    color: #fff
}

.dropdown {
    position: relative
}

.dropdown button {
    background: none;
    border: none;
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    letter-spacing: .15em;
    cursor: pointer;
    padding: 6px 0
}

.dropdown button.pill-btn {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 6px 12px;
    border-radius: 999px
}

.dropdown-box {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: var(--bg2);
    border: 1px solid rgba(212, 175, 55, .35);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .7);
    opacity: 0;
    pointer-events: none;
    transition: .2s;
    z-index: 50
}

.dropdown:hover .dropdown-box {
    opacity: 1;
    pointer-events: auto
}

.foundation-box {
    width: 320px
}

.dropdown-title {
    font-family: Cinzel;
    font-size: 10px;
    letter-spacing: .25em;
    color: var(--gold);
    margin-bottom: 12px
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.grid-2 div {
    padding: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .05);
    font-size: 11px;
    color: rgba(255, 255, 255, .7)
}

.grid-2 div a {
    color: inherit;
    text-decoration: none;
}

.mega-dropdown .mega-box {
    left: 50%;
    transform: translateX(-50%);
    width: 980px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.mega-col-title {
    font-family: Cinzel;
    font-size: 10px;
    letter-spacing: .25em;
    color: var(--gold);
    margin-bottom: 12px
}

.mega-item {
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid transparent;
    color: rgba(255, 255, 255, .8);
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.mega-item:hover {
    background: rgba(212, 175, 55, .1);
    border-color: rgba(212, 175, 55, .3);
    color: #fff
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px
}

.nav-actions-desktop {
    display: flex;
    gap: 18px;
    align-items: center;
}

.btn-gold {
    background: linear-gradient(135deg, #D4AF37, #b8962f);
    color: #0B1C33;
    border: none;
    padding: 0 20px;
    height: 36px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
    cursor: pointer
}

.btn-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    cursor: pointer
}

.menu-btn {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    cursor: pointer
}

.mobile-brand {
    display: none;
    font-family: Cinzel, serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    color: var(--gold);
    text-transform: uppercase;
}

.mobile-menu {
    display: none;
    background: var(--bg2);
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
}

.mobile-menu.open {
    display: block
}

.mobile-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.mobile-links a {
    padding: 10px 12px;
    background: rgba(255, 255, 255, .05);
    border-radius: 8px;
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    font-size: 12px;
    text-align: center
}

.mobile-dropdown {
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.mobile-dropdown-btn {
    width: 100%;
    text-align: left;
    padding: 14px 20px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
    cursor: pointer;
}

.mobile-dropdown-box {
    display: none;
    background: rgba(0, 0, 0, .2);
    padding: 8px 0;
    border-radius: 8px;
    margin-top: 4px;
}

.mobile-dropdown-box.open {
    display: block;
}

.mobile-dropdown-box a {
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, .65);
    text-align: left;
    border-radius: 0;
    background: transparent;
}

/* ===== JUSTICE COURTS - FULL WIDTH UNIFORM - JOURNEY HOVER LIKE ===== */
.skills-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #be995b;
}

.skills-section .container {
    max-width: var(--container);
    width: 100%;
    margin: 0 auto;
    padding-left: var(--inner-pad);
    padding-right: var(--inner-pad);
}

.skills-section .row {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    gap: 0
}

.justice-header {
    text-align: center;
}

.justice-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    color: #0B1C33;
    margin-bottom: 12px;
    letter-spacing: .02em;
}

.justice-subtitle {
    font-size: 19px;
    color: #4a3d26;
    font-weight: 400
}

.skills-section .court-card {
    position: relative;
    border-radius: 15px !important;
    padding: 1px !important;
    background: linear-gradient(135deg, rgba(212, 175, 55, .4), rgba(212, 175, 55, .05), transparent) !important;
    box-shadow: none !important;
    transition: all .35s cubic-bezier(.4, 0, .2, 1) !important;
    overflow: visible !important;
    height: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.skills-section .court-card a {
    display: block;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(212, 175, 55, .12);
    transition: all .35s ease;
    text-decoration: none;
}

.skills-section .court-card:hover {
    transform: scale(1.02) translateY(-6px) !important;
    background: linear-gradient(135deg, rgba(212, 175, 55, .6), rgba(212, 175, 55, .2), transparent) !important;
    box-shadow: 0 0 30px rgba(212, 175, 55, .25), 0 14px 28px rgba(0, 0, 0, .15) !important;
}

.skills-section .court-card:hover a {
    border-color: rgba(212, 175, 55, .35);
    background: linear-gradient(135deg, #ffffff 0%, #fffdf5 100%);
}

.skills-section .court-card .court-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skills-section .court-card .court-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(212, 175, 55, .15), transparent);
    opacity: 0;
    transition: opacity .35s ease;
}

.skills-section .court-card:hover .court-img-wrap::after {
    opacity: 1;
}

.skills-section .court-card img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
    background: #eee;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1) !important;
}

.skills-section .court-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0B1C33;
    margin-top: 14px;
    line-height: 1.3;
    text-align: center;
    position: relative;
    font-family: Cinzel;
    text-transform: uppercase;
    transition: all .35s ease;
}

.skills-section .court-card h4::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #00923f, #00923f);
    transition: all .35s ease;
    transform: translateX(-50%);
}

.skills-section .court-card:hover h4::after {
    width: 60px;
}

.skills-section .court-card:hover h4 {
    color: #0B1C33 !important;
    letter-spacing: .03em;
}

.court-title-wrap {
    padding: 15px 5px 5px;
}

/* ===== HERO - UNIFORM ===== */
.hero {
    max-width: var(--container);
    margin: 0 auto;
    padding: var(--section-pad) var(--inner-pad);
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 32px;
    align-items: center
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 24px
}

.hero-pills span {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(212, 175, 55, .1);
    border: 1px solid rgba(212, 175, 55, .25);
    font-size: 10px;
    letter-spacing: .2em;
    color: var(--gold);
    font-weight: 600
}

.jnh-circle-wrap {
    position: relative;
    width: 460px;
    height: 460px;
    margin: 0 auto
}

.circle-glow {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(212, 175, 55, .2);
    filter: blur(40px)
}

.circle-text {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-18deg);
    font-family: Cinzel;
    font-size: 11px;
    letter-spacing: 4px;
    fill: #D4AF37;
    opacity: .9
}

.jnh-circle {
    position: absolute;
    inset: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D4AF37, #F7E7A0, #D4AF37);
    padding: 2px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.jnh-circle::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 50%;
    background: var(--bg2)
}

.jnh-circle * {
    position: relative;
    z-index: 1
}

.jnh-main {
    font-family: Cinzel;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: .1em;
    background: linear-gradient(135deg, #D4AF37 0%, #FFF3B0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1
}

.jnh-sub {
    font-family: Cinzel;
    font-size: 11px;
    letter-spacing: .4em;
    color: rgba(255, 255, 255, .6);
    margin-top: 8px
}

.jnh-divider {
    width: 70%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212, 175, 55, .5), transparent);
    margin-top: 12px
}

.jnh-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    text-align: center;
    margin-top: 12px
}

.jnh-3col b {
    display: block;
    font-family: Cinzel;
    font-size: 10px;
    color: var(--gold)
}

.jnh-3col span {
    font-size: 7px;
    color: rgba(255, 255, 255, .4)
}

.jnh-bottom {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 8px;
    letter-spacing: .2em;
    color: rgba(255, 255, 255, .5)
}

.dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 12px var(--gold)
}

.dot1 {
    top: 22%;
    right: 10%
}

.dot2 {
    bottom: 18%;
    left: 12%;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, .6)
}

.hero-badges {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 24px
}

.hero-badges span {
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    font-size: 9px;
    letter-spacing: .15em;
    color: rgba(255, 255, 255, .6)
}

.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(212, 175, 55, .1);
    border: 1px solid rgba(212, 175, 55, .2);
    font-size: 10px;
    letter-spacing: .25em;
    color: var(--gold)
}

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    animation: pulse 2s infinite
}

.hero-right h2 {
    font-family: Cinzel;
    font-size: 42px;
    line-height: .95;
    font-weight: 700;
    margin-top: 16px
}

.hero-right p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .65);
    max-width: 560px
}

/* ===== SECTIONS - UNIFORM PADDING ===== */
.section {
    max-width: var(--container);
    margin: 0 auto;
    padding: var(--section-pad) var(--inner-pad)
}

.section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px
}

.section-kicker {
    font-family: Cinzel;
    font-size: 11px;
    letter-spacing: .4em;
    color: #10233d;
}

.section-head h3 {
    font-family: Cinzel;
    font-size: 30px;
    font-weight: 700;
    margin-top: 6px
}

.section-sub {
    margin-top: 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: .15em
}

.section-hint {
    font-size: 10px;
    color: #fff;
}

.pill {
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: .15em
}

.pill.gold {
    background: #4f432d;
    border: 1px solid rgba(212, 175, 55, .2);
    color: #fff;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--card-gap)
}

.journey-grid-8 {
    margin-top: var(--card-gap);
    grid-template-columns: repeat(5, 1fr)
}

.journey-card {
    border-radius: 15px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(212, 175, 55, .3), transparent);
    cursor: pointer;
    transition: all .35s cubic-bezier(.4, 0, .2, 1)
}

.journey-card:hover {
    transform: scale(1.02) translateY(-4px);
    background: linear-gradient(135deg, rgba(212, 175, 55, .5), rgba(212, 175, 55, .1), transparent);
    box-shadow: 0 0 25px rgba(212, 175, 55, .2);
}

.journey-inner {
    border-radius: 14px;
    padding: 18px;
    height: 100%;
    background: linear-gradient(135deg, #0B1C33, #1a2f4f);
    border: 1px solid rgba(212, 175, 55, .15);
    transition: all .35s ease;
}

.journey-card:hover .journey-inner {
    border-color: rgba(212, 175, 55, .35) !important;
}

.journey-top {
    display: flex;
    align-items: start;
    justify-content: space-between
}

.journey-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gold);
    color: #0B1C33;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900
}

.journey-arrow {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.journey-card.expanded .journey-arrow {
    transform: rotate(180deg);
    background: var(--gold);
    color: #0B1C33
}

.journey-title {
    font-family: Cinzel;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    margin-top: 14px;
    line-height: 1.3
}

.journey-sub {
    font-size: 10px;
    letter-spacing: .15em;
    color: rgba(212, 175, 55, .8);
    margin-top: 6px
}

.journey-desc {
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .65);
    margin-top: 10px;
    background: rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .05);
    display: none
}

.journey-card.expanded .journey-desc {
    display: block
}

.journey-law {
    margin-top: 10px;
    font-size: 9px;
    letter-spacing: .15em;
    color: var(--gold);
    background: rgba(212, 175, 55, .1);
    border: 1px solid rgba(212, 175, 55, .2);
    border-radius: 999px;
    padding: 4px 10px;
    display: inline-block
}

.journey-short {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.journey-card.expanded .journey-short {
    display: none
}

.gold-separator {
    margin-top: 32px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(19, 39, 67, .4), transparent);
    position: relative
}

.gold-separator span {
    position: absolute;
    left: 50%;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #152845;
    transform: translateX(-50%)
}

.eco-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--card-gap)
}

.eco-card {
    border-radius: 16px;
    background: var(--bg3);
    border: 1px solid rgba(212, 175, 55, .15);
    padding: 18px;
    display: flex;
    flex-direction: column;
    transition: .2s;
    position: relative;
}

.eco-card:hover {
    border-color: var(--gold);
    box-shadow: 0 0 30px rgba(212, 175, 55, .25);
    transform: translateY(-3px);
}

.eco-top {
    display: flex;
    align-items: start;
    justify-content: space-between
}

.eco-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(212, 175, 55, .1);
    border: 1px solid rgba(212, 175, 55, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.eco-meta {
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .4)
}

.eco-title {
    margin-top: 14px;
    font-family: Cinzel;
    font-size: 13px;
    font-weight: 700;
    min-height: 36px;
    line-height: 1.3
}

.eco-subtitle {
    font-size: 10px;
    color: rgba(255, 255, 255, .5);
    margin-top: 4px;
    letter-spacing: .05em;
}

.eco-bullets {
    margin-top: 14px;
    display: grid;
    gap: 8px
}

.eco-bullets div {
    display: flex;
    align-items: start;
    gap: 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, .6)
}

.eco-bullets i {
    color: rgba(212, 175, 55, .6);
    font-style: normal
}

.eco-actions {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 8px
}

.eco-actions button {
    flex: 1;
    height: 34px;
    border-radius: 999px;
    background: rgba(212, 175, 55, .1);
    border: 1px solid rgba(212, 175, 55, .3);
    color: var(--gold);
    font-size: 11px;
    font-weight: 600;
    cursor: pointer
}

.eco-actions button:hover {
    background: var(--gold);
    color: #0B1C33
}

/* ===== DYNAMIC LIVE ADDITIONS - 100% NO CACHE ===== */
.eco-card.live-pulse {
    border-color: var(--gold);
    box-shadow: 0 0 20px rgba(212, 175, 55, .3);
}



.eco-loading {
    grid-column: 1/-1;
    text-align: center;
    padding: 40px;
    color: var(--gold);
    font-family: Cinzel;
    letter-spacing: .2em;
    font-size: 12px;
    background: rgba(212, 175, 55, .05);
    border: 1px dashed rgba(212, 175, 55, .3);
    border-radius: 12px;
}

.eco-error {
    grid-column: 1/-1;
    text-align: center;
    padding: 20px;
    color: #ff6b6b;
    background: rgba(255, 107, 107, .05);
    border: 1px solid rgba(255, 107, 107, .2);
    border-radius: 12px;
}

.two-col {
    max-width: var(--container);
    margin: 0 auto;
    padding: var(--section-pad) var(--inner-pad);
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 32px
}

.big-title {
    font-family: Cinzel;
    font-size: 32px;
    font-weight: 700;
    line-height: .95;
    margin-top: 10px
}

.pillars-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--card-gap)
}

.pillar {
    border-radius: 15px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(212, 175, 55, .4), transparent)
}

.pillar-inner {
    border-radius: 14px;
    background: var(--bg2);
    padding: 22px;
    height: 100%
}

.pillar-name {
    font-family: Cinzel;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: .15em;
    background: linear-gradient(135deg, #D4AF37 0%, #FFF3B0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.pillar-sanskrit {
    font-family: 'Noto Sans Devanagari';
    font-size: 12px;
    color: rgba(212, 175, 55, .8);
    margin-top: 4px
}

.pillar-desc {
    font-size: 11px;
    letter-spacing: .2em;
    color: rgba(255, 255, 255, .5);
    margin-top: 6px
}

.pillar-detail {
    font-size: 12px;
    color: rgba(255, 255, 255, .65);
    margin-top: 14px;
    line-height: 1.6
}

.pillar-highlight {
    border-radius: 16px;
    background: var(--gold);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.pillar-highlight b {
    font-family: Cinzel;
    font-weight: 900;
    color: #0B1C33;
    font-size: 20px;
    line-height: 1.2
}

.pillar-highlight span {
    font-size: 11px;
    color: rgba(11, 28, 51, .7);
    margin-top: 14px;
    font-weight: 500;
    line-height: 1.5
}

.side-col {
    display: grid;
    gap: 24px
}

.box {
    border-radius: 16px;
    background: var(--bg3);
    border: 1px solid rgba(212, 175, 55, .15);
    padding: 22px
}

.box-kicker {
    font-family: Cinzel;
    font-size: 12px;
    letter-spacing: .25em;
    color: var(--gold)
}

.box-kicker.dark {
    color: #0B1C33;
    font-weight: 900
}

.outcome-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px
}

.outcome-grid div {
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .05);
    font-size: 11px;
    color: rgba(255, 255, 255, .7);
    display: flex;
    align-items: center;
    gap: 8px
}

.outcome-grid span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold)
}

.victim-list {
    margin-top: 16px;
    display: grid;
    gap: 10px
}

.victim-item {
    display: flex;
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
    background: rgba(212, 175, 55, .05);
    border: 1px solid rgba(212, 175, 55, .15)
}

.victim-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(212, 175, 55, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.victim-item b {
    display: block;
    font-size: 12px;
    color: #fff
}

.victim-item span {
    font-size: 10px;
    color: rgba(255, 255, 255, .5)
}

.stake-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px
}

.stake-tags div {
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    font-size: 11px;
    color: rgba(255, 255, 255, .7)
}

.pan-india {
    margin-top: 18px;
    padding: 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, .6)
}

.gold-box {
    background: linear-gradient(135deg, #D4AF37, #b8962f);
    color: #0B1C33
}

.dash-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.dash-grid b {
    display: block;
    font-size: 22px;
    font-weight: 900
}

.dash-grid span {
    font-size: 10px;
    letter-spacing: .15em;
    opacity: .7
}

.site-footer {
    margin-top: 0;
    border-top: 1px solid rgba(212, 175, 55, .2);
    background: #080f1e;
    padding: 40px var(--inner-pad)
}

.footer-box {
    max-width: var(--container);
    margin: 0 auto;
    border-radius: 16px;
    background: var(--bg2);
    border: 1px solid rgba(212, 175, 55, .15);
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.footer-kicker {
    font-family: Cinzel;
    font-size: 11px;
    letter-spacing: .4em;
    color: var(--gold)
}

.footer-big {
    font-family: Cinzel;
    font-weight: 700;
    font-size: 22px;
    margin-top: 10px;
    line-height: 1.2
}

.footer-sub {
    font-family: Cinzel;
    font-size: 12px;
    letter-spacing: .3em;
    color: rgba(255, 255, 255, .6);
    margin-top: 12px
}

.footer-bottom {
    max-width: var(--container);
    margin: 24px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    font-size: 10px;
    color: rgba(255, 255, 255, .35)
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px
}

.modal.open {
    display: flex
}

.modal-bg {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 15, .8);
    backdrop-filter: blur(24px)
}

.modal-card {
    position: relative;
    width: 100%;
    max-width: 640px;
    border-radius: 24px;
    background: var(--bg2);
    border: 1px solid rgba(212, 175, 55, .35);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .7);
    overflow: hidden
}

.modal-head {
    height: 120px;
    background: linear-gradient(135deg, rgba(212, 175, 55, .2), var(--bg2));
    padding: 24px;
    display: flex;
    align-items: end;
    justify-content: space-between
}

.modal-head-left {
    display: flex;
    align-items: center;
    gap: 16px
}

.modal-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #D4AF37, #b8962f);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #0B1C33
}

.modal-num {
    font-family: Cinzel;
    font-size: 10px;
    letter-spacing: .3em;
    color: var(--gold)
}

.modal-title {
    font-family: Cinzel;
    font-weight: 700;
    font-size: 18px;
    margin-top: 4px
}

.modal-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    cursor: pointer
}

.modal-body {
    padding: 24px
}

.modal-features {
    margin-top: 14px;
    display: grid;
    gap: 12px
}

.modal-features div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, .7)
}

.modal-features span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold)
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

/* ============================================================
   RESPONSIVE - DESKTOP TO MOBILE UNIFORM
   ============================================================ */
@media (max-width: 1200px) {
    :root {
        --inner-pad: 24px;
        --section-pad: 48px;
        --card-gap: 20px
    }

    .mega-dropdown .mega-box {
        width: 760px;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 1024px) {
    :root {
        --inner-pad: 20px;
        --section-pad: 40px;
        --card-gap: 18px
    }

    #top {
        min-height: 300px
    }

    .nav-links {
        gap: 14px;
        font-size: 10px
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: var(--section-pad) var(--inner-pad)
    }

    .jnh-circle-wrap {
        width: 380px;
        height: 380px
    }

    .hero-right h2 {
        font-size: 32px
    }

    .journey-grid,
    .journey-grid-8 {
        grid-template-columns: repeat(3, 1fr)
    }

    .eco-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .two-col {
        grid-template-columns: 1fr;
        padding: var(--section-pad) var(--inner-pad)
    }

    .pillars-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .court-card img {
        height: 190px
    }
}

@media (min-width: 769px) {
    .mobile-menu {
        display: none !important;
    }

    .mobile-brand {
        display: none !important;
    }
}

@media (max-width: 768px) {
    :root {
        --inner-pad: 16px;
        --section-pad: 32px;
        --card-gap: 16px
    }

    #top {
        min-height: auto !important;
        background-image: none !important;
        background: #4f432d !important;
        justify-content: center !important;
    }

    #top::before {
        display: none !important
    }

    .logo_top {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }

    .logo_top img,
    #top a img {
        width: 68% !important;
        max-width: 260px !important;
        min-width: 309px !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .nav-links {
        display: none !important
    }

    .nav-actions-desktop {
        display: none !important;
    }

    .mobile-brand {
        display: block !important;
    }

    .nav-inner {
        height: 50px !important;
        min-height: 50px !important;
        padding: 0 16px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .nav-actions {
        width: auto !important;
        margin-left: auto !important;
        display: flex !important;
        justify-content: flex-end !important;
    }

    #mobileMenuBtn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin-left: auto;
    }

    .mobile-menu {
        width: 100%
    }

    .mobile-menu.open {
        display: block !important
    }

    .mobile-links {
        grid-template-columns: 1fr !important;
        display: flex !important;
        flex-direction: column;
        gap: 0;
    }

    .mobile-links a {
        border-radius: 0;
        text-align: left;
        padding: 14px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
    }

    .skills-section .container {
        padding-left: var(--inner-pad);
        padding-right: var(--inner-pad)
    }

    .justice-title {
        font-size: 28px
    }

    .justice-subtitle {
        font-size: 16px
    }

    .court-card img {
        height: 200px
    }

    .section {
        padding: var(--section-pad) var(--inner-pad)
    }

    .section-head h3 {
        font-size: 24px
    }

    .journey-grid,
    .journey-grid-8 {
        grid-template-columns: repeat(2, 1fr)
    }

    .eco-grid {
        grid-template-columns: 1fr
    }

    .hero {
        padding: var(--section-pad) var(--inner-pad)
    }

    .footer-box {
        flex-direction: column;
        text-align: center;
        padding: 24px var(--inner-pad)
    }
}

@media (max-width: 480px) {
    :root {
        --inner-pad: 14px;
        --section-pad: 12px;
        --card-gap: 14px
    }

    .logo_top img,
    #top a img {
        width: 70% !important;
        max-width: 260px !important;
        min-width: 309px !important;
    }

    .nav-actions .btn-gold {
        font-size: 12px;
        padding: 0 14px
    }

    .justice-title {
        font-size: 24px
    }

    .court-card {
        margin-bottom: 16px
    }

    .court-card img {
        height: 287px
    }

    .jnh-circle-wrap {
        width: 300px;
        height: 300px
    }

    .jnh-main {
        font-size: 56px
    }

    .hero-right h2 {
        font-size: 26px
    }

    .journey-grid,
    .journey-grid-8 {
        grid-template-columns: 1fr
    }

    .section-head {
        flex-direction: column;
        align-items: start
    }

    .pillars-grid {
        display: block;
    }

    .col-sm-6 {
        padding: 0px;
    }
}

@media (max-width: 375px) {
    :root {
        --inner-pad: 12px;
        --section-pad: 24px
    }

    .logo_top img {
        width: 72% !important;
        max-width: 250px !important;
        min-width: 190px !important;
    }

    .btn-gold {
        height: 38px !important;
        font-size: 11px !important
    }

    .justice-title {
        font-size: 22px
    }

    .court-card img {
        height: 220px
    }

    .jnh-circle-wrap {
        width: 260px;
        height: 260px
    }

    .jnh-main {
        font-size: 48px
    }

    .hero-right h2 {
        font-size: 22px
    }
}

@media (max-width: 320px) {
    .logo_top img {
        width: 75% !important;
        max-width: 230px !important;
        min-width: 180px !important;
    }

    .court-card img {
        height: 170px
    }

    .mobile-links {
        grid-template-columns: 1fr
    }
}