@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap");

:root {
  --ink: #1e1727;
  --aubergine: #2b1635;
  --aubergine-deep: #1a1021;
  --pistachio: #d5f06e;
  --ice: #c6e9f5;
  --peach: #ff9e58;
  --lilac: #d6c8ef;
  --cream: #f7f4ed;
  --muted: #716a74;
  --max: 1260px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 6% 3%, rgba(214, 200, 239, .22), transparent 28rem),
    var(--aubergine);
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

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

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.site-header {
  width: min(calc(100% - 44px), var(--max));
  min-height: 90px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 30;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.brand img,
.footer-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 31px;
  color: rgba(247, 244, 237, .72);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  transition: color .2s ease, transform .2s ease;
}

.site-nav a:hover {
  color: var(--pistachio);
  transform: translateY(-2px);
}

.header-action,
.primary-download,
.final-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--aubergine-deep);
  background: var(--pistachio);
  border-radius: 999px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}

.header-action {
  min-height: 46px;
  padding: 0 23px;
  font-size: 14px;
}

.header-action:hover,
.primary-download:hover,
.final-cta a:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, .24);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--cream);
  background: transparent;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}

.hero {
  width: min(calc(100% - 44px), 1420px);
  min-height: 740px;
  margin: 18px auto 82px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 76px;
}

.hero-figure {
  min-height: 650px;
  margin: 0;
  display: grid;
  place-items: center;
  position: relative;
}

.hero-figure::before {
  content: "";
  position: absolute;
  width: 94%;
  aspect-ratio: 1.08;
  background: var(--ice);
  clip-path: ellipse(49% 46% at 50% 50%);
}

.hero-figure::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: 2%;
  bottom: 8%;
  background: var(--peach);
  border-radius: 50%;
}

.hero-figure img {
  width: min(91%, 800px);
  max-height: 610px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 36px 44px rgba(0, 0, 0, .3));
}

.hero-copy {
  padding-right: clamp(0px, 3vw, 55px);
}

