/* ============================================================
   Personel Puanlama — Müşteri ekranı stilleri (mobile-first)
   Türk Telekom kurumsal kimliği: lacivert #002855 + turkuaz #049EAD, Mulish
   ============================================================ */

@import url('fonts.css');

:root {
    --primary: #002855;
    --primary-dark: #001d3f;
    --primary-light: #e9f0f6;
    --accent: #049ead;
    --accent-dark: #048a95;
    --accent-light: #eaf6f7;
    --bg: #f8f9fa;
    --surface: #ffffff;
    --text: #212529;
    --text-muted: #666f85;
    --border: #dee3ed;
    --star-off: #ccd3e0;
    --star-on: #f59e0b;
    --success: #10b981;
    --danger: #ef4444;
    --radius: 20px;
    --shadow: 0 2px 12px rgba(0, 40, 85, .07);
    --shadow-lg: 0 8px 30px rgba(0, 40, 85, .12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* ---- Dil değiştirici (bayraklı, premium segmented) ---- */
.lang-switch {
    display: inline-flex;
    gap: 2px;
    padding: 3px;
    border-radius: 999px;
    z-index: 3;
}
.hero .lang-switch,
.subhero .lang-switch {
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 16px rgba(0, 12, 32, .18);
}
/* Switcher kendi satırında (rozetle çakışmasın) */
.hero-bar {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
    margin-bottom: 6px;
}
.subhero-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    margin-bottom: 4px;
}
.topbar .lang-switch {
    margin-inline-start: auto;
    flex: 0 0 auto;
    background: var(--bg);
    border: 1px solid var(--border);
}
.lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    text-decoration: none;
    white-space: nowrap;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}
.lang-flag { font-size: .95rem; line-height: 1; }
/* Koyu zemin (hero/subhero) */
.hero .lang-btn,
.subhero .lang-btn { color: rgba(255, 255, 255, .82); }
.hero .lang-btn.active,
.subhero .lang-btn.active { color: #002855; background: #fff; box-shadow: 0 2px 8px rgba(0, 12, 32, .2); }
/* Açık zemin (topbar) */
.topbar .lang-btn { color: var(--text-muted); }
.topbar .lang-btn.active { color: #fff; background: var(--accent); box-shadow: 0 2px 8px rgba(4, 158, 173, .35); }
/* Aktif olmayanda kodu gizleyip sadece bayrak (kompakt) — dar ekranlarda */
@media (max-width: 400px) {
    .lang-btn:not(.active) .lang-code { display: none; }
}

/* ---- Sağdan-sola (Arapça) düzeltmeleri ---- */
[dir="rtl"] .back-btn,
[dir="rtl"] .subhero-back svg,
[dir="rtl"] .cta-arrow { transform: scaleX(-1); }
[dir="rtl"] .field-label,
[dir="rtl"] .reasons-title,
[dir="rtl"] .rate-question { text-align: right; }
[dir="rtl"] .btn-primary svg { transform: scaleX(-1); }

/* ---- İmza (site altı) — "</> Tasarım Akbatı Dijital" ---- */
.site-credit {
    text-align: center;
    padding: 20px 16px calc(22px + env(safe-area-inset-bottom));
}
.credit-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--surface);
    text-decoration: none;
    box-shadow: var(--shadow);
    transition: border-color .18s ease, box-shadow .18s ease;
}
.credit-pill:hover { border-color: #e6c169; box-shadow: 0 4px 14px rgba(183, 121, 31, .18); }
.credit-code {
    color: #b7791f;
    font-weight: 800;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .95rem;
    letter-spacing: -1px;
}
.credit-by { color: var(--text-muted); font-size: .8rem; font-weight: 600; }
.credit-name { color: #b7791f; font-weight: 800; font-size: .86rem; letter-spacing: .01em; }

/* Koyu zeminli sayfalar (teşekkür) */
.page-thanks .credit-pill { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .16); box-shadow: none; }
.page-thanks .credit-code, .page-thanks .credit-name { color: #fbbf24; }
.page-thanks .credit-by { color: rgba(255, 255, 255, .7); }

html { -webkit-text-size-adjust: 100%; }

body {
    font-family: 'Mulish', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    -webkit-tap-highlight-color: transparent;
}

img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }

.container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 16px;
    flex: 1;
}

