/**
 * 首页 · Luxe 轻奢浅色 + 大字号扫读
 * 搭配 body.no-v4-theme-luxe + site-v4-luxe-base.css
 */

/* —— Hero 浅色 —— */
.no-v4-theme-luxe .no-v4-hero-bg.no-v4-home-hero-impact {
  min-height: 0;
  background: linear-gradient(180deg, var(--luxe-ivory) 0%, #fafcff 42%, var(--luxe-sky) 100%);
  border-bottom: 1px solid rgba(201, 160, 82, 0.18);
  box-shadow: inset 0 3px 0 0 var(--luxe-gold-light);
}

/* —— 拳头产品 · 顶部横幅 —— */
.no-v4-theme-luxe .no-v4-home-ace-promo-bar {
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  z-index: 44;
  display: block;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(90deg, #0a2540 0%, #143552 52%, #1a4060 100%);
  border-bottom: 1px solid rgba(201, 160, 82, 0.42);
  box-shadow: 0 6px 20px rgba(10, 37, 64, 0.18);
  transition: filter 0.2s ease;
}

.no-v4-theme-luxe .no-v4-home-ace-promo-bar:hover {
  filter: brightness(1.06);
  text-decoration: none;
  color: inherit;
}

.no-v4-theme-luxe .no-v4-home-ace-promo-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  min-height: 40px;
  padding: 8px 0;
  flex-wrap: wrap;
}

.no-v4-theme-luxe .no-v4-home-ace-promo-bar-badge {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a2540;
  background: linear-gradient(135deg, #f0d088 0%, #c9a052 100%);
  padding: 4px 10px;
  border-radius: 999px;
}

.no-v4-theme-luxe .no-v4-home-ace-promo-bar-text {
  font-size: clamp(12px, 2.8vw, 14px);
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 253, 248, 0.92);
  text-align: center;
}

.no-v4-theme-luxe .no-v4-home-ace-promo-bar-text strong {
  color: #f0d088;
  font-weight: 900;
}

.no-v4-theme-luxe .no-v4-home-ace-promo-bar-cta {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 800;
  color: #f0d088;
  white-space: nowrap;
}

.no-v4-theme-luxe .no-v4-home-hero-impact--promo {
  padding-top: calc(56px + 40px + clamp(20px, 3vh, 32px));
}

@media (max-width: 1023px) {
  .no-v4-theme-luxe .no-v4-home-ace-promo-bar {
    top: 98px;
  }

  .no-v4-theme-luxe .no-v4-home-hero-impact--promo {
    padding-top: calc(56px + 42px + 40px + clamp(12px, 2vh, 20px));
  }

  .no-v4-theme-luxe .no-v4-home-ace-promo-bar-inner {
    min-height: 38px;
    padding: 7px 0;
    gap: 6px 10px;
  }

  .no-v4-theme-luxe .no-v4-home-ace-promo-bar-cta {
    font-size: 12px;
  }
}

/* 首屏：左右等高面板，内容填满无空白 */
.no-v4-theme-luxe .no-v4-home-hero-body {
  padding-top: clamp(16px, 2.5vh, 28px);
}

.no-v4-theme-luxe .no-v4-hero-bg.no-v4-home-hero-impact {
  padding-bottom: clamp(36px, 5vh, 52px) !important;
}

.no-v4-theme-luxe .no-v4-home-impact-panel {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.8vh, 18px);
  padding: clamp(18px, 2.2vh, 24px);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: var(--luxe-shadow);
}

