/* ==============================
   SESSÃO DO MARKETING — MOBILE
   ============================== */

.marketing-section {
    background: #000;
    padding: 60px 20px;
}

.marketing-container {
    max-width: 420px;
    margin: 0 auto;
}

/* some no mobile */
.marketing-visual-desktop {
    display: none;
}

/* ===== CONTENT ===== */

.marketing-content {
    text-align: center;
    color: #fff;
}

.marketing-title, .marketing-title span {
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
}



/* divisor azul */
.divider {
    width: 236px;
    height: 3px;
    background: #3b82f6;
    margin: 20px auto;
}

/* destaque */
.marketing-highlight, .marketing-highlight span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.destaque-text {
    color: #3b82f6;
}

/* descrição */
.marketing-description, .marketing-description strong {
    font-size: 13px;
    line-height: 1.6;
    color: white;
    margin-bottom: 40px;
}

/* ===== SERVICES ===== */

.marketing-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 16px;
    margin-bottom: 40px;
}

.marketing-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

/* 1º e 3º item */
.marketing-service:nth-child(1),
.marketing-service:nth-child(3) {
    border-right: 1px solid rgba(230, 230, 230, 0.4);
    padding-right: 16px;
}

.marketing-service img {
    width: auto;
    height: 58px;
    filter: drop-shadow(0 0 10px rgba(59,130,246,0.6));
}



.marketing-service span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

/* ===== CTA ===== */

.marketing-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;
}

