/* Channel cooperation page only. */

.page-channel-scope .channel-page{
  overflow: hidden;
  background: var(--paper);
}

.page-channel-scope .channel-page .channel-section{
  padding: clamp(72px, 6vw, 104px) 0;
}

.page-channel-scope .channel-page .channel-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.page-channel-scope .channel-page .channel-eyebrow::before{
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

.page-channel-scope .channel-page .channel-section-head{
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, .72fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(40px, 4.6vw, 68px);
}

.page-channel-scope .channel-page .channel-section-head h2{
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 3.5vw, 58px);
  line-height: 1.06;
  letter-spacing: -.03em;
}

.page-channel-scope .channel-page .channel-section-head p{
  margin: 0;
  max-width: 720px;
  color: var(--ink-soft);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.8;
}

.page-channel-scope .channel-hero{
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(500px, 34vw, 650px);
  padding: clamp(72px, 6vw, 104px) 0;
  color: #fff;
  background: #07122e url("https://www.keneuc.cn/uploads/allimg/20260819/1-260Q9105642W3.webp") center / cover no-repeat;
  overflow: hidden;
}

.page-channel-scope .channel-hero::after{
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 18, 46, .42), rgba(7, 18, 46, .58));
  content: "";
  pointer-events: none;
}

.page-channel-scope .channel-hero-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.page-channel-scope .channel-hero > .container{
  position: relative;
  z-index: 2;
}