@media (min-width: 1024px) {
  .no-v4-theme-luxe .no-v4-home-impact-grid {
    min-height: 0 !important;
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(20px, 2.5vw, 32px);
    row-gap: clamp(18px, 2.2vh, 24px);
    padding: clamp(8px, 1.2vh, 12px) 0 0;
    margin-bottom: 0;
  }

  .no-v4-theme-luxe .no-v4-home-impact-brand-col,
  .no-v4-theme-luxe .no-v4-home-impact-proof-col {
    min-height: 100%;
    align-self: stretch;
  }

  .no-v4-theme-luxe .no-v4-home-impact-panel {
    flex: 1;
    height: 100%;
    min-height: 0;
    justify-content: flex-start;
    gap: clamp(12px, 1.5vh, 16px);
    padding: clamp(20px, 2.4vh, 26px);
  }

  .no-v4-theme-luxe .no-v4-home-impact-lead--brand {
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: none;
  }

  .no-v4-theme-luxe .no-v4-home-impact-metrics--brand {
    flex: 0 0 auto;
    margin: 0;
    padding-bottom: 0;
  }

  .no-v4-theme-luxe .no-v4-home-impact-brand-points {
    flex: 1 1 auto;
    min-height: 0;
  }

  .no-v4-theme-luxe .no-v4-home-impact-brand-points li {
    flex: 1 1 0;
    display: flex;
    align-items: center;
  }

  .no-v4-theme-luxe .no-v4-home-impact-cta {
    flex: 0 0 auto;
    margin-top: 0;
    padding-top: 0;
  }

  .no-v4-theme-luxe .no-v4-home-impact-proof-col .no-v4-home-impact-strengths--col {
    flex: 1 1 auto;
    min-height: 0;
    gap: clamp(10px, 1.2vh, 12px);
  }

  .no-v4-theme-luxe .no-v4-home-impact-proof-col .no-v4-home-impact-strength {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .no-v4-theme-luxe .no-v4-home-impact-proof-col .no-v4-home-impact-personas {
    flex: 0 0 auto;
    margin-top: 0;
  }

  .no-v4-theme-luxe .no-v4-home-impact-metrics--brand .no-v4-home-impact-metric-num {
    font-size: clamp(2.75rem, 5.5vw, 4.5rem);
  }

  .no-v4-theme-luxe .no-v4-home-impact-panel .no-v4-home-impact-strength {
    padding: clamp(14px, 1.6vh, 18px) clamp(14px, 1.8vw, 18px);
  }

  .no-v4-theme-luxe .no-v4-home-impact-panel .no-v4-home-impact-strength-desc {
    line-height: 1.5;
  }

  .no-v4-theme-luxe .no-v4-home-impact-panel .no-v4-home-impact-personas {
    padding-top: 12px;
    gap: 10px;
  }

  .no-v4-theme-luxe .no-v4-home-ace-flagship--in-hero {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0;
    margin-bottom: 0;
  }

  .no-v4-theme-luxe .no-v4-home-ace-flagship--in-hero .no-v4-home-ace-flagship-inner {
    padding: clamp(22px, 2.6vh, 30px) clamp(26px, 3vw, 34px);
    gap: clamp(18px, 2.2vh, 26px);
  }

  .no-v4-theme-luxe .no-v4-home-hero-impact .no-v4-hero-tag {
    margin-bottom: 0;
  }

  .no-v4-theme-luxe .no-v4-home-impact-title {
    margin-bottom: 0;
  }

  .no-v4-theme-luxe .no-v4-home-impact-brand-col {
    grid-column: 1;
    grid-row: 1;
  }

  .no-v4-theme-luxe .no-v4-home-impact-proof-col {
    grid-column: 2;
    grid-row: 1;
    gap: 0;
  }
}

@media (max-width: 1023px) {
  .no-v4-theme-luxe .no-v4-home-hero-impact .no-v4-hero-role-stream {
    top: 96px;
    height: clamp(84px, 12vh, 116px);
  }

  .no-v4-theme-luxe .no-v4-home-hero-body {
    padding-top: clamp(12px, 2vh, 20px);
  }

  .no-v4-theme-luxe .no-v4-home-impact-grid {
    min-height: 0 !important;
    margin-bottom: 0;
    padding: 0;
    gap: 14px;
  }

  .no-v4-theme-luxe .no-v4-home-impact-panel {
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .no-v4-theme-luxe .no-v4-home-impact-brand-col {
    order: 1;
  }

  .no-v4-theme-luxe .no-v4-home-ace-flagship--in-hero {
    order: 2;
  }

  .no-v4-theme-luxe .no-v4-home-impact-proof-col {
    order: 3;
  }

  .no-v4-theme-luxe .no-v4-home-impact-title {
    margin-bottom: 0;
  }

  .no-v4-theme-luxe .no-v4-home-impact-lead--brand {
    margin-bottom: 0;
  }

  .no-v4-theme-luxe .no-v4-home-impact-metrics--brand {
    padding-bottom: 0;
  }

  .no-v4-theme-luxe .no-v4-home-impact-brand-points li {
    padding: 8px 10px;
    font-size: 13px;
  }

  .no-v4-theme-luxe .no-v4-home-ace-flagship--in-hero .no-v4-home-ace-flagship-inner {
    padding: 18px 14px;
    gap: 14px;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(10, 37, 64, 0.28);
  }

  .no-v4-theme-luxe .no-v4-home-ace-flagship--in-hero .no-v4-home-ace-flagship-title {
    font-size: clamp(1.3125rem, 5.2vw, 1.625rem);
    margin-bottom: 8px;
  }

  .no-v4-theme-luxe .no-v4-home-ace-flagship--in-hero .no-v4-home-ace-flagship-desc {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.55;
  }

  .no-v4-theme-luxe .no-v4-home-ace-flagship--in-hero .no-v4-home-ace-flagship-tags {
    margin-bottom: 12px;
  }

  .no-v4-theme-luxe .no-v4-home-ace-flagship--in-hero .no-v4-home-ace-flagship-visual {
    gap: 10px;
  }

  .no-v4-theme-luxe .no-v4-home-ace-flagship--in-hero .no-v4-home-ace-flagship-salary {
    min-width: 96px;
    padding: 14px 12px;
  }
}

.no-v4-theme-luxe .no-v4-home-impact-brand-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.no-v4-theme-luxe .no-v4-home-impact-brand-points li {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--luxe-ink-muted);
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(238, 244, 251, 0.85);
  border: 1px solid rgba(10, 37, 64, 0.06);
}

.no-v4-theme-luxe .no-v4-home-impact-brand-points strong {
  color: var(--luxe-gold);
  font-weight: 900;
}

.no-v4-theme-luxe .no-v4-hero-bg.no-v4-home-hero-impact::before {
  background:
    radial-gradient(ellipse 70% 55% at 12% 22%, rgba(201, 160, 82, 0.12) 0%, transparent 58%),
    radial-gradient(ellipse 55% 48% at 88% 68%, rgba(45, 108, 223, 0.1) 0%, transparent 55%);
}

.no-v4-theme-luxe .no-v4-hero-world,
.no-v4-theme-luxe .no-v4-hero-orbit {
  opacity: 0.12;
}

.no-v4-theme-luxe .no-v4-home-hero-impact .no-v4-hero-skyline {
  opacity: 0.22;
  -webkit-mask-image: linear-gradient(to top, #000 15%, transparent 88%);
  mask-image: linear-gradient(to top, #000 15%, transparent 88%);
}

.no-v4-theme-luxe .no-v4-home-hero-impact .no-v4-hero-role-stream {
  opacity: 0.38;
  top: 56px;
  height: clamp(120px, 18vh, 192px);
}

.no-v4-theme-luxe .no-v4-home-hero-impact--promo .no-v4-hero-role-stream {
  top: calc(56px + 40px);
}

@media (max-width: 1023px) {
  .no-v4-theme-luxe .no-v4-home-hero-impact--promo .no-v4-hero-role-stream {
    top: calc(98px + 38px);
    height: clamp(72px, 10vh, 100px);
  }
}

.no-v4-theme-luxe .no-v4-role-tag {
  color: var(--luxe-ink-muted);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(10, 37, 64, 0.12);
}

.no-v4-theme-luxe .no-v4-role-tag--accent {
  color: var(--luxe-gold);
  background: rgba(201, 160, 82, 0.12);
  border-color: rgba(201, 160, 82, 0.32);
}

.no-v4-theme-luxe .no-v4-home-hero-impact .no-v4-hero-tag {
  color: var(--luxe-gold);
  font-size: 13px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--luxe-card-border);
  box-shadow: var(--luxe-shadow-gold);
}

.no-v4-theme-luxe .no-v4-home-impact-title {
  font-size: var(--luxe-fs-hero);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.no-v4-theme-luxe .no-v4-home-impact-title .no-v4-hero-gold.block {
  font-size: clamp(2.75rem, 7vw, 4.25rem);
  background: linear-gradient(120deg, #9a6b1a 0%, var(--luxe-gold) 45%, var(--luxe-gold-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.no-v4-theme-luxe .no-v4-home-impact-title .no-v4-hero-white {
  color: var(--luxe-ink);
}

.no-v4-theme-luxe .no-v4-home-impact-title .no-v4-hero-gold:not(.block) {
  color: var(--luxe-gold);
  -webkit-text-fill-color: var(--luxe-gold);
}

.no-v4-theme-luxe .no-v4-home-impact-lead--brand {
  font-size: var(--luxe-fs-lead);
  font-weight: 600;
  color: var(--luxe-ink-muted);
  line-height: 1.55;
}

.no-v4-theme-luxe .no-v4-home-impact-lead--brand strong {
  color: var(--luxe-ink);
  font-weight: 800;
}

.no-v4-theme-luxe .no-v4-home-impact-metric-num {
  font-size: clamp(3.75rem, 11vw, 6.75rem);
}

.no-v4-theme-luxe .no-v4-home-impact-metric--time .no-v4-home-impact-metric-num {
  background: linear-gradient(165deg, #2d6cdf 0%, #4a7fd4 55%, #1a4a8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 6px 20px rgba(45, 108, 223, 0.2));
}

.no-v4-theme-luxe .no-v4-home-impact-metric--pay .no-v4-home-impact-metric-num {
  background: linear-gradient(165deg, #c9a052 0%, var(--luxe-gold) 45%, #9a6b1a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 6px 20px rgba(201, 160, 82, 0.2));
}

.no-v4-theme-luxe .no-v4-home-impact-metric-label {
  font-size: clamp(17px, 2.4vw, 22px);
  font-weight: 800;
  color: var(--luxe-ink);
}

.no-v4-theme-luxe .no-v4-home-impact-metric-divider {
  background: linear-gradient(180deg, transparent, rgba(201, 160, 82, 0.35), transparent);
}

.no-v4-theme-luxe .no-v4-home-impact-strength {
  background: var(--luxe-card);
  border: 1px solid rgba(10, 37, 64, 0.07);
  box-shadow: var(--luxe-shadow);
}

.no-v4-theme-luxe .no-v4-home-impact-strength-title {
  font-size: clamp(18px, 3.2vw, 22px);
  font-weight: 900;
  color: var(--luxe-ink);
}

.no-v4-theme-luxe .no-v4-home-impact-strength-desc {
  font-size: var(--luxe-fs-body);
  color: var(--luxe-ink-soft);
}

.no-v4-theme-luxe .no-v4-home-impact-strength-eyebrow {
  font-size: 12px;
  font-weight: 800;
}

.no-v4-theme-luxe .no-v4-home-impact-strength--sde .no-v4-home-impact-strength-eyebrow {
  color: #2d6cdf;
}

.no-v4-theme-luxe .no-v4-home-impact-strength--llm .no-v4-home-impact-strength-eyebrow {
  color: #6b4fae;
}

.no-v4-theme-luxe .no-v4-home-impact-personas {
  border-top-color: rgba(10, 37, 64, 0.08);
}

.no-v4-theme-luxe .no-v4-home-impact-persona-label {
  color: var(--luxe-gold);
}

.no-v4-theme-luxe .no-v4-home-impact-persona {
  background: var(--luxe-card);
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: var(--luxe-shadow);
}

.no-v4-theme-luxe .no-v4-home-impact-persona:hover {
  border-color: rgba(201, 160, 82, 0.3);
  box-shadow: var(--luxe-shadow-gold);
}

.no-v4-theme-luxe .no-v4-home-impact-persona-title {
  font-size: clamp(17px, 3vw, 20px);
  font-weight: 900;
  color: var(--luxe-ink);
}

.no-v4-theme-luxe .no-v4-home-impact-persona-desc {
  font-size: var(--luxe-fs-body);
  color: var(--luxe-ink-soft);
}

.no-v4-theme-luxe .no-v4-home-impact-persona-more {
  font-size: var(--luxe-fs-body);
  font-weight: 700;
  color: var(--luxe-gold);
}

.no-v4-theme-luxe .no-v4-home-impact-cta .no-v4-btn-hero {
  padding: 15px 28px;
  font-size: clamp(15px, 2.2vw, 17px);
}

.no-v4-theme-luxe .no-v4-home-impact-cta .no-v4-btn-outline-light {
  color: var(--luxe-ink);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(10, 37, 64, 0.14);
  box-shadow: 0 4px 16px rgba(10, 37, 64, 0.06);
}

.no-v4-theme-luxe .no-v4-home-impact-cta .no-v4-btn-outline-light:hover {
  color: var(--luxe-ink);
  background: #fff;
  border-color: rgba(201, 160, 82, 0.35);
}

.no-v4-theme-luxe .no-v4-hero-scroll-hint {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(201, 160, 82, 0.45);
  color: var(--luxe-ink);
  box-shadow: var(--luxe-shadow-gold);
  font-size: clamp(14px, 2vw, 16px);
}

.no-v4-theme-luxe .no-v4-hero-scroll-hint-icon {
  color: var(--luxe-gold);
}

.no-v4-theme-luxe .no-v4-hero-float-consult {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(201, 160, 82, 0.35);
  color: var(--luxe-ink);
  box-shadow: var(--luxe-shadow-gold);
}

.no-v4-theme-luxe .no-v4-hero-float-dot {
  background: var(--luxe-gold);
}

/* —— 服务路径 Timeline —— */
.no-v4-theme-luxe .no-v4-timeline {
  background: linear-gradient(180deg, #fff 0%, var(--luxe-ivory) 100%) !important;
}

.no-v4-theme-luxe .no-v4-timeline-title {
  font-size: var(--luxe-fs-section);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--luxe-ink);
}

.no-v4-theme-luxe .no-v4-timeline-intro {
  font-size: var(--luxe-fs-lead);
  color: var(--luxe-ink-soft);
  line-height: 1.55;
}

.no-v4-theme-luxe .no-v4-intro-lead {
  font-size: clamp(1.25rem, 2.8vw, 1.5rem);
  font-weight: 900;
  color: var(--luxe-ink);
}

.no-v4-theme-luxe .no-v4-pill {
  font-size: clamp(15px, 2.2vw, 17px);
  font-weight: 700;
  padding: 12px 20px;
}

.no-v4-theme-luxe .no-v4-pill--gold {
  font-size: clamp(16px, 2.4vw, 18px);
  font-weight: 800;
}

.no-v4-theme-luxe .no-v4-timeline-num {
  font-size: clamp(2.5rem, 5vw, 3.25rem);
  font-weight: 800;
}

.no-v4-theme-luxe .no-v4-timeline-hook {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.025em;
}

.no-v4-theme-luxe .no-v4-timeline-card-desc {
  font-size: var(--luxe-fs-body);
  color: var(--luxe-ink-soft);
}

.no-v4-theme-luxe .no-v4-timeline-card {
  border: 1px solid rgba(10, 37, 64, 0.07);
  box-shadow: var(--luxe-shadow);
}

.no-v4-theme-luxe .no-v4-timeline-card--featured {
  border-color: rgba(201, 160, 82, 0.32);
  box-shadow: var(--luxe-shadow-gold);
}

.no-v4-theme-luxe .no-v4-scan-bridge-item {
  font-size: var(--luxe-fs-body);
  font-weight: 700;
}

.no-v4-theme-luxe .no-v4-scan-bridge-num {
  font-size: 1.15em;
  font-weight: 900;
}

/* —— What We Do —— */
.no-v4-theme-luxe .no-v4-what-we-do {
  background: var(--luxe-sky) !important;
}

.no-v4-theme-luxe .no-v4-what-panel {
  background: linear-gradient(145deg, #fff 0%, var(--luxe-ivory) 100%);
  border: 1px solid rgba(201, 160, 82, 0.18);
  box-shadow: var(--luxe-shadow);
}

.no-v4-theme-luxe .no-v4-what-mega {
  font-size: clamp(5rem, 18vw, 8.5rem);
}

.no-v4-theme-luxe .no-v4-what-mega-sub {
  font-size: clamp(1.75rem, 4.5vw, 2.625rem);
  font-weight: 900;
}

.no-v4-theme-luxe .no-v4-what-tagline {
  font-size: var(--luxe-fs-lead);
  font-weight: 900;
  color: var(--luxe-ink);
}

.no-v4-theme-luxe .no-v4-scan-list li {
  font-size: var(--luxe-fs-body);
}

.no-v4-theme-luxe .no-v4-scan-list strong {
  font-size: 1.08em;
  font-weight: 900;
}

.no-v4-theme-luxe .no-v4-what-desc {
  font-size: var(--luxe-fs-body);
  color: var(--luxe-ink-soft);
  max-width: 420px;
}

.no-v4-theme-luxe .no-v4-what-hook {
  font-size: clamp(1.1875rem, 2.6vw, 1.4375rem);
  font-weight: 900;
}

.no-v4-theme-luxe .no-v4-what-card-desc {
  font-size: var(--luxe-fs-body);
}

.no-v4-theme-luxe .no-v4-what-card {
  border: 1px solid rgba(10, 37, 64, 0.07);
  box-shadow: var(--luxe-shadow);
}

.no-v4-theme-luxe .no-v4-what-card--featured {
  border-color: rgba(201, 160, 82, 0.3);
  box-shadow: var(--luxe-shadow-gold);
}

.no-v4-theme-luxe .no-v4-feature-badge--dark {
  color: #fff;
}

/* —— 资源支撑 Proof —— */
.no-v4-theme-luxe .no-v4-proof {
  background: linear-gradient(180deg, var(--luxe-sky) 0%, #fff 100%);
  border-top: 1px solid rgba(201, 160, 82, 0.12);
  border-bottom: 1px solid rgba(201, 160, 82, 0.12);
}

.no-v4-theme-luxe .no-v4-proof::before {
  background:
    radial-gradient(ellipse 60% 50% at 20% 30%, rgba(201, 160, 82, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 85% 70%, rgba(45, 108, 223, 0.08) 0%, transparent 50%);
}

.no-v4-theme-luxe .no-v4-proof-title {
  font-size: var(--luxe-fs-section);
  line-height: 1.08;
  color: var(--luxe-ink);
}

.no-v4-theme-luxe .no-v4-proof-title-accent {
  background: linear-gradient(120deg, #9a6b1a 0%, var(--luxe-gold) 45%, var(--luxe-gold-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.no-v4-theme-luxe .no-v4-proof-desc {
  font-size: var(--luxe-fs-lead);
  color: var(--luxe-ink-muted);
  line-height: 1.55;
}

.no-v4-theme-luxe .no-v4-proof-stat {
  background: var(--luxe-card);
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: var(--luxe-shadow);
}

.no-v4-theme-luxe .no-v4-proof-stat-num {
  font-size: var(--luxe-fs-num-lg);
  color: var(--luxe-gold);
}

.no-v4-theme-luxe .no-v4-proof-stat-title {
  font-size: clamp(16px, 2.4vw, 19px);
  font-weight: 900;
  color: var(--luxe-ink);
}

.no-v4-theme-luxe .no-v4-proof-stat-desc {
  font-size: var(--luxe-fs-detail);
  color: var(--luxe-ink-soft);
}

/* —— 资源支撑 Proof · 左文案 + 右 Logo 墙 —— */
.no-v4-theme-luxe .no-v4-proof--logo-split {
  position: relative;
}

.no-v4-theme-luxe .no-v4-proof-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
}

.no-v4-theme-luxe .no-v4-proof-shell {
  width: 100%;
}

.no-v4-theme-luxe .no-v4-proof-main {
  max-width: min(100%, 520px);
}

.no-v4-theme-luxe .no-v4-proof-logo-wall {
  position: relative;
  display: flex;
  align-items: stretch;
  align-self: stretch;
  min-height: 100%;
  padding: 10px 8px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0%, rgba(238, 244, 251, 0.55) 100%);
  border: 1px solid rgba(201, 160, 82, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.no-v4-theme-luxe .no-v4-proof-logo-wall .no-v4-logo-cloud {
  flex: 1;
  width: 100%;
  min-height: 100%;
  padding: 4px 2px;
  gap: 2px 3px;
  align-content: space-between;
  justify-content: center;
}

.no-v4-theme-luxe .no-v4-proof-logo-wall .no-v4-logo-chip {
  padding: 5px 6px;
  border-radius: 10px;
  margin: -1px -2px;
  transform: translate(calc(var(--logo-shift-x, 0px) * 0.4), calc(var(--logo-shift, 0px) * 0.4)) rotate(var(--logo-rot, 0deg));
}

.no-v4-theme-luxe .no-v4-proof-logo-wall .no-v4-logo-chip:hover {
  transform: translate(calc(var(--logo-shift-x, 0px) * 0.4), calc(var(--logo-shift, 0px) * 0.4 - 2px)) rotate(var(--logo-rot, 0deg)) scale(1.02);
}

.no-v4-theme-luxe .no-v4-proof-network-note {
  margin: 28px 0 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--luxe-gold);
  text-transform: uppercase;
}

.no-v4-theme-luxe .no-v4-proof-wall-foot {
  margin-top: 10px;
  font-size: var(--luxe-fs-detail);
  color: var(--luxe-ink-soft);
  line-height: 1.55;
}

@media (max-width: 1023px) {
  .no-v4-theme-luxe .no-v4-proof-logo-wall {
    min-height: clamp(300px, 72vw, 380px);
    padding: 8px 6px;
  }

  .no-v4-theme-luxe .no-v4-proof-logo-wall .no-v4-logo-cloud {
    gap: 1px 2px;
    padding: 2px 0;
  }
}

@media (min-width: 1024px) {
  .no-v4-theme-luxe .no-v4-proof-split {
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
    gap: 32px 40px;
  }

  .no-v4-theme-luxe .no-v4-proof-main {
    max-width: none;
  }

  .no-v4-theme-luxe .no-v4-proof-logo-wall {
    padding: 12px 10px;
  }

  .no-v4-theme-luxe .no-v4-proof-logo-wall .no-v4-logo-cloud {
    gap: 2px 3px;
    padding: 4px 2px;
  }
}

.no-v4-theme-luxe .no-v4-company-chip {
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 700;
}

/* —— 内推 Logo 云 · 错落混排 · 弱边界 —— */
.no-v4-theme-luxe .no-v4-logo-cloud {
  --logo-shift: 0px;
  --logo-rot: 0deg;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  overflow: visible;
}

.no-v4-theme-luxe .no-v4-proof-logo-wall .no-v4-logo-cloud::before {
  content: "";
  position: absolute;
  inset: -5%;
  background:
    radial-gradient(ellipse 58% 50% at 72% 38%, rgba(201, 160, 82, 0.08) 0%, transparent 65%),
    radial-gradient(ellipse 52% 46% at 28% 68%, rgba(45, 108, 223, 0.06) 0%, transparent 62%);
  pointer-events: none;
}

.no-v4-theme-luxe .no-v4-logo-chip {
  --logo-shift: 0px;
  --logo-rot: 0deg;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 14px 18px;
  border: none;
  border-radius: 14px;
  background: transparent;
  box-shadow: none;
  transform: translate(var(--logo-shift-x, 0), var(--logo-shift)) rotate(var(--logo-rot));
  transition: transform 0.22s ease, filter 0.22s ease;
}

.no-v4-theme-luxe .no-v4-proof-logo-wall .no-v4-logo-chip {
  pointer-events: auto;
}

.no-v4-theme-luxe .no-v4-logo-chip::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 90% 80% at 50% 42%, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0) 72%);
  opacity: 0.9;
  pointer-events: none;
}

.no-v4-theme-luxe .no-v4-logo-chip::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(201, 160, 82, 0.12) 0%,
    rgba(255, 255, 255, 0) 42%,
    rgba(45, 108, 223, 0.08) 100%
  );
  -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;
  opacity: 0.4;
  pointer-events: none;
}

.no-v4-theme-luxe .no-v4-logo-chip:hover {
  z-index: 3;
  filter: drop-shadow(0 8px 20px rgba(201, 160, 82, 0.16));
  transform: translate(var(--logo-shift-x, 0), calc(var(--logo-shift) - 3px)) rotate(var(--logo-rot)) scale(1.03);
}

.no-v4-theme-luxe .no-v4-logo-chip:hover::after {
  opacity: 0.65;
}

.no-v4-theme-luxe .no-v4-logo-chip img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

/* 国外品牌 · 大尺寸 */
.no-v4-theme-luxe .no-v4-logo-chip--brand {
  padding: 15px 20px;
}

.no-v4-theme-luxe .no-v4-logo-chip--brand img {
  max-height: 44px;
  max-width: 160px;
}

/* 国内互联网 · 最大尺寸 */
.no-v4-theme-luxe .no-v4-logo-chip--brand.no-v4-logo-chip--domestic {
  padding: 16px 22px;
}

.no-v4-theme-luxe .no-v4-logo-chip--brand.no-v4-logo-chip--domestic img {
  max-height: 50px;
  max-width: 184px;
}

/* 银行 · 仅小一号，差距不大 */
.no-v4-theme-luxe .no-v4-logo-chip--bank {
  padding: 13px 16px;
}

.no-v4-theme-luxe .no-v4-logo-chip--bank img {
  max-height: 42px;
  max-width: 148px;
}

.no-v4-theme-luxe .no-v4-logo-chip--dark::before {
  background: radial-gradient(ellipse 90% 80% at 50% 42%, rgba(30, 30, 34, 0.88) 0%, rgba(20, 20, 24, 0.7) 100%);
  opacity: 1;
}

.no-v4-theme-luxe .no-v4-logo-chip--dark::after {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 45%,
    rgba(201, 160, 82, 0.12) 100%
  );
  opacity: 0.5;
}

@media (min-width: 768px) {
  .no-v4-theme-luxe .no-v4-logo-chip--brand img {
    max-height: 52px;
    max-width: 180px;
  }

  .no-v4-theme-luxe .no-v4-logo-chip--brand.no-v4-logo-chip--domestic img {
    max-height: 58px;
    max-width: 204px;
  }

  .no-v4-theme-luxe .no-v4-logo-chip--bank img {
    max-height: 48px;
    max-width: 164px;
  }
}

@media (min-width: 1024px) {
  .no-v4-theme-luxe .no-v4-logo-chip--brand img {
    max-height: 54px;
    max-width: 188px;
  }

  .no-v4-theme-luxe .no-v4-logo-chip--brand.no-v4-logo-chip--domestic img {
    max-height: 62px;
    max-width: 216px;
  }

  .no-v4-theme-luxe .no-v4-logo-chip--bank img {
    max-height: 50px;
    max-width: 172px;
  }
}

/* Logo 墙内 · 紧凑间距（覆盖通用 chip padding） */
.no-v4-theme-luxe .no-v4-proof-logo-wall .no-v4-logo-chip--brand {
  padding: 5px 7px;
}

.no-v4-theme-luxe .no-v4-proof-logo-wall .no-v4-logo-chip--brand.no-v4-logo-chip--domestic {
  padding: 6px 8px;
}

.no-v4-theme-luxe .no-v4-proof-logo-wall .no-v4-logo-chip--bank {
  padding: 4px 6px;
}

/* —— 服务体系入口 —— */
.no-v4-theme-luxe .no-v4-svc-teaser {
  background: linear-gradient(180deg, #fff 0%, var(--luxe-ivory) 100%);
  border-top: 1px solid rgba(201, 160, 82, 0.15);
}

.no-v4-theme-luxe .no-v4-svc-teaser::before {
  background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(201, 160, 82, 0.1) 0%, transparent 55%);
}

.no-v4-theme-luxe .no-v4-svc-teaser-title {
  font-size: var(--luxe-fs-section);
  color: var(--luxe-ink);
  line-height: 1.08;
}

.no-v4-theme-luxe .no-v4-svc-teaser-desc {
  font-size: var(--luxe-fs-lead);
  color: var(--luxe-ink-muted);
  line-height: 1.55;
}

.no-v4-theme-luxe #service-overview .no-v4-svc-map,
.no-v4-theme-luxe #services .no-v4-svc-map {
  background: linear-gradient(165deg, #fff 0%, var(--luxe-sky) 100%);
  border: 1px solid rgba(201, 160, 82, 0.24);
  box-shadow: var(--luxe-shadow);
}

.no-v4-theme-luxe #service-overview .no-v4-svc-map-label,
.no-v4-theme-luxe #services .no-v4-svc-map-label {
  color: var(--luxe-gold);
}

.no-v4-theme-luxe #service-overview .no-v4-svc-map-node,
.no-v4-theme-luxe #services .no-v4-svc-map-node {
  color: var(--luxe-ink-muted);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(10, 37, 64, 0.08);
}

.no-v4-theme-luxe #service-overview .no-v4-svc-map-loop,
.no-v4-theme-luxe #services .no-v4-svc-map-loop {
  color: var(--luxe-ink-soft);
  font-size: var(--luxe-fs-body);
}

