/* Pricing and subscription pages. */

/* Gemini-style pricing/subscriptions */
body .ok-pricing-wrap {
  padding: clamp(62px, 8vw, 112px) 20px 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 4%, rgba(168, 199, 250, .55), transparent 26%),
    radial-gradient(circle at 90% 8%, rgba(196, 181, 253, .42), transparent 28%),
    radial-gradient(circle at 65% 50%, rgba(246, 174, 169, .22), transparent 25%),
    var(--ok-surface);
}

body .ok-pricing-header {
  width: min(100%, 980px);
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
  margin: 0 auto 60px;
  text-align: center;
}

body .ok-pricing-back {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ok-blue-ui);
}

body .ok-badge {
  padding: 8px 15px;
  border: 1px solid var(--ok-border-blue);
  background: var(--ok-blue-soft);
  color: var(--ok-blue-ui);
  font-weight: 650;
}

body .ok-pricing-header h1,
body .ok-pricing-header h2 {
  flex: 0 0 100%;
  max-width: 900px;
  margin: 10px auto 20px;
  font-size: clamp(46px, 7vw, 92px);
  line-height: 1;
  color: var(--ok-ink);
  letter-spacing: 0;
}

body .ok-pricing-header h1 > span,
body .ok-pricing-header h1 > strong {
  display: block;
  font: inherit;
  letter-spacing: inherit;
}

body .ok-pricing-header h1 > strong {
  background: var(--ok-gemini-gradient);
  background-size: 180% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--ok-violet);
  -webkit-text-fill-color: transparent;
  animation: okbGeminiGradient 7s ease-in-out infinite alternate;
}

body .ok-pricing-header p {
  flex: 0 0 100%;
  max-width: 680px;
  margin-inline: auto;
  color: var(--ok-ink-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
}

body .ok-credit-plans {
  max-width: 1180px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body .ok-credit-card {
  min-height: 610px;
  padding: 28px;
  border: 1px solid var(--ok-border);
  border-radius: 28px;
  background: var(--ok-surface);
  box-shadow: none;
}

body .ok-credit-card:nth-child(4n + 1) {
  background: var(--ok-page-bg-soft);
}

body .ok-credit-card:nth-child(4n + 2) {
  background: var(--ok-surface-soft);
}

body .ok-credit-card:nth-child(4n + 3) {
  background: var(--ok-surface-soft);
}

body .ok-credit-card:nth-child(4n) {
  background: var(--ok-surface-soft);
}

body .ok-credit-card:hover {
  border-color: var(--ok-border-blue);
  box-shadow: 0 18px 50px rgba(60, 64, 67, .14);
}

body .ok-credit-card.is-popular {
  border: 2px solid var(--ok-blue-ui);
  background:
    radial-gradient(circle at 100% 0, rgba(196, 181, 253, .46), transparent 35%),
    var(--ok-page-bg-soft);
}

body .ok-popular-tag {
  background: var(--ok-blue-ui);
  color: var(--ok-surface);
  box-shadow: none;
}

body .ok-card-top h3 {
  font-size: 26px;
  font-weight: 500;
}

body .ok-price,
body .ok-price-current {
  color: var(--ok-ink);
  font-size: clamp(46px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -.055em;
}

body .ok-credit-line {
  border-color: rgba(95, 99, 104, .16);
}

body .ok-credit-line strong {
  color: var(--ok-blue-ui);
  font-size: 22px;
}

body .ok-features li {
  padding: 11px 0;
  border-color: rgba(95, 99, 104, .13);
  color: var(--ok-ink-soft);
  font-size: 14px;
}

body .ok-features li::before {
  background: var(--ok-blue-soft);
  color: var(--ok-blue-ui);
}

body .ok-buy-credit {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--ok-blue-ui);
  color: var(--ok-surface);
  box-shadow: none;
}

body .ok-buy-credit *,
body .ok-buy-credit:hover * {
  color: var(--ok-surface);
}

body .ok-on-demand-section,
body .ok-enterprise-credit,
body .ok-promo-panel {
  max-width: 1320px;
  border: 1px solid var(--ok-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 10%, rgba(168, 199, 250, .4), transparent 28%),
    radial-gradient(circle at 90% 90%, rgba(246, 174, 169, .25), transparent 28%),
    var(--ok-surface);
  box-shadow: none;
}

body .ok-offer-timer {
  width: min(100%, calc(100vw - 40px), 760px);
  max-width: 760px;
  margin: 20px auto 0;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(178px, .72fr) minmax(0, 1.28fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(168, 199, 250, .7);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(18, 22, 29, .96), rgba(13, 17, 24, .94)),
    radial-gradient(circle at 6% 0, rgba(168,199,250,.32), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(246,174,169,.22), transparent 34%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
}

body .ok-offer-timer-copy {
  min-width: 0;
  text-align: left;
}

body .ok-offer-timer-copy span {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

body .ok-offer-timer-copy strong {
  display: block;
  font-size: 16px;
  line-height: 1.15;
}

body .ok-offer-timer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

body .ok-offer-timer-grid div {
  min-width: 0;
  padding: 10px 6px 9px;
  border: 1px solid var(--ok-border);
  border-radius: 12px;
  background: var(--ok-surface-muted);
  text-align: center;
}

body .ok-offer-timer-grid strong {
  display: block;
  font-size: clamp(18px, 2.4vw, 26px);
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

body .ok-offer-timer-grid span {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

body .ok-enterprise-credit a,
body .ok-promo-form button {
  border-radius: 999px;
  background: var(--ok-blue-ui);
  color: var(--ok-surface);
}

body .ok-subscription-benefits,
body .ok-subscription-faq {
  max-width: 1320px;
  margin: clamp(76px, 9vw, 126px) auto 0;
}

body .ok-subscription-benefits-head {
  max-width: 860px;
  margin-bottom: 42px;
}

body .ok-subscription-benefits-head > span,
body .ok-subscription-faq > div:first-child > span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--ok-blue-ui);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body .ok-subscription-benefits h2,
body .ok-subscription-faq h2 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .98;
}

@media (max-width: 720px) {
  body .ok-offer-timer {
    width: min(100%, calc(100vw - 64px), 430px);
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
  }

  body .ok-offer-timer-copy {
    text-align: center;
  }

  body .ok-offer-timer-copy span {
    justify-content: center;
    margin-inline: auto;
    font-size: 10px;
  }

  body .ok-offer-timer-copy strong {
    font-size: 15px;
  }

  body .ok-offer-timer-grid {
    gap: 5px;
  }

  body .ok-offer-timer-grid div {
    padding: 8px 2px 7px;
    border-radius: 10px;
  }

  body .ok-offer-timer-grid strong {
    font-size: clamp(15px, 5vw, 20px);
  }

  body .ok-offer-timer-grid span {
    font-size: 7px;
    letter-spacing: .02em;
  }
}

body .ok-subscription-benefits-head p {
  max-width: 720px;
  color: var(--ok-ink-muted);
  font-size: 18px;
}

body .ok-subscription-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body .ok-subscription-benefit-grid article {
  min-height: 310px;
  padding: 30px;
  border: 1px solid var(--ok-border);
  border-radius: 28px;
}

body .ok-subscription-benefit-grid article:nth-child(1) {
  background: var(--ok-blue-soft);
}

body .ok-subscription-benefit-grid article:nth-child(2) {
  background: var(--ok-surface-soft);
}

body .ok-subscription-benefit-grid article:nth-child(3) {
  background: var(--ok-surface-soft);
}

body .ok-subscription-benefit-grid i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 72px;
  border-radius: 18px;
  background: var(--ok-surface);
  color: var(--ok-blue-ui);
  font-size: 20px;
}

body .ok-subscription-benefit-grid h3 {
  margin: 0 0 12px;
  font-size: 27px;
}

body .ok-subscription-benefit-grid p {
  margin: 0;
  color: var(--ok-ink-muted);
  line-height: 1.65;
}

body .ok-subscription-faq {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
  gap: clamp(34px, 7vw, 100px);
}

body .ok-subscription-faq-list {
  border-top: 1px solid var(--ok-border);
}

body .ok-subscription-faq details {
  border-bottom: 1px solid var(--ok-border);
}

body .ok-subscription-faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: var(--ok-ink);
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  list-style: none;
}

body .ok-subscription-faq summary::after {
  position: absolute;
  right: 8px;
  content: "+";
  color: var(--ok-blue-ui);
  font-size: 26px;
  font-weight: 400;
}

body .ok-subscription-faq details[open] summary::after {
  content: "\2212";
}

body .ok-subscription-faq details p {
  max-width: 720px;
  margin: -4px 0 24px;
  color: var(--ok-ink-muted);
}


/* Final pricing plans polish: Gemini subscription-inspired alignment */
body .ok-pricing-wrap {
  text-align: center;
}

body.ok-checkout-success-open {
  overflow: hidden;
}

body .ok-checkout-wrap.is-complete .ok-checkout-shell {
  display: none;
}

#okCheckoutSuccessPopup[hidden] {
  display: none;
}

#okCheckoutSuccessPopup.active {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(32, 33, 36, .54);
  backdrop-filter: blur(10px) saturate(120%);
}

