/* HERO */
.hero-sezione {
    position: relative;
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate; /* evita conflitti di z-index */
}
/* OVERLAY COLORE */
.hero-sezione::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0F1A20;
    opacity: 0; /* regola qui l�intensit� */
    z-index: 1;
    pointer-events: none;
}
/* CONTENUTO SOPRA */
.hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto; /* centra il contenuto */
	padding-left:auto;
    padding-bottom: 60px;
}
.hero-sezione h1 {
    color: #ffffff;
	font-family: var(--font-general);
    font-size: 3.84em; /* 50px; */
    font-weight: 300;
    margin: 0;
	 opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* HERO */

/* INTRO SEZIONE */
.sfumino {
	/* sfumatura grigio -> bianco */
	background-image:url(../images/sfumino.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
}
#intro-sezione {
	padding: 0 auto;
    text-align: center;
    width: 100%;
	margin-bottom:30px;
	background:#FFFFFF;
}
#intro-sezione .container {
	display:inline-block;
	width:90%;
    margin: 0 auto;
	padding-bottom:20px;
}
/* Titolo sezione */
#intro-sezione .container h2 {
	position: relative;
    font-family: var(--font-general);
    font-size: 3.07em; /* 40px */
	line-height:40px;
	font-weight:400;
    color: #121B21;
	margin: 0 auto;
	padding-top:30px;
}
/* Separatore titolo */
#intro-sezione .container h2::after {
	content: "";
	display: block;
	width: clamp(60px, 8vw, 100px); /* lineetta responsive */
	height: 3px;
	background-color: #FEC800;
	margin: 20px auto 0 auto; /* centra la lineetta */
	border-radius: 2px; /* leggermente più elegante */
}
/* Testo descrittivo */
#intro-sezione .container p {
    font-family: var(--font-general);
    font-size: 1.53em; /*20px */
	line-height: 28px;
	font-weight:300;
    color: #000;
    margin: 0 auto;
	padding-top:30px;
}
#intro-sezione .azienda-img {
    text-align: center;
	margin: 30px 0; /* spazio sopra e sotto */
	margin-bottom:20px;
}
#intro-sezione .azienda-img img {
    width: 100%;
    max-width: 810px; /* limita larghezza su desktop */
    height: auto;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
/* INTRO SEZIONE */

