/**
 * 内页专用样式（从 pages/*.php 内联迁移）
 */

/* services.php */
.service-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.15);
}
.service-card:hover .icon-box {
  background: var(--tw-colors-primary);
  color: white;
  transform: scale(1.1);
}

/* enterprise.php */
.ent-mesh {
  background-image:
    linear-gradient(rgba(44, 123, 229, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 123, 229, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}
.glass-panel-hover:hover {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(44, 123, 229, 0.25);
  box-shadow: 0 0 0 1px rgba(44, 123, 229, 0.08), 0 24px 48px -24px rgba(0, 0, 0, 0.5);
}
.ent-card-shine {
  position: relative;
  overflow: hidden;
}
.ent-card-shine::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.04) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 0.7s ease;
  pointer-events: none;
}
.ent-card-shine:hover::before {
  transform: translateX(100%);
}
.ent-mesh .hero-bg img {
  opacity: 0.35;
}
.ent-mesh .hero-vignette {
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(44, 123, 229, 0.12) 0%, transparent 50%),
    linear-gradient(to bottom, rgba(6, 8, 13, 0.85) 0%, transparent 30%, transparent 65%, #06080d 100%);
}
.ent-step-line {
  background: linear-gradient(90deg, rgba(44, 123, 229, 0.5), rgba(44, 123, 229, 0.1));
  height: 1px;
}
.ent-console {
  font-feature-settings: 'tnum' on, 'lnum' on;
}

/* marketing.php */
.mkt-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.mkt-panel:hover {
  border-color: rgba(217, 149, 41, 0.22);
  background: rgba(255, 255, 255, 0.045);
}
.mkt-accent-bar {
  width: 3px;
  background: linear-gradient(180deg, #d99529, rgba(217, 149, 41, 0.2));
}
.page-marketing .hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #06080d 0%, rgba(6, 8, 13, 0.92) 45%, rgba(6, 8, 13, 0.75) 100%);
}
.page-marketing .hero-bg img {
  opacity: 0.25;
}

/* blog_view.php — Vditor 暗色主题 */
.vditor-reset {
  color: rgba(255, 255, 255, 0.85) !important;
  font-family: 'Outfit', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif !important;
  background-color: transparent !important;
}
.vditor-reset h1,
.vditor-reset h2,
.vditor-reset h3,
.vditor-reset h4,
.vditor-reset h5,
.vditor-reset h6 {
  color: rgba(255, 255, 255, 0.96) !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
.vditor-reset a {
  color: #2c7be5 !important;
}
.vditor-reset pre {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.vditor-reset code {
  color: #e2e8f0 !important;
}
.vditor-reset blockquote {
  border-left-color: #2c7be5 !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.vditor-reset table tr {
  background-color: transparent !important;
}
.vditor-reset table th,
.vditor-reset table td {
  border-color: rgba(255, 255, 255, 0.08) !important;
}
.vditor-reset table tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.02) !important;
}
