/* Adding fallback fonts in case Google Fonts fails to load */
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}




.hero {
    padding: 60px 120px;
    color: #1E1E1E;
    text-align: center !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
}

@media (min-width: 768px) {
    .hero {
        padding: 180px 120px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 80px 30px;
    }
}

.animated-title {
    position: relative;
    height: 100px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brace {
    font-size: 3.8em;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #2F415D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.left-brace {
    content: '{';
    left: 50%;
    margin-left: -15px;
    /* Closer to center */
    animation: expandLeft 1.5s ease-out forwards;
    will-change: transform, opacity, left;
}

.right-brace {
    content: '}';
    right: 50%;
    margin-right: -15px;
    /* Closer to center */
    animation: expandRight 1.5s ease-out forwards;
    will-change: transform, opacity, right;
}

.title-text {
    font-size: 3.5em;
    color: #1E1E1E;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    animation: fadeInText 1.2s ease-out forwards;
    animation-delay: 0.6s;
}

@keyframes expandLeft {
    0% {
        opacity: 0;
        left: 50%;
        transform: translateY(-50%) scale(0.5);
    }

    15% {
        opacity: 1;
        left: 50%;
        transform: translateY(-50%) scale(1);
    }

    100% {
        opacity: 1;
        left: calc(50% - 150px);
        transform: translateY(-50%) scale(1);
    }
}

@keyframes expandRight {
    0% {
        opacity: 0;
        right: 50%;
        transform: translateY(-50%) scale(0.5);
    }

    15% {
        opacity: 1;
        right: 50%;
        transform: translateY(-50%) scale(1);
    }

    100% {
        opacity: 1;
        right: calc(50% - 150px);
        transform: translateY(-50%) scale(1);
    }
}

.title-text {
    animation-delay: 0.8s;
}

@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.85);
    }

    60% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.03);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.hero p {
    font-size: 1.4em !important;
    color: #555;
    font-weight: 400 !important;
    margin: 15px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .hero p {
        font-size: 1.6em !important;
    }
}

/* Pulsante CTA aggiornato con lo stile di riferimento */
.cta-button1 {
    display: inline-block;
    padding: 16px 35px;
    margin-top: 20px;
    font-size: 1.1em;
    font-weight: 600;
    color: white;
    background-color: #2F415D;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 12px rgba(47, 65, 93, 0.2);
}

.cta-button1:hover {
    background-color: #1B2C4E;
    transform: scale(1.04);
    box-shadow: 0 6px 16px rgba(47, 65, 93, 0.3);
}

.highlight {
    font-weight: bold;
    font-size: 1.2em;
    color: #2F415D;
    -webkit-background-clip: text;
    position: relative;


}

 /* Servizi */

/* Servizi - Stile migliorato */
.services {
  background: linear-gradient(135deg, #F8FAFD 0%, #F5F8FA 100%);
  color: #1E1E1E;
  padding: 120px 0 140px;
  text-align: center;
  position: relative;
}

.section-header {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.section-eyebrow {
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 3px;
  font-weight: 600;
  color: #2F415D;
  padding: 8px 16px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 20px;
  background-color: rgba(141, 226, 211, 0.12);
}

.services h2 {
  font-size: 3.2em;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #1E1E1E;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: block; /* Cambiato da inline-block a block */
  line-height: 1.2;
}

.services p.subtitle {
  font-size: 1.3em;
  margin-bottom: 15px;
  color: #555;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 0 20px;
  position: relative;
}

/* Divisore tra l'intestazione e le sezioni di servizi */
.service-header-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 60px;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
}

.service-header-divider span {
  width: 40%;
  max-width: 400px;
  height: 1px;
  background: linear-gradient(90deg, rgba(47, 65, 93, 0.05), rgba(47, 65, 93, 0.2), rgba(47, 65, 93, 0.05));
}

.services p.subtitle span.bold-highlight {
  font-weight: bold;
  font-size: 1.1em;
  color: #2F415D;
  font-family: 'Poppins', sans-serif;
}



.service-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

.category-header {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2F415D, #3a526d);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(47, 65, 93, 0.15);
  transform: rotate(45deg);
  position: relative;
  overflow: hidden;
}

.category-icon i {
  font-size: 28px;
  color: white;
  transform: rotate(-45deg);
}

.section-category {
  text-align: center;
  margin: 0 0 12px;
  font-size: 2.4em;
  color: #2F415D;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.category-line {
  width: 100%;
  max-width: 100px;
  height: 3px;
  background: linear-gradient(90deg, rgba(141, 226, 211, 0.4), rgba(141, 226, 211, 0.8), rgba(141, 226, 211, 0.4));
  margin: 12px auto 0;
  border-radius: 3px;
}

/* Divisore tra sezioni semplificato */
.service-divider {
  position: relative;
  height: 80px;
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.divider-line {
  width: 40%;
  max-width: 400px;
  height: 1px;
  background: rgba(47, 65, 93, 0.15);
  opacity: 0.8;
}

.service-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap; /* Permette il wrapping quando lo spazio è insufficiente */
}

.service-card {
  background-color: #FFFFFF;
  border-radius: 16px;
  position: relative;
  border: 1px solid #E5E9F0;
  box-shadow: 0 15px 35px rgba(47, 65, 93, 0.08);
  transition: all 0.4s ease;
  width: 100%;
  max-width: 520px;
  height: auto; /* Altezza automatica invece di fissa */
  min-height: 380px; /* Altezza minima per mantenere l'aspetto */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 20px; /* Spazio tra le card quando si impilano */
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(47, 65, 93, 0.12);
  border-color: #D0DAE6;
}

.card-top {
  position: relative;
  padding: 50px 25px 30px;
  background: #f8f9fd;
  border-bottom: 1px solid rgba(47, 65, 93, 0.08);
}

.service-icon {
  width: 90px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #EDF2F7;
  box-shadow: 0 8px 20px rgba(47, 65, 93, 0.08);
  transition: all 0.4s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.05);
}

