/* ==========================================================================
   关于我们 / 联系我们 — 工程机械机具风格（贴合首页 Banner 主图）
   ========================================================================== */

body.pf-about-page-active,
body.pf-contact-page-active {
  --pf-page-accent: var(--wp--preset--color--accent, #1a3a5c);
  --pf-page-gold: var(--wp--preset--color--secaccent, #c9a000);
  --pf-page-dark: #0f2438;
  --pf-page-bg: #f0f2f5;
  --pf-page-card: #ffffff;
  --pf-page-border: #dde3ea;
  --pf-page-text: #333;
  --pf-page-muted: #6b7280;
}

.pf-page-main {
  background: var(--pf-page-bg);
  padding: 0 0 64px;
  overflow-x: hidden;
}

.pf-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.pf-about-main .pf-page-container {
  padding-top: 8px;
}

/* ---------- Hero：首页 banner-image 主图 + 工业遮罩 ---------- */
.pf-page-hero--cover {
  position: relative;
  min-height: 280px;
  padding: 0;
  background-color: var(--pf-page-dark);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.pf-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(15, 36, 56, 0.92) 0%,
    rgba(26, 58, 92, 0.78) 45%,
    rgba(15, 36, 56, 0.55) 100%
  );
  z-index: 1;
}

.pf-page-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.06;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 8px,
    #fff 8px,
    #fff 9px
  );
  pointer-events: none;
}

.pf-page-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 16px 56px;
  box-sizing: border-box;
  color: #fff;
}

.pf-page-hero-accent-bar {
  position: relative;
  z-index: 3;
  height: 6px;
  background: linear-gradient(90deg, var(--pf-page-gold) 0%, #e8c84a 50%, var(--pf-page-gold) 100%);
}

.pf-page-hero .pf-breadcrumb {
  font-size: 12px;
  margin-bottom: 14px;
  opacity: 0.9;
}

.pf-page-hero .pf-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.pf-page-hero .pf-breadcrumb a:hover {
  color: var(--pf-page-gold);
}

.pf-page-hero .pf-breadcrumb span {
  margin: 0 6px;
  opacity: 0.55;
}

.pf-page-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(201, 160, 0, 0.25);
  border: 1px solid rgba(232, 168, 0, 0.5);
  border-radius: 4px;
  color: #ffe9a0;
}

.pf-page-hero-title {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.pf-page-hero-desc {
  margin: 0;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.65;
  opacity: 0.92;
}

/* ---------- 认证条 ---------- */
.pf-cert-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.pf-cert-strip li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: var(--pf-page-card);
  border: 1px solid var(--pf-page-border);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--pf-page-accent);
  box-shadow: 0 6px 20px rgba(15, 36, 56, 0.08);
  transition: transform 0.2s, border-color 0.2s;
}

.pf-cert-strip li:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 160, 0, 0.4);
}

.pf-cert-strip i {
  color: var(--pf-page-gold);
  font-size: 11px;
}

/* ---------- 通用区块 ---------- */
.pf-section-head {
  margin-bottom: 20px;
}

.pf-section-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pf-page-gold);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 6px;
}

.pf-section-label--light {
  color: #ffe9a0;
}

.pf-section-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--pf-page-accent);
  margin: 0;
}

.pf-section-title--light {
  color: #fff;
}

.pf-section-text {
  font-size: 15px;
  line-height: 1.85;
  color: var(--pf-page-muted);
  margin: 0;
}

.pf-section-text--sub {
  margin-top: 8px;
  font-size: 14px;
}

/* ---------- 合作企业 Logo（hz） ---------- */
.pf-partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pf-partner-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid var(--pf-page-border);
  border-radius: 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.pf-partner-logo-item:hover {
  border-color: rgba(201, 160, 0, 0.45);
  box-shadow: 0 6px 18px rgba(15, 36, 56, 0.08);
}

.pf-partner-logo-item img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  filter: grayscale(12%);
  transition: filter 0.2s;
}

.pf-partner-logo-item:hover img {
  filter: none;
}

/* ---------- 荣誉证书（zs） ---------- */
.pf-honor-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pf-honor-gallery-item {
  margin: 0;
}

