/* =========================================================
   MARKA ELECTRONICS — CSS
   ڕەنگەکانی بنەڕەتی: سپی + شینی کاڵ (وەک لۆگۆکەیان)
   مۆدی تاریک: وەک ڕووناکی نیۆنی شینی دوکانەکەیان لە ڕاستیدا
   ========================================================= */

:root{
  /* --- ڕەنگەکان: مۆدی ڕووناک --- */
  --bg: #f6f9fc;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --border: #dde7f0;
  --text: #142433;
  --text-soft: #55697a;
  --brand-blue: #2f8fd6;
  --brand-blue-dark: #1c5f95;
  --brand-dark: #2e3238;
  --accent-glow: rgba(47,143,214,.18);
  --shadow: 0 10px 30px rgba(20,52,80,.08);
  --radius: 16px;
  --radius-sm: 10px;

  /* فۆنتی سیستەم بەکاردێت (پێویستی بە ئینتەرنێت نییە)،
     Tahoma خوێندنەوەی کوردی/عەرەبی باش پشتگیری دەکات */
  --font-local: 'Segoe UI', Tahoma, Arial, sans-serif;
  --font-latin: 'Segoe UI', Tahoma, Arial, sans-serif;
}

body.dark-mode{
  --bg: #0a0e14;
  --bg-soft: #10151d;
  --surface: #131a24;
  --border: #212b38;
  --text: #eef4fa;
  --text-soft: #93a4b8;
  --brand-blue: #45b0ff;
  --brand-blue-dark: #7fd0ff;
  --brand-dark: #dbe6f0;
  --accent-glow: rgba(69,176,255,.28);
  --shadow: 0 10px 40px rgba(0,0,0,.5);
}

*{ box-sizing: border-box; margin:0; padding:0; }
.ico{ display:inline-block; line-height:1; font-style:normal; width:1.15em; height:1.15em; vertical-align:-0.2em; fill:none; }
.icon-btn .ico, .badge .ico, .cat-tab .ico, .cat-panel-head h3 .ico,
.contact-card h3 .ico, .promo-icon .ico, .lang-btn .ico{ width:1.3em; height:1.3em; }
.scroll-down .ico, .to-top .ico{ width:1.1em; height:1.1em; }
svg.ico use{ color:inherit; }
html{ scroll-behavior:smooth; }
body{
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-local);
  line-height:1.7;
  overflow-x:hidden;
  transition: background .4s ease, color .4s ease;
}
body[data-lang="en"]{ font-family: var(--font-latin); }
img{ max-width:100%; display:block; }
button{ font-family:inherit; cursor:pointer; border:none; background:none; color:inherit; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; }
.hidden{ display:none !important; }

/* =========================================================
   لۆدەر (پەردەی سەرەتای بارکردن)
   ========================================================= */
