/* =========================================
   FoodMart Base CSS (RTL / Vazirmatn)
   File: static/base/css/base.css
========================================= */

/* 1) Font */
@font-face {
    font-family: 'Vazirmatn';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 2) Global forced font */
html, body,
h1, h2, h3, h4, h5, h6,
p, a, span, div, li,
button, input, textarea, select,
.navbar, .nav-link, .btn,
.fw-bold, .fs-3, strong {
  font-family: 'Vazirmatn', sans-serif !important;
}

:root{
  --gold: #ffc107;
  --gold-2: #FFC43F;
  --gold-dark: #e0a800;

  --text: #111827;
  --muted: #6b7280;

  --border: #eee;
  --bg: #f9fafb;
  --card: #ffffff;
}

/* =========================
   Base
========================= */
html{ scroll-behavior: smooth; }
body{
  background: var(--bg);
  color: var(--text);
}

a{ text-decoration: none; }
img{ max-width: 100%; height: auto; }

/* =========================
   Helpers
========================= */
.text-gold{ color: var(--gold) !important; }
.bg-gold{ background-color: var(--gold) !important; }

/* Buttons */
.btn-gold{
  background-color: var(--gold-2);
  color: #fff;
  border: 1px solid var(--gold-2);
  transition: .2s ease;
  font-weight: 800;
}
.btn-gold:hover{
  background-color: var(--gold-dark);
  border-color: var(--gold-dark);
  color: #fff;
}

.btn-outline-gold{
  background: transparent;
  color: var(--gold-2);
  border: 1px solid var(--gold-2);
  transition: .2s ease;
  font-weight: 800;
}
.btn-outline-gold:hover{
  background-color: var(--gold-2);
  color: #fff;
}

/* =========================================
   1. HEADER: The Final Polish
   ========================================= */

#site-header {
    position: fixed;
    top: 15px; left: 50%; transform: translateX(-50%);
    width: 94%; max-width: 1250px;
    height: 52px; /* ارتفاع متناسب */
    padding: 0 20px;
    z-index: 99999;

    background: rgba(177, 190, 190, 0.3); /* شیشه یخی */
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);

    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    border-radius: 16px;

    display: flex; align-items: center;
    transition: transform 0.3s ease;
}

#site-header.header-hidden { transform: translate(-50%, -150%); }

#site-header .container {
    height: 100%;
    display: flex; align-items: center; justify-content: space-between;
}

#site-header .navbar { padding: 0 !important; width: 100%; }

/* لوگو */
.navbar-brand {
    font-size: 1.4rem !important; font-weight: 900 !important;
    color: #000 !important; margin: 0 !important;
}

/* منوی وسط */
.navbar-nav { margin: 0 auto !important; gap: 5px; align-items: center; }
.navbar-nav .nav-link {
    font-size: 0.9rem; font-weight: 700; color: #333 !important;
    padding: 6px 14px !important; border-radius: 8px; transition: 0.3s;
}
.navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.5);
    color: var(--gold-dark) !important;
    transform: translateY(-2px);
}

/* --- دکمههای سمت چپ (User & Cart) --- */

/* سبد خرید (شیشهای و تمیز) */
.icon-btn {
    position: relative;
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    color: #333;
    transition: 0.3s;
}
.icon-btn:hover {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transform: scale(1.05);
}
/* بج قرمز */
.icon-btn .badge {
    position: absolute; top: -5px; right: -5px;
    background: #fa6f68 !important;
    border: 2px solid #fff;
    width: 18px; height: 18px; font-size: 0.65rem;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
}

