/* =========================
   FOOTER – GENEL
========================= */
.site-footer {
    width: 100%;
    margin-top: 50px;

    /* Padding – Desktop */
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    background: linear-gradient(90deg,rgba(255,255,255,0.05),rgba(255,255,255,0.00));
    color: rgba(255, 255, 255, 0.8);
}

.site-footer-copyright {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    background-color: #111111;
    color: rgba(255, 255, 255, 0.8);
}

/* =========================
   MOTTO
========================= */
.footer-motto {
    font-size: 1.6rem;
    line-height: 1.35;
    font-weight: 200;
}

.footer-motto strong {
    font-weight: 500;
}

/* =========================
   COPYRIGHT
========================= */
.footer-copy {
    font-size: 1.15rem;
    font-weight: 200;
    opacity: 0.7;
}

/* =========================
   TABLET ≤1024px
========================= */
@media (max-width:1024px){
    .site-footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-motto {
        font-size: 1.45rem;
    }

    .footer-copy {
        font-size: 1.05rem;
    }
}

/* =========================
   TELEFON ≤740px
========================= */
@media (max-width:740px){
    .site-footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-motto {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .footer-copy {
        font-size: 0.95rem;
    }
}