html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "PingFang TC", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 375px;
}
body.menu-open {
  overflow: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hero-banner {
  position: relative;
  z-index: 1000;
  height: 1080px;
  margin-top: -1px;
  overflow: hidden;
}
.hero-banner__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-banner__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.hero-banner__slide.active {
  opacity: 1;
  z-index: 1;
}
.hero-banner__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-banner__title {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 368px 0 0 0;
}
@media (max-width: 1439px) {
  .hero-banner__title {
    max-width: 1340px;
  }
}
.hero-banner__title-main {
  font-family: "PingFang TC";
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
}
.hero-banner__title-sub {
  font-family: "PingFang TC";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
}
.hero-banner__indicators {
  margin-top: 83px;
  display: flex;
  gap: 11px;
}
.hero-banner__indicator {
  width: 43px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease;
  border-radius: 2px;
}
.hero-banner__indicator.active {
  width: 83px;
  background-color: #d32d49;
}
.hero-banner__indicator:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.8);
}
.hero-banner__scroll-indicator {
  display: none;
}
.hero-banner__scroll-icon {
  width: 24px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  position: relative;
}
.hero-banner__scroll-icon::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1px;
  animation: scrollDot 2s ease-in-out infinite;
}
.hero-banner__scroll-line {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1023px) {
  .hero-banner {
    height: 780px;
  }
  .hero-banner__slide img {
    object-position: center;
  }
  .hero-banner__slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(24, 23, 41, 0.2) 0%, rgba(24, 23, 41, 0.2) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 50.052%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 58.236%, rgba(37, 45, 61, 0.4) 100%);
    pointer-events: none;
  }
  .hero-banner__title {
    padding: 375px 20px 0;
    max-width: none;
  }
  .hero-banner__title-main {
    font-size: 60px;
    line-height: 1.2;
  }
  .hero-banner__title-sub {
    font-size: 32px;
    line-height: 1.2;
  }
  .hero-banner__indicators {
    margin-top: 50px;
    gap: 8px;
  }
  .hero-banner__indicator {
    width: 60px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .hero-banner__indicator.active {
    width: 100px;
    background-color: #d32d49;
  }
  .hero-banner__scroll-indicator {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: scrollBounce 2s ease-in-out infinite;
  }
}

