.bots-ft-footer {
    background: #282828;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.bots-ft-footer *,
.bots-ft-footer *::before,
.bots-ft-footer *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    text-decoration: none;
    list-style: none;
}
.bots-ft-accent {
    height: 4px;
    background: linear-gradient(90deg, #48B0F7, #12C0C5);
}
.bots-ft-main {
    max-width: 1140px;
    margin: 0 auto;
    padding: 56px 32px 40px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
    gap: 40px;
}
.bots-ft-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bots-ft-brand img {
    height: 52px !important;
    width: auto !important;
    max-width: 200px;
    margin-bottom: 16px;
    opacity: 0.95;
}
.bots-ft-dmv-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(18, 192, 197, 0.12);
    border: 1px solid rgba(18, 192, 197, 0.25);
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12.5px;
    font-weight: 500;
    color: #12C0C5;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.bots-ft-dmv-badge svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.bots-ft-tagline {
    font-size: 14px;
    color: #A0A0A0;
    line-height: 1.6;
    max-width: 260px;
}
.bots-ft-col h4 {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}
.bots-ft-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background: #12C0C5;
    border-radius: 2px;
}
.bots-ft-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bots-ft-col ul li {
    margin-bottom: 10px;
}
.bots-ft-col ul li a {
    color: #B8B8B8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s ease;
}
.bots-ft-col ul li a:hover {
    color: #48B0F7;
}
.bots-ft-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
}
.bots-ft-contact-item svg {
    width: 16px;
    height: 16px;
    stroke: #12C0C5;
    flex-shrink: 0;
    margin-top: 2px;
}
.bots-ft-contact-text {
    font-size: 14px;
    color: #B8B8B8;
    line-height: 1.5;
}
.bots-ft-contact-item a {
    color: #48B0F7;
    text-decoration: none;
    transition: color 0.2s ease;
}
.bots-ft-contact-item a:hover {
    color: #12C0C5;
}
.bots-ft-hours {
    font-size: 12.5px;
    color: #888;
    line-height: 1.6;
    margin-top: 4px;
}
.bots-ft-support-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(72, 176, 247, 0.1);
    border: 1px solid rgba(72, 176, 247, 0.2);
    border-radius: 8px;
    padding: 10px 14px;
    margin-top: 8px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.bots-ft-support-badge:hover {
    background: rgba(72, 176, 247, 0.18);
    border-color: rgba(72, 176, 247, 0.35);
}
.bots-ft-green-dot {
    width: 8px;
    height: 8px;
    background: #4CD964;
    border-radius: 50%;
    flex-shrink: 0;
    animation: bots-ft-pulse 2s infinite;
}
@keyframes bots-ft-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
.bots-ft-support-badge span {
    font-size: 13px;
    color: #D0D0D0;
    font-weight: 400;
}
.bots-ft-bottom {
    border-top: 1px solid #404040;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.bots-ft-bottom-links {
    display: flex;
    gap: 24px;
}
.bots-ft-bottom-links a {
    color: #888;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}
.bots-ft-bottom-links a:hover {
    color: #B8B8B8;
}
.bots-ft-copyright {
    font-size: 13px;
    color: #707070;
}
.bots-ft-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}
.bots-ft-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #404040;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B8B8B8;
    transition: background 0.2s ease, color 0.2s ease;
}
.bots-ft-social a:hover {
    background: #12C0C5;
    color: #fff;
}
.bots-ft-social a svg {
    width: 16px;
    height: 16px;
}
@media (max-width: 900px) {
    .bots-ft-main {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}
@media (max-width: 560px) {
    .bots-ft-main {
        grid-template-columns: 1fr;
        padding: 40px 24px 32px;
        gap: 32px;
    }
    .bots-ft-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 24px;
    }
    .bots-ft-dmv-badge {
        align-self: flex-start;
    }
    .bots-ft-contact-item a {
        word-break: break-all;
    }
    .bots-ft-support-badge {
        width: 100%;
        justify-content: center;
    }
    .bots-ft-social {
        justify-content: flex-start;
    }
}
