:root {
  --navy: #28242a;
  --ink: #28242a;
  --muted: #66555d;
  --orange: #de754f;
  --cream: #f8f6f0;
  --paper: #fffefa;
  --line: #e2dce0;
  --serif: var(--font-serif), Georgia, serif;
  --sans: var(--font-sans), Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.6;
  cursor: wait;
}
img {
  max-width: 100%;
  object-fit: cover;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -1.9px;
  line-height: 1.06;
}
h1 {
  font-size: 76px;
}
h2 {
  font-size: 57px;
}
h1 em,
h2 em {
  font-style: normal;
  color: #9b6951;
}
p {
  line-height: 1.75;
  color: var(--muted);
}
svg {
  flex-shrink: 0;
}
.container {
  width: min(1240px, calc(100% - 112px));
  margin: 0 auto;
}
.announcement {
  background: var(--navy);
  color: #f4f2e8;
  padding: 10px 56px;
  font-size: 14px;
  letter-spacing: 0.45px;
  display: flex;
  justify-content: space-between;
}
.announcement-right {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #e2dce0;
}
.header {
  background: var(--cream);
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #e8e6df;
}
.nav-inner {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand > span {
  font-size: 19px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.65px;
}
.brand small {
  display: block;
  font-size: 14px;
  letter-spacing: 4px;
  margin-top: 5px;
}
.brand-dot {
  color: var(--orange);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 14px;
}
.nav-links > a,
.nav-dropdown > button {
  white-space: nowrap;
}
.nav-links > a:hover,
.portal-link:hover {
  color: #b75734;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown > button {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  font-size: 14px;
}
.dropdown-panel {
  position: absolute;
  top: 38px;
  left: -22px;
  min-width: 270px;
  padding: 15px;
  background: var(--paper);
  box-shadow: 0 16px 50px #28242a20;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.dropdown-panel a {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 12px;
  border-radius: 3px;
}
.dropdown-panel a:hover {
  background: #efeee5;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.portal-link {
  font-size: 14px;
  white-space: nowrap;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  min-height: 52px;
  padding: 16px 23px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  transition:
    background 0.2s,
    transform 0.2s;
  white-space: nowrap;
}
.button:hover {
  transform: translateY(-2px);
}
.button-orange {
  background: var(--orange);
  color: #28242a;
}
.button-orange:hover {
  background: #e58b6a;
}
.button-dark {
  background: var(--navy);
  color: #fffef7;
}
.button-dark:hover {
  background: #873749;
}
.button-outline {
  border-color: #cfb0b8;
  background: transparent;
}
.small {
  min-height: 42px;
  padding: 12px 18px;
  gap: 15px;
}
.mobile-toggle {
  display: none;
  border: none;
  background: none;
  padding: 7px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.55px;
  line-height: 1.6;
}
.eyebrow > span {
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero {
  padding: 60px 0 67px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 48px;
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 27px;
}
.hero h1 {
  font-size: clamp(58px, 5.35vw, 79px);
  line-height: 1.035;
  letter-spacing: -2.1px;
}
.hero-copy > p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 25px;
  max-width: 440px;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 29px;
}
.hero-secondary {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #cfb0b8;
  padding: 10px 0;
}
.hero-assurances {
  display: flex;
  gap: 19px;
  margin-top: 17px;
  font-size: 14px;
  color: #66555d;
}
.hero-assurances span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-assurances svg {
  color: #66555d;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 37px;
}
.mini-globe {
  border: 1px solid #e2dce0;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  color: #66555d;
}
.hero-footnote span {
  font-size: 14px;
  line-height: 1.7;
  color: #66555d;
}
.hero-footnote strong {
  font-weight: 400;
  color: #494047;
}
.hero-visual {
  position: relative;
  padding-bottom: 24px;
  margin-right: 12px;
}
.photo-frame {
  height: 525px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.photo-frame > img {
  object-position: 50% 60%;
  filter: saturate(0.65);
}
.photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #28242a40 0%,
    transparent 40%,
    #28242a78 100%
  );
}
.photo-top {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 25px;
  display: flex;
  justify-content: space-between;
  color: white;
}
.photo-top > span {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1.45px;
}
.live-dot {
  background: #e4bf94;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}
.photo-caption {
  position: absolute;
  bottom: 115px;
  left: 30px;
  right: 26px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  color: white;
}
.photo-caption > span:first-child {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.1;
}
.photo-coordinates {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: right;
}
.hero-float {
  position: absolute;
  bottom: 0;
  left: -28px;
  right: 29px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--paper);
  padding: 24px 22px;
  box-shadow: 0 7px 28px #28242a18;
  border: 1px solid #f0eee7;
  border-radius: 4px;
}
.float-icon {
  width: 49px;
  height: 54px;
  background: #f3f3f5;
  border: 1px solid #e2dce0;
  display: grid;
  place-items: center;
  color: #66555d;
  border-radius: 3px;
}
.hero-float div > span {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #66555d;
}
.hero-float strong {
  font-size: 15px;
  display: block;
  margin-top: 6px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.hero-float p {
  font-size: 14px;
  margin-top: 4px;
}
.float-check {
  background: #f3f3f5;
  color: #66555d;
  padding: 4px;
  border-radius: 50%;
  margin-left: auto;
}
.hero-side-label {
  position: absolute;
  top: 40px;
  right: -26px;
  writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 2px;
  color: #66555d;
}
.corner-mark {
  position: absolute;
  right: -18px;
  bottom: -14px;
  font-size: 77px;
  line-height: 1;
  color: var(--orange);
  z-index: -1;
}
.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f3f3f5;
}
.trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  gap: 20px;
}
.trust-inner > span {
  font-size: 14px;
  line-height: 1.7;
}
.trust-inner strong {
  font-weight: 600;
}
.trust-inner > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trust-inner > div > span {
  font-size: 14px;
  line-height: 1.7;
  color: #66555d;
}
.trust-inner > div strong {
  color: #494047;
  font-weight: 400;
}
.trust-inner svg {
  color: #66555d;
}
.section {
  padding: 86px 0;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}
