/* =====================================================================
   INÍCIO - PÁGINA SISTEMA PARA CLÍNICAS
===================================================================== */

.clinic-page {
  background: #ffffff;
}

.clinic-page section {
  scroll-margin-top: 110px;
}

/* =====================================================================
   INÍCIO - BREADCRUMB CLÍNICAS
===================================================================== */

.clinic-breadcrumb {
  padding: 24px 0 0;
  background: #ffffff;
}

.clinic-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.clinic-breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: #cbd5e1;
}

.clinic-breadcrumb a:hover {
  color: #2563eb;
}

/* =====================================================================
   FIM - BREADCRUMB CLÍNICAS
===================================================================== */

/* =====================================================================
   INÍCIO - HERO CLÍNICAS
===================================================================== */

.clinic-hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 88px 0 130px;
  background:
    radial-gradient(circle at 12% 18%, rgba(14,165,233,.14), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(59,130,246,.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.clinic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}

.clinic-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.clinic-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(14,165,233,.09);
  border: 1px solid rgba(14,165,233,.15);
  color: #0284c7;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.clinic-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}

.clinic-hero__content h1 {
  max-width: 720px;
  margin: 0;
  color: #020617;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .94;
  letter-spacing: -.072em;
  font-weight: 950;
}

.clinic-hero__content h1 strong {
  display: block;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.clinic-hero__content > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: #64748b;
  font-size: 19px;
  line-height: 1.75;
}

.clinic-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.clinic-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}

.clinic-hero__visual {
  position: relative;
  min-height: 640px;
}

.clinic-dashboard {
  position: absolute;
  right: 0;
  top: 30px;
  width: min(620px, 100%);
  padding: 24px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(14,165,233,.28), transparent 34%),
    linear-gradient(145deg, #07111f, #0f2740);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 42px 110px rgba(15,23,42,.28);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}

.clinic-dashboard__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.clinic-dashboard__top span,
.clinic-dashboard__top strong {
  display: block;
}

.clinic-dashboard__top span {
  color: #7dd3fc;
  font-size: 10px;
  font-weight: 850;
}

.clinic-dashboard__top strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 18px;
}

.clinic-dashboard__top b {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  color: #86efac;
  font-size: 10px;
}

.clinic-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.clinic-dashboard__metrics article {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

.clinic-dashboard__metrics small,
.clinic-dashboard__metrics strong,
.clinic-dashboard__metrics span {
  display: block;
}

.clinic-dashboard__metrics small {
  color: #94a3b8;
  font-size: 10px;
}

.clinic-dashboard__metrics strong {
  margin: 7px 0;
  color: #ffffff;
  font-size: 25px;
}

.clinic-dashboard__metrics span {
  color: #7dd3fc;
  font-size: 9px;
  font-weight: 800;
}

.clinic-agenda {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.clinic-agenda article {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 17px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.07);
}

.clinic-agenda article > span {
  color: #7dd3fc;
  font-size: 10px;
  font-weight: 900;
}

.clinic-agenda strong,
.clinic-agenda small {
  display: block;
}

.clinic-agenda strong {
  color: #ffffff;
  font-size: 12px;
}

.clinic-agenda small {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 9px;
}

.clinic-agenda b {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  color: #86efac;
  font-size: 9px;
}

.clinic-phone {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 470px;
  overflow: hidden;
  border-radius: 38px;
  background: #020617;
  border: 10px solid #020617;
  box-shadow: 0 36px 100px rgba(15,23,42,.28);
  transform: rotate(-3deg);
}

.clinic-phone__top {
  height: 72px;
  display: grid;
  align-content: center;
  padding: 0 16px;
  background: #0f766e;
  color: #ffffff;
}

.clinic-phone__top strong,
.clinic-phone__top small {
  display: block;
}

.clinic-phone__top strong {
  font-size: 12px;
}

.clinic-phone__top small {
  margin-top: 3px;
  color: rgba(255,255,255,.72);
  font-size: 9px;
}

.clinic-phone__chat {
  height: calc(100% - 72px);
  padding: 16px 12px;
  background: #ecfeff;
}

.clinic-msg {
  max-width: 84%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 10px;
  line-height: 1.45;
  box-shadow: 0 10px 22px rgba(15,23,42,.06);
}

.clinic-msg--out {
  margin-left: auto;
  margin-bottom: 10px;
  background: #ccfbf1;
  color: #134e4a;
}

.clinic-msg--in {
  margin-top: 10px;
  background: #ffffff;
  color: #334155;
}

.clinic-phone__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 10px 0;
}

