/* ================================================
   GLOBAL
   ================================================ */
body {
  font-family: "Inter", Arial, sans-serif;
  background-color: #f4f6f8;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  letter-spacing: -0.5px;
}

.tracking-wide {
  letter-spacing: 1px;
}

/* ================================================
   NAVIGATION
   ================================================ */
.navbar {
  background-color: #0d2538 !important;
  padding: 1rem 0;
}

.navbar-brand {
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
}

/* Navigation logo */
.nav-logo {
  height: 48px;
  width: auto;
}

.bg-black {
  background-color: #000 !important;
}

/* ================================================
   HERO SECTION
   ================================================ */
.hero {
  height: 85vh;
  background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
              url("../img/hero_bg.png");
  background-size: cover;
  background-position: center;
}

.hero .btn-primary {
  background-color: #f26a1b;
  border: none;
  font-weight: 600;
  padding: 0.75rem 2.5rem;
  font-size: 1.2rem;
}

.hero .btn-primary:hover {
  background-color: #d85a15;
}

/* ================================================
   CONTACT SECTION
   ================================================ */
.contact-section {
  padding: 80px 0;
}

.contact-card {
  background: white;
  border-radius: 14px;
  max-width: 650px;
  margin: auto;
}

.contact-card h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #0d2538;
}

.form-control {
  border: 2px solid #d0d4d8;
  border-radius: 8px;
}

.form-control:focus {
  border-color: #f26a1b;
  box-shadow: 0 0 0 0.2rem rgba(242,106,27,0.25);
}

/* Buttons */
.btn-primary {
  background-color: #f26a1b !important;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #d85c16 !important;
}

/* ================================================
   FOOTER
   ================================================ */
.footer {
  background-color: #000;
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
}