/* SERVIZI */
.servizi {
	background: #e9ecef;
	padding: 60px 0;
}
.container-servizi {
	width: 80%;
	margin: 0 auto;
	background: #ffffff;
	padding: 10px 10px;
	border-radius:10px;
	box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04);
}
.servizio-box {
	padding: 20px;
	padding-bottom:25px;
	margin-bottom: 25px;
	border-bottom:solid 1px #ccc;
}
/* HEADER */
.servizio-header {
	display: flex;
	align-items: flex-start;   /* contenuto in alto */
	gap: 25px;
}
.icona {
	width: 80px;
	height: 80px;
	background-color: #1B2730;
	border-radius: 50%;
	border: 5px solid #658390;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	flex-shrink: 0;   /* 👈 evita deformazione */
}
.icona img {
	max-width: 50%;
	height: auto;
}
/* Titolo */
.servizio-title h2 {
	position:relative;
	font-family: var(--font-general);
	font-size:2.46em; /* 32px; */
	line-height:32px;
	font-weight: 400;
	color:#121C22;
	margin: 0;
}
.servizio-title h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -16px;
	width: clamp(60px, 8vw, 100px); /* lineetta responsive */
	height: 3px;
	background-color: #FEC800;
}
.subtitle {
	font-family: var(--font-general);
	color: #333;
	font-weight: 400;
	font-size:1.53em; /* 20px; */
	line-height:28px;
	padding-top:10px;
}
/* CONTENT */
.servizio-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 40px;
}
.servizio-text {
  flex: 2;
  color: #444;
}
/* Titolo */
.servizio-text p {
	position:relative;
	font-family: var(--font-general);
	font-size:1.53em; /* 20px; */
	line-height:28px;
	font-weight: 300;
	color:#000;
	margin: 0;
}
.check-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.check-list li {
	font-family: var(--font-general);
	font-size:1.38em; /* 18px; */
	line-height:26px;
	text-transform:uppercase;
	font-weight: 600;
	margin-bottom: 12px;
	position: relative;
	padding-left: 32px;
	color:#000;
}
/* CHECK FONT AWESOME */
.check-list li::before {
  content: "\f00c"; /* codice icona check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* IMPORTANTISSIMO per solid */
  position: absolute;
  left: 0;
  top: 2px;
  color: #f2b705;
  font-size: 20px;
  
/* GALLERY */ 
}   
.servizio-gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	 margin-top: 25px;
	margin-bottom:25px;
}
.gallery-item {
	overflow: hidden; /* evita che lo zoom esca */
	border-radius: 5px;
    opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s ease;
}
.gallery-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.gallery-item img {
	width: 100%;
	height:165px;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center; 
}
.gallery-item:hover img {
  transform: scale(1.1) rotate(1.5deg);
/* GALLERY */ 
  
}
/* CTA */
.servizio-cta {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-yellow {
	position: relative;
	margin-top: 20px;
	font-family: var(--font-general);
	font-size: 1.15em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 18px 35px;
	border-radius: 10px;
	color: #121C22;
	background: #FEC800;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	width: max-content;
	align-self: center;
	transition: transform .25s ease-out, box-shadow .25s ease-out;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	z-index: 1; /* aggiunto */
}
/* Layer animato */
.btn-yellow::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #121C22;
	transform: translateY(100%);
	transition: transform .25s ease-out;
	z-index: 0; /* NON negativo */
}
/* Testo */
.btn-yellow span {
	position: relative;
	z-index: 2; /* sopra al layer */
	color: #121C22;
}
/* Hover */
.btn-yellow:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}
.btn-yellow:hover span {
	color: #fff;
}
.btn-yellow:hover::before {
	transform: translateY(0);
}
/* SERVIZI */

/* AREE */ 
.fascia-aree {
    background: #FFF; /* grigio chiaro */
    padding: 10px 20px;
}
.fascia-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.fascia-aree h2 {
    font-family: var(--font-general, Arial, sans-serif);
    font-size: 2.76em; /*36px */
	line-height:36px;
    font-weight: 400;
    color: #121C22;
    margin-bottom: 30px;
    position: relative;
}
/* linea gialla */
.fascia-aree h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #FEC800;
    margin: 18px auto 0;
}
.fascia-aree .descrizione {
	font-family: var(--font-general, Arial, sans-serif);
    font-size: 1.53em; /*20PX */
	font-weight:400;
	line-height:24px;
    color: #333;
    margin: 30px auto 25px;
    max-width:1024px;
}
.fascia-aree .aree {
	font-family: var(--font-general, Arial, sans-serif);
	text-transform:uppercase;
    font-size: 1.38em; /*18PX */
	line-height:34px;
	font-weight:400;
    letter-spacing: 1px;
    color: #4b5a63;
    max-width: 900px;
    margin: 0 auto;
	margin-bottom:40px;
}
.aree a {
  color: #121C22;
  text-decoration: none;
  position: relative;
  display: inline-block; /* 👈 importante */
}
.aree a:visited {
  color: #121C22;
}
.aree a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #121C22;
  transition: width 0.3s ease;
}
.aree a:hover::after {
  width: 100%;
/* AREE */ 
}
 
/* ==========================
   RESPONSIVE BREAKPOINTS
   ========================== */