/* دکمه ورود (کادردار) */
.btn-gold-nav {
    background: transparent;
    color: #b77900;
    border: 1px solid #ffc107; /* کادر زرد */
    font-weight: 800; font-size: 0.85rem;
    padding: 6px 18px; border-radius: 12px;
    transition: 0.3s;
}
.btn-gold-nav:hover {
    background: #ffc107; color: #000;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

/* --- پروفایل کاربر (Login State) --- */
.user-dropdown-toggle {
    display: flex; align-items: center; gap: 8px;
    text-decoration: none; cursor: pointer;
    padding: 4px 8px; border-radius: 20px;
    transition: 0.2s;
}
.user-dropdown-toggle:hover { background: rgba(255,255,255,0.5); }

.avatar-circle {
    width: 32px; height: 32px;
    background: linear-gradient(135deg, #ffc107, #ffdb6e);
    color: #fff; font-weight: 900; font-size: 0.9rem;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 10px rgba(255, 193, 7, 0.3);
}

/* منوی باز شونده پروفایل (شیشهای) */
.dropdown-menu {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1) !important;
    border-radius: 16px !important;
    padding: 10px !important;
    margin-top: 15px !important;
    animation: dropFade 0.3s ease;
}
.dropdown-item {
    border-radius: 8px; font-weight: 600; font-size: 0.9rem;
    padding: 8px 15px; color: #333;
}
.dropdown-item:hover { background: rgba(0,0,0,0.05); color: var(--gold-dark); }
.dropdown-item.text-danger:hover { background: rgba(255, 59, 48, 0.1); color: #ff3b30 !important; }

@keyframes dropFade {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* =========================================
   2. MOBILE MENU (Full Liquid Experience)
   ========================================= */

.offcanvas {
    /* فیکس و تمام صفحه */
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;

    /* پسزمینه بلور شدید (مثل iOS Control Center) */
    background: rgba(240, 245, 255, 0.6) !important;
    backdrop-filter: blur(30px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(30px) saturate(180%) !important;

    border: none;
    border-radius: 0;
    z-index: 100000;

    /* چیدمان داخلی */
    display: flex;
    flex-direction: column;
    padding: 20px;
}

/* خط بالای شیت */
.offcanvas-header {
    justify-content: flex-end; /* دکمه بستن سمت راست/چپ */
    padding: 10px 0 30px;
}
.btn-close {
    background: rgba(0,0,0,0.05);
    border-radius: 50%;
    padding: 10px;
    opacity: 1;
    color: #000;
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
}
.offcanvas-header::before {
    content: ''; position: absolute; top: 10px;
    width: 40px; height: 4px; background: rgba(0,0,0,0.1);
    border-radius: 10px;
}

.offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px; /* فاصله بین گروهها */
}
.mobile-nav-group {
    background: rgba(255, 255, 255, 0.5); /* شیشه سفیدتر */
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between; /* متن و آیکون دو طرف */
    padding: 16px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.05); /* خط جداکننده نازک */
    transition: 0.2s;
}
.mobile-link:last-child { border-bottom: none; }

.mobile-link:active {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(0.98); /* افکت کلیک */
}

.mobile-link i { font-size: 1.2rem; color: #888; }

/* دکمههای اکشن (ورود/خروج) */
.mobile-actions {
    margin-top: auto; /* چسبیدن به پایین */
    display: flex;
    gap: 10px;
}

.mobile-btn {
    flex: 1;
    padding: 14px;
    border-radius: 16px;
    font-weight: 800;
    text-align: center;
    font-size: 1rem;
    border: none;
}

.btn-primary-mobile {
    background: #ffc107;
    color: #000;
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

.btn-secondary-mobile {
    background: rgba(255,255,255,0.6);
    color: #333;
}

/* لینکهای موبایل (ساده و بدون کادر) */
.offcanvas-body a {
    font-size: 1.2rem; font-weight: 700; color: #222;
    padding: 10px; text-align: center;
    border-radius: 12px; transition: 0.2s;
    /* حذف کادر و بکگراند پیشفرض */
    background: transparent; border: none;
}

.offcanvas-body a:hover {
    color: var(--gold-dark);
    background: rgba(255, 255, 255, 0.4); /* فقط هاور شیشهای */
}

/* اصلاح ریسپانسیو */
@media (max-width: 991px) {
    #site-header {
        top: 10px;
        width: 94%;
        height: 50px;
        padding: 0 15px;
    }
    .collapse { display: none !important; }
}

/* ===========================
   پسزمینه با ذرات متحرک
   =========================== */
.footer-bg-particles {
  position: relative;
  overflow: hidden;
}
.footer-bg-particles::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.2) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: moveParticles 30s linear infinite;
  z-index: 0;
}
@keyframes moveParticles {
  from { background-position: 0 0; }
  to { background-position: 1000px 1000px; }
}

/* ===========================
   برند با چرخهی نور رنگی
   =========================== */
.brand-glow-cycle h2 {
  animation: glowCycle 5s infinite;
}
@keyframes glowCycle {
  0% { text-shadow: 0 0 10px #00e0ff; color: #00e0ff; }
  25% { text-shadow: 0 0 10px #ff00c8; color: #ff00c8; }
  50% { text-shadow: 0 0 10px #ffae00; color: #ffae00; }
  75% { text-shadow: 0 0 10px #00ff95; color: #00ff95; }
  100% { text-shadow: 0 0 10px #00e0ff; color: #00e0ff; }
}

/* ===========================
   لینکها با انیمیشن موجی
   =========================== */
.link-wave {
  position: relative;
  display: inline-block;
  color: #eee;
  text-decoration: none;
  overflow: hidden;
}
.link-wave::after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #00e0ff, #ff00c8, #ffae00);
  animation: waveLine 2s infinite;
}
@keyframes waveLine {
  0% { left: -100%; }
  50% { left: 0; }
  100% { left: 100%; }
}

/* ===========================
   آیکونها با افکت شیشهای و چرخش
   =========================== */
.icon-glass-spin {
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  animation: spinIcon 6s linear infinite;
  transition: transform 0.3s ease;
}
.icon-glass-spin:hover {
  transform: scale(1.2);
}
@keyframes spinIcon {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ===========================
   متن رنگینکمانی
   =========================== */
.rainbow-text {
  animation: rainbowText 6s infinite;
}
@keyframes rainbowText {
  0% { color: #ff0000; }
  20% { color: #ff6600; }
  40% { color: #ffff00; }
  60% { color: #00ff00; }
  80% { color: #00ffff; }
  100% { color: #ff00ff; }
}

/* ===========================
   پسزمینه گرادیان متحرک چندلایه
   =========================== */
.mega-footer::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(0,224,255,0.2), rgba(255,0,200,0.2));
  animation: gradientShift 15s ease infinite;
  z-index: -1;
}
@keyframes gradientShift {
  0% { background-position: 0 0; }
  50% { background-position: 100% 100%; }
  100% { background-position: 0 0; }
}

/* ===========================
   افکت پارالاکس روی کل فوتری
   =========================== */
.footer-parallax {
  perspective: 1000px;
}
.footer-parallax .footer-container {
  transform-style: preserve-3d;
  animation: parallaxMove 20s linear infinite;
}
@keyframes parallaxMove {
  0% { transform: rotateY(0deg); }
  50% { transform: rotateY(10deg); }
  100% { transform: rotateY(0deg); }
}

/* ===========================
   لینکها با افکت Glow هنگام Hover
   =========================== */
.link-wave:hover {
  color: #00e0ff;
  text-shadow: 0 0 10px #00e0ff, 0 0 20px #ff00c8;
  transform: scale(1.1);
}

/* ===========================
   آیکونها با افکت چندرنگی
   =========================== */
.icon-glass-spin:hover {
  background: linear-gradient(135deg, #00e0ff, #ff00c8, #ffae00);
  color: #fff;
  box-shadow: 0 0 15px #00e0ff, 0 0 25px #ff00c8;
}

/* ===========================
   افکت موجی روی کل پسزمینه
   =========================== */
.footer-bg-wave {
  position: relative;
  overflow: hidden;
}
.footer-bg-wave::before {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0,224,255,0.2), transparent 70%);
  animation: waveBackground 10s ease-in-out infinite;
}
@keyframes waveBackground {
  0% { transform: translateX(0) translateY(0); }
  50% { transform: translateX(-50px) translateY(-30px); }
  100% { transform: translateX(0) translateY(0); }
}

/* ===========================
   متن برند با افکت سایهی چندلایه
   =========================== */
.brand-glow-cycle h2:hover {
  text-shadow: 0 0 10px #00e0ff,
               0 0 20px #ff00c8,
               0 0 30px #ffae00,
               0 0 40px #00ff95;
  transform: scale(1.2);
}

/* ===========================
   افکتهای ترکیبی برای لینکها
   =========================== */
.link-wave:hover::after {
  height: 4px;
  background: linear-gradient(90deg, #ff00c8, #00e0ff, #ffae00);
  animation: waveLineHover 1s infinite;
}
@keyframes waveLineHover {
  0% { left: -100%; }
  50% { left: 0; }
  100% { left: 100%; }
}

/* ===========================
   متن رنگینکمانی با سایه
   =========================== */
.rainbow-text {
  animation: rainbowText 6s infinite, glowRainbow 3s infinite alternate;
}
@keyframes glowRainbow {
  from { text-shadow: 0 0 10px #ff0000; }
  to { text-shadow: 0 0 20px #00ffff; }
}
/* ===========================
   خطوط نورانی تزئینی
   =========================== */
.decor-line-glow {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #00e0ff, #ff00c8, #ffae00);
  box-shadow: 0 0 10px #00e0ff, 0 0 20px #ff00c8;
  animation: slideLine 4s linear infinite;
}
@keyframes slideLine {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

/* ===========================
   اشکال متحرک تزئینی
   =========================== */
.decor-circle-glow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle, #ff00c8, transparent);
  animation: floatCircle 6s ease-in-out infinite;
}
@keyframes floatCircle {
  0% { transform: translateY(0); opacity: 0.8; }
  50% { transform: translateY(-20px); opacity: 1; }
  100% { transform: translateY(0); opacity: 0.8; }
}

.decor-square-rotate {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #00e0ff, #ffae00);
  animation: rotateSquare 8s linear infinite;
}
@keyframes rotateSquare {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ===========================
   دکمههای شیشهای پیشرفته
   =========================== */
.btn-glass-advanced {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  padding: 12px 24px;
  border-radius: 12px;
  color: #fff;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.btn-glass-advanced::before {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.3), transparent);
  transition: all 0.4s ease;
}
.btn-glass-advanced:hover::before {
  left: 100%;
}
.btn-glass-advanced:hover {
  background: rgba(255,255,255,0.2);
  transform: scale(1.1);
  box-shadow: 0 0 15px #00e0ff, 0 0 25px #ff00c8;
}

/* ===========================
   افکتهای نورانی برای آیکونها
   =========================== */
.icon-glass-spin.glow {
  box-shadow: 0 0 10px #00e0ff, 0 0 20px #ff00c8, 0 0 30px #ffae00;
  animation: spinIconGlow 10s linear infinite;
}
@keyframes spinIconGlow {
  0% { box-shadow: 0 0 10px #00e0ff; }
  33% { box-shadow: 0 0 20px #ff00c8; }
  66% { box-shadow: 0 0 30px #ffae00; }
  100% { box-shadow: 0 0 10px #00e0ff; }
}

/* ===========================
   افکتهای پسزمینه با خطوط متحرک
   =========================== */
.footer-bg-lines {
  position: relative;
  overflow: hidden;
}
.footer-bg-lines::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 200%; height: 200%;
  background: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.1) 0px,
    rgba(255,255,255,0.1) 2px,
    transparent 2px,
    transparent 10px
  );
  animation: moveLines 20s linear infinite;
}
@keyframes moveLines {
  from { transform: translateX(0); }
  to { transform: translateX(-200px); }
}

/* ===========================
   متن با افکت تایپ شدن
   =========================== */
.typing-text {
  overflow: hidden;
  border-right: 3px solid #00e0ff;
  white-space: nowrap;
  animation: typing 5s steps(30, end), blink 0.75s step-end infinite;
}
@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}
@keyframes blink {
  from, to { border-color: transparent; }
  50% { border-color: #00e0ff; }
}
/* ===========================
   حالتهای رنگی پیشرفته
   =========================== */
.theme-dark .mega-footer {
  background: rgba(0,0,0,0.85);
  color: #fff;
}
.theme-dark .footer-nav a:hover {
  color: #ffae00;
  text-shadow: 0 0 10px #ffae00;
}

.theme-light .mega-footer {
  background: rgba(255,255,255,0.85);
  color: #000;
}
.theme-light .footer-nav a:hover {
  color: #00e0ff;
  text-shadow: 0 0 10px #00e0ff;
}

.theme-neon .mega-footer {
  background: linear-gradient(135deg, #0ff, #f0f, #ff0);
  color: #fff;
}
.theme-neon .footer-nav a:hover {
  color: #fff;
  text-shadow: 0 0 15px #0ff, 0 0 25px #f0f;
}

/* ===========================
   افکتهای ترکیبی برای کل فوتری
   =========================== */
.mega-footer:hover {
  animation: footerPulse 5s infinite;
}
@keyframes footerPulse {
  0% { box-shadow: 0 0 20px #00e0ff; }
  25% { box-shadow: 0 0 20px #ff00c8; }
  50% { box-shadow: 0 0 20px #ffae00; }
  75% { box-shadow: 0 0 20px #00ff95; }
  100% { box-shadow: 0 0 20px #00e0ff; }
}

/* ===========================
   افکتهای ترکیبی برای لینکها
   =========================== */
.footer-nav a {
  position: relative;
  transition: all 0.4s ease;
}
.footer-nav a::before {
  content: "";
  position: absolute;
  bottom: -5px; left: 0;
  width: 0; height: 2px;
  background: #00e0ff;
  transition: width 0.4s ease;
}
.footer-nav a:hover::before {
  width: 100%;
  background: linear-gradient(90deg, #00e0ff, #ff00c8, #ffae00);
}

/* ===========================
   افکتهای ترکیبی برای آیکونها
   =========================== */
.footer-social a {
  transition: all 0.4s ease;
}
.footer-social a:hover {
  transform: scale(1.3) rotate(10deg);
  text-shadow: 0 0 10px #00e0ff, 0 0 20px #ff00c8;
}

/* ===========================
   Media Queryهای خفن
   =========================== */
@media (max-width: 1200px) {
  .footer-container { flex-direction: row; }
  .footer-brand h2 { font-size: 24px; }
}

@media (max-width: 992px) {
  .footer-container { flex-direction: column; }
  .footer-nav a { font-size: 14px; }
  .footer-social a { font-size: 16px; }
}

@media (max-width: 768px) {
  .footer-brand h2 { font-size: 22px; }
  .footer-brand p { font-size: 14px; }
  .footer-nav { margin: 20px 0; }
}

@media (max-width: 576px) {
  .footer-brand h2 { font-size: 20px; }
  .footer-brand p { font-size: 12px; }
  .footer-social a { font-size: 14px; }
  .footer-bottom { font-size: 10px; }
}

/* ===========================
   افکتهای پایانی تزئینی
   =========================== */
.footer-bottom p {
  animation: glowRainbow 4s infinite alternate;
}
@keyframes glowRainbow {
  0% { text-shadow: 0 0 10px #ff0000; }
  25% { text-shadow: 0 0 10px #ff00c8; }
  50% { text-shadow: 0 0 10px #00e0ff; }
  75% { text-shadow: 0 0 10px #ffae00; }
  100% { text-shadow: 0 0 10px #00ff95; }
}

@media (max-width: 420px) {
    .glass-prompt {
        left:10px;
        right: 10px;
        bottom: 92px
    }

    .glass-prompt-modal__images {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

.mobile-navbar {
    display: none
}

@media (max-width: 768px) {
    .mobile-navbar {
        position:fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999;
        padding: 20px 12px;
        display: flex;
        align-items: center;
        gap: 10px;
        direction: rtl;
        pointer-events: none
    }

    .liquid-glass-navbar {
        padding-bottom: calc(96px + env(safe-area-inset-bottom,0px))
    }

    .mobile-navbar * {
        box-sizing: border-box
    }

    .mobile-navbar__search,.mobile-navbar__dock,.mobile-navbar__item {
        pointer-events: auto
    }

    .mobile-navbar__dock {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 6px;
        padding: 4px;
        border-radius: 999px;
        background: #14141459;
        border: 1px solid #ffffff1f;
        box-shadow: 0 10px 30px #00000059;
        backdrop-filter: blur(14px) saturate(180%);
        -webkit-backdrop-filter: blur(14px) saturate(180%)
    }

    .mobile-navbar__search {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        border: 1px solid #ffffff24;
        background: #14141461;
        box-shadow: 0 10px 30px #00000059;
        backdrop-filter: blur(14px) saturate(180%);
        -webkit-backdrop-filter: blur(14px) saturate(180%);
        display: grid;
        place-items: center;
        padding: 0;
        margin: 0;
        cursor: pointer;
        -webkit-tap-highlight-color: #fff0;
        position: relative
    }

    .mobile-navbar__item {
        width: 25%;
        height: 56px;
        border-radius: 18px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        text-decoration: none;
        -webkit-tap-highlight-color: #fff0
    }

    .glass-icon {
        width: 28px;
        height: 28px;
        display: block;
        color: #ffffffeb;
        opacity: .92
    }

    .mobile-navbar__label {
        font-size: 10px;
        line-height: 1;
        color: #ffffffd1;
        white-space: nowrap;
        font-weight: 500
    }

    .mobile-navbar__item::before,.mobile-navbar__search::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 999px;
        background: #ffffff24;
        opacity: 0;
        transform: scale(.92);
        transition: opacity 160ms ease,transform 160ms ease
    }

    .mobile-navbar__search::before {
        width: 100%;
        height: 100%
    }

    .mobile-navbar__item:hover::before,.mobile-navbar__item:active::before,.mobile-navbar__item:focus-visible::before,.mobile-navbar__search:hover::before,.mobile-navbar__search:active::before,.mobile-navbar__search:focus-visible::before {
        opacity: 1;
        transform: scale(1)
    }

    .mobile-navbar.is-active::before {
        opacity: 1;
        background: #ffffff2e
    }

    .mobile-navbar__item:focus-visible,.mobile-navbar__search:focus-visible {
        outline: none
    }
}

.liquid-glass-navbar {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

.liquid-glass-navbar {
    margin: 0;
    overflow-x: hidden
}
.liquid-glass-navbar,button,input,select,optgroup,textarea {
    color: #fff;
    font-family: lahzeh;
    font-size: 14px;
    line-height: 2.5;
    font-weight: 400
}

/* ========== فوتر هماهنگ با تم ========== */
.site-footer {
    background: rgba(10, 10, 20, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #e2e8f0;
    padding: 50px 0 0;
    margin-top: 50px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 3rem;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-heading {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: #fff;
    position: relative;
    padding-bottom: 0.6rem;
}
.footer-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 2px;
    background: #e94560;
    border-radius: 2px;
}
.footer-text {
    color: #94a3b8;
    line-height: 1.9;
    font-size: 0.95rem;
}
.footer-links ul, .footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li { margin-bottom: 0.7rem; }
.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}
.footer-links a i { font-size: 0.6rem; color: #e94560; }
.footer-links a:hover {
    color: #e94560;
    transform: translateX(-5px);
}
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    color: #94a3b8;
    font-size: 0.95rem;
}
.footer-contact li i { color: #e94560; margin-top: 3px; width: 16px; text-align: center; }
.footer-bottom {
    padding: 20px 0;
    text-align: center;
    color: #64748b;
    font-size: 0.9rem;
}
@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}
