@charset "UTF-8";
.wd-progress-container {
  padding: 16px;
  background: white;
  border-bottom: 1px solid #dee2e6;
}

.wd-progress-bar {
  height: 6px;
  border-radius: 3px;
  background-color: #e9ecef;
  overflow: hidden;
}
.wd-progress-bar .wd-progress-fill {
  height: 100%;
  background-color: #198754;
  border-radius: 3px;
  transition: width 0.3s ease;
}

.wd-progress-text {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 6px;
}

.wd-plan-card {
  position: relative;
  border: 2px solid var(--wd-orange-light);
  border-radius: 14px;
  padding: 22px 48px 22px 22px;
  cursor: pointer;
  background: linear-gradient(180deg, #fff 0%, #fff8f0 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 8px 18px rgba(212, 133, 58, 0.15);
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease, background-color 0.12s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.wd-plan-card::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 12px;
  border-right: 2.5px solid var(--wd-orange);
  border-bottom: 2.5px solid var(--wd-orange);
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0.6;
  transition: opacity 0.12s ease, transform 0.12s ease;
}
.wd-plan-card:hover {
  border-color: var(--wd-orange);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 14px 30px rgba(212, 133, 58, 0.25);
  transform: translateY(-2px);
}
.wd-plan-card:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(2px) rotate(-45deg);
}
.wd-plan-card:active {
  transform: translateY(1px) scale(0.995);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(212, 133, 58, 0.18);
  background: linear-gradient(180deg, #fff5e6 0%, #ffead0 100%);
}
.wd-plan-card:focus-visible {
  outline: 3px solid rgba(212, 133, 58, 0.5);
  outline-offset: 3px;
}
.wd-plan-card.selected {
  border-color: var(--wd-orange);
  border-width: 3px;
  padding: 21px 47px 21px 21px;
  background: linear-gradient(180deg, #fff5e6 0%, #ffead0 100%);
  box-shadow: 0 6px 14px rgba(212, 133, 58, 0.32), 0 0 0 4px rgba(212, 133, 58, 0.14);
}
.wd-plan-card.selected::before {
  opacity: 0;
}
.wd-plan-card.selected::after {
  content: "✓";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--wd-orange);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(212, 133, 58, 0.5);
}

.wd-plan-price {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--wd-orange);
}

.wd-plan-period {
  font-size: 0.85rem;
  font-weight: 400;
  color: #6c757d;
}

.wd-plan-features {
  list-style: none;
  padding-left: 0;
  font-size: 0.85rem;
}
.wd-plan-features li {
  margin-bottom: 4px;
}
.wd-plan-features li i {
  margin-right: 6px;
}

.wd-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #d4edda;
  color: #198754;
  font-size: 2.5rem;
}

/*# sourceMappingURL=signup.output.css.map */
