/* ============================================================
   MİHENK MÜCEVHERAT — Modern Stil (2026 Yenileme)
   ============================================================ */

:root {
  /* Gold palette */
  --gold:        #D4A843;
  --gold-light:  #F0C060;
  --gold-dim:    #9A7730;
  --gold-glow:   rgba(212,168,67,0.2);
  --gold-ultra:  rgba(212,168,67,0.06);
  --gold-border: rgba(212,168,67,0.22);

  /* Neutral palette */
  --bg:          #080810;
  --bg-2:        #0E0E1C;
  --bg-card:     rgba(255,255,255,0.028);
  --bg-card-h:   rgba(255,255,255,0.048);
  --border:      rgba(255,255,255,0.07);
  --border-h:    rgba(212,168,67,0.3);

  /* Text */
  --text-1:   #F2EDE6;
  --text-2:   rgba(242,237,230,0.6);
  --text-3:   rgba(242,237,230,0.3);

  /* Accents */
  --green:  #22C55E;
  --pink:   #F472B6;
  --blue:   #60A5FA;

  /* Tokens */
  --radius-sm: 12px;
  --radius:    18px;
  --radius-lg: 24px;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --shadow: 0 8px 32px rgba(0,0,0,0.5);
  --shadow-gold: 0 0 40px rgba(212,168,67,0.15);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  background: var(--bg);
  color: var(--text-1);
  min-height: 100vh;
  overflow-x: hidden;
  cursor: default;
}

/* ── BACKGROUND SCENE ── */
.bg-scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  animation: orbFloat 20s ease-in-out infinite;
}
.bg-orb-1 {
  width: 380px; height: 380px;
  top: -100px; left: -80px;
  background: radial-gradient(circle, rgba(212,168,67,0.18) 0%, transparent 70%);
  animation-delay: 0s;
}
.bg-orb-2 {
  width: 320px; height: 320px;
  bottom: 10%; right: -60px;
  background: radial-gradient(circle, rgba(96,165,250,0.1) 0%, transparent 70%);
  animation-delay: -8s;
}
.bg-orb-3 {
  width: 250px; height: 250px;
  top: 45%; left: 30%;
  background: radial-gradient(circle, rgba(212,168,67,0.06) 0%, transparent 70%);
  animation-delay: -15s;
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%       { transform: translate(30px, -20px) scale(1.05); }
  66%       { transform: translate(-20px, 15px) scale(0.95); }
}

.bg-particles {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  opacity: 0.4;
}

.bg-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.35;
  mix-blend-mode: overlay;
}

/* ── LAYOUT ── */
.page {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin: 0 auto;
  padding: 0 18px 110px;
}

/* ── HEADER ── */
.header {
  padding: 72px 0 32px;
  text-align: center;
  animation: fadeDown 1s var(--ease) both;
}

.header-emblem {
  margin: 0 auto 28px;
  display: inline-flex;
}

.emblem-ring {
  width: 80px; height: 80px;
  border-radius: 50%;
  border: 1px solid var(--gold-border);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  background: radial-gradient(circle at 40% 35%, rgba(212,168,67,0.12) 0%, transparent 65%);
  box-shadow: 0 0 0 8px rgba(212,168,67,0.04), 0 0 40px rgba(212,168,67,0.1), inset 0 1px 0 rgba(255,255,255,0.06);
  animation: emblemRotate 30s linear infinite;
}

.emblem-ring::before {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 0.5px dashed rgba(212,168,67,0.25);
}

@keyframes emblemRotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.emblem-inner {
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  animation: emblemRotate 30s linear infinite reverse;
}
.emblem-inner svg { width: 26px; height: 26px; stroke: currentColor; stroke-width: 1.2; fill: none; }

.header-text { margin-bottom: 20px; }

.brand-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.brand-mihenk {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--text-1);
  line-height: 1;
}

.brand-separator {
  width: 40px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  display: block;
}

.brand-mucevherat {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1;
}

.brand-slogan {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 14.5px;
  color: var(--text-2);
  letter-spacing: 0.04em;
}

.header-line {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-top: 18px;
}
.header-line::before,
.header-line::after {
  content: '';
  height: 0.5px;
  width: 60px;
  background: linear-gradient(90deg, transparent, rgba(212,168,67,0.4));
}
.header-line::after { background: linear-gradient(90deg, rgba(212,168,67,0.4), transparent); }
.line-ornament { color: var(--gold); font-size: 9px; opacity: 0.6; }

/* ── SECTIONS ── */
.section {
  margin-bottom: 10px;
  animation: fadeUp 0.8s var(--ease) 0.15s both;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 0 2px;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--gold);
  background: var(--gold-ultra);
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  flex-shrink: 0;
}
.section-tag svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-2);
  flex: 1;
}

/* ── CARDS ── */
.cards-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--border);
  text-decoration: none;
  color: var(--text-1);
  cursor: pointer;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--spring), box-shadow 0.25s var(--ease);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 15%, rgba(255,255,255,0.08) 50%, transparent 85%);
}

.card:hover {
  background: var(--bg-card-h);
  border-color: rgba(212,168,67,0.25);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.4), 0 0 0 1px rgba(212,168,67,0.08);
}
.card:active { transform: translateY(0) scale(0.985); }

