.tsco-trust-section{
    width:100%;
    padding:86px 0;
    background:#ffffff;
    font-family:'Urbanist',sans-serif;
    overflow:hidden;
}

.tsco-trust-section .container{
    width:min(1440px,100%);
    margin:0 auto;
    padding:0 44px;
}

.tsco-trust-grid{
    display:grid;
    grid-template-columns:.92fr 1.08fr;
    gap:54px;
    align-items:stretch;
}

.tsco-trust-left{
    border:1px solid #E5E7EB;
    padding:42px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:420px;
    background:#ffffff;
}

.tsco-section-label{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:#A63539;
    font-size:13px;
    font-weight:500;
    letter-spacing:.22em;
    text-transform:uppercase;
    margin-bottom:18px;
}

.tsco-section-label::before{
    content:"";
    width:34px;
    height:2px;
    background:#A63539;
    display:inline-block;
}

.tsco-trust-left h2{
    margin:0;
    color:#111827;
    font-size:clamp(34px,3.2vw,32px);
    line-height:1.05;
    letter-spacing:-.04em;
    font-weight:600;
    max-width:620px;
}

.tsco-trust-left p{
    margin:22px 0 0;
    color:#4B5563;
    font-size:17px;
    line-height:1.6;
    font-weight:500;
    max-width:650px;
}

.tsco-trust-link{
    margin-top:30px;
    width:max-content;
    min-height:50px;
    padding:0 22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#ffffff;
    background:#A63539;
    border:1px solid #A63539;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
    position:relative;
    overflow:hidden;
    isolation:isolate;
    transition:.25s ease;
}

.tsco-trust-link::before{
    content:"";
    position:absolute;
    inset:0;
    background:#ffffff;
    transform:translateX(-101%);
    transition:transform .32s ease;
    z-index:-1;
}

.tsco-trust-link:hover{
    color:#A63539;
    transform:translateY(-3px);
}

.tsco-trust-link:hover::before{
    transform:translateX(0);
}

.tsco-trust-link i{
    font-size:13px;
    transition:transform .25s ease;
}

.tsco-trust-link:hover i{
    transform:translateX(5px);
}

.tsco-trust-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border:1px solid #E5E7EB;
    background:#ffffff;
}

.tsco-trust-card{
    padding:38px 30px;
    min-height:320px;
    border-right:1px solid #E5E7EB;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    transition:transform .28s ease, background .28s ease;
}

.tsco-trust-card:last-child{
    border-right:0;
}

.tsco-trust-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:#A63539;
    transform:translateY(101%);
    transition:transform .34s ease;
    z-index:0;
}

.tsco-trust-card span,
.tsco-trust-card h3,
.tsco-trust-card p{
    position:relative;
    z-index:1;
}

.tsco-trust-card span{
    position:absolute;
    top:28px;
    left:30px;
    color:#A63539;
    font-size:15px;
    line-height:1;
    font-weight:500;
    letter-spacing:.08em;
    transition:.28s ease;
}

.tsco-trust-card h3{
    margin:0;
    color:#111827;
    font-size:24px;
    line-height:1.18;
    letter-spacing:-.025em;
    font-weight:600;
    max-width:260px;
    transition:.28s ease;
}

.tsco-trust-card p{
    margin:16px 0 0;
    color:#5B6472;
    font-size:15px;
    line-height:1.65;
    font-weight:300;
    transition:.28s ease;
}

.tsco-trust-card:hover{
    transform:translateY(-6px);
}

.tsco-trust-card:hover::before{
    transform:translateY(0);
}

.tsco-trust-card:hover span,
.tsco-trust-card:hover h3,
.tsco-trust-card:hover p{
    color:#ffffff;
}

@media(max-width:1120px){
    .tsco-trust-section{
        padding:70px 0;
    }

    .tsco-trust-section .container{
        padding:0 24px;
    }

    .tsco-trust-grid{
        grid-template-columns:1fr;
        gap:24px;
    }

    .tsco-trust-left{
        min-height:auto;
        padding:34px;
    }

    .tsco-trust-cards{
        grid-template-columns:repeat(3,1fr);
    }

    .tsco-trust-card{
        min-height:320px;
        padding:32px 22px;
    }

    .tsco-trust-card span{
        left:22px;
    }
}

@media(max-width:760px){
    .tsco-trust-section{
        padding:54px 0;
    }

    .tsco-trust-section .container{
        padding:0 16px;
    }

    .tsco-trust-left{
        padding:26px 22px;
        text-align:left;
    }

    .tsco-section-label{
        font-size:11px;
        letter-spacing:.16em;
        margin-bottom:14px;
    }

    .tsco-section-label::before{
        width:24px;
    }

    .tsco-trust-left h2{
        font-size:30px;
        line-height:1.08;
    }

    .tsco-trust-left p{
        margin-top:16px;
        font-size:15px;
        line-height:1.65;
    }

    .tsco-trust-link{
        width:100%;
        margin-top:22px;
    }

    .tsco-trust-cards{
        grid-template-columns:1fr;
    }

    .tsco-trust-card{
        min-height:auto;
        padding:52px 22px 24px;
        border-right:0;
        border-bottom:1px solid #E5E7EB;
    }

    .tsco-trust-card:last-child{
        border-bottom:0;
    }

    .tsco-trust-card span{
        top:22px;
        left:22px;
    }

    .tsco-trust-card h3{
        font-size:22px;
        max-width:100%;
    }

    .tsco-trust-card p{
        font-size:14px;
        line-height:1.6;
    }
}