.site-header,
.site-footer {
  display: none !important;
}

.fml-icon-line {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #14689a, #18a8aa);
  box-shadow: 0 10px 24px rgba(13, 79, 134, .2);
}

.fml-icon-line svg {
  width: 31px;
  height: 31px;
}

.fml-icon-card .fml-icon-line {
  margin-bottom: 4px;
}

.fml-bg-navy .fml-icon-line {
  color: #13a5aa;
  background: #fff;
}

.fml-stat .fml-icon-line {
  margin-bottom: 18px;
}

.fml-photo-frame {
  overflow: hidden;
  border-radius: var(--fml-radius);
  box-shadow: var(--fml-shadow);
  aspect-ratio: 4 / 3;
}

.fml-photo-frame .fml-pdf-photo,
.fml-pdf-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
}

.fml-site img[alt="Atendimento humanizado"] {
  border-radius: var(--fml-radius) !important;
  box-shadow: var(--fml-shadow);
  overflow: hidden;
}

.fml-site img[alt="Profissionais qualificados da saúde"] {
  border-radius: var(--fml-radius) !important;
  box-shadow: var(--fml-shadow);
  overflow: hidden;
}

.fml-title-row > .fml-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.fml-btn {
  font-variant-emoji: text;
  font-family: Arial, "Segoe UI", sans-serif;
}

.fml-header .fml-menu-toggle,
.fml-header .fml-menu-toggle:hover,
.fml-header .fml-menu-toggle:focus,
.fml-header .fml-menu-toggle:focus-visible,
.fml-header .fml-menu-toggle:active {
  color: #fff !important;
  background: var(--fml-teal) !important;
  border: 0 !important;
  border-radius: 8px;
  box-shadow: none !important;
  outline-color: var(--fml-teal);
}

@media (min-width: 681px) {
  .fml-hero {
    background-color: var(--fml-navy);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.fml-site img[alt="Ambiente de diagnóstico por imagem"],
.fml-site img[alt="Equipe multiprofissional"] {
  border-radius: var(--fml-radius) !important;
  box-shadow: var(--fml-shadow);
  overflow: hidden;
}

.fml-site img[alt="Atendimento humanizado e respeitoso"],
.fml-site img[alt="Profissional em análise laboratorial"] {
  border-radius: var(--fml-radius) !important;
  box-shadow: var(--fml-shadow);
  overflow: hidden;
}

.fml-quality-principles {
  position: relative;
  overflow: hidden;
}

.fml-quality-principles .fml-wrap {
  position: relative;
  z-index: 1;
}

.fml-quality-watermark {
  position: absolute;
  width: min(38vw, 520px);
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .045;
  pointer-events: none;
}

.fml-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .fml-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .fml-service-grid {
    grid-template-columns: 1fr;
  }
}

.fml-acting-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 42px;
  align-items: stretch;
}

.fml-acting-layout .fml-service-grid {
  grid-template-columns: 1fr 1fr;
  align-content: start;
}

.fml-service-pill {
  grid-column: span 1 !important;
  min-height: 128px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(7, 28, 53, .07);
}

.fml-service-pill h3 {
  margin: 0 0 5px;
  font-size: 1.02rem;
}

.fml-service-pill p {
  font-size: .82rem;
  line-height: 1.45;
}

.fml-acting-image {
  min-height: 100%;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--fml-shadow);
  position: relative;
}

.fml-acting-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.fml-form .fml-btn-primary {
  background: var(--fml-teal) !important;
  border-color: var(--fml-teal) !important;
  color: #fff !important;
}

@media (max-width: 1100px) {
  .fml-acting-layout { grid-template-columns: 1fr; }
  .fml-acting-image { min-height: 520px; }
}

@media (max-width: 680px) {
  .fml-acting-layout .fml-service-grid { grid-template-columns: 1fr; }
  .fml-service-pill { min-height: 112px; border-radius: 22px; }
  .fml-service-pill p { display: none; }
  .fml-acting-image { min-height: 360px; }
}
