
.trustivo-hard-checkout{
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    background:radial-gradient(circle at 15% 4%,rgba(111,60,255,.14),transparent 28%),linear-gradient(180deg,#fff,#fbf9ff);
    color:#120a2a;
    min-height:100vh;
}
.trustivo-hard-checkout section{
    max-width:1120px;
    margin:0 auto;
    padding:76px 24px;
}
.trustivo-hard-checkout span{
    display:inline-flex;
    background:#efe9ff;
    color:#6f3cff;
    border:1px solid #e0d4ff;
    border-radius:999px;
    padding:9px 14px;
    font-size:13px;
    font-weight:950;
}
.trustivo-hard-checkout h1{
    font-size:clamp(42px,6vw,74px);
    line-height:.92;
    letter-spacing:-.065em;
    margin:16px 0;
}
.trustivo-hard-checkout p{
    font-size:19px;
    line-height:1.65;
    color:#6b647c;
    max-width:760px;
}
.thc-box{
    background:#fff;
    border:1px solid #eee7ff;
    border-radius:30px;
    padding:26px;
    margin-top:30px;
    box-shadow:0 18px 54px rgba(18,10,42,.08);
}
.thc-box .woocommerce{
    max-width:100%;
}
.thc-box .woocommerce button.button,
.thc-box .woocommerce a.button,
.thc-box .woocommerce button.button.alt,
.thc-box .woocommerce a.button.alt{
    background:linear-gradient(135deg,#6f3cff,#8b5cf6)!important;
    color:#fff!important;
    border-radius:999px!important;
    font-weight:950!important;
}
.thc-box .woocommerce-info{
    border-top-color:#6f3cff;
}
.thc-box .woocommerce-info:before{
    color:#6f3cff;
}
