﻿/* =====================================================
   Balochistan Bar Council — Design Tokens (Forest Green)
   Palette: deep forest greens + macadamia cream
   ===================================================== */
:root {
    /* Primary (Forest greens) */
    --primary: #1B4332;
    --primary-dark: #14231B;
    --primary-light: #2D6A4F;
    /* Secondary / Accent greens */
    --secondary: #40916C;
    --secondary-bright: #52B788;
    --secondary-dark: #2D6A4F;
    /* Soft accent */
    --accent: #337456;
    /* Backgrounds */
    --bg-cream: #F4F1E9;
    --bg-soft: #F7F9F6;
    --surface: #FFFFFF;
    /* Text */
    --text-primary: #14231B;
    --text-secondary: #3F5147;
    --text-muted: #5E6D60;
    --text-on-primary: #F4F1E9;
    --text-on-primary-muted: #A9B8AC;
    /* Borders */
    --line: #E6ECE7;
    --line-2: #EEF1EC;
    --border: #E6ECE7;
    --border-strong: #1B4332;
    /* Semantic */
    --success: #2E7D32;
    --warning: #F9A825;
    --danger: #C62828;
    --info: #0288D1;
    /* Legacy alias — anything still referencing brass now renders green */
    --brass: var(--secondary);
    --brass-light: var(--secondary-bright);
    --brass-dark: var(--secondary-dark);
    /* Shadows (soft green-tinted) */
    --shadow-sm: 0 1px 3px rgba(20, 35, 27, 0.08);
    --shadow: 0 10px 34px -18px rgba(20, 35, 27, 0.28);
    --shadow-lg: 0 26px 60px -34px rgba(20, 35, 27, 0.40);
    /* Type */
    --font-display: "Source Serif 4", "Playfair Display", Georgia, serif;
    --font-body: "Geist", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
    /* Radius / rhythm — soft, modern greens */
    --radius-sm: 8px;
    --radius-md: 12px;
    --section-y: 5rem;
}

@media (max-width: 767.98px) {
    :root {
        --section-y: 3rem;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--text-primary);
    background-color: var(--bg-cream);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .font-serif {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

h1 {
    font-size: clamp(2.25rem, 4vw, 2.5rem);
}

h2 {
    font-size: clamp(1.75rem, 2.5vw, 2rem);
}

h3 {
    font-size: 1.5rem;
}

p {
    max-width: 68ch;
    color: var(--text-secondary);
}

small, .text-small {
    font-size: 0.875rem;
}

a {
    color: var(--primary);
}

    a:hover {
        color: var(--secondary);
    }

:focus-visible {
    outline: 2px solid var(--secondary);
    outline-offset: 2px;
}

::selection {
    background: var(--secondary);
    color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* =====================================================
   Buttons
   ===================================================== */
.btn-bbc-primary {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    border-radius: 100px;
    padding: 12px 28px;
    font-weight: 600;
    transition: all 0.2s ease;
}

    .btn-bbc-primary:hover {
        background-color: var(--primary-light);
        border-color: var(--primary-light);
        color: #fff;
        transform: translateY(-1px);
        filter: brightness(1.08);
    }

.btn-bbc-secondary {
    background-color: transparent;
    border: 1.5px solid var(--secondary);
    color: var(--primary);
    border-radius: 100px;
    padding: 10px 26px;
    font-weight: 600;
    transition: all 0.2s ease;
}

    .btn-bbc-secondary:hover {
        background-color: var(--secondary);
        color: #fff;
        border-color: var(--secondary);
    }

/* On dark (hero) backgrounds */
.bbc-hero .btn-bbc-secondary {
    color: var(--bg-cream);
    border-color: rgba(244, 241, 233, 0.5);
}

    .bbc-hero .btn-bbc-secondary:hover {
        background: rgba(244, 241, 233, 0.12);
        color: var(--bg-cream);
        border-color: rgba(244, 241, 233, 0.7);
    }

/* =====================================================
   Hero
   ===================================================== */
.bbc-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

    .bbc-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(102deg, rgba(20, 35, 27, 0.92) 0%, rgba(20, 35, 27, 0.55) 50%, rgba(20, 35, 27, 0.25) 100%);
    }

.bbc-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 640px;
    padding: 3rem 0;
}

    .bbc-hero-content h1 {
        color: #fff;
    }

    .bbc-hero-content p {
        color: rgba(244, 241, 233, 0.9);
    }

.bbc-hero-eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: var(--secondary-bright);
    border-left: 3px solid var(--secondary);
    padding-left: 0.65rem;
    margin-bottom: 1.1rem;
}

.bbc-hero-actions {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-top: 1.75rem;
}

/* Credential strip beneath the hero */
.bbc-credential-strip {
    background: var(--primary-dark);
    border-top: 1px solid rgba(244, 241, 233, 0.12);
}

    .bbc-credential-strip .container {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

.bbc-credential-item {
    flex: 1 1 0;
    min-width: 220px;
    padding: 1.1rem 1.75rem;
    color: var(--text-on-primary-muted);
    font-size: 0.9rem;
    border-right: 1px solid rgba(244, 241, 233, 0.12);
}

    .bbc-credential-item:last-child {
        border-right: none;
    }

    .bbc-credential-item strong {
        display: block;
        font-family: var(--font-display);
        color: var(--text-on-primary);
        font-size: 1.05rem;
        font-weight: 600;
    }

/* =====================================================
   Cards
   ===================================================== */
.bbc-card {
    border-radius: 16px;
    box-shadow: var(--shadow);
    background: var(--surface);
    border: 1px solid var(--line);
}

/* =====================================================
   Welcome section
   ===================================================== */
.bbc-welcome {
    padding: var(--section-y) 0;
    background: var(--surface);
}

.bbc-welcome-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 3.5rem;
    align-items: start;
}

