.benefits-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.benefit-card {
  flex: 0 0 calc(33.333% - 20px);
  background: #fff;
  border-radius: 12px;
  padding: 40px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 1s cubic-bezier(.4,0,.2,1);
  -ms-transition: all 1s cubic-bezier(.4,0,.2,1);
  -moz-transition: all 1s cubic-bezier(.4,0,.2,1);
  -o-transition: all 1s cubic-bezier(.4,0,.2,1);
  transition: all 1s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  min-height: 400px;
  cursor: pointer;
  will-change: transform;
}

.benefit-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #2538FF !important;
}

.benefit-icon {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  transition: border-color 0.3s ease;
}

.benefit-card:hover .benefit-icon {
  border-bottom-color: #2538FF;
}

.benefit-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-icon img {
  transform: scale(1.1);
}

.benefit-title {
  font-size: 24px;
  font-weight: 600;
  color: #15181C;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.benefit-card:hover .benefit-title {
	background: linear-gradient(270deg, #8F00FF 0%, #2538FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.benefit-desc {
  font-size: 16px;
  color: #1A2233;
  line-height: 32px;
  flex: 1;
}

.benefit-subsection {
  /* margin-bottom: 15px; */
  line-height: 1.4;
}

.benefit-subsection:last-child {
  margin-bottom: 0;
}

.benefit-subsection strong {
  color: #1A2233;
  font-weight: 600;

}
/* 传统SEO和GEO（AI SEO）的区别模块样式 */
.seo-comparison {
	padding: 60px 0;
	background: #fff;
}

.seo-comparison .container {
	max-width: 1200px;
	margin: 0 auto;
	
}

.comparison-container {
	/* display: flex; */
	height: 496px;

	align-items: stretch;
	position: relative;
}

.comparison-card {
	position: absolute;

	width:620px;
	border-radius: 16px;
	padding: 20px;

}

.traditional-seo {
	left:0;
	background: url('https://feiyougeo.cn//template/pc/skin/images/v_01.png') no-repeat ;
	background-size:cover;
	
}

.geo-seo {
	right:0;
	background: url('https://feiyougeo.cn//template/pc/skin/images/v_02.png') no-repeat ;
	background-size:cover;
	
}



.vs-divider {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	z-index: 10;
}

.vs-divider img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.card-header {
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.card-title {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.traditional-seo .card-title {
	justify-content: flex-start;
}

.geo-seo .card-title {
	justify-content: flex-end;
}

.title-icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title-text1 {
	color: #3C63FD;
}
.title-text2 {
	background: linear-gradient(270deg, #8F00FF 0%, #2538FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.title-sub-icon {
	margin-top: 2px;
}

.title-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.card-title h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

.geo-seo .card-title h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	text-align: right;
}



.platform-icons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 15px;
}

.traditional-seo .platform-icons {
	justify-content: flex-start;
}

.geo-seo .platform-icons {
	justify-content: flex-end;
}



.card-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 470px;
}
.geo-seo .card-content {
	justify-content: flex-end;
	text-align: right;
    margin-left: auto;
	max-width: 500px;
}
.content-section {
	width: 100%;
	padding: 12px;
	min-height: 110px;
	border-radius: 12px;
	opacity: 1;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 98%);
}
.content-section h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #15181C;
	position: relative;
}
.content-section h4::before{
	content: '';
	position: absolute;
	bottom: -4px;
	width: 64px;
	height: 1px;
	background: #ddd;
} 
.geo-seo .content-section h4::before{
	content: '';
	position: absolute;
	bottom: -4px;
	right: 0!important;
	width: 64px;
	height: 1px;
	background: #ddd;
} 

.content-section p {
	font-size: 12px;
	line-height: 18px;
	color: #15181C;
	margin: 0;
}
.service-title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.service-title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #15181C;
  ;
  margin-bottom: 15px;
  position: relative;
}
/* 为什么选择飞柚模块 begin */
.why-choose-feiyou {
	padding: 60px 0 120px 0;
	background: #F7F9FB;
}

.why-choose-feiyou .container {
	max-width: 1200px;
	margin: 0 auto;
	
}

.why-choose-feiyou .service-title {
	text-align: center;
	margin-bottom: 40px;
}

.why-choose-feiyou .service-title h2 {
	font-size: 36px;
	font-weight: bold;
	color: #1A2233;
	margin-bottom: 20px;
}

.why-choose-feiyou .service-title .p {
	font-size: 16px;
	color: #15181C;
	line-height: 1.6;
	max-width: 640px;
}

.feiyou-advantages {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	font-family: 'AlibabaPuHuiTi';
	box-sizing: border-box;
}

.advantage-card {
	background: #fff;
	border-radius: 16px;
	padding: 20px 24px;
	text-align: center;
	position: relative;
	transition: all 1s cubic-bezier(.4,0,.2,1);
	will-change: transform;
	border: 1px solid transparent;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.advantage-card:hover {
	transform: translateY(-10px) !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
	border: 1px solid #2538FF !important;
}

.advantage-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
}

.advantage-icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.advantage-title {
	font-size: 20px;
	font-weight: bold;
	color: #1A2233;
	margin: 0 0 20px 0;
}

.advantage-desc {
	margin-bottom: 30px;
	color: rgba(21, 24, 28, 0.7)

}

.advantage-desc p {
	font-size: 14px;
	color: rgba(21, 24, 28, 0.7);
	line-height: 1.8;
	text-align: center;
	height: 180px;
	margin: 0;
}

.highlight-number {
	background: linear-gradient(270deg, #8F00FF 0%, #2538FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	font-weight: bold;
	font-size: 16px;
}

.advantage-action {
	margin-top: auto;
}

.consult-btn {
	display: inline-block;
	width: 132px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(26, 34, 51,0.1);
	border-radius: 25px;
	background: linear-gradient(270deg, #8F00FF 0%, #2538FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.consult-btn:hover {
	background: linear-gradient(270deg, #8F00FF 0%, #2538FF 100%);
	color: #fff !important;
	-webkit-text-fill-color: aliceblue;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgb(146 148 241);
}
.consult-btn :visited{
	color: #fff;
}