body {font-family: "Poppins", sans-serif ;
margin: 0px;
text-align: center;
background-color: white;}
h1 {color: #720abd ;
font-size: 50px;}
p{font-size: 20px;}
nav{
    display: flex;
    align-items: center;
    padding: 0px 50px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.logo {
    color: #720abd;
    font-size: 22px;
    font-weight: bold;
}
.logo img {
    width: 70px;
    height: auto;
    display: block;
}
.menu {
    display: flex;
    gap: 45px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
}
.menu a {
    color: #720abd;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 17px;
}
.menu a:hover {
    color: #5a078f;
    transform: translateY(-3px);
}
.azioni {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}
.azioni a {
    color: #720abd;
    text-decoration: none;
    gap: 17px;
}
.azioni a {
    transition: all 0.3s ease;
}
.azioni a:hover {
        color: #5a078f;
        transform: translateY(-3px);
    }
.button {
    background-color: #720abd;
    color: white !important;
    padding: 12px 20px;
    border-radius: 25px;
}
.button:hover {
    background-color: #5a078f;
}
.hero {
    margin-top: 0;
    padding: 225px 20px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero h1 {
    font-size: 60px;
    font-weight: 700;
    color: #720abd;
    margin: 0 0 22px 0;
    line-height: 1.1;
}
.hero-sottotitolo {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.hero-descrizione {
    font-size: 19px;
    font-weight: 400;
    color: #666;
    margin: 0;
}
.hero p {
    margin: 5px 0;
}
.hero-buttons {
    margin-top: 35px;
}
.hero-buttons a {
    display: inline-block;
    width: 150px;
    padding: 14px 32px;
    margin: 0 8px;
    border: none;
    border-radius: 25px;
    background-color: #720abd;
    color: white !important;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}
.hero-buttons .hero-button-secondary {
    background-color: transparent;
    color: #720abd !important;
    border: 2px solid #720abd;
}
.hero-buttons a:hover {
    background-color: #5a078f;
    transform: translateY(-3px);
}
.hero-buttons .hero-button-secondary:hover {
    background-color: #720abd;
    color: white !important;
    border-color: #720abd;
}
.hero a {
    color: #720abd;
    text-decoration: none;
}
.hero h1,
.hero p,
.hero-buttons {
    transform: translateY(-90px);
}
.Servizi {
    padding: 90px 50px 220px 50px;
    text-align: center;
    background-color: #e6e6e6;
}
.Servizi-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.Servizio {
    width: 300px;
    height: 180px;
    padding: 30px;
    border-radius: 12px;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.Servizio:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.379);
}
.Servizi h2 {
    color: #720abd;
    font-size: 40px;
    margin: 0 0 60px 0;
}
.Servizio h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
}
.Servizio p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}
.Servizio i {
    font-size: 35px;
    color: #720abd;
    margin-bottom: 20px;
}
.Servizi-button {
    display: inline-block;
    margin-top: 120px;
    padding: 15px 36px;
    background-color: #720abd;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: 16px;
    transition: all 0.3s ease;
}
.Servizi-button:hover {
    background-color: #5a078f;
    transform: translateY(-3px);
}
.Chi-Siamo {
    padding: 100px 8%;
    text-align: center;
    background-color: #ffffff;
}
.Chi-siamo-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 35px;
}

.Chi-siamo-eyebrow span {
    width: 55px;
    height: 2px;
    background-color: #cbb2e8;
}

.Chi-siamo-eyebrow p {
    margin: 0;
    color: #720abd;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
}

.Chi-Siamo h2 {
    margin: 0;
    font-size: 52px;
    line-height: 1.12;
    font-weight: 700;
    color: #202033;
}
.Chi-Siamo h2 strong {
    color: #720abd;
}
.Chi-siamo-intro {
    max-width: 850px;
    margin: 28px auto 70px auto;
    font-size: 18px;
    line-height: 1.7;
    color: #666;
}
.Chi-siamo-punti {
    display: flex;
    justify-content: center;
    gap: 80px;
    max-width: 1100px;
    margin: 0 auto;
}
.Chi-siamo-punto {
    width: 280px;
}
.Chi-siamo-icona {
    width: 80px;
    height: 80px;
    margin: 0 auto 22px auto;
    border-radius: 18px;
    background-color: #f4ecfa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Chi-siamo-icona i {
    font-size: 30px;
    color: #720abd;
}
.Chi-siamo-punto h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.Chi-siamo-punto p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}
.Chi-siamo-finale {
    margin-top: 65px;
}
.Chi-siamo-finale span {
    display: block;
    width: 55px;
    height: 2px;
    margin: 0 auto 25px auto;
    background-color: #cbb2e8;
}
.Chi-siamo-finale p {
    margin: 0;
    color: #720abd;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
}
.Contatti {
    padding: 50px 20%;
    text-align: center;
    background-color: #e6e6e6;
}
.Contatti h2 {
    color: #720abd;
    font-size: 40px;
    margin: 0 0 30px 0;
}
.Contatti p {
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 30px auto;
}
.Contatti-button {
    display: inline-block;
    padding: 12px 25px;
    background-color: #720abd;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.Contatti-button:hover {
    background-color: #5a078f;
    transform: translateY(-3px);
}
.Servizio h3,
.Servizio p {
    color: #000000;
    text-decoration: none;
}
.Servizi-page {
    padding: 100px 5%;
    text-align: center;
    background-color: #f7f5fa;
}
.Servizi-page h1 {
    color:#720abd;
    font-size: 40px;
    margin: 0 0 30px 0;
}
.Servizi-page p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 60px auto;
    color: #666666
}
.Servizio-page-card {
    width: 340px;
    height: auto;
    padding: 30px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}
.Servizio-page-card {
  transition: all 0.3s ease;
}
.Servizio-page-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.379);
}
.Servizio-page-button {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: auto;
    padding: 12px 25px;
    background-color: #720abd;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.Servizio-page-button:hover {
    background-color: #5a078f;
}
.Servizi-page-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.Pagina-singola {
    padding: 100px 20%;
    text-align: center;
    background-color: white;
}
.Pagina-singola-dettagli {
    padding: 70px 50px;
    text-align: center;
    background-color: #e6e6e6;
}
.Pagina-singola-dettagli h2 {
    color: #720abd;
    font-size: 35px;
    margin: 0 0 80px 0;
}

.Dettagli-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.Dettaglio {
    width: 250px;
    padding: 30px;
    border-radius: 12px;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.Dettaglio h3 {
    font-size: 21px;
    margin: 0 0 15px 0;
}

.Dettaglio p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
.Pagina-singola h1 {
    color: #720abd;
    font-size: 40px;
    margin: 0 0 30px 0;
}
.Pagina-singola p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}
.Sito-multipagina-dettagli {
    padding: 70px 50px;
    text-align: center;
    background-color: #f7f7f7;
}

.Sito-multipagina-dettagli h2 {
    color: #720abd;
    font-size: 35px;
    margin: 0 0 50px 0;
}
.Sito-personalizzato-dettagli {
    padding: 70px 50px;
    text-align: center;
    background-color: #e6e6e6;
}

.Sito-personalizzato-dettagli h2 {
    color: #720abd;
    font-size: 35px;
    margin: 0 0 50px 0;
}
.Portfolio-page {
    padding: 100px 20%;
    text-align: center;
    background-color: white;
}

