/* ============================================================
   site.css  —  AcademiaHub Complete Stylesheet
   ============================================================ */

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --primary:        #2563eb;
  --primary-dark:   #1d4ed8;
  --primary-light:  #eff6ff;
  --secondary:      #7c3aed;
  --accent:         #f59e0b;
  --success:        #10b981;
  --danger:         #ef4444;
  --info:           #0ea5e9;
  --dark:           #0f172a;
  --text:           #1e293b;
  --text-muted:     #64748b;
  --border:         #e2e8f0;
  --bg-light:       #f8fafc;
  --bg-alt:         #f1f5f9;
  --white:          #ffffff;
  --radius:         12px;
  --radius-sm:      8px;
  --shadow:         0 4px 24px rgba(15,23,42,.08);
  --shadow-md:      0 8px 40px rgba(15,23,42,.12);
  --shadow-lg:      0 20px 60px rgba(15,23,42,.16);
  --font-main:      'DM Sans', sans-serif;
  --font-display:   'Playfair Display', serif;
  --nav-h:          68px;
}

/* ── Reset & Base ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-main);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  font-size: 15px;
}

h1,h2,h3,h4,h5,h6 { font-weight: 700; line-height: 1.3; }

a { color: var(--primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--primary-dark); }

img { max-width: 100%; }

.py-6 { padding-top: 5rem; padding-bottom: 5rem; }
.text-gradient {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Top Bar ───────────────────────────────────────────────── */
.top-bar {
  background: var(--dark);
  color: rgba(255,255,255,.75);
  font-size: 12px;
}
.top-bar a { color: rgba(255,255,255,.75); }
.btn-xs { padding: 2px 10px; font-size: 11px; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: var(--dark); font-weight: 600; }

/* ── Main Navbar ───────────────────────────────────────────── */
.main-navbar {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-h);
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.navbar-brand { display:flex; align-items:center; gap:12px; text-decoration:none; }

.brand-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 900; font-size: 16px;
  flex-shrink: 0;
}
.brand-title { display:block; font-size:18px; font-weight:700; color:var(--dark); line-height:1.1; }
.brand-tagline { display:block; font-size:10px; color:var(--text-muted); font-weight:400; }

/* Nav Search */
.nav-search { position:relative; width:320px; }
.nav-search-input {
  padding: 9px 16px 9px 40px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  font-size: 13px;
  width: 100%;
  transition: all .2s;
}
.nav-search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.nav-search-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); font-size: 13px; pointer-events: none;
}

.search-dropdown {
  position: absolute; top: 110%; left: 0; right: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-md); border: 1px solid var(--border);
  z-index: 2000; overflow: hidden;
}
.search-dropdown-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px; cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.search-dropdown-item:hover { background: var(--bg-light); }
.search-dropdown-item:last-child { border-bottom: none; }

.navbar-nav .nav-link {
  font-size: 14px; font-weight: 500;
  color: var(--text) !important; padding: 8px 14px !important;
  border-radius: var(--radius-sm);
  transition: all .2s;
}
.navbar-nav .nav-link:hover { background: var(--bg-light); color: var(--primary) !important; }

.btn-claim {
  background: var(--primary-light) !important;
  color: var(--primary) !important;
  font-weight: 600 !important;
  border: 1.5px solid var(--primary) !important;
}
.btn-claim:hover { background: var(--primary) !important; color: #fff !important; }

/* Mega Menu */
.mega-menu { min-width: 420px; padding: 16px 0; border-radius: var(--radius); }
.mega-label { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); font-weight: 700; padding: 0 16px 6px; margin-bottom: 0; }
.mega-menu .dropdown-item { font-size: 13px; padding: 6px 16px; border-radius: 6px; color: var(--text); }
.mega-menu .dropdown-item:hover { background: var(--primary-light); color: var(--primary); }

/* ── Hero Section ──────────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(99,102,241,.25) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(37,99,235,.2) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9); border-radius: 50px;
  padding: 6px 18px; font-size: 13px; font-weight: 500;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.hero-subtitle {
  color: rgba(255,255,255,.75);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

/* Hero Search */
.hero-search-box {
  background: var(--white);
  border-radius: 20px;
  padding: 28px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.hero-search-inner {
  position: relative;
  flex: 1;
}

.hero-search-icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); pointer-events: none;
}

.hero-search-input {
  width: 100%; border: none; outline: none;
  padding: 14px 16px 14px 42px;
  font-size: 14px; border-radius: 10px;
  font-family: var(--font-main);
  background: transparent;
  color: var(--text);
}

.hero-search-select {
  border: none; outline: none; padding: 0 14px;
  font-size: 13px; background: transparent;
  color: var(--text); border-left: 1px solid var(--border);
  cursor: pointer; font-family: var(--font-main);
}

.hero-search-btn {
  background: var(--primary); color: var(--white);
  border: none; padding: 14px 28px; border-radius: 10px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  transition: background .2s; white-space: nowrap;
}
.hero-search-btn:hover { background: var(--primary-dark); }

/* Quick tags */
.hero-quick-links { font-size: 13px; }
.quick-tag {
  display: inline-block; color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.25);
  padding: 4px 14px; border-radius: 50px; margin: 4px;
  font-size: 12px; transition: all .2s;
}
.quick-tag:hover { background: rgba(255,255,255,.15); color: var(--white); }

/* ── Top Bar ───────────────────────────────────────────────── */
.top-bar {
  background: var(--dark);
  color: rgba(255,255,255,.75);
  font-size: 12px;
}
.top-bar a { color: rgba(255,255,255,.75); }
.btn-xs { padding: 2px 10px; font-size: 11px; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: var(--dark); font-weight: 600; }

/* ── Main Navbar ───────────────────────────────────────────── */
.main-navbar {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-h);
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.navbar-brand { display:flex; align-items:center; gap:12px; text-decoration:none; }

.brand-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 900; font-size: 16px;
  flex-shrink: 0;
}
.brand-title { display:block; font-size:18px; font-weight:700; color:var(--dark); line-height:1.1; }
.brand-tagline { display:block; font-size:10px; color:var(--text-muted); font-weight:400; }

/* Nav Search */
.nav-search { position:relative; width:320px; }
.nav-search-input {
  padding: 9px 16px 9px 40px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  font-size: 13px;
  width: 100%;
  transition: all .2s;
}
.nav-search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.nav-search-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); font-size: 13px; pointer-events: none;
}

.search-dropdown {
  position: absolute; top: 110%; left: 0; right: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-md); border: 1px solid var(--border);
  z-index: 2000; overflow: hidden;
}
.search-dropdown-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px; cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.search-dropdown-item:hover { background: var(--bg-light); }
.search-dropdown-item:last-child { border-bottom: none; }

