html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #ffffff;
  color: #000000;
}
#voce-home {
color:#fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.2;
    text-align: center;
position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 1001;
    /* width: 30px; */
    height: 22px;
    cursor: pointer;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
}
#voce-home a {
    text-decoration: none;color:#fff;
}
a{
    text-decoration: none;
    /*aggiungo questo per i link pagina siti web*/color:#000;
}

p{
  font-size: 19px;
}

.section {
  /*padding: 6rem 2rem;*/
  text-align: center;
}

.section.dark {
  background: #000;
  color: #ffffff;
}

.section.dark h2 {

font-family: 'Titillium Web', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    /* letter-spacing: 0.08em; */
    margin-bottom: 1.5rem;
    
    }

.section.dark p {
font-family: 'Titillium Web', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    color: #ffffff;
    text-align: justify;
    }

/* === HERO STYLE aggiornato === */
.hero-key {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem 2rem;
  color: #ffffff;
  overflow: hidden;
  background: url('../images/hero-bg.jpg') center center / cover no-repeat;
}

.hero-key::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(15, 28, 41, 0.95) 0%,
    rgba(81, 99, 118, 0.88) 50%,
    rgba(223, 33, 154, 0.85) 100%
  );
  z-index: 1;
}

.hero-key .hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

/* NUOVA TAGLINE */
.hero-tagline {
  font-family: 'Titillium Web', sans-serif;
  /*font-size: 0.8rem;*/
  font-weight: 400;
  letter-spacing: 0.15em;
    text-align: justify;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
  
}

/* TITOLO */
.hero-key h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
    text-align: left;
  
  /*letter-spacing: 0.08em;*/
  margin-bottom: 1.5rem;
  color: #ffffff;
}

/* PARAGRAFO GIUSTIFICATO */
.hero-key p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  color: #ffffff;
  max-width: 700px;
  /*margin: 0 auto 2.5rem;*/
  text-align: justify;
}

/* BOTTONE IN STILE key-one (bianco, bordo bianco) */
.button-key {
  display: inline-block;
    text-align: left;
    margin-top: 4.5rem;
  padding: 1rem 2.2rem;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 1px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

.column-box a.button-key{
  display: flex;
  justify-self: center;
  max-width: 100px;
}

.button-key:hover {
  background-color: #ffffff;
  color: #000000;
}

.button.primary {
  background-color: #000;
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.button.primary:hover {
  background-color: #ffcc00;
  color: #000;
}

/* === CHI SONO (2 colonne con animazioni opposte) === */
#chi-sono {
  background-color: #ffffff;
  padding: 6rem 2rem;
  font-family: 'Titillium Web', sans-serif;
}

.chi-sono-wrapper {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  gap: 3rem;
}

.chi-sono-text {
  flex: 1 1 50%;
  text-align: left;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: justify;
    border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    90deg,
    #0f1c29,
    #516376,
    #df219a
  );
  border-image-slice: 1;
}

.chi-sono-text h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
    text-align: justify;
    
  margin-top: 0;
  margin-bottom: 1.5rem;

  
}

.chi-sono-text p {
  font-family: 'Titillium Web', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    max-width: 700px;
    text-align: justify;
}

.chi-sono-img:nth-child(even) {
  flex: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.chi-sono-img:nth-child(odd) {
  flex: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.chi-sono-img img {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}


/* === COME LAVORO – stesso layout della sezione CHI SONO === */
#come-lavoro {
  background-color: #ffffff;
  padding: 6rem 2rem;
  font-family: 'Sohne Mono', sans-serif;
}

#come-lavoro .come-lavoro-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 3rem;
}

#come-lavoro .come-lavoro-text {
  font-family: 'Titillium Web', sans-serif;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  padding-bottom: 1rem;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #0f1c29, #516376, #df219a);
  border-image-slice: 1;
    text-align: left;
}

#come-lavoro .come-lavoro-text h2 {
  font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

#come-lavoro .come-lavoro-text ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#come-lavoro .come-lavoro-text ul li {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 1.5rem;
  color: #000000;
  text-align: justify;
  max-width: 700px;
}

#come-lavoro .come-lavoro-text ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #df219a;
  font-weight: bold;
}

