.jhome,.jhome *{box-sizing:border-box;font-family:Shabnam,Tahoma,sans-serif}
.jhome{direction:rtl;color:#222;background:#fff;overflow:hidden}
.jhome-shell{width:100%;max-width:none;margin:0;padding-left:28px;padding-right:28px}
.jhome-kicker{display:inline-flex;align-items:center;gap:9px;color:#d98c00;font-weight:500;font-size:12px;letter-spacing:.2px;margin-bottom:16px;direction:ltr}
.jhome-kicker:before{content:"";width:32px;height:3px;background:#fdb73c;display:block;border-radius:99px}

.jhome-hero{position:relative;min-height:670px;display:flex;align-items:center;background:#111;color:#fff;overflow:hidden}
.jhome-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.70),rgba(253,183,60,.25));z-index:1}
.jhome-hero:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(253,183,60,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:24px 24px,90px 90px;z-index:2}
.jhome-hero-bg{position:absolute;inset:0}
.jhome-hero-bg img{width:100%;height:100%;object-fit:cover;filter:grayscale(.12)}
.jhome-hero-in{position:relative;z-index:3;display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}
.jhome-hero h1{font-size:42px;font-weight:500;line-height:1.7;margin:0 0 20px;max-width:880px}
.jhome-hero p{font-size:15px;font-weight:400;line-height:2.15;color:#eee;max-width:850px;margin:0 0 13px}
.jhome-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.jhome-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 22px;border-radius:14px;text-decoration:none;font-weight:500;transition:.22s}
.jhome-btn-primary{background:#fdb73c;color:#111;box-shadow:0 18px 45px rgba(253,183,60,.28)}
.jhome-btn-light{background:#fff;color:#111}
.jhome-btn:hover{transform:translateY(-3px)}
.jhome-hero-card{background:rgba(255,255,255,.1);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.18);border-radius:28px;padding:18px}
.jhome-hero-card>img{width:100%;height:280px;object-fit:cover;border-radius:20px;background:#fff}
.jhome-hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.jhome-hero-stats div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:15px}
.jhome-hero-stats strong{display:block;font-size:21px;font-weight:500;color:#fdb73c;margin-bottom:5px;direction:ltr}
.jhome-hero-stats span{font-size:12px;color:#ddd;line-height:1.7}

.jhome-section{padding:90px 0;position:relative}
.jhome-split{display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:start}
.jhome-split h2,.jhome-center h2,.jhome-split-img h2,.jhome-catalog h2{font-size:30px;font-weight:500;line-height:1.75;margin:0 0 14px;color:#111}
.jhome-split p,.jhome-center p,.jhome-split-img p,.jhome-catalog p{font-size:14.5px;font-weight:400;line-height:2.15;color:#555;margin:0 0 13px}
.jhome-center{text-align:center;max-width:880px;margin:0 auto 42px}
.jhome-center .jhome-kicker{justify-content:center}
.jhome-center .jhome-kicker:before{display:none}

.jhome-cats,.jhome-apps,.jhome-faq{background:#f7f7f5}
.jhome-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.jhome-cat{background:#fff;border:1px solid #ece9e2;border-radius:24px;padding:26px;min-height:215px;text-decoration:none;color:#111;position:relative;overflow:hidden;transition:.22s}
.jhome-cat:before{content:"";position:absolute;right:0;top:0;width:5px;height:100%;background:#fdb73c;transform:scaleY(.25);transform-origin:top;transition:.22s}
.jhome-cat:hover{transform:translateY(-6px);box-shadow:0 22px 55px rgba(0,0,0,.08)}
.jhome-cat:hover:before{transform:scaleY(1)}
.jhome-cat i{font-size:28px;color:#d98c00;margin-bottom:18px}
.jhome-cat h3{font-size:18px;font-weight:500;margin:0 0 11px}
.jhome-cat p{font-size:13.5px;line-height:2;color:#666;margin:0}

.jhome-products{display:grid;grid-template-columns:repeat(4,1fr);gap:19px}
.jhome-product{background:#fff;border:1px solid #eee;border-radius:25px;overflow:hidden;text-decoration:none;color:#111;transition:.22s;box-shadow:0 12px 35px rgba(0,0,0,.04)}
.jhome-product:hover{transform:translateY(-7px);box-shadow:0 25px 65px rgba(0,0,0,.1)}
.jhome-product-img{height:230px;background:linear-gradient(135deg,#f8f8f8,#fff);display:flex;align-items:center;justify-content:center;padding:24px}
.jhome-product-img img{max-width:100%;max-height:100%;object-fit:contain;transition:.22s}
.jhome-product:hover img{transform:scale(1.05)}
.jhome-product-body{padding:20px}
.jhome-product-body span{display:inline-flex;background:#111;color:#fdb73c;border-radius:999px;padding:6px 11px;font-size:11px;margin-bottom:13px;direction:ltr}
.jhome-product h3{font-size:16px;font-weight:500;line-height:1.7;margin:0 0 9px}
.jhome-product p{font-size:13px;line-height:2;color:#666;margin:0 0 14px}
.jhome-product strong{color:#d98c00;font-weight:500}
.jhome-more{text-align:center;margin-top:34px}
.jhome-more a{display:inline-flex;background:#111;color:#fdb73c;border-radius:14px;padding:14px 24px;font-weight:500}

.jhome-dark{background:#111;color:#fff}
.jhome-dark:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(253,183,60,.20) 1px,transparent 1px);background-size:26px 26px;opacity:.5}
.jhome-dark .jhome-shell{position:relative;z-index:2}
.jhome-dark h2{color:#fff}
.jhome-dark p{color:#ccc}
.jhome-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.jhome-feature{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:26px}
.jhome-feature b{color:#fdb73c;font-size:28px;font-weight:500}
.jhome-feature h3{font-size:17px;font-weight:500;margin:17px 0 10px}
.jhome-feature p{font-size:13px;line-height:2;color:#ccc;margin:0}

.jhome-split-img{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.jhome-img-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.jhome-img-grid img{width:100%;height:360px;object-fit:cover;border-radius:26px;box-shadow:0 25px 70px rgba(0,0,0,.1)}
.jhome-img-grid img:nth-child(2){margin-top:46px}

.jhome-tags{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.jhome-tags span{background:#fff;border:1px solid #e8e5df;border-radius:999px;padding:13px 20px;font-weight:500;color:#333}

.jhome-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.jhome-steps div{border:1px solid #eee;border-radius:24px;padding:25px;background:#fff}
.jhome-steps span{color:#d98c00;font-weight:500;font-size:24px}
.jhome-steps h3{font-size:17px;font-weight:500;margin:15px 0 10px}
.jhome-steps p{font-size:13px;color:#666;line-height:2;margin:0}

.jhome-catalog{background:#fff}
.jhome-catalog-in{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center;background:#f7f7f5;border:1px solid #ece9e2;border-radius:30px;padding-top:36px;padding-bottom:36px}
.jhome-catalog img{width:100%;max-height:340px;object-fit:contain;border-radius:24px;background:#fff;padding:16px}

.jhome-faq-list{max-width:940px;margin:auto;display:grid;gap:12px}
.jhome-faq-list details{background:#fff;border:1px solid #e8e5df;border-radius:18px;overflow:hidden}
.jhome-faq-list summary{cursor:pointer;list-style:none;padding:19px 23px;font-weight:500;display:flex;justify-content:space-between;align-items:center}
.jhome-faq-list summary::-webkit-details-marker{display:none}
.jhome-faq-list summary b:before{content:"+";color:#d98c00;font-size:24px}
.jhome-faq-list details[open] summary b:before{content:"−"}
.jhome-faq-list details div{padding:0 23px 21px;color:#555;line-height:2;font-size:14px}

.jhome-final{padding:88px 0;background:linear-gradient(135deg,#fdb73c,#d98c00);color:#111;text-align:center}
.jhome-final h2{font-size:30px;font-weight:500;line-height:1.7;margin:0 0 17px}
.jhome-final p{max-width:760px;margin:0 auto 26px;line-height:2;color:#222}

@media(max-width:1100px){
  .jhome-hero-in,.jhome-split,.jhome-split-img,.jhome-catalog-in{grid-template-columns:1fr}
  .jhome-products,.jhome-cat-grid,.jhome-feature-grid,.jhome-steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .jhome-shell{padding-left:14px;padding-right:14px}
  .jhome-hero{min-height:auto;padding:90px 0 58px}
  .jhome-hero h1{font-size:25px}
  .jhome-hero p{font-size:13.5px}
  .jhome-section{padding:64px 0}
  .jhome-products,.jhome-cat-grid,.jhome-feature-grid,.jhome-steps,.jhome-hero-stats,.jhome-img-grid{grid-template-columns:1fr}
  .jhome-img-grid img:nth-child(2){margin-top:0}
  .jhome-split h2,.jhome-center h2,.jhome-split-img h2,.jhome-catalog h2{font-size:23px}
}
