/* --- About section (corporate) --- */
.section {
  padding: 44px 18px;
}

.section-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  padding: 28px 22px;
}

.section-title {
  color: #0c4da2;           /* deep blue */
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 12px 0;
  letter-spacing: 0.2px;
}

.section-title .rule {
  width: 72px;
  height: 6px;
  border-radius: 6px;
  background: #d9b65a;      /* soft gold */
  display: inline-block;
  margin-top: 8px;
}

.section-lead {
  color: #1f3454;
  font-size: 18px;
  line-height: 1.7;
  margin: 16px 0 10px 0;
}

.pill-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 18px 0 8px;
}

.pill {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f2f6ff;
  color: #0c4da2;
  font-weight: 600;
  border: 1px solid #e6eeff;
}

.keyline {
  margin: 18px 0;
  height: 1px;
  background: linear-gradient(90deg,#eaeef7,transparent);
}

.small-muted {
  color: #5d6a7d;
  font-size: 15px;
  line-height: 1.7;
}

/* tighten footer/disclaimer a bit (requested) */
.site-footer { padding: 22px 18px; }
.disclaimer   { padding: 16px 18px; font-size: 14px; }.whatsapp-float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.whatsapp-float img {
  width: 35px;
  margin-top: 10px;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
}