p.parte-lavoro {
font-family: 'Titillium Web', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    max-width: 700px;
    text-align: justify;
}
#come-lavoro .come-lavoro-img {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#come-lavoro .come-lavoro-img img {
  width: 100%;
  max-width: 340px;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

/* === CON CHI LAVORO  */
#con-chi {
  background-color: #ffffff;
  padding: 6rem 2rem;
  font-family: 'Titillium Web', sans-serif;
}

.con-chi-wrapper {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  gap: 3rem;
}

.con-chi-text {
  flex: 1 1 50%;
  text-align: left;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: justify;
    border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    90deg,
    #0f1c29,
    #516376,
    #df219a
  );
  border-image-slice: 1;
}

.con-chi-text h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
    text-align: justify;
    
  margin-top: 0;
  margin-bottom: 1.5rem;

  
}

.con-chi-text p {
  font-family: 'Titillium Web', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    max-width: 700px;
    text-align: justify;
}

.con-chi-img {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-chi-img img {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}
#con-chi .con-chi-text ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#con-chi .con-chi-text ul li {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 1.5rem;
  color: #000000;
  text-align: justify;
  max-width: 700px;
}

#con-chi .con-chi-text ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #df219a;
  font-weight: bold;
}

@media screen and (max-width: 768px){
    #chi-sono, #con-chi, #come-lavoro{
        padding: 2rem 2rem;
    }
    #chi-sono .chi-sono-wrapper, #con-chi .chi-sono-wrapper{
        flex-wrap: nowrap;
        flex-direction: column;
    }
    #come-lavoro .come-lavoro-wrapper{
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }
}
/*CARDS*/

.container {
  /*max-width: 1000px;*/max-width: 1200px; padding: 0 auto /*20px*/;
  margin: 0 auto;
}
h2#servizi { font-family: 'Titillium Web', sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    /* letter-spacing: 0.08em; */
    margin-bottom: 1.5rem;
    color: #ffffff;
    }

.three-columns-section {
  padding: 80px 20px;
  background-color: #000000;
    
}


.columns-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
    justify-content: center;
}

