/* ---------------------------------------------------------------------------
   Pricing-page-only styles. Layered on top of styles.css.
--------------------------------------------------------------------------- */

.center { text-align: center; }
main { padding-top: 56px; }

/* ---- Promo / urgency bar ------------------------------------------------ */
.promo-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  background: linear-gradient(90deg, rgba(150, 88, 255, 0.18), rgba(37, 198, 255, 0.18));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px) saturate(140%);
}
.promo-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 20px;
  font-size: 13px;
  color: var(--ink);
}
.promo-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: rgba(8, 8, 14, 0.45);
  color: #cfd8ff;
}
.promo-pill .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
  animation: pulse 1.6s ease-in-out infinite;
}
.promo-text { color: var(--soft); }
.promo-time {
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 12px;
  background: rgba(8, 8, 14, 0.55);
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid var(--line-2);
}
.promo-cta {
  margin-left: auto;
  font-weight: 600;
  color: white;
  padding: 7px 16px;
  border-radius: 999px;
  background: linear-gradient(100deg, var(--cyan), var(--violet) 50%, var(--pink));
  box-shadow: 0 4px 20px rgba(150, 88, 255, 0.35);
  font-size: 13px;
  white-space: nowrap;
}

/* Push nav below the promo bar */
.nav { top: 56px !important; }
.nav.nav-collapsed { /* keep existing collapsed behavior */ }

/* ---- Hero --------------------------------------------------------------- */
.pricing-hero {
  padding: 120px 24px 40px;
  text-align: center;
}
.pricing-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--soft);
  padding: 6px 14px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  margin-bottom: 24px;
}
.pricing-hero-eyebrow .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 12px var(--violet);
}
.pricing-hero-title {
  font-size: clamp(40px, 6.4vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 1100px;
  margin: 0 auto;
}
.pricing-hero-lede {
  color: var(--soft);
  font-size: 19px;
  max-width: 660px;
  margin: 24px auto 32px;
  line-height: 1.55;
}
.pricing-hero-meta {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  color: var(--soft);
  font-size: 14px;
}
.pricing-hero-meta .check {
  color: #5cf2a8;
  margin-right: 6px;
  font-weight: 700;
}

/* ---- Section helpers ---------------------------------------------------- */
.pricing-h2 {
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  max-width: 900px;
  margin: 16px auto 12px;
  text-align: center;
}
.pricing-sub {
  color: var(--soft);
  font-size: 17px;
  max-width: 660px;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1.55;
}
.section-num.center { text-align: center; }

/* ---- Plans -------------------------------------------------------------- */
.pricing-plans {
  padding: 80px 24px 80px;
}
.pricing-plans .plan-switch.plan-switch-3 {
  margin: 0 auto 40px;
  max-width: 540px;
}
.plan-fineprint {
  margin-top: 14px;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
}
.single-operator-note {
  text-align: center;
  margin-top: 28px;
  color: var(--soft);
  font-size: 14px;
}
.single-operator-note .mono { color: var(--muted); margin-right: 6px; }
.single-operator-note a { color: var(--cyan); border-bottom: 1px solid currentColor; padding-bottom: 1px; }

/* ---- Value stats -------------------------------------------------------- */
.value-stats { padding: 80px 24px; }
.value-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}
.value-stat {
  padding: 32px 24px;
  border: 1px solid var(--line-2);
  border-radius: 18px;
  background: rgba(8, 8, 14, 0.5);
  text-align: center;
  transition: transform 240ms ease, border-color 240ms ease;
}
.value-stat:hover {
  transform: translateY(-3px);
  border-color: rgba(150, 88, 255, 0.4);
}
.value-stat-num {
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
.value-stat-lbl {
  margin-top: 12px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.4;
}

/* ---- What's included ---------------------------------------------------- */
.whats-included { padding: 80px 24px; }
.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.included-card {
  border: 1px solid var(--line-2);
  border-radius: 22px;
  background: rgba(8, 8, 14, 0.55);
  padding: 32px;
  transition: transform 240ms ease, border-color 240ms ease;
}
.included-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 198, 255, 0.35);
}
.included-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(37, 198, 255, 0.18), rgba(150, 88, 255, 0.18));
  border: 1px solid var(--line-2);
  font-size: 20px;
  color: white;
  margin-bottom: 18px;
}
.included-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
}
.included-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--soft);
  font-size: 14.5px;
  line-height: 1.5;
}
.included-card li {
  position: relative;
  padding-left: 22px;
}
.included-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #5cf2a8;
  font-weight: 700;
}

