/*
Theme Name: maomao
Theme URI: https://www.imaseo.com
Author: 毛毛
Author URI: https://www.imaseo.com
Description:毛毛的自定义主题
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: my-custom-theme
*/ 
/*banner*/
/* Banner 部分 */
 
 /*================ 用户痛点模块 =================*/
.seo-consultant-section {
  padding: 80px 20px;
  background-color: #fff;
}

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

.seo-consultant-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; /* 左右垂直居中 */
  justify-content: space-between;
  gap: 40px;
}

/* 左侧图片列 */
.image-col {
  flex: 0 0 45%; /* 左侧列占 45% */
  display: flex;
  justify-content: center;
}

#image-seo {
  width: 100%;
  max-width: 400px;
  display: block;
}

/* 右侧文本列 */
.text-col {
  flex: 1; /* 右侧列自动填充剩余空间 */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 标题样式 */
.text-col h3 {
  font-size: 30px;
  font-weight: 700;
  color: #202124;
  margin-bottom: 24px;
  line-height: 1.3;
}

/* 段落 */
.text-col p {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* 列表样式 */
.text-col ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.text-col ul li {
  position: relative;
  font-size: 16px;
  color: #3c3c3c;
  padding-left: 28px;
  margin-bottom: 12px;
}

/* ✔ 符号 */
.text-col ul li:before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0;
  color: #1976d2;
  font-weight: bold;
}

/* 响应式调整 */
@media (max-width: 992px) {
  .image-col {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .seo-consultant-section .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .image-col {
    margin-bottom: 30px;
  }

  .text-col ul li {
    padding-left: 24px;
  }
}
 /*========用户痛点 end========*/
 /*==========核心用的首页模块============*/
 /*========我们的seo流程==========*/
 /* ================= 技术 SEO 流程模块 ================= */

.seo-flow-wrapper {
  padding: 60px 20px;
  background-color: #fff;
}

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

/* 模块标题，与其他模块保持一致 */
.seo-flow-wrapper h2.module-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #202124;
}

/* 流程步骤容器 */
.seo-flow-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

/* 单列步骤 */
.seo-step-col {
  padding: 0 15px;
  margin-bottom: 30px;
  flex: 0 0 25%; /* 四列布局 */
  box-sizing: border-box;
}

/* 响应式 */
@media (max-width: 992px) {
  .seo-step-col {
    flex: 0 0 50%; /* 两列 */
  }
}
@media (max-width: 576px) {
  .seo-step-col {
    flex: 0 0 100%; /* 单列 */
  }
}

/* 步骤内部 */
.seo-step-inner {
  text-align: center;
}

/* STEP 数字 */
.seo-step-number {
  color: #495583;
  font-size: 1.05rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/* STEP 标题 */
.seo-step-title {
  color: #495583;
  font-size: 1.05rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 分隔线 */
.seo-step-divider {
  margin: 10px auto;
  max-width: 70%;
  height: 1px;
  background-color: rgb(179, 186, 215);
}

/* 描述 */
.seo-step-desc {
  line-height: 1.85;
  text-align: center;
  color: #3c3c3c;
  font-size: 0.95rem;
}

/* 按钮容器 */
.seo-flow-button-row {
  text-align: center;
  margin-top: 40px;
}

/* 按钮样式 */
.seo-flow-button {
  display: inline-block;
  background-color: #1976d2;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 60px;
  border-radius: 10px;
  transition: all 0.3s;
}

.seo-flow-button:hover {
  background-color: #155fa0;
  transform: translateY(-3px);
}
 /*==========我们的seo流程=========*/
 
 
 /* ================= 技术问题雷达图模块 ================= */
.seo-radar-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

/* 模块标题 */
.seo-radar-header .module-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #202124;
  margin-bottom: 10px;
}

.seo-radar-header .seo-radar-subtitle {
  font-size: 0.95rem;
  text-align: center;
  color: #3c3c3c;
  line-height: 1.6;
}

/* 雷达项目网格 */
.seo-radar-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px -15px 0;
}

/* 单个雷达项目 */
.seo-radar-item {
  flex: 0 0 15%;
  padding: 0 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s;
  margin-left: 10px;
}

.seo-radar-item:hover {
  transform: translateY(-5px);
}

/* 项目标题 */
.seo-radar-item-title {
  font-size: 1rem;
  font-weight: bold;
  color: #495583;
  margin-bottom: 15px;
}

/* 进度条容器 */
.seo-radar-progress {
  width: 100%;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* 进度条 */
.seo-radar-bar {
  display: block;
  height: 100%;
  background-color: #1976d2;
  border-radius: 5px;
  transition: width 0.5s ease;
}

/* 项目描述 */
.seo-radar-desc {
  font-size: 0.9rem;
  color: #3c3c3c;
  line-height: 1.5;
}

/* 响应式调整 */
@media (max-width: 1200px) {
  .seo-radar-item {
    flex: 0 0 30%;
  }
}
@media (max-width: 992px) {
  .seo-radar-item {
    flex: 0 0 45%;
  }
}
@media (max-width: 576px) {
  .seo-radar-item {
    flex: 0 0 100%;
  }
}
/* ================= 技术问题雷达图模块 end ================= */


/*============案例模块==============*/

/*============案例模块 end==========*/
