/*
(c) Spacehubs Africa. All rights reserved.
Licensed under the Proprietary License found in the LICENSE file
in the root directory of this source tree.
*/

.subscription-hero {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  box-shadow: 0 24px 50px -40px rgba(15, 23, 42, 0.2);
}
.subscription-surface {
  border: 1px solid #e2e8f0;
  box-shadow: 0 24px 50px -40px rgba(15, 23, 42, 0.14);
}
.subscription-panel {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  box-shadow: 0 24px 50px -40px rgba(15, 23, 42, 0.14);
}
.subscription-notice {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #ffffff;
}
.subscription-notice-muted {
  background: #f8fafc;
}
.subscription-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(148, 163, 184, 0) 0%, rgba(148, 163, 184, 0.55) 18%, rgba(148, 163, 184, 0.55) 82%, rgba(148, 163, 184, 0) 100%);
}
.subscription-kicker {
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}
.tier-card {
  background: #ffffff;
  border-radius: 1.5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.2s ease;
}
.tier-card.featured {
  border-color: #E8B82A;
}
.tier-card-featured {
  border-color: #dbe4ee;
  box-shadow: 0 18px 40px -32px rgba(15, 23, 42, 0.18);
}
.tier-card-muted {
  border-color: #e2e8f0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.plan-card {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #dbe4ee;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.plan-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px -28px rgba(15, 23, 42, 0.6);
}
.plan-card.selected {
  border-color: var(--color-sha-indigo-border);
  background-color: var(--color-sha-indigo-bg);
  box-shadow: 0 16px 36px -28px rgba(74, 98, 184, 0.8);
}
.selection-indicator {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.selection-indicator.selected {
  border-color: var(--color-sha-indigo-border);
  background: var(--color-sha-indigo);
  color: #ffffff;
}
.subscription-cta-primary,
.subscription-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.875rem;
  padding: 0.875rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.subscription-cta-primary {
  background: var(--color-sha-indigo);
  border: 1px solid transparent;
  color: #ffffff;
}
.subscription-cta-primary:hover {
  background: var(--color-sha-indigo-text);
}
.subscription-cta-secondary {
  background: #ffffff;
  border: 1px solid #dbe4ee;
  color: #334155;
}
.subscription-cta-secondary:hover {
  background: #f8fafc;
}
.payment-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  transition: all 0.2s ease;
}
.payment-card.selected {
  border-color: #4A62B8;
  background-color: #EEF0F8;
}
.check { color: #4A62B8; }
.cross { color: #d1d5db; }
.feature-row td { padding: 0.625rem 1rem; font-size: 0.875rem; }
.feature-row:nth-child(even) td { background-color: #f8fafc; }
