body {
  margin: 0;
  /* font-family: "Inter", sans-serif; */
  font-family: 'DM Sans', sans-serif;
  /* font-size: 1.1rem; */
  /* font-weight: 300; */
  /* background: #f5f7f5; */
  /* color: #1a1a1a; */
  /* line-height: 1.6; */
}

header {
  /* margin: 0 auto; */
  margin: 4rem auto 1rem;
  /* background: rgba(255, 255, 255, 0.15); */
  background: #9dc5aa;
  /* color: #0f5132; */
  text-align: center;
  border-radius: 0.7rem;
  backdrop-filter: blur(12px);
  max-width: var(--max);
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

/* header {
  margin: 5rem 2rem 0;
  background: #0f5132;
  color: white;
  text-align: center;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(15, 81, 50, 0.25);
} */

/* header {
  margin: 0 auto;
  background: linear-gradient(135deg, #0f5132, #198754);
  color: white;
  margin-top: 5rem;
  margin-left: 2rem;
  margin-right: 2rem;
  text-align: center;
  border-radius: 1rem;
} */


/* header {
  margin: 5rem 2rem 0;
  background: #f8faf8;
  color: #0f5132;
  text-align: center;
  border-radius: 1rem;
  border: 1.5px solid #c3e6cb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
} */

/* header h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 700;
  color: var(--accent);
  margin: 0;
} */

header p { 
  /* margin-top: .5rem; */
  /* font-size: 1.2rem; */
  /* opacity: 0.9; */
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 700;
}

.container {
  max-width: 900px;
  margin: 2.5rem auto;
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

h2 {
  color: #0f5132;
  margin-top: 0;
}

.cta-box {
  background: #e9f7ef;
  border-left: 4px solid #198754;
  padding: 1.2rem 1rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  /* border: blueviolet 2px solid; */
}

.cta-box strong {
  color: #0f5132;
}

.spacing {
  padding-top: 1rem;
}

.info-head {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1rem, 6vw, 2rem);
  font-weight: 400;
}

.whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: white;
  padding: 0.9rem 1.4rem;
  border-radius: 8px;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 600;
  margin-top: 1rem;
}

.qr-section {
  text-align: center;
  margin-top: 2rem;
  /* border: blueviolet 2px solid; */
}

.qr-section img {
  /* width: 180px; */
  height: auto;
  padding: 1rem 0;
}

.team {
  padding: 1rem 0;
  font-weight: 600;
}

footer {
  text-align: center;
  padding: 2rem 1rem;
  color: #555;
  font-size: 0.9rem;
}

@media (max-width: 700px) {
  .container {
    margin: 0.6rem;
    /* padding: 0; */
  }

  body {
    /* margin: 0; */
    padding: 0;
  }

  header {
    margin-top: 0.6rem;
    border-radius: 0.4rem;
  }
}