.no-v4-theme-luxe #service-overview .no-v4-svc-map-loop strong,
.no-v4-theme-luxe #services .no-v4-svc-map-loop strong {
  color: var(--luxe-gold);
}

.no-v4-theme-luxe .no-v4-svc-phase-card {
  background: var(--luxe-card);
  border: 1px solid rgba(10, 37, 64, 0.07);
  box-shadow: var(--luxe-shadow);
}

.no-v4-theme-luxe .no-v4-svc-phase-card--accent {
  border-color: rgba(201, 160, 82, 0.32);
  background: linear-gradient(145deg, #fff 0%, rgba(201, 160, 82, 0.08) 100%);
  box-shadow: var(--luxe-shadow-gold);
}

.no-v4-theme-luxe .no-v4-svc-phase-num {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--luxe-gold);
}

.no-v4-theme-luxe .no-v4-svc-phase-title {
  font-size: clamp(1.0625rem, 2.4vw, 1.25rem);
  font-weight: 900;
  color: var(--luxe-ink);
}

.no-v4-theme-luxe .no-v4-svc-phase-desc {
  font-size: var(--luxe-fs-detail);
  color: var(--luxe-ink-soft);
}

.no-v4-theme-luxe .no-v4-svc-teaser-link {
  font-size: var(--luxe-fs-body);
  font-weight: 700;
  color: var(--luxe-gold);
}

