.pc-reveal {
transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* 首页Hero背景图样式 */
.pc-hero-home {
  background: #000;
}
.pc-hero-home .pc-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.pc-hero-home .pc-hero-down {
  z-index: 3;
  opacity: 0.85;
}
.pc-hero-home .pc-hero-down svg {
  stroke: var(--color-text);
}

/* 首页关于单盘主义板块 */
.pc-home-about-section .pc-section-headline {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(36px, 4.5vw, 56px);
}
.pc-home-about-section .pc-section-subhead {
  max-width: 720px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
}
.pc-home-about-section {
  padding: 96px 0 0;
  margin-bottom: 56px;
}
.pc-home-about-section + .pc-container {
  padding: 0 0 96px;
  margin-bottom: 0;
}

.pc-section-header {
  margin-bottom: 56px;
}
.pc-section-header.pc-section-center {
  margin-left: auto;
  margin-right: auto;
}

.pc-section-label-light {
  color: rgba(255, 255, 255, 0.72);
}

.pc-section-subhead {
margin: 0;
}

/* 删除下方重复 section-header 后，给筛选条留一点顶部呼吸距离 */
.pc-filter-bar.pc-awards-filter,
.pc-filter-bar.pc-cases-filter {
    margin-top: 24px;
}

.pc-year-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pc-year-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg-alt);
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pc-year-chip:hover {
  color: var(--color-gold);
  background: rgba(194, 155, 97, 0.08);
  border-color: rgba(194, 155, 97, 0.3);
}
.pc-year-chip.active {
  color: var(--color-white);
  background: var(--color-gold);
  border-color: var(--color-gold);
  font-weight: 500;
}
.pc-year-chip.active:hover {
  color: var(--color-white);
  background: var(--color-gold-hover);
  border-color: var(--color-gold-hover);
}

.pc-footer .pc-footer-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px 48px;
  border-bottom: 1px solid var(--color-gray-light);
}
.pc-footer .pc-footer-brand {
  max-width: 280px;
}
.pc-footer .pc-footer-brand img {
  height: 22px;
  margin-bottom: 24px;
}
.pc-footer .pc-footer-brand p {
  color: var(--color-gray);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}
.pc-footer .pc-footer-col h4 {
  color: var(--color-text);
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.02em;
  margin: 0 0 12px;
}
.pc-footer .pc-footer-col a,
.pc-footer .pc-footer-col .pc-footer-text {
  display: block;
  color: var(--color-gray);
  font-size: 12px;
  font-weight: 400;
  line-height: 2.2;
  text-decoration: none;
  transition: color 0.2s;
}
.pc-footer .pc-footer-col a:hover {
  color: var(--color-text);
}
.pc-footer .pc-footer-col .pc-footer-switch {
  margin-top: 8px;
  color: var(--color-gold);
}
.pc-footer .pc-footer-qrs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}
.pc-footer .pc-footer-qrs .pc-footer-qr {
  text-align: center;
}
.pc-footer .pc-footer-qrs .pc-footer-qr img {
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid var(--color-gray-light);
}
.pc-footer .pc-footer-qrs .pc-footer-qr .pc-footer-qr-text {
  color: var(--color-gray);
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  margin-top: 6px;
}

.pc-footer .pc-footer-bottom .pc-footer-copy {
  color: var(--color-gray);
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
}
.pc-footer .pc-footer-bottom .pc-footer-slogan {
  color: var(--color-gray);
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  font-style: italic;
}

@media (max-width: 1199px) {
.pc-footer .pc-footer-grid {
    flex-wrap: wrap;
    gap: 32px;
  }
.pc-about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
.pc-about-stat-item:nth-child(2) {
    border-right: none;
  }
.pc-about-stat-item:nth-child(1),
  .pc-about-stat-item:nth-child(2) {
    border-bottom: 1px solid var(--color-gray-light);
  }
}
@media (max-width: 767px) {
.pc-year-chips {
    gap: 6px;
  }
.pc-year-chip {
    padding: 5px 12px;
    font-size: 12px;
  }
.pc-hero-home .pc-hero-actions {
    flex-direction: column;
    gap: 12px;
  }
.pc-hero-home .pc-hero-btn {
    width: 100%;
    text-align: center;
  }
.pc-footer .pc-footer-grid {
    display: block;
    padding: 0 16px 32px;
  }
.pc-footer .pc-footer-brand {
max-width: none;
}
.pc-footer .pc-footer-col {
    margin-bottom: 28px;
  }
.pc-footer .pc-footer-col a,
  .pc-footer .pc-footer-col .pc-footer-text {
    line-height: 1.9;
  }
.pc-footer .pc-footer-qrs {
    gap: 12px;
  }
}

.pc-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--color-gray-light);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.pc-service-card {
  background: var(--color-white);
  padding: 56px 48px;
  text-align: center;
  transition: background 0.4s;
}
.pc-service-card:hover {
  background: var(--color-bg-alt);
}
.pc-service-name {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.pc-service-desc {
  color: var(--color-gray);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 380px;
  margin: 0 auto;
}
.pc-house-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pc-house-grid a {
  text-decoration: none;
}
.pc-house-grid a:nth-child(n+7) {
  display: none;
}
.pc-house-view-all {
  text-align: center;
  margin-top: 36px;
}
.pc-cta-banner {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 420px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
}
.pc-cta-banner .pc-cta-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.35);
}
.pc-cta-banner .pc-cta-content {
  position: relative;
  z-index: 1;
  padding: 0 32px;
}
.pc-cta-banner .pc-cta-headline {
  color: var(--color-white);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  text-rendering: optimizeLegibility;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.pc-cta-banner .pc-cta-subhead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 36px;
}
.pc-cta-banner .pc-btn-primary {
  background: var(--color-gold);
  color: var(--color-white);
}
.pc-cta-banner .pc-btn-primary:hover {
  background: var(--color-gold-hover);
}
.pc-article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.pc-article-grid a {
  text-decoration: none;
}
.pc-article-grid a:nth-child(n+5) {
  display: none;
}
.pc-article-view-all {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 60px;
}
.pc-insights-section {
    padding-bottom: 96px;
}
.pc-about-hero .pc-hero-title {
    margin-top: 16px;
    margin-bottom: 10px;
}
.pc-about-concept .pc-about-text {
    margin-top: 32px;
    width: 100%;
}
.pc-about-concept .pc-about-text p {
    color: var(--color-text-secondary);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85;
    margin: 0 0 20px;
    letter-spacing: 0.01em;
}
.pc-about-concept .pc-about-text p:last-child {
    margin-bottom: 0;
}
.pc-about-quote {
    padding: 80px 0;
}
.pc-about-blockquote {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    border: none;
}
.pc-about-blockquote p {
    position: relative;
    padding-left: 32px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 400;
    line-height: 1.55;
    font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
    letter-spacing: 0.01em;
    margin: 0 0 24px;
}
.pc-about-blockquote p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: var(--color-gold);
    border-radius: 2px;
}
.pc-about-blockquote footer {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    padding-left: 32px;
}
.pc-about-stats {
    background: var(--color-bg);
}
.pc-about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 56px;
    border-top: 1px solid var(--color-gray-light);
}
.pc-about-stat-item {
    padding: 48px 32px;
    text-align: center;
    border-right: 1px solid var(--color-gray-light);
    transition: background 0.4s;
}
.pc-about-stat-item:last-child {
    border-right: none;
}
.pc-about-stat-item:hover {
    background: var(--color-white);
}
.pc-about-stat-num {
    color: var(--color-gold);
    font-size: clamp(36px, 4.8vw, 56px);
    font-weight: 600;
    line-height: 1;
    font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}
.pc-about-stat-item:nth-child(even) .pc-about-stat-num {
    color: var(--color-gold);
}
.pc-about-stat-label {
    color: var(--color-text);
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
.pc-about-stat-desc {
    color: var(--color-gray);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

/* ===== 行业荣誉 ===== */
.pc-about-awards {
    padding: 96px 0;
    background: var(--color-bg);
}
.pc-about-awards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.pc-about-award-item {
    position: relative;
    padding: 36px 32px 32px;
    background: var(--color-white);
    border: 1px solid var(--color-border-light);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
                box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
                border-color 0.35s;
}
.pc-about-award-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: var(--color-gold);
    opacity: 0;
    transition: opacity 0.35s;
}
.pc-about-award-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
    border-color: rgba(194, 155, 97, 0.3);
}
.pc-about-award-item:hover::before {
    opacity: 1;
}
.pc-about-award-source {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 12px;
}
.pc-about-award-name {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1.4;
    margin-bottom: 14px;
}
.pc-about-award-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--color-gray-desc);
}

.pc-about-value {
    padding-bottom: 96px;
    background: var(--color-white);
}
.pc-about-value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px;
}
.pc-about-value-item {
    padding: 32px;
    background: var(--color-white);
    border-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pc-about-value-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
}
.pc-about-value-title {
    color: var(--color-text);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 14px;
    padding-bottom: 96px;
    border-bottom: 1px solid var(--color-gray-light);
}
.pc-about-value-desc {
    color: var(--color-text-secondary);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .pc-service-grid,
  .pc-house-grid,
  .pc-article-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pc-house-grid a:nth-child(n+4) {
    display: none;
  }
  .pc-article-grid a:nth-child(n+4) {
    display: none;
  }
  .pc-service-card {
    padding: 32px 22px;
    border-radius: 0;
  }
  .pc-service-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pc-service-desc {
    font-size: 14px;
    line-height: 1.7;
  }
  .pc-cta-banner {
    height: auto;
    min-height: 400px;
    border-radius: 7px;
  }
  .pc-cta-banner .pc-cta-content {
    padding: 40px 20px;
  }
  .pc-cta-banner .pc-cta-headline {
    font-size: clamp(28px, 8vw, 36px);
  }
  .pc-cta-banner .pc-cta-subhead {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 28px;
  }
  .pc-house-view-all,
  .pc-article-view-all {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .pc-insights-section {
    padding-bottom: 32px;
  }
  .pc-about-concept .pc-about-text {
    margin-top: 24px;
  }
  .pc-about-concept .pc-about-text p {
    font-size: 15px;
    line-height: 1.75;
  }
  .pc-about-quote {
    padding: 56px 0;
  }
  .pc-about-blockquote p {
    padding-left: 24px;
    font-size: 18px;
    line-height: 1.6;
  }
  .pc-about-blockquote footer {
    padding-left: 24px;
    font-size: 13px;
  }
  .pc-about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 36px;
  }
  .pc-about-stat-item {
    padding: 32px 20px;
    border-bottom: 1px solid var(--color-gray-light);
  }
  .pc-about-stats-grid .pc-about-stat-item:nth-child(odd) {
    border-right: 1px solid var(--color-gray-light);
  }
  .pc-about-stats-grid .pc-about-stat-item:nth-child(even) {
    border-right: none;
  }
  .pc-about-stats-grid .pc-about-stat-item:last-child {
    border-bottom: none;
  }
  .pc-about-stat-num {
    font-size: clamp(32px, 10vw, 44px);
  }
  .pc-about-value {
    padding-bottom: 56px;
  }
  .pc-about-value-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }
  .pc-about-value-item {
    padding: 24px;
  }
  .pc-about-value-title {
    font-size: 18px;
  }
  .pc-about-awards {
    padding: 64px 0;
  }
  .pc-about-awards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
  }
  .pc-about-award-item {
    padding: 28px 24px;
  }
  .pc-about-award-name {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .pc-about-concept .pc-about-text {
    margin-top: 20px;
  }
  .pc-about-concept .pc-about-text p {
    font-size: 14px;
    line-height: 1.7;
  }
  .pc-about-quote {
    padding: 40px 0;
  }
  .pc-about-blockquote p {
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.55;
  }
  .pc-about-blockquote footer {
    padding-left: 20px;
    font-size: 12px;
  }
  .pc-about-stats-grid {
    margin-top: 24px;
  }
  .pc-about-stat-item {
    padding: 24px 12px;
  }
  .pc-about-stat-num {
    font-size: clamp(28px, 12vw, 36px);
  }
  .pc-about-stat-label {
    font-size: 14px;
  }
  .pc-about-stat-desc {
    font-size: 12px;
  }
  .pc-about-value {
    padding-bottom: 40px;
  }
  .pc-about-value-item {
    padding: 20px;
  }
  .pc-about-value-title {
    font-size: 17px;
  }
  .pc-about-value-desc {
    font-size: 14px;
  }
}

