/* =========================================================
   MOTO747 PREMIUM FOOTER
   Tamamen bağımsız footer tasarımı
   ========================================================= */

.m747-footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    background: #050505;
    isolation: isolate;
}

.m747-footer,
.m747-footer * {
    box-sizing: border-box;
}

.m747-footer a {
    text-decoration: none;
}

.m747-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.m747-footer p,
.m747-footer h2,
.m747-footer h4 {
    margin-top: 0;
}


/* =========================================================
   DEKORATİF ARKA PLAN
   ========================================================= */

.m747-footer-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.045;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.22) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.22) 1px,
            transparent 1px
        );
    background-size: 75px 75px;
}

.m747-footer-red-light {
    position: absolute;
    top: -260px;
    left: 50%;
    z-index: 0;
    width: 760px;
    height: 760px;
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    background: rgba(225, 6, 0, 0.15);
    filter: blur(165px);
}


/* =========================================================
   CTA ALANI
   ========================================================= */

.m747-footer-cta-area {
    position: relative;
    z-index: 3;
    padding: 70px 0 0;
}

.m747-footer-cta {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 55px 60px;
    overflow: hidden;
    background:
        linear-gradient(
            120deg,
            #e10600 0%,
            #bd0500 48%,
            #7d0300 100%
        );
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.34),
        0 20px 55px rgba(225, 6, 0, 0.18);
}

.m747-footer-cta::before {
    content: "MOTO747";
    position: absolute;
    top: 50%;
    right: -35px;
    color: transparent;
    font-size: clamp(100px, 13vw, 210px);
    line-height: 0.75;
    font-weight: 950;
    letter-spacing: -10px;
    pointer-events: none;
    transform: translateY(-50%);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.13);
}

.m747-footer-cta::after {
    content: "";
    position: absolute;
    top: -120px;
    right: 10%;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.07);
}

.m747-footer-cta-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.m747-footer-cta-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

.m747-footer-cta-subtitle::before {
    content: "";
    width: 38px;
    height: 2px;
    background: #ffffff;
}

.m747-footer-cta-content h2 {
    max-width: 800px;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: clamp(35px, 4vw, 58px);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: -2.3px;
    text-transform: uppercase;
}

.m747-footer-cta-content h2 span {
    display: block;
    color: #111111;
}

.m747-footer-cta-content p {
    max-width: 680px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.8;
}

.m747-footer-cta-action {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

.m747-footer-cta-button {
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    padding: 0 8px 0 27px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    transition:
        color 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}

.m747-footer-cta-button > span:first-child {
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.m747-footer-cta-button-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    background: #ffffff;
    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}

.m747-footer-cta-button:hover {
    color: #111111;
    border-color: #ffffff;
    background: #ffffff;
    transform: translateY(-4px);
}

.m747-footer-cta-button:hover .m747-footer-cta-button-icon {
    color: #ffffff;
    background: #111111;
    transform: translateX(3px);
}


/* =========================================================
   ANA FOOTER
   ========================================================= */

.m747-footer-main {
    position: relative;
    z-index: 2;
    padding: 105px 0 55px;
    background:
        linear-gradient(
            145deg,
            rgba(7, 7, 8, 0.97) 0%,
            rgba(14, 14, 16, 0.98) 52%,
            rgba(7, 7, 8, 0.98) 100%
        );
}

.m747-footer-company,
.m747-footer-column {
    position: relative;
    height: 100%;
}


/* =========================================================
   LOGO VE FİRMA
   ========================================================= */

.m747-footer-logo {
    min-height: 75px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.m747-footer-logo a {
    display: inline-flex;
    align-items: center;
}

.m747-footer-logo img {
    display: block;
    width: auto;
    max-width: 190px;
    max-height: 76px;
    object-fit: contain;
}

.m747-footer-company-text {
    max-width: 430px;
    margin-bottom: 27px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 14px;
    line-height: 1.85;
}

.m747-footer-values {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.m747-footer-value {
    display: flex;
    align-items: center;
    gap: 12px;
}

.m747-footer-value > span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e10600;
    font-size: 12px;
    border: 1px solid rgba(225, 6, 0, 0.32);
    background: rgba(225, 6, 0, 0.07);
}

.m747-footer-value strong {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 650;
}


/* =========================================================
   SOSYAL MEDYA
   ========================================================= */

.m747-footer-social {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 29px;
}

.m747-footer-social a {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.035);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.m747-footer-social a:hover {
    color: #ffffff;
    border-color: #e10600;
    background: #e10600;
    transform: translateY(-4px);
}


/* =========================================================
   FOOTER BAŞLIKLARI
   ========================================================= */

.m747-footer-column h4 {
    position: relative;
    margin-bottom: 31px;
    padding-bottom: 16px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.25px;
    text-transform: uppercase;
}

.m747-footer-column h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: #e10600;
    box-shadow: 0 0 13px rgba(225, 6, 0, 0.52);
}

.m747-footer-column h4::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 48px;
    width: 45px;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
}


/* =========================================================
   BAĞLANTI LİSTELERİ
   ========================================================= */

.m747-footer-links {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.m747-footer-links li {
    display: block;
}

.m747-footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 1.5;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.m747-footer-links a i {
    color: #e10600;
    font-size: 9px;
    transition: transform 0.3s ease;
}

.m747-footer-links a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.m747-footer-links a:hover i {
    transform: translateX(2px);
}


/* =========================================================
   İLETİŞİM
   ========================================================= */

.m747-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.m747-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.m747-footer-contact-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e10600;
    font-size: 14px;
    border: 1px solid rgba(225, 6, 0, 0.28);
    background: rgba(225, 6, 0, 0.065);
}