.navbar-nav .nav-link {
  font-size: 14px; font-weight: 500;
  color: var(--text) !important; padding: 8px 14px !important;
  border-radius: var(--radius-sm);
  transition: all .2s;
}
.navbar-nav .nav-link:hover { background: var(--bg-light); color: var(--primary) !important; }

.btn-claim {
  background: var(--primary-light) !important;
  color: var(--primary) !important;
  font-weight: 600 !important;
  border: 1.5px solid var(--primary) !important;
}
.btn-claim:hover { background: var(--primary) !important; color: #fff !important; }

/* Mega Menu */
.mega-menu { min-width: 420px; padding: 16px 0; border-radius: var(--radius); }
.mega-label { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); font-weight: 700; padding: 0 16px 6px; margin-bottom: 0; }
.mega-menu .dropdown-item { font-size: 13px; padding: 6px 16px; border-radius: 6px; color: var(--text); }
.mega-menu .dropdown-item:hover { background: var(--primary-light); color: var(--primary); }

/* ── Hero Section ──────────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(99,102,241,.25) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(37,99,235,.2) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9); border-radius: 50px;
  padding: 6px 18px; font-size: 13px; font-weight: 500;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.hero-subtitle {
  color: rgba(255,255,255,.75);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

/* Hero Search */
.hero-search-box {
  background: var(--white);
  border-radius: 20px;
  padding: 28px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.hero-search-inner {
  position: relative;
  flex: 1;
}

.hero-search-icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); pointer-events: none;
}

.hero-search-input {
  width: 100%; border: none; outline: none;
  padding: 14px 16px 14px 42px;
  font-size: 14px; border-radius: 10px;
  font-family: var(--font-main);
  background: transparent;
  color: var(--text);
}

.hero-search-select {
  border: none; outline: none; padding: 0 14px;
  font-size: 13px; background: transparent;
  color: var(--text); border-left: 1px solid var(--border);
  cursor: pointer; font-family: var(--font-main);
}

.hero-search-btn {
  background: var(--primary); color: var(--white);
  border: none; padding: 14px 28px; border-radius: 10px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  transition: background .2s; white-space: nowrap;
}
.hero-search-btn:hover { background: var(--primary-dark); }

/* Quick tags */
.hero-quick-links { font-size: 13px; }
.quick-tag {
  display: inline-block; color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.25);
  padding: 4px 14px; border-radius: 50px; margin: 4px;
  font-size: 12px; transition: all .2s;
}
.quick-tag:hover { background: rgba(255,255,255,.15); color: var(--white); }

/* ── Top Bar ───────────────────────────────────────────────── */
.top-bar {
  background: var(--dark);
  color: rgba(255,255,255,.75);
  font-size: 12px;
}
.top-bar a { color: rgba(255,255,255,.75); }
.btn-xs { padding: 2px 10px; font-size: 11px; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: var(--dark); font-weight: 600; }

/* ── Main Navbar ───────────────────────────────────────────── */
.main-navbar {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-h);
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.navbar-brand { display:flex; align-items:center; gap:12px; text-decoration:none; }

.brand-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 900; font-size: 16px;
  flex-shrink: 0;
}
.brand-title { display:block; font-size:18px; font-weight:700; color:var(--dark); line-height:1.1; }
.brand-tagline { display:block; font-size:10px; color:var(--text-muted); font-weight:400; }

/* Nav Search */
.nav-search { position:relative; width:320px; }
.nav-search-input {
  padding: 9px 16px 9px 40px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  font-size: 13px;
  width: 100%;
  transition: all .2s;
}
.nav-search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.nav-search-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); font-size: 13px; pointer-events: none;
}

.search-dropdown {
  position: absolute; top: 110%; left: 0; right: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-md); border: 1px solid var(--border);
  z-index: 2000; overflow: hidden;
}
.search-dropdown-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px; cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.search-dropdown-item:hover { background: var(--bg-light); }
.search-dropdown-item:last-child { border-bottom: none; }

.navbar-nav .nav-link {
  font-size: 14px; font-weight: 500;
  color: var(--text) !important; padding: 8px 14px !important;
  border-radius: var(--radius-sm);
  transition: all .2s;
}
.navbar-nav .nav-link:hover { background: var(--bg-light); color: var(--primary) !important; }

.btn-claim {
  background: var(--primary-light) !important;
  color: var(--primary) !important;
  font-weight: 600 !important;
  border: 1.5px solid var(--primary) !important;
}
.btn-claim:hover { background: var(--primary) !important; color: #fff !important; }

/* Mega Menu */
.mega-menu { min-width: 420px; padding: 16px 0; border-radius: var(--radius); }
.mega-label { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); font-weight: 700; padding: 0 16px 6px; margin-bottom: 0; }
.mega-menu .dropdown-item { font-size: 13px; padding: 6px 16px; border-radius: 6px; color: var(--text); }
.mega-menu .dropdown-item:hover { background: var(--primary-light); color: var(--primary); }

/* ── Hero Section ──────────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(99,102,241,.25) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(37,99,235,.2) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9); border-radius: 50px;
  padding: 6px 18px; font-size: 13px; font-weight: 500;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.hero-subtitle {
  color: rgba(255,255,255,.75);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

/* Hero Search */
.hero-search-box {
  background: var(--white);
  border-radius: 20px;
  padding: 28px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.hero-search-inner {
  position: relative;
  flex: 1;
}

.hero-search-icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); pointer-events: none;
}

.hero-search-input {
  width: 100%; border: none; outline: none;
  padding: 14px 16px 14px 42px;
  font-size: 14px; border-radius: 10px;
  font-family: var(--font-main);
  background: transparent;
  color: var(--text);
}

.hero-search-select {
  border: none; outline: none; padding: 0 14px;
  font-size: 13px; background: transparent;
  color: var(--text); border-left: 1px solid var(--border);
  cursor: pointer; font-family: var(--font-main);
}

.hero-search-btn {
  background: var(--primary); color: var(--white);
  border: none; padding: 14px 28px; border-radius: 10px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  transition: background .2s; white-space: nowrap;
}
.hero-search-btn:hover { background: var(--primary-dark); }

/* Quick tags */
.hero-quick-links { font-size: 13px; }
.quick-tag {
  display: inline-block; color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.25);
  padding: 4px 14px; border-radius: 50px; margin: 4px;
  font-size: 12px; transition: all .2s;
}
.quick-tag:hover { background: rgba(255,255,255,.15); color: var(--white); }

