:root{
  --green:#0d624f;--green2:#08483b;--gold:#c8a45b;--ink:#12211b;
  --muted:#65726c;--bg:#f5f7f4;--line:#dfe6e1;--white:#fff;
  --shadow:0 20px 60px rgba(8,50,39,.12)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}
a{color:inherit}
img{max-width:100%}
.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.skip{position:absolute;left:-9999px;top:8px;background:#fff;padding:10px 14px;z-index:100}
.skip:focus{left:8px}
header{background:rgba(255,255,255,.95);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(223,230,225,.8)}
nav{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{width:190px;height:100px;overflow:hidden;display:block;flex:0 0 auto}
.brand img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.links{display:flex;align-items:center;gap:20px}
.links>a:not(.btn){text-decoration:none;font-weight:700;font-size:14px;color:#3d4d45}
.langs{display:flex;gap:6px;align-items:center}
.langs a{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:34px;padding:0 8px;border:1px solid var(--line);border-radius:9px;text-decoration:none;font-size:12px;font-weight:850;background:#fff}
.langs a[aria-current="page"]{background:var(--green);border-color:var(--green);color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:13px;text-decoration:none;font-weight:800;border:1px solid transparent}
.primary{background:var(--green);color:#fff;box-shadow:0 10px 28px rgba(13,98,79,.22)}
.primary:hover{background:var(--green2)}
.secondary{background:#fff;border-color:var(--line)}
.hero{position:relative;min-height:650px;display:flex;align-items:center;overflow:hidden;background:#edece6}
.hero:before{content:"";position:absolute;inset:0;background-color:#f4f4ef;background-image:url('/assets/terminal-hero.webp');background-repeat:no-repeat;background-position:right center;background-size:auto 100%}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(248,247,243,.99) 0%,rgba(248,247,243,.94) 35%,rgba(248,247,243,.35) 60%,rgba(248,247,243,.02) 100%)}
.hero-content{position:relative;z-index:2;padding:82px 0;max-width:650px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;background:#e4f1ec;color:var(--green2);padding:8px 13px;border-radius:999px;font-size:13px;font-weight:850}
.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--gold)}
h1{font-size:clamp(46px,6vw,76px);line-height:1.01;letter-spacing:-.055em;margin:20px 0}
.hero p{font-size:19px;color:#596860;max-width:620px;margin:0 0 28px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.micro{margin-top:18px;color:#77837d;font-size:13px}
.trust{margin-top:-24px;position:relative;z-index:4;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.trust>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:19px 21px;box-shadow:0 8px 28px rgba(16,43,32,.06)}
.trust strong{display:block}
.trust span{font-size:13px;color:var(--muted)}
section{padding:88px 0}
.head{max-width:790px;margin-bottom:42px}
.kicker{color:var(--green);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
h2{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.04em;margin:9px 0 15px}
.head p{font-size:18px;color:var(--muted);margin:0}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px}
.icon{width:49px;height:49px;border-radius:14px;background:#e8f3ef;color:var(--green);display:grid;place-items:center;font-size:16px;font-weight:900;margin-bottom:19px}
.card h3{margin:0 0 8px;font-size:20px}
.card p{margin:0;color:var(--muted);font-size:15px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:s}
.step{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px}
.step:before{counter-increment:s;content:counter(s);display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--green);color:#fff;font-weight:900;margin-bottom:17px}
.step h3{font-size:18px;margin:0 0 7px}
.step p{font-size:14px;color:var(--muted);margin:0}
.usecases{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.usecase{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}
.usecase strong{display:block;margin-bottom:5px}
.usecase span{color:var(--muted);font-size:14px}
.product-shot{margin-top:34px;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.product-shot img{width:100%;display:block}
.product-shot figcaption{padding:14px 18px;color:var(--muted);font-size:13px}
.dark{background:linear-gradient(135deg,#0c271e,#124536);color:#fff;border-radius:32px;padding:44px}
.dark p{color:#cfddd6}
.dark .kicker{color:#a9d7c6}
.roles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.role{padding:19px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045)}
.role strong{display:block}
.role span{font-size:13px;color:#c9d8d0}
.faq{display:grid;gap:12px}
.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 20px}
.faq summary{cursor:pointer;font-weight:850;padding:18px 0}
.faq p{color:var(--muted);margin:0;padding:0 0 18px}
.contact{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}
.box{background:#fff;border:1px solid var(--line);border-radius:26px;padding:32px;box-shadow:var(--shadow)}
.box h3{font-size:26px;margin:0 0 9px}
.box p{color:var(--muted)}
.line{padding:14px 16px;background:#edf5f1;border-radius:13px;margin-top:10px}
.line b{display:block;text-transform:uppercase;font-size:11px;letter-spacing:.08em;color:var(--green)}
.legal{padding-top:0}
.legal details{background:#fff;border:1px solid var(--line);border-radius:17px;margin:12px 0;padding:0 20px}
.legal summary{padding:18px 0;font-weight:850;cursor:pointer}
.legal .body{padding:0 0 22px;color:var(--muted);font-size:14px}
.legal strong{color:var(--ink)}
footer{border-top:1px solid var(--line);padding:28px 0 42px;color:#77837d;font-size:13px}
.foot{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.foot a{text-decoration:none}
[dir="rtl"] body{text-align:right}
[dir="rtl"] .links,[dir="rtl"] .langs,[dir="rtl"] .actions,[dir="rtl"] .foot{direction:rtl}
[dir="rtl"] .hero:after{background:linear-gradient(270deg,rgba(248,247,243,.99) 0%,rgba(248,247,243,.94) 35%,rgba(248,247,243,.35) 60%,rgba(248,247,243,.02) 100%)}
[dir="rtl"] .hero:before{background-position:left center}
[dir="rtl"] .step:before{margin-left:auto}
@media(max-width:1020px){.links>a:not(.btn){display:none}.usecases{grid-template-columns:1fr 1fr}}
@media(max-width:900px){
  .hero{min-height:620px}.hero:before{background-position:right center;background-size:auto 100%}
  .hero:after{background:linear-gradient(90deg,rgba(248,247,243,.99),rgba(248,247,243,.88) 62%,rgba(248,247,243,.18))}
  [dir="rtl"] .hero:before{background-position:left center}
  [dir="rtl"] .hero:after{background:linear-gradient(270deg,rgba(248,247,243,.99),rgba(248,247,243,.88) 62%,rgba(248,247,243,.18))}
  .trust,.grid,.steps,.roles{grid-template-columns:1fr 1fr}.contact{grid-template-columns:1fr}
}
@media(max-width:700px){
  .wrap{width:min(100% - 24px,1180px)}
  nav{min-height:88px}.brand{width:145px;height:82px}.links{gap:8px}.links .btn{display:none}
  .langs{gap:3px}.langs a{min-width:31px;height:31px;padding:0 6px}
  .hero{min-height:700px}.hero:before{background-position:center bottom;background-size:auto 55%}
  [dir="rtl"] .hero:before{background-position:center bottom}
  .hero:after,[dir="rtl"] .hero:after{background:linear-gradient(180deg,rgba(248,247,243,.99) 0%,rgba(248,247,243,.94) 60%,rgba(248,247,243,.18) 100%)}
  .hero-content{padding:52px 0 285px}h1{font-size:44px}.hero p{font-size:17px}
  .trust,.grid,.steps,.roles,.usecases{grid-template-columns:1fr}
  section{padding:64px 0}
}

/* AR header + phone fix */
[dir="rtl"] header{
  display:block !important;
}
[dir="rtl"] nav{
  min-height:108px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
}
[dir="rtl"] .brand{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  flex:0 0 auto !important;
}
[dir="rtl"] .links{
  display:flex !important;
  align-items:center !important;
  gap:20px !important;
  flex-wrap:wrap !important;
}
[dir="rtl"] .phone-ltr,
[dir="rtl"] a[href^="tel:"]{
  direction:ltr !important;
  unicode-bidi:embed !important;
  display:inline-block !important;
  text-align:left !important;
}

/* =========================================================
   ARABIC SAFARI HEADER FIX
   ========================================================= */

html[dir="rtl"] header {
  position: relative !important;
  top: auto !important;
  width: 100% !important;
  min-height: 108px !important;

  display: block !important;

  background: #ffffff !important;

  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

  visibility: visible !important;
  opacity: 1 !important;

  overflow: visible !important;
  transform: none !important;

  z-index: 1000 !important;
}

html[dir="rtl"] header nav.wrap {
  direction: ltr !important;

  width: calc(100% - 40px) !important;
  max-width: 1180px !important;
  height: 108px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html[dir="rtl"] header .brand {
  order: 1 !important;

  width: 190px !important;
  height: 100px !important;

  display: block !important;
  flex: 0 0 190px !important;

  visibility: visible !important;
  opacity: 1 !important;

  overflow: hidden !important;
  position: relative !important;
  transform: none !important;
}

html[dir="rtl"] header .brand img {
  width: 100% !important;
  height: 100% !important;

  display: block !important;

  object-fit: cover !important;
  object-position: center !important;

  visibility: visible !important;
  opacity: 1 !important;
}

html[dir="rtl"] header .links {
  order: 2 !important;

  direction: rtl !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  gap: 20px !important;

  visibility: visible !important;
  opacity: 1 !important;

  overflow: visible !important;
  position: relative !important;
  transform: none !important;
}

html[dir="rtl"] header .links > a,
html[dir="rtl"] header .langs {
  visibility: visible !important;
  opacity: 1 !important;
}

html[dir="rtl"] .phone-ltr,
html[dir="rtl"] a[href^="tel:"] {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  white-space: nowrap !important;
  display: inline-block !important;
}

/* Arabic mobile */
@media (max-width: 700px) {

  html[dir="rtl"] header {
    min-height: 88px !important;
  }

  html[dir="rtl"] header nav.wrap {
    width: calc(100% - 24px) !important;
    height: 88px !important;
  }

  html[dir="rtl"] header .brand {
    width: 145px !important;
    height: 82px !important;
    flex-basis: 145px !important;
  }

  html[dir="rtl"] header .links {
    gap: 6px !important;
  }
}

/* IMAGE + RTL HERO FIX V3 */

.product-shot{
  background:#f6f7f3 !important;
}

.product-shot img{
  width:100% !important;
  height:auto !important;
  max-height:860px !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
}

html[dir="rtl"] .hero{
  min-height:700px !important;
}

html[dir="rtl"] .hero:before{
  background-position:18% center !important;
  background-size:auto 100% !important;
}

html[dir="rtl"] .hero:after{
  background:linear-gradient(270deg,rgba(248,247,243,.99) 0%,rgba(248,247,243,.97) 44%,rgba(248,247,243,.68) 62%,rgba(248,247,243,.10) 100%) !important;
}

html[dir="rtl"] .hero-content{
  max-width:560px !important;
  padding:82px 0 !important;
  margin-right:0 !important;
}

html[dir="rtl"] .hero-content h1{
  font-size:clamp(40px,4.6vw,66px) !important;
  line-height:1.08 !important;
  letter-spacing:-.03em !important;
  margin:18px 0 16px !important;
}

html[dir="rtl"] .hero-content p{
  max-width:540px !important;
  font-size:18px !important;
  line-height:1.72 !important;
}

html[dir="rtl"] .hero .actions{
  gap:10px !important;
}

@media(max-width:900px){
  html[dir="rtl"] .hero:before{
    background-position:12% center !important;
    background-size:auto 92% !important;
  }

  html[dir="rtl"] .hero-content{
    max-width:520px !important;
  }
}

@media(max-width:700px){
  .product-shot img{
    max-height:none !important;
  }

  html[dir="rtl"] .hero{
    min-height:760px !important;
  }

  html[dir="rtl"] .hero:before{
    background-position:center bottom !important;
    background-size:auto 52% !important;
  }

  html[dir="rtl"] .hero-content{
    max-width:none !important;
    padding:50px 0 310px !important;
  }

  html[dir="rtl"] .hero-content h1{
    font-size:40px !important;
    line-height:1.1 !important;
  }

  html[dir="rtl"] .hero-content p{
    font-size:17px !important;
  }
}

/* AR HERO VISIBILITY FIX V4 */
html[dir="rtl"] .hero:after{
  background:linear-gradient(
    270deg,
    rgba(248,247,243,.99) 0%,
    rgba(248,247,243,.94) 35%,
    rgba(248,247,243,.35) 60%,
    rgba(248,247,243,.02) 100%
  ) !important;
}

/* PRICING SECTION V5 */

.pricing-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}

.price-card{
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  display:flex;
  flex-direction:column;
  min-width:0;
}

.price-card.featured{
  border:2px solid rgba(13,98,79,.55);
  box-shadow:0 18px 45px rgba(13,98,79,.12);
}

.price-badge{
  position:absolute;
  top:16px;
  right:16px;
  padding:5px 10px;
  border-radius:999px;
  background:#e4f1ec;
  color:var(--green);
  font-size:11px;
  font-weight:900;
}

.price-card h3{
  margin:0 0 14px;
  padding-right:60px;
  font-size:22px;
}

.price{
  display:flex;
  align-items:baseline;
  gap:8px;
  min-height:58px;
  margin-bottom:16px;
  direction:ltr;
  unicode-bidi:isolate;
}

.price strong{
  font-size:38px;
  line-height:1;
  letter-spacing:-.04em;
  color:var(--green2);
}

.price span{
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}

.price-request{
  font-size:27px;
  font-weight:900;
  color:var(--green2);
}

.price-card > p{
  color:var(--muted);
  margin:0 0 18px;
  font-size:14px;
}

.price-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:9px;
}

.price-list li{
  position:relative;
  padding-left:22px;
  color:#435149;
  font-size:14px;
}

.price-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--green);
  font-weight:900;
}

.price-extra{
  margin-top:auto;
  padding-top:20px;
  color:var(--green2);
  font-size:13px;
  font-weight:850;
}

.commission-banner{
  margin-top:22px;
  display:flex;
  align-items:center;
  gap:18px;
  padding:22px 24px;
  border-radius:20px;
  background:#e7f2ed;
  border:1px solid #d1e6dc;
}

.commission-banner strong{
  flex:0 0 auto;
  font-size:18px;
  color:var(--green2);
}

.commission-banner span{
  color:#506159;
  font-size:14px;
}

.pricing-footnote{
  margin:12px 3px 0;
  color:#7a8580;
  font-size:12px;
}

html[dir="rtl"] .price-card h3{
  padding-right:0;
  padding-left:60px;
}

html[dir="rtl"] .price-badge{
  right:auto;
  left:16px;
}

html[dir="rtl"] .price-list li{
  padding-left:0;
  padding-right:22px;
}

html[dir="rtl"] .price-list li:before{
  left:auto;
  right:0;
}

html[dir="rtl"] .price{
  justify-content:flex-end;
}

@media(max-width:1050px){
  .pricing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .pricing-grid{
    grid-template-columns:1fr;
  }

  .commission-banner{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }
}
