/*
Theme Name: memashow
Theme URI: https://sarinegar.ir
Author: ساری نگار
Author URI: https://sarinegar.ir
Description: قالب فروشگاهی لوکس، مدرن و کاملاً ریسپانسیو برای وردپرس و ووکامرس. دارای کنترل‌پنل کامل مدیریت، درون‌ریزی دمو با یک کلیک، ورود و عضویت پاپ‌آپ با پیامک (ippanel)، صفحه محصول مدرن، سبد خرید، تسویه حساب و پنل کاربری اختصاصی. طراحی و توسعه: ساری نگار — sarinegar.ir
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: memashow
Tags: woocommerce, rtl-language-support, e-commerce, dark, one-column, custom-logo, custom-colors

memashow — طراحی و توسعه توسط ساری نگار (https://sarinegar.ir)
*/

:root {
  --lx-bg: #0a0a0b;
  --lx-bg-soft: #121214;
  --lx-card: #161618;
  --lx-card-hover: #1c1c1f;
  --lx-gold: #d4af6a;
  --lx-gold-bright: #e6c983;
  --lx-text: #ffffff;
  --lx-text-2: rgba(255, 255, 255, .55);
  --lx-text-3: rgba(255, 255, 255, .4);
  --lx-line: rgba(255, 255, 255, .07);
  --lx-radius: 16px;
  --lx-radius-btn: 12px;
  --lx-max: 1280px;
  --lx-font: 'Vazirmatn', -apple-system, 'Segoe UI', Tahoma, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  background: var(--lx-bg);
  color: var(--lx-text);
  font-family: var(--lx-font);
  font-size: 15px;
  line-height: 1.9;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--lx-gold); }