/* Layout tablet portrait: da 480 px a 820 px. Eredita stili da: Layout mobile. */
@media only screen and (min-width: 480px ) {
/* CONTAINER */
.gridContainer, .gridContainerMid, .gridContainerFull {
	width:100%;
	margin:0 auto;
	padding:0;
/* CONTAINER */

/* HERO */
}
.hero-sezione {
    position: relative;
    height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate; /* evita conflitti di z-index */
}
/* OVERLAY COLORE */
.hero-sezione::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0F1A20;
    opacity: 0; /* regola qui l�intensit� */
    z-index: 1;
    pointer-events: none;
}
/* CONTENUTO SOPRA */
.hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto; /* centra il contenuto */
	padding-left:60px;
    padding-bottom: 60px;
}
.hero-sezione h1 {
    color: #ffffff;
	font-family: var(--font-general);
    font-size: 4.15em; /* 54px; */
    font-weight: 300;
    margin: 0;
	 opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
/* HERO*/

/* INTRO SEZIONE */
}	
#intro-sezione {
	padding: 0 auto;
    text-align: center;
    width: 100%;
}
#intro-sezione .container {
	display:inline-block;
	width:86%;
    margin: 0 auto;
	padding-bottom:30px;
}
/* Titolo sezione */
#intro-sezione .container h2 {
    font-size: 3.07em; /* 40px */
	line-height:40px;
	font-weight:300;
	margin: 0 auto;
	padding-top:50px;
}
/* Testo descrittivo */
#intro-sezione .container p {
    font-size: 1.53em; /*20px */
	line-height: 28px;
	font-weight: 300;
    margin: 0 auto;
	padding-top:30px;
/* INTRO SEZIONE */
}
/* SERVIZI */
.servizi {
	background: #e9ecef;
	padding: 60px 0;
}
.container-servizi {
	width: 80%;
	margin: 0 auto;
	background: #ffffff;
	padding: 30px 10px;
	border-radius:10px;
	box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04);
}
.servizio-box {
	padding: 25px;
	margin-bottom: 20px;
	border-bottom:solid 1px #ccc;
}
/* HEADER */
.servizio-header {
	display: flex;
	align-items: flex-start;   /* contenuto in alto */
	gap: 25px;
}
.icona {
	width: 80px;
	height: 80px;
	background-color: #1B2730;
	border-radius: 50%;
	border: 5px solid #658390;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	flex-shrink: 0;   /* 👈 evita deformazione */
}
.icona img {
	max-width: 50%;
	height: auto;
}
/* Titolo */
.servizio-title h2 {
	position:relative;
	font-family: var(--font-general);
	font-size:2.46em; /* 32px; */
	line-height:32px;
	font-weight: 400;
	color:#121C22;
	margin: 0;
}
.servizio-title h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -16px;
	width: clamp(60px, 8vw, 100px); /* lineetta responsive */
	height: 3px;
	background-color: #FEC800;
}
.subtitle {
	font-family: var(--font-general);
	color: #333;
	font-weight: 400;
	font-size:1.53em; /* 20px; */
	line-height:28px;
	padding-top:10px;
}
/* CONTENT */
.servizio-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 40px;
}
.servizio-text {
  flex: 2;
  color: #444;
}
/* Titolo */
.servizio-text p {
	position:relative;
	font-family: var(--font-general);
	font-size:1.53em; /* 20px; */
	line-height:28px;
	font-weight: 300;
	color:#000;
	margin: 0;
}
.check-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.check-list li {
	font-family: var(--font-general);
	font-size:1.38em; /* 18px; */
	line-height:26px;
	text-transform:uppercase;
	font-weight: 600;
	margin-bottom: 12px;
	position: relative;
	padding-left: 32px;
	color:#000;
}
/* CHECK FONT AWESOME */
.check-list li::before {
  content: "\f00c"; /* codice icona check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* IMPORTANTISSIMO per solid */
  position: absolute;
  left: 0;
  top: 2px;
  color: #f2b705;
  font-size: 20px;
  
/* GALLERY */ 
}   
.servizio-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	 margin-top: 25px;
	margin-bottom:25px;
}
/* CTA */
.servizio-cta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn-yellow {
	position: relative;
	margin-top: 10px;
	font-family: var(--font-general);
	font-size: 1.15em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 18px 35px;
	border-radius: 10px;
	color: #121C22;
	background: #FEC800;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	width: max-content;
	align-self: center;
	transition: transform .25s ease-out, box-shadow .25s ease-out;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	z-index: 1; /* aggiunto */
}
/* Layer animato */
.btn-yellow::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #121C22;
	transform: translateY(100%);
	transition: transform .25s ease-out;
	z-index: 0; /* NON negativo */
}
/* Testo */
.btn-yellow span {
	position: relative;
	z-index: 2; /* sopra al layer */
	color: #121C22;
}
/* Hover */
.btn-yellow:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}
.btn-yellow:hover span {
	color: #fff;
}
.btn-yellow:hover::before {
	transform: translateY(0);
/* SERVIZI */
}
}
/* Layout landscape: da 820 px a 1024 px max.  Eredita stili da: Layout mobile e Layout tablet portrait */
@media only screen and (min-width: 820px ) {
/* CONTAINER */
.gridContainer, .gridContainerMid  {
	width:100%;
	margin:0 auto;
	padding:0;
	max-width:1232px;
	min-width:768px;
/* CONTAINER */	

/* HERO */
}
.hero-sezione {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate; /* evita conflitti di z-index */
}
/* OVERLAY COLORE */
.hero-sezione::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0F1A20;
    opacity: 0; /* regola qui l�intensit� */
    z-index: 1;
    pointer-events: none;
}
/* CONTENUTO SOPRA */
.hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto; /* centra il contenuto */
	padding-left:60px;
    padding-bottom: 80px;
}
.hero-sezione h1 {
    color: #ffffff;
	font-family: var(--font-general);
    font-size: 4.46em; /* 58px; */
    font-weight: 300;
    margin: 0;
	 opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
/* HERO*/
	
/* INTRO SEZIONE */
}	
#intro-sezione {
	padding: 0 auto;
    text-align: center;
    width: 100%;
}
#intro-sezione .container {
	display:inline-block;
	width:90%;
    margin: 0 auto;
	padding-bottom:30px;
}
/* Titolo sezione */
#intro-sezione .container h2 {
    font-size: 3.07em; /* 40px */
	line-height:40px;
	font-weight:300;
	margin: 0 auto;
	padding-top:60px;
}
/* Testo descrittivo */
#intro-sezione .container p {
    font-size: 1.53em; /*20px */
	line-height: 32px;
	font-weight: 300;
    margin: 0 auto;
	padding-top:30px;
