:root {
  --navy: #062b58;
  --navy-dark: #031b38;
  --navy-mid: #0b417d;
  --gold: #d9a632;
  --gold-light: #f1c85e;
  --ink: #11243c;
  --muted: #6b7787;
  --soft: #f5f7fa;
  --line: rgba(9, 42, 84, .12);
  --header-h: 118px;
}

html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
}

.site-header {
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
  z-index: 1030;
}
.site-header.scrolled {
  background: rgba(3, 27, 56, .94);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}
.brand-lockup {
  width: 248px;
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: -6px 0 -54px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(0,0,0,.24);
  backdrop-filter: blur(10px);
}
.brand-lockup img {
  width: 164px;
  height: 164px;
  object-fit: contain;
  object-position: center;
  filter: none;
}
.navbar .nav-link { color: rgba(255,255,255,.86); font-weight: 600; padding-inline: .8rem!important; }
.navbar .nav-link:hover { color: #fff; }

.hero {
  min-height: 760px;
  height: 100vh;
  color: #fff;
  background-image: url("assets/hero-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #061b32;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,17,34,.78) 0%, rgba(2,17,34,.60) 42%, rgba(2,17,34,.45) 100%),
    linear-gradient(180deg, rgba(1,12,24,.34) 0%, rgba(1,12,24,.18) 40%, rgba(1,12,24,.62) 100%);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, rgba(8,43,88,.08), rgba(1,11,23,.20) 70%);
}
.hero-graphic { display: none; }
.hero-content { z-index: 2; padding-top: var(--header-h); }
.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .58rem 1rem;
  border: 1px solid rgba(255,255,255,.36);
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  backdrop-filter: blur(8px);
}
.hero h1 {
  font-size: clamp(3rem, 6.2vw, 6rem);
  line-height: .98;
  letter-spacing: -.045em;
  text-shadow: 0 8px 30px rgba(0,0,0,.28);
}
.headline-highlight {
  display: inline-block;
  color: #fff;
  padding: .01em .18em .07em;
  margin-right: .06em;
  background: linear-gradient(180deg, #e2b64f, #b98320);
  border-radius: .28em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 8px 18px rgba(0,0,0,.18);
}
.hero-lead { max-width: 820px; font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 600; color: rgba(255,255,255,.92); }
.hero-sub { max-width: 850px; font-size: clamp(.95rem, 1.4vw, 1.12rem); color: rgba(255,255,255,.68); }
.search-shell { max-width: 790px; }
.search-shell .input-group,
.search-shell .form-control { border-radius: 999px; }
.search-shell .input-group { background: #fff; overflow: hidden; min-height: 62px; }
.search-shell .form-control { font-size: 1.02rem; }
.btn-gold {
  border: 0;
  color: #11233b;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  box-shadow: 0 11px 30px rgba(209,155,38,.26);
  min-height: 62px;
}
.btn-gold:hover, .btn-gold:focus { color: #0d1e33; background: linear-gradient(180deg, #f6d374, #e0ad38); transform: translateY(-1px); }
.btn-navy { background: var(--navy); border-color: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-mid); border-color: var(--navy-mid); color: #fff; }
.text-gold { color: var(--gold)!important; }
.search-feedback { min-height: 24px; color: #ffd47b; font-weight: 600; font-size: .9rem; }
.trust-row { max-width: 720px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1rem 1.6rem; color: rgba(255,255,255,.74); }
.trust-row > div { display: flex; align-items: center; gap: .55rem; font-size: .95rem; }
.trust-row i { color: var(--gold-light); }
.trust-separator { width: 1px; height: 22px; background: rgba(255,255,255,.22); }
.scroll-cue { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.66); font-size: 1.7rem; z-index: 3; animation: bob 1.8s infinite; }
@keyframes bob { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,8px); } }

.section-pad { padding: 96px 0; }
.section-heading { max-width: 720px; }
.section-kicker { display: inline-block; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .13em; margin-bottom: .6rem; }
.section-heading h2, .section-pad h2 { letter-spacing: -.035em; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 800; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }

.practice-card {
  min-height: 150px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(4,35,71,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.practice-card i { font-size: 2rem; color: var(--gold); }
.practice-card:hover, .practice-card:focus { transform: translateY(-4px); border-color: rgba(216,164,50,.55); box-shadow: 0 16px 38px rgba(4,35,71,.12); outline: none; }
.practice-card.active { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(216,164,50,.13); }
.soft-section { background: var(--soft); }
.steps-wrap { display: grid; gap: 1rem; }
.step-card { display: flex; gap: 1.25rem; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 1.5rem; box-shadow: 0 12px 30px rgba(4,35,71,.05); }
.step-number { min-width: 64px; height: 64px; display: grid; place-items: center; border-radius: 16px; background: var(--navy); color: var(--gold-light); font-weight: 900; font-size: 1.15rem; }
.step-card h3 { font-size: 1.18rem; font-weight: 800; margin-bottom: .35rem; }
.step-card p { color: var(--muted); margin: 0; }

.navy-section { background: linear-gradient(130deg, var(--navy-dark), var(--navy)); }
.mini-logo-card { width: min(100%, 500px); margin: 0 auto; border-radius: 30px; background: #fff; padding: 1rem; box-shadow: 0 25px 60px rgba(0,0,0,.24); transform: rotate(-1deg); }
.mini-logo-card img { width: 100%; border-radius: 22px; display: block; }
.benefit-list { display: grid; gap: 1.2rem; }
.benefit-list > div { display: flex; gap: 1rem; align-items: flex-start; }
.benefit-list i { color: var(--gold-light); font-size: 1.35rem; margin-top: .08rem; }
.benefit-list p { color: rgba(255,255,255,.75); margin: 0; font-size: 1.04rem; }
.benefit-list strong { color: #fff; }

.cta-section { background: #fff; }
.cta-card { max-width: 930px; padding: clamp(2rem, 5vw, 4rem); border-radius: 32px; background: linear-gradient(180deg, #fbfcfd, #f3f6f9); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(3,34,69,.08); }
.search-shell-light .form-control { min-height: 62px; border: 1px solid #d9e0e7; }
.search-shell-light .search-feedback { color: #9a6b00; }

.site-footer { background: #02172f; color: rgba(255,255,255,.62); }
.footer-brand img { width: 64px; height: 46px; object-fit: contain; background: #fff; border-radius: 10px; padding: 2px; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .92rem; }
.footer-links a:hover { color: #fff; }
.legal-note { font-size: .8rem; color: rgba(255,255,255,.45); max-width: 1050px; }

@media (max-width: 991.98px) {
  :root { --header-h: 96px; }
  .brand-lockup { width: 195px; height: 142px; margin: -4px 0 -42px; padding: 8px; border-radius: 20px; }
  .brand-lockup img { width: 134px; height: 134px; }
  .site-header .navbar-collapse { margin-top: .7rem; background: rgba(3,27,56,.98); padding: 1rem; border-radius: 18px; }
  .hero { min-height: 720px; height: auto; padding: 130px 0 90px; }
  .hero-content { padding-top: 0; }
  .section-pad { padding: 76px 0; }
}

@media (max-width: 767.98px) {
  .brand-lockup { width: 158px; height: 118px; margin: -2px 0 -32px; padding: 7px; border-radius: 17px; }
  .brand-lockup img { width: 108px; height: 108px; }
  .hero { min-height: 680px; padding-top: 120px; }
  .hero h1 { font-size: clamp(2.7rem, 12vw, 4.1rem); }
  .search-shell .input-group, .btn-gold { min-height: 58px; }
  .trust-row { gap: .7rem 1rem; }
  .trust-separator { display: none; }
  .practice-card { min-height: 125px; font-size: .9rem; }
  .step-card { padding: 1.1rem; }
  .step-number { min-width: 52px; height: 52px; }
}
