/* Shared custom styles for the commerce image solution pages. */
#main .hover-card { transition: transform .2s ease-out, box-shadow .2s ease-out; }
    #main .hover-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px -8px rgba(0, 0, 0, .08); }
    #main > #workflow article.hover-card {
      border: 1px solid #CDD5E0 !important;
      transition: transform .2s ease-out, box-shadow .2s ease-out, border-color .2s ease-out;
    }
    #main > #workflow article.hover-card:hover { border-color: #B8C3D1 !important; }
    #main h2.product-section-heading { font-size: clamp(30px, 3.2vw, 42px) !important; }
    #main .product-content-frame {
      width: var(--content-frame, min(1180px, calc(100% - 36px)));
      max-width: none;
      margin-inline: auto;
      padding-inline: 0;
    }
    #main .benefit-card { border: 1px solid #DDE3EA; border-radius: 8px; box-shadow: 0 10px 24px rgba(15, 23, 42, .04); }
    #main .benefit-card > div:first-child { border: 1px solid #E3EAF3; box-shadow: 0 3px 8px rgba(37, 99, 235, .045); }
    #main .product-tab-content { display: none; animation: productFadeIn .4s ease-in-out; }
    #main .product-tab-content.active { display: block; }
    @keyframes productFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
    #main .no-scrollbar::-webkit-scrollbar { display: none; }
    #main .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
    #main .product-bg-soft { background-color: #FBFCF7 !important; }
    #main .ticker-mask { position: relative; mask-image: linear-gradient(to right, transparent, black 13%, black 87%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, black 13%, black 87%, transparent); overflow: hidden; white-space: nowrap; }
    #main .ticker-mask::before, #main .ticker-mask::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: min(16vw, 180px); pointer-events: none; }
    #main .ticker-mask::before { left: 0; background: linear-gradient(90deg, #FBFCF7 0%, rgba(251, 252, 247, .92) 34%, rgba(251, 252, 247, 0) 100%); }
    #main .ticker-mask::after { right: 0; background: linear-gradient(270deg, #FBFCF7 0%, rgba(251, 252, 247, .92) 34%, rgba(251, 252, 247, 0) 100%); }
    #main .ticker-track { display: inline-flex; width: max-content; animation: productScrollLeft 28s linear infinite; }
    #main .ticker-track:hover { animation-play-state: paused; }
    #main .brand-logo-row { display: flex; align-items: center; gap: 64px; padding: 0 32px; }
    #main .brand-logo-row img { display: block; width: auto; height: 34px; max-width: 156px; object-fit: contain; opacity: .56; filter: grayscale(1) saturate(0) brightness(.68) contrast(.98); transition: opacity .2s ease, filter .2s ease, transform .2s ease; }
    #main .brand-logo-row img:hover { opacity: .86; filter: grayscale(1) saturate(0) brightness(.42) contrast(1); transform: translateY(-2px); }
    #main .product-platform-trust {
      padding: 34px 0 58px;
      background: #FBFCF7;
    }
    #main .product-platform-trust h2 {
      margin: 0 0 20px;
      color: #0a1020;
      font-size: clamp(24px, 2.4vw, 30px);
      font-weight: 900;
      line-height: 1.18;
      letter-spacing: 0;
      text-wrap: balance;
      white-space: normal;
    }
    #main .product-platform-marquee {
      position: relative;
      width: 100%;
      max-width: 1052px;
      margin: 0 auto;
      overflow: hidden;
      padding: 8px 0 12px;
      mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    }
    #main .product-platform-logo-row {
      display: flex;
      width: max-content;
      align-items: center;
      gap: 46px;
      --product-platform-scroll-distance: -50%;
      animation: productPlatformScroll 28s linear infinite;
      will-change: transform;
    }
    #main .product-platform-marquee:hover .product-platform-logo-row {
      animation-play-state: paused;
    }
    #main .product-platform-logo-row:not([data-ready="true"]) {
      animation-play-state: paused;
    }
    #main .product-platform-logo {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 42px;
      flex: 0 1 auto;
      min-width: 0;
      opacity: .56;
      transition: opacity .2s ease, transform .2s ease;
      will-change: transform;
    }
    #main .product-platform-logo:hover {
      opacity: .9;
      transform: translateY(-3px);
    }
    #main .product-platform-logo img {
      display: block;
      width: auto;
      height: 30px;
      max-width: 132px;
      object-fit: contain;
      filter: grayscale(1) saturate(0) brightness(.62) contrast(.9);
      transition: filter .2s ease;
    }
    #main .product-platform-logo:hover img {
      filter: grayscale(1) saturate(0) brightness(.38) contrast(.98);
    }
    #main .product-platform-logo--wide img {
      height: 32px;
      max-width: 154px;
    }
    #main .product-platform-logo--compact img {
      height: 28px;
      max-width: 116px;
    }
    @media (max-width: 920px) {
      #main .product-platform-logo-row {
        gap: 34px;
      }
    }
    @media (max-width: 680px) {
      #main .product-platform-trust {
        padding: 30px 0 44px;
      }
      #main .product-platform-trust h2 {
        font-size: clamp(24px, 2.4vw, 30px);
        line-height: 1.24;
      }
      #main .product-platform-marquee {
        padding: 4px 0 8px;
      }
      #main .product-platform-logo-row {
        gap: 28px;
      }
      #main .product-platform-logo {
        height: 38px;
      }
      #main .product-platform-logo img {
        height: 24px;
        max-width: 104px;
      }
      #main .product-platform-logo--wide img {
        height: 27px;
        max-width: 128px;
      }
      #main .product-platform-logo--compact img {
        height: 23px;
        max-width: 96px;
      }
    }
    @keyframes productPlatformScroll {
      from { transform: translateX(0); }
      to { transform: translateX(var(--product-platform-scroll-distance)); }
    }
    #main .product-tab-btn { border-style: solid; }
    #main .product-tab-btn svg { flex: 0 0 auto; }
    #main .industry-panel { border: 1px solid #E1E7EF; box-shadow: 0 18px 44px rgba(15, 23, 42, .055); }
    #main .industry-panel .flex.flex-wrap.gap-2 span { border: 1px solid #E5E7EB; border-style: solid; border-radius: 6px; background: #fff; box-shadow: 0 1px 2px rgba(15, 23, 42, .025); }
    #main .workflow-cta {
      border: 1px solid rgba(79, 70, 229, .22);
      box-shadow: 0 7px 20px rgba(79, 70, 229, .06);
    }
    #main .product-hero-media {
      border: 1px solid rgba(15, 23, 42, .10) !important;
    }

