@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');
:root{--bg:#071018;--bg2:#0d1823;--panel:#101d29;--line:#233747;--text:#f4f7f9;--muted:#aebbc6;--silver:#d9dee3;--gold:#d5aa52;--green:#25D366;--shadow:0 18px 45px rgba(0,0,0,.27);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Cairo',Tahoma,Arial,sans-serif;background:linear-gradient(180deg,#050a0f 0%,#09131d 52%,#071018 100%);color:var(--text);direction:rtl;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 28px));margin-inline:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(5,10,15,.84);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.07)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:.2px}.brand-logo{width:45px;height:45px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.15);box-shadow:0 6px 18px rgba(0,0,0,.24)}.brand-text span{display:block;line-height:1.1}.brand-text small{display:block;color:var(--muted);font-weight:500;font-size:11px;margin-top:4px}.nav-actions{display:flex;align-items:center;gap:9px}.btn{border:0;border-radius:14px;padding:12px 18px;font-family:inherit;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#e7edf1,#b9c4cc);color:#071018;box-shadow:0 10px 28px rgba(201,211,218,.15)}.btn-wa{background:var(--green);color:#06110a}.btn-ghost{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);color:var(--text)}.hero{padding:58px 0 35px;position:relative;overflow:hidden}.hero:before{content:'';position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(213,170,82,.14),transparent 66%);top:-260px;right:-130px;pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:34px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(213,170,82,.25);background:rgba(213,170,82,.07);border-radius:999px;color:#e7c986;font-size:13px;font-weight:700}.hero h1{font-size:clamp(38px,6vw,70px);line-height:1.05;margin:17px 0 14px;letter-spacing:-1.7px}.hero h1 strong{color:var(--silver)}.hero p{font-size:17px;color:var(--muted);max-width:700px;line-height:1.95;margin:0 0 24px}.price-chip{display:flex;align-items:baseline;gap:8px;margin:19px 0 26px}.price-chip .num{font-size:44px;font-weight:800;color:#fff}.price-chip .cur{font-size:17px;color:#d9e0e5;font-weight:700}.hero-actions{display:flex;flex-wrap:wrap;gap:11px}.hero-card{background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.10);border-radius:30px;padding:26px;box-shadow:var(--shadow);min-height:400px;display:grid;place-items:center}.hero-card img{border-radius:50%;width:min(390px,84%);aspect-ratio:1;object-fit:cover;box-shadow:0 25px 55px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.08)}.section{padding:32px 0 70px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-head h2{font-size:30px;margin:0 0 6px}.section-head p{margin:0;color:var(--muted)}.count{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);padding:8px 12px;border-radius:999px;color:var(--muted);font-size:13px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{background:rgba(15,28,40,.88);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.18);transition:.22s ease}.product:hover{transform:translateY(-4px);border-color:rgba(213,170,82,.28);box-shadow:0 19px 42px rgba(0,0,0,.28)}.product-media{aspect-ratio:1/1;background:#fff;display:grid;place-items:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain}.product-body{padding:15px}.product-title{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.product-title h3{font-size:16px;margin:0}.code{font-size:11px;color:#d8c18e;background:rgba(213,170,82,.08);padding:4px 7px;border-radius:8px;white-space:nowrap}.product-price{font-size:23px;font-weight:800}.product-price small{font-size:13px;color:var(--muted);font-weight:600}.product-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:13px}.product-actions .btn{padding:11px 13px;border-radius:12px;font-size:13px}.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.feature{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:15px;color:var(--muted);font-size:13px}.feature b{display:block;color:var(--text);font-size:14px;margin-bottom:3px}.footer{border-top:1px solid rgba(255,255,255,.07);padding:27px 0 34px;color:var(--muted);font-size:13px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:15px}.floating-wa{position:fixed;left:18px;bottom:18px;z-index:60;background:var(--green);color:#06110a;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;font-size:24px;box-shadow:0 14px 30px rgba(0,0,0,.35)}
/* product page */.crumbs{padding:24px 0 6px;color:var(--muted);font-size:13px}.detail{padding:18px 0 72px}.detail-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:start}.gallery{background:#fff;border-radius:28px;overflow:hidden;min-height:520px;display:grid;place-items:center;box-shadow:var(--shadow)}.gallery img{width:100%;height:100%;max-height:660px;object-fit:contain}.detail-panel{background:rgba(15,28,40,.92);border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:26px;box-shadow:var(--shadow)}.detail-panel h1{font-size:34px;margin:0 0 8px}.sub{color:var(--muted);font-size:14px}.big-price{font-size:42px;font-weight:800;margin:14px 0 4px}.big-price small{font-size:17px;color:var(--muted)}.order-box{margin-top:22px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}.order-box h2{font-size:20px;margin:0 0 14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;color:#dce4e9;font-weight:700}.field input,.field select{width:100%;background:#0a141d;color:var(--text);border:1px solid #263947;border-radius:13px;padding:13px 14px;font:inherit;outline:none}.field input:focus{border-color:#7c929f;box-shadow:0 0 0 3px rgba(124,146,159,.11)}.field input::placeholder{color:#70808b}.form-note{font-size:12px;color:var(--muted);line-height:1.7;margin:11px 0 14px}.submit{width:100%;padding:14px 18px;font-size:15px}.total-line{display:flex;justify-content:space-between;align-items:center;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07);padding:12px 14px;border-radius:13px;margin:12px 0}.total-line span{color:var(--muted);font-size:13px}.total-line strong{font-size:18px}.mini-info{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.pill{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.04);padding:7px 10px;border-radius:999px;color:var(--muted);font-size:12px}
@media(max-width:960px){.products{grid-template-columns:repeat(3,1fr)}.hero-grid,.detail-grid{grid-template-columns:1fr}.hero-card{min-height:300px}.gallery{min-height:420px}.detail-panel{order:-1}}
@media(max-width:700px){.container{width:min(100% - 20px,1180px)}.nav{height:64px}.brand-text small{display:none}.nav .btn-ghost{display:none}.hero{padding-top:36px}.hero h1{font-size:40px}.hero p{font-size:15px}.price-chip .num{font-size:38px}.hero-card{padding:18px;border-radius:23px;min-height:270px}.products{grid-template-columns:repeat(2,1fr);gap:10px}.product{border-radius:16px}.product-body{padding:11px}.product-title h3{font-size:13px}.code{font-size:9px}.product-price{font-size:19px}.product-actions{grid-template-columns:1fr}.product-actions .btn-ghost{display:none}.section-head{align-items:start}.section-head h2{font-size:24px}.feature-strip{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start}.detail{padding-top:8px}.detail-panel{padding:18px;border-radius:20px}.detail-panel h1{font-size:27px}.big-price{font-size:34px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.gallery{min-height:330px;border-radius:20px}.floating-wa{width:52px;height:52px;left:12px;bottom:12px}}