#loader{
  position:fixed; inset:0; z-index:9999;
  display:flex; align-items:center; justify-content:center;
  background: #0a0e14;
  transition: opacity .6s ease, visibility .6s ease;
}
#loader.done{ opacity:0; visibility:hidden; }
.loader-logo{ font-family: var(--font-latin); font-size:1.7rem; font-weight:800; letter-spacing:1px; padding:0 1.2rem; text-align:center; }
.loader-m{ color:#45b0ff; animation: pulseGlow 1.1s ease-in-out infinite; }
.loader-e{ color:#e9eef4; animation: pulseGlow 1.1s ease-in-out infinite .25s; }
@media (min-width:480px){ .loader-logo{ font-size:2.3rem; } }
@keyframes pulseGlow{
  0%,100%{ opacity:.35; text-shadow:0 0 0 rgba(69,176,255,0); }
  50%{ opacity:1; text-shadow:0 0 22px rgba(69,176,255,.85); }
}

/* =========================================================
   سلایدی هەڵبژاردنی زمان
   ========================================================= */
.lang-slide{
  position:fixed; inset:0; z-index:200;
  display:flex; align-items:center; justify-content:center;
  background: radial-gradient(circle at 50% 20%, #14202c 0%, #060a10 70%);
  overflow:hidden;
  transition: opacity .6s ease, visibility .6s ease, transform .6s ease;
}
.lang-slide.slide-out{ opacity:0; visibility:hidden; transform:scale(1.04); pointer-events:none; }

.lang-bg-glow{
  position:absolute; width:70vw; height:70vw; max-width:900px; max-height:900px;
  background: radial-gradient(circle, rgba(69,176,255,.35) 0%, transparent 65%);
  top:-20%; left:50%; transform:translateX(-50%);
  filter: blur(10px);
  animation: floatGlow 8s ease-in-out infinite;
}
@keyframes floatGlow{ 0%,100%{ transform:translateX(-50%) translateY(0);} 50%{ transform:translateX(-50%) translateY(30px);} }

.lang-tv-strip{
  position:absolute; bottom:0; left:0; right:0; height:110px;
  display:flex; gap:6px; padding:0 6px; opacity:.5;
}
.lang-tv-strip span{
  flex:1; border-radius:6px 6px 0 0;
  background: linear-gradient(180deg, rgba(69,176,255,.5), rgba(69,176,255,.05));
  animation: tvFlicker 3.4s ease-in-out infinite;
}
.lang-tv-strip span:nth-child(2n){ animation-delay:.6s; }
.lang-tv-strip span:nth-child(3n){ animation-delay:1.2s; }
@keyframes tvFlicker{ 0%,100%{ opacity:.35;} 50%{ opacity:.9;} }

.lang-content{ position:relative; z-index:2; text-align:center; padding:2rem; }
.lang-logo{ display:flex; flex-direction:column; align-items:center; gap:.4rem; margin-bottom:2.2rem; }
.lang-logo .logo-m, .lang-logo .logo-e{ font-family:var(--font-latin); font-size:3.2rem; font-weight:800; }
.lang-logo .logo-m{ color:#45b0ff; }
.lang-logo .logo-e{ color:#eef4fa; }
.logo-name{ font-family:var(--font-latin); color:#c3d4e3; font-size:1rem; letter-spacing:1px; }
.logo-name strong{ color:#fff; }

.lang-title{ color:#fff; font-size:1.4rem; font-weight:700; margin-bottom:2.4rem; }
.lang-title-sub{ display:block; color:#9fb4c8; font-weight:400; font-size:.95rem; margin-top:.4rem; }

.lang-buttons{ display:flex; gap:1rem; flex-wrap:wrap; justify-content:center; }
.lang-btn{
  display:flex; flex-direction:column; align-items:center; gap:.6rem;
  min-width:140px; padding:1.6rem 1.4rem;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  color:#eef4fa; font-size:1rem; font-weight:600;
  backdrop-filter: blur(6px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.lang-btn:hover, .lang-btn:focus-visible{
  transform: translateY(-6px);
  border-color:#45b0ff;
  background: rgba(69,176,255,.1);
  box-shadow: 0 12px 30px rgba(69,176,255,.25);
}
.lang-flag{ font-size:1.8rem; }

/* =========================================================
   هێدەر
   ========================================================= */
#site-header{
  position:sticky; top:0; z-index:100;
  background: color-mix(in srgb, var(--bg-soft) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--border);
  transition: background .4s ease, border-color .4s ease;
}
.header-inner{
  max-width:1240px; margin:0 auto; padding:.85rem 1.4rem;
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
}
.brand{ display:flex; align-items:center; gap:.6rem; }
.brand-mark{ font-family:var(--font-latin); font-weight:800; font-size:1.3rem; }
.mk-m{ color: var(--brand-blue); }
.mk-e{ color: var(--brand-dark); }
.brand-text{ font-weight:700; font-size:1.02rem; letter-spacing:.2px; }

.main-nav{ display:flex; gap:.3rem; }
.nav-link{
  padding:.55rem 1rem; border-radius:999px; font-size:.94rem; font-weight:600;
  color: var(--text-soft);
  transition: color .25s ease, background .25s ease;
}
.nav-link:hover{ color:var(--brand-blue); }
.nav-link.active{ color:#000000; background: var(--brand-blue); }

.header-actions{ display:flex; align-items:center; gap:.4rem; position:relative; }
.icon-btn{
  width:40px; height:40px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  color:var(--text); font-size:1rem;
  border:1px solid var(--border);
  transition: background .25s ease, transform .2s ease, color .25s ease;
}
.icon-btn:hover{ background:var(--accent-glow); color:var(--brand-blue); transform:translateY(-2px); }
#lang-toggle{ width:auto; padding:0 .8rem; gap:.4rem; font-weight:700; font-size:.8rem; }
.burger{ display:none; }

.lang-popover{
  position:absolute; top:52px; inset-inline-end:0;
  background:var(--surface); border:1px solid var(--border); border-radius:12px;
  box-shadow:var(--shadow); overflow:hidden; z-index:60;
}
.lang-popover button{ display:block; width:140px; padding:.7rem 1rem; text-align:start; font-weight:600; }
.lang-popover button:hover{ background:var(--accent-glow); color:var(--brand-blue); }

.mobile-nav{
  display:none; flex-direction:column; gap:.2rem; padding:.6rem 1.4rem 1rem;
  border-top:1px solid var(--border);
}
.mobile-nav .nav-link{ text-align:start; border-radius:10px; }
.mobile-nav.open{ display:flex; }

/* =========================================================
   دابەشکاری گشتی سلایدەکان
   ========================================================= */
.slide{ padding: 5.5rem 1.4rem; max-width:1240px; margin:0 auto; opacity:0; transform:translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.slide.in-view{ opacity:1; transform:translateY(0); }
.section-head{ text-align:center; max-width:700px; margin:0 auto 3rem; }
.eyebrow{
  display:inline-block; font-size:.78rem; font-weight:700; letter-spacing:1.5px;
  color: var(--brand-blue); text-transform:uppercase;
  background: var(--accent-glow); padding:.3rem .9rem; border-radius:999px; margin-bottom:1rem;
}
.section-head h2{ font-size:clamp(1.5rem, 3vw, 2.1rem); font-weight:800; margin-bottom:.7rem; }
.section-head p{ color:var(--text-soft); }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  padding:.85rem 1.7rem; border-radius:999px; font-weight:700; font-size:.95rem;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, opacity .22s ease;
}
.btn-primary{ background: linear-gradient(135deg, var(--brand-blue), var(--brand-blue-dark)); color:#fff; box-shadow:0 10px 24px var(--accent-glow); }
.btn-primary:hover{ transform:translateY(-3px); box-shadow:0 14px 30px var(--accent-glow); }
.btn-ghost{ border:1.5px solid var(--border); color:var(--text); }
.btn-ghost:hover{ border-color:var(--brand-blue); color:var(--brand-blue); transform:translateY(-3px); }
.btn:active{ transform:translateY(0) scale(.97); }
.btn-block{ display:flex; width:100%; margin-top:1rem; }

/* =========================================================
   هیرۆ
   ========================================================= */
.hero-slide{ position:relative; min-height:94vh; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; overflow:hidden; padding-top:3rem; }
.hero-bg{ position:absolute; inset:0; z-index:0; overflow:hidden; }
.hero-photo{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 30%;
  filter: saturate(1.05);
  transform: scale(1.03);
  animation: heroPhotoDrift 18s ease-in-out infinite alternate;
}
@keyframes heroPhotoDrift{ from{ transform:scale(1.03) translate(0,0);} to{ transform:scale(1.08) translate(-1%,-1%);} }
.hero-scrim{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(6,12,20,.35) 0%, rgba(7,14,22,.72) 38%, rgba(9,16,25,.94) 78%, rgba(9,16,25,.97) 100%);
}
body.light-mode .hero-scrim{
  background:
    linear-gradient(180deg, rgba(246,249,252,.5) 0%, rgba(244,248,252,.8) 38%, rgba(246,249,252,.95) 78%, rgba(246,249,252,.98) 100%);
}
.hero-glow{ position:absolute; border-radius:50%; filter:blur(70px); opacity:.6; }
.glow-1{ width:420px; height:420px; background:var(--accent-glow); top:-120px; inset-inline-start:-100px; animation:driftA 10s ease-in-out infinite; }
.glow-2{ width:380px; height:380px; background:var(--accent-glow); bottom:-140px; inset-inline-end:-100px; animation:driftB 12s ease-in-out infinite; }
@keyframes driftA{ 0%,100%{transform:translate(0,0);} 50%{transform:translate(40px,30px);} }
@keyframes driftB{ 0%,100%{transform:translate(0,0);} 50%{transform:translate(-40px,-20px);} }

.hero-inner{ position:relative; z-index:1; max-width:820px; }
.hero-title{ font-size:clamp(2rem,5vw,3.2rem); font-weight:800; line-height:1.25; margin:1rem 0 1.2rem; }
.hero-title-brand{ display:block; font-family:var(--font-latin); color:var(--brand-blue); }
.hero-desc{ color:var(--text-soft); font-size:1.05rem; max-width:640px; margin:0 auto 2.2rem; }

/* ڕیزی ژمارەکان (شوێنکەوتوو، ساڵی دامەزراندن، ژمارەی ئامێر) */
.hero-stats{
  display:flex; justify-content:center; gap:2.4rem; flex-wrap:wrap;
  margin-bottom:1.8rem;
}
.hero-stats .stat{ text-align:center; }
.hero-stats strong{
  display:block; font-size:1.6rem; font-weight:800; color:var(--brand-blue);
  font-family:var(--font-latin);
}
.hero-stats span{ font-size:.78rem; color:var(--text-soft); font-weight:600; }

/* بۆکسی دروشم، جوان و جوڵاو */
.hero-slogan{
  position:relative; display:inline-block; margin:0 auto 2rem; max-width:600px;
  padding:1rem 1.8rem; border-radius:14px;
  background: linear-gradient(135deg, var(--accent-glow), transparent 60%);
  border:1px solid var(--border);
  overflow:hidden;
}
.hero-slogan::before{
  content:""; position:absolute; inset:0; border-radius:inherit; padding:1.5px;
  background: linear-gradient(120deg, var(--brand-blue), transparent 30%, transparent 70%, var(--brand-blue));
  background-size:220% 220%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: sloganBorder 5s linear infinite;
}
@keyframes sloganBorder{ to{ background-position:220% 220%; } }
.hero-slogan span{
  position:relative; font-weight:700; font-style:italic; font-size:.98rem;
  color:var(--brand-blue-dark);
}
body.dark-mode .hero-slogan span{ color:var(--brand-blue); }

.hero-badges{ display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin-bottom:2.3rem; text-align:start; }
.badge{
  display:flex; gap:.7rem; align-items:flex-start; padding:1rem; border-radius:var(--radius-sm);
  background:var(--surface); border:1px solid var(--border); box-shadow:var(--shadow);
  transition: transform .25s ease;
}
.badge:hover{ transform:translateY(-4px); }
.badge .ico{ color:var(--brand-blue); margin-top:.15rem; flex-shrink:0; }
.badge strong{ display:block; font-size:.92rem; margin-bottom:.2rem; }
.badge span{ font-size:.82rem; color:var(--text-soft); }

/* بادجی وێنەدار (باکگراوندی چوارگۆشەکان بە وێنە) */
.badge-photo{
  position:relative; overflow:hidden; border-color:transparent;
  background-image: var(--badge-img);
  background-size:cover; background-position:center;
}
.badge-photo .badge-scrim{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(6,10,16,.55) 0%, rgba(6,10,16,.85) 100%);
}
.badge-photo .ico, .badge-photo strong, .badge-photo span{ position:relative; z-index:1; color:#fff; }
.badge-photo .ico{ color:#fff; filter: drop-shadow(0 1px 3px rgba(0,0,0,.4)); }
.badge-photo span{ color:rgba(255,255,255,.82); }
.badge-photo:hover{ transform:translateY(-4px) scale(1.01); }

.hero-cta{ display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; margin-bottom:2.4rem; }

.hero-brands{ display:flex; flex-wrap:wrap; gap:1.6rem; justify-content:center; opacity:.55; font-weight:700; letter-spacing:.5px; font-family:var(--font-latin); }

.scroll-down{
  position:absolute; bottom:1.6rem; left:50%; transform:translateX(-50%);
  width:38px; height:38px; border-radius:50%; border:1px solid var(--border);
  display:flex; align-items:center; justify-content:center; color:var(--text-soft);
  animation: bounceDown 2s ease-in-out infinite;
}
@keyframes bounceDown{ 0%,100%{transform:translate(-50%,0);} 50%{transform:translate(-50%,8px);} }

/* =========================================================
   سلایدی نمایشگای جوڵاو (وێنەی دەستکاریکراو، هاتسپۆت)
   ========================================================= */
.showroom-glimpse{ padding-top:0; }
.interactive-photo{
  position:relative; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow);
  line-height:0; isolation:isolate;
}
.interactive-photo-base{ width:100%; height:auto; display:block; }

.hotspot{
  position:absolute; border:none; padding:0; margin:0; cursor:pointer;
  background-repeat:no-repeat;
  border-radius:10px;
  transform:scale(1); transform-origin:center;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease, z-index 0s;
  z-index:1;
  -webkit-tap-highlight-color: transparent;
}
.hotspot:hover, .hotspot:focus-visible, .hotspot.is-active, .hotspot.is-auto{
  transform: scale(1.09);
  box-shadow: 0 14px 34px rgba(0,0,0,.35), 0 0 0 2px rgba(69,176,255,.55);
  z-index:5;
}
.hotspot:active{ transform: scale(1.04); }
.hotspot.is-auto{ animation: hotspotPulse 1.8s ease-in-out infinite; }
@keyframes hotspotPulse{
  0%, 100%{ box-shadow: 0 14px 34px rgba(0,0,0,.35), 0 0 0 2px rgba(69,176,255,.55); }
  50%{ box-shadow: 0 14px 34px rgba(0,0,0,.35), 0 0 0 5px rgba(69,176,255,.3); }
}
@media (prefers-reduced-motion: reduce){
  .hotspot.is-auto{ animation:none; }
}

/* =========================================================
   بەشی ئامێرەکان
   ========================================================= */
/* بانەری وێنەی نمایشگا (بەشی ئامێرەکان) */
.showroom-banner{
  position:relative; border-radius:var(--radius); overflow:hidden; height:220px;
  margin-bottom:2.4rem; box-shadow:var(--shadow);
}
.showroom-banner img{ width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.showroom-banner:hover img{ transform:scale(1.04); }
.showroom-banner-scrim{
  position:absolute; inset:0;
  background: linear-gradient(0deg, rgba(6,14,24,.55) 0%, rgba(6,14,24,.15) 60%, rgba(6,14,24,0) 100%);
}
.showroom-banner-text{
  position:absolute; inset-inline-start:1.4rem; bottom:1.4rem; top:auto; display:flex; flex-direction:column; justify-content:center;
  padding:1rem 1.3rem; max-width:380px; color:#fff;
  background: rgba(10,16,24,.55); backdrop-filter: blur(10px);
  border-radius: 12px; border:1px solid rgba(255,255,255,.12);
}
.showroom-banner-text strong{ font-size:1.25rem; margin-bottom:.4rem; }
.showroom-banner-text span{ font-size:.88rem; opacity:.85; }

.cat-tabs{ display:flex; flex-wrap:wrap; gap:.6rem; justify-content:center; margin-bottom:2.4rem; }
.cat-tab{
  padding:.6rem 1.2rem; border-radius:999px; font-weight:600; font-size:.88rem;
  border:1.5px solid var(--border); color:var(--text-soft); display:flex; align-items:center; gap:.45rem;
  transition: all .25s ease;
}
.cat-tab i{ font-size:.9rem; }
.cat-tab:hover{ border-color:var(--brand-blue); color:var(--brand-blue); }
.cat-tab.active{ background:var(--brand-blue); border-color:var(--brand-blue); color:#fff; }

.promo-banner{
  display:flex; align-items:center; gap:1.2rem; background:linear-gradient(135deg, var(--brand-blue), var(--brand-blue-dark));
  color:#fff; padding:1.4rem 1.6rem; border-radius:var(--radius); margin-bottom:2.6rem;
  box-shadow:0 16px 34px var(--accent-glow);
}
.promo-icon{ font-size:1.8rem; flex:0 0 auto; }
.promo-text h3{ font-size:1.02rem; margin-bottom:.3rem; }
.promo-text p{ font-size:.86rem; opacity:.92; }

.cat-panel{ display:none; }
.cat-panel.active{ display:block; animation: fadeUp .5s ease; }
@keyframes fadeUp{ from{opacity:0; transform:translateY(14px);} to{opacity:1; transform:translateY(0);} }

.cat-panel-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:1.2rem; flex-wrap:wrap; gap:.6rem; }
.cat-panel-head h3{ font-size:1.15rem; font-weight:800; display:flex; align-items:center; gap:.5rem; }
.cat-panel-head h3 i{ color:var(--brand-blue); }
.brand-filter{ display:flex; gap:.4rem; flex-wrap:wrap; }
.brand-chip{
  padding:.35rem .8rem; border-radius:8px; font-size:.78rem; font-weight:700;
  background:var(--surface); border:1px solid var(--border); color:var(--text-soft);
}
.brand-chip.active{ background:var(--accent-glow); color:var(--brand-blue); border-color:var(--brand-blue); }

.product-grid{ display:grid; grid-template-columns:repeat(auto-fill, minmax(230px,1fr)); gap:1.2rem; }
.product-card{
  background:var(--surface); border:1px solid var(--border); border-radius:var(--radius);
  overflow:hidden; box-shadow:var(--shadow); transition: transform .28s ease, box-shadow .28s ease;
  display:flex; flex-direction:column;
}
.product-card:hover{ transform:translateY(-6px); box-shadow:0 18px 36px var(--accent-glow); }
.product-media{
  aspect-ratio:4/3; background:linear-gradient(135deg, var(--accent-glow), transparent);
  display:flex; align-items:center; justify-content:center; color:var(--brand-blue); font-size:2.2rem; position:relative;
}
.product-media img{ width:100%; height:100%; object-fit:cover; }
.sample-badge{
  position:absolute; top:.5rem; inset-inline-start:.5rem; font-size:.65rem; font-weight:800;
  background:#fff; color:var(--brand-blue-dark); padding:.2rem .55rem; border-radius:6px; letter-spacing:.4px;
}
.product-body{ padding:1rem; display:flex; flex-direction:column; gap:.4rem; flex:1; }
.product-brand{ font-size:.72rem; font-weight:800; letter-spacing:.6px; color:var(--brand-blue); text-transform:uppercase; }
.product-name{ font-weight:700; font-size:.98rem; }
.product-desc{ font-size:.8rem; color:var(--text-soft); flex:1; }
.product-specs{
  font-size:.74rem; color:var(--text-soft); line-height:1.6;
  background:var(--bg); border:1px solid var(--border); border-radius:8px;
  padding:.5rem .65rem; margin-top:.1rem;
}
.product-foot{ display:flex; align-items:center; justify-content:space-between; margin-top:.4rem; }
.product-price{ font-weight:800; color:var(--brand-blue-dark); font-size:1rem; }
.product-order{
  width:36px; height:36px; border-radius:50%; background:var(--accent-glow); color:var(--brand-blue);
  display:flex; align-items:center; justify-content:center; transition: background .25s ease, color .25s ease, transform .25s ease;
}
.product-order:hover{ background:var(--brand-blue); color:#fff; transform:scale(1.08); }

/* =========================================================
   بەشی پەیوەندی و داواکاری
   ========================================================= */
.contact-slide{ position:relative; overflow:hidden; border-radius:var(--radius); }
.contact-bg{ position:absolute; inset:0; z-index:-1; border-radius:var(--radius); overflow:hidden; }
.contact-bg img{ width:100%; height:100%; object-fit:cover; }
.contact-scrim{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(6,12,20,.9) 0%, rgba(8,14,23,.85) 55%, rgba(9,16,25,.95) 100%);
}
body.light-mode .contact-scrim{
  background: linear-gradient(180deg, rgba(246,249,252,.95) 0%, rgba(240,247,252,.9) 55%, rgba(246,249,252,.97) 100%);
}
.contact-slide .section-head h2, .contact-slide .section-head p{ position:relative; }

.contact-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.4rem; margin-bottom:2.4rem; }
.contact-card{
  background: color-mix(in srgb, var(--surface) 78%, transparent);
  backdrop-filter: blur(10px);
  border:1px solid var(--border); border-radius:var(--radius);
  padding:1.6rem; box-shadow:var(--shadow);
}
.contact-card h3{ display:flex; align-items:center; gap:.55rem; font-size:1rem; margin-bottom:.6rem; }
.contact-card h3 i{ color:var(--brand-blue); }
.contact-card p{ color:var(--text-soft); font-size:.9rem; }
.contact-divider{ height:1px; background:var(--border); margin:1.1rem 0; }

.map-btn{
  display:inline-flex; align-items:center; gap:.5rem; margin-top:.7rem; font-weight:700; font-size:.85rem;
  padding:.6rem 1rem; border-radius:10px; color:#fff;
  background: linear-gradient(90deg, #4285F4, #34A853 45%, #FBBC05 75%, #EA4335);
  transition: filter .22s ease, transform .2s ease;
}
.map-btn:hover{ filter:brightness(1.08); transform:translateY(-2px); }
.email-link{
  display:inline-flex; align-items:center; gap:.5rem; font-weight:700; word-break:break-all;
  color:#fff; padding:.6rem 1rem; border-radius:10px;
  background: linear-gradient(90deg, #EA4335, #FBBC05);
  transition: filter .22s ease, transform .2s ease;
}
.email-link:hover{ filter:brightness(1.08); transform:translateY(-2px); }

.phone-list{ display:flex; flex-direction:column; gap:.55rem; margin:.8rem 0; }
.phone-item{
  display:flex; align-items:center; gap:.6rem; padding:.65rem .9rem; border-radius:10px;
  background:#25D366; border:1px solid #25D366; font-weight:700; font-size:.9rem; direction:ltr; justify-content:flex-end;
  color:#fff;
  transition: filter .25s ease, transform .2s ease;
}
[dir="rtl"] .phone-item{ justify-content:flex-start; }
.phone-item .ico{ color:#fff; }
.phone-item:hover{ filter:brightness(1.08); transform:translateX(2px); }

.social-list{ display:flex; flex-direction:column; gap:.6rem; margin:.9rem 0; }
.social-item{
  display:flex; align-items:center; gap:.7rem; padding:.7rem 1rem; border-radius:10px; font-weight:700; font-size:.9rem;
  border:1px solid var(--border); color:#fff;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.social-item:hover{ transform:translateX(4px); filter:brightness(1.08); }
.social-item .ico{ font-size:1.1rem; color:#fff; }
.social-item.fb{ background:#1877F2; border-color:#1877F2; }
.social-item.ig{ background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); border-color:transparent; }
.social-item.tk{ background:#000; border-color:#000; }

.qr-box{ display:flex; align-items:center; gap:1rem; }
.qr-box img{ border-radius:10px; border:1px solid var(--border); background:#fff; padding:6px; }
.qr-box span{ font-size:.8rem; color:var(--text-soft); }

.delivery-strip{
  display:flex; align-items:center; justify-content:center; gap:.8rem; text-align:center;
  background:var(--accent-glow); color:var(--brand-blue-dark); font-weight:700; font-size:.92rem;
  padding:1.1rem; border-radius:var(--radius);
}

/* =========================================================
   فووتەر
   ========================================================= */
#site-footer{ border-top:1px solid var(--border); padding:2.2rem 1.4rem; margin-top:2rem; }
.footer-inner{ max-width:1240px; margin:0 auto; }
.footer-top{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:1rem; }
.footer-brand{ display:flex; align-items:center; gap:.4rem; font-weight:800; font-family:var(--font-latin); }
.footer-brand .mk-m{ color:var(--brand-blue); }
.footer-flag{ display:flex; align-items:center; gap:.55rem; font-size:.85rem; font-weight:600; color:var(--text-soft); }
.flag-ico{ width:28px; height:19px; border-radius:3px; box-shadow:0 0 0 1px var(--border); overflow:hidden; }
.footer-divider{ height:1px; background:var(--border); margin:1.2rem 0 1rem; }
#site-footer p{ color:var(--text-soft); font-size:.85rem; text-align:center; }

/* دوگمەی گەڕانەوە بۆ سەرەوە */
.to-top{
  position:fixed; bottom:1.6rem; inset-inline-end:1.6rem; z-index:80;
  width:46px; height:46px; border-radius:50%; background:var(--brand-blue); color:#fff;
  display:flex; align-items:center; justify-content:center; box-shadow:0 10px 24px var(--accent-glow);
  opacity:0; visibility:hidden; transform:translateY(10px); transition:all .3s ease;
}
.to-top.show{ opacity:1; visibility:visible; transform:translateY(0); }
.to-top:hover{ transform:translateY(-4px); }

/* =========================================================
   ڕیسپۆنسیڤ
   ========================================================= */
@media (max-width: 900px){
  .hero-badges{ grid-template-columns:1fr; }
  .contact-grid{ grid-template-columns:1fr; }
  .tv-wall{ opacity:.25; width:70%; }
}
@media (max-width: 760px){
  .main-nav{ display:none; }
  .burger{ display:flex; }
  .header-actions #lang-toggle span{ display:none; }
}

/* شێوازی وردەکارییەکان بۆ فۆکس (accessibility) */
:focus-visible{ outline:2px solid var(--brand-blue); outline-offset:2px; }

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}
