/* ── RESET & ROOT ── */
:root {
  --navy: #0b1f3a;
  --navy-mid: #122447;
  --navy-light: #1a3360;
  --gold: #c8a84b;
  --gold-light: #e2c97e;
  --gold-pale: #f5efd8;
  --cream: #f7f4ed;
  --white: #ffffff;
  --text: #1c2b3a;
  --text-muted: #5a6a7a;
  --border: #d9d0bc;
  --green: #1a7a4a;
  --green-light: #eaf5ef;
  --red: #b0271a;
  --red-light: #fdf0ee;
  --orange: #c4640e;
  --orange-light: #fef3e8;
  --purple: #5a2d82;
  --purple-light: #f3eefb;
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.14);
  --radius: 6px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); font-size: 15px; line-height: 1.65; }
img { max-width: 100%; }
a { color: var(--navy); }

/* ── DISCLAIMER ── */
.disclaimer-bar {
  background: #6b1111;
  color: #fcd9d9;
  text-align: center;
  padding: 7px 24px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #a01f1f;
}
.disclaimer-bar strong { color: #fff; }

/* ── UTILITY BAR ── */
.utility-bar {
  background: #071529;
  padding: 5px 0;
}
.utility-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.utility-left a, .utility-right a {
  color: #6e92b8;
  font-size: 11px;
  text-decoration: none;
  margin: 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 0.15s;
}
.utility-left a:hover, .utility-right a:hover { color: var(--gold-light); }

/* ── HEADER ── */
header {
  background: var(--navy);
  border-bottom: 3px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 20px;
}
.logo-block {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-emblem { width: 48px; height: 48px; flex-shrink: 0; }
.logo-text-block { display: flex; flex-direction: column; }
.logo-acronym {
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.08em;
  line-height: 1;
}
.logo-full {
  font-size: 9px;
  color: #7aa0c4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  max-width: 210px;
  line-height: 1.3;
  margin-top: 2px;
}
nav { display: flex; align-items: center; gap: 1px; }
nav a {
  color: #bbd0e8;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 13px;
  border-radius: 4px;
  letter-spacing: 0.02em;
  transition: all 0.16s;
  white-space: nowrap;
}
nav a:hover { background: rgba(200,168,75,0.1); color: var(--gold-light); }
nav a.active { color: var(--gold); }
nav a.nav-register {
  background: var(--gold);
  color: var(--navy);
  font-weight: 600;
  margin-left: 8px;
  padding: 7px 16px;
}
nav a.nav-register:hover { background: var(--gold-light); color: var(--navy); }

/* ── HERO ── */
.hero {
  background: linear-gradient(150deg, #071529 0%, var(--navy-mid) 55%, #173060 100%);
  padding: 100px 32px 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8a84b' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 1;
}
.hero-inner { max-width: 800px; margin: 0 auto; position: relative; }
.hero-tag {
  display: inline-block;
  background: rgba(200,168,75,0.15);
  border: 1px solid rgba(200,168,75,0.4);
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.hero h1 {
  font-family: 'EB Garamond', serif;
  font-size: clamp(32px, 5vw, 54px);
  color: #fff;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 20px;
}
.hero h1 em { color: var(--gold); font-style: italic; }
.hero p {
  font-size: 17px;
  color: #96b8d8;
  max-width: 580px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block;
  padding: 11px 26px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.18s;
  letter-spacing: 0.02em;
}
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-light); color: var(--navy); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(200,168,75,0.4); }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.3); }
.btn-outline:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.6); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-light); }
.btn-sm { padding: 7px 16px; font-size: 13px; }
.btn-danger { background: var(--red); color: #fff; }
.btn-danger:hover { background: #8c1e14; }

/* ── STATS STRIP ── */
.stats-strip {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 20px 32px;
  box-shadow: var(--shadow-sm);
}
.stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}
.stat-item { text-align: center; }
.stat-num {
  font-family: 'EB Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--navy);
  display: block;
  line-height: 1;
}
.stat-label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.07em; margin-top: 4px; }

