/* Brand styling layered on top of Bootstrap 5. */

.hero {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
}

.captcha-img {
  background: #f1f5f9;
}

/* Make the country-code select sit neatly in the input group. */
#countryCode {
  max-width: 9.5rem;
}

section[id] {
  scroll-margin-top: 70px; /* offset for the sticky navbar on anchor jumps */
}

/* Home-page solution illustrations */
.solution-img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.12);
}

/* Product cards */
.product-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #f1f5f9;
}

.product-img-placeholder {
  border-bottom: 1px solid #dee2e6;
}
