:root {
  --ink: #111820;
  --muted: #4f5c68;
  --paper: #f3eee6;
  --surface: #ffffff;
  --navy: #07111b;
  --navy-2: #0c1721;
  --blue: #21558d;
  --blue-2: #2b65a4;
  --gold: #c59b3b;
  --gold-2: #e3c16b;
  --line: rgba(197, 155, 59, 0.35);
  --soft-line: rgba(17, 24, 32, 0.1);
  --shadow: 0 26px 70px rgba(18, 24, 31, 0.13);
  --radius: 24px;
  --max: 1140px;
  --content: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
a { color: inherit; }
img, video { max-width: 100%; display: block; }
button, input, select { font: inherit; }
:focus-visible { outline: 3px solid var(--gold-2); outline-offset: 3px; }
.sr-only, .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.skip-link:focus {
  position: fixed;
  z-index: 40;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 92px;
  padding: 18px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(6, 14, 22, 0.96);
  border-bottom: 1px solid rgba(197, 155, 59, 0.32);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(12px);
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 0;
}
.brand img {
  width: clamp(210px, 18vw, 300px);
  height: auto;
  object-fit: contain;
}
.brand span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
}
.site-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.82rem, 0.92vw, 0.98rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--gold-2); }
.site-nav .nav-phone { color: white; letter-spacing: 0.1em; }
.site-nav .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  min-width: 118px;
  padding: 0 24px;
  border: 1px solid rgba(115, 162, 217, 0.52);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue-2), var(--blue));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 14px 32px rgba(33,85,141,0.35);
  color: white;
}
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span:not(.sr-only) { width: 21px; height: 2px; background: white; }

.hero {
  position: relative;
  min-height: min(820px, calc(100vh - 92px));
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(86px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)) clamp(58px, 7vw, 90px);
  background:
    linear-gradient(90deg, rgba(0,0,0,0.74), rgba(6,14,22,0.72)),
    url("/assets/images/arizona-background.jpg") center 48% / cover;
  color: white;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.68;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 54%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.26) 58%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.56), rgba(6, 14, 22, 0.36) 48%, rgba(6, 14, 22, 0.54)),
    linear-gradient(180deg, rgba(6, 14, 22, 0.04), rgba(6, 14, 22, 0.5));
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(790px, 100%);
}
.eyebrow {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  margin: 0 0 24px;
}
h1, h2, h3 { line-height: 1.06; letter-spacing: 0; margin: 0 0 18px; }
h1 { font-size: clamp(2.8rem, 5.2vw, 5.4rem); font-weight: 900; max-width: 880px; }
h2 { font-size: clamp(2.1rem, 3.3vw, 4rem); font-weight: 900; max-width: 880px; }
h3 { font-size: clamp(1.25rem, 1.7vw, 1.75rem); font-weight: 900; }
p { margin: 0 0 16px; color: inherit; }
.lead { font-size: clamp(1.08rem, 1.45vw, 1.35rem); max-width: 760px; }
.muted { color: var(--muted); }
.hero .lead {
  color: rgba(255,255,255,0.9);
  font-size: clamp(1.1rem, 1.45vw, 1.42rem);
  line-height: 1.7;
  max-width: 760px;
}
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: clamp(26px, 3vw, 42px) 0 0;
}
.hero-features span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 20px;
  border-left: 1px solid rgba(197,155,59,0.58);
  color: rgba(255,255,255,0.74);
  font-size: 0.82rem;
}
.hero-features span:first-child { border-left: 0; padding-left: 0; }
.hero-features strong {
  color: var(--gold-2);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
.actions { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: clamp(32px, 4vw, 58px); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  min-width: 238px;
  padding: 0 30px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--blue);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
}
.button.primary {
  border-color: rgba(115, 162, 217, 0.5);
  background: linear-gradient(180deg, var(--blue-2), var(--blue));
  color: white;
  box-shadow: 0 16px 36px rgba(33,85,141,0.34);
}
.hero .button:not(.primary) { color: white; border-color: rgba(197,155,59,0.78); }

.section { padding: clamp(74px, 8vw, 120px) max(24px, calc((100vw - var(--content)) / 2)); }
.section > .inner { max-width: var(--content); margin: 0 auto; }
.band {
  background:
    radial-gradient(circle at 80% 0%, rgba(255,255,255,0.9), transparent 34%),
    var(--paper);
}
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: clamp(34px, 5vw, 66px); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  min-height: 260px;
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.74);
  border-radius: var(--radius);
  padding: clamp(30px, 3.2vw, 44px);
  box-shadow: var(--shadow);
}
.card-icon {
  color: var(--gold);
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 34px;
}
.card p { color: var(--muted); font-size: 1.02rem; line-height: 1.72; }
.card-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.media-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--soft-line); }
.media-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.list { display: grid; gap: 10px; padding: 0; margin: 18px 0 0; list-style: none; }
.list li { padding-left: 22px; position: relative; }
.list li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; }

.guide-tools { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.guide-tools input, .guide-tools select {
  min-height: 48px;
  border: 1px solid var(--soft-line);
  border-radius: 10px;
  padding: 10px 12px;
  background: var(--surface);
}
.guide-tools input { flex: 1 1 260px; }
.guide-tools select { flex: 0 1 210px; }
.guide-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 14px; }
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(33, 85, 141, 0.1);
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
}

.intake-shell {
  background: #102923;
  padding: clamp(24px, 5vw, 48px);
}
#mflg-intake-root { max-width: 1180px; margin: 0 auto; }
.notice {
  border-left: 4px solid var(--gold);
  background: rgba(197, 155, 59, 0.12);
  padding: 18px;
  border-radius: 12px;
}

.site-footer {
  background: var(--navy);
  color: white;
  padding: 54px max(24px, calc((100vw - var(--content)) / 2));
  border-top: 1px solid rgba(197,155,59,0.34);
}
.footer-grid { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.footer-logo { width: min(260px, 100%); margin-bottom: 18px; }
.site-footer h2 { font-size: 1rem; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.site-footer a { display: block; color: rgba(255,255,255,0.86); text-decoration: none; margin: 8px 0; }
.site-footer a:hover { color: var(--gold-2); }
.site-footer p, .small { color: rgba(255,255,255,0.72); font-size: 0.92rem; }

@media (max-width: 1100px) {
  .site-header { gap: 18px; }
  .site-nav { gap: 12px; }
  .site-nav a { font-size: 0.78rem; letter-spacing: 0.06em; }
  .site-nav .nav-cta { min-width: 92px; min-height: 50px; }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 76px;
    padding: 14px 20px;
  }
  .brand img { width: 190px; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 22px;
    background: rgba(6, 14, 22, 0.98);
    border-bottom: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; }
  .site-nav .nav-cta { margin-top: 8px; }
  .split, .grid, .grid.two, .footer-grid { grid-template-columns: 1fr; }
  .hero {
    min-height: 720px;
    padding-top: 96px;
  }
  .hero-features span {
    flex: 1 1 50%;
    border-left: 0;
    padding: 8px 14px 8px 0;
  }
}

@media (max-width: 520px) {
  .site-header { min-height: 68px; padding-inline: 16px; }
  .brand img { width: 156px; }
  .site-nav { top: 68px; }
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2.15rem; }
  .hero { min-height: 700px; padding-inline: 20px; }
  .hero-features { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .hero-features span { padding: 0; }
  .actions, .button { width: 100%; }
  .button { min-width: 0; min-height: 58px; }
  .card { min-height: 0; border-radius: 20px; }
  .section { padding-inline: 20px; }
}
