.single-product .men-land {
  --men-fx: #4de2ff;
  --men-fx-2: #6d5cff;
  color: #d7e6ff;
  background:
    radial-gradient(circle at 50% -10%, rgba(77, 226, 255, 0.16), transparent 34%),
    #070b14;
}

.men-land-hero {
  position: relative;
  overflow: hidden;
  margin-top: -21px;
  padding: 48px 0 36px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(109, 92, 255, 0.28), transparent 36%),
    linear-gradient(180deg, #06101f 0%, #070b14 100%);
}

.men-land-aurora,
.men-land-gridfx {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.men-land-aurora {
  background:
    radial-gradient(circle at 18% 20%, rgba(77, 226, 255, 0.18), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(109, 92, 255, 0.2), transparent 24%);
}

.men-land-gridfx {
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(77, 226, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 226, 255, 0.16) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 86%);
}

.men-land-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

.men-land-kicker {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(77, 226, 255, 0.35);
  background: rgba(77, 226, 255, 0.1);
  color: #9ef6ff;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.men-land-hero h1,
.men-land-copy h1 {
  margin: 12px 0 10px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.men-land-lead {
  margin: 0 auto 20px;
  max-width: 680px;
  color: rgba(215, 230, 255, 0.82);
  font-size: 16px;
  line-height: 1.85;
}

.men-land-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.men-land-dots li {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #e7f3ff;
  font-size: 13px;
}

.men-land-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  margin-bottom: 24px;
}

.men-land-price {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.men-land-price em {
  font-style: normal;
  font-size: 24px;
  margin-right: 2px;
  color: var(--men-fx);
}

.men-land-price-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-bottom: 6px;
}

.men-land-badge {
  display: inline-flex;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 6px;
  background: linear-gradient(90deg, #22d3ee, #818cf8);
  color: #06101f;
  font-size: 12px;
  font-weight: 700;
}

.men-land-old {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: line-through;
  font-size: 13px;
}

.men-land-plan .men-land-old,
.men-land-soft .men-land-old {
  color: #8ea0c2;
}

.men-land-points {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.men-land-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.men-land-btn,
.men-land-plan-cta .but {
  min-width: 140px;
  text-align: center;
}

.men-land-shots {
  position: relative;
  max-width: 720px;
  margin: 36px auto 0;
}

.men-land-shots img {
  display: block;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(77, 226, 255, 0.18);
}

.men-land-shots .is-side {
  display: none;
}

.men-land-hud {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(280px, 100%);
  height: 168px;
  margin: 22px auto 0;
}

.men-land-hud-ring,
.men-land-hud-ring::before,
.men-land-hud-ring::after {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(77, 226, 255, 0.22);
}

.men-land-hud-ring {
  animation: men-spin 18s linear infinite;
  box-shadow: 0 0 40px rgba(77, 226, 255, 0.12) inset;
}

.men-land-hud-ring::before {
  content: "";
  inset: 18px;
  border-style: dashed;
  animation: men-spin 12s linear infinite reverse;
}

.men-land-hud-ring::after {
  content: "";
  inset: 42px;
  border-color: rgba(109, 92, 255, 0.45);
}

.men-land-hud-core {
  position: relative;
  z-index: 1;
  max-width: 240px;
  padding: 18px 16px;
  border-radius: 16px;
  background: rgba(7, 11, 20, 0.72);
  border: 1px solid rgba(77, 226, 255, 0.2);
  backdrop-filter: blur(8px);
}

.men-land-hud-core em {
  display: block;
  margin-bottom: 8px;
  color: #7ee8ff;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.16em;
}

.men-land-hud-core strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.35;
}

.men-land-hud-core span {
  display: block;
  color: rgba(215, 230, 255, 0.7);
  font-size: 12px;
  line-height: 1.6;
}

@keyframes men-spin {
  to { transform: rotate(360deg); }
}

.men-land-section {
  padding: 40px 0;
}

.men-land-soft {
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(77, 226, 255, 0.08);
}

.men-land-head {
  text-align: center;
  margin-bottom: 20px;
}

.men-land-head h2 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #f3f7ff;
}

.men-land-head p {
  margin: 0 auto;
  max-width: 560px;
  color: #8ea0c2;
}

.men-land-plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.men-land-plan {
  position: relative;
  width: min(320px, 100%);
  padding: 26px 20px 18px;
  border: 1px solid rgba(77, 226, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(18, 28, 48, 0.92), rgba(10, 16, 28, 0.92));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.men-land-plan.is-hot {
  border-color: rgba(77, 226, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(77, 226, 255, 0.2), 0 18px 48px rgba(77, 226, 255, 0.12);
  transform: translateY(-6px);
}

.men-land-plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee, #818cf8);
  color: #06101f;
  font-size: 12px;
  font-weight: 700;
}

.men-land-plan h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #fff;
}

.men-land-plan-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
}

