/* Multilingual product overview — v601
   One primary software card + three supporting cards. Subtle blue crystal hover on pointer devices. */
main#top .jp-product-overview{
  padding-top:clamp(76px,8vw,112px);
}
main#top .jp-product-showcase{
  width:min(100%,1120px);
  margin:0 auto;
}
main#top .jp-product-card{
  position:relative;
  isolation:isolate;
  box-sizing:border-box;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.035)!important;
  border-radius:28px;
  background:#f5f5f7;
  box-shadow:none!important;
  text-align:center!important;
  transform:translateZ(0);
  transition:transform .34s cubic-bezier(.2,.75,.25,1),box-shadow .34s ease,border-color .34s ease,background-color .34s ease;
}
main#top .jp-product-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:0;
  background:
    radial-gradient(circle at 82% 8%,rgba(61,155,255,.22),transparent 33%),
    radial-gradient(circle at 14% 90%,rgba(136,204,255,.13),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.90),rgba(229,242,255,.68));
  transition:opacity .34s ease;
}
main#top .jp-product-card-primary{
  min-height:330px;
  background:linear-gradient(145deg,#f5f5f7 0%,#fafafa 100%);
}
main#top .jp-product-card-inner{
  position:relative;
  z-index:1;
  display:flex;
  min-height:100%;
  box-sizing:border-box;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:42px 34px 38px;
  text-align:center!important;
}
main#top .jp-product-card-primary .jp-product-card-inner{
  padding:54px 46px 48px;
}
main#top .jp-product-secondary-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:16px;
}
main#top .jp-product-secondary-grid .jp-product-card{
  min-height:310px;
}
main#top .jp-product-eyebrow{
  margin:0 0 16px!important;
  color:#6e6e73!important;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:600!important;
  letter-spacing:.12em!important;
  text-transform:uppercase;
  text-align:center!important;
}
main#top .jp-product-card h3{
  max-width:100%;
  margin:0!important;
  color:#1d1d1f!important;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue","Noto Sans JP","Noto Sans KR","Noto Sans SC","Noto Sans Thai",Arial,sans-serif!important;
  font-size:clamp(24px,2.25vw,31px)!important;
  line-height:1.24!important;
  font-weight:600!important;
  letter-spacing:-.025em!important;
  text-align:center!important;
  overflow-wrap:anywhere;
  hyphens:auto;
}
main#top .jp-product-card-primary h3{
  font-size:clamp(30px,3vw,40px)!important;
  letter-spacing:-.035em!important;
}
main#top .jp-product-copy{
  max-width:540px;
  margin:15px auto 0!important;
  color:#6e6e73!important;
  font-size:15px!important;
  line-height:1.72!important;
  font-weight:400!important;
  letter-spacing:0!important;
  text-align:center!important;
}
main#top .jp-product-card-primary .jp-product-copy{
  max-width:620px;
  margin-top:17px!important;
  font-size:17px!important;
  line-height:1.68!important;
}
main#top .jp-product-status{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  width:auto!important;
  margin:20px auto 0!important;
  padding:6px 11px!important;
  border-radius:999px;
  background:rgba(232,232,237,.92);
  color:#515154!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:500!important;
  letter-spacing:0!important;
  text-align:center!important;
  transition:background-color .34s ease,color .34s ease;
}
main#top .jp-product-status-muted{margin-top:22px!important;}
main#top .jp-product-note{
  max-width:310px;
  margin:11px auto 0!important;
  color:#86868b!important;
  font-size:11px!important;
  line-height:1.62!important;
  font-weight:400!important;
  text-align:center!important;
}
main#top :is(a,button).jp-product-action{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:5px;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:22px auto 0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#06c!important;
  box-shadow:none!important;
  font-family:inherit!important;
  font-size:14px!important;
  line-height:1.4!important;
  font-weight:500!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
}
main#top .jp-product-action span{
  display:inline-block;
  transition:transform .18s ease;
}
main#top :is(a,button).jp-product-action:hover{
  color:#004499!important;
  text-decoration:none!important;
}
main#top .jp-product-action:hover span{transform:translateX(2px);}
main#top .jp-product-card:focus-within{
  border-color:rgba(0,113,227,.22)!important;
  box-shadow:0 14px 34px rgba(0,113,227,.09)!important;
}
main#top .jp-product-card:focus-within::before{opacity:.72;}