.Portfolio-page h1 {
    color: #720abd;
    font-size: 40px;
    margin: 0 0 30px 0;
}

.Portfolio-page p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.Portfolio-progetti {
    padding: 70px 50px;
    text-align: center;
    background-color: #e6e6e6;
}

.Portfolio-progetti h2 {
    color: #720abd;
    font-size: 35px;
    margin: 0 0 50px 0;
}

.Portfolio-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.Portfolio-card {
    width: 280px;
    padding: 30px;
    border-radius: 12px;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.Portfolio-card h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
}
.Portfolio-card h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
}
.Portfolio-card a {
    display: inline-block;
    padding: 12px 25px;
    background-color: #720abd;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.Portfolio-card a:hover {
    background-color: #5a078f;
    transform: translateY(-3px);
}
.Portfolio-card {
    transition: all 0.3s ease;
}

.Portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.Contatti-page {
    padding: 100px 20%;
    text-align: center;
    background-color: white;
}
.Contatti-page h1 {
    color: #720abd;
    font-size: 40px;
    margin: 0 0 30px 0;
}
.Contatti-page h1::before {
    content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #720abd;
    border-radius: 10px;
    margin: 0 auto 20px auto;
}
.Contatti-page p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
    color: #666666;
}
.Contatti-info {
    padding: 0 6% 90px 6%;
    display: flex;
    justify-content: center;
    gap: 20px;
    background-color: #ffffff;
}

.Contatto {
    width: 250px;
    min-height: 250px;
    padding: 35px 25px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.Contatto i {
    font-size: 26px;
    color: #720abd;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #f4ecfa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px auto;
}
.Contatto {
    transition: all 0.3s ease;
}

.Contatto:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.Contatto a:hover {
    color: #720abd;
}
.Preventivo-page {
    padding: 100px 20%;
    text-align: center;
    background-color: white;
}

.Preventivo-page h1 {
    color: #720abd;
    font-size: 40px;
    margin: 0 0 30px 0;
}

.Preventivo-page p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}
.Preventivo-form {
    padding: 60px 20%;
    text-align: center;
    background-color: #f7f5fa;
}
.Preventivo-form h2 {
    color: #720abd;
    font-size: 35px;
    margin: 0 0 40px 0;
}
.Preventivo-form form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

    background-color: #ffffff;
    padding: 45px;
    border-radius: 20px;
    border: 1px solid #ececec;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.Preventivo-form label {
    text-align: left;
    font-size: 16px;
    margin-bottom: 8px;
}
.Preventivo-form input,
.Preventivo-form select,
.Preventivo-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #fafafa;
    outline: none;
    transition: all 0.3s ease;
}
.Preventivo-form input:focus,
.Preventivo-form select:focus,
.Preventivo-form textarea:focus {
    border-color: #720abd;
    box-shadow: 0 0 0 3px rgba(114, 10, 189, 0.10);
    background-color: #ffffff;
}
.Preventivo-form textarea {
    min-height: 150px;
    resize: vertical;
}
.Preventivo-form button {
    align-self: center;
    padding: 14px 38px;
    background-color: #720abd;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 10px;
}
.Preventivo-form button:hover {
    background-color: #5a078f;
    transform: translateY(-3px);
}
.Grazie-page {
    padding: 140px 20%;
    text-align: center;
    background-color: white;
}

.Grazie-page h1 {
    color: #720abd;
    font-size: 40px;
    margin: 0 0 30px 0;
}

.Grazie-page p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.Grazie-page a {
    display: inline-block;
    padding: 12px 25px;
    background-color: #720abd;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.Grazie-page a:hover {
    background-color: #5a078f;
    transform: translateY(-3px);
}
.Servizio-lista {
    list-style: none;
    padding: 0;
    margin: -10px 0 50px 0;
    text-align: left;
}

.Servizio-lista li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.5;
}

.Servizio-lista li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #720abd;
    font-weight: bold;
}
.Servizio-page-card > i {
    font-size: 42px;
    color: #720abd;
   
    width: 90px;
    height: 90px;
    border-radius: 50%;

    background-color: #f1e6fa;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 25px auto
}
.Servizio-page-card > p {
    min-height: 160px;
    margin: 0;
    color: #555555;
}
.Servizio-lista {
    margin-bottom: 35px;
}
.Servizi-page h1::before {
    content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #720abd;
    border-radius: 10px;
    margin: 0 auto 20px auto;
}
.Servizi-sottotitolo {
    font-size: 28px;
    margin: 0 0 20px 0;
    color: #222222;
    font-weight: 600;
}
.Contatto h3 {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.Contatto p {
    font-size: 16px;
    margin: 0;
    color: #555555;
}
.Contatto a {
    color: #555555;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    display: block;
    text-align: center;
}
.Email-link {
    display: block;
    width: max-content;
    white-space: nowrap;
    font-size: 12px;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.Contatto h3 {
    min-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Email-link {
    width: auto;
    align-self: center;
}
.Contatto-email {
    width: 240px;
    text-align: center;
}
.Contatto-email {
    width: 240px;
    padding-left: 15px;
    padding-right: 15px;
}
.Contatti-page {
    padding: 55px 20% 60px 20%;
    text-align: center;
    background-color: #ffffff;
}

.Contatti-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 25px;
}

.Contatti-eyebrow span {
    width: 55px;
    height: 2px;
    background-color: #cbb2e8;
}

.Contatti-eyebrow p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 6px;
    font-weight: 600;
    color: #720abd;
}

.Contatti-page h1 {
    color: #720abd;
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.Contatti-page h1::before {
    display: none;
}

.Contatti-page h2 {
    color: #720abd;
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 22px 0;
}

.Contatti-page > p {
    font-size: 19px;
    line-height: 1.6;
    color: #666666;
    max-width: 720px;
    margin: 0 auto;
}
.Contatto h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 18px 0;
}
.Contatto a,
.Contatto p {
    font-size: 15px;
    color: #555555;
}
.Contatti-eyebrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 25px;
}

.Contatti-eyebrow span {
    display: block;
    width: 55px;
    height: 2px;
    background-color: #cbb2e8;
}

.Contatti-eyebrow p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 6px;
    font-weight: 600;
    color: #720abd;
}

.Contatti-page h1 {
    color: #720abd;
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.Contatti-page h2 {
    display: block;
    color: #720abd;
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 22px 0;
}

.Contatti-page > p {
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    max-width: auto;
    margin: 0 auto;
}
.Preventivo-page {
    padding: 55px 10% 60px 10%;
    text-align: center;
    background-color: #ffffff;
}

.Preventivo-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 25px;
}

.Preventivo-eyebrow span {
    width: 55px;
    height: 2px;
    background-color: #cbb2e8;
}

.Preventivo-eyebrow p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 6px;
    font-weight: 600;
    color: #720abd;
}