.service-icon img {
  width: 45px;
  height: 45px;
  filter: invert(25%) sepia(20%) saturate(1042%) hue-rotate(182deg) brightness(92%) contrast(87%);
  transition: all 0.4s ease;
}

.card-content {
  padding: 35px 35px 40px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
}

.service-card h3 {
  font-size: 1.7em;
  margin-bottom: 20px;
  font-weight: 600;
  color: #1E1E1E;
  font-family: 'Poppins', sans-serif;
  transition: color 0.3s ease;
}

.service-card:hover h3 {
  color: #2F415D;
}

.service-card p {
  font-size: 1.05em;
  color: #555;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.info-button {
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  background-color: #F0F5FF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E5E9F0;
  box-shadow: 0 5px 15px rgba(47, 65, 93, 0.08);
  z-index: 10;
}

.info-button img {
  width: 20px;
  height: 20px;
  opacity: 0.7;
  transition: all 0.3s ease;
  filter: invert(25%) sepia(20%) saturate(1042%) hue-rotate(182deg) brightness(92%) contrast(87%);
  outline: none;
}

.info-button:hover {
  background-color: #2F415D;
  transform: scale(1.15);
  border-color: #2F415D;
  box-shadow: 0 8px 20px rgba(47, 65, 93, 0.15);
}

.info-button:hover img {
  opacity: 1;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.discover-button-container {
  margin: 35px 0 40px;
  text-align: center;
}

/* Bottone semplificato */
.discover-more {
  display: inline-flex;
  align-items: center;
  padding: 16px 36px;
  background-color: #2F415D;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 600;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(47, 65, 93, 0.2);
}

.discover-more i {
  margin-left: 15px;
  font-size: 0.9em;
  transition: transform 0.3s ease;
}

.discover-more:hover {
  background-color: #1a2a3f;
  color: #fff;
  transform: translateY(-3px);
}

.discover-more:hover i {
  transform: translateX(5px);
}

/* Media queries ottimizzate (mantieni le esistenti) */
/* Laptop e desktop (≥992px) */
@media (min-width: 992px) {
  .service-row {
    flex-wrap: nowrap; /* Su desktop, manteniamo il layout orizzontale */
  }
  
  .service-card {
    flex: 1 1 45%; /* Permette un po' di flessibilità mantenendo larghezza simile */
    margin-bottom: 0; /* Rimuovi margine inferiore su desktop */
  }
}

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
  .service-row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .service-card {
    max-width: 90%; /* Più largo su tablet */
    margin-bottom: 10px;
  }
  
  .card-content {
    padding: 25px; /* Padding ridotto su tablet */
  }
}

