#colophon, .site-footer, footer.site-footer, .ast-small-footer {
    display: none !important;
}

#ast-scroll-top, .ast-scroll-to-top, #ag-ai-chat-bubble {
    z-index: 99999 !important;
}

.ag-premium-footer {
    position: relative !important;
    z-index: 100 !important; /* Above scissors section */
    clear: both !important;
    border-top: 1.5px solid var(--ag-brand-orange, #D76314) !important; /* Branded orange accent border */
    background-image: url('/wp-content/uploads/2026/05/FUTER.png') !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    color: #ffffff !important;
    padding: 40px 0 20px !important;
    font-family: var(--ag-font-primary, 'Cormorant Garamond', serif) !important;
    overflow: hidden !important;
}

.ag-footer-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: none !important;
    backdrop-filter: none !important;
    z-index: 1 !important;
}

.ag-footer-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
}

.ag-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 50px;
    margin-bottom: 30px;
}

.ag-footer-brand {
    grid-column: span 1;
}

.ag-footer-title {
    font-family: var(--ag-font-primary, 'Cormorant Garamond', serif) !important;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.ag-footer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #e5e7eb;
    margin-bottom: 15px;
}

.ag-footer-socials {
    display: flex;
    gap: 15px;
}

.ag-footer-socials a {
    color: #ffffff;
    transition: color 0.2s ease;
}

.ag-footer-socials a:hover {
    color: var(--ag-brand-orange, #D76314);
}

.ag-footer-heading {
    font-family: var(--ag-font-primary, 'Cormorant Garamond', serif) !important;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ag-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ag-footer-links li {
    margin-bottom: 12px;
}

.ag-footer-links a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.ag-footer-links a:hover {
    color: var(--ag-brand-orange, #D76314);
}

.ag-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #9ca3af;
}
