:root {
  --seo-blue: #2aabee;
  --seo-amber: #ffd75a;
  --seo-paper: #f4f6f2;
  --seo-line: #dce2d8;
  --seo-soft: #edf1e9;
  --seo-black: #050505;
}

html {
  scroll-padding-top: 108px;
}

body.seo-page-body {
  background: var(--seo-black);
}

.seo-page-body .site-header {
  background: rgba(5, 5, 5, 0.9);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  position: sticky;
}

.seo-page-body .brand-name,
.seo-page-body .nav-links,
.seo-page-body .nav-links a {
  color: var(--white);
}

.seo-page-body .nav-links {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.seo-page-body .nav-links a:hover,
.seo-page-body .nav-links a[aria-current="page"] {
  background: var(--white);
  color: var(--ink);
  opacity: 1;
}

.seo-page-body .nav-links a[aria-current="page"]::after {
  opacity: 1;
}

.seo-page-body .header-action {
  background: var(--white);
  color: var(--ink);
}

.seo-page-body .mobile-menu > a[aria-current="page"] {
  color: var(--green);
}

.seo-main {
  background: var(--seo-paper);
  margin-top: 12px;
  overflow: clip;
}

.seo-wrap {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.seo-breadcrumbs,
.seo-hero {
  width: min(calc(100% - 48px), 1180px);
}

.seo-breadcrumbs {
  align-items: center;
  color: #758078;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
  gap: 9px;
  line-height: 1.4;
  padding: 20px 0;
}

.seo-breadcrumbs a {
  color: #4f5952;
}

.seo-breadcrumbs a:hover {
  color: var(--ink);
}

.seo-breadcrumbs span[aria-hidden="true"] {
  color: #aab2ac;
}

.seo-hero {
  background: #090b0c;
  border-radius: 20px;
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  min-height: 548px;
  overflow: hidden;
}

.seo-hero-copy {
  align-self: center;
  min-width: 0;
  padding: clamp(42px, 4.6vw, 58px);
}

.seo-kicker {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 20px;
  max-width: 620px;
}

.seo-hero h1 {
  font-size: clamp(48px, 4.4vw, 60px);
  font-weight: 800;
  line-height: 1.01;
  margin: 0;
  max-width: 720px;
  overflow-wrap: normal;
}

.seo-page-body[data-page="income"] .seo-hero h1,
.seo-page-body[data-page="rental"] .seo-hero h1,
.seo-page-body[data-page="referral"] .seo-hero h1,
.seo-page-body[data-page="tax"] .seo-hero h1,
.seo-page-body[data-page="cities"] .seo-hero h1 {
  font-size: clamp(44px, 3.9vw, 54px);
}

.seo-city-directory {
  border-bottom: 1px solid var(--seo-line);
  border-top: 1px solid var(--seo-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-city-directory a {
  border-right: 1px solid var(--seo-line);
  color: var(--ink);
  display: grid;
  gap: 7px;
  min-height: 118px;
  padding: 24px 22px;
}

.seo-city-directory a:nth-child(4n) {
  border-right: 0;
}

.seo-city-directory a:nth-child(n + 5) {
  border-top: 1px solid var(--seo-line);
}

.seo-city-directory a:hover {
  background: var(--seo-black);
  color: var(--white);
}

.seo-city-directory strong {
  font-size: 18px;
  line-height: 1.25;
}

.seo-city-directory span {
  color: #6c766f;
  font-size: 12px;
  line-height: 1.45;
}

.seo-city-directory a:hover span {
  color: rgba(255, 255, 255, 0.62);
}

.seo-city-context {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.seo-city-context article {
  border-left: 1px solid var(--seo-line);
  min-height: 170px;
  padding: 0 28px;
}

.seo-city-context article:first-child {
  border-left: 0;
  padding-left: 0;
}

.seo-city-context article:last-child {
  padding-right: 0;
}

.seo-city-context strong {
  color: var(--ink);
  display: block;
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.seo-city-context p {
  color: #687169;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.seo-lede {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.62;
  margin: 24px 0 0;
  max-width: 650px;
}

.seo-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 30px;
}

.seo-hero-actions .primary-button {
  background: var(--green);
  color: var(--ink);
  min-height: 52px;
  padding-inline: 24px;
}

.seo-text-link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  padding: 12px 2px;
  text-decoration: underline;
  text-decoration-color: rgba(182, 255, 46, 0.62);
  text-underline-offset: 5px;
}

.seo-text-link:hover {
  color: var(--white);
}

.seo-hero-media {
  min-height: 548px;
  overflow: hidden;
  position: relative;
}

.seo-hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.seo-hero-media.position-left img {
  object-position: 38% center;
}

.seo-hero-media.position-right img {
  object-position: 70% center;
}

.seo-hero-fact {
  align-items: center;
  background: rgba(5, 5, 5, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  bottom: 18px;
  display: grid;
  gap: 8px 16px;
  grid-template-columns: auto minmax(0, 1fr);
  left: 18px;
  padding: 16px 18px;
  position: absolute;
  right: 18px;
  z-index: 1;
}

.seo-hero-fact strong {
  color: var(--green);
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
}

.seo-hero-fact span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.seo-logo-stage {
  align-items: center;
  background: #111515;
  display: flex;
  justify-content: center;
  padding: 46px;
}

.seo-logo-stage img {
  height: auto;
  max-height: 70%;
  max-width: 72%;
  object-fit: contain;
}

.seo-page-body[data-page="contacts"] .seo-logo-stage img {
  max-height: 62%;
  max-width: 62%;
}

.seo-section {
  padding: 76px 24px;
}

.seo-section.white {
  background: var(--white);
}

.seo-section.dark {
  background: #090b0c;
  color: var(--white);
}

.seo-section.lime {
  background: var(--green);
}

.seo-section[id],
.seo-lead-section,
.faq-section {
  scroll-margin-top: 108px;
}

.seo-section-head {
  align-items: end;
  display: grid;
  gap: 24px 48px;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.48fr);
  margin-bottom: 38px;
}

.seo-section-head h2,
.seo-split h2,
.seo-lead-copy h2 {
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
  max-width: 780px;
  overflow-wrap: normal;
}

.seo-section-head p,
.seo-split-copy > p,
.seo-lead-copy > p {
  color: #657068;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  max-width: 610px;
}

.seo-section.dark .seo-section-head p,
.seo-section.dark .seo-split-copy > p,
.seo-section.dark .seo-lead-copy > p {
  color: rgba(255, 255, 255, 0.62);
}

.seo-stat-line {
  border-bottom: 1px solid rgba(17, 19, 21, 0.15);
  border-top: 1px solid rgba(17, 19, 21, 0.15);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-section.dark .seo-stat-line {
  border-color: rgba(255, 255, 255, 0.17);
}

.seo-stat {
  min-width: 0;
  padding: 28px 26px;
}

.seo-stat:first-child {
  padding-left: 0;
}

.seo-stat:last-child {
  padding-right: 0;
}

.seo-stat + .seo-stat {
  border-left: 1px solid rgba(17, 19, 21, 0.15);
}

.seo-section.dark .seo-stat + .seo-stat {
  border-color: rgba(255, 255, 255, 0.17);
}

.seo-stat strong {
  display: block;
  font-size: clamp(27px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.08;
}

.seo-stat span {
  color: #657068;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
  max-width: 290px;
}

.seo-section.dark .seo-stat span {
  color: rgba(255, 255, 255, 0.58);
}

.seo-split {
  align-items: start;
  display: grid;
  gap: clamp(44px, 7vw, 82px);
  grid-template-columns: minmax(0, 0.78fr) minmax(350px, 0.56fr);
}

.seo-split-copy {
  display: grid;
  gap: 22px;
}

.seo-check-list,
.seo-number-list,
.seo-plain-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-check-list,
.seo-plain-list {
  display: grid;
}

.seo-check-list li,
.seo-plain-list li {
  border-top: 1px solid rgba(17, 19, 21, 0.13);
  font-size: 15px;
  line-height: 1.55;
  padding: 17px 0 17px 34px;
  position: relative;
}

.seo-check-list li:last-child,
.seo-plain-list li:last-child {
  border-bottom: 1px solid rgba(17, 19, 21, 0.13);
}

.seo-section.dark .seo-check-list li,
.seo-section.dark .seo-plain-list li {
  border-color: rgba(255, 255, 255, 0.16);
}

.seo-check-list li::before {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  color: var(--ink);
  content: "✓";
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 18px;
  width: 20px;
}

.seo-number-list {
  counter-reset: seo-step;
  display: grid;
  gap: 0 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-number-list li {
  border-top: 1px solid rgba(17, 19, 21, 0.14);
  counter-increment: seo-step;
  display: grid;
  gap: 7px 12px;
  grid-template-columns: 40px minmax(0, 1fr);
  padding: 21px 0;
}

.seo-number-list li::before {
  align-items: center;
  background: var(--ink);
  border-radius: 8px;
  color: var(--green);
  content: counter(seo-step);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  grid-row: 1 / span 2;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.seo-number-list strong {
  font-size: 15px;
  line-height: 1.4;
}

.seo-number-list span {
  color: #657068;
  font-size: 13px;
  line-height: 1.55;
}

.seo-panel {
  background: var(--white);
  border: 1px solid rgba(17, 19, 21, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.seo-panel-head {
  background: #111515;
  color: var(--white);
  padding: 25px 26px;
}

.seo-panel-head p {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.seo-panel-head strong {
  display: block;
  font-size: clamp(27px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.08;
  margin-top: 8px;
}

.seo-panel-body {
  color: var(--ink);
  padding: 25px 26px;
}

.seo-panel-body p {
  color: #657068;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.seo-panel-body p + p {
  border-top: 1px solid var(--seo-line);
  margin-top: 16px;
  padding-top: 16px;
}

.seo-table-shell {
  background: var(--white);
  border: 1px solid rgba(17, 19, 21, 0.12);
  border-radius: 8px;
  overflow-x: auto;
  scrollbar-color: var(--green-dark) var(--seo-soft);
}

.seo-table {
  border-collapse: collapse;
  min-width: 690px;
  width: 100%;
}

.seo-table th,
.seo-table td {
  border-bottom: 1px solid var(--seo-line);
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
}

.seo-table th {
  background: var(--seo-soft);
  color: #59635c;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.seo-table td {
  font-size: 14px;
  line-height: 1.55;
}

.seo-table tbody tr:last-child td {
  border-bottom: 0;
}

.seo-table tbody tr:hover td {
  background: #f8faf6;
}

.seo-table .accent-cell {
  color: #4f9400;
  font-weight: 800;
}

.seo-section.dark .seo-table-shell {
  border-color: rgba(255, 255, 255, 0.15);
}

.seo-section.dark .seo-table th {
  background: #171b1c;
  color: rgba(255, 255, 255, 0.62);
}

.seo-section.dark .seo-table td {
  background: #0e1112;
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
}

.seo-section.dark .seo-table tbody tr:hover td {
  background: #15191a;
}

.seo-section.dark .seo-table .accent-cell {
  color: var(--green);
}

.seo-callout {
  align-items: center;
  background: #111515;
  border-radius: 8px;
  color: var(--white);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 32px;
  padding: 26px 28px;
}

.seo-callout strong {
  color: var(--green);
  display: block;
  font-size: 20px;
  line-height: 1.3;
}

.seo-callout p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.6;
  margin: 7px 0 0;
  max-width: 760px;
}

.seo-callout .primary-button {
  background: var(--green);
  color: var(--ink);
}

.seo-related {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-related a {
  color: var(--white);
  display: grid;
  gap: 9px;
  min-height: 142px;
  padding: 24px;
}

.seo-related a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.seo-related small {
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.seo-related strong {
  font-size: 20px;
  line-height: 1.25;
}

.seo-related span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.5;
}

.seo-related a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.seo-lead-section {
  background: var(--green);
  padding: 76px 24px;
}

.seo-lead-layout {
  align-items: start;
  display: grid;
  gap: clamp(46px, 7vw, 82px);
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.55fr);
}

.seo-lead-copy {
  display: grid;
  gap: 20px;
  padding-top: 8px;
}

.seo-lead-copy .seo-kicker {
  color: rgba(17, 19, 21, 0.62);
  margin-bottom: 0;
}

.seo-lead-copy > p {
  color: rgba(17, 19, 21, 0.68);
  max-width: 620px;
}

.seo-page-body .seo-lead-form {
  border-color: rgba(17, 19, 21, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(17, 19, 21, 0.13);
}

.seo-page-body .faq-section {
  padding: 76px 24px;
}

.seo-page-body .faq-section .section-heading {
  margin: 0 auto 30px;
  max-width: 960px;
}

.seo-page-body .faq-section .section-heading h2 {
  font-size: clamp(38px, 4vw, 48px);
  line-height: 1.05;
}

.seo-page-body .faq-item {
  border-color: rgba(17, 19, 21, 0.12);
  border-radius: 8px;
}

.seo-page-body .faq-item[open] {
  border-color: rgba(99, 180, 0, 0.45);
  box-shadow: none;
}

.seo-page-body .faq-item summary {
  min-height: 72px;
  padding: 18px 20px;
}

.seo-page-body .faq-item summary > span:first-child {
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.3;
}

.seo-page-body .faq-answer {
  padding: 18px 20px 22px;
}

.seo-footer-guides {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 12px 0;
}

.seo-footer-guides a {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  padding: 7px 10px 7px 0;
}

.seo-footer-guides a:hover,
.seo-footer-guides a[aria-current="page"] {
  color: var(--green);
}

.guides-section {
  background: #050505;
  color: var(--white);
  padding: 38px clamp(18px, 4vw, 56px) 72px;
  scroll-margin-top: 108px;
}

.guides-disclosure {
  background: #0b0d0e;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}

.guides-disclosure > summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  list-style: none;
  min-height: 154px;
  padding: 30px 34px;
}

.guides-disclosure > summary::-webkit-details-marker {
  display: none;
}

.guides-disclosure > summary::marker {
  content: "";
}

.guides-disclosure > summary:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: -5px;
}

.guides-summary-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.guides-summary-copy .eyebrow {
  color: var(--green);
  margin: 0;
}

.guides-summary-title {
  display: block;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.08;
}

.guides-summary-description {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.guides-summary-toggle {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  flex: 0 0 48px;
  height: 48px;
  position: relative;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.guides-summary-toggle::before,
.guides-summary-toggle::after {
  background: var(--white);
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 160ms ease;
  width: 16px;
}

.guides-summary-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.guides-disclosure > summary:hover .guides-summary-toggle,
.guides-disclosure[open] .guides-summary-toggle {
  background: var(--green);
  border-color: var(--green);
}

.guides-disclosure > summary:hover .guides-summary-toggle::before,
.guides-disclosure > summary:hover .guides-summary-toggle::after,
.guides-disclosure[open] .guides-summary-toggle::before,
.guides-disclosure[open] .guides-summary-toggle::after {
  background: var(--ink);
}

.guides-disclosure[open] .guides-summary-toggle::after {
  opacity: 0;
}

.guides-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  max-width: none;
}

.guides-list a {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 15px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 90px;
  padding: 19px 24px;
}

.guides-list a:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.guides-list strong {
  font-size: 17px;
  line-height: 1.3;
}

.guides-list span {
  color: var(--green);
  font-size: 22px;
}

.guides-list a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.seo-page-body a:focus-visible,
.seo-page-body button:focus-visible,
.seo-page-body summary:focus-visible,
.seo-page-body input:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .seo-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    min-height: 520px;
  }

  .seo-hero-copy {
    padding: 42px;
  }

  .seo-hero,
  .seo-hero-media {
    min-height: 520px;
  }

  .seo-hero h1,
  .seo-page-body[data-page="income"] .seo-hero h1,
  .seo-page-body[data-page="rental"] .seo-hero h1,
  .seo-page-body[data-page="referral"] .seo-hero h1,
  .seo-page-body[data-page="tax"] .seo-hero h1,
  .seo-page-body[data-page="cities"] .seo-hero h1 {
    font-size: 46px;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .seo-page-body .site-header {
    gap: 12px;
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
    padding-inline: 22px;
  }

  .seo-page-body .nav-links {
    font-size: 12px;
  }

  .seo-page-body .nav-links a {
    padding-inline: 10px;
  }
}

@media (max-width: 900px) {
  .seo-main {
    margin-top: 10px;
  }

  .seo-breadcrumbs,
  .seo-hero {
    width: min(calc(100% - 32px), 760px);
  }

  .seo-breadcrumbs {
    padding-block: 17px;
  }

  .seo-hero {
    grid-template-columns: 1fr;
  }

  .seo-hero-copy {
    padding: 50px 36px;
  }

  .seo-hero-media {
    min-height: 420px;
  }

  .seo-section-head,
  .seo-split,
  .seo-lead-layout {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .seo-section-head {
    align-items: start;
  }

  .seo-related {
    grid-template-columns: 1fr;
  }

  .seo-related a {
    min-height: 116px;
  }

  .seo-related a + a {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .seo-footer-guides {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-city-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-city-directory a:nth-child(4n) {
    border-right: 1px solid var(--seo-line);
  }

  .seo-city-directory a:nth-child(2n) {
    border-right: 0;
  }

  .seo-city-directory a:nth-child(n + 3) {
    border-top: 1px solid var(--seo-line);
  }

  .seo-city-context {
    grid-template-columns: 1fr;
  }

  .seo-city-context article,
  .seo-city-context article:first-child,
  .seo-city-context article:last-child {
    border-left: 0;
    border-top: 1px solid var(--seo-line);
    min-height: 0;
    padding: 22px 0;
  }

  .seo-city-context article:first-child {
    border-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 92px;
  }

  .seo-page-body .site-header {
    top: 8px;
  }

  .seo-breadcrumbs,
  .seo-hero {
    width: calc(100% - 28px);
  }

  .seo-breadcrumbs {
    font-size: 10px;
    padding: 15px 0;
  }

  .seo-hero {
    border-radius: 14px;
  }

  .seo-hero-copy {
    padding: 40px 20px 42px;
  }

  .seo-kicker {
    font-size: 11px;
    margin-bottom: 16px;
  }

  .seo-hero h1,
  .seo-page-body[data-page="income"] .seo-hero h1,
  .seo-page-body[data-page="rental"] .seo-hero h1,
  .seo-page-body[data-page="referral"] .seo-hero h1,
  .seo-page-body[data-page="tax"] .seo-hero h1,
  .seo-page-body[data-page="cities"] .seo-hero h1 {
    font-size: clamp(32px, 9.4vw, 39px);
    line-height: 1.04;
  }

  .seo-lede {
    font-size: 15px;
    line-height: 1.65;
    margin-top: 19px;
  }

  .seo-hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 25px;
  }

  .seo-hero-actions .primary-button,
  .seo-text-link {
    width: 100%;
  }

  .seo-hero-actions .primary-button {
    line-height: 1.25;
    min-height: 52px;
    padding-block: 12px;
    text-align: center;
    white-space: normal;
  }

  .seo-text-link {
    text-align: center;
  }

  .seo-hero-media {
    min-height: 310px;
  }

  .seo-hero-fact {
    bottom: 12px;
    gap: 7px;
    grid-template-columns: 1fr;
    left: 12px;
    padding: 13px 14px;
    right: 12px;
  }

  .seo-hero-fact strong {
    font-size: 25px;
  }

  .seo-hero-fact span {
    font-size: 11px;
  }

  .seo-section,
  .seo-lead-section,
  .seo-page-body .faq-section {
    padding: 54px 14px;
  }

  .seo-section-head h2,
  .seo-split h2,
  .seo-lead-copy h2,
  .seo-page-body .faq-section .section-heading h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .seo-section-head {
    margin-bottom: 28px;
  }

  .seo-section-head p,
  .seo-split-copy > p,
  .seo-lead-copy > p {
    font-size: 14px;
  }

  .seo-stat-line {
    grid-template-columns: 1fr;
  }

  .seo-stat,
  .seo-stat:first-child,
  .seo-stat:last-child {
    padding: 20px 0;
  }

  .seo-stat + .seo-stat {
    border-left: 0;
    border-top: 1px solid rgba(17, 19, 21, 0.15);
  }

  .seo-section.dark .seo-stat + .seo-stat {
    border-color: rgba(255, 255, 255, 0.17);
  }

  .seo-stat strong {
    font-size: 28px;
  }

  .seo-number-list {
    grid-template-columns: 1fr;
  }

  .seo-panel-head,
  .seo-panel-body {
    padding: 22px;
  }

  .seo-callout {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .seo-callout .primary-button {
    width: 100%;
  }

  .seo-table-shell {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
  }

  .seo-table {
    display: block;
    min-width: 0;
  }

  .seo-table thead {
    display: none;
  }

  .seo-table tbody {
    display: grid;
    gap: 10px;
  }

  .seo-table tr {
    background: var(--white);
    border: 1px solid rgba(17, 19, 21, 0.12);
    border-radius: 8px;
    display: grid;
    overflow: hidden;
  }

  .seo-table td {
    align-items: start;
    border-bottom: 1px solid var(--seo-line);
    display: grid;
    font-size: 13px;
    gap: 12px;
    grid-template-columns: minmax(92px, 0.45fr) minmax(0, 1fr);
    padding: 13px 14px;
  }

  .seo-table td::before {
    color: #78817a;
    content: attr(data-label);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.45;
  }

  .seo-table td[colspan] {
    grid-template-columns: 1fr;
  }

  .seo-table td[colspan]::before {
    display: none;
  }

  .seo-table tbody tr:last-child td,
  .seo-table tr td:last-child {
    border-bottom: 0;
  }

  .seo-table tbody tr:hover td {
    background: transparent;
  }

  .seo-section.dark .seo-table tr {
    background: #101314;
    border-color: rgba(255, 255, 255, 0.14);
  }

  .seo-section.dark .seo-table td {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.12);
  }

  .seo-section.dark .seo-table td::before {
    color: rgba(255, 255, 255, 0.45);
  }

  .seo-page-body .faq-item summary {
    gap: 16px;
    min-height: 68px;
    padding: 16px;
  }

  .seo-page-body .faq-item summary > span:first-child {
    font-size: 17px;
  }

  .seo-page-body .faq-toggle {
    flex-basis: 34px;
    height: 34px;
  }

  .seo-related a {
    min-height: 104px;
    padding: 20px 8px;
  }

  .seo-footer-guides,
  .guides-list {
    grid-template-columns: 1fr;
  }

  .seo-city-directory {
    grid-template-columns: 1fr;
  }

  .seo-city-directory a,
  .seo-city-directory a:nth-child(2n),
  .seo-city-directory a:nth-child(4n) {
    border-right: 0;
  }

  .seo-city-directory a:nth-child(n + 2) {
    border-top: 1px solid var(--seo-line);
  }

  .seo-footer-guides a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    padding: 10px 0;
  }

  .guides-list a:nth-child(odd) {
    border-right: 0;
  }

  .guides-list a {
    min-height: 78px;
    padding-inline: 18px;
  }

  .guides-section {
    padding: 18px 14px 44px;
  }

  .guides-disclosure > summary {
    gap: 16px;
    min-height: 132px;
    padding: 24px 20px;
  }

  .guides-summary-title {
    font-size: 25px;
  }

  .guides-summary-description {
    font-size: 12px;
  }

  .guides-summary-toggle {
    flex-basis: 38px;
    height: 38px;
  }

  .seo-logo-stage {
    min-height: 300px;
    padding: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .seo-page-body *,
  .seo-page-body *::before,
  .seo-page-body *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
