.site-page {
    max-width: 800px;
    margin: 2rem auto 3rem;
    padding: 1.75rem 2rem;
}
.site-page-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e9d5ff;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed rgba(139, 92, 246, 0.35);
}
.site-page-body {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #b9c2e6;
}
.site-page-body p { margin: 0 0 1rem; }
.site-page-body a { color: #c084fc; }
.site-page-body--intro {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed rgba(139, 92, 246, 0.25);
}
.contact-form { margin-top: 0.5rem; }
.contact-form .btn-primary { margin-top: 0.5rem; }
