/* MarkSync landing (single page) */

/* Footer: shift logo up (~60% of its box height) */
.infomx-footer-logo {
  display: inline-block;
  transform: translateY(-60%);
}

.infomx-section-title {
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.infomx-ecosystem {
  text-align: center;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}

/* Hero collage: natural aspect ratio, no frame or shadow */
.infomx-hero-shot-wrap {
  margin: 2rem auto 0;
  max-width: 72rem;
  text-align: center;
}

.infomx-hero-shot {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.infomx-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .infomx-product-grid {
    grid-template-columns: 1fr;
  }
}

.infomx-product-card {
  background: #fff;
  border: 1px solid rgba(0, 32, 128, 0.12);
  border-radius: 0.75rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.infomx-product-card__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.infomx-product-card__head img {
  height: 40px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.infomx-product-card__name {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  color: #1a1a2e;
}

.infomx-product-card__summary {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #444;
  margin: 0;
}

.infomx-product-card ul {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #333;
}

.infomx-product-card__stores {
  margin: 0;
}

.infomx-store-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
}

.infomx-store-line__label {
  font-weight: 600;
  color: #1a1a2e;
}

.infomx-store-line__label::after {
  content: ":";
}

.infomx-store-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem;
  border-radius: 0.5rem;
  background: rgba(0, 32, 128, 0.06);
  border: 1px solid rgba(0, 32, 128, 0.14);
  color: #0d47a1;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.3;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.infomx-store-link:hover {
  background: rgba(0, 32, 128, 0.1);
  border-color: rgba(0, 32, 128, 0.22);
  color: #062a66;
}

.infomx-store-link__icon {
  flex-shrink: 0;
  opacity: 0.9;
}

.infomx-why {
  max-width: 52rem;
  margin: 0 auto;
}

.infomx-why .rich-text-xlarge p,
.infomx-why .rich-text-xlarge li {
  font-size: 1rem;
  line-height: 1.55;
}

.infomx-why ul {
  padding-left: 1.25rem;
}