/* Featured card */
.card--featured {
  background: linear-gradient(135deg, rgba(212,168,67,0.1) 0%, rgba(212,168,67,0.04) 50%, rgba(212,168,67,0.02) 100%);
  border-color: rgba(212,168,67,0.3);
  padding: 20px 18px;
}
.card--featured:hover {
  background: linear-gradient(135deg, rgba(212,168,67,0.15) 0%, rgba(212,168,67,0.06) 50%, rgba(212,168,67,0.03) 100%);
  border-color: rgba(212,168,67,0.45);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45), var(--shadow-gold);
}

.card-glow {
  position: absolute;
  top: -20px; right: -20px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(212,168,67,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.card-icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.25s, border-color 0.25s;
}
.card:hover .card-icon {
  background: rgba(212,168,67,0.12);
  border-color: rgba(212,168,67,0.3);
}
.card-icon svg {
  width: 19px; height: 19px;
  stroke: var(--gold);
  stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}

/* Colored icons */
.card-icon--instagram svg { stroke: var(--pink); }
.card-icon--whatsapp svg  { stroke: var(--green); }
.card-icon--maps svg      { stroke: var(--blue); }

.card-content { flex: 1; min-width: 0; }

.card-eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 3px;
}

.card-title {
  font-size: 14.5px;
  font-weight: 400;
  color: var(--text-1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card--featured .card-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
}

.card-desc {
  font-size: 11.5px;
  color: var(--text-2);
  margin-top: 3px;
}

.card-arrow {
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  display: flex; align-items: center; justify-content: center;
  opacity: 0.4;
  transition: opacity 0.25s, transform 0.25s var(--spring), background 0.25s;
}
.card:hover .card-arrow {
  opacity: 1;
  transform: translateX(3px);
  background: rgba(212,168,67,0.12);
}
.card-arrow svg { width: 14px; height: 14px; stroke: var(--gold); }

.card--featured .card-arrow { background: rgba(212,168,67,0.1); border: 1px solid rgba(212,168,67,0.2); }

/* CTA button in featured card */
.card-cta {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--gold);
  color: #1a0f00;
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: background 0.2s, transform 0.2s var(--spring);
  flex-shrink: 0;
}
.card:hover .card-cta { background: var(--gold-light); transform: scale(1.04); }
.card-cta svg { width: 13px; height: 13px; stroke: currentColor; }

.card-badge-wrap { flex-shrink: 0; }
.card-badge {
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--gold);
  background: var(--gold-ultra);
  border: 1px solid var(--gold-border);
  border-radius: 20px;
  padding: 3px 8px;
}

/* ── BANK PANEL ── */
.bank-panel {
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: border-color 0.3s;
}
.bank-panel:has(.bank-details.open) { border-color: rgba(212,168,67,0.25); }

.bank-toggle {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 18px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-1);
  text-align: left;
  transition: background 0.2s;
}
.bank-toggle:hover { background: rgba(212,168,67,0.04); }

.bank-chevron {
  flex-shrink: 0;
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  opacity: 0.4;
  transition: transform 0.3s var(--ease), opacity 0.2s;
}
.bank-chevron.open { transform: rotate(180deg); opacity: 0.8; }
.bank-chevron svg { width: 16px; height: 16px; }

.bank-details {
  display: none;
  padding: 0 18px 18px;
  animation: fadeIn 0.3s var(--ease);
}
.bank-details.open { display: block; }

.bank-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  gap: 12px;
}
.bank-row:first-child { border-top: 1px solid rgba(255,255,255,0.05); }
.bank-row:last-child { border-bottom: none; }

