.no-plan,
.no-plan * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.no-plan {
  font-family: "Inter", sans-serif;
  background: #f5f8fc;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Main */
.no-plan__main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.no-plan__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}

/* Icon */
.no-plan__icon-wrap {
  width: 88px;
  height: 88px;
  background: #ebf4ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-plan__icon-wrap svg {
  width: 38px;
  height: 38px;
  stroke: #1a56a0;
  fill: none;
  stroke-width: 1.8;
}

/* Badge */
.no-plan__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff1f1;
  border: 1px solid #fecaca;
  color: #b91c1c;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.28rem 0.8rem;
  border-radius: 100px;
}

.no-plan__badge-dot {
  width: 6px;
  height: 6px;
  background: #ef4444;
  border-radius: 50%;
}

/* Text */
.no-plan__title {
  font-size: 1.65rem;
  font-weight: 700;
}

.no-plan__desc {
  font-size: 0.9rem;
  color: #64748b;
  max-width: 350px;
  text-align: center;
}

/* Divider */
.no-plan__divider {
  width: 40px;
  height: 2px;
  background: #e2e8f0;
}

/* Contact */
.no-plan__contact-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.2rem;
  display: flex;
  gap: 1rem;
  min-width: 250px;
}

.no-plan__contact-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ebf4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .no-plan__contact-info {
  min-width: 300px;
} */

.no-plan__contact-info span {
  font-size: 0.72rem;
  color: #94a3b8;
  display: block;
  width: 100%;
}

.no-plan__contact-info strong {
  font-size: 0.88rem;
}

/* Button */
.no-plan__btn {
  padding: 0.8rem 2rem;
  border-radius: 10px;
  border: none;
  background: #1a56a0;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* Help */
.no-plan__help {
  font-size: 0.78rem;
  color: #94a3b8;
}

.no-plan__help span {
  color: #1a56a0;
  cursor: pointer;
}
