/* THF Footer — uses !important so it survives aggressive page-level overrides
   (e.g. cart/checkout pages have `a { color: ... !important }` rules). */
.thf-page-footer {
    position: relative !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.95) !important;
    color: #fff !important;
    padding: 50px 20px 20px !important;
    z-index: 5 !important;
    border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    font-family: "Forum", serif !important;
    display: block !important;
}

.thf-page-footer .footer-content {
    max-width: 1300px !important;
    margin: 0 auto 30px !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 40px !important;
}

.thf-page-footer .footer-section {
    display: block !important;
}

.thf-page-footer .footer-section h3 {
    font-size: 1.2rem !important;
    margin-bottom: 20px !important;
    color: #d4af37 !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    font-family: "Forum", serif !important;
}

.thf-page-footer .footer-section p,
.thf-page-footer .footer-section a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    line-height: 1.6 !important;
    font-size: 0.9rem !important;
    transition: color 0.3s ease !important;
    font-family: "Forum", serif !important;
}

.thf-page-footer .footer-section p {
    margin-bottom: 8px !important;
}

.thf-page-footer .footer-section a:hover {
    color: #d4af37 !important;
}

.thf-page-footer .footer-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.thf-page-footer .social-links {
    display: flex !important;
    gap: 12px !important;
    margin-top: 15px !important;
}

.thf-page-footer .social-icon {
    width: 36px !important;
    height: 36px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
}

.thf-page-footer .social-icon i {
    display: block;
    line-height: 1;
    text-align: center;
}

.thf-page-footer .social-icon:hover {
    background: #d4af37 !important;
    transform: translateY(-3px) !important;
    border-color: #d4af37 !important;
    color: #000 !important;
}

.thf-page-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-top: 20px !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.85rem !important;
    font-family: "Forum", serif !important;
}

.thf-page-footer .footer-bottom a {
    color: #d4af37 !important;
    text-decoration: none !important;
}

.thf-page-footer .footer-bottom a:hover {
    text-decoration: underline !important;
}

@media (max-width: 768px) {
    .thf-page-footer {
        padding: 40px 15px 15px !important;
    }

    .thf-page-footer .footer-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}