@media (max-width: 991.98px) {
    .bbc-welcome-grid {
        grid-template-columns: 1fr;
    }
}

.bbc-welcome-copy p {
    max-width: 62ch;
}

.bbc-welcome-signature {
    margin-top: 1.5rem;
    font-family: var(--font-display);
    font-style: italic;
    color: var(--primary);
}

.bbc-mandate-panel {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-top: 3px solid var(--secondary);
    padding: 2rem;
    border-radius: 16px;
}

    .bbc-mandate-panel h3 {
        margin-bottom: 1.1rem;
    }

.bbc-mandate-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .bbc-mandate-list li {
        display: flex;
        gap: 0.85rem;
        padding: 0.75rem 0;
        border-bottom: 1px solid var(--line);
        color: var(--text-secondary);
        font-size: 0.95rem;
    }

        .bbc-mandate-list li:last-child {
            border-bottom: none;
        }

    .bbc-mandate-list i {
        color: var(--secondary);
        margin-top: 0.15rem;
    }

/* =====================================================
   Stats Counter
   ===================================================== */
.bbc-stat-card {
    background: var(--primary-dark);
    color: #fff;
    border-radius: 16px;
    padding: 2rem 1rem;
    text-align: center;
}

    .bbc-stat-card .stat-icon {
        color: var(--secondary-bright);
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .bbc-stat-card .stat-value {
        font-family: var(--font-display);
        font-size: 2.25rem;
        font-weight: 700;
        color: var(--secondary-bright);
    }

    .bbc-stat-card .stat-label {
        font-size: 0.9rem;
        color: var(--bg-soft);
    }

/* =====================================================
   News Ticker
   ===================================================== */
.bbc-news-ticker {
    background: var(--surface);
    border-radius: 14px;
    border: 1px solid var(--line);
    border-left: 5px solid var(--secondary);
}

    .bbc-news-ticker .ticker-badge {
        background: var(--accent);
        color: #fff;
        font-size: 0.7rem;
        padding: 2px 10px;
        border-radius: 100px;
    }

/* =====================================================
   Quick Links
   ===================================================== */
.bbc-quicklink-card {
    border-radius: 16px;
    box-shadow: var(--shadow);
    background: var(--surface);
    border: 1px solid var(--line);
    padding: 1.75rem 1.25rem;
    text-align: center;
    text-decoration: none;
    color: var(--text-primary);
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .bbc-quicklink-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
        color: var(--primary);
    }

    .bbc-quicklink-card .quicklink-icon {
        font-size: 2.25rem;
        color: var(--primary);
        margin-bottom: 0.75rem;
    }

/* =====================================================
   Section heading
   ===================================================== */
.bbc-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2.25rem;
    border-bottom: 1px solid var(--line);
    padding-bottom: 1.1rem;
}

    .bbc-section-head h2 {
        margin-bottom: 0.35rem;
    }

    .bbc-section-head p {
        margin: 0;
        font-size: 0.95rem;
    }

    .bbc-section-head .bbc-section-link {
        white-space: nowrap;
        font-size: 0.9rem;
        font-weight: 600;
    }

/* =====================================================
   About / feature section
   ===================================================== */
.bbc-about {
    background: var(--bg-soft);
}

    .bbc-about img {
        border-radius: 16px;
        border: 1px solid var(--line);
    }

/* =====================================================
   News — vertical timeline
   ===================================================== */
.bbc-news {
    background: var(--surface);
    padding: var(--section-y) 0;
}

.bbc-timeline {
    position: relative;
    max-width: 760px;
}

    .bbc-timeline::before {
        content: "";
        position: absolute;
        left: 108px;
        top: 6px;
        bottom: 6px;
        width: 1px;
        background: var(--line);
    }

.bbc-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 1.5rem;
    padding: 1.25rem 0;
}

.bbc-timeline-date {
    font-family: var(--font-display);
    color: var(--text-muted);
    font-size: 0.85rem;
    padding-top: 0.15rem;
    text-align: right;
}

    .bbc-timeline-date .day {
        display: block;
        font-size: 1.4rem;
        color: var(--primary);
        font-weight: 700;
        line-height: 1;
    }

.bbc-timeline-marker {
    position: absolute;
    left: 104px;
    top: 1.55rem;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--secondary);
    border: 2px solid var(--surface);
    box-shadow: 0 0 0 1px var(--secondary);
}

.bbc-timeline-body {
    padding-left: 2.25rem;
}

    .bbc-timeline-body a {
        font-family: var(--font-display);
        font-size: 1.05rem;
        font-weight: 600;
        color: var(--primary);
        text-decoration: none;
    }

        .bbc-timeline-body a:hover {
            color: var(--secondary);
        }

    .bbc-timeline-body p {
        margin: 0.35rem 0 0;
        font-size: 0.92rem;
    }

.bbc-news-empty {
    border: 1px dashed var(--line);
    border-radius: 12px;
    padding: 2rem;
    color: var(--text-muted);
    text-align: center;
}

