/* OMR WhatsApp community landing page */
.wa-landing {
  font-family: 'Poppins', system-ui, sans-serif;
  color: #1f2937;
}
.wa-landing .maxw {
  max-width: 1280px;
}
.wa-landing .hero-wa {
  background: linear-gradient(135deg, #14532d 0%, #166534 42%, #128c7e 100%);
  color: #fff;
  padding: 3rem 0 3.25rem;
}
.wa-landing .hero-wa h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
}
.wa-landing .hero-wa .lead {
  font-size: 1.05rem;
  opacity: 0.95;
}
.wa-landing .trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.wa-landing .trust-chip {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 500;
}
.wa-landing .btn-wa {
  background: #25d366;
  border: none;
  color: #05302c;
  font-weight: 700;
  padding: 0.75rem 1.75rem;
  border-radius: 2rem;
}
.wa-landing .btn-wa:hover {
  background: #20bd5a;
  color: #042a26;
}
.wa-landing section {
  padding: 2.75rem 0;
}
.wa-landing .section-muted {
  background: #f8faf9;
}
.wa-landing .use-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.35rem;
  height: 100%;
  background: #fff;
  transition: box-shadow 0.2s, transform 0.2s;
}
.wa-landing .use-card:hover {
  box-shadow: 0 8px 24px rgba(20, 83, 45, 0.08);
  transform: translateY(-2px);
}
.wa-landing .use-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #14532d;
  margin-bottom: 0.5rem;
}
.wa-landing .use-card a {
  color: #166534;
  font-weight: 500;
  text-decoration: none;
}
.wa-landing .use-card a:hover {
  text-decoration: underline;
}
.wa-landing .locality-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.65rem;
}
.wa-landing .locality-pill {
  background: #fff;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  font-size: 0.875rem;
  text-align: center;
  color: #14532d;
  font-weight: 500;
}
.wa-landing .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: #14532d;
  color: #fff;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 700;
  margin-right: 0.5rem;
}
.wa-landing .tamil-block {
  background: linear-gradient(90deg, #ecfdf5, #f0fdf4);
  border: 1px solid #a7f3d0;
  border-radius: 12px;
  padding: 1.5rem;
}
.wa-landing .final-cta-band {
  background: linear-gradient(135deg, #075e54, #128c7e);
  color: #fff;
  border-radius: 14px;
  padding: 2rem;
  text-align: center;
}
.wa-landing .wa-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: #14532d;
  color: #fff;
  padding: 0.65rem 1rem;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.wa-landing .wa-sticky-bar__btn {
  background: #25d366;
  color: #05302c !important;
  font-weight: 700;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  text-decoration: none !important;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .wa-landing .wa-sticky-bar {
    display: flex;
  }
  .wa-landing body.has-wa-sticky {
    padding-bottom: 56px;
  }
}
.wa-landing .wa-affiliation-note {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
