    :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;
      --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;
    }

    .bg-grid {
      position: absolute;
      top: 0;
      left: 0;
      width: 1920px;
      height: 1080px;
      background: url("assets/figma/41790fc8-37ab-475b-86b0-5b8764c19e37.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: 40px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    .header-tab,
    .header-tab:link,
    .header-tab:visited {
      height: 60px;
      min-width: 0;
      padding: 0 10px;
      border-radius: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
      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 {
      gap: 10px;
    }

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

    .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 {
      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 {
      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 {
      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(950px, calc(100vw - 48px));
      padding: 30px;
      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: 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;
    }

    .feature-dropdown {
      position: absolute;
      top: 60px;
      left: -139px;
      width: 730px;
      padding: 30px;
      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: 160px;
      height: 35px;
      color: #4ce2f3;
      background: #040000;
    }

    .feature-dropdown:has(.feature-option-cinematic:hover) .feature-option-ai-video,
    .feature-dropdown:has(.feature-option-cinematic:focus-visible) .feature-option-ai-video,
    .feature-dropdown:has(.feature-preview-card-cinematic:hover) .feature-option-ai-video,
    .feature-dropdown:has(.feature-preview-card-cinematic:focus-visible) .feature-option-ai-video {
      width: 160px;
      height: 35px;
      color: #fff;
      background: transparent;
    }

    .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 {
      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%;
    }

    .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-card-cinematic {
      display: none;
    }

    .feature-dropdown:has(.feature-option-cinematic:hover) .feature-preview-card-ai,
    .feature-dropdown:has(.feature-option-cinematic:focus-visible) .feature-preview-card-ai,
    .feature-dropdown:has(.feature-preview-card-cinematic:hover) .feature-preview-card-ai,
    .feature-dropdown:has(.feature-preview-card-cinematic:focus-visible) .feature-preview-card-ai {
      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 {
      display: flex;
    }

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

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

    .feature-preview-copy h3 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.svg");
    }

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

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

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

    .model-dropdown-panel {
      width: auto;
      min-height: 168px;
      padding: 20px;
      border-radius: 10px;
      background: #040000;
      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-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-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: 260px;
      width: 1400px;
    }

    .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: 1400px;
      height: 660px;
      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;
    }

    .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: 1400px;
      height: 840px;
      margin-top: 60px;
      overflow: hidden;
    }

    .models-wrap {
      margin-top: 0;
      width: 1400px;
      height: 840px;
    }

    .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;
    }

    .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.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.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.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: 1400px;
      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: 1400px;
      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;
    }

    .cta {
      position: absolute;
      top: calc(var(--p4-top-desktop) + var(--p4-block-height-desktop) + var(--p4-p5-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) + 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: 4px;
      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: 1400px;
        height: auto;
        margin: 0 auto;
        padding: calc(120px + var(--promo-header-offset)) 24px 64px;
        overflow: visible;
      }

      .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);
      }

      .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: 1400px;
        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: 100%;
        max-width: 1400px;
        padding: 40px clamp(24px, 5vw, 80px);
        margin: 0 auto;
      }
    }

    @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-tab,
      .header-tab:link,
      .header-tab:visited {
        height: 52px;
        padding: 0 5px;
        font-size: 12px;
      }

      .header-actions {
        gap: 12px;
      }

      .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-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;
      }

      .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) {
      .p2 {
        margin-top: 0;
        overflow-x: hidden;
        overflow-y: visible;
        padding-bottom: 0;
      }

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

      .p2 .models-wrap {
        width: 1400px;
        height: 840px;
        margin: 0;
      }

      .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;
}

.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: 27px;
  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: 24px;
  font-weight: 400;
}

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

.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;
  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: 24px;
}

.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%;
  color: #ffffff;
  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;
}

.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: -67px;
  width: 958px;
  height: 542px;
  object-fit: cover;
  object-position: center;
  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 {
    justify-content: flex-start;
    margin: 28px auto 34px;
    padding: 8px;
  }

  .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;
  }

  .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 110px;
  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-workflow,
