/* Stili per la sezione Settori & Clienti riprogettata */
.sectors-clients {
    padding: 80px 0;
    background-color: var(--adse-light-grey);
}

/* Settori Banner - Stili per il blocco settori principale */
.sectors-banner {
    background-color: var(--white);
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    border-top: 5px solid var(--adse-blue);
}

.sectors-header {
    text-align: center;
    margin-bottom: 40px;
}

.sectors-icon-large {
    width: 90px;
    height: 90px;
    background-color: rgba(44, 146, 177, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.sectors-icon-large i {
    font-size: 36px;
    color: var(--adse-blue);
}

.sectors-title {
    color: var(--adse-blue);
    font-size: 2.3rem;
    margin-bottom: 15px;
    position: relative;
}

.sectors-title::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: var(--adse-blue);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

/* Settori grid layout */
.sectors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.sector-card {
    background-color: rgba(44, 146, 177, 0.05);
    border-radius: 8px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.sector-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(44, 146, 177, 0.1);
    background-color: rgba(44, 146, 177, 0.1);
}

.sector-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(44, 146, 177, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.sector-card:hover .sector-icon {
    background-color: var(--adse-blue);
}

.sector-icon i {
    font-size: 28px;
    color: var(--adse-blue);
    transition: all 0.3s ease;
}

.sector-card:hover .sector-icon i {
    color: var(--white);
}

.sector-name {
    color: var(--adse-grey);
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.sector-desc {
    color: #777;
    margin-bottom: 0;
}

/* Clienti styles */
.clients-row {
    margin-top: 30px;
}

.clients-container {
    background-color: var(--white);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-left: 5px solid var(--adse-blue);
}

.clients-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.clients-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(44, 146, 177, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.clients-icon i {
    font-size: 28px;
    color: var(--adse-blue);
}

.clients-title {
    color: var(--adse-blue);
    margin-bottom: 0;
    font-size: 2rem;
}

.clients-content {
    color: var(--adse-grey);
}

.clients-intro {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.clients-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.client-pill {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(44, 146, 177, 0.08);
    color: var(--adse-blue);
    font-weight: 600;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.client-pill:hover {
    background-color: var(--adse-blue);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(44, 146, 177, 0.2);
}

/* Responsive styles */
@media screen and (max-width: 1200px) {
    .sectors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 992px) {
    .sectors-banner {
        padding: 40px 30px;
    }

    .sectors-title {
        font-size: 2rem;
    }

    .sector-name {
        font-size: 1.3rem;
    }

    .clients-container {
        padding: 30px 25px;
    }

    .clients-title {
        font-size: 1.8rem;
    }

    .client-pill {
        padding: 8px 16px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .sectors-banner {
        padding: 30px 20px;
    }

    .sectors-icon-large {
        width: 80px;
        height: 80px;
    }

    .sectors-icon-large i {
        font-size: 32px;
    }

    .sectors-title {
        font-size: 1.8rem;
    }

    .sectors-grid {
        gap: 15px;
    }

    .clients-container {
        padding: 25px 20px;
    }

    .clients-header {
        flex-direction: column;
        text-align: center;
    }

    .clients-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 576px) {
    .sectors-grid {
        grid-template-columns: 1fr;
    }

    .sectors-banner {
        padding: 25px 15px;
    }

    .clients-intro {
        font-size: 1rem;
    }

    .client-pill {
        padding: 6px 14px;
        font-size: 0.9rem;
    }
}

/* Stili per il blocco Payoff indipendente */
.payoff-row {
    margin-top: 30px;
}

.payoff-container {
    background-color: var(--white);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-left: 5px solid var(--adse-blue);
}

.payoff-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.payoff-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(44, 146, 177, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.payoff-icon i {
    font-size: 28px;
    color: var(--adse-blue);
}

.payoff-title {
    color: var(--adse-blue);
    margin-bottom: 0;
    font-size: 2rem;
}

.payoff-content {
    color: var(--adse-grey);
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: center;
}

.payoff-highlight {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background-color: rgba(44, 146, 177, 0.05);
    border-radius: 8px;
}

.payoff-content .payoff-main {
    font-size: 2rem;
    font-weight: 700;
    color: var(--adse-blue);
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.4;
}

.payoff-content .payoff-divider {
    width: 100px;
    height: 2px;
    background-color: var(--adse-blue);
    margin: 25px auto;
}

.payoff-content .payoff-extended {
    font-size: 1.5rem;
    color: var(--adse-grey);
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive styles */
@media screen and (max-width: 992px) {
    .payoff-container {
        padding: 30px 25px;
    }

    .payoff-title {
        font-size: 1.8rem;
    }

    .payoff-content .payoff-main {
        font-size: 1.7rem;
    }

    .payoff-content .payoff-extended {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 768px) {
    .payoff-container {
        padding: 25px 20px;
    }

    .payoff-header {
        flex-direction: column;
        text-align: center;
    }

    .payoff-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .payoff-highlight {
        padding: 20px 15px;
    }

    .payoff-content .payoff-main {
        font-size: 1.5rem;
    }

    .payoff-content .payoff-extended {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 576px) {
    .payoff-content .payoff-main {
        font-size: 1.3rem;
    }

    .payoff-content .payoff-extended {
        font-size: 1.1rem;
    }
}


/* Stile avanzato per numeri di processo */
.process-step {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.process-number-large {
    width: 100px;
    height: 100px;
    background-color: rgba(44, 146, 177, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
}

.process-number-large span {
    font-size: 48px;
    font-weight: 700;
    color: var(--adse-blue);
    line-height: 1;
}

.process-content-aligned {
    flex: 1;
}

.process-content-aligned h3 {
    color: var(--adse-blue);
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 15px;
}

.process-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.process-badge {
    background-color: rgba(44, 146, 177, 0.1);
    color: var(--adse-blue);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .process-step {
        flex-direction: column;
    }

    .process-number-large {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

@media screen and (max-width: 576px) {
    .process-number-large {
        width: 80px;
        height: 80px;
    }

    .process-number-large span {
        font-size: 36px;
    }
}