html {
    scroll-behavior: smooth;
}

 :root {
   --gray-bg: #e8e8e8;
   --white: #ffffff;
   --dark: #3a3a3a;
   --accent: #b0a090;
   --burgondy: #b73644;
   --navbar-height: 110px;
   --circle-diameter: 700px;
 }

 *,
 *::before,
 *::after {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
 }

 body {
   font-family: 'Work Sans', sans-serif;
   overflow-x: hidden;
   text-align: start;
   color: var(--dark);
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-family: 'Playfair Display', serif;
 }

 /* ─── NAVBAR ─────────────────────────────────────────────── */
 .site-navbar {
   position: sticky;
   top: 0;
   z-index: 100;
   width: 100%;
   height: var(--navbar-height);
   background: transparent;
   display: flex;
   align-items: flex-start;
   justify-content: center;
 }

 /* Il semicerchio bianco che fuoriesce dall'alto */
 .navbar-semicircle {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%) translateY(-60%);
   width: var(--circle-diameter);
   height: calc(var(--circle-diameter) / 2 + 10px);
   background: var(--white);
   border-radius: 0 0 50% 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding-top: 205px;
   padding-bottom: 12px;
   box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);

   overflow: hidden; 
 }

 .navbar-logo {
   max-width: 260px;
   height: auto;
   display: block;
 }

 .navbar-tagline {
   font-family: 'Montserrat', sans-serif;
   font-size: 8px;
   font-weight: 400;
   letter-spacing: 0.18em;
   text-transform: uppercase;
   color: var(--dark);
   margin-top: 2px;
   opacity: 0.65;
 }

 /* Nav links laterali */
 .navbar-links {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   display: flex;
   gap: 2rem;
   list-style: none;
   padding: 0;
 }

 .navbar-links.left {
   left: 3rem;
 }

 .navbar-links.right {
   right: 3rem;
 }

 .navbar-links li a {
   font-family: 'Montserrat', sans-serif;
   font-size: 10px;
   font-weight: 500;
   letter-spacing: 0.2em;
   text-transform: uppercase;
   color: var(--dark);
   text-decoration: none;
   opacity: 0.7;
   transition: opacity 0.25s;
 }

 .navbar-links li a:hover {
   opacity: 1;
 }

 /* ─── HERO SECTION ───────────────────────────────────────── */
 .hero-section {
   position: relative;
   overflow: hidden;
 }

 .hero-decoration-1 {
   position: absolute;
   top: 20%;
   left: 5%;
   max-width: 200px;
   height: auto;
   z-index: 1;
   opacity: 0.8;
 }


 .hero-decoration-2 {
   position: absolute;
   top: 35%;
   right: 5%;
   max-width: 200px;
   height: auto;
 }

 .hero-decoration-3 {
   position: absolute;
   top: 25%;
   right: 20%;
   max-width: 200px;
   height: auto;
   z-index: 1;
   opacity: 0.8;
 }

 .hero-title {
   font-size: 4.5rem;
   font-weight: 700;
   color: var(--dark);
   line-height: 1.1;
   margin-bottom: 0.5rem;
   margin-top: 0.5rem;
 }

 .hero-subtitle {
   font-family: 'Montserrat', sans-serif;
   font-size: 18px;
   font-weight: 400;
   letter-spacing: 0.1em;
   color: var(--dark);
   opacity: 0.7;
 }


  @media (min-width: 1300px) and (max-width: 1600px) {

   .hero-decoration-1 {
     top: 7%!important;
     left: 5%;
   }


   .hero-decoration-2 {
     top: 48%;
     right: 3%;
     max-width: 130px;
   }

   .hero-decoration-3 {
     top: 20%;
     right: 10%;
     max-width: 150px;
   }

   .affidabilita-decoration-1 {
     top: 8% !important;
     left: 15% !important;
     max-width: 150px !important;
   }

   .affidabilita-decoration-2 {
     top: 14% !important;
     right: 15% !important;
     max-width: 150px !important;
   }

   .qualita-decoration-1 {
     top: 6% !important;
     left: 5% !important;
     max-width: 140px !important;
   }

   .qualita-decoration-2 {
     top: 6%!important;
     right: 5%!important;
     max-width: 100px!important;
   }

   .qualita-decoration-3 {
    top: 2%!important;
    right: 12%!important;
   }


   .supporto-decoration-1 {
     top: 6%!important;
     right: 8%!important;
     max-width: 200px!important;
   }


   .successo-decoration-1 {
     top: 8%!important;
     left: 6%!important;
     max-width: 130px!important;
   }

   .successo-decoration-2 {
     bottom: 58%!important;
     right: 4%!important;
     max-width: 130px!important;
   }

   .appuntamento-decoration-1 {
    /* top: 10%!important;
     left: 85%!important;
     max-width: 150px!important;*/
   }


  }

  @media (min-width: 992px) and (max-width: 1299px) {

   .hero-decoration-1 {
     top: 7%!important;
     left: 5%;
   }


   .hero-decoration-2 {
     top: 78%;
     right: 3%;
     max-width: 100px;
   }

   .hero-decoration-3 {
     top: 20%;
     right: 10%;
     max-width: 150px;
   }

   .affidabilita-decoration-1 {
     top: 4% !important;
     left: 10% !important;
     max-width: 150px !important;
   }

   .affidabilita-decoration-2 {
     top: 8% !important;
     right: 5% !important;
     max-width: 150px !important;
   }

   .qualita-decoration-1 {
     top: 2% !important;
     left: 5% !important;
     max-width: 120px !important;
   }

   .qualita-decoration-2 {
     top: 6%!important;
     right: 5%!important;
     max-width: 100px!important;
   }

   .qualita-decoration-3 {
    top: 2%!important;
    right: 12%!important;
   }


   .supporto-decoration-1 {
     top: 6%!important;
     right: 8%!important;
     max-width: 200px!important;
   }


   .successo-decoration-1 {
     top: 8%!important;
     left: 6%!important;
     max-width: 130px!important;
   }

   .successo-decoration-2 {
     bottom: 58%!important;
     right: 4%!important;
     max-width: 130px!important;
   }

   .appuntamento-decoration-1 {
     /*top: 10%!important;
     left: 85%!important;*/
     max-width: 150px!important;
   }


  }

  @media (min-width: 769px) and (max-width: 991px) {
   

   .successo-decoration-1 {
     top: 6%!important;
     left: 6%!important;
     max-width: 100px!important;
   }

   .successo-decoration-2 {
     top: 10%!important;
     right: 4%!important;
     max-width: 100px!important;
   }

   .appuntamento-decoration-1 {
    /* top: 14%!important;
     left: 67%!important;
     max-width: 180px!important;*/
     top: 5%!important;
     max-width: 150px!important;
   }

   .supporto-decoration-1 {
     top: 4%!important;
     right: 4%!important;
     max-width: 200px!important;
   }

   .affidabilita-decoration-1 {
     top: 2% !important;
     left: 2% !important;
     max-width: 150px !important;
   }

   .affidabilita-decoration-2 {
     top: 8% !important;
     right: 5% !important;
     max-width: 150px !important;
   }


   .qualita-decoration-1 {
     top: 2% !important;
     left: 5% !important;
     max-width: 120px !important;
   }

   .qualita-decoration-2 {
     top: 6%!important;
     right: 5%!important;
     max-width: 100px!important;
   }

   .qualita-decoration-3 {
    display: none!important;
   }
   

   .hero-decoration-1 {
     position: absolute;
     top: 13%;
     left: 5%;
     max-width: 140px;
     height: auto;
     z-index: 1;
     opacity: 0.8;
   }


   .hero-decoration-2 {
     position: absolute;
     top: 42%;
     right: 5%;
     max-width: 150px;
     height: auto;
   }

   .hero-decoration-3 {
     position: absolute;
     top: 20%;
     right: 10%;
     max-width: 150px;
     height: auto;
     z-index: 1;
     opacity: 0.8;
   }
  }


 /* ─── RESPONSIVE ─────────────────────────────────────────── */
 @media (max-width: 768px) {
   :root {
     --circle-diameter: 400px;
     /*--navbar-height: 90px;*/
   }

   .navbar-semicircle {
     position: absolute;
     top: 0;
     left: 50%;
     transform: translateX(-50%) translateY(-40%);
     width: var(--circle-diameter);
     height: calc(var(--circle-diameter) / 2 + 10px);
     background: var(--white);
     border-radius: 0 0 calc(var(--circle-diameter) / 2) calc(var(--circle-diameter) / 2);
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding-top: 70px;
     padding-bottom: 12px;
     box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
   }


   .hero-decoration-1 {
     position: absolute;
     top: 13%;
     left: 5%;
     max-width: 140px;
     height: auto;
     z-index: 1;
     opacity: 0.8;
   }


   .hero-decoration-2 {
     position: absolute;
     top: 42%;
     right: 5%;
     max-width: 150px;
     height: auto;
   }

   .hero-decoration-3 {
     position: absolute;
     top: 20%;
     right: 10%;
     max-width: 150px;
     height: auto;
     z-index: 1;
     opacity: 0.8;
   }


   .affidabilita-decoration-1 {
     top: 2% !important;
     left: 5% !important;
     max-width: 80px !important;
   }

   .affidabilita-decoration-2 {
     top: 1% !important;
     right: 6% !important;
     max-width: 100px !important;
   }

   .navbar-links {
     display: none;
   }

   .hero-title {
     font-size: 3rem;
     line-height: 1.5;
   }

   .vendite-title {
     font-size: 2rem;
   }

   .vendite-subtitle {
     font-size: 1rem;
   }

   .d-flex.gap-4 {
     flex-direction: column;
     gap: 1rem !important;
   }

   .btn-action {
     width: 100%;
     min-width: auto;
   }

   .cert-badge {
     height: 90px !important;
     width: 90px !important;
     flex-shrink: 0;
   }


   .cert-container {
     top: -45px !important;
   }

   .cert-container .row {
     flex-wrap: nowrap !important;
   }

   .cert-container .col {
     flex: 0 0 auto !important;
   }

   .cert-container .gap-4 {
     gap: 1.3rem !important;
     flex-direction: row !important;
   }


   .background-image {
     right: 10% !important;
     top: 75% !important;
     max-width: 120px !important;
   }


   .qualita-decoration-1 {
     top: 1% !important;
     left: 5% !important;
     max-width: 120px !important;
   }

   .qualita-decoration-2 {
     top: 3.5%!important;
     right: 5%!important;
     max-width: 100px!important;
   }

   .qualita-decoration-3 {
    display: none!important;
   }

   .supporto-decoration-1 {
     top: 2%!important;
     right: 2%!important;
     max-width: 150px!important;
   }

   .successo-decoration-1 {
     top: 4%!important;
     left: 4%!important;
     max-width: 100px!important;
   }

   .successo-decoration-2 {
     top: 12%!important;
     right: 2%!important;
     max-width: 100px!important;
   }

   .appuntamento-decoration-1 {
     /*top: 23%!important;
     left: 67%!important;
     max-width: 100px!important;*/
      top: 2%!important;
     left: 4%!important;
     max-width: 130px!important;
   }

 }

 @media (max-width: 451px) {

   .hero-decoration-1 {
     top: 15%!important;
     left: 5%;
     max-width: 140px;
   }


   .hero-decoration-2 {
     top: 51%!important;
     right: 5%;
     max-width: 80px!important;
   }

   .hero-decoration-3 {
     top: 20%;
     right: 10%;
     max-width: 150px!important;
   }

   .affidabilita-decoration-1 {
     top: 1% !important;
     left: 5% !important;
     max-width: 80px !important;
   }

   .affidabilita-decoration-2 {
     top: 2% !important;
     right: 5% !important;
     max-width: 130px !important;
   }


   .background-image {
     right: 10% !important;
     top: 75% !important;
     max-width: 100px !important;
   }

   .qualita-decoration-1 {
     top: 1% !important;
     left: 5% !important;
     max-width: 100px !important;
   }

   .qualita-decoration-2 {
     top: 2%!important;
     right: 5%!important;
     max-width: 100px!important;
   }

   .qualita-decoration-3 {
    display: none!important;
   }

   .supporto-decoration-1 {
     top: 3%!important;
     right: 4%!important;
     max-width: 130px!important;
   }

   .successo-decoration-1 {
     top: 4%!important;
     left: 6%!important;
     max-width: 80px!important;
   }

   .successo-decoration-2 {
     top: 12%!important;
     right: 4%!important;
     max-width: 80px!important;
   }

   .appuntamento-decoration-1 {
     /*top: 28%!important;
     left: 67%!important;
     max-width: 100px!important;*/

     top: 2%!important;
     left: 4%!important;
     max-width: 100px!important;
   }
 }

 .site-navbar {
   /*  background-color: var(--gray-bg);*/
 }


 .hero-section {
   position: relative;
   background: var(--gray-bg);
   padding: 220px 1rem 4rem 1rem;
   margin-top: -110px;
 }


 .text-burgondy {
   color: var(--burgondy);
 }


 .vendite-section {
   position: relative;
   padding: 4rem 1rem 5rem 1rem;
 }

 .vendite-title {
   font-size: 3rem;
   font-weight: 700;
   line-height: 1;
 }

 .vendite-subtitle {
   font-weight: bold;
   font-size: 1.5rem;
 }

 .btn-action {
   background-color: var(--burgondy);
   color: var(--white);
   border: none;
   padding: 8px 40px;
   border-radius: 50px;
   font-family: 'Work Sans', sans-serif;
   font-size: 16px;
   font-weight: 700;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   cursor: pointer;
   transition: all 0.3s ease;
   min-width: 280px;
 }

 .btn-action:hover {
   background-color: #a32d39;
 }

 /* ─── AFFIDABILITÀ SECTION ─────────────────────────────── */
 .affidabilita-section {
   position: relative;
   background: var(--gray-bg);
   padding: 5rem 1rem 4rem 1rem;
 }

 .affidabilita-decoration-1 {
   position: absolute;
   top: 10%;
   left: 25%;
   max-width: 200px;
   height: auto;
   z-index: 1;
   opacity: 0.8;
 }

 .affidabilita-decoration-2 {
   position: absolute;
   top: 20%;
   right: 20%;
   max-width: 200px;
   height: auto;
   z-index: 1;
   opacity: 0.8;
 }

 .affidabilita-divider {
   position: absolute;
   top: -50px;
   left: 50%;
   transform: translateX(-50%);
   max-width: 100px;
   height: auto;
   z-index: 50;
 }


 .successo-divider {
   position: absolute;
   top: -50px;
   left: 50%;
   transform: translateX(-50%);
   max-width: 100px;
   height: auto;
   z-index: 50;
 }


 .supporto-divider {
   position: absolute;
   top: -50px;
   left: 50%;
   transform: translateX(-50%);
   max-width: 100px;
   height: auto;
   z-index: 50;
 }


 .qualita-divider {
   position: absolute;
   top: -50px;
   left: 50%;
   transform: translateX(-50%);
   max-width: 100px;
   height: auto;
   z-index: 50;
 }

 .affidabilita-title {
   font-family: 'Playfair Display', serif;
   font-size: 3.5rem;
   font-weight: 700;
   color: var(--burgondy);
   margin-bottom: 0.5rem;
 }

 .affidabilita-title sup {
   font-size: 2rem;
   margin-top: 33px;
   margin-left: 3px;
 }

 .affidabilita-subtitle {
   font-family: 'Work Sans', sans-serif;
   font-size: 1rem;
   font-weight: 700;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   color: var(--dark);
   margin-bottom: 0.5rem;
 }

 .affidabilita-text {
   font-family: 'Work Sans', sans-serif;
   font-size: 1rem;
   line-height: 1.8;
   color: var(--dark);
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
 }

 .affidabilita-text em {
   font-style: italic;
 }

 .affidabilita-cards-title {
   font-family: 'Work Sans', sans-serif;
   font-size: 1.2rem;
   font-weight: 700;
   letter-spacing: 0.1em;
   color: var(--dark);
   margin-bottom: 2rem;
 }

 .affidabilita-card {
   background: #3a3a3a;
   color: var(--white);
   padding: 2rem 1.5rem;
   border-radius: 15px;
   height: 100%;
   display: flex;
   flex-direction: column;
 }

 .affidabilita-card .card-title {
   font-family: 'Work Sans', sans-serif;
   font-size: 1rem;
   font-weight: 700;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   margin-bottom: 1rem;
   line-height: 1.3;
 }

 .affidabilita-card .card-text {
   font-family: 'Work Sans', sans-serif;
   font-size: 0.95rem;
   line-height: 1.6;
   flex-grow: 1;
 }

 .text-dark {
   color: var(--dark) !important;
 }

 /* ─── BACKGROUND SECTION ─────────────────────────────── */
 .background-section {
   position: relative;
   height: 550px;
   background-image: url('../images/Foto sfondo-100.jpg');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }

 .background-image {
   position: absolute;
   right: 30%;
   top: 50%;
   transform: translateY(-50%);
   height: auto;
   max-width: 200px;
 }

 /* ─── QUALITÀ SECTION ─────────────────────────────── */
 .qualita-section {
   position: relative;
   background-image: url('../images/Sfondo qualita.jpg');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   padding: 4rem 1rem;
 }

 .qualita-decoration-1 {
   position: absolute;
   top: 6%;
   left: 8%;
   max-width: 200px;
   height: auto;
   z-index: 1;
   opacity: 1;
 }


 .qualita-decoration-2 {
   position: absolute;
   top: 15%;
   right: 10%;
   max-width: 150px;
   height: auto;
   z-index: 1;
   opacity: 0.8;
 }



 .qualita-decoration-3 {
   position: absolute;
   top: 8%;
   right: 20%;
   max-width: 200px;
   height: auto;
   z-index: 1;
   opacity: 0.8;
 }

 .qualita-title {
   font-family: 'Playfair Display', serif;
   font-size: 3.5rem;
   font-weight: 700;
   color: var(--burgondy);
   margin-bottom: 0.5rem;
 }

 .qualita-subtitle {
   font-family: 'Work Sans', sans-serif;
   font-size: 1rem;
   font-weight: 700;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   color: var(--dark);
   margin-bottom: 0.5rem;
 }

 .qualita-text {
   font-family: 'Work Sans', sans-serif;
   font-size: 1rem;
   line-height: 1.8;
   color: var(--dark);
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
 }

 .qualita-materials-title {
   font-family: 'Work Sans', sans-serif;
   font-size: 1.2rem;
   font-weight: 700;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   color: var(--dark);
   margin-bottom: 2rem;
   margin-top: 2rem;
 }

 .material-card {
   background: var(--white);
   padding: 2rem 1.5rem;
   border-radius: 15px;
   height: 100%;
   display: flex;
   flex-direction: column;
   min-height: 180px;
 }

 .material-card .card-title {
   font-family: 'Work Sans', sans-serif;
   font-size: 0.9rem;
   font-weight: 700;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   color: var(--dark);
   margin-bottom: 0.2rem;
   line-height: 1.3;
 }

 .material-card .card-text {
   font-family: 'Work Sans', sans-serif;
   font-size: 0.85rem;
   line-height: 1.5;
   color: var(--dark);
   flex-grow: 1;
   text-transform: uppercase;
   letter-spacing: 0.02em;
 }

 .features-card {
  padding-top: 0!important;
   padding: 1.5rem;
 }

 .features-card h5 {
   font-family: 'Work Sans', sans-serif;
   font-size: 0.9rem;
   font-weight: 700;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   color: var(--dark);
   margin-bottom: 0.2rem;
   line-height: 1.3;
 }

 .features-card p {
   font-family: 'Work Sans', sans-serif;
   font-size: 0.95rem;
   line-height: 1.6;
   color: var(--dark);
   text-align: start;
 }

 /* ─── SUPPORTO SECTION ─────────────────────────────── */
 .supporto-section {
   position: relative;
   background: var(--white);
   padding: 4rem 1rem;
 }

 .supporto-decoration-1 {
   position: absolute;
   top: 12%;
   right: 5%;
   max-width: 300px;
   height: auto;
   z-index: 1;
   opacity: 0.8;
 }

 .supporto-title {
   font-family: 'Playfair Display', serif;
   font-size: 3.5rem;
   font-weight: 700;
   color: var(--burgondy);
   margin-bottom: 0.5rem;
 }

 .supporto-subtitle {
   font-family: 'Work Sans', sans-serif;
   font-size: 1rem;
   font-weight: 700;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   color: var(--dark);
   margin-bottom: 0.5rem;
 }

 .supporto-text {
   font-family: 'Work Sans', sans-serif;
   font-size: 1rem;
   line-height: 1.8;
   color: var(--dark);
   max-width: 900px;
   margin-left: auto;
   margin-right: auto;
 }

 .supporto-card {
   background: #3a3a3a;
   color: var(--white);
   padding: 2rem 1.5rem;
   border-radius: 15px;
   height: 100%;
   display: flex;
   flex-direction: column;
 }

 .supporto-card .card-title {
   font-family: 'Work Sans', sans-serif;
   font-size: 0.9rem;
   font-weight: 700;
   letter-spacing: 0.05em;
   color: var(--white);
   margin-bottom: 1.5rem;
   line-height: 1.4;
 }

 .supporto-card .card-text {
   font-family: 'Work Sans', sans-serif;
   font-size: 0.9rem;
   line-height: 1.6;
   color: var(--white);
   flex-grow: 1;
 }

 /* ─── SUCCESSO SECTION ─────────────────────────────── */
 .successo-section {
   position: relative;
   background: var(--gray-bg);
   background-image: url('../images/Sfondo successo.jpg');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   padding: 4rem 1rem 5rem 1rem;
 }

 .successo-decoration-1 {
   position: absolute;
   top: 10%;
   left: 10%;
   max-width: 200px;
   height: auto;
   z-index: 1;
   opacity: 1;
 }


 .successo-decoration-2 {
   position: absolute;
   bottom: 10%;
   right: 10%;
   max-width: 200px;
   height: auto;
   z-index: 1;
   opacity: 1;
 }

 .successo-title {
   font-family: 'Playfair Display', serif;
   font-size: 3.5rem;
   font-weight: 700;
   color: var(--burgondy);
   margin-bottom: 0.5rem;
 }

 .successo-subtitle {
   font-family: 'Work Sans', sans-serif;
   font-size: 1rem;
   font-weight: 700;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   color: var(--dark);
   margin-bottom: 0.5rem;
 }

 .successo-text {
   font-family: 'Work Sans', sans-serif;
   font-size: 1rem;
   line-height: 1.8;
   color: var(--dark);
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
 }

 .successo-numbers-title {
   font-family: 'Work Sans', sans-serif;
   font-size: 1.2rem;
   font-weight: 700;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   color: var(--dark);
   margin: 2rem 0;
 }

 .number-card {
   padding: 2rem 1.5rem;
   text-align: center;
 }

 .number-value {
   font-family: 'Playfair Display', serif;
   font-size: 3rem;
   font-weight: 700;
   color: var(--burgondy);
   line-height: 1;
   margin-bottom: 1rem;
 }

 .number-label {
   font-family: 'Work Sans', sans-serif;
   font-size: 0.9rem;
   line-height: 1.5;
   color: var(--dark);
   font-weight: 600;
 }

 /* ─── CONTATTO SECTION ─────────────────────────────── */
 .contatto-section {

   padding: 4rem 1rem;
 }

 .contatto-title {
   font-family: 'Playfair Display', serif;
   font-size: 3.5rem;
   font-weight: 700;
   color: var(--burgondy);
   margin-bottom: 1.5rem;
 }

 .contatto-subtitle {
   font-family: 'Work Sans', sans-serif;
   font-size: 1rem;
   font-weight: 700;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   color: var(--dark);
   margin-bottom: 2rem;
   line-height: 1.6;
 }

 .contatto-form {
   max-width: 95%;
   margin-left: auto;
   margin-right: auto;
   padding: 0 1rem;
 }

 .form-group {
   margin-bottom: 1.5rem;
 }

 .form-input {
   display: block;
   width: 100%;
   padding-top: .375rem;
   padding-right: .75rem;
   padding-left: 0rem;
   padding-bottom: .2rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   background-color: transparent;
   background-clip: padding-box;
   border-left: none;
   border-right: none;
   border-bottom: 1px solid #333333;
   border-top: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border-radius: .0rem;
   transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 }

 .form-input:focus {
   outline: none;
   border-bottom-color: var(--burgondy);
   box-shadow: 0 1px 0 0 var(--burgondy);
 }

 .form-input::placeholder {
   color: var(--dark);
   text-transform: uppercase;
   opacity: 1;
 }

 .form-label {
   font-weight: 600;
   font-size: 0.95rem;
   color: var(--dark);
   display: block;
   margin-bottom: 1rem;
 }

 .radio-group {
   display: flex;
   flex-direction: column;
   gap: 0.75rem;
   padding-left: 0;
   margin-left: 0;
   margin-top: 0.5rem;
   width: 100%;
 }

 .form-check {
   display: flex;
   align-items: flex-start;
   padding: 0;
   margin-bottom: 0;
   margin-left: 0;
   flex-wrap: wrap;
   gap: 0.75rem;
 }

 .form-check-input {
   width: 1.25em;
   height: 1.25em;
   margin-right: 0;
   margin-top: 0.12rem;
   cursor: pointer;
   flex-shrink: 0;
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   border: 2px solid #999999;
   border-radius: 50%;
   background-color: transparent;
   transition: all 0.2s ease-in-out;
   position: relative;
 }

 .form-check-input:hover {
   border-color: var(--burgondy);
 }

 .form-check-input:checked {
   border-color: var(--burgondy);
   background: radial-gradient(circle, var(--burgondy) 35%, transparent 35%);
 }

 .form-check-input:focus {
   outline: none;
   border-color: var(--burgondy);
   box-shadow: 0 0 0 3px rgba(183, 54, 68, 0.1);
 }

 .form-check-label {
   cursor: pointer;
   margin-bottom: 0;
   font-size: 0.95rem;
   color: var(--dark);
   line-height: 1.5;
   padding-top: 0.05rem;
 }

 .form-wrapper {
   padding: 2rem 1rem;
 }

 /* ─── BADGE ─────────────────────────────────────────── */
 .cert-badge {
   height: 130px;
   width: 130px;
 }



 .appuntamento-section {
   position: relative;
   padding: 8rem 1rem 4rem 1rem;
   background-color: var(--gray-bg);

   background-image: url('../images/Limone.jpg');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }

 .appuntamento-decoration-1 {
   position: absolute;
   top: 10%;
   left: 5%;
   max-width: 200px;
   height: auto;
   z-index: 1;
   opacity: 0.8;
 }

 .form-wrapper {
   min-height: 500px;
   background-color: var(--gray-bg);
   border-radius: 1.5rem;
 }

 .text-muted {
   color: #999 !important;
 }

 .stats-box {
   background-color: #3a3a3a;
   border-radius: 1.5rem;
   padding: 2rem 2.5rem;
   max-width: 860px;
   width: 100%;
 }

 .stat-item {
   display: flex;
   flex-direction: column;
   gap: 0;
 }

 .stat-prefix {
   font-family: 'Work Sans', sans-serif;
   font-size: 0.78rem;
   font-weight: 500;
   color: #ffffff;
   text-transform: lowercase;
   letter-spacing: 0.01em;
   line-height: 1.2;
   min-height: 1rem;
 }

 .stat-number {
   font-family: 'Playfair Display', serif;
   font-style: italic;
   font-weight: 700;
   font-size: 3.8rem;
   color: #ffffff;
   line-height: 1.8rem;
   margin-bottom: 1.5rem;
 }

 .stat-label {
   font-family: 'Work Sans', sans-serif;
   font-size: 0.78rem;
   font-weight: 600;
   color: #ffffff;
   line-height: 1.35;
   letter-spacing: 0.01em;

 }

 @media (max-width: 576px) {
   .stats-box {
     padding: 1.5rem 1.2rem;
   }

   .stat-item {
     flex-basis: calc(50% - 0.75rem)!important;
   }

   .stat-number {
     font-size: 2.8rem;
   }

   .affidabilita-title,
   .qualita-title,
   .supporto-title,
   .successo-title,
   .contatto-title {
     font-size: 2.5rem;
   }

   .vendite-title {
     font-size: 2rem;
   }
 }

 .stats-container {
   /*position: absolute;
   top: -86px;
   left: 50%;
   transform: translateX(-50%);
   height: auto;
   z-index: 50;*/
 }


 .cert-container {
   position: absolute;
   top: -65px;
   left: 50%;
   transform: translateX(-50%);
   height: auto;
   z-index: 50;
 }

 .mt-10{
    margin-top: 6rem !important;
 }
