/**
 * Clinicella homepage overrides — does NOT alter dentspa plane / instagram / reviews scroll behaviour.
 * Only: doctors polish, footer clone assets, CTA text overflow.
 */

/* Doctors section — cleaner cards (keeps theme layout) */
.doctors-cards-wrapper {
  gap: 1.25rem !important;
}

.doctors-card {
  border-radius: 1rem !important;
  overflow: hidden;
  border: 1px solid rgb(27 29 30 / 0.08) !important;
  box-shadow: 0 4px 24px rgb(117 89 219 / 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.doctors-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgb(117 89 219 / 0.14);
}

.doctors-card-image-wrapper {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(180deg, #e2dcfa 0%, #fcfaf8 100%);
}

.doctors-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.doctors-card-title {
  padding: 1rem 1rem 1.25rem !important;
}

/* Footer — remove DentSpa clone certificate block (HTML patch also removes node) */
.footer-copyright-wrapper.certificate-wrapper,
.footer-certificate-logo {
  display: none !important;
}

/* Long TR/EN CTA copy — prevent spill without changing section structure */
.cta-contact-container {
  max-width: 100%;
}

.cta-contact-container .cta-question {
  line-height: 1.45 !important;
  white-space: normal !important;
}

/*
 * “Misafirlerimiz neden Clinicella'yı tercih ediyor?”
 * why-dentspa = theme hooks; clinicella-stories = scrubbed alias (hosting/cache).
 */
.why-dentspa-section,
.clinicella-stories-section {
  overflow-x: clip;
}

.why-dentspa-content h3,
.clinicella-stories-content h3 {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  line-height: 1.2;
}

.why-dentspa-content h3 br,
.clinicella-stories-content h3 br {
  display: none;
}

.why-dentspa-content h3 span,
.clinicella-stories-content h3 span {
  display: block;
}

@media (max-width: 1023px) {
  .why-dentspa-section,
  .clinicella-stories-section {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .why-dentspa-container-wrapper,
  .clinicella-stories-container-wrapper {
    gap: 2rem;
  }

  .why-dentspa-content-header,
  .clinicella-stories-content-header {
    position: static !important;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .why-dentspa-content-container,
  .clinicella-stories-content-container {
    width: 100%;
    max-width: 100%;
    padding-bottom: 2.5rem;
  }

  .why-dentspa-content-rigtside,
  .clinicella-stories-content-rigtside {
    margin-top: 1.25rem;
    gap: 1.25rem;
    width: 100%;
  }

  .why-dentspa-images-sm,
  .clinicella-stories-images-sm {
    display: block !important;
    width: 100%;
    margin: 0.75rem 0 0;
  }

  .why-dentspa-images-sm img,
  .clinicella-stories-images-sm img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center;
    border-radius: 1.25rem;
  }

  .why-dentspa-leftside,
  .clinicella-stories-leftside {
    display: none !important;
  }

  .why-dentspa-images-container img,
  .clinicella-stories-images-container img {
    position: relative !important;
  }
}
