.static-page { padding: 80px 0; background: var(--fb-bg); min-height: calc(100vh - 200px); }
.page-container { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.page-header { text-align: center; margin-bottom: 60px; }
.page-header h1 { font-size: 2.5rem; font-weight: 700; color: var(--fb-heading); margin-bottom: 16px; }
.page-subtitle { font-size: 1.25rem; color: var(--fb-gray-text); }
.content-section { margin-bottom: 48px; }
.content-section h2 { font-size: 1.5rem; font-weight: 600; color: var(--fb-heading); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--fb-accent); }
.content-section p { font-size: 1rem; line-height: 1.8; color: var(--fb-text); }
.contact-section { background: var(--fb-card-bg); border-radius: 16px; padding: 40px; border: 1px solid var(--fb-border); }
