@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap');

/* --- DESIGN SYSTEM - OFFICER CLUB (PREMIUM LUXURY) --- */

:root {
    --bg-main: #06090F;
    --bg-card: rgba(13, 18, 29, 0.75);
    --bg-card-hover: rgba(22, 29, 45, 0.85);
    --border-gold: rgba(197, 168, 90, 0.2);
    --border-gold-active: rgba(197, 168, 90, 0.5);
    --gold-primary: #C5A85A;
    --gold-gradient: linear-gradient(135deg, #D4AF37 0%, #C5A85A 50%, #A38035 100%);
    --gold-hover: #E5C473;
    --text-white: #FFFFFF;
    --text-muted: #8E9BAE;
    --text-gold: #E5C473;
    --emerald-success: #10B981;
    --red-error: #EF4444;
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-premium: 0 10px 30px -10px rgba(0, 0, 0, 0.7);
    --shadow-gold: 0 0 20px rgba(197, 168, 90, 0.15);
    
    /* Variáveis de Apoio Dinâmicas */
    --border-subtle: rgba(255, 255, 255, 0.05);
    --bg-reputation: rgba(197, 168, 90, 0.05);
    --border-reputation: rgba(197, 168, 90, 0.15);
    --bg-lock: rgba(197, 168, 90, 0.06);
    --border-lock: rgba(197, 168, 90, 0.25);
    --bg-header: rgba(13, 18, 29, 0.9);
    --bg-footer: #090c15;
    --bg-input: rgba(13, 18, 29, 0.5);
    --border-input: rgba(197, 168, 90, 0.2);
    --bg-leader: linear-gradient(180deg, rgba(22, 29, 45, 0.8) 0%, rgba(13, 18, 29, 0.9) 100%);
    --bg-banner: linear-gradient(135deg, rgba(13, 18, 29, 0.95) 0%, rgba(197, 168, 90, 0.04) 100%);
    --bg-featured-plan: linear-gradient(180deg, rgba(22, 29, 45, 0.9) 0%, rgba(13, 18, 29, 0.8) 100%);
}

.theme-light {
    --bg-main: #F8FAFC;
    --bg-card: #FFFFFF;
    --bg-card-hover: #F1F5F9;
    --border-gold: rgba(197, 168, 90, 0.35);
    --border-gold-active: rgba(197, 168, 90, 0.65);
    --gold-primary: #B8973D;
    --gold-gradient: linear-gradient(135deg, #D4AF37 0%, #C5A85A 50%, #A38035 100%);
    --gold-hover: #A38035;
    --text-white: #0F172A;
    --text-muted: #475569;
    --text-gold: #A38035;
    --emerald-success: #059669;
    --red-error: #DC2626;
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-premium: 0 12px 35px -5px rgba(15, 23, 42, 0.07), 0 0 1px rgba(0, 0, 0, 0.08);
    --shadow-gold: 0 0 20px rgba(197, 168, 90, 0.2);
    
    /* Variáveis de Apoio Dinâmicas */
    --border-subtle: rgba(15, 23, 42, 0.08);
    --bg-reputation: rgba(197, 168, 90, 0.08);
    --border-reputation: rgba(197, 168, 90, 0.25);
    --bg-lock: rgba(197, 168, 90, 0.06);
    --border-lock: rgba(197, 168, 90, 0.3);
    --bg-header: rgba(255, 255, 255, 0.96);
    --bg-footer: #F1F5F9;
    --bg-input: #FFFFFF;
    --border-input: #CBD5E1;
    --bg-leader: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    --bg-banner: linear-gradient(135deg, #FFFFFF 0%, rgba(197, 168, 90, 0.06) 100%);
    --bg-featured-plan: linear-gradient(180deg, #FFFFFF 0%, #FFFDF7 100%);
}

.theme-light body {
    background-color: #F8FAFC !important;
    color: #0F172A !important;
    background-image: 
        radial-gradient(circle at 50% 0%, rgba(197, 168, 90, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 100% 100%, rgba(5, 150, 105, 0.03) 0%, transparent 40%) !important;
}

/* Suavidade na Transição de Temas */
body {
    transition: background-color 0.3s ease, color 0.3s ease;
}
.glass-panel, aside, footer, header, main, .form-control, button, a {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-main);
    color: var(--text-white);
    font-family: var(--font-body);
    min-height: 100vh;
    overflow-x: hidden;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(197, 168, 90, 0.04) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(16, 185, 129, 0.02) 0%, transparent 40%);
}

/* --- SCROLLBAR --- */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--bg-main);
}
::-webkit-scrollbar-thumb {
    background: var(--border-gold);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--gold-primary);
}