/* INTRO SEZIONE */

}
/* SERVIZI */
.servizi {
	background: #e9ecef;
	padding: 80px 0;
}
.container-servizi {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	background: #ffffff;
	padding: 30px 25px;
	border-radius:10px;
	box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04);
}
.servizio-box {
	padding: 25px;
	margin-bottom: 20px;
	border-bottom:solid 1px #ccc;
}
/* HEADER */
.servizio-header {
	display: flex;
	align-items: center;
	gap: 25px;
}
.icona {
	width: 80px;
	height: 80px;
	background-color: #1B2730;
	border-radius: 50%;
	border: 5px solid #658390;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	flex-shrink: 0;   /* 👈 evita deformazione */
}
.icona img {
	max-width: 50%;
	height: auto;
}
/* Titolo */
.servizio-title h2 {
	position:relative;
	font-family: var(--font-general);
	font-size:2.69em; /* 35px; */
	line-height:35px;
	font-weight: 400;
	color:#121C22;
	margin: 0;
}
.servizio-title h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -16px;
	width: clamp(60px, 8vw, 100px); /* lineetta responsive */
	height: 3px;
	background-color: #FEC800;
}
.subtitle {
	font-family: var(--font-general);
	color: #333;
	font-weight: 400;
	font-size:1.53em; /* 20px; */
	line-height:28px;
	padding-top:10px;
}
/* CONTENT */
.servizio-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 40px;
}
.servizio-text {
  flex: 2;
  color: #444;
}
/* Titolo */
.servizio-text p {
	position:relative;
	font-family: var(--font-general);
	font-size:1.53em; /* 20px; */
	line-height:28px;
	font-weight: 300;
	color:#000;
	margin: 0;
}
.check-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.check-list li {
	font-family: var(--font-general);
	font-size:1.38em; /* 18px; */
	line-height:26px;
	text-transform:uppercase;
	font-weight: 600;
	margin-bottom: 12px;
	position: relative;
	padding-left: 32px;
	color:#000;
}
/* CHECK FONT AWESOME */
.check-list li::before {
  content: "\f00c"; /* codice icona check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* IMPORTANTISSIMO per solid */
  position: absolute;
  left: 0;
  top: 2px;
  color: #f2b705;
  font-size: 20px;
 /* GALLERY */ 
}   
.servizio-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	 margin-top: 25px;
	margin-bottom:25px;
}
/* CTA */
.servizio-cta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn-yellow {
	position: relative;
	margin-top: 10px;
	font-family: var(--font-general);
	font-size: 1.15em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 18px 35px;
	border-radius: 10px;
	color: #121C22;
	background: #FEC800;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	width: max-content;
	align-self: center;
	transition: transform .25s ease-out, box-shadow .25s ease-out;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	z-index: 1; /* aggiunto */
}
/* Layer animato */
.btn-yellow::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #121C22;
	transform: translateY(100%);
	transition: transform .25s ease-out;
	z-index: 0; /* NON negativo */
}
/* Testo */
.btn-yellow span {
	position: relative;
	z-index: 2; /* sopra al layer */
	color: #121C22;
}
/* Hover */
.btn-yellow:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}
.btn-yellow:hover span {
	color: #fff;
}
.btn-yellow:hover::before {
	transform: translateY(0);
/* SERVIZI */

}
/* AREE */ 
.fascia-aree {
    background: #FFF; /* grigio chiaro */
    padding: 20px 20px;
}
.fascia-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.fascia-aree h2 {
    font-family: var(--font-general, Arial, sans-serif);
    font-size: 3.07em; /*40px */
	line-height:40px;
    font-weight: 400;
    color: #121C22;
    margin-bottom: 30px;
    position: relative;
}
/* linea gialla */
.fascia-aree h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #FEC800;
    margin: 18px auto 0;
}
.fascia-aree .descrizione {
	font-family: var(--font-general, Arial, sans-serif);
    font-size: 1.53em; /*20PX */
	font-weight:400;
	line-height:24px;
    color: #333;
    margin: 30px auto 25px;
    max-width:1024px;
}
.fascia-aree .aree {
	font-family: var(--font-general, Arial, sans-serif);
    font-size: 1.53em; /*20PX */
	line-height:34px;
	font-weight:400;
    letter-spacing: 1px;
    color: #4b5a63;
    max-width: 900px;
    margin: 0 auto;
	margin-bottom:40px;
/* AREE */ 
}
}
/* Layout desktop: da 1024 px a superiori. Eredita stili da: Layout tablet landscape */
@media only screen and (min-width: 1024px ) {
/* CONTAINER */
.gridContainer {
	width:100%;
	margin:0 auto;
	padding:0;
	max-width:1232px;
	min-width:768px;
}
.gridContainerMid {
	width:100%;
	margin:0 auto;
	padding:0;
	max-width:1920px;
}
.gridContainerFull {
	width:100%;
	margin:0 auto;
	padding:0;
/*	max-width:1920px;*/
	min-width:768px;
/* CONTAINER */

/* HERO */
}
.hero-sezione {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate; /* evita conflitti di z-index */
}
/* OVERLAY COLORE */
.hero-sezione::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0F1A20;
    opacity: 0; /* regola qui l�intensit� */
    z-index: 1;
    pointer-events: none;
}
/* CONTENUTO SOPRA */
.hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto; /* centra il contenuto */
	padding-left:100px;
    padding-bottom: 100px;
}
.hero-sezione h1 {
    color: #ffffff;
	font-family: var(--font-general);
    font-size: 4.92em; /* 64px; */
    font-weight: 300;
    margin: 0;
	 opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
/* HERO*/

/* INTRO SEZIONE */
}	
#intro-sezione {
	padding: 0 auto;
    text-align: center;
    width: 100%;
}
#intro-sezione .container {
	display:inline-block;
	width:90%;
	max-width:1200px;
    margin: 0 auto;
	padding-bottom:40px;
}
/* Titolo sezione */
#intro-sezione .container h2 {
    font-size: 3.30em; /* 43px */
	line-height:43px;
	font-weight:300;
	margin: 0 auto;
	padding-top:60px;
