/* Edge Pro upgrade modal — annual primary, monthly secondary */

.gkz-pro-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.72);
  box-sizing: border-box;
}

.gkz-pro-modal[hidden] {
  display: none !important;
}

.gkz-pro-modal__panel {
  width: 100%;
  max-width: 22rem;
  padding: 1.35rem 1.25rem 1.15rem;
  border-radius: 16px;
  background: linear-gradient(165deg, #0c100e 0%, #121816 100%);
  border: 1px solid rgba(0, 245, 42, 0.22);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
  color: #fff;
  text-align: center;
}

.gkz-pro-modal__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gk, #00f52a);
}

.gkz-pro-modal__title {
  margin: 0 0 0.55rem;
  font-family: "Syne", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
}

.gkz-pro-modal__body {
  margin: 0 0 0.75rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.gkz-pro-modal__feats {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
}

.gkz-pro-modal__feats li {
  padding: 0.28rem 0 0.28rem 1.1rem;
  position: relative;
}

.gkz-pro-modal__feats li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gk, #00f52a);
  font-weight: 700;
}

.gkz-pro-modal__annual {
  padding: 0.85rem 0.75rem;
  margin-bottom: 0.55rem;
  border-radius: 12px;
  background: rgba(0, 245, 42, 0.08);
  border: 1px solid rgba(0, 245, 42, 0.28);
}

.gkz-pro-modal__plan-name {
  margin: 0 0 0.35rem;
  font-family: "Syne", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}

.gkz-pro-modal__price {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 800;
  color: #fff;
}

.gkz-pro-modal__period {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.gkz-pro-modal__save {
  margin: 0.15rem 0 0.65rem;
  font-size: 0.75rem;
  color: var(--gk, #00f52a);
}

.gkz-pro-modal__btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}

.gkz-pro-modal__btn--primary {
  background: var(--gk, #00f52a);
  color: #041006;
}

.gkz-pro-modal__btn--ghost {
  margin-top: 0.35rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  text-transform: none;
  letter-spacing: 0;
}

.gkz-pro-modal__monthly {
  margin: 0 0 0.15rem;
}

.gkz-pro-modal__monthly-link {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: underline;
  cursor: pointer;
}

.gkz-pro-modal__monthly-link:hover {
  color: rgba(255, 255, 255, 0.55);
}

.edge-analyzer__credits {
  margin: 0.35rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
}

.edge-analyzer--dark .edge-analyzer__credits {
  color: rgba(170, 182, 202, 0.75);
}
