.mikhmon-pricing-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 100%;
  background:
    radial-gradient(circle at 16% 8%, rgba(56, 189, 248, 0.18), transparent 28rem),
    radial-gradient(circle at 82% 4%, rgba(124, 58, 237, 0.2), transparent 24rem),
    linear-gradient(180deg, #020817 0%, #061225 52%, #020617 100%) !important;
}

.mikhmon-pricing-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(56, 189, 248, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.055) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 78%);
}

.mikhmon-pricing-hero,
.mikhmon-pricing-grid,
.mikhmon-pricing-note,
.mikhmon-addon-section {
  width: min(1180px, 100%);
}

.mikhmon-pricing-hero {
  gap: clamp(1.4rem, 3vw, 2.4rem) !important;
}

.mikhmon-pricing-hero nav {
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(96, 165, 250, 0.14);
  border-radius: 14px;
  background: rgba(2, 6, 23, 0.42);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.18);
  backdrop-filter: blur(14px);
}

.mikhmon-pricing-brand {
  padding: 0.28rem 0;
}

.mikhmon-pricing-brand strong {
  color: #f8fafc;
  font-size: 1.08rem;
}

.mikhmon-pricing-hero-copy {
  position: relative;
  max-width: 880px !important;
  margin: 0 auto;
  text-align: center;
}

.mikhmon-pricing-hero-copy .eyebrow {
  justify-content: center;
  color: #38bdf8;
}

.mikhmon-pricing-hero h1 {
  max-width: 880px;
  margin-inline: auto;
  color: #f8fafc !important;
  font-size: clamp(2.15rem, 4.2vw, 4.25rem) !important;
  line-height: 1.02 !important;
}

.mikhmon-pricing-hero h1::after {
  content: "";
  display: block;
  width: min(360px, 72%);
  height: 3px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #38bdf8, #7c3aed, transparent);
}

.mikhmon-pricing-hero-copy > p:not(.eyebrow) {
  max-width: 760px !important;
  margin-inline: auto;
  color: #cbd5e1 !important;
  font-size: 1.02rem;
}

.mikhmon-pricing-badges {
  justify-content: center;
  gap: 0.65rem !important;
}

.mikhmon-pricing-badges span {
  border-radius: 999px !important;
  color: #dbeafe !important;
  background: rgba(15, 23, 42, 0.68) !important;
  border-color: rgba(56, 189, 248, 0.26) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mikhmon-pricing-start-note {
  border-radius: 14px !important;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.18), rgba(124, 58, 237, 0.12)),
    rgba(2, 6, 23, 0.56) !important;
}

.mikhmon-pricing-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: clamp(0.85rem, 1.5vw, 1.15rem) !important;
}

.mikhmon-pricing-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(2, 6, 23, 0.78)) !important;
  border: 1px solid rgba(56, 189, 248, 0.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 22px 55px rgba(2, 6, 23, 0.28) !important;
}

.mikhmon-pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 8%, rgba(56, 189, 248, 0.2), transparent 9rem);
}

.mikhmon-pricing-card:nth-child(2)::before {
  background: radial-gradient(circle at 18% 8%, rgba(34, 197, 94, 0.18), transparent 9rem);
}

.mikhmon-pricing-card:nth-child(3)::before {
  background: radial-gradient(circle at 18% 8%, rgba(124, 58, 237, 0.26), transparent 10rem);
}

.mikhmon-pricing-card:nth-child(4)::before {
  background: radial-gradient(circle at 18% 8%, rgba(14, 165, 233, 0.24), transparent 10rem);
}

.mikhmon-pricing-card:nth-child(5)::before {
  background: radial-gradient(circle at 18% 8%, rgba(168, 85, 247, 0.24), transparent 10rem);
}

.mikhmon-pricing-card.featured {
  border-color: rgba(124, 58, 237, 0.72) !important;
  box-shadow:
    inset 0 0 0 1px rgba(56, 189, 248, 0.16),
    0 0 0 1px rgba(124, 58, 237, 0.38),
    0 24px 70px rgba(88, 28, 135, 0.42) !important;
  transform: translateY(-0.35rem);
}

