.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.text-trace {
  position: relative;
}
.text-trace::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #9ecaff;
}
.glass-panel {
  background: rgba(32, 32, 31, 0.4);
  backdrop-filter: blur(12px);
}
.service-hero-content { padding-top: 2rem; }
