:root {
  --ink: #16171c;
  --ink-soft: #6b6e78;
  --accent: #7457ff;
  --accent-strong: #5c3ee7;
  --accent-soft: #f0edff;
  --mint: #a7f3d0;
  --line: #e6e5e9;
  --surface: #ffffff;
  --paper: #f6f6f8;
  --night: #0a0b10;
  --shell: 1200px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.pricing-shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }

.pricing-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(10, 11, 16, .72);
  backdrop-filter: blur(20px);
}
.header-inner { min-height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; justify-self: start; color: #f7f7fb; font-size: 20px; font-weight: 780; letter-spacing: -.035em; }
.brand-mark { width: 32px; height: 32px; display: inline-flex; }
.brand-mark svg { width: 100%; height: 100%; }
.header-nav { display: flex; align-items: center; gap: 4px; color: #a7a8b2; font-size: 13px; font-weight: 620; }
.header-nav a { padding: 9px 13px; border-radius: 9px; transition: color .2s ease, background .2s ease; }
.header-nav a:hover, .header-nav a.is-active { color: #fff; background: rgba(255, 255, 255, .08); }
.header-login {
  justify-self: end;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 9px;
  color: #f5f4fb;
  background: rgba(255, 255, 255, .06);
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.header-login:hover { transform: translateY(-1px); border-color: rgba(255, 255, 255, .36); background: rgba(255, 255, 255, .1); }

.pricing-hero {
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 144px 0 112px;
  color: #fff;
  background: var(--night);
}
.pricing-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(164, 145, 255, .5), transparent);
  content: "";
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .23;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent 5%, #000 36%, transparent 88%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(5px); pointer-events: none; }
.hero-glow-left { top: 6%; left: -14%; width: 620px; height: 620px; background: radial-gradient(circle, rgba(100, 69, 255, .27), transparent 66%); }
.hero-glow-right { top: -30%; right: -10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(111, 236, 219, .13), transparent 64%); }
.hero-inner { position: relative; z-index: 1; text-align: center; }
.hero-kicker, .section-kicker {
  margin: 0 0 19px;
  color: #7862e8;
  font-size: 11px;
  font-weight: 790;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; color: #bbb0ff; }
.hero-kicker span { width: 6px; height: 6px; border-radius: 50%; background: #a996ff; box-shadow: 0 0 0 5px rgba(169, 150, 255, .13); }
.pricing-hero h1 {
  max-width: 950px;
  margin: 0 auto;
  color: #f7f7fa;
  font-size: clamp(48px, 6.2vw, 78px);
  line-height: 1.04;
  letter-spacing: -.07em;
  font-weight: 730;
}
.pricing-hero h1 em {
  color: transparent;
  background: linear-gradient(100deg, #a891ff 10%, #d6d0ff 48%, #8ee7d1 92%);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
}
.hero-copy { max-width: 660px; margin: 27px auto 0; color: #aaabb6; font-size: 16px; line-height: 1.85; }
.hero-actions, .closing-actions { display: flex; align-items: center; justify-content: center; gap: 11px; margin-top: 31px; }
.primary-button, .secondary-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 21px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 730;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.primary-button { color: #111116; background: #fff; box-shadow: 0 12px 32px rgba(0, 0, 0, .2); }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0, 0, 0, .3); }
.secondary-button { border: 1px solid rgba(255, 255, 255, .17); color: #efeff5; background: rgba(255, 255, 255, .06); }
.secondary-button:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, .32); background: rgba(255, 255, 255, .1); }
.hero-points { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 13px 27px; color: #858791; font-size: 11px; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points i { color: #9a8df0; font-size: 11px; font-style: normal; font-weight: 800; }

.plans-section { padding: 105px 0 120px; background: #f7f7f8; }
.plans-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.plans-heading h2, .credits-copy h2, .faq-section h2, .closing-card h2 { margin: 0; color: #17181d; font-size: clamp(32px, 4vw, 48px); line-height: 1.13; letter-spacing: -.055em; font-weight: 720; }
.plans-heading > div:first-child > p:last-child { margin: 15px 0 0; color: var(--ink-soft); font-size: 14px; }
.billing-switch { display: inline-flex; padding: 4px; border: 1px solid #dfdee3; border-radius: 10px; background: #ececef; }
.billing-switch button { min-width: 76px; padding: 9px 16px; border: 0; border-radius: 7px; color: #757680; background: transparent; cursor: pointer; font-size: 12px; font-weight: 710; }
.billing-switch button[aria-pressed="true"] { color: #18191e; background: #fff; box-shadow: 0 3px 10px rgba(17, 18, 24, .1); }

.catalog-status {
  min-height: 108px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 25px;
  border: 1px solid #dedde2;
  border-radius: 14px;
  background: #fff;
}
.catalog-status strong { display: block; color: #24252c; font-size: 14px; }
.catalog-status p { margin: 5px 0 0; color: #777983; font-size: 12px; line-height: 1.6; }
.catalog-status.is-error { border-color: #efced4; background: #fffafb; }
.catalog-status.is-empty { border-color: #e4dfc9; background: #fffdf4; }
.status-spinner { width: 24px; height: 24px; flex: 0 0 auto; border: 3px solid #e7e4f7; border-top-color: var(--accent); border-radius: 50%; animation: pricing-spin .8s linear infinite; }
.retry-button { margin-left: auto; padding: 9px 15px; border: 1px solid #d9d6e5; border-radius: 8px; color: #6246df; background: #fff; cursor: pointer; font-size: 12px; font-weight: 720; }

.audience-section + .audience-section { margin-top: 76px; }
.audience-heading { margin-bottom: 22px; }
.audience-label { display: block; margin-bottom: 7px; color: #8171d9; font-size: 10px; font-weight: 790; letter-spacing: .14em; text-transform: uppercase; }
.audience-heading h3, .addons-heading h3 { margin: 0; color: #202127; font-size: 24px; letter-spacing: -.04em; }
.audience-heading p, .addons-heading > p:last-child { margin: 6px 0 0; color: #7a7b84; font-size: 13px; }
.plan-grid { display: grid; gap: 14px; }
.plan-grid[data-plan-grid="personal"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.plan-grid[data-plan-grid="team"] { grid-template-columns: minmax(0, 1fr); }
.plan-card {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #e0dfe4;
  border-radius: 14px;
  background: #fff;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.plan-card:hover { transform: translateY(-3px); border-color: #cac5e5; box-shadow: 0 16px 40px rgba(32, 26, 61, .07); }
.plan-card.is-recommended {
  border-color: #765cff;
  background: linear-gradient(180deg, #17151f 0%, #101116 100%);
  box-shadow: 0 20px 48px rgba(53, 39, 112, .2);
}
.recommended-badge {
  position: absolute;
  top: 0;
  right: 24px;
  padding: 7px 12px 8px;
  border-radius: 0 0 8px 8px;
  color: #fff;
  background: var(--accent);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .05em;
}
.plan-type { margin: 0 0 14px; color: #8171d9; font-size: 10px; font-weight: 790; letter-spacing: .13em; }
.plan-card h4 { margin: 0; color: #1b1c22; font-size: 24px; letter-spacing: -.045em; }
.plan-description { min-height: 43px; margin: 9px 0 0; color: #777983; font-size: 12px; line-height: 1.7; }
.plan-price { min-height: 66px; display: flex; align-items: baseline; gap: 6px; margin: 27px 0 3px; color: #18191f; }
.plan-price strong { font-size: 38px; line-height: 1; letter-spacing: -.06em; }
.plan-price span { color: #7c7d87; font-size: 12px; }
.plan-price.unavailable { align-items: center; color: #777984; }
.plan-price.unavailable strong { font-size: 19px; letter-spacing: -.025em; }
.price-note { min-height: 20px; margin: 0 0 21px; color: #92939b; font-size: 11px; }
.credit-highlight { padding: 14px 15px; border: 1px solid #e4e0f7; border-radius: 9px; background: #f6f4ff; }
.credit-highlight strong { display: block; color: #5e43d8; font-size: 18px; letter-spacing: -.03em; }
.credit-highlight span { display: block; margin-top: 3px; color: #7d7e87; font-size: 10px; }
.feature-title { margin: 23px 0 0; color: #2a2b31; font-size: 11px; font-weight: 740; }
.plan-features { display: grid; gap: 10px; margin: 13px 0 25px; padding: 0; color: #555761; font-size: 12px; list-style: none; }
.plan-features li { display: flex; align-items: flex-start; gap: 9px; line-height: 1.55; }
.plan-features li::before { color: #755bf0; content: "✓"; font-size: 11px; font-weight: 800; }
.plan-action {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid #d5d2e2;
  border-radius: 8px;
  color: #27242f;
  background: #fff;
  font-size: 12px;
  font-weight: 740;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.plan-action:hover { transform: translateY(-2px); border-color: #9888e3; background: #f8f7ff; }
.plan-action[aria-disabled="true"] { color: #8b8c94; background: #ededef; pointer-events: none; }
.is-recommended .plan-type { color: #a99aff; }
.is-recommended h4, .is-recommended .plan-price, .is-recommended .feature-title { color: #fff; }
.is-recommended .plan-description, .is-recommended .plan-price span, .is-recommended .price-note { color: #93939e; }
.is-recommended .credit-highlight { border-color: rgba(167, 147, 255, .28); background: rgba(116, 87, 255, .12); }
.is-recommended .credit-highlight strong { color: #b3a5ff; }
.is-recommended .credit-highlight span { color: #9897a3; }
.is-recommended .plan-features { color: #c7c6cd; }
.is-recommended .plan-features li::before { color: #a997ff; }
.is-recommended .plan-action { border-color: #8065ff; color: #fff; background: var(--accent); }
.is-recommended .plan-action:hover { border-color: #8b73ff; background: #8168ff; }

.team-card { min-height: 0; display: grid; grid-template-columns: minmax(180px, .75fr) minmax(190px, .65fr) minmax(220px, 1fr) 210px; grid-template-rows: auto auto auto; align-items: center; column-gap: 28px; padding: 29px 31px; background: #fff; }
.team-card .plan-type { grid-column: 1; margin-bottom: 8px; color: #16816b; }
.team-card h4 { grid-column: 1; }
.team-card .plan-description { grid-column: 1; min-height: 0; }
.team-card .plan-price { grid-column: 2; grid-row: 1 / 3; margin: 0; }
.team-card .price-note { grid-column: 2; grid-row: 3; margin: 0; }
.team-card .credit-highlight { grid-column: 3; grid-row: 1 / 3; border-color: #dce4ea; background: #f3f6f8; }
.team-card .credit-highlight strong { color: #315f82; }
.team-card .feature-title { display: none; }
.team-card .plan-features { grid-column: 3; grid-row: 3; display: flex; flex-wrap: wrap; gap: 4px 14px; margin: 8px 0 0; font-size: 11px; }
.team-card .plan-features li::before { color: #315f82; }
.team-card .plan-action { grid-column: 4; grid-row: 1 / 4; width: 100%; border-color: #172029; color: #fff; background: #172029; }
.team-card .plan-action:hover { border-color: #2b3d4c; background: #2b3d4c; }
.empty-audience { padding: 27px; border: 1px dashed #d7d5dd; border-radius: 12px; color: #7b7d87; background: rgba(255, 255, 255, .7); font-size: 13px; text-align: center; }

.addons-section { margin-top: 82px; padding-top: 71px; border-top: 1px solid #dedde2; }
.addons-heading { max-width: 590px; margin-bottom: 24px; }
.addon-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.addon-card { display: flex; flex-direction: column; padding: 22px; border: 1px solid #e1e0e4; border-radius: 12px; background: #fff; transition: transform .2s ease, border-color .2s ease; }
.addon-card:hover { transform: translateY(-2px); border-color: #c9c4e2; box-shadow: 0 10px 28px rgba(32, 26, 61, .05); }
.addon-audience { align-self: flex-start; padding: 5px 8px; border-radius: 5px; color: #614bd0; background: #f0edff; font-size: 9px; font-weight: 780; }
.addon-audience.team { color: #167461; background: #e9f7f3; }
.addon-card h4 { margin: 15px 0 5px; color: #27282e; font-size: 16px; letter-spacing: -.025em; }
.addon-card > p { min-height: 39px; margin: 0; color: #7b7d85; font-size: 11px; line-height: 1.65; }
.addon-price { margin: 18px 0 5px; color: #1e1f25; font-size: 25px; font-weight: 780; letter-spacing: -.035em; }
.addon-price span { margin-left: 4px; color: #81828b; font-size: 10px; font-weight: 500; }
.addon-meta { min-height: 42px; margin: 0 0 18px; color: #7c7e87; font-size: 10px; line-height: 1.7; }
.addon-action { display: inline-flex; align-items: center; justify-content: center; min-height: 39px; margin-top: auto; border: 1px solid #d9d6e2; border-radius: 8px; color: #5b45c9; font-size: 11px; font-weight: 720; }
.addon-action:hover { border-color: #a99de0; background: #f8f7ff; }
.addon-action[aria-disabled="true"] { color: #8b8c94; background: #ededf0; pointer-events: none; }

.credits-section { position: relative; overflow: hidden; padding: 110px 0; color: #e8e7ee; background: #101116; }
.credits-section::before { position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle at 80% 30%, rgba(116, 87, 255, .6), transparent 32%); content: ""; }
.credits-layout { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 78px; }
.section-kicker.light { color: #9f91ed; }
.credits-copy h2 { color: #fff; }
.credits-copy > p:last-child { margin: 22px 0 0; color: #9b9ba6; font-size: 14px; line-height: 1.85; }
.credit-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 13px; overflow: hidden; background: rgba(255, 255, 255, .1); }
.credit-facts article { min-height: 240px; padding: 24px; background: #15161c; }
.credit-facts span { color: #9886ff; font-size: 10px; font-weight: 780; }
.credit-facts h3 { margin: 44px 0 10px; color: #f6f5fa; font-size: 16px; letter-spacing: -.025em; }
.credit-facts p { margin: 0; color: #9999a4; font-size: 11px; line-height: 1.8; }

.faq-section { padding: 108px 0; background: #fff; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro { max-width: 340px; margin: 18px 0 0; color: #7b7c85; font-size: 13px; line-height: 1.75; }
.purchase-policy-summary { margin-top: 28px; padding: 19px; border: 1px solid #e1e0e5; border-radius: 11px; background: #f8f8fa; }
.purchase-policy-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 13px; border-bottom: 1px solid #e5e4e8; color: #2c2d34; font-size: 12px; }
.purchase-policy-heading span { padding: 4px 8px; border-radius: 5px; color: #6048d3; background: #ece8ff; font-size: 9px; font-weight: 760; }
.purchase-policy-summary section { margin-top: 15px; }
.purchase-policy-summary h3 { margin: 0; color: #3c3d44; font-size: 12px; }
.purchase-policy-summary p { margin: 5px 0 0; color: #7a7b84; font-size: 11px; line-height: 1.7; white-space: pre-line; }
.purchase-policy-summary a { display: inline-flex; margin-top: 8px; color: #6049d0; font-size: 10px; font-weight: 700; }
.purchase-policy-summary a:hover { text-decoration: underline; }
.faq-list { border-top: 1px solid #e3e2e6; }
.faq-list details { border-bottom: 1px solid #e3e2e6; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: #282930; cursor: pointer; font-size: 14px; font-weight: 710; list-style: none; transition: color .18s ease; }
.faq-list summary:hover { color: #111218; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #8375cf; font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -7px 0 23px; padding-right: 45px; color: #777983; font-size: 12px; line-height: 1.8; }

.closing-section { padding: 78px 0; background: var(--paper); }
.closing-card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 35px; overflow: hidden; padding: 53px 58px; border: 1px solid #282931; border-radius: 16px; color: #fff; background: #111218; box-shadow: 0 20px 50px rgba(21, 18, 38, .12); }
.closing-card::after { position: absolute; top: -180px; right: -100px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(116, 87, 255, .34), transparent 66%); content: ""; }
.closing-card > * { position: relative; z-index: 1; }
.closing-card p { margin: 0 0 9px; color: #a797ff; font-size: 10px; font-weight: 770; letter-spacing: .14em; }
.closing-card h2 { max-width: 610px; color: #fff; font-size: 34px; }
.closing-actions { flex: 0 0 auto; margin: 0; }
.closing-card .secondary-button { border-color: rgba(255, 255, 255, .2); }
.pricing-footer { padding: 38px 0; color: #747681; background: #0a0b10; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.footer-brand { color: #f2f2f6; font-size: 17px; }
.footer-brand .brand-mark { width: 29px; height: 29px; }
.footer-links { display: flex; gap: 20px; font-size: 12px; color: #8b8d97; }
.footer-links a { transition: color .18s ease; }
.footer-links a:hover { color: #e8e8ee; }
.footer-policy-version { color: #a2a2ac; }
.copyright { justify-self: end; font-size: 10px; color: #5c5e68; }

@keyframes pricing-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .status-spinner { animation: none; border-top-color: #e7e4f7; }
  .primary-button, .secondary-button, .header-login, .plan-card, .plan-action, .addon-card { transition: none; }
  .faq-list summary { transition: none; }
}
@media (max-width: 1040px) {
  .plan-grid[data-plan-grid="personal"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-card { grid-template-columns: 1fr 1fr; }
  .team-card .plan-type, .team-card h4, .team-card .plan-description { grid-column: 1; }
  .team-card .plan-price, .team-card .price-note { grid-column: 2; }
  .team-card .credit-highlight, .team-card .plan-features { grid-column: 1; }
  .team-card .credit-highlight { grid-row: 4; margin-top: 22px; }
  .team-card .plan-features { grid-row: 5; }
  .team-card .plan-action { grid-column: 2; grid-row: 4 / 6; }
  .credits-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .closing-card { align-items: flex-start; flex-direction: column; }
  .closing-actions { justify-content: flex-start; }
}
@media (max-width: 760px) {
  .pricing-shell { width: min(calc(100% - 30px), var(--shell)); }
  .header-inner { min-height: 64px; grid-template-columns: 1fr auto; }
  .header-nav { display: none; }
  .pricing-hero { min-height: 0; padding: 126px 0 78px; }
  .pricing-hero h1 { font-size: clamp(40px, 11vw, 50px); }
  .hero-copy { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 340px; margin-right: auto; margin-left: auto; }
  .hero-points { align-items: center; flex-direction: column; }
  .plans-section { padding: 78px 0 88px; }
  .plans-heading { align-items: flex-start; flex-direction: column; }
  .plan-grid[data-plan-grid="personal"], .addon-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 0; padding: 25px; }
  .team-card { display: flex; align-items: stretch; }
  .team-card .feature-title { display: block; }
  .team-card .plan-price { margin-top: 25px; }
  .team-card .price-note { margin-bottom: 21px; }
  .team-card .credit-highlight { margin-top: 0; }
  .team-card .plan-features { display: grid; margin: 13px 0 25px; }
  .credits-section, .faq-section { padding: 78px 0; }
  .credit-facts { grid-template-columns: 1fr; }
  .credit-facts article { min-height: 170px; }
  .credit-facts h3 { margin-top: 26px; }
  .closing-section { padding: 55px 0; }
  .closing-card { padding: 34px 25px; }
  .closing-card h2 { font-size: 30px; }
  .closing-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .copyright { justify-self: start; }
}
@media (max-width: 420px) {
  .header-login { padding: 9px 12px; }
  .brand { font-size: 18px; }
  .pricing-hero h1 { font-size: 36px; letter-spacing: -.06em; }
  .hero-actions .primary-button, .hero-actions .secondary-button { width: 100%; }
  .plans-heading h2, .credits-copy h2, .faq-section h2 { font-size: 32px; }
  .catalog-status { align-items: flex-start; flex-wrap: wrap; }
  .retry-button { margin-left: 41px; }
  .faq-list details p { padding-right: 8px; }
}

/* ---------- Unified BMLive live-control visual language ---------- */
.pricing-page {
  --ink: #18202c;
  --ink-soft: #667587;
  --accent: #4f82ff;
  --accent-strong: #2869ad;
  --accent-soft: #e3f1fc;
  --line: #d9e0e8;
  --paper: #f1f4f8;
  --night: #0b1018;
  --monitor-blue: #7bc7ff;
  --signal-green: #56d7a3;
  --on-air: #ff5c62;
  color: var(--ink);
  background: var(--paper);
}
.pricing-page .pricing-shell { width: min(calc(100% - 56px), 1240px); }
.pricing-page .pricing-header {
  border-color: rgba(123, 199, 255, .15);
  background: rgba(11, 16, 24, .9);
}
.pricing-page .pricing-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--on-air) 0 14%, #283445 14% 42%, var(--accent) 42% 71%, var(--signal-green) 71%);
  content: "";
}
.pricing-page .brand { letter-spacing: -.045em; }
.pricing-page .header-nav { color: #a3afbd; }
.pricing-page .header-nav a,
.pricing-page .header-login { border-radius: 4px; }
.pricing-page .header-login {
  border-color: rgba(123, 199, 255, .42);
  color: #e9f6ff;
  background: rgba(79, 130, 255, .12);
}
.pricing-page .pricing-hero {
  min-height: 620px;
  padding: 146px 0 104px;
  background: var(--night);
}
.pricing-page .pricing-hero::before {
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image:
    linear-gradient(rgba(123, 199, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 199, 255, .07) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .58) 55%, transparent 100%);
  content: "";
}
.pricing-page .pricing-hero::after {
  height: 3px;
  background: linear-gradient(90deg, var(--on-air) 0 15%, #293647 15% 50%, var(--accent) 50% 78%, var(--signal-green) 78%);
}
.pricing-page .hero-grid,
.pricing-page .hero-glow { display: none; }
.pricing-page .hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
}
.pricing-page .hero-kicker,
.pricing-page .section-kicker,
.pricing-page .audience-label {
  color: #2f68b7;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  letter-spacing: .12em;
}
.pricing-page .hero-kicker { color: #b5c6d6; }
.pricing-page .hero-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: var(--on-air);
  box-shadow: 0 0 0 4px rgba(255, 92, 98, .12);
}
.pricing-page .pricing-hero h1 {
  max-width: 900px;
  margin: 0;
  font-weight: 790;
}
.pricing-page .pricing-hero h1 em {
  color: var(--monitor-blue);
  background: none;
}
.pricing-page .hero-copy { margin-right: 0; margin-left: 0; color: #a8b4c2; }
.pricing-page .hero-actions,
.pricing-page .hero-points { justify-content: flex-start; }
.pricing-page .primary-button,
.pricing-page .secondary-button,
.pricing-page .header-login,
.pricing-page .billing-switch,
.pricing-page .billing-switch button { border-radius: 4px; }
.pricing-page .pricing-hero .primary-button {
  color: #07111d;
  background: var(--monitor-blue);
}
.pricing-page .hero-points {
  color: #8492a2;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 10px;
}
.pricing-page .hero-points i {
  width: 5px;
  height: 5px;
  overflow: hidden;
  border-radius: 50%;
  color: transparent;
  background: var(--signal-green);
  box-shadow: 0 0 8px rgba(86, 215, 163, .6);
}
.pricing-page .plans-section { background: var(--paper); }
.pricing-page .plans-heading h2,
.pricing-page .credits-copy h2,
.pricing-page .faq-section h2,
.pricing-page .closing-card h2 {
  color: #15202d;
  font-weight: 770;
  letter-spacing: -.06em;
}
.pricing-page .billing-switch { border-color: var(--line); background: #e5eaf0; }
.pricing-page .catalog-status,
.pricing-page .plan-card,
.pricing-page .addon-card,
.pricing-page .purchase-policy-summary,
.pricing-page .empty-state,
.pricing-page .error-state {
  border-radius: 4px;
  border-color: var(--line);
}
.pricing-page .status-spinner { border-color: #d9e8f5; border-top-color: var(--accent); }
.pricing-page .audience-label { color: #2f68b7; }
.pricing-page .plan-card:hover,
.pricing-page .addon-card:hover {
  border-color: #a9bfd3;
  box-shadow: 0 18px 42px rgba(47, 92, 144, .08);
}
.pricing-page .plan-card.is-recommended {
  border-color: #335e91;
  background: #111925;
  box-shadow: 12px 12px 0 #dfe6ed;
}
.pricing-page .recommended-badge {
  border-radius: 0 0 3px 3px;
  background: var(--accent);
}
.pricing-page .plan-type,
.pricing-page .plan-card:not(.is-recommended):not(.team-card) .plan-action,
.pricing-page .addon-audience,
.pricing-page .addon-action { color: #2869ad; }
.pricing-page .plan-price strong,
.pricing-page .addon-price {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}
.pricing-page .plan-action,
.pricing-page .addon-action,
.pricing-page .credit-highlight,
.pricing-page .addon-audience,
.pricing-page .purchase-policy-heading span {
  border-radius: 3px;
}
.pricing-page .plan-card:not(.is-recommended):not(.team-card) .plan-action:hover,
.pricing-page .addon-action:hover { border-color: #8fb4d4; background: #edf7ff; }
.pricing-page .credits-section { background: var(--night); }
.pricing-page .credits-section::before {
  opacity: .42;
  background:
    linear-gradient(90deg, transparent 49.92%, rgba(123, 199, 255, .09) 50%, transparent 50.08%),
    repeating-linear-gradient(0deg, transparent 0 37px, rgba(123, 199, 255, .045) 37px 38px);
}
.pricing-page .section-kicker.light { color: var(--monitor-blue); }
.pricing-page .credits-copy h2 { color: #f4f8fc; }
.pricing-page .credit-facts { border-radius: 4px; border-color: rgba(123, 199, 255, .16); background: rgba(123, 199, 255, .14); }
.pricing-page .credit-facts article { background: #111925; }
.pricing-page .credit-facts span {
  color: var(--monitor-blue);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}
.pricing-page .credit-facts p { color: #93a1b0; }
.pricing-page .faq-section { background: #fff; }
.pricing-page .faq-list,
.pricing-page .faq-list details { border-color: var(--line); }
.pricing-page .faq-list summary span { color: #2874bd; }
.pricing-page .closing-section { background: var(--paper); }
.pricing-page .closing-card {
  border-radius: 4px;
  border-color: #26364a;
  background: #111925;
  box-shadow: 14px 14px 0 #dfe6ed;
}
.pricing-page .closing-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--on-air) 0 18%, var(--accent) 18% 74%, var(--signal-green) 74%);
  content: "";
}
.pricing-page .closing-card::after { display: none; }
.pricing-page .closing-card p { color: var(--monitor-blue); }
.pricing-page .closing-card h2 { color: #fff; }
.pricing-page .pricing-footer {
  background: var(--night);
  border-top: 1px solid rgba(123, 199, 255, .1);
}
.pricing-page .footer-links a:hover { color: #d4e6f5; }
.pricing-page .copyright { color: #55637a; }
.pricing-page a:focus-visible,
.pricing-page button:focus-visible,
.pricing-page summary:focus-visible {
  outline: 3px solid rgba(123, 199, 255, .72);
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .pricing-page .pricing-shell { width: min(calc(100% - 30px), 1240px); }
  .pricing-page .pricing-hero { padding: 122px 0 82px; }
  .pricing-page .hero-inner { text-align: left; }
  .pricing-page .hero-actions { align-items: stretch; }
  .pricing-page .hero-points { align-items: flex-start; }
  .pricing-page .closing-card { box-shadow: 8px 8px 0 #dfe6ed; }
}

.pricing-unavailable { min-height: 65vh; padding-top: 170px; padding-bottom: 80px; }
.pricing-unavailable h1 { color: var(--ink); font-size: clamp(26px, 4vw, 40px); }
.pricing-unavailable p { color: var(--ink-soft); line-height: 1.8; }
.pricing-unavailable .primary-button { margin-top: 20px; color: #fff; background: #172029; }
