.bf-policy-btn-color {
  background: #3F61FF;
}

/* 理赔流程容器样式 */
.bf-claim-process-container {
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
}

.bf-claim-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  /* margin-bottom: 40px; */
}

/* 向下箭头单独行样式 */
.bf-arrow-down-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  /* margin: 20px 0 40px 0; */
}

/* 向下箭头占位元素 - 用于对齐 */
.bf-arrow-placeholder {
  flex: 1;
  max-width: 320px;
}

/* 向下箭头容器 */
.bf-arrow-down-container {
  /* flex: 1;
  max-width: 320px;
  display: flex; */
  justify-content: flex-start;
}

/* 垂直分割线样式 */
.bf-pc-cs-card-gp-box .hr-vl-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 400px; /* 给分割线容器一个最小高度 */
}

.bf-pc-cs-card-gp-box .hr-vl-line::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50px; /* 使用固定像素值而不是百分比 */
  bottom: 50px;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 10%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0.3) 90%,
    transparent 100%
  );
  transform: translateX(-50%);
  border-radius: 1px;
}

/* 添加发光效果 */
.bf-pc-cs-card-gp-box .hr-vl-line::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 60px; /* 使用固定像素值 */
  bottom: 60px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255, 255, 255, 0.9) 20%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.9) 80%,
    transparent 100%
  );
  transform: translateX(-50%);
  box-shadow: 
    0 0 10px rgba(255, 255, 255, 0.5),
    0 0 20px rgba(255, 255, 255, 0.3),
    0 0 30px rgba(255, 255, 255, 0.1);
  border-radius: 0.5px;
}

/* 卡片样式 */
.bf-claim-card {
  /* display: flex;
  flex: 1;
  max-width: 320px; */
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  flex-direction: column; /* 垂直布局 */
}

.bf-claim-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* 卡片颜色主题 */
.bf-claim-blue {
  background: rgba(63, 162, 255, 0.1);
}

.bf-claim-green {
  background: rgba(64, 223, 109, 0.1);
}

.bf-claim-yellow {
  background: rgba(248, 208, 4, 0.1);
}

.bf-claim-pink {
  background: rgba(243, 20, 107, 0.05);
}

.bf-claim-purple {
  background: rgba(220, 4, 248, 0.1);
}

/* 图标样式 */
.bf-claim-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: white;
}

/* 标题样式 */
.bf-claim-title {
  color: #000;
  margin-bottom: 15px;
}

.bf-claim-blue .bf-claim-title {
  color: rgb(63, 162, 255);
}

.bf-claim-green .bf-claim-title {
  color: rgb(64, 223, 109);
}

.bf-claim-yellow .bf-claim-title {
  color: rgb(248, 208, 4);
}

.bf-claim-pink .bf-claim-title {
  color: rgb(243, 20, 107);
}

.bf-claim-purple .bf-claim-title {
  color: rgb(220, 4, 248);
}

/* 描述文字样式 */
.bf-claim-description {
  margin: 0;
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6; /* 限制为6行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
}

.bf-claim-ad-icon-one,
.bf-claim-ad-icon-two,
.bf-claim-ad-icon-three,
.bf-claim-ad-icon-four,
.bf-claim-ad-icon-five,
.bf-claim-ad-icon-six {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bf-claim-ad-icon-one {
  background-image: url("../../images/bytesforce/2025-09-15/home/bf-page-cad-section-icons-1.png");
}

.bf-claim-ad-icon-two {
  background-image: url("../../images/bytesforce/2025-09-15/home/bf-page-cad-section-icons-2.png");
}

.bf-claim-ad-icon-three {
  background-image: url("../../images/bytesforce/2025-09-15/home/bf-page-cad-section-icons-3.png");
}

.bf-claim-ad-icon-four {
  background-image: url("../../images/bytesforce/2025-09-15/home/bf-page-cad-section-icons-4.png");
}

.bf-claim-ad-icon-five {
  background-image: url("../../images/bytesforce/2025-09-15/home/bf-page-cad-section-icons-5.png");
}

.bf-claim-ad-icon-six {
  background-image: url("../../images/bytesforce/2025-09-15/home/bf-page-cad-section-icons-6.png");
}

/* 箭头样式 */
.bf-claim-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  position: relative;
  overflow: hidden;
  height: 100%; /* 占满容器高度，与卡片等高 */
}

