:root {
  --ink: #f5f7ff;
  --muted: #9da6bb;
  --line: rgba(255, 255, 255, 0.1);
  --violet: #816cff;
  --blue: #3aa8ff;
  --cyan: #31d8dd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #05070d;
  color: var(--ink);
  font-family: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
nav {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 74px;
  padding: 0 max(5vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(5, 7, 13, 0.72);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(24px) saturate(1.5);
}
nav .brand img {
  width: 156px;
}
nav > div {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #b3bbcb;
  font-size: 13px;
}
nav .active {
  color: #fff;
}
nav .download,
.primary {
  padding: 11px 19px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7562ff, #3c8cff);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 35px rgba(79, 91, 255, 0.28);
}
main {
  overflow: hidden;
}
.hero {
  position: relative;
  min-height: 950px;
  padding: 125px max(5vw, 24px) 0;
  text-align: center;
  background: radial-gradient(
    circle at 50% 36%,
    #17234e 0,
    #0a0d1a 34%,
    #05070d 70%
  );
}
.aurora {
  position: absolute;
  inset: -30% 5% auto;
  height: 720px;
  background: conic-gradient(
    from 220deg at 50% 50%,
    transparent,
    #674cff66,
    #21c9f055,
    #6573ff66,
    transparent
  );
  filter: blur(90px);
  opacity: 0.8;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1030px;
  margin: auto;
}
.kicker {
  margin: 0;
  color: #8e80ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.hero h1 {
  margin: 22px 0 28px;
  font-size: clamp(70px, 10vw, 148px);
  line-height: 0.83;
  letter-spacing: -0.075em;
}
.hero h1 span,
.release-head h2 span {
  background: linear-gradient(95deg, #9b8cff, #60a7ff 48%, #49e3df);
  color: transparent;
  background-clip: text;
}
.intro {
  max-width: 760px;
  margin: auto;
  color: #b4bdcf;
  font-size: clamp(19px, 2.1vw, 27px);
  line-height: 1.45;
  letter-spacing: -0.02em;
}
.hero-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.hero-actions > a:last-child {
  color: #d8deeb;
}
.hero-product {
  position: relative;
  z-index: 2;
  width: min(1220px, 94vw);
  height: 470px;
  margin: 92px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px 30px 0 0;
  background: #090c14;
  box-shadow:
    0 30px 110px rgba(32, 53, 158, 0.42),
    0 0 0 10px rgba(255, 255, 255, 0.025);
}
.hero-product img {
  width: 100%;
  display: block;
}
.patch-update {
  position: relative;
  padding: 110px max(5vw, 24px) 145px;
  background:
    radial-gradient(circle at 50% 15%, rgba(47, 72, 177, 0.22), transparent 35%),
    #05070d;
}
.updates-heading {
  width: min(1220px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}
.updates-heading h2 {
  margin: 16px 0 12px;
  font-size: clamp(46px, 6vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.065em;
}
.updates-heading > p:last-child {
  margin: 0;
  color: #99a3b8;
  font-size: 18px;
}
.patch-shell {
  position: relative;
  width: min(1220px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 70px;
  padding: 64px 68px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0, rgba(76, 112, 255, 0.28), transparent 45%),
    linear-gradient(145deg, #101522, #080b13);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.34);
}
.patch-shell::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: #685cff;
  filter: blur(115px);
  opacity: 0.18;
}
.patch-meta,
.patch-copy {
  position: relative;
  z-index: 1;
}
.patch-meta {
  padding-top: 8px;
}
.version-orb {
  width: 118px;
  height: 118px;
  margin-bottom: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(125, 152, 255, 0.35);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(128, 104, 255, 0.3), rgba(37, 139, 255, 0.13));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 24px 60px rgba(67, 65, 218, 0.2);
  color: #fff;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -0.04em;
}
.patch-meta time {
  display: block;
  margin-top: 15px;
  color: #8993a9;
  font-size: 14px;
}
.patch-badge {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(119, 144, 255, 0.35);
  border-radius: 999px;
  background: rgba(104, 91, 255, 0.12);
  color: #aca4ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.patch-copy h2 {
  max-width: 770px;
  margin: 20px 0 16px;
  font-size: clamp(43px, 5.5vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.patch-copy > p {
  max-width: 760px;
  margin: 0;
  color: #b2bbcd;
  font-size: 19px;
  line-height: 1.6;
}
.patch-copy ul {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  list-style: none;
}
.patch-copy li {
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  color: #dce2ef;
  font-size: 14px;
  line-height: 1.35;
}
.patch-copy li b,
.patch-copy li span {
  display: block;
}
.patch-copy li b {
  margin-bottom: 7px;
  color: #fff;
  font-size: 15px;
}
.patch-copy li span {
  color: #9fa9bc;
}
.patch-download {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  color: #78bdff;
  font-weight: 700;
}
.patch-download span {
  font-size: 18px;
}
.release {
  padding: 150px max(5vw, 24px);
  background: linear-gradient(#f6f7fb, #eceef5);
  color: #101116;
}
.release-head {
  width: min(1320px, 100%);
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: end;
}
.release-head h2,
.details h2 {
  margin: 15px 0 0;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.91;
  letter-spacing: -0.065em;
}
.release-head > p {
  color: #60636d;
  font-size: 19px;
  line-height: 1.65;
}
.bento {
  width: min(1320px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.feature {
  position: relative;
  min-height: 650px;
  padding: 50px;
  border-radius: 34px;
  overflow: hidden;
  background: #090c15;
  color: #f8f9ff;
  box-shadow: 0 25px 70px rgba(50, 55, 80, 0.12);
}
.feature h3 {
  max-width: 600px;
  margin: 14px 0;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.feature p:not(.kicker) {
  max-width: 580px;
  color: #aab3c6;
  font-size: 17px;
  line-height: 1.6;
}
.feature img {
  position: absolute;
  left: 4%;
  bottom: -3%;
  width: 92%;
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}
.feature-wide {
  grid-column: 1/-1;
  min-height: 760px;
}
.messages {
  background: radial-gradient(circle at 80% 85%, #30227c, #090c15 55%);
}
.contacts {
  background: radial-gradient(circle at 80% 85%, #162b73, #090c15 60%);
}
.reaction {
  background: radial-gradient(circle at 65% 80%, #35156a, #090c15 58%);
}
.reaction img {
  left: 9%;
  bottom: 9%;
  width: 82%;
}
.connection {
  background: radial-gradient(circle at 70% 80%, #121f70, #070a13 58%);
}
.small {
  min-height: 510px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.orb {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(145deg, #816cff, #3c8cff);
  box-shadow: 0 20px 60px #5859ff55;
  font-style: normal;
  font-size: 45px;
}
.shield {
  background: linear-gradient(145deg, #35d3b4, #147ddb);
  box-shadow: 0 20px 60px #28aeb455;
}
.details {
  padding: 150px max(5vw, 24px);
  background: #080a11;
}
.details-intro,
.detail-list {
  width: min(1200px, 100%);
  margin: auto;
}
.details-intro {
  margin-bottom: 70px;
}
.detail-list {
  border-top: 1px solid var(--line);
}
.detail-list article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
}
.detail-list span {
  color: #777f93;
}
.detail-list h3 {
  margin: 0 0 9px;
  font-size: 25px;
}
.detail-list p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.archive {
  padding: 150px max(5vw, 24px);
  background: #f4f5f8;
  color: #15161a;
}
.archive > p,
.archive > article {
  width: min(1200px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.archive article {
  margin-top: 45px;
  padding-top: 55px;
  border-top: 1px solid #cccfd7;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 65px;
}
.archive article b,
.archive time {
  display: block;
}
.archive time {
  margin-top: 8px;
  color: #7b7d84;
}
.archive h2 {
  margin: 0 0 16px;
  font-size: 45px;
  letter-spacing: -0.05em;
}
.archive article p {
  color: #64666e;
  font-size: 18px;
  line-height: 1.65;
}
.calling {
  padding: 100px max(5vw, 24px);
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  background: radial-gradient(circle at 70% 100%, #182e77, #090c15 55%);
}
.calling h2 {
  margin: 12px 0;
  font-size: clamp(42px, 5vw, 74px);
  letter-spacing: -0.055em;
}
.calling p:not(.kicker) {
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.calling > a {
  white-space: nowrap;
  color: #80cbff;
  font-weight: 700;
}
footer {
  min-height: 180px;
  padding: 45px max(5vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid var(--line);
  color: #9da6b8;
}
footer img {
  width: 155px;
}
footer > div {
  display: flex;
  gap: 24px;
}
@media (max-width: 800px) {
  .patch-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 28px;
  }
  .patch-copy ul {
    grid-template-columns: 1fr;
  }
  .patch-update {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .updates-heading {
    text-align: left;
  }
  nav > div > a:not(.download) {
    display: none;
  }
  .hero {
    min-height: 760px;
  }
  .hero-product {
    height: 270px;
    margin-top: 60px;
  }
  .release-head,
  .bento,
  .archive article {
    grid-template-columns: 1fr;
  }
  .feature-wide {
    grid-column: auto;
  }
  .feature,
  .feature-wide {
    min-height: 550px;
    padding: 32px;
  }
  .release,
  .details,
  .archive {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .calling,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-actions {
    flex-wrap: wrap;
  }
}