.men-land-plan-price em {
  font-style: normal;
  font-size: 18px;
  color: var(--men-fx);
}

.men-land-plan-price small {
  margin-bottom: 6px;
  color: #8ea0c2;
  font-size: 13px;
  font-weight: 400;
}

.men-land-plan ul,
.men-land-module ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.men-land-plan li,
.men-land-module li {
  position: relative;
  padding: 8px 0;
  color: #c5d4ef;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}

.men-land-plan-cta {
  margin-top: 18px;
}

.men-land-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  text-align: center;
}

.men-land-trust div {
  padding: 16px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(77, 226, 255, 0.12);
}

.men-land-trust b {
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

.men-land-trust span {
  color: #8ea0c2;
  font-size: 13px;
}

.men-land-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.men-land-module {
  padding: 18px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(77, 226, 255, 0.12);
  text-align: center;
}

.men-land-module h3 {
  margin: 0 0 8px;
  color: #fff;
}

.men-land-module p {
  margin: 0;
  color: #8ea0c2;
}

.men-land-narrow {
  max-width: 760px;
  margin: 0 auto;
}

.men-land-intro {
  padding: 28px 28px 8px;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(77, 226, 255, 0.12);
  color: #d7e6ff;
  text-align: center;
}

.men-land-intro p {
  text-align: center;
}

.men-land-faq {
  margin-top: 36px;
}

.men-land-q {
  margin-bottom: 10px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(77, 226, 255, 0.12);
  text-align: left;
}

.men-land-q summary {
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.men-land-q div {
  margin-top: 8px;
  color: #c5d4ef;
  line-height: 1.7;
  text-align: center;
}

.men-land-foot {
  padding: 36px 0;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(77, 226, 255, 0.18), transparent 42%),
    linear-gradient(180deg, #08111f, #05070d);
}

.men-land-foot h2 {
  margin: 12px 0 8px;
}

.men-land-foot p {
  margin: 0 auto 20px;
  max-width: 520px;
  color: rgba(215, 230, 255, 0.78);
}

@media (max-width: 960px) {
  .men-land-hero h1 {
    font-size: 28px;
  }

  .men-land-modules,
  .men-land-trust {
    grid-template-columns: 1fr;
  }

  .men-land-plan.is-hot {
    transform: none;
  }
}

/* 产品落地页：收紧顶部导航分类、底部页脚，避免压过商品本身 */
.men-product-landing .header .navbar-nav > li > a,
.men-product-landing .header .menu-item-title {
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.men-product-landing .header .navbar-nav > li {
  margin: 0 2px;
}

.men-product-landing .header .navbar-nav > li:before,
.men-product-landing .header .navbar-nav > li:after {
  width: 18px !important;
  top: 18px !important;
}

.men-product-landing .navbar-logo,
.men-product-landing .navbar-logo img {
  max-height: 32px !important;
  width: auto;
}

.men-product-landing .header,
.men-product-landing .navbar-top,
.men-product-landing .navbar-header,
.men-product-landing .navbar-brand {
  min-height: 52px;
}

.men-product-landing .footer {
  padding: 18px 0 12px;
}

.men-product-landing .footer .footer-contact-box {
  gap: 12px !important;
  align-items: flex-start;
}

.men-product-landing .footer .footer-muted,
.men-product-landing .footer .footer-contact-box > li > .footer-muted,
.men-product-landing .footer .footer-contact-box > li > p + div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 360px;
  font-size: 12px;
  line-height: 1.6;
}

.men-product-landing .footer .footer-logo img,
.men-product-landing .footer-miniimg img {
  max-height: 40px !important;
  width: auto;
}

.men-product-landing .footer-miniimg {
  max-height: 64px;
  overflow: hidden;
}

.men-product-landing .knn-statistics-footer,
.men-product-landing .knn-perf-footer {
  padding: 8px 12px !important;
  font-size: 12px !important;
}

.men-product-landing #dixian {
  height: 28px !important;
}
