/* ================================================================
   MBBS Navigator — Page-Specific Styles
   Extends the core GMET design system (styles.css)
   ================================================================ */

/* ================================================================
   HERO — Light/Clean Design (per screenshot)
   ================================================================ */
.nav-hero {
  background: var(--white);
  padding: 7rem 0 3rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--gray-100);
}

.nav-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-gold);
}

.nav-hero-inner {
  max-width: 640px;
}

.nav-hero-brand {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 0.75rem;
}

.nav-hero-edu-badge {
  display: inline-block;
  background: var(--success);
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 0.35rem;
}

.nav-hero-tagline {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.nav-hero-portal-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: rgba(212, 168, 67, 0.1);
  border: 1.5px solid rgba(212, 168, 67, 0.3);
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-full);
  margin-bottom: 1.75rem;
}

.nav-hero-portal-badge svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
}

.nav-hero-title {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.6rem, 5vw, 2.2rem);
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.nav-hero-subtitle {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 480px;
}

.nav-hero-divider {
  width: 100%;
  height: 1px;
  background: var(--gray-100);
  margin: 1.75rem 0;
}

/* Hero CTAs */
.nav-hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.btn-hero-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 1rem 2rem;
  border-radius: var(--radius-md);
  background: var(--gradient-gold);
  color: var(--navy);
  box-shadow: var(--shadow-gold);
  transition: all var(--duration) var(--ease-out);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-hero-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  transform: translateX(-100%);
  transition: transform var(--duration) var(--ease-out);
}

.btn-hero-primary:hover::after {
  transform: translateX(0);
}

.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(212, 168, 67, 0.45);
}

.btn-hero-primary svg {
  width: 20px;
  height: 20px;
}

.btn-hero-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 1rem 2rem;
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--text-primary);
  border: 2px solid var(--gray-200);
  transition: all var(--duration) var(--ease-out);
  text-decoration: none;
}

.btn-hero-outline:hover {
  border-color: var(--royal-blue);
  color: var(--royal-blue);
  transform: translateY(-2px);
}

.btn-hero-outline svg {
  width: 20px;
  height: 20px;
}

.btn-hero-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 1rem 2rem;
  border-radius: var(--radius-md);
  background: #25D366;
  color: var(--white);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
  transition: all var(--duration) var(--ease-out);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-hero-whatsapp::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.1);
  transform: translateX(-100%);
  transition: transform var(--duration) var(--ease-out);
}

.btn-hero-whatsapp:hover::after {
  transform: translateX(0);
}

.btn-hero-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(37, 211, 102, 0.45);
}

.btn-hero-whatsapp svg {
  width: 20px;
  height: 20px;
}

/* Hero Trust badges */
.nav-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.nav-hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.nav-hero-trust-item svg {
  width: 18px;
  height: 18px;
  color: var(--success);
  flex-shrink: 0;
}

/* ================================================================
   COLLEGE FINDER SECTION
   ================================================================ */
.college-section {
  padding: 4rem 0;
  background: var(--off-white);
}

/* Filter chips */
.filter-controls {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.filter-search-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.filter-search {
  position: relative;
  flex: 1;
}

.filter-search svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--gray-400);
  pointer-events: none;
}

.filter-search input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  border: 1.5px solid var(--gray-100);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.9rem;
  background: var(--white);
  color: var(--text-primary);
  transition: border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease;
}

.filter-search input:focus {
  outline: none;
  border-color: var(--royal-light);
  box-shadow: 0 0 0 3px rgba(26, 86, 219, 0.1);
}

.filter-search input::placeholder {
  color: var(--gray-400);
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.8rem;
  border: 1.5px solid var(--gray-200);
  background: var(--white);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--duration-fast) ease;
}

.filter-chip:hover {
  border-color: var(--royal-light);
  color: var(--royal-blue);
}

