.app-download-page {
  --ad-bg: #080a0f;
  --ad-panel: #11151d;
  --ad-panel-soft: #151a24;
  --ad-line: rgba(255, 255, 255, .09);
  --ad-muted: #9aa5b5;
  --ad-text: #f6f8fb;
  --ad-blue: #22c7ff;
  --ad-blue-deep: #0987ff;
  --ad-green: #57e6a5;
  background:
    radial-gradient(circle at 14% 8%, rgba(10, 151, 255, .14), transparent 25%),
    radial-gradient(circle at 88% 35%, rgba(59, 230, 169, .08), transparent 24%),
    var(--ad-bg);
  color: var(--ad-text);
}

.app-download {
  box-sizing: border-box;
  color: var(--ad-text);
  margin: 0 auto;
  max-width: 1220px;
  min-height: calc(100vh - 120px);
  padding: 40px 24px 80px;
  position: relative;
}

.app-download__hero {
  background:
    linear-gradient(115deg, rgba(8, 15, 28, .98), rgba(13, 27, 43, .93) 54%, rgba(9, 21, 29, .96)),
    var(--ad-panel);
  border: 1px solid rgba(93, 197, 255, .18);
  border-radius: 30px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .05);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr);
  min-height: 430px;
  overflow: hidden;
  padding: 58px 58px 54px;
  position: relative;
}

.app-download__hero::before {
  background: rgba(23, 179, 255, .14);
  border-radius: 50%;
  content: "";
  filter: blur(10px);
  height: 330px;
  position: absolute;
  right: -115px;
  top: -150px;
  width: 330px;
}

.app-download__hero::after {
  background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 22px 22px;
  bottom: 0;
  content: "";
  height: 42%;
  opacity: .24;
  position: absolute;
  right: 0;
  width: 43%;
}

.app-download__hero-content {
  align-self: center;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.app-download__eyebrow,
.app-download__section-kicker {
  color: #9bdfff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.app-download__eyebrow span {
  background: linear-gradient(135deg, var(--ad-blue), var(--ad-green));
  border-radius: 999px;
  color: #041117;
  display: inline-block;
  font-size: 11px;
  letter-spacing: .08em;
  margin-right: 9px;
  padding: 5px 9px;
  vertical-align: 1px;
}

.app-download__brand {
  align-items: center;
  display: flex;
  gap: 22px;
  min-width: 0;
}

.app-download__logo {
  align-items: center;
  background: rgba(8, 11, 17, .74);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .32);
  display: inline-flex;
  flex: 0 0 86px;
  height: 86px;
  justify-content: center;
  overflow: hidden;
  width: 86px;
}

.app-download__logo img {
  display: block;
  height: 100% !important;
  object-fit: contain;
  width: 100% !important;
}

.app-download__brand-copy h1 {
  color: #fff;
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.08;
  margin: 0;
}

.app-download__brand-copy h1 em {
  background: linear-gradient(100deg, #fff 4%, #8be1ff 54%, #79efba 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-style: normal;
  margin-top: 7px;
}

.app-download__lead {
  color: #aeb8c7;
  font-size: 16px;
  line-height: 1.85;
  margin: 25px 0 0;
  max-width: 630px;
}

.app-download__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.app-download__hero-btn,
.app-download__closing a {
  align-items: center;
  background: linear-gradient(135deg, var(--ad-blue), #55e2ff);
  border: 1px solid rgba(95, 223, 255, .92);
  border-radius: 12px;
  box-shadow: 0 13px 30px rgba(0, 174, 255, .18);
  box-sizing: border-box;
  color: #04141b !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  min-width: 150px;
  padding: 0 24px;
  text-decoration: none !important;
  transition: box-shadow .2s ease, transform .2s ease;
}

.app-download__hero-btn:hover,
.app-download__closing a:hover {
  box-shadow: 0 16px 36px rgba(0, 174, 255, .3);
  transform: translateY(-2px);
}

.app-download__hero-btn--ghost {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .16);
  box-shadow: none;
  color: #eaf8ff !important;
}

.app-download__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 24px;
}

.app-download__trust span {
  color: #8794a6;
  font-size: 12px;
  font-weight: 700;
}

.app-download__trust span::before {
  background: var(--ad-green);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(87, 230, 165, .55);
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 8px;
  vertical-align: 2px;
  width: 6px;
}

