/* styles.css - Zappiq homepage styling */

body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  background-color: #ffffff;
  color: #0A2E49;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  color: #0A2E49;
}

.btn-accent {
  background-color: #25D366;
  color: #fff;
  border: none;
}

.btn-accent:hover {
  background-color: #1CB75B;
  color: #fff;
}

.navbar-brand {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

.section-heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.card {
  border-radius: 12px;
}

.plan-price {
  font-size: 1.25rem;
  margin-top: 10px;
  font-weight: 600;
}

.strike {
  text-decoration: line-through;
  color: gray;
  margin-right: 5px;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

#langSwitcher {
  font-size: 0.9rem;
  padding: 3px 6px;
}
