.help-section {
    background: #f2f4f7;
    padding: 50px 0;
}

.help-card {
    max-width: 520px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.help-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    background: #eef2ff;
    color: #1e3a8a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.help-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0b1f33;
    margin-bottom: 10px;
}

.help-text {
    font-size: .95rem;
    color: #4b5563;
    margin-bottom: 20px;
    line-height: 1.5;
}

.help-btn {
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 10px;
}
