.iw-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f8f9fa 0%, rgba(124, 179, 66, 0.10) 100%);
  padding: 96px 0 56px;
}

.iw-hero__headline {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.iw-hero__subhead {
  font-size: 1.125rem;
  max-width: 42rem;
}

.iw-btn {
  padding: 16px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.iw-btn--primary {
  background: #7CB342;
  border: 2px solid #7CB342;
  color: #0b0f0a;
}

.iw-btn--primary:hover,
.iw-btn--primary:focus {
  background: #6aa836;
  border-color: #6aa836;
  color: #0b0f0a;
}

.iw-btn--outline {
  background: transparent;
  border: 2px solid #7CB342;
  color: #2f6f18;
}

.iw-btn--outline:hover,
.iw-btn--outline:focus {
  background: rgba(124, 179, 66, 0.12);
  color: #2f6f18;
}

.iw-hero__image {
  width: 100%;
  height: auto;
  border-radius: 18px;
}
