body {
  background: #f4f6fb;
}

.enterprise-page {
  width: 100%;
  box-sizing: border-box;
  padding:0 0 2rem 0;
}

.enterprise-hero {
  width: 100%;
  /* max-width: 120rem;
  min-height: 55.75rem; */
  margin: 0 auto;
  padding: 10rem 0 12rem 8.25rem;
  box-sizing: border-box;
  color: #ffffff;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 33%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0) 100%),
    url("../images/enterprise/enterprise_bgm.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.enterprise-hero h1 {
  margin: 0;
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 600;
}

.enterprise-hero p {
  margin: 2.625rem 0 0;
  font-size: 1.50rem;
  line-height: 1.5;
  font-weight: 500;
}

.enterprise-hero-btn {
  width: 12rem;
  height: 3.0rem;
  margin-top: 5.5rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: none;
  background: linear-gradient(90deg, #467cff 0%, #1235ff 100%);
  box-shadow: 0 0.75rem 1.75rem rgba(18, 53, 255, 0.28);
}

.enterprise-advantages {
  width: min(82%, 90rem);
  margin: -5.25rem auto 0;
  padding: 2rem 2.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0.875rem 2rem rgba(16, 24, 40, 0.08);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.enterprise-advantage-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.enterprise-advantage-item img {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}

.enterprise-advantage-copy h3 {
  margin: 0;
  color: #111827;
  font-size: 1.0rem;
  line-height: 1.45;
  font-weight: 600;
}

.enterprise-advantage-copy p {
  margin: 0.5rem 0 0;
  color: rgba(17, 24, 39, 0.62);
  font-size: 0.75rem;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .enterprise-page {
    padding-left: 0;
    padding-right: 0;
  }

  .enterprise-hero {
    min-height: 38rem;
    padding: 5rem 2rem 9rem;
    background-position: 68% center;
  }

  .enterprise-hero h1 {
    font-size: 2.5rem;
  }

  .enterprise-hero p {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }

  .enterprise-hero-btn {
    margin-top: 2.5rem;
  }

  .enterprise-advantages {
    width: calc(100% - 2rem);
    margin-top: -4rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    min-height: 100%;
  }

  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .enterprise-page {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
  }

  .enterprise-hero {
    min-height: 0;
    aspect-ratio: 750 / 365;
    padding: 36px 20px 0;
    display: flex;
    align-items: flex-start;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.22) 100%),
      url("../images/enterprise/enterprise_bgm-h5.png");
    background-position: center top;
    background-size: cover;
  }

  .enterprise-hero-content {
    /* width: 46%; */
    /* max-width: 160px; */
    padding-left: 0;
  }

  .enterprise-hero h1 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
  }

  .enterprise-hero p {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.6;
  }

  .enterprise-hero-btn {
    width: 80px;
    height: 26px;
    margin-top: 26px;
    border-radius: 6px;
    font-size: 12px;
    box-shadow: 0 6px 16px rgba(18, 53, 255, 0.22);
  }

  .enterprise-advantages {
    width: calc(100% - 32px);
    margin: 0 auto auto;
    padding: 18px 16px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    box-sizing: border-box;
  }

  .enterprise-advantage-item {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
  }

  .enterprise-advantage-item img {
    width: 36px;
    height: 36px;
  }

  .enterprise-advantage-copy h3 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
  }

  .enterprise-advantage-copy {
    flex: 1;
    min-width: 0;
  }

  .enterprise-advantage-copy p {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.5;
  }
}
