@charset "utf-8";
/* 功能展示样式 */
.gradient-banner {
  padding: 126px 0 60px;
  background-color: #f3f7fe;
}
.gradient-banner .gradient-banner-cont {
  display: flex;
  align-items: center;
}
.gradient-banner .gradient-banner-cont .gradient-banner-left {
  width: 600px;
  flex-shrink: 0;
}
.gradient-banner .gradient-banner-cont .gradient-banner-left h1 {
  font-size: 52px;
  margin-bottom: 16px;
  line-height: 1.25;
  font-weight: 700;
}
.gradient-banner .gradient-banner-cont .gradient-banner-left p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
  max-width: 490px;
}
.gradient-banner .gradient-banner-cont .gradient-banner-left .banner-btn-list {
  display: flex;
}
.gradient-banner .gradient-banner-cont .gradient-banner-left .banner-btn-list .btn {
  margin-right: 20px;
}
.gradient-banner .gradient-banner-cont .gradient-banner-right {
  width: 600px;
  flex-shrink: 0;
  border-radius: 12px;
}
.gradient-banner .gradient-banner-cont .gradient-banner-right img {
  width: 600px;
  height: 375px;
}
section {
  padding: 60px 0;
}
.section-title {
  text-align: center;
  margin: 0 auto 64px;
  color: #000;
}
.section-title h2 {
  font-size: 40px;
  margin-bottom: 16px;
}
.section-title p {
  opacity: 0.7;
  font-size: 16px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.features-grid .feature-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  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);
}
.features-grid .feature-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 102, 102, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.features-grid .feature-icon i {
  font-size: 20px;
  color: #ff6666;
}
.features-grid .feature-icon img {
  width: 28px;
  height: auto;
}
.features-grid .feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.features-grid .feature-card p {
  opacity: 0.7;
  font-size: 14px;
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
}
.card-hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.features-cell {
  display: grid;
  grid-template-columns: repeat(4, 168px);
  gap: 32px;
  justify-content: center;
}
.features-cell .feature-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  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);
}
.features-cell .feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto  16px;
}
.features-cell .feature-icon i {
  font-size: 28px;
  color: #ff6666;
}
.features-cell .feature-icon svg {
  font-size: 28px;
  color: #ff6666;
}
.features-cell .feature-icon img {
  width: 56px;
  height: auto;
}
.features-cell .feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
a.btn-primary {
  display: block;
  text-align: center;
  cursor: pointer;
}
.common-select-system-modal .system-list .system-item ul li input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 16px !important;
  left: 12px !important;
  width: 8px;
  height: 8px;
  background-color: #FF6666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.features-cell-action {
  margin-top: 48px;
}
.features-cell-action p {
  color: rgba(29, 33, 41, 0.7);
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
}
.features-cell-action .btn {
  margin: 0 auto;
}
.col-empty {
  height: 36px;
  opacity: 0;
}
.card-grid-list {
  display: grid;
  grid-template-columns: repeat(4, 282px);
  justify-content: space-between;
}
/* CTA样式 */
.cta-section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1920px 315px;
  background-image: url(https://cache.yisu.com/www/images/openclaw/openclaw-cta-bg.png);
}
.cta-content {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}
.cta-content h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 24px;
  text-align: center;
}
.cta-content p {
  color: 0.7;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 40px;
}
.hero-actions {
  display: flex;
  justify-content: center;
}
.hero-actions .btn {
  margin-right: 16px;
}
.hero-actions .btn:last-child {
  margin-right: 0;
}
.btn {
  display: block;
  width: 120px;
  padding: 0 16px !important;
  border-radius: 22px !important;
  line-height: 44px;
  height: 44px;
  font-size: 14px;
  border: 1px solid #ff6666;
}
.btn.btn-primary {
  background-color: #ff6666;
  color: #fff;
}
.btn.bg-white {
  background-color: #fff;
  color: #ff6666;
}
.btn.border-white {
  border-color: #ffffff;
  color: #fff;
}
#features,
#pricing {
  background-color: #f2f3f5;
}
.text-primary {
  color: #ff6666 !important;
}
.btn-outline {
  border-color: #ff6666 !important;
  color: #ff6666 !important;
}
.bg-primary {
  background-color: #ff6666 !important;
}
.border-primary {
  border-color: #ff6666 !important;
}
.btn-primary {
  background-color: #ff6666 !important;
}