/* ── Top Bar ───────────────────────────────────────────────── */
.top-bar {
  background: var(--dark);
  color: rgba(255,255,255,.75);
  font-size: 12px;
}
.top-bar a { color: rgba(255,255,255,.75); }
.btn-xs { padding: 2px 10px; font-size: 11px; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: var(--dark); font-weight: 600; }

/* ── Main Navbar ───────────────────────────────────────────── */
.main-navbar {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-h);
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.navbar-brand { display:flex; align-items:center; gap:12px; text-decoration:none; }

.brand-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 900; font-size: 16px;
  flex-shrink: 0;
}
.brand-title { display:block; font-size:18px; font-weight:700; color:var(--dark); line-height:1.1; }
.brand-tagline { display:block; font-size:10px; color:var(--text-muted); font-weight:400; }

/* Nav Search */
.nav-search { position:relative; width:320px; }
.nav-search-input {
  padding: 9px 16px 9px 40px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  font-size: 13px;
  width: 100%;
  transition: all .2s;
}
.nav-search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.nav-search-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); font-size: 13px; pointer-events: none;
}

.search-dropdown {
  position: absolute; top: 110%; left: 0; right: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-md); border: 1px solid var(--border);
  z-index: 2000; overflow: hidden;
}
.search-dropdown-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px; cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.search-dropdown-item:hover { background: var(--bg-light); }
.search-dropdown-item:last-child { border-bottom: none; }

.navbar-nav .nav-link {
  font-size: 14px; font-weight: 500;
  color: var(--text) !important; padding: 8px 14px !important;
  border-radius: var(--radius-sm);
  transition: all .2s;
}
.navbar-nav .nav-link:hover { background: var(--bg-light); color: var(--primary) !important; }

.btn-claim {
  background: var(--primary-light) !important;
  color: var(--primary) !important;
  font-weight: 600 !important;
  border: 1.5px solid var(--primary) !important;
}
.btn-claim:hover { background: var(--primary) !important; color: #fff !important; }

/* Mega Menu */
.mega-menu { min-width: 420px; padding: 16px 0; border-radius: var(--radius); }
.mega-label { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); font-weight: 700; padding: 0 16px 6px; margin-bottom: 0; }
.mega-menu .dropdown-item { font-size: 13px; padding: 6px 16px; border-radius: 6px; color: var(--text); }
.mega-menu .dropdown-item:hover { background: var(--primary-light); color: var(--primary); }

/* ── Hero Section ──────────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(99,102,241,.25) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(37,99,235,.2) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9); border-radius: 50px;
  padding: 6px 18px; font-size: 13px; font-weight: 500;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.hero-subtitle {
  color: rgba(255,255,255,.75);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

/* Hero Search */
.hero-search-box {
  background: var(--white);
  border-radius: 20px;
  padding: 28px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.hero-search-inner {
  position: relative;
  flex: 1;
}

.hero-search-icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); pointer-events: none;
}

.hero-search-input {
  width: 100%; border: none; outline: none;
  padding: 14px 16px 14px 42px;
  font-size: 14px; border-radius: 10px;
  font-family: var(--font-main);
  background: transparent;
  color: var(--text);
}

.hero-search-select {
  border: none; outline: none; padding: 0 14px;
  font-size: 13px; background: transparent;
  color: var(--text); border-left: 1px solid var(--border);
  cursor: pointer; font-family: var(--font-main);
}

.hero-search-btn {
  background: var(--primary); color: var(--white);
  border: none; padding: 14px 28px; border-radius: 10px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  transition: background .2s; white-space: nowrap;
}
.hero-search-btn:hover { background: var(--primary-dark); }

/* Quick tags */
.hero-quick-links { font-size: 13px; }
.quick-tag {
  display: inline-block; color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.25);
  padding: 4px 14px; border-radius: 50px; margin: 4px;
  font-size: 12px; transition: all .2s;
}
.quick-tag:hover { background: rgba(255,255,255,.15); color: var(--white); }

/* ── Top Bar ───────────────────────────────────────────────── */
.top-bar {
  background: var(--dark);
  color: rgba(255,255,255,.75);
  font-size: 12px;
}
.top-bar a { color: rgba(255,255,255,.75); }
.btn-xs { padding: 2px 10px; font-size: 11px; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: var(--dark); font-weight: 600; }

/* ── Main Navbar ───────────────────────────────────────────── */
.main-navbar {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-h);
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.navbar-brand { display:flex; align-items:center; gap:12px; text-decoration:none; }

.brand-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 900; font-size: 16px;
  flex-shrink: 0;
}
.brand-title { display:block; font-size:18px; font-weight:700; color:var(--dark); line-height:1.1; }
.brand-tagline { display:block; font-size:10px; color:var(--text-muted); font-weight:400; }

/* Nav Search */
.nav-search { position:relative; width:320px; }
.nav-search-input {
  padding: 9px 16px 9px 40px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  font-size: 13px;
  width: 100%;
  transition: all .2s;
}
.nav-search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.nav-search-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); font-size: 13px; pointer-events: none;
}

.search-dropdown {
  position: absolute; top: 110%; left: 0; right: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-md); border: 1px solid var(--border);
  z-index: 2000; overflow: hidden;
}
.search-dropdown-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px; cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.search-dropdown-item:hover { background: var(--bg-light); }
.search-dropdown-item:last-child { border-bottom: none; }

.navbar-nav .nav-link {
  font-size: 14px; font-weight: 500;
  color: var(--text) !important; padding: 8px 14px !important;
  border-radius: var(--radius-sm);
  transition: all .2s;
}
.navbar-nav .nav-link:hover { background: var(--bg-light); color: var(--primary) !important; }

.btn-claim {
  background: var(--primary-light) !important;
  color: var(--primary) !important;
  font-weight: 600 !important;
  border: 1.5px solid var(--primary) !important;
}
.btn-claim:hover { background: var(--primary) !important; color: #fff !important; }

/* Mega Menu */
.mega-menu { min-width: 420px; padding: 16px 0; border-radius: var(--radius); }
.mega-label { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); font-weight: 700; padding: 0 16px 6px; margin-bottom: 0; }
.mega-menu .dropdown-item { font-size: 13px; padding: 6px 16px; border-radius: 6px; color: var(--text); }
.mega-menu .dropdown-item:hover { background: var(--primary-light); color: var(--primary); }

/* ── Hero Section ──────────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(99,102,241,.25) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(37,99,235,.2) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9); border-radius: 50px;
  padding: 6px 18px; font-size: 13px; font-weight: 500;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.hero-subtitle {
  color: rgba(255,255,255,.75);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

/* Hero Search */
.hero-search-box {
  background: var(--white);
  border-radius: 20px;
  padding: 28px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.hero-search-inner {
  position: relative;
  flex: 1;
}

.hero-search-icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); pointer-events: none;
}

