/* METASEQUENT — site geneli alt copyright şeridi */
.company-bar {
  width: 100%;
  flex-shrink: 0;
  padding: 14px 16px;
  text-align: center;
  background: #0a0a12;
  border-top: 1px solid rgba(193, 193, 255, 0.22);
}

.company-bar__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #c7c4d7;
  font-family: Montserrat, system-ui, sans-serif;
}

.company-bar__link {
  color: #c1c1ff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.company-bar__link:hover {
  text-decoration: underline;
  color: #e1e0ff;
}

body.hero-gradient {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.hero-gradient main {
  flex: 1 0 auto;
}
