* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Segoe UI", sans-serif;
  background-color: #0d1b2a;
  color: #e0e0e0;
}
.btn-gold {
  background-color: #f5b841;
  color: #0d1b2a;
  font-weight: 600;
}
.btn-gold:hover {
  background-color: #dba72e;
}
.hero {
  background: linear-gradient(45deg, #14213d, #1d3557);
  color: #fff;
  padding: 100px 0;
}
.icon-round {
  background-color: #1d3557;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5b841;
  font-size: 1.5rem;
}
section {
  padding: 80px 0;
}
.light-section {
  background-color: #f7f9fc;
  color: #0d1b2a;
}
.text-gold {
  color: #f5b841;
}