.page-channel-scope .channel-hero-inner{
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.page-channel-scope .channel-hero .channel-eyebrow{
  justify-content: center;
  color: #82d88f;
}

.page-channel-scope .channel-hero h1{
  max-width: 1080px;
  margin: 0 auto 28px;
  color: #fff;
  font-size: clamp(52px, 5.3vw, 84px);
  line-height: 1;
  letter-spacing: -.04em;
}

.page-channel-scope .channel-hero p{
  max-width: 880px;
  margin: 0 auto 36px;
  color: rgba(255,255,255,.72);
  font-size: clamp(16px, 1.12vw, 19px);
  line-height: 1.78;
}



.page-channel-scope .channel-models{
  background: #fff;
}

.page-channel-scope .channel-model-list{
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.page-channel-scope .channel-model-row{
  display: grid;
  grid-template-columns: 90px minmax(260px, .7fr) minmax(360px, 1.3fr);
  gap: 30px;
  align-items: center;
  min-height: 154px;
  padding: 24px 4px;
  border-bottom: 1px solid var(--line);
  transition: padding .22s ease, background .22s ease;
}

.page-channel-scope .channel-model-row:hover{
  padding-inline: 22px;
  background: #f8faf9;
}

.page-channel-scope .channel-model-no{
  color: #9aa6a0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
}

.page-channel-scope .channel-model-row h3{
  margin: 0;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.16;
}

.page-channel-scope .channel-model-row p{
  margin: 0;
  max-width: 720px;
  font-size: 14px;
  line-height: 1.72;
}

.page-channel-scope .channel-support{
  background: var(--surface);
}

.page-channel-scope .channel-support-panel{
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border-radius: 30px;
  background: var(--navy);
  box-shadow: 0 30px 80px rgba(13,27,38,.15);
}

.page-channel-scope .channel-support-copy{
  padding: clamp(44px, 5vw, 74px);
}

.page-channel-scope .channel-support-copy .channel-eyebrow{
  color: #7ed88c;
}

.page-channel-scope .channel-support-copy h2{
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(38px, 3.4vw, 56px);
  line-height: 1.06;
}

.page-channel-scope .channel-support-copy p{
  margin: 0;
  max-width: 580px;
  color: rgba(255,255,255,.66);
  font-size: 16px;
  line-height: 1.8;
}

.page-channel-scope .channel-support-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  background: rgba(255,255,255,.06);
  border-left: 1px solid rgba(255,255,255,.10);
}

.page-channel-scope .channel-support-item{
  min-height: 210px;
  padding: 34px;
  border-right: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.page-channel-scope .channel-support-item:nth-child(2n){ border-right: 0; }
.page-channel-scope .channel-support-item:nth-last-child(-n + 2){ border-bottom: 0; }

.page-channel-scope .channel-support-item .site-icon{
  width: 26px;
  height: 26px;
  margin-bottom: 25px;
  filter:invert(74.6%) sepia(11.5%) saturate(3250%) hue-rotate(77.8deg) brightness(294.4%) contrast(12.9%);
}

.page-channel-scope .channel-support-item h3{
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  letter-spacing: -.025em;
}

.page-channel-scope .channel-support-item p{
  margin: 0;
  color: rgba(255,255,255,.56);
  font-size: 13px;
  line-height: 1.65;
}

.page-channel-scope .channel-process{
  background: #fff;
}

.page-channel-scope .channel-process-track{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
  counter-reset: channel-step;
}

.page-channel-scope .channel-step{
  position: relative;
  min-height: 240px;
  padding: 28px 26px 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  counter-increment: channel-step;
}

.page-channel-scope .channel-step::before{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-size: 12px;
  font-weight: 600;
  content: "0" counter(channel-step);
}

.page-channel-scope .channel-step::after{
  position: absolute;
  top: 48px;
  right: -19px;
  width: 20px;
  height: 1px;
  background: var(--line);
  content: "";
}

.page-channel-scope .channel-step:last-child::after{ display: none; }

.page-channel-scope .channel-step h3{
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.25;
}

.page-channel-scope .channel-step p{
  margin: 0;
  font-size: 13px;
  line-height: 1.68;
}

.page-channel-scope .channel-contact{
  padding: 0 0 clamp(72px, 7vw, 112px);
  background: var(--surface);
}

.page-channel-scope .channel-contact-card{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(44px, 6vw, 90px);
  align-items: center;
  padding: clamp(42px, 5vw, 72px);
  overflow: hidden;
  border-radius: 30px;
  background: var(--primary-soft);
  border: 1px solid #d7e9db;
}

.page-channel-scope .channel-contact-card::after{
  position: absolute;
  right: -160px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(7,135,28,.15);
  border-radius: 50%;
  content: "";
}

.page-channel-scope :is(.channel-contact-copy,.channel-contact-details){
  position: relative;
  z-index: 1;
}

.page-channel-scope .channel-contact-copy h2{
  margin: 0 0 20px;
  font-size: clamp(38px, 3.5vw, 56px);
  line-height: 1.05;
}

.page-channel-scope .channel-contact-copy p{
  margin: 0 0 26px;
  max-width: 610px;
  font-size: 16px;
  line-height: 1.75;
}

.page-channel-scope .channel-contact-details{
  padding: 30px;
  border: 1px solid rgba(7,135,28,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.76);
}

.page-channel-scope .channel-contact-details h3{
  margin: 0 0 18px;
  font-size: 20px;
}

.page-channel-scope .channel-contact-details ul{
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-channel-scope .channel-contact-details li{
  position: relative;
  padding-left: 24px;
  color: #4f5d56;
  font-size: 14px;
  line-height: 1.55;
}

.page-channel-scope .channel-contact-details li::before{
  position: absolute;
  top: .58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  content: "";
}

.page-channel-scope .channel-contact-email{
  display: inline-flex;
  margin-top: 20px;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1180px) {
  .page-channel-scope .channel-process-track{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .page-channel-scope .channel-step::after{ display: none; }
}

@media (max-width: 900px) {

  .page-channel-scope :is(.channel-support-panel,.channel-contact-card){
    grid-template-columns: 1fr;
  }

  .page-channel-scope .channel-page .channel-section-head{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-channel-scope .channel-support-list{
    border-top: 1px solid rgba(255,255,255,.10);
    border-left: 0;
  }

  .page-channel-scope .channel-model-row{
    grid-template-columns: 60px minmax(0,1fr);
    gap: 18px;
  }

  .page-channel-scope .channel-model-row p{
    grid-column: 2 / 3;
  }

}

@media (max-width: 680px) {
  .page-channel-scope .channel-page .channel-section{
    padding: 62px 0;
  }

  .page-channel-scope .channel-hero{
    min-height: 500px;
    padding: 64px 0;
  }

  .page-channel-scope .channel-hero h1{
    font-size: 42px;
  }

  .page-channel-scope .channel-support-list,
.page-channel-scope .channel-process-track{
    grid-template-columns: 1fr;
  }

  .page-channel-scope .channel-support-item,
.page-channel-scope .channel-support-item:nth-child(2n),
.page-channel-scope .channel-support-item:nth-last-child(-n + 2){
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }

  .page-channel-scope .channel-support-item:last-child{ border-bottom: 0; }

  .page-channel-scope .channel-model-row{
    grid-template-columns: 42px minmax(0,1fr);
    padding: 28px 0;
  }

  .page-channel-scope .channel-model-row p{
    grid-column: 2;
  }

  .page-channel-scope .channel-contact-card{
    padding: 30px 22px;
  }

  .page-channel-scope .channel-contact-details{
    padding: 24px 20px;
  }
}