.filter-chip.active {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.filter-chip svg {
  width: 14px;
  height: 14px;
}

.filter-chip img {
  width: 18px;
  height: 14px;
  border-radius: 2px;
  object-fit: cover;
}

.filter-budget {
  padding: 0.5rem 1rem;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  border: 1.5px solid var(--gray-200);
  background: var(--white);
  color: var(--text-secondary);
  cursor: pointer;
}

.college-count {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.college-count strong {
  color: var(--navy);
}

/* College cards grid */
.college-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.college-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid var(--gray-100);
  transition: all var(--duration) var(--ease-out);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.college-card:hover {
  border-color: var(--royal-light);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.college-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.college-card-estd {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-secondary);
  background: var(--gray-50);
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-full);
}

.college-card-badges {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.college-card-type {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
}

.college-card-type--government,
.college-card-type--public {
  background: rgba(26, 86, 219, 0.12);
  color: var(--royal-blue);
}

.college-card-type--private {
  background: rgba(212, 168, 67, 0.12);
  color: var(--gold-dark);
}

.college-card-rating {
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--success);
  background: rgba(16, 185, 129, 0.1);
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.college-card-rating svg {
  width: 12px;
  height: 12px;
  fill: var(--success);
  stroke: none;
}

.college-card-name {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1rem;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 0.35rem;
}

.college-card-location {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-bottom: 0.85rem;
}

.college-card-location svg {
  width: 14px;
  height: 14px;
  color: var(--gray-400);
  flex-shrink: 0;
}

/* Stats row */
.college-card-stats {
  display: flex;
  justify-content: space-evenly;
  background: var(--off-white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-sm);
  padding: 0.65rem 0.5rem;
  margin-bottom: 0.75rem;
}

.college-stat {
  text-align: center;
}

.college-stat-value {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--text-primary);
  display: block;
}

.college-stat-label {
  font-size: 0.65rem;
  color: var(--text-secondary);
}

/* Highlights quote */
.college-card-highlight {
  font-size: 0.78rem;
  color: var(--text-secondary);
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* CTA button inside card */
.college-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  padding: 0.65rem;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--duration-fast) ease;
  text-decoration: none;
}

.college-card-cta:hover {
  background: var(--navy-light);
  transform: translateY(-1px);
}

.college-card-cta svg {
  width: 14px;
  height: 14px;
}

/* Empty state */
.college-empty {
  text-align: center;
  padding: 3rem 1rem;
  background: var(--gray-50);
  border-radius: var(--radius-lg);
}

.college-empty p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  font-weight: 500;
}


/* ================================================================
   ELIGIBILITY CHECKER
   ================================================================ */
.eligibility-section {
  padding: 4rem 0;
  background: var(--white);
}

.eligibility-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.eligibility-form-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-xl);
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow-md);
}

.eligibility-form-card h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.eligibility-form-card h3 svg {
  width: 20px;
  height: 20px;
  color: var(--royal-blue);
}

.eligibility-form-card > p {
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.elig-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.elig-form-group label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 0.35rem;
}

.elig-form-group input,
.elig-form-group select {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1.5px solid var(--gray-100);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-primary);
  background: var(--white);
  transition: border-color var(--duration-fast) ease;
}

.elig-form-group input:focus,
.elig-form-group select:focus {
  outline: none;
  border-color: var(--royal-light);
  box-shadow: 0 0 0 3px rgba(26, 86, 219, 0.08);
}

.elig-submit-btn {
  width: 100%;
  padding: 0.75rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
  background: var(--navy);
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all var(--duration-fast) ease;
  margin-top: 0.5rem;
}

.elig-submit-btn:hover {
  background: var(--navy-light);
  transform: translateY(-1px);
}

.elig-submit-btn svg {
  width: 16px;
  height: 16px;
  color: var(--gold-light);
}

/* Eligibility Results */
.elig-result {
  margin-top: 1.25rem;
  padding: 1.25rem;
  border-radius: var(--radius-md);
  border: 1.5px solid;
  animation: fadeSlideUp 0.4s var(--ease-out);
}

.elig-result.pass {
  background: rgba(16, 185, 129, 0.06);
  border-color: var(--success);
}

.elig-result.warn {
  background: rgba(245, 158, 11, 0.06);
  border-color: #f59e0b;
}

.elig-result-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.elig-result-label {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-secondary);
}

.elig-result-badge {
  font-size: 0.65rem;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.elig-result-badge.pass {
  background: var(--success);
  color: var(--navy);
}

.elig-result-badge.warn {
  background: #f59e0b;
  color: var(--navy);
}

.elig-result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.elig-result-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-primary);
}

