    :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(180px + var(--promo-header-offset));
      --hero-block-height-desktop: 884px;
      --hero-p2-gap: 120px;
      --p2-p3-gap: var(--module-gap-desktop);
      --p2-top-desktop: 960px;
      --p2-block-height-desktop: 1020px;
      --p3-top-desktop: 2183px;
      --p3-block-height-desktop: 578px;
      --p3-p4-gap: 119px;
      --p4-top-desktop: calc(var(--p3-top-desktop) + var(--p3-block-height-desktop) + var(--p3-p4-gap));
      --p4-p5-gap: 115px;
      --p4-block-height-desktop: 602px;
      --p5-top-desktop: calc(var(--p4-top-desktop) + var(--p4-block-height-desktop) + var(--p4-p5-gap));
      --p5-footer-gap: 64px;
    }

    * {
      box-sizing: border-box;
    }

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

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

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

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

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

    .home-page {
      --promo-header-offset: 60px;
    }

    .home-promo-bar {
      top: 0;
      left: 0;
      z-index: 60;
      display: flex;
      width: 100%;
      height: var(--promo-header-offset);
      align-items: center;
      justify-content: center;
      padding: 0 24px;
      background:
        radial-gradient(34.8% 26% at 40.1% 100%, rgba(5, 206, 254, 0.2) 0%, rgba(29, 180, 216, 0.15) 38.7%, rgba(54, 154, 178, 0.1) 59.1%, rgba(102, 102, 102, 0) 100%),
        #111;
    }

    .home-promo-inner {
      display: flex;
      width: min(100%, 1280px);
      align-items: center;
      justify-content: center;
      gap: 80px;
    }

    .home-promo-inner p {
      margin: 0;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      text-align: center;
      white-space: nowrap;
      background:
        radial-gradient(68.58% 73.2% at 64.77% 61.67%, #79fdb0 0%, rgba(88, 245, 215, 0) 100%),
        linear-gradient(92deg, #bffee1 8.98%, #05cefe 78.37%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
    }

    .home-promo-link,
    .home-promo-link:link,
    .home-promo-link:visited {
      display: inline-flex;
      min-width: 121px;
      height: 34px;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      border-radius: 12px;
      color: #151524;
      background: radial-gradient(100.81% 200% at 50% 100%, #b7f9fe 0%, #82eef9 50%, #4ce2f3 100%);
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      transition: transform 160ms ease, box-shadow 160ms ease;
    }

    .home-promo-link:hover,
    .home-promo-link:focus-visible {
      outline: none;
      transform: translateY(-1px);
      box-shadow: 0 8px 22px rgba(76, 226, 243, 0.22);
    }

    @media (max-width: 768px) {
      .home-promo-bar {
        padding: 0 16px;
      }

      .home-promo-inner {
        justify-content: space-between;
        gap: 12px;
      }

      .home-promo-inner p {
        flex: 1 1 auto;
        min-width: 0;
        font-size: 12px;
        line-height: 16px;
        text-align: left;
        white-space: normal;
      }

      .home-promo-link,
      .home-promo-link:link,
      .home-promo-link:visited {
        min-width: 86px;
        height: 30px;
        padding: 0 14px;
        border-radius: 10px;
        font-size: 12px;
      }
    }

    .bg-grid {
      position: absolute;
      top: 0;
      left: 0;
      width: 1920px;
      height: 1080px;
      background: url("https://static.rayvision.com/pixmax-offical/en/assets/41790fc8-37ab-475b-86b0-5b8764c19e37-BIVbbiGI.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: sticky;
      top: 0px;
      left: 0;
      width: 100%;
      height: 60px;
      border-bottom: 0;
      background: linear-gradient(180deg, rgba(34, 34, 34, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      z-index: 50;
      transition: none;
    }

    .header.is-sticky {
      top: 0px;
      border-bottom-color: transparent;
      background: linear-gradient(180deg, rgba(34, 34, 34, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
      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;
    }

    .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-nav > .header-tab[href="/"],
    .mobile-nav-panel > .mobile-nav-link[href="/"] {
      display: 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;
      white-space: normal;
      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-models {
      position: relative;
      height: 60px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .header-models-trigger {
      border: 0;
      background: transparent;
      font-family: "Montserrat", "Lato", sans-serif;
      cursor: pointer;
    }

    .header-models-trigger::after {
      content: "";
      width: 6px;
      height: 6px;
      margin-left: 8px;
      border-right: 1px solid currentColor;
      border-bottom: 1px solid currentColor;
      transform: translateY(-2px) rotate(45deg);
      transition: transform 180ms ease;
    }

    .header-models-menu {
      position: absolute;
      top: 52px;
      left: 50%;
      z-index: 30;
      width: min(980px, calc(100vw - 48px));
      padding: 16px 20px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 12px;
      background: rgba(17, 17, 17, 0.96);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translate(-50%, 8px);
      transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    }

    .header-products-menu {
      width: 312px;
      padding: 30px;
      border: 0;
      gap: 10px;
      border-radius: 12px;
      background: #121212;
      box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
    }

    .header-models:not(.header-products):not(.header-resources) > .header-models-menu {
      top: 60px;
      left: 50%;
      width: 1052px;
      max-width: calc(100vw - 48px);
      padding: 30px;
      border: 1px solid #222222;
      border-radius: 12px;
      background: #121212;
      box-shadow: none;
      gap: 30px;
    }

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

    .header-models:hover .header-models-trigger::after,
    .header-models:focus-within .header-models-trigger::after {
      transform: translateY(1px) rotate(225deg);
    }

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

    .header-models:not(.header-products):not(.header-resources) .model-panel-row {
      width: 981px;
      max-width: 100%;
      display: grid;
      grid-template-columns: repeat(5, 198px);
      gap: 10px 0;
      align-items: center;
      align-content: flex-start;
    }

    .header-models:not(.header-products):not(.header-resources) .model-panel-row::before {
      content: attr(aria-label);
      grid-column: 1 / -1;
      margin-bottom: 10px;
      color: #ffffff;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.2;
      text-transform: capitalize;
    }

    .header-models-menu a,
    .header-models-menu a:link,
    .header-models-menu a:visited {
      min-height: 38px;
      padding: 0 12px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      color: #fff;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 14px;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
      transition: background 160ms ease, color 160ms ease;
    }

    .header-models:not(.header-products):not(.header-resources) .header-models-menu a,
    .header-models:not(.header-products):not(.header-resources) .header-models-menu a:link,
    .header-models:not(.header-products):not(.header-resources) .header-models-menu a:visited {
      width: 180px;
      min-width: 0;
      height: 36px;
      min-height: 36px;
      padding: 8px 10px;
      gap: 10px;
      border-radius: 6px;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 1;
    }

    .header-models:not(.header-products):not(.header-resources) .header-models-menu a:has(.header-model-icon)::before {
      display: none;
    }

    .header-model-icon {
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
      display: block;
      object-fit: contain;
    }

    .header-models:not(.header-products):not(.header-resources) .header-models-menu a:hover .header-model-icon,
    .header-models:not(.header-products):not(.header-resources) .header-models-menu a:focus-visible .header-model-icon {
      filter: brightness(0) saturate(100%) invert(82%) sepia(53%) saturate(1697%) hue-rotate(149deg) brightness(101%) contrast(91%);
    }

    .header-models:not(.header-products):not(.header-resources) .header-models-menu a::before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
      background-color: currentColor;
      -webkit-mask-image: var(--model-icon);
      -webkit-mask-position: center;
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      mask-image: var(--model-icon);
      mask-position: center;
      mask-size: contain;
      mask-repeat: no-repeat;
    }

    .header-models:not(.header-products):not(.header-resources) .header-models-menu a::before {
      display: none;
    }

    .header-models:not(.header-products):not(.header-resources) .header-models-menu a:has(.header-model-hot) {
      gap: 6px;
    }

    .header-models:not(.header-products):not(.header-resources) .header-models-menu a > span:not(.header-model-hot) {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .header-model-hot {
      min-width: 38px;
      height: 18px;
      padding: 0 6px;
      border-radius: 6px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      background:
        radial-gradient(circle at 79% 75%, rgba(121, 253, 176, 0.95) 0, rgba(121, 253, 176, 0.55) 28%, rgba(88, 245, 215, 0) 58%),
        linear-gradient(110deg, #bffee1 9%, #05cefe 78%);
      color: #040000;
      font-family: "HarmonyOS Sans SC", "Montserrat", "Lato", sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0;
    }

    .header-models-menu a[href$="seedance.html"],
    .header-models-menu a[href$="seedance-mini.html"],
    .header-models-menu a[href$="dreamina.html"],
    .header-models-menu a[href$="seedream.html"] {
      --model-icon: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='seedance'%20clip-path='url(%23clip0_0_223)'%3e%3cpath%20id='Vector'%20d='M-2.20537e-07%2014.2389L2.70599%2013.548V2.43731L-2.20537e-07%201.74647V14.2389Z'%20fill='var(--fill-0,%20white)'/%3e%3cpath%20id='Vector_2'%20d='M13.2402%200.998047V14.9294L16.0036%2014.2386V1.74623L13.2402%200.998047Z'%20fill='var(--fill-0,%20white)'/%3e%3cpath%20id='Vector_3'%20d='M8.86523%206.1796L11.6286%205.48877V12.7999L8.86523%2012.1091V6.1796Z'%20fill='var(--fill-0,%20white)'/%3e%3cpath%20id='Vector_4'%20d='M4.31836%207.27295L7.0817%207.96378V13.8932L4.31836%2014.6414V7.27295Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_223'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    }

    .header-models-menu a[href$="kling.html"] {
      --model-icon: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='kling%202'%20clip-path='url(%23clip0_0_213)'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.66204%2014.156C2.9207%2013.1887%202.9227%2011.314%203.60804%209.18335L0.570036%207.43002C0.412568%207.34144%200.278819%207.21615%200.18016%207.0648C0.081502%206.91344%200.0208525%206.7405%200.00336888%206.56068C-0.00816821%206.42025%200.010004%206.27896%200.0567022%206.14602C0.239345%205.62427%200.470815%205.12093%200.748036%204.64268C3.06537%200.629349%208.02537%20-0.843985%2011.8274%201.35068C12.134%201.52802%2012.374%201.79735%2012.548%202.14002C13.0714%203.17002%2013.0047%204.87068%2012.392%206.77602L15.43%208.53002C15.656%208.66068%2015.8274%208.85802%2015.9207%209.08468C16.0178%209.31649%2016.0258%209.57596%2015.9434%209.81335C15.7609%2010.3351%2015.5294%2010.8385%2015.252%2011.3167C12.9347%2015.33%207.9747%2016.8033%204.1727%2014.6087C3.9741%2014.4929%203.80051%2014.3395%203.66204%2014.156ZM11.0594%209.74602C9.67737%2012.14%207.18737%2013.29%205.49737%2012.314C4.6527%2011.8267%204.16804%2010.8993%204.06737%209.79535C4.00404%209.10535%204.09137%208.34668%204.33404%207.58202C4.4787%207.12602%204.6787%206.66868%204.93537%206.22268L4.9407%206.21335C6.3227%203.82002%208.8127%202.67002%2010.5027%203.64535C10.9247%203.88935%2011.256%204.24202%2011.496%204.67202C12.1534%205.85335%2012.1107%207.61535%2011.306%209.28135C11.232%209.43468%2011.1514%209.58602%2011.0647%209.73668L11.0594%209.74602Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_213'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    }

    .header-models-menu a[href$="happyhorse.html"] {
      --model-icon: url("https://static.rayvision.com/pixmax-offical/en/assets/header-model-happyhorse-tFqwN9mZ.svg");
    }

    .header-models-menu a[href$="veo.html"] {
      --model-icon: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='google%201'%3e%3cpath%20id='Vector'%20d='M14.5502%206.81014L14.5335%206.79056H8.13459C8.13459%207.44361%208.13459%208.09995%208.13459%208.753C8.13459%208.95871%208.13459%209.16443%208.13459%209.37015C8.37789%209.37015%208.62116%209.37015%208.86446%209.37015C9.84096%209.37015%2010.8175%209.37015%2011.794%209.37015C11.6707%209.97749%2011.3907%2010.4967%2010.9541%2010.9408C10.9441%2010.9505%2010.9441%2010.9669%2010.9408%2010.9702C10.8075%2011.104%2010.5808%2011.2771%2010.4209%2011.3816C10.2409%2011.4991%2010.0276%2011.6134%209.82765%2011.6951C9.64434%2011.7734%209.39103%2011.855%209.19774%2011.9008C8.19458%2012.1326%207.09142%2012.0118%206.19156%2011.5122C5.86495%2011.3326%205.53834%2011.0746%205.27505%2010.8101C5.10508%2010.6403%204.92511%2010.415%204.79181%2010.2159C4.66183%2010.0199%204.52519%209.77831%204.43187%209.56279C4.01193%208.56686%204.00526%207.50238%204.40855%206.49668C4.57184%206.09178%204.83179%205.70647%205.11509%205.37015L5.48502%204.99464C5.58835%204.90648%205.69498%204.81831%205.80496%204.73993C5.90162%204.67137%206.01493%204.59299%206.11492%204.53421C7.56468%203.68524%209.50437%203.82239%2010.7342%204.98157L12.6805%203.07463C11.7606%202.22565%2010.6008%201.65095%209.34772%201.43544C7.30473%201.08932%205.29506%201.6281%203.73198%202.93422C3.58534%203.0583%203.44869%203.17585%203.31205%203.30973C3.16541%203.4534%203.03543%203.60361%202.90545%203.75707C2.72215%203.97586%202.56551%204.18482%202.4122%204.42319C1.98227%205.08605%201.68899%205.75217%201.50902%206.51953C1.11241%208.22074%201.3957%209.91218%202.29888%2011.4012C2.44219%2011.6395%202.58217%2011.8485%202.75548%2012.0673C2.96211%2012.3285%203.16874%2012.5538%203.41203%2012.7824C3.75198%2013.1057%204.07526%2013.3538%204.47518%2013.6053C6.57483%2014.9244%209.37772%2015.0322%2011.5607%2013.824C11.734%2013.7261%2011.894%2013.6216%2012.0539%2013.5106C12.2472%2013.3767%2012.3972%2013.2526%2012.5738%2013.0991C12.7405%2012.9489%2012.8905%2012.8052%2013.0438%2012.6387C14.4735%2011.0746%2014.9035%208.85097%2014.5502%206.80687V6.81014Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3c/svg%3e");
    }

    .header-models-menu a[href$="hailuo.html"] {
      --model-icon: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='hailuo%203'%20clip-path='url(%23clip0_0_238)'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%208.00003C16%203.58203%2012.4%20-0.0113066%207.98003%202.67354e-05C3.59336%200.0113601%200.0100267%203.59336%202.67354e-05%207.98003C-0.0113066%2012.4%203.58203%2016%208.00003%2016H13.2567C13.983%2016%2014.6796%2015.7115%2015.1932%2015.1979C15.7068%2014.6843%2015.9954%2013.9877%2015.9954%2013.2614V8.26669C15.998%208.17803%2016%208.08936%2016%208.00003ZM3.88603%2012.4427C2.61269%2011.356%201.82736%209.61603%201.86403%207.84269C1.86669%207.71869%201.87269%207.59469%201.88403%207.47069V7.46269C2.06869%205.34669%203.43536%203.37336%205.35069%202.45669C7.26669%201.54003%209.66136%201.71536%2011.424%202.89936C13.1867%204.08403%2014.2527%206.23536%2014.128%208.35536C14.0972%208.81956%2014.0238%209.27994%2013.9087%209.73069C13.8647%209.91069%2013.8107%2010.0967%2013.6834%2010.2307C13.5567%2010.3647%2013.334%2010.4274%2013.1834%2010.32C13.0394%2010.2174%2013.018%2010.016%2013.006%209.84003C12.906%208.41736%2012.526%206.95003%2011.5647%205.89669C10.8255%205.09705%209.81744%204.5981%208.73336%204.49536C7.64933%204.40163%206.56741%204.69758%205.68203%205.33003C4.94936%205.85469%204.37403%206.60603%204.09536%207.46336C3.81803%208.32003%203.84603%209.28069%204.21203%2010.1047C4.48325%2010.713%204.92274%2011.2312%205.47869%2011.598C6.45669%2012.24%207.79536%2012.3314%208.81203%2011.7514C9.82803%2011.1714%2010.4354%209.91269%2010.1767%208.77136C9.91736%207.63003%208.76069%206.74003%207.59669%206.86069C7.41936%206.87869%207.16469%206.85936%207.15869%206.68069C7.15336%206.54269%207.31936%206.47003%207.45536%206.44536C8.63603%206.23336%209.90203%206.83336%2010.5487%207.84336C11.1974%208.85336%2011.23%2010.206%2010.7014%2011.2834C10.172%2012.36%209.12136%2013.1467%207.95603%2013.4307C6.38469%2013.814%204.96203%2013.3607%203.88736%2012.4427H3.88603Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_238'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    }

    .header-models-menu a[href$="vidu.html"] {
      --model-icon: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='vidu%202'%20clip-path='url(%23clip0_0_217)'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.7381%201.49811C11.7934%200.854114%2010.1208%202.22078%209.73077%203.47145C9.73077%203.47145%208.32744%207.97811%207.72944%209.85811C7.4441%2010.7554%206.73677%2012.2234%205.40477%2012.2234C4.3201%2012.2234%203.76277%2011.2054%203.52743%2010.5988L1.9101%206.28745C1.72277%205.83345%201.91877%204.92745%202.6701%204.65611C3.47277%204.36811%203.98877%205.03945%204.1221%205.39611L6.13677%2010.5561C6.61677%209.93745%206.9221%208.93078%207.12077%208.21811L5.7981%204.74478C5.17077%203.12411%203.51143%202.38678%201.97477%202.95345C0.730101%203.41211%20-0.467899%204.98278%200.183435%206.95678L1.85277%2011.2501C2.1061%2011.9008%203.10677%2014.0254%205.36944%2014.0254C8.08477%2014.0254%209.10344%2011.7101%209.66877%209.88011C9.95144%208.96478%2011.5014%204.01545%2011.5014%204.01545C11.7268%203.27611%2012.6414%203.06345%2013.2134%203.25011C13.6168%203.38078%2014.3454%203.93745%2014.1101%204.80011C14.0661%204.95745%2012.8301%208.93945%2012.3741%2010.1508C12.1361%2010.7828%2011.5328%2012.1548%2010.1581%2011.9641C9.73944%2012.8908%209.39144%2013.4301%208.86477%2013.9141C10.5794%2014.7261%2013.0781%2013.9081%2014.1301%2010.7301C14.5208%209.54811%2015.8928%205.28611%2015.8928%205.28611C16.2914%203.97745%2015.5801%202.10745%2013.7381%201.49811Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_217'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    }

    .header-models-menu a[href$="wan.html"] {
      --model-icon: url("https://static.rayvision.com/pixmax-offical/en/assets/header-model-wan-DB8DI55y.svg");
    }

    .header-models-menu a[href$="wan-2-7.html"] {
      --model-icon: url("https://static.rayvision.com/pixmax-offical/en/assets/header-model-wan-DB8DI55y.svg");
    }

    .header-models-menu a[href$="pixverse.html"] {
      --model-icon: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='pixverse%202'%20clip-path='url(%23clip0_0_211)'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.7187%206.256C12.0387%206.256%2012.2987%206.516%2012.2987%206.836V9.414L15.1287%206.972C15.1707%206.93556%2015.2223%206.91197%2015.2774%206.90405C15.3324%206.89612%2015.3886%206.9042%2015.4392%206.92732C15.4898%206.95044%2015.5327%206.98762%2015.5627%207.03443C15.5928%207.08124%2015.6087%207.13571%2015.6087%207.19133V14.346C15.6086%2014.4009%2015.5931%2014.4546%2015.5638%2014.501C15.5346%2014.5474%2015.4927%2014.5846%2015.4432%2014.6082C15.3937%2014.6318%2015.3385%2014.641%2015.2841%2014.6346C15.2296%2014.6282%2015.178%2014.6065%2015.1353%2014.572L12.2987%2012.278V14.872C12.2986%2015.0101%2012.2492%2015.1437%2012.1593%2015.2487L12.1013%2015.3073C12.0394%2015.3617%2011.9666%2015.4023%2011.8877%2015.4263C11.8088%2015.4503%2011.7258%2015.4573%2011.644%2015.4467L4.37267%2014.5067V15.376C4.37267%2015.5297%204.31165%2015.6771%204.20302%2015.7859C4.0944%2015.8946%203.94704%2015.9558%203.79333%2015.956H0.58C0.42629%2015.956%200.278866%2015.895%200.170114%2015.7864C0.0613616%2015.6777%200.000176678%2015.5304%200%2015.3767L0%206.83667C0%206.51667%200.26%206.25667%200.58%206.256H11.7187ZM7.61333%209.15467H4.652C4.5752%209.15467%204.50154%209.18513%204.44717%209.23937C4.39281%209.29361%204.36218%209.3672%204.362%209.444V11.342C4.362%2011.502%204.492%2011.6313%204.652%2011.6313H7.61333C7.77333%2011.6313%207.90267%2011.502%207.90333%2011.342V9.444C7.90316%209.3672%207.87253%209.29361%207.81816%209.23937C7.76379%209.18513%207.69013%209.15467%207.61333%209.15467ZM8.55067%200C9.3205%200%2010.0588%200.305816%2010.6032%200.850171C11.1475%201.39453%2011.4533%202.13283%2011.4533%202.90267C11.4533%203.6725%2011.1475%204.41081%2010.6032%204.95516C10.0588%205.49952%209.3205%205.80533%208.55067%205.80533C7.78083%205.80533%207.04253%205.49952%206.49817%204.95516C5.95382%204.41081%205.648%203.6725%205.648%202.90267C5.648%202.13283%205.95382%201.39453%206.49817%200.850171C7.04253%200.305816%207.78083%200%208.55067%200ZM3.23067%200.875333C3.54829%200.875333%203.8628%200.937894%204.15625%201.05944C4.4497%201.18099%204.71633%201.35915%204.94092%201.58374C5.16552%201.80834%205.34367%202.07497%205.46522%202.36842C5.58677%202.66186%205.64933%202.97638%205.64933%203.294C5.64933%203.61162%205.58677%203.92614%205.46522%204.21958C5.34367%204.51303%205.16552%204.77966%204.94092%205.00426C4.71633%205.22885%204.4497%205.40701%204.15625%205.52856C3.8628%205.65011%203.54829%205.71267%203.23067%205.71267C2.5892%205.71267%201.974%205.45784%201.52041%205.00426C1.06682%204.55067%200.812%203.93547%200.812%203.294C0.812%202.65253%201.06682%202.03733%201.52041%201.58374C1.974%201.13016%202.5892%200.875333%203.23067%200.875333Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_211'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    }

    .header-models-menu a[href$="gpt-image.html"] {
      --model-icon: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='openai%201'%20clip-path='url(%23clip0_0_230)'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.13667%205.772V4.26533C6.13667%204.13867%206.18467%204.04333%206.29533%203.98L9.324%202.236C9.73667%201.998%2010.228%201.88733%2010.7353%201.88733C12.638%201.88733%2013.8433%203.362%2013.8433%204.93133C13.8433%205.04267%2013.8433%205.16933%2013.8273%205.296L10.6873%203.45667C10.6021%203.40238%2010.5031%203.37355%2010.402%203.37355C10.3009%203.37355%2010.2019%203.40238%2010.1167%203.45667L6.13667%205.772ZM13.2093%2011.6387V8.04C13.2093%207.818%2013.114%207.66%2012.9233%207.54867L8.94333%205.23333L10.2433%204.488C10.2904%204.457%2010.3456%204.44048%2010.402%204.44048C10.4584%204.44048%2010.5136%204.457%2010.5607%204.488L13.5893%206.23267C14.462%206.73933%2015.0487%207.818%2015.0487%208.86467C15.0487%2010.07%2014.3353%2011.18%2013.2087%2011.64L13.2093%2011.6387ZM5.20133%208.46867L3.90133%207.70733C3.79%207.644%203.742%207.54867%203.742%207.422V3.93267C3.742%202.236%205.042%200.951333%206.80267%200.951333C7.46933%200.951333%208.08733%201.17333%208.61067%201.57L5.48667%203.378C5.29667%203.48867%205.20133%203.64733%205.20133%203.86933V8.468V8.46867ZM8%2010.0853L6.13667%209.03867V6.81867L8%205.772L9.86333%206.81867V9.03867L8%2010.0853ZM9.19733%2014.9053C8.53067%2014.9053%207.91267%2014.684%207.38933%2014.2873L10.5133%2012.4793C10.7033%2012.3687%2010.7987%2012.21%2010.7987%2011.988V7.38933L12.1147%208.15067C12.226%208.214%2012.2733%208.30933%2012.2733%208.436V11.9247C12.2733%2013.6213%2010.9573%2014.9053%209.19733%2014.9053ZM5.43933%2011.37L2.41%209.62533C1.538%209.118%200.951333%208.04%200.951333%206.99333C0.949278%206.39862%201.12474%205.81681%201.45526%205.32239C1.78579%204.82798%202.25633%204.44344%202.80667%204.218V7.83333C2.80667%208.05533%202.902%208.214%203.092%208.32533L7.05667%2010.6247L5.75667%2011.37C5.70959%2011.4011%205.65441%2011.4176%205.598%2011.4176C5.54159%2011.4176%205.48641%2011.4011%205.43933%2011.37ZM5.26467%2013.97C3.47267%2013.97%202.15667%2012.6227%202.15667%2010.9573C2.15667%2010.8307%202.17267%2010.704%202.188%2010.5773L5.312%2012.384C5.50267%2012.4953%205.69267%2012.4953%205.88267%2012.384L9.86267%2010.0853V11.592C9.86267%2011.7187%209.816%2011.814%209.70467%2011.8773L6.676%2013.6213C6.26333%2013.8593%205.772%2013.97%205.26467%2013.97ZM9.19733%2015.8567C10.111%2015.8567%2010.9967%2015.5412%2011.7046%2014.9635C12.4124%2014.3857%2012.899%2013.5812%2013.082%2012.686C14.858%2012.226%2016%2010.56%2016%208.864C16%207.754%2015.5247%206.676%2014.668%205.89867C14.7473%205.56533%2014.7947%205.23267%2014.7947%204.9C14.7947%202.63267%2012.9553%200.935333%2010.8307%200.935333C10.4027%200.935333%209.99067%200.998667%209.57733%201.142C8.83733%200.413606%207.84167%200.0037124%206.80333%204.28277e-09C5.88953%20-4.2452e-05%205.00377%200.315577%204.2959%200.893462C3.58803%201.47135%203.10152%202.27602%202.91867%203.17133C1.142%203.63133%200%205.29667%200%206.99333C0%208.104%200.475333%209.182%201.332%209.95867C1.25267%2010.292%201.20533%2010.6253%201.20533%2010.958C1.20533%2013.2253%203.04467%2014.922%205.16933%2014.922C5.59733%2014.922%206.00933%2014.8587%206.42267%2014.716C7.16275%2015.4447%208.15874%2015.8546%209.19733%2015.858V15.8567Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_230'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    }

    .header-models-menu a[href$="nano-banana.html"] {
      --model-icon: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='nanobanana%201'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.562%208.77302H2.304C1.962%208.77302%201.78933%208.34702%202.032%208.09835L3.104%206.99635C3.30095%206.79146%203.53724%206.62846%203.79872%206.51711C4.0602%206.40576%204.34147%206.34837%204.62567%206.34837C4.90986%206.34837%205.19113%206.40576%205.45261%206.51711C5.71409%206.62846%205.95039%206.79146%206.14733%206.99635L6.48933%207.34769L6.49333%207.33769L6.51867%207.34902C7.00867%206.06235%207.04267%205.47635%207.04067%204.01102V3.82769C7.034%202.63969%207.02733%201.20435%208.35067%201.01435C10.086%200.764353%2011.3533%203.82702%2011.5607%206.54702C11.9457%206.40453%2012.364%206.37746%2012.7643%206.46911C13.1645%206.56076%2013.5293%206.76716%2013.814%207.06302L14.8867%208.16502C15.13%208.41502%2014.9573%208.83969%2014.6153%208.83969H12.8473C12.8953%209.01569%2012.9207%209.20102%2012.9207%209.39169V13.1677C12.9207%2013.777%2012.258%2014.029%2011.8527%2013.5517C11.7%2013.3717%2011.1413%2012.7184%2010.416%2011.8717C8.46933%2014.6604%203.572%2016.1797%202.18933%2013.8757C2.17822%2013.876%202.16711%2013.876%202.156%2013.8757H1.66067C1.48545%2013.8757%201.3174%2013.8061%201.1935%2013.6822C1.06961%2013.5583%201%2013.3902%201%2013.215C1%2013.0398%201.06961%2012.8718%201.1935%2012.7479C1.3174%2012.624%201.48545%2012.5544%201.66067%2012.5544H1.82467C1.834%2011.4297%202.64467%2010.4557%203.722%2010.0324C4.42287%209.75749%205.05207%209.32686%205.562%208.77302ZM10.5907%207.34302C10.5907%207.25835%2010.59%207.17235%2010.5873%207.08435C10.5592%206.19466%2010.4176%205.3122%2010.166%204.45835C9.91267%203.60369%209.57467%202.90502%209.216%202.46369C8.85267%202.01635%208.612%201.98702%208.49267%202.00369C8.344%202.02502%208.298%202.06902%208.278%202.08969C8.24467%202.12435%208.188%202.20702%208.13867%202.38969C8.03733%202.76769%208.03867%203.24702%208.04067%203.84702V4.00969C8.042%204.76569%208.03467%205.36169%207.944%205.95635C7.869%206.4289%207.74913%206.89323%207.586%207.34302H10.5907ZM8.27867%209.38035C7.188%2011.491%204.958%2012.5204%202.86667%2012.627C2.7673%2012.6321%202.674%2012.6764%202.6073%2012.7502C2.5406%2012.824%202.50596%2012.9213%202.511%2013.0207C2.51604%2013.1201%202.56035%2013.2134%202.63417%2013.2801C2.708%2013.3468%202.8053%2013.3814%202.90467%2013.3764C5.10067%2013.2637%207.51867%2012.2104%208.80133%209.98902L8.27867%209.38035Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3c/svg%3e");
    }

    .header-models-menu a[href$="gemini.html"] {
      --model-icon: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='gemini%201'%20clip-path='url(%23clip0_0_234)'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.7435%207.22123C12.636%206.74977%2011.629%206.07066%2010.7768%205.22057C9.59009%204.03145%208.74343%202.54623%208.32483%200.919233C8.30646%200.846971%208.26454%200.782892%208.20568%200.737122C8.14682%200.691352%208.07439%200.666504%207.99983%200.666504C7.92527%200.666504%207.85284%200.691352%207.79398%200.737122C7.73512%200.782892%207.69319%200.846971%207.67483%200.919233C7.25534%202.54602%206.40855%204.03107%205.22216%205.22057C4.36992%206.07055%203.36293%206.74965%202.25549%207.22123C1.82216%207.4079%201.37683%207.5579%200.920828%207.67323C0.848122%207.6911%200.783507%207.73282%200.737313%207.79174C0.69112%207.85066%200.666016%207.92337%200.666016%207.99823C0.666016%208.0731%200.69112%208.14581%200.737313%208.20472C0.783507%208.26364%200.848122%208.30537%200.920828%208.32323C1.37683%208.4379%201.82083%208.5879%202.25549%208.77457C3.36299%209.24604%204.37%209.92514%205.22216%2010.7752C6.40922%2011.9645%207.25612%2013.4499%207.67483%2015.0772C7.69269%2015.1499%207.73442%2015.2146%207.79334%2015.2607C7.85225%2015.3069%207.92496%2015.332%207.99983%2015.332C8.07469%2015.332%208.1474%2015.3069%208.20632%2015.2607C8.26524%2015.2146%208.30696%2015.1499%208.32483%2015.0772C8.43949%2014.6206%208.58949%2014.1766%208.77616%2013.7419C9.2476%2012.6344%209.92671%2011.6274%2010.7768%2010.7752C11.9662%209.58844%2013.4516%208.74178%2015.0788%208.32323C15.1511%208.30487%2015.2152%208.26294%2015.2609%208.20408C15.3067%208.14523%2015.3316%208.07279%2015.3316%207.99823C15.3316%207.92367%2015.3067%207.85124%2015.2609%207.79238C15.2152%207.73353%2015.1511%207.6916%2015.0788%207.67323C14.6224%207.5584%2014.1758%207.40725%2013.7435%207.22123Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_234'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    }

    .header-models-menu a[href$="doubao.html"] {
      --model-icon: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='doubao%202'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.53933%2010.5029C3.654%208.00292%204.79467%206.50359%205.23867%206.01025C3.06533%207.38225%201.622%209.78225%201%2011.5489V12.2956C1%2014.3409%202.81667%2015.9989%205.05933%2015.9989C5.55888%2015.9996%206.05488%2015.915%206.526%2015.7489C6.76133%2015.6689%206.99267%2015.5836%207.21867%2015.4969C7.82733%2014.8976%208.31867%2014.2236%208.714%2013.5023C5.46267%2015.1229%203.398%2013.5503%203.53867%2010.5023L3.53933%2010.5029Z'%20fill='var(--fill-0,%20white)'%20fill-opacity='0.5'/%3e%3cpath%20id='Vector_2'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.0467%206.85533C14.2387%206.25467%2012.3073%205.25267%2010.1153%204.98867C10.312%207.51667%2010.1773%2010.8327%208.71533%2013.504C8.31716%2014.2386%207.8131%2014.9107%207.21933%2015.4987C9.72867%2014.5333%2011.7167%2013.194%2012.95%2012.0193C14.83%2010.2307%2015.1853%208.56733%2015.1907%207.57933C15.1923%207.33116%2015.1433%207.08526%2015.0467%206.85667V6.85533ZM9.53533%201.24467C8.63667%200.466667%207.49867%200%206.26%200C5.02133%200%203.922%200.451333%203.03%201.20467C1.86067%202.19333%201.08467%203.70467%201%205.41667V11.5507C1.62133%209.784%203.06467%207.384%205.238%206.01267C5.57133%205.80067%205.92133%205.616%206.284%205.46C7.53933%204.926%208.86933%204.83867%2010.1147%204.98933C9.96667%203.10267%209.636%201.65467%209.53467%201.24467H9.53533Z'%20fill='var(--fill-0,%20white)'/%3e%3cpath%20id='Vector_3'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.5364%203.30241C11.2955%203.06023%2011.0555%202.81711%2010.8164%202.57308C10.6818%202.43108%2010.5511%202.29375%2010.4258%202.15841L9.53711%201.23975C9.63778%201.64975%209.96911%203.09708%2010.1164%204.98441C12.3084%205.24775%2014.2398%206.24975%2015.0471%206.85108C14.1764%206.00108%2012.7304%204.52641%2011.5364%203.30241Z'%20fill='var(--fill-0,%20white)'%20fill-opacity='0.5'/%3e%3c/g%3e%3c/svg%3e");
    }

    .header-models-menu a[href$="minimax-m3.html"] {
      --model-icon: url("https://static.rayvision.com/pixmax-offical/en/assets/header-model-minimax-BZhC1ju7.svg");
    }

    .header-models-menu a[href$="deepseek-v4-pro.html"] {
      --model-icon: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2057%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M55.6128%203.47119C55.0175%203.17944%2054.7611%203.73535%2054.413%204.01782C54.2939%204.10889%2054.1932%204.22729%2054.0924%204.33667C53.2223%205.26587%2052.2057%205.87646%2050.8776%205.80347C48.9359%205.69409%2047.2781%206.30469%2045.8126%207.78979C45.5012%205.9585%2044.4663%204.86499%2042.8909%204.16357C42.0667%203.79907%2041.2332%203.43457%2040.6561%202.64185C40.2532%202.07715%2040.1432%201.44849%2039.9418%200.828857C39.8135%200.455322%2039.6853%200.0725098%2039.2548%200.00878906C38.7877%20-0.0639648%2038.6045%200.327637%2038.4213%200.655762C37.6886%201.99512%2037.4047%203.47119%2037.4321%204.96533C37.4962%208.32739%2038.9159%2011.0059%2041.7369%2012.9102C42.0575%2013.1289%2042.1399%2013.3474%2042.0392%2013.6665C41.8468%2014.3225%2041.6178%2014.9602%2041.4164%2015.6162C41.2881%2016.0354%2041.0957%2016.1265%2040.647%2015.9441C39.0991%2015.2974%2037.7618%2014.3406%2036.5803%2013.1836C34.5745%2011.2429%2032.761%209.10181%2030.4988%207.42529C29.9675%207.03345%2029.4363%206.66919%2028.8867%206.32275C26.5786%204.08154%2029.189%202.24097%2029.7935%202.02246C30.4254%201.79468%2030.0133%201.01099%2027.9708%201.02026C25.9283%201.0293%2024.0599%201.71265%2021.6786%202.62378C21.3306%202.7605%2020.9641%202.8606%2020.5886%202.94263C18.4271%202.53271%2016.1831%202.44141%2013.8384%202.70581C9.42371%203.19775%205.89758%205.28418%203.30554%208.84668C0.191406%2013.1289%20-0.54126%2017.9941%200.356323%2023.0691C1.29968%2028.4172%204.02905%2032.8452%208.22388%2036.3076C12.5745%2039.8972%2017.5845%2041.6558%2023.2997%2041.3186C26.771%2041.1182%2030.6361%2040.6536%2034.9958%2036.9636C36.0948%2037.5103%2037.2489%2037.7288%2039.1632%2037.8928C40.6378%2038.0295%2042.0575%2037.8201%2043.1565%2037.5923C44.8784%2037.2278%2044.7594%2035.6333%2044.1366%2035.3418C39.09%2032.9912%2040.1981%2033.9478%2039.1907%2033.1733C41.7552%2030.1394%2045.6204%2026.9868%2047.1316%2016.7732C47.2506%2015.9624%2047.1499%2015.4521%2047.1316%2014.7961C47.1224%2014.3953%2047.214%2014.2405%2047.672%2014.1948C48.9359%2014.0491%2050.1632%2013.7029%2051.2898%2013.0833C54.5596%2011.2976%2055.8784%208.36377%2056.1898%204.84692C56.2357%204.30933%2056.1807%203.75342%2055.6128%203.47119ZM27.119%2035.123C22.2281%2031.2783%2019.856%2030.0117%2018.8759%2030.0664C17.96%2030.1211%2018.1249%2031.1689%2018.3263%2031.8523C18.537%2032.5264%2018.8118%2032.9912%2019.1964%2033.5833C19.462%2033.9751%2019.6453%2034.5581%2018.9309%2034.9956C17.3555%2035.9705%2014.6169%2034.6675%2014.4886%2034.6038C11.3014%2032.7268%208.63611%2030.2485%206.75842%2026.8594C4.94495%2023.5974%203.89172%2020.0989%203.71765%2016.3633C3.67188%2015.4614%203.9375%2015.1423%204.83508%2014.9785C6.0166%2014.7598%207.23474%2014.7141%208.41626%2014.8872C13.408%2015.6162%2017.6577%2017.8484%2021.2206%2021.3835C23.2539%2023.397%2024.7926%2025.8025%2026.3772%2028.1531C28.0624%2030.6494%2029.8759%2033.0276%2032.184%2034.9773C32.9991%2035.6606%2033.6494%2036.1799%2034.2722%2036.5627C32.3947%2036.7722%2029.2622%2036.8179%2027.119%2035.123ZM29.4637%2020.0442C29.4637%2019.6433%2029.7843%2019.3245%2030.1874%2019.3245C30.2789%2019.3245%2030.3613%2019.3425%2030.4346%2019.3699C30.5354%2019.4065%2030.627%2019.4612%2030.7002%2019.543C30.8285%2019.6707%2030.9017%2019.8528%2030.9017%2020.0442C30.9017%2020.4451%2030.5812%2020.7639%2030.1782%2020.7639C29.7751%2020.7639%2029.4637%2020.4451%2029.4637%2020.0442ZM36.7452%2023.7798C36.2781%2023.9712%2035.811%2024.135%2035.3622%2024.1533C34.6661%2024.1897%2033.9059%2023.9072%2033.4938%2023.561C32.8527%2023.0234%2032.3947%2022.7229%2032.2023%2021.7844C32.1199%2021.3835%2032.1656%2020.7639%2032.239%2020.4087C32.4038%2019.6433%2032.2206%2019.1514%2031.6803%2018.7048C31.2406%2018.3403%2030.6819%2018.2402%2030.0682%2018.2402C29.8392%2018.2402%2029.6287%2018.1399%2029.4729%2018.0579C29.2164%2017.9304%2029.0059%2017.6116%2029.2073%2017.2197C29.2714%2017.0923%2029.5829%2016.7825%2029.6561%2016.7278C30.4896%2016.2539%2031.4513%2016.4089%2032.3397%2016.7642C33.1641%2017.1013%2033.7869%2017.7209%2034.6844%2018.5955C35.6003%2019.6523%2035.7651%2019.9441%2036.2872%2020.7366C36.6995%2021.3562%2037.075%2021.9939%2037.3314%2022.7229C37.4871%2023.1785%2037.2856%2023.552%2036.7452%2023.7798Z'%20fill='%23ffffff'/%3e%3c/svg%3e");
    }

    .header-models-menu a[href$="eleven.html"],
    .header-models-menu a[href$="elevenmusic.html"] {
      --model-icon: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='elevenlabs%202'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.33398%200H6.66732V16H3.33398V0ZM9.33398%200H12.6673V16H9.33398V0Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3c/svg%3e");
    }

    .header-models-menu a[href$="minimax-speech-2-8.html"] {
      --model-icon: url("https://static.rayvision.com/pixmax-offical/en/assets/header-model-minimax-BZhC1ju7.svg");
    }

    .header-models-menu a[href$="minimax-music-2-6.html"] {
      --model-icon: url("https://static.rayvision.com/pixmax-offical/en/assets/header-model-minimax-BZhC1ju7.svg");
    }

    .header-models-menu a:hover,
    .header-models-menu a:focus-visible {
      color: #4ce2f3;
      background: rgba(255, 255, 255, 0.06);
      outline: none;
    }

    .header-models:not(.header-products):not(.header-resources) .header-models-menu a:hover,
    .header-models:not(.header-products):not(.header-resources) .header-models-menu a:focus-visible {
      color: #4ce2f3;
      background: rgba(40, 40, 40, 0.9);
      outline: none;
    }

    @media (max-width: 1100px) {
      .header-models:not(.header-products):not(.header-resources) .model-panel-row {
        width: 780px;
        grid-template-columns: repeat(4, 180px);
      }
    }

    @media (max-width: 900px) {
      .header-models:not(.header-products):not(.header-resources) .model-panel-row {
        width: 380px;
        grid-template-columns: repeat(2, 180px);
      }
    }

    .header-products-menu .header-product-link,
    .header-products-menu .header-product-link:link,
    .header-products-menu .header-product-link:visited {
      min-height: 40px;
      width: 252px;
      gap: 10px;
      padding: 8px 10px;
      border-radius: 6px;
      color: #fff;
      font-size: 16px;
      line-height: 1;
    }

    .header-products-menu .header-product-link img {
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
      object-fit: contain;
    }

    .header-products-menu .header-product-link:hover,
    .header-products-menu .header-product-link:focus-visible,
    .header-products-menu .header-product-link.is-active {
      color: #4ce2f3;
      background: #040000;
    }

    .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: normal;
      color: inherit;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    html[lang="en"] .p2 .sec-title {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
      font-size: 48px;
      line-height: normal;
      font-weight: 700;
      white-space: normal;
    }

    html[lang="en"] .p2 .sec-subtitle {
      margin: 10px auto 0;
      max-width: 856px;
      text-align: center;
      color: #ffffff;
      font-size: 18px;
      line-height: normal;
      white-space: normal;
      text-wrap: balance;
    }

    html[lang="en"] .p3 .sec-title {
      font-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
      font-size: 48px;
      line-height: normal;
      font-weight: 700;
      white-space: normal;
      text-wrap: unset;
    }

    html[lang="en"] .p3 .title-wrap {
      width: min(100%, 1200px);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    html[lang="en"] .p3 .sec-subtitle {
      margin: 0;
      color: #ffffff;
      font-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
      font-size: 18px;
      line-height: normal;
      font-weight: 400;
      white-space: normal;
    }

    html[lang="en"] .p4 .title-wrap {
      width: min(100%, 1280px);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }

    html[lang="en"] .p4 .sec-title {
      font-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
      font-size: 48px;
      line-height: normal;
      font-weight: 700;
      white-space: normal;
    }

    html[lang="en"] .p4 .sec-subtitle {
      width: 1000px;
      max-width: 100%;
      margin: 0 auto;
      color: #ffffff;
      font-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
      font-size: 18px;
      line-height: normal;
      font-weight: 400;
      white-space: normal;
      text-wrap: unset;
    }

    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%, 1200px);
        height: auto;
        gap: 30px;
        padding: 0 24px;
      }

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

      html[lang="en"] .cta h2 {
        width: 1200px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        white-space: normal;
        text-wrap: balance;
        font-size: 48px;
        line-height: normal;
      }

      html[lang="en"] .cta-subtitle {
        white-space: normal;
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
      }
    }

    .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);
      left: 120px;
      width: 1680px;
      background: transparent;
      z-index: 5;
    }

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

    .hero-title-wrap .sec-title {
      font-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
      font-size: 48px;
      line-height: 1.08;
      font-weight: 700;
      text-transform: uppercase;
      white-space: normal;
    }

    .hero-title-wrap .sec-subtitle {
      width: 1000px;
      max-width: 100%;
      margin: 16px auto 0;
      color: #ffffff;
      font-size: 18px;
      line-height: 24px;
      white-space: normal;
    }

    .hero-cta {
      position: absolute;
      top: 184px;
      left: 50%;
      transform: translateX(-50%);
      height: 48px;
      min-width: 0;
      padding: 0 40px;
      border-radius: 12px;
    }

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

    .hero-card-shell {
      position: absolute;
      top: 214px;
      left: 50%;
      width: 1680px;
      height: 660px;
      transform: translateX(-50%);
      overflow: visible;
      z-index: 5;
    }

    .hero-card {
      position: absolute;
      top: 0;
      left: 0;
      width: 1680px;
      height: 660px;
      border: 0;
      border-radius: 0;
      background: transparent;
      background-image: none;
      background-size: auto;
      --grid-glow-x: 840px;
      --grid-glow-y: 330px;
      --grid-glow-opacity: 0;
      isolation: isolate;
      overflow: visible;
      z-index: 5;
    }

    .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: none;
      background-size: auto;
      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: normal;
    }

    .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: 0;
      top: 0;
    }

    .ref-a img {
      width: 200px;
      height: 200px;
      border-radius: 12px;
    }

    .ref-b {
      left: 0;
      top: 254px;
    }

    .ref-b img {
      width: 200px;
      height: 200px;
      border-radius: 12px;
    }

    .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: 1200px;
      top: 0;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 2;
    }

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

    .video-block img,
    .video-block video {
      width: 480px;
      height: 267px;
      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: normal;
    }

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

    .models-wrap {
      margin-top: 0;
      width: 1280px;
      height: 870px;
    }

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

    .video-model {
      width: 1280px;
      height: 550px;
      padding: 30px;
    }

    .video-model-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 1280px;
      height: 550px;
      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: flex-start;
    }

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

    .model-card-desc {
      margin: 10px 0 0;
      color: #ffffff;
      font-size: 16px;
      line-height: normal;
      font-weight: 400;
    }

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

    .model-grid {
      width: 1220px;
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      gap: 30px;
      align-items: flex-start;
      margin-top: auto;
    }

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

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

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

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

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

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

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

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

    .small-card.w560 { width: 440px; }
    .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 .model-card-image .small-grid.three-col {
      justify-content: space-between;
      gap: 16px;
    }

    .p2 .model-card-image .small-grid.three-col .model-item-doubao {
      flex: 0 0 max-content;
      min-width: max-content;
      width: max-content;
    }

    .p2 .model-card-image .model-item-doubao p {
      white-space: pre;
      word-break: normal;
      overflow-wrap: normal;
    }

    .p2 .model-card-image .small-grid.three-col .model-item-image-coming {
      flex: 0 0 max-content;
      min-width: max-content;
      width: max-content;
    }

    /* 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("https://static.rayvision.com/pixmax-offical/en/assets/p2-model-image-DzLAEV09.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("https://static.rayvision.com/pixmax-offical/en/assets/p2-model-text-D7vJkpDx.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("https://static.rayvision.com/pixmax-offical/en/assets/p2-model-audio-CqnNvwbW.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);
    }

    .home-about-cta {
      position: absolute;
      height: 260px;
      border-radius: 20px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      border: 1px solid #111111;
      background: #040608;
    }

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

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

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

    .home-about-cta-copy h2 {
      margin: 0;
      color: #ffffff;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 48px;
      line-height: normal;
      font-weight: 700;
      text-align: center;
      white-space: normal;
    }

    .home-about-cta-copy p {
      width: 750px;
      max-width: 100%;
      margin: 0;
      color: #ffffff;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 24px;
      line-height: normal;
      font-weight: 600;
      text-align: center;
    }

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

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

    .platform-card {
      margin-top: 60px;
      width: 1280px;
      height: 426px;
      padding: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 0;
      border-color: rgba(42, 42, 55, 0.6);
    }

    .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-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
      font-size: 20px;
      font-weight: 600;
      white-space: normal;
      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;
      font-weight: 700;
    }

    html[lang="en"] .p3 .feature-desc,
    html[lang="en"] .p4 .feature-desc {
      color: #dddddd;
      font-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
    }

    .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: 366px;
      aspect-ratio: 340 / 183;
      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: 40px;
      width: 1280px;
      height: 442px;
      padding: 30px;
      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: 382px;
      aspect-ratio: 340 / 191;
      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: var(--p5-top-desktop);
      left: 0;
      width: 1920px;
      height: 480px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: #040608;
      z-index: 2;
    }

    .pricing-section {
      top: 180px;
      left: 0;
      width: 1920px;
      height: 5150px;
      padding-top: 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-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
      font-weight: 700;
    }

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

    .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-family: "Montserrat", "Lato", sans-serif;
      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-family: "Montserrat", "Lato", sans-serif;
      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", sans-serif;
      font-size: 36px;
      line-height: 44px;
      font-weight: 700;
    }

    .credit-note {
      width: 180px;
      margin: 30px auto 0;
      color: #4ce2f3;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
    }

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

    .pricing-footnote {
      margin: 14px 0 0;
      color: #aaa;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 14px;
      font-style: italic;
      line-height: 20px;
    }

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

    .pricing-plans-title .sec-subtitle {
      margin-top: 10px;
      font-size: 16px;
      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-family: "Montserrat", "Lato", sans-serif;
      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: 3222px;
      overflow: auto;
      scrollbar-color: #333 transparent;
    }

    .pricing-table {
      width: 100%;
      border-collapse: collapse;
      color: #fff;
      font-family: "Montserrat", "Lato", sans-serif;
      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-family: "Montserrat", "Lato", sans-serif;
      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:active {
      transform: 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-family: "Montserrat", "Lato", sans-serif;
      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-family: "Montserrat", "Lato", sans-serif;
      font-size: 18px;
      line-height: 22px;
    }

    .pricing-promo h2 {
      margin: 20px 0 0;
      color: #fff;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 48px;
      line-height: 59px;
      font-weight: 700;
      white-space: normal;
    }

    .pricing-promo-desc {
      width: 732px;
      margin: 20px 0 0;
      color: #aaa;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 16px;
      font-style: italic;
      line-height: 20px;
    }

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

    .pricing-promo-art {
      position: absolute;
      right: 0;
      top: -46px;
      width: 574px;
      height: 524px;
      object-fit: cover;
      object-position: center;
      z-index: 0;
    }

    .pricing-about-cta {
      position: relative;
      width: 1280px;
      height: 260px;
      margin: 120px auto 0;
      border: 1px solid #111111;
      border-radius: 20px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: #040608;
    }

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

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

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

    .pricing-about-cta-copy h2 {
      margin: 0;
      color: #ffffff;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 48px;
      line-height: normal;
      font-weight: 700;
      text-align: center;
      white-space: normal;
    }

    .pricing-about-cta-copy p {
      width: 750px;
      max-width: 100%;
      margin: 0;
      color: #ffffff;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 24px;
      line-height: normal;
      font-weight: 600;
      text-align: center;
    }

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

    .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: 1200px;
      height: 220px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 30px;
      text-align: center;
      z-index: 2;
    }

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

    .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: normal;
      font-weight: 700;
      font-family: "Montserrat", "Lato", "Noto Sans SC", "Noto Sans JP", sans-serif;
      color: #fff;
      white-space: normal;
    }

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

    .cta .btn-primary {
      height: 48px;
      min-width: 140px;
      padding: 0 40px;
      border-radius: 12px;
    }

    .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;
      max-width: 100%;
      min-height: 344px;
      height: auto;
      padding: 40px 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 60px;
      background: #040404;
      z-index: 5;
      box-sizing: border-box;
    }

    .pricing-page .page {
      overflow: visible;
    }

    .pricing-page .page-content {
      height: auto;
      min-height: 100vh;
      padding-top: 180px;
      overflow: visible;
    }

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

    .pricing-page .pricing-section {
      position: relative;
      top: auto;
      left: auto;
      height: auto;
    }

    .pricing-page .pricing-table-wrap {
      max-height: none;
      overflow-x: auto;
      overflow-y: visible;
    }

    .pricing-page .footer {
      position: relative;
      top: auto;
      left: auto;
      margin-top: var(--p5-footer-gap);
    }

.seedance-page .footer,
.gpt-image-page .footer,
.gemini-page .footer,
.eleven-page .footer,
.ai-cinematic-page .footer,
.workflow-templates-page .footer,
.asset-library-page .footer,
.ai-video-enhancer-page .footer,
.team-collaboration-page .footer,
.about-page .footer,
.legal-page .footer {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  max-width: 100%;
  min-height: 344px;
  height: auto;
  margin: 120px auto 0;
}

    .footer-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      opacity: 0;
      display: none;
    }

    .footer-logo {
      width: 215.586px;
      max-width: 100%;
      aspect-ratio: 215.586 / 48;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }

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

    .footer-main {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 120px;
      width: 1280px;
      max-width: calc(100% - 48px);
      margin: 0 auto;
    }

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

    .footer-brand-copy {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      width: 100%;
    }

    .footer-brand-copy p {
      margin: 0;
      width: 100%;
      font-family: "Montserrat", "Lato", sans-serif;
    }

    .footer-brand-title {
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      line-height: normal;
      white-space: nowrap;
    }

    .footer-brand-subtitle {
      color: #999;
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
      max-width: 300px;
    }

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

    .footer-column:first-of-type {
      width: 173px;
      flex-basis: 173px;
    }

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

    .footer-column a,
    .footer-column a:link,
    .footer-column a:visited {
      color: #fff;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
      text-decoration: none;
      white-space: nowrap;
      transition: color 160ms ease;
    }

    .footer-column a:hover,
    .footer-column a:focus-visible {
      color: #4ce2f3;
      outline: none;
    }

    .copyright {
      margin: 0;
      font-size: 12px;
      line-height: normal;
      color: #999;
      font-family: "Lato", "Noto Sans SC", sans-serif;
      text-align: center;
      white-space: nowrap;
    }

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

    .footer-records {
      margin: 0;
      display: flex;
      align-items: center;
      gap: 20px;
      color: #999;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 12px;
      line-height: normal;
      white-space: nowrap;
    }

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

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

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

    .footer-meta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      flex-wrap: nowrap;
    }

    .footer-links {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: nowrap;
    }

    .footer-link,
    .footer-link:link,
    .footer-link:visited {
      color: #999;
      font-size: 12px;
      line-height: 1;
      text-decoration: none;
      font-family: "Lato", "Noto Sans SC", sans-serif;
      position: relative;
      white-space: nowrap;
      transition: color 0.2s ease, opacity 0.2s ease;
    }

    .footer-link:hover {
      color: #fff;
      opacity: 1;
    }

    .footer-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -3px;
      width: 100%;
      height: 1px;
      background: currentColor;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 0.2s ease;
    }

    .footer-link:hover::after,
    .footer-link:focus-visible::after {
      transform: scaleX(1);
    }

    .footer-link:focus-visible {
      color: #fff;
      opacity: 1;
      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;
    }

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

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

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

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

      .header-models {
        display: none;
      }

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

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

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

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

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

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

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

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

      .mobile-nav-link,
      .mobile-nav-link:link,
      .mobile-nav-link:visited {
        display: flex;
        width: 100%;
        height: 40px;
        align-items: center;
        padding: 0 20px;
        color: #fff;
        background: transparent;
        font-family: "Montserrat", "Lato", sans-serif;
        font-size: 14px;
        line-height: 1;
        text-align: left;
        text-decoration: none;
      }

      .mobile-nav-link.is-active {
        color: #4ce2f3;
      }

      .mobile-models-group {
        width: 100%;
        display: flex;
        flex-direction: column;
      }

      .mobile-models-group:not(.mobile-products-group):not(.mobile-resources-group) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 10px;
        padding: 0 12px 12px;
        background: #121212;
      }

      .mobile-models-group:not(.mobile-products-group):not(.mobile-resources-group) .mobile-models-title {
        grid-column: 1 / -1;
      }

      .mobile-models-title {
        color: #4ce2f3;
        font-weight: 600;
        pointer-events: none;
      }

      .mobile-model-link {
        padding-left: 36px !important;
        color: rgba(255, 255, 255, 0.82) !important;
        font-size: 13px !important;
      }

      .mobile-models-group:not(.mobile-products-group):not(.mobile-resources-group) .mobile-model-link {
        width: 100%;
        min-width: 0;
        height: 27px;
        padding: 0 7.5px !important;
        font-size: 12px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .mobile-model-link.is-active {
        color: #4ce2f3 !important;
      }

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

    @media (min-width: 0px) {
      .page {
        overflow: visible;
      }

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

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

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

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

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

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

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

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

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

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

      .pricing-section {
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: var(--p5-footer-gap);
      }

      .pricing-hero,
      .pricing-plans,
      .pricing-promo,
      .pricing-about-cta {
        width: 100%;
        max-width: 1280px;
      }

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

      .credit-card {
        width: 100%;
      }

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

      .pricing-promo {
        margin-top: 90px;
      }

      .pricing-about-cta {
        margin-top: 90px;
      }

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

      .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: visible;
        overflow-y: visible;
      }

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

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

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

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

      .ref-a {
        left: 0;
        top: 0;
      }

      .ref-b {
        left: 0;
        top: 254px;
      }

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

      .video-block {
        left: 1200px;
        top: 0;
      }

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

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

      .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,
      .video-block video {
        width: 480px;
        height: 267px;
      }

      .video-block {
        width: 480px;
      }

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

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

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

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

      .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-card {
        height: 426px;
        min-height: 426px;
        padding: 30px;
      }

      .template-card {
        height: 442px;
        min-height: 442px;
        padding: 30px;
      }

      .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: 340 / 183;
        object-fit: cover;
      }

      .template-img-wrap {
        aspect-ratio: 340 / 191;
      }

      .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: 1280px;
        margin: 0 auto;
      }
    }

    @media (max-width: 1280px) {
      .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: 1680px;
        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;
      }

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

      .pricing-section {
        width: min(100%, 375px);
        margin: 60px auto 24px;
      }

      .pricing-title-wrap,
      .pricing-plans-title {
        width: 100%;
        max-width: 347px;
      }

      .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 {
        width: 100%;
        max-width: 335px;
        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;
        width: 335px;
        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 {
        width: 335px;
        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 {
        width: 335px;
        max-height: 640px;
        margin: 0 auto;
      }

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

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

      .pricing-table th:first-child,
      .pricing-table td:first-child {
        min-width: 150px;
      }

      .pricing-promo {
        width: 335px;
        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%);
      }

      .pricing-view-more {
        width: 335px;
        height: 46px;
        margin-top: -1px;
        font-size: 13px;
      }

      .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;
        white-space: normal;
      }

      .pricing-promo-desc {
        width: 100%;
        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;
      }

      .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: calc(100% - 30px);
        max-width: 345px;
        height: 176px;
        min-height: 0;
        margin: 18px auto 56px;
        overflow: visible;
      }

      .hero-card {
        position: relative;
        width: 345px;
        height: 176px;
        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: 0;
        top: 0;
      }

      .ref-b {
        left: 0;
        top: 88px;
      }

      .ref-a img,
      .ref-b img {
        width: 72px;
        height: 72px;
        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: 257px;
        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: 257px;
        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: 88px;
        top: 0;
        width: 257px;
        gap: 5px;
      }

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

      .video-block img,
      .video-block video {
        width: 257px;
        height: 145px;
        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: auto;
        min-height: 540px;
        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: 375px;
        height: auto;
        min-height: 95px;
        gap: 10px;
        margin: 0 auto;
        padding-bottom: 10px;
      }

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

      .copyright {
        font-size: 9px;
      }

      .footer-meta {
        flex-wrap: wrap;
        gap: 8px 12px;
      }

      .footer-links {
        gap: 12px;
        justify-content: center;
        flex-wrap: wrap;
      }

      .footer-link {
        font-size: 9px;
      }
    }

    /* P2 按设计稿锁定：模块不换行，横向承载 */
    @media (min-width: 769px) {
      .p2 {
        margin-top: 0;
        overflow-x: hidden;
        overflow-y: visible;
        padding-bottom: 0;
      }

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

      .p2 .models-wrap {
        width: 1280px;
        height: 870px;
        margin: 0;
      }

      .p2 .video-model {
        width: 1280px;
        height: 550px;
        min-height: 550px;
      }

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

      .p2 .video-model .model-grid {
        width: 1220px;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 30px;
        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: 1280px;
        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: 440px;
      }

      .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 (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 .header-nav {
  overflow: visible;
  scrollbar-width: none;
}

.about-page .header-nav::-webkit-scrollbar {
  display: none;
}

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

.about-page .page {
  overflow: visible;
}

.btn-about-header,
.about-mini-btn,
.about-cta-btn {
  border: 0;
  background: #fff;
  color: #151524;
  font-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
  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;
}

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

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

.btn-about-header {
  min-width: 120px;
  height: 39px;
  padding: 0 30px;
  border-radius: 10px;
}

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

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

.about-content h1,
.about-content h2,
.about-content h3,
.about-content button,
.about-content a,
.about-content p,
.about-breadcrumb {
  font-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
}

.about-breadcrumb {
  width: 1280px;
  margin: 0 auto 47px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.about-breadcrumb a,
.about-breadcrumb a:visited {
  color: inherit;
  text-decoration: none;
}

.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: 460px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: #040404;
  overflow: hidden;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 20px;
  background: linear-gradient(270deg, rgba(4, 4, 4, 0) 0%, #040404 62.631%);
  pointer-events: none;
}

.about-hero-art {
  position: absolute;
  top: 0;
  left: 36.09375%;
  z-index: 0;
  display: block;
  width: 63.90625%;
  max-width: 818px;
  height: 460px;
  background: #040404;
  border-radius: 20px;
  object-fit: cover;
}

.about-hero-copy {
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 84px;
  width: 543px;
  padding-top: 0;
  color: #fff;
}

.about-hero-copy h1,
.about-who-copy h2,
.about-why h2,
.about-mission h2,
.about-faq h2,
.about-cta-copy h2 {
  color: #ffffff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}

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

.about-panel {
  margin-top: 97px;
  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;
  gap: 0;
}

.about-rich-copy {
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

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

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

.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, background 220ms ease;
}

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

.about-why-card:hover,
.about-why-card:focus-within {
  transform: translateY(-4px);
  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);
}

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

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

.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;
  letter-spacing: 0;
}

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

.about-mission {
  margin-top: 119px;
  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 {
  height: 260px;
  padding: 30px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  color: #ffffff;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.about-mission-card:hover,
.about-mission-card:focus-within {
  transform: translateY(-4px);
  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);
}

.about-mission-card img {
  width: 36px;
  height: 36px;
  display: block;
}

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

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

.about-faq {
  width: 1000px;
  margin-top: 120px;
  height: 560px;
  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-family: "Montserrat", "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  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: #c8c8c8;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.about-cta {
  position: relative;
  height: 260px;
  margin-top: 161px;
  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;
  letter-spacing: 0;
}

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

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

@media (max-width: 1320px) {
  .about-breadcrumb,
  .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;
  }

  .btn-about-header {
    min-width: 96px;
    height: 36px;
    padding: 0 18px;
    font-size: 14px;
  }

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

  .about-faq-item {
    font-size: 16px;
  }
}

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

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

  .about-breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
  }

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

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

  .about-hero-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding-top: 0;
  }

  .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-who-copy {
    gap: 0;
  }

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

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

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

  .about-faq {
    margin-top: 70px;
    height: 520px;
  }

  .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 {
    font-size: 20px;
    line-height: 26px;
  }

  .about-mission-card {
    height: auto;
    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: 95px;
    margin-top: 36px;
  }
}


/* Final About color fidelity overrides */
.about-page .reveal-section {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.about-page .header-tab,
.about-page .header-tab:link,
.about-page .header-tab:visited {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.about-page .header-tab.is-active,
.about-page .header-tab.is-active:link,
.about-page .header-tab.is-active:visited {
  color: #4ce2f3 !important;
  -webkit-text-fill-color: #4ce2f3 !important;
}

.about-page .about-breadcrumb,
.about-page .about-breadcrumb a,
.about-page .about-breadcrumb span,
.about-page .about-hero-copy h1,
.about-page .about-hero-copy p,
.about-page .about-who-copy h2,
.about-page .about-rich-copy,
.about-page .about-rich-copy p,
.about-page .about-why h2,
.about-page .about-why-copy h3,
.about-page .about-why-copy p,
.about-page .about-mission h2,
.about-page .about-mission-card h3,
.about-page .about-mission-card p,
.about-page .about-faq h2,
.about-page .about-faq-question,
.about-page .about-faq-answer p,
.about-page .about-cta-copy h2,
.about-page .about-cta-copy p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

.about-page .about-hero-copy p,
.about-page .about-rich-copy,
.about-page .about-rich-copy p,
.about-page .about-why-copy p,
.about-page .about-mission-card p,
.about-page .about-faq-answer p,
.about-page .about-cta-copy p {
  color: #c8c8c8 !important;
  -webkit-text-fill-color: #c8c8c8 !important;
}

.about-page .about-breadcrumb,
.about-page .about-breadcrumb a,
.about-page .about-breadcrumb span,
.about-page .about-hero-copy p,
.about-page .about-rich-copy,
.about-page .about-rich-copy p,
.about-page .about-why-copy p,
.about-page .about-mission-card p {
  font-weight: 400 !important;
}

.about-page .about-hero-copy h1,
.about-page .about-who-copy h2,
.about-page .about-why h2,
.about-page .about-why-copy h3,
.about-page .about-mission h2,
.about-page .about-mission-card h3,
.about-page .about-faq h2,
.about-page .about-faq-question,
.about-page .about-cta-copy h2 {
  font-weight: 700 !important;
}

.about-page .about-faq-answer p {
  font-weight: 400 !important;
}

.about-page .about-cta-copy p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.about-page .about-cta-copy p {
  font-weight: 600 !important;
}

.about-page .btn-about-header,
.about-page .about-mini-btn,
.about-page .about-cta-btn {
  color: #151524 !important;
  -webkit-text-fill-color: #151524 !important;
  font-weight: 500 !important;
}

.about-page .about-footer .copyright,
.about-page .about-footer .footer-link,
.about-page .about-footer .footer-link:link,
.about-page .about-footer .footer-link:visited {
  color: #999999 !important;
  -webkit-text-fill-color: #999999 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.legal-page .page {
  overflow: visible;
}

.legal-page .page-content,
.legal-content {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100vh;
  margin: 0;
  padding: 140px 20px 0;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 0, rgba(76, 226, 243, 0.16), transparent 420px),
    #040404;
  font-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
}

.legal-section {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.legal-heading {
  margin-bottom: 28px;
}

.legal-kicker,
.legal-kicker:visited {
  display: inline-flex;
  margin-bottom: 16px;
  color: #4ce2f3;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.legal-heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.legal-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  padding: clamp(24px, 4vw, 48px);
}

.legal-doc-body {
  color: #d5d5d5;
  font-family: "Lato", "Noto Sans SC", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
}

.legal-doc-body h2,
.legal-doc-body h3,
.legal-doc-body h4,
.legal-doc-body p,
.legal-doc-body ul {
  margin: 0;
}

.legal-doc-body h2 {
  margin-top: 36px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
}

.legal-doc-body h2:first-child {
  margin-top: 0;
}

.legal-doc-body h3 {
  margin-top: 26px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.legal-doc-body h4 {
  margin-top: 20px;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.legal-doc-body p {
  margin-top: 12px;
}

.legal-doc-body ul {
  margin-top: 10px;
  padding-left: 24px;
  list-style: disc;
}

.legal-doc-body li {
  margin-top: 8px;
  padding-left: 4px;
}

.legal-doc-body .legal-list-level-1 {
  margin-left: 24px;
  list-style-type: circle;
}

.legal-doc-body .legal-list-level-2,
.legal-doc-body .legal-list-level-3 {
  margin-left: 48px;
  list-style-type: square;
}

.legal-doc-body strong {
  color: #ffffff;
  font-weight: 700;
}

.legal-doc-body em {
  font-style: italic;
}

.legal-doc-body u {
  text-underline-offset: 3px;
}

.legal-page .legal-footer {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .legal-page .page-content,
  .legal-content {
    padding: 104px 16px 0;
  }

  .legal-heading {
    margin-bottom: 20px;
  }

  .legal-card {
    border-radius: 18px;
  }

  .legal-doc-body {
    font-size: 13px;
    line-height: 1.7;
  }

  .legal-doc-body h2 {
    margin-top: 28px;
    font-size: 22px;
  }

  .legal-doc-body h3 {
    margin-top: 22px;
    font-size: 17px;
  }

  .legal-doc-body h4 {
    font-size: 15px;
  }

  .legal-page .legal-footer {
    margin-top: 48px;
  }
}

/* Pricing mobile layout fixes */
@media (max-width: 768px) {
  .pricing-page .page-content {
    width: 100%;
    max-width: none;
    padding: calc(84px + var(--promo-header-offset)) 16px 28px;
    overflow: visible;
  }

  .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,
  .pricing-page .pricing-about-cta {
    width: 100%;
    max-width: 335px;
  }

  .pricing-page .credit-card {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

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

  .pricing-page .pricing-about-cta-copy p {
    width: 100%;
    font-size: 14px;
    line-height: 1.35;
  }

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

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

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

  .pricing-page .pricing-promo {
    box-sizing: border-box;
  }

  .pricing-page .footer {
    width: 100%;
    max-width: 375px;
  }
}

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

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

  html[lang="en"] .header-nav,
  html[lang="en"] .header-actions {
    display: none;
  }

  html[lang="en"] .logo {
    width: 108px;
    max-width: 108px;
  }

  html[lang="en"] .logo-image {
    max-width: 108px;
  }

  html[lang="en"] .mobile-nav-toggle {
    display: inline-flex;
  }

  html[lang="en"] .mobile-nav-panel {
    top: 60px;
  }
}

@media (max-width: 768px) {
  html[lang="en"] .about-page .about-hero {
    height: 520px;
    background: #040404;
  }

  html[lang="en"] .about-page .about-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    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%);
    pointer-events: none;
  }

  html[lang="en"] .about-page .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%);
  }

  html[lang="en"] .about-page .about-hero-art {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 260px;
    top: 230px;
    object-position: center;
  }

  html[lang="en"] .about-page .about-hero-copy {
    position: relative;
    z-index: 3;
    left: auto;
    top: auto;
    width: 100%;
    padding: 28px 22px 0;
  }

  html[lang="en"] .about-page .about-hero-copy h1,
  html[lang="en"] .about-page .about-who-copy h2,
  html[lang="en"] .about-page .about-why h2,
  html[lang="en"] .about-page .about-mission h2,
  html[lang="en"] .about-page .about-faq h2,
  html[lang="en"] .about-page .about-cta-copy h2,
  html[lang="en"] .sec-title,
  html[lang="en"] .hero-title-wrap .sec-title,
  html[lang="en"] .p2 .sec-title,
  html[lang="en"] .p3 .sec-title,
  html[lang="en"] .p4 .sec-title,
  html[lang="en"] .home-about-cta-copy h2,
  html[lang="en"] .cta h2,
  html[lang="en"] .pricing-title-wrap .sec-title,
  html[lang="en"] .pricing-plans-title .sec-title,
  html[lang="en"] .pricing-about-cta-copy h2,
  html[lang="en"] .legal-heading h1,
  html[lang="en"] .legal-doc-body h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  html[lang="en"] .home-page .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }


  html[lang="en"] .home-page .hero-card-shell {
    width: 345px;
    max-width: 345px;
    height: 176px;
    min-height: 0;
    margin: 24px auto 56px;
    overflow: visible;
  }

  html[lang="en"] .home-page .hero-card {
    position: relative;
    width: 345px;
    height: 176px;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  html[lang="en"] .home-page .hero-links,
  html[lang="en"] .home-page .dot {
    display: none;
  }

  html[lang="en"] .home-page .ref-block,
  html[lang="en"] .home-page .video-block {
    gap: 5px;
  }

  html[lang="en"] .home-page .ref-block label,
  html[lang="en"] .home-page .video-block label {
    width: 100%;
    font-size: 9px;
    line-height: 1;
  }

  html[lang="en"] .home-page .ref-a {
    left: 0;
    top: 0;
  }

  html[lang="en"] .home-page .ref-b {
    left: 0;
    top: 88px;
  }

  html[lang="en"] .home-page .ref-a img,
  html[lang="en"] .home-page .ref-b img {
    width: 72px;
    height: 72px;
    border-radius: 10px;
  }

  html[lang="en"] .home-page .video-block {
    left: 88px;
    top: 0;
    width: 257px;
  }

  html[lang="en"] .home-page .video-block label {
    width: 257px;
    font-size: 9px;
  }

  html[lang="en"] .home-page .video-block video {
    width: 257px;
    height: 145px;
    border-radius: 10px;
  }
}

/* English Seedance page */
.seedance-page,
.seedance-page .page {
  background: #040404;
}

.seedance-page .seedance-content {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  overflow: hidden;
  background: #040404;
}

.seedance-page .seedance-breadcrumb,
.seedance-page .seedance-hero,
.seedance-page .seedance-workflow,
.seedance-page .seedance-version,
.seedance-page .seedance-scenes,
.seedance-page .seedance-more,
.seedance-page .seedance-cta {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.seedance-page .seedance-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.seedance-page .seedance-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.seedance-page .seedance-breadcrumb strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}

.seedance-page .seedance-hero {
  position: relative;
  height: 620px;
  margin-top: 43px;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
}

.seedance-page .seedance-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.seedance-page .seedance-hero-video {
  opacity: 0;
  z-index: 2;
}

.seedance-page .seedance-hero.is-video-ready .seedance-hero-video {
  opacity: 1;
}

.seedance-page .seedance-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 1;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.seedance-page .seedance-hero.is-video-ready .seedance-hero-copy {
  opacity: 1;
}

.seedance-page .seedance-hero-copy h1 {
  position: absolute;
  left: 50%;
  top: 200px;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.seedance-page .seedance-hero-copy > p {
  position: absolute;
  left: 50%;
  top: 298px;
  width: 760px;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.seedance-page .seedance-badge {
  position: absolute;
  left: calc(50% + 230px);
  top: 200px;
  padding: 8px 20px;
  border-radius: 20px;
  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-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.seedance-page .seedance-hero-prompt {
  position: absolute;
  left: 124px;
  right: 104px;
  bottom: 30px;
  min-height: 66px;
  padding: 9px 9px 9px 10px;
  border: 1px solid #313136;
  border-radius: 12px;
  background: rgba(31, 31, 33, 0.8);
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}

.seedance-page .seedance-hero-prompt span {
  width: 800px;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 14px;
  line-height: normal;
}

.seedance-page .seedance-hero-prompt button,
.seedance-page .seedance-cta-copy button {
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #151524;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.seedance-page .seedance-hero-prompt button {
  flex: 0 0 202px;
}

.seedance-page .seedance-hero-prompt button:hover,
.seedance-page .seedance-hero-prompt button:focus-visible,
.seedance-page .seedance-cta-copy button:hover,
.seedance-page .seedance-cta-copy button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  outline: none;
}

.seedance-page .seedance-workflow {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.seedance-page .seedance-model-intro {
  width: 1000px;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.seedance-page .seedance-core {
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.seedance-page .seedance-core h2,
.seedance-page .seedance-section-heading h2,
.seedance-page .seedance-scenes h2,
.seedance-page .seedance-more h2,
.seedance-page .seedance-faq h2,
.seedance-page .seedance-cta-copy h2 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.seedance-page .seedance-core-grid {
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 40px;
}

.seedance-page .seedance-core-card {
  width: 620px;
  min-height: 164px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 30px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  color: #aaa;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.seedance-page .seedance-core-card:hover,
.seedance-page .seedance-core-card:focus-within,
.seedance-page .seedance-version-row:hover {
  border-color: transparent;
  background: linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box, linear-gradient(135deg, #666 0%, #333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-4px);
}

.seedance-page .seedance-core-icon {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.seedance-page .seedance-core-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.seedance-page .seedance-core-card p {
  margin: 0;
  color: #aaa;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.seedance-page .seedance-version,
.seedance-page .seedance-scenes,
.seedance-page .seedance-more,
.seedance-page .seedance-faq,
.seedance-page .seedance-cta {
  margin-top: 120px;
}

.seedance-page .seedance-section-heading {
  width: 892px;
  max-width: 100%;
  margin: 0 auto 60px;
}

.seedance-page .seedance-version-table {
  width: 100%;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.seedance-page .seedance-version-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: -1px;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.seedance-page .seedance-version-row > div {
  min-height: 40px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seedance-page .seedance-version-head > div {
  min-height: 62px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.seedance-page .seedance-version-row:not(.seedance-version-head) > div:nth-child(2) {
  opacity: 0.6;
}

.seedance-page .seedance-scenes {
  text-align: center;
}

.seedance-page .seedance-scenes-grid {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.seedance-page .seedance-scene-card {
  position: relative;
  width: 400px;
  height: 580px;
  margin: 0;
  border: 1px solid #333;
  border-radius: 20px;
  background: #111;
  overflow: hidden;
  flex: 0 0 400px;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.seedance-page .seedance-scene-card:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-4px);
}

.seedance-page .seedance-scene-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  transition: transform 260ms ease, filter 260ms ease;
}

.seedance-page .seedance-scene-card:hover img {
  filter: saturate(1.08) brightness(1.05);
  transform: scale(1.03);
}

.seedance-page .seedance-scene-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 49%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(0, 0, 0, 0.7) 56%);
  pointer-events: none;
}

.seedance-page .seedance-scene-copy {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 60px;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.seedance-page .seedance-scene-copy h3 {
  width: 320px;
  margin: 0 auto;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.seedance-page .seedance-scene-copy p {
  width: 320px;
  max-width: 100%;
  margin: 10px auto 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.seedance-page .seedance-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.seedance-page .seedance-more-list {
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}

.seedance-page .seedance-more-pill {
  min-width: 128px;
  height: 40px;
  padding: 0 30px;
  border: 1px solid #666;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

.seedance-page .seedance-more-pill.is-highlighted {
  border-color: #fff;
  background: #fff;
  color: #151524;
}

.seedance-page .seedance-more-pill.is-highlighted::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.seedance-page .seedance-faq {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  text-align: center;
}

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

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

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

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

.seedance-page .seedance-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-family: "Montserrat", "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  pointer-events: none;
}

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

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

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

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

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

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

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

.seedance-page .seedance-faq-answer p {
  width: 954px;
  max-width: 100%;
  margin: 0;
  color: #c8c8c8;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.seedance-page .seedance-cta {
  position: relative;
  height: 260px;
  border: 1px solid #111;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #040608;
}

.seedance-page .seedance-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

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

.seedance-page .seedance-cta-copy {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.seedance-page .seedance-cta-copy p {
  margin: -10px 0 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  line-height: normal;
}

.seedance-page .seedance-cta-copy button {
  min-width: 160px;
  padding: 0 40px;
  color: #040000;
}

.seedance-page .seedance-footer {
  position: relative;
  top: auto;
  left: auto;
  width: 1280px;
  max-width: 100%;
  height: 344px;
  margin: 120px auto 0;
}

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

  .seedance-page .seedance-core,
  .seedance-page .seedance-core-grid,
  .seedance-page .seedance-more-list {
    width: 100%;
  }

  .seedance-page .seedance-core-card {
    width: calc((100% - 40px) / 2);
  }

  .seedance-page .seedance-hero-prompt {
    left: 9.7%;
    right: 8.1%;
  }

  .seedance-page .seedance-hero-prompt span {
    width: auto;
    flex: 1 1 auto;
  }
}

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

  .seedance-page .seedance-breadcrumb,
  .seedance-page .seedance-hero,
  .seedance-page .seedance-workflow,
  .seedance-page .seedance-version,
  .seedance-page .seedance-scenes,
  .seedance-page .seedance-more,
  .seedance-page .seedance-cta,
  .seedance-page .seedance-footer {
    width: calc(100% - 30px);
    max-width: 375px;
  }

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

  .seedance-page .seedance-hero-copy h1 {
    top: 70px;
    font-size: 34px;
    line-height: 42px;
  }

  .seedance-page .seedance-hero-copy > p {
    top: 120px;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
  }

  .seedance-page .seedance-badge {
    left: calc(50% + 96px);
    top: 72px;
    padding: 5px 12px;
    border-radius: 14px;
    font-size: 11px;
    line-height: 16px;
  }

  .seedance-page .seedance-hero-prompt {
    left: 12px;
    right: 12px;
    bottom: 12px;
    min-height: 48px;
    padding: 4px;
    border-radius: 8px;
    gap: 6px;
  }

  .seedance-page .seedance-hero-prompt span {
    font-size: 9px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .seedance-page .seedance-hero-prompt button {
    flex-basis: 116px;
    height: 36px;
    border-radius: 8px;
    font-size: 12px;
  }

  .seedance-page .seedance-workflow {
    margin-top: 70px;
    gap: 40px;
  }

  .seedance-page .seedance-model-intro,
  .seedance-page .seedance-core,
  .seedance-page .seedance-core-grid {
    width: 335px;
  }

  .seedance-page .seedance-model-intro {
    font-size: 13px;
    line-height: 20px;
  }

  .seedance-page .seedance-core {
    gap: 28px;
  }

  .seedance-page .seedance-core h2,
  .seedance-page .seedance-section-heading h2,
  .seedance-page .seedance-scenes h2,
  .seedance-page .seedance-more h2,
  .seedance-page .seedance-faq h2,
  .seedance-page .seedance-cta-copy h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .seedance-page .seedance-core-grid {
    flex-direction: column;
    gap: 16px;
  }

  .seedance-page .seedance-core-card {
    width: 335px;
    min-height: 0;
    padding: 20px;
    border-radius: 14px;
    gap: 8px;
  }

  .seedance-page .seedance-core-icon {
    width: 36px;
    height: 36px;
  }

  .seedance-page .seedance-core-card h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .seedance-page .seedance-core-card p {
    font-size: 13px;
    line-height: 20px;
  }

  .seedance-page .seedance-version,
  .seedance-page .seedance-scenes,
  .seedance-page .seedance-more,
  .seedance-page .seedance-faq,
  .seedance-page .seedance-cta,
  .seedance-page .seedance-footer {
    margin-top: 70px;
  }

  .seedance-page .seedance-section-heading {
    width: 335px;
    margin-bottom: 28px;
  }

  .seedance-page .seedance-version-table {
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 18px;
  }

  .seedance-page .seedance-version-row {
    width: 600px;
    grid-template-columns: 180px 180px 240px;
  }

  .seedance-page .seedance-scenes-grid {
    margin-top: 28px;
    gap: 16px;
  }

  .seedance-page .seedance-scene-card {
    width: 335px;
    height: 486px;
    border-radius: 16px;
    flex-basis: 335px;
  }

  .seedance-page .seedance-scene-copy {
    left: 24px;
    right: 24px;
    bottom: 44px;
  }

  .seedance-page .seedance-scene-copy h3,
  .seedance-page .seedance-scene-copy p {
    width: 260px;
  }

  .seedance-page .seedance-scene-copy h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .seedance-page .seedance-scene-copy p {
    font-size: 13px;
    line-height: 20px;
  }

  .seedance-page .seedance-more {
    gap: 28px;
  }

  .seedance-page .seedance-more-list {
    width: 335px;
    gap: 12px;
  }

  .seedance-page .seedance-more-pill {
    min-width: 0;
    height: 34px;
    padding: 0 16px;
    font-size: 12px;
  }

  .seedance-page .seedance-faq {
    width: 335px;
    height: auto;
  }

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

  .seedance-page .seedance-faq-question {
    padding: 0;
    font-size: 13px;
    line-height: 18px;
  }

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

  .seedance-page .seedance-faq-answer {
    padding: 0;
  }

  .seedance-page .seedance-faq-answer p {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .seedance-page .seedance-cta {
    height: 300px;
    border-radius: 16px;
  }

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

  .seedance-page .seedance-cta-copy p {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .seedance-page .seedance-cta-copy button {
    height: 36px;
    min-width: 0;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 13px;
  }

  .seedance-page .seedance-footer {
    height: auto;
    min-height: 260px;
  }
}

/* English GPT Image page */
.gpt-image-page,
.gpt-image-page .page {
  background: #040404;
}

.gpt-image-page .gpt-image-content {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  overflow: hidden;
  background: #040404;
}

.gpt-image-page .gpt-image-breadcrumb,
.gpt-image-page .gpt-image-intro,
.gpt-image-page .gpt-image-version,
.gpt-image-page .gpt-image-scenes,
.gpt-image-page .gpt-image-more,
.gpt-image-page .gpt-image-cta {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.gpt-image-page .gpt-image-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.gpt-image-page .gpt-image-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.gpt-image-page .gpt-image-breadcrumb strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}

.gpt-image-page .gpt-image-hero {
  position: relative;
  width: 100vw;
  max-width: none;
  height: 620px;
  margin: 43px calc(50% - 50vw) 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.gpt-image-page .gpt-image-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at center, rgba(4, 4, 4, 0.12) 0%, rgba(4, 4, 4, 0.68) 100%);
  pointer-events: none;
}

.gpt-image-page .gpt-hero-gallery {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.6;
  overflow: hidden;
  pointer-events: none;
}

.gpt-image-page .gpt-hero-gallery-track {
  height: 100%;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 20px;
  animation: gptImageGalleryScroll 46s linear infinite;
}

.gpt-image-page .gpt-gallery-set {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

.gpt-image-page .gpt-hero-gallery img {
  width: 440px;
  border: 1px solid #666;
  border-radius: 30px;
  display: block;
  object-fit: cover;
}

.gpt-image-page .gpt-hero-gallery img.is-tall {
  height: 620px;
}

.gpt-image-page .gpt-gallery-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 440px;
}

.gpt-image-page .gpt-gallery-stack img {
  width: 440px;
  height: 300px;
}

.gpt-image-page .gpt-image-badge {
  position: absolute;
  left: 100%;
  top: -18px;
  z-index: 1;
  margin-left: 12px;
  padding: 8px 20px;
  border-radius: 20px;
  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-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.gpt-image-page .gpt-image-title-line {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}

.gpt-image-page .gpt-image-hero-copy {
  position: absolute;
  left: 50%;
  top: 232px;
  z-index: 2;
  width: 760px;
  padding: 0 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  transform: translateX(-50%);
}

.gpt-image-page .gpt-image-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.gpt-image-page .gpt-image-hero-copy p {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.gpt-image-page .gpt-image-primary-btn,
.gpt-image-page .gpt-image-scene-copy button,
.gpt-image-page .gpt-image-cta-copy button {
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #151524;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.gpt-image-page .gpt-image-primary-btn,
.gpt-image-page .gpt-image-cta-copy button {
  padding: 0 40px;
}

.gpt-image-page .gpt-image-primary-btn:hover,
.gpt-image-page .gpt-image-primary-btn:focus-visible,
.gpt-image-page .gpt-image-scene-copy button:hover,
.gpt-image-page .gpt-image-scene-copy button:focus-visible,
.gpt-image-page .gpt-image-cta-copy button:hover,
.gpt-image-page .gpt-image-cta-copy button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  outline: none;
}

.gpt-image-page .gpt-image-intro {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.gpt-image-page .gpt-image-intro-copy {
  width: 1000px;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.gpt-image-page .gpt-image-core {
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.gpt-image-page .gpt-image-core h2,
.gpt-image-page .gpt-image-section-heading h2,
.gpt-image-page .gpt-image-scenes h2,
.gpt-image-page .gpt-image-more h2,
.gpt-image-page .gpt-image-faq h2,
.gpt-image-page .gpt-image-cta-copy h2 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.gpt-image-page .gpt-image-core-grid {
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px 40px;
}

.gpt-image-page .gpt-image-core-card {
  width: 620px;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 30px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  color: #aaa;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.gpt-image-page .gpt-image-core-card:hover,
.gpt-image-page .gpt-image-core-card:focus-within,
.gpt-image-page .gpt-image-version-row:hover {
  border-color: transparent;
  background: linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box, linear-gradient(135deg, #666 0%, #333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-4px);
}

.gpt-image-page .gpt-image-core-icon {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.gpt-image-page .gpt-image-core-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.gpt-image-page .gpt-image-core-card p {
  margin: 0;
  color: #aaa;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.gpt-image-page .gpt-image-version,
.gpt-image-page .gpt-image-scenes,
.gpt-image-page .gpt-image-more,
.gpt-image-page .gpt-image-faq,
.gpt-image-page .gpt-image-cta {
  margin-top: 120px;
}

.gpt-image-page .gpt-image-section-heading {
  width: 892px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.gpt-image-page .gpt-image-version-table {
  width: 100%;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.gpt-image-page .gpt-image-version-row {
  display: grid;
  grid-template-columns: 360px 400px 1fr;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: -1px;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.gpt-image-page .gpt-image-version-row > div {
  min-height: 40px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gpt-image-page .gpt-image-version-head > div {
  min-height: 62px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.gpt-image-page .gpt-image-version-row:not(.gpt-image-version-head) > div:nth-child(2) {
  opacity: 0.6;
}

.gpt-image-page .gpt-image-scenes {
  text-align: center;
}

.gpt-image-page .gpt-image-scene-grid {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 26px;
}

.gpt-image-page .gpt-image-scene-card {
  position: relative;
  width: 300px;
  height: 530px;
  border: 1px solid #333;
  border-radius: 20px;
  background: #111;
  overflow: hidden;
  flex: 0 0 300px;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.gpt-image-page .gpt-image-scene-card:hover,
.gpt-image-page .gpt-image-scene-card:focus-within {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-4px);
}

.gpt-image-page .gpt-image-scene-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  transition: transform 260ms ease, filter 260ms ease;
}

.gpt-image-page .gpt-image-scene-card:hover img,
.gpt-image-page .gpt-image-scene-card:focus-within img {
  filter: saturate(1.08) brightness(1.05);
  transform: scale(1.03);
}

.gpt-image-page .gpt-image-scene-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 49%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(0, 0, 0, 0.7) 56%);
  pointer-events: none;
}

.gpt-image-page .gpt-image-scene-copy {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 60px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-align: center;
}

.gpt-image-page .gpt-image-scene-copy h3 {
  width: 260px;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.gpt-image-page .gpt-image-scene-copy button {
  padding: 0 30px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.gpt-image-page .gpt-image-scene-card:hover .gpt-image-scene-copy button,
.gpt-image-page .gpt-image-scene-card:focus-within .gpt-image-scene-copy button {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.gpt-image-page .gpt-image-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.gpt-image-page .gpt-image-more-list {
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}

.gpt-image-page .gpt-image-more-pill {
  min-width: 128px;
  height: 40px;
  padding: 0 30px;
  border: 1px solid #666;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

.gpt-image-page .gpt-image-more-pill.is-highlighted {
  border-color: #fff;
  background: #fff;
  color: #151524;
}

.gpt-image-page .gpt-image-more-pill.is-highlighted::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.gpt-image-page .gpt-image-faq {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 560px;
  text-align: center;
}

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

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

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

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

.gpt-image-page .gpt-image-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-family: "Montserrat", "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  pointer-events: none;
}

.gpt-image-page .gpt-image-faq-question:focus-visible {
  outline: none;
}

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

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

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

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

.gpt-image-page .gpt-image-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-image-page .gpt-image-faq-item.is-open .gpt-image-faq-answer {
  margin-top: 10px;
  opacity: 1;
}

.gpt-image-page .gpt-image-faq-answer p {
  width: 954px;
  max-width: 100%;
  margin: 0;
  color: #c8c8c8;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.gpt-image-page .gpt-image-cta {
  position: relative;
  height: 260px;
  border: 1px solid #111;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #040608;
}

.gpt-image-page .gpt-image-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gpt-image-page .gpt-image-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-image-page .gpt-image-cta-copy {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.gpt-image-page .gpt-image-cta-copy p {
  margin: -10px 0 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  line-height: normal;
}

.gpt-image-page .gpt-image-cta-copy button {
  min-width: 160px;
  padding: 0 40px;
  color: #040000;
}

.gpt-image-page .gpt-image-footer {
  position: relative;
  top: auto;
  left: auto;
  width: 1280px;
  max-width: 100%;
  height: 344px;
  margin: 120px auto 0;
}

@keyframes gptImageGalleryScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 10px));
  }
}

@media (max-width: 1320px) {
  .gpt-image-page .gpt-image-breadcrumb,
  .gpt-image-page .gpt-image-intro,
  .gpt-image-page .gpt-image-version,
  .gpt-image-page .gpt-image-scenes,
  .gpt-image-page .gpt-image-more,
  .gpt-image-page .gpt-image-cta,
  .gpt-image-page .gpt-image-footer {
    width: calc(100% - 48px);
  }

  .gpt-image-page .gpt-image-core,
  .gpt-image-page .gpt-image-core-grid,
  .gpt-image-page .gpt-image-more-list {
    width: 100%;
  }

  .gpt-image-page .gpt-image-core-card {
    width: calc((100% - 40px) / 2);
  }

  .gpt-image-page .gpt-image-scene-grid {
    justify-content: center;
  }
}

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

  .gpt-image-page .gpt-image-breadcrumb,
  .gpt-image-page .gpt-image-intro,
  .gpt-image-page .gpt-image-version,
  .gpt-image-page .gpt-image-scenes,
  .gpt-image-page .gpt-image-more,
  .gpt-image-page .gpt-image-cta,
  .gpt-image-page .gpt-image-footer {
    width: calc(100% - 30px);
    max-width: 375px;
  }

  .gpt-image-page .gpt-image-hero {
    height: 300px;
    margin-top: 44px;
  }

  .gpt-image-page .gpt-hero-gallery-track,
  .gpt-image-page .gpt-gallery-set {
    gap: 12px;
  }

  .gpt-image-page .gpt-hero-gallery img {
    width: 129px;
    border-radius: 14px;
  }

  .gpt-image-page .gpt-hero-gallery img.is-tall {
    height: 300px;
  }

  .gpt-image-page .gpt-gallery-stack {
    gap: 12px;
    flex-basis: 129px;
  }

  .gpt-image-page .gpt-gallery-stack img {
    width: 129px;
    height: 144px;
  }

  .gpt-image-page .gpt-image-title-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
  }

  .gpt-image-page .gpt-image-badge {
    position: static;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 5px 12px;
    border-radius: 14px;
    font-size: 11px;
    line-height: 16px;
    flex-shrink: 0;
  }

  .gpt-image-page .gpt-image-hero-copy {
    top: 56px;
    width: calc(100% - 30px);
    padding: 0 16px;
    gap: 10px;
  }

  .gpt-image-page .gpt-image-hero-copy h1 {
    font-size: 28px;
    line-height: 34px;
    white-space: normal;
    text-align: center;
    max-width: 100%;
  }

  .nano-banana-page .gpt-image-hero-copy h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .dreamina-page .gpt-image-hero-copy h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .gpt-image-page .gpt-image-hero-copy p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
  }

  .gpt-image-page .gpt-image-primary-btn {
    height: 36px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 13px;
  }

  .gpt-image-page .gpt-image-intro {
    margin-top: 70px;
    gap: 40px;
  }

  .gpt-image-page .gpt-image-intro-copy,
  .gpt-image-page .gpt-image-core,
  .gpt-image-page .gpt-image-core-grid {
    width: 335px;
  }

  .gpt-image-page .gpt-image-intro-copy {
    font-size: 13px;
    line-height: 20px;
  }

  .gpt-image-page .gpt-image-core {
    gap: 28px;
  }

  .gpt-image-page .gpt-image-core h2,
  .gpt-image-page .gpt-image-section-heading h2,
  .gpt-image-page .gpt-image-scenes h2,
  .gpt-image-page .gpt-image-more h2,
  .gpt-image-page .gpt-image-faq h2,
  .gpt-image-page .gpt-image-cta-copy h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .gpt-image-page .gpt-image-core-grid {
    flex-direction: column;
    gap: 16px;
  }

  .gpt-image-page .gpt-image-core-card {
    width: 335px;
    min-height: 0;
    padding: 20px;
    border-radius: 14px;
    gap: 8px;
  }

  .gpt-image-page .gpt-image-core-icon {
    width: 36px;
    height: 36px;
  }

  .gpt-image-page .gpt-image-core-card h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .gpt-image-page .gpt-image-core-card p {
    font-size: 13px;
    line-height: 20px;
  }

  .gpt-image-page .gpt-image-version,
  .gpt-image-page .gpt-image-scenes,
  .gpt-image-page .gpt-image-more,
  .gpt-image-page .gpt-image-faq,
  .gpt-image-page .gpt-image-cta,
  .gpt-image-page .gpt-image-footer {
    margin-top: 70px;
  }

  .gpt-image-page .gpt-image-section-heading {
    width: 335px;
    margin-bottom: 28px;
  }

  .gpt-image-page .gpt-image-version-table {
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 18px;
  }

  .gpt-image-page .gpt-image-version-row {
    width: 720px;
    grid-template-columns: 160px 280px 280px;
  }

  .gpt-image-page .gpt-image-version-row > div {
    min-height: 38px;
    padding: 9px 10px;
  }

  .gpt-image-page .gpt-image-scenes {
    text-align: center;
  }

  .gpt-image-page .gpt-image-scene-grid {
    margin-top: 28px;
    gap: 16px;
  }

  .gpt-image-page .gpt-image-scene-card {
    width: 335px;
    height: 486px;
    border-radius: 16px;
    flex-basis: 335px;
  }

  .gpt-image-page .gpt-image-scene-copy {
    left: 24px;
    right: 24px;
    bottom: 44px;
  }

  .gpt-image-page .gpt-image-scene-copy h3 {
    width: 260px;
    font-size: 20px;
    line-height: 26px;
  }

  .gpt-image-page .gpt-image-scene-copy button {
    height: 36px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 13px;
  }

  .gpt-image-page .gpt-image-more {
    gap: 28px;
  }

  .gpt-image-page .gpt-image-more-list {
    width: 335px;
    gap: 12px;
  }

  .gpt-image-page .gpt-image-more-pill {
    min-width: 0;
    height: 34px;
    padding: 0 16px;
    font-size: 12px;
  }

  .gpt-image-page .gpt-image-faq {
    width: 335px;
    height: 520px;
  }

  .gpt-image-page .gpt-image-faq-list {
    margin-top: 28px;
    gap: 12px;
  }

  .gpt-image-page .gpt-image-faq-question {
    padding: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .gpt-image-page .gpt-image-faq-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .gpt-image-page .gpt-image-faq-answer {
    padding: 0;
  }

  .gpt-image-page .gpt-image-faq-answer p {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .gpt-image-page .gpt-image-cta {
    height: 300px;
    border-radius: 16px;
  }

  .gpt-image-page .gpt-image-cta-copy {
    width: 90%;
    gap: 14px;
  }

  .gpt-image-page .gpt-image-cta-copy p {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .gpt-image-page .gpt-image-cta-copy button {
    height: 36px;
    min-width: 0;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 13px;
  }

  .gpt-image-page .gpt-image-footer {
    height: auto;
    min-height: 260px;
  }
}

/* English Gemini page */
.gemini-page,
.gemini-page .page {
  background: #040404;
}

.gemini-page .gemini-content {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  overflow: hidden;
  background: #040404;
}

.gemini-page .gemini-breadcrumb,
.gemini-page .gemini-hero,
.gemini-page .gemini-stats,
.gemini-page .gemini-intro,
.gemini-page .gemini-core,
.gemini-page .gemini-scenes,
.gemini-page .gemini-more,
.gemini-page .gemini-cta {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.gemini-page .gemini-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.gemini-page .gemini-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.gemini-page .gemini-breadcrumb strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}

.gemini-page .gemini-hero {
  margin-top: 130px;
  color: #fff;
  text-align: center;
}

.gemini-page .gemini-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
}

.gemini-page .gemini-hero p {
  margin: 20px 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.gemini-page .gemini-primary-btn,
.gemini-page .gemini-cta-copy button {
  height: 48px;
  padding: 0 40px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #151524;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gemini-page .gemini-primary-btn:hover,
.gemini-page .gemini-primary-btn:focus-visible,
.gemini-page .gemini-cta-copy button:hover,
.gemini-page .gemini-cta-copy button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  outline: none;
}

.gemini-page .gemini-stats {
  margin-top: 80px;
  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));
  color: #fff;
}

.gemini-page .gemini-stat {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.gemini-page .gemini-stat + .gemini-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.gemini-page .gemini-stat strong {
  background: radial-gradient(80% 80% at 72% 62%, rgba(121, 253, 176, 0.9) 0%, rgba(88, 245, 215, 0) 100%), linear-gradient(110deg, #bffee1 9%, #05cefe 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.gemini-page .gemini-stat strong em {
  font-style: normal;
  margin-left: 8px;
}

.gemini-page .gemini-stat span {
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 18px;
  line-height: normal;
}

.gemini-page .gemini-intro {
  width: 1000px;
  margin-top: 120px;
  text-align: center;
}

.gemini-page .gemini-intro p {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.gemini-page .gemini-core,
.gemini-page .gemini-scenes,
.gemini-page .gemini-more,
.gemini-page .gemini-faq,
.gemini-page .gemini-cta {
  margin-top: 120px;
}

.gemini-page .gemini-core h2,
.gemini-page .gemini-scenes h2,
.gemini-page .gemini-more h2,
.gemini-page .gemini-faq h2,
.gemini-page .gemini-cta-copy h2 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.gemini-page .gemini-core-grid {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.gemini-page .gemini-core-card {
  width: 620px;
  min-height: 206px;
  padding: 30px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.gemini-page .gemini-core-card:hover,
.gemini-page .gemini-core-card:focus-within {
  border-color: transparent;
  background: linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box, linear-gradient(135deg, #666 0%, #333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-4px);
}

.gemini-page .gemini-core-card img {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.gemini-page .gemini-core-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.gemini-page .gemini-core-card p {
  margin: 0;
  color: #aaa;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.gemini-page .gemini-scene-grid {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.gemini-page .gemini-scene-card {
  position: relative;
  border: 1px solid #333;
  border-radius: 20px;
  background: #111;
  color: #fff;
  overflow: hidden;
}

.gemini-page .gemini-scene-card.is-tall {
  width: 400px;
  height: 580px;
}

.gemini-page .gemini-scene-card.is-wide {
  width: 620px;
  height: 320px;
}

.gemini-page .gemini-scene-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.gemini-page .gemini-scene-card:hover img {
  filter: saturate(1.08) brightness(1.05);
  transform: scale(1.03);
}

.gemini-page .gemini-scene-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 49%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(0, 0, 0, 0.7) 56%);
}

.gemini-page .gemini-scene-card > div {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 60px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.gemini-page .gemini-scene-card h3 {
  width: 320px;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.gemini-page .gemini-scene-card p {
  width: min(500px, 100%);
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.gemini-page .gemini-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.gemini-page .gemini-more-list {
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}

.gemini-page .gemini-more-pill {
  min-width: 128px;
  height: 40px;
  padding: 0 30px;
  border: 1px solid #666;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

.gemini-page .gemini-more-pill.is-highlighted {
  border-color: #fff;
  background: #fff;
  color: #151524;
}

.gemini-page .gemini-more-pill.is-highlighted::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.gemini-page .gemini-faq {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 640px;
  text-align: center;
}

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

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

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

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

.gemini-page .gemini-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-family: "Montserrat", "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  pointer-events: none;
}

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

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

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

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

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

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

.gemini-page .gemini-faq-answer p {
  width: 954px;
  max-width: 100%;
  margin: 0;
  color: #c8c8c8;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.gemini-page .gemini-cta {
  position: relative;
  height: 260px;
  border: 1px solid #111;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gemini-page .gemini-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

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

.gemini-page .gemini-cta-copy {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  color: #fff;
}

.gemini-page .gemini-cta-copy p {
  margin: 10px 0 20px;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  line-height: normal;
}

.gemini-page .gemini-footer {
  position: relative;
  top: auto;
  left: auto;
  width: 1280px;
  max-width: 100%;
  height: 344px;
  margin: 120px auto 0;
}

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

@media (max-width: 1320px) {
  .gemini-page .gemini-breadcrumb,
  .gemini-page .gemini-hero,
  .gemini-page .gemini-stats,
  .gemini-page .gemini-intro,
  .gemini-page .gemini-core,
  .gemini-page .gemini-scenes,
  .gemini-page .gemini-more,
  .gemini-page .gemini-cta,
  .gemini-page .gemini-footer {
    width: calc(100% - 48px);
  }

  .gemini-page .gemini-core-card {
    width: calc((100% - 30px) / 2);
  }

  .gemini-page .gemini-more-list {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .gemini-page .gemini-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 0;
  }

  .gemini-page .gemini-stat:nth-child(3) {
    border-left: 0;
  }

  .gemini-page .gemini-scene-grid {
    justify-content: center;
  }

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

@media (max-width: 768px) {
  .gemini-page .gemini-content {
    padding: 84px 0 28px;
  }

  .gemini-page .gemini-breadcrumb,
  .gemini-page .gemini-hero,
  .gemini-page .gemini-stats,
  .gemini-page .gemini-intro,
  .gemini-page .gemini-core,
  .gemini-page .gemini-scenes,
  .gemini-page .gemini-more,
  .gemini-page .gemini-faq,
  .gemini-page .gemini-cta,
  .gemini-page .gemini-footer {
    width: calc(100% - 30px);
    max-width: 375px;
  }

  .gemini-page .gemini-hero {
    margin-top: 70px;
  }

  .gemini-page .gemini-hero h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .gemini-page .gemini-hero p,
  .gemini-page .gemini-intro p {
    font-size: 14px;
    line-height: 22px;
  }

  .gemini-page .gemini-primary-btn {
    height: 36px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 13px;
  }

  .gemini-page .gemini-stats {
    margin-top: 64px;
    padding: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .gemini-page .gemini-stat {
    min-height: 74px;
  }

  .gemini-page .gemini-stat strong {
    font-size: 30px;
  }

  .gemini-page .gemini-stat span {
    font-size: 12px;
  }

  .gemini-page .gemini-intro,
  .gemini-page .gemini-core,
  .gemini-page .gemini-scenes,
  .gemini-page .gemini-more,
  .gemini-page .gemini-faq,
  .gemini-page .gemini-cta,
  .gemini-page .gemini-footer {
    margin-top: 70px;
  }

  .gemini-page .gemini-core h2,
  .gemini-page .gemini-scenes h2,
  .gemini-page .gemini-more h2,
  .gemini-page .gemini-faq h2,
  .gemini-page .gemini-cta-copy h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .gemini-page .gemini-core-grid,
  .gemini-page .gemini-scene-grid {
    margin-top: 28px;
    gap: 16px;
  }

  .gemini-page .gemini-core-card {
    width: 335px;
    min-height: 0;
    padding: 20px;
    border-radius: 14px;
  }

  .gemini-page .gemini-core-card img {
    width: 36px;
    height: 36px;
  }

  .gemini-page .gemini-core-card h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .gemini-page .gemini-core-card p {
    font-size: 13px;
    line-height: 20px;
  }

  .gemini-page .gemini-scene-card.is-tall,
  .gemini-page .gemini-scene-card.is-wide {
    width: 335px;
    height: 420px;
  }

  .gemini-page .gemini-scene-card > div {
    left: 24px;
    right: 24px;
    bottom: 36px;
  }

  .gemini-page .gemini-scene-card h3 {
    width: 260px;
    font-size: 20px;
    line-height: 26px;
  }

  .gemini-page .gemini-scene-card p {
    width: 280px;
    font-size: 13px;
    line-height: 20px;
  }

  .gemini-page .gemini-more {
    gap: 28px;
  }

  .gemini-page .gemini-more-list {
    width: 335px;
    gap: 12px;
  }

  .gemini-page .gemini-more-pill {
    min-width: 0;
    height: 34px;
    padding: 0 16px;
    font-size: 12px;
  }

  .gemini-page .gemini-faq {
    height: 600px;
  }

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

  .gemini-page .gemini-faq-item {
    min-height: 58px;
    padding: 16px;
  }

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

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

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

  .gemini-page .gemini-cta {
    height: 300px;
    border-radius: 16px;
  }

  .gemini-page .gemini-cta-copy p {
    font-size: 14px;
    line-height: 22px;
  }

  .gemini-page .gemini-cta-copy button {
    height: 36px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 13px;
  }

  .gemini-page .gemini-footer {
    height: auto;
    min-height: 260px;
  }
}

/* English Doubao page */
.doubao-page .gemini-core-grid.doubao-core-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.doubao-page .doubao-core-grid .gemini-core-card {
  width: auto;
  min-height: 230px;
}

@media (max-width: 1320px) {
  .doubao-page .doubao-core-grid .gemini-core-card {
    width: auto;
  }
}

@media (max-width: 992px) {
  .doubao-page .gemini-core-grid.doubao-core-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .doubao-page .gemini-core-grid.doubao-core-grid {
    grid-template-columns: 1fr;
  }
}

/* English Eleven page */
.eleven-page,
.eleven-page .page {
  background: #040404;
}

.seedance-page .seedance-more[hidden],
.gpt-image-page .gpt-image-more[hidden],
.gemini-page .gemini-more[hidden],
.eleven-page .eleven-more[hidden] {
  display: none !important;
}

.eleven-page .eleven-content {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  overflow: hidden;
  background: #040404;
}

.eleven-page .eleven-breadcrumb,
.eleven-page .eleven-hero,
.eleven-page .eleven-stats,
.eleven-page .eleven-demo,
.eleven-page .eleven-core,
.eleven-page .eleven-scenes,
.eleven-page .eleven-more,
.eleven-page .eleven-cta {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.eleven-page .eleven-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.eleven-page .eleven-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.eleven-page .eleven-breadcrumb strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}

.eleven-page .eleven-hero {
  margin-top: 130px;
  color: #fff;
  text-align: center;
}

.eleven-page .eleven-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
}

.eleven-page .eleven-hero p {
  width: 900px;
  max-width: 100%;
  margin: 20px auto;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.eleven-page .eleven-primary-btn,
.eleven-page .eleven-cta-copy button {
  height: 48px;
  padding: 0 40px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #151524;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.eleven-page .eleven-primary-btn:hover,
.eleven-page .eleven-primary-btn:focus-visible,
.eleven-page .eleven-cta-copy button:hover,
.eleven-page .eleven-cta-copy button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  outline: none;
}

.eleven-page .eleven-stats {
  margin-top: 80px;
  padding: 40px;
  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));
  justify-content: space-between;
  color: #fff;
}

.eleven-page .eleven-stat {
  position: relative;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.eleven-page .eleven-stat + .eleven-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-50%);
}

.eleven-page .eleven-stat strong {
  background: radial-gradient(78% 78% at 68% 62%, rgba(121, 253, 176, 0.92) 0%, rgba(88, 245, 215, 0) 100%), linear-gradient(108deg, #bffee1 9%, #05cefe 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "HarmonyOS Sans SC", "Montserrat", "Lato", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
}

.eleven-page .eleven-stat span {
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
}

.eleven-page .eleven-stat-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.eleven-page .eleven-stat-copy {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.eleven-page .eleven-demo {
  margin-top: 120px;
  color: #fff;
  text-align: center;
}

.eleven-page .eleven-intro {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 60px;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  line-height: 30px;
}


.elevenmusic-page .elevenmusic-intro-only .elevenmusic-intro-copy {
  margin: 0 auto;
}

.elevenmusic-page .eleven-stat-title {
  font-weight: 400;
}

.elevenmusic-page .eleven-stat-copy {
  line-height: 24px;
}

.elevenmusic-page .eleven-stat-value-mixed {
  display: inline-flex;
  align-items: baseline;
  font-size: 0;
  line-height: normal;
}

.elevenmusic-page .eleven-stat-value-mixed .eleven-stat-value-prefix,
.elevenmusic-page .eleven-stat-value-mixed .eleven-stat-value-suffix {
  font-size: 24px;
}

.elevenmusic-page .eleven-stat-value-mixed .eleven-stat-value-number {
  font-size: 48px;
}

.elevenmusic-page .eleven-stat-value-mixed .eleven-stat-value-prefix,
.elevenmusic-page .eleven-stat-value-mixed .eleven-stat-value-number,
.elevenmusic-page .eleven-stat-value-mixed .eleven-stat-value-suffix {
  background: radial-gradient(78% 78% at 68% 62%, rgba(121, 253, 176, 0.92) 0%, rgba(88, 245, 215, 0) 100%), linear-gradient(-14.43deg, #bffee1 8.98%, #05cefe 78.37%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "HarmonyOS Sans SC", "Montserrat", "Lato", sans-serif;
  font-weight: 700;
}

.eleven-page .eleven-player {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.eleven-page .eleven-disc-wrap {
  position: relative;
  width: 341px;
  height: 340px;
  flex: 0 0 341px;
}

.eleven-page .eleven-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);
  pointer-events: none;
}

.eleven-page .eleven-disc {
  width: 341px;
  height: 340px;
  display: block;
  transition: opacity 0.22s ease;
}

.eleven-page .eleven-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.eleven-page .eleven-player.is-playing .eleven-video {
  opacity: 1;
}

.eleven-page .eleven-player.is-playing .eleven-disc {
  opacity: 0;
}

.eleven-page .eleven-player.is-playing .eleven-disc-wrap::after {
  animation: elevenPulse 1.5s ease-in-out infinite;
  opacity: 1;
}

.eleven-page .eleven-copy-card {
  width: 600px;
  padding: 20px;
  border: 1px solid #313136;
  border-radius: 12px;
  background: #141416;
  color: #aaa;
  text-align: left;
}

.eleven-page .eleven-copy-card p {
  margin: 0 0 10px;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.eleven-page .eleven-player-footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.eleven-page .eleven-player-footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
}

.eleven-page .eleven-player-footer img {
  width: 20px;
  height: 20px;
}

.eleven-page .eleven-player-footer button {
  height: 34px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #151524;
  cursor: pointer;
  font-family: "Montserrat", "Lato", sans-serif;
}

.eleven-page .eleven-player.is-playing .eleven-player-footer button {
  background: #151524;
  color: #fff;
}

.eleven-page .eleven-core,
.eleven-page .eleven-scenes,
.eleven-page .eleven-more,
.eleven-page .eleven-faq,
.eleven-page .eleven-cta {
  margin-top: 120px;
}

.eleven-page .eleven-core h2,
.eleven-page .eleven-scenes h2,
.eleven-page .eleven-more h2,
.eleven-page .eleven-faq h2,
.eleven-page .eleven-cta-copy h2 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.eleven-page .eleven-core-grid {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.eleven-page .eleven-core-card {
  width: 620px;
  min-height: 206px;
  padding: 30px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.eleven-page .eleven-core-card:hover,
.eleven-page .eleven-core-card:focus-within {
  border-color: transparent;
  background: linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box, linear-gradient(135deg, #666 0%, #333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-4px);
}

.eleven-page .eleven-core-card img {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.eleven-page .eleven-core-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.eleven-page .eleven-core-card p {
  margin: 0;
  color: #aaa;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.eleven-page.elevenmusic-page .eleven-core-grid {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  justify-content: center;
  gap: 30px;
}

.eleven-page.elevenmusic-page .eleven-core-card {
  width: 400px;
  min-height: 230px;
}

.eleven-page.elevenmusic-page .eleven-core-card h3 {
  font-size: 20px;
}

.eleven-page .eleven-scene-grid {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.eleven-page .eleven-scene-card {
  position: relative;
  border: 1px solid #333;
  border-radius: 20px;
  background: #111;
  color: #fff;
  overflow: hidden;
}

.eleven-page .eleven-scene-card.is-tall {
  width: 400px;
  height: 580px;
}

.eleven-page .eleven-scene-card.is-wide {
  width: 620px;
  height: 320px;
}

.eleven-page .eleven-scene-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.eleven-page .eleven-scene-card:hover img {
  filter: saturate(1.08) brightness(1.05);
  transform: scale(1.03);
}

.eleven-page .eleven-scene-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 49%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(0, 0, 0, 0.7) 56%);
}

.eleven-page .eleven-scene-card > div {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 60px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.eleven-page .eleven-scene-card h3 {
  width: 320px;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.eleven-page .eleven-scene-card p {
  width: min(500px, 100%);
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.eleven-page .eleven-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.eleven-page .eleven-more-list {
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}

.eleven-page .eleven-more-pill {
  min-width: 128px;
  height: 40px;
  padding: 0 30px;
  border: 1px solid #666;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

.eleven-page .eleven-more-pill.is-highlighted {
  border-color: #fff;
  background: #fff;
  color: #151524;
}

.eleven-page .eleven-more-pill.is-highlighted::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.eleven-page .eleven-faq {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 640px;
  text-align: center;
}

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

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

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

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

.eleven-page .eleven-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-family: "Montserrat", "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  pointer-events: none;
}

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

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

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

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

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

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

.eleven-page .eleven-faq-answer p {
  width: 954px;
  max-width: 100%;
  margin: 0;
  color: #c8c8c8;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.eleven-page .eleven-cta {
  position: relative;
  height: 260px;
  border: 1px solid #111;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.eleven-page .eleven-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

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

.eleven-page .eleven-cta-copy {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  color: #fff;
}

.eleven-page .eleven-cta-copy p {
  margin: 10px 0 20px;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  line-height: normal;
}

.eleven-page .eleven-footer {
  position: relative;
  top: auto;
  left: auto;
  width: 1280px;
  max-width: 100%;
  height: 344px;
  margin: 120px auto 0;
}

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

@keyframes elevenPulse {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.9;
  }
}

@media (max-width: 1320px) {
  .eleven-page .eleven-breadcrumb,
  .eleven-page .eleven-hero,
  .eleven-page .eleven-stats,
  .eleven-page .eleven-demo,
  .eleven-page .eleven-core,
  .eleven-page .eleven-scenes,
  .eleven-page .eleven-more,
  .eleven-page .eleven-cta,
  .eleven-page .eleven-footer {
    width: calc(100% - 48px);
  }

  .eleven-page .eleven-core-card {
    width: calc((100% - 30px) / 2);
  }

  .eleven-page.elevenmusic-page .eleven-core-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eleven-page.elevenmusic-page .eleven-core-card {
    width: auto;
  }

  .eleven-page .eleven-more-list {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .eleven-page .eleven-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 0;
  }

  .eleven-page .eleven-stat:nth-child(3)::before {
    display: none;
  }

  .eleven-page .eleven-player {
    flex-direction: column;
  }

  .eleven-page .eleven-scene-grid {
    justify-content: center;
  }

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

  .eleven-page.elevenmusic-page .eleven-core-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .eleven-page .eleven-content {
    padding: 84px 0 28px;
  }

  .eleven-page .eleven-breadcrumb,
  .eleven-page .eleven-hero,
  .eleven-page .eleven-stats,
  .eleven-page .eleven-demo,
  .eleven-page .eleven-core,
  .eleven-page .eleven-scenes,
  .eleven-page .eleven-more,
  .eleven-page .eleven-faq,
  .eleven-page .eleven-cta,
  .eleven-page .eleven-footer {
    width: calc(100% - 30px);
    max-width: 375px;
  }

  .eleven-page .eleven-hero {
    margin-top: 70px;
  }

  .eleven-page .eleven-hero h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .eleven-page .eleven-hero p,
  .eleven-page .eleven-intro {
    font-size: 14px;
    line-height: 22px;
  }

  .eleven-page .eleven-primary-btn {
    height: 36px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 13px;
  }

  .eleven-page .eleven-stats {
    margin-top: 64px;
    padding: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .eleven-page .eleven-stat:nth-child(3)::before {
    display: none;
  }

  .eleven-page .eleven-stat {
    min-height: 94px;
  }

  .eleven-page .eleven-stat strong {
    font-size: 30px;
  }

  .eleven-page .eleven-stat span {
    font-size: 12px;
  }

  .eleven-page .eleven-demo,
  .eleven-page .eleven-core,
  .eleven-page .eleven-scenes,
  .eleven-page .eleven-more,
  .eleven-page .eleven-faq,
  .eleven-page .eleven-cta,
  .eleven-page .eleven-footer {
    margin-top: 70px;
  }

  .eleven-page .eleven-intro {
    margin-bottom: 28px;
  }

  .eleven-page .eleven-player {
    gap: 24px;
  }

  .eleven-page .eleven-disc-wrap,
  .eleven-page .eleven-disc {
    width: 260px;
    height: 259px;
    flex-basis: 260px;
  }

  .eleven-page .eleven-copy-card {
    width: 335px;
  }

  .eleven-page .eleven-copy-card p {
    font-size: 13px;
    line-height: 20px;
  }

  .eleven-page .eleven-core h2,
  .eleven-page .eleven-scenes h2,
  .eleven-page .eleven-more h2,
  .eleven-page .eleven-faq h2,
  .eleven-page .eleven-cta-copy h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .eleven-page .eleven-core-grid,
  .eleven-page .eleven-scene-grid {
    margin-top: 28px;
    gap: 16px;
  }

  .eleven-page .eleven-core-card {
    width: 335px;
    min-height: 0;
    padding: 20px;
    border-radius: 14px;
  }

  .eleven-page .eleven-core-card img {
    width: 36px;
    height: 36px;
  }

  .eleven-page .eleven-core-card h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .eleven-page .eleven-core-card p {
    font-size: 13px;
    line-height: 20px;
  }

  .eleven-page.elevenmusic-page .eleven-core-grid {
    grid-template-columns: 1fr;
  }

  .eleven-page.elevenmusic-page .eleven-core-card {
    width: 335px;
    min-height: 0;
  }

  .eleven-page .eleven-scene-card.is-tall,
  .eleven-page .eleven-scene-card.is-wide {
    width: 335px;
    height: 420px;
  }

  .eleven-page .eleven-scene-card > div {
    left: 24px;
    right: 24px;
    bottom: 36px;
  }

  .eleven-page .eleven-scene-card h3 {
    width: 260px;
    font-size: 20px;
    line-height: 26px;
  }

  .eleven-page .eleven-scene-card p {
    width: 280px;
    font-size: 13px;
    line-height: 20px;
  }

  .eleven-page .eleven-more {
    gap: 28px;
  }

  .eleven-page .eleven-more-list {
    width: 335px;
    gap: 12px;
  }

  .eleven-page .eleven-more-pill {
    min-width: 0;
    height: 34px;
    padding: 0 16px;
    font-size: 12px;
  }

  .eleven-page .eleven-faq {
    height: 600px;
  }

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

  .eleven-page .eleven-faq-item {
    min-height: 58px;
    padding: 16px;
  }

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

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

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

  .eleven-page .eleven-cta {
    height: 300px;
    border-radius: 16px;
  }

  .eleven-page .eleven-cta-copy p {
    font-size: 14px;
    line-height: 22px;
  }

  .eleven-page .eleven-cta-copy button {
    height: 36px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 13px;
  }

  .eleven-page .eleven-footer {
    height: auto;
    min-height: 260px;
  }
}

/* AI Cinematic Control */
.ai-cinematic-page {
  background: #000000;
  color: #fff;
}

.sr-only,
.ai-cinematic-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ai-cinematic-page .page-content,
.ai-cinematic-content {
  padding-top: 80px;
  background: #000000;
}

.ai-cinematic-breadcrumb,
.ai-cinematic-hero,
.ai-cinematic-capabilities,
.ai-cinematic-compare,
.ai-cinematic-scenes,
.ai-cinematic-faq {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.ai-cinematic-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.ai-cinematic-breadcrumb a,
.ai-cinematic-breadcrumb strong {
  color: #aaa;
  font-weight: 400;
  text-decoration: none;
}

.ai-cinematic-hero {
  margin-top: 60px;
  text-align: center;
}

.ai-cinematic-hero-copy h1,
.ai-cinematic-section-heading h2,
.ai-cinematic-compare h2,
.ai-cinematic-faq h2 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ai-cinematic-hero-copy h1 {
  font-size: 48px;
  line-height: 1.18;
}

.ai-cinematic-hero-copy p {
  width: 880px;
  margin: 20px auto 18px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.ai-cinematic-primary-btn {
  height: 48px;
  padding: 0 40px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #040000;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.ai-cinematic-hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: 413px 187px 680px;
  align-items: center;
  gap: 0;
  min-height: 395px;
  margin-top: 60px;
}

.ai-cinematic-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #282a2f;
  border-radius: 12px;
  background: #111;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.ai-cinematic-hero-card video,
.ai-cinematic-video-side video,
.ai-cinematic-scene-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-cinematic-hero-card-before {
  width: 300px;
  height: 169px;
  align-self: start;
  justify-self: start;
  margin-left: 56px;
}

.ai-cinematic-hero-card-after {
  width: 680px;
  height: 387px;
  grid-column: 3;
  justify-self: end;
}

.ai-cinematic-hero-card span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  font-size: 12px;
}

.ai-cinematic-control-dock {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 413px;
  height: 225px;
  z-index: 2;
}

.ai-cinematic-control-dock img {
  display: block;
  width: 100%;
  height: 100%;
}

.ai-cinematic-hero-links {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}

.ai-cinematic-hero-line {
  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));
}

.ai-cinematic-hero-line-flow {
  fill: none;
  stroke: url(#ai-cinematic-flow-grad);
  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));
}

.ai-cinematic-capabilities {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 120px;
}

.ai-cinematic-capability-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 440px;
  padding: 30px 40px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
}

.ai-cinematic-capability-card:first-of-type {
  min-height: 480px;
}

.ai-cinematic-capability-copy {
  width: 520px;
}

.ai-cinematic-capability-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
}

.ai-cinematic-capability-copy p {
  margin: 20px 0;
  color: #999;
  font-size: 16px;
  line-height: 24px;
}

.ai-cinematic-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ai-cinematic-chip-list span {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid #313136;
  border-radius: 11px;
  background: #141416;
  color: #fff;
  font-size: 14px;
}

.ai-cinematic-chip-list img {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
}

.ai-cinematic-capability-card > img {
  display: block;
  width: auto;
  max-width: 600px;
  max-height: 384px;
  object-fit: contain;
}

.ai-cinematic-compare {
  margin-top: 120px;
  text-align: center;
}

.ai-cinematic-compare h2,
.ai-cinematic-section-heading h2 {
  font-size: 36px;
  line-height: 50px;
}

.ai-cinematic-video-compare {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  height: 360px;
  margin-top: 40px;
  border-radius: 20px;
  background: #111;
}

.ai-cinematic-video-compare::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.ai-cinematic-video-side {
  position: relative;
  overflow: hidden;
}

.ai-cinematic-video-card {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 237px;
  min-height: 166px;
  padding: 24px 30px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.68);
  color: #ddd;
  text-align: center;
}

.ai-cinematic-video-card strong {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

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

.ai-cinematic-video-card-pixmax {
  left: auto;
  right: 0;
  background: linear-gradient(120deg, #bffee1 8%, #05cefe 78%);
  color: #222;
}

.ai-cinematic-video-card-pixmax strong {
  color: #040000;
}

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

.ai-cinematic-section-heading p {
  width: 760px;
  margin: 12px auto 40px;
  color: #999;
  font-size: 16px;
  line-height: 26px;
}

.ai-cinematic-scene-shell {
  position: relative;
  width: min(1920px, calc(100vw - 12px));
  height: 520px;
  margin-left: 50%;
  transform: translateX(-50%);
  perspective: 1200px;
}

.ai-cinematic-scene-track {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ai-cinematic-scene-card {
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 640px;
  height: 364px;
  overflow: hidden;
  border: 1px solid #222;
  border-radius: 12px;
  background: #111;
  opacity: 0;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(0.66);
  transition: opacity 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1), width 420ms cubic-bezier(0.22, 1, 0.36, 1), height 420ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.ai-cinematic-scene-card.is-active {
  z-index: 3;
  width: 844px;
  height: 480px;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.ai-cinematic-scene-card.is-prev {
  z-index: 2;
  opacity: 0.45;
  transform: translate(calc(-50% - 638px), -50%) scale(1);
  pointer-events: auto;
}

.ai-cinematic-scene-card.is-next {
  z-index: 2;
  opacity: 0.45;
  transform: translate(calc(-50% + 638px), -50%) scale(1);
  pointer-events: auto;
}

.ai-cinematic-scene-card.is-offstage {
  transform: translate(-50%, -50%) scale(0.58);
}

.ai-cinematic-scene-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(4, 0, 0, 0), #040000);
}

.ai-cinematic-scene-card h3 {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 30px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.ai-cinematic-scene-card.is-active h3 {
  bottom: 38px;
  font-size: 26px;
}

.ai-cinematic-scene-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  background: rgba(0,0,0,0.42);
  cursor: pointer;
  transform: translateY(-50%);
}

.ai-cinematic-scene-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.ai-cinematic-scene-arrow-prev {
  left: 280px;
}

.ai-cinematic-scene-arrow-prev::before {
  transform: translate(-38%, -50%) rotate(-135deg);
}

.ai-cinematic-scene-arrow-next {
  right: 280px;
}

.ai-cinematic-scene-arrow-next::before {
  transform: translate(-62%, -50%) rotate(45deg);
}

.ai-cinematic-faq {
  width: 1000px;
  margin-top: 120px;
  height: 560px;
  text-align: center;
}

@media (max-width: 1320px) {
  .ai-cinematic-breadcrumb,
  .ai-cinematic-hero,
  .ai-cinematic-capabilities,
  .ai-cinematic-compare,
  .ai-cinematic-scenes,
  .ai-cinematic-faq {
    width: calc(100% - 48px);
  }

  .ai-cinematic-hero-stage,
  .ai-cinematic-capability-card {
    transform: scale(0.92);
    transform-origin: top center;
  }

  .ai-cinematic-hero {
    margin-bottom: -32px;
  }

  .ai-cinematic-capability-card {
    margin-bottom: -36px;
  }
}

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

  .ai-cinematic-breadcrumb,
  .ai-cinematic-hero,
  .ai-cinematic-capabilities,
  .ai-cinematic-compare,
  .ai-cinematic-scenes,
  .ai-cinematic-faq {
    width: min(100% - 30px, 375px);
  }

  .ai-cinematic-breadcrumb {
    font-size: 12px;
  }

  .ai-cinematic-hero {
    margin-top: 42px;
  }

  .ai-cinematic-hero-copy h1,
  .ai-cinematic-section-heading h2,
  .ai-cinematic-compare h2,
  .ai-cinematic-faq h2 {
    font-size: 24px;
    line-height: 32px;
    white-space: normal;
  }

  .ai-cinematic-hero-copy p {
    width: 100%;
    margin: 14px auto 18px;
    font-size: 14px;
    line-height: 22px;
  }

  .ai-cinematic-primary-btn {
    height: 42px;
    padding: 0 28px;
  }

  .ai-cinematic-hero-stage {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 0;
    margin-top: 36px;
    transform: none;
  }

  .ai-cinematic-hero-card-before,
  .ai-cinematic-hero-card-after {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    justify-self: auto;
    margin-left: 0;
  }

  .ai-cinematic-control-dock,
  .ai-cinematic-hero-links {
    display: none;
  }

  .ai-cinematic-capabilities {
    gap: 24px;
    margin-top: 70px;
  }

  .ai-cinematic-capability-card,
  .ai-cinematic-capability-card:first-of-type {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 0;
    padding: 20px;
    transform: none;
    margin-bottom: 0;
  }

  .ai-cinematic-capability-copy {
    width: 100%;
  }

  .ai-cinematic-capability-copy h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .ai-cinematic-capability-copy p {
    font-size: 14px;
    line-height: 22px;
  }

  .ai-cinematic-chip-list span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }

  .ai-cinematic-capability-card > img {
    width: 100%;
    max-height: none;
  }

  .ai-cinematic-compare,
  .ai-cinematic-scenes,
  .ai-cinematic-faq {
    margin-top: 70px;
  }

  .ai-cinematic-video-compare {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 28px;
  }

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

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

  .ai-cinematic-video-card {
    width: 170px;
    min-height: 0;
    padding: 14px;
    border-radius: 14px;
  }

  .ai-cinematic-video-card strong {
    font-size: 14px;
    line-height: 20px;
  }

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

  .ai-cinematic-section-heading p {
    width: 100%;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }

  .ai-cinematic-scene-shell {
    height: 230px;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    perspective: 900px;
  }

  .ai-cinematic-scene-track {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    scroll-snap-type: none;
    padding: 0;
  }

  .ai-cinematic-scene-card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 230px;
    height: 132px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.62);
    pointer-events: none;
    scroll-snap-align: none;
  }

  .ai-cinematic-scene-card.is-active {
    z-index: 3;
    width: 305px;
    height: 174px;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
  }

  .ai-cinematic-scene-card.is-prev {
    z-index: 2;
    opacity: 0.42;
    transform: translate(calc(-50% - 205px), -50%) scale(0.82);
    pointer-events: auto;
  }

  .ai-cinematic-scene-card.is-next {
    z-index: 2;
    opacity: 0.42;
    transform: translate(calc(-50% + 205px), -50%) scale(0.82);
    pointer-events: auto;
  }

  .ai-cinematic-scene-card.is-offstage {
    transform: translate(-50%, -50%) scale(0.52);
  }

  .ai-cinematic-scene-card h3 {
    bottom: 16px;
    font-size: 13px;
  }

  .ai-cinematic-scene-card.is-active h3 {
    bottom: 20px;
    font-size: 15px;
  }

  .ai-cinematic-scene-arrow {
    display: none;
  }

}

.workflow-templates-page {
  background: #000000;
  color: #fff;
}

.workflow-templates-content {
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 20px 0 0;
  background: #000000;
  overflow: hidden;
}

.workflow-templates-breadcrumb,
.workflow-templates-hero,
.workflow-templates-inspect,
.workflow-templates-steps,
.workflow-templates-creators,
.workflow-templates-cta {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.workflow-templates-breadcrumb {
  margin-top: 0;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.workflow-templates-breadcrumb a,
.workflow-templates-breadcrumb strong {
  color: #aaa;
  font-weight: 400;
  text-decoration: none;
}

.workflow-templates-breadcrumb span {
  margin: 0 4px;
}

.workflow-templates-hero {
  margin-top: 36px;
  text-align: center;
}

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

.workflow-templates-hero h1,
.workflow-templates-inspect h2,
.workflow-templates-steps h2,
.workflow-templates-creators h2,
.workflow-templates-cta h2 {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.workflow-templates-hero h1 {
  font-size: 48px;
  line-height: 58px;
}

.workflow-templates-hero-copy p {
  width: min(880px, 100%);
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.workflow-templates-primary-btn,
.workflow-templates-secondary-btn {
  height: 48px;
  padding: 0 40px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #151524;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.workflow-templates-primary-btn:hover,
.workflow-templates-primary-btn:focus-visible,
.workflow-templates-secondary-btn:hover,
.workflow-templates-secondary-btn:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(255, 255, 255, 0.14);
}

.workflow-templates-hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: 356px 301px 620px;
  align-items: center;
  gap: 0;
  width: 100%;
  min-height: 460px;
  margin-top: 60px;
}

.workflow-templates-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

.workflow-templates-video-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid #222;
  border-radius: 10px;
  background: #111;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
}

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

.workflow-templates-video-card-original {
  width: 356px;
  height: 200px;
}

.workflow-templates-video-card-original span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  font-size: 12px;
}

.workflow-templates-source-card {
  position: relative;
  z-index: 2;
  width: 180px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
}

.workflow-templates-source-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
  border-radius: 10px;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.32));
}

.workflow-templates-hero-links {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.workflow-templates-hero-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.52);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.32));
}

.workflow-templates-hero-line-flow {
  fill: none;
  stroke: url(#workflow-templates-flow-grad);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.72));
}

.workflow-templates-video-card-clone {
  grid-column: 3;
  justify-self: end;
  align-self: center;
  z-index: 2;
  width: 620px;
  height: 348px;
}

.workflow-templates-prompt-card {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 10px 20px;
  border-top: 1px solid #313136;
  background: rgba(31, 31, 33, 0.82);
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  backdrop-filter: blur(10px);
}

.workflow-templates-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 60px;
  padding: 40px 0;
  border: 1px solid #333;
  border-radius: 20px;
  background: rgba(4, 4, 4, 0.42);
}

.workflow-templates-stats div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.workflow-templates-stats div + div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 50px;
  background: #333;
  transform: translateY(-50%);
}

.workflow-templates-stats strong {
  color: #fff;
  font-size: 48px;
  line-height: 1;
}

.workflow-templates-stats span {
  color: #fff;
  font-size: 16px;
}

.workflow-templates-inspect {
  display: grid;
  grid-template-columns: 520px 600px;
  align-items: center;
  justify-content: space-between;
  min-height: 360px;
  margin-top: 120px;
  padding: 30px 40px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
}

.workflow-templates-inspect h2 {
  font-size: 36px;
  line-height: 46px;
}

.workflow-templates-inspect p {
  margin: 18px 0 0;
  color: #999;
  font-size: 16px;
  line-height: 24px;
}

.workflow-templates-inspect img {
  display: block;
  width: 600px;
  height: 291px;
  object-fit: cover;
  border: 1px solid #333;
  border-radius: 10px;
}

.workflow-templates-steps,
.workflow-templates-creators {
  margin-top: 120px;
  text-align: center;
}

.workflow-templates-steps h2,
.workflow-templates-creators h2 {
  font-size: 36px;
  line-height: 44px;
}

.workflow-templates-step-grid,
.workflow-templates-creator-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 60px;
}

.workflow-templates-step-card,
.workflow-templates-creator-card {
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  color: #fff;
  text-align: left;
}

.workflow-templates-step-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px;
}

.workflow-templates-step-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.workflow-templates-step-card p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.workflow-templates-step-card img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
}

.workflow-templates-creator-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.workflow-templates-creator-card {
  min-height: 160px;
  padding: 20px;
}

.workflow-templates-creator-profile {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.workflow-templates-creator-profile img {
  width: 60px;
  height: 60px;
  border: 1px solid #666;
  border-radius: 50%;
  object-fit: cover;
}

.workflow-templates-creator-profile h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.workflow-templates-creator-profile p {
  margin: 0;
  color: #aaa;
  font-size: 10px;
  line-height: 14px;
}

.workflow-templates-creator-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  color: #aaa;
  font-size: 10px;
  text-align: center;
}

.workflow-templates-creator-stats span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.workflow-templates-creator-stats strong {
  color: #58f5d7;
  font-size: 16px;
  line-height: 18px;
}

.workflow-templates-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
  padding: 60px;
  border-radius: 20px;
}

.workflow-templates-cta h2 {
  font-size: 40px;
  line-height: 60px;
}

.workflow-templates-scenes {
  margin-top: 120px;
  padding-top: 0;
}

.workflow-templates-page .footer {
  margin-top: 120px;
}

@media (max-width: 1320px) {
  .workflow-templates-breadcrumb,
  .workflow-templates-hero,
  .workflow-templates-inspect,
  .workflow-templates-steps,
  .workflow-templates-creators,
  .workflow-templates-cta {
    width: calc(100% - 48px);
  }

  .workflow-templates-hero-stage {
    grid-template-columns: 28% 23.5% 48.5%;
  }

  .workflow-templates-video-card-original,
  .workflow-templates-video-card-clone,
  .workflow-templates-inspect img {
    width: 100%;
  }

  .workflow-templates-video-card-original {
    height: auto;
    aspect-ratio: 356 / 200;
  }

  .workflow-templates-video-card-clone {
    height: auto;
    aspect-ratio: 620 / 348;
  }

  .workflow-templates-inspect {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .workflow-templates-content {
    padding-top: 18px;
  }

  .workflow-templates-breadcrumb,
  .workflow-templates-hero,
  .workflow-templates-inspect,
  .workflow-templates-steps,
  .workflow-templates-creators,
  .workflow-templates-cta {
    width: min(100% - 30px, 375px);
  }

  .workflow-templates-breadcrumb {
    font-size: 12px;
  }

  .workflow-templates-hero {
    margin-top: 34px;
  }

  .workflow-templates-hero h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .workflow-templates-hero-copy p {
    font-size: 14px;
    line-height: 22px;
  }

  .workflow-templates-primary-btn,
  .workflow-templates-secondary-btn {
    height: 42px;
    padding: 0 28px;
    font-size: 14px;
  }

  .workflow-templates-hero-stage {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 0;
    margin-top: 36px;
  }

  .workflow-templates-hero-left {
    width: 100%;
    align-items: stretch;
    gap: 16px;
  }

  .workflow-templates-video-card-original,
  .workflow-templates-video-card-clone {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .workflow-templates-source-card,
  .workflow-templates-hero-links {
    display: none;
  }

  .workflow-templates-prompt-card {
    min-height: 50px;
    padding: 10px 12px;
    font-size: 11px;
    line-height: 16px;
  }

  .workflow-templates-stats {
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding: 18px;
    gap: 18px;
  }

  .workflow-templates-stats div + div::before {
    display: none;
  }

  .workflow-templates-stats strong {
    font-size: 30px;
  }

  .workflow-templates-stats span {
    font-size: 13px;
  }

  .workflow-templates-inspect,
  .workflow-templates-steps,
  .workflow-templates-creators,
  .workflow-templates-cta {
    margin-top: 70px;
  }

  .workflow-templates-inspect {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 20px;
  }

  .workflow-templates-inspect h2,
  .workflow-templates-steps h2,
  .workflow-templates-creators h2,
  .workflow-templates-cta h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .workflow-templates-inspect p {
    font-size: 14px;
    line-height: 22px;
  }

  .workflow-templates-inspect img {
    width: 100%;
    height: auto;
  }

  .workflow-templates-step-grid,
  .workflow-templates-creator-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .workflow-templates-step-card {
    min-height: 0;
    padding: 20px;
  }

  .workflow-templates-step-card img {
    height: auto;
  }

  .workflow-templates-cta {
    padding: 24px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .workflow-templates-scenes {
    margin-top: 70px;
  }

  .workflow-templates-page .footer {
    margin-top: 70px;
  }
}

.asset-library-page {
  background: #000000;
  color: #fff;
}

.asset-library-content {
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 20px 0 0;
  background: #000000;
  overflow: hidden;
}

.asset-library-hero,
.asset-library-feature,
.asset-library-cta {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.asset-library-hero {
  margin-top: 36px;
  text-align: center;
}

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

.asset-library-hero h1,
.asset-library-feature h2 {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.asset-library-hero h1 {
  font-size: 48px;
  line-height: 58px;
}

.asset-library-hero-copy p {
  width: min(922px, 100%);
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.asset-library-hero-image {
  display: block;
  width: 1280px;
  max-width: 100%;
  height: auto;
  margin: 60px auto 0;
}

.asset-library-feature {
  display: grid;
  grid-template-columns: 520px 560px;
  align-items: center;
  justify-content: space-between;
  min-height: 440px;
  margin-top: 80px;
  padding: 30px 40px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
}

.asset-library-feature h2 {
  font-size: 36px;
  line-height: 46px;
}

.asset-library-feature p,
.asset-library-cta p {
  margin: 18px 0 0;
  color: #999;
  font-size: 16px;
  line-height: 24px;
}

.asset-library-feature img {
  display: block;
  width: 560px;
  max-height: 320px;
  object-fit: cover;
  border-radius: 20px;
}

.asset-library-cta {
  margin-top: 120px;
}

.asset-library-page .workflow-templates-scenes {
  margin-top: 120px;
}

.asset-library-page .footer {
  margin-top: 120px;
}

.ai-video-enhancer-page {
  background: #000000;
  color: #fff;
}

.ai-video-enhancer-content {
  width: min(100%, 1920px);
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
  padding: 20px 0 0;
  background: #000000;
  overflow: hidden;
}

.ai-video-enhancer-hero,
.ai-video-enhancer-p2,
.ai-video-enhancer-use-cases {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.ai-video-enhancer-hero {
  margin-top: 36px;
  text-align: center;
}

.ai-video-enhancer-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ai-video-enhancer-hero h1,
.ai-video-enhancer-p2 h2,
.ai-video-enhancer-use-cases h2 {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.ai-video-enhancer-hero h1 {
  font-size: 48px;
  line-height: 58px;
}

.ai-video-enhancer-hero-copy p {
  width: min(880px, 100%);
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.ai-video-enhancer-hero-stage {
  position: relative;
  width: 1280px;
  height: 452px;
  margin: 60px auto 0;
}

.ai-video-enhancer-hero-before,
.ai-video-enhancer-hero-after {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.ai-video-enhancer-hero-before {
  left: 0;
  top: 166px;
  width: 300px;
}

.ai-video-enhancer-hero-after {
  right: 0;
  top: 0;
  width: 720px;
  gap: 6px;
}

.ai-video-enhancer-hero-before[data-ai-enhancer-draggable] {
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.ai-video-enhancer-hero-before.is-dragging {
  z-index: 6;
  cursor: grabbing;
}

.ai-video-enhancer-hero-before span,
.ai-video-enhancer-toolbar {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.ai-video-enhancer-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 718px;
  min-height: 45px;
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(40, 40, 43, 0.92);
  color: #aeb6c5;
}

.ai-video-enhancer-toolbar span,
.ai-video-enhancer-toolbar strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.ai-video-enhancer-toolbar strong {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 500;
}

.ai-video-enhancer-toolbar-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: currentColor;
  opacity: 0.92;
}

.ai-video-enhancer-toolbar-icon::before,
.ai-video-enhancer-toolbar-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.ai-video-enhancer-toolbar-icon.icon-compliance::before {
  inset: 1px 3px 2px;
  border: 1.5px solid currentColor;
  border-radius: 8px 8px 9px 9px;
  clip-path: polygon(50% 0, 100% 18%, 100% 58%, 50% 100%, 0 58%, 0 18%);
}

.ai-video-enhancer-toolbar-icon.icon-compliance::after {
  left: 5px;
  top: 6px;
  width: 6px;
  height: 3px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
}

.ai-video-enhancer-toolbar-icon.icon-subtitle::before {
  inset: 3px 1px 4px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

.ai-video-enhancer-toolbar-icon.icon-subtitle::after {
  left: 4px;
  right: 4px;
  bottom: 6px;
  height: 1.5px;
  background: currentColor;
  box-shadow: 0 -3px 0 currentColor;
}

.ai-video-enhancer-toolbar-icon.icon-upscale::before,
.ai-video-enhancer-toolbar-icon.icon-upscale::after {
  width: 6px;
  height: 6px;
  border: 1.5px solid currentColor;
}

.ai-video-enhancer-toolbar-icon.icon-upscale::before {
  left: 1px;
  top: 1px;
  border-right: 0;
  border-bottom: 0;
  box-shadow: 8px 8px 0 -1.5px #28282b, 8px 8px 0 0 currentColor;
}

.ai-video-enhancer-toolbar-icon.icon-upscale::after {
  right: 1px;
  top: 1px;
  border-left: 0;
  border-bottom: 0;
  box-shadow: -8px 8px 0 -1.5px #28282b, -8px 8px 0 0 currentColor;
}

.ai-video-enhancer-toolbar-icon.icon-download::before {
  left: 7px;
  top: 1px;
  width: 2px;
  height: 9px;
  background: currentColor;
}

.ai-video-enhancer-toolbar-icon.icon-download::after {
  left: 4px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.ai-video-enhancer-toolbar-icon.icon-history::before {
  inset: 2px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.ai-video-enhancer-toolbar-icon.icon-history::after {
  left: 7px;
  top: 4px;
  width: 4px;
  height: 5px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
}

.ai-video-enhancer-toolbar-icon.icon-fullscreen::before {
  inset: 2px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  clip-path: polygon(0 0, 38% 0, 38% 14%, 14% 14%, 14% 38%, 0 38%, 0 0, 62% 0, 100% 0, 100% 38%, 86% 38%, 86% 14%, 62% 14%, 62% 0, 100% 62%, 100% 100%, 62% 100%, 62% 86%, 86% 86%, 86% 62%, 100% 62%, 38% 100%, 0 100%, 0 62%, 14% 62%, 14% 86%, 38% 86%, 38% 100%);
}

.ai-video-enhancer-hero-before video,
.ai-video-enhancer-hero-after video {
  display: block;
  width: 100%;
  border-radius: 12px;
  background: #111;
  object-fit: cover;
}

.ai-video-enhancer-hero-before video {
  aspect-ratio: 300 / 169;
}

.ai-video-enhancer-hero-after video {
  aspect-ratio: 720 / 400;
}

.ai-video-enhancer-hero-line {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ai-video-enhancer-hero-line path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.25);
  stroke-width: 1.4;
  stroke-linecap: round;
}

.ai-video-enhancer-hero-line .flow {
  stroke: url(#ai-video-enhancer-flow-grad);
  stroke-width: 3;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.65));
}

.ai-video-enhancer-p2,
.ai-video-enhancer-use-cases {
  margin-top: 120px;
  text-align: center;
}

.ai-video-enhancer-p2 h2,
.ai-video-enhancer-use-cases h2 {
  font-size: 40px;
  line-height: 50px;
}

.ai-video-enhancer-p2 > p,
.ai-video-enhancer-use-cases > p {
  width: min(860px, 100%);
  margin: 12px auto 40px;
  color: #999;
  font-size: 16px;
  line-height: 24px;
}

.ai-video-enhancer-comparison {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1280 / 620;
  border: 1px solid #222;
  border-radius: 20px;
  background: #111;
  cursor: ew-resize;
  touch-action: none;
}

.ai-video-enhancer-p2-stack {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-top: 120px;
}

.ai-video-enhancer-p2-stack article {
  text-align: center;
}

.ai-video-enhancer-p2-stack h3 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.ai-video-enhancer-p2-stack p {
  width: min(772px, 100%);
  margin: 10px auto 30px;
  color: #999;
  font-size: 16px;
  line-height: 24px;
}

.ai-video-enhancer-p2-stack .ai-video-enhancer-comparison {
  aspect-ratio: 1280 / 620;
}

.ai-video-enhancer-layer,
.ai-video-enhancer-layer-before,
.ai-video-enhancer-layer-after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ai-video-enhancer-layer {
  display: block;
  object-fit: cover;
}

.ai-video-enhancer-layer-before {
  z-index: 2;
  overflow: hidden;
  width: 100%;
  clip-path: inset(0 calc(100% - var(--ai-video-split, 50%)) 0 0);
}

.ai-video-enhancer-compare-label {
  position: absolute;
  top: 24px;
  z-index: 4;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.ai-video-enhancer-compare-label-before {
  left: 24px;
}

.ai-video-enhancer-compare-label-after {
  right: 24px;
}

.ai-video-enhancer-compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--ai-video-split, 50%);
  z-index: 5;
  width: 60px;
  margin: 0 0 0 -30px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: ew-resize;
}

.ai-video-enhancer-compare-handle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.72);
}

.ai-video-enhancer-compare-handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
}

.ai-video-enhancer-compare-handle span::before,
.ai-video-enhancer-compare-handle span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #151524;
  border-left: 2px solid #151524;
}

.ai-video-enhancer-compare-handle span::before {
  left: 17px;
  transform: translateY(-50%) rotate(-45deg);
}

.ai-video-enhancer-compare-handle span::after {
  right: 17px;
  transform: translateY(-50%) rotate(135deg);
}

.ai-video-enhancer-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.ai-video-enhancer-card-grid article {
  position: relative;
  overflow: hidden;
  height: 350px;
  border: 1px solid #222;
  border-radius: 12px;
  background: #111;
}

.ai-video-enhancer-card-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-video-enhancer-card-grid div {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  background: linear-gradient(180deg, rgba(4, 0, 0, 0) 25%, rgba(4, 0, 0, 0.9) 100%);
}

.ai-video-enhancer-card-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.ai-video-enhancer-card-grid p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.ai-video-enhancer-page .workflow-templates-scenes {
  margin-top: 120px;
}

.team-collaboration-page {
  background: #000000;
  color: #fff;
}

.team-collaboration-content {
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 20px 0 0;
  background: #000000;
  overflow: hidden;
}

.team-collaboration-hero,
.team-collaboration-features,
.team-collaboration-cta {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.team-collaboration-hero {
  margin-top: 36px;
  text-align: center;
}

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

.team-collaboration-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.team-collaboration-hero-copy p {
  width: min(880px, 100%);
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.team-collaboration-hero-stage {
  position: relative;
  width: 1280px;
  height: 360px;
  margin: 60px auto 0;
}

.team-collaboration-hero-image-card,
.team-collaboration-hero-video-card,
.team-collaboration-script-card,
.team-collaboration-comment-card {
  position: absolute;
  z-index: 3;
}

.team-collaboration-hero-image-card,
.team-collaboration-hero-video-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.team-collaboration-hero-image-card {
  left: 194px;
  top: 170px;
  width: 280px;
}

.team-collaboration-hero-video-card {
  right: 0;
  top: 0;
  width: 480px;
}

.team-collaboration-hero-stage [data-draggable-flow] {
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.team-collaboration-hero-stage [data-draggable-flow].is-dragging {
  z-index: 8;
  cursor: grabbing;
}

.team-collaboration-hero-image-card span,
.team-collaboration-hero-video-card span,
.team-collaboration-script-card span {
  color: #8f9bb2;
  font-size: 12px;
  line-height: 16px;
}

.team-collaboration-hero-image-card img,
.team-collaboration-hero-video-card video {
  display: block;
  width: 100%;
  border: 1px solid #313136;
  border-radius: 12px;
  background: #141416;
  object-fit: cover;
}

.team-collaboration-hero-image-card img {
  aspect-ratio: 280 / 158;
}

.team-collaboration-hero-video-card video {
  aspect-ratio: 480 / 287;
}

.team-collaboration-script-card {
  left: 37px;
  top: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 388px;
  text-align: left;
}

.team-collaboration-script-card p {
  display: -webkit-box;
  height: 122px;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #1f1f21;
  border-radius: 10px;
  background: #141416;
  color: #fafafa;
  font-size: 12px;
  line-height: 17px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.team-collaboration-comment-card {
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border: 1px solid #1f1f21;
  border-radius: 10px;
  background: rgba(20, 20, 22, 0.9);
  color: #fafafa;
  text-align: left;
}

.team-collaboration-comment-card div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.team-collaboration-comment-card img,
.team-collaboration-role-strip img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  overflow: hidden;
  border: 1px solid #222;
  border-radius: 50%;
  object-fit: cover;
}

.team-collaboration-comment-card strong,
.team-collaboration-role-strip span {
  color: #fafafa;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.team-collaboration-comment-card p {
  margin: 0;
  color: #fafafa;
  font-size: 12px;
  line-height: 17px;
}

.team-collaboration-comment-editor {
  left: 0;
  top: 128px;
  width: 192px;
}

.team-collaboration-comment-designer {
  left: 98px;
  top: 269px;
  width: 248px;
}

.team-collaboration-comment-post {
  left: 749px;
  top: 288px;
  width: 230px;
}

.team-collaboration-comment-director {
  left: 959px;
  top: 279px;
  width: 239px;
}

.team-collaboration-hero-links {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.team-collaboration-hero-line,
.team-collaboration-hero-line-flow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.team-collaboration-hero-line {
  stroke: rgba(255, 255, 255, 0.25);
  stroke-width: 1.4;
}

.team-collaboration-hero-line-flow {
  stroke: url(#team-collaboration-flow-grad);
  stroke-width: 3;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
}

.team-collaboration-features {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 80px;
}

.team-collaboration-feature-card {
  display: grid;
  grid-template-columns: 520px 590px;
  align-items: center;
  justify-content: space-between;
  min-height: 440px;
  padding: 30px 40px;
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
}

.team-collaboration-feature-card h3 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-collaboration-feature-card p {
  margin: 18px 0 0;
  color: #999;
  font-size: 16px;
  line-height: 24px;
}

.team-collaboration-feature-card > video,
.team-collaboration-feature-card > img {
  display: block;
  width: 590px;
  max-height: 360px;
  border-radius: 10px;
  object-fit: cover;
}

.team-collaboration-feature-card > video {
  aspect-ratio: 590 / 360;
  background: #111;
}

.team-collaboration-roles-visual {
  position: relative;
  width: 599px;
  max-width: 100%;
  aspect-ratio: 599 / 365;
  height: auto;
}

.team-collaboration-role-strip {
  position: absolute;
  left: 20.03%;
  top: 0;
  z-index: 3;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 79.97%;
  padding: 10px;
  border: 1px solid #1f1f21;
  border-radius: 10px;
  background: rgba(20, 20, 22, 0.8);
}

.team-collaboration-role-strip span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.team-collaboration-roles-prompt,
.team-collaboration-roles-comment {
  position: absolute;
  z-index: 2;
  padding: 10px;
  border: 1px solid #1f1f21;
  border-radius: 10px;
  background: #141416;
  color: #fafafa;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
}

.team-collaboration-roles-prompt {
  left: 0;
  top: 7.69%;
  box-sizing: border-box;
  width: 41.57%;
}

.team-collaboration-roles-board {
  position: absolute;
  left: 0;
  top: 34.52%;
  width: 41.57%;
  height: 38.36%;
  border: 1px solid #1f1f21;
  border-radius: 10px;
  object-fit: cover;
}

.team-collaboration-roles-visual video {
  position: absolute;
  left: 44.07%;
  top: 16.16%;
  display: block;
  width: 55.93%;
  height: 54.79%;
  border: 1px solid #313136;
  border-radius: 12px;
  background: #111;
  object-fit: cover;
}

.team-collaboration-roles-comment-left {
  left: 0;
  top: 73.97%;
  box-sizing: border-box;
  width: 41.74%;
}

.team-collaboration-roles-comment-right {
  left: 44.07%;
  top: 72.6%;
  box-sizing: border-box;
  width: 55.93%;
}

.team-collaboration-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.team-collaboration-tags span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid #1f1f21;
  border-radius: 10px;
  background: #141416;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.team-collaboration-tags img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
}

.team-collaboration-cta {
  margin-top: 120px;
}

.team-collaboration-page .workflow-templates-scenes {
  margin-top: 120px;
}

.team-collaboration-page .footer {
  margin-top: 120px;
}

@media (max-width: 1320px) {
  .asset-library-hero,
  .asset-library-feature,
  .asset-library-cta {
    width: calc(100% - 48px);
  }

  .asset-library-feature {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 36px;
  }

  .asset-library-feature img {
    width: 100%;
  }

  .ai-video-enhancer-hero,
  .ai-video-enhancer-p2,
  .ai-video-enhancer-use-cases {
    width: calc(100% - 48px);
  }

  .ai-video-enhancer-hero-stage {
    width: 100%;
    height: clamp(340px, 35.3125vw, 452px);
  }

  .ai-video-enhancer-hero-before {
    top: 36.6%;
    width: 23.4%;
  }

  .ai-video-enhancer-hero-after {
    width: 56.25%;
  }

  .team-collaboration-hero,
  .team-collaboration-features,
  .team-collaboration-cta {
    width: calc(100% - 48px);
  }

  .team-collaboration-hero-stage {
    width: 100%;
    height: clamp(270px, 28.125vw, 360px);
  }

  .team-collaboration-hero-image-card {
    left: 15.1%;
    top: 47%;
    width: 21.875%;
  }

  .team-collaboration-hero-video-card {
    right: 0;
    width: 37.5%;
  }

  .team-collaboration-script-card {
    left: 2.9%;
    top: 2.8%;
    width: 30.3%;
  }

  .team-collaboration-comment-editor {
    left: 0;
    top: 35.6%;
    width: 15%;
  }

  .team-collaboration-comment-designer {
    left: 7.7%;
    top: 74.7%;
    width: 19.4%;
  }

  .team-collaboration-comment-post {
    left: 58.5%;
    top: 80%;
    width: 18%;
  }

  .team-collaboration-comment-director {
    left: 74.9%;
    top: 77.5%;
    width: 18.7%;
  }

  .team-collaboration-feature-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 36px;
  }

  .team-collaboration-feature-card > video,
  .team-collaboration-feature-card > img {
    width: 100%;
  }

  .team-collaboration-roles-visual {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .asset-library-content {
    padding-top: 18px;
  }

  .asset-library-hero,
  .asset-library-feature,
  .asset-library-cta {
    width: min(100% - 30px, 375px);
  }

  .asset-library-hero {
    margin-top: 34px;
  }

  .asset-library-hero h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .asset-library-hero-copy p,
  .asset-library-feature p,
  .asset-library-cta p {
    font-size: 14px;
    line-height: 22px;
  }

  .asset-library-hero-image {
    margin-top: 36px;
  }

  .asset-library-feature {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-top: 70px;
    padding: 20px;
  }

  .asset-library-feature h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .asset-library-feature img {
    width: 100%;
    max-height: none;
  }

  .asset-library-cta {
    margin-top: 70px;
  }

  .asset-library-page .workflow-templates-scenes {
    margin-top: 70px;
  }

  .asset-library-page .footer {
    margin-top: 70px;
  }

  .ai-video-enhancer-hero,
  .ai-video-enhancer-p2,
  .ai-video-enhancer-use-cases {
    width: min(100% - 30px, 375px);
  }

  .ai-video-enhancer-hero {
    margin-top: 34px;
  }

  .ai-video-enhancer-hero h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .ai-video-enhancer-hero-copy p,
  .ai-video-enhancer-p2 > p,
  .ai-video-enhancer-use-cases > p {
    font-size: 14px;
    line-height: 22px;
  }

  .ai-video-enhancer-hero-stage {
    display: flex;
    flex-direction: column;
    gap: 28px;
    height: auto;
    margin-top: 42px;
  }

  .ai-video-enhancer-hero-before,
  .ai-video-enhancer-hero-after {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .ai-video-enhancer-hero-line {
    display: none;
  }

  .ai-video-enhancer-toolbar {
    display: none;
  }

  .ai-video-enhancer-p2,
  .ai-video-enhancer-use-cases {
    margin-top: 70px;
  }

  .ai-video-enhancer-p2 h2,
  .ai-video-enhancer-use-cases h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .ai-video-enhancer-comparison {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
  }

  .ai-video-enhancer-p2-stack,
  .ai-video-enhancer-card-grid {
    gap: 60px;
    margin-top: 50px;
  }

  .ai-video-enhancer-p2-stack h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .ai-video-enhancer-p2-stack p {
    font-size: 14px;
    line-height: 22px;
  }

  .ai-video-enhancer-card-grid {
    grid-template-columns: 1fr;
  }

  .ai-video-enhancer-card-grid article {
    height: 280px;
  }

  .ai-video-enhancer-compare-label {
    top: 12px;
    padding: 4px 9px;
    font-size: 12px;
  }

  .ai-video-enhancer-compare-label-before {
    left: 12px;
  }

  .ai-video-enhancer-compare-label-after {
    right: 12px;
  }

  .ai-video-enhancer-compare-handle span {
    width: 42px;
    height: 42px;
  }

  .ai-video-enhancer-page .workflow-templates-scenes,
  .ai-video-enhancer-page .footer {
    margin-top: 70px;
  }

  .team-collaboration-content {
    padding-top: 18px;
  }

  .team-collaboration-hero,
  .team-collaboration-features,
  .team-collaboration-cta {
    width: min(100% - 30px, 375px);
  }

  .team-collaboration-hero {
    margin-top: 34px;
  }

  .team-collaboration-hero h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .team-collaboration-hero-copy p,
  .team-collaboration-feature-card p,
  .team-collaboration-cta p {
    font-size: 14px;
    line-height: 22px;
  }

  .team-collaboration-hero-stage {
    display: block;
    position: relative;
    height: auto;
    aspect-ratio: 1280 / 360;
    margin-top: 42px;
    overflow: visible;
    transform: none;
  }

  .team-collaboration-hero-image-card,
  .team-collaboration-hero-video-card,
  .team-collaboration-script-card,
  .team-collaboration-comment-card {
    position: absolute;
  }

  .team-collaboration-script-card p {
    height: clamp(28px, 9.5vw, 122px);
    padding: clamp(2px, 0.8vw, 10px);
    border-radius: clamp(3px, 0.8vw, 10px);
    font-size: clamp(5px, 1.55vw, 12px);
    line-height: 1.25;
    -webkit-line-clamp: 4;
  }

  .team-collaboration-script-card,
  .team-collaboration-comment-card,
  .team-collaboration-hero-image-card,
  .team-collaboration-hero-video-card {
    gap: clamp(2px, 0.7vw, 10px);
  }

  .team-collaboration-comment-card {
    padding: clamp(3px, 0.8vw, 10px);
    border-radius: clamp(3px, 0.8vw, 10px);
  }

  .team-collaboration-comment-card div {
    gap: clamp(2px, 0.8vw, 10px);
  }

  .team-collaboration-comment-card img {
    width: clamp(8px, 2.1vw, 24px);
    height: clamp(8px, 2.1vw, 24px);
    flex-basis: clamp(8px, 2.1vw, 24px);
  }

  .team-collaboration-hero-image-card span,
  .team-collaboration-hero-video-card span,
  .team-collaboration-script-card span,
  .team-collaboration-comment-card strong,
  .team-collaboration-comment-card p {
    font-size: clamp(5px, 1.55vw, 12px);
    line-height: 1.25;
  }

  .team-collaboration-hero-image-card img,
  .team-collaboration-hero-video-card video {
    border-radius: clamp(3px, 0.8vw, 10px);
  }

  .team-collaboration-hero-links {
    display: block;
  }

  .team-collaboration-features {
    gap: 40px;
    margin-top: 70px;
  }

  .team-collaboration-feature-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 20px;
  }

  .team-collaboration-feature-card h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .team-collaboration-feature-card > video,
  .team-collaboration-feature-card > img {
    width: 100%;
    max-height: none;
  }

  .team-collaboration-roles-visual {
    width: 100%;
    margin-top: 4px;
  }

  .team-collaboration-role-strip {
    gap: 5px;
    padding: 6px;
  }

  .team-collaboration-role-strip span,
  .team-collaboration-roles-prompt,
  .team-collaboration-roles-comment {
    font-size: 8px;
    line-height: 11px;
  }

  .team-collaboration-role-strip img {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .team-collaboration-tags span {
    min-height: 32px;
    font-size: 11px;
  }

  .team-collaboration-cta {
    margin-top: 70px;
  }

  .team-collaboration-page .workflow-templates-scenes {
    margin-top: 70px;
  }

  .team-collaboration-page .footer {
    margin-top: 70px;
  }
}

.pricing-page .footer,
.about-page .footer,
.legal-page .footer,
.seedance-page .footer,
.gpt-image-page .footer,
.gemini-page .footer,
.eleven-page .footer,
.ai-cinematic-page .footer,
.workflow-templates-page .footer,
.asset-library-page .footer,
.ai-video-enhancer-page .footer,
.team-collaboration-page .footer,
.project-workspace-page .footer {
  min-height: 344px;
  height: auto;
  padding: 40px 0;
  gap: 60px;
  margin-top: 120px;
  background: #000000;
}

@media (max-width: 768px) {
  .footer,
  .pricing-page .footer,
  .about-page .footer,
  .legal-page .footer,
  .seedance-page .footer,
  .gpt-image-page .footer,
  .gemini-page .footer,
  .eleven-page .footer,
  .ai-cinematic-page .footer,
  .workflow-templates-page .footer,
  .asset-library-page .footer,
  .ai-video-enhancer-page .footer,
  .team-collaboration-page .footer {
    width: 100%;
    max-width: none;
    min-height: 0;
    height: auto;
    padding: 36px 20px;
    gap: 36px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 14px;
    align-items: start;
    width: min(100%, 375px);
    max-width: 100%;
  }

  .footer-brand {
    grid-column: 1 / -1;
    width: 100%;
    flex: 0 0 auto;
  }

  .footer-column,
  .footer-column:first-of-type {
    width: 100%;
    min-width: 0;
    flex: 0 1 auto;
  }

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

  .footer-brand-copy p,
  .footer-column-title,
  .footer-column h2,
  .footer-column a,
  .footer-column a:link,
  .footer-column a:visited {
    font-size: 12px;
    white-space: normal;
  }

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

  .footer-column {
    gap: 14px;
  }

  .copyright {
    font-size: 11px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-width: 100%;
    white-space: normal;
  }

  .footer-records {
    flex-wrap: wrap;
    white-space: normal;
    text-align: left;
  }
}

.ai-cinematic-page .page-content,
.workflow-templates-content,
.asset-library-content,
.ai-video-enhancer-content,
.team-collaboration-content {
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  box-sizing: border-box;
}

.ai-cinematic-breadcrumb,
.workflow-templates-breadcrumb,
.seedance-page .seedance-breadcrumb,
.gpt-image-page .gpt-image-breadcrumb,
.gemini-page .gemini-breadcrumb,
.eleven-page .eleven-breadcrumb {
  margin-top: 0;
}

@media (max-width: 768px) {
  .ai-cinematic-page .page-content,
  .workflow-templates-content,
  .asset-library-content,
  .ai-video-enhancer-content,
  .team-collaboration-content,
  .project-workspace-content {
    padding-top: 84px;
  }
}

.privacy-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 108px;
  padding: 30px 120px;
  box-sizing: border-box;
  color: #fff;
  background: rgba(17, 17, 17, 0.6);
  backdrop-filter: blur(6.674px);
  -webkit-backdrop-filter: blur(6.674px);
  box-shadow: 0 -14px 44px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.privacy-consent.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.privacy-consent.is-hiding {
  opacity: 0;
  transform: translateY(100%);
}

.privacy-consent__copy {
  width: auto;
  max-width: calc(100% - 360px);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
  word-break: break-word;
}

.privacy-consent__copy p {
  margin: 0;
}

.privacy-consent__copy a,
.privacy-consent__copy a:link,
.privacy-consent__copy a:visited {
  color: #fff;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.privacy-consent__actions {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 0 0 auto;
}

.privacy-consent__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 40px;
  padding: 10px 30px;
  border: 0;
  border-radius: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.privacy-consent__button:hover,
.privacy-consent__button:focus-visible {
  transform: translateY(-1px);
}

.privacy-consent__button--decline {
  color: #fff;
  background: #000;
}

.privacy-consent__button--accept {
  color: #040000;
  background: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 1440px) {
  .privacy-consent {
    min-height: 96px;
    padding-right: 64px;
    padding-left: 64px;
  }

  .privacy-consent__copy {
    max-width: calc(100% - 328px);
  }
}

@media (max-width: 768px) {
  .privacy-consent {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    max-height: calc(100dvh - 24px);
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .privacy-consent__copy {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    font-size: 11px;
    line-height: 18px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .privacy-consent__actions {
    width: 100%;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: stretch;
    gap: 12px;
  }

  .privacy-consent__button {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    min-height: 38px;
    padding: 9px 18px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .privacy-consent {
    padding-right: 12px;
    padding-left: 12px;
  }

  .privacy-consent__actions {
    flex-direction: column;
  }

  .privacy-consent__button {
    width: 100%;
    flex-basis: auto;
  }
}


/* English resources center */
.resources-page .page {
  overflow: visible;
}

.resources-page .resource-content {
  width: 100%;
  min-height: 100vh;
  height: auto;
  padding: 20px 0 0;
  overflow: visible;
  background: #000;
}

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

.resource-breadcrumb,
.resource-hero,
.resource-updates,
.resource-news,
.resource-cta,
.resource-detail-layout,
.news-list-hero,
.news-list-grid,
.news-post,
.news-related {
  width: min(1280px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.resource-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  max-width: 100%;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.resource-breadcrumb a,
.resource-breadcrumb span {
  flex: 0 0 auto;
  color: #666666;
  font-weight: 400;
  text-decoration: none;
  transition: color 160ms ease;
}

.resource-breadcrumb a:hover,
.resource-breadcrumb a:focus-visible {
  color: #aaaaaa;
}

.resource-breadcrumb span {
  margin: 0;
}

.resource-breadcrumb strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  color: #aaaaaa;
  font-weight: 400;
  text-decoration: none;
}

.resource-hero {
  padding: 72px 0 40px;
  text-align: center;
}

.resource-hero h1,
.news-list-hero h1,
.news-post h1 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
}

.resource-hero p,
.news-list-hero p {
  margin: 12px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.resource-updates,
.resource-news,
.resource-cta,
.news-list-grid,
.news-post,
.news-related {
  margin-top: 110px;
}

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

.resource-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.25;
}

.resource-section-head a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.resources-page .resource-updates .resource-section-head {
  align-items: flex-end;
}

.resources-page .resource-updates .resource-section-head a {
  line-height: 24px;
}

.resource-timeline {
  --timeline-gap: 70px;
  position: relative;
  min-height: 1240px;
  margin-top: 60px;
}

.resource-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #1d1d25;
}

.resource-update-card {
  position: absolute;
  width: min(480px, calc(50% - var(--timeline-gap)));
  min-height: 220px;
  padding: 20px;
  border: 1px solid #222;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: linear-gradient(90deg, #040404 0%, rgba(4, 4, 4, 0) 100%);
  color: #fff;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.resource-update-card::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #dbe6ff;
  border-radius: 50%;
  background: radial-gradient(circle, #111827 0 42%, #040404 44% 100%);
  box-shadow: 0 0 0 3px rgba(219, 230, 255, 0.08), 0 0 16px rgba(219, 230, 255, 0.32);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.resource-update-card:hover,
.resource-update-card:focus-visible {
  border-color: #333;
  background: linear-gradient(90deg, #040404 0%, rgba(4, 4, 4, 0) 100%);
  box-shadow: 0 0 28px rgba(76, 226, 243, 0.08);
  transform: translateY(-2px);
  outline: none;
}

.resource-update-card:hover::after,
.resource-update-card:focus-visible::after {
  border-color: #f3f7ff;
  background: radial-gradient(circle, #4ce2f3 0 28%, #101827 31% 42%, #040404 44% 100%);
  box-shadow: 0 0 0 4px rgba(76, 226, 243, 0.14), 0 0 22px rgba(76, 226, 243, 0.45);
}

.resource-update-card.is-left {
  right: calc(50% + var(--timeline-gap));
}

.resource-update-card.is-left::after {
  right: calc((var(--timeline-gap) + 9px) * -1);
}

.resource-update-card.is-right {
  left: calc(50% + var(--timeline-gap));
}

.resource-update-card.is-right::after {
  left: calc((var(--timeline-gap) + 9px) * -1);
}

.resource-update-card:nth-child(1) {
  top: 0;
}

.resource-update-card:nth-child(2) {
  top: 250px;
}

.resource-update-card:nth-child(3) {
  top: 500px;
}

.resource-update-card:nth-child(4) {
  top: 750px;
}

.resource-update-card:nth-child(5) {
  top: 1020px;
}

.resource-updates-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  height: 260px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: url("https://static.rayvision.com/pixmax-offical/en/assets/resource-updates-more-mask-BgEzu_-x.webp") center / cover no-repeat;
}

.resource-updates-more span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.resource-updates-more span::after {
  content: "";
  width: 18px;
  height: 14.728px;
  background: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2019%2014.7279'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%205'%20d='M18.7071%208.07107C19.0976%207.68054%2019.0976%207.04738%2018.7071%206.65685L12.3431%200.292893C11.9526%20-0.097631%2011.3195%20-0.097631%2010.9289%200.292893C10.5384%200.683418%2010.5384%201.31658%2010.9289%201.70711L16.5858%207.36396L10.9289%2013.0208C10.5384%2013.4113%2010.5384%2014.0445%2010.9289%2014.435C11.3195%2014.8256%2011.9526%2014.8256%2012.3431%2014.435L18.7071%208.07107ZM0%207.36396V8.36396H18V7.36396V6.36396H0V7.36396Z'%20fill='var(--stroke-0,%20white)'/%3e%3c/svg%3e") center / contain no-repeat;
  transform: rotate(-45deg);
  transform-origin: center;
}

.resource-update-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 30px;
}

.resource-update-card p {
  margin: 0;
  color: #d6d9df;
  font-size: 16px;
  line-height: 24px;
}

.resource-update-card time {
  margin-top: auto;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
}

.resource-pill {
  width: max-content;
  margin-bottom: 30px;
  padding: 6px 18px;
  border-radius: 999px;
  background: linear-gradient(110deg, #bffee1 8.98%, #05cefe 78.37%);
  color: #151524;
  font-size: 14px;
  font-weight: 700;
}

.resource-news-grid,
.news-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.resource-news-grid {
  margin-top: 60px;
}

.resource-news-card,
.news-list-card {
  color: #fff;
  text-decoration: none;
}

.resource-news-card img,
.news-list-card img {
  width: 100%;
  height: 220px;
  display: block;
  border: 1px solid rgba(25, 25, 33, 0.6);
  border-radius: 20px;
  object-fit: cover;
}

.resource-news-card h3,
.news-list-card h2 {
  margin: 18px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.resource-news-card time {
  display: block;
  margin-top: 8px;
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
}

.news-list-card time {
  display: block;
  margin-top: 8px;
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
}

.news-pagination {
  width: min(1180px, calc(100% - 48px));
  margin: 44px auto 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.news-pagination[hidden] {
  display: none;
}

.news-pagination button {
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: #d6d9df;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.news-pagination button.is-active {
  border-color: #58f5d7;
  color: #111;
  background: #58f5d7;
}

.resource-cta {
  position: relative;
  min-height: 261px;
  border: 1px solid #111;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

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

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

.resource-cta > div {
  position: relative;
  z-index: 1;
  color: #fff;
}

.resource-cta h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.25;
}

.resource-cta p {
  margin: 10px 0 20px;
  font-size: 20px;
  line-height: 28px;
}

.resource-cta button {
  height: 48px;
  padding: 0 40px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #151524;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
}

.resource-detail-layout {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 340px minmax(0, 660px);
  justify-content: center;
  gap: 36px;
}

.resource-update-stream {
  display: block;
  width: min(1036px, calc(100% - 48px));
}

.resource-updates-heading {
  margin-bottom: 52px;
  color: #fff;
}

.resource-updates-heading h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.25;
}

.resource-updates-heading p {
  margin: 10px 0 0;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
}

.resource-update-entry {
  display: grid;
  grid-template-columns: 340px minmax(0, 660px);
  align-items: start;
  gap: 36px;
  scroll-margin-top: 96px;
}

.resource-update-entry + .resource-update-entry {
  margin-top: 80px;
}

.resource-flow-nav {
  display: grid;
  grid-template-columns: 340px minmax(0, 660px);
  gap: 36px;
}

.resource-flow-nav + .resource-update-entry,
.resource-update-entry + .resource-flow-nav {
  margin-top: 44px;
}

.resource-flow-nav a {
  grid-column: 2;
  padding: 24px 0 24px 60px;
  border-left: 1px solid #1d1d25;
  color: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.resource-flow-nav a:hover,
.resource-flow-nav a:focus-visible {
  border-color: rgba(94, 141, 255, 0.8);
  transform: translateX(4px);
}

.resource-detail-nav-side .resource-flow-nav a:hover,
.resource-detail-nav-side .resource-flow-nav a:focus-visible {
  border-color: #dddddd;
}

.resource-flow-nav a span {
  display: block;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

.resource-flow-nav a strong {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.resource-flow-nav a small,
.resource-flow-nav a em {
  display: block;
  margin-top: 8px;
  color: #aaa;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.resource-flow-home {
  margin-top: 60px;
  text-align: center;
}

.resource-flow-home a {
  display: inline-flex;
  padding: 10px 18px;
  border: 1px solid #333;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.resource-detail-side {
  position: sticky;
  top: 90px;
  align-self: start;
  color: #aaa;
}

.resource-detail-side h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.resource-detail-side p,
.resource-detail-side time,
.resource-detail-side .resource-detail-meta {
  display: block;
  margin: 16px 0 0;
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
}

.resource-detail-nav-side {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.resource-detail-nav-side .resource-flow-nav {
  display: block;
}

.resource-detail-nav-side .resource-flow-nav a {
  display: block;
  grid-column: auto;
  padding: 0 0 0 20px;
}

.resource-detail-main {
  grid-column: 2;
  min-width: 0;
  padding-left: 60px;
  border-left: 1px solid #1d1d25;
}

.resource-detail-block + .resource-detail-block {
  margin-top: 56px;
}

.resource-detail-block h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.resource-detail-block p {
  margin: 14px 0 20px;
  color: #d6d9df;
  font-size: 16px;
  line-height: 24px;
}

.resource-detail-media {
  display: grid;
  gap: 12px;
}

.resource-detail-media.is-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-detail-media.is-gallery-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-detail-media img {
  width: 100%;
  height: auto;
  border: 1px solid #1d1d25;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.news-list-hero {
  margin-top: 64px;
}

.news-list-hero p {
  margin-top: 10px;
}

.news-list-grid {
  margin-top: 30px;
}

.news-list-card img {
  border-radius: 12px;
}

.news-list-card h2 {
  margin-top: 30px;
}

.news-tabs {
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1d1d25;
  display: flex;
  gap: 40px;
}

.news-tabs a {
  color: #aaa;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.news-tabs a.is-active {
  color: #fff;
}

.news-post {
  width: min(880px, calc(100% - 48px));
  color: #d6d9df;
}

.news-post header h1 {
  font-size: 36px;
}

.news-post header p {
  display: flex;
  gap: 20px;
  margin: 14px 0 28px;
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
}

.news-post header img,
.news-post-body img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #1d1d25;
  border-radius: 16px;
  object-fit: cover;
}

.news-post header img {
  aspect-ratio: 880 / 496;
}

.news-source-note {
  margin: 10px 0 0;
  color: #8d94a3;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.news-post-body .news-source-note {
  margin: 6px 0 18px;
  text-align: left;
}

.news-post-body {
  margin-top: 34px;
}

.news-post-body h2 {
  margin: 44px 0 16px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.news-post-body h3 {
  margin: 30px 0 14px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.news-post-body p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 28px;
}

.news-post-body img {
  max-width: 800px;
  margin: 24px 0 34px;
  margin-left: auto;
  margin-right: auto;
}

.news-post-pager {
  width: min(880px, calc(100% - 48px));
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 400px));
  justify-content: space-between;
  gap: 40px;
}

.news-post-pager-card {
  color: #fff;
  text-decoration: none;
}

.news-post-pager-card:only-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(400px, 100%);
}

.news-post-pager-card span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-post-pager-card img {
  width: 100%;
  height: 220px;
  margin-top: 30px;
  display: block;
  border: 1px solid rgba(25, 25, 33, 0.6);
  border-radius: 12px;
  object-fit: cover;
}

.news-post-pager-card strong {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.resource-article-cta {
  width: min(1280px, calc(100% - 48px));
}

.news-related > div:last-child {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.news-related a {
  color: #fff;
  text-decoration: none;
}

.news-related img {
  width: 100%;
  height: 220px;
  display: block;
  border: 1px solid rgba(25, 25, 33, 0.6);
  border-radius: 20px;
  object-fit: cover;
}

.news-related span {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

@media (max-width: 992px) {
  .resource-news-grid,
  .news-list-grid,
  .news-related > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-detail-layout {
    grid-template-columns: 1fr;
  }

  .resource-update-entry {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .resource-flow-nav {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .resource-flow-nav + .resource-update-entry,
  .resource-update-entry + .resource-flow-nav {
    margin-top: 34px;
  }

  .resource-flow-nav a {
    grid-column: 1;
    padding: 18px 0 18px 20px;
  }

  .resource-update-entry + .resource-update-entry {
    margin-top: 64px;
  }

  .resource-detail-side {
    position: static;
  }

  .resource-detail-main {
    grid-column: 1;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 768px) {
  .resources-page .resource-content {
    padding-top: 20px;
  }

  .resource-breadcrumb,
  .resource-hero,
  .resource-updates,
  .resource-news,
  .resource-cta,
  .resource-detail-layout,
  .news-list-hero,
  .news-list-grid,
  .news-post,
  .news-related {
    width: min(100% - 30px, 375px);
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }

  .resource-breadcrumb {
    font-size: 12px;
    line-height: 20px;
  }

  .resource-hero {
    padding-top: 48px;
  }

  .resource-hero h1,
  .news-list-hero h1,
  .resource-detail-side h2,
  .news-post h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .resource-hero p,
  .news-list-hero p {
    font-size: 14px;
    line-height: 22px;
  }

  .resource-updates,
  .resource-news,
  .resource-cta,
  .news-list-grid,
  .news-post,
  .news-related {
    margin-top: 70px;
  }

  .resource-section-head h2 {
    font-size: 28px;
  }

  .product-updates-page .resource-updates-heading h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .resource-timeline {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 34px;
  }

  .resource-timeline::before {
    display: block;
    left: 9px;
  }

  .resource-update-card::after {
    display: block;
    top: 22px;
    left: -34px;
    right: auto;
  }

  .resource-update-card.is-left::after,
  .resource-update-card.is-right::after {
    left: -34px;
    right: auto;
  }

  .resource-update-card.is-left,
  .resource-update-card.is-right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    grid-column: auto;
    justify-self: stretch;
    margin-top: 0;
    width: 100%;
  }

  .resource-updates-more {
    position: relative;
    z-index: 20;
    height: 160px;
    padding-bottom: 20px;
    margin-top: -110px;
    margin-left: -34px;
  }

  .resource-news-grid,
  .news-list-grid,
  .news-related > div:last-child {
    grid-template-columns: 1fr;
  }

  .resource-news-grid {
    margin-top: 40px;
  }

  .resource-detail-media.is-gallery,
  .resource-detail-media.is-gallery-two {
    grid-template-columns: 1fr;
  }

  .news-post-pager {
    width: calc(100% - 30px);
    max-width: 375px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .news-post-pager-card img {
    height: 190px;
  }

  .news-post-pager-card strong,
  .news-related span {
    font-size: 18px;
    line-height: 28px;
  }

  .resource-news-card img,
  .news-list-card img {
    height: 190px;
  }

  .resource-cta {
    min-height: 240px;
    padding: 32px 20px;
  }

  .resource-cta h2 {
    font-size: 26px;
  }

  .resource-cta p {
    font-size: 14px;
    line-height: 22px;
  }

  .resource-detail-layout,
  .news-list-hero {
    margin-top: 48px;
  }

  .news-tabs {
    gap: 24px;
    overflow-x: auto;
  }

  .news-tabs a {
    font-size: 15px;
    white-space: nowrap;
  }

  .news-post header h1 {
    font-size: 28px;
    line-height: 36px;
  }
}


.header-resources-menu {
  width: 220px;
  padding: 10px;
  align-items: stretch;
  gap: 2px;
}

.header-resources-menu a.is-active,
.header-resources-menu a.is-active:link,
.header-resources-menu a.is-active:visited {
  color: #4ce2f3;
  background: rgba(255, 255, 255, 0.06);
}

.resources-page .footer {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  max-width: none;
  min-height: 344px;
  height: auto;
  margin: 120px auto 0;
}

@media (max-width: 768px) {
  .resources-page .footer {
    width: 100%;
    max-width: none;
    min-height: 0;
    height: auto;
    padding: 36px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-models-menu a.is-active,
.header-models-menu a.is-active:link,
.header-models-menu a.is-active:visited {
  color: #fff;
  background: transparent;
}

.header-models:not(.header-products):not(.header-resources) .header-models-menu a.is-active,
.header-models:not(.header-products):not(.header-resources) .header-models-menu a.is-active:link,
.header-models:not(.header-products):not(.header-resources) .header-models-menu a.is-active:visited {
  color: #fff;
  background: transparent;
}

.header-models-menu a.is-active:hover,
.header-models-menu a.is-active:focus-visible {
  color: #4ce2f3;
  background: rgba(255, 255, 255, 0.06);
}

.header-models:not(.header-products):not(.header-resources) .header-models-menu a.is-active:hover,
.header-models:not(.header-products):not(.header-resources) .header-models-menu a.is-active:focus-visible {
  color: #4ce2f3;
  background: rgba(40, 40, 40, 0.9);
}

.product-updates-page .resource-detail-nav-side .resource-flow-nav a + a {
  margin-top: 34px;
}

.product-updates-page .resource-detail-nav-side .resource-flow-nav a:hover,
.product-updates-page .resource-detail-nav-side .resource-flow-nav a:focus-visible {
  border-left-color: #999999;
}

/* English Blog redesign */
.news-page .news-list-hero {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.news-page .news-list-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.news-page .news-list-hero h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
}

.news-page .news-list-hero p {
  max-width: 900px;
  margin: 0;
  color: #ddd;
  font-size: 16px;
  line-height: 24px;
}

.news-page .news-tabs {
  width: 100%;
  margin-top: 80px;
  padding: 10px 0;
  border-bottom: 1px solid #1d1d25;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.news-page .news-tabs a {
  color: #aaa;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-page .news-tabs a:hover,
.news-page .news-tabs a:focus-visible,
.news-page .news-tabs a.is-active {
  color: #fff;
}

.news-page .news-list-grid {
  margin-top: 80px;
  gap: 40px;
}

.news-page .news-list-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: transform 0.2s ease;
}

.news-page .news-list-card[hidden] {
  display: none !important;
}

.news-page .news-list-card:hover,
.news-page .news-list-card:focus-visible {
  transform: translateY(-4px);
  outline: none;
}

.news-page .news-list-card img {
  height: 220px;
  border-radius: 12px;
}

.news-page .news-list-card img.seedream-card-cover,
.resources-page .resource-news-card img.seedream-card-cover {
  object-fit: contain;
  background: #07111f;
}

.news-page .news-list-card h2 {
  display: -webkit-box;
  margin-top: 20px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-page .news-list-card time {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.news-page .news-list-card time::after {
  content: " \2022  Pixmax Update";
}

.news-page .news-pagination {
  margin-top: 40px;
  gap: 12px;
}

.news-page .news-pagination button {
  min-width: 40px;
  height: 40px;
  border: 0;
  border-radius: 4px;
  color: #777;
  background: #080808;
}

.news-page .news-pagination button.is-active {
  color: #111;
  background: #fff;
}

.news-page .news-post {
  width: min(1000px, calc(100% - 48px));
  margin-top: 72px;
}

.news-page .news-post header {
  text-align: center;
}

.news-page .news-post header h1 {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.news-page .news-post header p {
  width: 100%;
  margin: 20px auto 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1d1d25;
  justify-content: center;
  gap: 40px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.news-page .news-post header p span {
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
}

.news-page .news-post header time::after {
  content: " \2022  Pixmax Update";
}

.news-page .news-post header img {
  width: min(880px, 100%);
  margin: 0 auto;
  border-radius: 10px;
}

.news-page .news-post header img.seedream-post-cover {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.news-page .news-post-body {
  width: min(880px, 100%);
  margin: 30px auto 0;
  color: #d6d9df;
}

.news-page .news-post-body h2 {
  margin: 50px 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.news-page .news-post-body h3 {
  margin: 36px 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.news-page .news-post-body p,
.news-page .news-post-body li {
  color: #d6d9df;
  font-size: 16px;
  line-height: 24px;
}

.news-page .news-post-body p {
  margin-bottom: 10px;
}

.news-page .news-post-body ul,
.news-page .news-post-body ol {
  margin: 0 0 20px;
  padding-left: 22px;
}

.news-page .news-post-body .seedream-cta-wrap {
  margin: 22px 0 14px;
  text-align: center;
}

.news-page .news-post-body .seedream-mint-cta {
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(137, 236, 201, 0.8);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b8f8df;
  color: #071f17;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.news-page .news-post-body .seedream-mint-cta:hover,
.news-page .news-post-body .seedream-mint-cta:focus-visible {
  background: #ccffe9;
  color: #071f17;
  outline: none;
}

.news-page .news-table-wrap {
  width: 100%;
  margin: 28px 0 34px;
  overflow-x: auto;
}

.news-page .news-comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #e9edf7;
  font-size: 15px;
  line-height: 1.6;
}

.news-page .news-comparison-table th,
.news-page .news-comparison-table td {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
  vertical-align: top;
}

.news-page .news-comparison-table th {
  background: rgba(184, 248, 223, 0.12);
  color: #b8f8df;
  font-weight: 700;
}

.news-page .news-comparison-table td {
  background: rgba(255, 255, 255, 0.04);
}

.news-page .news-workflow-line {
  margin: 24px 0 30px;
  padding: 22px;
  border: 1px solid #1d1d25;
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
}

.news-page .news-workflow-line span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d6d9df;
  font-size: 14px;
  line-height: 20px;
}

.news-page .news-workflow-line span:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}

.news-page .news-post-body img {
  width: 100%;
  max-width: 880px;
  margin: 30px 0;
  border-radius: 10px;
}

.news-page .news-post-pager {
  display: none;
}

.news-page .news-related {
  margin-top: 110px;
}

.news-page .news-related .resource-section-head h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
}

.news-page .news-related .resource-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.news-page .news-related .resource-section-head a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.news-page .news-related > div:last-child {
  margin-top: 60px;
  gap: 40px;
}

.news-page .news-related img {
  height: 220px;
  border-radius: 12px;
}

.news-page .news-related span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.news-page .news-related time {
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.news-page .news-related time::after {
  content: " \2022  Pixmax Update";
}

.news-page .resource-article-cta {
  min-height: 128px;
  margin-top: 60px;
  padding: 40px;
  justify-content: space-between;
  text-align: left;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.32) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.news-page .resource-article-cta img,
.news-page .resource-article-cta::after {
  display: none;
}

.news-page .resource-article-cta > div {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 682px) auto;
  align-items: center;
  column-gap: 40px;
}

.news-page .resource-article-cta h2 {
  grid-column: 1;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

.news-page .resource-article-cta p {
  grid-column: 1;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.news-page .resource-article-cta button {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
}

@media (max-width: 992px) {
  .news-page .news-list-grid,
  .news-page .news-related > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-page .resource-article-cta > div {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .news-page .resource-article-cta button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 768px) {
  .news-page .news-list-hero {
    margin-top: 48px;
  }

  .news-page .news-list-hero h1 {
    font-size: 36px;
  }

  .news-page .news-tabs {
    margin-top: 42px;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .news-page .news-tabs a {
    flex: 0 0 auto;
    font-size: 15px;
    line-height: 22px;
  }

  .news-page .news-list-grid,
  .news-page .news-related > div:last-child {
    grid-template-columns: 1fr;
  }

  .news-page .news-list-card img,
  .news-page .news-related img {
    height: 190px;
  }

  .news-page .news-post {
    margin-top: 48px;
  }

  .news-page .news-post header h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .news-page .news-post header p {
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-bottom: 30px;
  }

  .news-page .news-post-body h2 {
    margin-top: 38px;
  }

  .news-page .news-related {
    margin-top: 70px;
  }

  .news-page .news-related .resource-section-head h2,
  .news-page .resource-article-cta h2 {
    font-size: 28px;
  }

  .news-page .resource-article-cta {
    min-height: 0;
    padding: 28px 20px;
  }
}

/* Resources page Blog preview */
.resources-page .resource-news {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 160px;
}

.resources-page .resource-news .resource-section-head h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
}

.resources-page .resource-news .resource-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.resources-page .resource-news .resource-section-head a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.resources-page .resource-news-grid {
  margin-top: 0;
  gap: 40px;
}

.resources-page .resource-news-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}

.resources-page .resource-news-card:hover,
.resources-page .resource-news-card:focus-visible {
  transform: translateY(-4px);
  outline: none;
}

.resources-page .resource-news-card img {
  height: 220px;
  border-radius: 12px;
}

.resources-page .resource-news-card h3 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.resources-page .resource-news-card time {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.resources-page .resource-news-card time::after {
  content: " \2022  Pixmax Update";
}

@media (max-width: 768px) {
  .resources-page .resource-news {
    gap: 40px;
  }

  .resources-page .resource-news .resource-section-head h2 {
    font-size: 28px;
  }
}

/* Product updates index uses the same structured navigation as the CN site. */
.header-model-menu,
.header-feature-menu,
.header-resource-menu {
  position: relative;
  height: 60px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

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

.header-model-tab {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

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

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

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

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

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

.feature-dropdown,
.model-dropdown,
.resource-dropdown {
  background: #121212;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  z-index: 80;
}

.feature-dropdown {
  position: absolute;
  top: 60px;
  left: -139px;
  width: 730px;
  height: 420px;
  padding: 30px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  transform: translateY(8px);
}

.model-dropdown {
  position: fixed;
  top: calc(var(--promo-header-offset) + 60px);
  left: 50%;
  width: min(680px, calc(100vw - 48px));
  padding: 30px;
  border-radius: 12px;
  transform: translate(-50%, 8px);
}

.resource-dropdown {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 240px;
  padding: 20px;
  border-radius: 12px;
  transform: translate(-50%, 8px);
}

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

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

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

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

.feature-dropdown-panel {
  width: 180px;
  flex: 0 0 180px;
}

.feature-option,
.feature-option:link,
.feature-option:visited,
.resource-option,
.resource-option:link,
.resource-option:visited,
.model-option,
.model-option:link,
.model-option:visited {
  min-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;
  transition: color 180ms ease, background 180ms ease;
}

.feature-option,
.feature-option:link,
.feature-option:visited {
  width: 180px;
  white-space: nowrap;
}

.resource-option,
.resource-option:link,
.resource-option:visited {
  width: 200px;
}

.model-option,
.model-option:link,
.model-option:visited {
  display: inline-flex;
  width: auto;
}

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

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

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

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

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

.feature-preview-card-cinematic,
.feature-preview-card-workflow,
.feature-preview-card-assets,
.feature-preview-card-enterprise,
.feature-preview-card-ai {
  display: none;
}

.feature-dropdown:has(.feature-option-cinematic.is-feature-active) .feature-preview-card-cinematic,
.feature-dropdown:has(.feature-option-workflow.is-feature-active) .feature-preview-card-workflow,
.feature-dropdown:has(.feature-option-assets.is-feature-active) .feature-preview-card-assets,
.feature-dropdown:has(.feature-option-enterprise.is-feature-active) .feature-preview-card-enterprise,
.feature-dropdown:has(.feature-option-ai-video.is-feature-active) .feature-preview-card-ai,
.feature-dropdown:has(.feature-option-cinematic:hover) .feature-preview-card-cinematic,
.feature-dropdown:has(.feature-option-cinematic:focus-visible) .feature-preview-card-cinematic,
.feature-dropdown:has(.feature-preview-card-cinematic:hover) .feature-preview-card-cinematic,
.feature-dropdown:has(.feature-preview-card-cinematic:focus-visible) .feature-preview-card-cinematic,
.feature-dropdown:has(.feature-option-workflow:hover) .feature-preview-card-workflow,
.feature-dropdown:has(.feature-option-workflow:focus-visible) .feature-preview-card-workflow,
.feature-dropdown:has(.feature-preview-card-workflow:hover) .feature-preview-card-workflow,
.feature-dropdown:has(.feature-preview-card-workflow:focus-visible) .feature-preview-card-workflow,
.feature-dropdown:has(.feature-option-assets:hover) .feature-preview-card-assets,
.feature-dropdown:has(.feature-option-assets:focus-visible) .feature-preview-card-assets,
.feature-dropdown:has(.feature-preview-card-assets:hover) .feature-preview-card-assets,
.feature-dropdown:has(.feature-preview-card-assets:focus-visible) .feature-preview-card-assets,
.feature-dropdown:has(.feature-option-enterprise:hover) .feature-preview-card-enterprise,
.feature-dropdown:has(.feature-option-enterprise:focus-visible) .feature-preview-card-enterprise,
.feature-dropdown:has(.feature-preview-card-enterprise:hover) .feature-preview-card-enterprise,
.feature-dropdown:has(.feature-preview-card-enterprise:focus-visible) .feature-preview-card-enterprise,
.feature-dropdown:has(.feature-option-ai-video:hover) .feature-preview-card-ai,
.feature-dropdown:has(.feature-option-ai-video:focus-visible) .feature-preview-card-ai,
.feature-dropdown:has(.feature-preview-card-ai:hover) .feature-preview-card-ai,
.feature-dropdown:has(.feature-preview-card-ai:focus-visible) .feature-preview-card-ai {
  display: flex;
}

.feature-dropdown:has(.feature-option-cinematic:hover) .feature-option-cinematic,
.feature-dropdown:has(.feature-option-cinematic:focus-visible) .feature-option-cinematic,
.feature-dropdown:has(.feature-preview-card-cinematic:hover) .feature-option-cinematic,
.feature-dropdown:has(.feature-preview-card-cinematic:focus-visible) .feature-option-cinematic,
.feature-dropdown:has(.feature-option-workflow:hover) .feature-option-workflow,
.feature-dropdown:has(.feature-option-workflow:focus-visible) .feature-option-workflow,
.feature-dropdown:has(.feature-preview-card-workflow:hover) .feature-option-workflow,
.feature-dropdown:has(.feature-preview-card-workflow:focus-visible) .feature-option-workflow,
.feature-dropdown:has(.feature-option-assets:hover) .feature-option-assets,
.feature-dropdown:has(.feature-option-assets:focus-visible) .feature-option-assets,
.feature-dropdown:has(.feature-preview-card-assets:hover) .feature-option-assets,
.feature-dropdown:has(.feature-preview-card-assets:focus-visible) .feature-option-assets,
.feature-dropdown:has(.feature-option-enterprise:hover) .feature-option-enterprise,
.feature-dropdown:has(.feature-option-enterprise:focus-visible) .feature-option-enterprise,
.feature-dropdown:has(.feature-preview-card-enterprise:hover) .feature-option-enterprise,
.feature-dropdown:has(.feature-preview-card-enterprise:focus-visible) .feature-option-enterprise,
.feature-dropdown:has(.feature-option-ai-video:hover) .feature-option-ai-video,
.feature-dropdown:has(.feature-option-ai-video:focus-visible) .feature-option-ai-video,
.feature-dropdown:has(.feature-preview-card-ai:hover) .feature-option-ai-video,
.feature-dropdown:has(.feature-preview-card-ai:focus-visible) .feature-option-ai-video,
.feature-option.is-feature-active {
  color: #4ce2f3;
  background: #040000;
}

.feature-dropdown:has(.feature-option:hover) .feature-preview-card,
.feature-dropdown:has(.feature-option:focus-visible) .feature-preview-card,
.feature-dropdown:has(.feature-preview-card:hover) .feature-preview-card,
.feature-dropdown:has(.feature-preview-card:focus-visible) .feature-preview-card {
  display: none;
}

.feature-dropdown:has(.feature-option-cinematic:hover) .feature-preview-card-cinematic,
.feature-dropdown:has(.feature-option-cinematic:focus-visible) .feature-preview-card-cinematic,
.feature-dropdown:has(.feature-preview-card-cinematic:hover) .feature-preview-card-cinematic,
.feature-dropdown:has(.feature-preview-card-cinematic:focus-visible) .feature-preview-card-cinematic,
.feature-dropdown:has(.feature-option-workflow:hover) .feature-preview-card-workflow,
.feature-dropdown:has(.feature-option-workflow:focus-visible) .feature-preview-card-workflow,
.feature-dropdown:has(.feature-preview-card-workflow:hover) .feature-preview-card-workflow,
.feature-dropdown:has(.feature-preview-card-workflow:focus-visible) .feature-preview-card-workflow,
.feature-dropdown:has(.feature-option-assets:hover) .feature-preview-card-assets,
.feature-dropdown:has(.feature-option-assets:focus-visible) .feature-preview-card-assets,
.feature-dropdown:has(.feature-preview-card-assets:hover) .feature-preview-card-assets,
.feature-dropdown:has(.feature-preview-card-assets:focus-visible) .feature-preview-card-assets,
.feature-dropdown:has(.feature-option-enterprise:hover) .feature-preview-card-enterprise,
.feature-dropdown:has(.feature-option-enterprise:focus-visible) .feature-preview-card-enterprise,
.feature-dropdown:has(.feature-preview-card-enterprise:hover) .feature-preview-card-enterprise,
.feature-dropdown:has(.feature-preview-card-enterprise:focus-visible) .feature-preview-card-enterprise,
.feature-dropdown:has(.feature-option-ai-video:hover) .feature-preview-card-ai,
.feature-dropdown:has(.feature-option-ai-video:focus-visible) .feature-preview-card-ai,
.feature-dropdown:has(.feature-preview-card-ai:hover) .feature-preview-card-ai,
.feature-dropdown:has(.feature-preview-card-ai:focus-visible) .feature-preview-card-ai {
  display: flex;
}

.feature-dropdown:has(.feature-option:hover) .feature-option,
.feature-dropdown:has(.feature-option:focus-visible) .feature-option,
.feature-dropdown:has(.feature-preview-card:hover) .feature-option,
.feature-dropdown:has(.feature-preview-card:focus-visible) .feature-option {
  color: #fff;
  background: transparent;
}

.feature-dropdown:has(.feature-option-cinematic:hover) .feature-option-cinematic,
.feature-dropdown:has(.feature-option-cinematic:focus-visible) .feature-option-cinematic,
.feature-dropdown:has(.feature-preview-card-cinematic:hover) .feature-option-cinematic,
.feature-dropdown:has(.feature-preview-card-cinematic:focus-visible) .feature-option-cinematic,
.feature-dropdown:has(.feature-option-workflow:hover) .feature-option-workflow,
.feature-dropdown:has(.feature-option-workflow:focus-visible) .feature-option-workflow,
.feature-dropdown:has(.feature-preview-card-workflow:hover) .feature-option-workflow,
.feature-dropdown:has(.feature-preview-card-workflow:focus-visible) .feature-option-workflow,
.feature-dropdown:has(.feature-option-assets:hover) .feature-option-assets,
.feature-dropdown:has(.feature-option-assets:focus-visible) .feature-option-assets,
.feature-dropdown:has(.feature-preview-card-assets:hover) .feature-option-assets,
.feature-dropdown:has(.feature-preview-card-assets:focus-visible) .feature-option-assets,
.feature-dropdown:has(.feature-option-enterprise:hover) .feature-option-enterprise,
.feature-dropdown:has(.feature-option-enterprise:focus-visible) .feature-option-enterprise,
.feature-dropdown:has(.feature-preview-card-enterprise:hover) .feature-option-enterprise,
.feature-dropdown:has(.feature-preview-card-enterprise:focus-visible) .feature-option-enterprise,
.feature-dropdown:has(.feature-option-ai-video:hover) .feature-option-ai-video,
.feature-dropdown:has(.feature-option-ai-video:focus-visible) .feature-option-ai-video,
.feature-dropdown:has(.feature-preview-card-ai:hover) .feature-option-ai-video,
.feature-dropdown:has(.feature-preview-card-ai:focus-visible) .feature-option-ai-video {
  color: #4ce2f3;
  background: #040000;
}

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

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

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

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

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

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

.model-dropdown-panel {
  width: 100%;
}

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

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

.model-option-badge,
.footer-link-badge,
.mobile-nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(76, 226, 243, 0.14);
  color: #4ce2f3;
  font-size: 12px;
  line-height: 1;
}

.model-option-badge {
  min-width: 34px;
  height: 18px;
  padding: 0 8px;
}

.site-footer .footer-main {
  align-items: flex-start;
}

.footer-column-title {
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
}

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

.footer-link-badge {
  min-width: 34px;
  height: 18px;
  padding: 0 8px;
}

.resource-detail-block > strong {
  display: block;
  margin: 0 0 14px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.resource-detail-block > strong:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .header-model-menu,
  .header-feature-menu,
  .header-resource-menu {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mobile-nav-model-item > span:not(.header-model-hot) {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-nav-model-item .header-model-hot {
    min-width: 30px;
    height: 16px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 10px;
  }

  .mobile-nav-badge {
    min-width: 42px;
    height: 18px;
    padding: 0 8px;
  }
}

/* English footer redesign from Figma */
.footer,
.page .site-footer {
  width: 100%;
  max-width: none;
  min-height: 344px;
  padding: 40px max(24px, calc((100vw - 1280px) / 2));
  gap: 60px;
  background: #040404;
}

.footer-main,
.site-footer .footer-main {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: clamp(36px, 4vw, 72px);
  margin: 0 auto;
}

.footer-brand {
  width: 322px;
  flex: 0 0 322px;
  gap: 20px;
}

.footer-brand-copy {
  gap: 10px;
}

.footer-brand-copy p,
.footer-brand-copy .footer-brand-subtitle {
  width: 300px;
  max-width: 100%;
  margin: 0;
  color: #999;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.footer-brand-copy .footer-brand-title {
  width: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0;
}

.footer-social-link {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #999999;
  text-decoration: none;
  transition: color 0.2s ease;
}

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

.footer-social-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer-social-link:hover .footer-social-icon,
.footer-social-link:focus-visible .footer-social-icon {
  filter: brightness(0) invert(1);
}

.footer-social-youtube {
  height: 17px;
}

.footer-social-x {
  width: 26px;
}

.footer-column,
.footer-column:first-of-type {
  width: 115px;
  flex: 0 0 115px;
  gap: 20px;
}

.footer-column:first-of-type {
  width: 173px;
  flex-basis: 173px;
}

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

.footer-column a,
.footer-column a:link,
.footer-column a:visited,
.footer-column .footer-link,
.footer-column .footer-link:link,
.footer-column .footer-link:visited {
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

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

.footer-link::after {
  display: none;
}


.footer-newsletter {
  width: 260px;
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 30px 20px;
  border: 0;
  border-radius: 10px;
  background: #222;
  box-sizing: border-box;
}

.footer-newsletter-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.footer-newsletter-title {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.footer-newsletter-desc {
  width: 100%;
  margin: 0;
  color: #999;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.footer-newsletter-fields {
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-newsletter-field {
  display: block;
  width: 100%;
}

.footer-newsletter-field input {
  width: 100%;
  height: 38px;
  padding: 8px 10px;
  border: 1px solid #222;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  box-sizing: border-box;
}

.footer-newsletter-field input::placeholder {
  color: #666;
  opacity: 1;
}

.footer-newsletter-field input:focus {
  border-color: #555;
}

.footer-newsletter-submit {
  width: 196px;
  min-height: 37px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: #ddd;
  color: #040000;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  cursor: default;
}

.footer-bottom {
  width: 100%;
  max-width: 1280px;
  padding-top: 10px;
  border-top: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: nowrap;
}

.footer-legal-link,
.footer-legal-link:link,
.footer-legal-link:visited {
  color: #999;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

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

.footer-bottom .copyright,
.copyright {
  margin: 0;
  color: #999;
  font-family: "Lato", "Montserrat", sans-serif;
  font-size: 12px;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .footer,
  .page .site-footer {
    min-height: 0;
    padding: 36px 20px;
    gap: 28px;
  }

  .footer-main,
  .site-footer .footer-main {
    display: grid;
    width: min(100%, 375px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    width: 100%;
    flex: 0 0 auto;
    align-items: center;
    text-align: center;
  }

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

  .footer-brand-copy p,
  .footer-brand-copy .footer-brand-subtitle {
    width: min(100%, 300px);
    font-size: 12px;
    text-align: center;
  }

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

  .footer-column,
  .footer-column:first-of-type {
    width: 100%;
    min-width: 0;
    flex: 0 1 auto;
    gap: 14px;
  }

  .footer-column h2,
  .footer-column-title,
  .footer-column a,
  .footer-column a:link,
  .footer-column a:visited,
  .footer-column .footer-link,
  .footer-column .footer-link:link,
  .footer-column .footer-link:visited {
    font-size: 12px;
    white-space: normal;
  }

  .footer-bottom {
    width: min(100%, 375px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .footer-bottom .copyright,
  .copyright {
    font-size: 11px;
    text-align: center;
    white-space: normal;
  }

  .footer-links {
    justify-content: center;
    gap: 16px;
  }

  .footer-legal-link,
  .footer-legal-link:link,
  .footer-legal-link:visited {
    font-size: 11px;
  }
}


@media (max-width: 768px) {
  .footer-newsletter {
    grid-column: 1 / -1;
    width: min(100%, 260px);
    flex: 0 0 auto;
    gap: 20px;
    margin: 0 auto;
    padding: 24px 20px;
  }

  .footer-newsletter-fields {
    width: 100%;
  }

  .footer-newsletter-title {
    font-size: 14px;
  }

  .footer-newsletter-desc {
    font-size: 11px;
  }
}

/* EN Product pages - unified FAQ and footer spacing */
@media (max-width: 768px) {
  .ai-cinematic-page .about-faq,
  .ai-cinematic-faq,
  .workflow-templates-page .about-faq,
  .asset-library-page .about-faq,
  .ai-video-enhancer-page .about-faq,
  .team-collaboration-page .about-faq,
  .project-workspace-page .about-faq {
    margin-top: 70px;
    height: auto;
    min-height: 0;
  }

  .ai-cinematic-page .workflow-templates-scenes,
  .workflow-templates-page .workflow-templates-scenes,
  .asset-library-page .workflow-templates-scenes,
  .ai-video-enhancer-page .workflow-templates-scenes,
  .team-collaboration-page .workflow-templates-scenes,
  .project-workspace-page .workflow-templates-scenes {
    margin-top: 70px;
  }

  .ai-cinematic-page .footer,
  .workflow-templates-page .footer,
  .asset-library-page .footer,
  .ai-video-enhancer-page .footer,
  .team-collaboration-page .footer,
  .project-workspace-page .footer {
    margin-top: 70px;
    height: auto;
    min-height: 0;
  }
}

/* Project Workspace page */
.project-workspace-content {
  background: #000000;
}

.project-workspace-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.project-workspace-hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: 645px 155px 480px;
  align-items: center;
  width: 1280px;
  min-height: 385px;
  margin: 60px auto 0;
}

.project-workspace-hero-left {
  grid-column: 1;
  display: flex;
  align-items: flex-end;
  gap: 31px;
}

.project-workspace-hero-left img,
.project-workspace-video-card video {
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.project-workspace-sidebar {
  width: 290px;
  height: 345px;
}

.project-workspace-shot-card {
  width: 324px;
  height: 385px;
}

.project-workspace-hero-link {
  position: absolute;
  left: 645px;
  top: 0;
  z-index: 1;
  width: 155px;
  height: 385px;
  overflow: visible;
  pointer-events: none;
}

.project-workspace-hero-line,
.project-workspace-hero-line-flow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.project-workspace-hero-line {
  stroke: rgba(255, 255, 255, 0.28);
  stroke-width: 1.4;
}

.project-workspace-hero-line-flow {
  stroke: url(#project-workspace-flow-grad);
  stroke-width: 3;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
}

.project-workspace-video-card {
  z-index: 2;
  grid-column: 3;
  justify-self: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.project-workspace-video-card span {
  color: #8f9bb2;
  font-size: 12px;
  line-height: 16px;
}

.project-workspace-video-card video {
  width: 480px;
  aspect-ratio: 16 / 9;
  border: 1px solid #313136;
  background: #141416;
}

.project-workspace-feature-card > img {
  width: 600px;
  max-height: none;
  border-radius: 10px;
  object-fit: contain;
}

.project-workspace-feature-card .team-collaboration-tags span {
  min-height: 40px;
}

.project-workspace-feature-card .project-workspace-tag-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
}

.project-workspace-cta h2 {
  max-width: 670px;
}

.project-workspace-page {
  background: #000000;
}

.project-workspace-page .footer {
  margin-top: 120px;
}

.feature-preview-card-project {
  display: none;
}

.feature-dropdown:has(.feature-option-project.is-feature-active) .feature-preview-card-project,
.feature-dropdown:has(.feature-option-project:hover) .feature-preview-card-project,
.feature-dropdown:has(.feature-option-project:focus-visible) .feature-preview-card-project,
.feature-dropdown:has(.feature-preview-card-project:hover) .feature-preview-card-project,
.feature-dropdown:has(.feature-preview-card-project:focus-visible) .feature-preview-card-project {
  display: flex;
}

.feature-dropdown:has(.feature-preview-card-project:hover) .feature-option-project,
.feature-dropdown:has(.feature-preview-card-project:focus-visible) .feature-option-project {
  color: #4ce2f3;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 1320px) {
  .project-workspace-hero-stage {
    grid-template-columns: minmax(0, 1.35fr) minmax(60px, 0.3fr) minmax(0, 1fr);
    width: calc(100% - 48px);
  }

  .project-workspace-hero-link {
    left: 50.94%;
    width: 11.32%;
  }

  .project-workspace-sidebar {
    width: 45%;
    height: auto;
  }

  .project-workspace-shot-card {
    width: 50%;
    height: auto;
  }

  .project-workspace-video-card video,
  .project-workspace-feature-card > img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .project-workspace-breadcrumb {
    width: min(100% - 30px, 375px);
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .project-workspace-hero-stage {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: calc(100% - 32px);
    min-height: 0;
    margin-top: 36px;
  }

  .project-workspace-hero-left {
    width: 100%;
    gap: 14px;
  }

  .project-workspace-sidebar {
    width: 38%;
  }

  .project-workspace-shot-card {
    width: calc(62% - 14px);
  }

  .project-workspace-hero-link {
    display: none;
  }

  .project-workspace-video-card {
    width: 100%;
  }

  .project-workspace-video-card video {
    width: 100%;
  }
}

/* Unified function and model breadcrumb placement */
@media (min-width: 769px) {
  .ai-cinematic-page .page-content,
  .workflow-templates-content,
  .asset-library-content,
  .ai-video-enhancer-content,
  .team-collaboration-content,
  .project-workspace-content,
  .seedance-page .seedance-content,
  .gpt-image-page .gpt-image-content,
  .gemini-page .gemini-content,
  .eleven-page .eleven-content {
    padding-top: 40px;
  }

  .project-workspace-breadcrumb {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-cinematic-breadcrumb,
  .workflow-templates-breadcrumb,
  .project-workspace-breadcrumb,
  .resource-breadcrumb,
  .seedance-page .seedance-breadcrumb,
  .gpt-image-page .gpt-image-breadcrumb,
  .gemini-page .gemini-breadcrumb,
  .eleven-page .eleven-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 1280px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    color: #666666;
    font-family: "Montserrat", "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .ai-cinematic-breadcrumb a,
  .workflow-templates-breadcrumb a,
  .project-workspace-breadcrumb a,
  .resource-breadcrumb a,
  .seedance-page .seedance-breadcrumb a,
  .gpt-image-page .gpt-image-breadcrumb a,
  .gemini-page .gemini-breadcrumb a,
  .eleven-page .eleven-breadcrumb a {
    color: #666666;
    font-weight: 400;
    text-decoration: none;
    transition: color 160ms ease;
  }

  .ai-cinematic-breadcrumb span,
  .workflow-templates-breadcrumb span,
  .project-workspace-breadcrumb span,
  .resource-breadcrumb span,
  .seedance-page .seedance-breadcrumb span,
  .gpt-image-page .gpt-image-breadcrumb span,
  .gemini-page .gemini-breadcrumb span,
  .eleven-page .eleven-breadcrumb span {
    color: #666666;
    margin: 0;
  }

  .ai-cinematic-breadcrumb a:hover,
  .ai-cinematic-breadcrumb a:focus-visible,
  .workflow-templates-breadcrumb a:hover,
  .workflow-templates-breadcrumb a:focus-visible,
  .project-workspace-breadcrumb a:hover,
  .project-workspace-breadcrumb a:focus-visible,
  .resource-breadcrumb a:hover,
  .resource-breadcrumb a:focus-visible,
  .seedance-page .seedance-breadcrumb a:hover,
  .seedance-page .seedance-breadcrumb a:focus-visible,
  .gpt-image-page .gpt-image-breadcrumb a:hover,
  .gpt-image-page .gpt-image-breadcrumb a:focus-visible,
  .gemini-page .gemini-breadcrumb a:hover,
  .gemini-page .gemini-breadcrumb a:focus-visible,
  .eleven-page .eleven-breadcrumb a:hover,
  .eleven-page .eleven-breadcrumb a:focus-visible,
  .ai-cinematic-breadcrumb strong,
  .workflow-templates-breadcrumb strong,
  .project-workspace-breadcrumb strong,
  .resource-breadcrumb strong,
  .seedance-page .seedance-breadcrumb strong,
  .gpt-image-page .gpt-image-breadcrumb strong,
  .gemini-page .gemini-breadcrumb strong,
  .eleven-page .eleven-breadcrumb strong {
    color: #aaaaaa;
    font-weight: 400;
    text-decoration: none;
  }
}

/* Kling 3.0 model page */
.kling-page .kling-hero .seedance-hero-copy > p {
  top: 292px;
  width: 860px;
}

.kling-page .kling-hero-prompt {
  left: 124px;
  right: 104px;
}

.kling-page .kling-core-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px 40px;
}

.kling-page .kling-core-card-wide {
  width: 620px;
  min-height: 200px;
}

.kling-page .kling-core-card-small {
  width: 400px;
  min-height: 230px;
}


.kling-page .kling-cta img {
  object-position: center;
}

@media (max-width: 1320px) {
  .kling-page .kling-core-card-wide,
  .kling-page .kling-core-card-small {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .kling-page .kling-hero .seedance-hero-copy > p {
    top: 120px;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
  }

  .kling-page .kling-hero-prompt {
    left: 18px;
    right: 18px;
  }

  .kling-page .kling-core-card-wide,
  .kling-page .kling-core-card-small {
    width: 100%;
    min-height: 0;
  }

}

/* PixVerse v6 model page */
.pixverse-page .pixverse-core-grid {
  align-items: stretch;
}

.pixverse-page .pixverse-core-card-wide {
  width: 620px;
  min-height: 206px;
}

.pixverse-page .pixverse-core-card-small {
  width: 400px;
  min-height: 230px;
}

@media (max-width: 1320px) {
  .pixverse-page .pixverse-core-card-wide {
    width: calc(50% - 20px);
  }

  .pixverse-page .pixverse-core-card-small {
    width: calc((100% - 80px) / 3);
  }
}

@media (max-width: 768px) {
  .pixverse-page .pixverse-core-card-wide,
  .pixverse-page .pixverse-core-card-small {
    width: 100%;
    min-height: 0;
  }
}

/* Wan 2.6 model page */
.wan-page .wan-core-grid {
  align-items: stretch;
}

.wan-page .wan-core-card-wide {
  width: 620px;
  min-height: 206px;
}

.wan-page .wan-core-card-small {
  width: 400px;
  min-height: 230px;
}

@media (max-width: 1320px) {
  .wan-page .wan-core-card-wide {
    width: calc(50% - 20px);
  }

  .wan-page .wan-core-card-small {
    width: calc((100% - 80px) / 3);
  }
}

@media (max-width: 768px) {
  .wan-page .wan-core-card-wide,
  .wan-page .wan-core-card-small {
    width: 100%;
    min-height: 0;
  }
}

/* Vidu Q3 Pro model page */
.vidu-page .vidu-core-grid {
  align-items: stretch;
}

.vidu-page .vidu-core-card-wide {
  width: 620px;
  min-height: 206px;
}

.vidu-page .vidu-core-card-small {
  width: 400px;
  min-height: 230px;
}

@media (max-width: 1320px) {
  .vidu-page .vidu-core-card-wide {
    width: calc(50% - 20px);
  }

  .vidu-page .vidu-core-card-small {
    width: calc((100% - 80px) / 3);
  }
}

@media (max-width: 768px) {
  .vidu-page .vidu-core-card-wide,
  .vidu-page .vidu-core-card-small {
    width: 100%;
    min-height: 0;
  }
}

/* HappyHorse 1.0 model page */
.happyhorse-page .happyhorse-hero-media {
  object-position: center;
}

.happyhorse-page .happyhorse-hero .seedance-hero-copy > p {
  top: 292px;
  width: 900px;
}

.happyhorse-page .happyhorse-badge {
  left: calc(50% + 304px);
  top: 200px;
}

.happyhorse-page .happyhorse-hero-prompt {
  left: 124px;
  right: 104px;
}

.happyhorse-page .happyhorse-core-card {
  width: 620px;
  min-height: 164px;
}

.happyhorse-page .happyhorse-ranking {
  margin-top: 120px;
}

.happyhorse-page .happyhorse-ranking-card {
  padding: 20px 30px;
  border: 1px solid rgba(51, 51, 51, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.4);
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  overflow-x: auto;
}

.happyhorse-page .happyhorse-ranking-meta {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.happyhorse-page .happyhorse-ranking-meta strong {
  font-size: 20px;
  line-height: 30px;
}

.happyhorse-page .happyhorse-ranking-meta span {
  font-size: 16px;
  line-height: 30px;
}

.happyhorse-page .happyhorse-ranking-table {
  width: 100%;
  padding-bottom: 20px;
  min-width: 960px;
}

.happyhorse-page .happyhorse-ranking-row {
  display: grid;
  grid-template-columns: 100px 220px minmax(0, 1fr) 160px 160px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: -1px;
  text-align: center;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.happyhorse-page .happyhorse-ranking-row:hover {
  border-color: transparent;
  background: linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box, linear-gradient(135deg, #666 0%, #333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-2px);
}

.happyhorse-page .happyhorse-ranking-row > div {
  min-height: 40px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
}

.happyhorse-page .happyhorse-ranking-head > div {
  min-height: 62px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.happyhorse-page .happyhorse-ranking-note {
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 1320px) {
  .happyhorse-page .happyhorse-core-card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .happyhorse-page .happyhorse-hero .seedance-hero-copy > p {
    top: 120px;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
  }

  .happyhorse-page .happyhorse-badge {
    left: auto;
    right: 15px;
    top: 70px;
  }

  .happyhorse-page .happyhorse-hero-prompt {
    left: 18px;
    right: 18px;
  }

  .happyhorse-page .happyhorse-core-card {
    width: 100%;
    min-height: 0;
  }

  .happyhorse-page .happyhorse-ranking {
    margin-top: 70px;
  }

  .happyhorse-page .happyhorse-ranking-card {
    padding: 16px;
    border-radius: 16px;
  }

  .happyhorse-page .happyhorse-ranking-meta,
  .happyhorse-page .happyhorse-ranking-table,
  .happyhorse-page .happyhorse-ranking-note {
    width: 760px;
    min-width: 760px;
  }

  .happyhorse-page .happyhorse-ranking-row {
    grid-template-columns: 72px 120px 280px 130px 130px;
  }

  .happyhorse-page .happyhorse-ranking-row > div {
    min-height: 38px;
    padding: 9px 10px;
    font-size: 13px;
  }
}

/* Hailuo 2.3 model page */
.hailuo-page .hailuo-hero-media {
  object-position: center;
}

.hailuo-page .hailuo-hero .seedance-hero-copy > p {
  top: 292px;
  width: 900px;
}

.hailuo-page .hailuo-hero-prompt {
  left: 124px;
  right: 104px;
}

.hailuo-page .hailuo-core-card {
  width: 620px;
  min-height: 164px;
}

.hailuo-page .hailuo-version .seedance-section-heading {
  margin-bottom: 40px;
}

@media (max-width: 1320px) {
  .hailuo-page .hailuo-core-card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .hailuo-page .hailuo-hero .seedance-hero-copy > p {
    width: calc(100% - 40px);
    white-space: normal;
  }

  .hailuo-page .hailuo-hero-prompt {
    left: 18px;
    right: 18px;
  }

  .hailuo-page .hailuo-core-card {
    width: 100%;
    min-height: 0;
  }
}

/* Explore More Models - shared EN model pages */
.model-explore-more {
  width: 1280px;
  max-width: calc(100% - 48px);
  margin: 120px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.model-explore-more h2 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.model-explore-more-list {
  width: 1280px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}

.model-explore-more-link {
  min-height: 40px;
  padding: 10px 30px;
  border: 1px solid #666;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.model-explore-more-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(-45deg);
  flex-shrink: 0;
  transition: border-color 160ms ease;
}

.model-explore-more-link:hover,
.model-explore-more-link:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #151524;
  outline: none;
}

.model-explore-more-link:hover::after,
.model-explore-more-link:focus-visible::after {
  border-right-color: currentColor;
  border-bottom-color: currentColor;
}

@media (max-width: 1320px) {
  .model-explore-more {
    width: calc(100% - 48px);
  }
}

@media (max-width: 768px) {
  .model-explore-more {
    width: calc(100% - 30px);
    max-width: 375px;
    margin-top: 70px;
    gap: 28px;
  }

  .model-explore-more h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .model-explore-more-list {
    width: 335px;
    gap: 12px;
  }

  .model-explore-more-link {
    min-height: 34px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 16px;
  }
}

/* English Nano Banana & Dreamina pages */
.nano-banana-page .gpt-image-intro-copy,
.dreamina-page .gpt-image-intro-copy {
  width: 1094px;
  max-width: 100%;
}

.dreamina-page .gpt-image-hero {
  width: 100vw;
  height: min(720px, calc(100vh - 120px));
  min-height: 620px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: transparent;
  isolation: isolate;
}

.dreamina-page .gpt-image-content {
  width: 100%;
  max-width: none;
  overflow-x: clip;
}

.dreamina-page .gpt-image-breadcrumb,
.dreamina-page .gpt-image-intro,
.dreamina-page .gpt-image-version,
.dreamina-page .gpt-image-scenes,
.dreamina-page .model-explore-more,
.dreamina-page .gpt-image-faq,
.dreamina-page .gpt-image-cta {
  width: min(1280px, calc(100vw - 48px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.dreamina-page .gpt-image-core,
.dreamina-page .gpt-image-core-grid,
.dreamina-page .gpt-image-more-list {
  width: 100%;
  max-width: 100%;
}

.dreamina-page .gpt-image-core-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 40px;
}

.dreamina-page .gpt-image-core-card {
  width: auto;
  min-width: 0;
}

.dreamina-page .gpt-image-scene-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  justify-content: stretch;
}

.dreamina-page .gpt-image-scene-card {
  width: auto;
  min-width: 0;
  flex: none;
}

.dreamina-page .gpt-image-cta {
  overflow: hidden;
}

.dreamina-page .gpt-hero-gallery {
  inset: 0;
  z-index: 0;
  opacity: 1;
  background: transparent;
}

.dreamina-page .gpt-hero-gallery-track {
  padding-left: max(24px, calc((100vw - 1280px) / 2));
  padding-right: max(24px, calc((100vw - 1280px) / 2));
}

.dreamina-page .gpt-image-hero::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(4, 4, 4, 0.12) 0%, rgba(4, 4, 4, 0.24) 48%, rgba(4, 4, 4, 0.46) 100%),
    radial-gradient(circle at center, rgba(4, 4, 4, 0.08) 0%, rgba(4, 4, 4, 0.34) 100%);
}

.dreamina-page .gpt-image-hero-copy {
  z-index: 2;
}

.dreamina-page .gpt-image-faq {
  height: auto;
  min-height: 560px;
  overflow: visible;
}

.dreamina-page .gpt-image-cta {
  margin-top: 120px;
}

@media (max-width: 1100px) {
  .dreamina-page .gpt-image-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .dreamina-page .gpt-image-breadcrumb,
  .dreamina-page .gpt-image-intro,
  .dreamina-page .gpt-image-version,
  .dreamina-page .gpt-image-scenes,
  .dreamina-page .model-explore-more,
  .dreamina-page .gpt-image-faq,
  .dreamina-page .gpt-image-cta {
    width: calc(100vw - 30px);
    max-width: 375px;
  }

  .dreamina-page .gpt-image-hero {
    height: 300px;
    min-height: 300px;
    margin-top: 44px;
  }

  .dreamina-page .gpt-image-core-grid,
  .dreamina-page .gpt-image-scene-grid {
    grid-template-columns: 1fr;
  }

  .dreamina-page .gpt-image-core-card,
  .dreamina-page .gpt-image-scene-card {
    width: 100%;
  }

  .dreamina-page .gpt-image-faq {
    height: auto;
    min-height: 0;
  }

  .dreamina-page .gpt-image-cta {
    margin-top: 70px;
  }
}

.nano-banana-page .gpt-image-core-card h3,
.dreamina-page .gpt-image-core-card h3 {
  font-size: 20px;
  line-height: 30px;
}

/* English 404 page */
.error-page .page {
  min-height: 100vh;
  height: auto;
  overflow: visible;
  background: #000;
}

.error-page .header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.error-content {
  position: relative;
  width: 100%;
  min-height: 620px;
  height: auto;
  padding-top: 0;
  overflow: visible;
}

.error-hero {
  position: relative;
  width: min(1280px, calc(100% - 48px));
  min-height: 620px;
  margin: 0 auto;
  padding: 100px 0 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
  box-sizing: border-box;
}

.error-copy {
  position: relative;
  z-index: 2;
  width: min(560px, 50%);
  color: #fff;
}

.error-code {
  margin: 0 0 16px;
  display: inline-block;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: clamp(120px, 10.42vw, 200px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 4.64px;
  color: transparent;
  background:
    radial-gradient(circle at 74% 58%, rgba(121, 253, 176, 1) 0, rgba(88, 245, 215, 0) 16%),
    linear-gradient(115deg, #bffee1 8.98%, #05cefe 78.37%);
  -webkit-background-clip: text;
  background-clip: text;
}

.error-copy h1 {
  margin: 0 0 12px;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.error-description,
.error-help {
  width: min(448px, 100%);
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 24px;
}

.error-actions {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.error-btn,
.error-btn:link,
.error-btn:visited {
  min-width: 156px;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.error-btn:hover,
.error-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.error-btn-primary,
.error-btn-primary:link,
.error-btn-primary:visited {
  color: #021316;
  background: linear-gradient(90deg, #b7f9fe 0%, #82eef9 50%, #4ce2f3 100%);
  box-shadow: 0 16px 18px rgba(76, 226, 243, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.error-btn-light,
.error-btn-light:link,
.error-btn-light:visited {
  color: #222;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.error-help {
  margin-top: 28px;
  font-size: 12px;
}

.error-visual {
  position: absolute;
  top: -60px;
  right: -70px;
  width: min(820px, 58vw);
  height: min(820px, 58vw);
  overflow: hidden;
  pointer-events: none;
}

.error-visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
  object-fit: cover;
}

.error-page .footer {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

@media (max-width: 1280px) {
  .error-visual {
    right: -160px;
    opacity: 0.82;
  }
}

@media (max-width: 900px) {
  .error-hero {
    min-height: 0;
    padding: 70px 0 80px;
    flex-direction: column;
    gap: 36px;
  }

  .error-copy {
    width: 100%;
  }

  .error-visual {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 560px);
    height: auto;
    align-self: center;
    opacity: 1;
  }

  .error-visual img {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .error-hero {
    width: calc(100% - 30px);
    padding: 54px 0 70px;
  }

  .error-code {
    font-size: 96px;
    letter-spacing: 2px;
  }

  .error-copy h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .error-description {
    font-size: 13px;
    line-height: 22px;
  }

  .error-actions {
    margin-top: 30px;
    align-items: stretch;
    gap: 12px;
  }

  .error-btn,
  .error-btn:link,
  .error-btn:visited {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    font-size: 14px;
  }

  .error-help {
    margin-top: 22px;
    white-space: normal;
  }
}


/* English AI Video Agent page */
.en-ai-video-agent-page .page-content {
  position: relative;
  height: auto;
  min-height: 0;
  overflow: visible;
}

.ai-video-agent-content {
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 40px 0 120px;
  gap: 0;
}

.en-ai-video-agent-content .project-management-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 1280px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  color: #666666;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.en-ai-video-agent-content .project-management-breadcrumb a,
.en-ai-video-agent-content .project-management-breadcrumb span {
  color: #666666;
  margin: 0;
  font-weight: 400;
  text-decoration: none;
}

.en-ai-video-agent-content .project-management-breadcrumb strong {
  color: #aaaaaa;
  font-weight: 400;
}

.ai-video-agent-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 1280px;
  max-width: calc(100% - 48px);
  margin: 56px auto 0;
}

.ai-video-agent-hero-copy {
  display: flex;
  width: 880px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.ai-video-agent-hero-copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.ai-video-agent-hero-copy p {
  width: 880px;
  max-width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.ai-video-agent-hero-copy .gen-pro-primary-btn {
  height: auto;
  min-width: 154px;
  margin-top: 0;
  padding: 10px 30px;
  border: 0;
  border-radius: 10px;
  background: #ffffff;
  color: #151524;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  box-shadow: none;
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ai-video-agent-hero-copy .gen-pro-primary-btn:hover,
.ai-video-agent-hero-copy .gen-pro-primary-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(255, 255, 255, 0.14);
}

.ai-video-agent-hero-stage {
  position: relative;
  width: 1280px;
  max-width: 100%;
  min-height: 280px;
  margin-top: 60px;
}

.ai-video-agent-hero-links {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.ai-video-agent-hero-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.44);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.28));
}

.ai-video-agent-hero-line-flow {
  fill: none;
  stroke: url(#ai-video-agent-flow-grad);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.62));
}

.ai-video-agent-hero-media {
  position: absolute;
  left: 402px;
  top: 31px;
  z-index: 2;
  width: 356px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #333333;
  border-radius: 10px;
  background: #111111;
  box-shadow: none;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.ai-video-agent-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-video-agent-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-video-agent-prompt {
  position: absolute;
  left: 0;
  top: 66px;
  z-index: 3;
  width: 284px;
  min-height: 144px;
  padding: 12px 16px;
  border: 1px solid #1f1f21;
  border-radius: 10px;
  background: #141416;
  color: #fafafa;
  font-size: 12px;
  line-height: 1.35;
  backdrop-filter: none;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.ai-video-agent-hero-art {
  position: absolute;
  left: 853px;
  top: 0;
  z-index: 2;
  width: 427px;
  height: 240px;
  border: 1px solid #333333;
  border-radius: 10px;
  background: rgba(20, 20, 22, 0.2);
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.ai-video-agent-prompt.is-dragging,
.ai-video-agent-hero-media.is-dragging,
.ai-video-agent-hero-art.is-dragging {
  z-index: 5;
  cursor: grabbing;
}

.ai-video-agent-hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-video-agent-stats {
  width: 1280px;
  max-width: 100%;
  min-height: 130px;
  margin-top: 66px;
  padding: 40px 60px;
  border: 1px solid #333333;
  border-radius: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ai-video-agent-capabilities,
.ai-video-agent-steps,
.ai-video-agent-compare {
  width: 100%;
}

.ai-video-agent-capabilities {
  margin-top: 120px;
}

.ai-video-agent-steps {
  margin-top: 120px;
}

.ai-video-agent-compare {
  margin-top: 120px;
}

.ai-video-agent-compare .project-management-title-row h2 {
  font-size: 40px;
}

.ai-video-agent-flow-cta {
  margin-top: 120px;
}

.ai-video-agent-scenes {
  margin-top: 120px;
}

.ai-video-agent-faq {
  margin-top: 120px;
}

.ai-video-agent-scenes .ai-cinematic-section-heading {
  display: none;
}

.ai-video-agent-content .project-management-section-heading {
  position: relative;
  top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  text-align: center;
}

.ai-video-agent-capabilities .project-management-section-heading {
  gap: 20px;
}

.ai-video-agent-content .project-management-title-row h2,
.ai-video-agent-scenes .ai-cinematic-section-heading h2,
.ai-video-agent-faq h2 {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}

.ai-video-agent-content .project-management-section-heading p,
.ai-video-agent-scenes .ai-cinematic-section-heading p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.ai-video-agent-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}

.ai-video-agent-card,
.ai-video-agent-step-card,
.ai-video-agent-compare-card {
  border: 1px solid rgba(42, 42, 55, 0.6);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.42);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background 220ms ease;
}

.ai-video-agent-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 400px;
  height: 230px;
  padding: 30px;
}

.ai-video-agent-card:hover,
.ai-video-agent-card:focus-within,
.ai-video-agent-step-card:hover,
.ai-video-agent-step-card:focus-within {
  border-color: transparent;
  background:
    linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78)) padding-box,
    linear-gradient(135deg, #666666 0%, #333333 100%) border-box;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.16);
  transform: translateY(-2px);
}

.ai-video-agent-card-icon {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.ai-video-agent-card h3,
.ai-video-agent-compare-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
}

.ai-video-agent-card p,
.ai-video-agent-compare-card li {
  margin: 0;
  color: #999999;
  font-size: 16px;
  line-height: 24px;
}

.ai-video-agent-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 300px);
  justify-content: space-between;
  gap: 0;
  margin-top: 47px;
}

.ai-video-agent-step-card {
  width: 300px;
  height: 240px;
  padding: 30px;
}

.ai-video-agent-step-card strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: normal;
}

.ai-video-agent-step-card h3 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 20px;
  line-height: normal;
}

.ai-video-agent-step-card p {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.ai-video-agent-compare-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  width: 976px;
  max-width: 100%;
  margin: 47px auto 0;
}

.ai-video-agent-compare-card {
  position: relative;
  z-index: 1;
  width: 493px;
  height: 283px;
  padding: 40px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%20489.978%20283'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='bg'%20opacity='0.4'%20d='M0%2020C0%208.95431%208.95431%200%2020%200H435.628C445.592%200%20454.037%207.33475%20455.431%2017.201L489.778%20260.201C491.479%20272.24%20482.133%20283%20469.974%20283H20C8.9543%20283%200%20274.046%200%20263V20Z'%20fill='url(%23paint0_linear_0_6)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_0_6'%20x1='246.5'%20y1='0'%20x2='246.5'%20y2='283'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-opacity='0.25'/%3e%3cstop%20offset='1'%20stop-color='%23333333'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center / 100% 100% no-repeat;
  box-sizing: border-box;
}

.ai-video-agent-compare-card > * {
  position: relative;
  z-index: 1;
}

.ai-video-agent-compare-card.is-agent {
  width: 493px;
  margin-right: -10px;
  background: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%20489.978%20283'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='bg'%20opacity='0.4'%20d='M0%2020C0%208.95431%208.95431%200%2020%200H435.628C445.592%200%20454.037%207.33475%20455.431%2017.201L489.778%20260.201C491.479%20272.24%20482.133%20283%20469.974%20283H20C8.9543%20283%200%20274.046%200%20263V20Z'%20fill='url(%23paint0_linear_0_9)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_0_9'%20x1='246.5'%20y1='0'%20x2='246.5'%20y2='283'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2358F5D7'/%3e%3cstop%20offset='0.314488'%20stop-color='%23222222'%20stop-opacity='0.4'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center / 100% 100% no-repeat;
  box-shadow: none;
}

.ai-video-agent-compare-card:not(.is-agent) {
  padding-left: 67px;
}

.ai-video-agent-compare-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: normal;
}

.ai-video-agent-compare-card.is-agent h3 {
  color: transparent;
  background:
    radial-gradient(circle at 72% 82%, #79fdb0 0, rgba(88, 245, 215, 0) 26%),
    linear-gradient(92.58deg, #bffee1 4.95%, #05cefe 43.24%);
  -webkit-background-clip: text;
  background-clip: text;
}

.ai-video-agent-compare-card ul {
  display: grid;
  gap: 20px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ai-video-agent-compare-card li {
  display: flex;
  align-items: center;
  min-height: 20px;
  margin: 0;
  color: #aaaaaa;
  white-space: nowrap;
}

.ai-video-agent-compare-card.is-agent li {
  color: #ffffff;
}

.ai-video-agent-compare-card li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex: 0 0 20px;
  background: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%3e%3cpath%20id='&%23229;&%23139;&%23190;'%20d='M15.3137%208.17157L8.24264%2015.2426L4%2011'%20stroke='var(--stroke-0,%20%23666666)'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") center / contain no-repeat;
}

.ai-video-agent-compare-card.is-agent li::before {
  background-image: url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%3e%3cpath%20id='&%23229;&%23139;&%23190;'%20d='M15.3137%208.17157L8.24264%2015.2426L4%2011'%20stroke='var(--stroke-0,%20%2358F5D7)'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");
}

.ai-video-agent-flow-cta {
  width: 1280px;
  max-width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
  gap: 48px;
  padding: 60px;
}

.ai-video-agent-flow-copy {
  display: flex;
  max-width: 760px;
  flex-direction: column;
  gap: 20px;
}

.ai-video-agent-flow-cta h2 {
  max-width: 760px;
  font-size: 40px;
  line-height: normal;
}

.ai-video-agent-flow-cta p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.ai-video-agent-faq {
  width: min(100%, 1000px);
  height: auto;
  min-height: 560px;
  margin-left: auto;
  margin-right: auto;
}

.ai-video-agent-faq h2 {
  font-size: 40px;
  text-align: center;
}

.ai-video-agent-faq .about-faq-list {
  margin-top: 60px;
}

.en-ai-video-agent-page .footer {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 344px;
  margin: 0 auto;
  transform: none;
}

@media (min-width: 769px) {
  .ai-video-agent-content .project-management-title-row h2,
  .ai-video-agent-scenes .ai-cinematic-section-heading h2 {
    font-size: 40px;
  }
}

@media (max-width: 1320px) {
  .ai-video-agent-hero {
    width: calc(100% - 48px);
  }

  .ai-video-agent-hero-stage {
    width: min(100%, 1280px);
  }

  .ai-video-agent-hero-art {
    left: auto;
    right: 0;
    width: 34%;
  }

  .ai-video-agent-hero-media {
    left: 31.4%;
  }

  .ai-video-agent-card-grid {
    grid-template-columns: repeat(2, 400px);
  }

  .ai-video-agent-step-grid {
    grid-template-columns: repeat(2, 300px);
    justify-content: center;
    gap: 30px;
  }

  .ai-video-agent-card,
  .ai-video-agent-step-card {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .ai-video-agent-hero-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    min-height: 0;
  }

  .ai-video-agent-prompt,
  .ai-video-agent-hero-media,
  .ai-video-agent-hero-art {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: min(100%, 427px);
    transform: none;
  }

  .ai-video-agent-hero-links {
    display: none;
  }

  .ai-video-agent-hero-media {
    order: 1;
    height: auto;
    aspect-ratio: 356 / 200;
  }

  .ai-video-agent-prompt {
    order: 2;
  }

  .ai-video-agent-hero-art {
    display: none;
  }

  .ai-video-agent-stats {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-video-agent-compare-grid {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 100%;
  }

  .ai-video-agent-compare-card,
  .ai-video-agent-compare-card.is-agent {
    width: min(100%, 493px);
    height: auto;
    min-height: 283px;
    margin-right: 0;
  }

  .ai-video-agent-compare-card:not(.is-agent) {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .ai-video-agent-content {
    width: calc(100% - 30px);
    padding-top: 80px;
    gap: 70px;
  }

  .en-ai-video-agent-content .project-management-breadcrumb {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
  }

  .ai-video-agent-hero {
    width: 100%;
    max-width: 100%;
    margin-top: 44px;
  }

  .ai-video-agent-hero-copy h1 {
    max-width: calc(100% - 30px);
    font-size: 34px;
    line-height: 42px;
    white-space: normal;
  }

  .ai-video-agent-hero-copy p {
    font-size: 14px;
    line-height: 22px;
  }

  .ai-video-agent-hero-stage {
    margin-top: 32px;
  }

  .ai-video-agent-prompt {
    min-height: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .ai-video-agent-stats {
    min-height: 0;
    margin-top: 34px;
    padding: 24px 18px;
    gap: 24px 12px;
  }

  .ai-video-agent-content .project-management-title-row h2,
  .ai-video-agent-scenes .ai-cinematic-section-heading h2,
  .ai-video-agent-faq h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .ai-video-agent-card-grid,
  .ai-video-agent-step-grid,
  .ai-video-agent-compare-grid {
    margin-top: 36px;
  }

  .ai-video-agent-card-grid,
  .ai-video-agent-step-grid {
    grid-template-columns: 1fr;
  }

  .ai-video-agent-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-video-agent-card,
  .ai-video-agent-step-card,
  .ai-video-agent-compare-card {
    padding: 24px;
  }

  .ai-video-agent-card,
  .ai-video-agent-step-card {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .ai-video-agent-compare-card,
  .ai-video-agent-compare-card.is-agent {
    width: 100%;
    min-height: 283px;
    padding: 32px 28px;
  }

  .ai-video-agent-compare-card:not(.is-agent) {
    padding-left: 52px;
  }

  .ai-video-agent-card h3,
  .ai-video-agent-step-card h3 {
    font-size: 21px;
    line-height: 28px;
  }

  .ai-video-agent-card p,
  .ai-video-agent-step-card p,
  .ai-video-agent-compare-card li,
  .ai-video-agent-content .project-management-section-heading p,
  .ai-video-agent-stats span {
    font-size: 14px;
    line-height: 22px;
  }

  .ai-video-agent-stats span {
    text-align: center;
  }

  .ai-video-agent-compare-card ul {
    gap: 14px;
  }

  .ai-video-agent-compare-card li {
    align-items: flex-start;
    white-space: normal;
  }

  .ai-video-agent-flow-cta {
    width: 100%;
    max-width: 100%;
    gap: 28px;
    padding: 24px 0;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 70px;
  }

  .ai-video-agent-flow-cta p {
    font-size: 14px;
    line-height: 22px;
  }

  .en-ai-video-agent-page .footer {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin-top: 70px;
  }
}

.promotion-pricing-page {
  background: #040000;
}

.promotion-pricing-page.is-modal-open {
  overflow: hidden;
}

.promotion-pricing-page .page {
  min-height: 100vh;
  background: #040000;
  overflow: visible;
}

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

.promotion-pricing-page .footer {
  position: relative;
  top: auto;
  left: auto;
  min-height: 344px;
}

.promotion-pricing-content {
  width: 100%;
  padding: 160px 0 120px;
  color: #fff;
  font-family: "Montserrat", "Lato", "Noto Sans SC", sans-serif;
}

.promotion-hero,
.promotion-plan-section,
.promotion-cta {
  width: 1280px;
  max-width: calc(100vw - 80px);
  margin: 0 auto;
}

.promotion-title-wrap {
  width: 892px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.promotion-title-wrap h1 {
  margin: 0;
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
}

.promotion-title-wrap p {
  margin: 10px 0 0;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
}

.promotion-deal-banner {
  position: relative;
  width: 350px;
  max-width: 100%;
  min-height: 60px;
  margin: 40px auto 0;
  padding: 0;
  border: 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  transition: width 180ms ease, min-height 180ms ease, box-shadow 180ms ease;
}

.promotion-deal-banner:hover,
.promotion-deal-banner:focus-visible {
  width: 880px;
  min-height: 136px;
  outline: none;
}

.promotion-deal-default,
.promotion-deal-hover {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: opacity 160ms ease;
}

.promotion-deal-default {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  white-space: nowrap;
  background: radial-gradient(115px 30px at 67% 100%, #79fdb0 0%, rgba(88, 245, 215, 0) 100%), linear-gradient(97deg, #bffee1 9%, #05cefe 78%);
}

.promotion-deal-default strong {
  color: #000;
  font-size: inherit;
  line-height: inherit;
}

.promotion-deal-hover {
  padding: 20px 60px 20px 30px;
  border: 1px solid #58f5d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: radial-gradient(280px 90px at 9% 100%, rgba(5, 206, 254, 0.28) 0%, rgba(29, 180, 216, 0.18) 45%, rgba(102, 102, 102, 0) 100%), radial-gradient(520px 160px at 100% 0%, rgba(88, 245, 215, 0.22) 0%, rgba(5, 206, 254, 0.12) 42%, rgba(4, 0, 0, 0) 70%), #111;
  opacity: 0;
}

.promotion-deal-banner:hover .promotion-deal-default,
.promotion-deal-banner:focus-visible .promotion-deal-default {
  opacity: 0;
}

.promotion-deal-banner:hover .promotion-deal-hover,
.promotion-deal-banner:focus-visible .promotion-deal-hover {
  opacity: 1;
}

.promotion-deal-copy,
.promotion-deal-off {
  position: relative;
  z-index: 1;
}

.promotion-deal-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.promotion-deal-copy strong {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
}

.promotion-deal-copy span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.promotion-deal-off {
  flex: 0 0 auto;
  min-width: 90px;
  background: linear-gradient(130deg, #bffee1 8%, #05cefe 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
}

.promotion-plan-section {
  margin-top: 108px;
}

.promotion-tabs {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 60px;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 32px;
  display: flex;
  align-items: center;
  background: rgba(4, 0, 0, 0.86);
  backdrop-filter: blur(12px);
  overflow-x: auto;
  scrollbar-width: none;
}

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

.promotion-tab {
  position: relative;
  height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font: 400 16px/1 "Montserrat", "Lato", sans-serif;
  white-space: nowrap;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

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

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

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

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

.promotion-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 300px));
  justify-content: space-between;
  gap: 24px;
}

.promotion-plan-card {
  min-height: 649px;
  padding: 30px;
  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%);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.promotion-plan-card:hover,
.promotion-plan-card:focus-within {
  border-color: #58f5d7;
  box-shadow: 0 0 0 1px rgba(88, 245, 215, 0.12);
}

.promotion-plan-head {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.promotion-plan-head h2 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
}

.promotion-plan-head span {
  min-height: 29px;
  padding: 0 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #151524;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  background: radial-gradient(100% 340% at 50% 100%, #b7f9fe 0%, #82eef9 50%, #4ce2f3 100%);
}

.promotion-plan-price {
  margin: 20px 0 0;
  color: #999;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.promotion-plan-price strong {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

.promotion-plan-price span {
  margin-left: 2px;
}

.promotion-plan-price del {
  margin-left: 4px;
}

.promotion-plan-note {
  min-height: 40px;
  margin: 6px 0 0;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.promotion-credit-box {
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  background: #222;
}

.promotion-credit-box strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.promotion-credit-box span {
  display: block;
  margin-top: 6px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.promotion-white-btn {
  min-height: 40px;
  padding: 10px 30px;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #151524;
  font: 500 16px/20px "Montserrat", "Lato", sans-serif;
  background: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background 180ms ease, box-shadow 180ms ease, transform 120ms ease;
}

.promotion-plan-card .promotion-white-btn {
  width: 100%;
  margin-top: 20px;
}

.promotion-white-btn:hover,
.promotion-white-btn:focus-visible {
  background: #4ce2f3;
  box-shadow: 0 0 24px rgba(76, 226, 243, 0.46);
  outline: none;
}

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

.promotion-plan-card ul {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.promotion-plan-card li,
.promotion-enterprise-benefits li {
  position: relative;
  padding-left: 24px;
  color: #d4dbe7;
  font-size: 14px;
  line-height: 20px;
}

.promotion-plan-card li::before,
.promotion-enterprise-benefits li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 12px;
}

.promotion-enterprise-card {
  padding: 30px;
  border: 1px solid #222;
  border-radius: 12px;
  background: rgba(17, 17, 17, 0.96);
}

.promotion-enterprise-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.promotion-enterprise-head h2 {
  margin: 0;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.promotion-enterprise-head p {
  margin: 10px 0 0;
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
}

.promotion-enterprise-card > strong {
  display: block;
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
  font-size: 16px;
  line-height: 20px;
}

.promotion-enterprise-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  padding-top: 30px;
}

.promotion-enterprise-benefits ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.promotion-compare {
  margin-top: 60px;
}

.promotion-compare h2,
.promotion-faq h2 {
  margin: 0 0 60px;
  color: #fff;
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
  text-align: center;
}

.promotion-table-wrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-color: #333 transparent;
}

.promotion-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.promotion-table th,
.promotion-table td {
  min-width: 120px;
  padding: 10px 12px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.promotion-table tbody tr {
  transition: background 180ms ease;
}

.promotion-table tbody tr:hover th,
.promotion-table tbody tr:hover td {
  border-color: rgba(76, 226, 243, 0.45);
  background: rgba(76, 226, 243, 0.08);
}

.promotion-table tbody tr:hover th:first-child,
.promotion-table tbody tr:hover td:last-child {
  color: #4ce2f3;
}

.promotion-table thead th {
  height: 90px;
  font-weight: 700;
}

.promotion-table thead span {
  display: block;
  margin-top: 10px;
  font-weight: 400;
}

.promotion-table th:first-child {
  min-width: 270px;
  text-align: left;
}

.promotion-table tbody tr:not(.is-section) th:first-child {
  padding-left: 32px;
}

.promotion-table tr.is-section th,
.promotion-table tr.is-section td {
  height: 50px;
  font-weight: 700;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background: #111111;
}

.promotion-table tr[hidden] {
  display: none;
}

.promotion-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-family: "Montserrat", "Lato", sans-serif;
  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;
}

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

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

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

.promotion-check {
  color: #58f5d7;
  font-weight: 700;
}

.promotion-dash {
  color: #999;
  font-weight: 700;
}

.promotion-compare-note {
  margin: 30px 0 0;
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.promotion-faq {
  width: 1000px;
  max-width: calc(100vw - 80px);
  margin: 120px auto 0;
  height: auto;
  text-align: center;
}

.promotion-faq.about-faq .about-faq-list {
  margin-top: 60px;
}

.promotion-faq.about-faq .about-faq-question {
  pointer-events: auto;
}

.promotion-cta {
  margin-top: 120px;
  padding: 40px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.32) 0%, rgba(34, 34, 34, 0.4) 100%);
}

.promotion-cta h2 {
  margin: 0;
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
}

.promotion-cta p {
  margin: 10px 0 0;
  font-size: 20px;
  line-height: 24px;
}

.promotion-cta .promotion-white-btn {
  min-width: 198px;
  min-height: 48px;
  border-radius: 12px;
  font-weight: 700;
}

.promotion-sales-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
}

.promotion-sales-modal[hidden] {
  display: none;
}

.promotion-sales-dialog {
  position: relative;
  width: 1100px;
  max-width: calc(100vw - 48px);
  min-height: 640px;
  padding: 64px 76px;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 76px;
  background: radial-gradient(520px 330px at 10% 92%, rgba(5, 206, 254, 0.36) 0%, rgba(5, 206, 254, 0.1) 47%, rgba(17, 17, 17, 0) 78%), #111;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  overflow: hidden;
}

.promotion-sales-dialog::after {
  content: "";
  position: absolute;
  top: 64px;
  bottom: 64px;
  left: calc(50% - 1px);
  width: 1px;
  background: #333;
}

.promotion-sales-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.promotion-sales-close::before,
.promotion-sales-close::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 9px;
  width: 14px;
  height: 1px;
  background: #fff;
}

.promotion-sales-close::before {
  transform: rotate(45deg);
}

.promotion-sales-close::after {
  transform: rotate(-45deg);
}

.promotion-sales-copy {
  align-self: center;
  padding-right: 28px;
}

.promotion-sales-copy h2 {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

.promotion-sales-copy p {
  width: 407px;
  max-width: 100%;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 24px;
}

.promotion-sales-copy ul {
  margin: 40px 0 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 24px;
}

.promotion-sales-form {
  position: relative;
  z-index: 1;
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 30px;
}

.promotion-sales-form h3,
.promotion-sales-full,
.promotion-sales-feedback,
.promotion-sales-submit {
  grid-column: 1 / -1;
}

.promotion-sales-form h3 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.promotion-sales-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 24px;
}

.promotion-sales-form input,
.promotion-sales-form select,
.promotion-sales-form textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 8px 12px;
  color: #fff;
  font: 400 14px/20px "Montserrat", "Lato", sans-serif;
  background: #222;
  outline: none;
}

.promotion-sales-form input:focus,
.promotion-sales-form select:focus,
.promotion-sales-form textarea:focus {
  border-color: #58f5d7;
}

.promotion-sales-form textarea {
  min-height: 77px;
  resize: vertical;
}

.promotion-sales-feedback {
  margin: -4px 0 0;
  min-height: 20px;
  color: #8debd9;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.promotion-sales-feedback.is-error {
  color: #ff9b9b;
}

.promotion-sales-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  box-shadow: none;
}

.promotion-sales-submit {
  width: 183px;
  min-height: 48px;
  justify-self: center;
  margin-top: 18px;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .promotion-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 300px));
    justify-content: center;
  }

  .promotion-sales-dialog {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 56px 40px 40px;
    overflow-y: auto;
  }

  .promotion-sales-dialog::after {
    display: none;
  }

  .promotion-sales-copy {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .promotion-pricing-content {
    padding: 120px 20px 80px;
  }

  .promotion-hero,
  .promotion-plan-section,
  .promotion-faq,
  .promotion-cta {
    width: 100%;
    max-width: 100%;
  }

  .promotion-title-wrap h1,
  .promotion-compare h2,
  .promotion-faq h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .promotion-title-wrap p {
    font-size: 14px;
    line-height: 22px;
  }

  .promotion-deal-banner {
    width: 100%;
    min-height: 0;
  }

  .promotion-deal-banner:hover,
  .promotion-deal-banner:focus-visible {
    width: 100%;
    min-height: 170px;
  }

  .promotion-deal-default {
    position: relative;
    min-height: 60px;
  }

  .promotion-deal-hover {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .promotion-deal-copy strong {
    font-size: 24px;
    line-height: 30px;
  }

  .promotion-deal-copy span {
    font-size: 15px;
    line-height: 22px;
  }

  .promotion-deal-off {
    font-size: 34px;
    line-height: 38px;
    text-align: left;
  }

  .promotion-plan-section {
    margin-top: 70px;
  }

  .promotion-tabs {
    margin-bottom: 32px;
  }

  .promotion-tab {
    font-size: 14px;
    padding: 0 14px;
  }

  .promotion-tab + .promotion-tab {
    margin-left: 18px;
  }

  .promotion-tab + .promotion-tab::before {
    left: -9px;
  }

  .promotion-plan-grid {
    grid-template-columns: 1fr;
  }

  .promotion-plan-card {
    min-height: 0;
    padding: 24px;
  }

  .promotion-enterprise-head,
  .promotion-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .promotion-enterprise-benefits {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .promotion-compare h2,
  .promotion-faq h2 {
    margin-bottom: 32px;
  }

  .promotion-table {
    min-width: 760px;
  }

  .promotion-table th:first-child {
    min-width: 210px;
  }

  .promotion-plan-panel[data-promo-plan-panel="enterprise"] .promotion-table {
    min-width: 520px;
  }

  .promotion-plan-panel[data-promo-plan-panel="enterprise"] .promotion-table th,
  .promotion-plan-panel[data-promo-plan-panel="enterprise"] .promotion-table td {
    min-width: 92px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .promotion-plan-panel[data-promo-plan-panel="enterprise"] .promotion-table th:first-child {
    min-width: 168px;
  }

  .promotion-faq-item {
    padding: 18px 48px 18px 18px;
  }

  .promotion-cta p {
    font-size: 14px;
    line-height: 22px;
  }

  .promotion-cta h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .promotion-sales-modal {
    padding: 16px;
    align-items: flex-start;
    overflow-y: auto;
  }

  .promotion-sales-dialog {
    max-width: 100%;
    min-height: 0;
    padding: 60px 20px 24px;
    border-radius: 20px;
  }

  .promotion-sales-copy h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .promotion-sales-form {
    grid-template-columns: 1fr;
  }

  .promotion-sales-submit {
    width: 100%;
  }
}

.seedream-page .seedream-content {
  position: relative;
  width: 100%;
  max-width: none;
  padding-top: 0;
  overflow-x: hidden;
  background: #000000;
}

.seedream-page,
.seedream-page .page {
  background: #000000;
}

.seedance-mini-page,
.seedance-mini-page .page,
.seedance-mini-page .seedance-content {
  background: #000000;
}

.seedance-mini-page .seedance-content {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100vh;
  padding-top: 40px;
  overflow: hidden;
}

.seedance-mini-page .seedance-breadcrumb,
.seedance-mini-page .seedance-workflow,
.seedance-mini-page .seedance-version,
.seedance-mini-page .seedance-scenes,
.seedance-mini-page .model-explore-more,
.seedance-mini-page .seedance-cta {
  width: min(1280px, calc(100vw - 48px));
  max-width: none;
}

.seedance-mini-page .seedance-breadcrumb {
  margin-left: auto;
  margin-right: auto;
}

.seedance-mini-page .seedance-mini-hero {
  width: min(1280px, calc(100vw - 48px));
  height: 620px;
  margin: 40px auto 0;
  border-radius: 20px;
  background: #111111;
}

.seedance-mini-page .seedance-mini-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.32) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}

.seedance-mini-page .seedance-mini-hero .seedance-hero-video {
  z-index: 1;
  opacity: 1;
}

.seedance-mini-page .seedance-mini-hero-copy {
  z-index: 3;
}

.seedance-mini-page .seedance-mini-hero-copy h1 {
  top: 220px;
  font-size: 64px;
}

.seedance-mini-page .seedance-mini-hero-copy > p {
  top: 330px;
  width: 900px;
  font-weight: 700;
}

.seedance-mini-page .seedance-mini-hero-copy .seedance-badge {
  left: calc(50% + 320px);
  top: 232px;
}

.seedance-mini-page .seedance-mini-intro {
  width: min(1200px, calc(100vw - 48px));
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.seedance-mini-page .seedance-mini-intro p {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.seedance-mini-page .seedance-mini-intro button {
  min-width: 206px;
  height: 48px;
  padding: 0 60px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #b7f9fe 0%, #4ce2f3 100%);
  color: #151524;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.seedance-mini-page .seedance-mini-features {
  margin-top: 120px;
}

.seedance-mini-page .seedance-mini-features .seedance-core,
.seedance-mini-page .seedance-mini-core-grid {
  width: 100%;
}

.seedance-mini-page .seedance-mini-core-grid {
  gap: 40px;
  align-items: stretch;
}

.seedance-mini-page .seedance-mini-card-wide {
  width: calc((100% - 40px) / 2);
  min-height: 253px;
}

.seedance-mini-page .seedance-mini-card-small {
  width: calc((100% - 80px) / 3);
  min-height: 278px;
}

.seedance-mini-page .seedance-mini-core-card h3 {
  font-size: 20px;
  line-height: 30px;
}

.seedance-mini-page .seedance-mini-version .seedance-section-heading,
.seedance-mini-page .seedance-mini-scenes .seedance-section-heading {
  width: min(892px, 100%);
  margin-bottom: 60px;
}

.seedance-mini-page .seedance-section-heading p,
.seedance-mini-page .seedance-mini-more-copy {
  max-width: 800px;
  margin: 10px auto 0;
  color: #aaa;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.seedance-mini-page .seedance-mini-version-table .seedance-version-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seedance-mini-page .seedance-mini-scenes-grid {
  gap: 40px;
  justify-content: flex-start;
}

.seedance-mini-page .seedance-mini-scene-card {
  width: calc((100% - 40px) / 2);
  height: 320px;
  flex: 0 0 calc((100% - 40px) / 2);
}

.seedance-mini-page .seedance-mini-scene-card::after {
  height: 60%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(0, 0, 0, 0.9) 78.75%);
}

.seedance-mini-page .seedance-mini-scene-card .seedance-scene-copy {
  bottom: 40px;
}

.seedance-mini-page .seedance-mini-scene-card .seedance-scene-copy h3,
.seedance-mini-page .seedance-mini-scene-card .seedance-scene-copy p {
  width: min(520px, 100%);
}

.seedance-mini-page .seedance-mini-more {
  gap: 0;
  margin-top: 120px;
}

.seedance-mini-page .seedance-mini-more .model-explore-more-list {
  width: 100%;
  margin-top: 60px;
}

.seedance-mini-page .seedance-faq {
  margin-top: 120px;
}

.seedance-mini-page .seedance-cta {
  margin-top: 120px;
}

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

  .seedance-mini-page .seedance-breadcrumb,
  .seedance-mini-page .seedance-workflow,
  .seedance-mini-page .seedance-version,
  .seedance-mini-page .seedance-scenes,
  .seedance-mini-page .model-explore-more,
  .seedance-mini-page .seedance-faq,
  .seedance-mini-page .seedance-cta {
    width: min(100% - 30px, 375px);
  }

  .seedance-mini-page .seedance-mini-hero {
    width: min(100% - 30px, 375px);
    height: 520px;
    margin-top: 24px;
  }

  .seedance-mini-page .seedance-mini-hero-copy h1 {
    top: 170px;
    font-size: 40px;
    white-space: normal;
  }

  .seedance-mini-page .seedance-mini-hero-copy > p {
    top: 278px;
    width: calc(100% - 40px);
    font-size: 15px;
    line-height: 24px;
    white-space: normal;
  }

  .seedance-mini-page .seedance-mini-hero-copy .seedance-badge {
    left: 50%;
    top: 126px;
    transform: translateX(-50%);
  }

  .seedance-mini-page .seedance-mini-intro {
    width: min(100% - 30px, 375px);
  }

  .seedance-mini-page .seedance-mini-intro p {
    font-size: 15px;
    line-height: 24px;
  }

  .seedance-mini-page .seedance-mini-card-wide,
  .seedance-mini-page .seedance-mini-card-small,
  .seedance-mini-page .seedance-mini-scene-card {
    width: 100%;
    flex-basis: 100%;
  }

  .seedance-mini-page .seedance-mini-version-table .seedance-version-row {
    width: 760px;
    grid-template-columns: 160px 140px 180px 280px;
  }

  .seedance-mini-page .seedance-mini-scene-card {
    height: 300px;
  }

  .seedance-mini-page .seedance-mini-features,
  .seedance-mini-page .seedance-mini-more,
  .seedance-mini-page .seedance-faq,
  .seedance-mini-page .seedance-cta {
    margin-top: 70px;
  }

  .seedance-mini-page .seedance-mini-more .model-explore-more-list {
    margin-top: 28px;
  }
}

.seedream-page .gpt-image-breadcrumb,
.seedream-page .gpt-image-intro,
.seedream-page .gpt-image-version,
.seedream-page .gpt-image-scenes,
.seedream-page .model-explore-more,
.seedream-page .gpt-image-faq,
.seedream-page .gpt-image-cta {
  width: min(1280px, calc(100vw - 48px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.seedream-page .gpt-image-breadcrumb {
  position: absolute;
  left: max(24px, calc(50% - 640px));
  top: 28px;
  z-index: 4;
  width: auto;
  margin: 0;
}

.seedream-page .seedream-hero {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100vh;
  min-height: 800px;
  margin: -60px 0 0;
  overflow: hidden;
  color: #fff;
  background-color: #02070d;
}

.seedream-page .seedream-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 27.5%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.5) 16%, rgba(0, 0, 0, 0) 48%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 71.5%, #000 100%);
  pointer-events: none;
}

.seedream-page .seedream-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  background-image: url("https://static.rayvision.com/pixmax-offical/en/assets/seedream-5-pro-raw-09-DV2Wahy9.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  pointer-events: none;
}

.seedream-page .seedream-hero-copy {
  position: absolute;
  top: min(268px, 13.958vw);
  left: max(24px, calc(50% - 640px));
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: min(588px, 30.625vw);
  align-items: flex-start;
  gap: min(10px, 0.521vw);
  text-align: left;
}

.seedream-page .seedream-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-weight: 700;
  font-size: min(64px, 3.333vw);
  line-height: 1.08;
}

.seedream-page .seedream-hero-copy p {
  max-width: min(588px, 30.625vw);
  margin: 0;
  color: #ddd;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: min(20px, 1.042vw);
  font-weight: 400;
  line-height: 1.5;
}

.seedream-page .seedream-primary-btn {
  width: min(206px, 10.729vw);
  height: min(48px, 2.5vw);
  margin-top: min(14px, 0.729vw);
  padding: 0 min(60px, 3.125vw);
  border-radius: min(12px, 0.625vw);
  border: 0;
  background: linear-gradient(180deg, #b7f9fe 0%, #4ce2f3 100%);
  color: #151524;
  font-family: "Montserrat", "Lato", sans-serif;
  font-weight: 700;
  font-size: min(16px, 0.833vw);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.seedream-page .seedream-primary-btn:hover,
.seedream-page .seedream-primary-btn:focus-visible {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

.seedream-page .seedream-hero-metrics {
  position: absolute;
  left: 50%;
  bottom: min(80px, 4.167vw);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(1280px, calc(100vw - 48px));
  min-height: min(136px, 7.083vw);
  padding: min(30px, 1.563vw);
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: min(30px, 1.563vw);
  background: rgba(34, 34, 34, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.seedream-page .seedream-hero-metrics div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: min(10px, 0.521vw);
  min-width: 0;
}

.seedream-page .seedream-hero-metrics img {
  width: min(32px, 1.667vw);
  height: min(32px, 1.667vw);
  display: block;
}

.seedream-page .seedream-hero-metrics strong {
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: min(16px, 0.833vw);
  line-height: 1.25;
}

.seedream-page .seedream-hero-metrics span {
  color: #999;
  font-size: min(14px, 0.729vw);
  line-height: 1.43;
}

.seedream-page .gpt-image-section-heading p,
.seedream-page .seedream-more-copy {
  max-width: 800px;
  margin: 10px auto 0;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.seedream-page .seedream-p2 {
  margin-top: 200px;
  gap: 60px;
}

.seedream-page .seedream-p2 .gpt-image-core {
  width: 100%;
  gap: 60px;
}

.seedream-page .gpt-image-version-table,
.seedream-page .gpt-image-faq-list,
.seedream-page .gpt-image-cta-copy,
.seedream-page .model-explore-more-list {
  width: 100%;
  max-width: 100%;
}

.seedream-page .seedream-core-grid {
  width: 100%;
  gap: 40px;
  justify-content: flex-start;
}

.seedream-page .seedream-core-card-wide {
  width: calc((100% - 40px) / 2);
  min-height: 253px;
}

.seedream-page .seedream-core-card {
  padding: 30px;
  gap: 10px;
}

.seedream-page .seedream-core-card-small {
  width: calc((100% - 80px) / 3);
  min-height: 278px;
}

.seedream-page .seedream-core-card h3 {
  font-size: 20px;
  line-height: 30px;
}

.seedream-page .seedream-core-card p {
  font-size: 16px;
  line-height: 24px;
}

.seedream-page .seedream-scenes .gpt-image-scene-grid {
  width: 100%;
  gap: 40px;
  justify-content: flex-start;
}

.seedream-page .seedream-scenes .gpt-image-scene-card {
  width: calc((100% - 40px) / 2);
  height: 320px;
  flex-basis: calc((100% - 40px) / 2);
}

.seedream-page .seedream-scenes .gpt-image-scene-card::after {
  height: 65%;
}

.seedream-page .seedream-scenes .gpt-image-scene-copy {
  bottom: 40px;
  gap: 10px;
}

.seedream-page .seedream-scenes .gpt-image-scene-copy h3 {
  width: min(426px, 100%);
}

.seedream-page .seedream-scenes .gpt-image-scene-copy p {
  width: min(426px, 100%);
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.seedream-page .model-explore-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 120px;
}

.seedream-page .model-explore-more .seedream-more-copy {
  margin-top: 10px;
}

.seedream-page .gpt-image-faq {
  width: min(1000px, calc(100vw - 48px));
  height: auto;
  min-height: 560px;
  text-align: center;
}

.seedream-page .gpt-image-cta {
  margin-top: 120px;
}

.seedream-page .model-explore-more-list {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .seedream-page .gpt-image-intro,
  .seedream-page .gpt-image-version,
  .seedream-page .gpt-image-scenes,
  .seedream-page .model-explore-more,
  .seedream-page .gpt-image-faq,
  .seedream-page .gpt-image-cta,
  .seedream-page .gpt-image-breadcrumb {
    width: calc(100% - 30px);
    max-width: 375px;
    zoom: 1;
  }

  .seedream-page .seedream-hero {
    height: 740px;
  }

  .seedream-page .seedream-hero::after {
    top: 0;
    height: 100%;
    background-position: 58% top;
    background-size: cover;
  }

  .seedream-page .gpt-image-breadcrumb {
    left: auto;
    top: auto;
    max-width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
  }

  .seedream-page .seedream-hero-copy {
    top: 112px;
    left: 50%;
    width: min(100% - 30px, 375px);
    padding: 0;
    align-items: center;
    gap: 14px;
    text-align: center;
    transform: translateX(-50%);
  }

  .seedream-page .seedream-hero-copy h1 {
    font-size: 42px;
    line-height: 48px;
    white-space: normal;
  }

  .seedream-page .seedream-hero-copy p {
    max-width: 335px;
    font-size: 15px;
    line-height: 24px;
    white-space: normal;
  }

  .seedream-page .seedream-primary-btn {
    width: 168px;
    height: 42px;
    margin-top: 6px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1;
  }

  .seedream-page .seedream-hero-metrics {
    bottom: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: min(100% - 30px, 375px);
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
    zoom: 1;
  }

  .seedream-page .seedream-hero-metrics div {
    gap: 6px;
    align-items: center;
    text-align: center;
  }

  .seedream-page .seedream-hero-metrics img {
    width: 28px;
    height: 28px;
  }

  .seedream-page .seedream-hero-metrics strong {
    font-size: 13px;
    line-height: 17px;
  }

  .seedream-page .seedream-hero-metrics span {
    font-size: 11px;
    line-height: 15px;
  }

  .seedream-page .seedream-p2 {
    margin-top: 70px;
  }

  .seedream-page .gpt-image-faq {
    min-height: 0;
  }

  .seedream-page .gpt-image-cta {
    margin-top: 70px;
  }

  .seedream-page .model-explore-more {
    gap: 0;
    margin-top: 70px;
  }

  .seedream-page .model-explore-more-list {
    margin-top: 28px;
  }

  .seedream-page .seedream-core-grid {
    gap: 20px;
  }

  .seedream-page .seedream-core-card,
  .seedream-page .seedream-core-card-small,
  .seedream-page .seedream-scenes .gpt-image-scene-card {
    width: 100%;
    flex-basis: 100%;
  }

  .seedream-page .seedream-scenes .gpt-image-scene-card {
    height: 300px;
  }

  .seedream-page .seedream-scenes .gpt-image-scene-copy {
    left: 20px;
    right: 20px;
    bottom: 28px;
  }

  .seedream-page .seedream-scenes .gpt-image-scene-copy p,
  .seedream-page .gpt-image-section-heading p,
  .seedream-page .seedream-more-copy {
    font-size: 14px;
    line-height: 22px;
  }
}

/* English Wan 2.7 model page */
.wan-2-7-page,
.wan-2-7-page .page,
.wan-2-7-page .wan-2-7-content {
  background: #000000;
}

.wan-2-7-page .wan-2-7-content {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100vh;
  padding-top: 20px;
  overflow-x: hidden;
}

.wan-2-7-page .wan-2-7-breadcrumb,
.wan-2-7-page .wan-2-7-hero,
.wan-2-7-page .wan-2-7-intro,
.wan-2-7-page .wan-2-7-core,
.wan-2-7-page .wan-2-7-version,
.wan-2-7-page .wan-2-7-scenes,
.wan-2-7-page .model-explore-more,
.wan-2-7-page .wan-2-7-cta {
  width: min(1280px, calc(100vw - 48px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.wan-2-7-page .wan-2-7-breadcrumb {
  margin-top: 0;
}

.wan-2-7-page .wan-2-7-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.wan-2-7-page .wan-2-7-breadcrumb a:hover,
.wan-2-7-page .wan-2-7-breadcrumb a:focus-visible,
.wan-2-7-page .wan-2-7-breadcrumb .is-current {
  color: #aaaaaa;
  outline: none;
}

.wan-2-7-page .wan-2-7-hero {
  position: relative;
  height: 620px;
  margin-top: 60px;
  border-radius: 20px;
  overflow: hidden;
  background: #071016;
}

.wan-2-7-page .wan-2-7-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.08) 0%, rgba(0, 0, 0, 0.36) 100%);
  pointer-events: none;
}

.wan-2-7-page .wan-2-7-hero > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wan-2-7-page .wan-2-7-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  text-align: center;
}

.wan-2-7-page .wan-2-7-hero-copy h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.22;
}

.wan-2-7-page .wan-2-7-hero-copy p {
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.wan-2-7-page .wan-2-7-intro {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}

.wan-2-7-page .wan-2-7-intro p {
  margin: 0;
  color: #999999;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.wan-2-7-page .wan-2-7-intro .gemini-primary-btn {
  margin-top: 40px;
}

.wan-2-7-page .wan-2-7-core,
.wan-2-7-page .wan-2-7-version,
.wan-2-7-page .wan-2-7-scenes,
.wan-2-7-page .model-explore-more,
.wan-2-7-page .wan-2-7-faq,
.wan-2-7-page .wan-2-7-cta {
  margin-top: 120px;
}

.wan-2-7-page .wan-2-7-core-grid {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.wan-2-7-page .wan-2-7-core-card {
  width: calc((100% - 80px) / 3);
  min-height: 254px;
}

.wan-2-7-page .wan-2-7-core-card.is-wide {
  width: calc((100% - 40px) / 2);
  min-height: 206px;
}

.wan-2-7-page .wan-2-7-core-card h3 {
  font-size: 20px;
  line-height: 30px;
}

.wan-2-7-page .wan-2-7-section-heading {
  width: min(892px, 100%);
  margin: 0 auto 60px;
  text-align: center;
}

.wan-2-7-page .wan-2-7-section-heading h2,
.wan-2-7-page .model-explore-more h2,
.wan-2-7-page .wan-2-7-faq h2,
.wan-2-7-page .wan-2-7-cta h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.wan-2-7-page .wan-2-7-section-heading p,
.wan-2-7-page .wan-2-7-more-copy {
  max-width: 800px;
  margin: 10px auto 0;
  color: #999999;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.wan-2-7-page .wan-2-7-version-table {
  width: 100%;
  color: #ffffff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.wan-2-7-page .wan-2-7-version-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wan-2-7-page .wan-2-7-version-row > div {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.wan-2-7-page .wan-2-7-version-head > div {
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.wan-2-7-page .wan-2-7-version-row:not(.wan-2-7-version-head) > div:nth-child(2) {
  color: rgba(255, 255, 255, 0.6);
}

.wan-2-7-page .wan-2-7-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 40px;
}

.wan-2-7-page .wan-2-7-scene-card {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border: 1px solid #333333;
  border-radius: 20px;
  background: #111111;
}

.wan-2-7-page .wan-2-7-scene-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 51.25%, rgba(0, 0, 0, 0.7) 78.75%);
  pointer-events: none;
}

.wan-2-7-page .wan-2-7-scene-card > img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  display: block;
  object-fit: cover;
}

.wan-2-7-page .wan-2-7-scene-card > div {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 60px;
  z-index: 2;
  text-align: center;
}

.wan-2-7-page .wan-2-7-scene-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.wan-2-7-page .wan-2-7-scene-card p {
  margin: 0;
  color: #aaaaaa;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.wan-2-7-page .model-explore-more {
  gap: 0;
}

.wan-2-7-page .model-explore-more-list {
  margin-top: 30px;
}

.wan-2-7-page .wan-2-7-faq {
  width: min(1000px, calc(100vw - 48px));
  height: auto;
  min-height: 0;
}

.wan-2-7-page .wan-2-7-cta {
  height: 234px;
  overflow: hidden;
  border-radius: 20px;
}

.wan-2-7-page .wan-2-7-cta img {
  object-position: center 52%;
}

.wan-2-7-page .wan-2-7-cta .gemini-cta-copy {
  padding: 60px 30px;
}

@media (max-width: 1320px) {
  .wan-2-7-page .wan-2-7-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .wan-2-7-page .wan-2-7-core-card,
  .wan-2-7-page .wan-2-7-core-card.is-wide {
    width: calc((100% - 40px) / 2);
  }
}

@media (max-width: 768px) {
  .wan-2-7-page .wan-2-7-content {
    padding: 20px 0 28px;
  }

  .wan-2-7-page .wan-2-7-breadcrumb,
  .wan-2-7-page .wan-2-7-hero,
  .wan-2-7-page .wan-2-7-intro,
  .wan-2-7-page .wan-2-7-core,
  .wan-2-7-page .wan-2-7-version,
  .wan-2-7-page .wan-2-7-scenes,
  .wan-2-7-page .model-explore-more,
  .wan-2-7-page .wan-2-7-faq,
  .wan-2-7-page .wan-2-7-cta {
    width: calc(100% - 30px);
    max-width: 375px;
  }

  .wan-2-7-page .wan-2-7-hero {
    height: 360px;
    margin-top: 24px;
    border-radius: 16px;
  }

  .wan-2-7-page .wan-2-7-hero-copy h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .wan-2-7-page .wan-2-7-hero-copy p {
    max-width: 310px;
    font-size: 15px;
    line-height: 24px;
  }

  .wan-2-7-page .wan-2-7-intro,
  .wan-2-7-page .wan-2-7-core,
  .wan-2-7-page .wan-2-7-version,
  .wan-2-7-page .wan-2-7-scenes,
  .wan-2-7-page .model-explore-more,
  .wan-2-7-page .wan-2-7-faq,
  .wan-2-7-page .wan-2-7-cta {
    margin-top: 70px;
  }

  .wan-2-7-page .wan-2-7-intro p,
  .wan-2-7-page .wan-2-7-section-heading p,
  .wan-2-7-page .wan-2-7-more-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .wan-2-7-page .wan-2-7-intro .gemini-primary-btn {
    margin-top: 28px;
  }

  .wan-2-7-page .wan-2-7-section-heading {
    margin-bottom: 28px;
  }

  .wan-2-7-page .wan-2-7-section-heading h2,
  .wan-2-7-page .model-explore-more h2,
  .wan-2-7-page .wan-2-7-faq h2,
  .wan-2-7-page .wan-2-7-cta h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .wan-2-7-page .wan-2-7-core-grid {
    margin-top: 28px;
    gap: 20px;
  }

  .wan-2-7-page .wan-2-7-core-card,
  .wan-2-7-page .wan-2-7-core-card.is-wide {
    width: 100%;
    min-height: 0;
  }

  .wan-2-7-page .wan-2-7-core-card h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .wan-2-7-page .wan-2-7-version-table {
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 18px;
  }

  .wan-2-7-page .wan-2-7-version-row {
    width: 760px;
    grid-template-columns: 160px 300px 300px;
  }

  .wan-2-7-page .wan-2-7-version-row > div {
    padding: 10px 12px;
  }

  .wan-2-7-page .wan-2-7-scene-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wan-2-7-page .wan-2-7-scene-card,
  .wan-2-7-page .wan-2-7-scene-card > img {
    min-height: 420px;
  }

  .wan-2-7-page .wan-2-7-scene-card > div {
    left: 20px;
    right: 20px;
    bottom: 32px;
  }

  .wan-2-7-page .wan-2-7-scene-card h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .wan-2-7-page .wan-2-7-scene-card p {
    font-size: 13px;
    line-height: 20px;
  }

  .wan-2-7-page .model-explore-more-list {
    margin-top: 24px;
  }

  .wan-2-7-page .wan-2-7-faq {
    height: auto;
  }

  .wan-2-7-page .wan-2-7-cta {
    height: 300px;
    border-radius: 16px;
  }
}

/* Unified model page viewport and breadcrumb spacing fixes */
@media (min-width: 769px) {
  .seedance-page .seedance-content,
  .gpt-image-page .gpt-image-content,
  .gemini-page .gemini-content,
  .eleven-page .eleven-content {
    width: 100%;
    max-width: none;
    padding-top: 20px;
    overflow-x: clip;
  }

  .seedance-page .seedance-breadcrumb,
  .seedance-page .seedance-hero,
  .seedance-page .seedance-workflow,
  .seedance-page .seedance-version,
  .seedance-page .seedance-scenes,
  .seedance-page .seedance-more,
  .seedance-page .model-explore-more,
  .seedance-page .seedance-cta,
  .gpt-image-page .gpt-image-breadcrumb,
  .gpt-image-page .gpt-image-intro,
  .gpt-image-page .gpt-image-version,
  .gpt-image-page .gpt-image-scenes,
  .gpt-image-page .gpt-image-more,
  .gpt-image-page .model-explore-more,
  .gpt-image-page .gpt-image-cta,
  .gemini-page .gemini-breadcrumb,
  .gemini-page .gemini-hero,
  .gemini-page .gemini-stats,
  .gemini-page .gemini-intro,
  .gemini-page .gemini-core,
  .gemini-page .gemini-scenes,
  .gemini-page .gemini-more,
  .gemini-page .gemini-cta,
  .eleven-page .eleven-breadcrumb,
  .eleven-page .eleven-hero,
  .eleven-page .eleven-stats,
  .eleven-page .eleven-intro,
  .eleven-page .eleven-core,
  .eleven-page .eleven-scenes,
  .eleven-page .eleven-more,
  .eleven-page .eleven-cta {
    width: min(1280px, calc(100vw - 48px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .seedance-page .seedance-faq,
  .gpt-image-page .gpt-image-faq,
  .gemini-page .gemini-faq,
  .eleven-page .eleven-faq {
    width: min(1000px, calc(100vw - 48px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .seedance-page .seedance-core,
  .seedance-page .seedance-core-grid,
  .seedance-page .seedance-more-list,
  .seedance-page .model-explore-more-list,
  .gpt-image-page .gpt-image-core,
  .gpt-image-page .gpt-image-core-grid,
  .gpt-image-page .gpt-image-more-list,
  .gpt-image-page .model-explore-more-list,
  .gemini-page .gemini-more-list,
  .eleven-page .eleven-more-list {
    width: 100%;
    max-width: 100%;
  }

  .gpt-image-page .gpt-hero-gallery-track {
    padding-left: 0;
    padding-right: 0;
  }

  .gpt-image-page .gpt-image-hero {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .seedream-page .gpt-image-breadcrumb {
    top: 20px;
  }
}

@media (max-width: 768px) {
  .seedance-page .seedance-content,
  .gpt-image-page .gpt-image-content,
  .seedream-page .seedream-content,
  .gemini-page .gemini-content,
  .eleven-page .eleven-content,
  .ai-cinematic-page .page-content,
  .workflow-templates-content,
  .asset-library-content,
  .ai-video-enhancer-content,
  .team-collaboration-content,
  .project-workspace-content,
  .project-management-content,
  .workflow-reuse-content,
  .ai-video-agent-content,
  .en-ai-video-agent-content {
    padding-top: 20px;
  }

  .ai-cinematic-breadcrumb,
  .workflow-templates-breadcrumb,
  .project-workspace-breadcrumb,
  .en-ai-video-agent-content .project-management-breadcrumb {
    width: min(100% - 30px, 375px);
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 18px;
  }
}

/* English global navigation and footer refresh. */
html[lang="en"] .home-page:not(.home-landing-page) {
  --promo-header-offset: 0px;
}

html[lang="en"] .home-page:not(.home-landing-page) .home-promo-bar {
  display: none;
}

html[lang="en"] .header,
html[lang="en"] .header.is-sticky {
  top: 0;
  height: 60px;
  background: url("https://static.rayvision.com/pixmax-offical/en/assets/home-header-bg-BqR6HGSo.png") center / cover no-repeat;
  border-bottom: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: none;
  z-index: 1001;
}

@media (min-width: 769px) {
  html[lang="en"] .header-inner {
    width: min(1280px, calc(100% - 48px));
    max-width: none;
    height: 60px;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  html[lang="en"] .logo {
    width: 160px;
    max-width: 160px;
    flex: 0 0 160px;
    aspect-ratio: auto;
    overflow: visible;
  }

  html[lang="en"] .logo a {
    width: 160px;
    height: 60px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    overflow: visible;
  }

  html[lang="en"] .logo-image {
    width: auto;
    max-width: none;
    height: 30px;
  }
}

html[lang="en"] .footer {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  background: #040404;
  color: #fff;
  box-sizing: border-box;
}

html[lang="en"] .footer-main,
html[lang="en"] .footer-bottom {
  width: min(1280px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
}

html[lang="en"] .footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}

html[lang="en"] .footer-links {
  display: contents;
}

html[lang="en"] .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 0 0 auto;
}

html[lang="en"] .footer-column:nth-child(1) {
  width: 173px;
}

html[lang="en"] .footer-column:nth-child(2) {
  width: 115px;
}

html[lang="en"] .footer-column:nth-child(3),
html[lang="en"] .footer-column:nth-child(4) {
  width: 122px;
}

html[lang="en"] .footer-column-title {
  margin: 0;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

html[lang="en"] .footer-link,
html[lang="en"] .footer-link:link,
html[lang="en"] .footer-link:visited {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

html[lang="en"] .footer-link:hover,
html[lang="en"] .footer-link:focus-visible {
  color: rgba(255, 255, 255, 0.62);
  opacity: 1;
  filter: brightness(0.72);
  outline: none;
}

html[lang="en"] .footer-newsletter {
  width: 320px;
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 30px 20px;
  border: 0;
  border-radius: 10px;
  background: #111;
  box-sizing: border-box;
}

html[lang="en"] .footer-newsletter-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

html[lang="en"] .footer-newsletter-title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

html[lang="en"] .footer-newsletter-desc {
  width: 100%;
  margin: 0;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

html[lang="en"] .footer-newsletter-fields {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

html[lang="en"] .footer-newsletter-field {
  display: block;
  width: 100%;
}

html[lang="en"] .footer-newsletter-field input {
  width: 100%;
  height: 36px;
  padding: 8px 10px;
  border: 1px solid #222;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  box-sizing: border-box;
}

html[lang="en"] .footer-newsletter-field input::placeholder {
  color: #666;
  opacity: 1;
}

html[lang="en"] .footer-newsletter-field input:focus {
  border-color: #555;
}

html[lang="en"] .footer-newsletter-submit {
  min-width: 136px;
  height: 40px;
  padding: 0 40px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #040000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}

html[lang="en"] .footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

html[lang="en"] .footer-copyright,
html[lang="en"] .copyright {
  margin: 0;
  color: #999;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

html[lang="en"] .footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

html[lang="en"] .footer-social-link {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html[lang="en"] .footer-social-icon {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  transition: filter 0.2s ease;
}

html[lang="en"] .footer-social-link:hover,
html[lang="en"] .footer-social-link:focus-visible {
  outline: none;
}

html[lang="en"] .footer-social-link:hover .footer-social-icon,
html[lang="en"] .footer-social-link:focus-visible .footer-social-icon {
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  html[lang="en"] .footer {
    padding: 32px 0;
    gap: 32px;
  }

  html[lang="en"] .footer-main,
  html[lang="en"] .footer-bottom {
    width: min(100% - 30px, 375px);
  }

  html[lang="en"] .footer-main {
    flex-direction: column;
    gap: 32px;
  }

  html[lang="en"] .footer-links {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  html[lang="en"] .footer-column,
  html[lang="en"] .footer-column:nth-child(1),
  html[lang="en"] .footer-column:nth-child(2),
  html[lang="en"] .footer-column:nth-child(3),
  html[lang="en"] .footer-column:nth-child(4) {
    width: auto;
  }

  html[lang="en"] .footer-newsletter {
    width: 100%;
    flex: 0 0 auto;
  }

  html[lang="en"] .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}

@media (max-width: 768px) {
  html[lang="en"] .header,
  html[lang="en"] .header.is-sticky {
    top: 0;
    width: 100%;
    height: 60px;
    background: url("https://static.rayvision.com/pixmax-offical/en/assets/home-header-bg-BqR6HGSo.png") center / cover no-repeat;
    border-bottom: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: visible;
    z-index: 1001;
  }

  html[lang="en"] .header-inner {
    width: 100%;
    max-width: none;
    height: 60px;
    padding: 0 15px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  html[lang="en"] .home-landing-page .header {
    top: 50px;
  }

  html[lang="en"] .home-landing-page.is-promo-collapsed .header,
  html[lang="en"] .home-landing-page .header.is-banner-collapsed {
    top: 0 !important;
  }
}

html[lang="en"] section[class*="-cta"],
html[lang="en"] section.cta {
  position: relative;
  overflow: hidden;
  border: 1px solid #333;
  background:
    radial-gradient(12% 20% at 99% 100%, rgba(121, 253, 176, 0.2), transparent 100%),
    radial-gradient(16% 20% at 3% 100%, rgba(5, 206, 254, 0.5), transparent 100%),
    #040000 !important;
}

html[lang="en"] section[class*="-cta"] > img,
html[lang="en"] section.cta > img,
html[lang="en"] section.cta .cta-bg-video {
  display: none !important;
}

html[lang="en"] section[class*="-cta"]::before,
html[lang="en"] section.cta::before {
  content: "";
  position: absolute;
  left: 6%;
  top: 18%;
  z-index: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(255, 255, 255, 1);
  box-shadow:
    68px 78px 0 rgba(255, 255, 255, 0.82),
    120px 48px 0 rgba(255, 255, 255, 0.9),
    178px 136px 0 rgba(121, 253, 176, 0.72),
    214px -16px 0 rgba(76, 226, 243, 0.9),
    286px 24px 0 rgba(255, 255, 255, 0.78),
    316px 82px 0 rgba(121, 253, 176, 0.82),
    392px 142px 0 rgba(76, 226, 243, 0.7),
    448px 8px 0 rgba(255, 255, 255, 0.9),
    512px 66px 0 rgba(255, 255, 255, 0.72),
    564px 108px 0 rgba(76, 226, 243, 0.78),
    628px -6px 0 rgba(121, 253, 176, 0.66),
    682px 28px 0 rgba(255, 255, 255, 0.94),
    736px 148px 0 rgba(255, 255, 255, 0.7),
    792px 92px 0 rgba(121, 253, 176, 0.78),
    852px 44px 0 rgba(76, 226, 243, 0.72),
    908px 12px 0 rgba(255, 255, 255, 0.86),
    960px 82px 0 rgba(121, 253, 176, 0.68),
    1014px 120px 0 rgba(76, 226, 243, 0.76),
    1086px 34px 0 rgba(255, 255, 255, 0.82);
  filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 14px rgba(76, 226, 243, 0.58));
  opacity: 0.9;
  animation: pixmaxCtaDust 10s ease-in-out infinite alternate;
}

html[lang="en"] section[class*="-cta"]::after,
html[lang="en"] section.cta::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 32% 58%, rgba(76, 226, 243, 0.24), transparent 20%),
    radial-gradient(circle at 68% 42%, rgba(121, 253, 176, 0.22), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.13), transparent 18%);
  filter: blur(10px);
  opacity: 0.96;
  animation: pixmaxCtaGlowFloat 9s ease-in-out infinite alternate;
}

html[lang="en"] section[class*="-cta"] > *:not(img),
html[lang="en"] section.cta > *:not(img) {
  position: relative;
  z-index: 1;
}

@keyframes pixmaxCtaDust {
  0% {
    transform: translate3d(-12px, 10px, 0) scale(0.85);
    opacity: 0.28;
  }

  35% {
    opacity: 0.82;
  }

  70% {
    opacity: 0.58;
  }

  100% {
    transform: translate3d(22px, -18px, 0) scale(1.28);
    opacity: 0.72;
  }
}

@keyframes pixmaxCtaGlowFloat {
  0% {
    transform: translate3d(-1.5%, 1%, 0) scale(1);
    opacity: 0.58;
  }

  100% {
    transform: translate3d(1.5%, -1%, 0) scale(1.05);
    opacity: 0.92;
  }
}

html[lang="en"] .ai-cinematic-scenes {
  display: none !important;
  overflow: visible;
}

html[lang="en"] .ai-cinematic-scene-shell {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  transform: none;
}

@supports (width: 100dvw) {
  html[lang="en"] .ai-cinematic-scene-shell {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
}

@media (min-width: 769px) {
  html[lang="en"] .ai-cinematic-page .page-content,
  html[lang="en"] .workflow-templates-content,
  html[lang="en"] .asset-library-content,
  html[lang="en"] .ai-video-enhancer-content,
  html[lang="en"] .team-collaboration-content,
  html[lang="en"] .project-workspace-content,
  html[lang="en"] .en-ai-video-agent-content {
    padding-top: 20px;
  }
}

@media (min-width: 769px) {
  html[lang="en"] .header-models:not(.header-products):not(.header-resources) > .header-models-menu {
    position: fixed;
    top: 52px;
    left: max(24px, calc((100vw - 1280px) / 2));
    width: min(1052px, calc(100vw - 48px));
    max-width: calc(100vw - 48px);
    transform: translateY(8px);
  }

  html[lang="en"] .header-models:not(.header-products):not(.header-resources):hover > .header-models-menu,
  html[lang="en"] .header-models:not(.header-products):not(.header-resources):focus-within > .header-models-menu {
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  html[lang="en"] .footer-bottom {
    align-items: center;
    text-align: center;
  }

  html[lang="en"] .footer-copyright,
  html[lang="en"] .copyright {
    width: 100%;
    text-align: center;
  }

  html[lang="en"] .footer-social {
    width: 100%;
    justify-content: center;
  }
}
/*$vite$:1*/