.bank-label {
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
.bank-value {
  font-size: 13px;
  color: var(--text-2);
  display: flex; align-items: center; gap: 8px;
  text-align: right;
}
.bank-value--mono { font-variant-numeric: tabular-nums; font-size: 11.5px; }

.copy-btn {
  background: none; border: none; cursor: pointer;
  padding: 4px; opacity: 0.35; transition: opacity 0.2s, transform 0.15s;
  flex-shrink: 0;
}
.copy-btn:hover { opacity: 1; transform: scale(1.15); }
.copy-btn svg { width: 13px; height: 13px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ── FOOTER ── */
.footer {
  padding: 44px 0 20px;
  text-align: center;
  animation: fadeUp 0.8s var(--ease) 0.3s both;
}

.footer-ornament {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 24px;
}
.ornament-line { flex: 1; height: 0.5px; background: linear-gradient(90deg, transparent, rgba(212,168,67,0.2)); }
.ornament-line:last-child { background: linear-gradient(90deg, rgba(212,168,67,0.2), transparent); }
.ornament-gem { color: var(--gold); font-size: 8px; opacity: 0.5; }

.footer-socials {
  display: flex; gap: 10px; justify-content: center;
  margin-bottom: 18px;
}

.social-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.25s var(--spring);
}
.social-btn:hover { background: rgba(212,168,67,0.1); border-color: rgba(212,168,67,0.3); transform: translateY(-3px); }
.social-btn svg { width: 15px; height: 15px; fill: none; stroke: var(--text-2); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.footer-copy {
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.footer-credit {
  font-size: 10px;
  color: rgba(212,168,67,0.25);
  letter-spacing: 0.06em;
}

/* ── WA FAB ── */
.wa-fab { display: none !important; }
.wa-fab-ring { display: none !important; }



/* ── TOAST ── */
.toast {
  position: fixed;
  bottom: 92px; right: 20px;
  z-index: 300;
  background: var(--bg-2);
  border: 1px solid rgba(34,197,94,0.3);
  border-radius: 12px;
  padding: 9px 14px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--green);
  display: flex; align-items: center; gap: 6px;
  opacity: 0;
  transform: translateY(10px) scale(0.95);
  transition: all 0.3s var(--spring);
  pointer-events: none;
}
.toast.show { opacity: 1; transform: translateY(0) scale(1); }
.toast svg { width: 14px; height: 14px; stroke: currentColor; }

/* ── MODAL ── */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(4,4,14,0.80);
  backdrop-filter: blur(24px) saturate(1.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.modal-overlay.open { opacity: 1; pointer-events: all; }

.modal-box {
  background: linear-gradient(160deg, #16162e 0%, #0e0e20 50%, #09090f 100%);
  border: 1px solid rgba(212,168,67,0.18);
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  max-height: 88vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow:
    0 32px 80px rgba(0,0,0,0.75),
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 1px 0 rgba(255,255,255,0.08) inset;
  transform: scale(0.92) translateY(12px);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.28s ease;
  opacity: 0;
}
.modal-overlay.open .modal-box {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.modal-handle { display: none; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 15px;
  flex-shrink: 0;
  position: relative;
}
.modal-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,168,67,0.2) 30%, rgba(212,168,67,0.2) 70%, transparent);
}

.modal-breadcrumb { display: flex; align-items: center; gap: 6px; }
.bc-item {
  font-size: 11px; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--text-3);
  cursor: pointer; transition: color 0.2s;
}
.bc-item.bc-active { color: var(--text-1); cursor: default; }
.bc-item:hover:not(.bc-active) { color: var(--gold); }
.bc-sep { color: rgba(255,255,255,0.18); font-size: 10px; }

.modal-close-btn {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.modal-close-btn:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.16); }
.modal-close-btn svg { width: 14px; height: 14px; stroke: var(--text-2); stroke-width: 2; stroke-linecap: round; }

.modal-body {
  padding: 20px 18px 28px;
  overflow-y: auto;
  flex: 1;
  overscroll-behavior: contain;
}
.modal-body::-webkit-scrollbar { width: 3px; }
.modal-body::-webkit-scrollbar-thumb { background: rgba(212,168,67,0.2); border-radius: 2px; }

/* ── CATEGORY HERO ── */
.cat-hero {
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(212,168,67,0.1) 0%, rgba(212,168,67,0.03) 100%);
  border: 1px solid rgba(212,168,67,0.25);
  padding: 20px 18px;
  cursor: pointer;
  transition: border-color 0.25s, transform 0.25s var(--spring), box-shadow 0.25s;
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
}
.cat-hero:hover { border-color: rgba(212,168,67,0.45); transform: translateY(-2px); box-shadow: 0 14px 40px rgba(0,0,0,0.4); }
.cat-hero:active { transform: scale(0.985); }

.cat-hero-bg {
  position: absolute;
  top: -30px; right: -30px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(212,168,67,0.2) 0%, transparent 70%);
  pointer-events: none;
}

.cat-hero-content { display: flex; align-items: center; gap: 14px; }

.cat-hero-icon {
  width: 54px; height: 54px;
  border-radius: 16px;
  background: rgba(212,168,67,0.1);
  border: 1px solid rgba(212,168,67,0.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cat-hero-icon svg { width: 24px; height: 24px; stroke: var(--gold); stroke-width: 1.4; stroke-linecap: round; fill: none; }

.cat-hero-text { flex: 1; }
.cat-hero-label { font-size: 9px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); opacity: 0.75; display: block; margin-bottom: 4px; }
.cat-hero-name { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 500; color: var(--text-1); margin-bottom: 3px; }
.cat-hero-sub { font-size: 11px; color: var(--text-2); }

.cat-hero-arrow {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(212,168,67,0.1);
  border: 1px solid rgba(212,168,67,0.2);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.25s var(--spring);
}
.cat-hero:hover .cat-hero-arrow { background: rgba(212,168,67,0.2); transform: translateX(3px); }
.cat-hero-arrow svg { width: 13px; height: 13px; stroke: var(--gold); }

.modal-section-label {
  font-size: 9px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 12px;
}

/* ── CATEGORY GRID ── */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.cat-tile {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 14px 10px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  cursor: not-allowed;
}
.cat-tile--soon { opacity: 0.55; }

.cat-tile-icon {
  width: 38px; height: 38px;
  border-radius: 11px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
}
.cat-tile-icon svg { width: 17px; height: 17px; stroke: var(--text-3); stroke-width: 1.5; fill: none; stroke-linecap: round; }

.cat-tile-name { font-size: 11px; color: var(--text-3); }

.soon-pill {
  font-size: 8.5px; font-weight: 500;
  color: rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  padding: 2px 7px;
  letter-spacing: 0.04em;
}

/* ── MODELS SCREEN ── */
.models-screen { display: none; }
.models-screen.active { display: block; animation: slideIn 0.3s cubic-bezier(0.22, 1, 0.36, 1); }

@keyframes slideIn {
  from { opacity: 0; transform: translateX(18px); }
  to   { opacity: 1; transform: translateX(0); }
}

.models-nav {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px;
}

.back-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 6px 12px 6px 8px;
  cursor: pointer;
  color: var(--text-2);
  font-size: 11.5px;
  font-family: 'DM Sans', sans-serif;
  transition: background 0.2s, color 0.2s;
}
.back-btn:hover { background: rgba(255,255,255,0.08); color: var(--text-1); }
.back-btn svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; fill: none; }

