.about-page {
  color: #424242;
}

.about-page__hero {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 4.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.98)),
    url("/img/o-nas/hero-illustration.png") left center / 58% auto no-repeat;
}

.about-page__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.78) 36%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
}

.about-page__hero .container,
.about-page__section .container {
  position: relative;
  z-index: 1;
}

.about-page__hero-grid,
.about-page__benefits-grid,
.about-page__media-grid {
  display: grid;
  gap: 3rem;
}

.about-page__hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 44%);
  align-items: center;
  min-height: 470px;
}

.about-page__hero-copy {
  max-width: 520px;
}

.about-page__eyebrow,
.about-page__section-label {
  margin: 0 0 1.25rem;
  color: #97c93d;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.about-page__hero h1,
.about-page__copy-block h2,
.about-page__audience-card h3,
.about-page__feature h3 {
  color: #212121;
  font-family: var(--bs-heading-font-family, inherit);
}

.about-page__hero h1 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.about-page__video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.12);
  background: #101010;
  aspect-ratio: 16 / 9;
}

.about-page__video-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #ff0033;
  cursor: pointer;
}

.about-page__video-trigger:hover,
.about-page__video-trigger:focus,
.about-page__video-trigger:focus-visible {
  color: #ff0033;
}

.about-page__video-trigger:focus-visible {
  outline: 3px solid #97c93d;
  outline-offset: -3px;
}

.about-page__video-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.about-page__video-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2.75rem, 5vw, 3.75rem);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28));
  transition: transform 180ms ease;
}

.about-page__video-trigger:hover .about-page__video-poster,
.about-page__video-trigger:focus-visible .about-page__video-poster {
  transform: scale(1.015);
}

.about-page__video-trigger:hover .about-page__video-play,
.about-page__video-trigger:focus-visible .about-page__video-play {
  transform: scale(1.04);
}

.about-page__video-frame iframe {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  border: 0;
}

.about-page__section {
  padding: 5rem 0;
}

.about-page__section--muted {
  background: #fafafa;
}

.about-page__benefits-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: start;
}

.about-page__copy-block {
  max-width: 690px;
}

.about-page__copy-block--narrow {
  max-width: 580px;
}

.about-page__copy-block--small {
  max-width: 420px;
}

.about-page__copy-block h2 {
  margin: 0 0 1.75rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.about-page__copy-block p {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.8;
}

.about-page__feature-list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.25rem;
}

.about-page__feature {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.about-page__feature img {
  width: 56px;
  height: 56px;
  display: block;
  margin-top: 0.2rem;
}

.about-page__feature h3 {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
  line-height: 1.25;
}

.about-page__feature p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.about-page__audiences {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.about-page__audience-card {
  display: flex;
  min-height: 260px;
  padding: 2rem 1.25rem;
  border: 1px solid rgba(33, 33, 33, 0.06);
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.about-page__audience-card img {
  width: min(72%, 180px);
  max-height: 150px;
  object-fit: contain;
}

.about-page__audience-card h3 {
  margin: 1.4rem 0 0;
  font-size: clamp(1.6rem, 2.3vw, 2.4rem);
  line-height: 1.05;
}

.about-page__media-grid {
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1fr);
  align-items: center;
}

.about-page__media-grid--reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
}

.about-page__image-wrap img {
  width: 100%;
  display: block;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.about-page__image-wrap--small {
  max-width: 540px;
}

.about-page__cta {
  min-width: 180px;
  margin-top: 1rem;
  padding-inline: 2rem;
}

.about-page__section--contact {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(249, 249, 249, 0.92), rgba(249, 249, 249, 0.95)),
    linear-gradient(90deg, rgba(151, 201, 61, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(151, 201, 61, 0.12) 1px, transparent 1px);
  background-size: auto, 145px 145px, 145px 145px;
  background-position: 0 0, center center, center center;
}

.about-page__contact-text p {
  margin: 0 0 0.4rem;
  font-size: 1.08rem;
  line-height: 1.65;
}

.about-page__contact-text a {
  color: inherit;
  text-decoration: none;
}

.about-page__contact-text a:hover {
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  .about-page__hero {
    background-size: 70% auto;
  }

  .about-page__hero-grid,
  .about-page__benefits-grid,
  .about-page__media-grid,
  .about-page__media-grid--reverse {
    grid-template-columns: 1fr;
  }

  .about-page__hero-grid {
    min-height: 0;
  }

  .about-page__hero-copy,
  .about-page__copy-block,
  .about-page__copy-block--narrow,
  .about-page__copy-block--small,
  .about-page__image-wrap--small {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .about-page__hero {
    padding: 2.5rem 0 3rem;
    background-position: left bottom;
    background-size: 120% auto;
  }

  .about-page__hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.98));
  }

  .about-page__hero-grid,
  .about-page__benefits-grid,
  .about-page__media-grid,
  .about-page__media-grid--reverse {
    gap: 2rem;
  }

  .about-page__section {
    padding: 3.5rem 0;
  }

  .about-page__eyebrow,
  .about-page__section-label {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .about-page__hero h1 {
    max-width: 360px;
  }

  .about-page__audiences {
    grid-template-columns: 1fr;
  }

  .about-page__audience-card {
    min-height: 0;
    padding: 1.75rem 1rem;
  }

  .about-page__feature {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 1rem;
  }

  .about-page__feature img {
    width: 48px;
    height: 48px;
  }

  .about-page__section--contact {
    background-size: auto, 90px 90px, 90px 90px;
  }
}
