/* Corporate Announcements - Figma node 1736:5997 */

.announcements-hero {
  background: #f5f8fb; /* no matching Figma token - matches other page-hero backgrounds */
  padding: 80px 0;
  overflow: hidden;
}

.announcements-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.announcements-hero__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1.92px; /* no matching Figma token */
  color: var(--grey-dark-charcoal);
  max-width: 544px;
}

.announcements-hero__visual {
  flex-shrink: 0;
  width: 540px;
  max-width: 44vw;
}

.announcements-hero__visual img {
  width: 100%;
  height: auto;
}

@media (max-width: 1180px) {
  .announcements-hero__title {
    font-size: 48px;
  }
}

@media (max-width: 1023px) {
  .announcements-hero {
    padding: 56px 0;
  }

  .announcements-hero__inner {
    flex-direction: column;
    text-align: center;
  }

  .announcements-hero__visual {
    width: 100%;
    max-width: 420px;
  }
}

@media (max-width: 639px) {
  .announcements-hero__title {
    font-size: 34px;
    letter-spacing: -0.9px;
  }
}