/* Mobile (≤767px) */
@media (max-width: 767px) {
  .service-row {
    gap: 20px;
  }
  
  .service-card {
    max-width: 95%; /* Quasi tutta la larghezza su mobile */
    min-height: 320px; /* Altezza minima ridotta */
  }
  
  .card-top {
    padding: 30px 20px 20px; /* Padding ridotto */
  }
  
  .service-icon {
    width: 70px; /* Icona più piccola */
    height: 70px;
  }
  
  .service-icon img {
    width: 35px; /* Immagine dell'icona più piccola */
    height: 35px;
  }
  
  .card-content {
    padding: 20px; /* Padding ancora più ridotto su mobile */
  }
  
  .service-card h3 {
    font-size: 1.4em; /* Titolo più piccolo */
    margin-bottom: 15px;
  }
  
  .service-card p {
    font-size: 0.95em; /* Testo più piccolo */
  }
}

/* Schermi molto piccoli (≤480px) */
@media (max-width: 480px) {
  .service-container {
    padding: 0 10px; /* Meno padding sui lati */
  }
  
  .service-row {
    gap: 15px;
  }
  
  .services h2 {
    font-size: 2.4em; /* Titolo sezione più piccolo */
  }
  
  .services p.subtitle {
    font-size: 1.1em; /* Sottotitolo più piccolo */
  }
  
  .section-category {
    font-size: 2em; /* Titolo categoria più piccolo */
  }
  
  .service-card {
    min-height: 280px; /* Altezza minima ancora più ridotta */
  }
  
  .card-top {
    padding: 25px 15px 15px; /* Padding minore */
  }
  
  .info-button {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

/* Fix per allineamento categoria e contenuto */
.category-header {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* Migliora il divider tra le sezioni su mobile */
@media (max-width: 767px) {
  .service-divider {
    height: 60px;
    margin: 30px 0;
  }
}
/* Engage */


.integrations-section {
    padding: 80px 0 60px;
    background: #ffffff;
    position: relative;
    
    margin-bottom: -20px;
    margin-top: -50px; /* Margin negativo per attaccarsi alla sezione sopra */
}

 /* Aggiungiamo un elemento decorativo con il colore celestino */
.integrations-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; /* Altezza della fascia celestina */
    background-color: #F8FAFC; /* Colore celestino chiaro */
    z-index: 0;
}


.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
/* Assicuriamoci che il contenuto rimanga sopra la fascia celestina */
.container {
    position: relative;
    z-index: 1;
}
.section-title {
    font-size: 2.5em;
    font-weight: 600;
    color: #000000 !important;
    margin-bottom: 15px;
    line-height: 1.2;
}


.text-gradient, .section-title span {
color: #000000 !important;
background: none !important;
-webkit-background-clip: initial !important;
-webkit-text-fill-color: #000000 !important;
 }  


.section-subtitle {
    font-size: 1.3em;
    color: #555 !important;
    font-weight: 400;
    
    margin: 0 auto 30px;
    line-height: 1.6;
}

.highlight {
    font-weight: 700;
    color: solid black;
    position: relative;
    display: inline-block;
}


.comparison-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.comparison-column {
    flex: 1;
    margin-top: 12px;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.comparison-column:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.comparison-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 0.9em;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 2;
}

.old-way {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.old-way::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.02),
        rgba(0, 0, 0, 0.02) 10px,
        rgba(0, 0, 0, 0) 10px,
        rgba(0, 0, 0, 0) 20px
    );
    z-index: 0;
}

.old-way .comparison-badge {
    background: #95a5a6;
    color: white;
    margin-top: 20px;
}

.our-way {
    background-color: #fff;
    border: 2px solid #2F415D;
    margin-left: 15px;
    box-shadow: 0 10px 30px rgba(47, 65, 93, 0.15);
    position: relative;
    overflow: hidden;
}

.our-way::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(47, 65, 93, 0.03) 0%, rgba(74, 111, 165, 0.03) 100%);
    z-index: 0;
}

.our-way .comparison-badge {
    background: #2F415D;
    color: white;
    margin-top: 20px;
}

.comparison-column h3 {
    font-size: 1.8em;
    margin: 20px 0 25px;
    color: #2F415D;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.our-way h3 {
    color: #2F415D;
}

.old-way h3 {
color: #444; 
}

.comparison-image {
    margin-bottom: 30px;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.comparison-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.comparison-column:hover .comparison-image img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.4));
}

.our-way-overlay {
    background: linear-gradient(to bottom, rgba(47, 65, 93, 0.05), rgba(47, 65, 93, 0.2));
}

.comparison-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    z-index: 2;
}

.divider-line {
    width: 2px;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #2F415D, transparent);
}