/* Match tryon-video hero media to the generated 3:2 artwork, avoiding vertical crop. */
body[data-solution="tryon-video"] #main .product-hero-media {
  aspect-ratio: 3 / 2;
}
body[data-solution="sku-photo"] #main .product-hero-media {
  box-sizing: border-box;
  aspect-ratio: 512 / 310;
  padding: 0;
  border-radius: 12px;
  background: #fff !important;
}
body[data-solution="sku-photo"] #main .product-hero-media picture {
  height: 100% !important;
  border-radius: inherit;
  overflow: hidden;
}
body[data-solution="sku-photo"] #main .product-hero-media img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: inherit;
  clip-path: inset(clamp(2px, .55vw, 6px) round 8px);
}
    body[data-solution="product-photo"] #main .scene-links-section,
    body[data-solution="product-photo"] #main .product-final-cta {
      background: #fff;
    }
    #main .product-final-cta {
      padding: 72px 0 80px;
      border-top: 0;
      background: #FBFCF7;
      color: #0a1020;
    }
    #main .product-final-cta__card {
      display: grid;
      width: min(1170px, calc(100% - 46px));
      max-width: none;
      min-height: 300px;
      margin: 0;
      margin-left: max(18px, calc((100% - 1180px) / 2));
      padding: 54px 48px;
      place-content: center;
      text-align: center;
      border: 1px solid rgba(15, 23, 42, .12);
      border-radius: 8px;
      background: linear-gradient(105deg, #eff9f4 0%, #fff 47%, #f2f5ff 100%);
      box-shadow: 0 18px 46px rgba(15, 23, 42, .08), 0 2px 8px rgba(15, 23, 42, .035);
    }
    #main .product-final-cta h2 {
      max-width: 840px;
      margin: 0 auto;
      color: #0a1020;
      font-size: 44px;
      font-weight: 900;
      line-height: 1.18;
      letter-spacing: 0;
    }
    #main .product-final-cta__copy {
      max-width: 760px;
      margin: 14px auto 0;
      color: #68707d;
      font-size: 16px;
      line-height: 1.75;
    }
    #main .product-final-cta__button {
      display: inline-flex;
      min-height: 50px;
      margin: 28px auto 0;
      padding: 0 26px;
      align-items: center;
      justify-content: center;
      border: 1px solid #101110;
      border-radius: 999px;
      background: #101110;
      color: #fff;
      box-shadow: 0 8px 20px rgba(15, 23, 42, .14);
      font-size: 15px;
      font-weight: 800;
      text-decoration: none;
      transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
    }
    #main .product-final-cta__button:hover {
      border-color: #000;
      background: #000;
      transform: translateY(-1px);
    }
    #main .product-final-cta__button:focus-visible {
      outline: 3px solid rgba(37, 99, 235, .32);
      outline-offset: 3px;
    }
    #main .product-final-cta__note {
      margin: 14px auto 0;
      color: #7b8491;
      font-size: 13px;
      line-height: 1.6;
    }
    body.solution-template-commerce > .footer {
      position: relative;
      z-index: 2;
      margin: 0;
      padding: 70px 0 34px;
      color: rgba(255, 255, 255, 0.72);
      background:
        radial-gradient(circle at 16% 0%, rgba(0, 166, 118, 0.18), transparent 26%),
        radial-gradient(circle at 84% 0%, rgba(51, 92, 255, 0.18), transparent 28%),
        #101110;
    }
    body.solution-template-commerce > .footer .footer-inner {
      width: var(--wide-container);
      margin: 0 auto;
    }
    body.solution-template-commerce > .footer .footer-grid {
      display: grid;
      grid-template-columns: minmax(280px, 1.5fr) repeat(4, minmax(140px, 1fr));
      gap: 64px;
      align-items: start;
    }
    body.solution-template-commerce > .footer .footer-brand img {
      display: block;
      width: 156px;
      height: auto;
      filter: none;
      opacity: 0.96;
    }
    body.solution-template-commerce > .footer .footer-brand p {
      max-width: 350px;
      margin: 22px 0 0;
      color: rgba(255, 255, 255, 0.74);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.8;
    }
    body.solution-template-commerce > .footer .footer-socials {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      max-width: 350px;
      margin-top: 24px;
    }
    body.solution-template-commerce > .footer .footer-social {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 34px;
      padding: 6px 10px 6px 8px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.045);
      color: rgba(255, 255, 255, 0.66);
      font-size: 13px;
      font-weight: 800;
      line-height: 1;
      transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
    }
    body.solution-template-commerce > .footer .footer-social:hover {
      border-color: rgba(255, 255, 255, 0.22);
      background: rgba(255, 255, 255, 0.09);
      color: #fffefa;
      transform: translateY(-1px);
    }
    body.solution-template-commerce > .footer .footer-social-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      flex: 0 0 22px;
      border-radius: 7px;
      background: rgba(255, 255, 255, 0.08);
      color: #fffefa;
      overflow: hidden;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0;
    }
    body.solution-template-commerce > .footer .footer-social-icon img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 2px;
      filter: none;
      opacity: 1;
    }
    body.solution-template-commerce > .footer .footer-social-icon--feishu {
      background: rgba(0, 199, 190, 0.16);
      box-shadow: inset 0 0 0 1px rgba(0, 199, 190, 0.18);
    }
    body.solution-template-commerce > .footer .footer-social--static { cursor: default; }
    body.solution-template-commerce > .footer .footer-social--static:hover { transform: none; }
    body.solution-template-commerce > .footer .footer-social--icon-only {
      width: 34px;
      padding: 6px;
      justify-content: center;
    }
    body.solution-template-commerce > .footer .footer-col { display: block; }
    body.solution-template-commerce > .footer .footer-col h3 {
      margin: 0 0 20px;
      color: #fffefa;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 900;
    }
    body.solution-template-commerce > .footer .footer-col a,
    body.solution-template-commerce > .footer .footer-col span {
      display: flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 14px;
      color: rgba(255, 255, 255, 0.54);
      font-size: 15px;
      font-weight: 600;
      line-height: 1.45;
      transition: color 180ms ease, transform 180ms ease;
    }
    body.solution-template-commerce > .footer .footer-col a:hover {
      color: #fffefa;
      transform: translateX(3px);
    }
    body.solution-template-commerce > .footer .footer-col svg {
      width: 17px;
      height: 17px;
      flex: 0 0 auto;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
    }
    body.solution-template-commerce > .footer .footer-bottom {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 16px;
      margin-top: 52px;
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.42);
      font-size: 13px;
      font-weight: 600;
    }
    @media (max-width: 1100px) {
      body.solution-template-commerce > .footer .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      body.solution-template-commerce > .footer .footer-brand {
        grid-column: 1 / -1;
      }
    }
    @media (max-width: 760px) {
      body.solution-template-commerce > .footer .footer-grid {
        grid-template-columns: 1fr;
      }
      body.solution-template-commerce > .footer .footer-bottom {
        flex-direction: column;
      }
    }
    @media (max-width: 900px) {
      #main .product-final-cta h2 { font-size: 36px; }
    }
    @media (max-width: 680px) {
      #main .product-final-cta { padding: 48px 14px 56px; }
      #main .product-final-cta__card { width: 100%; min-height: 0; margin: 0 auto; padding: 38px 20px 42px; }
      #main .product-final-cta h2 { font-size: 28px; line-height: 1.25; }
      #main .product-final-cta__copy { margin-top: 12px; font-size: 15px; line-height: 1.7; }
      #main .product-final-cta__button { width: 100%; max-width: 240px; margin-top: 24px; }
    }
    @keyframes productScrollLeft { to { transform: translateX(-50%); } }
    #main .industry-media { overflow: hidden; border-radius: 8px !important; }
    #main .industry-media img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: inherit; }
    #main #faq { scroll-margin-top: 96px; padding: 64px 0; background: #FBFCF7; }
    #main #faq > div { width: min(900px, calc(100% - 36px)); max-width: none; padding-inline: 0; }
    #main #faq .text-center { margin-bottom: 44px; }
    #main #faq h2 { color: #0a1020; font-size: clamp(30px, 3.2vw, 42px); line-height: 1.08; letter-spacing: 0; }
    #main #faq .product-faq-intro { max-width: 640px; margin: 12px auto 0; color: #6b7280; font-size: 15px; line-height: 1.7; }
    #main #faq .space-y-3 { display: grid; gap: 10px; }
    #main #faq .space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0; }
    #main #faq .product-faq-item { border: 1px solid rgba(10, 16, 32, .13); border-radius: 8px; background: rgba(255, 254, 250, .78); box-shadow: 0 12px 32px rgba(30, 37, 32, .08); }
    #main #faq .product-faq-button { min-height: 60px; padding: 18px 20px; gap: 18px; border: 0; background: transparent; color: #0a1020; font-family: inherit; font-size: 17px; font-weight: 900; line-height: 1.3; }
    #main #faq .product-faq-button:hover { background: transparent; }
    #main #faq .product-faq-icon { width: 28px; height: 28px; flex-basis: 28px; border: 1px solid rgba(10, 16, 32, .13); color: #0a1020; font-size: 18px; font-weight: 900; }
    #main #faq .product-faq-answer { padding: 0 20px 22px; color: #707972; font-size: 16px; font-weight: 400; line-height: 1.75; }
    @media (max-width: 680px) {
      #main #faq > div { width: min(900px, calc(100% - 28px)); }
      #main #faq .text-center { margin-bottom: 34px; }
      #main #faq .product-faq-intro { margin-top: 10px; font-size: 14px; }
    }
    #main .product-commerce-section {
      padding: 96px 0;
      color: #1f2937;
    }
    #main .product-commerce-section--soft {
      background: #fbfcf7;
    }
    #main .product-commerce-section--white { background: #fff; }
    #main .product-commerce-container {
      width: min(1180px, calc(100% - 48px));
      margin: 0 auto;
    }
    #main .product-commerce-heading {
      max-width: 860px;
      margin: 0 auto;
      color: #0f172a;
      font-size: clamp(30px, 3.2vw, 42px);
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: 0;
      text-align: center;
    }
    #main .product-commerce-subtitle {
      max-width: 720px;
      margin: 16px auto 48px;
      color: #6b7280;
      font-size: 17px;
      line-height: 1.75;
      text-align: center;
    }
    #main .product-commerce-subtitle--single-line {
      max-width: none;
      white-space: nowrap;
    }
    #main .product-chain-tablist {
      display: flex;
      width: min(680px, 100%);
      margin: 0 auto 50px;
      justify-content: center;
      border-bottom: 1px solid #dfe4eb;
      overflow-x: auto;
      scrollbar-width: none;
    }
    #main .product-chain-tablist::-webkit-scrollbar { display: none; }
    #main .product-chain-tab {
      min-height: 52px;
      flex: 0 0 auto;
      margin-bottom: -1px;
      padding: 0 28px;
      border: 0;
      border-bottom: 3px solid transparent;
      background: transparent;
      color: #6b7280;
      font: inherit;
      font-size: 17px;
      font-weight: 700;
      cursor: pointer;
      transition: border-color 180ms ease, color 180ms ease;
    }
    #main .product-chain-tab:hover,
    #main .product-chain-tab.is-active {
      border-bottom-color: #2563eb;
      color: #2563eb;
    }
    #main .product-chain-tab:focus-visible {
      outline: 3px solid rgba(37, 99, 235, .24);
      outline-offset: -3px;
    }
    #main .product-chain-panel {
      display: none;
      min-height: 410px;
      grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
      gap: 58px;
      align-items: center;
    }
    #main .product-chain-panel.is-active { display: grid; }
    #main .product-chain-copy h3 {
      margin: 0 0 16px;
      color: #0f172a;
      font-size: 30px;
      font-weight: 800;
      line-height: 1.25;
      letter-spacing: 0;
    }
    #main .product-chain-copy > p {
      margin: 0 0 24px;
      color: #667085;
      font-size: 16px;
      line-height: 1.8;
    }
    #main .product-inline-link {
      margin: 0 .12em;
      color: #1d4ed8;
      font-weight: 700;
      text-decoration: underline;
      text-decoration-color: rgba(29, 78, 216, .28);
      text-underline-offset: 3px;
    }
    #main .product-inline-link:hover { text-decoration-color: currentColor; }
    #main .product-chain-points {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    #main .product-chain-points li {
      position: relative;
      padding-left: 30px;
      color: #344054;
      font-size: 15px;
      line-height: 1.65;
    }
    #main .product-chain-points li::before {
      content: "\2713";
      position: absolute;
      top: 2px;
      left: 0;
      display: grid;
      width: 20px;
      height: 20px;
      place-items: center;
      border-radius: 50%;
      background: #2563eb;
      color: #fff;
      font-size: 12px;
      font-weight: 800;
    }
    #main .product-chain-cta {
      display: inline-flex;
      min-height: 46px;
      margin-top: 28px;
      padding: 0 20px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: 1px solid #2563eb;
      border-radius: 8px;
      background: #2563eb;
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
    }
    #main .product-chain-cta:hover {
      border-color: #1d4ed8;
      background: #1d4ed8;
      transform: translateY(-1px);
    }
    #main .product-chain-visual {
      display: flex;
      min-width: 0;
      padding: 0;
      aspect-ratio: 3 / 2;
      overflow: hidden;
      border: 1px solid #dfe4eb;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
    }
    #main .product-chain-image {
      display: block;
      width: 100%;
      height: 100%;
      min-width: 0;
      object-fit: cover;
      border-radius: inherit;
    }
    #main .product-media-placeholder {
      display: grid;
      min-height: 360px;
      padding: 24px;
      place-content: center;
      justify-items: center;
      border: 1px dashed #b9c2cf;
      border-radius: 6px;
      background: #eef2f6;
      color: #667085;
      text-align: center;
    }
    #main .product-media-placeholder__icon,
    #main .product-case-placeholder__icon {
      display: grid;
      width: 54px;
      height: 54px;
      margin-bottom: 14px;
      place-items: center;
      border: 1px solid #cbd5e1;
      border-radius: 8px;
      background: #fff;
      color: #2563eb;
    }
    #main .product-media-placeholder__icon svg,
    #main .product-case-placeholder__icon svg {
      width: 26px;
      height: 26px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }
    #main .product-media-placeholder strong {
      color: #344054;
      font-size: 17px;
    }
    #main .product-media-placeholder small {
      margin-top: 6px;
      color: #8a94a3;
      font-size: 13px;
    }
    #main .product-case-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
      align-items: start;
    }
    #main .product-case-card {
      overflow: hidden;
      border: 1px solid #dfe4eb;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 8px 24px rgba(15, 23, 42, .055);
      transition: box-shadow 180ms ease, transform 180ms ease;
    }
    #main .product-case-card:hover {
      box-shadow: 0 16px 34px rgba(15, 23, 42, .09);
      transform: translateY(-4px);
    }
    #main .product-case-compare {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      aspect-ratio: 1.45 / 1;
      border-bottom: 1px solid #dfe4eb;
    }
    #main .product-case-compare--image {
      position: relative;
      display: block;
      background: #eef2f6;
    }
    #main .product-case-compare--image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    #main .product-case-frame {
      position: relative;
      display: grid;
      min-width: 0;
      padding: 18px;
      place-content: center;
      justify-items: center;
      background: #f4f6f8;
      color: #7b8491;
      text-align: center;
    }
    #main .product-case-frame + .product-case-frame {
      border-left: 1px solid #dfe4eb;
      background: #eff6ff;
    }
    #main .product-case-label {
      position: absolute;
      top: 12px;
      left: 12px;
      padding: 5px 8px;
      border: 1px solid #d7dde6;
      border-radius: 5px;
      background: rgba(255, 255, 255, .92);
      color: #475467;
      font-size: 11px;
      font-weight: 800;
      line-height: 1;
    }
    #main .product-case-label--after {
      right: 12px;
      left: auto;
      border-color: #bfdbfe;
      color: #1d4ed8;
    }
    #main .product-case-frame--after .product-case-label {
      border-color: #bfdbfe;
      color: #1d4ed8;
    }
    #main .product-case-placeholder__icon {
      width: 44px;
      height: 44px;
      margin-bottom: 10px;
    }
    #main .product-case-placeholder__icon svg {
      width: 22px;
      height: 22px;
    }
    #main .product-case-frame small {
      color: #8a94a3;
      font-size: 12px;
    }
    #main .product-case-copy { padding: 22px; }
    #main .product-case-tag {
      display: inline-flex;
      margin-bottom: 12px;
      padding: 5px 9px;
      border-radius: 5px;
      background: #eff6ff;
      color: #2563eb;
      font-size: 12px;
      font-weight: 800;
    }
    #main .product-case-copy h3 {
      margin: 0 0 8px;
      color: #0f172a;
      font-size: 19px;
      font-weight: 800;
      line-height: 1.4;
    }
    #main .product-case-copy p {
      margin: 0;
      color: #667085;
      font-size: 14px;
      line-height: 1.7;
    }
    #main .product-value-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-block: 1px solid #dfe4eb;
      background: #fff;
    }
    #main .product-value-stat {
      min-width: 0;
      padding: 42px 28px;
      text-align: center;
    }
    #main .product-value-stat + .product-value-stat { border-left: 1px solid #dfe4eb; }
    #main .product-value-stat strong {
      display: block;
      color: #2563eb;
      font-size: clamp(42px, 5vw, 58px);
      font-weight: 850;
      line-height: 1;
      letter-spacing: 0;
    }
    #main .product-value-stat h3 {
      margin: 16px 0 7px;
      color: #0f172a;
      font-size: 18px;
      font-weight: 800;
    }
    #main .product-value-stat p {
      margin: 0;
      color: #667085;
      font-size: 14px;
      line-height: 1.65;
    }
    #main .product-value-note {
      max-width: 720px;
      margin: 18px auto 0;
      color: #8a94a3;
      font-size: 12px;
      line-height: 1.65;
      text-align: center;
    }
    @media (max-width: 980px) {
      #main .product-chain-panel {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 34px;
      }
      #main .product-chain-visual { order: -1; }
      #main .product-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      #main .product-case-card:nth-child(3) { grid-column: 1 / -1; }
    }
    @media (max-width: 680px) {
      #main .product-commerce-subtitle--single-line { white-space: normal; }
      #main .product-commerce-section { padding: 68px 0; }
      #main .product-commerce-container { width: min(1180px, calc(100% - 28px)); }
      #main .product-commerce-heading { font-size: 30px; }
      #main .product-commerce-subtitle { margin: 14px auto 36px; font-size: 15px; }
      #main .product-chain-tablist { margin-bottom: 36px; justify-content: flex-start; }
      #main .product-chain-tab { min-height: 48px; padding: 0 18px; font-size: 15px; }
      #main .product-chain-copy h3 { font-size: 25px; }
      #main .product-chain-copy > p { font-size: 15px; }
      #main .product-chain-cta { width: 100%; max-width: 230px; }
      #main .product-media-placeholder { min-height: 260px; }
      #main .product-case-grid { grid-template-columns: 1fr; }
      #main .product-case-card:nth-child(3) { grid-column: auto; }
      #main .product-case-compare { aspect-ratio: 1.35 / 1; }
      #main .product-case-frame { padding: 14px 8px; }
      #main .product-case-label { top: 9px; left: 9px; padding: 4px 6px; font-size: 10px; }
      #main .product-case-label--after { right: 9px; left: auto; }
      #main .product-value-grid { grid-template-columns: 1fr; }
      #main .product-value-stat { padding: 32px 20px; }
      #main .product-value-stat + .product-value-stat { border-top: 1px solid #dfe4eb; border-left: 0; }
    }
    @media (prefers-reduced-motion: reduce) {
      #main .product-chain-tab,
      #main .product-chain-cta,
      #main .product-case-card { transition: none; }
    }