/* —— 案例区 —— */
.no-v4-theme-luxe .no-v4-cases {
  background: linear-gradient(180deg, var(--luxe-ivory) 0%, #faf6ee 100%) !important;
}

.no-v4-theme-luxe .no-v4-case-thumb-role {
  font-size: clamp(15px, 2.4vw, 17px);
  font-weight: 900;
}

.no-v4-theme-luxe .no-v4-case-thumb-co {
  font-size: 12px;
  font-weight: 800;
  color: var(--luxe-gold);
}

.no-v4-theme-luxe .no-v4-case-thumb {
  border: 1px solid rgba(10, 37, 64, 0.07);
  box-shadow: var(--luxe-shadow);
}

.no-v4-theme-luxe .no-v4-case-thumb-btn:hover {
  box-shadow: var(--luxe-shadow-gold);
}

.no-v4-theme-luxe .no-v4-cases-disclaimer {
  font-size: var(--luxe-fs-detail);
  color: var(--luxe-ink-soft);
}

/* —— 案例区 · 整理中占位 —— */
.no-v4-theme-luxe .no-v4-cases-placeholder {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(56px, 9vw, 96px) clamp(28px, 6vw, 56px);
  text-align: center;
  background: var(--luxe-card);
  border: 1px solid var(--luxe-card-border);
  border-radius: 24px;
  box-shadow: var(--luxe-shadow);
  overflow: hidden;
}

.no-v4-theme-luxe .no-v4-cases-placeholder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(160px, 40%);
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, var(--luxe-gold-light), var(--luxe-gold), transparent);
}

