body {
  margin:0;
  font-family: Inter, Arial, sans-serif;
  background:#0b1220;
  color:#e6edf3;
}

.container {
  max-width:1100px;
  margin:auto;
  padding:0 20px;
}

.nav {
  background:#0b1220;
  border-bottom:1px solid rgba(255,255,255,0.1);
  position:sticky;
  top:0;
}

.nav-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 0;
}

.logo {
  font-weight:700;
}

.hero {
  text-align:center;
  padding:80px 0;
}

.hero h1 {
  font-size:42px;
  margin-bottom:12px;
}

.hero p {
  opacity:0.8;
  margin-bottom:20px;
}

.section {
  padding:70px 0;
}

.section.dark {
  background:#111827;
}

.list {
  line-height:1.8;
}

.card {
  background:#111827;
  border-radius:12px;
  padding:30px;
}

.btn-primary {
  background:#2f81f7;
  padding:12px 22px;
  border-radius:8px;
  color:white;
  text-decoration:none;
  display:inline-block;
}

.trust {
  margin-top:10px;
  opacity:0.7;
}

footer {
  text-align:center;
  padding:40px;
  opacity:0.6;
}
