.messaging-section {
    padding: 80px 0;
}
.msg-stat-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}
.msg-stat-card:hover {
    border-color: rgba(102,126,234,0.3);
}
.msg-stat-icon {
    font-size: 2rem;
    color: #667eea;
    margin-bottom: 12px;
}
.msg-stat-title {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.msg-stat-desc {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    margin: 0;
}
.msg-feature-block {
    border-radius: 20px;
    padding: 32px 28px;
}
.msg-block-whatsapp {
    background: linear-gradient(135deg, rgba(37,211,102,0.08), rgba(37,211,102,0.02));
    border: 1px solid rgba(37,211,102,0.2);
}
.msg-block-email {
    background: linear-gradient(135deg, rgba(102,126,234,0.08), rgba(118,75,162,0.02));
    border: 1px solid rgba(102,126,234,0.2);
}
.msg-block-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2rem;
    flex-shrink: 0;
}
.msg-block-whatsapp .msg-block-icon { background: linear-gradient(135deg, rgba(37,211,102,0.3), rgba(37,211,102,0.1)); }
.msg-block-email .msg-block-icon { background: linear-gradient(135deg, rgba(102,126,234,0.3), rgba(118,75,162,0.1)); }
.msg-badge {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
}
.msg-badge-green { background: rgba(37,211,102,0.2); color: #25D366; }
.msg-badge-blue { background: rgba(102,126,234,0.2); color: #667eea; }
.msg-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.msg-cta-green { background: #25D366; color: #000; border: none; }
.msg-cta-green:hover { background: #1da851; color: #000; }
.msg-cta-blue { background: #667eea; color: #fff; border: none; }
.msg-cta-blue:hover { background: #5a6fd6; color: #fff; }
.msg-feature-item {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}
.msg-feature-item:hover {
    background: rgba(255,255,255,0.05);
}
.msg-feature-item i {
    margin-bottom: 10px;
}
.msg-feature-item h6 {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.msg-feature-item p {
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.4;
}
.msg-why-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.3s ease;
}
.msg-why-card:hover {
    border-color: rgba(102,126,234,0.3);
}
.msg-why-icon {
    font-size: 2rem;
    color: #667eea;
    margin-bottom: 14px;
}
.msg-payment-bar {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 24px;
}
.msg-payment-label {
    color: rgba(255,255,255,0.5);
    font-size: 0.85rem;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.payment-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50px;
    padding: 8px 18px;
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
}
.msg-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.msg-card-link:hover .msg-stat-card,
.msg-card-link:hover .msg-why-card {
    border-color: rgba(102,126,234,0.5);
    background: rgba(255,255,255,0.06);
}
.msg-block-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.msg-block-link:hover .msg-feature-block {
    border-color: rgba(102,126,234,0.4);
}
.msg-block-link:hover .msg-block-whatsapp {
    border-color: rgba(37,211,102,0.4);
}
.msg-block-link:hover .msg-block-email {
    border-color: rgba(102,126,234,0.4);
}
