/* Footer — site paleti: beyaz sayfa, #007aff, #111 */
.site-footer {
    --ft-blue: #007aff;
    --ft-dark: #111111;
    --ft-text: #4a4a4a;
    --ft-mute: #7a7a7a;
    --ft-line: #ececec;
    --ft-soft: #eef5ff;
    background: #fff;
    color: var(--ft-text);
    border-top: 2px solid var(--ft-blue);
    font-family: Inter, system-ui, sans-serif;
}

.site-footer a {
    color: #2b2b2b;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.site-footer a:hover {
    color: var(--ft-blue);
}

.ft-metrics {
    background: #fafafa;
    border-bottom: 1px solid var(--ft-line);
}

.ft-metrics-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ft-metric {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 22px 10px;
    border-right: 1px solid var(--ft-line);
}

.ft-metric:last-child {
    border-right: none;
}

.ft-metric i {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--ft-soft);
    color: var(--ft-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex-shrink: 0;
}

.ft-metric b {
    display: block;
    color: var(--ft-dark);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.ft-metric span {
    display: block;
    color: var(--ft-mute);
    font-size: 0.75rem;
    margin-top: 2px;
}

.ft-body {
    padding: 56px 0 36px;
}

.ft-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.ft-logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ft-logo-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--ft-dark);
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.ft-logo-name span {
    color: var(--ft-blue);
}

.ft-copy {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--ft-text);
    margin: 0 0 20px;
    max-width: 38ch;
}

.ft-copy strong {
    color: var(--ft-dark);
}

.ft-social {
    display: flex;
    gap: 8px;
}

.ft-social a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid var(--ft-line);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ft-dark);
    background: #fff;
}

.ft-social a:hover {
    background: var(--ft-blue);
    border-color: var(--ft-blue);
    color: #fff;
}

.ft-heading {
    margin: 0 0 16px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ft-dark);
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ft-heading i {
    color: var(--ft-blue);
    font-size: 1rem;
}

.ft-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ft-nav li + li {
    margin-top: 8px;
}

.ft-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #3d3d3d;
}

.ft-nav a i {
    width: 16px;
    color: var(--ft-blue);
    font-size: 0.9rem;
}

.ft-card {
    background: #fafafa;
    border: 1px solid var(--ft-line);
    border-left: 3px solid var(--ft-blue);
    border-radius: 14px;
    padding: 20px 18px;
}

.ft-card address,
.ft-card p {
    margin: 0;
    font-style: normal;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--ft-text);
}

.ft-card .ft-place {
    color: var(--ft-dark);
    font-weight: 700;
    margin-bottom: 14px;
}

.ft-row {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    font-size: 0.88rem;
}

.ft-row i {
    color: var(--ft-blue);
    margin-top: 2px;
}

.ft-row a {
    color: var(--ft-dark);
    font-weight: 700;
}

.ft-book {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 11px 16px;
    background: var(--ft-blue);
    color: #fff !important;
    font-size: 0.82rem;
    font-weight: 800;
    border-radius: 10px;
}

.ft-book:hover {
    background: #0062d6;
    color: #fff !important;
}

.ft-seo {
    background: #f7f9fc;
    border-top: 1px solid var(--ft-line);
    padding: 22px 0;
}

.ft-seo-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ft-mute);
    font-weight: 800;
}

.ft-seo-label i {
    color: var(--ft-blue);
}

.ft-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ft-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e3e8ef;
    color: #2f2f2f;
    font-size: 0.8rem;
    font-weight: 600;
}

.ft-chip i {
    color: var(--ft-blue);
    font-size: 0.85rem;
}

.ft-chip:hover {
    border-color: var(--ft-blue);
    color: var(--ft-blue);
    background: var(--ft-soft);
}

.ft-partners {
    margin-top: 14px;
    font-size: 0.78rem;
    color: var(--ft-mute);
}

.ft-partners a {
    color: #666;
}

.ft-partners a:hover {
    color: var(--ft-blue);
}

.ft-bar {
    background: var(--ft-dark);
    color: #9a9a9a;
    padding: 16px 0;
    font-size: 0.78rem;
}

.ft-bar-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 16px;
}

.ft-bar strong {
    color: #fff;
    font-weight: 700;
}

.ft-bar a {
    color: #c5c5c5;
}

.ft-bar a:hover {
    color: #7cbcff;
}

@media (max-width: 991px) {
    .ft-metrics-row {
        grid-template-columns: 1fr 1fr;
    }

    .ft-metric:nth-child(2) {
        border-right: none;
    }

    .ft-metric:nth-child(1),
    .ft-metric:nth-child(2) {
        border-bottom: 1px solid var(--ft-line);
    }

    .ft-body {
        padding: 36px 0 24px;
    }
}

@media (max-width: 575px) {
    .ft-metric {
        justify-content: flex-start;
        padding: 16px 4px;
    }
}
