.page-content {
    position: relative;
    z-index: 1;
    margin-block: auto;
    padding: clamp(2.75rem, 5.4vh, 5rem) 0;
}

.content-card {
    padding: clamp(1.5rem, 4vw, 3.5rem);
    border: 1px solid rgba(150, 184, 234, 0.19);
    border-radius: 1.6rem;
    background: linear-gradient(155deg, rgba(14, 40, 83, 0.76), rgba(4, 15, 34, 0.88));
    box-shadow: 0 40px 100px rgba(0, 4, 14, 0.4), inset 0 1px rgba(255, 255, 255, 0.07);
}

.content-card h1 { max-width: 58rem; margin: 0 0 2rem; font-size: clamp(2.25rem, 5vw, 3rem); font-weight: 620; letter-spacing: -0.055em; line-height: 1.02; }
.wysiwyg-content { max-width: 54rem; color: #cbd8e9; font-size: 1.05rem; line-height: 1.75; }
.wysiwyg-content h2, .wysiwyg-content h3 { color: #eef5ff; margin-top: 2rem; }
.wysiwyg-content a { color: #79b5ff; }
.wysiwyg-content img { max-width: 100%; height: auto; }
.wysiwyg-content table { width: 100%; border-collapse: collapse; }
.wysiwyg-content th, .wysiwyg-content td { padding: .7rem; border: 1px solid rgba(255,255,255,.14); }

@media (max-width: 520px) {
    .page-content { padding: 32px 0 48px; }
    .content-card { border-radius: 1.25rem; }
}