/* ---- Trust + integrations ---------------------------------------------- */
.trust-section { padding: 60px 24px 80px; }
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.trust-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  background: rgba(8, 8, 14, 0.45);
}
.trust-icon {
  font-size: 22px;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 10px;
  background: rgba(150, 88, 255, 0.12);
  border: 1px solid rgba(150, 88, 255, 0.3);
  flex-shrink: 0;
}
.trust-title { font-weight: 600; font-size: 15px; }
.trust-sub { color: var(--muted); font-size: 13px; margin-top: 4px; line-height: 1.4; }

.integrations-row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.integrations-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.integrations-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.integration-chip {
  font-size: 12px;
  padding: 6px 12px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: rgba(8, 8, 14, 0.5);
  color: var(--soft);
  font-family: 'JetBrains Mono', monospace;
}

/* ---- Compare table ----------------------------------------------------- */
.compare-section { padding: 80px 24px; }
.compare-table {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--line-2);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(8, 8, 14, 0.55);
}
.compare-head, .compare-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  align-items: center;
  padding: 18px 24px;
  font-size: 14.5px;
}
.compare-head {
  background: rgba(255, 255, 255, 0.03);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--line-2);
}
.compare-row { border-top: 1px solid rgba(255, 255, 255, 0.03); color: var(--soft); }
.compare-row > div:first-child { color: var(--ink); font-weight: 500; }
.compare-row .compare-vexa, .compare-head .compare-vexa { color: #cfd8ff; font-weight: 600; }
.compare-row-total {
  background: linear-gradient(90deg, rgba(150, 88, 255, 0.10), rgba(37, 198, 255, 0.10));
  font-weight: 600;
  font-size: 16px;
}
.compare-row-total .compare-vexa { color: white; font-size: 18px; }
.compare-row-total > div:first-child { color: white; }

/* ---- Pricing testimonials ---------------------------------------------- */
.pricing-testimonials { padding: 80px 24px; }
.pricing-tm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.pricing-tm {
  border: 1px solid var(--line-2);
  border-radius: 18px;
  background: rgba(8, 8, 14, 0.55);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 240ms ease;
}
.pricing-tm:hover { transform: translateY(-3px); }
.pricing-tm blockquote {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink);
}
.pricing-tm-foot { margin-top: auto; }
.pricing-tm-name { font-weight: 600; font-size: 14px; }
.pricing-tm-title {
  font-family: 'JetBrains Mono', monospace;
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

/* ---- Guarantee --------------------------------------------------------- */
.guarantee-section { padding: 40px 24px 80px; }
.guarantee-card {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(150, 88, 255, 0.3);
  border-radius: 28px;
  padding: 56px 40px;
  background:
    radial-gradient(circle at 50% 0%, rgba(150, 88, 255, 0.18) 0%, transparent 60%),
    rgba(8, 8, 14, 0.65);
  box-shadow:
    0 30px 80px -20px rgba(150, 88, 255, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.guarantee-badge {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.24em;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(150, 88, 255, 0.15);
  border: 1px solid rgba(150, 88, 255, 0.4);
  color: #e8d4ff;
  margin-bottom: 20px;
}
.guarantee-card h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
}
.guarantee-card p {
  color: var(--soft);
  font-size: 16px;
  line-height: 1.6;
  max-width: 580px;
  margin: 0 auto 28px;
}
.guarantee-meta {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-bottom: 32px;
  font-size: 14px;
  color: var(--soft);
  flex-wrap: wrap;
}
.guarantee-meta strong { color: white; font-size: 18px; margin-right: 6px; }

/* ---- FAQ tweaks for pricing ------------------------------------------- */
.pricing-faq .faq-list { margin-top: 36px; }

/* ---- Footer brand-logo wrapper fix ------------------------------------ */
footer .brand .brand-logo { height: 30px; }

/* =========================================================================
   RESPONSIVE
========================================================================= */
@media (max-width: 1100px) {
  .value-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .included-grid { grid-template-columns: 1fr; }
  .pricing-tm-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  main { padding-top: 92px; }
  .promo-inner {
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 12px;
    font-size: 12px;
    justify-content: center;
  }
  .promo-text { display: none; }
  .promo-cta { margin-left: 0; padding: 6px 12px; font-size: 12px; }
  .nav { top: 80px !important; }

  .pricing-hero { padding: 40px 16px 24px; }
  .pricing-hero-title { font-size: clamp(34px, 9vw, 52px) !important; }
  .pricing-hero-lede { font-size: 16px; }
  .pricing-hero-meta { gap: 12px; font-size: 13px; }

  .pricing-plans { padding: 40px 16px; }
  .pricing-h2 { font-size: clamp(28px, 7vw, 38px); }
  .pricing-sub { font-size: 15px; }

  .value-stats-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .value-stat { padding: 22px 16px; }
  .value-stat-num { font-size: 30px; }

  .included-card { padding: 24px; }

  .trust-row { grid-template-columns: 1fr; }
  .integration-chip { font-size: 11px; padding: 5px 10px; }

  .compare-table { border-radius: 16px; }
  .compare-head, .compare-row {
    grid-template-columns: 1.4fr 1fr 1fr;
    padding: 14px 14px;
    font-size: 12.5px;
  }
  .compare-head > div:nth-child(3), .compare-row > div:nth-child(3) { display: none; }
  .compare-row-total { font-size: 14px; }
  .compare-row-total .compare-vexa { font-size: 15px; }

  .guarantee-card { padding: 36px 22px; }
  .guarantee-meta { gap: 18px; font-size: 13px; }

  .pricing-faq { padding: 60px 16px !important; }
}

/* ---- Hero card (new section) -------------------------------------------- */
.pricing-herocard-section {
  padding: 100px 24px 40px;
}
.pricing-herocard {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 12% -10%, rgba(150,88,255,0.38), transparent 55%),
    radial-gradient(ellipse at 105% 110%, rgba(37,198,255,0.26), transparent 55%),
    linear-gradient(160deg, #16091f 0%, #0a0612 60%, #0c0716 100%);
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.65), 0 0 90px rgba(150,88,255,0.25), inset 0 1px 0 rgba(255,255,255,0.06);
  border: 1px solid rgba(150,88,255,0.28);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
  min-height: 640px;
}
.pricing-herocard-left {
  position: relative;
  z-index: 1;
  padding: 48px 56px 44px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--ink);
}
.pricing-herocard-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.pricing-herocard-switch {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  width: 64px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(150,88,255,0.30);
  cursor: pointer;
  appearance: none;
  padding: 0;
  transition: background 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}