.mikhmon-plan-badge {
  position: absolute;
  top: 0;
  right: 1rem;
  border-radius: 0 0 10px 10px !important;
  color: #f8fafc !important;
  background: linear-gradient(135deg, #7c3aed, #2563eb) !important;
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.38);
}

.mikhmon-pricing-card-head {
  position: relative;
  padding-top: 0.4rem;
}

.mikhmon-pricing-card-head .eyebrow {
  color: #7dd3fc;
}

.mikhmon-pricing-card h2 {
  color: #f8fafc !important;
  font-size: clamp(1.25rem, 2vw, 1.55rem) !important;
}

.mikhmon-pricing-card-head > strong {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.4rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  color: #dbeafe !important;
  background: rgba(14, 165, 233, 0.11);
  border: 1px solid rgba(56, 189, 248, 0.16);
}

.mikhmon-duration-list {
  position: relative;
  padding: 0.35rem;
  border-radius: 12px;
  background: rgba(2, 6, 23, 0.52);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.mikhmon-duration-list button {
  min-height: 3.3rem;
  border-radius: 9px !important;
  background: rgba(15, 23, 42, 0.62) !important;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.mikhmon-duration-list button:hover {
  transform: translateY(-1px);
  border-color: rgba(56, 189, 248, 0.45) !important;
}

.mikhmon-duration-list button.active {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.35), rgba(124, 58, 237, 0.28)) !important;
  border-color: rgba(56, 189, 248, 0.62) !important;
  box-shadow: 0 14px 30px rgba(14, 165, 233, 0.14);
}

.mikhmon-duration-list strong {
  font-size: 1rem !important;
}

.mikhmon-pricing-card ul {
  position: relative;
  gap: 0.62rem !important;
}

.mikhmon-pricing-card li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.45rem;
  align-items: start;
}

.mikhmon-pricing-card li::before {
  content: "✓" !important;
  display: inline-grid;
  place-items: center;
  width: 1.05rem;
  height: 1.05rem;
  margin: 0.12rem 0 0 !important;
  border-radius: 999px;
  color: #052e16 !important;
  background: #22c55e;
  font-size: 0.72rem;
  line-height: 1;
}

.mikhmon-payment-choice select {
  border-radius: 10px !important;
  background: rgba(2, 6, 23, 0.72) !important;
}

.mikhmon-subscribe-button {
  min-height: 46px !important;
  border-radius: 10px !important;
  color: #f8fafc !important;
  background: linear-gradient(135deg, #0ea5e9, #2563eb, #7c3aed) !important;
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.28);
}

.mikhmon-subscribe-button:hover {
  filter: brightness(1.08);
}

.mikhmon-pricing-note,
.mikhmon-addon-section {
  border-radius: 14px !important;
  background: rgba(2, 6, 23, 0.58) !important;
  border-color: rgba(96, 165, 250, 0.18) !important;
  box-shadow: 0 18px 45px rgba(2, 6, 23, 0.2);
}

.mikhmon-addon-card {
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(2, 6, 23, 0.68)) !important;
  border-color: rgba(96, 165, 250, 0.18) !important;
}

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

  .mikhmon-pricing-card.featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .mikhmon-pricing-page {
    padding: 0.85rem !important;
    border-radius: 0 !important;
  }

  .mikhmon-pricing-hero nav {
    gap: 0.7rem;
    padding: 0.65rem;
  }

  .mikhmon-pricing-hero-copy {
    text-align: left;
  }

  .mikhmon-pricing-hero-copy .eyebrow,
  .mikhmon-pricing-badges {
    justify-content: flex-start;
  }

  .mikhmon-pricing-hero h1 {
    font-size: clamp(2rem, 11vw, 2.75rem) !important;
  }

  .mikhmon-pricing-hero h1::after {
    margin-left: 0;
  }

  .mikhmon-pricing-grid {
    grid-template-columns: 1fr !important;
  }

  .mikhmon-pricing-card {
    padding: 1rem !important;
  }
}
