/* ============================================================
   Landing "Consulenza SEO"
   Caricato solo dal template page-servizio-consulenza-seo.php.
   ============================================================ */

/* --- I quattro formati ---------------------------------------- */

.mc-formati__intro {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

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

/* Il formato principale si distingue senza urlare. */
.mc-formato--principale {
    box-shadow: 0 10px 30px rgba(0, 125, 249, .12);
}

.mc-formato__etichetta {
    position: absolute;
    top: -11px;
    left: 26px;
    background: #007df9;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
}

.mc-formato__perchi {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #7b8794;
    margin: 0 0 8px;
}

.mc-formato__nome {
    font-size: 1.35rem;
    line-height: 1.25;
    margin: 0 0 12px;
    color: #222;
}

.mc-formato__testo {
    color: #55606b;
    font-size: .97rem;
    line-height: 1.6;
    margin: 0 0 16px;
}

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

.mc-formato__punti li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    font-size: .93rem;
    line-height: 1.5;
    color: #444;
}

.mc-formato__punti li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: .5em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #007df9;
}

.mc-formato__durata {
    font-size: .88rem;
    font-weight: 600;
    color: #7b8794;
    margin: 0 0 16px;
    padding-top: 14px;
    border-top: 1px solid #e8eef5;
}


