* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --navy: #0f1f3d;
  --gold: #c9a84c;
  --gold-light: #f0d080;
  --cream: #fdf8f0;
  --white: #ffffff;
  --gray: #6b7280;
  --light: #f3f4f6;
  --dark: #1a1a2e;
}
body { font-family: 'Georgia', serif; background: var(--cream); color: var(--navy); }

/* TICKER */
.ticker { background: var(--gold); padding: 10px 0; overflow: hidden; white-space: nowrap; }
.ticker-inner { display: inline-block; animation: ticker 35s linear infinite; font-family: Arial, sans-serif; font-size: 13px; color: var(--navy); font-weight: bold; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ticker-sep { margin: 0 24px; opacity: 0.4; }

/* NAV */
nav { background: var(--navy); padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 64px; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon { width: 36px; height: 36px; background: var(--gold); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.logo-text { font-size: 22px; font-weight: bold; color: var(--white); letter-spacing: -0.5px; }
.logo-text span { color: var(--gold); }
nav ul { list-style: none; display: flex; gap: 24px; align-items: center; }
nav ul a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 14px; font-family: Arial, sans-serif; transition: color 0.2s; }
nav ul a:hover { color: var(--gold); }
nav ul a.active { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--navy) !important; padding: 8px 18px; border-radius: 6px; font-weight: bold !important; font-size: 13px !important; }

/* FOOTER */
footer { background: #080f1e; padding: 60px 40px 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.4); font-family: Arial, sans-serif; line-height: 1.7; margin-top: 16px; max-width: 260px; }
.footer-col h4 { font-size: 13px; color: rgba(255,255,255,0.5); font-family: Arial, sans-serif; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.footer-col a { display: block; color: rgba(255,255,255,0.4); font-size: 14px; font-family: Arial, sans-serif; text-decoration: none; margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.3); font-family: Arial, sans-serif; }
.footer-bottom span { color: var(--gold); }

/* COMMON */
.max-w { max-width: 1200px; margin: 0 auto; }
section { padding: 80px 40px; }
.section-label { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-family: Arial, sans-serif; margin-bottom: 12px; display: block; }
h2 { font-size: 38px; color: var(--navy); margin-bottom: 12px; line-height: 1.2; }
.section-sub { font-size: 16px; color: var(--gray); font-family: Arial, sans-serif; margin-bottom: 40px; max-width: 540px; }
.btn-solid { display: inline-block; background: var(--gold); color: var(--navy); padding: 12px 32px; border-radius: 8px; font-family: Arial, sans-serif; font-size: 14px; font-weight: bold; text-decoration: none; transition: all 0.2s; cursor: pointer; border: none; }
.btn-solid:hover { background: var(--gold-light); }
.btn-outline { display: inline-block; border: 1px solid var(--gold); color: var(--gold); padding: 12px 32px; border-radius: 8px; font-family: Arial, sans-serif; font-size: 14px; text-decoration: none; transition: all 0.2s; cursor: pointer; background: transparent; }
.btn-outline:hover { background: var(--gold); color: var(--navy); }
.page-hero { background: linear-gradient(135deg, var(--navy) 0%, #1a3260 50%, #0d2847 100%); padding: 60px 40px; }
.page-hero h1 { font-size: 42px; color: white; margin-bottom: 12px; }
.page-hero h1 span { color: var(--gold); }
.page-hero p { font-size: 17px; color: rgba(255,255,255,0.7); font-family: Arial, sans-serif; max-width: 560px; }

/* SEARCH BAR */
.search-bar { background: white; border-radius: 50px; padding: 6px 6px 6px 24px; display: flex; align-items: center; max-width: 680px; margin: 24px 0 0; box-shadow: 0 10px 40px rgba(0,0,0,0.2); }
.search-bar input { flex: 1; border: none; outline: none; font-size: 15px; color: var(--navy); font-family: Arial, sans-serif; background: transparent; }
.search-bar select { border: none; border-left: 1px solid #e5e7eb; outline: none; font-size: 14px; color: var(--gray); padding: 0 16px; font-family: Arial, sans-serif; background: transparent; cursor: pointer; }
.search-bar button { background: var(--gold); color: var(--navy); border: none; padding: 11px 24px; border-radius: 40px; font-weight: bold; cursor: pointer; font-size: 14px; font-family: Arial, sans-serif; white-space: nowrap; }

/* FILTER TABS */
.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.filter-tab { padding: 8px 20px; border-radius: 20px; font-family: Arial, sans-serif; font-size: 13px; cursor: pointer; border: 1px solid #e5e7eb; background: white; color: var(--gray); transition: all 0.2s; }
.filter-tab.active, .filter-tab:hover { background: var(--navy); color: white; border-color: var(--navy); }

/* CARDS GRID */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.empty-state { text-align: center; padding: 80px 20px; color: var(--gray); font-family: Arial, sans-serif; }
.empty-state .icon { font-size: 48px; margin-bottom: 16px; }
.empty-state h3 { font-size: 20px; color: var(--navy); margin-bottom: 8px; }

/* PAGINATION */
.pagination { display: flex; gap: 8px; justify-content: center; align-items: center; margin-top: 48px; }
.page-btn { width: 40px; height: 40px; border-radius: 8px; border: 1px solid #e5e7eb; background: white; font-family: Arial, sans-serif; font-size: 14px; cursor: pointer; transition: all 0.2s; display: flex; align-items: center; justify-content: center; }
.page-btn.active { background: var(--navy); color: white; border-color: var(--navy); }
.page-btn:hover:not(.active) { border-color: var(--gold); color: var(--gold); }

/* TOAST */
.toast { position: fixed; bottom: 24px; right: 24px; background: var(--navy); color: white; padding: 14px 24px; border-radius: 10px; font-family: Arial, sans-serif; font-size: 14px; z-index: 9999; transform: translateY(100px); opacity: 0; transition: all 0.3s; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast.success { border-left: 4px solid #22c55e; }
.toast.error { border-left: 4px solid #ef4444; }

/* LOADING SPINNER */
.spinner { display: flex; justify-content: center; padding: 60px; }
.spinner::after { content: ''; width: 40px; height: 40px; border: 3px solid #e5e7eb; border-top-color: var(--gold); border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
