:root {
  --j1-conv-handoff: 1;
  --j1-conv-enter: 1;
  --j1-conv-focus: 1;
  --j1-conv-form: 1;
  --j1-conv-flow: 1;
  --j1-conv-settle: 1;
  --j1-conv-exit: 0;
  --j1-conv-copy-handoff: 1;
  --j1-conv-lock-y: 0px;
  --j1-conv-scan-y: clamp(5rem, 12vw, 9rem);
  --j1-about-slide: 1;
  --j1-about-settle: 1;
  --j1-about-auto-x: 0px;
  --j1-portfolio-progress: 0;
  --j1-portfolio-x: 0px;
  --j1-portfolio-head: 1;
}

.j1-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
}

.j1-language-switcher .bi {
  margin: 0 0.32rem 0 0.24rem;
  font-size: 0.78rem;
  opacity: 0.72;
}

.j1-language-switcher a,
#nav-mob .nav-menu li.j1-language-switcher a {
  min-width: 2rem;
  padding: 0.32rem 0.46rem;
  border-radius: 999px;
  color: inherit;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  opacity: 0.58;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.j1-language-switcher a:hover,
.j1-language-switcher a:focus,
.j1-language-switcher a.active {
  opacity: 1;
}

.j1-language-switcher a.active {
  background: rgba(255, 255, 255, 0.18);
  color: inherit !important;
  font-weight: 600;
}

.j1-language-switcher-mobile {
  align-self: flex-end;
  justify-content: flex-end;
  margin: 0.68rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
}

.j1-language-switcher-mobile .bi {
  margin-left: 0.38rem;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}

.j1-language-switcher-mobile a {
  min-width: 2.75rem;
  padding: 0.52rem 0.68rem;
  color: #fff !important;
  font-size: 0.82rem;
}

.j1-language-switcher-mobile a.active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.16);
}

/* Terms modal */
#modal-light .modal-dialog {
  max-width: min(1080px, calc(100vw - 2rem));
}

#modal-light .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 0.75rem;
  background: #f5f5f7;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}

#modal-light .modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 4rem;
  border: 0;
  background: rgba(245, 245, 247, 0.94);
}

#modal-light .modal-header .btn-close {
  margin: 0 0 0 auto;
}

#modal-light .modal-body {
  padding: 0;
}

#modal-light .modal-footer {
  border: 0;
  background: #f5f5f7;
  padding: 0 1.5rem 1.5rem;
}

#modal-light .modal-footer .btn {
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 500;
  padding: 0.7rem 1.5rem;
}

.j1-terms-document {
  max-width: 900px;
  padding: clamp(2rem, 6vw, 5.5rem) !important;
  color: #242424;
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.82;
}

.j1-terms-brand {
  display: flex;
  justify-content: flex-end;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.j1-terms-brand img {
  display: block;
  width: 5rem;
  max-width: 5rem;
  height: auto;
}

.j1-terms-document h3 {
  max-width: 760px;
  margin: 0;
  color: #080808;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
}

.j1-terms-content {
  margin-top: clamp(3rem, 7vw, 6rem);
}

.j1-terms-document h5 {
  margin: 0 0 1rem !important;
  color: #0b0b0b;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.25;
}

.j1-terms-document hr {
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 !important;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.j1-terms-document ul {
  margin: 1.1rem 0 1.4rem !important;
  padding-left: 1.25rem;
}

.j1-terms-document li {
  margin-bottom: 0.45rem;
  padding-left: 0.2rem;
}

.j1-terms-document b {
  color: #111;
  font-weight: 600;
}

.j1-terms-subsections {
  margin-top: 2.4rem;
  padding-left: clamp(1rem, 3vw, 2rem);
  border-left: 2px solid rgba(112, 88, 255, 0.22);
}

@media (max-width: 991.98px) {
  #modal-light .modal-dialog {
    max-width: none;
  }

  #modal-light .modal-content {
    border-radius: 0;
  }

  .j1-terms-document {
    padding: 1.5rem 1.25rem 3.5rem !important;
    font-size: 0.96rem !important;
    line-height: 1.75;
  }

  .j1-terms-brand {
    margin-bottom: 2.5rem;
  }

  .j1-terms-brand img {
    width: 4rem;
    max-width: 4rem;
  }

  .j1-terms-content {
    margin-top: 3.5rem;
  }
}

html,
body {
  overscroll-behavior-x: none;
}

html.j1-scroll-locked,
body.j1-scroll-locked {
  overflow: hidden !important;
}

.j1-route-fade {
  position: fixed;
  inset: 0;
  z-index: 99998;
  pointer-events: none;
  background: #000;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.j1-route-fade.is-instant {
  transition-duration: 0.08s;
}

.j1-route-fade.is-visible {
  opacity: 1;
}

#hero {
  box-sizing: border-box;
  min-height: calc(100vh + 2px);
  min-height: calc(100dvh + 2px);
  height: calc(100vh + 2px);
  height: calc(100dvh + 2px);
  margin-bottom: -1px;
}

.j1-hero-concept {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 72% 58%, rgba(74, 219, 255, 0.12), transparent 34%),
    radial-gradient(ellipse at 88% 18%, rgba(242, 0, 255, 0.1), transparent 28%),
    linear-gradient(135deg, #020203 0%, #07080d 48%, #020203 100%);
  color: #fff;
  isolation: isolate;
}

.j1-hero-concept::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  z-index: 4;
  background: linear-gradient(90deg, #4adbff, #765cff 36%, #fb00ff 70%, #ffd324);
}

.j1-hero-concept::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 36%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.74));
  pointer-events: none;
}

.j1-hero-concept-ambient {
  position: absolute;
  inset: -18%;
  z-index: 1;
  pointer-events: none;
  contain: paint;
  opacity: 0.72;
  background:
    radial-gradient(circle at 18% 32%, rgba(0, 198, 255, 0.32), transparent 24%),
    radial-gradient(circle at 76% 24%, rgba(242, 0, 255, 0.26), transparent 26%),
    radial-gradient(circle at 64% 78%, rgba(255, 181, 46, 0.16), transparent 23%),
    linear-gradient(112deg, transparent 11%, rgba(255, 255, 255, 0.11) 28%, transparent 43%, rgba(126, 104, 255, 0.14) 62%, transparent 81%);
  transform: translate3d(0, 0, 0) scale(1.02) rotate(0deg);
  will-change: transform, opacity;
  animation: j1-hero-ambient-loop 13s ease-in-out infinite;
}

.j1-hero-concept-ambient::before {
  content: "";
  position: absolute;
  inset: 12% -20%;
  background: linear-gradient(100deg, transparent 24%, rgba(74, 219, 255, 0.18) 39%, rgba(251, 0, 255, 0.16) 50%, transparent 66%);
  filter: blur(24px);
  opacity: 0.78;
  transform: translate3d(-18%, 0, 0) rotate(-8deg);
  animation: j1-hero-ambient-sweep 9s ease-in-out infinite;
}

.j1-hero-concept-shell {
  position: relative;
  z-index: 2;
  width: min(1680px, 100%);
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(34rem, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding: clamp(6rem, 9vh, 8rem) clamp(1.4rem, 6vw, 7rem) clamp(3rem, 6vh, 5rem);
}

@keyframes j1-hero-ambient-loop {
  0%,
  100% {
    opacity: 0.58;
    transform: translate3d(-2.5%, -1.5%, 0) scale(1.02) rotate(0deg);
  }
  50% {
    opacity: 0.88;
    transform: translate3d(2.5%, 1.5%, 0) scale(1.08) rotate(4deg);
  }
}

@keyframes j1-hero-ambient-sweep {
  0%,
  100% {
    opacity: 0.32;
    transform: translate3d(-18%, 0, 0) rotate(-8deg);
  }
  45%,
  55% {
    opacity: 0.86;
    transform: translate3d(18%, 0, 0) rotate(-8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .j1-hero-concept-ambient {
    animation: none;
    opacity: 0.5;
    transform: none;
  }

  .j1-hero-concept-ambient::before {
    animation: none;
  }
}

.j1-hero-concept-copy {
  position: relative;
  z-index: 3;
  width: min(720px, 100%);
  text-align: left;
}

.j1-hero-concept-brand {
  width: clamp(4.25rem, 4.7vw, 5.45rem);
  height: auto;
  margin-bottom: clamp(1.1rem, 2vh, 1.75rem);
}

.j1-hero-concept h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.65rem, 6.65vw, 7.7rem) !important;
  font-weight: 200;
  line-height: 0.97 !important;
  letter-spacing: 0;
}

.j1-hero-concept h2 span,
.j1-hero-concept h2 strong {
  display: block;
}

.j1-hero-concept h2 strong {
  color: transparent;
  background: linear-gradient(90deg, #00c6ff, #f200ff) no-repeat center / 100% auto;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 600;
}

.j1-hero-concept-copy p {
  max-width: 560px;
  margin: clamp(1.2rem, 2.2vh, 1.8rem) 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(1.08rem, 1.28vw, 1.34rem);
  font-weight: 200;
  line-height: 1.55;
}

.j1-hero-concept-copy .btn {
  margin-top: clamp(1.5rem, 3vh, 2.4rem);
  font-size: 1.2rem;
}

.j1-hero-concept-stage {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  min-height: clamp(31rem, 45vw, 42rem);
  display: grid;
  place-items: center;
}

.j1-hero-concept-stage::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18%;
  z-index: 0;
  width: 68%;
  height: 16%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(0, 198, 255, 0.18), rgba(242, 0, 255, 0.18));
  filter: blur(48px);
  opacity: 0.58;
  transform: translateX(-50%);
}

.j1-hero-concept-watermark {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 0;
  width: min(118%, 1040px);
  max-width: none;
  opacity: 0.09;
  transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
  .j1-hero-concept-shell {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 6.3rem 1.2rem 4.5rem;
    text-align: center;
  }

  .j1-hero-concept-copy {
    width: min(760px, 100%);
    margin-inline: auto;
    text-align: center;
  }

  .j1-hero-concept-brand {
    width: 4.75rem;
    margin-bottom: 1.1rem;
  }

  .j1-hero-concept h2 {
    font-size: clamp(3.25rem, 10.2vw, 5.65rem) !important;
    line-height: 0.98 !important;
  }

  .j1-hero-concept-copy p {
    margin-inline: auto;
  }

  .j1-hero-concept-stage {
    min-height: clamp(22rem, 56vw, 32rem);
    width: min(880px, 100%);
  }

}

@media (max-width: 575.98px) {
  .j1-hero-concept-shell {
    padding: 5.8rem 1rem 3.8rem;
    gap: 1.9rem;
  }

  .j1-hero-concept-brand {
    width: 4.15rem;
    margin-bottom: 1rem;
  }

  .j1-hero-concept h2 {
    font-size: clamp(2.9rem, 13.8vw, 3.85rem) !important;
    line-height: 1 !important;
  }

  .j1-hero-concept-copy p {
    font-size: 1.04rem;
  }

  .j1-hero-concept-copy .btn {
    font-size: 1.1rem;
  }

  .j1-hero-concept-stage {
    min-height: 19rem;
  }

  .j1-hero-concept-watermark {
    width: 132%;
    opacity: 0.065;
  }
}

.j1-hero-original-plus {
  position: relative;
  box-sizing: border-box;
  min-height: calc(100vh + 2px);
  min-height: calc(100dvh + 2px);
  height: calc(100vh + 2px);
  height: calc(100dvh + 2px);
  margin-bottom: -1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 5rem;
  background:
    radial-gradient(ellipse at 52% 58%, rgba(118, 92, 255, 0.1), transparent 34%),
    #000;
  overflow: hidden;
}

.j1-hero-original-plus::before {
  display: none;
}

.j1-hero-original-plus::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.j1-hero-plus-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150%;
  height: 150%;
  opacity: 0.18;
  background: url("../img/web/just1logo-w-bord-sfum.webp") center / contain no-repeat;
  transform: translate3d(-50%, -50%, 0) scale(1);
  pointer-events: none;
  will-change: transform, opacity;
  animation: j1-hero-plus-breathe 11s ease-in-out infinite;
}

.j1-hero-plus-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.32) 48%, transparent 61%);
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(-28%, 0, 0);
  animation: j1-hero-plus-scan 9.5s ease-in-out infinite;
}

.j1-hero-plus-content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: left;
}

.j1-hero-original-plus .logo {
  max-width: 5rem;
}

.j1-hero-original-plus h1 {
  font-size: clamp(4.7rem, 7.2vw, 7rem) !important;
  line-height: 1 !important;
  letter-spacing: 0;
}

.j1-hero-original-plus h2 {
  margin: 0.5rem 0 1.5rem !important;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem !important;
  font-weight: 200 !important;
  line-height: 1.25 !important;
}

.j1-hero-original-plus .btn {
  font-size: 1.3rem !important;
}

