@import url("/industry-styles/industry-styles.css?v=industry-rewrite-20260709e");
.industry-site.page-clinic-aesthetic {
  --bg: #f6fbff;
  --bg2: #fff7fa;
  --text: #263642;
  --muted: #687985;
  --panel: rgba(255,255,255,.7);
  --paper: #ffffff;
  --line: rgba(38,54,66,.13);
  --accent: #9bd9ff;
  --accent2: #f4bfd3;
  --buttonText: #061620;
}
body { background: #f6fbff; }
.page-clinic-aesthetic .cards article,
.page-clinic-aesthetic .wide-card,
.page-clinic-aesthetic .form-panel { transition: transform .45s ease, border-color .45s ease, box-shadow .45s ease; }
.page-clinic-aesthetic .cards article:hover,
.page-clinic-aesthetic .wide-card:hover,
.page-clinic-aesthetic .form-panel:hover { transform: translateY(-7px); border-color: var(--accent); box-shadow: 0 28px 80px color-mix(in srgb, var(--accent) 20%, transparent); }
.page-clinic-aesthetic .is-visible { animation: pageLift .7s ease both; }
@keyframes pageLift { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
