
.marketing-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #1f64ff, #13c8dc);
  transition: width 180ms ease;
}

.marketing-status-popover {
  min-height: 0;
  margin: 0;
  padding: 0;
  color: #5e6b80;
  font-size: 12px;
  line-height: 1.4;
}

.marketing-status-popover.success,
.marketing-status-popover.failed {
  padding: 8px 10px;
  border-radius: 10px;
  font-weight: 750;
}

.marketing-status-popover.success {
  color: #065f46;
  background: #dcfce7;
}

.marketing-status-popover.failed {
  color: #9f1239;
  background: #ffe4e6;
}

.hero-dashboard-preview {
  position: relative;
  overflow: hidden;
  background: #07182e;
}

.hero-dashboard-preview img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
  opacity: 0.72;
}

.hero-dashboard-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 24, 46, 0.78), rgba(7, 24, 46, 0.15));
}

.command-center-preview {
  display: grid;
  place-items: center;
  padding: 14px;
  background: #ffffff;
}

.command-center-preview img {
  object-fit: contain;
  opacity: 1;
}

.command-center-preview::after {
  display: none;
}

.preview-console {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 22px;
  width: min(320px, calc(100% - 44px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
}

.preview-console-alt {
  left: auto;
  right: 22px;
  top: 22px;
  bottom: auto;
}

.preview-console span,
.preview-console small {
  display: block;
  color: #61708a;
  font-size: 11px;
  font-weight: 850;
}

.preview-console strong {
  display: block;
  margin: 6px 0;
  color: #06112b;
  font-family: "Nunito Sans", Inter, Arial, sans-serif;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.feature-grid,
.process-lane,
.insight-showcase,
.pricing-grid {
  padding: 16px;
  display: grid;
  gap: 12px;
  overflow-y: auto;
}

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

.ai-learning-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  min-height: 0;
  padding: 16px;
}

.ai-core-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #dfe8f5;
  border-radius: 18px;
  background:
    radial-gradient(circle at 17% 28%, rgba(255, 193, 7, 0.22), transparent 20%),
    radial-gradient(circle at 82% 68%, rgba(25, 118, 210, 0.18), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ai-core-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(25, 118, 210, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 118, 210, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 82%);
}

.ai-model-board {
  position: absolute;
  inset: 18px 18px 112px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 12px;
}

.model-card,
.model-lock {
  z-index: 2;
  min-height: 76px;
  padding: 12px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: #153e75;
  box-shadow: 0 16px 34px rgba(18, 60, 124, 0.13);
}

.model-card-primary {
  background: linear-gradient(135deg, #ffffff, #dff3ff);
}