@keyframes j1-hero-plus-breathe {
  0%,
  100% {
    opacity: 0.16;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  50% {
    opacity: 0.24;
    transform: translate3d(-50%, -50%, 0) scale(1.035);
  }
}

@keyframes j1-hero-plus-scan {
  0%,
  68%,
  100% {
    opacity: 0;
    transform: translate3d(-28%, 0, 0);
  }
  78% {
    opacity: 0.5;
  }
  90% {
    opacity: 0;
    transform: translate3d(28%, 0, 0);
  }
}

@media (max-width: 767.98px) {
  .j1-hero-original-plus {
    padding: 0 1.5rem;
    align-items: flex-start;
  }

  .j1-hero-plus-bg {
    width: 158%;
    height: 158%;
    opacity: 0.14;
  }

  .j1-hero-original-plus .logo {
    max-width: 4.25rem;
  }

  .j1-hero-original-plus h1 {
    font-size: clamp(3.7rem, 17vw, 5rem) !important;
  }

  .j1-hero-original-plus h2 {
    font-size: 1.12rem !important;
    line-height: 1.25 !important;
  }

  .j1-hero-original-plus .btn {
    font-size: 1.08rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .j1-hero-plus-bg,
  .j1-hero-plus-bg::after {
    animation: none;
  }
}

#conversioni-slide {
  min-height: auto;
  margin-top: 0;
  padding: clamp(5rem, 9vw, 8rem) clamp(1.1rem, 5vw, 6rem);
  opacity: 1;
  transform: none;
  pointer-events: auto;
  -webkit-mask-image: none;
  mask-image: none;
  overflow: hidden;
}

#conversioni-slide::before {
  clip-path: none;
  opacity: 1;
  transform: none;
}

#conversioni-slide .j1-conversion-sticky {
  position: relative;
  top: auto;
  min-height: auto;
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 0;
}

#conversioni-slide .j1-conversion-copy,
#conversioni-slide .j1-conversion-stage,
#conversioni-slide .j1-conversion-device,
#conversioni-slide .j1-conversion-metric,
#conversioni-slide .j1-conversion-cta {
  opacity: 1;
  filter: none;
}

#conversioni-slide .j1-conversion-copy,
#conversioni-slide .j1-conversion-stage,
#conversioni-slide .j1-conversion-cta {
  transform: none;
}

#conversioni-slide .j1-conversion-device {
  transform: scale(1);
}

#conversioni-slide .j1-conversion-route path {
  stroke-dashoffset: 0;
}

#conversioni-slide .j1-conversion-metric {
  transform: none;
}

#conversioni-slide [data-aos]:not(.aos-animate) {
  opacity: 0;
}

#conversioni-slide .j1-conversion-copy[data-aos]:not(.aos-animate) {
  transform: translate3d(-34px, 0, 0);
}

#conversioni-slide .j1-conversion-stage[data-aos]:not(.aos-animate) {
  transform: translate3d(0, 28px, 0) scale(0.965);
}

#conversioni-slide .j1-conversion-cta[data-aos]:not(.aos-animate) {
  transform: translate3d(0, 22px, 0);
}

#conversioni-slide .j1-conversion-title-line[data-aos]:not(.aos-animate),
#conversioni-slide .j1-conversion-gradient[data-aos]:not(.aos-animate),
#conversioni-slide .j1-conversion-text[data-aos]:not(.aos-animate) {
  transform: translate3d(0, 24px, 0);
}

#conversioni-slide .j1-conversion-metric[data-aos]:not(.aos-animate) {
  transform: translate3d(0, 18px, 0) scale(0.97);
}

#about.j1-about-section {
  min-height: auto;
  margin-top: 0;
  padding: clamp(5rem, 8vw, 8rem) clamp(1.1rem, 4vw, 5rem);
  overflow: hidden;
  background: #f7f7f7;
}

#about .j1-about-frame {
  position: relative;
  top: auto;
  width: min(1500px, 100%);
  height: auto;
  margin: 0 auto;
  padding: 0;
  transform: none;
  background: transparent;
  overflow: visible;
}

#about .j1-about-copy,
#about .j1-about-copy[data-aos],
#about .j1-about-copy[data-aos].aos-animate,
#about .j1-about-media,
#about .j1-about-media[data-aos],
#about .j1-about-media[data-aos].aos-animate {
  opacity: 1 !important;
  transform: none !important;
}

#portfolio.j1-portfolio-section {
  min-height: auto;
  padding: clamp(5rem, 8vw, 8rem) 0;
  overflow: hidden;
}

#portfolio .j1-portfolio-sticky {
  position: relative;
  top: auto;
  height: auto;
  min-height: auto;
  display: block;
  padding: 0;
  overflow: visible;
  contain: paint;
}

#portfolio .j1-portfolio-head {
  opacity: 1;
  transform: none;
}

#portfolio .j1-portfolio-track {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  max-width: none;
  overflow-x: auto;
  padding-bottom: 0;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  transform: none;
}

#portfolio .j1-portfolio-track::-webkit-scrollbar {
  display: none;
}

#portfolio .j1-portfolio-card {
  scroll-snap-align: center;
  opacity: 1;
  transform: none;
  background: transparent;
  box-shadow: none;
}

#portfolio .j1-portfolio-card img {
  transform: none;
}

#portfolio.j1-portfolio-section,
#portfolio .j1-portfolio-sticky,
#portfolio .j1-portfolio-track {
  background: #f7f7f7;
  box-shadow: none;
}

#portfolio h2 {
  line-height: 1.05 !important;
}

@media (max-width: 991.98px) {
  #conversioni-slide {
    padding: 5.4rem 1.15rem 4.4rem;
  }

  #conversioni-slide .j1-conversion-sticky {
    gap: 2rem;
  }

  #conversioni-slide .j1-conversion-copy,
  #conversioni-slide .j1-conversion-stage {
    transform: none;
  }

  #about.j1-about-section {
    padding: 5.4rem 1.25rem 4rem;
  }

  #portfolio.j1-portfolio-section {
    padding: 5rem 1.1rem 4.5rem;
  }

  #portfolio .j1-portfolio-track {
    overflow: visible;
  }
}

@media (max-width: 767.98px) {
  html.j1-scroll-locked,
  body.j1-mobile-menu-open {
    overflow: hidden;
  }

  #navbar-mob {
    z-index: 1030;
  }

  #navbar-mob > .container-fluid {
    position: relative;
    z-index: 1032;
    padding: 0.55rem 0.75rem !important;
    border-bottom: 1px solid transparent;
    transition: background-color 0.28s ease, border-color 0.28s ease;
  }

  body.j1-mobile-menu-open #navbar-mob > .container-fluid {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background: rgba(2, 2, 2, 0.86);
  }

  #navbar-mob .navbar-brand {
    position: relative;
    z-index: 1034;
    display: inline-flex;
    align-items: center;
    min-height: 2.85rem;
  }

  #navbar-mob .navbar-brand img {
    max-height: 2.35rem !important;
    margin: 0 !important;
    transition: filter 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
  }

  body.j1-mobile-menu-open #navbar-mob .navbar-brand img {
    filter: brightness(0) invert(1);
    opacity: 0.96;
    transform: translateX(0.12rem);
  }

  #navbar-mob .navbar-toggler {
    position: relative;
    z-index: 1034;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none;
    color: #fff;
    opacity: 1;
    transition: color 0.24s ease, opacity 0.24s ease;
  }

  #navbar-mob .navbar-toggler:hover,
  #navbar-mob .navbar-toggler:focus-visible {
    background: transparent !important;
    opacity: 0.78;
  }

  #navbar-mob.navbar-light:not(.navbar-dark) .navbar-toggler {
    color: #000;
  }

  body.j1-mobile-menu-open #navbar-mob .navbar-toggler {
    color: #fff;
  }

  #navbar-mob .navbar-toggler-icon {
    position: static;
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: none;
    transition: filter 0.24s ease, opacity 0.24s ease;
  }

  #navbar-mob.navbar-light:not(.navbar-dark) .navbar-toggler-icon {
    filter: invert(1) grayscale(1);
  }

  #navbar-mob.navbar-dark .navbar-toggler-icon,
  body.j1-mobile-menu-open #navbar-mob .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    filter: none;
  }

  #navbar-mob .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M7 7l16 16M23 7L7 23'/%3e%3c/svg%3e") !important;
    transform: none;
    filter: none;
  }

  #navbar-mob .navbar-toggler-icon::before,
  #navbar-mob .navbar-toggler-icon::after {
    content: none;
  }

  #navbarNav {
    position: fixed;
    inset: 0;
    z-index: 1031;
    width: 100vw;
    box-sizing: border-box;
    min-height: 100vh;
    min-height: calc(var(--j1-vh, 100dvh) + 2px);
    height: 100vh;
    height: calc(var(--j1-vh, 100dvh) + 2px);
    padding: clamp(5.7rem, 11vh, 6.8rem) clamp(1.2rem, 5vw, 1.8rem) 1.1rem !important;
    overflow: hidden auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: #030303;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 0;
    transform: translate3d(0, -1.25rem, 0);
    transform-origin: center top;
    transition: opacity 0.42s cubic-bezier(.16,1,.3,1), transform 0.42s cubic-bezier(.16,1,.3,1);
  }

  body.modal-open #navbar-mob,
  body.modal-open #navbarNav {
    z-index: 1020;
  }

  #navbarNav::-webkit-scrollbar {
    display: none;
  }

  #navbarNav::before,
  #navbarNav::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }

  #navbarNav::before {
    z-index: 0;
    top: 0;
    background:
      url("../img/web/just1logo-w-bord-sfum.webp") 50% 116% / min(128vw, 36rem) auto no-repeat,
      linear-gradient(180deg, #030303 0 58%, #08030d 100%);
    opacity: 0.09;
  }

  #navbarNav::after {
    z-index: 1;
    height: clamp(9rem, 24vh, 13rem);
    background: linear-gradient(180deg, transparent, rgba(0, 198, 255, 0.055) 45%, rgba(242, 0, 255, 0.075) 100%);
  }

  #navbarNav.show,
  #navbarNav.collapsing {
    display: block !important;
    height: calc(var(--j1-vh, 100dvh) + 2px) !important;
  }

  #navbarNav.show,
  body.j1-mobile-menu-open #navbarNav.collapsing {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  #navbarNav.collapsing {
    transition: opacity 0.4s cubic-bezier(.16,1,.3,1), transform 0.4s cubic-bezier(.16,1,.3,1);
  }

  body.j1-mobile-menu-closing #navbarNav.collapsing {
    opacity: 0;
    transform: translate3d(0, -0.8rem, 0);
  }

  #navbarNav .navbar-nav {
    position: relative;
    z-index: 2;
    counter-reset: j1-mobile-menu;
    min-height: calc(100dvh - clamp(6.8rem, 13vh, 8rem));
    min-height: calc(var(--j1-vh, 100dvh) - clamp(6.8rem, 13vh, 8rem));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }

  #navbarNav .nav-item {
    counter-increment: j1-mobile-menu;
    opacity: 0;
    transform: translate3d(0, 0.85rem, 0);
    transition: opacity 0.44s cubic-bezier(.16,1,.3,1), transform 0.44s cubic-bezier(.16,1,.3,1);
  }

  body.j1-mobile-menu-open #navbarNav .nav-item {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body.j1-mobile-menu-open #navbarNav .nav-item:nth-child(1) { transition-delay: 0.05s; }
  body.j1-mobile-menu-open #navbarNav .nav-item:nth-child(2) { transition-delay: 0.1s; }
  body.j1-mobile-menu-open #navbarNav .nav-item:nth-child(3) { transition-delay: 0.15s; }
  body.j1-mobile-menu-open #navbarNav .nav-item:nth-child(4) { transition-delay: 0.2s; }
  body.j1-mobile-menu-open #navbarNav .nav-item:nth-child(5) { transition-delay: 0.25s; }
  body.j1-mobile-menu-open #navbarNav .nav-item:nth-child(6) { transition-delay: 0.3s; }

  #navbarNav .nav-link {
    position: relative;
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr) 2rem;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    min-height: clamp(4.15rem, 10.5vh, 5.25rem);
    padding: 0.65rem 0 !important;
    color: rgba(255,255,255,0.88) !important;
    font-size: clamp(1.85rem, 8.8vw, 2.9rem) !important;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    transition: color 0.24s ease;
  }

  body.j1-mobile-menu-open #navbar-mob #navbarNav .nav-link {
    color: rgba(255,255,255,0.58) !important;
  }

  body.j1-mobile-menu-open #navbar-mob #navbarNav .nav-link:hover,
  body.j1-mobile-menu-open #navbar-mob #navbarNav .nav-link:focus,
  body.j1-mobile-menu-open #navbar-mob #navbarNav .nav-link.active {
    color: #fff !important;
  }

  #navbarNav .nav-link.active {
    font-size: clamp(1.85rem, 8.8vw, 2.9rem) !important;
    font-weight: 500;
  }

  body.j1-mobile-menu-open #navbar-mob .navbar-toggler-icon,
  body.j1-mobile-menu-open #navbar-mob .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    filter: none !important;
  }

  body:not(.j1-mobile-menu-open) #navbar-mob.navbar-light:not(.navbar-dark) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    filter: none !important;
  }

  #navbarNav .nav-link::before {
    content: "0" counter(j1-mobile-menu);
    flex: 0 0 auto;
    min-width: 0;
    color: rgba(255,255,255,0.38);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    transform: none;
  }

  #navbarNav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: clamp(3.8rem, 24vw, 7rem);
    height: 2px;
    background: linear-gradient(90deg, #00c6ff, #f200ff);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  #navbarNav .nav-link:hover,
  #navbarNav .nav-link:focus,
  #navbarNav .nav-link.active {
    color: #fff !important;
  }

  #navbarNav .nav-link:focus-visible,
  #navbarNav .btn-nav-mob:focus-visible,
  #navbarNav .j1-language-switcher a:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.82);
    outline-offset: 4px;
  }

  #navbarNav .nav-link.active::before {
    color: #00c6ff;
  }

  #navbarNav .nav-link > .bi {
    justify-self: end;
    color: rgba(255, 255, 255, 0.38);
    font-size: 1rem;
    transition: color 0.24s ease, transform 0.24s ease;
  }

  #navbarNav .nav-link:hover > .bi,
  #navbarNav .nav-link:focus > .bi,
  #navbarNav .nav-link.active > .bi {
    color: #fff;
    transform: translate3d(0, -0.12rem, 0);
  }

  #navbarNav .nav-link:hover::after,
  #navbarNav .nav-link:focus::after,
  #navbarNav .nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
  }

  #navbarNav .btn-nav-mob {
    position: relative;
    width: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #050505 !important;
    font-size: 1.08rem !important;
    font-weight: 700 !important;
    box-shadow: none;
    overflow: hidden;
  }

  #navbarNav .j1-mobile-cta-item {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  #navbarNav .j1-language-switcher-mobile {
    width: auto;
    margin-left: auto;
    padding-bottom: max(0.85rem, env(safe-area-inset-bottom, 0px));
  }

  #navbarNav .btn-nav-mob::after {
    display: none;
  }

  #navbarNav .btn-nav-mob .bi {
    font-size: 1rem;
    transition: transform 0.24s ease;
  }

  #navbarNav .btn-nav-mob:hover .bi,
  #navbarNav .btn-nav-mob:focus-visible .bi {
    transform: translate3d(0.14rem, -0.14rem, 0);
  }

  @media (max-height: 620px) {
    #navbarNav {
      padding-top: 5rem !important;
    }

    #navbarNav .nav-link {
      min-height: 3.55rem;
      font-size: clamp(1.65rem, 8vw, 2.35rem) !important;
    }

    #navbarNav .nav-link.active {
      font-size: clamp(1.65rem, 8vw, 2.35rem) !important;
    }

    #navbarNav .btn-nav-mob {
      padding-top: 0.82rem !important;
      padding-bottom: 0.82rem !important;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .j1-route-fade,
  #navbarNav,
  #navbarNav .nav-item,
  #navbarNav .nav-link,
  #navbarNav .nav-link::after,
  #navbarNav .btn-nav-mob::after {
    transition: none !important;
  }
}