.gpt-intro,
.gpt-scenes,
.gpt-gallery,
.gpt-faq,
.gpt-cta {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.gpt-image-hero {
  position: relative;
  text-align: center;
  color: #fff;
}

.gpt-image-badge {
  position: absolute;
  left: calc(50% + 215px);
  top: -51px;
  width: 72px;
  height: 35px;
  padding: 8px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  color: #040000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(120% 120% at 85% 50%, rgba(121, 253, 176, 1) 0%, rgba(88, 245, 215, 0) 62%),
    linear-gradient(110deg, #bffee1 9%, #05cefe 78%);
}

.gpt-image-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.gpt-image-hero p {
  margin: 20px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.gpt-image-primary-btn,
.gpt-model-card button,
.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-model-card button:hover,
.gpt-cta-copy button:hover,
.gpt-image-primary-btn:focus-visible,
.gpt-model-card button:focus-visible,
.gpt-cta-copy button:focus-visible {
  filter: brightness(0.92);
  outline: none;
}

.gpt-image-primary-btn:active,
.gpt-model-card button:active,
.gpt-cta-copy button:active {
  transform: translateY(1px);
}

.gpt-image-primary-btn {
  height: 48px;
  margin-top: 20px;
  padding: 0 40px;
  border-radius: 12px;
  font-size: 16px;
}

.gpt-workflow {
  position: relative;
  margin-top: 96px;
  display: grid;
  grid-template-columns: 320px 260px 320px;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  min-height: 560px;
}

.gpt-workflow-inputs,
.gpt-workflow-results {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.gpt-workflow-results {
  gap: 20px;
}

.gpt-flow-card {
  position: relative;
  color: #fff;
}

.gpt-flow-label {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #aeb6c5;
  font-size: 12px;
  line-height: 1;
}

.gpt-flow-label img {
  width: 12px;
  height: 12px;
  display: block;
  object-fit: contain;
}

.gpt-flow-card > img {
  width: 320px;
  height: 180px;
  border: 1px solid #1f1f21;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.gpt-flow-image-crop {
  width: 320px;
  height: 180px;
  border: 1px solid #1f1f21;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

.gpt-flow-image-crop img {
  width: 100%;
  height: 158%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.gpt-flow-card .gpt-flow-label img {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 0;
  flex: 0 0 12px;
}

.gpt-prompt-card {
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.gpt-prompt-box {
  width: 320px;
  height: 200px;
  padding: 10px;
  border: 1px solid #1f1f21;
  border-radius: 10px;
  background: #141416;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(174, 182, 197, 0.45) transparent;
}

.gpt-prompt-box::-webkit-scrollbar {
  width: 4px;
}

.gpt-prompt-box::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(174, 182, 197, 0.45);
}

.gpt-prompt-box p {
  margin: 0;
  color: #fafafa;
  font-size: 14px;
  line-height: normal;
}

.gpt-model-card {
  position: relative;
  z-index: 2;
  width: 240px;
  padding: 20px;
  border: 1px solid #1f1f21;
  border-radius: 10px;
  background: #141417;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.gpt-model-row {
  width: 200px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #ddd;
  font-size: 14px;
}

.gpt-light-links {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.gpt-light-links path {
  fill: none;
  stroke-width: 1.25;
  stroke-linecap: round;
}

.gpt-link-base-paths path {
  stroke: url("#gpt-link-base");
  opacity: 0.72;
}

.gpt-link-flow-paths path {
  stroke: url("#gpt-link-flow");
  filter: url("#gpt-link-glow");
  opacity: 0.9;
}

.gpt-model-card strong {
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.gpt-model-card strong img,
.gpt-model-row > img {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
  flex: 0 0 16px;
}

.gpt-model-card button {
  height: 26px;
  margin-left: auto;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 14px;
  gap: 3px;
}

.gpt-model-card button img {
  width: 7px;
  height: 10px;
  display: block;
  object-fit: contain;
  flex: 0 0 7px;
}

.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;
}

.gpt-feature-panel {
  padding: 30px;
  border: 1px solid rgba(51, 51, 51, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 36px;
  align-items: center;
}

.gpt-feature-left {
  position: relative;
  min-height: 340px;
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.gpt-feature-rail {
  position: relative;
  width: 4px;
  flex: 0 0 4px;
}

.gpt-feature-rail::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 2px;
  height: 100%;
  border-radius: 2px;
  background: rgba(102, 102, 102, 0.4);
}

.gpt-feature-rail span {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 80px;
  border-radius: 2px;
  background: #999;
  transition: transform 0.28s ease;
}

.gpt-feature-tabs {
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.gpt-feature-item {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gpt-feature-title {
  margin: 0;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #999;
  transition: color 0.2s ease;
}

.gpt-feature-item.is-active .gpt-feature-title,
.gpt-feature-item:hover .gpt-feature-title {
  color: #fff;
}

.gpt-feature-desc {
  display: none;
  color: #999;
  font-size: 16px;
  line-height: 24px;
}

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

.gpt-feature-item:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 6px;
  border-radius: 8px;
}

.gpt-feature-item:not(.is-active):hover .gpt-feature-desc {
  color: #999;
}

.gpt-feature-art {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  justify-self: end;
  width: 800px;
  height: 480px;
}

.gpt-feature-art > img {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: cover;
  transition: opacity 0.2s ease;
}

.gpt-feature-art > img[data-crop="realistic"] {
  left: -2px;
  top: -317.86px;
  width: 804px;
  height: 1435.71px;
}

.gpt-feature-art > img[data-crop="detail"] {
  left: 0;
  top: -354px;
  width: 800px;
  height: 1428px;
}

.gpt-feature-style-grid {
  position: absolute;
  inset: 0;
  display: none;
  overflow: hidden;
}

.gpt-feature-style-grid img {
  position: absolute;
  left: -23px;
  top: -242px;
  width: 1282px;
  height: 722px;
  max-width: none;
  object-fit: cover;
}

.gpt-feature-split {
  position: absolute;
  inset: 0;
  display: none;
  grid-template-columns: repeat(2, 400px);
  overflow: hidden;
}

.gpt-feature-split img {
  position: relative;
  top: -117px;
  width: 400px;
  height: 714px;
  max-width: none;
  object-fit: cover;
}

.gpt-feature-art.is-style-layout > img {
  opacity: 0;
}

.gpt-feature-art.is-style-layout .gpt-feature-style-grid {
  display: block;
}

.gpt-feature-art.is-style-layout .gpt-prompt-chip img {
  width: 40px;
  height: 40px;
}

.gpt-feature-art.is-split-layout > img {
  opacity: 0;
}

.gpt-feature-art.is-split-layout .gpt-feature-split {
  display: grid;
}

.gpt-prompt-chip {
  position: absolute;
  left: 24%;
  bottom: 30px;
  z-index: 2;
  max-width: calc(100% - 48px);
  padding: 10px;
  border: 1px solid #313136;
  border-radius: 12px;
  background: rgba(31, 31, 33, 0.8);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.gpt-prompt-chip img {
  width: 80px;
  height: 46px;
  border: 1px solid #666;
  border-radius: 8px;
  object-fit: cover;
}

.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-scene-chip {
  margin: -60px auto 0;
  position: relative;
  width: fit-content;
  max-width: calc(100% - 40px);
  min-height: 60px;
  padding: 10px 16px 10px 10px;
  border: 1px solid #313136;
  border-radius: 12px;
  background: rgba(31, 31, 33, 0.8);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.gpt-scene-chip img {
  width: 40px;
  height: 40px;
  border: 1px solid #666;
  border-radius: 8px;
  flex: 0 0 40px;
  object-fit: cover;
}

.gpt-scene-chip span {
  display: block;
}

.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: 40px;
  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%);
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}

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

.gpt-faq-question {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  pointer-events: 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 {
  margin: 0;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.gpt-cta {
  position: relative;
  height: 480px;
  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 {
  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: 600;
}

.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-workflow,
  .gpt-intro,
  .gpt-scenes,
  .gpt-gallery,
  .gpt-cta {
    width: calc(100% - 48px);
  }

  .gpt-workflow {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .gpt-light-links {
    display: none;
  }

  .gpt-workflow-inputs,
  .gpt-workflow-results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .gpt-flow-card > img {
    width: 100%;
  }

  .gpt-flow-image-crop {
    width: 100%;
  }

  .gpt-gallery {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
  }
}

@media (max-width: 992px) {
  .gpt-image-content {
    padding-top: 88px;
  }

  .gpt-image-breadcrumb {
    margin-bottom: 80px;
  }

  .gpt-feature-panel {
    grid-template-columns: 1fr;
  }

  .gpt-feature-art {
    justify-self: stretch;
    width: 100%;
  }

  .gpt-feature-left {
    min-height: 300px;
  }

  .gpt-feature-tabs {
    height: 300px;
    gap: 18px;
  }

  .gpt-scene-grid {
    grid-template-columns: 1fr;
  }

  .gpt-faq {
    width: calc(100% - 48px);
  }
}

@media (max-width: 768px) {
  .gpt-image-content {
    padding: 84px 16px 28px;
  }

  .gpt-image-breadcrumb,
  .gpt-image-hero,
  .gpt-workflow,
  .gpt-intro,
  .gpt-scenes,
  .gpt-gallery,
  .gpt-faq,
  .gpt-cta {
    width: 100%;
    max-width: 375px;
  }

  .gpt-image-breadcrumb {
    margin-bottom: 56px;
    font-size: 12px;
  }

  .gpt-image-badge {
    position: static;
    margin-bottom: 14px;
    display: inline-flex;
  }

  .gpt-image-hero h1 {
    font-size: 32px;
  }

  .gpt-image-hero p {
    font-size: 14px;
    line-height: 20px;
  }

  .gpt-workflow {
    margin-top: 58px;
  }

  .gpt-workflow-inputs,
  .gpt-workflow-results {
    grid-template-columns: 1fr;
  }

  .gpt-model-card {
    width: 100%;
  }

  .gpt-intro,
  .gpt-scenes,
  .gpt-gallery,
  .gpt-faq,
  .gpt-cta {
    margin-top: 70px;
  }

  .gpt-intro-copy,
  .gpt-section-title p {
    font-size: 14px;
    line-height: 22px;
  }

  .gpt-feature-panel {
    padding: 18px;
  }

  .gpt-feature-left {
    min-height: 280px;
  }

  .gpt-feature-tabs {
    height: 280px;
  }

  .gpt-feature-title,
  .gpt-scene-card h3 {
    font-size: 20px;
  }

  .gpt-feature-desc {
    font-size: 13px;
    line-height: 20px;
  }

  .gpt-feature-art {
    height: 230px;
  }

  .gpt-feature-art > img[data-gpt-feature-image] {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gpt-feature-style-grid,
  .gpt-scene-card img {
    height: 230px;
  }

  .gpt-feature-style-grid img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

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

  .gpt-feature-split img {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .gpt-prompt-chip {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    font-size: 12px;
    white-space: normal;
  }

  .gpt-scene-chip {
    margin-top: -42px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }

  .gpt-scene-chip img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .gpt-gallery {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
  }

  .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 {
    font-size: 28px;
  }

  .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: 300px;
  }

  .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 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: 200px;
  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;
}

.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: 260px;
  font-size: 16px;
  line-height: 24px;
}

.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: transparent;
  text-align: left;
  cursor: pointer;
  transition: border-color 220ms ease, background 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: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  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: 16px;
  height: 1.5px;
  border-radius: 999px;
  background: #ffffff;
  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: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.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 {
  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: 600;
}

.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 16px 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: 100%;
    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;
  }

  .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 {
    font-size: 28px;
  }

  .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;
}

@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: 100%;
    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;
  }
}

.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-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: 18px;
  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-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.seedance-feature-copy {
  width: 371px;
  flex: 0 0 371px;
  color: #fff;
}

.seedance-feature-copy h3 {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.seedance-feature-copy p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 30px;
}

.seedance-feature-copy button {
  height: 48px;
  padding: 0 40px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #151524;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.seedance-feature-copy button:hover,
.seedance-feature-copy button:focus-visible {
  filter: brightness(0.92);
  outline: none;
}

.seedance-flow {
  position: relative;
  flex: 1 1 auto;
  min-height: 420px;
  color: #fff;
}

.seedance-flow-label {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #aeb6c5;
  font-size: 12px;
  line-height: 1.3;
}

.seedance-flow-label img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.seedance-flow-column {
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.seedance-script-box {
  width: 240px;
  height: 159px;
  padding: 10px;
  border: 1px solid #1f1f21;
  border-radius: 10px;
  background: #141416;
  overflow-y: auto;
  overflow-x: hidden;
  color: #fafafa;
  font-size: 12px;
  line-height: 1.45;
  scrollbar-color: rgba(174, 182, 197, 0.7) rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.seedance-script-box::-webkit-scrollbar {
  width: 4px;
}

.seedance-script-box::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.seedance-script-box::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(174, 182, 197, 0.7);
}

.seedance-square-art {
  width: 240px;
  height: 240px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}

.seedance-link-main {
  position: absolute;
  left: 257px;
  top: 121px;
  width: 80px;
  height: 260px;
}

.seedance-result-card {
  position: absolute;
  left: 336px;
  top: 86px;
  width: 460px;
}

.seedance-result-card > img,
.seedance-result-card > video,
.seedance-wide-result > img,
.seedance-wide-result > video,
.seedance-small-result > img,
.seedance-small-result > video,
.seedance-motion-card > img,
.seedance-motion-card > video {
  width: 100%;
  display: block;
  border: 1px solid rgba(49, 49, 54, 0.65);
  border-radius: 12px;
  object-fit: cover;
}

.seedance-result-card > img,
.seedance-result-card > video {
  height: 259px;
}

.seedance-prompt-chip {
  position: absolute;
  left: 120px;
  bottom: 12px;
  max-width: 330px;
  padding: 10px;
  border: 1px solid #313136;
  border-radius: 12px;
  background: rgba(31, 31, 33, 0.82);
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 248, 248, 0.82);
  font-size: 14px;
  line-height: 1.35;
}

.seedance-prompt-chip img {
  width: 36px;
  height: 36px;
  border: 1px solid #666;
  border-radius: 8px;
  flex: 0 0 36px;
  object-fit: cover;
}

.seedance-flow-edit {
  min-height: 300px;
  display: flex;
  align-items: center;
}

.seedance-small-result {
  width: 300px;
}

.seedance-small-result > img,
.seedance-small-result > video {
  height: 169px;
}

.seedance-link-horizontal {
  width: 60px;
  height: 20px;
  margin: 28px 0 0;
  flex: 0 0 60px;
}

.seedance-wide-result {
  position: relative;
  width: 460px;
}

.seedance-wide-result > img,
.seedance-wide-result > video {
  height: 260px;
}

.seedance-wide-result .seedance-prompt-chip {
  left: 11px;
  right: 11px;
  bottom: 11px;
  max-width: none;
}

.seedance-flow-motion {
  height: 482px;
}

.seedance-motion-card {
  position: absolute;
}

.seedance-motion-card.is-front {
  left: 0;
  top: 0;
  width: 360px;
}

.seedance-motion-card.is-front > img,
.seedance-motion-card.is-front > video {
  height: 193px;
}

.seedance-motion-card.is-back {
  left: 235px;
  top: 225px;
  width: 480px;
}

.seedance-motion-card.is-back > img,
.seedance-motion-card.is-back > video {
  height: 257px;
}

.seedance-link-motion {
  position: absolute;
  left: 361px;
  top: 120px;
  width: 80px;
  height: 130px;
}

.seedance-motion-chip {
  left: 289px;
  top: 435px;
  bottom: auto;
  max-width: 430px;
}

.seedance-motion-chip img {
  width: 62px;
  height: 36px;
  flex-basis: 62px;
}

.seedance-scenes {
  margin-top: 120px;
  text-align: center;
}

.seedance-scenes h2 {
  margin: 0 0 50px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.seedance-scenes-frame {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.seedance-scene-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: seedanceSceneMarquee 56s linear infinite;
}

.seedance-scenes-frame:hover .seedance-scene-track {
  animation-play-state: paused;
}

.seedance-scene-set {
  display: flex;
  align-items: center;
}

.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;
}

.seedance-scene-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.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;
}

.seedance-scene-card h3 {
  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;
}

@keyframes seedanceSceneMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.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;
}

.seedance-cta > img {
  object-position: center;
}

@media (max-width: 1320px) {
  .seedance-breadcrumb,
  .seedance-hero,
  .seedance-workflow,
  .seedance-scenes,
  .seedance-cta {
    width: calc(100% - 48px);
  }

  .seedance-feature {
    gap: 40px;
  }

  .seedance-flow {
    transform: scale(0.92);
    transform-origin: left center;
  }
}

@media (max-width: 992px) {
  .seedance-feature {
    align-items: flex-start;
    flex-direction: column;
    gap: 36px;
  }

  .seedance-feature-copy {
    width: 100%;
    flex-basis: auto;
  }

  .seedance-flow {
    width: 820px;
    transform: scale(0.82);
    transform-origin: left top;
  }

  .seedance-feature {
    margin-bottom: -70px;
  }
}

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

  .seedance-breadcrumb,
  .seedance-hero,
  .seedance-workflow,
  .seedance-scenes,
  .seedance-cta {
    width: 100%;
    max-width: 375px;
  }

  .seedance-hero {
    margin-top: 56px;
    height: 182px;
    border-radius: 12px;
  }

  .seedance-hero-copy h1 {
    top: 56px;
    font-size: 20px;
  }

  .seedance-hero-copy p {
    top: 83px;
    font-size: 11px;
    line-height: 18px;
  }

  .seedance-badge {
    left: calc(50% + 70px);
    top: 56px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 10px;
  }

  .seedance-hero-copy .gen-pro-primary-btn {
    top: 103px;
    width: 76px;
    height: 24px;
    min-width: 76px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 10px;
  }

  .seedance-hero-txt {
    left: 50%;
    right: auto;
    bottom: 9px;
    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: 70px;
  }

  .seedance-feature {
    margin-bottom: 0;
  }

  .seedance-feature-copy h3 {
    font-size: 28px;
  }

  .seedance-feature-copy p {
    font-size: 14px;
    line-height: 22px;
  }

  .seedance-flow {
    width: 820px;
    transform: scale(0.43);
    transform-origin: left top;
  }

  .seedance-feature:nth-of-type(1) {
    margin-bottom: -238px;
  }

  .seedance-feature:nth-of-type(2) {
    margin-bottom: -160px;
  }

  .seedance-feature:nth-of-type(3) {
    margin-bottom: -260px;
  }

  .seedance-scenes {
    margin-top: 70px;
  }

  .seedance-scenes h2 {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .seedance-scenes-frame img {
    width: 760px;
    margin-left: -192px;
  }

  .seedance-scene-card {
    width: 300px;
    height: 171px;
    flex-basis: 300px;
    border-radius: 8px;
  }

  .seedance-scene-card::after {
    height: 58px;
  }

  .seedance-scene-card h3 {
    bottom: 16px;
    font-size: 15px;
    line-height: 20px;
  }

  .seedance-faq,
  .seedance-cta {
    margin-top: 70px;
  }
}

.page .site-footer {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 344px;
  margin: 120px auto 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;
  }
}

.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.png") 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-feature-tabs {
  position: sticky;
  top: var(--ai-video-sticky-top);
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 32px;
  background: rgba(4, 4, 4, 0.72);
  backdrop-filter: blur(14px);
}

.ai-video-feature-tab {
  position: relative;
  height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 22px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  transition: color 0.24s ease, background 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.ai-video-feature-tab + .ai-video-feature-tab::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 1px;
  height: 19px;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-50%);
}

.ai-video-feature-tab.is-active {
  border-radius: 20px;
  background: #fff;
  color: #151524;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.12);
}

.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-feature-tabs,
.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;
}

.ai-video-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: transparent;
  transition: background 0.28s ease, backdrop-filter 0.28s ease;
}

.ai-video-feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.36s ease, filter 0.36s ease;
}

.ai-video-feature-card-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  min-height: 149px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 60px 30px;
  border-radius: 0 0 13.241px 13.241px;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(4, 0, 0, 0.8) 100%);
  text-align: center;
  transition: min-height 0.28s ease, padding 0.28s ease, background 0.28s ease, border-radius 0.28s ease;
}