.column-box {
    background: linear-gradient(135deg, #df219a, #83ade1);
  
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.column-box ul {  list-style: none;
		
		    padding-left: 0;
		
		    margin: 0;}

.column-box ul li {
      font-family: 'Titillium Web', sans-serif;
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 300;
      margin-bottom: 0.75rem;
      position: relative;
	  color: #ffffff;
	  text-align: justify;
	  max-width: 700px
}
h2.cards, p.cards {
    font-family: 'Titillium Web', sans-serif;
    /*font-size: 2rem;*/
    font-weight: 200;
    line-height: 1.2;
    text-align: center;
  margin-bottom: 1rem;
  color:#ffffff;
}

.column-box h2 {
    /*font-size: 2rem;*/
    font-weight: 200;
    line-height: 1.2;
    text-align: center;
  margin-bottom: 1rem;
  color:#ffffff;
}

.column-box p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    color: #ffffff;
    text-align: left;
}
.hero-inner ul {
    
    padding-left: 0;
    margin: 0;
    }

.hero-inner ul li {
    font-family: sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1.5rem;
    color: #ffffff;
    text-align: left;
    max-width: 700px;
}

.hero-inner ul li a {
   text-decoration: none; color:#ffffff;
}


/* ANIMAZIONE WOW.JS */
.wow {
  visibility: hidden;
}

.animate__animated {
  visibility: visible;
}

/* RESPONSIVE: da 768px in su affianca le colonne */
@media screen and (min-width: 768px) {
  .columns-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .column-box {
    flex: 0 1 calc(33.333% - 1.5rem);
  }
}
/**** PROVO A SVILUPPARE LE CARD FINE  *****/
   
.services {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
   
.service-box {
  flex: 0 1 calc(50% - 1rem);
  max-width: calc(30% - 1rem);
  padding: 2rem;
  background-color: #111;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
  background-clip: padding-box;
    
}


.service-box .button-key {
  margin-top: 1.5rem;
  display: inline-block;
}


.service-box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #df219a, #83ade1);
  z-index: -1;
  border-radius: 14px;
}


.service-box h3 { font-family: 'Titillium Web', sans-serif;
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.2;
    text-align: center;
    /* letter-spacing: 0.08em; */
    margin-bottom: 1.5rem;
    color: #ffffff;
    }

.service-box p { font-family: 'Titillium Web', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    color: #ffffff;
    
    }

img.icon {
  width: 48px;
  margin-bottom: 1rem;
  text-align: center;
}

.column-box img.icon{
  display: flex;
  justify-self: center;
}

.steps {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.step {
  background: #ffcc00;
  color: #000;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}

footer {
  text-align: center;
  padding: 2rem;
  background: #000000;
  font-size: 0.9rem;
}
 footer p {

font-family: 'Titillium Web', sans-serif;
    /* font-size: 0.8rem; */
    font-weight: 400;
    letter-spacing: 0.15em;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1rem;
    display: block;
}

footer p a { text-decoration: none; }

/* Hero Section with background image and parallax effect */
.hero-banner {
    opacity: 0.9;
  position: relative;
  background-image: url('../images/office.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* PARALLAX EFFECT */
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 2rem;
  z-index: 1;
  overflow: hidden;
}


/* Contenuto interno sopra overlay e sfondo */
.hero-banner .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

/* Scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 30px;
  font-size: 0.95rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}

p#testo-centrato {text-align: center;}

/* ======= VERSIONE MOBILE RESPONSIVE ======= */


@media screen and (min-width: 769px) {
  .services {
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
  }

  .service-box {
    width: calc(33.333% - 1.5rem);
  }
}

@media screen and (max-width: 768px) {
  .hero-lists {
    flex-direction: row;
    justify-content: space-between;
  }

  }
  div.hero-inner h2{
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    /* letter-spacing: 0.08em; */
    margin-bottom: 1.5rem;
    color: #ffffff;
  }

  .hero-banner {
    background-attachment: scroll; /* fallback per mobile */
    padding: 4rem 1.5rem;
    height: 100vh;
    background-position: center top;
  }

  .hero-banner::before {
    background: rgba(255, 204, 0, 0.5); /* leggermente più visibile su mobile */
  }

  .hero-banner .hero-inner {
    max-width: 90%;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .hero-banner h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .hero-banner p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
    
    .hero-key h1 {
    letter-spacing: 0.00em;
  }
    
  }
    .chi-sono-text, .chi-sono-img, .con-chi-text, .con-chi-img {
        flex: 0 1 100%;
    max-width: 100%;
    
        }

    .chi-sono-text h2, .con-chi-text h2, #come-lavoro .come-lavoro-text h2 {text-align: left;}
    .chi-sono-img img {max-width:600px; margin: 0 auto;}

  .scroll-hint {
    font-size: 0.8rem;
    bottom: 20px;
    opacity: 0.6;
  }
  


  .chi-sono-img {
    text-align: center;
  }


}


@media screen and (max-width: 1279px) {
    .service-box {
    flex: 0 1 100%;
    max-width: 100%;
  }
    
    }


/* === BURGER ICON === */
.burger {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1001;
  width: 30px;
  height: 22px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger span {
  display: block;
  height: 3px;
  width: 100%;
  background: /*#000;#A9A9A9A9;*/ #035096;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

/* === MENU OVERLAY === */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.4s ease-out;
  z-index: 1000;
}

.menu-overlay.active {
  transform: translateX(0);
  opacity: 1;
}

.menu-overlay ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.menu-overlay li {
  margin: 1rem 0;
}

.menu-overlay a {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
}

/* Effetto gradiente su hover */
.menu-overlay a:hover {
  background: linear-gradient(90deg, #df219a, #83ade1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* === ANIMAZIONE HAMBURGER TOGGLE === */
.burger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.burger.open span:nth-child(2) {
  opacity: 0;
}
.burger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}


/*  PAGINA REALIZZAZIONE SITI WEB */

/* === HERO Sviluppo Web === */
.hero-key {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #0f1c29, #516376, #df219a);
  color: #ffffff;
  padding: 6rem 2rem;
  overflow: hidden;
}

.hero-inner h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-inner p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 700px;
  line-height: 1.6;
}

/* === Sezione Sviluppo Web === */
/* === Layout per .sviluppo-web-wrapper come da sito di riferimento === */
.sviluppo-web-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.sviluppo-web-text {
  order: 1;
}
section#chi-sono h2, section#come-lavoro h2 {
  background: linear-gradient(135deg, #0f1c29, #516376, #df219a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sviluppo-web-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #111;
}

.sviluppo-web-text p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2rem;
  text-align: justify;
}

.sviluppo-web-img {
  order: 2;
  text-align: center;
}

.sviluppo-web-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

/*  PAGINA STRATEGIE DI MARKETING */

.img-item {
    
    text-align: center;
    }

.img-item img {
    width: 60%
    }

.columns-wrapper#webmarketing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    }
.social-icons a {
    padding:1%; color:#fff;
    }

@media screen and (min-width: 768px) {
    #webmarketing .column-box {
        flex: 40%;
        max-width: 40%;
    }
}
    
@media screen and (min-width: 1100px) {
    #webmarketing .column-box {
        flex: 23%;
        max-width: 23%;
    }
}
    
    .hero-lists {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

.hero-lists ul {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-lists ul li {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 1.5rem;
  color: #ffffff;
  text-align: left;
}

.hero-lists ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #df219a;
  font-weight: bold;
}

.hero-lists ul li.ai::before {
  content: "";
}

/* FINE PAGINA STRATEGIE DI WEB MARKETING */
    
    /* PAGINA INTEGRAZIONI AI */
p#center {
    text-align: left;
    
  }
    
.chi-sono-img {
  flex: 1 1 40%;
  text-align: right;
  animation: fadeInRight 1s ease forwards;
}

 #cta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
}

