@import url("/industry-styles/industry-styles.css?v=industry-rewrite-20260709e");
.industry-site.page-tutoring {
  --bg: #fff9e8;
  --bg2: #f7fff8;
  --text: #27332f;
  --muted: #6d7a75;
  --panel: rgba(255,255,255,.7);
  --paper: #ffffff;
  --line: rgba(39,51,47,.14);
  --accent: #54d8ff;
  --accent2: #ffde5c;
  --buttonText: #031319;
}
body { background: #fff9e8; }
.page-tutoring .cards article,
.page-tutoring .wide-card,
.page-tutoring .form-panel { transition: transform .45s ease, border-color .45s ease, box-shadow .45s ease; }
.page-tutoring .cards article:hover,
.page-tutoring .wide-card:hover,
.page-tutoring .form-panel:hover { transform: translateY(-7px); border-color: var(--accent); box-shadow: 0 28px 80px color-mix(in srgb, var(--accent) 20%, transparent); }
.page-tutoring .is-visible { animation: pageLift .7s ease both; }
@keyframes pageLift { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
