/* Page-specific polish for SYNTERRA EDO PRO */

#edo-pro.hero {
  position: relative;
  overflow: hidden;
}

#edo-pro.hero::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(900px 420px at 18% 5%, rgba(56, 189, 248, 0.20), transparent 62%),
    radial-gradient(800px 420px at 88% 22%, rgba(124, 58, 237, 0.14), transparent 58%),
    radial-gradient(700px 420px at 55% 115%, rgba(31, 122, 242, 0.12), transparent 60%);
  filter: saturate(110%);
  opacity: 0.95;
  z-index: 0;
}

#edo-pro.hero .hero-content {
  position: relative;
  z-index: 1;
}

#edo-pro.hero .hero-content {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

#edo-pro.hero .hero-content .cta {
  justify-content: center;
}

#edo-pro.hero .hero-content p.lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.bullets {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.bullets li {
  margin: 6px 0;
}

.bullets strong {
  color: var(--text);
}

.pricing-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

@media (min-width: 768px) {
  .edo-use-cases .card {
    align-items: stretch !important;
    text-align: left !important;
  }

  .edo-use-cases .card h3 {
    width: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
    min-height: 3.2em;
  }

  .edo-use-cases .card .muted {
    margin-top: 12px !important;
  }
}