@media (max-width: 575.98px) {
    .bbc-timeline::before {
        left: 52px;
    }

    .bbc-timeline-item {
        grid-template-columns: 40px 1fr;
        gap: 0.75rem;
    }

    .bbc-timeline-marker {
        left: 48px;
    }

    .bbc-timeline-date {
        text-align: left;
        font-size: 0.75rem;
    }

        .bbc-timeline-date .day {
            font-size: 1.1rem;
        }

    .bbc-timeline-body {
        padding-left: 1rem;
    }
}

/* =====================================================
   Footer
   ===================================================== */
.bbc-footer {
    position: relative;
    margin-top: 5rem;
    padding: 4rem 0 0;
    background: linear-gradient(135deg, #0d2018 0%, #143527 55%, #1d4a38 100%);
    color: rgba(255, 255, 255, 0.82);
    overflow: hidden;
}

    /* Top accent */
    .bbc-footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--primary), var(--secondary), var(--primary));
    }

    .bbc-footer a {
        color: rgba(255, 255, 255, 0.65);
        text-decoration: none;
    }

        .bbc-footer a:hover {
            color: var(--secondary-bright);
        }

    .bbc-footer h4, .bbc-footer h5 {
        color: #fff;
        font-family: var(--font-display);
    }

    .bbc-footer p {
        color: rgba(255, 255, 255, 0.65);
    }

.bbc-footer-main {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr;
    gap: 4rem;
    padding-bottom: 3rem;
}

/* ---------- Branding ---------- */
.bbc-footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.bbc-footer-logo {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

    .bbc-footer-logo img {
        width: 100px;
        height: 100px;
        display: block;
        object-fit: contain;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
    }

.bbc-footer-brand-text {
    padding-top: 0.2rem;
}

    .bbc-footer-brand-text h4 {
        margin: 0 0 0.65rem;
        color: #fff;
        font-family: var(--font-display);
        font-size: 1.45rem;
        font-weight: 700;
        line-height: 1.25;
    }

    .bbc-footer-brand-text p {
        max-width: 430px;
        margin: 0 0 1.25rem;
        color: rgba(255, 255, 255, 0.65);
        font-size: 0.9rem;
        line-height: 1.7;
    }

.bbc-footer-address {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    line-height: 1.6;
}

    .bbc-footer-address i {
        margin-top: 0.15rem;
        color: var(--secondary-bright);
        font-size: 1rem;
    }

/* ---------- Columns ---------- */
.bbc-footer-column h5 {
    position: relative;
    margin: 0 0 1.4rem;
    padding-bottom: 0.7rem;
    color: #fff;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
}

    .bbc-footer-column h5::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 32px;
        height: 2px;
        border-radius: 10px;
        background: var(--secondary);
    }

.bbc-footer-column a {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.88rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

    .bbc-footer-column a i {
        width: 18px;
        min-width: 18px;
        color: var(--secondary);
        font-size: 0.9rem;
        text-align: center;
        transition: color 0.2s ease, transform 0.2s ease;
    }

    .bbc-footer-column a:hover {
        color: #fff;
        transform: translateX(3px);
    }

        .bbc-footer-column a:hover i {
            color: var(--secondary-bright);
            transform: scale(1.1);
        }

.bbc-footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.10);
}

.bbc-footer-bottom {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.bbc-footer-copyright {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.78rem;
}

    .bbc-footer-copyright strong {
        color: rgba(255, 255, 255, 0.72);
        font-weight: 600;
    }

.bbc-footer-login a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.8rem;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 0.78rem;
    transition: color 0.2s ease, background 0.2s ease;
}

    .bbc-footer-login a:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.07);
    }

.bbc-footer-login i {
    font-size: 0.85rem;
}

/* ---------- Tablet ---------- */
@media (max-width: 991.98px) {
    .bbc-footer-main {
        grid-template-columns: 1.5fr 1fr;
        gap: 3rem;
    }

    .bbc-footer-brand {
        grid-column: 1 / -1;
    }
}

/* ---------- Mobile ---------- */
@media (max-width: 767.98px) {
    .bbc-footer {
        padding-top: 3rem;
    }

    .bbc-footer-main {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .bbc-footer-brand {
        grid-column: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }

    .bbc-footer-logo {
        width: 150px;
        height: 150px;
        min-width: 150px;
        min-height: 150px;
        flex: 0 0 150px;
    }

        .bbc-footer-logo img {
            width: 150px;
            height: 150px;
        }

    .bbc-footer-brand-text h4 {
        font-size: 1.3rem;
    }

    .bbc-footer-bottom {
        min-height: auto;
        padding: 1.25rem 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}

/* ---------- Small Mobile ---------- */
@media (max-width: 480px) {
    .bbc-footer-brand-text p {
        font-size: 0.84rem;
    }

    .bbc-footer-column h5 {
        font-size: 1rem;
    }

    .bbc-footer-column a {
        font-size: 0.84rem;
    }

    .bbc-footer-copyright {
        line-height: 1.6;
    }
}

.bbc-kicker {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 0.6rem;
}

    .bbc-kicker.light {
        color: var(--secondary-bright);
    }

/* ---------- News ticker bar ---------- */
.bbc-ticker-bar {
    background: var(--primary-dark);
    padding: 0.7rem 0;
}

.bbc-ticker-label {
    background: var(--secondary);
    color: #fff;
    font-weight: 700;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.3rem 0.85rem;
    border-radius: 100px;
    white-space: nowrap;
}

.bbc-ticker-track {
    display: flex;
    gap: 2.5rem;
    white-space: nowrap;
    animation: bbcTicker 45s linear infinite;
}

.bbc-ticker-viewport:hover .bbc-ticker-track {
    animation-play-state: paused;
}

.bbc-ticker-item {
    color: rgba(244, 241, 233, 0.85);
    text-decoration: none;
    font-size: 0.9rem;
}

    .bbc-ticker-item i {
        color: var(--secondary-bright);
    }

    .bbc-ticker-item:hover {
        color: var(--secondary-bright);
    }

.bbc-ticker-all {
    color: var(--secondary-bright);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
}

@keyframes bbcTicker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bbc-ticker-track {
        animation: none;
    }
}

/* ---------- Chairman card ---------- */
.bbc-chairman-card {
    background: var(--primary-dark);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-lg);
    border-top: 3px solid var(--secondary);
}

