/* ============================================================
   ELMAN Footer – Modern & Dolu (neon yok)
   ============================================================ */
.elm-footer {
    background-color: #0d1622;
    color: #9fb0c3;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border-top: 1px solid #1c2836;
}

.elm-footer__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ============================================================
   CTA BANDI
   ============================================================ */
.elm-footer__cta {
    padding: 56px 0 0;
}
.elm-footer__cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.elm-footer__cta-separator{
    border: none;
    height: 1px;
    order: 3;
    flex-basis: 100%;
    margin: 0;
    background-color: rgba(159, 176, 195, 0.18);
    opacity: 1;
}
.elm-footer__cta-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4bc06b;
    margin-bottom: 10px;
}
    .elm-footer__cta-tag::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #4bc06b;
    }
.elm-footer__cta-text h3 {
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.3;
}
    .elm-footer__cta-text h3 span {
        color: #4bc06b;
    }
.elm-footer__cta-text p {
    font-size: 0.98rem;
    color: #9fb0c3;
    margin: 0;
    text-indent: 0;
    max-width: 560px;
    line-height: 1.7;
}
.elm-footer__cta-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.elm-footer__cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #dfe8f2;
    text-decoration: none;
    transition: color 0.2s ease;
}
    .elm-footer__cta-phone i {
        color: #4bc06b;
        font-size: 1.05rem;
    }
    .elm-footer__cta-phone:hover {
        color: #ffffff;
    }
.elm-footer__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #348E38;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
    .elm-footer__cta-btn:hover {
        background-color: #2c7730;
        color: #ffffff;
        transform: translateY(-2px);
    }

/* ============================================================
   ANA GRID
   ============================================================ */
.elm-footer__top {
    padding: 64px 0 56px;
}
.elm-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.3fr;
    gap: 40px;
}

/* ---------- Marka sütunu ---------- */
.elm-footer__logo {
    display: inline-block;
    margin-bottom: 20px;
}
.elm-footer__logo img {
    width: 150px;
    height: auto;
    display: block;
}

.elm-footer__about {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #8f9fb2;
    margin: 0 0 24px;
    text-indent: 0;
    max-width: 360px;
}

/* Özellik rozetleri */
.elm-footer__features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}
.elm-footer__features span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 500;
    color: #c3cfdd;
    background: #16222f;
    border: 1px solid #263545;
    border-radius: 30px;
    padding: 7px 14px;
}
    .elm-footer__features span i {
        color: #02BFF3;
        font-size: 0.9rem;
    }

/* Sosyal medya */
.elm-footer__social {
    display: flex;
    gap: 10px;
}
.elm-footer__social a {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #c3cfdd;
    background: #16222f;
    border: 1px solid #263545;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
    .elm-footer__social a:hover {
        color: #ffffff;
        background-color: #348E38;
        border-color: #348E38;
    }
    .elm-footer__social svg {
        display: block;
    }

/* ---------- Sütun başlıkları ---------- */
.elm-footer__title {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #02BFF3;
    display: inline-block;
}

/* ---------- Bağlantı listeleri ---------- */
.elm-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.elm-footer__links li {
    margin-bottom: 13px;
}
.elm-footer__links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9fb0c3;
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.2s ease;
}
    .elm-footer__links a::before {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 0.75rem;
        color: #02BFF3;
        transition: transform 0.2s ease;
    }
    .elm-footer__links a:hover {
        color: #ffffff;
    }
    .elm-footer__links a:hover::before {
        transform: translateX(3px);
    }

/* ---------- İletişim ---------- */
.elm-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.elm-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.elm-footer__contact-icon {
    flex-shrink: 0;
    width: auto;
    height: auto;
    font-size: 1rem;
    color: #02BFF3;
    margin-top: 2px;
}
.elm-footer__contact-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #b9c7d6;
    text-decoration: none;
    transition: color 0.2s ease;
}
    .elm-footer__contact-text:hover {
        color: #ffffff;
    }

/* ---------- Alt bar ---------- */
.elm-footer__bottom {
    border-top: 1px solid #1c2836;
    background-color: #0a111a;
    padding: 22px 0;
}
.elm-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.elm-footer__copy {
    font-size: 0.88rem;
    color: #7d8b9b;
    margin: 0;
    text-indent: 0;
}
.elm-footer__bottom-links {
    display: flex;
    align-items: center;
    gap: 22px;
}
.elm-footer__bottom-links a {
    font-size: 0.88rem;
    color: #9fb0c3;
    text-decoration: none;
    transition: color 0.2s ease;
}
    .elm-footer__bottom-links a:hover {
        color: #ffffff;
    }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
    .elm-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 640px) {
    .elm-footer__container {
        padding: 0 20px;
    }
    .elm-footer__cta {
        padding: 40px 0 0;
    }
    .elm-footer__cta-actions {
        width: 100%;
    }
    .elm-footer__cta-btn {
        width: 100%;
        justify-content: center;
    }
    .elm-footer__top {
        padding: 48px 0 40px;
    }
    .elm-footer__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .elm-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .elm-footer__bottom-links {
        flex-wrap: wrap;
        gap: 14px;
    }
}