#okCheckoutSuccessPopup .ok-popup-box {
  width: min(430px, 100%);
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: clamp(28px, 5vw, 42px) clamp(22px, 4vw, 34px);
  border: 1px solid rgba(168, 199, 250, .9);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0, rgba(232, 240, 254, .95), transparent 44%),
    var(--ok-surface);
  color: var(--ok-ink);
  text-align: center;
  box-shadow: 0 34px 100px rgba(32, 33, 36, .24);
  transform: translateY(0);
}

#okCheckoutSuccessPopup .ok-checkmark {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 0 4px;
  border: 1px solid rgba(19, 115, 51, .18);
  border-radius: 50%;
  background: #e6f4ea;
  color: #137333;
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

#okCheckoutSuccessPopup h3 {
  margin: 0;
  color: var(--ok-ink);
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: 0;
}

#okCheckoutSuccessPopup p {
  max-width: 330px;
  margin: 0 0 6px;
  color: var(--ok-ink-muted);
  font-size: 15px;
  line-height: 1.6;
}

#okCheckoutSuccessPopup .ok-popup-continue {
  min-width: 160px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--ok-blue-ui);
  color: var(--ok-surface);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(26, 115, 232, .24);
}

#okCheckoutSuccessPopup .ok-popup-continue:hover,
#okCheckoutSuccessPopup .ok-popup-continue:focus-visible {
  background: var(--ok-blue-ui);
  color: var(--ok-surface);
  box-shadow: 0 0 0 4px rgba(26, 115, 232, .18), 0 16px 34px rgba(26, 115, 232, .28);
}

body .ok-credit-plans {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(18px, 2vw, 24px);
  margin: clamp(36px, 5vw, 58px) auto clamp(32px, 5vw, 54px);
}

body .ok-pricing-back {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--ok-blue-ui);
  font-weight: 750;
  text-decoration: none;
}