/* Longer Latin/Cyrillic product names need a little more breathing room. */
html[lang^="de"] main#top .jp-product-card h3,
html[lang^="fr"] main#top .jp-product-card h3,
html[lang^="es"] main#top .jp-product-card h3,
html[lang^="pt"] main#top .jp-product-card h3,
html[lang^="ru"] main#top .jp-product-card h3{
  font-size:clamp(22px,2vw,29px)!important;
}
html[lang^="de"] main#top .jp-product-card-primary h3,
html[lang^="fr"] main#top .jp-product-card-primary h3,
html[lang^="es"] main#top .jp-product-card-primary h3,
html[lang^="pt"] main#top .jp-product-card-primary h3,
html[lang^="ru"] main#top .jp-product-card-primary h3{
  font-size:clamp(28px,2.7vw,37px)!important;
}

@media (hover:hover) and (pointer:fine){
  main#top .jp-product-card:hover{
    transform:translateY(-4px);
    border-color:rgba(0,113,227,.18)!important;
    background-color:#f8fbff;
    box-shadow:0 18px 42px rgba(0,113,227,.10),0 2px 8px rgba(0,0,0,.035)!important;
  }
  main#top .jp-product-card:hover::before{opacity:1;}
  main#top .jp-product-card:hover .jp-product-status{
    background:rgba(226,239,255,.92);
    color:#245b91!important;
  }
}

@media (max-width:980px){
  main#top .jp-product-showcase{width:min(100%,760px);}
  main#top .jp-product-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  main#top .jp-product-secondary-grid .jp-product-card-support{
    grid-column:1 / -1;
    min-height:260px;
  }
  main#top .jp-product-card-primary{min-height:300px;}
}
@media (max-width:640px){
  main#top .jp-product-overview{padding-top:72px;}
  main#top .jp-product-showcase{width:100%;}
  main#top .jp-product-secondary-grid{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:12px;
  }
  main#top .jp-product-secondary-grid .jp-product-card-support{grid-column:auto;}
  main#top .jp-product-card,
  main#top .jp-product-card-primary,
  main#top .jp-product-secondary-grid .jp-product-card,
  main#top .jp-product-secondary-grid .jp-product-card-support{
    min-height:0;
    border-radius:24px;
  }
  main#top .jp-product-card-inner,
  main#top .jp-product-card-primary .jp-product-card-inner{
    padding:34px 22px 32px;
  }
  main#top .jp-product-card h3,
  main#top .jp-product-card-primary h3,
  html[lang^="de"] main#top .jp-product-card h3,
  html[lang^="fr"] main#top .jp-product-card h3,
  html[lang^="es"] main#top .jp-product-card h3,
  html[lang^="pt"] main#top .jp-product-card h3,
  html[lang^="ru"] main#top .jp-product-card h3{
    font-size:25px!important;
    line-height:1.28!important;
  }
  main#top .jp-product-card-primary .jp-product-copy,
  main#top .jp-product-copy{
    max-width:31em;
    margin-top:13px!important;
    font-size:14px!important;
    line-height:1.7!important;
  }
  main#top .jp-product-eyebrow{
    margin-bottom:13px!important;
    font-size:10px!important;
  }
  main#top :is(a,button).jp-product-action{
    margin-top:19px!important;
    font-size:14px!important;
  }
  main#top .jp-product-card:active{
    transform:scale(.995);
    border-color:rgba(0,113,227,.14)!important;
  }
}
@media (prefers-reduced-motion:reduce){
  main#top .jp-product-card,
  main#top .jp-product-card::before,
  main#top .jp-product-action span{transition:none!important;}
}
