.mariche-pricing-page {
  background:
    radial-gradient(circle at 20% 10%, rgba(14, 100, 118, 0.16), transparent 18%),
    radial-gradient(circle at 82% 12%, rgba(22, 94, 108, 0.12), transparent 20%),
    radial-gradient(circle at 50% 22%, rgba(7, 57, 68, 0.2), transparent 24%),
    linear-gradient(180deg, #061017 0%, #04060c 34%, #04050a 100%);
  color: #f5f7fb;
}

.mariche-pricing-page .aura-backdrop {
  opacity: 0.2;
}

.mariche-pricing-page .aura-wrap.aura-lighting::before,
.mariche-pricing-page .aura-lighting::before,
.mariche-pricing-page .aura-header::before {
  opacity: 0 !important;
  background: none !important;
}

.mariche-pricing-page .aura-lighting > .aura-lighting-layers {
  display: none !important;
}

.mariche-pricing-page .aura-wrap {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 50% 12%, rgba(12, 64, 74, 0.24), transparent 22%),
    linear-gradient(180deg, rgba(3, 8, 14, 0.96), rgba(3, 5, 10, 1));
}

.mariche-pricing-page .aura-wrap::before,
.mariche-pricing-page .aura-wrap::after {
  content: "";
  position: fixed;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.mariche-pricing-page .aura-wrap::before {
  width: 28rem;
  height: 28rem;
  top: 4rem;
  left: -10rem;
  background: rgba(8, 80, 88, 0.16);
}

.mariche-pricing-page .aura-wrap::after {
  width: 24rem;
  height: 24rem;
  right: -8rem;
  top: 28rem;
  background: rgba(7, 45, 54, 0.14);
}

.mariche-pricing-page .mariche-header-shell {
  position: sticky;
  top: 1rem;
  z-index: 30;
  margin-top: 1rem;
  background:
    linear-gradient(180deg, rgba(8, 29, 36, 0.96), rgba(8, 20, 27, 0.9)),
    rgba(7, 17, 24, 0.88);
  border-color: rgba(77, 180, 193, 0.14);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mariche-pricing-page .mariche-wordmark {
  font-size: 1rem;
}

.mariche-pricing-page .mariche-nav-pills {
  background:
    linear-gradient(180deg, rgba(10, 38, 44, 0.78), rgba(8, 23, 28, 0.78)),
    rgba(8, 20, 26, 0.78);
  border-color: rgba(92, 180, 192, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 30px rgba(0, 0, 0, 0.2);
}

.mariche-pricing-page .mariche-nav-pills .aura-tab,
.mariche-pricing-page .mariche-nav-pills .mariche-tab-link {
  font-family: var(--aura-font-body);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(194, 214, 221, 0.72);
  font-size: 0.82rem;
}

.mariche-pricing-page .mariche-nav-pills .aura-tab:hover,
.mariche-pricing-page .mariche-nav-pills .mariche-tab-link:hover {
  color: #f4fbff;
}

.mariche-pricing-page .mariche-nav-pills .aura-tab.active,
.mariche-pricing-page .mariche-nav-pills .mariche-tab-link.is-active {
  background:
    linear-gradient(180deg, rgba(39, 203, 230, 0.98), rgba(20, 163, 190, 0.94));
  color: #031017;
  box-shadow:
    0 8px 18px rgba(25, 174, 196, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.mariche-pricing-page #navAuth .aura-btn,
.mariche-pricing-page #navAuth .mariche-btn {
  background:
    linear-gradient(180deg, rgba(39, 203, 230, 0.98), rgba(20, 163, 190, 0.94));
  color: #031017;
  border-color: rgba(88, 220, 238, 0.2);
  box-shadow: 0 10px 24px rgba(10, 143, 161, 0.24);
}

/* Avoid a bright hairline from the shell glow overlapping the section edge. */
.mariche-pricing-page #pricing.mariche-pricing-shell::before,
.mariche-home-page #pricing.mariche-pricing-shell::before {
  display: none;
}

.mariche-pricing-refresh {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem) 0;
  width: min(100%, 1180px);
  margin-inline: auto;
}

.mariche-pricing-refresh::before {
  content: "";
  position: absolute;
  inset: -8rem -10% auto;
  height: 24rem;
  background:
    radial-gradient(circle at 50% 24%, rgba(0, 229, 255, 0.18), transparent 24%),
    radial-gradient(circle at 68% 18%, rgba(178, 141, 255, 0.13), transparent 18%),
    linear-gradient(180deg, rgba(8, 32, 42, 0.32), rgba(8, 10, 18, 0));
  filter: blur(52px);
  pointer-events: none;
}

.mariche-pricing-refresh::after {
  content: "";
  position: absolute;
  inset: 8rem 0 auto;
  height: 18rem;
  background: linear-gradient(180deg, rgba(7, 18, 26, 0.34), rgba(7, 10, 18, 0));
  pointer-events: none;
}

.mariche-pricing-refresh .aura-section-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.25rem;
  justify-items: center;
  text-align: center;
  width: min(100%, 1120px);
  margin-inline: auto;
}

/* Match Mariche Control Tower hero: watermark + overline + display h2 + copy */
.mariche-pricing-hero-stage {
  position: relative;
  width: 100%;
}

.mariche-pricing-display {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-family: var(--aura-font-display);
  font-size: clamp(3.2rem, 10vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.88;
  color: rgba(255, 255, 255, 0.045);
  text-align: center;
  pointer-events: none;
  user-select: none;
  text-transform: uppercase;
}

.mariche-pricing-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  text-align: center;
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.mariche-pricing-overline {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #25e0ff;
}

.mariche-pricing-head .mariche-pricing-hero-title {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #f7f8fc;
  text-wrap: balance;
}

.mariche-pricing-hero-copy {
  margin: 0;
  max-width: 40rem;
  color: rgba(170, 183, 210, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.mariche-pricing-refresh .mariche-section-sub {
  max-width: 38rem;
  color: rgba(169, 180, 203, 0.8);
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.2rem;
}

.mariche-pricing-refresh .mariche-pricing-toggle-wrap {
  justify-items: center;
}

.mariche-pricing-refresh .mariche-pricing-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(15, 20, 32, 0.92);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mariche-pricing-refresh .aura-comparison-billing-switch {
  display: none;
}

.mariche-pricing-refresh .aura-comparison-billing-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.4rem;
  min-height: 2.8rem;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  color: rgba(175, 185, 204, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.mariche-pricing-refresh .aura-comparison-billing-label.active {
  color: #07131b;
  background: linear-gradient(180deg, #68ecff, #48cfff);
  box-shadow: 0 0 22px rgba(80, 225, 255, 0.35);
}

.mariche-pricing-refresh .aura-comparison-billing-badge {
  position: absolute;
  top: -0.75rem;
  right: -0.85rem;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  background: linear-gradient(180deg, #d8a4ff, #ad7cff);
  color: #140d1c;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 0 16px rgba(178, 141, 255, 0.28);
}

.mariche-pricing-refresh .mariche-pricing-truth {
  max-width: 32rem;
  text-align: center;
  color: rgba(139, 151, 176, 0.72);
}

.mariche-pricing-refresh .mariche-pricing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  width: min(100%, 1120px);
  margin-inline: auto;
}

.mariche-pricing-refresh .mariche-pricing-card-shell {
  position: relative;
  display: grid;
  gap: 1.3rem;
  padding: 2rem 1.6rem 1.8rem;
  min-height: 100%;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(24, 27, 37, 0.92), rgba(12, 14, 20, 0.98)),
    rgba(10, 12, 18, 0.96);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mariche-pricing-refresh .mariche-pricing-card-shell.featured {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 229, 255, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(5, 21, 30, 0.98), rgba(8, 11, 18, 0.98));
  border-color: rgba(71, 218, 255, 0.42);
  transform: translateY(-0.4rem);
  box-shadow:
    0 0 0 1px rgba(66, 205, 245, 0.22),
    0 30px 72px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(0, 229, 255, 0.12);
}

.mariche-pricing-refresh .aura-pricing-badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.32rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #66ecff, #56ddff);
  color: #06131a;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mariche-pricing-refresh .aura-pricing-name {
  font-family: var(--aura-font-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #f7f8fc;
}

.mariche-pricing-refresh .aura-pricing-description {
  color: rgba(153, 165, 189, 0.72);
  line-height: 1.6;
}

.mariche-pricing-refresh .aura-pricing-price {
  display: flex;
  align-items: end;
  gap: 0.2rem;
  margin-top: 0.5rem;
}

.mariche-pricing-refresh .aura-pricing-amount {
  font-family: var(--aura-font-display);
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #f7f8fc;
}

.mariche-pricing-refresh .aura-pricing-period {
  margin-bottom: 0.45rem;
  color: rgba(167, 178, 201, 0.72);
  font-size: 0.95rem;
}

.mariche-pricing-refresh .aura-pricing-features {
  display: grid;
  gap: 0.95rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mariche-pricing-refresh .aura-pricing-feature {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #eef4fb;
}

.mariche-pricing-refresh .aura-pricing-feature.disabled {
  color: rgba(109, 119, 140, 0.58);
}

.mariche-pricing-refresh .aura-pricing-feature-icon {
  width: 1.15rem;
  height: 1.15rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(95, 236, 255, 0.12);
  color: #62ebff;
  font-size: 0.72rem;
  font-weight: 900;
}

.mariche-pricing-refresh .aura-pricing-feature.disabled .aura-pricing-feature-icon {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(141, 151, 174, 0.58);
}

.mariche-pricing-refresh .aura-pricing-cta {
  margin-top: auto;
}

.mariche-pricing-refresh .aura-pricing-cta .aura-btn {
  width: 100%;
  min-height: 3.2rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 900;
}

.mariche-pricing-refresh .mariche-pricing-card-shell:not(.featured) .aura-pricing-cta .aura-btn {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f7f8fc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mariche-pricing-refresh .mariche-pricing-card-shell.featured .aura-pricing-cta .aura-btn {
  background: linear-gradient(180deg, #67eaff, #56ccff);
  color: #04131c;
  border-color: rgba(98, 235, 255, 0.24);
  box-shadow: 0 0 24px rgba(98, 235, 255, 0.24);
}

@media (max-width: 980px) {
  .mariche-pricing-refresh .mariche-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 34rem;
  }

  .mariche-pricing-refresh .mariche-pricing-card-shell.featured {
    transform: none;
  }
}

@media (max-width: 720px) {
  .mariche-pricing-refresh {
    padding-inline: 0.25rem;
    padding-top: 2rem;
  }

  .mariche-pricing-refresh .aura-section-head {
    gap: 1rem;
    width: 100%;
  }

  .mariche-pricing-head .mariche-pricing-hero-title {
    font-size: clamp(1.75rem, 6vw, 2.4rem);
  }

  .mariche-pricing-display {
    font-size: clamp(2.4rem, 14vw, 4rem);
  }

  .mariche-pricing-refresh .mariche-section-sub {
    font-size: 0.95rem;
    max-width: 30rem;
  }

  .mariche-pricing-hero-copy {
    font-size: 0.95rem;
    max-width: 30rem;
  }

  .mariche-pricing-refresh .mariche-pricing-toggle {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.45rem;
    width: min(100%, 21rem);
  }

  .mariche-pricing-refresh .aura-comparison-billing-label {
    flex: 1 1 9rem;
    min-width: 0;
    min-height: 2.9rem;
    padding-inline: 1rem;
  }

  .mariche-pricing-refresh .aura-comparison-billing-badge {
    right: 0.1rem;
    top: -0.6rem;
  }

  .mariche-pricing-refresh .mariche-pricing-grid {
    width: 100%;
    max-width: 100%;
  }

  .mariche-pricing-refresh .mariche-pricing-card-shell {
    padding: 1.7rem 1.2rem 1.5rem;
  }

  .mariche-pricing-refresh .aura-pricing-name {
    font-size: 1.8rem;
  }

  .mariche-pricing-refresh .aura-pricing-amount {
    font-size: clamp(2.7rem, 12vw, 3.3rem);
  }
}
