:root{--im-orange:#ff7f00;--im-orange-dark:#d86800;--im-ink:#111;--im-muted:#666;--im-line:#e6e6e3;--im-soft:#f4f4f1;--im-white:#fff}
.im-page,.im-page *{box-sizing:border-box}
.im-page{margin:0;overflow:hidden;background:#fff;color:var(--im-ink);font-family:"Cairo",Tahoma,Arial,sans-serif;direction:rtl}
.im-page a{color:inherit;text-decoration:none}
.im-page img{max-width:100%}
.im-page svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.im-topbar{border-bottom:1px solid var(--im-line);background:#fff}
.im-topbar__inner{width:min(1320px,calc(100% - 64px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between}
.im-logo{width:176px;display:block}
.im-topbar__label{display:inline-flex;align-items:center;gap:8px;color:#666;font-size:12px;font-weight:800}
.im-topbar__label:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--im-orange)}
.im-hero{position:relative;width:min(1440px,calc(100% - 48px));min-height:560px;margin:24px auto 0;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 22% 58%,rgba(255,127,0,.14),transparent 28%),linear-gradient(120deg,#111 0%,#191919 58%,#0a0a0a 100%);color:#fff;isolation:isolate}
.im-hero:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,#000,transparent 70%)}
.im-hero__inner{width:min(1320px,calc(100% - 112px));min-height:560px;margin:auto;display:grid;grid-template-columns:minmax(440px,.88fr) minmax(520px,1.12fr);gap:54px;align-items:center}
.im-hero__copy{position:relative;z-index:3}
.im-eyebrow{margin:0 0 16px;display:flex;align-items:center;gap:10px;color:#ffd6ad;font-size:14px;font-weight:800}
.im-eyebrow:before{content:"";width:30px;height:3px;border-radius:999px;background:var(--im-orange)}
.im-hero h1{max-width:630px;margin:0;font-size:clamp(44px,5vw,72px);line-height:1.18;letter-spacing:-.055em;font-weight:900}
.im-button{min-height:52px;margin-top:28px;padding:0 22px;display:inline-flex;align-items:center;gap:18px;border-radius:12px;background:var(--im-orange);color:#111!important;font-size:15px;font-weight:900;transition:transform .18s ease,background .18s ease}
.im-button svg,.im-card__action svg{transform:scaleX(-1)}
.im-button:hover{transform:translateY(-2px);background:#ff9a36}
.im-benefits{margin-top:34px;display:flex;flex-wrap:wrap;gap:9px}
.im-benefits span{padding:7px 10px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.82);font-size:10.5px;font-weight:700}
.im-benefits b{color:var(--im-orange);font-size:14px}
.im-products{position:relative;height:488px;direction:ltr}
.im-products:before{content:"";position:absolute;left:24px;bottom:18px;width:60%;height:55%;border-radius:20px 4px 20px 4px;background:linear-gradient(145deg,#ff8b19,#e66f00);box-shadow:0 30px 70px rgba(255,127,0,.18);transform:rotate(-4deg)}
.im-product{position:absolute;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#fff;box-shadow:0 24px 55px rgba(0,0,0,.3)}
.im-product img{width:100%;height:100%;display:block;object-fit:contain;background:#fff}
.im-p1{left:118px;top:44px;width:280px;height:280px;z-index:4}
.im-p2{left:8px;top:12px;width:150px;height:150px;z-index:5;transform:rotate(-3deg)}
.im-p3{right:12px;top:26px;width:172px;height:172px;z-index:3;transform:rotate(3deg)}
.im-p4{left:12px;bottom:26px;width:172px;height:172px;z-index:6;transform:rotate(2deg)}
.im-p5{left:210px;bottom:10px;width:176px;height:176px;z-index:7;transform:rotate(-2deg)}
.im-p6{right:8px;bottom:40px;width:166px;height:166px;z-index:5;transform:rotate(2deg)}
.im-categories{width:min(1320px,calc(100% - 64px));margin:auto;padding:92px 0 72px}
.im-heading{margin-bottom:34px;display:flex;align-items:end;justify-content:space-between;gap:40px}
.im-kicker{margin:0 0 8px;color:var(--im-orange-dark);font-size:13px;font-weight:900}
.im-heading h2{margin:0;font-size:clamp(30px,3.6vw,48px);line-height:1.3;letter-spacing:-.035em;font-weight:900}
.im-heading>p{max-width:440px;margin:0;color:var(--im-muted);font-size:14px;line-height:1.9}
.im-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
@media(min-width:1101px){.im-card:nth-last-child(2){grid-column:2}.im-card:last-child{grid-column:3}}
.im-card{overflow:hidden;border:1px solid var(--im-line);border-radius:20px;background:#fff;box-shadow:0 12px 36px rgba(17,17,17,.055);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.im-card:hover{transform:translateY(-7px);border-color:rgba(255,127,0,.62);box-shadow:0 24px 48px rgba(17,17,17,.12)}
.im-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;border-bottom:6px solid var(--im-orange);background:var(--im-soft)}
.im-card__media img{width:100%;height:100%;display:block;object-fit:contain;background:#f6f6f4;transition:transform .3s ease}
.im-card:hover .im-card__media img{transform:scale(1.035)}
.im-card__body{min-height:186px;padding:21px;display:flex;flex-direction:column}
.im-card h3{margin:0;font-size:18px;line-height:1.55;font-weight:900}
.im-card__body p{margin:8px 0 18px;color:var(--im-muted);font-size:11.5px;line-height:1.8}
.im-card__action{margin-top:auto;display:flex;align-items:center;justify-content:space-between;color:var(--im-orange-dark);font-size:12px;font-weight:900}
.im-page a:focus-visible{outline:3px solid rgba(255,127,0,.5);outline-offset:4px}
@media(max-width:1100px){.im-hero__inner{width:calc(100% - 88px);grid-template-columns:.92fr 1.08fr;gap:28px}.im-p1{left:90px}.im-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.im-topbar__inner{width:calc(100% - 28px);height:68px}.im-logo{width:138px}.im-topbar__label{font-size:10px}.im-hero{width:calc(100% - 20px);min-height:700px;margin-top:10px;border-radius:20px}.im-hero__inner{width:calc(100% - 36px);min-height:700px;padding:30px 0 26px;display:flex;flex-direction:column-reverse;gap:22px;justify-content:center}.im-products{width:100%;height:292px;flex:none}.im-products:before{left:12%;bottom:8px;width:68%;height:55%}.im-product{border-radius:12px}.im-p1{left:29%;top:18px;width:156px;height:156px}.im-p2{left:1%;top:4px;width:96px;height:96px}.im-p3{right:1%;top:6px;width:104px;height:104px}.im-p4{left:2%;bottom:10px;width:104px;height:104px}.im-p5{left:38%;bottom:0;width:108px;height:108px}.im-p6{right:1%;bottom:12px;width:100px;height:100px}.im-hero h1{font-size:clamp(34px,10.7vw,48px);line-height:1.25}.im-button{margin-top:20px}.im-benefits{margin-top:20px;gap:6px}.im-benefits span{padding:6px 8px;font-size:9px}.im-categories{width:calc(100% - 28px);padding:60px 0 46px}.im-heading{display:block;margin-bottom:22px}.im-heading h2{font-size:29px}.im-heading>p{margin-top:11px;font-size:11.5px}.im-grid{gap:10px}.im-card{border-radius:14px}.im-card__media{border-bottom-width:4px}.im-card__body{min-height:145px;padding:13px 11px 12px}.im-card h3{font-size:12.5px;line-height:1.6}.im-card__body p{margin:7px 0 12px;font-size:9px;line-height:1.7}.im-card__action{font-size:9.5px}.im-card__action svg{width:14px;height:14px}}
@media(prefers-reduced-motion:reduce){.im-page *{transition:none!important}}