.ai-video-feature-card-copy h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  transition: transform 0.28s ease;
}

.ai-video-feature-card-copy p,
.ai-video-feature-card-copy button,
.ai-video-feature-card-copy span {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(12px);
  transition: opacity 0.24s ease, transform 0.24s ease, max-height 0.24s ease;
}

.ai-video-feature-card-copy p {
  width: 480px;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}

.ai-video-feature-card-copy button {
  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 {
  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%);
  backdrop-filter: blur(2px);
}

.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 h3,
.ai-video-feature-card:focus-within .ai-video-feature-card-copy h3,
.ai-video-feature-card:focus-visible .ai-video-feature-card-copy h3 {
  transform: translateY(-2px);
}

.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 {
  min-height: 100%;
  padding: 30px;
  border-radius: 12px;
  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 {
  max-height: 96px;
  opacity: 1;
  transform: translateY(0);
}

.ai-video-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);
  overflow: hidden;
}

.ai-video-faq .gen-pro-faq-icon::before,
.ai-video-faq .gen-pro-faq-icon::after {
  width: 14px;
  height: 2px;
  border-radius: 1px;
}

.ai-video-faq .gen-pro-faq-answer p {
  text-align: left;
}

.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-feature-tabs {
    position: relative;
    top: auto;
    max-width: calc(100% - 24px);
    gap: 6px;
    padding: 6px;
    overflow-x: auto;
    border-radius: 24px;
  }

  .ai-video-feature-tab {
    height: 34px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
  }

  .ai-video-feature-tab + .ai-video-feature-tab::before {
    left: -3px;
    height: 15px;
  }

  .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 {
    gap: 14px;
    min-height: 112px;
    padding: 42px 22px;
  }

  .ai-video-feature-card-copy h3 {
    font-size: 22px;
  }

  .ai-video-feature-card-copy p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .ai-video-feature-card-copy button {
    height: 40px;
    padding: 0 28px;
    border-radius: 10px;
    font-size: 14px;
  }

  .ai-video-feature-card-copy span {
    font-size: 12px;
    line-height: 20px;
  }

  .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 {
    padding: 22px;
  }
}