/* Official site styles: desktop navbar, Vetrina background, static Gestionale. */
@media (min-width: 768px) {
  #nav-mob.nav-container {
    padding: 0.5rem 1rem;
    background-color: transparent;
  }

  #nav-mob.nav-container.nav-blur {
    background: transparent !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom: 0 !important;
    -webkit-backdrop-filter: blur(6px) !important;
    backdrop-filter: blur(6px) !important;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  }

  #nav-mob.nav-container #logo {
    max-width: 6.5rem;
  }

  #nav-mob .nav-menu li {
    margin: 0 0.8rem;
  }

  #nav-mob .nav-menu li a {
    font-size: 1.1rem;
    font-weight: 200;
    padding: 0.5rem;
  }

  #nav-mob .nav-menu li a.active {
    font-weight: 300;
  }

  #nav-mob .nav-menu li.j1-language-switcher {
    margin-right: 0;
    margin-left: 0.35rem;
    padding: 0.02rem;
  }

  #nav-mob .nav-menu li.j1-language-switcher .bi {
    margin-right: 0.22rem;
    font-size: 0.78rem;
  }

  #nav-mob .nav-menu li.j1-language-switcher a {
    min-width: 2rem;
    padding: 0.13rem 0.46rem;
    font-size: 0.7rem;
  }

  body.j1-nav-light-section #nav-mob .j1-language-switcher {
    color: #050505;
  }

  body.j1-nav-light-section #nav-mob .j1-language-switcher a.active {
    background: rgba(0, 0, 0, 0.1);
    color: #050505 !important;
  }

  #nav-mob .btn-nav-desk {
    margin-top: 2px !important;
    padding: 0.5rem 1rem !important;
    background: #fff !important;
    color: #212529 !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.j1-nav-light-section #nav-mob .btn-nav-desk {
    background: #050505 !important;
    color: #fff !important;
  }

  body:not(.j1-nav-light-section) #nav-mob .btn-nav-desk {
    background: #fff !important;
    color: #212529 !important;
  }

  body.j1-nav-contatti #nav-mob #logo {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

#servizi.grey-bg-grad,
#servizi {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  overflow: hidden;
  color: #070707;
  background: linear-gradient(180deg, #e3e3e3, #ffffff) !important;
}

#servizi::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 62%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 26% 30%, rgba(0, 137, 255, 0.11), transparent 30%),
    radial-gradient(circle at 74% 28%, rgba(255, 0, 194, 0.1), transparent 31%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0));
  filter: blur(18px);
  opacity: 0.82;
}

#servizi > .container-fluid {
  position: relative;
  z-index: 2;
  max-width: min(1500px, 100%) !important;
  padding-top: clamp(4rem, 7vh, 5.5rem) !important;
  padding-bottom: clamp(3.4rem, 5.2vh, 4.6rem) !important;
}

#servizi h2:not(.visually-hidden) {
  margin: 0 !important;
  text-align: center;
  font-size: clamp(3.5rem, 4.45vw, 4rem) !important;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
}

#servizi h2:not(.visually-hidden) > span {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(5rem, 6.7vw, 6rem) !important;
  font-weight: 600;
  line-height: 1;
}

#servizi .lead {
  max-width: 860px !important;
  margin: 1.35rem auto 0 !important;
  text-align: center;
  font-size: clamp(1.04rem, 1.35vw, 1.26rem) !important;
  font-weight: 300;
  line-height: 1.58;
  color: rgba(0, 0, 0, 0.54);
}

#servizi .row.align-items-center.mt-5 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(430px, 640px) minmax(260px, 1fr);
  gap: clamp(1.5rem, 4.3vw, 5.2rem);
  align-items: center;
  margin-top: clamp(1.15rem, 3vh, 2.55rem) !important;
  overflow: visible !important;
}

#servizi .row.align-items-center.mt-5::before {
  content: "";
  position: absolute;
  inset: 50% 11% auto;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.12), transparent);
  opacity: 0.34;
}

#servizi .row.align-items-center.mt-5 > * {
  width: 100%;
  max-width: none;
  padding-inline: 0 !important;
}

#servizi .row.align-items-center.mt-5 > .col-md,
#servizi .row.align-items-center.mt-5 > .col-md:last-child {
  display: grid;
  gap: clamp(1.2rem, 2.2vw, 1.9rem);
}

#servizi .row.align-items-center.mt-5 > .col-md-5 {
  position: relative;
  z-index: 2;
  display: grid !important;
  place-items: center;
}

#servizi .row.align-items-center.mt-5 > .col-md-5::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 2%;
  height: 24%;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  filter: blur(40px);
  opacity: 0.66;
}

#servizi .row.align-items-center.mt-5 > .col-md-5 img {
  position: relative;
  z-index: 2;
  width: min(620px, 100%, 44vh, 560px);
  height: auto;
  max-height: min(44vh, 560px);
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.16));
}

#servizi .row.align-items-center.mt-5 .h-100 {
  min-height: auto;
  margin-bottom: 0 !important;
}

#servizi .card-title {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.15;
  color: #212529;
}

#servizi .card-title i {
  position: static;
  display: inline-block;
  margin-right: 0.42rem;
  color: #080808;
  font-size: 1.25rem;
  line-height: 1;
}

#servizi .card-text {
  display: block;
  margin-top: 0.5rem !important;
  font-family: "Poppins", sans-serif;
  font-size: 1rem !important;
  font-weight: 200;
  line-height: 1.48;
  color: #212529;
}

#servizi .btn-custom-1 {
  margin-top: clamp(1.35rem, 3.2vh, 2.4rem);
  padding: 1rem 3rem !important;
  font-size: 1.3rem !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

#servizi .btn-custom-1:hover {
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18), 0 0 34px rgba(174, 67, 255, 0.18);
}

@media (min-width: 1200px) and (max-width: 2300px) {
  #servizi h2:not(.visually-hidden) {
    margin-top: -0.22em !important;
  }

  #servizi .lead {
    max-width: 820px !important;
    font-size: clamp(0.9rem, 0.86vw, 1rem) !important;
    line-height: 1.42;
  }

  #servizi .row.align-items-center.mt-5 {
    gap: clamp(1.1rem, 1.75vw, 1.8rem);
  }

  #servizi .row.align-items-center.mt-5 > .col-md,
  #servizi .row.align-items-center.mt-5 > .col-md:last-child {
    gap: clamp(0.85rem, 1.35vw, 1.15rem);
  }

  #servizi .card-title,
  #servizi .card-title i {
    font-size: 1.08rem;
    line-height: 1.16;
  }

  #servizi .card-text {
    margin-top: 0.38rem !important;
    font-size: 0.9rem !important;
    line-height: 1.42;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #servizi > .container-fluid {
    padding-top: clamp(3.6rem, 6vh, 4.8rem) !important;
    padding-bottom: clamp(3rem, 4.6vh, 4rem) !important;
  }

  #servizi h2:not(.visually-hidden) {
    font-size: clamp(2.6rem, 5.4vw, 3.5rem) !important;
  }

  #servizi h2:not(.visually-hidden) > span {
    font-size: clamp(3.8rem, 7.6vw, 5rem) !important;
  }

  #servizi .lead {
    max-width: 720px !important;
    margin-top: 0.95rem !important;
    font-size: clamp(0.92rem, 1.65vw, 1.08rem) !important;
    line-height: 1.48;
  }

  #servizi .row.align-items-center.mt-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "device device"
      "left right";
    gap: clamp(1.1rem, 2.2vw, 1.9rem) clamp(1rem, 2vw, 1.5rem);
    margin-top: clamp(1.1rem, 2.6vh, 1.75rem) !important;
  }

  #servizi .row.align-items-center.mt-5 > .col-md:first-child {
    grid-area: left;
  }

  #servizi .row.align-items-center.mt-5 > .col-md-5 {
    grid-area: device;
  }

  #servizi .row.align-items-center.mt-5 > .col-md:last-child {
    grid-area: right;
  }

  #servizi .row.align-items-center.mt-5 > .col-md-5 img {
    width: min(420px, 54vw, 39vh);
  }

  #servizi .card-title,
  #servizi .card-title i {
    font-size: clamp(0.9rem, 1.75vw, 1.08rem);
  }

  #servizi .card-text {
    margin-top: 0.32rem !important;
    font-size: clamp(0.78rem, 1.42vw, 0.92rem) !important;
    line-height: 1.34;
  }

  #servizi .btn-custom-1 {
    margin-top: clamp(1.75rem, 3.2vh, 2.45rem);
    padding: 0.78rem 2rem !important;
    font-size: 1rem !important;
  }
}

@media (max-width: 767.98px) {
  #servizi {
    padding-inline: 1.25rem !important;
  }

  #servizi > .container-fluid {
    padding: 4rem 0 3.8rem !important;
  }

  #servizi h2:not(.visually-hidden) {
    font-size: clamp(2.8rem, 13vw, 3.5rem) !important;
  }

  #servizi h2:not(.visually-hidden) > span {
    font-size: clamp(3.7rem, 16vw, 5rem) !important;
  }

  #servizi .lead {
    max-width: 92vw !important;
    font-size: clamp(0.9rem, 3.5vw, 1.02rem) !important;
  }

  #servizi .row.align-items-center.mt-5 {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    margin-top: 2.15rem !important;
  }

  #servizi .row.align-items-center.mt-5::before {
    display: none;
  }

  #servizi .row.align-items-center.mt-5 > .col-md-5 {
    grid-row: 1;
  }

  #servizi .row.align-items-center.mt-5 > .col-md-5 img {
    width: min(340px, 86vw, 36vh);
  }

  #servizi .row.align-items-center.mt-5 > .col-md,
  #servizi .row.align-items-center.mt-5 > .col-md:last-child {
    gap: 1.35rem;
  }

  #servizi .card-title {
    font-size: 1.08rem;
  }

  #servizi .card-title i {
    display: block;
    margin-right: 0;
    margin-bottom: 0.35rem;
    font-size: 1.18rem;
  }

  #servizi .card-text {
    font-size: 0.96rem !important;
  }

  #servizi .text-center.mt-5 {
    padding-top: 0 !important;
  }
}

.j1-vetrina-concept {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: clamp(5rem, 7vw, 7rem) clamp(1.1rem, 5vw, 6rem) clamp(4.5rem, 7vw, 7rem);
  background:
    linear-gradient(180deg, #f7f7f9 0%, #fff 42%, #f4f4f7 100%);
  color: #050505;
  isolation: isolate;
}

.j1-vetrina-concept::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 28rem;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 24% 0%, rgba(0, 198, 255, 0.11), transparent 46%),
    radial-gradient(ellipse at 74% 0%, rgba(242, 0, 255, 0.09), transparent 44%),
    radial-gradient(ellipse at 50% -16%, rgba(255, 211, 36, 0.08), transparent 40%);
}