.section-heading .eyebrow {
  margin-bottom: 17px;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 5px;
}
.service-tabs {
  display: flex;
  gap: 5px;
  border-bottom: 1px solid var(--line);
  margin: 0 0 24px;
}
.service-tabs button {
  font-size: 14px;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 13px 24px 16px;
  color: #66555d;
}
.service-tabs button:first-child {
  padding-left: 0;
  padding-right: 27px;
}
.service-tabs button.active {
  color: var(--navy);
  border-color: var(--navy);
  font-weight: 600;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.service-card {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 25px 25px 21px;
  min-height: 243px;
  background: #fcfbf7;
  transition:
    background 0.2s,
    border 0.2s,
    transform 0.2s;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  background: #f3f3f5;
  border-color: #cfb0b8;
  transform: translateY(-3px);
}
.service-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 23px;
}
.service-icon {
  display: grid;
  place-items: center;
  width: 41px;
  height: 41px;
  border-radius: 3px;
  background: #f3f3f5;
  color: #66555d;
}
.service-arrow {
  margin-left: auto;
  color: #66555d;
}
.badge {
  font-size: 6.5px;
  letter-spacing: 0.7px;
  font-weight: 600;
  background: #efeee3;
  padding: 6px 7px;
  color: #66555d;
  border-radius: 2px;
}
.service-card h3 {
  font-size: 17px;
  letter-spacing: -0.4px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-card p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 300px;
}
.service-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-top: auto;
  padding-top: 21px;
  color: #66555d;
}
.section-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  font-size: 14px;
  color: #66555d;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 600;
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 5px 0;
}
.text-link:hover {
  color: var(--orange);
}
.process-section {
  background: var(--navy);
  color: #f8f6ec;
}
.process-section h2 em {
  color: #d6b497;
}
.process-section .eyebrow {
  color: #cfb0b8;
}
.process-section .button-outline {
  border-color: #66555d;
  color: #f7f5ec;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 47px;
}
.step-top {
  border-top: 1px solid #494047;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.step-top > span {
  font-family: var(--serif);
  font-size: 41px;
  color: #ddac86;
}
.step-top svg {
  color: #cfb0b8;
}
.process-step h3 {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 13px;
}
.process-step p {
  font-size: 14px;
  line-height: 1.9;
  color: #cfb0b8;
  max-width: 300px;
}
.foundation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
.editorial-image {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 3px;
}
.editorial-image img {
  filter: saturate(0.55);
  object-position: 35% center;
}
.image-note {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  background: var(--paper);
  padding: 25px;
}
.image-note span {
  font-size: 14px;
  letter-spacing: 1.5px;
}
.image-note strong {
  display: block;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  margin-top: 10px;
}
.foundation-copy .eyebrow {
  margin-bottom: 18px;
}
.foundation-copy > p {
  font-size: 14px;
  margin: 23px 0 27px;
}
.benefit {
  display: flex;
  gap: 15px;
  margin-top: 23px;
}
.benefit svg {
  color: #66555d;
  margin-top: 2px;
}
.benefit h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.benefit p {
  font-size: 14px;
  line-height: 1.7;
}
.foundation-copy > .text-link {
  margin-top: 27px;
}
.states-section {
  background: #f3f3f5;
  border-top: 1px solid #e2dce0;
  border-bottom: 1px solid #e2dce0;
}
.states-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.states-grid .eyebrow {
  margin-bottom: 19px;
}
.states-grid p {
  font-size: 14px;
  margin-top: 22px;
}
.state-select {
  margin-top: 31px;
  max-width: 420px;
}
.state-select label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 11px;
}
.state-select > div {
  display: flex;
  padding: 5px;
  background: var(--paper);
  border: 1px solid #e2dce0;
  border-radius: 3px;
  gap: 10px;
}
.state-select select {
  min-width: 0;
  flex: 1;
  background: transparent;
  border: 0;
  padding: 0 10px;
  font-size: 14px;
  appearance: auto;
  color: var(--ink);
}
.state-select .button {
  min-height: 44px;
  padding: 12px 17px;
  gap: 17px;
}
.state-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 25px;
  padding-top: 22px;
}
.state-links > a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 23px 0;
  border-bottom: 1px solid #e2dce0;
  font-size: 16px;
  transition: color 0.2s;
}
.state-links > a:hover {
  color: #ab5736;
}
.state-number {
  font-size: 14px;
  color: #66555d;
}
.state-links small {
  font-size: 14px;
  display: block;
  color: #66555d;
  margin-top: 6px;
}
.state-links svg {
  margin-left: auto;
  color: #66555d;
}
.state-links .all-states {
  grid-column: 1/-1;
  justify-content: space-between;
  font-size: 14px;
  border: 0;
  padding-top: 24px;
}
.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}
.resource-image {
  position: relative;
  height: 225px;
  overflow: hidden;
  border-radius: 3px;
}
.resource-card > img {
  width: 100%;
  height: 225px;
  border-radius: 3px;
}
.resource-card img {
  transition: transform 0.4s;
  filter: saturate(0.65);
}
.resource-card:hover img {
  transform: scale(1.035);
}
.resource-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  margin-top: 19px;
  color: #66555d;
}
.resource-meta > span:first-child {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #66555d;
}
.resource-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 29px;
  line-height: 1.17;
  letter-spacing: -0.5px;
  margin-top: 12px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}
