.footer-phone {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 9px;
}

.footer-phone span {
  color: #c5dbeb;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.footer-phone a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-phone a:hover {
  color: #fff;
}

.contact-phone-option {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-blue);
}

.contact-phone-option span {
  display: block;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-phone-option a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 3px;
  color: var(--blue-600);
  font-size: 1.2rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.assessment-phone-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 7px;
  margin-top: 16px;
  color: var(--muted);
  font-size: .94rem;
}

.assessment-phone-cta span {
  font-weight: 750;
}

.assessment-phone-cta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--blue-600);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 480px) {
  .assessment-phone-cta {
    display: grid;
  }

  .assessment-phone-cta a {
    width: fit-content;
  }
}