.j1-vetrina-concept-head {
  width: min(1120px, 100%);
  margin: 0 auto clamp(2.6rem, 4.5vw, 4.5rem);
  text-align: center;
}

.j1-vetrina-concept-kicker {
  margin: 0 0 0.5rem;
  color: rgba(0, 0, 0, 0.46);
  font-size: clamp(0.78rem, 0.8vw, 0.94rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.j1-vetrina-concept h2 {
  max-width: 920px;
  margin: 0 auto;
  color: #050505;
  font-size: clamp(2.7rem, 4.2vw, 5rem) !important;
  font-weight: 600;
  line-height: 0.98 !important;
  letter-spacing: 0;
}

.j1-vetrina-concept h2 span {
  color: transparent;
  background: linear-gradient(90deg, #00a9ff 0%, #6258ff 43%, #f200ff 76%, #ffd324 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.j1-vetrina-concept-intro {
  max-width: 660px;
  margin: clamp(1.5rem, 2.5vw, 2.2rem) auto 0;
  color: rgba(20, 20, 24, 0.72);
  font-size: clamp(1.2rem, 1.45vw, 1.48rem);
  font-weight: 200;
  line-height: 1.42;
}

.j1-vetrina-concept-product {
  position: relative;
  box-sizing: border-box;
  width: min(1180px, 100%);
  min-height: clamp(26rem, 42vw, 36rem);
  margin: 0 auto clamp(3rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: minmax(14rem, 0.68fr) minmax(25rem, 1.32fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 3.5rem);
  overflow: hidden;
  padding: clamp(2rem, 4.5vw, 4.5rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.55rem;
  background:
    radial-gradient(circle at 78% 54%, rgba(62, 88, 255, 0.19), transparent 31%),
    linear-gradient(135deg, #060606 0%, #0b0b10 58%, #10101a 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.j1-vetrina-concept-product::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(0, 198, 255, 0.3), #7a59ff, rgba(242, 0, 255, 0.3), transparent) top / 100% 2px no-repeat;
  opacity: 0.9;
}

.j1-vetrina-concept-mark {
  position: absolute;
  right: clamp(-5rem, -3vw, -2rem);
  top: 50%;
  z-index: 1;
  width: clamp(15rem, 24vw, 24rem);
  max-height: 112%;
  object-fit: contain;
  opacity: 0.24;
  transform: translateY(-50%) rotate(5deg);
  filter: saturate(1.15);
  pointer-events: none;
}

.j1-vetrina-concept-product-copy {
  position: relative;
  z-index: 2;
  color: #fff;
}

.j1-vetrina-concept-product-copy p {
  margin: 0 0 0.8rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: clamp(0.72rem, 0.78vw, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.j1-vetrina-concept-product-copy h3 {
  max-width: 440px;
  margin: 0;
  font-size: clamp(2rem, 3.25vw, 3.8rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

.j1-vetrina-concept-device {
  position: relative;
  z-index: 2;
  min-height: clamp(18rem, 27vw, 25rem);
  display: grid;
  place-items: center;
}

.j1-vetrina-concept-glow {
  position: absolute;
  left: 50%;
  bottom: 7%;
  width: 82%;
  height: 28%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(0, 198, 255, 0.34), rgba(105, 76, 255, 0.28), rgba(242, 0, 255, 0.3));
  filter: blur(42px);
  opacity: 0.55;
  transform: translateX(-50%);
}

.j1-vetrina-concept-device img {
  position: relative;
  z-index: 2;
  width: min(100%, 690px);
  max-height: clamp(18rem, 30vw, 27rem);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 48px rgba(0, 0, 0, 0.5));
}

.j1-vetrina-concept-signals {
  position: absolute;
  left: clamp(1.5rem, 4vw, 4rem);
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: clamp(1.2rem, 2vw, 2rem);
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  gap: clamp(1rem, 2.4vw, 2.8rem);
  color: rgba(255, 255, 255, 0.42);
  font-size: clamp(0.68rem, 0.72vw, 0.8rem);
  font-weight: 500;
}

.j1-vetrina-concept-signals span {
  position: relative;
  padding-left: 1.05rem;
}

.j1-vetrina-concept-signals span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #00c6ff, #f200ff);
  transform: translateY(-50%);
}

.j1-vetrina-concept-features {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2rem, 7vw, 7rem);
}

.j1-vetrina-concept-feature {
  position: relative;
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: clamp(1rem, 1.8vw, 1.5rem);
  padding: clamp(1.7rem, 2.6vw, 2.5rem) 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.j1-vetrina-concept-feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: clamp(3.5rem, 6vw, 6rem);
  height: 2px;
  background: linear-gradient(90deg, #00c6ff, #7058ff, #f200ff);
}

.j1-vetrina-concept-feature-icon {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  color: #111;
  font-size: 1.08rem;
}

.j1-vetrina-concept-feature h3 {
  margin: 0;
  font-size: clamp(1.25rem, 1.55vw, 1.65rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

.j1-vetrina-concept-feature p {
  margin: 0.55rem 0 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: clamp(0.9rem, 0.95vw, 1rem);
  font-weight: 300;
  line-height: 1.52;
}

.j1-vetrina-concept-action {
  width: min(1120px, 100%);
  margin: clamp(2rem, 3vw, 3rem) auto 0;
  text-align: center;
}

.j1-vetrina-concept-action .btn {
  padding: 1rem 3rem !important;
  font-size: 1.3rem !important;
}

@media (max-width: 991.98px) {
  .j1-vetrina-concept {
    padding: 5rem 1.1rem 4.5rem;
  }

  .j1-vetrina-concept-head {
    margin-bottom: 2.6rem;
  }

  .j1-vetrina-concept h2 {
    font-size: clamp(2.5rem, 8.6vw, 4.3rem) !important;
  }

  .j1-vetrina-concept-intro {
    max-width: 680px;
    margin: 1.5rem auto 0;
  }

  .j1-vetrina-concept-product {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2.3rem 1.5rem 3.2rem;
    text-align: center;
  }

  .j1-vetrina-concept-product-copy h3 {
    max-width: 620px;
    margin-inline: auto;
    font-size: clamp(2rem, 7vw, 3.2rem);
  }

  .j1-vetrina-concept-device {
    min-height: clamp(18rem, 58vw, 27rem);
  }

  .j1-vetrina-concept-mark {
    right: -3rem;
    top: 61%;
    width: clamp(13rem, 42vw, 20rem);
    opacity: 0.2;
  }

  .j1-vetrina-concept-signals {
    justify-content: center;
  }

  .j1-vetrina-concept-features {
    column-gap: 2rem;
  }
}

@media (max-width: 575.98px) {
  .j1-vetrina-concept {
    padding-inline: 1rem;
  }

  .j1-vetrina-concept h2 {
    font-size: clamp(2.35rem, 11vw, 3.25rem) !important;
  }

  .j1-vetrina-concept-product {
    padding: 2rem 1rem 4rem;
  }

  .j1-vetrina-concept-device {
    min-height: 15rem;
  }

  .j1-vetrina-concept-device img {
    width: 112%;
    max-width: none;
    max-height: 18rem;
  }

  .j1-vetrina-concept-mark {
    right: -4.5rem;
    top: 64%;
    width: 13rem;
    opacity: 0.22;
  }

  .j1-vetrina-concept-signals {
    gap: 0.75rem;
    font-size: 0.6rem;
  }

  .j1-vetrina-concept-signals span {
    padding-left: 0.75rem;
  }

  .j1-vetrina-concept-features {
    grid-template-columns: 1fr;
  }

  .j1-vetrina-concept-feature {
    padding: 1.5rem 0;
  }
}

.j1-vetrina-premium {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(6rem, 9vw, 10rem) clamp(1.1rem, 4vw, 5rem) clamp(5rem, 8vw, 8rem);
  background:
    radial-gradient(ellipse at 50% 34%, rgba(111, 86, 255, 0.08), transparent 36%),
    linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
  color: #111;
  isolation: isolate;
}

.j1-vetrina-premium-head {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto clamp(4rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.62fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
}

.j1-vetrina-premium-head h2 {
  margin: 0;
  color: #111;
  font-size: clamp(3rem, 5.3vw, 6.4rem) !important;
  font-weight: 600;
  line-height: 1.05 !important;
  letter-spacing: 0;
}

.j1-vetrina-premium-head h2 span {
  color: transparent;
  background: linear-gradient(90deg, #00c6ff, #7058ff 48%, #f200ff);
  background-clip: text;
  -webkit-background-clip: text;
}

.j1-vetrina-premium-head p {
  max-width: 460px;
  margin: 0;
  color: rgba(20, 20, 24, 0.74);
  font-size: clamp(1.28rem, 1.65vw, 1.7rem);
  font-weight: 200;
  line-height: 1.4;
}

.j1-vetrina-premium-stage {
  position: relative;
  z-index: 2;
  width: min(1540px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(16rem, 0.78fr) minmax(30rem, 1.45fr) minmax(16rem, 0.78fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 5rem);
}

.j1-vetrina-premium-watermark {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: -1;
  width: min(52vw, 780px);
  max-width: none;
  opacity: 0.055;
  transform: translate(-50%, -50%) rotate(-7deg);
  pointer-events: none;
}

.j1-vetrina-premium-device {
  position: relative;
  min-height: clamp(28rem, 44vw, 42rem);
  display: grid;
  place-items: center;
}

.j1-vetrina-premium-device::before {
  content: "";
  position: absolute;
  inset: 11% 2% 14%;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 50%;
}

.j1-vetrina-premium-device-glow {
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: 78%;
  height: 15%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(0, 198, 255, 0.17), rgba(112, 88, 255, 0.15), rgba(242, 0, 255, 0.14));
  filter: blur(36px);
  opacity: 0.55;
  transform: translateX(-50%);
}

.j1-vetrina-premium-device img {
  position: relative;
  z-index: 2;
  width: min(112%, 840px);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 32px 48px rgba(0, 0, 0, 0.18));
}

.j1-vetrina-premium-device p {
  position: absolute;
  left: 50%;
  bottom: 3%;
  z-index: 3;
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: clamp(0.78rem, 0.85vw, 0.92rem);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  transform: translateX(-50%);
}

.j1-vetrina-premium-device p strong {
  display: block;
  color: #111;
  font-size: clamp(1.2rem, 1.6vw, 1.65rem);
  font-weight: 600;
}

.j1-vetrina-premium-features {
  display: grid;
  gap: 0;
}

.j1-vetrina-premium-features article {
  position: relative;
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.8rem;
  padding: clamp(1.6rem, 2.4vw, 2.5rem) 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.j1-vetrina-premium-features article:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.j1-vetrina-premium-features article > span {
  display: grid;
  place-items: center;
  align-self: start;
  width: 1.8rem;
  aspect-ratio: 1;
  color: #111;
  font-size: 1.05rem;
  line-height: 1;
}

.j1-vetrina-premium-features h3 {
  margin: 0;
  color: #111;
  font-size: clamp(1.05rem, 1.25vw, 1.3rem);
  font-weight: 600;
  line-height: 1.18;
}

.j1-vetrina-premium-features p {
  margin: 0.55rem 0 0;
  color: rgba(0, 0, 0, 0.52);
  font-size: clamp(0.84rem, 0.86vw, 0.94rem);
  font-weight: 300;
  line-height: 1.55;
}

.j1-vetrina-premium-action {
  width: min(1440px, 100%);
  margin: clamp(4rem, 6vw, 6rem) auto 0;
  text-align: center;
}

.j1-vetrina-premium-action .btn {
  padding: 1rem 3rem !important;
  font-size: 1.2rem !important;
}

@media (max-width: 1199.98px) {
  .j1-vetrina-premium-head {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .j1-vetrina-premium-head p {
    max-width: 620px;
    margin-inline: auto;
  }

  .j1-vetrina-premium-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 3rem;
  }

  .j1-vetrina-premium-device {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: clamp(25rem, 60vw, 38rem);
  }

  .j1-vetrina-premium-features {
    grid-row: 2;
  }

  .j1-vetrina-premium-watermark {
    top: 24%;
    width: min(78vw, 720px);
  }
}

@media (max-width: 575.98px) {
  .j1-vetrina-premium {
    padding: 5rem 1rem;
  }

  .j1-vetrina-premium-head {
    margin-bottom: 1.7rem;
  }

  .j1-vetrina-premium-head h2 {
    font-size: clamp(2.55rem, 12vw, 3.5rem) !important;
  }

  .j1-vetrina-premium-head p {
    max-width: 22rem;
    font-size: 1.1rem;
    line-height: 1.48;
  }

  .j1-vetrina-premium-stage {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .j1-vetrina-premium-device {
    grid-column: 1;
    min-height: 20rem;
    margin-bottom: 0.8rem;
  }

  .j1-vetrina-premium-device img {
    width: 116%;
  }

  .j1-vetrina-premium-device p {
    bottom: 0;
  }

  .j1-vetrina-premium-features,
  .j1-vetrina-premium-features-left,
  .j1-vetrina-premium-features-right {
    grid-row: auto;
  }

  .j1-vetrina-premium-features article {
    padding: 1.45rem 0;
  }

  .j1-vetrina-premium-features-left article:last-child {
    border-bottom: 0;
  }

  .j1-vetrina-premium-watermark {
    top: 12rem;
    width: 125vw;
    opacity: 0.04;
  }

  .j1-vetrina-premium-action {
    margin-top: 3rem;
  }

  .j1-vetrina-premium-action .btn {
    width: 100%;
    font-size: 1.05rem !important;
  }
}

.j1-gestionale-concept {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: clamp(5rem, 7vw, 7.5rem) clamp(1.1rem, 5vw, 6rem) clamp(4.5rem, 7vw, 7rem);
  background:
    radial-gradient(ellipse at 50% 30%, rgba(74, 67, 230, 0.13), transparent 38%),
    linear-gradient(180deg, #050506 0%, #0b0b0f 52%, #050506 100%);
  color: #fff;
  isolation: isolate;
}

.j1-gestionale-concept::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, #00c6ff 24%, #725cff 51%, #f200ff 76%, transparent);
  opacity: 0.7;
}

.j1-gestionale-concept-head {
  width: min(1120px, 100%);
  margin: 0 auto clamp(2.8rem, 5vw, 5rem);
  text-align: center;
}

.j1-gestionale-concept-head p {
  margin: 0 0 0.55rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: clamp(0.78rem, 0.8vw, 0.94rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.j1-gestionale-concept h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 4.2vw, 5rem) !important;
  font-weight: 600;
  line-height: 0.98 !important;
  letter-spacing: 0;
}

.j1-gestionale-concept h2 span {
  color: transparent;
  background: linear-gradient(90deg, #51d8ff 0%, #8170ff 48%, #f75cff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.j1-gestionale-concept-product {
  position: relative;
  width: min(1240px, 100%);
  min-height: clamp(29rem, 43vw, 39rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(12rem, 0.66fr) minmax(30rem, 1.68fr) minmax(12rem, 0.66fr);
  align-items: center;
  gap: clamp(1.5rem, 3.2vw, 3.8rem);
  padding: clamp(1rem, 2.5vw, 2.5rem) 0;
}

.j1-gestionale-concept-product::before,
.j1-gestionale-concept-product::after {
  content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}

.j1-gestionale-concept-product::before {
  left: 25%;
}

.j1-gestionale-concept-product::after {
  right: 25%;
}

.j1-gestionale-concept-copy {
  position: relative;
  z-index: 3;
  align-self: end;
  padding-bottom: clamp(0.5rem, 3vw, 3rem);
}

.j1-gestionale-concept-copy:last-of-type {
  align-self: start;
  padding-top: clamp(0.5rem, 3vw, 3rem);
  padding-bottom: 0;
}

.j1-gestionale-concept-copy span {
  display: block;
  margin-bottom: 0.8rem;
  color: transparent;
  background: linear-gradient(90deg, #51d8ff, #9b72ff, #f75cff);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.j1-gestionale-concept-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.92rem, 1.02vw, 1.08rem);
  font-weight: 300;
  line-height: 1.58;
}

.j1-gestionale-concept-device {
  position: relative;
  z-index: 2;
  min-height: clamp(22rem, 31vw, 30rem);
  display: grid;
  place-items: center;
}

.j1-gestionale-concept-device::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4%;
  width: 78%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(81, 216, 255, 0.5), rgba(247, 92, 255, 0.42), transparent);
  transform: translateX(-50%);
}

.j1-gestionale-concept-aura {
  position: absolute;
  inset: 18% 2% 10%;
  border-radius: 50%;
  background: linear-gradient(110deg, rgba(0, 198, 255, 0.2), rgba(108, 80, 255, 0.25), rgba(242, 0, 255, 0.18));
  filter: blur(52px);
  opacity: 0.54;
}

.j1-gestionale-concept-device img {
  position: relative;
  z-index: 2;
  width: min(112%, 730px);
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 52px rgba(0, 0, 0, 0.54));
}

.j1-gestionale-concept-action,
.j1-conversioni-concept-action {
  width: min(1120px, 100%);
  margin: clamp(2.5rem, 4vw, 4rem) auto 0;
  text-align: center;
}

.j1-gestionale-concept-action .btn,
.j1-conversioni-concept-action .btn {
  padding: 1rem 3rem !important;
  font-size: 1.3rem !important;
}

.j1-conversioni-concept {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: clamp(5rem, 7vw, 7rem) clamp(1.1rem, 5vw, 6rem) clamp(4.5rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 68% 44%, rgba(0, 198, 255, 0.25), transparent 20%),
    radial-gradient(circle at 82% 18%, rgba(251, 0, 255, 0.18), transparent 27%),
    radial-gradient(circle at 12% 78%, rgba(62, 78, 255, 0.24), transparent 30%),
    linear-gradient(135deg, #02020b 0%, #080628 48%, #0a0a3c 100%);
  color: #fff;
  isolation: isolate;
}

.j1-conversioni-concept::before {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(74, 219, 255, 0.75), rgba(255, 211, 36, 0.72), rgba(251, 0, 255, 0.75), transparent) top / 100% 2px no-repeat;
  opacity: 0.75;
}

.j1-conversioni-concept-head {
  width: min(980px, 100%);
  margin: 0 auto clamp(2.8rem, 5vw, 4.8rem);
  text-align: center;
}

.j1-conversioni-concept h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 4.2vw, 5rem) !important;
  font-weight: 600;
  line-height: 1 !important;
  letter-spacing: 0;
}

.j1-conversioni-concept h2 span {
  color: transparent;
  background: linear-gradient(90deg, #4adbff 0%, #ffd324 48%, #fb00ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.j1-conversioni-concept-intro {
  max-width: 720px;
  margin: clamp(1.2rem, 2vw, 1.8rem) auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  font-weight: 300;
  line-height: 1.58;
}

.j1-conversioni-concept-product {
  position: relative;
  width: min(1180px, 100%);
  min-height: clamp(31rem, 45vw, 40rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(10rem, 0.6fr) minmax(27rem, 1.65fr) minmax(10rem, 0.6fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  padding: clamp(1rem, 3vw, 3rem) 0 0;
}

.j1-conversioni-concept-product::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8%;
  width: min(58vw, 720px);
  aspect-ratio: 1.5 / 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
  background: transparent;
  box-shadow: inset 0 0 80px rgba(251, 0, 255, 0.05), 0 0 90px rgba(0, 198, 255, 0.08);
  opacity: 0.8;
  transform: translateX(-50%) rotate(-12deg);
}

.j1-conversioni-concept-device {
  position: relative;
  z-index: 2;
  min-height: clamp(23rem, 31vw, 30rem);
  display: grid;
  place-items: center;
}

.j1-conversioni-concept-glow {
  position: absolute;
  inset: 24% 5% 8%;
  border-radius: 50%;
  background: linear-gradient(100deg, rgba(0, 198, 255, 0.28), rgba(255, 211, 36, 0.17), rgba(242, 0, 255, 0.25));
  filter: blur(48px);
  opacity: 0.62;
}

.j1-conversioni-concept-device img {
  position: relative;
  z-index: 2;
  width: min(108%, 620px);
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 54px rgba(0, 0, 0, 0.42));
}

.j1-conversioni-concept-metric {
  position: relative;
  z-index: 3;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.j1-conversioni-concept-metric::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 3.8rem;
  height: 2px;
  background: linear-gradient(90deg, #4adbff, #ffd324, #fb00ff);
}

.j1-conversioni-concept-metric span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: clamp(0.72rem, 0.78vw, 0.85rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.j1-conversioni-concept-metric strong {
  display: block;
  color: #fff;
  font-size: clamp(2.25rem, 3.6vw, 4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.j1-conversioni-concept-flow {
  grid-column: 1 / -1;
  width: min(700px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: clamp(0.45rem, 1.2vw, 0.9rem);
}

.j1-conversioni-concept-flow span {
  display: grid;
  place-items: center;
  width: clamp(2.6rem, 3.4vw, 3.25rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(5, 4, 25, 0.72);
  color: #fff;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.j1-conversioni-concept-flow b {
  height: 2px;
  background: linear-gradient(90deg, #4adbff, #ffd324, #fb00ff);
  opacity: 0.68;
}

@media (max-width: 991.98px) {
  .j1-gestionale-concept,
  .j1-conversioni-concept {
    padding: 5rem 1.1rem 4.5rem;
  }

  .j1-gestionale-concept-head,
  .j1-conversioni-concept-head {
    margin-bottom: 2.8rem;
  }

  .j1-gestionale-concept h2,
  .j1-conversioni-concept h2 {
    font-size: clamp(2.5rem, 8.6vw, 4.3rem) !important;
  }

  .j1-gestionale-concept-product,
  .j1-conversioni-concept-product {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem 2rem;
    padding: 2.5rem 1.5rem;
  }

  .j1-gestionale-concept-product::before,
  .j1-gestionale-concept-product::after {
    display: none;
  }

  .j1-gestionale-concept-device,
  .j1-conversioni-concept-device {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: clamp(20rem, 58vw, 29rem);
  }

  .j1-gestionale-concept-copy,
  .j1-gestionale-concept-copy:last-of-type {
    align-self: stretch;
    padding: 1.3rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .j1-conversioni-concept-metric {
    grid-row: 2;
  }

  .j1-conversioni-concept-flow {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .j1-gestionale-concept,
  .j1-conversioni-concept {
    padding-inline: 1rem;
  }

  .j1-gestionale-concept h2,
  .j1-conversioni-concept h2 {
    font-size: clamp(2.35rem, 11vw, 3.25rem) !important;
  }

  .j1-gestionale-concept-product,
  .j1-conversioni-concept-product {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 2rem 1rem;
  }

  .j1-gestionale-concept-device,
  .j1-conversioni-concept-device {
    grid-column: 1;
    min-height: 15rem;
  }

  .j1-gestionale-concept-device img {
    width: 118%;
  }

  .j1-gestionale-concept-copy,
  .j1-gestionale-concept-copy:last-of-type {
    padding: 1.2rem 0 0;
  }

  .j1-conversioni-concept-intro {
    font-size: 0.96rem;
  }

  .j1-conversioni-concept-device img {
    width: 112%;
  }

  .j1-conversioni-concept-metric {
    grid-row: auto;
    padding: 1.15rem 0 0;
  }

  .j1-conversioni-concept-metric strong {
    font-size: 2.5rem;
  }

  .j1-conversioni-concept-flow {
    grid-column: 1;
    grid-row: auto;
    gap: 0.4rem;
    margin-top: 0.8rem;
  }

  .j1-conversioni-concept-flow span {
    width: 2.35rem;
    font-size: 0.95rem;
  }

  .j1-gestionale-concept-action .btn,
  .j1-conversioni-concept-action .btn {
    font-size: 1.15rem !important;
  }
}

/* Alternative conversion proposal: compact split composition, no pinned/reveal effects. */
.j1-conversioni-concept {
  padding: clamp(4.5rem, 6vw, 6rem) clamp(1.1rem, 5vw, 6rem);
  background:
    radial-gradient(circle at 76% 48%, rgba(0, 198, 255, 0.13), transparent 28%),
    #03030d;
}

.j1-conversioni-concept::before {
  display: none;
}

.j1-conversioni-concept-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(19rem, 0.82fr) minmax(31rem, 1.18fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
}

.j1-conversioni-concept-head {
  width: auto;
  margin: 0;
  text-align: left;
}

.j1-conversioni-concept h2 {
  font-size: clamp(2.8rem, 4.15vw, 5rem) !important;
  font-weight: 500;
  line-height: 1.04 !important;
}

.j1-conversioni-concept-intro {
  max-width: 570px;
  margin: clamp(1.4rem, 2.3vw, 2rem) 0 0;
}

.j1-conversioni-concept-action {
  width: auto;
  margin: clamp(1.7rem, 3vw, 2.6rem) 0 0;
  text-align: left;
}

.j1-conversioni-concept-product {
  width: 100%;
  min-height: auto;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  align-items: center;
  gap: clamp(1.2rem, 2vw, 2rem) clamp(1.5rem, 3vw, 3rem);
  padding: 0;
}

.j1-conversioni-concept-product::before {
  display: none;
}

.j1-conversioni-concept-device {
  grid-column: 1 / -1;
  grid-row: 1;
  min-height: clamp(22rem, 32vw, 30rem);
}

.j1-conversioni-concept-glow {
  inset: 28% 16% 12%;
  border-radius: 50%;
  background: rgba(0, 198, 255, 0.18);
  filter: blur(58px);
  opacity: 0.38;
}

.j1-conversioni-concept-device img {
  width: min(90%, 540px);
}

.j1-conversioni-concept-metric {
  grid-row: 2;
  padding: 1.15rem 0 0;
}

.j1-conversioni-concept-metric strong {
  font-size: clamp(2.2rem, 3.2vw, 3.5rem);
}

.j1-conversioni-concept-flow {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  margin-top: 0.6rem;
}

@media (max-width: 991.98px) {
  .j1-conversioni-concept {
    padding: 5rem 1.1rem;
  }

  .j1-conversioni-concept-inner {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }

  .j1-conversioni-concept-head {
    width: min(720px, 100%);
    margin: 0 auto;
    text-align: center;
  }

  .j1-conversioni-concept h2 {
    font-size: clamp(2.7rem, 8vw, 4.1rem) !important;
  }

  .j1-conversioni-concept-intro {
    margin-inline: auto;
  }

  .j1-conversioni-concept-action {
    text-align: center;
  }

  .j1-conversioni-concept-product {
    width: min(720px, 100%);
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  .j1-conversioni-concept-device {
    grid-column: 1 / -1;
    min-height: clamp(20rem, 58vw, 28rem);
  }
}

@media (max-width: 575.98px) {
  .j1-conversioni-concept {
    padding: 4.5rem 1rem;
    background:
      radial-gradient(circle at 74% 43%, rgba(0, 198, 255, 0.11), transparent 24%),
      #03030d;
  }

  .j1-conversioni-concept h2 {
    font-size: clamp(2.5rem, 11.5vw, 3.25rem) !important;
  }

  .j1-conversioni-concept-product {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    padding: 0;
  }

  .j1-conversioni-concept-device {
    grid-column: 1 / -1;
    min-height: 18rem;
  }

  .j1-conversioni-concept-device img {
    width: 102%;
  }

  .j1-conversioni-concept-metric {
    grid-row: 2;
  }

  .j1-conversioni-concept-flow {
    grid-column: 1 / -1;
    grid-row: 3;
  }
}

.j1-automazione-concept {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 8rem) clamp(1rem, 5vw, 6rem) clamp(4.5rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 50% 24%, rgba(61, 50, 190, 0.12), transparent 28%),
    #030304;
  color: #fff;
  isolation: isolate;
}

.j1-automazione-concept::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/web/just1logo-w-bord-sfum.webp") 50% clamp(-72rem, -45vw, -40rem) / min(145vw, 2400px) auto no-repeat;
  opacity: 0.042;
  pointer-events: none;
}

.j1-automazione-concept::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, #4adbff 22%, #765cff 43%, #fb00ff 68%, #ffd324 84%, transparent);
  opacity: 0.72;
}

.j1-automazione-concept > * {
  position: relative;
  z-index: 1;
}

.j1-automazione-concept-head {
  width: min(1050px, 100%);
  margin: 0 auto clamp(3rem, 6vw, 6rem);
  text-align: center;
}

.j1-automazione-concept h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.8vw, 6.8rem) !important;
  font-weight: 600;
  line-height: 0.96 !important;
  letter-spacing: 0;
}

.j1-automazione-concept h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #4adbff, #7e68ff 42%, #fb00ff 72%, #ffb52e);
  background-clip: text;
  -webkit-background-clip: text;
}

.j1-automazione-concept-head p {
  max-width: 800px;
  margin: clamp(1.3rem, 2.4vw, 2rem) auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  font-weight: 300;
  line-height: 1.64;
}

.j1-automazione-engine {
  position: relative;
  width: min(1280px, 100%);
  min-height: clamp(21rem, 32vw, 29rem);
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.j1-automazione-flow-start {
  position: absolute;
  left: 50%;
  top: calc(50% + clamp(5.9rem, 9.5vw, 9.1rem));
  bottom: -1px;
  z-index: 2;
  width: 5px;
  background: linear-gradient(180deg, rgba(74, 219, 255, 0.08), #4adbff 62%, #765cff);
  box-shadow:
    0 0 0 5px rgba(74, 219, 255, 0.025),
    0 0 22px rgba(74, 219, 255, 0.2);
  transform: translateX(-50%);
}

.j1-automazione-engine::before,
.j1-automazione-engine::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.j1-automazione-engine::before {
  width: clamp(20rem, 39vw, 35rem);
  aspect-ratio: 1;
}

.j1-automazione-engine::after {
  width: clamp(15rem, 27vw, 25rem);
  aspect-ratio: 1;
  border-color: rgba(255, 255, 255, 0.05);
}

.j1-automazione-engine-core {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: clamp(13rem, 21vw, 20rem);
  aspect-ratio: 1;
  margin: 0 auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(4, 4, 8, 0.82);
  box-shadow:
    inset 0 0 65px rgba(108, 80, 255, 0.12),
    0 0 80px rgba(74, 219, 255, 0.08);
  cursor: pointer;
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
  -webkit-tap-highlight-color: transparent;
}

.j1-automazione-engine-core:hover {
  transform: translateZ(0) scale(1.015);
}

.j1-automazione-engine-core:active {
  transform: translateZ(0) scale(0.985);
}

.j1-automazione-engine-core:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 0.55rem;
}

.j1-automazione-engine-core::before,
.j1-automazione-engine-core::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  box-shadow:
    0 0 22px rgba(255, 255, 255, 0.18),
    inset 0 0 18px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  animation: j1-automazione-core-pulse 2.8s ease-out infinite;
}

.j1-automazione-engine-core::after {
  border-color: rgba(186, 196, 214, 0.42);
  box-shadow:
    0 0 30px rgba(186, 196, 214, 0.14),
    inset 0 0 16px rgba(255, 255, 255, 0.08);
  animation-delay: 1.4s;
}

.j1-automazione-engine-core.j1-core-impact::before,
.j1-automazione-engine-core.j1-core-impact::after {
  animation: j1-automazione-core-impact 780ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.j1-automazione-engine-core.j1-core-impact::before {
  border-color: rgba(74, 219, 255, 0.95);
  box-shadow:
    0 0 34px rgba(74, 219, 255, 0.3),
    0 0 72px rgba(251, 0, 255, 0.22),
    inset 0 0 18px rgba(255, 255, 255, 0.16);
}

.j1-automazione-engine-core.j1-core-impact::after {
  border-color: rgba(255, 181, 46, 0.86);
  box-shadow:
    0 0 42px rgba(255, 181, 46, 0.24),
    0 0 82px rgba(126, 104, 255, 0.2),
    inset 0 0 18px rgba(255, 255, 255, 0.12);
  animation-delay: 90ms;
}

.j1-automazione-engine-core img {
  width: 36%;
  height: auto;
  opacity: 0.72;
  filter: saturate(0.8) contrast(0.92);
  transform: translateX(-5px);
}

@keyframes j1-automazione-core-pulse {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  72%,
  100% {
    opacity: 0;
    transform: scale(1.32);
  }
}

@keyframes j1-automazione-core-impact {
  0% {
    opacity: 0.98;
    transform: scale(0.98);
  }
  100% {
    opacity: 0;
    transform: scale(1.72);
  }
}

.j1-automazione-process {
  position: relative;
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 4rem) 0 clamp(5rem, 8vw, 8rem);
  isolation: isolate;
}

.j1-automazione-process::before {
  content: "";
  position: absolute;
  left: 50%;
  inset-block: 0 1.4rem;
  z-index: 1;
  width: 5px;
  background: linear-gradient(180deg, #765cff, #fb00ff 55%, #ffd324);
  box-shadow:
    0 0 0 6px rgba(118, 92, 255, 0.025),
    0 0 24px rgba(251, 0, 255, 0.13);
  opacity: 0.9;
  transform: translateX(-50%);
}

.j1-automazione-process::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  z-index: 3;
  width: 1rem;
  height: 1rem;
  border-right: 3px solid #ffd324;
  border-bottom: 3px solid #ffd324;
  filter: drop-shadow(0 0 8px rgba(255, 211, 36, 0.5));
  transform: translateX(-50%) rotate(45deg);
}

.j1-automazione-process article {
  position: relative;
  min-height: clamp(14rem, 19vw, 18rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(5rem, 8vw, 7rem) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-content: center;
  padding: clamp(2rem, 3vw, 3rem) 0;
  background: none;
}

.j1-automazione-process article:nth-child(even) {
  background: none;
}

.j1-automazione-process article::before {
  display: none;
}

.j1-automazione-process article:nth-child(odd)::before {
  display: none;
}

.j1-automazione-process article::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 2.35rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 7%, transparent 8%),
    radial-gradient(circle, #765cff 0 24%, #08070d 25% 53%, rgba(118, 92, 255, 0.65) 54% 58%, #08070d 59%);
  box-shadow:
    0 0 0 0.42rem #08070d,
    0 0 0 0.48rem rgba(118, 92, 255, 0.18),
    0 0 30px rgba(118, 92, 255, 0.28);
  transform: translate(-50%, -50%);
}

.j1-automazione-process article > span {
  grid-column: 3;
  grid-row: 1;
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 0.35rem;
  color: transparent;
  font-size: clamp(3.8rem, 6.5vw, 6.5rem);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.095);
}

.j1-automazione-process article p {
  grid-column: 3;
  grid-row: 2;
  max-width: 500px;
  margin: 0;
  position: relative;
  z-index: 3;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(0.92rem, 1vw, 1.04rem);
  font-weight: 300;
  line-height: 1.62;
}

.j1-automazione-process article:nth-child(odd) > span,
.j1-automazione-process article:nth-child(odd) p {
  grid-column: 1;
  justify-self: end;
  text-align: right;
}

.j1-automazione-process-result {
  width: 100%;
  min-height: clamp(16rem, 22vw, 20rem) !important;
  margin: 0;
}

.j1-automazione-process-result::after {
  width: 3.15rem !important;
  background:
    radial-gradient(circle, #fff 0 7%, transparent 8%),
    radial-gradient(circle, #ffd324 0 24%, #08070d 25% 53%, #fb00ff 54% 58%, #08070d 59%) !important;
  box-shadow:
    0 0 0 0.45rem #08070d,
    0 0 0 0.53rem rgba(255, 211, 36, 0.2),
    0 0 42px rgba(251, 0, 255, 0.34) !important;
}

.j1-automazione-process-result p {
  max-width: 500px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(1.05rem, 1.35vw, 1.35rem) !important;
  line-height: 1.5 !important;
}

.j1-automazione-process-result > span {
  -webkit-text-stroke-color: rgba(255, 211, 36, 0.18) !important;
}

.j1-automazione-concept-action {
  margin-top: clamp(2.5rem, 5vw, 5rem);
  text-align: center;
}

.j1-automazione-concept-action .btn {
  padding: 1rem 3rem !important;
  font-size: 1.25rem !important;
}

@media (max-width: 991.98px) {
  .j1-automazione-concept {
    padding: 5rem 1.1rem 4.5rem;
  }

  .j1-automazione-concept h2 {
    font-size: clamp(2.8rem, 9vw, 4.8rem) !important;
  }

  .j1-automazione-engine {
    min-height: 26rem;
  }

  .j1-automazione-engine-core {
    width: clamp(12rem, 30vw, 17rem);
  }

  .j1-automazione-process {
    width: min(900px, 100%);
  }
}

@media (max-width: 575.98px) {
  .j1-automazione-concept {
    padding: 4.5rem 1rem;
  }

  .j1-automazione-concept::before {
    background-position: 50% -28rem;
    background-size: 210vw auto;
    opacity: 0.028;
  }

  .j1-automazione-concept-head {
    margin-bottom: 2.8rem;
  }

  .j1-automazione-concept h2 {
    font-size: clamp(2.65rem, 12vw, 3.4rem) !important;
  }

  .j1-automazione-concept-head p {
    font-size: 0.96rem;
  }

  .j1-automazione-engine {
    min-height: 19.5rem;
  }

  .j1-automazione-engine-core {
    width: min(52vw, 12rem);
  }

  .j1-automazione-flow-start {
    display: none;
  }

  .j1-automazione-engine::before {
    width: 18rem;
  }

  .j1-automazione-engine::after {
    width: 13rem;
  }

  .j1-automazione-process {
    padding: 1rem 0 4.5rem;
  }

  .j1-automazione-process::before {
    left: 1.15rem;
    top: 4.025rem;
    bottom: 1.2rem;
  }

  .j1-automazione-process::after {
    left: 1.15rem;
    bottom: 0.55rem;
  }

  .j1-automazione-process article {
    min-height: auto;
    display: block;
    padding: 2.4rem 0 3rem 3.9rem;
    background: none;
  }

  .j1-automazione-process article::before,
  .j1-automazione-process article:nth-child(odd)::before {
    left: 1.15rem;
    top: 3.15rem;
    width: 1.7rem;
    transform: none;
  }

  .j1-automazione-process article::after {
    left: 1.15rem;
    top: 3.15rem;
    width: 1.75rem;
  }

  .j1-automazione-process article:nth-child(odd) > span,
  .j1-automazione-process article:nth-child(odd) p {
    grid-column: auto;
    justify-self: auto;
    text-align: left;
  }

  .j1-automazione-process article > span {
    margin-bottom: 0.2rem;
    font-size: 3.4rem;
    line-height: 0.9;
    text-align: left !important;
  }

  .j1-automazione-process article p {
    padding-top: 0.85rem;
  }

  .j1-automazione-process-result::after {
    width: 2.25rem !important;
  }

  .j1-automazione-process-result {
    min-height: auto !important;
    margin: 0;
  }

  .j1-automazione-process-result p {
    font-size: 1.05rem !important;
  }

  .j1-automazione-concept-action .btn {
    padding-inline: 1.5rem !important;
    font-size: 1.05rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .j1-automazione-engine-core::before,
  .j1-automazione-engine-core::after {
    animation: none;
    opacity: 0.32;
    transform: scale(1.12);
  }
}

.j1-auto-story {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 8rem) clamp(1rem, 5vw, 6rem) clamp(4.5rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 50% 13%, rgba(92, 66, 255, 0.12), transparent 25%),
    linear-gradient(180deg, #030304 0%, #070611 45%, #030304 100%);
  color: #fff;
  isolation: isolate;
}

.j1-auto-story::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, #4adbff 22%, #765cff 43%, #fb00ff 68%, #ffd324 84%, transparent);
  opacity: 0.75;
}

.j1-auto-story-head {
  position: relative;
  z-index: 3;
  width: min(1050px, 100%);
  margin: 0 auto clamp(4rem, 8vw, 8rem);
  text-align: center;
}

.j1-auto-story h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.8vw, 6.8rem) !important;
  font-weight: 600;
  line-height: 0.96 !important;
  letter-spacing: 0;
}

.j1-auto-story h2 span {
  color: transparent;
  background: linear-gradient(90deg, #4adbff, #7e68ff 48%, #ffb52e);
  background-clip: text;
  -webkit-background-clip: text;
}

.j1-auto-story-head p {
  max-width: 800px;
  margin: clamp(1.3rem, 2.4vw, 2rem) auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  font-weight: 300;
  line-height: 1.64;
}

.j1-auto-story-line {
  position: absolute;
  left: 50%;
  top: clamp(27rem, 37vw, 37rem);
  bottom: clamp(12rem, 15vw, 16rem);
  z-index: 1;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(-50%);
}

.j1-auto-story-line span {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #4adbff 0%, #765cff 32%, #fb00ff 68%, #ffd324 100%);
  opacity: 0.55;
}

.j1-auto-story-steps {
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.j1-auto-story-step {
  position: relative;
  min-height: clamp(28rem, 62vh, 42rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5rem minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(2rem, 5vw, 6rem);
}

.j1-auto-story-step::before,
.j1-auto-story-step::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 2.5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12));
  transform: translateY(-50%);
}

.j1-auto-story-step::before {
  left: 0;
}

.j1-auto-story-step::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent);
}

.j1-auto-story-number {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(8rem, 17vw, 18rem);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
  pointer-events: none;
}

.j1-auto-story-node {
  position: relative;
  z-index: 4;
  grid-column: 2;
  display: grid;
  place-items: center;
  width: 4.4rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: #07070b;
  color: #fff;
  font-size: 1.15rem;
  box-shadow: 0 0 0 0.65rem rgba(7, 7, 11, 0.95);
}

.j1-auto-story-node::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(135deg, #4adbff, #765cff, #fb00ff, #ffd324);
  opacity: 0.48;
}

.j1-auto-story-step p {
  position: relative;
  z-index: 3;
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  font-weight: 300;
  line-height: 1.58;
}

.j1-auto-story-step.is-left p {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  text-align: right;
}

.j1-auto-story-step.is-left .j1-auto-story-number {
  grid-column: 3;
  grid-row: 1;
  justify-self: start;
}

.j1-auto-story-step.is-right p {
  grid-column: 3;
  grid-row: 1;
  justify-self: start;
}

.j1-auto-story-step.is-right .j1-auto-story-number {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
}

.j1-auto-story-step.is-final {
  min-height: clamp(34rem, 72vh, 48rem);
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.j1-auto-story-step.is-final::before,
.j1-auto-story-step.is-final::after {
  display: none;
}

.j1-auto-story-step.is-final .j1-auto-story-number {
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(16rem, 34vw, 34rem);
  transform: translate(-50%, -50%);
}

.j1-auto-story-step.is-final .j1-auto-story-node {
  grid-column: 1;
  width: clamp(7rem, 11vw, 10rem);
  margin-bottom: clamp(2rem, 4vw, 4rem);
  background: rgba(7, 7, 11, 0.92);
}

.j1-auto-story-step.is-final .j1-auto-story-node img {
  width: 42%;
  height: auto;
}

.j1-auto-story-step.is-final p {
  grid-column: 1;
  max-width: 900px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.55rem, 2.6vw, 2.8rem);
  line-height: 1.4;
}

.j1-auto-story-action {
  position: relative;
  z-index: 3;
  margin-top: clamp(1rem, 3vw, 3rem);
  text-align: center;
}

.j1-auto-story-action .btn {
  padding: 1rem 3rem !important;
  font-size: 1.25rem !important;
}

@media (max-width: 991.98px) {
  .j1-auto-story {
    padding: 5rem 1.1rem 4.5rem;
  }

  .j1-auto-story h2 {
    font-size: clamp(2.8rem, 9vw, 4.8rem) !important;
  }

  .j1-auto-story-step {
    min-height: clamp(25rem, 54vh, 34rem);
    grid-template-columns: minmax(0, 1fr) 4.5rem minmax(0, 1fr);
    column-gap: 2rem;
  }

  .j1-auto-story-node {
    width: 3.8rem;
  }

  .j1-auto-story-step p {
    font-size: clamp(1rem, 1.9vw, 1.3rem);
  }
}

@media (max-width: 575.98px) {
  .j1-auto-story {
    padding: 4.5rem 1rem;
  }

  .j1-auto-story-head {
    margin-bottom: 4.5rem;
  }

  .j1-auto-story h2 {
    font-size: clamp(2.65rem, 12vw, 3.4rem) !important;
  }

  .j1-auto-story-head p {
    font-size: 0.96rem;
  }

  .j1-auto-story-line {
    left: 2.25rem;
    top: 23rem;
    bottom: 11rem;
  }

  .j1-auto-story-step,
  .j1-auto-story-step.is-final {
    min-height: 27rem;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    align-items: center;
    column-gap: 1rem;
    text-align: left;
  }

  .j1-auto-story-step::before,
  .j1-auto-story-step::after {
    display: none;
  }

  .j1-auto-story-node,
  .j1-auto-story-step.is-final .j1-auto-story-node {
    grid-column: 1;
    grid-row: 1;
    width: 3.4rem;
    margin: 0;
    justify-self: center;
  }

  .j1-auto-story-step p,
  .j1-auto-story-step.is-left p,
  .j1-auto-story-step.is-right p,
  .j1-auto-story-step.is-final p {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
    justify-self: stretch;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.03rem;
    line-height: 1.62;
    text-align: left;
  }

  .j1-auto-story-number,
  .j1-auto-story-step.is-left .j1-auto-story-number,
  .j1-auto-story-step.is-right .j1-auto-story-number,
  .j1-auto-story-step.is-final .j1-auto-story-number {
    position: absolute;
    right: -0.5rem;
    left: auto;
    top: 50%;
    grid-column: auto;
    grid-row: auto;
    color: rgba(255, 255, 255, 0.035);
    font-size: 8rem;
    transform: translateY(-50%);
  }

  .j1-auto-story-action .btn {
    padding-inline: 1.5rem !important;
    font-size: 1.05rem !important;
  }
}

#gestionale {
  position: relative;
  min-height: auto !important;
  margin-top: 0 !important;
  overflow: hidden;
  isolation: isolate;
  z-index: 2;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(88, 82, 255, 0.18), transparent 30%),
    radial-gradient(circle at 86% 26%, rgba(251, 0, 255, 0.14), transparent 26%),
    radial-gradient(circle at 14% 76%, rgba(0, 185, 255, 0.12), transparent 28%),
    #000 !important;
}

#gestionale::before {
  display: none;
}

#gestionale::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(circle at 50% 46%, #000 0 52%, transparent 74%);
  mask-image: radial-gradient(circle at 50% 46%, #000 0 52%, transparent 74%);
  opacity: 0.58;
  transform: none;
}

#gestionale > .container {
  position: relative;
  top: auto;
  z-index: 2;
  box-sizing: border-box;
  max-width: min(1500px, 100%);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: clamp(4.5rem, 8vh, 6rem) !important;
  padding-bottom: clamp(2rem, 5vh, 4rem) !important;
}

#gestionale .j1-management-atmosphere {
  display: none;
}

#gestionale h2,
#gestionale .subtitle {
  position: relative;
  z-index: 3;
  text-shadow: 0 0 34px rgba(144, 72, 255, 0.24);
}

#gestionale h2 {
  margin-top: 0 !important;
  font-size: clamp(3.7rem, 6vw, 6rem) !important;
  line-height: 1;
}

#gestionale .subtitle {
  display: block;
  margin-top: -0.55rem;
  font-size: clamp(3.6rem, 5.8vw, 5.7rem) !important;
  line-height: 1;
}

#gestionale .row {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: clamp(1.2rem, 3vh, 2.7rem) !important;
}

#gestionale .row.overflow-hidden {
  overflow: visible !important;
}

#gestionale .row .col-12:nth-child(2) {
  position: relative;
  display: grid;
  place-items: center;
  justify-items: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#gestionale .row p {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 0 26px rgba(114, 80, 255, 0.18);
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem !important;
  font-weight: 200;
  line-height: 1.5;
}

#gestionale .row p::before {
  content: "";
  position: absolute;
  top: 50%;
  width: min(9vw, 120px);
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 180, 255, 0.72), rgba(251, 0, 255, 0.18), transparent);
  opacity: 0.72;
}