.form-interest .radio-group .form-check-label {
    line-height: 1.35;
}

.contatto-form .form-check-input:focus {
    box-shadow: none;
}
.radio-group-interest {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  width: 100%;
}

.radio-group-interest .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  flex: 0 1 auto;
  flex-wrap: nowrap;
}

.radio-group-interest .form-check-input {
  margin: 0;
  margin-top: 0.2rem;
  flex: 0 0 auto;
}

.radio-group-interest .form-check-label {
  margin: 0;
  padding: 0;
  line-height: 1.35;
  text-align: left;
}
@media (min-width: 768px) {
  .radio-group-interest .form-check {
    width: auto;
  }
}
.iti {
  width: 100%;
  display: block;
}

.iti input.form-input,
.iti input[type="tel"] {
  width: 100%;
  padding-left: 95px !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti__selected-dial-code {
  color: var(--dark);
}
.radio-group-interest {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  width: 100%;
}

.radio-group-interest .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  flex: 0 1 auto;
  flex-wrap: nowrap;
}

.radio-group-interest .form-check-input {
  margin: 0;
  margin-top: 0.2rem;
  flex: 0 0 auto;
}

.radio-group-interest .form-check-label {
  margin: 0;
  padding: 0;
  line-height: 1.35;
  text-align: left;
}

.btn-action:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

.affidabilita-uptitle{
  position: absolute;
  font-family: 'Work Sans', sans-serif;
    font-size: 0.675rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    /*color: var(--dark);*/
    right: -65px;
    top: -40px;
}

.fa-brands{
  color: var(--dark);
}

.bg-gray {
  background-color: var(--gray-bg) !important;
}

.footer-links {
    color: #333333;
    text-decoration: none;
}

.footer-links:hover {
    color: #ab9671;
    text-decoration: none;
}

.privacy-policy-link{
  color: #3a3a3a;
}


.privacy-policy-link:hover{
  color: #b73644;
}

@media (max-width: 768px) {
  
.hero-title {
  line-height: 3rem;
}
}