.atgb-page {
  background: #ebebeb;
  color: rgba(0, 0, 0, 0.7);
  font-family: "HomeVideo";
}

.atgb-main {
  padding-top: 4px;
}

.atgb-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.atgb-cover {
  width: 100%;
  max-width: 520px;
  border: 0;
  border-radius: 12px;
  background: transparent;
}

.atgb-hero h1,
.atgb-section h2 {
  margin: 0 0 10px;
  letter-spacing: 2px;
}

.atgb-actions {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.atgb-btn {
  display: inline-block;
  border-radius: 999px;
  padding: 10px 16px;
  background: #2e2e2e;
  color: #fff;
  border: 1px solid #2e2e2e;
}

.atgb-btn-alt {
  background: transparent;
  color: rgba(0, 0, 0, 0.75);
}

.atgb-section {
  margin-top: 34px;
}

.atgb-showcase {
  text-align: center;
}

.atgb-gif {
  width: 100%;
  max-width: 520px;
  border-radius: 10px;
}

.atgb-section ul {
  padding-left: 20px;
}

.atgb-section li,
.atgb-section p {
  font-family: "HomeVideo";
  letter-spacing: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .atgb-main {
    padding-top: 0;
  }

  .atgb-hero {
    margin-top: -6px;
  }

  .atgb-cover {
    max-width: 100%;
    width: 100%;
  }
}
