/* CSS specfic to the getCredible page */

.getcredible-hero-container {
  background: linear-gradient(135deg, #1b2144, #3b4cca);
  border-radius: 16px;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin: 40px auto 20px auto;
  text-align: center;
  color: white;
  width: 100%;
}

.getcredible-hero-placeholder h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2rem;
  margin: 0;
}

.getcredible-context-box {
  background-color: #f7f8ff;
  /* Light bluish tint */
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
}

.getcredible-stats-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-top: 32px;
}

@media (min-width: 768px) {
  .getcredible-stats-box {
    flex-direction: row;
    justify-content: space-around;
  }

  .getcredible-stats-box .key-actions-divider {
    display: none;
  }
}

.placeholder-image-box {
  background-color: #e5e9ff;
  border: 2px dashed #6551fd;
  border-radius: 16px;
  padding: 60px 20px;
  text-align: center;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 100%;
  color: #333;
  font-family: "Mulish", sans-serif;
}
