.brand-lockup {
  display: flex;
  flex: 0 0 190px;
  flex-direction: column;
  align-items: center;
}


/* Indicadores profissionais ao redor do retrato principal. */
.hero-visual .hero-metric {
  min-width: 164px;
  max-width: 190px;
  padding: 13px 16px;
}

.hero-visual .hero-metric strong {
  font-size: 22px;
  line-height: 1.1;
}

.hero-visual .hero-metric small {
  margin-top: 4px;
}

.metric-surgeries {
  left: -18px;
  top: 150px;
}

.metric-experience {
  right: -12px;
  top: 84px;
}

.metric-exams {
  left: -18px;
  bottom: 96px;
}

.metric-attendances {
  right: -18px;
  bottom: 62px;
}

.metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 760px) {
  .hero-visual {
    min-height: 610px;
    padding-bottom: 110px;
  }

  .hero-visual .hero-metric {
    min-width: 138px;
    max-width: 154px;
    padding: 10px 12px;
  }

  .hero-visual .hero-metric strong {
    font-size: 18px;
  }

  .hero-visual .hero-metric small {
    font-size: 10px;
  }

  .metric-surgeries {
    left: 0;
    top: 145px;
  }

  .metric-experience {
    right: 0;
    top: 70px;
  }

  .metric-exams {
    left: 0;
    bottom: 104px;
  }

  .metric-attendances {
    right: 0;
    bottom: 54px;
  }

  .metric-grid {
    grid-template-columns: 1fr;
  }
}


.brand-lockup .brand {
  width: 190px;
}

.header-registration {
  align-self: flex-start;
  margin-left: 33px;
  margin-top: 2px;
  color: #12394a;
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1;
  white-space: nowrap;
}

.header-registration span {
  color: #ce2127;
}

.hero-brand-lockup {
  display: flex;
  width: min(420px, 100%);
  flex-direction: column;
  align-items: flex-start;
}

.hero-logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 6px !important;
}

.hero h1 em {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
  line-height: 0.94;
}

#appointment-form {
  scroll-margin-top: 112px;
}

.pre-registration-button {
  min-width: 190px;
}

.whatsapp-float {
  padding: 15px 21px !important;
  gap: 10px !important;
  font-size: 15px !important;
}

.whatsapp-float img {
  width: 29px !important;
  height: 29px !important;
}

.hero-registration {
  display: flex;
  align-items: center;
  gap: 9px;
  width: auto;
  margin: 0 0 25px 73px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  box-shadow: none;
}

.hero-registration span {
  color: #ff7377;
}

@media (max-width: 760px) {
  .brand-lockup {
    flex-basis: 165px;
  }

  .brand-lockup .brand {
    width: 165px;
  }

  .header-registration {
    font-size: 8px;
  }

  .hero-brand-lockup {
    width: min(360px, 100%);
  }

  .whatsapp-float {
    padding: 14px 18px !important;
    font-size: 14px !important;
  }

  .whatsapp-float img {
    width: 27px !important;
    height: 27px !important;
  }

  .hero-registration {
    margin: 0 0 22px 62px;
    font-size: 11px;
  }
}
