@import url("/iv.css?v=20260721s");

/* Shared calm-civic footer for State Navigate IV pages. */

.iv-civic-footer,
.iv-civic-footer * {
  box-sizing: border-box;
}

.iv-civic-footer {
  padding: clamp(66px, 7vw, 96px) 0 24px;
  background: var(--iv-strong-bg);
  color: var(--iv-strong-text);
  font-family: var(--iv-font-sans);
}

.iv-civic-footer a {
  color: inherit;
}

.iv-civic-footer-shell {
  width: min(calc(100% - 72px), 1320px);
  margin-inline: auto;
}

.iv-civic-footer-lead {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  gap: clamp(42px, 6vw, 70px);
  align-items: end;
}

.iv-civic-footer-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  text-decoration: none;
}

.iv-civic-footer-logo img {
  display: block;
  width: clamp(200px, 20vw, 300px);
  max-width: 100%;
  height: auto;
}

.iv-civic-footer-lead > p {
  max-width: 680px;
  margin: 0;
  color: var(--iv-strong-text);
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 450;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.iv-civic-footer-rule {
  position: relative;
  height: 24px;
  margin: 52px 0 38px;
}

.iv-civic-footer-rule::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 1px;
  background: var(--iv-light-muted);
}

.iv-civic-footer-rule::after,
.iv-civic-footer-rule span {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid var(--iv-strong-text);
  border-radius: 50%;
  background: var(--iv-blue);
  transform: translateY(-50%);
}

.iv-civic-footer-rule::after {
  left: 0;
}

.iv-civic-footer-rule span {
  right: 0;
  background: var(--iv-red);
}

.iv-civic-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr .8fr 1.2fr;
  gap: clamp(30px, 4vw, 50px);
}

.iv-civic-footer-links nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.iv-civic-footer-links h2 {
  margin: 0 0 8px;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.iv-civic-footer-links a {
  font-family: var(--iv-font-mono);
  font-size: 12px;
  text-decoration: none;
}

.iv-civic-footer-links a:hover {
  color: var(--iv-orange-2);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.iv-civic-footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 56px;
  padding-top: 18px;
  border-top: 1px solid var(--iv-light-rule);
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
}

.iv-civic-footer :is(a, button):focus-visible {
  outline: 3px solid var(--iv-blue);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .iv-civic-footer-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .iv-civic-footer {
    padding-top: 58px;
  }

  .iv-civic-footer-shell {
    width: min(calc(100% - 30px), 1320px);
  }

  .iv-civic-footer-lead,
  .iv-civic-footer-links {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .iv-civic-footer-logo img {
    width: min(285px, 100%);
  }

  .iv-civic-footer-rule {
    margin: 42px 0 34px;
  }

  .iv-civic-footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