/* ===== Home Page V1.0 New Sections ===== */

.pc-hero-desc {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  max-width: 520px;
  margin: 0 auto 36px;
}

.pc-home-about {
  padding: 120px 0;
  background: var(--color-white);
}
.pc-home-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.pc-home-about-text {
  color: var(--color-gray);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 48px;
}
.pc-home-stats {
  display: flex;
  gap: 72px;
  padding-top: 96px;
  border-top: 1px solid var(--color-gray-light);
}
.pc-home-stat {
  display: flex;
  flex-direction: column;
}
.pc-home-stat-num {
  color: var(--color-text);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  line-height: 1;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  letter-spacing: -0.02em;
}
.pc-home-stat-label {
  color: var(--color-gray);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 12px;
}

.pc-intro-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pc-intro-card {
  background: var(--color-white);
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: 8px;
  padding: 48px 36px;
  text-decoration: none;
  color: inherit;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: flex;
  flex-direction: column;
}
.pc-intro-card:hover {
  border-color: rgba(29, 29, 31, 0.12);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
}
.pc-intro-card-icon {
  width: 48px;
  height: 48px;
  color: var(--color-gold);
  margin-bottom: 24px;
}
.pc-intro-card-title {
  color: var(--color-text);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 12px;
}
.pc-intro-card-desc {
  color: var(--color-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  margin: 0 0 28px;
  flex: 1;
}
.pc-intro-card-link {
  color: var(--color-gold);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: letter-spacing 0.3s;
}
.pc-intro-card:hover .pc-intro-card-link {
  letter-spacing: 0.06em;
}

.pc-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.pc-featured-more {
  text-align: center;
  margin-top: 48px;
}
.pc-featured-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: var(--color-gold);
  border: none;
  border-radius: 0;
  transition: all 0.25s;
}
.pc-featured-more-btn .arrow {
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.25s;
  font-size: 16px;
}
.pc-featured-more-btn:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}
.pc-featured-card {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: block;
}
.pc-featured-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-bg-alt);
}
.pc-featured-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pc-featured-card:hover .pc-featured-card-img img {
  transform: scale(1.05);
}
.pc-featured-card-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--color-gray-200) 0%, var(--color-gray-light) 100%);
}
.pc-featured-card-body {
  padding: 20px 0 0;
}
.pc-featured-card-title {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 10px;
}
.pc-featured-card-meta {
  color: var(--color-gray);
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pc-featured-card-dot {
  color: var(--color-gray-light);
}

.pc-cta-section {
  background: var(--color-bg);
  color: var(--color-dark);
  padding: 96px 0;
  text-align: center;
}
.pc-cta-section .pc-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc-cta-section .pc-section-header {
  margin-bottom: 28px;
}
.pc-cta-headline {
  color: var(--color-dark);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  letter-spacing: 0;
  margin: 0;
}
.pc-cta-sub {
  color: var(--color-gray);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}
.pc-cta-btn {
  background: var(--color-gold);
  color: var(--color-white);
  border-radius: 980px;
  padding: 16px 44px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pc-cta-btn:hover {
  background: var(--color-brand-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(194, 155, 97, 0.25);
}

@media (max-width: 1199px) {
  .pc-home-about {
    padding: 96px 0;
  }
  .pc-home-about-grid {
    gap: 56px;
  }
  .pc-home-about-section {
    padding: 80px 0 0;
    margin-bottom: 48px;
  }
  .pc-home-about-section + .pc-container {
    padding: 0 0 80px;
  }
  .pc-cta-section {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .pc-hero-desc {
    font-size: 15px;
    max-width: 100%;
    margin-bottom: 28px;
  }
  .pc-home-about {
    padding: 72px 0;
  }
  .pc-home-about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pc-home-about-section {
    padding: 56px 0 0;
    margin-bottom: 36px;
  }
  .pc-home-about-section + .pc-container {
    padding: 0 0 56px;
  }
  .pc-home-stats {
    gap: 48px;
    padding-top: 32px;
  }
  .pc-home-stat-num {
    font-size: clamp(36px, 10vw, 48px);
  }
  .pc-intro-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pc-intro-card {
    padding: 36px 28px;
  }
  .pc-featured-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 32px;
  }
  .pc-cta-section {
    padding: 56px 0;
  }
  .pc-cta-section .pc-section-header {
    margin-bottom: 20px;
  }
  .pc-cta-sub {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .pc-cta-btn {
    padding: 14px 36px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .pc-home-stats {
    flex-direction: column;
    gap: 32px;
  }
  .pc-intro-card {
    padding: 32px 24px;
  }
  .pc-home-about-section {
    padding: 48px 0 0;
    margin-bottom: 32px;
  }
  .pc-home-about-section + .pc-container {
    padding: 0 0 48px;
  }
  .pc-cta-section {
    padding: 48px 0;
  }
}

/* ===== Standard Page V1.0 ===== */

/* --- Hero --- */
.pc-standard-hero {
  min-height: clamp(320px, 42vw, 420px);
}

/* --- 所有的答案，从客户开始 --- */
.pc-standard-answer {
  padding: 96px 0;
}

.pc-section-title {
  text-align: center;
  margin-bottom: 56px;
}

.pc-section-title-main {
  color: var(--color-text);
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 18px;
}

.pc-section-title-line {
  background: linear-gradient(90deg, rgba(194, 155, 97, 0), #C29B61 50%, rgba(194, 155, 97, 0));
  border-radius: 999px;
  height: 3px;
  margin: 0 auto;
  width: 72px;
}

.pc-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--color-gray-light);
  border-radius: 4px;
  overflow: hidden;
}

.pc-answer-card {
  background: var(--color-white);
  padding: 48px 36px;
  text-align: center;
  transition: background 0.4s;
}

.pc-answer-card:hover {
  background: var(--color-bg-warm-1);
}

.pc-answer-card-num {
  color: var(--color-gold);
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0.45;
}

.pc-answer-card-title {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
}

.pc-answer-card-desc {
  color: var(--color-text-secondary);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

/* --- 年度榜单 --- */
.pc-standard-awards {
  padding: 96px 0;
}

.pc-awards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.pc-award-card {
  align-items: center;
  background: var(--color-white);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  display: grid;
  gap: 28px;
  grid-template-columns: 112px 1fr;
  padding: 36px;
}

.pc-award-card-visual {
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    height: 112px;
    overflow: hidden;
    position: relative;
    width: 112px;
}

.pc-award-card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pc-award-2024::before,
.pc-award-2025::before,
.pc-award-2024::after,
.pc-award-2025::after {
    display: none;
}

.pc-award-card-year {
  color: var(--color-white);
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  font-size: 32px;
  font-weight: 600;
  left: 50%;
  letter-spacing: 0.02em;
  position: absolute;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pc-award-card-info {
  min-width: 0;
}

.pc-award-card-name {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

.pc-award-card-line {
  background: rgba(194, 155, 97, 0.55);
  border-radius: 999px;
  height: 2px;
  margin: 18px 0 20px;
  width: 56px;
}

.pc-award-card-desc p {
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

/* --- 产品穿透力法则 --- */
.pc-standard-contact {
  padding: 96px 0;
}

.pc-contact-card {
  position: relative;
  background-image: url('https://zhenjiaolujun-1257326496.file.myqcloud.com/assets/img/standard/contact-bg.jpg?imageMogr2/thumbnail/!1800xr/interlace/0/auto-orient');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  color: var(--color-white);
  margin: 0 auto;
  max-width: 720px;
  padding: 60px 40px;
  text-align: center;
  overflow: hidden;
}

.pc-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.pc-contact-card > * {
  position: relative;
  z-index: 1;
}

.pc-contact-card p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 24px;
}

.pc-contact-card .pc-btn-primary {
  background: var(--color-white);
  color: var(--color-text);
}

.pc-contact-card .pc-btn-primary:hover {
  background: rgba(255, 255, 255, 0.92);
}

/* --- 客服二维码弹窗 --- */
.pc-qr-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s ease;
  z-index: 9999;
}

.pc-qr-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.pc-qr-modal-mask {
  background: rgba(0, 0, 0, 0.55);
  inset: 0;
  position: absolute;
}

.pc-qr-modal-dialog {
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
  max-width: 360px;
  padding: 40px 32px 32px;
  position: relative;
  text-align: center;
  transform: scale(0.92);
  transition: transform 0.25s ease;
  width: 90%;
  z-index: 1;
}

.pc-qr-modal.is-visible .pc-qr-modal-dialog {
  transform: scale(1);
}

.pc-qr-modal-close {
  background: none;
  border: none;
  color: var(--color-text-secondary);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 4px;
  position: absolute;
  right: 16px;
  top: 12px;
  transition: color 0.2s;
}

.pc-qr-modal-close:hover {
  color: var(--color-text);
}

.pc-qr-modal-title {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pc-qr-modal-img {
  background: #f5f5f7;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 200px;
  overflow: hidden;
  padding: 12px;
  width: 100%;
}

.pc-qr-modal-img img {
  display: block;
  height: auto;
  width: 100%;
}

.pc-qr-modal-desc {
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}

/* --- Section shared --- */
.pc-standard-intro,
.pc-standard-customers,
.pc-standard-quadrant,
.pc-standard-emotion,
.pc-standard-rating,
.pc-standard-actions,
.pc-standard-conclusion {
  padding: 96px 0;
}

/* ===== 引言 + 六大核心价值 + 943 介绍 ===== */
.pc-standard-intro-text {
  width: 100%;
}

.pc-standard-intro-text p {
  color: var(--color-text-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  margin: 0 0 20px;
}

.pc-standard-intro-text p:last-child {
  margin-bottom: 0;
}

/* 六大核心价值 */
.pc-core-values {
  margin-top: 96px;
}

.pc-core-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.pc-core-value-item {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  padding: 32px 28px;
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
              box-shadow 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
              border-color 0.35s;
  overflow: hidden;
}

.pc-core-value-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color-gold);
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.pc-core-value-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
  border-color: rgba(194, 155, 97, 0.4);
}

.pc-core-value-item:hover::after {
  width: 100%;
}

.pc-core-value-num {
  color: var(--color-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.pc-core-value-title {
  color: var(--color-text);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 12px;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
}

.pc-core-value-desc {
  color: var(--color-gray-500);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

/* 943 评鉴标准介绍 */
.pc-model-overview {
  margin-top: 96px;
}

.pc-model-overview-text {
  width: 100%;
  margin: 28px 0 0;
}

.pc-model-overview-text p {
  color: var(--color-text-secondary);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  margin: 0;
  text-align: center;
}

.pc-model-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.pc-model-card {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  padding: 40px 32px;
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
              box-shadow 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
}

.pc-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
}

.pc-model-card-num {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-alt) 100%);
  color: var(--color-white);
  font-size: 28px;
  font-weight: 700;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  margin-bottom: 18px;
}

.pc-model-card-title {
  color: var(--color-text);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 12px;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
}

.pc-model-card-desc {
  color: var(--color-gray-500);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

/* ===== 评鉴结论 ===== */
.pc-conclusion-text {
  width: 100%;
}

.pc-conclusion-text p {
  color: var(--color-text-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  margin: 0;
}

.pc-conclusion-text strong {
  color: var(--color-gold);
  font-weight: 700;
}

.pc-conclusion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.pc-conclusion-card {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  padding: 32px 28px;
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
              box-shadow 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
              border-color 0.35s;
}

.pc-conclusion-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
  border-color: rgba(194, 155, 97, 0.4);
}

.pc-conclusion-card-num {
  color: var(--color-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.pc-conclusion-card-title {
  color: var(--color-text);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 12px;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
}

.pc-conclusion-card-desc {
  color: var(--color-gray-500);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

/* ===== 金句 ===== */
.pc-standard-quote {
  padding: 80px 0;
  background: var(--color-text);
  text-align: center;
}

.pc-standard-quote-text {
  margin: 0;
  padding: 0 24px;
  color: var(--color-white);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  letter-spacing: 0.02em;
}

/* ===== 九宫格 ===== */
.pc-customer-axis {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding: 0 8px;
  font-size: 12px;
  color: var(--color-gray);
}

.pc-customer-axis-y,
.pc-customer-axis-x {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pc-customer-axis-label {
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--color-gold);
}

.pc-customer-axis-ticks {
  display: flex;
  gap: 8px;
}

.pc-customer-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.pc-customer-tier {
  position: relative;
  padding: 24px 24px 20px;
  border-radius: 8px;
  background: var(--color-bg-soft);
  border: 1px solid var(--color-border-light);
}

.pc-customer-tier.tier-top {
  background: linear-gradient(180deg, var(--color-bg-warm-1) 0%, var(--color-bg-soft) 100%);
  border-color: rgba(194, 155, 97, 0.25);
}

.pc-customer-tier.tier-mid {
  background: var(--color-bg-soft);
  border-color: var(--color-border-light);
}

.pc-customer-tier.tier-low {
  background: var(--color-bg-alt);
  border-color: var(--color-gray-200);
  opacity: 0.85;
}

.pc-customer-tier-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-gold);
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 4px 10px;
  background: rgba(194, 155, 97, 0.08);
  border-radius: 8px;
}

.pc-customer-tier.tier-low .pc-customer-tier-label {
  color: var(--color-gray);
  background: rgba(0, 0, 0, 0.04);
}

.pc-customer-tier-cells {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.pc-customer-cell {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  padding: 20px 18px;
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
              box-shadow 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
              border-color 0.35s;
  overflow: hidden;
}

.pc-customer-cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color-gold);
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.pc-customer-cell:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
  border-color: rgba(194, 155, 97, 0.4);
}

.pc-customer-cell:hover::before {
  width: 100%;
}

.pc-customer-tier.tier-low .pc-customer-cell {
  background: rgba(255, 255, 255, 0.6);
}

.pc-customer-cell-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-bottom: 10px;
}

.pc-customer-cell-code {
  color: var(--color-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 2px 6px;
  background: rgba(194, 155, 97, 0.08);
  border-radius: 8px;
}

.pc-customer-cell-name {
  color: var(--color-text);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
}

.pc-customer-cell-tag {
  color: var(--color-gray);
  font-size: 12px;
  font-weight: 400;
}

.pc-customer-cell-desc {
  color: var(--color-gray-500);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 12px;
}

.pc-customer-cell-pref {
  display: flex;
  gap: 6px;
  padding-top: 96px;
  border-top: 1px dashed var(--color-border-light);
  font-size: 12px;
  line-height: 1.6;
}

.pc-customer-cell-pref-label {
  color: var(--color-gold);
  font-weight: 600;
  flex-shrink: 0;
}

.pc-customer-cell-pref-text {
  color: var(--color-gray-desc);
}

.pc-customer-footer {
  margin-top: 32px;
  padding: 20px 24px;
  background: var(--color-bg-soft);
  border-left: 3px solid var(--color-gold);
  border-radius: 0 6px 6px 0;
}

.pc-customer-footer p {
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

/* ===== 四象限 ===== */
.pc-quadrant-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  margin-top: 56px;
}

.pc-quadrant-cell {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-gray-150);
  border-radius: 8px;
  padding: 36px 32px;
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
              box-shadow 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
              border-color 0.35s;
  overflow: hidden;
}

.pc-quadrant-cell::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color-gold);
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.pc-quadrant-cell:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
  border-color: rgba(194, 155, 97, 0.4);
}

.pc-quadrant-cell:hover::after {
  width: 100%;
}

.pc-quadrant-cell-axis {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 11px;
  color: var(--color-gray);
  letter-spacing: 0.08em;
}

.pc-quadrant-cell-axis-y,
.pc-quadrant-cell-axis-x {
  color: var(--color-gold);
  font-weight: 700;
}

.pc-quadrant-cell-axis-divider {
  color: var(--color-gray-300);
  font-weight: 400;
}

.pc-quadrant-cell-title {
  color: var(--color-text);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
}

.pc-quadrant-cell-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-gold);
  letter-spacing: 0.04em;
  padding: 2px 8px;
  background: rgba(194, 155, 97, 0.08);
  border-radius: 8px;
  margin-bottom: 14px;
}

.pc-quadrant-cell-brief {
  color: var(--color-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 20px;
}

.pc-quadrant-cell-detail {
  border-top: 1px solid var(--color-gray-100);
  padding-top: 96px;
}

.pc-quadrant-cell-detail h4 {
  color: var(--color-gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 16px 0 8px;
}

.pc-quadrant-cell-detail p {
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

.pc-quadrant-cell-detail h4:first-child {
  margin-top: 0;
}

/* 四象限轴标签 */
.pc-quadrant-axis {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--color-gray-400);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  pointer-events: none;
}

.pc-quadrant-axis-y {
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column-reverse;
}

.pc-quadrant-axis-x {
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: row;
  gap: 60px;
}

.pc-quadrant-crosshair {
  display: none;
}

.pc-quadrant-footer {
  margin-top: 48px;
  padding: 20px 24px;
  background: var(--color-bg-soft);
  border-left: 3px solid var(--color-gold);
  border-radius: 0 6px 6px 0;
}

.pc-quadrant-footer p {
  color: var(--color-text-secondary);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  margin: 0;
}

/* ===== 情绪金线 ===== */
.pc-emotion-intro {
  margin-top: 28px;
  padding: 24px 32px;
  background: var(--color-bg-soft);
  border-left: 3px solid var(--color-gold);
  border-radius: 0 6px 6px 0;
}

.pc-emotion-intro p {
  color: var(--color-text-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

.pc-emotion-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 48px;
}

.pc-emotion-item {
  position: relative;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  padding: 48px 0;
  border-bottom: 1px solid var(--color-gray-light);
}

.pc-emotion-item:last-child {
  border-bottom: none;
}

.pc-emotion-item::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, var(--color-gold) 15%, var(--color-gold) 85%, transparent 100%);
}

.pc-emotion-item-header {
  flex-shrink: 0;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.pc-emotion-item-header::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(194, 155, 97, 0.2);
}

.pc-emotion-item-num {
  color: var(--color-gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.pc-emotion-item-title {
  color: var(--color-text);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
}

.pc-emotion-item-stage-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.pc-emotion-item-stage {
  color: var(--color-gold);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pc-emotion-item-divider {
  color: var(--color-gray-300);
  font-size: 15px;
}

.pc-emotion-item-essence {
  color: var(--color-gray-desc);
  font-size: 14px;
  font-weight: 400;
}

.pc-emotion-item-body {
  flex: 1;
  padding-left: 16px;
}

.pc-emotion-item-desc {
  color: var(--color-text-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  margin: 0 0 20px;
}

.pc-emotion-item-bar {
  width: 100%;
  height: 6px;
  background: var(--color-gray-200);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}

.pc-emotion-item-bar-fill {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--color-gold) 0%, var(--color-gold) 100%);
  border-radius: 4px;
  transition: width 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.pc-emotion-item:not(.is-visible) .pc-emotion-item-bar-fill {
  transition: none;
}

.pc-emotion-item-meta {
  display: flex;
  justify-content: space-between;
  color: var(--color-gray);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* ===== 评分体系 ===== */
.pc-rating-table {
  background: var(--color-white);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-top: 56px;
}

.pc-rating-row {
  display: grid;
  grid-template-columns: 140px 1fr 120px;
  border-bottom: 1px solid var(--color-gray-light);
}

.pc-rating-row:last-child {
  border-bottom: none;
}

.pc-rating-row.pc-rating-head {
  background: var(--color-dark);
}

.pc-rating-row.pc-rating-head .pc-rating-cell {
  color: var(--color-white);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.pc-rating-row:not(.pc-rating-head):hover {
  background: var(--color-bg);
}

.pc-rating-cell {
  padding: 20px 24px;
  font-size: 14px;
  color: var(--color-text);
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.pc-rating-cell-star {
  font-size: 18px;
  color: var(--color-gold);
  letter-spacing: 2px;
}

.pc-rating-stars {
  color: var(--color-gold);
}

.pc-rating-stars-gold {
  color: var(--color-gold);
  text-shadow: 0 0 20px rgba(194, 155, 97, 0.3);
}

.pc-rating-cell-desc {
  color: var(--color-text-secondary);
  font-weight: 400;
}

.pc-rating-cell-action {
  color: var(--color-gold);
  font-weight: 500;
  font-size: 13px;
}

/* 评鉴动作 - 路径流程 */
.pc-actions-intro {
  margin-top: 24px;
  color: var(--color-text-secondary);
  font-size: 16px;
  line-height: 1.75;
}

.pc-actions-intro p {
  margin: 0;
}

.pc-actions-path {
  margin-top: 56px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.pc-actions-path::before {
  content: '';
  position: absolute;
  left: 39px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: var(--color-gray-light);
}

.pc-action-step {
  position: relative;
  padding: 0 0 40px 88px;
}

.pc-action-step:last-child {
  padding-bottom: 0;
}

.pc-action-step-num {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 80px;
  height: 28px;
  padding: 0 12px;
  border-radius: 14px;
  background: var(--color-gold);
  color: var(--color-white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 1;
  box-sizing: border-box;
}

.pc-action-step-title {
  color: var(--color-text);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
}

.pc-action-step-desc {
  color: var(--color-text-secondary);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

/* ===== 响应式 ===== */
@media (max-width: 1199px) {
  .pc-standard-customers,
  .pc-standard-quadrant,
  .pc-standard-emotion,
  .pc-standard-rating,
  .pc-standard-actions {
    padding: 80px 0;
  }
  .pc-customer-cell {
    padding: 36px 20px;
  }
  .pc-customer-detail-inner {
    padding: 32px 36px;
  }
  .pc-quadrant-cell {
    padding: 36px 28px;
  }
  .pc-emotion-item {
    gap: 24px;
    padding: 40px 0;
  }
  .pc-emotion-item-header {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .pc-standard-answer,
  .pc-standard-awards,
  .pc-standard-intro,
  .pc-standard-contact {
    padding: 56px 0;
  }
  .pc-contact-card {
    padding: 40px 24px;
  }
  .pc-contact-card p {
    font-size: 15px;
  }
  .pc-awards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pc-award-card {
    gap: 20px;
    grid-template-columns: 96px 1fr;
    padding: 28px 24px;
  }
  .pc-award-card-visual {
    height: 96px;
    width: 96px;
  }
  .pc-award-card-year {
    font-size: 28px;
  }
  .pc-award-card-name {
    font-size: 20px;
  }
  .pc-award-card-line {
    margin: 14px 0 16px;
  }
  .pc-award-card-desc p {
    font-size: 14px;
    line-height: 1.8;
  }
  .pc-answer-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .pc-answer-card {
    padding: 32px 24px;
  }
  .pc-answer-card-desc {
    font-size: 14px;
    line-height: 1.8;
  }
  .pc-section-title {
    margin-bottom: 40px;
  }
  .pc-section-title-main {
    font-size: clamp(28px, 8vw, 34px);
    margin-bottom: 14px;
  }
  .pc-core-values,
  .pc-model-overview {
    margin-top: 64px;
  }
  .pc-core-values-grid,
  .pc-model-overview-grid,
  .pc-conclusion-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .pc-standard-quote {
    padding: 56px 0;
  }
  .pc-standard-quote-text {
    font-size: 24px;
  }
  .pc-customer-grid {
    margin-top: 16px;
    gap: 12px;
  }
  .pc-customer-tier {
    padding: 18px 16px 14px;
  }
  .pc-customer-tier-cells {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .pc-customer-cell {
    padding: 16px 14px;
  }
  .pc-customer-cell-name {
    font-size: 17px;
  }
  .pc-customer-cell-desc {
    font-size: 12px;
  }
  .pc-customer-axis {
    display: none;
  }
  .pc-quadrant-container {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pc-quadrant-cell {
    padding: 24px 20px;
  }
  .pc-quadrant-axis-y,
  .pc-quadrant-axis-x {
    display: none;
  }
  .pc-emotion-item {
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;
  }
  .pc-emotion-item::before {
    left: 12px;
  }
  .pc-emotion-item-header {
    width: 100%;
    padding-left: 36px;
  }
  .pc-emotion-item-header::before {
    left: -24px;
  }
  .pc-emotion-item-body {
    padding-left: 36px;
  }
  .pc-emotion-intro {
    padding: 20px;
  }
  .pc-emotion-intro p {
    font-size: 14px;
  }
  .pc-emotion-item-title {
    font-size: 22px;
  }
  .pc-emotion-item-stage {
    font-size: 15px;
  }
  .pc-emotion-item-essence {
    font-size: 13px;
  }
  .pc-rating-row {
    grid-template-columns: 80px 1fr 80px;
  }
  .pc-rating-cell {
    padding: 14px 16px;
    font-size: 13px;
  }
  .pc-rating-cell-star {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .pc-actions-path {
    margin-top: 40px;
  }
  .pc-action-step {
    padding: 0 0 32px 76px;
  }
  .pc-actions-path::before {
    left: 33px;
  }
  .pc-action-step-num {
    min-width: 68px;
    height: 26px;
    font-size: 10px;
  }
  .pc-action-step-title {
    font-size: 20px;
  }
  .pc-action-step-desc {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .pc-standard-intro-text p,
  .pc-conclusion-text p {
    font-size: 14px;
    line-height: 1.85;
  }
  .pc-core-values-grid,
  .pc-model-overview-grid,
  .pc-conclusion-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pc-core-value-item,
  .pc-model-card,
  .pc-conclusion-card {
    padding: 24px 20px;
  }
  .pc-model-card-num {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
  }
  .pc-core-value-title,
  .pc-model-card-title,
  .pc-conclusion-card-title {
    font-size: 18px;
  }
  .pc-standard-quote-text {
    font-size: 20px;
  }
  .pc-customer-grid {
    gap: 10px;
  }
  .pc-customer-tier {
    padding: 14px 12px 12px;
  }
  .pc-customer-cell {
    padding: 14px 12px;
  }
  .pc-customer-cell-name {
    font-size: 16px;
  }
  .pc-customer-footer,
  .pc-quadrant-footer {
    padding: 16px;
  }
  .pc-customer-footer p,
  .pc-quadrant-footer p {
    font-size: 13px;
  }
  .pc-rating-row {
    grid-template-columns: 64px 1fr 72px;
  }
  .pc-rating-cell {
    padding: 12px 12px;
    font-size: 12px;
  }
  .pc-rating-cell-star {
    font-size: 13px;
  }
}

/* ===== Categories Page ===== */

.pc-categories-hero .pc-hero-title {
  margin-top: 16px;
  margin-bottom: 10px;
}

.pc-scarcity {
  padding: 100px 0;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-gray-light);
}
.pc-scarcity-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.pc-scarcity-num {
  color: var(--color-gold);
  font-size: clamp(72px, 10vw, 120px);
  font-weight: 400;
  line-height: 1;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}
.pc-scarcity-title {
  color: var(--color-text);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 400;
  line-height: 1.25;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  margin: 0 0 20px;
}
.pc-scarcity-desc {
  color: var(--color-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin: 0;
}

.pc-category-section {
  padding: 96px 0;
  background: var(--color-bg);
}
.pc-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.pc-category-card {
  background: var(--color-white);
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: 8px;
  padding: 40px 36px;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: flex;
  flex-direction: column;
}
.pc-category-card:hover {
  border-color: rgba(29, 29, 31, 0.12);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
}
.pc-category-num {
  color: var(--color-gold);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.pc-category-name {
  color: var(--color-text);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 16px;
}
.pc-category-desc {
  color: var(--color-gray-desc);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}
/* 奖项卡片富文本排版 */
.pc-category-desc p {
  margin: 0 0 16px;
}
.pc-category-desc p:last-child {
  margin-bottom: 0;
}
.pc-category-desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pc-category-desc ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-gray-desc);
}
.pc-category-desc ul li:last-child {
  margin-bottom: 0;
}
.pc-category-desc ul li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-gold);
}
.pc-category-desc strong {
  color: var(--color-text);
  font-weight: 600;
  font-size: 14px;
}
/* 奖项三段详细文案：奖项定位 / 评选标准 / 官网展示文案 */
.pc-category-desc-block {
  margin: 0 0 24px;
  padding: 20px 20px 20px 24px;
  background: var(--color-bg);
  border-left: 3px solid var(--color-gold);
  border-radius: 0 8px 8px 0;
}
.pc-category-desc-block:last-child {
  margin-bottom: 0;
}
.pc-category-subtitle {
  color: var(--color-gold);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  font-family: "Figtree", "PingFang SC", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}
.pc-category-desc-block p {
  margin: 0;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.75;
}

.pc-category-history {
  padding: 96px 0;
  background: var(--color-bg);
}
.pc-category-history-header {
  text-align: center;
  margin-bottom: 64px;
}
.pc-category-history-title {
  color: var(--color-text);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 16px;
}
.pc-category-history-desc {
  color: var(--color-gray-desc);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.pc-category-editions {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.pc-category-edition {
  background: var(--color-white);
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pc-category-edition-header {
  padding: 40px 48px 32px;
  border-bottom: 1px solid var(--color-gray-050);
}
.pc-category-edition-year {
  display: inline-block;
  color: var(--color-gold);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  background: rgba(194, 155, 97, 0.1);
  border-radius: 4px;
  margin-bottom: 16px;
}
.pc-category-edition-title {
  color: var(--color-text);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 12px;
}
.pc-category-edition-desc {
  color: var(--color-gray-desc);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}
/* 富文本子元素样式（summernote 输出内容） */
.pc-category-edition-desc p {
  margin: 0 0 12px;
  color: var(--color-gray-desc);
}
.pc-category-edition-desc p:last-child {
  margin-bottom: 0;
}
.pc-category-edition-desc h2,
.pc-category-edition-desc h3 {
  color: var(--color-text);
  font-weight: 600;
  margin: 16px 0 12px;
  line-height: 1.4;
}
.pc-category-edition-desc img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 12px 0;
}
.pc-category-edition-desc a {
  color: var(--color-gold);
  text-decoration: none;
}
.pc-category-edition-desc a:hover {
  text-decoration: underline;
}
.pc-category-edition-desc ul,
.pc-category-edition-desc ol {
  margin: 0 0 12px;
  padding-left: 20px;
}
.pc-category-edition-desc li {
  margin: 4px 0;
}
.pc-category-edition-gallery {
  padding: 0;
}
.pc-category-edition-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 12px;
}
.pc-category-edition-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.pc-category-edition-img {
  overflow: hidden;
  background: var(--color-gray-200);
  position: relative;
  border-radius: 12px;
}
.pc-category-edition-img-large {
  aspect-ratio: 4 / 3;
}
.pc-category-edition-img-small {
  aspect-ratio: 1;
}
/* 展开图片：3列布局下高度与原4列正方形一致（aspect-ratio 4/3） */
.pc-category-edition-img-more {
  aspect-ratio: 4 / 3;
}
.pc-category-edition-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pc-category-edition-img:hover img {
  transform: scale(1.05);
}

/* 加载更多图片网格（默认隐藏，点击后展开） */
.pc-category-edition-more {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.pc-category-edition-more[hidden] {
  display: none;
}
.pc-category-edition-more.is-visible {
  animation: pcEditionMoreFadeIn 0.4s ease;
}
@keyframes pcEditionMoreFadeIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 加载更多按钮 */
.pc-category-edition-more-actions {
  display: flex;
  justify-content: center;
  padding: 32px 0 8px;
}
.pc-category-edition-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px 28px;
  border: 1px solid rgba(194, 155, 97, 0.5);
  border-radius: 20px;
  background: rgba(194, 155, 97, 0.06);
  color: var(--color-gold);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pc-category-edition-more-btn:hover {
  background: var(--color-gold);
  color: var(--color-white);
  border-color: var(--color-gold);
}
.pc-category-edition-more-btn.is-expanded .pc-category-edition-more-icon {
  transform: rotate(180deg);
}
.pc-category-edition-more-icon {
  transition: transform 0.3s ease;
}
.pc-category-editions-empty {
  text-align: center;
  color: var(--color-gray);
  font-size: 15px;
  padding: 40px 0;
}

@media (max-width: 1199px) {
  .pc-category-section {
    padding: 80px 0;
  }
  .pc-category-grid {
    gap: 20px;
  }
  .pc-category-card {
    padding: 36px 28px;
  }
  .pc-category-name {
    font-size: 24px;
  }
  .pc-category-history {
    padding: 80px 0;
  }
  .pc-category-edition-header {
    padding: 36px 36px 28px;
  }
  .pc-category-edition-title {
    font-size: 24px;
  }
  .pc-category-edition-more {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .pc-category-section {
    padding: 56px 0;
  }
  .pc-category-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pc-category-card {
    padding: 32px 24px;
  }
  .pc-category-name {
    font-size: 22px;
  }
  .pc-category-history {
    padding: 56px 0;
  }
  .pc-category-editions {
    gap: 40px;
  }
  .pc-category-edition-header {
    padding: 28px 24px 24px;
  }
  .pc-category-edition-title {
    font-size: 22px;
  }
  /* 移动端：左大图 + 右小图改为上下堆叠，单列展示 */
  .pc-category-edition-main {
    grid-template-columns: 1fr;
  }
  .pc-category-edition-img-large {
    aspect-ratio: 4 / 3;
  }
  .pc-category-edit
.pc-category-edition:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
  border-color: var(--color-gold);
}ion-more {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .pc-category-card {
    padding: 28px 20px;
  }
  .pc-category-name {
    font-size: 20px;
  }
  .pc-category-desc {
    font-size: 14px;
  }
}

/* ===== Cases Page ===== */

/* --- Cases Hero --- */
.pc-cases-hero .pc-hero-title {
    margin-top: 16px;
    margin-bottom: 12px;
}

/* --- Case Grid --- */
.pc-case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.pc-case-card {
    background: var(--color-white);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.pc-case-card:hover {
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
    transform: translateY(-4px);
}
.pc-case-cover {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--color-bg-alt);
}
.pc-case-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pc-case-card:hover .pc-case-cover img {
    transform: scale(1.06);
}
.pc-case-cover-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--color-gray-200) 0%, var(--color-gray-light) 100%);
}
.pc-case-award-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    background: rgba(194, 155, 97, 0.92);
    color: var(--color-white);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: 2px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.pc-case-body {
    padding: 24px 28px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.pc-case-title {
    color: var(--color-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 8px;
}
.pc-case-developer {
    color: var(--color-text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 12px;
}
.pc-case-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-gray);
    font-size: 12px;
    font-weight: 400;
    margin-top: auto;
}
.pc-case-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--color-gray-light);
    display: inline-block;
}
.pc-case-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 0;
    color: var(--color-gray);
    font-size: 15px;
}
.pc-case-award-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 16px;
}
.pc-case-award-tags .pc-award-category-tag {
    margin-top: 0;
}

/* --- Pagination --- */
.pc-pagination {
    margin-top: 48px;
    text-align: center;
}
.pc-pagination .pagination {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pc-pagination .pagination li {
    margin: 0 2px;
}
.pc-pagination .pagination li a,
.pc-pagination .pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    color: var(--color-text);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s;
}
.pc-pagination .pagination li a:hover {
    background: var(--color-bg-alt);
}
.pc-pagination .pagination li.active span {
    background: var(--color-text);
    color: var(--color-white);
}
.pc-pagination .pagination li.disabled span {
    color: var(--color-gray-light);
    cursor: not-allowed;
}

/* --- Custom Pagination --- */
.pc-pagination-custom {
    margin-top: 48px;
}
.pc-pagination-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.pc-pagination-list {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.pc-page-item {
    margin: 0 2px;
}
.pc-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid var(--color-gray-200);
    border-radius: 4px;
    background: var(--color-white);
    transition: all 0.2s;
    cursor: pointer;
}
.pc-page-link svg {
    width: 16px;
    height: 16px;
    margin: 0 4px;
}
.pc-page-item .pc-page-link:hover {
    border-color: var(--color-gold);
    color: var(--color-gold);
    background: rgba(194, 155, 97, 0.06);
}
.pc-page-item.active .pc-page-link {
    background: var(--color-gold);
    color: var(--color-white);
    border-color: var(--color-gold);
}
.pc-page-item.disabled .pc-page-link {
    color: var(--color-gray-light);
    border-color: var(--color-gray-200);
    cursor: not-allowed;
    background: var(--color-bg-alt);
}
.pc-pagination-info {
    color: var(--color-gray);
    font-size: 13px;
}
.pc-pagination-info span {
    display: inline-block;
}

/* --- Floating Button --- */
.pc-floating-btn {
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: var(--color-gold);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    border: none;
    border-radius: 980px;
    box-shadow: 0 8px 32px rgba(194, 155, 97, 0.35);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 999;
    cursor: pointer;
}
.pc-floating-btn svg {
    width: 18px;
    height: 18px;
}
.pc-floating-btn:hover {
    background: var(--color-brand-red-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(194, 155, 97, 0.45);
}

/* ===== Case Detail Page ===== */

/* --- Detail Hero --- */
.pc-detail-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    min-height: 520px;
    overflow: hidden;
}
.pc-detail-hero .pc-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    background-size: cover;
    background-position: center;
}
.pc-detail-hero .pc-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}
.pc-detail-hero .pc-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 0 32px;
}
/* 案例详情页 hero 标题：尽量一行显示 */
.pc-detail-hero .pc-hero-title {
    white-space: nowrap;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.2;
    margin-bottom: 12px;
}
.pc-detail-meta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}
.pc-detail-meta-row .pc-case-dot {
    background: rgba(255, 255, 255, 0.5);
}
.pc-detail-awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.pc-detail-award-tag {
    padding: 6px 16px;
    background: rgba(194, 155, 97, 0.2);
    border: 1px solid rgba(194, 155, 97, 0.4);
    color: var(--color-gold);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    border-radius: 4px;
}

/* --- Detail Info --- */
.pc-detail-info {
    padding: 56px 0 16px;
    background: var(--color-white);
}
.pc-detail-info-layout {
    display: flex;
    gap: 64px;
    align-items: stretch;
}
.pc-detail-info-left {
    flex: 1;
    min-width: 0;
}
.pc-detail-info-right {
    width: 360px;
    flex-shrink: 0;
    align-self: stretch;
}
.pc-detail-info-sticky {
    transition: top 0.2s ease;
}
.pc-detail-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.pc-detail-info-single {
    grid-template-columns: 1fr;
}
.pc-detail-info-block {
    margin-bottom: 48px;
}
.pc-detail-info-block:last-child {
    margin-bottom: 0;
}
.pc-detail-info-table {
    width: 100%;
    border-collapse: collapse;
}
.pc-detail-info-table tr {
    border-bottom: 1px solid var(--color-gray-light);
}
.pc-detail-info-table tr:last-child {
    border-bottom: none;
}
.pc-detail-info-table th {
    width: 120px;
    padding: 16px 0;
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
}
.pc-detail-info-table td {
    padding: 16px 0;
    color: var(--color-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
.pc-detail-summary {
    color: var(--color-text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 0 28px;
}

.pc-detail-summary img {
    width: 100%;
    height: auto;
}

.pc-rich-text {
    font-size: 16px;
    line-height: 1.85;
    color: var(--color-text-secondary);
}

.pc-rich-text p {
    margin: 0 0 1em;
}

.pc-rich-text p:last-child {
    margin-bottom: 0;
}

.pc-rich-text h1,
.pc-rich-text h2,
.pc-rich-text h3,
.pc-rich-text h4 {
    color: var(--color-text-primary);
    margin: 1.5em 0 0.6em;
    font-weight: 600;
    line-height: 1.4;
}

.pc-rich-text h1 { font-size: 24px; }
.pc-rich-text h2 { font-size: 20px; }
.pc-rich-text h3 { font-size: 18px; }
.pc-rich-text h4 { font-size: 16px; }

.pc-rich-text ul,
.pc-rich-text ol {
    margin: 0 0 1em;
    padding-left: 1.6em;
}

.pc-rich-text ul { list-style: disc; }
.pc-rich-text ol { list-style: decimal; }

.pc-rich-text li {
    margin-bottom: 0.4em;
}

.pc-rich-text strong {
    color: var(--color-text-primary);
    font-weight: 600;
}

.pc-rich-text em {
    font-style: italic;
}

.pc-rich-text img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1em 0;
}

.pc-rich-text blockquote {
    border-left: 3px solid var(--color-accent);
    padding: 0.5em 0 0.5em 1em;
    margin: 0 0 1em;
    color: var(--color-text-secondary);
    opacity: 0.85;
}

.pc-rich-text a {
    color: var(--color-accent);
    text-decoration: underline;
}

.pc-rich-text br {
    display: block;
    content: "";
    margin: 0.4em 0;
}

/* --- Detail Gallery --- */
.pc-detail-gallery {
    padding: 16px 0 64px;
    background: var(--color-bg);
}
.pc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
}
.pc-gallery-item {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 6px;
    cursor: zoom-in;
    background: var(--color-gray-200);
}
.pc-gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pc-gallery-item:hover img {
    transform: scale(1.05);
}

/* --- Detail Content --- */
.pc-detail-content {
    padding: 80px 0;
    background: var(--color-white);
}
.pc-detail-content-body {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 0.01em;
}
.pc-detail-content-body p {
    margin: 0 0 24px;
    color: var(--color-text-secondary);
}
.pc-detail-content-body h2,
.pc-detail-content-body h3 {
    color: var(--color-text);
    margin: 32px 0 16px;
    font-weight: 600;
}
.pc-detail-content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 16px 0;
}

/* --- Evaluation Section --- */
/* 943 评鉴模型拆解区 · 温暖米色明亮系（避免黑色系） */
.pc-detail-evaluation {
    padding: 96px 0;
    background: var(--color-bg-warm-1);
    color: var(--color-text);
    position: relative;
}
.pc-detail-evaluation::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1200px 400px at 15% 0%, rgba(194, 155, 97, 0.08), transparent 60%),
        radial-gradient(1000px 360px at 85% 100%, rgba(139, 92, 246, 0.04), transparent 60%);
    pointer-events: none;
}
.pc-evaluation-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pc-evaluation-label {
    display: inline-block;
    color: var(--color-gold);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.pc-evaluation-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 28px;
}
.pc-star {
    font-size: 32px;
    color: rgba(29, 29, 31, 0.12);
    transition: color 0.3s;
}
.pc-star.is-active {
    color: var(--color-gold);
    text-shadow: 0 0 24px rgba(194, 155, 97, 0.28);
}
.pc-evaluation-rating-num {
    margin-left: 12px;
    color: var(--color-text);
    font-size: 20px;
    font-weight: 600;
}
.pc-evaluation-text {
    color: var(--color-text-secondary);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
    letter-spacing: 0.01em;
}

/* 评鉴拆解区通用子模块标题 */
.pc-detail-block-title {
    color: var(--color-text);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 72px auto 32px;
    text-align: center;
    letter-spacing: 0.02em;
    position: relative;
}
.pc-detail-block-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: var(--color-gold);
    margin: 14px auto 0;
    border-radius: 2px;
}
.pc-detail-evaluation .pc-section-headline {
    color: var(--color-text);
}
.pc-detail-evaluation .pc-section-label {
    color: var(--color-gold);
}
.pc-detail-evaluation .pc-section-subhead {
    color: var(--color-gray);
}
.pc-detail-evaluation .pc-evaluation-inner {
    margin-top: 48px;
    padding: 36px 32px;
    background: var(--color-white);
    border: 1px solid var(--color-border-light);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(29, 29, 31, 0.04);
}

/* 客户定位卡 */
.pc-detail-customer {
    margin: 0 0 8px;
    position: relative;
}
.pc-detail-customer-label {
    color: var(--color-gray);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
    text-align: center;
}
.pc-detail-customer-card {
    position: relative;
    padding: 32px 40px;
    background: linear-gradient(135deg, rgba(194, 155, 97, 0.14), rgba(194, 155, 97, 0.04));
    border: 1px solid rgba(194, 155, 97, 0.36);
    border-radius: 12px;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.pc-detail-customer-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(194, 155, 97, 0.18);
    color: var(--color-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    margin-bottom: 16px;
}
.pc-detail-customer-title {
    color: var(--color-text);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    font-family: "Prata", "Source Han Serif SC", "Songti SC", serif;
    margin-bottom: 14px;
}
.pc-detail-customer-hint {
    color: var(--color-gray-desc);
    font-size: 13px;
    line-height: 1.7;
}

/* 产品四象限拆解 */
.pc-detail-quadrant {
    width: 100%;
    position: relative;
}
.pc-quadrant-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.pc-quadrant-card {
    position: relative;
    padding: 28px 28px 26px;
    background: var(--color-white);
    border: 1px solid var(--color-border-light);
    border-radius: 12px;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px rgba(29, 29, 31, 0.025);
}
.pc-quadrant-card:hover {
    border-color: rgba(194, 155, 97, 0.36);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(29, 29, 31, 0.06);
}
.pc-quadrant-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.pc-quadrant-card-axis {
    color: var(--color-gray);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.pc-quadrant-card-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.pc-quadrant-card-hint {
    color: var(--color-gray);
    font-size: 12.5px;
    line-height: 1.6;
    margin-bottom: 14px;
}
.pc-quadrant-card-text {
    color: var(--color-text-secondary);
    font-size: 14.5px;
    line-height: 1.85;
    letter-spacing: 0.01em;
}
.pc-quadrant-card-empty {
    color: var(--color-gray-light);
    font-size: 13px;
    font-style: italic;
    padding: 10px 0 4px;
}

/* 三条情绪金线 */
.pc-detail-goldline {
    width: 100%;
    position: relative;
}
.pc-goldline-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.pc-goldline-item {
    position: relative;
    display: grid;
    grid-template-columns: 80px 200px 1fr;
    gap: 24px;
    align-items: flex-start;
    padding: 24px 28px;
    background: var(--color-white);
    border: 1px solid var(--color-border-light);
    border-left: 3px solid var(--color-gold);
    border-radius: 0 12px 12px 0;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px rgba(29, 29, 31, 0.025);
}
.pc-goldline-item:hover {
    transform: translateX(3px);
    box-shadow: 0 10px 24px rgba(29, 29, 31, 0.05);
}
.pc-goldline-ornament {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 6px;
}
.pc-goldline-ornament span {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--color-gold);
    border-radius: 2px;
    opacity: 0.9;
}
.pc-goldline-ornament span:nth-child(2) { width: 20px; opacity: 0.68; }
.pc-goldline-ornament span:nth-child(3) { width: 12px; opacity: 0.46; }
.pc-goldline-title-wrap {
    padding-top: 2px;
}
.pc-goldline-title {
    color: var(--color-gold);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}
.pc-goldline-sub {
    color: var(--color-gray);
    font-size: 13px;
    line-height: 1.5;
}
.pc-goldline-body p {
    margin: 0;
    color: var(--color-text-secondary);
    font-size: 14.5px;
    line-height: 1.85;
    letter-spacing: 0.01em;
}
.pc-goldline-body p.is-empty {
    color: var(--color-gray-light);
    font-style: italic;
}
.pc-goldline-conclusion {
    margin-top: 28px;
    text-align: center;
    color: var(--color-gray-desc);
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.04em;
}

/* Related 区块深色样式（related-section 是浅灰底，白色子标题） */
.pc-related-section .pc-section-label {
    color: var(--color-gold);
}

/* --- Related Section --- */
.pc-related-section {
    padding: 96px 0;
    background: var(--color-bg-alt);
}
.pc-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.pc-related-card {
    background: var(--color-white);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.pc-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
}
.pc-related-cover {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--color-gray-200);
}
.pc-related-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pc-related-card:hover .pc-related-cover img {
    transform: scale(1.06);
}
.pc-related-body {
    padding: 20px 24px 24px;
}
.pc-related-title {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 10px;
}
.pc-related-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-gray);
    font-size: 12px;
    font-weight: 400;
}
.pc-related-meta .pc-case-dot {
    background: var(--color-gray-light);
}

/* --- Lightbox --- */
.pc-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.pc-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}
.pc-lightbox-img {
    max-width: 90vw;
    max-height: 88vh;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 4px;
    transform: scale(0.96);
    transition: transform 0.3s ease;
}
.pc-lightbox.is-open .pc-lightbox-img {
    transform: scale(1);
}
.pc-lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: var(--color-white);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.pc-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* --- Award Detail Hero --- */
.pc-award-detail-hero .pc-hero-content {
    padding: 140px 0 80px;
}
.pc-award-detail-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(194, 155, 97, 0.15);
    border: 1px solid rgba(194, 155, 97, 0.3);
    border-radius: 20px;
    color: var(--color-gold);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
}
.pc-award-detail-badge svg {
    width: 16px;
    height: 16px;
}
.pc-award-detail-badge span {
    color: var(--color-gold);
}
.pc-award-detail-hero .pc-hero-title {
    max-width: 900px;
    margin: 0 auto 16px;
}
.pc-award-detail-hero .pc-detail-meta-row {
    justify-content: center;
}
.pc-award-detail-hero .pc-detail-awards {
    justify-content: center;
}
.pc-related-award-name {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-gold);
    letter-spacing: 0.06em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

