.banner {
  padding: 120px 0 120px;
  background: url(/resource/images/solu-work/av-en-solu-work-p1-bj@2x.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.banner h1 {
  font-weight: 700;
  font-size: 64px;
  color: #FFFFFF;
  margin-bottom: 24px;
  line-height: 72px;
}
.banner p.desc {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 80px;
}
.banner .ic-go {
  width: 24px;
  height: 24px;
  vertical-align: -6px;
  display: inline-block;
  background: url(/resource/images/home/av-home-button-arrow.svg) no-repeat;
  background-size: 100% 100%;
}
.banner .ic-down {
  width: 24px;
  height: 24px;
  vertical-align: -6px;
  display: inline-block;
  background: url(/resource/images/personal/av-personal-p4-ic-down16.svg) no-repeat;
  background-size: 100% 100%;
}
.banner .device {
  display: none;
}
.banner .btn {
  width: 260px;
  height: 64px;
  font-weight: 700;
  font-size: 18px;
  line-height: 64px;
  border-radius: 288px 288px 288px 288px;
}
.banner .button-box {
  display: flex;
  gap: 24px 48px;
  justify-content: center;
  margin-bottom: 80px;
}
.banner .recomm {
  display: flex;
  gap: 14px 64px;
  justify-content: center;
}
.banner .recomm b {
  font-weight: 700;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 26px;
}
.banner .recomm ul {
  background: url(/resource/images/home/av-home-banner-media.svg) no-repeat;
  width: 894px;
  height: 28px;
}
@media (max-width: 1920px) {
  .banner {
    background-image: url(/resource/images/solu-work/av-en-solu-work-p1-bj.jpg);
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 40px 0;
  }
  .banner h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
  }
  .banner p.desc {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .banner .button-box {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  .banner .button-box .btn {
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
  .banner .recomm {
    display: block;
    text-align: center;
    zoom: 0.7;
  }
  .banner .recomm b {
    display: none;
  }
  .banner .recomm ul {
    background: none;
    display: flex;
    flex-wrap: wrap;
    gap: 28px 30px;
    margin: 12px auto 0;
    justify-content: center;
    width: auto;
    height: auto;
  }
  .banner .recomm ul li {
    height: 28px;
    background: url(/resource/images/home/av-home-banner-media.svg) no-repeat;
  }
  .banner .recomm ul li:nth-child(1) {
    width: 91px;
    background-position: 0 0;
  }
  .banner .recomm ul li:nth-child(2) {
    width: 124px;
    background-position: -132px 0;
  }
  .banner .recomm ul li:nth-child(3) {
    width: 80px;
    background-position: -291px 0;
  }
  .banner .recomm ul li:nth-child(4) {
    width: 210px;
    background-position: -407px 0;
  }
  .banner .recomm ul li:nth-child(5) {
    width: 250px;
    background-position: -645px 0;
  }
}
.remote-tool-section {
  background: #F8F9FA;
  padding: 120px 0;
  color: #000;
  text-align: center;
}
.remote-tool-section h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 46px;
  padding-bottom: 16px;
}
.remote-tool-section .intro {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
}
.remote-tool-section .content-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
  margin: 60px auto;
}
.remote-tool-section .content-row .text {
  flex: 1;
  max-width: 800px;
  text-align: left;
}
.remote-tool-section .content-row .text h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}
.remote-tool-section .content-row .text h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
.remote-tool-section .content-row .text p {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  padding: 24px 0;
}
.remote-tool-section .content-row .text .advantage-list li {
  font-size: 18px;
  color: #1A1A1A;
  line-height: 28px;
  position: relative;
  padding-left: 18px;
}
.remote-tool-section .content-row .text .advantage-list li:not(:last-child) {
  margin-bottom: 8px;
}
.remote-tool-section .content-row .text .advantage-list li::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 8px;
  background: url(/resource/images/business/av-business-p3-ic-gou.svg) no-repeat;
}
.remote-tool-section .content-row .image {
  display: flex;
}
.remote-tool-section .content-row .image img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .remote-tool-section .content-row {
    flex-direction: column;
    gap: 40px;
  }
  .remote-tool-section .content-row:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.compare-section {
  padding: 120px 0px 142px 0;
  background: #091121;
}
.compare-section .compare-wrap {
  position: relative;
  margin: 0 auto;
}
.compare-section h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 98px;
}
/* ============================================================
   3. What Is Remote Work Software (Intro Section)
   ============================================================ */