.bbc-chairman-photo {
    height: 220px;
    overflow: hidden;
}

    .bbc-chairman-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bbc-chairman-body {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    flex-grow: 1;
}

.bbc-chairman-quote {
    color: rgba(244, 241, 233, 0.85);
    font-style: italic;
    font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;
}

.bbc-chairman-sign {
    border-top: 1px solid rgba(244, 241, 233, 0.15);
    padding-top: 0.9rem;
    margin-top: auto;
}

    .bbc-chairman-sign strong {
        display: block;
        font-family: var(--font-display);
        color: var(--secondary-bright);
    }

    .bbc-chairman-sign span {
        color: rgba(244, 241, 233, 0.55);
        font-size: 0.82rem;
    }

/* ---------- Quick link arrow hover ---------- */
.bbc-quicklink-card {
    position: relative;
}

.bbc-quicklink-arrow {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    color: var(--line);
    transition: color 0.2s ease, transform 0.2s ease;
}

.bbc-quicklink-card:hover .bbc-quicklink-arrow {
    color: var(--secondary);
    transform: translateX(4px);
}

/* ---------- Notices & events side cards ---------- */
.bbc-side-card {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 1.5rem;
}

.bbc-side-title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

    .bbc-side-title i {
        color: var(--secondary);
    }

.bbc-notice-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .bbc-notice-list li {
        padding: 0.65rem 0;
        border-bottom: 1px solid var(--line-2);
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
    }

        .bbc-notice-list li:last-child {
            border-bottom: 0;
        }

    .bbc-notice-list a {
        color: var(--text-primary);
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9rem;
    }

        .bbc-notice-list a:hover {
            color: var(--secondary);
        }

    .bbc-notice-list small {
        color: var(--text-muted);
        font-size: 0.76rem;
    }

.bbc-notice-badge {
    background: rgba(64, 145, 108, 0.14);
    color: var(--primary);
    font-weight: 600;
    margin-right: 0.35rem;
}

.bbc-event {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line-2);
}

    .bbc-event:last-child {
        border-bottom: 0;
    }

.bbc-event-date {
    min-width: 52px;
    height: 52px;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    text-transform: uppercase;
    line-height: 1;
}

    .bbc-event-date span {
        font-size: 1.2rem;
        font-weight: 800;
    }

.bbc-event strong {
    display: block;
    color: var(--text-primary);
    font-size: 0.9rem;
}

.bbc-event small {
    color: var(--text-muted);
    font-size: 0.78rem;
}

/* ---------- Verify advocate CTA ---------- */
.bbc-verify-cta {
    background: linear-gradient(120deg, var(--primary-dark) 0%, var(--primary) 100%);
    border-radius: 20px;
    border-left: 4px solid var(--secondary);
    padding: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    flex-wrap: wrap;
    box-shadow: var(--shadow-lg);
}

.bbc-verify-copy p {
    color: rgba(244, 241, 233, 0.75);
    max-width: 440px;
}

.bbc-verify-form {
    flex: 1;
    min-width: 300px;
    max-width: 560px;
}

    .bbc-verify-form .input-group-text {
        background: #fff;
        border: none;
        color: var(--primary);
    }

    .bbc-verify-form .form-control {
        border: none;
        padding: 0.65rem 1rem;
    }

    .bbc-verify-form .input-group {
        border-radius: 100px;
        overflow: hidden;
        box-shadow: var(--shadow);
    }

        .bbc-verify-form .input-group > .form-control:not(:first-child) {
            border-radius: 0;
        }

    .bbc-verify-form small {
        display: block;
        margin-top: 0.6rem;
        color: rgba(244, 241, 233, 0.6);
    }

        .bbc-verify-form small a {
            color: var(--secondary-bright);
        }

/* ---------- Committees ---------- */
.bbc-committee-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 1.9rem 1.6rem;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .bbc-committee-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow);
        border-color: var(--secondary);
    }

    .bbc-committee-card i {
        font-size: 1.9rem;
        color: var(--secondary);
        margin-bottom: 0.9rem;
        display: inline-block;
    }

    .bbc-committee-card h3 {
        font-size: 1.1rem;
    }

    .bbc-committee-card p {
        color: var(--text-muted);
        font-size: 0.88rem;
        margin-bottom: 0;
    }

/* ---------- Heritage banner ---------- */
.bbc-heritage {
    background: linear-gradient(120deg, var(--primary-dark) 0%, var(--primary) 100%);
    padding: var(--section-y) 0;
}

.bbc-heritage-text {
    color: rgba(244, 241, 233, 0.78);
    margin-bottom: 1.5rem;
}