#gestionale .row > .col-12:first-child p::before {
  right: -120px;
}

#gestionale .row > .col-12:last-child p::before {
  left: -120px;
  transform: rotate(180deg);
}

#gestionale .row img {
  position: relative;
  z-index: 2;
  display: block;
  justify-self: center;
  margin-inline: auto;
  width: min(66vh, 680px, 100%);
  aspect-ratio: 1 / 1;
  height: auto;
  max-height: min(66vh, 680px);
  max-width: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 34px 54px rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 42px rgba(91, 129, 255, 0.28));
}

#gestionale .row .col-12:nth-child(2)::before,
#gestionale .row .col-12:nth-child(2)::after {
  content: none;
}

#gestionale button {
  position: relative;
  z-index: 3;
  align-self: center;
  justify-content: center;
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: clamp(1rem, 2.5vh, 1.8rem) !important;
  padding: 1rem 3rem !important;
  font-size: 1.3rem !important;
  box-shadow: 0 0 0 rgba(251, 0, 255, 0);
  transition: box-shadow 0.25s ease;
}

#gestionale button:hover {
  box-shadow: 0 0 32px rgba(251, 0, 255, 0.34), 0 0 42px rgba(0, 153, 255, 0.16);
}

@media (min-width: 992px) and (max-width: 2300px) {
  #gestionale h2 {
    font-size: clamp(2.9rem, 4.2vw, 4.35rem) !important;
  }

  #gestionale .subtitle {
    margin-top: -0.36rem;
    font-size: clamp(2.8rem, 4vw, 4.15rem) !important;
  }

  #gestionale .row p {
    font-size: 1.16rem !important;
    line-height: 1.46;
  }

  #gestionale .row img {
    width: min(51vh, 500px, 100%);
    max-height: min(51vh, 500px);
  }
}