html,body.solution-template-commerce{background:#FBFCF7!important}
    body.solution-template-commerce::before{content:none;display:none}
    .topbar{background:transparent!important}
    .nav-links .nav-menu--explore{width:min(560px,calc(100vw - 36px));max-width:calc(100vw - 36px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:14px}
    .nav-links .nav-menu--explore::after{display:none!important}
    .nav-links .nav-explore-column{min-width:0}
    .nav-links .nav-explore-column:first-child{padding-right:18px}
    .nav-links .nav-explore-column--compare{border-left:1px solid rgba(10,16,32,.13);padding-left:18px}
    .nav-links .nav-menu--explore a{grid-template-columns:24px minmax(0,1fr);min-width:0;align-items:center;padding:10px 12px;line-height:1.25}
    .nav-links .nav-menu--explore a>span:not(.nav-menu-icon){display:block;min-width:0;overflow:visible;white-space:nowrap;text-overflow:clip}
    .nav-links .nav-menu--explore small{display:block;overflow:visible;white-space:nowrap;text-overflow:clip}
    @media(max-width:1100px){.nav-links .nav-menu--explore{width:min(440px,calc(100vw - 32px));grid-template-columns:repeat(2,minmax(0,1fr))}}

.solution-template-commerce #main h1 { word-break: normal; overflow-wrap: anywhere; }
br.mobile-title-break { display: none; }
@supports (word-break: auto-phrase) {
  .solution-template-commerce #main h1 { word-break: auto-phrase; overflow-wrap: normal; }
}
@media (min-width: 1024px) {
  body[data-solution="sku-photo"] #main h1 { max-width: 70rem !important; }
}
@media (max-width: 680px) {
  body[data-solution="product-detail-page"] #main h1,
  body[data-solution="image-translation"] #main h1 { font-size: 30px; line-height: 1.3; word-break: keep-all; overflow-wrap: normal; }
  br.mobile-title-break { display: block; }
}
/* tryon-video background polish: keep the page from alternating yellow / white bands */
body[data-solution="tryon-video"].solution-template-commerce {
  background: #f7f9fc !important;
}
body[data-solution="tryon-video"] #main {
  background: #f7f9fc;
}
body[data-solution="tryon-video"] #main .product-bg-soft,
body[data-solution="tryon-video"] #main .product-commerce-section--soft,
body[data-solution="tryon-video"] #main #workflow,
body[data-solution="tryon-video"] #main > section.bg-white,
body[data-solution="tryon-video"] #main .product-final-cta,
body[data-solution="tryon-video"] #main .scene-links-section {
  background: transparent !important;
}
body[data-solution="tryon-video"] #main > section {
  border-top: 1px solid rgba(15, 23, 42, .045);
}
body[data-solution="tryon-video"] #main > section:first-child,
body[data-solution="tryon-video"] #main > section:nth-child(2) {
  border-top: 0;
}
body[data-solution="tryon-video"] #main .product-hero-media,
body[data-solution="tryon-video"] #main .product-chain-visual,
body[data-solution="tryon-video"] #main .product-case-card,
body[data-solution="tryon-video"] #main .industry-panel,
body[data-solution="tryon-video"] #main .benefit-card,
body[data-solution="tryon-video"] #main .product-faq-item,
body[data-solution="tryon-video"] #main .scene-link-card,
body[data-solution="tryon-video"] #main .product-final-cta__card {
  background-color: rgba(255, 255, 255, .9);
}
body[data-solution="tryon-video"] #main .ticker-mask::before {
  background: linear-gradient(90deg, #f7f9fc 0%, rgba(247, 249, 252, .92) 34%, rgba(247, 249, 252, 0) 100%);
}
body[data-solution="tryon-video"] #main .ticker-mask::after {
  background: linear-gradient(270deg, #f7f9fc 0%, rgba(247, 249, 252, .92) 34%, rgba(247, 249, 252, 0) 100%);
}