.hero-search-input {
  width: 100%; border: none; outline: none;
  padding: 14px 16px 14px 42px;
  font-size: 14px; border-radius: 10px;
  font-family: var(--font-main);
  background: transparent;
  color: var(--text);
}

.hero-search-select {
  border: none; outline: none; padding: 0 14px;
  font-size: 13px; background: transparent;
  color: var(--text); border-left: 1px solid var(--border);
  cursor: pointer; font-family: var(--font-main);
}

.hero-search-btn {
  background: var(--primary); color: var(--white);
  border: none; padding: 14px 28px; border-radius: 10px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  transition: background .2s; white-space: nowrap;
}
.hero-search-btn:hover { background: var(--primary-dark); }

/* Quick tags */
.hero-quick-links { font-size: 13px; }
.quick-tag {
  display: inline-block; color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.25);
  padding: 4px 14px; border-radius: 50px; margin: 4px;
  font-size: 12px; transition: all .2s;
}
.quick-tag:hover { background: rgba(255,255,255,.15); color: var(--white); }

/* ── Top Bar ───────────────────────────────────────────────── */
.top-bar {
  background: var(--dark);
  color: rgba(255,255,255,.75);
  font-size: 12px;
}
.top-bar a { color: rgba(255,255,255,.75); }
.btn-xs { padding: 2px 10px; font-size: 11px; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: var(--dark); font-weight: 600; }

/* ── Main Navbar ───────────────────────────────────────────── */
.main-navbar {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-h);
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.navbar-brand { display:flex; align-items:center; gap:12px; text-decoration:none; }

.brand-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 900; font-size: 16px;
  flex-shrink: 0;
}
.brand-title { display:block; font-size:18px; font-weight:700; color:var(--dark); line-height:1.1; }
.brand-tagline { display:block; font-size:10px; color:var(--text-muted); font-weight:400; }

/* Nav Search */
.nav-search { position:relative; width:320px; }
.nav-search-input {
  padding: 9px 16px 9px 40px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  font-size: 13px;
  width: 100%;
  transition: all .2s;
}
.nav-search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.nav-search-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); font-size: 13px; pointer-events: none;
}

.search-dropdown {
  position: absolute; top: 110%; left: 0; right: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-md); border: 1px solid var(--border);
  z-index: 2000; overflow: hidden;
}
.search-dropdown-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px; cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.search-dropdown-item:hover { background: var(--bg-light); }
.search-dropdown-item:last-child { border-bottom: none; }

.navbar-nav .nav-link {
  font-size: 14px; font-weight: 500;
  color: var(--text) !important; padding: 8px 14px !important;
  border-radius: var(--radius-sm);
  transition: all .2s;
}
.navbar-nav .nav-link:hover { background: var(--bg-light); color: var(--primary) !important; }

.btn-claim {
  background: var(--primary-light) !important;
  color: var(--primary) !important;
  font-weight: 600 !important;
  border: 1.5px solid var(--primary) !important;
}
.btn-claim:hover { background: var(--primary) !important; color: #fff !important; }

/* Mega Menu */
.mega-menu { min-width: 420px; padding: 16px 0; border-radius: var(--radius); }
.mega-label { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); font-weight: 700; padding: 0 16px 6px; margin-bottom: 0; }
.mega-menu .dropdown-item { font-size: 13px; padding: 6px 16px; border-radius: 6px; color: var(--text); }
.mega-menu .dropdown-item:hover { background: var(--primary-light); color: var(--primary); }

/* ── Hero Section ──────────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(99,102,241,.25) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(37,99,235,.2) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9); border-radius: 50px;
  padding: 6px 18px; font-size: 13px; font-weight: 500;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.hero-subtitle {
  color: rgba(255,255,255,.75);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

/* Hero Search */
.hero-search-box {
  background: var(--white);
  border-radius: 20px;
  padding: 28px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.hero-search-inner {
  position: relative;
  flex: 1;
}

.hero-search-icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); pointer-events: none;
}

.hero-search-input {
  width: 100%; border: none; outline: none;
  padding: 14px 16px 14px 42px;
  font-size: 14px; border-radius: 10px;
  font-family: var(--font-main);
  background: transparent;
  color: var(--text);
}

.hero-search-select {
  border: none; outline: none; padding: 0 14px;
  font-size: 13px; background: transparent;
  color: var(--text); border-left: 1px solid var(--border);
  cursor: pointer; font-family: var(--font-main);
}

.hero-search-btn {
  background: var(--primary); color: var(--white);
  border: none; padding: 14px 28px; border-radius: 10px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  transition: background .2s; white-space: nowrap;
}
.hero-search-btn:hover { background: var(--primary-dark); }

/* Quick tags */
.hero-quick-links { font-size: 13px; }
.quick-tag {
  display: inline-block; color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.25);
  padding: 4px 14px; border-radius: 50px; margin: 4px;
  font-size: 12px; transition: all .2s;
}
.quick-tag:hover { background: rgba(255,255,255,.15); color: var(--white); }

/* ── Top Bar ───────────────────────────────────────────────── */
.top-bar {
  background: var(--dark);
  color: rgba(255,255,255,.75);
  font-size: 12px;
}
.top-bar a { color: rgba(255,255,255,.75); }
.btn-xs { padding: 2px 10px; font-size: 11px; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: var(--dark); font-weight: 600; }

/* ── Main Navbar ───────────────────────────────────────────── */
.main-navbar {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-h);
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.navbar-brand { display:flex; align-items:center; gap:12px; text-decoration:none; }

.brand-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 900; font-size: 16px;
  flex-shrink: 0;
}
.brand-title { display:block; font-size:18px; font-weight:700; color:var(--dark); line-height:1.1; }
.brand-tagline { display:block; font-size:10px; color:var(--text-muted); font-weight:400; }

/* Nav Search */
.nav-search { position:relative; width:320px; }
.nav-search-input {
  padding: 9px 16px 9px 40px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  font-size: 13px;
  width: 100%;
  transition: all .2s;
}
.nav-search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.nav-search-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); font-size: 13px; pointer-events: none;
}

.search-dropdown {
  position: absolute; top: 110%; left: 0; right: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-md); border: 1px solid var(--border);
  z-index: 2000; overflow: hidden;
}
.search-dropdown-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px; cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.search-dropdown-item:hover { background: var(--bg-light); }
.search-dropdown-item:last-child { border-bottom: none; }

