/* ===== FOOTER STYLE ===== */

.main-footer {
    background: transparent;
    color: #e2e8f0;
    padding: 60px 0 20px;
    border-top: 1px solid rgba(255, 0, 128, 0.15);
}

.main-footer .container {
    max-width: 1200px;
}

.footer-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.footer-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 8px;
}

.footer-divider {
    margin-top: 40px;
    margin-bottom: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom {
    font-size: 13px;
    color: #94a3b8;
    text-align: center;
}