/* ===== Cases Responsive ===== */
@media (max-width: 1199px) {
    .pc-case-grid {
        gap: 24px;
    }
    .pc-detail-info {
        padding: 44px 0 12px;
    }
    .pc-detail-info-layout {
        gap: 40px;
    }
    .pc-detail-info-right {
        width: 300px;
    }
    .pc-detail-info-sticky {
        padding: 24px 20px;
    }
    .pc-detail-info-block {
        margin-bottom: 40px;
    }
    .pc-detail-gallery {
        padding: 12px 0 48px;
    }
    .pc-detail-content {
        padding: 64px 0;
    }
    .pc-detail-evaluation,
    .pc-related-section {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .pc-case-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .pc-case-body {
        padding: 20px 22px 24px;
    }
    .pc-case-title {
        font-size: 17px;
    }
    .pc-case-developer {
        font-size: 13px;
    }
    .pc-detail-hero {
        min-height: 480px;
        height: auto;
        padding: 120px 0 80px;
    }
    .pc-detail-hero .pc-hero-content {
        padding: 0 20px;
    }
    /* 移动端同样保持一行：字号随视口自适应，确保 12-13 字标题在 320px 可用宽度内不换行 */
    .pc-detail-hero .pc-hero-title {
        white-space: nowrap;
        font-size: clamp(18px, 6vw, 30px);
        line-height: 1.2;
    }
    .pc-detail-meta-row {
        font-size: 14px;
        flex-wrap: wrap;
        gap: 6px;
    }
    .pc-detail-info {
        padding: 32px 0 12px;
    }
    .pc-detail-info-layout {
        flex-direction: column;
        gap: 0;
    }
    .pc-detail-info-left {
        order: 2;
    }
    .pc-detail-info-right {
        width: 100%;
        order: 1;
    }
    .pc-detail-info-sticky {
        position: static !important;
        top: auto !important;
        width: auto !important;
    }
    .pc-detail-info-block {
        margin-bottom: 36px;
    }
    .pc-detail-info-table th {
        width: 80px;
        font-size: 13px;
    }
    .pc-detail-info-table td {
        font-size: 14px;
    }
    .pc-detail-gallery {
        padding: 10px 0 32px;
    }
    .pc-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .pc-detail-content {
        padding: 48px 0;
    }
    .pc-detail-content-body {
        font-size: 15px;
        line-height: 1.8;
    }
    .pc-detail-evaluation {
        padding: 64px 0;
    }
    .pc-star {
        font-size: 28px;
    }
    .pc-evaluation-text {
        font-size: 15px;
    }
    .pc-related-section {
        padding: 56px 0;
    }
    .pc-related-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .pc-floating-btn {
        right: 16px;
        bottom: 16px;
        padding: 12px 18px;
        font-size: 13px;
    }
    .pc-floating-btn svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 575px) {
    .pc-gallery-grid {
        grid-template-columns: 1fr;
    }
    .pc-floating-btn {
        padding: 10px 16px;
        font-size: 12px;
    }
    .pc-detail-awards {
        gap: 6px;
    }
    .pc-detail-award-tag {
        font-size: 11px;
        padding: 5px 12px;
    }
    .pc-star {
        font-size: 24px;
    }
    .pc-evaluation-rating-num {
        font-size: 18px;
    }
}

/* ===== Awards Page ===== */

.pc-awards-hero .pc-hero-title {
  margin-top: 16px;
  margin-bottom: 10px;
}

.pc-awards-year-hero .pc-hero-title {
  letter-spacing: -0.02em;
}

.pc-awards-group {
  margin-bottom: 72px;
}

.pc-awards-group:last-child {
  margin-bottom: 48px;
}

/* --- 年份分组 Header --- */
.pc-award-year-overview {
  margin-bottom: 36px;
  padding: 32px 0;
  border-top: 1px solid rgba(29, 29, 31, 0.08);
  border-bottom: 1px solid rgba(29, 29, 31, 0.08);
}
.pc-award-year-overview-inner {
  display: flex;
  align-items: center;
  gap: 48px;
}
.pc-award-year-info {
  flex: 1;
}
.pc-award-year-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pc-award-year-title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 400;
  line-height: 1.15;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  color: var(--color-dark);
  margin: 0 0 10px;
}
.pc-award-year-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin: 0;
}
.pc-award-year-desc strong {
  color: var(--color-gold);
  font-weight: 600;
}
.pc-award-year-visual {
  flex-shrink: 0;
}
.pc-award-year-medal {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-award-year-medal svg {
  width: 100%;
  height: 100%;
}

/* --- 年度总览 --- */
.pc-awards-year-overview {
  padding: 48px 0 64px;
  border-bottom: 1px solid rgba(29, 29, 31, 0.06);
  margin-bottom: 48px;
}
.pc-awards-year-overview-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
.pc-awards-year-info {
  max-width: 560px;
}
.pc-awards-year-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pc-awards-year-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.2;
  font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  color: var(--color-dark);
  margin: 0 0 20px;
}
.pc-awards-year-desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin: 0 0 32px;
}
.pc-awards-year-desc strong {
  color: var(--color-gold);
  font-weight: 600;
}
.pc-awards-year-stats {
  display: flex;
  align-items: center;
  gap: 32px;
}
.pc-awards-year-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc-awards-year-stat-num {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-dark);
  line-height: 1;
  font-family: "Prata", "Source Han Serif SC", serif;
}
.pc-awards-year-stat-label {
  font-size: 13px;
  color: var(--color-gray);
  margin-top: 6px;
}
.pc-awards-year-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(29, 29, 31, 0.1);
}
.pc-awards-year-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-awards-year-medal {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-awards-year-medal svg {
  width: 100%;
  height: 100%;
}
.pc-awards-year-image {
  position: relative;
  width: 380px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 28px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.pc-awards-year-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.55));
  z-index: 0;
}
.pc-awards-year-image > * {
  position: relative;
  z-index: 1;
}
.pc-awards-year-image-kicker {
  color: hsla(0, 0%, 100%, 0.72);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  align-self: flex-start;
}
.pc-awards-year-image-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  margin: 0;
}
.pc-awards-year-image-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-gold);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 8px 0;
  transition: all 0.25s ease;
  align-self: flex-start;
}
.pc-awards-year-image-link svg {
  transition: transform 0.25s ease;
}
.pc-awards-year-image-link:hover {
  color: var(--color-gold-hover);
}
.pc-awards-year-image-link:hover svg {
  transform: translateX(4px);
}
.pc-awards-year-image-plain::before {
  display: none;
}