.navbar-nav .nav-link {
  font-size: 14px; font-weight: 500;
  color: var(--text) !important; padding: 8px 14px !important;
  border-radius: var(--radius-sm);
  transition: all .2s;
}
.navbar-nav .nav-link:hover { background: var(--bg-light); color: var(--primary) !important; }

.btn-claim {
  background: var(--primary-light) !important;
  color: var(--primary) !important;
  font-weight: 600 !important;
  border: 1.5px solid var(--primary) !important;
}
.btn-claim:hover { background: var(--primary) !important; color: #fff !important; }

/* Mega Menu */
.mega-menu { min-width: 420px; padding: 16px 0; border-radius: var(--radius); }
.mega-label { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); font-weight: 700; padding: 0 16px 6px; margin-bottom: 0; }
.mega-menu .dropdown-item { font-size: 13px; padding: 6px 16px; border-radius: 6px; color: var(--text); }
.mega-menu .dropdown-item:hover { background: var(--primary-light); color: var(--primary); }

/* ── Hero Section ──────────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(99,102,241,.25) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(37,99,235,.2) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9); border-radius: 50px;
  padding: 6px 18px; font-size: 13px; font-weight: 500;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.hero-subtitle {
  color: rgba(255,255,255,.75);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

/* Hero Search */
.hero-search-box {
  background: var(--white);
  border-radius: 20px;
  padding: 28px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.hero-search-inner {
  position: relative;
  flex: 1;
}

.hero-search-icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); pointer-events: none;
}

.hero-search-input {
  width: 100%; border: none; outline: none;
  padding: 14px 16px 14px 42px;
  font-size: 14px; border-radius: 10px;
  font-family: var(--font-main);
  background: transparent;
  color: var(--text);
}

.hero-search-select {
  border: none; outline: none; padding: 0 14px;
  font-size: 13px; background: transparent;
  color: var(--text); border-left: 1px solid var(--border);
  cursor: pointer; font-family: var(--font-main);
}

.hero-search-btn {
  background: var(--primary); color: var(--white);
  border: none; padding: 14px 28px; border-radius: 10px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  transition: background .2s; white-space: nowrap;
}
.hero-search-btn:hover { background: var(--primary-dark); }

/* Quick tags */
.hero-quick-links { font-size: 13px; }
.quick-tag {
  display: inline-block; color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.25);
  padding: 4px 14px; border-radius: 50px; margin: 4px;
  font-size: 12px; transition: all .2s;
}
.quick-tag:hover { background: rgba(255,255,255,.15); color: var(--white); }

/* ── Top Bar ───────────────────────────────────────────────── */
.top-bar {
  background: var(--dark);
  color: rgba(255,255,255,.75);
  font-size: 12px;
}
.top-bar a { color: rgba(255,255,255,.75); }
.btn-xs { padding: 2px 10px; font-size: 11px; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: var(--dark); font-weight: 600; }

/* ── Main Navbar ───────────────────────────────────────────── */
.main-navbar {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-h);
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.navbar-brand { display:flex; align-items:center; gap:12px; text-decoration:none; }

.brand-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 900; font-size: 16px;
  flex-shrink: 0;
}
.brand-title { display:block; font-size:18px; font-weight:700; color:var(--dark); line-height:1.1; }
.brand-tagline { display:block; font-size:10px; color:var(--text-muted); font-weight:400; }

/* Nav Search */
.nav-search { position:relative; width:320px; }
.nav-search-input {
  padding: 9px 16px 9px 40px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  font-size: 13px;
  width: 100%;
  transition: all .2s;
}
.nav-search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.nav-search-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); font-size: 13px; pointer-events: none;
}

.search-dropdown {
  position: absolute; top: 110%; left: 0; right: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-md); border: 1px solid var(--border);
  z-index: 2000; overflow: hidden;
}
.search-dropdown-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px; cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.search-dropdown-item:hover { background: var(--bg-light); }
.search-dropdown-item:last-child { border-bottom: none; }

.navbar-nav .nav-link {
  font-size: 14px; font-weight: 500;
  color: var(--text) !important; padding: 8px 14px !important;
  border-radius: var(--radius-sm);
  transition: all .2s;
}
.navbar-nav .nav-link:hover { background: var(--bg-light); color: var(--primary) !important; }

.btn-claim {
  background: var(--primary-light) !important;
  color: var(--primary) !important;
  font-weight: 600 !important;
  border: 1.5px solid var(--primary) !important;
}
.btn-claim:hover { background: var(--primary) !important; color: #fff !important; }

/* Mega Menu */
.mega-menu { min-width: 420px; padding: 16px 0; border-radius: var(--radius); }
.mega-label { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); font-weight: 700; padding: 0 16px 6px; margin-bottom: 0; }
.mega-menu .dropdown-item { font-size: 13px; padding: 6px 16px; border-radius: 6px; color: var(--text); }
.mega-menu .dropdown-item:hover { background: var(--primary-light); color: var(--primary); }

/* ── Hero Section ──────────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(99,102,241,.25) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(37,99,235,.2) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9); border-radius: 50px;
  padding: 6px 18px; font-size: 13px; font-weight: 500;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.hero-subtitle {
  color: rgba(255,255,255,.75);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

/* Hero Search */
.hero-search-box {
  background: var(--white);
  border-radius: 20px;
  padding: 28px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.hero-search-inner {
  position: relative;
  flex: 1;
}

.hero-search-icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); pointer-events: none;
}

.hero-search-input {
  width: 100%; border: none; outline: none;
  padding: 14px 16px 14px 42px;
  font-size: 14px; border-radius: 10px;
  font-family: var(--font-main);
  background: transparent;
  color: var(--text);
}

.hero-search-select {
  border: none; outline: none; padding: 0 14px;
  font-size: 13px; background: transparent;
  color: var(--text); border-left: 1px solid var(--border);
  cursor: pointer; font-family: var(--font-main);
}

.hero-search-btn {
  background: var(--primary); color: var(--white);
  border: none; padding: 14px 28px; border-radius: 10px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  transition: background .2s; white-space: nowrap;
}
.hero-search-btn:hover { background: var(--primary-dark); }

/* Quick tags */
.hero-quick-links { font-size: 13px; }
.quick-tag {
  display: inline-block; color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.25);
  padding: 4px 14px; border-radius: 50px; margin: 4px;
  font-size: 12px; transition: all .2s;
}
.quick-tag:hover { background: rgba(255,255,255,.15); color: var(--white); }

/* ── Top Bar ───────────────────────────────────────────────── */
.top-bar {
  background: var(--dark);
  color: rgba(255,255,255,.75);
  font-size: 12px;
}
.top-bar a { color: rgba(255,255,255,.75); }
.btn-xs { padding: 2px 10px; font-size: 11px; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: var(--dark); font-weight: 600; }