.what-intro {
  padding: 100px 0 80px;
  background: #fff;
  color: #1a1a1a;
}
.what-intro h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #111827;
  text-align: center;
}
.what-intro__body {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.what-intro__left {
  flex: 1;
  min-width: 0;
}
.what-intro__right {
  flex: 0 0 auto;
  width: 480px;
}
.what-intro__right img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.what-intro__desc {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 28px;
  color: #374151;
}
.what-intro__desc b {
  font-weight: 600;
  color: #111827;
}
.what-intro__subtitle {
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 600;
  color: #111827;
}
.what-intro__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.what-intro__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.what-intro__list li img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.what-intro__list-txt {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 2px;
}
.what-intro__list-txt strong {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  line-height: 22px;
}
.what-intro__list-txt span {
  font-size: 14px;
  line-height: 22px;
  color: #6B7280;
}
.what-intro__footnote {
  margin-top: 48px;
  padding: 24px 32px;
  border-radius: 12px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
}
.what-intro__footnote p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #4B5563;
}
.what-intro__footnote p b {
  font-weight: 600;
  color: #111827;
}
@media (max-width: 992px) {
  .what-intro {
    padding: 70px 0 50px;
  }
  .what-intro__body {
    flex-direction: column-reverse;
    gap: 36px;
  }
  .what-intro__right {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .what-intro {
    padding: 50px 0 40px;
  }
  .what-intro h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 28px;
  }
  .what-intro__desc {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 22px;
  }
  .what-intro__footnote {
    margin-top: 32px;
    padding: 18px 20px;
  }
  .what-intro__footnote p {
    font-size: 13px;
    line-height: 24px;
  }
}
.what {
  padding: 120px 0;
  background: #091121;
  color: #fff;
}
.what .head {
  margin: 0 auto 60px;
  text-align: center;
}
.what h2 {
  font-size: 40px;
  line-height: 46px;
  text-align: center;
}
.what p.desc {
  margin-top: 24px;
  font-size: 18px;
  line-height: 30px;
}
.what .tab-nav {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: auto;
  background: #073DD9;
  padding: 8px 8px 0 8px;
  border-radius: 24px 24px 0 0;
}
.what .tab-nav::-webkit-scrollbar {
  display: none;
}
.what .tab-btn {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  width: auto;
  height: 74px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.25s ease;
  border-radius: 16px 16px 0 0;
}
.what .tab-btn span {
  display: block;
}
.what .tab-btn::after {
  content: '';
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.25s ease;
}
.what .tab-btn .tab-ic {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.what .tab-btn.active {
  position: relative;
  color: #2258F6;
  font-weight: 700;
  background: #FFFFFF;
}
.what .part {
  position: relative;
  padding: 40px 40px;
  border-radius: 0 0 24px 24px;
  background: #FFFFFF;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  display: none;
}
.what .part.active {
  display: block;
}
.what .tab-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.what .part-desc {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.what .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.what .item {
  position: relative;
  width: calc(25% - 12px);
  max-width: 100%;
  min-height: 152px;
  border-radius: 20px;
  perspective: 1200px;
}
.what .item-media,
.what .item-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 20px 24px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1px solid #E6E8E9;
  box-shadow: 0px 4px 16px 0px rgba(10, 34, 89, 0.03);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}
.what .item-media {
  transform: rotateY(0deg);
}
.what .item-media img {
  display: block;
  margin: 0 auto 16px;
}
.what .item-media::after {
  content: attr(data-title);
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #1A1A1A;
  text-align: center;
}
.what .item-body {
  transform: rotateY(-180deg);
}
.what .item-body h4 {
  min-height: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #1A1A1A;
  text-align: center;
}
.what .item-body p {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  text-align: center;
}
.what .item-body .link {
  color: #2258F6;
  font-weight: 400;
}
@keyframes whatPartShow {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .what .item:hover .item-media {
    transform: rotateY(180deg);
  }
  .what .item:hover .item-body {
    transform: rotateY(0deg);
  }
  .what .item:hover .item-media,
  .what .item:hover .item-body {
    border-color: rgba(34, 88, 246, 0.18);
    box-shadow: 0px 16px 32px 0px rgba(34, 88, 246, 0.08);
  }
}
@media (max-width: 1199px) {
  .what .item {
    width: calc(50% - 8px);
    min-height: 202px;
  }
}
@media (max-width: 767px) {
  .what {
    padding: 60px 0;
  }
  .what .head {
    margin-bottom: 32px;
  }
  .what h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .what p.desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 26px;
  }
  .what .tab-nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 0;
    border-radius: 20px;
  }
  .what .tab-btn {
    flex: 0 0 calc(50% - 6px);
    width: calc(50% - 6px);
    min-width: 0;
    min-height: 60px;
    height: auto;
    padding: 12px 18px;
    font-size: 16px;
    line-height: 22px;
    white-space: normal;
    border: 1px solid #E4E7F0;
    border-radius: 20px;
  }
  .what .tab-btn::after {
    left: 16px;
    right: 16px;
  }
  .what .tab-cont {
    margin-top: 20px;
  }
  .what .part {
    padding: 32px 16px 16px;
    border-radius: 24px;
  }
  .what .part-desc {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .what .item {
    width: 100%;
    min-height: 0;
  }
  .what .item-media,
  .what .item-body {
    position: relative;
    inset: auto;
    min-height: 0;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transform: none !important;
  }
  .what .item-media {
    display: none;
  }
  .what .item-body h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .what .item-body p {
    display: block;
  }
}
@media (max-width: 575px) {
  .what .tab-btn {
    width: 100%;
    flex-basis: 100%;
  }
}
/* 浮动高亮列 */
.compare-highlight {
  position: absolute;
  top: -14px;
  left: 160px;
  z-index: 5;
  width: 240px;
  border-radius: 16px;
  background: linear-gradient(270deg, #2258F6 0%, #3968F0 100%);
  box-shadow: inset 0px 2px 4px 0px rgba(255, 255, 255, 0.6);
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.compare-highlight__badge {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -70%);
}
.compare-highlight .mh-56 {
  min-height: 56px;
}
.compare-highlight .mh-72 {
  min-height: 72px;
}
.compare-highlight .mh-78 {
  min-height: 78px;
}
.compare-highlight__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
  height: 100%;
}
.compare-highlight__item:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}
.compare-highlight__item:last-child {
  border-bottom: 0;
}
.compare-highlight__item--head {
  min-height: 82px;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  padding-top: 25px;
}
.tb-box {
  min-width: 1280px;
  background: #fff;
  padding-bottom: 24px;
  border-radius: 24px;
}
.compare-table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  table-layout: fixed;
}
.compare-table th,
.compare-table td {
  padding: 18px 12px;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
}
.compare-table thead th {
  height: 64px;
  font-size: 18px;
  font-weight: bold;
}
.compare-table tbody tr:nth-child(odd) td {
  background: #F9FAFF;
}
.compare-table tbody tr:nth-child(3) td {
  min-height: 72px;
}
.compare-table tbody td {
  width: 180px;
  height: 56px;
}
.compare-table td:first-child,
.compare-table th:first-child {
  width: 165px;
  padding-left: 24px;
  padding-right: 0px;
  text-align: left;
}
.compare-table .is-empty {
  width: 240px;
  background: transparent !important;
}
@media (max-width: 1400px) {
  .compare-wrap {
    overflow: auto;
    padding: 60px 0;
  }
  .compare-highlight {
    top: 35px;
  }
  .compare-table {
    min-width: 1280px;
  }
}
/* ============================================================
   10. Security Best Practices Section
   ============================================================ */