.elig-result-item svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.elig-result-item.ok svg { color: var(--success); }
.elig-result-item.fail svg { color: #ef4444; }

.elig-result-note {
  font-size: 0.72rem;
  color: var(--text-secondary);
  line-height: 1.5;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(0,0,0,0.06);
}

/* ================================================================
   FEATURES BENTO GRID
   ================================================================ */
.features-section {
  padding: 4rem 0;
  background: var(--off-white);
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.feature-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid var(--gray-100);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all var(--duration) var(--ease-out);
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(26, 86, 219, 0.2);
}

.feature-card-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.feature-card-icon.teal { background: rgba(6, 182, 212, 0.1); color: var(--accent-teal); }
.feature-card-icon.blue { background: rgba(26, 86, 219, 0.1); color: var(--royal-blue); }
.feature-card-icon.green { background: rgba(16, 185, 129, 0.1); color: var(--success); }

.feature-card-icon svg {
  width: 22px;
  height: 22px;
}

.feature-card h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-primary);
  margin-bottom: 0.35rem;
}

.feature-card p {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.feature-card-footer {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--gray-50);
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.feature-card-footer.teal { color: var(--accent-teal); }
.feature-card-footer.blue { color: var(--royal-blue); }
.feature-card-footer.green { color: var(--success); }

.feature-card-footer svg {
  width: 14px;
  height: 14px;
}


/* ================================================================
   COMPARISON TABLE
   ================================================================ */
.comparison-section {
  padding: 4rem 0;
  background: var(--white);
}

.comparison-wrapper {
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 1px solid var(--gray-100);
  padding: 1.5rem;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.comparison-wrapper h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.comparison-wrapper > p {
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
}

.comparison-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.78rem;
}

.comparison-table thead th {
  padding: 0.85rem 0.75rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-secondary);
  background: var(--off-white);
  border-bottom: 2px solid var(--gray-100);
  white-space: nowrap;
}

.comparison-table tbody td {
  padding: 0.85rem 0.75rem;
  border-bottom: 1px solid var(--gray-50);
  vertical-align: top;
  color: var(--text-secondary);
  line-height: 1.5;
}

.comparison-table tbody tr:hover {
  background: rgba(26, 86, 219, 0.02);
}

.comparison-table tbody tr.highlight {
  background: rgba(16, 185, 129, 0.04);
}

.comparison-table tbody tr.highlight td {
  font-weight: 500;
}

.comparison-table .country-cell {
  font-weight: 700;
  color: var(--text-primary);
  white-space: nowrap;
}

.comparison-badge {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 700;
}

.comparison-badge.good {
  background: rgba(16, 185, 129, 0.1);
  color: #065f46;
}

.comparison-badge.bad {
  background: rgba(239, 68, 68, 0.08);
  color: #991b1b;
}

.comparison-badge.verdict-good {
  background: rgba(16, 185, 129, 0.1);
  color: #065f46;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
}

.comparison-note {
  margin-top: 1.25rem;
  padding: 1rem;
  background: rgba(245, 158, 11, 0.06);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: var(--radius-md);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.comparison-note svg {
  width: 20px;
  height: 20px;
  color: #b45309;
  flex-shrink: 0;
  margin-top: 2px;
}

.comparison-note p {
  font-size: 0.78rem;
  color: #78350f;
  line-height: 1.6;
}

.comparison-note strong {
  display: block;
  margin-bottom: 0.25rem;
}


/* ================================================================
   CLINICAL CASE SIMULATOR
   ================================================================ */
.clinical-section {
  padding: 4rem 0;
  background: var(--off-white);
}

.clinical-wrapper {
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 1px solid var(--gray-100);
  padding: 1.5rem;
  box-shadow: var(--shadow-md);
}

.clinical-wrapper h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.clinical-wrapper h3 svg {
  width: 20px;
  height: 20px;
  color: #e11d48;
}

.clinical-wrapper > p {
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
}

.clinical-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.clinical-tab {
  flex: 1;
  padding: 0.6rem;
  text-align: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gray-200);
  background: var(--off-white);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--duration-fast) ease;
}

.clinical-tab.active {
  background: rgba(225, 29, 72, 0.06);
  border-color: rgba(225, 29, 72, 0.3);
  color: #881337;
}

.clinical-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.clinical-case-card {
  background: var(--off-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--gray-100);
  padding: 1.25rem;
}

.clinical-case-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.clinical-case-badge .pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e11d48;
  animation: pulse 2s ease-in-out infinite;
}