/* --- 分类板块 Header --- */
.pc-award-category-section {
  margin-bottom: 64px;
}
.pc-award-category-section:last-child {
  margin-bottom: 0;
}
.pc-award-category-header {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  margin-bottom: 32px;
  border-top: 1px solid rgba(29, 29, 31, 0.08);
  border-bottom: 1px solid rgba(29, 29, 31, 0.08);
}
.pc-award-category-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(194, 155, 97, 0.1);
  border-radius: 12px;
  flex-shrink: 0;
}
.pc-award-category-icon svg {
  width: 28px;
  height: 28px;
}
.pc-award-category-info {
  flex: 1;
  min-width: 0;
}
.pc-award-category-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.pc-award-category-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-dark);
  margin: 0 0 4px;
  line-height: 1.3;
}
.pc-award-category-sub {
  font-size: 14px;
  color: var(--color-gray);
  margin: 0;
}
.pc-award-category-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 20px;
  background: rgba(194, 155, 97, 0.08);
  border-radius: 10px;
  flex-shrink: 0;
}
.pc-award-category-num {
  font-size: 32px;
  font-weight: 600;
  color: var(--color-gold);
  line-height: 1;
  font-family: "Prata", "Source Han Serif SC", serif;
}
.pc-award-category-unit {
  font-size: 12px;
  color: var(--color-gray);
  margin-top: 4px;
}

