.msg-wrapper-a112de26 {
    display: grid;
    gap: 2rem;
    font-family: inherit;
}
@media (min-width: 768px) {
    .msg-wrapper-a112de26 {
        grid-template-columns: 1fr 1.5fr;
        align-items: center;
    }
}
.msg-content-side-a112de26 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.msg-top-icon-a112de26 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}
.msg-top-icon-a112de26 i, .msg-top-icon-a112de26 svg {
    font-size: 28px;
    width: 28px;
    height: 28px;
    fill: currentColor;
}
.msg-heading-a112de26 {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    font-weight: 700;
}
.msg-subheading-a112de26 {
    margin: 0 0 1rem;
    font-size: 1.2rem;
    opacity: 0.8;
}
.msg-desc-a112de26 {
    margin: 0;
    line-height: 1.6;
    opacity: 0.7;
}

.msg-grid-side-a112de26 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1rem;
}
.msg-social-card-a112de26 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 1.5rem 1rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.msg-social-card-a112de26:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.msg-social-card-a112de26 i, .msg-social-card-a112de26 svg {
    font-size: 32px;
    width: 32px;
    height: 32px;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
}
.msg-social-card-a112de26:hover i, .msg-social-card-a112de26:hover svg {
    transform: scale(1.1);
}
.msg-social-label-a112de26 {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}