.pricing-core,
.pricing-core * {
  box-sizing: border-box;
  font-family:
    "OpenAI Sans",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif !important;
}

.pricing-core {
  padding-top: clamp(12px, 1.8vw, 22px) !important;
  padding-bottom: clamp(14px, 2vw, 24px) !important;
}

.pricing-core-panel {
  border: 1px solid rgba(116,192,255,.20);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 16%, rgba(92,200,255,.14), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(88,240,167,.10), transparent 30%),
    rgba(7,17,34,.72);
  padding: clamp(14px, 2vw, 22px);
  box-shadow: 0 22px 80px rgba(0,0,0,.24);
}

.pricing-model-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 10px;
}

.pricing-model-item {
  border: 1px solid rgba(116,192,255,.15);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  padding: 11px;
}

.pricing-model-item b {
  display: block;
  color: #edf6ff;
  font-size: .86rem;
}

.pricing-model-item span {
  display: block;
  margin-top: 4px;
  color: #9fb4cf;
  font-size: .72rem;
  line-height: 1.36;
}

.pricing-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 13px;
}

.pricing-plan-card {
  position: relative;
  overflow: hidden;
  min-height: 226px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(116,192,255,.18);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(92,200,255,.075), rgba(88,240,167,.045)),
    rgba(255,255,255,.045);
  padding: 13px;
  box-shadow: 0 18px 54px rgba(0,0,0,.20);
}

.pricing-plan-card::before {
  content: "";
  position: absolute;
  right: -78px;
  top: -80px;
  width: 155px;
  height: 155px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(92,200,255,.18), transparent 68%);
}

.pricing-plan-card > * {
  position: relative;
  z-index: 2;
}

.plan-badge {
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  color: #04101f;
  background: #58f0a7;
  font-size: .62rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.plan-badge.starter { background: #8be4ff; }
.plan-badge.professional { background: #58f0a7; }
.plan-badge.developer { background: #bfffe2; }
.plan-badge.sme { background: #ffd166; }
.plan-badge.scientist { background: #c4b5fd; color: #fff; }
.plan-badge.enterprise { background: #a78bfa; color: #fff; }
.plan-badge.institution { background: #ffdf8a; }
.plan-badge.government { background: #ff7a90; color: #fff; }

.pricing-plan-card h3 {
  margin: 8px 0 4px !important;
  color: #eaf6ff;
  font-size: .98rem !important;
  line-height: 1.16 !important;
}

.plan-price {
  display: block;
  color: #bfffe2;
  font-size: 1.42rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.045em;
  margin: 7px 0 6px;
}

.plan-price small {
  color: #9fb4cf;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: 0;
}

.pricing-plan-card p {
  margin: 0 !important;
  color: #aebfd8;
  font-size: .80rem !important;
  line-height: 1.43 !important;
}

.plan-includes {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.plan-includes span {
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  padding: 5px 7px;
  border: 1px solid rgba(116,192,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: #cfe8ff;
  font-size: .66rem;
  font-weight: 800;
}

.plan-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 11px;
}

.plan-note {
  color: #9fb4cf;
  font-size: .68rem;
  line-height: 1.25;
}

.plan-cta {
  min-height: 29px;
  padding: 6px 9px;
  border: 0;
  border-radius: 999px;
  color: #04101f;
  background: linear-gradient(135deg, #5cc8ff, #58f0a7);
  font-size: .68rem;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.unit-batch-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
  margin-top: 12px;
}

.unit-card {
  border: 1px solid rgba(116,192,255,.17);
  border-radius: 17px;
  background: rgba(255,255,255,.04);
  padding: 11px;
}

.unit-card b {
  display: block;
  color: #eaf6ff;
  font-size: .88rem;
}

.unit-card strong {
  display: block;
  margin-top: 5px;
  color: #bfffe2;
  font-size: 1.12rem;
  letter-spacing: -.035em;
}

.unit-card span {
  display: block;
  margin-top: 5px;
  color: #9fb4cf;
  font-size: .70rem;
  line-height: 1.35;
}

.pricing-note-band {
  margin-top: 12px;
  border: 1px solid rgba(88,240,167,.18);
  border-radius: 18px;
  background: rgba(88,240,167,.055);
  padding: 12px;
  color: #bfffe2;
  font-size: .82rem;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .pricing-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .unit-batch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .pricing-plan-grid,
  .pricing-model-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 560px) {
  .pricing-plan-grid,
  .pricing-model-strip,
  .unit-batch-grid {
    grid-template-columns: 1fr;
  }
}
