.horizontal-slide-from-right-to-left {
  animation: horizontal-slide-from-right-to-left linear 10s infinite;
}

.horizontal-slide-from-left-to-right {
  animation: horizontal-slide-from-left-to-right linear 10s infinite;
}

@keyframes horizontal-slide-from-right-to-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes horizontal-slide-from-left-to-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.sticky-menu.nav-hidden {
  animation: fadeInDown 0.9s 1;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes rotate-360{
  0%{
    transform: rotate(0deg)
  }

  100%{
    transform: rotate(360deg)
  }
}

.rotate-360{
  animation: rotate-360 20s linear infinite;
}


input:checked~.toggle_dot {
  transform: translateX(100%);
}
.brand-text-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}

.brand-text-logo {
  display: inline-block;
  color: #0a102f;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.brand-text-logo--light {
  color: #ffffff;
}

.language-switcher {
  display: inline-flex;
  min-width: 78px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(10, 16, 47, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #0a102f;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(10, 16, 47, 0.08);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.language-switcher:hover {
  border-color: #3147ff;
  color: #3147ff;
}

.language-switcher__divider {
  color: rgba(10, 16, 47, 0.35);
  font-weight: 700;
}

.language-switcher--floating {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 20;
}

@media (max-width: 767px) {
  .language-switcher--floating {
    top: 16px;
    right: 16px;
  }
}

@media (min-width: 992px) {
  .site-header .container-default > .flex {
    min-height: 76px;
  }

  .site-header .header-actions > .btn.is-blue {
    display: inline-flex;
    width: 128px;
    min-width: 128px;
    height: 48px;
    padding-inline: 18px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .site-menu-main > .nav-item > .nav-link-item {
    white-space: nowrap;
  }

  .site-menu-main .nav-item-has-children.submenu-open > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: auto;
    border-radius: 6px;
    transform: translateY(0);
  }
}

@media (max-width: 575px) {
  .header-actions {
    gap: 12px !important;
  }

  .language-switcher {
    min-width: 68px;
    height: 34px;
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .site-menu-main {
    column-gap: 28px;
  }
}

@media (min-width: 1400px) {
  .site-header .container-default > .flex {
    position: relative;
  }

  .site-header #append-menu-header {
    position: absolute;
    top: 50%;
    left: calc(50% - 70px);
    width: 770px;
    transform: translate(-50%, -50%);
  }

  .site-header #append-menu-header .site-menu-main {
    display: grid;
    grid-template-columns: 1fr 1.25fr 0.85fr 1.2fr 1fr 0.85fr;
    width: 770px;
    column-gap: 0;
  }

  .site-header #append-menu-header .site-menu-main > .nav-item {
    justify-self: center;
  }
}

body[data-language="zh"] .section-hero h1,
body[data-language="en"] .section-hero h1 {
  font-size: 42px;
  line-height: 1.08;
}

body[data-language="zh"] .section-hero .has-container-custom,
body[data-language="en"] .section-hero .has-container-custom {
  max-width: 660px;
  width: 100%;
}

body[data-language="zh"] .section-hero .has-container-custom > p,
body[data-language="en"] .section-hero .has-container-custom > p {
  font-size: 18px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  body[data-language="zh"] .section-hero h1,
  body[data-language="en"] .section-hero h1 {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  body[data-language="zh"] .section-hero h1,
  body[data-language="en"] .section-hero h1 {
    font-size: 64px;
  }
}
.brand-service-slide {
  align-items: center;
  color: #0d153d;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 54px;
  text-align: left;
}

.brand-service-icon {
  display: block;
  flex: 0 0 2.875rem;
  height: 2.875rem;
  overflow: hidden;
}

.brand-service-icon img {
  display: block;
  height: 2.875rem;
  max-width: none;
  width: auto;
}

.brand-service-label {
  display: block;
  flex: 0 1 auto;
  max-width: calc(100% - 3.875rem);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.legacy-pricing-grid {
  display: none !important;
}

.pricing-plan-grid {
  margin-inline: auto;
  max-width: 1300px;
}

.pricing-plan-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

.pricing-price {
  align-items: baseline;
  display: flex;
  gap: 0.125rem;
  justify-content: center;
  line-height: 1;
  margin-block: 1.5rem 0.75rem;
  white-space: nowrap;
}

.pricing-price > strong {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1;
}

.pricing-feature-list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
}

.pricing-feature-list li {
  align-items: flex-start;
  display: flex;
  gap: 0.625rem;
}

.pricing-feature-list li > span {
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .pricing-plan-grid {
    column-gap: 1rem !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
