    :root {
      --bg: #000000;
      --text: #ffffff;
      --muted: #aaaaaa;
      --card-bg: rgba(17, 17, 17, 0.4);
      --card-border: rgba(51, 51, 51, 0.6);
      --teal: #58f5d7;
      --btn-grad-start: #b7f9fe;
      --btn-grad-mid: #82eef9;
      --btn-grad-end: #4ce2f3;
      --promo-header-offset: 0px;
      --module-gap-desktop: 150px;
      --module-title-card-gap-desktop: 46px;
      --hero-top-desktop: calc(136px + var(--promo-header-offset));
      --hero-block-height-desktop: 884px;
      --hero-p2-gap: var(--module-gap-desktop);
      --p2-p3-gap: var(--module-gap-desktop);
      --p2-top-desktop: calc(var(--hero-top-desktop) + var(--hero-block-height-desktop) + var(--module-gap-desktop));
      --p2-block-height-desktop: 990px;
      --p3-top-desktop: calc(var(--p2-top-desktop) + var(--p2-block-height-desktop) + var(--p2-p3-gap));
      --p3-block-height-desktop: 554.225px;
      --p3-p4-gap: var(--module-gap-desktop);
      --p4-top-desktop: calc(var(--p3-top-desktop) + var(--p3-block-height-desktop) + var(--p3-p4-gap));
      --p4-p5-gap: var(--module-gap-desktop);
      --p4-block-height-desktop: 554.225px;
      --home-news-block-height-desktop: 560px;
      --home-news-cta-gap: 150px;
      --p5-footer-gap: 64px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      background-color: #000000;
    }

    body {
      margin: 0;
      background: var(--bg);
      color: var(--text);
      font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      overflow-x: hidden;
    }

    .page {
      position: relative;
      width: 100%;
      min-height: 100vh;
      background: #000000;
      overflow: hidden;
    }

    .page-content {
      position: relative;
      width: 1920px;
      height: 4800px;
      margin: 0 auto;
      overflow: hidden;
      background: #000000;
    }

    .home-page .page-content {
      height: calc(var(--p4-top-desktop) + var(--p4-block-height-desktop) + var(--p4-p5-gap) + var(--home-news-block-height-desktop) + var(--home-news-cta-gap) + 480px + var(--p5-footer-gap) + 344px);
    }

    .bg-grid {
      position: absolute;
      top: 0;
      left: 0;
      width: 1920px;
      height: 1080px;
      background: url("assets/figma/41790fc8-37ab-475b-86b0-5b8764c19e37.401d89e5.webp") center top / cover no-repeat;
      opacity: 0.35;
      pointer-events: none;
    }

    .bg-grid::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, #000 100%);
    }

    .bg-bottom {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 1920px;
      height: 1084px;
      background: none;
      opacity: 0;
      pointer-events: none;
      display: none;
    }

    .header {
      position: fixed;
      top: var(--promo-header-offset);
      left: 0;
      width: 100%;
      height: 60px;
      border-bottom: 0;
      background: rgba(34, 34, 34, 0.8);
      backdrop-filter: blur(10px);
      z-index: 50;
      transition: none;
    }

    .header.is-sticky {
      top: var(--promo-header-offset);
      border-bottom-color: transparent;
      background: rgba(34, 34, 34, 0.8);
      box-shadow: none;
    }

    .header-inner {
      width: 100%;
      max-width: 1280px;
      height: 100%;
      margin: 0 auto;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo {
      width: 134.739px;
      max-width: 134.739px;
      aspect-ratio: 152 / 30;
      display: block;
      object-fit: contain;
      overflow: hidden;
    }

    .logo-image {
      width: 100%;
      max-width: 134.739px;
      height: 100%;
      display: block;
      object-fit: contain;
      background: transparent;
    }

    .logo a {
      display: block;
      width: 100%;
      height: 100%;
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-left: auto;
    }

    .header-nav {
      position: static;
      margin-left: 60px;
      transform: none;
      display: flex;
      align-items: center;
      gap: clamp(28px, 2.1vw, 40px);
      flex: 0 1 auto;
      flex-wrap: nowrap;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    .header-tab,
    .header-tab:link,
    .header-tab:visited {
      appearance: none;
      height: 60px;
      min-width: 0;
      padding: 0 10px;
      border: 0;
      border-radius: 0;
      background: transparent;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font: inherit;
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
      cursor: pointer;
      transition: color 180ms ease;
    }

    .header-tab.is-active {
      color: #4ce2f3;
      background: transparent;
      box-shadow: none;
    }

    .header-tab:hover,
    .header-tab:focus-visible {
      outline: none;
      color: #4ce2f3;
    }

    .header-tab.is-active:hover,
    .header-tab.is-active:focus-visible {
      color: #4ce2f3;
    }

    .header-model-tab,
    .header-resource-tab {
      gap: 10px;
    }

    .header-model-menu,
    .header-feature-menu,
    .header-resource-menu {
      position: relative;
      height: 60px;
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
    }

    .header-resource-menu .header-resource-tab {
      height: 100%;
    }

    .header-feature-tab,
    .header-model-menu:hover .header-model-tab,
    .header-model-menu:focus-within .header-model-tab,
    .header-model-menu.is-open .header-model-tab,
    .header-resource-menu:hover .header-resource-tab,
    .header-resource-menu:focus-within .header-resource-tab {
      gap: 10px;
    }

    .header-model-menu:hover .header-model-tab,
    .header-model-menu:focus-within .header-model-tab,
    .header-model-menu.is-open .header-model-tab,
    .header-feature-menu:hover .header-feature-tab,
    .header-feature-menu:focus-within .header-feature-tab,
    .header-feature-menu.is-open .header-feature-tab,
    .header-resource-menu:hover .header-resource-tab,
    .header-resource-menu:focus-within .header-resource-tab {
      color: #4ce2f3;
    }

    .header-model-menu:hover .header-tab-arrow,
    .header-model-menu:focus-within .header-tab-arrow,
    .header-model-menu.is-open .header-tab-arrow,
    .header-feature-menu:hover .header-tab-arrow,
    .header-feature-menu:focus-within .header-tab-arrow,
    .header-feature-menu.is-open .header-tab-arrow,
    .header-resource-menu:hover .header-tab-arrow,
    .header-resource-menu:focus-within .header-tab-arrow {
      transform: rotate(180deg);
    }

    .header-tab-arrow {
      width: 12px;
      height: 7px;
      display: inline-block;
      position: relative;
      flex: 0 0 auto;
      transition: transform 180ms ease;
    }

    .header-tab-arrow::before,
    .header-tab-arrow::after {
      content: "";
      position: absolute;
      top: 3px;
      width: 7px;
      height: 1.5px;
      border-radius: 999px;
      background: currentColor;
      transform-origin: center;
    }

    .header-tab-arrow::before {
      left: 0;
      transform: rotate(45deg);
    }

    .header-tab-arrow::after {
      right: 0;
      transform: rotate(-45deg);
    }

    .model-dropdown {
      position: fixed;
      top: calc(var(--promo-header-offset) + 60px);
      left: 50%;
      width: min(1180px, calc(100vw - 48px));
      min-width: 0;
      padding: 30px;
      border-radius: 12px;
      background: #121212;
      display: flex;
      align-items: flex-start;
      gap: 0;
      box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translate(-50%, 8px);
      transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
      z-index: 80;
    }

    .header-model-menu:hover .model-dropdown,
    .header-model-menu:focus-within .model-dropdown,
    .header-model-menu.is-open .model-dropdown {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }

    .model-dropdown::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 0;
    }

    .resource-dropdown {
      position: absolute;
      top: 60px;
      left: 50%;
      width: 240px;
      padding: 20px;
      border-radius: 12px;
      background: #121212;
      box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translate(-50%, 8px);
      transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
      z-index: 80;
    }

    .resource-dropdown::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -16px;
      height: 16px;
    }

    .header-resource-menu:hover .resource-dropdown,
    .header-resource-menu:focus-within .resource-dropdown {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }

    .resource-dropdown-panel {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .resource-option,
    .resource-option:link,
    .resource-option:visited {
      width: 200px;
      min-height: 40px;
      padding: 8px 10px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      color: #fff;
      font-size: 16px;
      line-height: 1;
      text-decoration: none;
      transition: color 180ms ease, background 180ms ease;
    }

    .resource-option:hover,
    .resource-option:focus-visible,
    .resource-option.is-resource-active {
      outline: none;
      color: #4ce2f3;
      background: #040000;
    }

    .feature-dropdown {
      position: absolute;
      top: 60px;
      left: -139px;
      width: 730px;
      height: 420px;
      padding: 30px;
      box-sizing: border-box;
      border-radius: 12px;
      background: #121212;
      display: flex;
      align-items: flex-start;
      gap: 30px;
      box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(8px);
      transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
      z-index: 80;
    }

    .header-feature-menu:hover .feature-dropdown,
    .header-feature-menu:focus-within .feature-dropdown,
    .header-feature-menu.is-open .feature-dropdown {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
    }

    .feature-dropdown::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -16px;
      height: 16px;
    }

    .feature-dropdown-panel {
      width: 180px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      flex: 0 0 180px;
    }

    .feature-option,
    .feature-option:link,
    .feature-option:visited {
      width: 180px;
      height: 40px;
      padding: 8px 10px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      gap: 10px;
      color: #fff;
      font-size: 16px;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
      background: transparent;
      transition: color 180ms ease, background 180ms ease;
    }

    .feature-option:hover,
    .feature-option:focus-visible {
      outline: none;
      color: #4ce2f3;
      background: rgba(255, 255, 255, 0.05);
    }

    .feature-option.is-feature-active,
    .feature-option.is-feature-active:link,
    .feature-option.is-feature-active:visited {
      width: 180px;
      height: 40px;
      color: #4ce2f3;
      background: #040000;
    }

    .feature-option-icon {
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
      color: currentColor;
    }

    .feature-option-icon img {
      display: block;
      width: 100%;
      height: 100%;
      filter: brightness(0) invert(1);
      object-fit: contain;
      transition: filter 180ms ease;
    }

    .feature-option:hover .feature-option-icon img,
    .feature-option:focus-visible .feature-option-icon img,
    .feature-option.is-feature-active .feature-option-icon img {
      filter: brightness(0) saturate(100%) invert(85%) sepia(71%) saturate(1346%) hue-rotate(149deg) brightness(98%) contrast(94%);
    }

    .feature-preview-card {
      width: 460px;
      height: 360px;
      padding: 20px 30px;
      border-radius: 10px;
      background: #040000;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      flex: 0 0 460px;
      overflow: hidden;
      color: inherit;
      text-decoration: none;
    }

    .feature-preview-copy {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 7px;
      text-align: center;
      white-space: nowrap;
    }

    .feature-preview-title {
      margin: 0;
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.18;
    }

    .feature-preview-title span {
      color: transparent;
      background:
        radial-gradient(circle at 80% 75%, rgba(121, 253, 176, 1) 0, rgba(88, 245, 215, 0) 62%),
        linear-gradient(108deg, #bffee1 8.98%, #05cefe 78.37%);
      -webkit-background-clip: text;
      background-clip: text;
    }

    .feature-preview-copy p {
      margin: 0;
      color: #d4dbe7;
      font-size: 16px;
      line-height: 1.35;
    }

    .feature-preview-media {
      width: 400px;
      aspect-ratio: 400 / 218;
      border-radius: 12px;
      overflow: hidden;
      flex: 0 0 auto;
    }

    .feature-preview-media img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    .feature-preview-card-cinematic .feature-preview-media {
      aspect-ratio: 400 / 210;
    }

    .model-dropdown-categories {
      width: 180px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex: 0 0 180px;
    }

    .model-category {
      width: 180px;
      height: 36px;
      padding: 8px 10px;
      border: 0;
      border-radius: 6px;
      background: transparent;
      color: #fff;
      display: flex;
      align-items: center;
      gap: 10px;
      font: inherit;
      font-size: 16px;
      line-height: 1;
      text-align: left;
      cursor: pointer;
      transition: color 180ms ease, background 180ms ease;
    }

    .model-category:hover,
    .model-category:focus-visible,
    .model-category.is-active {
      outline: none;
      color: #4ce2f3;
      background: #040000;
    }

    .model-category-icon {
      position: relative;
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
      color: currentColor;
    }

    .model-category-icon::before {
      content: "";
      position: absolute;
      inset: 0;
      background: currentColor;
      mask: var(--model-category-icon) center / 16px 16px no-repeat;
      -webkit-mask: var(--model-category-icon) center / 16px 16px no-repeat;
    }

    .model-category-icon-video {
      --model-category-icon: url("assets/figma/model-icon-video.212f720a.svg");
    }

    .model-category-icon-image {
      --model-category-icon: url("assets/figma/model-icon-image.631f7f7e.svg");
    }

    .model-category-icon-text {
      --model-category-icon: url("assets/figma/model-icon-text.18cb59fa.svg");
    }

    .model-category-icon-audio {
      --model-category-icon: url("assets/figma/model-icon-audio.1fc00b2e.svg");
    }

    .model-dropdown-panel {
      width: 100%;
      min-height: 0;
      padding: 0;
      border-radius: 10px;
      background: transparent;
      flex: 1 1 auto;
      min-width: 0;
    }

    .model-panel {
      display: grid;
      grid-template-columns: minmax(260px, 1.25fr) repeat(2, minmax(150px, 1fr));
      column-gap: 20px;
      row-gap: 10px;
      align-items: start;
    }

    .model-panel[hidden] {
      display: none;
    }

    .model-panel[data-model-panel="image"],
    .model-panel[data-model-panel="text"],
    .model-panel[data-model-panel="audio"] {
      grid-template-columns: repeat(3, minmax(0, max-content));
      column-gap: 30px;
      align-items: center;
    }

    .model-panel-flat {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }

    .model-panel-row {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 20px;
    }

    .model-panel-flat .model-panel-row:first-child {
      flex-wrap: nowrap;
    }

    .model-option,
    .model-option:link,
    .model-option:visited {
      min-height: 36px;
      padding: 8px 10px;
      border-radius: 6px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #fff;
      font-size: 16px;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
      transition: color 180ms ease, background 180ms ease;
    }

    .model-option:hover,
    .model-option:focus-visible {
      outline: none;
      color: #4ce2f3;
      background: rgba(255, 255, 255, 0.05);
    }

    .model-option-static,
    .model-option-static:hover,
    .model-option-static:focus-visible {
      color: #fff;
      background: transparent;
      cursor: default;
    }

    .model-option-icon {
      width: 16px;
      height: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 16px;
      color: currentColor;
      font-size: 14px;
      line-height: 1;
    }

    .model-option-badge {
      width: 56px;
      height: 24px;
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #040000;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      background:
        radial-gradient(circle at 80% 75%, rgba(121, 253, 176, 1) 0, rgba(88, 245, 215, 0) 62%),
        linear-gradient(108deg, #bffee1 8.98%, #05cefe 78.37%);
    }

    .btn-outline {
      height: 39px;
      min-width: 120px;
      padding: 0 30px;
      border: 0;
      border-radius: 10px;
      background: #ffffff;
      backdrop-filter: blur(10px);
      color: #151524;
      font-size: 16px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      line-height: 1;
      cursor: pointer;
      transition: background 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 120ms ease;
    }

    .btn-outline img {
      width: 14px;
      height: 16px;
      object-fit: contain;
      transition: filter 220ms ease;
    }

    .lang-btn {
      height: 42px;
      padding: 9px 20px;
      border: 1px solid #333;
      border-radius: 10px;
      background: rgba(0, 0, 0, 0.01);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      color: #dee7f7;
      font-family: "PingFang SC", "Noto Sans SC", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 4px;
      cursor: pointer;
      transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
    }

    .lang-btn-icon {
      width: 14px;
      height: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
    }

    .lang-btn-icon img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
    }

    .lang-btn-text {
      display: block;
      white-space: nowrap;
      color: inherit;
    }

    .btn-outline:hover,
    .btn-outline:focus-visible {
      border-color: transparent;
      color: #151524;
      background: #ffffff;
      box-shadow: none;
      filter: brightness(0.92);
      outline: none;
    }

    .btn-outline:hover img,
    .btn-outline:focus-visible img {
      filter: brightness(0) saturate(100%);
    }

    .btn-outline:active {
      transform: translateY(1px);
    }

    .btn-primary,
    .mini-btn {
      transition: box-shadow 220ms ease, transform 120ms ease, filter 220ms ease;
    }

    .btn-primary:hover,
    .btn-primary:focus-visible {
      box-shadow: 0 6px 26px rgba(76, 226, 243, 0.78);
      filter: saturate(1.06);
      outline: none;
    }

    .btn-primary:active,
    .mini-btn:active {
      transform: translateY(1px);
    }

    .mini-btn:hover,
    .mini-btn:focus-visible {
      box-shadow: 0 6px 26px rgba(76, 226, 243, 0.8);
      filter: saturate(1.06);
      outline: none;
    }

    .lang-btn:hover,
    .lang-btn:focus-visible {
      border-color: rgba(255, 255, 255, 0.56);
      background: rgba(0, 0, 0, 0.01);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.34), 0 0 14px rgba(255, 255, 255, 0.14);
      outline: none;
    }

    .lang-btn:active {
      transform: none;
    }

    .section {
      position: absolute;
      left: 320px;
      width: 1280px;
    }

    .sec-title {
      margin: 0;
      font-size: 48px;
      line-height: 1.2;
      font-weight: 600;
      color: #fff;
      text-align: center;
    }

    .sec-subtitle {
      margin: 10px 0 0;
      font-size: 16px;
      line-height: 1.4;
      font-weight: 400;
      color: #aaa;
      text-align: center;
    }

    html[lang="en"] .p2 .title-wrap {
      width: min(100%, 860px);
      margin: 0 auto;
      text-align: center;
    }

    html[lang="en"] .p2 .sec-title {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    html[lang="en"] .p2 .sec-subtitle {
      margin: 12px auto 0;
      max-width: 860px;
      text-align: center;
      white-space: normal;
      text-wrap: balance;
    }

    html[lang="en"] .p3 .sec-title {
      white-space: pre-line;
      text-wrap: balance;
    }

    html[lang="en"] .p3 .title-wrap {
      width: min(100%, 980px);
    }

    html[lang="en"] .p4 .sec-subtitle {
      white-space: pre-line;
      text-wrap: balance;
    }

    html[lang="en"] .gen-prompt {
      height: 136px;
    }

    html[lang="en"] .video-prompt {
      height: auto;
      min-height: 136px;
    }

    html[lang="en"] .gen-prompt-inner {
      padding: 8px;
    }

    html[lang="en"] .gen-prompt-text {
      width: 100%;
      max-width: none;
      font-size: 11px;
      line-height: 1.35;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    @media (min-width: 769px) {
      html[lang="en"] .cta-core {
        width: min(100%, 1240px);
        height: auto;
        gap: 24px;
        padding: 0 24px;
      }

      html[lang="en"] .cta-copy {
        width: 100%;
        gap: 14px;
      }

      html[lang="en"] .cta h2 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        white-space: normal;
        text-wrap: balance;
        font-size: clamp(36px, 4vw, 52px);
        line-height: 1.16;
      }

      html[lang="en"] .cta-subtitle {
        white-space: nowrap;
      }
    }

    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      height: 40px;
      border: 0;
      border-radius: 12px;
      padding: 0 20px;
      min-width: 129px;
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      color: #040000;
      cursor: pointer;
      background: radial-gradient(100% 400% at 50% 100%, var(--btn-grad-start) 0%, var(--btn-grad-mid) 50%, var(--btn-grad-end) 100%);
      box-shadow: 0 4px 20px rgba(76, 226, 243, 0.4);
    }

    .btn-primary img {
      width: 15px;
      height: 18px;
      object-fit: contain;
    }

    .hero {
      top: var(--hero-top-desktop);
      height: var(--hero-block-height-desktop);
    }

    .hero-title-wrap {
      width: 892px;
      margin: 0 auto;
      text-align: center;
    }

    .hero-title-wrap .sec-subtitle {
      margin-top: 10px;
      white-space: nowrap;
    }

    .hero-cta {
      position: absolute;
      top: 152px;
      left: 50%;
      transform: translateX(-50%);
    }

    .hero-cta:active {
      transform: translateX(-50%) translateY(1px);
    }

    .hero-card-shell {
      position: absolute;
      top: 224px;
      left: 0;
      width: 1280px;
      height: 604px;
      overflow: hidden;
    }

    .hero-card {
      position: absolute;
      top: 0;
      left: 0;
      width: 1400px;
      height: 660px;
      border: 1px solid rgba(51, 51, 51, 0.6);
      border-radius: 20px;
      background-color: #040608;
      background-image: radial-gradient(circle at center, rgba(176, 190, 210, 0.24) 1.25px, rgba(4, 6, 8, 0) 1.35px);
      background-size: 30px 30px;
      --grid-glow-x: 700px;
      --grid-glow-y: 330px;
      --grid-glow-opacity: 0;
      isolation: isolate;
      overflow: hidden;
      transform: scale(0.914285714);
      transform-origin: top left;
    }

    .hero-card::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      opacity: var(--grid-glow-opacity);
      transition: opacity 300ms ease;
    }

    .hero-card::after {
      background-image: radial-gradient(circle at center, rgba(245, 250, 255, 0.82) 1.25px, rgba(255, 255, 255, 0) 1.35px);
      background-size: 30px 30px;
      mix-blend-mode: screen;
      -webkit-mask-image: radial-gradient(
        280px circle at var(--grid-glow-x) var(--grid-glow-y),
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.36) 52%,
        rgba(0, 0, 0, 0) 100%
      );
      mask-image: radial-gradient(
        280px circle at var(--grid-glow-x) var(--grid-glow-y),
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.36) 52%,
        rgba(0, 0, 0, 0) 100%
      );
    }

    .hero-links {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1;
      overflow: visible;
    }

    .hero-link {
      fill: none;
      stroke: rgba(255, 255, 255, 0.26);
      stroke-width: 1.2;
      stroke-linecap: round;
      stroke-linejoin: round;
      vector-effect: non-scaling-stroke;
      filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.18));
    }

    .hero-link-flow {
      fill: none;
      stroke-width: 1.55;
      stroke-linecap: round;
      stroke-linejoin: round;
      vector-effect: non-scaling-stroke;
      filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.55)) drop-shadow(0 0 6px rgba(255, 255, 255, 0.22));
    }

    .hero-link-flow-a {
      stroke: url(#hero-flow-grad-a);
    }

    .hero-link-flow-b {
      stroke: url(#hero-flow-grad-b);
    }

    .hero-link-flow-c {
      stroke: url(#hero-flow-grad-c);
    }

    .ref-block {
      position: absolute;
      display: flex;
      flex-direction: column;
      gap: 9.571px;
      z-index: 2;
    }

    .flow-node {
      cursor: grab;
      user-select: none;
      touch-action: none;
    }

    .flow-node.is-dragging {
      cursor: grabbing;
    }

    .flow-node label {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      white-space: nowrap;
    }

    .flow-node .node-title,
    .flow-node .node-model {
      font-size: inherit;
      line-height: inherit;
    }

    .flow-node .node-title {
      color: inherit;
      min-width: 0;
    }

    .flow-node .node-model {
      margin-left: auto;
      color: #778093;
      font-weight: 400;
      text-align: right;
      flex: 0 0 auto;
    }

    .ref-block label {
      width: 100%;
      font-size: 14px;
      color: #d9d9d9;
      line-height: 1;
    }

    .ref-block img {
      border: 1px solid #4d5056;
      object-fit: cover;
      background: #111;
      transition: border-color 160ms ease, box-shadow 160ms ease;
    }

    .ref-a {
      left: 80px;
      top: 40px;
    }

    .ref-a img {
      width: 180px;
      height: 180px;
      border-radius: 5.743px;
    }

    .ref-b {
      left: 80px;
      top: 382px;
    }

    .ref-b img {
      width: 180px;
      height: 180px;
      border-radius: 9.571px;
    }

    .gen-block {
      position: absolute;
      left: 450px;
      top: 168px;
      width: 340px;
      z-index: 3;
    }

    .gen-block label {
      width: 320px;
      margin-bottom: 10px;
      font-size: 14px;
      color: #d9d9d9;
      line-height: 1;
    }

    .gen-card {
      width: 320px;
      padding: 0;
      border: 1px solid #4d5056;
      border-radius: 9.571px;
      background: #111111;
      transition: border-color 160ms ease, box-shadow 160ms ease;
      overflow: hidden;
      position: relative;
      clip-path: inset(0 round 9.571px);
    }

    .gen-block .preview {
      width: 100%;
      height: 178px;
      border-radius: 9.571px;
      object-fit: cover;
      display: block;
    }

    .gen-prompt {
      position: absolute;
      left: -8px;
      top: calc(100% + 8px);
      width: 336px;
      height: 104px;
      padding: 8px;
      border-radius: 12px;
      border: 1px solid #313136;
      background: #141416;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 220ms ease;
      z-index: 6;
      box-sizing: border-box;
    }

    .video-prompt {
      left: 0;
      width: 320px;
      height: auto;
      min-height: 104px;
    }

    .video-prompt .gen-prompt-inner {
      height: auto;
    }

    .video-prompt-text {
      width: 100%;
      max-width: none;
      line-height: 1.35;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    .gen-prompt-inner {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      background: #000;
      padding: 10px;
      border: 1px solid #1f1f21;
      box-sizing: border-box;
    }

    .gen-prompt-text {
      display: block;
      width: 300px;
      margin: 0;
      color: #d9d9d9 !important;
      font-family: "PingFang SC", "Noto Sans SC", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400 !important;
      line-height: normal;
      letter-spacing: 0;
      text-align: left;
      -webkit-text-fill-color: #d9d9d9;
    }

    .gen-prompt-text::after {
      content: "";
      display: inline-block;
      width: 1px;
      height: 0.95em;
      margin-left: 4px;
      background: #58F5D7;
      vertical-align: -0.1em;
      animation: gen-prompt-caret-blink 1s steps(1, end) infinite;
      box-shadow: 0 0 4px rgba(88, 245, 215, 0.45);
    }

    .video-prompt .gen-prompt-text {
      width: 100%;
      max-width: none;
      line-height: 1.35;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    .video-prompt .gen-prompt-text::after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0.95em;
      margin-left: 0;
      border-left: 1px solid #58F5D7;
      background: transparent;
      vertical-align: -0.1em;
      animation: gen-prompt-caret-blink 1s steps(1, end) infinite;
      box-shadow: 0 0 4px rgba(88, 245, 215, 0.45);
    }

    @keyframes gen-prompt-caret-blink {
      0%,
      49% {
        opacity: 1;
      }
      50%,
      100% {
        opacity: 0;
      }
    }

    .gen-block.is-prompt-visible .gen-prompt,
    .video-block.is-prompt-visible .video-prompt {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .video-block {
      position: absolute;
      left: 980px;
      top: 164px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 2;
    }

    .video-block label {
      width: 320px;
      font-size: 14px;
      color: #d9d9d9;
      line-height: 1;
    }

    .video-block img,
    .video-block video {
      width: 320px;
      height: 178px;
      border: 1px solid #4d5056;
      border-radius: 9.571px;
      object-fit: cover;
      transition: border-color 160ms ease, box-shadow 160ms ease;
    }

    .video-block video {
      display: block;
      background: #111;
      pointer-events: none;
    }

    .ref-block:hover img,
    .ref-block.is-dragging img,
    .gen-block:hover .gen-card,
    .gen-block.is-dragging .gen-card,
    .video-block:hover img,
    .video-block.is-dragging img,
    .video-block:hover video,
    .video-block.is-dragging video {
      border-color: rgba(255, 255, 255, 0.92);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    }

    .dot {
      position: absolute;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #58F5D7;
      filter: drop-shadow(0 0 3.829px rgba(131, 249, 107, 0.30));
      z-index: 4;
      pointer-events: none;
    }

    .dot.dot-c {
      width: 9.571px;
      height: 9.571px;
    }

    .p2 {
      top: var(--p2-top-desktop);
    }

    .p2 .title-wrap {
      width: 560px;
      margin: 0 auto;
      text-align: center;
    }

    .p2 .sec-subtitle {
      white-space: nowrap;
    }

    .models-shell {
      position: relative;
      width: 1280px;
      height: 768px;
      margin-top: 60px;
      overflow: hidden;
    }

    .models-wrap {
      margin-top: 0;
      width: 1400px;
      height: 840px;
      transform: scale(0.914285714);
      transform-origin: top left;
    }

    .card {
      border: 1px solid var(--card-border);
      border-radius: 20px;
      background: var(--card-bg);
      position: relative;
      overflow: hidden;
    }

    .video-model {
      width: 1400px;
      height: 520px;
      padding: 30px;
    }

    .video-model-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 1400px;
      height: 520px;
      object-fit: cover;
    }

    .video-model-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    }

    .card-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .card-title {
      margin: 0;
      font-size: 24px;
      line-height: 1.2;
      font-weight: 600;
      color: #fff;
    }

    .corner-icon {
      position: absolute;
      right: 30px;
      top: 30px;
      width: 60px;
      height: 60px;
      object-fit: contain;
      z-index: 3;
    }

    .model-grid {
      width: 1360px;
      display: grid;
      grid-template-columns: repeat(9, minmax(0, 1fr));
      gap: 30px;
      align-items: flex-start;
    }

    .model-item {
      display: flex;
      flex-direction: column;
      gap: 10px;
      min-width: 0;
    }

    a.model-item,
    a.model-item:link,
    a.model-item:visited {
      color: inherit;
      text-decoration: none;
      cursor: pointer;
      transition: transform 180ms ease, opacity 180ms ease;
    }

    a.model-item:hover,
    a.model-item:focus-visible {
      outline: none;
      opacity: 0.88;
      transform: translateY(-2px);
    }

    .model-item img {
      width: 36px;
      height: 36px;
      object-fit: contain;
    }

    .model-item p {
      margin: 0;
      font-size: 16px;
      line-height: 1.4;
      color: #fff;
      white-space: pre-line;
      word-break: break-word;
    }

    .p2 .video-model .model-item-seedance p {
      white-space: pre;
      word-break: keep-all;
      overflow-wrap: normal;
    }

    .card-row {
      margin-top: 20px;
      display: flex;
      gap: 20px;
    }

    .small-card {
      height: 300px;
      padding: 30px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.8) 100%);
      border: 1px solid rgba(51, 51, 51, 0.6);
      border-radius: 20px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .small-card.w560 { width: 560px; }
    .small-card.w400 { width: 400px; }

    .small-grid {
      display: flex;
      gap: 30px;
      align-items: flex-start;
      flex-wrap: nowrap;
    }

    .small-grid.two-col .model-item { width: 155px; }
    .small-grid.three-col .model-item { width: 126px; }

    /* P2 三卡片：按设计稿精调标题与图标上下边距 */
    .p2 .small-card {
      padding: 24px 24px 30px;
      justify-content: flex-start;
    }

    .p2 .small-card.model-card-image {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.72) 100%), url("assets/figma/p2-model-image.7c2845a5.webp");
      background-size: cover;
      background-position: 50% 46%;
      background-repeat: no-repeat;
    }

    .p2 .small-card.model-card-text {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.74) 100%), url("assets/figma/p2-model-text.0d8e2583.webp");
      background-size: cover;
      background-position: 52% 40%;
      background-repeat: no-repeat;
    }

    .p2 .small-card.model-card-audio {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.66) 100%), url("assets/figma/p2-model-audio.75b58766.webp");
      background-size: cover;
      background-position: 50% 44%;
      background-repeat: no-repeat;
    }

    .p2 .small-card .card-title {
      margin-top: 0;
      line-height: 1.2;
    }

    .p2 .small-card .corner-icon {
      display: none;
    }

    .p2 .small-card .small-grid {
      margin-top: auto;
      padding-top: 10px;
      align-items: flex-start;
    }

    .p2 .small-card.w560 .small-grid {
      margin-top: auto;
    }

    .p2 .small-card.w400 .small-grid {
      margin-top: auto;
    }

    .coming {
      margin-left: 6px;
      font-size: 12px;
      color: #fff;
      opacity: 0.9;
    }

    .p3 {
      top: var(--p3-top-desktop);
    }

    .p3 .title-wrap {
      width: 672px;
      margin: 0 auto;
      text-align: center;
    }

    .platform-card {
      margin-top: var(--module-title-card-gap-desktop);
      width: 1280px;
      height: 418.225px;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 0;
    }

    .platform-left {
      width: 494px;
      height: 340px;
      display: flex;
      gap: 30px;
      align-items: flex-start;
    }

    .rail-wrap {
      position: relative;
      width: 4px;
      height: 340px;
      border-radius: 2px;
      overflow: hidden;
      background: linear-gradient(180deg, rgba(102, 102, 102, 0.55) 0%, rgba(102, 102, 102, 0.3) 100%);
      box-shadow: inset 0 0 0 1px rgba(102, 102, 102, 0.22);
    }

    .rail-active {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: calc(100% / 3);
      border-radius: 2px;
      background: linear-gradient(180deg, #999999 0%, #8b8b8b 42%, #666666 100%);
      box-shadow: 0 0 14px rgba(88, 245, 215, 0.28);
      transform: translate3d(0, 0, 0);
      transition: transform 220ms cubic-bezier(0.24, 0.76, 0.3, 1), height 200ms cubic-bezier(0.24, 0.76, 0.3, 1);
      will-change: transform, height;
    }

    .platform-copy {
      width: 460px;
      height: 340px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .interactive-copy {
      height: 340px;
      justify-content: space-between;
      gap: 0;
    }

    .interactive-copy .feature-item {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .feature-item {
      width: 100%;
      border: 0;
      background: transparent;
      color: inherit;
      padding: 2px 0;
      text-align: left;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      cursor: default;
      border-radius: 8px;
      transition: transform 120ms ease, filter 160ms ease;
    }

    .feature-item:focus-visible {
      outline: 1px solid rgba(88, 245, 215, 0.6);
      outline-offset: 6px;
    }

    .feature-item:hover {
      filter: brightness(1.04);
    }

    .feature-title {
      margin: 0;
      font-family: "PingFang SC", "Noto Sans SC", sans-serif;
      font-size: 24px;
      line-height: 1.2;
      font-weight: 600;
      color: #999999;
      transition: color 220ms ease, font-size 220ms ease;
    }

    .feature-desc {
      margin: 0;
      display: none;
      font-family: "PingFang SC", "Noto Sans SC", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #999999;
    }

    .feature-item.is-active .feature-title {
      font-size: 30px;
      color: #ffffff;
    }

    html[lang="en"] .p3 .feature-title,
    html[lang="en"] .p4 .feature-title {
      font-size: 22px;
      white-space: nowrap;
      word-break: normal;
      overflow-wrap: normal;
    }

    html[lang="en"] .p3 .feature-item.is-active .feature-title,
    html[lang="en"] .p4 .feature-item.is-active .feature-title {
      font-size: 24px;
    }

    .feature-item.is-active .feature-desc {
      display: block;
    }

    .platform-copy h3 {
      margin: 0;
      font-size: 30px;
      line-height: 1;
      color: #fff;
      font-weight: 600;
    }

    .platform-copy p {
      margin: 10px 0 0;
      font-size: 16px;
      line-height: 24px;
      color: #999;
    }

    .platform-copy .sub {
      margin: 0;
      font-size: 24px;
      line-height: 1;
      color: #999;
      font-weight: 600;
    }

    .platform-img,
    .platform-video {
      width: 680px;
      height: 378.225px;
      aspect-ratio: 169 / 94;
      object-fit: cover;
      border-radius: 16px;
      clip-path: inset(0 round 16px);
      transition: opacity 160ms ease, filter 160ms ease;
    }

    .p4 {
      top: var(--p4-top-desktop);
    }

    .p4 .title-wrap {
      width: 742px;
      margin: 0 auto;
      text-align: center;
    }

    .template-card {
      margin-top: var(--module-title-card-gap-desktop);
      width: 1280px;
      height: 418.225px;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 0;
    }

    .template-left {
      width: 494px;
      height: 340px;
      display: flex;
      gap: 30px;
      align-items: flex-start;
    }

    .template-copy {
      width: 460px;
      height: 340px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .platform-copy .feature-desc {
      max-width: 460px;
    }

    .template-copy .feature-desc {
      max-width: 460px;
    }

    .template-copy h3 {
      margin: 0;
      font-size: 30px;
      line-height: 1;
      color: #fff;
      font-weight: 600;
    }

    .template-copy p {
      margin: 10px 0 0;
      font-size: 16px;
      line-height: 24px;
      color: #999;
    }

    .template-copy .sub {
      margin: 0;
      font-size: 24px;
      line-height: 1;
      color: #999;
      font-weight: 600;
    }

    .template-img-wrap {
      position: relative;
      width: 680px;
      height: 378.225px;
      aspect-ratio: 169 / 94;
      border-radius: 12px;
      overflow: hidden;
    }

    .template-img,
    .template-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: opacity 160ms ease, filter 160ms ease;
    }

    .platform-img.is-switching,
    .platform-video.is-switching,
    .template-img.is-switching,
    .template-video.is-switching {
      opacity: 0.78;
      filter: saturate(0.94);
    }

    .platform-img.is-hidden,
    .platform-video.is-hidden,
    .template-img.is-hidden,
    .template-video.is-hidden {
      display: none;
    }

    .template-caption {
      position: absolute;
      left: 30px;
      right: 30px;
      bottom: 20px;
      min-height: 52px;
      padding: 9px 12px;
      border-radius: 11px;
      background: rgba(21, 21, 36, 0.4);
      backdrop-filter: blur(9px);
      color: #dee7f7;
      font-size: 11px;
      line-height: 1.4;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
    }

    .template-caption.is-commerce {
      min-height: 52px;
      padding: 8px 12px;
      left: 50%;
      right: auto;
      width: fit-content;
      max-width: calc(100% - 60px);
      transform: translateX(-50%);
      align-items: center;
    }

    .template-caption.is-hidden {
      display: none !important;
    }

    .template-caption-text-wrap {
      width: 100%;
      min-width: 0;
    }

    .template-caption-text-wrap.is-hidden {
      display: none !important;
    }

    .template-caption-commerce {
      width: auto;
      max-width: 100%;
      min-width: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
    }

    .template-caption-commerce.is-hidden {
      display: none !important;
    }

    .template-commerce-track {
      display: flex;
      align-items: center;
      gap: 4px;
      min-width: 0;
      flex: 0 1 auto;
      max-width: 100%;
      overflow-x: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .template-commerce-track::-webkit-scrollbar {
      display: none;
    }

    .template-commerce-thumb {
      width: 36px;
      height: 36px;
      border-radius: 4px;
      overflow: hidden;
      flex-shrink: 0;
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background: rgba(255, 255, 255, 0.06);
    }

    .template-commerce-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .template-commerce-thumb:not(.is-active)::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(22, 24, 31, 0.32);
    }

    .template-commerce-thumb.is-active {
      border-color: rgba(255, 255, 255, 0.72);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    }

    .template-commerce-token {
      height: 24px;
      padding: 0 8px;
      border-radius: 4px;
      border: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
      flex-shrink: 0;
      font-size: 11px;
      line-height: 1;
      color: #dee7f7;
      background: rgba(51, 51, 51, 0.8);
    }

    .template-commerce-token.is-active {
      background: rgba(0, 0, 0, 0.28);
    }

    .template-commerce-join {
      white-space: nowrap;
      flex-shrink: 0;
      font-size: 11px;
      line-height: 1;
      color: #dee7f7;
    }

    .template-caption .mini-btn {
      width: 38px;
      height: 32px;
      border: 0;
      border-radius: 8px;
      background: radial-gradient(100% 400% at 50% 100%, var(--btn-grad-start) 0%, var(--btn-grad-mid) 50%, var(--btn-grad-end) 100%);
      box-shadow: 0 4px 19px rgba(76, 226, 243, 0.7);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      align-self: center;
    }

    .template-caption .mini-btn img {
      width: 15px;
      height: 18px;
      object-fit: contain;
    }

    .home-news {
      top: calc(var(--p4-top-desktop) + var(--p4-block-height-desktop) + var(--p4-p5-gap));
      height: var(--home-news-block-height-desktop);
      z-index: 3;
    }

    .home-news-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .home-news-head .sec-title {
      font-size: 40px;
      line-height: 1.25;
      text-align: left;
    }

    .home-news-head a {
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      text-decoration: none;
      opacity: 0.78;
      transition: opacity 180ms ease, color 180ms ease;
    }

    .home-news-head a:hover,
    .home-news-head a:focus-visible {
      color: #4ce2f3;
      opacity: 1;
      outline: none;
    }

    .home-news-grid {
      margin-top: 46px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 40px;
    }

    .home-news-card {
      display: block;
      color: #fff;
      text-decoration: none;
      transition: transform 180ms ease;
    }

    .home-news-card:hover,
    .home-news-card:focus-visible {
      outline: none;
      transform: translateY(-6px);
    }

    .home-news-card img {
      width: 100%;
      height: 220px;
      display: block;
      border: 1px solid rgba(25, 25, 33, 0.6);
      border-radius: 20px;
      object-fit: cover;
      transition: transform 220ms ease, filter 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
    }

    .home-news-card:hover img,
    .home-news-card:focus-visible img {
      border-color: rgba(76, 226, 243, 0.5);
      box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
      filter: brightness(1.08) saturate(1.08);
      transform: scale(1.03);
    }

    .home-news-card-title {
      display: block;
      margin-top: 24px;
      min-height: 64px;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      line-height: 32px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      transition: color 180ms ease;
    }

    .home-news-card:hover .home-news-card-title,
    .home-news-card:focus-visible .home-news-card-title {
      color: #4ce2f3;
    }

    .home-news-card .home-news-card-date {
      display: block;
      margin-top: 8px;
      color: #aaa;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
    }

    .cta {
      position: absolute;
      top: calc(var(--p4-top-desktop) + var(--p4-block-height-desktop) + var(--p4-p5-gap) + var(--home-news-block-height-desktop) + var(--home-news-cta-gap));
      left: 0;
      width: 1920px;
      height: 480px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: #040608;
      z-index: 2;
    }

    .cta::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(54% 62% at 50% 58%, rgba(23, 28, 44, 0.08) 0%, rgba(0, 0, 0, 0.24) 68%, rgba(0, 0, 0, 0.58) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.22) 38%, rgba(0, 0, 0, 0.52) 100%);
      pointer-events: none;
      z-index: 1;
    }

    .cta-bg-video {
      position: absolute;
      top: 3%;
      left: 0;
      width: 100%;
      height: 94%;
      object-fit: contain;
      object-position: center center;
      opacity: 0.92;
      filter: saturate(1.04) contrast(1.03);
      pointer-events: none;
      z-index: 0;
    }

    .reveal-section {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
      will-change: opacity, transform;
    }

    .reveal-section.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .footer.reveal-section {
      opacity: 1;
      transform: none;
    }

    .cta-core {
      position: relative;
      width: 459px;
      height: 220px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 56px;
      text-align: center;
      z-index: 2;
    }

    .cta-copy {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .cta-core::before {
      content: none;
      position: absolute;
      inset: -80px -120px;
      background: radial-gradient(circle at 50% 50%, rgba(185, 112, 255, 0.58) 0%, rgba(52, 64, 255, 0.22) 42%, rgba(0, 0, 0, 0) 72%);
      filter: blur(20px);
      z-index: -1;
    }

    .cta h2 {
      margin: 0;
      font-size: 48px;
      line-height: 1.2;
      font-weight: 700;
      font-family: "Lato", "Noto Sans SC", "Noto Sans JP", sans-serif;
      color: #fff;
      white-space: nowrap;
    }

    .cta-subtitle {
      margin: 0;
      color: #FFF;
      text-align: center;
      font-family: "PingFang SC";
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      white-space: nowrap;
    }

    .footer {
      position: absolute;
      left: 0;
      top: calc(var(--p4-top-desktop) + var(--p4-block-height-desktop) + var(--p4-p5-gap) + var(--home-news-block-height-desktop) + var(--home-news-cta-gap) + 480px + var(--p5-footer-gap));
      bottom: auto;
      width: 1920px;
      min-height: 344px;
      padding: 40px 320px;
      box-sizing: border-box;
      background: #040404;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 60px;
      z-index: 5;
    }

    .footer-main {
      width: 100%;
      max-width: 1280px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 48px;
    }

    .footer-brand {
      width: 322px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      flex: 0 0 322px;
    }

    .footer-logo {
      width: 215.582px;
      max-width: 215.582px;
      aspect-ratio: 152 / 30;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin: 0;
    }

    .footer-logo img {
      width: 100%;
      max-width: 215.582px;
      height: 100%;
      display: block;
      object-fit: contain;
    }

    .footer-brand-copy {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .footer-brand-title {
      margin: 0;
      color: #fff;
      font-family: "PingFang SC", "Noto Sans SC", sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: normal;
      white-space: nowrap;
    }

    .footer-brand-subtitle {
      margin: 0;
      color: rgba(255, 255, 255, 0.6);
      font-family: "PingFang SC", "Noto Sans SC", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      white-space: nowrap;
    }

    .footer-column {
      width: 120px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      flex: 0 0 120px;
    }

    .footer-column-title {
      margin: 0;
      color: #999;
      font-family: "Lato", "Noto Sans SC", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
      white-space: nowrap;
    }

    .footer-community {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      flex: 0 0 240px;
    }

    .footer-qr-list {
      display: flex;
      align-items: flex-start;
      gap: 0;
      padding: 0;
    }

    .footer-qr-list-single {
      flex-direction: column;
      align-items: center;
    }

    .footer-qr-card {
      width: 120px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    .footer-qr {
      width: 100px;
      height: 100px;
      display: block;
      object-fit: contain;
      border-radius: 10px;
      background: transparent;
    }

    .footer-qr-card p {
      min-width: 100%;
      margin: 0;
      color: #797979;
      font-family: "PingFang SC", "Noto Sans SC", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      text-align: center;
    }

    .footer-community-note {
      width: 240px;
      margin: 0;
      color: #797979;
      font-family: "PingFang SC", "Noto Sans SC", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
    }

    .copyright {
      margin: 0;
      font-size: 12px;
      line-height: 21px;
      color: #777;
      font-family: "PingFang SC", "Noto Sans SC", sans-serif;
      white-space: nowrap;
    }

    .footer-link,
    .footer-link:link,
    .footer-link:visited {
      color: #fff;
      font-family: "PingFang SC", "Noto Sans SC", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
      text-decoration: none;
      position: relative;
      white-space: nowrap;
      transition: color 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
    }

    .footer-link:hover,
    .footer-link:focus-visible {
      color: rgba(255, 255, 255, 0.62);
      opacity: 1;
      filter: brightness(0.72);
      outline: none;
    }

    .footer-model-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .footer-link-badge {
      min-width: 40px;
      height: 20px;
      padding: 3px 8px;
      border-radius: 4px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #040000;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      background:
        radial-gradient(circle at 80% 75%, rgba(121, 253, 176, 1) 0, rgba(88, 245, 215, 0) 62%),
        linear-gradient(108deg, #bffee1 8.98%, #05cefe 78.37%);
    }

    .footer-bottom {
      width: 100%;
      max-width: 1280px;
      padding-top: 20px;
      border-top: 1px solid #333;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 24px;
      color: #777;
      font-size: 12px;
      line-height: 21px;
      text-align: center;
      white-space: nowrap;
    }

    .footer-records {
      margin: 0;
      display: flex;
      align-items: center;
      gap: 8px;
      color: #777;
      font-family: Arial, "Noto Sans SC", sans-serif;
      font-size: 12px;
      line-height: 21px;
      white-space: nowrap;
    }

    .footer-records span {
      overflow-wrap: anywhere;
    }

    .footer-record-link,
    .footer-record-link:link,
    .footer-record-link:visited {
      color: #777;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .footer-record-link:hover,
    .footer-record-link:focus-visible {
      color: #fff;
      outline: none;
    }

    .consult-float {
      position: fixed;
      right: 40px;
      bottom: 40px;
      z-index: 80;
      width: 52px;
      height: 52px;
      font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
    }

    html[lang="en"] .consult-float {
      display: none;
    }

    .consult-trigger {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 52px;
      height: 52px;
      display: block;
      padding: 0;
      border: 0;
      border-radius: 50%;
      background: transparent;
      color: inherit;
      cursor: pointer;
      transition: transform 0.2s ease, filter 0.2s ease;
    }

    .consult-trigger:hover,
    .consult-trigger:focus-visible {
      transform: translateY(-1px);
      filter: brightness(1.1);
      outline: none;
    }

    .consult-headset {
      display: block;
      width: 100%;
      height: 100%;
      filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.36));
    }

    .consult-panel {
      position: fixed;
      right: 104px;
      bottom: 40px;
      width: 280px;
      height: 360px;
      padding: 12px;
      border: 1px solid #424346;
      border-radius: 8px;
      background: #0f0f0f;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translate3d(8px, 8px, 0) scale(0.98);
      transform-origin: right bottom;
      transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
      box-shadow: 0 20px 48px rgba(0, 0, 0, 0.36);
    }

    .consult-float.is-open .consult-panel {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate3d(0, 0, 0) scale(1);
    }

    .consult-online {
      height: 60px;
      padding: 10px 12px;
      border-radius: 8px;
      background: #000;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #f2f2f2;
      text-decoration: none;
      transition: background-color 0.2s ease;
    }

    .consult-online:hover,
    .consult-online:focus-visible {
      background: #050505;
      outline: none;
    }

    .consult-online-copy {
      display: flex;
      flex-direction: column;
      gap: 6px;
      min-width: 0;
    }

    .consult-online strong,
    .consult-qr-card strong {
      color: #f2f2f2;
      font-size: 14px;
      line-height: 1;
      font-weight: 600;
    }

    .consult-online-copy span {
      color: #bbbdbe;
      font-size: 12px;
      line-height: 1;
      white-space: nowrap;
    }

    .consult-arrow {
      width: 12px;
      height: 12px;
      flex: 0 0 12px;
      margin-right: 2px;
      display: block;
    }

    .consult-qr-card {
      height: 267px;
      margin-top: 8px;
      padding: 16px 8px 0;
      border-radius: 8px;
      background: #000;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .consult-qr-card img {
      width: 180px;
      height: 180px;
      margin: 26px auto 0;
      display: block;
      border-radius: 6px;
      background: #fff;
      object-fit: cover;
    }

    @media (max-width: 1919px) {
      .page {
        overflow: visible;
      }

      .page-content {
        width: 100%;
        max-width: 1280px;
        height: auto;
        margin: 0 auto;
        padding: calc(120px + var(--promo-header-offset)) 24px 64px;
        overflow: visible;
      }

      .home-page .page-content {
        height: auto;
        padding-bottom: 0;
      }

      .header {
        width: 100%;
        left: 0;
      }

      .header-inner {
        padding: 0 24px;
      }

      .bg-grid,
      .bg-bottom {
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        max-width: 1920px;
      }

      .section {
        position: relative;
        top: auto !important;
        left: auto;
        width: 100%;
        margin: 0 auto;
      }

      .hero {
        height: auto;
        margin-bottom: var(--hero-p2-gap);
      }

      .p2 {
        margin-bottom: var(--p2-p3-gap);
      }

      .p3 {
        margin-bottom: var(--p3-p4-gap);
      }

      .p4 {
        margin-bottom: var(--p4-p5-gap);
      }

      .home-news {
        height: auto;
        margin-bottom: var(--home-news-cta-gap);
      }

      .hero-title-wrap {
        width: min(100%, 892px);
      }

      .p2 .title-wrap {
        width: min(100%, 560px);
      }

      .p3 .title-wrap {
        width: min(100%, 672px);
      }

      .p4 .title-wrap {
        width: min(100%, 742px);
      }

      .hero-title-wrap .sec-subtitle {
        white-space: normal;
      }

      .hero-cta {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 36px auto 0;
        display: flex;
      }

      .hero-cta:active {
        transform: translateY(1px);
      }

      .hero {
        overflow-x: hidden;
        overflow-y: visible;
      }

      .hero-card-shell {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 1280px;
        height: 660px;
        min-height: 0;
        margin: 80px auto 0;
        overflow: hidden;
      }

      .hero-card {
        position: absolute;
        top: 0;
        left: 0;
        width: 1400px;
        height: 660px;
        min-height: 0;
        margin-top: 0;
        padding: 0;
        display: block;
        overflow: hidden;
      }

      .hero-links,
      .dot {
        display: block;
      }

      .ref-a,
      .ref-b,
      .gen-block,
      .video-block {
        position: absolute;
      }

      .ref-a {
        left: 80px;
        top: 40px;
      }

      .ref-b {
        left: 80px;
        top: 382px;
      }

      .gen-block {
        left: 450px;
        top: 168px;
      }

      .video-block {
        left: 980px;
        top: 164px;
      }

      .ref-a img,
      .ref-b img {
        width: 180px;
        max-width: 180px;
        object-fit: cover;
      }

      .ref-a img {
        height: 180px;
      }

      .ref-b img {
        height: 180px;
      }

      .gen-block {
        width: 340px;
      }

      .gen-block .preview {
        width: 100%;
        height: 178px;
        border-radius: 9.571px;
      }

      .gen-prompt {
        left: -8px;
        top: calc(100% + 8px);
        width: 336px;
        height: 104px;
      }

      .video-prompt {
        left: 0;
        width: 320px;
        height: auto;
        min-height: 104px;
      }

      .video-block img {
        width: 320px;
        height: 178px;
      }

      .video-block {
        width: 320px;
      }

      html[lang="en"] .video-prompt {
        height: auto;
        min-height: 136px;
      }

      .hero-title-wrap .sec-subtitle {
        white-space: nowrap;
      }

      .video-model,
      .platform-card,
      .template-card {
        width: 100%;
      }

      .video-model {
        height: auto;
        min-height: 360px;
      }

      .video-model-bg {
        width: 100%;
        height: 100%;
      }

      .model-grid {
        width: 100%;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 24px;
      }

      .card-row {
        flex-wrap: wrap;
      }

      .small-card {
        height: auto;
        min-height: 300px;
      }

      .small-card.w560 {
        width: 100%;
      }

      .small-card.w400 {
        width: calc((100% - 20px) / 2);
      }

      .platform-card,
      .template-card {
        height: 418.225px;
        min-height: 418.225px;
        padding: 20px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
      }

      .platform-left,
      .template-left {
        width: auto;
        height: auto;
        min-width: 0;
      }

      .platform-left {
        flex: 0 0 clamp(340px, 35vw, 494px);
      }

      .template-left {
        flex: 0 0 clamp(340px, 35vw, 494px);
      }

      .platform-copy,
      .template-copy {
        width: 100%;
        height: auto;
        justify-content: flex-start;
        gap: 18px;
      }

      .platform-copy.interactive-copy,
      .template-copy.interactive-copy {
        height: 340px;
        justify-content: space-between;
        gap: 0;
      }

      .platform-img,
      .platform-video,
      .template-img-wrap {
        width: min(100%, 680px);
        max-width: 680px;
        flex: 0 1 680px;
        min-width: 0;
        height: auto;
      }

      .platform-img,
      .platform-video {
        aspect-ratio: 169 / 94;
        object-fit: cover;
      }

      .template-img-wrap {
        aspect-ratio: 169 / 94;
      }

      .template-img,
      .template-video {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        display: block;
      }

      .cta {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 520px;
        margin: 0 auto var(--p5-footer-gap);
      }

      .footer {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100vw;
        max-width: none;
        padding: 40px clamp(24px, 5vw, 80px);
        margin: 0 calc(50% - 50vw);
      }
    }

    @media (max-width: 1280px) {
      .footer-main {
        gap: 32px;
      }

      .footer-brand {
        width: 260px;
        flex-basis: 260px;
      }

      .footer-brand-title {
        font-size: 18px;
      }

      .footer-brand-subtitle {
        white-space: normal;
      }

      .footer-community {
        flex-basis: 220px;
      }

      .footer-community-note {
        width: 220px;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        white-space: normal;
      }

      .footer-records {
        justify-content: center;
        flex-wrap: wrap;
        white-space: normal;
      }

      .footer-records span {
        white-space: normal;
      }

      .p2 .sec-subtitle {
        white-space: normal;
      }

      .sec-title {
        font-size: 40px;
      }

      .model-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .small-card.w400 {
        width: 100%;
      }

      .small-grid {
        flex-wrap: wrap;
        gap: 20px;
      }

      .small-grid.two-col .model-item,
      .small-grid.three-col .model-item {
        width: calc(50% - 10px);
      }

      .platform-copy .sub,
      .template-copy .sub {
        font-size: 20px;
      }

      .platform-left {
        flex-basis: clamp(300px, 40%, 430px);
      }

      .template-left {
        flex-basis: clamp(300px, 40%, 430px);
      }

      .platform-copy p,
      .template-copy p {
        font-size: 15px;
        line-height: 1.5;
      }

      .feature-title {
        font-size: 22px;
      }

      .feature-item.is-active .feature-title {
        font-size: 28px;
      }

      .feature-desc {
        font-size: 15px;
        line-height: 1.5;
      }
    }

    @media (max-width: 992px) {
      .page-content {
        padding: calc(104px + var(--promo-header-offset)) 16px 48px;
      }

      .header {
        top: var(--promo-header-offset);
        height: 52px;
        width: 100%;
      }

      .header-inner {
        padding: 0 16px;
      }

      .header-nav {
        gap: 14px;
      }

      .header-model-menu,
      .header-feature-menu,
      .header-resource-menu {
        height: 52px;
      }

      .header-tab,
      .header-tab:link,
      .header-tab:visited {
        height: 52px;
        padding: 0 5px;
        font-size: 12px;
      }

      .header-actions {
        gap: 12px;
      }

      .home-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
      }

      .btn-outline {
        height: 36px;
        padding: 8px 14px;
        font-size: 14px;
      }

      .btn-outline img {
        display: none;
      }

      .lang-btn {
        height: 36px;
        padding: 7px 14px;
        font-size: 12px;
        gap: 4px;
        border-radius: 10px;
      }

      .lang-btn-icon {
        width: 12px;
        height: 12px;
      }

      .sec-title {
        font-size: 32px;
      }

      .hero-card {
        width: 1400px;
        height: 660px;
        min-height: 660px;
        padding: 0;
      }

      .model-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .template-caption {
        position: absolute;
        margin-top: 0;
      }

      .platform-card,
      .template-card {
        flex-direction: row;
        align-items: stretch;
        gap: 16px;
      }

      .platform-left {
        flex-basis: clamp(250px, 42%, 340px);
      }

      .template-left {
        flex-basis: clamp(250px, 42%, 340px);
      }

      .platform-left,
      .template-left {
        gap: 14px;
      }

      .platform-copy h3,
      .template-copy h3 {
        font-size: 24px;
        line-height: 1.2;
      }

      .platform-copy .sub,
      .template-copy .sub {
        font-size: 18px;
      }

      .platform-copy p,
      .template-copy p {
        font-size: 14px;
        line-height: 1.5;
      }

      .feature-title {
        font-size: 18px;
      }

      .feature-item.is-active .feature-title {
        font-size: 24px;
      }

      .feature-desc {
        font-size: 14px;
        line-height: 1.5;
      }

      .cta h2 {
        font-size: 36px;
        white-space: normal;
      }

      .cta-core {
        gap: 40px;
      }

      .cta-copy {
        gap: 16px;
      }
    }

    @media (max-width: 768px) {
      .page {
        overflow: visible;
      }

      .page-content {
        padding: calc(94px + var(--promo-header-offset)) 0 28px;
        overflow: visible;
      }

      .header {
        top: var(--promo-header-offset);
        height: 44px;
        border-bottom: 1px solid rgba(51, 51, 51, 0.6);
        backdrop-filter: blur(7.5px);
      }

      .header-inner {
        width: min(calc(100% - 32px), 375px);
        max-width: 375px;
        padding: 0;
      }

      .header-nav {
        margin-left: 14px;
        gap: 10px;
      }

      .model-dropdown,
      .feature-dropdown {
        display: none;
      }

      .header-tab,
      .header-tab:link,
      .header-tab:visited {
        height: 44px;
        min-width: 0;
        padding: 0 4px;
        border-radius: 0;
        font-size: 10px;
      }

      .header-actions {
        flex: 0 0 auto;
        gap: 10px;
      }

      .logo {
        width: 101px;
        max-width: 101px;
      }

      .logo-image {
        max-width: 101px;
      }

      .btn-outline {
        height: 26px;
        min-width: 0;
        padding: 0 14px;
        border-radius: 10px;
        font-size: 9px;
      }

      .lang-btn {
        height: 26px;
        padding: 0 10px;
        font-size: 10px;
        gap: 4px;
        border-radius: 10px;
      }

      .lang-btn-icon {
        width: 10px;
        height: 10px;
      }

      .section {
        width: min(100%, 375px);
        margin: 0 auto 40px;
      }

      .p2,
      .p3 {
        margin-bottom: 40px;
      }

      .p3 .platform-card,
      .p4 .template-card {
        margin-top: 20px;
      }

      .p3 .platform-card {
        min-height: 420px;
      }

      .p4 .template-card {
        min-height: 440px;
      }

      .hero-title-wrap {
        width: 100%;
        max-width: 347px;
      }

      .sec-title {
        font-size: 30px;
        line-height: 1.2;
      }

      .sec-subtitle {
        margin-top: 7px;
        font-size: 12px;
        line-height: 1.5;
      }

      .hero-title-wrap .sec-subtitle,
      .p2 .sec-subtitle {
        white-space: normal;
      }

      .hero-cta {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 20px auto 0;
        height: 29px;
        min-width: 93px;
        padding: 0 15px;
        border-radius: 12px;
        font-size: 12px;
      }

      .hero-card-shell {
        width: 100%;
        max-width: 350px;
        height: 480px;
        min-height: 0;
        margin: 18px auto 0;
        overflow: hidden;
      }

      .hero-card {
        position: relative;
        width: 350px;
        height: 480px;
        min-height: 0;
        border-radius: 10px;
        border-width: 0.5px;
        background-size: 24px 24px;
        transform: none;
        transform-origin: top left;
      }

      .flow-node {
        cursor: default;
        touch-action: pan-y;
      }

      .ref-a,
      .ref-b,
      .gen-block,
      .video-block {
        position: absolute;
      }

      .ref-block {
        gap: 5px;
      }

      .ref-block label {
        font-size: 9px;
        gap: 6px;
      }

      .ref-a {
        left: 33px;
        top: 32px;
      }

      .ref-b {
        left: 33px;
        top: 142px;
      }

      .ref-a img,
      .ref-b img {
        width: 90px;
        height: 90px;
        border-radius: 12px;
      }

      .gen-block {
        left: 147px;
        top: 88px;
        width: 170px;
      }

      .gen-block label {
        width: 170px;
        margin-bottom: 5px;
        font-size: 9px;
        gap: 6px;
      }

      .gen-card {
        width: 170px;
        padding: 0;
        border-width: 0.5px;
        border-radius: 6px;
        overflow: hidden;
        position: relative;
        clip-path: inset(0 round 6px);
      }

      .gen-block .preview {
        width: 100%;
        height: 89px;
        border-radius: 6px;
      }

      .gen-prompt {
        left: -4px;
        top: calc(100% + 6px);
        width: 178px;
        height: 60px;
        padding: 4px;
        border-radius: 8px;
        border-width: 0.5px;
        opacity: 0;
        box-sizing: border-box;
      }

      .video-prompt {
        left: 0;
        width: 284px;
        height: auto;
        min-height: 60px;
      }

      .gen-block.is-prompt-visible .gen-prompt,
      .video-block.is-prompt-visible .video-prompt {
        opacity: 1;
      }

      .gen-prompt-inner {
        padding: 5px;
        border-radius: 6px;
        border-width: 0.5px;
      }

      .gen-prompt-text {
        width: 100%;
        max-width: 160px;
        margin: 0;
        color: #d9d9d9 !important;
        font-size: 8px;
        font-weight: 400 !important;
        line-height: normal;
      }

      .video-prompt .video-prompt-text {
        width: 100%;
        max-width: none;
        line-height: 1.35;
        overflow-wrap: anywhere;
        word-break: break-word;
      }

      .gen-prompt-text::after {
        margin-left: 2px;
      }

      html[lang="en"] .gen-prompt {
        height: 72px;
      }

      html[lang="en"] .video-prompt {
        left: 0;
        width: 284px;
        height: auto;
        min-height: 72px;
      }

      html[lang="en"] .gen-prompt-inner {
        padding: 4px;
      }

      html[lang="en"] .gen-prompt-text {
        font-size: 7px;
        line-height: 1.35;
      }

      .video-block {
        left: 33px;
        top: 277px;
        width: 284px;
        gap: 5px;
      }

      .video-block label {
        width: 284px;
        font-size: 10px;
        gap: 6px;
      }

      .video-block img,
      .video-block video {
        width: 284px;
        height: 158px;
        border-width: 0.5px;
        border-radius: 6px;
      }

      .dot,
      .dot.dot-c {
        width: 5px;
        height: 5px;
      }

      .dot {
        filter: drop-shadow(0 0 2px rgba(131, 249, 107, 0.3));
      }

      .p2 .title-wrap,
      .p3 .title-wrap,
      .p4 .title-wrap {
        width: 100%;
        max-width: 335px;
      }

      .p2 .sec-subtitle,
      .p4 .sec-subtitle {
        width: 335px;
        max-width: 100%;
        margin: 7px auto 0;
      }

      .p3 .sec-subtitle {
        width: 252px;
        max-width: 100%;
        margin: 7px auto 0;
      }

      .models-shell {
        width: 100% !important;
        max-width: 350px;
        height: auto !important;
        min-height: 0;
        margin: 20px auto 0;
        overflow: visible;
      }

      .models-wrap {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
        gap: 15px;
        transform: none !important;
      }

      .video-model {
        width: 100%;
        height: 420px;
        min-height: 420px;
        padding: 22px;
        border-radius: 10px;
      }

      .video-model-bg {
        width: 100%;
        height: 100%;
      }

      .card-content {
        justify-content: flex-start;
        gap: 20px;
      }

      .card-title {
        font-size: 18px;
      }

      .model-grid {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px 30px;
        align-items: flex-start;
      }

      .video-model .model-item {
        width: calc((100% - 60px) / 3);
        min-width: 0;
        gap: 7.5px;
      }

      .video-model .model-item:nth-child(3n + 2),
      .video-model .model-item:nth-child(3n + 3) {
        transform: translateX(12px);
      }

      .model-item img {
        width: 27px;
        height: 27px;
      }

      .model-item p {
        font-size: 12px;
      }

      .video-model .model-item p {
        white-space: pre;
        word-break: keep-all;
        overflow-wrap: normal;
      }

      .coming {
        margin-left: 4px;
        font-size: 9px;
      }

      .card-row {
        width: 100%;
        margin-top: 0;
        flex-direction: column;
        gap: 15px;
      }

      .small-card,
      .small-card.w560,
      .small-card.w400 {
        width: 100%;
        height: 225px;
        min-height: 225px;
        padding: 22px;
        border-radius: 10px;
      }

      .small-grid {
        gap: 22px;
        flex-wrap: nowrap;
        margin-top: auto;
      }

      .small-grid.two-col .model-item,
      .small-grid.three-col .model-item {
        width: auto;
        min-width: 0;
        flex: 1 1 0;
      }

      .platform-card,
      .template-card {
        width: 100%;
        max-width: 375px;
        height: auto;
        min-height: 0;
        padding: 20px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }

      .platform-video,
      .platform-img,
      .template-img-wrap {
        width: 100%;
        max-width: 335px;
        height: auto;
        aspect-ratio: 335 / 186.977;
        border-radius: 10px;
        flex: 0 0 auto;
        align-self: center;
        order: 1;
        margin: 0 auto;
      }

      .platform-video,
      .platform-img {
        clip-path: inset(0 round 10px);
      }

      .template-img,
      .template-video {
        border-radius: 10px;
      }

      .platform-left,
      .template-left {
        width: 100%;
        max-width: 335px;
        height: auto;
        min-width: 0;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        order: 2;
      }

      .platform-copy,
      .template-copy,
      .platform-copy.interactive-copy,
      .template-copy.interactive-copy {
        width: 100%;
        max-width: 335px;
        height: auto;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        order: 1;
        margin: 0 auto;
      }

      .platform-left .rail-wrap,
      .template-left .rail-wrap {
        order: 2;
        align-self: center;
      }

      .platform-left .platform-copy,
      .template-left .template-copy {
        order: 1;
      }

      .interactive-copy .feature-item {
        padding: 0;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        gap: 10px;
      }

      .platform-copy.interactive-copy .feature-item .feature-title,
      .template-copy.interactive-copy .feature-item .feature-title,
      .platform-copy.interactive-copy .feature-item.is-active .feature-desc,
      .template-copy.interactive-copy .feature-item.is-active .feature-desc {
        display: block;
        width: 100%;
        text-align: left;
      }

      .interactive-copy .feature-item:not(.is-active) {
        display: none;
      }

      .feature-title {
        font-size: 18px;
      }

      .platform-copy .feature-item.is-active .feature-title {
        font-size: 20px;
      }

      .template-copy .feature-item.is-active .feature-title {
        font-size: 24px;
      }

      html[lang="en"] .p3 .feature-title,
      html[lang="en"] .p4 .feature-title {
        width: 100%;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      html[lang="en"] .p3 .feature-item.is-active .feature-title,
      html[lang="en"] .p4 .feature-item.is-active .feature-title {
        font-size: 18px;
      }

      .feature-desc {
        font-size: 14px;
        line-height: 24px;
      }

      .platform-copy .feature-desc,
      .template-copy .feature-desc {
        width: 100%;
        max-width: 335px;
      }

      .rail-wrap {
        display: block;
        width: 100%;
        max-width: 335px;
        height: 2px;
        border-radius: 2px;
        background: linear-gradient(90deg, rgba(102, 102, 102, 0.55) 0%, rgba(102, 102, 102, 0.3) 100%);
      }

      .rail-active {
        left: 0;
        top: 50%;
        width: calc(100% / 3);
        height: 4px;
        transform: translate3d(0, -50%, 0);
        transition: transform 220ms cubic-bezier(0.24, 0.76, 0.3, 1), width 200ms cubic-bezier(0.24, 0.76, 0.3, 1);
      }

      .template-caption {
        left: 12px;
        right: 12px;
        bottom: 10px;
        min-height: 22px;
        padding: 4px 6px;
        border-radius: 6px;
        font-size: 8px;
        line-height: 1.35;
        gap: 6px;
        backdrop-filter: blur(4px);
      }

      .template-caption.is-commerce {
        max-width: calc(100% - 24px);
        min-height: 22px;
        padding: 4px 6px;
      }

      html[lang="en"] .p4 .template-caption:not(.is-commerce) .template-caption-text-wrap {
        overflow: hidden;
      }

      html[lang="en"] .p4 .template-caption:not(.is-commerce) [data-template-caption-text] {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
      }

      .template-commerce-thumb {
        width: 16px;
        height: 16px;
        border-radius: 2px;
      }

      .template-commerce-token {
        height: 13px;
        padding: 0 3px;
        font-size: 7px;
        border-radius: 2px;
      }

      .template-commerce-join {
        font-size: 7px;
      }

      .home-news {
        margin-top: 0;
        margin-bottom: 0;
      }

      .home-news-head {
        align-items: flex-end;
        gap: 16px;
      }

      .home-news-head .sec-title {
        font-size: 28px;
        line-height: 1.25;
      }

      .home-news-head a {
        font-size: 14px;
        line-height: 22px;
      }

      .home-news-grid {
        margin-top: 28px;
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .home-news-card img {
        height: 190px;
        border-radius: 16px;
      }

      .home-news-card-title {
        margin-top: 16px;
        min-height: 56px;
        font-size: 18px;
        line-height: 28px;
      }

      .home-news-card .home-news-card-date {
        margin-top: 8px;
        color: #aaa;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
      }

      .cta {
        width: 100%;
        max-width: 375px;
        height: 211px;
        margin: 60px auto 24px;
      }

      .cta-bg-video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        opacity: 0.9;
        filter: saturate(1.02) contrast(1.02);
      }

      .cta-core {
        width: 335px;
        height: auto;
        gap: 12px;
      }

      .cta-copy {
        gap: 12px;
      }

      .cta h2 {
        font-size: 30px;
        line-height: 1.2;
        white-space: normal;
      }

      .cta-subtitle {
        font-size: 14px;
      }

      .cta .btn-primary {
        height: 31px;
        min-width: 132px;
        padding: 0 31px;
        font-size: 12px;
      }

      .footer {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 0;
        margin: 0 auto;
        padding: 32px 16px;
        gap: 32px;
      }

      .footer-main {
        flex-direction: column;
        align-items: center;
        gap: 28px;
      }

      .footer-brand {
        width: 100%;
        flex: 0 0 auto;
        align-items: center;
        text-align: center;
        gap: 14px;
      }

      .footer-logo,
      .footer-logo img {
        width: 150px;
        max-width: 150px;
      }

      .footer-brand-copy {
        align-items: center;
        gap: 6px;
      }

      .footer-brand-title,
      .footer-brand-subtitle {
        white-space: normal;
      }

      .footer-brand-title {
        font-size: 18px;
      }

      .footer-brand-subtitle {
        font-size: 12px;
        line-height: 18px;
      }

      .footer-column,
      .footer-community {
        width: 100%;
        flex: 0 0 auto;
        align-items: center;
        text-align: center;
        gap: 10px;
      }

      .footer-qr-list {
        gap: 12px;
        justify-content: center;
        padding: 6px 0;
      }

      .footer-qr-card {
        width: 110px;
      }

      .footer-qr {
        width: 92px;
        height: 92px;
      }

      .footer-community-note {
        width: min(100%, 260px);
        font-size: 12px;
        line-height: 18px;
      }

      .footer-bottom {
        width: 100%;
        padding-top: 16px;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        white-space: normal;
      }

      .copyright {
        font-size: 10px;
        white-space: normal;
      }

      .footer-records {
        justify-content: center;
        flex-wrap: wrap;
        font-size: 10px;
        line-height: 18px;
        white-space: normal;
      }

      .footer-link,
      .footer-record-link {
        font-size: 12px;
      }
    }

    /* P2 按设计稿锁定：模块不换行，横向承载 */
    @media (max-width: 1919px) and (min-width: 769px) {
      .hero-card-shell {
        height: 604px;
      }

      .hero-card {
        transform: scale(0.914285714);
        transform-origin: top left;
      }

      .p2 {
        margin-top: 0;
        overflow-x: hidden;
        overflow-y: visible;
        padding-bottom: 0;
      }

      .p2 .models-shell {
        width: 100%;
        max-width: 1280px;
        height: 768px;
        min-height: 0;
        margin: 42px auto 0;
        overflow: hidden;
      }

      .p2 .models-wrap {
        width: 1400px;
        height: 840px;
        margin: 0;
        transform: scale(0.914285714);
        transform-origin: top left;
      }

      .p2 .video-model {
        width: 1400px;
        height: 520px;
        min-height: 520px;
      }

      .p2 .video-model .card-content {
        justify-content: space-between;
      }

      .p2 .video-model .model-grid {
        width: 1360px;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 50px;
        row-gap: 0;
        margin-top: auto;
      }

      .p2 .video-model .model-item {
        flex: 0 0 auto;
        width: max-content;
        min-width: max-content;
        gap: 10px;
        align-items: flex-start;
      }

      .p2 .video-model .model-item p {
        white-space: pre;
        word-break: normal;
      }

      .p2 .card-row {
        width: 1400px;
        flex-wrap: nowrap;
      }

      .p2 .small-grid {
        flex-wrap: nowrap;
        gap: 30px;
      }

      .p2 .small-grid.two-col .model-item {
        width: 155px;
      }

      .p2 .small-grid.three-col .model-item {
        width: 126px;
      }

      .p2 .small-card {
        min-height: 300px;
      }

      .p2 .small-card.w560 {
        width: 560px;
      }

      .p2 .small-card.w400 {
        width: 400px;
      }

      .p3,
      .p4 {
        padding-top: 0;
      }

      .p3 .platform-card {
        margin-top: var(--module-title-card-gap-desktop);
      }

      .p4 .template-card {
        margin-top: var(--module-title-card-gap-desktop);
      }
    }

    @media (max-width: 992px) and (min-width: 769px) {
      .p2 .models-shell {
        margin-top: 34px;
      }
    }

    @media (min-width: 1920px) {
      .p2 .video-model .model-grid {
        width: 1360px;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 50px;
        row-gap: 0;
      }

      .p2 .video-model .model-item {
        flex: 0 0 auto;
        width: max-content;
        min-width: max-content;
        gap: 10px;
        align-items: flex-start;
      }

      .p2 .video-model .model-item p {
        white-space: pre;
        word-break: normal;
      }
    }

    @media (max-width: 420px) {
      .consult-float {
        right: 20px;
        bottom: 20px;
      }

      .consult-panel {
        right: 20px;
        bottom: 84px;
        width: min(280px, calc(100vw - 40px));
        max-height: calc(100vh - 120px);
        overflow-y: auto;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      .header {
        transition: none;
      }

      .rail-active,
      .platform-img,
      .platform-video,
      .template-img,
      .feature-item,
      .consult-trigger,
      .consult-panel {
        transition: none;
      }

      .reveal-section {
        opacity: 1;
        transform: none;
        transition: none;
      }

    }

/* About page */
.about-page .page {
  overflow: visible;
}

    .mobile-nav-toggle,
    .mobile-nav-panel {
      display: none;
    }

    @media (max-width: 768px) {
      .header {
        top: var(--promo-header-offset);
        height: 60px;
        border-bottom: 0;
        background: transparent;
        backdrop-filter: none;
        overflow: visible;
        z-index: 100;
      }

      .header-inner {
        position: relative;
        width: min(100%, 375px);
        max-width: 375px;
        height: 60px;
        padding: 0 15px;
        border-radius: 10px;
        background: rgba(17, 17, 17, 0.8);
        box-shadow: none;
        backdrop-filter: blur(10px);
      }

      .header-nav,
      .header-actions {
        display: none;
      }

      .logo {
        width: 108px;
        max-width: 108px;
      }

      .logo-image {
        max-width: 108px;
      }

      .mobile-nav-toggle {
        display: inline-flex;
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-left: auto;
        padding: 0;
        border: 0;
        color: #fff;
        background: transparent;
        cursor: pointer;
      }

      .mobile-nav-toggle-line {
        display: block;
        width: 16px;
        height: 1.5px;
        border-radius: 999px;
        background: currentColor;
        transition: transform 0.22s ease, opacity 0.22s ease;
      }

      .header.is-mobile-open .mobile-nav-toggle-line:first-child {
        transform: translateY(3.25px) rotate(45deg);
      }

      .header.is-mobile-open .mobile-nav-toggle-line:last-child {
        transform: translateY(-3.25px) rotate(-45deg);
      }

      .mobile-nav-panel {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 20;
        display: none;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding: 0;
        overflow: hidden;
        border-radius: 0 0 10px 10px;
        background: #111;
      }

      .header.is-mobile-open .mobile-nav-panel {
        display: flex;
      }

      .mobile-nav-link,
      .mobile-nav-link:link,
      .mobile-nav-link:visited,
      .mobile-nav-group-toggle {
        display: flex;
        width: 100%;
        height: 40px;
        align-items: center;
        gap: 10px;
        padding: 0 20px;
        border: 0;
        color: #fff;
        background: transparent;
        font-family: "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
        font-size: 14px;
        line-height: 1;
        text-align: left;
        text-decoration: none;
        cursor: pointer;
      }

      .mobile-nav-arrow {
        width: 7px;
        height: 7px;
        margin-left: 2px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: rotate(-45deg);
        transition: transform 0.22s ease;
      }

      .mobile-nav-group.is-open .mobile-nav-arrow {
        transform: rotate(45deg);
      }

      .mobile-nav-submenu {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
      }

      .mobile-nav-submenu[hidden] {
        display: none;
      }

      .mobile-nav-feature-list {
        background: #111;
      }

      .mobile-nav-subitem,
      .mobile-nav-subitem:link,
      .mobile-nav-subitem:visited {
        display: flex;
        width: 100%;
        height: 38px;
        align-items: center;
        gap: 10px;
        padding: 0 30px;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
      }

      .mobile-nav-subitem-icon {
        display: inline-flex;
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
      }

      .mobile-nav-subitem-icon img {
        width: 100%;
        height: 100%;
        filter: brightness(0) invert(1);
        object-fit: contain;
      }

      .mobile-nav-model-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 10px;
        padding: 12px 30px;
        background: #121212;
      }

      .mobile-nav-model-item,
      .mobile-nav-model-item:link,
      .mobile-nav-model-item:visited {
        display: inline-flex;
        width: 100%;
        min-width: 0;
        height: 27px;
        align-items: center;
        gap: 7.5px;
        padding: 0 7.5px;
        border-radius: 6px;
        color: #fff;
        font-family: Montserrat, "HarmonyOS Sans SC", "PingFang SC", sans-serif;
        font-size: 12px;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap;
      }

      .mobile-nav-model-item > span:first-child {
        flex: 0 0 auto;
        white-space: nowrap;
      }

      .mobile-nav-badge {
        display: inline-flex;
        width: 42px;
        height: 18px;
        flex: 0 0 42px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: radial-gradient(circle at 80% 75%, rgba(121, 253, 176, 1), rgba(88, 245, 215, 0) 58%), linear-gradient(108deg, #bffee1 8.98%, #05cefe 78.37%);
        color: #040000;
        font-family: "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
        font-size: 8px;
        font-weight: 700;
        line-height: 1;
      }

      .mobile-nav-cta {
        display: flex;
        width: 100%;
        height: 40px;
        align-items: center;
        justify-content: center;
        padding: 0 24px;
        border: 0;
        border-radius: 7.7px;
        color: #151524;
        background: #fff;
        font-family: "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
        font-size: 14px;
        line-height: 1;
        cursor: pointer;
      }
    }

.about-page .page-content,
.about-content {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100vh;
  margin: 0;
  padding: 140px 0 0;
  overflow: visible;
  background: #040404;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

.about-content h1,
.about-content h2,
.about-content h3,
.about-content p {
  margin: 0;
}

.about-hero,
.about-panel,
.about-why,
.about-mission,
.about-faq,
.about-cta {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero {
  position: relative;
  height: auto;
  aspect-ratio: 1280 / 460;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: #040404;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: min(760px, 62%);
  background: linear-gradient(90deg, #040404 0%, rgba(4, 4, 4, 0.92) 48%, rgba(4, 4, 4, 0) 100%);
  pointer-events: none;
}

.about-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 4, 4, 0.45) 0%, rgba(4, 4, 4, 0.26) 42%, rgba(4, 4, 4, 0.04) 100%);
  pointer-events: none;
}

.about-hero-art {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 818px;
  max-width: 64%;
  height: 100%;
  object-fit: cover;
}

.about-hero-copy {
  position: relative;
  z-index: 3;
  width: 543px;
  padding: 92px 0 0 40px;
  color: #fff;
}

.about-hero-copy::before {
  content: none;
}

.about-hero-copy h1,
.about-who-copy h2,
.about-why h2,
.about-mission h2,
.about-faq h2,
.about-cta-copy h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.about-hero-copy h1 {
  font-size: 48px;
  line-height: 1.2;
}

.about-hero-copy p {
  width: 523px;
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}

.about-panel {
  margin-top: 120px;
  padding: 40px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-who-image {
  width: 600px;
  height: 520px;
  border-radius: 12px;
  object-fit: cover;
}

.about-who-copy {
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-rich-copy {
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.about-rich-copy p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.about-rich-copy p + p {
  margin-top: 12px;
}

.about-mini-btn,
.about-cta-btn {
  border: 0;
  background: #fff;
  color: #151524;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 120ms ease, filter 180ms ease;
}

.about-mini-btn:hover,
.about-cta-btn:hover,
.about-mini-btn:focus-visible,
.about-cta-btn:focus-visible {
  filter: brightness(0.92);
  outline: none;
}

.about-mini-btn:active,
.about-cta-btn:active {
  transform: translateY(1px);
}

.about-mini-btn {
  height: 39px;
  margin-top: 40px;
  padding: 0 30px;
  border-radius: 10px;
}

.about-why {
  margin-top: 120px;
  text-align: center;
}

.about-why-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 400px);
  justify-content: space-between;
  gap: 40px;
  text-align: left;
}

.about-why-card {
  position: relative;
  height: 480px;
  padding: 50px 30px;
  border: 1px solid #333;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #111;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.about-why-card:hover {
  border-color: transparent;
  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(135deg, #666666 0%, #333333 100%) border-box;
  box-shadow: 0 0 34px rgba(102, 102, 102, 0.18);
  transform: translateY(-4px);
}

.about-why-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.about-why-card:hover img {
  filter: saturate(1.08) brightness(1.05);
  transform: scale(1.03);
}

.about-why-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(6, 6, 6, 0.56) 40%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.9) 100%);
  transition: opacity 220ms ease;
}

.about-why-card:hover::after {
  opacity: 0.94;
}

.about-why-copy {
  position: relative;
  z-index: 1;
  min-height: 130px;
  color: #fff;
}

.about-why-copy h3 {
  width: 100%;
  max-width: 310px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.about-why-copy p {
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.about-mission {
  margin-top: 120px;
  text-align: center;
}

.about-mission-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 300px);
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

.about-mission-card {
  min-height: 200px;
  padding: 30px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  color: #ffffff;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.about-mission-card:hover {
  border-color: transparent;
  background:
    linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box,
    linear-gradient(135deg, #666666 0%, #333333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-4px);
}

.about-mission-card img {
  width: 36px;
  height: 36px;
  display: block;
  transition: filter 220ms ease, transform 220ms ease;
}

.about-mission-card:hover img {
  filter: drop-shadow(0 0 12px rgba(76, 226, 243, 0.24));
  transform: scale(1.08);
}

.about-mission-card h3 {
  margin-top: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.about-mission-card p {
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-faq {
  width: 1000px;
  margin-top: 120px;
  text-align: center;
}

.about-faq-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-faq-item {
  width: 100%;
  min-height: 63px;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.4) 100%);
  backdrop-filter: blur(6.674px);
  color: #ffffff;
  overflow: hidden;
  transition: background 220ms ease, border-color 220ms ease;
  cursor: pointer;
}

.about-faq-item.is-open {
  border-color: #222222;
  background: rgba(34, 34, 34, 0.4);
}

.about-faq-item:hover {
  border-color: #333333;
  background: rgba(34, 34, 34, 0.5);
}

.about-faq-question {
  width: 100%;
  min-height: 23px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  pointer-events: none;
}

.about-faq-question:focus-visible {
  outline: none;
}

.about-faq-icon {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.about-faq-icon::before,
.about-faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.about-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 220ms ease;
}

.about-faq-item.is-open .about-faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.about-faq-answer {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 260ms ease, margin-top 220ms ease, opacity 220ms ease;
}

.about-faq-item.is-open .about-faq-answer {
  margin-top: 10px;
  opacity: 1;
}

.about-faq-answer p {
  width: 954px;
  max-width: 100%;
  margin: 0;
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.about-cta {
  position: relative;
  height: 480px;
  margin-top: 160px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.32) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.about-cta-copy {
  position: relative;
  z-index: 1;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.about-cta-copy p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.about-cta-btn {
  height: 48px;
  padding: 0 40px;
  border-radius: 12px;
}

.about-page .about-footer {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 240px;
  margin-top: 64px;
  background: #040000;
}

.about-page .reveal-section {
  opacity: 1;
  transform: none;
}

@media (max-width: 1320px) {
  .about-hero,
  .about-panel,
  .about-why,
  .about-mission,
  .about-cta {
    width: calc(100% - 48px);
  }

  .about-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .about-mission-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-who-image {
    width: 48%;
  }

  .about-who-copy {
    width: 45%;
  }
}

@media (max-width: 992px) {
  .about-page .page-content,
  .about-content {
    padding-top: 104px;
  }

  .about-hero,
  .about-panel,
  .about-why,
  .about-mission,
  .about-cta,
  .about-faq {
    width: calc(100% - 32px);
  }

  .about-hero-copy {
    width: min(52%, 520px);
  }

  .about-hero-copy h1,
  .about-who-copy h2,
  .about-why h2,
  .about-mission h2,
  .about-faq h2,
  .about-cta-copy h2 {
    font-size: 36px;
  }

  .about-hero-copy p {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .about-panel {
    gap: 28px;
  }

  .about-who-image {
    height: 440px;
  }

  .about-rich-copy,
  .about-rich-copy p,
  .about-why-copy p,
  .about-mission-card p {
    font-size: 14px;
    line-height: 21px;
  }

  .about-why-grid,
  .about-mission-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .about-page .page-content,
  .about-content {
    padding-top: 84px;
  }

  .about-hero,
  .about-panel,
  .about-why,
  .about-mission,
  .about-cta,
  .about-faq {
    width: min(100% - 32px, 375px);
  }

  .about-hero {
    height: 520px;
    background: #040404;
  }

  .about-hero::before {
    inset: 0 0 auto;
    width: 100%;
    height: 240px;
    background: linear-gradient(180deg, #040404 0%, rgba(4, 4, 4, 0.94) 68%, rgba(4, 4, 4, 0) 100%);
  }

  .about-hero::after {
    background: linear-gradient(180deg, rgba(4, 4, 4, 0.5) 0%, rgba(4, 4, 4, 0.34) 42%, rgba(4, 4, 4, 0.08) 100%);
  }

  .about-hero-art {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 260px;
    top: 230px;
    object-position: center;
  }

  .about-hero-copy {
    width: 100%;
    padding: 28px 22px 0;
  }

  .about-hero-copy::before {
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, #040404 0%, rgba(4, 4, 4, 0.94) 68%, rgba(4, 4, 4, 0) 100%);
  }

  .about-hero-copy h1,
  .about-who-copy h2,
  .about-why h2,
  .about-mission h2,
  .about-faq h2,
  .about-cta-copy h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .about-hero-copy p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .about-panel {
    margin-top: 50px;
    padding: 18px;
    flex-direction: column;
  }

  .about-who-image,
  .about-who-copy {
    width: 100%;
  }

  .about-who-image {
    height: auto;
    aspect-ratio: 600 / 520;
  }

  .about-rich-copy {
    margin-top: 14px;
  }

  .about-mini-btn {
    margin-top: 24px;
  }

  .about-why,
  .about-mission,
  .about-faq {
    margin-top: 70px;
  }

  .about-why-grid,
  .about-mission-grid {
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-why-card {
    height: 390px;
    padding: 34px 24px;
  }

  .about-why-copy h3,
  .about-mission-card h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .about-mission-card {
    min-height: 210px;
    padding: 24px;
  }

  .about-faq-list {
    margin-top: 28px;
    gap: 12px;
  }

  .about-faq-item {
    min-height: 58px;
    padding: 16px;
    font-size: 13px;
  }

  .about-faq-question {
    font-size: 13px;
    line-height: 18px;
  }

  .about-faq-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .about-faq-answer p {
    font-size: 13px;
    line-height: 19px;
  }

  .about-cta {
    height: 300px;
    margin-top: 70px;
  }

  .about-cta-copy {
    width: 90%;
    gap: 14px;
  }

  .about-cta-copy p {
    font-size: 14px;
  }

  .about-cta-btn {
    height: 36px;
    padding: 0 24px;
    font-size: 13px;
  }

  .about-page .about-footer {
    height: auto;
    min-height: 240px;
    margin-top: 36px;
  }
}

/* Pricing page */
.pricing-page .page {
  overflow: visible;
}

.pricing-page .page-content,
.pricing-content {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100vh;
  margin: 0;
  padding: 180px 0 0;
  overflow: visible;
  background: #040404;
}

.pricing-page .bg-grid {
  display: none;
}

.pricing-page .pricing-section {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  padding: 0;
  z-index: 3;
}

.pricing-hero,
.pricing-plans,
.pricing-promo {
  width: 1280px;
  margin: 0 auto;
}

.pricing-hero {
  min-height: 580px;
  text-align: center;
}

.pricing-title-wrap,
.pricing-plans-title {
  width: 892px;
  margin: 0 auto;
}

.pricing-title-wrap .sec-title,
.pricing-plans-title .sec-title {
  font-size: 48px;
  font-weight: 700;
}

.pricing-title-wrap .sec-subtitle {
  margin-top: 10px;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.credit-cards {
  display: grid;
  grid-template-columns: repeat(4, 300px);
  gap: 28px;
  justify-content: center;
  margin-top: 52px;
}

.credit-card {
  position: relative;
  height: 240px;
  padding: 65px 60px 24px;
  border: 1px solid #222;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.4) 0%, rgba(17, 17, 17, 0.4) 100%);
  overflow: hidden;
  text-align: center;
}

.credit-bonus {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 95px;
  height: 35px;
  transform: translateX(-50%);
  padding: 0 20px;
  border-radius: 0 0 12px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #151524;
  font-size: 14px;
  font-weight: 700;
  background: radial-gradient(100% 400% at 50% 100%, #b7f9fe 0%, #82eef9 50%, #4ce2f3 100%);
}

.credit-bonus img {
  width: 10px;
  height: 14px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.credit-amount {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.credit-amount img {
  width: 11px;
  height: 16px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.credit-price {
  margin: 10px 0 0;
  color: #fff;
  font-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

.credit-note {
  width: 180px;
  margin: 30px auto 0;
  color: #4ce2f3;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.pricing-credit-btn {
  width: 197px;
  height: 49px;
  margin-top: 64px;
  font-size: 16px;
  border-radius: 12px;
  box-shadow: none;
}

.pricing-footnote {
  margin: 14px 0 0;
  color: #aaa;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.pricing-plans {
  margin-top: 120px;
}

.pricing-plans-title .sec-subtitle {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #aaa;
}

.pricing-tabs {
  width: fit-content;
  max-width: 100%;
  margin: 40px auto 60px;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.pricing-tabs::-webkit-scrollbar {
  display: none;
}

.pricing-tab {
  position: relative;
  height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.pricing-tab + .pricing-tab {
  margin-left: 32px;
}

.pricing-tab + .pricing-tab::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  width: 1px;
  height: 19px;
  transform: translateY(-50%);
  background: #333;
}

.pricing-tab.is-active {
  background: #fff;
  color: #151524;
}

.pricing-tab:not(.is-active):hover,
.pricing-tab:not(.is-active):focus-visible {
  color: #151524;
  background: #fff;
  outline: none;
}

.pricing-table-wrap {
  width: 1280px;
  max-height: none;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-color: #333 transparent;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  table-layout: auto;
}

.pricing-table th,
.pricing-table td {
  min-width: 140px;
  padding: 10px 14px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
}

.pricing-table th:first-child,
.pricing-table .model-cell {
  min-width: 180px;
  text-align: left;
}

.pricing-table .model-cell {
  vertical-align: middle;
}

.pricing-table th {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.pricing-table td:last-child {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.price-check {
  color: #58f5d7;
  font-size: 13px;
}

.pricing-view-more {
  width: 100%;
  height: 54px;
  margin: -1px auto 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.pricing-view-more:hover,
.pricing-view-more:focus-visible {
  color: #4ce2f3;
  background: rgba(255, 255, 255, 0.02);
  outline: none;
}

.pricing-view-more[hidden] {
  display: none;
}

.pricing-view-more-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
  flex: 0 0 auto;
}

.pricing-view-more.is-expanded .pricing-view-more-icon {
  transform: rotate(225deg) translateY(-2px);
}

.pricing-promo {
  position: relative;
  height: 420px;
  margin-top: 120px;
  padding: 60px 40px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: #040000;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.pricing-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #040000 0%, #04091e 61.538%, rgba(2, 10, 29, 0) 100%);
}

.pricing-promo-copy {
  position: relative;
  z-index: 3;
  width: 760px;
}

.pricing-promo-badge {
  width: fit-content;
  height: 48px;
  padding: 0 30px;
  border: 1px solid #58f5d7;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4ce2f3;
  font-size: 16px;
  font-weight: 700;
}

.pricing-promo-badge img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.pricing-promo-kicker {
  margin: 20px 0 0;
  color: #aaa;
  font-size: 18px;
  line-height: 22px;
}

.pricing-promo h2 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
  white-space: nowrap;
}

.pricing-promo h2 span {
  color: #4ce2f3;
}

.pricing-promo-desc {
  width: 732px;
  margin: 20px 0 0;
  color: #aaa;
  font-size: 16px;
  line-height: 20px;
}

.pricing-promo-btn {
  width: 184px;
  height: 48px;
  margin-top: 20px;
  border-radius: 12px;
  font-size: 16px;
  box-shadow: none;
}

.pricing-promo-art {
  position: absolute;
  right: 0;
  top: 50%;
  width: 958px;
  height: 542px;
  object-fit: cover;
  object-position: center;
  transform: translateY(-50%);
  z-index: 0;
}

.pricing-page .pricing-footer {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 240px;
  margin-top: 64px;
  background: #040000;
}

.pricing-page .reveal-section {
  opacity: 1;
  transform: none;
}

@media (max-width: 1320px) {
  .pricing-hero,
  .pricing-plans,
  .pricing-promo {
    width: calc(100% - 48px);
    max-width: 1280px;
  }

  .credit-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .credit-card {
    width: 100%;
    padding-left: 34px;
    padding-right: 34px;
  }

  .pricing-table-wrap {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .pricing-page .page-content,
  .pricing-content {
    padding-top: 104px;
  }

  .pricing-title-wrap,
  .pricing-plans-title {
    width: calc(100% - 32px);
  }

  .credit-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-promo-copy {
    width: 58%;
  }

  .pricing-promo h2 {
    font-size: 34px;
    line-height: 42px;
    white-space: normal;
  }

  .pricing-promo-desc {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pricing-page .page-content,
  .pricing-content {
    padding: 84px 16px 28px;
  }

  .pricing-page .pricing-section {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 24px;
  }

  .pricing-page .pricing-title-wrap,
  .pricing-page .pricing-plans-title,
  .pricing-page .pricing-title-wrap .sec-subtitle,
  .pricing-page .pricing-plans-title .sec-subtitle,
  .pricing-page .credit-cards,
  .pricing-page .pricing-tabs,
  .pricing-page .pricing-table-wrap,
  .pricing-page .pricing-view-more,
  .pricing-page .pricing-promo {
    width: 100%;
    max-width: 335px;
  }

  .pricing-title-wrap .sec-title,
  .pricing-plans-title .sec-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .pricing-title-wrap .sec-subtitle,
  .pricing-plans-title .sec-subtitle {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
  }

  .pricing-hero {
    min-height: 0;
  }

  .credit-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 28px auto 0;
  }

  .credit-card {
    height: 186px;
    padding: 42px 24px 20px;
  }

  .credit-bonus {
    height: 30px;
    min-width: 82px;
    font-size: 12px;
  }

  .credit-amount {
    font-size: 16px;
    line-height: 20px;
  }

  .credit-price {
    font-size: 30px;
    line-height: 36px;
  }

  .credit-note {
    margin-top: 16px;
    font-size: 12px;
    line-height: 17px;
  }

  .pricing-credit-btn {
    width: 214px;
    height: 42px;
    margin-top: 28px;
    font-size: 14px;
  }

  .pricing-footnote {
    font-size: 11px;
    line-height: 16px;
  }

  .pricing-plans {
    margin-top: 70px;
  }

  .pricing-tabs {
    position: sticky;
    top: calc(var(--promo-header-offset) + 60px);
    z-index: 45;
    justify-content: flex-start;
    margin: 28px auto 34px;
    padding: 8px;
    background: rgba(4, 4, 4, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 14px 28px rgba(4, 4, 4, 0.36);
  }

  .pricing-tab {
    height: 32px;
    padding: 0 14px;
    font-size: 13px;
  }

  .pricing-tab + .pricing-tab {
    margin-left: 22px;
  }

  .pricing-tab + .pricing-tab::before {
    left: -11px;
  }

  .pricing-table-wrap {
    max-height: none;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .pricing-table {
    font-size: 12px;
  }

  .pricing-table th,
  .pricing-table td {
    min-width: 110px;
    padding: 9px 10px;
  }

  .pricing-table th:first-child,
  .pricing-table .model-cell {
    min-width: 150px;
    text-align: left;
  }

  .pricing-table td:first-child:not(.model-cell) {
    text-align: center;
  }

  .pricing-view-more {
    height: 46px;
    margin-top: -1px;
    font-size: 13px;
  }

  .pricing-promo {
    height: auto;
    min-height: 430px;
    margin: 60px auto 0;
    padding: 24px 20px 180px;
    border-radius: 16px;
    background: linear-gradient(180deg, #04091e 0%, #04091e 48%, rgba(2, 10, 29, 0.7) 100%);
    box-sizing: border-box;
  }

  .pricing-promo::before {
    background: linear-gradient(180deg, #04091e 0%, #04091e 48%, rgba(2, 10, 29, 0.1) 100%);
  }

  .pricing-promo-copy {
    width: 100%;
  }

  .pricing-promo-badge {
    height: 32px;
    padding: 0 16px;
    font-size: 12px;
  }

  .pricing-promo-badge img {
    width: 16px;
    height: 16px;
  }

  .pricing-promo-kicker {
    margin-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .pricing-promo h2 {
    margin-top: 14px;
    font-size: 28px;
    line-height: 34px;
  }

  .pricing-promo-desc {
    margin-top: 14px;
    font-size: 12px;
    line-height: 17px;
  }

  .pricing-promo-btn {
    width: 190px;
    height: 38px;
    margin-top: 18px;
    font-size: 13px;
  }

  .pricing-promo-art {
    top: auto;
    right: 0;
    bottom: 0;
    width: 260px;
    height: 200px;
    opacity: 0.92;
    transform: none;
  }

  .pricing-page .pricing-footer {
    width: 100%;
    max-width: 375px;
    height: auto;
    min-height: 240px;
    margin-top: 36px;
  }
}

/* GPT image 2 model page */
.gpt-image-page .page {
  overflow: visible;
}

.gpt-image-page .page-content,
.gpt-image-content {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100vh;
  margin: 0;
  padding: 100px 0 0;
  overflow: visible;
  background: #040404;
}

.gpt-image-breadcrumb {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-size: 14px;
  line-height: 1;
}

.gpt-image-breadcrumb a,
.gpt-image-breadcrumb a:visited {
  color: inherit;
  text-decoration: none;
}

.gpt-image-breadcrumb strong {
  color: #aaa;
  font-weight: 400;
}

.gpt-image-hero,
.gpt-intro,
.pix-image-version,
.gpt-scenes,
.gpt-faq,
.gpt-cta {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.gpt-image-hero {
  position: relative;
  width: 100vw;
  max-width: none;
  height: 620px;
  margin-top: 46px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.gpt-image-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at center, rgba(4, 4, 4, 0.12) 0%, rgba(4, 4, 4, 0.68) 100%);
  pointer-events: none;
}

.gpt-hero-gallery {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.6;
  overflow: hidden;
  pointer-events: none;
}

.gpt-hero-gallery-track {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: gptGalleryScroll 46s linear infinite;
}

.gpt-hero-gallery .gpt-gallery-set {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

.gpt-hero-gallery img {
  width: 440px;
  border: 1px solid #333;
  border-radius: 20px;
  object-fit: cover;
}

.gpt-hero-gallery img.is-tall {
  height: 620px;
}

.gpt-hero-gallery .gpt-gallery-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 440px;
}

.gpt-hero-gallery .gpt-gallery-stack img {
  width: 440px;
  height: 300px;
}

.gpt-image-badge {
  position: absolute;
  left: calc(50% + 250px);
  top: 214px;
  z-index: 2;
  padding: 8px 20px;
  border-radius: 10px;
  color: #040000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  background:
    radial-gradient(80% 80% at 72% 62%, rgba(121, 253, 176, 0.88) 0%, rgba(88, 245, 215, 0) 100%),
    linear-gradient(110deg, #bffee1 9%, #05cefe 78%);
}

.gpt-image-hero h1 {
  position: absolute;
  left: 50%;
  top: 232px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  transform: translateX(-50%);
  white-space: nowrap;
}

.gpt-image-hero p {
  position: absolute;
  left: 50%;
  top: 310px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.gpt-image-primary-btn,
.gpt-cta-copy button {
  border: 0;
  background: #fff;
  color: #151524;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 120ms ease, filter 180ms ease;
}

.gpt-image-primary-btn:hover,
.gpt-cta-copy button:hover,
.gpt-image-primary-btn:focus-visible,
.gpt-cta-copy button:focus-visible {
  filter: brightness(0.92);
  outline: none;
}

.gpt-image-primary-btn:active,
.gpt-cta-copy button:active {
  transform: translateY(1px);
}

.gpt-image-primary-btn {
  position: absolute;
  left: 50%;
  top: 360px;
  z-index: 2;
  width: 152px;
  height: 48px;
  margin-top: 0;
  padding: 0 40px;
  border-radius: 12px;
  font-size: 16px;
  transform: translateX(-50%);
}

.gpt-intro {
  margin-top: 110px;
}

.gpt-intro-copy {
  margin: 0 auto 60px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.gpt-intro-copy p {
  margin: 0;
}

.pix-image-core-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.pix-image-core-intro {
  margin-bottom: 0;
}

.pix-image-core {
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.pix-image-core h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
}

.pix-image-core-grid {
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px 40px;
}

.pix-image-core-card {
  width: 620px;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 30px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  color: #aaa;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.pix-image-core-card:hover,
.pix-image-core-card:focus-within {
  border-color: transparent;
  background:
    linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box,
    linear-gradient(135deg, #666666 0%, #333333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-4px);
}

.pix-image-core-icon {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
  transition: filter 220ms ease, transform 220ms ease;
}

.pix-image-core-card:hover .pix-image-core-icon,
.pix-image-core-card:focus-within .pix-image-core-icon {
  filter: drop-shadow(0 0 12px rgba(76, 226, 243, 0.24));
  transform: scale(1.08);
}

.pix-image-core-card h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.pix-image-core-card p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.pix-image-version {
  margin-top: 120px;
  color: #fff;
  text-align: center;
}

.pix-image-version-heading {
  width: 892px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.pix-image-version-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.pix-image-version-heading p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.pix-image-version-table {
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.pix-image-version-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: -1px;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.pix-image-version-row:hover {
  border-color: transparent;
  background:
    linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box,
    linear-gradient(135deg, #666666 0%, #333333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-2px);
}

.pix-image-version-row > div {
  min-height: 40px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pix-image-version-head > div {
  min-height: 62px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.pix-image-version-row:not(.pix-image-version-head) > div:nth-child(2) {
  opacity: 0.6;
}

.gpt-scenes {
  margin-top: 120px;
}

.gpt-section-title {
  color: #fff;
  text-align: center;
}

.gpt-section-title h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.gpt-section-title p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 30px;
}

.gpt-scene-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.gpt-scene-card {
  color: #fff;
}

.gpt-scene-card h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.gpt-scene-card img {
  width: 100%;
  height: 340px;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}

.gpt-gallery {
  margin-top: 120px;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.gpt-gallery::before,
.gpt-gallery::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  pointer-events: none;
}

.gpt-gallery::before {
  left: 0;
  background: linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0) 100%);
}

.gpt-gallery::after {
  right: 0;
  background: linear-gradient(270deg, #030303 0%, rgba(3, 3, 3, 0) 100%);
}

.gpt-gallery-track {
  display: flex;
  width: max-content;
  gap: 20px;
  animation: gptGalleryScroll 46s linear infinite;
}

.gpt-gallery:hover .gpt-gallery-track {
  animation-play-state: paused;
}

.gpt-gallery-set {
  display: flex;
  gap: 20px;
  flex: 0 0 auto;
}

.gpt-gallery img {
  width: 440px;
  border: 1px solid #333;
  border-radius: 20px;
  object-fit: cover;
}

.gpt-gallery img.is-tall {
  height: 620px;
}

.gpt-gallery-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 440px;
}

.gpt-gallery-stack img {
  width: 440px;
  height: 300px;
}

@keyframes gptGalleryScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 10px));
  }
}

.gpt-faq {
  width: 1000px;
  margin-top: 120px;
  text-align: center;
}

.gpt-faq h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.gpt-faq-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gpt-faq-item {
  width: 100%;
  min-height: 63px;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.4) 100%);
  backdrop-filter: blur(6.674px);
  color: #ffffff;
  overflow: hidden;
  transition: background 220ms ease, border-color 220ms ease;
  cursor: pointer;
}

.gpt-faq-item.is-open {
  border-color: #222222;
  background: rgba(34, 34, 34, 0.4);
}

.gpt-faq-item:hover {
  border-color: #333333;
  background: rgba(34, 34, 34, 0.5);
}

.gpt-faq-question {
  width: 100%;
  min-height: 23px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  pointer-events: none;
}

.gpt-faq-question:focus-visible {
  outline: none;
}

.gpt-faq-icon {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.gpt-faq-icon::before,
.gpt-faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.gpt-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 220ms ease;
}

.gpt-faq-item.is-open .gpt-faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.gpt-faq-answer {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 260ms ease, margin-top 220ms ease, opacity 220ms ease;
}

.gpt-faq-item.is-open .gpt-faq-answer {
  margin-top: 10px;
  opacity: 1;
}

.gpt-faq-answer p {
  width: 954px;
  max-width: 100%;
  margin: 0;
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.gpt-cta {
  position: relative;
  height: 260px;
  margin-top: 120px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gpt-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gpt-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.32) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.gpt-cta-copy {
  position: relative;
  z-index: 1;
  color: #fff;
}

.gpt-cta-copy h2,
.gpt-cta-copy .model-cta-title {
  display: block;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.gpt-cta-copy p {
  margin: 10px 0 20px;
  font-size: 24px;
  font-weight: 400;
}

.gpt-cta-copy button {
  height: 48px;
  padding: 0 40px;
  border-radius: 12px;
  font-size: 16px;
}

.gpt-image-page .gpt-image-footer {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 240px;
  margin-top: 64px;
  background: #040000;
}

.gpt-image-page .reveal-section {
  opacity: 1;
  transform: none;
}

@media (max-width: 1320px) {
  .gpt-image-breadcrumb,
  .gpt-image-hero,
  .gpt-intro,
  .pix-image-version,
  .gpt-scenes,
  .gpt-cta {
    width: calc(100% - 48px);
  }

  .gpt-image-hero {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }


  .pix-image-core,
  .pix-image-core-grid {
    width: 100%;
  }

  .pix-image-core-card {
    width: calc((100% - 40px) / 2);
  }

}

@media (max-width: 992px) {
  .gpt-image-content {
    padding-top: 88px;
  }

  .gpt-image-breadcrumb {
    margin-bottom: 80px;
  }


  .gpt-scene-grid {
    grid-template-columns: 1fr;
  }

  .gpt-faq {
    width: calc(100% - 48px);
  }
}

@media (max-width: 768px) {
  .gpt-image-content {
    padding: 84px 0 28px;
  }

  .gpt-image-breadcrumb,
  .gpt-image-hero,
  .gpt-intro,
  .pix-image-version,
  .gpt-scenes,
  .gpt-faq,
  .gpt-cta {
    width: calc(100% - 30px);
    max-width: 375px;
  }

  .gpt-image-breadcrumb {
    margin-bottom: 0;
    font-size: 12px;
  }

  .gpt-image-badge {
    position: absolute;
    left: auto;
    right: 15px;
    top: 38px;
    padding: 5px 14px;
    border-radius: 7px;
    font-size: 12px;
    transform: none;
  }

  .gpt-image-hero {
    width: 100vw;
    max-width: none;
    height: 300px;
    margin-top: 44px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
  }

  .gpt-hero-gallery-track {
    gap: 12px;
  }

  .gpt-hero-gallery .gpt-gallery-set {
    gap: 12px;
  }

  .gpt-hero-gallery img {
    width: 129px;
    border-radius: 14px;
  }

  .gpt-hero-gallery img.is-tall {
    height: 300px;
  }

  .gpt-hero-gallery .gpt-gallery-stack {
    gap: 12px;
    flex-basis: 129px;
  }

  .gpt-hero-gallery .gpt-gallery-stack img {
    width: 129px;
    height: 144px;
  }

  .gpt-image-hero h1 {
    top: 70px;
    font-size: 34px;
    line-height: 42px;
  }

  .gpt-image-hero p {
    top: 120px;
    width: calc(100% - 30px);
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
  }

  .gpt-image-primary-btn {
    top: 184px;
    width: 152px;
    height: 48px;
    min-width: 152px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 16px;
  }


  .gpt-intro,
  .pix-image-version,
  .gpt-scenes,
  .gpt-faq,
  .gpt-cta {
    margin-top: 70px;
  }

  .pix-image-core-section {
    gap: 40px;
  }

  .gpt-intro-copy,
  .gpt-section-title p {
    font-size: 14px;
    line-height: 22px;
  }

  .pix-image-core-intro {
    width: 335px;
    max-width: 335px;
    font-size: 13px;
    line-height: 20px;
    white-space: normal;
  }

  .pix-image-core {
    width: 335px;
    gap: 28px;
  }

  .pix-image-core h2 {
    width: 335px;
    font-size: 26px;
    line-height: 34px;
  }

  .pix-image-core-grid {
    width: 335px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .pix-image-core-card {
    width: 335px;
    min-height: 0;
    padding: 20px;
    border-radius: 14px;
    gap: 8px;
  }

  .pix-image-core-icon {
    width: 36px;
    height: 36px;
  }

  .pix-image-core-card h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .pix-image-core-card p {
    font-size: 13px;
    line-height: 20px;
  }


  .pix-image-version-heading {
    width: 335px;
    margin-bottom: 28px;
  }

  .pix-image-version-heading h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .pix-image-version-heading p {
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
  }

  .pix-image-version-table {
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 18px;
  }

  .pix-image-version-row {
    width: 720px;
    grid-template-columns: 160px 280px 280px;
  }

  .pix-image-version-row > div {
    min-height: 38px;
    padding: 9px 10px;
  }

  .pix-image-version-head > div {
    min-height: 54px;
    padding-top: 16px;
    padding-bottom: 16px;
  }


  .gpt-scene-card h3 {
    font-size: 20px;
  }

  .gpt-scene-card img {
    height: 230px;
  }









  .gpt-gallery-track,
  .gpt-gallery-set {
    gap: 12px;
  }

  .gpt-gallery img {
    width: 220px;
    border-radius: 15px;
  }

  .gpt-gallery img.is-tall {
    height: 310px;
  }

  .gpt-gallery-stack {
    flex-basis: 220px;
    gap: 10px;
  }

  .gpt-gallery-stack img {
    width: 220px;
    height: 150px;
  }

  .gpt-faq h2,
  .gpt-section-title h2,
  .gpt-cta-copy h2,
  .gpt-cta-copy .model-cta-title {
    font-size: 28px;
  }

  .gpt-faq h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .gpt-faq-list {
    margin-top: 28px;
    gap: 12px;
  }

  .gpt-faq-item {
    padding: 16px;
  }

  .gpt-faq-question,
  .gpt-faq-answer p {
    font-size: 13px;
    line-height: 19px;
  }

  .gpt-cta {
    height: 260px;
  }

  .gpt-cta-copy p {
    font-size: 14px;
  }

  .gpt-image-page .gpt-image-footer {
    height: auto;
    min-height: 240px;
    margin-top: 36px;
  }
}

.gen-pro-page {
  background: #040404;
}

.gen-pro-content {
  width: 100%;
  max-width: none;
  min-height: auto;
  height: auto;
  padding: 100px 0 0;
  background: #040404;
}

.gen-pro-breadcrumb,
.gen-pro-hero,
.gen-pro-stats,
.gen-pro-demo,
.gen-pro-capabilities,
.gen-pro-scenes,
.gen-pro-faq,
.gen-pro-cta {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.gen-pro-breadcrumb {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.gen-pro-breadcrumb a,
.gen-pro-breadcrumb strong {
  color: #aaa;
  text-decoration: none;
  font-weight: 400;
}

.gen-pro-breadcrumb span {
  margin: 0 4px;
}

.gen-pro-hero {
  margin-top: 130px;
  color: #fff;
  text-align: center;
}

.gen-pro-hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.gen-pro-hero p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 30px;
}

.gen-pro-primary-btn,
.gen-pro-prompt-bar button,
.gen-pro-cta-copy button {
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #151524;
  cursor: pointer;
  font-family: inherit;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.gen-pro-primary-btn:hover,
.gen-pro-prompt-bar button:hover,
.gen-pro-cta-copy button:hover,
.gen-pro-primary-btn:focus-visible,
.gen-pro-prompt-bar button:focus-visible,
.gen-pro-cta-copy button:focus-visible {
  filter: brightness(0.92);
  outline: none;
}

.gen-pro-primary-btn:active,
.gen-pro-prompt-bar button:active,
.gen-pro-cta-copy button:active {
  transform: translateY(1px);
}

.gen-pro-primary-btn {
  min-width: 152px;
  height: 48px;
  padding: 0 40px;
  font-size: 16px;
}

.gen-pro-stats {
  margin-top: 100px;
  padding: 40px 80px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gen-pro-stat {
  position: relative;
  text-align: center;
}

.gen-pro-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  background: #333;
  transform: translateY(-50%);
}

.gen-pro-stat strong {
  display: block;
  background: linear-gradient(112deg, #bffee1 9%, #05cefe 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
}

.gen-pro-stat-value-trend {
  display: inline-flex;
  align-items: flex-start;
  gap: 2px;
}

.gen-pro-stat-arrow {
  font-style: normal;
  line-height: 0.95;
}

.gen-pro-stat span {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 18px;
}

.gen-pro-demo {
  margin-top: 120px;
  text-align: center;
}

.gen-pro-intro {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.gen-pro-intro p {
  margin: 0;
}

.gen-pro-prompt-result {
  margin: 40px auto 0;
  width: 680px;
}

.gen-pro-text-card {
  height: 300px;
  padding: 20px;
  border: 1px solid #313136;
  border-radius: 12px;
  background: #141416;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.gen-pro-text-card p {
  margin: 0 0 8px;
}

.gen-pro-prompt-bar {
  width: 600px;
  margin: 20px auto 0;
  padding: 10px 20px;
  border: 1px solid #313136;
  border-radius: 12px;
  background: #141416;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.gen-pro-prompt-bar button {
  height: 34px;
  padding: 0 20px;
  border-radius: 8px;
  flex: 0 0 auto;
}

.gen-pro-capabilities,
.gen-pro-scenes,
.gen-pro-faq,
.gen-pro-cta {
  margin-top: 120px;
}

.gen-pro-capabilities h2,
.gen-pro-scenes h2,
.gen-pro-faq h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.gen-pro-capability-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.gen-pro-capability-card {
  height: 230px;
  padding: 30px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  color: #fff;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.gen-pro-capability-card:hover {
  border-color: transparent;
  background:
    linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box,
    linear-gradient(135deg, #666666 0%, #333333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-2px);
}

.gen-pro-capability-card img {
  width: 48px;
  height: 48px;
  display: block;
}

.gen-pro-capability-card h3 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.gen-pro-capability-card p {
  margin: 0;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
}

.eleven-v2-page .gen-pro-capability-card {
  height: 200px;
}

  .feature-preview-card-cinematic,
  .feature-preview-card-workflow,
  .feature-preview-card-assets,
  .feature-preview-card-enterprise,
  .feature-preview-card-project,
  .feature-preview-card-ai {
    display: none;
  }

  .feature-dropdown:has(.feature-option-cinematic.is-feature-active) .feature-preview-card-cinematic,
  .feature-dropdown:has(.feature-option-workflow.is-feature-active) .feature-preview-card-workflow,
  .feature-dropdown:has(.feature-option-assets.is-feature-active) .feature-preview-card-assets,
  .feature-dropdown:has(.feature-option-enterprise.is-feature-active) .feature-preview-card-enterprise,
  .feature-dropdown:has(.feature-option-project.is-feature-active) .feature-preview-card-project,
  .feature-dropdown:has(.feature-option-ai-video.is-feature-active) .feature-preview-card-ai {
    display: flex;
  }

  .feature-dropdown:has(.feature-option:hover) .feature-preview-card,
  .feature-dropdown:has(.feature-option:focus-visible) .feature-preview-card,
  .feature-dropdown:has(.feature-preview-card:hover) .feature-preview-card,
  .feature-dropdown:has(.feature-preview-card:focus-visible) .feature-preview-card {
    display: none;
  }

  .feature-dropdown:has(.feature-option-cinematic:hover) .feature-preview-card-cinematic,
  .feature-dropdown:has(.feature-option-cinematic:focus-visible) .feature-preview-card-cinematic,
  .feature-dropdown:has(.feature-preview-card-cinematic:hover) .feature-preview-card-cinematic,
  .feature-dropdown:has(.feature-preview-card-cinematic:focus-visible) .feature-preview-card-cinematic,
  .feature-dropdown:has(.feature-option-workflow:hover) .feature-preview-card-workflow,
  .feature-dropdown:has(.feature-option-workflow:focus-visible) .feature-preview-card-workflow,
  .feature-dropdown:has(.feature-preview-card-workflow:hover) .feature-preview-card-workflow,
  .feature-dropdown:has(.feature-preview-card-workflow:focus-visible) .feature-preview-card-workflow,
  .feature-dropdown:has(.feature-option-assets:hover) .feature-preview-card-assets,
  .feature-dropdown:has(.feature-option-assets:focus-visible) .feature-preview-card-assets,
  .feature-dropdown:has(.feature-preview-card-assets:hover) .feature-preview-card-assets,
  .feature-dropdown:has(.feature-preview-card-assets:focus-visible) .feature-preview-card-assets,
  .feature-dropdown:has(.feature-option-enterprise:hover) .feature-preview-card-enterprise,
  .feature-dropdown:has(.feature-option-enterprise:focus-visible) .feature-preview-card-enterprise,
  .feature-dropdown:has(.feature-preview-card-enterprise:hover) .feature-preview-card-enterprise,
  .feature-dropdown:has(.feature-preview-card-enterprise:focus-visible) .feature-preview-card-enterprise,
  .feature-dropdown:has(.feature-option-project:hover) .feature-preview-card-project,
  .feature-dropdown:has(.feature-option-project:focus-visible) .feature-preview-card-project,
  .feature-dropdown:has(.feature-preview-card-project:hover) .feature-preview-card-project,
  .feature-dropdown:has(.feature-preview-card-project:focus-visible) .feature-preview-card-project,
  .feature-dropdown:has(.feature-option-ai-video:hover) .feature-preview-card-ai,
  .feature-dropdown:has(.feature-option-ai-video:focus-visible) .feature-preview-card-ai,
  .feature-dropdown:has(.feature-preview-card-ai:hover) .feature-preview-card-ai,
  .feature-dropdown:has(.feature-preview-card-ai:focus-visible) .feature-preview-card-ai {
    display: flex;
  }

  .feature-dropdown:has(.feature-option:hover) .feature-option,
  .feature-dropdown:has(.feature-option:focus-visible) .feature-option,
  .feature-dropdown:has(.feature-preview-card:hover) .feature-option,
  .feature-dropdown:has(.feature-preview-card:focus-visible) .feature-option {
    color: #fff;
    background: transparent;
  }

  .feature-dropdown:has(.feature-option:hover) .feature-option .feature-option-icon img,
  .feature-dropdown:has(.feature-option:focus-visible) .feature-option .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card:hover) .feature-option .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card:focus-visible) .feature-option .feature-option-icon img {
    filter: brightness(0) invert(1);
  }

  .feature-dropdown:has(.feature-option-cinematic:hover) .feature-option-cinematic,
  .feature-dropdown:has(.feature-option-cinematic:focus-visible) .feature-option-cinematic,
  .feature-dropdown:has(.feature-preview-card-cinematic:hover) .feature-option-cinematic,
  .feature-dropdown:has(.feature-preview-card-cinematic:focus-visible) .feature-option-cinematic,
  .feature-dropdown:has(.feature-option-workflow:hover) .feature-option-workflow,
  .feature-dropdown:has(.feature-option-workflow:focus-visible) .feature-option-workflow,
  .feature-dropdown:has(.feature-preview-card-workflow:hover) .feature-option-workflow,
  .feature-dropdown:has(.feature-preview-card-workflow:focus-visible) .feature-option-workflow,
  .feature-dropdown:has(.feature-option-assets:hover) .feature-option-assets,
  .feature-dropdown:has(.feature-option-assets:focus-visible) .feature-option-assets,
  .feature-dropdown:has(.feature-preview-card-assets:hover) .feature-option-assets,
  .feature-dropdown:has(.feature-preview-card-assets:focus-visible) .feature-option-assets,
  .feature-dropdown:has(.feature-option-enterprise:hover) .feature-option-enterprise,
  .feature-dropdown:has(.feature-option-enterprise:focus-visible) .feature-option-enterprise,
  .feature-dropdown:has(.feature-preview-card-enterprise:hover) .feature-option-enterprise,
  .feature-dropdown:has(.feature-preview-card-enterprise:focus-visible) .feature-option-enterprise,
  .feature-dropdown:has(.feature-option-project:hover) .feature-option-project,
  .feature-dropdown:has(.feature-option-project:focus-visible) .feature-option-project,
  .feature-dropdown:has(.feature-preview-card-project:hover) .feature-option-project,
  .feature-dropdown:has(.feature-preview-card-project:focus-visible) .feature-option-project,
  .feature-dropdown:has(.feature-option-ai-video:hover) .feature-option-ai-video,
  .feature-dropdown:has(.feature-option-ai-video:focus-visible) .feature-option-ai-video,
  .feature-dropdown:has(.feature-preview-card-ai:hover) .feature-option-ai-video,
  .feature-dropdown:has(.feature-preview-card-ai:focus-visible) .feature-option-ai-video {
    color: #4ce2f3;
    background: #040000;
  }

  .feature-dropdown:has(.feature-option-cinematic:hover) .feature-option-cinematic .feature-option-icon img,
  .feature-dropdown:has(.feature-option-cinematic:focus-visible) .feature-option-cinematic .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card-cinematic:hover) .feature-option-cinematic .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card-cinematic:focus-visible) .feature-option-cinematic .feature-option-icon img,
  .feature-dropdown:has(.feature-option-workflow:hover) .feature-option-workflow .feature-option-icon img,
  .feature-dropdown:has(.feature-option-workflow:focus-visible) .feature-option-workflow .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card-workflow:hover) .feature-option-workflow .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card-workflow:focus-visible) .feature-option-workflow .feature-option-icon img,
  .feature-dropdown:has(.feature-option-assets:hover) .feature-option-assets .feature-option-icon img,
  .feature-dropdown:has(.feature-option-assets:focus-visible) .feature-option-assets .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card-assets:hover) .feature-option-assets .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card-assets:focus-visible) .feature-option-assets .feature-option-icon img,
  .feature-dropdown:has(.feature-option-enterprise:hover) .feature-option-enterprise .feature-option-icon img,
  .feature-dropdown:has(.feature-option-enterprise:focus-visible) .feature-option-enterprise .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card-enterprise:hover) .feature-option-enterprise .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card-enterprise:focus-visible) .feature-option-enterprise .feature-option-icon img,
  .feature-dropdown:has(.feature-option-project:hover) .feature-option-project .feature-option-icon img,
  .feature-dropdown:has(.feature-option-project:focus-visible) .feature-option-project .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card-project:hover) .feature-option-project .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card-project:focus-visible) .feature-option-project .feature-option-icon img,
  .feature-dropdown:has(.feature-option-ai-video:hover) .feature-option-ai-video .feature-option-icon img,
  .feature-dropdown:has(.feature-option-ai-video:focus-visible) .feature-option-ai-video .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card-ai:hover) .feature-option-ai-video .feature-option-icon img,
  .feature-dropdown:has(.feature-preview-card-ai:focus-visible) .feature-option-ai-video .feature-option-icon img {
    filter: brightness(0) saturate(100%) invert(85%) sepia(71%) saturate(1346%) hue-rotate(149deg) brightness(98%) contrast(94%);
  }

  .feature-preview-card {
    padding: 0;
    background: transparent;
  }

  .feature-preview-card .feature-preview-copy {
    display: none;
  }

  .feature-preview-card .feature-preview-media,
  .feature-preview-card-cinematic .feature-preview-media,
  .feature-preview-card-workflow .feature-preview-media,
  .feature-preview-card-assets .feature-preview-media,
  .feature-preview-card-enterprise .feature-preview-media,
  .feature-preview-card-project .feature-preview-media,
  .feature-preview-card-ai .feature-preview-media {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 10px;
  }

  .feature-preview-card .feature-preview-media img {
    object-fit: contain;
  }

  .project-management-content {
    width: min(100%, 1920px);
    height: auto;
    min-height: 100vh;
    padding: 100px 0 0;
    overflow: visible;
    background: #000;
  }

  .project-management-breadcrumb {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto 46px;
  }

  .project-management-hero,
  .project-management-workflow,
  .project-management-flow-cta,
  .project-management-faq {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
  }

  .project-management-hero {
    min-height: 540px;
    display: grid;
    grid-template-columns: 480px 1fr;
    align-items: center;
    gap: 60px;
  }

  .project-management-hero-copy {
    position: relative;
    z-index: 1;
  }

  .project-management-hero-copy h1,
  .project-management-section-heading h2,
  .project-management-flow-cta h2,
  .project-management-faq h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .project-management-hero-copy h1 {
    font-size: 48px;
    line-height: 1.18;
  }

  .project-management-hero-copy p {
    width: min(100%, 520px);
    margin: 20px 0 28px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
  }

  .project-management-hero-visual {
    position: relative;
    min-height: 480px;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .project-management-hero-visual::before {
    display: none;
  }

  .project-management-hero-visual.project-management-hero-visual-static {
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .project-management-hero-static-image {
    width: 100%;
    height: auto;
    display: block;
  }

  .project-management-workflow {
    margin-top: 130px;
    text-align: center;
    width: min(1280px, calc(100% - 48px));
  }

  .project-management-section-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .project-management-section-heading h2 {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
  }

  .project-management-title-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .project-management-title-row span {
    color: #4ce2f3;
    font-size: 26px;
    line-height: 1;
  }

  .project-management-section-heading p {
    width: min(100%, 980px);
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }

  .project-management-section-heading {
    position: sticky;
    z-index: 8;
    background: #000;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .project-management-section-heading {
    top: 168px;
    padding: 0 0 20px;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .project-management-section-heading.is-switching {
    animation: projectHeadingSwitch 360ms ease both;
  }

  .project-management-workflow.is-last-panel .project-management-section-heading {
    position: relative;
    top: auto;
  }

  @keyframes projectHeadingSwitch {
    0% {
      opacity: 0;
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .project-management-panel-stage {
    position: relative;
  }

  .project-management-panel[hidden] {
    display: none;
  }

  .project-management-panel.is-active {
    animation: projectPanelIn 420ms ease both;
  }

  .feature-p2-vertical > .project-management-section-heading,
  .ai-video-compare.feature-p2-vertical > .ai-video-compare-heading,
  .ai-cinematic-control.feature-p2-vertical > .ai-cinematic-heading {
    display: none;
  }

  .project-management-workflow.feature-p2-vertical,
  .enterprise-collaboration-workflow.feature-p2-vertical,
  .ai-video-compare.feature-p2-vertical,
  .ai-cinematic-control.feature-p2-vertical {
    --feature-p2-sticky-top: calc(var(--promo-header-offset, 0px) + 70px);
    --feature-p2-panel-scroll-margin: calc(var(--feature-p2-sticky-top) + 82px);
  }

  .ai-video-compare.feature-p2-vertical,
  .ai-cinematic-control.feature-p2-vertical {
    --ai-video-sticky-top: var(--feature-p2-sticky-top);
    --ai-cinematic-sticky-top: var(--feature-p2-sticky-top);
  }

  .feature-p2-vertical .project-management-panel-stage,
  .ai-video-compare.feature-p2-vertical .ai-video-p2-stage,
  .ai-cinematic-control.feature-p2-vertical .ai-cinematic-panel-stage {
    display: flex;
    flex-direction: column;
    gap: 120px;
    width: 100%;
  }

  .ai-cinematic-control.feature-p2-vertical .ai-cinematic-panel-stage {
    gap: 60px;
  }

  .ai-cinematic-control.feature-p2-vertical .ai-cinematic-panel-visual {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    border-radius: 0;
  }

  .ai-cinematic-control.feature-p2-vertical .ai-cinematic-panel-visual img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 12px;
    transform: none;
  }

  .ai-cinematic-control.feature-p2-vertical [data-cinematic-panel="lens"] .ai-cinematic-panel-visual {
    width: min(100%, 639px);
  }

  .ai-cinematic-control.feature-p2-vertical [data-cinematic-panel="view"] .ai-cinematic-panel-visual {
    width: min(100%, 827px);
  }

  .ai-cinematic-control.feature-p2-vertical [data-cinematic-panel="light"] .ai-cinematic-panel-visual {
    width: min(100%, 960px);
  }

  .ai-cinematic-control.feature-p2-vertical .ai-cinematic-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ai-cinematic-control.feature-p2-vertical .p2-vertical-panel-heading {
    margin-bottom: 60px;
  }

  .feature-p2-vertical .project-management-panel,
  .feature-p2-vertical .enterprise-collaboration-panel,
  .feature-p2-vertical .ai-video-p2-panel,
  .feature-p2-vertical .ai-cinematic-panel {
    width: 100%;
    scroll-margin-top: var(--feature-p2-panel-scroll-margin);
  }

  .feature-p2-vertical .enterprise-collaboration-panel,
  .feature-p2-vertical .project-management-workflow-art {
    margin-top: 0;
  }

  .feature-p2-vertical .ai-video-p2-panel[hidden],
  .feature-p2-vertical .ai-cinematic-panel[hidden],
  .feature-p2-vertical .project-management-panel[hidden] {
    display: block;
  }

  .p2-vertical-panel-heading {
    width: min(100%, 980px);
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-align: center;
  }

  .p2-vertical-title-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .p2-vertical-title-row h3,
  .p2-vertical-title-row h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
  }

  .p2-vertical-title-row .feature-title-star {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    object-fit: contain;
  }

  .p2-vertical-panel-heading p {
    width: min(100%, 980px);
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .feature-p2-vertical .project-management-panel-stage,
    .ai-video-compare.feature-p2-vertical .ai-video-p2-stage,
    .ai-cinematic-control.feature-p2-vertical .ai-cinematic-panel-stage {
      gap: 60px;
    }

    .ai-cinematic-control.feature-p2-vertical .ai-cinematic-panel-stage {
      gap: 30px;
    }

    .feature-p2-vertical .project-management-panel,
    .feature-p2-vertical .enterprise-collaboration-panel,
    .feature-p2-vertical .ai-video-p2-panel,
    .feature-p2-vertical .ai-cinematic-panel {
      scroll-margin-top: 120px;
    }

    .p2-vertical-panel-heading {
      width: calc(100% - 24px);
      margin-bottom: 22px;
    }

    .p2-vertical-title-row {
      gap: 8px;
      flex-wrap: nowrap;
    }

    .p2-vertical-title-row h3,
    .p2-vertical-title-row h2 {
      font-size: 28px;
      line-height: 36px;
    }

    .p2-vertical-title-row .feature-title-star {
      width: 22px;
      height: 22px;
      flex: 0 0 22px;
      min-width: 22px;
      max-width: 22px;
      aspect-ratio: 1 / 1;
      object-fit: contain;
    }

    .p2-vertical-panel-heading p {
      width: 100%;
      font-size: 13px;
      line-height: 20px;
    }
  }

  @keyframes projectPanelIn {
    0% {
      opacity: 0;
      transform: translateY(16px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .project-management-workflow-art {
    position: relative;
    aspect-ratio: 1280 / 620;
    height: auto;
    margin-top: 30px;
    border: 1px solid rgba(34, 34, 34, 0.8);
    border-radius: 14px;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(4, 4, 4, 0.15), rgba(4, 4, 4, 0.72)),
      url("assets/figma/project-management-p2-storyboard-bg.7fae855e.webp") center / cover no-repeat;
  }

  .project-management-storyboard-design-art {
    border: 1px solid #222;
    border-radius: 12px;
    background: #040404;
  }

  .project-management-storyboard-design-art img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 12px;
  }

  .project-management-page .project-management-workflow.feature-p2-vertical .project-management-panel-stage {
    gap: 60px;
  }

  .project-management-page .project-management-workflow.feature-p2-vertical .project-management-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .project-management-page .project-management-workflow.feature-p2-vertical .p2-vertical-panel-heading {
    margin-bottom: 60px;
  }

  .project-management-page .project-management-workflow.feature-p2-vertical .project-management-workflow-art {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 0;
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }

  .project-management-page .project-management-workflow.feature-p2-vertical .project-management-workflow-art img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    border-radius: 0;
  }

  .project-management-page .project-management-workflow.feature-p2-vertical [data-project-panel="storyboard"] .project-management-workflow-art img {
    width: min(100%, 1146px);
  }

  .project-management-page .project-management-workflow.feature-p2-vertical [data-project-panel="role"] .project-management-workflow-art img,
  .project-management-page .project-management-workflow.feature-p2-vertical [data-project-panel="scene"] .project-management-workflow-art img {
    width: min(100%, 1280px);
  }

  .project-management-image-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #040404;
  }

  .project-management-image-panel img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 12px;
  }

  .project-management-panel[data-project-panel="role"] .project-management-image-panel img {
    object-position: center top;
  }

  .project-management-panel[data-project-panel="scene"] .project-management-image-panel img {
    object-position: center top;
  }

  .project-management-flow-cta {
    margin-top: 140px;
    min-height: 460px;
    display: grid;
    grid-template-columns: minmax(340px, 560px) minmax(320px, 520px);
    justify-content: center;
    align-items: center;
    gap: 80px;
  }

  .project-management-flow-cta img {
    width: 400px;
    height: 400px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    opacity: 1;
  }

  .project-management-flow-cta h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .project-management-flow-cta p {
    margin: 18px 0 28px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
  }

  .project-management-flow-cta span {
    display: block;
    margin-top: 12px;
    color: #aaa;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.6;
  }

  .project-management-scenes {
    width: 100vw;
    margin: 120px 50% 0;
    transform: translateX(-50%);
    overflow: hidden;
  }

  .project-management-scenes-track {
    width: max-content;
    display: flex;
    animation: projectSceneMarquee 28s linear infinite;
  }

  .project-management-scenes:hover .project-management-scenes-track {
    animation-play-state: paused;
  }

  .project-management-scene-card {
    position: relative;
    width: 640px;
    height: 364px;
    border: 1px solid #222;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    isolation: isolate;
  }

  .project-management-scene-card::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(4, 0, 0, 0), #040000 100%);
  }

  .project-management-scene-card img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    filter: saturate(0.92);
  }

  .project-management-scene-card strong {
    margin-bottom: 42px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
  }

  @keyframes projectSceneMarquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-2560px);
    }
  }

  .project-management-faq {
    margin-top: 110px;
    max-width: 1000px;
  }

  .project-management-page .site-footer {
    margin-top: 120px;
  }

  .enterprise-collaboration-page .feature-dropdown .feature-option-project {
    color: #fff;
    background: transparent;
  }

  .enterprise-collaboration-page .feature-dropdown .feature-option-enterprise {
    color: #4ce2f3;
    background: #040000;
  }

  .enterprise-collaboration-hero {
    grid-template-columns: 520px minmax(0, 1fr);
  }

  .enterprise-collaboration-hero-visual {
    position: relative;
    width: min(100%, 710px);
    min-height: 388px;
    margin-left: auto;
    overflow: visible;
    background: transparent;
  }

  .enterprise-collaboration-hero-visual-static {
    min-height: 0;
    display: flex;
    align-items: center;
  }

  .enterprise-collaboration-hero-static-image {
    width: 100%;
    height: auto;
    display: block;
  }

  .enterprise-collaboration-hero-text-card,
  .enterprise-collaboration-hero-image-node,
  .enterprise-collaboration-hero-video-node {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .enterprise-collaboration-hero-text-card {
    left: 55px;
    top: 30px;
    width: 248px;
  }

  .enterprise-collaboration-hero-text-card span,
  .enterprise-collaboration-hero-image-node span,
  .enterprise-collaboration-hero-video-node span {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #8f9bb2;
    font-size: 12px;
    line-height: 1.2;
  }

  .enterprise-collaboration-hero-text-card span img,
  .enterprise-collaboration-hero-image-node span img,
  .enterprise-collaboration-hero-video-node span img {
    width: 12px;
    height: 12px;
    display: block;
    flex: 0 0 12px;
  }

  .enterprise-collaboration-hero-text-card p {
    height: 92px;
    margin: 0;
    padding: 10px;
    border: 1px solid #1f1f21;
    border-radius: 10px;
    overflow: hidden;
    background: #141416;
    color: #fafafa;
    font-size: 12px;
    line-height: 1.45;
  }

  .enterprise-collaboration-hero-image-node {
    left: 77px;
    top: 203px;
    width: 250px;
  }

  .enterprise-collaboration-hero-image-node > img {
    width: 100%;
    height: 158px;
    display: block;
    border: 1px solid #1f1f21;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
  }

  .enterprise-collaboration-hero-video-node {
    left: 373px;
    top: 30px;
    width: 334px;
  }

  .enterprise-collaboration-hero-video-node video {
    width: 100%;
    height: 199px;
    display: block;
    border: 1px solid #313136;
    border-radius: 12px;
    object-fit: cover;
    background: #040404;
  }

  .enterprise-collaboration-comment {
    position: absolute;
    width: 136px;
    padding: 12px;
    border: 1px solid #1f1f21;
    border-radius: 10px;
    background: #333;
    color: #fafafa;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 8px;
    row-gap: 4px;
    opacity: 0.9;
    z-index: 3;
  }

  .enterprise-collaboration-comment::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url("assets/figma/enterprise-collaboration-comment-avatar.5d32af6e.webp") center / cover no-repeat;
    grid-row: 1 / span 2;
  }

  .enterprise-collaboration-comment::after {
    content: "";
    position: absolute;
    top: 24px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
  }

  .enterprise-collaboration-comment-director::after,
  .enterprise-collaboration-comment-post::after {
    left: -9px;
    border-right: 9px solid #333;
  }

  .enterprise-collaboration-comment-editor::after,
  .enterprise-collaboration-comment-art::after {
    right: -9px;
    border-left: 9px solid #333;
  }

  .enterprise-collaboration-comment strong {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .enterprise-collaboration-comment span {
    display: block;
    font-size: 12px;
    line-height: 1.35;
  }

  .enterprise-collaboration-comment-director {
    left: 544px;
    top: 0;
    width: 115px;
  }

  .enterprise-collaboration-comment-editor {
    left: 20px;
    top: 75px;
    width: 136px;
  }

  .enterprise-collaboration-comment-art {
    left: -2px;
    top: 304px;
    width: 134px;
  }

  .enterprise-collaboration-comment-post {
    left: 363px;
    top: 286px;
    width: 180px;
  }

  .enterprise-collaboration-workflow {
    width: min(1280px, calc(100% - 48px));
    margin: 130px auto 0;
    text-align: center;
  }

  .enterprise-collaboration-section-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .enterprise-collaboration-panel {
    margin-top: 30px;
    border: 1px solid rgba(34, 34, 34, 0.8);
    border-radius: 14px;
    overflow: hidden;
    background: #040404;
  }

  .enterprise-collaboration-panel img {
    width: 100%;
    display: block;
  }

  .enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical .project-management-panel-stage {
    gap: 60px;
  }

  .enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical .enterprise-collaboration-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }

  .enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical .p2-vertical-panel-heading {
    margin-bottom: 60px;
  }

  .enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical .enterprise-collaboration-panel > img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    border-radius: 0;
  }

  .enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical [data-enterprise-panel="roles"] > img {
    width: min(100%, 1270px);
  }

  .enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical [data-enterprise-panel="space"] > img {
    width: min(100%, 610px);
  }

  .enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical [data-enterprise-panel="cloud"] > img {
    width: min(100%, 1120px);
  }

  .enterprise-collaboration-workflow.is-last-panel .project-management-section-heading {
    position: relative;
    top: auto;
  }

  .asset-management-hero {
    grid-template-columns: 440px minmax(0, 1fr);
  }

  .asset-management-hero-visual {
    display: flex;
    justify-content: flex-end;
  }

  .asset-management-hero-visual img {
    width: min(100%, 620px);
    display: block;
    object-fit: contain;
  }

  .asset-management-workflow {
    width: min(1320px, calc(100% - 48px));
  }

  .asset-management-panel {
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .asset-management-panel img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
  }

  .asset-management-workflow.feature-p2-vertical .project-management-panel-stage {
    gap: 60px;
  }

  .asset-management-workflow.feature-p2-vertical .asset-management-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .asset-management-workflow.feature-p2-vertical .p2-vertical-panel-heading {
    margin-bottom: 60px;
  }

  .asset-management-workflow.feature-p2-vertical .asset-management-panel img {
    width: auto;
    max-width: 100%;
    border-radius: 0;
  }

  .asset-management-workflow.feature-p2-vertical [data-enterprise-panel="filter"] img {
    width: min(100%, 982px);
  }

  .asset-management-workflow.feature-p2-vertical [data-enterprise-panel="download"] img {
    width: min(100%, 742px);
  }

  .workflow-reuse-content {
    width: min(1280px, calc(100% - 48px));
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    gap: 0;
  }

  .workflow-reuse-content > section + section {
    margin-top: 120px;
  }

  .workflow-reuse-content .project-management-breadcrumb,
  .workflow-reuse-content .project-management-hero,
  .workflow-reuse-content .project-management-flow-cta,
  .workflow-reuse-content .project-management-faq,
  .workflow-reuse-content .workflow-reuse-showcase,
  .workflow-reuse-content .workflow-reuse-steps,
  .workflow-reuse-content .workflow-reuse-creators {
    width: 100%;
    max-width: none;
  }

  .workflow-reuse-hero {
    grid-template-columns: 430px minmax(0, 1fr);
    align-items: center;
    gap: 32px 64px;
    min-height: 720px;
    padding-bottom: 40px;
  }

  .workflow-reuse-hero-copy p {
    width: 430px;
  }

  .workflow-reuse-hero-visual {
    --workflow-video-split: 50%;
    position: relative;
    width: min(100%, 818px);
    height: 460px;
    justify-self: end;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: #111;
    cursor: ew-resize;
    user-select: none;
    touch-action: none;
  }

  .workflow-reuse-video-layer,
  .workflow-reuse-video-layer-before {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .workflow-reuse-video-layer {
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .workflow-reuse-video-layer-before {
    z-index: 1;
    width: var(--workflow-video-split);
    overflow: hidden;
  }

  .workflow-reuse-video-layer-before .workflow-reuse-video-layer {
    width: min(818px, calc(100vw - 500px));
    max-width: none;
  }

  .workflow-reuse-video-label {
    position: absolute;
    z-index: 4;
    top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(34, 34, 34, 0.32);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 14px;
    line-height: 1;
  }

  .workflow-reuse-video-label-before {
    left: 18px;
  }

  .workflow-reuse-video-label-after {
    right: 18px;
  }

  .workflow-reuse-prompt-float {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 4;
    width: min(700px, calc(100% - 40px));
    min-height: 66px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid #313136;
    border-radius: 12px;
    background: rgba(31, 31, 33, 0.82);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(14px);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .workflow-reuse-prompt-float img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 10px;
    object-fit: cover;
    object-position: 50% 18%;
  }

  .workflow-reuse-prompt-float img:first-child {
    object-position: 50% 0%;
  }

  .workflow-reuse-prompt-float p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .workflow-reuse-video-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--workflow-video-split);
    z-index: 5;
    width: 72px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateX(-50%);
    cursor: ew-resize;
  }

  .workflow-reuse-video-handle:focus-visible {
    outline: 2px solid #4ce2f3;
    outline-offset: -8px;
    border-radius: 24px;
  }

  .workflow-reuse-video-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.28);
    transform: translateX(-50%);
  }

  .workflow-reuse-video-knob {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: url("assets/figma/ai-video-compare-handle.8194757e.webp") center / contain no-repeat;
    transform: translate(-50%, -50%);
  }

  .workflow-reuse-stats {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    min-height: 0;
    padding: 40px 0;
    border: 1px solid #333;
    border-radius: 20px;
    background: rgba(4, 4, 4, 0.42);
    overflow: hidden;
  }

  .workflow-reuse-stat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    text-align: center;
  }

  .workflow-reuse-stat + .workflow-reuse-stat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 50px;
    background: #333;
    transform: translateY(-50%);
  }

  .workflow-reuse-stat strong {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
  }

  .workflow-reuse-stat span {
    font-size: 18px;
    line-height: 1.2;
  }

  .workflow-reuse-showcase,
  .workflow-reuse-steps,
  .workflow-reuse-creators {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .workflow-reuse-showcase .project-management-section-heading,
  .workflow-reuse-steps .project-management-section-heading,
  .workflow-reuse-creators .project-management-section-heading {
    position: relative;
    top: auto;
    width: 100%;
    text-align: center;
  }

  .workflow-reuse-showcase .project-management-title-row,
  .workflow-reuse-steps .project-management-title-row,
  .workflow-reuse-creators .project-management-title-row {
    justify-content: center;
  }

  .feature-title-star {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: block;
    object-fit: contain;
  }

  .workflow-reuse-showcase-card {
    position: relative;
    width: 100%;
  }

  .workflow-reuse-showcase-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
  }

  .workflow-reuse-clone-btn {
    position: absolute;
    left: 50%;
    bottom: 44px;
    min-width: 220px;
    height: 60px;
    padding: 0 40px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    color: #151524;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    transform: translateX(-50%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .workflow-reuse-clone-btn:hover,
  .workflow-reuse-clone-btn:focus-visible {
    outline: none;
    transform: translate(-50%, -2px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.42);
  }

  .workflow-reuse-step-grid,
  .workflow-reuse-creator-grid {
    width: 100%;
    display: grid;
    gap: 20px;
  }

  .workflow-reuse-step-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .workflow-reuse-step-card,
  .workflow-reuse-creator-card {
    border-radius: 10px;
    background: #222;
    color: #fff;
  }

  .workflow-reuse-step-card {
    min-height: 310px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .workflow-reuse-step-copy {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 20px;
    align-items: flex-start;
  }

  .workflow-reuse-step-copy strong,
  .workflow-reuse-step-title {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
  }

  .workflow-reuse-step-title {
    display: block;
    margin: 0;
  }

  .workflow-reuse-step-copy p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .workflow-reuse-step-media {
    flex: 1;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    background: #111;
  }

  .workflow-reuse-step-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .workflow-reuse-step-media-pick {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
  }

  .workflow-reuse-step-tabs,
  .workflow-reuse-workbench-tabs {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
  }

  .workflow-reuse-step-tabs span,
  .workflow-reuse-workbench-tabs span,
  .workflow-reuse-workbench-tabs strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border: 1px solid #313136;
    border-radius: 8px;
    color: #aeb6c5;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
  }

  .workflow-reuse-step-tabs span:first-child,
  .workflow-reuse-workbench-tabs strong {
    border-color: transparent;
    background: #282a2f;
    color: #fafafa;
  }

  .workflow-reuse-step-media-pick img {
    height: 160px;
  }

  .workflow-reuse-step-media-use {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 10px;
  }

  .workflow-reuse-cloned-card {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px;
    align-items: center;
    width: 100%;
  }

  .workflow-reuse-cloned-card img {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    object-fit: cover;
  }

  .workflow-reuse-cloned-card strong {
    display: block;
    margin: 0 0 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }

  .workflow-reuse-cloned-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 8px;
    background: #282a2f;
    color: #fff;
    font-size: 12px;
    line-height: 1;
  }

  .workflow-reuse-creator-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .workflow-reuse-creator-card {
    padding: 20px;
    display: flex;
    min-height: 146px;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
  }

  .workflow-reuse-creator-profile {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 12px;
    align-items: start;
  }

  .workflow-reuse-creator-profile img {
    width: 60px;
    height: 60px;
    display: block;
    border: 1px solid #666;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
  }

.workflow-reuse-creator-profile strong,
  .workflow-reuse-creator-profile p {
    margin: 0;
  }

.workflow-reuse-creator-profile strong {
  display: block;
    font-size: 14px;
  font-weight: 700;
    line-height: 16px;
  }

  .workflow-reuse-creator-profile p {
    margin-top: 4px;
    color: #aaa;
    font-size: 10px;
    line-height: 1.3;
  }

  .workflow-reuse-creator-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    max-width: 100%;
    gap: 0;
  }

  .workflow-reuse-creator-stats span {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #aaa;
    font-size: 10px;
    line-height: 1;
  }

  .workflow-reuse-creator-stats span + span::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    width: 1px;
    height: 20px;
    background: #555;
    transform: translateY(-50%);
  }

  .workflow-reuse-creator-stats strong {
    color: #58f5d7;
    font-size: 16px;
    line-height: 1;
  }

  .ai-video-compare-title-row .feature-title-star,
  .ai-cinematic-title-row .feature-title-star {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }

  .workflow-reuse-flow-cta {
    margin-top: 0;
  }

  .workflow-reuse-flow-cta > div {
    min-width: 540px;
  }

  .workflow-reuse-flow-cta h2 {
    white-space: nowrap;
  }

  @media (min-width: 751px) and (max-width: 1279px) {
    .project-management-hero,
    .project-management-workflow,
    .project-management-flow-cta,
    .project-management-faq,
    .project-management-breadcrumb {
      width: calc(100% - 40px);
    }

    .project-management-hero {
      grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
      gap: 24px;
      min-height: 500px;
    }

    .project-management-hero-copy h1 {
      font-size: 42px;
    }

    .project-management-hero-copy p {
      width: min(100%, 360px);
      font-size: 16px;
      line-height: 28px;
    }

    .project-management-hero-visual {
      min-height: 390px;
    }

    .enterprise-collaboration-hero {
      grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    }

    .asset-management-hero {
      grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    }

    .asset-management-hero-visual img {
      width: min(100%, 560px);
    }

    .workflow-reuse-hero {
      grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
      min-height: 640px;
      gap: 28px;
    }

    .workflow-reuse-hero-copy p {
      width: min(100%, 360px);
    }

    .workflow-reuse-hero-visual {
      height: auto;
      aspect-ratio: 818 / 460;
    }

    .workflow-reuse-video-layer-before .workflow-reuse-video-layer {
      width: calc(100vw - 440px);
    }

    .workflow-reuse-prompt-float {
      width: calc(100% - 24px);
    }

    .workflow-reuse-stat strong {
      font-size: 34px;
    }

    .enterprise-collaboration-hero-visual {
      min-height: 360px;
    }

    .enterprise-collaboration-workflow {
      width: calc(100% - 40px);
      margin-top: 100px;
    }

    .workflow-reuse-showcase,
    .workflow-reuse-steps,
    .workflow-reuse-creators {
      width: 100%;
    }

    .workflow-reuse-step-grid,
    .workflow-reuse-creator-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .workflow-reuse-creator-card {
      min-height: 170px;
    }
  }

  @media (max-width: 750px) {
    .project-management-content {
      padding-top: 86px;
    }

    .workflow-reuse-content {
      width: calc(100% - 30px);
      gap: 0;
    }

    .workflow-reuse-hero {
      grid-template-columns: 1fr;
      min-height: 0;
      gap: 28px;
      padding: 28px 18px;
    }

    .workflow-reuse-hero-copy p {
      width: 100%;
    }

    .workflow-reuse-hero-visual {
      width: 100%;
      height: auto;
      aspect-ratio: 818 / 460;
      justify-self: stretch;
      border-radius: 12px;
    }

    .workflow-reuse-video-layer-before .workflow-reuse-video-layer {
      width: calc(100vw - 30px);
    }

    .workflow-reuse-video-label {
      top: 10px;
      padding: 6px 9px;
      font-size: 11px;
    }

    .workflow-reuse-video-label-before {
      left: 10px;
    }

    .workflow-reuse-video-label-after {
      right: 10px;
    }

    .workflow-reuse-prompt-float {
      bottom: 10px;
      width: calc(100% - 20px);
      min-height: 48px;
      grid-template-columns: 36px minmax(0, 1fr) 36px;
      gap: 7px;
      padding: 6px;
      border-radius: 9px;
    }

    .workflow-reuse-prompt-float img {
      width: 36px;
      height: 36px;
      border-radius: 7px;
    }

    .workflow-reuse-prompt-float p {
      font-size: 9px;
      line-height: 1.25;
      -webkit-line-clamp: 3;
    }

    .workflow-reuse-video-handle {
      width: 52px;
    }

    .workflow-reuse-video-knob {
      width: 52px;
      height: 52px;
    }

    .workflow-reuse-stats {
      grid-template-columns: 1fr;
      min-height: 0;
      border-radius: 14px;
    }

    .workflow-reuse-stat {
      padding: 24px 16px;
    }

    .workflow-reuse-stat + .workflow-reuse-stat::before {
      top: 0;
      left: 50%;
      width: 80%;
      height: 1px;
      transform: translateX(-50%);
    }

    .workflow-reuse-stat strong {
      font-size: 30px;
    }

    .workflow-reuse-stat span {
      font-size: 14px;
    }

    .workflow-reuse-showcase,
    .workflow-reuse-steps,
    .workflow-reuse-creators {
      width: 100%;
      gap: 24px;
    }

    .workflow-reuse-showcase-card {
      overflow: hidden;
      border-radius: 12px;
    }

    .workflow-reuse-showcase-image {
      width: 185%;
      max-width: none;
      transform: translateX(-23%);
    }

    .workflow-reuse-clone-btn {
      bottom: 14px;
      min-width: 150px;
      height: 38px;
      padding: 0 18px;
      border-radius: 8px;
      font-size: 13px;
      line-height: 1;
    }

    .workflow-reuse-step-grid,
    .workflow-reuse-creator-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .workflow-reuse-step-card {
      min-height: 0;
      padding: 20px 14px;
    }

    .workflow-reuse-step-copy {
      grid-template-columns: auto auto 1fr;
      gap: 12px;
    }

    .workflow-reuse-step-copy strong,
    .workflow-reuse-step-title {
      font-size: 22px;
    }

    .workflow-reuse-step-copy p {
      font-size: 12px;
      line-height: 18px;
    }

    .workflow-reuse-step-media {
      min-height: 170px;
    }

    .workflow-reuse-step-tabs,
    .workflow-reuse-workbench-tabs {
      max-width: 100%;
      overflow-x: auto;
    }

    .workflow-reuse-step-tabs span,
    .workflow-reuse-workbench-tabs span,
    .workflow-reuse-workbench-tabs strong {
      padding: 7px 13px;
      font-size: 12px;
    }

    .workflow-reuse-step-media-pick img {
      height: 130px;
    }

    .workflow-reuse-cloned-card {
      grid-template-columns: 112px 1fr;
    }

    .workflow-reuse-cloned-card img {
      width: 112px;
      height: 112px;
    }

    .workflow-reuse-creator-card {
      min-height: 0;
    }

    .project-management-breadcrumb,
    .project-management-hero,
    .project-management-workflow,
    .project-management-flow-cta,
    .project-management-faq {
      width: calc(100% - 30px);
    }

    .project-management-breadcrumb {
      margin-bottom: 28px;
    }

    .project-management-hero {
      min-height: auto;
      gap: 28px;
      grid-template-columns: 1fr;
    }

    .project-management-hero-copy h1 {
      font-size: 34px;
      line-height: 1.2;
    }

    .project-management-hero-copy p {
      margin: 14px 0 22px;
      font-size: 14px;
      line-height: 24px;
    }

    .project-management-hero-visual {
      min-height: 0;
      height: auto;
      padding: 18px;
      overflow: visible;
    }

    .project-management-workflow-art {
      min-height: 0;
      overflow: hidden;
    }

    .project-management-hero-visual {
      min-height: 520px;
      padding: 0;
    }

    .project-management-hero-visual::before {
      display: none;
    }

    .project-management-workflow {
      margin-top: 80px;
    }

    .project-management-section-heading {
      top: 152px;
      padding-bottom: 16px;
    }

    .project-management-title-row {
      gap: 8px;
    }

    .project-management-section-heading h2 {
      font-size: 28px;
    }

    .project-management-section-heading p {
      font-size: 14px;
    }

    .project-management-image-panel {
      height: auto;
      padding: 0;
      overflow: hidden;
    }

    .project-management-image-panel img {
      height: auto;
      aspect-ratio: 2560 / 1240;
      object-fit: contain;
    }


    .project-management-flow-cta {
      margin-top: 80px;
      min-height: 0;
      grid-template-columns: 1fr;
      gap: 28px;
      text-align: center;
    }

    .project-management-flow-cta img {
      width: 240px;
      height: 240px;
      max-width: 240px;
      margin: 0 auto;
    }

    .project-management-flow-cta h2 {
      font-size: 28px;
      line-height: 38px;
    }

    .workflow-reuse-flow-cta > div {
      min-width: 0;
    }

    .workflow-reuse-flow-cta h2 {
      white-space: normal;
    }

    .project-management-scenes {
      width: 100vw;
      margin-top: 80px;
      overflow-x: auto;
      transform: translateX(-50%);
    }

    .project-management-scenes-track {
      animation: none;
    }

    .project-management-scene-card {
      min-width: 76vw;
      height: 240px;
    }

    .project-management-scene-card strong {
      margin-bottom: 28px;
      font-size: 20px;
    }

    .enterprise-collaboration-hero-visual {
      min-height: 0;
      margin-top: 22px;
      width: 100%;
      aspect-ratio: 710 / 388;
      position: relative;
      overflow: visible;
    }

    .enterprise-collaboration-hero-visual-static {
      aspect-ratio: auto;
    }

    .asset-management-hero-visual {
      justify-content: center;
      margin-top: 22px;
    }

    .asset-management-hero-visual img {
      width: 100%;
    }

    .enterprise-collaboration-hero-text-card,
    .enterprise-collaboration-hero-image-node,
    .enterprise-collaboration-hero-video-node,
    .enterprise-collaboration-comment {
      position: absolute;
      margin-bottom: 0;
    }

    .enterprise-collaboration-hero-text-card {
      left: 7.75%;
      top: 7.73%;
      width: 34.93%;
    }

    .enterprise-collaboration-hero-text-card p {
      height: auto;
      min-height: 23.71%;
      padding: 8px;
      font-size: clamp(8px, 1.7vw, 12px);
      line-height: 1.45;
    }

    .enterprise-collaboration-hero-image-node {
      left: 10.85%;
      top: 52.32%;
      width: 35.21%;
    }

    .enterprise-collaboration-hero-image-node > img {
      height: auto;
      aspect-ratio: 250 / 158;
      border-radius: 8px;
    }

    .enterprise-collaboration-hero-video-node {
      left: 52.54%;
      top: 7.73%;
      width: 47.04%;
    }

    .enterprise-collaboration-hero-video-node video {
      height: auto;
      aspect-ratio: 334 / 199;
      border-radius: 8px;
    }

    .enterprise-collaboration-comment {
      padding: 8px;
      grid-template-columns: 18px minmax(0, 1fr);
      column-gap: 6px;
      row-gap: 2px;
      border-radius: 8px;
    }

    .enterprise-collaboration-comment::before {
      width: 18px;
      height: 18px;
    }

    .enterprise-collaboration-comment::after {
      top: 18px;
      border-top-width: 6px;
      border-bottom-width: 6px;
    }

    .enterprise-collaboration-comment-director::after,
    .enterprise-collaboration-comment-post::after {
      left: -6px;
      border-right-width: 6px;
    }

    .enterprise-collaboration-comment-editor::after,
    .enterprise-collaboration-comment-art::after {
      right: -6px;
      border-left-width: 6px;
    }

    .enterprise-collaboration-comment strong {
      font-size: clamp(8px, 2vw, 12px);
    }

    .enterprise-collaboration-comment span {
      font-size: clamp(7px, 1.7vw, 10px);
      line-height: 1.25;
    }

    .enterprise-collaboration-comment-director {
      left: 76.62%;
      top: 0;
      width: 16.2%;
    }

    .enterprise-collaboration-comment-editor {
      left: 2.82%;
      top: 19.33%;
      width: 19.15%;
    }

    .enterprise-collaboration-comment-art {
      left: -0.28%;
      top: 78.35%;
      width: 18.87%;
    }

    .enterprise-collaboration-comment-post {
      left: 51.13%;
      top: 73.71%;
      width: 25.35%;
    }

    .enterprise-collaboration-workflow {
      width: calc(100% - 30px);
      margin-top: 76px;
    }

    .project-management-faq {
      margin-top: 80px;
    }

  }

.gen-pro-scene-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 40px;
}

.gen-pro-scene-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #333;
  border-radius: 20px;
  background: #111;
  color: #fff;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.gen-pro-scene-card:hover {
  border-color: transparent;
  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(135deg, #666666 0%, #333333 100%) border-box;
  box-shadow: 0 0 34px rgba(102, 102, 102, 0.18);
  transform: translateY(-2px);
}

.gen-pro-scene-card.is-tall {
  grid-column: span 2;
  height: 580px;
}

.gen-pro-scene-card.is-wide {
  grid-column: span 3;
  height: 320px;
}

.gen-pro-scene-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 45%, rgba(0, 0, 0, 0.72) 82%);
}

.gen-pro-scene-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gen-pro-scene-card div {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 60px;
  z-index: 1;
  text-align: center;
}

.gen-pro-scene-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.gen-pro-scene-card p {
  margin: 0 auto;
  max-width: none;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

body.eleven-v2-page .gen-pro-scenes .gen-pro-scene-card p {
  white-space: normal;
}

body.eleven-v2-page .gen-pro-scenes .gen-pro-scene-card.is-tall p {
  width: 240px;
  max-width: 240px;
}

body.eleven-v2-page .gen-pro-scenes .gen-pro-scene-card.is-wide p {
  width: 100%;
  max-width: 100%;
}

.gen-pro-faq {
  width: 1000px;
}

.gen-pro-faq-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gen-pro-faq-item {
  width: 100%;
  min-height: 63px;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.4) 100%);
  backdrop-filter: blur(6.674px);
  color: #ffffff;
  overflow: hidden;
  cursor: pointer;
  transition: background 220ms ease, border-color 220ms ease;
}

.gen-pro-faq-item.is-open {
  border-color: #222222;
  background: rgba(34, 34, 34, 0.4);
}

.gen-pro-faq-item:hover {
  border-color: #333333;
  background: rgba(34, 34, 34, 0.5);
}

.gen-pro-faq-question {
  width: 100%;
  min-height: 23px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  pointer-events: none;
}

.gen-pro-faq-question:focus-visible {
  outline: none;
}

.gen-pro-faq-icon {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.gen-pro-faq-icon::before,
.gen-pro-faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.gen-pro-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 220ms ease;
}

.gen-pro-faq-item.is-open .gen-pro-faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.gen-pro-faq-answer {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 260ms ease, margin-top 220ms ease, opacity 220ms ease;
}

.gen-pro-faq-item.is-open .gen-pro-faq-answer {
  margin-top: 10px;
  opacity: 1;
}

.gen-pro-faq-answer p {
  width: 954px;
  max-width: 100%;
  margin: 0;
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.gen-pro-cta {
  position: relative;
  height: 480px;
  overflow: hidden;
  border: 1px solid #111;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 60px 30px;
  text-align: center;
}

.gen-pro-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gen-pro-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.32) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.gen-pro-cta-copy {
  position: relative;
  z-index: 1;
  color: #fff;
}

.gen-pro-cta-copy h2,
.gen-pro-cta-copy .model-cta-title {
  display: block;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.gen-pro-cta-copy p {
  margin: 10px 0 20px;
  font-size: 24px;
  font-weight: 400;
}

.gen-pro-cta-copy button {
  height: 48px;
  padding: 0 40px;
  font-size: 16px;
}

.gen-pro-page .gen-pro-footer {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 240px;
  margin-top: 64px;
  background: #040000;
}

.gen-pro-page .reveal-section {
  opacity: 1;
  transform: none;
}

@media (max-width: 1320px) {
  .gen-pro-breadcrumb,
  .gen-pro-hero,
  .gen-pro-stats,
  .gen-pro-demo,
  .gen-pro-capabilities,
  .gen-pro-scenes,
  .gen-pro-cta {
    width: calc(100% - 48px);
  }

  .gen-pro-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gen-pro-scene-grid {
    gap: 24px;
  }
}

@media (max-width: 992px) {
  .gen-pro-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 0;
  }

  .gen-pro-stat:nth-child(2)::after {
    display: none;
  }

  .gen-pro-prompt-result,
  .gen-pro-prompt-bar,
  .gen-pro-faq {
    width: calc(100% - 48px);
  }

  .gen-pro-scene-card.is-tall,
  .gen-pro-scene-card.is-wide {
    grid-column: span 6;
    height: 420px;
  }
}

@media (max-width: 768px) {
  .gen-pro-content {
    padding: 84px 0 28px;
  }

  .gen-pro-breadcrumb,
  .gen-pro-hero,
  .gen-pro-stats,
  .gen-pro-demo,
  .gen-pro-capabilities,
  .gen-pro-scenes,
  .gen-pro-faq,
  .gen-pro-cta {
    width: calc(100% - 30px);
    max-width: 375px;
  }

  .gen-pro-hero {
    margin-top: 70px;
  }

  .gen-pro-hero h1 {
    font-size: 34px;
  }

  .gen-pro-hero p,
  .gen-pro-intro {
    font-size: 14px;
    line-height: 22px;
  }

  .gen-pro-stats {
    margin-top: 64px;
    padding: 24px;
    grid-template-columns: 1fr;
  }

  .gen-pro-stat::after {
    display: none;
  }

  .gen-pro-stat strong {
    font-size: 36px;
  }

  .gen-pro-stat span {
    font-size: 14px;
  }

  body.doubao-page .gen-pro-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  body.doubao-page .gen-pro-stat strong {
    font-size: 30px;
  }

  body.doubao-page .gen-pro-stat span {
    font-size: 13px;
    line-height: 18px;
  }

  .gen-pro-demo,
  .gen-pro-capabilities,
  .gen-pro-scenes,
  .gen-pro-faq,
  .gen-pro-cta {
    margin-top: 70px;
  }

  .gen-pro-prompt-result,
  .gen-pro-prompt-bar {
    width: 100%;
  }

  .gen-pro-prompt-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .gen-pro-capabilities h2,
  .gen-pro-scenes h2,
  .gen-pro-faq h2,
  .gen-pro-cta-copy h2,
  .gen-pro-cta-copy .model-cta-title {
    font-size: 28px;
  }

  .gen-pro-faq h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .gen-pro-capability-grid {
    margin-top: 36px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gen-pro-capability-card {
    height: auto;
    min-height: 180px;
    padding: 24px;
  }

  .gen-pro-scene-grid {
    margin-top: 36px;
  }

  .gen-pro-scene-card.is-tall,
  .gen-pro-scene-card.is-wide {
    height: 320px;
  }

  .gen-pro-scene-card div {
    left: 20px;
    right: 20px;
    bottom: 34px;
  }

  .gen-pro-faq-list {
    margin-top: 28px;
    gap: 12px;
  }

  .gen-pro-faq-question {
    font-size: 14px;
    line-height: 20px;
  }

  .gen-pro-faq-answer p {
    font-size: 13px;
    line-height: 19px;
  }

  .gen-pro-cta {
    height: 300px;
  }

  .gen-pro-cta-copy p {
    font-size: 14px;
  }

  .gen-pro-page .gen-pro-footer {
    height: auto;
    min-height: 240px;
    margin-top: 36px;
  }
}

.eleven-v2-page .gen-pro-hero h1 {
  font-size: 48px;
}

.eleven-v2-page .gen-pro-stats {
  margin-top: 80px;
}

.eleven-v2-page .gen-pro-stat span:first-child {
  margin: 0 0 12px;
}

.eleven-v2-page .gen-pro-capabilities {
  margin-top: 90px;
}

.eleven-v2-page .gen-pro-scenes,
.eleven-v2-page .gen-pro-faq {
  margin-top: 116px;
}

.eleven-v2-page .gen-pro-cta {
  margin-top: 120px;
}

.eleven-v2-demo {
  width: 1280px;
  margin: 129px auto 0;
  color: #fff;
  text-align: center;
}

.eleven-v2-intro {
  width: 920px;
  max-width: 100%;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 30px;
}

.eleven-v2-player {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.eleven-v2-disc-wrap {
  position: relative;
  width: 341px;
  height: 340px;
  flex: 0 0 341px;
}

.eleven-v2-disc-wrap::after {
  content: "";
  position: absolute;
  inset: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5, 206, 254, 0.38) 0%, rgba(88, 245, 215, 0) 68%);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.eleven-v2-disc {
  width: 341px;
  height: 340px;
  display: block;
  transition: filter 0.22s ease, transform 0.22s ease;
}

.eleven-v2-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: block;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.eleven-v2-player.is-playing .eleven-v2-video {
  opacity: 1;
}

.eleven-v2-player.is-playing .eleven-v2-disc {
  opacity: 0;
}

.eleven-v2-player.is-playing .eleven-v2-disc-wrap::after {
  animation: elevenV2Pulse 1.5s ease-in-out infinite;
  opacity: 1;
}

.eleven-v2-copy-card {
  width: 600px;
  padding: 20px;
  border: 1px solid #313136;
  border-radius: 12px;
  background: #141416;
  color: #aaa;
  text-align: left;
}

.eleven-v2-copy-card p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}

.eleven-v2-player-footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.eleven-v2-player-footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
}

.eleven-v2-player-footer img {
  width: 20px;
  height: 20px;
}

.eleven-v2-player-footer button {
  height: 34px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #151524;
  cursor: pointer;
  font-family: inherit;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.eleven-v2-player-footer button:hover,
.eleven-v2-player-footer button:focus-visible {
  filter: brightness(0.92);
  outline: none;
}

.eleven-v2-player-footer button:active {
  transform: translateY(1px);
}

.eleven-v2-player.is-playing .eleven-v2-player-footer button {
  background: #151524;
  color: #fff;
}

body.ladmusic-page .gen-pro-stat strong em {
  font-size: 0.5em;
  font-style: normal;
  font-weight: 700;
}

body.ladmusic-page .gen-pro-cta {
  height: 260px;
}

body.ladmusic-page .gen-pro-capability-card:nth-child(n+4) {
  height: 230px;
}

body.ladmusic-page .ladmusic-visual {
  width: 540px;
  height: 360px;
  flex: 0 0 540px;
  border-radius: 0;
  overflow: visible;
}

body.ladmusic-page .ladmusic-visual::after {
  display: none;
}

body.ladmusic-page .eleven-v2-player.is-playing .ladmusic-visual::after {
  animation: none;
  display: none;
  opacity: 0;
}

body.ladmusic-page .ladmusic-record {
  position: absolute;
  top: 0;
  left: 100px;
  width: 360px;
  height: 360px;
  display: block;
  z-index: 0;
}

body.ladmusic-page .ladmusic-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 360px;
  border-radius: 20px;
  display: block;
  object-fit: cover;
  z-index: 1;
}

body.ladmusic-page .ladmusic-video {
  position: absolute;
  inset: 0;
  width: 540px;
  height: 360px;
  border-radius: 20px;
  object-fit: cover;
  z-index: 2;
}

body.ladmusic-page .ladmusic-copy-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

body.ladmusic-page .ladmusic-lyrics {
  width: 100%;
}

body.ladmusic-page .ladmusic-lyrics p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

body.ladmusic-page .ladmusic-lyrics .ladmusic-lyric-gap {
  height: 24px;
}

body.ladmusic-page .ladmusic-copy-card .eleven-v2-player-footer {
  margin-top: 20px;
}

@keyframes elevenV2Playing {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.018);
  }
}

@keyframes elevenV2Pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.12);
  }
}

