:root {
  --navy: #0a1f44;
  --primary: #173b8c;
  --primary-600: #0f2e6c;
  --accent: #f2b705;
  --text: #1e1e1e;
  --muted: #6b7280;
  --bg: #ffffff;
  --bg-soft: #f5f7fb;
  --footer: #0c1326;
  --footer-2: #0a1020
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  padding: 0
}

body {
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6
}

img {
  max-width: 100%;
  display: block;
  height: auto
}

a {
  color: var(--primary);
  text-decoration: none
}

a:hover {
  color: var(--primary-600)
}

.container {
  width: min(1160px, 92%);
  margin-inline: auto
}

.flex {
  display: flex
}

.center {
  align-items: center
}

.between {
  justify-content: space-between
}

.grid {
  display: grid;
  gap: 28px
}

.grid.four {
  grid-template-columns: repeat(4, 1fr)
}

.narrow {
  width: min(860px, 92%);
  margin-inline: auto
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden
}

.skip-link:focus {
  left: 16px;
  top: 10px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  background: #fff;
  color: #000;
  z-index: 9999;
  border-radius: 6px
}

.topbar {
  background: var(--navy);
  color: #e7ecff;
  font-size: .9rem
}

.topbar .container {
  padding: 10px 0
}

.topbar a {
  color: #fff
}

.topbar .fa-phone,
.topbar .fa-location-dot {
  margin-right: 6px;
  color: #9bb6ff
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e7eaf3;
  position: sticky;
  top: 0;
  z-index: 1000
}

.header-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(13, 27, 52);
}

.logo-badge {
  display: inline-grid;
  place-items: center;
  background: var(--primary);
  color: rgb(255, 255, 255);
  font-weight: 700;
  border-radius: 6px;
  width: 40px;
  height: 36px;
  letter-spacing: 0.5px;
}

.logo-text {
  font-weight: 700;
  font-size: 1.1rem;
}

.main-nav {
  position: relative;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 38px;
  border: 1px solid rgb(215, 219, 233);
  border-radius: 8px;
  background: rgb(255, 255, 255);
}

.nav-toggle .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: rgb(28, 35, 58);
  margin: 5px auto;
}

.nav-menu {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.nav-menu a {
  color: rgb(27, 35, 64);
  font-weight: 500;
}

.header-cta .btn {
  white-space: nowrap;
}

.hero {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://imagedelivery.net/xMnwd1aoy-PQ8Klk2JdGdw/81fc73cc-82ce-47bd-fd49-550ea35e8500/public") center center / cover no-repeat;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0px 20px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 31, 68, .6) 0%, rgba(10, 31, 68, .7) 60%, rgba(10, 31, 68, .75) 100%)
}

.hero-inner {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff
}

.page-title {
  font-size: 2.4rem;
  margin: 0px 0px 6px;
  letter-spacing: 0.3px;
}

.subtitle {
  opacity: 0.9;
  margin: 0px;
  font-weight: 300;
}

.main-content {
  padding: 48px 0
}

.content-section {
  padding: 0
}

.policy h2 {
  margin-top: 28px;
  color: var(--navy);
  font-size: 1.4rem
}

.policy p {
  color: #202938
}

.policy ul {
  margin: 10px 0 0 20px
}

.policy li {
  margin: 6px 0
}

.effective-date {
  margin-top: 18px;
  color: var(--muted)
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  font-weight: 600
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 6px 18px rgba(23, 59, 140, .25)
}

.btn-primary:hover {
  background: var(--primary-600)
}

.btn-light {
  background: #e9edf8;
  color: #0d1b34
}

.site-footer {
  background: var(--footer);
  color: #d6dcff;
  margin-top: 40px
}

.footer-main {
  padding: 48px 0
}

.site-footer h4 {
  color: #fff;
  margin: 0 0 12px 0;
  font-size: 1.05rem
}

.site-footer p {
  margin: 6px 0
}

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

.linklist li {
  margin: 8px 0
}

.linklist a {
  color: #d6dcff
}

.linklist a:hover {
  color: #fff
}

.social a {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 8px;
  color: #fff;
  margin-right: 8px
}

.social a:hover {
  background: rgba(255, 255, 255, .08)
}

.footer-bottom {
  background: var(--footer-2);
  border-top: 1px solid rgba(255, 255, 255, .08)
}

.footer-bottom .container {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.footer-bottom p {
  margin: 0
}

.small-links a {
  color: #d6dcff
}

.small-links a:hover {
  color: #fff
}

.cookie-note {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0c1326;
  color: #fff;
  display: none
}

.cookie-note.show {
  display: block
}

.cookie-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 14px 0
}

.cookie-inner p {
  margin: 0
}

.cookie-actions .btn {
  margin-left: 8px
}

@media (max-width: 980px) {
  .grid.four {
    grid-template-columns: 1fr 1fr
  }

  .nav-toggle {
    display: inline-block
  }

  .nav-menu {
    position: absolute;
    right: 0;
    top: 52px;
    background: #fff;
    border: 1px solid #e7eaf3;
    border-radius: 12px;
    padding: 14px;
    flex-direction: column;
    gap: 10px;
    min-width: 220px;
    box-shadow: 0 12px 30px rgba(5, 16, 40, .15);
    display: none
  }

  .nav-menu.open {
    display: flex
  }

  .header-cta {
    display: none
  }
}

@media (max-width: 620px) {
  .grid.four {
    grid-template-columns: 1fr
  }

  .hero-media {
    height: 300px
  }

  .page-title {
    font-size: 2rem
  }

  .cookie-inner {
    flex-direction: column;
    align-items: flex-start
  }
}