.compatibility-page {
  background: #fff;
  min-width: 1200px;
}

.compatibility-page .company {
  display: none;
}

.compatibility-page .banner11 {
  background-image: url(../images/compatibility/banner.png);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 3840 / 1400;
}

.compatibility-page .head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  z-index: 10;
}

.compatibility-page .banner11 .compat-banner-inner span,
.compatibility-page .banner11 .compat-banner-tag {
  display: inline-flex;
  margin: 0;
  animation: none;
  opacity: 1;
}

.compatibility-page .compat-banner-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-align: left;
}

.compat-banner-tag {
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 27px;
  border: 1px solid #ffd630;
  color: #ffd630;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.compat-banner-title {
  margin: 24px 0 0;
  color: #fff;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 86px;
}

.compat-banner-subtitle {
  display: inline-block;
  margin: 0;
  background: linear-gradient(90deg, #ce5dff 0%, #ce5dff 28%, #03cdff 72%, #03cdff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 86px;
}

.compatibility-page .compat-banner-desc,
.compat-banner-desc {
  margin: 20px 0 0;
  float: none;
  width: auto;
  max-width: 520px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.compat-main {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 100px;
  box-sizing: border-box;
  min-height: 240px;
}

.compat-features {
  display: flex;
  gap: 10px;
  margin: 90px 0;
}

.compat-feature {
  flex: 1;
  min-width: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}

.compat-feature-img {
  display: block;
  width: 100%;
  height: auto;
}

.compatibility-page .compat-feature-title,
.compat-feature-title {
  margin: 36px 0 0;
  padding: 0 28px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.compatibility-page .compat-feature-desc,
.compat-feature-desc {
  margin: 24px 0 0;
  padding: 0 28px 28px;
  float: none;
  width: auto;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.compat-vendors {
  margin-top: 90px;
}

.compatibility-page .compat-vendors-title,
.compat-vendors-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.9);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.compatibility-page .compat-vendors-subtitle,
.compat-vendors-subtitle {
  margin: 30px 0 0;
  float: none;
  width: auto;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.compat-vendors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 50px;
}

.compat-vendor {
  aspect-ratio: 1188 / 280;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 28px;
}

.compat-vendor-body {
  max-width: 62%;
  text-align: left;
}

.compatibility-page .compat-vendor-name,
.compat-vendor-name {
  margin: 0;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
}

.compatibility-page .compat-vendor-desc,
.compat-vendor-desc {
  margin: 8px 0 0;
  float: none;
  width: auto;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.compat-vendor-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 0 10px;
  height: 24px;
  border-radius: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  box-sizing: border-box;
}

.compat-vendor-tag.is-native {
  color: #2f6bff;
  background: rgba(47, 107, 255, 0.12);
}

.compat-vendor-tag.is-certified {
  color: #1a9f5c;
  background: rgba(26, 159, 92, 0.12);
}

.compat-vendor-more .compat-vendor-body {
  max-width: 70%;
}

.compat-vendor-more .compat-vendor-name {
  font-weight: 500;
}

.compat-custom {
  width: 100%;
  height: 500px;
  padding: 22px 0;
  box-sizing: border-box;
  background: #f2f6fd;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.compat-custom-panel {
  position: relative;
  width: 1200px;
  height: 100%;
  display: flex;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(47, 107, 255, 0.06);
}

.compat-custom-content {
  position: relative;
  z-index: 1;
  width: 58%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 36px 80px 36px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 38%,
    rgba(255, 255, 255, 0.92) 52%,
    rgba(255, 255, 255, 0.55) 72%,
    rgba(255, 255, 255, 0.18) 88%,
    transparent 100%
  );
}

.compat-custom-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.compatibility-page .compat-custom-title,
.compat-custom-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.9);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.compat-custom-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 26px;
  padding: 0 10px;
  border-radius: 4px;
  background: #4b8dff;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  box-sizing: border-box;
}

.compatibility-page .compat-custom-desc,
.compat-custom-desc {
  margin: 16px 0 0;
  float: none;
  width: auto;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.compat-custom-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.compat-custom-list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 28px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.compat-custom-list li:last-child {
  margin-bottom: 0;
}

.compat-custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3b82f6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M6.5 11.2L3.3 8l1.1-1.1 2.1 2.1 4.9-4.9L12.5 5.2z'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
}

.compat-custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  width: 120px;
  height: 40px;
  border-radius: 6px;
  background: #3b82f6;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  transition: background 0.2s ease;
}

.compat-custom-btn:hover {
  background: #2563eb;
  color: #fff;
}

.compat-custom-visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  background: url(../images/compatibility/footer1.png) no-repeat right center;
  background-size: cover;
}

.compat-footer-banner {
  width: 100%;
  height: 200px;
  background: url(../images/compatibility/footer.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.compat-footer-banner-inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.compatibility-page .compat-footer-banner-title,
.compat-footer-banner-title {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.compatibility-page .compat-footer-banner-desc,
.compat-footer-banner-desc {
  margin: 16px auto 0;
  float: none;
  width: auto;
  max-width: 900px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
