* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  color: #1a202c;
  overflow-x: hidden;
  scroll-behavior: smooth;
}


.text-gradient {
  background: linear-gradient(135deg, #2563eb, #06b6d4, #3b82f6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bg-dark-mode {
  background: #0f172a;
  color: #f1f5f9;
}

.section-padding {
  padding: 100px 0;
}


.glass-nav {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-brand .brand-text {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  color: #0f172a;
}

.nav-link {
  font-weight: 500;
  color: #1e293b !important;
  transition: 0.2s;
}

.nav-link:hover {
  color: #2563eb !important;
}


.hero-section {
  position: relative;
  min-height: 100vh;
  background: radial-gradient(circle at 10% 30%, #020617, #0f172a);
  overflow: hidden;
  color: white;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  svg>');
 background-size: 50px 50px;
  pointer-events: none;
}

.hero-badge {
  display: inline-block;
  background: rgba(37, 99, 235, 0.2);
  backdrop-filter: blur(4px);
  padding: 6px 20px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.7;
  transition: 0.3s;
  color: white;
}


.section-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 12px;
  display: inline-block;
}

.bg-dark-mode .section-subtitle {
  background: linear-gradient(135deg, #60a5fa, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.divider {
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  border-radius: 4px;
  margin-top: 20px;
}


.feature-card {
  background: white;
  border-radius: 32px;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 40px -12px rgba(37, 99, 235, 0.15);
  border-color: rgba(37, 99, 235, 0.2);
}

.icon-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(145deg, #eef2ff, #ffffff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.05);
}


.stats-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-number {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(135deg, #fff, #94a3b8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.trend-item {
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 20px;
  border-radius: 60px;
  backdrop-filter: blur(4px);
}

.trend-icon {
  font-size: 1.5rem;
}


.indicator-card {
  background: white;
  border-radius: 28px;
  transition: all 0.3s ease;
  border: 1px solid #eef2ff;
  height: 100%;
}

.indicator-card:hover {
  transform: scale(1.02);
  border-color: #2563eb40;
  box-shadow: 0 15px 30px -12px rgba(0, 0, 0, 0.1);
}

.badge.bg-soft-green {
  background-color: #dcfce7;
  color: #15803d;
  font-weight: 500;
}

.badge.bg-soft-blue {
  background-color: #e0f2fe;
  color: #0369a1;
}


.cta-section {
  background: linear-gradient(135deg, #0b1120, #0f172a);
  color: white;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.3), transparent);
  border-radius: 50%;
  z-index: 0;
}

.form-control:focus {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.3);
  border-color: #2563eb;
}


.footer {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.footer-link {
  text-decoration: none;
  color: #475569;
  transition: 0.2s;
}

.footer-link:hover {
  color: #2563eb;
  padding-left: 3px;
}


.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.85s cubic-bezier(0.2, 0.9, 0.3, 1.1), transform 0.85s cubic-bezier(0.2, 0.9, 0.3, 1.1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}


.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.7s ease forwards;
}

.delay-1 {
  animation-delay: 0.15s;
}

.delay-2 {
  animation-delay: 0.3s;
}

.delay-3 {
  animation-delay: 0.5s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 768px) {
  .section-padding {
    padding: 60px 0;
  }

  .display-5 {
    font-size: 2rem;
  }

  .hero-section h1 {
    font-size: 2.4rem;
  }

  .stat-number {
    font-size: 2rem;
  }
}