/*
Theme Name: wenchuan
Author: rekfan
Description: 闻传网络 主题
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: wenchuan
*/

@import url("assets/css/style.css");

body {
  font-family: "Inter", system-ui, -apple-system, "PingFang SC", sans-serif;
}

.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.faq-details summary::-webkit-details-marker {
  display: none;
}

.faq-details summary {
  list-style: none;
}

.wp-content-wrapper {
  max-width: 860px;
  margin: 0 auto;
}

.wp-content-wrapper img {
  max-width: 100%;
  height: auto;
}

.wp-content-wrapper h1,
.wp-content-wrapper h2,
.wp-content-wrapper h3,
.wp-content-wrapper h4 {
  margin: 1.25rem 0 0.75rem;
  font-weight: 800;
  color: #0f172a;
}

.wp-content-wrapper p {
  color: #475569;
  line-height: 1.9;
}

.wp-content-wrapper ul,
.wp-content-wrapper ol {
  margin: 0.75rem 0 1rem 1.25rem;
  color: #475569;
}

.wp-content-wrapper a {
  color: #2961f4;
}

.wp-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
  width: 100%;
}

.wp-pagination ul.page-numbers {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 auto;
  padding: 0.45rem 0.55rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 14px 30px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  width: fit-content;
  min-height: 54px;
  box-sizing: border-box;
  line-height: 1;
}

.wp-pagination ul.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.wp-pagination .page-numbers {
  min-width: 42px;
  height: 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.26);
  color: #1e293b;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  padding: 0 0.9rem;
  box-sizing: border-box;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  transition:
    transform 0.18s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}

.wp-pagination a.page-numbers:hover {
  transform: translateY(-1px);
  border-color: rgba(41, 97, 244, 0.42);
  color: #1d4ed8;
  background: #fff;
  box-shadow: 0 10px 18px rgba(37, 99, 235, 0.14);
}

.wp-pagination .page-numbers.current {
  background: linear-gradient(135deg, #2961f4 0%, #1d4ed8 100%);
  border-color: #1d4ed8;
  color: #fff;
  box-shadow:
    0 12px 20px rgba(37, 99, 235, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.wp-pagination .page-numbers.prev,
.wp-pagination .page-numbers.next {
  min-width: auto;
  padding: 0 1rem;
  font-weight: 700;
  line-height: 1;
}

.wp-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  color: #94a3b8;
  min-width: 24px;
  padding: 0;
}

@media (max-width: 640px) {
  .wp-pagination {
    margin-top: 2rem;
  }

  .wp-pagination ul.page-numbers {
    gap: 0.4rem;
    padding: 0.42rem;
  }

  .wp-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 0.82rem;
  }

  .wp-pagination .page-numbers.prev,
  .wp-pagination .page-numbers.next {
    padding: 0 0.72rem;
  }
}

/* Knowledge list page */
.wc-knowledge-page {
  background:
    radial-gradient(circle at 10% 0, rgba(41, 97, 244, 0.06) 0, transparent 30%),
    radial-gradient(circle at 95% 6%, rgba(254, 162, 66, 0.08) 0, transparent 34%);
}

.wc-knowledge-hero {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 1.5rem;
  padding: 1.3rem 1.4rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.wc-knowledge-eyebrow {
  margin: 0 0 0.5rem;
  color: #2961f4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.wc-knowledge-title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  line-height: 1.2;
  font-weight: 900;
}

.wc-knowledge-subtitle {
  margin: 0.7rem 0 0;
  color: #475569;
  line-height: 1.75;
  max-width: 800px;
}

.wc-archive-back {
  display: inline-flex;
  margin-top: 0.65rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #1d4ed8;
}

.wc-knowledge-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.wc-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(41, 97, 244, 0.2);
  background: #fff;
  color: #1e293b;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.45rem 0.95rem;
  transition: all 0.2s ease;
}

.wc-chip:hover {
  border-color: rgba(41, 97, 244, 0.45);
  color: #1d4ed8;
  box-shadow: 0 8px 16px rgba(41, 97, 244, 0.12);
}

.wc-chip.is-active {
  border-color: #2961f4;
  background: linear-gradient(135deg, #2961f4 0%, #4c79f7 100%);
  color: #fff;
  box-shadow: 0 10px 22px rgba(41, 97, 244, 0.28);
}

.wc-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

.wc-knowledge-card {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wc-knowledge-card:hover {
  transform: translateY(-2px);
  border-color: rgba(41, 97, 244, 0.32);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
}

.wc-knowledge-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

.wc-knowledge-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.wc-knowledge-card:hover .wc-knowledge-thumb img {
  transform: scale(1.02);
}

.wc-knowledge-body {
  padding: 1rem 1.1rem 1.15rem;
}

.wc-knowledge-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.wc-knowledge-card-title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.55;
  font-weight: 800;
  color: #0f172a;
}

.wc-knowledge-card-title a {
  color: inherit;
}

.wc-knowledge-excerpt {
  margin: 0.7rem 0 0.9rem;
  color: #475569;
  line-height: 1.75;
  font-size: 0.88rem;
}

.wc-knowledge-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: #1d4ed8;
  font-weight: 800;
}

.wc-knowledge-readmore::after {
  content: "→";
  transition: transform 0.2s ease;
}

.wc-knowledge-card:hover .wc-knowledge-readmore::after {
  transform: translateX(2px);
}

.wc-knowledge-empty {
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: #fff;
  padding: 2rem 1.25rem;
  text-align: center;
}

.wc-knowledge-empty h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 800;
}

.wc-knowledge-empty p {
  margin: 0.65rem 0 0;
  color: #64748b;
}

/* GEO whitepaper module */
.geo-whitepaper-wrap {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.geo-whitepaper-visual {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 24%, rgba(59, 130, 246, 0.55) 0%, transparent 40%),
    radial-gradient(circle at 84% 76%, rgba(254, 162, 66, 0.44) 0%, transparent 46%),
    linear-gradient(155deg, #0b1a35 0%, #1a315a 58%, #0f223f 100%);
}

.geo-whitepaper-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.28;
}

.geo-whitepaper-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.geo-whitepaper-chip-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(226, 232, 240, 0.95);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.33rem 0.72rem;
}

.geo-whitepaper-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 0.95rem;
  background: #fff;
  padding: 0.78rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.geo-whitepaper-item:hover {
  transform: translateY(-2px);
  border-color: rgba(41, 97, 244, 0.35);
  box-shadow: 0 18px 32px rgba(30, 64, 175, 0.12);
}

.geo-whitepaper-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 0.7rem;
  background: linear-gradient(135deg, #2961f4 0%, #4f7cf6 100%);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.geo-whitepaper-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
}

.geo-whitepaper-text b {
  color: #0f172a;
  font-size: 0.92rem;
  line-height: 1.5;
}

.geo-whitepaper-text small {
  color: #64748b;
  font-size: 0.74rem;
  line-height: 1.5;
}

.geo-whitepaper-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(41, 97, 244, 0.22);
  background: #f5f9ff;
  color: #1d4ed8;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.35rem 0.8rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .geo-whitepaper-item {
    align-items: flex-start;
  }

  .geo-whitepaper-action {
    margin-top: 0.15rem;
  }
}

/* GEO page advanced modules */
.geo-page {
  background:
    radial-gradient(circle at 8% 0, rgba(41, 97, 244, 0.04) 0, transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(254, 162, 66, 0.05) 0, transparent 34%);
}

.geo-h2,
.wc-module-h2 {
  font-size: 1.5rem !important; /* text-2xl */
  line-height: 1.2;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .geo-h2,
  .wc-module-h2 {
    font-size: 1.875rem !important; /* md:text-3xl */
  }
}

.geo-layer-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 1.8rem 1.5rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.geo-layer-card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -58px;
  top: -72px;
  background: radial-gradient(circle, rgba(41, 97, 244, 0.13) 0%, transparent 70%);
  pointer-events: none;
}

.geo-layer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(41, 97, 244, 0.32);
  box-shadow: 0 24px 40px rgba(30, 64, 175, 0.14);
}

.geo-card-icon {
  box-shadow: 0 10px 20px rgba(41, 97, 244, 0.2);
}

.geo-mini-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.geo-mini-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  color: #475569;
  font-weight: 600;
}

.geo-mini-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2961f4;
  box-shadow: 0 0 0 4px rgba(41, 97, 244, 0.12);
}

.geo-gallery-wrap {
  border-radius: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.08);
  padding: 1.2rem;
}

.geo-gallery-head {
  margin-bottom: 1rem;
}

.geo-gallery-head h2 {
  margin: 0 0 0.45rem;
}

.geo-gallery-head p {
  margin: 0;
}

.geo-image-card {
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #fff;
  padding: 0.85rem;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.geo-image-card:hover {
  transform: translateY(-3px);
  border-color: rgba(41, 97, 244, 0.35);
  box-shadow: 0 18px 34px rgba(30, 64, 175, 0.12);
}

.geo-image-ph {
  border-radius: 0.85rem;
  border: 1px dashed rgba(41, 97, 244, 0.4);
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.9) 0%, rgba(248, 250, 252, 0.95) 100%);
  min-height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1e40af;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.7rem;
}

.geo-image-card h3 {
  margin: 0.78rem 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 900;
  color: #0f172a;
}

.geo-image-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.65;
}

.geo-logic-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: #fff;
  padding: 1.35rem 1.2rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.geo-logic-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, #2961f4 0%, #7aa5ff 100%);
}

.geo-logic-card:hover {
  transform: translateY(-3px);
  border-color: rgba(41, 97, 244, 0.32);
  box-shadow: 0 18px 30px rgba(30, 64, 175, 0.12);
}

.geo-platform-strip {
  margin: -0.65rem auto 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 0.8rem;
}

.geo-platform-title {
  margin: 0 0 0.62rem;
  color: #334155;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.geo-platform-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0.5rem;
}

.geo-platform-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 0.8rem;
  background: #fff;
  padding: 0.45rem 0.55rem;
}

.geo-platform-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 0.6rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.geo-platform-icon img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  display: block;
}

.geo-platform-item span:last-child {
  color: #334155;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
}

/* GEO contrast module */
.geo-compare-table-wrap {
  border-radius: 1.35rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.geo-compare-table-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.geo-compare-th {
  padding: 0.9rem 1rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.geo-compare-th--dim {
  color: #334155;
  background: #f8fafc;
}

.geo-compare-th--seo {
  color: #475569;
  background: #f1f5f9;
}

.geo-compare-th--geo {
  color: #1e40af;
  background: #dbeafe;
}

.geo-compare-tr {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  border-top: 1px solid rgba(226, 232, 240, 0.85);
}

.geo-compare-tr:first-of-type {
  border-top: 0;
}

.geo-compare-td {
  padding: 1rem;
}

.geo-compare-td p {
  margin: 0;
  color: #475569;
  font-size: 0.86rem;
  line-height: 1.75;
}

.geo-compare-dimension {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
}

.geo-compare-dimension h3 {
  margin: 0;
  color: #0f172a;
  font-size: 0.97rem;
  font-weight: 900;
  line-height: 1.5;
}

.geo-compare-td--seo {
  background: #f8fafc;
}

.geo-compare-td--geo {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.95) 0%, #f8fbff 100%);
}

.geo-contrast-panel {
  border-radius: 1.6rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.08);
  padding: 1rem;
  display: grid;
  gap: 0.8rem;
}

.geo-compare-card {
  border-radius: 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #fff;
  padding: 1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.geo-compare-card:hover {
  transform: translateY(-3px);
  border-color: rgba(41, 97, 244, 0.35);
  box-shadow: 0 18px 36px rgba(30, 64, 175, 0.13);
}

.geo-compare-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
}

.geo-compare-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 900;
}

.geo-compare-index {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  background: linear-gradient(135deg, #2961f4 0%, #4f7cf6 100%);
  box-shadow: 0 10px 18px rgba(41, 97, 244, 0.25);
}

.geo-compare-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.65rem;
}

.geo-compare-col {
  border-radius: 0.9rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  padding: 0.8rem 0.9rem;
}

.geo-compare-col p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.7;
}

.geo-compare-label {
  display: inline-flex;
  margin-bottom: 0.4rem !important;
  border-radius: 999px;
  padding: 0.16rem 0.68rem;
  font-size: 0.7rem !important;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.geo-compare-col--seo {
  background: linear-gradient(180deg, #fafafa 0%, #f8fafc 100%);
}

.geo-compare-col--seo .geo-compare-label {
  color: #475569;
  border: 1px solid rgba(100, 116, 139, 0.24);
  background: rgba(241, 245, 249, 0.85);
}

.geo-compare-col--geo {
  border-color: rgba(41, 97, 244, 0.22);
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.9) 0%, #f8fbff 100%);
}

.geo-compare-col--geo .geo-compare-label {
  color: #1e40af;
  border: 1px solid rgba(41, 97, 244, 0.3);
  background: rgba(219, 234, 254, 0.95);
}

.geo-driver-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.geo-driver-card:hover {
  transform: translateY(-3px);
  border-color: rgba(41, 97, 244, 0.32);
  box-shadow: 0 18px 34px rgba(30, 64, 175, 0.12);
}

.geo-system-frame {
  position: relative;
  margin-top: 1.9rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.78);
  background:
    linear-gradient(145deg, #0f172a 0%, #020617 100%);
  padding: 0.9rem;
  box-shadow:
    0 24px 44px rgba(2, 6, 23, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.geo-system-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.52rem;
  transform: translateX(-50%);
  width: 78px;
  height: 5px;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.55);
}

.geo-system-shot {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.78rem;
}

.geo-system-scroll {
  max-height: min(78vh, 980px);
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 1rem;
  border: 1px solid rgba(51, 65, 85, 0.95);
  background: #0b1220;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.geo-system-scroll::-webkit-scrollbar {
  width: 10px;
}

.geo-system-scroll::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.65);
  border-radius: 999px;
}

.geo-system-scroll::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.55);
  border-radius: 999px;
}

.geo-cta-section {
  background:
    radial-gradient(circle at 10% 0, rgba(59, 130, 246, 0.16) 0%, transparent 42%),
    radial-gradient(circle at 90% 22%, rgba(37, 99, 235, 0.2) 0%, transparent 44%),
    linear-gradient(135deg, #0f2c68 0%, #14408c 56%, #0e2e72 100%);
}

.geo-cta-shell {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
  box-shadow: 0 26px 54px rgba(2, 6, 23, 0.36);
}

/* —— GEO 页面：AI 实验室深色视觉（原基础层） —— */
body.geo-surface {
  background-color: #ffffff !important;
  color: #334155;
}

body.geo-surface .geo-page {
  background: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:has(body.geo-surface) {
    scroll-behavior: smooth;
  }
}

#geo-lead-section {
  scroll-margin-top: 5.5rem;
}

.geo-section-dark {
  background: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(41, 97, 244, 0.12), transparent 55%),
    linear-gradient(180deg, #020617 0%, #0b1224 100%);
}

.geo-glass {
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.geo-hero {
  background: #020617;
}

.geo-hero-titleplate {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

.geo-ai-float {
  animation: geo-ai-float 6s ease-in-out infinite;
  transform-origin: 50% 60%;
}

@keyframes geo-ai-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(1.5deg);
  }
}

.geo-card-gb {
  border-radius: 1.35rem;
  padding: 1px;
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.65), rgba(139, 92, 246, 0.5), rgba(16, 185, 129, 0.55));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.geo-card-gb-inner {
  border-radius: 1.28rem;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.94) 0%, rgba(2, 6, 23, 0.9) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.geo-feature-masonry {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .geo-feature-masonry {
    grid-template-columns: 1.08fr 0.92fr;
    grid-template-rows: auto auto;
    align-items: stretch;
  }

  .geo-feature-masonry-tall {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .geo-feature-masonry-short {
    grid-column: 2;
    grid-row: 1;
  }

  .geo-feature-masonry-mid {
    grid-column: 2;
    grid-row: 2;
  }
}

.geo-mid-md {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.geo-mid-md-scroll {
  scrollbar-color: rgba(100, 116, 139, 0.55) rgba(15, 23, 42, 0.5);
}

.geo-mid-md .geo-md-h2 {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  color: #e2e8f0;
  margin: 0 0 0.5rem;
}

.geo-mid-md .geo-md-li {
  color: #cbd5e1;
}

.geo-brand-hit {
  display: inline;
  padding: 0.08em 0.35em;
  border-radius: 0.25rem;
  background: linear-gradient(90deg, rgba(41, 97, 244, 0.35), rgba(16, 185, 129, 0.35));
  color: #f8fafc;
  font-weight: 900;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.geo-lead-shell {
  position: relative;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.geo-lead-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: radial-gradient(circle, rgba(148, 163, 184, 0.35) 1px, transparent 1px);
  background-size: 14px 14px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 40%, black 0%, transparent 78%);
}

.geo-lead-shell > * {
  position: relative;
  z-index: 1;
}

.geo-lead-input {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 6, 23, 0.45);
}

.geo-lead-field:focus-within .geo-lead-input,
.geo-lead-input:focus {
  border-color: rgba(96, 165, 250, 0.55);
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.45);
}

.geo-hero-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-color: #020617;
  background-image:
    linear-gradient(to right, rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    radial-gradient(ellipse 100% 80% at 0% 0%, rgba(41, 97, 244, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(139, 92, 246, 0.18) 0%, transparent 45%),
    radial-gradient(ellipse 50% 40% at 70% 20%, rgba(16, 185, 129, 0.08) 0%, transparent 40%);
  background-size: 48px 48px, 48px 48px, 100% 100%, 100% 100%, 100% 100%;
}

.geo-hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.geo-hero-particles::before,
.geo-hero-particles::after {
  content: "";
  position: absolute;
  inset: -20%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.14) 1px, transparent 1.5px);
  background-size: 72px 72px;
  opacity: 0.35;
  animation: geo-hero-drift 28s linear infinite;
}

.geo-hero-particles::after {
  animation-duration: 38s;
  animation-direction: reverse;
  opacity: 0.22;
  transform: rotate(4deg);
}

@keyframes geo-hero-drift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-72px, 48px);
  }
}

.geo-hero-datastream {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(41, 97, 244, 0.06) 45%,
    rgba(16, 185, 129, 0.05) 55%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: geo-hero-stream 14s ease-in-out infinite;
}

@keyframes geo-hero-stream {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.geo-sim-cursor::after {
  content: "|";
  animation: geo-sim-blink 1s step-end infinite;
  color: rgba(96, 165, 250, 0.9);
  margin-left: 1px;
}

@keyframes geo-sim-blink {
  50% {
    opacity: 0;
  }
}

.geo-sim-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.45);
  background: rgba(41, 97, 244, 0.15);
  color: #bfdbfe;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.2rem 0.65rem;
}

.geo-sim-chip--accent {
  border-color: rgba(16, 185, 129, 0.55);
  background: rgba(16, 185, 129, 0.12);
  color: #a7f3d0;
}

.geo-logic-strip {
  list-style: none;
  margin: 0;
  padding: 0;
}

.geo-logic-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: rgba(41, 97, 244, 0.2);
  border: 1px solid rgba(96, 165, 250, 0.35);
  color: #93c5fd;
  font-size: 0.75rem;
  font-weight: 900;
}

.geo-bento {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .geo-bento {
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: auto auto auto;
  }

  .geo-bento-cell--a {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .geo-bento-cell--b {
    grid-column: 2;
    grid-row: 1;
  }

  .geo-bento-cell--c {
    grid-column: 2;
    grid-row: 2;
  }

  .geo-bento-cell--d {
    grid-column: 1 / -1;
    grid-row: 3;
  }
}

.geo-bento-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(167, 139, 250, 0.95);
}

/* GEO 矩阵区：小节徽标（仅标题、无长文案） */
.geo-section-crest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.35rem;
  border-radius: 0.65rem;
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(15, 23, 42, 0.72);
  color: #f1f5f9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.geo-section-crest--violet {
  border-color: rgba(167, 139, 250, 0.45);
  color: #ddd6fe;
  background: linear-gradient(180deg, rgba(91, 33, 182, 0.35) 0%, rgba(15, 23, 42, 0.85) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(139, 92, 246, 0.12);
}

.geo-section-crest--blue {
  border-color: rgba(96, 165, 250, 0.45);
  color: #bfdbfe;
  background: linear-gradient(180deg, rgba(30, 64, 175, 0.35) 0%, rgba(15, 23, 42, 0.85) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(59, 130, 246, 0.12);
}

.geo-bfs-viewport {
  position: relative;
}

.geo-bfs-handle-line {
  z-index: 15;
}

.geo-bfs-after-clip {
  clip-path: polygon(var(--geo-bfs, 50%) 0, 100% 0, 100% 100%, var(--geo-bfs, 50%) 100%);
  -webkit-clip-path: polygon(var(--geo-bfs, 50%) 0, 100% 0, 100% 100%, var(--geo-bfs, 50%) 100%);
  z-index: 2;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 27, 75, 0.55) 100%);
}

.geo-bfs-before {
  z-index: 1;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.9) 100%);
}

.geo-bfs-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 40;
}

.geo-whitepaper-wrap--dark {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.35);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.geo-whitepaper-panel {
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.geo-whitepaper-wrap--dark .geo-whitepaper-item {
  background: rgba(30, 41, 59, 0.85);
  border-color: rgba(255, 255, 255, 0.1);
}

.geo-whitepaper-wrap--dark .geo-whitepaper-text b {
  color: #f1f5f9;
}

.geo-whitepaper-wrap--dark .geo-whitepaper-text small {
  color: #94a3b8;
}

.geo-whitepaper-wrap--dark .geo-whitepaper-action {
  background: rgba(41, 97, 244, 0.2);
  border-color: rgba(96, 165, 250, 0.45);
  color: #bfdbfe;
}

.geo-layer-card--dark {
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.geo-layer-card--dark::before {
  background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 70%);
}

.geo-layer-card--dark .geo-mini-list li {
  color: #94a3b8;
}

.geo-layer-card--dark .geo-mini-list li::before {
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.15);
}

.geo-platform-standalone .geo-platform-static-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .geo-platform-standalone .geo-platform-static-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1.75rem;
  }
}

.geo-platform-item--static {
  flex: initial;
  min-width: 0;
  max-width: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.1rem 1rem 1.2rem;
  gap: 0.65rem;
}

.geo-platform-icon--lg {
  width: 4.5rem;
  height: 4.5rem;
  min-width: 4.5rem;
  border-radius: 1rem;
}

.geo-platform-icon--lg img {
  width: 78%;
  height: 78%;
}

.geo-platform-item--static .geo-platform-icon--text {
  font-size: 0.78rem;
}

.geo-marquee-shell {
  padding-bottom: 0.35rem;
}

.geo-marquee-title {
  margin: 0;
  padding: 0.75rem 1rem 0.5rem;
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 768px) {
  .geo-marquee-title {
    text-align: left;
  }
}

.geo-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.geo-marquee-track {
  display: flex;
  gap: 0.65rem;
  width: max-content;
  padding: 0.5rem 1rem 0.85rem;
  animation: geo-marquee-scroll 32s linear infinite;
}

.geo-platform-item--dark {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.75);
}

.geo-platform-item--dark span:last-child {
  color: #e2e8f0;
}

.geo-platform-icon--text {
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #93c5fd;
  background: rgba(41, 97, 244, 0.25);
  border-color: rgba(96, 165, 250, 0.35);
}

