.page-products {
  --ac-card-round: 18px;
  --ac-gold-grad: linear-gradient(135deg, #D4AF37 0%, #8B6914 100%);
  --ac-phone-w: 236px;
  --ac-phone-h: 492px;
  padding-bottom: 72px;
}

.page-products .breadcrumbs {
  padding-top: 26px;
  font-size: 13px;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.page-products .breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.page-products .breadcrumbs a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold-deep);
}
.page-products .sep {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--divider);
}
.page-products .breadcrumb-current {
  color: var(--gold);
  font-weight: 700;
  font-family: var(--font-mono);
}

.page-products .apps-head {
  position: relative;
  margin-top: 30px;
  margin-bottom: 42px;
  padding: 26px 20px 30px;
  background: linear-gradient(135deg, rgba(26, 32, 44, 0.85), rgba(11, 15, 25, 0.4));
  border: 1px solid var(--divider);
  border-left: 3px solid var(--gold);
  clip-path: polygon(0 0, 96% 0, 100% 8%, 100% 100%, 4% 100%, 0 92%);
  overflow: hidden;
}
.page-products .apps-head::after {
  content: "APP CENTER";
  position: absolute;
  right: 26px;
  bottom: 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: rgba(139, 148, 158, 0.5);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  opacity: 0.6;
  pointer-events: none;
}
.page-products .apps-head .section-eyebrow {
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
.page-products .apps-head h1 {
  font-family: var(--font-heading);
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.15;
  color: var(--text);
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.page-products .head-en {
  display: block;
  font-size: 0.5em;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-top: 6px;
}
.page-products .apps-lead {
  max-width: 680px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 20px;
}
.page-products .kw {
  color: var(--text);
  font-weight: 600;
  border-bottom: 1px dashed rgba(212, 175, 55, 0.6);
  padding-bottom: 1px;
}
.page-products .apps-quicknav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-products .apps-quicknav .btn {
  font-size: 14px;
  border-radius: 6px;
  clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%);
}
.page-products .apps-quicknav .btn-ghost {
  color: var(--blue);
  border-color: rgba(0, 184, 255, 0.5);
}

.page-products .apps-bento {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.page-products .apps-card {
  position: relative;
  background: var(--steel);
  border: 1px solid var(--divider);
  border-radius: var(--ac-card-round);
  padding: 24px 20px 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: border-color 0.35s var(--ease), box-shadow 0.35s var(--ease), transform 0.35s var(--ease);
}
.page-products .apps-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--ac-gold-grad);
  opacity: 0.85;
}
.page-products .apps-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 8%, rgba(212, 175, 55, 0.05), transparent 42%);
}
.page-products .apps-card:hover {
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.4);
  transform: translateY(-3px);
}

.page-products .apps-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.page-products .card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  min-width: 30px;
  padding: 0 8px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 3px;
  background: rgba(212, 175, 55, 0.1);
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
}
.page-products .card-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
}
.page-products .apps-card h2 {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--text);
  margin: 0 0 8px;
}
.page-products .apps-card p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 12px;
}
.page-products .apps-card .card-sub {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 16px;
}
.page-products .text-link {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: var(--blue);
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 184, 255, 0.4);
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}
.page-products .text-link:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.page-products .phone-focus {
  background: linear-gradient(150deg, var(--steel) 0%, rgba(11, 15, 25, 0.92) 100%);
}
.page-products .phone-focus::after {
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 184, 255, 0.1), transparent 50%),
    radial-gradient(circle at 10% 90%, rgba(212, 175, 55, 0.08), transparent 50%);
}
.page-products .phone-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0 18px;
}
.page-products .phone-stage::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0, 184, 255, 0.14), transparent 65%);
  border-radius: 50%;
}
.page-products .phone-model {
  position: relative;
  z-index: 2;
  width: min(var(--ac-phone-w), 100%);
  height: var(--ac-phone-h);
  background: linear-gradient(145deg, #252c37, #141922);
  border-radius: 36px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.05), 0 22px 46px rgba(0, 0, 0, 0.55);
  transition: transform 0.4s var(--ease);
}
.page-products .phone-focus:hover .phone-model {
  transform: rotate(-3deg) scale(0.99);
}
.page-products .phone-screen {
  position: absolute;
  inset: 14px 14px 42px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--night);
}
.page-products .phone-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-products .phone-notch {
  position: absolute;
  z-index: 4;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 98px;
  height: 26px;
  background: #0f141b;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.page-products .phone-homebar {
  position: absolute;
  z-index: 4;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
  height: 5px;
  border-radius: 5px;
  background: rgba(240, 246, 252, 0.32);
}
.page-products .phone-badge {
  position: absolute;
  z-index: 5;
  padding: 5px 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--blue);
  background: rgba(11, 15, 25, 0.88);
  border: 1px solid rgba(0, 184, 255, 0.35);
  border-radius: 999px;
  pointer-events: none;
}
.page-products .phone-badge.is-left {
  left: 18px;
  top: 52px;
}
.page-products .phone-badge.is-right {
  right: 18px;
  bottom: 76px;
}

