/* ==============================================
   SECTIONS — BRUTALIST LAYOUT
   ============================================== */

/* === PROBLEM SECTION === */
.problem-section {
    background: var(--bg);
    border-top: 2px solid var(--border);
    border-bottom: 2px solid var(--border);
}

.problem-text {
    font-family: var(--font-body);
    font-size: 0.9375rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: var(--space-lg);
}

.problem-text:first-of-type {
    font-size: 1.125rem;
    color: var(--text);
}

.problem-text strong {
    color: var(--text);
    font-weight: 600;
}

.text-gold-highlight {
    color: var(--accent);
    font-weight: 600;
}

/* === OPPORTUNITY SECTION === */
.opportunity-section {
    background: var(--bg-alt);
    border-left: 4px solid var(--accent);
}

.opportunity-section .container {
    position: relative;
}

/* Persona and value cards are in cards.css */
