/* Site alt bilgi — koyu tema, üç sütun + iletişim şeridi */

.site-footer {
    background: #000000;
    color: #ffffff;
    padding: clamp(2.75rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2rem, 4vw, 3rem);
}

.site-footer__inner {
    max-width: 90rem;
    margin: 0 auto;
}

.site-footer__top {
    display: grid;
    grid-template-columns: minmax(0, 0.3fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.75rem, 4vw, 3.5rem);
    align-items: start;
    padding-bottom: clamp(2rem, 4vw, 2.75rem);
}

.site-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.site-footer__logo-link {
    display: block;
    line-height: 0;
    text-decoration: none;
}

.site-footer__logo {
    display: block;
    height: 150px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}


@media (min-width: 1025px) {
    .site-footer__about {
        margin-right: 4rem;
    }

    .site-footer__newsletter {
        margin-left: 6rem;
    }
}

.site-footer__about p {
    margin: 0 0 1rem;
    font-size: clamp(0.88rem, 1.15vw, 0.95rem);
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
}

.site-footer__about p:last-child {
    margin-bottom: 0;
}


.site-footer__news-title {
    margin: 0 0 1.1rem;
    font-size: clamp(1rem, 1.35vw, 1.15rem);
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
}

.site-footer__form-inner {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    max-width: 100%;
    padding: 0.35rem 0.35rem 0.35rem 1.15rem;
    background: #ffffff;
    border-radius: 999px;
    box-sizing: border-box;
}

.site-footer__input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0.55rem 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: inherit;
    font-size: 0.9rem;
    color: #1a1a1a;
}

.site-footer__input::placeholder {
    color: #9ca3af;
}

.site-footer__submit {
    flex-shrink: 0;
    padding: 0.55rem 1.25rem;
    border: none;
    border-radius: 999px;
    background: #f29132;
    color: #ffffff;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.site-footer__submit:hover {
    background: #e07d1a;
}

.site-footer__submit:active {
    transform: scale(0.98);
}

.site-footer__rule {
    margin: 0;
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.14);
}

.site-footer__bottom {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1.5fr) auto;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: start;
    padding-top: clamp(1.75rem, 3vw, 2.25rem);
}

.site-footer__label {
    margin: 0 0 0.4rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #ffffff;
}

.site-footer__value {
    margin: 0;
    font-size: clamp(0.82rem, 1.05vw, 0.9rem);
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

a.site-footer__value {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

a.site-footer__value:hover {
    text-decoration: underline;
    color: #ffffff;
}

.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.6rem;
}

/* Mockup: çerçeve yok — düz beyaz ikonlar */
.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 2.25rem;
    height: auto;
    padding: 0.4rem;
    margin: -0.4rem;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.2s ease, opacity 0.15s ease;
}

.site-footer__social-link:hover {
    transform: none;
    color: #ffffff;
    opacity: 1;
}

.site-footer__social-link i {
    font-size: 1.05rem;
    font-weight: 600;
}

.site-footer .footer-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Tablet: logo + metinler + CTA yatayda ortalanır; form dar bir blokta */
@media (max-width: 1024px) and (min-width: 641px) {
    .site-footer__top {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: clamp(1.75rem, 4vw, 2.5rem);
    }

    .site-footer__brand {
        align-items: center;
    }

    .site-footer__about {
        margin-right: 0;
        max-width: 42rem;
        width: 100%;
    }

    .site-footer__about p {
        text-align: center;
    }

    .site-footer__newsletter {
        margin-left: 0;
        width: 100%;
        max-width: 26rem;
        text-align: center;
    }

    .site-footer__news-title {
        text-align: center;
    }

    .site-footer__bottom {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer__social {
        grid-column: 1 / -1;
        justify-content: center;
    }
}

/* Telefon: üst blok + newsletter ortalı; alt iletişim sütunları ortalı */
@media (max-width: 640px) {
    .site-footer {
        padding-top: clamp(2.25rem, 6vw, 3rem);
        padding-bottom: clamp(1.75rem, 5vw, 2.5rem);
    }

    .site-footer__top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(1.5rem, 4vw, 2rem);
    }

    .site-footer__brand {
        align-items: center;
    }

    .site-footer__about {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .site-footer__about p {
        text-align: center;
    }

    .site-footer__newsletter {
        margin-left: 0;
        align-self: center;
        width: 100%;
        max-width: 22.0625rem;
        text-align: center;
    }

    .site-footer__news-title {
        text-align: center;
    }

    .site-footer__form {
        width: 100%;
    }

    .site-footer__form-inner {
        width: 100%;
        max-width: 100%;
        border-radius: 999px;
        padding: 0.35rem 0.35rem 0.35rem 1rem;
    }

    .site-footer__bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.35rem;
        text-align: center;
    }

    .site-footer__col {
        width: 100%;
        text-align: center;
    }

    .site-footer__social {
        justify-content: center;
        width: 100%;
        padding-top: 0.25rem;
    }
}