@media (max-width: 1320px) {
  .eleven-v2-demo {
    width: calc(100% - 48px);
  }
}

@media (max-width: 992px) {
  .eleven-v2-player {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .eleven-v2-demo {
    width: calc(100% - 30px);
    max-width: 375px;
    margin-top: 70px;
  }

  .eleven-v2-page .gen-pro-hero h1 {
    font-size: 34px;
  }

  .eleven-v2-intro {
    font-size: 14px;
    line-height: 22px;
  }

  .eleven-v2-disc {
    width: 260px;
    height: 260px;
  }

  .eleven-v2-disc-wrap {
    width: 260px;
    height: 260px;
    flex-basis: 260px;
  }

  .eleven-v2-disc-wrap::after {
    inset: 70px;
  }

  .eleven-v2-copy-card {
    width: 100%;
  }

  .eleven-v2-copy-card p {
    font-size: 13px;
    line-height: 20px;
  }

  body.eleven-v2-page:not(.ladmusic-page) .gen-pro-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  body.gen-page .gen-pro-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  body.ladmusic-page .gen-pro-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  body.ladmusic-page .ladmusic-visual {
    width: 100%;
    max-width: 345px;
    height: 230px;
    flex-basis: 230px;
  }

  body.ladmusic-page .ladmusic-record {
    left: 64px;
    width: 230px;
    height: 230px;
  }

  body.ladmusic-page .ladmusic-cover {
    width: 230px;
    height: 230px;
  }

  body.ladmusic-page .ladmusic-video {
    width: 100%;
    height: 230px;
  }

  body.ladmusic-page .ladmusic-copy-card {
    min-height: auto;
  }

  body.ladmusic-page .gen-pro-capability-card:nth-child(n+4) {
    height: auto;
  }

  body.ladmusic-page .ladmusic-lyrics p {
    font-size: 13px;
    line-height: 20px;
  }

  body.ladmusic-page .ladmusic-lyrics .ladmusic-lyric-gap {
    height: 20px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.seedance-page {
  background: #040404;
}

.seedance-content {
  padding-top: 100px;
}

.seedance-breadcrumb {
  width: 1280px;
}

.seedance-hero,
.seedance-workflow,
.seedance-version,
.seedance-scenes,
.seedance-cta {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.seedance-hero {
  position: relative;
  margin-top: 60px;
  height: 620px;
  overflow: hidden;
  border-radius: 20px;
  background: #111;
}

.seedance-hero-poster,
.seedance-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.seedance-hero-poster {
  opacity: 1;
  z-index: 1;
}

.seedance-hero-video {
  opacity: 0;
  z-index: 2;
}

.seedance-hero.is-video-ready .seedance-hero-poster {
  opacity: 0;
}

.seedance-hero.is-video-ready .seedance-hero-video {
  opacity: 1;
}

.seedance-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.seedance-hero.is-video-ready .seedance-hero-copy {
  opacity: 1;
}

.seedance-hero-copy h1 {
  position: absolute;
  left: 50%;
  top: 201px;
  margin: 0;
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.seedance-hero-copy p {
  position: absolute;
  left: 50%;
  top: 291px;
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.seedance-badge {
  position: absolute;
  left: calc(50% + 222px);
  top: 201px;
  padding: 8px 20px;
  border-radius: 10px;
  background:
    radial-gradient(80% 80% at 72% 62%, rgba(121, 253, 176, 0.88) 0%, rgba(88, 245, 215, 0) 100%),
    linear-gradient(110deg, #bffee1 9%, #05cefe 78%);
  color: #040000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.seedance-hero-copy .gen-pro-primary-btn {
  position: absolute;
  left: 50%;
  top: 350px;
  width: 152px;
  height: 48px;
  opacity: 1;
  transform: translateX(-50%);
  pointer-events: auto;
}

.seedance-hero-txt {
  position: absolute;
  left: 50%;
  bottom: 30px;
  max-width: 880px;
  padding: 10px;
  border: 1px solid #313136;
  border-radius: 12px;
  background: rgba(31, 31, 33, 0.82);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  transform: translateX(-50%);
}

.seedance-hero-txt img {
  width: 80px;
  height: 46px;
  border: 1px solid #666;
  border-radius: 8px;
  flex: 0 0 80px;
  object-fit: cover;
}

.seedance-hero-txt span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seedance-workflow {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.seedance-model-intro {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.seedance-model-intro p {
  margin: 0;
}

.seedance-core {
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.seedance-core h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
}

.seedance-core-grid {
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 40px;
}

.seedance-core-card {
  width: 620px;
  min-height: 164px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 30px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  color: #aaa;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.seedance-core-card:hover,
.seedance-core-card:focus-within {
  border-color: transparent;
  background:
    linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box,
    linear-gradient(135deg, #666666 0%, #333333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-4px);
}

.seedance-core-card:hover .seedance-core-icon,
.seedance-core-card:focus-within .seedance-core-icon {
  filter: drop-shadow(0 0 12px rgba(76, 226, 243, 0.24));
  transform: scale(1.08);
}

.seedance-core-card h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.seedance-core-card p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.seedance-core-icon {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
  transition: filter 220ms ease, transform 220ms ease;
}

.seedance-version {
  margin-top: 120px;
  color: #fff;
  text-align: center;
}

.seedance-section-heading {
  width: 892px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.seedance-section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.seedance-section-heading p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.seedance-version-table {
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.seedance-version-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: -1px;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.seedance-version-row:hover {
  border-color: transparent;
  background:
    linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box,
    linear-gradient(135deg, #666666 0%, #333333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-2px);
}

.seedance-version-row > div {
  min-height: 40px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seedance-version-head > div {
  min-height: 62px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.seedance-version-row:not(.seedance-version-head) > div:nth-child(2) {
  opacity: 0.6;
}

.seedance-scenes {
  margin-top: 120px;
  text-align: center;
}

.seedance-scenes h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.seedance-scenes-subtitle {
  width: 800px;
  max-width: 100%;
  margin: 10px auto 60px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.seedance-scenes-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.seedance-scenes .seedance-scene-card {
  position: relative;
  width: 400px;
  height: 580px;
  margin: 0;
  border: 1px solid #333;
  border-radius: 20px;
  background: #111;
  overflow: hidden;
  flex: 0 0 400px;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.seedance-scenes .seedance-scene-card:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-4px);
}

.seedance-scenes .seedance-scene-card img {
  position: absolute;
  left: 0;
  top: var(--seedance-scene-offset, 0);
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  transition: transform 260ms ease, filter 260ms ease;
}

.seedance-scenes .seedance-scene-card:hover img {
  filter: saturate(1.08) brightness(1.05);
  transform: scale(1.03);
}

.seedance-scene-card-1 {
  --seedance-scene-offset: -29px;
}

.seedance-scene-card-2 {
  --seedance-scene-offset: -129px;
}

.seedance-scene-card-4,
.seedance-scene-card-6 {
  --seedance-scene-offset: -64px;
}

.seedance-scenes .seedance-scene-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 49%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(0, 0, 0, 0.7) 56%);
  pointer-events: none;
}

.seedance-scene-copy {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 60px;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.seedance-scene-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.seedance-scene-copy p {
  width: 280px;
  max-width: 100%;
  margin: 10px auto 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.seedance-faq {
  margin-top: 120px;
}

.seedance-faq .gen-pro-faq-item {
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.4) 100%);
  backdrop-filter: blur(6.674px);
  color: #ffffff;
  overflow: hidden;
  transition: background 220ms ease, border-color 220ms ease;
}

.seedance-faq .gen-pro-faq-item.is-open {
  border-color: #222222;
  background: rgba(34, 34, 34, 0.4);
}

.seedance-faq .gen-pro-faq-item:hover {
  border-color: #333333;
  background: rgba(34, 34, 34, 0.5);
}

.seedance-faq .gen-pro-faq-question {
  color: #ffffff;
  line-height: normal;
}

.seedance-faq .gen-pro-faq-icon::before,
.seedance-faq .gen-pro-faq-icon::after {
  width: 14px;
  height: 2px;
  border-radius: 1px;
}

.seedance-faq .gen-pro-faq-answer p {
  font-weight: 400;
  text-align: left;
}

.seedance-cta {
  margin-top: 120px;
  height: 260px;
}

.seedance-cta > img {
  object-position: center;
}

@media (max-width: 1320px) {
  .seedance-breadcrumb,
  .seedance-hero,
  .seedance-workflow,
  .seedance-version,
  .seedance-scenes,
  .seedance-cta {
    width: calc(100% - 48px);
  }

  .seedance-core,
  .seedance-core-grid {
    width: 100%;
  }

  .seedance-core-card {
    width: calc((100% - 40px) / 2);
  }

}


@media (max-width: 768px) {
  .seedance-content {
    padding-top: 84px;
  }

  .seedance-breadcrumb,
  .seedance-hero,
  .seedance-workflow,
  .seedance-version,
  .seedance-scenes,
  .seedance-cta {
    width: calc(100% - 30px);
    max-width: 375px;
  }

  .seedance-hero {
    margin-top: 56px;
    height: 300px;
    border-radius: 12px;
  }

  .seedance-hero-copy h1 {
    top: 70px;
    font-size: 34px;
    line-height: 42px;
  }

  .seedance-hero-copy p {
    top: 120px;
    font-size: 14px;
    line-height: 22px;
  }

  .seedance-badge {
    left: calc(50% + 126px);
    top: 70px;
    padding: 5px 14px;
    border-radius: 7px;
    font-size: 12px;
  }

  .seedance-hero-copy .gen-pro-primary-btn {
    top: 158px;
    width: 152px;
    height: 48px;
    min-width: 152px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 16px;
  }

  .seedance-hero-txt {
    left: 50%;
    right: auto;
    bottom: 12px;
    width: calc(100% - 30px);
    padding: 4px;
    border-radius: 8px;
    gap: 6px;
    font-size: 9px;
  }

  .seedance-hero-txt img {
    width: 40px;
    height: 23px;
    border-radius: 5px;
    flex-basis: 40px;
  }

  .seedance-workflow {
    margin-top: 70px;
    gap: 40px;
  }

  .seedance-model-intro {
    width: 335px;
    font-size: 13px;
    line-height: 20px;
    white-space: normal;
  }

  .seedance-core {
    width: 335px;
    gap: 28px;
  }

  .seedance-core h2 {
    width: 335px;
    font-size: 26px;
    line-height: 34px;
  }

  .seedance-core-grid {
    width: 335px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .seedance-core-card {
    width: 335px;
    min-height: 0;
    padding: 20px;
    border-radius: 14px;
    gap: 8px;
  }

  .seedance-core-icon {
    width: 36px;
    height: 36px;
  }

  .seedance-core-card h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .seedance-core-card p {
    font-size: 13px;
    line-height: 20px;
  }


  .seedance-scenes {
    margin-top: 70px;
  }

  .seedance-version {
    margin-top: 70px;
  }

  .seedance-section-heading {
    width: 335px;
    margin-bottom: 28px;
  }

  .seedance-section-heading h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .seedance-section-heading p {
    font-size: 14px;
    line-height: 22px;
  }

  .seedance-version-table {
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 18px;
  }

  .seedance-version-row {
    width: 600px;
    grid-template-columns: 180px 180px 240px;
  }

  .seedance-version-row > div {
    min-height: 38px;
    padding: 9px 10px;
  }

  .seedance-version-head > div {
    min-height: 54px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .seedance-scenes h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .seedance-scenes-subtitle {
    width: 335px;
    margin: 10px auto 28px;
    font-size: 14px;
    line-height: 22px;
  }

  .seedance-scenes-grid {
    gap: 16px;
  }

  .seedance-scenes .seedance-scene-card {
    width: 335px;
    height: 486px;
    border-radius: 16px;
    flex-basis: 335px;
  }

  .seedance-scene-card-1 {
    --seedance-scene-offset: -24px;
  }

  .seedance-scene-card-2 {
    --seedance-scene-offset: -108px;
  }

  .seedance-scene-card-4,
  .seedance-scene-card-6 {
    --seedance-scene-offset: -54px;
  }

  .seedance-scene-copy {
    left: 24px;
    right: 24px;
    bottom: 44px;
  }

  .seedance-scene-copy h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .seedance-scene-copy p {
    width: 260px;
    font-size: 13px;
    line-height: 20px;
  }

  .seedance-faq,
  .seedance-cta {
    margin-top: 70px;
  }
}

@media (max-width: 750px) {
  body.project-management-page:not(.enterprise-collaboration-page) .project-management-hero-visual {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
  }

  body.project-management-page:not(.enterprise-collaboration-page) .project-management-hero-visual-static .project-management-hero-static-image {
    display: block;
    width: 100%;
    height: auto;
  }
}

.page .site-footer {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: 100vw;
  max-width: none;
  height: auto;
  min-height: 344px;
  margin: 120px calc(50% - 50vw) 0;
  padding: 40px min(16.666vw, 320px);
  background: #040404;
}

@media (max-width: 1320px) {
  .page .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .page .site-footer {
    min-height: 0;
    margin-top: 120px;
    padding: 32px 20px;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .footer,
  .page .site-footer {
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: 20px;
    gap: 20px;
    background: #040404;
  }

  .footer-main {
    display: grid;
    width: 100%;
    max-width: 335px;
    grid-template-columns: 90px minmax(126px, 1fr) 80px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px 8px;
    margin: 0 auto;
  }

  .footer-brand {
    grid-column: 1 / -1;
    width: 100%;
    align-items: center;
    gap: 15px;
    text-align: center;
  }

  .footer-logo,
  .footer-logo img {
    width: 161.688px;
    max-width: 161.688px;
  }

  .footer-brand-copy {
    align-items: center;
    gap: 7.5px;
  }

  .footer-brand-title,
  .footer-brand-subtitle {
    white-space: nowrap;
  }

  .footer-brand-title {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
  }

  .footer-brand-subtitle {
    font-size: 10px;
    line-height: 15.75px;
  }

  .footer-column,
  .footer-community {
    width: auto;
    min-width: 0;
    flex: 0 0 auto;
    align-items: flex-start;
    gap: 9px;
    text-align: left;
  }

  .footer-column {
    max-width: 100%;
  }

  .footer-column-title {
    font-size: 10px;
    line-height: normal;
  }

  .footer-link,
  .footer-link:link,
  .footer-link:visited {
    font-size: 9px;
    line-height: normal;
    white-space: nowrap;
  }

  .footer-model-link {
    gap: 4px;
  }

  .footer-link-badge {
    min-width: 30px;
    height: 15.5px;
    padding: 2.25px 6px;
    border-radius: 3px;
    font-size: 9px;
    line-height: 1;
  }

  .footer-community {
    grid-column: 1 / -1;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .footer-qr-list {
    width: 100%;
    justify-content: center;
    gap: 0;
    padding: 7.5px 0 0;
  }

  .footer-qr-card {
    width: 90px;
    gap: 7.5px;
    align-items: center;
  }

  .footer-qr {
    width: 75px;
    height: 75px;
    border-radius: 3px;
  }

  .footer-qr-card p {
    font-size: 12px;
    line-height: 16px;
  }

  .footer-bottom {
    width: 100%;
    max-width: 335px;
    padding-top: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    border-top-width: 0.75px;
    text-align: center;
    white-space: normal;
  }

  .copyright,
  .footer-records,
  .footer-record-link {
    font-size: 9px;
    line-height: 16px;
    white-space: normal;
  }

  .footer-records {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.ai-video-page {
  background: #040404;
}

.ai-video-content {
  padding-top: 100px;
}

.ai-video-breadcrumb,
.ai-video-hero,
.ai-video-compare,
.ai-video-features,
.ai-video-scenes,
.ai-video-faq {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.ai-video-hero {
  position: relative;
  margin-top: 60px;
  height: 480px;
  overflow: hidden;
  border-radius: 20px;
  background: #040404;
}

.ai-video-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background: linear-gradient(90deg, #040404 0%, rgba(4, 4, 4, 0.96) 27%, rgba(4, 4, 4, 0.42) 54%, rgba(4, 4, 4, 0) 72%);
  pointer-events: none;
}

.ai-video-hero-copy {
  position: relative;
  z-index: 3;
  width: 520px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  color: #fff;
}

.ai-video-hero-copy h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.ai-video-hero-copy p {
  width: 494px;
  margin: 20px 0 28px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.ai-video-comparison {
  --ai-video-split: 50%;
  position: absolute;
  top: 0;
  right: 0;
  width: 854px;
  height: 480px;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
  touch-action: none;
  cursor: ew-resize;
  user-select: none;
}

.ai-video-layer,
.ai-video-layer-before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ai-video-layer {
  object-fit: cover;
  object-position: center;
}

.ai-video-layer-before {
  z-index: 1;
  width: var(--ai-video-split);
  overflow: hidden;
}

.ai-video-layer-before .ai-video-layer {
  width: 854px;
  max-width: none;
}

.ai-video-compare-label {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(34, 34, 34, 0.24);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.ai-video-compare-label {
  top: 24px;
  padding: 8px 12px;
  border-radius: 999px;
}

.ai-video-compare-label-before {
  left: 24px;
}

.ai-video-compare-label-after {
  right: 24px;
}

.ai-video-compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--ai-video-split);
  z-index: 5;
  width: 72px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateX(-50%);
  cursor: ew-resize;
}

.ai-video-compare-handle:focus-visible {
  outline: 2px solid #4ce2f3;
  outline-offset: -8px;
  border-radius: 24px;
}

.ai-video-compare-line {
  position: absolute;
  top: -48px;
  bottom: -52px;
  left: 50%;
  width: 2px;
  border-radius: 20px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 10%, rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0.28) 90%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.28);
}

.ai-video-compare-knob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 50%;
  background: url("assets/figma/ai-video-compare-handle.8194757e.webp") center / contain no-repeat;
  transform: translate(-50%, -50%);
}

.ai-video-compare > img,
.ai-video-features > img {
  width: 100%;
  display: block;
}

.ai-video-compare,
.ai-video-features,
.ai-video-scenes,
.ai-video-faq {
  margin-top: 120px;
}

.ai-video-compare {
  --ai-video-sticky-top: calc(var(--promo-header-offset, 0px) + 76px);
  scroll-margin-top: var(--ai-video-sticky-top);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.ai-video-compare-heading {
  position: sticky;
  top: calc(var(--ai-video-sticky-top) + 72px);
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 8px 0 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(4, 4, 4, 0.82) 0%, rgba(4, 4, 4, 0.42) 100%);
  backdrop-filter: blur(10px);
  text-align: center;
  color: #fff;
}

.ai-video-compare.is-last-panel .ai-video-compare-heading {
  position: relative;
  top: auto;
}

.ai-video-compare-heading.is-switching .ai-video-compare-title-row,
.ai-video-compare-heading.is-switching p {
  animation: aiVideoP2TextIn 360ms ease both;
}

.ai-video-compare-title-row {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.ai-video-compare-heading h2 {
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.ai-video-compare-heading span {
  width: 32px;
  height: 32px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4ce2f3;
  font-size: 32px;
  line-height: 32px;
  flex: 0 0 32px;
}

.ai-video-compare-heading p {
  width: 800px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.ai-video-p2-stage {
  position: relative;
  width: 100%;
}

.ai-video-p2-panel {
  width: 100%;
}

.ai-video-p2-panel[hidden] {
  display: none;
}

.ai-video-p2-panel.is-active .ai-video-p2-comparison {
  animation: aiVideoP2PanelIn 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ai-video-p2-panel.is-active .ai-video-compare-label,
.ai-video-p2-panel.is-active .ai-video-p2-caption {
  animation: aiVideoP2TextIn 480ms ease both;
}

@keyframes aiVideoP2PanelIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    filter: brightness(0.86);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
}

@keyframes aiVideoP2TextIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ai-video-p2-comparison {
  position: relative;
  top: auto;
  right: auto;
  width: 1280px;
  height: 620px;
  border-radius: 28px;
}

.ai-video-p2-comparison .ai-video-layer-before .ai-video-layer {
  width: 1280px;
}

.ai-video-p2-comparison .ai-video-compare-line {
  top: 20px;
  bottom: 20px;
}

.ai-video-p2-caption {
  position: absolute;
  right: 52px;
  bottom: 36px;
  z-index: 4;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.ai-video-features {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.ai-video-features-heading {
  max-width: 1280px;
  color: #fff;
  text-align: center;
}

.ai-video-features-heading h2 {
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}

.ai-video-features-heading p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.ai-video-feature-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 620px));
  gap: 40px;
  width: 1280px;
}

.ai-video-feature-card {
  position: relative;
  height: 350px;
  overflow: hidden;
  border: 1.103px solid #222;
  border-radius: 12px;
  background: #080808;
  color: #fff;
  outline: none;
  transform: translateZ(0);
}

.ai-video-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: transparent;
  transition: background 360ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: background;
}

.ai-video-feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
  will-change: transform, filter;
}

.ai-video-feature-card-copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 30px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(4, 0, 0, 0.8) 100%);
  text-align: center;
  transition: background 420ms ease;
  will-change: background;
}

.ai-video-feature-card-copy strong {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 58px;
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ai-video-feature-card-copy p,
.ai-video-feature-card-copy button,
.ai-video-feature-card-copy span {
  position: absolute;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 24px);
  transition:
    opacity 280ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
  pointer-events: none;
}

.ai-video-feature-card-copy p {
  top: 144px;
  width: 480px;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}

.ai-video-feature-card-copy button {
  top: 210px;
  height: 48px;
  padding: 0 40px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #151524;
  font-size: 16px;
  cursor: pointer;
}

.ai-video-feature-card-copy span {
  top: 272px;
  font-size: 14px;
  line-height: 24px;
  color: #aaa;
}

.ai-video-feature-card-copy span::first-line {
  color: #ddd;
  font-size: 16px;
}

.ai-video-feature-card:hover,
.ai-video-feature-card:focus-within,
.ai-video-feature-card:focus-visible {
  border-color: #333;
}

.ai-video-feature-card:hover::after,
.ai-video-feature-card:focus-within::after,
.ai-video-feature-card:focus-visible::after {
  background: linear-gradient(180deg, rgba(21, 21, 36, 0.2) 0%, rgba(4, 0, 0, 0.5) 100%);
}

.ai-video-feature-card:hover img,
.ai-video-feature-card:focus-within img,
.ai-video-feature-card:focus-visible img {
  transform: scale(1.035);
  filter: brightness(0.82);
}

.ai-video-feature-card:hover .ai-video-feature-card-copy strong,
.ai-video-feature-card:focus-within .ai-video-feature-card-copy strong,
.ai-video-feature-card:focus-visible .ai-video-feature-card-copy strong {
  transform: translateY(-156px);
}

.ai-video-feature-card:hover .ai-video-feature-card-copy,
.ai-video-feature-card:focus-within .ai-video-feature-card-copy,
.ai-video-feature-card:focus-visible .ai-video-feature-card-copy {
  background: linear-gradient(180deg, rgba(21, 21, 36, 0.5) 0%, rgba(4, 0, 0, 0.9) 100%);
}

.ai-video-feature-card:hover .ai-video-feature-card-copy p,
.ai-video-feature-card:hover .ai-video-feature-card-copy button,
.ai-video-feature-card:hover .ai-video-feature-card-copy span,
.ai-video-feature-card:focus-within .ai-video-feature-card-copy p,
.ai-video-feature-card:focus-within .ai-video-feature-card-copy button,
.ai-video-feature-card:focus-within .ai-video-feature-card-copy span,
.ai-video-feature-card:focus-visible .ai-video-feature-card-copy p,
.ai-video-feature-card:focus-visible .ai-video-feature-card-copy button,
.ai-video-feature-card:focus-visible .ai-video-feature-card-copy span {
  opacity: 1;
  transform: translate(-50%, 0);
  transition:
    opacity 340ms ease 120ms,
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1) 100ms;
  pointer-events: auto;
}

.ai-video-scenes .seedance-scenes-frame {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 60px;
  overflow: hidden;
}

.ai-video-scenes .seedance-scene-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: seedanceSceneMarquee 56s linear infinite;
}

.ai-video-scenes .seedance-scenes-frame:hover .seedance-scene-track {
  animation-play-state: paused;
}

.ai-video-scenes .seedance-scene-set {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.ai-video-scenes .seedance-scene-card {
  position: relative;
  width: 640px;
  height: 364px;
  margin: 0;
  border: 1px solid #222;
  border-radius: 12px;
  background: #111;
  overflow: hidden;
  flex: 0 0 640px;
}

.ai-video-scenes .seedance-scene-card:hover {
  border-color: #222;
  box-shadow: none;
  transform: none;
}

.ai-video-scenes .seedance-scene-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: filter 220ms ease;
}

.ai-video-scenes .seedance-scene-card h3,
.ai-video-scenes .seedance-scene-card strong {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 29px;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.ai-video-scenes .seedance-scene-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 88px;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #040000 100%);
  pointer-events: none;
}

.ai-video-scenes .seedance-scene-card:hover video {
  filter: brightness(1.04);
}

@keyframes seedanceSceneMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.ai-video-faq {
  width: 1000px;
}

@media (max-width: 1320px) {
  .ai-video-breadcrumb,
  .ai-video-hero,
  .ai-video-compare,
  .ai-video-features,
  .ai-video-scenes,
  .ai-video-faq {
    width: calc(100% - 48px);
  }
}

@media (max-width: 768px) {
  .ai-video-content {
    padding-top: 84px;
  }

  .ai-video-breadcrumb,
  .ai-video-hero,
  .ai-video-compare,
  .ai-video-features,
  .ai-video-scenes,
  .ai-video-faq {
    width: 100%;
    max-width: 375px;
  }

  .ai-video-hero {
    margin-top: 56px;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
  }

  .ai-video-hero::before {
    display: none;
  }

  .ai-video-hero-copy {
    width: 100%;
    height: auto;
    min-height: 238px;
    padding: 32px 20px 24px;
    background: linear-gradient(180deg, #040404 0%, rgba(4, 4, 4, 0.86) 100%);
  }

  .ai-video-hero-copy h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .ai-video-hero-copy p {
    width: 100%;
    margin: 16px 0 22px;
    font-size: 14px;
    line-height: 22px;
  }

  .ai-video-comparison {
    position: relative;
    width: 100%;
    height: 211px;
    border-radius: 12px;
  }

  .ai-video-hero-copy .gen-pro-primary-btn {
    min-width: 78px;
    height: 28px;
    padding: 0 12px;
    border-radius: 7px;
    font-size: 11px;
  }

  .ai-video-layer-before .ai-video-layer {
    width: min(375px, 100vw);
  }

  .ai-video-compare-label {
    top: 12px;
    padding: 6px 9px;
    font-size: 11px;
  }

  .ai-video-compare-label-before {
    left: 12px;
  }

  .ai-video-compare-label-after {
    right: 12px;
  }

  .ai-video-compare-handle {
    width: 52px;
  }

  .ai-video-compare-knob {
    width: 52px;
    height: 52px;
    border-radius: 50%;
  }

  .ai-video-compare,
  .ai-video-features,
  .ai-video-scenes,
  .ai-video-faq {
    margin-top: 70px;
  }

  .ai-video-compare {
    gap: 22px;
  }

  .ai-video-compare-heading {
    position: relative;
    top: auto;
    width: calc(100% - 24px);
    padding: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .ai-video-compare-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .ai-video-compare-heading span {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
    flex-basis: 22px;
  }

  .ai-video-compare-heading p {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .ai-video-p2-comparison {
    width: 100%;
    height: 211px;
    border-radius: 12px;
  }

  .ai-video-p2-comparison .ai-video-layer-before .ai-video-layer {
    width: min(375px, 100vw);
  }

  .ai-video-p2-caption {
    right: 16px;
    bottom: 14px;
    max-width: 180px;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
  }

  .ai-video-features {
    gap: 28px;
  }

  .ai-video-features-heading {
    width: calc(100% - 24px);
  }

  .ai-video-features-heading h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .ai-video-features-heading p {
    font-size: 13px;
    line-height: 20px;
  }

  .ai-video-feature-card-grid {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ai-video-feature-card {
    height: 260px;
  }

  .ai-video-feature-card-copy {
    padding: 0 22px;
  }

  .ai-video-feature-card-copy strong {
    left: 22px;
    right: 22px;
    bottom: 44px;
    font-size: 22px;
  }

  .ai-video-feature-card-copy p {
    top: 80px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .ai-video-feature-card-copy button {
    top: 136px;
    height: 40px;
    padding: 0 28px;
    border-radius: 10px;
    font-size: 14px;
  }

  .ai-video-feature-card-copy span {
    top: 190px;
    font-size: 12px;
    line-height: 20px;
  }

  .ai-video-feature-card:hover .ai-video-feature-card-copy strong,
  .ai-video-feature-card:focus-within .ai-video-feature-card-copy strong,
  .ai-video-feature-card:focus-visible .ai-video-feature-card-copy strong {
    transform: translateY(-146px);
  }

  .ai-video-scenes .seedance-scenes-frame {
    margin-top: 28px;
  }

  .ai-video-scenes .seedance-scene-card {
    width: 300px;
    height: 171px;
    flex-basis: 300px;
    border-radius: 8px;
  }

  .ai-video-scenes .seedance-scene-card::after {
    height: 58px;
  }

  .ai-video-scenes .seedance-scene-card h3,
  .ai-video-scenes .seedance-scene-card strong {
    bottom: 16px;
    font-size: 15px;
    line-height: 20px;
  }
}

.ai-cinematic-page {
  background: #040404;
}


.ai-cinematic-content {
  padding-top: 100px;
}

.ai-cinematic-breadcrumb,
.ai-cinematic-hero,
.ai-cinematic-control,
.ai-cinematic-compare,
.ai-cinematic-faq {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.ai-cinematic-hero {
  position: relative;
  margin-top: 60px;
  height: 480px;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  background: #040404;
}

.ai-cinematic-panel img,
.ai-cinematic-video-side video {
  display: block;
  width: 100%;
}

.ai-cinematic-hero-copy {
  width: 520px;
  color: #fff;
}

.ai-cinematic-hero-copy h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.ai-cinematic-hero-copy p {
  width: 480px;
  margin: 20px 0 28px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.ai-cinematic-hero-visual {
  width: 461px;
  height: 464px;
  flex: 0 0 461px;
}

.ai-cinematic-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ai-cinematic-control {
  --ai-cinematic-sticky-top: calc(var(--promo-header-offset, 0px) + 76px);
  scroll-margin-top: var(--ai-cinematic-sticky-top);
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.ai-cinematic-heading {
  position: sticky;
  top: calc(var(--ai-cinematic-sticky-top) + 72px);
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 8px 0 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(4, 4, 4, 0.82) 0%, rgba(4, 4, 4, 0.42) 100%);
  backdrop-filter: blur(10px);
  text-align: center;
  color: #fff;
}

.ai-cinematic-control.is-last-panel .ai-cinematic-heading {
  position: relative;
  top: auto;
}

.ai-cinematic-title-row {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.ai-cinematic-heading h2 {
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.ai-cinematic-heading span {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4ce2f3;
  font-size: 32px;
  line-height: 32px;
  flex: 0 0 32px;
}

.ai-cinematic-heading p {
  width: 800px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.ai-cinematic-heading.is-switching .ai-cinematic-title-row,
.ai-cinematic-heading.is-switching p {
  animation: aiVideoP2TextIn 360ms ease both;
}

.ai-cinematic-panel-stage {
  width: 100%;
}

.ai-cinematic-panel {
  width: 100%;
}

.ai-cinematic-panel[hidden] {
  display: none;
}

.ai-cinematic-panel.is-active .ai-cinematic-panel-visual {
  animation: aiVideoP2PanelIn 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ai-cinematic-panel-visual {
  width: 1280px;
  height: 620px;
  overflow: hidden;
  border-radius: 20px;
}

.ai-cinematic-panel-visual img {
  width: 1280px;
  max-width: none;
  transform: translateY(-206px);
}

.ai-cinematic-panel[data-cinematic-panel="lens"] .ai-cinematic-panel-visual img {
  transform: translateY(-206px);
}

.ai-cinematic-compare {
  margin-top: 120px;
  text-align: center;
  color: #fff;
}

.ai-cinematic-compare h2 {
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}

.ai-cinematic-compare p {
  margin: 10px 0 40px;
  font-size: 14px;
  line-height: 21px;
}

.ai-cinematic-video-compare {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 1280px;
  height: 360px;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
}

.ai-cinematic-video-side {
  position: relative;
  overflow: hidden;
}

.ai-cinematic-video-side video {
  height: 100%;
  object-fit: cover;
}

.ai-cinematic-video-label {
  display: none;
}

.ai-cinematic-video-compare::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 2px;
  background: rgba(255, 255, 255, 0.42);
  transform: translateX(-50%);
}

.ai-cinematic-video-card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 142px;
  padding: 20px;
  border-radius: 0 0 12px 0;
  background: #333;
  text-align: left;
  color: #ddd;
}

.ai-cinematic-video-card h3,
.ai-cinematic-video-card strong {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.ai-cinematic-video-card p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.ai-cinematic-video-card-pixmax {
  left: auto;
  right: 0;
  width: 166px;
  border-radius: 0 0 0 12px;
  background:
    radial-gradient(circle at 65% 62%, rgba(121, 253, 176, 0.9) 0, rgba(88, 245, 215, 0) 30%),
    linear-gradient(130deg, #bffee1 8.98%, #05cefe 78.37%);
  color: #222;
  text-align: center;
}

.ai-cinematic-video-card-pixmax h3,
.ai-cinematic-video-card-pixmax strong {
  color: #040000;
}

.ai-cinematic-faq {
  margin-top: 120px;
  width: 1000px;
}

@media (max-width: 1320px) {
  .ai-cinematic-breadcrumb,
  .ai-cinematic-hero,
  .ai-cinematic-control,
  .ai-cinematic-compare,
  .ai-cinematic-faq {
    width: calc(100% - 48px);
  }
}

@media (max-width: 768px) {
  .ai-cinematic-content {
    padding-top: 84px;
  }

  .ai-cinematic-breadcrumb,
  .ai-cinematic-hero,
  .ai-cinematic-control,
  .ai-cinematic-compare,
  .ai-cinematic-faq {
    width: 100%;
    max-width: 375px;
  }

  .ai-cinematic-hero {
    margin-top: 56px;
    height: auto;
    min-height: 520px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 32px 20px 24px;
    border-radius: 12px;
  }

  .ai-cinematic-hero-copy {
    width: 100%;
  }

  .ai-cinematic-hero-copy h1 {
    font-size: 30px;
    line-height: 38px;
    white-space: normal;
  }

  .ai-cinematic-hero-copy p {
    width: 100%;
    margin: 16px 0 22px;
    font-size: 14px;
    line-height: 22px;
  }

  .ai-cinematic-hero-visual {
    width: 100%;
    height: auto;
    flex-basis: auto;
  }

  .ai-cinematic-control,
  .ai-cinematic-compare,
  .ai-cinematic-faq {
    margin-top: 70px;
  }

  .ai-cinematic-control {
    --ai-cinematic-sticky-top: calc(var(--promo-header-offset, 0px) + 72px);
    scroll-margin-top: var(--ai-cinematic-sticky-top);
  }

  .ai-cinematic-heading {
    position: sticky;
    top: calc(var(--ai-cinematic-sticky-top) + 58px);
    z-index: 30;
    width: calc(100% - 24px);
    padding: 8px 0 10px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(4, 4, 4, 0.86) 0%, rgba(4, 4, 4, 0.46) 100%);
    backdrop-filter: blur(10px);
  }

  .ai-cinematic-control.is-last-panel .ai-cinematic-heading {
    position: relative;
    top: auto;
  }

  .ai-cinematic-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .ai-cinematic-heading span {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
    flex-basis: 22px;
  }

  .ai-cinematic-heading p {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .ai-cinematic-panel-visual {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: visible;
  }

  .ai-cinematic-panel-visual img {
    width: 100%;
    height: auto;
    transform: none;
  }

  .ai-cinematic-compare h2 {
    width: 335px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 31px;
  }

  .ai-cinematic-compare p {
    width: 335px;
    max-width: calc(100% - 40px);
    margin: 10px auto 30px;
    font-size: 13px;
    line-height: normal;
  }

  .ai-cinematic-video-compare {
    width: min(calc(100% - 40px), 335px);
    height: auto;
    grid-template-columns: 157px 178px;
    grid-template-areas:
      "before-card after-card"
      "before-video before-video"
      "after-video after-video";
    gap: 6px 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-cinematic-video-compare::before {
    display: none;
  }

  .ai-cinematic-video-side {
    display: contents;
    height: auto;
  }

  .ai-cinematic-video-side video {
    height: auto;
    aspect-ratio: 864 / 496;
    object-fit: cover;
    transform: none;
  }

  .ai-cinematic-video-side-before video {
    grid-area: before-video;
  }

  .ai-cinematic-video-side-after video {
    grid-area: after-video;
  }

  .ai-cinematic-video-label {
    z-index: 2;
    display: inline-flex;
    align-self: start;
    justify-self: start;
    margin: 10px 0 0 10px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(4, 4, 4, 0.62);
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap;
    backdrop-filter: blur(8px);
  }

  .ai-cinematic-video-side-before .ai-cinematic-video-label {
    grid-area: before-video;
  }

  .ai-cinematic-video-side-after .ai-cinematic-video-label {
    grid-area: after-video;
  }

  .ai-cinematic-video-card,
  .ai-cinematic-video-card-pixmax {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 155px;
    min-height: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 10px 10px;
    background: #333;
    text-align: center;
    overflow: hidden;
  }

  .ai-cinematic-video-card {
    grid-area: before-card;
    border-radius: 12px 0 0 12px;
  }

  .ai-cinematic-video-card-pixmax {
    grid-area: after-card;
    height: 155px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0 12px 12px 0;
    background:
      radial-gradient(circle at 65% 62%, rgba(121, 253, 176, 0.9) 0, rgba(88, 245, 215, 0) 30%),
      linear-gradient(130deg, #bffee1 8.98%, #05cefe 78.37%);
    color: #040000;
    text-align: center;
  }

  .ai-cinematic-video-card h3,
.ai-cinematic-video-card strong {
    max-width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
  }

  .ai-cinematic-video-card-pixmax h3,
.ai-cinematic-video-card-pixmax strong {
    font-size: 14px;
    line-height: 18px;
  }

  .ai-cinematic-video-card p {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
  }

  .ai-cinematic-video-card-pixmax h3,
  .ai-cinematic-video-card-pixmax strong,
  .ai-cinematic-video-card-pixmax p {
    color: #040000;
    background: none;
  }
}

.kling-page .seedance-hero-video {
  opacity: 1;
}

.kling-page .seedance-hero-copy {
  opacity: 1;
}

.kling-workflow {
  margin-top: 80px;
}

.kling-model-intro {
  white-space: nowrap;
}

.kling-core-grid {
  align-items: stretch;
  gap: 30px 40px;
}

.kling-core-card {
  justify-content: flex-start;
  min-height: 0;
}

.kling-core-card-wide {
  width: 620px;
  min-height: 206px;
}

.kling-core-card-small {
  width: 400px;
  min-height: 225px;
}

.kling-scenes .seedance-scene-card-1 {
  --seedance-scene-offset: -29px;
}

.kling-scenes .seedance-scene-card-2 {
  --seedance-scene-offset: -129px;
}

.kling-scenes .seedance-scene-card-3,
.kling-scenes .seedance-scene-card-5 {
  --seedance-scene-offset: 0;
}

.kling-scenes .seedance-scene-card-4,
.kling-scenes .seedance-scene-card-6 {
  --seedance-scene-offset: -64px;
}

.kling-models {
  width: 1280px;
  margin: 120px auto 0;
  color: #fff;
  text-align: center;
}

.kling-model-list {
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 30px;
}

.kling-model-pill {
  min-height: 40px;
  padding: 10px 30px;
  border: 1px solid #666;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.kling-model-pill[href]:hover,
.kling-model-pill[href]:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #151524;
  outline: none;
}

.kling-model-arrow {
  width: 12px;
  height: 12px;
  margin-left: 12px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 12px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 180ms ease;
}

.kling-model-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: block;
  transform: translateX(-1px) rotate(45deg);
}

.kling-model-pill[href]:hover .kling-model-arrow,
.kling-model-pill[href]:focus-visible .kling-model-arrow {
  opacity: 1;
}

.model-more-section {
  width: min(1280px, calc(100% - 48px));
  margin: 120px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  color: #fff;
  text-align: center;
}

.model-more-heading {
  width: min(892px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.model-more-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
}

.model-more-heading p {
  width: min(800px, 100%);
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.model-more-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 30px;
}

.model-more-pill {
  min-height: 40px;
  padding: 10px 30px;
  border: 1px solid #666;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.model-more-pill[href]:hover,
.model-more-pill[href]:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #040000;
  outline: none;
}

.model-more-arrow {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  position: relative;
  opacity: 0;
  transition: opacity 180ms ease;
}

.model-more-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(45deg);
}

.model-more-pill[href]:hover .model-more-arrow,
.model-more-pill[href]:focus-visible .model-more-arrow {
  opacity: 1;
}

.kling-faq {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.kling-faq .gen-pro-faq-list {
  width: 100%;
}

.kling-cta .gen-pro-cta-copy p {
  font-size: 24px;
  font-weight: 400;
}

.happyhorse-hero-media {
  object-position: center;
}

.happyhorse-page .seedance-hero-video,
.happyhorse-page .seedance-hero-copy {
  opacity: 1;
}

.happyhorse-badge {
  position: absolute;
  left: calc(50% + 258px);
  top: 201px;
  padding: 8px 20px;
  border-radius: 10px;
  background:
    radial-gradient(80% 80% at 72% 62%, rgba(121, 253, 176, 0.88) 0%, rgba(88, 245, 215, 0) 100%),
    linear-gradient(110deg, #bffee1 9%, #05cefe 78%);
  color: #040000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.happyhorse-core-card {
  width: 620px;
  min-height: 230px;
}

.happyhorse-ranking {
  margin-top: 120px;
}

.happyhorse-ranking .seedance-section-heading {
  margin-bottom: 50px;
}

.happyhorse-ranking-card {
  padding: 20px 30px;
  border: 1px solid rgba(51, 51, 51, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
}

.happyhorse-ranking-meta {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  line-height: 30px;
}

.happyhorse-ranking-meta strong {
  font-size: 20px;
}

.happyhorse-ranking-meta span {
  font-size: 16px;
}

.happyhorse-ranking-table {
  width: 100%;
  padding-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.happyhorse-ranking-row {
  display: grid;
  grid-template-columns: 100px 300px minmax(0, 1fr) 200px 200px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: -1px;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.happyhorse-ranking-row:hover {
  border-color: transparent;
  background:
    linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box,
    linear-gradient(135deg, #666666 0%, #333333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-2px);
}

.happyhorse-ranking-row > div {
  min-height: 40px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.happyhorse-ranking-head > div {
  min-height: 62px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.happyhorse-ranking-note {
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 1320px) {
  .kling-models,
  .kling-model-list {
    width: calc(100% - 48px);
  }

  .kling-core-card-wide {
    width: calc((100% - 40px) / 2);
  }

  .kling-core-card-small {
    width: calc((100% - 80px) / 3);
  }

  .happyhorse-core-card {
    width: calc((100% - 40px) / 2);
  }
}

@media (max-width: 768px) {
  .kling-hero {
    height: 300px;
  }

  .kling-hero-copy h1 {
    top: 70px;
    font-size: 34px;
    line-height: 42px;
  }

  .kling-hero-copy p {
    top: 120px;
    font-size: 14px;
    line-height: 22px;
  }

  .kling-hero-copy .gen-pro-primary-btn {
    top: 158px;
    width: 152px;
    height: 48px;
    min-width: 152px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 16px;
  }

  .kling-hero-txt {
    bottom: 12px;
  }

  .happyhorse-badge {
    left: auto;
    right: 15px;
    top: 70px;
    padding: 5px 14px;
    border-radius: 7px;
    font-size: 12px;
  }

  .kling-workflow {
    margin-top: 70px;
  }

  .kling-model-intro {
    white-space: normal;
  }

  .kling-core-card-wide,
  .kling-core-card-small,
  .happyhorse-core-card {
    width: 335px;
    min-height: 0;
  }

  .kling-models,
  .kling-model-list,
  .kling-faq,
  .happyhorse-ranking {
    width: calc(100% - 30px);
    max-width: 375px;
  }

  .happyhorse-ranking {
    margin-top: 70px;
  }

  .happyhorse-ranking .seedance-section-heading {
    margin-bottom: 32px;
  }

  .happyhorse-ranking-card {
    padding: 16px;
    border-radius: 16px;
    overflow-x: auto;
  }

  .happyhorse-ranking-meta {
    min-width: 760px;
  }

  .happyhorse-ranking-table {
    width: 760px;
    font-size: 13px;
    line-height: 18px;
  }

  .happyhorse-ranking-row {
    grid-template-columns: 72px 120px 280px 130px 130px;
  }

  .happyhorse-ranking-row > div {
    min-height: 38px;
    padding: 9px 10px;
  }

  .happyhorse-ranking-head > div {
    min-height: 54px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .happyhorse-ranking-note {
    width: 760px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }

  .kling-models {
    margin-top: 70px;
  }

  .kling-model-list {
    gap: 12px;
  }

  .kling-model-pill {
    min-height: 34px;
    padding: 8px 18px;
    font-size: 13px;
    line-height: 18px;
  }

  .model-more-section {
    width: calc(100% - 30px);
    max-width: 375px;
    margin-top: 70px;
    gap: 32px;
  }

  .model-more-heading {
    gap: 8px;
  }

  .model-more-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .model-more-heading p {
    font-size: 13px;
    line-height: 20px;
  }

  .model-more-list {
    gap: 12px;
  }

  .model-more-pill {
    min-height: 34px;
    padding: 8px 18px;
    font-size: 13px;
    line-height: 18px;
  }

  .kling-cta .gen-pro-cta-copy p {
    font-size: 15px;
  }
}

/* Final feature-page overrides keep shared sections consistent across later page rules. */
body.project-management-page,
body.enterprise-collaboration-page,
body.asset-management-page,
body.workflow-reuse-page,
body.ai-video-page,
body.ai-cinematic-page,
body.project-management-page .page,
body.enterprise-collaboration-page .page,
body.asset-management-page .page,
body.workflow-reuse-page .page,
body.ai-video-page .page,
body.ai-cinematic-page .page,
body.project-management-page .page-content,
body.enterprise-collaboration-page .page-content,
body.asset-management-page .page-content,
body.workflow-reuse-page .page-content,
body.ai-video-page .page-content,
body.ai-cinematic-page .page-content {
  background: #000000;
}

@media (max-width: 768px) {
  body.project-management-page .about-faq,
  body.enterprise-collaboration-page .about-faq,
  body.asset-management-page .about-faq,
  body.workflow-reuse-page .about-faq,
  body.ai-video-page .about-faq,
  body.ai-cinematic-page .about-faq {
    width: min(calc(100% - 32px), 375px);
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
  }

  body.project-management-page .about-faq-list,
  body.enterprise-collaboration-page .about-faq-list,
  body.asset-management-page .about-faq-list,
  body.workflow-reuse-page .about-faq-list,
  body.ai-video-page .about-faq-list,
  body.ai-cinematic-page .about-faq-list {
    margin-top: 28px;
    gap: 12px;
  }

  body.project-management-page .about-faq-item,
  body.enterprise-collaboration-page .about-faq-item,
  body.asset-management-page .about-faq-item,
  body.workflow-reuse-page .about-faq-item,
  body.ai-video-page .about-faq-item,
  body.ai-cinematic-page .about-faq-item {
    min-height: 58px;
    padding: 16px;
    font-size: 13px;
  }

  body.project-management-page .about-faq-question,
  body.enterprise-collaboration-page .about-faq-question,
  body.asset-management-page .about-faq-question,
  body.workflow-reuse-page .about-faq-question,
  body.ai-video-page .about-faq-question,
  body.ai-cinematic-page .about-faq-question {
    font-size: 13px;
    line-height: 18px;
  }

  body.project-management-page .about-faq-icon,
  body.enterprise-collaboration-page .about-faq-icon,
  body.asset-management-page .about-faq-icon,
  body.workflow-reuse-page .about-faq-icon,
  body.ai-video-page .about-faq-icon,
  body.ai-cinematic-page .about-faq-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  body.project-management-page .about-faq-answer p,
  body.enterprise-collaboration-page .about-faq-answer p,
  body.asset-management-page .about-faq-answer p,
  body.workflow-reuse-page .about-faq-answer p,
  body.ai-video-page .about-faq-answer p,
  body.ai-cinematic-page .about-faq-answer p {
    width: 100%;
    font-size: 13px;
    line-height: 19px;
  }

  body.project-management-page .about-faq-item.is-open .about-faq-answer,
  body.enterprise-collaboration-page .about-faq-item.is-open .about-faq-answer,
  body.asset-management-page .about-faq-item.is-open .about-faq-answer,
  body.workflow-reuse-page .about-faq-item.is-open .about-faq-answer,
  body.ai-video-page .about-faq-item.is-open .about-faq-answer,
  body.ai-cinematic-page .about-faq-item.is-open .about-faq-answer {
    max-height: none !important;
    overflow: visible;
  }
}

body.ai-cinematic-page .ai-cinematic-control.feature-p2-vertical .ai-cinematic-panel-visual {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
  border-radius: 0;
}

body.ai-cinematic-page .ai-cinematic-control.feature-p2-vertical .ai-cinematic-panel-visual img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  transform: none;
}

body.ai-cinematic-page .ai-cinematic-control.feature-p2-vertical [data-cinematic-panel="lens"] .ai-cinematic-panel-visual {
  width: min(100%, 639px);
}

body.ai-cinematic-page .ai-cinematic-control.feature-p2-vertical [data-cinematic-panel="view"] .ai-cinematic-panel-visual {
  width: min(100%, 827px);
}

body.ai-cinematic-page .ai-cinematic-control.feature-p2-vertical [data-cinematic-panel="light"] .ai-cinematic-panel-visual {
  width: min(100%, 960px);
}

body.ai-cinematic-page .ai-cinematic-hero,
body.ai-cinematic-page .ai-cinematic-hero-copy {
  background: transparent;
  box-shadow: none;
}

body.ai-cinematic-page .ai-cinematic-control.feature-p2-vertical .ai-cinematic-panel-stage {
  gap: 60px;
}

body.ai-cinematic-page .ai-cinematic-control.feature-p2-vertical .ai-cinematic-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.ai-cinematic-page .ai-cinematic-control.feature-p2-vertical .p2-vertical-panel-heading {
  margin-bottom: 60px;
}

body.asset-management-page .asset-management-workflow.feature-p2-vertical .project-management-panel-stage {
  gap: 60px;
}

body.asset-management-page .asset-management-workflow.feature-p2-vertical .asset-management-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.asset-management-page .asset-management-workflow.feature-p2-vertical .p2-vertical-panel-heading {
  margin-bottom: 60px;
}

body.asset-management-page .asset-management-workflow.feature-p2-vertical .asset-management-panel img {
  width: auto;
  max-width: 100%;
  border-radius: 0;
}

body.asset-management-page .asset-management-workflow.feature-p2-vertical [data-enterprise-panel="filter"] img {
  width: min(100%, 982px);
}

body.asset-management-page .asset-management-workflow.feature-p2-vertical [data-enterprise-panel="download"] img {
  width: min(100%, 742px);
}

@media (max-width: 768px) {
  body.asset-management-page .p2-vertical-title-row .feature-title-star {
    width: 22px;
    height: 22px;
    min-width: 22px;
    max-width: 22px;
    flex: 0 0 22px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }
}

body.enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical .project-management-panel-stage {
  gap: 60px;
}

body.enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical .enterprise-collaboration-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

body.enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical .p2-vertical-panel-heading {
  margin-bottom: 60px;
}

body.enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical .enterprise-collaboration-panel > img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  border-radius: 0;
}

@media (max-width: 768px) {
  body.enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical .enterprise-collaboration-panel > img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
}

body.enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical [data-enterprise-panel="roles"] > img {
  width: min(100%, 1270px);
}

body.enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical [data-enterprise-panel="space"] > img {
  width: min(100%, 610px);
}

body.enterprise-collaboration-page .enterprise-collaboration-workflow.feature-p2-vertical [data-enterprise-panel="cloud"] > img {
  width: min(100%, 1120px);
}

body.project-management-page .project-management-workflow.feature-p2-vertical .project-management-panel-stage {
  gap: 60px;
}

body.project-management-page .project-management-workflow.feature-p2-vertical .project-management-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.project-management-page .project-management-workflow.feature-p2-vertical .p2-vertical-panel-heading {
  margin-bottom: 60px;
}

body.project-management-page .project-management-workflow.feature-p2-vertical .project-management-workflow-art {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 0;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

body.project-management-page .project-management-workflow.feature-p2-vertical .project-management-workflow-art img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  border-radius: 0;
}

body.project-management-page .project-management-workflow.feature-p2-vertical [data-project-panel="storyboard"] .project-management-workflow-art img {
  width: min(100%, 1146px);
}

body.project-management-page .project-management-workflow.feature-p2-vertical [data-project-panel="role"] .project-management-workflow-art img,
body.project-management-page .project-management-workflow.feature-p2-vertical [data-project-panel="scene"] .project-management-workflow-art img {
  width: min(100%, 1280px);
}

body.pixnano-page {
  background: #040404;
}

body.pixnano-page .pixnano-hero {
  height: 620px;
  margin-top: 40px;
  overflow: hidden;
}

body.pixnano-page .pixnano-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
}

body.pixnano-page .pixnano-hero::after {
  background:
    linear-gradient(180deg, rgba(4, 4, 4, 0.04) 0%, rgba(4, 4, 4, 0.24) 46%, #040404 100%),
    radial-gradient(circle at 50% 44%, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.72) 62%);
}

body.pixnano-page .pixnano-badge {
  top: 214px;
  left: calc(50% + 256px);
  background: linear-gradient(109deg, #bffee1 8.98%, #05cefe 78.37%);
  color: #040000;
}

body.pixnano-page .pixnano-hero h1 {
  top: 232px;
}

body.pixnano-page .pixnano-hero p {
  top: 306px;
}

body.pixnano-page .pixnano-hero .gpt-image-primary-btn {
  top: 366px;
}

body.pixnano-page .pixnano-intro {
  width: 1000px;
  max-width: 100%;
}

body.pixnano-page .pixnano-core-icon {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

body.pixnano-page .pixnano-core-card:hover .pixnano-core-icon,
body.pixnano-page .pixnano-core-card:focus-within .pixnano-core-icon {
  transform: scale(1.08);
  filter: drop-shadow(0 0 12px rgba(76, 226, 243, 0.24));
}

body.pixnano-page .pixnano-scenes .gpt-scene-card img {
  border-radius: 20px;
}

body.pixnano-page .pixnano-cta img {
  opacity: 1;
}

@media (max-width: 768px) {
  body.pixnano-page .pixnano-hero {
    height: 300px;
    margin-top: 44px;
  }

  body.pixnano-page .pixnano-badge {
    top: 38px;
    left: auto;
    right: 15px;
    transform: none;
  }

  body.pixnano-page .pixnano-hero h1 {
    top: 70px;
    width: calc(100% - 30px);
    font-size: 34px;
    line-height: 42px;
  }

  body.pixnano-page .pixnano-hero p {
    top: 120px;
    width: calc(100% - 30px);
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
  }

  body.pixnano-page .pixnano-hero .gpt-image-primary-btn {
    top: 184px;
  }

  body.pixnano-page .pixnano-intro {
    width: 335px;
  }

  body.pixnano-page .pixnano-core-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 12px;
  }
}

/* Resources center */
.resources-page .page {
  overflow: visible;
}

.resources-page .resource-content {
  width: 100%;
  min-height: 100vh;
  height: auto;
  padding: 80px 0 0;
  overflow: visible;
  background: #000;
}

.resources-page .reveal-section {
  opacity: 1;
  transform: none;
}

.resource-breadcrumb,
.resource-hero,
.resource-updates,
.resource-news,
.resource-cta,
.resource-detail-layout,
.news-list-hero,
.news-list-grid,
.news-post,
.news-related {
  width: min(1280px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.resource-breadcrumb {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.resource-breadcrumb a,
.resource-breadcrumb strong {
  color: #aaa;
  font-weight: 400;
  text-decoration: none;
}

.resource-breadcrumb span {
  margin: 0 8px;
}

.resource-hero {
  padding: 72px 0 40px;
  text-align: center;
}

.resource-hero h1,
.news-list-hero h1,
.news-post h1 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
}

.resource-hero p,
.news-list-hero p {
  margin: 12px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.resource-updates,
.resource-news,
.resource-cta,
.news-list-grid,
.news-post,
.news-related {
  margin-top: 110px;
}

.resource-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.resource-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.25;
}

.resource-section-head a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.resource-timeline {
  --timeline-gap: 70px;
  position: relative;
  min-height: 1240px;
  margin-top: 60px;
}

.resource-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #1d1d25;
}

.resource-update-card {
  position: absolute;
  width: min(480px, calc(50% - var(--timeline-gap)));
  min-height: 220px;
  padding: 20px;
  border: 1px solid #222;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: linear-gradient(90deg, #040404 0%, rgba(4, 4, 4, 0) 100%);
  color: #fff;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.resource-update-card::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #dbe6ff;
  border-radius: 50%;
  background: radial-gradient(circle, #111827 0 42%, #040404 44% 100%);
  box-shadow: 0 0 0 3px rgba(219, 230, 255, 0.08), 0 0 16px rgba(219, 230, 255, 0.32);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.resource-update-card:hover,
.resource-update-card:focus-visible {
  border-color: #333;
  background: linear-gradient(90deg, #040404 0%, rgba(4, 4, 4, 0) 100%);
  box-shadow: 0 0 28px rgba(76, 226, 243, 0.08);
  transform: translateY(-2px);
  outline: none;
}

.resource-update-card:hover::after,
.resource-update-card:focus-visible::after {
  border-color: #f3f7ff;
  background: radial-gradient(circle, #4ce2f3 0 28%, #101827 31% 42%, #040404 44% 100%);
  box-shadow: 0 0 0 4px rgba(76, 226, 243, 0.14), 0 0 22px rgba(76, 226, 243, 0.45);
}

.resource-update-card.is-left {
  right: calc(50% + var(--timeline-gap));
}

.resource-update-card.is-left::after {
  right: calc((var(--timeline-gap) + 9px) * -1);
}

.resource-update-card.is-right {
  left: calc(50% + var(--timeline-gap));
}

.resource-update-card.is-right::after {
  left: calc((var(--timeline-gap) + 9px) * -1);
}

.resource-update-card:nth-child(1) {
  top: 0;
}

.resource-update-card:nth-child(2) {
  top: 250px;
}

.resource-update-card:nth-child(3) {
  top: 500px;
}

.resource-update-card:nth-child(4) {
  top: 750px;
}

.resource-update-card:nth-child(5) {
  top: 1020px;
}

.resource-updates-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 160px;
  padding-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: url("assets/figma/resource-updates-more-mask.17eb3f67.png") center / cover no-repeat;
}

.resource-updates-more span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.resource-updates-more span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.resource-update-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource-update-card p {
  margin: 0;
  color: #d6d9df;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource-update-card time {
  margin-top: auto;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
}

.resource-update-card.is-compact {
  min-height: 150px;
}

.resource-update-card.is-compact time {
  margin-top: 24px;
}

.resource-pill {
  width: max-content;
  margin-bottom: 30px;
  padding: 6px 18px;
  border-radius: 999px;
  background: linear-gradient(110deg, #bffee1 8.98%, #05cefe 78.37%);
  color: #151524;
  font-size: 14px;
  font-weight: 700;
}

.resource-news-grid,
.news-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.resource-news-grid {
  margin-top: 60px;
}

.resource-news-card,
.news-list-card {
  color: #fff;
  text-decoration: none;
}

.resource-news-card img,
.news-list-card img {
  width: 100%;
  height: 220px;
  display: block;
  border: 1px solid rgba(25, 25, 33, 0.6);
  border-radius: 20px;
  object-fit: cover;
}

.resource-news-card h3,
.news-list-card-title {
  margin: 18px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.resource-news-card h3,
.news-list-card-title {
  min-height: 64px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.resource-news-card time {
  display: block;
  margin-top: 8px;
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
}

.news-list-card-date {
  display: block;
  margin-top: 8px;
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
}

.news-pagination {
  width: min(1180px, calc(100% - 48px));
  margin: 44px auto 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.news-pagination[hidden] {
  display: none;
}

.news-pagination button,
.news-pagination a,
.news-pagination span {
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d6d9df;
  background: rgba(255, 255, 255, 0.04);
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.news-pagination button:hover,
.news-pagination a:hover,
.news-pagination button:focus-visible,
.news-pagination a:focus-visible {
  border-color: rgba(88, 245, 215, 0.58);
  color: #fff;
  background: rgba(88, 245, 215, 0.08);
  box-shadow: 0 0 18px rgba(88, 245, 215, 0.16);
  outline: none;
  transform: translateY(-1px);
}

.news-pagination button.is-active,
.news-pagination a.is-active {
  border-color: #58f5d7;
  color: #111;
  background: #58f5d7;
  box-shadow: 0 0 20px rgba(88, 245, 215, 0.24);
}

.news-pagination span.is-disabled {
  color: rgba(214, 217, 223, 0.38);
  background: rgba(255, 255, 255, 0.025);
  cursor: not-allowed;
  pointer-events: none;
}

.resource-cta {
  position: relative;
  min-height: 261px;
  border: 1px solid #111;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.resource-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 59%;
}

.resource-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.32) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.resource-cta > div {
  position: relative;
  z-index: 1;
  color: #fff;
}

.resource-cta h2,
.resource-cta-title {
  display: block;
  margin: 0;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
}

.resource-cta p {
  margin: 10px 0 20px;
  font-size: 20px;
  line-height: 28px;
}

.resource-cta button {
  height: 48px;
  padding: 0 40px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #151524;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
}

.resource-detail-layout {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 340px minmax(0, 660px);
  justify-content: center;
  gap: 36px;
}

.resource-update-stream {
  display: block;
  width: min(1036px, calc(100% - 48px));
}

.resource-updates-heading {
  margin-bottom: 52px;
  color: #fff;
}

.resource-updates-heading h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.25;
}

.resource-updates-heading p {
  margin: 10px 0 0;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
}

.resource-update-entry {
  display: grid;
  grid-template-columns: 340px minmax(0, 660px);
  gap: 36px;
  scroll-margin-top: 96px;
}

.resource-update-entry + .resource-update-entry {
  margin-top: 80px;
}

.resource-flow-nav {
  display: grid;
  grid-template-columns: 340px minmax(0, 660px);
  gap: 36px;
}

.resource-flow-nav + .resource-update-entry,
.resource-update-entry + .resource-flow-nav {
  margin-top: 44px;
}

.resource-flow-nav a {
  grid-column: 2;
  padding: 24px 0 24px 60px;
  border-left: 1px solid #1d1d25;
  color: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.resource-flow-nav a:hover,
.resource-flow-nav a:focus-visible {
  border-color: rgba(94, 141, 255, 0.8);
  transform: translateX(4px);
}

.resource-flow-nav a span {
  display: block;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

.resource-flow-nav a strong {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.resource-flow-nav a small,
.resource-flow-nav a em {
  display: block;
  margin-top: 8px;
  color: #aaa;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.resource-flow-home {
  margin-top: 60px;
  text-align: center;
}

.resource-flow-home a {
  display: inline-flex;
  padding: 10px 18px;
  border: 1px solid #333;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.resource-detail-side {
  position: sticky;
  top: 90px;
  align-self: start;
  color: #aaa;
}

.resource-detail-side h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.resource-detail-side p,
.resource-detail-side time,
.resource-detail-side .resource-detail-meta {
  display: block;
  margin: 16px 0 0;
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
}

.resource-detail-nav-side {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.resource-detail-nav-side .resource-flow-nav {
  display: block;
}

.resource-detail-nav-side .resource-flow-nav a {
  display: block;
  grid-column: auto;
  padding: 0 0 0 20px;
}

.resource-detail-main {
  padding-left: 60px;
  border-left: 1px solid #1d1d25;
}

.resource-detail-block + .resource-detail-block {
  margin-top: 56px;
}

.resource-detail-block h2,
.resource-detail-block > strong {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.resource-detail-block h2,
.resource-detail-block > strong {
  margin-bottom: 14px;
}

.resource-detail-block h2:last-child,
.resource-detail-block > strong:last-child {
  margin-bottom: 0;
}

.resource-detail-block p {
  margin: 14px 0 20px;
  color: #d6d9df;
  font-size: 16px;
  line-height: 24px;
}

.resource-detail-media {
  display: grid;
  gap: 12px;
}

.resource-detail-media.is-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-detail-media.is-gallery-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-detail-media img {
  width: 100%;
  height: auto;
  border: 1px solid #1d1d25;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.news-list-hero {
  margin-top: 64px;
}

.news-list-hero p {
  margin-top: 10px;
}

.news-list-grid {
  margin-top: 30px;
}

.news-list-card img {
  border-radius: 12px;
}

.news-list-card-title {
  margin-top: 30px;
}

.news-tabs {
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1d1d25;
  display: flex;
  gap: 40px;
}

.news-tabs a {
  color: #aaa;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.news-tabs a.is-active {
  color: #fff;
}

.news-post {
  width: min(880px, calc(100% - 48px));
  color: #d6d9df;
}

.news-post header h1 {
  font-size: 36px;
}

.news-post header p {
  display: flex;
  gap: 20px;
  margin: 14px 0 28px;
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
}

.news-post header img,
.news-post-body img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #1d1d25;
  border-radius: 16px;
  object-fit: cover;
}

.news-post header img {
  aspect-ratio: 880 / 496;
}

.news-source-note {
  margin: 10px 0 0;
  color: #8d94a3;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.news-post-body .news-source-note {
  margin: 6px 0 18px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.news-post-body {
  margin-top: 34px;
}

.news-post-body h2 {
  margin: 44px 0 16px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.news-post-body h3 {
  margin: 30px 0 14px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.news-post-body .news-effect-title {
  margin: 30px 0 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.news-post-body p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 28px;
}

.news-post-body .news-comparison-table {
  margin: 18px 0 24px;
  border-collapse: collapse;
  border-spacing: 0;
}

.news-post-body .news-comparison-table td {
  padding: 12px 16px;
  border: 1px solid #00d5ff;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  vertical-align: middle;
}

.news-post-body .news-comparison-table div {
  margin: 0;
}

.news-post-body img {
  max-width: 800px;
  margin: 24px 0 34px;
  margin-left: auto;
  margin-right: auto;
}

.news-post-video-list {
  width: min(100%, 560px);
  margin: 24px auto 18px;
  display: grid;
  gap: 18px;
}

.news-post-video {
  width: 100%;
  max-height: 420px;
  display: block;
  border: 1px solid #1d1d25;
  border-radius: 16px;
  background: #05050a;
  object-fit: contain;
}

.news-post-pager {
  width: min(880px, calc(100% - 48px));
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 400px));
  justify-content: space-between;
  gap: 40px;
}

.news-post-pager-card {
  color: #fff;
  text-decoration: none;
}

.news-post-pager-card:only-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(400px, 100%);
}

.news-post-pager-card span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-post-pager-card img {
  width: 100%;
  height: 220px;
  margin-top: 30px;
  display: block;
  border: 1px solid rgba(25, 25, 33, 0.6);
  border-radius: 12px;
  object-fit: cover;
}

.news-post-pager-card strong {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.resource-article-cta {
  width: min(1280px, calc(100% - 48px));
}

.news-related > div:last-child {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.news-related a {
  color: #fff;
  text-decoration: none;
}

.news-related img {
  width: 100%;
  height: 220px;
  display: block;
  border: 1px solid rgba(25, 25, 33, 0.6);
  border-radius: 20px;
  object-fit: cover;
}

.news-related span {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

@media (max-width: 992px) {
  .resource-news-grid,
  .news-list-grid,
  .news-related > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-detail-layout {
    grid-template-columns: 1fr;
  }

  .resource-update-entry {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .resource-flow-nav {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .resource-flow-nav + .resource-update-entry,
  .resource-update-entry + .resource-flow-nav {
    margin-top: 34px;
  }

  .resource-flow-nav a {
    grid-column: 1;
    padding: 18px 0 18px 20px;
  }

  .resource-update-entry + .resource-update-entry {
    margin-top: 64px;
  }

  .resource-detail-side {
    position: static;
  }

  .resource-detail-main {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 768px) {
  .resources-page .resource-content {
    padding-top: 84px;
  }

  .resource-breadcrumb,
  .resource-hero,
  .resource-updates,
  .resource-news,
  .resource-cta,
  .resource-detail-layout,
  .news-list-hero,
  .news-list-grid,
  .news-post,
  .news-related {
    width: calc(100% - 30px);
    max-width: 375px;
  }

  .resource-hero {
    padding-top: 48px;
  }

  .resource-hero h1,
  .news-list-hero h1,
  .resource-detail-side h2,
  .news-post h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .resource-hero p,
  .news-list-hero p {
    font-size: 14px;
    line-height: 22px;
  }

  .news-post-video-list {
    width: 100%;
    gap: 14px;
  }

  .news-post-video {
    max-height: min(62vh, 360px);
    border-radius: 12px;
  }

  .resource-updates,
  .resource-news,
  .resource-cta,
  .news-list-grid,
  .news-post,
  .news-related {
    margin-top: 70px;
  }

  .resource-section-head h2 {
    font-size: 28px;
  }

  .resource-timeline {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 34px;
  }

  .resource-timeline::before {
    display: block;
    left: 9px;
  }

  .resource-update-card::after {
    display: block;
    top: 22px;
    left: -34px;
    right: auto;
  }

  .resource-update-card.is-left::after,
  .resource-update-card.is-right::after {
    left: -34px;
    right: auto;
  }

  .resource-update-card.is-left,
  .resource-update-card.is-right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    grid-column: auto;
    justify-self: stretch;
    margin-top: 0;
    width: 100%;
  }

  .resource-updates-more {
    position: relative;
    height: 96px;
    padding-bottom: 22px;
    margin-left: -34px;
    background-size: cover;
  }

  .resource-news-grid,
  .news-list-grid,
  .news-related > div:last-child {
    grid-template-columns: 1fr;
  }

  .resource-news-grid {
    margin-top: 40px;
  }

  .resource-detail-media.is-gallery,
  .resource-detail-media.is-gallery-two {
    grid-template-columns: 1fr;
  }

  .news-post-pager {
    width: calc(100% - 30px);
    max-width: 375px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .news-post-pager-card img {
    height: 190px;
  }

  .news-post-pager-card strong,
  .news-related span {
    font-size: 18px;
    line-height: 28px;
  }

  .resource-news-card img,
  .news-list-card img {
    height: 190px;
  }

  .resource-cta {
    min-height: 240px;
    padding: 32px 20px;
  }

  .resource-cta h2,
  .resource-cta-title {
    font-size: 26px;
  }

  .resource-cta p {
    font-size: 14px;
    line-height: 22px;
  }

  .resource-detail-layout,
  .news-list-hero {
    margin-top: 48px;
  }

  .news-tabs {
    gap: 24px;
    overflow-x: auto;
  }

  .news-tabs a {
    font-size: 15px;
    white-space: nowrap;
  }

  .news-post header h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

/* Chinese 404 page */
.error-page .page {
  min-height: 100vh;
  height: auto;
  overflow: visible;
  background: #000;
}

.error-page .header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.error-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  padding-top: 0;
  overflow: visible;
}

.error-hero {
  position: relative;
  width: min(1280px, calc(100% - 48px));
  min-height: 812px;
  margin: 0 auto;
  padding: 100px 0 140px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
  box-sizing: border-box;
}

.error-copy {
  position: relative;
  z-index: 2;
  width: min(560px, 50%);
  padding-top: 0;
  color: #fff;
}

.error-code {
  margin: 0 0 18px;
  display: inline-block;
  font-family: "HarmonyOS Sans SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(120px, 10.42vw, 200px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 4.64px;
  color: transparent;
  background:
    radial-gradient(circle at 74% 58%, rgba(121, 253, 176, 1) 0, rgba(88, 245, 215, 0) 16%),
    linear-gradient(115deg, #bffee1 8.98%, #05cefe 78.37%);
  -webkit-background-clip: text;
  background-clip: text;
}

.error-copy h1 {
  margin: 0 0 14px;
  font-family: "HarmonyOS Sans SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.error-description {
  width: min(480px, 100%);
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 24px;
}

.error-actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.error-btn,
.error-btn:link,
.error-btn:visited {
  min-width: 156px;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  font-family: "Microsoft YaHei", "HarmonyOS Sans SC", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.error-btn:hover,
.error-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.error-btn-primary,
.error-btn-primary:link,
.error-btn-primary:visited {
  color: #021316;
  background: linear-gradient(90deg, #b7f9fe 0%, #82eef9 50%, #4ce2f3 100%);
  box-shadow: 0 16px 18px rgba(76, 226, 243, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.error-btn-light,
.error-btn-light:link,
.error-btn-light:visited {
  color: #222;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.error-btn-ghost,
.error-btn-ghost:link,
.error-btn-ghost:visited {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.error-quick-links {
  width: 100%;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #333;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.error-quick-links a,
.error-quick-links a:link,
.error-quick-links a:visited {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Microsoft YaHei", "HarmonyOS Sans SC", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.error-quick-links a:hover,
.error-quick-links a:focus-visible {
  color: #fff;
  outline: none;
}

.error-visual {
  position: absolute;
  top: -60px;
  right: -70px;
  width: min(820px, 58vw);
  height: min(820px, 58vw);
  overflow: hidden;
  pointer-events: none;
}

.error-visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
  object-fit: cover;
}

.error-page .site-footer {
  margin-top: 0;
}

@media (max-width: 1280px) {
  .error-visual {
    right: -160px;
    opacity: 0.82;
  }
}

@media (max-width: 900px) {
  .error-hero {
    min-height: 0;
    padding: 70px 0 80px;
    flex-direction: column;
    gap: 36px;
  }

  .error-copy {
    width: 100%;
  }

  .error-visual {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 560px);
    height: auto;
    align-self: center;
    opacity: 1;
  }

  .error-visual img {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .error-hero {
    width: calc(100% - 30px);
    padding: 54px 0 70px;
  }

  .error-code {
    font-size: 96px;
    letter-spacing: 2px;
  }

  .error-copy h1 {
    font-size: 28px;
  }

  .error-description {
    font-size: 13px;
    line-height: 22px;
  }

  .error-actions {
    margin-top: 30px;
    gap: 12px;
  }

  .error-btn,
  .error-btn:link,
  .error-btn:visited {
    min-width: calc(50% - 6px);
    min-height: 42px;
    padding: 11px 16px;
    font-size: 14px;
  }

  .error-btn-ghost,
  .error-btn-ghost:link,
  .error-btn-ghost:visited {
    width: 100%;
  }

  .error-quick-links {
    gap: 16px 24px;
  }

  .error-quick-links a,
  .error-quick-links a:link,
  .error-quick-links a:visited {
    font-size: 13px;
  }
}
