.nb-pricing-page {
  background: #07111f;
  color: #e8eef8;
}

.nb-pricing-hero {
  padding: 120px 0 70px;
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.18), transparent 32%),
    linear-gradient(180deg, #08111f 0%, #0b1627 100%);
}

.nb-pricing-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.nb-pricing-title {
  margin: 0 0 14px;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.08;
  font-weight: 800;
  color: #ffffff;
}

.nb-pricing-subtitle {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #aac0d8;
}

.nb-pricing-cards {
  padding: 70px 0 40px;
}

.nb-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.nb-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #132235;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.nb-price-card.nb-featured {
  border: 2px solid #0ea5e9;
  transform: translateY(-6px);
}

.nb-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.12);
  color: #0ea5e9;
  font-size: 0.85rem;
  font-weight: 700;
  width: fit-content;
}

.nb-price-header h3 {
  margin: 0 0 8px;
  font-size: 1.5rem;
  color: #0f172a;
}

.nb-price-header p {
  margin: 0;
  color: #5b6b7f;
  line-height: 1.7;
}

.nb-price {
  margin: 24px 0 22px;
}

.nb-currency {
  font-size: 1.3rem;
  font-weight: 800;
  vertical-align: top;
  color: #0f172a;
}

.nb-amount {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
}

.nb-cycle {
  font-size: 1rem;
  color: #5b6b7f;
  margin-left: 4px;
}

.nb-subnote {
  margin-top: 8px;
  color: #5b6b7f;
  font-size: 0.95rem;
}

.nb-enterprise-price {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.nb-features {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.nb-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #304156;
}

.nb-features i {
  color: #0ea5e9;
  margin-top: 4px;
  flex-shrink: 0;
}

.nb-price-card .nb-btn {
  margin-top: auto;
}

.nb-plan-meta {
  margin: 14px 0 0;
  font-size: 0.92rem;
  color: #5b6b7f;
}

.nb-pricing-compare {
  padding: 30px 0 40px;
}

.nb-compare-title {
  margin: 0 0 22px;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #ffffff;
}

.nb-compare-table {
  overflow-x: auto;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.nb-compare-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  color: #132235;
}

.nb-compare-table thead th {
  background: #f4f8fc;
  color: #0f172a;
  text-align: left;
  padding: 18px 20px;
  font-size: 0.95rem;
  border-bottom: 1px solid #e6edf5;
}

.nb-compare-table tbody td {
  padding: 18px 20px;
  border-bottom: 1px solid #edf2f7;
  font-size: 0.96rem;
}

.nb-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.nb-pricing-legal {
  padding: 10px 0 90px;
}

.nb-pricing-note {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  font-size: 0.95rem;
  color: #8fa4b9;
  line-height: 1.7;
}

.nb-pricing-note a {
  color: #7dd3fc;
  text-decoration: none;
}

.nb-pricing-note a:hover {
  text-decoration: underline;
}

.nb-toggle-divider {
  opacity: 0.6;
  color: #c5d5e7;
}

@media (max-width: 991px) {
  .nb-pricing-grid {
    grid-template-columns: 1fr;
  }

  .nb-price-card.nb-featured {
    transform: none;
  }

  .nb-pricing-hero {
    padding-top: 95px;
  }
}

@media (max-width: 767px) {
  .nb-pricing-title {
    font-size: 2rem;
  }

  .nb-price-card {
    padding: 22px;
  }

  .nb-amount {
    font-size: 2.4rem;
  }
}

.nb-pricing-banner {
	padding: 24px 0;
	background: linear-gradient(135deg, #2563eb, #1d4ed8);
	color: #fff;
}

.nb-banner-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.nb-banner-text {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

.nb-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	background: #fff;
	color: #1d4ed8;
	border-radius: 8px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.nb-btn-secondary:hover {
	background: #eff6ff;
	color: #1e40af;
}