body.pricing-page {
  background: #ffffff;
  color: #0f172a;
  padding-top: 96px;
}

html {
  background: #ffffff;
}

.pricing-page .site-header {
  background: rgba(4, 56, 115, 0.92);
  color: #ffffff;
}

.pricing-page .main-nav,
.pricing-page .header-actions,
.pricing-page .brand {
  color: #ffffff;
}

.pricing-hero {
  padding: 80px 0 40px;
  color: #0f172a;
}

.pricing-hero h1 {
  font-size: 48px;
  margin: 12px 0 16px;
  font-weight: 600;
}

.pricing-hero p {
  margin: 0;
  color: #64748b;
  font-size: 18px;
}

.billing-toggle {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.billing-option {
  border: none;
  background: transparent;
  color: #64748b;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
}

.billing-option.active {
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.billing-pill {
  margin-left: 6px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
}

.pricing-table {
  padding: 40px 0 80px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 20px;
}

.pricing-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 520px;
  position: relative;
}

.pricing-card.featured {
  border-color: rgba(79, 156, 249, 0.6);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.pricing-card.enterprise {
  background: #0f172a;
  color: #ffffff;
}

.plan-name {
  font-size: 20px;
  font-weight: 600;
}

.pricing-card.popular {
  padding-top: 34px;
}

.plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #0f172a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 26px;
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.2);
}

.plan-price {
  font-size: 32px;
  font-weight: 700;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.plan-price::after {
  content: attr(data-suffix);
  font-size: 13px;
  color: #64748b;
}

.plan-note {
  color: #64748b;
  font-size: 14px;
}

.pricing-card.enterprise .plan-note {
  color: rgba(226, 232, 240, 0.8);
}

.pricing-card.enterprise .plan-price::after {
  color: rgba(226, 232, 240, 0.7);
}

.plan-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  color: #475569;
  font-size: 14px;
}

.plan-divider {
  height: 1px;
  background: rgba(15, 23, 42, 0.12);
  margin: 2px 0 4px;
}

.plan-savings {
  font-size: 12px;
  color: #2563eb;
  font-weight: 600;
  display: none;
}

.plan-savings.show {
  display: block;
}

.plan-cta {
  margin-top: 4px;
  border: 1px solid rgba(15, 23, 42, 0.2);
  background: transparent;
  color: #0f172a;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 10px;
  cursor: pointer;
}

.pricing-card.featured .plan-cta {
  background: #4f9cf9;
  border-color: #4f9cf9;
  color: #ffffff;
}

.pricing-card.enterprise .plan-cta {
  background: #1e293b;
  border-color: #334155;
  color: #ffffff;
}

.pricing-card.enterprise .plan-divider {
  background: rgba(226, 232, 240, 0.2);
}

.pricing-card.enterprise .plan-savings {
  color: rgba(226, 232, 240, 0.8);
}

.pricing-card.enterprise .plan-features {
  color: rgba(226, 232, 240, 0.9);
}

.plan-features li::before {
  content: "✓";
  color: #2563eb;
  margin-right: 8px;
  font-weight: 700;
}

.pricing-card.enterprise .plan-features li::before {
  color: #93c5fd;
}

.addons {
  padding: 40px 0 80px;
}

.addons h2,
.pricing-faq h2 {
  font-size: 36px;
  margin: 0 0 24px;
}

.addons-list {
  display: grid;
  gap: 18px;
}

.addon-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  padding: 20px 24px;
  display: grid;
  gap: 8px;
}

.addon-title {
  font-size: 18px;
  font-weight: 600;
}

.addon-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}

.addon-price {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
}

.addon-price span {
  font-weight: 400;
  color: #64748b;
  font-size: 14px;
  margin-left: 8px;
}

.pricing-faq {
  padding: 20px 0 100px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  display: grid;
  gap: 8px;
}

.faq-answer {
  color: #334155;
  font-size: 14px;
  display: none;
  padding: 0 22px 18px;
  line-height: 1.6;
}

.faq-trigger {
  border: none;
  background: none;
  padding: 18px 22px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  color: #0f172a;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-trigger i {
  transform: rotate(180deg);
}

.faq-trigger i {
  transition: transform 0.2s ease;
}

@media (max-width: 1200px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

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

  .pricing-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .pricing-hero {
    padding: 96px 0 32px;
  }

  .pricing-hero h1 {
    font-size: 36px;
  }

  .addons h2,
  .pricing-faq h2 {
    font-size: 28px;
  }
}