@keyframes scrollBounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
}
@keyframes scrollDot {
  0%, 100% {
    opacity: 0;
    top: 6px;
  }
  50% {
    opacity: 1;
    top: 16px;
  }
}
.about-company {
  position: relative;
  height: 1194px;
  margin-top: -96px;
  z-index: 1001;
}
.about-company__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a9a9a9;
  clip-path: polygon(0 0, calc(100% - max(0px, (var(--viewport-width, 100vw) - 1440px) / 2)) 0, calc(100% - max(0px, (var(--viewport-width, 100vw) - 1440px) / 2)) 90px, 100% 90px, 100% 100%, 0 100%);
}
.about-company__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.about-company__container {
  position: relative;
  height: 100%;
  width: 100%;
}
.about-company__content {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 176px 0 0 0;
}
@media (max-width: 1439px) {
  .about-company__content {
    max-width: 1340px;
  }
}
.about-company__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.about-company__content > * {
  max-width: 737px;
}
.about-company__image {
  position: absolute;
  right: calc((100% - 1440px) / 2);
  top: 138px;
  width: 633px;
  height: 843px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .about-company__image {
    display: none;
  }
}
.about-company__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-company__title {
  font-family: "PingFang TC", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  color: #0f1e37;
}
.about-company__title-line {
  width: 40px;
  height: 1px;
  background-color: #d32d49;
}
.about-company__description {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about-company__description p {
  font-family: "PingFang TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  color: #111111;
}
.about-company__stats {
  display: flex;
  align-items: center;
  gap: 48px;
}
.about-company__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-company__stat-value {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  color: #d32d49;
  white-space: nowrap;
}
.about-company__stat-value .unit {
  font-size: 20px;
}
.about-company__stat-label {
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.6);
  white-space: nowrap;
}
.about-company__stat-divider {
  width: 1px;
  height: 80px;
  background-color: rgba(17, 17, 17, 0.1);
}
.about-company__principles {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  z-index: 1002;
  margin-top: 114px;
}
.about-company__principles-title {
  font-family: "PingFang TC", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  color: #0f1e37;
  margin-bottom: 40px;
}
.about-company__principles-progress {
  display: none;
}
.about-company__principles-progress-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #545b79;
}
.about-company__principles-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 104px;
  height: 100%;
  background-color: #d32d49;
  z-index: 1;
  transition: width 0.2s ease-out;
}
.about-company__principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 302px);
  gap: 24px;
}
.about-company__principle-card {
  background-color: #ffffff;
  padding: 23px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 212px;
}
.about-company__principle-card:nth-child(1) .about-company__principle-icon {
  width: 39px;
  height: 45px;
}
.about-company__principle-card:nth-child(2) .about-company__principle-icon {
  width: 41px;
  height: 41px;
}
.about-company__principle-card:nth-child(3) .about-company__principle-icon {
  width: 42px;
  height: 42px;
}
.about-company__principle-card:nth-child(4) .about-company__principle-icon {
  width: 46px;
  height: 42px;
}
.about-company__principle-icon {
  object-fit: contain;
}
.about-company__principle-name {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  color: #111111;
}
.about-company__principle-desc {
  font-family: "PingFang TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  color: #111111;
}
@media (max-width: 1439px) {
  .about-company {
    height: auto;
    min-height: 1000px;
    padding-bottom: 100px;
  }
  .about-company__principles-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 650px;
  }
}
@media (max-width: 1023px) {
  .about-company {
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding: 64px 0 100px;
  }
  .about-company__bg {
    clip-path: none;
  }
  .about-company__content {
    padding: 0 16px;
    gap: 48px;
    align-items: center;
  }
  .about-company__content > * {
    max-width: none;
    width: 100%;
  }
  .about-company__header {
    align-items: center;
  }
  .about-company__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .about-company__description {
    gap: 32px;
  }
  .about-company__stats {
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
  }
  .about-company__stat {
    max-width: none;
    align-items: center;
    text-align: center;
  }
  .about-company__stat-value {
    white-space: normal;
  }
  .about-company__stat-value .unit {
    font-size: 18px;
  }
  .about-company__stat-label {
    white-space: normal;
    word-break: break-word;
    text-align: center;
    max-width: 100px;
  }
  .about-company__stat-divider {
    height: 80px;
  }
  .about-company__principles {
    margin-top: 0;
    gap: 0;
    align-items: center;
  }
  .about-company__principles-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 48px;
    text-align: center;
  }
  .about-company__principles-progress {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    margin-top: 48px;
  }
  .about-company__principles-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 16px;
    width: 100%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .about-company__principles-grid::-webkit-scrollbar {
    display: none;
  }
  .about-company__principle-card {
    flex-shrink: 0;
    width: 310px;
    height: 212px;
    scroll-snap-align: start;
  }
}

