.relocation-checklist-page .breadcrumb-nav {
  margin-bottom: 14px;
}

.relocation-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, .8fr);
  gap: clamp(24px, 5vw, 46px);
  align-items: center;
  margin: 0 0 28px;
  padding: clamp(28px, 5vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(244, 163, 0, .38);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 163, 0, .24), transparent 34%),
    linear-gradient(135deg, #101a33 0%, #17264d 100%);
  color: #fff;
  box-shadow: 0 22px 54px rgba(16, 26, 51, .18);
}

.relocation-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: 70px 70px;
  content: "";
  pointer-events: none;
}

.relocation-hero > * {
  position: relative;
  z-index: 1;
}

.relocation-hero .eyebrow {
  color: var(--accent);
}

.relocation-hero h1 {
  max-width: 700px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.relocation-hero .dek {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 1.62;
}

.relocation-hero .volt-divider {
  display: none;
}

.relocation-hero-visual {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.relocation-hero-visual > span {
  display: block;
  margin: 0 2px 3px;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.relocation-deadline-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .075);
}

.relocation-deadline-card strong {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 17px;
}

.relocation-deadline-card div > b,
.relocation-deadline-card div > small {
  display: block;
}

.relocation-deadline-card div > b {
  color: #fff;
  font-size: 14px;
}

.relocation-deadline-card div > small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  line-height: 1.35;
}

.relocation-quickstart {
  margin: 0 0 42px;
  padding: clamp(22px, 4vw, 30px);
  border-top: 6px solid var(--trust);
  border-left-width: 1px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.relocation-quickstart-label,
.relocation-section-label {
  display: block;
  margin-bottom: 7px;
  color: var(--trust);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.relocation-quickstart h2 {
  font-size: clamp(26px, 4vw, 34px) !important;
  line-height: 1.1;
}

.relocation-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.relocation-jump-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(29, 92, 74, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--trust);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.relocation-jump-links a:hover,
.relocation-jump-links a:focus-visible {
  border-color: var(--trust);
  background: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.relocation-timeline-heading {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 8px;
}

.relocation-timeline-heading > span:first-child {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 14px;
  background: #fff3d7;
  color: var(--ink);
  font-size: 20px;
}

.relocation-timeline-heading h2 {
  margin: 0 !important;
  font-size: clamp(27px, 4vw, 36px) !important;
}

.relocation-checklist-page .moving-timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 50px;
}

.relocation-checklist-page .moving-step,
.relocation-checklist-page .moving-step:last-child {
  position: relative;
  grid-column: auto;
  min-height: 235px;
  padding: 22px 20px 18px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(16, 26, 51, .08);
}

.relocation-step-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 13px;
  background: var(--ink);
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
}

.relocation-checklist-page .moving-step.urgent {
  border-color: rgba(244, 163, 0, .42);
  background: linear-gradient(145deg, #fff 20%, #fff8e8);
}

.relocation-checklist-page .moving-step h3 {
  font-size: 18px;
  line-height: 1.22;
}

.relocation-checklist-page article.guide-body .moving-step p {
  font-size: 13px;
  line-height: 1.5;
}

.relocation-checklist-page article.guide-body > h2[id]:not(#moving-timeline),
.relocation-checklist-page article.guide-body > h2:not([id]) {
  margin-top: 52px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  font-size: clamp(24px, 3.5vw, 30px);
  line-height: 1.15;
}

.relocation-checklist-page article.guide-body > h2[id] {
  scroll-margin-top: 90px;
}

.relocation-checklist-page article.guide-body > ul {
  margin: 20px 0 26px;
  padding: 20px 22px 12px 42px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.relocation-checklist-page .guide-action-card {
  border-left-width: 1px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff8e8 0%, #fff 72%);
}

.relocation-checklist-page .guide-links a {
  min-height: 58px;
}

.relocation-checklist-page .move-fee-marketplace-cta {
  margin-block: 34px 46px;
}

@media (max-width: 760px) {
  .relocation-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 25px 20px;
    border-radius: 21px;
  }

  .relocation-hero h1 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .relocation-hero .dek {
    font-size: 15px;
    line-height: 1.55;
  }

  .relocation-hero-visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .relocation-hero-visual > span {
    grid-column: 1 / -1;
  }

  .relocation-deadline-card {
    display: block;
    padding: 11px 8px;
    text-align: center;
  }

  .relocation-deadline-card strong {
    width: 42px;
    height: 42px;
    margin: 0 auto 8px;
    font-size: 15px;
  }

  .relocation-deadline-card div > b {
    font-size: 12px;
  }

  .relocation-deadline-card div > small {
    display: none;
  }

  .relocation-checklist-page .moving-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .relocation-checklist-page .moving-timeline {
    grid-template-columns: 1fr;
  }

  .relocation-checklist-page .moving-step,
  .relocation-checklist-page .moving-step:last-child {
    min-height: 0;
  }

  .relocation-jump-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .relocation-jump-links a {
    border-radius: 12px;
  }
}

@media (max-width: 380px) {
  .relocation-hero-visual {
    grid-template-columns: 1fr;
  }

  .relocation-deadline-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    text-align: left;
  }

  .relocation-deadline-card strong {
    margin: 0;
  }

  .relocation-jump-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .relocation-checklist-page .moving-step {
    transition: none;
  }
}
