    :root {
      --primary: #2563ff;
      --primary-light: #eef4ff;
      --text-main: #1f2937;
      --text-sub: #6b7280;
      --bg: #ffffff;
      --card-bg: #ffffff;
      --shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
      --shadow-hover: 0 12px 32px rgba(37, 99, 255, 0.12);
    }

/* ===== Banner ===== */
    .banner-section{
      position: relative;
      min-height: 600px;
      overflow: hidden;
      background: #f0f3fb;
    }
    .banner-section:after{
      content: "";
    position: absolute;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/crm/education-solutions-banner-bg.png) no-repeat center bottom;
    bottom: 0;
    right: 0%;
    width: 1500px;
    height: 311px;
    background-size: cover;
    z-index: 2;
  pointer-events: none;
    }
    .banner-section .inner{
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 24px 0px 24px;
      position: relative;
      z-index: 1;
    }

    .banner-section .hero {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 60px;
      min-height: 520px;
    }

    .banner-section .hero-left {
      flex: 1;
      max-width: 750px;
      transition: transform 0.5s ease;
      padding-bottom: 80px;
    }

    .banner-section .hero-left.shifted {
      transform: translateX(0);
    }

    .banner-section .hero-title {
      font-size: 44px;
      font-weight: 700;
      line-height: 1.25;
      margin-bottom: 24px;
      color: #000;
    }

    .banner-section .hero-desc {
      font-size: 17px;
      color: var(--text-sub);
      margin-bottom: 36px;
      line-height: 1.8;
    }

    .banner-section .stats {
      display: flex;
      gap: 66px;
      margin-bottom: 40px;
    }

    .banner-section .stat-item {
      display: flex;
      flex-direction: column;
      position: relative;
    }
    .banner-section .stat-item:after{
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 40px;
    background: #000;
    right: -29px;
    top: 9px;
    }
    .banner-section .stat-item:last-child:after{
       content: none;
    }
    .banner-section .stat-number {
      font-size: 36px;
      font-weight: 700;
      color: #264aee;
      line-height: 1;
    }

    .banner-section .stat-label {
      font-size: 14px;
      color: var(--text-sub);
      margin-top: 8px;
    }

    .banner-section .hero-actions {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .banner-section .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 32px;
      border-radius: 28px;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
      border: none;
      outline: none;
      text-decoration: none;
    }

    .banner-section .btn-primary {
      background: #264aee;
      color: #fff;
      box-shadow: 0 8px 24px rgba(37, 99, 255, 0.25);
    }

    .banner-section .btn-primary:hover {
      background: linear-gradient(135deg, #1a4fd6 0%, #143cb0 100%);
      transform: translateY(-2px);
      box-shadow: 0 12px 32px rgba(37, 99, 255, 0.3);
    }

    .banner-section .btn-outline {
      background: transparent;
      color: #264aee;
      border: 1.5px solid #264aee;
    }

    .banner-section .btn-outline:hover {
      background: rgba(37, 99, 255, 0.06);
    }

    .banner-section .hero-right {
      position: relative;
      width: 480px;
      flex-shrink: 0;
      transition: opacity 0.5s ease, transform 0.5s ease;
      display: flex;
    }

    .banner-section .hero-right.hidden {
      opacity: 0;
      transform: translateX(40px);
      pointer-events: none;
    }

    .banner-section .hero-bg {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: right center;
    }

@media only screen and (max-width:1440px){
.banner-section:after{right: -5%;
    width: 1108px;
    height: 230px;
}
}
    @media (max-width: 1024px) {
      .banner-section .hero {
        gap: 40px;
        align-items: stretch;
      }

     .banner-section  .hero-title {
        font-size: 30px;
      }
.banner-section .stat-number{
    font-size: 28px;
}
.banner-section .stats{
    gap: 38px;
}
.banner-section .stat-item:after{
    right: -14px;
}
.banner-section .hero-desc{
    line-height: 1.5;
}
      .banner-section .hero-right {
        width: 350px;
        height: 380px;
        bottom: -69px;
      }
.banner-section:after{
        right: 0%;
        width: 900px;
        height: 253px;
}
.banner-section .hero-left{
    padding-bottom: 38px;
}
.banner-section .hero, .banner-section{
    min-height: auto;
}
    }

    @media (max-width: 768px) {
      .banner-section .inner{
        padding: 48px 20px;
      }

      .banner-section .hero {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
      }

     .banner-section  .hero-left {
        max-width: 100%;
      }

     .banner-section  .hero-title {
        font-size: 30px;
      }

     .banner-section  .hero-desc {
        font-size: 15px;
      }

     .banner-section  .stats {
        gap: 24px;
        flex-wrap: wrap;
      }

      .banner-section .stat-number {
        font-size: 28px;
      }

     .banner-section  .hero-actions {
        width: 100%;
      }

     .banner-section  .btn {
        flex: 1;
        min-width: 140px;
        background: #f0f3fb;
      }

     .banner-section  .hero-right {
          display: none;
      }
     .banner-section:after{
        z-index: auto;
      }
    
    }

    @media (max-width: 480px) {
     .banner-section  .hero-title {
        font-size: 26px;
      }

     .banner-section  .btn {
        width: 100%;
      }
      .banner-section .stats{
          gap: 50px;
      }
      .banner-section .stat-item:after {
        right: -25px;
      }
    }
@media only screen and (max-width:420px){
     .banner-section .stats{
        gap: 28px;
     }
 .banner-section .stat-item::after {
      right: -14px;
  }
}

/* ===== Banner End===== */
/* ===== Organizations ===== */
    .organizations-section {
      padding: 80px 0;
    }

    .organizations-section .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .organizations-section .section-title {
      font-size: 32px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 56px;
      color: var(--text-main);
    }

    .organizations-section .cards {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 24px;
    }

   .organizations-section  .card {
      background: var(--card-bg);
      border-radius: 16px;
      padding: 32px 20px;
      text-align: center;
      box-shadow: var(--shadow);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: default;
    }

   .organizations-section  .card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-hover);
    }

    .organizations-section .icon-wrap {
      width: 64px;
      height: 64px;
      margin: 0 auto 18px;
      background: var(--primary-light);
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    position: relative;
    }
    .organizations-section .icon-wrap:after{
       content: "";
       position: absolute;
       width: 45px;
       height: 45px;
       background: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/crm/edu-new-icon.png);
       background-size: 300px;
    }

   .organizations-section .item1 .icon-wrap:after{
       background-position: 1px 3px;
   }

   .organizations-section .item2 .icon-wrap:after{
       background-position: -34px 3px;
   }

   .organizations-section .item3 .icon-wrap:after{
       background-position: -69px 3px;
   }

   .organizations-section .item4 .icon-wrap:after{
       background-position: -105px 3px;
       width: 42px;
   }   

  .organizations-section .item5 .icon-wrap:after{
       background-position: -140px 3px;
       width: 42px;
   }

  .organizations-section .item6 .icon-wrap:after{
       background-position: -173px 3px;
   }

  /*  .organizations-section .icon-wrap svg {
      width: 32px;
      height: 32px;
      fill: none;
      stroke: var(--primary);
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    } */

    .organizations-section .card-title {
      font-size: 15px;
      font-weight: 500;
      color: var(--text-main);
      line-height: 1.5;
    }

    @media (max-width: 1024px) {
     .organizations-section  .cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }
    }

    @media (max-width: 640px) {
      ..organizations-section {
        padding: 56px 0;
      }

     .organizations-section  .section-title {
        font-size: 26px;
        margin-bottom: 40px;
      }

      .organizations-section .cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
      }

      .organizations-section .card {
        padding: 24px 14px;
      }

     .organizations-section  .icon-wrap {
        width: 56px;
        height: 56px;
        margin-bottom: 14px;
      }

     .organizations-section  .icon-wrap svg {
        width: 28px;
        height: 28px;
      }

      .organizations-section .card-title {
        font-size: 14px;
      }
    }