.comparison-divider span {
    font-size: 1.5em;
    font-weight: 800;
    color: #2F415D;
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin: 15px 0;
    border: 2px solid #f0f0f0;
}

.comparison-list {
    list-style: none;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 1;
}

.comparison-list li {
    margin-bottom: 0px;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    line-height: 1.4; /* Migliora la leggibilità del testo */
}

.comparison-list li:last-child {
    border-bottom: none;
}

.comparison-list i {
    margin-right: 20px; /* Aumentato da 15px a 20px */
    font-size: 1.3em;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px; /* Assicura che l'icona mantenga la sua larghezza minima */
}

.comparison-list span {
    flex: 1;
    padding-left: 15px;
    padding-top: 0px;
}

.fa-times-circle {
    color: #333;
    font-size: 1.4em; /* Leggermente più grande */
}

.fa-times-circle {
    color: #2F415D;
    font-size: 1.4em; /* Leggermente più grande */
}

.old-way .comparison-list li {
    color: #666;
}

.our-way .comparison-list li {
    color: #333;
    font-weight: 500;
}

.integration-logos {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    padding: 40px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.integration-logos h4 {
    font-size: 1.5em;
    margin-bottom: 60px;
    color: #2F415D;
    font-weight: 600;
}

/* Integrazione logos */
.logos-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin: 20px auto;
}

/* Stile base per tutti gli items dei loghi */
.logo-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100px !important;
    height: 100px !important;
    background-color: #f8f9fa !important;
    border-radius: 16px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    margin: 10px !important;
    transition: all 0.3s ease !important;
    border: 1px solid transparent !important;
    position: relative !important;
    opacity: 1 !important;
}

/* Effetto hover sui loghi */
.logo-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12) !important;
    border-color: #e0e6ed !important;
}

/* Stile per le immagini nei loghi */
.logo-item img {
    max-width: 65% !important;
    max-height: 65% !important;
    transition: all 0.3s ease !important;
    object-fit: contain !important;
}

/* Effetto hover sulle immagini */
.logo-item:hover img {
    transform: scale(1.05) !important;
}

/* Stile specifico per il logo +99 - SOLUZIONE RIVEDUTA */
.more-tools {
    background-color: #2F415D !important;
    color: white !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 16px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
    line-height: 1.2 !important;
    padding: 15px !important; /* Aumentato padding */
}


/* Stile tooltip */
.tooltip {
    position: relative !important;
}

/* Contenuto del tooltip */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #2F415D;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    font-size: 1em !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    pointer-events: none;
    font-weight: normal !important;
}



/* Freccia del tooltip */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2F415D transparent transparent transparent;
}

/* Visualizzazione del tooltip all'hover */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}

/* Media query per dispositivi più piccoli */
@media (max-width: 768px) {
    .logo-item {
        width: 80px !important;
        height: 80px !important;
    }
    
    .more-tools {
        font-size: 1.5em !important;
    }
}

@media (max-width: 576px) {
    .logos-container {
        gap: 15px;
    }
    
    .logo-item {
        width: 60px !important;
        height: 60px !important;
    }
    
    .more-tools {
        font-size: 1.2em !important;
    }
}



@media (max-width: 992px) {
    .comparison-container {
        flex-direction: column;
    }
    
    .comparison-column {
        margin: 0 0 40px 0;
        width: 100%;
    }
    
    .comparison-divider {
        flex-direction: row;
        margin: 20px 0;
        width: 100%;
        justify-content: center;
    }
    
    .divider-line {
        width: 80px;
        height: 2px;
    }
    
    .section-title {
        font-size: 2.4em;
    }
}

@media (max-width: 768px) {
    .integrations-section {
        padding: 70px 0;
    }
    
    .section-title {
        font-size: 2em;
    }
    
    .section-subtitle {
        font-size: 1.1em;
    }
    
    .comparison-column h3 {
        font-size: 1.5em;
    }
    
    .comparison-image {
        height: 180px;
    }
    
    .logo-item {
        width: 70px;
        height: 70px;
    }
    
    
}

