.footer .row > div {
  padding-left: 24px;
}
/* Highlight for AI section at top of hero */
.highlight-ai {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 152, 0, 0.85) 0%,
    rgba(255, 87, 34, 0.85) 100%
  );
  border-radius: 0 0 32px 32px;
  padding: 28px 0 24px 0;
  box-shadow: 0 4px 24px rgba(255, 152, 0, 0.18);
  margin-bottom: 0;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.18);
}
body {
  font-family: "Roboto", Arial, sans-serif;
  background: #f7f9fc;
  color: #222;
}
.hero {
  background: linear-gradient(90deg, #28a745 0%, #20c997 100%);
  color: #fff;
  padding: 48px 20px 32px 20px;
  text-align: center;
}
.container.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.5rem !important;
}
.footer {
  background: #f5f6fa;
  color: #222;
  padding: 18px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer h4,
.footer p,
.footer ul,
.footer li,
.footer small {
  color: #222 !important;
}
.footer .border-end {
  border-color: rgba(34, 34, 34, 0.12) !important;
}