@media (max-width: 991.98px) {
  #gestionale > .container {
    min-height: auto;
    padding-top: 5.5rem !important;
    padding-bottom: 4rem !important;
  }

  #gestionale .row p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.05rem !important;
  }

  #gestionale .row p::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  #gestionale h2,
  #gestionale .subtitle {
    font-size: 3.35rem !important;
  }

  #gestionale .j1-data-stream {
    width: clamp(430px, 112vw, 540px);
    aspect-ratio: 1.58 / 1;
  }

  #gestionale .row img {
    width: min(78vw, 36vh, 340px);
    max-width: 78vw;
  }
}

.j1-about-concept-alt {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 8rem) clamp(1rem, 5vw, 6rem) clamp(2.5rem, 4vw, 4rem);
  background: #fff;
  color: #111;
  isolation: isolate;
}

.j1-about-concept-alt::before {
  display: none;
}

.j1-about-concept-alt::after {
  display: none;
}

.j1-about-alt-head {
  position: relative;
  z-index: 2;
  width: min(1500px, 100%);
  margin: 0 auto clamp(2.2rem, 3.6vw, 3.8rem);
}

.j1-about-alt-head h2 {
  max-width: 1120px;
  margin: 0;
  color: #222;
  font-size: clamp(2.85rem, 4.8vw, 5.8rem) !important;
  font-weight: 600;
  line-height: 1.05 !important;
  letter-spacing: 0;
}