.muted { color: var(--text-muted); font-size: .875rem; }

/* ---- Hero (ana sayfa üst bölüm) ---- */
.hero {
    position: relative;
    background:
        radial-gradient(120% 90% at 100% 0%, rgba(4, 158, 173, .35) 0%, rgba(4, 158, 173, 0) 55%),
        linear-gradient(140deg, #1d3974 0%, #002855 55%, #001834 100%);
    color: #fff;
    text-align: center;
    padding: clamp(14px, 3.5vw, 22px) 16px clamp(48px, 9vw, 72px);
    overflow: hidden;
    margin-bottom: 4px;
}
.hero::before {
    /* ince ışıltı deseni — kurumsal derinlik hissi */
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .6;
    pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; }
.hero-badge {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(140deg, #06b6c6, #048a95);
    box-shadow: 0 8px 22px rgba(4, 158, 173, .45), inset 0 1px 0 rgba(255, 255, 255, .35);
}
.hero-star { font-size: 1.7rem; line-height: 1; color: #fff; }
.hero-logo {
    display: block;
    margin: 0 auto 16px;
    max-width: 82%;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0, 12, 32, .35));
}
.hero h1 {
    font-size: clamp(1.45rem, 5.2vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -.02em;
}
.hero p {
    margin-top: 10px;
    font-size: clamp(.92rem, 3.4vw, 1.05rem);
    color: rgba(255, 255, 255, .82);
    max-width: 30ch;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
.hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 34px;
    background: var(--bg);
    border-radius: 34px 34px 0 0;
    z-index: 1;
}

/* ---- Ayın Personeli vitrini ---- */
.leader-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(135deg, #fff8ec 0%, #ffffff 60%);
    border: 1.5px solid #f5d78a;
    border-radius: var(--radius);
    padding: 6px;
    margin: 4px 0 20px;
    box-shadow: 0 6px 22px rgba(217, 119, 6, .12);
    position: relative;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}
.leader-card:active { transform: scale(.99); }
@media (hover: hover) { .leader-card:hover { box-shadow: 0 10px 30px rgba(217, 119, 6, .2); } }
.leader-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    font-weight: 800;
    font-size: .78rem;
    letter-spacing: .02em;
    padding: 6px 14px;
    border-radius: 999px;
    margin: 8px 0 4px 8px;
    box-shadow: 0 3px 10px rgba(217, 119, 6, .35);
}
.leader-body { display: flex; align-items: center; gap: 16px; padding: 8px 14px 14px; }
.leader-photo {
    width: 76px; height: 76px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    border: 3px solid #fbbf24;
    box-shadow: 0 4px 14px rgba(217, 119, 6, .25);
    font-size: 1.5rem;
}
.leader-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.leader-name { font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; }
.leader-title { color: var(--text-muted); font-size: .85rem; }
.leader-rating { display: flex; align-items: center; gap: 6px; margin-top: 5px; font-size: .9rem; }
.leader-stars { color: var(--star-on); letter-spacing: 1px; font-size: .82rem; }
.leader-rating strong { font-size: 1.05rem; color: var(--text); }
.leader-count { color: var(--text-muted); font-size: .8rem; }

/* ---- Bölüm başlığı ---- */
.section-hint {
    text-align: center;
    color: var(--text-muted);
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .01em;
    margin: 6px 0 18px;
}

/* ---- Personel gridi ---- */
.staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
    gap: 16px;
    padding-bottom: 24px;
}
.staff-card {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--shadow);
    transition: transform .2s cubic-bezier(.2, .8, .2, 1), box-shadow .2s ease, border-color .2s ease;
    display: flex;
    flex-direction: column;
}
.staff-card::after {
    /* üstte ince turkuaz vurgu şeridi (hover'da belirir) */
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), #06b6c6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}
.staff-card:active { transform: scale(.97); }
@media (hover: hover) {
    .staff-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-lg);
        border-color: rgba(4, 158, 173, .4);
    }
    .staff-card:hover::after { transform: scaleX(1); }
    .staff-card:hover .staff-photo { transform: scale(1.04); }
    .staff-card:hover .staff-cta { color: var(--accent-dark); }
}
.staff-photo-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--primary-light);
}
.staff-photo-wrap::after {
    /* fotoğrafın altına yumuşak koyu geçiş — metin okunurluğu ve derinlik */
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 55%, rgba(0, 24, 52, .12) 100%);
}
.staff-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}
.staff-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2rem, 8vw, 3rem);
    font-weight: 800;
    color: var(--primary);
    background: linear-gradient(140deg, #eaf1f7, #d3e1ee);
}
.staff-info {
    padding: 13px 14px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}
