.tc-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    font-family: 'Inter', Arial, sans-serif;
    color: #1f2937;
    line-height: 1.7;
}
.tc-wrapper h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #0f172a;
    text-align: center;
}
.tc-wrapper h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 12px;
    color: #0f172a;
}
.tc-wrapper h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #111827;
}
.tc-wrapper p {
    margin-bottom: 14px;
    text-align: justify;
}
.tc-wrapper ul {
    margin: 0 0 14px 1.25rem;
    padding-left: 1rem;
}
.tc-wrapper li {
    margin-bottom: 8px;
}
.tc-wrapper .tc-callout {
    background: #f8fafc;
    border-left: 4px solid #2563eb;
    padding: 14px 18px;
    margin: 18px 0;
    font-weight: 500;
}
.tc-wrapper .tc-uppercase {
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 600px) {
    .tc-wrapper h1 { font-size: 1.5rem; }
    .tc-wrapper h2 { font-size: 1.1rem; }
    .tc-wrapper { padding: 24px 16px 40px; }
}