.EnterpriseHome_page__t4Yrd {
  --enterprise-black: #171717;
  --enterprise-text: #0a0a0a;
  --enterprise-muted: #737373;
  --enterprise-border: #e5e5e5;
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  color: var(--enterprise-text);
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', -apple-system,
    BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.EnterpriseHome_page__t4Yrd button,
.EnterpriseHome_page__t4Yrd input {
  font: inherit;
}

.EnterpriseHome_header__400FG {
  position: fixed;
  z-index: 100;
  top: 32px;
  left: 50%;
  display: flex;
  width: min(1280px, calc(100% - 48px));
  min-height: 68px;
  padding: 16px 48px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.5)
  );
  box-shadow: 0 8px 36px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.EnterpriseHome_headerLeft__YO1KP,
.EnterpriseHome_nav__Tf7l_ {
  display: flex;
  align-items: center;
}

.EnterpriseHome_headerLeft__YO1KP {
  min-width: 0;
  gap: 48px;
}

.EnterpriseHome_logoLink__XAIiH {
  display: flex;
  width: 98px;
  height: 36px;
  flex: 0 0 auto;
  align-items: center;
}

.EnterpriseHome_logoLink__XAIiH img {
  display: block;
  width: 98px;
  max-height: 36px;
}

.EnterpriseHome_nav__Tf7l_ {
  gap: 24px;
}

.EnterpriseHome_nav__Tf7l_ a {
  color: var(--enterprise-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  transition: color 160ms ease;
}

.EnterpriseHome_nav__Tf7l_ a:hover,
.EnterpriseHome_nav__Tf7l_ .EnterpriseHome_activeNav__r7NrW {
  color: var(--enterprise-text);
}

.EnterpriseHome_primaryButton___145d,
.EnterpriseHome_filter__8AvLY,
.EnterpriseHome_activeFilter__AQOXw {
  display: inline-flex;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease,
    background 160ms ease, box-shadow 160ms ease;
}

.EnterpriseHome_primaryButton___145d {
  height: 36px;
  padding: 8px 16px;
  border-radius: 8px;
  border-color: var(--enterprise-black);
  background: var(--enterprise-black);
  color: #fafafa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.EnterpriseHome_primaryButton___145d:hover {
  transform: translateY(-1px);
}

.EnterpriseHome_primaryButton___145d:focus-visible,
.EnterpriseHome_filter__8AvLY:focus-visible,
.EnterpriseHome_activeFilter__AQOXw:focus-visible,
.EnterpriseHome_detailLink__m_CPk:focus-visible,
.EnterpriseHome_nav__Tf7l_ a:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
}

.EnterpriseHome_hero__iq4xS {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 436px;
  padding: 176px 24px 72px;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
}

.EnterpriseHome_heroPattern___Hlvi {
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  height: 623px;
  background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 51.8%,
      #fff 87.9%
    ),
    url(https://webcdn.wujieai.com/0.4.33/_next/static/media/hero-pattern.149cab84.webp);
  background-position: center bottom;
  background-size: cover;
  pointer-events: none;
}

.EnterpriseHome_heroContent__v1Wfy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.EnterpriseHome_hero__iq4xS h1 {
  margin: 0 0 24px;
  color: var(--enterprise-text);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 48px;
}

