/* =========================
   TRUST DEP PAGE
========================= */

.trustdep-page{
    font-size:15px;
    color:#334155;
    line-height:1.7;
}

.trustdep-container{
    max-width:1480px;
    margin:0 auto;
    padding:0 16px;
}

/* HERO */

.trustdep-hero{
    padding:10px 0 24px;
}

.trustdep-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:6px 12px;

    border:1px solid #B7D9D1;
    border-radius:999px;

    color:#2F7D6B;
    font-size:13px;
    font-weight:600;
}

.trustdep-badge i{
    width:16px;
    height:16px;
}

.trustdep-title{
    margin:18px 0 12px;

    font-size:42px;
    line-height:1.1;
    letter-spacing:-0.03em;

    color:#0F172A;
}

.trustdep-subtitle{
    max-width:880px;
    margin:0;

    color:#64748B;
    font-size:17px;
    line-height:1.7;
}

/* TAGS */

.trustdep-tags{
    margin-top:24px;

    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.trustdep-tags span{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:8px 14px;

    border:1px solid #E2E8F0;
    border-radius:999px;

    color:#334155;
    font-size:13px;
}

.trustdep-tags i{
    width:16px;
    height:16px;

    color:#5A50C8;
}

/* GRID */

.trustdep-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:32px;

    padding:24px 0 10px;
}

/* CONTENT */

.trustdep-section{
    margin-bottom:56px;
}

.trustdep-headline{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:18px;
}

.trustdep-headline i{
    width:24px;
    height:24px;

    color:#2F7D6B;
}

.trustdep-headline h2{
    margin:0;

    font-size:28px;
    line-height:1.2;

    color:#0F172A;
}

.trustdep-content p{
    margin:0 0 18px;
}

.trustdep-list{
    margin:0;
    padding-left:20px;
}

.trustdep-list li{
    margin-bottom:10px;
}

/* NOTE */

.trustdep-note{
    display:flex;
    gap:12px;

    margin-top:24px;
    padding:18px;

    border:1px solid #B7D9D1;
    border-radius:16px;

    background:#E6F4F1;
}

.trustdep-note i{
    width:22px;
    height:22px;

    flex-shrink:0;

    color:#2F7D6B;
}

/* CARDS */

.trustdep-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;

    margin:28px 0;
}

.trustdep-card{
    padding:22px;

    border:1px solid #E2E8F0;
    border-radius:16px;

    background:#fff;
}

.trustdep-card i{
    width:22px;
    height:22px;

    color:#5A50C8;
}

.trustdep-card h3{
    margin:14px 0 8px;

    font-size:18px;
    color:#0F172A;
}

.trustdep-card p{
    margin:0;

    color:#64748B;
}

/* STEPS */

.trustdep-steps{
    display:flex;
    flex-direction:column;
    gap:16px;

    margin-top:28px;
}

.trustdep-step{
    display:flex;
    gap:18px;

    padding:20px;

    border:1px solid #E2E8F0;
    border-radius:16px;
}

.trustdep-stepnum{
    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    background:#EEF2FF;

    color:#5A50C8;
    font-weight:700;

    flex-shrink:0;
}

.trustdep-step h3{
    margin:0 0 6px;

    color:#0F172A;
    font-size:18px;
}

.trustdep-step p{
    margin:0;
}

/* LINKS */

.trustdep-links{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.trustdep-link{
    display:flex;
    align-items:center;
    gap:10px;

    padding:16px;

    border:1px solid #E2E8F0;
    border-radius:14px;

    color:#334155;
    text-decoration:none;

    transition:.2s ease;
}

.trustdep-link:hover{
    border-color:#D6DBF5;
    color:#5A50C8;
}

.trustdep-link i{
    width:18px;
    height:18px;
}

/* SIDEBAR */

.trustdep-sidebar{
    display:flex;
    flex-direction:column;
    gap:20px;

    position:sticky;
    top:20px;

    height:fit-content;
}

.trustdep-sidecard{
    padding:24px;

    border:1px solid #E2E8F0;
    border-radius:20px;

    background:#fff;
}

.trustdep-sideicon{
    width:52px;
    height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    background:#E6F4F1;

    color:#2F7D6B;
}

.trustdep-sideicon.purple{
    background:#EEF2FF;
    color:#5A50C8;
}

.trustdep-sideicon i{
    width:24px;
    height:24px;
}

.trustdep-sidecard h3{
    margin:18px 0 10px;

    font-size:20px;
    color:#0F172A;
}

.trustdep-sidecard p{
    margin:0 0 18px;

    color:#64748B;
}

.trustdep-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:100%;
    max-width:100%;

    padding:12px 18px;

    box-sizing:border-box;

    border-radius:12px;

    background:#2F7D6B;
    color:#fff;

    text-decoration:none;
    font-weight:600;

    transition:.2s ease;
}

.trustdep-btn:hover{
    background:#276B5C;
}

.trustdep-mini{
    margin:0;
    padding-left:18px;
}

.trustdep-mini li{
    margin-bottom:10px;
}

/* RESPONSIVE */

@media(max-width:1100px){

    .trustdep-grid{
        grid-template-columns:1fr;
    }

    .trustdep-sidebar{
        position:relative;
        top:auto;
    }

}

@media(max-width:768px){

    .trustdep-title{
        font-size:32px;
    }

    .trustdep-subtitle{
        font-size:15px;
    }

    .trustdep-cards{
        grid-template-columns:1fr;
    }

    .trustdep-links{
        grid-template-columns:1fr;
    }

    .trustdep-headline h2{
        font-size:24px;
    }

}