:root {
  --pricing-ink: #0f172a;
  --pricing-ink-soft: #1e293b;
  --pricing-muted: #526072;
  --pricing-line: #d8e1ea;
  --pricing-line-strong: #bfd0e0;
  --pricing-panel: #f8fbff;
  --pricing-panel-strong: #eef4fb;
  --pricing-blue: #2563eb;
  --pricing-blue-deep: #0f4ad8;
  --pricing-cyan: #38bdf8;
  --pricing-graphite: #091321;
  --pricing-graphite-soft: #122033;
  --pricing-signal: #84cc16;
  --pricing-signal-strong: #65a30d;
  --pricing-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
  --pricing-shadow-soft: 0 14px 28px rgba(15, 23, 42, 0.06);
}

body {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 28%),
    linear-gradient(180deg, #f4f8fc, #fbfdff 38%, #f3f7fb 100%);
  color: var(--pricing-ink-soft);
}

body .section-title,
body .section-subtitle,
body .hero-description,
body .pricing-hero-v2 p,
body .pricing-section-v2 p,
body .pricing-page-v2 p {
  color: var(--pricing-muted);
}

.nav-pricing,
.pricing-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.9) 58%, rgba(255,255,255,0.56) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(229,231,235,0.34);
  box-shadow: 0 8px 28px rgba(15,23,42,0.08);
}

.nav-pricing .nav-container,
.pricing-navbar .container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.78rem 1.2rem;
}

.nav-logo,
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
}