.Preventivo-page h1 {
    color: #720abd;
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.Preventivo-page h2 {
    color: #720abd;
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 22px 0;
}

.Preventivo-page > p {
    font-size: 19px;
    line-height: 1.6;
    color: #666666;
    max-width: 900px;
    margin: 0 auto;
}
.Preventivo-form form h2 {
    color: #720abd;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 35px 0;
    text-align: center;
}
.navbar-wrapper {
    background-color: transparent;
    padding: 18px 40px;
}

.navbar-wrapper nav {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

    background-color: #eee6f5;
    border-radius: 40px;

    padding: 8px 25px;
    box-sizing: border-box;
}
.navbar-pill {
   background-color: rgba(238, 230, 245, 0.78) !important;
    border-radius: 9999px !important;
    width: 90% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 0px 25px !important;
    box-sizing: border-box;
}
.home-cover {
    background-image: url(sfondocenthome.webp);
    background-size: cover;
    background-position: center;
}
.logo {
    display: flex;
    align-items: center;
}
.pagina-interna .navbar-pill {
    background-color: #eee6f5 !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.Servizi-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 80px;
}

.Servizi-eyebrow span {
    width: 55px;
    height: 2px;
    background-color: #cbb2e8;
}

.Servizi-eyebrow p {
    margin: 0;
    color: #720abd;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 5px;
}
.Servizi-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: -10px;
    margin-bottom: 130px;
}

.Servizi-eyebrow span {
    width: 55px;
    height: 2px;
    background-color: #cbb2e8;
}
/* HERO - PAGINA SINGOLA */

.ps-hero {
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 70px 8%;
    box-sizing: border-box;
    background: linear-gradient(110deg, #f8f8ff 0%, #f3f3fb 50%, #eeeeF5 100%);
}

.ps-hero-content {
    width: 48%;
    text-align: left;
    padding-right: 35px;
    box-sizing: border-box;
}

.ps-eyebrow {
    color: #720abd;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0 0 12px 0;
}

.ps-hero h1 {
    font-size: 58px;
    line-height: 1.1;
    color: #101738;
    margin: 0 0 12px 0;
}

.ps-hero h2 {
    font-size: 27px;
    font-weight: 600;
    color: #9b20f3;
    margin: 0 0 18px 0;
}

.ps-hero-description {
    max-width: 620px;
    font-size: 17px;
    line-height: 1.7;
    color: #4f5365;
    margin: 0;
}

.ps-hero-buttons {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 35px;
}

.ps-primary-button {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 25px;
    background-color: #720abd;
    color: white;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.ps-primary-button:hover {
    background-color: #5a078f;
    transform: translateY(-3px);
}

.ps-secondary-button {
    color: #101738;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.ps-secondary-button:hover {
    color: #720abd;
}
.ps-hero-image {
    width: 52%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ps-hero-image img {
    width: 100%;
    max-width: 650px;
    height: 390px;
    object-fit: cover;
    border-radius: 18px;
}
/* COSA INCLUDE - PAGINA SINGOLA */

.ps-section {
    padding: 75px 8%;
    box-sizing: border-box;
}

.ps-include {
    background-color: #ffffff;
}

.ps-section-heading {
    text-align: left;
    margin-bottom: 50px;
}
.ps-section-heading h2 {
    font-size: 36px;
    color: #101738;
    margin: 0 0 8px 0;
}
.ps-section-heading > p:last-child {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #676b7c;
}
.ps-grid {
    display: grid;
    gap: 24px;
}
.ps-include-grid {
    grid-template-columns: repeat(3, 1fr);
}
.ps-card {
    min-height: 125px;
    padding: 25px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    gap: 20px;

    text-align: left;

    background-color: #ffffff;
    border: 1px solid #ececf3;
    border-radius: 14px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);

    transition: all 0.3s ease;
}
.ps-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.ps-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background-color: #f3edfa;
    color: #720abd;

    font-size: 23px;
}
.ps-card h3 {
    font-size: 16px;
    color: #101738;
    margin: 0 0 6px 0;
}
.ps-card p {
    font-size: 14px;
    line-height: 1.55;
    color: #696d7c;
    margin: 0;
}
.ps-ideal {
    background-color: #f7f5fa;
}
.ps-ideal-grid {
    grid-template-columns: repeat(4, 1fr);
}
.ps-extra {
    background-color: #ffffff;
}
.ps-extra-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.ps-extra-card {
    min-height: 150px;
    padding: 25px 15px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-color: #ffffff;
    border: 1px solid #ececf3;
    border-radius: 14px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);

    transition: all 0.3s ease;
}
.ps-extra-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.ps-extra-card h3 {
    font-size: 14px;
    color: #101738;
    margin: 16px 0 0 0;
    text-align: center;
}
.ps-cta {
    width: 92%;
    margin: 0 auto 70px auto;
    padding: 50px 6%;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    background: linear-gradient(
        115deg,
        #f1edfa 0%,
        #f7f5fb 65%,
        #ede7fa 100%
    );

    border-radius: 22px;
}
.ps-cta-text {
    text-align: left;
}
.ps-cta-text > span {
    display: block;
    width: 35px;
    height: 3px;
    margin-bottom: 15px;

    background-color: #720abd;
    border-radius: 10px;
}
.ps-cta h2 {
    font-size: 32px;
    color: #101738;
    margin: 0 0 8px 0;
}
.ps-cta-text p {
    margin: 0;
    font-size: 15px;
    color: #656979;
}
.ps-cta-slogan {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #720abd;
    text-align: center;
}
.sm-hero {
    min-height: 520px;

    display: flex;
    align-items: center;

    padding: 70px 8%;

    box-sizing: border-box;

    background: linear-gradient(
        110deg,
        #f8f8ff 0%,
        #f3f3fb 50%,
        #eeeeF5 100%
    );
}
.sm-hero-content {
    width: 48%;

    text-align: left;

    padding-right: 35px;

    box-sizing: border-box;
}
.sm-eyebrow {
    color: #720abd;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 4px;

    margin: 0 0 12px 0;
}
.sm-hero h1 {
    font-size: 58px;

    line-height: 1.1;

    color: #101738;

    margin: 0 0 12px 0;
}
.sm-hero h2 {
    font-size: 27px;

    font-weight: 600;

    color: #720abd;

    margin: 0 0 18px 0;
}
.sm-hero-description {
    max-width: 620px;

    font-size: 17px;

    line-height: 1.7;

    color: #4f5365;

    margin: 0;
}
.sm-hero-buttons {
    display: flex;

    align-items: center;

    gap: 28px;

    margin-top: 35px;
}
.sm-primary-button {
    display: inline-block;

    padding: 14px 28px;

    border-radius: 25px;

    background-color: #720abd;

    color: white;

    text-decoration: none;

    font-size: 15px;

    transition: all 0.3s ease;
}
.sm-primary-button:hover {
    background-color: #5a078f;

    transform: translateY(-3px);
}
.sm-secondary-button {
    color: #101738;

    text-decoration: none;

    font-weight: 500;

    transition: all 0.3s ease;
}
.sm-secondary-button:hover {
    color: #720abd;
}
.sm-hero-image {
    width: 52%;

    display: flex;

    justify-content: center;

    align-items: center;
}
.sm-hero-image img {
    width: 100%;
    max-width: 650px;
    height: auto;
    object-fit: contain;
    display: block;
}
.sm-section {
    padding: 75px 8%;

    box-sizing: border-box;
}
.sm-section-heading {
    text-align: left;

    margin-bottom: 40px;
}
.sm-section-heading h2 {
    font-size: 36px;

    color: #101738;

    margin: 0 0 8px 0;
}
.sm-section-heading > p:last-child {
    margin: 0;

    font-size: 17px;

    line-height: 1.6;

    color: #676b7c;
}
.sm-grid {
    display: grid;

    gap: 24px;
}
.sm-include-grid {
    grid-template-columns: repeat(3, 1fr);
}
.sm-ideal-grid {
    grid-template-columns: repeat(4, 1fr);
}
.sm-card {
    min-height: 125px;

    padding: 25px;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    gap: 20px;

    text-align: left;

    background-color: #ffffff;

    border: 1px solid #ececf3;

    border-radius: 14px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);

    transition: all 0.3s ease;
}
.sm-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.sm-icon {
    width: 58px;

    min-width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background-color: #f3edfa;

    color: #720abd;

    font-size: 23px;
}
.sm-card h3 {
    font-size: 16px;

    color: #101738;

    margin: 0 0 6px 0;
}
.sm-card p {
    font-size: 14px;

    line-height: 1.55;

    color: #696d7c;

    margin: 0;
}
.sm-include {
    background-color: #ffffff;
}
.sm-ideal {
    background-color: #f7f5fa;
}
.sm-extra {
    background-color: #ffffff;
}
.sm-extra-grid {
    display: grid;

    grid-template-columns: repeat(6, 1fr);

    gap: 20px;
}
.sm-extra-card {
    min-height: 150px;

    padding: 25px 15px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background-color: #ffffff;

    border: 1px solid #ececf3;

    border-radius: 14px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);

    transition: all 0.3s ease;
}
.sm-extra-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.sm-extra-card h3 {
    font-size: 14px;

    color: #101738;

    margin: 16px 0 0 0;

    text-align: center;
}
.sm-cta {
    width: 92%;

    margin: 0 auto 70px auto;

    padding: 50px 6%;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    background: linear-gradient(
        115deg,
        #f1edfa 0%,
        #f7f5fb 65%,
        #ede7fa 100%
    );

    border-radius: 22px;
}
.sm-cta-text {
    text-align: left;
}
.sm-cta-text > span {
    display: block;

    width: 35px;

    height: 3px;

    margin-bottom: 15px;

    background-color: #720abd;

    border-radius: 10px;
}
.sm-cta h2 {
    font-size: 32px;

    color: #101738;

    margin: 0 0 8px 0;
}
.sm-cta-text p {
    margin: 0;

    font-size: 15px;

    color: #656979;
}
.sm-cta-slogan {
    margin: 0;

    font-size: 18px;

    line-height: 1.5;

    font-weight: 600;

    color: #720abd;

    text-align: center;
}
.sp-hero {
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 70px 8%;
    box-sizing: border-box;
    background: linear-gradient(
        110deg,
        #f8f8ff 0%,
        #f3f3fb 50%,
        #eeeeF5 100%
    );
}
.sp-hero-content {
    width: 48%;
    text-align: left;
    padding-right: 35px;
    box-sizing: border-box;
}
.sp-eyebrow {
    color: #720abd;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0 0 12px 0;
}
.sp-hero h1 {
    font-size: 58px;
    line-height: 1.1;
    color: #101738;
    margin: 0 0 12px 0;
}
.sp-hero h2 {
    font-size: 27px;
    font-weight: 600;
    color: #460674;
    margin: 0 0 18px 0;
}

