html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.banner-default {
  background: linear-gradient(135deg, #1f2937, #111827);
}

.banner-admin {
  background: linear-gradient(135deg, #111827, #1d4ed8);
}

.banner-agent {
  background: linear-gradient(135deg, #0f766e, #0f172a);
}

.footer-default {
  background-color: #f8f9fa;
  color: #6c757d;
}

.footer-admin {
  background-color: #0b1120;
  color: #cbd5f5;
}

.footer-agent {
  background-color: #022c22;
  color: #d1fae5;
}

.navbar .dropdown-menu {
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.call-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.95);
  color: #fff;
  display: none;
  z-index: 1050;
  overflow-y: auto;
}

.call-overlay.active {
  display: block;
}

.call-overlay .call-card {
  max-width: 960px;
  margin: 4rem auto;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 1rem;
  padding: 2.5rem;
  backdrop-filter: blur(12px);
}

.call-overlay .call-card h1,
.call-overlay .call-card h2,
.call-overlay .call-card h3 {
  color: #f8fafc;
}

.call-overlay .call-card .badge {
  font-size: 0.85rem;
}

.call-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.call-details-panel {
  background: rgba(15, 23, 42, 0.6);
  border-radius: 0.75rem;
  padding: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.call-details-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.call-details-panel ul {
  margin: 0;
  padding-left: 1.1rem;
}

.call-details-panel li + li {
  margin-top: 0.35rem;
}

.call-overlay .muted {
  color: #94a3b8;
}

.navbar-brand .brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0d3b78, #1a73e8);
  color: #fff;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.navbar-brand .brand-logo {
  width: 120px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
  background: transparent;
  padding: 0;
}

.navbar-brand .brand-name {
  font-weight: 700;
  color: #fff;
}

.navbar-brand .brand-sub {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}
