.home-page img[src$="event.png"],
.home-page img[src*="event-"] {
  width: 100%;
  max-width: 36rem !important;
  max-height: 42rem !important;
  object-fit: contain;
}

.home-page img[src$="product.png"],
.home-page img[src*="product-"] {
  width: 100%;
  max-width: 28rem !important;
  max-height: 34rem !important;
  object-fit: contain;
}

.home-page img[src$="calculations-areas.png"],
.home-page img[src*="calculations-areas-"] {
  width: 100%;
  max-width: 36rem !important;
  max-height: 36rem !important;
  object-fit: contain;
}

.home-page .event-steps article > span:first-child {
  margin-top: 0;
}

.home-page .event-steps h5 {
  margin: 0;
  line-height: 1.5rem;
}

.home-page .event-steps p {
  margin-top: 0.35rem;
  margin-bottom: 0;
}

.home-page .md\:grid-cols-\[1fr_auto_1fr_auto_1fr\] article {
  gap: 1.25rem !important;
}

.home-page .md\:grid-cols-\[1fr_auto_1fr_auto_1fr\] article > span:first-child {
  color: #044534;
  font-size: 2.25rem !important;
  font-weight: 500;
  line-height: 1;
}

.home-page
  .md\:grid-cols-\[1fr_auto_1fr_auto_1fr\]
  article
  > span:nth-child(2) {
  width: 1px !important;
  height: 2.5rem !important;
  background: rgba(4, 69, 52, 0.15) !important;
}

.home-page
  .md\:grid-cols-\[1fr_auto_1fr_auto_1fr\]
  article
  > span:nth-child(3) {
  width: 3.5rem !important;
  height: 3.5rem !important;
  background: rgba(182, 232, 139, 0.3) !important;
}

.home-page .md\:grid-cols-\[1fr_auto_1fr_auto_1fr\] article h3 {
  margin: 0;
  color: #044534;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
}

.home-page .md\:grid-cols-\[1fr_auto_1fr_auto_1fr\] article p {
  margin-top: 0.25rem;
  color: rgba(31, 47, 57, 0.75);
  font-size: 0.875rem !important;
  line-height: 1.5rem !important;
}

.home-page .md\:grid-cols-\[1fr_auto_1fr_auto_1fr\] > svg {
  width: 2.25rem !important;
  height: 2.25rem !important;
  color: #6fbe44;
}

.cta-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.05rem;
  border-bottom: 1px solid currentColor;
  color: #044534;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.cta-link:hover {
  color: #37c21b;
  transform: translateY(-1px);
}

.dashboard-cta {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(4, 69, 52, 0.18);
  border-radius: 0.25rem;
  background: #044534;
  color: #fbf7f3;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.dashboard-cta:hover {
  background: #37c21b;
  color: #fbf7f3;
  transform: translateY(-1px);
}

.home-dashboard-actions {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