.m747-footer-contact li > div {
    padding-top: 1px;
}

.m747-footer-contact small {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.34);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.m747-footer-contact p,
.m747-footer-contact a {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 13px;
    line-height: 1.65;
    transition: color 0.3s ease;
}

.m747-footer-contact a:hover {
    color: #e10600;
}


/* =========================================================
   ÇALIŞMA SAATLERİ
   ========================================================= */

.m747-footer-working-hours {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 27px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.035);
}

.m747-footer-working-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    background: #e10600;
}

.m747-footer-working-hours strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 750;
}

.m747-footer-working-hours div > span {
    display: block;
    color: rgba(255, 255, 255, 0.47);
    font-size: 10px;
    line-height: 1.55;
}


/* =========================================================
   GÜVEN BANDI
   ========================================================= */

.m747-footer-trust-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 65px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.025);
}

.m747-footer-trust-item {
    min-height: 112px;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 22px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
    transition: background 0.3s ease;
}

.m747-footer-trust-item:last-child {
    border-right: 0;
}

.m747-footer-trust-item:hover {
    background: rgba(225, 6, 0, 0.065);
}

.m747-footer-trust-icon {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e10600;
    font-size: 17px;
    border: 1px solid rgba(225, 6, 0, 0.29);
    background: rgba(225, 6, 0, 0.065);
}

.m747-footer-trust-item strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 750;
}

.m747-footer-trust-item small {
    display: block;
    color: rgba(255, 255, 255, 0.42);
    font-size: 10px;
    line-height: 1.55;
}


/* =========================================================
   ALT FOOTER
   ========================================================= */

.m747-footer-bottom {
    position: relative;
    z-index: 3;
    background: #020202;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.m747-footer-bottom-content {
    min-height: 82px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 25px;
}

.m747-footer-bottom-content p {
    margin-bottom: 0;
}

.m747-footer-copyright {
    color: rgba(255, 255, 255, 0.40);
    font-size: 11px;
}

.m747-footer-bottom-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
}

.m747-footer-bottom-links a {
    position: relative;
    color: rgba(255, 255, 255, 0.43);
    font-size: 10px;
    transition: color 0.3s ease;
}

.m747-footer-bottom-links a:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #e10600;
    transform: translateY(-50%);
}

.m747-footer-bottom-links a:hover {
    color: #ffffff;
}

.m747-footer-credit {
    text-align: right;
    color: rgba(255, 255, 255, 0.39);
    font-size: 11px;
}

.m747-footer-credit a {
    margin-left: 4px;
    color: #e10600;
    font-weight: 700;
    transition: color 0.3s ease;
}

.m747-footer-credit a:hover {
    color: #ffffff;
}


/* =========================================================
   RESPONSIVE - LAPTOP
   ========================================================= */

@media (max-width: 1199px) {

    .m747-footer-cta {
        padding: 48px;
    }

    .m747-footer-cta-content {
        max-width: 650px;
    }

    .m747-footer-main {
        padding-top: 90px;
    }

    .m747-footer-trust-item {
        padding: 20px;
    }
}


/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 991px) {

    .m747-footer-cta-area {
        padding-top: 55px;
    }

    .m747-footer-cta {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
        padding: 45px;
    }

    .m747-footer-cta-content h2 {
        font-size: 46px;
    }

    .m747-footer-main {
        padding: 80px 0 50px;
    }

    .m747-footer-trust-band {
        grid-template-columns: 1fr;
        margin-top: 55px;
    }

    .m747-footer-trust-item {
        min-height: 95px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .m747-footer-trust-item:last-child {
        border-bottom: 0;
    }

    .m747-footer-bottom-content {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 25px 0;
        text-align: center;
    }

    .m747-footer-credit {
        text-align: center;
    }
}


/* =========================================================
   RESPONSIVE - MOBİL
   ========================================================= */

@media (max-width: 767px) {

    .m747-footer-cta-area {
        padding-top: 35px;
    }

    .m747-footer-cta {
        min-height: auto;
        padding: 35px 25px;
    }

    .m747-footer-cta::before {
        right: -20px;
        font-size: 100px;
        letter-spacing: -6px;
    }

    .m747-footer-cta-subtitle {
        font-size: 8px;
        letter-spacing: 2px;
    }

    .m747-footer-cta-subtitle::before {
        width: 25px;
    }

    .m747-footer-cta-content h2 {
        font-size: 34px;
        letter-spacing: -1.5px;
    }

    .m747-footer-cta-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .m747-footer-cta-action,
    .m747-footer-cta-button {
        width: 100%;
    }

    .m747-footer-cta-button {
        justify-content: space-between;
    }

    .m747-footer-main {
        padding: 70px 0 45px;
    }

    .m747-footer-column h4 {
        margin-bottom: 25px;
    }

    .m747-footer-trust-band {
        margin-top: 42px;
    }

    .m747-footer-bottom-links {
        flex-wrap: wrap;
        gap: 13px 20px;
    }
}


/* =========================================================
   RESPONSIVE - KÜÇÜK MOBİL
   ========================================================= */

@media (max-width: 480px) {

    .m747-footer-cta {
        padding: 30px 20px;
    }

    .m747-footer-cta-content h2 {
        font-size: 28px;
    }

    .m747-footer-cta-button {
        min-height: 57px;
        padding-left: 20px;
    }

    .m747-footer-cta-button > span:first-child {
        font-size: 10px;
    }

    .m747-footer-company-text {
        font-size: 13px;
    }

    .m747-footer-trust-item {
        align-items: flex-start;
        padding: 19px 17px;
    }

    .m747-footer-bottom-links a {
        font-size: 9px;
    }
}