.no-v4-theme-luxe .no-v4-cases-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201, 160, 82, 0.08) 0%, transparent 70%);
}

.no-v4-theme-luxe .no-v4-cases-placeholder-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: clamp(16px, 3vw, 24px);
  padding: 6px 14px;
  font-size: var(--luxe-fs-detail);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--luxe-gold);
  background: rgba(245, 230, 200, 0.45);
  border: 1px solid rgba(201, 160, 82, 0.28);
  border-radius: 999px;
}

.no-v4-theme-luxe .no-v4-cases-placeholder-text {
  position: relative;
  z-index: 1;
  font-family: 'Noto Serif SC', 'Songti SC', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: var(--luxe-ink);
  margin: 0 0 clamp(16px, 2.8vw, 24px);
}

.no-v4-theme-luxe .no-v4-cases-placeholder-accent {
  color: var(--luxe-gold);
}

.no-v4-theme-luxe .no-v4-cases-placeholder-sub {
  position: relative;
  z-index: 1;
  font-size: var(--luxe-fs-lead);
  line-height: 1.55;
  color: var(--luxe-ink-muted);
  margin: 0 0 clamp(32px, 5vw, 44px);
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

.no-v4-theme-luxe .no-v4-cases-placeholder-sub strong {
  color: var(--luxe-ink);
  font-weight: 800;
}

.no-v4-theme-luxe .no-v4-cases-placeholder-btn {
  position: relative;
  z-index: 1;
  padding: 16px 36px;
  font-size: clamp(15px, 2.2vw, 17px);
  font-weight: 700;
}

.no-v4-theme-luxe .no-v4-cases-header {
  margin-bottom: clamp(32px, 5vw, 48px) !important;
}

/* —— 启程 CTA —— */
.no-v4-theme-luxe #contact {
  background: linear-gradient(180deg, var(--luxe-sky) 0%, #fff 100%) !important;
}

.no-v4-theme-luxe #contact h2.text-3xl {
  font-size: var(--luxe-fs-section) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

.no-v4-theme-luxe #contact .text-lg {
  font-size: var(--luxe-fs-lead) !important;
  line-height: 1.55 !important;
}

