.moving-fee-page .breadcrumb-nav {
  margin-bottom: 14px;
}

.move-fee-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 225px;
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  margin: 0 0 24px;
  padding: clamp(26px, 5vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(244, 163, 0, .3);
  border-radius: 26px;
  background:
    radial-gradient(circle at 84% 18%, rgba(244, 163, 0, .25), transparent 32%),
    linear-gradient(135deg, #101a33 0%, #17264d 100%);
  color: #fff;
  box-shadow: 0 22px 54px rgba(16, 26, 51, .17);
}

.move-fee-hero::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  pointer-events: none;
}

.move-fee-hero-copy,
.move-fee-hero-mascot {
  position: relative;
  z-index: 1;
}

.move-fee-kicker,
.move-fee-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.move-fee-hero h1 {
  max-width: 820px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.move-fee-hero p {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.62;
}

.move-fee-hero-mascot img {
  display: block;
  width: 100%;
  max-height: 270px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .26));
}

.moving-fee-page .guide-body {
  max-width: 940px;
  margin-inline: auto;
}

.moving-fee-page .article-meta {
  justify-content: center;
  margin-bottom: 26px;
}

.move-fee-intro {
  max-width: 790px;
  margin: 0 auto 24px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
}

.move-fee-answer {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
  gap: 22px 28px;
  margin: 24px 0;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(29, 92, 74, .24);
  border-top: 6px solid var(--trust);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff 20%, var(--trust-bg));
  box-shadow: var(--shadow);
}

.move-fee-answer h2 {
  margin: 0 0 12px !important;
  font-size: clamp(27px, 4vw, 36px) !important;
  line-height: 1.08;
}

.move-fee-answer p {
  margin: 0;
}

.move-fee-answer .move-fee-label {
  color: var(--trust);
}

.move-fee-answer-checks {
  display: grid;
  gap: 10px;
  align-content: center;
}

.move-fee-answer-checks p {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(29, 92, 74, .17);
  border-radius: 13px;
  background: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.35;
}

.move-fee-answer-checks span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--trust);
  color: #fff;
  font-weight: 900;
}

.move-fee-answer-detail {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(29, 92, 74, .18);
  color: var(--ink-soft);
  font-size: 14px;
}

.move-fee-jump {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0 48px;
}

.move-fee-jump a {
  display: flex;
  min-height: 58px;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}

.move-fee-jump a:hover {
  border-color: var(--accent);
}

.move-fee-jump span,
.move-fee-heading > span {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: #fff3d7;
  color: var(--ink);
  font-weight: 900;
}

.move-fee-section {
  margin: 52px 0;
  scroll-margin-top: 92px;
}

.move-fee-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.move-fee-heading > span {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  font-size: 20px;
}

.move-fee-heading small {
  display: block;
  margin-bottom: 3px;
  color: var(--trust);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.move-fee-heading h2 {
  margin: 0 !important;
  font-size: clamp(25px, 4vw, 34px) !important;
  line-height: 1.12;
}

.move-fee-table .comparison-table {
  min-width: 0;
  table-layout: fixed;
}

.move-fee-table .comparison-table th:first-child {
  width: 36%;
}

.move-fee-table tbody th {
  background: #fffaf0;
  color: var(--ink);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.move-fee-table tbody tr:first-child th,
.move-fee-table tbody tr:first-child td {
  background: var(--trust-bg);
}

.move-fee-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  counter-reset: move-step;
  list-style: none;
}

.move-fee-steps li {
  position: relative;
  min-height: 150px;
  padding: 22px 20px 20px 68px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
  box-shadow: var(--shadow-soft);
  counter-increment: move-step;
}

.move-fee-steps li::before {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  content: counter(move-step);
  font-weight: 900;
}

.move-fee-steps strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.3;
}

.move-fee-boundary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.move-fee-boundary-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.move-fee-boundary-card.yes {
  border-color: rgba(29, 92, 74, .22);
  background: linear-gradient(145deg, #fff, var(--trust-bg));
}

.move-fee-boundary-card.no {
  border-color: rgba(244, 163, 0, .26);
  background: linear-gradient(145deg, #fff, #fff5dd);
}

.move-fee-boundary-card > span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--trust);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.move-fee-boundary-card.no > span {
  color: #8a5600;
}

.move-fee-boundary-card h3 {
  margin: 0 0 13px;
  font-size: 21px;
}

.move-fee-boundary-card ul {
  margin: 0;
  padding-left: 20px;
}

.move-fee-boundary-card li,
.move-fee-boundary-card p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.move-fee-boundary-card li + li {
  margin-top: 7px;
}

.move-fee-boundary-card p {
  margin: 0;
}

.move-fee-tex-note {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 17px;
  align-items: center;
  margin: 18px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(244, 163, 0, .28);
  border-radius: 17px;
  background: #fff8e9;
}

.move-fee-tex-note img {
  width: 72px;
  max-height: 92px;
  object-fit: contain;
}

.move-fee-tex-note h3 {
  margin: 0 0 4px;
  font-size: 18px;
}

.move-fee-tex-note p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.moving-fee-page .cta-box,
.moving-fee-page .content-cta {
  border-radius: 20px;
}

.move-fee-marketplace-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(22px, 4vw, 38px);
  align-items: center;
  margin: 30px 0 26px;
  padding: clamp(24px, 4vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(244, 163, 0, .5);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 8%, rgba(244, 163, 0, .24), transparent 35%),
    linear-gradient(135deg, #101a33 0%, #17264d 100%);
  box-shadow: 0 20px 44px rgba(16, 26, 51, .2);
}

.move-fee-marketplace-cta::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  pointer-events: none;
}

