.title {
    font-size: 32px;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin: 4px 0 8px;
    text-transform: uppercase;
}

.subtitle {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0 0 26px;
    line-height: 1.6;
}

.back-link {
    display: inline-block;
    margin-top: 22px;
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
}

.back-link:hover {
    text-decoration: underline;
}