:root{
  --fp-primary:#0b2a6b; /* navy */
  --fp-bg:#0b2a6b;
}
html{ scroll-behavior: smooth; }
body{ font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.bg-primary{ background-color: var(--fp-primary)!important; }

.hero-section{
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: end;
  padding-top: 88px;
}
.hero-bg{ position:absolute; inset:0; background-size: cover; background-position:center; }
.hero-overlay{ position:absolute; inset:0; background: linear-gradient(120deg, rgba(11,42,107,0.88) 0%, rgba(11,42,107,0.55) 60%, rgba(11,42,107,0.35) 100%); }
.hero-section .container{ position: relative; padding-bottom: 32px; }
.hero-section .glass{ background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(6px); }
.hero-divider{ display:block;width:100%;height:90px; fill:#f8f9fa; }

/* Force readable hero paragraph */
.hero-section .lead{ color:#fff !important; opacity:.98; text-shadow:0 1px 2px rgba(0,0,0,.28); }

.card-bg-top{
  height: 180px;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.bg-thumb{
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}

footer h6{ letter-spacing:.03em; }
.alert-top{ position: sticky; top:0; z-index:1031; border-radius:0; margin:0; }
