@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css');

/* PIXGOM public closeout v1: match public detail pages to the approved home scale without changing hero height. */
html body.pixgom-unified {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important;
}

@media (min-width: 861px) {
  html body.pixgom-sales-page .pg-hero h1,
  html body.pixgom-sales-page .pg-copy h1,
  html body.pixgom-install-page .install-copy h1,
  html body.pixgom-static-page:not(.pixgom-sales-page) .pg-hero h1 {
    font-size: 48px !important;
    line-height: 1.1 !important;
    font-weight: 850 !important;
    letter-spacing: -.075em !important;
    max-width: 590px !important;
  }

  html body.pixgom-sales-page .pg-hero p:not(.pg-eyebrow),
  html body.pixgom-sales-page .pg-copy p:not(.pg-eyebrow),
  html body.pixgom-install-page .install-copy p:not(.pg-eyebrow),
  html body.pixgom-static-page:not(.pixgom-sales-page) .pg-hero p:not(.pg-eyebrow) {
    font-size: 15px !important;
    line-height: 1.72 !important;
    font-weight: 600 !important;
    max-width: 560px !important;
  }

  html body.pixgom-sales-page .pg-underline,
  html body.pixgom-install-page .pg-underline {
    height: 12px !important;
    margin-top: -14px !important;
    margin-bottom: 24px !important;
  }

  html body.pixgom-sales-page .pg-actions .pg-cta,
  html body.pixgom-sales-page .pg-actions .pg-secondary,
  html body.pixgom-install-page .install-actions .pg-cta,
  html body.pixgom-install-page .install-actions .pg-secondary {
    min-height: 52px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
  }

  html body.pixgom-sales-page .pg-product-visual.home-product-visual .product-box,
  html body.pixgom-install-page .install-product-visual .product-box {
    transform: scale(.9) !important;
    transform-origin: center center !important;
  }

  html body.pixgom-sales-page .pg-section:first-of-type {
    margin-top: 42px !important;
  }
}

@media (max-width: 860px) {
  html body.pixgom-unified .pg-header,
  html body.pixgom-unified .pg-header .pg-header-inner {
    width: 100% !important;
    max-width: none !important;
  }

  html body.pixgom-unified .pg-header .pg-menu {
    margin-left: auto !important;
    flex: 0 0 44px !important;
  }

  html body.pixgom-sales-page .pg-hero h1,
  html body.pixgom-sales-page .pg-copy h1,
  html body.pixgom-install-page .install-copy h1,
  html body.pixgom-static-page:not(.pixgom-sales-page) .pg-hero h1 {
    font-size: clamp(38px, 10vw, 44px) !important;
    line-height: 1.08 !important;
    font-weight: 850 !important;
  }
}

