.olgo-hero-container {
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--black-300);
}

.olgo-hero-icon {
  display: flex;
  padding: 1rem 7.5rem;
  align-items: center;
  gap: 0.625rem;

  @media (max-width: 768px) {
    display: none;
  }
}

.olgo-hero-icon span {
  color: var(--white-100);
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  font-weight: var(--hero-text-1-weight-laptop);
  background-color: var(--primary-dark);
}

.olgo-hero-display {
  display: flex;
  padding-inline: 7.5rem;
  justify-content: space-between;
  align-items: center;

  @media (max-width: 768px) {
    padding: 1.5rem;
    gap: 2rem;
    flex-direction: column-reverse;
  }
}

.olgo-hero-display-left {
  width: 100%;
  max-width: 31.125rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.olgo-hero-display-left button {
  width: fit-content;

  @media (max-width: 768px) {
    width: 100%;
  }
}

.olgo-hero-display-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: var(--white-100);
}

.olgo-hero-display-text p span {
  display: inline-block;
}

.olgo-hero-display-right {
  width: 26.6875rem;
  height: 25.9375rem;
  flex-shrink: 1;

  @media (max-width: 768px) {
    width: 100%;
    height: 100%;
    max-width: 26.6875rem;
    max-height: 25.9375rem;
    flex-shrink: 1;
  }
}

.olgo-hero-decoration {
  width: 100%;
  height: 5.5625rem;
  background-color: var(--black-100);

  @media (max-width: 768px) {
    display: none;
  }
}

.olgo-hero-decoration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.olgo-section-container {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding-bottom: 4.5rem;

  @media (max-width: 768px) {
    gap: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.olgo-key-features-1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  background-color: var(--black-100);
  padding-block: 7.25rem 5.625rem;
  isolation: isolate;

  @media (max-width: 768px) {
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 0;
    padding-inline: 1.125rem;
    background-color: var(--black-300);
  }
}

.olgo-key-features-1-image-container {
  display: flex;
  width: 100%;
  max-width: 48.75rem;
  padding: 3rem 2rem 3rem 11.25rem;
  flex-direction: column;
  align-items: center;
  border-radius: 0 2rem 2rem 0;
  background: var(--black-400);
  box-shadow: 0 0 2.5rem -1.5rem rgba(0, 0, 0, 0.25);

  @media (max-width: 768px) {
    align-items: center;
    padding: 2rem 1.5rem 5.625rem;
    border-radius: 2rem 2rem 0 0;
  }
}

.olgo-key-features-1-image-container img {
  max-width: 26.8125rem;
  max-height: 27.375rem;

  @media (max-width: 768px) {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: auto;
  }
}

.olgo-key-features-1-text-container {
  width: 100%;
  max-width: 35.9375rem;
  padding: 2.5rem;
  margin-right: -10rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  color: var(--white-100);
  border-radius: 2rem 0 0 2rem;
  background: var(--black-300);
  z-index: 1;

  @media (max-width: 768px) {
    width: calc(100% - 2rem);
    margin-top: -3.5rem;
    margin-right: 0;
    background-color: var(--black-100);
    padding: 2rem 1.5rem;
    border-radius: 0 0 2rem 2rem;
  }
}

.olgo-key-features-1-text-container h2 {
  max-width: 26.6875rem;
}

.olgo-key-features-1-text-container h2 span {
  font-style: italic;
}

.olgo-key-features-1-text-container hr {
  width: 100%;
  max-width: 15.75rem;
  border: 1px solid rgba(245, 245, 245, 0.3);
}

.olgo-key-features-1-text-container p {
  line-height: 152%;
}

.olgo-key-features-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.olgo-key-features-2-container {
  width: 100%;
  max-width: 67.9375rem;
  display: flex;
  gap: 1.25rem;
  flex-direction: column;

  @media (max-width: 768px) {
    padding-inline: 1.5rem;
  }
}

.olgo-key-features-2-heading {
  padding: 1.5rem 2rem;
  color: var(--white-100);
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(
    90deg,
    rgb(from var(--primary-dark) r g b / 0.3) 0%,
    rgb(from var(--primary-light) r g b / 0.3) 100%
  );

  @media (max-width: 768px) {
    text-align: start;
    padding: 1rem 1.5rem;
  }
}

.olgo-key-features-2-discovery {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.olgo-key-features-2-discovery-category {
  width: 100%;
  max-width: 24.625rem;
  display: flex;
  flex-direction: column;

  @media (max-width: 768px) {
    max-width: 100%;
  }
}

.olgo-key-features-2-discovery-category-item {
  display: flex;
  padding: 1.25rem 1.5rem;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

.olgo-key-features-2-discovery-category-item.active {
  border-left: 0.25rem solid var(--primary-color);
  background: var(--black-100);
}

.olgo-key-features-2-discovery-category-item span {
  color: var(--white-100);
  text-align: start;
  line-height: 1.5rem;
  letter-spacing: -0.0156rem;
}

.olgo-key-features-2-discovery-category-item.active span {
  color: var(--primary-color);
  font-weight: var(--subheading-text-3-weight-laptop);
}

.olgo-key-features-2-discovery-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  align-items: flex-start;
  border-radius: 0.5rem;
  background: var(--black-200);
  flex: 1 0 0;

  @media (max-width: 768px) {
    display: none;
  }
}

.olgo-key-features-2-discovery-content-text {
  color: var(--white-100);
  font-size: var(--body-text-2-size-laptop);
  font-weight: var(--body-text-2-weight-laptop);
  line-height: 1.575rem;
}

.olgo-key-features-2-discovery-content-image {
  height: 17.5rem;
  display: flex;
  align-self: center;
  overflow: hidden;
}

.olgo-key-features-2-discovery-content-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: auto;
}

.olgo-key-features-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.olgo-key-features-3-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.olgo-key-features-3-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.olgo-key-features-3-heading p {
  color: var(--primary-light);
  line-height: 140%;
}

.olgo-key-features-3-content-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;

  @media (max-width: 768px) {
    & {
      flex-direction: row;
      padding-inline: 1.5rem;
    }
  }
}