.pf-honor-gallery-trigger {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  background: #f8fafc;
  border: 1px solid var(--pf-page-border);
  border-radius: 10px;
  overflow: hidden;
  cursor: zoom-in;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  font: inherit;
  text-align: inherit;
}

.pf-honor-gallery-trigger:hover,
.pf-honor-gallery-trigger:focus-visible {
  border-color: rgba(201, 160, 0, 0.5);
  box-shadow: 0 8px 24px rgba(15, 36, 56, 0.1);
  transform: translateY(-2px);
  outline: none;
}

.pf-honor-gallery-trigger img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 260px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 4px;
  pointer-events: none;
}

/* 证书灯箱 */
body.pf-honor-lightbox-open {
  overflow: hidden;
}

.pf-honor-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-honor-lightbox[hidden] {
  display: none !important;
}

.pf-honor-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 38, 0.88);
  cursor: zoom-out;
}

.pf-honor-lightbox-panel {
  position: relative;
  z-index: 2;
  width: min(92vw, 1100px);
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 56px;
  box-sizing: border-box;
}

.pf-honor-lightbox-figure {
  margin: 0;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-honor-lightbox-img {
  display: block;
  max-width: 100%;
  max-height: calc(92vh - 96px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.pf-honor-lightbox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s;
}

.pf-honor-lightbox-close:hover,
.pf-honor-lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.28);
  outline: none;
}

.pf-honor-lightbox-nav {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
}

.pf-honor-lightbox-nav:hover,
.pf-honor-lightbox-nav:focus-visible {
  background: rgba(201, 160, 0, 0.85);
  outline: none;
}

@media (max-width: 640px) {
  .pf-honor-lightbox-panel {
    padding: 40px 12px;
    gap: 6px;
  }

  .pf-honor-lightbox-nav {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

.pf-section-block {
  background: var(--pf-page-card);
  border-radius: 14px;
  padding: 32px 28px;
  margin-top: 24px;
  box-shadow: 0 4px 24px rgba(15, 36, 56, 0.07);
  border: 1px solid var(--pf-page-border);
  transition: box-shadow 0.25s ease;
}

.pf-section-block:hover {
  box-shadow: 0 8px 32px rgba(15, 36, 56, 0.1);
}

.pf-section-block--dark {
  background: linear-gradient(145deg, var(--pf-page-dark) 0%, var(--pf-page-accent) 100%);
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

/* ---------- 关于 — 简介 ---------- */
.pf-about-intro-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: center;
  background: var(--pf-page-card);
  border-radius: 12px;
  padding: 28px;
  margin-top: 0;
  box-shadow: 0 8px 32px rgba(15, 36, 56, 0.1);
  border: 1px solid var(--pf-page-border);
  position: relative;
}

.pf-about-intro-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--pf-page-gold), var(--pf-page-accent));
  border-radius: 12px 12px 0 0;
}

.pf-about-intro-media {
  position: relative;
}

.pf-about-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}

.pf-about-gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid var(--pf-page-border);
}

.pf-about-gallery-item--lg {
  grid-column: 1 / -1;
  border-color: var(--pf-page-accent);
}

.pf-about-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 120px;
}

.pf-about-gallery-item--lg img {
  min-height: 200px;
  max-height: 260px;
}

.pf-about-badge {
  position: absolute;
  right: -8px;
  bottom: -8px;
  background: var(--pf-page-gold);
  color: #1a1a1a;
  padding: 14px 18px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
}

