.smithtron-footer-v2-container {
    width: 100%;
    padding: 64px 20px 28px;
    box-sizing: border-box;
    font-family: inherit;
    line-height: 1.6;
}

.smithtron-footer-v2-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.smithtron-footer-v2-col {
    display: flex;
    flex-direction: column;
}

.smithtron-footer-v2-logo {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 16px;
}

.smithtron-footer-v2-desc {
    font-size: 15px;
    margin: 0 0 12px;
}

.smithtron-footer-v2-tagline {
    font-size: 13px;
    opacity: 0.8;
    margin: 0;
}

.smithtron-footer-v2-heading {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
}

.smithtron-footer-v2-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smithtron-footer-v2-list li {
    margin-bottom: 12px;
}

.smithtron-footer-v2-link {
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}

.smithtron-footer-v2-list-support {
    margin-top: 12px;
}

.smithtron-footer-v2-support-item {
    font-size: 15px;
    opacity: 0.8;
}

.smithtron-footer-v2-contact-item {
    font-size: 15px;
    margin: 0 0 12px;
}

.smithtron-footer-v2-address {
    margin-top: 8px;
    line-height: 1.5;
}

.smithtron-footer-v2-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid;
}

.smithtron-footer-v2-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.smithtron-footer-v2-copy,
.smithtron-footer-v2-reg {
    margin: 0;
    font-size: 14px;
}

@media (max-width: 991px) {
    .smithtron-footer-v2-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .smithtron-footer-v2-inner {
        grid-template-columns: 1fr;
    }
    
    .smithtron-footer-v2-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}
