/* ================================================
   FOOTER.CSS — Gündüz Power
   ================================================ */

footer:not(.gp-footer) {
    text-align: center;
    color: #666;
    font-size: 0.9rem;
}

footer.gp-footer {
    background: #0a0a0a !important;
    color: #555 !important;
    text-align: left !important;
    font-size: 1rem !important;
    padding: 0 !important;
    border-top: 3px solid #f5a800 !important;
}

.gp-footer {
    font-family: 'Barlow', Arial, sans-serif;
}

.gp-footer *,
.gp-footer *::before,
.gp-footer *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* ---- İÇ KAPSAYICI ---- */
.gp-footer__wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 56px 40px 0;
}

/* ---- 4 KOLONLU GRID ---- */
.gp-footer__grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1.6fr 1.4fr !important;
    column-gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #1e1e1e;
}

/* ---- MARKA ---- */
.gp-footer__logo {
    font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
    font-size: 26px !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #f0ece4 !important;
    line-height: 1;
    margin-bottom: 14px !important;
    text-align: left !important;
}

.gp-footer__logo span {
    color: #f5a800 !important;
}

.gp-footer__desc {
    font-size: 13.5px !important;
    line-height: 1.75;
    color: #555 !important;
    max-width: 260px;
    margin-bottom: 20px !important;
    text-align: left !important;
}

.gp-footer__badge {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: #111;
    border: 1px solid #222;
    padding: 7px 14px;
    font-family: 'Courier New', monospace;
    font-size: 11px !important;
    letter-spacing: 0.12em;
    color: #888 !important;
    text-transform: uppercase;
}

.gp-footer__badge-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3a3;
    flex-shrink: 0;
}

/* ---- KOLON BAŞLIKLARI ---- */
.gp-footer__col-title {
    font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
    font-size: 10px !important;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #f5a800 !important;
    margin-bottom: 16px !important;
    padding-bottom: 8px;
    border-bottom: 1px solid #1e1e1e;
    display: block;
    text-align: left !important;
}

/* ---- NAV LİSTESİ ---- */
.gp-footer__nav {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.gp-footer__nav li {
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 9px !important;
    text-align: left !important;
}

.gp-footer__nav li a {
    color: #555 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center;
    gap: 7px;
    transition: color 0.2s;
    line-height: 1.4;
    text-align: left !important;
}

.gp-footer__nav li a::before {
    content: '' !important;
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #2a2a2a;
    flex-shrink: 0;
    transition: background 0.2s, width 0.2s;
}

.gp-footer__nav li a:hover {
    color: #f5a800 !important;
}

.gp-footer__nav li a:hover::before {
    background: #f5a800;
    width: 14px;
}

/* ---- İLETİŞİM ---- */
.gp-footer__contact-item {
    display: flex !important;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 14px;
    text-align: left !important;
}

.gp-footer__contact-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border: 1px solid #1e1e1e;
    background: #111;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gp-footer__contact-label {
    display: block !important;
    color: #444 !important;
    font-size: 10px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 2px !important;
    font-weight: 500;
    text-align: left !important;
}

.gp-footer__contact-val {
    font-size: 13px !important;
    color: #555 !important;
    line-height: 1.55;
    text-decoration: none !important;
    display: block !important;
    text-align: left !important;
    transition: color 0.2s;
}

a.gp-footer__contact-val:hover {
    color: #f5a800 !important;
}

/* ---- ALT BAR ---- */
.gp-footer__bottom {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px 0;
    border-top: 0;
}

.gp-footer__copy {
    font-size: 11.5px !important;
    color: #3a3a3a !important;
    letter-spacing: 0.04em;
    text-align: left !important;
}

.gp-footer__credit {
    font-size: 11.5px !important;
    color: #2e2e2e !important;
    font-style: italic;
    text-align: left !important;
}

.gp-footer__legal {
    display: flex !important;
    flex-direction: row !important;
    gap: 18px;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.gp-footer__legal li {
    list-style: none !important;
}

.gp-footer__legal a {
    font-size: 11.5px !important;
    color: #3a3a3a !important;
    text-decoration: none;
    transition: color 0.2s;
}

.gp-footer__legal a:hover {
    color: #f5a800 !important;
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 1024px) {
    .gp-footer__grid {
        grid-template-columns: 1fr 1fr 1fr !important;
        column-gap: 32px;
    }
    .gp-footer__brand {
        grid-column: 1 / -1;
        margin-bottom: 8px;
    }
    .gp-footer__desc {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .gp-footer__wrap {
        padding: 40px 24px 0;
    }
    .gp-footer__grid {
        grid-template-columns: 1fr 1fr !important;
        column-gap: 28px;
        row-gap: 32px;
    }
    .gp-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .gp-footer__wrap {
        padding: 36px 16px 0;
    }
    .gp-footer__grid {
        grid-template-columns: 1fr !important;
        row-gap: 28px;
    }
    .gp-footer__bottom {
        flex-direction: column;
        align-items: center !important;
        text-align: center !important;
        gap: 10px;
    }
    .gp-footer__bottom * {
        text-align: center !important;
    }
    .gp-footer__legal {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }
}