body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  background-color: #f8fafc;
  color: #0f172a;
}
.font-black-ops {
  font-family: "Inter", sans-serif;
  font-weight: 900;
}
.gradient-text {
  background: linear-gradient(90deg, #4f46e5, #14b8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section {
  padding: 6rem 1.5rem;
}
@media (min-width: 768px) {
  .section {
    padding: 8rem 2rem;
  }
}
.content-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05),
    0 2px 4px -2px rgb(0 0 0 / 0.05);
}
.cta-button {
  transition: all 0.3s ease;
}
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2);
}
.plan-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.plan-card-body {
  flex-grow: 1;
}