/* #region Common */
body::-webkit-scrollbar {
  width: 0;
}

main {
  font-family: Open Sans;
  color: #fff;
  background-color: #080429;
}

h1 {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  line-height: 61px;
}

h2 {
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  color: #fff;
}

h3 {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
}

.container {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0;
}

.primary-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(91.36deg, #2435ea -3.19%, #df24ab 82.66%);
  font-weight: 600;
  border: none;
  border-radius: 10px;
  z-index: 1;
  box-shadow: 0px 0px 25.9px 0px #ffffffa6 inset;
}

.primary-btn:hover {
  color: #fff;
}

.primary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(91.36deg, #df24ab -3.19%, #2435ea 82.66%);
  box-shadow: 0px 0px 25.9px 0px #ffffffa6 inset;
  border-radius: 10px;
  z-index: -2;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.primary-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(91.36deg, #df24ab -3.19%, #2435ea 82.66%);
  box-shadow: 0px 0px 25.9px 0px #ffffffa6 inset;
  opacity: 0;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  border-radius: 10px;
  filter: blur(16px);
  will-change: opacity, transform;
  z-index: -1;
  animation: pulseGlow 2s ease-in-out infinite;
}

.primary-btn:hover::after {
  background: linear-gradient(91.36deg, #df24ab -3.19%, #2435ea 82.66%);
}

.primary-btn:hover,
.primary-btn:active,
.primary-btn:focus {
  color: #fff;
}

.btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.primary-border-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 32px;
  width: 257px;
  height: 62px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: rgba(44, 40, 75, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none;
  overflow: hidden;
}

.primary-border-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px; /* 边框厚度 */
  background: conic-gradient(
    from 88deg,
    rgba(255,255,255,0.3) 168deg,
    rgba(255,255,255,0.1) 93deg,
    transparent 84deg,

    transparent 186deg,
    rgba(255,255,255,0.3) 182deg,
    rgba(255,255,255,1) 193deg,
    transparent 341deg
  );
  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.primary-border-btn:hover {
  color: #fff;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(91.36deg, #2435ea -3.19%, #df24ab 82.66%);
  box-shadow: 0px 0px 25.9px 0px #ffffffa6 inset;
}

.primary-border-btn:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(91.36deg, #df24ab -3.19%, #2435ea 82.66%);
  box-shadow: 0px 0px 25.9px 0px #ffffffa6 inset;
  border-radius: 10px;
  z-index: -2;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.primary-border-btn:hover::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(91.36deg, #df24ab -3.19%, #2435ea 82.66%);
  box-shadow: 0px 0px 25.9px 0px #ffffffa6 inset;
  border-radius: 10px;
  filter: blur(16px);
  z-index: -1;
  animation: pulseGlow 1.5s ease-in-out infinite;
}

.primary-border-btn:hover,
.primary-border-btn:active,
.primary-border-btn:focus {
  color: #fff;
}


.img-repair {
  height: 100%;
}

.before-label,
.after-label {
  position: absolute;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  width: 70px;
  height: 30px;
  border-radius: 3px;
  background: #0000004d;
  pointer-events: none;
}

.before-label {
  right: calc(100% + 10px)!important;
}

.after-label {
  left: calc(100% + 10px); /* 滑竿右边，稍微偏移10px */
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 4px;
  background: #fff;
  z-index: 2;
  cursor: ew-resize;
  transition: none;
}

.move-icon {
  position: absolute;
  top: 67px;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translateX(-50%);
  cursor: pointer;
  background: url(https://images.anyrecover.com/anyrecoveren/themes/anyrecover/public/assets/images/photo_recovery/move-icon.svg);
  background-size: contain;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.processed-image,
.original-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1s ease;
  object-fit: cover;
}

.processed-image {
  z-index: 1;
  clip-path: inset(0 0 0 50%);
  transition: none;
}

.processed-image.loaded {
  clip-path: inset(0 100% 0 0);
}

.original-image {
  z-index: 0;
}

section {
  overflow: hidden;
}

@keyframes backgroundFade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes pulseGlow {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.25);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 35px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

/* #endregion Common */

/* #region Banner */

.banner {
  position: relative;
  height: 885px;
  color: #fff;
}

.banner h1,
.banner .logo,
.banner .desc-list,
.banner .btn-group {
  opacity: 0;
  transform: translateY(20px);
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.banner h1 {
  padding-right: 40px;
  animation-name: slideUp;
  animation-delay: 0.4s;
}

.banner .logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  animation-name: slideUp;
  animation-delay: 0.2s;
  color: #fff;
  width: fit-content;
}

.banner .logo img {
  width: 38px;
  height: 35px;
}

.banner .logo span {
  font-size: 24px;
}

.banner .content {
  position: absolute;
  right: 252px;
  top: 212px;
  max-width: 595px;
  z-index: 1;
}

.banner .desc-list {
  margin-top: 42px;
  animation-name: slideUp;
  animation-delay: 0.6s;
}

.banner .desc-list li {
  position: relative;
  padding-left: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 16px;
}

.banner .desc-list li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.banner .btn-group {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  animation-name: slideUp;
  animation-delay: 0.8s;
}

.banner .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .video-player.pc {
  display: block;
}

.banner .video-player.mobile {
  display: none;
}

@media (max-width: 1880px) {
  .banner .content {
      right: 100px;
      top: 100px;
  }
}


@media (max-width: 768px) {
  .banner {
    height: 900px;
  }
  .banner .video-container::after {
    height: 300px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: linear-gradient(180deg, rgba(8, 4, 41, 0) 0%, #080429 100%);
  }
  .banner .btn-group {
    width: 100%;
  }

  .banner .primary-border-btn {
    width: 100%;
    height: 62px;
  }

  .banner .video-container {
    height: 537px;
  }
  .banner .video-player.pc {
    display: none;
  }
  .banner .video-player.mobile {
    display: block;
  }

  .banner .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: auto;
    justify-content: center;
    right: auto;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  .banner .logo {
    justify-content: center;
  }

  .banner h1 {
    padding-right: 0;
    padding: 0 15px;
    font-size: 28px;
    line-height: 38px;
  }

  .banner .desc-list {
    margin-top: 30px;
    text-align: left;
  }

  .banner .desc-list li {
    font-size: 14px;
    line-height: 22px;
  }

  .banner .btn-group {
    flex-direction: column;
    margin-top: 30px;
  }
}

/* #endregion Banner */

/* #region Features */
.features {
  padding-top: 80px;
  padding-bottom: 350px;
  background: #080429;
}

.features .title {
  margin-bottom: 80px;
}

.features .feature-list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.features .feature-list picture {
  max-width: 620px;
}

.features .feature-list .feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.features .feature-item .feature-item-content {
  display: flex;
  flex-direction: column;
  max-width: 620px;
  gap: 20px;
}

.features .feature-item .feature-item-desc {
  margin-bottom: 10px;
  font-size: 18px;
  color: #e5e5e5;
  opacity: 0.6;
}

.features .feature-item.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .features {
    padding-bottom: 60px;
  }

  .features .feature-list {
    gap: 60px;
  }

  .features .feature-list .feature-item {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .features .feature-item .feature-item-content {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .features .feature-list .feature-item.feature-item-title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .features .title {
    margin-bottom: 50px;
  }

  .features .feature-item .feature-item-desc {
    font-size: 16px;
  }
}

/* #endregion Features */

/* #region part-professional */
.part-professional {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #080429;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
}

.part-professional::after,
.part-professional::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 533px;
  z-index: -1;
  background-size: cover;
}

.part-professional::before {
  background: url("https://images.anyrecover.com/anyrecoveren/assets/digital-video/liner-bg.svg")
    no-repeat center center;
  top: 0;
}

.part-professional::after {
  bottom: 0;
  background: url("https://images.anyrecover.com/anyrecoveren/assets/digital-video/liner-bg.svg")
    no-repeat center center;
  transform: rotate(180deg);
}

.part-professional h2 {
  margin-bottom: 85px;
}

.part-professional .container {
  margin-top: 200px;
  text-align: center;
}

.part-professional .container:first-child {
  margin-top: 0;
}

.part-professional .professional-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  text-align: center;
}

.part-professional .professional-subtitle {
  margin-bottom: 1.5rem;
  text-align: center;
}

#professional-swiper {
  position: relative;
}

.part-professional .desc-detail {
  color: #fff;
}

.responsive-break {
  display: none;
}

.part-professional .card-box {
  transition: flex 0.3s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  text-align: left;
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
  height: 520px;
  will-change: flex;
}

.part-professional .card-box .card-lg-pic {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.part-professional .card-box .card-lg-pic picture {
  height: 100%;
  width: 100%;
}

.part-professional .card-box .card-lg-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part-professional .card-box .card1-icon {
  width: auto;
  position: absolute;
  top: 40%;
  left: 8.5%;
  opacity: 0;
}

.part-professional .card-box .card3-icon {
  width: auto;
  position: absolute;
  top: 40%;
  left: 8.5%;
  opacity: 0;
}

.part-professional .card-box.active .card1-icon {
  opacity: 1;
  top: 30%;
  transition: all 0.3s ease-out;
}

.part-professional .card-box.active .card3-icon {
  opacity: 1;
  top: 25%;
  transition: all 0.3s ease-out;
}

.part-professional .card-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 198px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.part-professional .card-box .card-box-desc {
  position: absolute;
  width: 100%;
  left: 24px;
  bottom: 31px;
  text-align: center;
  z-index: 2;
}

.part-professional .card-box .desc-title {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 7px;
}

.part-professional .card-box .desc-detail {
  display: none;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
}

.part-professional .card-box.active .desc-detail {
  display: block;
}

.part-professional .primary-btn {
  margin: 60px auto 0;
  width: 277px;
}

.part-professional .advantage-container {
  margin-top: 200px;
}

.part-professional .advantage-list {
  display: flex;
  gap: 100px;
}

.part-professional .advantage-list .advantage-item-title {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.part-professional .advantage-list .advantage-item-desc {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #e5e5e5;
}

.part-professional .advantage-list picture {
  max-width: 426px;
  height: 332px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .part-professional .advantage-container {
    margin-top: 60px;
  }
  .part-professional h2 {
    margin-bottom: 40px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .part-professional .advantage-container {
    margin-top: 60px;
  }

  .part-professional .advantage-list {
    flex-direction: column;
    gap: 50px;
  }

  .part-professional .advantage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .part-professional .advantage-item picture {
    max-width: 300px;
  }

  .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.2;
  }

  .part-professional .card-box.active .card-bg-icon {
    max-width: 120px;
  }

  .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -35px;
  }

  .part-professional {
    padding-top: 60px;
  }

  .part-professional .card-box {
    height: auto;
  }

  .part-professional .card-box .card-lg-pic {
    position: relative;
    height: 100%;
  }

  .part-professional .card-box .desc-detail {
    display: block;
  }

  .part-professional .card-box .card-box-desc {
    position: absolute;
    padding: 2rem;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    text-align: center;
  }

  .part-professional .card-box .desc-title {
    color: #f0f0f0;
    font-weight: 700;
    font-size: 2rem;
  }

  .part-professional .card-box .desc-detail {
    transform: translateY(10px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    will-change: opacity, transform;
  }

  .part-professional .card-box.active .desc-detail {
    opacity: 1;
    transform: translateY(0);
  }

  .part-professional .card-box .card-lg-pic img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    object-fit: initial;
  }
}

@media (max-width: 576px) {
  .part-professional {
    padding-bottom: 60px;
  }
  .part-professional h2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .part-professional .advantage-list {
    gap: 40px;
  }

  .part-professional .advantage-item picture {
    margin-top: 15px;
    max-width: 277px;
    height: 212px;
  }

  .part-professional .card-box .card-box-desc {
    padding: 0;
    left: 12px;
    bottom: 13px;
    transform: none;
  }

  .part-professional .card-box .desc-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .part-professional .card-box .desc-detail {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 576px) {
  .responsive-break {
    display: block;
  }

  .part-professional .container:first-child {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .part-professional .cards-list {
    display: flex;
    gap: 22px;
  }

  .part-professional .card-box.active {
    flex: 0 1 50%;
  }

  .part-professional .card-box {
    flex: 0 1 25%;
  }
}

/* #endregion part-professional */

/* #region regard */

.regard.current {
  animation: fadeDownIn 2s forwards;
}

@keyframes fadeDownIn {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.regard .container {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 100px;
  background-color: #080429;
}

.regard .container h2 {
  color: #fff;
  text-align: center;
}

.regard .container .swiper-container {
  margin-top: 60px;
  width: 100%;
  max-width: 1762px;
  background-color: #ffffff1a;
  border-radius: 20px;
  position: relative;
}

.regard .container .swiper-container .swiper-btn {
  border: none;
  background-color: transparent;
  padding: 0;
}

.regard .container .swiper-container .card-item {
  max-width: 944px;
  margin: 0 auto;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
  position: relative;
}

.regard .container .card-item .quotation {
  width: 66px;
  height: 46px;
  position: absolute;
  top: 80px;
  left: -125px;
}

.regard .container .card-item .left-container {
  flex: 1;
  max-width: 160px;
}

.regard .container .card-item .right-container {
  flex: 1;
  max-width: 718px;
  color: #fff;
}

.regard .container .card-item .right-container .title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

.regard .container .card-item .right-container > p {
  font-size: 24px;
  color: #fff;
  line-height: 33px;
  opacity: 0.5;
  margin-bottom: 30px;
}

.regard .container .card-item .right-container .bottom-title {
  font-weight: 700;
  font-size: 18px;
}

.regard .container .swiper-container .swiper-btn {
  cursor: pointer;
  width: 50px;
  height: 50px;

  background-position: center;
  background-size: contain;
  position: absolute;
  top: 60px;
  z-index: 2;
}

.regard .container .swiper-container .swiper-slide {
  overflow: hidden;
}

.regard .container .swiper-container .swiper-btn.next {
  right: 16%;
  background-image: url(https://images.anyrecover.com/anyrecoveren/assets/overview/ai_repair/pre-icon.svg);
}

.regard .container .swiper-container .swiper-btn.pre {
  right: calc(16% + 80px);
  background-image: url(https://images.anyrecover.com/anyrecoveren/assets/overview/ai_repair/next-icon.svg);
}

@media (max-width: 768px) {
  .regard .container {
    padding: 60px 15px 0;
  }

  .regard .container .swiper-container {
    margin-top: 20px;
  }

  .regard .container .swiper-container .card-item {
    flex-direction: column;
    height: 490px;
    gap: 20px;
    padding: 15px;
  }

  .regard .container .card-item .left-container {
    max-width: 100px;
    flex: none;
  }

  .regard .container .card-item .right-container .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }

  .regard .container .card-item .right-container {
    flex: none;
  }

  .regard .container .card-item .right-container > p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .regard .container .card-item .right-container .bottom-title {
    font-size: 14px;
    line-height: 19px;
  }

  .regard .container .swiper-btn {
    width: 36px;
    height: 36px;
    top: 15px;
  }

  .regard .container .swiper-btn.next {
    right: 4%;
  }

  .regard .container .swiper-btn.pre {
    right: calc(4% + 50px);
  }

  .regard .container .card-item .quotation {
    width: 38px;
    left: 15px;
    height: 28px;
    top: 20px;
  }

  .regard .container .swiper-container .swiper-btn {
    width: 36px;
    height: 36px;
  }

  .regard .container .swiper-container .swiper-btn.next {
    right: 16px;
    top: 16px;
  }

  .regard .container .swiper-container .swiper-btn.pre {
    right: 62px;
    top: 16px;
  }
}

/* #endregion regard */

/* #region faq */

.faq {
  margin-top: 166px;
  color: #fff;
  padding-bottom: 200px;
}

.faq .primary-link-text {
  display: block;
  padding: 18px 79px;
  margin: 0 auto 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #7064ff;
}

.faq .desc {
  max-width: 300px;
}

.faq .container {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.faq h2 {
  width: 65%;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  text-align: left;
}

.faq .faq-list {
  width: 60%;
}

.faq .faq-item:first-child {
  padding-top: 0;
}

.faq .faq-item:last-child {
  border-bottom: none;
}

.faq .faq-item {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.faq .faq-question {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
}

.faq .faq-question svg {
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px;
  transform: rotate(0);
  transition: transform 0.3s ease-out;
}

.faq .faq-question-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.faq .faq-question.active svg {
  transform: rotate(180deg);
}

.faq .faq-item:first-child .faq-answer {
  display: block;
}

.faq .faq-answer {
  display: none;
  margin-top: 17px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

.faq .faq-answer a {
  color: var(--primary-blue-color);
}

.faq .faq-answer a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .faq {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .faq .container {
    flex-direction: column;
  }

  .faq .faq-list,
  .faq h2 {
    width: 100%;
  }

  .faq h2 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
  }

  .faq .faq-list {
    margin-top: 46px;
  }

  .faq .desc {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq .faq-question {
    font-size: 18px;
    line-height: 24px;
  }

  .faq .faq-item .faq-answer {
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
  }

  .faq .faq-item {
    padding: 30px 0 25px;
  }
}

/* #endregion faq */

/* #region start-now */

.start-now {
  /* opacity: 0; */
}

.start-now.current {
  animation: fadeDownIn 2s forwards;
}

.start-now .main-block {
  padding: 152px 0 126px;
  background-color: #080429;
  background-image: url(https://images.anyrecover.com/anyrecoveren/assets/overview/ai_video_repair/section-4-bg.png);
  background-position: top;
  background-size: cover;
}

.start-now .main-block .main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.start-now .main-block .main-container .logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  margin-bottom: 36px;
}

.start-now .main-block .main-container .logo-block img {
  width: 50px;
  height: 50px;
}

.start-now .main-block .main-container .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.start-now .main-block .main-container > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 40px;
}

.airepair-video .start-now .main-block .main-container a:hover:before {
  transform: skewX(-45deg) translateX(500px);
  transition: all 1s ease-in-out;
}

@media (max-width: 768px) {
  .start-now .main-block {
    padding: 46px 15px;
  }

  .start-now .main-block .main-container .logo-block {
    gap: 10px;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
  }

  .start-now .main-block .main-container .logo-block img {
    width: 36px;
    height: 36px;
  }

  .start-now .main-block .main-container .title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 26px;
  }

  .start-now .main-block .main-container > p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 40px;
  }

  .start-now .main-block .main-container .btn-group {
    flex-direction: column;
  }
}