.eyebrow,
.section-label {
  margin: 0 0 21px;
  color: var(--pistachio);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-label.dark {
  color: var(--aubergine);
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(61px, 7vw, 103px);
  line-height: .95;
  letter-spacing: -.078em;
  font-weight: 900;
}

.hero h1 span {
  color: var(--peach);
}

.lead {
  max-width: 650px;
  margin: 33px 0 0;
  color: rgba(247, 244, 237, .7);
  font-size: 18px;
  line-height: 1.95;
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}

.primary-download {
  min-height: 60px;
  padding: 0 32px;
  font-size: 16px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  font-weight: 900;
}

.text-link i {
  transition: transform .2s ease;
}

.text-link:hover i {
  transform: translateX(5px);
}

.hero-note {
  max-width: 630px;
  margin: 25px 0 0;
  color: rgba(247, 244, 237, .56);
  font-size: 13px;
  line-height: 1.75;
}

.download,
.facts,
.release,
.shared {
  width: min(calc(100% - 44px), var(--max));
  margin-left: auto;
  margin-right: auto;
}

.download {
  padding: 95px 0 135px;
}

.download-heading {
  max-width: 840px;
}

.download-heading h2,
.journey-heading h2,
.facts-title h2,
.release-copy h2,
.shared-copy h2,
.faq-heading h2 {
  margin: 0;
  font-size: clamp(44px, 5.3vw, 76px);
  line-height: 1.07;
  letter-spacing: -.064em;
  font-weight: 900;
}

.download-heading > p:last-child,
.shared-copy > p {
  max-width: 740px;
  margin: 24px 0 0;
  color: rgba(247, 244, 237, .65);
  font-size: 17px;
  line-height: 1.9;
}

.platform-orbit {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px;
}

.platform-orbit > a {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.platform-orbit span {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.platform-orbit > a > i {
  margin-top: 30px;
  color: var(--pistachio);
  font-size: 38px;
}

.platform-orbit em {
  margin-top: 21px;
  color: rgba(247, 244, 237, .62);
  font-size: 14px;
  font-style: normal;
}

.platform-orbit b {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
}

.platform-orbit b i {
  transition: transform .2s ease;
}

.platform-orbit > a:hover b i {
  transform: translateX(5px);
}

.journey {
  padding: 145px max(22px, calc((100vw - var(--max)) / 2));
  color: var(--aubergine);
  background: var(--pistachio);
  clip-path: polygon(0 5%, 90% 0, 100% 9%, 96% 95%, 14% 100%, 0 91%);
}

.journey-heading {
  max-width: 860px;
}

.journey-heading > p:last-child {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(30, 23, 39, .72);
  font-size: 17px;
  line-height: 1.9;
}

.journey-images {
  margin-top: 78px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  align-items: end;
}

.journey-images figure {
  margin: 0;
  text-align: center;
}

.journey-images img {
  width: min(100%, 520px);
  aspect-ratio: 1;
  margin: 0 auto;
  object-fit: cover;
  filter: drop-shadow(0 28px 34px rgba(30, 23, 39, .18));
}

.journey-images figure:first-child img {
  background: var(--ice);
  clip-path: circle(48% at 50% 50%);
}

.journey-images figure:last-child img {
  background: var(--lilac);
  clip-path: polygon(7% 1%, 93% 4%, 100% 43%, 87% 98%, 15% 100%, 0 62%);
}

.journey-images figcaption {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 900;
}

.journey-steps {
  margin: 80px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 76px;
  list-style: none;
}

.journey-steps li > span {
  display: block;
  margin-bottom: 24px;
  color: var(--peach);
  font-size: 92px;
  line-height: .78;
  font-weight: 900;
  letter-spacing: -.08em;
}

.journey-steps h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

.journey-steps p {
  margin: 0;
  color: rgba(30, 23, 39, .7);
  line-height: 1.85;
}

.facts {
  padding: 145px 0 150px;
}

.facts-title {
  max-width: 850px;
}

.facts-flow {
  margin-top: 82px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px 100px;
}

.facts-flow article > span {
  color: var(--peach);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.facts-flow h3 {
  margin: 10px 0 11px;
  font-size: 27px;
  letter-spacing: -.035em;
}

.facts-flow p {
  margin: 0;
  color: rgba(247, 244, 237, .66);
  line-height: 1.85;
}

.release {
  padding: 135px 0 150px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 100px;
  align-items: center;
}

.release-copy h2 {
  color: var(--pistachio);
  font-size: clamp(90px, 13vw, 175px);
  line-height: .84;
}

.release-date {
  margin: 22px 0 0;
  color: var(--peach);
  font-size: 14px;
  font-weight: 800;
}

.release-intro {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(247, 244, 237, .67);
  line-height: 1.9;
}

.release-points {
  margin-top: 38px;
  display: grid;
  gap: 20px;
}

.release-points p {
  margin: 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  color: rgba(247, 244, 237, .66);
  line-height: 1.75;
}

.release-points strong {
  color: var(--ice);
}

.release-figure {
  margin: 0;
  min-height: 570px;
  display: grid;
  place-items: center;
  background: var(--ice);
  clip-path: ellipse(49% 46% at 50% 50%);
}

.release-figure img {
  width: 100%;
  max-height: 540px;
  object-fit: contain;
}

.shared {
  padding: 135px 0 150px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 105px;
  align-items: start;
}

.shared-copy > a {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--pistachio);
  font-weight: 900;
}

.shared-copy > a i {
  transition: transform .2s ease;
}

.shared-copy > a:hover i {
  transform: translateX(5px);
}

.shared-notes {
  display: grid;
  gap: 38px;
}

.shared-notes p {
  margin: 0;
}

.shared-notes strong,
.shared-notes span {
  display: block;
}

.shared-notes strong {
  color: var(--peach);
  font-size: 24px;
}

.shared-notes span {
  margin-top: 9px;
  color: rgba(247, 244, 237, .65);
  line-height: 1.8;
}

.faq {
  padding: 145px max(22px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 120px;
  align-items: start;
  color: var(--aubergine);
  background: var(--ice);
}

.faq-heading {
  position: sticky;
  top: 95px;
}

.faq-list {
  display: grid;
  gap: 34px;
}

.faq-list summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 900;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary i {
  margin-top: 8px;
  color: var(--peach);
  font-size: 14px;
  transition: transform .2s ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(30, 23, 39, .7);
  line-height: 1.85;
}

.final-cta {
  min-height: 500px;
  padding: 90px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--aubergine);
  background: var(--peach);
}

.final-cta > p {
  margin: 0 0 17px;
  color: var(--aubergine-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.final-cta h2 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(52px, 7vw, 98px);
  line-height: 1;
  letter-spacing: -.075em;
  font-weight: 900;
}

.final-cta a {
  min-height: 62px;
  margin-top: 40px;
  padding: 0 34px;
  background: var(--pistachio);
  font-size: 17px;
}

.final-cta > span {
  margin-top: 19px;
  color: rgba(30, 23, 39, .62);
  font-size: 13px;
}

.footer {
  width: 100%;
  min-height: 126px;
  padding: 0 max(22px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 38px;
  color: var(--aubergine);
  background: var(--pistachio);
  font-size: 13px;
}

.footer-brand {
  color: var(--aubergine);
  font-size: 18px;
}

.footer-brand img {
  width: 31px;
  height: 31px;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto 1fr auto auto;
    gap: 16px;
  }

  .site-nav {
    display: none;
    position: fixed;
    inset: 78px 0 auto;
    width: 100%;
    padding: 35px 24px 39px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    color: var(--cream);
    background: rgba(43, 22, 53, .98);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .header-action {
    justify-self: end;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 55px;
  }

  .hero-figure {
    order: 2;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-copy {
    max-width: 850px;
  }

  .release,
  .shared,
  .faq {
    grid-template-columns: 1fr;
  }

  .release-figure {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }

  .faq-heading {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    width: min(calc(100% - 28px), var(--max));
    min-height: 76px;
    grid-template-columns: auto 1fr auto;
  }

  .header-action {
    display: none;
  }

  .hero,
  .download,
  .facts,
  .release,
  .shared {
    width: min(calc(100% - 30px), var(--max));
  }

  .hero {
    margin-top: 0;
    margin-bottom: 35px;
    gap: 35px;
  }

  .hero-copy {
    padding-right: 0;
  }

  .hero h1 {
    font-size: clamp(52px, 15vw, 72px);
  }

  .lead {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.85;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .primary-download {
    width: 100%;
  }

  .text-link {
    justify-content: center;
  }

  .hero-figure {
    min-height: 390px;
  }

  .hero-figure::before {
    width: 100%;
  }

  .hero-figure::after {
    width: 110px;
    height: 110px;
  }

  .hero-figure img {
    max-height: 370px;
  }

  .download,
  .facts,
  .release,
  .shared {
    padding-top: 84px;
    padding-bottom: 92px;
  }

  .platform-orbit {
    margin-top: 55px;
    grid-template-columns: 1fr;
    gap: 49px;
  }

  .journey {
    padding-top: 105px;
    padding-bottom: 115px;
    clip-path: polygon(0 2%, 90% 0, 100% 3%, 97% 98%, 14% 100%, 0 96%);
  }

  .journey-images {
    margin-top: 55px;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .journey-steps {
    margin-top: 58px;
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .journey-steps li > span {
    margin-bottom: 20px;
    font-size: 76px;
  }

  .facts-flow {
    margin-top: 58px;
    grid-template-columns: 1fr;
    gap: 47px;
  }

  .release {
    gap: 48px;
  }

  .release-copy h2 {
    font-size: 84px;
  }

  .release-figure {
    min-height: 360px;
  }

  .shared {
    gap: 52px;
  }

  .faq {
    padding-top: 95px;
    padding-bottom: 100px;
    gap: 52px;
  }

  .faq-list summary {
    font-size: 18px;
  }

  .final-cta {
    min-height: 430px;
    padding: 75px 20px;
  }

  .final-cta h2 {
    font-size: clamp(49px, 14vw, 69px);
  }

  .footer {
    padding: 36px 20px;
    grid-template-columns: 1fr;
    gap: 13px;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
