
.font-display[data-v-37d12c36] {
  font-family: 'Cinzel', serif;
}

/* Pricing card */
.pricing-card[data-v-37d12c36] {
  background: rgba(255, 255, 255, 0.015);
  transition: border-color 0.3s ease;
}
.pricing-card[data-v-37d12c36]:hover {
  border-color: rgba(52, 211, 153, 0.3);
}

/* Requirement cards */
.requirement-card[data-v-37d12c36] {
  transition: all 0.3s ease;
}
.requirement-card[data-v-37d12c36]:hover {
  border-color: rgba(52, 211, 153, 0.12);
  background: rgba(52, 211, 153, 0.03);
}

/* FAQ cards */
.faq-card[data-v-37d12c36] {
  transition: all 0.3s ease;
}
.faq-card[data-v-37d12c36]:hover {
  border-color: rgba(52, 211, 153, 0.12);
  background: rgba(52, 211, 153, 0.03);
}

/* CTA buttons */
.cta-primary[data-v-37d12c36] {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 32px;
  background: linear-gradient(180deg, #4ade80 0%, #22c55e 50%, #16a34a 100%);
  color: #07090d;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 0 20px -4px rgba(52, 211, 153, 0.3);
}
.cta-primary[data-v-37d12c36]:hover {
  box-shadow: 0 0 30px -4px rgba(52, 211, 153, 0.5);
  transform: translateY(-1px);
}
.cta-primary[data-v-37d12c36]:active {
  transform: translateY(0) scale(0.98);
}
.cta-shimmer[data-v-37d12c36] {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.25) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.cta-primary:hover .cta-shimmer[data-v-37d12c36] {
  transform: translateX(100%);
}
.cta-secondary[data-v-37d12c36] {
  display: inline-flex;
  align-items: center;
  padding: 12px 32px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
}
.cta-secondary[data-v-37d12c36]:hover {
  color: #34d399;
  border-color: rgba(52, 211, 153, 0.25);
}