@media only screen and (max-width:480px){
.organizations-section {
    padding: 50px 0 30px 0;
}
}
/* ===== Organizations End===== */
/* ===== 核心价值 ===== */
.corevalues-section {
      padding: 40px 0 80px 0;
      background-color: #ffffff;
    }

    .corevalues-section .corevalues-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* 标题区 */
    .corevalues-section .corevalues-header {
      text-align: center;
      margin-bottom: 48px;
    }

    .corevalues-section .corevalues-title {
      font-size: 36px;
      font-weight: 700;
      color: #1f2937;
      margin-bottom: 12px;
      line-height: 1.3;
    }

    .corevalues-section .corevalues-highlight {
      color: #7c3aed;
    }

    .corevalues-section .corevalues-subtitle {
      font-size: 18px;
      color: #6b7280;
      line-height: 1.6;
    }

    /* 流程步骤 */
    .corevalues-section .corevalues-steps {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin-bottom: 56px;
      flex-wrap: wrap;
    }

    .corevalues-section .corevalues-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      min-width: 120px;
    }

    .corevalues-section .corevalues-step-icon {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .corevalues-section .corevalues-step-icon svg {
      width: 32px;
      height: 32px;
      fill: none;
      stroke: #ffffff;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .corevalues-section .corevalues-step-icon--purple {
      background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    }

    .corevalues-section .corevalues-step-icon--cyan {
      background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);
    }

    .corevalues-section .corevalues-step-icon--blue {
      background: linear-gradient(135deg, #2563ff 0%, #3b82f6 100%);
    }

    .corevalues-section .corevalues-step-label {
      font-size: 14px;
      font-weight: 500;
      color: #4b5563;
      text-align: center;
    }

    .corevalues-section .corevalues-arrow {
      color: #d1d5db;
      display: flex;
      align-items: center;
      margin-top: -20px;
    }

    .corevalues-section .corevalues-arrow svg {
      width: 20px;
      height: 20px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* 价值表格 */
    .corevalues-section .corevalues-table-wrap {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    }

    .corevalues-section .corevalues-table {
      width: 100%;
      border-collapse: collapse;
      background-color: #ffffff;
    }

    .corevalues-section .corevalues-table thead {
      background: linear-gradient(90deg, #7c3aed 0%, #8b5cf6 100%);
      color: #ffffff;
    }

    .corevalues-section .corevalues-table th {
      padding: 18px 24px;
      font-size: 16px;
      font-weight: 500;
      text-align: left;
      white-space: nowrap;
      border: 1px solid #f0f0fc;
    }

    .corevalues-section .corevalues-table th:first-child {
      width: 22%;
    }

    .corevalues-section .corevalues-table th:nth-child(2) {
      width: 26%;
    }

    .corevalues-section .corevalues-table th:nth-child(3) {
      width: 50%;
    }

    .corevalues-section .corevalues-table tbody tr {
      border: 1px solid #f0f0fc;
      transition: background-color 0.2s ease;
    }

    .corevalues-section .corevalues-table tbody tr:last-child {
      border-bottom: none;
    }

    .corevalues-section .corevalues-table tbody tr:hover {
      background-color: #fafafa;
    }

.corevalues-section .corevalues-table tbody tr.corevalues-row--alt {
  background-color: #f5f5ff;
}

    .corevalues-section .corevalues-table td {
      padding: 24px;
      vertical-align: middle;
      border: 1px solid #f0f0fc;
    }

    .corevalues-section .corevalues-link {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .corevalues-section .corevalues-link-icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .corevalues-section .corevalues-link-icon svg {
      width: 24px;
      height: 24px;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .corevalues-section .corevalues-link-icon--purple {
      background-color: rgba(124, 58, 237, 0.1);
      stroke: #7c3aed;
    }

    .corevalues-section .corevalues-link-icon--cyan {
      background-color: rgba(6, 182, 212, 0.1);
      stroke: #06b6d4;
    }

    .corevalues-section .corevalues-link-icon--blue {
      background-color: rgba(37, 99, 255, 0.1);
      stroke: #2563ff;
    }

    .corevalues-section .corevalues-link-name {
      font-size: 17px;
      font-weight: 600;
      color: #1f2937;
    }

    .corevalues-section .corevalues-problem {
      font-size: 15px;
      color: #4b5563;
      line-height: 1.6;
    margin-bottom: 0;
    }

    .corevalues-section .corevalues-value {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }

    .corevalues-section .corevalues-value-icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .corevalues-section .corevalues-value-icon svg {
      width: 22px;
      height: 22px;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .corevalues-section .corevalues-value-icon--purple {
      background-color: rgba(124, 58, 237, 0.1);
      stroke: #7c3aed;
    }

    .corevalues-section .corevalues-value-icon--cyan {
      background-color: rgba(6, 182, 212, 0.1);
      stroke: #06b6d4;
    }

    .corevalues-section .corevalues-value-icon--blue {
      background-color: rgba(37, 99, 255, 0.1);
      stroke: #2563ff;
    }

    .corevalues-section .corevalues-value-content {
      flex: 1;
    }

    .corevalues-section .corevalues-value-title {
      font-size: 16px;
      font-weight: 600;
      color: #1f2937;
      margin-bottom: 6px;
      line-height: 1.4;
    }

    .corevalues-section .corevalues-value-desc {
      font-size: 14px;
      color: #6b7280;
      line-height: 1.7;
    margin-bottom: 0;
    }

    /* ===== 响应式 ===== */
    @media (max-width: 1024px) {
      .corevalues-section .corevalues-title {
        font-size: 30px;
      }

      .corevalues-section .corevalues-table th,
      .corevalues-section .corevalues-table td {
        padding: 18px 16px;
      }

      .corevalues-section .corevalues-table th:first-child,
      .corevalues-section .corevalues-table th:nth-child(2),
      .corevalues-section .corevalues-table th:nth-child(3) {
        width: auto;
      }
    }
@media only screen and (max-width:991px){
.corevalues-section .corevalues-steps{
    gap: 11px;
}
}
    @media (max-width: 768px) {
      .corevalues-section {
        padding: 56px 0;
      }

      .corevalues-section .corevalues-header {
        margin-bottom: 36px;
      }

      .corevalues-section .corevalues-title {
        font-size: 26px;
      }

      .corevalues-section .corevalues-subtitle {
        font-size: 15px;
      }

      .corevalues-section .corevalues-steps {
        gap: 12px 8px;
        margin-bottom: 40px;
      }

      .corevalues-section .corevalues-step {
        min-width: 96px;
      }

      .corevalues-section .corevalues-step-icon {
        width: 56px;
        height: 56px;
      }

      .corevalues-section .corevalues-step-icon svg {
        width: 24px;
        height: 24px;
      }

      .corevalues-section .corevalues-step-label {
        font-size: 12px;
      }

      .corevalues-section .corevalues-arrow {
        margin-top: -16px;
      }

      .corevalues-section .corevalues-arrow svg {
        width: 16px;
        height: 16px;
      }

      .corevalues-section .corevalues-table-wrap {
        border-radius: 12px;
      }

      .corevalues-section .corevalues-table thead {
        display: none;
      }

      .corevalues-section .corevalues-table tbody tr {
        display: block;
        padding: 20px 16px;
        border-bottom: 1px solid #f3f4f6;
      }
 
.corevalues-section .corevalues-table tbody tr.corevalues-row--alt {
  background-color: #f5f5ff;
}

      .corevalues-section .corevalues-table td {
        display: block;
        padding: 8px 20px;
      }

      .corevalues-section .corevalues-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        font-weight: 500;
        color: #7c3aed;
        margin-bottom: 4px;
      }

      .corevalues-section .corevalues-link {
        gap: 10px;
      }

      .corevalues-section .corevalues-link-icon {
        width: 38px;
        height: 38px;
      }

      .corevalues-section .corevalues-link-icon svg {
        width: 20px;
        height: 20px;
      }

      .corevalues-section .corevalues-link-name {
        font-size: 16px;
      }

      .corevalues-section .corevalues-problem {
        font-size: 14px;
      }

      .corevalues-section .corevalues-value {
        gap: 10px;
      }

      .corevalues-section .corevalues-value-title {
        font-size: 15px;
      }

      .corevalues-section .corevalues-value-desc {
        font-size: 13px;
      }
    }

    @media (max-width: 480px) {
      .corevalues-section .corevalues-steps {
        gap: 16px 20px;
      }

      .corevalues-section .corevalues-step {
        min-width: 84px;
      }

      .corevalues-section .corevalues-arrow {
        display: none;
      }

      .corevalues-section .corevalues-title {
        font-size: 22px;
      }
    }
@media only screen and (max-width:400px){
.organizations-section .section-title{
        margin-bottom: 26px;
}
}
/* ===== 核心价值 End===== */
/* ===== 对比 ===== */
    .comparison-section {
      width: 100%;
      padding: 8px 0 72px 0;
    }

    .comparison-section__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      align-items: stretch;
      gap: 64px;
    }

    .comparison-section__left,
    .comparison-section__right {
      flex: 1 1 0;
      background: #ffffff;
      border-radius: 14px;
      padding: 28px 32px;
      box-shadow: 0 8px 28px rgba(31, 41, 55, 0.08);
    }

    .comparison-section__left {
      flex: 0 0 30%;
    }

    .comparison-section__right {
      flex: 1 1 0;
    }

    .comparison-section__title {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 20px;
    }

    .comparison-section__title-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 28px;
      height: 28px;
    }

    .comparison-section__title--pain {
      color: #e74c3c;
    }

    .comparison-section__title--effect {
    background: linear-gradient(to right, #4d9084, #3aff70);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    }

    .comparison-section__pain-list {
      list-style: none;
    }

    .comparison-section__pain-item {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
      font-size: 15px;
      color: #333333;
    }

    .comparison-section__pain-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 20px;
      height: 20px;
    }

    .comparison-section__pain-text {
       line-height: 1.6;
       font-size: 16px;
    }

    .comparison-section__desc {
      font-size: 15px;
      color: #666666;
      line-height: 1.8;
      margin-bottom: 10px;
    }

    .comparison-section__stats-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .comparison-section__stat-card {
      background: #ffffff;
      border-radius: 10px;
      padding: 10px 18px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .comparison-section__stat-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }

    .comparison-section__stat-header {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 10px;
    }

    .comparison-section__stat-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 24px;
      height: 24px;
    }

    .comparison-section__stat-icon--user {
      color: #8ca8cc;
    }

    .comparison-section__stat-icon--chart {
      color: #5c8cdb;
    }

    .comparison-section__stat-icon--funnel {
      color: #f5a623;
    }

    .comparison-section__stat-icon--money {
      color: #7bc17e;
    }

    .comparison-section__stat-icon--clock {
      color: #5c8cdb;
    }

    .comparison-section__stat-label {
      font-size: 14px;
      color: #666666;
    }

    .comparison-section__stat-value {
      font-size: 30px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: -0.02em;
    }

    .comparison-section__stat-value--blue {
      color: #2b7de9;
    }

    .comparison-section__stat-value--green {
      color: #27ae60;
    }

    @media (max-width: 992px) {
      .comparison-section__container {
        flex-direction: column;
        gap: 48px;
      }

      .comparison-section__left,
      .comparison-section__right {
        flex: 0 0 auto;
        max-width: 708px;
      }
    }

    @media (max-width: 768px) {
      .comparison-section {
        padding: 48px 0;
      }

      .comparison-section__container {
        padding: 0 20px;
        gap: 40px;
      }

      .comparison-section__title {
        font-size: 20px;
        margin-bottom: 22px;
      }

      .comparison-section__stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
      }

      .comparison-section__stat-card {
        padding: 18px 14px;
      }

      .comparison-section__stat-value {
        font-size: 26px;
      }
    }

    @media (max-width: 480px) {
      .comparison-section__pain-item {
        font-size: 14px;
      }

      .comparison-section__desc {
        font-size: 14px;
      }
    .comparison-section {
        padding: 20px 0;
    }
    }
/* ===== 对比 End===== */
/* ===== 赋能 ===== */
    .empowerment-section {
      width: 100%;
      background: #ffffff;
      padding: 50px 0 80px 0;
    }

    .empowerment-section .empowerment-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .empowerment-section .empowerment-header {
      text-align: center;
      margin-bottom: 56px;
    }

    .empowerment-section .empowerment-title {
      font-size: 36px;
      font-weight: 700;
      color: #1f2937;
      line-height: 1.3;
    }

    .empowerment-section .empowerment-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 24px;
    }

    .empowerment-section .empowerment-card {
      background: #fff;
      border-radius: 16px;
      padding: 32px 20px 15px 20px;
      text-align: center;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 8px 28px rgba(31, 41, 55, 0.08);
    }

    .empowerment-section .empowerment-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 36px rgba(31, 41, 55, 0.1);
    }

    .empowerment-section .empowerment-icon {
      width: 64px;
      height: 64px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .empowerment-section .empowerment-icon svg {
      width: 100%;
      height: 100%;
    }

    .empowerment-section .empowerment-card-title {
      font-size: 18px;
      font-weight: 700;
      color: #1f2937;
      margin-bottom: 12px;
      line-height: 1.4;
    }

    .empowerment-section .empowerment-card-desc {
      font-size: 14px;
      color: #6b7280;
      line-height: 1.7;
    }

    @media (max-width: 1100px) {
      .empowerment-section .empowerment-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }
    }

    @media (max-width: 768px) {
      .empowerment-section {
        padding: 56px 0;
      }

      .empowerment-section .empowerment-header {
        margin-bottom: 40px;
      }

      .empowerment-section .empowerment-title {
        font-size: 28px;
      }

      .empowerment-section .empowerment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
      }

      .empowerment-section .empowerment-card {
        padding: 24px 16px;
      }

      .empowerment-section .empowerment-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
      }

      .empowerment-section .empowerment-card-title {
        font-size: 16px;
      }

      .empowerment-section .empowerment-card-desc {
        font-size: 13px;
      }
    }

    @media (max-width: 480px) {
      .empowerment-section .empowerment-title {
        font-size: 24px;
      }

      .empowerment-section .empowerment-grid {
        grid-template-columns: 1fr;
      }

      .empowerment-section .empowerment-card {
        text-align: left;
        display: flex;
        align-items: flex-start;
        gap: 16px;
        padding: 20px;
      }

      .empowerment-section .empowerment-icon {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        margin: 0;
      }

      .empowerment-section .empowerment-card-body {
        flex: 1;
      }

      .empowerment-section .empowerment-card-title {
        margin-bottom: 6px;
      }
    }