/* ── Main Navbar ───────────────────────────────────────────── */
.main-navbar {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-h);
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.navbar-brand { display:flex; align-items:center; gap:12px; text-decoration:none; }

.brand-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 900; font-size: 16px;
  flex-shrink: 0;
}
.brand-title { display:block; font-size:18px; font-weight:700; color:var(--dark); line-height:1.1; }
.brand-tagline { display:block; font-size:10px; color:var(--text-muted); font-weight:400; }

/* Nav Search */
.nav-search { position:relative; width:320px; }
.nav-search-input {
  padding: 9px 16px 9px 40px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  font-size: 13px;
  width: 100%;
  transition: all .2s;
}
.nav-search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.nav-search-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); font-size: 13px; pointer-events: none;
}

.search-dropdown {
  position: absolute; top: 110%; left: 0; right: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-md); border: 1px solid var(--border);
  z-index: 2000; overflow: hidden;
}
.search-dropdown-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px; cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.search-dropdown-item:hover { background: var(--bg-light); }
.search-dropdown-item:last-child { border-bottom: none; }

.navbar-nav .nav-link {
  font-size: 14px; font-weight: 500;
  color: var(--text) !important; padding: 8px 14px !important;
  border-radius: var(--radius-sm);
  transition: all .2s;
}
.navbar-nav .nav-link:hover { background: var(--bg-light); color: var(--primary) !important; }

.btn-claim {
  background: var(--primary-light) !important;
  color: var(--primary) !important;
  font-weight: 600 !important;
  border: 1.5px solid var(--primary) !important;
}
.btn-claim:hover { background: var(--primary) !important; color: #fff !important; }

/* Mega Menu */
.mega-menu { min-width: 420px; padding: 16px 0; border-radius: var(--radius); }
.mega-label { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); font-weight: 700; padding: 0 16px 6px; margin-bottom: 0; }
.mega-menu .dropdown-item { font-size: 13px; padding: 6px 16px; border-radius: 6px; color: var(--text); }
.mega-menu .dropdown-item:hover { background: var(--primary-light); color: var(--primary); }

/* ── Hero Section ──────────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(99,102,241,.25) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(37,99,235,.2) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9); border-radius: 50px;
  padding: 6px 18px; font-size: 13px; font-weight: 500;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.hero-subtitle {
  color: rgba(255,255,255,.75);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

/* Hero Search */
.hero-search-box {
  background: var(--white);
  border-radius: 20px;
  padding: 28px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.hero-search-inner {
  position: relative;
  flex: 1;
}

.hero-search-icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--text-muted); pointer-events: none;
}

.hero-search-input {
  width: 100%; border: none; outline: none;
  padding: 14px 16px 14px 42px;
  font-size: 14px; border-radius: 10px;
  font-family: var(--font-main);
  background: transparent;
  color: var(--text);
}

.hero-search-select {
  border: none; outline: none; padding: 0 14px;
  font-size: 13px; background: transparent;
  color: var(--text); border-left: 1px solid var(--border);
  cursor: pointer; font-family: var(--font-main);
}

.hero-search-btn {
  background: var(--primary); color: var(--white);
  border: none; padding: 14px 28px; border-radius: 10px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  transition: background .2s; white-space: nowrap;
}
.hero-search-btn:hover { background: var(--primary-dark); }

/* Quick tags */
.hero-quick-links { font-size: 13px; }
.quick-tag {
  display: inline-block; color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.25);
  padding: 4px 14px; border-radius: 50px; margin: 4px;
  font-size: 12px; transition: all .2s;
}
.quick-tag:hover { background: rgba(255,255,255,.15); color: var(--white); }

/* ── School Directory Filters ──────────────────────────────── */
.page-header-light { background: var(--bg-alt); border-bottom: 1px solid var(--border); }
.page-title { font-size: 1.8rem; font-weight: 800; }

.filter-card {
  background: var(--white); border-radius: 16px;
  border: 1px solid var(--border); overflow: hidden;
  box-shadow: var(--shadow);
}
.sticky-filter { position: sticky; top: calc(var(--nav-h) + 16px); }
.filter-header {
  display: flex; align-items: center;
  padding: 16px 20px; font-weight: 700; font-size: 14px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-alt);
}
.filter-group { padding: 16px 20px; border-bottom: 1px solid var(--border); }
.filter-group:last-child { border-bottom: none; }
.filter-label { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; color: var(--text-muted); margin-bottom: 8px; display: block; }
.filter-checkboxes .form-check { margin-bottom: 6px; }
.filter-checkboxes .form-check-label { font-size: 13px; }

.sort-bar { padding: 12px 0; }
.sort-btn {
  padding: 6px 14px; border-radius: 8px; font-size: 13px; font-weight: 500;
  color: var(--text-muted); border: 1.5px solid var(--border);
  transition: all .15s; cursor: pointer; background: var(--white);
}
.sort-btn.active, .sort-btn:hover { background: var(--primary); color: var(--white); border-color: var(--primary); }

.empty-state { padding: 60px 20px; }
.empty-icon { opacity: .35; }

/* Pagination */
.pagination .page-link {
  border-radius: 8px !important; margin: 0 3px;
  border: 1.5px solid var(--border); color: var(--text);
  font-weight: 500; transition: all .15s;
}
.pagination .page-item.active .page-link { background: var(--primary); border-color: var(--primary); }

/* Compare Bar */
.compare-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--dark); color: var(--white);
  padding: 16px 0; z-index: 1100;
  box-shadow: 0 -4px 20px rgba(0,0,0,.3);
}
.compare-pill {
  display: inline-block; background: rgba(255,255,255,.15);
  padding: 4px 14px; border-radius: 50px; font-size: 12px; margin-right: 6px;
}

/* ── School Detail Page ────────────────────────────────────── */
.school-hero {
  background-size: cover; background-position: center;
  padding-top: 80px; position: relative;
}
.school-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 60%, transparent 100%);
}
.school-hero-content {
  position: relative; z-index: 1;
  padding: 40px 0 32px;
}
.school-hero-logo {
  width: 100px; height: 100px;
  border-radius: 18px; overflow: hidden;
  background: var(--white); border: 4px solid var(--white);
  box-shadow: var(--shadow-md); flex-shrink: 0;
}
.school-hero-logo img { width: 100%; height: 100%; object-fit: cover; }
.school-hero-title {
  font-family: var(--font-display); font-size: clamp(1.5rem,3vw,2.4rem);
  color: var(--white); margin: 8px 0 6px;
}
.school-hero-meta { color: rgba(255,255,255,.7); font-size: 13px; }
.hero-rating { font-size: 14px; color: rgba(255,255,255,.9); }

