/* Dil + Para Birimi pill ve popup (navbar) — mobilde gizli, hamburger menüde gösterilir */
.pref-pill { display: none; align-items: center; gap: 6px; padding: 9px 14px; border-radius: 999px;
  background: #f0f0f0; border: 1px solid rgba(11,11,11,.12); color: #0b0b0b; font-size: 13px; font-weight: 700;
  letter-spacing: .02em; cursor: pointer; line-height: 1; white-space: nowrap; flex-shrink: 0;
  transition: background .15s, border-color .15s, box-shadow .15s; }
@media (min-width: 1024px) { .pref-pill { display: inline-flex; } }
.pref-pill > span { display: inline-flex; align-items: center; }
.pref-pill:hover { background: #ffffff; border-color: #cd9c20; box-shadow: 0 1px 3px rgba(11,11,11,.1); }
.pref-pill-sep { color: rgba(11,11,11,.55); }
.pref-pill-cur { color: #6e5410; }
.pref-pill-caret { font-size: 15px; color: rgba(11,11,11,.6); }

.pref-modal { position: fixed; inset: 0; z-index: 260; display: none; align-items: center; justify-content: center; padding: 18px; }
.pref-modal.is-open { display: flex; }
.pref-back { position: absolute; inset: 0; background: rgba(12,10,6,.6); backdrop-filter: blur(3px); }
.pref-box { position: relative; width: 100%; max-width: 680px; background: #fff; border-radius: 18px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.4); animation: prefIn .25s ease; }
@keyframes prefIn { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
.pref-tabs { display: flex; align-items: center; border-bottom: 1px solid #efece5; padding: 6px 8px 0; }
.pref-tab { flex: 1; border: 0; background: transparent; padding: 16px 12px; font-size: 14.5px; font-weight: 700; color: #76777d;
  cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; display: inline-flex; align-items: center;
  justify-content: center; gap: 8px; transition: color .15s, border-color .15s; }
.pref-tab i { font-size: 18px; }
.pref-tab:hover { color: #0b0b0b; }
.pref-tab.active { color: #8a6a14; border-bottom-color: #cd9c20; }
.pref-x { border: 0; background: #f7f2e6; width: 36px; height: 36px; border-radius: 50%; cursor: pointer; color: #43474d;
  display: inline-flex; align-items: center; justify-content: center; margin: 0 4px 6px; transition: background .15s, color .15s; }
.pref-x:hover { background: #0b0b0b; color: #fff; }
.pref-pane { display: none; padding: 22px 26px 28px; }
.pref-pane.active { display: block; }
.pref-cap { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #8a8b91; margin-bottom: 14px; }
.pref-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 540px) { .pref-grid { grid-template-columns: 1fr; } }
.pref-opt { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid #e0d6c0; border-radius: 12px;
  text-decoration: none; color: #1a1c1c; font-size: 14.5px; font-weight: 600; background: #fff;
  transition: border-color .15s, background .15s, box-shadow .15s; }
.pref-opt:hover { border-color: #cd9c20; background: #fbf8f0; }
.pref-opt.is-active { border-color: #cd9c20; background: #fdf6e6; box-shadow: 0 0 0 1px #cd9c20 inset; }
.pref-flag { font-size: 20px; line-height: 1; }
.pref-sym { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 7px;
  background: #f2ecdd; color: #a07f3a; font-weight: 800; font-size: 14px; }
.pref-check { margin-left: auto; color: #cd9c20; font-size: 19px; }
