.q30-section {
    margin-top: 50px;
    color: #333;
}

.q30-logo {
    max-width: 180px;
    margin: 3rem auto 1.5rem;
    display: block;
}

.q30-benefits .bullets {
    list-style: none;
    background: linear-gradient(135deg, #ffeaa7 0%, #fab1a0 100%);
    padding: 1.2rem 1.5rem;
    border-left: 5px solid #d63031;
    border-radius: 12px;
    margin: 2rem auto;
    font-size: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    text-align: left;
}

.q30-benefits .bullets li {
    margin: 0.8rem 0;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.q30-benefits .bullets li::before {
    content: "🔥";
    margin-right: 10px;
    font-size: 1.2rem;
    color: #d63031;
}