@charset "UTF-8";
/* TalkBuddy landing — Bankodaş landing yapısı + çocuk dostu tema */

html.tb-landing-page,
html.tb-landing-page body.tb-landing-body {
    font-family: 'Nunito', system-ui, -apple-system, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans', sans-serif;
}

/* Dil seçici — landing nav (policy.css yüklenmez; tüm kurallar burada) */
.tb-lang-select-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tb-landing-nav-right .tb-lang-select-wrap--landing {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    padding-left: 0.85rem;
    margin-left: 0.15rem;
}

.tb-landing-nav-global .tb-lang-select-wrap--landing .tb-lang-select {
    min-width: 9.75rem;
    max-width: 12.5rem;
    height: 2.125rem;
    margin: 0;
    padding: 0 2rem 0 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background-color: rgba(26, 20, 56, 0.9);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.65rem center;
    color: #fff;
    font-family: var(--landing-font);
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.tb-landing-nav-global .tb-lang-select-wrap--landing .tb-lang-select:hover {
    border-color: rgba(255, 179, 71, 0.45);
    background-color: rgba(35, 27, 74, 0.95);
}

.tb-landing-nav-global .tb-lang-select-wrap--landing .tb-lang-select:focus {
    outline: 2px solid var(--landing-accent);
    outline-offset: 2px;
}

.tb-landing-nav-global .tb-lang-select-wrap--landing .tb-lang-select option {
    background: #231b4a;
    color: #fff;
}

html[dir="rtl"] .tb-landing-nav-global .tb-lang-select-wrap--landing .tb-lang-select {
    padding: 0 0.75rem 0 2rem;
    background-position: left 0.65rem center;
}

html[dir="rtl"] .tb-landing-nav-right .tb-lang-select-wrap--landing {
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    padding-left: 0;
    padding-right: 0.85rem;
    margin-left: 0;
    margin-right: 0.15rem;
}

.tb-landing-nav-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

html[dir="rtl"] .tb-landing-nav-links {
    flex-direction: row-reverse;
}

html.tb-landing-page {
    --landing-bg: #1a1438;
    --landing-bg-elevated: #231b4a;
    --landing-card: #2d2460;
    --landing-border: rgba(255, 255, 255, 0.1);
    --landing-accent: #ffb347;
    --landing-accent-dim: rgba(255, 179, 71, 0.18);
    --landing-success: #6ee7b7;
    --landing-font: 'Nunito', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

html body.tb-landing-body,
body.tb-landing-body {
    font-family: var(--landing-font);
    background: #1a1438 !important;
    background-color: #1a1438 !important;
}

html.tb-landing-page {
    background: #1a1438 !important;
}

.tb-landing-lang-block,
[id^="tbLanding-"][data-lang] {
    display: none;
}

.tb-landing-lang-block.is-visible,
[id^="tbLanding-"][data-lang].is-visible {
    display: block;
}

[id^="tbLanding-"][data-lang][hidden] {
    display: none !important;
}

.tb-landing-nav-global {
    position: fixed;
}

.tb-landing-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.25rem;
    background: linear-gradient(to bottom, rgba(26, 20, 56, 0.92), rgba(26, 20, 56, 0.55));
    backdrop-filter: blur(8px);
}

.tb-landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: -0.02em;
}

.tb-landing-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
    border: 2px solid rgba(255, 255, 255, 0.18);
    background: #fff;
}

