.header {
  background: #e3f2fd;
  padding: 20px 0;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav a {
  margin-left: 20px;
  font-weight: 600;
  color: #1565c0;
}

.hero {
  background: #f5faff;
  padding: 80px 0;
  text-align: center;
}

.section {
  padding: 60px 0;
}

.section-alt {
  background: #f9f9f9;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.map-container iframe {
  width: 100%;
  height: 350px;
  border: none;
}

.footer {
  background: #e3f2fd;
  padding: 20px 0;
  text-align: center;
}