/* Sub Nav */
.school-subnav { z-index: 900; }
.school-subnav-links { gap: 0; }
.subnav-link {
  padding: 14px 20px; font-size: 13px; font-weight: 600;
  color: var(--text-muted); white-space: nowrap;
  border-bottom: 2px solid transparent; transition: all .2s;
}
.subnav-link:hover, .subnav-link.active {
  color: var(--primary); border-bottom-color: var(--primary);
}
.btn-inquiry-nav {
  background: var(--primary); color: var(--white) !important;
  border-radius: 0; margin-left: auto;
}
.btn-inquiry-nav:hover { background: var(--primary-dark); }

/* Detail Sections */
.detail-section { margin-bottom: 48px; }
.detail-section-title {
  font-size: 1.2rem; font-weight: 800;
  margin-bottom: 20px; padding-bottom: 12px;
  border-bottom: 2px solid var(--border);
  display: flex; align-items: center;
}
.school-description { line-height: 1.8; color: var(--text); }

/* Quick Info Grid */
.quick-info-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px,1fr));
  gap: 12px;
}
.info-item {
  padding: 14px 16px; background: var(--bg-alt);
  border-radius: 10px; border: 1px solid var(--border);
}
.info-label { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); font-weight: 700; margin-bottom: 4px; }
.info-value { font-size: 14px; font-weight: 600; }

/* Announcements */
.announcement-banner {
  background: #fffbeb; border: 1.5px solid #fde68a;
  border-radius: 12px; padding: 14px 20px;
  display: flex; align-items: center; gap: 14px;
}
.announcement-icon {
  width: 40px; height: 40px; background: #fef3c7; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #d97706; font-size: 1rem; flex-shrink: 0;
}
.announcement-item {
  display: flex; gap: 14px; padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.ann-type {
  display: inline-block; padding: 2px 10px; border-radius: 50px;
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  flex-shrink: 0; height: fit-content;
}
.ann-admission { background: #dbeafe; color: #1d4ed8; }
.ann-event     { background: #d1fae5; color: #065f46; }
.ann-notice    { background: #fef3c7; color: #92400e; }
.ann-result    { background: #ede9fe; color: #5b21b6; }

/* Courses Table */
.courses-table { border-radius: 12px; overflow: hidden; }
.courses-table th { background: var(--bg-alt); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }

/* Fees */
.fee-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px,1fr));
  gap: 12px;
}
.fee-item {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 12px; padding: 16px;
}
.fee-type { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted); font-weight: 700; margin-bottom: 6px; }
.fee-amount { font-size: 1.2rem; font-weight: 800; color: var(--success); }
.fee-unavailable {
  background: var(--primary-light); border-radius: 12px;
  padding: 16px 20px; color: var(--text);
}

/* Admission */
.admission-card {
  border: 1.5px solid var(--border); border-radius: 16px;
  overflow: hidden; margin-bottom: 16px;
}
.admission-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
}
.admission-body { padding: 20px; }
.admission-dates {
  display: flex; flex-wrap: wrap; gap: 12px;
}
.date-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 10px;
  font-size: 13px; flex: 1; min-width: 160px;
}
.date-item.green { background: #f0fdf4; color: #15803d; }
.date-item.red   { background: #fef2f2; color: #b91c1c; }
.date-item.blue  { background: #eff6ff; color: #1d4ed8; }

/* Facilities */
.facilities-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(130px,1fr));
  gap: 12px;
}
.facility-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 20px 12px; background: var(--bg-alt);
  border-radius: 12px; border: 1.5px solid var(--border);
  text-align: center; transition: all .2s;
}
.facility-item:hover { border-color: var(--primary); background: var(--primary-light); }
.facility-item.unavailable { opacity: .45; }
.facility-icon { font-size: 1.4rem; color: var(--primary); margin-bottom: 8px; }
.facility-name { font-size: 12px; font-weight: 600; }
.facility-na { font-size: 10px; color: var(--text-muted); }

/* Photo Gallery */
.photo-gallery {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  border-radius: 16px; overflow: hidden;
}
.gallery-item { position: relative; cursor: pointer; overflow: hidden; aspect-ratio: 1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,.5);
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 1.2rem;
  opacity: 0; transition: opacity .2s;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* Reviews */
.rating-summary-card {
  background: var(--bg-alt); border-radius: 16px;
  padding: 24px; display: flex; gap: 32px; flex-wrap: wrap;
}
.rating-overall { text-align: center; flex-shrink: 0; }
.rating-big-num { font-size: 3.5rem; font-weight: 900; color: var(--dark); line-height: 1; }
.rating-stars-lg { font-size: 1.2rem; color: var(--accent); margin: 8px 0 4px; }
.rating-breakdown { flex: 1; min-width: 200px; display: flex; flex-direction: column; gap: 10px; justify-content: center; }
.rating-bar-row { display: flex; align-items: center; gap: 10px; }
.rating-bar-label { font-size: 12px; font-weight: 600; width: 80px; flex-shrink: 0; }
.rating-bar-track { flex: 1; height: 8px; background: var(--border); border-radius: 50px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: linear-gradient(90deg, var(--accent), #f97316); border-radius: 50px; transition: width .6s ease; }
.rating-bar-val { font-size: 12px; font-weight: 700; width: 28px; text-align: right; }

.review-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 16px; padding: 20px; margin-bottom: 16px;
}
.review-header { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white); font-weight: 700; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.reviewer-type {
  display: block; font-size: 11px; color: var(--text-muted);
}
.review-text { color: var(--text); line-height: 1.7; font-size: 14px; }

/* Write Review */
.write-review-section {
  background: var(--bg-alt); border-radius: 16px;
  padding: 28px;
}
.star-rating-grid { display: flex; flex-direction: column; gap: 10px; }
.star-field { display: flex; align-items: center; gap: 14px; }
.star-field-label { font-size: 13px; font-weight: 600; width: 130px; flex-shrink: 0; }
.star-input .star-btn {
  font-size: 1.2rem; cursor: pointer; color: var(--border);
  transition: color .15s; margin-right: 2px;
}
.star-input .star-btn.text-warning { color: var(--accent); }

/* Sidebar */
.detail-sidebar { position: sticky; top: calc(var(--nav-h) + 70px); }

.sidebar-card {
  background: var(--white); border-radius: 16px;
  border: 1.5px solid var(--border); overflow: hidden;
  box-shadow: var(--shadow);
}
.sidebar-card-header {
  padding: 14px 20px; font-weight: 700; font-size: 14px;
  background: var(--bg-alt); border-bottom: 1px solid var(--border);
  display: flex; align-items: center;
}
.sidebar-card-body { padding: 20px; }

.inquiry-header {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white); font-size: 15px;
}

