.year-hero {
  padding: 88px 20px 104px;
  color: #FFFFFF;
  font-family: "Inter", Arial, sans-serif;
}

.year-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(440px, 0.6fr);
  gap: clamp(42px, 6vw, 110px);
  align-items: center;
  width: 100%;
}

.year-hero__copy {
  max-width: 1100px;
}

.year-hero__eyebrow {
  margin: 0 0 22px;
  color: #A1C246;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.year-hero__headline {
  margin: 0;
  font-size: clamp(64px, 5.8vw, 108px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.year-hero__headline-line {
  display: block;
}

.year-hero__headline-line--white {
  color: #FFFFFF;
  white-space: nowrap;
}

.year-hero__headline-line--green {
  margin-top: 9px;
  color: #A1C246;
}

.year-hero__intro {
  max-width: 790px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 1.55vw, 27px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.year-hero__goal-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  box-sizing: border-box;
  min-height: 370px;
  padding: 56px 92px 56px 56px;
  border: 1px solid rgba(161, 194, 70, 0.8);
  border-radius: 28px;
  background: rgba(31, 49, 68, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.year-hero__goal-label {
  margin: 0 0 28px;
  color: #A1C246;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.year-hero__goal-value {
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(40px, 3.1vw, 59px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.95;
  white-space: nowrap;
}

.year-hero__goal-text {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 1000px) {
  .year-hero {
    padding: 72px 20px 80px;
  }

  .year-hero__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .year-hero__goal-card {
    width: min(100%, 620px);
    min-height: 0;
    padding: 44px 56px;
  }
}

@media (max-width: 640px) {
  .year-hero {
    padding: 58px 20px 65px;
  }

  .year-hero__headline {
    font-size: clamp(56px, 16vw, 82px);
    line-height: 0.9;
  }

  .year-hero__headline-line--white {
    white-space: normal;
  }

  .year-hero__intro {
    margin-top: 28px;
  }

  .year-hero__goal-card {
    padding: 30px 26px;
    border-radius: 22px;
  }

  .year-hero__goal-value {
    white-space: normal;
  }
}
}