* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #0b1220;
  background: radial-gradient(circle at top, #f2f7ff 0%, #eef0ff 30%, #f9f4ff 65%, #f6f7fb 100%);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 247, 251, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e1e5ee;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 24px;
}

.nav__links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #3f4a5a;
}

.logo {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #1b2a6b;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 14px;
  transition: 0.2s ease;
}

.btn--primary {
  background: linear-gradient(135deg, #2f6bff 0%, #5b2dff 55%, #ff5ac8 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(79, 57, 255, 0.35);
}

.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(79, 57, 255, 0.4);
}

.btn--ghost {
  border-color: #c9d3e6;
  color: #1b2a6b;
  background: #fff;
}

.btn--full {
  width: 100%;
}

.hero {
  padding: 80px 0 60px;
  background:
    radial-gradient(circle at 15% 20%, rgba(79, 99, 255, 0.18), transparent 45%),
    radial-gradient(circle at 85% 10%, rgba(255, 90, 200, 0.2), transparent 40%);
}

.hero__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
}

.eyebrow {
  color: #6a3cff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
}

h1 {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  margin-bottom: 16px;
}

.lead {
  font-size: 18px;
  color: #2b3354;
}

.hero__actions {
  display: flex;
  gap: 14px;
  margin: 24px 0 32px;
  flex-wrap: wrap;
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
}

.stats__value {
  font-size: 24px;
  font-weight: 700;
}

.stats__label {
  font-size: 13px;
  color: #5a6475;
}

.hero__card {
  display: flex;
  justify-content: center;
}

.card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(121, 135, 255, 0.3);
  box-shadow: 0 26px 55px rgba(52, 63, 128, 0.2);
  width: min(360px, 100%);
}

.card__title {
  color: #63708a;
  font-size: 14px;
}

.card__amount {
  font-size: 34px;
  font-weight: 700;
  margin: 10px 0;
}

.card__meta {
  color: #6a7386;
  font-size: 13px;
  margin-bottom: 20px;
}

.card__progress {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(120deg, #eef2ff 0%, #f7e8ff 100%);
  margin-bottom: 20px;
  font-size: 13px;
}

.section {
  padding: 80px 0;
}

.section--light {
  background: linear-gradient(180deg, #ffffff 0%, #f6f3ff 100%);
}

.section--dark {
  background: linear-gradient(135deg, #0b1220 0%, #1b2055 55%, #2a1555 100%);
  color: #f5f7ff;
}

.section h2 {
  font-size: clamp(26px, 3vw, 34px);
  margin-bottom: 12px;
}

.section__lead {
  color: #5a6475;
  margin-bottom: 32px;
}

.section--dark .section__lead {
  color: #c3cbe3;
}

.grid {
  display: grid;
  gap: 24px;
}

.grid--3 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.feature {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #edf0f7;
  box-shadow: 0 14px 26px rgba(70, 81, 128, 0.08);
}

.feature h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.feature p {
  color: #59647a;
  font-size: 14px;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.pill-grid span {
  background: linear-gradient(135deg, #e8f2ff 0%, #efe3ff 50%, #ffe7f5 100%);
  color: #3d2aa6;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.markets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.market {
  background: linear-gradient(140deg, #f3f7ff 0%, #f7f0ff 100%);
  border-radius: 18px;
  padding: 22px;
  border: 1px solid #e2e8ff;
}

.table {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e4e9f5;
  box-shadow: 0 18px 30px rgba(72, 80, 140, 0.08);
}

.table__row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  padding: 16px 20px;
  border-bottom: 1px solid #edf0f7;
  font-size: 14px;
}

.table__row:last-child {
  border-bottom: none;
}

.table__head {
  background: linear-gradient(90deg, #eef2ff 0%, #f7e7ff 50%, #ffe9f7 100%);
  font-weight: 700;
}

.api {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  align-items: center;
}

.code {
  background: linear-gradient(135deg, #111a33 0%, #1a1450 60%, #2a1555 100%);
  color: #e6edff;
  padding: 22px;
  border-radius: 16px;
  font-size: 13px;
  overflow-x: auto;
  border: 1px solid rgba(120, 120, 255, 0.3);
}

.cta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  align-items: center;
}

.docs-hero {
  padding-bottom: 40px;
}

.doc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.doc-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #edf0f7;
  box-shadow: 0 12px 22px rgba(70, 81, 128, 0.07);
}

.section--dark .doc-card {
  background: rgba(18, 28, 51, 0.9);
  border-color: rgba(120, 120, 255, 0.25);
  color: #e6edff;
}

.section--dark .doc-card p {
  color: #cdd6f5;
}

.callout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  background: linear-gradient(135deg, #eef2ff 0%, #f7e7ff 60%, #ffe9f7 100%);
  border-radius: 18px;
  padding: 20px;
  border: 1px solid #e4e9f5;
}

.callout strong {
  display: inline-block;
  margin-bottom: 6px;
  color: #2c2a6b;
}

.callout p {
  font-size: 14px;
  color: #3f4a6b;
}

.form {
  display: grid;
  gap: 12px;
}

.form input {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d7deee;
  font-size: 14px;
}

.faq {
  display: grid;
  gap: 18px;
}

.faq__item {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #edf0f7;
  box-shadow: 0 12px 22px rgba(70, 81, 128, 0.07);
}

.faq__item h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.footer {
  background: linear-gradient(135deg, #0b1220 0%, #1f1d4f 55%, #3b1d59 100%);
  color: #e6edff;
  padding: 40px 0 20px;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.footer h4 {
  margin-bottom: 8px;
}

.footer__bottom {
  margin-top: 24px;
  text-align: center;
  font-size: 12px;
  color: #aab4cc;
}

@media (max-width: 720px) {
  .nav__links {
    display: none;
  }
  .table__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
