#tc-cooperation-root{
  --s-space: 0px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  background:
    radial-gradient(circle at top left, rgba(122,90,248,.10), transparent 30%),
    radial-gradient(circle at top right, rgba(18,183,106,.08), transparent 24%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f8fafc 100%);
  overflow: hidden;
}

.entry-content #tc-cooperation-root,
.wp-block-group #tc-cooperation-root{
  max-width: none !important;
}

#tc-cooperation-root *{
  box-sizing: border-box;
}

.tc-coop-hero{
  position: relative;
  padding: 48px 0 56px;
  overflow: hidden;
}

.tc-coop-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(122,90,248,.10), transparent 45%),
    linear-gradient(315deg, rgba(23,31,46,.06), transparent 48%);
  pointer-events: none;
}

.tc-coop-hero__inner{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

@media (min-width: 1024px){
  .tc-coop-hero__inner{
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    gap: 40px;
  }
}

.tc-coop-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  padding: 8px 14px;
  background: rgba(122,90,248,.10);
  color: #6938ef;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  margin-bottom: 16px;
}

.tc-coop-hero__title{
  margin: 0;
  color: #171f2e;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -.03em;
  max-width: 920px;
}

.tc-coop-hero__desc{
  margin: 18px 0 0;
  max-width: 780px;
  color: #475467;
  font-size: 16px;
  line-height: 1.85;
}

.tc-coop-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.tc-coop-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 9999px;
  padding: 0 22px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.tc-coop-btn:hover{
  transform: translateY(-1px);
}

.tc-coop-btn--primary{
  background: linear-gradient(135deg, #6938ef 0%, #7a5af8 100%);
  color: #fff;
  box-shadow: 0 14px 34px rgba(105,56,239,.22);
}

.tc-coop-btn--secondary{
  background: rgba(255,255,255,.78);
  color: #171f2e;
  border: 1px solid rgba(23,31,46,.10);
  backdrop-filter: blur(12px);
}

.tc-coop-btn--secondary:hover{
  color: #171f2e;
}

.tc-coop-hero__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.tc-coop-chip{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 9999px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(23,31,46,.08);
  color: #344054;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.tc-coop-hero__visual{
  position: relative;
  min-height: 460px;
}

.tc-coop-orb{
  position: absolute;
  border-radius: 9999px;
  filter: blur(12px);
}

.tc-coop-orb--one{
  top: 6%;
  left: 10%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(122,90,248,.30) 0%, rgba(122,90,248,0) 72%);
}

.tc-coop-orb--two{
  right: 2%;
  bottom: 4%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(18,183,106,.22) 0%, rgba(18,183,106,0) 70%);
}

.tc-coop-panel{
  position: absolute;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.45);
  background: linear-gradient(180deg, rgba(255,255,255,.90) 0%, rgba(244,243,255,.82) 100%);
  box-shadow: 0 30px 80px rgba(23,31,46,.12);
  backdrop-filter: blur(16px);
}

.tc-coop-panel--main{
  top: 20px;
  right: 10px;
  left: 20px;
  padding: 28px;
}

.tc-coop-panel__kicker{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 6px 12px;
  background: rgba(105,56,239,.10);
  color: #6938ef;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}

.tc-coop-panel h3{
  margin: 0;
  color: #101828;
  font-size: 28px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -.02em;
}

.tc-coop-panel p{
  margin: 12px 0 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.8;
}

.tc-coop-stat{
  position: absolute;
  border-radius: 22px;
  padding: 16px 18px;
  min-width: 220px;
  background: rgba(23,31,46,.92);
  color: #fff;
  box-shadow: 0 18px 44px rgba(23,31,46,.18);
}

.tc-coop-stat strong{
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 6px;
}

.tc-coop-stat span{
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,.78);
}

.tc-coop-stat--a{
  left: 0;
  bottom: 94px;
}

.tc-coop-stat--b{
  right: 0;
  top: 180px;
}

