/* Footer style: dark — high-contrast dark background. */

.i2t3-footer-dark .i2t3-footer {
    background-color: #14181f;
    color: rgba(255, 255, 255, 0.85);
    padding: 3rem 0 1.5rem;
}
.i2t3-footer-dark .i2t3-footer a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}
.i2t3-footer-dark .i2t3-footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.i2t3-footer-dark .i2t3-footer__copy {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2rem;
    padding-top: 1rem;
    text-align: center;
}
