/* ==========================
   TRUST & SAFETY POLICY
========================== */

.trust-page{
    background:#f8fafc;
}

.trust-container{
    width:90%;
    max-width:1200px;
    margin:0 auto;
}

.trust-hero{
    padding:100px 20px;
    text-align:center;
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#ffffff;
}

.trust-badge{
    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:10px 18px;
    border-radius:30px;
    margin-bottom:20px;
    font-weight:600;
}

.trust-hero h1{
    color:#ffffff;
    font-size:48px;
    margin-bottom:20px;
}

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

.trust-btn{
    display:inline-block;
    padding:14px 30px;
    background:#ffffff;
    color:#2563eb;
    text-decoration:none;
    border-radius:8px;
    font-weight:700;
    transition:.3s ease;
}

.trust-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

@media (max-width:768px){

.trust-hero{
    padding:70px 20px;
}

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

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

.trust-btn{
    width:100%;
    max-width:280px;
}

}
/* ==========================
   TRUST CONTENT
========================== */

.trust-content{
    padding:90px 0;
}

.trust-card{
    background:#ffffff;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    border:1px solid #e5e7eb;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:all .3s ease;
}

.trust-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(37,99,235,.15);
}

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

.trust-card p{
    color:#475569;
    font-size:17px;
    line-height:1.9;
}

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

.trust-card li{
    margin-bottom:12px;
    color:#475569;
    line-height:1.8;
}

.trust-card strong{
    color:#0f172a;
}

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

@media (max-width:768px){

.trust-content{
    padding:60px 0;
}

.trust-card{
    padding:25px;
}

.trust-card h2{
    font-size:22px;
}

.trust-card p,
.trust-card li{
    font-size:16px;
}

}
/* ==========================
   TRUST FAQ
========================== */

.trust-faq{
    padding:90px 0;
    background:#ffffff;
}

.trust-faq h2{
    text-align:center;
    font-size:38px;
    color:#0f172a;
    margin-bottom:40px;
}

.trust-faq details{
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:20px 24px;
    margin-bottom:18px;
}

.trust-faq summary{
    cursor:pointer;
    font-size:18px;
    font-weight:700;
    list-style:none;
}

.trust-faq summary::-webkit-details-marker{
    display:none;
}

.trust-faq p{
    margin-top:15px;
    color:#475569;
    line-height:1.8;
}

/* ==========================
   CTA
========================== */

.trust-cta{
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#ffffff;
    text-align:center;
    padding:100px 20px;
}

.trust-cta h2{
    color:#ffffff;
    font-size:42px;
    margin-bottom:20px;
}

.trust-cta p{
    max-width:760px;
    margin:0 auto 35px;
    font-size:18px;
    line-height:1.8;
}

.trust-updated{
    margin-top:35px;
    font-size:15px;
    opacity:.9;
}

/* ==========================
   ACCESSIBILITY
========================== */

.trust-btn:focus,
summary:focus{
    outline:3px solid #2563eb;
    outline-offset:3px;
}

/* ==========================
   PRINT
========================== */

@media print{

header,
footer,
.trust-cta,
.trust-btn{
    display:none!important;
}

.trust-card{
    box-shadow:none;
    border:1px solid #d1d5db;
}

}

/* ==========================
   MOBILE
========================== */

@media (max-width:768px){

.trust-faq{
    padding:60px 0;
}

.trust-faq h2{
    font-size:28px;
}

.trust-cta{
    padding:70px 20px;
}

.trust-cta h2{
    font-size:30px;
}

.trust-cta p{
    font-size:16px;
}

}