.services {
  position: relative;
  min-height: 1018px;
  padding: 128px 0 100px 0;
  overflow: hidden;
}
.services__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1C2E57;
  background-image: url("../img/servicesBg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.services__bg::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -5%;
  width: 40%;
  height: 120%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.5;
}
.services__bg::after {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 50%;
  height: 120%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.4;
}
.services__container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 0;
}
@media (max-width: 1439px) {
  .services__container {
    max-width: 1340px;
  }
}
.services__container {
  position: relative;
}
.services__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 144px;
}
.services__title {
  font-family: "PingFang TC", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.services__title-line {
  width: 40px;
  height: 2px;
  background-color: #d32d49;
}
.services__cards-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 70px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.services__cards-wrapper::-webkit-scrollbar {
  display: none;
}
.services__cards {
  display: flex;
  align-items: center;
  gap: 67px;
}
.services__card {
  flex-shrink: 0;
  width: 310px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.services__card-image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 420px;
  background-color: #161616;
}
.services__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.services__card:hover .services__card-image {
  transform: scale(1.05);
}
.services__card-overlay {
  display: none;
}
.services__card-content {
  display: none;
}
.services__card-number {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #e7e8fe;
  text-transform: uppercase;
}
.services__card-title {
  font-family: "PingFang TC", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  color: #ffffff;
  margin: 0;
}
.services__card-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #e7e8fe;
  text-transform: uppercase;
  white-space: nowrap;
}
.services__navigation {
  display: flex;
  align-items: center;
  gap: 60px;
}
.services__progress {
  flex: 1;
  height: 4px;
  position: relative;
}
.services__progress-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #545b79;
  z-index: 1;
}
.services__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 62%;
  background-color: #d32d49;
  transition: width 0.4s ease;
  z-index: 2;
}
.services__indicator {
  display: none;
}
.services__arrows {
  display: flex;
  align-items: center;
  gap: 16px;
}
.services__arrow {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 52px;
  height: 52px;
  border: 2px solid #ffffff;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services__arrow--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.services__arrow:hover:not(.services__arrow--disabled) {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}
.services__arrow:active:not(.services__arrow--disabled) {
  transform: scale(0.95);
}
.services__view-all {
  display: none;
}
@media (max-width: 1439px) {
  .services {
    padding: 100px 0 80px 0;
  }
  .services__header {
    margin-bottom: 100px;
  }
  .services__cards {
    gap: 40px;
  }
  .services__card {
    width: 280px;
  }
  .services__card-image-wrapper {
    height: 380px;
  }
}
@media (max-width: 1023px) {
  .services {
    min-height: auto;
    padding: 64px 0 66px;
  }
  .services__container {
    padding: 0;
  }
  .services__header {
    margin-bottom: 66px;
  }
  .services__title {
    font-size: 24px;
    line-height: 32px;
  }
  .services__cards-wrapper {
    margin-bottom: 40px;
    scroll-behavior: auto;
  }
  .services__cards {
    gap: 16px;
    padding-left: 15px;
  }
  .services__cards::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 15px;
    height: 1px;
  }
  .services__card {
    width: calc(100vw - 30px);
    flex-direction: column-reverse;
  }
  .services__card-image-wrapper {
    height: 461px;
  }
  .services__card-overlay {
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .services__card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    inset: 0;
    padding: 24px 20px;
    z-index: 2;
  }
  .services__card-number {
    position: absolute;
    bottom: 24px;
    right: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #bc2e4b;
    text-align: right;
  }
  .services__card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .services__card-subtitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #9ea0a8;
    white-space: normal;
  }
  .services__navigation {
    flex-direction: column;
    align-items: center;
    gap: 51px;
  }
  .services__progress {
    display: flex;
    gap: 8px;
    width: auto;
    height: 4px;
  }
  .services__progress-bg {
    display: none;
  }
  .services__progress-bar {
    display: none;
  }
  .services__indicator {
    display: block;
    width: 32px;
    height: 4px;
    background-color: #545b79;
    transition: width 0.3s ease, background-color 0.3s ease;
  }
  .services__indicator.active {
    width: 80px;
    background-color: #d32d49;
  }
  .services__arrows {
    display: none;
  }
  .services__view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 50px;
    border: 1px solid #d32d49;
    background-color: transparent;
    color: #d32d49;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .services__view-all:hover {
    background-color: #d32d49;
    color: #ffffff;
  }
}

