
#footerContainer {
    width: 100%;
    padding: 0;
    margin-top: 0;
}

#footerContainer .tf-root {
    width: 100%;
    background: linear-gradient(180deg, #1f1f23 0%, #141416 100%) !important;
    border: none !important;
    border-radius: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    overflow: hidden !important;
    position: relative !important;
    box-shadow: none !important;
}

#footerContainer .tf-root::before {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, #0071e3 35%, #5856d6 65%, transparent) !important;
    opacity: 1 !important;
}

#footerContainer .tf-root::after {
    content: '';
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 32rem;
    height: 16rem;
    background: radial-gradient(ellipse, rgba(0, 113, 227, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

#footerContainer .tf-inner {
    max-width: 80rem !important;
    margin: 0 auto !important;
    padding: 2rem 1.5rem 1.75rem !important;
    position: relative !important;
    z-index: 1 !important;
}
@media (min-width: 640px) {
    #footerContainer .tf-inner {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#footerContainer .tf-toolbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 900px) {
    #footerContainer .tf-toolbar {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        gap: 1.25rem;
    }
    #footerContainer .tf-inline-nav {
        grid-column: 1 / -1;
        order: 3;
    }
}

#footerContainer .tf-logo-row {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

#footerContainer .tm-brand-name--footer {
    color: #fff !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
    line-height: 1 !important;
}

#footerContainer .tm-brand-logo--footer {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 12px rgba(0, 113, 227, 0.3) !important;
    object-fit: contain !important;
}

#footerContainer .tf-inline-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem 0;
    min-width: 0;
}
@media (max-width: 900px) {
    #footerContainer .tf-inline-nav {
        justify-content: flex-start;
    }
}

#footerContainer .tf-inline-nav .tm-footer-link {
    display: inline-flex !important;
    align-items: center !important;
    color: rgba(255, 255, 255, 0.62) !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0.35rem 0.75rem !important;
    font-size: 0.8125rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: color 0.2s ease !important;
}

#footerContainer .tf-inline-nav .tm-footer-link:not(:last-child)::after {
    content: '·';
    margin-left: 0.75rem;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 400;
    pointer-events: none;
}

#footerContainer .tf-inline-nav .tm-footer-link:hover {
    color: #fff !important;
    background: none !important;
    transform: none !important;
    box-shadow: none !important;
}

#footerContainer .tf-tagline {
    margin: 1.25rem auto 0;
    padding: 0;
    font-size: 0.8125rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.38);
    max-width: 48rem;
    text-align: center;
}

#footerContainer .tf-bottom {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    border-top: none !important;
    padding-top: 1.25rem !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}
@media (max-width: 640px) {
    #footerContainer .tf-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem !important;
    }
}

#footerContainer .tf-copy {
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.02em !important;
}

#footerContainer .tf-legal {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
}

#footerContainer .tf-legal a.tm-footer-link {
    color: rgba(255, 255, 255, 0.38) !important;
    font-size: 0.72rem !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

#footerContainer .tf-legal a.tm-footer-link:hover {
    color: rgba(255, 255, 255, 0.7) !important;
    transform: none !important;
    box-shadow: none !important;
}

body.sunset-page #footerContainer .tf-root,
body.index-page #footerContainer .tf-root,
body.pricing-page #footerContainer .tf-root {
    background: linear-gradient(180deg, #1a0818 0%, #120610 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

body.sunset-page #footerContainer .tf-root::before,
body.index-page #footerContainer .tf-root::before,
body.pricing-page #footerContainer .tf-root::before {
    background: linear-gradient(90deg, transparent, #FF4E50 35%, #F9D423 65%, transparent) !important;
}

body.sunset-page #footerContainer .tf-root::after,
body.index-page #footerContainer .tf-root::after,
body.pricing-page #footerContainer .tf-root::after {
    top: -8rem !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 24rem !important;
    height: 24rem !important;
    background: radial-gradient(circle, rgba(255, 78, 80, 0.15) 0%, transparent 68%) !important;
}

body.sunset-page #footerContainer .tf-inline-nav .tm-footer-link:hover,
body.index-page #footerContainer .tf-inline-nav .tm-footer-link:hover,
body.pricing-page #footerContainer .tf-inline-nav .tm-footer-link:hover {
    color: #F9D423 !important;
}

body.sunset-page #footerContainer .tf-legal a.tm-footer-link:hover,
body.index-page #footerContainer .tf-legal a.tm-footer-link:hover,
body.pricing-page #footerContainer .tf-legal a.tm-footer-link:hover {
    color: #F9D423 !important;
}