h1, h2, h3, h4, h5 { margin: 0; font-weight: 800; line-height: 1.4; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font-family: inherit; font-size: inherit; }
:focus-visible { outline: 2px solid var(--lx-gold); outline-offset: 2px; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--lx-bg); }
::-webkit-scrollbar-thumb { background: #2a2a2e; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--lx-gold); }

.lx-container { max-width: var(--lx-max); margin: 0 auto; padding: 0 20px; }
.lx-gold { color: var(--lx-gold); }
.lx-muted { color: var(--lx-text-2); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }

/* ============ Buttons ============ */
.lx-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: var(--lx-radius-btn); border: 1px solid transparent;
  font-weight: 700; font-size: 14px; cursor: pointer; transition: all .3s ease; text-align: center;
}
.lx-btn-primary { background: var(--lx-gold); color: #0a0a0b; }
.lx-btn-primary:hover { background: var(--lx-gold-bright); color: #0a0a0b; box-shadow: 0 12px 30px -8px rgba(212,175,106,.5); transform: translateY(-1px); }
.lx-btn-ghost { border-color: rgba(255,255,255,.15); color: #fff; background: transparent; }
.lx-btn-ghost:hover { border-color: rgba(212,175,106,.45); color: var(--lx-gold); }
.lx-btn-gold-outline { border-color: rgba(212,175,106,.3); background: rgba(212,175,106,.06); color: var(--lx-gold); }
.lx-btn-gold-outline:hover { background: var(--lx-gold); color: #0a0a0b; }
.lx-btn-block { width: 100%; }

/* ============ Header ============ */
.lx-header { position: fixed; inset: 0 0 auto 0; z-index: 900; transition: all .3s ease; }
.lx-header.is-scrolled { background: rgba(10,10,11,.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--lx-line); }
.lx-header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.lx-logo { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 900; }
.lx-logo img { max-height: 46px; width: auto; }
.lx-logo-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; border: 1px solid rgba(212,175,106,.4); background: rgba(212,175,106,.08); color: var(--lx-gold); font-size: 18px; font-weight: 900; }
.lx-nav ul { display: flex; align-items: center; gap: 4px; }
.lx-nav a { display: block; padding: 8px 16px; border-radius: 10px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,.75); }
.lx-nav a:hover, .lx-nav .current-menu-item > a { color: var(--lx-gold); }
.lx-actions { display: flex; align-items: center; gap: 4px; }
.lx-icon-btn { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; border: 0; background: transparent; color: rgba(255,255,255,.75); cursor: pointer; transition: all .25s ease; }
.lx-icon-btn:hover { background: rgba(255,255,255,.05); color: var(--lx-gold); }
.lx-cart-count { position: absolute; top: -2px; left: -2px; min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; background: var(--lx-gold); color: #0a0a0b; font-size: 11px; font-weight: 800; }
.lx-burger { display: none; }
.lx-searchbar { display: none; border-top: 1px solid var(--lx-line); background: rgba(10,10,11,.97); backdrop-filter: blur(18px); }
.lx-searchbar.is-open { display: block; animation: lxFade .3s ease both; }
.lx-searchbar form { display: flex; align-items: center; gap: 12px; padding: 16px 0; }
.lx-searchbar input { flex: 1; background: transparent; border: 0; color: #fff; font-size: 15px; }
.lx-searchbar input:focus { outline: none; }

/* Mobile drawer */
.lx-drawer { position: fixed; inset: 0; z-index: 1000; visibility: hidden; }
.lx-drawer.is-open { visibility: visible; }
.lx-drawer-backdrop { position: absolute; inset: 0; background: rgba(10,10,11,.7); backdrop-filter: blur(4px); opacity: 0; transition: opacity .3s ease; }
.lx-drawer.is-open .lx-drawer-backdrop { opacity: 1; }
.lx-drawer-panel { position: absolute; top: 0; right: 0; height: 100%; width: 80%; max-width: 320px; background: var(--lx-bg-soft); border-left: 1px solid var(--lx-line); padding: 24px; transform: translateX(100%); transition: transform .3s ease; overflow-y: auto; }
.lx-drawer.is-open .lx-drawer-panel { transform: translateX(0); }
.lx-drawer-head { display: flex; align-items: center; justify-content: space-between; }
.lx-drawer nav { margin-top: 28px; }
.lx-drawer nav a { display: block; padding: 12px 16px; border-radius: 12px; color: rgba(255,255,255,.8); font-weight: 500; }
.lx-drawer nav a:hover { background: rgba(255,255,255,.05); color: var(--lx-gold); }

/* ============ Hero ============ */
.lx-hero { position: relative; padding-top: 74px; overflow: hidden; }
.lx-hero::before { content: ''; position: absolute; top: -160px; right: 0; width: 500px; height: 500px; border-radius: 50%; background: rgba(212,175,106,.07); filter: blur(130px); pointer-events: none; }
.lx-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 90px 0; }
.lx-badge-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border-radius: 999px; border: 1px solid rgba(212,175,106,.25); background: rgba(212,175,106,.06); color: var(--lx-gold); font-size: 12px; font-weight: 700; }
.lx-badge-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--lx-gold); display: block; }
.lx-hero h1 { margin-top: 24px; font-size: 50px; line-height: 1.3; font-weight: 900; }
.lx-hero h1 .lx-grad { background: linear-gradient(120deg,#e6c983,#d4af6a 45%,#b8935a); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.lx-hero p.lx-sub { margin-top: 20px; max-width: 520px; font-size: 17px; color: var(--lx-text-2); }
.lx-hero-cta { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.lx-hero-stats { margin-top: 40px; display: flex; gap: 34px; }
.lx-hero-stats b { display: block; font-size: 24px; color: var(--lx-gold); font-weight: 900; }
.lx-hero-stats span { font-size: 12px; color: var(--lx-text-3); }
.lx-hero-media { position: relative; }
.lx-hero-media::after { content: ''; position: absolute; inset: 16px; border: 1px solid rgba(212,175,106,.15); border-radius: 32px; pointer-events: none; }
.lx-hero-media img { border-radius: 28px; border: 1px solid var(--lx-line); box-shadow: 0 40px 80px -30px rgba(0,0,0,.9); animation: lxFloat 6s ease-in-out infinite; width: 100%; object-fit: cover; }

/* ============ Section heading ============ */
.lx-section { padding: 90px 0; }
.lx-section-sm { padding: 60px 0; }
.lx-head { text-align: center; }
.lx-head-row { display: flex; align-items: center; justify-content: center; gap: 12px; }
.lx-head h2 { font-size: 34px; }
.lx-head .lx-line { width: 34px; height: 1px; background: linear-gradient(90deg,transparent,rgba(212,175,106,.5),transparent); }
.lx-head p { margin-top: 12px; color: var(--lx-text-2); }

/* ============ Product grid & card ============ */
.lx-products { margin-top: 48px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.lx-grid-shop { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lx-card { display: flex; flex-direction: column; height: 100%; border-radius: var(--lx-radius); border: 1px solid var(--lx-line); background: var(--lx-card); overflow: hidden; transition: all .45s cubic-bezier(.22,1,.36,1); }
.lx-card:hover { transform: translateY(-6px); border-color: rgba(212,175,106,.3); background: var(--lx-card-hover); box-shadow: 0 24px 50px -20px rgba(0,0,0,.8); }
.lx-card-media { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--lx-bg-soft); }
.lx-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.lx-card:hover .lx-card-media img { transform: scale(1.1); }
.lx-badges { position: absolute; top: 12px; right: 12px; display: flex; flex-direction: column; gap: 8px; z-index: 2; }
.lx-badge { padding: 4px 10px; border-radius: 9px; font-size: 11px; font-weight: 800; }
.lx-badge-sale { background: var(--lx-gold); color: #0a0a0b; }
.lx-badge-new { border: 1px solid rgba(212,175,106,.4); background: rgba(10,10,11,.7); color: var(--lx-gold); backdrop-filter: blur(6px); }
.lx-card-tools { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 8px; opacity: 0; transform: translateX(-8px); transition: all .3s ease; z-index: 2; }
.lx-card:hover .lx-card-tools { opacity: 1; transform: translateX(0); }
.lx-tool { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); background: rgba(10,10,11,.72); backdrop-filter: blur(8px); color: #fff; cursor: pointer; transition: all .25s ease; }
.lx-tool:hover, .lx-tool.is-active { background: var(--lx-gold); color: #0a0a0b; border-color: transparent; }
.lx-out-stock { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(10,10,11,.6); backdrop-filter: blur(2px); z-index: 3; }
.lx-out-stock span { padding: 6px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,.15); background: rgba(10,10,11,.8); font-size: 13px; font-weight: 600; color: rgba(255,255,255,.8); }
.lx-card-body { display: flex; flex-direction: column; flex: 1; padding: 16px; }
.lx-card-title { font-size: 15px; font-weight: 700; line-height: 1.7; min-height: 3.4em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color .25s ease; }
.lx-card:hover .lx-card-title { color: var(--lx-gold-bright); }
.lx-rating { display: flex; align-items: center; gap: 6px; margin-top: 8px; }
.lx-stars { display: flex; gap: 2px; color: var(--lx-gold); }
.lx-stars .lx-star-off { color: rgba(255,255,255,.15); }
.lx-review-count { font-size: 12px; color: var(--lx-text-3); }
.lx-price-wrap { margin-top: 12px; flex: 1; display: flex; align-items: flex-end; }
.lx-price { display: flex; flex-direction: column; }
.lx-price del { font-size: 12px; color: rgba(255,255,255,.35); }
.lx-price ins, .lx-price .amount { text-decoration: none; font-size: 18px; font-weight: 900; color: var(--lx-gold); background: transparent; }
.lx-card .lx-btn { margin-top: 16px; padding: 11px 16px; font-size: 13px; }

/* ============ Featured ============ */
.lx-featured { border-radius: 26px; border: 1px solid var(--lx-line); background: var(--lx-bg-soft); overflow: hidden; }
.lx-featured-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.lx-featured-body { padding: 52px; }
.lx-featured-body h2 { margin-top: 20px; font-size: 32px; }
.lx-featured-body > p { margin-top: 16px; color: var(--lx-text-2); }
.lx-badge-solid { display: inline-block; padding: 6px 16px; border-radius: 999px; background: var(--lx-gold); color: #0a0a0b; font-size: 12px; font-weight: 800; }
.lx-featured-price { margin-top: 24px; display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; }
.lx-featured-price .lx-now { font-size: 36px; font-weight: 900; color: var(--lx-gold); }
.lx-featured-price del { color: rgba(255,255,255,.35); }
.lx-off { padding: 2px 10px; border-radius: 9px; background: rgba(239,68,68,.15); color: #f87171; font-weight: 800; font-size: 14px; }
.lx-countdown { margin-top: 28px; }
.lx-countdown > p { color: var(--lx-text-2); font-size: 14px; margin-bottom: 12px; }
.lx-timer { display: flex; align-items: center; gap: 12px; }
.lx-time-box { display: flex; flex-direction: column; align-items: center; }
.lx-time-box b { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 14px; border: 1px solid rgba(212,175,106,.25); background: rgba(10,10,11,.6); color: var(--lx-gold); font-size: 24px; font-weight: 900; }
.lx-time-box span { margin-top: 8px; font-size: 12px; color: var(--lx-text-3); }
.lx-timer .lx-colon { color: rgba(212,175,106,.5); font-size: 22px; font-weight: 800; }
.lx-trust { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 12px; color: var(--lx-text-2); }
.lx-trust span { display: inline-flex; align-items: center; gap: 6px; }
.lx-trust svg { color: var(--lx-gold); }
.lx-featured-media { position: relative; height: 100%; min-height: 540px; }
.lx-featured-media img { width: 100%; height: 100%; object-fit: cover; }

/* ============ Benefits ============ */
.lx-benefits { border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); padding: 64px 0; }
.lx-benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.lx-benefit { display: flex; align-items: center; gap: 16px; padding: 24px; border-radius: var(--lx-radius); border: 1px solid rgba(255,255,255,.05); background: rgba(22,22,24,.6); transition: border-color .3s ease; }
.lx-benefit:hover { border-color: rgba(212,175,106,.25); }
.lx-benefit-ico { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; border: 1px solid rgba(212,175,106,.25); background: rgba(212,175,106,.06); color: var(--lx-gold); transition: all .3s ease; }
.lx-benefit:hover .lx-benefit-ico { background: var(--lx-gold); color: #0a0a0b; }
.lx-benefit h3 { font-size: 15px; }
.lx-benefit p { margin-top: 4px; font-size: 12px; color: var(--lx-text-3); line-height: 1.8; }

/* ============ Promo banner ============ */
.lx-promo { position: relative; overflow: hidden; border-radius: 26px; border: 1px solid rgba(212,175,106,.2); background: linear-gradient(270deg,var(--lx-bg-soft),var(--lx-bg)); padding: 60px; }
.lx-promo::before { content: ''; position: absolute; top: 50%; left: -80px; transform: translateY(-50%); width: 260px; height: 260px; border-radius: 50%; background: rgba(212,175,106,.08); filter: blur(100px); }
.lx-promo-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.lx-promo small { color: var(--lx-gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.lx-promo h2 { margin-top: 12px; font-size: 34px; }
.lx-promo p { margin-top: 12px; color: var(--lx-text-2); max-width: 560px; }

/* ============ Reviews ============ */
.lx-reviews { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.lx-review { padding: 26px; border-radius: var(--lx-radius); border: 1px solid var(--lx-line); background: var(--lx-card); transition: border-color .3s ease; }
.lx-review:hover { border-color: rgba(212,175,106,.2); }
.lx-review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.lx-avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(212,175,106,.25); background: rgba(212,175,106,.08); color: var(--lx-gold); font-weight: 800; font-size: 17px; }
.lx-avatar img { width: 100%; height: 100%; object-fit: cover; }
.lx-review-head h3 { font-size: 14px; }
.lx-review-head span { font-size: 12px; color: var(--lx-text-3); }
.lx-review p { margin-top: 16px; font-size: 14px; color: var(--lx-text-2); line-height: 2; }

/* ============ Newsletter ============ */
.lx-newsletter { position: relative; overflow: hidden; text-align: center; border-radius: 26px; border: 1px solid var(--lx-line); background: var(--lx-bg-soft); padding: 60px 24px; }
.lx-newsletter::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 380px; height: 190px; border-radius: 50%; background: rgba(212,175,106,.06); filter: blur(100px); }
.lx-newsletter-in { position: relative; max-width: 580px; margin: 0 auto; }
.lx-newsletter h2 { margin-top: 20px; font-size: 30px; }
.lx-newsletter p { margin-top: 12px; color: var(--lx-text-2); }
.lx-nl-ico { width: 56px; height: 56px; margin: 0 auto; display: grid; place-items: center; border-radius: 18px; border: 1px solid rgba(212,175,106,.25); background: rgba(212,175,106,.06); color: var(--lx-gold); }
.lx-nl-form { margin: 28px auto 0; max-width: 460px; display: flex; gap: 12px; }
.lx-input { width: 100%; padding: 14px 16px; border-radius: var(--lx-radius-btn); border: 1px solid rgba(255,255,255,.1); background: var(--lx-bg); color: #fff; transition: border-color .25s ease; }
.lx-input::placeholder { color: rgba(255,255,255,.35); }
.lx-input:focus { outline: none; border-color: rgba(212,175,106,.45); }

/* ============ Footer ============ */
.lx-footer { border-top: 1px solid var(--lx-line); background: var(--lx-bg-soft); }
.lx-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding: 56px 0; }
.lx-footer h3 { font-size: 14px; margin-bottom: 18px; }
.lx-footer li { margin-bottom: 12px; }
.lx-footer a, .lx-footer p { font-size: 14px; color: var(--lx-text-2); }
.lx-footer-about { margin-top: 16px; line-height: 2; }
.lx-contact li { display: flex; align-items: flex-start; gap: 10px; color: var(--lx-text-2); font-size: 14px; }
.lx-contact svg { color: var(--lx-gold); flex: 0 0 16px; margin-top: 6px; }
.lx-socials { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.lx-socials a { padding: 6px 12px; border-radius: 10px; border: 1px solid rgba(255,255,255,.08); font-size: 12px; color: var(--lx-text-2); }
.lx-socials a:hover { border-color: rgba(212,175,106,.3); color: var(--lx-gold); }
.lx-copy { border-top: 1px solid var(--lx-line); padding: 18px 20px; text-align: center; font-size: 13px; color: var(--lx-text-3); display: flex; align-items: center; justify-content: center; gap: 8px 18px; flex-wrap: wrap; }
.lx-credit { position: relative; padding-right: 18px; }
.lx-credit::before { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: var(--lx-gold); opacity: .6; }
.lx-credit a { color: var(--lx-gold); font-weight: 700; }
.lx-credit a:hover { color: var(--lx-gold-bright); text-decoration: underline; }

/* ---------- About theme & designer ---------- */
.lx-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.lx-about-card { padding: 32px; border-radius: 22px; border: 1px solid var(--lx-line); background: var(--lx-card); transition: border-color .35s ease, transform .35s ease; }
.lx-about-card:hover { border-color: rgba(212,175,106,.28); transform: translateY(-3px); }
.lx-about-card h3 { margin-top: 18px; font-size: 19px; line-height: 1.6; }
.lx-about-card p { margin-top: 14px; color: var(--lx-text-2); line-height: 2.1; font-size: 14px; }
.lx-about-card .lx-btn { margin-top: 20px; padding: 11px 22px; font-size: 13px; }
.lx-about-designer { background: linear-gradient(150deg, rgba(212,175,106,.06), var(--lx-card) 60%); border-color: rgba(212,175,106,.18); }
@media (max-width: 1024px) { .lx-about-grid { grid-template-columns: 1fr; } .lx-about-card { padding: 24px; } }

/* ============ Animations ============ */
@keyframes lxFade { from { opacity: 0 } to { opacity: 1 } }
@keyframes lxUp { from { opacity: 0; transform: translateY(24px) } to { opacity: 1; transform: none } }
@keyframes lxFloat { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-10px) } }
@keyframes lxScale { from { opacity: 0; transform: scale(.96) } to { opacity: 1; transform: none } }
@keyframes lxSpin { to { transform: rotate(360deg) } }
.lx-anim-up { animation: lxUp .7s cubic-bezier(.22,1,.36,1) both; }
.lx-anim-scale { animation: lxScale .7s cubic-bezier(.22,1,.36,1) both; }
.lx-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.lx-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .lx-nav { display: none; }
  .lx-burger { display: grid; }
  .lx-desktop-only { display: none !important; }
  .lx-hero-grid { grid-template-columns: 1fr; text-align: center; padding: 56px 0; gap: 32px; }
  .lx-hero h1 { font-size: 34px; }
  .lx-hero p.lx-sub { margin-inline: auto; }
  .lx-hero-cta, .lx-hero-stats { justify-content: center; }
  .lx-hero-media { order: -1; max-width: 460px; margin: 0 auto; }
  .lx-products { grid-template-columns: repeat(3,1fr); }
  .lx-featured-grid { grid-template-columns: 1fr; }
  .lx-featured-body { padding: 32px 24px; order: 2; }
  .lx-featured-media { min-height: 320px; order: 1; }
  .lx-benefits-grid { grid-template-columns: repeat(2,1fr); }
  .lx-reviews { grid-template-columns: 1fr; }
  .lx-footer-grid { grid-template-columns: repeat(2,1fr); gap: 32px; }
  .lx-grid-shop { grid-template-columns: repeat(3,1fr); }
  .lx-section { padding: 60px 0; }
  .lx-head h2, .lx-promo h2 { font-size: 26px; }
  .lx-promo { padding: 40px 24px; }
}
@media (max-width: 640px) {
  .lx-header-inner { height: 64px; }
  .lx-hero { padding-top: 64px; }
  .lx-products, .lx-grid-shop { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .lx-benefits-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .lx-benefit { flex-direction: column; text-align: center; padding: 18px; }
  .lx-footer-grid { grid-template-columns: 1fr; }
  .lx-nl-form { flex-direction: column; }
  .lx-hero-stats { gap: 20px; }
  .lx-featured-price .lx-now { font-size: 28px; }
  .lx-time-box b { width: 54px; height: 54px; font-size: 20px; }
  .lx-card-body { padding: 12px; }
  .lx-card-title { font-size: 13px; }
  .lx-price ins, .lx-price .amount { font-size: 15px; }
}