.cooperation {
  position: relative;
  min-height: 793px;
  padding: 83px 0 100px 0;
  overflow: hidden;
}
.cooperation__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  z-index: -1;
}
.cooperation__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.05;
}
.cooperation__container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 0;
}
@media (max-width: 1439px) {
  .cooperation__container {
    max-width: 1340px;
  }
}
.cooperation__container {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 67px;
  align-items: center;
}
.cooperation__title-area {
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
}
.cooperation__title {
  font-family: "PingFang TC", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  color: #0f1e37;
}
.cooperation__title-line {
  width: 40px;
  height: 2px;
  background-color: #d32d49;
}
.cooperation__subtitle {
  font-family: "PingFang TC", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #222328;
  opacity: 0.8;
  margin: 0;
}
.cooperation__steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 74px;
  row-gap: 48px;
}
.cooperation__step {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cooperation__step-number {
  padding-left: 8px;
  z-index: 3;
  align-self: flex-start;
}
.cooperation__step-card {
  z-index: 2;
  margin-top: -25px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 51px 20px 51px 58px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 150px;
  backdrop-filter: blur(10px);
}
.cooperation__step-title {
  font-family: "PingFang TC", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #222328;
  margin: 0;
}
.cooperation__step-desc {
  font-family: "PingFang TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #222328;
  opacity: 0.6;
  margin: 0;
}
@media (max-width: 1439px) {
  .cooperation__container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .cooperation__steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cooperation__step-card {
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .cooperation {
    padding: 60px 20px;
  }
  .cooperation__steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cooperation__title-area {
    align-items: center;
  }
  .cooperation__title {
    font-size: 24px;
  }
  .cooperation__step-card {
    padding: 32px;
    min-height: 120px;
  }
  .cooperation__step-title {
    font-size: 20px;
  }
  .cooperation__step-desc {
    font-size: 14px;
  }
}

.pricing {
  position: relative;
  min-height: 925px;
  padding: 128px 0;
  overflow: hidden;
}
.pricing__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d172e;
  z-index: 0;
}
.pricing__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000, #4f4f4f);
  mix-blend-mode: color-dodge;
  opacity: 1;
}
.pricing__container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 0;
}
@media (max-width: 1439px) {
  .pricing__container {
    max-width: 1340px;
  }
}
.pricing__container {
  position: relative;
  z-index: 1;
}
.pricing__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}
.pricing__title {
  font-family: "PingFang TC", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.pricing__title-line {
  width: 40px;
  height: 1px;
  background-color: #d32d49;
}
.pricing__decoration {
  position: absolute;
  top: 117px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 520px;
  height: 520px;
  pointer-events: none;
  z-index: 0;
}
.pricing__circle {
  position: absolute;
  display: block;
  object-fit: contain;
}
.pricing__circle--outer {
  width: 520px;
  height: 520px;
  top: 0;
  left: 0;
}
.pricing__circle--inner {
  width: 400px;
  height: 400px;
  top: 60px;
  left: 60px;
}
.pricing__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
  font-size: 123px;
  font-weight: 600;
  line-height: 24px;
  color: #2a314b;
  text-transform: uppercase;
  letter-spacing: 0;
  user-select: none;
}
.pricing__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 83px 520px;
  max-width: 1200px;
  margin: 0 auto;
}
.pricing__card {
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  z-index: 1;
}
.pricing__card:nth-child(1), .pricing__card:nth-child(3) {
  align-items: flex-end;
  text-align: right;
}
.pricing__card:nth-child(2), .pricing__card:nth-child(4) {
  align-items: flex-start;
  text-align: left;
}
.pricing__card-icon {
  width: 72px;
  height: 70px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.pricing__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pricing__card-title {
  font-family: "PingFang TC", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  color: #ffffff;
  font-weight: 500;
}
.pricing__card-desc {
  font-family: "PingFang TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  max-width: 258px;
}
.pricing__card-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 2;
}
.pricing__card:nth-child(1) .pricing__card-dot {
  top: 86px;
  right: -100px;
}
.pricing__card:nth-child(2) .pricing__card-dot {
  top: 86px;
  left: -100px;
}
.pricing__card:nth-child(3) .pricing__card-dot {
  top: 115px;
  right: -100px;
}
.pricing__card:nth-child(4) .pricing__card-dot {
  top: 115px;
  left: -100px;
}
@media (max-width: 1023px) {
  .pricing {
    min-height: auto;
    padding: 64px 0;
  }
  .pricing__container {
    padding: 0 16px;
  }
  .pricing__header {
    margin-bottom: 64px;
  }
  .pricing__title {
    font-size: 24px;
    line-height: 32px;
  }
  .pricing__title-line {
    width: 40px;
    height: 1px;
  }
  .pricing__decoration {
    display: none;
  }
  .pricing__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
  }
  .pricing__card {
    align-items: center;
    text-align: center;
    padding: 24px;
  }
  .pricing__card:nth-child(1), .pricing__card:nth-child(2), .pricing__card:nth-child(3), .pricing__card:nth-child(4) {
    align-items: center;
    text-align: center;
  }
  .pricing__card-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }
  .pricing__card-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
  .pricing__card-desc {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.6);
    max-width: 258px;
  }
  .pricing__card-dot {
    display: none;
  }
}