.olgo-key-features-3-content-indicator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  padding-inline: 9.375rem;
  color: var(--white-100);
  flex-shrink: 0;

  @media (max-width: 768px) {
    & {
      flex-direction: column;
      padding-inline: 0;
      padding-block: 10.9375rem;
      width: 3rem;
      height: 100%;
    }
  }
}

.olgo-key-features-3-content-indicator-item:nth-of-type(2) {
  left: calc(0% + 9.375rem - 1.5rem);
  top: 0;

  @media (max-width: 768px) {
    & {
      left: 0;
      top: calc(0% + 10.9375rem - 1.5rem);
    }
  }
}

.olgo-key-features-3-content-indicator-item:nth-of-type(3) {
  left: calc(50% - 1.5rem);
  top: 0;

  @media (max-width: 768px) {
    & {
      left: 0;
      top: calc(50% - 1.5rem);
    }
  }
}

.olgo-key-features-3-content-indicator-item:nth-of-type(4) {
  left: calc(100% - 9.375rem - 1.5rem);
  top: 0;

  @media (max-width: 768px) {
    & {
      left: 0;
      top: calc(100% - 10.9375rem - 1.5rem);
    }
  }
}

.olgo-key-features-3-content-indicator-line {
  width: 100%;
  height: 0.125rem;
  background-color: var(--black-700);

  @media (max-width: 768px) {
    & {
      width: 0.125rem;
      height: 100%;
    }
  }
}

.olgo-key-features-3-content-indicator-item {
  position: absolute;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary-dark);
  flex-shrink: 0;
}

.olgo-key-features-3-content {
  display: flex;
  gap: 3.5rem;

  @media (max-width: 768px) {
    & {
      flex-direction: column;
      gap: 2rem;
    }
  }
}

.olgo-key-features-3-content-item {
  width: 100%;
  max-width: 18.75rem;
  display: flex;
  flex-direction: column;
}

.olgo-key-features-3-content-item-image {
  padding: 2rem;
  border-radius: 1rem 1rem 0 0;
  border-top: 1px solid var(--black-700);
  border-right: 1px solid var(--black-700);
  border-left: 1px solid var(--black-700);
  background: var(--black-200);
  display: flex;
  align-items: center;
  justify-content: center;
}

.olgo-key-features-3-content-item-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  border: 1px solid var(--black-700);
  background: var(--black-100);
}

.olgo-key-features-3-content-item-text p:first-of-type {
  color: var(--white-100);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}

.olgo-key-features-3-content-item-text p:nth-of-type(2) {
  color: var(--white-200);
  line-height: 140%;
}
