.custom-footer {
    background: #18181b;
    color: #fff;
    padding: 48px 0 32px 0;
    text-align: center;
    font-size: 1.1rem;
    border-top: 1px solid #222;
}
.custom-footer .footer-title {
    font-weight: bold;
    margin-bottom: 16px;
    letter-spacing: 0.1em;
}
.custom-footer .footer-divider {
    width: 40%;
    margin: 16px auto;
    border: none;
    border-top: 1px solid #333;
}
.custom-footer .footer-copy {
    color: #aaa;
    font-size: 0.95rem;
    margin-top: 16px;
} 