.contact-page {
  min-width: 1200px;
}

.contact-home-banner#home-banner {
  height: auto;
  margin-top: 64px;
  background: transparent;
  overflow: visible;
}

.contact-hero {
  position: relative;
  background: radial-gradient(1200px 600px at 20% 30%, rgba(79, 166, 255, 0.35), rgba(0, 0, 0, 0)),
    radial-gradient(900px 500px at 80% 20%, rgba(109, 73, 255, 0.28), rgba(0, 0, 0, 0)),
    linear-gradient(135deg, #0b4fd6 0%, #0a59f0 40%, #0b39a8 100%);
}

.contact-hero:before,
.contact-hero:after {
  content: '';
  position: absolute;
  border-radius: 9999px;
  filter: blur(0px);
  opacity: 0.25;
  pointer-events: none;
}

.contact-hero:before {
  width: 520px;
  height: 520px;
  left: -160px;
  top: 120px;
  background: rgba(255, 255, 255, 0.28);
}

.contact-hero:after {
  width: 620px;
  height: 620px;
  right: -220px;
  top: -220px;
  background: rgba(255, 255, 255, 0.18);
}

.contact-hero-main {
  position: relative;
  padding: 50px 0;
}

.contact-hero-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.contact-hero-left {
  flex: 0 1 520px;
  max-width: 520px;
  color: #fff;
  padding: 12px 0;
}

.contact-hero-slogan {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 12px 0;
}

.contact-hero-title {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.contact-hero-subtitle {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  opacity: 1;
  color: #fff;
  text-align: center;
}

.contact-hero-subtitle:before,
.contact-hero-subtitle:after {
  content: '';
  flex: 1 1 auto;
  max-width: 180px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
}

.contact-hero-points {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 0px;
  justify-content: center;
  justify-items: center;
  text-align: center;
}

.contact-hero-point {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  opacity: 1;
  position: relative;
  padding-left: 18px;
  color: #fff;
}

.contact-hero-point:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
}

.contact-hero-badges {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-hero-badge {
  width: 460px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 18px 20px 14px;
  backdrop-filter: blur(6px);
  text-align: center;
}

.contact-hero-badge-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  opacity: 1;
  color: #fff;
  white-space: nowrap;
}

.contact-hero-logo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 12px;
}

.contact-hero-badge-num {
  margin-top: 6px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.contact-hero-badge-desc {
  margin-top: 2px;
  font-size: 12px;
  opacity: 0.9;
}

.contact-hero-right {
  flex: 0 0 520px;
}

.contact-form-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  padding: 26px 26px 24px;
}

.contact-form-card.is-success {
  padding: 44px 26px 40px;
}

.contact-form-card .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #1a1a1a;
}

.contact-form-card .sub-title {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  opacity: 0.8;
}

.contact-form-success {
  margin-top: 18px;
  text-align: center;
}

.contact-form-success-icon {
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  background: #2f7dff;
  margin: 0 auto;
  position: relative;
}

.contact-form-success-icon:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 10px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.contact-form-success-title {
  margin-top: 16px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #2f7dff;
}

.contact-form-success-desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.contact-form-success-qrcode {
  width: 180px;
  height: 180px;
  margin-top: 18px;
  border-radius: 10px;
  background: #fff;
}

.contact-form-success-tip {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

.contact-form-card .desc {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.contact-form-body {
  margin-top: 16px;
}

.contact-form-card .item {
  margin-top: 1px;
}

.contact-form-card .info {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #e4e8f0;
  border-radius: 8px;
  background: #fff;
}

.contact-form-card .info > span {
  white-space: nowrap;
  font-size: 12px;
  color: #333;
}

.contact-form-card .asterisk {
  color: #ff4d4f;
}

.contact-form-card .item-info-input {
  flex: 1 1 auto;
  height: 42px;
  border: none;
  outline: none;
  font-size: 12px;
  color: #333;
}

.contact-form-card .image-verify-code {
  width: 110px;
  border-radius: 6px;
  cursor: pointer;
}

.contact-form-card .get-code {
  width: 110px;
  height: 32px;
  border: 0;
  border-radius: 16px;
  background: #2f7dff;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

.contact-form-card .get-code[disabled] {
  background: #b3c7ff;
  cursor: not-allowed;
}

.contact-form-card .error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #ff4d4f;
  opacity: 0;
}

.contact-form-card .privacy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 20px;
  font-size: 12px;
  color: #666;
  padding-left: 0;
  text-align: left;
  width: 100%;
}

.contact-form-card .privacy a {
  color: #2f7dff;
}

.contact-form-card .privacy .item-info-input {
  flex: 0 0 auto;
  height: auto;
  margin: 0;
}

.contact-form-card #privacyCheckbox {
  width: 14px;
  height: 14px;
}

.contact-form-card .subscribe-btn {
  margin-top: 12px;
}

.contact-form-card .experience {
  height: 44px;
  border-radius: 22px;
  background: linear-gradient(90deg, #2f7dff 0%, #1f5fff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.contact-form-card .experience a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .contact-page {
    min-width: 0;
  }
  .contact-hero-inner {
    width: auto;
    margin: 0 40px;
  }
}
