    .contribution-kicker img {
      width: 16px;
      height: 16px;
      display: block;
      flex: 0 0 auto;
    }

    .contribution-title {
      width: 393px;
      height: 53px;
      margin: 3px 0 0 40px;
      color: #ffffff;
      font-size: 38px;
      line-height: 53px;
      font-weight: 300;
      white-space: nowrap;
    }

    .contribution-desc {
      width: 271px;
      height: 116px;
      margin: 8px 0 0 58px;
      display: flex;
      gap: 18px;
    }

    .contribution-desc::before {
      content: "";
      width: 1px;
      height: 116px;
      flex: 0 0 auto;
      background: rgba(255, 255, 255, 0.32);
    }

    .contribution-desc p {
      width: 252px;
      margin: 2px 0 0;
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
    }

    .contribution-button {
      width: 174px;
      height: 42px;
      margin: 12px 0 0 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 22px;
      background: #ffffff;
      color: #222222;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
    }

    .doc-card-grid {
      display: grid;
      grid-template-columns: repeat(2, 335px);
      gap: 20px;
      margin-top: 20px;
    }

    .doc-mini-card {
      position: relative;
      width: 335px;
      height: 257px;
      padding: 24px;
      border: 1px solid #e3e9f1;
      border-radius: 12px;
      background: #ffffff;
    }

    .doc-mini-icon {
      width: 54px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #f2f3fe;
      border-radius: 10px;
      background: linear-gradient(140deg, #fafbff 0%, #f4f5ff 100%);
    }

    .doc-mini-icon img {
      width: 32px;
      height: 32px;
      display: block;
    }

    .doc-mini-card h3 {
      margin: 24px 0 0;
      color: rgba(0, 0, 0, 0.9);
      font-size: 16px;
      line-height: 22px;
      font-weight: 600;
    }

    .doc-mini-card p {
      width: 287px;
      margin: 12px 0 0;
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      line-height: 20px;
    }

    .doc-mini-card > .doc-mini-cta {
      position: absolute;
      right: 24px;
      bottom: 24px;
      display: inline-flex;
    }

    .doc-mini-card .detail-arrow {
      width: 18px;
      height: 18px;
    }

    .co-build-section {
      padding: 80px 0;
      background: #ffffff;
    }

    .co-build-stage {
      width: min(var(--stage-width), calc(100% - 80px));
      margin: 0 auto;
    }

    .co-build-heading {
      height: 44px;
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }

    .co-build-heading h2 {
      margin: 0;
      color: #222222;
      font-size: 36px;
      line-height: 44px;
      font-weight: 600;
      white-space: nowrap;
    }

    .co-build-heading p {
      margin: 16px 0 0;
      color: #777777;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      white-space: nowrap;
    }

    .co-build-cards {
      width: 1401px;
      margin-top: 28px;
      display: flex;
      gap: 21px;
    }

    .co-build-card {
      position: relative;
      isolation: isolate;
      width: 453px;
      height: 353px;
      overflow: visible;
      border: 1px solid transparent;
      border-radius: 12px;
      background: #f6f7fb;
    }

    .co-build-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      border-radius: inherit;
      opacity: 0;
      background: transparent;
      transform: none;
      box-shadow:
        -10px 0 0 rgba(255, 102, 0, 0),
        0 10px 0 rgba(255, 74, 51, 0),
        10px 4px 0 rgba(245, 43, 206, 0),
        4px -4px 0 rgba(137, 76, 255, 0);
      transition:
        opacity 360ms ease,
        box-shadow 420ms ease;
      pointer-events: none;
    }

    .co-build-card > * {
      z-index: 1;
    }

    .co-build-card h3 {
      position: absolute;
      left: 36px;
      top: 36px;
      width: 88px;
      height: 30px;
      margin: 0;
      color: #222222;
      font-size: 22px;
      line-height: 30px;
      font-weight: 600;
      white-space: nowrap;
    }

    .co-build-card p {
      position: absolute;
      left: 36px;
      top: 76px;
      width: 277px;
      height: 40px;
      margin: 0;
      color: #555555;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
    }

    .co-build-art {
      position: absolute;
      right: 0;
      top: 0;
      width: 172px;
      height: 160px;
      display: block;
      border-top-right-radius: 12px;
      overflow: hidden;
    }

    .co-build-stats {
      position: absolute;
      left: 36px;
      top: 180px;
      width: 381px;
      height: 54px;
      display: flex;
      align-items: start;
    }

    .co-build-stat {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 54px;
    }

    .co-build-stat:nth-child(1) {
      width: 74px;
    }

    .co-build-stat:nth-child(3) {
      width: 58px;
      margin-left: 44px;
    }

    .co-build-stat:nth-child(5) {
      width: 80px;
      margin-left: 40px;
    }

    .co-build-stat strong {
      display: block;
      color: #8545df;
      font-family: "Roboto Mono Local", monospace;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .co-build-stat span {
      display: block;
      margin-top: 2px;
      color: #222222;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      white-space: nowrap;
    }

    .co-build-divider {
      width: 1px;
      height: 54px;
      background: #dde1e6;
    }

    .co-build-stat + .co-build-divider {
      margin-left: 43px;
    }

    .co-build-stat:nth-child(3) + .co-build-divider {
      margin-left: 40px;
    }

    .co-build-cta {
      position: absolute;
      left: 34.4px;
      bottom: 35.4px;
      width: 384.2px;
      height: 45.2px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      border: 1.6px solid transparent;
      border-radius: 22px;
      background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg, #ff6600 0%, #ff3ec8 100%) border-box;
      color: #222222;
      font-size: 14px;
      line-height: 24px;
      font-weight: 600;
    }

    .co-build-cta img,
    .co-build-guide-button img {
      width: 18px;
      height: 18px;
      display: block;
    }

    .co-build-guide {
      width: 1400px;
      height: 82px;
      margin-top: 40px;
      display: flex;
      align-items: center;
      border: 1px solid transparent;
      border-radius: 12px;
      background:
        linear-gradient(100deg, #ffffff 0%, #ffffff 30%, #fff4fb 50%, #f3f3ff 72%, #effdff 100%) padding-box,
        linear-gradient(100deg, #dfe9f7 0%, #edf1fb 32%, #f5e7f5 53%, #e5f1ff 78%, #cdeff4 100%) border-box;
    }

    .co-build-guide p {
      width: 304px;
      height: 22px;
      margin: 0 0 0 36px;
      color: #171d26;
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      white-space: nowrap;
    }

    .co-build-guide-button {
      width: 132px;
      height: 42px;
      margin-left: auto;
      margin-right: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      border-radius: 22px;
      background: #262629;
      color: #ffffff;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
    }

    .partners-section {
      height: 665px;
      overflow: hidden;
      background: #f6f7fb;
    }

    .partners-stage {
      position: relative;
      width: min(var(--stage-width), calc(100% - 80px));
      height: 100%;
      margin: 0 auto;
      padding-top: 82px;
    }

    .partners-kicker {
      width: 165px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      gap: 2px;
      padding: 0 12px 0 8px;
      border: 1px solid #e3e9f1;
      border-radius: 16px;
      background: #ffffff;
      color: #222222;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      white-space: nowrap;
    }

    .partners-kicker img {
      width: 16px;
      height: 16px;
      display: block;
      flex: 0 0 auto;
    }

    .partners-heading {
      width: 1158px;
      height: 44px;
      margin-top: 8px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
    }

    .partners-heading h2 {
      width: 252px;
      height: 44px;
      margin: 0;
      color: #222222;
      font-size: 36px;
      line-height: 44px;
      font-weight: 600;
      white-space: nowrap;
    }

    .partners-heading p {
      width: 890px;
      height: 28px;
      margin: 16px 0 0;
      color: #777777;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      white-space: nowrap;
    }

    .partners-carousel {
      position: relative;
      width: 100vw;
      margin-left: calc((100% - 100vw) / 2);
      margin-top: 28px;
    }

    .partners-viewport {
      position: relative;
      width: 100vw;
      height: 285px;
      padding-bottom: 32px;
      overflow: hidden;
    }

    .partners-track {
      display: flex;
      gap: 20px;
      height: 253px;
      transform: translate3d(0, 0, 0);
      transition: transform 360ms ease;
      will-change: transform;
    }

    .partners-card {
      position: relative;
      width: 440px;
      height: 253px;
      flex: 0 0 440px;
      border: 1px solid #e3e9f1;
      border-radius: 12px;
      background: #ffffff;
    }

    .partners-card-head {
      width: 392px;
      height: 54px;
      margin: 24px 0 0 24px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
    }

    .partners-card-title {
      width: 341px;
      height: 54px;
    }

    .partners-card h3 {
      width: 88px;
      height: 30px;
      margin: 0;
      color: #222222;
      font-size: 22px;
      line-height: 30px;
      font-weight: 600;
      white-space: nowrap;
    }

    .partners-card p {
      width: 341px;
      height: 20px;
      margin: 4px 0 0;
      color: #777777;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      white-space: nowrap;
    }

    .partners-card-link {
      width: 18px;
      height: 18px;
      margin-top: 6px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .partners-card-link img {
      width: 18px;
      height: 18px;
      display: block;
    }

    .partners-logo-grid {
      width: 391px;
      height: 128px;
      margin: 23px 0 0 24px;
      display: grid;
      grid-template-columns: repeat(3, 125px);
      grid-auto-rows: 60px;
      gap: 8px;
    }

    .partners-logo-box {
      width: 125px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      background: #f6f7fb;
    }

    .partners-logo-box img {
      width: 96px;
      height: 28px;
      display: block;
      object-fit: contain;
    }

    .partners-mask {
      position: absolute;
      top: -94px;
      z-index: 2;
      height: 466px;
      pointer-events: none;
    }

    .partners-mask-left {
      left: 0;
      width: 146px;
      background: linear-gradient(90deg, #f6f7fb 0%, rgba(246, 247, 251, 0.17) 100%);
    }

    .partners-mask-right {
      right: 0;
      width: 224px;
      background: linear-gradient(90deg, rgba(246, 247, 251, 0.17) 0%, #f6f7fb 100%);
    }

    .partners-nav {
      position: absolute;
      top: 100px;
      z-index: 3;
      width: 52px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #e3e9f1;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.96);
      opacity: 0;
      transform: translateY(4px);
      transition: opacity 180ms ease, transform 180ms ease;
    }

    .partners-carousel:hover .partners-nav,
    .partners-carousel:focus-within .partners-nav {
      opacity: 1;
      transform: translateY(0);
    }

    .partners-nav-prev {
      left: 64px;
    }

    .partners-nav-next {
      right: 64px;
    }

    .partners-nav img {
      width: 22px;
      height: 22px;
      display: block;
    }

    .partners-nav-prev img {
      transform: rotate(180deg);
    }

    .partners-all {
      position: relative;
      width: 160px;
      height: 42px;
      margin: 8px auto 0;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      border: 0.6px solid #262629;
      border-radius: 22px;
      background: #ffffff;
      color: #262629;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
    }

    .partners-all::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      border-radius: inherit;
      background: #262629;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .partners-all span {
      position: relative;
      z-index: 1;
    }

    .partners-thanks {
      width: 1400px;
      height: 20px;
      margin-top: 40px;
      display: flex;
      align-items: center;
      color: #888888;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      white-space: nowrap;
    }

    .partners-thanks::before,
    .partners-thanks::after {
      content: "";
      width: 586px;
      height: 1px;
      background: #e3e9f1;
      flex: 0 0 auto;
    }

    .partners-thanks span {
      width: 196px;
      margin: 0 16px;
    }

    .site-footer {
      position: relative;
      overflow: hidden;
      background: #ffffff;
      border-top: 1px solid #e9edf5;
    }

    .site-footer::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 2px;
      background: linear-gradient(90deg, #ff7a00 0%, #ff3856 32%, #d730ff 66%, #52d9ff 100%);
    }

    .footer-stage {
      width: min(var(--stage-width), calc(100% - 80px));
      margin: 0 auto;
      padding: 40px 0 16px;
    }

    .footer-main {
      display: grid;
      grid-template-columns: 300px 1fr 220px;
      gap: 52px;
      align-items: start;
    }

    .footer-brand-logo {
      width: 201px;
      height: 32px;
      display: block;
      object-fit: contain;
    }

    .footer-brand-tagline {
      position: relative;
      margin: 24px 0 0 19px;
      color: #222222;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
    }

    .footer-brand-tagline::before,
    .footer-brand-tagline::after {
      content: "";
      position: absolute;
      width: 7px;
      height: 7px;
    }

    .footer-brand-tagline::before {
      top: 3px;
      left: -19px;
      background: #7183f8;
    }

    .footer-brand-tagline::after {
      top: 10px;
      left: -12px;
      background: #e87d66;
    }

    .footer-brand-desc {
      width: 236px;
      margin: 8px 0 0;
      color: #777777;
      font-size: 12px;
      line-height: 17px;
      font-weight: 400;
    }

    .footer-socials {
      display: flex;
      gap: 12px;
      margin-top: 60px;
    }