.tb-landing-brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tb-landing-nav-links {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.tb-landing-nav-links a {
    color: #e8e4ff !important;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: 600;
}

.tb-landing-nav-links a:hover {
    color: var(--landing-accent) !important;
}

.tb-landing-body .landing-hero {
    padding-top: 5rem;
}

.tb-landing-body .landing-hero-overlay {
    background: linear-gradient(
        to bottom,
        rgba(26, 20, 56, 0.55) 0%,
        rgba(26, 20, 56, 0.82) 55%,
        rgba(26, 20, 56, 0.95) 100%
    );
}

.tb-landing-body .landing-headline-accent {
    background: linear-gradient(135deg, #ffb347, #ffd56b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tb-landing-body .landing-cta-primary {
    background: linear-gradient(135deg, #ffb347, #ff9a2e);
    color: #2a1845 !important;
    box-shadow: 0 8px 28px rgba(255, 179, 71, 0.35);
}

.tb-landing-body .landing-cta-primary:hover {
    background: linear-gradient(135deg, #ffc56a, #ffb347);
    box-shadow: 0 10px 34px rgba(255, 179, 71, 0.45);
    color: #2a1845 !important;
}

.tb-landing-body .landing-cta-group {
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tb-landing-body .landing-cta-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff !important;
}

.tb-landing-body .landing-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff !important;
}

.tb-landing-body .landing-feature-voice {
    border-color: rgba(255, 179, 71, 0.35);
}

.tb-landing-body .landing-feature-safe {
    border-color: rgba(110, 231, 183, 0.35);
}

.tb-landing-body .landing-feature-safe .landing-feature-status {
    color: var(--landing-success);
    background: rgba(110, 231, 183, 0.15);
}

.tb-landing-nav-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.tb-landing-lang-switch {
    display: inline-flex;
    padding: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    flex-shrink: 0;
}

.tb-landing-lang-switch .tb-lang-btn {
    min-width: 48px;
    padding: 7px 12px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--landing-font);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.tb-landing-lang-switch .tb-lang-btn:hover {
    color: #fff;
}

.tb-landing-lang-switch .tb-lang-btn.is-active {
    background: #fff;
    color: #2b1f6e;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.tb-landing-screenshots {
    padding: 3rem 1.5rem 1rem;
    max-width: 1100px;
    margin: 0 auto;
}

.tb-landing-screenshots .landing-section-title,
.tb-landing-screenshots .landing-section-subtitle {
    text-align: center;
}

.tb-landing-screenshot-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
}

.tb-landing-shot {
    margin: 0;
    text-align: center;
}

.tb-landing-shot img {
    width: 100%;
    max-width: 220px;
    height: auto;
    border-radius: 18px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    display: inline-block;
    vertical-align: top;
}

.tb-landing-shot figcaption {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #c8c4e8 !important;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .tb-landing-screenshot-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    /* 2 satır: üstte marka + dil, altta menü linkleri */
    .tb-landing-nav {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "brand lang"
            "links links";
        align-items: center;
        gap: 0.45rem 0.5rem;
        padding: 0.6rem 1rem;
    }

    .tb-landing-brand {
        grid-area: brand;
        min-width: 0;
        font-size: 1.05rem;
    }

    .tb-landing-nav-right {
        display: contents;
    }

    .tb-landing-nav-links {
        grid-area: links;
        width: 100%;
        justify-content: center;
        text-align: center;
        gap: 0.5rem 0.75rem;
        row-gap: 0.35rem;
    }

    .tb-landing-nav-links a {
        font-size: 0.8rem;
    }

    .tb-landing-nav-right .tb-lang-select-wrap--landing {
        grid-area: lang;
        justify-self: end;
        align-self: center;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .tb-landing-nav-global .tb-lang-select-wrap--landing .tb-lang-select {
        min-width: 7.25rem;
        max-width: 9rem;
        height: 2rem;
        font-size: 0.75rem;
        padding-right: 1.75rem;
    }

    html[dir="rtl"] .tb-landing-nav {
        grid-template-areas:
            "lang brand"
            "links links";
    }

    html[dir="rtl"] .tb-landing-nav-right .tb-lang-select-wrap--landing {
        justify-self: start;
    }

    .tb-landing-body .landing-hero {
        padding-top: 4.75rem;
    }

    .tb-landing-screenshot-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .tb-landing-shot img {
        max-width: 100%;
    }
}