/* --- TYPOGRAPHY --- */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.gold-text {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- REUSABLE GLASS COMPONENTS --- */
.glass-panel {
    background: var(--bg-card);
    border: 1px solid var(--border-gold);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--shadow-premium);
    transition: var(--transition-smooth);
}

.glass-panel:hover {
    border-color: var(--border-gold-active);
    box-shadow: var(--shadow-premium), var(--shadow-gold);
}

/* --- BUTTONS --- */
.btn-gold {
    background: var(--gold-gradient);
    color: #06090F;
    border: none;
    padding: 12px 24px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 15px rgba(197, 168, 90, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(197, 168, 90, 0.35);
    background: var(--gold-hover);
}

.btn-outline {
    background: transparent;
    color: var(--gold-primary);
    border: 1px solid var(--border-gold);
    padding: 12px 24px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition-smooth);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.btn-outline:hover {
    border-color: var(--gold-primary);
    background: rgba(197, 168, 90, 0.05);
    color: var(--text-white);
}

/* --- LANDING PAGE COMMERCIAL --- */
.landing-hero {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    position: relative;
}

.landing-hero::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(197, 168, 90, 0.06) 0%, transparent 70%);
    z-index: -1;
}

.badge-premium {
    background: rgba(197, 168, 90, 0.1);
    border: 1px solid var(--border-gold);
    color: var(--gold-primary);
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 24px;
    display: inline-block;
}

.landing-title {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 800px;
}

.landing-subtitle {
    font-size: 18px;
    color: var(--text-muted);
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Plan Cards */
.pricing-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 48px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.plan-card {
    position: relative;
    overflow: hidden;
}

.plan-card.featured {
    border-color: var(--gold-primary);
    background: var(--bg-featured-plan);
    transform: scale(1.03);
}

.plan-card.featured::after {
    content: 'MAIS PROCURADO';
    position: absolute;
    top: 20px;
    right: -30px;
    background: var(--gold-gradient);
    color: #06090F;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 30px;
    transform: rotate(45deg);
    font-family: var(--font-heading);
}

.plan-name {
    font-size: 24px;
    margin-bottom: 12px;
}

.plan-price {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 24px;
    font-family: var(--font-heading);
}

.plan-price span {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-muted);
}

.plan-features {
    list-style: none;
    margin-bottom: 32px;
}

.plan-features li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-subtle);
    color: var(--text-muted);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.plan-features li::before {
    content: '✓';
    color: var(--gold-primary);
    font-weight: bold;
}

/* --- APP LAYOUT (DASHBOARD & SPA) --- */
.app-container {
    display: flex;
    min-height: 100vh;
}

/* Sidebar Navigation */
.app-sidebar {
    width: 280px;
    border-right: 1px solid var(--border-gold);
    background: var(--bg-header);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
}

.sidebar-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 40px;
}

.sidebar-logo img {
    height: 46px;
}

.sidebar-menu {
    list-style: none;
    flex-grow: 1;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-right: 5px;
}

/* Custom Scrollbar para a sidebar-menu */
.sidebar-menu::-webkit-scrollbar {
    width: 4px;
}
.sidebar-menu::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
.sidebar-menu::-webkit-scrollbar-thumb {
    background: rgba(197, 168, 90, 0.3);
    border-radius: 4px;
}
.sidebar-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(197, 168, 90, 0.5);
}

.menu-item a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    transition: var(--transition-smooth);
}

.menu-item a:hover,
.menu-item.active a {
    color: var(--text-white);
    background: rgba(197, 168, 90, 0.1);
    border: 1px solid rgba(197, 168, 90, 0.2);
}

.menu-item.active a i {
    color: var(--gold-primary);
}

.sidebar-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid var(--border-subtle);
}

.profile-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--gold-primary);
}

.profile-info h4 {
    font-size: 14px;
    font-weight: 600;
}

.profile-info span {
    font-size: 12px;
    color: var(--text-muted);
}

/* Main Content Area */
.app-content {
    flex-grow: 1;
    margin-left: 280px;
    padding: 40px;
    min-height: 100vh;
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.header-title h1 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 6px;
}

.header-title p {
    color: var(--text-muted);
    font-size: 14px;
}