@keyframes geo-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.geo-logic-card--dark {
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.geo-logic-card--dark::after {
  background: linear-gradient(90deg, #34d399 0%, #8b5cf6 100%);
}

.geo-cta-shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: geo-cta-shine 2.8s ease-in-out infinite;
}

@keyframes geo-cta-shine {
  0% {
    transform: translateX(-140%) skewX(-18deg);
  }
  55%,
  100% {
    transform: translateX(160%) skewX(-18deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo-hero-particles::before,
  .geo-hero-particles::after,
  .geo-hero-datastream,
  .geo-marquee-track,
  .geo-cta-shimmer::after,
  .geo-ai-float {
    animation: none !important;
  }

  .geo-marquee-track {
    transform: none;
  }

  .geo-ai-float {
    transform: none;
  }
}

/* =========================================================
 * GEO 页面：浅色主题改版（覆盖层）
 * - 背景改为白 / slate-50 交替
 * - .geo-glass 默认翻为亮色玻璃
 * - .geo-dark-panel / 仿真/截图/CTA 框保持深色
 * ========================================================= */

body.geo-surface .geo-page {
  background:
    radial-gradient(circle at 6% 0%, rgba(41, 97, 244, 0.05) 0%, transparent 34%),
    radial-gradient(circle at 96% 18%, rgba(254, 162, 66, 0.04) 0%, transparent 36%),
    #ffffff;
}

body.geo-surface .geo-section-dark {
  background: transparent;
}

/* 章节间颜色交替，最终 CTA 保留自身深色渐变 */
body.geo-surface .geo-page > section:nth-of-type(odd):not(.geo-cta-section):not(.geo-hero) {
  background-color: #ffffff;
}
body.geo-surface .geo-page > section:nth-of-type(even):not(.geo-cta-section):not(.geo-hero) {
  background-color: #eef2f7;
}

/* 各章节间的装饰分割线：居中渐隐 */
body.geo-surface .geo-page > section:not(.geo-cta-section):not(.geo-hero) {
  position: relative;
}
body.geo-surface .geo-page > section:not(.geo-cta-section):not(.geo-hero)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(72rem, 90%);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(15, 23, 42, 0.14) 22%,
    rgba(15, 23, 42, 0.14) 78%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* -------- Hero 区：白底 + 淡色网格 -------- */
body.geo-surface .geo-hero {
  background:
    radial-gradient(ellipse 100% 70% at 6% -10%, rgba(41, 97, 244, 0.11) 0%, transparent 55%),
    radial-gradient(ellipse 70% 55% at 100% 100%, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fd 100%);
}
body.geo-surface .geo-hero-mesh {
  background-color: transparent;
  background-image:
    linear-gradient(to right, rgba(15, 23, 42, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.045) 1px, transparent 1px),
    radial-gradient(ellipse 100% 80% at 0% 0%, rgba(41, 97, 244, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(139, 92, 246, 0.06) 0%, transparent 45%);
  background-size: 48px 48px, 48px 48px, 100% 100%, 100% 100%;
}
body.geo-surface .geo-hero-particles::before,
body.geo-surface .geo-hero-particles::after {
  background-image: radial-gradient(circle, rgba(15, 23, 42, 0.10) 1px, transparent 1.5px);
  opacity: 0.22;
}
body.geo-surface .geo-hero-particles::after {
  opacity: 0.12;
}
body.geo-surface .geo-hero-datastream {
  opacity: 0.22;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(41, 97, 244, 0.08) 45%,
    rgba(16, 185, 129, 0.06) 55%,
    transparent 100%
  );
}
body.geo-surface .geo-hero-titleplate {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

/* -------- .geo-glass 默认：亮色玻璃 -------- */
body.geo-surface .geo-glass {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  color: #334155;
}
/* 嵌套在深色面板内部的 .geo-glass：维持深色玻璃以保证文字对比度 */
body.geo-surface .geo-dark-panel .geo-glass,
body.geo-surface .geo-whitepaper-visual .geo-glass,
body.geo-surface .geo-cta-shell .geo-glass {
  background: rgba(15, 23, 42, 0.55) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04) !important;
  color: #e2e8f0 !important;
}

/* .geo-card-gb 亮色内芯 + 渐变描边 */
body.geo-surface .geo-card-gb {
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.55), rgba(139, 92, 246, 0.42), rgba(16, 185, 129, 0.45));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}
body.geo-surface .geo-card-gb-inner {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, 0.04);
  color: #334155;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.geo-surface .geo-bento-tag {
  color: #7c3aed;
}

