/* Template 07 - Legal Services - Modern Bootstrap */
:root {
  --primary: #1e3a5f;
  --primary-dark: #152a47;
  --dark: #0f172a;
}

body {
  font-family: 'Source Sans 3', sans-serif;
  color: #334155;
  padding-top: 76px;
}

h1, h2, h3, .navbar-brand, .display-6 { font-family: 'Cormorant Garamond', serif; }

.navbar {
  background: rgba(15, 23, 42, 0.95) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.navbar-brand { font-size: 1.5rem; color: #fff !important; }
.navbar-brand:hover { color: #94a3b8 !important; }
.nav-link { color: rgba(255,255,255,0.9) !important; font-weight: 500; }
.nav-link:hover { color: #94a3b8 !important; }

.hero-section {
  background: linear-gradient(135deg, var(--dark) 0%, #1e293b 50%, var(--primary-dark) 100%);
  min-height: 85vh;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231e3a5f' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.min-vh-75 { min-height: 75vh; }

.icon-box {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
}

.card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(30, 58, 95, 0.15) !important;
}

@media (max-width: 991px) {
  body { padding-top: 56px; }
  .navbar-collapse {
    background: rgba(15, 23, 42, 0.98);
    padding: 1rem;
    border-radius: 12px;
    margin-top: 0.5rem;
  }
}