.move-fee-marketplace-cta > * {
  position: relative;
  z-index: 1;
}

.move-fee-marketplace-kicker {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.move-fee-marketplace-kicker > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  font-size: 15px;
}

.move-fee-marketplace-cta .content-cta-copy h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(26px, 4vw, 35px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.move-fee-marketplace-cta .content-cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.55;
}

.move-fee-marketplace-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.move-fee-marketplace-points > span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
  font-weight: 750;
}

.move-fee-marketplace-points > span > span {
  color: var(--accent);
  font-weight: 900;
}

.move-fee-marketplace-action {
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.move-fee-marketplace-cta .content-cta-form {
  display: block;
}

.move-fee-marketplace-label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.move-fee-marketplace-fields {
  display: grid;
  grid-template-columns: minmax(120px, .7fr) minmax(220px, 1.3fr);
  gap: 10px;
}

.move-fee-marketplace-cta .content-cta-zip {
  min-width: 0;
  min-height: 52px;
  border-color: rgba(255, 255, 255, .5);
  background: #fff;
  font-size: 16px;
}

.move-fee-marketplace-cta .enroll-btn {
  min-height: 52px;
  padding-inline: 16px;
}

.move-fee-marketplace-cta .content-cta-note {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
  line-height: 1.45;
}

.move-fee-faq-heading {
  margin-top: 54px;
}

@media (max-width: 760px) {
  .move-fee-hero {
    display: block;
    padding: 21px 18px 22px;
    border-radius: 19px;
  }

  .move-fee-hero h1 {
    max-width: none;
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.06;
  }

  .move-fee-hero p {
    padding-right: 66px;
    font-size: 15px;
    line-height: 1.5;
  }

  .move-fee-hero-mascot {
    position: absolute;
    right: 15px;
    bottom: 22px;
    width: 56px;
  }

  .move-fee-hero-mascot img {
    max-height: 92px;
  }

  .moving-fee-page .article-meta {
    justify-content: flex-start;
    gap: 5px 12px;
  }

  .move-fee-intro {
    font-size: 16px;
  }

  .move-fee-answer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .move-fee-answer-detail {
    grid-column: auto;
  }

  .move-fee-marketplace-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 18px;
  }

  .move-fee-marketplace-cta .content-cta-copy h3 {
    font-size: clamp(25px, 8vw, 32px);
  }

  .move-fee-marketplace-fields {
    grid-template-columns: 1fr;
  }

  .move-fee-marketplace-action {
    padding: 15px;
  }

  .move-fee-jump {
    grid-template-columns: 1fr;
    margin-bottom: 42px;
  }

  .move-fee-jump a {
    min-height: 52px;
  }

  .move-fee-section {
    margin: 44px 0;
  }

  .move-fee-heading > span {
    width: 42px;
    height: 42px;
  }

  .move-fee-table {
    overflow: visible;
  }

  .move-fee-table .comparison-table,
  .move-fee-table thead,
  .move-fee-table tbody,
  .move-fee-table tr,
  .move-fee-table th,
  .move-fee-table td {
    display: block;
    width: 100% !important;
    min-width: 0;
  }

  .move-fee-table thead {
    position: absolute;
    width: 1px !important;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .move-fee-table tbody tr {
    padding: 0;
    border-bottom: 1px solid var(--line);
  }

  .move-fee-table tbody tr:last-child {
    border-bottom: 0;
  }

  .move-fee-table tbody th,
  .move-fee-table tbody td {
    border: 0;
  }

  .move-fee-table tbody th {
    padding: 14px 16px 5px;
    background: transparent;
  }

  .move-fee-table tbody td {
    padding: 4px 16px 16px;
  }

  .move-fee-table tbody tr:first-child th,
  .move-fee-table tbody tr:first-child td {
    background: var(--trust-bg);
  }

  .move-fee-steps,
  .move-fee-boundary-grid {
    grid-template-columns: 1fr;
  }

  .move-fee-steps li {
    min-height: 0;
    padding: 19px 17px 19px 62px;
  }

  .move-fee-steps li::before {
    top: 18px;
    left: 17px;
  }

  .move-fee-boundary-card {
    padding: 20px;
  }

  .move-fee-tex-note {
    grid-template-columns: 58px 1fr;
    gap: 12px;
    padding: 16px;
  }

  .move-fee-tex-note img {
    width: 58px;
  }
}

@media (max-width: 390px) {
  .move-fee-hero {
    padding-inline: 17px;
  }

  .move-fee-kicker {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .move-fee-jump a {
    scroll-behavior: auto;
  }
}
