@import "tailwindcss";
:root {
  color-scheme: dark;
  --bg: #0c0d10;
  --muted: #97989f;
  --gold: #efbd68;
  --line: #ffffff15;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--bg);
  color: #f5f4f1;
  font-family: Arial, "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-width: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}
.wrap {
  max-width: 1200px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 1.6px;
}
.brand img {
  width: 39px;
  height: 39px;
  border-radius: 10px;
}
.brand-sub {
  display: block;
  font-size: 10px;
  letter-spacing: 5.3px;
  margin-top: 4px;
  color: #a6a5a7;
}
.header nav {
  display: flex;
  gap: 29px;
  font-size: 13px;
  color: #b5b5bb;
}
.header-right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.language {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #bbb;
  font-size: 17px;
}
.language select {
  background: transparent;
  color: #d6d6d8;
  border: 0;
  font-size: 12px;
  max-width: 115px;
  padding: 8px 0;
}
.language option {
  background: #17181b;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: rgba(28, 29, 33, 0.6);
  border: 1px solid #ffffff24;
  color: var(--gold);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 9px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 650;
  transition:
    transform 0.2s,
    background 0.2s;
  min-height: 52px;
}
.button:hover {
  transform: translateY(-2px);
  background: rgba(48, 49, 54, 0.72);
}
.button.small {
  padding: 11px 17px;
  font-size: 12px;
  min-height: 40px;
}
.secondary {
  background: rgba(28, 29, 33, 0.6);
  border-color: #ffffff24;
  color: var(--gold);
}
.secondary:hover {
  background: rgba(48, 49, 54, 0.72);
}
.button.disabled {
  color: #8a8a90;
  background: rgba(28, 29, 33, 0.45);
  border-color: #ffffff14;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  opacity: 0.72;
}
.button.disabled:hover {
  transform: none;
  background: rgba(28, 29, 33, 0.45);
}
.button.disabled .platform-icon {
  filter: grayscale(1) brightness(0.85);
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
  align-items: center;
  gap: 20px;
  padding-top: 52px;
  padding-bottom: 54px;
}
.eyebrow,
.kicker {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 29px;
}
.eyebrow i,
.status-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #efbd68;
  box-shadow: 0 0 15px #efbd6855;
}
h1 {
  font-size: clamp(44px, 4.8vw, 67px);
  line-height: 1.08;
  letter-spacing: -2.8px;
  margin: 0;
  font-weight: 550;
}
h1 em {
  font-style: normal;
  color: var(--gold);
}
.lead {
  color: #aaaab1;
  font-size: 15px;
  line-height: 1.9;
  max-width: 465px;
  margin: 25px 0 31px;
}
.downloads {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.downloads small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 4px;
}
.platform-icon {
  width: 23px;
  height: 23px;
  object-fit: contain;
  flex-shrink: 0;
}
.platform-icon {
  filter: sepia(1) saturate(4) hue-rotate(350deg) brightness(1.12);
}
.ads-promo {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  max-width: 100%;
  margin: -4px 0 28px;
  padding: 14px 18px;
  border: 1px solid #efbd6866;
  border-radius: 16px;
  background: linear-gradient(135deg, #efbd6824, #efbd680d 55%, #1c1d2200);
  box-shadow:
    0 0 0 1px #efbd6814 inset,
    0 12px 36px #efbd6814;
  color: #f3dfb0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  animation: ads-glow 2.8s ease-in-out infinite;
}
@keyframes ads-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px #efbd6814 inset,
      0 12px 36px #efbd6814;
  }
  50% {
    box-shadow:
      0 0 0 1px #efbd6828 inset,
      0 14px 42px #efbd6828;
  }
}
.ads-promo-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.ads-promo-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--gold);
  color: #16120b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.play-mini {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--gold);
  color: #16120b;
  font-size: 12px;
  padding-left: 0;
  box-shadow: 0 0 18px #efbd6855;
}
.play-mini img {
  width: 18px;
  height: 18px;
  margin-left: 2px;
  display: block;
}
.subnote {
  color: #85858c;
  font-size: 11px;
  margin-top: 21px;
}
.subnote span {
  color: var(--gold);
  margin-right: 5px;
}
.hero-art {
  position: relative;
  min-width: 0;
  height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse, #ae77331c, transparent 69%);
}
.hero-image {
  position: relative;
  width: 115%;
  max-height: 535px;
  object-fit: contain;
  z-index: 1;
}
.orbit {
  position: absolute;
  border: 1px solid #c9954216;
  border-radius: 50%;
  width: 390px;
  height: 390px;
}
.orbit.two {
  width: 480px;
  height: 480px;
  border-style: dashed;
}
.art-label {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 9px;
  letter-spacing: 2px;
  color: #646369;
}
.floating-tag {
  position: absolute;
  bottom: 45px;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #1c1d22eb;
  border: 1px solid #ffffff1e;
  border-radius: 12px;
  padding: 15px 19px;
  box-shadow: 0 15px 40px #0005;
  backdrop-filter: blur(14px);
}
.coin {
  background: #efbd68;
  color: #352209;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 25px;
}
.floating-tag small {
  display: block;
  font-size: 10px;
  color: #939298;
  margin-bottom: 5px;
}
.floating-tag strong {
  font-size: 13px;
  font-weight: 500;
}
.status-dot {
  margin-left: 20px;
  background: #8fae82;
}
.art-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 45px;
  color: #6d6963;
  font-size: 10px;
  letter-spacing: 3px;
  display: flex;
  justify-content: space-between;
}
.benefit-strip {
  border-block: 1px solid var(--line);
  background: #111216;
}
.strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 18px;
}
.strip-inner div {
  font-size: 16px;
  color: #b0b0b7;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip-inner div span {
  color: var(--gold);
  font-size: 23px;
}
.strip-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #efbd6833;
  background: linear-gradient(145deg, #efbd6818, #efbd6805);
  color: var(--gold);
}
.strip-icon img {
  width: 18px;
  height: 18px;
}
.section {
  padding-top: 92px;
  padding-bottom: 40px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 32px;
}
h2 {
  font-size: 36px;
  letter-spacing: -1.2px;
  font-weight: 500;
  line-height: 1.2;
  margin: 15px 0;
}
.section-head > p {
  max-width: 340px;
}
.section p,
.how-copy > p,
.download-panel p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.section .kicker,
.how-copy .kicker,
.download-panel .kicker {
  color: var(--gold);
  font-size: 13px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  background: linear-gradient(135deg, #1b1c20, #131418);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 27px;
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #66676d;
  font-size: 11px;
  margin-bottom: 33px;
}
.feature-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid #efbd682b;
  border-radius: 10px;
  background: #efbd680a;
  color: var(--gold);
  font-size: 25px;
}
.feature-icon img {
  width: 22px;
  height: 22px;
}
h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 11px;
}
.card p {
  font-size: 13px;
  margin: 0;
}
.how-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 50px;
}
.how-art {
  background: radial-gradient(ellipse, #a17b2512, transparent 70%);
  min-width: 0;
}
.how-art img {
  width: 100%;
  height: auto;
}
.steps {
  margin-top: 29px;
}
.step {
  display: flex;
  gap: 19px;
  margin-top: 25px;
}
.step > span {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #efbd6845;
  border-radius: 50%;
  color: var(--gold);
  font-size: 17px;
  font-weight: 600;
}
.step h3 {
  font-size: 16px;
  margin: 4px 0 7px;
}
.step p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
.video-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 85px;
  border-top: 1px solid var(--line);
}
.video-copy > p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  background: #111216;
  box-shadow: 0 25px 70px #0006;
}
.video-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}
.video-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, #090a0dc9);
}
.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff66;
  border-radius: 50%;
  background: #0d0e12b3;
  color: var(--gold);
  font-size: 21px;
  padding-left: 0;
  backdrop-filter: blur(12px);
}
.video-play img {
  width: 30px;
  height: 30px;
  margin-left: 3px;
  display: block;
}
.video-frame > span {
  position: absolute;
  left: 22px;
  bottom: 19px;
  color: #d2d1d0;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.reviews-section {
  padding: 10px 0 70px;
}
.reviews-head {
  margin-bottom: 28px;
}
.reviews-head h2 {
  margin: 10px 0 0;
}
.reviews-marquee {
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
}
.reviews-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: reviews-scroll 42s linear infinite;
}
.reviews-marquee:hover .reviews-track {
  animation-play-state: paused;
}
@keyframes reviews-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.review-card {
  width: 320px;
  flex-shrink: 0;
  padding: 22px 20px 18px;
  border: 1px solid #ffffff1a;
  border-radius: 14px;
  background: linear-gradient(160deg, #1b1c20, #121318);
}
.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.review-top strong {
  font-size: 14px;
  font-weight: 600;
}
.review-stars {
  color: var(--gold);
  letter-spacing: 1px;
  font-size: 13px;
}
.review-card p {
  color: #c6c6cc;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 14px;
  min-height: 72px;
}
.review-card small {
  color: #8a8a90;
  font-size: 11px;
  letter-spacing: 0.4px;
}
@media (prefers-reduced-motion: reduce) {
  .reviews-track {
    animation: none;
  }
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 75px;
  border-top: 1px solid var(--line);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 85px;
}
.text-link {
  font-size: 13px;
  color: var(--gold);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  padding: 23px 0;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  color: var(--gold);
  font-size: 20px;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  margin: 0 22px 23px 0;
}
.download-panel {
  border: 1px solid #ffffff1c;
  border-radius: 18px;
  padding: 43px 40px;
  background: linear-gradient(
    135deg,
    rgba(35, 36, 40, 0.72),
    rgba(10, 11, 14, 0.58)
  );
  box-shadow:
    inset 0 1px #ffffff0a,
    0 24px 70px #0005;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.download-panel h2 {
  font-size: 31px;
}
.download-panel p {
  margin: 8px 0;
}
.download-panel .downloads {
  flex-shrink: 0;
}
footer {
  padding-top: 63px;
  padding-bottom: 25px;
}
.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.footer-top {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.subscribe {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  max-width: 420px;
}
.subscribe input {
  flex: 1;
  min-width: 180px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #ffffff24;
  border-radius: 9px;
  background: rgba(28, 29, 33, 0.7);
  color: #ececef;
  font-size: 13px;
}
.subscribe input::placeholder {
  color: #8a8a90;
}
.subscribe .button {
  min-height: 40px;
}
.subscribe .button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.subscribe-msg {
  width: 100%;
  margin: 0;
  text-align: right;
  color: var(--gold);
  font-size: 12px;
}
.footer-top .brand {
  font-size: 12px;
}
.footer-top img {
  height: 29px;
  width: 29px;
}
.footer-bottom {
  padding-top: 24px;
  font-size: 11px;
  color: #77777f;
}
.footer-bottom > div {
  display: flex;
  gap: 24px;
}
.mobile-download {
  display: none;
}
.cloud-download-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background: currentColor;
  -webkit-mask: url("/icons/cloud-download.svg") center / contain no-repeat;
  mask: url("/icons/cloud-download.svg") center / contain no-repeat;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 710px;
  }
}
@media (max-width: 900px) {
  .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header nav {
    display: none;
  }
  .hero {
    gap: 0;
  }
  .hero-art {
    height: 420px;
  }
  .orbit {
    width: 280px;
    height: 280px;
  }
  .orbit.two {
    width: 350px;
    height: 350px;
  }
  h1 {
    font-size: 49px;
  }
  .downloads .button {
    padding: 13px;
    font-size: 14px;
  }
  .floating-tag {
    left: 10px;
    bottom: 15px;
  }
  .section-head {
    gap: 30px;
  }
  .how-section {
    gap: 30px;
  }
  .video-section {
    gap: 35px;
  }
  .download-panel {
    align-items: start;
    flex-direction: column;
  }
  .faq-section {
    gap: 35px;
  }
}
@media (max-width: 600px) {
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .header {
    height: 80px;
    gap: 12px;
  }
  .brand {
    font-size: 12px;
    gap: 8px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  .brand-sub {
    font-size: 8px;
    letter-spacing: 4.5px;
  }
  .header-right {
    gap: 0;
  }
  .header-right > .button {
    display: none;
  }
  .language select {
    max-width: 110px;
    font-size: 11px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 39px;
    padding-bottom: 29px;
    gap: 20px;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
  }
  h1 {
    font-size: 47px;
    letter-spacing: -1.8px;
    line-height: 1.12;
  }
  .lead {
    font-size: 14px;
    margin: 22px 0 25px;
    line-height: 1.8;
  }
  .ads-promo {
    width: 100%;
    gap: 12px;
    padding: 13px 14px;
    font-size: 15px;
    margin: 0 0 22px;
  }
  .play-mini {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .play-mini img {
    width: 16px;
    height: 16px;
    margin-left: 1px;
  }
  .downloads {
    gap: 10px;
  }
  .hero .downloads .button {
    flex: 1;
    min-width: 0;
    justify-content: space-evenly;
  }
  .downloads small {
    font-size: 9px;
  }
  .subnote {
    font-size: 10px;
  }
  .hero-art {
    height: 350px;
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
  .hero-image {
    width: 103%;
    max-height: 375px;
  }
  .art-label {
    font-size: 8px;
    top: 9px;
  }
  .orbit {
    width: 260px;
    height: 260px;
  }
  .orbit.two {
    width: 315px;
    height: 315px;
  }
  .floating-tag {
    bottom: 18px;
    left: 0;
    padding: 11px 14px;
  }
  .art-bottom {
    left: 0;
    font-size: 8px;
  }
  .strip-inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    min-height: auto;
    gap: 18px;
    padding: 22px 0;
  }
  .strip-inner div {
    font-size: 15px;
    line-height: 1.5;
    gap: 10px;
    flex: none;
    width: auto;
    justify-content: flex-start;
  }
  .strip-inner div span {
    font-size: 20px;
  }
  .strip-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }
  .strip-icon img {
    width: 17px;
    height: 17px;
  }
  .section {
    padding-top: 56px;
    padding-bottom: 15px;
  }
  .section-head {
    display: block;
    margin-bottom: 25px;
  }
  .section-head > p {
    max-width: none;
  }
  h2 {
    font-size: 30px;
  }
  .cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .card {
    padding: 24px;
  }
  .card-top {
    margin-bottom: 22px;
  }
  .card p {
    font-size: 13px;
  }
  .how-section {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .video-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .video-frame {
    border-radius: 12px;
  }
  .video-play {
    width: 56px;
    height: 56px;
    font-size: 17px;
  }
  .video-play img {
    width: 26px;
    height: 26px;
    margin-left: 2px;
  }
  .reviews-section {
    padding: 6px 0 48px;
  }
  .reviews-head {
    margin-bottom: 20px;
  }
  .review-card {
    width: 270px;
    padding: 18px 16px 15px;
  }
  .review-card p {
    font-size: 13px;
    min-height: 84px;
  }
  .how-art {
    order: 2;
    max-width: 360px;
    margin: 20px auto 0;
  }
  .how-copy {
    order: 1;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
    padding-bottom: 50px;
  }
  .faq-section h2 {
    margin-bottom: 10px;
  }
  .download-panel {
    padding: 28px 23px;
    gap: 23px;
  }
  .download-panel h2 {
    font-size: 29px;
  }
  .download-panel .downloads {
    width: 100%;
  }
  .download-panel .button {
    flex: 1;
  }
  .footer-top,
  .footer-bottom {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .subscribe {
    max-width: none;
    width: 100%;
    justify-content: stretch;
  }
  .subscribe-msg {
    text-align: left;
  }
  .footer-bottom {
    gap: 17px;
  }
  .footer-top {
    padding-bottom: 24px;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 105px;
  }
  .mobile-download {
    display: flex;
    position: fixed;
    z-index: 10;
    bottom: calc(14px + env(safe-area-inset-bottom));
    left: 22px;
    right: 22px;
    box-shadow: 0 5px 35px #000a;
    justify-content: space-between;
    padding: 13px 20px;
    min-height: 47px;
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