.models-count {
  font-size: 11px; font-weight: 500;
  color: var(--gold);
  background: var(--gold-ultra);
  border: 1px solid var(--gold-border);
  border-radius: 20px;
  padding: 4px 11px;
}

.models-title-row { margin-bottom: 18px; }
.models-heading {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 500;
  color: var(--text-1);
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.models-sub { font-size: 11px; color: var(--text-3); }

/* Search */
.search-box {
  position: relative; margin-bottom: 16px;
}
.search-box svg {
  position: absolute; left: 12px; top: 50%;
  transform: translateY(-50%);
  width: 14px; height: 14px;
  stroke: var(--text-3); fill: none; stroke-width: 2; stroke-linecap: round;
  pointer-events: none;
}
.search-box input {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-sm);
  padding: 9px 12px 9px 34px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px;
  color: var(--text-1);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.search-box input::placeholder { color: var(--text-3); }
.search-box input:focus {
  border-color: rgba(212,168,67,0.3);
  background: rgba(212,168,67,0.03);
}

/* Models grid */
.models-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.model-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s var(--spring), border-color 0.25s, box-shadow 0.25s;
}
.model-card:hover {
  border-color: rgba(212,168,67,0.3);
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.4);
}
.model-card:active { transform: translateY(-1px) scale(0.98); }

.model-img-wrap {
  width: 100%; aspect-ratio: 1;
  background: #060612;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.model-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.model-card:hover .model-img-wrap img { transform: scale(1.08); }

.model-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.model-img-placeholder svg { width: 100%; height: 100%; }

.model-info {
  padding: 10px 11px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.model-name { font-size: 12px; color: var(--text-1); margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.model-code-row { display: flex; align-items: center; justify-content: space-between; gap: 4px; }
.model-code { font-size: 9.5px; color: var(--gold); opacity: 0.55; letter-spacing: 0.1em; }

.model-wa-btn {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 9px; font-weight: 500;
  color: var(--green);
  background: rgba(34,197,94,0.1);
  border: 1px solid rgba(34,197,94,0.25);
  border-radius: 20px;
  padding: 2px 7px;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}
.model-wa-btn:hover { background: rgba(34,197,94,0.2); }
.model-wa-btn svg { width: 10px; height: 10px; }

/* ── LIGHTBOX ── */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.88);
  backdrop-filter: blur(18px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease);
}
.lightbox.open { opacity: 1; pointer-events: all; }

.lightbox-card {
  position: relative;
  max-width: 340px; width: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(212,168,67,0.2);
  box-shadow: 0 28px 80px rgba(0,0,0,0.7);
  transform: scale(0.88) translateY(16px);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lightbox.open .lightbox-card { transform: scale(1) translateY(0); }

.lightbox-img { width: 100%; aspect-ratio: 1; background: #060612; display: flex; align-items: center; justify-content: center; }
.lightbox-img img { width: 100%; height: 100%; object-fit: cover; }
.lightbox-img svg { width: 100%; height: 100%; }

.lightbox-info {
  padding: 16px 18px;
  background: #0c0c1a;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.lightbox-name { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--text-1); margin-bottom: 4px; }
.lightbox-code { font-size: 11px; color: var(--gold); opacity: 0.65; letter-spacing: 0.08em; }

.lb-wa-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 11px 18px;
  margin-top: 12px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
  font-size: 13px; font-weight: 500; font-family: 'DM Sans', sans-serif;
  border-radius: var(--radius-sm);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37,211,102,0.2);
  transition: transform 0.2s var(--spring), box-shadow 0.2s;
}
.lb-wa-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 22px rgba(37,211,102,0.35); }

.lightbox-close {
  position: absolute;
  top: 10px; right: 10px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s;
}
.lightbox-close:hover { background: rgba(0,0,0,0.75); }
.lightbox-close svg { width: 13px; height: 13px; stroke: white; stroke-width: 2; stroke-linecap: round; }

/* ── ANIMATIONS ── */
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes popIn {
  0%   { opacity: 0; transform: scale(0.4); }
  70%  { transform: scale(1.12); }
  100% { opacity: 1; transform: scale(1); }
}

/* ── RESPONSIVE ── */
@media (min-width: 500px) {
  .brand-mihenk { font-size: 50px; }
  .emblem-ring { width: 88px; height: 88px; }
}

/* ── Multi-bank accordion entries ── */
.bank-entry {
  border-top: 1px solid rgba(255,255,255,0.06);
}
.bank-entry:first-child { border-top: none; }

.bank-entry-header {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 18px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-1);
  text-align: left;
  transition: background 0.2s;
}
.bank-entry-header:hover { background: rgba(212,168,67,0.04); }

