:root{--bg:#07111f;--card:#0d1a2e;--gold:#d6a93a;--text:#f7f7fb;--muted:#9aa7bd;--line:rgba(255,255,255,.12);--green:#22c55e}*{box-sizing:border-box}body{margin:0;font-family:Arial,'Tahoma',sans-serif;background:linear-gradient(180deg,#07111f,#f3f5f8 42%);color:var(--text);direction:rtl}.container{max-width:1180px;margin:auto;padding:24px}.nav{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:#07111f;position:sticky;top:0;z-index:3;border-bottom:1px solid var(--line)}.brand{font-weight:900;font-size:24px;letter-spacing:.5px}.brand span{color:var(--gold)}.nav a{color:#fff;text-decoration:none;margin-inline-start:18px}.hero{padding:72px 24px 42px;text-align:center}.hero h1{font-size:54px;margin:0 0 12px}.hero p{color:#cbd5e1;font-size:20px;margin:0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;margin-top:22px}.product-card{background:#fff;color:#0d1525;border-radius:28px;overflow:hidden;box-shadow:0 22px 60px rgba(0,0,0,.12);transition:.2s;border:1px solid #e8edf5}.product-card:hover{transform:translateY(-4px)}.product-card img{width:100%;height:220px;object-fit:contain;background:#07111f;padding:8px}.product-body{padding:20px}.product-body h3{font-size:22px;margin:0 0 8px}.price{font-size:25px;font-weight:900;margin:14px 0;color:#0d1525}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:16px;padding:15px 22px;font-weight:900;cursor:pointer;text-decoration:none}.btn-gold{background:linear-gradient(135deg,#f6d36a,#b98517);color:#111827}.btn-dark{background:#0b1220;color:#fff}.btn-gray{background:#eef2f7;color:#111827}.btn-full{width:100%;margin-top:12px}.product-page{background:#fff;color:#0d1525;border-radius:34px;box-shadow:0 25px 70px rgba(0,0,0,.14);padding:26px;margin-top:24px}.product-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:start}.gallery-main{background:#06101f;border-radius:28px;padding:12px}.gallery-main img{width:100%;height:auto;max-height:680px;object-fit:contain;display:block;border-radius:20px;margin:auto}.thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.thumbs img{width:86px;height:64px;object-fit:cover;border-radius:12px;border:2px solid transparent;cursor:pointer;background:#111827}.thumbs img.active{border-color:var(--gold)}.info h1{font-size:44px;line-height:1.15;margin:0 0 10px}.stars{color:#f5b301;font-size:20px;margin:10px 0}.product-price{font-size:34px;font-weight:900;margin:14px 0}.old{font-size:20px;color:#94a3b8;text-decoration:line-through;margin-inline-start:12px}.section{margin-top:26px;padding-top:22px;border-top:1px solid #e5e7eb}.section h2{margin:0 0 12px;font-size:26px}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.feature{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:14px}.faq details{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:14px;margin:10px 0}.admin{max-width:900px;margin:30px auto;background:#fff;color:#0d1525;padding:24px;border-radius:24px}.admin input,.admin textarea{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:12px;margin:8px 0 14px;font-size:16px}.admin textarea{min-height:95px}.row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.list-item{display:flex;justify-content:space-between;gap:14px;padding:12px;border:1px solid #e5e7eb;border-radius:12px;margin:10px 0}.checkout{background:#fff;color:#0d1525;border-radius:28px;padding:26px;max-width:760px;margin:28px auto}.checkout input{width:100%;padding:14px;border:1px solid #cbd5e1;border-radius:12px;margin:8px 0 14px}.notice{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:16px;padding:14px;margin-top:12px}.empty{background:#fff;color:#0d1525;border-radius:24px;padding:26px;text-align:center}@media(max-width:850px){.product-hero{grid-template-columns:1fr}.hero h1{font-size:36px}.info h1{font-size:32px}.row{grid-template-columns:1fr}.container{padding:14px}.product-page{border-radius:22px;padding:15px}}
