.hero {
  --hero-scale: 1;
  --dashboard-scale: 0.72px;
  --hero-bg-size: cover;
  --hero-bg-position: center center;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.02)),
    url("../assets/images/hero-background.png") var(--hero-bg-position) / var(--hero-bg-size) no-repeat,
    #0c0a08;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(357px, 56.25vw, 560px);
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.hero::before {
  content: "";
  display: none;
}

.hero::after {
  content: "";
  display: none;
}

.decorative-lines {
  display: none;
}

.line {
  fill: none;
  stroke: #76c900;
  stroke-linecap: round;
  stroke-width: 1.04;
}

.line--top {
  opacity: 0.9;
  stroke-width: 2.08;
}

.line--middle {
  opacity: 0.55;
  stroke-width: 0.8;
}

.line--bottom {
  opacity: 0.5;
  stroke-width: 1.56;
}

.line--right {
  animation-duration: 20s;
  opacity: 0.55;
}

.line--right-top {
  opacity: 0.7;
}

.decorative-circle {
  display: none;
}

.circle-top {
  border: 1px solid rgba(118, 201, 0, 0.18);
  height: calc(86px * var(--hero-scale));
  left: auto;
  right: 18vw;
  top: calc(72px * var(--hero-scale));
  width: calc(86px * var(--hero-scale));
}

.circle-top::before,
.circle-top::after {
  display: none;
}

.circle-bottom {
  border: 1px solid rgba(255, 255, 255, 0.035);
  bottom: calc(60px * var(--hero-scale));
  height: calc(42px * var(--hero-scale));
  left: 47vw;
  opacity: 0.5;
  top: auto;
  width: calc(42px * var(--hero-scale));
}

.hero-container {
  --figma-u: var(--dashboard-scale);
  --u: var(--hero-scale);
  height: 100%;
  container-type: inline-size;
  flex: none;
  flex-grow: 0;
  left: 0;
  margin: 0 auto;
  order: 0;
  position: absolute;
  top: 0;
  transform: none;
  width: 100%;
  z-index: 1;
}

.hero-container::before {
  content: "";
  display: none;
}

.hero-content {
  height: auto;
  left: clamp(44px, 5.2vw, 68px);
  max-width: min(34vw, 430px);
  position: absolute;
  right: auto;
  top: 31%;
  transform: none;
  transform-origin: left center;
  z-index: 3;
}

.dashboard-wrapper {
  align-items: flex-start;
  display: none;
  flex-direction: row;
  height: auto;
  justify-content: flex-end;
  left: clamp(336px, 54.4vw, 760px);
  position: absolute;
  right: auto;
  top: 31.4%;
  transform: none;
  transform-origin: right center;
  width: calc(496 * var(--dashboard-scale));
  z-index: 2;
}

.content-section,
.activities-section,
.faq-section {
  background: #f7f8f5;
  padding-block: 18px;
}

.faq-section {
  background: #f7f8f5;
  padding-block: 18px 20px;
}

.page-flow {
  display: grid;
  gap: 14px;
}

.split-content {
  align-items: center;
  animation: revealUp 650ms 160ms both;
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  gap: 32px;
  height: 394px;
  justify-content: center;
  padding: 32px;
  width: 100%;
}

.split-content img,
.feature-image img {
  width: 100%;
}

.rich-text {
  color: var(--color-text-secondary);
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 328px;
  width: 431px;
}

.site-footer {
  background: #050806;
  color: #fff;
  padding-block: 22px;
}

.site-footer__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}