.pc-award-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.pc-award-item {
  position: relative;
  background: var(--color-white);
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.pc-award-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--color-bg-alt);
}

.pc-award-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.pc-award-item:hover .pc-award-cover img {
  transform: scale(1.04);
}

.pc-award-cover-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--color-bg-warm-3) 0%, var(--color-bg-warm-4) 50%, var(--color-bg-warm-2) 100%);
  position: relative;
}

.pc-award-cover-placeholder::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: var(--color-gold);
  opacity: 0.25;
  border-radius: 50%;
}

.pc-award-cover-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-dark);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.pc-award-cover-badge-icon {
  height: 11px !important;
  width: auto !important;
  flex-shrink: 0;
  display: block;
}

.pc-award-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pc-award-item:hover {
  border-color: rgba(194, 155, 97, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.10);
}

.pc-award-project-name {
  color: var(--color-text);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 14px;
}

.pc-award-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--color-gray);
  font-size: 13px;
  font-weight: 400;
}

.pc-award-dot {
  color: var(--color-gray-light);
}

.pc-award-category-tag {
  display: inline-block;
  padding: 4px 12px;
  background: var(--color-bg-alt);
  color: var(--color-text-secondary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 4px;
  align-self: flex-start;
  margin-top: auto;
}

.pc-awards-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.pc-awards-empty {
  text-align: center;
  padding: 80px 0;
}

.pc-awards-empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  opacity: 0.6;
}

