/* KT Pillar Footer v6.7 - 8-column hub-organised, MSE-style depth */
.kt-pillar-footer {
    background: #0a0f2e;
    color: #c9cdd9;
    padding: 56px 0 24px;
    margin-top: 64px;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
.kt-pf-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.kt-pf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
@media (min-width: 1100px) {
    .kt-pf-grid {
        grid-template-columns: repeat(8, 1fr);
        gap: 24px 16px;
    }
}
@media (max-width: 720px) {
    .kt-pf-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 16px;
    }
}
@media (max-width: 460px) {
    .kt-pf-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
.kt-pf-col {
    display: flex;
    flex-direction: column;
}
.kt-pf-coltitle {
    color: #ffd700;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,215,0,0.25);
    text-decoration: none;
    line-height: 1.3;
}
.kt-pf-coltitle:hover { color: #fff; border-bottom-color: #ffd700; }
.kt-pf-link {
    color: #c9cdd9;
    font-size: 12.5px;
    line-height: 1.4;
    margin-bottom: 6px;
    text-decoration: none;
    transition: color 0.15s;
}
.kt-pf-link:hover { color: #ffd700; }

.kt-pf-utility {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.kt-pf-utility-left {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}
.kt-pf-utility-left a {
    color: #c9cdd9;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.kt-pf-utility-left a:hover { color: #ffd700; }
.kt-pf-copyright {
    color: #8c92a3;
    font-size: 11.5px;
    line-height: 1.5;
}
.kt-pf-regulatory {
    color: #8c92a3;
    font-size: 11px;
    line-height: 1.6;
    padding: 20px 0 8px;
    max-width: 100%;
}
.kt-pf-regulatory strong {
    color: #c9cdd9;
}

/* Hide existing theme footer when our pillar footer is present */
.gh-footer { display: none; }
.site-footer-styled-2 { display: none; }
