
body {
  background-color: #000;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
.navbar-nav .nav-link:hover {
  color: #00f29e !important;
}
.btn-success:hover {
  background-color: #00d48a;
}
.section-title {
  margin-bottom: 40px;
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.precision-section {
  background-color: #000;
  color: #fff;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subheading {
  font-size: 1.125rem;
  color: #ccc;
  margin-bottom: 2rem;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  margin-bottom: 1.5rem;
}

.check-icon {
  color: #00f29e;
  font-weight: bold;
  margin-right: 0.5rem;
  font-size: 1.25rem;
}
.network-section {
  background-color: #000;
  color: #fff;
}

.latency-box {
  background-color: #111;
  border-radius: 12px;
}

.latency-box h1 {
  color: #00f29e;
}

.latency-list li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #333;
}

.latency-list li:last-child {
  border-bottom: none;
}

.check-icon {
  color: #00f29e;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .latency-box {
    text-align: center;
  }

  .latency-list li {
    justify-content: space-around;
  }

  .network-section .section-heading,
  .network-section .section-subheading {
    text-align: center;
  }
}
.platform-section {
  background-color: #000;
}

.qr-img {
  border-radius: 8px;
  border: 1px solid #333;
}

.rating-badge {
  font-size: 0.85rem;
  line-height: 1.2;
  max-width: 180px;
}
.join-section {
  background-color: #000;
}

.step-num {
  width: 36px;
  height: 36px;
  background-color: transparent;
  border: 2px solid #00ffbf;
  color: #00ffbf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
}
.footer-section {
  background-color: #000;
  font-family: 'Inter', sans-serif;
}

.footer-section a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.footer-section a:hover {
  color: #00ffbf;
}

.footer-section h6 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.social-icons a {
  color: #fff;
  margin-right: 12px;
  font-size: 1.1rem;
}

.pci-logo {
  margin-top: 1rem;
}
