/* footer / f-14 — Newsletter Dark
   Stil referansı: Tema3 (yeniden yazıldı, blok mimarisine uyarlandı). */

.blok-f-14 {
    --f14-bg:            #16181f;
    --f14-bg-input:      #22253a;
    --f14-border:        #2e3250;
    --f14-text:          #c8cad6;
    --f14-text-muted:    #9ea3be;
    --f14-text-faded:    #8b8fa8;
    --f14-text-soft:     #5a5e78;
    --f14-heading:       #ffffff;
    --f14-accent:        #0088cc;
    --f14-accent-hover:  #3a5bc7;

    background: var(--f14-bg);
    color: var(--f14-text);
    padding-top: 56px;
    padding-bottom: 0;
    font-size: 14.5px;
    line-height: 1.65;
}

.f-14-wrap {
    max-width: var(--blok-container-max, 1320px);
    margin: 0 auto;
    padding: 0 24px;
}

/* === GRID === */
.f-14-grid {
    display: grid;
    grid-template-columns: 2fr 1.4fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
}

.f-14-col {
    min-width: 0;
}

/* === BRAND === */
.f-14-brand {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 16px;
}

.f-14-logo {
    max-height: 44px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: .9;
}

.f-14-brand-text {
    font-size: 22px;
    font-weight: 800;
    color: var(--f14-heading);
    letter-spacing: -.02em;
}

.f-14-desc {
    color: var(--f14-text-faded);
    font-size: 13.5px;
    line-height: 1.7;
    margin: 0 0 20px;
}

/* === HEADING === */
.f-14-heading {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--f14-heading);
    margin: 0 0 22px;
    padding-bottom: 12px;
    position: relative;
}
.f-14-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background: var(--f14-accent);
    border-radius: 2px;
}

/* === SOSYAL === */
.f-14-social {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.f-14-social-link {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--f14-bg-input);
    color: var(--f14-text-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .15s ease;
}
.f-14-social-link:hover {
    background: var(--f14-accent);
    color: #fff;
    transform: translateY(-2px);
}
.f-14-social-wa:hover {
    background: #25d366 !important;
}

/* === NEWSLETTER === */
.f-14-newsletter-label {
    font-size: 13px;
    color: var(--f14-text-faded);
    margin: 0 0 10px;
}
.f-14-newsletter-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.f-14-newsletter-icon {
    position: absolute;
    left: 13px;
    color: #5a5e78;
    pointer-events: none;
    display: inline-flex;
}
.f-14-newsletter-input-wrap input {
    width: 100%;
    background: var(--f14-bg-input);
    border: 1px solid var(--f14-border);
    border-radius: 8px;
    padding: 11px 46px 11px 38px;
    font-size: 13.5px;
    color: #d0d4e8;
    outline: none;
    transition: border-color .2s ease;
}
.f-14-newsletter-input-wrap input::placeholder { color: #4e526a; }
.f-14-newsletter-input-wrap input:focus { border-color: var(--f14-accent); }
.f-14-newsletter-input-wrap button {
    position: absolute;
    right: 7px;
    width: 32px;
    height: 32px;
    background: var(--f14-accent);
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
}
.f-14-newsletter-input-wrap button:hover { background: var(--f14-accent-hover); }
.f-14-newsletter-input-wrap button:disabled { opacity: .55; cursor: not-allowed; }

/* === İLETİŞİM === */
.f-14-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.f-14-contact-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 13.5px;
    color: var(--f14-text-muted);
}
.f-14-contact-icon {
    width: 18px;
    flex-shrink: 0;
    color: var(--f14-accent);
    margin-top: 2px;
    display: inline-flex;
    justify-content: center;
}
.f-14-contact-list a {
    color: var(--f14-text-muted);
    text-decoration: none;
    transition: color .15s ease;
}
.f-14-contact-list a:hover { color: #fff; }
.f-14-contact-list strong { color: var(--f14-text); font-weight: 600; }

/* === LİNK LİSTESİ === */
.f-14-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.f-14-link-list li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--f14-text-muted);
    font-size: 13.5px;
    text-decoration: none;
    transition: color .15s ease, gap .15s ease;
}
.f-14-link-list .f-14-chev {
    color: var(--f14-accent);
    flex-shrink: 0;
}
.f-14-link-list li a:hover {
    color: #fff;
    gap: 11px;
}

/* === DIVIDER === */
.f-14-divider {
    border-top: 1px solid var(--f14-bg-input);
    margin: 0;
}

/* === ALT BAR === */
.f-14-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0 20px;
    gap: 16px;
    flex-wrap: wrap;
}
.f-14-copyright {
    font-size: 13.5px;
    color: var(--f14-text-soft);
    margin: 0;
}
.f-14-copyright strong { color: var(--f14-text); font-weight: 600; }

/* === ÖDEME BADGE === */
.f-14-payments {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.f-14-pay-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 6px;
    background: var(--f14-bg-input);
    border: 1px solid var(--f14-border);
    color: var(--f14-text);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;
    transition: background .2s ease, color .2s ease;
}
.f-14-pay-badge:hover {
    background: #2e3250;
    color: #fff;
}
.f-14-pay-badge-troy {
    background: linear-gradient(90deg, #e53935 0%, #1e88e5 100%);
    color: #fff;
    border-color: transparent;
}
.f-14-pay-badge-secure {
    color: #4ade80;
}
.f-14-pay-badge-secure svg { color: #4ade80; }

/* === RESPONSIVE === */
@media (max-width: 1100px) {
    .f-14-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .f-14-col-brand { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
    .blok-f-14 { padding-top: 36px; }
    .f-14-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .f-14-col-brand { grid-column: 1 / -1; }
    .f-14-bottom { padding: 16px 0 18px; }
}
@media (max-width: 575px) {
    .blok-f-14 { padding-top: 32px; }
    .f-14-wrap { padding: 0 16px; }
    .f-14-grid { grid-template-columns: 1fr; gap: 24px; }
    .f-14-bottom { flex-direction: column; align-items: flex-start; text-align: left; gap: 12px; }
    .f-14-payments { justify-content: flex-start; }
}
