.page-header {
  background-color: #2c7a7b;
  color: white;
  padding: 1rem;
  text-align: center;
}
.hero {
  text-align: center;
  padding: 2rem;
  background: #edf2f7;
}
.hero-icon {
  width: 80px;
  margin-bottom: 1rem;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 2rem;
}
.video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.content-wrapper {
  padding: 2rem;
  max-width: 900px;
  margin: auto;
}
.site-footer {
  text-align: center;
  padding: 1rem;
  background: #2d3748;
  color: white;
}
.home-icon-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