.pricing-herocard-switch.is-cato {
  background: rgba(37,198,255,0.14);
  border-color: rgba(37,198,255,0.40);
  box-shadow: 0 0 24px rgba(37,198,255,0.20), inset 0 1px 0 rgba(255,255,255,0.06);
}
.pricing-herocard-switch.is-nara {
  background: rgba(150,88,255,0.16);
  border-color: rgba(150,88,255,0.45);
  box-shadow: 0 0 24px rgba(150,88,255,0.25), inset 0 1px 0 rgba(255,255,255,0.06);
}
.pricing-herocard-switch-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), #6ad8ff);
  box-shadow: 0 4px 12px rgba(37,198,255,0.50), inset 0 1px 0 rgba(255,255,255,0.30);
  transition: transform 360ms cubic-bezier(0.34, 1.56, 0.64, 1), background 320ms ease, box-shadow 320ms ease;
}
.pricing-herocard-switch.is-nara .pricing-herocard-switch-thumb {
  transform: translateX(32px);
  background: linear-gradient(135deg, var(--violet), var(--pink));
  box-shadow: 0 4px 14px rgba(150,88,255,0.55), inset 0 1px 0 rgba(255,255,255,0.30);
}
.pricing-herocard-logo img {
  width: 72px; height: 72px;
  border-radius: 18px;
  object-fit: contain;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(150,88,255,0.30);
  padding: 10px;
  box-shadow: 0 0 32px rgba(150,88,255,0.30), inset 0 1px 0 rgba(255,255,255,0.08);
}
.pricing-herocard-brand {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.pricing-herocard-features {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 520px;
  animation: pricing-herocard-feat-swap 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes pricing-herocard-feat-swap {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.pricing-herocard-features li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: flex-start;
  gap: 14px;
}
.pricing-herocard-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(150,88,255,0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--ink);
  box-shadow: 0 0 24px rgba(150,88,255,0.18), inset 0 1px 0 rgba(255,255,255,0.06);
  font-family: 'JetBrains Mono', monospace;
}
.pricing-herocard-feature-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 4px 0 4px;
  line-height: 1.25;
}
.pricing-herocard-feature-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--soft);
  margin: 0;
}
.pricing-herocard-cta {
  appearance: none;
  border: 0;
  cursor: pointer;
  background: linear-gradient(100deg, var(--cyan), var(--violet) 50%, var(--pink));
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  box-shadow: 0 14px 32px rgba(150,88,255,0.40), inset 0 1px 0 rgba(255,255,255,0.18);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.pricing-herocard-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(150,88,255,0.55), inset 0 1px 0 rgba(255,255,255,0.20);
}
.pricing-herocard-cta-icon { font-size: 16px; line-height: 1; }
.pricing-herocard-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.pricing-herocard-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(150,88,255,0.25);
  font-size: 12px;
  color: var(--soft);
  font-weight: 500;
  backdrop-filter: blur(6px);
}
.pricing-herocard-chip-icon { font-size: 13px; }