.staff-name {
    font-weight: 800;
    font-size: .98rem;
    line-height: 1.25;
    color: var(--text);
}
.staff-title {
    font-size: .78rem;
    color: var(--text-muted);
    line-height: 1.3;
}
.staff-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 11px;
    border-top: 1px solid var(--border);
    font-size: .82rem;
    font-weight: 800;
    color: var(--primary);
    transition: color .2s ease;
}
.cta-star { color: var(--star-on); font-size: .9rem; }
.cta-arrow { transition: transform .2s ease; }
@media (hover: hover) {
    .staff-card:hover .cta-arrow { transform: translateX(3px); }
}

/* ---- Boş durum ---- */
.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-muted);
}
.empty-icon { font-size: 3rem; margin-bottom: 12px; }

/* ---- Alt bölüm: öneri/şikayet linki ---- */
.home-footer {
    padding: 12px 16px calc(20px + env(safe-area-inset-bottom));
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
}
.feedback-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
    padding: 16px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.feedback-link:active { transform: scale(.98); background: var(--primary-light); }
@media (hover: hover) {
    .feedback-link:hover { box-shadow: var(--shadow-lg); }
}
.feedback-icon {
    font-size: 1.15rem;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--accent-light);
}

/* ---- Üst bar (iç sayfalar) ---- */
.topbar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: var(--surface);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 10;
}
.back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 700;
}
.topbar-title {
    font-weight: 700;
    font-size: 1rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---- Puanlama ekranı ---- */
.rate-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 40px;
}
.rate-card {
    background: var(--surface);
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
    padding: 28px 22px 26px;
    width: 100%;
    max-width: 440px;
    text-align: center;
}
.rate-photo {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    border: 4px solid var(--primary-light);
    box-shadow: 0 4px 16px rgba(0, 40, 85, .18);
    font-size: 2.4rem;
}
.rate-name { font-size: 1.35rem; font-weight: 800; letter-spacing: -.01em; }
.rate-title { color: var(--text-muted); margin-top: 4px; font-size: .95rem; }
.rate-question {
    margin: 22px 0 10px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
}

/* ---- Yıldızlar ---- */
.stars {
    display: flex;
    justify-content: center;
    gap: 6px;
}
.star {
    background: none;
    border: none;
    font-size: clamp(2.6rem, 11vw, 3.2rem);
    line-height: 1;
    color: var(--star-off);
    padding: 6px 4px;
    transition: color .15s ease, transform .15s ease;
    min-width: 52px;
    min-height: 60px;
}
.star.filled { color: var(--star-on); text-shadow: 0 2px 10px rgba(245, 158, 11, .4); }
.star.pop { animation: starPop .3s ease; }
@keyframes starPop {
    0% { transform: scale(1); }
    50% { transform: scale(1.35); }
    100% { transform: scale(1); }
}
.star-label {
    min-height: 1.5em;
    margin: 8px 0 4px;
    font-weight: 700;
    color: var(--star-on);
    font-size: 1.05rem;
}

