@import url("/industry-styles/industry-styles.css?v=industry-rewrite-20260709e");
.industry-site.page-tech-saas {
  --bg: #02060a;
  --bg2: #0a111a;
  --text: #f3fbff;
  --muted: rgba(243,251,255,.65);
  --panel: rgba(255,255,255,.07);
  --paper: rgba(255,255,255,.1);
  --line: rgba(255,255,255,.14);
  --accent: #68ecff;
  --accent2: #a877ff;
  --buttonText: #031015;
}
body { background: #02060a; }
.page-tech-saas .cards article,
.page-tech-saas .wide-card,
.page-tech-saas .form-panel { transition: transform .45s ease, border-color .45s ease, box-shadow .45s ease; }
.page-tech-saas .cards article:hover,
.page-tech-saas .wide-card:hover,
.page-tech-saas .form-panel:hover { transform: translateY(-7px); border-color: var(--accent); box-shadow: 0 28px 80px color-mix(in srgb, var(--accent) 20%, transparent); }
.page-tech-saas .is-visible { animation: pageLift .7s ease both; }
@keyframes pageLift { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
