/* === HE-WHY === */
html { overflow-x: hidden; }

.he-why-outer,
.he-why-outer *,
.he-why-outer *::before,
.he-why-outer *::after {
  box-sizing: border-box;
}

.he-why-outer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #fff;
  background-image: url('https://www.huboveextrakty.sk/user/documents/upload/Obrazky/01-Hlavna-stranka/03-BLOK-PRECO-SME-INY/Pozadie_huby_kvapka_banner_1.jpg');
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 24px 30px;
}

.he-why {
  --he-ink: #1a1a1a;
  --he-ink-soft: #444;
  --he-line: #D8E3D2;
  --he-green-dark: #1B3A1A;
  --he-green-mid: #4A7C35;
  --he-accent: #B5584C;

  color: var(--he-ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, sans-serif;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
}

.he-why__header {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 900px;
}

.he-why__eyebrow {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--he-green-mid);
  font-weight: 700;
  margin: 0 0 18px;
}

.he-why__title {
  color: var(--he-green-dark);
  font-family: inherit;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
}

.he-why__intro {
  color: var(--he-green-mid);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  font-style: italic;
}

.he-why__step {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 30px 0;
}

.he-why__step:nth-child(even) {
  grid-template-columns: 1fr 1.1fr;
}

.he-why__step:nth-child(even) .he-why__media {
  order: 2;
}

.he-why__step:nth-child(even) .he-why__text {
  order: 1;
}

.he-why__media {
  width: 100%;
  height: 380px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
  background-color: #EFE7D4;
}

.he-why__step-eyebrow {
  font-size: 14px;
  color: var(--he-accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-weight: 600;
}

.he-why__heading {
  font-size: 36px;
  font-weight: 600;
  color: var(--he-ink);
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin: 0 0 22px;
  font-family: inherit;
}

.he-why__lead {
  font-size: 17px;
  line-height: 1.55;
  color: var(--he-ink);
  margin: 0 0 16px;
  font-weight: 500;
}

.he-why__body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--he-ink-soft);
  margin: 0;
}

.he-why__bold {
  font-weight: 600;
  color: var(--he-ink);
}

@media (max-width: 800px) {
  .he-why-outer {
    background-image: none;
    padding: 40px 18px 20px;
  }
  .he-why__header {
    margin-bottom: 36px;
  }
  .he-why__title {
    font-size: 28px;
  }
  .he-why__intro {
    font-size: 16px;
  }
  .he-why__step,
  .he-why__step:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 0;
  }
  .he-why__step:nth-child(even) .he-why__media,
  .he-why__step:nth-child(even) .he-why__text {
    order: 0;
  }
  .he-why__media {
    height: 260px;
  }
  .he-why__step-eyebrow {
    font-size: 13px;
    letter-spacing: 1.8px;
  }
  .he-why__heading {
    font-size: 26px;
  }
  .he-why__lead {
    font-size: 16px;
  }
  .he-why__body {
    font-size: 15px;
  }
}