/* Keep the long batch-SKU keyword phrase balanced in the 375px hero. */
@media (max-width: 680px) {
  body[data-solution="sku-photo"] #main h1 {
    font-size: 30px;
    line-height: 1.28;
  }
}

/* product-detail-page background rhythm: alternate #FBFCF7 and #FFFFFF like the other solution pages */
body[data-solution="product-detail-page"].solution-template-commerce {
  background: #FBFCF7 !important;
}
body[data-solution="product-detail-page"] #main {
  background: #FBFCF7;
}
body[data-solution="product-detail-page"] #main .product-bg-soft,
body[data-solution="product-detail-page"] #main #faq,
body[data-solution="product-detail-page"] #main .product-final-cta,
body[data-solution="product-detail-page"] #main > section:nth-of-type(1),
body[data-solution="product-detail-page"] #main > section:nth-of-type(2),
body[data-solution="product-detail-page"] #main > section:nth-of-type(4),
body[data-solution="product-detail-page"] #main > section:nth-of-type(6),
body[data-solution="product-detail-page"] #main > section:nth-of-type(8),
body[data-solution="product-detail-page"] #main > section:nth-of-type(10) {
  background: #FBFCF7 !important;
}
body[data-solution="product-detail-page"] #main #workflow,
body[data-solution="product-detail-page"] #main #benefits,
body[data-solution="product-detail-page"] #main .related-scenes-section,
body[data-solution="product-detail-page"] #main > section:nth-of-type(3),
body[data-solution="product-detail-page"] #main > section:nth-of-type(5),
body[data-solution="product-detail-page"] #main > section:nth-of-type(7),
body[data-solution="product-detail-page"] #main > section:nth-of-type(9) {
  background: #FFFFFF !important;
}
body[data-solution="product-detail-page"] #main > section {
  border-top: 1px solid rgba(15, 23, 42, .045);
}
body[data-solution="product-detail-page"] #main > section:first-child,
body[data-solution="product-detail-page"] #main > section:nth-child(2) {
  border-top: 0;
}
body[data-solution="product-detail-page"] #main .product-hero-media,
body[data-solution="product-detail-page"] #main .product-chain-visual,
body[data-solution="product-detail-page"] #main .product-case-card,
body[data-solution="product-detail-page"] #main .industry-panel,
body[data-solution="product-detail-page"] #main .benefit-card,
body[data-solution="product-detail-page"] #main .product-faq-item,
body[data-solution="product-detail-page"] #main .scene-link-card,
body[data-solution="product-detail-page"] #main .product-final-cta__card {
  background-color: rgba(255, 255, 255, .92);
}
@media (min-width: 761px) {
  body[data-solution="product-detail-page"] #main #product-final-cta-title {
    max-width: none;
    font-size: clamp(27px, 3.35vw, 44px);
    line-height: 1.15;
    white-space: nowrap;
  }
}
body[data-solution="product-detail-page"] #main .ticker-mask::before {
  background: linear-gradient(90deg, #FBFCF7 0%, rgba(251, 252, 247, .92) 34%, rgba(251, 252, 247, 0) 100%);
}
body[data-solution="product-detail-page"] #main .ticker-mask::after {
  background: linear-gradient(270deg, #FBFCF7 0%, rgba(251, 252, 247, .92) 34%, rgba(251, 252, 247, 0) 100%);
}