/* --- DASHBOARD WIDGETS --- */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.metric-card {
    display: flex;
    flex-direction: column;
}

.metric-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.metric-value {
    font-size: 28px;
    font-weight: 800;
    font-family: var(--font-heading);
    margin-bottom: 6px;
}

.metric-value.success {
    color: var(--emerald-success);
}

.metric-subtext {
    font-size: 12px;
    color: var(--text-muted);
}

/* Grid Layout */
.dashboard-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
}

.activity-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.activity-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.activity-item:last-child {
    border-bottom: none;
}

.activity-details h4 {
    font-size: 15px;
    margin-bottom: 4px;
}

.activity-details p {
    font-size: 13px;
    color: var(--text-muted);
}

.activity-status {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 4px;
}

.status-pending { background: rgba(245, 158, 11, 0.1); color: #F59E0B; }
.status-contacted { background: rgba(59, 130, 246, 0.1); color: #3B82F6; }
.status-proposed { background: rgba(139, 92, 246, 0.1); color: #8B5CF6; }
.status-closed { background: rgba(16, 185, 129, 0.1); color: #10B981; }
.status-cancelled { background: rgba(239, 68, 68, 0.1); color: #EF4444; }

/* --- MEMBERS DIRECTORY --- */
.directory-filters {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.input-search, .select-filter {
    background: var(--bg-input);
    border: 1px solid var(--border-input);
    padding: 12px 16px;
    border-radius: 8px;
    color: var(--text-white);
    font-size: 14px;
    outline: none;
    transition: var(--transition-smooth);
}

.input-search {
    flex-grow: 1;
}

.input-search:focus, .select-filter:focus {
    border-color: var(--gold-primary);
    box-shadow: 0 0 10px rgba(197, 168, 90, 0.15);
}

.members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.member-card {
    text-align: center;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.45s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Cascading entries for grid items */
.members-grid > .member-card:nth-child(1) { animation-delay: 0.04s; }
.members-grid > .member-card:nth-child(2) { animation-delay: 0.08s; }
.members-grid > .member-card:nth-child(3) { animation-delay: 0.12s; }
.members-grid > .member-card:nth-child(4) { animation-delay: 0.16s; }
.members-grid > .member-card:nth-child(5) { animation-delay: 0.20s; }
.members-grid > .member-card:nth-child(6) { animation-delay: 0.24s; }
.members-grid > .member-card:nth-child(7) { animation-delay: 0.28s; }
.members-grid > .member-card:nth-child(8) { animation-delay: 0.32s; }
.members-grid > .member-card:nth-child(9) { animation-delay: 0.36s; }
.members-grid > .member-card:nth-child(10) { animation-delay: 0.40s; }
.members-grid > .member-card:nth-child(n+11) { animation-delay: 0.44s; }

.member-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--gold-primary);
    margin: 0 auto 16px auto;
}

.member-name {
    font-size: 18px;
    margin-bottom: 6px;
}

.member-category {
    font-size: 13px;
    color: var(--gold-primary);
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.member-company {
    font-size: 14px;
    color: var(--text-white);
    margin-bottom: 16px;
}

.member-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 16px;
    margin-top: 16px;
}

.member-stat-val {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-white);
}

.member-stat-lbl {
    font-size: 11px;
    color: var(--text-muted);
}

/* --- CLUBE DE BENEFÍCIOS (PERKS) --- */
.perks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
}

.perk-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.perk-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.perk-partner {
    font-size: 20px;
    font-weight: 700;
}

.perk-category {
    font-size: 11px;
    background: rgba(197, 168, 90, 0.15);
    color: var(--gold-primary);
    padding: 3px 10px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.perk-discount {
    font-size: 18px;
    font-weight: 700;
    color: var(--emerald-success);
    margin-bottom: 12px;
}

.perk-desc {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 24px;
    flex-grow: 1;
}

.perk-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.promo-code-container {
    background: rgba(255, 255, 255, 0.05);
    border: 1px dashed var(--border-gold);
    padding: 8px 16px;
    border-radius: 6px;
    font-family: monospace;
    font-weight: bold;
    color: var(--text-white);
    letter-spacing: 0.05em;
}

/* --- FORMS & MODALS --- */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 8px;
    font-weight: 500;
}

.form-control {
    width: 100%;
    background: var(--bg-input);
    border: 1px solid var(--border-input);
    padding: 14px;
    border-radius: 8px;
    color: var(--text-white);
    font-size: 15px;
    outline: none;
    transition: var(--transition-smooth);
}

.form-control:focus {
    border-color: var(--gold-primary);
    box-shadow: 0 0 10px rgba(197, 168, 90, 0.15);
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-smooth);
    overflow-y: auto;
    padding: 40px 10px;
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-content {
    width: 100%;
    max-width: 500px;
    transform: translateY(20px);
    transition: var(--transition-smooth);
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.modal-close {
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-size: 24px;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.modal-close:hover {
    color: var(--text-white);
}

/* --- LOGIN & 2FA PANELS --- */
.auth-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-image: radial-gradient(circle at center, rgba(197, 168, 90, 0.05) 0%, transparent 60%);
}

.auth-card {
    width: 100%;
    max-width: 440px;
    text-align: center;
    padding: 40px;
}

.auth-logo {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
}

.auth-desc {
    color: var(--text-muted);
    font-size: 14px;
    margin-bottom: 32px;
}

.btn-google {
    background: #FFFFFF;
    color: #1F2937;
    border: none;
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.btn-google:hover {
    background: #F3F4F6;
    transform: translateY(-1px);
}

.btn-google svg {
    width: 18px;
    height: 18px;
}

.pin-code-group {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 24px 0;
}

.pin-input {
    width: 48px;
    height: 56px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    background: rgba(13, 18, 29, 0.8);
    border: 1px solid var(--border-gold);
    color: var(--text-white);
    border-radius: 8px;
    outline: none;
    transition: var(--transition-smooth);
}

.pin-input:focus {
    border-color: var(--gold-primary);
    box-shadow: 0 0 10px rgba(197, 168, 90, 0.2);
}

.badge-status-module {
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
}

.badge-active { background: rgba(16, 185, 129, 0.15); color: var(--emerald-success); }
.badge-inactive { background: rgba(239, 68, 68, 0.15); color: var(--red-error); }

/* --- VITRINE PREMIUM (NOVO DESIGN) --- */

/* Destaque para Membros Líder na Grid */
.member-card {
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s, box-shadow 0.3s;
}

.member-card.featured-leader {
    border-color: rgba(197, 168, 90, 0.45);
    background: var(--bg-leader);
    box-shadow: 0 0 15px rgba(197, 168, 90, 0.08);
}

.member-card.featured-leader::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 16px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.4), rgba(163, 128, 53, 0.1)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    transition: var(--transition-smooth);
}

.member-card.featured-leader:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(197, 168, 90, 0.25);
    border-color: rgba(197, 168, 90, 0.7);
}

/* Modal Vitrine Estilo LinkedIn */
.vitrine-header-wrap {
    position: relative;
    width: 100%;
}

.vitrine-header-banner {
    height: 120px;
    background-color: rgba(13, 18, 29, 0.9);
    background-size: cover;
    background-position: center;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vitrine-header-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(6, 9, 15, 0.3) 0%, rgba(6, 9, 15, 0.75) 100%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.vitrine-close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: var(--text-white);
    opacity: 0.7;
    z-index: 10;
    transition: var(--transition-smooth);
}

.vitrine-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.vitrine-header-profile {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding: 0 30px;
    margin-top: -45px; /* Puxa o perfil para cima do banner */
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.vitrine-profile-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #06090F;
    box-shadow: 0 0 15px rgba(197, 168, 90, 0.3);
    object-fit: cover;
    background: #0d121d;
}

.vitrine-profile-info {
    padding-bottom: 6px;
}

.vitrine-profile-info h3 {
    font-size: 24px;
    margin-bottom: 4px;
    color: var(--text-white);
}

.vitrine-profile-info span {
    font-size: 13px;
    color: var(--text-gold);
    font-weight: 500;
}

/* Container de Duas Colunas da Vitrine */
.vitrine-container {
    display: flex;
    gap: 30px;
    padding: 0 30px 24px 30px;
    max-height: 480px;
    overflow-y: auto;
}

/* Estilização da barra de rolagem interna */
.vitrine-container::-webkit-scrollbar {
    width: 6px;
}
.vitrine-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 4px;
}
.vitrine-container::-webkit-scrollbar-thumb {
    background: rgba(197, 168, 90, 0.2);
    border-radius: 4px;
}
.vitrine-container::-webkit-scrollbar-thumb:hover {
    background: var(--gold-primary);
}

.vitrine-sidebar {
    width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vitrine-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Elementos Comuns das Colunas */
.vitrine-sidebar-section {
    border-bottom: 1px solid var(--border-subtle);
    padding-bottom: 16px;
}
.vitrine-sidebar-section:last-child {
    border-bottom: none;
}

.vitrine-content-section {
    margin-bottom: 8px;
}

.vitrine-label {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 8px;
}

.vitrine-reputation-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--bg-reputation);
    border: 1px solid var(--border-reputation);
    padding: 10px 14px;
    border-radius: 8px;
}