.app-download__showcase {
  align-self: center;
  height: 330px;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.app-download__showcase-orbit {
  border: 1px solid rgba(90, 208, 255, .14);
  border-radius: 50%;
  height: 310px;
  position: absolute;
  right: -22px;
  top: 10px;
  width: 310px;
}

.app-download__showcase-orbit::before,
.app-download__showcase-orbit::after {
  border: 1px solid rgba(90, 208, 255, .1);
  border-radius: 50%;
  content: "";
  inset: 42px;
  position: absolute;
}

.app-download__showcase-orbit::after {
  inset: 88px;
}

.app-download__showcase-tv,
.app-download__showcase-phone {
  background: linear-gradient(145deg, #242d3b, #090c12);
  border: 2px solid rgba(255, 255, 255, .16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(255, 255, 255, .04);
  position: absolute;
}

.app-download__showcase-tv {
  border-radius: 18px;
  height: 174px;
  right: 0;
  top: 76px;
  transform: perspective(850px) rotateY(-8deg);
  width: 300px;
}

.app-download__showcase-tv::after {
  background: rgba(255, 255, 255, .15);
  border-radius: 999px;
  bottom: -27px;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 92px;
}

.app-download__showcase-phone {
  border-radius: 27px;
  bottom: 12px;
  height: 205px;
  left: 4px;
  transform: rotate(-5deg);
  width: 102px;
  z-index: 2;
}

.app-download__showcase-screen {
  align-items: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(19, 183, 255, .25), transparent 39%),
    linear-gradient(145deg, #111a26, #080a0e);
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  inset: 7px;
  justify-content: center;
  position: absolute;
}

.app-download__showcase-screen img {
  border-radius: 15px;
  display: block;
}

.app-download__showcase-screen span {
  color: #eaf8ff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .18em;
  margin-top: 12px;
}

.app-download__float-chip {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: rgba(10, 17, 27, .78);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 11px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
  color: #dff7ff;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 13px;
  position: absolute;
  white-space: nowrap;
  z-index: 3;
}

.app-download__float-chip::before {
  background: var(--ad-blue);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 7px;
  vertical-align: 2px;
  width: 6px;
}

.app-download__float-chip--top {
  right: 18px;
  top: 34px;
}

.app-download__float-chip--bottom {
  bottom: 14px;
  right: 42px;
}

.app-download__value-strip {
  background: rgba(17, 21, 29, .84);
  border: 1px solid var(--ad-line);
  border-radius: 20px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .2);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 22px 0 0;
  overflow: hidden;
}

.app-download__value-strip div {
  box-sizing: border-box;
  min-width: 0;
  padding: 22px 25px;
  position: relative;
}

.app-download__value-strip div + div::before {
  background: var(--ad-line);
  content: "";
  height: 42px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.app-download__value-strip strong,
.app-download__value-strip span {
  display: block;
}

.app-download__value-strip strong {
  color: #f8fbff;
  font-size: 16px;
  font-weight: 900;
}

.app-download__value-strip span {
  color: #7f8b9c;
  font-size: 12px;
  margin-top: 6px;
}

.app-download__download-section,
.app-download__features {
  margin-top: 76px;
}

.app-download__section-head {
  margin-bottom: 27px;
  max-width: 680px;
}

.app-download__section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.app-download__section-kicker {
  margin-bottom: 10px;
}

.app-download__section-head h2 {
  color: #fff;
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.16;
  margin: 0;
}

.app-download__section-head > p:last-child {
  color: var(--ad-muted);
  font-size: 14px;
  line-height: 1.75;
  margin: 12px 0 0;
}

.app-download__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.app-download-card {
  --card-accent: 34, 199, 255;
  background: linear-gradient(145deg, rgba(22, 28, 39, .98), rgba(12, 15, 22, .98));
  border: 1px solid var(--ad-line);
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 370px;
  overflow: hidden;
  scroll-margin-top: 90px;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.app-download-card:nth-child(2) {
  --card-accent: 87, 230, 165;
}

.app-download-card:hover {
  border-color: rgba(var(--card-accent), .32);
  box-shadow: 0 32px 78px rgba(0, 0, 0, .32);
  transform: translateY(-4px);
}

.app-download-card__visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 370px;
  overflow: hidden;
  position: relative;
}

.app-download-card__visual::before {
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 25px 25px;
  content: "";
  inset: 0;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  position: absolute;
}

.app-download-card__visual--phone {
  background: radial-gradient(circle at 50% 29%, rgba(0, 192, 255, .3), transparent 39%), #0d121b;
}

.app-download-card__visual--tv {
  background: radial-gradient(circle at 50% 29%, rgba(64, 219, 151, .27), transparent 39%), #0d1418;
}

.app-download-card__tag {
  background: rgba(7, 11, 17, .72);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: #b9c6d6;
  font-size: 11px;
  font-weight: 800;
  left: 18px;
  letter-spacing: .06em;
  padding: 7px 10px;
  position: absolute;
  top: 18px;
  z-index: 2;
}

.app-download-card__device {
  align-items: center;
  background: linear-gradient(145deg, #293443, #090c12);
  border: 2px solid rgba(255, 255, 255, .15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), 0 24px 55px rgba(0, 0, 0, .42);
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.app-download-card__device--phone {
  border-radius: 31px;
  height: 228px;
  width: 118px;
}

.app-download-card__device--phone::before {
  background: rgba(255, 255, 255, .15);
  border-radius: 999px;
  content: "";
  height: 4px;
  position: absolute;
  top: 10px;
  width: 28px;
}

.app-download-card__device--tv {
  border-radius: 19px;
  height: 136px;
  width: 220px;
}

.app-download-card__device--tv::after {
  background: rgba(255, 255, 255, .14);
  border-radius: 999px;
  bottom: -29px;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 78px;
}

.app-download-card__play {
  border-bottom: 17px solid transparent;
  border-left: 25px solid rgb(var(--card-accent));
  border-top: 17px solid transparent;
  display: block;
  filter: drop-shadow(0 0 13px rgba(var(--card-accent), .38));
  height: 0;
  margin-left: 6px;
  width: 0;
}

.app-download-card__body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 34px 30px;
}

.app-download-card__icon {
  align-items: center;
  background: #090c11;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 15px;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 18px;
  overflow: hidden;
  width: 50px;
}

.app-download-card__icon img {
  display: block;
  height: 44px;
  object-fit: contain;
  width: 44px;
}

.app-download-card h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.25;
  margin: 0;
}

.app-download-card__meta {
  color: rgb(var(--card-accent));
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  margin: 10px 0 0;
}

.app-download-card__desc {
  color: #9ba7b7;
  font-size: 13px;
  line-height: 1.7;
  margin: 15px 0 20px;
}

.app-download-card__actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}

.app-download-card__btn {
  align-items: center;
  background: rgb(var(--card-accent));
  border: 1px solid rgb(var(--card-accent));
  border-radius: 10px;
  box-sizing: border-box;
  color: #041219 !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  padding: 0 14px;
  text-decoration: none !important;
  transition: filter .18s ease, transform .18s ease;
  width: 100%;
}

.app-download-card__btn:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.app-download-card__btn--ghost {
  background: rgba(var(--card-accent), .07);
  border-color: rgba(var(--card-accent), .32);
  color: rgb(var(--card-accent)) !important;
}

.app-download__feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.app-download__feature-card {
  background: linear-gradient(145deg, rgba(20, 25, 34, .92), rgba(11, 14, 20, .94));
  border: 1px solid var(--ad-line);
  border-radius: 20px;
  min-height: 180px;
  padding: 28px;
  position: relative;
}

.app-download__feature-card--accent {
  background: linear-gradient(145deg, rgba(10, 52, 67, .72), rgba(9, 25, 32, .94));
  border-color: rgba(34, 199, 255, .23);
}

.app-download__feature-no {
  color: var(--ad-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.app-download__feature-card h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin: 26px 0 0;
}

.app-download__feature-card p {
  color: #8f9bab;
  font-size: 13px;
  line-height: 1.75;
  margin: 12px 0 0;
}

.app-download__closing {
  align-items: center;
  background:
    radial-gradient(circle at 83% 20%, rgba(100, 239, 186, .16), transparent 29%),
    linear-gradient(120deg, rgba(10, 60, 82, .92), rgba(9, 26, 37, .96));
  border: 1px solid rgba(57, 205, 255, .2);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
  overflow: hidden;
  padding: 34px 38px;
  position: relative;
}

.app-download__closing p {
  color: #7edbff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  margin: 0;
}

.app-download__closing h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.025em;
  margin: 8px 0 0;
}

.app-download__closing a {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

.app-download__notice {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 16px;
  margin-top: 18px;
  padding: 17px 20px;
}

.app-download__notice h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 6px;
}

.app-download__notice p {
  color: #7f8b9a;
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 1050px) {
  .app-download__hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    padding: 46px 40px;
  }

  .app-download__showcase-tv {
    height: 148px;
    width: 250px;
  }

  .app-download__showcase-phone {
    left: 0;
  }

  .app-download__grid {
    grid-template-columns: 1fr;
  }

  .app-download-card {
    grid-template-columns: 36% 64%;
  }
}

@media (max-width: 820px) {
  .app-download-page {
    padding-top: var(--site-head-mobile-body-pad-single, 54px);
  }

  .app-download {
    min-height: auto;
    padding: 14px 12px calc(var(--hsj-mobile-tabbar-height, 52px) + env(safe-area-inset-bottom, 0px) + 30px);
  }

  .app-download__hero {
    display: block;
    min-height: auto;
    padding: 30px 22px;
  }

  .app-download__hero::after,
  .app-download__showcase {
    display: none;
  }

  .app-download__eyebrow {
    font-size: 11px;
    margin-bottom: 16px;
  }

  .app-download__brand {
    align-items: flex-start;
    display: block;
  }

  .app-download__logo {
    border-radius: 17px;
    height: 62px;
    margin-bottom: 18px;
    width: 62px;
  }

  .app-download__brand-copy h1 {
    font-size: clamp(31px, 10vw, 42px);
  }

  .app-download__lead {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 20px;
  }

  .app-download__hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }

  .app-download__hero-btn {
    font-size: 13px;
    min-width: 0;
    padding: 0 10px;
    width: 100%;
  }

  .app-download__trust {
    gap: 8px 14px;
    margin-top: 19px;
  }

  .app-download__trust span {
    font-size: 11px;
  }

  .app-download__value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
  }

  .app-download__value-strip div {
    padding: 17px;
  }

  .app-download__value-strip div + div::before {
    display: none;
  }

  .app-download__value-strip div:nth-child(2n) {
    border-left: 1px solid var(--ad-line);
  }

  .app-download__value-strip div:nth-child(n+3) {
    border-top: 1px solid var(--ad-line);
  }

  .app-download__value-strip strong {
    font-size: 14px;
  }

  .app-download__download-section,
  .app-download__features {
    margin-top: 50px;
  }

  .app-download__section-head {
    margin-bottom: 20px;
  }

  .app-download__section-head h2 {
    font-size: 28px;
  }

  .app-download__section-head--center {
    text-align: left;
  }

  .app-download-card {
    display: block;
    margin-bottom: 14px;
    min-height: 0;
  }

  .app-download-card:hover {
    transform: none;
  }

  .app-download-card__visual {
    min-height: 190px;
  }

  .app-download-card__device--phone {
    border-radius: 20px;
    height: 135px;
    width: 70px;
  }

  .app-download-card__device--tv {
    border-radius: 13px;
    height: 86px;
    width: 145px;
  }

  .app-download-card__device--tv::after {
    bottom: -18px;
    height: 5px;
    width: 50px;
  }

  .app-download-card__play {
    border-bottom-width: 11px;
    border-left-width: 17px;
    border-top-width: 11px;
    margin-left: 4px;
  }

  .app-download-card__body {
    padding: 24px 20px;
  }

  .app-download-card__icon {
    display: none;
  }

  .app-download-card h3 {
    font-size: 20px;
  }

  .app-download-card__desc {
    margin-bottom: 18px;
  }

  .app-download__feature-grid {
    grid-template-columns: 1fr;
  }

  .app-download__feature-card {
    min-height: 0;
    padding: 23px;
  }

  .app-download__feature-card h3 {
    margin-top: 18px;
  }

  .app-download__closing {
    align-items: flex-start;
    display: block;
    margin-top: 50px;
    padding: 26px 22px;
  }

  .app-download__closing h2 {
    font-size: 22px;
  }

  .app-download__closing a {
    margin-top: 20px;
    width: 100%;
  }

  .app-download__notice {
    padding: 14px;
  }
}

@media (max-width: 430px) {
  .app-download__hero-actions {
    grid-template-columns: 1fr;
  }

  .app-download__brand-copy h1 {
    letter-spacing: -.05em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-download__hero-btn,
  .app-download__closing a,
  .app-download-card,
  .app-download-card__btn {
    transition: none;
  }
}
