body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #000;
  color: #fff;
  line-height: 1.6;
}
a {
  color: #fff;
  text-decoration: underline;
}
.hero {
  background: url('images/hero.jpg') no-repeat center center/cover;
  padding: 3rem 1rem;
  text-align: center;
  position: relative;
}
.hero-content {
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
.training-philosophy {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.button, .button-dark {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  margin-top: 1rem;
}
.button-dark {
  background: #444;
}
.services {
  background: #a6b663;
  color: #000;
  padding: 2rem 1rem;
}
.services h2 {
  text-align: center;
}
.services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.services-left,
.services-right {
  flex: 1 1 300px;
}
.services-right img {
  max-width: 100%;
  border-radius: 8px;
}
.services-right ul {
  list-style: none;
  padding: 0;
}
.about {
  text-align: center;
  padding: 2rem 1rem;
  background: #111;
}
.bio {
  max-width: 800px;
  margin: auto;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
}
.gallery img {
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
}
footer {
  background: #000;
  text-align: center;
  padding: 2rem 1rem;
}
.badges img {
  height: 60px;
  margin: 0 10px;
}
