* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.app-download-page {
  margin: 0;
  color: #454545;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  body.app-download-page {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.app-download-page {
    font-size: 14px;
  }
}

.app-download-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 32px 72px;
  background: radial-gradient(120% 100% at 22% 34%, #3AA5F5 0%, #1878DA 42%, #0B52B0 100%);
}
@media screen and (max-width: 991px) {
  .app-download-hero {
    padding: calc(80px + 40px) 24px 56px;
  }
}
@media screen and (max-width: 767px) {
  .app-download-hero {
    padding: 40px 16px 40px;
  }
}
.app-download-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.55) 0 1.4px, transparent 1.4px), radial-gradient(circle at 72% 66%, rgba(255, 255, 255, 0.4) 0 1.1px, transparent 1.1px);
  background-size: 190px 170px, 130px 240px;
}

.app-download-hero-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .app-download-hero-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.app-download-hero-artwork {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 520px;
          flex: 0 1 520px;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .app-download-hero-artwork {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .app-download-hero-artwork {
    max-width: 220px;
  }
}

.app-download-mascot {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 24px 40px rgba(4, 40, 92, 0.35));
          filter: drop-shadow(0 24px 40px rgba(4, 40, 92, 0.35));
}

.app-download-hero-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 520px;
          flex: 0 1 520px;
  min-width: 0;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .app-download-hero-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 520px;
    text-align: center;
  }
}

.app-download-title {
  margin: 0 0 20px;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .app-download-title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .app-download-title {
    font-size: 1.75rem;
  }
}

.app-download-description {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .app-download-description {
    font-size: 1rem;
  }
}
.app-download-description:last-of-type {
  margin-bottom: 0;
}

.app-download-stores {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .app-download-stores {
    margin-top: 24px;
    padding-top: 24px;
  }
}

.app-download-section-title {
  margin: 0 0 20px;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
}

.app-download-section-title-narrow {
  display: none;
}

@media screen and (max-width: 767px) {
  .app-download-section-title-wide {
    display: none;
  }
  .app-download-section-title-narrow {
    display: inline;
  }
}
.app-download-store-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .app-download-store-card-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .app-download-store-card-list {
    gap: 12px;
  }
}

.app-download-store-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 240px;
  padding: 20px 20px 18px;
  background: #FFFFFF;
  border: 12px solid rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  -webkit-box-shadow: 0 12px 28px rgba(4, 40, 92, 0.25);
          box-shadow: 0 12px 28px rgba(4, 40, 92, 0.25);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .app-download-store-card {
    max-width: none;
    padding: 14px;
    border-width: 0;
  }
}

.app-download-store-card-qr-code {
  margin-bottom: 14px;
}
.app-download-store-card-qr-code svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .app-download-store-card-qr-code {
    display: none;
  }
}

.app-download-store-card-platform {
  margin: 0 0 12px;
  color: #454545;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .app-download-store-card-platform {
    margin-bottom: 8px;
  }
}

.app-download-store-card-button {
  display: block;
  padding: 9px 16px;
  background: #0D6CBE;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.app-download-store-card-button:hover, .app-download-store-card-button:focus {
  background: #065DA7;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .app-download-store-card-button {
    padding: 12px 8px;
    font-size: 1.05rem;
  }
}

.app-download-preview-notice {
  display: none;
}

.app-download-preview-mode .app-download-preview-notice {
  display: block;
  margin: 0 0 20px;
  padding: 10px 14px;
  background: rgba(255, 244, 229, 0.95);
  border: 1px solid #FD9841;
  border-radius: 4px;
  color: #A85B12;
  font-size: 0.85rem;
}