.pc-awards-empty-icon svg {
  width: 100%;
  height: 100%;
}

.pc-awards-empty-text {
  color: var(--color-text);
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 8px;
}

.pc-awards-empty-hint {
  color: var(--color-gray);
  font-size: 15px;
  margin: 0;
}

.pc-awards-empty-btn {
  margin-top: 32px;
}

.pc-award-category-section {
  margin-bottom: 64px;
}

.pc-award-category-section:last-child {
  margin-bottom: 32px;
}

/* ===== Awards Responsive ===== */
@media (max-width: 1199px) {
  .pc-awards-group {
    margin-bottom: 56px;
  }
  .pc-award-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .pc-award-body {
    padding: 20px 20px 24px;
  }
  .pc-award-project-name {
    font-size: 18px;
  }
  .pc-award-year-overview-inner {
    gap: 32px;
  }
  .pc-award-year-medal {
    width: 80px;
    height: 80px;
  }
  .pc-awards-year-overview-inner {
    gap: 40px;
  }
  .pc-awards-year-medal {
    width: 160px;
    height: 160px;
  }
  .pc-awards-year-image {
    width: 100%;
    min-height: 220px;
    height: auto;
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .pc-awards-group {
    margin-bottom: 40px;
  }
  .pc-award-year-overview {
    margin-bottom: 24px;
    padding: 24px 0;
  }
  .pc-award-year-overview-inner {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .pc-award-year-medal {
    width: 64px;
    height: 64px;
  }
  .pc-award-year-title {
    font-size: 24px;
  }
  .pc-awards-year-overview {
    padding: 32px 0 40px;
    margin-bottom: 32px;
  }
  .pc-awards-year-overview-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pc-awards-year-visual {
    order: -1;
  }
  .pc-awards-year-medal {
    width: 120px;
    height: 120px;
  }
  .pc-awards-year-image {
    width: 100%;
    min-height: 200px;
    height: auto;
    padding: 20px;
  }
  .pc-awards-year-stats {
    gap: 20px;
  }
  .pc-awards-year-stat-num {
    font-size: 28px;
  }
  .pc-award-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pc-award-body {
    padding: 20px 18px 22px;
  }
  .pc-award-project-name {
    font-size: 17px;
  }
  .pc-award-category-section {
    margin-bottom: 48px;
  }
  .pc-award-category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    margin-bottom: 24px;
  }
  .pc-award-category-count {
    flex-direction: row;
    gap: 4px;
    padding: 8px 16px;
  }
  .pc-award-category-num {
    font-size: 24px;
  }
  .pc-awards-empty {
    padding: 56px 0;
  }
  .pc-awards-empty-text {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .pc-award-year-num {
    font-size: clamp(32px, 12vw, 44px);
  }
  .pc-award-item {
    padding: 22px 18px;
  }
  .pc-award-badge {
    padding: 6px 12px;
  }
  .pc-award-badge svg {
    width: 16px;
    height: 16px;
  }
  .pc-award-badge span {
    font-size: 12px;
  }
  .pc-award-project-name {
    font-size: 16px;
  }
  .pc-award-meta {
    font-size: 12px;
  }
  .pc-award-category-title {
    font-size: 20px;
  }
}

/* ===== Apply Page ===== */

/* --- Intro (参考 pc-rental-intro) --- */
.pc-apply-intro {
    padding: 68px 0 28px;
}
.pc-apply-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .8fr);
    gap: 28px;
    align-items: stretch;
}
.pc-apply-intro-copy,
.pc-apply-intro-aside {
    border: 1px solid rgba(29, 29, 31, 0.08);
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}
.pc-apply-intro-copy {
    background: linear-gradient(180deg, #fff, var(--color-bg-warm-1));
    padding: 40px 44px;
}
.pc-apply-intro-title {
    color: var(--color-text);
    font-family: Prata, "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", Songti SC, STSong, SimSun, serif;
    font-size: clamp(30px, 3.8vw, 46px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 18px;
    text-rendering: optimizeLegibility;
}
.pc-apply-intro-text {
    color: var(--color-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    max-width: 680px;
}
.pc-apply-intro-aside {
    position: relative;
    background: #0f172a;
    background-image: url('https://zhenjiaolujun-1257326496.file.myqcloud.com/assets/img/intro-aside.jpg?imageMogr2/thumbnail/!1200xr/interlace/0/auto-orient');
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 32px;
    overflow: hidden;
}
.pc-apply-intro-aside::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.75), rgba(15, 23, 42, 0.55));
    z-index: 0;
}
.pc-apply-intro-aside > * {
    position: relative;
    z-index: 1;
}
.pc-apply-intro-kicker {
    color: hsla(0, 0%, 100%, 0.72);
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}
.pc-apply-intro-aside-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.55;
    margin: 0;
}
.pc-apply-intro-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-gold);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-decoration: none;
    padding: 8px 0;
    transition: all 0.25s ease;
    align-self: flex-start;
}
.pc-apply-intro-link svg {
    transition: transform 0.25s ease;
}
.pc-apply-intro-link:hover {
    color: var(--color-gold-hover);
}
.pc-apply-intro-link:hover svg {
    transform: translateX(4px);
}

