.gap-box {
  background-color: #fff;
  height: 72px;
}
.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #333;
}
.ai-application-development-reason {
  padding: 60px 0;
  background: #f8f9fa;
}
.ai-application-development-reason .section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin: -10px 0 40px;
}
.ai-application-development-reason .reason-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #cccccc;
  padding: 30px;
  height: 100%;
}
.ai-application-development-reason .reason-card:hover .icon img {
  transform: scale(1.1);
}
.ai-application-development-reason .reason-card .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.ai-application-development-reason .reason-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.ai-application-development-reason .reason-card h3 {
  font-size: 26px;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 15px;
}
.ai-application-development-reason .reason-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.ai-application-process {
  padding: 60px 0;
  background: url(../images/sid.png) no-repeat #fbfbfb right bottom;
  background-size: 60% 40%;
}
.ai-application-process .section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin: -10px 0 40px;
}
.ai-application-process .process-card {
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 8px;
}
.ai-application-process .process-card:hover .icon img {
  transform: scale(1.1);
}
.ai-application-process .process-card .icon {
  display: flex;
  align-items: center;
}
.ai-application-process .process-card .icon img {
  width: 50px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.ai-application-process .process-card .icon h3 {
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
  color: #121212;
}
.ai-application-process .process-card p {
  font-size: 15px;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 1.5;
  margin: 10px 0 20px 0;
}
.ai-application-process .process-card a:hover {
  border-color: var(--primary-color) !important;
}
.try-demo {
  padding: 100px 0;
}
.try-demo .demo-wrapper {
  background: linear-gradient(to right, #0086d1, #00a8e8);
  padding: 100px 70px;
  border-radius: 35px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}
.try-demo .demo-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,...") center / cover;
  opacity: 0.1;
}
.try-demo .demo-wrapper .demo-content {
  position: relative;
  z-index: 2;
}
.try-demo .demo-wrapper .demo-content p {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
  color: #fff;
}
.try-demo .demo-wrapper .demo-btns .layui-btn {
  height: 54px;
  line-height: 54px;
  padding: 0 50px;
  font-size: 18px;
  border-radius: 27px;
  min-width: 180px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
}
.try-demo .demo-wrapper .demo-btns .layui-btn:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #0086d1;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}
.try-demo .demo-wrapper .demo-btns .layui-btn.layui-btn-primary {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  backdrop-filter: blur(10px);
  border: none;
}
.try-demo .demo-wrapper .demo-btns .layui-btn.layui-btn-primary:hover {
  background: #fff;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}
