/* =========================================
   FOOTER — Minimal, Koyu Mor Tema
   ========================================= */

.footer {
    background: #1a0b3d;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

/* ===== MAIN ===== */
.footer__main {
    padding: 48px 0 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 0.9fr 1.4fr;
    gap: 36px;
    align-items: start;
}

/* === COL === */
.footer__col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer__col--brand {
    gap: 18px;
    max-width: 340px;
}

.footer__logo {
    height: 64px;
    width: auto;
    filter: brightness(0) invert(1);
    align-self: flex-start;
}

.footer__contact-item--addr {
    cursor: default;
}

.footer__col--brand p {
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    max-width: 320px;
}

.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer__contact-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13.5px;
    transition: color 0.15s ease;
}

.footer__contact-item:hover {
    color: var(--color-orange);
}

.footer__contact-item svg {
    color: var(--color-orange);
    flex-shrink: 0;
}

.footer__contact-item strong {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
}

/* === HEADINGS / LISTS === */
.footer__heading {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
}

.footer__list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__list a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13.5px;
    transition: color 0.15s ease, padding-left 0.15s ease;
    display: inline-block;
}

.footer__list a:hover {
    color: var(--color-orange);
    padding-left: 4px;
}

/* === SOCIAL === */
.footer__social {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.footer__social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer__social a:hover {
    background: var(--color-orange);
    color: #1c2536;
    transform: translateY(-2px);
}

/* === İLETİŞİM: etiket + değer satırları === */
.footer__col--contact {
    gap: 16px;
}

.footer__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__info li {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer__info-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--color-orange, #e0a93d);
}

.footer__info-val {
    font-size: 13.5px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
    transition: color 0.15s ease;
}

a.footer__info-val:hover {
    color: #fff;
}

/* === E-BÜLTEN === */
.footer__col--news {
    gap: 14px;
}

.footer__news {
    display: flex;
    align-items: stretch;
    gap: 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 5px;
}

.footer__news-input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 13.5px;
    padding: 9px 12px;
}

.footer__news-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer__news-btn {
    flex-shrink: 0;
    width: 42px;
    border: none;
    cursor: pointer;
    border-radius: 9px;
    background: linear-gradient(135deg, var(--color-green, #6929d4), var(--color-cyan, #8a5cf0));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.footer__news-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(105, 41, 212, 0.45);
}

.footer__news-note {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
}

/* === POPÜLER KATEGORİLER (etiket çipleri) === */
.footer__heading--sm {
    font-size: 12.5px;
    margin-top: 6px;
}

.footer__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer__tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.footer__tag:hover {
    background: var(--color-green, #6929d4);
    border-color: var(--color-green, #6929d4);
    color: #fff;
}

/* ===== TRUST STRIP (ödeme + güven) ===== */
.footer__trust {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__trust-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.footer__payments {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer__payments-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
}

.payment-list {
    display: inline-flex;
    gap: 6px;
    flex-wrap: wrap;
}

.pay-badge {
    background: #fff;
    color: #1c2536;
    font-weight: 800;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
    height: 28px;
    line-height: 1;
}

.pay-badge--visa { color: #1a1f71; font-style: italic; font-weight: 900; letter-spacing: 1px; }
.pay-badge--mc { color: #eb001b; font-weight: 700; text-transform: lowercase; letter-spacing: -0.3px; }
.pay-badge--troy { color: #1e9bcf; font-weight: 800; text-transform: lowercase; }
.pay-badge--amex { background: #006fcf; color: #fff; font-weight: 900; letter-spacing: 1px; }
.pay-badge--iyzico { color: #1e64ff; font-weight: 700; }

.footer__seals {
    display: inline-flex;
    gap: 14px;
    flex-wrap: wrap;
}

.seal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.7);
}

.seal svg {
    color: var(--color-green);
}

.seal strong {
    color: #fff;
    font-weight: 800;
    font-size: 12px;
}

.seal small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
}

/* ===== BOTTOM ===== */
.footer__bottom {
    padding: 18px 0;
    background: rgba(0, 0, 0, 0.18);
}

.footer__bottom-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer__bottom p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
}

.footer__bottom strong {
    color: #fff;
    font-weight: 700;
}

.footer__credit {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
}

.footer__credit a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
}

.footer__credit a:hover {
    color: var(--color-orange, #e0a93d);
    text-decoration: underline;
}

.footer__top-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.footer__top-btn:hover {
    background: var(--color-orange);
    color: #1c2536;
    border-color: var(--color-orange);
    transform: translateY(-2px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 700px) {
    .footer__main { padding: 36px 0 24px; }
    .footer__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .footer__trust-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .footer__bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .footer__logo { height: 48px; }
}