@media only screen and (max-width:420px){
    .empowerment-section .empowerment-title {
        font-size: 22px;
    }
}
/* ===== 赋能 End===== */
    /* ===== 为什么选择 Zoho CRM  ===== */
    .whychoose-section {
    width: 100%;
    padding: 50px 0 40px 0;
    background: #f8f9fb;
    }

    .whychoose-section .whychoose-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 24px 26px 24px;
    }

    .whychoose-section .whychoose-header {
      text-align: center;
      margin-bottom: 56px;
    }

    .whychoose-section .whychoose-title {
      font-size: 36px;
      font-weight: 700;
      color: #0f172a;
      line-height: 1.3;
    }

    .whychoose-section .whychoose-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 32px;
    }

    .whychoose-section .whychoose-card {
      text-align: center;
     background: #fff;
    border-radius: 10px;
    border: 1px solid #f9f9f9;
    padding: 18px 10px 5px 10px;
    box-shadow: 0 8px 28px rgba(31, 41, 55, 0.08);
    }

    .whychoose-section .whychoose-icon {
      width: 64px;
      height: 64px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .whychoose-section .whychoose-icon svg {
      width: 100%;
      height: 100%;
    }

    .whychoose-section .whychoose-card-title {
      font-size: 16px;
      font-weight: 600;
      color: #0f172a;
      margin-bottom: 8px;
      line-height: 1.5;
    }

    .whychoose-section .whychoose-card-desc {
      font-size: 14px;
      color: #475569;
      line-height: 1.7;
    }

    @media (max-width: 1100px) {
      .whychoose-section .whychoose-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
      }
    }

    @media (max-width: 768px) {
      .whychoose-section {
        padding: 56px 0;
      }

      .whychoose-section .whychoose-header {
        margin-bottom: 40px;
      }

      .whychoose-section .whychoose-title {
        font-size: 28px;
      }

      .whychoose-section .whychoose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
      }

      .whychoose-section .whychoose-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 16px;
      }

      .whychoose-section .whychoose-card-title {
        font-size: 15px;
      }

      .whychoose-section .whychoose-card-desc {
        font-size: 13px;
      }
    }

    @media (max-width: 480px) {
      .whychoose-section .whychoose-container {
        padding: 0 20px;
      }

      .whychoose-section .whychoose-title {
        font-size: 24px;
      }

      .whychoose-section .whychoose-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .whychoose-section .whychoose-card {
        display: flex;
        align-items: flex-start;
        text-align: left;
        gap: 16px;
      }

      .whychoose-section .whychoose-icon {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        margin: 0;
      }

      .whychoose-section .whychoose-card-body {
        flex: 1;
      }

      .whychoose-section .whychoose-card-title {
        margin-bottom: 4px;
      }
    }
    /* ===== 为什么选择 Zoho CRM  End===== */
    /* ===== 底部 CTA ===== */
    /* ===== 客户logo ===== */
    .cx-section {
      width: 100%;
      background: #ffffff;
      padding: 80px 0 40px 0;
    }

    .cx-section .cx-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .cx-section .cx-title {
      font-size: 36px;
      font-weight: 700;
      color: #0f172a;
      text-align: center;
      line-height: 1.3;
      margin-bottom: 40px;
    }

    .cx-section .cx-logos-grid {
      margin-bottom: 50px;
    box-shadow: 0 8px 28px rgba(31, 41, 55, 0.08);
    border-radius: 10px;
    }

    .cx-section .cx-logos-grid img{
    width: 90%;
    margin: 0 auto;
    display: block;
    max-width: 1000px;
    padding: 40px;
    }
    .cx-section .cx-logos-grid img.img-m{
       display: none;
   }
    .cx-section .cx-divider {
      width: 100%;
      height: 1px;
      background: #e2e8f0;
      margin-bottom: 80px;
      border: none;
    }

    .cx-section .cx-subtitle {
      font-size: 26px;
      font-weight: 700;
      color: #0f172a;
      text-align: center;
      line-height: 1.3;
      margin-bottom: 35px;
    }

    .cx-section .cx-clients-grid {
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 20px 40px;
       justify-content: center;
       justify-items: center;
    }

    .cx-section .cx-client-name {
      font-size: 15px;
      color: #334155;
      line-height: 1.8;
      text-align: left;
    }

    .cx-section .cx-client-name.cx-link {
      color: #2563ff;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .cx-section .cx-client-name.cx-link:hover {
      color: #1a4fd6;
      text-decoration: underline;
    }

    .cx-section .cx-logos-bottom{
     box-shadow: 0 8px 28px rgba(31, 41, 55, 0.08); 
       padding: 50px 32px;
    }
    @media (max-width: 1100px) {
      .cx-section .cx-logos-grid {
        gap: 20px 14px;
      }

      .cx-section .cx-clients-grid {
        gap: 18px 32px;
      }
    }

    @media (max-width: 900px) {
      .cx-section .cx-logos-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    @media (max-width: 768px) {
      .cx-section {
        padding: 56px 0;
      }

      .cx-section .cx-title,
      .cx-section .cx-subtitle {
        font-size: 28px;
        margin-bottom: 40px;
      }

      .cx-section .cx-logos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px 12px;
        margin-bottom: 56px;
      }

      .cx-section .cx-logo-item {
        height: 64px;
        padding: 8px 6px;
      }

      .cx-section .cx-divider {
        margin-bottom: 56px;
      }

      .cx-section .cx-clients-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 24px;
      }

      .cx-section .cx-client-name {
        font-size: 14px;
      }
    .cx-section .cx-logos-grid img.img-web{
       display: none;
      }
    .cx-section .cx-logos-grid img.img-m{
       display: block;
       width: 80%;
      }
    }

    @media (max-width: 480px) {
      .cx-section .cx-title,
      .cx-section .cx-subtitle {
        font-size: 24px;
        margin-bottom: 0px;
      }
.cx-section .cx-subtitle{
        margin-bottom: 12px;
}
      .cx-section .cx-logos-grid {
    box-shadow: none;
        margin-bottom: 0px;
      }

      .cx-section .cx-logo-item {
        height: 56px;
      }

      .cx-section .cx-clients-grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }
.cx-section .cx-logos-grid img{
    padding: 40px 0;
    width: 100%;
}
.cx-section .cx-logos-bottom{
    padding: 10px 32px;
}
    }
    /* ===== 客户logo End ===== */
    .bottom-section {
      width: 100%;
      background: #1a5cff;
      padding: 20px 0;
    }

    .bottom-section .bottom-container {
max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 40px; */
    text-align: center;
    }

    .bottom-section .bottom-text {
      flex: 1;
      font-size: 22px;
      font-weight: 600;
      color: #ffffff;
      line-height: 1.5;
      margin: 0;
    }

    .bottom-section .bottom-actions {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-shrink: 0;
    }

    .bottom-section .bottom-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 28px;
      border-radius: 24px;
      font-size: 15px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.25s ease;
      border: none;
      outline: none;
      text-decoration: none;
      white-space: nowrap;
    }

    .bottom-section .bottom-btn-primary {
      background: #ffd200;
      color: #1a1a1a;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    }

    .bottom-section .bottom-btn-primary:hover {
      background: #ffe04d;
      transform: translateY(-2px);
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    }

    .bottom-section .bottom-btn-secondary {
      background: #ffffff;
      color: #1a1a1a;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .bottom-section .bottom-btn-secondary:hover {
      background: #f2f6ff;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }


    @media (max-width: 768px) {
      .bottom-section {
        padding: 32px 0;
      }

      .bottom-section .bottom-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
      }

      .bottom-section .bottom-text {
        font-size: 18px;
        text-align: left;
      }

      .bottom-section .bottom-actions {
        width: 100%;
      }

      .bottom-section .bottom-btn {
        flex: 1;
        padding: 12px 20px;
      }
    }

    @media (max-width: 480px) {
      .bottom-section .bottom-text {
        font-size: 16px;
      }

      .bottom-section .bottom-btn {
        font-size: 14px;
        padding: 10px 16px;
      }
    }
    /* ===== 底部 CTA End===== */