.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  display: inline-block;
  vertical-align: middle;
}
.trace-line {
  position: relative;
}
.trace-line::after {
  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);
  border-top: 1px solid rgba(158, 202, 255, 0.1);
}
.service-hero-content { padding-top: 2rem; }
