/* Budhape Ka Sahara - Frosted Warm Glass Theme */
.bks-container {
    max-width: 1240px;
    margin: 2rem auto 5rem;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}

/* Ambient Glow Accents */
.ambient-gold {
    position: fixed;
    top: 15%;
    left: -120px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.22) 0%, transparent 70%);
    filter: blur(90px);
    pointer-events: none;
    z-index: 0;
}
.ambient-emerald {
    position: fixed;
    bottom: 10%;
    right: -100px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.18) 0%, transparent 70%);
    filter: blur(90px);
    pointer-events: none;
    z-index: 0;
}

/* Glass Wrapper */
.bks-glass-card {
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 28px;
    padding: 2.8rem 2.2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    margin-bottom: 3rem;
}

/* Hero Badge */
.upcoming-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 18px;
    border-radius: 30px;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.5);
    color: #fbbf24;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.2rem;
}

.bks-hero-title {
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.2;
    background: linear-gradient(135deg, #ffffff 40%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.8rem;
}
.bks-hero-sub {
    font-size: 1.25rem;
    font-weight: 700;
    color: #34d399;
    margin-bottom: 1.5rem;
}

/* 2-Column Split Matrix */
.bks-split-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.2rem;
    align-items: center;
    margin-top: 2rem;
}

/* Problem Pills (Left Side) */
.challenges-panel {
    background: rgba(9, 14, 26, 0.75);
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: 22px;
    padding: 1.8rem;
    box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.panel-head {
    font-size: 1.15rem;
    font-weight: 800;
    color: #fca5a5;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.25rem;
}
.challenge-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}
.challenge-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 16px;
    border-radius: 14px;
    transition: all 0.3s ease;
}
.challenge-item:hover {
    border-color: rgba(245, 158, 11, 0.4);
    transform: translateX(4px);
    background: rgba(245, 158, 11, 0.05);
}
.challenge-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f87171;
    font-size: 0.95rem;
    flex-shrink: 0;
}
.challenge-text {
    font-size: 0.96rem;
    font-weight: 600;
    color: #f1f5f9;
}

/* Solutions Panel (Right Side Pillars) */
.solutions-panel {
    background: rgba(9, 14, 26, 0.75);
    border: 1px solid rgba(16, 185, 129, 0.35);
    border-radius: 22px;
    padding: 1.8rem;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.1);
}
.panel-head-sol {
    font-size: 1.15rem;
    font-weight: 800;
    color: #6ee7b7;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.25rem;
}
.solution-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}
.solution-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sol-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 10px #34d399;
    margin-top: 6px;
    flex-shrink: 0;
}
.sol-title {
    font-size: 0.98rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.sol-sub {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-top: 2px;
}

/* 4 Core Pillars Grid (From Hindi Image) */
.services-4grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin: 2rem 0;
}
.service-pill-card {
    background: rgba(14, 20, 36, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.8rem 1.4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}
.service-pill-card:hover {
    transform: translateY(-4px);
    border-color: #34d399;
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.2);
}
.service-icon-box {
    width: 58px;
    height: 58px;
    margin: 0 auto 1.1rem;
    border-radius: 16px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #34d399;
    font-size: 1.5rem;
}
.service-title-hi {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.3rem;
}
.service-title-en {
    font-size: 0.85rem;
    font-weight: 700;
    color: #fbbf24;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Directory & Legal Hub Matrix (No Root / No Var) */
.bks-policy-hub-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 32px;
    margin-top: 40px;
    align-items: stretch;
}

.bks-policy-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bks-policy-card-plate {
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bks-policy-card-plate:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 242, 254, 0.25);
    border-color: #00f2fe;
}

.bks-policy-card-plate::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 130px;
    height: 130px;
    background: radial-gradient(circle, rgba(0, 242, 254, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.bks-policy-title-node {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bks-policy-title-node h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bks-policy-title-node .hub-pill-tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 5px 12px;
    border-radius: 50px;
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.bks-policy-nav-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bks-policy-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(7, 9, 19, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
}

.bks-policy-item-link:hover {
    color: #ffffff;
    background: rgba(15, 23, 42, 0.9);
    transform: translateX(6px);
    box-shadow: 0 4px 15px rgba(0, 242, 254, 0.2);
    border-color: #00f2fe;
}

.bks-policy-item-link .link-label-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bks-policy-item-link .link-icon-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bks-policy-item-link:hover .link-icon-dot {
    background: #00f2fe;
    box-shadow: 0 0 8px #00f2fe;
    transform: scale(1.2);
}

.bks-policy-item-link .chevron-indicator {
    font-size: 13px;
    color: #94a3b8;
    opacity: 0.5;
    transform: translateX(-4px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bks-policy-item-link:hover .chevron-indicator {
    opacity: 1;
    transform: translateX(0);
    color: #00f2fe;
}

.badge-upcoming-glow {
    background: rgba(0, 242, 254, 0.15) !important;
    color: #00f2fe !important;
    border: 1px solid rgba(0, 242, 254, 0.3) !important;
}

.badge-brand-glow {
    background: rgba(155, 81, 224, 0.15) !important;
    color: #9b51e0 !important;
    border: 1px solid rgba(155, 81, 224, 0.3) !important;
}

/* Bottom Registration Callout */
.bks-join-box {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(16, 185, 129, 0.15));
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}
.bks-join-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #070913;
    padding: 14px 34px;
    border-radius: 40px;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 0 25px rgba(245, 158, 11, 0.45);
    transition: all 0.3s ease;
}
.bks-join-btn:hover {
    transform: scale(1.04);
    box-shadow: 0 0 35px rgba(245, 158, 11, 0.7);
}

@media (max-width: 992px) {
    .bks-split-grid { grid-template-columns: 1fr; }
    .services-4grid { grid-template-columns: repeat(2, 1fr); }
    .bks-hero-title { font-size: 2.1rem; }
    .bks-policy-hub-grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 600px) {
    .services-4grid { grid-template-columns: 1fr; }
}