.nav-logo-icon,
.navbar-brand .brand-icon {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: linear-gradient(145deg, #1d4ed8, #38bdf8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 10px 22px rgba(29, 78, 216, 0.24);
}

.nav-logo-text,
.navbar-brand span {
  font-size: 1.12rem;
  font-weight: 700;
  background: linear-gradient(to right, #111827, #4b5563);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-actions,
.navbar-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.btn-lang,
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.7rem;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  color: #374151;
  font-size: 0.84rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-lang:hover,
.lang-switcher:hover {
  background: rgba(37,99,235,0.08);
  color: var(--pricing-blue);
  border-color: rgba(37,99,235,0.1);
}

.btn-gradient,
.btn-trial,
.btn-plan-v2.btn-primary-v2,
.btn-cta-v2,
.table-action-btn,
.table-action-btn:not(.secondary) {
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: white !important;
  border: none;
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.22);
}

.btn-gradient:hover,
.btn-trial:hover,
.btn-plan-v2.btn-primary-v2:hover,
.btn-cta-v2:hover,
.table-action-btn:not(.secondary):hover {
  background: linear-gradient(135deg, #1d4ed8, #22c3ee);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.26);
  color: white !important;
}

.table-action-btn.secondary,
.btn-plan-v2.btn-outline-v2,
.btn-plan-outline,
.btn-plan-v2.btn-outline-v2,
.btn-filter-v2,
.btn-filter,
.btn-secondary-v2,
.btn-secondary {
  background: rgba(255,255,255,0.68);
  border: 1px solid var(--pricing-line);
  color: var(--pricing-ink-soft) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.table-action-btn.secondary:hover,
.btn-plan-v2.btn-outline-v2:hover,
.btn-plan-outline:hover,
.btn-filter-v2:hover,
.btn-filter:hover,
.btn-secondary-v2:hover,
.btn-secondary:hover {
  background: rgba(255,255,255,0.92);
  border-color: var(--pricing-line-strong);
  color: var(--pricing-ink) !important;
}

.hero-section,
.pricing-hero-v2 {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 7.4rem 1.5rem 2.8rem;
  max-width: 1280px;
  margin: 0 auto;
}

.hero-section::before,
.pricing-hero-v2::before {
  content: '';
  position: absolute;
  inset: 1.25rem 0.75rem 0.8rem;
  border-radius: 40px;
  border: 1px solid rgba(30, 41, 59, 0.08);
  background:
    radial-gradient(circle at 14% 18%, rgba(37, 99, 235, 0.28), rgba(37, 99, 235, 0) 34%),
    radial-gradient(circle at 86% 12%, rgba(132, 204, 22, 0.22), rgba(132, 204, 22, 0) 30%),
    linear-gradient(155deg, var(--pricing-graphite), #10233a 52%, #0b1628 100%);
  box-shadow:
    0 28px 70px rgba(15, 23, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.hero-section::after,
.pricing-hero-v2::after {
  content: '';
  position: absolute;
  inset: 1.25rem 0.75rem 0.8rem;
  border-radius: 40px;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.09) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.34;
  pointer-events: none;
}

.hero-section > *,
.pricing-hero-v2 > * {
  position: relative;
  z-index: 2;
}

.hero-title,
.pricing-hero-v2 h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
  background: linear-gradient(to right, #ffffff, #d6e4f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-description,
.pricing-hero-v2 p {
  font-size: 1.08rem;
  line-height: 1.64;
  max-width: 48rem;
  margin: 0 auto;
  color: #c0cede !important;
}

.section,
.pricing-section-v2 {
  padding: 4.2rem 1.5rem;
}

.section.section-white,
.pricing-section-v2:nth-of-type(odd) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 250, 255, 0.92));
}

.section.section-gray,
.pricing-section-v2:nth-of-type(even) {
  background: linear-gradient(180deg, #edf4fb, #f8fbfe);
}

.section-container,
.pricing-page-v2 {
  max-width: 1280px;
  margin: 0 auto;
}

.section-pricing-main,
.pricing-section-v2-top {
  padding-top: 6.4rem;
}

.pricing-top-shell {
  max-width: 1280px;
}

.pricing-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.95fr);
  gap: 1.25rem;
  align-items: start;
}

.pricing-top-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.pricing-primary-column,
.pricing-side-column,
.pricing-auth-top-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pricing-auth-top-stack {
  max-width: 1280px;
  margin: 0 auto;
}

.pricing-top-grid-single .pricing-info-block,
.pricing-top-grid-single .pricing-info-block-v2 {
  max-width: 1280px;
}

.pricing-subnote {
  margin-top: 0.15rem !important;
}

.pricing-block-intro {
  text-align: left;
  max-width: 880px;
  margin-bottom: 1.1rem;
}

.pricing-block-intro .section-title,
.pricing-block-intro .section-subtitle {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.pricing-section-v2 {
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}

.section.section-gray + .pricing-footer,
.section.section-gray + .footer {
  margin-top: 0;
}

.section-header,
.pricing-section-v2 .section-header {
  text-align: center;
  margin-bottom: 2rem;
}

.section-title,
.pricing-section-v2 .section-title,
.loyalty-section-v2 h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 700;
  margin-bottom: 0.8rem;
  background: linear-gradient(to right, var(--pricing-ink), #36506f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle,
.pricing-section-v2 .section-subtitle,
.loyalty-section-v2 p {
  font-size: 1.04rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.trial-strip,
.pricing-info-block,
.pricing-info-block-v2,
.loyalty-box,
.loyalty-section-v2,
.access-note,
.access-note-v2,
.exchange-features-box,
.pricing-cta-v2,
.note-shared,
.pricing-mini-wrap {
  border-radius: 22px;
  border: 1px solid rgba(191, 208, 224, 0.88);
  background: linear-gradient(140deg, rgba(255,255,255,0.96), rgba(244,249,255,0.92));
  box-shadow: var(--pricing-shadow-soft);
}

.trial-strip {
  padding: 1.15rem 1.2rem;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-table-wrap,
.pricing-plans-grid-v2,
.exchange-grid-v2,
.access-tiers-grid-v2 {
  max-width: 1280px;
}

.pricing-table-wrap {
  border-radius: 22px;
  border: 1px solid rgba(191, 208, 224, 0.88);
  background: linear-gradient(140deg, rgba(255,255,255,0.96), rgba(244,249,255,0.92));
  box-shadow: var(--pricing-shadow-soft);
  overflow: auto;
}

.pricing-info-block,
.pricing-info-block-v2 {
  padding: 1.15rem 1.15rem 1rem;
  height: 100%;
}

.pricing-mini-wrap {
  margin-top: 0.95rem;
}

.pricing-table th,
.pricing-mini-table th {
  background: rgba(238,244,251,0.78);
  color: #5d6b7f;
  border-bottom-color: var(--pricing-line);
}

.pricing-table td,
.pricing-mini-table td {
  border-bottom-color: rgba(216,225,234,0.72);
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  background: rgba(255,255,255,0.95);
}

.plan-pill,
.plan-popular,
.mcp-badge,
.trial-strip-pill {
  border-radius: 999px;
}

.plan-pill {
  background: rgba(255,255,255,0.84);
  border: 1px solid var(--pricing-line);
  color: var(--pricing-ink-soft);
  text-transform: none;
}

.plan-popular {
  background: linear-gradient(135deg, #2563eb, #38bdf8);
}

.plan-row-pro td,
.pricing-plan-card-v2.popular {
  background: linear-gradient(180deg, rgba(238,245,255,0.96), rgba(248,252,255,0.98));
}

.mcp-limited {
  background: rgba(37,99,235,0.08);
  color: #1d4ed8;
  border: 1px solid rgba(37,99,235,0.18);
}

.mcp-full {
  background: rgba(132,204,22,0.12);
  color: #3f6212;
  border: 1px solid rgba(132,204,22,0.22);
}

.exchange-grid,
.exchange-grid-v2,
.loyalty-grid,
.loyalty-tiers-grid-v2,
.access-grid,
.access-tiers-grid-v2 {
  display: grid;
  gap: 1.2rem;
}

.exchange-grid,
.exchange-grid-v2,
.access-grid,
.access-tiers-grid-v2 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pricing-exchange-grid {
  align-items: stretch;
}

.exchange-card,
.exchange-card-v2 {
  height: 100%;
  padding: 1.25rem 1.2rem 1.1rem;
}

.exchange-info-grid,
.pricing-exchange-info-grid {
  margin-top: 1rem;
}

.loyalty-grid,
.loyalty-tiers-grid-v2 {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.exchange-card,
.exchange-card-v2,
.access-card,
.access-tier-card-v2,
.loyalty-tier,
.pricing-plan-card-v2 {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(191, 208, 224, 0.88);
  background: linear-gradient(140deg, rgba(255,255,255,0.96), rgba(244,249,255,0.92));
  box-shadow: var(--pricing-shadow-soft);
  overflow: hidden;
}

.exchange-card::before,
.exchange-card-v2::before,
.access-card::before,
.access-tier-card-v2::before,
.loyalty-tier::before,
.pricing-plan-card-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255,255,255,0.38), rgba(255,255,255,0) 58%);
  pointer-events: none;
}

.pricing-plan-card-v2,
.pricing-card {
  padding: 1.35rem 1.2rem 1.15rem;
}

.pricing-plan-card-v2.popular,
.pricing-card.popular {
  border-color: rgba(37,99,235,0.32);
  box-shadow: 0 20px 42px rgba(37,99,235,0.12);
}

.pricing-plan-card-v2 .price-amount-v2,
.pricing-card .price-amount,
.table-price,
.price-value-v2,
.exchange-price .amount {
  color: var(--pricing-ink);
  background: none !important;
  -webkit-text-fill-color: initial;
}

.plan-name-v2,
.plan-name,
.exchange-card-v2 h3,
.exchange-card h3,
.access-tier-card-v2 .tier-name-v2,
.access-card h3,
.loyalty-tier h4 {
  color: var(--pricing-ink);
}

.exchange-card.blue,
.exchange-card.purple,
.exchange-card-v2.homepage,
.exchange-card-v2.guestpost,
.access-card.premium,
.access-tier-card-v2.tier-3,
.loyalty-tier.diamond {
  background: linear-gradient(140deg, rgba(255,255,255,0.96), rgba(244,249,255,0.92));
  color: inherit;
}

.exchange-icon,
.exchange-icon-v2,
.access-header svg,
.tier-icon-v2,
.loyalty-tier .emoji {
  background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(56,189,248,0.12));
  color: var(--pricing-blue);
  border: 1px solid rgba(37,99,235,0.12);
  box-shadow: none;
}

.exchange-icon.blue,
.exchange-icon.purple {
  background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(56,189,248,0.12));
}

.discount-formula-v2,
.loyalty-formula {
  margin-top: 1.25rem;
  text-align: center;
  color: var(--pricing-muted);
}

.pricing-cta-v2,
.cta-box {
  background:
    radial-gradient(circle at top right, rgba(132, 204, 22, 0.18), rgba(132, 204, 22, 0) 28%),
    linear-gradient(135deg, var(--pricing-graphite), #0f2742, #133a60);
  border: 1px solid rgba(191, 208, 224, 0.14);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}

.pricing-cta-v2 h2,
.pricing-cta-v2 p,
.cta-box .cta-title,
.cta-box .cta-description {
  color: white !important;
}

.pricing-footer,
.landing-footer {
  padding: 3rem 1.5rem;
  border-top: 1px solid #e5e7eb;
  background: transparent;
}

.pricing-footer .container,
.landing-footer .footer-container {
  max-width: 1280px;
  margin: 0 auto;
}

.pricing-footer .footer-brand,
.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pricing-footer .brand-icon,
.footer-logo-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--pricing-graphite), var(--pricing-blue-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.pricing-footer .footer-copyright,
.footer-copyright {
  color: #6b7280;
}

@media (max-width: 991px) {
  .pricing-top-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .nav-pricing .nav-container,
  .pricing-navbar .container {
    padding: 0.62rem 0.8rem;
    gap: 0.45rem;
  }

  .nav-logo-text,
  .navbar-brand span {
    font-size: 1.02rem;
  }

  .section,
  .pricing-section-v2 {
    padding: 2.6rem 1rem;
  }

  .section-pricing-main,
  .pricing-section-v2-top {
    padding-top: 5.35rem;
  }

  .trial-strip {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-block-intro {
    margin-bottom: 0.9rem;
  }

  .pricing-table-wrap,
  .trial-strip,
  .pricing-info-block,
  .pricing-info-block-v2,
  .loyalty-box,
  .loyalty-section-v2,
  .access-note,
  .access-note-v2,
  .exchange-features-box,
  .pricing-cta-v2,
  .pricing-mini-wrap,
  .exchange-card,
  .exchange-card-v2,
  .access-card,
  .access-tier-card-v2,
  .loyalty-tier,
  .pricing-plan-card-v2 {
    border-radius: 18px;
  }

  .pricing-auth-top-stack,
  .pricing-primary-column,
  .pricing-side-column {
    gap: 0.85rem;
  }
}

body[data-theme="dark"],
body.dark-theme {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 30%),
    linear-gradient(180deg, #0a1422, #0f1b2d 38%, #0c1626 100%);
}

body[data-theme="dark"] .nav-pricing,
body[data-theme="dark"] .pricing-navbar,
body.dark-theme .nav-pricing,
body.dark-theme .pricing-navbar {
  background: linear-gradient(180deg, rgba(10,20,34,0.9) 0%, rgba(10,20,34,0.84) 58%, rgba(10,20,34,0.56) 100%);
  border-bottom-color: rgba(148,163,184,0.12);
}

body[data-theme="dark"] .section.section-white,
body[data-theme="dark"] .pricing-section-v2:nth-of-type(odd),
body.dark-theme .section.section-white,
body.dark-theme .pricing-section-v2:nth-of-type(odd) {
  background: linear-gradient(180deg, rgba(12,22,38,0.82), rgba(11,19,33,0.9));
}

body[data-theme="dark"] .section.section-gray,
body[data-theme="dark"] .pricing-section-v2:nth-of-type(even),
body.dark-theme .section.section-gray,
body.dark-theme .pricing-section-v2:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(15,27,45,0.86), rgba(10,20,34,0.94));
}

body[data-theme="dark"] .trial-strip,
body[data-theme="dark"] .pricing-info-block,
body[data-theme="dark"] .pricing-info-block-v2,
body[data-theme="dark"] .loyalty-box,
body[data-theme="dark"] .loyalty-section-v2,
body[data-theme="dark"] .access-note,
body[data-theme="dark"] .access-note-v2,
body[data-theme="dark"] .exchange-features-box,
body[data-theme="dark"] .pricing-mini-wrap,
body[data-theme="dark"] .exchange-card,
body[data-theme="dark"] .exchange-card-v2,
body[data-theme="dark"] .access-card,
body[data-theme="dark"] .access-tier-card-v2,
body[data-theme="dark"] .loyalty-tier,
body[data-theme="dark"] .pricing-plan-card-v2,
body[data-theme="dark"] .pricing-table-wrap,
body.dark-theme .trial-strip,
body.dark-theme .pricing-info-block,
body.dark-theme .pricing-info-block-v2,
body.dark-theme .loyalty-box,
body.dark-theme .loyalty-section-v2,
body.dark-theme .access-note,
body.dark-theme .access-note-v2,
body.dark-theme .exchange-features-box,
body.dark-theme .pricing-mini-wrap,
body.dark-theme .exchange-card,
body.dark-theme .exchange-card-v2,
body.dark-theme .access-card,
body.dark-theme .access-tier-card-v2,
body.dark-theme .loyalty-tier,
body.dark-theme .pricing-plan-card-v2,
body.dark-theme .pricing-table-wrap {
  background: linear-gradient(140deg, rgba(16,30,49,0.96), rgba(19,35,56,0.94));
  border-color: rgba(112, 138, 173, 0.22);
}

body[data-theme="dark"] .section-title,
body[data-theme="dark"] .pricing-section-v2 .section-title,
body[data-theme="dark"] .loyalty-section-v2 h2,
body[data-theme="dark"] .plan-name-v2,
body[data-theme="dark"] .plan-name,
body[data-theme="dark"] .exchange-card-v2 h3,
body[data-theme="dark"] .exchange-card h3,
body[data-theme="dark"] .access-tier-card-v2 .tier-name-v2,
body[data-theme="dark"] .access-card h3,
body[data-theme="dark"] .loyalty-tier h4,
body[data-theme="dark"] .pricing-table td,
body[data-theme="dark"] .pricing-mini-table td,
body.dark-theme .section-title,
body.dark-theme .pricing-section-v2 .section-title,
body.dark-theme .loyalty-section-v2 h2,
body.dark-theme .plan-name-v2,
body.dark-theme .plan-name,
body.dark-theme .exchange-card-v2 h3,
body.dark-theme .exchange-card h3,
body.dark-theme .access-tier-card-v2 .tier-name-v2,
body.dark-theme .access-card h3,
body.dark-theme .loyalty-tier h4,
body.dark-theme .pricing-table td,
body.dark-theme .pricing-mini-table td {
  color: #e5edf8;
}

body[data-theme="dark"] .section-subtitle,
body[data-theme="dark"] .pricing-section-v2 .section-subtitle,
body[data-theme="dark"] .pricing-page-v2 p,
body[data-theme="dark"] .pricing-page-v2 li,
body[data-theme="dark"] .pricing-footer .footer-copyright,
body.dark-theme .section-subtitle,
body.dark-theme .pricing-section-v2 .section-subtitle,
body.dark-theme .pricing-page-v2 p,
body.dark-theme .pricing-page-v2 li,
body.dark-theme .pricing-footer .footer-copyright {
  color: #9caec6 !important;
}

body[data-theme="dark"] .pricing-table th,
body[data-theme="dark"] .pricing-mini-table th,
body.dark-theme .pricing-table th,
body.dark-theme .pricing-mini-table th {
  background: rgba(12,22,38,0.74);
  color: #9caec6;
  border-bottom-color: rgba(112, 138, 173, 0.18);
}

body[data-theme="dark"] .pricing-table th:first-child,
body[data-theme="dark"] .pricing-table td:first-child,
body.dark-theme .pricing-table th:first-child,
body.dark-theme .pricing-table td:first-child {
  background: rgba(16,30,49,0.98);
}

body[data-theme="dark"] .btn-lang,
body[data-theme="dark"] .lang-switcher,
body.dark-theme .btn-lang,
body.dark-theme .lang-switcher {
  color: #d6e4f3;
}

body[data-theme="dark"] .table-action-btn.secondary,
body[data-theme="dark"] .btn-plan-v2.btn-outline-v2,
body[data-theme="dark"] .btn-filter-v2,
body[data-theme="dark"] .btn-filter,
body.dark-theme .table-action-btn.secondary,
body.dark-theme .btn-plan-v2.btn-outline-v2,
body.dark-theme .btn-filter-v2,
body.dark-theme .btn-filter {
  background: rgba(255,255,255,0.03);
  border-color: rgba(112,138,173,0.22);
  color: #d6e4f3 !important;
}

/* Force dark style for public/home pricing pages (independent from theme switch) */
body.pricing-page-home-sync {
  background:
    radial-gradient(circle at 14% 0%, rgba(37, 99, 235, 0.2), rgba(37, 99, 235, 0) 36%),
    radial-gradient(circle at 88% 10%, rgba(22, 163, 74, 0.16), rgba(22, 163, 74, 0) 30%),
    linear-gradient(180deg, #02060d 0%, #050b14 42%, #05080f 100%);
  color: #cdd8e8;
}

body.pricing-page-home-sync .nav-pricing,
body.pricing-page-home-sync .pricing-navbar {
  background: rgba(3, 7, 14, 0.95);
  border-bottom: 1px solid rgba(120, 144, 173, 0.2);
  box-shadow: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.pricing-page-home-sync .nav-logo-icon,
body.pricing-page-home-sync .navbar-brand .brand-icon,
body.pricing-page-home-sync .footer-logo-icon,
body.pricing-page-home-sync .pricing-footer .brand-icon {
  display: none;
}

body.pricing-page-home-sync .nav-logo-text,
body.pricing-page-home-sync .navbar-brand span,
body.pricing-page-home-sync .footer-logo span,
body.pricing-page-home-sync .pricing-footer .footer-brand span {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 800;
}

body.pricing-page-home-sync .section,
body.pricing-page-home-sync .pricing-section-v2,
body.pricing-page-home-sync .section.section-white,
body.pricing-page-home-sync .section.section-gray,
body.pricing-page-home-sync .pricing-section-v2:nth-of-type(odd),
body.pricing-page-home-sync .pricing-section-v2:nth-of-type(even) {
  background: transparent;
}

body.pricing-page-home-sync .trial-strip,
body.pricing-page-home-sync .pricing-info-block,
body.pricing-page-home-sync .pricing-info-block-v2,
body.pricing-page-home-sync .loyalty-box,
body.pricing-page-home-sync .loyalty-section-v2,
body.pricing-page-home-sync .access-note,
body.pricing-page-home-sync .access-note-v2,
body.pricing-page-home-sync .exchange-features-box,
body.pricing-page-home-sync .pricing-mini-wrap,
body.pricing-page-home-sync .exchange-card,
body.pricing-page-home-sync .exchange-card-v2,
body.pricing-page-home-sync .access-card,
body.pricing-page-home-sync .access-tier-card-v2,
body.pricing-page-home-sync .loyalty-tier,
body.pricing-page-home-sync .pricing-plan-card-v2,
body.pricing-page-home-sync .pricing-table-wrap {
  background: linear-gradient(150deg, rgba(11, 21, 36, 0.96), rgba(13, 24, 40, 0.94));
  border-color: rgba(102, 127, 158, 0.3);
  box-shadow: 0 18px 44px rgba(1, 4, 10, 0.55);
}

body.pricing-page-home-sync .pricing-table th,
body.pricing-page-home-sync .pricing-mini-table th {
  background: rgba(5, 12, 21, 0.88);
  color: #93a9c4;
  border-bottom-color: rgba(102, 127, 158, 0.24);
}

body.pricing-page-home-sync .pricing-table td,
body.pricing-page-home-sync .pricing-mini-table td,
body.pricing-page-home-sync .plan-name-v2,
body.pricing-page-home-sync .plan-name,
body.pricing-page-home-sync .pricing-info-title,
body.pricing-page-home-sync .pricing-info-title-v2,
body.pricing-page-home-sync .loyalty-tier h4,
body.pricing-page-home-sync .pricing-mini-head {
  color: #e7f0ff;
}

body.pricing-page-home-sync .pricing-table td:first-child,
body.pricing-page-home-sync .pricing-table th:first-child {
  background: rgba(8, 16, 28, 0.98);
  box-shadow: 1px 0 0 rgba(102, 127, 158, 0.24);
}

body.pricing-page-home-sync .plan-pill {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(102, 127, 158, 0.3);
  color: #dce8f9;
}

body.pricing-page-home-sync .plan-row-pro td,
body.pricing-page-home-sync .pricing-plan-card-v2.popular {
  background: linear-gradient(155deg, rgba(17, 34, 57, 0.98), rgba(14, 28, 48, 0.98));
}

body.pricing-page-home-sync .plan-row-pro td,
body.pricing-page-home-sync .plan-row-pro td:first-child {
  background: transparent !important;
}

body.pricing-page-home-sync .section.section-pricing-main {
  padding-bottom: 1.3rem !important;
}

body.pricing-page-home-sync .section.section-gray {
  padding-top: 1.6rem !important;
}

body.pricing-page-home-sync .section-title,
body.pricing-page-home-sync .section-subtitle,
body.pricing-page-home-sync .loyalty-section-v2 h2,
body.pricing-page-home-sync .loyalty-section-v2 p,
body.pricing-page-home-sync .pricing-page-v2 p,
body.pricing-page-home-sync .pricing-page-v2 li,
body.pricing-page-home-sync .discount-formula-v2,
body.pricing-page-home-sync .loyalty-formula p,
body.pricing-page-home-sync .pricing-footer .footer-copyright,
body.pricing-page-home-sync .footer-copyright,
body.pricing-page-home-sync .footer-links a {
  color: #9eb3ce !important;
}

body.pricing-page-home-sync .pricing-footer,
body.pricing-page-home-sync .footer {
  background: rgba(3, 7, 14, 0.86);
  border-top-color: rgba(102, 127, 158, 0.26);
}

body.pricing-page-home-sync .btn-gradient,
body.pricing-page-home-sync .btn-trial,
body.pricing-page-home-sync .table-action-btn,
body.pricing-page-home-sync .btn-plan-v2.btn-primary-v2 {
  background: linear-gradient(135deg, #1d3f70, #21558f) !important;
  border: 1px solid rgba(108, 148, 198, 0.46) !important;
  color: #ecf5ff !important;
  box-shadow: none !important;
}

body.pricing-page-home-sync .btn-gradient:hover,
body.pricing-page-home-sync .btn-trial:hover,
body.pricing-page-home-sync .table-action-btn:hover,
body.pricing-page-home-sync .btn-plan-v2.btn-primary-v2:hover {
  background: linear-gradient(135deg, #275793, #2b67ad) !important;
  border-color: rgba(142, 181, 228, 0.66) !important;
  color: #ffffff !important;
  transform: none !important;
}

body.pricing-page-home-sync .btn-lang,
body.pricing-page-home-sync .lang-switcher {
  background: rgba(10, 21, 36, 0.86);
  border: 1px solid rgba(102, 127, 158, 0.35);
  color: #cfe0f6;
}

body.pricing-page-home-sync .btn-lang:hover,
body.pricing-page-home-sync .lang-switcher:hover {
  background: rgba(16, 31, 52, 0.9);
  border-color: rgba(127, 155, 191, 0.5);
}

body.pricing-page-home-sync .pricing-table td {
  border-bottom-color: rgba(102, 127, 158, 0.24);
}

body.pricing-page-home-sync .table-price,
body.pricing-page-home-sync .price-amount-v2,
body.pricing-page-home-sync .pricing-plan-card-v2 .price-amount-v2 {
  color: #e7f0ff !important;
  -webkit-text-fill-color: #e7f0ff !important;
  opacity: 1 !important;
}

body.pricing-page-home-sync .mcp-limited {
  color: #87b8ff;
  background: rgba(25, 74, 140, 0.28);
  border-color: rgba(97, 147, 214, 0.45);
}

body.pricing-page-home-sync .mcp-full {
  color: #a6dfb5;
  background: rgba(25, 97, 65, 0.28);
  border-color: rgba(89, 170, 125, 0.42);
}

body.pricing-page-home-sync .discount-formula-v2,
body.pricing-page-home-sync .loyalty-formula {
  background: linear-gradient(150deg, rgba(11, 21, 36, 0.96), rgba(13, 24, 40, 0.94)) !important;
  border: 1px solid rgba(102, 127, 158, 0.3) !important;
}

body.pricing-page-home-sync .discount-formula-v2 .formula-separator,
body.pricing-page-home-sync .loyalty-formula .formula,
body.pricing-page-home-sync .loyalty-formula .max {
  color: #9eb3ce !important;
}

body.pricing-page-home-sync .pricing-table th:last-child,
body.pricing-page-home-sync .pricing-table td:last-child,
body.pricing-page-home-sync .pricing-table .table-action-btn {
  display: none !important;
}

body.pricing-page-home-sync .pricing-mini-head,
body.pricing-page-home-sync .pricing-mini-foot {
  background: rgba(8, 16, 28, 0.95) !important;
  color: #a8bed9 !important;
  border-color: rgba(102, 127, 158, 0.24) !important;
}

body.pricing-page-home-sync .pricing-mini-wrap {
  background: rgba(8, 16, 28, 0.9) !important;
}

body.pricing-page-home-sync .loyalty-tier::before {
  display: none !important;
}

body.pricing-page-home-sync .loyalty-tier .emoji {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.pricing-page-home-sync .section-title,
body.pricing-page-home-sync .loyalty-section-v2 h2 {
  color: #e7f0ff !important;
  background: none !important;
  -webkit-text-fill-color: #e7f0ff !important;
}
