
#g-page-surround, #g-above, #g-testimonial,
.g-main,
.g-block {
  overflow: visible !important;
}


html,
body {
  min-height: 100%;
  margin: 0;
}

:root{
  --colore-nero: #111111;
  --colore-bianco: #ffffff;
  --colore-grigio: #cccccc;
  --colore-grigioscuro: #5c5c5c;

  --colore-sfondo: #EBEDEE;
  --colore-sfondo2: #0B7BD3; 
  --colore-link: #0B7BD3;
  --colore-linkhover: #0864AD;

  --colore-testo: #111111;

  --colore-bordo: #0B7BD3;
  --colore-bordo2: #0864AD;

  /* sfondo stile immagine caricata */
  --page-bg:
    radial-gradient(ellipse at center,
      rgb(252, 252, 252) 0%,
      rgb(246, 247, 248) 24%,
      rgb(236, 239, 241) 48%,
      rgb(224, 229, 232) 72%,
      rgb(214, 222, 225) 100%),

    radial-gradient(ellipse at 50% 52%,
      rgba(255,255,255,0.85) 0%,
      rgba(255,255,255,0.45) 20%,
      rgba(255,255,255,0.12) 38%,
      rgba(255,255,255,0) 58%),

    radial-gradient(ellipse at top left,
      rgba(255,255,255,0.18) 0%,
      rgba(255,255,255,0) 42%),

    radial-gradient(ellipse at bottom right,
      rgba(255,255,255,0.10) 0%,
      rgba(255,255,255,0) 46%);
}

body{
  background-color: rgb(214, 222, 225);
  background-image: var(--page-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
}

.tm-button {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


.tm-button:hover a {
transform: translate(1px, 1px);
}


.tm-button, .ombra {
          transition: box-shadow .25s ease, transform .25s ease;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.tm-button:hover, .ombra:hover {
      box-shadow: rgba(0, 0, 0, 0.35) 0px 15px 10px -10px;
}

.jl-button-primary {
      transition: clip-path .25s ease, transform .25s ease, background .25s ease;
        background: linear-gradient(135deg, #0B7BD3 0%, #0868b2 100%);
 clip-path: polygon(
    30px 0,
    100% 0,
    100% 100%,
    0 100%
  );
}


.jl-button-primary:hover {
 clip-path: polygon(
    40px 0,
    100% 0,
    100% 100%,
    0 100%
  );
}

.spazia-bottoni {
 gap: 50px;
}

.jl-button-secondary {
    transition: clip-path .25s ease, transform .25s ease, background .25s ease;
    background: linear-gradient(135deg, #f9fafa 0%, #d7dee1 100%);
color: var(--colore-nero);
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: 700;
 clip-path: polygon(
    30px 0,
    100% 0,
    100% 100%,
    0 100%
  );
}


.jl-button-secondary:hover {
    color: var(--colore-nero);
 clip-path: polygon(
    40px 0,
    100% 0,
    100% 100%,
    0 100%
  );
}


.call-finale .jl-button {
    line-height: 1.5;
    padding: 40px 60px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
}

#g-sidebar {
    position: sticky;
    top: 120px;
}

em {
    color: initial;
}

/* liste con icone FontAwesome: niente bullet */
ul li:has(i[class]),
ul li:has(span[class]){
  list-style: none;
}

/* colore icone */
ul li i[class],
ul li span[class]{
  color: var(--colore-link);
  margin-right: 8px;
}

/* rientro migliore */
ul li:has(i[class]),
ul li:has(span[class]){
  margin-left: 0;
  padding-left: 0;
}

/* anchor e smooth scroll */
html{
  scroll-behavior:smooth;
}

h2[id]{
  scroll-margin-top:180px;
}


/* div sopra #g-navigation */
#g-navigation {
  background-color: rgb(214, 222, 225);
  background-image: var(--page-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: solid 1px var(--colore-grigio);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
              rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


#g-container-main {
border-bottom: solid 1px var(--colore-grigio);
box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}


.jl-navbar-dropdown {
    width: auto;
    }

#g-navigation .g-headerbar-top {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#g-navigation .jl-navbar-nav>li>a  {
      min-height: 60px;
    color: var(--colore-nero);
    }

#g-navigation .jl-navbar-nav {
    font-family: 'Quicksand';
    font-weight: 900;
    transform: scaleX(0.9);
        border-top: solid 1px var(--colore-grigio);
}


#g-navigation .jl-navbar-dropdown {
border-left: solid 1px #0B7BD3;
        max-width: 400px !important;
}


#g-navigation .jl-navbar-dropdown::before{
  content: "";
  position: absolute;
  left: -36px;
  top: 0;
  width: 36px;
  height: 100%;
  background: #0B7BD3;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;

  animation: dropdownSlantIn 0.25s ease-in;
}

