/* ============================================================
   Landing "AI Analytics"
   Caricato solo dal template page-servizio-ai-analytics.php.
   ============================================================ */


/* --- I due lati del banco ------------------------------------- */

.mc-cred__intro {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.mc-cred__card {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
    text-align: left;
    padding: 30px 28px;
    height: 100%;
}

.mc-cred__ruolo {
    display: inline-block;
    background: #e2f2ff;
    color: #0a5cd0;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 999px;
    margin: 0 0 16px;
}

.mc-cred__percorso {
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 0 0 6px;
    color: #222;
}

.mc-cred__ente {
    font-size: .95rem;
    font-weight: 600;
    color: #007df9;
    margin: 0 0 18px;
}

.mc-cred__dettagli {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.mc-cred__dettagli li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 11px;
    font-size: .95rem;
    line-height: 1.55;
    color: #444;
}

.mc-cred__dettagli li::before {
    content: '';
    position: absolute;
    left: 3px;
    top: .45em;
    width: 9px;
    height: 9px;
    border-radius: 2px;
    background: #cfe4fb;
}

/* La riga finale è la voce di Mirko, non un dato: si distingue. */
.mc-cred__nota {
    font-size: .95rem;
    line-height: 1.55;
    color: #55606b;
    font-style: italic;
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid #e8eef5;
}


/* --- Le due strade -------------------------------------------
   La metafora del voto scolastico: due percorsi che partono
   dallo stesso punto e arrivano molto lontani fra loro.
   ------------------------------------------------------------ */

.mc-salto__intro {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.mc-salto__strade {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch;
}

.mc-strada {
    border-radius: 14px;
    padding: 28px 26px;
    text-align: left;
}

.mc-strada--tiepido {
    background: #f4f6f8;
    border: 1px solid #e8eef5;
}

.mc-strada--forte {
    background: #fff;
    border: 1px solid #e8eef5;
    box-shadow: 0 12px 32px rgba(0, 125, 249, .12);
}

.mc-strada__etichetta {
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #8a95a3;
    margin: 0 0 6px;
}

.mc-strada--forte .mc-strada__etichetta {
    color: #007df9;
}

.mc-strada__titolo {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0 0 18px;
    color: #222;
}

/* I voti sono il colpo d'occhio: grandi, e con l'arrivo in evidenza. */
.mc-strada__voti {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8eef5;
}

.mc-strada--forte .mc-strada__voti {
    border-bottom-color: #e8eef5;
}

.mc-strada__da,
.mc-strada__a {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1;
}

.mc-strada__da {
    color: #b6c2cf;
}

.mc-strada__freccia {
    font-size: 1.5rem;
    color: #b6c2cf;
}

.mc-strada--tiepido .mc-strada__a {
    color: #7b8794;
}

.mc-strada--forte .mc-strada__a {
    color: #1a7f3c;
}

.mc-strada__testo {
    font-size: .96rem;
    line-height: 1.6;
    color: #55606b;
    margin: 0;
}

@media (max-width: 767px) {

    .mc-salto__strade {
        grid-template-columns: 1fr;
    }
}