.pf-about-badge-num {
  display: block;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.pf-about-badge-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.pf-about-intro-text h2 {
  font-size: 22px;
  margin: 0 0 4px;
  color: var(--pf-page-accent);
}

.pf-about-name-en {
  font-size: 13px;
  color: var(--pf-page-muted);
  margin: 0 0 14px;
}

.pf-about-lead {
  font-size: 15px;
  line-height: 1.85;
  color: var(--pf-page-text);
  margin: 0 0 16px;
}

.pf-about-motto {
  margin: 0 0 22px;
  padding: 14px 18px;
  font-size: 14px;
  font-style: italic;
  color: #555;
  background: #f4f6f8;
  border-left: 4px solid var(--pf-page-gold);
  border-radius: 0 8px 8px 0;
}

.pf-about-motto i {
  color: var(--pf-page-gold);
  margin-right: 8px;
}

.pf-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- 数据条 ---------- */
.pf-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.pf-stats-grid li {
  background: var(--pf-page-card);
  border: 1px solid var(--pf-page-border);
  border-radius: 10px;
  padding: 20px 14px;
  text-align: center;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.pf-stats-grid li:hover {
  border-color: var(--pf-page-gold);
  box-shadow: 0 6px 20px rgba(15, 36, 56, 0.08);
}

.pf-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  background: linear-gradient(135deg, var(--pf-page-accent), #2a5080);
  color: var(--pf-page-gold);
  border-radius: 10px;
  font-size: 18px;
}

.pf-stats-grid strong {
  display: block;
  font-size: 15px;
  color: var(--pf-page-accent);
  margin-bottom: 4px;
}

.pf-stats-grid > li > span:last-child {
  font-size: 12px;
  color: var(--pf-page-muted);
}

/* ---------- 七大行业 ---------- */
.pf-industry-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pf-industry-grid li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s;
}

.pf-industry-grid li:hover {
  background: rgba(201, 160, 0, 0.2);
  border-color: rgba(232, 168, 0, 0.4);
}

.pf-industry-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pf-page-gold);
  color: #1a1a1a;
  border-radius: 50%;
  font-size: 20px;
}

/* ---------- 优势卡片 ---------- */
.pf-cards-grid {
  display: grid;
  gap: 16px;
}

.pf-cards-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pf-info-card {
  position: relative;
  background: #f8fafc;
  border-radius: 10px;
  padding: 24px 20px 20px;
  border: 1px solid var(--pf-page-border);
  overflow: hidden;
}

.pf-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pf-page-gold);
}

.pf-info-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  background: var(--pf-page-accent);
  color: var(--pf-page-gold);
  border-radius: 10px;
  font-size: 20px;
}

.pf-info-card h3 {
  font-size: 17px;
  margin: 0 0 10px;
  color: var(--pf-page-accent);
}

.pf-info-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--pf-page-muted);
}

/* ---------- 时间线 ---------- */
.pf-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid var(--pf-page-border);
  margin-left: 10px;
}

.pf-timeline li {
  position: relative;
  padding: 0 0 28px 28px;
}

.pf-timeline li:last-child {
  padding-bottom: 0;
}

.pf-timeline li::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: var(--pf-page-gold);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--pf-page-gold);
  transform: rotate(45deg);
}

.pf-timeline-year {
  display: inline-block;
  font-weight: 800;
  color: var(--pf-page-accent);
  font-size: 18px;
  margin-bottom: 6px;
  font-family: inherit;
}

.pf-timeline p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--pf-page-muted);
}

/* ---------- CTA ---------- */
.pf-cta-band--cover {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 36px 32px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border: none;
}

.pf-cta-band-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 36, 56, 0.94), rgba(26, 58, 92, 0.85));
  z-index: 0;
}

.pf-cta-band-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 560px;
}

.pf-cta-band-content h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.pf-cta-band-content p {
  margin: 0;
  opacity: 0.9;
  font-size: 14px;
  line-height: 1.6;
}

.pf-cta-band--cover .pf-page-btn {
  position: relative;
  z-index: 1;
}

/* ---------- 按钮 ---------- */
.pf-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.2s;
}

.pf-page-btn:hover {
  transform: translateY(-1px);
}

.pf-page-btn--primary {
  background: var(--pf-page-gold);
  color: #1a1a1a;
  border-color: var(--pf-page-gold);
  box-shadow: 0 4px 14px rgba(201, 160, 0, 0.35);
}

.pf-page-btn--primary:hover {
  color: #1a1a1a;
  box-shadow: 0 6px 20px rgba(201, 160, 0, 0.45);
}

.pf-page-btn--outline {
  background: transparent;
  color: var(--pf-page-accent);
  border-color: var(--pf-page-accent);
}