.tc-coop-stat--c{
  right: 60px;
  bottom: 0;
  background: linear-gradient(135deg, #6938ef 0%, #171f2e 100%);
}

@media (max-width: 768px){
  #tc-cooperation-root{
    padding-top: 72px;
  }

  .tc-coop-hero__visual{
    min-height: 500px;
  }

  .tc-coop-panel--main{
    left: 0;
    right: 0;
    top: 0;
    padding: 22px;
  }

  .tc-coop-stat{
    min-width: 0;
    width: 78%;
  }

  .tc-coop-stat--a{
    left: 0;
    bottom: 148px;
  }

  .tc-coop-stat--b{
    right: 0;
    top: 220px;
  }

  .tc-coop-stat--c{
    right: 0;
    bottom: 32px;
  }
}

.tc-coop-section-head{
  margin-bottom: 28px;
}

.tc-coop-section-head--center{
  text-align: center;
}

.tc-coop-section-kicker{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 6px 12px;
  background: rgba(23,31,46,.06);
  color: #344054;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}

.tc-coop-section-title{
  margin: 0;
  color: #171f2e;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.02em;
}

.tc-coop-section-desc{
  margin: 14px 0 0;
  max-width: 860px;
  color: #667085;
  font-size: 15px;
  line-height: 1.85;
}

.tc-coop-section-head--center .tc-coop-section-desc{
  margin-left: auto;
  margin-right: auto;
}

.tc-coop-pillars{
  padding: 20px 0 28px;
}

.tc-coop-pillars__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 900px){
  .tc-coop-pillars__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tc-coop-pillar-card{
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(250,250,255,.96) 100%);
  border: 1px solid rgba(23,31,46,.08);
  box-shadow: 0 18px 50px rgba(23,31,46,.07);
}

.tc-coop-pillar-card::after{
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(122,90,248,.12) 0%, rgba(122,90,248,0) 70%);
}

.tc-coop-pillar-card__icon{
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #171f2e;
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
}

.tc-coop-pillar-card h3{
  margin: 0 0 10px;
  color: #101828;
  font-size: 22px;
  font-weight: 800;
}

.tc-coop-pillar-card p{
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.8;
}

.tc-coop-highlights{
  padding: 52px 0;
}

.tc-coop-highlight-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 992px){
  .tc-coop-highlight-grid{
    grid-template-columns: 1.25fr .875fr .875fr;
  }
}

.tc-coop-highlight-card{
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(23,31,46,.08);
  box-shadow: 0 20px 54px rgba(23,31,46,.08);
}

.tc-coop-highlight-card--large{
  grid-column: span 1;
}

.tc-coop-highlight-card__image{
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f6;
}

.tc-coop-highlight-card__image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tc-coop-highlight-card__content{
  padding: 22px;
}

.tc-coop-highlight-card h3{
  margin: 0 0 10px;
  color: #101828;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 800;
}

.tc-coop-highlight-card p{
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.8;
}

