/* ToolXone Trust Pages */

.trust-page{
    max-width:1100px;
    margin:70px auto;
    padding:0 20px;
}

.trust-hero{
    text-align:center;
    padding:55px 25px;
    border-radius:28px;
    background:
        radial-gradient(circle at top left, rgba(16,185,129,.18), transparent 35%),
        radial-gradient(circle at bottom right, rgba(37,99,235,.14), transparent 35%),
        #ffffff;
    box-shadow:0 18px 50px rgba(15,23,42,.08);
    border:1px solid rgba(16,185,129,.18);
}

.trust-badge{
    display:inline-block;
    background:rgba(16,185,129,.12);
    border:1px solid rgba(16,185,129,.35);
    color:#10b981;
    font-weight:800;
    padding:10px 18px;
    border-radius:999px;
    margin-bottom:18px;
}

.trust-hero h1{
    font-size:42px;
    line-height:1.2;
    color:#0f172a;
    margin-bottom:16px;
}

.trust-hero p{
    max-width:760px;
    margin:0 auto;
    font-size:18px;
    line-height:1.8;
    color:#475569;
}

.trust-card{
    background:#ffffff;
    margin-top:28px;
    padding:30px;
    border-radius:22px;
    border:1px solid #e5e7eb;
    box-shadow:0 12px 32px rgba(15,23,42,.06);
}

.trust-card h2{
    color:#0f172a;
    font-size:26px;
    margin-bottom:14px;
}

.trust-card p,
.trust-card li{
    color:#475569;
    font-size:16px;
    line-height:1.8;
}

.trust-card ul{
    padding-left:22px;
}

body.dark-mode .trust-hero,
body.dark-mode .trust-card{
    background:#0f172a;
    border-color:rgba(255,255,255,.12);
}

body.dark-mode .trust-hero h1,
body.dark-mode .trust-card h2{
    color:#f8fafc;
}

body.dark-mode .trust-hero p,
body.dark-mode .trust-card p,
body.dark-mode .trust-card li{
    color:#cbd5e1;
}

@media(max-width:700px){
    .trust-page{
        margin:40px auto;
    }

    .trust-hero{
        padding:38px 18px;
        border-radius:22px;
    }

    .trust-hero h1{
        font-size:30px;
    }

    .trust-hero p{
        font-size:15px;
    }

    .trust-card{
        padding:22px;
    }

    .trust-card h2{
        font-size:22px;
    }
}
.email-link{
    color:#10b981;
    font-weight:700;
    text-decoration:none;
    font-size:18px;
}

.email-link:hover{
    text-decoration:underline;
}