/* Aurora Store — 高端气派视觉增强 */

/* —— 品牌实力数据条 —— */
.mas-legacy-stats--prestige {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 16px 40px;
  background: transparent;
  border: none;
  overflow: visible;
}

.mas-legacy-stats__ambient {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(100%, 1180px);
  height: 120px;
  background: linear-gradient(90deg, rgba(0, 119, 255, 0.08), rgba(212, 175, 55, 0.1), rgba(124, 58, 237, 0.08));
  filter: blur(48px);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
}

.mas-legacy-stats__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--mas-max, 1200px);
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .mas-legacy-stats--prestige {
    padding: 8px 20px 48px;
  }

  .mas-legacy-stats__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (min-width: 1100px) {
  .mas-legacy-stats__inner {
    gap: 20px;
  }
}

.mas-legacy-stats--prestige .mas-legacy-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 0;
  padding: 22px 16px 20px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(165deg, rgba(15, 23, 42, 0.92) 0%, rgba(3, 7, 18, 0.96) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

@media (min-width: 900px) {
  .mas-legacy-stats--prestige .mas-legacy-stats__item {
    padding: 24px 18px;
  }
}

.mas-legacy-stats--prestige .mas-legacy-stats__item:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow:
    0 32px 64px rgba(0, 119, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.mas-legacy-stats__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 119, 255, 0.22), rgba(212, 175, 55, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f5d67b;
  box-shadow: 0 8px 24px rgba(0, 119, 255, 0.15);
}

.mas-legacy-stats--prestige .mas-legacy-stats__num {
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, #ffffff 0%, #f5d67b 45%, #60a5fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mas-legacy-stats--prestige .mas-legacy-stats__label {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #94a3b8;
  max-width: 16em;
}

/* 子页简化版数据条 */
.mas-subpage .mas-legacy-stats:not(.mas-legacy-stats--prestige) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 32px;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.mas-subpage .mas-legacy-stats:not(.mas-legacy-stats--prestige) .mas-legacy-stats__item {
  padding: 22px 14px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(165deg, #0f172a 0%, #1e293b 100%);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.mas-subpage .mas-legacy-stats:not(.mas-legacy-stats--prestige) .mas-legacy-stats__num {
  font-size: 1rem;
  font-weight: 800;
  background: linear-gradient(135deg, #f5d67b, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mas-subpage .mas-legacy-stats:not(.mas-legacy-stats--prestige) .mas-legacy-stats__label {
  font-size: 0.76rem;
  color: #94a3b8;
}

@media (min-width: 768px) {
  .mas-subpage .mas-legacy-stats:not(.mas-legacy-stats--prestige) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* —— Hero 高端增强 —— */
.mas-hero--prestige {
  position: relative;
  overflow: hidden;
  padding-bottom: 32px;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(0, 119, 255, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 20%, rgba(212, 175, 55, 0.08), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.mas-hero--prestige::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 80%);
  pointer-events: none;
}

.mas-hero--prestige .mas-hero__title {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #0f172a 0%, #0077ff 55%, #0f172a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mas-hero--prestige .mas-hero__badges span {
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.04), rgba(212, 175, 55, 0.08));
  color: #334155;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.mas-hero--prestige .mas-hero__btn--primary {
  background: linear-gradient(135deg, #0077ff 0%, #0056b3 100%);
  box-shadow: 0 12px 32px rgba(0, 119, 255, 0.35);
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* —— 图文故事区 —— */
.mas-brand-stories--prestige {
  position: relative;
  padding: 88px 20px 96px;
  background: #030712;
  overflow: hidden;
}

.mas-brand-stories__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.mas-brand-stories__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}

.mas-brand-stories__orb--1 {
  width: 520px;
  height: 520px;
  top: -120px;
  left: -80px;
  background: rgba(0, 119, 255, 0.35);
}

.mas-brand-stories__orb--2 {
  width: 400px;
  height: 400px;
  top: 40%;
  right: -100px;
  background: rgba(124, 58, 237, 0.28);
}

.mas-brand-stories__orb--3 {
  width: 360px;
  height: 360px;
  bottom: -80px;
  left: 35%;
  background: rgba(212, 175, 55, 0.2);
}

.mas-brand-stories__wrap {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.mas-brand-stories__head {
  max-width: 820px;
  margin: 0 auto 64px;
  text-align: center;
}

.mas-brand-stories__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 20px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f5d67b;
}

.mas-brand-stories__eyebrow-line {
  flex: 1;
  max-width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 214, 123, 0.6), transparent);
}

.mas-brand-stories__title {
  margin: 0 0 20px;
  font-size: clamp(1.75rem, 4.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.mas-brand-stories__title-accent {
  display: block;
  margin-top: 8px;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, #f5d67b, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mas-brand-stories__lead {
  margin: 0 auto;
  max-width: 640px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #94a3b8;
}

.mas-brand-stories__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.mas-story--prestige {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  margin: 0;
  padding: 36px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.75) 0%, rgba(3, 7, 18, 0.85) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.mas-story--prestige::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 214, 123, 0.4), rgba(0, 119, 255, 0.4), transparent);
}