.bank-entry-logo {
  width: 34px; height: 34px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bank-entry-logo svg { width: 18px; height: 18px; stroke: #fff; }

.garanti-logo  { background: #00a650; }
.ziraat-logo   { background: #e30613; }
.is-logo       { background: #003082; }
.akbank-logo   { background: #c8102e; }
.vakif-logo    { background: #ffcb00; }
.vakif-logo svg { stroke: #333; }

.bank-entry-name {
  flex: 1;
  display: flex; flex-direction: column; gap: 2px;
}
.bank-entry-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-1);
}
.bank-entry-sub {
  font-size: 11px;
  color: var(--text-3);
}

.bank-entry-chevron {
  flex-shrink: 0;
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  opacity: 0.35;
  transition: transform 0.25s var(--ease), opacity 0.2s;
}
.bank-entry-chevron svg { width: 14px; height: 14px; }
.bank-entry-chevron.open { transform: rotate(180deg); opacity: 0.7; }

.bank-entry-body {
  display: none;
  padding: 2px 18px 14px 18px;
  animation: fadeIn 0.25s var(--ease);
}
.bank-entry-body.open { display: block; }

/* ── Açıklama vurgu satırı ── */
.bank-row--aciklama {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: rgba(212,168,67,0.07);
  border-radius: 10px;
  padding: 12px 14px;
  margin: 8px 0 4px;
  border-bottom: none !important;
  border-top: none !important;
  position: relative;
}

.bank-row--aciklama .bank-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--gold);
  text-transform: uppercase;
}

.bank-row--aciklama .bank-label::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(212,168,67,0.7);
  animation: pulse-dot 1.8s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.7); }
}

.bank-row--aciklama .bank-value {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-1);
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.bank-row--aciklama .copy-btn {
  opacity: 0.6;
}

/* ═══════════════════════════════════════════════
   BANK — COMING SOON
   ═══════════════════════════════════════════════ */

.bank-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 38px 24px 30px;
  gap: 4px;
}

.bank-soon-ring {
  width: 58px; height: 58px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  margin-bottom: 16px;
  background: radial-gradient(circle at 40% 35%, rgba(212,168,67,0.12) 0%, transparent 65%);
  box-shadow: 0 0 0 7px rgba(212,168,67,0.045), 0 0 30px rgba(212,168,67,0.1);
}

.bank-soon-ring::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 1px solid var(--gold-border);
}

.bank-soon-ring::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 0.5px dashed rgba(212,168,67,0.3);
  animation: emblemRotate 14s linear infinite;
}

.bank-soon-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  animation: bankSoonPulse 2.8s ease-in-out infinite;
}

.bank-soon-icon svg { width: 22px; height: 22px; }

@keyframes bankSoonPulse {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50%       { opacity: 1; transform: scale(1.08); }
}

.bank-soon-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--text-1);
  margin-bottom: 6px;
}

.bank-soon-desc {
  font-size: 12.5px;
  color: var(--text-2);
  line-height: 1.6;
  max-width: 250px;
}

.bank-soon-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 230px;
  margin: 22px 0 16px;
}
.bank-soon-divider::before,
.bank-soon-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border));
}
.bank-soon-divider::after { background: linear-gradient(90deg, var(--border), transparent); }
.bank-soon-divider span {
  font-size: 10px;
  color: var(--text-3);
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.bank-soon-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 50px;
  background: var(--gold-ultra);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.2s var(--spring), box-shadow 0.25s var(--ease);
}
.bank-soon-cta svg {
  width: 16px; height: 16px;
  stroke: currentColor;
  transition: stroke 0.25s var(--ease);
}
.bank-soon-cta:hover {
  background: rgba(34,197,94,0.12);
  border-color: rgba(34,197,94,0.35);
  color: var(--green);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(34,197,94,0.15);
}
.bank-soon-cta:active { transform: translateY(0) scale(0.98); }

/* ═══════════════════════════════════════════════
   BRANDS SCREEN
   ═══════════════════════════════════════════════ */

.brands-search-wrap { margin-bottom: 16px; }

