/* ==========================================================
   yost.technology - COSTI STANDARD
   ========================================================== */

.yost-costi {
    max-width: 1200px;
    margin: 0 auto;
}

.yost-costi-title {
    margin: 50px 0 25px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.yost-costi-title p {
    margin: 0;
}

.yost-costi-intro {
    margin-bottom: 30px;
}

.yost-costi-dominio {
    margin: 30px 0;
    padding: 20px 25px;
    border-left: 4px solid #d7d7d7;
}

.yost-costi-dominio p {
    margin: 0 0 10px;
}

.yost-costi-dominio p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   yost.technology - COSTI HOSTING E POSTA
   ========================================================== */

.yost-costi-grid {
    display: flex;
    gap: 40px;
    margin: 40px 0;
}

.yost-costi-col {
    width: 50%;
}

.yost-costi-item {
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
}

.yost-costi-item:first-child {
    padding-top: 0;
}

.yost-costi-item-title {
    margin: 0 0 10px;
    font-size: 18px;
}

.yost-costi-price {
    margin: 10px 0;
}

.yost-costi-price strong {
    font-size: 28px;
    font-weight: 700;
}

.yost-costi-item p:last-child {
    margin-bottom: 0;
}

.yost-costi-total {
    margin-top: 20px;
    padding: 20px;
    background: #f2f2f2;
}

.yost-costi-total p {
    margin: 0 0 10px;
}

.yost-costi-total p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   yost.technology - INFORMAZIONI TECNICHE
   ========================================================== */

.yost-costi-info {
    margin: 50px 0;
}

.yost-costi-info h2 {
    margin-bottom: 20px;
}


/* ==========================================================
   yost.technology - SERVIZIO TECNICO
   ========================================================== */

.yost-costi-servizi {
    display: flex;
    gap: 40px;
    margin: 30px 0;
}

.yost-costi-servizi > .yost-costi-servizio {
    width: 50%;
    padding: 20px 0;
    border-top: 1px solid #d7d7d7;
}

.yost-costi-servizio-title {
    margin: 0 0 18px;
    font-size: 18px;
}

.yost-costi-servizi > .yost-costi-servizio p {
    margin: 0 0 10px;
}

.yost-costi-servizi > .yost-costi-servizio p:last-child {
    margin-bottom: 0;
}

.yost-costi-note {
    margin: 30px 0 0;
}

.yost-costi-note p {
    margin: 0 0 15px;
}

.yost-costi-note p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   AMDWEB - BLOCCO NEWSLETTER / SMTP
   ========================================================== */

.yost-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 30px 0;
}

.yost-column {
    width: 50%;
    padding: 25px;
    box-sizing: border-box;
    background: #f7f7f7;
}


/* ==========================================================
   MATTEODUSO - COME LAVORIAMO
   ========================================================== */

.metodo-amdweb {
    width: 100%;
    margin: 50px 0 0;
    padding: 45px 20px;
    box-sizing: border-box;
    background: #e9e9e9;
}

.metodo-amdweb-inner {
    width: 96%;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.metodo-amdweb h2 {
    margin: 0 0 20px;
    color: #181717;
    font-size: 30px;
    font-weight: 400;
}

.metodo-amdweb-intro {
    margin: 0 auto 28px;
    color: #555;
    font-size: 17px;
    line-height: 165%;
}

.metodo-amdweb-punti {
    text-align: center;
}

.metodo-amdweb-punti p {
    margin: 10px 0;
    color: #555;
    line-height: 165%;
}

.metodo-amdweb-punti strong {
    color: #181717;
    font-weight: 700;
}

.metodo-amdweb-firma {
    max-width: 900px;
    margin: 30px auto 0;
    padding: 22px 15px 0;
    border-top: 1px solid #ccc;
    color: #dd3c14;
    font-size: 19px;
    font-weight: 700;
    font-style: italic;
    line-height: 150%;
    text-align: center;
}


/* ==========================================================
   MATTEODUSO - CONTATTO FINALE
   ========================================================== */

.contatto-finale {
    width: 100%;
    padding: 48px 20px 42px;
    box-sizing: border-box;
    background: #fafafa;
}

.contatto-finale-inner {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.contatto-finale h2 {
    margin: 0 0 12px;
    color: #181717;
    font-size: 30px;
    font-weight: 400;
}

.contatto-finale-intro {
    margin: 0 auto 28px;
    color: #666;
    font-size: 16px;
    line-height: 165%;
}

.contatto-finale-cta {
    margin: 0 0 26px;
}

.contatto-finale-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    background: #ff4147;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .12);
    transition: all .2s ease;
}

.contatto-finale-button:hover {
    background: #dd3c14;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.contatto-finale-alternative {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 22px;
    border-top: 1px solid #ddd;
}

.contatto-finale-label {
    margin: 0 0 10px;
    color: #444;
}

.contatto-finale-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.contatto-finale-phone {
    color: #dd1838;
    font-size: 27px;
    font-weight: 700;
    text-decoration: none;
}

.contatto-finale-phone:hover {
    color: #dd1838;
    text-decoration: underline;
}

.contatto-finale-separator {
    color: #777;
}

.contatto-finale-email {
    color: #dd1838;
    font-size: 19px;
    font-weight: 700;
    text-decoration: underline;
}

.contatto-finale-email:hover {
    color: #dd1838;
}

.contatto-finale-nota {
    margin: 16px 0 0;
    color: #777;
    font-size: 14px;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media screen and (max-width: 767px) {

    .yost-costi-title {
        margin: 40px 0 20px;
        font-size: 20px;
    }

    .yost-costi-grid,
    .yost-costi-servizi,
    .yost-container {
        display: block;
    }

    .yost-costi-col,
    .yost-costi-servizi > .yost-costi-servizio,
    .yost-column {
        width: 100%;
    }

    .yost-costi-col + .yost-costi-col,
    .yost-costi-servizio + .yost-costi-servizi > .yost-costi-servizio {
        margin-top: 35px;
    }

    .yost-costi-dominio {
        padding: 15px 20px;
    }

    .yost-costi-total {
        padding: 15px;
    }

    .yost-column {
        margin-bottom: 20px;
    }


    /* COME LAVORIAMO */

    .metodo-amdweb {
        margin: 35px 0 0;
        padding: 35px 20px;
    }

    .metodo-amdweb-inner {
        width: 100%;
    }

    .metodo-amdweb h2 {
        font-size: 24px;
    }

    .metodo-amdweb-intro {
        font-size: 16px;
    }

    .metodo-amdweb-firma {
        margin-top: 25px;
        padding-top: 20px;
        font-size: 17px;
    }


    /* CONTATTO FINALE */

    .contatto-finale {
        padding: 38px 20px 34px;
    }

    .contatto-finale h2 {
        font-size: 24px;
    }

    .contatto-finale-intro {
        font-size: 15px;
    }

    .contatto-finale-button {
        width: 100%;
        max-width: 320px;
        box-sizing: border-box;
        padding: 14px 20px;
        font-size: 19px;
    }

    .contatto-finale-links {
        flex-direction: column;
        gap: 8px;
    }

    .contatto-finale-phone {
        font-size: 24px;
    }

    .contatto-finale-email {
        font-size: 18px;
    }
}