@keyframes dropdownSlantIn{
  from{
    opacity: 0;
    transform: translateX(10px);
    transform: translateY(-10px);
  }
  to{
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0);
  }
}


#g-navigation li.super {
    padding-left: 24px;
    scale: 1.3;
}

.sidemenu li.super {
    margin-left: -20px;
    font-size: 20px;
    font-weight: 600;
}


.tm-nav-mobile .jl-nav {
   font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.tm-nav-mobile .jl-nav .jl-nav-sub {
   font-size: 16px;
    font-weight: 300;
    text-transform: initial; 
    }

.tm-nav-mobile .jl-nav-default .jl-nav-sub .super {
   font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
}


.homepage #g-intro {
    background-image: radial-gradient(circle at center, #2b87da 15%, #0838a0 100%) !important;
    min-height: 80vh;
  }

#g-intro {
      background-image: radial-gradient(circle at center, #2b87da 15%, #0838a0 100%) !important;
    padding: 1rem 0;
    }

#g-intro h1 {
    font-size: 3.5rem;
}

#g-info {
      background-image: radial-gradient(circle at center, #2b87da 15%, #0838a0 100%) !important;
    box-shadow: 
  inset 0px -25px 20px -20px rgba(0, 0, 0, 0.45),
  inset 0px 25px 20px -20px rgba(0, 0, 0, 0.45);
    }

#g-footer {
    font-size: 0.8rem;
    font-weight: 300;
    }

#g-footer .jl-logo {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    }

#g-footer .jl-logo::before {
  content:"/";
  margin-right:8px;
    }

#g-footer a {
color: var(--colore-bianco);
        font-size: 0.8rem;
    font-weight: 300;
  transition: all .25s ease;
}

#g-footer a:hover {
color: var(--colore-grigio);
  transition: all .25s ease;
}


#g-footer .jl-grid-margin.jl-first-column {
        margin-top: 5px;
    }

#g-footer span.g-menu-item-title {
    padding: 0 10px;
}

#g-footer ul li:not(:last-child) span.g-menu-item-title::after {
  content:"/";
  margin-left:18px;
}

.effetti .jl-light {
       box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.effetti .tm-timeline-item-main {
  width: calc(100% + 50px);
  clip-path: polygon(
    0 0,
    calc(100% - 50px) 0,
    100% 50%,
    calc(100% - 50px) 100%,
    0 100%
  );
}


#centra-effetti {
    display: grid;
    align-items: center;
}

#centra-effetti .tm-button {
width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#centra-effetti .jl-button-primary {
    font-size: 20px;
        padding: 30px 60px;
    text-transform: uppercase;
    font-weight: 600;
}

#g-testimonials a {
    color: var(--colore-bianco);
}



/* ===== HERO RAZOR (taglia.html) ===== */
.hero-razor {
  height: 290vh;
}

.hero-razor .sticky-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.razor-layout {
  width: min(1220px, 92vw);
  display: grid;
  grid-template-columns: minmax(320px, 820px) minmax(260px, 1fr);
  gap: 36px;
  align-items: center;
 font-family: "Quicksand";
}

.razor-svg {
  width: 100%;
  height: auto;
  display: block;
}

.razor-texts {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-self: center;
}

.razor-static,
.razor-dynamic {
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #111;
}

.razor-static {
  font-weight: 600;
  opacity: 0;
  transform: translateY(14px);
  will-change: opacity, transform;
}

.razor-dynamic-wrap {
  position: relative;
  min-height: 3.2em;
}

.razor-dynamic {
  position: absolute;
  inset: 0 auto auto 0;
  max-width: 18ch;
  font-weight: 400;
  opacity: 0;
  transform: translateY(16px);
  will-change: opacity, transform;
}

@media (max-width: 900px) {
  .razor-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .razor-dynamic {
    max-width: none;
  }
}