.brands-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.brand-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  padding: 14px 16px;
  cursor: pointer;
  transition: background 0.22s, border-color 0.22s, transform 0.25s var(--spring), box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.brand-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, color-mix(in srgb, var(--brand-color, #D4A843) 8%, transparent) 0%, transparent 65%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.brand-card:hover::before { opacity: 1; }
.brand-card:hover {
  border-color: rgba(212,168,67,0.22);
  background: rgba(255,255,255,0.05);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.35);
}
.brand-card:active { transform: translateY(-1px) scale(0.99); }

.brand-card-logo {
  width: 52px; height: 52px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--brand-color, #D4A843) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--brand-color, #D4A843) 25%, transparent);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.brand-card-info { flex: 1; min-width: 0; }

.brand-card-top {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 4px;
}
.brand-card-name {
  font-size: 14px; font-weight: 500;
  color: var(--text-1);
  font-family: 'Playfair Display', serif;
}
.brand-card-tag {
  font-size: 9px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid;
  border-radius: 20px;
  padding: 2px 7px;
}
.brand-card-desc {
  font-size: 11px;
  color: var(--text-3);
  margin-bottom: 8px;
  line-height: 1.4;
}
.brand-card-cats {
  display: flex; flex-wrap: wrap; gap: 5px;
}
.brand-cat-chip {
  font-size: 9.5px;
  color: var(--gold);
  background: var(--gold-ultra);
  border: 1px solid var(--gold-border);
  border-radius: 20px;
  padding: 2px 8px;
}

.brand-card-arrow {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(212,168,67,0.07);
  border: 1px solid rgba(212,168,67,0.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.25s var(--spring);
}
.brand-card:hover .brand-card-arrow {
  background: rgba(212,168,67,0.18);
  transform: translateX(2px);
}
.brand-card-arrow svg { width: 12px; height: 12px; stroke: var(--gold); }

/* Coming soon row */
.brands-coming { display: flex; flex-direction: column; gap: 8px; }
.brand-coming-chip {
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 12px;
  color: var(--text-3);
}

/* ── BRAND PROFILE (categories screen header) ── */
.brand-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 18px;
}
.bp-logo {
  width: 42px; height: 42px;
  border-radius: 13px;
  background: color-mix(in srgb, var(--brand-color, #D4A843) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--brand-color, #D4A843) 22%, transparent);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.bp-text { display: flex; flex-direction: column; gap: 2px; }
.bp-name {
  font-family: 'Playfair Display', serif;
  font-size: 15px; font-weight: 500; color: var(--text-1);
}
.bp-tag { font-size: 10px; color: var(--gold); opacity: 0.8; }

/* Fiyat Modal */
.modal-box--fiyat {
  max-width: 420px;
  width: 100%;
  height: 78vh;
  max-height: 640px;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 24px;
}
#fiyatModal .modal-header {
  padding: 14px 18px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  flex-shrink: 0;
}
.modal-body--fiyat {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  min-height: 0;
  border-radius: 0 0 24px 24px;
  background: #fff;
}
.fiyat-iframe-wrap {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.fiyat-iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  display: block;
}

/* Yakında / Catalog Soon Screen */
.modal-body--soon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-screen {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6px 6px 4px;
}

/* Badge */
.cs-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: 50px;
  background: rgba(212,168,67,0.08);
  border: 1px solid rgba(212,168,67,0.22);
  color: var(--gold-light);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.cs-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(212,168,67,0.55);
  animation: csDotPulse 1.8s ease-in-out infinite;
}
@keyframes csDotPulse {
  0%   { box-shadow: 0 0 0 0 rgba(212,168,67,0.55); }
  70%  { box-shadow: 0 0 0 6px rgba(212,168,67,0); }
  100% { box-shadow: 0 0 0 0 rgba(212,168,67,0); }
}

/* Ring / Icon */
.cs-ring {
  position: relative;
  width: 84px; height: 84px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, rgba(212,168,67,0.16) 0%, transparent 68%);
  box-shadow: 0 0 0 8px rgba(212,168,67,0.04), 0 0 40px rgba(212,168,67,0.12);
}
.cs-ring::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid var(--gold-border);
}
.cs-ring-orbit {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 0.5px dashed rgba(212,168,67,0.32);
  animation: emblemRotate 16s linear infinite;
}
.cs-ring-orbit--rev {
  inset: 15px;
  border-color: rgba(212,168,67,0.18);
  animation: emblemRotate 22s linear infinite reverse;
}
.cs-icon {
  position: relative;
  z-index: 1;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  animation: bankSoonPulse 2.8s ease-in-out infinite;
}
.cs-icon svg { width: 26px; height: 26px; }

/* Text */
.cs-title {
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--text-1);
  margin: 0 0 8px;
}
.cs-desc {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.65;
  max-width: 260px;
  margin: 0;
}

/* Feature chips */
.cs-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 22px 0 4px;
}
.cs-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 13px;
  border-radius: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  color: var(--text-2);
  font-size: 11.5px;
  font-weight: 500;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease);
}
.cs-feature svg { width: 15px; height: 15px; stroke: var(--gold); flex-shrink: 0; }
.cs-feature:hover {
  border-color: var(--gold-border);
  background: var(--gold-ultra);
  color: var(--text-1);
  transform: translateY(-1px);
}

/* Divider */
.cs-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 230px;
  margin: 24px 0 16px;
}
.cs-divider::before,
.cs-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border));
}
.cs-divider::after { background: linear-gradient(90deg, var(--border), transparent); }
.cs-divider span {
  font-size: 10px;
  color: var(--text-3);
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* CTA */
.cs-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 50px;
  background: var(--gold-ultra);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.2s var(--spring), box-shadow 0.25s var(--ease);
}
.cs-cta svg {
  width: 16px; height: 16px;
  stroke: currentColor;
  transition: stroke 0.25s var(--ease);
}
.cs-cta:hover {
  background: rgba(34,197,94,0.12);
  border-color: rgba(34,197,94,0.35);
  color: var(--green);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(34,197,94,0.15);
}
.cs-cta:active { transform: translateY(0) scale(0.98); }

/* Close */
.cs-close-btn {
  margin-top: 16px;
  background: transparent;
  border: none;
  color: var(--text-3);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 10px;
  cursor: pointer;
  transition: color 0.2s;
}
.cs-close-btn:hover {
  color: var(--text-2);
}

@media (max-width: 380px) {
  .cs-feature span { display: none; }
  .cs-feature { padding: 9px; }
  .cs-feature svg { width: 16px; height: 16px; }
}

/* ═══════════════════════════════════════════════
   ÇALIŞMA SAATLERİ BADGE
   ═══════════════════════════════════════════════ */

