.tc-page {
    --tc-ink: #1e293b;
    --tc-muted: #475569;
    --tc-line: #e2e8f0;
    padding: 72px 0 96px;
    background: #fff;
}

.tc-page__inner {
    max-width: 860px;
    margin: 0 auto;
}

.tc-page__lede,
.tc-page p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--tc-muted);
    margin-bottom: 1.1rem;
}

.tc-page__lede {
    font-size: 18px;
    color: var(--tc-ink);
}

.tc-page a {
    color: var(--rt-primary, #263F93);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tc-page a:hover {
    color: #1a2d6b;
}

.tc-section {
    margin-top: 2.75rem;
    padding-top: 2rem;
    border-top: 1px solid var(--tc-line);
}

.tc-section h2 {
    font-family: Inter, system-ui, sans-serif;
    font-size: clamp(1.5rem, 2.4vw, 1.85rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.tc-page .tc-section h3 {
    font-family: Inter, system-ui, sans-serif;
    font-size: clamp(1.5rem, 2.2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #111827;
    margin: 2rem 0 0.85rem;
}

.tc-page ul,
.tc-page ol {
    padding-left: 1.35rem;
    margin: 0 0 1.25rem;
}

.tc-page li {
    font-size: 16px;
    line-height: 1.7;
    color: var(--tc-muted);
    margin-bottom: 0.45rem;
}

.tc-contact {
    background: #f8fafc;
    border: 1px solid var(--tc-line);
    padding: 1.25rem 1.4rem;
    margin-top: 0.5rem;
}

.tc-contact p {
    margin-bottom: 0.35rem;
}

.tc-contact p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .tc-page {
        padding: 48px 0 64px;
    }
}