/* ── SECTION SHARED ── */
.section { padding: 72px 32px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.section-title {
  font-family: 'EB Garamond', serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1.22;
}
.section-sub { font-size: 16px; color: var(--text-muted); max-width: 560px; line-height: 1.7; margin-bottom: 40px; }
.section-bg { background: var(--white); }
.section-dark { background: var(--navy); color: #fff; }
.section-dark .section-title { color: #fff; }
.section-dark .section-sub { color: #96b8d8; }

/* ── MISSION PILLARS ── */
.pillars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.pillar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, transform 0.2s;
}
.pillar-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.pillar-icon { font-size: 28px; margin-bottom: 14px; }
.pillar-card h3 { font-family: 'EB Garamond', serif; font-size: 19px; color: var(--navy); margin-bottom: 8px; }
.pillar-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* ── REGULATIONS ── */
.regs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.reg-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(200,168,75,0.2);
  border-radius: var(--radius);
  padding: 24px;
  transition: background 0.2s;
}
.reg-card:hover { background: rgba(255,255,255,0.09); }
.reg-ref { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--gold); letter-spacing: 0.05em; margin-bottom: 8px; }
.reg-card h3 { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 8px; }
.reg-card p { font-size: 13.5px; color: #96b8d8; line-height: 1.6; }

/* ── LOOKUP SECTION / PAGE ── */
.lookup-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 56px 32px 48px;
  border-bottom: 3px solid var(--gold);
}
.lookup-hero-inner { max-width: 900px; margin: 0 auto; }
.lookup-hero h1 {
  font-family: 'EB Garamond', serif;
  font-size: clamp(26px, 4vw, 40px);
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.lookup-hero p { color: #96b8d8; font-size: 15px; margin-bottom: 28px; }

.search-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.search-row {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border);
}
.search-row input {
  flex: 1;
  padding: 15px 20px;
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  border: none;
  outline: none;
  color: var(--text);
}
.search-row input::placeholder { color: #aaa; }
.search-row button {
  background: var(--gold);
  color: var(--navy);
  border: none;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background 0.15s;
}
.search-row button:hover { background: var(--gold-light); }
.search-filters {
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  flex-wrap: wrap;
  align-items: center;
}
.search-filters label { font-size: 12px; color: var(--text-muted); font-weight: 500; }
.search-filters select {
  padding: 5px 10px;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  outline: none;
}
.search-filters select:focus { border-color: var(--gold); }

/* ── RESULTS TABLE ── */
.results-section { padding: 40px 32px; }
.results-inner { max-width: 1100px; margin: 0 auto; }
.results-meta { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.results-meta strong { color: var(--text); }

.table-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 14px; }
thead { background: var(--navy); }
thead th {
  color: #96b8d8;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 12px 16px;
  text-align: left;
  white-space: nowrap;
}
tbody tr { border-bottom: 1px solid #eee; transition: background 0.12s; }
tbody tr:hover { background: #fafaf7; }
tbody td { padding: 13px 16px; vertical-align: middle; color: var(--text); }
tbody td .company-name { font-weight: 600; color: var(--navy); }
tbody td .company-id { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--text-muted); margin-top: 2px; }
.td-action a { color: var(--navy); text-decoration: none; font-weight: 600; font-size: 13px; }
.td-action a:hover { color: var(--gold); text-decoration: underline; }

/* ── STATUS BADGES ── */
.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.badge-active { background: var(--green-light); color: var(--green); border: 1px solid #b8dfc9; }
.badge-suspended { background: var(--orange-light); color: var(--orange); border: 1px solid #f5d8b8; }
.badge-revoked { background: var(--red-light); color: var(--red); border: 1px solid #f0c4be; }
.badge-pending { background: var(--purple-light); color: var(--purple); border: 1px solid #d4c0ef; }

/* ── LICENCE DETAIL MODAL ── */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(7,21,41,0.72);
  z-index: 500;
  backdrop-filter: blur(3px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  max-width: 660px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: modalIn 0.22s ease;
}
@keyframes modalIn { from { opacity: 0; transform: translateY(16px) scale(0.98); } to { opacity: 1; transform: none; } }
.modal-header {
  background: var(--navy);
  padding: 24px 28px 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.modal-header .modal-close {
  position: absolute;
  top: 16px; right: 20px;
  background: none; border: none;
  color: #7aa0c4; font-size: 22px;
  cursor: pointer; line-height: 1;
  transition: color 0.15s;
}
.modal-header .modal-close:hover { color: #fff; }
.modal-lid {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.modal-company {
  font-family: 'EB Garamond', serif;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}
.modal-body { padding: 28px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 24px; }
.detail-item label {
  display: block;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 4px;
}
.detail-item .val { font-size: 14.5px; color: var(--text); font-weight: 500; }
.detail-item .val.mono { font-family: 'JetBrains Mono', monospace; font-size: 13px; }
.services-list { display: flex; flex-wrap: wrap; gap: 8px; }
.service-tag {
  background: #eef3f8;
  color: var(--navy);
  border: 1px solid #cdd8e4;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 500;
}
.modal-notes {
  background: var(--gold-pale);
  border-left: 3px solid var(--gold);
  padding: 14px 18px;
  border-radius: 0 4px 4px 0;
  font-size: 13.5px;
  color: var(--text);
  line-height: 1.6;
  margin-top: 20px;
}
.modal-notes strong { color: var(--navy); }

/* ── CONTACT SECTION ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-info h3 { font-family: 'EB Garamond', serif; font-size: 22px; color: var(--navy); margin-bottom: 14px; }
.contact-info p { color: var(--text-muted); font-size: 14.5px; line-height: 1.7; margin-bottom: 16px; }
.contact-detail { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; }
.contact-detail .cd-icon { font-size: 18px; margin-top: 2px; }
.contact-detail .cd-text { font-size: 14px; color: var(--text-muted); }
.contact-detail .cd-text strong { color: var(--text); display: block; }

/* ── ADMIN LAYOUT ── */
.admin-wrap { display: flex; min-height: 100vh; }
.admin-sidebar {
  width: 240px;
  background: var(--navy);
  border-right: 2px solid var(--gold);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.admin-sidebar-head {
  padding: 22px 20px 16px;
  border-bottom: 1px solid rgba(200,168,75,0.2);
}
.admin-sidebar-head .admin-logo {
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.06em;
}
.admin-sidebar-head .admin-sub { font-size: 10px; color: #6e92b8; text-transform: uppercase; letter-spacing: 0.07em; margin-top: 2px; }
.admin-nav { padding: 16px 12px; flex: 1; }
.admin-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #96b8d8;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  padding: 9px 12px;
  border-radius: 5px;
  margin-bottom: 2px;
  transition: all 0.15s;
}
.admin-nav a:hover { background: rgba(200,168,75,0.1); color: var(--gold-light); }
.admin-nav a.active { background: rgba(200,168,75,0.14); color: var(--gold); }
.admin-nav a .nav-icon { font-size: 16px; width: 20px; text-align: center; }
.admin-sidebar-foot {
  padding: 16px 12px;
  border-top: 1px solid rgba(200,168,75,0.15);
}
.admin-sidebar-foot a {
  display: block;
  color: #6e92b8;
  font-size: 12.5px;
  text-decoration: none;
  padding: 7px 12px;
  border-radius: 4px;
  transition: color 0.15s;
}
.admin-sidebar-foot a:hover { color: #fff; }

.admin-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.admin-topbar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
}
.admin-topbar h1 { font-family: 'EB Garamond', serif; font-size: 22px; color: var(--navy); font-weight: 500; }
.admin-topbar .topbar-right { display: flex; align-items: center; gap: 14px; }
.admin-content { padding: 28px; flex: 1; overflow-y: auto; }

/* ── ADMIN CARDS / STATS ── */
.admin-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; margin-bottom: 28px; }
.admin-stat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 20px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.admin-stat-card .asn { font-family: 'EB Garamond', serif; font-size: 32px; font-weight: 600; color: var(--navy); }
.admin-stat-card .asl { font-size: 11px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--text-muted); margin-top: 4px; }
.admin-stat-card.green .asn { color: var(--green); }
.admin-stat-card.orange .asn { color: var(--orange); }
.admin-stat-card.red .asn { color: var(--red); }
.admin-stat-card.purple .asn { color: var(--purple); }

/* ── ADMIN TABLE ── */
.admin-table-wrap { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.admin-table-head {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.admin-table-head h2 { font-size: 16px; font-weight: 600; color: var(--navy); }
.admin-search-input {
  padding: 7px 14px;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  border: 1px solid var(--border);
  border-radius: 4px;
  outline: none;
  transition: border-color 0.15s;
  min-width: 200px;
}
.admin-search-input:focus { border-color: var(--gold); }
.admin-table-actions { display: flex; gap: 8px; }
.td-admin-actions { display: flex; gap: 6px; white-space: nowrap; }

/* ── FORM ── */
.form-wrap { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; max-width: 720px; box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1/-1; }
.form-group label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); }
.form-group input, .form-group select, .form-group textarea {
  padding: 9px 13px;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  border: 1.5px solid var(--border);
  border-radius: 4px;
  color: var(--text);
  background: #fafaf8;
  outline: none;
  transition: border-color 0.15s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); background: #fff; }
.form-group textarea { min-height: 90px; resize: vertical; }
.checkbox-group { display: flex; flex-wrap: wrap; gap: 10px; }
.checkbox-group label { display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--text); cursor: pointer; }
.checkbox-group input[type="checkbox"] { width: 15px; height: 15px; accent-color: var(--navy); }
.form-actions { display: flex; gap: 10px; margin-top: 24px; align-items: center; }

/* ── ALERT ── */
.alert { padding: 12px 18px; border-radius: var(--radius); font-size: 13.5px; margin-bottom: 20px; font-weight: 500; }
.alert-success { background: var(--green-light); color: var(--green); border: 1px solid #b8dfc9; }
.alert-error { background: var(--red-light); color: var(--red); border: 1px solid #f0c4be; }
.alert-info { background: var(--gold-pale); color: #8a6020; border: 1px solid #e2d09a; }

/* ── LOGIN PAGE ── */
.login-page {
  min-height: 100vh;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.login-box {
  background: var(--white);
  border-radius: 10px;
  padding: 40px 36px;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.login-box .login-logo { text-align: center; margin-bottom: 28px; }
.login-box .login-logo .ll-title {
  font-family: 'EB Garamond', serif;
  font-size: 28px;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: 0.08em;
}
.login-box .login-logo .ll-sub { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.07em; }
.login-box h2 { font-size: 17px; color: var(--navy); margin-bottom: 22px; font-weight: 600; }
.login-form .form-group { margin-bottom: 16px; }
.login-form .form-group label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); display: block; margin-bottom: 6px; }
.login-form .form-group input { width: 100%; padding: 10px 14px; font-size: 15px; font-family: 'DM Sans', sans-serif; border: 1.5px solid var(--border); border-radius: 4px; outline: none; transition: border-color 0.15s; }
.login-form .form-group input:focus { border-color: var(--gold); }
.login-form .btn { width: 100%; text-align: center; padding: 12px; font-size: 15px; margin-top: 8px; }

/* ── NO RESULTS ── */
.no-results { text-align: center; padding: 60px 20px; color: var(--text-muted); }
.no-results .nr-icon { font-size: 40px; margin-bottom: 14px; }
.no-results h3 { font-size: 18px; color: var(--text); margin-bottom: 8px; }

/* ── FOOTER ── */
footer { background: var(--navy); color: #7aa0c4; border-top: 3px solid var(--gold); }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 56px 32px 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand .footer-logo-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-acronym { font-family: 'EB Garamond', serif; font-size: 22px; font-weight: 600; color: var(--gold); letter-spacing: 0.08em; }
.footer-desc { font-size: 13.5px; line-height: 1.7; margin-bottom: 12px; }
.footer-disclaimer-note { font-size: 11px; background: rgba(176,39,26,0.15); border: 1px solid rgba(176,39,26,0.3); border-radius: 4px; padding: 8px 12px; color: #f0a090; }
.footer-col h4 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); font-weight: 600; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: #7aa0c4; font-size: 13.5px; text-decoration: none; transition: color 0.15s; }
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: #557090;
}
.footer-links { display: flex; gap: 16px; }
.footer-links a { color: #557090; text-decoration: none; transition: color 0.15s; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom a { color: #557090; text-decoration: none; }
.footer-bottom a:hover { color: var(--gold-light); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .admin-wrap { flex-direction: column; }
  .admin-sidebar { width: 100%; }
}
@media (max-width: 600px) {
  .header-inner, .hero { padding-left: 16px; padding-right: 16px; }
  .section { padding: 48px 16px; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}