.pricing-herocard-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}
.pricing-herocard-avatar-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  height: 720px;
  border-radius: 50%;
  filter: blur(20px);
  transition: background 420ms ease;
}
.pricing-herocard-right.is-cato .pricing-herocard-avatar-bg {
  background: radial-gradient(circle, rgba(37,198,255,0.42), rgba(37,198,255,0.0) 60%);
}
.pricing-herocard-right.is-nara .pricing-herocard-avatar-bg {
  background: radial-gradient(circle, rgba(180,130,255,0.46), rgba(255,77,172,0.0) 60%);
}
.pricing-herocard-avatar {
  position: relative;
  z-index: 1;
  width: 130%;
  max-width: 720px;
  height: auto;
  animation: pricing-herocard-float 5.4s ease-in-out infinite, pricing-herocard-avatar-swap 480ms cubic-bezier(0.22, 1, 0.36, 1);
}
.pricing-herocard-right.is-cato .pricing-herocard-avatar {
  filter: drop-shadow(0 36px 60px rgba(0,0,0,0.50)) drop-shadow(0 0 60px rgba(37,198,255,0.55));
}
.pricing-herocard-right.is-nara .pricing-herocard-avatar {
  filter: drop-shadow(0 36px 60px rgba(0,0,0,0.50)) drop-shadow(0 0 60px rgba(150,88,255,0.55));
}
@keyframes pricing-herocard-avatar-swap {
  from { opacity: 0; transform: translateY(14px) scale(0.985); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes pricing-herocard-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
.pricing-herocard-sticker {
  position: absolute;
  top: 36px;
  right: 32px;
  z-index: 2;
  background: linear-gradient(135deg, var(--cyan) 0%, #6ad8ff 100%);
  color: #052033;
  padding: 14px 18px 12px;
  border-radius: 6px;
  transform: rotate(6deg);
  box-shadow: 0 14px 28px rgba(37,198,255,0.40), 0 0 30px rgba(37,198,255,0.30), inset 0 -2px 0 rgba(0,0,0,0.06);
  text-align: center;
  font-weight: 700;
}
.pricing-herocard-sticker::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.40), transparent 40%);
  border-radius: inherit;
  pointer-events: none;
}
.pricing-herocard-sticker-amt {
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.pricing-herocard-sticker-per {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 4px;
  color: #053248;
}

@media (max-width: 880px) {
  .pricing-herocard { grid-template-columns: 1fr; }
  .pricing-herocard-left { padding: 36px 28px 24px; }
  .pricing-herocard-right { padding: 0 24px; min-height: 320px; }
  .pricing-herocard-sticker { top: 18px; right: 18px; }
}

/* ---- Pricing Modal ------------------------------------------------------- */
.pricing-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(5, 5, 12, 0.72);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: pricing-modal-fade 220ms ease;
}
@keyframes pricing-modal-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.pricing-modal {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: #1a1a23;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 32px 26px 22px;
  box-shadow: 0 40px 90px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.06);
  animation: pricing-modal-pop 320ms cubic-bezier(0.22, 1, 0.36, 1);
  color: #f5f5f8;
}
@keyframes pricing-modal-pop {
  from { opacity: 0; transform: translateY(12px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.pricing-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.7);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease, color 200ms ease;
}
.pricing-modal-close:hover { background: rgba(255,255,255,0.12); color: #fff; }
.pricing-modal-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 6px;
  color: #fff;
}
.pricing-modal-sub {
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin: 0 0 22px;
}
.pricing-modal-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing-modal-option {
  position: relative;
  appearance: none;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px 16px;
  cursor: pointer;
  text-align: left;
  display: grid;
  grid-template-columns: 22px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 2px;
  font: inherit;
  color: inherit;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}
.pricing-modal-option:hover {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
}
.pricing-modal-option.active {
  border-color: rgba(150,88,255,0.7);
  background: rgba(150,88,255,0.10);
  box-shadow: 0 0 0 3px rgba(150,88,255,0.18), 0 12px 28px rgba(150,88,255,0.18);
}
.pricing-modal-radio {
  grid-row: 1 / span 2;
  align-self: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.30);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 200ms ease;
}
.pricing-modal-option.active .pricing-modal-radio {
  border-color: #b58bff;
}
.pricing-modal-radio-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b58bff;
  transform: scale(0);
  transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pricing-modal-option.active .pricing-modal-radio-dot {
  transform: scale(1);
}
.pricing-modal-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.pricing-modal-price-amt {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
}
.pricing-modal-price-mo {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}
.pricing-modal-price-was {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  text-decoration: line-through;
  margin-left: 4px;
}
.pricing-modal-price-off {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #6fe6a3;
  background: rgba(120,230,170,0.12);
  border: 1px solid rgba(120,230,170,0.30);
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 4px;
}
.pricing-modal-cycle {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
}
.pricing-modal-badge {
  position: absolute;
  top: -10px;
  right: 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
}
.pricing-modal-badge.is-best {
  background: linear-gradient(135deg, #2bd283 0%, #5ce0a3 100%);
}
.pricing-modal-badge.is-pop {
  background: linear-gradient(135deg, #8b5cff 0%, #b58bff 100%);
  box-shadow: 0 4px 14px rgba(150,88,255,0.4);
}
.pricing-modal-promo {
  margin: 18px 0 14px;
  padding: 11px 14px;
  border-radius: 12px;
  background: rgba(120,230,170,0.08);
  border: 1px solid rgba(120,230,170,0.18);
  color: #b8f0d3;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.pricing-modal-promo-icon { font-size: 14px; }
.pricing-modal-continue {
  width: 100%;
  appearance: none;
  border: 0;
  cursor: pointer;
  background: #0a0a14;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.10);
  transition: transform 200ms ease;
}
.pricing-modal-continue:hover { transform: translateY(-1px); }
.pricing-modal-guarantee {
  margin: 14px 0 8px;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pricing-modal-guarantee-icon { font-size: 13px; }
.pricing-modal-fine {
  font-size: 10.5px;
  line-height: 1.5;
  color: rgba(255,255,255,0.42);
  margin: 8px 0 0;
  text-align: center;
}
.pricing-modal-fine a { color: rgba(255,255,255,0.65); text-decoration: underline; }
