:root {
  --bg: #000000;
  --panel: #05070c;
  --panel-alt: #05060a;
  --text: #e9f4ff;
  --muted: #a6bad0;
  --blue: #00a8ff;
  --green: #64ff59;
  --black: #000000;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  background: #000000;
  color: var(--text);
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.page-glow {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: 0.03em;
}

.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(0, 168, 255, 0.5));
}

.site-nav {
  display: flex;
  gap: 1.25rem;
  color: var(--muted);
}

.site-nav a:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.72rem 1.15rem;
  font-weight: 600;
  transition: 0.2s ease;
}

.btn-primary {
  color: #04111f;
  background: linear-gradient(115deg, var(--blue), var(--green));
  box-shadow: 0 8px 26px rgba(0, 168, 255, 0.28), 0 4px 16px rgba(100, 255, 89, 0.22);
}

.btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.btn-outline:hover {
  border-color: var(--blue);
  box-shadow: 0 0 18px rgba(0, 168, 255, 0.24);
}

.hero {
  padding: 5.2rem 0 3.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.6rem;
  align-items: center;
}

.eyebrow {
  color: var(--green);
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  margin: 0.4rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  margin: 0.4rem 0 1.3rem;
}

.hero-copy p {
  color: var(--muted);
  max-width: 60ch;
  line-height: 1.65;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.hero-card {
  position: relative;
  background: linear-gradient(180deg, rgba(3, 6, 12, 0.97), rgba(2, 4, 8, 0.97));
  border: 1px solid rgba(0, 168, 255, 0.28);
  border-radius: 20px;
  padding: 1.3rem;
  overflow: hidden;
}

.hero-card h3 {
  margin-top: 0;
}

.hero-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.hero-card li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.16);
  padding-bottom: 0.45rem;
}

.hero-card strong {
  color: var(--text);
}

.hero-card .online {
  color: var(--green);
}

.hero-card-glow {
  position: absolute;
  right: -16%;
  bottom: -26%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(100, 255, 89, 0.25), transparent 60%);
}

.section {
  padding: 3.6rem 0;
}

.section.alt {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(5, 8, 14, 0.96));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.features-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card,
.step-card,
.community-box {
  background: linear-gradient(165deg, rgba(3, 6, 12, 0.96), rgba(2, 4, 8, 0.96));
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
}

.feature-card h3,
.step-card h3 {
  margin-top: 0.1rem;
}

.feature-card p,
.step-card p {
  color: var(--muted);
  margin-bottom: 0.2rem;
}

.step-card span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 168, 255, 0.15);
  border: 1px solid rgba(0, 168, 255, 0.45);
  color: var(--blue);
  font-weight: 700;
}

.community-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: start;
}

.community-wrap p {
  color: var(--muted);
  line-height: 1.6;
}

.community-box {
  border-color: rgba(100, 255, 89, 0.25);
}

.community-box .full {
  width: 100%;
  margin-bottom: 0.65rem;
}

.community-box small {
  color: #89a4bf;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.2rem 0;
  color: #8aa6c1;
  text-align: center;
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
  }

  .hero-grid,
  .features-grid,
  .steps-grid,
  .community-wrap {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 4.4rem;
  }
}