body .ok-pricing-back:hover,
body .ok-pricing-back:focus-visible {
  background: var(--ok-blue-soft);
  color: var(--ok-blue-strong);
}

body .ok-badge {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

body .ok-test-payment-banner,
body .ok-payment-unavailable-banner {
  width: min(760px, 100%);
  margin: -26px auto clamp(28px, 4vw, 42px);
  padding: 12px 16px;
  border-radius: 999px;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
}

body .ok-test-payment-banner {
  border: 1px solid #fed7aa;
  background: var(--ok-surface-soft);
  color: #9a3412;
}

body .ok-payment-unavailable-banner {
  border: 1px solid rgba(255, 138, 128, .38);
  background: var(--ok-surface-soft);
  color: var(--ok-red);
}

body .ok-credit-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: clamp(24px, 2.4vw, 34px) clamp(22px, 2.2vw, 30px);
  border: 1px solid var(--ok-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0 0, rgba(168,199,250,.18), transparent 28%),
    var(--ok-surface);
  box-shadow: 0 14px 42px rgba(0, 0, 0, .18);
  text-align: left;
}

body .ok-credit-card.is-popular {
  border-color: var(--ok-blue-ui);
  background:
    radial-gradient(circle at 0 0, rgba(168,199,250,.34), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(196,181,253,.22), transparent 30%),
    var(--ok-page-bg-soft);
  box-shadow: 0 18px 54px rgba(26,115,232,.16);
}

body .ok-card-top,
body .ok-price,
body .ok-credit-line {
  text-align: left;
}

body .ok-card-top h3 {
  margin: 0 0 28px;
  color: var(--ok-ink);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.035em;
}

body .ok-price {
  margin: 0 0 22px;
}

body .ok-price span[data-price-current],
body .ok-price-current {
  color: var(--ok-ink);
  font-size: clamp(50px, 4vw, 70px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.06em;
}

body .ok-price .ok-currency {
  color: var(--ok-ink-muted);
  font-size: .82em;
  letter-spacing: -.04em;
}

body .ok-credit-line {
  min-height: 74px;
  display: block;
  margin: 0 0 22px;
  padding-top: 0;
  border-top: 0;
}

body .ok-credit-card .ok-promo-applied[hidden],
body .ok-credit-card .ok-promo-applied:empty {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body .ok-credit-line strong {
  display: block;
  color: var(--ok-blue-ui);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

body .ok-credit-line small {
  display: block;
  margin: 7px 0 0;
  color: var(--ok-ink-muted);
  font-size: 14px;
  line-height: 1.6;
}

body .ok-features {
  flex: 1 1 auto;
  width: 100%;
  display: grid;
  justify-items: stretch;
  gap: 14px;
  margin: 4px 0 30px;
  padding: 0;
  text-align: left;
  list-style: none;
}

body .ok-features li {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  justify-content: stretch;
  gap: 12px;
  padding: 0;
  color: var(--ok-ink-soft);
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
}

body .ok-features li::before {
  content: "\2713";
  position: static;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  margin-top: .05em;
  border-radius: 50%;
  background: var(--ok-blue-soft);
  color: var(--ok-blue-ui);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

body .ok-buy-credit {
  width: 100%;
  min-height: 54px;
  margin-top: auto;
  border: 0;
  border-radius: 999px;
  background: var(--ok-blue-ui);
  color: var(--ok-surface);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(26,115,232,.22);
}

body .ok-buy-credit:hover {
  background: var(--ok-blue-ui);
  color: var(--ok-surface);
  box-shadow: 0 14px 30px rgba(26,115,232,.28);
  transform: translateY(-1px);
}

body .ok-enterprise-credit {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 22px;
  margin: clamp(24px, 4vw, 46px) auto clamp(72px, 8vw, 118px);
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(218,220,224,.88);
  border-radius: 32px;
  background:
    radial-gradient(circle at 0 0, rgba(168,199,250,.32), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(246,174,169,.24), transparent 30%),
    var(--ok-surface);
  text-align: center;
  box-shadow: 0 16px 48px rgba(60,64,67,.08);
}

body .ok-enterprise-credit span {
  color: var(--ok-ink-muted);
  font-size: 14px;
  font-weight: 700;
}

body .ok-enterprise-credit h3 {
  margin: 12px 0 14px;
  color: var(--ok-ink);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

body .ok-enterprise-credit p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--ok-ink-muted);
  font-size: 17px;
  line-height: 1.65;
}

body .ok-enterprise-credit a {
  min-height: 52px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: var(--ok-blue-ui);
  color: var(--ok-surface);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(26,115,232,.22);
}

body .ok-enterprise-credit a:hover {
  background: var(--ok-blue-ui);
  color: var(--ok-surface);
}

body .ok-subscription-benefits {
  width: min(1320px, 100%);
  margin: 0 auto clamp(72px, 8vw, 120px);
  text-align: center;
}

body .ok-subscription-benefits-head {
  width: min(920px, 100%);
  max-width: 920px;
  margin: 0 auto clamp(34px, 5vw, 56px);
  text-align: center;
}

body .ok-subscription-benefits-head > span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 18px;
  color: var(--ok-blue-ui);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body .ok-subscription-benefits h2 {
  max-width: 920px;
  margin: 0 auto 20px;
  color: var(--ok-ink);
  font-size: clamp(48px, 6.4vw, 86px);
  line-height: .98;
  letter-spacing: -.065em;
  text-align: center;
}

body .ok-subscription-benefits-head p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--ok-ink-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 1100px) {
  body .ok-credit-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body .ok-pricing-wrap {
    padding: 48px 14px 70px;
  }

  body .ok-pricing-header {
    gap: 8px;
    margin-bottom: 42px;
  }

  body .ok-pricing-header h1,
  body .ok-pricing-header h2 {
    margin-top: 14px;
    font-size: clamp(42px, 13vw, 62px);
    line-height: 1.04;
  }

  body .ok-pricing-header p {
    font-size: 16px;
  }

  body .ok-credit-plans {
    grid-template-columns: 1fr;
  }

  body .ok-test-payment-banner,
  body .ok-payment-unavailable-banner {
    margin-top: -18px;
    border-radius: 18px;
  }

  body .ok-subscription-benefits h2 {
    font-size: clamp(38px, 13vw, 58px);
  }
}

/* Premium pricing finish */
body .ok-pricing-wrap {
  isolation: isolate;
}

body .ok-pricing-wrap :where(.ok-credit-card, .ok-on-demand-section, .ok-enterprise-credit, .ok-subscription-benefit-grid article, .ok-subscription-faq-list details) {
  border-radius: 24px;
}

body .ok-credit-card {
  position: relative;
  overflow: visible;
  padding-top: clamp(28px, 3vw, 40px);
  border-color: var(--ok-border);
  background:
    linear-gradient(180deg, var(--ok-surface), var(--ok-page-bg-soft)),
    radial-gradient(circle at 0 0, rgba(168, 199, 250, .2), transparent 34%);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .2);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body .ok-credit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 199, 250, .95);
  box-shadow: 0 26px 72px rgba(60, 64, 67, .16), 0 0 0 6px rgba(168, 199, 250, .14);
}

