
:root{--bg:#f5f7f8;--card:#fff;--text:#121619;--muted:#66717a;--line:#dfe5e8;--dark:#111820;--accent:#2e7d61;--accent2:#1f5f4a;--shadow:0 18px 50px rgba(17,24,32,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tahoma,Arial,sans-serif;background:var(--bg);color:var(--text);direction:rtl}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:#0f151b;color:#fff;font-size:14px;padding:9px 0}.topbar .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo img{height:54px;width:auto}.menu{display:flex;align-items:center;gap:28px;font-weight:700}.menu a{padding:29px 0;border-bottom:3px solid transparent}.menu a:hover,.menu a.active{border-color:var(--accent);color:var(--accent)}.hamb{display:none;background:none;border:0;font-size:28px}.hero{min-height:600px;background:linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.66)),url('../images/slide-01.jpg') center/cover;display:flex;align-items:center;color:#fff}.hero-content{max-width:660px;margin-right:auto}.eyebrow{display:inline-block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.35);padding:8px 15px;border-radius:999px;font-size:14px}.hero h1{font-size:clamp(38px,6vw,72px);line-height:1.08;margin:20px 0 16px}.hero p{font-size:20px;line-height:1.9;color:#edf2f4}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:14px 22px;font-weight:800;border:1px solid transparent;transition:.2s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent2);transform:translateY(-2px)}.btn-light{background:#fff;color:#111;margin-right:10px}.section{padding:80px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:28px}.section h2{font-size:38px;margin:0 0 10px}.section-head p{color:var(--muted);margin:0;line-height:1.8}.features{margin-top:-58px;position:relative;z-index:5}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature{background:#fff;padding:25px;border-radius:18px;box-shadow:var(--shadow);border:1px solid #edf0f2}.feature b{display:block;font-size:18px;margin-bottom:8px}.feature span{color:var(--muted);font-size:14px;line-height:1.8}.cats{display:flex;gap:10px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:#fff;padding:10px 16px;border-radius:999px;cursor:pointer;font-weight:700}.chip.active,.chip:hover{background:var(--dark);color:#fff}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:var(--card);border-radius:18px;overflow:hidden;border:1px solid var(--line);transition:.25s}.product:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-img{aspect-ratio:4/5;overflow:hidden;background:#eef1f2}.product-img img{width:100%;height:100%;object-fit:cover;transition:.4s}.product:hover .product-img img{transform:scale(1.04)}.product-body{padding:18px}.product h3{font-size:18px;margin:0 0 10px}.product .cat{color:var(--muted);font-size:14px}.product .buy{margin-top:15px;width:100%;padding:12px;border-radius:10px;background:#e9f6ef;color:#166b47;font-weight:800;display:flex;justify-content:center}.about{display:grid;grid-template-columns:1.1fr 1fr;gap:45px;align-items:center}.about-img{border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.about p{color:var(--muted);line-height:2;font-size:17px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:25px}.stat{background:#fff;border:1px solid var(--line);padding:18px;border-radius:14px;text-align:center}.stat strong{display:block;font-size:24px}.cta{background:linear-gradient(135deg,#111820,#27343d);color:#fff;border-radius:26px;padding:45px;display:flex;justify-content:space-between;align-items:center;gap:25px}.cta h2{margin:0 0 10px}.cta p{margin:0;color:#dce3e7}.footer{background:#0f151b;color:#fff;padding:50px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer p,.footer a{color:#bac4ca;line-height:1.9}.copy{border-top:1px solid #2b343b;margin-top:30px;padding-top:20px;text-align:center;color:#93a0a8}.wa-float{position:fixed;left:20px;bottom:20px;z-index:80;background:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;font-size:30px;box-shadow:0 10px 30px rgba(37,211,102,.35)}.search{background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px 16px;width:min(320px,100%)}@media(max-width:980px){.products{grid-template-columns:repeat(3,1fr)}.features-grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr}.hero{min-height:540px}.menu{position:fixed;inset:78px 0 auto 0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:20px 6%;box-shadow:0 20px 35px rgba(0,0,0,.12)}.menu.open{display:flex}.menu a{padding:14px 0}.hamb{display:block}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.topbar .container{justify-content:center}.hero{min-height:500px;background-position:60% center}.hero-content{margin:0}.hero p{font-size:17px}.section{padding:58px 0}.section h2{font-size:30px}.section-head{align-items:flex-start;flex-direction:column}.products{grid-template-columns:repeat(2,1fr);gap:12px}.product-body{padding:14px}.product h3{font-size:15px}.features{margin-top:-30px}.features-grid{grid-template-columns:1fr 1fr}.feature{padding:18px}.stats{grid-template-columns:1fr}.cta{padding:30px;align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.logo img{height:46px}.nav{height:70px}}@media(max-width:420px){.products{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr}.btn-light{margin:10px 0 0 0}.hero h1{font-size:39px}}
