.primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: #2a45d4;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 8px 24px -12px rgba(44, 72, 230, 0.8);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.primary-btn:hover {
  background-color: #1d33a8;
}

.primary-btn:focus-visible {
  outline: 2px solid #3c5bfd;
  outline-offset: 3px;
}

.secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid #3c5bfd;
  background-color: #ffffff;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2a45d4;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.secondary-btn:hover {
  background-color: rgba(60, 91, 253, 0.08);
}

.secondary-btn:focus-visible {
  outline: 2px solid #3c5bfd;
  outline-offset: 3px;
}

.tertiary-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
  transition: color 0.2s ease;
}

.tertiary-btn:hover {
  color: #2a45d4;
}

.tertiary-btn:focus-visible {
  outline: 2px solid #3c5bfd;
  outline-offset: 3px;
}

.nav-link {
  border-radius: 9999px;
  padding: 0.5rem 0.75rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-link:hover {
  background-color: rgba(60, 91, 253, 0.08);
  color: #2a45d4;
}

.nav-link:focus-visible {
  outline: 2px solid #3c5bfd;
  outline-offset: 3px;
}

.role-select {
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  box-shadow: 0 4px 12px -8px rgba(15, 23, 42, 0.4);
}

.role-select:focus {
  border-color: #3c5bfd;
  outline: 3px solid rgba(60, 91, 253, 0.15);
}

.feature-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background-color: #ffffff;
  padding: 0.75rem 1rem;
  box-shadow: 0 10px 20px -15px rgba(15, 23, 42, 0.4);
}

.stat-card {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background-color: #ffffff;
  padding: 1.25rem;
  text-align: center;
  box-shadow: 0 20px 50px -35px rgba(60, 91, 253, 0.65);
}

.input-field {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #334155;
  box-shadow: 0 8px 16px -18px rgba(15, 23, 42, 0.65);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input-field:focus {
  border-color: #3c5bfd;
  box-shadow: 0 0 0 4px rgba(60, 91, 253, 0.15);
  outline: none;
}

.count-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 8px 16px -18px rgba(15, 23, 42, 0.6);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.count-option:hover {
  border-color: #3c5bfd;
}

.count-option input[type="radio"] {
  width: 1rem;
  height: 1rem;
  accent-color: #3c5bfd;
}

.count-option.vip-only {
  border-style: dashed;
  border-color: rgba(60, 91, 253, 0.5);
  color: #2a45d4;
}

.question-card {
  border-radius: 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: 0 30px 70px -45px rgba(60, 91, 253, 0.4);
}

.option-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1e293b;
  transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.option-button:hover {
  border-color: #3c5bfd;
  background-color: #eef2ff;
}

.option-button.correct {
  border-color: #047857;
  background-color: rgba(16, 185, 129, 0.12);
  color: #065f46;
}

.option-button.incorrect {
  border-color: #dc2626;
  background-color: rgba(248, 113, 113, 0.12);
  color: #991b1b;
}

.plan-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: 0 35px 85px -55px rgba(60, 91, 253, 0.55);
}

.plan-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3c5bfd;
}

.plan-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #475569;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  display: none;
  max-width: 28rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background-color: #ffffff;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f2937;
  box-shadow: 0 24px 48px -30px rgba(60, 91, 253, 0.45);
}

.toast.show {
  display: block;
  animation: fade-in-up 0.35s ease-out forwards;
}

@keyframes fade-in-up {
  0% {
    transform: translate(-50%, 1.5rem);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
