:root {
  --bg: #020617;
  --accent: #38bdf8;
  --accent-2: #a855f7;
  --accent-3: #f97316;
}

body {
  background-color: #020617;
  color: #f9fafb;
}

.hero-hero {
  position: relative;
  background: radial-gradient(circle at top left, #16a34a, #022c22 40%, #020617 80%);
  color: #f9fafb;
  padding-bottom: 4rem;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.7));
}

.hero-content {
  position: relative;
  z-index: 2;
}

.navbar-dark .navbar-brand,
.navbar-dark .nav-link {
  color: #e5e7eb;
}

.navbar-dark .nav-link:hover {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .navbar-dark .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0.75rem;
    left: auto;
    width: 70%;
    background: rgba(15, 23, 42, 0.96);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    margin-top: 0.5rem;
    z-index: 20;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.9);
  }

  .navbar-dark .nav-link {
    padding-left: 0;
  }
}

.text-lime {
  color: #a3e635 !important;
}

.hero-hero p,
.hero-hero .lead {
  color: #e5e7eb !important;
}

.hero-avatar-wrap {
  width: 210px;
  height: 210px;
  border-radius: 999px;
  padding: 4px;
  background: conic-gradient(from 200deg, #22c55e, #22d3ee, #a855f7, #f97316, #22c55e);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center top;
}

.badge-pill {
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(163, 230, 53, 0.7);
  color: #f9fafb;
}

.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 80px;
  background: #020617;
  border-top-left-radius: 60% 100%;
  border-top-right-radius: 60% 100%;
  z-index: 1;
}

.main-bg {
  background: #020617;
}

.section-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #f9fafb;
}

.card-soft,
.card-service {
  background-color: #020617;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.9);
}

.card-service:hover {
  border-color: #4ade80;
}

.card-soft h3,
.card-soft p,
.card-soft li,
.card-service h3,
.card-service p,
.card-service li {
  color: #f9fafb;
}

.feature-pill {
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  background-color: #022c22;
  border: 1px solid #4ade80;
  color: #bbf7d0;
}

.feature-pill .label {
  font-weight: 600;
  margin-right: 0.25rem;
}

.timeline-item {
  border-left: 3px solid #4ade80;
  padding-left: 0.85rem;
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: radial-gradient(circle, #4ade80, #22c55e);
  box-shadow: 0 0 0 5px rgba(74, 222, 128, 0.25);
}

a {
  color: #22d3ee;
}

a:hover {
  color: #7dd3fc;
}

small,
.text-muted {
  color: #e5e7eb !important;
}

footer {
  border-top: 1px solid rgba(55, 65, 81, 0.8);
}
