.site-main {
  padding-top: 0;
}

.conversion-answer {
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(16, 185, 129, 0.25);
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.95), rgba(240, 249, 255, 0.96));
  padding: clamp(1rem, 2.6vw, 1.4rem);
  box-shadow: 0 26px 38px -34px rgba(16, 185, 129, 0.65);
}

.conversion-answer__label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #0f766e;
}

.conversion-answer__text {
  margin: 0.35rem 0 0;
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.6;
  color: #1e293b;
}

.conversion-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-top: 1rem;
}

.conversion-card {
  border-radius: 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: #fff;
  padding: 0.95rem 1rem;
}

.conversion-card h3 {
  margin: 0;
  font-size: 0.95rem;
  color: #0f172a;
}

.conversion-card p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.45;
}

.cluster-links {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.cluster-links__item {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 0.9rem;
  padding: 0.9rem 1rem;
  background: #fff;
  text-decoration: none;
  color: #0f172a;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.cluster-links__item:hover,
.cluster-links__item:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(13, 148, 136, 0.4);
  box-shadow: 0 18px 30px -24px rgba(15, 118, 110, 0.55);
  outline: none;
}

.cluster-links__title {
  margin: 0;
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
}

.cluster-links__desc {
  margin: 0.32rem 0 0;
  color: #475569;
  font-size: 0.86rem;
  line-height: 1.45;
}

.mobile-whatsapp-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  padding: 0.5rem 0.75rem calc(0.5rem + env(safe-area-inset-bottom));
}

.mobile-whatsapp-bar__link {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.mobile-whatsapp-bar__label {
  font-size: 0.74rem;
  color: #cbd5e1;
  text-align: center;
  margin: 0 0 0.35rem;
}

@media (min-width: 768px) {
  .mobile-whatsapp-bar {
    display: none;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 4.75rem;
  }

  .section-spacing {
    padding-block: 1.9rem;
  }

  .conversion-answer {
    margin-top: 0.9rem;
    margin-bottom: 1.15rem;
    padding: 0.9rem;
  }

  .conversion-answer__label {
    font-size: 0.69rem;
  }

  .conversion-answer__text {
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .conversion-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .cluster-links {
    margin-top: 1rem;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .cluster-links__item {
    padding: 0.8rem 0.88rem;
    border-radius: 0.8rem;
  }

  .cluster-links__title {
    font-size: 0.92rem;
  }

  .cluster-links__desc {
    font-size: 0.84rem;
    line-height: 1.4;
  }

}

.faq-card {
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 0.95rem;
  background: #fff;
  margin-bottom: 0.75rem;
}

.faq-card summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #0f172a;
  padding: 0.95rem 1rem;
}

.faq-card p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: #475569;
  line-height: 1.6;
}

.hero-section__image {
  height: min(62vh, 500px);
}

@media (max-width: 767px) {
  .faq-card summary {
    padding: 0.8rem 0.86rem;
    font-size: 0.93rem;
    line-height: 1.35;
  }

  .faq-card p {
    padding: 0 0.86rem 0.86rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .hero-section__image {
    height: min(48vh, 320px);
  }

  .doctoralia-reviews {
    padding: 2.1rem 0.85rem 2.35rem;
  }

  .doctoralia-reviews__title {
    font-size: 1.45rem;
    line-height: 1.2;
  }

  .doctoralia-reviews__description {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .doctoralia-reviews__widget {
    padding: 1.05rem;
    border-radius: 1rem;
  }

  .office-section__container {
    width: min(100%, 100vw);
    padding-inline: 0.85rem;
  }

  .office-section__title {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .office-section__subtitle {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .office-section__detail {
    padding: 0.85rem 0.9rem;
    border-radius: 0.9rem;
  }

  .office-section__detail-text {
    font-size: 0.88rem;
  }
}
