/* ============================================================
   Posveo — vebsayt stilləri
   Brend: QIRMIZI #E4151F + neytral tünd (kömür). MAVİ İSTİFADƏ OLUNMUR
   (2026-07-21 user qərarı — --navy adı tarixi səbəbdən qalıb, dəyəri kömürdür).
   Şrift: Inter
   ============================================================ */

:root {
  --navy: #1B1C23;      /* köhnə ad, YENİ dəyər: kömür (mavi ləğvdir) */
  --navy-900: #141519;
  --navy-700: #2A2B33;
  --red: #E4151F;
  --red-600: #C4101A;
  --indigo: #C4101A;    /* indigo ləğv — qırmızıya yönləndirilib */
  --bg: #F7F7F8;
  --card: #FFFFFF;
  --ink: #17181D;
  --muted: #6B6F78;
  --line: #E8E8ED;
  --green: #16B364;

  --grad-hero: linear-gradient(155deg, #E63946 0%, #D0141F 48%, #B70E18 100%);
  --grad-red: linear-gradient(150deg, #FF4F5F 0%, #E4151F 52%, #C1121F 100%);
  --grad-dark: linear-gradient(160deg, #1D1E26 0%, #111116 100%); /* tünd panellər */

  --r-sm: 12px;
  --r: 16px;
  --r-lg: 24px;
  --shadow: 0 10px 30px rgba(18, 18, 24, .08);
  --shadow-lg: 0 24px 60px rgba(18, 18, 24, .16);
  --shadow-red: 0 12px 30px rgba(228, 21, 31, .28);

  --maxw: 1180px;
  --nav-h: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
section { position: relative; }

/* ---------- Logo ---------- */
.logo {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -.02em;
  color: var(--navy);
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}
.logo .v { color: var(--red); }
.logo .dot { color: var(--red); }
.logo.on-dark { color: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 15px; cursor: pointer;
  padding: 12px 22px; border-radius: 999px; border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-red { background: var(--grad-red); color: #fff; box-shadow: var(--shadow-red); }
.btn-red:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(228,21,31,.34); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { transform: translateY(-2px); background: var(--navy-700); }
.btn-ghost { background: rgba(255,255,255,.10); color: #fff; border-color: rgba(255,255,255,.28); }
.btn-ghost:hover { background: rgba(255,255,255,.18); }
.btn-outline { background: #fff; color: var(--navy); border-color: var(--line); box-shadow: var(--shadow); }
.btn-outline:hover { transform: translateY(-2px); border-color: var(--navy); }
.btn-lg { padding: 15px 30px; font-size: 16px; }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none; }

/* store buttons */
.store { display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px; border-radius: 14px;
  background: #0B1733; color: #fff; border: 1px solid rgba(255,255,255,.14); cursor: pointer;
  transition: transform .18s ease, background .18s; }
.store:hover { transform: translateY(-2px); background: #13224a; }
.store svg { width: 22px; height: 22px; flex: none; }
.store .s-small { font-size: 10px; opacity: .8; line-height: 1; }
.store .s-big { font-size: 15px; font-weight: 700; line-height: 1.1; }
.store .s-col { display: flex; flex-direction: column; text-align: left; }

/* ---------- Navbar ---------- */
.nav {
  position: sticky; top: 0; z-index: 50; height: var(--nav-h);
  background: rgba(245,247,252,.82); backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nav.scrolled { background: rgba(255,255,255,.92); box-shadow: 0 6px 26px rgba(18,18,24,.09); border-bottom-color: transparent; }
.nav .wrap { height: 100%; display: flex; align-items: center; gap: 18px; }
.nav-links { display: flex; align-items: center; gap: 26px; margin-left: 30px; }
.nav-links a { font-size: 14.5px; font-weight: 600; color: var(--muted); transition: color .15s; position: relative; }
.nav-links a:hover { color: var(--red); }
.nav-links a.is-active { color: var(--navy); }
.nav-links a.is-active::after { content:""; position:absolute; left:0; right:0; bottom:-7px; height:2px; border-radius:2px; background: var(--grad-red); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }

.lang { display: inline-flex; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 3px; box-shadow: var(--shadow); }
.lang button { border: 0; background: transparent; font: inherit; font-size: 12.5px; font-weight: 700; color: var(--muted);
  padding: 5px 11px; border-radius: 999px; cursor: pointer; transition: all .15s; }
.lang button.active { background: var(--grad-red); color: #fff; }

.nav-login { font-size: 14.5px; font-weight: 700; color: var(--navy); }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; transition: .2s; }

/* ---------- Hero ---------- */
.hero { background: var(--grad-hero); color: #fff; position: relative; overflow: hidden;
  padding: 70px 0 90px; }
.hero::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(900px 500px at 85% -10%, rgba(228,21,31,.30), transparent 60%),
              radial-gradient(700px 500px at 0% 110%, rgba(58,44,194,.45), transparent 60%);
  pointer-events: none; }
.hero .wrap { position: relative; z-index: 1; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; color: #fff;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  padding: 7px 14px; border-radius: 999px; }
.hero h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.04; font-weight: 900; letter-spacing: -.025em;
  margin: 20px 0 16px; }
.hero p.lead { font-size: clamp(16px, 2.2vw, 19px); color: rgba(255,255,255,.86); max-width: 540px; margin: 0 0 28px; }
.hero-stores { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.stars { color: #FFC83D; letter-spacing: 2px; font-size: 17px; }
.hero-trust b { color: #fff; }
.hero-trust span { color: rgba(255,255,255,.78); font-size: 14px; }

/* ---------- Product preview (hero right) ---------- */
.preview { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r-lg); padding: 18px; backdrop-filter: blur(10px); box-shadow: var(--shadow-lg); }
.preview-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.preview-head .ttl { font-size: 13px; color: rgba(255,255,255,.7); }
.preview-head .amt { font-size: 30px; font-weight: 900; letter-spacing: -.02em; }
.live-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800;
  letter-spacing: .06em; color: #fff; background: rgba(228,21,31,.18); border: 1px solid rgba(228,21,31,.45);
  padding: 5px 10px; border-radius: 999px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(228,21,31,.7);
  animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(228,21,31,.7); } 70% { box-shadow: 0 0 0 9px rgba(228,21,31,0); } 100% { box-shadow: 0 0 0 0 rgba(228,21,31,0); } }

.spark { display: flex; align-items: flex-end; gap: 6px; height: 64px; margin: 6px 0 16px; }
.spark i { flex: 1; background: linear-gradient(180deg, #fff, rgba(255,255,255,.35)); border-radius: 4px 4px 0 0;
  opacity: .9; animation: rise .9s ease both; }
@keyframes rise { from { height: 0 !important; opacity: 0; } }

.preview-orders { display: flex; flex-direction: column; gap: 8px; }
.po-row { display: flex; align-items: center; justify-content: space-between; gap: 10px;
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 10px 12px;
  animation: slideIn .5s ease both; }
@keyframes slideIn { from { opacity: 0; transform: translateY(8px); } }
.po-row .po-l { display: flex; align-items: center; gap: 10px; font-size: 13.5px; }
.po-tag { width: 30px; height: 30px; border-radius: 9px; background: var(--grad-red); display: grid; place-items: center;
  font-size: 12px; font-weight: 800; }
.po-row .po-amt { font-weight: 800; font-size: 14px; }
.po-row .muted2 { color: rgba(255,255,255,.6); font-size: 12px; }






/* ---------- Section heading ---------- */
.sec { padding: 84px 0; }
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.sec-eyebrow { display: inline-block; font-size: 12.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--red); margin-bottom: 12px; }
.sec-head h2 { font-size: clamp(26px, 3.6vw, 40px); font-weight: 900; letter-spacing: -.02em; line-height: 1.1; margin: 0 0 12px; }
.sec-head p { color: var(--muted); font-size: 17px; margin: 0; }

/* ---------- Live stats ---------- */
.live { background:
  radial-gradient(700px 360px at 80% 0%, rgba(58,44,194,.06), transparent 60%),
  var(--bg); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 40px; }
.stat-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 22px;
  box-shadow: var(--shadow); position: relative; overflow: hidden; }
.stat-card::after { content: ""; position: absolute; right: -30px; top: -30px; width: 90px; height: 90px; border-radius: 50%;
  background: var(--grad-hero); opacity: .06; }
.stat-num { font-size: clamp(30px, 4vw, 44px); font-weight: 900; letter-spacing: -.03em; color: var(--navy);
  font-variant-numeric: tabular-nums; line-height: 1; }
.stat-num.is-live { color: var(--red); }
.stat-label { color: var(--muted); font-size: 14px; font-weight: 600; margin-top: 8px; }
.stat-card .mini-live { position: absolute; top: 16px; right: 16px; }

/* marquee */
.marquee { overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); margin-bottom: 44px; }
.marquee-track { display: inline-flex; gap: 14px; white-space: nowrap; animation: marq 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.chip { display: inline-flex; align-items: center; gap: 9px; background: var(--card); border: 1px solid var(--line);
  border-radius: 999px; padding: 9px 16px; font-weight: 600; font-size: 14px; box-shadow: var(--shadow); }
.chip .fl { font-size: 16px; }

/* restaurant cards */
.rest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rest-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 18px;
  box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.rest-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.rc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.rc-flag { font-size: 24px; }
.rc-online { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; color: var(--green); }
.rc-online .d { width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 0 rgba(22,179,100,.6); animation: pulseG 2s infinite; }
@keyframes pulseG { 0% { box-shadow: 0 0 0 0 rgba(22,179,100,.55); } 70% { box-shadow: 0 0 0 7px rgba(22,179,100,0); } 100% { box-shadow: 0 0 0 0 rgba(22,179,100,0); } }
.rc-name { font-weight: 800; font-size: 16px; letter-spacing: -.01em; margin-bottom: 2px; }
.rc-meta { color: var(--muted); font-size: 13px; }
.rc-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding-top: 12px;
  border-top: 1px solid var(--line); }
.rc-rating { font-weight: 800; font-size: 14px; }
.rc-rating .st { color: #FFC83D; }

/* ---------- Modules ---------- */
.mod-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.mod-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 18px;
  box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease, border-color .2s; }
.mod-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; }
.mod-ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 14px;
  color: #fff; font-size: 22px; }
.mod-card h3 { font-size: 16px; font-weight: 800; margin: 0 0 6px; letter-spacing: -.01em; }
.mod-card p { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.5; }
/* icon gradients */
.g1 { background: linear-gradient(135deg,#2A2B33,#17181D); } .g2 { background: linear-gradient(135deg,#E4151F,#FF7A45); }
.g3 { background: linear-gradient(135deg,#16B364,#0E9F6E); } .g4 { background: linear-gradient(135deg,#2A2B33,#4A4B57); }
.g5 { background: linear-gradient(135deg,#F59E0B,#FBBF24); } .g6 { background: linear-gradient(135deg,#0EA5E9,#2563EB); }
.g7 { background: linear-gradient(135deg,#3A3B45,#1B1C23); } .g8 { background: linear-gradient(135deg,#E4151F,#C4101A); }
.g9 { background: linear-gradient(135deg,#FF7A45,#E4151F); } .g10{ background: linear-gradient(135deg,#17181D,#E4151F); }

/* ---------- AI section ---------- */
.ai { background: var(--grad-hero); color: #fff; overflow: hidden; }
.ai::before { content:""; position:absolute; inset:0;
  background: radial-gradient(600px 400px at 10% 20%, rgba(228,21,31,.22), transparent 60%); pointer-events:none; }
.ai .wrap { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.ai-copy .sec-eyebrow { color: #FF8A75; }
.ai-copy h2 { font-size: clamp(26px,3.6vw,40px); font-weight: 900; letter-spacing: -.02em; line-height: 1.1; margin: 0 0 14px; }
.ai-copy p { color: rgba(255,255,255,.82); font-size: 17px; margin: 0; max-width: 460px; }
.chatbox { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: var(--r-lg);
  padding: 20px; backdrop-filter: blur(10px); box-shadow: var(--shadow-lg); }
.chat-head { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.12); }
.chat-ava { width: 36px; height: 36px; border-radius: 11px; background: var(--grad-red); display: grid; place-items: center; font-size: 17px; }
.chat-head b { font-size: 14.5px; } .chat-head small { color: rgba(255,255,255,.6); font-size: 12px; }
.bubble { max-width: 82%; padding: 11px 14px; border-radius: 16px; font-size: 14px; line-height: 1.45; margin-bottom: 10px;
  animation: slideIn .5s both; }
.bubble.user { background: rgba(255,255,255,.92); color: var(--ink); margin-left: auto; border-bottom-right-radius: 5px; }
.bubble.bot { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.14); border-bottom-left-radius: 5px; }
.typing { display: inline-flex; gap: 4px; align-items: center; color: rgba(255,255,255,.6); font-size: 12px; }
.typing i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.6); animation: blink 1.2s infinite; }
.typing i:nth-child(2){ animation-delay:.2s; } .typing i:nth-child(3){ animation-delay:.4s; }
@keyframes blink { 0%,60%,100%{ opacity:.3; } 30%{ opacity:1; } }

/* ---------- CTA ---------- */
.cta-band { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  padding: 48px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content:""; position:absolute; inset:0; background: var(--grad-hero); opacity:.04; }
.cta-band h2 { position: relative; font-size: clamp(26px,3.4vw,38px); font-weight: 900; letter-spacing: -.02em; margin: 0 0 10px; }
.cta-band p { position: relative; color: var(--muted); font-size: 17px; margin: 0 0 26px; }
.cta-actions { position: relative; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: rgba(255,255,255,.72); padding: 56px 0 28px; }
.footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer p { font-size: 14px; max-width: 320px; margin: 14px 0 0; }
.footer h4 { color: #fff; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 14px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer a { font-size: 14px; transition: color .15s; } .footer a:hover { color: #fff; }
.footer .copy { padding-top: 22px; font-size: 13px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* ---------- Toast ---------- */
.toast-wrap { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 200; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.toast { background: var(--navy); color: #fff; padding: 13px 20px; border-radius: 999px; font-size: 14px; font-weight: 600;
  box-shadow: var(--shadow-lg); animation: toastIn .3s ease both; }
@keyframes toastIn { from { opacity: 0; transform: translateY(12px); } }

/* ---------- Auth / Login page ---------- */
.auth { min-height: calc(100vh - var(--nav-h)); display: grid; place-items: center; padding: 50px 22px;
  background: radial-gradient(700px 400px at 50% -10%, rgba(58,44,194,.10), transparent 60%), var(--bg); }
.auth-card { width: 100%; max-width: 420px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg); padding: 36px 32px; }
.auth-card .logo { font-size: 28px; margin-bottom: 22px; }
.auth-card h1 { font-size: 24px; font-weight: 900; letter-spacing: -.02em; margin: 0 0 6px; }
.auth-card .sub { color: var(--muted); font-size: 14.5px; margin: 0 0 24px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.field input { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; font: inherit; font-size: 15px;
  background: #fff; transition: border-color .15s, box-shadow .15s; }
.field input:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(18,18,24,.12); }
.auth-card .btn { width: 100%; }
.auth-msg { font-size: 13.5px; border-radius: 12px; padding: 12px 14px; margin-bottom: 16px; display: none; }
.auth-msg.err { display: block; background: #FDECEC; color: var(--red-600); border: 1px solid #F8C9CB; }
.auth-msg.ok { display: block; background: #E8F8F0; color: #0E9F6E; border: 1px solid #BFEAD3; }
.auth-foot { text-align: center; margin-top: 18px; font-size: 13.5px; color: var(--muted); }
.auth-foot a { color: var(--navy); font-weight: 700; }

/* ---------- Download page ---------- */
.page-hero { background: var(--grad-hero); color: #fff; padding: 64px 0 56px; position: relative; overflow: hidden; }
.page-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(680px 420px at 10% -6%, rgba(255,255,255,.16), transparent 60%), radial-gradient(760px 520px at 100% 116%, rgba(0,0,0,.34), transparent 62%); }
.page-hero .wrap { position: relative; }
.page-hero h1 { font-size: clamp(30px,4.4vw,46px); font-weight: 900; letter-spacing: -.025em; margin: 14px 0 12px; }
.page-hero p { color: rgba(255,255,255,.85); font-size: 18px; max-width: 560px; margin: 0; }
.dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: -36px; position: relative; z-index: 2; padding-bottom: 84px; }
.dl-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  padding: 26px; display: flex; flex-direction: column; }
.dl-ic { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; color: #fff; font-size: 25px; margin-bottom: 16px; }
.dl-card h3 { font-size: 18px; font-weight: 800; margin: 0 0 6px; }
.dl-card p { color: var(--muted); font-size: 14px; margin: 0 0 18px; flex: 1; }
.dl-soon { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; font-size: 12px; font-weight: 800;
  letter-spacing: .03em; color: var(--indigo); background: #EEF0FF; border: 1px solid #DADEFF; padding: 6px 12px; border-radius: 999px; margin-bottom: 16px; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .ai .wrap { grid-template-columns: 1fr; gap: 36px; }
  .ai .chatbox { order: -1; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .rest-grid { grid-template-columns: repeat(2, 1fr); }
  .mod-grid { grid-template-columns: repeat(3, 1fr); }
  .dl-grid { grid-template-columns: 1fr; margin-top: 24px; }
  .footer .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; position: absolute; top: var(--nav-h); left: 0; right: 0; flex-direction: column;
    background: #fff; padding: 16px 22px; gap: 16px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); margin-left: 0; }
  .burger { display: block; }
  .nav-login { display: none; }
  .sec { padding: 58px 0; }
  .mod-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band { padding: 34px 22px; }
  .footer .cols { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .stat-grid, .rest-grid, .mod-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding: 48px 0 64px; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============ Phase 2: register, pricing, 404 ============ */

/* nav: mobil-yalnız login linki */
.only-mobile { display: none; }
@media (max-width: 760px) { .nav-links.open .only-mobile { display: block; } }

/* register form */
.auth-wide { max-width: 540px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }
.field select { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; font: inherit;
  font-size: 15px; background: #fff; cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.field select:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(18,18,24,.12); }
.reg-trial { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; color: var(--green);
  background: #E8F8F0; border: 1px solid #BFEAD3; padding: 6px 12px; border-radius: 999px; margin-bottom: 16px; }
.reg-trial .pulse-dot { background: var(--green); box-shadow: 0 0 0 0 rgba(22,179,100,.6); animation: pulseG 1.8s infinite; }

/* pricing — billing toggle */
.bill-toggle { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 5px; box-shadow: var(--shadow); margin: 28px auto 38px; position: relative; }
.bill-toggle { display: flex; width: max-content; }
.bill-wrap-center { display: flex; justify-content: center; }
#billToggle { margin-left: auto; margin-right: auto; }
.bill-toggle button { border: 0; background: transparent; font: inherit; font-weight: 700; font-size: 14px; color: var(--muted);
  padding: 9px 20px; border-radius: 999px; cursor: pointer; transition: all .18s; }
.bill-toggle button.active { background: var(--grad-red); color: #fff; }
.bill-toggle .save-pill { font-size: 11.5px; font-weight: 800; color: var(--green); background: #E8F8F0;
  border: 1px solid #BFEAD3; padding: 5px 10px; border-radius: 999px; margin-left: 4px; }

/* pricing — cards */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-bottom: 18px; align-items: stretch; }
.price-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow);
  padding: 30px 26px; display: flex; flex-direction: column; position: relative; transition: transform .2s, box-shadow .2s; }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.price-card.featured { border-color: transparent; box-shadow: var(--shadow-lg); background:
  linear-gradient(#fff,#fff) padding-box, var(--grad-hero) border-box; border: 2px solid transparent; transform: translateY(-8px); }
.price-card.featured:hover { transform: translateY(-12px); }
.pop-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad-red); color: #fff;
  font-size: 11.5px; font-weight: 800; letter-spacing: .04em; padding: 6px 16px; border-radius: 999px; box-shadow: var(--shadow-red); white-space: nowrap; }
.price-card h3 { font-size: 20px; font-weight: 900; margin: 0 0 4px; letter-spacing: -.01em; }
.plan-desc { color: var(--muted); font-size: 14px; margin: 0 0 18px; }
.price-amt { display: flex; align-items: baseline; gap: 3px; margin-bottom: 22px; }
.price-amt .cur { font-size: 24px; font-weight: 800; color: var(--red); }
.price-amt .num { font-size: 52px; font-weight: 900; letter-spacing: -.03em; color: var(--red); font-variant-numeric: tabular-nums; }
.price-amt .per { font-size: 15px; color: var(--muted); font-weight: 600; }
.plan-feats { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 12px; flex: 1; }
.plan-feats li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--ink); }
.tick { width: 20px; height: 20px; flex: none; border-radius: 50%; background: #E8F8F0; color: var(--green);
  display: grid; place-items: center; font-size: 12px; font-weight: 900; margin-top: 1px; }
.price-card .btn { width: 100%; }
.price-note { text-align: center; color: var(--muted); font-size: 13px; padding: 6px 0 80px; }

@media (max-width: 920px) {
  .price-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .price-card.featured, .price-card.featured:hover { transform: none; }
}

/* ============ Phase 3: contact, faq, about ============ */

/* contact */
.contact-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 28px; padding: 38px 0 84px; align-items: start; }
.contact-form { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 30px; }
.field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; font: inherit; font-size: 15px;
  background: #fff; resize: vertical; min-height: 120px; transition: border-color .15s, box-shadow .15s; }
.field textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(18,18,24,.12); }
.contact-form .btn { width: 100%; }
.contact-side { display: flex; flex-direction: column; gap: 12px; }
.ct-or { font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; margin: 6px 0 4px; }
.ct-chan { display: flex; align-items: center; gap: 14px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 16px 18px; box-shadow: var(--shadow); transition: transform .18s, box-shadow .18s; font-size: 14.5px; }
a.ct-chan:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.ct-chan.ct-static { cursor: default; }
.ct-ic { width: 44px; height: 44px; flex: none; border-radius: 13px; display: grid; place-items: center; font-size: 20px; color: #fff; }
.ct-chan b { font-size: 14px; } .ct-chan span span[data-i18n], .ct-chan { color: var(--ink); }

/* faq */
.faq-list { max-width: 760px; margin: 38px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 22px; font-weight: 700; font-size: 16px; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-mark { flex: none; width: 28px; height: 28px; border-radius: 8px; background: #EEF0FF; color: var(--indigo);
  display: grid; place-items: center; font-size: 20px; font-weight: 700; transition: transform .2s, background .2s; }
.faq-item[open] .faq-mark { transform: rotate(45deg); background: var(--grad-red); color: #fff; }
.faq-ans { padding: 0 22px 20px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.faq-ans p { margin: 0; }
.faq-cta { text-align: center; padding: 38px 0 84px; }

/* about */
.about-story { max-width: 760px; margin: 0 auto; text-align: center; }
.about-story h2 { font-size: clamp(24px,3.2vw,34px); font-weight: 900; letter-spacing: -.02em; margin: 0 0 16px; }
.about-story p { color: var(--muted); font-size: 18px; line-height: 1.7; margin: 0; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 720px; margin: 44px auto 0; }
.as-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: 26px 18px; text-align: center; }
.as-num { font-size: clamp(28px,4vw,42px); font-weight: 900; color: var(--red); letter-spacing: -.03em; font-variant-numeric: tabular-nums; line-height: 1; }
.as-lab { color: var(--muted); font-size: 14px; font-weight: 600; margin-top: 8px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.val-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); padding: 26px 22px; transition: transform .2s, box-shadow .2s; }
.val-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.val-card h3 { font-size: 18px; font-weight: 800; margin: 0 0 6px; }
.val-card p { color: var(--muted); font-size: 14.5px; margin: 0; line-height: 1.55; }

@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(3, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .about-stats { grid-template-columns: 1fr; }
}

/* footer: 4 columns */
.footer .cols.cols4 { grid-template-columns: 2fr 1fr 1fr 1fr; }
@media (max-width: 760px) { .footer .cols.cols4 { grid-template-columns: 1fr 1fr; } }

/* nav: orta ekranlarda erkən burger-ə keç (uzun menyu daşmasın) */
@media (max-width: 920px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; position: absolute; top: var(--nav-h); left: 0; right: 0; flex-direction: column;
    background: #fff; padding: 16px 22px; gap: 16px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); margin-left: 0; }
  .burger { display: block; }
  .nav-login { display: none; }
  .nav-links.open .only-mobile { display: block; }
}

/* ============ Phase 4: lang dropdown, hero refresh, no-fake-data ============ */

/* modern dil dropdown */
.lang-dd { position: relative; }
.lang-trigger { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 7px 13px; font: inherit; font-size: 13px; font-weight: 700; color: var(--navy);
  cursor: pointer; box-shadow: var(--shadow); transition: border-color .15s, transform .15s; }
.lang-trigger:hover { border-color: var(--navy); transform: translateY(-1px); }
.lang-flag { font-size: 15px; line-height: 1; }
.lang-caret { transition: transform .2s; opacity: .65; }
.lang-dd.open .lang-caret { transform: rotate(180deg); }
.lang-menu { position: absolute; top: calc(100% + 8px); right: 0; min-width: 184px; list-style: none; margin: 0; padding: 6px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .16s, transform .16s, visibility .16s; z-index: 60; }
.lang-dd.open .lang-menu { opacity: 1; visibility: visible; transform: none; }
.lang-menu li { margin: 0; }
.lang-menu button { width: 100%; display: flex; align-items: center; gap: 11px; border: 0; background: transparent; font: inherit;
  font-size: 14px; font-weight: 600; color: var(--ink); padding: 10px 12px; border-radius: 10px; cursor: pointer; text-align: left; transition: background .12s; }
.lang-menu button:hover { background: var(--bg); }
.lang-menu button.active { background: var(--grad-red); color: #fff; }
.lang-menu .lf { font-size: 17px; line-height: 1; }

/* hero CTA row (köhnə saxta trust rəqəmi əvəzinə) */
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

/* hero məhsul önizləməsi — illüstrativ (real data iddiası yox) */
.preview-head { display: flex; align-items: center; gap: 12px; justify-content: flex-start; margin-bottom: 16px; }
.ph-dots { display: inline-flex; gap: 6px; }
.ph-dots span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.28); }
.ph-dots span:first-child { background: rgba(228,21,31,.85); }
.ph-title { font-size: 13px; color: rgba(255,255,255,.68); margin-left: 4px; font-weight: 600; }
.po-skel { height: 11px; border-radius: 6px; display: inline-block;
  background: linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,.34), rgba(255,255,255,.16));
  background-size: 200% 100%; animation: shimmer 1.7s infinite; }
.po-skel.w60 { width: 128px; } .po-skel.w50 { width: 104px; } .po-skel.w40 { width: 82px; } .po-skel.w20 { width: 46px; }
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }

/* faq saytın altında */
.faq-sec .faq-list { margin-top: 8px; }

/* ============ Phase 5: custom SVG icons + logo lockup (de-AI) ============ */
.logo { align-items: center; gap: 9px; }
.logo-mark { flex: none; display: block; border-radius: 9px; box-shadow: 0 4px 12px rgba(18,18,24,.22); }
.logo-txt { display: inline-flex; align-items: baseline; }

.mod-ic svg { width: 25px; height: 25px; }
.dl-ic svg  { width: 27px; height: 27px; }
.ct-ic svg  { width: 22px; height: 22px; }
.chat-ava   { color: #fff; }
.chat-ava svg { width: 20px; height: 20px; }
.mod-ic, .dl-ic, .ct-ic { color: #fff; }

/* ============ Phase 7: legal pages + cookie consent ============ */
.legal { max-width: 800px; margin: 0 auto; padding: 40px 0 84px; }
.legal-meta { color: var(--muted); font-size: 13px; margin: 0 0 18px; }
.legal-intro { font-size: 17px; color: var(--ink); margin: 0 0 26px; line-height: 1.7; }
.legal h2 { font-size: 19px; font-weight: 800; letter-spacing: -.01em; margin: 28px 0 10px; color: var(--ink); }
.legal p { color: var(--muted); font-size: 15.5px; line-height: 1.7; margin: 0 0 12px; }
.legal-contact a { color: var(--red); font-weight: 700; }
.legal-note { margin-top: 32px; padding: 16px 18px; background: #FFF8E6; border: 1px solid #F3E2B3; border-radius: 12px; color: #8A6D2F; font-size: 14px; }
.legal-note em { font-style: normal; }

.cookie-bar { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%) translateY(20px); z-index: 180;
  width: min(680px, calc(100% - 32px)); background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow-lg); padding: 15px 20px; display: flex; align-items: center; gap: 18px;
  opacity: 0; transition: opacity .3s ease, transform .3s ease; }
.cookie-bar.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.cookie-text { font-size: 14px; color: var(--ink); flex: 1; line-height: 1.5; }
.cookie-actions { display: flex; align-items: center; gap: 14px; flex: none; }
.cookie-link { font-size: 14px; font-weight: 700; color: var(--navy); }
.cookie-bar .btn { padding: 9px 18px; }
@media (max-width: 560px) {
  .cookie-bar { flex-direction: column; align-items: stretch; text-align: center; gap: 12px; }
  .cookie-actions { justify-content: center; }
}

/* ============ Phase 8: PREMIUM refresh ============ */
:root {
  --navy: #0F1F4D;
  --navy-900: #0A1430;
  --navy-700: #1C3370;
  --ink: #0C1638;
  --indigo: #C4101A;
  --bg: #F6F8FC;
  --line: #E7ECF5;
  --grad-hero: linear-gradient(155deg, #E63946 0%, #D0141F 48%, #B70E18 100%);
  --grad-red: linear-gradient(150deg, #FF4F5F 0%, #E4151F 52%, #C1121F 100%);
  --shadow: 0 8px 26px rgba(12,22,56,.07);
  --shadow-lg: 0 26px 64px rgba(12,22,56,.14);
  --shadow-red: 0 12px 30px rgba(228,21,31,.26);
}

/* vahid (cohesive) navy ikon plitələri — rəngarəng yox, daha premium */
.g1 { background: linear-gradient(150deg, #E63946, #C1121F) !important; }
.g2 { background: linear-gradient(150deg, #E4151F, #FF7A45) !important; }
.g3 { background: linear-gradient(150deg, #16B364, #0E9F6E) !important; }
.g4 { background: linear-gradient(150deg, #F5A524, #E4671F) !important; }
.g5,.g6,.g7,.g8,.g9,.g10 { background: var(--grad-red) !important; }
.mod-ic, .dl-ic, .ct-ic { color: #fff; box-shadow: 0 10px 22px rgba(120,20,25,.20); position: relative; }
.mod-ic::after, .dl-ic::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10); pointer-events: none;
}
.mod-card:hover .mod-ic { transform: translateY(-2px); transition: transform .2s ease; }

/* daha incə kartlar */
.mod-card, .rest-card, .stat-card, .val-card, .dl-card, .price-card, .contact-form, .ct-chan, .faq-item, .as-item {
  border-color: var(--line);
}

/* premium aksent xətti hero başlığının altında */
.hero h1::after {
  content: ""; display: block; width: 64px; height: 4px; margin-top: 22px; border-radius: 4px;
  background: var(--grad-red);
}

/* stat rəqəmləri bir az daha zərif */
.stat-num, .as-num { letter-spacing: -.035em; }

/* ölkələr üzrə müştərilər */
.bycountry { margin-bottom: 44px; }
.byc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 30px; }
.byc-item { padding: 4px 0; }
.byc-top { display: flex; align-items: center; gap: 12px; margin-bottom: 9px; }
.byc-flag { font-size: 22px; line-height: 1; }
.byc-name { font-weight: 700; font-size: 15px; color: var(--ink); flex: 1; }
.byc-count { font-weight: 800; font-size: 16px; color: var(--navy); font-variant-numeric: tabular-nums; }
.byc-bar { height: 8px; border-radius: 999px; background: #E9EEF7; overflow: hidden; }
.byc-bar span { display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--navy), var(--indigo)); transition: width 1s ease; }
@media (max-width: 700px) { .byc-grid { grid-template-columns: 1fr; gap: 12px; } }

/* bayraq şəkilləri (assets/flags/<kod>.png|svg) */
.flag-img { display: inline-block; width: auto; vertical-align: middle; border-radius: 3px;
  object-fit: cover; box-shadow: 0 0 0 1px rgba(12,22,56,.10); }
.fl .flag-img { height: 14px; }
.rc-flag .flag-img { height: 19px; border-radius: 4px; }
.byc-flag .flag-img { height: 17px; }

/* statistika: az sayda sayğac olanda mərkəzləşmiş, balanslı düzüm */
.stat-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
  justify-content: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.stat-card { text-align: center; }

/* dil seçicisində bayraq şəkilləri */
.lang-flag { display: inline-flex; align-items: center; }
.lang-flag .flag-img { height: 15px; border-radius: 3px; }
.lang-menu .lf { display: inline-flex; align-items: center; }
.lang-menu .lf .flag-img { height: 16px; border-radius: 3px; }

/* ============ markets + yenilənmiş restoran kartı ============ */
.markets-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 760px; margin: 0 auto; }
.market-card { display: flex; align-items: center; gap: 14px; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); box-shadow: var(--shadow); padding: 15px 18px; transition: transform .2s ease, box-shadow .2s ease; }
.market-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.market-flag { font-size: 26px; line-height: 1; flex: none; display: inline-flex; }
.market-flag .flag-img { height: 22px; border-radius: 4px; }
.market-name { font-weight: 700; font-size: 15.5px; color: var(--ink); }
@media (max-width: 700px) { .markets-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .markets-grid { grid-template-columns: 1fr; } }

.rest-card.is-link { cursor: pointer; text-decoration: none; color: inherit; display: block; }
.rest-card .rc-top { display: flex; align-items: center; gap: 12px; margin-bottom: 0; }
.rc-logo { width: 44px; height: 44px; flex: none; border-radius: 12px; display: grid; place-items: center;
  font-weight: 800; font-size: 18px; color: #fff; background: linear-gradient(150deg,#1A2C63,#0E1B43); overflow: hidden; }
.rc-logo img { width: 100%; height: 100%; object-fit: cover; }
.rc-info { flex: 1; min-width: 0; }
.rc-info .rc-name { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rc-info .rc-meta { margin: 0; }
.rest-card .rc-flag { flex: none; margin-left: auto; align-self: flex-start; }
.rc-flag .flag-img { height: 18px; border-radius: 3px; }
.rc-open { font-size: 13px; font-weight: 700; color: var(--navy); }
.rest-card.is-link:hover .rc-open { color: var(--red); }
.rest-card.is-link:hover { border-color: transparent; }

/* ============ peşəkar / korporativ footer ============ */
.footer { position: relative; background: #F6F8FC; color: var(--muted); padding: 66px 0 30px; }
.footer::before { content:""; position:absolute; top:0; left:0; right:0; height:3px; background: var(--grad-red); }
/* CTA zolağı — qırmızı (açıq fonda seçilir) */
.footer-cta { display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
  padding:30px 34px; margin-bottom:46px; border-radius:20px; position:relative; overflow:hidden;
  background:linear-gradient(150deg,#E63946 0%,#C1121F 100%); border:0; box-shadow:0 22px 48px rgba(183,14,24,.26); }
.footer-cta::before { content:""; position:absolute; inset:0; background:
  radial-gradient(60% 120% at 6% -20%, rgba(255,255,255,.18), transparent 55%),
  radial-gradient(72% 130% at 100% 120%, rgba(0,0,0,.18), transparent 60%); }
.footer-cta > div { position:relative; }
.footer-cta h3 { margin:0; font-size:21px; font-weight:800; color:#fff; letter-spacing:-.01em; }
.footer-cta p { margin:6px 0 0; font-size:14px; color:rgba(255,255,255,.9); }
.footer-cta .btn { position:relative; flex:none; }
.footer-cta .btn-red { background:#fff; color:#C1121F; box-shadow:0 12px 28px rgba(0,0,0,.16); }
.footer-cta .btn-red:hover { background:#fff; transform:translateY(-2px); box-shadow:0 16px 34px rgba(0,0,0,.22); }
.footer-top { display: grid; grid-template-columns: 1.2fr 3.4fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.footer-brand .logo { margin-bottom: 16px; }
.footer-brand p { font-size: 14px; color: var(--muted); max-width: 300px; margin: 0 0 22px; line-height: 1.65; }
.store-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.store-badge { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line);
  color: var(--ink); border-radius: 12px; padding: 9px 15px; cursor: pointer; box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.store-badge:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); border-color: rgba(18,18,24,.2); }
.store-badge svg { width: 21px; height: 21px; flex: none; }
.store-badge span { display: flex; flex-direction: column; line-height: 1.12; text-align: left; }
.store-badge small { font-size: 9.5px; letter-spacing: .03em; color: var(--muted); text-transform: uppercase; }
.store-badge b { font-size: 15px; font-weight: 700; color: var(--ink); }
.socials { display: flex; gap: 10px; }
.social { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: var(--navy);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); transition: background .18s ease, transform .18s ease, color .18s ease, border-color .18s ease; }
.social:hover { background: var(--grad-red); color: #fff; border-color: transparent; transform: translateY(-3px); }
.social svg { width: 18px; height: 18px; }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.footer-cols h4 { color: var(--ink); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 16px; font-weight: 700; }
.footer-cols ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer-cols a { font-size: 14px; color: var(--muted); transition: color .15s ease, padding-left .15s ease; }
.footer-cols a:hover { color: var(--red); padding-left: 3px; }
.footer-bottom { padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: var(--muted); }
.footer-bottom-links { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.footer-bottom-links a { font-size: 13px; color: var(--muted); transition: color .15s ease; }
.footer-bottom-links a:hover { color: var(--red); }
@media (max-width: 560px) { .footer-cta { padding: 24px; flex-direction: column; align-items: flex-start; } }

@media (max-width: 860px) { .footer-top { grid-template-columns: 1fr; gap: 34px; } }
@media (max-width: 520px) {
  .footer-cols { grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* dil trigger: artıq yalnız bayraq + ox */
.lang-trigger { padding: 7px 11px; gap: 6px; }

/* ============ MODERN HERO ============ */
.hero { padding: 92px 0 108px; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(72px); opacity: .55; mix-blend-mode: screen; }
.blob-1 { width: 520px; height: 520px; top: -130px; right: -70px; background: radial-gradient(circle, rgba(228,21,31,.75), transparent 70%); animation: blobA 15s ease-in-out infinite; }
.blob-2 { width: 580px; height: 580px; bottom: -180px; left: -130px; background: radial-gradient(circle, rgba(58,96,230,.75), transparent 70%); animation: blobB 18s ease-in-out infinite; }
.blob-3 { width: 360px; height: 360px; top: 28%; left: 46%; background: radial-gradient(circle, rgba(125,86,255,.45), transparent 70%); animation: blobA 22s ease-in-out infinite reverse; }
@keyframes blobA { 0%,100%{ transform: translate(0,0) scale(1);} 50%{ transform: translate(-32px,42px) scale(1.09);} }
@keyframes blobB { 0%,100%{ transform: translate(0,0) scale(1);} 50%{ transform: translate(44px,-32px) scale(1.12);} }
.hero-grid { position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px); background-size: 26px 26px;
  -webkit-mask: radial-gradient(120% 78% at 50% 0%, #000 28%, transparent 72%);
  mask: radial-gradient(120% 78% at 50% 0%, #000 28%, transparent 72%); opacity: .55; }
.hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }

.hero { min-height: calc(100vh - var(--nav-h)); display: flex; align-items: center; padding: 64px 0 88px; }
.hero > .wrap { width: 100%; }
.hero h1 { font-size: clamp(40px, 5.9vw, 66px);
  background: linear-gradient(180deg, #ffffff 58%, #cdd8f5);
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero h1::after { margin-top: 24px; }
.hero-cta-row { margin-top: 26px; }
.hero-stores { margin-top: 18px; }

/* ── Hero visual ── */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228,21,31,.3), transparent 70%);
  filter: blur(50px);
  z-index: 0;
}

/* ── Telefon çərçivəsi ── */
.phone {
  position: relative;
  z-index: 2;
  width: 260px;
  padding: 12px;
  border-radius: 44px;
  background: linear-gradient(160deg, #1c2858, #0b1330);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 50px 100px rgba(4,9,28,.6), inset 0 1px 0 rgba(255,255,255,.10);
  animation: hvFloat 8s ease-in-out infinite;
}

@keyframes hvFloat { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-12px);} }

.phone-notch {
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 110px; height: 24px;
  background: #0b1330;
  border-radius: 0 0 14px 14px;
  z-index: 5;
}

.phone-screen {
  background: #F6F8FC;
  border-radius: 34px;
  overflow: hidden;
  min-height: 480px;
}

/* ── Telefon içi — analitika ── */
.ph-head {
  background: linear-gradient(140deg, #1D1E26, #14151B);
  padding: 38px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ph-logo { font-size: 15px; font-weight: 900; color: #fff; letter-spacing: -.02em; }
.ph-date { font-size: 11px; color: rgba(255,255,255,.6); font-weight: 600; }

.ph-dash { padding: 14px; }

.ph-stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
.ph-stat {
  background: #fff;
  border: 1px solid #E7ECF5;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(12,22,56,.06);
}
.ph-stat-val { display: block; font-size: 17px; font-weight: 900; color: #0F1F4D; letter-spacing: -.02em; line-height: 1.1; }
.ph-stat-lbl { display: block; font-size: 10px; color: #5A6685; font-weight: 600; margin-top: 3px; }

.ph-chart-wrap {
  background: #fff;
  border: 1px solid #E7ECF5;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(12,22,56,.06);
}
.ph-chart-label { font-size: 10px; font-weight: 700; color: #5A6685; margin-bottom: 10px; letter-spacing: .03em; text-transform: uppercase; }
.ph-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 56px;
}
.ph-bar {
  flex: 1;
  height: var(--h);
  background: rgba(35,58,134,.2);
  border-radius: 3px 3px 0 0;
}
.ph-bar-active {
  background: linear-gradient(180deg, #E4151F, rgba(228,21,31,.5));
}

.ph-top-label { font-size: 10px; font-weight: 700; color: #5A6685; margin-bottom: 8px; letter-spacing: .03em; text-transform: uppercase; }
.ph-top-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #E7ECF5;
  border-radius: 9px;
  margin-bottom: 6px;
  box-shadow: 0 2px 8px rgba(12,22,56,.04);
}
.ph-top-name { font-size: 12px; font-weight: 700; color: #0C1638; }
.ph-top-cnt { font-size: 11px; font-weight: 800; color: #C4101A; background: #FDECEC; padding: 2px 7px; border-radius: 999px; }

/* ── Floating bildirişlər ── */
.hv-float {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(16,24,56,.82);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 10px 13px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 16px 36px rgba(4,9,28,.5);
  white-space: nowrap;
}
.hv-float-1 { top: 10%; right: -16px; animation: hvFloat 6s ease-in-out infinite; }
.hv-float-2 { bottom: 12%; left: -16px; animation: hvFloat 7.5s ease-in-out infinite reverse; }

.hvf-ic {
  width: 34px; height: 34px;
  border-radius: 10px;
  flex: none;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--grad-red);
}
.hvf-ic.green { background: linear-gradient(150deg, #16B364, #0E9F6E); }
.hvf-ic svg { width: 18px; height: 18px; }

.hvf-txt { display: flex; flex-direction: column; line-height: 1.25; }
.hvf-txt b { font-size: 12.5px; color: #fff; font-weight: 700; }
.hvf-txt span { font-size: 11px; color: rgba(255,255,255,.55); }

/* ── Responsive ── */
@media (max-width: 980px) {
  .hero .wrap, .ai .wrap { grid-template-columns: 1fr; gap: 36px; }
  .hero { min-height: 0; display: block; padding: 52px 0 80px; }
  .hero-visual { margin-top: 12px; min-height: 0; }
  .hv-float-1 { right: 4px; }
  .hv-float-2 { left: 4px; }
}
@media (max-width: 620px) {
  .phone { width: 240px; }
  .phone-screen { min-height: 440px; }
}
@media (max-width: 380px) { .phone { width: 210px; } }
@media (prefers-reduced-motion: reduce) {
  .blob, .phone, .hv-float { animation: none !important; }
}

/* ============ ÖLKƏ MARQUEESİ ============ */
.country-marquee-sec { padding: 64px 0 0; }
.country-marquee-sec .sec-head { margin-bottom: 32px; }

.cmarquee {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  padding: 8px 0 32px;
}
.cmarquee-track {
  display: inline-flex;
  gap: 12px;
  white-space: nowrap;
  animation: cmarq 36s linear infinite;
}
.cmarquee:hover .cmarquee-track { animation-play-state: paused; }
@keyframes cmarq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.ccountry-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 18px;
  font: inherit;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.ccountry-chip:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--navy);
}
.ccountry-flag { font-size: 28px; line-height: 1; display: inline-flex; align-items: center; }
.ccountry-flag .flag-img { height: 26px; border-radius: 4px; }
.ccountry-name { color: var(--ink); }
.ccountry-cnt {
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 999px;
  min-width: 20px;
  text-align: center;
}

/* Restoran drawer */
.crests-drawer {
  border-top: 1px solid var(--line);
  padding: 32px 0 48px;
  background: var(--bg);
  animation: fadeSlide .3s ease both;
}
@keyframes fadeSlide { from { opacity: 0; transform: translateY(10px); } }

.crests-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.crests-title {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -.01em;
}
.crests-close {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 16px;
  color: var(--muted);
  display: grid;
  place-items: center;
  transition: background .15s, color .15s;
  flex: none;
}
.crests-close:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

.crests-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 860px) { .crests-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .crests-grid { grid-template-columns: 1fr; } }
/* ============ Phase 9: PREMIUM POLISH ============ */
::selection { background: rgba(228,21,31,.16); color: var(--ink); }

/* Premium scrollbar */
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(18,18,24,.22); border-radius: 999px; border: 3px solid var(--bg); }
::-webkit-scrollbar-thumb:hover { background: rgba(228,21,31,.5); }

/* Premium input focus (formalar) */
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--red) !important; box-shadow: 0 0 0 4px rgba(228,21,31,.12) !important; }

/* Düymə parıltısı (shine) */
.btn-red { position: relative; overflow: hidden; }
.btn-red::after { content:""; position:absolute; top:0; left:-130%; width:55%; height:100%; transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent); transition: left .6s ease; pointer-events:none; }
.btn-red:hover::after { left: 140%; }

/* Kart hover — incə qalxma (default) */
@media (hover: hover) {
  .dl-card, .val-card, .price-card { transition: transform .2s ease, box-shadow .2s ease; }
  .dl-card:hover, .val-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
}

/* ============ Ölkə seçimi modalı ============ */
.cmodal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; }
.cmodal[hidden] { display: none; }
.cmodal-back { position: absolute; inset: 0; background: rgba(12,14,20,.55); backdrop-filter: blur(3px); }
.cmodal-box { position: relative; width: min(680px, 100%); max-height: 86vh; overflow: auto; background: var(--card);
  border-radius: 24px; box-shadow: var(--shadow-lg); padding: 28px; animation: cmIn .25s ease; }
@keyframes cmIn { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.cmodal-hd { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.cmodal-hd h3 { margin: 0; font-size: 22px; font-weight: 900; letter-spacing: -.02em; color: var(--ink); }
.cmodal-hd p { margin: 6px 0 0; font-size: 14px; color: var(--muted); }
.cmodal-x { flex: none; width: 38px; height: 38px; border-radius: 11px; border: 1px solid var(--line); background: #fff;
  color: var(--muted); cursor: pointer; display: grid; place-items: center; transition: background .15s, color .15s, border-color .15s; }
.cmodal-x:hover { background: var(--grad-red); color: #fff; border-color: transparent; }
.cmodal-x svg { width: 18px; height: 18px; }
.cmodal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cm-item { display: flex; align-items: center; gap: 11px; padding: 13px 14px; border-radius: 14px; border: 1px solid var(--line);
  background: #fff; text-align: left; font: inherit; width: 100%; }
button.cm-item { cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
button.cm-item:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: rgba(228,21,31,.4); }
.cm-flag { font-size: 22px; line-height: 1; flex: none; }
.cm-flag img { width: 24px; height: 18px; border-radius: 3px; object-fit: cover; display: block; }
.cm-name { font-size: 14.5px; font-weight: 700; color: var(--ink); flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cm-go { width: 16px; height: 16px; color: var(--red); flex: none; }
.cm-soon { opacity: .6; }
.cm-badge { font-size: 9px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; color: var(--muted);
  background: var(--bg); border: 1px solid var(--line); padding: 3px 7px; border-radius: 999px; flex: none; }
@media (max-width: 620px) { .cmodal-grid { grid-template-columns: repeat(2, 1fr); } .cmodal-box { padding: 22px; } }
@media (max-width: 380px) { .cmodal-grid { grid-template-columns: 1fr; } }

/* köhnə dil dropdown menyusu — modal əvəz edir */
.lang-menu { display: none !important; }

/* ============ Auth modal (login / register) ============ */
.amodal { position: fixed; inset: 0; z-index: 210; display: grid; place-items: center; padding: 20px; }
.amodal[hidden] { display: none; }
.amodal-back { position: absolute; inset: 0; background: rgba(12,14,20,.55); backdrop-filter: blur(3px); }
.amodal-box { position: relative; width: min(500px, 100%); max-height: 92vh; overflow: auto; background: var(--card);
  border-radius: 24px; box-shadow: var(--shadow-lg); padding: 34px 32px; animation: cmIn .25s ease; }
.amodal-x { position: absolute; top: 15px; right: 15px; }
.amodal-logo { display: inline-flex; align-items: baseline; gap: 8px; font-weight: 900; font-size: 22px; color: var(--navy); margin-bottom: 14px; letter-spacing: -.02em; }
.amodal-logo .v, .amodal-logo .dot { color: var(--red); }
.amodal-logo svg { width: 32px; height: 32px; }
.apanel h2 { font-size: 24px; font-weight: 900; letter-spacing: -.02em; margin: 0; color: var(--ink); }
.amodal-sub { color: var(--muted); font-size: 15px; margin: 8px 0 18px; }
.apanel .field { margin-bottom: 14px; }
.apanel .reg-trial { margin-bottom: 12px; }
.amodal-switch { margin-top: 18px; text-align: center; font-size: 14px; color: var(--muted); }
.alink { background: none; border: 0; font: inherit; font-weight: 800; color: var(--red); cursor: pointer; padding: 0; }
.alink:hover { text-decoration: underline; }
@media (max-width: 520px) { .amodal-box { padding: 28px 22px; } }

/* ============ Üzən düymələr (WhatsApp + yuxarı) ============ */
.fab-stack { position: fixed; right: 20px; bottom: 20px; z-index: 150; display: flex; flex-direction: column; gap: 12px; }
.fab { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; border: 0;
  box-shadow: 0 10px 26px rgba(0,0,0,.22); transition: transform .18s ease, box-shadow .18s ease; }
.fab:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0,0,0,.30); }
.fab svg { width: 26px; height: 26px; }
.fab-wa { background: #25D366; color: #fff; }
.fab-top { background: var(--grad-red); color: #fff; }
.fab-top[hidden] { display: none; }
@media (max-width: 560px) { .fab-stack { right: 14px; bottom: 14px; } .fab { width: 48px; height: 48px; } .fab svg { width: 24px; height: 24px; } }

/* ============ Telefon mockup — dinamik/canlı detallar ============ */
@keyframes ph-dot { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.5); opacity: .35; } }
@keyframes ph-add { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.14); } }
@keyframes ph-glow { 0% { box-shadow: 0 0 0 0 rgba(228,21,31,.45); } 70%, 100% { box-shadow: 0 0 0 7px rgba(228,21,31,0); } }
@keyframes ph-swipe { 0%, 55% { left: -150%; } 100% { left: 170%; } }
@keyframes ph-timer { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }

@media (prefers-reduced-motion: no-preference) {
  /* Canlı sifariş nöqtəsi (açıq sifariş) */
  .ord-dot.d-open { animation: ph-dot 1.5s ease-in-out infinite; }
  /* "+" düymələri tıklamağa dəvət edir */
  .qr-add { animation: ph-add 2.4s ease-in-out infinite; }
  /* AI köməkçi avatarı canlı işıq */
  .ai-av { animation: ph-glow 2.2s ease-in-out infinite; }
  /* Mətbəx sifariş taymeri (təcili masa) yanıb-sönür */
  .kit-rush .kit-tm { color: #FF6B6B; animation: ph-timer 1.1s ease-in-out infinite; }
  /* Kassa düyməsində premium parıltı */
  .csh-btn { position: relative; overflow: hidden; }
  .csh-btn::after { content: ""; position: absolute; top: 0; left: -150%; width: 55%; height: 100%;
    transform: skewX(-20deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
    animation: ph-swipe 3.4s ease-in-out infinite; pointer-events: none; }
}

/* ============ Dizayn canlandırma ============ */
/* Page-hero — yumşaq hərəkət edən işıq */
.page-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(520px 260px at 18% -12%, rgba(255,255,255,.13), transparent 60%);
  animation: hero-sheen 9s ease-in-out infinite alternate; }
@keyframes hero-sheen { from { opacity: .55; transform: translateX(-6%); } to { opacity: 1; transform: translateX(10%); } }
.page-hero .wrap { position: relative; z-index: 1; }

/* Kartlarda hover — qırmızı üst xətt (mərkəzdən açılır) */
.val-card, .dl-card, .ab-hl, .hm-mod { position: relative; }
.val-card::after, .dl-card::after, .ab-hl::after, .hm-mod::after {
  content: ""; position: absolute; top: 0; left: 16px; right: 16px; height: 3px; border-radius: 0 0 3px 3px;
  background: var(--grad-red); transform: scaleX(0); transform-origin: center; transition: transform .32s ease; }
.val-card:hover::after, .dl-card:hover::after, .ab-hl:hover::after, .hm-mod:hover::after { transform: scaleX(1); }

/* ============ MAKS dinamik — telefon mockup canlılığı ============ */
@media (prefers-reduced-motion: no-preference) {
  /* AI "yazır" göstəricisi */
  .ai-typing { align-self: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px;
    border-bottom-left-radius: 4px; padding: 9px 12px; display: flex; gap: 4px; }
  .ai-typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: ai-bounce 1.2s ease-in-out infinite; }
  .ai-typing span:nth-child(2) { animation-delay: .16s; }
  .ai-typing span:nth-child(3) { animation-delay: .32s; }
  @keyframes ai-bounce { 0%, 60%, 100% { transform: translateY(0); opacity: .4; } 30% { transform: translateY(-4px); opacity: 1; } }

  /* Hesabat qrafikində canlı işıq süpürməsi */
  .dsh-bars { position: relative; overflow: hidden; }
  .dsh-bars::after { content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent); animation: dsh-sweep 3.6s ease-in-out infinite; pointer-events: none; }
  @keyframes dsh-sweep { 0%, 55% { left: -60%; } 100% { left: 130%; } }

  /* Yeni sifariş vurğusu (ən üst sifariş) */
  .scr-ord .ord-row:first-of-type { position: relative; overflow: hidden; }
  .scr-ord .ord-row:first-of-type::after { content: ""; position: absolute; inset: 0;
    background: linear-gradient(90deg, transparent, rgba(228,21,31,.10), transparent); transform: translateX(-100%);
    animation: ord-new 4.2s ease-in-out infinite; pointer-events: none; }
  @keyframes ord-new { 0%, 72% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }

  /* Mətbəx "Hazır" düyməsi canlı parıltı */
  .kit-ok { animation: kit-glow 2.1s ease-in-out infinite; }
  @keyframes kit-glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(22,179,100,.45); } 60% { box-shadow: 0 0 0 5px rgba(22,179,100,0); } }

  /* Dolu masalar nəbz vurur */
  .tb.t-busy { animation: tb-pulse 2.6s ease-in-out infinite; }
  @keyframes tb-pulse { 0%, 100% { border-color: #F6C6C9; } 50% { border-color: #E4151F; } }

  /* Səbət cəmi yüngül nəbz */
  .qr-cart b { display: inline-block; animation: cart-beat 3s ease-in-out infinite; }
  @keyframes cart-beat { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08); } }
}

/* ============ Premium mobil nav ============ */
@keyframes navdrop { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
@media (max-width: 920px) {
  /* Yuxarı zolaqdakı düymə gizli — menyunun içindədir */
  .nav-reg-top, .nav-dist-top { display: none; }
  /* Burger → X */
  .burger span { transition: transform .25s ease, opacity .2s ease; }
  .burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .burger.open span:nth-child(2) { opacity: 0; }
  .burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  /* Premium açılan menyu */
  .nav-links.open {
    padding: 12px 14px 18px; gap: 3px; border-bottom: 0; border-radius: 0 0 22px 22px;
    box-shadow: 0 22px 48px rgba(18,18,24,.15); background: #fff;
    animation: navdrop .28s cubic-bezier(.2,.8,.2,1);
  }
  .nav-links.open a:not(.btn) {
    padding: 13px 14px; border-radius: 12px; font-size: 15.5px; font-weight: 600; color: var(--ink);
    display: flex; align-items: center; justify-content: space-between;
    transition: background .15s ease, color .15s ease;
  }
  .nav-links.open a:not(.btn)::after { display: none; }
  .nav-links.open a:not(.btn):hover,
  .nav-links.open a:not(.btn):active,
  .nav-links.open a.is-active { background: #FDECEC; color: var(--red); }
  /* Login (ikinci dərəcəli) */
  .nav-links.open .nav-mob-login {
    margin-top: 6px; padding-top: 15px; border-top: 1px solid var(--line); border-radius: 0;
    justify-content: center; color: var(--muted); font-weight: 700;
  }
  /* Qeydiyyat (əsas CTA) — tam en, qırmızı */
  .nav-links.open .nav-mob-cta {
    display: flex !important; width: 100%; justify-content: center; margin-top: 8px; padding: 14px; font-size: 16px;
  }
}

/* ============ Mobil nav — TAM EKRAN qırmızı overlay ============ */
@keyframes navfade { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 920px) {
  .nav-links.open {
    position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0; z-index: 48;
    background: linear-gradient(165deg, #E63946 0%, #C1121F 55%, #B70E18 100%);
    padding: 20px 26px 40px; gap: 2px;
    display: flex; flex-direction: column; justify-content: flex-start;
    border-radius: 0; border-bottom: 0; box-shadow: none; overflow-y: auto; -webkit-overflow-scrolling: touch;
    animation: navfade .26s ease;
  }
  .nav-links.open a:not(.btn) {
    color: #fff; font-size: 20px; font-weight: 800; letter-spacing: -.01em;
    padding: 11px 0; text-align: center; justify-content: center; border-radius: 0;
    background: transparent; transition: opacity .15s ease;
  }
  .nav-links.open a:not(.btn)::after { display: none; }
  .nav-links.open a:not(.btn):hover,
  .nav-links.open a:not(.btn):active { background: transparent; color: #fff; opacity: .78; }
  .nav-links.open a.is-active { background: transparent; color: #fff;
    text-decoration: underline; text-underline-offset: 9px; text-decoration-thickness: 2px; }
  .nav-links.open .nav-mob-login {
    margin-top: 18px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22);
    color: #fff; opacity: .92; font-size: 18px; font-weight: 700;
  }
  .nav-links.open .nav-mob-cta {
    display: flex !important; width: 100%; max-width: 360px; margin: 20px auto 0; justify-content: center;
    padding: 16px; font-size: 17px; background: #fff; color: #C1121F; box-shadow: 0 14px 30px rgba(0,0,0,.2);
  }
  .nav-links.open .nav-mob-cta::after { display: none; }
}

/* ============ POS sifariş ekranı (ps_pos) ============ */
.scr-pos { background: #F7F9FD; display: flex; flex-direction: column; }
.pos-hd { display: flex; justify-content: space-between; align-items: center; padding: 14px 14px 10px; }
.pos-hd b { font-size: 14px; color: var(--ink); font-weight: 800; }
.pos-g { font-size: 9.5px; color: var(--muted); background: #fff; border: 1px solid var(--line); padding: 3px 9px; border-radius: 999px; }
.pos-cats { display: flex; gap: 6px; padding: 0 12px 10px; overflow: hidden; }
.pos-cats span { font-size: 9.5px; font-weight: 700; padding: 5px 10px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--muted); white-space: nowrap; }
.pos-cats span.on { background: var(--grad-red); color: #fff; border-color: transparent; }
.pos-grid { flex: 1; padding: 0 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-content: start; }
.pos-item { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 10px; box-shadow: var(--shadow); }
.pos-item b { display: block; font-size: 11px; color: var(--ink); line-height: 1.2; font-weight: 700; }
.pos-pr { font-size: 10px; color: var(--muted); font-weight: 700; }
.pos-item.pos-sel { border-color: #F6B8BC; background: #FFF5F5; }
.pos-q { position: absolute; top: -7px; right: -7px; width: 21px; height: 21px; border-radius: 50%; background: var(--grad-red); color: #fff; font-style: normal; font-size: 10px; font-weight: 800; display: grid; place-items: center; box-shadow: var(--shadow-red); }
.pos-bar { margin-top: auto; background: #fff; border-top: 1px solid var(--line); padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pos-sum { display: flex; flex-direction: column; line-height: 1.15; }
.pos-sum b { font-size: 9px; color: var(--muted); font-weight: 600; }
.pos-sum span { font-size: 15px; font-weight: 800; color: var(--ink); }
.pos-send { background: var(--grad-red); color: #fff; font-size: 11px; font-weight: 800; padding: 11px 14px; border-radius: 11px; box-shadow: var(--shadow-red); white-space: nowrap; }
@media (prefers-reduced-motion: no-preference) {
  .pos-item.pos-sel .pos-q { animation: ph-add 2.6s ease-in-out infinite; }
}

/* ============ Landscape POS + cihaz çərçivələri ============ */
.posw { display: flex; flex-direction: column; height: 100%; background: #F4F6FB; overflow: hidden; }
.posw-top { display: flex; align-items: center; gap: 9px; background: linear-gradient(90deg, #E4151F, #C1121F); color: #fff; padding: 8px 12px; }
.posw-tab { font-weight: 800; font-size: 11px; background: rgba(255,255,255,.16); padding: 5px 11px; border-radius: 8px; }
.posw-new { margin-left: auto; background: #16B364; color: #fff; font-weight: 700; padding: 5px 11px; border-radius: 8px; font-size: 9.5px; }
.posw-tools { display: flex; gap: 6px; }
.posw-tools i { width: 16px; height: 16px; border-radius: 5px; background: rgba(255,255,255,.18); display: inline-block; }
.posw-body { flex: 1; display: grid; grid-template-columns: 37% 1fr; min-height: 0; }
.posw-order { background: #fff; border-right: 1px solid var(--line); display: flex; flex-direction: column; padding: 11px; }
.pow-line { display: flex; justify-content: space-between; align-items: center; font-size: 10.5px; padding: 7px 0; border-bottom: 1px solid #F0F2F7; color: var(--ink); }
.pow-line b { font-weight: 700; }
.pow-disc, .pow-disc b { color: #0E8A4C; }
.pow-spacer { flex: 1; min-height: 6px; }
.pow-total { display: flex; justify-content: space-between; font-weight: 800; font-size: 14px; padding: 9px 0 8px; border-top: 2px solid var(--line); color: var(--ink); }
.pow-actions { display: flex; gap: 6px; }
.pow-actions button { flex: 1; border: 0; border-radius: 10px; padding: 10px; font-weight: 800; font-size: 10.5px; color: #fff; cursor: pointer; font-family: inherit; }
.pow-send { background: var(--grad-red); box-shadow: var(--shadow-red); }
.pow-pay { background: #16B364; }
.posw-menu { padding: 11px; overflow: hidden; display: flex; flex-direction: column; }
.pow-cats { display: flex; gap: 5px; margin-bottom: 9px; flex-wrap: wrap; }
.pow-cats span { font-size: 9px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--muted); }
.pow-cats span.on { background: var(--grad-red); color: #fff; border-color: transparent; }
.pow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; align-content: start; }
.pow-cell { border-radius: 11px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.pow-cell .ph { height: 42px; display: grid; place-items: center; font-size: 22px; }
.pow-cell .nm { padding: 6px 7px 2px; font-size: 8.7px; font-weight: 700; color: var(--ink); line-height: 1.15; }
.pow-cell .pr { padding: 0 7px 7px; font-size: 8.3px; color: var(--muted); font-weight: 700; }
.ph.c1 { background: linear-gradient(135deg, #FFE1E3, #FFD0D3); }
.ph.c2 { background: linear-gradient(135deg, #FFEAD6, #FFDBB8); }
.ph.c3 { background: linear-gradient(135deg, #DEF7E8, #C6EFD6); }
.ph.c4 { background: linear-gradient(135deg, #FFE7D9, #FFD4BD); }
.ph.c5 { background: linear-gradient(135deg, #FFF3D1, #FFE9AE); }
.ph.c6 { background: linear-gradient(135deg, #E6EEFF, #D3E1FF); }

/* Planşet (landscape) */
.dev-tablet { position: relative; width: 100%; max-width: 540px; aspect-ratio: 1.42 / 1;
  background: linear-gradient(150deg, #141A2E, #0A0F1E); border-radius: 26px; padding: 13px;
  box-shadow: 0 45px 90px rgba(5,12,35,.4), 0 0 0 1px rgba(255,255,255,.05) inset; }
.dev-tablet .posw { border-radius: 13px; height: 100%; }
.dev-tablet::after { content: ""; position: absolute; left: 6px; top: 50%; transform: translateY(-50%); width: 4px; height: 36px; border-radius: 4px; background: rgba(255,255,255,.10); }

/* Masaüstü POS terminal */
.dev-desk { display: flex; flex-direction: column; align-items: center; width: 100%; }
.dev-desk-screen { position: relative; width: 100%; max-width: 560px; aspect-ratio: 1.6 / 1;
  background: linear-gradient(150deg, #141A2E, #0A0F1E); border-radius: 16px; padding: 13px;
  box-shadow: 0 35px 75px rgba(5,12,35,.32), 0 0 0 1px rgba(255,255,255,.05) inset; }
.dev-desk-screen .posw { border-radius: 8px; height: 100%; }
.dev-desk-neck { width: 44px; height: 40px; background: linear-gradient(180deg, #cfd4dd, #a6adba); margin-top: -1px; border-radius: 0 0 8px 8px; }
.dev-desk-base { width: 170px; height: 14px; background: linear-gradient(180deg, #d7dbe2, #aab1bd); border-radius: 50%; box-shadow: 0 14px 22px rgba(0,0,0,.14); }

/* Səhnə (planşet + terminal yan-yana) */
.dev-stage { display: flex; gap: 46px; align-items: flex-end; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.dev-showcase { display: flex; flex-direction: column; align-items: center; gap: 16px; flex: 1; min-width: 300px; max-width: 560px; }
.dev-tag { font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 620px) { .pow-grid { grid-template-columns: repeat(3, 1fr); } .posw-body { grid-template-columns: 40% 1fr; } }

/* ============ Cihaz səhifələri (Mobil/Planşet/Terminal) ============ */
/* Telefon çərçivəsi (qlobal — cihaz səhifələri üçün) */
.pdev-page { position: relative; width: 260px; border-radius: 36px; background: linear-gradient(160deg, #10193a, #070d22); padding: 10px; box-shadow: 0 34px 74px rgba(5,12,35,.42), 0 0 0 1px rgba(255,255,255,.06) inset; }
.pdev-page::before { content: ""; position: absolute; top: 17px; left: 50%; transform: translateX(-50%); width: 66px; height: 6px; border-radius: 6px; background: rgba(255,255,255,.14); z-index: 3; }
.pdev-page .pscr { border-radius: 28px; overflow: hidden; background: #fff; height: 530px; position: relative; font-size: 11px; display: flex; flex-direction: column; color: var(--ink); }

.dev-page-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.dev-page-art { display: flex; justify-content: center; position: relative; }
.dev-page-art::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(228,21,31,.12), transparent 65%); z-index: 0; }
.dev-page-art > * { position: relative; z-index: 1; }
.dev-page-feats { display: flex; flex-direction: column; gap: 24px; }
.dev-feat { display: flex; gap: 16px; align-items: flex-start; }
.dev-feat-ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; color: #fff; flex: none; box-shadow: 0 10px 22px rgba(120,20,25,.20); }
.dev-feat-ic svg { width: 24px; height: 24px; }
.dev-feat h3 { margin: 0; font-size: 17px; font-weight: 800; color: var(--ink); letter-spacing: -.01em; }
.dev-feat p { margin: 5px 0 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
@media (max-width: 900px) { .dev-page-hero { grid-template-columns: 1fr; gap: 38px; } .dev-page-art { order: -1; } }

/* ============ Nav "Cihazlar" dropdown ============ */
.nav-dd { position: relative; }
.nav-dd-trigger { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; }
.dd-caret { width: 13px; height: 13px; transition: transform .22s ease; }
.nav-dd:hover .dd-caret { transform: rotate(180deg); }
.nav-dd::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 14px; }
.nav-dd-menu { position: absolute; top: calc(100% + 12px); left: 0; min-width: 280px; background: var(--card);
  border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; z-index: 60; }
.nav-dd:hover .nav-dd-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dd-menu a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; transition: background .15s ease; }
.nav-dd-menu a:hover { background: var(--bg); }
.nav-dd-menu a::after { display: none !important; }
.dd-ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; flex: none; }
.dd-ic svg { width: 20px; height: 20px; }
.dd-tx b { display: block; font-size: 14px; font-weight: 800; color: var(--ink); }
.dd-tx i { font-size: 11.5px; color: var(--muted); font-style: normal; }

@media (max-width: 920px) {
  .nav-dd { width: 100%; }
  .nav-links.open .nav-dd-menu { position: static; opacity: 1; visibility: visible; transform: none;
    background: transparent; border: 0; box-shadow: none; padding: 0; min-width: 0; margin-top: 2px; }
  .nav-links.open .nav-dd-menu a { justify-content: center; padding: 9px 0; opacity: .92; }
  .nav-links.open .nav-dd-menu a:hover { background: transparent; }
  .nav-links.open .nav-dd-menu .dd-ic,
  .nav-links.open .nav-dd-menu .dd-tx i,
  .nav-links.open .dd-caret { display: none; }
  .nav-links.open .nav-dd-menu .dd-tx b { color: #fff; font-size: 15px; font-weight: 600; }
}

/* ============ Cihaz səhifə — addımlar + digər həllər (Faza 2) ============ */
.dev-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dev-step { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: 28px 24px; }
.dev-step-n { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--grad-red); color: #fff; font-weight: 900; font-size: 18px; box-shadow: var(--shadow-red); margin-bottom: 14px; }
.dev-step h3 { margin: 0; font-size: 17px; font-weight: 800; color: var(--ink); }
.dev-step p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
@media (max-width: 800px) { .dev-steps { grid-template-columns: 1fr; } }

.dev-others { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 820px; margin: 0 auto; }
.dev-other { display: flex; align-items: center; gap: 14px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: 20px 22px; transition: transform .2s ease, box-shadow .2s ease; }
.dev-other:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.dev-other-ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: #fff; flex: none; }
.dev-other-ic svg { width: 22px; height: 22px; }
.dev-other-tx b { display: block; font-size: 15px; font-weight: 800; color: var(--ink); }
.dev-other-tx i { font-size: 12.5px; color: var(--muted); font-style: normal; }
.dev-other .go { margin-left: auto; color: var(--red); flex: none; }
@media (max-width: 640px) { .dev-others { grid-template-columns: 1fr; } }

/* Ağ düymə (qırmızı hero üçün) */
.btn-white { background: #fff; color: var(--red); box-shadow: 0 10px 26px rgba(0,0,0,.14); }
.btn-white:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,.2); }

/* ============ Rollar bölməsi ============ */
.roles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.role-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: 28px 24px; transition: transform .2s ease, box-shadow .2s ease; }
.role-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.role-ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; color: #fff; margin-bottom: 16px; box-shadow: 0 10px 22px rgba(120,20,25,.20); }
.role-ic svg { width: 25px; height: 25px; }
.role-card h3 { margin: 0; font-size: 18px; font-weight: 800; color: var(--ink); letter-spacing: -.01em; }
.role-card p { margin: 8px 0 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
@media (max-width: 860px) { .roles-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .roles-grid { grid-template-columns: 1fr; } }

/* ============ Anbar ekranı (ps_inventory) ============ */
.scr-inv { background: #F7F9FD; display: flex; flex-direction: column; }
.inv-hd { display: flex; justify-content: space-between; align-items: center; padding: 15px 15px 12px; }
.inv-hd b { font-size: 14px; font-weight: 800; color: var(--ink); }
.inv-live { color: #16B364; font-size: 9px; font-weight: 700; }
.inv-list { padding: 0 13px; display: flex; flex-direction: column; gap: 11px; }
.inv-row { background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 12px 13px; position: relative; box-shadow: var(--shadow); }
.inv-top { display: flex; justify-content: space-between; align-items: baseline; }
.inv-nm { font-size: 11.5px; font-weight: 600; color: var(--ink); }
.inv-q { font-size: 14px; font-weight: 800; color: var(--ink); }
.inv-bar { height: 6px; border-radius: 6px; background: #EEF1F6; margin: 8px 0 0; overflow: hidden; }
.inv-bar i { display: block; height: 100%; border-radius: 6px; background: linear-gradient(90deg, #16B364, #0E8A4C); }
.inv-low .inv-bar i { background: linear-gradient(90deg, #FF5A4D, #C1121F); }
.inv-tag { position: absolute; top: 12px; right: 13px; font-size: 8.5px; font-weight: 800; color: #0E8A4C; }
.inv-low .inv-tag { color: var(--red); }
.inv-low .inv-q { color: var(--red); }

/* ============ Həllər mega-menyu (Cihaza görə + Rola görə) ============ */
.nav-mega-menu { min-width: 580px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 16px; }
.mega-col { display: flex; flex-direction: column; }
.mega-h { font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); padding: 6px 12px 8px; }
.mega-col + .mega-col { border-left: 1px solid var(--line); padding-left: 8px; }

@media (max-width: 920px) {
  .nav-links.open .nav-mega-menu { grid-template-columns: 1fr; min-width: 0; gap: 0; }
  .nav-links.open .mega-col + .mega-col { border-left: 0; padding-left: 0; margin-top: 8px; }
  .nav-links.open .mega-h { display: block; color: rgba(255,255,255,.5); text-align: center; padding: 14px 0 4px; }
}

/* Footer 5 sütun — responsive */
@media (max-width: 1080px) { .footer-cols { grid-template-columns: repeat(3, 1fr) !important; } }
@media (max-width: 560px)  { .footer-cols { grid-template-columns: 1fr 1fr !important; } }

/* Həllər — 8 sistem grid (flat, Clopos üslubu) */
.nav-mega-sys { min-width: 660px; gap: 2px 14px; }
.nav-mega-sys a { align-items: flex-start; }
.nav-mega-sys .dd-tx i { line-height: 1.35; }
@media (max-width: 920px) { .nav-links.open .nav-mega-sys { min-width: 0; } }


/* ==== EKRAN DAXİLİ CSS (qlobal — index.php-dən köçürüldü) ==== */
.pdev .pscr{border-radius:26px;overflow:hidden;background:#fff;height:470px;position:relative;font-size:11px}
/* ── Ekran içləri ── */
.pscr{display:flex;flex-direction:column;color:var(--ink)}
.scr-qr .qr-hero{background:linear-gradient(155deg,#E63946,#C1121F);color:#fff;padding:18px 14px 14px;text-align:center}
.qr-logo{width:42px;height:42px;border-radius:13px;background:var(--grad-red);color:#fff;font-weight:900;font-size:20px;
  display:flex;align-items:center;justify-content:center;margin:0 auto 8px;box-shadow:var(--shadow-red)}
.qr-name{font-weight:800;font-size:15px}
.qr-tag{font-size:10px;opacity:.85;margin-top:2px}
.qr-pills{display:flex;gap:6px;padding:10px;overflow:hidden}
.qr-pills span{font-size:9.5px;padding:5px 9px;border-radius:999px;background:#EEF2FB;color:var(--muted);white-space:nowrap}
.qr-pills .on{background:var(--red);color:#fff}
.qr-list{padding:0 10px;display:flex;flex-direction:column;gap:8px}
.qr-it{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:9px 10px;box-shadow:var(--shadow)}
.qr-it div{flex:1;min-width:0}
.qr-it b{display:block;font-size:11px}
.qr-it i{font-style:normal;color:var(--muted);font-size:9px}
.qr-pr{font-weight:800;color:var(--red);font-size:11px}
.qr-add{width:22px;height:22px;border-radius:8px;background:var(--grad-red);color:#fff;font-weight:800;
  display:flex;align-items:center;justify-content:center;font-size:15px}
.qr-cart{margin-top:auto;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(150deg,#E63946,#C1121F);color:#fff;
  padding:13px 16px;font-size:12px;font-weight:700}
.scr-kit{background:linear-gradient(162deg,#E63946,#B70E18);color:#fff}
.kit-hd{display:flex;justify-content:space-between;align-items:center;padding:14px 14px 10px;font-weight:800;font-size:13px}
.kit-live{color:#fff;font-size:9.5px;font-weight:600}
.kit-grid{padding:0 12px;display:flex;flex-direction:column;gap:10px}
.kit-tk{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:13px;padding:11px;border-left:3px solid #16B364;box-shadow:0 6px 16px rgba(120,10,20,.22)}
.kit-rush{border-left-color:#E4151F}
.kit-tt{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--ink)}
.kit-tm{font-size:10px;color:#8B92A4;font-variant-numeric:tabular-nums}
.kit-li{font-size:10.5px;color:#4A5468;margin-top:5px}
.kit-ok{margin-top:9px;background:#E3F7EC;color:#0E8A4C;text-align:center;border-radius:8px;padding:5px;font-size:10px;font-weight:700}
.scr-ord{background:#F7F9FD}
.ord-hd{display:flex;justify-content:space-between;align-items:center;padding:15px 14px 10px}
.ord-hd b{font-size:13px}
.ord-cnt{font-size:10px;color:var(--muted)}
.ord-row{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);margin:0 10px 8px;
  border-radius:12px;padding:10px;box-shadow:var(--shadow)}
.ord-row div{flex:1;min-width:0}
.ord-row b{display:block;font-size:11px}
.ord-row i{font-style:normal;color:var(--muted);font-size:9px}
.ord-dot{width:9px;height:9px;border-radius:50%;flex:none}
.d-open{background:#E4151F}
.d-prep{background:#F5A524}
.d-done{background:#16B364}
.ord-st{font-size:8.5px;font-weight:700;padding:4px 7px;border-radius:999px;white-space:nowrap}
.scr-dash{background:#fff;padding:16px 15px}
.dsh-hd{font-size:11px;color:var(--muted);font-weight:600}
.dsh-rev{font-size:34px;font-weight:900;letter-spacing:-.02em;color:var(--ink);line-height:1.1;margin-top:3px}
.dsh-rev span{font-size:18px;color:var(--muted);margin-left:3px}
.dsh-sub{font-size:10.5px;color:#0E8A4C;font-weight:700;margin-top:2px}
.dsh-bars{display:flex;align-items:flex-end;gap:7px;height:120px;margin:18px 0 14px}
.dsh-bars i{flex:1;background:linear-gradient(180deg,#FF5A4D,#C1121F);border-radius:6px 6px 0 0;min-height:8px}
.dsh-bars i:nth-child(5){background:var(--grad-red)}
.dsh-chips{display:flex;gap:9px}
.dsh-chip{flex:1;background:#F4F7FD;border:1px solid var(--line);border-radius:12px;padding:10px}
.dsh-chip b{display:block;font-size:15px;font-weight:800;color:var(--red)}
.dsh-chip span{font-size:9.5px;color:var(--muted)}
.hm-rart .pdev .pscr{height:506px}
.hm-cta-band .acts{position:relative;margin-top:26px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
/* ── Masa planı ekranı ── */
.scr-tab{background:#F7F9FD}
/* ── Kassa ekranı ── */
.scr-cash{background:#fff}
.csh-hd{padding:15px 15px 8px;font-weight:800;font-size:13px}
.csh-list{padding:0 15px;display:flex;flex-direction:column;gap:9px;margin-top:4px}
.csh-li{display:flex;justify-content:space-between;font-size:11.5px;color:var(--ink)}
.csh-li b{font-weight:700}
.csh-disc,.csh-disc b{color:#0E8A4C}
.csh-tot{display:flex;justify-content:space-between;align-items:center;margin:14px 15px 0;padding-top:12px;border-top:1px dashed var(--line);font-size:14px;font-weight:800;color:var(--red)}
.csh-pay{display:flex;gap:7px;padding:14px 15px 0}
.csh-pay .pm{flex:1;text-align:center;font-size:10.5px;font-weight:700;padding:9px 0;border-radius:10px;background:#F1F4FA;color:var(--muted)}
.csh-pay .pm.on{background:var(--red);color:#fff}
.csh-btn{margin:auto 15px 16px;background:var(--grad-red);color:#fff;text-align:center;font-size:12px;font-weight:800;padding:13px;border-radius:12px;box-shadow:var(--shadow-red)}
.kit-live{animation:hm-blink 1.8s ease-in-out infinite}
@media(prefers-reduced-motion:reduce){
.hm-cluster,.hm-rart .pdev,.kit-live{animation:none}
}
.hm-pc .amt{margin:16px 0 4px;font-weight:900;letter-spacing:-.02em;line-height:1}
.hm-pc .amt .c{font-size:18px;vertical-align:top;margin-right:2px}
.hm-pc .amt .n{font-size:40px}
.hm-pc .amt .p{font-size:14px;font-weight:600;color:var(--muted);margin-left:3px}
.hm-pc.pop .amt .p{color:rgba(255,255,255,.85)}
/* ── AI chat ekranı ── */
.scr-ai{background:#F7F9FD;display:flex;flex-direction:column}
.ai-hd{display:flex;align-items:center;gap:9px;padding:14px;background:#fff;border-bottom:1px solid var(--line)}
.ai-av{width:30px;height:30px;border-radius:9px;background:var(--grad-red);color:#fff;display:grid;place-items:center;font-size:14px;flex:none}
.ai-hd b{font-size:12px;display:block}
.ai-hd i{font-style:normal;font-size:9px;color:#16B364}
.ai-body{flex:1;padding:12px;display:flex;flex-direction:column;gap:9px}
.ai-b{max-width:82%;padding:9px 11px;border-radius:14px;font-size:10.5px;line-height:1.4}
.ai-user{align-self:flex-end;background:linear-gradient(150deg,#E63946,#C1121F);color:#fff;border-bottom-right-radius:4px}
.ai-bot{align-self:flex-start;background:#fff;border:1px solid var(--line);border-bottom-left-radius:4px;color:var(--ink)}
.ai-ok{background:#E3F7EC;border-color:#BFE9CF;color:#0E8A4C;font-weight:700}
.ai-inp{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;background:#fff;border-top:1px solid var(--line);font-size:10.5px;color:var(--muted)}
.ai-send{width:24px;height:24px;border-radius:50%;background:var(--grad-red);color:#fff;display:grid;place-items:center;font-size:10px}
.hm-ailist .ai-li{display:flex;align-items:center;gap:11px;font-size:15px;color:var(--ink);font-weight:500}
.hm-ailist .ai-li svg{width:20px;height:20px;color:var(--green);flex:none}

/* masalar ekranı (scr-tab) */
.tab-hd{display:flex;justify-content:space-between;align-items:center;padding:15px 14px 10px}
.tab-hd b{font-size:13px}
.tab-cnt{font-size:9.5px;color:var(--muted)}
.tab-grid{padding:0 12px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.tb b{display:block;font-size:13px;font-weight:800}
.tb i{font-style:normal;font-size:8.5px;color:var(--muted)}
.t-free{border-color:#BFE9CF;background:#F0FBF4}
.t-free b{color:#0E8A4C}
.t-busy b,.t-busy i{color:#C4101A}
.t-res{border-color:#F7E2BC;background:#FEF7EA}
.t-res b,.t-res i{color:#B26A00}
.tab-leg{margin-top:auto;display:flex;justify-content:center;gap:14px;padding:12px;font-size:9px;color:var(--muted)}
.tab-leg span{display:flex;align-items:center;gap:5px}
.tab-leg .dl{width:8px;height:8px;border-radius:50%;display:inline-block}
.tab-leg .dl.g{background:#16B364}
.tab-leg .dl.r{background:#E4151F}
.tab-leg .dl.a{background:#F5A524}

/* ============ POS Kassa — ekran qalereyası ============ */
.pos-gallery { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.pos-gallery figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.pos-gallery .pdev-sm { width: 214px; }
.pos-gallery .pdev-sm .pscr { height: 436px; border-radius: 24px; }
.pos-gallery figcaption { font-size: 13px; font-weight: 800; color: var(--muted); letter-spacing: .01em; }

/* ============ Səhifə dərinləşmə — sys-split (ekran + izah) ============ */
.sys-split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.sys-split .art { display: flex; justify-content: center; }
.sys-split .pdev-page { width: 236px; }
.sys-split .pdev-page .pscr { height: 480px; }
.sys-split-tx h2 { margin: 0 0 14px; font-size: 26px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; line-height: 1.2; }
.sys-split-tx p { margin: 0; color: var(--muted); font-size: 15.5px; line-height: 1.65; }
@media (max-width: 860px) { .sys-split { grid-template-columns: 1fr; gap: 34px; } .sys-split .art { order: -1; } }

/* ============================================================
   MOBİL NAV — YEKUN AVTORİTATİV BLOK (əvvəlki təkrarları üstələyir)
   ≤920px: burger + tam-ekran qırmızı overlay. Bütün linklər və
   "Həllər" alt-menyusu açıq görünür və scroll edilə bilir.
   ============================================================ */
@media (max-width: 920px) {
  .burger { display: block; }
  .nav-login, .nav-reg-top, .nav-dist-top { display: none; }
  .nav-links { display: none; }

  /* .nav-dakı backdrop-filter position:fixed-i tələyə salırdı.
     Absolute pozisiya bu tələyə düşmür (yalnız fixed-ə təsir edir). */
  .nav { backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }

  .nav-links.open {
    display: flex; position: absolute; top: var(--nav-h); left: 0; right: 0; bottom: auto; z-index: 48;
    min-height: calc(100vh - var(--nav-h)); max-height: calc(100vh - var(--nav-h));
    flex-direction: column; justify-content: flex-start; align-items: stretch;
    gap: 4px; padding: 22px 20px 40px; margin: 0;
    background:
      radial-gradient(130% 55% at 50% -8%, rgba(228,21,31,.08), transparent 60%),
      linear-gradient(168deg, rgba(255,255,255,.86) 0%, rgba(244,246,251,.90) 100%);
    -webkit-backdrop-filter: blur(26px) saturate(150%);
    backdrop-filter: blur(26px) saturate(150%);
    border-top: 1px solid rgba(15,20,40,.06);
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    animation: navfade .28s ease;
  }

  /* "Həllər" bölmə başlığı + ayırıcı */
  .nav-links.open .nav-mega { width: 100%; padding-bottom: 10px;
    border-bottom: 1px solid rgba(15,20,40,.09); margin-bottom: 10px; }
  .nav-links.open .dd-caret { display: none; }
  .nav-links.open .nav-dd-trigger {
    display: block; text-align: center; color: rgba(20,26,48,.42);
    font-size: 11.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
    padding: 4px 0 12px;
  }

  /* Həllər alt-menyusu — 2 sütunlu premium qradient çiplər */
  .nav-links.open .nav-dd-menu {
    position: static; opacity: 1; visibility: visible; transform: none;
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    background: transparent; border: 0; box-shadow: none; padding: 0; min-width: 0; margin: 0;
  }
  .nav-links.open .nav-dd-menu a {
    display: flex; align-items: center; justify-content: flex-start; gap: 10px;
    padding: 10px 11px; border-radius: 14px; opacity: 1;
    background: rgba(15,20,40,.035); border: 1px solid rgba(15,20,40,.06);
    transition: background .18s ease, transform .18s ease;
  }
  .nav-links.open .nav-dd-menu a:active { background: rgba(15,20,40,.08); transform: scale(.97); }
  .nav-links.open .nav-dd-menu .dd-ic {
    display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; flex: none;
    box-shadow: 0 5px 12px rgba(15,20,40,.16);
  }
  .nav-links.open .nav-dd-menu .dd-ic svg { width: 16px; height: 16px; }
  .nav-links.open .nav-dd-menu .dd-tx i { display: none; }
  .nav-links.open .nav-dd-menu .dd-tx b {
    color: var(--ink); font-size: 12.5px; font-weight: 600; line-height: 1.2;
  }

  /* Əsas linklər */
  .nav-links.open > a:not(.btn) {
    color: var(--ink); font-size: 17px; font-weight: 700; letter-spacing: -.01em;
    padding: 13px 0; text-align: center; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: transparent; transition: background .18s ease;
  }
  .nav-links.open > a:not(.btn):active { background: rgba(15,20,40,.06); }
  .nav-links.open a.is-active { color: var(--red); }
  .nav-links.open a.is-active::after { display: none; }

  /* Giriş + Qeydiyyat */
  .nav-links.open .only-mobile { display: flex !important; }
  .nav-links.open .nav-mob-login {
    margin-top: 12px; padding-top: 18px; border-top: 1px solid rgba(15,20,40,.1);
    color: var(--ink); font-size: 16px; font-weight: 700; justify-content: center; border-radius: 0;
  }
  .nav-links.open .nav-mob-cta {
    display: flex !important; width: 100%; max-width: 340px; margin: 14px auto 0;
    justify-content: center; padding: 15px; font-size: 16px; font-weight: 800; border-radius: 14px;
    background: linear-gradient(135deg, #F04858, #C1121F); color: #fff; border: 0;
    box-shadow: 0 14px 34px rgba(228,21,31,.42);
  }
  .nav-links.open .nav-mob-cta::after { display: none; }

  /* İncə pilləli giriş animasiyası */
  .nav-links.open > * { animation: navItemIn .5s cubic-bezier(.2,.75,.2,1) both; }
  .nav-links.open > *:nth-child(1){ animation-delay: .04s; }
  .nav-links.open > *:nth-child(2){ animation-delay: .09s; }
  .nav-links.open > *:nth-child(3){ animation-delay: .14s; }
  .nav-links.open > *:nth-child(4){ animation-delay: .19s; }
  .nav-links.open > *:nth-child(5){ animation-delay: .24s; }
  .nav-links.open > *:nth-child(6){ animation-delay: .29s; }
  .nav-links.open > *:nth-child(7){ animation-delay: .34s; }
}

@keyframes navItemIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
/* ============================================================
   Cihaz ekran placeholder-i — real şəkil gələnə qədər boş/blur.
   ps_screen() / pos_terminal() (inc/mockups.php) tərəfindən çıxarılır.
   ============================================================ */
/* Real ekran şəkli (assets/screens/*.png varsa) */
.pscr-shot { padding: 0; }
.pscr-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.posw-shot img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: inherit; }

/* Boş/blur telefon ekranı (kontur qalır, içi skeleton) */
.pscr-ph { position: relative; height: 100%; background: #eef1f7; overflow: hidden;
  filter: blur(1.4px); }
.pscr-ph .phk-top { height: 66px; flex: none;
  background: linear-gradient(150deg, #ED6472, #C1121F); opacity: .5; }
.pscr-ph .phk-body { flex: 1; padding: 14px; display: flex; flex-direction: column; gap: 11px; }
.phk-bar { height: 14px; border-radius: 7px; background: #dbe1ec; }
.phk-w60 { width: 60%; }
.phk-card { height: 46px; border-radius: 12px; background: #e5e9f2; flex: none; }
.pscr-ph .phk-foot { height: 46px; flex: none; background: #dbe1ec; opacity: .8; }
/* parıltı (shimmer) sweep */
.pscr-ph::after, .posw-ph::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 34%, rgba(255,255,255,.55) 50%, transparent 66%);
  transform: translateX(-100%); animation: phkShimmer 2.4s ease-in-out infinite; }
@keyframes phkShimmer { to { transform: translateX(100%); } }

/* Boş/blur landscape POS ekranı */
.posw-ph { position: relative; height: 100%; width: 100%; background: #eef1f7; overflow: hidden;
  display: flex; flex-direction: column; filter: blur(1.4px); }
.posw-ph .phk-top { height: 46px; flex: none;
  background: linear-gradient(150deg, #ED6472, #C1121F); opacity: .5; }
.posw-ph-body { flex: 1; display: flex; gap: 14px; padding: 14px; }
.posw-ph-order { width: 34%; display: flex; flex-direction: column; gap: 10px; }
.posw-ph-grid { flex: 1; display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr; gap: 10px; }
.posw-ph-cell { border-radius: 12px; background: #e5e9f2; }
.phk-inline { border-radius: 8px; }

@media (prefers-reduced-motion: reduce) {
  .pscr-ph::after, .posw-ph::after { animation: none; }
}

/* ═══════════════════════ FAZA 9 — konversiya + resurslar ═══════════════════════ */

/* ── Sticky CTA (mobil alt zolaq) ── */
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:900;display:none;align-items:center;gap:12px;
  padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#16171D;color:#fff;
  box-shadow:0 -8px 30px rgba(14,14,20,.35);transform:translateY(110%);transition:transform .35s cubic-bezier(.2,.8,.2,1)}
.sticky-cta.show{transform:translateY(0)}
.sticky-cta-tx{flex:1;font-size:13.5px;font-weight:700;line-height:1.35}
.sticky-cta .btn{padding:9px 16px;font-size:14px;white-space:nowrap}
.sticky-cta-x{background:none;border:0;color:rgba(255,255,255,.55);font-size:15px;cursor:pointer;padding:6px}
@media(max-width:860px){.sticky-cta{display:flex}}

/* ── Exit-intent modal ── */
.exit-modal{position:fixed;inset:0;z-index:1200}
.exit-back{position:absolute;inset:0;background:rgba(14,14,20,.55);backdrop-filter:blur(4px)}
.exit-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(440px,92vw);
  background:#fff;border-radius:22px;padding:34px 30px;box-shadow:0 30px 80px rgba(14,14,20,.35);text-align:center}
.exit-box h3{font-size:24px;font-weight:900;letter-spacing:-.02em;margin:14px 0 0;color:var(--ink)}
.exit-box p{color:var(--muted);font-size:15px;line-height:1.65;margin:10px 0 0}
.exit-acts{display:grid;gap:10px;margin-top:20px}
.exit-x{position:absolute;top:14px;right:14px}
.btn-ghost{background:none;border:0;color:var(--muted);font:inherit;font-size:14px;cursor:pointer;padding:8px}
.btn-ghost:hover{color:var(--ink)}

/* ── AI çat vidceti ── */
.pchat{position:fixed;right:18px;bottom:88px;z-index:950}
.pchat-fab{width:56px;height:56px;border-radius:50%;border:0;cursor:pointer;position:relative;
  background:linear-gradient(150deg,#E4151F,#B01020);color:#fff;display:grid;place-items:center;
  box-shadow:0 10px 30px rgba(228,21,31,.4);transition:transform .2s}
.pchat-fab:hover{transform:scale(1.06)}
.pchat-fab svg{width:26px;height:26px}
.pchat-fab .ic-close{display:none}
.pchat.open .pchat-fab .ic-open{display:none}
.pchat.open .pchat-fab .ic-close{display:block}
.pchat-dot{position:absolute;top:3px;right:3px;width:11px;height:11px;border-radius:50%;
  background:#16B364;border:2px solid #fff}
.pchat-panel{position:absolute;bottom:70px;right:0;width:min(360px,calc(100vw - 32px));height:480px;max-height:calc(100vh - 180px);
  background:#fff;border-radius:20px;box-shadow:0 24px 70px rgba(14,14,20,.3);display:flex;flex-direction:column;overflow:hidden}
.pchat-hd{display:flex;align-items:center;gap:11px;padding:14px 16px;background:var(--grad-dark);color:#fff}
.pchat-ava{width:36px;height:36px;border-radius:11px;background:rgba(255,255,255,.14);display:grid;place-items:center}
.pchat-ava svg{width:20px;height:20px;color:#fff}
.pchat-hd-tx{flex:1;display:flex;flex-direction:column;line-height:1.3}
.pchat-hd-tx b{font-size:14.5px;font-weight:800}
.pchat-hd-tx i{font-style:normal;font-size:12px;color:rgba(255,255,255,.72);display:flex;align-items:center;gap:5px}
.pchat-on{width:7px;height:7px;border-radius:50%;background:#16B364;display:inline-block}
.pchat-min{background:none;border:0;color:rgba(255,255,255,.7);cursor:pointer;padding:4px}
.pchat-min svg{width:18px;height:18px}
.pchat-body{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:9px;background:#F7F8FC}
.pchat-msg{max-width:84%;padding:10px 13px;border-radius:15px;font-size:14px;line-height:1.55;white-space:pre-wrap;word-wrap:break-word}
.pchat-msg.bot{background:#fff;color:var(--ink);border:1px solid var(--line);border-bottom-left-radius:5px;align-self:flex-start}
.pchat-msg.user{background:var(--red);color:#fff;border-bottom-right-radius:5px;align-self:flex-end}
.pchat-msg.typing{color:var(--muted);font-style:italic}
.pchat-wa{align-self:flex-start;font-size:13.5px;padding:8px 14px}
.pchat-cta{padding:9px 14px;border-top:1px solid var(--line);background:#fff}
.pchat-cta .btn{width:100%;font-size:14px;padding:10px}
.pchat-in{display:flex;gap:8px;padding:11px 12px;border-top:1px solid var(--line);background:#fff}
.pchat-in input{flex:1;font:inherit;font-size:14px;padding:10px 13px;border:1px solid var(--line);border-radius:12px}
.pchat-in input:focus{outline:none;border-color:var(--red)}
.pchat-send{width:42px;height:42px;border-radius:12px;border:0;background:var(--red);color:#fff;cursor:pointer;display:grid;place-items:center}
.pchat-send svg{width:18px;height:18px}
@media(max-width:860px){.pchat{bottom:150px}.pchat-panel{height:66vh}}

/* ── Loqo + sübut zolağı ── */
.proof-strip{padding:34px 0 10px;text-align:center}
.proof-strip .pt{font-size:12.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.proof-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:34px;margin-top:20px}
.proof-logos img{height:34px;width:auto;opacity:.55;filter:grayscale(1);transition:opacity .2s,filter .2s}
.proof-logos img:hover{opacity:1;filter:none}
.proof-live{margin-top:16px;font-size:14px;color:var(--muted)}
.proof-live b{color:var(--ink);font-weight:900}

/* ── Ekran qalereyası ── */
.pgal{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px;margin-top:28px}
.pgal figure{margin:0;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#fff;
  box-shadow:0 8px 26px rgba(14,14,20,.08);cursor:zoom-in;transition:transform .2s,box-shadow .2s}
.pgal figure:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(14,14,20,.14)}
.pgal img{display:block;width:100%;aspect-ratio:9/17;object-fit:cover;object-position:top}
.pgal figcaption{padding:10px 12px;font-size:12.5px;font-weight:700;color:var(--muted);text-align:center}
.pgal-lb{position:fixed;inset:0;z-index:1300;background:rgba(10,10,14,.9);display:grid;place-items:center;cursor:zoom-out}
.pgal-lb img{max-width:min(430px,92vw);max-height:88vh;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.5)}
.pgal-lb-x{position:absolute;top:18px;right:22px;background:none;border:0;color:#fff;font-size:22px;cursor:pointer}

/* ── Müqayisə cədvəli ── */
.cmp-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:30px;background:#fff;
  border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 34px rgba(14,14,20,.07)}
.cmp-table th,.cmp-table td{padding:13px 16px;text-align:center;font-size:14.5px;border-bottom:1px solid var(--line)}
.cmp-table tr:last-child td{border-bottom:0}
.cmp-table th{background:#F2F4FA;font-weight:800;color:var(--ink)}
.cmp-table th:first-child,.cmp-table td:first-child{text-align:left;font-weight:600}
.cmp-table .col-us{background:#FFF5F5;font-weight:800}
.cmp-table th.col-us{background:var(--red);color:#fff}
.cmp-yes{color:#16B364;font-weight:900}
.cmp-no{color:#C1121F;opacity:.6}
.cmp-part{color:#B77400;font-weight:700}
.cmp-scroll{overflow-x:auto}
.cmp-note{font-size:12.5px;color:var(--muted);margin-top:14px}

/* ── Changelog ── */
.chg-list{max-width:760px;margin:34px auto 0;position:relative;padding-left:26px}
.chg-list::before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:var(--line)}
.chg-item{position:relative;padding:0 0 34px}
.chg-item::before{content:"";position:absolute;left:-25px;top:6px;width:16px;height:16px;border-radius:50%;
  background:#fff;border:4px solid var(--red)}
.chg-date{font-size:12.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--red)}
.chg-item h3{font-size:19px;font-weight:900;margin:6px 0 0;color:var(--ink)}
.chg-item ul{margin:10px 0 0;padding-left:18px;color:var(--muted);font-size:14.5px;line-height:1.7}

/* ── Bloq / Docs kartları ── */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px;margin-top:34px}
.blog-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:18px;
  overflow:hidden;text-decoration:none;box-shadow:0 8px 28px rgba(14,14,20,.06);transition:transform .2s,box-shadow .2s}
.blog-card:hover{transform:translateY(-5px);box-shadow:0 18px 46px rgba(14,14,20,.12)}
.blog-card-tag{display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  color:var(--red);margin-bottom:9px}
.blog-card-in{padding:22px 22px 20px;display:flex;flex-direction:column;flex:1}
.blog-card h3{font-size:18.5px;font-weight:850;line-height:1.35;color:var(--ink);margin:0}
.blog-card p{color:var(--muted);font-size:14px;line-height:1.6;margin:10px 0 0;flex:1}
.blog-card-meta{display:flex;gap:14px;margin-top:16px;font-size:12.5px;color:var(--muted)}
.art-body{max-width:720px;margin:0 auto}
.art-body h2{font-size:24px;font-weight:900;letter-spacing:-.02em;color:var(--ink);margin:34px 0 0}
.art-body h3{font-size:19px;font-weight:800;color:var(--ink);margin:26px 0 0}
.art-body p{color:#3D4666;font-size:16px;line-height:1.85;margin:14px 0 0}
.art-body ul,.art-body ol{color:#3D4666;font-size:16px;line-height:1.85;margin:14px 0 0;padding-left:22px}
.art-body strong{color:var(--ink)}
.art-meta{display:flex;gap:16px;justify-content:center;font-size:13.5px;color:var(--muted);margin-top:14px}
.art-back{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:var(--red);text-decoration:none;margin-bottom:8px}
.docs-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px;margin-top:34px}
.docs-group{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}
.docs-group h3{display:flex;align-items:center;gap:10px;font-size:16.5px;font-weight:850;color:var(--ink);margin:0 0 12px}
.docs-group h3 .dd-ic{width:34px;height:34px}
.docs-group ul{list-style:none;margin:0;padding:0}
.docs-group li a{display:block;padding:8px 0;font-size:14.5px;color:#3D4666;text-decoration:none;border-bottom:1px dashed var(--line)}
.docs-group li:last-child a{border-bottom:0}
.docs-group li a:hover{color:var(--red)}

/* ── Demo səhifəsi ── */
.demo-cred{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 14px 40px rgba(14,14,20,.09);max-width:430px}
.demo-cred-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;
  background:#F5F6FB;border-radius:12px;margin-top:10px;font-size:14.5px}
.demo-cred-row b{font-weight:800;color:var(--ink)}
.demo-cred-row code{font-family:ui-monospace,Menlo,monospace;font-size:14px;color:var(--red);font-weight:700;user-select:all}
.demo-steps{counter-reset:ds;display:grid;gap:14px;margin-top:26px}
.demo-step{display:flex;gap:14px;align-items:flex-start}
.demo-step::before{counter-increment:ds;content:counter(ds);flex:none;width:30px;height:30px;border-radius:50%;
  background:var(--red);color:#fff;font-weight:900;font-size:14.5px;display:grid;place-items:center}
.demo-step p{margin:3px 0 0;color:#3D4666;font-size:15px;line-height:1.6}

/* ── Partnyor kartları ── */
.prt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;margin-top:34px}
.prt-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 10px 30px rgba(14,14,20,.06)}
.prt-card .dd-ic{width:46px;height:46px;margin-bottom:14px}
.prt-card h3{font-size:18px;font-weight:850;color:var(--ink);margin:0}
.prt-card p{color:var(--muted);font-size:14.5px;line-height:1.65;margin:9px 0 0}

/* ── Landscape (16:10) qalereya — terminal ekranları ── */
.pgal.pgal-wide{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}
.pgal.pgal-wide img{aspect-ratio:16/10;object-position:center}
.pgal-lb img.lb-wide{max-width:min(1100px,94vw)}

/* ── Hero etibar çipləri (ana səhifə) ── */
.hm-chips{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:16px}
.hm-chips>span{font-size:13px;font-weight:600;color:rgba(255,255,255,.88);white-space:nowrap}

/* ── Klikli modul kartı ── */
a.hm-mod{text-decoration:none;color:inherit;position:relative;display:block}
a.hm-mod:hover{transform:translateY(-5px)}
.hm-mod-go{position:absolute;top:18px;right:18px;font-size:17px;font-weight:900;color:var(--red);
  opacity:0;transform:translateX(-6px);transition:opacity .18s,transform .18s}
a.hm-mod:hover .hm-mod-go{opacity:1;transform:translateX(0)}

/* ── ROI zolağı (ana səhifə → pricing#roi) ── */
.roi-band{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;
  background:var(--grad-dark);border-radius:18px;padding:22px 28px;
  text-decoration:none;box-shadow:0 14px 40px rgba(14,14,20,.22);transition:transform .2s,box-shadow .2s}
.roi-band:hover{transform:translateY(-3px);box-shadow:0 20px 52px rgba(14,14,20,.3)}
.roi-band-t{color:#fff;font-size:clamp(16px,2.2vw,20px);font-weight:850;letter-spacing:-.01em}
.roi-band .btn{white-space:nowrap}
@media(max-width:640px){.roi-band{justify-content:center;text-align:center}}

/* ── Qeydiyyat etibar paneli ── */
.reg-safe{display:grid;gap:9px;margin-top:16px;padding-top:16px;border-top:1px dashed var(--line)}
.reg-safe span{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--muted);line-height:1.5}
.reg-safe b{color:#16B364;font-weight:900;flex:none}

/* ── 404 populyar linklər ── */
.nf-popular{margin-top:26px;font-size:14px;color:var(--muted)}
.nf-popular a{color:var(--red);font-weight:700;text-decoration:none;margin:0 9px;white-space:nowrap}
.nf-popular a:hover{text-decoration:underline}

/* ═══════════ Vizual cila paketi ═══════════ */

/* Yumşaq lövbər sürüşməsi */
html{scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* ── Hero üzən bədclər (glassmorphism) ── */
.hm-cluster{position:relative}
.hm-float{position:absolute;z-index:5;display:inline-flex;align-items:center;gap:7px;
  padding:9px 14px;border-radius:999px;font-size:12.5px;font-weight:800;color:#17181D;
  background:rgba(255,255,255,.92);backdrop-filter:blur(8px);
  box-shadow:0 10px 30px rgba(14,14,20,.28);white-space:nowrap;pointer-events:none}
.hm-float i{font-style:normal;font-size:14px}
.hm-float-1{top:6%;left:-4%;animation:hm-bob 5.5s ease-in-out infinite}
.hm-float-2{top:44%;right:-6%;animation:hm-bob 6.5s .8s ease-in-out infinite}
.hm-float-3{bottom:7%;left:2%;animation:hm-bob 6s 1.6s ease-in-out infinite}
@keyframes hm-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@media(max-width:980px){.hm-float{display:none}}
@media(prefers-reduced-motion:reduce){.hm-float{animation:none}}

/* ── 3 addım zolağı ── */
.steps3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:36px;position:relative}
.steps3::before{content:"";position:absolute;top:26px;left:16%;right:16%;height:2px;
  background:repeating-linear-gradient(90deg,var(--red) 0 8px,transparent 8px 16px);opacity:.35}
.step3{position:relative;background:var(--card);border:1px solid var(--line);border-radius:20px;
  padding:54px 24px 26px;text-align:center;box-shadow:0 10px 32px rgba(14,14,20,.07);
  transition:transform .22s,box-shadow .22s}
.step3:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(14,14,20,.13)}
.step3-n{position:absolute;top:-26px;left:50%;transform:translateX(-50%);width:52px;height:52px;
  border-radius:50%;background:linear-gradient(150deg,#E4151F,#B01020);color:#fff;font-size:22px;
  font-weight:900;display:grid;place-items:center;box-shadow:0 10px 26px rgba(228,21,31,.4);
  border:4px solid #fff}
.step3 h3{font-size:17.5px;font-weight:850;color:var(--ink);margin:0}
.step3 p{color:var(--muted);font-size:14px;line-height:1.65;margin:9px 0 0}
@media(max-width:860px){.steps3{grid-template-columns:1fr;gap:44px}.steps3::before{display:none}}

/* ── Modul kartları: pilləli giriş animasiyası ── */
.hm-mods .hm-mod:nth-child(3n+2).reveal{transition-delay:.08s}
.hm-mods .hm-mod:nth-child(3n+3).reveal{transition-delay:.16s}

/* ── Featured qiymət kartı: parıltı halqası ── */
.price-card.featured{position:relative}
.price-card.featured::after{content:"";position:absolute;inset:-2px;border-radius:inherit;z-index:-1;
  background:linear-gradient(135deg,#E4151F,#FF7A59,#E4151F);opacity:.5;filter:blur(14px);
  animation:feat-glow 4s ease-in-out infinite}
@keyframes feat-glow{0%,100%{opacity:.32}50%{opacity:.6}}
@media(prefers-reduced-motion:reduce){.price-card.featured::after{animation:none}}


/* ── CTA bandlarına işıq aksenti ── */
.hm-cta-band{position:relative;overflow:hidden}
.hm-cta-band::before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.14),transparent 65%);top:-160px;right:-100px;pointer-events:none}

/* ── Çat diqqət qabarcığı ── */
.pchat-nudge{position:absolute;bottom:8px;right:68px;background:#fff;color:var(--ink);
  font-size:13.5px;font-weight:700;padding:11px 15px;border-radius:16px 16px 4px 16px;
  box-shadow:0 12px 34px rgba(14,14,20,.22);white-space:nowrap;cursor:pointer;
  opacity:0;transform:translateY(8px) scale(.94);transition:opacity .3s,transform .3s;pointer-events:none}
.pchat-nudge.show{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}

/* ── Real brend loqosu (assets/brand/) ── */
.logo-word{height:28px;width:auto;display:block}
.footer .logo-word{height:30px}
.amodal-logo .logo-word{height:32px;margin:0 auto}
.auth-card .logo .logo-word{margin:0 auto}
@media(max-width:520px){.logo-word{height:24px}}

/* ═══════════════ BUG FIX + DARK MODE ═══════════════ */

/* KÖK DÜZƏLİŞ: [hidden] atributu HƏR ZAMAN gizlətsin.
   Əvvəl .pchat-panel{display:flex} və .pgal-lb{display:grid} kimi qaydalar
   brauzerin [hidden]{display:none} qaydasını əzirdi → çat paneli və qalereya
   lightbox-u (yuxarı sağdakı ✕) səhifə açılan kimi görünürdü. */
[hidden]{display:none !important}

/* ── Tema toggle düyməsi ── */
.theme-toggle{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:var(--card);
  color:var(--muted);cursor:pointer;display:grid;place-items:center;transition:color .15s,border-color .15s}
.theme-toggle:hover{color:var(--red);border-color:var(--red)}
.theme-toggle svg{width:19px;height:19px}
.theme-toggle .th-sun{display:none}
html[data-theme="dark"] .theme-toggle .th-sun{display:block}
html[data-theme="dark"] .theme-toggle .th-moon{display:none}

/* Footer loqo variantları: açıq temada rəngli, tündde ağ */
.only-dark{display:none}
html[data-theme="dark"] .only-dark{display:block}
html[data-theme="dark"] .only-light{display:none}

/* ── DARK TEMA tokenləri ── */
html[data-theme="dark"]{
  --bg:#0E0F13; --card:#17181F; --ink:#ECECF0; --muted:#9A9CA6; --line:#2A2B33;
  --shadow:0 10px 30px rgba(0,0,0,.45); --shadow-lg:0 24px 60px rgba(0,0,0,.55);
}
html[data-theme="dark"] body{background:var(--bg);color:var(--ink)}

/* Nav */
html[data-theme="dark"] .nav{background:rgba(14,15,19,.84);border-bottom-color:var(--line)}
html[data-theme="dark"] .nav.scrolled{background:rgba(20,21,26,.94);box-shadow:0 6px 26px rgba(0,0,0,.4)}
html[data-theme="dark"] .nav-links a.is-active{color:#fff}
html[data-theme="dark"] .burger span{background:#E8ECF7}

/* Bölmə fonları */
html[data-theme="dark"] .sec.alt,
html[data-theme="dark"] .hm-sec.alt{background:#121318}
html[data-theme="dark"] section[style*="background"]{background:var(--bg) !important}

/* Ağ fonlu komponentlər → kart tonu */
html[data-theme="dark"] :is(.bill-toggle,.step3,.hm-mod,.hm-q,.blog-card,.docs-group,
  .cmp-table,.demo-cred,.demo-card,.bd-card,.prt-card,.exit-box,.roi,.pgal figure,
  .chg-item,.cookie-bar,.dl-app,.dl-card,.docs-group li a){background:var(--card);border-color:var(--line);color:var(--ink)}
html[data-theme="dark"] .docs-group li a{background:transparent}
html[data-theme="dark"] :is(.hm-mod h3,.step3 h3,.blog-card h3,.docs-group h3,.prt-card h3,
  .chg-item h3,.exit-box h3,.art-body h2,.art-body h3){color:var(--ink)}
html[data-theme="dark"] .art-body p,html[data-theme="dark"] .art-body ul,html[data-theme="dark"] .art-body ol{color:#BFC0C8}

/* Formalar */
html[data-theme="dark"] :is(input[type=text],input[type=tel],input[type=email],input[type=password],
  input[type=number],textarea,select){background:#131419 !important;color:var(--ink) !important;border-color:var(--line) !important}
html[data-theme="dark"] .bd-chips span{border-color:var(--line);color:var(--ink)}

/* Müqayisə cədvəli */
html[data-theme="dark"] .cmp-table th{background:#20212A;color:var(--ink)}
html[data-theme="dark"] .cmp-table .col-us{background:rgba(228,21,31,.10)}
html[data-theme="dark"] .cmp-table th.col-us{background:var(--red);color:#fff}

/* Çat */
html[data-theme="dark"] :is(.pchat-panel,.pchat-in,.pchat-cta){background:var(--card);border-color:var(--line)}
html[data-theme="dark"] .pchat-body{background:#131419}
html[data-theme="dark"] .pchat-msg.bot{background:#20212A;border-color:var(--line);color:var(--ink)}
html[data-theme="dark"] .pchat-nudge{background:#20212A;color:var(--ink)}

/* Digər detallar */
html[data-theme="dark"] .demo-cred-row{background:#20212A}
html[data-theme="dark"] .step3-n{border-color:var(--bg)}
html[data-theme="dark"] .hm-float{background:rgba(26,27,33,.94);color:var(--ink)}
html[data-theme="dark"] .footer{background:#0A0A0E}
html[data-theme="dark"] .proof-logos img{filter:grayscale(1) invert(.8)}
html[data-theme="dark"] .proof-logos img:hover{filter:none}
html[data-theme="dark"] .lang-menu{background:var(--card)}
html[data-theme="dark"] .steps3::before{opacity:.5}

/* ── Sistem statusu (footer) ── */
.sys-status{position:relative;display:inline-flex}
.sys-status-btn{display:inline-flex;align-items:center;gap:7px;background:none;border:0;padding:0;
  font:inherit;font-size:13px;color:inherit;cursor:pointer;opacity:.85}
.sys-status-btn:hover{opacity:1}
.sys-dot{width:9px;height:9px;border-radius:50%;background:#9AA3BD;flex:none;transition:background .3s}
.sys-dot.ok{background:#16B364;box-shadow:0 0 0 3px rgba(22,179,100,.18)}
.sys-dot.bad{background:#E4151F;box-shadow:0 0 0 3px rgba(228,21,31,.18)}
.sys-pop{position:absolute;bottom:calc(100% + 10px);left:0;min-width:210px;background:var(--card);
  border:1px solid var(--line);border-radius:14px;padding:12px 14px;box-shadow:0 16px 44px rgba(14,14,20,.18);
  display:flex;flex-direction:column;gap:9px;z-index:60}
.sys-row{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--ink)}
html[data-theme="dark"] .sys-pop{background:var(--card);border-color:var(--line)}

/* ── Hero vitrin: terminal ekranı + telefon (modern) ── */
.hm-show{position:relative;perspective:1400px}
.hm-show-desk{border-radius:16px;overflow:hidden;background:#101014;
  border:1px solid rgba(255,255,255,.16);box-shadow:0 44px 90px rgba(0,0,0,.45),0 0 0 1px rgba(0,0,0,.2);
  transform:rotateY(-7deg) rotateX(2deg);transform-style:preserve-3d}
.hm-show-bar{display:flex;gap:6px;padding:10px 13px;background:#101014}
.hm-show-bar i{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.22)}
.hm-show-bar i:first-child{background:#FF5F57}
.hm-show-desk img{display:block;width:100%;height:auto}
.hm-show-phone{position:absolute;bottom:-30px;left:-26px;width:142px;border-radius:26px;overflow:hidden;
  border:5px solid #101014;background:#101014;box-shadow:0 26px 60px rgba(0,0,0,.5);z-index:4;
  animation:hm-bob 7s 1s ease-in-out infinite}
.hm-show-phone img{display:block;width:100%;aspect-ratio:9/19;object-fit:cover;object-position:top}
.hm-show .hm-float-1{top:-14px;left:6%}
.hm-show .hm-float-2{top:38%;right:-8%}
.hm-show .hm-float-3{bottom:-8px;right:6%}
@media(max-width:980px){
  .hm-show-desk{transform:none}
  .hm-show-phone{display:none}
}
@media(prefers-reduced-motion:reduce){.hm-show-phone{animation:none}}

/* ═══ İkon plitələri — VAHİD BREND ÜSLUBU (2026-07-21) ═══
   Rəngbərəng qradiyent plitələr (yaşıl/narıncı/bənövşəyi) "AI şablonu" görkəmi
   yaradırdı və qırmızı+kömür brendini pozurdu. İndi HAMISI eyni: açıq qırmızı
   fon + qırmızı stroke ikon (dark temada şüşəvari qırmızı). Yeni gN sinfi yaratma. */
.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10{
  background:#FDECEC !important;
  color:#C4101A !important;
  box-shadow:none !important;
}
html[data-theme="dark"] :is(.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10){
  background:rgba(228,21,31,.13) !important;
  color:#FF6B72 !important;
}
/* Hero float ikonları emoji əvəzinə SVG */
.hm-float i svg{width:15px;height:15px;display:block;color:#C4101A}

/* ── Ölkə modalı: adlar kəsilməsin, kartlar rahat olsun ── */
.cmodal-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr)) !important}
.cm-item .cm-name{white-space:normal !important;overflow:visible !important;text-overflow:unset !important;
  line-height:1.3;font-size:14px;text-align:left}

/* ═══ Çatbot brend paketi (2026-07-21) ═══ */

/* FAB — PV nişanı */
.pchat-fab .ic-open img{width:34px;height:34px;border-radius:9px;display:block}
.pchat-fab{box-shadow:0 10px 30px rgba(228,21,31,.42),0 0 0 0 rgba(228,21,31,.35);
  animation:pchat-ring 3.2s ease-out infinite}
@keyframes pchat-ring{0%{box-shadow:0 10px 30px rgba(228,21,31,.42),0 0 0 0 rgba(228,21,31,.32)}
  60%{box-shadow:0 10px 30px rgba(228,21,31,.42),0 0 0 14px rgba(228,21,31,0)}
  100%{box-shadow:0 10px 30px rgba(228,21,31,.42),0 0 0 0 rgba(228,21,31,0)}}
.pchat.open .pchat-fab{animation:none}
@media(prefers-reduced-motion:reduce){.pchat-fab{animation:none}}

/* Başlıqda real nişan + parıltı */
.pchat-ava{background:none;padding:0}
.pchat-ava img{width:38px;height:38px;border-radius:11px;display:block;
  box-shadow:0 4px 12px rgba(0,0,0,.35)}
.pchat-hd{position:relative;overflow:hidden}
.pchat-hd::after{content:"";position:absolute;top:-40px;right:-30px;width:140px;height:140px;
  border-radius:50%;background:radial-gradient(circle,rgba(228,21,31,.35),transparent 65%);pointer-events:none}

/* Panel açılış animasiyası */
.pchat-panel{transform-origin:bottom right;animation:pchat-pop .28s cubic-bezier(.2,.9,.3,1.2)}
@keyframes pchat-pop{from{opacity:0;transform:scale(.9) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}
@media(prefers-reduced-motion:reduce){.pchat-panel{animation:none}}

/* Bot mesajlarının yanında mini nişan */
.pchat-msg.bot{position:relative;margin-left:26px}
.pchat-msg.bot::before{content:"";position:absolute;left:-26px;bottom:2px;width:18px;height:18px;
  border-radius:5px;background:url('/assets/brand/posveo-mark-96.png') center/cover no-repeat;
  box-shadow:0 2px 6px rgba(0,0,0,.18)}

/* "Yazır" — canlı nöqtələr */
.pchat-typing{display:inline-flex;gap:5px;align-items:center;padding:13px 15px !important}
.pchat-typing i{width:7px;height:7px;border-radius:50%;background:var(--muted);
  animation:pchat-dot 1.2s ease-in-out infinite}
.pchat-typing i:nth-child(2){animation-delay:.18s}
.pchat-typing i:nth-child(3){animation-delay:.36s}
@keyframes pchat-dot{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}

/* Hazır sual çipləri */
.pchat-chips{display:flex;flex-direction:column;gap:7px;align-items:flex-start;margin-left:26px}
.pchat-chips button{font:inherit;font-size:13px;font-weight:700;color:var(--red);
  background:var(--card);border:1.5px solid rgba(228,21,31,.35);border-radius:999px;
  padding:8px 14px;cursor:pointer;transition:all .15s;text-align:left}
.pchat-chips button:hover{background:var(--red);color:#fff;border-color:var(--red);transform:translateX(3px)}
html[data-theme="dark"] .pchat-chips button{background:#20212A}
html[data-theme="dark"] .pchat-chips button:hover{background:var(--red)}
/* ── 13 dillik menyu + RTL əsasları (2026-07-21) ── */
.lang-menu{max-height:420px;overflow-y:auto}
html[dir="rtl"] body{direction:rtl}
html[dir="rtl"] .nav-links,html[dir="rtl"] .footer-cols ul{text-align:right}
html[dir="rtl"] .pchat{right:auto;left:18px}
html[dir="rtl"] .fab-stack{right:auto;left:20px}
html[dir="rtl"] .pchat-nudge{right:auto;left:68px;border-radius:16px 16px 16px 4px}
html[dir="rtl"] .hm-float{direction:rtl}
/* Giriş düyməsi — qırmızı fonda ağ mətn (Distribütor ol kimi) */
.nav-login.btn-red{ color:#fff; }
.nav-login.btn-red:hover{ color:#fff; }

/* Distribütor ol düyməsi — kənarında dövr edən parıltılı xətt */
@property --dang { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
.nav-dist-top { position: relative; isolation: isolate; }
.nav-dist-top::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 2px;
  background: conic-gradient(from var(--dang),
      transparent 0 60%,
      rgba(255,255,255,.35) 70%,
      #fff 80%,
      #ffe1e3 88%,
      transparent 96%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask-composite: exclude;
  animation: distEdge 3s linear infinite; pointer-events: none; z-index: 1;
}
@keyframes distEdge { to { --dang: 360deg; } }
@media (prefers-reduced-motion: reduce) { .nav-dist-top::before { animation: none; } }
