body {
        font-family: 'Inter', system-ui, sans-serif;
    }

    /* Cards — stand out on hover (matches About page expertise cards) */
    .card-pop {
        transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card-pop:hover {
        border-color: #C8102E;
        transform: translateY(-4px);
        box-shadow: 0 12px 28px -8px rgba(200, 16, 46, 0.25);
    }

    /* Reader-quote left bullet lines — brand red */
    .border-red-accent {
        border-color: #C8102E !important;
    }