.clinical-case-card h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.clinical-background {
  background: var(--white);
  border-radius: var(--radius-sm);
  border: 1px solid var(--gray-50);
  padding: 0.85rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.clinical-question-label {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-secondary);
  margin-bottom: 0.35rem;
}

.clinical-question-text {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.clinical-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.clinical-option {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.75rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gray-200);
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--duration-fast) ease;
  text-align: left;
  width: 100%;
}

.clinical-option:hover {
  background: var(--off-white);
  border-color: var(--gray-400);
}

.clinical-option.correct {
  background: rgba(16, 185, 129, 0.08);
  border-color: var(--success);
  color: #064e3b;
}

.clinical-option.wrong {
  background: rgba(239, 68, 68, 0.08);
  border-color: #ef4444;
  color: #7f1d1d;
}

.clinical-option-letter {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: var(--gray-50);
  color: var(--text-secondary);
  font-size: 0.65rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clinical-explanation {
  margin-top: 0.75rem;
  padding: 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  line-height: 1.6;
  animation: fadeSlideUp 0.3s var(--ease-out);
}

.clinical-explanation.correct {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: var(--text-primary);
}

.clinical-explanation.wrong {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: var(--text-primary);
}

.clinical-explanation strong {
  display: block;
  margin-bottom: 0.25rem;
}

/* Clinical sidebar */
.clinical-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.clinical-sidebar-card {
  padding: 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid;
}

.clinical-sidebar-card.bd {
  background: rgba(6, 182, 212, 0.04);
  border-color: rgba(6, 182, 212, 0.15);
}

.clinical-sidebar-card.other {
  background: var(--off-white);
  border-color: var(--gray-100);
}

.clinical-sidebar-card.info {
  background: rgba(26, 86, 219, 0.04);
  border-color: rgba(26, 86, 219, 0.1);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.clinical-sidebar-card h5 {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.clinical-sidebar-card.bd h5 { color: var(--accent-teal); }
.clinical-sidebar-card.other h5 { color: var(--text-secondary); }

.clinical-sidebar-card p {
  font-size: 0.78rem;
  line-height: 1.6;
  font-weight: 500;
}

.clinical-sidebar-card.bd p { color: var(--text-secondary); }
.clinical-sidebar-card.other p { color: var(--gray-400); }

.clinical-sidebar-card.info svg {
  width: 24px;
  height: 24px;
  color: var(--royal-blue);
  flex-shrink: 0;
}

.clinical-sidebar-card.info p {
  font-size: 0.72rem;
  color: var(--text-secondary);
  line-height: 1.5;
}


/* ================================================================
   NAVIGATOR FAQ
   ================================================================ */
.nav-faq-section {
  padding: 4rem 0;
  background: var(--off-white);
}

.nav-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.nav-faq-item {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  border: 1px solid var(--gray-100);
  transition: all var(--duration-fast) ease;
}

.nav-faq-item:hover {
  border-color: var(--royal-light);
}

.nav-faq-q {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.nav-faq-q-label {
  color: var(--accent-teal);
  font-weight: 800;
  flex-shrink: 0;
}

.nav-faq-a {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.7;
  padding-left: 1.4rem;
}


/* ================================================================
   CONSULTATION BOOKING FORM
   ================================================================ */
.booking-section {
  padding: 4rem 0;
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
}

.booking-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,0.03) 1px, transparent 0);
  background-size: 30px 30px;
}

.booking-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

.booking-info {
  color: var(--white);
}

.booking-info-tag {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--accent-teal);
  margin-bottom: 1rem;
  display: block;
}

.booking-info h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.booking-info > p {
  font-size: 0.9rem;
  color: var(--gray-200);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.booking-checklist {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.booking-checklist-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.82rem;
  color: var(--gray-200);
}

.booking-checklist-item svg {
  width: 18px;
  height: 18px;
  color: var(--accent-teal);
  flex-shrink: 0;
}

.booking-brand {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.booking-brand-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-brand-icon svg {
  width: 22px;
  height: 22px;
  color: var(--accent-teal);
}

.booking-brand-text p:first-child {
  font-size: 0.72rem;
  color: var(--gray-400);
}

.booking-brand-text p:last-child {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--accent-teal);
}

/* Booking Form Card */
.booking-form-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow-xl);
}

