/*
Theme Name: نوتیژن – فروشگاه لوازم یدکی
Theme URI: https://notijen.ir
Author: بازرگانی نوتیژن
Author URI: https://notijen.ir
Description: قالب فروشگاهی راست‌چین برای بازرگانی لوازم یدکی نوتیژن. مناسب مبتدیان: متن‌ها را از «پیشخوان ▸ نمایش ▸ سفارشی‌سازی» ویرایش کنید و محصولات را از منوی «محصولات» مدیریت کنید.
Version: 1.2.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: notijen
Tags: rtl-language-support, one-column, e-commerce, custom-colors
*/

:root{
  --dark:#0c1a11;
  --dark-2:#13291c;
  --navy:#14532d;
  --accent:#e7ae00;
  --accent-2:#ffd83d;
  --accent-soft:#fff6dc;
  --blue:#0e7490;
  --blue-soft:#e0f7fb;
  --text:#1e293b;
  --muted:#64748b;
  --bg:#f4f6fb;
  --card:#ffffff;
  --line:#e2e8f0;
  --ok:#16a34a;
  --ok-soft:#e9f8ef;
  --red:#dc2626;
  --radius:16px;
  --shadow:0 12px 32px rgba(12,26,17,.09);
  --shadow-lg:0 24px 60px rgba(12,26,17,.16);
@font-face{
  font-family:'Estedad';
  src:url('assets/fonts/Estedad-Regular.woff2') format('woff2');
  font-weight:100 500;
  font-display:swap;
  font-style:normal;
}
@font-face{
  font-family:'Estedad';
  src:url('assets/fonts/Estedad-Bold.woff2') format('woff2');
  font-weight:600 800;
  font-display:swap;
  font-style:normal;
}
@font-face{
  font-family:'Estedad';
  src:url('assets/fonts/Estedad-Black.woff2') format('woff2');
  font-weight:900;
  font-display:swap;
  font-style:normal;
}
@font-face{
  font-family:'Vazirmatn';
  src:url('assets/fonts/Vazirmatn-Variable.woff2') format('woff2');
  font-weight:100 900;
  font-display:swap;
  font-style:normal;
}

  --font:"Estedad","Vazirmatn","Segoe UI",Tahoma,"Noto Naskh Arabic",sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.75;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
input,select,textarea{font-family:inherit}
.container{max-width:1240px;margin:0 auto;padding:0 20px}
.section{padding:76px 0}
.section-head{text-align:center;max-width:640px;margin:0 auto 46px}
.section-head .tag{display:inline-flex;align-items:center;gap:8px;background:var(--accent-soft);color:#8a6500;font-size:14px;font-weight:700;padding:6px 18px;border-radius:99px;margin-bottom:14px}
.section-head h2{font-size:clamp(24px,3.4vw,34px);color:var(--dark);font-weight:800}
.section-head p{color:var(--muted);margin-top:10px;font-size:15.5px}
.js .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.js .reveal.visible{opacity:1;transform:none}

/* ============ TOP BAR ============ */
.topbar{background:var(--dark);color:#cbd5e1;font-size:13px}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 0;flex-wrap:wrap}
.topbar ul{display:flex;gap:22px;flex-wrap:wrap}
.topbar li{display:flex;align-items:center;gap:7px}
.topbar svg{width:15px;height:15px;stroke:var(--accent-2);flex-shrink:0}
.topbar .social{display:flex;gap:10px}
.topbar .social a{display:flex;align-items:center;gap:6px;color:#cbd5e1;transition:color .2s}
.topbar .social a:hover{color:var(--accent-2)}
.topbar .auth{display:flex;gap:6px}
.topbar .auth a{color:var(--accent-2);font-weight:600}
.topbar .auth a:hover{text-decoration:underline}

/* ============ HEADER ============ */
.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px rgba(12,26,17,.05)}
.header-inner{display:flex;align-items:center;gap:22px;padding:14px 0}
.logo{display:flex;flex-direction:column;align-items:flex-start;gap:3px;flex-shrink:0}
.logo-img{height:38px;width:auto}
.logo-sub{font-size:12px;color:var(--muted);font-weight:600}
.search-wrap{flex:1;display:flex;align-items:center;background:var(--bg);border:1.5px solid var(--line);border-radius:99px;padding:5px;max-width:560px;transition:border-color .2s}
.search-wrap:focus-within{border-color:var(--accent)}
.search-wrap select{border:none;background:transparent;padding:8px 14px 8px 10px;font-size:13px;color:var(--muted);border-left:1.5px solid var(--line);outline:none;cursor:pointer;max-width:130px}
.search-wrap input{flex:1;border:none;background:transparent;padding:9px 12px;font-size:14px;outline:none;color:var(--text);min-width:60px}
.search-wrap button{background:linear-gradient(135deg,var(--accent),#d98a00);color:#fff;border-radius:99px;padding:9px 20px;display:flex;align-items:center;gap:7px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s}
.search-wrap button:hover{transform:scale(1.03);box-shadow:0 6px 18px rgba(231,174,0,.35)}
.search-wrap button svg{width:17px;height:17px}
.header-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}
.header-phone{display:flex;align-items:center;gap:10px;border-left:1.5px solid var(--line);padding-left:14px;margin-left:14px}
.header-phone svg{width:38px;height:38px;padding:8px;background:var(--accent-soft);border-radius:12px;stroke:var(--accent)}
.header-phone b{display:block;font-size:15px;color:var(--dark);direction:ltr;font-weight:800}
.header-phone small{font-size:11px;color:var(--muted)}
.inquiry-btn{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--accent),#d98a00);color:#fff;padding:11px 18px;border-radius:12px;font-weight:800;font-size:14px;box-shadow:0 8px 20px rgba(231,174,0,.28);transition:transform .2s,box-shadow .2s;white-space:nowrap}
.inquiry-btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(231,174,0,.4)}
.inquiry-btn svg{width:18px;height:18px}

/* ============ NAV ============ */
.nav{background:var(--dark);position:sticky;top:90px;z-index:900;box-shadow:0 8px 24px rgba(12,26,17,.2)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}
.nav-logo img{height:24px;width:auto;display:block;opacity:.96}
.nav-menu{display:flex;gap:4px}
.nav-menu a{display:flex;align-items:center;gap:7px;color:#dbe4f3;font-size:14.5px;font-weight:600;padding:13px 16px;border-bottom:3px solid transparent;transition:color .2s,border-color .2s,background .2s}
.nav-menu a:hover,.nav-menu a.active{color:#fff;border-color:var(--accent);background:rgba(255,255,255,.06)}
.nav-menu svg{width:16px;height:16px;stroke:currentColor}
.nav-cta{background:linear-gradient(135deg,var(--accent),#d98a00);color:#fff !important;border-radius:10px;padding:9px 18px;font-weight:700;font-size:14px;display:flex;align-items:center;gap:8px;transition:transform .2s,box-shadow .2s}
.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(231,174,0,.4)}
.nav-cta svg{width:16px;height:16px}
.burger{display:none;background:rgba(255,255,255,.08);border-radius:10px;padding:9px 12px;color:#fff}
.burger svg{width:22px;height:22px}

/* ============ HERO ============ */
.hero{position:relative;min-height:600px;display:flex;align-items:center;overflow:hidden;background:var(--dark)}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:left center}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to left,rgba(12,26,17,.96) 0%,rgba(12,26,17,.86) 34%,rgba(12,26,17,.45) 62%,rgba(12,26,17,.18) 100%)}
.hero-inner{position:relative;z-index:2;padding:84px 0;width:100%}
.hero-content{max-width:620px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(231,174,0,.14);border:1px solid rgba(255,216,61,.4);color:#ffe08a;font-size:13.5px;font-weight:700;padding:7px 18px;border-radius:99px;margin-bottom:22px}
.hero-badge svg{width:16px;height:16px;stroke:var(--accent-2)}
.hero h1{font-size:clamp(30px,4.6vw,52px);font-weight:900;color:#fff;line-height:1.35;margin-bottom:18px}
.hero h1 span{color:var(--accent)}
.hero p{color:#c8d3e5;font-size:16.5px;max-width:520px;margin-bottom:30px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;font-size:15px;border-radius:12px;padding:13px 26px;transition:transform .2s,box-shadow .2s,background .2s}
.btn svg{width:18px;height:18px}
.btn-primary{background:linear-gradient(135deg,var(--accent),#d98a00);color:#fff;box-shadow:0 10px 26px rgba(231,174,0,.35)}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(231,174,0,.45)}
.btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:1.5px solid rgba(255,255,255,.35);backdrop-filter:blur(4px)}
.btn-ghost:hover{background:rgba(255,255,255,.16);transform:translateY(-3px)}
.btn-pdf{background:rgba(231,174,0,.12);color:#ffe08a;border:1.5px solid rgba(231,174,0,.55);backdrop-filter:blur(4px)}
.btn-pdf:hover{background:var(--accent);color:#fff;transform:translateY(-3px);box-shadow:0 12px 26px rgba(231,174,0,.35)}
.btn-pdf svg{stroke:currentColor}
.hero-points{display:flex;gap:26px;flex-wrap:wrap}
.hero-points li{display:flex;align-items:center;gap:9px;color:#dbe4f3;font-size:14px;font-weight:600}
.hero-points svg{width:19px;height:19px;stroke:var(--accent-2);flex-shrink:0}
.hero-float{position:absolute;z-index:3;background:rgba(255,255,255,.96);backdrop-filter:blur(6px);border-radius:16px;box-shadow:var(--shadow-lg);padding:14px 20px;display:flex;align-items:center;gap:12px;animation:floaty 5s ease-in-out infinite}
.hero-float .ic{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hero-float b{display:block;font-size:16px;color:var(--dark)}
.hero-float small{font-size:12px;color:var(--muted)}
.hero-float.f1{top:20%;left:4%;animation-delay:0s}
.hero-float.f2{bottom:16%;left:16%;animation-delay:1.6s}
.hero-float.f1 .ic{background:var(--accent-soft)}
.hero-float.f1 svg{width:24px;height:24px;stroke:var(--accent)}
.hero-float.f2 .ic{background:var(--blue-soft)}
.hero-float.f2 svg{width:24px;height:24px;stroke:var(--blue)}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

/* ============ TRUST STRIP ============ */
.trust{position:relative;z-index:5;margin-top:-46px}
.trust-inner{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line)}
.trust-item{display:flex;align-items:center;gap:14px;padding:22px 26px;border-left:1px solid var(--line)}
.trust-item:last-child{border-left:none}
.trust-item .ic{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.trust-item svg{width:26px;height:26px}
.trust-item b{display:block;font-size:15px;color:var(--dark);margin-bottom:2px}
.trust-item small{color:var(--muted);font-size:12.5px}
.trust-item:nth-child(1) .ic{background:var(--accent-soft)} .trust-item:nth-child(1) svg{stroke:var(--accent)}
.trust-item:nth-child(2) .ic{background:var(--ok-soft)} .trust-item:nth-child(2) svg{stroke:var(--ok)}
.trust-item:nth-child(3) .ic{background:var(--blue-soft)} .trust-item:nth-child(3) svg{stroke:var(--blue)}
.trust-item:nth-child(4) .ic{background:#f3e8ff} .trust-item:nth-child(4) svg{stroke:#9333ea}

/* ============ CATEGORIES ============ */
.cats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:18px}
.cat-card{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:1/1.05;display:block;transition:transform .3s,box-shadow .3s;background:#fff;border:1px solid var(--line)}
.cat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.cat-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.cat-card:hover img{transform:scale(1.08)}
.cat-card .cap{position:absolute;inset:auto 0 0 0;background:linear-gradient(to top,rgba(12,26,17,.92),rgba(12,26,17,.55) 60%,transparent);padding:40px 16px 16px;color:#fff}
.cat-card .cap b{display:block;font-size:15.5px;font-weight:800;margin-bottom:2px}
.cat-card .cap small{font-size:12px;color:#ffe08a;font-weight:600}
.cat-card .count{position:absolute;top:12px;right:12px;background:rgba(12,26,17,.75);color:#ffe08a;font-size:11.5px;font-weight:700;padding:4px 11px;border-radius:99px;backdrop-filter:blur(4px)}

/* ============ PRODUCTS ============ */
.products-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:30px}
.products-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.pdf-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--accent),#d98a00);color:#fff;border-radius:11px;padding:9px 16px;font-weight:800;font-size:13px;box-shadow:0 6px 16px rgba(231,174,0,.25);transition:transform .2s,box-shadow .2s;white-space:nowrap}
.pdf-btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(231,174,0,.4)}
.pdf-btn svg{width:16px;height:16px}
.filter-tabs{display:flex;gap:8px;flex-wrap:wrap}
.filter-tabs button{font-size:13.5px;font-weight:700;color:var(--muted);background:#fff;border:1.5px solid var(--line);border-radius:99px;padding:8px 18px;transition:all .2s}
.filter-tabs button:hover{border-color:var(--accent);color:var(--accent)}
.filter-tabs button.active{background:var(--dark);color:#fff;border-color:var(--dark)}
.sort-note{font-size:13px;color:var(--muted)}
.sort-note b{color:var(--accent)}
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(255px,1fr));gap:22px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .3s,box-shadow .3s;position:relative;display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.product-card .img{position:relative;aspect-ratio:1/1;overflow:hidden;background:#f8fafc}
.product-card .img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.product-card:hover .img img{transform:scale(1.07)}
.product-card .badge{position:absolute;top:12px;right:12px;font-size:11.5px;font-weight:800;padding:4px 13px;border-radius:99px;color:#fff;z-index:2}
.badge.hot{background:linear-gradient(135deg,#ef4444,#dc2626)}
.badge.new{background:linear-gradient(135deg,#16a34a,#15803d)}
.badge.off{background:linear-gradient(135deg,#e7ae00,#c98a00)}
.product-card .wish{position:absolute;top:10px;left:10px;width:36px;height:36px;background:rgba(255,255,255,.92);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;transition:all .2s;box-shadow:0 3px 10px rgba(12,26,17,.12)}
.product-card .wish:hover{background:var(--accent)}
.product-card .wish:hover svg{stroke:#fff}
.product-card .wish svg{width:18px;height:18px;stroke:#94a3b8}
.product-card .info{padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1}
.product-card .brand-row{display:flex;align-items:center;justify-content:space-between;font-size:11.5px}
.product-card .brand-row .br{color:var(--accent);font-weight:800;background:var(--accent-soft);padding:2px 10px;border-radius:99px}
.product-card .brand-row .code{color:var(--muted)}
.product-card h3{font-size:15px;font-weight:800;color:var(--dark);line-height:1.6}
.product-card .desc{font-size:12.5px;color:var(--muted);line-height:1.7}
.product-card .inquiry{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--accent-soft);color:#8a6500;border:1.5px solid #f0cf6e;border-radius:11px;padding:10px;font-weight:800;font-size:13.5px;transition:all .25s}
.product-card .inquiry:hover{background:var(--accent);border-color:var(--accent);color:#fff}
.product-card .inquiry svg{width:16px;height:16px;stroke:currentColor}
.no-result{display:none;text-align:center;padding:50px 0;color:var(--muted);font-size:15px}
.no-result.show{display:block}

/* ============ BRANDS ============ */
.brands{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:44px 0}
.brands .section-head{margin-bottom:26px}
.brands-row{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.brand-chip{display:flex;align-items:center;gap:10px;border:1.5px solid var(--line);border-radius:12px;padding:12px 24px;font-weight:800;font-size:16px;color:#334155;transition:all .25s;letter-spacing:.5px}
.brand-chip:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-3px);box-shadow:var(--shadow)}
.brand-chip svg{width:20px;height:20px;stroke:currentColor}

/* ============ ABOUT ============ */
.about-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:54px;align-items:center}
.about-media{position:relative}
.about-media img{border-radius:22px;box-shadow:var(--shadow-lg);width:100%;height:420px;object-fit:cover}
.about-media::before{content:"";position:absolute;inset:auto -16px -16px auto;width:62%;height:62%;border-radius:22px;background:linear-gradient(135deg,var(--accent-soft),#ffeec7);z-index:-1}
.about-exp{position:absolute;bottom:22px;right:22px;background:var(--dark);color:#fff;border-radius:16px;padding:16px 22px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow-lg)}
.about-exp b{font-size:30px;font-weight:900;color:var(--accent);line-height:1}
.about-exp small{font-size:12.5px;color:#cbd5e1;display:block;margin-top:4px}
.about-logo img{width:250px;max-width:65%;height:auto;margin-bottom:10px}
.about-text .tag{display:inline-flex;align-items:center;gap:8px;background:var(--accent-soft);color:#8a6500;font-size:14px;font-weight:700;padding:6px 18px;border-radius:99px;margin-bottom:16px}
.about-text h2{font-size:clamp(24px,3.4vw,34px);color:var(--dark);font-weight:800;line-height:1.5;margin-bottom:16px}
.about-text p{color:var(--muted);font-size:15.5px;margin-bottom:22px}
.about-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px}
.about-list li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:var(--dark)}
.about-list svg{width:21px;height:21px;stroke:var(--ok);flex-shrink:0}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}
.stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 12px;text-align:center;transition:transform .25s,box-shadow .25s}
.stat:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.stat b{display:block;font-size:23px;font-weight:900;color:var(--accent)}
.stat small{font-size:12.5px;color:var(--muted);font-weight:600}

/* ============ TESTIMONIALS ============ */
.testi{background:linear-gradient(180deg,var(--bg),#eef1f8)}
.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px}
.testi-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);position:relative;transition:transform .25s}
.testi-card:hover{transform:translateY(-5px)}
.testi-card .quote{position:absolute;top:18px;left:20px;font-size:52px;line-height:1;color:var(--accent);opacity:.18;font-family:Georgia,serif}
.testi-card .stars{display:flex;gap:3px;margin-bottom:14px}
.testi-card .stars svg{width:17px;height:17px;fill:#ffb020}
.testi-card p{font-size:14px;color:#475569;margin-bottom:18px;line-height:1.9}
.testi-card .who{display:flex;align-items:center;gap:12px}
.testi-card .avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--dark),#1d4d2b);color:var(--accent-2);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:17px}
.testi-card .who b{display:block;font-size:14.5px;color:var(--dark)}
.testi-card .who small{font-size:12px;color:var(--muted)}

/* ============ NEWSLETTER / CONTACT ============ */
.newsletter{background:linear-gradient(120deg,var(--dark) 0%,var(--dark-2) 55%,#173a24 100%);border-radius:26px;padding:52px 40px;position:relative;overflow:hidden}
.newsletter::before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(231,174,0,.25),transparent 65%);top:-160px;left:-100px}
.newsletter::after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(14,116,144,.3),transparent 65%);bottom:-130px;right:-80px}
.newsletter-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr 1fr;gap:36px;align-items:center}
.newsletter h3{color:#fff;font-size:clamp(20px,2.6vw,27px);font-weight:900;margin-bottom:10px}
.newsletter p{color:#b8c6de;font-size:14.5px;margin-bottom:0}
.newsletter form{display:flex;gap:10px;background:#fff;border-radius:14px;padding:7px;box-shadow:0 16px 40px rgba(0,0,0,.3)}
.newsletter input{flex:1;border:none;outline:none;padding:10px 14px;font-size:14px;color:var(--text);min-width:0}
.newsletter button{background:linear-gradient(135deg,var(--accent),#d98a00);color:#fff;border-radius:10px;padding:11px 24px;font-weight:800;font-size:14px;white-space:nowrap;transition:transform .2s,box-shadow .2s}
.newsletter button:hover{transform:scale(1.04);box-shadow:0 8px 20px rgba(231,174,0,.4)}

/* ============ FOOTER ============ */
footer{background:var(--dark);color:#aab6cc;margin-top:76px}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding:56px 0 40px}
.footer-logo img{width:130px;height:auto;margin-bottom:16px}
.footer-about p{font-size:13.5px;line-height:2;margin-bottom:18px}
.footer-social{display:flex;gap:10px}
.footer-social a{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;transition:all .25s}
.footer-social a:hover{background:var(--accent);transform:translateY(-3px)}
.footer-social svg{width:18px;height:18px;stroke:#fff}
.footer-col h4{color:#fff;font-size:16px;font-weight:800;margin-bottom:18px;position:relative;padding-bottom:10px}
.footer-col h4::after{content:"";position:absolute;bottom:0;right:0;width:36px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--accent),var(--accent-2))}
.footer-col ul li{margin-bottom:9px}
.footer-col ul a{font-size:13.5px;color:#aab6cc;display:inline-flex;align-items:center;gap:8px;transition:color .2s,padding-right .2s}
.footer-col ul a::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent);opacity:.6}
.footer-col ul a:hover{color:#fff;padding-right:5px}
.footer-contact li{display:flex;gap:11px;margin-bottom:14px;font-size:13.5px;align-items:flex-start}
.footer-contact svg{width:18px;height:18px;stroke:var(--accent-2);flex-shrink:0;margin-top:4px}
.footer-contact b{display:block;color:#dbe4f3;font-weight:700;font-size:13.5px;direction:ltr;text-align:right}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:12.5px}
.footer-bottom .made{color:#7e8ca6}
.footer-bottom .made b{color:var(--accent-2)}

/* ============ FLOATING ============ */
.float-wa{position:fixed;bottom:22px;left:22px;width:54px;height:54px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;z-index:900;box-shadow:0 10px 26px rgba(37,211,102,.45);transition:transform .25s}
.float-wa:hover{transform:scale(1.1)}
.float-wa svg{width:28px;height:28px;fill:#fff}
.to-top{position:fixed;bottom:22px;right:22px;width:48px;height:48px;border-radius:12px;background:var(--dark);color:#fff;display:flex;align-items:center;justify-content:center;z-index:900;opacity:0;visibility:hidden;transform:translateY(12px);transition:all .3s;box-shadow:var(--shadow)}
.to-top.show{opacity:1;visibility:visible;transform:none}
.to-top:hover{background:var(--accent)}
.to-top svg{width:20px;height:20px}
.toast{position:fixed;bottom:24px;right:50%;transform:translate(50%,80px);background:var(--dark);color:#fff;padding:13px 24px;border-radius:12px;font-size:14px;font-weight:700;z-index:2000;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:all .35s;display:flex;align-items:center;gap:10px;max-width:92vw}
.toast.show{opacity:1;visibility:visible;transform:translate(50%,0)}
.toast svg{width:20px;height:20px;stroke:var(--ok);flex-shrink:0}


/* ============ DEALERS (نقشه نمایندگی‌ها) ============ */
.dealers{background:linear-gradient(180deg,#f0f4ee 0%,var(--bg) 100%)}
.dealers-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:start}
.map-wrap{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}
.map-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.iran-map{width:100%;min-width:500px;height:auto;display:block}
.prov{fill:#edf1f6;stroke:#aab8cc;stroke-width:1.1;cursor:pointer;transition:fill .22s,stroke .22s}
.prov:hover{fill:#d9e6db;stroke:#6d7f96}
.prov.has-rep{fill:#ffe9b0;stroke:#d9a400}
.prov.active{fill:var(--accent);stroke:#8a6500;stroke-width:1.7}
.map-legend{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:14px;font-size:12.5px;color:var(--muted);font-weight:600}
.map-legend .lg{width:16px;height:16px;border-radius:5px;border:1px solid #aab8cc;display:inline-block;margin-inline-end:6px;vertical-align:-3px}
.map-legend .lg-active{background:var(--accent)}
.map-legend .lg-rep{background:#ffe9b0}
.map-legend .lg-none{background:#edf1f6}
.map-hint{margin-top:8px;font-size:12.5px;color:var(--muted)}
.dealers-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);min-height:430px;display:flex;flex-direction:column}
.panel-head{border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:16px}
.panel-head h3{font-size:20px;font-weight:900;color:var(--dark)}
.panel-head p{font-size:13px;color:var(--muted);margin-top:4px}
#panelBody{flex:1;overflow-y:auto}
.rep-card{border:1px solid var(--line);border-right:4px solid var(--accent);border-radius:12px;padding:14px 16px;margin-bottom:12px;background:#fff}
.rep-card b{display:block;font-size:14.5px;color:var(--dark);margin-bottom:6px}
.rep-card span{display:block;font-size:13px;color:var(--muted);line-height:1.9}
.rep-card .rep-phone{display:inline-flex;align-items:center;gap:7px;margin-top:10px;font-size:13px;font-weight:800;color:var(--accent);background:var(--accent-soft);border-radius:8px;padding:6px 12px;transition:all .2s}
.rep-card .rep-phone:hover{background:var(--accent);color:#fff}
.rep-card .rep-phone svg{width:14px;height:14px;stroke:currentColor}
.rep-none{text-align:center;padding:40px 10px;color:var(--muted);font-size:14px}
.rep-none p{margin-bottom:16px}
.rep-none .btn{display:inline-flex}

/* ============ RESPONSIVE ============ */
@media (max-width:1150px){
  .nav-logo{display:none}
}
@media (max-width:1080px){
  .header-phone{display:none}
  .header-inner{flex-wrap:wrap;gap:14px}
  .search-wrap{order:3;flex-basis:100%;max-width:100%}
  .nav{position:static}
}
@media (max-width:960px){
  .burger{display:flex}
  .nav-logo{display:none}
  .nav-menu{position:absolute;top:100%;right:0;left:0;background:var(--dark-2);flex-direction:column;padding:10px 20px 20px;gap:2px;display:none;box-shadow:0 20px 40px rgba(12,26,17,.3)}
  .nav-menu.open{display:flex}
  .nav-menu a{border-bottom:1px solid rgba(255,255,255,.07);border-radius:10px}
  .nav-cta{margin:10px 0 0;justify-content:center}
  .trust-inner{grid-template-columns:repeat(2,1fr)}
  .trust-item:nth-child(2){border-left:none}
  .trust-item{border-bottom:1px solid var(--line)}
  .about-grid{grid-template-columns:1fr;gap:40px}
  .dealers-grid{grid-template-columns:1fr}
  .newsletter-inner{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr;gap:34px}
  .hero-float{display:none}
}
@media (max-width:640px){
  .section{padding:56px 0}
  .topbar .info{display:none}
  .topbar-inner{justify-content:center}
  .search-wrap select{display:none}
  .search-wrap{padding:4px}
  .inquiry-btn span.txt{display:none}
  .inquiry-btn{padding:11px 13px}
  .logo-img{height:30px}
  .hero{min-height:520px}
  .hero-inner{padding:64px 0}
  .hero-cta .btn{flex:1;text-align:center}
  .trust-inner{grid-template-columns:1fr 1fr}
  .trust-item{padding:16px 14px;gap:10px}
  .trust-item .ic{width:42px;height:42px}
  .trust-item svg{width:22px;height:22px}
  .trust-item b{font-size:13px}
  .trust-item small{font-size:11px}
  .products-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .product-card .desc{display:none}
  .product-card .info{padding:12px}
  .product-card h3{font-size:13.5px}
  .about-list{grid-template-columns:1fr}
  .stats{grid-template-columns:repeat(2,1fr)}
  .newsletter{padding:34px 22px}
  .newsletter form{flex-direction:column}
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{justify-content:center;text-align:center}
  .cats-grid{grid-template-columns:repeat(2,1fr)}
  .hero-points{gap:14px}
}