.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-tabs {
  position: sticky;
  top: var(--ai-cinematic-sticky-top);
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 32px;
  background: rgba(4, 4, 4, 0.72);
  backdrop-filter: blur(14px);
}

.ai-cinematic-tab {
  position: relative;
  height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 22px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  transition: color 0.24s ease, background 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.ai-cinematic-tab + .ai-cinematic-tab::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 1px;
  height: 19px;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-50%);
}

.ai-cinematic-tab.is-active {
  border-radius: 20px;
  background: #fff;
  color: #151524;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.12);
}

.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-tabs,
.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-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 {
  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 {
  color: #040000;
}

.ai-cinematic-faq {
  margin-top: 120px;
  width: 1000px;
}

.ai-cinematic-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);
  overflow: hidden;
}

@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-tabs {
    position: relative;
    top: auto;
    max-width: calc(100% - 24px);
    gap: 6px;
    padding: 6px;
    overflow-x: auto;
    border-radius: 24px;
  }

  .ai-cinematic-tab {
    height: 34px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
  }

  .ai-cinematic-heading {
    position: relative;
    top: auto;
    width: calc(100% - 24px);
    padding: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .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: 238px;
    border-radius: 12px;
  }

  .ai-cinematic-panel-visual img {
    width: 375px;
    transform: translateY(-60px);
  }

  .ai-cinematic-compare h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .ai-cinematic-compare p {
    width: calc(100% - 24px);
    margin: 10px auto 28px;
    font-size: 13px;
    line-height: 20px;
  }

  .ai-cinematic-video-compare {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
  }

  .ai-cinematic-video-compare::before {
    display: none;
  }

  .ai-cinematic-video-side {
    height: 210px;
  }

  .ai-cinematic-video-card,
  .ai-cinematic-video-card-pixmax {
    width: 132px;
    padding: 14px;
  }

  .ai-cinematic-video-card h3 {
    font-size: 15px;
    line-height: 22px;
  }

  .ai-cinematic-video-card p {
    font-size: 12px;
    line-height: 18px;
  }
}
