/* =========================================================
   MoveDone Update 040
   Homepage service icons + cleaner legal/company footer
   ========================================================= */

/* Match the Build My Move service-icon family */
.md040-journey-icon {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Keep service-card icon sizing consistent */
.service-card .service-icon {
  display: grid;
  place-items: center;
}

/* =========================================================
   Footer — lighter, cleaner company treatment
   ========================================================= */

.md039-company {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.md039-company h4 {
  margin-bottom: 14px !important;
}

.md040-company-line {
  display: block;
  margin-bottom: 7px;
  color: var(--md-muted, #71777c);
  font-size: 0.80rem;
  line-height: 1.45;
}

.md040-company-line strong {
  color: var(--md-muted, #71777c);
  font-size: inherit;
  font-weight: 700;
}

.md040-acn {
  display: block;
  margin-top: 10px;
  color: #9aa0a4;
  font-size: 0.72rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

/* Make footer hierarchy a little calmer */
.md039-footer-top {
  grid-template-columns:
    minmax(320px, 1.45fr)
    minmax(150px, 0.65fr)
    minmax(190px, 0.75fr)
    minmax(210px, 0.85fr) !important;
}

.md039-footer-brand p {
  max-width: 390px !important;
}

@media (max-width: 980px) {
  .md039-footer-top {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 620px) {
  .md039-footer-top {
    grid-template-columns: 1fr !important;
  }
}