.bbc-heritage-img {
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(244, 241, 233, 0.15);
}

/* ---------- Contact strip ---------- */
.bbc-contact-item {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 1.9rem 1.25rem;
    height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .bbc-contact-item:hover {
        border-color: var(--secondary);
        box-shadow: var(--shadow);
    }

    .bbc-contact-item i {
        font-size: 1.8rem;
        color: var(--secondary);
        margin-bottom: 0.7rem;
        display: inline-block;
    }

    .bbc-contact-item h3 {
        font-size: 1rem;
        font-family: var(--font-body);
        font-weight: 700;
    }

    .bbc-contact-item p {
        color: var(--text-muted);
        font-size: 0.88rem;
    }

/* ---------- Mobile tweaks ---------- */
@media (max-width: 767.98px) {
    .bbc-verify-cta {
        padding: 1.75rem 1.25rem;
    }

    .bbc-chairman-photo {
        height: 180px;
    }
}


/* =====================================================
   PREMIUM UPGRADE — Royal accent cards + tighter rhythm
   (paste at END of stylesheet)
   ===================================================== */

/* ---------- 1. Royal accent palette (pairs with forest green) ---------- */
:root {
    --accent-maroon: #8C3B2E; /* royal maroon  */
    --accent-gold: #A9822A; /* antique gold  */
    --accent-blue: #2C5B8F; /* royal blue    */
    --accent-purple: #6A4E92; /* royal purple  */
    --accent-teal: #2F6F6A; /* deep teal     */
    /* brighter versions for dark backgrounds */
    --accent-gold-bright: #D9A83E;
    --accent-rose-bright: #D98A72;
    --accent-sky-bright: #6FA8D8;
    --accent-mint-bright: #6FC2AE;
}

/* ---------- 2. Card accent engine (left border + tinted icon + soft hover) ---------- */
.bbc-quicklink-card,
.bbc-committee-card,
.bbc-contact-item {
    border-left: 4px solid var(--card-accent, var(--secondary));
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

    .bbc-quicklink-card .quicklink-icon,
    .bbc-committee-card i,
    .bbc-contact-item i {
        color: var(--card-accent, var(--secondary));
        transition: transform .2s ease;
    }

    .bbc-quicklink-card:hover,
    .bbc-committee-card:hover,
    .bbc-contact-item:hover {
        border-left-color: var(--card-accent, var(--secondary));
        background: var(--card-accent-soft, rgba(64,145,108,.05));
    }

        .bbc-quicklink-card:hover .quicklink-icon,
        .bbc-committee-card:hover i,
        .bbc-contact-item:hover i {
            transform: scale(1.1);
        }

/* ---------- 3. Assign colors per card ---------- */

/* Quick links (4 cards): maroon → blue → gold → purple */
.row > div:nth-child(4n+1) .bbc-quicklink-card {
    --card-accent: var(--accent-maroon);
    --card-accent-soft: rgba(140,59,46,.06);
}

.row > div:nth-child(4n+2) .bbc-quicklink-card {
    --card-accent: var(--accent-blue);
    --card-accent-soft: rgba(44,91,143,.06);
}

.row > div:nth-child(4n+3) .bbc-quicklink-card {
    --card-accent: var(--accent-gold);
    --card-accent-soft: rgba(169,130,42,.07);
}

.row > div:nth-child(4n+4) .bbc-quicklink-card {
    --card-accent: var(--accent-purple);
    --card-accent-soft: rgba(106,78,146,.06);
}

/* Committees (3 cards): blue → maroon → gold */
.row > div:nth-child(3n+1) .bbc-committee-card {
    --card-accent: var(--accent-blue);
    --card-accent-soft: rgba(44,91,143,.05);
}

.row > div:nth-child(3n+2) .bbc-committee-card {
    --card-accent: var(--accent-maroon);
    --card-accent-soft: rgba(140,59,46,.05);
}

.row > div:nth-child(3n+3) .bbc-committee-card {
    --card-accent: var(--accent-gold);
    --card-accent-soft: rgba(169,130,42,.06);
}

/* Contact items (3 cards): gold → teal → purple */
.row > div:nth-child(3n+1) .bbc-contact-item {
    --card-accent: var(--accent-gold);
    --card-accent-soft: rgba(169,130,42,.05);
}

.row > div:nth-child(3n+2) .bbc-contact-item {
    --card-accent: var(--accent-teal);
    --card-accent-soft: rgba(47,111,106,.05);
}

.row > div:nth-child(3n+3) .bbc-contact-item {
    --card-accent: var(--accent-purple);
    --card-accent-soft: rgba(106,78,146,.05);
}

/* Dark stat cards — colored top border instead (brighter tones for dark bg) */
.bbc-stat-card {
    border-top: 3px solid var(--card-accent, var(--secondary));
}

.row > div:nth-child(4n+1) .bbc-stat-card {
    --card-accent: var(--accent-gold-bright);
}

.row > div:nth-child(4n+2) .bbc-stat-card {
    --card-accent: var(--secondary-bright);
}

.row > div:nth-child(4n+3) .bbc-stat-card {
    --card-accent: var(--accent-mint-bright);
}

.row > div:nth-child(4n+4) .bbc-stat-card {
    --card-accent: var(--accent-rose-bright);
}

/* Chairman + Verify CTA — a single dignified gold accent */
.bbc-chairman-card {
    border-top-color: var(--accent-gold);
}

.bbc-verify-cta {
    border-left-color: var(--accent-gold-bright);
}

/* ---------- 4. Tighter, premium section rhythm ---------- */
:root {
    --section-y: 3.25rem;
}

@media (max-width: 767.98px) {
    :root {
        --section-y: 2.25rem;
    }
}

.bbc-welcome {
    padding: 3.25rem 0;
}

.bbc-news {
    padding: 3.25rem 0;
}

.bbc-heritage {
    padding: 3.25rem 0;
}

/* Pull Bootstrap utility sections closer together */
section.container.my-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}

section.container.py-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}

