/* =========================
   CONTENITORE PAGINA B2B
   ========================= */

.b2b-page {
    max-width: 980px;
    margin: 0 auto;
    padding: 32px 16px 56px;
}


/* =========================
   TESTI INTRODUTTIVI
   ========================= */

.b2b-eyebrow {
    color: #0097d7;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.b2b-page h1 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.2;
    color: #1c1c1c;
}

.b2b-page p {
    font-size: 17px;
    line-height: 1.7;
    color: #4b4f54;
}


/* =========================
   BOX FIDO COMMERCIALE
   ========================= */

.b2b-highlight {
    margin: 28px 0;
    padding: 24px;
    background: #eef9fd;
    border-left: 5px solid #0097d7;
    border-radius: 8px;
}

.b2b-highlight h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #222;
}


/* =========================
   TABELLA FIDO
   ========================= */

.b2b-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dfe5e9;
    border-radius: 8px;
    overflow: hidden;
    margin: 28px 0;
    background: #fff;
}

.b2b-table th {
    padding: 14px 16px;
    background: #2f3337;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.b2b-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e6eaed;
    font-size: 16px;
}

.b2b-table tr:last-child td {
    border-bottom: 0;
}

.b2b-credit {
    color: #0097d7;
    font-weight: 700;
}


/* =========================
   AZIONI E PULSANTE CATALOGO
   ========================= */

.b2b-actions {
    margin-top: 32px;
    text-align: center;
}

.b2b-button {
    display: inline-block;
    background: #0097d7;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 7px;
}

.b2b-button:hover {
    background: #007fb5;
    color: #fff;
}


/* =========================
   LINK EMAIL COMMERCIALE
   ========================= */

.b2b-email-link {
    color: #6b7280;
    font-weight: 600;
    text-decoration: none;
}

.b2b-email-link:hover {
    color: #2563eb;
    text-decoration: underline;
}


/* =========================
   NOTA FINALE
   ========================= */

.b2b-note {
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid #e6eaed;
    font-size: 13px !important;
    color: #70757a !important;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 640px) {
    .b2b-page {
        padding: 24px 12px 40px;
    }

    .b2b-page h1 {
        font-size: 28px;
    }

    .b2b-highlight {
        padding: 18px;
    }

    .b2b-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .b2b-button {
        width: 100%;
        text-align: center;
    }
}