@charset "utf-8";
/* 功能展示样式 */
.openclaw-banner {
  padding: 160px 0 80px;
  background-color: #f3f7fe;
  background-image: url(../images/banner.webp);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
}
.openclaw-banner h1 {
  font-size: 34px;
  margin-bottom: 40px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.openclaw-banner h1 span {
  color: #FFED01;
}
.openclaw-banner .subtitle {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
  opacity: 0.7;
}
.openclaw-banner .subtitle span {
  color: #FFED01;
}
.openclaw-banner .banner-btn-list {
  display: flex;
  justify-content: center;
  grid-gap: 24px;
  margin-bottom: 100px;
}
.openclaw-banner .banner-btn-list .banner-btn {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 56px;
  border-radius: 28px;
  background: #ffffff;
  font-size: 18px;
  line-height: 54px;
  border: 1px solid transparent;
  color: #FF4444;
  text-align: center;
}
.openclaw-banner .banner-btn-list .banner-btn:first-child:hover {
  background: #FFED01;
}
.openclaw-banner .banner-btn-list .banner-btn:nth-child(2) {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.openclaw-banner .features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.openclaw-banner .features-grid .feature-card {
  width: 100%;
  max-width: 268px;
  height: 268px;
  border-radius: 12px ;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.openclaw-banner .features-grid .feature-card:hover {
  background-color: #fff;
  color: #181E25;
}
.openclaw-banner .features-grid .feature-card:hover .feature-icon {
  background-color: rgba(255, 68, 68, 0.1);
}
.openclaw-banner .features-grid .feature-card:hover .feature-icon i {
  font-size: 24px;
  color: #FF4444;
}
.openclaw-banner .features-grid .feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.1);
}
.openclaw-banner .features-grid .feature-icon i {
  font-size: 24px;
  color: #fff;
}
.openclaw-banner .features-grid .feature-icon img {
  width: 28px;
  height: auto;
}
.openclaw-banner .features-grid .feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.openclaw-banner .features-grid .feature-card p {
  opacity: 0.7;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
section {
  padding: 60px 0 80px;
}
.auto-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.auto-container .section-title {
  text-align: center;
  margin: 0 auto 64px;
  color: #000;
}
.auto-container .section-title h2 {
  font-size: 40px;
  margin-bottom: 16px;
}
.auto-container .section-title p {
  opacity: 0.7;
  font-size: 16px;
}
.bg-light .rounded-full {
  background-color: rgba(255, 68, 68, 0.1) !important;
}
.flex-img {
  display: flex;
  align-items: center;
}
.flex-img .img-col {
  width: 24px;
  margin-right: 5px;
}
.content-auto {
  content-visibility: auto;
}
.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card-hover {
  transition: all 0.3s ease;
  box-shadow: none !important;
}
.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: none !important;
}
.model-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 0 auto 8px;
}
.exclusive-badge {
  display: inline-block;
  background-color: #FFED01;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  margin-left: 6px;
  border-radius: 12px;
}
#merit {
  background-image: url(../images/merit-bg.webp);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
}
#features {
  background-image: url(../images/features-bg.webp);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
}
#faq {
  background-image: url(../images/faq-bg.webp);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
}
#pricing {
  background-image: url(../images/price-main-bg.webp);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
}
/* CTA样式 */
.cta-section {
  padding: 60px 0;
  background-image: url(../images/used-bg.webp);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
}
.version-selected-list {
  position: relative;
}
.version-selected-list:hover .version-selected-config-modal {
  display: block;
}
.version-selected-list .selected-version-cell {
  width: 100%;
  background-color: #fff;
}
.version-selected-list .selected-version-cell i {
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.version-selected-list .version-selected-config-modal {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  padding-top: 10px;
  display: none;
  z-index: 1000;
}
.version-selected-list .version-selected-config {
  background: #fff;
  border: 1px solid #dde3ee;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.version-selected-list .version-selected-config .version-selected-config-cont {
  background-color: #fff;
  color: #000;
}
.version-selected-list .version-selected-config .version-selected-config-cont .version-selected-item {
  padding: 0 16px;
  font-size: 16px;
  line-height: 48px;
}
.version-selected-list .version-selected-config .version-selected-config-cont .version-selected-item:hover {
  background-color: rgba(231, 205, 205, 0.15);
  color: #FF4444;
}
.version-selected-list .version-selected-config .version-selected-config-cont .version-selected-item.selected {
  background-color: rgba(231, 179, 179, 0.15);
  color: #FF4444;
}
.fa-check {
  color: #624aff !important;
}
.qrcode-index-popup {
  position: relative;
}
.qrcode-index-popup:hover .qrcode-index-popup-content {
  display: block;
}
.qrcode-index-popup .qrcode-index-popup-content {
  position: absolute;
  left: 50%;
  top: 64px;
  transform: translateX(-50%);
  display: none;
}
.qrcode-index-popup .qrcode-index-popup-content .img {
  width: 320px;
  max-width: 320px;
  height: 320px;
}
.cta-section .qrcode-list-box {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 40px;
}
.cta-section .qrcode-list-box .qrcode-col-box {
  display: flex;
  flex-shrink: 1 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.cta-section .qrcode-list-box .qrcode-col-box:last-child {
  margin-right: 0;
}
.cta-section .qrcode-list-box .qrcode-col-box img {
  width: 88px;
  height: 88px;
  border-radius: 8px;
}
.cta-section .qrcode-list-box .qrcode-col-box p {
  margin-top: 10px;
  opacity: 1;
}
@media (max-width: 768px) {
  .openclaw-banner {
    padding-top: 140px;
  }
  .openclaw-banner h1 {
    font-size: 32px;
    line-height: 60px;
    font-weight: 700;
  }
  .openclaw-banner .subtitle {
    font-size: 16px;
    line-height: 28px;
  }
  .openclaw-banner .scene-title {
    font-size: 30px;
  }
}
@media (max-width: 468px) {
  .openclaw-banner .features-grid .feature-card {
    max-width: 100%;
  }
}