.sp-hero-description {
    max-width: 620px;
    font-size: 17px;
    line-height: 1.7;
    color: #4f5365;
    margin: 0;
}

.sp-hero-buttons {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 35px;
}

.sp-primary-button {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 25px;
    background-color: #720abd;
    color: white;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.sp-primary-button:hover {
    background-color: #5a078f;
    transform: translateY(-3px);
}

.sp-secondary-button {
    color: #101738;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.sp-secondary-button:hover {
    color: #720abd;
}

.sp-hero-image {
    width: 52%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-hero-image img {
    width: 115%;
    max-width: none;
    height: auto;
    object-fit: contain;
    display: block;
}

.sp-section {
    padding: 75px 8%;
    box-sizing: border-box;
}

.sp-section-heading {
    text-align: left;
    margin-bottom: 40px;
}

.sp-section-heading h2 {
    font-size: 36px;
    color: #101738;
    margin: 0 0 8px 0;
}

.sp-section-heading > p:last-child {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #676b7c;
}

.sp-grid {
    display: grid;
    gap: 24px;
}

.sp-include-grid {
    grid-template-columns: repeat(3, 1fr);
}

.sp-ideal-grid {
    grid-template-columns: repeat(4, 1fr);
}

.sp-card {
    min-height: 125px;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #ececf3;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.sp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.sp-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f3edfa;
    color: #720abd;
    font-size: 23px;
}

.sp-card h3 {
    font-size: 16px;
    color: #101738;
    margin: 0 0 6px 0;
}

.sp-card p {
    font-size: 14px;
    line-height: 1.55;
    color: #696d7c;
    margin: 0;
}

.sp-include {
    background-color: #ffffff;
}

.sp-ideal {
    background-color: #f7f5fa;
}

.sp-extra {
    background-color: #ffffff;
}

.sp-extra-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sp-extra-card {
    min-height: 150px;
    padding: 25px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #ececf3;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.sp-extra-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.sp-extra-card h3 {
    font-size: 14px;
    color: #101738;
    margin: 16px 0 0 0;
    text-align: center;
}

.sp-cta {
    width: 92%;
    margin: 0 auto 70px auto;
    padding: 50px 6%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: linear-gradient(
        115deg,
        #f1edfa 0%,
        #f7f5fb 65%,
        #ede7fa 100%
    );
    border-radius: 22px;
}

.sp-cta-text {
    text-align: left;
}

.sp-cta-text > span {
    display: block;
    width: 35px;
    height: 3px;
    margin-bottom: 15px;
    background-color: #720abd;
    border-radius: 10px;
}

.sp-cta h2 {
    font-size: 32px;
    color: #101738;
    margin: 0 0 8px 0;
}

.sp-cta-text p {
    margin: 0;
    font-size: 15px;
    color: #656979;
}

.sp-cta-slogan {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #720abd;
    text-align: center;
}
.servizio-singola {
    --colore-servizio: #9b20f3;
}

.servizio-multipagina {
    --colore-servizio: #720abd;
}

.servizio-personalizzato {
    --colore-servizio: #460674;
}
.Servizio-page-card > i {
    color: var(--colore-servizio);
}

.Servizio-page-card .Servizio-lista li::before {
    color: var(--colore-servizio);
}

.Servizio-page-card .Servizio-page-button {
    background-color: var(--colore-servizio);
}
.servizio-singola .Servizio-page-button:hover {
    background-color: #8415d4;
}

.servizio-multipagina .Servizio-page-button:hover {
    background-color: #5a078f;
}

.servizio-personalizzato .Servizio-page-button:hover {
    background-color: #350457;
}
.ps-hero,
.ps-section,
.ps-cta {
    --colore-servizio: #9b20f3;
}
.ps-eyebrow,
.ps-card h3,
.ps-extra-card h3,
.ps-cta-slogan {
    color: var(--colore-servizio);
}

.ps-icon {
    color: var(--colore-servizio);
}

.ps-primary-button {
    background-color: var(--colore-servizio);
}

.ps-cta-text > span {
    background-color: var(--colore-servizio);
}
.sm-hero,
.sm-section,
.sm-cta {
    --colore-servizio: #720abd;
}

.sm-eyebrow,
.sm-card h3,
.sm-extra-card h3,
.sm-cta-slogan {
    color: var(--colore-servizio);
}

.sm-icon {
    color: var(--colore-servizio);
}

.sm-primary-button {
    background-color: var(--colore-servizio);
}

.sm-cta-text > span {
    background-color: var(--colore-servizio);
}
.sp-hero,
.sp-section,
.sp-cta {
    --colore-servizio: #460674;
}

.sp-eyebrow,
.sp-card h3,
.sp-extra-card h3,
.sp-cta-slogan {
    color: var(--colore-servizio);
}

.sp-icon {
    color: var(--colore-servizio);
}

.sp-primary-button {
    background-color: var(--colore-servizio);
}

.sp-cta-text > span {
    background-color: var(--colore-servizio);
}
/* =========================================
   PORTFOLIO
   ========================================= */

.portfolio-hero {
    padding: 75px 10% 70px 10%;
    text-align: center;
    background-color: #ffffff;
}

.portfolio-eyebrow {
    margin: 0 0 14px 0;
    color: #720abd;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
}

.portfolio-hero h1 {
    margin: 0 0 12px 0;
    font-size: 56px;
    color: #101738;
}

.portfolio-hero h2 {
    margin: 0 0 18px 0;
    font-size: 30px;
    font-weight: 600;
    color: #720abd;
}

.portfolio-hero > p:last-child {
    max-width: 760px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    color: #666666;
}


/* PROGETTI */

.portfolio-projects {
    padding: 75px 8%;
    background-color: #f7f5fa;
    box-sizing: border-box;
}

.portfolio-heading {
    text-align: left;
    margin-bottom: 45px;
}

.portfolio-heading h2 {
    margin: 0 0 8px 0;
    font-size: 36px;
    color: #101738;
}

.portfolio-heading > p:last-child {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #676b7c;
}


/* STATO VUOTO */

.portfolio-empty {
    max-width: 700px;
    margin: 0 auto;
    padding: 65px 40px;
    box-sizing: border-box;

    text-align: center;

    background-color: #ffffff;
    border: 1px solid #ececf3;
    border-radius: 18px;

    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}

.portfolio-empty-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px auto;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background-color: #f3edfa;

    color: #720abd;
    font-size: 30px;
}

.portfolio-empty h3 {
    margin: 0 0 12px 0;
    font-size: 24px;
    color: #101738;
}

.portfolio-empty p {
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: #696d7c;
}


/* CARD PROGETTO FUTURA */

.portfolio-card {
    overflow: hidden;

    background-color: #ffffff;
    border: 1px solid #ececf3;
    border-radius: 18px;

    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.09);
}

