/* Customer-specific styles on top of shared portal.css */

.provisioning-banner {
  border-left: 4px solid #0ea5e9 !important;
}

.pricing-page .letter-spacing {
  letter-spacing: 0.08em;
}

.pricing-hero-title {
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
  max-width: 28ch;
}

.pricing-hero-title em {
  font-style: italic;
  color: var(--portal-primary, #4f46e5);
}

.pricing-hero-sub {
  max-width: 54ch;
}

.plan-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border-radius: 1rem !important;
}

.plan-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1.25rem rgba(79, 70, 229, 0.12) !important;
}

.plan-card-highlight {
  border: 2px solid var(--portal-primary, #4f46e5) !important;
  box-shadow: 0 0.5rem 1.5rem rgba(79, 70, 229, 0.15) !important;
}

.plan-card-selected {
  border-color: #16a34a !important;
  box-shadow: 0 0.5rem 1.5rem rgba(22, 163, 74, 0.18) !important;
}

.plan-recommended-badge {
  background: var(--portal-primary, #4f46e5);
  color: #fff;
}

.pricing-amount {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

[id^="plan-"] {
  scroll-margin-top: 5.5rem;
}

.plan-features {
  font-size: 0.95rem;
}

.plan-features li {
  line-height: 1.35;
}

.plan-includes {
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
}

.plan-includes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.plan-addons-count {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.55rem;
  white-space: nowrap;
}

.plan-includes-from {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.plan-addons-toggle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 0.65rem;
  padding: 0.7rem 0.85rem;
  text-align: left;
  color: inherit;
}

.plan-addons-toggle:hover {
  background: #f3f4f6;
}

.plan-addons-toggle-label {
  font-size: 0.9rem;
  font-weight: 600;
}

.plan-addons-toggle-hint {
  font-size: 0.8rem;
  color: #6b7280;
}

.plan-addons-chevron {
  margin-left: auto;
  transition: transform 0.15s ease;
}

.plan-addons-toggle:not(.collapsed) .plan-addons-chevron {
  transform: rotate(180deg);
}

.plan-addons-list {
  font-size: 0.875rem;
  color: #374151;
  padding: 0.25rem 0.25rem 0;
}

.plan-cta {
  text-align: center;
}

.pricing-extra {
  border-radius: 1rem !important;
}