.working-hours-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 12px;
  color: var(--text-2);
}

.wh-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.4s;
}
.wh-dot.open  { background: #22C55E; box-shadow: 0 0 0 3px rgba(34,197,94,0.2); animation: pulse-open 2s ease-in-out infinite; }
.wh-dot.closed { background: #EF4444; box-shadow: 0 0 0 3px rgba(239,68,68,0.15); }

@keyframes pulse-open {
  0%, 100% { box-shadow: 0 0 0 3px rgba(34,197,94,0.2); }
  50%       { box-shadow: 0 0 0 6px rgba(34,197,94,0.06); }
}

.wh-status { font-weight: 600; }
.wh-status.open   { color: #22C55E; }
.wh-status.closed { color: #EF4444; }
.wh-time   { color: var(--text-3); font-size: 11px; }

/* ═══════════════════════════════════════════════
   FİYAT ARŞİVİ
   ═══════════════════════════════════════════════ */

.archive-period-btns {
  display: flex;
  gap: 6px;
  margin-left: auto;
}

.period-btn {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  background: transparent;
  color: var(--text-3);
  cursor: pointer;
  transition: all 0.2s;
}
.period-btn--active,
.period-btn:hover {
  background: var(--gold-ultra);
  border-color: var(--gold-border);
  color: var(--gold);
}

.archive-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  padding: 18px;
}

.archive-summary {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 18px;
}

.archive-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.archive-stat-label {
  font-size: 10px;
  color: var(--text-3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.archive-stat-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-1);
  font-family: 'DM Sans', monospace;
}
.archive-stat-change.up   { color: #22C55E; }
.archive-stat-change.down { color: #EF4444; }

.archive-stat-divider {
  width: 1px;
  height: 32px;
  background: var(--border);
  flex-shrink: 0;
}

.archive-chart-wrap {
  position: relative;
  width: 100%;
}

.archive-note {
  font-size: 10px;
  color: var(--text-3);
  margin-top: 12px;
  line-height: 1.5;
  font-style: italic;
}

/* ═══════════════════════════════════════════════
   SSS / FAQ
   ═══════════════════════════════════════════════ */

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.25s;
}
.faq-item:has(.faq-a.open) {
  border-color: rgba(212,168,67,0.25);
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 15px 18px;
  background: transparent;
  border: none;
  color: var(--text-1);
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--gold); }

.faq-chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  stroke: var(--text-3);
  transition: transform 0.3s var(--ease), stroke 0.2s;
}
.faq-a.open + * .faq-chevron,
.faq-q.open .faq-chevron { transform: rotate(180deg); stroke: var(--gold); }

.faq-a {
  display: none;
  padding: 0 18px 15px 18px;
  animation: fadeIn 0.22s var(--ease);
}
.faq-a.open { display: block; }
.faq-a p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-2);
}
.faq-a strong { color: var(--gold); font-weight: 600; }
.faq-a em { color: var(--text-1); font-style: normal; text-decoration: underline; text-decoration-color: rgba(212,168,67,0.4); }

/* ═══════════════════════════════════════════════
   KONUM / MAP
   ═══════════════════════════════════════════════ */

.map-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.map-address-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
}

.map-pin-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  stroke: var(--gold);
}

.map-address-text {
  font-size: 12.5px;
  color: var(--text-2);
  line-height: 1.4;
}

.map-embed-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.map-embed-wrap iframe {
  display: block;
  width: 100%;
  border: none;
  filter: grayscale(0.4) brightness(0.85) contrast(1.1) hue-rotate(180deg) saturate(0.4);
}

.map-directions-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  border-top: 1px solid var(--border);
  background: var(--gold-ultra);
  color: var(--gold);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}
.map-directions-btn:hover { background: rgba(212,168,67,0.1); }
.map-directions-btn svg { width: 16px; height: 16px; }

/* ═══════════════════════════════════════════════
   PWA INSTALL BANNER
   ═══════════════════════════════════════════════ */

.pwa-banner {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(135deg, rgba(212,168,67,0.1) 0%, rgba(212,168,67,0.04) 100%);
  border: 1px solid rgba(212,168,67,0.25);
  border-radius: var(--radius);
  padding: 13px 16px;
  margin-bottom: 12px;
  animation: fadeDown 0.5s var(--ease) both;
}
.pwa-banner.visible { display: flex; }

.pwa-banner-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.pwa-icon {
  width: 38px; height: 38px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(212,168,67,0.15);
  border: 1px solid rgba(212,168,67,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
}
.pwa-icon svg { width: 18px; height: 18px; stroke: currentColor; }

.pwa-banner-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pwa-banner-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-1);
}
.pwa-banner-sub {
  font-size: 11px;
  color: var(--text-3);
}

.pwa-banner-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.pwa-btn-dismiss {
  background: transparent;
  border: none;
  color: var(--text-3);
  font-size: 13px;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 6px;
  transition: color 0.2s;
}
.pwa-btn-dismiss:hover { color: var(--text-2); }

.pwa-btn-install {
  background: var(--gold);
  color: #080810;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 16px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s var(--spring);
  letter-spacing: 0.03em;
}
.pwa-btn-install:hover { opacity: 0.88; transform: scale(1.04); }

/* ═══════════════════════════════════════════════
   KAMPANYA BANNER
   ═══════════════════════════════════════════════ */

