.visit-dentistry {
  --visit-blue: #4bb9e8;
  --visit-blue-dark: #1764a8;
  color: #3f4a50;
}

/* Hero matches the baby-food-class layout. Other sections use common.css. */
.vd-hero {
  display: flex;
  align-items: center;
  gap: 36px;
  overflow: hidden;
  margin-bottom: 50px;
  padding: 34px 40px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 20px 20px, rgba(255, 255, 255, 0.85) 0 7px, transparent 8px) 0 0 / 52px 52px,
    #e9f7fd;
}

.vd-hero-copy {
  flex: 1;
}

.vd-eyebrow {
  margin-bottom: 10px;
  color: var(--visit-blue);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.vd-hero-title {
  margin-bottom: 18px;
  color: var(--visit-blue-dark);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.vd-flow {
  max-width: 720px;
  margin: 0 auto;
}

.vd-flow-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 16px 8px;
  border-bottom: 1px solid #ddd;
  line-height: 1.7;
}

.vd-flow-num {
  color: var(--visit-blue-dark);
  font-weight: 700;
}

.vd-phone {
  color: #3f4a50;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.vd-phone a {
  color: inherit;
}

.vd-info-list dt,
.vd-info-list dd {
  margin-bottom: 0;
  padding: 12px 0;
  border-bottom: 1px dotted #bbb;
}

.vd-info-list dt {
  flex: 0 0 24%;
  max-width: 24%;
  color: var(--visit-blue-dark);
}

.vd-info-list dd {
  flex: 0 0 76%;
  max-width: 76%;
}

@media screen and (max-width: 767px) {
  .vd-hero {
    flex-direction: column;
    gap: 22px;
    margin-bottom: 38px;
    padding: 28px 20px;
    text-align: center;
  }

  .vd-hero-title {
    font-size: 1.55rem;
  }

  .vd-phone {
    font-size: 1.8rem;
  }

  .vd-info-list {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .vd-info-list dt,
  .vd-info-list dd {
    max-width: none;
  }

  .vd-info-list dt {
    padding-bottom: 2px;
    border-bottom: 0;
  }

  .vd-info-list dd {
    padding-top: 2px;
  }
}
