.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1rem;
    color: #222;
}

.section-lead {
    font-size: 1rem;
    color: #444;
    text-align: left;
    max-width: 700px;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.benefit-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 700px;
    margin: 0 auto;
}

.benefit-item {
    background: #f9f9f9;
    padding: 1rem 1.2rem;
    /* border-left: 4px solid #222; */
    font-weight: 600;
    color: #111;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
