body {
    font-family: 'Montserrat-Alt1', sans-serif;
    font-size: 1.5vw;
    background-color: rgba(19, 19, 19, 1);
    /* background-image: url("../images/testbgt4.png"); */
    background-size: contain;
    margin: 0;
    background-repeat: no-repeat;
    color: #c9c9c9;
    padding: 0;
    padding-top: 8vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}



.hero-section{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 0.2vh;
    top: 15vh;
}

/* Innovation Section - Stili base mantenuti solo per compatibilità */
.innovation-section {
    display: flex;
    justify-content: space-evenly;
    margin: 5vh;
    position: relative;
    gap: 3vh;
    top: 20vh;
}


.card_title{
    position: relative;
    display: flex;
    align-self: flex-start;
    margin: 0.5vh 0 1vh 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #c9c9c9;
    transition: all 0.3s ease;
}

.text_p{
    font-size: 0.9rem;
    position: relative;
    margin: 0 0 1vh 0;
    line-height: 1.5;
    color: #999;
    flex-grow: 1;
    transition: all 0.3s ease;
}
  
#main-content {
    flex: 1;
    position: relative;
    z-index: 1;
}