.vitrine-reputation-box i {
    font-size: 20px;
}

.vitrine-points-val {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-white);
    display: block;
    line-height: 1.1;
}

.vitrine-points-lbl {
    font-size: 10px;
    color: var(--text-muted);
    text-transform: uppercase;
}

.vitrine-contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vitrine-contact-info > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vitrine-contact-info i {
    font-size: 14px;
    width: 20px;
    text-align: center;
}

.vitrine-contact-lbl {
    font-size: 10px;
    color: var(--text-muted);
    display: block;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 2px;
}

.vitrine-contact-val {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-white);
}

.vitrine-link {
    text-decoration: none;
    color: var(--gold-primary);
    transition: var(--transition-smooth);
}
.vitrine-link:hover {
    color: var(--gold-hover);
    text-decoration: underline;
}

.vitrine-lock-box {
    background: var(--bg-lock);
    border: 1px dashed var(--border-lock);
    padding: 14px;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
}
.vitrine-lock-box i {
    margin-bottom: 8px;
    display: inline-block;
}
.vitrine-lock-box a {
    color: var(--text-white);
    font-weight: 700;
    text-decoration: underline;
}

/* Corpo - Títulos e Textos */
.vitrine-section-title {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--gold-primary);
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vitrine-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.vitrine-ideal-box {
    background: rgba(197, 168, 90, 0.03);
    border: 1px solid rgba(197, 168, 90, 0.12);
    padding: 16px;
    border-radius: 8px;
}

