.theme-pro {
  background:
    radial-gradient(circle at top right, rgba(30, 64, 175, 0.08), transparent 28%),
    linear-gradient(180deg, #f7fafc 0%, #f8fafc 22%, #f8fafc 100%);
  color: #0f172a;
}

.theme-pro header.sticky {
  border-color: rgba(148, 163, 184, 0.22);
  background: rgba(248, 250, 252, 0.84);
}

.theme-pro .pro-grid-bg {
  position: relative;
  overflow: hidden;
}

.theme-pro .pro-grid-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.38), transparent 72%);
  opacity: 0.3;
  pointer-events: none;
}

.theme-pro .pro-grid-bg > * {
  position: relative;
  z-index: 1;
}

.theme-pro .pro-kicker {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1e3a8a;
  box-shadow: none;
  line-height: 1.45;
  white-space: normal;
}

.theme-pro .pro-kicker::before {
  content: none;
}

.theme-pro .pro-panel,
.theme-pro .pro-card {
  position: relative;
  border-color: rgba(148, 163, 184, 0.22) !important;
}

.theme-pro .pro-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 250, 252, 0.92) 100%);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
}

.theme-pro .pro-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.theme-pro .pro-card::before {
  content: "";
  display: block;
  width: 2.75rem;
  height: 2px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb 0%, #0f172a 100%);
  opacity: 0.9;
}

.theme-pro .pro-image-frame {
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.theme-pro .pro-soft-band {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.02) 0%, rgba(15, 23, 42, 0) 100%),
    #ffffff;
}

@media (max-width: 640px) {
  .theme-pro .pro-kicker {
    letter-spacing: 0.08em;
  }
}
