:root {
  --navy: #0d1f3c;
  --gold: #c9a84c;
  --gold-lt: #f0d080;
  --light: #f5f7fa;
  --text: #2d3748;
  --muted: #718096;
}

.navbar {
  background: rgba(13,31,60,.97);
  padding: .9rem 1.5rem;
}

.navbar-brand {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: .5px;
}

.navbar-brand span { color: var(--gold); }
.navbar-toggler { border-color: rgba(255,255,255,.3); }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
  color: rgba(255,255,255,.8) !important;
  font-size: .9rem;
  font-weight: 500;
  padding: .5rem 1rem !important;
}

.nav-link:hover,
.nav-link.active { color: var(--gold) !important; }

.btn-nav {
  background: var(--gold);
  color: var(--navy) !important;
  font-weight: 700;
  border-radius: 50px;
  padding: .45rem 1.4rem !important;
}

.page-hero {
  position: relative;
  margin-top: 66px;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0d1f3c 0%, #173562 100%);
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(13,31,60,.94), rgba(13,31,60,.62));
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9a84c' fill-opacity='0.045'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6z'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-icon {
  position: absolute;
  right: 4vw;
  bottom: -3rem;
  font-size: clamp(9rem, 20vw, 18rem);
  color: var(--gold);
  opacity: .06;
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin-bottom: .75rem;
  text-transform: uppercase;
}

h1 {
  color: #fff;
  font-size: clamp(2.1rem, 5vw, 3.7rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 1rem;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255,255,255,.74);
  font-size: 1.07rem;
  line-height: 1.75;
  margin-bottom: 0;
}

section { padding: 5rem 0; }
.section-light { background: var(--light); }
.section-navy { background: var(--navy); color: #fff; }

.section-label {
  color: var(--gold);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.section-title {
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-navy .section-title { color: #fff; }

.body-copy {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}

.section-navy .body-copy { color: rgba(255,255,255,.65); }

.feature-card {
  height: 100%;
  /* background: #fff; */
  /* border: 1px solid #e8ecf0; */
  border-radius: 8px;
  padding: 1.8rem;
}

.feature-card h3,
.feature-card h5 {
  color: var(--navy);
  font-weight: 800;
  font-size: 1.08rem;
}

.feature-card p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0;
  font-size: .94rem;
}

.icon-box {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--navy), #1a3a6b);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.amount-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: var(--light);
  color: var(--navy);
  border-radius: 50px;
  padding: .4rem 1rem;
  font-size: .85rem;
  font-weight: 800;
  margin-top: 1.2rem;
}

.check-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.check-list li {
  display: flex;
  gap: .75rem;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: .75rem;
}

.check-list i {
  color: var(--gold);
  margin-top: .25rem;
}

.btn-primary-custom {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  border: none;
  border-radius: 50px;
  padding: .85rem 2rem;
  text-decoration: none;
}

.btn-primary-custom:hover {
  background: var(--gold-lt);
  color: var(--navy);
  text-decoration: none;
}

.btn-outline-light-custom {
  display: inline-block;
  color: #fff;
  border: 2px solid rgba(255,255,255,.35);
  border-radius: 50px;
  padding: .78rem 1.9rem;
  font-weight: 700;
  text-decoration: none;
}

.btn-outline-light-custom:hover {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.contact-panel {
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  padding: 2rem;
}

.footer-main {
  background: #060e1c;
  padding: 4rem 0 2.5rem;
  color: rgba(255,255,255,.55);
}

.footer-brand {
  color: #fff;
  font-weight: 800;
  font-size: 1.2rem;
  text-decoration: none;
}

.footer-brand span { color: var(--gold); }
.footer-brand:hover { color: #fff; text-decoration: none; }

.footer-heading {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li { margin-bottom: .55rem; }

.footer-links a,
.footer-contact a {
  color: rgba(255,255,255,.55);
  text-decoration: none;
  font-size: .9rem;
}

.footer-links a:hover,
.footer-contact a:hover { color: var(--gold); }

.footer-contact {
  color: rgba(255,255,255,.55);
  font-size: .9rem;
  line-height: 1.6;
}

.footer-bottom {
  background: #040a12;
  color: rgba(255,255,255,.35);
  padding: 1.2rem 0;
  font-size: .8rem;
}

.fab-whatsapp {
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  font-size: 1.35rem;
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
  z-index: 999;
}

.fab-whatsapp:hover { color: #fff; text-decoration: none; }

@media (max-width: 767px) {
  section { padding: 3.5rem 0; }
  .page-hero { min-height: 360px; }
  .hero-copy { font-size: .98rem; }
  .contact-panel { padding: 1.5rem; }
}
