/* ==============================
   SESSÃO HELPKIM — MOBILE
   ============================== */

.customer-section {
    background: radial-gradient(circle at top, #1a1a1a 0%, #000 70%);
    padding: 48px 24px 56px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* ---------- Parte superior ---------- */

.customer-part1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.customer-img {
    width: 120px;
}

.customer-text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
}

.customer-text .destaque-text {
    color: #3b82f6;
    font-weight: 700;
    
}

.customer-text, .customer-text span {
    font-size: 19px;
    font-weight: bold;
}

/* ---------- Vantagens ---------- */

.customer-part2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.customer-title {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #3b82f6;
}

.customer-list-container {
    border: 2px solid #3b82f6;
    border-radius: 9.15px;
    padding: 22px 16px;
}

.benefits-list {
    list-style: disc;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.benefits-list li {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    line-height: 1.5;
}

/* ---------- Botão ---------- */

.customer-cta-button {
    margin-top: 32px;
    background-color: #3bbf2c;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    padding: 12px 20px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 256px;
    margin: auto;
}

.desktop-customer-cta-button {
    display: none;
}

.customer-cta-button:active {
    transform: scale(0.97);
}

.customer-cta-button:hover {
    box-shadow: 0 0 0 3px rgba(59, 191, 44, 0.3);
}
