/* Vagmi /vagmi/index.html — detailed help + endorsement.
   Sits on top of legal.css so the brand colours and base typography
   stay consistent across all Vagmi pages. */

/* Hero */
.about-hero {
  text-align: center;
  padding: 36px 0 24px 0;
}

.about-hero h1 {
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #1f1a6b;
  margin: 0 0 8px 0;
}

.about-tagline {
  font-size: 20px;
  color: #4a4795;
  margin: 0 0 24px 0;
  font-weight: 500;
}

.about-summary {
  font-size: 17px;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto 24px auto;
  color: #2b2870;
}

.about-pill {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: #e4e7ff;
  color: #0124c7;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Section blocks */
.about-section {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #e4e7ff;
}

.about-section h2 {
  font-size: 26px;
  font-weight: 700;
  color: #1f1a6b;
  margin: 0 0 14px 0;
}

.about-section p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 14px 0;
  color: #2b2870;
}

.about-section ul,
.about-section ol {
  font-size: 16px;
  line-height: 1.7;
  color: #2b2870;
  padding-left: 22px;
  margin: 0 0 14px 0;
}

.about-section li {
  margin-bottom: 8px;
}

.about-section em {
  color: #0124c7;
  font-style: normal;
  font-weight: 600;
}

.about-section strong {
  color: #1f1a6b;
}

/* Support / endorsement section */
.about-support {
  padding-bottom: 24px;
}

.about-support-card {
  margin-top: 20px;
  padding: 28px 32px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0124c7 0%, #1f1a6b 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 30px rgba(1, 36, 199, 0.18);
}

.about-support-heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.about-support-blurb {
  font-size: 15px;
  line-height: 1.55;
  color: #e4e7ff;
  max-width: 480px;
  margin: 0 auto 22px auto;
}

/* Razorpay Payment Button wrapper. The script injects its own styled
   button into the inner <form>; we just centre it and give it some
   breathing room inside the dark card. A min-height keeps the card
   layout stable while Razorpay's async script loads. */
.about-support-rzp {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin: 4px 0 4px 0;
}

.about-support-rzp form {
  margin: 0;
}

.about-support-fine {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #b8c0ee;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .about-hero h1 {
    font-size: 42px;
  }
  .about-tagline {
    font-size: 17px;
  }
  .about-summary {
    font-size: 16px;
  }
  .about-section h2 {
    font-size: 22px;
  }
  .about-support-card {
    padding: 24px 20px;
  }
  .about-support-btn {
    padding: 12px 28px;
    font-size: 15px;
  }
}
