@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

#order-premium_comparison,
#order-kong_cart,
.row-product-selection {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
}

#btnShowSidebar,
.product-selection-sidebar,
#premiumComparisonSidebar {
  display: none !important;
}

.no-scrollbar::-webkit-scrollbar {
  display: none !important;
}
.no-scrollbar {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.saas-pricing-wrapper {
  position: relative !important;
  width: 100% !important;
  min-height: auto !important;
  background: transparent !important;
  padding: 10px 0 60px 0 !important;
  overflow: hidden !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  box-sizing: border-box !important;
}

.glow-blob {
  position: absolute !important;
  border-radius: 50% !important;
  filter: blur(100px) !important;
  pointer-events: none !important;
  opacity: 0.5 !important;
  z-index: 1 !important;
}

.glow-blob-1 {
  width: 600px !important;
  height: 600px !important;
  top: -150px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, rgba(99, 102, 241, 0.05) 60%, transparent 100%) !important;
}

.glow-blob-2 {
  width: 500px !important;
  height: 500px !important;
  top: 250px !important;
  left: 20% !important;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.1) 0%, transparent 70%) !important;
}

.glow-blob-3 {
  width: 500px !important;
  height: 500px !important;
  top: 250px !important;
  right: 20% !important;
  background: radial-gradient(circle, rgba(129, 140, 248, 0.1) 0%, transparent 70%) !important;
}

.saas-pricing-container {
  position: relative !important;
  z-index: 5 !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.saas-pricing-hero {
  text-align: center !important;
  max-width: 820px !important;
  margin: 0 auto 56px auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.hero-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  padding: 6px 16px !important;
  border-radius: 100px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #3B82F6 !important;
  letter-spacing: 0.02em !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
  margin-bottom: 24px !important;
}

.hero-badge-dot {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #3B82F6 !important;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.8) !important;
}

.hero-title {
  font-size: 48px !important;
  font-weight: 900 !important;
  color: #0F172A !important;
  letter-spacing: -0.03em !important;
  line-height: 1.15 !important;
  margin: 0 0 16px 0 !important;
  font-family: 'Inter', system-ui, sans-serif !important;
}

.hero-subtitle {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #64748B !important;
  line-height: 1.6 !important;
  margin: 0 0 36px 0 !important;
  max-width: 680px !important;
}

.glass-filter-bar {
  display: inline-flex !important;
  align-items: center !important;
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  padding: 8px 16px !important;
  border-radius: 100px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02) !important;
  gap: 16px !important;
}

.filter-pill-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.filter-pill-label {
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #94A3B8 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  margin: 0 !important;
}

.glass-select-input {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #F8FAFC !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%233B82F6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 14px !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 100px !important;
  padding: 8px 36px 8px 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #0F172A !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  outline: none !important;
}

.glass-select-input:hover {
  border-color: #3B82F6 !important;
  background-color: #FFFFFF !important;
}

.filter-divider {
  width: 1px !important;
  height: 24px !important;
  background: #E2E8F0 !important;
}

.saas-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 36px !important;
  width: 100% !important;
  max-width: 1440px !important;
  align-items: center !important;
}

.saas-card {
  position: relative !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  border-radius: 28px !important;
  padding: 40px 36px !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03), 0 1px 3px rgba(0, 0, 0, 0.02) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
  min-height: 620px !important;
}

.saas-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 48px -12px rgba(15, 23, 42, 0.08), 0 4px 12px rgba(0, 0, 0, 0.03) !important;
  border-color: #CBD5E1 !important;
}

.saas-card-popular {
  background: #FFFFFF !important;
  border: 2px solid #3B82F6 !important;
  box-shadow: 0 20px 50px -10px rgba(59, 130, 246, 0.18), 0 4px 12px rgba(0, 0, 0, 0.02) !important;
  transform: scale(1.04) !important;
  z-index: 10 !important;
}

.saas-card-popular:hover {
  transform: scale(1.04) translateY(-8px) !important;
  box-shadow: 0 30px 60px -12px rgba(59, 130, 246, 0.25) !important;
}