/* --- Features (参考 pc-rental-features) --- */
.pc-apply-features {
    padding: 18px 0 24px;
}
.pc-apply-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.pc-apply-feature-card {
    background: hsla(0, 0%, 100%, 0.92);
    border: 1px solid rgba(29, 29, 31, 0.08);
    border-radius: 7px;
    min-height: 250px;
    padding: 28px 30px 30px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.pc-apply-feature-card:hover {
    border-color: rgba(194, 155, 97, 0.3);
    box-shadow: 0 28px 72px rgba(15, 23, 42, 0.1);
    transform: translateY(-6px);
}
.pc-apply-feature-index {
    color: var(--color-gold);
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin-bottom: 18px;
}
.pc-apply-feature-title {
    color: var(--color-text);
    font-family: Prata, "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", Songti SC, STSong, SimSun, serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.35;
    margin: 0 0 14px;
    text-rendering: optimizeLegibility;
}
.pc-apply-feature-text {
    color: var(--color-gray);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

/* --- Timeline --- */
.pc-apply-timeline {
    padding: 96px 0;
    background: var(--color-white);
}
.pc-timeline {
    position: relative;
    max-width: 600px;
    margin: 48px auto 0;
    padding: 0 24px;
}
.pc-timeline-item {
    position: relative;
    padding: 0 0 48px 48px;
}
.pc-timeline-item:last-child {
    padding-bottom: 0;
}
.pc-timeline-dot {
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-gray-light);
    border: 3px solid var(--color-white);
    box-shadow: 0 0 0 2px var(--color-gray-light);
    z-index: 1;
    transition: background 0.3s, box-shadow 0.3s;
}
.pc-timeline-item.is-visible .pc-timeline-dot {
    background: var(--color-gold);
    box-shadow: 0 0 0 2px var(--color-gold), 0 0 0 5px rgba(194, 155, 97, 0.15);
}
.pc-timeline-item:hover .pc-timeline-line {
  width: 3px;
  background: var(--color-gold);
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pc-timeline-item {
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pc-timeline-item:hover {
  transform: translateX(-2px);
}
.pc-timeline-month {
    color: var(--color-gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}
.pc-timeline-label {
    color: var(--color-text);
    font-size: 17px;
    font-weight: 500;
}
.pc-timeline-line {
    position: absolute;
    left: 5px;
    top: 4px;
    bottom: 4px;
    width: 2px;
    background: var(--color-gray-light);
}

/* --- Honor Section --- */
.pc-apply-honor {
    padding: 96px 0;
    background: #ffffff;
}
.pc-apply-honor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--color-gray-light);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 56px;
}
.pc-apply-honor-card {
    background: var(--color-white);
    padding: 48px 36px;
    text-align: center;
    transition: background 0.4s;
}
.pc-apply-honor-card:hover {
    background: var(--color-bg-warm-1);
}
.pc-apply-honor-num {
    font-size: 64px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    color: var(--color-gold);
    opacity: 0.45;
    font-family: var(--font-serif);
}
.pc-apply-honor-level {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 12px;
}
.pc-apply-honor-text {
    color: var(--color-text-secondary);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}
.pc-apply-honor-note {
    margin: 48px auto 0;
    max-width: 620px;
    padding: 16px 28px;
    border-radius: 999px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(29, 29, 31, 0.1);
}
.pc-apply-honor-note-text {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

@media (max-width: 1199px) {
    .pc-apply-honor {
        padding: 72px 0;
    }
    .pc-apply-honor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .pc-apply-honor {
        padding: 48px 0;
    }
    .pc-apply-honor-grid {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 40px;
    }
    .pc-apply-honor-card {
        padding: 32px 24px;
    }
    .pc-apply-honor-num {
        font-size: 48px;
    }
    .pc-apply-honor-text {
        font-size: 14px;
        line-height: 1.8;
    }
    .pc-apply-honor-note {
        margin-top: 32px;
        padding: 14px 20px;
    }
}

/* --- Fee Section --- */
.pc-apply-fee {
    position: relative;
    padding: 80px 0;
    background: #0f172a;
    background-image: url('https://zhenjiaolujun-1257326496.file.myqcloud.com/assets/img/fee.jpg?imageMogr2/thumbnail/!2400xr/interlace/0/auto-orient');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--color-white);
    overflow: hidden;
}
.pc-apply-fee::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.65));
    z-index: 0;
}
.pc-apply-fee > * {
    position: relative;
    z-index: 1;
}
.pc-apply-fee .pc-section-label {
    color: var(--color-gold);
}
.pc-apply-fee .pc-section-headline {
    color: var(--color-white);
}
.pc-apply-fee .pc-section-subhead {
    color: rgba(255, 255, 255, 0.75);
}
.pc-fee-inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
.pc-fee-amount {
    color: var(--color-white);
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 400;
    line-height: 1;
    font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
    letter-spacing: -0.02em;
    margin-bottom: 48px;
}
.pc-fee-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 48px;
    text-align: left;
}
.pc-fee-benefit {
    display: flex;
    align-items: baseline;
    gap: 12px;
    color: rgba(255, 255, 255, 0.85);
}
.pc-fee-benefit-num {
    color: var(--color-gold);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.pc-fee-benefit-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}