/* Unified canvas for the six commerce solution pages.
   Keep the page continuous and let cards, media and dividers define each section. */
body.solution-template-commerce[data-solution] {
  background: #fbfcfe !important;
}

body.solution-template-commerce[data-solution] #main {
  background: linear-gradient(180deg, #fbfcfe 0%, #f7f9fc 46%, #f4f7fb 100%);
}

body.solution-template-commerce[data-solution] #main > section {
  border-top: 0;
  background: transparent !important;
}

body.solution-template-commerce[data-solution] #main :is(#workflow, #benefits, #faq) {
  background: transparent !important;
}

body.solution-template-commerce[data-solution] #main :is(
  .product-hero-media,
  .product-chain-visual,
  .product-case-card,
  .industry-panel,
  .benefit-card,
  .product-faq-item,
  .scene-link-card,
  .related-scene-card
) {
  background-color: rgba(255, 255, 255, .92);
}

body.solution-template-commerce[data-solution] #main .ticker-mask::before {
  background: linear-gradient(90deg, #f9fbfd 0%, rgba(249, 251, 253, .92) 34%, rgba(249, 251, 253, 0) 100%);
}

body.solution-template-commerce[data-solution] #main .ticker-mask::after {
  background: linear-gradient(270deg, #f9fbfd 0%, rgba(249, 251, 253, .92) 34%, rgba(249, 251, 253, 0) 100%);
}

