/*
 * Main domain only stylesheet.
 * Any layout updates for http://localhost:10018/ should go here,
 * so subsites remain unchanged.
 */

body.home .wf-topbar,
body.home .wf-main-header,
body.home .wf-premium-footer {
  display: none !important;
}

body.home {
  margin: 0;
  background: #f5f7f9;
}

.glass-nav {
  background-color: rgba(245, 247, 249, 0.7);
  backdrop-filter: blur(20px);
}

.gradient-text {
  background: linear-gradient(135deg, #4a40e0 0%, #8319da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-bg {
  background: linear-gradient(135deg, #4a40e0 0%, #8319da 100%);
}

.ambient-shadow {
  box-shadow: 0 30px 60px -12px rgba(44, 47, 49, 0.06);
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