@media (max-width: 576px) {
    .logos-container {
        gap: 15px;
    }
    
    .logo-item {
        width: 60px;
        height: 60px;
    }
}

   /* Engage */

   /* Process */
   body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #F8FAFC;
    color: #1E1E1E;
    text-align: center;
  }

  .process-section {
    padding: 50px 20px;
    padding-bottom: 60px;
    margin-top: -50px;
    background-color: #F8FAFC;
  }

  .process-section h2 {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    
  }

  .subtitle {
    font-size: 1.3em;
    font-family: 'Poppins', sans-serif;
    color: #555;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center;
  }

  .process-container {
    position: relative;
  }

  .process-card {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: 1px solid #EAEAEA;
    text-align: left;
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    z-index: 1;
  }

  .process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  }

  .phase {
    position: absolute;
    top: -15px;
    left: 15px;
    background-color: #2F415D;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .process-card .phase i {
    font-size: 1em;
  }

  .process-card h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 35px 0 10px;
  }

  .process-card p {
    font-size: 1em;
    color: #444;
  }

  .details {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #EAEAEA;
  }

  .highlight {
    font-weight: bold;
    font-size: 1.3em;
    color: #1E1E1E;
  }

  .toggle-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1em;
    font-weight: 600;
    color: #2F415D;
    border: none;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    width: 100%;
    background-color: transparent;
  }

  .toggle-button:hover {
    background-color: rgba(47, 65, 93, 0.1);
  }

  .toggle-button i {
    font-size: 1em;
    transition: transform 0.3s ease-in-out;
  }

  .toggle-button.active i {
    transform: rotate(180deg);
  }
 
  /* Process */

  /* Pricing */

  body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #1E1E1E;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pricing-section {
    padding: 80px 20px;
    margin-top: -50px;
    background-color: #FFFFFF;
}

.pricing-section h2 {
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a2a3a;
    letter-spacing: -0.02em;
    text-align: center;
}

.pricing-section p.subtitle {
    font-size: 1.3em;
    color: #555;
    margin-bottom: 60px;
    font-weight: 400;
    line-height: 1.5;
}

.highlight {
    color: #2F415D;
    font-weight: 600;
    position: relative;
}

/* Improved form container styling */
.form-container {
    max-width: 750px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(47, 65, 93, 0.08);
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f4f8;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-container:hover {
    box-shadow: 0 15px 50px rgba(47, 65, 93, 0.12);
    border-color: #e0e6ed;
    transform: translateY(-5px);
}

/* Form content styling */
.form-content {
    position: relative;
    z-index: 1;
}

.form-content h3 {
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a2a3a;
    text-align: center;
    position: relative;
    display: block;
    letter-spacing: -0.01em;
}

.form-content h3:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #2F415D;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 2px;
}

.form-container:hover .form-content h3:after {
    width: 100px;
}

/* Service selection tabs */
.service-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8edf2;
    box-shadow: 0 4px 15px rgba(47, 65, 93, 0.05);
}

.service-tab {
    flex: 1;
    padding: 18px 15px;
    text-align: center;
    background: #f9fafc;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 500;
    color: #555;
    border-right: 1px solid #e8edf2;
    font-size: 1em;
    position: relative;
    overflow: hidden;
}

.service-tab:last-child {
    border-right: none;
}

.service-tab.active {
    background: #2F415D;
    color: white;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(47, 65, 93, 0.15);
    transform: translateY(-2px);
}

.service-tab:hover:not(.active) {
    background: #edf1f7;
    transform: translateY(-2px);
}

/* Migliora la linetta sotto i servizi */
.service-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #2F415D;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center;
    border-radius: 3px;
}

.service-tab:hover::after {
    transform: scaleX(0.8);
}

.service-tab.active::after {
    transform: scaleX(1);
}

/* Budget display */
.budget-display {
    background: #f5f8fc;
    padding: 22px;
    border-radius: 12px;
    margin-bottom: 35px;
    text-align: center;
    border: 1px solid #e8edf2;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(47, 65, 93, 0.05);
}

.budget-display:hover {
    box-shadow: 0 8px 20px rgba(47, 65, 93, 0.1);
    transform: translateY(-3px);
}

.budget-display p {
    margin: 0;
    color: #555;
    font-size: 1em;
    margin-bottom: 5px;
}

.budget-display .price {
    font-size: 2em;
    font-weight: 600;
    color: #1a2a3a;
    margin: 10px 0;
    letter-spacing: -0.02em;
}

.service-description {
    font-size: 1.05em;
    color: #444;
    margin-top: 8px;
    line-height: 1.4;
}

/* Form styling */
.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 10px;
}

.form-group {
    margin-bottom: 24px;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-group.full-width {
    grid-column: span 2;
}

.form-group label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 500;
    color: #1a2a3a;
    text-align: left;
    font-size: 0.95em;
    letter-spacing: 0.01em;
}