.resource-card h3 svg {
  margin-top: 4px;
}
.resource-card > p {
  font-size: 14px;
  margin-top: 14px;
}
.faq-section {
  border-top: 1px solid var(--line);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 75px;
}
.faq-grid .eyebrow {
  margin-bottom: 18px;
}
.faq-grid > div > p {
  font-size: 14px;
  margin: 23px 0;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item > button {
  width: 100%;
  padding: 21px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  text-align: left;
  background: none;
  border: 0;
  font-size: 14px;
  font-weight: 600;
}
.faq-item p {
  font-size: 14px;
  line-height: 1.9;
  padding: 0 28px 23px 0;
}
.faq-item svg {
  color: #66555d;
}
.cta-section {
  padding: 59px 0;
  background: #e8e7d9;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta-inner .eyebrow {
  margin-bottom: 14px;
}
.cta-inner h2 {
  font-size: 63px;
}
.cta-inner p {
  font-size: 14px;
  margin-top: 15px;
}
.cta-inner .button {
  min-width: 210px;
}
.footer {
  background: var(--navy);
  color: #e2dce0;
  padding: 62px 0 25px;
}
.brand-light {
  color: #f6f4e9;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr 1fr;
  gap: 45px;
  padding-bottom: 54px;
}
.footer-top > div:first-child p {
  font-family: var(--serif);
  font-size: 24px;
  color: #e2dce0;
  line-height: 1.25;
  margin: 24px 0 19px;
}
.footer-top h3 {
  font-size: 14px;
  color: #e2dce0;
  font-weight: 600;
  margin: 5px 0 22px;
}
.footer-top > div:not(:first-child) > a {
  display: block;
  color: #a7808b;
  font-size: 14px;
  margin-top: 15px;
}
.footer-top > div:not(:first-child) > a:hover {
  color: #e4b397;
}
.footer-top .text-link {
  font-size: 14px;
  color: #c4bfa8;
}
.footer-bottom {
  border-top: 1px solid #494047;
  padding-top: 24px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  color: #cfb0b8;
}
.footer-bottom > div {
  display: flex;
  gap: 18px;
}
.disclaimer {
  font-size: 14px;
  color: #66555d;
  margin-top: 22px;
  line-height: 1.8;
  max-width: 1070px;
}
.skip-link {
  position: fixed;
  left: 10px;
  top: -60px;
  background: var(--navy);
  color: white;
  z-index: 100;
  padding: 10px;
}
.skip-link:focus {
  top: 5px;
}
.breadcrumb {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #66555d;
  margin: 0 0 35px;
}
.breadcrumb span {
  display: inline-flex;
  gap: 10px;
}
.page-hero {
  padding: 47px 0 70px;
  border-bottom: 1px solid var(--line);
  background: #efeee5;
}
.page-hero .eyebrow {
  margin-bottom: 21px;
}
.page-hero h1 {
  max-width: 880px;
  font-size: 72px;
}
.page-hero p {
  max-width: 640px;
  margin-top: 25px;
  font-size: 15px;
}
.page-hero .button {
  margin-top: 28px;
}
.service-detail-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 90px;
}
.service-detail-grid h2 {
  font-size: 47px;
  margin-bottom: 25px;
}
.service-detail-grid p {
  margin-bottom: 22px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.check-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.check-list svg {
  color: #66555d;
}
.service-aside {
  background: #f3f3f5;
  padding: 35px;
  border-radius: 4px;
  align-self: start;
}
.service-aside h3 {
  font-family: var(--serif);
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 17px;
}
.service-aside p {
  font-size: 14px;
}
.notice {
  padding: 18px 21px;
  border: 1px solid #e2dce0;
  background: #f3f3f5;
  font-size: 14px;
  line-height: 1.8;
  border-radius: 3px;
  margin: 22px 0;
}
.notice a {
  text-decoration: underline;
}
.page-content {
  padding: 65px 0 85px;
  min-height: 45vh;
}
.narrow {
  max-width: 780px;
  margin: auto;
}
.narrow h2 {
  font-size: 38px;
  margin: 35px 0 16px;
}
.narrow p {
  margin-bottom: 20px;
}
.narrow a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.price-card {
  padding: 32px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.price-card.featured {
  border-color: #66555d;
  background: #f3f3f5;
}
.price-card .eyebrow {
  margin-bottom: 25px;
}
.price-card h2 {
  font-size: 39px;
  margin-bottom: 17px;
}
.price-card > p {
  font-size: 14px;
}
.price-value {
  font-family: var(--serif);
  font-size: 36px;
  margin: 27px 0 6px;
}
.price-card .button {
  margin-top: auto;
}
.state-directory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.state-directory a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 18px 5px;
}
.state-directory a:hover {
  color: #ac5b3b;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 90px;
}
.contact-grid h2 {
  font-size: 48px;
  margin-bottom: 22px;
}
.contact-grid p {
  font-size: 14px;
}
.contact-item {
  display: flex;
  gap: 15px;
  margin: 25px 0;
}
.contact-item h3 {
  font-size: 14px;
  margin-bottom: 6px;
}
.contact-item p {
  font-size: 14px;
}
.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 35px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 600;
}
.form-grid .field {
  margin-bottom: 0;
}
.field input,
.field select,
.field textarea,
.search-input input {
  width: 100%;
  border: 1px solid #e2dce0;
  background: #fffefa;
  padding: 13px 14px;
  border-radius: 3px;
  min-height: 45px;
  color: var(--ink);
  font-weight: 400;
  font-size: 14px;
}
.field textarea {
  resize: vertical;
  min-height: 100px;
}
.field small {
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
}
.full-span {
  grid-column: 1/-1;
}
.error {
  background: #f8e4db;
  border: 1px solid #e7b5a0;
  padding: 13px;
  color: #873a20;
  font-size: 14px;
  margin: 15px 0;
  border-radius: 3px;
}
.success-state {
  text-align: center;
  padding: 35px 15px;
}
.success-state > svg {
  color: #66555d;
  margin-bottom: 20px;
}
.success-state h2 {
  font-size: 43px;
  margin-bottom: 20px;
}
.success-state p {
  font-size: 14px;
  margin-bottom: 25px;
}
.resource-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 35px;
}
.resource-controls .service-tabs {
  margin: 0;
}
.search-input {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  padding-left: 13px;
  border-radius: 3px;
  background: var(--paper);
}
.search-input input {
  border: 0;
  background: none;
  min-width: 0;
}
.article-heading {
  max-width: 950px;
}
.article-image {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 35px;
}
.article-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
}
.article-toc {
  align-self: start;
  position: sticky;
  top: 135px;
  border-left: 2px solid var(--line);
  padding-left: 20px;
}
.article-toc h2 {
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.article-toc a {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #66555d;
}
.article-body h2 {
  font-size: 37px;
  margin: 32px 0 15px;
}
.article-body p {
  margin-bottom: 20px;
  font-size: 14px;
  white-space: pre-line;
}
.article-body a {
  color: #9d5638;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.byline {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #66555d;
  margin-top: 25px;
}
.empty-state {
  padding: 40px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--line);
  margin: 25px 0;
}
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: var(--paper);
  z-index: 60;
  padding: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 60px #0002;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cookie-banner p {
  font-size: 14px;
  flex: 1;
}
.flow-section {
  padding: 55px 0 80px;
}
.flow-heading {
  text-align: center;
  margin-bottom: 38px;
}
.flow-heading .eyebrow {
  justify-content: center;
  margin-bottom: 17px;
}
.flow-heading h1 {
  font-size: 60px;
}
.flow-heading p {
  font-size: 14px;
  margin-top: 17px;
}
.flow-layout {
  max-width: 1050px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 305px;
  gap: 30px;
}
.flow-steps {
  display: flex;
  gap: 0;
  justify-content: space-between;
  margin-bottom: 32px;
}
.flow-step {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: #66555d;
}
.flow-step span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid #e2dce0;
  border-radius: 50%;
}
.flow-step.active {
  color: var(--navy);
}
.flow-step.active span {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}
.flow-card h2 {
  font-size: 34px;
  margin-bottom: 12px;
}
.flow-card > p {
  font-size: 14px;
  margin-bottom: 25px;
}
.service-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.service-option {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  padding: 17px 13px;
  min-height: 65px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: transparent;
  font-size: 14px;
}
.service-option.selected {
  background: #f3f3f5;
  border-color: #66555d;
}
.service-option svg:last-child {
  margin-left: auto;
}
.flow-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 25px;
}
.flow-summary {
  align-self: start;
  padding: 27px;
  background: #f3f3f5;
  border: 1px solid #e2dce0;
  border-radius: 4px;
}
.flow-summary h3 {
  font-size: 14px;
  margin-bottom: 21px;
}
.flow-summary p {
  font-size: 14px;
}
.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid #e2dce0;
  font-size: 14px;
}
.flow-summary .notice {
  padding: 12px;
  margin-bottom: 0;
  font-size: 14px;
}
.summary-icon {
  background: #e2dce0;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: #66555d;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.7;
  color: #66555d;
  margin-top: 18px;
}
.consent input {
  margin-top: 3px;
  accent-color: var(--navy);
}
.review-list {
  font-size: 14px;
}
.review-list > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.review-list dt {
  color: #66555d;
}
.review-list dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.login-wrap {
  max-width: 455px;
  margin: 60px auto 80px;
}
.login-wrap h1 {
  font-size: 47px;
  margin-bottom: 15px;
}
.login-wrap > p {
  font-size: 14px;
  margin-bottom: 27px;
}
.login-wrap .form-card {
  padding: 28px;
}
.demo-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.demo-buttons button {
  flex: 1;
  white-space: normal;
  font-size: 14px;
}
.portal-shell {
  display: grid;
  grid-template-columns: 225px 1fr;
  min-height: 650px;
  border-bottom: 1px solid var(--line);
}
.sidebar {
  background: #f3f3f5;
  border-right: 1px solid #e2dce0;
  padding: 33px 20px;
}
.sidebar-brand {
  font-size: 14px;
  letter-spacing: 1.6px;
  color: #66555d;
  padding: 0 13px;
  margin-bottom: 24px;
}
.sidebar button {
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 13px;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.sidebar button.active {
  background: var(--navy);
  color: #fff;
}
.sidebar button:hover:not(.active) {
  background: #e2dce0;
}
.sidebar .sidebar-bottom {
  margin-top: 55px;
}
.dashboard-content {
  padding: 36px 38px;
  min-width: 0;
  background: #ffffff;
}
.dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.dashboard-top h1 {
  font-size: 42px;
}
.dashboard-top p {
  font-size: 14px;
  margin-top: 9px;
}
.user-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.avatar {
  width: 36px;
  height: 36px;
  background: #e2dce0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 600;
}
.demo-banner {
  background: #f3f3f5;
  border: 1px solid #e2dce0;
  padding: 11px 16px;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 25px;
  color: #66555d;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 26px;
}
.stat-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 22px;
  border-radius: 4px;
}
.stat-card > div {
  display: flex;
  justify-content: space-between;
  color: #66555d;
}
.stat-card span {
  font-size: 14px;
}
.stat-card strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 40px;
  display: block;
  margin-top: 13px;
}
.stat-card small {
  font-size: 14px;
  color: #66555d;
  display: block;
  margin-top: 4px;
}
.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 22px;
}
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.panel-heading h2 {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.panel-heading p {
  font-size: 14px;
}
.table-wrap {
  overflow: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
}
th {
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #66555d;
  background: #f3f3f5;
  font-weight: 400;
  padding: 12px;
}
td {
  padding: 17px 12px;
  border-bottom: 1px solid var(--line);
}
td strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
td small {
  display: block;
  font-size: 14px;
  color: #66555d;
  margin-top: 5px;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  background: #eeead9;
  color: #847043;
  padding: 6px 9px;
  font-size: 14px;
}
.status-pill:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.status-pill.complete {
  background: #f3f3f5;
  color: #66555d;
}
.status-pill.review {
  background: #f3f3f5;
  color: #66555d;
}
.row-link {
  background: none;
  border: 0;
  color: #66555d;
  font-size: 14px;
  text-decoration: underline;
}
.table-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 19px;
  flex-wrap: wrap;
}
.table-filters > .search-input {
  flex: 1;
  min-width: 180px;
}
.table-filters select {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 10px;
  font-size: 14px;
  border-radius: 3px;
  max-width: 180px;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 22px;
}
.timeline {
  border-left: 1px solid #e2dce0;
  margin: 22px 0 15px 6px;
  padding-left: 25px;
}
.timeline-item {
  position: relative;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 1.7;
}
.timeline-item:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #66555d;
  border: 3px solid var(--paper);
  box-sizing: content-box;
  border-radius: 50%;
  left: -32px;
  top: 2px;
}
.timeline-item small {
  display: block;
  font-size: 14px;
  color: #66555d;
  margin-top: 5px;
}
.timeline-item.internal {
  color: #aa6e47;
}
.detail-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 25px;
}
.detail-labels dt {
  font-size: 14px;
  color: #66555d;
  margin-bottom: 7px;
}
.detail-labels dd {
  font-size: 14px;
  margin: 0;
  overflow-wrap: anywhere;
}
.document-row {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  font-size: 14px;
}
.document-row span {
  flex: 1;
}
.document-row small {
  color: #66555d;
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
.upload-zone {
  border: 1px dashed #cfb0b8;
  background: #f3f3f5;
  padding: 24px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
.upload-zone input {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-top: 15px;
}
.upload-zone svg {
  color: #66555d;
  margin-bottom: 10px;
}
.toast {
  position: fixed;
  bottom: 25px;
  right: 25px;
  max-width: 400px;
  background: var(--navy);
  color: white;
  padding: 17px 25px;
  border-radius: 4px;
  box-shadow: 0 5px 25px #0002;
  z-index: 80;
  font-size: 14px;
}
.back-button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  background: none;
  border: 0;
  padding: 0;
  margin-bottom: 23px;
  color: #66555d;
}
.cms-editor textarea {
  min-height: 330px;
  font-family: monospace;
  line-height: 1.7;
}
.cms-preview {
  padding: 22px;
  border: 1px solid var(--line);
}
.cms-preview h2 {
  font-size: 27px;
  margin: 18px 0 10px;
}
.cms-preview p {
  font-size: 14px;
  white-space: pre-line;
}
.notification-row {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.notification-row p {
  font-size: 14px;
  margin-top: 7px;
}
.notification-row small {
  font-size: 14px;
  color: #66555d;
}
.settings-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.form-message {
  font-size: 14px;
  color: #66555d;
  margin-top: 15px;
}
.article-content-link {
  word-break: break-word;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 75px;
    padding-bottom: 80px;
  }
  .photo-frame {
    height: 555px;
  }
  .hero h1 {
    font-size: 84px;
  }
  .nav-inner {
    height: 106px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 64px);
  }
  .announcement {
    padding-left: 32px;
    padding-right: 32px;
  }
  .nav-inner {
    gap: 20px;
    height: 88px;
  }
  .nav-links {
    gap: 17px;
    font-size: 14px;
  }
  .nav-actions {
    gap: 15px;
  }
  .brand > span {
    font-size: 17px;
  }
  .brand svg {
    width: 32px;
  }
  .hero-grid {
    gap: 30px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero-buttons {
    gap: 17px;
  }
  .hero-buttons .button {
    padding: 15px 17px;
    gap: 15px;
  }
  .hero-secondary {
    font-size: 14px;
    gap: 7px;
  }
  .photo-frame {
    height: 495px;
  }
  .hero-copy .eyebrow {
    font-size: 7.5px;
  }
  .hero-float {
    left: -18px;
    right: 16px;
    padding: 19px 17px;
    gap: 12px;
  }
  .hero-float strong {
    font-size: 14px;
  }
  .hero-visual {
    margin-right: 9px;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .hero-assurances {
    font-size: 14px;
    gap: 12px;
  }
  .hero-footnote {
    margin-top: 27px;
  }
  .badge {
    display: none;
  }
  .foundation-grid {
    gap: 55px;
  }
  .states-grid {
    gap: 60px;
  }
  .faq-grid {
    gap: 45px;
  }
  .footer-top {
    gap: 30px;
  }
  .dashboard-content {
    padding: 28px 24px;
  }
  .portal-shell {
    grid-template-columns: 195px 1fr;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .stat-card {
    padding: 17px;
  }
  .stat-card strong {
    font-size: 34px;
  }
  .resource-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-grid {
    gap: 50px;
  }
}
@media (max-width: 950px) {
  .nav-links {
    gap: 14px;
  }
  .nav-links > a:last-child {
    display: none;
  }
  .portal-link {
    display: none;
  }
  .hero h1 {
    font-size: 55px;
  }
  .photo-frame {
    height: 470px;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .hero-buttons {
    align-items: start;
    flex-direction: column;
    gap: 7px;
  }
  .hero-assurances {
    flex-wrap: wrap;
    gap: 6px 12px;
  }
  .hero-footnote {
    margin-top: 22px;
  }
  .hero-float strong {
    font-size: 14px;
  }
  .float-icon {
    width: 40px;
    height: 46px;
  }
  .hero-float p {
    font-size: 14px;
  }
  .trust-inner {
    gap: 16px;
  }
  .trust-inner > span {
    display: none;
  }
  .trust-inner > div {
    gap: 9px;
  }
  .section {
    padding: 68px 0;
  }
  h2 {
    font-size: 49px;
  }
  .section-heading > p {
    font-size: 14px;
  }
  .foundation-grid {
    gap: 35px;
  }
  .editorial-image {
    min-height: 530px;
  }
  .states-grid {
    gap: 35px;
  }
  .faq-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 35px;
  }
  .faq-grid h2 {
    font-size: 43px;
  }
  .footer-top {
    grid-template-columns: 1.3fr 1fr 1.2fr;
  }
  .footer-top > div:last-child {
    display: none;
  }
  .service-detail-grid {
    gap: 40px;
  }
  .price-card {
    padding: 25px;
  }
  .price-card h2 {
    font-size: 33px;
  }
  .flow-layout {
    grid-template-columns: 1fr 260px;
    gap: 20px;
  }
  .flow-card {
    padding: 27px;
  }
  .portal-shell {
    grid-template-columns: 165px 1fr;
  }
  .sidebar {
    padding: 25px 10px;
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .settings-columns {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 20px;
  }
  .resource-image {
    height: 185px;
  }
  .resource-card h3 {
    font-size: 25px;
  }
  .resource-card > img {
    height: 185px;
  }
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 40px);
  }
  .announcement {
    padding: 8px 20px;
    font-size: 14px;
    justify-content: center;
  }
  .announcement-right {
    display: none;
  }
  .nav-inner {
    height: 77px;
    gap: 10px;
  }
  .brand {
    gap: 8px;
  }
  .brand > span {
    font-size: 17px;
  }
  .brand small {
    font-size: 14px;
    letter-spacing: 3.4px;
  }
  .brand svg {
    width: 29px;
    height: 34px;
  }
  .nav-actions {
    gap: 7px;
  }
  .nav-actions .button {
    font-size: 14px;
    padding: 10px 12px;
    min-height: 37px;
    gap: 8px;
  }
  .mobile-toggle {
    display: block;
  }
  .mobile-toggle svg {
    width: 21px;
  }
  .nav-links {
    display: none;
  }
  .nav-links.is-open {
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 15px 25px 25px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 24px #0001;
  }
  .nav-links.is-open > a {
    display: block;
    padding: 13px 0;
  }
  .nav-dropdown > button {
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
  }
  .dropdown-panel {
    position: static;
    box-shadow: none;
    background: #f3f3f5;
    margin-top: 5px;
    min-width: 0;
    padding: 7px;
  }
  .hero {
    padding: 37px 0 49px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-copy .eyebrow {
    font-size: 7.8px;
    letter-spacing: 1.2px;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: clamp(53px, 11vw, 78px);
    letter-spacing: -1.8px;
  }
  .hero-copy > p {
    font-size: 14px;
    max-width: 420px;
    margin-top: 22px;
  }
  .hero-buttons {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 23px;
  }
  .hero-buttons .button {
    font-size: 14px;
    padding: 15px 17px;
    min-height: 49px;
  }
  .hero-secondary {
    font-size: 14px;
  }
  .hero-assurances {
    font-size: 14px;
    margin-top: 15px;
    gap: 17px;
  }
  .hero-footnote {
    display: none;
  }
  .hero-visual {
    margin: 0 14px 0 12px;
    padding-bottom: 27px;
  }
  .photo-frame {
    height: 400px;
  }
  .photo-frame > img {
    object-position: center 64%;
  }
  .photo-top {
    left: 21px;
    right: 21px;
    top: 22px;
  }
  .photo-caption {
    bottom: 110px;
    left: 23px;
  }
  .photo-caption > span:first-child {
    font-size: 31px;
  }
  .hero-float {
    left: -12px;
    right: 14px;
    padding: 20px 15px;
  }
  .hero-float strong {
    font-size: 14px;
  }
  .hero-float p {
    font-size: 14px;
  }
  .hero-float div > span {
    font-size: 14px;
  }
  .float-icon {
    width: 44px;
    height: 48px;
  }
  .hero-side-label {
    right: -22px;
    font-size: 14px;
  }
  .trust-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding: 24px 0;
  }
  .trust-inner > div {
    gap: 13px;
  }
  .trust-inner > div > span {
    font-size: 14px;
  }
  .section {
    padding: 56px 0;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 27px;
  }
  .section-heading .eyebrow {
    font-size: 7.8px;
    letter-spacing: 1.1px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 47px;
    letter-spacing: -1.3px;
  }
  .section-heading > p {
    font-size: 14px;
  }
  .service-tabs {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 19px;
  }
  .service-tabs button {
    font-size: 14px;
    padding: 13px 15px;
    flex-shrink: 0;
  }
  .service-tabs button:first-child {
    padding-right: 18px;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .service-card {
    padding: 19px 16px;
    min-height: 238px;
  }
  .service-card-top {
    margin-bottom: 20px;
  }
  .service-icon {
    width: 35px;
    height: 35px;
  }
  .service-icon svg {
    width: 21px;
  }
  .service-arrow {
    width: 17px;
  }
  .service-card h3 {
    font-size: 15px;
  }
  .service-card p {
    font-size: 14px;
  }
  .service-bottom {
    font-size: 14px;
    padding-top: 18px;
  }
  .section-foot {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    margin-top: 24px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }
  .step-top {
    margin-bottom: 14px;
    padding-top: 15px;
  }
  .step-top > span {
    font-size: 36px;
  }
  .process-step h3 {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .process-step p {
    font-size: 14px;
    max-width: 100%;
  }
  .process-section .section-heading {
    gap: 25px;
  }
  .foundation-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .editorial-image {
    min-height: 365px;
  }
  .image-note {
    padding: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .image-note strong {
    font-size: 29px;
  }
  .foundation-copy > p {
    font-size: 14px;
  }
  .benefit p {
    font-size: 14px;
  }
  .states-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .state-links {
    padding: 0;
    gap: 0 25px;
  }
  .state-links > a {
    padding: 21px 0;
    font-size: 18px;
  }
  .state-links small {
    font-size: 14px;
  }
  .state-select {
    max-width: none;
  }
  .resources-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .resource-image {
    height: 255px;
  }
  .resource-card > img {
    height: 255px;
  }
  .resource-card h3 {
    font-size: 30px;
  }
  .resource-meta {
    font-size: 14px;
    margin-top: 16px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .faq-grid h2 {
    font-size: 47px;
  }
  .faq-item > button {
    font-size: 14px;
    padding: 20px 0;
  }
  .faq-item p {
    font-size: 14px;
  }
  .cta-section {
    padding: 45px 0;
  }
  .cta-inner {
    align-items: start;
    flex-direction: column;
    gap: 25px;
  }
  .cta-inner h2 {
    font-size: 53px;
  }
  .cta-inner p {
    font-size: 14px;
  }
  .footer {
    padding: 45px 0 23px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px 20px;
    padding-bottom: 32px;
  }
  .footer-top > div:first-child {
    grid-column: 1/-1;
  }
  .footer-top > div:first-child p {
    font-size: 27px;
    margin-top: 20px;
  }
  .footer-top > div:last-child {
    display: block;
  }
  .footer-top h3 {
    font-size: 14px;
    margin-bottom: 19px;
  }
  .footer-top > div:not(:first-child) > a {
    font-size: 14px;
    margin-top: 15px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 18px;
    font-size: 14px;
  }
  .footer-bottom > div {
    gap: 16px;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
  .disclaimer {
    font-size: 14px;
  }
  .page-hero {
    padding: 32px 0 44px;
  }
  .breadcrumb {
    margin-bottom: 27px;
    font-size: 14px;
    flex-wrap: wrap;
    gap: 7px;
  }
  .page-hero h1 {
    font-size: 54px;
  }
  .page-hero p {
    font-size: 14px;
    margin-top: 20px;
  }
  .page-content {
    padding: 43px 0 55px;
  }
  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .service-detail-grid h2 {
    font-size: 40px;
  }
  .service-aside {
    padding: 27px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .price-card {
    padding: 29px;
  }
  .price-card h2 {
    font-size: 42px;
  }
  .price-card .button {
    margin-top: 10px;
  }
  .state-directory {
    grid-template-columns: 1fr 1fr;
    gap: 10px 22px;
  }
  .state-directory a {
    font-size: 14px;
    padding: 15px 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .form-card {
    padding: 25px;
  }
  .form-grid {
    gap: 16px;
  }
  .article-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .article-toc {
    position: static;
    display: none;
  }
  .article-image {
    height: 250px;
  }
  .article-body h2 {
    font-size: 33px;
  }
  .article-body p {
    font-size: 14px;
  }
  .resource-controls {
    gap: 20px;
  }
  .flow-section {
    padding: 35px 0 55px;
  }
  .flow-heading {
    text-align: left;
    margin-bottom: 27px;
  }
  .flow-heading .eyebrow {
    justify-content: start;
    font-size: 14px;
  }
  .flow-heading h1 {
    font-size: 47px;
  }
  .flow-heading p {
    font-size: 14px;
  }
  .flow-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .flow-summary {
    order: 2;
  }
  .flow-steps {
    margin-bottom: 26px;
  }
  .flow-step {
    font-size: 14px;
    gap: 5px;
  }
  .flow-step span {
    width: 23px;
    height: 23px;
  }
  .flow-card h2 {
    font-size: 33px;
  }
  .service-option {
    font-size: 14px;
    padding: 14px 11px;
  }
  .flow-actions .button {
    gap: 12px;
    font-size: 14px;
  }
  .login-wrap {
    margin: 40px 20px 55px;
    max-width: none;
  }
  .portal-shell {
    grid-template-columns: 1fr;
  }
  .sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 15px 15px 10px;
    display: flex;
    overflow-x: auto;
    gap: 5px;
  }
  .sidebar-brand,
  .sidebar .sidebar-bottom {
    display: none;
  }
  .sidebar button {
    width: auto;
    white-space: nowrap;
    margin: 0;
    gap: 6px;
    font-size: 14px;
    padding: 11px;
  }
  .sidebar button svg {
    width: 14px;
  }
  .dashboard-content {
    padding: 25px 17px;
  }
  .dashboard-top h1 {
    font-size: 36px;
  }
  .dashboard-top .user-chip {
    display: none;
  }
  .dashboard-top .button {
    font-size: 14px;
    padding: 11px 14px;
    gap: 8px;
  }
  .stat-grid {
    gap: 10px;
    margin-bottom: 20px;
  }
  .stat-card {
    padding: 17px;
  }
  .stat-card strong {
    font-size: 36px;
  }
  .panel {
    padding: 18px;
    margin-bottom: 18px;
  }
  .panel-heading {
    gap: 10px;
    flex-wrap: wrap;
  }
  .panel-heading h2 {
    font-size: 14px;
  }
  .detail-labels {
    gap: 17px;
  }
  .table-filters select {
    max-width: 100%;
    flex: 1;
  }
  .cookie-banner {
    flex-wrap: wrap;
    padding: 17px;
    gap: 15px;
  }
  .cookie-banner p {
    flex-basis: 100%;
    font-size: 14px;
  }
  .toast {
    left: 17px;
    right: 17px;
    bottom: 17px;
    max-width: none;
  }
  .review-list > div {
    gap: 15px;
    font-size: 14px;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Maintain readable secondary text on dark surfaces. */
.footer .disclaimer {
  color: #cfb0b8;
}
.footer .footer-top a,
.footer .footer-bottom {
  color: #cfb0b8;
}
@media (max-width: 760px) {
  .sidebar .sidebar-bottom {
    display: flex;
    margin: 0;
  }
  .sidebar .sidebar-bottom button {
    margin: 0;
  }
}