.clinic-phone__options span {
  padding: 9px;
  border-radius: 11px;
  background: rgba(14,165,233,.10);
  color: #0284c7;
  text-align: center;
  font-size: 9px;
  font-weight: 850;
}

.clinic-floating-card {
  position: absolute;
  z-index: 4;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 22px 60px rgba(15,23,42,.18);
  backdrop-filter: blur(16px);
}

.clinic-floating-card span,
.clinic-floating-card strong {
  display: block;
}

.clinic-floating-card span {
  margin-bottom: 5px;
  color: #64748b;
  font-size: 10px;
  font-weight: 850;
}

.clinic-floating-card strong {
  color: #0f172a;
  font-size: 13px;
}

.clinic-floating-card--reminder {
  left: 170px;
  top: 0;
}

.clinic-floating-card--patient {
  right: 0;
  bottom: 0;
}

.clinic-floating-card--patient strong {
  color: #16a34a;
}

/* =====================================================================
   FIM - HERO CLÍNICAS
===================================================================== */

/* =====================================================================
   INÍCIO - PROBLEMAS CLÍNICAS
===================================================================== */

.clinic-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.clinic-problems__grid article {
  min-height: 250px;
  padding: 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.clinic-problems__grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(14,165,233,.24);
  box-shadow: 0 30px 85px rgba(15,23,42,.11);
}

.clinic-problems__grid article > span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border-radius: 16px;
  background: rgba(239,68,68,.09);
  color: #dc2626;
  font-weight: 900;
}

.clinic-problems__grid h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: -.035em;
}

.clinic-problems__grid p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.clinic-problem--dark {
  background:
    radial-gradient(circle at top right, rgba(14,165,233,.25), transparent 38%),
    linear-gradient(145deg, #07111f, #0f2740) !important;
  border-color: rgba(255,255,255,.08) !important;
}

.clinic-problem--dark > span {
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
}

.clinic-problem--dark h3 {
  color: #ffffff;
}

.clinic-problem--dark p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - PROBLEMAS CLÍNICAS
===================================================================== */

/* =====================================================================
   INÍCIO - AGENDA CLÍNICAS
===================================================================== */

.clinic-schedule {
  padding: 120px 0;
}

.clinic-schedule__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.clinic-check-list {
  display: grid;
  gap: 13px;
  margin: 30px 0 32px;
}

.clinic-check-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 32px rgba(15,23,42,.05);
  color: #334155;
  font-size: 14px;
}

.clinic-check-list span {
  display: grid;
  place-items: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.clinic-schedule__panel {
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(14,165,233,.32), transparent 36%),
    linear-gradient(145deg, #07111f, #0f2740);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 38px 110px rgba(15,23,42,.24);
}

.clinic-schedule__panel-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.clinic-schedule__panel-top small,
.clinic-schedule__panel-top strong {
  display: block;
}

.clinic-schedule__panel-top small {
  color: #7dd3fc;
  font-size: 10px;
}

.clinic-schedule__panel-top strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 18px;
}

.clinic-schedule__panel-top > span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  color: #86efac;
  font-size: 10px;
  font-weight: 850;
}

.clinic-week {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 22px 0;
}

.clinic-week article {
  padding: 14px 8px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.07);
}

.clinic-week article.is-active {
  background: rgba(14,165,233,.18);
  border-color: rgba(125,211,252,.18);
}

.clinic-week span,
.clinic-week strong,
.clinic-week small {
  display: block;
}

.clinic-week span {
  color: #94a3b8;
  font-size: 9px;
}

.clinic-week strong {
  margin: 6px 0;
  color: #ffffff;
  font-size: 20px;
}

.clinic-week small {
  color: #7dd3fc;
  font-size: 8px;
}

.clinic-timeline {
  display: grid;
  gap: 10px;
}