.form-group label i {
    margin-left: 8px;
    color: #2F415D;
    font-size: 1em;
    opacity: 0.8;
}

.input-icon {
    position: relative;
}

/* Rimuoviamo le icone all'interno degli input */
.input-icon i {
    display: none;
}

.input-icon input {
    padding-left: 16px; /* Ripristiniamo il padding normale */
}

.form-group input:focus + i,
.form-group input:valid + i {
    color: #2F415D;
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 16px;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95em;
    color: #333;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #f9fafc;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #2F415D;
    box-shadow: 0 0 0 4px rgba(47, 65, 93, 0.08);
    background-color: #fff;
}

/* Remove outline on click after focus */
.form-group input:not(:focus),
.form-group textarea:not(:focus),
.form-group select:not(:focus) {
    box-shadow: none;
}

.form-group textarea {
    min-height: 140px;
    resize: vertical;
    line-height: 1.6;
}

/* Custom select styling */
.form-group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232F415D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    padding-right: 45px;
    cursor: pointer;
}

.form-group select:hover {
    border-color: #c8d3e0;
}

.form-group select:focus {
    border-color: #2F415D;
}

/* Rimuovi outline su tutti gli elementi cliccabili */
.form-group input,
.form-group textarea,
.form-group select,
.checkbox-group input[type="checkbox"],
.submit-button,
.service-tab {
    outline: none !important;
}

/* Improved checkbox styling */
.checkbox-group {
    display: flex;
    align-items: center;
    margin-top: 15px;
    text-align: left;
    outline: none !important;
}

/* Miglioriamo la checkbox */
.checkbox-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex-shrink: 0;
    vertical-align: middle;
    background-color: #f9fafc;
    outline: none !important;
}



.checkbox-group input[type="checkbox"]:checked {
    background-color: #2F415D;
    border-color: #2F415D;
    outline: none !important;
}

.checkbox-group input[type="checkbox"]:hover,
.checkbox-group input[type="checkbox"]:focus {
    border-color: #2F415D;
    background-color: #f0f4f8;
    box-shadow: 0 0 0 3px rgba(47, 65, 93, 0.1);
    outline: none !important;
}

.checkbox-group input[type="checkbox"]:checked:hover,
.checkbox-group input[type="checkbox"]:checked:focus {
    background-color: #243549;
    outline: none !important;
}

.checkbox-group input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    color: white;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    outline: none !important;
}

.checkbox-group label {
    font-size: 0.95em;
    color: #444;
    line-height: 1.5;
    margin: 0;
    display: inline;
    outline: none !important;
}

/* Submit button */
.submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2F415D;
    color: #fff;
    padding: 16px 28px;
    font-size: 1.05em;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(47, 65, 93, 0.15);
    letter-spacing: 0.01em;
}

.submit-button:hover {
    background-color: #243549;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(47, 65, 93, 0.2);
}

.submit-button:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(47, 65, 93, 0.15);
}

