.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); }

.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.benefit-item { display: flex; gap: 16px; padding: 20px; background: var(--fb-card-bg); border-radius: 12px; border: 1px solid var(--fb-border); }
.benefit-icon { font-size: 2rem; }
.benefit-item h4 { font-size: 1rem; font-weight: 600; color: var(--fb-heading); margin-bottom: 4px; }
.benefit-item p { font-size: 0.9rem; color: var(--fb-gray-text); }

.job-card { background: var(--fb-card-bg); border: 1px solid var(--fb-border); border-radius: 16px; padding: 28px; margin-bottom: 20px; }
.job-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.job-header h3 { font-size: 1.25rem; font-weight: 600; color: var(--fb-heading); }
.job-tag { background: var(--fb-accent); color: white; padding: 4px 12px; border-radius: 20px; font-size: 0.85rem; }
.job-desc { color: var(--fb-text); margin-bottom: 16px; }
.job-requirements h4 { font-size: 0.95rem; font-weight: 600; color: var(--fb-heading); margin-bottom: 8px; }
.job-requirements ul { padding-left: 20px; }
.job-requirements li { color: var(--fb-gray-text); margin-bottom: 6px; font-size: 0.9rem; }

.apply-section { background: var(--fb-card-bg); border-radius: 16px; padding: 40px; border: 1px solid var(--fb-border); text-align: center; }
.apply-section p { margin-bottom: 12px; color: var(--fb-text); }