.j1-about-alt-head h2 .j1-about-gradient-word {
  display: inline !important;
  vertical-align: baseline;
  font-family: "Poppins", sans-serif !important;
  font-size: inherit !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  background: linear-gradient(90deg, #00c6ff, #f200ff) no-repeat center / 100% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: inherit;
}

.j1-about-alt-layout {
  position: relative;
  z-index: 2;
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(24rem, 0.78fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
}

.j1-about-alt-copy {
  max-width: 820px;
}

.j1-about-alt-text {
  display: grid;
  gap: 0;
}

.j1-about-alt-text p {
  position: relative;
  margin: 0;
  padding: clamp(1.6rem, 2.8vw, 2.6rem) 0;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  color: rgba(0, 0, 0, 0.64);
  font-size: clamp(0.96rem, 1.02vw, 1.08rem);
  font-weight: 200;
  line-height: 1.58;
}

.j1-about-alt-text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: clamp(4rem, 7vw, 7rem);
  height: 2px;
  background: #111;
}

.j1-about-alt-text strong {
  color: #171717;
  font-weight: 500;
}

.j1-about-alt-visual {
  position: relative;
  min-height: clamp(31rem, 46vw, 43rem);
  display: grid;
  place-items: center;
}

.j1-about-alt-visual::before {
  display: none;
}

.j1-about-alt-visual::after {
  display: none;
}

.j1-about-alt-visual .j1-about-media-inner {
  position: relative;
  display: grid;
  place-items: center;
  width: min(29rem, 32vw);
  aspect-ratio: 1;
}

.j1-about-alt-visual .j1-about-media-inner::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}