/* ---- Sebep çipleri ---- */
.reasons-wrap { margin: 6px 0 4px; }
.reasons-title {
    font-size: .9rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 10px;
}
.reason-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
/* hidden özniteliği display:flex'i ezmesin diye */
.reason-chips[hidden] { display: none; }
.reason-chip {
    border: 1.5px solid var(--border);
    background: var(--surface);
    color: var(--text-muted);
    border-radius: 999px;
    padding: 9px 15px;
    font-size: .88rem;
    font-weight: 600;
    transition: all .15s ease;
}
.reason-chip:active { transform: scale(.95); }
.reason-chip.selected {
    border-color: var(--accent);
    background: var(--accent-light);
    color: var(--accent-dark);
    box-shadow: 0 3px 10px rgba(4, 158, 173, .2);
}
.reason-chip.selected::before { content: "✓ "; font-weight: 800; }

/* ---- Yorum alanı ---- */
.comment-wrap { margin: 14px 0 18px; }
textarea, input[type="text"], select {
    width: 100%;
    border: 1.5px solid var(--border);
    border-radius: 14px;
    padding: 14px;
    font: inherit;
    font-size: 1rem;
    resize: vertical;
    background: var(--bg);
    color: var(--text);
    transition: border-color .18s ease, background .18s ease;
}
textarea:focus, input[type="text"]:focus, select:focus {
    outline: none;
    border-color: var(--primary);
    background: var(--surface);
}

/* ---- Butonlar ---- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 999px; /* TT hap buton */
    font-weight: 700;
    text-decoration: none;
    padding: 14px 24px;
    font-size: 1rem;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.btn:active { transform: scale(.97); }
