* {
  box-sizing: border-box;
}
main .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main .container {
    width: 100%;
    padding: 0 16px;
  }
}
.products-page {
  background: #F7F9FC;
}
.products-page .banner {
  padding: 80px 0 56px;
  background: url('../img/download-center/bg.webp') top center / 100% auto no-repeat;
}
@media (max-width: 768px) {
  .products-page .banner {
    background-image: url('../img/download-center/bg-mb.webp');
  }
}
.products-page .banner .banner-box-wrapper {
  border-radius: 32px;
  background: #fff;
}
@media (max-width: 768px) {
  .products-page .banner .banner-box-wrapper {
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .products-page .banner {
    padding: 50px 0 40px;
  }
}
.products-page .banner-title {
  margin: 0 0 70px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .products-page .banner-title {
    margin-bottom: 35px;
    font-size: 32px;
  }
}
.products-page .banner-box {
  border-radius: 32px;
  overflow: hidden;
  background: #2f63ff url('../img/download-center/banner-box-bg.webp') center / cover no-repeat;
  padding-left: 55px;
}
@media (max-width: 768px) {
  .products-page .banner-box {
    background-image: url('../img/download-center/banner-box-bg-mb.png');
    border-radius: 16px;
    padding-left: 0;
  }
}
.products-page .banner-box_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .products-page .banner-box_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 18px 25px;
    min-height: 0;
  }
}
.products-page .banner-box_content {
  flex: 1;
  min-width: 0;
  z-index: 1;
}
.products-page .banner-box_title {
  margin: 0 0 14px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  width: 80%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .products-page .banner-box_title {
    font-size: 24px;
    margin: 0 auto 10px;
    white-space: normal;
  }
}
.products-page .banner-box_desc {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}
@media (max-width: 768px) {
  .products-page .banner-box_desc {
    margin-bottom: 16px;
    font-size: 14px;
    padding: 0 26px;
  }
}
.products-page .banner-box_visual {
  position: relative;
  flex-shrink: 0;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .products-page .banner-box_visual {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.products-page .banner-box_music {
  display: block;
}
@media (max-width: 768px) {
  .products-page .banner-box_music {
    max-width: 180px;
    margin-bottom: -8px;
  }
}
.products-page .banner-box .banner-box_logos-wrapper {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 32px 0 32px 0;
  padding: 30px;
}
@media (max-width: 768px) {
  .products-page .banner-box .banner-box_logos-wrapper {
    padding: 15px 17px;
    border-radius: 15px;
    margin-top: 15px;
  }
}
.products-page .banner-box_logos {
  display: block;
}
@media (max-width: 768px) {
  .products-page .banner-box_logos {
    max-width: 100%;
  }
}
.products-page .banner-os-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  margin-bottom: 30px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(234, 234, 234, 0.69);
}
@media (max-width: 768px) {
  .products-page .banner-os-toggle {
    margin-bottom: 20px;
  }
}
.products-page .banner-os-segment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 74px;
  padding: 3px 14px;
  border-radius: 999px;
  background: transparent;
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 768px) {
  .products-page .banner-os-segment {
    font-size: 10px;
    gap: 2px;
    padding: 3px 10px;
  }
}
.products-page .banner-os-segment_icon {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 768px) {
  .products-page .banner-os-segment_icon {
    width: 12px;
    height: 12px;
  }
}
.products-page .banner-os-segment.is-active {
  background: #fff;
}
.products-page .banner-os-segment:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.products-page .banner-download-panels {
  display: contents;
}
.products-page .banner-download-btn[hidden],
.products-page .banner-meta-panel[hidden] {
  display: none;
}
.products-page .banner-download-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .products-page .banner-download-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.products-page .banner-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 42px;
  border-radius: 8px;
  background: #fff;
  color: #006DFF;
  text-decoration: none;
  transition: background 0.2s ease;
}
@media (max-width: 768px) {
  .products-page .banner-download-btn {
    width: max-content;
    margin: 0 auto;
    padding: 11px 38px;
  }
}
.products-page .banner-download-btn:hover {
  background: rgba(255, 255, 255, 0.79);
}
.products-page .banner-download-btn_icon {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .products-page .banner-download-btn_icon {
    width: 30px;
    height: 30px;
  }
}
.products-page .banner-download-btn_text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.products-page .banner-download-btn_label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #006DFF;
}
@media (max-width: 768px) {
  .products-page .banner-download-btn_label {
    font-size: 15px;
  }
}
.products-page .banner-download-btn_os {
  font-size: 12px;
  line-height: 1.3;
  color: #6b7280;
}
@media (max-width: 768px) {
  .products-page .banner-download-btn_os {
    font-size: 10px;
    text-align: left;
  }
}
.products-page .banner-meta_ver {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.89);
}
.products-page .banner-meta_ver a {
  color: #FFFF23;
}
@media (max-width: 768px) {
  .products-page .banner-meta_ver {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
}
.products-page .banner-meta_size {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.89);
}
@media (max-width: 768px) {
  .products-page .banner-meta_size {
    display: inline-block;
    font-size: 12px;
  }
}
.products-page .banner-meta-panels {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  padding-left: 15px;
}
@media (max-width: 768px) {
  .products-page .banner-meta-panels {
    width: 100%;
    border-left: none;
  }
}
.products-page .banner-badges {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 122px;
  padding: 22px 0;
  list-style: none;
}
@media (max-width: 768px) {
  .products-page .banner-badges {
    gap: 12px 22px;
    padding: 12px 0;
  }
}
.products-page .banner-badges_item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 88px;
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
  color: #374151;
}
@media (max-width: 768px) {
  .products-page .banner-badges_item {
    font-size: 14px;
    width: 130px;
  }
}
.products-page .banner-badges_item img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .products-page .banner-badges_item img {
    width: 20px;
    height: 20px;
  }
}
.products-page .wrap1 {
  padding: 150px 0 0;
}
@media (max-width: 768px) {
  .products-page .wrap1 {
    padding: 40px 0 0;
  }
}
.products-page .wrap1-title {
  margin: 0 0 50px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
}
@media (max-width: 768px) {
  .products-page .wrap1-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.products-page .wrap1-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .products-page .wrap1-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.products-page .wrap1-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #E1E8F1;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.products-page .wrap1-card:nth-child(4) {
  grid-column: 2 / span 2;
}
.products-page .wrap1-card:nth-child(5) {
  grid-column: 4 / span 2;
}
@media (max-width: 768px) {
  .products-page .wrap1-card {
    grid-column: auto !important;
    border-radius: 13px;
  }
}
.products-page .wrap1-card:hover {
  border-color: #006DFF;
  box-shadow: 0 2px 23.4px 0 rgba(58, 90, 153, 0.16);
}
.products-page .wrap1-card:hover .wrap1-card_arrow {
  opacity: 1;
}
.products-page .wrap1-card_visual img {
  display: block;
  width: 100%;
  height: auto;
}
.products-page .wrap1-card_body {
  position: relative;
  flex: 1;
  padding: 22px;
}
@media (max-width: 768px) {
  .products-page .wrap1-card_body {
    padding: 18px;
  }
}
.products-page .wrap1-card_head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding-right: 28px;
}
@media (max-width: 768px) {
  .products-page .wrap1-card_head {
    margin-bottom: 16px;
  }
}
.products-page .wrap1-card_icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .products-page .wrap1-card_icon {
    width: 38px;
    height: 38px;
  }
}
.products-page .wrap1-card_title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .products-page .wrap1-card_title {
    font-size: 15px;
  }
}
.products-page .wrap1-card_arrow {
  position: absolute;
  top: 27px;
  right: 22px;
  width: 36px;
  height: 36px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .products-page .wrap1-card_arrow {
    top: 23px;
    right: 18px;
    width: 30px;
    height: 30px;
  }
}
.products-page .wrap1-card_desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #606266;
}
@media (max-width: 768px) {
  .products-page .wrap1-card_desc {
    font-size: 13px;
  }
}
.products-page .wrap1-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .products-page .wrap1-cta {
    flex-direction: column;
    gap: 18px;
    margin-top: 26px;
  }
}
.products-page .wrap1-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 6px;
  background: #006DFF;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s ease;
}
@media (max-width: 768px) {
  .products-page .wrap1-download-btn {
    min-width: 0;
    padding: 13px 20px;
  }
}
.products-page .wrap1-download-btn:hover {
  background: #0056cc;
}
.products-page .wrap1-download-btn img {
  flex-shrink: 0;
}
.products-page .wrap2 {
  padding: 160px 0 0;
}
@media (max-width: 768px) {
  .products-page .wrap2 {
    padding: 80px 0 0;
  }
}
.products-page .wrap2-title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .products-page .wrap2-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.products-page .wrap2-faq {
  max-width: 980px;
  margin: 0 auto;
}
.products-page .wrap2-item {
  border-bottom: 1px solid #e5e7eb;
}
.products-page .wrap2-item.is-open .wrap2-q_icon {
  transform: rotate(-135deg);
}
.products-page .wrap2-item.is-open .wrap2-a {
  max-height: 320px;
  visibility: visible;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .products-page .wrap2-item.is-open .wrap2-a {
    padding-bottom: 18px;
  }
}
.products-page .wrap2-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 768px) {
  .products-page .wrap2-q {
    padding: 20px 0;
    gap: 12px;
  }
}
.products-page .wrap2-q:focus-visible {
  outline: 2px solid #006DFF;
  outline-offset: 2px;
}
.products-page .wrap2-q_title {
  margin: 0;
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .products-page .wrap2-q_title {
    font-size: 18px;
  }
}
.products-page .wrap2-q_icon {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-right: 2px solid #9ca3af;
  border-bottom: 2px solid #9ca3af;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
@media (max-width: 768px) {
  .products-page .wrap2-q_icon {
    margin-top: 6px;
  }
}
.products-page .wrap2-a {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 96%;
  transition: max-height 0.3s ease, visibility 0.3s ease, padding 0.3s ease;
}
@media (max-width: 768px) {
  .products-page .wrap2-a {
    width: 94%;
  }
}
.products-page .wrap2-a p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #374151;
}
@media (max-width: 768px) {
  .products-page .wrap2-a p {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .products-page .wrap3-br-mb {
    display: none;
  }
}
.products-page .wrap3 {
  padding: 90px 0 150px;
  margin-top: 160px;
  background: url('../img/download-center/wrap3-bg.png') center top / cover no-repeat;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .products-page .wrap3 {
    margin-top: 60px;
    padding: 30px 0 45px;
    background-image: url('../img/download-center/wrap3-bg-mb.webp');
  }
}
.products-page .wrap3-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.products-page .wrap3-logo {
  display: block;
  width: 108px;
  height: auto;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .products-page .wrap3-logo {
    width: 88px;
    margin-bottom: 16px;
  }
}
.products-page .wrap3-logos {
  display: block;
  height: auto;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .products-page .wrap3-logos {
    max-width: 300px;
    margin-bottom: 4px;
  }
}
.products-page .wrap3-title {
  margin: 0 0 24px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .products-page .wrap3-title {
    margin-bottom: 12px;
    font-size: 32px;
  }
}
.products-page .wrap3-desc {
  margin: 0 0 36px;
  font-size: 22px;
  line-height: 1.7;
  color: #1F2937;
}
@media (max-width: 768px) {
  .products-page .wrap3-desc {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
.products-page .wrap3-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media (max-width: 768px) {
  .products-page .wrap3-cta {
    flex-direction: column;
    gap: 18px;
    max-width: 320px;
  }
}
.products-page .wrap3-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 47px;
  border-radius: 6px;
  background: #006DFF;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: background 0.2s ease;
}
@media (max-width: 768px) {
  .products-page .wrap3-download-btn {
    width: 100%;
    min-width: 0;
    padding: 13px 20px;
    font-size: 16px;
  }
}
.products-page .wrap3-download-btn:hover {
  background: #0056cc;
}
.products-page .wrap3-download-btn img {
  flex-shrink: 0;
}
