body {
  background-color: #f7f4ec;
  font-family: 'Inter', Arial, sans-serif;
}

.support-main {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.support-hero {
  text-align: center;
  margin-bottom: 40px;
}

.support-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 12px;
  color: #000000;
  text-shadow: 0 3px 8px rgba(0, 51, 102, 0.25);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.support-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.support-cta {
  background: #dff8f0;
  border-radius: 20px;
  padding: 36px 32px;
  text-align: center;
  box-shadow: 0 16px 34px rgba(0,0,0,0.12);
}

.support-cta p {
  margin-bottom: 16px;
}

.support-cta .btn-secondary {
  background: #fff;
  color: #2f5a3d;
  border-radius: 5px;
  padding: 10px 20px;
}
