:root{
    --tdstc-bg:#faf8f2;
    --tdstc-white:#fff;
    --tdstc-ink:#17211c;
    --tdstc-muted:#69716b;
    --tdstc-green:#33c54b;
    --tdstc-green-dark:#22983a;
    --tdstc-orange:#f2a51a;
    --tdstc-soft:#f4f1ea;
    --tdstc-line:#dfdbd2;
    --tdstc-dark:#10251b;
}

.tds-terms-conditions-page .entry-header,
.tds-terms-conditions-page .entry-title,
.tds-terms-conditions-page article.page > header.entry-header{
    display:none!important;
}

.tds-terms-conditions-page .site-content>.ast-container,
.tds-terms-conditions-page .site-content .ast-container{
    max-width:none!important;
    padding:0!important;
}

.tds-terms-conditions-page .site-main,
.tds-terms-conditions-page #primary,
.tds-terms-conditions-page article.page,
.tds-terms-conditions-page article.page .entry-content{
    width:100%!important;
    margin:0!important;
    padding:0!important;
}

.tdstc-wrap{
    background:var(--tdstc-bg);
    color:var(--tdstc-ink);
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.tdstc-wrap *{box-sizing:border-box}

.tdstc-inner{
    width:min(1120px,calc(100% - 40px));
    margin:auto;
}

.tdstc-eyebrow{
    color:var(--tdstc-green-dark);
    font-size:11px;
    font-weight:900;
    letter-spacing:.065em;
    text-transform:uppercase;
}

.tdstc-hero{
    padding:70px 0 64px;
    background:linear-gradient(135deg,#fff 0%,#faf8f2 64%,#fff3d5 100%);
    border-bottom:1px solid var(--tdstc-line);
}

.tdstc-hero-grid{
    display:grid;
    grid-template-columns:1fr .72fr;
    gap:70px;
    align-items:center;
}

.tdstc-hero h1{
    margin:14px 0 18px;
    color:var(--tdstc-ink);
    font-size:clamp(48px,5.3vw,72px);
    line-height:.97;
    letter-spacing:-.052em;
}

.tdstc-hero h1 span{color:var(--tdstc-orange)}

.tdstc-hero p{
    max-width:690px;
    margin:0 0 12px;
    color:var(--tdstc-muted);
    font-size:16px;
    line-height:1.72;
}

.tdstc-hero small{
    color:var(--tdstc-muted);
    font-size:10px;
    font-weight:800;
}

.tdstc-hero-card{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:17px;
    padding:27px;
    background:#fff;
    border:1px solid var(--tdstc-line);
    border-radius:15px;
    box-shadow:0 18px 45px rgba(26,42,33,.07);
}

.tdstc-hero-card>span{
    display:grid;
    place-items:center;
    width:50px;
    height:50px;
    border-radius:50%;
    background:#fff2d2;
    color:var(--tdstc-orange);
    font-size:20px;
    font-weight:900;
}

.tdstc-hero-card strong{
    display:block;
    font-size:16px;
}

.tdstc-hero-card p{
    margin:5px 0 12px;
    color:var(--tdstc-muted);
    font-size:12px;
    line-height:1.55;
}

.tdstc-hero-card a{
    color:var(--tdstc-green-dark)!important;
    font-size:10px;
    font-weight:900;
    text-decoration:none!important;
}

.tdstc-nav{
    padding:16px 0;
    background:#fff;
    border-bottom:1px solid var(--tdstc-line);
}

.tdstc-nav .tdstc-inner{
    display:flex;
    justify-content:center;
    gap:23px;
    flex-wrap:wrap;
}

.tdstc-nav a{
    color:var(--tdstc-muted)!important;
    font-size:11px;
    font-weight:850;
    text-decoration:none!important;
}

.tdstc-nav a:hover{color:var(--tdstc-green-dark)!important}

.tdstc-policy{padding:68px 0 80px}

.tdstc-policy-grid{
    display:grid;
    grid-template-columns:245px 1fr;
    gap:55px;
    align-items:start;
}

.tdstc-sidebar{
    position:sticky;
    top:105px;
    padding:23px;
    background:#fff;
    border:1px solid var(--tdstc-line);
    border-radius:14px;
}

.tdstc-sidebar-icon{
    display:grid;
    place-items:center;
    width:45px;
    height:45px;
    margin-bottom:15px;
    border-radius:50%;
    background:#eaf8ed;
    color:var(--tdstc-green-dark);
    font-size:19px;
    font-weight:900;
}

.tdstc-sidebar small,
.tdstc-sidebar strong{
    display:block;
}

.tdstc-sidebar small{
    color:var(--tdstc-muted);
    font-size:9px;
    font-weight:900;
    letter-spacing:.05em;
}

.tdstc-sidebar strong{
    margin:5px 0 7px;
    font-size:12px;
    overflow-wrap:anywhere;
}

.tdstc-sidebar p{
    margin:0 0 15px;
    color:var(--tdstc-muted);
    font-size:11px;
    line-height:1.6;
}

.tdstc-sidebar-button{
    display:block;
    padding:11px 12px;
    color:#fff!important;
    background:var(--tdstc-dark);
    border-radius:8px;
    font-size:10px;
    font-weight:900;
    text-align:center;
    text-decoration:none!important;
}

.tdstc-sidebar-links{
    display:grid;
    gap:8px;
    margin-top:20px;
    padding-top:18px;
    border-top:1px solid var(--tdstc-line);
}

.tdstc-sidebar-links a{
    color:var(--tdstc-green-dark)!important;
    font-size:10px;
    font-weight:800;
    text-decoration:none!important;
}

.tdstc-content{
    min-width:0;
}

.tdstc-content article{
    display:grid;
    grid-template-columns:50px 1fr;
    gap:22px;
    padding:0 0 38px;
    margin:0 0 38px;
    border-bottom:1px solid var(--tdstc-line);
    scroll-margin-top:110px;
}

.tdstc-content article:last-of-type{
    margin-bottom:25px;
}

.tdstc-number{
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border:1px solid var(--tdstc-line);
    border-radius:50%;
    background:#fff;
    color:var(--tdstc-green-dark);
    font-size:10px;
    font-weight:900;
}

.tdstc-content h2{
    margin:2px 0 13px;
    color:var(--tdstc-ink);
    font-size:25px;
    line-height:1.16;
    letter-spacing:-.025em;
}

.tdstc-content p{
    margin:0 0 13px;
    color:var(--tdstc-muted);
    font-size:14px;
    line-height:1.78;
}

.tdstc-content ul{
    margin:5px 0 15px;
    padding-left:20px;
    color:var(--tdstc-muted);
}

.tdstc-content li{
    margin:6px 0;
    font-size:14px;
    line-height:1.65;
}

.tdstc-inline-link{
    display:inline-block;
    margin-top:3px;
    color:var(--tdstc-green-dark)!important;
    font-size:10px;
    font-weight:900;
    text-decoration:none!important;
}

.tdstc-contact-card{
    display:grid;
    gap:7px;
    padding:18px;
    margin-top:12px;
    background:#fff;
    border:1px solid var(--tdstc-line);
    border-radius:12px;
}

.tdstc-contact-card strong{
    font-size:14px;
}

.tdstc-contact-card a{
    color:var(--tdstc-green-dark)!important;
    font-size:12px;
    font-weight:800;
    text-decoration:none!important;
    overflow-wrap:anywhere;
}

.tdstc-note{
    padding:20px 22px;
    background:#fff7df;
    border:1px solid #ecd9a8;
    border-radius:12px;
    color:#65562d;
    font-size:11px;
    line-height:1.65;
}

.tdstc-note strong{color:#473a1f}

@media (max-width:900px){
    .tdstc-hero-grid{
        grid-template-columns:1fr;
        gap:28px;
    }
    .tdstc-policy-grid{
        grid-template-columns:1fr;
        gap:28px;
    }
    .tdstc-sidebar{
        position:static;
    }
}

@media (max-width:640px){
    .tdstc-inner{
        width:min(100% - 28px,1120px);
    }
    .tdstc-hero{
        padding:48px 0 44px;
    }
    .tdstc-hero h1{
        font-size:clamp(42px,15vw,58px);
    }
    .tdstc-nav .tdstc-inner{
        justify-content:flex-start;
        overflow:auto;
        flex-wrap:nowrap;
        padding-bottom:2px;
    }
    .tdstc-nav a{
        white-space:nowrap;
    }
    .tdstc-policy{
        padding:44px 0 60px;
    }
    .tdstc-content article{
        grid-template-columns:1fr;
        gap:12px;
        padding-bottom:30px;
        margin-bottom:30px;
    }
    .tdstc-number{
        width:36px;
        height:36px;
    }
    .tdstc-content h2{
        font-size:22px;
    }
}
