
.products-header {
    position: relative;
    z-index: 2;
}

.header-content {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    width: 100%;
}

.header-left {
    flex: 0 0 auto;
    min-width: 350px;
}

.header-right {
    flex: 1;
    max-width: calc(100% - 430px);
    margin-left: 120px;
}

.products-title {
    font-size: 8rem;
    font-weight: 800;
    color: #2d3748;
    margin: 0;
    line-height: 0.9;
    letter-spacing: -0.03em;
    font-family: 'Inter', sans-serif;
}

.products-subtitle {
    font-size: 1.5rem;
    color: #64748b;
    margin: 15px 0 0 0;
    font-weight: 400;
}

.solutions-info {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    backdrop-filter: none;
    box-shadow: none;
    position: relative;
    overflow: visible;
}

.solutions-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #6366f1;
    margin: 0 0 20px 0;
}

.solutions-description {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #64748b;
    margin: 0;
    position: relative;
    z-index: 2;
}


/* 产品页面主容器 */
.products-main {
  padding-top: 80px;
  /* 导航栏高度 */
}

.products-main .header-right {
  max-width: calc(100% - 30px);
  margin: 0;
}

/* 产品中心头部 */
.products-hero {
  padding: 80px 0 60px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* 浮动的毛玻璃球 - 限制在products区域 */
.products-hero::after {
  content: '';
  position: absolute;
  top: 15%;
  left: 8%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, rgba(139, 92, 246, 0.08) 50%, transparent 70%);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: floatGlassBall1 15s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.products-hero .glass-ball-2 {
  position: absolute;
  top: 55%;
  right: 12%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.11) 0%, rgba(59, 130, 246, 0.07) 50%, transparent 70%);
  backdrop-filter: blur(18px);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  animation: floatGlassBall2 20s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.products-hero .glass-ball-3 {
  position: absolute;
  top: 25%;
  right: 8%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.09) 0%, rgba(99, 102, 241, 0.06) 50%, transparent 70%);
  backdrop-filter: blur(15px);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  animation: floatGlassBall3 18s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.products-hero .glass-ball-4 {
  position: absolute;
  top: 70%;
  left: 45%;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, rgba(99, 102, 241, 0.05) 50%, transparent 70%);
  backdrop-filter: blur(12px);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.18);
  animation: floatGlassBall4 22s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.products-hero .glass-ball-5 {
  position: absolute;
  top: 80%;
  left: 5%;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.06) 50%, transparent 70%);
  backdrop-filter: blur(14px);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.22);
  animation: floatGlassBall5 25s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.products-hero .glass-ball-6 {
  position: absolute;
  top: 20%;
  left: 65%;
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, rgba(99, 102, 241, 0.05) 50%, transparent 70%);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  animation: floatGlassBall6 19s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes floatGlassBall1 {

  0%,
  100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.8;
  }

  25% {
    transform: translateY(-30px) translateX(25px) scale(1.1);
    opacity: 0.6;
  }

  50% {
    transform: translateY(40px) translateX(-15px) scale(0.9);
    opacity: 0.9;
  }

  75% {
    transform: translateY(-20px) translateX(30px) scale(1.05);
    opacity: 0.7;
  }
}

@keyframes floatGlassBall2 {

  0%,
  100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.7;
  }

  30% {
    transform: translateY(35px) translateX(-30px) scale(1.2);
    opacity: 0.5;
  }

  60% {
    transform: translateY(-45px) translateX(20px) scale(0.8);
    opacity: 0.8;
  }

  90% {
    transform: translateY(25px) translateX(-35px) scale(1.1);
    opacity: 0.6;
  }
}

@keyframes floatGlassBall3 {

  0%,
  100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.6;
  }

  20% {
    transform: translateY(-50px) translateX(35px) scale(1.3);
    opacity: 0.4;
  }

  40% {
    transform: translateY(30px) translateX(-40px) scale(0.7);
    opacity: 0.8;
  }

  80% {
    transform: translateY(-25px) translateX(30px) scale(1.1);
    opacity: 0.5;
  }
}

@keyframes floatGlassBall4 {

  0%,
  100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.5;
  }

  35% {
    transform: translateY(-35px) translateX(40px) scale(0.9);
    opacity: 0.7;
  }

  65% {
    transform: translateY(25px) translateX(-30px) scale(1.2);
    opacity: 0.4;
  }

  85% {
    transform: translateY(-30px) translateX(45px) scale(1.05);
    opacity: 0.6;
  }
}

