* {
  box-sizing: border-box;
}
html {
  color-scheme: dark;
}
body {
  margin: 0;
  background: #090b12;
  color: #eef0ff;
  font:
    16px/1.7 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #b6b0ff;
  outline-offset: 5px;
}
header,
main,
footer {
  max-width: 1120px;
  margin: auto;
}
header {
  padding: 28px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.7px;
}
nav,
footer > div {
  display: flex;
  gap: 28px;
  align-items: center;
}
nav {
  font-size: 14px;
  color: #b8bed5;
}
.small-button {
  border: 1px solid #2d3045;
  border-radius: 10px;
  padding: 8px 16px;
}
.hero {
  text-align: center;
  padding: 86px 24px 48px;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -80px -15% -100px;
  background: radial-gradient(ellipse, #6860ff20, transparent 66%);
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 2.4px;
  font-weight: 650;
  color: #aaa4ff;
}
h1 {
  font-size: clamp(48px, 7.5vw, 88px);
  line-height: 1.16;
  letter-spacing: -3px;
  margin: 25px 0;
}
h1 span {
  color: #a7a0ff;
}
.intro {
  font-size: 18px;
  color: #a7adc3;
  margin: 24px 0 30px;
}
.primary {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  background: #8277fa;
  border: 1px solid #aaa0ff;
  border-radius: 12px;
  padding: 14px 24px;
  color: white;
  font-weight: 600;
  box-shadow: 0 8px 40px #7465ff28;
  transition:
    background 0.2s,
    transform 0.2s;
}
.primary:hover {
  background: #958afa;
  transform: translateY(-2px);
}
.meta {
  font-size: 12px;
  color: #7e859f;
  margin: 15px 0 0;
}
.meta + .meta {
  margin: 3px;
}
.demo {
  margin: 28px 38px 72px;
  border: 1px solid #303347;
  border-radius: 18px;
  background: #121622;
  overflow: hidden;
  box-shadow: 0 24px 100px #0008;
}
.demo-top {
  padding: 15px 22px;
  display: flex;
  justify-content: space-between;
  color: #6d7590;
  font-size: 11px;
  border-bottom: 1px solid #262b3a;
}
.demo-top span:first-child {
  letter-spacing: 4px;
}
.demo-body {
  display: flex;
  min-height: 350px;
}
.demo-body aside {
  width: 23%;
  padding: 36px 24px;
  border-right: 1px solid #262b3a;
}
.dot {
  display: block;
  width: 30px;
  height: 30px;
  background: #8073fa;
  border-radius: 9px;
  margin-bottom: 32px;
}
.skeleton {
  height: 7px;
  background: #30364c;
  border-radius: 4px;
  margin: 22px 0;
}
.skeleton.short {
  width: 65%;
}
.demo-content {
  padding: 28px 42px;
  flex: 1;
}
h2 {
  font-size: 25px;
  letter-spacing: -0.6px;
  line-height: 1.5;
  margin: 16px 0;
}
.sample {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
  gap: 22px 18px;
  margin: 28px 0;
}
.sample > span {
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #737e9b;
}
.hidden-text {
  color: transparent;
  background: linear-gradient(90deg, #41476a, #6c628c, #41476a);
  background-size: 200% 100%;
  border-radius: 5px;
  font-size: 14px;
  max-width: 180px;
  animation: breathe 5s ease-in-out infinite;
}
.demo-caption {
  color: #707b96;
  font-size: 11px;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  padding: 10px 38px 70px;
}
.features article > span {
  color: #9288f6;
  font-size: 11px;
  letter-spacing: 1.5px;
}
.features h2 {
  font-size: 20px;
}
.features p,
.closing p {
  color: #969eb7;
  font-size: 14px;
}
.closing {
  text-align: center;
  border-top: 1px solid #222638;
  padding: 50px 24px 65px;
}
.closing h2 {
  font-size: 32px;
}
.closing .note {
  font-size: 12px;
  color: #69758f;
}
footer {
  padding: 30px 28px 36px;
  border-top: 1px solid #222638;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #8b94ad;
}
footer p {
  width: 100%;
  font-size: 11px;
  line-height: 1.8;
  margin-top: 28px;
}
.document {
  max-width: 760px;
  padding: 56px 28px 90px;
}
.document h1 {
  font-size: 46px;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.document h2 {
  font-size: 22px;
  margin-top: 36px;
}
.document p,
.document li {
  color: #adb5ce;
}
.document a {
  color: #b6acff;
  text-decoration: underline;
}
@keyframes breathe {
  50% {
    background-position: 100% 0;
    opacity: 0.7;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before {
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width: 640px) {
  header {
    padding: 22px;
  }
  nav {
    gap: 16px;
  }
  .hero {
    padding-top: 48px;
  }
  .hero:before {
    inset: 0;
  }
  .demo {
    margin: 18px 18px 48px;
  }
  .demo-body aside {
    display: none;
  }
  .demo-content {
    padding: 24px;
  }
  .sample {
    grid-template-columns: 1fr 1.2fr;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 24px 48px;
  }
  .features h2 {
    margin: 10px 0;
  }
  .features p {
    margin: 0;
  }
  .closing h2 {
    font-size: 26px;
  }
  footer {
    margin: 0 22px;
    padding-left: 0;
    padding-right: 0;
  }
  .document h1 {
    font-size: 38px;
  }
  .brand {
    font-size: 19px;
  }
}
