:root {
    --bg-light: #f8fafc;
    --navy-dark: #0f172a;
    --navy-header: #1e293b;
    --navy-card: #1e293b;
    
    /* Realistic Glossy Metallic Gold System */
    --gold-primary: #d4af37;
    --gold-dark: #aa771c;
    --gold-deep: #8b6508;
    --gold-light: #fef0a0;
    --gold-accent: #d4af37;
    --gold-hover: #b8860b;
    --gold-gradient: linear-gradient(135deg, #c5a035 0%, #f7ea97 25%, #b8860b 60%, #d4af37 85%, #aa771c 100%);
    --gold-gradient-hover: linear-gradient(135deg, #b8860b 0%, #fbf5b7 30%, #d4af37 70%, #aa771c 100%);
    --gold-gradient-dark: linear-gradient(135deg, #996515 0%, #d4af37 50%, #8b6508 100%);
    
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
}

body {
    background-color: var(--bg-light);
    color: var(--text-dark);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Header & Navigation */
.navbar-custom {
    background-color: var(--navy-dark);
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

.logo-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border: 2px solid var(--gold-primary);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.4);
    flex-shrink: 0;
}

.brand-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.brand-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff !important;
    letter-spacing: 0.5px;
    line-height: 1.1;
}

.nav-search-input {
    background-color: #1e293b !important;
    color: #ffffff !important;
    border: 1px solid #334155 !important;
    border-radius: 6px 0 0 6px !important;
}

.nav-search-input::placeholder {
    color: #94a3b8 !important;
}

.nav-search-input:focus {
    border-color: var(--gold-primary) !important;
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25) !important;
}

/* ========================================== */
/* 🌟 REALISTIC GLOSSY METALLIC GOLD BUTTONS   */
/* ========================================== */
.btn-gold {
    background: var(--gold-gradient) !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    padding: 10px 22px !important;
    border-radius: 6px !important;
    border: 1px solid #e5c158 !important;
    display: inline-block !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(170, 119, 28, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.3px;
}

.btn-gold:hover {
    background: var(--gold-gradient-hover) !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

.btn-gold:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(170, 119, 28, 0.4) !important;
}

.btn-outline-warning {
    color: #f7ea97 !important;
    border: 1px solid var(--gold-primary) !important;
    background: rgba(212, 175, 55, 0.08) !important;
    font-weight: 700 !important;
    backdrop-filter: blur(4px);
    transition: all 0.25s ease !important;
}

.btn-outline-warning:hover {
    background: var(--gold-gradient) !important;
    color: #0f172a !important;
    border-color: #f7ea97 !important;
    box-shadow: 0 4px 18px rgba(212, 175, 55, 0.4) !important;
}

.btn-header-cta {
    padding: 6px 14px !important;
    font-size: 0.85rem !important;
    border-radius: 6px !important;
}

/* Badges & Text Highlights */
.text-warning {
    color: #f3e5ab !important;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
}

.badge.bg-warning, .badge.bg-gold {
    background: var(--gold-gradient) !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Hero Section */
.hero-section {
    padding: 110px 0 90px 0;
    position: relative;
    overflow: hidden;
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.92));
    z-index: 2;
}

.hero-section .container {
    position: relative;
    z-index: 3;
}

.hero-tagline {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.hero-title {
    color: #ffffff !important;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8);
}

.hero-subtitle {
    color: #f8fafc !important;
    font-size: 1.2rem;
    font-weight: 400;
    max-width: 720px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

/* Content Cards */
.philosophy-card {
    background-color: #ffffff;
    border-left: 5px solid var(--gold-primary);
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(15, 23, 42, 0.06);
}

.white-card {
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.white-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.09);
    border-color: rgba(212, 175, 55, 0.4);
}

.text-light-slate {
    color: #cbd5e1 !important;
}

.footer-links a {
    color: #cbd5e1 !important;
    display: inline-block;
    padding: 3px 0;
    transition: all 0.2s ease-in-out;
}

.footer-links a:hover {
    color: var(--gold-primary) !important;
    padding-left: 4px;
}

/* Custom Mobile Hamburger Toggle Button */
.mobile-menu-btn {
    background-color: #1e293b;
    border: 1px solid var(--gold-primary);
    border-radius: 6px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-menu-btn:active {
    background: var(--gold-gradient);
}

/* Header Navbar Fixes */
header.navbar-custom {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

header nav.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.hero-section {
    margin-top: 0 !important;
}

/* ========================================== */
/* 📱 EXECUTIVE MOBILE RESPONSIVE DESIGN (<768px) */
/* ========================================== */
@media (max-width: 768px) {
    .brand-title {
        font-size: 0.95rem !important;
    }

    .logo-wrapper {
        width: 36px !important;
        height: 36px !important;
    }

    .btn-header-cta {
        padding: 6px 10px !important;
        font-size: 0.72rem !important;
        letter-spacing: 0px !important;
    }

    .hero-section {
        padding: 55px 0 45px 0 !important;
    }

    .hero-title {
        font-size: 1.85rem !important;
        margin-bottom: 0.75rem !important;
        line-height: 1.25;
    }

    .hero-subtitle {
        font-size: 0.95rem !important;
        line-height: 1.55;
        margin-bottom: 1.25rem !important;
    }

    .philosophy-card {
        padding: 22px !important;
        border-radius: 10px !important;
    }

    .white-card {
        padding: 20px !important;
        border-radius: 10px !important;
    }

    /* Modal spacing on mobile */
    .modal-dialog {
        margin: 0.75rem !important;
    }
    
    .modal-body {
        padding: 1.25rem !important;
    }

    /* Table Responsiveness in Admin */
    .table-custom {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 8px;
    }
    
    .table-custom table {
        min-width: 600px;
    }
}

/* Custom Executive Search Dropdown */
.custom-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    background: rgba(9, 13, 22, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(197, 155, 39, 0.4);
    border-radius: 14px;
    z-index: 1050;
    max-height: 380px;
    overflow-y: auto;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    text-align: left;
}

.search-suggestion-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(197, 155, 39, 0.25) !important;
    color: #e2e8f0 !important;
    padding: 5px 11px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.search-suggestion-chip:hover {
    background: linear-gradient(135deg, #c5a035 0%, #f7ea97 25%, #b8860b 60%, #d4af37 85%, #aa771c 100%) !important;
    color: #0f172a !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(197, 155, 39, 0.3);
}

.search-suggestion-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    color: #f8fafc !important;
    text-decoration: none !important;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.search-suggestion-item:hover {
    background: rgba(197, 155, 39, 0.15) !important;
    color: #ffffff !important;
}

.search-suggestion-item .icon {
    font-size: 1.25rem;
}

.search-suggestion-item .title {
    font-weight: 700;
    font-size: 0.88rem;
    color: #ffffff;
}

.search-suggestion-item .sub {
    font-size: 0.75rem;
    color: #94a3b8;
}

/* High contrast Brand Filter Chips */
.brand-chip-pill {
    background: #fffbeb !important;
    border: 1px solid #fcd34d !important;
    color: #78350f !important;
    font-weight: 700 !important;
    font-size: 0.83rem;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 3px rgba(180, 83, 9, 0.08);
}

.brand-chip-pill:hover {
    background: #fef3c7 !important;
    border-color: #d97706 !important;
    color: #451a03 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(180, 83, 9, 0.18);
}