/* sku-photo: SEO audience summary, editorial links and page-specific visual fixes. */
body[data-solution="sku-photo"] #main .sku-audience-section {
  padding: 18px 0 76px;
}

body[data-solution="sku-photo"] #main .sku-audience-heading {
  max-width: 860px;
}

body[data-solution="sku-photo"] #main .sku-audience-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.15;
}

body[data-solution="sku-photo"] #main .sku-audience-heading p {
  max-width: 760px;
  margin: 16px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.75;
}

body[data-solution="sku-photo"] #main .sku-audience-grid {
  display: grid;
  max-width: 1000px;
  margin: 34px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body[data-solution="sku-photo"] #main .sku-audience-grid article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 22px 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
  text-align: left;
}

body[data-solution="sku-photo"] #main .sku-audience-grid strong {
  color: #1d4ed8;
  font-size: 18px;
  font-weight: 800;
}

body[data-solution="sku-photo"] #main .sku-audience-grid span {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

body[data-solution="sku-photo"] #main .sku-industry-heading {
  max-width: none;
}

body[data-solution="sku-photo"] #main .benefit-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.solution-template-commerce[data-solution="sku-photo"] #main > .related-scenes-section {
  background: #F6F8FC !important;
}

@media (min-width: 768px) {
  body[data-solution="sku-photo"] #main #sku-industry-title {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(24px, 2.55vw, 36px) !important;
    letter-spacing: -.025em;
  }
}

