/* 网驭云管系统 · 独立产品介绍页 */

.yp-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 80px;
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(0, 163, 163, 0.22), transparent 60%),
    radial-gradient(800px 380px at 92% 0%, rgba(0, 82, 217, 0.45), transparent 58%),
    linear-gradient(165deg, #00143d 0%, #002060 48%, #00307a 100%);
  color: #fff;
}

.yp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 50% 30%, #000 35%, transparent 80%);
  pointer-events: none;
}

.yp-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
}

.yp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.yp-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.18);
}

.yp-hero h1 {
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

.yp-hero h1 span {
  display: block;
  background: linear-gradient(90deg, #7ec8ff, #5eead4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.yp-hero-lead {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  max-width: 36em;
  margin-bottom: 32px;
}

.yp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.yp-hero-actions .btn-primary {
  background: #fff;
  color: var(--primary);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.yp-hero-actions .btn-primary:hover {
  background: #f0f6ff;
  transform: translateY(-2px);
}

.yp-hero-actions .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
}

.yp-hero-actions .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.yp-hero-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.yp-board {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.yp-board-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.yp-board-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.yp-board-bar i:first-child { background: #f87171; }
.yp-board-bar i:nth-child(2) { background: #fbbf24; }
.yp-board-bar i:nth-child(3) { background: #34d399; }

.yp-board-title {
  margin-left: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.yp-mini-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 52px;
  margin-bottom: 12px;
}

.yp-mini-chart i {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #7dd3fc, rgba(255, 255, 255, 0.18));
}

.yp-mini-topo {
  width: 100%;
  height: 72px;
  display: block;
  margin-bottom: 10px;
}

.yp-kpi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.yp-kpi-item {
  padding: 14px 12px;
  border-radius: 12px;
  background: rgba(0, 20, 61, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.yp-kpi-item b {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.yp-kpi-item span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

.yp-board-rows {
  display: grid;
  gap: 8px;
}

.yp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
}

.yp-row strong { font-weight: 600; color: #fff; }
.yp-row em {
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.yp-tag {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.18);
  color: #99f6e4;
}

.yp-tag.is-warn {
  background: rgba(251, 191, 36, 0.18);
  color: #fde68a;
}

.yp-strip {
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.yp-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.yp-strip-inner > div {
  padding: 28px 22px;
  border-right: 1px solid var(--border);
}

.yp-strip-inner > div:last-child {
  border-right: none;
}

.yp-strip-inner b {
  display: block;
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 6px;
}

.yp-strip-inner span {
  font-size: 13px;
  color: var(--text);
  line-height: 1.55;
}

.yp-hero--netops {
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(0, 82, 217, 0.28), transparent 60%),
    radial-gradient(800px 380px at 92% 0%, rgba(0, 163, 163, 0.42), transparent 58%),
    linear-gradient(165deg, #001a24 0%, #003544 48%, #0052d9 100%);
}

.yp-hero--custom {
  background:
    radial-gradient(900px 420px at 14% -8%, rgba(99, 102, 241, 0.38), transparent 58%),
    radial-gradient(780px 380px at 92% 8%, rgba(14, 165, 233, 0.28), transparent 56%),
    linear-gradient(165deg, #12082a 0%, #1e1b4b 48%, #312e81 100%);
}

.cu-stack {
  display: grid;
  gap: 10px;
}

.cu-layer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cu-layer b {
  font-size: 13px;
  color: #c7d2fe;
}

.cu-layer span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}

.yp-flow-4 {
  grid-template-columns: repeat(4, 1fr);
}

.ph-hero--visual {
  padding: 56px 0 20px;
}

.ph-card--visual {
  padding: 0 0 28px;
  overflow: hidden;
}

.ph-card--visual .ph-card-tag,
.ph-card--visual h2,
.ph-card--visual > p,
.ph-card--visual ul,
.ph-card--visual .ph-card-actions {
  margin-left: 28px;
  margin-right: 28px;
}

.ph-card--visual .ph-card-tag {
  margin-top: 22px;
}

.ph-screen {
  padding: 18px 18px 16px;
  color: #fff;
}

.ph-screen--erp {
  background:
    radial-gradient(260px 120px at 90% 0%, rgba(94, 234, 212, 0.22), transparent 60%),
    linear-gradient(145deg, #002060, #0052d9);
}

.ph-screen--net {
  background:
    radial-gradient(260px 120px at 8% 100%, rgba(56, 189, 248, 0.25), transparent 60%),
    linear-gradient(145deg, #04323a, #0f766e);
}

.ph-screen-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}

.ph-screen-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.ph-screen-bar i:nth-child(1) { background: #f87171; }
.ph-screen-bar i:nth-child(2) { background: #fbbf24; }
.ph-screen-bar i:nth-child(3) { background: #34d399; }

.ph-screen-kpi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ph-screen-kpi div {
  padding: 10px 8px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.18);
}

.ph-screen-kpi b {
  display: block;
  font-size: 18px;
}

.ph-screen-kpi span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}

.ph-chart {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 70px;
  margin-top: 12px;
}

.ph-chart i {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #7dd3fc, rgba(255, 255, 255, 0.25));
}

.ph-topo {
  width: 100%;
  height: 86px;
  display: block;
  margin-bottom: 8px;
}

.ph-custom-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 22px 26px;
  border-radius: 16px;
  background: linear-gradient(90deg, #eef2ff, #f0fdfa);
  border: 1px solid var(--border);
  color: inherit;
  min-width: 0;
}

.ph-custom-link strong {
  display: block;
  color: var(--navy);
  margin-bottom: 4px;
}

.ph-custom-link span {
  font-size: 14px;
  color: var(--text);
}

.ph-custom-link em {
  font-style: normal;
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
}

.ph-hero {
  padding: 56px 0 28px;
  text-align: center;
}

.ph-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--primary);
  margin-bottom: 10px;
}

.ph-hero h1 {
  font-size: clamp(28px, 3.4vw, 40px);
  color: var(--navy);
  font-weight: 800;
  margin-bottom: 12px;
}

.ph-hero p {
  color: var(--text);
  max-width: 36em;
  margin: 0 auto;
}

.ph-list {
  padding: 28px 0 80px;
}

.ph-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}

.ph-card {
  padding: 36px 32px 32px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
}

.ph-card--teal {
  background: linear-gradient(180deg, #f4fbfb 0%, #fff 42%);
}

.ph-card-tag {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 14px;
}

.ph-card--teal .ph-card-tag {
  color: var(--secondary);
}

.ph-card h2 {
  font-size: 26px;
  color: var(--navy);
  margin-bottom: 12px;
}

.ph-card > p {
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 18px;
}

.ph-card ul {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.ph-card li {
  color: var(--ink);
  font-size: 14px;
  padding-left: 16px;
  position: relative;
}

.ph-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--secondary);
}

.ph-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.yp-section--tint {
  background: var(--bg-light);
}

.yp-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.yp-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--primary);
  margin-bottom: 10px;
}

.yp-head h2 {
  font-size: clamp(26px, 3vw, 34px);
  color: var(--navy);
  font-weight: 800;
  margin-bottom: 12px;
}

.yp-head p {
  color: var(--text);
  font-size: 16px;
}

.yp-sell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.yp-sell-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px 24px;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.yp-sell-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 82, 217, 0.12);
  border-color: rgba(0, 82, 217, 0.28);
}

.yp-sell-no {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 12px;
}

.yp-sell-card h3 {
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 10px;
}

.yp-sell-card p {
  font-size: 14px;
  color: var(--text);
  line-height: 1.75;
}

.yp-mods {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.yp-mod {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px 26px 22px;
  box-shadow: var(--shadow);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.yp-mod:hover {
  border-color: rgba(0, 82, 217, 0.3);
  box-shadow: 0 16px 36px rgba(0, 82, 217, 0.1);
}

.yp-mod-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.yp-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #4d8dff);
  flex-shrink: 0;
}

.yp-ico svg {
  width: 20px;
  height: 20px;
}

.yp-mod h3 {
  font-size: 18px;
  color: var(--navy);
}

.yp-mod-sub {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 16px 54px;
}

.yp-mod ul {
  display: grid;
  gap: 10px;
}

.yp-mod li {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
}

.yp-mod li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--secondary);
  flex-shrink: 0;
}

.yp-mod li b {
  color: var(--ink);
  font-weight: 700;
}

.yp-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.yp-step {
  text-align: center;
  padding: 22px 12px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  position: relative;
}

.yp-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c9d4ea;
  border-right: 2px solid #c9d4ea;
  transform: rotate(45deg);
  z-index: 1;
}

.yp-step-num {
  width: 28px;
  height: 28px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.yp-step h3 {
  font-size: 14px;
  color: var(--navy);
  margin-bottom: 4px;
}

.yp-step p {
  font-size: 12px;
  color: var(--muted);
}

.yp-who {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.yp-who-card {
  padding: 24px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border);
  text-align: center;
}

.yp-who-card h3 {
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 8px;
}

.yp-who-card p {
  font-size: 13px;
  color: var(--text);
}

.yp-cta {
  margin: 0 0 80px;
  padding: 56px 32px;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #002060 0%, #0052d9 55%, #00a3a3 140%);
  box-shadow: 0 20px 50px rgba(0, 82, 217, 0.22);
}

.yp-cta h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.yp-cta p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 28px;
}

.yp-cta .btn-primary {
  background: #fff;
  color: var(--primary);
}

.yp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.yp-cta .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.yp-cta .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 980px) {
  .yp-hero-inner,
  .yp-mods,
  .yp-sell,
  .yp-flow-4,
  .ph-grid {
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
  }

  .yp-hero-inner > *,
  .ph-grid > *,
  .yp-mods > *,
  .yp-sell > * {
    min-width: 0;
    max-width: 100%;
  }

  .yp-strip-inner,
  .yp-flow,
  .yp-who {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yp-strip-inner > div {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .yp-step:not(:last-child)::after {
    display: none;
  }

  .yp-hero {
    padding: 48px 0 56px;
  }

  .yp-section {
    padding: 64px 0;
  }

  .yp-mod-sub {
    margin-left: 0;
  }

  .yp-board {
    max-width: 100%;
    overflow: hidden;
  }

  .yp-hero-actions,
  .yp-cta-actions,
  .ph-card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .yp-hero-actions .btn,
  .yp-cta-actions .btn,
  .ph-card-actions .btn {
    width: 100%;
    min-height: 44px;
  }
}

@media (max-width: 768px) {
  .yp-hero-inner,
  .ph-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .yp-hero-actions,
  .yp-cta-actions,
  .ph-card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .yp-hero-actions .btn,
  .yp-cta-actions .btn,
  .ph-card-actions .btn {
    width: 100%;
    min-height: 44px;
  }

  .ph-custom-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 16px;
    min-height: 44px;
  }

  .ph-custom-link > div {
    min-width: 0;
    max-width: 100%;
  }

  .ph-custom-link em {
    white-space: normal;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .ph-card--visual .ph-card-tag,
  .ph-card--visual h2,
  .ph-card--visual > p,
  .ph-card--visual ul,
  .ph-card--visual .ph-card-actions {
    margin-left: 16px;
    margin-right: 16px;
  }

  .ph-card {
    padding: 24px 16px 20px;
  }

  .ph-card--visual {
    padding: 0 0 20px;
  }

  .yp-row {
    flex-wrap: wrap;
  }

  .yp-badge {
    max-width: 100%;
    white-space: normal;
  }

  .yp-cta {
    padding: 40px 20px;
  }
}

@media (max-width: 640px) {
  .yp-strip-inner,
  .yp-flow,
  .yp-who {
    grid-template-columns: minmax(0, 1fr);
  }

  .yp-hero-actions,
  .yp-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .yp-step:not(:last-child)::after {
    display: none;
  }

  .yp-cta {
    padding: 36px 16px;
    margin-bottom: 48px;
  }

  .yp-cta h2 {
    font-size: 22px;
  }

  .yp-section {
    padding: 56px 0;
  }

  .yp-head {
    margin-bottom: 32px;
  }

  .yp-hero h1 {
    overflow-wrap: anywhere;
  }

  .yp-hero-lead {
    font-size: 15px;
    max-width: none;
  }

  .yp-kpi-item b {
    font-size: 18px;
  }

  .yp-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .cu-layer {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .ph-list {
    padding: 20px 0 56px;
  }

  .ph-screen-kpi b {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .yp-board {
    padding: 16px;
  }

  .yp-kpi {
    gap: 6px;
  }

  .yp-kpi-item {
    padding: 10px 8px;
  }

  .ph-card h2 {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yp-sell-card,
  .yp-mod {
    transition: none;
  }
}