.tc-coop-badge{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  min-height: 30px;
  padding: 0 12px;
  background: rgba(105,56,239,.10);
  color: #6938ef;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}

.tc-coop-news-section{
  padding: 56px 0;
}

.tc-coop-news-section--alt{
  background: linear-gradient(180deg, rgba(23,31,46,.02) 0%, rgba(23,31,46,.05) 100%);
}

.tc-coop-news-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 768px){
  .tc-coop-news-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .tc-coop-news-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tc-coop-news-card{
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(23,31,46,.08);
  box-shadow: 0 18px 44px rgba(23,31,46,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.tc-coop-news-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(23,31,46,.10);
}

.tc-coop-news-card__thumb{
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f6;
}

.tc-coop-news-card__thumb img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.tc-coop-news-card:hover .tc-coop-news-card__thumb img{
  transform: scale(1.04);
}

.tc-coop-news-card__body{
  padding: 22px;
}

.tc-coop-news-card__meta{
  margin-bottom: 10px;
}

.tc-coop-news-card__date{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  min-height: 28px;
  padding: 0 10px;
  background: rgba(23,31,46,.06);
  color: #475467;
  font-size: 12px;
  font-weight: 700;
}

.tc-coop-news-card__title{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.tc-coop-news-card__title a{
  color: #101828;
  text-decoration: none;
}

.tc-coop-news-card__title a:hover{
  color: #6938ef;
}

.tc-coop-news-card__excerpt{
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.8;
}

.tc-coop-news-card__link{
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: #6938ef;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.tc-coop-news-actions{
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.tc-coop-empty-state{
  border-radius: 24px;
  padding: 24px;
  background: rgba(23,31,46,.04);
  color: #475467;
  font-size: 14px;
  text-align: center;
}

.tc-coop-ecosystem{
  padding: 56px 0 80px;
}

.tc-coop-ecosystem__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px){
  .tc-coop-ecosystem__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .tc-coop-ecosystem__grid{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.tc-coop-eco-node{
  position: relative;
  overflow: hidden;
  min-height: 170px;
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f7f4ff 100%);
  border: 1px solid rgba(23,31,46,.08);
  box-shadow: 0 14px 36px rgba(23,31,46,.05);
}

.tc-coop-eco-node::before{
  content: "";
  position: absolute;
  inset: auto -10px -10px auto;
  width: 90px;
  height: 90px;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(122,90,248,.14) 0%, rgba(122,90,248,0) 70%);
}

.tc-coop-eco-node strong{
  display: block;
  color: #101828;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 10px;
}

.tc-coop-eco-node span{
  display: block;
  color: #667085;
  font-size: 14px;
  line-height: 1.75;
}

.dark #tc-cooperation-root{
  background:
    radial-gradient(circle at top left, rgba(122,90,248,.18), transparent 28%),
    radial-gradient(circle at top right, rgba(18,183,106,.12), transparent 24%),
    linear-gradient(180deg, #171f2e 0%, #121926 48%, #171f2e 100%);
}

.dark .tc-coop-hero__title,
.dark .tc-coop-section-title,
.dark .tc-coop-pillar-card h3,
.dark .tc-coop-highlight-card h3,
.dark .tc-coop-news-card__title a,
.dark .tc-coop-eco-node strong{
  color: rgba(255,255,255,.94);
}

.dark .tc-coop-hero__desc,
.dark .tc-coop-section-desc,
.dark .tc-coop-pillar-card p,
.dark .tc-coop-highlight-card p,
.dark .tc-coop-news-card__excerpt,
.dark .tc-coop-eco-node span{
  color: rgba(255,255,255,.72);
}

.dark .tc-coop-chip,
.dark .tc-coop-btn--secondary,
.dark .tc-coop-pillar-card,
.dark .tc-coop-highlight-card,
.dark .tc-coop-news-card,
.dark .tc-coop-eco-node{
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.10);
  box-shadow: none;
}

.dark .tc-coop-section-kicker,
.dark .tc-coop-news-card__date{
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
}

.dark .tc-coop-panel{
  background: linear-gradient(180deg, rgba(23,31,46,.88) 0%, rgba(26,34,49,.90) 100%);
  border-color: rgba(255,255,255,.10);
  box-shadow: none;
}

.dark .tc-coop-panel p,
.dark .tc-coop-chip,
.dark .tc-coop-btn--secondary{
  color: rgba(255,255,255,.78);
}

.dark .tc-coop-panel h3{
  color: #fff;
}

.dark .tc-coop-news-card__title a:hover{
  color: #c4b5fd;
}

.dark .tc-coop-news-section--alt{
  background: transparent;
}

.tc-coop-btn:focus-visible,
.tc-coop-news-card__title a:focus-visible,
.tc-coop-news-card__link:focus-visible{
  outline: 2px solid rgba(105,56,239,.95);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce){
  .tc-coop-btn,
  .tc-coop-news-card,
  .tc-coop-news-card__thumb img{
    transition: none;
  }

  .tc-coop-btn:hover,
  .tc-coop-news-card:hover{
    transform: none;
  }
}
