* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: radial-gradient(circle at top, rgba(14, 116, 144, 0.2), transparent 50%),
    radial-gradient(circle at 20% 20%, rgba(124, 58, 237, 0.25), transparent 45%),
    #020617;
}

.particles-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
}

.hero-section {
  position: relative;
  z-index: 1;
  padding-top: 96px;
}

.section-gap {
  position: relative;
  z-index: 1;
  padding: 96px 0;
}

.hero-section::before,
.section-gap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 20%, rgba(56, 189, 248, 0.12), transparent 45%),
    radial-gradient(circle at 80% 10%, rgba(168, 85, 247, 0.12), transparent 45%);
  pointer-events: none;
  z-index: -1;
}

.hero-title {
  background: linear-gradient(120deg, #5eead4, #7c3aed, #f472b6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 24px rgba(125, 211, 252, 0.25);
}

.section-title {
  background: linear-gradient(120deg, #93c5fd, #c4b5fd, #f9a8d4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 20px rgba(129, 140, 248, 0.2);
}

.nav-link {
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: white;
}

#navbar {
  background: rgba(10, 12, 24, 0.35);
  backdrop-filter: blur(10px);
}

#navbar.nav-scrolled {
  background: rgba(12, 16, 35, 0.72);
  box-shadow: 0 10px 30px rgba(8, 15, 35, 0.45);
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  background: rgba(10, 12, 24, 0.9);
  backdrop-filter: blur(18px);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(120deg, #22d3ee, #7c3aed, #ec4899);
  color: white;
  box-shadow: 0 10px 30px rgba(34, 211, 238, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.4);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  background: rgba(15, 23, 42, 0.35);
  transition: border 0.3s ease, transform 0.3s ease;
}

.btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.45);
}

.glow-card {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(3, 7, 18, 0.6);
}

.glass-card {
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.2);
  padding: 20px;
  box-shadow: inset 0 0 20px rgba(59, 130, 246, 0.05);
}

.icon-pill {
  height: 44px;
  width: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 116, 144, 0.2);
  border: 1px solid rgba(94, 234, 212, 0.3);
  color: #5eead4;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.floating-badge {
  position: absolute;
  right: -10px;
  bottom: -24px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(14, 116, 144, 0.5);
  border: 1px solid rgba(94, 234, 212, 0.35);
  color: white;
  box-shadow: 0 20px 50px rgba(8, 145, 178, 0.3);
}

.service-card {
  border-radius: 24px;
  padding: 24px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.2);
  display: grid;
  gap: 16px;
  transition: transform 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(129, 140, 248, 0.6);
  box-shadow: 0 25px 60px rgba(30, 64, 175, 0.3),
    0 0 20px rgba(59, 130, 246, 0.2);
}

.stat-card {
  position: absolute;
  left: 12%;
  bottom: -28px;
  display: flex;
  gap: 24px;
  padding: 18px 24px;
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.6);
}

.input-field {
  width: 100%;
  border-radius: 14px;
  padding: 12px 16px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: white;
}

.input-field:focus {
  outline: none;
  border-color: rgba(56, 189, 248, 0.6);
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.2);
}

.activity-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.activity-dot {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-radius: 999px;
  background: linear-gradient(120deg, #22d3ee, #a855f7);
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.6);
}

.metric-card {
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(2, 6, 23, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.moment-card {
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(14, 116, 144, 0.35), rgba(124, 58, 237, 0.35));
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: inset 0 0 20px rgba(59, 130, 246, 0.12);
  overflow: hidden;
  display: grid;
  gap: 10px;
  padding: 10px;
}

.moment-media {
  height: 120px;
  border-radius: 12px;
  background: rgba(2, 6, 23, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.2);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.moment-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.moment-caption h4 {
  font-size: 14px;
  font-weight: 600;
  color: #f8fafc;
}

.moment-caption p {
  font-size: 12px;
  color: rgba(226, 232, 240, 0.75);
}

@media (max-width: 768px) {
  .stat-card {
    position: static;
    margin-top: 16px;
    flex-direction: column;
  }

  .floating-badge {
    right: 12px;
  }
}