body .ok-credit-card.is-popular {
  border: 1px solid rgba(26, 115, 232, .72);
  background:
    radial-gradient(circle at 10% 0, rgba(168, 199, 250, .5), transparent 38%),
    radial-gradient(circle at 100% 8%, rgba(196, 181, 253, .36), transparent 34%),
    linear-gradient(180deg, var(--ok-surface), var(--ok-page-bg-soft));
  box-shadow: 0 28px 86px rgba(26, 115, 232, .18), 0 0 0 6px rgba(168, 199, 250, .16);
}

body .ok-popular-tag {
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 3;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ok-blue-ui), var(--ok-violet));
  color: var(--ok-surface);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(26, 115, 232, .28);
  transform: translateX(-50%);
}

body .ok-popular-tag::before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
}

body .ok-price-original {
  display: inline-flex;
  align-items: baseline;
  margin-right: 10px;
  color: var(--ok-ink-faint);
  font-size: 22px;
  font-weight: 750;
  text-decoration: line-through;
}

body .ok-promo-applied:not([hidden]) {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: -6px 0 18px;
  padding: 7px 10px;
  border: 1px solid #a8dab5;
  border-radius: 999px;
  background: #e6f4ea;
  color: #137333;
  font-size: 12px;
  font-weight: 850;
}

body .ok-buy-credit,
body .ok-enterprise-credit a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: linear-gradient(135deg, var(--ok-blue-ui), var(--ok-blue-ui));
  box-shadow: 0 14px 30px rgba(26, 115, 232, .24);
}

body .ok-buy-credit:focus-visible,
body .ok-enterprise-credit a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(26, 115, 232, .18), 0 16px 34px rgba(26, 115, 232, .3);
}

body .ok-buy-credit:disabled {
  background: var(--ok-border-soft);
  color: var(--ok-ink-faint);
  box-shadow: none;
  cursor: not-allowed;
}

body .ok-on-demand-section {
  border-color: rgba(168, 199, 250, .72);
  background:
    radial-gradient(circle at 0 0, rgba(168, 199, 250, .42), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(129, 201, 149, .24), transparent 32%),
    linear-gradient(135deg, var(--ok-surface), var(--ok-page-bg-soft));
}

body .ok-on-demand-notice {
  width: max-content;
  max-width: 100%;
  margin-top: 18px;
  padding: 10px 13px;
  border: 1px solid #fed7aa;
  border-radius: 16px;
  background: var(--ok-surface-soft);
  color: #9a3412;
  font-size: 13px;
  font-weight: 850;
}

body .ok-enterprise-credit {
  position: relative;
  overflow: hidden;
  border-color: rgba(168, 199, 250, .72);
  background:
    radial-gradient(circle at 0 0, rgba(168, 199, 250, .4), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(196, 181, 253, .32), transparent 32%),
    linear-gradient(135deg, var(--ok-surface), var(--ok-page-bg-soft));
}

body .ok-enterprise-credit span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border: 1px solid var(--ok-border-blue);
  border-radius: 999px;
  background: var(--ok-blue-soft);
  color: var(--ok-blue-ui);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body .ok-enterprise-credit a i {
  color: inherit;
  font-size: 15px;
}

body .ok-subscription-benefit-grid article,
body .ok-subscription-faq-list details {
  border: 1px solid var(--ok-border);
  background: var(--ok-surface);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .18);
}

body .ok-subscription-benefit-grid article {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 3vw, 34px);
  text-align: center;
}

body .ok-subscription-benefit-grid article i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 0 18px;
  border-radius: 16px;
  background: var(--ok-blue-soft);
  color: var(--ok-blue-ui);
  font-size: 20px;
}

@media (max-width: 780px) {
  body .ok-subscription-benefit-grid article i {
    margin: 0 0 16px;
  }
}

body .ok-subscription-benefit-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.15;
  text-align: center;
}