.j1-about-alt-visual .j1-about-media-inner::after {
  content: "";
  position: absolute;
  inset: auto 8% 2% 8%;
  height: 18%;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.11);
  filter: blur(28px);
}

.j1-about-alt-visual .biglietto {
  position: relative;
  z-index: 2;
  width: min(24rem, 88%);
  max-width: none;
  border-radius: 1.05rem;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.2),
    0 10px 24px rgba(0, 0, 0, 0.12);
  transform: rotate(-8deg) skew(-16deg, 12deg);
}

@media (max-width: 991.98px) {
  .j1-about-concept-alt {
    padding: 5rem 1.25rem;
  }

  .j1-about-alt-head {
    max-width: 760px;
    text-align: center;
  }

  .j1-about-alt-head h2 {
    font-size: clamp(2.35rem, 8.1vw, 4rem) !important;
  }

  .j1-about-alt-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .j1-about-alt-visual {
    order: 1;
    min-height: min(70vw, 34rem);
  }

  .j1-about-alt-copy {
    order: 2;
    max-width: 760px;
    margin-inline: auto;
  }

  .j1-about-alt-visual .j1-about-media-inner {
    width: min(22rem, 76vw);
  }

  .j1-about-alt-visual .biglietto {
    width: min(18rem, 82%);
    transform: rotate(-4deg);
  }
}

@media (max-width: 575.98px) {
  .j1-about-concept-alt {
    padding: 4.5rem 1rem;
  }

  .j1-about-concept-alt::after {
    display: none;
  }

  .j1-about-alt-head {
    margin-bottom: 1.8rem;
  }

  .j1-about-alt-text p {
    padding: 1.6rem 0;
    font-size: clamp(0.98rem, 3vw, 1.08rem);
  }
}

.j1-why-concept {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(4.5rem, 6vw, 6.5rem) clamp(1rem, 5vw, 6rem);
  background: #fff;
  color: #111;
  isolation: isolate;
}

#about.j1-about-concept-alt + #about2-concept {
  background: #fff;
  overflow: visible;
  padding-top: clamp(2rem, 3.5vw, 3.5rem);
}

#about.j1-about-concept-alt + #about2-concept::before {
  display: none;
}

.j1-why-concept::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: 2px;
  background: linear-gradient(90deg, transparent, #4adbff 22%, #765cff 43%, #fb00ff 68%, #ffd324 84%, transparent);
}

#about2-concept::after {
  content: "";
  position: absolute;
  top: clamp(-36rem, -25vw, -22rem);
  left: clamp(-38rem, -22vw, -16rem);
  z-index: 0;
  width: min(98vw, 1580px);
  aspect-ratio: 1;
  background: url("../img/web/just1logo-b-bord.webp") center / contain no-repeat;
  opacity: 0.022;
  pointer-events: none;
}

#about2-concept .j1-why-concept-intro,
#about2-concept .j1-why-concept-list,
#about2-concept .j1-why-concept-action {
  position: relative;
  z-index: 1;
}

.j1-why-concept-intro {
  width: min(1320px, 100%);
  margin: 0 auto clamp(3rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.j1-why-concept-heading > span {
  display: block;
  margin-bottom: 1.2rem;
  color: rgba(17, 17, 17, 0.38);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.j1-why-concept h2 {
  margin: 0;
  color: #111;
  font-size: clamp(4rem, 6.4vw, 7.2rem) !important;
  font-weight: 600;
  line-height: 0.88 !important;
  letter-spacing: 0;
}

.j1-why-concept h2 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(90deg, #38bdea, #7059ff 40%, #e800d6 72%, #ff9b3e);
  background-clip: text;
  -webkit-background-clip: text;
}

.j1-why-concept-stage {
  position: relative;
  min-height: clamp(18rem, 28vw, 27rem);
  overflow: hidden;
  border-radius: clamp(1.2rem, 2vw, 2.2rem);
  background: transparent;
}

.j1-why-concept-stage video {
  position: absolute;
  inset: -1px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: contrast(1.08) saturate(1.05);
  mix-blend-mode: multiply;
  opacity: 0.94;
}

.j1-why-concept-list {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.8rem, 3vw, 3rem) clamp(2.5rem, 6vw, 6rem);
}

.j1-why-concept-list article {
  position: relative;
  min-height: clamp(9rem, 11vw, 11rem);
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 1rem;
  align-content: start;
  padding: 0;
}

.j1-why-concept-list article::before {
  display: none;
}

.j1-why-concept-list article > span {
  display: grid;
  place-items: center;
  grid-column: 1;
  grid-row: 1;
  width: 3.25rem;
  aspect-ratio: 1;
  margin: 0;
  border: 1px solid #111;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.045);
}

.j1-why-concept-list article > div {
  display: contents;
}

.j1-why-concept-list article:nth-child(2),
.j1-why-concept-list article:nth-child(5) {
  transform: translateY(clamp(1.5rem, 3vw, 3rem));
}

.j1-why-concept-list article:nth-child(3),
.j1-why-concept-list article:nth-child(4) {
  transform: translateY(clamp(0.5rem, 1.25vw, 1.25rem));
}

.j1-why-concept-list h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
  color: #111;
  font-size: clamp(1.25rem, 1.5vw, 1.55rem);
  font-weight: 600;
  line-height: 1.1;
}

.j1-why-concept-list p {
  grid-column: 2;
  grid-row: 2;
  max-width: 500px;
  margin: 0.8rem 0 0;
  color: rgba(17, 17, 17, 0.58);
  font-size: clamp(0.92rem, 0.95vw, 1rem);
  font-weight: 300;
  line-height: 1.62;
}

.j1-why-concept-list sup {
  font-size: 0.62rem;
}

.j1-why-concept-action {
  width: min(1320px, 100%);
  margin: clamp(4rem, 6vw, 6rem) auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
  text-align: right;
}

.j1-why-concept-action .btn {
  padding: 1rem 3rem !important;
  font-size: 1.18rem !important;
}

.j1-why-concept-action p {
  margin: 0;
  color: rgba(17, 17, 17, 0.42);
  font-size: 0.78rem;
}

.j1-why-concept-action span {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  #about2-concept::after {
    display: none;
  }

  .j1-why-concept-intro {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .j1-why-concept-heading {
    text-align: center;
  }

  .j1-why-concept h2 {
    font-size: clamp(4rem, 12vw, 7rem) !important;
  }

  .j1-why-concept-stage {
    min-height: min(58vw, 28rem);
  }

  .j1-why-concept-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .j1-why-concept-list article:nth-child(n) {
    transform: none;
  }

}

@media (max-width: 575.98px) {
  .j1-why-concept {
    padding: 4.5rem 1rem;
  }

  .j1-why-concept-intro {
    margin-bottom: 2.8rem;
  }

  .j1-why-concept h2 {
    font-size: clamp(3.6rem, 18vw, 4.8rem) !important;
  }

  .j1-why-concept-stage {
    min-height: 64vw;
    margin-inline: -0.35rem;
    border-radius: 1.2rem;
  }

  .j1-why-concept-list {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .j1-why-concept-list article {
    min-height: auto;
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 1rem;
    row-gap: 0;
    padding: 0;
  }

  .j1-why-concept-list article > span {
    margin: 0;
    width: 2.8rem;
    font-size: 1.05rem;
  }

  .j1-why-concept-list article > div {
    display: contents;
  }

  .j1-why-concept-list h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .j1-why-concept-list p {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0.3rem;
  }

  .j1-why-concept-list h3 {
    font-size: 1.3rem;
  }

  .j1-why-concept-list p {
    font-size: 0.95rem;
  }

  .j1-why-concept-action {
    margin-top: 4rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .j1-why-concept-action .btn {
    width: 100%;
    font-size: 1.05rem !important;
  }

}

/* Scale refinements */
#gestionale h2 {
  font-size: clamp(4rem, 6.5vw, 6.6rem) !important;
  line-height: 1.07 !important;
}

#gestionale h2 .text-grad-j1 {
  padding: 0.03em 0.03em 0.14em;
  margin: -0.03em -0.03em -0.14em;
}

#gestionale .subtitle {
  font-size: clamp(3.9rem, 6.25vw, 6.25rem) !important;
  line-height: 1.07 !important;
}

.j1-about-alt-head h2 {
  max-width: 1240px;
  font-size: clamp(3.1rem, 5.25vw, 6.35rem) !important;
}

.j1-about-alt-layout {
  grid-template-columns: minmax(27rem, 0.86fr) minmax(0, 1fr);
  gap: clamp(3rem, 6vw, 7rem);
}

.j1-about-alt-visual .j1-about-media-inner {
  width: min(34rem, 36vw);
}

.j1-about-alt-visual .biglietto {
  width: min(28rem, 91%);
}

@media (min-width: 992px) and (max-width: 2300px) {
  #gestionale h2 {
    font-size: clamp(3.3rem, 4.65vw, 4.85rem) !important;
    line-height: 1.07 !important;
  }

  #gestionale .subtitle {
    font-size: clamp(3.2rem, 4.45vw, 4.6rem) !important;
    line-height: 1.07 !important;
  }
}

@media (max-width: 991.98px) {
  .j1-about-alt-head h2 {
    font-size: clamp(2.8rem, 9.4vw, 4.7rem) !important;
  }

  .j1-about-alt-layout {
    grid-template-columns: 1fr;
  }

  .j1-about-alt-visual {
    min-height: min(82vw, 39rem);
  }

  .j1-about-alt-visual .j1-about-media-inner {
    width: min(27rem, 88vw);
  }

  .j1-about-alt-visual .biglietto {
    width: min(23rem, 91%);
  }
}

@media (max-width: 575.98px) {
  #gestionale h2,
  #gestionale .subtitle {
    font-size: 3.7rem !important;
    line-height: 1.08 !important;
  }

  .j1-vetrina-premium-head {
    margin-bottom: 0.75rem;
  }

  .j1-vetrina-premium-device {
    margin-bottom: 2.5rem;
  }

  .j1-about-alt-head h2 {
    font-size: clamp(2.8rem, 11.8vw, 3.65rem) !important;
    line-height: 1.08 !important;
  }

  .j1-about-alt-visual {
    min-height: 92vw;
  }

  .j1-about-alt-visual .j1-about-media-inner {
    width: 94vw;
  }

  .j1-about-alt-visual .biglietto {
    width: 90%;
  }
}

/* Refined light portfolio */
#portfolio.j1-portfolio-section {
  padding: clamp(5rem, 8vw, 9rem) 0 0;
  background: #000;
  color: #fff;
}

#portfolio .j1-portfolio-sticky {
  width: 100%;
  margin: 0 auto;
  contain: none;
  background: #000;
}

#portfolio .j1-portfolio-head {
  width: min(1480px, calc(100% - clamp(2rem, 10vw, 12rem)));
  margin: 0 0 clamp(3rem, 6vw, 6rem);
  margin-inline: auto;
  background: #000;
}

#portfolio h2 {
  max-width: 1000px;
  font-size: clamp(3.2rem, 5.25vw, 6.25rem) !important;
  color: #fff;
}

#portfolio .j1-portfolio-track {
  display: block;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  padding: 0;
  background: #000;
  scroll-snap-type: none;
}

.j1-portfolio-row {
  display: flex;
  width: 100%;
  gap: 0;
}

#portfolio .j1-portfolio-card {
  position: relative;
  flex: var(--j1-portfolio-ratio) 1 0;
  width: 0;
  height: auto;
  min-height: 0;
  aspect-ratio: var(--j1-portfolio-ratio);
  overflow: hidden !important;
  contain: paint;
  border: 0;
  border-radius: 0;
  background: #000;
  box-shadow: none;
  transform: none !important;
}

#portfolio .j1-portfolio-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.96) contrast(1.01);
  transform: none;
  transition: filter 0.45s ease;
}

#portfolio .j1-portfolio-card:hover img {
  filter: saturate(1) contrast(1.01);
  transform: none;
}

@media (max-width: 991.98px) {
  #portfolio.j1-portfolio-section {
    padding: 5rem 0 0;
  }

  #portfolio .j1-portfolio-head {
    width: min(760px, calc(100% - 2.2rem));
    margin: 0 auto 3rem;
    text-align: center;
  }

  #portfolio .j1-portfolio-track {
    width: 100vw;
    max-width: 100vw;
  }
}

@media (max-width: 575.98px) {
  #portfolio .j1-portfolio-head {
    margin-bottom: 4rem;
  }

  #portfolio h2 {
    max-width: 21rem;
    margin-inline: auto;
    font-size: clamp(2.35rem, 9.8vw, 3rem) !important;
    line-height: 1.08 !important;
  }

  #portfolio .j1-portfolio-card:hover img {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  #about.j1-about-concept-alt .j1-about-alt-head {
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
  }

  #about.j1-about-concept-alt .j1-about-alt-head h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(2.45rem, 10.2vw, 3.1rem) !important;
    line-height: 1.08 !important;
  }

  #about.j1-about-concept-alt .j1-about-alt-visual {
    width: 100%;
    min-height: 76vw;
  }

  #about.j1-about-concept-alt .j1-about-alt-visual .j1-about-media-inner {
    width: min(24rem, 80vw);
    max-width: none;
  }

  #about.j1-about-concept-alt .j1-about-alt-visual .biglietto {
    width: 86%;
    max-width: none !important;
  }
}