@media (max-width: 767px) {
  body[data-solution="sku-photo"] #main .sku-audience-section {
    padding: 4px 0 58px;
  }

  body[data-solution="sku-photo"] #main .sku-audience-heading {
    text-align: left;
  }

  body[data-solution="sku-photo"] #main .sku-audience-heading h2 {
    font-size: 30px;
  }

  body[data-solution="sku-photo"] #main .sku-audience-grid {
    margin-top: 26px;
    grid-template-columns: 1fr;
  }

  body[data-solution="sku-photo"] #main .sku-audience-grid article {
    padding: 18px 20px;
  }

}

/* Image translation: keep workflow visuals full-bleed inside their frames. */
body[data-solution="image-translation"] #main .product-chain-visual {
  padding: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

body[data-solution="image-translation"] #main .product-chain-image {
  object-fit: cover;
  border-radius: inherit;
}

/* Commerce solution pages: independent contact strip below final CTA. */
body.solution-template-commerce[data-solution] #main .product-consult-strip {
  display: grid;
  width: min(1170px, calc(100% - 46px));
  margin: 14px auto 0;
  padding: 16px 20px;
  grid-template-columns: minmax(220px, .9fr) minmax(0, 1.9fr);
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, .075);
  border-radius: 8px;
  background: rgba(255, 255, 255, .66);
  color: #475569;
}

