/* Pricing — premium layout & spacing (loads after impressols-landing.css) */

.pricing-section {
  padding: 100px 0 110px;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(44, 178, 229, 0.12), transparent),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(152, 189, 34, 0.08), transparent),
    linear-gradient(180deg, #f1f5f9 0%, #ffffff 45%, #f8fafc 100%);
  position: relative;
}

.pricing-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
  pointer-events: none;
}

.pricing-section > .container {
  position: relative;
  z-index: 1;
}

.pricing-intro {
  margin-bottom: 3.5rem !important;
  padding-bottom: 0;
}

.section-label-pricing {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.pricing-headline {
  line-height: 1.25 !important;
  margin-bottom: 1.25rem !important;
  letter-spacing: -0.03em;
}

.pricing-sub {
  line-height: 1.8 !important;
  font-size: 1.08rem !important;
  padding: 0 1rem;
}

.pricing-selector-wrap {
  margin-bottom: 3.5rem !important;
}

.pricing-selector-card {
  padding: 2.5rem 2rem 2rem !important;
  border-radius: 32px !important;
  box-shadow:
    0 4px 6px -1px rgba(15, 23, 42, 0.06),
    0 24px 48px -12px rgba(44, 178, 229, 0.15) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%) !important;
}

.pricing-selector-header {
  margin-bottom: 2rem !important;
}

.pricing-step-badge {
  margin-bottom: 1.35rem !important;
  padding: 0.65rem 1.25rem !important;
  line-height: 1.45 !important;
}

.pricing-selector-title {
  line-height: 1.35 !important;
  margin-bottom: 1rem !important;
}

.pricing-selector-hint {
  line-height: 1.75 !important;
  font-size: 1rem !important;
}

.pricing-band-picker {
  gap: 1rem !important;
  margin-bottom: 1.75rem !important;
}

.band-btn {
  min-height: 118px !important;
  padding: 1.25rem 1rem !important;
  gap: 0.85rem !important;
}

.band-btn-label {
  gap: 0.4rem !important;
  align-items: center !important;
}

.band-btn-label strong {
  display: block !important;
  line-height: 1.35 !important;
  font-size: 1.05rem !important;
}

.band-btn-label small {
  display: block !important;
  margin-top: 0.35rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.06em !important;
}

.pricing-selection-result {
  line-height: 1.65 !important;
  padding: 1.1rem 1.5rem !important;
  font-size: 1rem !important;
}

.pricing-plans-label {
  text-align: center;
  margin-bottom: 2rem;
}

.pricing-plans-label .pricing-step-badge {
  margin-bottom: 0;
  background: linear-gradient(135deg, rgba(44, 178, 229, 0.12), rgba(44, 178, 229, 0.05));
  color: var(--logo-blue);
  border-color: rgba(44, 178, 229, 0.25);
}

.pricing-cards-row {
  --bs-gutter-y: 1.75rem;
  align-items: stretch;
}

.pricing-card {
  border: none !important;
  border-radius: 28px !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff !important;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.06),
    0 12px 40px -16px rgba(15, 23, 42, 0.12) !important;
}

.pricing-card-inner {
  padding: 2rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.pricing-card-featured .pricing-card-inner {
  padding-top: 2.25rem;
}

.pricing-card-top {
  height: 5px;
  background: linear-gradient(90deg, var(--logo-green), var(--logo-blue));
}

.pricing-card-featured .pricing-card-top {
  height: 6px;
  background: linear-gradient(90deg, var(--logo-orange), var(--logo-blue), var(--logo-green));
}

.pricing-plan-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.plan-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
}

.plan-icon-attendance {
  background: linear-gradient(135deg, #98BD22, #65a30d);
}

.plan-icon-payroll {
  background: linear-gradient(135deg, #EE7103, #ea580c);
}

.plan-icon-full {
  background: linear-gradient(135deg, #8b5cf6, #2CB2E5);
}

.pricing-card h3 {
  margin: 0 0 0.5rem !important;
  line-height: 1.3 !important;
  font-size: 1.4rem !important;
}

.pricing-tier-desc {
  margin: 0 !important;
  line-height: 1.65 !important;
  font-size: 0.92rem !important;
}

.pricing-amount-box {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 1.35rem 1.25rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.pricing-card-featured .pricing-amount-box {
  background: linear-gradient(135deg, rgba(44, 178, 229, 0.08) 0%, rgba(152, 189, 34, 0.06) 100%);
  border-color: rgba(44, 178, 229, 0.2);
}

.pricing-from {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
  margin-bottom: 0.35rem;
}

.pricing-amount {
  margin: 0 !important;
  line-height: 1.2 !important;
}

.pricing-currency {
  font-size: 0.95rem !important;
  vertical-align: super;
  margin-right: 0.15rem;
}

.pricing-price {
  font-size: 2.75rem !important;
  line-height: 1.1 !important;
}

.pricing-period {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem !important;
}

.pricing-billing-note {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.78rem;
  color: var(--ink-soft);
  opacity: 0.85;
}

.pricing-divider {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
  margin: 0 0 1.25rem;
}

.pricing-features {
  margin-bottom: 1.75rem !important;
}

.pricing-features li {
  padding: 0.65rem 0 !important;
  line-height: 1.6 !important;
  gap: 0.75rem !important;
  font-size: 0.92rem !important;
}

.pricing-features li i {
  margin-top: 0.35rem !important;
  width: 18px;
  text-align: center;
}

.pricing-cta {
  margin-top: auto !important;
  padding: 1rem 1.5rem !important;
  font-size: 0.95rem !important;
}

.pricing-card-featured {
  transform: scale(1.02);
  z-index: 2;
  position: relative;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.06),
    0 28px 56px -16px rgba(44, 178, 229, 0.28) !important;
}

.pricing-badge {
  top: -14px !important;
  padding: 0.5rem 1.25rem !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 20px rgba(238, 113, 3, 0.35);
}

.pricing-enterprise {
  margin-top: 3.5rem !important;
  padding: 2rem 2.5rem !important;
  line-height: 1.7 !important;
  font-size: 1.05rem !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  box-shadow: 0 20px 50px -20px rgba(15, 23, 42, 0.4);
}

@media (max-width: 991px) {
  .pricing-card-featured {
    transform: none;
  }

  .pricing-price {
    font-size: 2.25rem !important;
  }
}
