/* =====================================================
   Footer — Tick Optic
   ===================================================== */
.tick-footer {
    margin: 24px 50px 20px;
    padding: 38px 24px 18px;
    overflow: hidden;
    direction: rtl;
    background: linear-gradient(135deg, #8b000f, #b00012);
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 -4px 24px rgba(155, 0, 8, .16);
}

.tick-footer__top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.25fr;
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: stretch;
}

.tick-footer__col,
.tick-footer__brand {
    min-width: 0;
    padding: 18px 16px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 15px;
    box-sizing: border-box;
}

.tick-footer__contact {
    font-style: normal;
}

.tick-footer__col h4,
.tick-footer__brand h3 {
    margin: 0 0 13px;
    padding-bottom: 9px;
    color: #fff !important;
    border-bottom: 1px solid rgba(255,255,255,.2);
    font-size: 16px;
    font-weight: 700;
}

.tick-footer__col a {
    display: block;
    margin: 6px 0;
    color: #fff !important;
    opacity: .9;
    font-size: 13px;
    line-height: 1.8;
    text-decoration: none !important;
}

.tick-footer__col a:hover {
    opacity: 1;
    transform: translateX(-2px);
}

.tick-footer__brand p,
.tick-footer__address {
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 13px;
    line-height: 2;
}
.tick-footer__address { margin-top: 8px; }

.tick-footer__bottom {
    max-width: 1200px;
    margin: 22px auto 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.16);
    color: rgba(255,255,255,.88);
    font-size: 12px;
    line-height: 1.9;
    text-align: center;
}

@media (max-width: 980px) {
    .tick-footer {
        margin-inline: 20px;
    }
    .tick-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tick-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .tick-footer {
        margin: 18px 10px 10px;
        padding: 20px 12px 14px;
        border-radius: 18px;
    }
    .tick-footer__top {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .tick-footer__brand {
        grid-column: auto;
    }
    .tick-footer__col,
    .tick-footer__brand {
        padding: 15px 14px;
        border-radius: 13px;
    }
    .tick-footer__col h4,
    .tick-footer__brand h3 {
        font-size: 14px;
        margin-bottom: 9px;
    }
    .tick-footer__col a,
    .tick-footer__brand p,
    .tick-footer__address {
        font-size: 12px;
    }
    .tick-footer__bottom {
        margin-top: 15px;
        font-size: 11px;
    }
}
