/* CTA para médicos parceiros - node Figma 1682:5709. */
.app-doctors-cta-section {
  width: 100%;
  overflow: visible;
  background: #fafafa;
}

.app-doctors-cta-card {
  width: min(1443px, calc(100% - 48px));
  min-height: 465px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 45px;
  background: #845cff;
}

.app-doctors-cta-inner {
  width: min(1279px, calc(100% - 48px));
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 46px 127px 46px 90px;
}

.app-doctors-cta-copy {
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
  position: relative;
  z-index: 1;
}

.app-doctors-cta-copy h2,
.app-doctors-cta-copy p {
  width: 360px;
  max-width: 100%;
  margin: 0;
  color: #ffffff;
  font-family: "Muring Display", system-ui, sans-serif;
}

.app-doctors-cta-copy h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.356;
  letter-spacing: 0.76px;
}

.app-doctors-cta-copy p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.47;
}

.app-doctors-cta-button {
  width: 196.612px;
}

.app-doctors-cta-label {
  width: 108px;
  text-align: right;
}

.app-doctors-cta-image {
  position: absolute;
  left: 23px;
  top: -70.5px;
  width: 678px;
  height: 509px;
  overflow: hidden;
  border-radius: 45px 45px 0 45px;
  pointer-events: none;
}

.app-doctors-cta-image img {
  position: absolute;
  left: 0;
  top: -4.95%;
  width: 105.46%;
  height: 104.99%;
  max-width: none;
  display: block;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .app-doctors-cta-card {
    min-height: 0;
  }

  .app-doctors-cta-inner {
    width: 100%;
    min-height: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    padding: 0 32px 48px;
  }

  .app-doctors-cta-image {
    position: relative;
    left: auto;
    top: auto;
    width: min(678px, 100%);
    height: auto;
    aspect-ratio: 678 / 509;
    order: 0;
    margin-top: -40px;
  }

  .app-doctors-cta-copy {
    width: min(100%, 520px);
    align-items: center;
    gap: 28px;
    text-align: center;
    order: 1;
  }

  .app-doctors-cta-copy h2,
  .app-doctors-cta-copy p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .app-doctors-cta-card {
    width: calc(100% - 32px);
    border-radius: 32px;
  }

  .app-doctors-cta-inner {
    padding: 0 24px 40px;
  }

  .app-doctors-cta-copy h2 {
    font-size: 30px;
    line-height: 1.22;
  }

  .app-doctors-cta-copy p {
    font-size: 17px;
  }

  .app-doctors-cta-image {
    margin-top: -28px;
    border-radius: 32px 32px 0 32px;
  }
}

@media (max-width: 480px) {
  .app-doctors-cta-card {
    border-radius: 26px;
  }

  .app-doctors-cta-inner {
    padding: 0 20px 32px;
    gap: 26px;
  }

  .app-doctors-cta-copy h2 {
    font-size: 28px;
    letter-spacing: 0;
  }

  .app-doctors-cta-copy p {
    font-size: 16px;
    line-height: 1.38;
  }

  .app-doctors-cta-button {
    width: var(--cta-mobile-width);
  }

  .app-doctors-cta-label {
    width: var(--cta-mobile-label-width);
  }
}