/* INTRO SEZIONE */

}
/* SERVIZI */
.servizi {
	background: #e9ecef;
	padding: 80px 0;
}
.container-servizi {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	background: #ffffff;
	padding: 30px 25px;
	border-radius:10px;
	box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04);
}
.servizio-box {
	padding: 25px;
	margin-bottom: 20px;
	border-bottom:solid 1px #ccc;
}
/* HEADER */
.servizio-header {
	display: flex;
	align-items: center;
	gap: 25px;
}
.icona {
	width: 85px;
	height: 85px;
	background-color: #1B2730;
	border-radius: 50%;
	border: 5px solid #658390;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	flex-shrink: 0;   /* 👈 evita deformazione */
}
.icona img {
	max-width: 60%;
	height: auto;
}
/* Titolo */
.servizio-title h2 {
	position:relative;
	font-family: var(--font-general);
	font-size:2.69em; /* 35px; */
	line-height:35px;
	font-weight: 400;
	color:#121C22;
	margin: 0;
}
.servizio-title h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -16px;
	width: clamp(60px, 8vw, 100px); /* lineetta responsive */
	height: 3px;
	background-color: #FEC800;
}
.subtitle {
	font-family: var(--font-general);
	color: #333;
	font-weight: 400;
	font-size:1.53em; /* 20px; */
	line-height:28px;
	padding-top:10px;
}
/* CONTENT */
.servizio-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 40px;
}
.servizio-text {
  flex: 2;
  color: #444;
}
/* Titolo */
.servizio-text p {
	position:relative;
	font-family: var(--font-general);
	font-size:1.53em; /* 20px; */
	line-height:28px;
	font-weight: 300;
	color:#000;
	margin: 0;
}
.check-list {
  list-style: none;
  padding: 0;
  margin-left:10px;
  margin-top: 30px;
}
.check-list li {
	font-family: var(--font-general);
	font-size:1.38em; /* 18px; */
	line-height:26px;
	text-transform:uppercase;
	font-weight: 600;
	margin-bottom: 12px;
	position: relative;
	padding-left: 32px;
	color:#000;
}
/* CHECK FONT AWESOME */
.check-list li::before {
  content: "\f00c"; /* codice icona check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* IMPORTANTISSIMO per solid */
  position: absolute;
  left: 0;
  top: 2px;
  color: #f2b705;
  font-size: 26px;
  transform: scaleX(0.8);   /* stringe orizzontalmente */
  transform-origin: center; /* punto di compressione */
  
/* GALLERY */ 
}   
.servizio-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 25px;
  margin-bottom:25px;
/* GALLERY */ 
  
}
/* CTA */
.servizio-cta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn-yellow {
	position: relative;
	margin-top: 10px;
	font-family: var(--font-general);
	font-size: 1.15em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 18px 35px;
	border-radius: 10px;
	color: #121C22;
	background: #FEC800;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	width: max-content;
	align-self: center;
	transition: transform .25s ease-out, box-shadow .25s ease-out;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	z-index: 1; /* aggiunto */
}
/* Layer animato */
.btn-yellow::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #121C22;
	transform: translateY(100%);
	transition: transform .25s ease-out;
	z-index: 0; /* NON negativo */
}
/* Testo */
.btn-yellow span {
	position: relative;
	z-index: 2; /* sopra al layer */
	color: #121C22;
}
/* Hover */
.btn-yellow:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}
.btn-yellow:hover span {
	color: #fff;
}
.btn-yellow:hover::before {
	transform: translateY(0);
/* SERVIZI */
}
}