/* 原「--dark」变体翻为亮色 */
body.geo-surface .geo-layer-card--dark {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.geo-surface .geo-layer-card--dark::before {
  background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 70%);
}
body.geo-surface .geo-layer-card--dark .geo-mini-list li {
  color: #475569;
}
body.geo-surface .geo-layer-card--dark .geo-mini-list li::before {
  background: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.14);
}
body.geo-surface .geo-logic-card--dark {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.geo-surface .geo-platform-item--dark {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}
body.geo-surface .geo-platform-item--dark span:last-child {
  color: #1e293b;
}

/* Section Crest 徽标亮色化 */
body.geo-surface .geo-section-crest {
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}
body.geo-surface .geo-section-crest--violet {
  border-color: rgba(139, 92, 246, 0.4);
  color: #6d28d9;
  background: linear-gradient(180deg, #ffffff 0%, #f5f3ff 100%);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.14);
}
body.geo-surface .geo-section-crest--blue {
  border-color: rgba(59, 130, 246, 0.4);
  color: #1d4ed8;
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.14);
}

/* -------- Tailwind tokens：浅色主题内通用映射 -------- */
body.geo-surface .geo-page .text-white { color: #0f172a !important; }
body.geo-surface .geo-page .text-white\/80 { color: #0f172a !important; }
body.geo-surface .geo-page .text-white\/90 { color: #0f172a !important; }
body.geo-surface .geo-page .text-slate-50 { color: #0f172a !important; }
body.geo-surface .geo-page .text-slate-100 { color: #0f172a !important; }
body.geo-surface .geo-page .text-slate-200 { color: #1e293b !important; }
body.geo-surface .geo-page .text-slate-300 { color: #334155 !important; }
body.geo-surface .geo-page .text-slate-400 { color: #475569 !important; }
body.geo-surface .geo-page .text-slate-500 { color: #64748b !important; }
body.geo-surface .geo-page .text-blue-100 { color: #1d4ed8 !important; }
body.geo-surface .geo-page .text-blue-200 { color: #1d4ed8 !important; }
body.geo-surface .geo-page .text-blue-300 { color: #1d4ed8 !important; }
body.geo-surface .geo-page .text-blue-400 { color: #2563eb !important; }
body.geo-surface .geo-page .text-emerald-100 { color: #047857 !important; }
body.geo-surface .geo-page .text-emerald-200 { color: #047857 !important; }
body.geo-surface .geo-page .text-emerald-300 { color: #047857 !important; }
body.geo-surface .geo-page .text-emerald-400 { color: #059669 !important; }
body.geo-surface .geo-page .text-violet-100 { color: #6d28d9 !important; }
body.geo-surface .geo-page .text-violet-200 { color: #6d28d9 !important; }
body.geo-surface .geo-page .text-violet-300 { color: #6d28d9 !important; }
body.geo-surface .geo-page .text-violet-400 { color: #7c3aed !important; }
body.geo-surface .geo-page .text-amber-300 { color: #b45309 !important; }

/* 深色 CTA / 按钮：text-white 需保持白字 */
body.geo-surface #geo-lead-form button[type="submit"],
body.geo-surface .geo-page a[class*="bg-gradient-to-r"][class*="text-white"],
body.geo-surface .geo-page a[class*="bg-indigo-"][class*="text-white"],
body.geo-surface .geo-page button[class*="bg-indigo-"][class*="text-white"] {
  color: #ffffff !important;
}

/* border-white/* → 浅灰描边 */
body.geo-surface .geo-page .border-white\/5 { border-color: rgba(15, 23, 42, 0.05) !important; }
body.geo-surface .geo-page .border-white\/10 { border-color: rgba(15, 23, 42, 0.08) !important; }
body.geo-surface .geo-page .border-white\/20 { border-color: rgba(15, 23, 42, 0.1) !important; }
body.geo-surface .geo-page .border-white\/25 { border-color: rgba(15, 23, 42, 0.12) !important; }
body.geo-surface .geo-page .border-white\/35 { border-color: rgba(15, 23, 42, 0.14) !important; }

/* bg-white/* → 轻灰 */
body.geo-surface .geo-page .bg-white\/5 { background-color: rgba(15, 23, 42, 0.035) !important; }
body.geo-surface .geo-page .bg-white\/10 { background-color: rgba(15, 23, 42, 0.05) !important; }
body.geo-surface .geo-page .bg-white\/15 { background-color: rgba(15, 23, 42, 0.065) !important; }

/* bg-slate-950/* 深板范围外清除 */
body.geo-surface .geo-page .bg-slate-950\/40 { background-color: #f1f5f9 !important; }
body.geo-surface .geo-page .bg-slate-950\/50 { background-color: #f1f5f9 !important; }
body.geo-surface .geo-page .bg-slate-950\/60 { background-color: #f1f5f9 !important; }

/* 现状冲击 / 为什么要做 GEO 提示条：淡彩描边卡 */
body.geo-surface .geo-page .bg-emerald-500\/10 {
  background-color: rgba(16, 185, 129, 0.08) !important;
}
body.geo-surface .geo-page .bg-violet-500\/10 {
  background-color: rgba(139, 92, 246, 0.08) !important;
}
body.geo-surface .geo-page .bg-blue-500\/10 {
  background-color: rgba(59, 130, 246, 0.08) !important;
}

/* -------- 深色面板（仿真 / 数据面板 / 白皮书 / CTA）保持暗 -------- */
body.geo-surface .geo-dark-panel,
body.geo-surface .geo-hero-simulator {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.97) 0%, rgba(2, 6, 23, 0.97) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 30px 60px rgba(2, 6, 23, 0.22) !important;
  color: #e2e8f0;
}

/* 白皮书：外壳仍为深色（左视觉保留深色渲染），但右侧列表整体换成"白色面板" */
body.geo-surface .geo-whitepaper-wrap--dark {
  background: #ffffff !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08) !important;
  color: #334155;
}
body.geo-surface .geo-whitepaper-visual {
  background:
    radial-gradient(circle at 18% 20%, rgba(59, 130, 246, 0.32) 0%, transparent 46%),
    radial-gradient(circle at 82% 80%, rgba(254, 162, 66, 0.28) 0%, transparent 48%),
    linear-gradient(155deg, #0b1a35 0%, #16325f 58%, #0f223f 100%) !important;
  color: #e2e8f0;
}
body.geo-surface .geo-whitepaper-panel {
  background: #ffffff !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.geo-surface .geo-whitepaper-wrap--dark .geo-whitepaper-item {
  background: #ffffff !important;
  border-color: rgba(148, 163, 184, 0.25) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}
body.geo-surface .geo-whitepaper-wrap--dark .geo-whitepaper-item:hover {
  border-color: rgba(41, 97, 244, 0.35) !important;
  box-shadow: 0 18px 32px rgba(30, 64, 175, 0.12);
}
body.geo-surface .geo-whitepaper-wrap--dark .geo-whitepaper-text b {
  color: #0f172a !important;
}
body.geo-surface .geo-whitepaper-wrap--dark .geo-whitepaper-text small {
  color: #64748b !important;
}
body.geo-surface .geo-whitepaper-wrap--dark .geo-whitepaper-action {
  background: #eff6ff !important;
  border-color: rgba(41, 97, 244, 0.22) !important;
  color: #1d4ed8 !important;
}

/* 深色面板内的文字 token 回归亮色（左视觉 + 其他深色仿真面板 + 终 CTA） */
body.geo-surface .geo-dark-panel .text-white,
body.geo-surface .geo-dark-panel .text-white\/80,
body.geo-surface .geo-dark-panel .text-white\/90,
body.geo-surface .geo-whitepaper-visual .text-white,
body.geo-surface .geo-whitepaper-visual .text-white\/80,
body.geo-surface .geo-whitepaper-visual .text-white\/90,
body.geo-surface .geo-cta-shell .text-white,
body.geo-surface .geo-cta-shell .text-white\/80,
body.geo-surface .geo-cta-shell .text-white\/90 { color: #ffffff !important; }

body.geo-surface .geo-whitepaper-visual,
body.geo-surface .geo-whitepaper-visual h2,
body.geo-surface .geo-whitepaper-visual h3,
body.geo-surface .geo-whitepaper-visual p {
  color: #ffffff;
}

body.geo-surface .geo-dark-panel .text-slate-50,
body.geo-surface .geo-whitepaper-visual .text-slate-50,
body.geo-surface .geo-cta-shell .text-slate-50 { color: #f8fafc !important; }
body.geo-surface .geo-dark-panel .text-slate-100,
body.geo-surface .geo-whitepaper-visual .text-slate-100,
body.geo-surface .geo-cta-shell .text-slate-100 { color: #f1f5f9 !important; }
body.geo-surface .geo-dark-panel .text-slate-200,
body.geo-surface .geo-whitepaper-visual .text-slate-200,
body.geo-surface .geo-cta-shell .text-slate-200 { color: #e2e8f0 !important; }
body.geo-surface .geo-dark-panel .text-slate-300,
body.geo-surface .geo-whitepaper-visual .text-slate-300,
body.geo-surface .geo-cta-shell .text-slate-300 { color: #cbd5e1 !important; }
body.geo-surface .geo-dark-panel .text-slate-400,
body.geo-surface .geo-whitepaper-visual .text-slate-400,
body.geo-surface .geo-cta-shell .text-slate-400 { color: #94a3b8 !important; }
body.geo-surface .geo-dark-panel .text-slate-500,
body.geo-surface .geo-whitepaper-visual .text-slate-500,
body.geo-surface .geo-cta-shell .text-slate-500 { color: #94a3b8 !important; }
body.geo-surface .geo-whitepaper-visual .text-blue-100\/90,
body.geo-surface .geo-cta-shell .text-blue-100\/90 { color: rgba(219, 234, 254, 0.9) !important; }

body.geo-surface .geo-dark-panel .text-blue-300 { color: #93c5fd !important; }
body.geo-surface .geo-dark-panel .text-blue-400 { color: #60a5fa !important; }
body.geo-surface .geo-dark-panel .text-emerald-300,
body.geo-surface .geo-cta-shell .text-emerald-300 { color: #6ee7b7 !important; }
body.geo-surface .geo-dark-panel .text-emerald-400 { color: #34d399 !important; }
body.geo-surface .geo-dark-panel .text-violet-200,
body.geo-surface .geo-cta-shell .text-violet-200 { color: #ddd6fe !important; }
body.geo-surface .geo-dark-panel .text-violet-300 { color: #c4b5fd !important; }

/* 深色面板内的边框与子底色维持 */
body.geo-surface .geo-dark-panel .border-white\/5,
body.geo-surface .geo-whitepaper-visual .border-white\/5,
body.geo-surface .geo-cta-shell .border-white\/5 { border-color: rgba(255, 255, 255, 0.05) !important; }
body.geo-surface .geo-dark-panel .border-white\/10,
body.geo-surface .geo-whitepaper-visual .border-white\/10,
body.geo-surface .geo-cta-shell .border-white\/10 { border-color: rgba(255, 255, 255, 0.1) !important; }
body.geo-surface .geo-dark-panel .border-white\/20,
body.geo-surface .geo-whitepaper-visual .border-white\/20,
body.geo-surface .geo-cta-shell .border-white\/20 { border-color: rgba(255, 255, 255, 0.22) !important; }
body.geo-surface .geo-cta-shell .border-white\/25 { border-color: rgba(255, 255, 255, 0.25) !important; }
body.geo-surface .geo-cta-shell .border-white\/35 { border-color: rgba(255, 255, 255, 0.35) !important; }

body.geo-surface .geo-dark-panel .bg-white\/5,
body.geo-surface .geo-whitepaper-visual .bg-white\/5,
body.geo-surface .geo-cta-shell .bg-white\/5 { background-color: rgba(255, 255, 255, 0.05) !important; }
body.geo-surface .geo-dark-panel .bg-white\/10,
body.geo-surface .geo-whitepaper-visual .bg-white\/10,
body.geo-surface .geo-cta-shell .bg-white\/10 { background-color: rgba(255, 255, 255, 0.1) !important; }
body.geo-surface .geo-dark-panel .bg-white\/15,
body.geo-surface .geo-whitepaper-visual .bg-white\/15,
body.geo-surface .geo-cta-shell .bg-white\/15 { background-color: rgba(255, 255, 255, 0.14) !important; }

body.geo-surface .geo-dark-panel .bg-slate-950\/40 { background-color: rgba(2, 6, 23, 0.4) !important; }
body.geo-surface .geo-dark-panel .bg-slate-950\/50 { background-color: rgba(2, 6, 23, 0.5) !important; }
body.geo-surface .geo-dark-panel .bg-slate-950\/60 { background-color: rgba(2, 6, 23, 0.6) !important; }
body.geo-surface .geo-dark-panel .bg-blue-500\/5 { background-color: rgba(59, 130, 246, 0.06) !important; }
body.geo-surface .geo-dark-panel .bg-emerald-500\/15 { background-color: rgba(16, 185, 129, 0.16) !important; }
body.geo-surface .geo-dark-panel .bg-violet-500\/10 { background-color: rgba(139, 92, 246, 0.12) !important; }

/* 留言区：白卡片上给一点外发光，避免过素 */
body.geo-surface #geo-lead-section .bg-white {
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.09);
}

/* 白皮书左侧视觉里，芯片边框/底色维持浅色 */
body.geo-surface .geo-whitepaper-wrap--dark .geo-whitepaper-chip-row span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(226, 232, 240, 0.95);
}

/* =========================================================
 * GEO 浅色主题 · 增强组件
 * - 深色面板右上角"数据岛徽章"
 * - Hero 仿真面板悬浮光晕
 * - 章节 Crest 的额外变体 (emerald / cyan / amber)
 * - 中段模拟器场景切换 Tab
 * - 图表卡平台 Chips
 * - 留言区 PDF 小下载条
 * ========================================================= */

/* 深色面板需要定位 */
body.geo-surface .geo-dark-panel,
body.geo-surface .geo-whitepaper-wrap--dark,
body.geo-surface .geo-system-frame,
body.geo-surface .geo-hero-simulator {
  position: relative;
}

/* 数据岛徽章：右上角 */
.geo-panel-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 4;
  pointer-events: none;
}
.geo-panel-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #34d399;
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.22);
}
.geo-panel-badge--blue::before {
  background: #60a5fa;
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.22);
}
.geo-panel-badge--violet::before {
  background: #c4b5fd;
  box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.22);
}
.geo-panel-badge--amber::before {
  background: #fbbf24;
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.22);
}
.geo-panel-badge--cyan::before {
  background: #22d3ee;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.22);
}

/* Hero 仿真面板浮起光晕（仅浅色主题） */
body.geo-surface .geo-hero-simulator {
  filter: drop-shadow(0 40px 42px rgba(41, 97, 244, 0.22))
    drop-shadow(0 10px 14px rgba(15, 23, 42, 0.28));
}

/* ——— 章节徽标新配色 ——— */
body.geo-surface .geo-section-crest--emerald {
  border-color: rgba(16, 185, 129, 0.4);
  color: #047857;
  background: linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.14);
}
body.geo-surface .geo-section-crest--cyan {
  border-color: rgba(34, 211, 238, 0.4);
  color: #0e7490;
  background: linear-gradient(180deg, #ffffff 0%, #ecfeff 100%);
  box-shadow: 0 8px 24px rgba(34, 211, 238, 0.14);
}
body.geo-surface .geo-section-crest--amber {
  border-color: rgba(251, 191, 36, 0.45);
  color: #b45309;
  background: linear-gradient(180deg, #ffffff 0%, #fffbeb 100%);
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.16);
}

/* ——— 中段模拟器：场景切换 Tab ——— */
.geo-sim-tabs {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.32rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin: 0 auto 1.25rem;
}
.geo-sim-tab {
  appearance: none;
  border: 0;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: transparent;
  color: #475569;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}
.geo-sim-tab:hover {
  color: #0f172a;
}
.geo-sim-tab.is-active {
  background: #ffffff;
  color: #0f172a;
  box-shadow:
    0 2px 10px rgba(15, 23, 42, 0.08),
    inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}
.geo-sim-tabs-wrap {
  display: flex;
  justify-content: center;
}

/* ——— 图表卡平台 Chips ——— */
.geo-chart-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.2rem 0 0.9rem;
}
.geo-chart-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.geo-chart-chip::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #60a5fa;
  box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.22);
}
.geo-chart-chip:nth-child(6n + 2)::before { background: #34d399; box-shadow: 0 0 0 2px rgba(52, 211, 153, 0.22); }
.geo-chart-chip:nth-child(6n + 3)::before { background: #c4b5fd; box-shadow: 0 0 0 2px rgba(167, 139, 250, 0.22); }
.geo-chart-chip:nth-child(6n + 4)::before { background: #fbbf24; box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.22); }
.geo-chart-chip:nth-child(6n + 5)::before { background: #22d3ee; box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.22); }
.geo-chart-chip:nth-child(6n + 6)::before { background: #f472b6; box-shadow: 0 0 0 2px rgba(244, 114, 182, 0.22); }

/* ——— 留言区：PDF 小下载条 ——— */
.geo-lead-download {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.1rem;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  background: linear-gradient(180deg, #eef2ff 0%, #e0e7ff 100%);
  border: 1px solid rgba(99, 102, 241, 0.22);
  font-size: 12.5px;
  font-weight: 700;
  color: #3730a3;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.geo-lead-download:hover {
  transform: translateY(-1px);
  border-color: rgba(79, 70, 229, 0.4);
  box-shadow: 0 10px 22px rgba(79, 70, 229, 0.12);
  color: #3730a3;
}
.geo-lead-download svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .wc-knowledge-hero {
    padding: 1.7rem 1.9rem;
  }

  .wc-knowledge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .wc-knowledge-body {
    padding: 1.15rem 1.2rem 1.2rem;
  }

  .geo-gallery-wrap {
    padding: 1.45rem;
  }

  .geo-contrast-panel {
    padding: 1.25rem;
  }

  .geo-compare-card {
    padding: 1.15rem;
  }

  .geo-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .geo-platform-strip {
    padding: 0.9rem;
  }

  .geo-platform-grid {
    gap: 0.56rem;
  }
}

@media (max-width: 900px) {
  .geo-compare-table-head {
    display: none;
  }

  .geo-compare-tr {
    grid-template-columns: 1fr;
  }

  .geo-compare-td {
    border-top: 1px solid rgba(226, 232, 240, 0.8);
  }

  .geo-compare-dimension {
    border-top: 0;
    background: #f8fafc;
  }

  .geo-compare-td--seo::before,
  .geo-compare-td--geo::before {
    display: inline-flex;
    margin-bottom: 0.45rem;
    border-radius: 999px;
    padding: 0.14rem 0.62rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    content: "";
  }

  .geo-compare-td--seo::before {
    content: "SEO";
    color: #475569;
    background: #e2e8f0;
  }

  .geo-compare-td--geo::before {
    content: "GEO";
    color: #1e40af;
    background: #dbeafe;
  }
}

@media (min-width: 1100px) {
  .wc-knowledge-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

/* Article detail page */
.wc-article-page {
  background:
    radial-gradient(circle at 6% 0, rgba(41, 97, 244, 0.07) 0, transparent 34%),
    radial-gradient(circle at 95% 10%, rgba(254, 162, 66, 0.09) 0, transparent 36%);
}

.wc-article-layout-wrap {
  position: relative;
}

.wc-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.wc-article-main.wp-content-wrapper {
  max-width: none;
  margin: 0;
}

.wc-article-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: linear-gradient(180deg, #ffffff 0%, #fdfeff 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.wc-article-header {
  border-bottom: 1px solid rgba(226, 232, 240, 0.82);
  padding-bottom: 1.05rem;
}

.wc-article-back {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(41, 97, 244, 0.16);
  color: #1d4ed8;
  background: #f8fbff;
  padding: 0.34rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.wc-article-title {
  margin: 0 0 0.95rem;
  color: #0f172a;
  font-size: clamp(1.42rem, 2.15vw, 2rem);
  line-height: 1.35;
  font-weight: 900;
}

.wc-article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.wc-article-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-height: 34px;
  padding: 0 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: #f8fafc;
  color: #475569;
  font-size: 0.79rem;
  line-height: 1.4;
}

.wc-article-meta-item a {
  color: #1e3a8a;
  font-weight: 700;
}

.wc-meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #2563eb;
  opacity: 0.92;
}

.wc-meta-icon svg {
  width: 100%;
  height: 100%;
}

.wc-article-cover {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
}

.wc-article-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.wc-article-content {
  color: #334155;
}

.wc-article-content p {
  line-height: 1.95;
}

.wc-article-content h2,
.wc-article-content h3 {
  margin-top: 1.45rem;
}

.wc-article-tags {
  margin-top: 1.4rem;
  border-top: 1px dashed rgba(148, 163, 184, 0.35);
  padding-top: 1rem;
}

.wc-article-tags h3 {
  margin: 0 0 0.65rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
}

.wc-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.wc-tag-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(41, 97, 244, 0.2);
  background: #f7faff;
  color: #1e40af;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.35rem 0.78rem;
  transition: all 0.2s ease;
}

.wc-tag-chip:hover {
  border-color: rgba(41, 97, 244, 0.42);
  background: #edf4ff;
}

.wc-article-footer {
  margin-top: 1.8rem;
  padding-top: 1rem;
  border-top: 1px dashed rgba(148, 163, 184, 0.35);
}

.wc-article-nav {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.6rem;
}

.wc-article-nav-item a {
  display: block;
  border-radius: 0.8rem;
  border: 1px solid rgba(41, 97, 244, 0.2);
  background: #f8fbff;
  color: #1e3a8a;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.55;
  padding: 0.7rem 0.85rem;
}

.wc-article-nav-item a:hover {
  border-color: rgba(41, 97, 244, 0.38);
  background: #edf4ff;
}

.wc-article-sidebar {
  display: grid;
  gap: 0.9rem;
  align-self: start;
}

.wc-side-card {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.75) 0%, #ffffff 56%),
    #fff;
  padding: 0.95rem 1rem;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.wc-side-card h3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.65rem;
  color: #0f172a;
  font-size: 0.96rem;
  font-weight: 900;
}

.wc-side-card h3::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2961f4 0%, #4f7cf6 100%);
  box-shadow: 0 0 0 4px rgba(41, 97, 244, 0.12);
}

.wc-side-list,
.wc-side-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wc-side-list li + li,
.wc-side-posts li + li {
  margin-top: 0.4rem;
}

.wc-side-list a,
.wc-side-posts a {
  color: #334155;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.55;
  transition: color 0.2s ease;
}

.wc-side-list a:hover,
.wc-side-posts a:hover {
  color: #1d4ed8;
}

.wc-side-posts time {
  display: block;
  margin-top: 0.16rem;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
}

.wc-side-empty {
  color: #94a3b8;
  font-size: 0.8rem;
  font-weight: 600;
}

.wc-tag-list--all {
  gap: 0.4rem;
}

.wc-related-section {
  margin-top: 1.2rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: #fff;
  padding: 1rem;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.wc-related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
}

.wc-related-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.18rem;
  font-weight: 900;
}

.wc-related-head a {
  color: #1d4ed8;
  font-size: 0.84rem;
  font-weight: 800;
}

.wc-related-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

.wc-related-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: linear-gradient(180deg, #fcfdff 0%, #f8fafc 100%);
  padding: 0.65rem;
}

.wc-related-thumb {
  width: 110px;
  min-width: 110px;
  height: 70px;
  border-radius: 0.65rem;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #eff6ff;
}

.wc-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc-related-thumb-fallback {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1e40af;
  font-size: 0.78rem;
  font-weight: 800;
}

.wc-related-body {
  min-width: 0;
}

.wc-related-date {
  margin: 0;
  color: #64748b;
  font-size: 0.73rem;
  font-weight: 700;
}

.wc-related-card h3 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.5;
}

.wc-related-card h3 a {
  color: #0f172a;
}

@media (min-width: 768px) {
  .wc-article-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-article-nav-next {
    text-align: right;
  }

  .wc-related-section {
    padding: 1.2rem;
  }

  .wc-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }
}

@media (min-width: 1100px) {
  .wc-article-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.25rem;
  }

  .wc-article-sidebar {
    position: sticky;
    top: 92px;
  }

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

  .wc-related-thumb {
    width: 122px;
    min-width: 122px;
    height: 78px;
  }
}

/* FAQ page enhancements */
body.is-faq-page main {
  position: relative;
  overflow: visible;
}

body.is-faq-page main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 8%, rgba(41, 97, 244, 0.08) 0, transparent 35%),
    radial-gradient(circle at 88% 14%, rgba(254, 162, 66, 0.08) 0, transparent 32%);
}

body.is-faq-page nav[aria-label="本页章节"] {
  display: flex !important;
  width: 100%;
  justify-content: center !important;
  gap: 0.6rem !important;
}

body.is-faq-page section.sticky {
  position: sticky !important;
  top: var(--faq-sticky-top, 74px) !important;
  z-index: 45 !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

body.is-faq-page nav[aria-label="本页章节"] a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(41, 97, 244, 0.22) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  color: #2563eb !important;
  box-shadow: 0 6px 16px rgba(41, 97, 244, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

body.is-faq-page nav[aria-label="本页章节"] a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2961f4, #4f7cf6);
  box-shadow: 0 0 0 3px rgba(41, 97, 244, 0.12);
}

body.is-faq-page nav[aria-label="本页章节"] a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(41, 97, 244, 0.15);
  background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%) !important;
}

body.is-faq-page nav[aria-label="本页章节"] a.is-active,
body.is-faq-page nav[aria-label="本页章节"] a[aria-current="true"] {
  color: #fff !important;
  border-color: #2961f4 !important;
  background: linear-gradient(135deg, #2961f4 0%, #4c79f7 100%) !important;
  box-shadow: 0 12px 26px rgba(41, 97, 244, 0.35);
}

body.is-faq-page nav[aria-label="本页章节"] a.is-active::before,
body.is-faq-page nav[aria-label="本页章节"] a[aria-current="true"]::before {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.32);
}

body.is-faq-page section.scroll-mt-28 > h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

body.is-faq-page section.scroll-mt-28 > h2::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(135deg, #2961f4, #6d8df8);
  box-shadow: 0 0 0 4px rgba(41, 97, 244, 0.12);
  transform: rotate(45deg);
}

body.is-faq-page section.scroll-mt-28 > h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.55rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(41, 97, 244, 0.75) 0%, rgba(41, 97, 244, 0.08) 75%);
}

body.is-faq-page .faq-details {
  border-color: rgba(41, 97, 244, 0.14) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.is-faq-page .faq-details:hover {
  transform: translateY(-2px);
  border-color: rgba(41, 97, 244, 0.28) !important;
  box-shadow: 0 14px 28px rgba(30, 64, 175, 0.1);
}

body.is-faq-page .faq-details[open] {
  border-color: rgba(41, 97, 244, 0.32) !important;
  box-shadow: 0 18px 34px rgba(30, 64, 175, 0.12);
}

body.is-faq-page .faq-details[open] > div {
  animation: faqReveal 0.28s ease;
}

body.is-faq-page .faq-details summary span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(41, 97, 244, 0.12);
  color: #2961f4 !important;
  font-weight: 700;
}

@media (max-width: 767px) {
  body.is-faq-page nav[aria-label="本页章节"] {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    padding-bottom: 2px;
    scrollbar-width: thin;
  }
  body.is-faq-page nav[aria-label="本页章节"] a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@keyframes faqReveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* About page contact form refinement */
body.is-about-page #contact .bg-slate-50.rounded-3xl {
  padding-bottom: 1.4rem !important;
}

body.is-about-page #contact textarea[name="message"] {
  min-height: 100px;
}

body.is-about-page #contact form#contact-form {
  margin-bottom: 0;
}

body.is-about-page #contact form#contact-form .grid.sm\:grid-cols-2 {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.is-about-page #contact form#contact-form button[type="submit"] {
  margin-bottom: 0.35rem;
}

/* WPForms visual alignment with existing theme */
.wc-wpforms-wrap .wpforms-container {
  margin: 0 !important;
}

.wc-wpforms-wrap .wpforms-field {
  padding: 0 !important;
}

.wc-wpforms-wrap .wpforms-field-label {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  margin-bottom: 0.35rem !important;
}

.wc-wpforms-wrap input[type="text"],
.wc-wpforms-wrap input[type="email"],
.wc-wpforms-wrap input[type="tel"],
.wc-wpforms-wrap input[type="number"],
.wc-wpforms-wrap select,
.wc-wpforms-wrap textarea {
  width: 100% !important;
  border: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
  border-radius: 0.75rem !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.9rem !important;
  color: #0f172a !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.wc-wpforms-wrap input[type="text"]:focus,
.wc-wpforms-wrap input[type="email"]:focus,
.wc-wpforms-wrap input[type="tel"]:focus,
.wc-wpforms-wrap input[type="number"]:focus,
.wc-wpforms-wrap select:focus,
.wc-wpforms-wrap textarea:focus {
  border-color: #60a5fa !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
}

.wc-wpforms-wrap select {
  min-height: 46px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #64748b 50%),
    linear-gradient(135deg, #64748b 50%, transparent 50%) !important;
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px) !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  padding-right: 2.25rem !important;
}

.wc-wpforms-wrap select option {
  color: #0f172a;
}

.wc-wpforms-wrap textarea {
  min-height: 180px !important;
}

.wc-wpforms-wrap .wpforms-submit-container {
  margin-top: 0.3rem !important;
  padding-top: 0 !important;
}

.wc-wpforms-wrap button[type="submit"].wpforms-submit,
.wc-wpforms-wrap .wpforms-submit {
  width: 100% !important;
  background: #fea242 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0.75rem !important;
  padding: 0.85rem 1rem !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 20px rgba(254, 162, 66, 0.25) !important;
  transition: transform 0.2s ease, background-color 0.2s ease !important;
}

.wc-wpforms-wrap button[type="submit"].wpforms-submit:hover,
.wc-wpforms-wrap .wpforms-submit:hover {
  background: #e58a2e !important;
  transform: translateY(-1px);
}

.wc-wpforms-wrap .wpforms-error {
  font-size: 0.8rem !important;
}

.wc-wpforms-wrap .wpforms-confirmation-container-full {
  border-radius: 0.75rem !important;
  border: 1px solid rgba(34, 197, 94, 0.3) !important;
  background: rgba(34, 197, 94, 0.08) !important;
  color: #14532d !important;
  font-weight: 600 !important;
}

/* Native lead form quick topic labels */
.wc-lead-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.wc-lead-label-btn {
  border: 1px solid rgba(41, 97, 244, 0.22);
  background: #f7faff;
  color: #1e40af;
  border-radius: 999px;
  padding: 0.28rem 0.72rem;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.18s ease;
}

.wc-lead-label-btn:hover {
  background: #e9f2ff;
  border-color: rgba(41, 97, 244, 0.4);
}

.wc-lead-label-btn.is-active {
  background: #2961f4;
  border-color: #2961f4;
  color: #fff;
  box-shadow: 0 6px 14px rgba(41, 97, 244, 0.28);
}

.wc-lead-subject-group {
  border: 1px dashed rgba(41, 97, 244, 0.35);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.72) 0%, rgba(239, 246, 255, 0.62) 100%);
  padding: 0.6rem 0.6rem 0.7rem;
}

/* Simple captcha UI */
.wcaptcha-wrap {
  margin: 0 0 1rem;
}

.wcaptcha-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 0.45rem;
}

.wcaptcha-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.wcaptcha-question {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(41, 97, 244, 0.22);
  background: #f7faff;
  font-weight: 700;
  color: #1e3a8a;
}

.wcaptcha-input {
  min-width: 140px;
  max-width: 190px;
  height: 42px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 0 0.75rem;
  background: #fff;
}

.wcaptcha-refresh {
  height: 42px;
  padding: 0 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(41, 97, 244, 0.25);
  background: #fff;
  color: #2563eb;
  font-weight: 700;
  cursor: pointer;
}

.wcaptcha-error {
  margin-top: 0.4rem;
  color: #dc2626;
  font-size: 0.82rem;
  font-weight: 600;
  min-height: 1em;
}

.wc-leads-notice {
  display: none;
  margin-bottom: 12px;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  transform: translateY(-4px);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.wc-leads-notice.is-show {
  opacity: 1;
  transform: translateY(0);
}

.wc-leads-notice.is-success {
  border: 1px solid rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.1);
  color: #166534;
}

.wc-leads-notice.is-success::before {
  content: "✓ ";
}

.wc-leads-notice.is-error {
  border: 1px solid rgba(239, 68, 68, 0.3);
  background: rgba(239, 68, 68, 0.1);
  color: #b91c1c;
}

.wc-leads-notice.is-error::before {
  content: "⚠ ";
}

form#contact-form button[type="submit"].is-loading {
  opacity: 0.85;
  cursor: not-allowed;
}

.wc-sitemap-page {
  background:
    radial-gradient(circle at 10% 0, rgba(41, 97, 244, 0.06) 0, transparent 34%),
    radial-gradient(circle at 90% 12%, rgba(254, 162, 66, 0.08) 0, transparent 30%);
}

.wc-sitemap-hero {
  margin-bottom: 1.75rem;
}

.wc-sitemap-eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2961f4;
}

.wc-sitemap-title {
  margin: 0 0 0.55rem;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.15;
  font-weight: 900;
  color: #0f172a;
}

.wc-sitemap-subtitle {
  margin: 0;
  color: #64748b;
}

.wc-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.wc-sitemap-card {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
  padding: 1.2rem 1.25rem;
}

.wc-sitemap-card--wide {
  margin-top: 1rem;
}

.wc-sitemap-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.wc-sitemap-list li {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  color: #334155;
  line-height: 1.45;
}

.wc-sitemap-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2961f4;
  opacity: 0.45;
  flex-shrink: 0;
  margin-top: 0.5em;
}

.wc-sitemap-list a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.15s ease;
}

.wc-sitemap-list a:hover {
  color: #2961f4;
}

.wc-sitemap-list small {
  color: #94a3b8;
  font-size: 0.75rem;
}

.wc-sitemap-list--cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.2rem;
}

.wc-sitemap-empty {
  margin: 0;
  color: #64748b;
}

@media (max-width: 900px) {
  .wc-sitemap-grid {
    grid-template-columns: 1fr;
  }

  .wc-sitemap-list--cols {
    grid-template-columns: 1fr;
  }
}

/* GEO / AI 搜索区块：滚动入场（模糊渐显） */
.wc-reveal.wc-reveal--geo {
  --wc-reveal-delay: 0s;
  opacity: 0;
  filter: blur(14px);
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--wc-reveal-delay);
  will-change: opacity, filter, transform;
}

.wc-reveal.wc-reveal--geo.is-revealed {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.wc-reveal--delay-1 {
  --wc-reveal-delay: 0.1s;
}

.wc-reveal--delay-2 {
  --wc-reveal-delay: 0.2s;
}

.wc-reveal--delay-3 {
  --wc-reveal-delay: 0.3s;
}

.wc-reveal--stagger-0 {
  --wc-reveal-delay: 0s;
}

.wc-reveal--stagger-1 {
  --wc-reveal-delay: 0.07s;
}

.wc-reveal--stagger-2 {
  --wc-reveal-delay: 0.14s;
}

.wc-reveal--stagger-3 {
  --wc-reveal-delay: 0.21s;
}

@media (prefers-reduced-motion: reduce) {
  .wc-reveal.wc-reveal--geo {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

/* 首页细光圈鼠标跟随（触控 / 窄屏 / 减少动效下不启用，见 app.js） */
.wc-cursor-ring {
  position: fixed;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  border: 2px solid rgba(41, 97, 244, 0.55);
  box-shadow: 0 0 24px rgba(41, 97, 244, 0.12);
  pointer-events: none;
  z-index: 9997;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
}

.wc-cursor-ring.is-on {
  opacity: 1;
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  .wc-cursor-ring {
    display: none !important;
  }
}

/* ============================================================
 * 解决方案 · 行业整案解决方案 /industry/ · 浅色版（2026 重构）
 * - 纯色+浅灰交替版块
 * - 无面包屑，无深色磨砂玻璃
 * - 品牌色：3C=sky、消费品=rose、科技=violet
 * ============================================================ */

body.industry-hub,
body.industry-sub {
  background-color: #ffffff !important;
  color: #334155;
}

body.industry-hub .industry-page,
body.industry-sub .industry-page {
  position: relative;
  background: #ffffff;
  color: #334155;
  min-height: 50vh;
  overflow: hidden;
}

body.industry-hub .industry-page > section,
body.industry-sub .industry-page > section {
  position: relative;
  background: transparent;
}
body.industry-hub .industry-page > section:nth-of-type(odd),
body.industry-sub .industry-page > section:nth-of-type(odd) {
  background: #ffffff;
}
body.industry-hub .industry-page > section:nth-of-type(even),
body.industry-sub .industry-page > section:nth-of-type(even) {
  background: #f8fafc;
}
body.industry-hub .industry-page > section + section,
body.industry-sub .industry-page > section + section {
  border-top: 1px solid rgba(15, 23, 42, 0.04);
}

body.industry-hub .text-slate-900,
body.industry-sub .text-slate-900 { color: #0f172a; }
body.industry-hub .text-slate-800,
body.industry-sub .text-slate-800 { color: #1e293b; }
body.industry-hub .text-slate-600,
body.industry-sub .text-slate-600 { color: #475569; }
body.industry-hub .text-slate-500,
body.industry-sub .text-slate-500 { color: #64748b; }
body.industry-hub .text-slate-400,
body.industry-sub .text-slate-400 { color: #94a3b8; }

body.industry-hub .hover\:text-white:hover,
body.industry-sub .hover\:text-white:hover { color: #0f172a !important; }

.industry-noise {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.025;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

.industry-hero-glow {
  background:
    radial-gradient(ellipse 85% 65% at 50% -10%, rgba(56, 189, 248, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 20%, rgba(129, 140, 248, 0.14), transparent 55%);
}
.industry-hero-glow--sky {
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(56, 189, 248, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 55% at 90% 20%, rgba(14, 165, 233, 0.14), transparent 55%);
}
.industry-hero-glow--rose {
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(244, 114, 182, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 55% at 90% 20%, rgba(236, 72, 153, 0.14), transparent 55%);
}
.industry-hero-glow--violet {
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(167, 139, 250, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 55% at 90% 20%, rgba(99, 102, 241, 0.16), transparent 55%);
}

.industry-bento-grid { position: relative; z-index: 2; }

.industry-card {
  position: relative;
  border-radius: 32px;
  padding: 1px;
  overflow: hidden;
  min-height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}
.industry-card-border {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.55), rgba(99, 102, 241, 0.3), rgba(14, 165, 233, 0.18));
  opacity: 0.55;
  transition: opacity 0.4s ease;
}
.industry-card:hover .industry-card-border { opacity: 1; }

.industry-card-body {
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 31px;
  padding: 1.75rem 1.6rem 1.85rem;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.industry-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.92), transparent 55%),
    linear-gradient(145deg, #eef2ff, #e0e7ff);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08), inset 0 0 0 1px rgba(56, 189, 248, 0.15);
}
.industry-card-icon::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 200deg, transparent, rgba(56, 189, 248, 0.3), transparent, rgba(129, 140, 248, 0.22), transparent);
  animation: industry-icon-sheen 5s linear infinite;
  opacity: 0.55;
}
@media (prefers-reduced-motion: reduce) {
  .industry-card-icon::after { animation: none; opacity: 0.2; }
}
@keyframes industry-icon-sheen { to { transform: rotate(360deg); } }

.industry-card-icon--chip::before {
  content: "";
  position: absolute; inset: 22%;
  border-radius: 6px;
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.55), inset 0 0 0 2px rgba(255,255,255,0.55);
}
.industry-card-icon--chip::after {
  content: ""; position: absolute; inset: 30%;
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.95), rgba(255,255,255,0.95)) center/100% 2px no-repeat,
    linear-gradient(0deg, rgba(255,255,255,0.85), rgba(255,255,255,0.85)) center/2px 100% no-repeat;
  mix-blend-mode: screen;
  animation: none;
}
.industry-card-icon--bloom::before {
  content: ""; position: absolute; inset: 18%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(244, 114, 182, 0.95), rgba(244, 114, 182, 0.55) 40%, transparent 55%),
    radial-gradient(circle at 70% 65%, rgba(251, 207, 232, 0.85), transparent 50%);
  box-shadow: 0 0 22px rgba(244, 114, 182, 0.4), inset 0 0 12px rgba(225, 29, 72, 0.25);
}
.industry-card-icon--bloom::after {
  content: ""; position: absolute; inset: 35%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.9), transparent 60%);
  animation: none;
}
.industry-card-icon--synapse::before {
  content: ""; position: absolute; inset: 22%;
  background:
    radial-gradient(circle at 30% 40%, rgba(167, 139, 250, 0.95) 0, rgba(167, 139, 250, 0.95) 3px, transparent 4px),
    radial-gradient(circle at 70% 35%, rgba(56, 189, 248, 0.95) 0, rgba(56, 189, 248, 0.95) 3px, transparent 4px),
    radial-gradient(circle at 50% 72%, rgba(244, 114, 182, 0.85) 0, rgba(244, 114, 182, 0.85) 3px, transparent 4px),
    linear-gradient(135deg, rgba(99, 102, 241, 0.18), transparent 40%, rgba(56, 189, 248, 0.22));
  box-shadow: 0 0 20px rgba(167, 139, 250, 0.38);
  border-radius: 12px;
}

.industry-card--plain .industry-card-body { border-radius: 30px; }

.industry-3p-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0284c7;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.1);
}
.industry-3p-label--rose {
  color: #db2777;
  border-color: rgba(244, 114, 182, 0.4);
  background: rgba(244, 114, 182, 0.1);
}
.industry-3p-label--violet {
  color: #7c3aed;
  border-color: rgba(167, 139, 250, 0.4);
  background: rgba(167, 139, 250, 0.1);
}

.industry-3p-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: #475569;
  font-size: 13.5px;
  line-height: 1.65;
}
.industry-3p-list li { position: relative; padding-left: 1rem; }
.industry-3p-list li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 6px; height: 6px; border-radius: 2px;
  background: #38bdf8;
  box-shadow: 0 0 6px rgba(56, 189, 248, 0.5);
}
body.industry-sub--consumer .industry-3p-list li::before { background: #f472b6; box-shadow: 0 0 6px rgba(244, 114, 182, 0.55); }
body.industry-sub--tech .industry-3p-list li::before { background: #a78bfa; box-shadow: 0 0 6px rgba(167, 139, 250, 0.55); }

.industry-pill {
  display: inline-flex; align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 12px; font-weight: 800;
  letter-spacing: 0.02em;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #f1f5f9;
  color: #334155;
}
.industry-pill--sky {
  color: #0369a1;
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(56, 189, 248, 0.12);
}
.industry-pill--rose {
  color: #be185d;
  border-color: rgba(244, 114, 182, 0.45);
  background: rgba(244, 114, 182, 0.12);
}
.industry-pill--violet {
  color: #6d28d9;
  border-color: rgba(167, 139, 250, 0.45);
  background: rgba(167, 139, 250, 0.12);
}
.industry-pill--ghost {
  color: #64748b;
  border-style: dashed;
  border-color: rgba(148, 163, 184, 0.45);
  background: transparent;
}

.industry-entry-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.industry-entry-arrow {
  color: rgba(100, 116, 139, 0.65);
  font-size: 22px; font-weight: 900;
  transition: color 0.3s ease, transform 0.3s ease;
}
.industry-card:hover .industry-entry-arrow { color: #0f172a; transform: translateX(4px); }
.industry-entry-cta {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 13px; font-weight: 800;
  color: #0284c7;
}
.industry-card:hover .industry-entry-cta { color: #0f172a; }

.industry-card-border--rose {
  background: linear-gradient(135deg, rgba(244, 114, 182, 0.55), rgba(225, 29, 72, 0.3), rgba(249, 168, 212, 0.2));
}
.industry-card-border--violet {
  background: linear-gradient(135deg, rgba(167, 139, 250, 0.55), rgba(99, 102, 241, 0.35), rgba(192, 132, 252, 0.2));
}
.industry-card-border--sky {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.55), rgba(14, 165, 233, 0.3), rgba(125, 211, 252, 0.18));
}
.industry-card-border--cyan {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.55), rgba(56, 189, 248, 0.3), rgba(14, 165, 233, 0.2));
}
.industry-card-border--pink {
  background: linear-gradient(135deg, rgba(249, 168, 212, 0.55), rgba(244, 114, 182, 0.35), rgba(225, 29, 72, 0.2));
}
.industry-card-border--fuchsia {
  background: linear-gradient(135deg, rgba(217, 70, 239, 0.55), rgba(192, 132, 252, 0.35), rgba(232, 121, 249, 0.2));
}
.industry-card-border--indigo {
  background: linear-gradient(135deg, rgba(129, 140, 248, 0.55), rgba(99, 102, 241, 0.3), rgba(165, 180, 252, 0.22));
}

.industry-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.industry-matrix-cell {
  position: relative;
  display: flex; align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.7rem;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  font-size: 12px; font-weight: 700;
  color: #64748b;
}
.industry-matrix-cell small {
  margin-left: 4px;
  font-size: 10px; font-weight: 600;
  color: rgba(100, 116, 139, 0.75);
}
.industry-matrix-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(148, 163, 184, 0.55);
  box-shadow: 0 0 0 2px rgba(148, 163, 184, 0.14);
}
.industry-matrix-cell--active {
  color: #0f172a;
  border-color: rgba(56, 189, 248, 0.55);
  background: rgba(56, 189, 248, 0.08);
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.25);
}
.industry-matrix-cell--active .industry-matrix-dot {
  background: #0ea5e9;
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.55), 0 0 0 2px rgba(56, 189, 248, 0.2);
}
.industry-matrix-cell--rose.industry-matrix-cell--active {
  border-color: rgba(244, 114, 182, 0.55);
  background: rgba(244, 114, 182, 0.08);
  box-shadow: inset 0 0 0 1px rgba(244, 114, 182, 0.25);
}
.industry-matrix-cell--rose.industry-matrix-cell--active .industry-matrix-dot {
  background: #db2777; box-shadow: 0 0 8px rgba(244, 114, 182, 0.55);
}
.industry-matrix-cell--violet.industry-matrix-cell--active {
  border-color: rgba(167, 139, 250, 0.55);
  background: rgba(167, 139, 250, 0.08);
  box-shadow: inset 0 0 0 1px rgba(167, 139, 250, 0.25);
}
.industry-matrix-cell--violet.industry-matrix-cell--active .industry-matrix-dot {
  background: #7c3aed; box-shadow: 0 0 8px rgba(167, 139, 250, 0.55);
}
.industry-matrix-cell--dim { color: rgba(100, 116, 139, 0.8); border-style: dashed; }
.industry-matrix-cell--inactive { color: rgba(100, 116, 139, 0.6); filter: saturate(0.6); }

.industry-tag {
  display: inline-flex; align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 11px; font-weight: 700;
  color: #0369a1;
  border: 1px solid rgba(14, 165, 233, 0.25);
  background: rgba(56, 189, 248, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.industry-cap-card {
  position: relative;
  padding: 1.6rem 1.4rem 1.5rem;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.industry-cap-card h3 { font-size: 1rem; font-weight: 800; color: #0f172a; margin: 0.35rem 0 0.5rem; }
.industry-cap-label {
  display: inline-block;
  font-size: 11px; font-weight: 900; letter-spacing: 0.22em;
  color: #0284c7;
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.3);
  margin: 0 0 0.6rem 0;
}
.industry-cap-desc { color: #475569; font-size: 13px; line-height: 1.65; margin: 0 0 0.8rem; }
.industry-cap-list {
  list-style: none; padding: 0; margin: 0;
  font-size: 12px; color: #475569;
  display: flex; flex-direction: column; gap: 0.35rem;
}
.industry-cap-list li { position: relative; padding-left: 0.85rem; }
.industry-cap-list li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 5px; height: 5px; border-radius: 50%;
  background: currentColor; opacity: 0.55;
}
.industry-cap-ring {
  position: absolute;
  inset: -30% -30% auto auto;
  width: 180px; height: 180px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.28;
  filter: blur(40px);
}
.industry-cap-card--geo .industry-cap-ring { background: rgba(56, 189, 248, 0.7); }
.industry-cap-card--seo .industry-cap-ring { background: rgba(34, 197, 94, 0.6); }
.industry-cap-card--seo .industry-cap-label {
  color: #15803d;
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.35);
}
.industry-cap-card--social .industry-cap-ring { background: rgba(244, 114, 182, 0.65); }
.industry-cap-card--social .industry-cap-label {
  color: #be185d;
  background: rgba(244, 114, 182, 0.12);
  border-color: rgba(244, 114, 182, 0.35);
}
.industry-cap-card--epr .industry-cap-ring { background: rgba(251, 191, 36, 0.7); }
.industry-cap-card--epr .industry-cap-label {
  color: #b45309;
  background: rgba(251, 191, 36, 0.14);
  border-color: rgba(251, 191, 36, 0.38);
}

.industry-recipe-table-wrap {
  overflow-x: auto;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}
.industry-recipe-table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  color: #334155;
}
.industry-recipe-table th,
.industry-recipe-table td {
  padding: 0.95rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  vertical-align: top;
  font-size: 13.5px;
  line-height: 1.55;
}
.industry-recipe-table thead th {
  font-size: 12px; font-weight: 900;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #0f172a;
  background: #f8fafc;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.industry-recipe-table thead .th-3c { color: #0369a1; }
.industry-recipe-table thead .th-consumer { color: #be185d; }
.industry-recipe-table thead .th-tech { color: #6d28d9; }
.industry-recipe-table tbody th {
  font-weight: 800;
  color: #64748b;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 14%;
  background: rgba(248, 250, 252, 0.8);
}
.industry-recipe-table tbody tr:last-child th,
.industry-recipe-table tbody tr:last-child td { border-bottom: none; }
.industry-recipe-table tbody tr:hover td { background: rgba(56, 189, 248, 0.04); }
.industry-recipe-link {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  color: #0369a1;
  border: 1px solid rgba(56, 189, 248, 0.35);
  font-size: 12px; font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.industry-recipe-link:hover { background: rgba(56, 189, 248, 0.22); color: #0c4a6e; }
.industry-recipe-link--rose {
  background: rgba(244, 114, 182, 0.12);
  color: #be185d;
  border-color: rgba(244, 114, 182, 0.35);
}
.industry-recipe-link--rose:hover { background: rgba(244, 114, 182, 0.22); color: #831843; }
.industry-recipe-link--violet {
  background: rgba(167, 139, 250, 0.12);
  color: #6d28d9;
  border-color: rgba(167, 139, 250, 0.35);
}
.industry-recipe-link--violet:hover { background: rgba(167, 139, 250, 0.22); color: #4c1d95; }

.industry-recipe-table .text-sky-300 { color: #0369a1; }
.industry-recipe-table .text-rose-300 { color: #be185d; }
.industry-recipe-table .text-violet-300 { color: #6d28d9; }

.industry-quadrant-wrap {
  position: relative;
  padding: 1.5rem;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}
.industry-quadrant-title {
  font-size: 11px; font-weight: 900; letter-spacing: 0.22em;
  color: #64748b;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.industry-quadrant {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}
.industry-quadrant-cell {
  position: relative;
  padding: 1.15rem 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #f8fafc;
  min-height: 118px;
  display: flex; flex-direction: column; justify-content: space-between;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.industry-quadrant-cell::before {
  content: ""; position: absolute; inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(148, 163, 184, 0.35), rgba(148, 163, 184, 0.08));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.industry-quadrant-cell h4 { font-size: 15px; font-weight: 900; color: #0f172a; margin: 0 0 0.2rem; }
.industry-quadrant-cell p { font-size: 12px; color: #64748b; margin: 0; line-height: 1.5; }
.industry-quadrant-cell--active {
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}
.industry-quadrant-cell--sky::before {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.75), rgba(14, 165, 233, 0.35), rgba(125, 211, 252, 0.25));
}
.industry-quadrant-cell--rose::before {
  background: linear-gradient(135deg, rgba(244, 114, 182, 0.75), rgba(236, 72, 153, 0.35), rgba(249, 168, 212, 0.25));
}
.industry-quadrant-cell--violet::before {
  background: linear-gradient(135deg, rgba(167, 139, 250, 0.75), rgba(99, 102, 241, 0.4), rgba(192, 132, 252, 0.25));
}
.industry-quadrant-cell--dim {
  background: rgba(241, 245, 249, 0.7);
  filter: saturate(0.75);
}
.industry-quadrant-cell--dim h4 { color: #475569; }
.industry-quadrant-badge {
  position: absolute;
  top: 0.75rem; right: 0.85rem;
  font-size: 10px; font-weight: 900;
  letter-spacing: 0.16em;
  color: #ffffff;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(14, 165, 233, 0.25);
}
.industry-quadrant-cell--rose .industry-quadrant-badge {
  background: linear-gradient(135deg, #f472b6, #e11d48);
  box-shadow: 0 4px 10px rgba(244, 114, 182, 0.3);
}
.industry-quadrant-cell--violet .industry-quadrant-badge {
  background: linear-gradient(135deg, #a78bfa, #6366f1);
  box-shadow: 0 4px 10px rgba(167, 139, 250, 0.3);
}
.industry-quadrant-badge--dim {
  background: #e2e8f0; color: #475569;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: none;
}

.industry-recipe-map {
  display: grid; grid-template-columns: 1fr;
  gap: 1rem; align-items: stretch;
}
@media (min-width: 900px) {
  .industry-recipe-map {
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    gap: 0.75rem;
  }
}
.industry-recipe-node {
  position: relative;
  padding: 1.6rem 1.4rem 1.5rem;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
  min-height: 170px;
}
.industry-recipe-node h3 {
  font-size: 1.05rem; font-weight: 900;
  color: #0f172a;
  margin: 0.25rem 0 0.65rem;
}
.industry-recipe-node p { font-size: 13px; color: #475569; line-height: 1.65; margin: 0; }
.industry-recipe-node-label {
  font-size: 10px; font-weight: 900;
  letter-spacing: 0.22em; color: #0284c7;
  text-transform: uppercase;
  margin: 0;
}
.industry-recipe-node--sky {
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 16px 30px rgba(14, 165, 233, 0.14), inset 0 0 0 1px rgba(56, 189, 248, 0.12);
}
.industry-recipe-node--rose {
  border-color: rgba(244, 114, 182, 0.45);
  box-shadow: 0 16px 30px rgba(244, 114, 182, 0.14), inset 0 0 0 1px rgba(244, 114, 182, 0.1);
}
.industry-recipe-node--rose .industry-recipe-node-label { color: #be185d; }
.industry-recipe-node--violet {
  border-color: rgba(167, 139, 250, 0.45);
  box-shadow: 0 16px 30px rgba(167, 139, 250, 0.14), inset 0 0 0 1px rgba(167, 139, 250, 0.1);
}
.industry-recipe-node--violet .industry-recipe-node-label { color: #6d28d9; }
.industry-recipe-node--dim {
  border-style: dashed;
  border-color: rgba(148, 163, 184, 0.5);
  background: #f8fafc;
  filter: saturate(0.85);
}
.industry-recipe-node--dim .industry-recipe-node-label { color: #64748b; }
.industry-recipe-arrow {
  display: flex; align-items: center; justify-content: center;
  color: rgba(100, 116, 139, 0.7);
  font-size: 20px; font-weight: 900;
}
@media (max-width: 899px) {
  .industry-recipe-arrow { transform: rotate(90deg); margin: 0 auto; }
}

.industry-timeline {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr; gap: 1rem;
}
@media (min-width: 900px) {
  .industry-timeline { grid-template-columns: repeat(4, 1fr); }
}
.industry-timeline-item {
  position: relative;
  padding: 1.4rem 1.2rem 1.3rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
  display: flex; flex-direction: column;
  gap: 0.8rem; min-height: 100%;
}
.industry-timeline-item h4 { font-size: 14.5px; font-weight: 800; color: #0f172a; margin: 0; }
.industry-timeline-item p { font-size: 12.5px; color: #475569; line-height: 1.6; margin: 0; }
.industry-timeline-stage {
  font-size: 11px; font-weight: 900;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #0284c7;
}
.industry-timeline-index {
  display: inline-flex; width: 34px; height: 34px;
  border-radius: 50%;
  align-items: center; justify-content: center;
  font-size: 13px; font-weight: 900;
  color: #ffffff;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  box-shadow: 0 6px 14px rgba(56, 189, 248, 0.3);
}
body.industry-sub--consumer .industry-timeline-index { background: linear-gradient(135deg, #f472b6, #e11d48); box-shadow: 0 6px 14px rgba(244, 114, 182, 0.35); }
body.industry-sub--consumer .industry-timeline-stage { color: #be185d; }
body.industry-sub--tech .industry-timeline-index { background: linear-gradient(135deg, #a78bfa, #6366f1); box-shadow: 0 6px 14px rgba(167, 139, 250, 0.35); }
body.industry-sub--tech .industry-timeline-stage { color: #6d28d9; }

.industry-kpi-card {
  position: relative;
  padding: 1.4rem 1.2rem 1.35rem;
  border-radius: 22px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(14, 165, 233, 0.08);
  overflow: hidden;
}
.industry-kpi-card::after {
  content: ""; position: absolute;
  inset: -50% -50% auto auto;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.18);
  filter: blur(42px);
  pointer-events: none;
}
.industry-kpi-card--rose { border-color: rgba(244, 114, 182, 0.3); box-shadow: 0 16px 32px rgba(244, 114, 182, 0.08); }
.industry-kpi-card--rose::after { background: rgba(244, 114, 182, 0.18); }
.industry-kpi-card--violet { border-color: rgba(167, 139, 250, 0.3); box-shadow: 0 16px 32px rgba(167, 139, 250, 0.08); }
.industry-kpi-card--violet::after { background: rgba(167, 139, 250, 0.18); }
.industry-kpi-label {
  font-size: 11px; font-weight: 900;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #64748b; margin: 0 0 0.5rem;
}
.industry-kpi-value {
  font-size: 1.85rem; font-weight: 900;
  color: #0f172a;
  margin: 0 0 0.4rem;
  line-height: 1.05;
  display: flex; align-items: baseline; gap: 0.4rem;
}
.industry-kpi-value small {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #64748b;
}
.industry-kpi-desc { font-size: 12px; color: #475569; line-height: 1.55; margin: 0; }

.industry-case-card {
  position: relative;
  padding: 1.6rem 1.5rem 1.7rem;
  border-radius: 24px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(14, 165, 233, 0.08);
  color: #475569;
}
.industry-case-card--rose { border-color: rgba(244, 114, 182, 0.3); box-shadow: 0 16px 32px rgba(244, 114, 182, 0.08); }
.industry-case-card--violet { border-color: rgba(167, 139, 250, 0.3); box-shadow: 0 16px 32px rgba(167, 139, 250, 0.08); }
.industry-case-card h3 { font-size: 1.1rem; color: #0f172a; font-weight: 900; margin: 0.4rem 0 0.75rem; }
.industry-case-card p { font-size: 13px; line-height: 1.65; margin: 0 0 0.5rem; }
.industry-case-tag {
  display: inline-block;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #0369a1;
  padding: 0.22rem 0.55rem;
  border-radius: 6px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.1);
}
.industry-case-tag--rose {
  color: #be185d;
  border-color: rgba(244, 114, 182, 0.35);
  background: rgba(244, 114, 182, 0.1);
}
.industry-case-tag--violet {
  color: #6d28d9;
  border-color: rgba(167, 139, 250, 0.35);
  background: rgba(167, 139, 250, 0.1);
}
.industry-case-metrics {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0.85rem 0 0;
  border-top: 1px dashed rgba(15, 23, 42, 0.08);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.industry-case-metrics li { display: flex; flex-direction: column; gap: 0.15rem; }
.industry-case-metrics b { font-size: 1.05rem; font-weight: 900; color: #0f172a; }
.industry-case-metrics span { font-size: 11px; color: #64748b; letter-spacing: 0.04em; }

.industry-faq-item {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.industry-faq-item[open] { border-color: rgba(56, 189, 248, 0.5); box-shadow: 0 10px 24px rgba(14, 165, 233, 0.08); }
body.industry-sub--consumer .industry-faq-item[open] { border-color: rgba(244, 114, 182, 0.5); box-shadow: 0 10px 24px rgba(244, 114, 182, 0.08); }
body.industry-sub--tech .industry-faq-item[open] { border-color: rgba(167, 139, 250, 0.5); box-shadow: 0 10px 24px rgba(167, 139, 250, 0.08); }
.industry-faq-item summary {
  cursor: pointer; list-style: none;
  padding: 1rem 1.2rem;
  font-size: 14.5px; font-weight: 800;
  color: #0f172a;
  position: relative;
}
.industry-faq-item summary::-webkit-details-marker { display: none; }
.industry-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.2rem; top: 50%; transform: translateY(-50%);
  font-size: 20px; font-weight: 900;
  color: #94a3b8;
  transition: transform 0.25s ease, color 0.25s ease;
}
.industry-faq-item[open] summary::after { content: "–"; color: #0284c7; }
body.industry-sub--consumer .industry-faq-item[open] summary::after { color: #db2777; }
body.industry-sub--tech .industry-faq-item[open] summary::after { color: #7c3aed; }
.industry-faq-item p {
  padding: 0 1.2rem 1.1rem;
  margin: 0;
  font-size: 13.5px;
  color: #475569;
  line-height: 1.7;
}

.industry-ticker-shell {
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}
.industry-ticker-shell > div:first-child {
  background: #f8fafc !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
}
.industry-ticker-track {
  display: inline-block;
  padding-left: 100%;
  animation: industry-ticker-marquee 42s linear infinite;
  color: #475569;
}
.industry-ticker-track strong { color: #0f172a; font-weight: 800; }
@media (prefers-reduced-motion: reduce) {
  .industry-ticker-track { animation: none; padding-left: 0; white-space: normal; }
}
@keyframes industry-ticker-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.industry-lead-field {
  display: flex; flex-direction: column;
  gap: 0.35rem;
}
.industry-lead-field > span {
  font-size: 11px; font-weight: 900;
  letter-spacing: 0.12em; color: #64748b;
  text-transform: uppercase;
}
.industry-lead-field input,
.industry-lead-field textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  color: #0f172a;
  font-size: 13.5px;
  font-family: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  resize: vertical;
}
.industry-lead-field input::placeholder,
.industry-lead-field textarea::placeholder { color: rgba(100, 116, 139, 0.7); }
.industry-lead-field input:focus,
.industry-lead-field textarea:focus {
  outline: none;
  border-color: rgba(56, 189, 248, 0.6);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.18);
}
body.industry-sub--consumer .industry-lead-field input:focus,
body.industry-sub--consumer .industry-lead-field textarea:focus {
  border-color: rgba(244, 114, 182, 0.6);
  box-shadow: 0 0 0 3px rgba(244, 114, 182, 0.18);
}
body.industry-sub--tech .industry-lead-field input:focus,
body.industry-sub--tech .industry-lead-field textarea:focus {
  border-color: rgba(167, 139, 250, 0.6);
  box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.18);
}
.industry-lead-points {
  list-style: none; padding: 0.5rem 0 0; margin: 0.4rem 0 0;
  display: flex; flex-direction: column; gap: 0.5rem;
  font-size: 12.5px; color: #334155;
}
.industry-lead-points li { position: relative; padding-left: 1.1rem; }
.industry-lead-points li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 7px; height: 7px; border-radius: 2px;
  background: #38bdf8; box-shadow: 0 0 6px rgba(56, 189, 248, 0.5);
}
.industry-lead-points--rose li::before { background: #f472b6; box-shadow: 0 0 6px rgba(244, 114, 182, 0.55); }
.industry-lead-points--violet li::before { background: #a78bfa; box-shadow: 0 0 6px rgba(167, 139, 250, 0.55); }

body.industry-sub [id^="ind"][id$="-lead"] > div > div {
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

/* ---------- 留言框 · 提交按钮 & 行动区 ---------- */
.industry-lead-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.25rem;
}
.industry-lead-actions .wcaptcha-wrap {
  margin: 0 0 0.25rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
}
.industry-lead-actions .wcaptcha-label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}
.industry-lead-actions .wcaptcha-row {
  gap: 0.6rem;
}
.industry-lead-actions .wcaptcha-input {
  flex: 1 1 140px;
  max-width: 100%;
}

.industry-lead-submit {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  height: 52px;
  padding: 0 1.5rem;
  border: 0;
  border-radius: 14px;
  font-size: 14.5px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 52%, #4f46e5 100%);
  box-shadow:
    0 14px 28px rgba(14, 165, 233, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 -1px 0 rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.industry-lead-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0) 45%);
  pointer-events: none;
}
.industry-lead-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.35) 48%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}
.industry-lead-submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow:
    0 18px 34px rgba(14, 165, 233, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(15, 23, 42, 0.2);
}
.industry-lead-submit:hover::after { transform: translateX(120%); }
.industry-lead-submit:active { transform: translateY(0); filter: brightness(0.98); }
.industry-lead-submit:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px #ffffff,
    0 0 0 6px rgba(37, 99, 235, 0.5),
    0 14px 28px rgba(14, 165, 233, 0.28);
}

.industry-lead-submit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.32);
  transition: transform 0.25s ease, background 0.25s ease;
}
.industry-lead-submit:hover .industry-lead-submit-icon {
  transform: translateX(3px);
  background: rgba(255, 255, 255, 0.28);
}

/* —— 行业配色变体 —— */
.industry-lead-submit--sky {
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 52%, #4f46e5 100%);
  box-shadow: 0 14px 28px rgba(14, 165, 233, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(15,23,42,0.18);
}
.industry-lead-submit--sky:hover {
  box-shadow: 0 18px 34px rgba(14, 165, 233, 0.36),
    inset 0 1px 0 rgba(255,255,255,0.28), inset 0 -1px 0 rgba(15,23,42,0.2);
}
.industry-lead-submit--rose {
  background: linear-gradient(135deg, #f472b6 0%, #e11d48 55%, #be185d 100%);
  box-shadow: 0 14px 28px rgba(225, 29, 72, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(76, 5, 25, 0.18);
}
.industry-lead-submit--rose:hover {
  box-shadow: 0 18px 34px rgba(225, 29, 72, 0.36),
    inset 0 1px 0 rgba(255,255,255,0.28), inset 0 -1px 0 rgba(76, 5, 25, 0.22);
}
.industry-lead-submit--violet {
  background: linear-gradient(135deg, #a78bfa 0%, #6366f1 52%, #4f46e5 100%);
  box-shadow: 0 14px 28px rgba(99, 102, 241, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -1px 0 rgba(30, 27, 75, 0.2);
}
.industry-lead-submit--violet:hover {
  box-shadow: 0 18px 34px rgba(99, 102, 241, 0.36),
    inset 0 1px 0 rgba(255,255,255,0.28), inset 0 -1px 0 rgba(30, 27, 75, 0.22);
}

.industry-lead-legal {
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.55;
}

@media (min-width: 640px) {
  .industry-lead-submit { height: 56px; font-size: 15px; }
}

/* ══════════════════════ INDUSTRY · Why Full-Stack (Compare Cards) ══════════════════════ */
.industry-compare-card {
  position: relative;
  padding: 1.6rem 1.5rem 1.4rem;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px -16px rgba(15, 23, 42, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.industry-compare-card:hover {
  transform: translateY(-3px);
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 14px 32px -18px rgba(59, 130, 246, 0.35);
}
.industry-compare-badge {
  position: absolute; top: 1.1rem; right: 1.2rem;
  font-size: 11px; font-weight: 900;
  color: rgba(59, 130, 246, 0.65);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.15em;
}
.industry-compare-card > h3 {
  font-size: 17px; font-weight: 900; color: #0f172a;
  margin: 0 0 1rem; padding-right: 2.2rem;
  letter-spacing: -0.01em;
}
.industry-compare-row {
  display: grid; grid-template-columns: 1fr; gap: 0.65rem;
}
@media (min-width: 560px) {
  .industry-compare-row { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
}
.industry-compare-col {
  padding: 0.85rem 0.9rem 0.9rem;
  border-radius: 14px;
  font-size: 13px; line-height: 1.6;
}
.industry-compare-col p { margin: 0; }
.industry-compare-label {
  font-size: 10.5px; font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.4rem !important;
}
.industry-compare-col--bad {
  background: rgba(244, 114, 182, 0.06);
  border: 1px dashed rgba(244, 114, 182, 0.38);
  color: #64748b;
}
.industry-compare-col--bad .industry-compare-label { color: #be185d; }
.industry-compare-col--good {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.07), rgba(99, 102, 241, 0.07));
  border: 1px solid rgba(59, 130, 246, 0.28);
  color: #334155;
}
.industry-compare-col--good .industry-compare-label { color: #2563eb; }

/* ══════════════════════ INDUSTRY · Delivery Flow (4 steps) ══════════════════════ */
.industry-flow {
  list-style: none;
  padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr; gap: 1rem;
  counter-reset: indflow;
}
@media (min-width: 720px) {
  .industry-flow { grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
}
@media (min-width: 1100px) {
  .industry-flow { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
}
.industry-flow-step {
  position: relative;
  padding: 1.5rem 1.35rem 1.4rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 6px 20px -14px rgba(15, 23, 42, 0.2);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}
.industry-flow-step::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #38bdf8, #6366f1);
  opacity: 0.8;
}
.industry-flow-step:hover {
  transform: translateY(-3px);
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 0 12px 30px -16px rgba(99, 102, 241, 0.3);
}
.industry-flow-num {
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px; font-weight: 900;
  color: #2563eb;
  letter-spacing: 0.12em;
  margin-bottom: 0.55rem;
}
.industry-flow-step > h3 {
  font-size: 16px; font-weight: 900; color: #0f172a;
  margin: 0 0 0.55rem;
  letter-spacing: -0.01em;
}
.industry-flow-step > p {
  font-size: 13px; line-height: 1.65;
  color: #64748b;
  margin: 0 0 0.85rem;
}
.industry-flow-out {
  font-size: 11.5px; font-weight: 700;
  color: #1e40af;
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.2);
  padding: 0.4rem 0.65rem;
  border-radius: 10px;
  letter-spacing: 0.02em;
}

/* ══════════════════════ INDUSTRY · FAQ ══════════════════════ */
.industry-faq-item {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.industry-faq-item[open] {
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 10px 28px -20px rgba(59, 130, 246, 0.4);
}
.industry-faq-item > summary {
  list-style: none;
  cursor: pointer;
  padding: 1.05rem 3rem 1.05rem 1.25rem;
  font-size: 15px; font-weight: 800;
  color: #0f172a;
  line-height: 1.55;
  position: relative;
  border-radius: 16px;
}
.industry-faq-item > summary::-webkit-details-marker { display: none; }
.industry-faq-item > summary::after {
  content: "+";
  position: absolute; top: 50%; right: 1.1rem;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.12);
  color: #2563eb;
  font-size: 18px; font-weight: 800; line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}
.industry-faq-item[open] > summary::after {
  content: "–";
  background: rgba(59, 130, 246, 0.22);
  transform: translateY(-50%) rotate(180deg);
}
.industry-faq-item > p {
  padding: 0 1.25rem 1.15rem;
  margin: -0.15rem 0 0;
  font-size: 13.5px; line-height: 1.75;
  color: #475569;
}

/* ══════════════════════ INDUSTRY · Final CTA ══════════════════════ */
.industry-final-cta {
  position: relative;
  border-radius: 28px;
  padding: 2.2rem 1.8rem;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(56, 189, 248, 0.28) 0%, transparent 55%),
    radial-gradient(120% 140% at 100% 100%, rgba(167, 139, 250, 0.3) 0%, transparent 55%),
    linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #312e81 100%);
  color: #ffffff;
  overflow: hidden;
  display: flex; flex-direction: column; gap: 1.6rem;
  box-shadow: 0 24px 60px -30px rgba(30, 41, 59, 0.5);
}
.industry-final-cta::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.06) 0, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0, transparent 40%);
  pointer-events: none;
}
@media (min-width: 820px) {
  .industry-final-cta {
    flex-direction: row;
    align-items: center;
    padding: 2.6rem 2.6rem;
    gap: 2.4rem;
  }
  .industry-final-cta-body { flex: 1; }
}
.industry-final-cta-body { position: relative; z-index: 1; }
.industry-final-cta-actions {
  position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; gap: 0.75rem;
  align-items: center;
}
.industry-final-cta-primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  color: #ffffff;
  font-size: 14px; font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 28px -10px rgba(56, 189, 248, 0.5);
  transition: transform 0.2s ease, filter 0.2s ease;
  text-decoration: none;
}
.industry-final-cta-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}
.industry-final-cta-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e2e8f0;
  font-size: 13.5px; font-weight: 800;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, color 0.2s ease;
  text-decoration: none;
}
.industry-final-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

body.industry-sub #geo-lead-section { scroll-margin-top: 5.5rem; }
body.industry-sub [id^="ind"][id$="-lead"] { scroll-margin-top: 5.5rem; }
body.industry-hub [id^="industry-"] { scroll-margin-top: 5.5rem; }

@media (prefers-reduced-motion: no-preference) {
  html:has(body.industry-hub),
  html:has(body.industry-sub) {
    scroll-behavior: smooth;
  }
}

@media (max-width: 767px) {
  .industry-quadrant-wrap { padding: 1rem; }
  .industry-quadrant-cell { min-height: 100px; padding: 0.9rem 0.8rem 0.85rem; }
  .industry-recipe-table { min-width: 720px; }
}

/* =========================================================
 * SEO 优化页：中式阅读节奏 · Eyebrow + Baidu + Keyword Matrix
 * ========================================================= */

/* Hero chip（深色 hero 内使用） */
.seo-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #e0f2fe;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.seo-hero-chip-en {
  color: rgba(148, 163, 184, 0.7);
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-left: 0.15rem;
}

/* Section eyebrow：中文主 + 英文装饰 */
.seo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.9rem 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  border: 1px solid transparent;
  background: #f1f5f9;
  color: #334155;
  transition: background 0.2s ease;
}
.seo-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #94a3b8;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.14);
  flex-shrink: 0;
}
.seo-eyebrow-en {
  color: #94a3b8;
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-left: 0.1rem;
}

.seo-eyebrow--blue {
  background: #eff6ff;
  border-color: rgba(59, 130, 246, 0.22);
  color: #1d4ed8;
}
.seo-eyebrow--blue .seo-eyebrow-dot { background: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18); }
.seo-eyebrow--blue .seo-eyebrow-en { color: #93c5fd; }

.seo-eyebrow--cyan {
  background: #ecfeff;
  border-color: rgba(34, 211, 238, 0.3);
  color: #0e7490;
}
.seo-eyebrow--cyan .seo-eyebrow-dot { background: #0891b2; box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.18); }
.seo-eyebrow--cyan .seo-eyebrow-en { color: #67e8f9; }

.seo-eyebrow--red {
  background: #fef2f2;
  border-color: rgba(239, 68, 68, 0.22);
  color: #b91c1c;
}
.seo-eyebrow--red .seo-eyebrow-dot { background: #dc2626; box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.16); }
.seo-eyebrow--red .seo-eyebrow-en { color: #fca5a5; }

.seo-eyebrow--violet {
  background: #f5f3ff;
  border-color: rgba(139, 92, 246, 0.24);
  color: #6d28d9;
}
.seo-eyebrow--violet .seo-eyebrow-dot { background: #7c3aed; box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.16); }
.seo-eyebrow--violet .seo-eyebrow-en { color: #c4b5fd; }

.seo-eyebrow--emerald {
  background: #ecfdf5;
  border-color: rgba(16, 185, 129, 0.24);
  color: #047857;
}
.seo-eyebrow--emerald .seo-eyebrow-dot { background: #10b981; box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.16); }
.seo-eyebrow--emerald .seo-eyebrow-en { color: #6ee7b7; }

.seo-eyebrow--amber {
  background: #fffbeb;
  border-color: rgba(251, 191, 36, 0.3);
  color: #b45309;
}
.seo-eyebrow--amber .seo-eyebrow-dot { background: #f59e0b; box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18); }
.seo-eyebrow--amber .seo-eyebrow-en { color: #fcd34d; }

.seo-eyebrow--slate {
  background: #f1f5f9;
  border-color: rgba(100, 116, 139, 0.24);
  color: #334155;
}
.seo-eyebrow--slate .seo-eyebrow-dot { background: #475569; box-shadow: 0 0 0 3px rgba(71, 85, 105, 0.14); }
.seo-eyebrow--slate .seo-eyebrow-en { color: #94a3b8; }

/* 卡片里小型 chip */
.seo-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.seo-chip--blue { color: #1d4ed8; background: #eff6ff; border-color: rgba(59, 130, 246, 0.22); }
.seo-chip--cyan { color: #0e7490; background: #ecfeff; border-color: rgba(8, 145, 178, 0.22); }
.seo-chip--violet { color: #6d28d9; background: #f5f3ff; border-color: rgba(139, 92, 246, 0.22); }
.seo-chip--amber { color: #b45309; background: #fffbeb; border-color: rgba(251, 191, 36, 0.28); }
.seo-chip--emerald { color: #047857; background: #ecfdf5; border-color: rgba(16, 185, 129, 0.22); }

/* Trust strip 细化 */
.seo-trust-strip p { margin: 0; }

/* 关键词矩阵卡片 */
.seo-kw-card {
  position: relative;
  padding: 1.6rem 1.4rem 1.5rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.seo-kw-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb 0%, #22d3ee 100%);
  opacity: 0.9;
}
.seo-kw-card--t1::before { background: linear-gradient(90deg, #2563eb, #0ea5e9); }
.seo-kw-card--t2::before { background: linear-gradient(90deg, #7c3aed, #6366f1); }
.seo-kw-card--t3::before { background: linear-gradient(90deg, #10b981, #06b6d4); }
.seo-kw-card--t4::before { background: linear-gradient(90deg, #f59e0b, #fb7185); }
.seo-kw-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
  border-color: rgba(15, 23, 42, 0.12);
}

.seo-kw-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}
.seo-kw-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #1d4ed8;
  background: #eff6ff;
  border: 1px solid rgba(59, 130, 246, 0.22);
}
.seo-kw-card--t2 .seo-kw-tag { color: #6d28d9; background: #f5f3ff; border-color: rgba(139, 92, 246, 0.24); }
.seo-kw-card--t3 .seo-kw-tag { color: #047857; background: #ecfdf5; border-color: rgba(16, 185, 129, 0.22); }
.seo-kw-card--t4 .seo-kw-tag { color: #b45309; background: #fffbeb; border-color: rgba(251, 191, 36, 0.28); }

.seo-kw-idx {
  font-size: 12.5px;
  font-weight: 900;
  color: #cbd5e1;
  letter-spacing: 0.06em;
}
.seo-kw-title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.4;
}
.seo-kw-desc {
  margin: 0 0 0.9rem;
  font-size: 13px;
  color: #475569;
  line-height: 1.65;
}
.seo-kw-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.42rem;
}
.seo-kw-list li {
  position: relative;
  padding-left: 0.85rem;
  font-size: 12.5px;
  color: #64748b;
}
.seo-kw-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #94a3b8;
}
.seo-kw-card--t1 .seo-kw-list li::before { background: #2563eb; }
.seo-kw-card--t2 .seo-kw-list li::before { background: #7c3aed; }
.seo-kw-card--t3 .seo-kw-list li::before { background: #10b981; }
.seo-kw-card--t4 .seo-kw-list li::before { background: #f59e0b; }

.seo-kw-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 860px;
  margin: 2.5rem auto 0;
  padding: 0.95rem 1.1rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px dashed rgba(148, 163, 184, 0.5);
  color: #475569;
  font-size: 13px;
  line-height: 1.7;
}
.seo-kw-note-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
}
.seo-kw-note p { margin: 0; }

/* 百度生态卡片 */
.seo-baidu-card {
  position: relative;
  padding: 1.5rem 1.4rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.seo-baidu-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.07);
  border-color: rgba(15, 23, 42, 0.12);
}
.seo-baidu-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.seo-baidu-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.55rem;
  height: 1.75rem;
  padding: 0 0.6rem;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #2563eb;
}
.seo-baidu-badge--baike { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); }
.seo-baidu-badge--zhidao { background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%); }
.seo-baidu-badge--jingyan { background: linear-gradient(135deg, #10b981 0%, #047857 100%); }
.seo-baidu-badge--wenku { background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); }
.seo-baidu-badge--baijia { background: linear-gradient(135deg, #f59e0b 0%, #b45309 100%); }
.seo-baidu-badge--tieba { background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%); }

.seo-baidu-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.45;
  flex: 1;
}
.seo-baidu-desc {
  margin: 0;
  font-size: 13px;
  color: #475569;
  line-height: 1.7;
}
.seo-baidu-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.seo-baidu-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

/* 品牌稿件 Tier */
.seo-media-tier {
  position: relative;
  padding: 1.3rem 1.4rem 1.35rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.seo-media-tier:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}
.seo-media-tier-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
}
.seo-media-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
}
.seo-media-tag--gold { color: #b45309; background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%); border-color: rgba(251, 191, 36, 0.4); }
.seo-media-tag--blue { color: #1d4ed8; background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%); border-color: rgba(59, 130, 246, 0.3); }
.seo-media-tag--cyan { color: #0e7490; background: linear-gradient(180deg, #ecfeff 0%, #cffafe 100%); border-color: rgba(34, 211, 238, 0.3); }
.seo-media-tag--emerald { color: #047857; background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%); border-color: rgba(16, 185, 129, 0.32); }

.seo-media-tier-role {
  font-size: 11.5px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.04em;
}
.seo-media-list {
  margin: 0 0 0.4rem;
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
}
.seo-media-desc {
  margin: 0;
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.7;
}

/* 6 步法卡片 */
.seo-step-card {
  padding: 1.7rem 1.6rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}
.seo-step-title {
  margin: 0 0 0.3rem;
  font-size: 1.15rem;
  font-weight: 900;
  color: #0f172a;
}
.seo-step-sub {
  margin: 0 0 1.15rem;
  font-size: 13px;
  color: #64748b;
}
.seo-step-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
  font-size: 13px;
  color: #334155;
  line-height: 1.65;
}
.seo-step-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.seo-step-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #0f172a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.seo-step-list li b { color: #0f172a; }

/* FAQ 手风琴 */
.seo-faq {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  padding: 1.1rem 1.3rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.seo-faq[open] {
  border-color: rgba(59, 130, 246, 0.28);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}
.seo-faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
}
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq-icon {
  flex-shrink: 0;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #f1f5f9;
  transition: background 0.2s ease, transform 0.2s ease;
}
.seo-faq-icon::before,
.seo-faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #475569;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}
.seo-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.seo-faq[open] .seo-faq-icon {
  background: #dbeafe;
}
.seo-faq[open] .seo-faq-icon::before {
  background: #1d4ed8;
}
.seo-faq[open] .seo-faq-icon::after {
  transform: translate(-50%, -50%) rotate(0);
  background: #1d4ed8;
}
.seo-faq p {
  margin: 0.95rem 0 0;
  font-size: 13.5px;
  color: #475569;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .seo-kw-note { flex-direction: row; align-items: flex-start; }
  .seo-baidu-head { gap: 0.55rem; }
  .seo-media-tier-head { flex-direction: column; align-items: flex-start; gap: 0.35rem; }
}

/* ========== Shared eyebrow / kw-card 变体（社交种草页新增） ========== */

.seo-eyebrow--rose {
  background: #fff1f2;
  border-color: rgba(244, 63, 94, 0.26);
  color: #be123c;
}
.seo-eyebrow--rose .seo-eyebrow-dot { background: #e11d48; box-shadow: 0 0 0 3px rgba(244, 63, 94, 0.18); }
.seo-eyebrow--rose .seo-eyebrow-en { color: #fda4af; }

.seo-hero-chip--rose {
  background: rgba(244, 63, 94, 0.14);
  border-color: rgba(244, 63, 94, 0.3);
  color: #fecdd3;
}

.gradient-text-rose {
  background: linear-gradient(90deg, #fb7185 0%, #f472b6 40%, #ec4899 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* 复用 seo-kw-card：新增 rose 色条与 tag 变体 */
.seo-kw-card--rose::before { background: linear-gradient(90deg, #f43f5e, #fb7185); }
.seo-kw-card--rose .seo-kw-list li::before { background: #f43f5e; }

.seo-kw-tag--rose { color: #be123c; background: #fff1f2; border-color: rgba(244, 63, 94, 0.24); }
.seo-kw-tag--violet { color: #6d28d9; background: #f5f3ff; border-color: rgba(139, 92, 246, 0.24); }
.seo-kw-tag--emerald { color: #047857; background: #ecfdf5; border-color: rgba(16, 185, 129, 0.22); }
.seo-kw-tag--amber { color: #b45309; background: #fffbeb; border-color: rgba(251, 191, 36, 0.28); }

/* =========================================================
 * 社交种草页（小红书为主）
 * ========================================================= */

/* ---- Platform Cards ---- */
.social-platform-card {
  position: relative;
  padding: 1.6rem 1.5rem;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.social-platform-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}
.social-platform-card--primary {
  background: linear-gradient(180deg, #fff 0%, #fff1f2 100%);
  border-color: rgba(244, 63, 94, 0.28);
}
.social-platform-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}
.social-platform-logo {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0;
  flex-shrink: 0;
}
.social-platform-logo--xhs { background: linear-gradient(135deg, #ff2e4d 0%, #f43f5e 100%); box-shadow: 0 8px 18px rgba(244, 63, 94, 0.28); }
.social-platform-logo--dy { background: linear-gradient(135deg, #0f172a 0%, #334155 100%); }
.social-platform-logo--zh { background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%); }

.social-platform-role {
  margin: 0;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #94a3b8;
  text-transform: uppercase;
}
.social-platform-name {
  margin: 0.1rem 0 0;
  font-size: 1.15rem;
  font-weight: 900;
  color: #0f172a;
}
.social-platform-share {
  margin-left: auto;
  font-size: 12.5px;
  font-weight: 900;
  color: #f43f5e;
  background: #fff1f2;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 63, 94, 0.22);
}
.social-platform-card:not(.social-platform-card--primary) .social-platform-share {
  color: #334155;
  background: #f1f5f9;
  border-color: rgba(148, 163, 184, 0.28);
}
.social-platform-desc {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.7;
  margin: 0 0 0.9rem;
}
.social-platform-goals {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.4rem;
}
.social-platform-goals li {
  position: relative;
  padding-left: 1rem;
  font-size: 12.5px;
  color: #64748b;
}
.social-platform-goals li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f43f5e;
  font-weight: 900;
  font-size: 12px;
}

/* ---- Note Rows (5 elements) ---- */
.social-note-row {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.social-note-row:hover {
  transform: translateX(3px);
  border-color: rgba(244, 63, 94, 0.35);
}
.social-note-step {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f43f5e 0%, #ec4899 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 16px rgba(244, 63, 94, 0.24);
}
.social-note-title {
  margin: 0 0 0.25rem;
  font-size: 14.5px;
  font-weight: 800;
  color: #0f172a;
}
.social-note-desc {
  margin: 0;
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.7;
}

.social-note-types {
  padding: 1.6rem 1.5rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fff7f9 100%);
  border: 1px solid rgba(244, 63, 94, 0.2);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}
.social-note-type-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.85rem;
}
.social-note-type-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.social-note-type-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  padding: 0.28rem 0.55rem;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.social-note-type-badge--rose { background: linear-gradient(135deg, #f43f5e, #ec4899); }
.social-note-type-badge--blue { background: linear-gradient(135deg, #2563eb, #0ea5e9); }
.social-note-type-badge--emerald { background: linear-gradient(135deg, #10b981, #06b6d4); }
.social-note-type-badge--violet { background: linear-gradient(135deg, #7c3aed, #6366f1); }
.social-note-type-badge--amber { background: linear-gradient(135deg, #f59e0b, #fb7185); }
.social-note-type-title {
  margin: 0 0 0.2rem;
  font-size: 13.5px;
  font-weight: 800;
  color: #0f172a;
}
.social-note-type-desc {
  margin: 0;
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.65;
}

/* ---- Account Matrix ---- */
.social-account-group-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 1.1rem;
  margin-bottom: 1rem;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.2);
}
.social-account-group-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
}
.social-account-group-tag--rose { color: #be123c; background: #fff1f2; border-color: rgba(244, 63, 94, 0.28); }
.social-account-group-tag--violet { color: #6d28d9; background: #f5f3ff; border-color: rgba(139, 92, 246, 0.28); }
.social-account-group-sub {
  margin: 0;
  font-size: 12.5px;
  color: #64748b;
}

.social-account-card {
  position: relative;
  padding: 1.2rem 1.3rem 1.25rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.social-account-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  border-radius: 16px 0 0 16px;
  background: #cbd5e1;
}
.social-account-card:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 23, 42, 0.16);
}
.social-account-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}
.social-account-tier {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
}
.social-account-tier--t1 { color: #b45309; background: #fffbeb; border-color: rgba(251, 191, 36, 0.3); }
.social-account-tier--t2 { color: #be123c; background: #fff1f2; border-color: rgba(244, 63, 94, 0.26); }
.social-account-tier--t3 { color: #0e7490; background: #ecfeff; border-color: rgba(34, 211, 238, 0.3); }
.social-account-tier--brand { color: #1d4ed8; background: #eff6ff; border-color: rgba(59, 130, 246, 0.22); }
.social-account-tier--matrix { color: #6d28d9; background: #f5f3ff; border-color: rgba(139, 92, 246, 0.24); }
.social-account-tier--staff { color: #047857; background: #ecfdf5; border-color: rgba(16, 185, 129, 0.24); }

.social-account-card:has(.social-account-tier--t1)::before,
.social-account-card:has(.social-account-tier--t2)::before { background: linear-gradient(180deg, #f43f5e, #ec4899); }
.social-account-card:has(.social-account-tier--t3)::before { background: linear-gradient(180deg, #22d3ee, #0891b2); }
.social-account-card:has(.social-account-tier--brand)::before { background: linear-gradient(180deg, #2563eb, #0ea5e9); }
.social-account-card:has(.social-account-tier--matrix)::before { background: linear-gradient(180deg, #7c3aed, #6366f1); }
.social-account-card:has(.social-account-tier--staff)::before { background: linear-gradient(180deg, #10b981, #06b6d4); }

.social-account-scope {
  font-size: 11.5px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.02em;
}
.social-account-role {
  margin: 0 0 0.35rem;
  font-size: 13.5px;
  font-weight: 800;
  color: #0f172a;
}
.social-account-desc {
  margin: 0;
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.7;
}

/* ---- Rank Flow ---- */
.social-rank-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 3rem;
}
.social-rank-step {
  position: relative;
  padding: 1.1rem 1rem 1rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease;
}
.social-rank-step:hover { transform: translateY(-2px); }
.social-rank-num {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #f43f5e;
  background: #fff1f2;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  margin-bottom: 0.65rem;
}
.social-rank-title {
  margin: 0 0 0.35rem;
  font-size: 14.5px;
  font-weight: 800;
  color: #0f172a;
}
.social-rank-desc {
  margin: 0;
  font-size: 12px;
  color: #64748b;
  line-height: 1.65;
}

/* ---- Rank Preview (首屏模拟) ---- */
.social-rank-preview {
  padding: 1.5rem 1.6rem 1.4rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff7f9 0%, #ffffff 60%);
  border: 1px solid rgba(244, 63, 94, 0.24);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.07);
}
.social-rank-preview-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.social-rank-preview-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #be123c;
  background: #fff1f2;
  border: 1px solid rgba(244, 63, 94, 0.26);
  text-transform: uppercase;
}
.social-rank-preview-kw {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
  color: #0f172a;
}
.social-rank-preview-meta {
  margin-left: auto;
  font-size: 11.5px;
  font-weight: 700;
  color: #64748b;
}
.social-rank-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.85rem;
  display: grid;
  gap: 0.6rem;
}
.social-rank-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
}
.social-rank-item--ours {
  background: linear-gradient(180deg, #fff0f3 0%, #ffffff 100%);
  border-color: rgba(244, 63, 94, 0.28);
}
.social-rank-pos {
  font-size: 13px;
  font-weight: 900;
  color: #94a3b8;
  min-width: 2.4rem;
}
.social-rank-item--ours .social-rank-pos { color: #f43f5e; }
.social-rank-note-title {
  margin: 0 0 0.15rem;
  font-size: 13.5px;
  font-weight: 800;
  color: #0f172a;
}
.social-rank-note-meta {
  margin: 0;
  font-size: 11.5px;
  color: #64748b;
}
.social-rank-flag {
  font-size: 11px;
  font-weight: 800;
  color: #be123c;
  background: #fff1f2;
  border: 1px solid rgba(244, 63, 94, 0.26);
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
}
.social-rank-note-footnote {
  margin: 0;
  font-size: 11.5px;
  color: #94a3b8;
  text-align: right;
}

/* ---- Metrics ---- */
.social-metric {
  padding: 1.35rem 1.3rem 1.3rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.social-metric:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}
.social-metric-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}
.social-metric-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.social-metric-badge--rose { background: linear-gradient(135deg, #f43f5e, #ec4899); }
.social-metric-badge--blue { background: linear-gradient(135deg, #2563eb, #0ea5e9); }
.social-metric-badge--violet { background: linear-gradient(135deg, #7c3aed, #6366f1); }
.social-metric-badge--amber { background: linear-gradient(135deg, #f59e0b, #fb7185); }
.social-metric-badge--emerald { background: linear-gradient(135deg, #10b981, #06b6d4); }
.social-metric-badge--cyan { background: linear-gradient(135deg, #0891b2, #22d3ee); }
.social-metric-sub {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #94a3b8;
  text-transform: uppercase;
}
.social-metric-value {
  margin: 0 0 0.55rem;
  font-size: 1.55rem;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: 0.01em;
}
.social-metric-value span {
  color: #f43f5e;
}
.social-metric-desc {
  margin: 0;
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.7;
}

.social-data-footnote {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 0.95rem 1.1rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px dashed rgba(148, 163, 184, 0.5);
  color: #475569;
  font-size: 12.5px;
  line-height: 1.7;
}
.social-data-footnote-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 12px;
  font-weight: 800;
}
.social-data-footnote p { margin: 0; }

/* ---- Funnel ---- */
.social-funnel {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.35rem;
  overflow-x: auto;
  padding-bottom: 0.6rem;
}
.social-funnel-step {
  flex: 1 0 180px;
  min-width: 180px;
  padding: 1.15rem 1.15rem 1.1rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  position: relative;
  transition: transform 0.18s ease;
}
.social-funnel-step:hover { transform: translateY(-2px); }
.social-funnel-step-num {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  margin-bottom: 0.6rem;
}
.social-funnel-step--01 .social-funnel-step-num { background: #fff1f2; color: #be123c; }
.social-funnel-step--02 .social-funnel-step-num { background: #f5f3ff; color: #6d28d9; }
.social-funnel-step--03 .social-funnel-step-num { background: #eff6ff; color: #1d4ed8; }
.social-funnel-step--04 .social-funnel-step-num { background: #ecfdf5; color: #047857; }
.social-funnel-step--05 .social-funnel-step-num { background: #fffbeb; color: #b45309; }
.social-funnel-step-title {
  margin: 0 0 0.3rem;
  font-size: 14.5px;
  font-weight: 900;
  color: #0f172a;
}
.social-funnel-step-desc {
  margin: 0;
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.65;
}
.social-funnel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #cbd5e1;
  flex: 0 0 auto;
  padding: 0 0.1rem;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .social-rank-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .social-rank-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .social-rank-preview-meta { margin-left: 0; }
  .social-funnel { flex-direction: column; }
  .social-funnel-arrow { transform: rotate(90deg); padding: 0.25rem 0; }
  .social-funnel-step { min-width: 0; }
  .social-account-head { flex-wrap: wrap; }
  .social-platform-share { margin-left: 0; }
  .social-platform-head { flex-wrap: wrap; }
}

/* =========================================================
 * 品牌公关与舆情页（Brand PR / EPR）
 * 主色：teal / cyan · 次色：amber（告警）· violet / emerald
 * ========================================================= */

/* Shared eyebrow + hero chip + kw-card 的 teal 变体 */
.seo-eyebrow--teal {
  background: #ecfeff;
  border-color: rgba(14, 165, 233, 0.24);
  color: #0e7490;
}
.seo-eyebrow--teal .seo-eyebrow-dot { background: #0891b2; box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.18); }
.seo-eyebrow--teal .seo-eyebrow-en { color: #67e8f9; }

.seo-hero-chip--teal {
  background: rgba(14, 165, 233, 0.14);
  border-color: rgba(14, 165, 233, 0.3);
  color: #a5f3fc;
}

.gradient-text-teal {
  background: linear-gradient(90deg, #22d3ee 0%, #06b6d4 50%, #0891b2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.seo-kw-card--teal::before { background: linear-gradient(90deg, #0891b2, #22d3ee); }
.seo-kw-card--teal .seo-kw-list li::before { background: #0891b2; }
.seo-kw-tag--teal { color: #0e7490; background: #ecfeff; border-color: rgba(14, 165, 233, 0.28); }
.seo-kw-card--emerald::before { background: linear-gradient(90deg, #10b981, #22c55e); }
.seo-kw-card--emerald .seo-kw-list li::before { background: #10b981; }
.seo-kw-card--amber::before { background: linear-gradient(90deg, #f59e0b, #fb7185); }
.seo-kw-card--amber .seo-kw-list li::before { background: #f59e0b; }
.seo-kw-card--violet::before { background: linear-gradient(90deg, #7c3aed, #6366f1); }
.seo-kw-card--violet .seo-kw-list li::before { background: #7c3aed; }

/* ---- Compliance callout ---- */
.pr-compliance {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.35rem 1.5rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #f0fdfa 0%, #ecfeff 55%, #eef2ff 100%);
  border: 1px solid rgba(14, 165, 233, 0.22);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.pr-compliance-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid rgba(14, 165, 233, 0.3);
  box-shadow: 0 6px 14px rgba(14, 165, 233, 0.14);
}
.pr-compliance-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.22);
}
.pr-compliance-body { min-width: 0; }
.pr-compliance-lead {
  margin: 0 0 0.35rem;
  font-size: 16px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.45;
}
.pr-compliance-desc {
  margin: 0;
  font-size: 13.5px;
  color: #475569;
  line-height: 1.75;
}

/* ---- Monitor cards ---- */
.pr-monitor-card {
  padding: 1.4rem 1.4rem 1.35rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.pr-monitor-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}
.pr-monitor-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}
.pr-monitor-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.pr-monitor-badge--data { background: linear-gradient(135deg, #0891b2, #22d3ee); }
.pr-monitor-badge--ai { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.pr-monitor-badge--alert { background: linear-gradient(135deg, #f59e0b, #ef4444); }
.pr-monitor-title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.45;
  flex: 1;
}
.pr-monitor-desc {
  margin: 0 0 0.8rem;
  font-size: 13px;
  color: #475569;
  line-height: 1.7;
}
.pr-monitor-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.pr-monitor-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #0e7490;
  background: #ecfeff;
  border: 1px solid rgba(14, 165, 233, 0.24);
}

/* ---- Level table ---- */
.pr-level-table {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}
.pr-level-row {
  display: grid;
  grid-template-columns: 140px 1.5fr 1fr 1fr;
  align-items: center;
  gap: 0;
  padding: 0.9rem 1.2rem;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  font-size: 13.5px;
  color: #334155;
  line-height: 1.6;
}
.pr-level-row:first-child { border-top: 0; }
.pr-level-row--header {
  background: #0f172a;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-size: 13px;
}
.pr-level-row--l1 { background: #f8fafc; }
.pr-level-row--l2 { background: #fffbeb; }
.pr-level-row--l3 { background: #fff7ed; }
.pr-level-row--l4 { background: #fef2f2; }
.pr-level-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
}
.pr-level-badge--l1 { color: #334155; background: #e2e8f0; border-color: rgba(100, 116, 139, 0.28); }
.pr-level-badge--l2 { color: #b45309; background: #fef3c7; border-color: rgba(251, 191, 36, 0.4); }
.pr-level-badge--l3 { color: #c2410c; background: #fed7aa; border-color: rgba(249, 115, 22, 0.4); }
.pr-level-badge--l4 { color: #b91c1c; background: #fecaca; border-color: rgba(239, 68, 68, 0.4); }

/* ---- Build cards (正面声誉建设) ---- */
.pr-build-card {
  position: relative;
  padding: 1.6rem 1.5rem 1.5rem;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.pr-build-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.08);
}
.pr-build-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}
.pr-build-step {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
  box-shadow: 0 8px 18px rgba(6, 182, 212, 0.24);
}
.pr-build-role {
  margin: 0 0 0.1rem;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #94a3b8;
  text-transform: uppercase;
}
.pr-build-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
  color: #0f172a;
}
.pr-build-desc {
  margin: 0 0 0.9rem;
  font-size: 13.5px;
  color: #475569;
  line-height: 1.75;
}
.pr-build-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
  font-size: 13px;
  color: #334155;
  line-height: 1.65;
}
.pr-build-list li {
  position: relative;
  padding-left: 1rem;
}
.pr-build-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #10b981;
  font-weight: 900;
  font-size: 12px;
}
.pr-build-list li b {
  color: #0f172a;
  margin-right: 0.3rem;
}

/* ---- SERP preview ---- */
.pr-serp-preview {
  padding: 1.5rem 1.6rem 1.4rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 65%);
  border: 1px solid rgba(14, 165, 233, 0.24);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.07);
}
.pr-serp-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.pr-serp-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #0e7490;
  background: #ecfeff;
  border: 1px solid rgba(14, 165, 233, 0.28);
  text-transform: uppercase;
}
.pr-serp-kw {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
  color: #0f172a;
}
.pr-serp-meta {
  margin-left: auto;
  font-size: 11.5px;
  font-weight: 700;
  color: #0e7490;
  background: #ecfeff;
  border: 1px solid rgba(14, 165, 233, 0.28);
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
}
.pr-serp-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.85rem;
  display: grid;
  gap: 0.55rem;
}
.pr-serp-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
}
.pr-serp-item--ours {
  background: linear-gradient(180deg, #ecfeff 0%, #ffffff 100%);
  border-color: rgba(14, 165, 233, 0.28);
}
.pr-serp-pos {
  font-size: 13px;
  font-weight: 900;
  color: #94a3b8;
  min-width: 2.4rem;
}
.pr-serp-item--ours .pr-serp-pos { color: #0891b2; }
.pr-serp-body { min-width: 0; }
.pr-serp-title {
  margin: 0 0 0.15rem;
  font-size: 13.5px;
  font-weight: 800;
  color: #0f172a;
}
.pr-serp-meta2 {
  margin: 0;
  font-size: 11.5px;
  color: #64748b;
}
.pr-serp-flag {
  font-size: 11px;
  font-weight: 800;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  border: 1px solid transparent;
}
.pr-serp-flag--own { color: #1d4ed8; background: #eff6ff; border-color: rgba(59, 130, 246, 0.24); }
.pr-serp-flag--trust { color: #047857; background: #ecfdf5; border-color: rgba(16, 185, 129, 0.24); }
.pr-serp-flag--ugc { color: #6d28d9; background: #f5f3ff; border-color: rgba(139, 92, 246, 0.24); }
.pr-serp-footnote {
  margin: 0;
  font-size: 11.5px;
  color: #94a3b8;
  text-align: right;
}

/* ---- Crisis timeline ---- */
.pr-crisis-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1.5rem;
}
.pr-crisis-line {
  position: absolute;
  top: 1.8rem;
  left: 5%;
  right: 5%;
  height: 2px;
  background: linear-gradient(90deg, #06b6d4 0%, #f59e0b 40%, #ef4444 70%, #6366f1 100%);
  border-radius: 999px;
  opacity: 0.5;
  pointer-events: none;
}
.pr-crisis-step {
  position: relative;
  padding: 2rem 1rem 1rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  text-align: center;
  transition: transform 0.18s ease;
}
.pr-crisis-step:hover { transform: translateY(-2px); }
.pr-crisis-dot {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ffffff;
  border: 3px solid #0891b2;
  box-shadow: 0 4px 10px rgba(8, 145, 178, 0.25);
}
.pr-crisis-step:nth-child(3) .pr-crisis-dot { border-color: #f59e0b; box-shadow: 0 4px 10px rgba(245, 158, 11, 0.28); }
.pr-crisis-step:nth-child(4) .pr-crisis-dot { border-color: #ef4444; box-shadow: 0 4px 10px rgba(239, 68, 68, 0.28); }
.pr-crisis-step:nth-child(5) .pr-crisis-dot { border-color: #6366f1; box-shadow: 0 4px 10px rgba(99, 102, 241, 0.28); }
.pr-crisis-step:nth-child(6) .pr-crisis-dot { border-color: #10b981; box-shadow: 0 4px 10px rgba(16, 185, 129, 0.28); }
.pr-crisis-step:last-child .pr-crisis-dot { border-color: #64748b; box-shadow: 0 4px 10px rgba(100, 116, 139, 0.28); }

.pr-crisis-time {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #0891b2;
  background: #ecfeff;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}
.pr-crisis-step:nth-child(3) .pr-crisis-time { color: #b45309; background: #fef3c7; }
.pr-crisis-step:nth-child(4) .pr-crisis-time { color: #b91c1c; background: #fecaca; }
.pr-crisis-step:nth-child(5) .pr-crisis-time { color: #4338ca; background: #e0e7ff; }
.pr-crisis-step:nth-child(6) .pr-crisis-time { color: #047857; background: #d1fae5; }
.pr-crisis-step:last-child .pr-crisis-time { color: #334155; background: #e2e8f0; }

.pr-crisis-title {
  margin: 0 0 0.35rem;
  font-size: 14px;
  font-weight: 900;
  color: #0f172a;
}
.pr-crisis-desc {
  margin: 0;
  font-size: 12px;
  color: #64748b;
  line-height: 1.65;
}

/* ---- Asset cards ---- */
.pr-asset-card {
  padding: 1.6rem 1.5rem 1.5rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.pr-asset-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.08);
}
.pr-asset-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}
.pr-asset-icon svg { width: 26px; height: 26px; }
.pr-asset-icon--violet { background: linear-gradient(135deg, #7c3aed 0%, #6366f1 100%); }
.pr-asset-icon--cyan { background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%); }
.pr-asset-icon--emerald { background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%); }

.pr-asset-title {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
  font-weight: 900;
  color: #0f172a;
}
.pr-asset-desc {
  margin: 0 0 1rem;
  font-size: 13.5px;
  color: #475569;
  line-height: 1.75;
}
.pr-asset-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
  font-size: 12.5px;
  color: #475569;
}
.pr-asset-list li {
  position: relative;
  padding-left: 0.95rem;
}
.pr-asset-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #94a3b8;
}

/* ---- Scene cards ---- */
.pr-scene-card {
  padding: 1.6rem 1.5rem 1.5rem;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  position: relative;
  overflow: hidden;
}
.pr-scene-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0891b2, #22d3ee);
}
.pr-scene-card--launch::before { background: linear-gradient(90deg, #0891b2, #22d3ee); }
.pr-scene-card--crisis::before { background: linear-gradient(90deg, #f59e0b, #ef4444); }
.pr-scene-card--longterm::before { background: linear-gradient(90deg, #7c3aed, #6366f1); }

.pr-scene-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.09);
}
.pr-scene-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid rgba(148, 163, 184, 0.28);
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}
.pr-scene-card--launch .pr-scene-badge { color: #0e7490; background: #ecfeff; border-color: rgba(14, 165, 233, 0.28); }
.pr-scene-card--crisis .pr-scene-badge { color: #b91c1c; background: #fef2f2; border-color: rgba(239, 68, 68, 0.28); }
.pr-scene-card--longterm .pr-scene-badge { color: #6d28d9; background: #f5f3ff; border-color: rgba(139, 92, 246, 0.28); }

.pr-scene-title {
  margin: 0 0 0.55rem;
  font-size: 1.2rem;
  font-weight: 900;
  color: #0f172a;
}
.pr-scene-desc {
  margin: 0 0 0.95rem;
  font-size: 13.5px;
  color: #475569;
  line-height: 1.75;
}
.pr-scene-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
  font-size: 12.5px;
  color: #475569;
}
.pr-scene-list li {
  position: relative;
  padding-left: 1rem;
}
.pr-scene-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: #0891b2;
  font-weight: 900;
  font-size: 12px;
}
.pr-scene-card--crisis .pr-scene-list li::before { color: #ef4444; }
.pr-scene-card--longterm .pr-scene-list li::before { color: #7c3aed; }

/* responsive */
@media (max-width: 1023px) {
  .pr-crisis-timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pr-crisis-line { display: none; }
  .pr-level-row { grid-template-columns: 120px 1.3fr 1fr 1fr; font-size: 12.5px; }
}
@media (max-width: 767px) {
  .pr-crisis-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pr-level-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding: 0.85rem 1rem;
  }
  .pr-level-row--header { display: none; }
  .pr-level-row > div:nth-child(1) { font-weight: 900; }
  .pr-compliance { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .pr-serp-meta { margin-left: 0; }
  .pr-build-head { flex-wrap: wrap; }
}

/* ══════════════════════ HOME REVAMP · Anchor Nav ══════════════════════ */
.wc-anchor-nav {
  position: sticky;
  top: 72px;
  z-index: 40;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  padding: 10px 0;
}
.wc-anchor-track {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.wc-anchor-track::-webkit-scrollbar { display: none; }
.wc-anchor-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: all .25s ease;
}
.wc-anchor-chip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 11px;
  font-weight: 800;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}
.wc-anchor-chip:hover {
  border-color: rgba(41, 97, 244, 0.3);
  color: #1d4ed8;
  transform: translateY(-1px);
}
.wc-anchor-chip.is-active {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}
.wc-anchor-chip.is-active span {
  background: rgba(255,255,255,0.22);
  color: #fff;
}
.wc-anchor-chip--cta {
  background: linear-gradient(90deg, #FEA242, #F97316);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(249, 115, 22, 0.25);
}
.wc-anchor-chip--cta:hover {
  color: #fff;
  box-shadow: 0 8px 22px rgba(249, 115, 22, 0.35);
}
.wc-anchor-sep {
  width: 1px;
  height: 18px;
  background: rgba(15, 23, 42, 0.12);
  flex-shrink: 0;
  margin: 0 4px;
}

/* ══════════════════════ HOME REVAMP · Service Chip Cards ══════════════════════ */
.wc-svc-chip {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 26px 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.08);
  overflow: hidden;
  transition: all .4s ease;
}
.wc-svc-chip::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(135deg, var(--wc-chip-grad-a, #2961f4), var(--wc-chip-grad-b, #60a5fa));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity .4s ease;
}
.wc-svc-chip:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px var(--wc-chip-shadow, rgba(41,97,244,0.14));
}
.wc-svc-chip:hover::before { opacity: 1; }
.wc-svc-chip-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 28px;
  font-weight: 900;
  color: var(--wc-chip-accent, #2961f4);
  line-height: 1;
  letter-spacing: -0.02em;
}
.wc-svc-chip-body { flex: 1; }
.wc-svc-chip-sub {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--wc-chip-accent, #2961f4);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.wc-svc-chip-title {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}
.wc-svc-chip-claim {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 12px;
}
.wc-svc-chip-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.wc-svc-chip-tags span {
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--wc-chip-tag-bg, #eff6ff);
  color: var(--wc-chip-accent, #2961f4);
  font-size: 11px;
  font-weight: 600;
}
.wc-svc-chip-kpi {
  font-size: 12px;
  color: #64748b;
}
.wc-svc-chip-kpi strong {
  color: var(--wc-chip-accent, #2961f4);
  font-weight: 800;
  font-size: 14px;
}
.wc-svc-chip--blue   { --wc-chip-accent:#2961f4; --wc-chip-tag-bg:#eff6ff; --wc-chip-shadow:rgba(41,97,244,0.14); --wc-chip-grad-a:#2961f4; --wc-chip-grad-b:#60a5fa; }
.wc-svc-chip--violet { --wc-chip-accent:#7c3aed; --wc-chip-tag-bg:#f3e8ff; --wc-chip-shadow:rgba(124,58,237,0.16); --wc-chip-grad-a:#7c3aed; --wc-chip-grad-b:#c084fc; }
.wc-svc-chip--rose   { --wc-chip-accent:#e11d48; --wc-chip-tag-bg:#ffe4e6; --wc-chip-shadow:rgba(225,29,72,0.16); --wc-chip-grad-a:#e11d48; --wc-chip-grad-b:#fb7185; }
.wc-svc-chip--teal   { --wc-chip-accent:#0d9488; --wc-chip-tag-bg:#ccfbf1; --wc-chip-shadow:rgba(13,148,136,0.16); --wc-chip-grad-a:#0d9488; --wc-chip-grad-b:#2dd4bf; }

/* ══════════════════════ HOME REVAMP · KPI Matrix ══════════════════════ */
.wc-kpi-matrix {
  border-radius: 24px;
  border: 1px solid rgba(15,23,42,0.08);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 48px rgba(15,23,42,0.05);
}
.wc-kpi-row {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 1.2fr .9fr;
  align-items: center;
  padding: 18px 24px;
  gap: 16px;
  font-size: 14px;
  color: #334155;
  border-bottom: 1px solid rgba(15,23,42,0.06);
}
.wc-kpi-row:last-child { border-bottom: none; }
.wc-kpi-row strong { color: #0f172a; font-weight: 800; }
.wc-kpi-row--head {
  background: linear-gradient(180deg, #f8fafc, #f1f5f9);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #64748b;
}
.wc-kpi-row--head div { color: #64748b; }
.wc-kpi-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.wc-kpi-chip--blue   { background: #eff6ff; color: #1d4ed8; }
.wc-kpi-chip--violet { background: #f3e8ff; color: #6d28d9; }
.wc-kpi-chip--rose   { background: #ffe4e6; color: #be123c; }
.wc-kpi-chip--teal   { background: #ccfbf1; color: #0f766e; }
.wc-kpi-row--blue   { background: linear-gradient(90deg, rgba(239,246,255,0.35), #fff 55%); }
.wc-kpi-row--violet { background: linear-gradient(90deg, rgba(243,232,255,0.35), #fff 55%); }
.wc-kpi-row--rose   { background: linear-gradient(90deg, rgba(255,228,230,0.35), #fff 55%); }
.wc-kpi-row--teal   { background: linear-gradient(90deg, rgba(204,251,241,0.35), #fff 55%); }
@media (max-width: 768px) {
  .wc-kpi-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 18px;
  }
  .wc-kpi-row--head { display: none; }
}

/* ══════════════════════ HOME REVAMP · SVC Head ══════════════════════ */
.wc-svc-head {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 36px;
}
.wc-svc-head-badge {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0.02em;
}
.wc-svc-head-badge--blue   { background: #2961f4; box-shadow: 0 10px 24px rgba(41,97,244,0.28); }
.wc-svc-head-badge--violet { background: #7c3aed; box-shadow: 0 10px 24px rgba(124,58,237,0.28); }
.wc-svc-head-badge--rose   { background: #e11d48; box-shadow: 0 10px 24px rgba(225,29,72,0.28); }
.wc-svc-head-badge--teal   { background: #0d9488; box-shadow: 0 10px 24px rgba(13,148,136,0.28); }
.wc-svc-head-text { flex: 1; }
.wc-svc-head-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wc-svc-head-eyebrow--blue   { color: #1d4ed8; }
.wc-svc-head-eyebrow--violet { color: #6d28d9; }
.wc-svc-head-eyebrow--rose   { color: #be123c; }
.wc-svc-head-eyebrow--teal   { color: #0f766e; }
.wc-svc-head-title {
  font-size: clamp(1.75rem, 2.6vw, 2.4rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 14px;
}
.wc-svc-head-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wc-svc-head-pills span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.08);
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}
.wc-svc-head-pills span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.wc-svc-head-pills--blue span::before   { background: #2961f4; }
.wc-svc-head-pills--violet span::before { background: #7c3aed; }
.wc-svc-head-pills--rose span::before   { background: #e11d48; }
.wc-svc-head-pills--teal span::before   { background: #0d9488; }

/* ══════════════════════ HOME REVAMP · SVC 01 (SEO) ══════════════════════ */
.wc-svc-grid--01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 1024px) {
  .wc-svc-grid--01 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
  }
  .wc-svc-grid--01 .wc-rank-viz {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
  }
}
.wc-svc-card {
  position: relative;
  padding: 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.08);
  transition: all .3s ease;
}
.wc-svc-card:hover {
  border-color: rgba(41,97,244,0.3);
  box-shadow: 0 12px 28px rgba(15,23,42,0.08);
  transform: translateY(-2px);
}
.wc-svc-card h4 {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
  padding-left: 14px;
  position: relative;
}
.wc-svc-card h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  border-radius: 3px;
  background: var(--wc-svc-card-accent, #2961f4);
}
.wc-svc-card ul { list-style: none; padding: 0; margin: 0; }
.wc-svc-card ul li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #475569;
}
.wc-svc-card ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  width: 12px;
  height: 6px;
  border-left: 2px solid var(--wc-svc-card-accent, #2961f4);
  border-bottom: 2px solid var(--wc-svc-card-accent, #2961f4);
  transform: rotate(-45deg);
}
.wc-svc-card--blue   { --wc-svc-card-accent: #2961f4; }
.wc-svc-card--violet { --wc-svc-card-accent: #7c3aed; }
.wc-svc-card--rose   { --wc-svc-card-accent: #e11d48; }
.wc-svc-card--teal   { --wc-svc-card-accent: #0d9488; }

.wc-rank-viz {
  grid-column: 1 / -1;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #0f172a, #1e293b);
  color: #e2e8f0;
  position: relative;
  overflow: hidden;
}
.wc-rank-viz::after {
  content: "";
  position: absolute;
  inset: auto -40px -80px auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(41,97,244,0.35), transparent 65%);
  filter: blur(20px);
  pointer-events: none;
}
.wc-rank-viz-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
}
.wc-rank-viz-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #93c5fd;
  text-transform: uppercase;
}
.wc-rank-viz-delta {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 22px;
  font-weight: 900;
  color: #4ade80;
}
.wc-rank-viz-chart {
  width: 100%;
  height: 96px;
  display: block;
  margin-bottom: 16px;
}
.wc-rank-viz-foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
  padding-top: 14px;
}
.wc-rank-viz-foot > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.wc-rank-viz-foot b {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.wc-rank-viz-foot span {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 18px;
  font-weight: 900;
  color: #f8fafc;
}

/* ══════════════════════ HOME REVAMP · SVC 02 (GEO) ══════════════════════ */
.wc-geo-stage {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 1023px) { .wc-geo-stage { grid-template-columns: 1fr; } }
.wc-geo-stage-sim {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(160deg, #0f172a 0%, #1e1b4b 100%);
  color: #f1f5f9;
  position: relative;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(76, 29, 149, 0.22);
}
.wc-geo-stage-sim::before {
  content: "";
  position: absolute;
  inset: -80px -60px auto auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(124,58,237,0.45), transparent 65%);
  filter: blur(30px);
}
.wc-geo-stage-label {
  position: relative;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #c4b5fd;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.wc-geo-stage-q, .wc-geo-stage-a {
  position: relative;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  margin-bottom: 14px;
}
.wc-geo-stage-a {
  background: rgba(124,58,237,0.16);
  border-color: rgba(196,181,253,0.25);
}
.wc-geo-stage-q span, .wc-geo-stage-a span {
  display: block;
  font-size: 11px;
  color: rgba(226,232,240,0.65);
  margin-bottom: 4px;
  letter-spacing: 0.08em;
}
.wc-geo-stage-a span { color: #ddd6fe; }
.wc-geo-stage-q p, .wc-geo-stage-a p {
  font-size: 14px;
  line-height: 1.6;
  color: #f1f5f9;
}
.wc-geo-stage-a strong { color: #fff; }
.wc-geo-stage-engines {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.wc-geo-stage-engines span {
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 11px;
  font-weight: 600;
  color: #e9d5ff;
}
.wc-geo-stage-metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.wc-geo-stage-metrics > div {
  text-align: center;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
}
.wc-geo-stage-metrics p {
  font-size: 11px;
  color: rgba(226,232,240,0.65);
  margin-bottom: 4px;
}
.wc-geo-stage-metrics strong {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
}
.wc-geo-rail {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: geo-rail;
}
.wc-geo-rail li {
  position: relative;
  padding: 20px 22px 20px 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(124,58,237,0.12);
  transition: all .3s ease;
}
.wc-geo-rail li:hover {
  border-color: rgba(124,58,237,0.3);
  transform: translateX(4px);
  box-shadow: 0 10px 26px rgba(124,58,237,0.12);
}
.wc-geo-rail-num {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 28px;
  font-weight: 900;
  color: rgba(124,58,237,0.15);
}
.wc-geo-rail h4 {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}
.wc-geo-rail p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #64748b;
}

/* ══════════════════════ HOME REVAMP · SVC 03 (种草) ══════════════════════ */
.wc-seed-stage {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 1023px) { .wc-seed-stage { grid-template-columns: 1fr; } }
.wc-seed-mock {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,0.08);
  background: #fff;
  box-shadow: 0 20px 50px rgba(225,29,72,0.1);
}
.wc-seed-mock-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #fff5f7;
  border-bottom: 1px solid rgba(225,29,72,0.08);
}
.wc-seed-mock-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(225,29,72,0.25);
}
.wc-seed-mock-dot:nth-child(2) { background: rgba(251, 113, 133, 0.45); }
.wc-seed-mock-dot:nth-child(3) { background: rgba(244, 114, 182, 0.55); }
.wc-seed-mock-bar {
  margin-left: 10px;
  flex: 1;
  padding: 6px 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(225,29,72,0.12);
  font-size: 12px;
  color: #be123c;
  font-weight: 600;
}
.wc-seed-mock-grid {
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 540px) { .wc-seed-mock-grid { grid-template-columns: repeat(2, 1fr); } }
.wc-seed-note {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fafafa;
  border: 1px solid rgba(15,23,42,0.04);
  display: flex;
  flex-direction: column;
  transition: transform .3s ease;
}
.wc-seed-note:hover { transform: translateY(-3px); }
.wc-seed-note-img {
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, #ffe4e6, #fecdd3);
  position: relative;
}
.wc-seed-note--1 .wc-seed-note-img { background: linear-gradient(135deg, #ffe4e6, #fda4af); }
.wc-seed-note--2 .wc-seed-note-img { background: linear-gradient(135deg, #fff1f2, #fbcfe8); }
.wc-seed-note--3 .wc-seed-note-img { background: linear-gradient(135deg, #ffedd5, #fecaca); }
.wc-seed-note--4 .wc-seed-note-img { background: linear-gradient(135deg, #fce7f3, #f9a8d4); }
.wc-seed-note--5 .wc-seed-note-img { background: linear-gradient(135deg, #ffe4e6, #c4b5fd); }
.wc-seed-note--6 .wc-seed-note-img { background: linear-gradient(135deg, #fecdd3, #fed7aa); }
.wc-seed-note-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.6), transparent 50%);
}
.wc-seed-note figcaption {
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wc-seed-note figcaption b {
  color: #0f172a;
  font-weight: 700;
  font-size: 12.5px;
}
.wc-seed-note figcaption span {
  color: #94a3b8;
  font-size: 10.5px;
}
.wc-seed-mock-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 16px 16px;
}
.wc-seed-mock-chip {
  padding: 4px 12px;
  border-radius: 999px;
  background: #fff1f2;
  color: #be123c;
  font-size: 11px;
  font-weight: 700;
}

.wc-seed-side {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.wc-seed-side-card {
  padding: 20px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.08);
  transition: all .3s ease;
  position: relative;
}
.wc-seed-side-card:hover {
  border-color: rgba(225,29,72,0.3);
  transform: translateX(4px);
  box-shadow: 0 10px 26px rgba(225,29,72,0.1);
}
.wc-seed-side-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: #ffe4e6;
  color: #be123c;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.wc-seed-side-card h4 {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}
.wc-seed-side-card p {
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}

/* ══════════════════════ HOME REVAMP · SVC 04 (PR) ══════════════════════ */
.wc-pr-compliance {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding: 16px 22px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(204,251,241,0.6), rgba(255,255,255,0.4));
  border: 1px solid rgba(13,148,136,0.22);
}
.wc-pr-compliance-badge {
  padding: 5px 12px;
  border-radius: 8px;
  background: #0d9488;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  flex-shrink: 0;
}
.wc-pr-compliance p {
  font-size: 14px;
  color: #134e4a;
  line-height: 1.5;
}
.wc-pr-compliance p strong { color: #0f766e; font-weight: 800; }

.wc-pr-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}
@media (max-width: 1023px) { .wc-pr-timeline { grid-template-columns: 1fr; gap: 12px; } }
.wc-pr-timeline::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, #2dd4bf, #0d9488, #2dd4bf);
  z-index: 0;
}
@media (max-width: 1023px) {
  .wc-pr-timeline::before { display: none; }
}
.wc-pr-timeline li {
  position: relative;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(13,148,136,0.12);
  border-radius: 20px;
  margin: 0 6px;
  z-index: 1;
  transition: all .3s ease;
}
@media (max-width: 1023px) { .wc-pr-timeline li { margin: 0; } }
.wc-pr-timeline li:hover {
  transform: translateY(-4px);
  border-color: rgba(13,148,136,0.3);
  box-shadow: 0 14px 32px rgba(13,148,136,0.14);
}
.wc-pr-timeline li::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0d9488;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #0d9488;
}
@media (max-width: 1023px) {
  .wc-pr-timeline li::before { display: none; }
}
.wc-pr-timeline-step {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #0d9488;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  margin-top: 6px;
}
.wc-pr-timeline h4 {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}
.wc-pr-timeline p {
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
  margin-bottom: 14px;
  min-height: 42px;
}
.wc-pr-timeline-metric {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f0fdfa;
  border: 1px solid rgba(13,148,136,0.12);
}
.wc-pr-timeline-metric b {
  font-size: 11px;
  font-weight: 700;
  color: #0f766e;
  letter-spacing: 0.06em;
}
.wc-pr-timeline-metric span {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 13px;
  font-weight: 900;
  color: #0d9488;
}

/* =========================================================
 * /articles 知识库杂志化升级 · Magazine Layout
 * 前缀：.wc-mag-*
 * ========================================================= */

.wc-mag-page {
  background:
    radial-gradient(circle at 8% -4%, rgba(56, 189, 248, 0.09) 0, transparent 38%),
    radial-gradient(circle at 96% 2%, rgba(167, 139, 250, 0.09) 0, transparent 40%);
}

/* ───────── Hero ───────── */
.wc-mag-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  padding: 1.8rem 1.5rem 1.6rem;
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbff 60%, #f3f0ff 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 20px 48px -24px rgba(15, 23, 42, 0.14);
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  .wc-mag-hero {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    padding: 2.4rem 2.2rem;
    gap: 2.2rem;
  }
}

.wc-mag-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 12% 12%, rgba(56, 189, 248, 0.06) 0, transparent 40%),
    radial-gradient(circle at 92% 80%, rgba(244, 114, 182, 0.05) 0, transparent 40%);
  pointer-events: none;
}

/* Crest（右上角装饰） */
.wc-mag-hero-crest {
  position: absolute;
  top: 18px; right: 22px;
  width: 38px; height: 38px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.28), rgba(99, 102, 241, 0.28));
  border: 1px solid rgba(99, 102, 241, 0.35);
  border-radius: 6px;
  opacity: 0.8;
  pointer-events: none;
}
.wc-mag-hero-crest::after {
  content: "";
  position: absolute; inset: 28%;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 2px;
}

.wc-mag-hero-main { position: relative; z-index: 1; }
.wc-mag-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.25);
  color: #1d4ed8;
  font-size: 12px; font-weight: 800;
  letter-spacing: 0.08em;
}
.wc-mag-hero-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}
.wc-mag-hero-title {
  margin: 0 0 0.85rem;
  color: #0f172a;
  font-size: clamp(1.95rem, 3.2vw, 2.65rem);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.wc-mag-hero-sub {
  margin: 0;
  color: #475569;
  line-height: 1.78;
  font-size: 0.95rem;
  max-width: 640px;
}
.wc-mag-hero-sub strong {
  color: #0f172a;
  font-weight: 800;
}
.wc-mag-hero-sub p { margin: 0; }

.wc-mag-hero-actions {
  margin-top: 1rem;
  display: flex; flex-wrap: wrap; gap: 0.6rem;
}
.wc-mag-back {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: #334155;
  font-size: 0.82rem; font-weight: 800;
  transition: all 0.2s ease;
}
.wc-mag-back:hover {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.32);
  color: #1d4ed8;
}

/* Search box */
.wc-mag-search {
  position: relative;
  display: flex; align-items: center;
  margin-top: 1.2rem;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow: 0 4px 14px -6px rgba(15, 23, 42, 0.08);
  padding: 0.3rem 0.3rem 0.3rem 1.2rem;
  max-width: 560px;
}
.wc-mag-search-icon {
  width: 16px; height: 16px; flex-shrink: 0;
  border: 2px solid #64748b;
  border-radius: 50%;
  position: relative;
  margin-right: 0.55rem;
}
.wc-mag-search-icon::after {
  content: ""; position: absolute;
  right: -6px; bottom: -6px;
  width: 8px; height: 2px;
  background: #64748b;
  transform: rotate(45deg);
  border-radius: 2px;
}
.wc-mag-search input {
  flex: 1;
  padding: 0.6rem 0;
  font-size: 0.92rem;
  color: #0f172a;
  background: transparent;
  border: none;
  outline: none;
}
.wc-mag-search input::placeholder { color: #94a3b8; }
.wc-mag-search button {
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  color: #ffffff;
  font-size: 0.85rem; font-weight: 900;
  border: none;
  cursor: pointer;
  transition: filter 0.2s ease;
}
.wc-mag-search button:hover { filter: brightness(1.08); }

/* Hero side */
.wc-mag-hero-side { position: relative; z-index: 1; }
.wc-mag-hero-side-label {
  margin: 0 0 0.75rem;
  font-size: 11.5px; font-weight: 900;
  color: #64748b;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.wc-mag-hero-chips {
  list-style: none; padding: 0; margin: 0 0 1.25rem;
  display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.wc-mag-chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.42rem 0.9rem 0.42rem 0.8rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  color: #334155;
  font-size: 0.82rem; font-weight: 700;
  transition: all 0.2s ease;
}
.wc-mag-chip-count {
  font-size: 11px; font-weight: 800;
  color: #64748b;
  background: rgba(148, 163, 184, 0.18);
  padding: 0.05rem 0.4rem;
  border-radius: 999px;
  min-width: 20px; text-align: center;
}
.wc-mag-chip:hover {
  transform: translateY(-1px);
}
.wc-mag-chip--sky:hover     { border-color: rgba(56, 189, 248, 0.55);  color: #0369a1; }
.wc-mag-chip--sky:hover .wc-mag-chip-count     { background: rgba(56, 189, 248, 0.2); color: #0369a1; }
.wc-mag-chip--indigo:hover  { border-color: rgba(99, 102, 241, 0.55);  color: #4338ca; }
.wc-mag-chip--indigo:hover .wc-mag-chip-count  { background: rgba(99, 102, 241, 0.2); color: #4338ca; }
.wc-mag-chip--rose:hover    { border-color: rgba(244, 114, 182, 0.55); color: #be185d; }
.wc-mag-chip--rose:hover .wc-mag-chip-count    { background: rgba(244, 114, 182, 0.2); color: #be185d; }
.wc-mag-chip--teal:hover    { border-color: rgba(20, 184, 166, 0.55);  color: #0f766e; }
.wc-mag-chip--teal:hover .wc-mag-chip-count    { background: rgba(20, 184, 166, 0.2); color: #0f766e; }
.wc-mag-chip--violet:hover  { border-color: rgba(167, 139, 250, 0.55); color: #6d28d9; }
.wc-mag-chip--violet:hover .wc-mag-chip-count  { background: rgba(167, 139, 250, 0.2); color: #6d28d9; }
.wc-mag-chip--amber:hover   { border-color: rgba(251, 191, 36, 0.6);   color: #b45309; }
.wc-mag-chip--amber:hover .wc-mag-chip-count   { background: rgba(251, 191, 36, 0.22); color: #b45309; }

/* Hero stats row */
.wc-mag-hero-stats {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.wc-mag-hero-stats li {
  padding: 0.85rem 0.65rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.22);
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 0.25rem;
}
.wc-mag-hero-stat-num {
  font-size: 1.4rem; font-weight: 900;
  color: #0f172a;
  font-family: 'Inter', ui-sans-serif, sans-serif;
  font-feature-settings: "tnum" 1;
  line-height: 1;
}
.wc-mag-hero-stat-num--sm {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.wc-mag-hero-stat-label {
  font-size: 11.5px;
  color: #64748b;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Archive hero 色调覆写 */
.wc-mag-hero--sky     .wc-mag-hero-eyebrow { background: rgba(56, 189, 248, 0.1);  border-color: rgba(56, 189, 248, 0.3);  color: #0369a1; }
.wc-mag-hero--sky     .wc-mag-hero-dot     { background: #0ea5e9; box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.2); }
.wc-mag-hero--indigo  .wc-mag-hero-eyebrow { background: rgba(99, 102, 241, 0.1);  border-color: rgba(99, 102, 241, 0.3);  color: #4338ca; }
.wc-mag-hero--indigo  .wc-mag-hero-dot     { background: #6366f1; box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.22); }
.wc-mag-hero--rose    .wc-mag-hero-eyebrow { background: rgba(244, 114, 182, 0.1); border-color: rgba(244, 114, 182, 0.3); color: #be185d; }
.wc-mag-hero--rose    .wc-mag-hero-dot     { background: #e11d48; box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.2); }
.wc-mag-hero--teal    .wc-mag-hero-eyebrow { background: rgba(20, 184, 166, 0.1);  border-color: rgba(20, 184, 166, 0.3);  color: #0f766e; }
.wc-mag-hero--teal    .wc-mag-hero-dot     { background: #14b8a6; box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.22); }
.wc-mag-hero--violet  .wc-mag-hero-eyebrow { background: rgba(167, 139, 250, 0.12); border-color: rgba(167, 139, 250, 0.32); color: #6d28d9; }
.wc-mag-hero--violet  .wc-mag-hero-dot     { background: #8b5cf6; box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.22); }
.wc-mag-hero--amber   .wc-mag-hero-eyebrow { background: rgba(251, 191, 36, 0.14); border-color: rgba(251, 191, 36, 0.35); color: #b45309; }
.wc-mag-hero--amber   .wc-mag-hero-dot     { background: #f59e0b; box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.25); }

/* 搜索结果回显条 */
.wc-mag-search-echo {
  margin: -0.8rem 0 1.6rem;
  padding: 0.7rem 1.05rem;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.05);
  border: 1px solid rgba(37, 99, 235, 0.2);
  color: #1e3a8a;
  font-size: 0.88rem;
}
.wc-mag-search-echo a {
  color: #1d4ed8;
  font-weight: 800;
  margin-left: 0.25rem;
}

/* ───────── Featured（精选大卡） ───────── */
.wc-mag-featured-wrap { margin: 0 0 2rem; }
.wc-mag-featured-tag {
  margin: 0 0 0.75rem;
  font-size: 11.5px; font-weight: 900;
  color: #2563eb;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ───────── Grid（图左文右横向版） ───────── */
.wc-mag-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1100px) {
  .wc-mag-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
}

/* ───────── Card（图左文右横向版，mobile 堆叠） ───────── */
.wc-mag-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 30px -22px rgba(15, 23, 42, 0.2);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
@media (min-width: 560px) {
  .wc-mag-card {
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: stretch;
  }
}
@media (min-width: 1100px) {
  .wc-mag-card {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}
.wc-mag-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #38bdf8, #6366f1);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.wc-mag-card:hover {
  transform: translateY(-3px);
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 0 20px 40px -22px rgba(99, 102, 241, 0.3);
}
.wc-mag-card:hover::before { opacity: 1; }

.wc-mag-card--sky::before    { background: linear-gradient(90deg, #38bdf8, #6366f1); }
.wc-mag-card--indigo::before { background: linear-gradient(90deg, #6366f1, #a855f7); }
.wc-mag-card--rose::before   { background: linear-gradient(90deg, #f472b6, #e11d48); }
.wc-mag-card--teal::before   { background: linear-gradient(90deg, #14b8a6, #0ea5e9); }
.wc-mag-card--violet::before { background: linear-gradient(90deg, #a855f7, #ec4899); }
.wc-mag-card--amber::before  { background: linear-gradient(90deg, #fbbf24, #f97316); }

/* Cover */
.wc-mag-cover {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f1f5f9;
}
@media (min-width: 560px) {
  .wc-mag-card:not(.wc-mag-card--featured) .wc-mag-cover {
    aspect-ratio: auto;
    height: 100%;
    min-height: 180px;
  }
}
.wc-mag-cover img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.wc-mag-card:hover .wc-mag-cover img { transform: scale(1.04); }

/* Fallback cover (无特色图) */
.wc-mag-cover-fallback {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.wc-mag-cover-monogram {
  position: relative; z-index: 1;
  font-size: 4.5rem; font-weight: 900;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: -0.02em;
  font-family: 'Inter', 'PingFang SC', sans-serif;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.wc-mag-cover-noise {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.18) 0, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.12) 0, transparent 40%);
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Category badge */
.wc-mag-cat {
  position: absolute;
  top: 0.7rem; left: 0.7rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-size: 11.5px; font-weight: 900;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 6px 16px -8px rgba(15, 23, 42, 0.2);
  z-index: 2;
}
.wc-mag-cat--sky    { color: #0369a1; }
.wc-mag-cat--indigo { color: #4338ca; }
.wc-mag-cat--rose   { color: #be185d; }
.wc-mag-cat--teal   { color: #0f766e; }
.wc-mag-cat--violet { color: #6d28d9; }
.wc-mag-cat--amber  { color: #b45309; }

/* Body */
.wc-mag-body {
  padding: 1.05rem 1.15rem 1.15rem;
  display: flex; flex-direction: column; flex: 1;
}
@media (min-width: 560px) {
  .wc-mag-card:not(.wc-mag-card--featured) .wc-mag-body {
    padding: 1.2rem 1.35rem 1.25rem;
  }
}
.wc-mag-meta {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 11.5px; font-weight: 700;
  color: #64748b;
  font-family: 'Inter', ui-sans-serif, sans-serif;
  margin-bottom: 0.55rem;
  letter-spacing: 0.02em;
}
.wc-mag-meta time { color: #475569; font-variant-numeric: tabular-nums; }
.wc-mag-sep { color: #cbd5e1; }
.wc-mag-read { color: #2563eb; font-weight: 800; }

.wc-mag-title {
  margin: 0 0 0.55rem;
  font-size: 1.08rem;
  line-height: 1.5;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.005em;
}
.wc-mag-title a {
  color: inherit;
  background-image: linear-gradient(transparent 92%, rgba(37, 99, 235, 0.32) 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
}
.wc-mag-title a:hover { background-size: 100% 100%; }

.wc-mag-excerpt {
  margin: 0 0 0.75rem;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.75;
}
.wc-mag-tags {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  margin-bottom: 0.75rem;
}
.wc-mag-tag {
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: rgba(148, 163, 184, 0.12);
  color: #475569;
  font-size: 11px; font-weight: 700;
  transition: all 0.2s ease;
}
.wc-mag-tag:hover {
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
}
.wc-mag-readmore {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.85rem; font-weight: 800;
  color: #1d4ed8;
}
.wc-mag-readmore span { transition: transform 0.2s ease; }
.wc-mag-card:hover .wc-mag-readmore span { transform: translateX(3px); }

/* ───────── Featured card 变体 ───────── */
.wc-mag-card--featured {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 26px;
  box-shadow: 0 24px 56px -28px rgba(15, 23, 42, 0.25);
}
.wc-mag-card--featured .wc-mag-cover {
  aspect-ratio: 16 / 9;
}
.wc-mag-card--featured .wc-mag-cover-monogram { font-size: 5.5rem; }
.wc-mag-card--featured .wc-mag-body {
  padding: 1.5rem 1.6rem 1.7rem;
}
.wc-mag-card--featured .wc-mag-title {
  font-size: 1.5rem;
  line-height: 1.35;
}
.wc-mag-card--featured .wc-mag-excerpt {
  font-size: 0.95rem;
}
@media (min-width: 900px) {
  .wc-mag-card--featured {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    align-items: stretch;
  }
  .wc-mag-card--featured .wc-mag-cover {
    aspect-ratio: auto;
    height: 100%;
    min-height: 320px;
  }
  .wc-mag-card--featured .wc-mag-body {
    padding: 2rem 2rem 2.1rem;
    justify-content: center;
  }
  .wc-mag-card--featured .wc-mag-title {
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 0.85rem;
  }
}

/* ───────── Pagination pill ───────── */
.wc-mag-pagination {
  display: flex; justify-content: center;
  padding: 1rem 0 0.5rem;
}
.wc-mag-pagination .wp-page-item,
.wc-mag-pagination .page-numbers {
  min-width: 40px; height: 40px;
  padding: 0 0.85rem;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.88rem; font-weight: 800;
  color: #334155;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.3);
  margin: 0 0.2rem;
  transition: all 0.2s ease;
  text-decoration: none;
}
.wc-mag-pagination .page-numbers:hover {
  border-color: rgba(37, 99, 235, 0.45);
  color: #1d4ed8;
  transform: translateY(-1px);
}
.wc-mag-pagination .page-numbers.current,
.wc-mag-pagination .wp-page-item.is-current {
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 20px -10px rgba(99, 102, 241, 0.45);
}
.wc-mag-pagination .page-numbers.dots {
  background: transparent;
  border-color: transparent;
  color: #94a3b8;
}

/* ───────── Related（延伸阅读） ───────── */
.wc-mag-related {
  margin: 3rem 0 0;
  padding-top: 2rem;
  border-top: 1px dashed rgba(148, 163, 184, 0.35);
}
.wc-mag-related-head { margin-bottom: 1.2rem; }
.wc-mag-related-eyebrow {
  margin: 0 0 0.4rem;
  font-size: 11.5px; font-weight: 900;
  color: #2563eb;
  letter-spacing: 0.14em;
}
.wc-mag-related-title {
  margin: 0 0 0.3rem;
  font-size: 1.35rem;
  font-weight: 900;
  color: #0f172a;
}
.wc-mag-related-sub {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
}
.wc-mag-related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin-top: 1.2rem;
}
@media (min-width: 720px) {
  .wc-mag-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ───────── Empty state ───────── */
.wc-mag-empty {
  margin: 1rem 0 0;
  padding: 3rem 1.5rem 3.2rem;
  text-align: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px dashed rgba(148, 163, 184, 0.35);
}
.wc-mag-empty-illu {
  width: 72px; height: 72px;
  margin: 0 auto 1rem;
  border-radius: 20px;
  background:
    radial-gradient(circle at 30% 30%, rgba(56, 189, 248, 0.55), rgba(99, 102, 241, 0.55)),
    linear-gradient(135deg, #38bdf8, #6366f1);
  position: relative;
}
.wc-mag-empty-illu::after {
  content: "";
  position: absolute; inset: 28%;
  border-radius: 6px;
  border: 2.5px solid #ffffff;
  border-top-color: transparent;
  transform: rotate(45deg);
}
.wc-mag-empty h2 {
  margin: 0 0 0.5rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 900;
}
.wc-mag-empty p {
  margin: 0 0 1.25rem;
  color: #64748b;
}
.wc-mag-empty-actions {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.65rem;
}
.wc-mag-empty-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.65rem 1.3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  color: #ffffff;
  font-size: 0.86rem; font-weight: 900;
  box-shadow: 0 8px 20px -8px rgba(99, 102, 241, 0.4);
  transition: filter 0.2s ease, transform 0.2s ease;
}
.wc-mag-empty-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.wc-mag-empty-btn--ghost {
  background: #ffffff;
  color: #334155;
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow: none;
}
.wc-mag-empty-btn--ghost:hover {
  border-color: rgba(37, 99, 235, 0.35);
  color: #1d4ed8;
}

/* 隐藏 WP 旧版 .wc-knowledge-* 冲突（Magazine 版接管） */
.wc-mag-page .wc-knowledge-hero,
.wc-mag-page .wc-knowledge-grid,
.wc-mag-page .wc-knowledge-empty {
  display: none !important;
}

/* =========================================================
 * /articles 单文章页 · Magazine Single
 * 前缀：.wc-mag-single-*
 * ========================================================= */

/* Reading progress bar */
.wc-reading-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  z-index: 70;
  background: rgba(15, 23, 42, 0.06);
  pointer-events: none;
}
.wc-reading-progress > span {
  display: block; height: 100%;
  background: linear-gradient(90deg, #38bdf8, #6366f1, #a855f7);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.15s ease;
}

/* Layout */
.wc-mag-single .wc-article-layout-wrap {
  position: relative;
}
.wc-mag-single-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}
@media (min-width: 1100px) {
  .wc-mag-single-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.8rem;
  }
}

/* Main article card */
.wc-mag-single-main {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 26px;
  padding: 1.6rem 1.4rem 1.7rem;
  box-shadow: 0 22px 48px -28px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}
@media (min-width: 900px) {
  .wc-mag-single-main {
    padding: 2.2rem 2.4rem 2.4rem;
  }
}
@media (min-width: 1280px) {
  .wc-mag-single-main {
    padding: 2.6rem 3.2rem 3rem;
  }
}

/* Hero / Header */
.wc-mag-single-hero {
  position: relative;
  padding-bottom: 1.4rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.35);
}
.wc-mag-single-hero-crest {
  position: absolute;
  top: -0.5rem; right: -0.5rem;
  width: 36px; height: 36px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.3), rgba(99, 102, 241, 0.3));
  border: 1px solid rgba(99, 102, 241, 0.35);
  border-radius: 6px;
  opacity: 0.8;
  pointer-events: none;
}
.wc-mag-single-hero-crest::after {
  content: "";
  position: absolute; inset: 28%;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 2px;
}

.wc-mag-single-back {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.36rem 0.85rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #334155;
  font-size: 0.78rem; font-weight: 800;
  margin-bottom: 1.2rem;
  transition: all 0.2s ease;
}
.wc-mag-single-back:hover {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.3);
  color: #1d4ed8;
}

.wc-mag-single-eyebrow {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 12.5px;
  color: #64748b;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.wc-mag-single-sep { color: #cbd5e1; }
.wc-mag-single-read { color: #2563eb; font-weight: 800; }
.wc-mag-single-date { color: #475569; font-variant-numeric: tabular-nums; }

.wc-mag-single-cat {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 12px; font-weight: 900;
  letter-spacing: 0.02em;
  transition: filter 0.2s ease;
}
.wc-mag-single-cat:hover { filter: brightness(1.05); }
.wc-mag-single-cat-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: currentColor;
}
.wc-mag-single-cat--sky    { background: rgba(56, 189, 248, 0.14);  color: #0369a1; }
.wc-mag-single-cat--indigo { background: rgba(99, 102, 241, 0.14);  color: #4338ca; }
.wc-mag-single-cat--rose   { background: rgba(244, 114, 182, 0.14); color: #be185d; }
.wc-mag-single-cat--teal   { background: rgba(20, 184, 166, 0.14);  color: #0f766e; }
.wc-mag-single-cat--violet { background: rgba(167, 139, 250, 0.16); color: #6d28d9; }
.wc-mag-single-cat--amber  { background: rgba(251, 191, 36, 0.18);  color: #b45309; }

.wc-mag-single-title {
  margin: 0 0 1rem;
  color: #0f172a;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.wc-mag-single-lede {
  margin: 0 0 1.2rem;
  font-size: 1.02rem;
  line-height: 1.85;
  color: #475569;
  padding-left: 0.9rem;
  border-left: 3px solid rgba(99, 102, 241, 0.35);
  max-width: 760px;
}

/* Byline */
.wc-mag-single-byline {
  display: flex; align-items: center; gap: 0.85rem;
  flex-wrap: wrap;
}
.wc-mag-single-avatar {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1rem; font-weight: 900;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  box-shadow: 0 6px 14px -6px rgba(99, 102, 241, 0.4);
  flex-shrink: 0;
  font-family: 'Inter', 'PingFang SC', sans-serif;
}
.wc-mag-single-avatar--sky    { background: linear-gradient(135deg, #38bdf8, #2563eb); }
.wc-mag-single-avatar--indigo { background: linear-gradient(135deg, #6366f1, #a855f7); }
.wc-mag-single-avatar--rose   { background: linear-gradient(135deg, #f472b6, #e11d48); }
.wc-mag-single-avatar--teal   { background: linear-gradient(135deg, #14b8a6, #0ea5e9); }
.wc-mag-single-avatar--violet { background: linear-gradient(135deg, #a855f7, #ec4899); }
.wc-mag-single-avatar--amber  { background: linear-gradient(135deg, #fbbf24, #f97316); }

.wc-mag-single-avatar--lg {
  width: 56px; height: 56px;
  font-size: 1.3rem;
}
.wc-mag-single-byline-text { display: flex; flex-direction: column; gap: 0.15rem; }
.wc-mag-single-byline-name {
  font-size: 0.92rem; font-weight: 800; color: #0f172a;
}
.wc-mag-single-byline-role {
  font-size: 11.5px; color: #64748b; letter-spacing: 0.02em;
}
.wc-mag-single-tocjump {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.22);
  color: #4338ca;
  font-size: 0.8rem; font-weight: 800;
  transition: all 0.2s ease;
}
.wc-mag-single-tocjump:hover {
  background: rgba(99, 102, 241, 0.16);
  border-color: rgba(99, 102, 241, 0.4);
}

/* Cover */
.wc-mag-single-cover {
  margin: 0 0 1.6rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #f1f5f9;
  box-shadow: 0 14px 32px -20px rgba(15, 23, 42, 0.2);
}
.wc-mag-single-cover img {
  width: 100%; height: auto; display: block;
}

/* Article content typography */
.wc-mag-single-content {
  color: #334155;
  font-size: 1rem;
  line-height: 1.92;
  letter-spacing: 0.01em;
  max-width: 760px;
}
.wc-mag-single-content p {
  margin: 0 0 1.05em;
}
.wc-mag-single-content p:first-of-type {
  font-size: 1.04rem;
  color: #1e293b;
}
.wc-mag-single-content h2,
.wc-mag-single-content h3,
.wc-mag-single-content h4 {
  position: relative;
  color: #0f172a;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.35;
  scroll-margin-top: 5.5rem;
}
.wc-mag-single-content h2 {
  margin: 2.2em 0 0.85em;
  font-size: 1.38rem;
  padding-left: 0.85rem;
  border-left: 4px solid #6366f1;
}
.wc-mag-single-content h3 {
  margin: 1.85em 0 0.7em;
  font-size: 1.14rem;
  padding-left: 0.7rem;
  border-left: 3px solid rgba(99, 102, 241, 0.55);
}
.wc-mag-single-content h4 {
  margin: 1.6em 0 0.55em;
  font-size: 1.02rem;
  color: #1e40af;
}
.wc-mag-single-content strong { color: #0f172a; font-weight: 800; }
.wc-mag-single-content a {
  color: #2563eb;
  text-decoration: none;
  background-image: linear-gradient(transparent 92%, rgba(37, 99, 235, 0.35) 0);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: color 0.2s ease;
}
.wc-mag-single-content a:hover {
  color: #1d4ed8;
}
.wc-mag-single-content ul,
.wc-mag-single-content ol {
  margin: 0.25em 0 1.25em;
  padding-left: 1.4em;
}
.wc-mag-single-content ul li,
.wc-mag-single-content ol li {
  margin: 0.45em 0;
  line-height: 1.85;
}
.wc-mag-single-content ul li::marker {
  color: #6366f1;
}
.wc-mag-single-content ol li::marker {
  color: #6366f1;
  font-weight: 800;
}
.wc-mag-single-content blockquote {
  margin: 1.4em 0;
  padding: 1em 1.1em 1em 1.2em;
  border-left: 4px solid #38bdf8;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.08) 0%, rgba(99, 102, 241, 0.05) 100%);
  border-radius: 0 14px 14px 0;
  color: #334155;
  font-style: normal;
}
.wc-mag-single-content blockquote p:last-child { margin-bottom: 0; }
.wc-mag-single-content code {
  padding: 0.1em 0.45em;
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.9em;
  color: #be185d;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}
.wc-mag-single-content pre {
  margin: 1.3em 0;
  padding: 1.1em 1.25em;
  border-radius: 14px;
  background: #0f172a;
  color: #e2e8f0;
  overflow-x: auto;
  font-size: 0.88rem;
  line-height: 1.7;
  border: 1px solid rgba(15, 23, 42, 0.25);
}
.wc-mag-single-content pre code {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0;
}
.wc-mag-single-content img,
.wc-mag-single-content figure img {
  border-radius: 14px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  margin: 1em 0;
  max-width: 100%;
  height: auto;
}
.wc-mag-single-content figure {
  margin: 1.3em 0;
}
.wc-mag-single-content figcaption {
  margin-top: 0.5em;
  font-size: 0.82rem;
  color: #64748b;
  text-align: center;
}
.wc-mag-single-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4em 0;
  font-size: 0.92rem;
}
.wc-mag-single-content table th,
.wc-mag-single-content table td {
  padding: 0.65em 0.85em;
  border: 1px solid rgba(226, 232, 240, 0.9);
  text-align: left;
}
.wc-mag-single-content table th {
  background: rgba(148, 163, 184, 0.1);
  font-weight: 800;
  color: #0f172a;
}
.wc-mag-single-content hr {
  border: none;
  border-top: 1px dashed rgba(148, 163, 184, 0.45);
  margin: 2em 0;
}

/* Tags */
.wc-mag-single-tags {
  margin: 2rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px dashed rgba(148, 163, 184, 0.35);
  display: flex; align-items: flex-start; flex-wrap: wrap;
  gap: 0.7rem;
}
.wc-mag-single-tags-label {
  font-size: 11.5px; font-weight: 900;
  color: #64748b;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding-top: 0.25rem;
  flex-shrink: 0;
}
.wc-mag-single-tags-list {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
}
.wc-mag-single-tags-list a {
  padding: 0.3rem 0.7rem;
  border-radius: 8px;
  background: rgba(148, 163, 184, 0.12);
  color: #475569;
  font-size: 0.8rem; font-weight: 700;
  transition: all 0.2s ease;
}
.wc-mag-single-tags-list a:hover {
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
}

/* Author card */
.wc-mag-single-authorcard {
  margin: 2rem 0 0;
  padding: 1.3rem 1.4rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbff 0%, #f3f0ff 100%);
  border: 1px solid rgba(148, 163, 184, 0.25);
  display: flex; align-items: flex-start; gap: 1rem;
}
.wc-mag-single-authorcard-name {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  font-weight: 900;
  color: #0f172a;
}
.wc-mag-single-authorcard-bio {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  line-height: 1.7;
  color: #475569;
}
.wc-mag-single-authorcard-cta {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  color: #ffffff !important;
  font-size: 0.83rem; font-weight: 900;
  box-shadow: 0 8px 18px -8px rgba(99, 102, 241, 0.4);
  background-image: linear-gradient(135deg, #38bdf8, #6366f1) !important;
  background-size: 100% 100% !important;
  transition: filter 0.2s ease;
}
.wc-mag-single-authorcard-cta:hover { filter: brightness(1.08); }

/* Prev / Next */
.wc-mag-single-prevnext {
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
@media (min-width: 720px) {
  .wc-mag-single-prevnext { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.wc-mag-single-pn {
  display: flex; flex-direction: column; gap: 0.4rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.25);
  transition: all 0.2s ease;
}
.wc-mag-single-pn:hover {
  border-color: rgba(99, 102, 241, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -14px rgba(99, 102, 241, 0.3);
}
.wc-mag-single-pn-label {
  font-size: 11.5px; font-weight: 900;
  color: #2563eb;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.wc-mag-single-pn-title {
  font-size: 0.95rem; font-weight: 800;
  color: #0f172a;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wc-mag-single-pn--next {
  text-align: right;
}

/* ───────── Sidebar ───────── */
.wc-mag-single-side {
  display: grid; gap: 1rem;
  align-self: start;
}
@media (min-width: 1100px) {
  .wc-mag-single-side { position: sticky; top: 92px; }
}

.wc-mag-side-card {
  padding: 1.2rem 1.25rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 24px -20px rgba(15, 23, 42, 0.15);
}
.wc-mag-side-card-label {
  margin: 0 0 0.4rem;
  font-size: 10.5px; font-weight: 900;
  color: #64748b;
  letter-spacing: 0.16em;
}
.wc-mag-side-card h3 {
  margin: 0 0 0.9rem;
  font-size: 1rem; font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.wc-mag-side-list { list-style: none; margin: 0; padding: 0; }
.wc-mag-side-list li { margin: 0; padding: 0; }
.wc-mag-side-list li + li { margin-top: 0.2rem; }
.wc-mag-side-list a {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.4rem 0;
  color: #334155;
  font-size: 0.88rem; font-weight: 700;
  transition: color 0.2s ease, transform 0.2s ease;
}
.wc-mag-side-list a:hover {
  color: #1d4ed8;
  transform: translateX(2px);
}
.wc-mag-side-dot {
  width: 7px; height: 7px; border-radius: 50%;
  flex-shrink: 0;
}
.wc-mag-side-dot--sky    { background: #38bdf8; box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.18); }
.wc-mag-side-dot--indigo { background: #6366f1; box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18); }
.wc-mag-side-dot--rose   { background: #e11d48; box-shadow: 0 0 0 3px rgba(244, 114, 182, 0.18); }
.wc-mag-side-dot--teal   { background: #14b8a6; box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.18); }
.wc-mag-side-dot--violet { background: #a855f7; box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.18); }

/* Side latest posts */
.wc-mag-side-posts { list-style: none; margin: 0; padding: 0; }
.wc-mag-side-posts li + li {
  margin-top: 0.7rem;
  padding-top: 0.7rem;
  border-top: 1px dashed rgba(148, 163, 184, 0.28);
}
.wc-mag-side-posts a {
  display: flex; flex-direction: column; gap: 0.3rem;
}
.wc-mag-side-posts-title {
  font-size: 0.88rem; font-weight: 700;
  color: #0f172a;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
.wc-mag-side-posts a:hover .wc-mag-side-posts-title {
  color: #1d4ed8;
}
.wc-mag-side-posts time {
  font-size: 11.5px; color: #64748b; font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* Tag cloud */
.wc-mag-side-tags {
  display: flex; flex-wrap: wrap; gap: 0.35rem;
}
.wc-mag-side-tags a {
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.12);
  color: #475569;
  font-size: 0.78rem; font-weight: 700;
  transition: all 0.2s ease;
}
.wc-mag-side-tags a:hover {
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
}

/* TOC */
.wc-mag-side-card--toc {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.wc-mag-toc-list {
  list-style: none;
  counter-reset: wcmagtoc;
  margin: 0; padding: 0;
  border-left: 1.5px solid rgba(148, 163, 184, 0.3);
}
.wc-mag-toc-item {
  position: relative;
  margin: 0;
}
.wc-mag-toc-item a {
  display: flex; align-items: flex-start; gap: 0.55rem;
  padding: 0.5rem 0.2rem 0.5rem 0.9rem;
  color: #475569;
  font-size: 0.86rem;
  line-height: 1.55;
  font-weight: 600;
  transition: all 0.2s ease;
  position: relative;
}
.wc-mag-toc-item a::before {
  content: "";
  position: absolute;
  left: -1.5px; top: 50%;
  transform: translateY(-50%);
  width: 2px; height: 0;
  background: linear-gradient(180deg, #38bdf8, #6366f1);
  transition: height 0.25s ease;
}
.wc-mag-toc-item a:hover {
  color: #1d4ed8;
}
.wc-mag-toc-item a.is-active {
  color: #4338ca;
  font-weight: 800;
}
.wc-mag-toc-item a.is-active::before {
  height: 70%;
}
.wc-mag-toc-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  color: #94a3b8;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding-top: 2px;
  flex-shrink: 0;
}
.wc-mag-toc-item a.is-active .wc-mag-toc-num { color: #6366f1; }
.wc-mag-toc-text {
  flex: 1; min-width: 0;
}
.wc-mag-toc-item--h3 a {
  padding-left: 1.8rem;
  font-size: 0.82rem;
}
.wc-mag-toc-item--h3 .wc-mag-toc-num { display: none; }

/* Related on single page */
.wc-mag-single-related {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px dashed rgba(148, 163, 184, 0.35);
}
.wc-mag-single-related .wc-mag-related-grid {
  display: grid; gap: 1.2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .wc-mag-single-related .wc-mag-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .wc-mag-single-related .wc-mag-card:not(.wc-mag-card--featured) {
    grid-template-columns: 1fr;
  }
  .wc-mag-single-related .wc-mag-card:not(.wc-mag-card--featured) .wc-mag-cover {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }
}
