* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #0b1c2c;
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "DM Serif Display", serif;
}
.bg-legal {
  background-color: #0b1c2c;
}

.text-amber {
  color: #f9b233 !important;
}

.navbar .nav-link {
  color: #ddd;
  font-weight: 500;
  margin-left: 1rem;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #f9b233;
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #f9b233;
}

.section {
  padding: 80px 0;
}

.hero-section {
  height: 100vh;
  background: linear-gradient(to right, #0b1c2c, #122c45);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.section-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.bg-deep {
  background-color: #0b1c2c;
}

.bg-platinum {
  background-color: #f4f4f6;
}

.bg-dark {
  background-color: #121b24 !important;
}

.text-amber {
  color: #f9b233;
}

.border-amber {
  border-color: #f9b233 !important;
}

.btn-amber {
  background-color: #f9b233;
  color: #0b1c2c;
  font-weight: 600;
  border: none;
}

.btn-amber:hover,
.btn-outline-amber:hover {
  background-color: #e6a328;
  color: white;
}

.btn-outline-amber {
  color: #f9b233;
  border: 2px solid #f9b233;
  background-color: transparent;
  font-weight: 500;
}
.bg-footer {
  background-color: #0b1c2c;
}
.bg-footer h5,
.bg-footer h6 {
  font-weight: 600;
  color: #f9b233;
  margin-bottom: 1rem;
}
.bg-footer p,
.bg-footer .small {
  color: #f4f4f6;
  font-size: 0.95rem;
  line-height: 1.6;
}
.footer-link {
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.5rem;
  transition: color 0.25s ease;
}
.footer-link:hover {
  color: #f9b233;
  text-decoration: underline;
}
.bg-footer a i {
  font-size: 1.2rem;
  color: #f4f4f6;
  transition: color 0.25s ease;
}
.bg-footer a:hover i {
  color: #f9b233;
}
.bg-footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bg-footer .text-muted {
  color: #aaa !important;
  font-size: 0.85rem;
}
