@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap");:root{--bg:#07100d;--surface:#0c1713;--surface2:#101d18;--text:#f4f7f5;--muted:#9aa8a2;--line:rgba(255,255,255,.09);--emerald:#22c995;--gold:#d9b65d;--red:#ef4b3f;--shadow:0 30px 100px rgba(0,0,0,.32)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#07100d;font-family:Vazirmatn,Arial,sans-serif}.site{min-height:100vh;background:radial-gradient(circle at 82% 4%,rgba(34,201,149,.12),transparent 28%),radial-gradient(circle at 15% 34%,rgba(217,182,93,.06),transparent 24%),var(--bg);color:var(--text);transition:.25s}.site.light{--bg:#f4f7f5;--surface:#fff;--surface2:#eef3f0;--text:#101713;--muted:#65736d;--line:rgba(12,25,19,.1);background:radial-gradient(circle at 82% 4%,rgba(34,201,149,.11),transparent 28%),var(--bg)}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.nav{height:78px;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--bg) 72%,transparent);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-bottom:1px solid var(--line)}.brand,.nav{display:flex;align-items:center}.brand{border:0;background:none;color:inherit;gap:10px;font:800 15px inherit;cursor:pointer}.brandMark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,var(--emerald),#0b6f55);color:white;box-shadow:0 8px 28px rgba(34,201,149,.2)}.desktopNav{display:flex;gap:8px}.desktopNav button,.mobileNav button{border:0;background:none;color:var(--muted);padding:9px 12px;font:500 13px inherit;cursor:pointer}.desktopNav button:hover,.mobileNav button:hover{color:var(--text)}.navActions{display:flex;align-items:center;gap:8px}.iconBtn,.lang,.menuBtn{height:38px;min-width:38px;border:1px solid var(--line);background:var(--surface);color:inherit;border-radius:12px;display:grid;place-items:center;cursor:pointer}.lang{font:700 11px inherit}.menuBtn{display:none}.mobileNav{position:absolute;top:68px;right:0;left:0;background:var(--surface);border:1px solid var(--line);padding:10px;border-radius:18px;display:flex;flex-direction:column}.hero{min-height:690px;display:grid;grid-template-columns:1fr 1.06fr;grid-gap:70px;gap:70px;align-items:center;padding:75px 0}.heroCopy{position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.08em;margin-bottom:20px}.hero h1{font-size:clamp(44px,5.2vw,72px);line-height:1.05;letter-spacing:-.055em;margin:0 0 22px;max-width:650px}.hero p,.sectionHead p{font-size:16px;line-height:1.95;color:var(--muted);max-width:620px;margin:0}.heroBtns{display:flex;gap:10px;margin-top:30px}.btn{height:48px;padding:0 19px;border-radius:14px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;gap:10px;font:700 13px inherit;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px)}.primary{background:var(--red);color:#fff;border-color:transparent;box-shadow:0 15px 35px rgba(239,75,63,.18)}.ghost{background:var(--surface);color:inherit}.statGrid{display:grid;grid-template-columns:repeat(4,1fr);max-width:600px;margin-top:50px;border-top:1px solid var(--line);padding-top:20px;grid-gap:12px;gap:12px}.stat{display:flex;flex-direction:column;gap:2px}.stat strong{font-size:21px}.stat span{font-size:10px;color:var(--muted)}.browser,.heroVisual{position:relative}.browser{border:1px solid var(--line);background:rgba(255,255,255,.045);padding:8px;border-radius:24px;box-shadow:var(--shadow);transform:rotate(1.2deg)}.browserBar{height:34px;display:flex;align-items:center;gap:5px;padding:0 9px}.browserBar span{width:7px;height:7px;border-radius:50%;background:var(--muted);opacity:.5}.browserBar small{margin-inline:auto;color:var(--muted);font-size:8px}.browser img{width:100%;height:auto;display:block;border-radius:16px}.glow{position:absolute;filter:blur(60px);border-radius:50%;opacity:.45}.glow.one{width:220px;height:220px;background:var(--emerald);top:-80px;right:-30px}.glow.two{width:180px;height:180px;background:var(--gold);bottom:-80px;left:-30px}.trust{display:flex;justify-content:space-between;gap:20px;color:var(--muted);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;font-weight:700;font-size:13px}.section{padding:110px 0}.sectionHead{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px}.sectionHead.center{justify-content:center;text-align:center}.sectionHead.center p{margin:auto}.section h2{font-size:clamp(32px,4vw,54px);letter-spacing:-.045em;margin:0 0 12px}.sliderBtns{display:flex;gap:8px;direction:ltr}.sliderBtns button{width:44px;height:44px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:inherit;display:grid;place-items:center;cursor:pointer}.opsVisual,.showcaseFrame{border:1px solid var(--line);background:var(--surface);border-radius:24px;padding:10px;box-shadow:var(--shadow);overflow:hidden}.opsVisual img,.showcaseImage img{display:block;width:100%;height:auto;border-radius:17px}.caption{display:flex;align-items:center;justify-content:space-between;padding:15px 8px 5px}.caption div:first-child{display:flex;gap:12px;align-items:center}.caption b{font-size:13px}.caption span{color:var(--muted);font-size:10px}.dots{display:flex;gap:5px;direction:ltr}.dots button{width:7px;height:7px;border-radius:50%;border:0;background:var(--muted);opacity:.35;padding:0;cursor:pointer}.dots button.active{width:22px;border-radius:8px;opacity:1;background:var(--emerald)}.opsGrid{display:grid;grid-template-columns:1.7fr .8fr;grid-gap:18px;gap:18px;align-items:start}.opsVisual{position:relative}.opsLabel{position:absolute;left:28px;right:28px;bottom:27px;display:flex;justify-content:space-between;align-items:center;background:rgba(5,12,9,.72);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:12px 15px;border-radius:14px;color:white}.opsLabel span{font-weight:800}.opsLabel small{opacity:.7}.moduleGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.module{min-height:76px;border:1px solid var(--line);border-radius:15px;background:var(--surface);color:inherit;padding:13px;text-align:right;display:flex;justify-content:space-between;align-items:end;flex-direction:column;cursor:pointer}.module span{font:700 12px inherit}.module svg{opacity:.5}.module.active{border-color:rgba(34,201,149,.45);box-shadow:inset 0 0 0 1px rgba(34,201,149,.12)}.architecture{display:grid;grid-template-columns:1fr 70px 1fr 70px 1fr 70px 1fr;align-items:center;margin-top:50px}.archNode{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:25px 15px;display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.12)}.archNode svg{color:var(--emerald)}.archNode b{font-size:15px}.archNode span{font-size:10px;color:var(--muted)}.archLine{height:1px;background:linear-gradient(90deg,transparent,var(--emerald),transparent);position:relative}.featureCards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:16px}.featureCards>div{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:22px;display:flex;flex-direction:column;gap:8px}.featureCards svg{color:var(--gold)}.featureCards b{font-size:15px}.featureCards span{font-size:12px;color:var(--muted);line-height:1.7}.priceGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px;max-width:820px;margin:45px auto 0}.priceCard{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.priceCard.featured{border-color:rgba(34,201,149,.45)}.priceTop{display:flex;justify-content:space-between;align-items:center;font-weight:800}.pill{font-size:9px;padding:6px 8px;border-radius:99px;background:rgba(34,201,149,.12);color:var(--emerald)}.pill.muted{color:var(--muted);background:var(--surface2)}.priceCard>strong{display:block;font-size:45px;letter-spacing:-.04em;margin:25px 0 3px}.priceCard p,.priceCard>strong small{font-size:12px;color:var(--muted)}.priceCard p{min-height:40px;line-height:1.8}.priceCard ul{list-style:none;padding:10px 0 15px;margin:0;display:grid;grid-gap:9px;gap:9px}.priceCard li{font-size:12px;color:var(--muted)}.priceCard li:before{content:"✓";color:var(--emerald);-webkit-margin-end:8px;margin-inline-end:8px;font-weight:800}.footer{border-top:1px solid var(--line);padding:55px 0 70px;display:flex;justify-content:space-between;align-items:center;gap:30px}.footer>div:first-child{display:grid;grid-template-columns:auto 1fr;grid-column-gap:12px;column-gap:12px;align-items:center}.footer h3{margin:0;font-size:18px}.footer p{grid-column:2;margin:0;color:var(--muted);font-size:11px}.footerCta{display:flex;align-items:center;gap:15px;color:var(--muted);font-size:12px}@media(max-width:900px){.desktopNav{display:none}.menuBtn{display:grid}.hero{grid-template-columns:1fr;gap:35px;padding-top:50px}.hero h1{font-size:48px}.statGrid{margin-top:35px}.architecture,.opsGrid{grid-template-columns:1fr}.architecture{gap:12px}.archLine{width:1px;height:32px;margin:auto}.featureCards,.priceGrid{grid-template-columns:1fr}.section{padding:80px 0}.footer,.footerCta{flex-direction:column;align-items:flex-start}.trust{overflow:auto;justify-content:flex-start;white-space:nowrap}}@media(max-width:560px){.wrap{width:min(100% - 24px,1180px)}.nav{height:68px}.hero h1{font-size:40px}.hero p,.sectionHead p{font-size:14px}.heroBtns{flex-direction:column}.btn{width:100%}.statGrid{grid-template-columns:repeat(2,1fr)}.sectionHead{align-items:flex-start;flex-direction:column}.sliderBtns{align-self:flex-end}.moduleGrid{grid-template-columns:1fr 1fr}.priceCard>strong{font-size:39px}.browser{border-radius:18px}.browser img{border-radius:12px}}