.portfolio-card-image img {
    width: 100%;
    height: 280px;

    display: block;
    object-fit: cover;
}

.portfolio-card-content {
    padding: 28px;
    text-align: left;
}

.portfolio-category {
    margin: 0 0 10px 0;

    color: #720abd;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
}

.portfolio-card-content h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #101738;
}

.portfolio-card-content > p {
    margin: 0 0 20px 0;
    color: #696d7c;
    line-height: 1.6;
}

.portfolio-link {
    color: #720abd;
    text-decoration: none;
    font-weight: 600;
}


/* CTA */

.portfolio-cta {
    width: 92%;
    margin: 70px auto;
    padding: 50px 6%;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    background: linear-gradient(
        115deg,
        #f1edfa 0%,
        #f7f5fb 65%,
        #ede7fa 100%
    );

    border-radius: 22px;
}

.portfolio-cta-text {
    text-align: left;
}

.portfolio-cta-text > span {
    display: block;
    width: 35px;
    height: 3px;

    margin-bottom: 15px;

    background-color: #720abd;
    border-radius: 10px;
}

.portfolio-cta h2 {
    margin: 0 0 8px 0;
    font-size: 32px;
    color: #101738;
}

.portfolio-cta-text p {
    margin: 0;
    font-size: 15px;
    color: #656979;
}

.portfolio-button {
    display: inline-block;
    padding: 14px 28px;

    background-color: #720abd;
    color: white;

    border-radius: 25px;

    text-decoration: none;
    font-size: 15px;

    transition: all 0.3s ease;
}

.portfolio-button:hover {
    background-color: #5a078f;
    transform: translateY(-3px);
}

.portfolio-cta-slogan {
    margin: 0;

    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;

    color: #720abd;
    text-align: center;
}
/* =========================================
   FOOTER
   ========================================= */

.footer {
    background-color: #101738;
    color: white;
    padding: 60px 8% 25px 8%;
    box-sizing: border-box;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    padding-bottom: 45px;
}

.footer-brand {
    max-width: 320px;
    text-align: left;
}

.footer-brand img {
    width: 110px;
    height: auto;
    display: block;
    margin-bottom: 18px;
}

.footer-brand p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #55576a;
}


/* LINK E CONTATTI */

.footer-links,
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.footer-links h3,
.footer-contact h3 {
    margin: 0 0 18px 0;
    font-size: 16px;
    color: white;
}

.footer-links a,
.footer-contact a {
    margin-bottom: 10px;
    color: #c8cad4;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #9b6ac7;
}

/* =========================================
   FOOTER
   ========================================= */

.footer {
    background-color: #eee6f5;
    color: #101738;
    padding: 60px 8% 25px 8%;
    box-sizing: border-box;
}


/* PARTE PRINCIPALE */

.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    padding-bottom: 45px;
}


/* BRAND */

.footer-brand {
    max-width: 320px;
    text-align: left;
}

.footer-brand img {
    width: 110px;
    height: auto;
    display: block;
    margin-bottom: 18px;
}

.footer-slogan {
    margin: 0 0 22px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #55576a;
}

.footer-location {
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 0;

    font-size: 14px;
    color: #55576a;
}

.footer-location i {
    color: #720abd;
}


/* ESPLORA E CONTATTI */

.footer-links,
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.footer-links h3,
.footer-contact h3 {
    margin: 0 0 18px 0;
    font-size: 16px;
    color: #101738;
}

.footer-links a,
.footer-contact a {
    margin-bottom: 10px;

    color: #55576a;
    text-decoration: none;
    font-size: 14px;

    transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #720abd;
}


/* ICONE CONTATTI */

.footer-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact i {
    width: 18px;
    color: #720abd;
}


/* ORARI */

.footer-hours {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    margin: 8px 0 0 0;

    color: #55576a;
    font-size: 14px;
    line-height: 1.6;
}

.footer-hours i {
    margin-top: 3px;
}


/* PARTE INFERIORE */

.footer-bottom {
    padding-top: 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-top: 1px solid rgba(16, 23, 56, 0.15);
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #747687;
}

.footer-legal {
    display: flex;
    gap: 25px;
}

.footer-legal a {
    color: #747687;
    text-decoration: none;
    font-size: 13px;

    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #720abd;
}
.Chi-Siamo-button {
    display: inline-block;
    margin-top: 35px;
    padding: 14px 32px;
    background-color: #720abd;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.Chi-Siamo-button:hover {
    background-color: #5a078f;
    transform: translateY(-3px);
}
.Servizio-tipo {
    margin: 0 0 8px 0 !important;
    min-height: 0 !important;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 2px;
    color: #888 !important;
}
/* =========================================================
   PRIVACY POLICY
   ========================================================= */

.privacy-page {
    max-width: 950px;
    margin: 0 auto;
    padding: 90px 40px 110px;
    color: #1f1f1f;
}

.privacy-eyebrow {
    color: #720ABD;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.privacy-page > h1 {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #111;
}

