:root{
  --navy:#06162f;
  --navy2:#0b1f3a;
  --gold:#f59e0b;
  --orange:#f97316;
  --ink:#0f172a;
  --muted:#64748b;
  --line:rgba(15,23,42,.12);
  --bg:#f8fafc;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif}
body.gim-saas-rtl{direction:rtl;text-align:right}
body.gim-saas-ltr{direction:ltr;text-align:left}
a{text-decoration:none;color:inherit}
.gim-shared-header{
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  color:white;
  border-bottom:1px solid rgba(245,158,11,.25);
  position:sticky;
  top:0;
  z-index:50;
  box-shadow:0 18px 60px rgba(6,22,47,.22);
}
.gim-shared-header-inner{
  max-width:1220px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:18px;
  padding:14px 22px;
}
.gim-shared-brand{display:flex;align-items:center;gap:12px;min-width:240px}
.gim-shared-brand img{width:48px;height:48px;object-fit:contain;border-radius:14px;background:white;padding:4px}
.gim-shared-brand-name{display:block;font-weight:950;letter-spacing:.01em}
.gim-shared-brand-slogan{display:block;color:rgba(255,255,255,.72);font-size:12px;font-weight:800}
.gim-shared-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-left:auto}
.gim-shared-nav a,.gim-login-button{
  color:rgba(255,255,255,.88);
  font-size:13px;
  font-weight:900;
  padding:10px 12px;
  border-radius:999px;
  line-height:1;
  background:transparent;
  border:0;
}
.gim-shared-nav a:hover{background:rgba(255,255,255,.10)}
.gim-shared-nav a.gim-shared-cta{
  background:linear-gradient(135deg,var(--orange),var(--gold));
  color:#111827;
  box-shadow:0 18px 42px rgba(249,115,22,.28);
}
.gim-market-bar{
  background:#071426;
  color:white;
  border-top:1px solid rgba(255,255,255,.08);
}
.gim-market-inner{
  max-width:1220px;
  margin:0 auto;
  padding:10px 22px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
.gim-market-inner strong{font-size:13px;color:rgba(255,255,255,.78)}
.gim-market-inner select{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:white;
  border-radius:999px;
  padding:9px 12px;
  font-weight:900;
}
.gim-market-inner option{color:#111827}
.gim-saas-hero{
  background:
    radial-gradient(circle at 18% 20%, rgba(245,158,11,.22), transparent 26%),
    radial-gradient(circle at 82% 10%, rgba(249,115,22,.20), transparent 28%),
    linear-gradient(135deg,#06162f 0%,#0b1f3a 54%,#071426 100%);
  color:white;
}
.gim-saas-hero-inner{
  max-width:1220px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
  gap:34px;
  padding:76px 22px 54px;
  align-items:center;
}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(245,158,11,.12);
  border:1px solid rgba(245,158,11,.38);
  color:#fbbf24;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
}
.gim-saas-hero h1{
  font-size:clamp(42px,7vw,82px);
  line-height:.92;
  letter-spacing:-.055em;
  margin:18px 0;
  max-width:900px;
}
.gim-saas-hero p{
  color:rgba(255,255,255,.80);
  font-size:18px;
  line-height:1.72;
  max-width:800px;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:14px 20px;
  font-weight:950;
  border:1px solid rgba(255,255,255,.16);
}
.btn.primary{background:linear-gradient(135deg,var(--orange),var(--gold));color:#111827;box-shadow:0 22px 54px rgba(249,115,22,.28)}
.btn.light{background:rgba(255,255,255,.10);color:white}
.hero-card{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);
  border-radius:34px;
  padding:28px;
  box-shadow:0 30px 90px rgba(0,0,0,.30);
  backdrop-filter:blur(12px);
}
.hero-card img{
  width:100%;
  display:block;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.15);
  background:#fff;
}
.metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:16px;
}
.metric{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:14px;
}
.metric strong{display:block;font-size:22px;color:#fbbf24}
.metric span{display:block;font-size:12px;color:rgba(255,255,255,.72);font-weight:800}
.section{
  max-width:1220px;
  margin:0 auto;
  padding:58px 22px;
}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}
.section h2{font-size:clamp(32px,4vw,54px);letter-spacing:-.035em;margin:0;color:#071426}
.section p.lead{font-size:18px;line-height:1.7;color:var(--muted);max-width:760px}
.premium-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.card{
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  padding:26px;
  box-shadow:0 18px 55px rgba(15,23,42,.08);
}
.card.dark{
  background:linear-gradient(135deg,#071426,#0b1f3a);
  color:white;
  border-color:rgba(245,158,11,.25);
}
.card h3{font-size:24px;margin:0 0 12px}
.card p{color:var(--muted);line-height:1.65}
.card.dark p{color:rgba(255,255,255,.72)}
.badge{
  display:inline-flex;
  border-radius:999px;
  padding:8px 12px;
  background:rgba(245,158,11,.12);
  color:#b45309;
  font-weight:950;
  font-size:12px;
  text-transform:uppercase;
}
.gim-live-pricing{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.price-card{
  background:white;
  border:1px solid rgba(15,23,42,.12);
  border-radius:30px;
  padding:28px;
  box-shadow:0 22px 70px rgba(15,23,42,.10);
  position:relative;
  overflow:hidden;
}
.price-card.featured{
  background:linear-gradient(135deg,#071426,#0b1f3a);
  color:white;
  border-color:rgba(245,158,11,.42);
  transform:translateY(-8px);
}
.price-card.featured p,.price-card.featured li{color:rgba(255,255,255,.76)}
.price-card h3{font-size:26px;margin:10px 0}
.price{
  font-size:38px;
  font-weight:1000;
  letter-spacing:-.04em;
  margin:12px 0 4px;
}
.price small{display:block;font-size:14px;font-weight:850;color:var(--muted);letter-spacing:0}
.price-card.featured .price small{color:rgba(255,255,255,.68)}
.commission{font-weight:950;color:#b45309}
.price-card.featured .commission{color:#fbbf24}
.price-card ul{padding-left:18px;color:var(--muted);line-height:1.85}
body.gim-saas-rtl .price-card ul{padding-left:0;padding-right:18px}
.flow{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.step{
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:20px;
}
.step span{
  width:36px;height:36px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--orange),var(--gold));
  font-weight:1000;
}
.footer{
  background:#071426;
  color:rgba(255,255,255,.76);
  padding:34px 22px;
  margin-top:30px;
}
.footer-inner{
  max-width:1220px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.footer strong{color:white}
@media(max-width:980px){
  .gim-saas-hero-inner,.premium-grid,.gim-live-pricing,.flow{grid-template-columns:1fr}
  .gim-shared-header-inner{align-items:flex-start;flex-direction:column}
  .gim-shared-nav{margin-left:0}
  .price-card.featured{transform:none}
}
