:root {
  --brand: #00dc82;
  --brand-dark: #00b86b;
  --dark: #0f172a;
  --dark-2: #111827;
  --text: #334155;
  --muted: #64748b;
  --light-bg: #f8fafc;
  --border: #e2e8f0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: #ffffff;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
  font-weight: 800;
  line-height: 1.2;
}

a {
  text-decoration: none;
}

.navbar {
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(12px);
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff !important;
}

.navbar-brand span {
  color: var(--brand);
}

.nav-link {
  color: rgba(255, 255, 255, 0.84) !important;
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff !important;
}

.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
  color: #052e1b;
  font-weight: 700;
  padding: 0.9rem 1.4rem;
  border-radius: 0.85rem;
}

.btn-brand:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #052e1b;
}

.btn-outline-light-custom {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-weight: 600;
  padding: 0.9rem 1.4rem;
  border-radius: 0.85rem;
}

.btn-outline-light-custom:hover {
  background: #fff;
  color: var(--dark);
}

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

.hero {
  background:
    radial-gradient(circle at top right, rgba(0, 220, 130, 0.16), transparent 30%),
    linear-gradient(135deg, #0b1220 0%, #111827 55%, #0f172a 100%);
  color: #fff;
  padding: 170px 0 110px;
  position: relative;
  overflow: hidden;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #dbeafe;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: -0.04em;
  margin-bottom: 1.25rem;
}

.hero p.lead {
  font-size: 1.1rem;
  color: #cbd5e1;
  max-width: 700px;
}

.hero-stats {
  margin-top: 2rem;
}

.stat-card,
.service-card,
.module-card,
.why-card,
.industry-card,
.contact-card {
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 20px 40px rgba(2, 6, 23, 0.04);
  height: 100%;
}

.stat-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.stat-card h3 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
}

.stat-card p {
  color: #cbd5e1;
  margin-bottom: 0;
}

.section-eyebrow {
  display: inline-block;
  color: var(--brand-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}

.section-subtitle {
  max-width: 760px;
  color: var(--muted);
  margin: 0 auto;
}

.bg-light-section {
  background: var(--light-bg);
}

.icon-wrap {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(0, 220, 130, 0.12);
  color: #047857;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}

.service-card,
.module-card,
.why-card,
.industry-card,
.contact-card {
  padding: 2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.module-card:hover,
.why-card:hover,
.industry-card:hover,
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.08);
}

.service-card ul,
.contact-card ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.service-card li,
.contact-card li {
  margin-bottom: 0.55rem;
  color: var(--muted);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  color: var(--muted);
}

.feature-list i {
  color: var(--brand-dark);
  margin-top: 0.2rem;
}

.cta-section {
  background: linear-gradient(135deg, #0f172a, #111827);
  color: #fff;
  border-radius: 2rem;
  padding: 3.5rem;
  position: relative;
  overflow: hidden;
}

.cta-section h2,
.cta-section p {
  color: #fff;
}

.cta-section p {
  color: #cbd5e1;
  max-width: 760px;
}

.footer {
  background: #0b1220;
  color: #cbd5e1;
  padding: 32px 0;
}

.footer strong,
.footer a {
  color: #fff;
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 0.9rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--border);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: rgba(0, 220, 130, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(0, 220, 130, 0.12);
}

.muted {
  color: var(--muted);
}

.starfield {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.95;
}

.header-content {
  position: relative;
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .starfield {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .hero {
    padding-top: 140px;
  }

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

  .cta-section {
    padding: 2.2rem;
  }
}
