/*=======================================================================

Template Name: treccani */
  
/*=== Google Fonts ===*/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&display=swap');

/*GENERAL*/
body{margin: 0;padding: 0;color: #333;font-family: 'Montserrat', sans-serif!important; width: 100%;
  max-width: 100%;background: #efefef}

body, html {overflow-x: hidden;}

a {color: inherit;}
a:hover,
a:focus,
ins {
  text-decoration:none;
  outline:none;
}

input,
textarea,
select,
button {border: 0;}
button,
input[type="submit"],
.fileContainer,
input[type="file"] {cursor: pointer;}
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus,
.form-wrp fieldset p a:focus,
.page-link:focus,
.btn.focus, 
.btn:focus,
.bootstrap-select .dropdown-toggle:focus {
  border-color: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
textarea {resize: none;}
main,
section,
footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  position:relative;
  width:100%;
}


.is-hidden{display: none;}



/* Titolo sezione scheda tecnica */
.title-area .scheda-titolo {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}
.title-area ul{text-align: left;}
h3.scheda-titolo {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;text-transform: uppercase;
}

/* Contenitore generale */
.scheda-tecnica {
    margin-top: 8px;
    border-radius: 4px;
    overflow: hidden; /* per far aderire bene gli sfondi alternati */
    font-size: 14px;
}

/* Singola riga */
.scheda-row {
    display: grid;
    grid-template-columns: 160px 1fr; /* colonna etichetta + colonna valore */
    gap: 16px;
    padding: 8px 14px;
    align-items: baseline;
}

/* Sfondo alternato */
.scheda-row:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.06);
}

.scheda-row:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.08);
}

/* Colonna etichetta */
.scheda-label {
    font-weight: 600;
    text-transform: none;
    opacity: 0.9;
}

/* Colonna valore */
.scheda-value {
    font-weight: 400;
}

.scheda-incentivi {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.scheda-incentivi li {
    background: rgba(0, 0, 0, 0.80);
    border-radius: 4px;
    padding: 10px 14px;
    transition: background 0.3s ease;
}

.scheda-incentivi li:hover {
    background: rgba(255, 255, 255, 0.15);
}

.scheda-incentivi a {
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.blocco-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.blocco-gallery .gallery-item figure {
    margin: 0;height: 250px;
}

.blocco-gallery .gallery-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.blocco-gallery .gallery-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.55));
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.blocco-gallery .gallery-thumb:hover::after {
    opacity: 1;
    transform: scale(1.05);
}

.blocco-gallery .gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blocco-gallery .gallery-thumb:hover img {
    transform: scale(1.06);
}

