/* Mars landing page — Gartner section (copied from Jupiter campaign)
   Scoped to Mars only to avoid affecting ACC main site and other product pages. */

body.mars-page .venus-campaign-section {
  padding: 3.25rem 0;
}

/* ---------- Gartner recognition ---------- */
body.mars-page .venus-campaign-gartner {
  background: radial-gradient(circle at 20% 25%, rgba(32, 196, 170, 0.14) 0%, transparent 46%),
    radial-gradient(circle at 85% 70%, rgba(56, 189, 248, 0.12) 0%, transparent 42%),
    linear-gradient(135deg, #023141 0%, #052b3a 55%, #023141 100%);
  color: #fff;
}
body.mars-page .venus-campaign-gartner-head {
  text-align: center;
  max-width: 68rem;
  margin: 0 auto 1.75rem;
}
body.mars-page .venus-campaign-gartner-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.25;
  font-weight: 800;
  color: #fff;
}
body.mars-page .venus-campaign-gartner-subtitle {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 600;
}
body.mars-page .venus-campaign-gartner-intro {
  margin: 0 auto;
  max-width: 56rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.65;
}
body.mars-page .venus-campaign-gartner-body {
  display: grid;
  gap: 1.5rem 2.25rem;
  align-items: center;
}
@media (min-width: 900px) {
  body.mars-page .venus-campaign-gartner-body {
    grid-template-columns: 0.95fr 1.05fr;
  }
}
body.mars-page .venus-campaign-gartner-visual {
  width: 100%;
  max-width: 320px;
  max-height: 320px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.mars-page .venus-campaign-gartner-quad-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 6px;
  width: 100%;
  max-width: 320px;
  max-height: 320px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
}
body.mars-page .venus-campaign-gartner-quad {
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
body.mars-page .venus-campaign-gartner-quad--highlight {
  background: radial-gradient(circle at 35% 30%, rgba(32, 196, 170, 0.35) 0%, rgba(32, 196, 170, 0.08) 55%, rgba(255, 255, 255, 0.05) 100%);
  border-color: rgba(32, 196, 170, 0.5);
  box-shadow: 0 18px 46px rgba(32, 196, 170, 0.22), 0 14px 34px rgba(0, 0, 0, 0.25);
}
body.mars-page .venus-campaign-gartner-quad-pattern {
  position: absolute;
  inset: 12px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.65) 0 2px, transparent 3px),
    radial-gradient(circle at 60% 45%, rgba(255, 255, 255, 0.55) 0 2px, transparent 3px),
    radial-gradient(circle at 45% 70%, rgba(255, 255, 255, 0.45) 0 2px, transparent 3px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: auto, auto, auto, 18px 18px, 18px 18px;
  opacity: 0.9;
}
body.mars-page .venus-campaign-gartner-content-title {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 800;
  color: #fff;
}
body.mars-page .venus-campaign-gartner-content-text {
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.98rem;
  line-height: 1.65;
}
body.mars-page .venus-campaign-gartner-bullets {
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}
body.mars-page .venus-campaign-gartner-bullets li {
  margin-bottom: 0.25rem;
}
body.mars-page .venus-campaign-gartner-note {
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  line-height: 1.55;
}
body.mars-page .venus-campaign-gartner-disclaimer {
  margin: 1.75rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8125rem;
  line-height: 1.45;
  text-align: center;
  max-width: 70rem;
}
@media (max-width: 768px) {
  body.mars-page .venus-campaign-gartner-head {
    text-align: left;
  }
  body.mars-page .venus-campaign-gartner-disclaimer {
    text-align: left;
  }
  body.mars-page .venus-campaign-gartner-visual {
    max-width: 256px;
    max-height: 256px;
  }
  body.mars-page .venus-campaign-gartner-quad-grid {
    max-width: 256px;
    max-height: 256px;
    gap: 10px;
    padding: 6px;
  }
}