#cta #testo-centrato {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  max-width: 800px;
}

#cta img#chatbot {
  display: block;
  max-width: 60%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
    .container-cta {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
        }
        
        h1 {
            color: #333;
            margin-bottom: 20px;
        }
        
        p {
            color: #000;
            line-height: 1.6;
            margin-bottom: 30px;
        }
        
        .centered-image {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
/* FINE PAGINA INTEGRAZIONI AI */
    
/* === Media Query: layout mobile-friendly === */
@media screen and (max-width: 991px) {
  .sviluppo-web-wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 3rem 1.5rem;
  }

  .sviluppo-web-text,
  .sviluppo-web-img {
    order: initial;
  }

  .sviluppo-web-text h2 {
    font-size: 2rem;
    text-align: center;
  }

  .sviluppo-web-text p {
    text-align: left;
  }

  .sviluppo-web-img img {
    max-width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .sviluppo-web-text h2 {
    font-size: 1.8rem;
  }

  .sviluppo-web-text p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

/*CONTATTI */
    .chi-sono-text p#testocontatti {
    max-width:100%;
  }
    span.contatti { font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
  line-height: 2.6;
  font-weight: 500;
        text-decoration: none;
   } 

i.fas{
    margin-right: 1rem;
}

.contact-item a{
    color: #fff;
}

/* === Footer === */
footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 2rem 0;
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.9rem;
}

    /* PRIVACY BANNER STYLES */
.privacy-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0f1c29;
  color: #fff;
  padding: 1.2rem 2rem;
  z-index: 9999;
  box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
  font-family: 'Titillium Web', sans-serif;
  border-top: 1px solid #516376;
}

.privacy-banner.active {
  transform: translateY(0);
}

.privacy-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.privacy-content p {
  flex: 1;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #ffffff;
}

.privacy-link {
  color: #df219a;
  text-decoration: underline;
  font-weight: 600;
  transition: opacity 0.3s;
}

.privacy-link:hover {
  opacity: 0.8;
}

.privacy-buttons {
  display: flex;
  gap: 1rem;
}

.privacy-button {
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid #df219a;
}

.privacy-button {
  background: #df219a;
  color: white;
}

.privacy-button.outline {
  background: transparent;
  color: #df219a;
}

.privacy-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .privacy-content {
    flex-direction: column;
    text-align: center;
  }
  
  .privacy-buttons {
    width: 100%;
    justify-content: center;
  }
  
  .privacy-button {
    padding: 0.5rem 1.2rem;
    font-size: 0.85rem;
  }
}