.vitrine-ideal-text {
    font-size: 14px;
    color: var(--text-gold);
    line-height: 1.6;
}

.vitrine-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Caixa de Prospecção Externa */
.vitrine-lead-section {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 20px;
    border-radius: 12px;
    margin-top: 10px;
}

.vitrine-lead-form .form-control {
    background: rgba(6, 9, 15, 0.6);
}

/* Footer da Vitrine */
.vitrine-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 30px 24px 30px;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

/* Responsivo para Celular */
@media (max-width: 768px) {
    .vitrine-container {
        flex-direction: column;
        gap: 24px;
        max-height: 400px;
    }
    
    .vitrine-sidebar {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding-bottom: 24px;
    }
    
    .vitrine-header-profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: -50px;
    }
    
    .vitrine-profile-info {
        text-align: center;
    }
}

/* --- KANBAN BOARD SYSTEM (RICH PREMIUM AESTHETICS) --- */
.kanban-board {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 0 20px 0;
    min-height: 550px;
    align-items: flex-start;
}

/* Colunas do Kanban */
.kanban-column {
    flex: 1;
    min-width: 250px;
    max-width: 320px;
    background: rgba(18, 24, 38, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(197, 168, 90, 0.12);
    border-radius: 12px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: var(--transition-smooth);
    min-height: 520px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.kanban-column:hover {
    border-color: rgba(197, 168, 90, 0.25);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.kanban-column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 10px;
}

.kanban-column-title {
    font-size: 9.5px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    gap: 6px;
}

.kanban-task-counter {
    background: rgba(197, 168, 90, 0.08);
    color: var(--text-gold);
    font-size: 8px;
    font-weight: 700;
    padding: 1px 7px;
    border-radius: 20px;
    border: 1px solid rgba(197, 168, 90, 0.2);
}

/* Área de soltura do cartão */
.kanban-cards-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
    min-height: 420px;
    padding: 4px;
    border-radius: 8px;
    transition: var(--transition-smooth);
}

/* Estilo ao arrastar cartão sobre a coluna */
.kanban-cards-area.dragover {
    background: rgba(197, 168, 90, 0.05);
    border: 1px dashed rgba(197, 168, 90, 0.25);
}

/* Cartões Individuais (Cards) */
.kanban-card {
    background: rgba(30, 41, 59, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-left: 4px solid var(--border-gold);
    border-radius: 8px;
    padding: 12px;
    cursor: grab;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.35);
    position: relative;
}

.kanban-card:active {
    cursor: grabbing;
}

.kanban-card:hover {
    transform: translateY(-2px) scale(1.01);
    border-color: rgba(197, 168, 90, 0.3);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.55), 0 0 15px rgba(197, 168, 90, 0.12);
}