.popular-floating-badge {
  position: absolute !important;
  top: -15px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(135deg, #2563EB 0%, #4F46E5 100%) !important;
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  padding: 6px 18px !important;
  border-radius: 100px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35) !important;
  z-index: 12 !important;
}

.card-header-block {
  margin-bottom: 24px !important;
}

.card-plan-name {
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #0F172A !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.2 !important;
}

.card-plan-desc {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #64748B !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.card-price-block {
  margin-bottom: 28px !important;
}

.price-discount-meta {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 6px !important;
}

.price-strikethrough {
  text-decoration: line-through !important;
  color: #94A3B8 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.discount-pill {
  background: #F1F5F9 !important;
  color: #2563EB !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 3px 10px !important;
  border-radius: 100px !important;
  letter-spacing: 0.04em !important;
}

.huge-price-display {
  display: flex !important;
  align-items: baseline !important;
}

.price-symbol {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #0F172A !important;
  margin-right: 4px !important;
  position: relative !important;
  top: -8px !important;
}

.price-number {
  font-size: 56px !important;
  font-weight: 900 !important;
  color: #0F172A !important;
  letter-spacing: -0.04em !important;
  line-height: 1 !important;
}

.price-period {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #64748B !important;
  margin-left: 6px !important;
}

.saas-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 56px !important;
  border-radius: 18px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
}

.btn-gradient-primary {
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%) !important;
  color: #FFFFFF !important;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3) !important;
}

.btn-gradient-primary:hover {
  background: linear-gradient(135deg, #1D4ED8 0%, #1E40AF 100%) !important;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.4) !important;
  transform: translateY(-2px) !important;
  color: #FFFFFF !important;
}

.btn-glass-secondary {
  background: #F8FAFC !important;
  color: #0F172A !important;
  border: 1px solid #E2E8F0 !important;
}

.btn-glass-secondary:hover {
  background: #FFFFFF !important;
  border-color: #2563EB !important;
  color: #2563EB !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04) !important;
}

.btn-arrow-icon {
  transition: transform 0.2s ease !important;
}

.saas-cta-btn:hover .btn-arrow-icon {
  transform: translateX(4px) !important;
}

.card-divider-line {
  height: 1px !important;
  background: #F1F5F9 !important;
  margin: 28px 0 !important;
}

.card-features-block {
  flex-grow: 1 !important;
}

.features-header-title {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #94A3B8 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  margin: 0 0 16px 0 !important;
}

.saas-feature-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.saas-feature-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.feature-icon-badge {
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #DCFCE7 !important;
  color: #16A34A !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.feature-text {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #334155 !important;
  line-height: 1.4 !important;
}

.feature-text strong {
  font-weight: 700 !important;
  color: #0F172A !important;
}

@media (max-width: 1280px) {
  .saas-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 32px !important;
  }
  .saas-card-popular {
    transform: none !important;
  }
  .saas-card-popular:hover {
    transform: translateY(-8px) !important;
  }
}

@media (max-width: 768px) {
  .saas-pricing-wrapper {
    padding: 40px 16px 60px 16px !important;
  }
  .hero-title {
    font-size: 34px !important;
  }
  .hero-subtitle {
    font-size: 15px !important;
  }
  .glass-filter-bar {
    flex-direction: column !important;
    border-radius: 24px !important;
    width: 100% !important;
    max-width: 320px !important;
  }
  .filter-divider {
    width: 100% !important;
    height: 1px !important;
  }
  .saas-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .saas-card {
    padding: 30px 24px !important;
  }
}

.card-cta-btn,
.card-cta-btn span,
.card-cta-btn svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
  text-decoration: none !important;
}

.card-cta-btn:hover,
.card-cta-btn:hover span,
.card-cta-btn:hover svg,
.card-cta-btn:focus,
.card-cta-btn:focus span,
.card-cta-btn:focus svg,
.card-cta-btn:active,
.card-cta-btn:active span,
.card-cta-btn:active svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
  text-decoration: none !important;
}

.card-cta-btn.bg-slate-900:hover {
  background-color: #0F172A !important;
}

.card-cta-btn.bg-blue-600:hover {
  background-color: #1D4ED8 !important;
}