.pf-page-btn--outline:hover {
  background: var(--pf-page-accent);
  color: #fff;
}

.pf-page-btn--gold {
  background: var(--pf-page-gold);
  color: #1a1a1a;
  border-color: var(--pf-page-gold);
  width: 100%;
}

.pf-page-btn--block {
  width: 100%;
  border: none;
}

/* ---------- 联系我们 ---------- */
.pf-contact-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin: -16px 0 20px;
  padding: 0;
  position: relative;
  z-index: 2;
}

.pf-contact-quick li {
  background: var(--pf-page-card);
  border: 1px solid var(--pf-page-border);
  border-radius: 10px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.pf-contact-quick-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, var(--pf-page-accent), #2a5080);
  color: var(--pf-page-gold);
  border-radius: 12px;
  font-size: 22px;
}

.pf-contact-quick strong {
  display: block;
  font-size: 16px;
  color: var(--pf-page-accent);
  margin-bottom: 6px;
}

.pf-contact-quick p {
  margin: 0;
  font-size: 13px;
  color: var(--pf-page-muted);
  line-height: 1.5;
}

.pf-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.pf-contact-info {
  background: linear-gradient(160deg, var(--pf-page-dark) 0%, var(--pf-page-accent) 100%);
  border-radius: 12px;
  padding: 28px 24px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(15, 36, 56, 0.15);
}

.pf-contact-form-wrap {
  background: var(--pf-page-card);
  border-radius: 12px;
  padding: 28px 24px;
  border: 1px solid var(--pf-page-border);
  box-shadow: 0 4px 20px rgba(15, 36, 56, 0.06);
}

.pf-contact-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.pf-contact-list li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.pf-contact-list li:last-child {
  border-bottom: none;
}

.pf-contact-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 160, 0, 0.2);
  color: var(--pf-page-gold);
  border-radius: 8px;
  font-size: 17px;
}

.pf-contact-list strong {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 4px;
  font-weight: 600;
}

.pf-contact-list p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}

.pf-contact-list a {
  color: #ffe9a0;
  text-decoration: none;
}

.pf-contact-list a:hover {
  color: #fff;
}

.pf-map-link {
  margin-bottom: 16px;
}

.pf-contact-links {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.pf-contact-links a {
  color: #ffe9a0;
  text-decoration: none;
}

.pf-form-desc {
  font-size: 14px;
  color: var(--pf-page-muted);
  margin: -4px 0 20px;
}

.pf-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pf-contact-form label {
  display: block;
  margin-bottom: 16px;
}

.pf-form-row label {
  margin-bottom: 0;
}

.pf-contact-form label span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--pf-page-text);
  margin-bottom: 6px;
}

.pf-contact-form label em {
  color: #c0392b;
  font-style: normal;
}

.pf-contact-form input,
.pf-contact-form textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--pf-page-border);
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
  font-family: inherit;
  background: #fafbfc;
}

.pf-contact-form input:focus,
.pf-contact-form textarea:focus {
  outline: none;
  border-color: var(--pf-page-accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26, 58, 92, 0.1);
}

.pf-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 8px;
  margin: 16px 0 0;
  font-size: 14px;
}

.pf-notice--success {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}

.pf-notice--error {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ffcdd2;
}

/* ---------- 响应式 ---------- */
@media (max-width: 1100px) {
  .pf-industry-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .pf-about-intro-card,
  .pf-contact-layout {
    grid-template-columns: 1fr;
  }

  .pf-cards-grid--3,
  .pf-contact-quick {
    grid-template-columns: 1fr;
  }

  .pf-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-industry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pf-partner-logo-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .pf-honor-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-page-hero--cover {
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  .pf-page-hero-inner {
    padding: 36px 16px 40px;
  }

  .pf-about-badge {
    right: 8px;
    bottom: 8px;
    padding: 10px 14px;
  }

  .pf-about-badge-num {
    font-size: 20px;
  }

  .pf-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pf-form-row label {
    margin-bottom: 16px;
  }

  .pf-cta-band--cover {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .pf-cta-band--cover .pf-page-btn {
    width: 100%;
  }
}