/* PIXGOM public closeout v2: header/menu/product parity fixes only. */
@media (min-width: 861px) {
  html body.pixgom-unified .pg-header {
    width: 100% !important;
    min-height: 73px !important;
    height: 73px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.pixgom-unified .pg-header .pg-header-inner {
    width: min(100%, 1200px) !important;
    height: 73px !important;
    min-height: 73px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
  }

  html body.pixgom-install-page .install-product-visual {
    width: 360px !important;
    height: 246px !important;
    min-height: 246px !important;
  }

  html body.pixgom-install-page .install-product-visual .visual-stage,
  html body.pixgom-install-page .install-product-visual .product-box {
    width: 360px !important;
    height: 246px !important;
    min-height: 246px !important;
  }

  html body.pixgom-install-page .install-product-visual .product-box {
    transform: scale(.9) !important;
    transform-origin: center center !important;
  }
}

@media (max-width: 860px) {
  html body:not(.pixgom-unified) .header {
    width: 100% !important;
    min-height: 68px !important;
    height: 68px !important;
  }

  html body:not(.pixgom-unified) .header-inner {
    width: 100% !important;
    height: 68px !important;
    min-height: 68px !important;
    padding: 0 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  html body:not(.pixgom-unified) .nav,
  html body:not(.pixgom-unified) .header-actions {
    display: none !important;
  }

  html body:not(.pixgom-unified) .menu-open {
    display: inline-flex !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin-left: auto !important;
  }
}

/* PIXGOM public closeout v4: final public-page parity with the approved home screen. */
@media (min-width: 861px) {
  html body.pixgom-unified .pg-nav a {
    font-size: 13px !important;
  }

  html body.pixgom-unified .pg-header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin-left: auto !important;
  }

  html body.pixgom-unified .pg-header-actions .pg-signup,
  html body.pixgom-unified .pg-header-actions .pg-login,
  html body.pixgom-unified .pg-header-inner > .pg-login {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  html body.pixgom-unified .pg-header-actions .pg-signup {
    min-width: 81px !important;
    padding: 0 20px !important;
    color: #0b1020 !important;
    background: #fff !important;
    border: 1px solid rgba(98, 116, 142, .22) !important;
  }

  html body.pixgom-unified .pg-header-actions .pg-login,
  html body.pixgom-unified .pg-header-inner > .pg-login {
    min-width: 69px !important;
    padding: 0 22px !important;
    color: #fff !important;
    background: #0b1020 !important;
    border: 1px solid #0b1020 !important;
  }

  html body.pixgom-sales-page .pg-hero h1,
  html body.pixgom-sales-page .pg-copy h1,
  html body.pixgom-install-page .install-copy h1,
  html body.pixgom-static-page:not(.pixgom-sales-page) .pg-hero h1 {
    font-weight: 800 !important;
  }

  html body.pixgom-install-page main.pg-main section.pg-hero.pg-sales-hero > div.pg-product-visual.home-product-visual.install-product-visual {
    width: 360px !important;
    max-width: 360px !important;
    height: 246px !important;
    min-height: 246px !important;
    flex: 0 0 360px !important;
  }

  html body.pixgom-install-page main.pg-main section.pg-hero.pg-sales-hero > div.pg-product-visual.home-product-visual.install-product-visual > .visual-stage,
  html body.pixgom-install-page main.pg-main section.pg-hero.pg-sales-hero > div.pg-product-visual.home-product-visual.install-product-visual .product-box {
    width: 360px !important;
    max-width: 360px !important;
    height: 246px !important;
    min-height: 246px !important;
  }

  html body.pixgom-install-page main.pg-main section.pg-hero.pg-sales-hero > div.pg-product-visual.home-product-visual.install-product-visual .product-box {
    transform: scale(.9) !important;
    transform-origin: center center !important;
  }
}

@media (max-width: 860px) {
  html body.pixgom-unified .pg-header-actions,
  html body.pixgom-unified .pg-header-inner > .pg-login {
    display: none !important;
  }

  html body.pixgom-sales-page.pixgom-static-page main.pg-main section.pg-hero.pg-sales-hero > div.pg-product-visual.home-product-visual {
    width: 100% !important;
    height: 240px !important;
    min-height: 240px !important;
    margin-top: 16px !important;
  }

  html body.pixgom-sales-page.pixgom-static-page main.pg-main section.pg-hero.pg-sales-hero > div.pg-product-visual.home-product-visual > .visual-stage {
    width: 100% !important;
    height: 240px !important;
    min-height: 240px !important;
  }

  html body.pixgom-sales-page.pixgom-static-page main.pg-main section.pg-hero.pg-sales-hero > div.pg-product-visual.home-product-visual .product-box {
    width: min(302px, 100%) !important;
    height: 221px !important;
    min-height: 221px !important;
  }

  html body.pixgom-sales-page.pixgom-static-page .pg-hero h1,
  html body.pixgom-sales-page.pixgom-static-page .pg-copy h1,
  html body.pixgom-install-page.pixgom-static-page .install-copy h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: -.055em !important;
  }
}

/* === PIXGOM public page header final lock: match home mobile header === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page header.pg-header,
  html body.pixgom-unified.pixgom-sales-page header.pg-header,
  html body header.pg-header {
    width: 100% !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 0 16px !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 16px !important;
    border-bottom: 1px solid rgba(11, 16, 32, .06) !important;
    background: rgba(250, 248, 243, .90) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    box-shadow: none !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-header-inner,
  html body.pixgom-unified.pixgom-sales-page .pg-header-inner,
  html body .pg-header-inner {
    display: contents !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  html body.pixgom-unified.pixgom-static-page header.pg-header::after,
  html body.pixgom-unified.pixgom-sales-page header.pg-header::after,
  html body header.pg-header::after {
    content: "" !important;
    grid-column: 3 !important;
    justify-self: end !important;
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background:
      linear-gradient(#0b1020, #0b1020) center 12px / 21px 2.25px no-repeat,
      linear-gradient(#0b1020, #0b1020) center 20px / 21px 2.25px no-repeat,
      linear-gradient(#0b1020, #0b1020) center 28px / 21px 2.25px no-repeat !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-nav,
  html body.pixgom-unified.pixgom-static-page .pg-actions,
  html body.pixgom-unified.pixgom-static-page .pg-login,
  html body.pixgom-unified.pixgom-static-page .pg-signup,
  html body.pixgom-unified.pixgom-sales-page .pg-nav,
  html body.pixgom-unified.pixgom-sales-page .pg-actions,
  html body.pixgom-unified.pixgom-sales-page .pg-login,
  html body.pixgom-unified.pixgom-sales-page .pg-signup,
  html body .pg-nav,
  html body .pg-actions,
  html body .pg-login,
  html body .pg-signup {
    display: none !important;
  }
}

/* === PIXGOM public header min-height override: exact body-class specificity === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page header.pg-header,
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-install-page header.pg-header,
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-features-page header.pg-header,
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-pricing-page header.pg-header,
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-commands-page header.pg-header,
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-notice-page header.pg-header {
    min-height: 56px !important;
    height: 56px !important;
    max-height: 56px !important;
    padding: 0 16px !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
  }
}

/* === PIXGOM home-accurate header baseline v16 === */
@media (max-width: 860px) {
  html body.pixgom-unified header.pg-header,
  html body.pixgom-inner-reference header.inner-site-header,
  html body.auth-page.pixgom-inner-reference header.inner-site-header,
  html body.account-page header.inner-site-header,
  html body.console-shell-page header.inner-site-header {
    width: 100% !important;
    min-height: 68px !important;
    height: 68px !important;
    max-height: 68px !important;
    padding: 0 18px !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 16px !important;
    border-bottom: 1px solid rgba(11, 16, 32, .06) !important;
    background: rgba(250, 248, 243, .90) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    box-shadow: none !important;
  }

  html body.pixgom-unified .pg-header-inner {
    display: contents !important;
  }

  html body.pixgom-unified .pg-brand,
  html body.pixgom-inner-reference .inner-site-brand,
  html body.auth-page.pixgom-inner-reference .inner-site-brand,
  html body.account-page .inner-site-brand,
  html body.console-shell-page .inner-site-brand {
    grid-column: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: 150px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #0b1020 !important;
    text-decoration: none !important;
  }

  html body.pixgom-unified .pg-brand img,
  html body.pixgom-inner-reference .inner-site-brand img,
  html body.auth-page.pixgom-inner-reference .inner-site-brand img,
  html body.account-page .inner-site-brand img,
  html body.console-shell-page .inner-site-brand img {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    max-width: 26px !important;
    flex: 0 0 26px !important;
    border-radius: 8.5px !important;
    object-fit: contain !important;
    box-shadow: none !important;
  }

  html body.pixgom-unified .pg-brand strong,
  html body.pixgom-inner-reference .inner-site-brand strong,
  html body.auth-page.pixgom-inner-reference .inner-site-brand strong,
  html body.account-page .inner-site-brand strong,
  html body.console-shell-page .inner-site-brand strong {
    display: block !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    color: #0b1020 !important;
    margin: 0 !important;
  }

  html body.pixgom-unified .pg-brand small,
  html body.pixgom-inner-reference .inner-site-brand small,
  html body.auth-page.pixgom-inner-reference .inner-site-brand small,
  html body.account-page .inner-site-brand small,
  html body.console-shell-page .inner-site-brand small {
    display: block !important;
    margin-top: 4px !important;
    color: #4f6b8f !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .02em !important;
  }

  html body.pixgom-unified .pg-nav,
  html body.pixgom-unified .pg-header-actions,
  html body.pixgom-unified header.pg-header > .pg-login,
  html body.pixgom-unified header.pg-header .pg-signup,
  html body.pixgom-unified header.pg-header .pg-login,
  html body.pixgom-inner-reference .inner-site-nav,
  html body.pixgom-inner-reference .inner-site-action,
  html body.auth-page.pixgom-inner-reference .inner-site-nav,
  html body.auth-page.pixgom-inner-reference .inner-site-action,
  html body.account-page .inner-site-nav,
  html body.account-page .inner-site-action,
  html body.console-shell-page .inner-site-nav,
  html body.console-shell-page .inner-site-action {
    display: none !important;
  }

  html body.pixgom-unified header.pg-header::after,
  html body.pixgom-inner-reference header.inner-site-header::after,
  html body.auth-page.pixgom-inner-reference header.inner-site-header::after,
  html body.account-page header.inner-site-header::after,
  html body.console-shell-page header.inner-site-header::after {
    content: "" !important;
    grid-column: 3 !important;
    justify-self: end !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background:
      linear-gradient(#0b1020, #0b1020) center 13px / 24px 2.25px no-repeat,
      linear-gradient(#0b1020, #0b1020) center 21px / 24px 2.25px no-repeat,
      linear-gradient(#0b1020, #0b1020) center 29px / 24px 2.25px no-repeat !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }

  html body.pixgom-unified .pg-menu {
    grid-column: 3 !important;
    justify-self: end !important;
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}
/* === PIXGOM public pages home-layout parity v16 === */
html body.pixgom-unified {
  background: #faf8f3 !important;
  color: #0b1020 !important;
}

@media (max-width: 860px) {
  html body.pixgom-unified main.pg-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 16px 20px 42px !important;
  }

  html body.pixgom-unified .pg-hero.pg-sales-hero {
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 20px !important;
  }

  html body.pixgom-unified .pg-product-visual.home-product-visual {
    order: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 240px !important;
    min-height: 240px !important;
    margin: 0 !important;
  }

  html body.pixgom-unified .pg-product-visual.home-product-visual > .visual-stage {
    width: 100% !important;
    height: 240px !important;
    min-height: 240px !important;
  }

  html body.pixgom-unified .pg-product-visual.home-product-visual .product-box {
    width: min(324px, 100%) !important;
    height: 221px !important;
    min-height: 221px !important;
    margin: 0 auto !important;
  }

  html body.pixgom-unified .pg-copy {
    order: 1 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html body.pixgom-unified .pg-eyebrow {
    margin: 0 0 20px !important;
    min-height: 32px !important;
    padding: 7px 13px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.82) !important;
    border: 1px solid rgba(98,116,142,.18) !important;
    box-shadow: 0 10px 24px rgba(8,13,31,.06) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  html body.pixgom-unified .pg-copy h1,
  html body.pixgom-unified .pg-hero h1 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: -.055em !important;
    color: #0b1020 !important;
    word-break: keep-all !important;
  }

  html body.pixgom-unified .pg-underline {
    display: block !important;
    width: min(300px, 78%) !important;
    height: 12px !important;
    margin: -13px 0 20px !important;
    background: rgba(255, 212, 0, .74) !important;
  }

  html body.pixgom-unified .pg-copy p:not(.pg-eyebrow),
  html body.pixgom-unified .pg-hero p:not(.pg-eyebrow) {
    max-width: none !important;
    margin: 0 !important;
    color: #40516a !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
    font-weight: 600 !important;
    word-break: keep-all !important;
  }

  html body.pixgom-unified .pg-hero .pg-actions,
  html body.pixgom-unified .pg-final-cta .pg-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 28px !important;
  }

  html body.pixgom-unified .pg-hero .pg-actions .pg-cta,
  html body.pixgom-unified .pg-hero .pg-actions .pg-secondary,
  html body.pixgom-unified .pg-final-cta .pg-actions .pg-cta,
  html body.pixgom-unified .pg-final-cta .pg-actions .pg-secondary {
    width: 100% !important;
    min-height: 52px !important;
    height: 52px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    letter-spacing: -.035em !important;
    box-shadow: none !important;
  }

  html body.pixgom-unified .pg-hero .pg-actions .pg-cta,
  html body.pixgom-unified .pg-final-cta .pg-actions .pg-cta {
    background: #0b1020 !important;
    border: 1px solid #0b1020 !important;
    color: #fff !important;
  }

  html body.pixgom-unified .pg-hero .pg-actions .pg-secondary,
  html body.pixgom-unified .pg-final-cta .pg-actions .pg-secondary {
    background: #fff !important;
    border: 1px solid rgba(98,116,142,.24) !important;
    color: #0b1020 !important;
  }

  html body.pixgom-unified .pg-proof {
    display: flex !important;
    gap: 14px !important;
    margin-top: 18px !important;
    color: #7c8da8 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
  }

  html body.pixgom-unified .pg-section {
    margin-top: 34px !important;
  }
}

@media (min-width: 861px) {
  html body.pixgom-unified main.pg-main {
    width: min(100% - 128px, 1120px) !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 56px 0 80px !important;
  }

  html body.pixgom-unified .pg-hero.pg-sales-hero {
    min-height: 560px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 520px) minmax(360px, 1fr) !important;
    gap: 72px !important;
    align-items: center !important;
  }

  html body.pixgom-unified .pg-product-visual.home-product-visual {
    max-width: 420px !important;
    height: 320px !important;
    justify-self: center !important;
  }

  html body.pixgom-unified .pg-copy h1,
  html body.pixgom-unified .pg-hero h1 {
    max-width: 590px !important;
    font-size: clamp(50px, 5.2vw, 68px) !important;
    line-height: 1.04 !important;
    font-weight: 800 !important;
    letter-spacing: -.075em !important;
  }
}

/* === PIXGOM public exact header parity v16.1 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page header.pg-header,
  html body.pixgom-unified.pixgom-static-page header.pg-header,
  html body.pixgom-unified.pixgom-sales-page header.pg-header {
    width: 100% !important;
    min-height: 68px !important;
    height: 68px !important;
    max-height: 68px !important;
    padding: 0 18px !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 16px !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page header.pg-header > .pg-header-inner,
  html body.pixgom-unified.pixgom-static-page header.pg-header > .pg-header-inner,
  html body.pixgom-unified.pixgom-sales-page header.pg-header > .pg-header-inner {
    display: contents !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page header.pg-header::after,
  html body.pixgom-unified.pixgom-static-page header.pg-header::after,
  html body.pixgom-unified.pixgom-sales-page header.pg-header::after {
    content: none !important;
    display: none !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-brand,
  html body.pixgom-unified.pixgom-static-page .pg-brand,
  html body.pixgom-unified.pixgom-sales-page .pg-brand {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    max-width: 150px !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-brand small,
  html body.pixgom-unified.pixgom-static-page .pg-brand small,
  html body.pixgom-unified.pixgom-sales-page .pg-brand small {
    display: block !important;
    margin-top: 4px !important;
    color: #4f6b8f !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-menu,
  html body.pixgom-unified.pixgom-static-page .pg-menu,
  html body.pixgom-unified.pixgom-sales-page .pg-menu {
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    display: inline-flex !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    flex: 0 0 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: transparent !important;
    font-size: 0 !important;
    background:
      linear-gradient(#0b1020, #0b1020) center 13px / 24px 2.25px no-repeat,
      linear-gradient(#0b1020, #0b1020) center 21px / 24px 2.25px no-repeat,
      linear-gradient(#0b1020, #0b1020) center 29px / 24px 2.25px no-repeat !important;
    box-shadow: none !important;
  }
}

/* === PIXGOM exact pg-header-inner override v16.2 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page header.pg-header > div.pg-header-inner,
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-header > div.pg-header-inner,
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page header.pg-header > .pg-header-inner,
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-header .pg-header-inner {
    display: contents !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* === PIXGOM brand lockup parity v16.3 === */
@media (max-width: 860px) {
  html body.pixgom-unified .pg-brand,
  html body.pixgom-inner-reference .inner-site-brand,
  html body.auth-page.pixgom-inner-reference .inner-site-brand,
  html body.account-page .inner-site-brand,
  html body.console-shell-page .inner-site-brand {
    gap: 10px !important;
    max-width: none !important;
  }

  html body.pixgom-unified .pg-brand > span,
  html body.pixgom-inner-reference .inner-site-brand > span,
  html body.auth-page.pixgom-inner-reference .inner-site-brand > span,
  html body.account-page .inner-site-brand > span,
  html body.console-shell-page .inner-site-brand > span {
    display: contents !important;
  }

  html body.pixgom-unified .pg-brand small,
  html body.pixgom-inner-reference .inner-site-brand small,
  html body.auth-page.pixgom-inner-reference .inner-site-brand small,
  html body.account-page .inner-site-brand small,
  html body.console-shell-page .inner-site-brand small {
    display: grid !important;
    place-items: center !important;
    margin: 0 !important;
    color: #4f6b8f !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .02em !important;
  }
}

/* === PIXGOM brand typography parity v16.4 === */
@media (max-width: 860px) {
  html body.pixgom-unified .pg-brand small,
  html body.pixgom-inner-reference .inner-site-brand small,
  html body.auth-page.pixgom-inner-reference .inner-site-brand small,
  html body.account-page .inner-site-brand small,
  html body.console-shell-page .inner-site-brand small {
    color: #62748e !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 10px !important;
    letter-spacing: -0.4px !important;
  }
}

/* === PIXGOM public brand version exact weight v16.5 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page header.pg-header .pg-brand small,
  html body.pixgom-unified.pixgom-static-page header.pg-header .pg-brand small,
  html body.pixgom-unified.pixgom-sales-page header.pg-header .pg-brand small {
    font-weight: 500 !important;
    letter-spacing: -0.4px !important;
  }
}

/* === PIXGOM public mobile hero rhythm parity v16.6 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-product-visual.home-product-visual,
  html body.pixgom-unified.pixgom-static-page .pg-product-visual.home-product-visual,
  html body.pixgom-unified.pixgom-sales-page .pg-product-visual.home-product-visual {
    margin-top: 0 !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-eyebrow,
  html body.pixgom-unified.pixgom-static-page .pg-eyebrow,
  html body.pixgom-unified.pixgom-sales-page .pg-eyebrow {
    min-height: 29px !important;
    height: 29px !important;
    padding: 5px 13px !important;
    margin: 0 0 12px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-underline,
  html body.pixgom-unified.pixgom-static-page .pg-underline,
  html body.pixgom-unified.pixgom-sales-page .pg-underline {
    height: 12px !important;
    margin: -13px 0 13px !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-copy p:not(.pg-eyebrow),
  html body.pixgom-unified.pixgom-static-page .pg-copy p:not(.pg-eyebrow),
  html body.pixgom-unified.pixgom-sales-page .pg-copy p:not(.pg-eyebrow) {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-hero .pg-actions,
  html body.pixgom-unified.pixgom-static-page .pg-hero .pg-actions,
  html body.pixgom-unified.pixgom-sales-page .pg-hero .pg-actions {
    gap: 10px !important;
    margin-top: 24px !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-proof,
  html body.pixgom-unified.pixgom-static-page .pg-proof,
  html body.pixgom-unified.pixgom-sales-page .pg-proof {
    margin-top: 16px !important;
  }
}

/* === PIXGOM public hero exact mobile rhythm v16.7 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page section.pg-hero.pg-sales-hero,
  html body.pixgom-unified.pixgom-static-page section.pg-hero.pg-sales-hero,
  html body.pixgom-unified.pixgom-sales-page section.pg-hero.pg-sales-hero {
    padding-top: 0 !important;
    row-gap: 20px !important;
    gap: 20px !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-copy,
  html body.pixgom-unified.pixgom-static-page .pg-copy,
  html body.pixgom-unified.pixgom-sales-page .pg-copy {
    display: grid !important;
    row-gap: 12px !important;
    gap: 12px !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-eyebrow,
  html body.pixgom-unified.pixgom-static-page .pg-eyebrow,
  html body.pixgom-unified.pixgom-sales-page .pg-eyebrow {
    margin: 0 !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-underline,
  html body.pixgom-unified.pixgom-static-page .pg-underline,
  html body.pixgom-unified.pixgom-sales-page .pg-underline {
    margin: -13px 0 -11px !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-hero .pg-actions,
  html body.pixgom-unified.pixgom-static-page .pg-hero .pg-actions,
  html body.pixgom-unified.pixgom-sales-page .pg-hero .pg-actions {
    margin-top: 12px !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-proof,
  html body.pixgom-unified.pixgom-static-page .pg-proof,
  html body.pixgom-unified.pixgom-sales-page .pg-proof {
    margin-top: 4px !important;
  }
}

/* === PIXGOM public hero final pixel nudge v16.8 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-product-visual.home-product-visual .product-box,
  html body.pixgom-unified.pixgom-static-page .pg-product-visual.home-product-visual .product-box,
  html body.pixgom-unified.pixgom-sales-page .pg-product-visual.home-product-visual .product-box {
    position: relative !important;
    top: 9px !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-underline,
  html body.pixgom-unified.pixgom-static-page .pg-underline,
  html body.pixgom-unified.pixgom-sales-page .pg-underline {
    margin: -13px 0 -23px !important;
  }
}

/* === PIXGOM public h1 inline highlight parity v16.9 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-copy h1,
  html body.pixgom-unified.pixgom-static-page .pg-copy h1,
  html body.pixgom-unified.pixgom-sales-page .pg-copy h1 {
    background: linear-gradient(to top, rgba(255, 212, 0, .74) 0 12px, transparent 12px) 0 calc(100% - 2px) / min(300px, 78%) 12px no-repeat !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page .pg-underline,
  html body.pixgom-unified.pixgom-static-page .pg-underline,
  html body.pixgom-unified.pixgom-sales-page .pg-underline {
    display: none !important;
  }
}

/* === PIXGOM install page parity v16.10 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-install-page header.pg-header {
    min-height: 68px !important;
    height: 68px !important;
    max-height: 68px !important;
    padding: 0 18px !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-install-page header.pg-header > div.pg-header-inner {
    display: contents !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-install-page .pg-brand {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-install-page .pg-menu {
    grid-column: 3 !important;
    justify-self: end !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-install-page main.pg-main {
    padding-top: 16px !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-install-page .install-product-visual,
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-install-page .install-product-visual > .visual-stage {
    width: 100% !important;
    max-width: none !important;
    height: 240px !important;
    min-height: 240px !important;
    margin: 0 !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-install-page .install-product-visual .product-box {
    width: min(324px, 100%) !important;
    height: 221px !important;
    min-height: 221px !important;
    transform: none !important;
    position: relative !important;
    top: 9px !important;
    margin: 0 auto !important;
  }

  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-install-page .install-actions .pg-cta,
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-install-page .install-actions .pg-secondary {
    min-height: 52px !important;
    height: 52px !important;
    border-radius: 999px !important;
    box-shadow: none !important;
  }
}

/* === PIXGOM install product box final nudge v16.11 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page.pixgom-sales-page.pixgom-install-page .install-product-visual .product-box {
    top: -1px !important;
  }
}

/* === PIXGOM header lock v17: home CI standard === */
:root {
  --pg-lock-bg: #faf8f3;
  --pg-lock-ink: #0b1020;
  --pg-lock-muted: #62748e;
  --pg-lock-line: rgba(11, 16, 32, .08);
}

@media (max-width: 860px) {
  html body header.header,
  html body header.pg-header,
  html body header.inner-site-header {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
    padding: 0 18px !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    column-gap: 16px !important;
    background: rgba(250, 248, 243, .96) !important;
    border: 0 !important;
    border-bottom: 1px solid var(--pg-lock-line) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  html body header.header > .header-inner,
  html body header.pg-header > .pg-header-inner,
  html body header.inner-site-header > .pg-header-inner,
  html body header.inner-site-header > .inner-site-header-inner {
    display: contents !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  html body header.header .brand,
  html body header.pg-header .pg-brand,
  html body header.inner-site-header .inner-site-brand,
  html body header.inner-site-header .pg-brand {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 160px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    color: var(--pg-lock-ink) !important;
    text-decoration: none !important;
    transform: none !important;
  }

  html body header.header .brand > span:not(.brand-name):not(.brand-version),
  html body header.pg-header .pg-brand > span,
  html body header.inner-site-header .inner-site-brand > span,
  html body header.inner-site-header .pg-brand > span {
    display: contents !important;
  }

  html body header.header .brand-mark,
  html body header.header .brand img,
  html body header.pg-header .pg-brand img,
  html body header.inner-site-header .inner-site-brand img,
  html body header.inner-site-header .pg-brand img {
    display: block !important;
    width: 26px !important;
    min-width: 26px !important;
    max-width: 26px !important;
    height: 26px !important;
    min-height: 26px !important;
    max-height: 26px !important;
    flex: 0 0 26px !important;
    border-radius: 8.5px !important;
    object-fit: contain !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body header.header .brand-name,
  html body header.header .brand strong,
  html body header.pg-header .pg-brand strong,
  html body header.inner-site-header .inner-site-brand strong,
  html body header.inner-site-header .pg-brand strong {
    display: block !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--pg-lock-ink) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 15px !important;
    letter-spacing: -0.3px !important;
    white-space: nowrap !important;
  }

  html body header.header .brand-version,
  html body header.header .brand small,
  html body header.pg-header .pg-brand small,
  html body header.inner-site-header .inner-site-brand small,
  html body header.inner-site-header .pg-brand small {
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--pg-lock-muted) !important;
    font-family: inherit !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 10px !important;
    letter-spacing: -0.4px !important;
    white-space: nowrap !important;
  }

  html body header.header .nav,
  html body header.header .actions,
  html body header.pg-header .pg-nav,
  html body header.pg-header .pg-header-actions,
  html body header.pg-header .pg-login,
  html body header.pg-header .pg-signup,
  html body header.inner-site-header .inner-site-nav,
  html body header.inner-site-header .inner-site-action,
  html body header.inner-site-header .pg-nav,
  html body header.inner-site-header .pg-login,
  html body header.inner-site-header .pg-signup,
  html body header.inner-site-header .pg-header-actions {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html body header.header::after,
  html body header.pg-header::after {
    content: none !important;
    display: none !important;
  }

  html body header.inner-site-header::after {
    content: "" !important;
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    display: block !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    background:
      linear-gradient(var(--pg-lock-ink), var(--pg-lock-ink)) center 14px / 21px 2.25px no-repeat,
      linear-gradient(var(--pg-lock-ink), var(--pg-lock-ink)) center 22px / 21px 2.25px no-repeat,
      linear-gradient(var(--pg-lock-ink), var(--pg-lock-ink)) center 30px / 21px 2.25px no-repeat !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }

  html body header.header .menu-open,
  html body header.pg-header .pg-menu,
  html body header.inner-site-header .pg-menu,
  html body header.inner-site-header .menu-open {
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    box-sizing: border-box !important;
    display: grid !important;
    place-items: center !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: var(--pg-lock-ink) !important;
    font-size: 0 !important;
    line-height: 0 !important;
    box-shadow: none !important;
  }

  html body header.pg-header .pg-menu {
    color: transparent !important;
    background:
      linear-gradient(var(--pg-lock-ink), var(--pg-lock-ink)) center 14px / 21px 2.25px no-repeat,
      linear-gradient(var(--pg-lock-ink), var(--pg-lock-ink)) center 22px / 21px 2.25px no-repeat,
      linear-gradient(var(--pg-lock-ink), var(--pg-lock-ink)) center 30px / 21px 2.25px no-repeat !important;
  }

  html body header.header .menu-open svg,
  html body header.inner-site-header .menu-open svg {
    display: block !important;
    width: 21px !important;
    height: 21px !important;
    color: var(--pg-lock-ink) !important;
    stroke: var(--pg-lock-ink) !important;
  }
}

@media (min-width: 861px) {
  html body header.pg-header,
  html body header.inner-site-header {
    box-sizing: border-box !important;
    width: 100% !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 32px !important;
    margin: 0 !important;
    background: rgba(250, 248, 243, .96) !important;
    border-bottom: 1px solid var(--pg-lock-line) !important;
    box-shadow: none !important;
  }

  html body header.pg-header > .pg-header-inner,
  html body header.inner-site-header > .pg-header-inner,
  html body header.inner-site-header > .inner-site-header-inner {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 1120px !important;
    height: 72px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 220px minmax(420px, 1fr) 220px !important;
    align-items: center !important;
    column-gap: 24px !important;
  }

  html body header.pg-header .pg-brand,
  html body header.inner-site-header .inner-site-brand,
  html body header.inner-site-header .pg-brand {
    grid-column: 1 !important;
    justify-self: start !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body header.pg-header .pg-brand > span,
  html body header.inner-site-header .inner-site-brand > span,
  html body header.inner-site-header .pg-brand > span {
    display: contents !important;
  }

  html body header.pg-header .pg-brand img,
  html body header.inner-site-header .inner-site-brand img,
  html body header.inner-site-header .pg-brand img {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    border-radius: 8.5px !important;
  }

  html body header.pg-header .pg-brand strong,
  html body header.inner-site-header .inner-site-brand strong,
  html body header.inner-site-header .pg-brand strong {
    color: var(--pg-lock-ink) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 15px !important;
    letter-spacing: -0.3px !important;
  }

  html body header.pg-header .pg-brand small,
  html body header.inner-site-header .inner-site-brand small,
  html body header.inner-site-header .pg-brand small {
    display: inline-grid !important;
    place-items: center !important;
    margin: 0 !important;
    color: var(--pg-lock-muted) !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 10px !important;
    letter-spacing: -0.4px !important;
  }

  html body header.pg-header .pg-nav,
  html body header.inner-site-header .inner-site-nav {
    grid-column: 2 !important;
    justify-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body header.pg-header .pg-nav a,
  html body header.inner-site-header .inner-site-nav a {
    color: var(--pg-lock-ink) !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    letter-spacing: -0.3px !important;
    text-decoration: none !important;
  }

  html body header.pg-header .pg-header-actions,
  html body header.inner-site-header .inner-site-action {
    grid-column: 3 !important;
    justify-self: end !important;
  }

  html body header.pg-header .pg-menu,
  html body header.inner-site-header::after,
  html body header.pg-header::after {
    display: none !important;
    content: none !important;
  }
}

/* === PIXGOM CI inline lock v18: no stacked version === */
@media (max-width: 860px) {
  html body header.pg-header .pg-brand > span,
  html body header.inner-site-header .inner-site-brand > span,
  html body header.inner-site-header .pg-brand > span {
    box-sizing: border-box !important;
    display: inline-flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 15px !important;
    min-height: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body header.pg-header .pg-brand small,
  html body header.inner-site-header .inner-site-brand small,
  html body header.inner-site-header .pg-brand small {
    display: inline-grid !important;
    place-items: center !important;
    align-self: center !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 861px) {
  html body header.pg-header .pg-brand > span,
  html body header.inner-site-header .inner-site-brand > span,
  html body header.inner-site-header .pg-brand > span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    height: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* === PIXGOM public CI optical nudge v19 === */
@media (max-width: 860px) {
  html body header.pg-header .pg-brand small {
    transform: translateY(-2px) !important;
  }
}

/* === PIXGOM public mobile hero typography parity v22 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page .pg-hero.pg-sales-hero,
  html body.pixgom-unified.pixgom-sales-page .pg-hero.pg-sales-hero {
    display: grid !important;
    min-height: 600px !important;
    height: auto !important;
    row-gap: 20px !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-copy,
  html body.pixgom-unified.pixgom-sales-page .pg-copy {
    min-height: 340px !important;
    height: auto !important;
    row-gap: 12px !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-eyebrow,
  html body.pixgom-unified.pixgom-sales-page .pg-eyebrow {
    box-sizing: border-box !important;
    min-height: 29px !important;
    height: 29px !important;
    padding: 7px 13px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: -0.2px !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-copy p:not(.pg-eyebrow),
  html body.pixgom-unified.pixgom-sales-page .pg-copy p:not(.pg-eyebrow) {
    max-width: 440px !important;
    color: #314158 !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    letter-spacing: -0.2px !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-hero .pg-actions,
  html body.pixgom-unified.pixgom-sales-page .pg-hero .pg-actions {
    min-height: 114px !important;
    height: 114px !important;
    padding-top: 0 !important;
    margin-top: 24px !important;
    gap: 10px !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-hero .pg-cta,
  html body.pixgom-unified.pixgom-static-page .pg-hero .pg-secondary,
  html body.pixgom-unified.pixgom-sales-page .pg-hero .pg-cta,
  html body.pixgom-unified.pixgom-sales-page .pg-hero .pg-secondary {
    min-height: 52px !important;
    height: 52px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    letter-spacing: -0.2px !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-proof,
  html body.pixgom-unified.pixgom-sales-page .pg-proof {
    min-height: 13px !important;
    height: 13px !important;
    margin-top: 16px !important;
    color: #8292aa !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: normal !important;
  }
}

/* === PIXGOM public mobile hero layout repair v23 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page .pg-hero.pg-sales-hero,
  html body.pixgom-unified.pixgom-sales-page .pg-hero.pg-sales-hero {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 600px !important;
    gap: 20px !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-product-visual.home-product-visual,
  html body.pixgom-unified.pixgom-sales-page .pg-product-visual.home-product-visual {
    order: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 240px !important;
    min-height: 240px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-product-visual.home-product-visual .visual-stage,
  html body.pixgom-unified.pixgom-sales-page .pg-product-visual.home-product-visual .visual-stage {
    width: 100% !important;
    max-width: none !important;
    height: 240px !important;
    min-height: 240px !important;
    margin: 0 !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-product-visual.home-product-visual .product-box,
  html body.pixgom-unified.pixgom-sales-page .pg-product-visual.home-product-visual .product-box {
    width: 324px !important;
    min-width: 324px !important;
    max-width: 324px !important;
    height: 221px !important;
    min-height: 221px !important;
    margin: 0 auto !important;
    position: relative !important;
    top: 9px !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-copy,
  html body.pixgom-unified.pixgom-sales-page .pg-copy {
    order: 1 !important;
    box-sizing: border-box !important;
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 340px !important;
    margin: 0 !important;
    padding: 0 !important;
    row-gap: 12px !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-hero .pg-actions,
  html body.pixgom-unified.pixgom-sales-page .pg-hero .pg-actions {
    margin-top: 12px !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-proof,
  html body.pixgom-unified.pixgom-sales-page .pg-proof {
    margin-top: 4px !important;
  }
}

/* === PIXGOM public mobile copy exact rhythm v24 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-static-page .pg-hero.pg-sales-hero .pg-copy,
  html body.pixgom-unified.pixgom-sales-page .pg-hero.pg-sales-hero .pg-copy {
    display: block !important;
    min-height: 340px !important;
    height: auto !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-hero.pg-sales-hero .pg-copy .pg-eyebrow,
  html body.pixgom-unified.pixgom-sales-page .pg-hero.pg-sales-hero .pg-copy .pg-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 29px !important;
    height: 29px !important;
    margin: 0 !important;
    padding: 7px 13px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: normal !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-hero.pg-sales-hero .pg-copy h1,
  html body.pixgom-unified.pixgom-sales-page .pg-hero.pg-sales-hero .pg-copy h1 {
    margin: 12px 0 0 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.055em !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-hero.pg-sales-hero .pg-copy p:not(.pg-eyebrow),
  html body.pixgom-unified.pixgom-sales-page .pg-hero.pg-sales-hero .pg-copy p:not(.pg-eyebrow) {
    max-width: 440px !important;
    margin: 12px 0 0 !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-hero.pg-sales-hero .pg-actions,
  html body.pixgom-unified.pixgom-sales-page .pg-hero.pg-sales-hero .pg-actions {
    margin: 24px 0 0 !important;
    padding: 0 !important;
    min-height: 114px !important;
    height: 114px !important;
  }

  html body.pixgom-unified.pixgom-static-page .pg-hero.pg-sales-hero .pg-proof,
  html body.pixgom-unified.pixgom-sales-page .pg-hero.pg-sales-hero .pg-proof {
    margin: 16px 0 0 !important;
    min-height: 13px !important;
    height: 13px !important;
    font-size: 11px !important;
    font-weight: 400 !important;
  }
}

/* === PIXGOM install mobile typography parity v25 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-install-page .install-copy {
    margin-top: 20px !important;
  }

  html body.pixgom-unified.pixgom-install-page .install-copy .pg-eyebrow {
    min-height: 29px !important;
    height: 29px !important;
    margin: 0 !important;
    padding: 7px 13px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: normal !important;
  }

  html body.pixgom-unified.pixgom-install-page .install-copy h1 {
    margin: 12px 0 0 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.055em !important;
  }

  html body.pixgom-unified.pixgom-install-page .install-copy p:not(.pg-eyebrow) {
    max-width: 440px !important;
    margin: 12px 0 0 !important;
    color: #314158 !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
  }

  html body.pixgom-unified.pixgom-install-page .install-actions {
    margin: 24px 0 0 !important;
    padding: 0 !important;
    gap: 10px !important;
  }

  html body.pixgom-unified.pixgom-install-page .install-actions .pg-cta,
  html body.pixgom-unified.pixgom-install-page .install-actions .pg-secondary {
    min-height: 52px !important;
    height: 52px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    letter-spacing: -0.2px !important;
  }

  html body.pixgom-unified.pixgom-install-page .install-copy .pg-proof,
  html body.pixgom-unified.pixgom-install-page .pg-proof {
    margin-top: 16px !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: normal !important;
  }
}

/* === PIXGOM install copy width parity v26 === */
@media (max-width: 860px) {
  html body.pixgom-unified.pixgom-install-page .install-copy {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
  }

  html body.pixgom-unified.pixgom-install-page .install-actions {
    width: 100% !important;
    max-width: none !important;
  }
}
