/* JDesk public website visual correction layer V4.40
   Scope: public website only. Admin/enterprise/payment/client runtimes are intentionally untouched. */

/* Desktop header: the mobile menu must never leak into the full navigation. */
body[data-jdesk-scope="website"] .jd-site-menu{display:none!important}

/* Homepage: prevent intrinsic height attributes from stretching the tilted hero screenshots. */
body[data-jdesk-scope="website"] .jd45-laptop-frame img,
body[data-jdesk-scope="website"] .jd45-session-card img{height:auto!important;max-width:100%;object-fit:contain}

/* Homepage: clip decorative layers to the Surface and remove the old 1px dark/yellow seam. */
body[data-jdesk-scope="website"] .jd45-site{max-width:100%;overflow:clip!important}
body[data-jdesk-scope="website"] .jd45-hero::after{display:none!important}
body[data-jdesk-scope="website"] .jd45-proofbar{margin:0 auto!important}

/* Download roadmap: legacy .green dot must not collapse a green status badge. */
body[data-jdesk-scope="website"] .jds-pill.green{width:auto!important}
body[data-jdesk-scope="website"] .jds-roadmap .jds-pill.status{
  width:64px!important;min-width:64px!important;max-width:64px!important;
  height:24px!important;min-height:24px!important;padding:0 8px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  white-space:nowrap!important;line-height:1!important;text-align:center
}

/* Seven public links need an earlier responsive collapse than the old six-link header. */
@media(max-width:980px){
  body[data-jdesk-scope="website"] .jd-site-header{height:auto}
  body[data-jdesk-scope="website"] .jd-site-nav{height:64px}
  body[data-jdesk-scope="website"] .jd-site-links,
  body[data-jdesk-scope="website"] .jd-site-actions{display:none!important}
  body[data-jdesk-scope="website"] .jd-site-menu{
    display:inline-flex!important;margin-left:auto;height:36px;min-height:36px;
    align-items:center;justify-content:center;border:1px solid #d0d5dd;
    background:#fff;border-radius:8px;padding:0 12px;color:#344054
  }
  body[data-jdesk-scope="website"] .jd-site-header.open .jd-site-links{
    display:flex!important;position:absolute;left:0;right:0;top:64px;z-index:110;
    background:#fff;border-bottom:1px solid #eaecf0;box-shadow:0 12px 28px rgba(16,24,40,.08);
    flex-direction:column;align-items:stretch;gap:0;padding:10px 20px 18px
  }
  body[data-jdesk-scope="website"] .jd-site-header.open .jd-site-links a{
    min-height:42px;display:flex;align-items:center;padding:0 8px;border-radius:8px
  }
  body[data-jdesk-scope="website"] .jd-site-header.open .jd-site-links a.active,
  body[data-jdesk-scope="website"] .jd-site-header.open .jd-site-links a[aria-current="page"]{background:#fff8dd}
}