.kampanya-banner {
  position: relative;
  background: linear-gradient(135deg, rgba(212,168,67,0.14) 0%, rgba(240,192,96,0.06) 60%, rgba(212,168,67,0.02) 100%);
  border: 1px solid rgba(212,168,67,0.35);
  border-radius: var(--radius);
  padding: 13px 40px 13px 16px;
  margin-bottom: 12px;
  overflow: hidden;
  animation: fadeDown 0.6s var(--ease) 0.1s both;
}

.kampanya-banner::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--gold-light), var(--gold-dim));
  border-radius: 3px 0 0 3px;
}

.kampanya-close {
  position: absolute;
  top: 10px; right: 10px;
  background: transparent;
  border: none;
  color: var(--text-3);
  font-size: 12px;
  cursor: pointer;
  padding: 3px 5px;
  border-radius: 5px;
  transition: color 0.2s;
  line-height: 1;
}
.kampanya-close:hover { color: var(--text-2); }

.kampanya-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.kampanya-badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #080810;
  background: var(--gold);
  border-radius: 20px;
  padding: 3px 9px;
  flex-shrink: 0;
}

.kampanya-text {
  font-size: 12.5px;
  color: var(--text-1);
  flex: 1;
  min-width: 0;
  line-height: 1.4;
}

.kampanya-cta {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.kampanya-cta:hover { opacity: 0.75; }

/* ═══════════════════════════════════════════════
   BİLGİ MERKEZİ — TABS
   ═══════════════════════════════════════════════ */

.info-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 5px;
}

.info-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 12px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: var(--text-3);
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s var(--ease);
}
.info-tab svg { width: 14px; height: 14px; stroke: currentColor; }

.info-tab--active {
  background: rgba(212,168,67,0.12);
  color: var(--gold);
  border: 1px solid rgba(212,168,67,0.25);
  font-weight: 600;
}

.info-panel { display: block; }
.info-panel--hidden { display: none; }

/* ═══════════════════════════════════════════════
   SSS / FAQ
   ═══════════════════════════════════════════════ */

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.25s;
}
.faq-item.faq-open { border-color: rgba(212,168,67,0.28); }

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: none;
  color: var(--text-1);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--gold-light); }

.faq-chevron {
  width: 15px; height: 15px;
  flex-shrink: 0;
  stroke: var(--text-3);
  transition: transform 0.3s var(--ease), stroke 0.2s;
}
.faq-chevron.rotated { transform: rotate(180deg); stroke: var(--gold); }

.faq-a {
  display: none;
  padding: 0 16px 14px;
  animation: fadeIn 0.22s var(--ease);
}
.faq-a.open { display: block; }
.faq-a p {
  font-size: 12.5px;
  line-height: 1.75;
  color: var(--text-2);
}
.faq-a strong { color: var(--gold); font-weight: 600; }
.faq-a em { color: var(--text-1); font-style: normal; border-bottom: 1px solid rgba(212,168,67,0.35); }

/* ═══════════════════════════════════════════════
   BAKIM REHBERİ
   ═══════════════════════════════════════════════ */

.bakim-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bakim-card {
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  overflow: hidden;
}
.bakim-card--do  { border-color: rgba(34,197,94,0.2); }
.bakim-card--dont { border-color: rgba(239,68,68,0.18); }

.bakim-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
}
.bakim-card--do  .bakim-card-header { background: rgba(34,197,94,0.05); }
.bakim-card--dont .bakim-card-header { background: rgba(239,68,68,0.05); }

.bakim-icon {
  width: 28px; height: 28px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bakim-icon svg { width: 14px; height: 14px; }
.bakim-icon--green { background: rgba(34,197,94,0.15); color: #22C55E; }
.bakim-icon--red   { background: rgba(239,68,68,0.15);  color: #EF4444; }

.bakim-card-title {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-1);
}

.bakim-list {
  list-style: none;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.bakim-list li {
  font-size: 12px;
  color: var(--text-2);
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}
.bakim-card--do   .bakim-list li::before { content: '✓'; position: absolute; left: 0; color: #22C55E; font-size: 10px; font-weight: 700; top: 1px; }
.bakim-card--dont .bakim-list li::before { content: '✕'; position: absolute; left: 0; color: #EF4444; font-size: 10px; font-weight: 700; top: 1px; }

.bakim-tip-row {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.bakim-tip {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 14px;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}
.bakim-tip:last-child { border-bottom: none; }
.bakim-tip:hover { background: rgba(255,255,255,0.02); }

.bakim-tip-icon {
  font-size: 18px;
  flex-shrink: 0;
  width: 28px;
  text-align: center;
  margin-top: 1px;
}

.bakim-tip-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 3px;
}
.bakim-tip-desc {
  display: block;
  font-size: 11.5px;
  color: var(--text-2);
  line-height: 1.55;
}

/* Fiyat Disclaimer */
.fiyat-disclaimer {
  font-size: 10.5px;
  color: var(--text-3);
  text-align: center;
  padding: 10px 16px 14px;
  line-height: 1.5;
  border-top: 1px solid var(--border);
  font-style: italic;
}

/* Fiyat Disclaimer override */
.fiyat-disclaimer {
  background: #fff;
  color: #999;
  border-top-color: #e5e5e5;
  flex-shrink: 0;
}
