@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap');

:root{
  --bg:#030b18;
  --panel:#111b2c;
  --panel-2:#18243a;
  --line:rgba(180,204,255,.16);
  --text:#f7f9ff;
  --muted:#aab4c9;
  --blue:#3f7cff;
  --violet:#7857ff;
  --cyan:#43d9e6;
  --green:#58e3a4;
  --max:1260px;
  --section-gutter:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:"Vazirmatn",Tahoma,Arial,sans-serif;
  background:
    radial-gradient(circle at 70% 14%,rgba(43,91,190,.18),transparent 32%),
    radial-gradient(circle at 5% 72%,rgba(70,91,190,.17),transparent 30%),
    linear-gradient(180deg,#020812 0%,#071226 55%,#09152b 100%);
}
a{text-decoration:none;color:inherit}
button{font:inherit}
.site-shell{
  width:min(100% - 28px,var(--max));
  margin:20px auto;
  border:1px solid rgba(188,205,255,.13);
  border-radius:20px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(5,12,25,.76),rgba(16,28,48,.84));
  box-shadow:0 30px 100px rgba(0,0,0,.35);
}
.header{
  height:86px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:0 28px;
  position:relative;
  z-index:10;
}
.header--top{justify-content:center;border-bottom:1px solid rgba(255,255,255,.06)}
.brand{display:flex;align-items:center;gap:9px;min-width:auto}
.brand-logo{height:42px;width:auto;display:block;object-fit:contain}
.brand-logo--footer{height:34px}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:31px;flex:1}
.desktop-nav a{font-size:13px;color:#e6ebf5;opacity:.9;padding:31px 0;position:relative}
.desktop-nav a.active:after{content:"";position:absolute;bottom:13px;left:0;right:0;height:1px;background:#fff}
.header-actions{display:flex;align-items:center;gap:9px}
.btn{border:0;border-radius:25px;padding:11px 23px;color:#fff;cursor:pointer}
.btn-ghost{background:transparent;border:1px solid rgba(200,215,255,.16)}
.btn-primary{background:linear-gradient(100deg,#3b7fff,#8a54ef);box-shadow:0 10px 30px rgba(89,84,255,.25)}
.icon-btn{width:39px;height:39px;border:1px solid var(--line);border-radius:50%;background:transparent;color:#fff}
.mobile-menu{display:none;background:none;border:0;padding:5px}
.mobile-menu span{display:block;width:22px;height:2px;background:#fff;margin:5px;border-radius:2px}

.hero{
  min-height:680px;
  position:relative;
  display:flex;flex-direction:column;align-items:center;
  overflow:hidden;isolation:isolate;
}
.hero-brand{
  position:absolute;top:24px;left:var(--section-gutter);
  z-index:5;display:block;
}
.hero-brand .brand-logo{height:44px}
.hero:after{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(180deg,rgba(4,10,22,.55) 0%,rgba(4,10,22,.2) 40%,rgba(4,10,22,.65) 100%);
}
.hero-copy{
  position:relative;z-index:3;width:100%;max-width:620px;
  padding:90px 28px 32px;text-align:center;
  display:flex;flex-direction:column;align-items:center;
  direction:rtl;transform:translate(-280px,100px);
}
.eyebrow{font-size:12px;color:#8794ae;margin-bottom:22px;direction:ltr;text-align:left}
.hero h1{font-size:40px;line-height:1.35;margin:0 0 20px;font-weight:800;letter-spacing:-1.5px;text-align:center}
.hero h1 span{
  background:linear-gradient(90deg,#3e9eff,#b05cff 70%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-copy>p{font-size:15px;line-height:2;color:#b9c3d6;max-width:430px;margin:0 0 28px}
.hero-actions{display:flex;align-items:center;justify-content:center;gap:13px}
.btn-large{padding:13px 22px;min-width:unset;display:inline-flex;align-items:center;justify-content:center;gap:14px}
.hero-art{position:absolute;inset:0;z-index:1}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center center}
.desktop-art{display:block}
.mobile-art{display:none}

.ecosystem{
  position:relative;
  padding:28px 42px 48px;
  background:linear-gradient(180deg,rgba(30,40,60,.78),rgba(18,29,48,.72));
  border-top:1px solid rgba(255,255,255,.05);
}
.section-heading{text-align:center}
.section-heading h2{font-size:28px;margin:0 0 4px}
.section-heading p{margin:0;color:#98a4ba;font-size:13px}
.filters-wrap{position:relative}
.filters{
  display:flex;justify-content:center;gap:8px;margin:20px auto 18px;
}
.filters-scroll-hint{display:none}
.filter{border:0;color:#aeb8cc;background:rgba(42,52,74,.42);padding:10px 20px;border-radius:22px;cursor:pointer;font-size:12px}
.filter.active{color:#79a4ff;border:1px solid rgba(74,110,255,.55);background:rgba(54,74,130,.3)}
.products{
  display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:1110px;margin:auto;
}
.product-card{
  min-height:260px;padding:22px 18px 16px;border:1px solid var(--line);border-radius:17px;
  background:linear-gradient(145deg,rgba(49,62,85,.75),rgba(25,35,53,.76));
  display:flex;flex-direction:column;justify-content:space-between;
  transition:.25s transform,.25s border-color;
  text-decoration:none;color:inherit;
}
a.product-card{cursor:pointer}
.product-card--soon{cursor:default}
.product-card:hover{transform:translateY(-4px);border-color:rgba(111,148,255,.5)}
.product-card--soon:hover{transform:none;border-color:var(--line)}
.product-card__body{
  display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;
}
.product-logo{
  width:76px;height:76px;border-radius:50%;flex:none;
  margin-bottom:14px;overflow:hidden;background:transparent;
}
.product-logo img{width:100%;height:100%;object-fit:cover;display:block}
.product-card h3{
  font-size:18px;font-weight:700;margin:0 0 8px;direction:ltr;
  color:#f4f7fc;letter-spacing:-.2px;
}
.product-card p{
  font-size:12px;line-height:1.85;color:#b3bed0;margin:0;
  max-width:240px;min-height:44px;
}
.product-link,
.product-link--soon{
  width:100%;margin-top:14px;padding-top:12px;
  border-top:1px solid rgba(255,255,255,.08);
  font-size:12px;color:#d7deeb;
  display:flex;justify-content:space-between;align-items:center;
}
a.product-card:hover .product-link{color:#fff}
.product-link span{font-size:20px;line-height:1;opacity:.85}
.product-link--soon{justify-content:center;color:#8a96ab;cursor:default}

.security-banner{
  position:relative;min-height:160px;
  margin:0 var(--section-gutter) 12px;
  border:1px solid rgba(177,202,255,.2);
  border-radius:20px;overflow:hidden;
  display:flex;align-items:center;justify-content:flex-end;padding:22px 24px;
  background:#09162c url('assets/2.webp?v=10') right center/cover no-repeat;
}
.security-banner::before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,rgba(9,22,44,.5) 0%,rgba(9,22,44,.2) 50%,rgba(9,22,44,.05) 100%);
}
.security-art{display:none}
.stats{
  position:relative;z-index:2;display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));width:68%;direction:ltr;
}
.stats div{
  min-width:0;text-align:center;padding:0 12px;
  border-right:1px solid rgba(200,215,255,.11);
}
.stats div:first-child{padding-left:0}
.stats div:last-child{border:0;padding-right:0}
.stats strong{
  display:block;font-size:22px;font-weight:500;line-height:1.2;
  overflow-wrap:break-word;word-break:break-word;
}
.stats strong.stats-hours{
  font-size:12px;line-height:1.45;direction:rtl;text-align:center;
  unicode-bidi:isolate;white-space:normal;
}
.stats span{
  display:block;color:#a8b4ca;font-size:8px;line-height:1.55;margin-top:6px;
  direction:rtl;text-align:center;overflow-wrap:break-word;word-break:break-word;
}
.security-copy{position:absolute;left:36px;right:auto;top:18px;z-index:2}
.security-copy h3{font-size:11px;color:#b9c4d8}

.partners{
  margin:0 var(--section-gutter) 22px;padding:27px 24px 23px;border-radius:20px;
  border:1px solid rgba(177,202,255,.16);
  background:linear-gradient(145deg,rgba(32,45,67,.75),rgba(21,32,49,.72));
}
.partners .section-heading h2{line-height:1.45}
.partner-list{display:grid;grid-template-columns:repeat(7,1fr);margin:22px 0 19px;gap:0}
.partner-item{
  display:flex;align-items:center;justify-content:center;
  text-align:center;padding:14px 10px;
  border-inline-start:1px solid rgba(190,207,241,.1);
  color:#d2dced;font-size:12px;font-weight:600;line-height:1.65;
  text-decoration:none;transition:color .2s;
  min-height:52px;
}
.partner-item:first-child{border-inline-start:0}
.partner-item:hover{color:#fff}
.partner-enamad{text-align:center;padding:0 9px;border-inline-start:1px solid rgba(190,207,241,.1)}
.enamad-top{display:block;width:80px;height:80px;margin:0 auto 10px}
.enamad-top img{width:100%;height:100%;object-fit:contain;display:block;border-radius:6px}
.more-link{display:flex;justify-content:center;align-items:center;gap:24px;width:200px;margin:auto;padding:10px;border:1px solid rgba(190,208,250,.12);border-radius:24px;font-size:10px;color:#dfe6f2}
.more-link span{font-size:18px}

.footer{
  position:relative;display:flex;align-items:center;justify-content:space-between;
  gap:16px;padding:22px 35px;color:#8793a8;font-size:10px;
  border-top:1px solid rgba(255,255,255,.06);direction:ltr;
}
.footer-copy{
  position:absolute;left:50%;transform:translateX(-50%);
  text-align:center;white-space:nowrap;
}
.footer-enamad{display:block;width:56px;height:56px;flex-shrink:0}
.footer-enamad img{width:100%;height:100%;object-fit:contain;display:block;border-radius:6px}
.footer-about-link{font-size:11px;color:#b9c4d8;transition:color .2s;direction:rtl;margin-left:auto}
.footer-about-link:hover{color:#fff}

.mobile-bottom-nav{display:none}

@media (max-width: 900px){
  :root{--section-gutter:18px}
  .site-shell{width:100%;margin:0;border:0;border-radius:0}
  .header{display:none}
  .hero-brand{top:14px;left:var(--section-gutter)}
  .hero-brand .brand-logo{height:34px}
  .hero{
    min-height:auto;max-height:none;
    display:flex;flex-direction:column;
    justify-content:flex-start;overflow:visible;
  }
  .hero-copy{
    width:100%;max-width:100%;margin:0;
    padding:68px 20px 0;text-align:center;
    display:flex;flex-direction:column;align-items:center;
    transform:none;flex-shrink:0;
  }
  .hero h1{
    font-size:28px;line-height:1.45;text-align:center;letter-spacing:-.6px;
    width:100%;max-width:340px;margin:0 auto 14px;
  }
  .hero-actions{
    width:100%;display:flex;flex-direction:column;
    align-items:center;justify-content:center;gap:10px;
    margin-bottom:0;
  }
  .hero-actions .btn-large{
    width:auto;max-width:300px;min-width:unset;height:auto;
    padding:12px 20px;white-space:normal;line-height:1.5;
    justify-content:center;text-align:center;margin:0 auto;
  }
  .desktop-art{display:none}
  .hero:after{display:none}
  .mobile-art{
    position:relative;inset:auto;z-index:1;
    display:block;width:100%;height:auto;
    padding:0;margin:0;flex-shrink:0;line-height:0;
  }
  .mobile-art::before{display:none}
  .mobile-art img{
    display:block;width:100%;height:auto;
    object-fit:contain;object-position:center bottom;
    margin:0;-webkit-mask-image:none;mask-image:none;
  }
  .ecosystem{padding:0 20px 15px;border-top:0;margin-top:0}
  .ecosystem .section-heading{padding-top:20px}
  .ecosystem .section-heading h2{font-size:24px}
  .filters-wrap{margin:20px 0 18px}
  .filters{
    margin:0;overflow:auto;justify-content:flex-start;direction:rtl;
    padding-bottom:2px;scrollbar-width:none;-ms-overflow-style:none;
  }
  .filters::-webkit-scrollbar{display:none}
  .filters-scroll-hint{
    display:flex;position:absolute;left:0;top:0;bottom:0;z-index:2;
    width:64px;align-items:center;justify-content:center;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(22,32,50,.98) 0%,rgba(22,32,50,.72) 55%,transparent 100%);
  }
  .filters-scroll-hint span{
    display:block;color:#8eb8ff;font-size:48px;font-weight:700;
    line-height:1;margin-left:2px;
    animation:filters-hint-nudge 1.5s ease-in-out infinite;
  }
  @keyframes filters-hint-nudge{
    0%,100%{transform:scaleX(-1) translateX(0);opacity:.8}
    50%{transform:scaleX(-1) translateX(-6px);opacity:1}
  }
  .filter{white-space:nowrap;font-size:12px;padding:10px 18px}
  .products{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
  .product-card{min-height:240px;padding:20px 14px 14px}
  .product-logo{width:68px;height:68px;margin-bottom:12px}
  .product-card h3{font-size:16px;margin-bottom:6px}
  .product-card p{font-size:11px;line-height:1.8;min-height:40px}
  .product-link,.product-link--soon{margin-top:12px;padding-top:10px;font-size:11px}
  .product-link span{font-size:18px}
  .security-banner{
    margin:0 var(--section-gutter) 12px;min-height:150px;padding:18px 14px;
    background-size:cover;background-position:right center;
  }
  .stats{width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
  .stats div{padding:0 6px}
  .stats strong{font-size:15px;text-align:center}
  .stats strong.stats-hours{font-size:9px;line-height:1.4;text-align:center}
  .stats span{font-size:7px;line-height:1.45}
  .security-copy{display:none}
  .security-art{opacity:1}
  .partners{margin:0 var(--section-gutter) 40px;padding:24px 16px}
  .partners .section-heading h2{
    font-size:clamp(10px,3.2vw,17px);line-height:1.4;text-align:center;
    margin:0 auto;max-width:none;white-space:nowrap;
  }
  .partner-list{
    grid-template-columns:repeat(2,1fr);
    gap:0;margin:18px 0 0;
  }
  .partner-list div,
  .partner-enamad{border:0;padding:10px 8px}
  .partner-item{
    padding:12px 8px;
    font-size:12px;font-weight:600;line-height:1.7;min-height:48px;
    border-inline-start:0;border-top:0;
  }
  .partner-item:not(.partner-item--featured):nth-child(even){border-inline-start:0}
  .partner-item:not(.partner-item--featured):nth-child(odd):not(:first-child){
    border-inline-start:1px solid rgba(190,207,241,.1);
  }
  .partner-item:not(.partner-item--featured):nth-child(n+4){
    border-top:1px solid rgba(190,207,241,.1);
  }
  .partner-item--featured{
    order:10;grid-column:1 / -1;
    text-align:center;justify-content:center;
    border-inline-start:0;
    border-top:1px solid rgba(190,207,241,.1);
    padding:14px 12px;min-height:52px;
  }
  .enamad-top{width:56px;height:56px;margin-bottom:8px}
  .partner-enamad{grid-column:1 / -1;max-width:140px;margin:4px auto 0}
  .more-link{width:190px}
  .footer{display:flex;padding:18px 20px}
  .footer-enamad{width:48px;height:48px}
  .footer-copy{font-size:9px}
  .mobile-bottom-nav{
    display:flex;position:fixed;z-index:50;bottom:0;left:0;right:0;height:67px;
    background:rgba(8,16,31,.96);backdrop-filter:blur(18px);border-top:1px solid rgba(175,200,255,.12);
    justify-content:space-around;padding-bottom:3px;
  }
  .mobile-bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#7f8aa0;font-size:8px}
  .mobile-bottom-nav a span{font-size:20px}
  .mobile-bottom-nav a.active{color:#6da2ff}
}

@media (max-width:430px){
  :root{--section-gutter:12px}
  .hero{min-height:auto}
  .hero-brand{top:10px}
  .hero-brand .brand-logo{height:30px}
  .hero-copy{padding:60px 16px 0;transform:none}
  .hero h1{font-size:24px;max-width:300px;margin-bottom:12px}
  .hero-actions .btn-large{padding:11px 16px;font-size:12px;max-width:280px}
  .ecosystem{padding-left:15px;padding-right:15px;padding-top:0}
  .ecosystem .section-heading{padding-top:18px}
  .section-heading h2{font-size:22px}
  .product-card{min-height:230px}
  .product-logo{width:64px;height:64px}
  .product-card h3{font-size:15px}
  .product-card p{font-size:10.5px}
  .security-banner{padding:16px 10px}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 8px}
  .stats div{padding:0 4px;border:0}
  .stats strong{font-size:14px}
  .stats strong.stats-hours{font-size:8px}
  .stats span{font-size:6.5px}
  .partners{padding:20px 12px}
  .partners .section-heading h2{font-size:clamp(9.5px,2.9vw,15px)}
  .partner-item{font-size:11px;line-height:1.7;min-height:44px;padding:10px 6px}
  .partner-item--featured{padding:12px 10px;font-size:11px}
  .enamad-top{width:50px;height:50px}
}

/* About page */
.page-header{
  position:relative;min-height:72px;
  display:flex;align-items:center;justify-content:flex-start;
  padding:20px var(--section-gutter);border-bottom:1px solid rgba(255,255,255,.06);
}
.page-header .hero-brand{position:absolute;top:24px;left:var(--section-gutter);z-index:5}
.page-header__nav{display:flex;align-items:center;gap:24px}
.page-header__nav a{
  font-size:13px;color:#b9c4d8;opacity:.9;transition:color .2s;
}
.page-header__nav a:hover,.page-header__nav a.active{color:#fff}
.page-header__nav a.active{position:relative}
.page-header__nav a.active::after{
  content:"";position:absolute;bottom:-6px;left:0;right:0;height:1px;background:#fff;
}
.about-hero{
  padding:48px var(--section-gutter) 32px;text-align:center;
  border-bottom:1px solid rgba(255,255,255,.05);
  background:linear-gradient(180deg,rgba(30,40,60,.5),transparent);
}
.about-hero h1{
  margin:0 0 20px;font-size:36px;font-weight:800;letter-spacing:-1px;
  background:linear-gradient(90deg,#3e9eff,#b05cff 70%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.about-lead{
  margin:0 auto;max-width:780px;font-size:15px;line-height:2.1;color:#c5cfe0;
}
.about-content{padding:36px var(--section-gutter) 48px}
.about-card{
  max-width:860px;margin:0 auto;padding:36px 40px;
  border:1px solid var(--line);border-radius:20px;
  background:linear-gradient(145deg,rgba(49,62,85,.6),rgba(25,35,53,.65));
}
.about-card p{
  margin:0 0 22px;font-size:14px;line-height:2.15;color:#b9c3d6;text-align:justify;
}
.about-card p:last-child{margin-bottom:0}

@media (max-width:900px){
  .page-header{min-height:64px;padding:16px var(--section-gutter)}
  .page-header .hero-brand{top:16px}
  .page-header .hero-brand .brand-logo{height:34px}
  .page-header__nav{gap:18px}
  .page-header__nav a{font-size:12px}
  .about-hero{padding:36px var(--section-gutter) 28px}
  .about-hero h1{font-size:28px}
  .about-lead{font-size:13px;line-height:2}
  .about-content{padding:28px var(--section-gutter) 40px}
  .about-card{padding:24px 20px}
  .about-card p{font-size:13px;line-height:2}
}
@media (max-width:430px){
  .about-hero h1{font-size:24px}
  .about-card{padding:20px 16px}
  .about-card p{font-size:12px}
}