.faq {
  position: relative;
  min-height: 1182px;
  padding: 128px 0;
  background-color: #ffffff;
}
.faq__container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 0;
}
@media (max-width: 1439px) {
  .faq__container {
    max-width: 1340px;
  }
}
.faq__container {
  position: relative;
}
.faq__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 80px;
}
.faq__title {
  font-family: "PingFang TC", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  color: #111111;
  text-align: center;
}
.faq__title-line {
  width: 40px;
  height: 2px;
  background-color: #d32d49;
}
.faq__list {
  margin-bottom: 96px;
}
.faq__item {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq__divider {
  width: 100%;
  height: 2px;
  background-color: #dfdfdf;
}
.faq__question {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 40px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.3s ease;
  justify-content: space-between;
  padding-right: 53px;
}
.faq__question:hover {
  opacity: 0.7;
}
.faq__question-text {
  font-family: "PingFang TC", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  color: #111111;
  font-weight: 500;
  line-height: 32px;
}
.faq__icon {
  width: 21px;
  height: 11px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: none;
}
.faq__answer--visible {
  max-height: 500px;
  transition: max-height 0.4s ease;
}
.faq__answer-text {
  font-family: "PingFang TC", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #111111;
  padding-bottom: 40px;
  margin: 0;
}
.faq__more-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #d32d49;
  color: #d32d49;
  font-family: "PingFang TC", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s ease;
}
.faq__more-btn:hover {
  background-color: #d32d49;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .faq {
    min-height: auto;
    padding: 64px 0;
  }
  .faq__container {
    padding: 0 15px;
  }
  .faq__header {
    margin-bottom: 56px;
  }
  .faq__title {
    font-size: 24px;
    line-height: 32px;
  }
  .faq__title-line {
    width: 40px;
    height: 1px;
  }
  .faq__list {
    margin-bottom: 64px;
  }
  .faq__item {
    gap: 36px;
  }
  .faq__divider {
    height: 1px;
  }
  .faq__question {
    padding: 0;
    padding-right: 0;
    gap: 16px;
  }
  .faq__question-text {
    font-size: 20px;
    line-height: 32px;
    color: #464555;
  }
  .faq__answer--visible {
    max-height: 1000px;
  }
  .faq__answer-text {
    font-size: 16px;
    line-height: 2;
    color: #464555;
    padding-bottom: 0;
  }
  .faq__more-btn {
    width: 150px;
    height: 50px;
    font-size: 16px;
  }
  .faq__item--active {
    padding-bottom: 36px;
  }
}

.footer {
  position: relative;
  min-height: 338px;
  padding: 67px 0;
  background-color: #0f1e37;
}
.footer__container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 0;
}
@media (max-width: 1439px) {
  .footer__container {
    max-width: 1340px;
  }
}
.footer__container {
  position: relative;
  display: grid;
  grid-template-columns: 288px 1fr;
  grid-template-rows: auto auto auto;
  gap: 0;
}
.footer__logo {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__logo:hover {
  opacity: 0.8;
}
.footer__logo-img {
  width: 276px;
  height: 54px;
  object-fit: contain;
  object-position: left;
}
.footer__nav {
  white-space: nowrap;
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}
.footer__nav-link {
  font-family: "PingFang TC", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__nav-link:hover {
  color: #ffffff;
}
.footer__nav-link--active {
  color: #ffffff;
}
.footer__copyright {
  grid-column: 1;
  grid-row: 3;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 24px;
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
  opacity: 0.3;
}
.footer__copyright p {
  margin: 0;
}
.footer__contact {
  grid-column: 2;
  grid-row: 1/4;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: 428px;
}
.footer__contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__contact-item:nth-child(2) {
  display: none;
}
.footer__contact-title {
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
}
.footer__contact-text {
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 341px;
}
.footer__policy {
  grid-column: 2;
  grid-row: 1/4;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: 840px;
}
.footer__policy-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__policy-title {
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}
.footer__policy-text {
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
@media (max-width: 1023px) {
  .footer {
    min-height: auto;
    padding: 42px 16px 64px;
  }
  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 0;
  }
  .footer__logo {
    width: 234px;
    height: 44px;
    grid-column: unset;
    grid-row: unset;
    margin: 0 auto;
    justify-content: center;
  }
  .footer__logo-img {
    width: 234px;
    height: 44px;
    object-position: left;
  }
  .footer__nav {
    grid-column: unset;
    grid-row: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px 30px;
    margin-top: 37px;
    width: 100%;
    max-width: 358px;
  }
  .footer__nav a:nth-child(1),
  .footer__nav a:nth-child(2),
  .footer__nav a:nth-child(3),
  .footer__nav a:nth-child(4),
  .footer__nav a:nth-child(5) {
    order: 0;
  }
  .footer__nav a:nth-child(6),
  .footer__nav a:nth-child(7),
  .footer__nav a:nth-child(8) {
    order: 1;
  }
  .footer__nav-link {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
  }
  .footer__nav-link:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer__nav-link--active {
    color: #ffffff;
  }
  .footer__nav-link--active:hover {
    color: #ffffff;
  }
  .footer__contact {
    grid-column: unset;
    grid-row: unset;
    margin-left: 0;
    margin-top: 47px;
    margin-bottom: 24px;
    width: 100%;
    align-items: flex-start;
  }
  .footer__contact-text {
    max-width: 358px;
  }
  .footer__policy {
    grid-column: unset;
    grid-row: unset;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .footer__copyright {
    grid-column: unset;
    grid-row: unset;
    margin-top: 64px;
    text-align: center;
    align-items: center;
  }
}

/*# sourceMappingURL=index.css.map */
