﻿@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 50;
    font-display: swap;
    src: url('../Font/Aspekta-50.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../Font/Aspekta-100.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 150;
    font-display: swap;
    src: url('../Font/Aspekta-150.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../Font/Aspekta-200.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 250;
    font-display: swap;
    src: url('../Font/Aspekta-250.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../Font/Aspekta-300.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 350;
    font-display: swap;
    src: url('../Font/Aspekta-350.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Font/Aspekta-400.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 450;
    font-display: swap;
    src: url('../Font/Aspekta-450.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../Font/Aspekta-500.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 550;
    font-display: swap;
    src: url('../Font/Aspekta-550.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../Font/Aspekta-600.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 650;
    font-display: swap;
    src: url('../Font/Aspekta-650.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../Font/Aspekta-700.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 750;
    font-display: swap;
    src: url('../Font/Aspekta-750.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../Font/Aspekta-800.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 850;
    font-display: swap;
    src: url('../Font/Aspekta-850.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../Font/Aspekta-900.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 950;
    font-display: swap;
    src: url('../Font/Aspekta-950.woff2') format("woff2");
}

@font-face {
    font-family: "Aspekta";
    font-style: normal;
    font-weight: 1000;
    font-display: swap;
    src: url('../Font/Aspekta-1000.woff2') format("woff2");
}


/* Applica il font a tutto il documento */
body,
html {
    font-family: "Aspekta", sans-serif !important;
    font-weight: 400;
    /* peso standard, personalizzabile */
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

/* MEGAMENU */

/* Nasconde il menu inizialmente */
.megamenu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* sotto la navbar */
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Mostra il menu al passaggio del mouse */
.megamenu:hover .dropdown-menu {
    display: block;
}

/* FINE MEGAMENU */


/* ---------------- CUSTOM BOOTSTRAP ----------------*/
/* --- Base (valore fisso) --- */
.p-6 {
    padding: 4rem !important;
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.ps-6 {
    padding-left: 4rem !important;
}

.pe-6 {
    padding-right: 4rem !important;
}

.p-7 {
    padding: 5rem !important;
}

.px-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.pt-7 {
    padding-top: 5rem !important;
}

.pb-7 {
    padding-bottom: 5rem !important;
}

.ps-7 {
    padding-left: 5rem !important;
}

.pe-7 {
    padding-right: 5rem !important;
}

/* --- Breakpoints --- */
@media (min-width: 768px) {
    .p-md-6 {
        padding: 4rem !important;
    }

    .px-md-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .py-md-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .pt-md-6 {
        padding-top: 4rem !important;
    }

    .pb-md-6 {
        padding-bottom: 4rem !important;
    }

    .ps-md-6 {
        padding-left: 4rem !important;
    }

    .pe-md-6 {
        padding-right: 4rem !important;
    }

    .p-md-7 {
        padding: 5rem !important;
    }

    .px-md-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .py-md-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-md-7 {
        padding-top: 5rem !important;
    }

    .pb-md-7 {
        padding-bottom: 5rem !important;
    }

    .ps-md-7 {
        padding-left: 5rem !important;
    }

    .pe-md-7 {
        padding-right: 5rem !important;
    }
}

@media (min-width: 992px) {
    .p-lg-6 {
        padding: 4rem !important;
    }

    .px-lg-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .py-lg-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .pt-lg-6 {
        padding-top: 4rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 4rem !important;
    }

    .ps-lg-6 {
        padding-left: 4rem !important;
    }

    .pe-lg-6 {
        padding-right: 4rem !important;
    }

    .p-lg-7 {
        padding: 5rem !important;
    }

    .px-lg-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .py-lg-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-lg-7 {
        padding-top: 5rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 5rem !important;
    }

    .ps-lg-7 {
        padding-left: 5rem !important;
    }

    .pe-lg-7 {
        padding-right: 5rem !important;
    }
}

@media (min-width: 1200px) {
    .p-xl-6 {
        padding: 4rem !important;
    }

    .px-xl-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .py-xl-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .pt-xl-6 {
        padding-top: 4rem !important;
    }

    .pb-xl-6 {
        padding-bottom: 4rem !important;
    }

    .ps-xl-6 {
        padding-left: 4rem !important;
    }

    .pe-xl-6 {
        padding-right: 4rem !important;
    }

    .p-xl-7 {
        padding: 5rem !important;
    }

    .px-xl-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .py-xl-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-xl-7 {
        padding-top: 5rem !important;
    }

    .pb-xl-7 {
        padding-bottom: 5rem !important;
    }

    .ps-xl-7 {
        padding-left: 5rem !important;
    }

    .pe-xl-7 {
        padding-right: 5rem !important;
    }
}

@media (min-width: 1400px) {
    .p-xxl-6 {
        padding: 4rem !important;
    }

    .px-xxl-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .py-xxl-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .pt-xxl-6 {
        padding-top: 4rem !important;
    }

    .pb-xxl-6 {
        padding-bottom: 4rem !important;
    }

    .ps-xxl-6 {
        padding-left: 4rem !important;
    }

    .pe-xxl-6 {
        padding-right: 4rem !important;
    }

    .p-xxl-7 {
        padding: 5rem !important;
    }

    .px-xxl-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .py-xxl-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-xxl-7 {
        padding-top: 5rem !important;
    }

    .pb-xxl-7 {
        padding-bottom: 5rem !important;
    }

    .ps-xxl-7 {
        padding-left: 5rem !important;
    }

    .pe-xxl-7 {
        padding-right: 5rem !important;
    }
}


/* ---------------- FINE CUSTOM BOOTSTRAP ----------------*/


.sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    /* più alto dei contenuti */
    background-color: #fff;
    /* assicurati che abbia sfondo */
}


.logo-img {
    min-width: 100px;
    /* o quanto vuoi */
    min-height: auto;
}

.logo img {
    max-width: 155px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Navbar di default */
.navbar-brand {
    display: flex;
    align-items: center;
    padding: 10px 0;
    height: auto;
    transition: padding 0.3s ease;
}

.logo-img-navbar {
    height: 80px;
    width: auto;
    max-height: 100px;
    transition: height 0.3s ease;
}

/* Stato "scrollato" */
.navbar.scrolled .navbar-brand {
    padding: 5px 0;
    /* meno padding */
}

.navbar.scrolled .logo-img-navbar {
    height: 50px;
    /* rimpicciolisci logo */
    max-height: 60px;
}


.main-container {
    width: 100%;
    height: 100%;
    position: relative;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    /* overflow: hidden; */
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}


.banner-header {
    align-self: stretch;
    height: 794px;
    padding-left: 8px;
    padding-right: 8px;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.banner-inner {
    align-self: stretch;
    flex: 1 1 0;
    background: linear-gradient(0deg, var(--Color-Mercury, #EAEAEA) 27%, rgba(243.83, 243.83, 243.83, 0) 83%);
    overflow: hidden;
    border-radius: 4px;
    background-image: url('../Assets/Home/Home-header.jpg');
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.banner-content {
    align-self: stretch;
    padding: 40px 80px;
    overflow: hidden;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    background: #F0F0F0;
    background: linear-gradient(0deg, rgba(240, 240, 240, 1) 80%, rgba(240, 240, 240, 0.74) 90%, rgba(240, 240, 240, 0) 100%);
}

.banner-text {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.banner-title {
    align-self: stretch;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    font-size: 72px;
    font-weight: 500;
    line-height: 72px;
    word-wrap: break-word;
}

.banner-description {
    align-self: stretch;
    opacity: 0.70;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    word-wrap: break-word;
}

.banner-buttons {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.banner-bootstrap {
    background:
        linear-gradient(0deg, rgba(234, 234, 234, 1) 27%, rgba(244, 244, 244, 0) 83%),
        url('../Assets/Home/Home-header.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 4px;

    /* Altezza default su mobile */
    min-height: 90vh;
}

@media (min-width: 768px) {
    .banner-bootstrap {
        min-height: 50vh;
    }
}



.text-wins {
    color: #3333FF !important;
}

.text-wins-title {
    color: #3333FF;
}

.text-wins-secondary {
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    opacity: 0.70;
}

.btn-primary {
    padding: 10px 24px;
    background: var(--Color-Blue, #3333FF);
    border-radius: 4px;
    outline: 1px var(--Color-Blue, #3333FF) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.btn-primary div {
    color: var(--Color-Scheme---Light-Background, #F0F0F0);
    font-size: 18px;

    font-weight: 500;
    line-height: 23.4px;
    word-wrap: break-word;
}

.btn-secondary {
    padding: 10px 24px;
    border-radius: 4px;
    outline: 1px var(--Color-Scheme---Light-Accent, #3333FF) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.btn-secondary div {
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    font-size: 18px;

    font-weight: 500;
    line-height: 23.4px;
    word-wrap: break-word;
}

.partners-section {
    align-self: stretch;
    padding: 64px 112px;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    border-bottom: 1px solid var(--Color-Scheme---Light-Border, rgba(3, 3, 13, 0.10));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.partners-logos {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.logo-wrapper {
    width: 160px;
    height: 64px;
    position: relative;
    overflow: hidden;
}

.logo-inner {
    position: absolute;
}

.logo-inner img {
    position: absolute;
}

/* Singoli loghi */
.logo-1 .logo-inner {
    width: 162.52px;
    height: 44px;
    left: -1px;
    top: 10px;
}

.logo-1 img {
    width: 154px;
    height: 77px;
    left: 4px;
    top: -17px;
}

.logo-2 .logo-inner {
    width: 162px;
    height: 23px;
    left: -1px;
    top: 21px;
}

.logo-2 img {
    width: 173.96px;
    height: 54.24px;
    left: -6px;
    top: -16px;
}

.logo-3 .logo-inner {
    width: 132.52px;
    height: 35.87px;
    left: 13.74px;
    top: 14.06px;
}

.logo-3 img {
    width: 134px;
    height: 67px;
    left: -1px;
    top: -15.5px;
}

.logo-4 .logo-inner,
.logo-5 .logo-inner,
.logo-6 .logo-inner,
.logo-9 .logo-inner {
    width: 134.98px;
    height: 22.5px;
    left: 13px;
    top: 21px;
}

.logo-4 img,
.logo-5 img,
.logo-6 img,
.logo-9 img {
    width: 153.96px;
    height: 48px;
    left: -9.48px;
    top: -12.75px;
}

.logo-7 .logo-inner {
    width: 134.98px;
    height: 22.5px;
    left: 13px;
    top: 21px;
}

.logo-7 img {
    width: 150.13px;
    height: 58.04px;
    left: -7.56px;
    top: -17.77px;
}

.logo-8 .logo-inner {
    width: 134.98px;
    height: 22.5px;
    left: 13px;
    top: 21px;
}

.logo-8 img {
    width: 150.13px;
    height: 84.85px;
    left: -7.56px;
    top: -31.18px;
}


.section {
    position: relative;
    z-index: 1;
    margin-bottom: -64px;
    /* sovrapposizione tra sezioni */
    padding-top: 80px;
    /* spazio per sticky header */
    background: var(--Color-Scheme---Light-Background, #FAFAFA);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 64px;
    transition: all 0.5s ease;
    overflow: hidden;
}



.section-index {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--Color-Scheme---Light-Background, #FAFAFA);
    padding: 8px 16px;
    opacity: 0.6;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}

.section-header {
    align-self: stretch;
    padding: 32px 0;
    display: inline-flex;
    align-items: center;
    gap: 24px;
}


.text-container {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
}

.content-container {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: flex;
    background-color: #FAFAFA;
}

.title {
    width: 620px;
    text-align: center;
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    font-size: 56px;

    font-weight: 500;
    line-height: 56px;
    word-wrap: break-word;
}

.description {
    width: 864.56px;
    opacity: 0.70;
    text-align: center;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    font-size: 20px;

    font-weight: 400;
    line-height: 26px;
    word-wrap: break-word;
}

.card-wrapper {
    flex: 1 1 0;
    align-self: stretch;
    background: var(--Color-Scheme---Light-Foreground, #FAFAFA);
    border-radius: 4px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

.card-img {
    align-self: stretch;
    height: 280px;
    background: linear-gradient(180deg, var(--Opacity-Transparent, rgba(255, 255, 255, 0)) 58%, var(--Color-Scheme---Light-Foreground, #FAFAFA) 100%);
    border-radius: 4px;
}

.card-content {
    align-self: stretch;
    /* padding: 24px; */
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 24px; */
    display: flex;
}

.card-title {
    align-self: stretch;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    font-size: 40px;

    font-weight: 500;
    line-height: 48px;
    word-wrap: break-word;
}

.card-description {
    align-self: stretch;
    opacity: 0.60;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    font-size: 18px;

    font-weight: 400;
    line-height: 23.40px;
    word-wrap: break-word;
}


.section-light {
    background-color: #F0F0F0;
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-column {
    flex: 1;
    padding: 0 64px 64px 96px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.section-number {
    opacity: 0.6;
    font-size: 16px;
    color: #1D1D1D;
}

.section-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.section-text .text-bold {
    font-size: 20px;
    font-weight: 600;
}

.section-text .text-normal {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.7;
}

.image-column {
    flex: 1;
    height: 790px;
    padding: 24px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-content: flex-end;
    justify-content: flex-end;
}

.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 672px;
}

.card {
    /* width: 330px;
    height: 300px;
    padding: 24px; */
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.dark-overlay {
    background-color: rgba(3, 3, 13, 0.8);
    color: #FCFCFC;
}

.card-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    /* font-size: 20px;
    line-height: 26px; */
}

.card-logo {
    height: 58px;
    width: 100%;
    background: #EAEAEA;
}

.card-wins {
    border: 0 !important;
}

.logo-green {
    background-color: #31C493;
}

.logo-cyan {
    background-color: #2BAEE2;
}

.logo-red {
    background-color: #FF3333;
}

.logo-white {
    background-color: #FCFCFC;
}

.arrow-icon {
    width: 32px;
    height: 32px;
    background-color: #FCFCFC;
}



/* CAROSELLO */
.logo-carousel {
    overflow: hidden;
    width: 100%;
    background-color: #FAFAFA;
}

.logo-track {
    display: flex;
    animation: scroll 40s linear infinite;
    width: max-content;
    /* Importante per il loop fluido */
}

.logo {
    flex: 0 0 auto;
    width: 150px;
    margin-right: 60px;

    display: flex;
    /* attiva Flexbox */
    align-items: center;
    /* centra verticalmente */
    justify-content: center;
    /* centra orizzontalmente (opzionale) */

    height: 100px;
    /* imposta un'altezza fissa se vuoi controllo verticale */
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.logo-carousel:hover .logo-track {
    animation-play-state: paused;
}

/* FINE CAROSELLO */



.navbar {
    width: 100%;
    position: sticky;
    /* CAMBIATO da absolute */
    top: 0;
    left: 0;
    z-index: 1050;
    background: rgba(240, 240, 240, 0.90);
    backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    color: #3333FF;
}


.navbar-inner {
    width: 100%;
    /* height: 72px; */
    /* padding: 0 112px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-logo {
    width: 100px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.navbar-links,
.nav-link {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #3333FF !important;
}

.navbar-toggler,
.navbar-toggler-icon {
    color: #3333FF !important;
}


.btn-wins {
    background-color: #3333FF !important;
}

.btn-wins-secondary {
    --bs-btn-color: #3333FF !important;
    --bs-btn-border-color: #3333FF !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #3333FF !important;
    --bs-btn-hover-border-color: #3333FF !important;
    --bs-btn-focus-shadow-rgb: 108, 117, 125 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #3333FF !important;
    --bs-btn-active-border-color: #3333FF !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #3333FF !important;
    --bs-btn-disabled-bg: transparent !important;
    --bs-btn-disabled-border-color: #3333FF !important;
    --bs-gradient: none !important;
}

.menu-item {
    height: 40px;
    padding: 8px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-link {
    text-decoration: none;
}

.menu-text {
    color: #3333FF;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    white-space: nowrap;
}

.menu-arrow {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    color: #3333FF;
}

.arrow-icon {
    width: 12.59px;
    height: 7.13px;
    position: absolute;
    left: 5.70px;
    top: 8.70px;
    background: #3333FF;
}

.navbar-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cta-button {
    padding: 8px 20px;
    background: #3333FF;
    border-radius: 4px;
    outline: 1px solid #3333FF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cta-text {
    color: #F0F0F0;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    white-space: nowrap;
}


.section.retracted {
    height: 60px;
    /* solo intestazione visibile */
}


.section-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* .section-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
} */

.section-title {
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    font-weight: 500;
    line-height: 48px;
}

.section-highlight {
    font-size: 20px;
    font-weight: 600;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    line-height: 26px;
}

.section-body {
    opacity: 0.7;
    font-size: 20px;
    font-weight: 400;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    line-height: 26px;
}

.section-solutions {

    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 790px;
}

.section-content.ce {
    background-image: url(../Assets/Home/Sectors-1.jpg);
}

.section-content.gdo {
    background-image: url(../Assets/Home/Sectors-2.jpg);
}

.section-content.moda {
    background-image: url(../Assets/Home/Sectors-3.jpg);
}

.section-content.industria {
    background-image: url(../Assets/Home/Sectors-4.jpg);
}

.solutions-wrapper {
    width: 672px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-end;
    gap: 12px;
}

.solution-logo {
    height: 58px;
    overflow: hidden;
    width: 176px !important;
}

.solution-info {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.solution-text {
    flex: 1 1 0;
    font-size: 20px;
    color: var(--Color-Scheme---Dark-Text, #FCFCFC);
    line-height: 26px;
}

.solution-icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
}


.gdo-section {
    padding-top: 72px;
    border-top: 1px solid rgba(3, 3, 13, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
}

.gdo-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.gdo-content-wrapper {
    display: flex;
    padding: 8px;
    width: 100%;
    align-items: flex-start;
}

.gdo-text-column {
    flex: 1 1 0;
    padding: 0 64px 64px 96px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gdo-number {
    padding: 32px 0;
    display: flex;
    align-items: center;
    gap: 24px;
}



.gdo-text-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.gdo-title {
    color: #3333FF;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
}

.gdo-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gdo-subtitle {
    color: #1D1D1D;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.gdo-paragraph {
    color: #1D1D1D;
    opacity: 0.7;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.gdo-solutions {
    flex: 1 1 0;
    height: 790px;
    padding: 24px;
    border-radius: 4px;
    background-image: url(../Assets/Home/Sectors-2.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutions-grid {
    width: 672px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    align-content: flex-end;
}


.solution-logo img {
    /* max-width: 100%;
    height: auto; */
    width: 176px;
    height: 38px;
}

.section-solution-detail-logo-box .solution-logo img {
    /* max-width: 100%;
    height: auto; */
    width: 176px;
    height: 38px;
}

.solution-text {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.solution-text p {
    flex: 1 1 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.solution-arrow {
    width: 32px;
    height: 32px;
    position: relative;
}

.solution-arrow img {
    position: absolute;
    width: 21.33px;
    height: 17.89px;
    left: 5.33px;
    top: 7.06px;
}


/* Contenitore generale */
.moda-container {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

/* Riquadro interno */
.moda-inner {
    align-self: stretch;
    padding: 8px;
    overflow: hidden;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

/* Parte testuale */
.moda-text {
    flex: 1 1 0;
    align-self: stretch;
    padding: 0 64px 64px 96px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.moda-index {
    align-self: stretch;
    padding: 32px 0;
    display: inline-flex;
    align-items: center;
    gap: 24px;
}

.index-number {
    opacity: 0.6;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    word-wrap: break-word;
}

.moda-content {
    align-self: stretch;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}

.moda-title {
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
}

.moda-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.moda-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    line-height: 26px;
}

.moda-text-paragraph {
    opacity: 0.7;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.moda-section {
    border-top: 1px solid var(--Color-Scheme---Light-Border, rgba(3, 3, 13, 0.10));
}

/* Soluzioni */
.moda-solutions {
    flex: 1 1 0;
    height: 790px;
    padding: 24px;
    border-radius: 4px;
    background-image: url('../Assets/Home/Sectors-3.jpg');
    background-size: cover;
    background-position: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Sezione Industria */
.industria-section {
    border-top: 1px solid var(--Color-Scheme---Light-Border, rgba(3, 3, 13, 0.10));
}

.section-container {
    align-self: stretch;
    overflow: hidden;

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

.section-inner {
    align-self: stretch;
    overflow: hidden;
    /* display: inline-flex; */
    justify-content: flex-start;
    align-items: center;
}

.padding-industria {
    flex: 1 1 0;
    align-self: stretch;
    padding: 0 64px 64px 96px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}


.section-text {
    align-self: stretch;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}

.section-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
    /* o anche 80px, per distanziare meglio */
}


.text-strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
}

.text-regular {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
}

.faded-text {
    opacity: 0.7;
}

.section-image-container {
    flex: 1 1 0;
    height: 790px;
    padding: 24px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.solution-cards-wrapper {
    width: 672px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-content: flex-end;
    justify-content: flex-end;
}

.solution-logo {
    width: 100%;
    height: 58px;
    position: relative;
    overflow: hidden;
}

.solution-logo.small {
    width: 176px;
}

.solution-logo.medium {
    height: 53.31px;
}

.solution-logo.xsmall {
    width: 144px;
}

.solution-text {
    display: inline-flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.solution-description {
    flex: 1 1 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: var(--Color-Scheme---Dark-Text, #FCFCFC);
}

.solution-icon {
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
}

.solution-icon img {
    width: 21.33px;
    height: 17.89px;
    position: absolute;
    top: 7.06px;
    left: 5.33px;
}

.section-retail {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.retail-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.retail-title {
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    font-size: 72px;
    font-weight: 500;
    line-height: 72px;
    word-wrap: break-word;

    /* Per mantenere le proprietà legate al text-box (opzionale, solo se supportate) */
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}


.solutions-container {
    background-size: cover;
    /* Copre l'intero contenitore */
    background-position: center;
    /* Centra l'immagine */
    background-repeat: no-repeat;
    width: 100%;
    height: 790px;
    /* oppure altezza fissa es: 400px */
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

/* 
.solution-card {
    width: 330px;
    height: 300px;
    padding: 24px; 
    background: var(--Opacity-Neutral-Darkest-80, rgba(3, 3, 13, 0.80));
    backdrop-filter: blur(12px);
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
    */

.solution-card {
    min-height: 175px;
    background: var(--Opacity-Neutral-Darkest-80, rgba(3, 3, 13, 0.80));
    color: #fff;
    /* facoltativo */
    border-radius: 8px;
    padding: 1rem;

}


.solution-logo {
    height: 58px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solution-logo.w-176 {
    width: 176px;
}

.solution-logo.w-144 {
    width: 144px;
}

.solution-logo.auto-height {
    height: 53.31px;
}

.solution-content {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.solution-text {
    flex: 1 1 0;
    color: var(--Color-Scheme---Dark-Text, #FCFCFC);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    word-wrap: break-word;
}

.solution-icon {
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
}

.solution-icon img {
    width: 21.33px;
    height: 17.89px;
    position: absolute;
    left: 5.33px;
    top: 7.06px;
}

/* STATISTICHE */
.section-stats-wrapper {
    align-self: stretch;
    padding: 64px 8px;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-stats-bg {
    align-self: stretch;
    background: linear-gradient(0deg, var(--Color-Scheme---Brand-Background, #3333FF) 0%, var(--Color-Scheme---Brand-Background, #3333FF) 100%);
    background-blend-mode: color, normal, normal;
    background-image: url(../Assets/Home/Stats-partners-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.section-stats-overlay {
    align-self: stretch;
    padding: 48px;
    background: var(--Opacity-White-5, rgba(255, 255, 255, 0.05));
    border-radius: 4px;
    backdrop-filter: blur(16px);
    display: inline-flex;
    gap: 32px;
}

.section-stats-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.stats-text-container {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    gap: 32px;
}

.stats-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.stats-title {
    /* width: 523px; */
    color: var(--Color-Scheme---Brand-Text, #FCFCFC) !important;
    /* font-size: 56px;
    font-weight: 500;
    line-height: 56px; */
    word-wrap: break-word;
}

.stats-description {
    /* width: 500px; */
    color: var(--Color-White, #FCFCFC) !important;
    /* font-size: 20px;
    font-weight: 400;
    line-height: 26px; */
    word-wrap: break-word;
}

.stats-values-container {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.stats-row {
    display: inline-flex;
    justify-content: flex-start;
    gap: 32px;
    width: 100%;
}

.stat-item {
    /* flex: 1 1 0; */
    /* padding-left: 24px; */
    border-left: 1px solid var(--Color-Scheme---Brand-Border, rgba(255, 255, 255, 0.30));
    /* display: inline-flex;
    flex-direction: column; */
    /* gap: 16px */
}

.stat-number,
.stat-label {
    color: var(--Color-Scheme---Brand-Text, #FCFCFC) !important;
}

.ce-wrapper {
    position: relative;
}

.ce-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    position: relative;
    z-index: 1;
    /* height: 100vh; */
    margin-top: 0;
    /* overflow: hidden; */
}


.ce-scroll-wrapper {
    height: 300vh;
    /* o 300vh, in base a quanto scroll "extra" vuoi */
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ce-section.active {
    opacity: 1;
    transform: translateY(0);
}


.ce-section.visible {
    opacity: 1;
    transform: translateY(0);
    z-index: 10;
    /* margin-top NON qui, lo gestisce JS */
}

/* -------------------------------------------------------------------------- */

/* FOOTER */
.footer-wrapper {
    background: #F0F0F0;
    /* display: flex;
    flex-direction: column; */
    align-items: flex-start;
}

.footer-top {
    /* padding: 112px 200px; */
    background: #F0F0F0;
}

.footer-content {
    /* display: flex; */
    justify-content: space-between;
    align-items: flex-start;
    /* gap: 80px; */
}

.footer-cta-title {
    /* font-size: 72px;
    font-weight: 500; */
    line-height: 72px;
    color: #3333FF;
}

.footer-cta-desc-wrapper {
    /* width: 537px; */
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.footer-cta-text {
    /* width: 448px;
    font-size: 20px;
    font-weight: 400; */
    /* line-height: 26px; */
    opacity: 0.7;
    color: #1D1D1D;
}

.footer-button-wrapper {
    display: flex;
    gap: 16px;
}

.footer-button {
    background: #3333FF;
    color: #F0F0F0;
    padding: 10px 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-button-text {
    /* font-size: 18px; */
    font-weight: 500;
    line-height: 23.4px;
}

.footer-button-icon {
    width: 24px;
    height: 24px;
}

.footer-bottom {
    background: #231F20;
    /* padding: 112px 200px 48px; */
    color: #FCFCFC !important;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    /* gap: 48px; */
}

.footer-info {
    /* width: 640px; */
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.footer-logo img {
    width: 160px;
    height: auto;
}

.footer-addresses {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-address {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-label {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.6;
}

.footer-text {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none !important;
}

.underline {
    text-decoration: underline;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

/* Default: icone più grandi */
.social-icon {
    width: 36px;
    height: auto;
    transition: transform 0.2s ease-in-out;
}

/* Hover effect opzionale */
.social-icon:hover {
    transform: scale(1.1);
}

/* Responsive: icone più piccole su schermi piccoli */
@media (max-width: 768px) {
    .social-icon {
        width: 30px;
    }
}

@media (max-width: 576px) {
    .social-icon {
        width: 26px;
    }
}


.footer-links {
    /* width: 606px; */
    display: flex;
    gap: 32px;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
}

.footer-link {
    font-size: 18px;
    font-weight: 500;
    color: #EAEAEA;
    line-height: 23.4px;
}

.footer-legal {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 48px;
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-legal-content {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    opacity: 0.6;
}

.footer-policies {
    /* display: flex; */
    gap: 24px;
}

.footer-policy {
    text-decoration: none;
    color: white !important;
}

.footer-policy .a {
    text-decoration: none;
    color: white !important;
}



/* SOLUZIONI */

.page-container {
    width: 100%;
    height: 100%;
    /* padding-top: 72px; */
    position: relative;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.header-wrapper {
    align-self: stretch;
    height: 800px;
    padding: 0 8px;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.soluzioni-section {
    align-self: stretch;
    flex: 1 1 0;
    position: relative;
    background: linear-gradient(0deg, var(--Color-Scheme---Light-Accent, #3333FF) 0%, var(--Color-Scheme---Light-Accent, #3333FF) 100%),
        rgba(51, 51, 255, 0.70);
    background-blend-mode: color, normal, normal;

    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.soluzioni-section.solution {
    background-image: url('../Assets/Soluzioni/solutions-header.jpg') !important;
}

.soluzioni-section.aterp {
    background-image: url('../Assets/Soluzioni/AT ERP/at-erp-header.jpg') !important;
}

.soluzioni-section.ecat {
    background-image: url('../Assets/Soluzioni/ECAT/ecat-header.jpg') !important;
}

.soluzioni-section.winstore {
    background-image: url('../Assets/Soluzioni/Winstore/winstore-header.jpg') !important;
}

.soluzioni-section.edi {
    background-image: url('../Assets/Soluzioni/EDI/solution-edi-header.jpg') !important;
}

.soluzioni-content {
    align-self: stretch;
    /* padding: 40px 192px; */
    overflow: hidden;
    /* display: inline-flex; */
    justify-content: space-between;
    align-items: flex-start;
}

.soluzioni-title-wrapper {
    /* width: 776px; */
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.soluzioni-title {
    align-self: stretch;
    color: var(--Color-Scheme---Brand-Text, #FCFCFC);
    /* font-size: 72px; */
    font-weight: 500;
    line-height: 72px;
    word-wrap: break-word;
}

.soluzioni-description-wrapper {
    /* width: 534px; */
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.soluzioni-description {
    align-self: stretch;
    color: var(--Color-Scheme---Brand-Text, #FCFCFC);
    font-weight: 400;
    /* line-height: 26px; */
    word-wrap: break-word;
}

.soluzioni-description .bold {
    font-weight: 600;
}

.soluzioni-buttons {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.btn {
    padding: 10px 24px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 18px;

    font-weight: 500;
    line-height: 23.4px;
    word-wrap: break-word;
}

.btn-primary {
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    outline: 1px solid var(--Color-Scheme---Light-Background, #F0F0F0);
}

.btn-secondary {
    background: var(--Opacity-White-5, rgba(255, 255, 255, 0.05));
    outline: 1px solid var(--Color-Scheme---Dark-Border, rgba(255, 255, 255, 0.40));
    backdrop-filter: blur(20px);
}

.btn-label.light-accent {
    color: var(--Color-Scheme---Light-Accent, #3333FF);
}

.btn-label.brand-accent {
    color: var(--Color-Scheme---Brand-Accent, #FCFCFC);
}

.floating-icon {
    /* position: absolute; */
    left: 834px;
    top: 724px;
    padding: 10px;
    background: var(--Opacity-White-5, rgba(255, 255, 255, 0.05));
    border-radius: 4px;
    outline: 1px solid var(--Color-Scheme---Dark-Border, rgba(255, 255, 255, 0.40));
    backdrop-filter: blur(20px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.icon-container {
    width: 24px;
    height: 24px;
    position: relative;
    /* overflow: hidden; */
}

.icon-dot {
    width: 13.41px;
    height: 13.41px;
    position: absolute;
    left: 5.29px;
    top: 6px;
    /* background: url("../Assets/Icons/down-arrow-alt.svg"); */
}

.soluzioni-panorama {
    /* padding: 112px 200px; */
    background-color: var(--Color-Scheme---Light-Background, #F0F0F0);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 64px; */
}

.soluzioni-panorama__intro {
    display: flex;
    /* gap: 10px; */
    width: 100%;
}

.soluzioni-panorama__title {
    flex: 1;
    /* font-size: 56px; */
    font-weight: 500;
    /* line-height: 56px; */
    color: var(--Color-Scheme---Light-Accent, #3333FF);
}

.soluzioni-panorama__text {
    flex: 1;
    /* font-size: 20px; */
    font-weight: 400;
    /* line-height: 26px; */
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
}

.soluzioni-panorama__cards {
    /* display: flex;
    gap: 24px;
    padding: 24px; */
    border-radius: 4px;
    outline: 1px solid var(--Color-Scheme---Light-Border, rgba(3, 3, 13, 0.10));
}

.soluzioni-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 24px;
}

.soluzioni-card img {
    max-width: 120px;
    height: auto;
    border-radius: 4px;
}


.soluzioni-card__title {
    font-weight: 500;
    line-height: 33.8px;
}

.soluzioni-card__desc {
    font-size: 16px;

    font-weight: 400;
    line-height: 20.8px;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
}

.green {
    color: var(--Color-Green, #31C493) !important;
}

.cyan {
    color: var(--Color-Cyan, #2BAEE2) !important;
}

.red {
    color: var(--Color-Orange, #FF3333) !important;
}

.purple {
    color: var(--Color-Purple, #855CFF) !important;
}


.section-solution-detail {
    align-self: stretch;
    /* padding-top: 72px; */
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    border-top: 1px solid var(--Color-Scheme---Light-Border, rgba(3, 3, 13, 0.10));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.section-solution-detail-inner {
    align-self: stretch;
    /* padding: 64px 200px; */
    position: relative;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
}

.section-solution-detail-content {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}

.section-solution-detail-text {
    flex: 1 1 0;
    align-self: stretch;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.section-solution-detail-title {
    align-self: stretch;
    /* padding-top: 64px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

.title-aterp {
    align-self: stretch;
    color: var(--Color-Green, #31C493);
    /* font-size: 56px; */
    font-weight: 500;
    /* line-height: 56px; */
    word-wrap: break-word;
}

.title-ecat {
    align-self: stretch;
    color: var(--Color-Green, #2BAEE2);
    /* font-size: 56px; */
    font-weight: 500;
    /* line-height: 56px; */
    word-wrap: break-word;
}

.title-winstore {
    align-self: stretch;
    color: var(--Color-Green, #FF3333);
    /* font-size: 56px; */
    font-weight: 500;
    /* line-height: 56px; */
    word-wrap: break-word;
}

.title-edi {
    align-self: stretch;
    color: var(--Color-Green, #855CFF);
    /* font-size: 56px; */
    font-weight: 500;
    /* line-height: 56px; */
    word-wrap: break-word;
}

.section-solution-detail-badges {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.badges-container {
    align-self: stretch;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    align-content: flex-start;
}

.badge {
    padding: 6px 16px;
    border-radius: 4px;
    outline-offset: -1px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: var(--Color-Green, #31C493);
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    word-wrap: break-word;
}

.badge.aterp {
    outline: 1px solid var(--Color-Green, #31C493);
    color: var(--Color-Green, #31C493);
    background: var(--Color-Scheme---Light-Foreground, #FAFAFA);
}

.badge.ecat {
    outline: 1px solid var(--Color-Green, #2BAEE2);
    color: var(--Color-Green, #2BAEE2);
    background: var(--Color-Scheme---Light-Foreground, #FAFAFA);
}

.badge.winstore {
    outline: 1px solid var(--Color-Green, #FF3333);
    color: var(--Color-Green, #FF3333);
    background: var(--Color-Scheme---Light-Foreground, #FAFAFA);
}

.badge.edi {
    outline: 1px solid var(--Color-Green, #855CFF);
    color: var(--Color-Green, #855CFF);
    background: var(--Color-Scheme---Light-Foreground, #FAFAFA);
}

.btn-wins.aterp {
    outline: 1px solid var(--Color-Green, #31C493) !important;
    color: var(--Color-Scheme---Light-Foreground, #FAFAFA) !important;
    background: var(--Color-Green, #31C493) !important;
}

.btn-wins.ecat {
    outline: 1px solid var(--Color-Green, #2BAEE2) !important;
    color: var(--Color-Scheme---Light-Foreground, #FAFAFA) !important;
    background: var(--Color-Green, #2BAEE2) !important;
}

.btn-wins.winstore {
    outline: 1px solid var(--Color-Green, #FF3333) !important;
    color: var(--Color-Scheme---Light-Foreground, #FAFAFA) !important;
    background: var(--Color-Green, #FF3333) !important;
}

.btn-wins.edi {
    outline: 1px solid var(--Color-Green, #855CFF) !important;
    color: var(--Color-Scheme---Light-Foreground, #FAFAFA) !important;
    background: var(--Color-Green, #855CFF) !important;
}

.btn-wins-secondary-findout {
    outline: 1px solid var(--Color-Green, #31C493) !important;
    color: var(--Color-Scheme---Light-Foreground, #FAFAFA) !important;
    background: var(--Color-Green, #31C493) !important;
}

/* .badges-container .badge{
    color:#31C493 !important;
} */

.section-wrapper-solutions {
    align-self: stretch;
    /* padding-top: 112px;
    padding-bottom: 112px; */
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}


.section-solution-detail-description {
    align-self: stretch;
    opacity: 0.7;
    /* font-size: 18px; */
    font-weight: 500;
    /* line-height: 23.4px; */
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
}

.section-solution-detail-description strong {
    font-weight: 700;
}


.section-solution-detail-image {
    /* flex: 1 1 0; */
    /* height: 628px;
    padding: 170px 125px; */
    border-radius: 4px;
    background: linear-gradient(0deg, #31C493 0%, #31C493 100%);
    background-blend-mode: multiply, normal;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.section-solution-detail-aterp {
    background-image: url(../Assets/Soluzioni/solution-card-at-erp-large.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-solution-detail-ecat {
    background-image: url(../Assets/Soluzioni/solution-card-ecat-large.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-solution-detail-winstore {
    background-image: url(../Assets/Soluzioni/solution-card-winstore-large.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-solution-detail-edi {
    background-image: url(../Assets/Soluzioni/solution-card-edi-large.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-solution-detail-logo-box {
    /* width: 360px;
    height: 300px; */
    /* padding: 24px; */
    background: var(--Opacity-Neutral-Darkest-80, rgba(3, 3, 13, 0.80));
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.section-solution-detail-img-text {
    color: #FCFCFC !important;
    font-weight: 400;
}

.section-magenta {
    align-self: stretch;
    padding-top: 72px;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    border-top: 1px solid var(--Color-Scheme---Light-Border, rgba(3, 3, 13, 0.10));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.content-container {
    align-self: stretch;
    padding: 64px 200px;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
}

.content-wrapper {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}

.text-area {
    flex: 1 1 0;
    align-self: stretch;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.headline-wrapper {
    align-self: stretch;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.headline {
    color: var(--Color-Cyan, #2BAEE2);
    font-size: 56px;

    font-weight: 500;
    line-height: 56px;
    word-wrap: break-word;
}

.features-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tag {
    padding: 6px 16px;
    background: var(--Color-Scheme---Light-Foreground, #FAFAFA);
    border: 1px solid var(--Color-Cyan, #2BAEE2);
    border-radius: 4px;
    color: var(--Color-Cyan, #2BAEE2);
    font-size: 16px;

    font-weight: 600;
    line-height: 20.8px;
}

.description {
    opacity: 0.7;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    font-size: 18px;

    font-weight: 500;
    line-height: 23.4px;
}


.overlay-card {
    width: 360px;
    height: 300px;
    padding: 24px;
    background: rgba(3, 3, 13, 0.80);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.logos {
    position: relative;
    width: 176px;
    height: 58px;
    overflow: hidden;
}


.section-orange {
    align-self: stretch;
    padding-top: 72px;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    border-top: 1px solid var(--Color-Scheme---Light-Border, rgba(3, 3, 13, 0.10));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.container-flex {
    align-self: stretch;
    padding: 64px 200px;
    position: relative;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
}

.content {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}

.text-block {
    flex: 1 1 0;
    align-self: stretch;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.title {
    align-self: stretch;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    color: var(--Color-Orange, #FF3333);
    font-size: 56px;

    font-weight: 500;
    line-height: 56px;
    word-wrap: break-word;
}

.features-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.features {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.feature-tag {
    padding: 6px 16px;
    background: var(--Color-Scheme---Light-Foreground, #FAFAFA);
    border-radius: 4px;
    outline: 1px solid var(--Color-Orange, #FF3333);
    outline-offset: -1px;
    color: var(--Color-Orange, #FF3333);
    font-size: 16px;

    font-weight: 600;
    line-height: 20.8px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    word-wrap: break-word;
}

.description {
    align-self: stretch;
    opacity: 0.7;
    font-size: 18px;
    line-height: 23.4px;

    word-wrap: break-word;
}

.description .bold {
    font-weight: 700;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
}

.description .normal {
    font-weight: 500;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
}

.image-card {
    flex: 1 1 0;
    height: 628px;
    padding: 170px 125px;
    background: linear-gradient(0deg, var(--Color-Orange, #FF3333) 0%, var(--Color-Orange, #FF3333) 100%);
    background-blend-mode: multiply, normal;
    /* background-image: url(../Assets/Soluzioni/Solution-card-Winstore-large.jpg); */
    background-size: cover;
    border-radius: 4px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.card-overlay {
    width: 360px;
    height: 300px;
    padding: 24px;
    background: rgba(3, 3, 13, 0.80);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.section-purple {
    align-self: stretch;
    padding-top: 72px;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    border-top: 1px solid var(--Color-Scheme---Light-Border, rgba(3, 3, 13, 0.10));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.section-container {
    align-self: stretch;
    padding: 64px 200px;
    position: relative;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
}

.section-content {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* align-self: stretch; */
    flex-direction: column;
    align-items: flex-start;
}

.text-column {
    flex: 1 1 0;
    align-self: stretch;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.text-header {
    align-self: stretch;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

.headline {
    align-self: stretch;
    color: var(--Color-Purple, #855CFF);
    font-size: 56px;

    font-weight: 500;
    line-height: 56px;
    word-wrap: break-word;
}

.features-text {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.feature-tags {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.tag {
    padding: 6px 16px;
    background: var(--Color-Scheme---Light-Foreground, #FAFAFA);
    border-radius: 4px;
    outline: 1px solid var(--Color-Purple, #855CFF);
    outline-offset: -1px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: var(--Color-Purple, #855CFF);
    font-size: 16px;

    font-weight: 600;
    line-height: 20.8px;
    word-wrap: break-word;
}

.description {
    align-self: stretch;
    opacity: 0.7;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    font-size: 18px;

    font-weight: 500;
    line-height: 23.4px;
    word-wrap: break-word;
}

.description .bold {
    font-weight: 700;
}

.image-column {
    flex: 1 1 0;
    height: 628px;
    padding: 170px 125px;
    background: linear-gradient(0deg, var(--Color-Purple, #855CFF) 0%, var(--Color-Purple, #855CFF) 100%);
    background-blend-mode: multiply, normal;
    border-radius: 4px;
    background-image: url(../Assets/Soluzioni/Solution-card-EDI-large.jpg);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.image-overlay {
    width: 360px;
    height: 300px;
    padding: 24px;
    background: var(--Opacity-Neutral-Darkest-80, rgba(3, 3, 13, 0.80));
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.svg-box {
    width: 144px;
    height: 58px;
    position: relative;
    overflow: hidden;
}


.section-light-bg {
    align-self: stretch;
    padding: 64px 8px;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}

.solutions-section {
    align-self: stretch;
    /* padding: 112px 192px; */
    background: linear-gradient(0deg, var(--Color-Scheme---Brand-Background, #3333FF) 0%, var(--Color-Scheme---Brand-Background, #3333FF) 100%),
        var(--Color-Scheme---Brand-Background, #3333FF);
    background-blend-mode: color, normal, normal;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    gap: 80px;
    justify-content: flex-start;
    align-items: flex-start;
}

.custom-outline-blue {
    background-color: #fff;
    color: #3333ff;
    border: 2px dashed #3333ff;
    padding: 0.5rem 1.25rem;
    border-radius: 0.375rem;
    /* oppure quello che preferisci */
    font-weight: 600;
}

.solutions-overlay {
    align-self: stretch;
    padding: 48px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    backdrop-filter: blur(16px);
    display: inline-flex;
    gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
}

.solutions-text {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    gap: 32px;
}

.solutions-title-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.solutions-title {
    width: 523px;
    color: var(--Color-Scheme---Brand-Text, #FCFCFC);
    font-size: 56px;

    font-weight: 500;
    line-height: 56px;
    margin: 0;
}

.solutions-subtitle {
    width: 500px;
    color: var(--Color-White, white);
    font-size: 20px;

    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.solutions-stats {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    gap: 48px;
}

.stats-row {
    align-self: stretch;
    display: inline-flex;
    gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
}

.stat-box {
    flex: 1 1 0;
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
}

.stat-value {
    color: var(--Color-White, white);
    font-size: 104px;

    font-weight: 400;
    line-height: 104px;
}

.stat-label {
    color: var(--Color-White, white);
    /* font-size: 26px; */

    font-weight: 500;
    line-height: 31.2px;
}




/* FINE SOLUZIONI */





/* === ERP Intro Wrapper === */
.solutions-claim-section {
    width: 100%;
    height: 100%;
    /* padding-top: 72px; */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* Wrapper interno con padding dinamico (usa anche le classi Bootstrap p-3 p-md-7) */
.solutions-claim-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.solution-claim-intro-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

/* === Tagline (es: AT ERP 3.0) === */
.solution-claim-tagline {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.solution-claim-tagline-text {
    opacity: 0.6;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    /* dinamico */
    font-size: 16px;
    /* font-family: Aspekta; */
    font-weight: 500;
    /* line-height: 24px; */
    letter-spacing: 0.80px;
    word-wrap: break-word;
}

/* === Heading principale === */
.solution-claim-heading-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.solution-claim-heading {
    /* width: 639.36px; */
    text-align: center;
    /* font-size: 56px; */
    /* font-family: Aspekta; */
    font-weight: 500;
    /* line-height: 56px; */
    margin: 0;
    word-wrap: break-word;
}

.solution-claim-heading.aterp {
    color: var(--Color-Green, #31C493) !important;
}

.solution-claim-heading.ecat {
    color: var(--Color-Green, #2BAEE2) !important;
}

.solution-claim-heading.winstore {
    color: var(--Color-Green, #FF3333) !important;
}

.solution-claim-heading.edi {
    color: var(--Color-Green, #855CFF) !important;
}

/* === Descrizione === */
.solution-claim-description {
    /* width: 713.62px; */
    text-align: center;
    opacity: 0.6;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    /* dinamico */
    /* font-size: 18px; */
    /* font-family: Aspekta; */
    font-weight: 400;
    /* line-height: 23.4px; */
    word-wrap: break-word;
}

/* === Wrapper sezione "Soluzioni Claim" === */
.solutions-claim-wrapper {
    align-self: stretch;
    /* padding: 112px 200px; */
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    /* dinamico */
    overflow: hidden;
    border-top: 1px solid var(--Color-Scheme---Light-Border, rgba(3, 3, 13, 0.10));
    /* dinamico */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 64px;
}


.solution-specific-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.solution-specific-card {
    /* height: 530px;
    padding: 24px; */
    border-radius: 4px;
    background: radial-gradient(ellipse 93.52% 455.37% at 16.11% 21.38%, #FAFAFA 30%, rgba(255, 255, 255, 0) 89%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: flex-start; */
    background-size: cover;
    background-repeat: no-repeat;
}

.solution-specific-card-content {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}



.solution-specific-card-footer {
    /* height: 530px;
    padding: 24px; */
    border-radius: 4px;
    background: radial-gradient(ellipse 93.52% 455.37% at 16.11% 21.38%, #FAFAFA 30%, rgba(255, 255, 255, 0) 89%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
}

.solution-specific-card-content-footer {
    width: 100%;
    /* max-width: 500px; */
    display: flex;
    flex-direction: column;
    gap: 32px;
}



.solution-specific-intro {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.solution-specific-title {
    /* font-size: 48px;
    line-height: 48px; */
    /* color: #31C493; */
    font-weight: 500;
    font-family: Aspekta, sans-serif;
}

.solution-specific-description {
    font-size: 18px;
    line-height: 1.3;
    color: #1D1D1D;
    opacity: 0.6;
}

.solution-specific-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #31C493;
    text-decoration: underline;
    font-weight: 500;
}

.solution-specific-cta-icon {
    fill: #31C493;
}

.solution-specific-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.solution-specific-tag {
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    font-family: Aspekta, sans-serif;
}

.solution-specific-tag-aterp {
    border: 1px solid #31C493 !important;
    color: #31C493;
    background-color: #FAFAFA;
}

.solution-specific-tag-ecat {
    border: 1px solid #2BAEE2 !important;
    color: #2BAEE2;
    background-color: #FAFAFA;
}

.solution-specific-tag-winstore {
    border: 1px solid #FF3333 !important;
    color: #FF3333;
    background-color: #FAFAFA;
}

.solution-specific-tag-edi {
    border: 1px solid #855CFF !important;
    color: #855CFF;
    background-color: #FAFAFA;
}

.solution-specific-modules {
    display: flex;
    flex-wrap: wrap;
}

.solution-specific-modules-bg {
    background-color: #FAFAFA;
}

.solution-specific-module {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    background-color: #FAFAFA;
    border-radius: 4px;
    overflow: hidden;
}

.solution-specific-module-content {
    /* padding: 24px; */
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #FAFAFA;
}

.solution-specific-module-title {
    /* font-size: 40px; */
    font-weight: 500;
    font-family: Aspekta, sans-serif;
}

.solution-specific-module-title-aterp {
    color: #31C493 !important;
}

.solution-specific-module-title-ecat {
    color: #2BAEE2 !important;
}

.solution-specific-module-title-winstore {
    color: #FF3333 !important;
}

.solution-specific-module-title-edi {
    color: #855CFF !important;
}

.solution-specific-module-description {
    /* font-size: 18px; */
    color: #1D1D1D;
    opacity: 0.6;
}

.solution-specific-module-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0 0 4px 4px;
}



/* FEATURES */

.feature-card-class-aterp {
    background-color: #31C493 !important;
}

.feature-card-class-ecat {
    background-color: #2BAEE2 !important;
}

.feature-card-class-winstore {
    background-color: #ed5151 !important;
}

.feature-card-class-edi {
    background-color: #855CFF !important;
}

.features-section {
    align-self: stretch;
    /* padding: 112px 200px; */
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 64px; */
}

.features-title-aterp {
    color: var(--Color-Green, #31C493) !important;
}

.features-title-ecat {
    color: var(--Color-Green, #2BAEE2) !important;
}

.features-title-winstore {
    color: var(--Color-Green, #FF3333) !important;
}

.features-title-edi {
    color: var(--Color-Green, #855CFF) !important;
}

.features-header-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.features-title-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.features-title {
    /* width: 480px; */
    text-align: center;
    /* font-size: 56px; */
    /* font-family: Aspekta; */
    font-weight: 500;
    line-height: 56px;
    word-wrap: break-word;
}

.features-list {
    /* align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px; */
}

.feature-card {
    background: var(--Color-Green, #31C493);
    border-radius: 4px;
    outline: 1px var(--Color-Scheme---Brand-Border, rgba(255, 255, 255, 0.30)) solid;
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    /* per pareggiare l'altezza */
}

.feature-icon {
    position: relative;
}

.feature-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}


.feature-description {
    width: 100%;
    color: var(--Color-Scheme---Dark-Text, #FCFCFC);
    font-size: 18px;
    /* font-family: Aspekta; */
    font-weight: 400;
    /* line-height: 23.4px; */
    word-wrap: break-word;
}

.feature-title {
    width: 100%;
    color: var(--Color-Scheme---Dark-Text, #FCFCFC);
    font-size: 32px;
    /* font-family: Aspekta; */
    font-weight: 500;
    line-height: 38.4px;
    word-wrap: break-word;
}



/* RECENSIONI */

.reviews-section {
    align-self: stretch;
    padding-left: 8px;
    padding-right: 8px;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}


.review-background {
    align-self: stretch;
    /* padding: 112px 200px; */
    /* background: linear-gradient(0deg, var(--Color-Green, #31C493) 0%, var(--Color-Green, #31C493) 100%),
                var(--Color-Scheme---Light-Accent, #3333FF); */
    background-blend-mode: color, normal, normal;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    background-size: cover;
    background-position: center;
}

.review-background-aterp {
    background-image: url('../Assets/Soluzioni/AT ERP/AT-ERP-Testimonial.jpg') !important;
}

.review-background-ecat {
    background-image: url('../Assets/Soluzioni/ECAT/ECAT-Testimonial.jpg') !important;
}

.review-background-winstore {
    background-image: url('../Assets/Soluzioni/WinStore/WinStore-Testimonial.jpg') !important;
}

.review-background-edi {
    background-image: url('../Assets/Soluzioni/EDI/EDI-Testimonial.jpg') !important;
}


.review-card {
    /* padding: 48px; */
    background: var(--Opacity-White-5, rgba(255, 255, 255, 0.05));
    border-radius: 4px;
    backdrop-filter: blur(16px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.review-logo-container {
    padding: 14px;
    background: var(--Color-Scheme---Light-Foreground, #FAFAFA);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.review-logo-wrapper {
    width: 160px;
    height: 64px;
    position: relative;
    overflow: hidden;
}

.review-logo {
    /* width: 154px;
    height: 77px; */
    position: absolute;
    /* left: 4px; */
    /* top: -17px; */
}

.review-quote {
    /* width: 1054px; */
    text-align: center;
    color: var(--Color-Scheme---Brand-Text, #FCFCFC);
    /* font-size: 40px; */
    /* font-family: Aspekta; */
    font-weight: 500;
    /* line-height: 40px; */
    word-wrap: break-word;
}

.review-author-info {
    width: 300px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.review-avatar img {
    width: 100%;
}

.review-author-text {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.review-author-name,
.review-author-role {
    align-self: stretch;
    text-align: center;
    color: var(--Color-Scheme---Brand-Text, #FCFCFC);
    font-size: 18px;
    /* font-family: Aspekta; */
    line-height: 23.4px;
    word-wrap: break-word;
}

.review-author-name {
    font-weight: 600;
}

.review-author-role {
    font-weight: 400;
}


.solution-specific-title-aterp {
    color: var(--Color-Scheme---Brand-Text, #31C493) !important;
}

.solution-specific-title-ecat {
    color: var(--Color-Scheme---Brand-Text, #2BAEE2) !important;
}

.solution-specific-title-winstore {
    color: var(--Color-Scheme---Brand-Text, #FF3333) !important;
}

.solution-specific-title-edi {
    color: var(--Color-Scheme---Brand-Text, #855CFF) !important;
}

.solution-specific-cta-aterp {
    color: var(--Color-Scheme---Brand-Text, #31C493) !important;
}

.solution-specific-cta-ecat {
    color: var(--Color-Scheme---Brand-Text, #2BAEE2) !important;
}

.solution-specific-cta-winstore {
    color: var(--Color-Scheme---Brand-Text, #FF3333) !important;
}

.solution-specific-cta-edi {
    color: var(--Color-Scheme---Brand-Text, #855CFF) !important;
}


/* SOLUTION STATS */

.solution-stats-wrapper {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 32px; */
}

.solution-stats-item {
    flex: 1 1 0;
    padding-left: 24px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 16px; */
}

.solution-stats-item-aterp {
    border-left: 1px solid var(--Color-Orange, #31C493);
}

.solution-stats-item-ecat {
    border-left: 1px solid var(--Color-Orange, #2BAEE2);
}

.solution-stats-item-winstore {
    border-left: 1px solid var(--Color-Orange, #FF3333);
}

.solution-stats-item-edi {
    border-left: 1px solid var(--Color-Orange, #855CFF);
}

.solution-stats-number {
    align-self: stretch;
    /* font-size: 104px; */
    /* font-family: Aspekta; */
    font-weight: 400;
    /* line-height: 104px; */
    word-wrap: break-word;
    /* Non standard: text-box-trim / text-box-edge omessi */
}

.solution-stats-number-aterp {
    color: var(--Color-Orange, #31C493);
}

.solution-stats-number-ecat {
    color: var(--Color-Orange, #2BAEE2);
}

.solution-stats-number-winstore {
    color: var(--Color-Orange, #FF3333);
}

.solution-stats-number-edi {
    color: var(--Color-Orange, #855CFF);
}

.solution-stats-label {
    align-self: stretch;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    /* font-size: 26px; */
    /* font-family: Aspekta; */
    font-weight: 500;
    /* line-height: 31.2px; */
    word-wrap: break-word;
}





/* FINE SOLUTION STATS */



/* Sfuma l'immagine di sfondo su dispositivi mobili e tablet */
@media (max-width: 991.98px) {
    .solution-specific-card {
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%),
            url('<?= htmlspecialchars($solution[\'background_image\']) ?>');
        background-size: cover;
        background-position: center;
    }
}



/* CONTATTI */

.contact-section {
    width: 100%;
    height: 100%;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
}

.contact-section-content {
    align-self: stretch;
    flex: 1 1 0;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-section-text {
    /* flex: 1 1 0; */
    align-self: stretch;
    /* padding-left: 112px;
    padding-right: 112px; */
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}

.contact-section-text-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

.contact-section-title {
    align-self: stretch;
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    /* font-size: 72px; */
    /* font-family: Aspekta; */
    font-weight: 500;
    /* line-height: 72px; */
    word-wrap: break-word;
    /* text-box-trim and edge are non-standard and omitted */
}

.contact-section-description {
    /* width: 540.27px; */
    opacity: 0.7;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    /* font-size: 20px; */
    /* font-family: Aspekta; */
    font-weight: 400;
    /* line-height: 26px; */
    word-wrap: break-word;
}

.contact-section-buttons {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.contact-btn-primary,
.contact-btn-secondary {
    padding: 10px 24px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    /* font-family: Aspekta; */
    font-weight: 500;
    line-height: 23.4px;
    word-wrap: break-word;
}

.contact-btn-primary {
    background: var(--Color-Scheme---Light-Accent, #3333FF);
    outline: 1px solid var(--Color-Scheme---Light-Accent, #3333FF);
    color: var(--Color-Scheme---Light-Background, #F0F0F0);
}

.contact-btn-secondary {
    outline: 1px solid var(--Color-Scheme---Light-Accent, #3333FF);
    color: var(--Color-Scheme---Light-Accent, #3333FF);
}

.contact-section-image {
    flex: 1 1 0;
    align-self: stretch;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.contact-section-image img {
    flex: 1 1 0;
    align-self: stretch;
    border-radius: 4px;
}

.contact-about {
    width: 100%;
    height: 100%;
    /* padding: 112px 200px 80px 200px; */
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    border-top: 1px solid var(--Color-Scheme---Light-Border, rgba(3, 3, 13, 0.10));
}

.contact-about-label {
    /* width: 307px;
    height: 53px; */
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    /* font-size: 20px; */
    /* font-family: Aspekta; */
    font-weight: 400;
    /* line-height: 26px; */
    word-wrap: break-word;
}

.contact-about-content {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.contact-about-text-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.contact-about-text {
    align-self: stretch;
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    /* font-size: 56px; */
    /* font-family: Aspekta; */
    font-weight: 500;
    /* line-height: 56px; */
    word-wrap: break-word;
}





.contact-mission {
    width: 100%;
    height: 100%;
    /* padding: 112px 200px; */
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}

.contact-mission-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 112px; */
}

.contact-mission-header {
    /* align-self: stretch; */
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.contact-mission-number {
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    /* font-size: 180px; */
    /* font-family: Aspekta; */
    font-weight: 300;
    /* line-height: 180px; */
    word-wrap: break-word;
    /* text-box-trim: trim-both;
    text-box-edge: cap alphabetic; */
}

.contact-mission-block {
    /* widtlocation-infoh: 988px; */
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 32px; */
}

.contact-mission-line-wrapper {
    align-self: stretch;
    height: 2px;
    position: relative;
    background: rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.contact-mission-line-1 {
    width: 750px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--Color-Scheme---Light-Accent, #3333FF);
}

.contact-mission-line-2 {
    width: 500px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--Color-Scheme---Light-Accent, #3333FF);
}

.contact-mission-line-3 {
    width: 250px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--Color-Scheme---Light-Accent, #3333FF);
}

.contact-mission-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 32px; */
}

.contact-mission-section-title {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.contact-mission-label {
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    /* font-size: 16px; */
    /* font-family: Aspekta; */
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.80px;
    word-wrap: break-word;
}

.contact-mission-section-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 24px; */
}

.contact-mission-title {
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    /* font-size: 56px; */
    /* font-family: Aspekta; */
    font-weight: 500;
    line-height: 56px;
    word-wrap: break-word;
}

.contact-mission-text {
    /* width: 780px; */
    opacity: 0.70;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    /* font-size: 20px; */
    /* font-family: Aspekta; */
    font-weight: 400;
    /* line-height: 26px; */
    word-wrap: break-word;
}






.section-container {
    width: 100%;
    padding: 0 8px;
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.location-section {
    /* padding: 112px 192px; */
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(51, 51, 255, 0.10), rgba(51, 51, 255, 0.10)),
        url('../Assets/Chi siamo/about-location.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    /* gap: 80px; */
}

.location-content {
    display: flex;
    justify-content: space-between;
    /* gap: 32px; */
}

.location-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.location-title {
    /* font-size: 56px; */
    /* font-family: Aspekta; */
    font-weight: 500;
    /* line-height: 56px; */
    color: var(--Color-Scheme---Dark-Text, #FCFCFC);
}

.location-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* width: 367px; */
}

.location-place {
    font-size: 24px;
    font-weight: 450;
    line-height: 31.2px;
    color: var(--Color-Scheme---Dark-Text, #FCFCFC);
}

.location-paragraph {
    /* font-size: 20px; */
    font-weight: 400;
    /* line-height: 26px; */
    color: var(--Color-Scheme---Dark-Text, #FCFCFC);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.location-details {
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
    gap: 64px;
}

.location-infos {
    /* width: 427px; */
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
}

.location-info {
    display: flex;
    /* gap: 16px; */
    align-items: flex-start;
}

/* .icon-container {
    padding: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: center;
    align-items: center;
} */

.info-text {
    /* font-size: 18px; */
    /* line-height: 23.4px; */
    /* font-family: Aspekta; */
    font-weight: 400;
    color: var(--Color-Scheme---Dark-Text, #FCFCFC);
    display: flex;
    align-items: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.location-map-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    backdrop-filter: blur(16px);
    padding: 8px;
    align-items: center;
    width: 100%;
    max-width: 420px;
    /* puoi regolare a piacere: 360px, 400px, ecc. */
    margin-left: auto;
    margin-right: auto;
}


.map-image {
    width: 100%;
    height: 200px;
    border-radius: 4px;
    object-fit: cover;
}

.map-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--Color-Blue, #3333FF);
    border: 1px solid var(--Color-Blue, #3333FF);
    border-radius: 4px;
    padding: 10px 24px;
    font-size: 18px;
    /* font-family: Aspekta; */
    font-weight: 500;
    color: var(--Color-Scheme---Light-Background, #F0F0F0);
    text-decoration: none;
}



.location-section-container {
    width: 100%;
    /* padding: 0 8px; */
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    display: flex;
    flex-direction: column;
    gap: 10px;
}



/* Sezione Principale */
.partners-section-main {
    width: 100%;
    height: 100%;
    /* padding: 0 8px; */
    background-color: var(--Color-Scheme---Light-Background, #F0F0F0);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Hero con immagine e overlay */
.partners-hero {
    /* padding: 112px 192px; */
    background:
        linear-gradient(0deg, var(--Color-Scheme---Light-Accent, #3333FF), var(--Color-Scheme---Light-Accent, #3333FF)),
        url('../Assets/Chi Siamo/Stats-partners-background.jpg');
    background-blend-mode: color, normal, normal;
    background-size: cover;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Overlay bianco sfocato */
.partners-overlay {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    border-radius: 4px;
    /* RIMUOVI le proprietà flex */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 32px; */
}


/* Colonna sinistra con testo */
.partners-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.partners-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.partners-title {
    color: var(--Color-Scheme---Brand-Text, #FCFCFC);
    /* font-size: 56px; */
    /* font-family: Aspekta; */
    font-weight: 500;
    /* line-height: 56px; */
    /* max-width: 463px; */
}

.partners-description {
    color: var(--Color-Scheme---Brand-Text, #FCFCFC);
    /* font-size: 20px; */
    /* font-family: Aspekta; */
    font-weight: 400;
    /* line-height: 26px; */
    /* max-width: 463px; */
}

/* Colonna destra con loghi */
.partners-logos {
    /* flex: 1 1 0; */
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.logos-row {
    display: flex;
    gap: 8px;
}

.logo-card {
    height: 96px;
    /* puoi aumentare/diminuire a seconda del design */
    background-color: #FAFAFA;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.logo-card img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}



/* Spazio finale */
.logos-spacer {
    height: 92px;
}



/* CONTATTACI */

.contactus-wrapper {
    width: 100%;
    /* padding: 48px 200px 112px; */
    background-color: var(--Color-Scheme---Light-Background, #F0F0F0);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 80px; */
    overflow: hidden;
}

.contactus-container {
    width: 100%;
    /* Se vuoi margine orizzontale tra le colonne, puoi usare padding o spacing Bootstrap */
}


.contactus-image {
    flex: 1;
    /* height: 734px; */
    border-radius: 16px;
    object-fit: cover;
}

.contactus-content {
    /* flex: 1; */
    /* padding: 0 40px; */
    display: flex;
    flex-direction: column;
    /* gap: 32px; */
}

.contactus-header {
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
}

.contactus-title {
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    /* font-size: 56px; */
    /* font-family: Aspekta, sans-serif; */
    font-weight: 500;
    /* line-height: 56px; */
}

.contactus-subtitle {
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    /* font-size: 20px; */
    /* font-family: Aspekta, sans-serif; */
    font-weight: 400;
    /* line-height: 26px; */
}

.contactus-form {
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
    width: 100%;
}

.contactus-row {
    display: flex;
    /* gap: 24px; */
    width: 100%;
}

.contactus-field {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
}

.contactus-field label {
    /* font-size: 18px; */
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    /* font-family: Aspekta, sans-serif; */
    font-weight: 400;
}

.contactus-field input {
    /* padding: 8px 12px; */
    background-color: var(--Color-Scheme---Light-Foreground, #FAFAFA);
    border: 1px solid var(--Color-Scheme---Light-Border, rgba(3, 3, 13, 0.10));
    border-radius: 4px;
    /* font-size: 16px; */
}

.contactus-textarea-field {
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    width: 100%;
}

.contactus-textarea-field label {
    /* font-size: 18px; */
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    /* font-family: Aspekta, sans-serif; */
    font-weight: 400;
}

.contactus-textarea-field textarea {
    /* padding: 12px; */
    background-color: var(--Color-Scheme---Light-Foreground, #FAFAFA);
    border: 1px solid var(--Color-Scheme---Light-Border, rgba(3, 3, 13, 0.10));
    border-radius: 4px;
    /* font-size: 16px; */
    resize: vertical;
}

.contactus-required {
    /* font-size: 16px;
  font-family: Aspekta, sans-serif; */
    opacity: 0.6;
}

.contactus-checkbox {
    display: flex;
    align-items: center;
    /* gap: 8px; */
    /* font-size: 16px;
  font-family: Aspekta, sans-serif; */
    color: var(--Color-Neutral-Darkest, #1D1D1D);
}

.contactus-submit {
    align-self: stretch;
    /* padding: 10px 24px; */
    background-color: var(--Color-Scheme---Light-Accent, #3333FF);
    border: 1px solid var(--Color-Scheme---Light-Accent, #3333FF);
    border-radius: 4px;
    color: var(--Color-Scheme---Light-Background, #F0F0F0);
    /* font-size: 18px;
  font-family: Aspekta, sans-serif; */
    font-weight: 500;
    cursor: pointer;
}


.career-container {
    width: 100%;
    height: 100%;
    /* padding: 64px 200px; */
    background: var(--Color-Scheme---Light-Background, #F0F0F0);
    display: flex;
    flex-direction: column;
    /* gap: 80px; */
    justify-content: flex-start;
    align-items: flex-start;
}

.career-content {
    display: flex;
    /* gap: 32px; */
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
}

.career-left-column,
.career-right-column {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    /* gap: 80px; */
}

.career-title-wrapper {
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
}

.career-title {
    /* font-family: Aspekta, sans-serif; */
    /* font-size: 56px; */
    font-weight: 500;
    /* line-height: 56px; */
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    word-wrap: break-word;
    margin: 0;
}

.career-image {
    width: 100%;
    height: 624px;
    border-radius: 4px;
    object-fit: cover;
}

.career-description-wrapper {
    display: flex;
    flex-direction: column;
    /* gap: 32px; */
    justify-content: flex-end;
    flex: 1 1 0;
}

.career-description {
    opacity: 0.7;
    /* font-family: Aspekta, sans-serif;
  font-size: 20px; */
    line-height: 26px;
    font-weight: 400;
    color: var(--Color-Scheme---Light-Text, #1D1D1D);
    margin: 0;
}

.career-apply-button-wrapper {
    display: flex;
    justify-content: flex-start;
    /* gap: 24px; */
}

.career-apply-button {
    /* padding: 10px 24px; */
    border-radius: 4px;
    border: 1px solid var(--Color-Scheme---Light-Accent, #3333FF);
    background: transparent;
    color: var(--Color-Scheme---Light-Accent, #3333FF);
    /* font-family: Aspekta, sans-serif; */
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 8px; */
}

.career-apply-button:hover {
    background: var(--Color-Scheme---Light-Accent, #3333FF);
    color: var(--Color-Scheme---Light-Background, #F0F0F0);
    transition: 0.3s ease;
}



.team-section {
    background-color: #F0F0F0;
}

.team-title {
    /* font-size: 56px;
    line-height: 56px; */
    font-weight: 500;
    /* font-family: Aspekta, sans-serif; */
    color: var(--Color-Scheme---Light-Accent, #3333FF);
}

.team-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    background-color: #3333ff;
    /* gap: 32px; */
}

.team-card-title {
    /* font-size: 48px;
    line-height: 48px; */
    font-weight: 500;
    /* font-family: Aspekta, sans-serif; */
    margin: 0;
}

.icon-box {
    width: 48px;
    height: 48px;
    position: relative;
}

.icon-img {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.team-btn-light {
    background-color: #F0F0F0;
    color: #3333FF;
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: 500;
    /* font-size: 18px; */
    /* line-height: 23.4px; */
    text-decoration: none;
    /* font-family: Aspekta, sans-serif; */
}

.team-btn-outline {
    border: 1px solid #3333FF;
    color: #3333FF;
    /* padding: 10px 24px; */
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23.4px;
    text-decoration: none;
    /* font-family: Aspekta, sans-serif; */
}

/* @media (max-width: 767.98px) {
    .team-title {
        font-size: 36px;
        line-height: 42px;
    }

    .team-card-title {
        font-size: 32px;
        line-height: 36px;
    }
} */

.form-check-input {
    width: 24px;
    /* più grande */
    height: 24px;
    border: 2px solid #007bff;
    /* bordo blu visibile */
    background-color: white;
    /* sfondo bianco */
    accent-color: #007bff;
    /* colore del segno (supportato nei browser moderni) */
    cursor: pointer;
}

.ratio-vertical-custom {
    position: relative;
    width: 100%;
    padding-top: calc(100% * 4 / 3);
    /* altezza = 4/3 volte la larghezza */
}

.ratio-vertical-custom iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ratio-tall {
    position: relative;
    width: 100%;
    padding-top: 200%;
    /* 2 volte l'altezza rispetto alla larghezza → rapporto 1:2 */
}

.ratio-tall iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Contenitore hover */
.dropdown-hover-container {
    position: relative;
}

/* Megamenu dropdown */
.dropdown-soluzioni {
    position: fixed;
    top: 100px;
    /* O calcolato via JS */
    left: 0;
    width: 100vw;
    background-color: white;
    padding: 2rem;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    /* Evita clic quando nascosto */
}

/* Quando visibile */
.dropdown-soluzioni.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}




.color-ATERP {
    color: #31C493 !important;
}

.color-ECAT {
    color: #2BAEE2 !important;
}

.color-WINSTORE {
    color: #FF3333 !important;
}

.color-EDI {
    color: #855CFF !important;
}



.cv-form-section {
    /* width: 100%; */
    padding: 64px;
    background-color: #FAFAFA;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.cv-form-header h1 {
    /* font-size: 56px; */
    color: #3333FF;
    font-weight: 500;
    margin-bottom: 24px;
}

.cv-form-header p {
    /* font-size: 20px; */
    color: #1D1D1D;
    opacity: 0.7;
}

.cv-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 18px;
    color: #1D1D1D;
}

.form-group input,
.form-group textarea {
    /* padding: 8px 12px; */
    border: 1px solid rgba(3, 3, 13, 0.1);
    border-radius: 4px;
    background-color: #FAFAFA;
    font-size: 18px;
    color: #000;
}

textarea {
    resize: vertical;
}

.note {
    font-size: 16px;
    opacity: 0.6;
}

.form-submit {
    display: flex;
    align-items: center;
    gap: 8px;
}






.modal-overlay {
    position: fixed;
    z-index: 1055;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-overlay .container {
    background-color: #fff;
    /* padding: 2rem; */
    border-radius: 1rem;
    /* max-width: 800px; */
    width: 100%;
    box-sizing: border-box;
}

/* Per evitare overflow su schermi piccoli */
.modal-dialog {
    max-width: 90%;
    /* margin: 1rem auto; */
    /* max-width: 600px; */
    margin: auto;
    /* distanza dall'alto e centratura orizzontale */
    padding: 1rem;
}

.modal-content {
    max-height: 90vh;
    overflow-y: auto;
}


.modal-overlay.d-none {
    display: none !important;
}

body.modal-open {
    overflow: hidden;
}



.section-wrapper-main {
    position: relative;
    width: 100vw;
    padding: 24px;
    padding-bottom: calc(20vh - 24px);
}



#scrollTopBtn {
  border-radius: 50px;
  padding: 10px 18px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  background-color: #3333FF !important;
}