.blocco-gallery figcaption {
    margin-top: 12px;
    font-size: 0.9rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

/* Responsive: su mobile va a blocchi */
@media (max-width: 576px) {
    .scheda-row {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .scheda-label {
        font-size: 13px;
        opacity: 0.8;
    }
}

.box-img{height: 200px;
    margin-bottom: 20px;}


footer{background: #d4d4d4;color: #000;padding: 40px 0;}
footer h2{font-size: 65px;font-weight: 400; margin-bottom: 40px;text-transform: uppercase;letter-spacing: 12px;color: #474747}
footer h3{font-size: 18px;font-weight: 700; margin-bottom: 10px;text-transform: uppercase;color: #000}
footer p{color: #000;font-size: 15px;text-align: left;}
footer ul{padding: 0;}
footer li{list-style: none;text-transform: uppercase;color: #000;}
footer li a{color: #000;}

.logo-footer{width: 200px;margin-bottom: 30px}
.logo-footer img{width: 100%;object-fit: contain;}

a{text-decoration: none!important;}
a:hover{text-decoration: none!important;color: #b2b2b2;}
h1,h2,h3,h4,h5,h6{margin-bottom: 20px;}
p{margin-bottom: 20px!important;font-family: 'Montserrat', sans-serif!important;font-size: 16px;color: #333;text-align: justify; }

h2{font-weight: 700;font-size: 40px;line-height: 40px;}
h1{font-weight: 700;font-size: 40px;line-height: 40px;}

img{width: 100%;height: 100%!important;object-fit: cover;}
b{font-weight: 600;}
strong{font-weight: 600;}

.fixed{position: fixed;}
/*MARGIN*/
.m-0{margin: 0;}
.m-10{margin: 10;}
.m-20{margin: 20;}
.m-30{margin: 30;}
.m-40{margin: 40;}
.m-50{margin: 50;}

.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-80{margin-top: 80px!important;}

.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-80{margin-bottom: 80px!important;}

.mtb-10{margin: 10px 0;}
.mtb-20{margin: 20px 0;}
.mtb-30{margin: 30px 0;}
.mtb-40{margin: 40px 0;}
.mtb-50{margin: 50px 0;}
.mtb-60{margin: 60px 0;}
.mtb-70{margin: 70px 0;}
.mtb-80{margin: 80px 0;}
.mtb-90{margin: 90px 0;}



.m-center{margin: 0 auto!important;}

/*PADDING*/
.p-0{padding: 0px;}
.p-10{padding: 10px;}
.p-20{padding: 20px;}
.p-30{padding: 30px;}
.p-40{padding: 40px;}
.p-50{padding: 50px;}
.p-60{padding: 60px;}

.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}

.pt-220{padding-top: 220px;}

.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-50{padding-bottom: 50px;}

.ptb-10{padding: 10px 0;}
.ptb-20{padding: 20px 0;}
.ptb-30{padding: 30px 0;}
.ptb-40{padding: 40px 0;}
.ptb-50{padding: 50px 0;}
.ptb-70{padding: 70px 0;}

.plr-10{padding: 0 10px;}
.plr-20{padding: 0 20px;}
.plr-30{padding: 0 30px;}
.plr-40{padding: 0 40px;}
.plr-50{padding: 0 50px;}
.plr-180{padding: 0 180px;}


/*DISPLAY*/
.display-inline{display: inline-block;}
.display-block{display: block;}
.trecol{width: 30%;margin: 0 5px;}
.duecol{column-count: 2;column-gap: 20px; }
.quattrocol{column-count: 4;column-gap: 20px; }
.w-100{width: 100%;}
.w-70{width: 70%;}

/*ALIGN*/
.right{text-align: right;}
.center{text-align: center;}
.justify{text-align: justify;}
.left{text-align: left;}

/*SIZE*/
.size-20{font-size: 20px;line-height: 20px;}
.size-12{font-size: 12px;}
.size-10{font-size: 10px;}
.size-8{font-size: 8px;}
.size-15{font-size: 15px;}
.size-25{font-size: 25px;}
.size-30{font-size: 30px;line-height: 33px;}
.size-40{font-size: 40px;}
.size-50{font-size: 50px;}
.size-90{font-size: 90px;}

/*STYLE*/
.upp{text-transform: uppercase;}
.bold{font-weight: 700}
.radius-10{border-radius: 10px}
.text-shad{text-shadow: 1px 1px 3px #333;}

.flex{display: flex;gap:10px}
.grid{display: grid}

/*WEIGTH*/
.weight-200{font-weight: 200;}
.weight-300{font-weight: 300;}
.hero-slider-section {
  display: block;
  width: 100%;
  position: relative;
}
.hero-slider {
  width: 100%;
  min-height: 85vh;
  position: relative;
}
.hero-slide {
  position: relative;
  min-height: 85vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}
.hero-slide__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  max-width: 970px;
  padding: 0 1.5rem;
}
.hero-slide__subtitle {
  font-size: 1rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 1.5rem !important;
  color: rgba(255, 255, 255, 0.85);
}
.hero-slide__title {
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  line-height: 1.1;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #fff;
}
.hero-slide__btn {
  border-color: #fff;
  color: #0a0a0a;
  background-color: #fff;
  padding: 0.95rem 2.75rem;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.hero-slider-pagination {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}
.hero-slider-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: background 0.3s ease, transform 0.3s ease;
  margin: 0;
}
.hero-slider-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.15);
}
.hero-slider-nav {
  position: absolute;
  left: 50%;
  bottom: 6rem;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 2;
}
.hero-slider-nav button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.hero-slider-nav button:hover {
  background: #fff;
  color: #0b0b0b;
  border-color: #fff;
}
@media (max-width: 767px) {
  .hero-slide,
  .hero-slider {
    min-height: 70vh;
  }
  .hero-slide__subtitle {
    letter-spacing: 0.2em;
    font-size: 0.85rem;
  }
  .hero-slider-nav {
    bottom: 4.5rem;
  }
}
.weight-600{font-weight: 600;}

/*HEIGHT*/
.height-20{height: 20px;}
.height-200{height: 200px;}
.height-300{height: 300px;}
.height-400{height: 400px;}
.height-450{height: 450px;}
.height-490{height: 490px;}
.height-500{height: 500px;}
.height-600{height: 600px;}
.height-700{height: 700px;}

.line-height-70{line-height: 70px;}

/*COLOR*/
.color-white{color: #fff!important;}
.color-white p{color: #fff;}
.colr-blu{color: #1E70B7;}
.bckblu{background: #1E70B7;}
.bcklightgrey{background: #F3F3F3;}
.bckyellow{background: #FFC100;}
.bck-green{background: #365956;}
.color-princ{color: #365956}

.bg-color1 {background-color: #333;}
.bg-color1 .topbar-info-list > li, .bg-color5 .topbar-info-list > li {color: #d5d5d5;}
.bck-scuro-op{background-color: rgba(0,0,0,0.10)!important;}

.c-industriale{color:#C20000 }
.c-agricolo{color:#8CBC52 }
.c-sanitario{color:#1675D4 }
.c-dark{color:#333 }
.c-raccordi{color:#333 }
.c-sfere{color:#333 }
.c-accessori{color:#333 }

.border-industriale{border-bottom: 20px solid #C20000 }
.border-agricolo{border-bottom: 20px solid #8CBC52 }
.border-sanitario{border-bottom: 20px solid #1675D4 ;}
.border-dark{border-bottom: 20px solid #333 }
.border-raccordi{border-bottom: 20px solid #333 }
.border-sfere{border-bottom: 20px solid #333 }
.border-accessori{border-bottom: 20px solid #333 }

.bck-industriale{background:#C20000 }
.bck-agricolo{background:#8CBC52 }
.bck-sanitario{background:#1675D4 }
.bck-dark{background:#333 }
.bck-raccordi{background:#333 }
.bck-sfere{background:#333 }
.bck-accessori{background:#333 }

.bck-per-serbatoi{background:#C20000!important }
.bck-per-abbeveratoi{background:#8CBC52!important }
.bck-per-cassette-wc{background:#1675D4!important }

.border-per-serbatoi{border-color:#C20000!important }
.border-per-abbeveratoi{border-color:#8CBC52!important }
.border-per-cassette-wc{border-color:#1675D4!important }

/*CUSTOM*/

.tc-product-detail {
    background: #fff;
    color: #111;
}

.tc-breadcrumbs {
    color: #777;
}

.tc-product-gallery {
    background: #f7f7f7;
    border-radius: 8px;
}

.tc-product-main-image {
    overflow: hidden;
    border-radius: 8px;
}

.tc-product-main-image img {
    width: 100%;
    display: block;
}

.tc-product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: #d9001b;
    color: #fff;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    text-transform: uppercase;
}

.tc-product-thumb {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.tc-product-brand {
    color: #d9001b;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.tc-product-title {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
    font-weight: 800;
    margin-bottom: 16px;
}

.tc-product-subtitle {
    font-size: 17px;
    color: #333;
}

.tc-rating {
    color: #f5b400;
    font-weight: 700;
}

.tc-rating small {
    color: #333;
    margin-left: 8px;
}

.tc-mini-feature {
    min-height: 84px;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    padding: 14px;
    background: #fff;

    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.tc-mini-feature i {
    width: 40px;
    font-size: 34px;
    flex-shrink: 0;
}

.tc-mini-feature strong,
.tc-mini-feature span {
    width: calc(100% - 56px);
}

.tc-mini-feature strong {
    margin-bottom: 2px;
}

.tc-price-box {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 24px;
    position: sticky;
    top: 24px;
    background: #fff;
}

.tc-list-price {
    color: #555;
    text-decoration: line-through;
    font-size: 18px;
}

.tc-price-label {
    color: #d9001b;
    font-weight: 800;
    margin-bottom: 4px;
}

.tc-promo-price {
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 4px!important;
}

.tc-green-box {
    border: 1px solid #7aa77a;
    background: #f1f8ef;
    border-radius: 6px;
    padding: 18px;
    color: #256b32;margin-bottom: 20px;
}

.tc-green-box span {
    font-size: 23px;
    font-weight: 800;
}

.tc-main-cta {
    background: #d9001b;
    border-color: #d9001b;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px 18px;
}

.tc-service-list {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}

.tc-service-list li {
    margin-bottom: 10px;
}

.tc-benefits {
    background: #f8f8f8;
}

.tc-benefit {
    border-right: 1px solid #ddd;
    padding: 10px 24px;
}

.tc-benefit h2 {
    font-size: 20px;
    font-weight: 800;
}

.tc-benefit p {
    color: #555;
    margin-bottom: 0;
}

.tc-card,
.tc-optional-box,
.tc-incentive-box {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
}

.tc-card h2,
.tc-incentive-box h2,
.tc-section-title {
    font-size: 20px;line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.tc-spec-table{font-size: 13px;}
.tc-spec-table th {
    font-weight: 500;
    color: #555;
    width: 60%;
}

.tc-spec-table td {
    font-weight: 700;
}

.tc-incentive-box {
    background: #eef7ea;
}

.tc-incentive-price {
    color: #23823c;
    font-size: 38px;
    font-weight: 800;
}

.tc-optional-box h3 {
    font-size: 20px;
    font-weight: 800;
}

.tc-optional-price {
    color: #d9001b;
}

.accordion-button {
    font-weight: 600;
}

.elenco-ct{padding: 0;margin: 0;}
.elenco-ct li{list-style: none;font-size: 13px;
    line-height: 14px;
    margin-bottom: 10px;}

.note{    margin: 20px 0;
    display: block;
    font-size: 15px;
    line-height: 18px;}

@media (max-width: 991px) {
    .tc-price-box {
        position: static;
    }

    .tc-benefit {
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }
}
.gallery-item img{width: 100%;height: auto;}


.content-page{padding: 60px 0 0;}

.pin-loc{width: 80px;height: 80px;padding: 10px;color: #fff;}
.logo-marchio{width: 80px;height: 80px;padding: 10px;background: #fff;}
.logo{}

.language{margin: 0 ; font-size: 20px;}
.language a{color: #FFF}
.language a:hover{color: #365956;}
.language a:active{font-weight: 700; color: #365956;}

.topbar{}
.hero-interna{background-size: cover;background-position: center;background: #555;margin-bottom: 40px ;padding: 20px;}
.content-head{padding: 90px 0 50px;position: relative;z-index: 2;}
.content-head h1{color: #ccc;font-size: 50px;text-transform: uppercase;line-height: 50px;max-width: 900px;}
.content-head p{color: #fff}
.titolo-head{    margin-top: 80px;
text-transform: uppercase;
color: #fff;
font-size: 40px;
font-weight: 900;
margin-bottom: 20px;}
.overlay-green{    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: .4;}
.breadcrumbs{color: #fff; text-transform: uppercase; font-size: 12px;padding-left: 0;}
.breadcrumbs a{color: #fff;}


.tc-product-detail {
    background: #fff;
}

.tc-product-gallery img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.tc-product-main-image {
    border-radius: 10px;
    overflow: hidden;height: 460px;
}

.tc-product-thumb {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.tc-product-brand {
    color: #e30613;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
}

.tc-product-title {
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.05;
    font-weight: 900;
    color: #0b0d17;
}

.tc-product-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.tc-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f5a400;
    font-size: 18px;
}

.tc-rating small {
    color: #222;
    font-weight: 700;
}



.tc-incentivo-btn {
    width: 100%;
    background: #198754;
    color: #FFF;
    border: 0;
    border-radius: 8px;
    padding: 16px;
    font-weight: 700;
}
.tc-incentivo-btn:hover{background: #006c34;}

.tc-price-box {
    position: sticky;
    top: 24px;
    border: 1px solid #e2e4e8;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.04);
}

.tc-price-muted {
    color: #777;
    margin-bottom: 6px;
}

.tc-list-price {
    color: #555;
    text-decoration: line-through;
    font-size: 22px;
    margin-bottom: 28px;
}

.tc-price-label {
    color: #e30613;
    font-weight: 900;
    font-size: 17px;
    line-height: 1.4;
}

.tc-promo-price {
    font-size: 35px;
    line-height: 1;
    font-weight: 900;
    color: #2b2b2f;
    margin: 14px 0 6px;
}

.tc-promo-price span {
    font-size: 16px;
    font-weight: 800;
}

.tc-price-note {
    color: #555;
    margin-bottom: 24px;
}

.tc-thermal-box {
    border: 1px solid #80b98e;
    border-radius: 8px;
    background: #f5fbf4;
    overflow: hidden;
}

.tc-thermal-box > strong,
.tc-thermal-box > p,
.tc-thermal-box > ul,
.tc-thermal-value {
    padding-left: 22px;
    padding-right: 22px;
}

.tc-thermal-box > strong {
    display: block;
    padding-top: 22px;
    color: #13803b;
    font-size: 18px;
}

.tc-thermal-box p {
    margin: 6px 0 16px;
    color: #666;
}

.tc-thermal-value {
    color: #13803b;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 18px;
}

.tc-thermal-box ul {
    list-style: none;
    padding-bottom: 22px;
    margin: 0;
}

.tc-thermal-box li {
    margin-bottom: 12px;
    color: #333;
}

.tc-thermal-box li::before {
    content: "✓";
    color: #13803b;
    font-weight: 900;
    margin-right: 10px;
}

.tc-final-price {
    background: linear-gradient(135deg, #188c47, #006c34);
    color: #fff;
    padding: 20px;border-radius: 8px
}

.tc-final-price span {
    display: block;
    font-weight: 800;
    margin-bottom: 10px;
}

.tc-final-price strong {
    font-size: 48px;
    line-height: 1;
}

.tc-final-price small {
    font-weight: 800;
}

.tc-incentive-note {
    color: #666;
    font-size: 13px;
    margin: 14px 0 24px;
}

.tc-red-cta,
.tc-whatsapp-cta {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    padding: 16px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 14px;
}

.tc-red-cta {
    background: #e30613;
    color: #fff;
}

.tc-whatsapp-cta {
    border: 1px solid #1ba85b;
    color: #1ba85b;
    background: #fff;
    text-transform: none;
}

.prodcard__media img{object-fit: contain;}

.apps-filter__list{padding: 0; margin: 0;}

.apps-filter__list li { list-style:none; margin:0 0 12px; }

/* il link diventa il contenitore orizzontale */
.apps-filter__link{
  display:flex;
  align-items:center;
  gap:12px;              /* spazio tra icona e testo */
  background:#fff;
  padding:10px 12px;
  border-radius:8px;
  text-decoration:none;
  color:inherit;
}
.is-active.apps-filter__link {
               /* spazio tra icona e testo */
  background:#333;
 
  color:#FFF;
}

/* icona */
.ico-app,
.apps-filter__icon{      /* se usi già questa classe per l'immagine */
  flex:0 0 50px;         /* larghezza fissa 50px */
  width:50px;
  height:50px;           /* opzionale se vuoi box quadrato */
  display:flex;
  align-items:center;
  justify-content:center;
}
.ico-app img,
.apps-filter__icon img{
  max-width:100%;
  height:auto;
  display:block;
}

.nav-child{    position: absolute;
margin-top: -20px;
z-index: 999;}
.nav-child ul{padding: 0;margin: 0;}
.nav-child li{display: inline-block;
margin-right: 20px;
background: #fff;
padding: 10px 20px;
text-transform: uppercase;
font-size: 20px;
font-weight: 700;}
.nav-child li a{color: #000}
.sottomenuattivo{color: #FFF;background: red!important;}

.utilita{    margin-top: 20px;
    position: absolute;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;}

/* testo */
.text-app{ flex:1; line-height:1.25; }

.motivo-box{background: #fff;padding: 20px;min-height: 220px}
.motivo-box p{text-align: left;}
.motivo-box h2{font-size: 20px;line-height: 22px;}


/* Variabile colore (cambiala se hai un brand green diverso) */
:root { --staff-green: #38a169; } /* fallback verde */

.img-staff {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  isolation: isolate; 
	height: 250px;
}

/* immagine: leggero zoom in hover */
.img-staff img {
  display: block;
  width: 100%;
  height: 100%;
	object-fit: cover;
  transition: transform .45s ease;
  transform: translateZ(0);
}

/* overlay verde */
.img-staff::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);                /* base trasparente */
  background: linear-gradient(
    0deg,
    color-mix(in srgb, var(--staff-green) 85%, transparent) 0%,
    color-mix(in srgb, var(--staff-green) 70%, transparent) 100%
  );
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 1;
}

/* contenuto: fuori dallo schermo in basso */
.caption-staff {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px 18px;
  color: #fff;
  transform: translateY(100%);
  opacity: 0;
  transition: transform .35s ease, opacity .35s ease;
  will-change: transform, opacity;
}

.caption-staff h2 {
  margin: 0 0 4px;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.2;
  font-weight: 700;
}
.caption-staff p {
  margin: 0;
  font-size: .95rem;
  opacity: .95;color: #fff;
}

/* Stati attivi: hover e focus (tastiera/touch) */
.img-staff:hover img,
.img-staff:focus-within img {
  transform: scale(1.04);
}
.img-staff:hover::after,
.img-staff:focus-within::after {
  opacity: .92;
}
.img-staff:hover .caption-staff,
.img-staff:focus-within .caption-staff {
  transform: translateY(0%);
  opacity: 1;
}

/* Riduci animazioni per chi lo richiede */
@media (prefers-reduced-motion: reduce) {
  .img-staff img,
  .img-staff::after,
  .caption-staff {
    transition: none !important;
  }
}


 /* ----- Card componente ----- */
.famcards { row-gap: 24px; }

.famcard{
  position: relative;
  background: #EEF1F3;            /* grigio chiaro del contenitore */
  border: 1px solid #e6e8ea;
  border-radius: 14px;
  overflow: visible;               /* serve per far "sbordare" il badge */
}

.famcard__link{
  display: block;
  color: inherit;
  text-decoration: none;
}

/* immagine in alto */
.famcard__figure{
  position: relative;
  margin-bottom: 0;   /* angoli arrotondati solo sopra */
}
.famcard__img{
  width: 100%;
  height: 260px;                   /* adatta alla tua UI */
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .35s ease;
}
.famcard:hover .famcard__img{ transform: scale(1.05); }

.famcard__figure.is-greenveil::after{
  content:"";
  position:absolute;
  inset:0;
  background:#0aa36d;          /* verde velatura */
  opacity:.4;                 /* intensità velatura */
  mix-blend-mode:multiply;     /* mantiene luci/ombre della foto */
  pointer-events:none;
  transition:opacity .25s ease;
  z-index:1;                   /* sopra l'immagine */
}

/* hover: togli la velatura */
.famcard__figure:hover .is-greenveil::after{ opacity:0; }

/* accessibilità tastiera (facoltativo) */
.famcard__figure:focus-within .is-greenveil::after{ opacity:0; }

/* badge icona che "galleggia" tra foto e box */
.famcard__badge{
  position: absolute;
  right: 24px;
  bottom: -46px;                   /* negativo = sovrappone il box bianco */
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #5f6368;            /* tondo grigio scuro */
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  z-index: 2;                      /* sopra al contenuto */
}
.famcard__badge-img{
  max-width: 66%;
  height: auto;
  display: block;
  filter: invert(1) grayscale(1);  /* icone chiare sopra badge scuro */
  opacity: .95;
}

/* pannello bianco con testo */
.famcard__content{
  position: relative;
  z-index: 1;                      /* sotto al badge */
  background: #fff;
  padding: 28px 24px 24px;
  box-shadow: inset 0 1px 0 rgba(0,0,0,.03);
}
.famcard__content h2{font-size: 30px;line-height: 25px;}
.famcard__content h2 span{font-size: 20px;}
.famcard__kicker{
  font: 700 .85rem/1.2 system-ui, sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}

.famcard__title{
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 2rem;                 /* 32px circa */
  line-height: 1.1;
  color: #111827;
}

.famcard__subtitle{
  margin: 0 0 18px;
  font-size: 1.125rem;             /* 18px */
  color: #0f172a;
  opacity: .85;
}

.famcard__excerpt{
  margin: 0 0 18px;
  color: #374151;
  line-height: 1.6;
}

.famcard__cta{
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.famcard:hover .famcard__cta{ text-decoration: underline; }

/* accessibilità focus */
.famcard__link:focus-visible{
  outline: 3px solid #0ea5e9;
  outline-offset: 3px;
  border-radius: 14px;
}

/* ----- Responsive ----- */
@media (max-width: 992px){
  .famcard__img{ height: 220px; }
  .famcard__badge{
    right: 18px;
    bottom: -38px;
    width: 96px; height: 96px;
  }
  .famcard__content{ padding: 24px 20px 20px; }
  .famcard__title{ font-size: 1.65rem; }
  .famcard__subtitle{ font-size: 1rem; }
}

@media (max-width: 576px){
  .famcard__img{ height: 200px; }
  .famcard__badge{
    right: 14px;
    bottom: -32px;
    width: 84px; height: 84px;
  }
}
.heroInterna{position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  min-height: 300px; }
.prod-hero__title{
    display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;             
  margin-top: 24px;
  margin-bottom: 0;
}
.prod-hero__icon{
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  margin: 0;
  display: grid;
  place-items: center;
}
.prod-hero__icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prod-hero__text{
  text-transform: uppercase;
  font-weight: 800;
  font-size: 40px;  /* grande come nel mock */
  line-height: 1.05;
  width: auto;                        /* non limitarlo al 70% */
  color: #fff;
	display: block;         /* non inline */
  flex: 1 1 0;            /* occupa tutto lo spazio libero */
  min-width: 0;           /* IMPORTANTISSIMO: consente il wrap nei flex item */
  white-space: normal;    /* annulla eventuali nowrap globali */
  overflow-wrap: anywhere;/* forza il capo anche su parole lunghe */
  word-break: normal;
  hyphens: auto;
}

#mega-menu-wrap-header-menu{width: 100%!important;}
#mega-menu-wrap-header-menu{text-align: right!important;background: none!important;}
#mega-menu-wrap-header-menu #mega-menu-header-menu {text-align: right!important;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{border-bottom: 2px solid #333;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{background: none!important;text-transform: uppercase!important;}


/* Topbar */
.topbar{ inset:0 0 auto 0; z-index:1000; min-height:80px;}
.topbar--green{
  background: var(--glass);
  -webkit-backdrop-filter: saturate(120%) blur(4px);
  backdrop-filter: saturate(120%) blur(4px);
}

/* Spazio centrale compensato dai flag laterali */
.topbar .topbar-inner{ padding-left: 120px; padding-right: 120px; }

/* Flag sinistro (bianco) */
.brand-flag{
  position:absolute; top:0; height:80px; display:flex; align-items:center; justify-content:center;
  padding:0 16px;
}
.brand-flag--white{ left:0; width:100px; height:80px; background:#fff; }
.brand-flag__inner{ display:flex; align-items:center; justify-content:center; width:100%; height:100%; padding:0 12px; }
.brand-flag__mark{ max-height:66px; width:auto; }
.brand-flag__logo{ max-height:56px; width:auto; }

.logo-inline{ display:flex; align-items:center; margin-right:24px; padding-top: 15px;}
.logo-inline__img{ height:56px; width:auto; display:block; }

/* Flag destro (verde) con pin */
.actions-flag{ position:absolute; top:0; right:0; height:80px; width:110px; display:flex; }
.actions-flag--green{ background: var(--green-700); }
.actions-flag .drawer-toggle{
  background:transparent; border:0; color:#fff; width:100%; height:100%; font-size:24px; cursor:pointer;
}
.actions-flag .drawer-toggle:focus{ outline:2px dashed rgba(255,255,255,.7); outline-offset:2px; }

/* Menu centrale */
.menu{ display:flex; justify-content:center; }
.menu .header-menu{
  list-style:none; margin:0 auto; padding:0; display:flex; gap:28px; align-items:center;
}
.menu .header-menu > li > a{
  color:#e9f0ed; text-decoration:none; text-transform:uppercase; letter-spacing:.05em;
  font-weight:600; line-height:80px; display:inline-block; position:relative;
}
.menu .header-menu > li.current-menu-item > a::after,
.menu .header-menu > li > a:hover::after{
  content:""; position:absolute; left:0; right:0; bottom:14px; height:2px; background:#e9f0ed;
}

/* Azioni a destra (lente + lingua) */
.right-actions{ display:flex; align-items:center; gap:18px; margin-left:24px; }
.search-trigger{ color:#fff; font-size:20px; text-decoration:none; }
.search-trigger:hover{ opacity:.85; }
.lang-switch img, .lang-switch .lang-fallback img{ display:block; width:26px; height:18px; object-fit:cover; border-radius:2px; }

/* Drawer laterale (identico, ma accenti verdi) */
.info-drawer{
  position:fixed; top:0; right:0; height:100vh; width:420px; max-width:92vw;
  background:#fff; z-index:1100; transform:translateX(100%); transition:transform .35s ease;
  box-shadow:-16px 0 40px rgba(0,0,0,.18); display:flex; flex-direction:column;
}
.info-drawer.is-open{ transform:translateX(0); }
.drawer-close{
  position:absolute; top:14px; right:14px; background:transparent; border:0; font-size:22px; cursor:pointer; color:#333;
}
.drawer-scroll{ overflow:auto; padding:60px 28px 28px; height:100%; }
.drawer-section h3{ font-size:24px; margin:0 0 10px; font-weight:700; color:#1a1a1a; }
.drawer-section p{ color:#5e666b; margin:0 0 18px; }
.contact-list{ list-style:none; padding:0; margin:10px 0 18px; display:grid; gap:14px; }
.contact-list li{ display:grid; grid-template-columns:28px 1fr; gap:12px; align-items:start; }
.contact-list .ico{ width:28px; height:28px; border-radius:6px; background:var(--green-700); color:#fff;
  display:inline-flex; align-items:center; justify-content:center; font-size:12px; margin-top:2px; }
.contact-list strong{ display:block; color:#1a1a1a; }
.muted{ color:#7a7f87; font-size:14px; }
.social{ display:flex; gap:10px; margin-top:12px; }
.social li{list-style: none;font-size: 20px;color: #000; }


/* WRAPPER TIMELINE */
.blocco-timeline .timeline {
	position: relative;
	padding-left: 90px;          /* spazio per linea + quadrato */
	padding-bottom: 10px;       /* spazio per il tratteggio finale */
}

/* LINEA CONTINUA (parte alta) */
.blocco-timeline .timeline::before {
	content: "";
	position: absolute;
	left: 20px;                  /* posizione della linea */
	top: 0;
	bottom: 75px;                /* dove finisce la parte continua */
	border-left: 10px solid #d3d3d3;   /* colore e spessore linea */
}

/* TRATTEGGIO FINALE */
.blocco-timeline .timeline::after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 0;
	height: 70px;                /* lunghezza tratteggio */
	border-left: 10px dashed #d3d3d3;
}

/* SINGOLA VOCE */
.blocco-timeline .timeline-item {
	position: relative;
	margin-bottom: 80px;         /* distanza tra voci */
}

/* QUADRATO ROSSO */
.blocco-timeline .timeline-item::before {
	content: "";
	position: absolute;
	left: -50px;
	top: 0;                 /* verticale rispetto all’anno, regola a gusto */
	width: 42px;
	height: 42px;
	background: #c62828;         /* rosso */
	transform: translate(-50%, 0%); /* centra il quadrato sulla linea */
}

/* TESTO ANNO / DESCRIZIONE */
.blocco-timeline .timeline-item .anno {
	font-size: 3rem;
	font-style: italic;
	line-height: 1.1;
	margin-bottom: 0.25em;font-family: var(--title-font2);
}

.blocco-timeline .timeline-item .testo {
	font-size: 1rem;
	line-height: 1.5;
	max-width: 320px;            /* per avere colonne strette tipo layout che hai mostrato */
}


.valori{}
.valori p{text-align: center;}
.valori h2{font-size: 25px;font-weight: 700;margin-bottom: 20px;text-transform: uppercase;line-height: 25px;}
/* Backdrop */
.drawer-backdrop{ position:fixed; inset:0; background:rgba(0,0,0,.4); z-index:1090; }
.drawer-backdrop[hidden]{ display:none; }

/* Utility */
.sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }

/* Responsive */
@media (max-width: 1100px){
  .topbar .topbar-inner{ padding-left: 160px; padding-right: 110px; }
  .brand-flag--white{ width:160px; height:72px; }
  .logo-inline__img{ height:32px; }
  .actions-flag{ width:100px; height:72px; }
  .menu .header-menu{ gap:22px; }
  .menu .header-menu > li > a{ line-height:72px; }
}
@media (max-width: 860px){
  .menu{ display:none; }
  .right-actions{ margin-left:auto; }
  .logo-inline{ display:none; } /* in mobile toglilo, altrimenti stringe troppo il menu */
  .topbar .topbar-inner{ padding-left: 150px; padding-right: 100px; }
  .brand-flag--white{ width:150px; height:64px; }
  .actions-flag{ width:90px; height:64px; }
}
.main-menu__search {text-align: center;display: inline-grid;align-items: center;font-size: 30px;color: #FFF;-webkit-transition: all 500ms ease;transition: all 500ms ease;border:3px solid;width: 60px;height: 60px;border-radius: 50%;margin: 15px 0;}
.main-slider{ position:relative; display:block; z-index:2}
.main-slider .swiper-slide{ position:relative; }
.main-slider .container{ position:relative; padding-top:330px; padding-bottom:240px; z-index:30}
.main-slider .image-layer{ position:absolute; top:0; right:0; bottom:0; left:0; background-repeat:no-repeat; background-size:cover; background-position:left center; -webkit-transform:scale(1); transform:scale(1); mix-blend-mode:normal; opacity:0.5; -webkit-transition:opacity 1500ms ease-in,-webkit-transform 7000ms ease; transition:opacity 1500ms ease-in,-webkit-transform 7000ms ease; transition:transform 7000ms ease,opacity 1500ms ease-in; transition:transform 7000ms ease,opacity 1500ms ease-in,-webkit-transform 7000ms ease; z-index:1}
.main-slider .swiper-slide-active .image-layer{ -webkit-transform:scale(1.15); transform:scale(1.15)}
.main-slider__content{ position:relative; display:block; text-align:left}
.main-slider__content h1{color: #fff;text-transform: uppercase;font-size: 25px;}
.main-slider__content p{ color: #fff;font-size: 55px;line-height: 50px;text-transform: uppercase;}
.main-slider__text{ position:relative; display:inline-block; font-size:20px; color:#FFF; font-weight:400; line-height:30px; opacity:0; visibility:hidden; -webkit-transform:translateY(-120px); transform:translateY(-120px); -webkit-transition-delay:1000ms; transition-delay:1000ms; -webkit-transition:opacity 2000ms ease,-webkit-transform 2000ms ease; transition:opacity 2000ms ease,-webkit-transform 2000ms ease; transition:transform 2000ms ease,opacity 2000ms ease; transition:transform 2000ms ease,opacity 2000ms ease,-webkit-transform 2000ms ease}
.main-slider__title{ position:relative; font-size:65px; color:#FFF; font-weight:700; line-height:75px; margin-bottom:29px; opacity:0; visibility:hidden; -webkit-transform:translateY(-120px); transform:translateY(-120px); -webkit-transition-delay:1000ms; transition-delay:1000ms; -webkit-transition:opacity 2000ms ease,-webkit-transform 2000ms ease; transition:opacity 2000ms ease,-webkit-transform 2000ms ease; transition:transform 2000ms ease,opacity 2000ms ease; transition:transform 2000ms ease,opacity 2000ms ease,-webkit-transform 2000ms ease}
.main-slider__btn-box{ position:relative; display:flex; align-items:center; margin-top:41px; opacity:0; visibility:hidden; -webkit-transform:translateY(120px); transform:translateY(120px); -webkit-transition-delay:1000ms; transition-delay:1000ms; -webkit-transition:opacity 2000ms ease,-webkit-transform 2000ms ease; transition:opacity 2000ms ease,-webkit-transform 2000ms ease; transition:transform 2000ms ease,opacity 2000ms ease; transition:transform 2000ms ease,opacity 2000ms ease,-webkit-transform 2000ms ease}
.main-slider__btn{  color:#FFF;    padding: 20px;text-transform: uppercase;font-weight: 700;}

.main-slider__btn:before{ background-color:#000}
.main-slider .swiper-slide-active .main-slider__title, 
.main-slider .swiper-slide-active .main-slider__text, 
.main-slider .swiper-slide-active .main-slider__btn-box{ visibility:visible; opacity:1; -webkit-transform:translateY(0) translateX(0); transform:translateY(0) translateX(0)}
.main-slider__nav{ position:absolute; top:50%; left:50%; z-index:100; transform:translateY(-50%) translateX(-50%); display:flex; align-items:flex-end; flex-direction:column; max-width:1200px; width:100%; padding:0 15px; height:0; line-height:0}
.main-slider__nav .swiper-button-next, 
.main-slider__nav .swiper-button-prev{ position:relative; top:auto; left:auto; right:auto; bottom:auto; z-index:100; width:50px; height:50px; display:grid; justify-content:center; align-items:center; font-size:18px; color:rgba(255, 255, 255, 0.5); border:2px solid rgba(255, 255, 255, 0.5); border-radius:50%; margin:0; text-align:center; transition:all 500ms ease; padding:23px 0}
.main-slider__nav .swiper-button-next:hover, 
.main-slider__nav .swiper-button-prev:hover{ color:rgba(255, 255, 255, 1); border:2px solid rgba(255, 255, 255, 1)}
.main-slider__nav .swiper-button-next::after, 
.main-slider__nav .swiper-button-prev::after{ display:none}
.main-slider__nav .swiper-button-prev{ margin-bottom:10px;}

:root{ --brand-red:#e21a1a; } /* cambia col tuo rosso ufficiale */

/* Applica questa classe all'elemento che vuoi “punzonare” */
.red-dot{
  /* opzionale, evita che il pallino cada a capo separandosi dall’ultima parola */

}

.red-dot::after{
  content: "";
  display: inline-block;
  width: .2em;   /* dimensione del punto, scala con il font */
  height: .2em;
  margin-left: .1em;
  background: var(--brand-red);
  border-radius: 50%;
  vertical-align: .00em; /* micro-allineamento al testo */
  aria-hidden: true;
}

/* Varianti di taglia, se ti servono */
.red-dot--sm::after{ width:.15em; height:.15em; }
.red-dot--lg::after{ width:.62em; height:.62em; }
.wp-block-paragraph.is-style-red-dot,
.wp-block-heading.is-style-red-dot{
  
}
.wp-block-paragraph.is-style-red-dot::after,
.wp-block-heading.is-style-red-dot::after{
  content:"";
  display:inline-block;
  width:.48em;height:.48em;margin-left:.28em;
  background:var(--brand-red);border-radius:50%;vertical-align:.06em;
}
.punti-focali{margin-top: -80px;margin-bottom: 50px;position: relative;z-index: 99}
.box-punto-f-home{background: #fff;padding: 15px;}
.box-punto-f-home h2{text-transform: uppercase;font-size: 18px;font-weight: 700;line-height: 20px;}
.box-punto-f-home p{font-size: 12px;}
.button-cta{color: #fff;margin: 0;padding: 15px;text-transform: uppercase;display: block;width: fit-content;}

/* griglia generale */
.apps-prods{ padding:48px 0 64px; }
.apps-prods__grid{ margin:0 auto; padding:0 24px;display:grid; gap:42px; }

/* card */
.prodcard{ box-shadow:0 6px 22px rgba(0,0,0,.10);
  overflow:visible; display:flex; flex-direction:column;
}
.prodcard__body{padding: 10px;}

/* bandina superiore */
.prodcard__band{
  position:relative; background:#4a4a4c; color:#cfd2d6;
  padding:10px 18px; font-size:12px;  text-transform:uppercase;
}
.prodcard__icon{
  position:absolute; right:14px; top:50%; transform:translateY(-50%);
  width:50px; height:50px; border-radius:50%;
   display:grid; place-items:center; box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.prodcard__icon-img{ width:55px; height:55px;  }

.prodcard__icon.dot--green::after{ background:#2e7d32; }
.prodcard__icon.dot--blue::after{  background:#1976d2; }

/* header titolo */
.prodcard__head{ padding:16px 18px 8px;min-height: 120px; }
.prodcard__serie{    font-size: 14px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 45px;}
.prodcard__title{margin:0; font-size:20px; line-height:1.2; font-weight:800;}
.prodcard__title a{color: #000}

/* immagine */
.prodcard__media{ display:block; background:#FFF; height: 270px}
.prodcard__image{ width:100%; height:100%; display:block;object-fit: contain}

/* box grigio */
.prodcard__desc{ background:#dedfe1; padding:16px 18px 18px;display: flow; }
.prodcard__desc h3{ font-size: 15px;margin-bottom: 5px;font-weight: 700 }
.prodcard__desc-h{
  margin:0 0 20px; font-size:18px; font-weight: 700; text-transform:uppercase; color:#0f0f10;
}
.prodcard__bullets{ margin:8px 0 0 18px; }
.prodcard__bullets li{ margin:6px 0; }

/* CTA a tutta larghezza */
.prodcard__cta{
  display:flex; align-items:center; gap:10px;
  background:#4a4a4c; color:#fff; text-decoration:none; font-weight:800; text-transform:uppercase;
  padding:14px 18px; margin-top:auto;
}
.prodcard__cta .dot{
  width:12px; height:12px; border-radius:50%; background:#e53935; display:inline-block;
}
.prodcard__cta .dot.dot--green{ background:#2e7d32; }
.prodcard__cta .dot.dot--blue{  background:#1976d2; }

.prodcard__tag{    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
    display: block;
    text-transform: uppercase;}

/* responsive */
@media (max-width:1024px){ .apps-prods__grid{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px; } }
@media (max-width:640px){ .apps-prods__grid{ grid-template-columns:1fr; gap:24px; padding:0 16px; } .prodcard__title{ font-size:22px; } }

/* ====== Sezione / layout ====== */

/* CONTENITORE GENERALE */
.blocco-text-image .two-col {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* COLONNE */
.blocco-text-image .two-col .col {
    flex: 1;
}

/* IMMAGINE RESPONSIVA */
.blocco-text-image .two-col .immagine img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px; /* opzionale */
}

/* ----- VARIANTE: IMMAGINE A DESTRA ----- */
.layout-img-right .two-col {
    flex-direction: row; /* testo a sinistra, immagine a destra */
}

/* ----- VARIANTE: IMMAGINE A SINISTRA ----- */
.layout-img-left .two-col {
    flex-direction: row-reverse; /* immagine a sinistra, testo a destra */
}

/* RESPONSIVE (stack su mobile) */
@media (max-width: 768px) {
    .layout-img-left .two-col,
    .layout-img-right .two-col {
        flex-direction: column;
        text-align: left;   /* puoi cambiarlo in center se vuoi */
    }
}

.applicazioni-home {
padding: 56px 0 72px;
}
.app-grid {

max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap:40px;
}

/* ====== Card ====== */
.app-card {
background: #fff;
box-shadow: 0 6px 22px rgba(0,0,0,.10);;
overflow: hidden;
display: flex;
flex-direction: column;
transition: transform .2s ease, box-shadow .2s ease;
}
.app-card__link {
display: block;
color: inherit;
text-decoration: none;
}
.app-card:hover { 
transform: translateY(-2px);
box-shadow: 0 10px 28px rgba(0,0,0,.14);
}
/* Velatura verde sulle immagini delle applicazioni */
.app-card__media.is-greenveil { position: relative; }

.app-card__media.is-greenveil::after{
  content:"";
  position:absolute;
  inset:0;
  background:#0aa36d;          /* verde velatura */
  opacity:.4;                 /* intensità velatura */
  mix-blend-mode:multiply;     /* mantiene luci/ombre della foto */
  pointer-events:none;
  transition:opacity .25s ease;
  z-index:1;                   /* sopra l'immagine */
}

/* layering corretto */
.app-card__image{ position:relative; z-index:0; }
.app-card__icon{ position:absolute; z-index:2; }

/* hover: togli la velatura */
.app-card:hover .app-card__media.is-greenveil::after{ opacity:0; }

/* accessibilità tastiera (facoltativo) */
.app-card:focus-within .app-card__media.is-greenveil::after{ opacity:0; }

/* ====== Media (immagine + badge) ====== */
.app-card__media {
position: relative;
aspect-ratio: 16 / 11; /* rapporto simile al mockup */
overflow: visible;
background: #e9edf1;
}
.app-card__image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transform: scale(1);
transition: transform .4s ease;
}
.app-card:hover .app-card__image { transform: scale(1.03); }

/* Badge tondo sovrapposto in basso a destra dell'immagine */
.app-card__icon {
position: absolute;
right: 20px;
bottom: -45px;         
width: 95px;
height: 95px;
border-radius: 50%;
display: grid;
place-items: center;
box-shadow: 0 8px 18px rgba(0,0,0,.18);
z-index: 2;
}
.app-card__icon-img {
width: 95px;
height: 95px;
}

/* Puntino colorato sul bordo del badge (rosso/verde/blu come nel mockup) */
.app-card__icon::after {
content: "";
position: absolute;
right: -6px;
bottom: 10px;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--dot-color);
}
.app-card__icon.dot--green { --dot-color: #2e7d32; }
.app-card__icon.dot--blue  { --dot-color: #1976d2; }
.app-card__icon.dot--red   { --dot-color: #e53935; }

/* ====== Corpo card ====== */
.app-card__body {
padding: 22px 24px 24px;
}
.app-card__kicker {
font-size: 12px;
line-height: 1.2;
color: #7a7f87;
text-transform: uppercase;
letter-spacing: .12em;
margin-bottom: 12px;
}
.app-card__title {
margin: 0 0 10px;
font-size: 15px;
line-height: 1.28;
font-weight: 400;
color: #0f0f10;
}
.app-card__title strong {
display: block;         /* manda la parte in grassetto a capo */
font-weight: 700;
	font-size: 22px;
}
.app-card__cta {
display: inline-block;
margin-top: 10px;
font-size: 13px;
font-weight: 800;
letter-spacing: .04em;
color: #0f0f10;
}

/* ====== Responsive ====== */
@media (max-width: 1024px) {
.app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
}
@media (max-width: 640px) {
.app-grid { grid-template-columns: 1fr; gap: 24px; padding: 0 16px; }
.app-card__icon { right: 16px; bottom: -22px; width: 56px; height: 56px; }
.app-card__title { font-size: 20px; }
}

/* ===== Base layout ===== */
.hero-splash{
  position: relative;
padding: 50px 0;
	overflow: hidden;
}
.hero-splash__media{
  position:absolute;
  top:0; right:0; bottom:0;
  width:100%;
  pointer-events:none;
}
.hero-splash__media img{
  position:absolute;
  inset:0;
  width:100%; height:100%;
  object-fit: cover;
  transform-origin: center right;
}

/* contenitore per centrare verticalmente la card */
.hero-splash__inner{
  position:relative;
  height:100%;
 
	
}
.is-active a{color: #FFF!important;text-decoration: none!important;}
/* ===== Card bianca sovrapposta ===== */
.hero-splash__card{
  background:#fff;
  color:#0f0f10;
  width: 100%;
  margin-left: clamp(24px, 12vw, 320px);
  padding: clamp(24px, 4.2vw, 56px) clamp(22px, 4vw, 64px);
  box-shadow: 0 24px 40px rgba(0,0,0,.16);
  position:relative;
}

/* ===== Tipografia ===== */
.hero-splash__title{
  font-size: clamp(32px, 5.2vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 18px;
  font-weight: 800;
}
.hero-splash__title .dot{
  color:#e53935;                         /* puntino rosso */
}
.hero-splash__lead{
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.6;
  color:#4b4f56;
  margin: 0 0 14px;
}

/* CTA */
.btn-hero{
  display:inline-block;
  margin-top: 18px;
  background:#198754;                    /* verde brand */
  color:#fff;
  text-decoration:none;
  font-weight:800;
  letter-spacing:.02em;
  padding: 14px 22px;
  border-radius:6px;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-hero:hover{ transform: translateY(-1px); box-shadow:0 12px 24px rgba(0,0,0,.16); background:#137a49; }


/* ===== Animazione creativa (stagger) ===== */
@keyframes riseIn {
  from { transform: translateY(18px); opacity: 0; filter: blur(2px); }
  to   { transform: translateY(0);    opacity: 1; filter: blur(0); }
}
.hero-splash__card [data-anim]{
  opacity:0;
  animation: riseIn .7s cubic-bezier(.2,.65,.2,1) forwards;
  animation-delay: var(--d, 0s);
}

/* Parallax leggerissimo (solo se no reduced motion) 
@media (prefers-reduced-motion: no-preference){
  .hero-splash__media img{
    animation: heroZoom 10s ease-in-out both;
  }*/
  @keyframes heroZoom {
    from { transform: scale(1.06) translateX(0); }
    to   { transform: scale(1.09) translateX(-1.2%); }
  }


/* ===== Responsive ===== */
@media (max-width: 1024px){
  .hero-splash__media{ width: 60vw; }
  .hero-splash__card{ margin-left: clamp(20px, 8vw, 120px); }
}
@media (max-width: 768px){
  .hero-splash{ background:#111; }       /* sotto, metti l’immagine dietro con un overlay per contrasto */
  .hero-splash__media{ position:absolute; inset:0; width:auto; }
  .hero-splash__media::after{
    content:""; position:absolute; inset:0;
    background: radial-gradient(120% 120% at 25% 50%, rgba(0,0,0,.55) 0, rgba(0,0,0,.75) 70%);
  }
  .hero-splash__card{
    max-width: 92vw;
    margin: 0 auto;
    background: rgba(255,255,255,.96);
    padding: clamp(20px, 5.5vw, 40px);
  }
}


/* Contenitore */
.video-block { position: relative; }

/* Thumbnail */
.video-thumb{
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.video-thumb__img{
  display:block; width:100%; height:auto; object-fit:cover;
  transform: scale(1.01); transition: transform .4s ease;
}
.video-thumb__veil{
  position:absolute; inset:0; background: rgba(0, 80, 60, .35);
  mix-blend-mode: multiply; transition: opacity .25s ease; opacity:.5;
}
.video-thumb__play{
  position:absolute; inset:0; display:grid; place-items:center;
  color:#0aa36d; transition: transform .25s ease, opacity .25s ease;
}
.video-thumb:hover .video-thumb__img{ transform: scale(1.03); }
.video-thumb:hover .video-thumb__veil{ opacity:.35; }
.video-thumb:hover .video-thumb__play{ transform: scale(1.05); }

/* Modal overlay */
.video-modal{
  position: fixed; inset:0; z-index: 9999;
  display: none;
}
.video-modal.is-open{ display:block; }
.video-modal__overlay{
  position:absolute; inset:0; background: rgba(0,0,0,.78);
  animation: fadeIn .2s ease forwards;
}

/* Variante compatta: circa metà viewport */
.video-block--half .video-thumb{
  height: clamp(260px, 50vh, 560px); /* min 260px, target 50vh, max 560px */
}

.video-block--half .video-thumb__img{
  height: 100%;
  width: 100%;
  object-fit: cover;   /* riempi e taglia l’eccesso */
}

/* La velatura e l’icona play coprono sempre tutto */
.video-block--half .video-thumb__veil,
.video-block--half .video-thumb__play{ inset: 0; }

/* Mobile: ancora più compatto se vuoi */
@media (max-width: 640px){
  .video-block--half .video-thumb{ height: clamp(220px, 38vh, 420px); }
}

@keyframes fadeIn{ from{opacity:0} to{opacity:1} }

/* Dialog */
.video-modal__dialog{
  position: relative;
  max-width: min(1100px, 92vw);
  margin: min(8vh, 64px) auto;
  background: transparent;
  outline: none;
}
.video-modal__ratio{
  position: relative; width: 100%;
  aspect-ratio: 16/9;
  background:#000; border-radius: 10px; overflow: hidden;
  box-shadow: 0 12px 36px rgba(0,0,0,.45);
}
.video-modal__ratio iframe{
  position:absolute; inset:0; width:100%; height:100%; border:0;
}

/* Close */
.video-modal__close{
  position:absolute; top:-44px; right:0;
  width:38px; height:38px; border-radius:50%;
  border:0; background:#ffffff; color:#111; font-size:24px; line-height:1;
  display:grid; place-items:center; cursor:pointer;
  box-shadow:0 4px 16px rgba(0,0,0,.25);
}
.video-modal__close:hover{ background:#f2f2f2; }

/* Niente scroll sotto il modal */
body.modal-open{ overflow: hidden; }

.motivazione{height: 400px;background-position: center!important;background-size: cover!important;padding: 30px 0;}
.motivazione h2{font-size: 30px; color: #fff;text-shadow:  0 0 4px black;padding: 0 30px}
.motivazione h3{font-size: 15px; color: #fff;text-shadow:  0 0 4px black;text-transform: uppercase;padding: 0 30px}

.label-mot{background: #fff;padding: 10px 40px;position: relative;bottom: -130px;color: red;text-transform: uppercase;font-weight: 700;}

.box-white{background: #fff;padding: 30px 40px}
.box-white h3{    font-weight: 700;font-size: 30px;margin-bottom: 10px;}
.box-white li{list-style: square; }
.red-bullets li::marker { color: #e53935;font-size:1.4em; }
.red-bullets ul li::marker { color: #e53935;font-size:1.4em; }

.head-prodotti{position: relative;top: 80px;}


.content-prodotto{margin: 30px 0;}
.content-prodotto h2{font-size: 30px;margin-bottom: 0;}
.content-prodotto h3{font-size: 20px;margin-bottom: 0;text-transform: uppercase;font-weight: 700}
.box-img-prod{height: 100%;background: #fff;}
.box-img-prod img{width: 100%;height: 100%;object-fit: contain;}

.downloads{padding: 0;margin: 20px 0 0}
.downloads li{list-style: none;font-size: 15px;text-transform: uppercase;line-height: 30px;}
/* ===== Tabs – base senza JS ===== */
.tabs{

}

/* radio nascosti ma accessibili via label */
.tabs__radio{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* NAV */
.tabs__nav{
  display: flex;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tabs__label{
  padding: 12px 16px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  color: #FFF;
  font-weight: 700;
  user-select: none;background: #444444
}
.tabs__label:focus-visible{
  outline: 3px solid #0ea5e9;
  outline-offset: 2px;
  border-radius: 6px;
}

/* PANNELLI */
.tabs__content{padding: 20px; background: #fff; margin-top: 10px;}
.tabs__panel{ display: none; animation: tabFade .18s ease-in; }
@keyframes tabFade{ from{opacity:.4; transform:translateY(2px)} to{opacity:1; transform:none} }

/* Stato ATTIVO (tab e pannello) */
#tab1:checked ~ .tabs__nav label[for="tab1"],
#tab2:checked ~ .tabs__nav label[for="tab2"],
#tab3:checked ~ .tabs__nav label[for="tab3"],
#tab4:checked ~ .tabs__nav label[for="tab4"]{
  background: #fff;color: #000;
}

#tab1:checked ~ .tabs__content #panel1,
#tab2:checked ~ .tabs__content #panel2,
#tab3:checked ~ .tabs__content #panel3,
#tab4:checked ~ .tabs__content #panel4{
  display: block;
}

/* Responsive: stack su mobile se vuoi */
@media (max-width:640px){
  .tabs__nav{ gap: 8px; }
  .tabs__label{ padding: 10px 12px; }
}

.misure-table{
  width:100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.misure-table th,
.misure-table td{
  padding: 10px 12px;
  border-bottom: 1px solid #e6e8ea;
  text-align: center;
  white-space: nowrap;
}
.misure-table thead th{
  font-weight: 700;
  background: #444444;color: #fff;text-align: center;border-right: 2px solid #fff;
}
.misure-table thead th:last-child{border-right: 0px solid #fff;}
.misure-table tbody tr:hover td{
  background: #fafbfc;
}

.rel__media{}
.rel__media img{object-fit: contain;}

.box-border{border:1px solid #e4e4e4;}

.sett-slid{position: absolute;top: 25%;left: 60%;font-weight: 900}

.box-settori{position: relative;z-index: 9;height: 300px; background-size: cover; margin-bottom: 20px;}
.title-box-settori{background-color: rgba(0,0,0,0.95);padding: 20px 10px;position: absolute;z-index: 99;bottom: 0;font-size: 25px;line-height: 25px;width: 100%;}

a.button-green{width: 100%;padding: 10px;text-align: center;color: #fff;text-transform: uppercase;background: #365956; display: block;}

.gallery{}
.gallery li{list-style: none;width: 16%;margin-right: 5px;display:inline-block;margin-bottom: 7px;}
.gallery li:last-child{margin-right: 0px;}

.cms_gallery{}
.image-gallery-editor{width: 23%;}
.cms_gallery img{list-style: none;margin-right: 10px;display:inline-block;margin-bottom: 10px;height: 200px;}

.top-head-front {display: flex;justify-content: space-between;align-items: center;list-style: none;padding: 0;margin: 0;width: 100%;}
.top-head-front li {display: flex;align-items: center;}

.top-head-front .logo {display: flex;}

.logo { max-width: 150px; margin: 20px 0;}

.box-slider-home{height: 350px;}
.titolo-slider{text-transform: uppercase;font-size: 25px;line-height: 26px;padding: 20px;font-weight: 700;color: #fff;text-align: center;}
.news-prod-home {
    margin-top: -70px;
}

.box-product-home {
    height: 300px;
    background: #fff;
    border: 10px solid;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.box-product-home img {
    max-height: 180px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    border-radius: 15px;
}

.title-prod-home {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.button-product {
    text-align: center;
    margin-top: 20px;
}

.button-product a.btn {
    display: inline-block;
    background-color: #000; /* o il colore che preferisci */
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.button-product a.btn:hover {
    background-color: #444; /* hover */
}

.interna img{height: 100%;width: 100%;object-fit: cover;}
.cover img{height: 100%;width: 100%;object-fit: cover;}
.contain img{height: 100%;width: 100%;object-fit: contain;}

.call-us > i {font-size: 2.1875rem;margin-right: 20px;}
.call-us > strong {font-size: 40px;color: var(--color1);font-family: Poppins;}

.cod-prod{position: absolute;z-index: 99;width: 60%;right: 0;top: -30px;padding: 5px 20px;border-radius: 10px;}
.desc-prod-set{background-color: rgba(0,0,0,0.70);    padding: 10px;color: #fff;z-index: 999;bottom: 0;width: 100%;}

.tit-prodotto{border-radius: 20px;padding: 20px;position: relative;top: 20px;}
.cod-vers-prodotto{border-radius: 20px;padding: 20px;margin-bottom: 20px;}
.riassunto-prod {font-size: 20px;line-height: 23px;color: #222;font-weight: 400;}
.riassunto-prod p{font-size: 20px;line-height: 23px;color: #222;font-weight: 400;}
.riassunto-prod strong{font-weight: 600;}

.titolo-variante {font-size: 14px;}
.titolo-variante p{font-size: 14px;;margin-bottom: 30px;}
.titolo-variante h2{font-size: 20px;;margin-bottom: 20px;}

.document{}
.document ul{margin: 0;padding: 0;}
.document li{list-style: none;text-transform: uppercase;font-size: 20px;line-height: 30px}

.gallery{}
.gallery ul{margin-top: 20px;padding: 0;margin-bottom: 0;}
.gallery li{width: 32%;list-style: none;display: inline-block;height: 150px;border:1px solid #e4e4e4;}
.gallery li img{width: 100%;height: 100%;object-fit: contain;}

.table thead th {border-bottom: 2px solid #fff;}
.table td, .table th { border-top: 1px solid #FFF;border-right: 1px solid #fff;border-left: 1px solid #fff;}

.active{border-bottom: 4px solid #365956;color: #365956;background: #fff}

.box-disegno-prodotto{border: 1px solid #e4e4e4;height: auto;height: 100%; }
.box-disegno-prodotto img{width: 100%;height: 100%;object-fit: contain;}


/* Schermi grandi o ad alta risoluzione */
@media all and (min-width: 1920px) { 
.box-slider-home{height: 450px;}
}

/* Schermi Desktop o Portatili */
@media all and (max-width: 1689px) {

}

/* Tablet in modalità orizzontale */
@media all and  (max-width: 1279px) {

}

/* Tablet in modalità verticale */
@media all and  (max-width: 736px) { 
.no-mob{display: none;}
.main-nav .btn-menu {display: block;}
.links-content {position: fixed;top: 0;right: -100%;height: 100%;width: 250px;background: #fff;flex-direction: column;justify-content: flex-start;align-items: flex-start;padding: 2rem;transition: right 0.3s ease-in-out;z-index: 9999;}
.links-content.open {right: 0;}
.links {flex-direction: column;width: 100%;}
.links li {margin-bottom: 1rem;}
.btn-close-menu {position: absolute;top: 1rem;right: 1rem;font-size: 1.5rem;cursor: pointer;}
.content-head {padding: 30px 0 0px;}
.content-head h1{font-size: 35px;line-height: 35px;}
.breadcrumbs{font-size: 9px;}
.blocco-gallery .gallery-grid {grid-template-columns: repeat(3, minmax(0, 1fr));row-gap: 16px;column-gap: 16px;align-content: start;height: 230px;}
.hero-wrap {display: none!important;}
.hero-img1{width: 100%!important;}
.hero-img2{width: 100%!important;}
.hero-img3{width: 100%!important;}
.content-hero{margin-top: -40px!important;}
footer h2 {font-size: 50px;letter-spacing: 0px;}

}

/* Smartphone o piccoli Tablet */
@media all and (max-width: 480px) { 

}




@media print {
  header,
  footer,
  nav,
  .menu,
  .button {
    display: none;
  }

  body {
    font-size: 14pt;
    line-height: 1.6;
  }

  section {
    page-break-inside: avoid;
  }
}