.security-section {
  padding: 120px 0;
  background: #fff;
}
.security-section h2 {
  font-size: 36px;
  color: #222;
  text-align: center;
  margin-bottom: 16px;
}
.security-desc {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 15px;
  line-height: 24px;
  color: #555;
  text-align: center;
}
.security-subtitle {
  font-size: 20px;
  color: #222;
  margin-bottom: 28px;
}
.security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 48px;
}
.security-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #E5E7EB;
  transition: box-shadow 0.25s, border-color 0.25s;
}
.security-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-color: #D1D5DB;
}
.security-card__icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.security-card__body h4 {
  font-size: 17px;
  color: #111827;
  font-weight: 600;
  margin-bottom: 6px;
}
.security-card__body p {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.6;
}
.security-priority {
  padding: 28px 32px;
  background: #F9FAFF;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
}
.security-priority h3 {
  font-size: 18px;
  color: #111827;
  font-weight: 600;
  margin-bottom: 14px;
}
.security-priority p {
  font-size: 14px;
  color: #4B5563;
  line-height: 1.8;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .security-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .security-section {
    padding: 60px 0;
  }
  .security-section h2 {
    font-size: 26px;
  }
  .security-card {
    padding: 18px 20px;
    gap: 14px;
  }
}
.faq {
  padding: 160px 0;
  background: #FFFFFF;
}
.faq .faq-mn {
  background: #F8F9FA;
  padding: 80px 40px 60px;
  border-radius: 60px 20px 60px 20px;
  background: linear-gradient(135deg, transparent 33px, #F8F9FA 0) top left, linear-gradient(-45deg, transparent 33px, #F8F9FA 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
}
.faq h2 {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  line-height: 46px;
}
.faq li {
  transition: 0.5s all;
  overflow: hidden;
  padding: 1px;
  margin-bottom: 24px;
  border-radius: 40px 10px 40px 10px;
  background: linear-gradient(135deg, transparent 20px, #e6e8e9 0) top left, linear-gradient(-45deg, transparent 20px, #e6e8e9ff 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
}
.faq .box {
  transition: 0.5s all;
  overflow: hidden;
  padding: 0 40px;
  border-radius: 40px 10px 40px 10px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, transparent 20px, #fff 0) top left, linear-gradient(-45deg, transparent 20px, #fff 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
}
.faq .box:nth-last-child(1) {
  margin-bottom: 0px;
}
.faq .box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .box strong {
  display: block;
  margin-bottom: 0;
  padding: 40px 3% 40px 0;
  position: relative;
  color: #000;
  cursor: pointer;
}
.faq .box .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  color: #000;
  position: relative;
  margin-right: 10px;
}
.faq .box .tt-ic::after,
.faq .box .tt-ic::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.faq .box .tt-ic::after,
.faq .box .tt-ic::before {
  left: 25%;
  top: calc(50% - 4.16%);
  width: 24px;
  height: 2px;
  background: #2258f6;
  transition: transform 0.5s, opacity 0.5s;
}
.faq .box .tt-ic::after {
  transform: rotate(270deg);
  opacity: 1;
}
.faq .box p {
  max-width: 880px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  padding-right: 20px;
  display: none;
}
.faq .box .link {
  color: #2258f6;
}
.faq .box a {
  color: #2258F6;
}
.faq .box a:hover {
  text-decoration: underline;
}
.faq .box.active {
  padding-bottom: 40px;
}
.faq .box.active strong {
  color: #2258f6;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}
.faq .box.active p {
  display: block;
}
.faq .box.active .tt-ic::after {
  opacity: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 476px) {
  .faq {
    padding: 40px 0 0;
    background: #F8F9FA;
  }
  .faq .container2 {
    padding: 0;
  }
  .faq li {
    border-radius: 15px 10px 15px 10px;
    background: linear-gradient(135deg, transparent 15px, #e6e8e9 0) top left, linear-gradient(-45deg, transparent 15px, #e6e8e9ff 0) bottom right;
    background-size: 51% 100%;
    background-repeat: no-repeat;
  }
  .faq .box,
  .faq .faq-mn {
    padding: 24px 20px;
    clip-path: none;
    border-radius: 10px;
  }
  .faq .faq-mn {
    background: #F8F9FA;
  }
  .faq .box {
    background: linear-gradient(135deg, transparent 15px, #fff 0) top left, linear-gradient(-45deg, transparent 15px, #fff 0) bottom right;
    background-size: 51% 100%;
    background-repeat: no-repeat;
  }
  .faq .box .title {
    align-items: flex-start;
  }
  .faq .box.active strong {
    padding-bottom: 17px;
  }
  .faq .box p {
    font-size: 12px;
  }
  .faq .box strong {
    font-size: 14px;
    padding: 0 3% 0 0;
  }
  .faq .box .tt-ic {
    transform: scale(0.6);
  }
}
.re.customer-reviews {
  padding: 120px 0 142px;
  overflow: hidden;
  background-color: #f8f9fa;
}
.re.customer-reviews .container2 {
  width: 1920px;
  max-width: 100%;
}
.re.customer-reviews h2 {
  margin-bottom: 24px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
}
.re.customer-reviews .trustpilot-rating {
  margin-bottom: 56px;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.re.customer-reviews .trustpilot-link {
  display: block;
  width: fit-content;
  margin: 10px auto 0;
  color: #2258F6;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}
.re.customer-reviews .trustpilot-link:hover {
  text-decoration: underline;
}
.re.customer-reviews .slick-list {
  overflow: hidden;
}
.re.customer-reviews .slick-list::before,
.re.customer-reviews .slick-list::after {
  z-index: 4;
  width: calc((100vw - 1280px) / 2 + 190px);
  pointer-events: none;
}
.re.customer-reviews .slick-list::before {
  background: linear-gradient(to right, #f8f9fa 25%, rgba(248, 249, 250, 0));
}
.re.customer-reviews .slick-list::after {
  background: linear-gradient(to left, #f8f9fa 25%, rgba(248, 249, 250, 0));
}
.re.customer-reviews .slick-track {
  margin: 24px 0;
}
.re.customer-reviews .slick-slide {
  width: 600px;
  height: 360px;
  margin: 0 20px;
  padding: 40px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.re.customer-reviews .remark__header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.re.customer-reviews .remark__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.re.customer-reviews .remark__user-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.re.customer-reviews .remark__user-info strong {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.re.customer-reviews .remark__user-info img {
  width: 128px;
  height: 24px;
  margin: 0;
}
.re.customer-reviews .remark > p {
  height: auto;
  margin-top: 28px;
  padding: 0;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  -webkit-line-clamp: 6;
}
.re.customer-reviews .slick-center .slick-prev,
.re.customer-reviews .slick-center .slick-next {
  z-index: 6;
  width: 64px;
  height: 64px;
  border-color: #2258f6;
  border-radius: 50%;
  box-shadow: none;
}
.re.customer-reviews .slick-center .slick-prev {
  left: calc(50% - 640px);
}
.re.customer-reviews .slick-center .slick-next {
  right: calc(50% - 640px);
}
.re.customer-reviews .slick-dots {
  bottom: -58px;
}
@media (max-width: 1360px) {
  .re.customer-reviews .slick-center .slick-prev {
    left: 24px;
  }
  .re.customer-reviews .slick-center .slick-next {
    right: 24px;
  }
}
@media (max-width: 992px) {
  .re.customer-reviews .slick-list {
    overflow: hidden;
  }
  .re.customer-reviews .slick-list::before,
  .re.customer-reviews .slick-list::after {
    display: none;
  }
  .re.customer-reviews .slick-slide {
    width: auto;
    height: auto;
    min-height: 340px;
  }
  .re.customer-reviews .slick-center .slick-prev {
    left: 12px;
  }
  .re.customer-reviews .slick-center .slick-next {
    right: 12px;
  }
}
@media (max-width: 767px) {
  .re.customer-reviews {
    padding: 60px 0 100px;
  }
  .re.customer-reviews h2 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 36px;
  }
  .re.customer-reviews .trustpilot-rating {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px;
  }
  .re.customer-reviews .slick-slide {
    min-height: 320px;
    margin: 0 10px;
    padding: 28px 24px;
  }
  .re.customer-reviews .remark__user-info strong {
    font-size: 20px;
    line-height: 26px;
  }
  .re.customer-reviews .remark__user-info img {
    width: 110px;
    height: auto;
  }
  .re.customer-reviews .remark > p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .re.customer-reviews .slick-center .slick-prev,
  .re.customer-reviews .slick-center .slick-next {
    display: none !important;
  }
}
.solution-section {
  padding: 120px 0;
  background: #F8F9FA;
  color: #000;
}
.solution-section__container {
  max-width: 1280px;
  margin: 0 auto;
}
.solution-section__header {
  margin-bottom: 60px;
  text-align: center;
}
.solution-section__title {
  margin: 0;
  font-size: 40px;
  line-height: 46px;
}
.solution-section__desc {
  margin: 24px auto 80px;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.7;
}
.solution-section .solution-card {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.solution-section .solution-card__thumb {
  height: 180px;
  overflow: hidden;
  background: #eaf4ff;
}
.solution-section .solution-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-section .solution-card__content {
  padding: 20px 16px;
  text-align: center;
}
.solution-section .solution-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.solution-section .solution-card__title a {
  color: inherit;
  text-decoration: none;
}
.solution-section .solution-card__title a:hover {
  color: #2258F6;
  text-decoration: underline;
}
.solution-section .solution-card__text {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 12px 0;
  min-height: 104px;
}
.solution-section .solution-card__link {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #2258F6;
  text-decoration: none;
}
.solution-section .solution-card__link:hover {
  text-decoration: underline;
}
.solution-card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1200px) {
  .solution-section__title {
    font-size: 42px;
  }
  .solution-section__desc {
    font-size: 18px;
  }
  .solution-card__thumb {
    height: 220px;
  }
  .solution-card__title {
    font-size: 30px;
  }
  .solution-card__text,
  .solution-card__link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .solution-section {
    padding: 60px 16px;
  }
  .solution-section__header {
    margin-bottom: 40px;
  }
  .solution-section__title {
    font-size: 30px;
  }
  .solution-section__desc {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.7;
  }
  .solution-card-list {
    grid-template-columns: 1fr;
  }
  .solution-card__thumb {
    height: 200px;
  }
  .solution-card__content {
    padding: 24px 20px 28px;
  }
  .solution-card__title {
    font-size: 24px;
  }
  .solution-card__text,
  .solution-card__link {
    font-size: 14px;
  }
}
.start {
  padding: 130px 0;
  background: url(/resource/images/solu-desktop-v2/bg6@2x.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.start h2 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 56px;
  color: #FFFFFF;
  line-height: 62px;
}
.start .start-subtitle {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.85);
}
.start .it-mac {
  background: url('/resource/images/solu-desktop-v2/macos-20.svg');
}
.start .it-mac:hover {
  background: url('/resource/images/solu-desktop-v2/macos-20-hover.svg');
}
.start .other-verion {
  gap: 8px;
}
.start .other-verion .version-link {
  gap: 8px;
}
.start .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 80px;
}
.start .wrap .item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px 16px 16px 16px;
  display: flex;
  align-items: center;
  padding: 18px;
  gap: 18px;
}
.start .wrap .item i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #2258F6;
  border-radius: 100px 100px 100px 100px;
  font-weight: 700;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 40px;
  font-style: normal;
}
.start .device {
  display: none;
}
.start .device .btn {
  min-width: 320px;
  line-height: 64px;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  height: 64px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
  border-radius: 288px 288px 288px 288px;
  font-size: 18px;
}
.start .device .btn i,
.start .device .btn span {
  vertical-align: middle;
}
.start .device .btn .ic-down {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(/resource/images/personal/av-personal-p4-ic-down16.svg) no-repeat center / 100% 100%;
}
.start .device .btn:lang(de) {
  padding: 0 8px;
  font-size: 18px;
}
@media (max-width: 1920px) {
  .start {
    background-image: url(/resource/images/home/av-home-part8-bg.jpg);
  }
}
@media (max-width: 767px) {
  .start {
    padding: 40px 0;
  }
  .start h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .start .wrap {
    margin-bottom: 20px;
  }
  .start .wrap .item {
    width: 290px;
    max-width: 100%;
  }
  .start .wrap .item i {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .start .device .btn {
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
}
.immersive {
  padding: 120px 0;
  background: #f8f9fa;
  text-align: center;
}
.immersive h2 {
  margin-bottom: 24px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}
.immersive .section-desc {
  margin-bottom: 80px;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 24px;
}
.immersive .wrap {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  text-align: left;
}
.immersive .item {
  display: flex;
  width: 400px;
  max-width: 100%;
  flex-direction: column;
}
.immersive .item h3 {
  margin-bottom: 16px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.immersive .item .desc {
  min-height: 84px;
  margin-bottom: 24px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 20px;
}
.immersive .item img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: auto;
  border-radius: 16px;
}
.immersive .immersive-download {
  width: 260px;
  height: 64px;
  margin-top: 40px;
  border-radius: 288px;
  box-shadow: 0 10px 20px rgba(34, 88, 246, 0.4);
  font-size: 18px;
  font-weight: 700;
  line-height: 64px;
}
.immersive .immersive-download .ic-down {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(/resource/images/personal/av-personal-p4-ic-down16.svg) no-repeat center / 100% 100%;
  vertical-align: -6px;
}
@media (max-width: 992px) {
  .immersive .wrap {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
  .immersive .item {
    width: 600px;
  }
  .immersive .item .desc {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .immersive {
    padding: 40px 0;
  }
  .immersive h2 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 36px;
  }
  .immersive .section-desc {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px;
  }
  .immersive .wrap {
    gap: 32px;
  }
  .immersive .item h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .immersive .item .desc {
    margin-bottom: 16px;
  }
  .immersive .immersive-download {
    width: 220px;
    height: 52px;
    margin-top: 32px;
    font-size: 16px;
    line-height: 52px;
  }
}
