#timestory-page {
  background: #fff;
  color: #2d2d2d;
  min-height: 650px;
  padding: 48px 16px 72px;
}

.timestory-wrap {
  margin: 0 auto;
  max-width: 1000px;
}

.timestory-tabs {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.timestory-tab {
  align-items: center;
  color: #8f8f8f;
  display: inline-flex;
  font-size: 20px;
  gap: 10px;
  line-height: 1;
  white-space: nowrap;
}

.timestory-tab img {
  height: 28px;
  width: 28px;
}

.timestory-tab.active {
  color: #ff6a21;
}

.timestory-hero {
  align-items: center;
  background: linear-gradient(90deg, #f2f2f2 0%, #fff 50%, #f2f2f2 100%);
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr);
  min-height: 380px;
  overflow: hidden;
}

.timestory-phone {
  align-items: center;
  display: flex;
  justify-content: center;
}

.timestory-appshot {
  display: block;
  max-height: 380px;
  max-width: min(100%, 360px);
  object-fit: contain;
}

.timestory-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

.timestory-info h1 {
  color: #ff6a21;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 26px;
}

.timestory-logo {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  margin-bottom: 56px;
  width: 80px;
}

.timestory-logo img {
  display: block;
  height: 80px;
  width: 80px;
}

.timestory-download {
  background: linear-gradient(180deg, #ff8900 0%, #f04b00 100%);
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  min-width: 200px;
  padding: 13px 28px 14px;
  transition: filter .2s ease, transform .2s ease;
}

.timestory-download:hover,
.timestory-download:focus {
  color: #fff;
  filter: brightness(1.04);
  outline: 0;
  transform: translateY(-1px);
}

.timestory-values {
  margin-top: 50px;
}

.timestory-title {
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 24px;
  padding: 0 0 10px 14px;
  position: relative;
}

.timestory-title:before {
  background: #ff8a00;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.timestory-value-grid {
  display: grid;
  gap: 22px 78px;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  max-width: 652px;
}

.timestory-value {
  border-bottom: 1px solid #e8e8e8;
  min-height: 86px;
  padding: 0 14px 20px;
}

.timestory-value h2 {
  color: #555;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}

.timestory-value p {
  color: #666;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}

.timestory-nav-tab {
  cursor: pointer;
}

.timestory-nav-tab.ant-menu-item-selected {
  color: #fff;
}

@media (max-width: 760px) {
  #timestory-page {
    min-height: 0;
    padding: 28px 14px 48px;
  }

  .timestory-tabs {
    padding-bottom: 4px;
  }

  .timestory-tab {
    font-size: 16px;
  }

  .timestory-hero {
    grid-template-columns: 1fr;
    padding: 28px 0 34px;
  }

  .timestory-info {
    padding-bottom: 0;
  }

  .timestory-logo {
    margin-bottom: 34px;
  }

  .timestory-value-grid {
    gap: 18px;
    grid-template-columns: 1fr;
  }
}
