@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(circle at 16% 14%, rgba(99, 102, 241, 0.22), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(217, 70, 239, 0.16), transparent 38%),
    #030407;
  color: #f8fafc;
}

main {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0;
}

a {
  color: inherit;
}

.brand {
  display: inline-flex;
  margin-bottom: 44px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c7d2fe;
}

.kicker {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #93c5fd;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2rem, 6vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: #cbd5e1;
  font-size: 1.04rem;
  line-height: 1.75;
}

section {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

h2 {
  margin: 0 0 14px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c7d2fe;
}

ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #e2e8f0;
  line-height: 1.8;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(199, 210, 254, 0.5);
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(145deg, rgba(99, 102, 241, 0.34), rgba(232, 121, 249, 0.24));
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.button.secondary {
  background: rgba(15, 23, 42, 0.72);
}

.small {
  margin-top: 34px;
  color: #94a3b8;
  font-size: 0.86rem;
  line-height: 1.7;
}
