.cgu-hero {
  background-color: #042149;
  color: #f9f9f9;
  text-align: center;
  padding: 6rem 1rem 4rem;
}
.cgu-hero h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cgu-hero .intro {
  max-width: 850px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #f9f9f9cc;
  line-height: 1.6;
}

.cgu-section {
  padding: 3rem 1rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.cgu-section:nth-child(even) {
  background-color: #f7f9fc;
}
.cgu-section h2 {
  color: #042149;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.cgu-section p {
  max-width: 900px;
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.cgu-section a {
  color: #ff743e;
  text-decoration: none;
  font-weight: 500;
}
.cgu-section a:hover {
  text-decoration: underline;
}