.submit-button i {
    margin-right: 12px;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.submit-button:hover i {
    transform: translateX(4px);
}

/* Success message */
.success-message {
    display: none;
    background-color: #f0f9f4;
    color: #1a2a3a;
    padding: 25px;
    border-radius: 12px;
    margin-top: 25px;
    text-align: center;
    font-weight: 500;
    border-left: 4px solid #2F415D;
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(47, 65, 93, 0.08);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.success-message i {
    font-size: 1.6em;
    margin-right: 15px;
    color: #2F415D;
}

.success-message h4 {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 8px;
}

.success-message p {
    margin: 0;
    color: #555;
}

/* Feature highlights */
.features-highlight {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #f0f4f8;
    text-align: left;
}

.features-highlight h4 {
    font-size: 1.2em;
    color: #1a2a3a;
    margin-bottom: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.check-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 30px;
}

.check-list li {
    display: flex;
    align-items: center;
    font-size: 0.95em;
    color: #444;
    padding: 8px 0;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.check-list li:hover {
    transform: translateX(5px);
    color: #1a2a3a;
}

.check-list i {
    color: #2F415D;
    margin-right: 12px;
    font-size: 1.2em;
}

/* Service-specific content */
.service-content {
    display: none;
    grid-column: span 2;
    margin: 20px 0 30px;
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-content.active {
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-form {
        grid-template-columns: 1fr;
    }
    
    .form-group.full-width {
        grid-column: span 1;
    }
    
    .check-list {
        grid-template-columns: 1fr;
    }
    
    .form-container {
        padding: 30px 20px;
    }
    
    .service-tabs {
        flex-direction: column;
    }
    
    .service-tab {
        border-right: none;
        border-bottom: 1px solid #e8edf2;
        padding: 15px 10px;
    }
    
    .service-tab:last-child {
        border-bottom: none;
    }
    
    .pricing-section h2 {
        font-size: 2em;
    }
    
    .form-content h3 {
        font-size: 1.5em;
    }
    
    .budget-display .price {
        font-size: 1.7em;
    }
}

/* Focus visible styles - migliorati */
.form-group input:focus-visible,
.form-group textarea:focus-visible,
.form-group select:focus-visible,
.checkbox-group input[type="checkbox"]:focus-visible,
.submit-button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(47, 65, 93, 0.15);
}

        /* ... existing code ... */

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-form {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .form-group.full-width {
        grid-column: span 1;
    }
    
    .form-group {
        margin-bottom: 16px;
        width: 100%;
    }
    
    .input-icon {
        width: 100%;
        display: block;
    }
    
    .form-group input,
    .form-group textarea,
    .form-group select {
        width: 100%;
        padding: 14px;
        font-size: 16px;
        height: auto;
        box-sizing: border-box;
    }

    /* Aggiustiamo l'allineamento delle label e degli input */
    .form-group label {
        display: block;
        margin-bottom: 8px;
        width: 100%;
        text-align: left;
    }
    
    /* Correggiamo specificamente il problema dell'email */
    .form-group:nth-child(2) {
        margin-top: 0;
        align-self: start;
    }
    
    .check-list {
        grid-template-columns: 1fr;
    }
    
    .form-container {
        padding: 25px 20px;
        margin: 0 10px;
        width: auto;
    }
    
    .service-tabs {
        flex-direction: column;
    }
    
    .service-tab {
        border-right: none;
        border-bottom: 1px solid #e8edf2;
        padding: 15px 10px;
    }
    
    .service-tab:last-child {
        border-bottom: none;
    }
    
    .pricing-section h2 {
        font-size: 2em;
    }
    
    .form-content h3 {
        font-size: 1.5em;
    }
    
    .budget-display .price {
        font-size: 1.7em;
    }
    
    /* Miglioriamo la visualizzazione su schermi molto piccoli */
    .checkbox-group {
        align-items: flex-start;
    }
    
    .checkbox-group label {
        font-size: 0.9em;
        line-height: 1.4;
    }
    
    .submit-button {
        padding: 14px 20px;
        font-size: 1em;
    }
}

/* Aggiungiamo un breakpoint per schermi molto piccoli */
@media (max-width: 480px) {

    .contact-form {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .form-group {
        width: 100%;
        margin-bottom: 12px;
    }
    /* Assicuriamoci che tutti i campi abbiano la stessa altezza */
    .form-group input {
        height: 48px;
        line-height: normal;
    }

    .form-container {
        padding: 20px 15px;
        margin: 0 5px;
    }
    
    .budget-display {
        padding: 15px;
    }
    
    .budget-display .price {
        font-size: 1.5em;
    }
    
    .service-description {
        font-size: 0.95em;
    }
    
    .form-group label {
        font-size: 0.9em;
    }
    
    .features-highlight h4 {
        font-size: 1.1em;
    }
    
    .check-list li {
        font-size: 0.9em;
    }
}

/* Fix per evitare problemi di overflow su dispositivi mobili */
@media (max-width: 360px) {
    .form-group input,
    .form-group textarea,
    .form-group select {
        font-size: 14px;
        padding: 12px;
    }
    
    .checkbox-group input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }
}

/* Aggiungi alla fine del file */

/* Stile per il selettore di audience */
.audience-selector {
    max-width: 750px;
    margin: auto auto 60px;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(47, 65, 93, 0.08);
    animation: fadeIn 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #f0f4f8;
    position: relative;
}

.audience-selector h3 {
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a2a3a;
    text-align: center;
    position: relative;
    display: block;
    letter-spacing: -0.01em;
}

.audience-selector h3:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #2F415D;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 2px;
}

.audience-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.audience-option {
    flex: 1;
    max-width: 260px;
    background: #f9fafc;
    border: 2px solid #e8edf2;
    border-radius: 16px;
    padding: 30px 20px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.audience-option:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: transparent;
    transition: all 0.3s ease;
}

.audience-option:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(47, 65, 93, 0.15);
    border-color: #d0e0ed;
}

.audience-option:hover:before {
    background: #2F415D;
}

.audience-option.active {
    background: #fff;
    border-color: #2F415D;
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(47, 65, 93, 0.15);
}

.audience-option.active:before {
    background: #2F415D;
}

.audience-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(47, 65, 93, 0.08);
    border: 1px solid #f0f4f8;
    transition: all 0.3s ease;
}