.btn-primary {
    background: linear-gradient(135deg, #003a75, #002855);
    color: #fff;
    box-shadow: 0 6px 18px rgba(0, 40, 85, .35);
    width: 100%;
}
.btn-primary:disabled {
    opacity: .45;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-secondary {
    background: var(--primary-light);
    color: var(--primary);
    margin-top: 14px;
}
.btn-lg { padding: 16px 24px; font-size: 1.05rem; min-height: 56px; }

.form-error {
    color: var(--danger);
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: 12px;
}

/* ---- Daha önce oy verilmiş ---- */
.already-voted { padding: 20px 0 6px; }
.already-icon {
    width: 64px; height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #d1fae5;
    color: var(--success);
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.already-voted p { margin-bottom: 6px; font-weight: 600; }

/* ---- Teşekkür ekranı ---- */
.page-thanks {
    background: linear-gradient(135deg, #1d3974 0%, #002855 60%, #001d3f 100%);
    justify-content: center;
}
.thanks-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}
.thanks-card {
    background: var(--surface);
    border-radius: 28px;
    box-shadow: var(--shadow-lg);
    padding: 40px 28px 32px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    animation: cardIn .45s ease;
}
@keyframes cardIn {
    from { opacity: 0; transform: translateY(24px) scale(.96); }
    to   { opacity: 1; transform: none; }
}
.thanks-card h1 { font-size: 1.5rem; font-weight: 800; margin: 18px 0 10px; }
.thanks-card p { color: var(--text-muted); line-height: 1.55; }
.auto-redirect { margin-top: 18px; font-size: .8rem; }

.check-circle {
    stroke: var(--success);
    stroke-width: 3;
    stroke-dasharray: 151;
    stroke-dashoffset: 151;
    animation: drawCircle .6s ease forwards;
}
.check-mark {
    stroke: var(--success);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 36;
    stroke-dashoffset: 36;
    animation: drawCheck .35s ease .5s forwards;
}
@keyframes drawCircle { to { stroke-dashoffset: 0; } }
@keyframes drawCheck  { to { stroke-dashoffset: 0; } }

/* ---- Alt sayfa hero'su (feedback vb.) ---- */
.subhero {
    position: relative;
    background:
        radial-gradient(120% 90% at 100% 0%, rgba(4, 158, 173, .35) 0%, rgba(4, 158, 173, 0) 55%),
        linear-gradient(140deg, #1d3974 0%, #002855 55%, #001834 100%);
    color: #fff;
    text-align: center;
    padding: clamp(12px, 3vw, 18px) 16px clamp(46px, 8vw, 64px);
    overflow: hidden;
}
.subhero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .6;
    pointer-events: none;
}
.subhero-back {
    z-index: 2;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    text-decoration: none;
    transition: background .18s ease;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.subhero-back:active { background: rgba(255, 255, 255, .22); }
@media (hover: hover) { .subhero-back:hover { background: rgba(255, 255, 255, .22); } }
.subhero-inner { position: relative; z-index: 1; padding-top: 8px; }
.subhero-badge {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(140deg, #06b6c6, #048a95);
    box-shadow: 0 8px 22px rgba(4, 158, 173, .45), inset 0 1px 0 rgba(255, 255, 255, .35);
}
.subhero h1 {
    font-size: clamp(1.35rem, 5vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -.02em;
}
.subhero p {
    margin: 9px auto 0;
    max-width: 34ch;
    font-size: clamp(.9rem, 3.3vw, 1rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, .82);
}

/* ---- Öneri / Şikayet formu ---- */
.feedback-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
    padding: 24px 22px 26px;
    width: 100%;
    max-width: 500px;
    margin: -30px auto 20px; /* hero dalgasının üstüne biner */
    position: relative;
    z-index: 2;
}
.cat-picker {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 4px;
}
.cat-option input { position: absolute; opacity: 0; pointer-events: none; }
.cat-option > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border: 1.5px solid var(--border);
    border-radius: 16px;
    padding: 16px 8px 13px;
    font-size: .85rem;
    font-weight: 700;
    color: var(--text-muted);
    transition: all .2s cubic-bezier(.2, .8, .2, 1);
    min-height: 92px;
    justify-content: center;
    background: var(--surface);
}
.cat-option .cat-emoji {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    border-radius: 50%;
    background: var(--bg);
    transition: all .2s ease;
}
.cat-option:active > span { transform: scale(.96); }
@media (hover: hover) {
    .cat-option > span:hover { border-color: #c3ccdb; }
}
.cat-option input:checked + span {
    border-color: var(--accent);
    color: var(--primary);
    box-shadow: 0 6px 16px rgba(4, 158, 173, .2);
    transform: translateY(-2px);
}
.cat-option input:checked + span .cat-emoji {
    background: var(--accent);
    box-shadow: 0 4px 10px rgba(4, 158, 173, .4);
    transform: scale(1.06);
}
.cat-name { line-height: 1; }
.field-label {
    display: block;
    font-weight: 700;
    font-size: .9rem;
    margin: 18px 0 8px;
    color: var(--text);
}
.field-label--first { margin-top: 6px; }
.field-opt { font-weight: 600; color: var(--text-muted); font-size: .82rem; }
.feedback-foot {
    text-align: center;
    color: var(--text-muted);
    font-size: .82rem;
    max-width: 500px;
    margin: 0 auto 36px;
    padding: 0 8px calc(env(safe-area-inset-bottom));
}

/* ---- Küçük ekran ince ayarları ---- */
@media (max-width: 380px) {
    .staff-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .star { min-width: 46px; font-size: 2.4rem; }
}

/* ---- Tablet / kiosk (büyük ekran) ---- */
@media (min-width: 768px) {
    .staff-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 20px; }
    .container { max-width: 900px; }
}
