.qk-company-panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(151deg, rgba(255, 255, 255, 0.11) 0 32%, rgba(255, 255, 255, 0) 32.2%),
    linear-gradient(180deg, #242528 0%, #191a1c 100%);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.025), 0 0 24px rgba(255, 255, 255, 0.08);
}

.qk-company-panel p {
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
}

.qk-company-panel::before,
.qk-company-panel::after,
.qk-company-panel .dot-a,
.qk-company-panel .dot-b {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 24%, #dfe4e8 26% 36%, rgba(255, 255, 255, 0.3) 42%, rgba(0, 0, 0, 0.45) 68%, transparent 70%);
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.68));
  pointer-events: none;
}

.qk-company-panel::before {
  top: 54px;
  left: 56px;
}

.qk-company-panel::after {
  right: 42px;
  top: 54px;
}

.qk-company-panel .dot-a {
  left: 56px;
  bottom: 48px;
}

.qk-company-panel .dot-b {
  right: 42px;
  bottom: 48px;
}

.qk-company-lines,
.qk-company-panel .company-line,
.qk-company-panel .company-lines {
  display: flex;
  justify-content: center;
  gap: 46px;
  margin-top: 48px;
}

.qk-company-lines span,
.qk-company-panel .company-line span,
.qk-company-panel .company-lines span {
  height: 4px;
  background: linear-gradient(90deg, #f7d8a3, #e6b980);
}

.qk-company-lines span:nth-child(1),
.qk-company-panel .company-line span:nth-child(1),
.qk-company-panel .company-lines span:nth-child(1) {
  width: 152px;
}

.qk-company-lines span:nth-child(2),
.qk-company-lines span:nth-child(3),
.qk-company-panel .company-line span:nth-child(2),
.qk-company-panel .company-line span:nth-child(3),
.qk-company-panel .company-lines span:nth-child(2),
.qk-company-panel .company-lines span:nth-child(3) {
  width: 310px;
}

.qk-creator-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 36px;
}

.qk-creator-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 207, 145, 0.48);
  border-radius: 9px;
  background: #191919;
}

.qk-creator-card h3 {
  color: #fff;
  font-weight: 900;
  line-height: 1.15;
}

.qk-creator-card .en {
  color: var(--qk-gold, #f4cf91);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.qk-creator-card .tag {
  display: inline-flex;
  border-radius: 4px;
  background: rgba(244, 207, 145, 0.12);
  color: var(--qk-gold, #f4cf91);
}

.qk-creator-card .desc,
.qk-creator-card p.desc {
  color: rgba(255, 255, 255, 0.64);
}

@media (max-width: 1280px) {
  .qk-creator-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .qk-creator-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .qk-company-panel::before {
    top: 20px;
    left: 18px;
  }

  .qk-company-panel::after {
    top: 20px;
    right: 18px;
  }

  .qk-company-panel .dot-a {
    left: 18px;
    bottom: 20px;
  }

  .qk-company-panel .dot-b {
    right: 18px;
    bottom: 20px;
  }

  .qk-company-lines,
  .qk-company-panel .company-line,
  .qk-company-panel .company-lines {
    gap: 16px;
    margin-top: 28px;
  }

  .qk-company-lines span:nth-child(n),
  .qk-company-panel .company-line span:nth-child(n),
  .qk-company-panel .company-lines span:nth-child(n) {
    width: 25%;
  }

  .qk-creator-grid {
    grid-template-columns: 1fr;
  }
}

/* Unified page hero: show full background image without bottom crop */
.hero {
  position: relative;
  background: #050505;
  overflow: hidden;
}

.hero-bg,
.hero-media {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 72px;
}

.hero-content,
.hero__content {
  position: absolute;
  inset: 72px 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
}

.hero-content--left {
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: clamp(32px, 6.5vw, 120px);
  padding-right: 36%;
}

.hero-content--right {
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10%;
  padding-right: clamp(32px, 7vw, 128px);
}

.hero-content--center {
  align-items: center;
  justify-content: center;
  padding: 0 clamp(24px, 4vw, 64px);
}

.hero-content--left .hero-inner,
.hero-content--right .hero-inner,
.hero-content--center .hero-inner {
  width: 100%;
  max-width: 1060px;
}

.hero-content--right .hero-inner {
  max-width: 1100px;
}

.hero-content--center .hero-inner {
  max-width: 1200px;
}

.hero-content a,
.hero-content button,
.hero__content a,
.hero__content button,
.hero-actions,
.hero-actions a,
.hero-actions button {
  pointer-events: auto;
}

@media (max-width: 760px) {
  .hero-bg,
  .hero-media {
    margin-top: 64px;
  }

  .hero-content,
  .hero__content {
    inset: 64px 0 0;
    justify-content: flex-end;
    padding: 0 16px 36px;
    box-sizing: border-box;
  }

  .hero-content--left,
  .hero-content--right,
  .hero-content--center {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-content {
    margin: 0;
    width: 100%;
  }

  .hero-content--right .hero-inner,
  .hero__content.hero-content--right .hero-inner {
    transform: none;
  }

  .hero-inner {
    max-width: 100%;
  }

  /* 手机首屏：缩小标题与正文 */
  .hero h1 {
    font-size: clamp(22px, 6.2vw, 28px);
    line-height: 1.12;
    letter-spacing: 0;
  }

  .hero p:not(.hero-lead):not(.hero-copy),
  .hero-copy {
    font-size: 12px;
    line-height: 1.55;
    margin-top: 10px;
  }

  .hero-lead {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.35;
    margin-top: 12px;
  }

  .hero__eyebrow {
    min-width: 0;
    height: auto;
    min-height: 22px;
    padding: 3px 10px;
    font-size: 11px;
    gap: 6px;
  }

  .hero__eyebrow::before {
    width: 5px;
    height: 5px;
  }

  .hero .hero__content {
    width: min(100% - 32px, 100%);
    margin-top: 0;
    padding: 0 8px;
  }

  /* 双按钮横排 */
  .hero-actions,
  .hero__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }

  .hero-actions > *,
  .hero__actions > * {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
  }

  .hero-btn,
  .qk-hero-btn,
  .hero-actions .hero-btn,
  .hero-actions button,
  .hero__actions .qk-hero-btn,
  .hero__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    min-height: 32px;
    min-width: 0;
    padding: 0 8px;
    font-size: var(--opc-type-button, 12px);
    font-weight: 600;
    line-height: 1.2;
    gap: 4px;
    border-radius: 5px;
    white-space: nowrap;
  }

  .hero-btn svg,
  .qk-hero-btn svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }
}
