* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', 'PingFang SC', sans-serif;
  font-weight: 300;
  color: var(--text-primary);
  line-height: 1.5;
  min-width: 1440px;
}

a {
  text-decoration: none;
}

.ccontainer {
  width: 1280px;
  margin: 0 auto;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 64px 0 48px;
  width: 100%;
  background-color: rgba(245, 245, 245, 0.5);
  position: relative;
}

.footer:after {
  content: '';
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 165px;
  background: url(../assets/footer-bg.png) no-repeat center center / contain;
}

.footer-container {
  display: flex;
  gap: 48px;
  max-width: 1280px;
  width: 100%;
}

.footer-content {
  display: flex;
  flex-direction: row;
  gap: 32px;
  width: 272px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 258px;
}

.footer-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #181D27;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #9497A1;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.footer-link:hover {
  color: #714DFF;
}

.footer-bottom {
  border-top: 1px solid #E9EAEB;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  /* padding: 0 32px; */
  max-width: 1280px;
  width: 100%;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #E9EAEB;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-logo-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-logo {
  width: 165px;
  height: 32px;
}

.footer-copyright {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #717680;
}

/* 导航栏容器 */
.nav-container {
  background-color: #FFFFFF;
  border-bottom: 1px solid #F5F5F5;
  height: 80px;
  display: flex;
  align-items: center;
}

.nav-wrapper {
  width: 1280px;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 2rem; */
  margin: 0 auto;
}

/* 左侧内容区域 */
.nav-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* 导航菜单 */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* 导航链接 */
.nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-decoration: none;
  line-height: 1.714;
}

.nav-link.active {
  font-weight: 500;
  color: #181D27;
}

.nav-link {
  font-weight: 300;
  color: #9497A1;
}

/* 右侧工具栏 */
.nav-tools {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tool-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* 主题切换按钮 */
.theme-toggle {
  width: 36px;
  height: 36px;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}

.theme-toggle .icon {
  width: 17px;
  height: 17px;
}

.theme-toggle:hover {
  background: #F9FAFB;
}

/* 联系按钮 */
.contact-btn {
  background-color: #714DFF;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  letter-spacing: -0.01em;
  line-height: 1.428;
}

.contact-btn:hover {
  background: #5F3FE6;
}

/* 搜索图标 */
.search-icon {
  cursor: pointer;
}

/* 图标通用样式 */
.icon {
  width: 24px;
  height: 24px;
}

.logo-container a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-logo {
  width: 165px;
  height: 32px;
}

.flag {
  width: 20px;
  height: 20px;
}

.dropdown-item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #714DFF !important;
}

*[data-i18n] {
  visibility: hidden;
}

.hero {
  background-color: #F4F1FF;
  height: 248px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-content {
  width: 100%;
  z-index: 1;
  color: #714dff;
  position: relative;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.hero p {
  font-size: 1rem;
  color: #714dff;
  max-width: 540px;
}

.watermark-bg {
  width: 870px;
  height: 120px;
  background: url(../assets/watermark-bg.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 130px;
  z-index: 0;
}