section.container.pb-5 {
    padding-bottom: 2.25rem !important;
}

/* Slightly tighter inside sections */
.bbc-welcome-grid {
    gap: 3rem;
}

.bbc-section-head {
    margin-bottom: 1.75rem;
    padding-bottom: .9rem;
}

.bbc-timeline-item {
    padding: 1rem 0;
}

.bbc-credential-item {
    padding: .95rem 1.6rem;
}

.bbc-footer {
    margin-top: 3rem;
}

/* Compact stat + card padding for a denser, official look */
.bbc-stat-card {
    padding: 1.5rem 1rem;
}

.bbc-quicklink-card {
    padding: 1.4rem 1.15rem;
}

.bbc-committee-card {
    padding: 1.6rem 1.4rem;
}

.bbc-verify-cta {
    padding: 2.25rem;
}

.bbc-side-card {
    padding: 1.25rem;
}
/* =========================================================
LEADERSHIP — Welcome + Chairman + Executive Members
========================================================= */

.bbc-leadership {
    padding: 2.75rem 0 3rem;
    background: var(--surface);
}

/* ---------- Welcome / Chairman grid ---------- */

.bbc-leadership-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
}

/* ---------- Welcome copy (no border, no extra decoration) ---------- */

.bbc-leadership-intro h2 {
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.1vw, 1.8rem);
    font-weight: 700;
    color: var(--text);
    margin: .3rem 0 .75rem;
}

.bbc-leadership-intro p {
    color: var(--text-muted);
    font-size: .90rem;
    line-height: 1.65;
    margin-bottom: .6rem;
}

    .bbc-leadership-intro p:last-child {
        margin-bottom: 0;
    }

/* ---------- Chairman card (compact, professional) ---------- */

.bbc-chairman-card {
    display: flex;
    gap: 1rem;
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1rem;
}

.bbc-chairman-photo {
    flex: 0 0 auto;
    width: 96px;
    height: 96px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--surface);
    border: 2px solid var(--accent-gold);
}

    .bbc-chairman-photo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: top center;
    }

.bbc-chairman-body {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

    .bbc-chairman-body i.bi-quote {
        position: absolute;
        top: -.5rem;
        left: -.1rem;
        font-size: 1.3rem;
        color: var(--accent-gold);
        opacity: .5;
    }

    .bbc-chairman-body p {
        font-family: var(--font-display);
        font-style: italic;
        font-size: .86rem;
        line-height: 1.5;
        color: var(--text);
        margin: 0 0 .5rem 1rem;
    }

.bbc-chairman-sign {
    display: flex;
    align-items: baseline;
    gap: .4rem;
    margin-left: 1rem;
}

    .bbc-chairman-sign strong {
        font-size: .78rem;
        color: var(--secondary);
    }

    .bbc-chairman-sign span {
        font-size: .74rem;
        color: var(--text-muted);
    }

        .bbc-chairman-sign span::before {
            content: "·";
            margin-right: .4rem;
        }

/* =========================================================
EXECUTIVE BODY MEMBERS
========================================================= */

.bbc-exec-section-head {
    margin-bottom: .9rem;
}

    .bbc-exec-section-head .bbc-kicker {
        font-size: .70rem;
    }

    .bbc-exec-section-head h2 {
        font-size: clamp(1.1rem, 1.7vw, 1.4rem);
    }

    .bbc-exec-section-head p {
        margin-bottom: 0;
        font-size: .78rem;
    }

.bbc-exec-card {
    height: 100%;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: .45rem;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .bbc-exec-card:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow);
        border-color: var(--card-accent, var(--secondary));
    }

.bbc-exec-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    overflow: hidden;
    background: var(--bg-soft);
    margin-bottom: .40rem;
}

    .bbc-exec-photo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: top center;
        transition: transform .25s ease;
    }

.bbc-exec-card:hover .bbc-exec-photo img {
    transform: scale(1.04);
}

.bbc-exec-body h3 {
    margin: 0 0 .12rem;
    font-family: var(--font-display);
    font-size: .70rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bbc-exec-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .3rem;
}