.EnterpriseHome_hero__iq4xS p {
  margin: 0 0 24px;
  color: var(--enterprise-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.EnterpriseHome_casesSection__SEVR2 {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  padding: 0 24px 96px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  scroll-margin-top: 120px;
}

.EnterpriseHome_filters__BkHdt {
  display: flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.EnterpriseHome_filters__BkHdt::-webkit-scrollbar {
  display: none;
}

.EnterpriseHome_filter__8AvLY,
.EnterpriseHome_activeFilter__AQOXw {
  height: 36px;
  padding: 8px 16px;
  flex: 0 0 auto;
  border-radius: 999px;
}

.EnterpriseHome_filter__8AvLY {
  border-color: var(--enterprise-border);
  background: #fff;
  color: var(--enterprise-muted);
  opacity: 0.72;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.EnterpriseHome_filter__8AvLY:hover {
  border-color: #d4d4d4;
  background: #f5f5f5;
  color: var(--enterprise-text);
  opacity: 1;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}

.EnterpriseHome_activeFilter__AQOXw {
  border-color: var(--enterprise-black);
  background: var(--enterprise-black);
  color: #fafafa;
}

.EnterpriseHome_activeFilter__AQOXw:hover {
  border-color: #262626;
  background: #262626;
}

.EnterpriseHome_caseGrid__cDFHd {
  display: grid;
  width: min(1280px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}

.EnterpriseHome_caseCard__CEqlv {
  display: flex;
  min-width: 0;
  height: 381px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--enterprise-border);
  border-radius: 14px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.EnterpriseHome_caseCard__CEqlv:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.1);
}

.EnterpriseHome_caseCard__CEqlv:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
}

.EnterpriseHome_cardMedia__WmRdX {
  position: relative;
  width: 100%;
  height: 165px;
  flex: 0 0 165px;
  overflow: hidden;
  background: #f5f5f5;
}

.EnterpriseHome_cardMedia__WmRdX img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.EnterpriseHome_cardMedia__WmRdX .EnterpriseHome_puyenImage__0f69p {
  top: -204.8%;
  left: -355.5%;
  width: 487.5%;
  height: 439.3%;
  max-width: none;
}

.EnterpriseHome_cardMedia__WmRdX .EnterpriseHome_okcsImage__jZ6KI {
  top: -17.4%;
  width: 100%;
  height: 184.9%;
  max-width: none;
}

.EnterpriseHome_cardContent__eABMK {
  display: flex;
  min-height: 0;
  padding: 24px;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
}

.EnterpriseHome_cardLogo__ejqxw {
  position: relative;
  width: 129px;
  height: 36px;
  flex: 0 0 36px;
  overflow: hidden;
}

.EnterpriseHome_cardLogo__ejqxw img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 129px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.EnterpriseHome_cardWordmark__RhkSH {
  display: block;
  color: var(--enterprise-text);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 36px;
  white-space: nowrap;
}

.EnterpriseHome_cardLogo__ejqxw .EnterpriseHome_puyenLogo__VfA9V {
  width: 68px;
  height: 44px;
  transform: translateY(-4px);
}

.EnterpriseHome_cardLogo__ejqxw .EnterpriseHome_okcsLogo__3uHP5 {
  width: 84px;
  height: 56px;
  transform: translateY(-10px);
}

.EnterpriseHome_cardLogo__ejqxw .EnterpriseHome_nandoLogo__QogDS {
  width: 82px;
  height: 82px;
  transform: translateY(-25px);
}

.EnterpriseHome_cardContent__eABMK > p {
  height: 80px;
  margin: 0;
  color: var(--enterprise-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.EnterpriseHome_cardMeta__wGygi {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
}

.EnterpriseHome_categoryTag__BAGMI {
  display: inline-flex;
  height: 36px;
  padding: 8px 16px;
  border: 1px solid var(--enterprise-text);
  border-radius: 8px;
  align-items: center;
  color: var(--enterprise-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.5;
}

.EnterpriseHome_detailLink__m_CPk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--enterprise-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.5;
  transition: opacity 160ms ease, transform 160ms ease;
}

.EnterpriseHome_caseCard__CEqlv:hover .EnterpriseHome_detailLink__m_CPk {
  opacity: 1;
  transform: translateX(2px);
}

.EnterpriseHome_contactSection__xyNRS {
  display: grid;
  width: min(1280px, calc(100% - 48px));
  min-height: 511px;
  margin: 0 auto 96px;
  padding: 32px;
  grid-template-columns: minmax(0, 1fr) 448px;
  grid-template-areas:
    'intro intro'
    'services form';
  grid-template-rows: auto 1fr;
  gap: 24px;
  border-radius: 14px;
  background: #f5f5f5;
  scroll-margin-top: 120px;
}

.EnterpriseHome_contactIntro__3qLOR {
  display: block;
  min-width: 0;
  grid-area: intro;
}

.EnterpriseHome_contactIntro__3qLOR h2 {
  margin: 0 0 8px;
  color: var(--enterprise-black);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 36px;
}

.EnterpriseHome_contactIntro__3qLOR > p {
  margin: 0;
  color: var(--enterprise-muted);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 1.8;
}

.EnterpriseHome_serviceList___bFL2 {
  display: flex;
  width: min(587px, 100%);
  margin-top: 0;
  padding: 24px;
  flex-direction: column;
  grid-area: services;
  gap: 24px;
  justify-content: center;
  border-radius: 14px;
  background: #fff;
}

.EnterpriseHome_serviceItem__hfg_H {
  display: flex;
  width: 100%;
  padding: 0;
  border: 0;
  min-width: 0;
  align-items: center;
  gap: 16px;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.EnterpriseHome_serviceItem__hfg_H:focus-visible {
  border-radius: 8px;
  outline: 2px solid #2563eb;
  outline-offset: 4px;
}

.EnterpriseHome_serviceIcon__cE_82 {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid var(--enterprise-border);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--enterprise-text);
  font-size: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.EnterpriseHome_serviceCopy__4uVW_ {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
}

.EnterpriseHome_serviceCopy__4uVW_ strong {
  overflow: hidden;
  color: var(--enterprise-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.EnterpriseHome_serviceCopy__4uVW_ small {
  overflow: hidden;
  color: var(--enterprise-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.EnterpriseHome_serviceArrow__7jraD {
  flex: 0 0 auto;
  color: var(--enterprise-text);
  font-size: 16px;
}

.EnterpriseHome_contactForm__5Y8ya {
  display: flex;
  width: 100%;
  flex-direction: column;
  grid-area: form;
  align-items: stretch;
  gap: 24px;
}

.EnterpriseHome_contactForm__5Y8ya label {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.EnterpriseHome_contactForm__5Y8ya label > span {
  color: var(--enterprise-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.EnterpriseHome_contactForm__5Y8ya input {
  width: 100%;
  height: 36px;
  padding: 4px 12px;
  border: 1px solid var(--enterprise-border);
  border-radius: 8px;
  outline: none;
  background: #fff;
  color: var(--enterprise-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: border 160ms ease, box-shadow 160ms ease;
}

.EnterpriseHome_contactForm__5Y8ya input::-moz-placeholder {
  color: var(--enterprise-muted);
}

.EnterpriseHome_contactForm__5Y8ya input::placeholder {
  color: var(--enterprise-muted);
}

.EnterpriseHome_contactForm__5Y8ya input:focus {
  border-color: #737373;
  box-shadow: 0 0 0 3px rgba(115, 115, 115, 0.12);
}

.EnterpriseHome_contactForm__5Y8ya input.EnterpriseHome_invalidField__JzR4h {
  border-color: #d65a5a;
  box-shadow: 0 0 0 3px rgba(214, 90, 90, 0.08);
}

.EnterpriseHome_fieldError__JmUuO {
  position: absolute;
  top: 60px;
  left: 2px;
  color: #c74444;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.EnterpriseHome_industryLoadError__2mXFZ {
  position: absolute;
  top: 60px;
  left: 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c74444;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.EnterpriseHome_industryLoadError__2mXFZ button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #525252;
  cursor: pointer;
  font: inherit;
}

.EnterpriseHome_industrySelect__ektW4 {
  width: 100%;
}

.EnterpriseHome_industrySelect__ektW4 .ant-select-selector {
      height: 36px !important;
      padding: 2px 12px !important;
      border: 1px solid var(--enterprise-border) !important;
      border-radius: 8px !important;
      background: #fff !important;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    }

.EnterpriseHome_industrySelect__ektW4 .ant-select-selection-placeholder,
    .EnterpriseHome_industrySelect__ektW4 .ant-select-selection-item {
      line-height: 30px !important;
    }

.EnterpriseHome_industrySelect__ektW4 .ant-select-selection-item {
      color: #0a0a0a;
    }

.EnterpriseHome_industrySelect__ektW4 .ant-select-selection-placeholder {
      color: var(--enterprise-muted);
    }

.EnterpriseHome_industrySelect__ektW4 .ant-select-arrow {
      color: var(--enterprise-muted);
    }

.EnterpriseHome_industrySelect__ektW4.ant-select-focused .ant-select-selector {
      border-color: #737373 !important;
      box-shadow: 0 0 0 3px rgba(115, 115, 115, 0.12) !important;
    }

.EnterpriseHome_invalidSelect__gQHQN .ant-select-selector {
      border-color: #d65a5a !important;
      box-shadow: 0 0 0 3px rgba(214, 90, 90, 0.08) !important;
    }

.EnterpriseHome_industryDropdown__2lUV_ {
  padding: 8px !important;
  border: 1px solid #e5e5e5;
  border-radius: 12px !important;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14) !important;
}

.EnterpriseHome_industryDropdown__2lUV_ .ant-select-item {
      min-height: 36px;
      padding: 8px 12px;
      border-radius: 8px;
      color: #0a0a0a;
      line-height: 20px;
    }

.EnterpriseHome_industryDropdown__2lUV_ .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
      background: #f5f5f5;
    }

.EnterpriseHome_industryDropdown__2lUV_ .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
      background: #eeeeee;
      font-weight: 500;
    }

.EnterpriseHome_industryDropdown__2lUV_ .rc-virtual-list-scrollbar {
      right: 4px !important;
      width: 6px !important;
    }

.EnterpriseHome_industryDropdown__2lUV_ .rc-virtual-list-scrollbar-thumb {
      border-radius: 999px !important;
      background: #d4d4d4 !important;
    }

.EnterpriseHome_submitButton__NcZvF {
  width: 100%;
  height: 36px;
  margin-top: 0;
  border: 1px solid var(--enterprise-black);
  border-radius: 8px;
  background: var(--enterprise-black);
  color: #fafafa;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.EnterpriseHome_submitButton__NcZvF:disabled {
  cursor: wait;
  opacity: 0.72;
}

.EnterpriseHome_footer__YW3QK {
  display: flex;
  width: min(1280px, calc(100% - 48px));
  min-height: 120px;
  margin: 0 auto;
  padding-bottom: 62px;
  align-items: flex-end;
  justify-content: space-between;
  color: var(--enterprise-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.EnterpriseHome_footer__YW3QK > span:last-child {
  display: flex;
  gap: 24px;
}

.EnterpriseHome_footer__YW3QK a:hover {
  color: var(--enterprise-text);
}

@media (max-width: 1180px) {
  .EnterpriseHome_header__400FG {
    top: 20px;
    width: calc(100% - 32px);
    padding-right: 32px;
    padding-left: 32px;
  }

  .EnterpriseHome_headerLeft__YO1KP {
    gap: 28px;
  }

  .EnterpriseHome_nav__Tf7l_ {
    gap: 16px;
  }

  .EnterpriseHome_caseGrid__cDFHd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .EnterpriseHome_contactSection__xyNRS {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 42%);
  }
}

@media (max-width: 900px) {
  .EnterpriseHome_header__400FG {
    min-height: 60px;
    padding: 12px 16px;
  }

  .EnterpriseHome_headerLeft__YO1KP {
    gap: 16px;
  }

  .EnterpriseHome_hero__iq4xS {
    min-height: 400px;
    padding-top: 148px;
  }

  .EnterpriseHome_hero__iq4xS h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .EnterpriseHome_caseGrid__cDFHd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .EnterpriseHome_contactSection__xyNRS {
    grid-template-columns: 1fr;
    grid-template-areas:
      'intro'
      'services'
      'form';
  }

  .EnterpriseHome_serviceList___bFL2 {
    margin-top: 0;
  }

  .EnterpriseHome_footer__YW3QK {
    padding-top: 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .EnterpriseHome_header__400FG {
    top: 12px;
    width: calc(100% - 24px);
  }

  .EnterpriseHome_logoLink__XAIiH,
  .EnterpriseHome_logoLink__XAIiH img {
    width: 82px;
  }

  .EnterpriseHome_nav__Tf7l_ {
    display: none;
  }

  .EnterpriseHome_primaryButton___145d {
    padding-right: 12px;
    padding-left: 12px;
  }

  .EnterpriseHome_hero__iq4xS {
    min-height: 420px;
    padding: 134px 20px 68px;
  }

  .EnterpriseHome_heroPattern___Hlvi {
    background-position: 58% bottom;
  }

  .EnterpriseHome_hero__iq4xS h1 {
    max-width: 340px;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 42px;
  }

  .EnterpriseHome_hero__iq4xS p {
    font-size: 16px;
    line-height: 26px;
  }

  .EnterpriseHome_hero__iq4xS p br {
    display: none;
  }

  .EnterpriseHome_casesSection__SEVR2 {
    padding-right: 16px;
    padding-bottom: 72px;
    padding-left: 16px;
  }

  .EnterpriseHome_filters__BkHdt {
    width: 100%;
    justify-content: flex-start;
  }

  .EnterpriseHome_caseGrid__cDFHd {
    grid-template-columns: 1fr;
  }

  .EnterpriseHome_caseCard__CEqlv {
    height: auto;
    min-height: 381px;
  }

  .EnterpriseHome_contactSection__xyNRS {
    width: calc(100% - 32px);
    margin-bottom: 64px;
    padding: 24px 18px;
  }

  .EnterpriseHome_contactIntro__3qLOR h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .EnterpriseHome_serviceList___bFL2 {
    padding: 18px;
  }

  .EnterpriseHome_serviceCopy__4uVW_ strong {
    font-size: 14px;
  }

  .EnterpriseHome_serviceCopy__4uVW_ small {
    font-size: 12px;
  }

  .EnterpriseHome_footer__YW3QK {
    width: calc(100% - 32px);
    padding-bottom: 36px;
    font-size: 13px;
  }

  .EnterpriseHome_footer__YW3QK > span:last-child {
    flex-direction: column;
    gap: 4px;
  }
}