.no-v4-theme-luxe .no-v4-cta-box {
  background: linear-gradient(135deg, #fff8e8 0%, #f0d088 35%, #c9a052 100%);
  border: 1px solid rgba(201, 160, 82, 0.35);
  box-shadow: var(--luxe-shadow-gold);
}

.no-v4-theme-luxe .no-v4-cta-box h3 {
  font-size: clamp(1.375rem, 3vw, 1.875rem) !important;
  font-weight: 900 !important;
  color: var(--luxe-ink) !important;
}

.no-v4-theme-luxe .no-v4-cta-box ul {
  font-size: var(--luxe-fs-body) !important;
  color: rgba(10, 37, 64, 0.72) !important;
}

.no-v4-theme-luxe .no-v4-cta-box .no-v4-btn-light {
  font-weight: 700;
  font-size: clamp(15px, 2vw, 16px);
}

.no-v4-theme-luxe .no-v4-cta-box .no-v4-btn-ghost-dark {
  background: var(--luxe-ink);
  color: #fff;
  border-color: var(--luxe-ink);
  font-weight: 700;
}

.no-v4-theme-luxe .no-v4-cta-box .no-v4-btn-ghost-dark:hover {
  background: #143552;
  color: #fff;
}

/* 案例弹层 */
.no-v4-theme-luxe .no-v4-case-modal-panel {
  border: 1px solid rgba(201, 160, 82, 0.2);
  box-shadow: var(--luxe-shadow);
}

.no-v4-theme-luxe .no-v4-case-role {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 900;
}

@media (max-width: 1023px) {
  .no-v4-theme-luxe .no-v4-home-impact-metric-num {
    font-size: clamp(3.25rem, 14vw, 4.5rem);
  }

  .no-v4-theme-luxe .no-v4-what-mega {
    font-size: clamp(4.25rem, 20vw, 6rem);
  }
}

/* —— Ace 计划 · 首页拳头产品 —— */
.no-v4-theme-luxe .no-v4-home-ace-flagship {
  background: linear-gradient(180deg, rgba(10, 37, 64, 0.04) 0%, rgba(201, 160, 82, 0.08) 100%);
  border-top: 1px solid rgba(201, 160, 82, 0.2);
  border-bottom: 1px solid rgba(201, 160, 82, 0.2);
}

.no-v4-theme-luxe .no-v4-home-ace-flagship--in-hero {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-link {
  display: block;
  color: inherit;
  transition: transform 0.25s ease;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-link:hover {
  transform: translateY(-2px);
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 28px 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0a2540 0%, #143552 55%, #1a4060 100%);
  border: 1px solid rgba(201, 160, 82, 0.35);
  box-shadow: 0 20px 56px rgba(10, 37, 64, 0.22), inset 0 1px 0 rgba(255, 248, 232, 0.12);
}

@media (min-width: 768px) {
  .no-v4-theme-luxe .no-v4-home-ace-flagship-inner {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    padding: 36px 40px;
    gap: 32px;
  }
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--luxe-gold-light);
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-star {
  color: #f0d088;
  font-size: 16px;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-title {
  margin: 0 0 14px;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #fffdf8;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-desc {
  margin: 0 0 18px;
  font-size: var(--luxe-fs-body);
  line-height: 1.6;
  color: rgba(255, 253, 248, 0.78);
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-desc strong {
  color: #fff8e8;
  font-weight: 800;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-tags li {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 253, 248, 0.85);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 160, 82, 0.28);
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-tags strong {
  color: #f0d088;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-cta {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  color: var(--luxe-gold-light);
  letter-spacing: 0.02em;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-link:hover .no-v4-home-ace-flagship-cta {
  color: #fff8e8;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-salary {
  text-align: center;
  padding: 20px 18px;
  min-width: 120px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-salary--avg {
  background: linear-gradient(135deg, rgba(255, 248, 232, 0.18) 0%, rgba(201, 160, 82, 0.22) 100%);
  border-color: rgba(201, 160, 82, 0.45);
  box-shadow: 0 8px 28px rgba(201, 160, 82, 0.2);
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-salary-floor {
  margin: 0;
  font-size: clamp(2.25rem, 6vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 253, 248, 0.75);
  letter-spacing: -0.03em;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-salary--avg .no-v4-home-ace-flagship-salary-floor {
  color: #fff8e8;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-salary-floor span {
  font-variant-numeric: tabular-nums;
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-salary-label {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 253, 248, 0.55);
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-salary--avg .no-v4-home-ace-flagship-salary-label {
  color: rgba(255, 248, 232, 0.85);
}

.no-v4-theme-luxe .no-v4-home-ace-flagship-salary-arrow {
  font-size: 24px;
  font-weight: 700;
  color: var(--luxe-gold-light);
}

.no-v4-theme-luxe .no-v4-svc-teaser--ace {
  background: linear-gradient(180deg, var(--luxe-ivory) 0%, #fff 100%);
}

.no-v4-theme-luxe .no-v4-home-ace-teaser-salary {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff8e8 0%, #fffdf8 100%);
  border: 1px solid rgba(201, 160, 82, 0.32);
  box-shadow: var(--luxe-shadow-gold);
}

.no-v4-theme-luxe .no-v4-home-ace-teaser-salary-item {
  text-align: center;
  min-width: 88px;
}

.no-v4-theme-luxe .no-v4-home-ace-teaser-salary-num {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1;
  color: var(--luxe-ink-muted);
  letter-spacing: -0.03em;
}

.no-v4-theme-luxe .no-v4-home-ace-teaser-salary-item--avg .no-v4-home-ace-teaser-salary-num {
  color: #9a6b1a;
}

.no-v4-theme-luxe .no-v4-home-ace-teaser-salary-num span {
  font-size: 0.55em;
}

.no-v4-theme-luxe .no-v4-home-ace-teaser-salary-label {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 800;
  color: var(--luxe-ink-soft);
}

.no-v4-theme-luxe .no-v4-home-ace-teaser-salary-mid {
  margin: 0;
  flex: 1;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--luxe-gold);
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .no-v4-theme-luxe .no-v4-home-ace-teaser-salary {
    flex-wrap: wrap;
    justify-content: center;
  }

  .no-v4-theme-luxe .no-v4-home-ace-teaser-salary-mid {
    flex: 0 0 100%;
  }
}