.mas-story__index {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: clamp(3rem, 8vw, 4.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
  user-select: none;
}

@media (min-width: 960px) {
  .mas-story--prestige {
    grid-template-columns: minmax(300px, 44%) 1fr;
    gap: 56px;
    padding: 48px 56px;
  }

  .mas-story--prestige.mas-story--reverse .mas-story__media {
    order: 2;
  }

  .mas-story--prestige.mas-story--reverse .mas-story__body {
    order: 1;
  }
}

.mas-story__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mas-story__frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mas-story__frame--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(240px, 62vw);
  height: min(240px, 62vw);
  padding: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(0, 119, 255, 0.25), rgba(3, 7, 18, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 60px rgba(0, 119, 255, 0.2),
    inset 0 0 40px rgba(0, 119, 255, 0.08);
}

.mas-story__frame--logo img {
  width: 76%;
  height: 76%;
  max-width: none;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  filter: drop-shadow(0 20px 40px rgba(0, 119, 255, 0.35));
}

.mas-story__frame--phone {
  padding: 10px;
  border-radius: 32px;
  background: linear-gradient(145deg, #1e293b, #0f172a);
  border: 2px solid transparent;
  background-clip: padding-box;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 32px 64px rgba(0, 0, 0, 0.5),
    0 0 80px rgba(0, 119, 255, 0.12);
}

.mas-story__frame--phone::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 34px;
  padding: 2px;
  background: linear-gradient(145deg, rgba(245, 214, 123, 0.5), rgba(0, 119, 255, 0.4), rgba(124, 58, 237, 0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.mas-story__frame--phone img {
  width: min(300px, 78vw);
  height: auto;
  display: block;
  border-radius: 24px;
  background: #0f172a;
}

.mas-story--prestige .mas-story__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.mas-story__badge--gold { background: linear-gradient(135deg, #f5d67b, #b8860b); }
.mas-story__badge--blue { background: linear-gradient(135deg, #38bdf8, #0077ff); }
.mas-story__badge--teal { background: linear-gradient(135deg, #2dd4bf, #0d9488); }
.mas-story__badge--purple { background: linear-gradient(135deg, #a78bfa, #6d28d9); }

.mas-story--prestige .mas-story__body h3 {
  margin: 0 0 16px;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.mas-story--prestige .mas-story__body > p {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.8;
  color: #cbd5e1;
}

.mas-story--prestige .mas-story__body strong {
  color: #f5d67b;
  font-weight: 700;
}

.mas-story--prestige .mas-story__points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.mas-story--prestige .mas-story__points li {
  position: relative;
  padding-left: 28px;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: #e2e8f0;
}

.mas-story--prestige .mas-story__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5d67b, #0077ff);
  box-shadow: 0 0 12px rgba(0, 119, 255, 0.6);
}

.mas-story__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #0f172a !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #f5d67b 0%, #d4af37 100%);
  box-shadow: 0 8px 28px rgba(212, 175, 55, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mas-story__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(212, 175, 55, 0.45);
}

.mas-story__cta {
  margin-top: 24px;
}

/* 子页故事卡片 */
.mas-subpage .mas-story:not(.mas-story--prestige) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  margin: 0 0 32px;
  padding: 32px 24px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08);
}

@media (min-width: 900px) {
  .mas-subpage .mas-story:not(.mas-story--prestige) {
    grid-template-columns: minmax(240px, 40%) 1fr;
    gap: 40px;
    padding: 40px 44px;
  }

  .mas-subpage .mas-story--reverse:not(.mas-story--prestige) .mas-story__media { order: 2; }
  .mas-subpage .mas-story--reverse:not(.mas-story--prestige) .mas-story__body { order: 1; }
}

.mas-subpage .mas-story:not(.mas-story--prestige) .mas-story__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mas-subpage .mas-story:not(.mas-story--prestige) .mas-story__media--phone img {
  width: min(260px, 72vw);
  border-radius: 22px;
  border: 2px solid #0f172a;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.18);
}

.mas-subpage .mas-story:not(.mas-story--prestige) .mas-story__media--logo img {
  display: block;
  width: min(180px, 48vw);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.mas-subpage .mas-story:not(.mas-story--prestige) .mas-story__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
}

/* 子页下载区 */
.mas-dl-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  max-width: 760px;
  margin: 0 auto 36px;
  padding: 28px 24px;
  text-align: left;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(165deg, #0f172a 0%, #1e293b 100%);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.18);
}

@media (min-width: 640px) {
  .mas-dl-showcase {
    grid-template-columns: 220px 1fr;
    gap: 36px;
    padding: 36px 40px;
  }
}

.mas-dl-showcase__phone img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  display: block;
  border-radius: 22px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 119, 255, 0.15);
}

.mas-dl-showcase__text h2 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #f8fafc;
}

.mas-dl-showcase__text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #94a3b8;
}

/* 安全区块 */
.mas-trust-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.mas-trust-section .mas-corp__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.02em;
}

.mas-trust-pillar {
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(165deg, #ffffff, #f8fafc);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mas-trust-pillar:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(0, 119, 255, 0.1);
}

/* 子页主视觉 */
.mas-subpage__hero-img {
  filter: drop-shadow(0 20px 48px rgba(0, 119, 255, 0.2));
}

.mas-subpage h1 {
  letter-spacing: -0.02em;
}

.mas-subpage__lead {
  font-size: 1.08rem;
  line-height: 1.75;
}

.mas-subpage__btn--lg {
  padding: 16px 36px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 12px 36px rgba(0, 119, 255, 0.3);
}