.page-products .app-feature-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.page-products .app-feature-list li {
  position: relative;
  padding: 7px 0 7px 26px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
}
.page-products .app-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 14px;
  height: 14px;
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid var(--gold);
  border-radius: 3px;
  transform: skewX(-12deg);
}
.page-products .download-tip {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 14px 0 12px;
  padding: 14px;
  background: rgba(11, 15, 25, 0.55);
  border: 1px solid var(--divider);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.page-products .tip-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--ac-gold-grad);
  color: #0b0f19;
  font-weight: 800;
  font-family: var(--font-mono);
  font-size: 16px;
}
.page-products .download-tip strong {
  display: block;
  color: var(--text);
  font-size: 14px;
}
.page-products .download-tip p {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

.page-products .legacy-shot,
.page-products .score-shot,
.page-products .channel-shot,
.page-products .bookmark-shot {
  position: relative;
  margin: 14px 0;
  border: 1px solid var(--divider);
  border-radius: 12px;
  overflow: hidden;
  background: var(--night);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.page-products .legacy-shot img,
.page-products .score-shot img,
.page-products .channel-shot img,
.page-products .bookmark-shot img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-products .data-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 16px 0 14px;
  position: relative;
  z-index: 1;
}
.page-products .data-col {
  padding: 14px;
  background: rgba(11, 15, 25, 0.42);
  border: 1px dashed #3d434c;
  border-radius: 12px;
}
.page-products .data-col h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 15px;
  color: var(--gold);
}
.page-products .data-col h3::before {
  content: "";
  width: 16px;
  height: 3px;
  background: var(--ac-gold-grad);
  border-radius: 2px;
}
.page-products .data-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-products .data-col li {
  padding: 3px 0 3px 14px;
  position: relative;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}
.page-products .data-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 6px rgba(0, 184, 255, 0.5);
}
.page-products .coverage-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
  position: relative;
  z-index: 1;
}
.page-products .coverage-item {
  padding: 12px 6px;
  text-align: center;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(139, 105, 20, 0.05));
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 10px;
}
.page-products .coverage-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
}
.page-products .coverage-label {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
}
.page-products .service-foot {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
  border-top: 1px solid var(--divider);
  padding-top: 12px;
  margin-top: 2px;
}

.page-products .score-card {
  background: linear-gradient(150deg, var(--steel), rgba(11, 15, 25, 0.6));
}
.page-products .score-shot {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.page-products .channel-card::after {
  background: radial-gradient(circle at 85% 10%, rgba(0, 184, 255, 0.14), transparent 55%);
}
.page-products .channel-card p {
  max-width: 560px;
}
.page-products .channel-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin: 2px 0 10px;
  border: 1px solid rgba(46, 164, 79, 0.4);
  border-radius: 999px;
  background: rgba(46, 164, 79, 0.09);
  font-size: 13px;
  color: var(--text);
  position: relative;
  z-index: 1;
}
.page-products .channel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(46, 164, 79, 0.8);
  animation: bandao-channel-pulse 2.4s var(--ease) infinite;
}
@keyframes bandao-channel-pulse {
  0%, 100% {
    box-shadow: 0 0 6px rgba(46, 164, 79, 0.6);
    opacity: 0.85;
  }
  50% {
    box-shadow: 0 0 16px rgba(46, 164, 79, 0.95);
    opacity: 1;
  }
}

.page-products .fav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  margin-left: 8px;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease);
}
.page-products .fav-btn:hover {
  background: rgba(212, 175, 55, 0.14);
}
.page-products .fav-btn:active {
  transform: scale(1.12);
  background: var(--ac-gold-grad);
  color: #0b0f19;
}
.page-products .bookmark-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.page-products .bookmark-steps span {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(11, 15, 25, 0.4);
  border-left: 3px solid var(--blue);
  border-radius: 6px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.4;
}
.page-products .bookmark-steps span::before {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--blue);
}
.page-products .bookmark-steps span:nth-child(1)::before {
  content: "01";
}
.page-products .bookmark-steps span:nth-child(2)::before {
  content: "02";
}
.page-products .bookmark-steps span:nth-child(3)::before {
  content: "03";
}

.page-products .help-links {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.page-products .help-links li {
  margin-bottom: 10px;
}
.page-products .help-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  background: rgba(11, 15, 25, 0.35);
  border: 1px solid var(--divider);
  border-radius: 10px;
  color: var(--text);
  font-size: 14px;
  text-decoration: none;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease), transform 0.3s var(--ease);
}
.page-products .help-links a::after {
  content: "→";
  font-family: var(--font-mono);
  color: var(--blue);
  font-size: 16px;
}
.page-products .help-links a:hover {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.07);
  transform: translateX(4px);
}

@media (min-width: 560px) {
  .page-products .data-columns {
    grid-template-columns: 1fr 1fr;
  }
  .page-products .bookmark-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-products .bookmark-steps span {
    display: block;
    text-align: center;
  }
  .page-products .bookmark-steps span::before {
    display: block;
    margin-bottom: 4px;
  }
}

@media (min-width: 900px) {
  .page-products {
    padding-bottom: 100px;
    --ac-phone-w: 268px;
    --ac-phone-h: 560px;
  }
  .page-products .apps-head {
    margin-bottom: 48px;
  }
  .page-products .apps-bento {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .page-products .phone-focus {
    grid-column: span 2;
  }
  .page-products .download-note {
    grid-column: span 1;
  }
  .page-products .legacy-entry {
    grid-column: span 1;
  }
  .page-products .data-service {
    grid-column: span 2;
  }
  .page-products .score-card {
    grid-column: span 2;
  }
  .page-products .channel-card {
    grid-column: span 1;
  }
  .page-products .bookmark-card {
    grid-column: span 1;
  }
  .page-products .help-card {
    grid-column: span 2;
  }
  .page-products .help-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .page-products .help-links li {
    margin-bottom: 0;
  }
  .page-products .phone-stage {
    padding-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .channel-dot {
    animation: none;
  }
  .page-products .apps-card {
    transition: none;
  }
  .page-products .phone-model {
    transition: none;
  }
  .page-products .phone-focus:hover .phone-model {
    transform: none;
  }
  .page-products .help-links a {
    transition: none;
  }
  .page-products .fav-btn {
    transition: none;
  }
}