/* Quick Facts */
.qf-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.qf-item:last-child { border-bottom: none; }
.qf-item i { width: 32px; height: 32px; background: var(--primary-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.qf-label { display: block; font-size: 11px; color: var(--text-muted); }
.qf-val { display: block; font-size: 13px; font-weight: 600; }

/* Contact Buttons */
.contact-btn {
  display: flex; align-items: center;
  padding: 12px 16px; border-radius: 10px;
  font-size: 13px; font-weight: 600; transition: all .2s;
}
.phone-btn { background: #f0fdf4; color: #16a34a; border: 1.5px solid #bbf7d0; }
.phone-btn:hover { background: #16a34a; color: var(--white); }
.email-btn { background: var(--primary-light); color: var(--primary); border: 1.5px solid #bfdbfe; }
.email-btn:hover { background: var(--primary); color: var(--white); }
.website-btn { background: #f5f3ff; color: #7c3aed; border: 1.5px solid #ddd6fe; }
.website-btn:hover { background: #7c3aed; color: var(--white); }

/* Share Buttons */
.share-btn {
  width: 36px; height: 36px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--white); transition: all .2s;
}
.share-btn.facebook { background: #1877f2; }
.share-btn.twitter  { background: #1da1f2; }
.share-btn.whatsapp { background: #25d366; }
.share-btn:hover { transform: scale(1.1); color: var(--white); }

/* Claim Nudge */
.claim-nudge {
  text-align: center; padding: 24px;
  background: linear-gradient(135deg, #fef3c7, #fff7ed);
  border-color: #fde68a !important;
}

/* Similar Schools */
.similar-school-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 20px; border-bottom: 1px solid var(--border);
  color: var(--text); transition: background .15s;
}
.similar-school-item:hover { background: var(--bg-alt); }
.similar-school-item:last-child { border-bottom: none; }
.similar-school-item img { width: 38px; height: 38px; border-radius: 8px; object-fit: cover; }

/* Mobile CTA */
.mobile-cta {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--white); padding: 12px 16px;
  border-top: 1px solid var(--border);
  display: flex; gap: 8px; z-index: 1000;
  box-shadow: 0 -4px 16px rgba(0,0,0,.08);
}

/* School Map */
.school-map-container { border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }

/* ── Claim Profile Page ─────────────────────────────────────── */
.claim-hero {
  background: linear-gradient(135deg, #1e3a8a, #312e81);
  padding: 80px 0; text-align: center; color: var(--white);
}
.plan-card {
  border: 2px solid var(--border); border-radius: 20px;
  padding: 32px; text-align: center; transition: all .25s;
  cursor: pointer; position: relative;
}
.plan-card.selected, .plan-card:hover {
  border-color: var(--primary); box-shadow: 0 0 0 4px rgba(37,99,235,.1);
}
.plan-card.featured-plan { border-color: var(--accent); }
.plan-popular {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: var(--dark);
  padding: 4px 20px; border-radius: 50px; font-size: 12px; font-weight: 700;
}
.plan-icon { font-size: 2.5rem; margin-bottom: 12px; }
.plan-name { font-size: 1.1rem; font-weight: 800; margin-bottom: 4px; }
.plan-price { font-size: 2rem; font-weight: 900; color: var(--primary); }
.plan-price small { font-size: 0.9rem; color: var(--text-muted); font-weight: 400; }
.plan-features { list-style: none; padding: 0; text-align: left; margin-top: 16px; }
.plan-features li { font-size: 13px; padding: 5px 0; border-bottom: 1px solid var(--border); }
.plan-features li:last-child { border-bottom: none; }
.plan-features i { color: var(--success); margin-right: 8px; }

/* ── Compare Page ──────────────────────────────────────────── */
.compare-header {
  background: var(--bg-alt); border-radius: 16px;
  padding: 24px; margin-bottom: 24px; text-align: center;
}
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.compare-table th, .compare-table td {
  padding: 14px 20px; border-bottom: 1px solid var(--border);
  vertical-align: middle;
}
.compare-table th { background: var(--bg-alt); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; width: 200px; }
.compare-table td { font-size: 14px; }
.compare-school-header { text-align: center; }
.compare-school-logo { width: 64px; height: 64px; border-radius: 14px; object-fit: cover; margin: 0 auto 8px; display: block; }
.compare-win { color: var(--success); font-weight: 700; }
.compare-stars i { font-size: 12px; }

/* ── Admin Schools List ────────────────────────────────────── */
.table-school-logo { width: 40px; height: 40px; border-radius: 8px; object-fit: cover; }
.status-badge-active   { background: #d1fae5; color: #065f46; padding: 3px 10px; border-radius: 50px; font-size: 11px; font-weight: 700; }
.status-badge-inactive { background: #fee2e2; color: #991b1b; padding: 3px 10px; border-radius: 50px; font-size: 11px; font-weight: 700; }
.plan-badge-free     { background: #f1f5f9; color: #475569; padding: 3px 10px; border-radius: 50px; font-size: 11px; font-weight: 700; }
.plan-badge-basic    { background: #dbeafe; color: #1e40af; padding: 3px 10px; border-radius: 50px; font-size: 11px; font-weight: 700; }
.plan-badge-premium  { background: #fef3c7; color: #92400e; padding: 3px 10px; border-radius: 50px; font-size: 11px; font-weight: 700; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 991px) {
  .detail-sidebar { position: static; }
  .hero-search-box { flex-direction: column; padding: 12px; }
  .hero-search-inner, .hero-search-select, .hero-search-btn { width: 100%; }
  .hero-search-select { padding: 12px 16px; border-left: none; border-top: 1px solid var(--border); }
  .school-subnav-links { overflow-x: auto; }
  .cta-card { padding: 36px 24px; }
  .rating-summary-card { flex-direction: column; }
}

@media (max-width: 767px) {
  .hero-title { font-size: 1.9rem; }
  .nav-search { display: none; }
  .school-hero-content { flex-direction: column; text-align: center; }
  .school-hero-actions { width: 100%; }
  .school-hero-logo { margin: 0 auto; }
  .photo-gallery { grid-template-columns: repeat(2,1fr); }
  .facilities-grid { grid-template-columns: repeat(3,1fr); }
  .quick-info-grid { grid-template-columns: 1fr 1fr; }
  .star-field { flex-wrap: wrap; }
  .star-field-label { width: 100%; }
  .cta-pricing-cards { flex-direction: column; align-items: center; }
}