.clinic-timeline article {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 17px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.07);
}

.clinic-timeline article > span {
  color: #7dd3fc;
  font-size: 10px;
  font-weight: 900;
}

.clinic-timeline strong,
.clinic-timeline small {
  display: block;
}

.clinic-timeline strong {
  color: #ffffff;
  font-size: 12px;
}

.clinic-timeline small {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 9px;
}

.clinic-timeline b {
  color: #86efac;
}

/* =====================================================================
   FIM - AGENDA CLÍNICAS
===================================================================== */

/* =====================================================================
   INÍCIO - RECURSOS CLÍNICAS
===================================================================== */

.clinic-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.clinic-feature {
  min-height: 285px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.clinic-feature:hover {
  transform: translateY(-7px);
  border-color: rgba(14,165,233,.26);
  box-shadow: 0 32px 90px rgba(15,23,42,.12);
}

.clinic-feature > span {
  display: inline-flex;
  margin-bottom: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(14,165,233,.09);
  color: #0284c7;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.clinic-feature h3 {
  margin-bottom: 13px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.clinic-feature p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.clinic-feature--featured {
  border-color: rgba(14,165,233,.26);
  box-shadow: 0 28px 80px rgba(14,165,233,.12);
}

.clinic-feature--dark {
  background:
    radial-gradient(circle at top right, rgba(14,165,233,.35), transparent 38%),
    linear-gradient(145deg, #07111f, #0f2740);
  border-color: rgba(255,255,255,.08);
}

.clinic-feature--dark > span {
  background: rgba(255,255,255,.11);
  color: #bae6fd;
}

.clinic-feature--dark h3 {
  color: #ffffff;
}

.clinic-feature--dark p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - RECURSOS CLÍNICAS
===================================================================== */

/* =====================================================================
   INÍCIO - JORNADA CLÍNICAS
===================================================================== */

.clinic-journey {
  padding: 120px 0;
}

.clinic-journey__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(14,165,233,.28), transparent 34%),
    linear-gradient(145deg, #07111f, #0f2740);
  box-shadow: 0 38px 110px rgba(15,23,42,.22);
}

.clinic-journey__flow article {
  min-height: 170px;
  display: grid;
  align-content: center;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

.clinic-journey__flow article > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  color: #ffffff;
  font-weight: 900;
}

.clinic-journey__flow strong,
.clinic-journey__flow small {
  display: block;
}

.clinic-journey__flow strong {
  color: #ffffff;
  font-size: 14px;
}

.clinic-journey__flow small {
  margin-top: 7px;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.5;
}

.clinic-journey__line {
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, #0ea5e9, #2563eb);
  box-shadow: 0 0 18px rgba(14,165,233,.55);
}

/* =====================================================================
   FIM - JORNADA CLÍNICAS
===================================================================== */

/* =====================================================================
   INÍCIO - CASOS DE USO CLÍNICAS
===================================================================== */

.clinic-usecases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.clinic-usecases__grid article {
  min-height: 250px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
}

.clinic-usecases__grid span {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(14,165,233,.09);
  color: #0284c7;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.clinic-usecases__grid h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: -.04em;
}

.clinic-usecases__grid p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

/* =====================================================================
   FIM - CASOS DE USO CLÍNICAS
===================================================================== */

/* =====================================================================
   INÍCIO - COMPARATIVO CLÍNICAS
===================================================================== */

.clinic-comparison__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.clinic-comparison__card {
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 24px 75px rgba(15,23,42,.08);
}

.clinic-comparison__card > span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.clinic-comparison__card h3 {
  margin-bottom: 22px;
  color: #0f172a;
  font-size: 28px;
  letter-spacing: -.04em;
}

.clinic-comparison__card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clinic-comparison__card li {
  position: relative;
  padding-left: 30px;
  color: #475569;
  font-size: 15px;
  font-weight: 750;
}

.clinic-comparison__card li::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.clinic-comparison__card--bad {
  background: #ffffff;
}

.clinic-comparison__card--bad > span {
  background: rgba(239,68,68,.09);
  color: #dc2626;
}

.clinic-comparison__card--bad li::before {
  content: "×";
  background: #ef4444;
}

.clinic-comparison__card--good {
  background:
    radial-gradient(circle at top right, rgba(14,165,233,.26), transparent 36%),
    linear-gradient(145deg, #07111f, #0f2740);
  border-color: rgba(255,255,255,.08);
}

.clinic-comparison__card--good > span {
  background: rgba(34,197,94,.12);
  color: #86efac;
}

.clinic-comparison__card--good h3 {
  color: #ffffff;
}

.clinic-comparison__card--good li {
  color: rgba(226,232,240,.82);
}

.clinic-comparison__card--good li::before {
  content: "✓";
  background: #22c55e;
}

/* =====================================================================
   FIM - COMPARATIVO CLÍNICAS
===================================================================== */

/* =====================================================================
   INÍCIO - RESULTADOS CLÍNICAS
===================================================================== */

.clinic-results {
  background:
    radial-gradient(circle at 20% 20%, rgba(14,165,233,.18), transparent 34%),
    radial-gradient(circle at 80% 70%, rgba(37,99,235,.18), transparent 36%),
    linear-gradient(145deg, #07111f, #0f2740 60%, #0c4a6e);
}

.clinic-results .section__eyebrow {
  color: #7dd3fc;
}

.clinic-results .section__title {
  color: #ffffff;
}

.clinic-results__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.clinic-results__grid article {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}

.clinic-results__grid strong {
  display: block;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #7dd3fc, #bfdbfe);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -.06em;
}

.clinic-results__grid span {
  color: rgba(226,232,240,.78);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 750;
}

.clinic-results__note {
  margin: 24px auto 0;
  text-align: center;
  color: rgba(226,232,240,.52);
  font-size: 12px;
}

/* =====================================================================
   FIM - RESULTADOS CLÍNICAS
===================================================================== */

/* =====================================================================
   INÍCIO - FAQ E CTA CLÍNICAS
===================================================================== */

.clinic-faq {
  background: #ffffff;
}

.clinic-final {
  padding: 120px 0 96px;
}

/* =====================================================================
   FIM - FAQ E CTA CLÍNICAS
===================================================================== */

/* =====================================================================
   INÍCIO - RESPONSIVO CLÍNICAS
===================================================================== */

@media (max-width: 1120px) {
  .clinic-hero__grid,
  .clinic-schedule__grid {
    grid-template-columns: 1fr;
  }

  .clinic-hero__visual {
    min-height: 680px;
  }

  .clinic-problems__grid,
  .clinic-features__grid,
  .clinic-results__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .clinic-usecases__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .clinic-journey__flow {
    grid-template-columns: 1fr;
  }

  .clinic-journey__line {
    width: 2px;
    height: 32px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .clinic-breadcrumb {
    padding-top: 18px;
  }

  .clinic-hero {
    min-height: auto;
    padding: 58px 0 84px;
  }

  .clinic-hero__content h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .clinic-hero__content > p {
    font-size: 17px;
  }

  .clinic-hero__actions {
    flex-direction: column;
  }

  .clinic-hero__actions .btn {
    width: 100%;
  }

  .clinic-hero__proof {
    flex-direction: column;
    gap: 10px;
  }

  .clinic-hero__visual {
    min-height: 760px;
  }

  .clinic-dashboard {
    position: relative;
    inset: auto;
    transform: none;
  }

  .clinic-dashboard__metrics {
    grid-template-columns: 1fr;
  }

  .clinic-phone {
    width: 210px;
    height: 410px;
    bottom: -20px;
  }

  .clinic-floating-card--reminder {
    left: auto;
    right: 0;
    top: 320px;
  }

  .clinic-floating-card--patient {
    right: 0;
    bottom: -20px;
  }

  .clinic-problems__grid,
  .clinic-features__grid,
  .clinic-usecases__grid,
  .clinic-results__grid,
  .clinic-comparison__grid {
    grid-template-columns: 1fr;
  }

  .clinic-schedule,
  .clinic-journey {
    padding: 82px 0;
  }

  .clinic-week {
    grid-template-columns: repeat(2, 1fr);
  }

  .clinic-week article:last-child {
    grid-column: 1 / -1;
  }

  .clinic-problems__grid article,
  .clinic-feature,
  .clinic-usecases__grid article {
    min-height: auto;
  }
}

/* =====================================================================
   FIM - RESPONSIVO CLÍNICAS
===================================================================== */

/* =====================================================================
   FIM - PÁGINA SISTEMA PARA CLÍNICAS
===================================================================== */

/* ==========================================================
   HERO CLÍNICAS — DASHBOARD + IPHONE COM IMAGEM REAL
========================================================== */

/*
 * Permite que o dashboard avance para a direita
 * sem ser cortado pelo container.
 */
.clinic-hero,
.clinic-hero .container,
.clinic-hero__grid,
.clinic-hero__visual {
    overflow: visible;
}

/* Área visual do lado direito */
.clinic-hero__visual {
    position: relative;

    min-height: 650px;

    isolation: isolate;
}

/* ==========================================================
   DASHBOARD — MAIS PARA A DIREITA
========================================================== */

.clinic-dashboard {
    position: absolute;

    top: 90px;
    right: -135px;

    width: 610px;
    max-width: none;

    z-index: 1;

    transform: none;
}

/* ==========================================================
   CELULAR — MAIOR, LEGÍVEL E LEVEMENTE INCLINADO
========================================================== */

.clinic-phone {
    position: absolute;

    left: -20px;
    bottom: 18px;

    width: 315px;
    height: auto;

    padding: 0;
    margin: 0;

    background: transparent;
    border: 0;
    border-radius: 42px;

    overflow: visible;

    z-index: 3;

    /*
     * Mantém a caída lateral sem aplicar escala.
     * Scale costuma deixar textos pequenos mais embaçados.
     */
    transform: rotate(-3deg);
    transform-origin: center center;

    filter:
        drop-shadow(0 35px 42px rgba(15, 23, 42, 0.24))
        drop-shadow(0 14px 20px rgba(15, 23, 42, 0.14));

    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

/* Movimento discreto, sem aumentar ou reduzir a imagem */
.clinic-phone:hover {
    transform: rotate(-2deg) translateY(-7px);

    filter:
        drop-shadow(0 44px 48px rgba(15, 23, 42, 0.27))
        drop-shadow(0 18px 24px rgba(15, 23, 42, 0.16));
}

/* A imagem já contém a moldura completa do iPhone */
.clinic-phone__image {
    display: block;

    width: 100%;
    height: auto;

    max-width: none;

    object-fit: contain;

    border-radius: 42px;

    image-rendering: auto;

    /*
     * Não coloque transform, scale ou translateZ aqui.
     * Isso evita uma segunda rasterização da imagem.
     */
}

/* Mantém os cards flutuantes acima da composição */
.clinic-floating-card {
    position: absolute;
    z-index: 4;
}

/* ==========================================================
   RESPONSIVO — NOTEBOOKS MENORES
========================================================== */

@media (max-width: 1280px) {

    .clinic-hero__visual {
        min-height: 620px;
    }

    .clinic-dashboard {
        right: -85px;
        width: 565px;
    }

    .clinic-phone {
        left: -15px;
        bottom: 20px;
        width: 295px;
    }
}

/* ==========================================================
   RESPONSIVO — TABLETS
========================================================== */

@media (max-width: 1024px) {

    .clinic-hero__visual {
        min-height: 580px;
    }

    .clinic-dashboard {
        top: 80px;
        right: -30px;

        width: 520px;
    }

    .clinic-phone {
        left: -5px;
        bottom: 25px;

        width: 270px;

        transform: rotate(-2.5deg);
    }
}

/* ==========================================================
   RESPONSIVO — CELULAR
========================================================== */

@media (max-width: 768px) {

    .clinic-hero__visual {
        min-height: auto;

        display: flex;
        flex-direction: column;
        align-items: center;

        gap: 30px;

        padding-top: 35px;
    }

    .clinic-dashboard,
    .clinic-phone {
        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .clinic-dashboard {
        width: 100%;
        max-width: 560px;

        order: 1;
    }

    .clinic-phone {
        width: min(315px, 82vw);

        order: 2;

        transform: rotate(-2deg);
    }

    .clinic-phone:hover {
        transform: rotate(-1deg) translateY(-5px);
    }
}

/* ==========================================================
   HERO CLÍNICAS — TELEFONE E DASHBOARD SEM SOBREPOSIÇÃO
========================================================== */

/*
 * Aumenta o espaço disponível para a composição do lado direito.
 */
.clinic-hero .container {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
}

.clinic-hero__grid {
    display: grid;

    grid-template-columns:
        minmax(480px, 0.9fr)
        minmax(760px, 1.1fr);

    align-items: center;
    gap: 45px;
}

/*
 * Área que contém o telefone e o dashboard.
 */
.clinic-hero__visual {
    position: relative;

    width: 100%;
    min-width: 760px;
    min-height: 650px;

    overflow: visible;
    isolation: isolate;
}

/* ==========================================================
   TELEFONE — LADO ESQUERDO DA ÁREA VISUAL
========================================================== */

.clinic-phone {
    position: absolute;

    top: 55px;
    left: 0;

    width: 315px;
    height: auto;

    padding: 0;
    margin: 0;

    background: transparent;
    border: 0;
    box-shadow: none;

    overflow: visible;

    z-index: 3;

    transform: rotate(-3deg);
    transform-origin: center;

    filter:
        drop-shadow(0 34px 38px rgba(15, 23, 42, 0.23))
        drop-shadow(0 12px 18px rgba(15, 23, 42, 0.14));

    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

.clinic-phone:hover {
    transform: rotate(-2deg) translateY(-7px);

    filter:
        drop-shadow(0 42px 46px rgba(15, 23, 42, 0.27))
        drop-shadow(0 16px 22px rgba(15, 23, 42, 0.16));
}

.clinic-phone__image {
    display: block;

    width: 100%;
    height: auto;

    max-width: none;

    object-fit: contain;

    border-radius: 42px;

    image-rendering: auto;
}

/* ==========================================================
   DASHBOARD — TOTALMENTE À DIREITA, SEM FICAR ATRÁS
========================================================== */

.clinic-dashboard {
    position: absolute;

    top: 120px;

    /*
     * 315px do telefone + 35px de distância.
     * Dessa forma não existe sobreposição.
     */
    left: 350px;
    right: auto;

    width: 530px;
    max-width: none;

    z-index: 1;

    transform: none;
}

/* Cards flutuantes */
.clinic-floating-card {
    position: absolute;
    z-index: 4;
}

/* ==========================================================
   NOTEBOOKS MENORES
========================================================== */

@media (max-width: 1360px) {

    .clinic-hero .container {
        max-width: 1280px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .clinic-hero__grid {
        grid-template-columns:
            minmax(440px, 0.9fr)
            minmax(680px, 1.1fr);

        gap: 25px;
    }

    .clinic-hero__visual {
        min-width: 680px;
        min-height: 610px;
    }

    .clinic-phone {
        top: 60px;
        width: 285px;
    }

    .clinic-dashboard {
        top: 120px;

        left: 315px;

        width: 480px;
    }
}

/* ==========================================================
   TABLETS E TELAS INTERMEDIÁRIAS
========================================================== */

@media (max-width: 1100px) {

    .clinic-hero__grid {
        grid-template-columns: 1fr;
    }

    .clinic-hero__visual {
        width: 100%;
        min-width: 0;
        min-height: 650px;

        max-width: 820px;
        margin: 0 auto;
    }

    .clinic-phone {
        top: 40px;
        left: 0;

        width: 290px;
    }

    .clinic-dashboard {
        top: 110px;
        left: 320px;

        width: 500px;
    }
}

/* ==========================================================
   CELULAR
========================================================== */

@media (max-width: 768px) {

    .clinic-hero .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .clinic-hero__visual {
        display: flex;
        flex-direction: column;
        align-items: center;

        min-height: auto;

        gap: 28px;
        padding-top: 35px;
    }

    .clinic-phone,
    .clinic-dashboard {
        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .clinic-phone {
        width: min(315px, 82vw);

        order: 1;

        transform: rotate(-2deg);
    }

    .clinic-dashboard {
        width: 100%;
        max-width: 560px;

        order: 2;
    }
}