body.solution-template-commerce[data-solution] #main .product-consult-strip__copy span {
  display: block;
  color: #0f172a;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.3;
}

body.solution-template-commerce[data-solution] #main .product-consult-strip__copy p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

body.solution-template-commerce[data-solution] #main .product-consult-strip__methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.solution-template-commerce[data-solution] #main .product-consult-strip__method {
  display: grid;
  min-width: 0;
  padding-left: 16px;
  gap: 3px;
  border-left: 1px solid rgba(15, 23, 42, .075);
  color: #334155;
  text-align: left;
  text-decoration: none;
}

body.solution-template-commerce[data-solution] #main .product-consult-strip__method small {
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

body.solution-template-commerce[data-solution] #main .product-consult-strip__method strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body.solution-template-commerce[data-solution] #main a.product-consult-strip__method:hover strong,
body.solution-template-commerce[data-solution] #main a.product-consult-strip__method:focus-visible strong {
  color: #1d4ed8;
}

body.solution-template-commerce[data-solution] #main a.product-consult-strip__method:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .22);
  outline-offset: 4px;
}

/* Video remix uses the shared final CTA and consult strip rhythm. */

body[data-solution="viral-video-replication"] #main .product-consult-section {
  padding: 14px 0 72px;
  background: transparent !important;
}

body[data-solution="viral-video-replication"] #main .product-consult-section .product-consult-strip {
  margin-top: 0;
}

/* Image translation: standalone support coverage module. */
body[data-solution="image-translation"] #main .product-support-section {
  padding: 78px 0 82px;
  background: #f4f7fb;
}

body[data-solution="image-translation"] #main .product-support-head {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

body[data-solution="image-translation"] #main .product-support-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  scroll-margin-top: 112px;
}

body[data-solution="image-translation"] #main .product-support-head p {
  max-width: 720px;
  margin: 16px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.75;
}

body[data-solution="image-translation"] #main .product-support-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body[data-solution="image-translation"] #main .product-support-item {
  min-width: 0;
  padding: 30px 32px 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .052);
}

body[data-solution="image-translation"] #main .product-support-label {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  gap: 8px;
}

body[data-solution="image-translation"] #main .product-support-label span {
  color: #2563eb;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

body[data-solution="image-translation"] #main .product-support-label small {
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
}

body[data-solution="image-translation"] #main .product-support-item h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

body[data-solution="image-translation"] #main .product-support-item p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
}

body[data-solution="image-translation"] #main .product-benefits-section {
  padding: 72px 0 80px;
  background: #fff;
}

@media (max-width: 840px) {
  body[data-solution="image-translation"] #main .product-support-section {
    padding: 64px 0 68px;
  }

  body[data-solution="image-translation"] #main .product-support-matrix {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body[data-solution="image-translation"] #main .product-support-section {
    padding: 56px 0 60px;
  }

  body.solution-template-commerce[data-solution] #main .product-consult-strip {
    width: 100%;
    margin: 12px auto 0;
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.solution-template-commerce[data-solution] #main .product-consult-strip__methods {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.solution-template-commerce[data-solution] #main .product-consult-strip__method {
    padding: 0;
    border-left: 0;
  }

  body[data-solution="image-translation"] #main .product-support-head {
    margin-bottom: 28px;
    text-align: left;
  }

  body[data-solution="image-translation"] #main .product-support-head h2 {
    font-size: 30px;
  }

  body[data-solution="image-translation"] #main .product-support-head p {
    margin-top: 12px;
    font-size: 15px;
  }

  body[data-solution="image-translation"] #main .product-support-item {
    padding: 24px 22px 26px;
  }

  body[data-solution="image-translation"] #main .product-support-item h3 {
    font-size: 19px;
  }

  body[data-solution="image-translation"] #main .product-benefits-section {
    padding: 60px 0 68px;
  }

}
