/* ============================================================
   PROFESYONEL FOOTER — Site paletiyle uyumlu
   ============================================================ */
:root {
    --footer-bg:        #0f1f2c;
    --footer-bg-2:      #0a1622;
    --footer-text:      #cfd8df;
    --footer-text-mut:  #8a98a4;
    --footer-heading:   #ffffff;
    --footer-border:    rgba(255,255,255,.08);
    --footer-border-soft: rgba(255,255,255,.04);
    --footer-accent:    #26becf;
    --footer-accent-2:  #1a9aa8;
    --footer-accent-3:  #238894;
    --footer-radius:    6px;
    --footer-radius-md: 10px;
    --footer-radius-lg: 14px;
    --footer-shadow:    0 2px 6px rgba(0,0,0,.04);
}

.aronya-footer {
    background: var(--footer-bg);
    color: var(--footer-text);
    font-size: 14.5px;
    line-height: 1.6;
    margin-top: 60px;
    border-top: 3px solid var(--footer-accent);
}

/* ---- Bülten (newsletter) şeridi ---- */
.aronya-footer__newsletter {
    background: linear-gradient(135deg, var(--footer-accent) 0%, var(--footer-accent-2) 100%);
    color: #fff;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.aronya-footer__newsletter::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 90% 50%, rgba(255,255,255,.18) 0%, transparent 50%),
        radial-gradient(circle at 10% 50%, rgba(255,255,255,.1) 0%, transparent 50%);
    pointer-events: none;
}
.aronya-footer__newsletter-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.aronya-footer__newsletter-text { flex: 1 1 320px; }
.aronya-footer__newsletter-title {
    margin: 0 0 6px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.01em;
    line-height: 1.2;
}
.aronya-footer__newsletter-sub { margin: 0; opacity: .95; font-size: 14.5px; }

.aronya-footer__newsletter-form {
    flex: 1 1 420px;
    display: flex;
    gap: 8px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    padding: 6px 6px 6px 18px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.aronya-footer__newsletter-form input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 14.5px;
    outline: none;
    padding: 10px 4px;
}
.aronya-footer__newsletter-form input::placeholder { color: rgba(255,255,255,.7); }
.aronya-footer__newsletter-form button {
    background: #fff;
    color: var(--footer-accent-3);
    border: 0;
    border-radius: 999px;
    padding: 11px 22px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: transform .2s ease, box-shadow .2s ease;
    white-space: nowrap;
}
.aronya-footer__newsletter-form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
}
.aronya-footer__newsletter-msg {
    flex: 0 0 100%;
    margin: 8px 0 0;
    font-size: 13px;
    color: #fff;
    opacity: .95;
}

/* ---- Ana 4 sütun ---- */
.aronya-footer__main { padding: 64px 0 44px; }
.aronya-footer__grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
    gap: 44px;
}
.aronya-footer__col h4.aronya-footer__heading {
    color: var(--footer-heading);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin: 0 0 22px;
    position: relative;
    padding-bottom: 12px;
}
.aronya-footer__col h4.aronya-footer__heading::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 32px; height: 2px;
    background: var(--footer-accent);
    border-radius: 2px;
}

/* Sütun 1: logo + about + iletişim */
.aronya-footer__logo { margin-bottom: 18px; }
.aronya-footer__logo img,
.aronya-footer__logo .custom-logo {
    max-width: 160px;
    height: auto;
    filter: brightness(0) invert(1);
}
.aronya-footer__logo-text {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.01em;
}
.aronya-footer__about {
    margin: 0 0 22px;
    color: var(--footer-text-mut);
    font-size: 14px;
    line-height: 1.7;
}
.aronya-footer__contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.aronya-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--footer-text);
    font-size: 13.5px;
}
.aronya-footer__contact li svg {
    flex-shrink: 0;
    color: var(--footer-accent);
    margin-top: 3px;
}
.aronya-footer__contact a {
    color: var(--footer-text);
    text-decoration: none;
    transition: color .2s ease;
}
.aronya-footer__contact a:hover { color: var(--footer-accent); }

/* Menü (sütun 2 + 3) */
.aronya-footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.aronya-footer__menu a {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: color .2s ease, transform .2s ease;
    position: relative;
}
.aronya-footer__menu a::before {
    content: "›";
    margin-right: 8px;
    color: var(--footer-accent);
    font-weight: 700;
    transition: transform .2s ease;
    display: inline-block;
}
.aronya-footer__menu a:hover { color: var(--footer-accent); }
.aronya-footer__menu a:hover::before { transform: translateX(3px); }

.aronya-footer__muted { color: var(--footer-text-mut); font-size: 14px; margin: 0 0 14px; line-height: 1.6; }

/* Sosyal medya */
.aronya-footer__social {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.aronya-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(38,190,207,.12);
    color: var(--footer-accent);
    transition: background .2s ease, color .2s ease, transform .2s ease;
    border: 1px solid rgba(38,190,207,.2);
}
.aronya-footer__social a:hover {
    background: var(--footer-accent);
    color: #fff;
    border-color: var(--footer-accent);
    transform: translateY(-2px);
}

/* Rozetler */
.aronya-footer__badges { display: flex; gap: 8px; flex-wrap: wrap; }
.aronya-footer__badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 6px;
    background: rgba(38,190,207,.12);
    color: var(--footer-accent);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .04em;
    border: 1px solid rgba(38,190,207,.25);
}

/* Alt bar */
.aronya-footer__bottom {
    background: var(--footer-bg-2);
    padding: 20px 0;
    border-top: 1px solid var(--footer-border);
}
.aronya-footer__bottom-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--footer-text-mut);
}
.aronya-footer__copy, .aronya-footer__credit { margin: 0; }
.aronya-footer__legal {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.aronya-footer__legal a {
    color: var(--footer-text-mut);
    text-decoration: none;
    transition: color .2s ease;
}
.aronya-footer__legal a:hover { color: var(--footer-accent); }

/* Yukarı dön butonu */
.aronya-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 46px; height: 46px;
    border-radius: 50%;
    border: 0;
    background: var(--footer-accent);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(38,190,207,.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s, background .2s ease;
    z-index: 999;
}
.aronya-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .25s ease, transform .25s ease, visibility 0s, background .2s ease;
}
.aronya-to-top:hover { background: var(--footer-accent-2); }

/* ---- Responsive ---- */
@media (max-width: 992px) {
    .aronya-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 32px;
    }
    .aronya-footer__col--brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
    .aronya-footer__main { padding: 44px 0 32px; }
    .aronya-footer__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .aronya-footer__newsletter { padding: 32px 0; }
    .aronya-footer__newsletter-inner { flex-direction: column; align-items: stretch; }
    .aronya-footer__newsletter-text { flex: 1 1 100%; min-width: 0; }
    .aronya-footer__newsletter-title { font-size: 20px; }
    .aronya-footer__newsletter-form { flex: 1 1 100%; flex-direction: column; border-radius: 14px; padding: 8px; min-width: 0; }
    .aronya-footer__newsletter-form input { padding: 12px 14px; background: rgba(255,255,255,.08); border-radius: 10px; min-width: 0; width: 100%; }
    .aronya-footer__newsletter-form button { width: 100%; justify-content: center; padding: 12px 18px; }
    .aronya-footer__bottom-inner { flex-direction: column; text-align: center; }
    .aronya-footer__legal { justify-content: center; }
    .aronya-to-top { right: 16px; bottom: 16px; width: 42px; height: 42px; }
}