body .ok-subscription-benefit-grid p {
  max-width: 330px;
  margin: 0 auto;
  color: var(--ok-ink-muted);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

#okSuccessPopup[hidden],
#okCheckoutSuccessPopup[hidden] {
  display: none;
}

#okSuccessPopup.active,
#okCheckoutSuccessPopup.active {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(32, 33, 36, .56);
  backdrop-filter: blur(10px) saturate(120%);
}

#okSuccessPopup .ok-popup-box,
#okCheckoutSuccessPopup .ok-popup-box {
  width: min(430px, 100%);
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: clamp(28px, 5vw, 42px) clamp(22px, 4vw, 34px);
  border: 1px solid rgba(168, 199, 250, .9);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0, rgba(232, 240, 254, .95), transparent 44%),
    var(--ok-surface);
  color: var(--ok-ink);
  text-align: center;
  box-shadow: 0 34px 100px rgba(32, 33, 36, .24);
}

#okSuccessPopup .ok-checkmark,
#okCheckoutSuccessPopup .ok-checkmark {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 0 4px;
  border: 1px solid rgba(19, 115, 51, .18);
  border-radius: 50%;
  background: #e6f4ea;
  color: #137333;
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

#okSuccessPopup h3,
#okCheckoutSuccessPopup h3 {
  margin: 0;
  color: var(--ok-ink);
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: 0;
}

#okSuccessPopup p,
#okCheckoutSuccessPopup p {
  max-width: 330px;
  margin: 0 0 6px;
  color: var(--ok-ink-muted);
  font-size: 15px;
  line-height: 1.6;
}

#okSuccessPopup button,
#okCheckoutSuccessPopup button {
  min-width: 160px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--ok-blue-ui);
  color: var(--ok-surface);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(26, 115, 232, .24);
}

@media (max-width: 680px) {
  body .ok-credit-card {
    border-radius: 22px;
  }

  body .ok-popular-tag {
    top: -15px;
    min-height: 32px;
    padding-inline: 13px;
  }

  body .ok-enterprise-credit a {
    width: 100%;
  }
}

/* Pricing row and FAQ refinement */
body .ok-credit-plans {
  width: min(1500px, 100%);
  max-width: 1500px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.5vw, 22px);
}

body .ok-credit-card {
  padding-inline: clamp(20px, 1.8vw, 30px);
}

body .ok-card-top h3 {
  font-size: clamp(21px, 1.45vw, 25px);
}

body .ok-price span[data-price-current],
body .ok-price-current {
  font-size: clamp(46px, 3.45vw, 64px);
}

body .ok-features li {
  font-size: 14px;
  gap: 10px;
}

body .ok-subscription-faq {
  width: min(1240px, 100%);
  display: grid;
  grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr);
  align-items: start;
  gap: clamp(28px, 5vw, 72px);
  margin: clamp(68px, 8vw, 110px) auto 0;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--ok-border);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0 0, rgba(168, 199, 250, .28), transparent 32%),
    linear-gradient(135deg, var(--ok-surface), var(--ok-page-bg-soft));
  box-shadow: 0 20px 64px rgba(0, 0, 0, .2);
  text-align: left;
}

body .ok-subscription-faq > div:first-child {
  position: sticky;
  top: calc(var(--okb-header-height, 74px) + 24px);
}

body .ok-subscription-faq > div:first-child > span {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 32px;
  margin: 0 0 18px;
  padding: 0 12px;
  border: 1px solid var(--ok-border-blue);
  border-radius: 999px;
  background: var(--ok-blue-soft);
  color: var(--ok-blue-ui);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body .ok-subscription-faq h2 {
  max-width: 360px;
  margin: 0;
  color: var(--ok-ink);
  font-size: clamp(42px, 4.6vw, 70px);
  line-height: 1;
  letter-spacing: 0;
}

body .ok-subscription-faq-list {
  display: grid;
  gap: 12px;
  border-top: 0;
}

body .ok-subscription-faq details {
  overflow: hidden;
  border: 1px solid var(--ok-border);
  border-radius: 20px;
  background: var(--ok-surface);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

body .ok-subscription-faq details[open] {
  border-color: rgba(168, 199, 250, .95);
  background:
    radial-gradient(circle at 100% 0, rgba(232, 240, 254, .72), transparent 34%),
    var(--ok-surface);
  box-shadow: 0 18px 46px rgba(60, 64, 67, .11);
}

body .ok-subscription-faq summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 18px 72px 18px 24px;
  color: var(--ok-ink);
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0;
  list-style: none;
}

body .ok-subscription-faq summary::-webkit-details-marker {
  display: none;
}

body .ok-subscription-faq summary::after {
  right: 22px;
  top: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(168, 199, 250, .9);
  border-radius: 50%;
  background: var(--ok-blue-soft);
  color: var(--ok-blue-ui);
  font-size: 20px;
  font-weight: 850;
  line-height: 1;
  transform: translateY(-50%);
}

body .ok-subscription-faq details[open] summary::after {
  background: var(--ok-blue-ui);
  color: var(--ok-surface);
}

body .ok-subscription-faq details p {
  max-width: 760px;
  margin: 0;
  padding: 0 24px 24px;
  color: var(--ok-ink-muted);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1280px) {
  body .ok-credit-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(820px, 100%);
  }
}

