body {
  font-family: 'Iceberg', sans-serif;
  background-color: #0b0f1c;
  color: #fff;
  scroll-behavior: smooth;
}


.navbar {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.navbar-brand {
  font-family: 'Iceberg', sans-serif;
  font-size: 1.4rem;
  color: #00ffe7 !important;
}

.nav-link {
  color: #ddd !important;
}

.nav-link:hover,
.btn-outline-info:hover {
  color: #00ffe7 !important;
  border-color: #00ffe7 !important;
}


.hero {
  position: relative;
  height: 90vh;
  padding: 2rem;
  background: #111;
  overflow: hidden;
  z-index: 1;
}

.hero h1, .hero p {
  position: relative;
  z-index: 2;
}

#bg-canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.tool-card {
  background-color: #151a2e;
  color: #fff;
  border: 1px solid #2a2f45;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.tool-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0,255,255,0.1);
}

.cta-section {
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
}

.btn {
  font-weight: 500;
}