.pc-fee-note-block {
    margin: 40px auto 0;
    max-width: 555px;
    padding: 16px 28px;
    border-radius: 50px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.pc-fee-note-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

/* --- Form Section --- */
.pc-apply-form-section {
    padding: 96px 0;
    background: var(--color-bg);
}
.pc-apply-form-hint {
    margin-top: 8px !important;
    font-size: 14px !important;
    color: var(--color-gray-400) !important;
}
.pc-apply-form {
    width: 100%;
    background: var(--color-white);
    border-radius: 12px;
    padding: 48px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* Step1 纯表单字段 / Step3 按钮 / Steps 步骤条 保持 720 居中，
   Step2 奖项 4 列卡 / Step3 确认权益卡 保持铺满 PC 容器宽度 */
.pc-steps {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.pc-step-content[data-content="1"] {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.pc-step-content[data-content="3"] .pc-apply-actions {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Steps --- */
.pc-steps {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 48px;
    padding: 0 8px;
}
.pc-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1;
    flex: 1;
}
.pc-step-indicator {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color-bg-alt);
    border: 2px solid var(--color-gray-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.pc-step-num {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s;
}
.pc-step.is-active .pc-step-indicator {
    background: var(--color-gold);
    border-color: var(--color-gold);
}
.pc-step.is-active .pc-step-num {
    color: var(--color-white);
}
.pc-step.is-completed .pc-step-indicator {
    background: var(--color-text);
    border-color: var(--color-text);
}
.pc-step.is-completed .pc-step-num {
    color: var(--color-white);
}
.pc-step-label {
    color: var(--color-gray);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: color 0.3s;
}
.pc-step.is-active .pc-step-label,
.pc-step.is-completed .pc-step-label {
    color: var(--color-text);
}
.pc-step-bar {
    position: absolute;
    top: 18px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: var(--color-gray-200);
    z-index: 0;
    border-radius: 1px;
    overflow: hidden;
}
.pc-step-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: var(--color-gold);
    transition: width 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* --- Step Content --- */
.pc-step-content {
    display: none;
}
.pc-step-content.is-active {
    display: block;
    animation: stepFadeIn 0.4s ease;
}
@keyframes stepFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- Form Fields --- */
.pc-apply-field {
    margin-bottom: 24px;
}
.pc-apply-label {
    display: block;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.pc-required {
    color: var(--color-gold);
    margin-left: 2px;
}
.pc-apply-input,
.pc-apply-textarea {
    width: 100%;
    padding: 12px 16px;
    color: var(--color-text);
    font-size: 15px;
    font-weight: 400;
    background: var(--color-bg);
    border: 1px solid var(--color-gray-light);
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    font-family: inherit;
}
.pc-apply-input:hover,
.pc-apply-textarea:hover {
    border-color: var(--color-gray);
}
.pc-apply-input:focus,
.pc-apply-textarea:focus {
    border-color: var(--color-gold);
    background: var(--color-white);
}
.pc-apply-textarea {
    resize: vertical;
    min-height: 100px;
}

/* --- Form Actions --- */
.pc-apply-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

/* --- Categories 名片：与申报页卡保持一致，只显示官网展示文案 --- */
.pc-category-desc .pc-category-desc-block {
    margin: 0;
    padding: 0;
    background: transparent;
    border-left: none;
    border-radius: 0;
}
.pc-category-desc .pc-category-desc-block + .pc-category-desc-block {
    margin-top: 14px;
}
.pc-category-desc .pc-category-subtitle {
    display: none;
}
.pc-category-desc .pc-category-desc-block p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* --- Category Cards --- */
/* 4 张奖项按 2×2 排列，单卡宽度足够容纳「奖项定位/评选标准/官网文案」不换行挤压 */
.pc-apply-category-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 28px;
    margin-bottom: 40px;
}

/* 资料要求与上传区保持合理行宽，不要铺满 1200 */
.pc-apply-requirement,
.pc-apply-upload {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.pc-category-card-item {
    cursor: pointer;
}
.pc-category-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.pc-category-card-inner {
    padding: 32px 28px;
    min-height: 100%;
    background: var(--color-bg);
    border: 2px solid var(--color-gray-light);
    border-radius: 8px;
    transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pc-category-card-item:hover .pc-category-card-inner {
    border-color: var(--color-gray);
    background: var(--color-white);
}
.pc-category-radio:checked + .pc-category-card-inner {
    border-color: var(--color-gold);
    background: rgba(194, 155, 97, 0.04);
}
.pc-category-card-name {
    color: var(--color-text);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
}
.pc-category-card-meta {
    margin-bottom: 10px;
}
.pc-category-card-count {
    color: var(--color-gold);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.pc-category-card-desc {
    color: var(--color-gray-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

/* 申报页奖项卡：隐藏「奖项定位 / 评选标准 / 官网展示文案」三个小标题，
   并去掉每个分块独立的金线+浅底面板，把三段正文合并为流畅介绍，
   仅作用于申报页卡片，不影响 /categories 奖项设置详情页的展示 */
.pc-category-card-desc .pc-category-desc-block {
    margin: 0;
    padding: 0;
    background: transparent;
    border-left: none;
    border-radius: 0;
}
.pc-category-card-desc .pc-category-desc-block + .pc-category-desc-block {
    margin-top: 14px;
}
.pc-category-card-desc .pc-category-subtitle {
    display: none;
}
.pc-category-card-desc .pc-category-desc-block p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* --- Upload Zone --- */
.pc-apply-upload {
    margin-bottom: 24px;
}
.pc-apply-upload-title {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}
.pc-apply-dropzone {
    border: 2px dashed var(--color-gray-light);
    border-radius: 6px;
    padding: 48px 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s;
    background: var(--color-bg);
}
.pc-apply-dropzone:hover,
.pc-apply-dropzone.is-dragging {
    border-color: var(--color-gold);
    background: rgba(194, 155, 97, 0.04);
}
.pc-apply-dropzone-icon {
    color: var(--color-gray);
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
}
.pc-apply-dropzone-icon svg {
    width: 100%;
    height: 100%;
}
.pc-apply-dropzone-text {
    color: var(--color-text);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}
.pc-apply-dropzone-hint {
    color: var(--color-gray);
    font-size: 13px;
}

/* --- File List --- */
.pc-apply-file-list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pc-apply-file-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: var(--color-bg);
    border: 1px solid var(--color-gray-light);
    border-radius: 4px;
}
.pc-apply-file-info {
    flex: 1;
    min-width: 0;
}
.pc-apply-file-name {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pc-apply-file-meta {
    color: var(--color-gray);
    font-size: 12px;
    margin-top: 2px;
}
.pc-apply-file-progress {
    width: 100px;
    height: 4px;
    background: var(--color-gray-200);
    border-radius: 4px;
    overflow: hidden;
}
.pc-apply-file-bar {
    height: 100%;
    background: var(--color-gold);
    border-radius: 4px;
    transition: width 0.3s;
}
.pc-apply-file-remove {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    color: var(--color-gray);
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.pc-apply-file-remove:hover {
    color: var(--color-gold);
    background: rgba(194, 155, 97, 0.08);
}
.pc-apply-file-remove svg {
    width: 14px;
    height: 14px;
}

/* --- Confirm Step --- */
.pc-apply-confirm {
    padding: 32px;
    background: var(--color-bg);
    border-radius: 6px;
    border: 1px solid var(--color-gray-light);
}
.pc-apply-confirm-fee {
    text-align: center;
    padding-bottom: 96px;
    border-bottom: 1px solid var(--color-gray-light);
    margin-bottom: 24px;
}
.pc-apply-confirm-label {
    color: var(--color-gray);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}
.pc-apply-confirm-amount {
    color: var(--color-text);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 400;
    line-height: 1;
    font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
}
.pc-apply-confirm-title {
    color: var(--color-text);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}
.pc-apply-confirm-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
}
.pc-apply-confirm-list li {
    position: relative;
    padding-left: 20px;
    color: var(--color-text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
.pc-apply-confirm-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-gold);
}
.pc-apply-agree {
    padding-top: 96px;
    border-top: 1px solid var(--color-gray-light);
}
.pc-apply-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    color: var(--color-text-secondary);
    font-size: 14px;
    line-height: 1.5;
}
.pc-apply-checkbox:hover {
  color: var(--color-dark);
}
.pc-apply-checkbox input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 3px;
    width: 16px;
    height: 16px;
    accent-color: var(--color-gold);
}
.pc-apply-checkbox a {
    color: var(--color-gold);
    text-decoration: none;
}

/* --- Success Page --- */
.pc-apply-success {
    padding: 96px 0;
    background: var(--color-bg);
}
.pc-apply-success-inner {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}
.pc-apply-success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 28px;
    color: var(--color-gold);
}
.pc-apply-success-icon svg {
    width: 100%;
    height: 100%;
}
.pc-apply-success-title {
    color: var(--color-text);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 400;
    line-height: 1.2;
    font-family: "Prata", "Source Han Serif SC", "Source Han Serif CN", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
    margin: 0 0 16px;
}
.pc-apply-success-desc {
    color: var(--color-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 8px;
}
.pc-apply-success-desc-secondary {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 36px;
}
.pc-apply-success-qr {
    margin-bottom: 40px;
}
.pc-apply-qr-img {
    width: 160px;
    height: 160px;
    border-radius: 12px;
    border: 1px solid var(--color-border);
    display: block;
    margin: 0 auto 12px;
    object-fit: contain;
    background: #fff;
}
.pc-apply-qr-label {
    color: var(--color-gray);
    font-size: 14px;
}
.pc-apply-qr-placeholder {
    display: none;
}
.pc-apply-success-btn {
    display: inline-flex;
}

/* --- Contact Section --- */
.pc-apply-contact {
    padding: 96px 0;
    background: var(--color-white);
}
.pc-apply-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    max-width: 720px;
    margin: 48px auto 0;
    text-align: center;
}
.pc-apply-contact-label {
    color: var(--color-gray);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}
.pc-apply-contact-value {
    color: var(--color-text);
    font-size: 17px;
    font-weight: 500;
}
.pc-apply-qrs {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 56px;
}
.pc-apply-qr {
    text-align: center;
}
.pc-apply-qr-img {
    width: 120px;
    height: 120px;
    border: 1px solid var(--color-gray-light);
    border-radius: 6px;
    background: var(--color-white);
    overflow: hidden;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc-apply-qr-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.pc-apply-qr-label {
    color: var(--color-gray);
    font-size: 13px;
    font-weight: 500;
}

/* ===== Apply Page Responsive ===== */
@media (max-width: 1199px) {
    .pc-apply-intro-grid,
    .pc-apply-feature-grid {
        grid-template-columns: 1fr;
    }
    .pc-apply-intro-copy,
    .pc-apply-intro-aside {
        padding: 32px;
    }
    .pc-apply-timeline,
    .pc-apply-form-section,
    .pc-apply-contact {
        padding: 80px 0;
    }
    .pc-apply-fee {
        padding: 64px 0;
    }
    .pc-fee-benefits {
        gap: 20px 36px;
    }
}

@media (max-width: 767px) {
    .pc-apply-intro {
        padding: 36px 0 20px;
    }
    .pc-apply-features {
        padding: 8px 0 18px;
    }
    .pc-apply-feature-card,
    .pc-apply-intro-aside,
    .pc-apply-intro-copy {
        border-radius: 6px;
        box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
        padding: 24px 20px;
    }
    .pc-apply-intro-title {
        font-size: clamp(28px, 8vw, 34px);
    }
    .pc-apply-intro-text {
        font-size: 14px;
        line-height: 1.75;
    }
    .pc-apply-intro-aside-text {
        font-size: 18px;
        line-height: 1.6;
    }
    .pc-apply-feature-grid {
        gap: 16px;
    }
    .pc-apply-feature-card {
        min-height: auto;
    }
    .pc-apply-feature-text {
        font-size: 14px;
        line-height: 1.75;
    }
    .pc-apply-feature-title {
        font-size: 20px;
        line-height: 1.4;
    }
    .pc-apply-timeline,
    .pc-apply-form-section,
    .pc-apply-contact {
        padding: 56px 0;
    }
    .pc-apply-fee {
        padding: 48px 0;
        background-attachment: scroll;
    }
    .pc-fee-note-block {
        max-width: 100%;
        padding: 14px 20px;
    }
    .pc-fee-benefits {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .pc-apply-form {
        padding: 28px 20px;
    }
    .pc-steps {
        gap: 0;
    }
    .pc-step-label {
        font-size: 11px;
    }
    .pc-step-indicator {
        width: 32px;
        height: 32px;
    }
.pc-step:not(.is-active):not(.is-completed):hover .pc-step-indicator {
  border-color: var(--color-gold);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
    .pc-step-bar {
        top: 16px;
        left: 16px;
        right: 16px;
    }
    .pc-apply-category-cards {
        grid-template-columns: 1fr;
    }
    .pc-apply-confirm {
        padding: 24px 20px;
    }
    .pc-apply-confirm-list {
        grid-template-columns: 1fr;
    }
    .pc-apply-actions {
        flex-direction: column-reverse;
    }
    .pc-apply-actions .pc-btn {
        width: 100%;
        justify-content: center;
    }
    .pc-apply-contact-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .pc-apply-qrs {
        gap: 24px;
    }
    .pc-apply-qr-img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575px) {
    .pc-apply-feature-card,
    .pc-apply-intro-aside,
    .pc-apply-intro-copy {
        border-radius: 5px;
        padding: 20px 18px;
    }
    .pc-apply-intro-title {
        font-size: clamp(26px, 9vw, 30px);
    }
    .pc-apply-intro-text,
    .pc-apply-feature-text {
        line-height: 1.7;
    }
    .pc-apply-intro-aside-text {
        font-size: 16px;
    }
    .pc-apply-feature-title {
        font-size: 19px;
        line-height: 1.4;
    }
    .pc-timeline {
        padding: 0 16px;
    }
    .pc-apply-form {
        padding: 24px 16px;
        border-radius: 6px;
    }
    .pc-step-label {
        font-size: 10px;
    }
    .pc-apply-dropzone {
        padding: 36px 16px;
    }
    .pc-apply-file-item {
        flex-wrap: wrap;
        gap: 8px;
    }
    .pc-apply-file-progress {
        width: 100%;
        order: 3;
    }
}

/* ===== Home Page Visual Polish ===== */

/* Hero 标题字间距 */
.pc-hero-title {
    letter-spacing: 0.05em;
}

/* 精选卡片 hover 效果增强 */
.pc-featured-card:hover .pc-featured-overlay {
    opacity: 1;
}

/* CTA 按钮微交互 */
.pc-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(194, 155, 97, 0.25);
}
.pc-cta-btn:active {
    transform: translateY(0);
}

/* 申报资料要求清单 */
.pc-apply-requirement {
  background: var(--color-bg);
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: 12px;
  padding: 28px 32px;
  margin-bottom: 32px;
}
.pc-apply-requirement-title {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.pc-apply-requirement-tip {
  color: var(--color-gray);
  font-size: 13px;
  margin: 0 0 20px;
}
.pc-apply-requirement-list {
  padding: 0 0 0 18px;
  margin: 0 0 22px;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.75;
}
.pc-apply-requirement-list li {
  margin-bottom: 12px;
}
.pc-apply-requirement-list li strong {
  color: var(--color-gold);
  font-weight: 600;
}
.pc-apply-requirement-note > div {
  padding: 10px 0;
  border-top: 1px dashed rgba(29, 29, 31, 0.08);
  font-size: 13px;
  color: var(--color-gray-desc);
  line-height: 1.7;
}
.pc-apply-requirement-note > div:first-child {
  border-top: 0;
  padding-top: 0;
}
.pc-apply-requirement-note strong {
  color: var(--color-text);
  font-weight: 600;
  margin-right: 4px;
}

/* 申报注意事项 + 费用边界 折叠面板 */
.pc-apply-terms {
  margin-top: 22px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
.pc-apply-terms-toggle {
  display: block;
  width: 100%;
  padding: 14px 18px;
  background: var(--color-bg);
  border: 0;
  cursor: pointer;
  font-size: 14px;
  color: var(--color-text);
  text-align: left;
  font-weight: 500;
}
.pc-apply-terms-toggle:hover {
  background: var(--color-bg-alt);
  color: var(--color-dark);
}
.pc-apply-terms-toggle::after {
  content: '+';
  float: right;
  color: var(--color-gold);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.25s ease;
}
.pc-apply-terms.is-open .pc-apply-terms-toggle::after {
  transform: rotate(45deg);
}
.pc-apply-terms-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 18px;
}
.pc-apply-terms.is-open .pc-apply-terms-body {
  max-height: 2200px;
  padding: 4px 18px 20px;
}
.pc-apply-terms-body h5 {
  font-size: 13px;
  color: var(--color-gold);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 18px 0 8px;
}
.pc-apply-terms-body h5:first-child {
  margin-top: 8px;
}
.pc-apply-terms-body ol {
  padding-left: 18px;
  margin: 0;
  color: var(--color-gray-desc);
  font-size: 13px;
  line-height: 1.8;
}
.pc-apply-terms-body ol li {
  margin-bottom: 6px;
}
.pc-apply-terms-body p {
  margin: 0 0 10px;
  color: var(--color-gray-desc);
  font-size: 13px;
  line-height: 1.8;
}