.privacy-intro {
    max-width: 700px;
    font-size: 18px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 65px;
}

.privacy-section {
    padding: 35px 0;
    border-top: 1px solid #e6e6e6;
}

.privacy-section h2 {
    font-size: 23px;
    font-weight: 600;
    color: #111;
    margin-bottom: 18px;
}

.privacy-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 14px;
}

.privacy-section ul {
    margin: 18px 0 22px 22px;
    padding: 0;
}

.privacy-section li {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 7px;
}

.privacy-section a {
    color: #720ABD;
    text-decoration: none;
    font-weight: 500;
}

.privacy-section a:hover {
    text-decoration: underline;
}

.privacy-update {
    margin-top: 25px;
    font-size: 13px !important;
    color: #888 !important;
}


/* ---------- PRIVACY TABLET ---------- */

@media (max-width: 1024px) {

    .privacy-page {
        max-width: 850px;
        padding: 75px 45px 90px;
    }

    .privacy-page > h1 {
        font-size: 46px;
    }
}


/* ---------- PRIVACY SMARTPHONE ---------- */

@media (max-width: 768px) {

    .privacy-page {
        padding: 60px 22px 75px;
    }

    .privacy-page > h1 {
        font-size: 38px;
    }

    .privacy-intro {
        font-size: 16px;
        margin-bottom: 45px;
    }

    .privacy-section {
        padding: 28px 0;
    }

    .privacy-section h2 {
        font-size: 20px;
    }

    .privacy-section p,
    .privacy-section li {
        font-size: 14px;
    }
}


/* ---------- PRIVACY SMARTPHONE PICCOLI ---------- */

@media (max-width: 480px) {

    .privacy-page {
        padding-left: 18px;
        padding-right: 18px;
    }

    .privacy-page > h1 {
        font-size: 34px;
    }

    .privacy-eyebrow {
        font-size: 11px;
        letter-spacing: 4px;
    }

    .privacy-section h2 {
        font-size: 19px;
    }
}
/* =========================================================
   COOKIE CONSENT
   ========================================================= */

#cookie-banner {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 9999;

    max-width: 1200px;
    margin: 0 auto;

    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.14);

    padding: 24px 28px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(25px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease;
}

#cookie-banner.cookie-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cookie-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.cookie-banner-text {
    max-width: 680px;
}

.cookie-banner-text h2 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #111;
}

.cookie-banner-text p {
    font-size: 13px;
    line-height: 1.65;
    color: #666;
    margin-bottom: 7px;
}

.cookie-banner-text a {
    font-size: 12px;
    color: #720ABD;
    text-decoration: none;
    font-weight: 600;
}

.cookie-banner-text a:hover {
    text-decoration: underline;
}

.cookie-banner-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-btn {
    border-radius: 10px;
    padding: 11px 18px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
}

.cookie-btn-primary {
    background: #720ABD;
    color: white;
    border: 1px solid #720ABD;
}

.cookie-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(114, 10, 189, 0.22);
}

.cookie-btn-secondary {
    background: white;
    color: #333;
    border: 1px solid #d8d8d8;
}

.cookie-btn-secondary:hover {
    border-color: #720ABD;
    color: #720ABD;
}


/* PANNELLO PREFERENZE */

#cookie-preferences {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
}

#cookie-preferences.cookie-preferences-visible {
    display: block;
}

.cookie-preferences-overlay {
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.38);

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 20px;
}

.cookie-preferences-box {
    position: relative;

    width: 100%;
    max-width: 580px;

    max-height: 90vh;
    overflow-y: auto;

    background: white;
    border-radius: 20px;
    padding: 36px;

    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.2);
}

.cookie-preferences-close {
    position: absolute;
    top: 17px;
    right: 20px;

    border: none;
    background: transparent;

    font-size: 27px;
    color: #777;

    cursor: pointer;
}

.cookie-preferences-eyebrow {
    color: #720ABD;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;

    margin-bottom: 10px;
}

.cookie-preferences-box > h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

.cookie-preferences-intro {
    color: #666;
    font-size: 13px;
    line-height: 1.7;

    margin-bottom: 28px;
}

.cookie-preference-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 25px;

    padding: 22px 0;

    border-top: 1px solid #e6e6e6;
}

.cookie-preference-row h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

.cookie-preference-row p {
    color: #777;
    font-size: 12px;
    line-height: 1.5;
}

.cookie-always-active {
    color: #720ABD;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}


/* SWITCH */

.cookie-switch {
    position: relative;
    display: inline-block;

    width: 46px;
    height: 25px;

    flex-shrink: 0;
}

.cookie-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-slider {
    position: absolute;
    inset: 0;

    cursor: pointer;

    background: #ccc;
    border-radius: 30px;

    transition: 0.25s;
}

.cookie-slider::before {
    content: "";

    position: absolute;

    width: 19px;
    height: 19px;

    left: 3px;
    bottom: 3px;

    background: white;
    border-radius: 50%;

    transition: 0.25s;
}

.cookie-switch input:checked + .cookie-slider {
    background: #720ABD;
}

.cookie-switch input:checked + .cookie-slider::before {
    transform: translateX(21px);
}


/* FOOTER MODALE */

.cookie-preferences-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;

    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
}

.cookie-preferences-footer a {
    color: #720ABD;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.cookie-modal-open {
    overflow: hidden;
}


/* MOBILE */