@media (min-width: 1281px) {
  body .ok-credit-plans {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body .ok-subscription-faq {
    grid-template-columns: 1fr;
  }

  body .ok-subscription-faq > div:first-child {
    position: static;
    text-align: center;
  }

  body .ok-subscription-faq > div:first-child > span {
    margin-inline: auto;
  }

  body .ok-subscription-faq h2 {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
  }
}

@media (max-width: 680px) {
  body .ok-credit-plans {
    width: 100%;
    grid-template-columns: 1fr;
  }

  body .ok-subscription-faq {
    padding: 20px;
    border-radius: 24px;
  }

  body .ok-subscription-faq summary {
    min-height: 68px;
    padding: 16px 62px 16px 18px;
  }

  body .ok-subscription-faq details p {
    padding: 0 18px 20px;
  }
}

/* Dedicated On Demand pricing block */
body .ok-on-demand-section {
  position: relative;
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  margin: clamp(32px, 5vw, 58px) auto clamp(38px, 6vw, 72px);
  padding: clamp(30px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid var(--ok-border);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0 0, rgba(168,199,250,.36), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(246,174,169,.22), transparent 30%),
    linear-gradient(135deg, rgba(18, 22, 29, .96), rgba(13, 17, 24, .94));
  box-shadow: 0 18px 58px rgba(0, 0, 0, .2);
  text-align: left;
}

body .ok-on-demand-section::before {
  content: "";
  position: absolute;
  left: clamp(22px, 4vw, 54px);
  top: clamp(22px, 4vw, 54px);
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background:
    linear-gradient(var(--ok-surface), var(--ok-surface)) padding-box,
    conic-gradient(from 160deg, var(--ok-border-blue), #d7aefb, #f6aea9, var(--ok-border-blue)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 12px 30px rgba(60,64,67,.12);
}

body .ok-on-demand-section::after {
  content: "24h";
  position: absolute;
  left: calc(clamp(22px, 4vw, 54px) + 15px);
  top: calc(clamp(22px, 4vw, 54px) + 18px);
  color: var(--ok-blue-ui);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: -.02em;
}

body .ok-on-demand-copy {
  max-width: 620px;
  padding-top: 70px;
  color: var(--ok-ink-muted);
  text-align: left;
}

body .ok-on-demand-copy span {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--ok-blue-soft);
  color: var(--ok-blue-ui);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body .ok-on-demand-copy h3 {
  max-width: 560px;
  margin: 0 0 18px;
  color: var(--ok-ink);
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.06em;
}

body .ok-on-demand-copy p {
  max-width: 600px;
  margin: 0;
  color: var(--ok-ink-muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

body .ok-credit-card.ok-credit-card--on-demand {
  width: 100%;
  max-width: 440px;
  justify-self: end;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--ok-border);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 0, rgba(232,222,248,.46), transparent 34%),
    linear-gradient(180deg, var(--ok-surface), var(--ok-page-bg-soft));
  box-shadow:
    var(--ok-shadow-xs),
    0 18px 54px rgba(0, 0, 0, .24);
  text-align: left;
}

body .ok-credit-card--on-demand .ok-card-top h3 {
  margin-bottom: 30px;
  font-size: 26px;
}

body .ok-credit-card--on-demand .ok-price {
  margin-bottom: 28px;
}

body .ok-credit-card--on-demand .ok-credit-line {
  min-height: auto;
  margin-bottom: 26px;
}

body .ok-credit-card--on-demand .ok-features {
  gap: 16px;
  margin-bottom: 34px;
}

body .ok-credit-card--on-demand .ok-buy-credit {
  min-height: 56px;
}

@media (max-width: 900px) {
  body .ok-on-demand-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 28px;
    border-radius: 28px;
  }

  body .ok-on-demand-copy {
    padding-top: 78px;
    text-align: left;
  }

  body .ok-credit-card.ok-credit-card--on-demand {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 560px) {
  body .ok-on-demand-section {
    padding: 22px;
    border-radius: 24px;
  }

  body .ok-on-demand-copy h3 {
    font-size: clamp(36px, 13vw, 52px);
  }
}

/* Compact On Demand and footer headline polish */
body .ok-on-demand-section {
  width: min(1040px, 100%);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(22px, 4vw, 48px);
  margin: clamp(28px, 4vw, 46px) auto clamp(34px, 5vw, 58px);
  padding: clamp(26px, 4vw, 42px);
  border-radius: 26px;
}

body .ok-on-demand-section::before,
body .ok-on-demand-section::after {
  content: none;
}

body .ok-on-demand-copy {
  max-width: 520px;
  padding-top: 0;
}

body .ok-on-demand-copy span {
  min-height: 30px;
  margin-bottom: 12px;
}

body .ok-on-demand-copy h3 {
  max-width: 520px;
  margin-bottom: 12px;
  font-size: clamp(34px, 4.3vw, 56px);
  line-height: 1.02;
}

body .ok-on-demand-copy p {
  max-width: 520px;
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.62;
}

body .ok-credit-card.ok-credit-card--on-demand {
  max-width: 360px;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(60, 64, 67, .12);
}

body .ok-credit-card--on-demand .ok-card-top h3 {
  margin-bottom: 18px;
  font-size: 22px;
}

body .ok-credit-card--on-demand .ok-price {
  margin-bottom: 18px;
}

body .ok-credit-card--on-demand .ok-price span[data-price-current] {
  font-size: clamp(42px, 4vw, 56px);
}

body .ok-credit-card--on-demand .ok-credit-line {
  margin-bottom: 18px;
}

body .ok-credit-card--on-demand .ok-credit-line strong {
  font-size: 24px;
}

body .ok-credit-card--on-demand .ok-features {
  gap: 10px;
  margin-bottom: 22px;
}

body .ok-credit-card--on-demand .ok-features li {
  font-size: 13px;
  line-height: 1.45;
}

body .ok-credit-card--on-demand .ok-buy-credit {
  min-height: 50px;
}

@media (max-width: 900px) {
  body .ok-on-demand-section {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  body .ok-on-demand-copy {
    text-align: left;
  }
}

@media (max-width: 560px) {
  body .ok-on-demand-section {
    padding: 20px;
    border-radius: 22px;
  }

  body .ok-on-demand-copy h3 {
    font-size: clamp(32px, 10vw, 44px);
  }

  body .ok-on-demand-copy p {
    font-size: 15px;
  }

  body .ok-credit-card.ok-credit-card--on-demand {
    padding: 20px;
  }

}

/* Final root-token pricing finish */
body .ok-pricing-wrap {
  background: var(--ok-gradient-page);
  color: var(--ok-ink-soft);
}

body .ok-credit-card,
body .ok-credit-card:nth-child(n),
body .ok-credit-card.is-popular,
body .ok-on-demand-card,
body .ok-enterprise-credit,
body .ok-subscription-benefits,
body .ok-subscription-faq,
body .ok-pricing-panel,
body .ok-pricing-card {
  border-color: var(--ok-border);
  background: var(--ok-gradient-card);
  color: var(--ok-ink-soft);
  box-shadow: none;
}

body .ok-credit-card.is-popular {
  border-color: var(--ok-border-blue);
}

body .ok-pricing-wrap :where(h1, h2, h3, strong) {
  color: var(--ok-ink);
}

body .ok-pricing-wrap :where(p, li, small, span) {
  color: var(--ok-ink-muted);
}

body .ok-badge,
body .ok-popular-tag {
  border-color: var(--ok-border-blue);
  background: rgba(122, 183, 255, .14);
  color: var(--ok-sky);
  box-shadow: none;
}

body .ok-price,
body .ok-price-current,
body .ok-credit-line strong {
  color: var(--ok-ink);
}

/* Final dark pricing system: root-token surfaces without layout changes. */
body .ok-pricing-wrap {
  background:
    radial-gradient(circle at 10% 0, rgba(122, 183, 255, .11), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(168, 131, 255, .1), transparent 26%),
    var(--ok-page-bg);
  color: var(--ok-ink-soft);
}

body .ok-pricing-wrap :where(.ok-credit-card, .ok-on-demand-section, .ok-enterprise-credit, .ok-subscription-benefits, .ok-subscription-faq) {
  border-color: var(--ok-border);
  background: var(--ok-gradient-card);
  color: var(--ok-ink-soft);
  box-shadow: none;
}

body .ok-pricing-wrap :where(.ok-credit-card:nth-child(n), .ok-credit-card.is-popular, .ok-credit-card.ok-credit-card--on-demand) {
  border-color: var(--ok-border);
  background: var(--ok-gradient-card);
  box-shadow: none;
}

body .ok-pricing-wrap .ok-credit-card:hover,
body .ok-pricing-wrap .ok-credit-card.is-popular:hover {
  transform: translateY(-3px);
  border-color: var(--ok-border-blue);
  box-shadow: none;
}

body .ok-pricing-wrap :where(h1, h2, h3, .ok-price, .ok-price-current, .ok-credit-line strong) {
  color: var(--ok-ink);
  -webkit-text-fill-color: currentColor;
}

body .ok-pricing-wrap :where(p, li, small, .ok-credit-line small) {
  color: var(--ok-ink-muted);
}

body .ok-pricing-wrap :where(.ok-badge, .ok-popular-tag, .ok-subscription-benefits-head > span, .ok-subscription-faq > div:first-child > span, .ok-on-demand-copy span, .ok-enterprise-credit span) {
  border: 1px solid var(--ok-border-blue);
  background: rgba(122, 183, 255, .12);
  color: var(--ok-sky);
  box-shadow: none;
}

body .ok-pricing-wrap .ok-test-payment-banner {
  border-color: rgba(251, 191, 36, .42);
  background: rgba(251, 191, 36, .08);
  color: #fbbf24;
}

body .ok-pricing-wrap .ok-payment-unavailable-banner,
body .ok-pricing-wrap .ok-on-demand-notice {
  border-color: rgba(248, 113, 113, .36);
  background: rgba(248, 113, 113, .08);
  color: #fca5a5;
}

body .ok-pricing-wrap .ok-credit-line {
  border-color: var(--ok-border-soft);
}

body .ok-pricing-wrap .ok-features li {
  border-color: var(--ok-border-soft);
  color: var(--ok-ink-muted);
}

body .ok-pricing-wrap .ok-features li::before {
  background: rgba(122, 183, 255, .14);
  color: var(--ok-sky);
}

body .ok-pricing-wrap :where(.ok-buy-credit, .ok-enterprise-credit a) {
  border: 1px solid var(--ok-border-blue);
  background: var(--ok-blue-ui);
  color: var(--ok-ink);
  box-shadow: none;
}

body .ok-pricing-wrap :where(.ok-buy-credit, .ok-enterprise-credit a) :where(span, i),
body .ok-pricing-wrap :where(.ok-buy-credit, .ok-enterprise-credit a):hover :where(span, i) {
  color: var(--ok-ink);
}

body .ok-pricing-wrap :where(.ok-buy-credit, .ok-enterprise-credit a):where(:hover, :focus-visible) {
  border-color: var(--ok-sky);
  background: var(--ok-sky);
  color: var(--ok-ink);
  box-shadow: none;
}

body .ok-pricing-wrap .ok-buy-credit:disabled {
  border-color: var(--ok-border-soft);
  background: var(--ok-surface-muted);
  color: var(--ok-ink-faint);
}

body .ok-pricing-wrap .ok-on-demand-section {
  border-color: var(--ok-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .01)),
    var(--ok-surface);
}

body .ok-pricing-wrap .ok-on-demand-copy h3 {
  color: var(--ok-ink);
  -webkit-text-fill-color: currentColor;
}

body .ok-pricing-wrap .ok-subscription-benefit-grid article,
body .ok-pricing-wrap .ok-subscription-benefit-grid article:nth-child(n),
body .ok-pricing-wrap .ok-subscription-faq-list details {
  border: 1px solid var(--ok-border);
  background: var(--ok-surface);
  color: var(--ok-ink-soft);
  box-shadow: none;
}

body .ok-pricing-wrap .ok-subscription-benefit-grid article:hover,
body .ok-pricing-wrap .ok-subscription-faq-list details:hover {
  border-color: var(--ok-border-blue);
}

body .ok-pricing-wrap .ok-subscription-benefit-grid i,
body .ok-pricing-wrap .ok-subscription-faq summary::after {
  background: rgba(122, 183, 255, .14);
  color: var(--ok-sky);
  box-shadow: none;
}

body .ok-pricing-wrap .ok-subscription-benefit-grid h3,
body .ok-pricing-wrap .ok-subscription-faq summary {
  color: var(--ok-ink);
}

body .ok-pricing-wrap .ok-subscription-benefit-grid p,
body .ok-pricing-wrap .ok-subscription-faq details p {
  color: var(--ok-ink-muted);
}

body .ok-pricing-wrap .ok-subscription-faq details[open] {
  border-color: var(--ok-border-blue);
  background: var(--ok-surface-soft);
}

body .ok-pricing-wrap .ok-subscription-faq details[open] summary::after {
  background: var(--ok-blue-ui);
  color: var(--ok-ink);
}

body .ok-pricing-wrap .ok-promo-applied:not([hidden]) {
  border-color: rgba(134, 239, 172, .38);
  background: rgba(34, 197, 94, .1);
  color: #86efac;
}

/* Subtle plan accents: colorful enough to guide choice, calm enough for the dark system. */
body .ok-pricing-wrap .ok-credit-plans .ok-credit-card {
  --ok-plan-accent: var(--ok-blue-ui);
  --ok-plan-accent-soft: rgba(122, 183, 255, .12);
  background:
    radial-gradient(circle at 18% 0, var(--ok-plan-accent-soft), transparent 38%),
    var(--ok-gradient-card);
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card:nth-child(2) {
  --ok-plan-accent: var(--ok-violet);
  --ok-plan-accent-soft: rgba(168, 131, 255, .13);
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card:nth-child(3) {
  --ok-plan-accent: #81c995;
  --ok-plan-accent-soft: rgba(129, 201, 149, .12);
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card:nth-child(4) {
  --ok-plan-accent: #f6aea9;
  --ok-plan-accent-soft: rgba(246, 174, 169, .12);
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 4px;
  border-radius: var(--ok-radius-pill);
  background: var(--ok-plan-accent);
  opacity: .9;
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card:hover {
  border-color: color-mix(in srgb, var(--ok-plan-accent) 55%, var(--ok-border));
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card .ok-credit-line strong,
body .ok-pricing-wrap .ok-credit-plans .ok-credit-card .ok-price-current,
body .ok-pricing-wrap .ok-credit-plans .ok-credit-card .ok-price [data-price-current] {
  color: var(--ok-plan-accent);
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card .ok-features li::before {
  background: var(--ok-plan-accent-soft);
  color: var(--ok-plan-accent);
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card .ok-buy-credit {
  border-color: color-mix(in srgb, var(--ok-plan-accent) 54%, var(--ok-border));
  background: var(--ok-blue-ui);
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card .ok-buy-credit:where(:hover, :focus-visible) {
  background: var(--ok-plan-accent);
  border-color: var(--ok-plan-accent);
}

/* Pricing plan cleanup: four solid cards, with only the third plan highlighted. */
body .ok-pricing-wrap .ok-credit-plans {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card,
body .ok-pricing-wrap .ok-credit-plans .ok-credit-card:nth-child(n),
body .ok-pricing-wrap .ok-credit-plans .ok-credit-card.ok-credit-card--on-demand {
  border: 1px solid rgba(148, 163, 184, .28);
  background:
    radial-gradient(circle at 18% 0, var(--ok-plan-accent-soft), transparent 34%),
    linear-gradient(180deg, #171c24 0%, #11161d 100%);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .26);
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card.is-popular,
body .ok-pricing-wrap .ok-credit-plans .ok-credit-card:nth-child(3).is-popular {
  --ok-plan-accent: #81c995;
  --ok-plan-accent-soft: rgba(129, 201, 149, .18);
  border: 1px solid rgba(129, 201, 149, .72);
  background:
    radial-gradient(circle at 18% 0, rgba(129, 201, 149, .26), transparent 36%),
    linear-gradient(180deg, #18241d 0%, #101912 100%);
  box-shadow: 0 22px 56px rgba(129, 201, 149, .14);
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card:not(:nth-child(3)) .ok-popular-tag {
  display: none;
}

body .ok-pricing-wrap .ok-credit-plans .ok-credit-card.is-popular .ok-popular-tag {
  border-color: rgba(129, 201, 149, .72);
  background: #81c995;
  color: #08110b;
}

@media (max-width: 1180px) {
  body .ok-pricing-wrap .ok-credit-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body .ok-pricing-wrap .ok-credit-plans {
    grid-template-columns: 1fr;
  }
}


