
/* V341 home hero fullscreen + simplified copy */
.jp-hero-redesign{padding:0!important}
.jp-hero-redesign>.wrap{width:100%!important;max-width:none!important;margin:0 auto!important;padding:0!important}
.jp-hero-shell{display:flex!important;align-items:center!important;justify-content:center!important;grid-template-columns:1fr!important;gap:0!important;min-height:calc(100svh - 78px)!important;padding:72px 56px!important;background:#eef1fb!important;overflow:hidden!important}
.jp-hero-copy{max-width:980px!important;margin:0 auto!important;padding:0!important;text-align:center!important;transform:none!important}
.jp-hero-copy h1{margin:0 0 clamp(30px,4vw,44px)!important;white-space:normal!important;text-align:center!important}
.jp-hero-copy .jp-hero-title-line{display:block!important}
.jp-hero-lead,.jp-hero-desc{display:none!important}
.jp-hero-cta-group{margin-top:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
.jp-hero-download.btn.primary{display:inline-flex!important;align-items:center!important;justify-content:center!important}
.jp-hero-meta{margin-top:16px!important;text-align:center!important;white-space:normal!important}

/* Put camera note immediately above preview */
.kr-direct-note{margin:18px 0 12px!important;text-align:center!important}
.kr-direct-preview-stage{margin-top:0!important}

@media (max-width:1300px){
  .jp-hero-shell{min-height:calc(100svh - 76px)!important;padding:64px 40px!important}
}
@media (max-width:980px){
  .jp-hero-shell{min-height:calc(92svh - 72px)!important;padding:56px 28px 48px!important}
  .jp-hero-copy{max-width:780px!important}
  .jp-hero-copy h1{margin-bottom:32px!important}
}
@media (max-width:767px){
  .jp-hero-shell{min-height:calc(86svh - 64px)!important;padding:46px 20px 38px!important}
  .jp-hero-copy{max-width:none!important}
  .jp-hero-copy h1{margin-bottom:26px!important}
  .jp-hero-cta-group{margin-top:0!important}
  .jp-hero-meta{margin-top:14px!important}
}