.bbc-exec-role {
    color: var(--card-accent, var(--secondary));
    font-size: .49rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.bbc-exec-tenure {
    background: var(--card-accent, var(--secondary));
    color: #fff;
    font-size: .43rem;
    font-weight: 700;
    padding: .10rem .30rem;
    border-radius: 20px;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .bbc-exec-card {
        padding: .38rem;
    }

    .bbc-exec-body h3 {
        font-size: .62rem;
    }

    .bbc-exec-role {
        font-size: .44rem;
    }

    .bbc-exec-tenure {
        font-size: .40rem;
    }
}

.bbc-exec-contact {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-top: .35rem;
    border-top: 1px solid var(--line);
}

    .bbc-exec-contact span {
        display: inline-flex;
        width: 22px;
        height: 22px;
        align-items: center;
        justify-content: center;
        background: var(--bg-soft);
        border-radius: 50%;
    }

    .bbc-exec-contact i {
        color: var(--card-accent, var(--secondary));
        font-size: .64rem;
    }

/* =========================================================
RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {
    .bbc-leadership-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .bbc-leadership {
        padding: 2rem 0 2.25rem;
    }

    .bbc-chairman-card {
        padding: .85rem;
    }

    .bbc-chairman-photo {
        width: 72px;
        height: 72px;
    }

    .bbc-exec-card {
        padding: .5rem;
    }

    .bbc-exec-body h3 {
        font-size: .72rem;
    }

    .bbc-exec-role {
        font-size: .51rem;
    }
}
/* =========================================================
FOOTER — modern, professional redesign
========================================================= */

:root {
    --bbc-gold: #d4af37;
    --bbc-green: #0b3d2e;
    --bbc-green-deep: #072e22;
}

.bbc-footer {
    position: relative;
    background: radial-gradient(1100px 420px at 15% -10%, rgba(212, 175, 55, .10), transparent 60%), linear-gradient(180deg, var(--bbc-green) 0%, var(--bbc-green-deep) 100%);
    color: rgba(255, 255, 255, .72);
    font-size: .87rem;
    margin-top: auto;
}

    .bbc-footer a {
        text-decoration: none;
        color: inherit;
    }

/* ---------- Gold accent bar ---------- */

.bbc-footer-accent {
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--bbc-gold) 20%, #f5e6b8 50%, var(--bbc-gold) 80%, transparent 100%);
}

/* =========================================================
MAIN GRID — 4 columns
========================================================= */

.bbc-footer-grid {
    display: grid;
    grid-template-columns: minmax(300px, 1.5fr) minmax(150px, .9fr) minmax(150px, .9fr) minmax(230px, 1.2fr);
    gap: 2.5rem;
    padding: 3.5rem 0 2.5rem;
}

/* ---------- Brand: single column, 3 rows ---------- */

.bbc-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
}

.bbc-footer-brand-head {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: 1rem;
    color: #fff;
}

.bbc-footer-logo {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    object-fit: contain;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(212, 175, 55, .35);
    border-radius: 10px;
    padding: .35rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
    transition: transform .2s ease;
}

.bbc-footer-brand-head:hover .bbc-footer-logo {
    transform: translateY(-2px);
}

.bbc-footer-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

    .bbc-footer-brand-text strong {
        font-family: var(--font-display, serif);
        font-size: 1.02rem;
        font-weight: 700;
        letter-spacing: .01em;
        color: #fff;
    }

    .bbc-footer-brand-text small {
        display: block;
        font-size: .72rem;
        text-transform: uppercase;
        letter-spacing: .1em;
        color: var(--bbc-gold);
        opacity: .9;
        white-space: nowrap;
        margin-top: .2rem;
    }

/* Row 2 — tagline (never collapses to one word per line) */

.bbc-footer-tagline {
    font-size: .80rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .55);
    max-width: 440px;
    width: 100%;
    margin: 0 0 1.25rem;
}

/* ---------- Social ---------- */

.bbc-footer-social {
    display: flex;
    gap: .55rem;
    margin-top: auto;
}

    .bbc-footer-social a {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, .06);
        border: 1px solid rgba(255, 255, 255, .12);
        color: rgba(255, 255, 255, .65);
        font-size: .85rem;
        transition: all .2s ease;
    }

        .bbc-footer-social a:hover {
            background: var(--bbc-gold);
            border-color: var(--bbc-gold);
            color: var(--bbc-green);
            transform: translateY(-3px);
            box-shadow: 0 6px 14px rgba(212, 175, 55, .30);
        }

/* ---------- Column headings ---------- */

.bbc-footer-heading {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: var(--font-display, serif);
    font-size: .80rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin: 0 0 1.2rem;
    padding-bottom: .55rem;
}

    .bbc-footer-heading::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 28px;
        height: 2px;
        border-radius: 2px;
        background: var(--bbc-gold);
    }

/* ---------- Link lists ---------- */

.bbc-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

    .bbc-footer-links a {
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        font-size: .80rem;
        color: rgba(255, 255, 255, .60);
        transition: color .15s ease, transform .15s ease;
    }

        .bbc-footer-links a i {
            font-size: .60rem;
            color: var(--bbc-gold);
            opacity: .8;
            transition: transform .15s ease;
        }

        .bbc-footer-links a:hover {
            color: #fff;
            transform: translateX(3px);
        }

            .bbc-footer-links a:hover i {
                transform: translateX(2px);
            }

/* ---------- Contact list ---------- */

.bbc-footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

    .bbc-footer-contact-list li {
        display: flex;
        align-items: flex-start;
        gap: .7rem;
        font-size: .78rem;
        line-height: 1.55;
        color: rgba(255, 255, 255, .60);
        min-width: 0;
    }

.bbc-footer-contact-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, .10);
    border: 1px solid rgba(212, 175, 55, .25);
    border-radius: 8px;
    color: var(--bbc-gold);
    font-size: .80rem;
}

.bbc-footer-contact-list a {
    color: rgba(255, 255, 255, .60);
    transition: color .15s ease;
    overflow-wrap: break-word;
    word-break: break-word;
}

    .bbc-footer-contact-list a:hover {
        color: var(--bbc-gold);
    }

/* =========================================================
INSTITUTIONS STRIP
========================================================= */

.bbc-footer-institutions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .8rem 1.5rem;
    padding: 1.1rem 1.25rem;
    margin-bottom: 0;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
}