.scroll-mouse{
  width: 34px;
  height: 56px;
  border: 2px solid var(--colore-nero);
  border-radius: 24px;
  position: relative;
  margin: 0 auto; /* centra orizzontalmente */
}

.scroll-mouse::after{
  content: "";
  width: 5px;
  height: 10px;
  background: var(--colore-nero);
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  animation: wheel-scroll 1.4s infinite;
}

@keyframes wheel-scroll{
  0%{
    opacity: 1;
    top: 10px;
  }
  100%{
    opacity: 0;
    top: 24px;
  }
}

/* ===== HERO ANIM (anima.html) ===== */
.hero-anim {
  height: 260vh;
}

.hero-anim .sticky-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.anim-layout {
  width: min(1200px, 92vw);
  display: grid;
  grid-template-columns: minmax(300px, 760px) minmax(600px, 1fr);
  align-items: center;
  gap: 28px;
        font-family: "Quicksand";
}

.anim-svg {
  width: 100%;
  height: auto;
  display: block;
}

.anim-texts {
  display: flex;
  flex-direction: column;
  gap: 18px;
        align-self: center;
    font-weight: 900;
    text-transform: uppercase;
  font-size: clamp(20px, 2.5vw, 42px);
    line-height: 1;
}

.anim-line {
  opacity: 0;
  transform: translateY(18px);
  transition: none;
  font-size: clamp(18px, 2.2vw, 38px);
 text-transform: lowercase;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #1a1a1a;
  max-width: 30ch;
  will-change: opacity, transform;
}

@media (max-width: 900px) {
  .anim-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .anim-texts {
    max-width: 100%;
  }
  .anim-line {
    max-width: none;
  }
}

.page-header h1, #g-below h2, #g-above h2, #g-features h2, #g-testimonials h2 {
    font-weight: 700;
  display:flex;
  align-items:center;
  gap:16px;
 text-transform: uppercase;
}

.page-header h1::before, #g-below h2::before, #g-above h2::before, #g-features h2::before, #g-testimonials h2::before {
  content:"";
  display:block;
  width:50px;
  height:50px;
  max-height:50px;
  flex:0 0 auto;

  background-image:url("../../../images/loghi/blade-cutter.png");
  background-repeat:no-repeat;
  background-position:center left;
  background-size:contain;
}


.due-colonne{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:start;
}

.due-colonne > p{
  margin:0;
}

@media (max-width:900px){
  .due-colonne{
    grid-template-columns:1fr;
    gap:25px;
  }
}

.jl-card-primary  {
box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.tm-button .jl-button {
    line-height: 1.5;
    padding: 20px 30px;
 min-width: 250px;
box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}


.tm-button .jl-button:hover {
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}


.sidemenu .jl-dropnav {
padding: 20px 30px;
    min-width: 350px;
    background: linear-gradient(135deg, #0B7BD3 0%, #0868b2 100%);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.sidemenu .jl-dropnav li a{
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
    text-transform: uppercase;
  padding: 12px 0;
  transition: transform .2s ease, color .2s ease;
}

.sidemenu .jl-dropnav li a:hover{
  opacity: 0.9;
  transform: translateX(4px);
}

.sidemenu .jl-dropnav li a::before{
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.85rem;
  line-height: 1;
  flex: 0 0 auto;
}

.contenuto {
  max-width: 860px;
  padding-left: 40px;
}

.contenuto h1{
  position: relative;
    font-size: 2.5rem;
        font-weight: 500;
      margin: 60px 0 20px;
  padding-left: 96px;
  min-height: 60px;
  display: block;
  text-transform: uppercase;
    border-bottom: solid 1px #0b7bd3;
}


.contenuto h1::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 80px;
  height: 80px;

  background-image: url("../../../images/loghi/blade-cutter.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}

.contenuto h2{
  position: relative;
      margin: 60px 0 20px;
  padding-left: 66px;
  min-height: 50px;
  display: block;
  text-transform: uppercase;
}

.contenuto h2::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;

  background-image: url("../../../images/loghi/blade-cutter.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}

.contenuto p {
  margin: 0 0 0 80px;
}

.contenuto ul{
  margin: 10px 0 30px 90px;
  padding: 0 0 0 6px;
  list-style: none;
}

.contenuto ul li{
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 0 12px;
  line-height: 1.55;
}

.contenuto ul li::before{
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.95rem;
  color: #0B7BD3;
}
