.openx-service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.openx-system-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  border: 1px solid rgba(42, 103, 159, 0.28);
  border-radius: 999px;
  padding: 0 1.15rem;
  color: #162236;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.openx-system-secondary-cta:hover {
  border-color: rgba(42, 103, 159, 0.52);
  background: rgba(42, 103, 159, 0.1);
  transform: translateY(-1px);
}

.openx-service-note {
  border: 1px solid rgba(42, 103, 159, 0.24);
  border-radius: 18px;
  padding: 1rem;
  color: rgba(246, 248, 255, 0.82);
  background: rgba(42, 103, 159, 0.08);
  line-height: 1.65;
}

.openx-service-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.openx-service-support-card {
  border: 1px solid rgba(148, 160, 191, 0.28);
  border-radius: 18px;
  padding: 1.05rem;
  background: rgba(255, 255, 255, 0.045);
}

.openx-service-support-card h3 {
  font-size: 1rem;
}

.openx-service-support-card p {
  margin-top: 0.5rem;
  color: #1c4a75;
  font-family: var(--font-title, inherit);
  font-size: 1.15rem;
  font-weight: 700;
}

.openx-service-related {
  border: 1px solid rgba(42, 103, 159, 0.28);
  border-radius: 22px;
  padding: clamp(1.25rem, 2.6vw, 2rem);
  background:
    linear-gradient(130deg, rgba(42, 103, 159, 0.14), rgba(14, 16, 22, 0.86) 62%),
    rgba(255, 255, 255, 0.04);
}

.openx-service-related p {
  max-width: 58rem;
}

.openx-system-pack-price-note {
  margin-top: -0.35rem;
  color: rgba(246, 248, 255, 0.62);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.openx-service-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.openx-service-chip-list span {
  border: 1px solid rgba(42, 103, 159, 0.28);
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  color: #1c4a75;
  background: rgba(42, 103, 159, 0.08);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .openx-service-support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .openx-service-hero-actions {
    gap: 0.62rem;
  }

  .openx-service-hero-actions > a {
    width: 100%;
  }

  .openx-service-chip-list {
    display: none;
  }
}