.bbc-footer-institutions-label {
    flex: 0 0 auto;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--bbc-gold);
}

.bbc-footer-institutions-track {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

    .bbc-footer-institutions-track a {
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        font-size: .74rem;
        color: rgba(255, 255, 255, .62);
        background: rgba(255, 255, 255, .05);
        border: 1px solid rgba(255, 255, 255, .10);
        padding: .35rem .7rem;
        border-radius: 20px;
        transition: all .18s ease;
    }

        .bbc-footer-institutions-track a i {
            font-size: .62rem;
            opacity: .6;
        }

        .bbc-footer-institutions-track a:hover {
            background: rgba(212, 175, 55, .14);
            border-color: rgba(212, 175, 55, .45);
            color: #fff;
            transform: translateY(-2px);
        }

/* =========================================================
BOTTOM BAR
========================================================= */

.bbc-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.25rem 0 1.4rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.bbc-footer-copyright {
    font-size: .76rem;
    color: rgba(255, 255, 255, .48);
}

    .bbc-footer-copyright strong {
        color: rgba(255, 255, 255, .85);
        font-weight: 600;
    }

.bbc-footer-copyright-sep {
    margin: 0 .4rem;
    color: rgba(212, 175, 55, .6);
}

.bbc-footer-actions {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    flex-wrap: wrap;
}

.bbc-footer-developer {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .74rem;
    color: rgba(255, 255, 255, .45);
    transition: color .15s ease;
}

    .bbc-footer-developer i {
        color: var(--bbc-gold);
    }

    .bbc-footer-developer strong {
        color: rgba(255, 255, 255, .70);
        font-weight: 600;
    }

    .bbc-footer-developer:hover {
        color: rgba(255, 255, 255, .80);
    }

.bbc-footer-login {
    display: flex;
    align-items: center;
    gap: .45rem;
    background: var(--bbc-gold);
    color: var(--bbc-green);
    font-size: .75rem;
    font-weight: 700;
    padding: .45rem 1rem;
    border-radius: 22px;
    transition: all .18s ease;
}

    .bbc-footer-login:hover {
        filter: brightness(1.08);
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(212, 175, 55, .30);
    }

/* =========================================================
RESPONSIVE
========================================================= */

@media (max-width: 1199.98px) {
    .bbc-footer-grid {
        grid-template-columns: minmax(300px, 1.4fr) 1fr 1fr;
        gap: 2.25rem;
    }
}

@media (max-width: 991.98px) {
    .bbc-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .bbc-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .bbc-footer-brand-text small {
        white-space: normal;
    }

    .bbc-footer-grid {
        grid-template-columns: 1fr;
        padding: 2.5rem 0 2rem;
        gap: 1.9rem;
    }

    .bbc-footer-institutions {
        padding: 1rem;
    }

    .bbc-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: .9rem;
    }

    .bbc-footer-actions {
        width: 100%;
        justify-content: space-between;
    }

    .bbc-footer-developer span {
        font-size: .70rem;
    }
}
/* =====================================================
   PREMIUM ENROLLMENT WIZARD STYLES
   ===================================================== */
.enrollment-wrapper {
    max-width: 850px;
    margin: 0 auto;
}

.premium-card {
    background: var(--surface);
    border-radius: 20px;
    border: 1px solid var(--line);
    box-shadow: 0 24px 48px -12px rgba(20, 35, 27, 0.12);
    padding: 3rem;
}

.form-label-premium {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
    display: block;
}

.form-control-premium, .form-select-premium {
    border: 1.5px solid var(--line);
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 0.95rem;
    color: var(--text-primary);
    background-color: var(--bg-soft);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

    .form-control-premium:focus, .form-select-premium:focus {
        background-color: var(--surface);
        border-color: var(--primary);
        box-shadow: 0 0 0 4px rgba(27, 67, 50, 0.08);
        outline: none;
    }

/* Premium File Upload Zone */
.file-upload-zone {
    border: 2px dashed var(--line);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    background: var(--bg-soft);
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
}

    .file-upload-zone:hover {
        border-color: var(--primary);
        background: rgba(27, 67, 50, 0.03);
    }

    .file-upload-zone input[type="file"] {
        position: absolute;
        inset: 0;
        opacity: 0;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }

    .file-upload-zone i {
        font-size: 2rem;
        color: var(--primary);
        margin-bottom: 0.75rem;
        display: block;
    }

    .file-upload-zone .upload-text {
        font-weight: 600;
        color: var(--text-primary);
        font-size: 0.95rem;
    }

    .file-upload-zone .upload-hint {
        font-size: 0.8rem;
        color: var(--text-muted);
        margin-top: 0.25rem;
    }

/* Premium Wizard Progress */
.wizard-progress {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

    .wizard-progress::before {
        content: "";
        position: absolute;
        top: 22px;
        left: 40px;
        right: 40px;
        height: 2px;
        background: var(--line);
        z-index: 0;
    }

.wizard-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.wizard-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid var(--line);
    background: var(--surface);
    color: var(--text-muted);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.wizard-step.active .wizard-circle {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 8px 20px -4px rgba(27, 67, 50, 0.4);
    transform: scale(1.1);
}

.wizard-step.completed .wizard-circle {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}

.wizard-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-top: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
}

.wizard-step.active .wizard-label {
    color: var(--primary);
}

/* Premium Nominee Row */
.nominee-row-premium {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}