.booking-form-card h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.booking-form-card h4 svg {
  width: 20px;
  height: 20px;
  color: var(--accent-teal);
}

.booking-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.booking-form-group label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-secondary);
  margin-bottom: 0.35rem;
}

.booking-form-group input,
.booking-form-group select,
.booking-form-group textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1.5px solid var(--gray-100);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-primary);
  background: var(--white);
  transition: border-color var(--duration-fast) ease;
}

.booking-form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.booking-form-group input:focus,
.booking-form-group select:focus,
.booking-form-group textarea:focus {
  outline: none;
  border-color: var(--accent-teal);
  box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}

.booking-submit-btn {
  width: 100%;
  padding: 0.85rem;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--navy);
  background: var(--accent-teal);
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all var(--duration-fast) ease;
  box-shadow: 0 4px 20px rgba(6, 182, 212, 0.25);
}

.booking-submit-btn:hover {
  background: #0891b2;
  transform: translateY(-1px);
  box-shadow: 0 8px 30px rgba(6, 182, 212, 0.35);
}

.booking-submit-btn svg {
  width: 16px;
  height: 16px;
}

.booking-submit-btn.loading {
  opacity: 0.7;
  pointer-events: none;
}

.booking-success {
  padding: 1rem;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: var(--radius-md);
  font-size: 0.8rem;
  font-weight: 600;
  color: #064e3b;
  line-height: 1.5;
  margin-bottom: 1rem;
  animation: fadeSlideUp 0.4s var(--ease-out);
}

.booking-doc-checklist {
  margin-top: 1.25rem;
  padding: 1rem;
  background: rgba(26, 86, 219, 0.04);
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: var(--radius-md);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.booking-doc-checklist svg {
  width: 20px;
  height: 20px;
  color: var(--royal-blue);
  flex-shrink: 0;
  margin-top: 2px;
}

.booking-doc-checklist strong {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--text-primary);
  display: block;
  margin-bottom: 0.35rem;
}

.booking-doc-checklist ul {
  list-style: disc;
  padding-left: 1rem;
}

.booking-doc-checklist li {
  font-size: 0.75rem;
  color: var(--text-secondary);
  font-weight: 500;
  line-height: 1.8;
}


/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (min-width: 640px) {
  .nav-hero-ctas {
    max-width: 400px;
  }

  .elig-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .elig-form-group.full-width {
    grid-column: 1 / -1;
  }

  .college-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .filter-search-row {
    flex-direction: row;
    align-items: center;
  }

  .booking-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .booking-form-group.full-width {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .nav-hero {
    padding: 8rem 0 4rem;
  }

  .college-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .eligibility-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
  }

  .eligibility-form-card {
    flex: 0 0 50%;
  }

  .clinical-layout {
    grid-template-columns: 7fr 5fr;
  }

  .booking-layout {
    grid-template-columns: 5fr 7fr;
  }
}

/* ================================================================
   PREMIUM CUSTOM SELECT DROPDOWN (GMET Navy & Gold Theme)
   ================================================================ */
.custom-select-container {
  position: relative;
  width: 100%;
  min-width: 220px;
  z-index: 1000;
}

.custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.25rem;
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: all var(--duration-fast) ease;
}

.custom-select-trigger:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 12px rgba(212, 168, 67, 0.15);
}

.custom-select-container.open .custom-select-trigger {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(10, 22, 40, 0.1);
}

.custom-select-trigger svg.chevron {
  width: 16px;
  height: 16px;
  color: var(--gray-400);
  transition: transform var(--duration-fast) ease;
}

.custom-select-container.open .custom-select-trigger svg.chevron {
  transform: rotate(180deg);
  color: var(--gold);
}

.custom-select-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  max-height: 280px;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity var(--duration-fast) ease, transform var(--duration-fast) ease;
  z-index: 1001;
  padding: 0.4rem;
}

.custom-select-container.open .custom-select-options {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.custom-select-option {
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-secondary);
  border-radius: 6px;
  cursor: pointer;
  transition: all var(--duration-fast) ease;
}

.custom-select-option:hover {
  background: rgba(212, 168, 67, 0.08);
  color: var(--gold-dark);
  padding-left: 1.25rem;
}

.custom-select-option.active {
  background: var(--navy);
  color: var(--white);
  font-weight: 600;
}