@keyframes floatGlassBall5 {

  0%,
  100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.6;
  }

  20% {
    transform: translateY(-60px) translateX(50px) scale(1.1);
    opacity: 0.8;
  }

  40% {
    transform: translateY(50px) translateX(-35px) scale(0.8);
    opacity: 0.4;
  }

  60% {
    transform: translateY(-35px) translateX(40px) scale(1.3);
    opacity: 0.7;
  }

  80% {
    transform: translateY(65px) translateX(-25px) scale(0.9);
    opacity: 0.5;
  }
}

@keyframes floatGlassBall6 {

  0%,
  100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.7;
  }

  25% {
    transform: translateY(40px) translateX(-35px) scale(1.2);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-35px) translateX(30px) scale(0.7);
    opacity: 0.9;
  }

  75% {
    transform: translateY(30px) translateX(-40px) scale(1.1);
    opacity: 0.6;
  }
}
/* 产品展示区域 */
.products-showcase {
  padding: 80px 0;
  background: white;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

/* 产品卡片 */
.product-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow:
    0 20px 50px rgba(99, 102, 241, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  position: relative;
}

.product-card:hover {
  box-shadow:
    0 30px 60px rgba(99, 102, 241, 0.15),
    0 0 40px rgba(99, 102, 241, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  border-color: rgba(99, 102, 241, 0.2);
}

/* 产品图片区域 */
.product-image {
  position: relative;
  height: 280px;
  /* 默认高度 */
  overflow: hidden;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}


@media (max-width: 768px) {
  .product-image {
    height: 240px;
    /* 平板屏幕 */
  }
}


.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-img {
  transform: scale(1.05);
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
  opacity: 1;
}

.product-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #6366f1;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.2);
}

/* 产品内容 */
.product-content {
  padding: 30px 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
}

.product-info {
  flex: 1;
}

.product-category {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #6366f1;
  background: rgba(99, 102, 241, 0.1);
  padding: 4px 12px;
  border-radius: 15px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.product-summary {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}

/* 产品详情 */
.product-details {
  padding: 15px 30px 30px;
  border-top: 1px solid rgba(226, 232, 240, 0.5);
  margin-top: 0;
  display: block !important;
}

.product-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

/* 技术优势区域 */
.tech-advantages-area {
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.8s ease;
  backdrop-filter: blur(20px);
  box-shadow:
    0 20px 50px rgba(99, 102, 241, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.tech-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.tech-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(40px);
}

.tech-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.1);
}

.tech-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
  flex-shrink: 0;
}

.tech-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px 0;
}

.tech-content p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* 服务优势区域 */
.service-advantages-area {
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  box-shadow:
    0 20px 50px rgba(99, 102, 241, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateX(80px);
  transition: all 0.8s ease;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* 技术与服务优势区域 */
.advantages-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
}

.advantages-section .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.advantages-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.subsection-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #6366f1;
  margin-bottom: 40px;
  text-align: center;
}

/* 服务卡片 */
.service-card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 30px;
  backdrop-filter: blur(20px);
  box-shadow:
    0 15px 40px rgba(99, 102, 241, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 20px 50px rgba(99, 102, 241, 0.1),
    0 0 30px rgba(99, 102, 241, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  border-color: rgba(99, 102, 241, 0.2);
}

.service-card:hover::before {
  opacity: 1;
}

/* 服务头部 */
.service-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.service-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: white;
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
  flex-shrink: 0;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.3;
}

/* 服务内容 */
.service-content {
  margin-left: 0;
  margin-top: 15px;
}

.service-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0 0 20px 0;
}

/* 服务特性点 */
.service-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.feature-point {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #475569;
}

.feature-point i {
  color: #6366f1;
  font-size: 0.8rem;
  width: 14px;
  height: 14px;
  background: rgba(99, 102, 241, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-point span {
  font-weight: 500;
}


.products-title {
  font-size: 8rem;
  font-weight: 800;
  color: #2d3748;
  margin: 0;
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-family: 'Inter', sans-serif;
}



@media (max-width: 768px) {
  .products-hero {
    padding: 60px 0 40px;
  }

  .header-content {
    gap: 30px;
    flex-direction: column;
  }

  .products-title {
    font-size: 4rem;
  }

  .solutions-info {
    padding: 35px;
    backdrop-filter: blur(25px);
  }

  .solutions-title {
    font-size: 1.5rem;
  }

  .products-showcase {
    padding: 60px 0;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .advantages-section {
    padding: 60px 2%;
  }

  .advantages-section .section-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .advantages-layout {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .tech-advantages-area,
  .service-advantages-area {
    padding: 30px 20px;
  }

  .tech-item {
    padding: 15px;
  }

  .service-card {
    padding: 25px;
  }
}
