/* Self-hosted layout essentials. Keep the public site independent from Ligna. */
body {
  min-width: 320px;
}

.aa-brand {
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.aa-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  padding: 13px 17px;
  color: #fff;
  background: var(--aa-orange);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
  white-space: nowrap;
}

.aa-footer-brand .aa-logo {
  margin-bottom: 10px;
}

.aa-brand img,
.aa-footer-brand img {
  width: 158px;
  height: 54px;
  object-fit: cover;
  object-position: center;
}

.aa-hero-card {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aa-proof {
  padding-left: clamp(24px, 7vw, 110px);
  padding-right: clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 28px;
}

.aa-proof > p,
.aa-footer-brand p {
  margin: 0;
}

.aa-proof-list span {
  padding: 10px 14px;
  border: 1px solid;
  border-radius: 999px;
}

.aa-steps article {
  min-height: 300px;
  padding: 40px;
}

@media (max-width: 1000px) {
  .aa-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .aa-hero-card {
    min-height: 480px;
  }

  .aa-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aa-founder,
  .aa-support,
  .aa-proof {
    grid-template-columns: 1fr;
  }

  .aa-proof-list {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .aa-logo {
    min-width: 128px;
    padding: 11px 13px;
    font-size: 18px;
  }

  .aa-brand img,
  .aa-footer-brand img {
    width: 128px;
    height: 44px;
  }

  .aa-hero-card {
    min-height: auto;
  }

  .aa-grid,
  .aa-steps {
    grid-template-columns: 1fr;
  }

  .aa-module,
  .aa-steps article {
    min-height: auto;
    padding: 28px 24px;
  }

  .aa-steps h3 {
    margin-top: 28px;
  }
}