.bf-arrow-right,
.bf-arrow-left {
  width: 80px;
  height: auto; /* SVG本身的高度 */
}

.bf-arrow-down {
  width: 50px;
  height: auto; /* SVG本身的高度 */
}

.bf-arrow-svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

/* 炫酷的箭头动画效果 */
.bf-claim-arrow::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(74, 144, 226, 0.2), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  z-index: 1;
}

.bf-claim-arrow:hover::before {
  transform: translateX(100%);
}

/* 右箭头动画 */
.bf-arrow-right:hover .bf-arrow-svg {
  transform: translateX(5px);
  filter: drop-shadow(0 0 8px rgba(74, 144, 226, 0.6));
}

.bf-arrow-right .bf-arrow-svg path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: drawArrowRight 2s ease-in-out infinite;
}

@keyframes drawArrowRight {
  0% {
    stroke-dashoffset: 100;
    opacity: 0.3;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: -100;
    opacity: 0.3;
  }
}

/* 左箭头动画 */
.bf-arrow-left:hover .bf-arrow-svg {
  transform: translateX(-5px);
  filter: drop-shadow(0 0 8px rgba(74, 144, 226, 0.6));
}

.bf-arrow-left .bf-arrow-svg path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: drawArrowLeft 2s ease-in-out infinite;
}

@keyframes drawArrowLeft {
  0% {
    stroke-dashoffset: 100;
    opacity: 0.3;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: -100;
    opacity: 0.3;
  }
}

/* 向下箭头动画 */
.bf-arrow-down:hover .bf-arrow-svg {
  transform: translateY(5px);
  filter: drop-shadow(0 0 8px rgba(74, 144, 226, 0.6));
}

.bf-arrow-down .bf-arrow-svg path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: drawArrowDown 2s ease-in-out infinite;
}

@keyframes drawArrowDown {
  0% {
    stroke-dashoffset: 100;
    opacity: 0.3;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: -100;
    opacity: 0.3;
  }
}

/* 箭头脉冲效果 */
.bf-claim-arrow::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(74, 144, 226, 0.3);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
  z-index: 0;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8);
    opacity: 1;
  }
}

/* 鼠标悬停时的整体效果 */
.bf-claim-arrow:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* 渐变背景动画 */
.bf-claim-arrow:hover::after {
  background: linear-gradient(45deg, #4A90E2, #63A4FF, #4A90E2);
  background-size: 200% 200%;
  animation: gradientShift 1.5s ease infinite, pulse 2s ease-in-out infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* 响应式设计 - 平板 */
@media (max-width: 1024px) {
  .bf-claim-process-container {
    padding: 60px 20px;
  }
  
  .bf-claim-row {
    gap: 8px;
  }
  
  .bf-claim-card {
    /* max-width: 280px; */
    /* height: 280px; 平板端固定高度 */
    padding: 25px 20px;
  }
  
  .bf-claim-title {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .bf-pc-cs-card-gp-box .hr-vl-line {
    display: none;
  }
}

/* 响应式设计 - 移动端 */
@media (max-width: 768px) {
  .bf-claim-process-container {
    padding: 40px 15px;
  }
  
  .bf-claim-row {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
  .bf-claim-row-reverse {
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 20px;
  }
  
  .bf-claim-card {
    /* max-width: 100%; */
    height: auto; /* 移动端允许自适应高度 */
    padding: 25px;
  }
  
  .bf-arrow-right {
    transform: rotate(90deg);
    width: 50px;
    height: auto;
  }

  .bf-arrow-left {
    transform: rotate(-90deg);
    width: 50px;
    height: auto;
  }
  
  .bf-arrow-down-row {
    display: none; /* 移动端隐藏向下箭头行 */
  }
  
  .bf-claim-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .bf-claim-title {
    font-size: 16px;
  }
}

/* 响应式设计 MIN SCREEN */
@media (min-width: 576px) {
  .ml-30 {
    margin-left: 1.875rem;
  }
}