.footer-761a396c {
    padding: 60px 20px;
    background: linear-gradient(135deg, #02112A 0%, #0D3261 100%);
    color: #ffffff;
    font-family: inherit;
}
.footer-761a396c-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .footer-761a396c-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .footer-761a396c-grid { grid-template-columns: 1fr; }
}
.footer-761a396c-col h3 {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.footer-761a396c-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #7B3B94;
    transition: width 0.3s ease;
}
.footer-761a396c-col:hover h3::after {
    width: 60px;
}
.footer-761a396c-logo img {
    max-width: 180px;
    margin-bottom: 15px;
    height: auto;
}
.footer-761a396c-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
    margin: 0;
}
.footer-761a396c-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-761a396c-list li {
    margin-bottom: 12px;
}
.footer-761a396c-list a, .footer-761a396c-contact-item {
    color: #cccccc;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: color 0.3s ease;
}
.footer-761a396c-list a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #7B3B94;
}
.footer-761a396c-icon {
    margin-top: 3px;
    flex-shrink: 0;
}
.footer-761a396c-icon svg,
.footer-761a396c-icon i {
    width: 16px;
    height: 16px;
    fill: currentColor;
    color: currentColor;
}
.footer-761a396c-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.footer-761a396c-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}
.footer-761a396c-social a:hover {
    background: #7B3B94;
    border-color: #7B3B94;
    transform: translateY(-3px);
}
.footer-761a396c-social a svg,
.footer-761a396c-social a i {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
