html, body {
  margin: 0;
  padding: 0;
  height: auto;
  background-color: #000;
  overflow-y: auto;
}



spline-viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
}

/* Sembunyikan watermark */
spline-viewer::part(branding) {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Khusus untuk Hero Section saja */
.hero-section {
  pointer-events: none;
}

.hero-section > div {
  pointer-events: auto;
}

.font-orbitron {
  font-family: 'Orbitron', sans-serif;
}
