.tc-page{}
.tc-hero{padding-top:var(--space-6);}
.tc-hero-container{max-width:900px;margin-inline:auto;text-align:center;}
.tc-hero-text{display:flex;flex-direction:column;gap:var(--space-3);} 
.tc-card{max-width:800px;margin-inline:auto;}
.tc-narrow{max-width:750px;}
.tc-muted{background:rgba(21,39,71,0.05);} 
.tc-feature{background:var(--gradient-brand-cyan);color:#fff;border-radius:var(--radius-hero);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3);} 
.tc-news .card{min-width:0;}
.tc-trending{text-align:center;}
.tc-tags{display:flex;flex-wrap:wrap;gap:var(--space-2);justify-content:center;}
.tc-cta{max-width:600px;margin-inline:auto;text-align:center;display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);background:var(--gradient-brand-cyan);border-radius:var(--radius-hero);color:#fff;}
@media(max-width:768px){
.tc-hero{padding-top:var(--space-4);} 
.tc-feature{padding:var(--space-4);} 
}