/* Indicadores de cores por status */
.kanban-column.col-backlog .kanban-column-title { color: #8E9BAE; }
.kanban-column.col-backlog { border-top: 3px solid #8E9BAE; }
.kanban-column.col-backlog .kanban-card { border-left-color: #8E9BAE; }

.kanban-column.col-todo .kanban-column-title { color: #E5C473; }
.kanban-column.col-todo { border-top: 3px solid #E5C473; }
.kanban-column.col-todo .kanban-card { border-left-color: #E5C473; }

.kanban-column.col-doing .kanban-column-title { color: #3B82F6; }
.kanban-column.col-doing { border-top: 3px solid #3B82F6; }
.kanban-column.col-doing .kanban-card { border-left-color: #3B82F6; }

.kanban-column.col-done .kanban-column-title { color: var(--emerald-success); }
.kanban-column.col-done { border-top: 3px solid var(--emerald-success); }
.kanban-column.col-done .kanban-card { border-left-color: var(--emerald-success); }

/* Conteúdo do Card */
.kanban-card-title {
    font-size: 10.5px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text-white);
    line-height: 1.4;
}

.kanban-card-desc {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kanban-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 8px;
    font-size: 9px;
}

.kanban-card-due {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-muted);
    padding: 2px 6px;
    border-radius: 4px;
}

.kanban-card-due.overdue {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #f87171;
    font-weight: bold;
}

.kanban-card-actions {
    display: flex;
    gap: 6px;
}

.kanban-card-action-btn {
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    font-size: 11px;
    transition: var(--transition-smooth);
    padding: 2px;
}

.kanban-card-action-btn:hover {
    color: var(--text-gold);
}

.kanban-card-action-btn.btn-delete:hover {
    color: var(--red-error);
}

/* Efeito ao arrastar um card */
.kanban-card.dragging {
    opacity: 0.4;
    border: 1px dashed var(--gold-primary);
    transform: scale(0.98);
}

/* ================= CARROSSEL DE PUBLICAÇÕES ================= */
.carousel-container {
    width: 100%;
}
.carousel-card {
    width: calc(33.333% - 14px);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s;
}
.carousel-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold-primary) !important;
}
.carousel-card:hover .article-img-hover {
    transform: scale(1.05);
}

/* Responsividade do Carrossel */
@media (max-width: 992px) {
    .carousel-card {
        width: calc(50% - 10px);
    }
}
@media (max-width: 600px) {
    .carousel-card {
        width: 100%;
    }
}

/* ================= CAMPOS DE SENHA & INDICADORES DE FORÇA ================= */
.password-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.password-input-wrapper .form-control {
    padding-right: 45px;
    width: 100%;
}
.password-toggle-btn {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: var(--transition-smooth);
}
.password-toggle-btn:hover {
    color: var(--gold-primary);
}
.strength-container {
    margin-top: 8px;
    text-align: left;
}
.strength-bar-bg {
    height: 4px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 4px;
    position: relative;
}
.theme-light .strength-bar-bg {
    background: rgba(0, 0, 0, 0.08);
}
.strength-bar-fill {
    height: 100%;
    width: 0;
    transition: width 0.3s ease, background-color 0.3s ease;
    background-color: #EF4444;
}
.strength-text {
    font-size: 10px;
    font-weight: bold;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   OFFICER CLUB - PREMIUM LIGHT THEME OVERRIDES (EXECUTIVE EDEN)
   ========================================================================== */

/* --- BOTÕES --- */
.theme-light .btn-gold {
    background: linear-gradient(135deg, #D4AF37 0%, #B8973D 50%, #9E7D2E 100%) !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 14px rgba(158, 125, 46, 0.35) !important;
    border: none !important;
}
.theme-light .btn-gold:hover {
    background: linear-gradient(135deg, #E5C473 0%, #C5A85A 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 0 6px 20px rgba(158, 125, 46, 0.45) !important;
}

.theme-light .btn-outline {
    background: #FFFFFF !important;
    color: #9E7D2E !important;
    border: 1.5px solid rgba(158, 125, 46, 0.45) !important;
}
.theme-light .btn-outline:hover {
    background: #9E7D2E !important;
    color: #FFFFFF !important;
    border-color: #9E7D2E !important;
}

/* --- CABEÇALHO & NAVEGAÇÃO --- */
.theme-light header, 
.theme-light .header-container, 
.theme-light .top-nav,
.theme-light [style*="background: var(--bg-header)"] {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9) !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05) !important;
}

.theme-light header a,
.theme-light .nav-link,
.theme-light [style*="color: var(--text-muted)"] {
    color: #475569 !important;
}
.theme-light header a:hover,
.theme-light .nav-link:hover {
    color: #9E7D2E !important;
}

/* --- HERO SEARCH & INLINE DARK BACKGROUNDS --- */
.theme-light form[style*="background: rgba(13, 18, 29"],
.theme-light form[style*="background:rgba(13, 18, 29"],
.theme-light div[style*="background: rgba(13, 18, 29"],
.theme-light div[style*="background:rgba(13, 18, 29"],
.theme-light div[style*="background: #0d121f"],
.theme-light div[style*="background: #06090F"] {
    background: #FFFFFF !important;
    border-color: rgba(226, 232, 240, 0.9) !important;
    color: #0F172A !important;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06) !important;
}

/* --- FORM CONTROLS (INPUTS, SELECTS, TEXTAREAS) --- */
.theme-light .form-control,
.theme-light input[type="text"],
.theme-light input[type="email"],
.theme-light input[type="password"],
.theme-light input[type="search"],
.theme-light input[type="tel"],
.theme-light input[type="number"],
.theme-light input[type="date"],
.theme-light select,
.theme-light textarea {
    background-color: #FFFFFF !important;
    color: #0F172A !important;
    border: 1px solid #CBD5E1 !important;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04) !important;
}
.theme-light .form-control::placeholder,
.theme-light input::placeholder,
.theme-light textarea::placeholder {
    color: #64748B !important;
    opacity: 1 !important;
}
.theme-light .form-control:focus,
.theme-light input:focus,
.theme-light select:focus,
.theme-light textarea:focus {
    border-color: #9E7D2E !important;
    box-shadow: 0 0 0 3px rgba(158, 125, 46, 0.18) !important;
}

/* --- GLASS PANELS, CARDS & SIDEBAR --- */
.theme-light .glass-panel,
.theme-light .plan-card,
.theme-light .activity-item,
.theme-light .stat-card,
.theme-light .kanban-card,
.theme-light .module-container,
.theme-light aside,
.theme-light .sidebar {
    background: #FFFFFF !important;
    border: 1px solid rgba(226, 232, 240, 0.9) !important;
    color: #0F172A !important;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.06), 0 4px 6px -2px rgba(15, 23, 42, 0.03) !important;
}

.theme-light .glass-panel:hover,
.theme-light .plan-card:hover {
    border-color: rgba(158, 125, 46, 0.4) !important;
    box-shadow: 0 15px 35px -5px rgba(15, 23, 42, 0.1) !important;
}

/* Planos em Destaque */
.theme-light .plan-card.featured {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFDF7 100%) !important;
    border: 2px solid #9E7D2E !important;
}
.theme-light .plan-card.featured::after {
    background: linear-gradient(135deg, #D4AF37 0%, #9E7D2E 100%) !important;
    color: #FFFFFF !important;
}

/* --- BADGES & TAGS DE CATEGORIA --- */
.theme-light .badge-premium,
.theme-light .badge-status,
.theme-light .badge-status-module {
    background: rgba(158, 125, 46, 0.1) !important;
    border-color: rgba(158, 125, 46, 0.3) !important;
    color: #8C6E2D !important;
}

.theme-light a[style*="background: rgba(255,255,255,0.03)"],
.theme-light a[style*="background:rgba(255,255,255,0.03)"],
.theme-light a[style*="background: rgba(255, 255, 255, 0.03)"] {
    background: #F1F5F9 !important;
    border-color: #CBD5E1 !important;
    color: #334155 !important;
}
.theme-light a[style*="background: rgba(255,255,255,0.03)"]:hover {
    background: rgba(158, 125, 46, 0.1) !important;
    border-color: #9E7D2E !important;
    color: #9E7D2E !important;
}

/* --- DROPDOWNS DE NOTIFICAÇÃO & MURAL --- */
.theme-light #notif-dropdown,
.theme-light #mural-dropdown,
.theme-light .dropdown-menu {
    background: #FFFFFF !important;
    border: 1px solid rgba(158, 125, 46, 0.35) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12) !important;
    color: #0F172A !important;
}
.theme-light #notif-dropdown div,
.theme-light #mural-dropdown div {
    border-color: #F1F5F9 !important;
}

/* --- MODAIS & SOBREPOSIÇÕES --- */
.theme-light [style*="position: fixed"][style*="background: rgba(0, 0, 0"],
.theme-light [style*="position: fixed"][style*="background:rgba(0,0,0"] {
    background: rgba(15, 23, 42, 0.6) !important;
}

/* --- TYPOGRAPHY & TEXT COLORS --- */
.theme-light h1, .theme-light h2, .theme-light h3, 
.theme-light h4, .theme-light h5, .theme-light h6 {
    color: #0F172A !important;
}
.theme-light .text-muted,
.theme-light p.text-muted,
.theme-light span.text-muted {
    color: #475569 !important;
}
.theme-light .gold-text {
    background: linear-gradient(135deg, #B8973D 0%, #8C6E2D 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/* --- TABELAS --- */
.theme-light table {
    background: #FFFFFF !important;
    color: #0F172A !important;
}
.theme-light th {
    background: #F8FAFC !important;
    color: #0F172A !important;
    border-bottom: 2px solid #E2E8F0 !important;
}
.theme-light td {
    border-bottom: 1px solid #F1F5F9 !important;
    color: #334155 !important;
}
.theme-light tr:hover td {
    background: #F8FAFC !important;
}

/* --- RODAPÉ DA LANDING PAGE & NEWSLETTER --- */
.theme-light footer,
.theme-light div[style*="background: linear-gradient(180deg, rgba(13, 18, 29"] {
    background: #F1F5F9 !important;
    border-top: 1px solid #E2E8F0 !important;
    color: #475569 !important;
}

/* ==========================================================================
   COMPONENTES EXCLUSIVOS DO HERO SEARCH & CATEGORIAS (LIGHT & DARK)
   ========================================================================== */

.hero-search-form {
    max-width: 650px;
    margin: 0 auto 24px auto;
    background: rgba(13, 18, 29, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 6px 8px 6px 22px;
    border-radius: 50px;
    border: 1.5px solid var(--border-gold);
    display: flex;
    align-items: center;
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.5);
    transition: var(--transition-smooth);
}

.hero-search-icon {
    margin-right: 12px;
    color: var(--gold-primary);
    font-size: 15px;
    flex-shrink: 0;
}

.hero-search-input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 12px 0;
    color: var(--text-white) !important;
    font-size: 14.5px;
    flex-grow: 1;
    min-width: 120px;
    box-shadow: none !important;
    font-family: var(--font-body);
}

.hero-search-btn {
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    flex-shrink: 0;
}

.hero-category-pill {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    color: var(--text-white);
    text-decoration: none;
    transition: var(--transition-smooth);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero-category-pill:hover {
    border-color: var(--gold-primary);
    background: rgba(197, 168, 90, 0.08);
    color: var(--gold-hover);
    transform: translateY(-1px);
}

/* --- LIGHT THEME HERO OVERRIDES --- */
.theme-light .hero-search-form {
    background: #FFFFFF !important;
    border: 1.5px solid rgba(197, 168, 90, 0.45) !important;
    box-shadow: 0 15px 35px -5px rgba(15, 23, 42, 0.08), 0 0 20px rgba(197, 168, 90, 0.12) !important;
}

.theme-light .hero-search-icon {
    color: #B8973D !important;
}

.theme-light .hero-search-input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #0F172A !important;
    font-size: 14.5px !important;
    box-shadow: none !important;
}

.theme-light .hero-search-input::placeholder {
    color: #64748B !important;
    opacity: 1 !important;
}

.theme-light .hero-search-btn {
    background: linear-gradient(135deg, #D4AF37 0%, #C5A85A 50%, #A38035 100%) !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    box-shadow: 0 6px 18px rgba(197, 168, 90, 0.4) !important;
    border: none !important;
}
.theme-light .hero-search-btn:hover {
    background: linear-gradient(135deg, #E5C473 0%, #D4AF37 100%) !important;
    box-shadow: 0 8px 22px rgba(197, 168, 90, 0.5) !important;
}

.theme-light .hero-category-pill {
    background: #FFFFFF !important;
    border: 1px solid rgba(197, 168, 90, 0.3) !important;
    color: #334155 !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
}

.theme-light .hero-category-pill:hover {
    background: rgba(197, 168, 90, 0.12) !important;
    border-color: #B8973D !important;
    color: #8C6E2D !important;
}