@media (max-width: 768px) {

    #cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;

        padding: 20px;
        border-radius: 16px;
    }

    .cookie-banner-content {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }

    .cookie-banner-buttons {
        width: 100%;
        flex-wrap: wrap;
    }

    .cookie-btn {
        flex: 1;
    }

    .cookie-preferences-box {
        padding: 30px 22px 24px;
    }

    .cookie-preferences-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-preferences-footer .cookie-btn {
        width: 100%;
    }
}
.cookie-intro {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.privacy-intro {
    text-align: center;
    margin-left: auto;
    margin-right: auto;}
    .form-privacy {
    margin: 14px 0 20px;
    font-size: 12px;
    line-height: 1.6;
    color: #777;
}

.form-privacy a {
    color: #720ABD;
    font-weight: 600;
    text-decoration: none;
}

.form-privacy a:hover {
    text-decoration: underline;
}
/* =========================================================
   RESPONSIVE MS WEB DESIGN
   INCOLLARE ALLA FINE DI STYLE.CSS
   ========================================================= */


/* =========================================================
   TABLET — FINO A 1024px
   ========================================================= */

@media (max-width: 1024px) {

    /* ---------- NAVBAR ---------- */

    .navbar-wrapper {
        padding: 16px 20px;
    }

    .navbar-pill {
        width: 96% !important;
        padding: 0 20px !important;
    }

    nav {
        padding: 0 20px;
    }

    .menu {
        gap: 25px;
    }

    .menu a {
        font-size: 15px;
    }

    .button {
        padding: 11px 16px;
        font-size: 14px;
    }


    /* ---------- HOME HERO ---------- */

    .hero {
        padding: 190px 25px;
    }

    .hero h1 {
        font-size: 52px;
    }

    .hero-sottotitolo {
        font-size: 27px;
    }

    .hero-descrizione {
        font-size: 17px;
    }


    /* ---------- HOME SERVIZI ---------- */

    .Servizi {
        padding-left: 5%;
        padding-right: 5%;
    }

    .Servizi-container {
        gap: 20px;
    }

    .Servizio {
        width: 27%;
        height: auto;
        min-height: 200px;
    }


    /* ---------- CHI SIAMO ---------- */

    .Chi-Siamo {
        padding-left: 6%;
        padding-right: 6%;
    }

    .Chi-Siamo h2 {
        font-size: 46px;
    }

    .Chi-siamo-punti {
        gap: 35px;
    }

    .Chi-siamo-punto {
        width: 30%;
    }


    /* ---------- PAGINA SERVIZI ---------- */

    .Servizi-page-container {
        gap: 18px;
    }

    .Servizio-page-card {
        width: 30%;
        padding: 25px 20px;
    }

    .Servizio-lista {
    margin-top: 15px;
}


    /* ---------- CONTATTI ---------- */

    .Contatti-page {
        padding-left: 10%;
        padding-right: 10%;
    }

    .Contatti-info {
        flex-wrap: wrap;
    }

    .Contatto {
        width: 45%;
    }

    .Contatto-email {
        width: 45%;
    }


    /* ---------- PREVENTIVO ---------- */

    .Preventivo-form {
        padding-left: 12%;
        padding-right: 12%;
    }


    /* ---------- IDEA / FORMA / LUCE HERO ---------- */

    .ps-hero,
    .sm-hero,
    .sp-hero {
        padding-left: 6%;
        padding-right: 6%;
    }

    .ps-hero h1,
    .sm-hero h1,
    .sp-hero h1 {
        font-size: 50px;
    }

    .ps-hero-image img,
    .sm-hero-image img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .sp-hero-image img {
        width: 110%;
    }


    /* ---------- GRIGLIE IDEA / FORMA / LUCE ---------- */

    .ps-include-grid,
    .sm-include-grid,
    .sp-include-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ps-ideal-grid,
    .sm-ideal-grid,
    .sp-ideal-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ps-extra-grid,
    .sm-extra-grid,
    .sp-extra-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    /* ---------- CTA ---------- */

    .ps-cta,
    .sm-cta,
    .sp-cta,
    .portfolio-cta {
        gap: 25px;
    }


    /* ---------- FOOTER ---------- */

    .footer-main {
        gap: 45px;
    }

}


/* =========================================================
   SMARTPHONE — FINO A 768px
   ========================================================= */

@media (max-width: 768px) {

    /* ---------- GENERALE ---------- */

    body {
        overflow-x: hidden;
    }


    /* ---------- NAVBAR ---------- */

    .navbar-wrapper {
        padding: 12px;
    }

    .navbar-pill {
        width: 100% !important;
        padding: 8px 14px !important;
        min-height: 60px;
    }

    nav {
        padding: 0;
    }

    .logo img {
        width: 55px;
        padding: 0 10px 0 0;
    }

    .menu {
        position: static;
        transform: none;
        margin-left: 25px;
        margin-right: auto;
        gap: 14px;
    }

    .menu a {
        font-size: 12px;
    }

    .azioni {
        margin-left: 0;
    }

    .azioni .button {
        padding: 9px 13px;
        font-size: 11px;
        white-space: nowrap;
    }


    /* ---------- HOME HERO ---------- */

    .hero {
        padding: 170px 20px 135px 20px;
    }

    .hero h1,
    .hero p,
    .hero-buttons {
        transform: translateY(-45px);
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-sottotitolo {
        font-size: 24px;
    }

    .hero-descrizione {
        font-size: 16px;
        max-width: 500px;
    }

    .hero-buttons {
        display: flex;
        justify-content: center;
        gap: 12px;
        width: 100%;
    }

    .hero-buttons a {
        width: auto;
        min-width: 130px;
        padding: 12px 22px;
        margin: 0;
        font-size: 14px;
    }
    .home-cover {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    
}


    /* ---------- HOME SERVIZI ---------- */

    .Servizi {
        padding: 80px 20px 100px 20px;
    }

    .Servizi-eyebrow {
        margin-bottom: 65px;
        gap: 12px;
    }

    .Servizi-eyebrow p {
        font-size: 17px;
        letter-spacing: 3px;
    }

    .Servizi-eyebrow span {
        width: 35px;
    }

    .Servizi-container {
        flex-direction: column;
        align-items: center;
        gap: 22px;
    }

    .Servizio {
        width: 100%;
        max-width: 400px;
        height: auto;
        box-sizing: border-box;
    }

    .Servizi-button {
        margin-top: 60px;
    }


    /* ---------- CHI SIAMO ---------- */

    .Chi-Siamo {
        padding: 80px 22px;
    }

    .Chi-Siamo h2 {
        font-size: 38px;
    }

    .Chi-siamo-intro {
        margin-bottom: 50px;
        font-size: 16px;
    }

    .Chi-siamo-punti {
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }

    .Chi-siamo-punto {
        width: 100%;
        max-width: 380px;
    }

    .Chi-siamo-finale {
        margin-top: 50px;
    }


    /* ---------- PAGINA SERVIZI ---------- */

    .Servizi-page {
        padding: 70px 20px;
    }

    .Servizi-page h1 {
        font-size: 36px;
    }

    .Servizi-sottotitolo {
        font-size: 23px;
    }

    .Servizi-page-container {
        flex-direction: column;
        align-items: center;
        gap: 28px;
    }

    .Servizio-page-card {
        width: 100%;
        max-width: 400px;
        box-sizing: border-box;
    }

    .Servizio-page-card > p {
        min-height: 0;
        margin-bottom: 30px;
    }


    /* ---------- CONTATTI ---------- */

    .Contatti-page {
        padding: 65px 22px 50px 22px;
    }

    .Contatti-page h1 {
        font-size: 42px;
    }

    .Contatti-page h2 {
        font-size: 27px;
    }

    .Contatti-page > p {
        font-size: 16px;
    }

    .Contatti-eyebrow p {
        letter-spacing: 4px;
    }

    .Contatti-info {
        flex-direction: column;
        align-items: center;
        padding: 20px 20px 70px 20px;
    }

    .Contatto,
    .Contatto-email {
        width: 100%;
        max-width: 400px;
    }

    .Email-link {
        white-space: normal;
        overflow-wrap: anywhere;
    }


    /* ---------- PREVENTIVO ---------- */

    .Preventivo-page {
        padding: 65px 22px 50px 22px;
    }

    .Preventivo-page h1 {
        font-size: 42px;
    }

    .Preventivo-page h2 {
        font-size: 27px;
    }

    .Preventivo-page > p {
        font-size: 16px;
    }

    .Preventivo-eyebrow p {
        letter-spacing: 4px;
    }

    .Preventivo-form {
        padding: 50px 20px 70px 20px;
    }

    .Preventivo-form form {
        width: 100%;
        max-width: 550px;
        padding: 30px 22px;
        box-sizing: border-box;
    }

    .Preventivo-form form h2 {
        font-size: 25px;
    }


    /* =====================================================
       IDEA / FORMA / LUCE — HERO
       ===================================================== */

    .ps-hero,
    .sm-hero,
    .sp-hero {
        min-height: auto;
        flex-direction: column;
        padding: 65px 22px 55px 22px;
        gap: 40px;
    }

    .ps-hero-content,
    .sm-hero-content,
    .sp-hero-content {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .ps-hero h1,
    .sm-hero h1,
    .sp-hero h1 {
        font-size: 46px;
    }

    .ps-hero h2,
    .sm-hero h2,
    .sp-hero h2 {
        font-size: 24px;
    }

    .ps-hero-description,
    .sm-hero-description,
    .sp-hero-description {
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }

    .ps-hero-buttons,
    .sm-hero-buttons,
    .sp-hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .ps-hero-image,
    .sm-hero-image,
    .sp-hero-image {
        width: 100%;
    }

    .ps-hero-image img,
    .sm-hero-image img,
    .sp-hero-image img {
        width: 100%;
        max-width: 520px;
        height: auto;
        object-fit: contain;
    }


    /* ---------- SEZIONI PACCHETTI ---------- */

    .ps-section,
    .sm-section,
    .sp-section {
        padding: 60px 22px;
    }

    .ps-section-heading,
    .sm-section-heading,
    .sp-section-heading {
        text-align: center;
        margin-bottom: 35px;
    }

    .ps-section-heading h2,
    .sm-section-heading h2,
    .sp-section-heading h2 {
        font-size: 30px;
    }


    /* ---------- GRIGLIE PACCHETTI ---------- */

    .ps-include-grid,
    .sm-include-grid,
    .sp-include-grid,
    .ps-ideal-grid,
    .sm-ideal-grid,
    .sp-ideal-grid,
    .ps-extra-grid,
    .sm-extra-grid,
    .sp-extra-grid {
        grid-template-columns: 1fr;
    }

    .ps-card,
    .sm-card,
    .sp-card {
        width: 100%;
        min-height: 0;
    }

    .ps-extra-card,
    .sm-extra-card,
    .sp-extra-card {
        width: 100%;
        min-height: 130px;
    }


    /* ---------- CTA IDEA / FORMA / LUCE ---------- */

    .ps-cta,
    .sm-cta,
    .sp-cta {
        width: calc(100% - 40px);
        margin-bottom: 50px;
        padding: 38px 25px;

        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ps-cta-text,
    .sm-cta-text,
    .sp-cta-text {
        text-align: center;
    }

    .ps-cta-text > span,
    .sm-cta-text > span,
    .sp-cta-text > span {
        margin-left: auto;
        margin-right: auto;
    }


    /* ---------- PORTFOLIO ---------- */

    .portfolio-hero {
        padding: 65px 22px 55px 22px;
    }

    .portfolio-hero h1 {
        font-size: 42px;
    }

    .portfolio-hero h2 {
        font-size: 26px;
    }

    .portfolio-hero > p:last-child {
        font-size: 16px;
    }

    .portfolio-projects {
        padding: 60px 22px;
    }

    .portfolio-heading {
        text-align: center;
    }

    .portfolio-heading h2 {
        font-size: 30px;
    }

    .portfolio-empty {
        padding: 45px 25px;
    }

    .portfolio-card {
        width: 100%;
        box-sizing: border-box;
    }

    .portfolio-card-image img {
        height: auto;
    }

    .portfolio-cta {
        width: calc(100% - 40px);
        margin: 50px auto;
        padding: 38px 25px;

        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .portfolio-cta-text {
        text-align: center;
    }

    .portfolio-cta-text > span {
        margin-left: auto;
        margin-right: auto;
    }


    /* ---------- FOOTER ---------- */

    .footer {
        padding: 50px 25px 25px 25px;
    }

    .footer-main {
        flex-direction: column;
        gap: 40px;
    }

    .footer-brand,
    .footer-links,
    .footer-contact {
        width: 100%;
        max-width: none;
        align-items: flex-start;
        text-align: left;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

}


/* =========================================================
   SMARTPHONE PICCOLI — FINO A 480px
   ========================================================= */

@media (max-width: 480px) {

    /* ---------- NAVBAR ---------- */

    .navbar-wrapper {
        padding: 10px 8px;
    }

    .navbar-pill {
        padding: 7px 10px !important;
    }

    .logo img {
        width: 48px;
    }

  .menu {
    position: static;
    transform: none;
    margin-left: 7px;
    margin-right: auto;
    gap: 12px;
}

    .menu a {
        font-size: 10px;
    }

    .azioni .button {
    position: absolute;
    right: 14px;
    margin: 0;
}


    /* ---------- HOME ---------- */

    .hero {
        padding: 150px 16px 110px 16px;
    }

    .hero h1 {
        font-size: 35px;
    }

    .hero-sottotitolo {
        font-size: 21px;
    }

    .hero-descrizione {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons a {
        width: 180px;
    }


    /* ---------- EYEBROW ---------- */

    .Servizi-eyebrow p,
    .Chi-siamo-eyebrow p,
    .Contatti-eyebrow p,
    .Preventivo-eyebrow p {
        letter-spacing: 3px;
        font-size: 12px;
    }

    .Servizi-eyebrow span,
    .Chi-siamo-eyebrow span,
    .Contatti-eyebrow span,
    .Preventivo-eyebrow span {
        width: 28px;
    }


    /* ---------- CHI SIAMO ---------- */

    .Chi-Siamo h2 {
        font-size: 32px;
    }

    .Chi-siamo-intro {
        font-size: 15px;
    }


    /* ---------- SERVIZI ---------- */

    .Servizi-page h1 {
        font-size: 32px;
    }

    .Servizi-sottotitolo {
        font-size: 21px;
    }

    .Servizio-page-card {
        padding: 26px 20px;
    }


    /* ---------- CONTATTI / PREVENTIVO ---------- */

    .Contatti-page h1,
    .Preventivo-page h1,
    .portfolio-hero h1 {
        font-size: 35px;
    }

    .Contatti-page h2,
    .Preventivo-page h2,
    .portfolio-hero h2 {
        font-size: 23px;
    }

    .Preventivo-form form {
        padding: 25px 17px;
    }


    /* ---------- IDEA / FORMA / LUCE ---------- */

    .ps-hero,
    .sm-hero,
    .sp-hero {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ps-hero h1,
    .sm-hero h1,
    .sp-hero h1 {
        font-size: 40px;
    }

    .ps-hero h2,
    .sm-hero h2,
    .sp-hero h2 {
        font-size: 21px;
    }

    .ps-eyebrow,
    .sm-eyebrow,
    .sp-eyebrow {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .ps-hero-buttons,
    .sm-hero-buttons,
    .sp-hero-buttons {
        flex-direction: column;
    }

    .ps-section,
    .sm-section,
    .sp-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ps-section-heading h2,
    .sm-section-heading h2,
    .sp-section-heading h2 {
        font-size: 27px;
    }

    .ps-card,
    .sm-card,
    .sp-card {
        padding: 20px;
        gap: 15px;
    }

    .ps-icon,
    .sm-icon,
    .sp-icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        font-size: 20px;
    }


    /* ---------- CTA ---------- */

    .ps-cta,
    .sm-cta,
    .sp-cta,
    .portfolio-cta {
        width: calc(100% - 24px);
        padding: 32px 18px;
    }

    .ps-cta h2,
    .sm-cta h2,
    .sp-cta h2,
    .portfolio-cta h2 {
        font-size: 26px;
    }


    /* ---------- FOOTER ---------- */

    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-legal {
        flex-direction: column;
        gap: 8px;
    }

}
/* ACCESSIBILITÀ - FOCUS */

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid #720ABD;
    outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
/* COLORE TIPOLOGIA IDEA / FORMA / LUCE */

.ps-tipo,
.sm-tipo,
.sp-tipo {
    color: #696d7c;
}