.hero {
  min-height: 580px;
  padding: 70px 18px;
  background: #010204 url("/public/index/images/hero-aurora-backdrop.png") no-repeat center;
  background-size: 1920px 580px;
}

.hero__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: min(1024px, 100%);
  min-height: 440px;
  margin: 0 auto;
  text-align: center;
}

.hero__mark {
  width: 120px;
  height: 120px;
  margin-bottom: 58px;
  object-fit: contain;
}

.hero__title {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(36px, 5vw, 55px);
  font-weight: 800;
}

.hero__summary {
  max-width: 620px;
  margin-bottom: 0;
  color: #f2f2f4;
  font-size: 18px;
}

.showcase {
  position: relative;
  overflow: hidden;
}

.showcase__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(982px, calc(100% - 36px));
  height: 100%;
  margin: 0 auto;
  gap: 46px;
}

.showcase--privacy {
  min-height: 1204px;
  overflow: visible;
  background: #010204 url("/public/index/images/privacy-section-backdrop.png") no-repeat top center;
  background-size: 1920px 956px;
}

.showcase--privacy .showcase__inner {
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 0;
}

.download-panel {
  scroll-margin-top: 24px;
  width: min(720px, 100%);
  margin: -48px auto 0;
  text-align: center;
}

.download-panel__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.download-panel__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 34px;
  border-radius: 10px;
  background: linear-gradient(90deg, #a855f7, #3b82f6);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(93, 73, 232, .28);
}

.download-panel__icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: currentColor;
}

.download-panel__action:hover,
.download-panel__action:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(93, 73, 232, .36);
}

.showcase__visual {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 720px;
}

.showcase__caption-art img {
  width: 366px;
  height: auto;
}

.showcase__screen {
  width: 363px;
  height: auto;
}

.showcase--sync {
  height: 690px;
  background: #fff url("/public/index/images/sync-section-backdrop.png") no-repeat center;
  background-size: 1920px 690px;
  color: #17171c;
}

.showcase__inner--reverse {
  flex-direction: row;
}

.showcase__copy {
  width: min(420px, 100%);
}

.showcase__heading {
  margin-bottom: 17px;
  font-size: 34px;
}

.showcase__text {
  margin-bottom: 25px;
  color: #565662;
}

.showcase__caption-image {
  width: auto;
  max-width: 100%;
  height: auto;
}

.showcase__device {
  width: 483px;
  height: auto;
  align-self: flex-end;
}

.showcase--transfer {
  height: 668px;
  background: #010204 url("/public/index/images/transfer-section-backdrop.png") no-repeat center;
  background-size: 1920px 670px;
}

.showcase__copy--light .showcase__heading {
  color: #fff;
}

.showcase__copy--light .showcase__text {
  color: #c1c1ca;
}

.showcase__device--group {
  width: 403px;
}

.guide-section {
  padding: 72px 0 78px;
  background: #121216;
}

.guide-section h2 {
  margin-bottom: 18px;
  font-size: 32px;
}

.guide-section > .content-shell > p:not(.section-kicker) {
  max-width: 860px;
  color: #c6c6ce;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.guide-card {
  padding: 24px;
  border: 1px solid #30303a;
  border-radius: 10px;
  background: #1b1b21;
}

.guide-card h3,
.notice-box h3 {
  margin-bottom: 10px;
  color: #ddc7ff;
  font-size: 21px;
}

.guide-card p,
.notice-box p {
  margin-bottom: 0;
  color: #c3c3cb;
}

.notice-box {
  margin-top: 22px;
  padding: 22px 24px;
  border-left: 4px solid #a855f7;
  border-radius: 0 9px 9px 0;
  background: #1e1e25;
}

.journal {
  padding: 70px 0 76px;
  background: #08080c;
  text-align: center;
}

.journal h2 {
  margin-bottom: 14px;
  font-size: 32px;
}

.journal__intro {
  margin-bottom: 26px;
  color: #b7b7c0;
}

.journal__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.journal__item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 14px 2px;
  border-bottom: 1px solid #303039;
}

.journal__link {
  color: #f7f7fa;
  text-decoration: none;
}

.journal__link:hover,
.journal__link:focus-visible {
  color: #c084fc;
}

.journal__date {
  color: #8e8e98;
  font-size: 14px;
}

@media (max-width: 768px) {
  .hero {
    min-height: 406px;
    padding: 40px 16px;
    background-size: 1172px 365px;
  }

  .hero__content {
    min-height: 326px;
  }

  .hero__mark {
    width: 64px;
    height: 64px;
    margin-bottom: 26px;
  }

  .hero__title {
    font-size: 29px;
  }

  .hero__summary {
    max-width: 330px;
    font-size: 13px;
  }

  .showcase__inner,
  .showcase__inner--reverse {
    width: min(100%, 560px);
    flex-direction: column;
    gap: 18px;
  }

  .showcase--privacy {
    min-height: 700px;
    background-image: url("/public/index/images/privacy-mobile-backdrop.png");
    background-position: center bottom;
    background-size: 560px 560px;
  }

  .showcase--privacy .showcase__inner {
    padding: 18px 16px 0;
  }

  .download-panel {
    margin-top: -12px;
  }

  .download-panel__action {
    min-height: 48px;
    padding: 10px 26px;
  }

  .showcase__visual {
    min-height: 460px;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .showcase__caption-art img {
    width: 248px;
  }

  .showcase__screen {
    width: 254px;
  }

  .showcase--sync {
    height: 600px;
    padding: 40px 16px 0;
    background-image: url("/public/index/images/sync-mobile-backdrop.png");
    background-size: 640px;
  }

  .showcase__copy {
    width: min(420px, 100%);
    text-align: center;
  }

  .showcase__heading {
    font-size: 27px;
  }

  .showcase__text {
    font-size: 14px;
  }

  .showcase__caption-image {
    max-width: 278px;
    margin: 0 auto;
  }

  .showcase__device {
    width: 299px;
    margin: 0 auto;
    align-self: auto;
  }

  .showcase--transfer {
    height: 610px;
    padding: 40px 16px 0;
    background-image: url("/public/index/images/transfer-mobile-backdrop.png");
    background-size: 560px;
  }

  .showcase__device--group {
    width: 280px;
  }

  .guide-section,
  .journal {
    padding: 54px 0 58px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .journal__item {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
