body {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  background-color: #f4f6f9;
  color: #1c1c1c;
}

nav div a .navbar-brand {
position: relative;
background: url(../assets/images/evo.png);
width: 170px;
left: 15px;
background-size: contain;
}

.navbar {
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
}

hero-homee {
  height: 100vh;
  background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), 
              url('../hero-home.png') center/cover no-repeat;
  
}

.hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0B1C2D, #0d6efd);
  color: white;
}

.hero h1 {
  font-size: 3.2rem;
}

.hero p {
  font-size: 1.2rem;
  opacity: .9;
}

.btn-primary {
  padding: 14px 28px;
  font-weight: 600;
  border-radius: 50px;
}

.card {
  border: none;
  border-radius: 16px;
  padding: 30px;
  transition: .3s;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.card:hover {
  transform: translateY(-6px);
}

footer {
  background: #0B1C2D;
}