.audience-option:hover .audience-icon,
.audience-option.active .audience-icon {
    background: #2F415D;
    border-color: #2F415D;
    transform: scale(1.05);
}

.audience-icon i {
    font-size: 32px;
    color: #2F415D;
    transition: all 0.3s ease;
}

.audience-option:hover .audience-icon i,
.audience-option.active .audience-icon i {
    color: #fff;
}

.audience-option h4 {
    margin: 15px 0 10px;
    font-size: 1.3em;
    font-weight: 600;
    color: #2F415D;
    transition: all 0.3s ease;
}

.audience-option p {
    font-size: 0.95em;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

/* Animazioni */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in {
    animation: fadeIn 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes fadeOut {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(-20px); }
}

.fade-out {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* Nascondi campi non necessari per i professionisti */
.form-group.hidden {
    display: none !important;
}

/* Crea sezione speciale per i servizi dei professionisti */
.service-tabs.professionisti {
    background: linear-gradient(135deg, rgba(47, 65, 93, 0.02) 0%, rgba(141, 226, 211, 0.05) 100%);
}

/* Responsive */
@media (max-width: 768px) {
    .audience-options {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .audience-option {
        width: 100%;
        max-width: 280px;
    }
    
    .audience-icon {
        width: 70px;
        height: 70px;
    }
    
    .audience-icon i {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .audience-selector {
        padding: 30px 20px;
    }
    
    .audience-selector h3 {
        font-size: 1.5em;
    }
    
    .audience-option {
        padding: 25px 15px;
    }
    
    .audience-icon {
        width: 60px;
        height: 60px;
    }
    
    .audience-icon i {
        font-size: 24px;
    }
}

/* Pricing */

/* FAQ */

.faq-section {
    background: #F8FAFC;
    padding: 80px 0;
    padding-bottom: -100px;
    text-align: center;
    margin-top: -50px;
    margin-bottom: -50px;

  }
  .section-title {
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    color: #2F415D;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .section-subtitle {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #567C8D;
    margin-bottom: 40px;
  }
  .faq-container {
    max-width: 800px;
    margin: auto;
  }
  .faq-item {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(47, 65, 93, 0.05);
  }
  
  .faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2F415D;
    transition: all 0.3s ease-out;
  }
  
  .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(47, 65, 93, 0.1);
  }
  
  .faq-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #E0E7EF;
    transition: all 0.3s ease-out;
  }
  
  .faq-item:hover::after {
    background: #2F415D;
  }
  
  .icon {
    font-size: 22px;
    color: #567C8D;
    font-weight: bold;
    transition: all 0.2s ease-out;
    margin-left: 10px;
  }
  
  .faq-item:hover .icon {
    color: #2F415D;
  }
  
  .faq-answer {
    display: none;
    padding: 15px 20px 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #2F415D;
    text-align: left;
    background: #EAF4FC;
    border-left: 4px solid #2F415D;
    margin: 0 15px 15px 15px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 8px rgba(47, 65, 93, 0.08);
  }
  
  .faq-item.active {
    box-shadow: 0 5px 15px rgba(47, 65, 93, 0.1);
  }
  
  .faq-item.active .faq-answer {
    display: block;
  }
  
  .faq-item.active .icon {
    transform: none;
  }
  
  .faq-item.active .faq-question {
    color: #2F415D;
    font-weight: 700;
  }

  
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .faq-question {
      font-size: 16px;
      padding: 12px 15px;
    }
    
    .faq-answer {
      font-size: 15px;
      padding: 12px 15px 15px;
      margin: 0 10px 10px 10px;
    }
    
    .section-title {
      font-size: 28px;
    }
    
    .section-subtitle {
      font-size: 16px;
      padding: 0 15px;
    }
  }
  
  @media (max-width: 576px) {
    .faq-container {
      max-width: 95%;
    }
    
    .faq-question {
      font-size: 15px;
      padding: 10px 12px;
    }
    
    .icon {
      font-size: 18px;
    }
  }

  /* FAQ */

  /* Rimuovi lo spazio sotto il footer */

