.header{z-index:999;-webkit-backdrop-filter:blur(14px);background:linear-gradient(#020617bf,#02061740);border-bottom:1px solid #ffffff08;width:100%;padding:24px 0}.nav{justify-content:space-between;align-items:center;display:flex}.logo{cursor:pointer;align-items:center;gap:14px;display:flex}.logo-mark img{object-fit:contain;width:100px;margin:-30px -30px -30px 0}.logo-text{color:#fff;letter-spacing:.3px;font-size:24px;font-weight:600}.nav-links{align-items:center;gap:44px;list-style:none;display:flex}.nav-links a{color:#d4d4d8;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.nav-links a:hover{color:#fff;background:#ffffff18;box-shadow:0 0 80px #fff}.nav-links a.active{color:#3b82f6}.nav-links a.active:after{content:"";background:linear-gradient(135deg,#7c3aed,#3b82f6);border-radius:999px;width:50px;height:3px;position:absolute;bottom:-14px;left:50%;transform:translate(-50%);box-shadow:0 0 18px #7c3aedcc}.header-actions{align-items:center;display:flex}.talk-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#7c3aed,#3b82f6);border:none;border-radius:18px;height:58px;padding:0 34px;font-size:15px;font-weight:600;transition:all .35s;box-shadow:0 10px 35px #7c3aed59}.talk-btn:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 18px 45px #7c3aed80}@media (width<=1100px){.nav-links{gap:28px}.logo-text{font-size:20px}}@media (width<=860px){.nav-links{display:none}.talk-btn{height:52px;padding:0 24px}}.hero{padding:40px 0 80px;position:relative;overflow:hidden}.hero-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.hero-left{z-index:2;position:relative}.available-badge{color:#d4d4d8;-webkit-backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:999px;align-items:center;gap:10px;width:max-content;padding:12px 18px;font-size:14px;display:flex}.badge-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 14px #22c55e}.hero-left h1{color:#fff;flex-direction:column;gap:8px;margin:28px 0 24px;font-size:76px;font-weight:800;line-height:1.05;display:flex}.hero-left h1 span{background:linear-gradient(90deg,#7c3aed,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-left p{color:#a1a1aa;max-width:580px;margin-bottom:36px;font-size:16px;line-height:2}.hero-buttons{align-items:center;gap:18px;margin-bottom:34px;display:flex}.hero-btn-primary,.hero-btn-secondary{border-radius:18px;justify-content:center;align-items:center;gap:12px;height:58px;padding:0 30px;font-size:15px;font-weight:600;text-decoration:none;transition:all .35s;display:flex}.hero-btn-primary{color:#fff;background:linear-gradient(135deg,#7c3aed,#3b82f6);position:relative;overflow:hidden;box-shadow:0 15px 35px #7c3aed40}.hero-btn-primary:before{content:"";opacity:0;background:radial-gradient(#ffffff59,#0000 70%);width:240px;height:240px;transition:all .4s;position:absolute;top:-120px;left:-120px}.hero-btn-primary:hover:before{opacity:1}.hero-btn-primary:hover{transform:translateY(-4px);box-shadow:0 18px 45px #7c3aed66}.hero-btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14}.hero-btn-secondary:hover{background:#ffffff0d;border-color:#7c3aed66;transform:translateY(-4px)}.social-icons{align-items:center;gap:18px;display:flex}.social-icons a{color:#a1a1aa;background:#ffffff08;border:1px solid #ffffff0d;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;text-decoration:none;transition:all .35s;display:flex}.social-icons a:hover{color:#fff;background:#7c3aed;transform:translateY(-6px);box-shadow:0 16px 35px #7c3aed59}.hero-right{justify-content:center;display:flex}.hero-image-wrapper{justify-content:center;align-items:center;width:620px;height:620px;display:flex;position:relative}.hero-blur{filter:blur(120px);border-radius:50%;position:absolute}.hero-blur-1{background:#7c3aed38;width:260px;height:260px;top:70px;left:80px}.hero-blur-2{background:#3b82f629;width:220px;height:220px;bottom:70px;right:90px}.hero-image{z-index:2;border-radius:34px;width:460px;animation:5s ease-in-out infinite heroFloat;position:relative}@keyframes heroFloat{0%{transform:translateY(0)}50%{transform:translateY(-14px)}to{transform:translateY(0)}}.glow-ring{border:1px solid #7c3aed38;border-radius:50%;width:540px;height:540px;position:absolute;box-shadow:0 0 100px #7c3aed24}.tech-icon{z-index:5;-webkit-backdrop-filter:blur(10px);background:#111827e0;border:1px solid #ffffff0f;border-radius:24px;justify-content:center;align-items:center;width:74px;height:74px;font-size:34px;animation:4s ease-in-out infinite float;display:flex;position:absolute}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.react{color:#61dafb;top:90px;left:60px}.redux{color:#764abc;top:40px;right:120px}.js{color:#f7df1e;top:140px;right:30px}.css{color:#1572b6;bottom:170px;right:40px}.html{color:#e34f26;bottom:180px;left:40px}@media (width<=1100px){.hero-wrapper{text-align:center;grid-template-columns:1fr}.hero-left{flex-direction:column;align-items:center;display:flex}.hero-left p{margin-inline:auto}.hero-buttons,.social-icons{justify-content:center}.hero-left h1{font-size:58px}.hero-image-wrapper{width:100%;height:auto;min-height:620px}}@media (width<=768px){.hero{padding:80px 0 50px}.hero-left h1{font-size:42px}.hero-left p{font-size:15px}.hero-buttons{flex-direction:column;width:100%}.hero-btn-primary,.hero-btn-secondary{width:100%}.hero-image{width:320px}.glow-ring{width:360px;height:360px}.tech-icon{width:58px;height:58px;font-size:26px}.react{top:120px;left:10px}.redux{top:70px;right:30px}.js{top:180px;right:0}.css{bottom:140px;right:0}.html{bottom:140px;left:0}}.stats{padding:40px 0 120px;position:relative}.stats-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.stat-card{-webkit-backdrop-filter:blur(16px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:32px;padding:30px;transition:all .4s;position:relative;overflow:hidden}.stat-card:hover{border-color:#7c3aed40;transform:translateY(-10px);box-shadow:0 25px 60px #7c3aed1f}.stat-top{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.stat-icon{z-index:2;border-radius:24px;justify-content:center;align-items:center;width:74px;height:74px;font-size:30px;display:flex;position:relative}.stat-number{color:#fff;letter-spacing:1px;z-index:2;font-size:52px;font-weight:800;line-height:1;position:relative}.stat-content{z-index:2;direction:rtl;position:relative}.stat-content p{color:#a1a1aa;font-size:15px;font-weight:500;line-height:1.8}.stat-glow{filter:blur(70px);opacity:0;background:#7c3aed1f;border-radius:50%;width:180px;height:180px;transition:all .4s;position:absolute;top:-40px;right:-40px}.stat-card:hover .stat-glow{opacity:1}@media (width<=1100px){.stats-grid{grid-template-columns:1fr 1fr}}@media (width<=680px){.stats{padding:20px 0 90px}.stats-grid{grid-template-columns:1fr}.stat-card{padding:26px}.stat-number{font-size:42px}.stat-icon{width:64px;height:64px;font-size:26px}}.about{padding:120px 0;position:relative}.about-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:90px;display:grid}.section-title{color:#fff;letter-spacing:-1px;margin-bottom:28px;font-size:58px;font-weight:800;line-height:1.1}.section-text{color:#a1a1aa;max-width:580px;margin-bottom:42px;font-size:17px;line-height:2.1}.about-features{flex-direction:column;gap:22px;display:flex}.feature-item{color:#e4e4e7;align-items:center;gap:14px;font-size:16px;transition:all .3s;display:flex}.feature-item:hover{transform:translate(-6px)}.feature-item svg{color:#7c3aed;min-width:20px;font-size:20px}.about-image-wrapper{position:relative}.about-image{-webkit-backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:32px;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000059}.about-image img{border-radius:32px;width:100%;transition:transform .5s;display:block}.about-image:hover img{transform:scale(1.04)}.floating-card{-webkit-backdrop-filter:blur(18px);background:#0f172ab8;border:1px solid #ffffff14;border-radius:28px;align-items:center;gap:18px;padding:22px;transition:all .4s;display:flex;position:absolute;bottom:30px;left:-30px;box-shadow:0 20px 60px #0006}.floating-card:hover{border-color:#7c3aed59;transform:translateY(-8px)}.floating-icon{color:#7c3aed;background:#7c3aed24;border-radius:22px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;font-size:30px;display:flex}.floating-card h3{color:#fff;margin-bottom:14px;font-size:22px;font-weight:700}.floating-tags{flex-wrap:wrap;gap:12px;display:flex}.floating-tags span{color:#d4d4d8;background:#ffffff0a;border:1px solid #ffffff0d;border-radius:14px;align-items:center;gap:6px;padding:8px 14px;font-size:14px;display:flex}#F{color:#facc15;background:0 0;border:none;margin:0;padding:0}#B{color:#3b82f6;background:0 0;border:none;margin:0;padding:0}#S{color:#22c55e;background:0 0;border:none;margin:0;padding:0}.ltr{color:#fff;direction:ltr;unicode-bidi:embed;margin:0 6px;font-weight:600;display:inline-block}@media (width<=992px){.about{padding:90px 0}.about-wrapper{grid-template-columns:1fr;gap:60px}.section-title{font-size:46px}.floating-card{bottom:20px;left:20px;right:20px}}@media (width<=768px){.section-title{font-size:38px}.section-text{font-size:15px;line-height:2}.floating-card{flex-direction:column;align-items:flex-start}.floating-icon{width:60px;height:60px;font-size:26px}}.services{padding:120px 0;position:relative}.services-top{text-align:center;margin-bottom:70px}.services-desc{color:#a1a1aa;max-width:720px;margin:auto;font-size:17px;line-height:2}.services-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.service-card{-webkit-backdrop-filter:blur(14px);background:#0f172a8c;border:1px solid #ffffff0f;border-radius:30px;flex-direction:column;min-height:340px;padding:42px 34px;transition:all .4s;display:flex;position:relative;overflow:hidden}.service-card:hover{border-color:#7c3aed59;transform:translateY(-10px);box-shadow:0 20px 60px #7c3aed2e}.service-icon{border-radius:24px;justify-content:center;align-items:center;width:74px;height:74px;margin-bottom:34px;font-size:32px;display:flex;position:relative}.service-icon:before{content:"";filter:blur(24px);opacity:.35;border-radius:24px;position:absolute;inset:0}.service-icon svg{z-index:2;position:relative}.purple:before{background:#a855f7}.blue:before{background:#3b82f6}.green:before{background:#22c55e}.yellow{color:#facc15;background:#facc151a}.yellow:before{background:#facc15}.service-card h3{color:#fff;text-align:right;direction:rtl;margin-bottom:20px;font-size:28px;font-weight:700;line-height:1.5}.service-card p{color:#a1a1aa;text-align:right;direction:rtl;font-size:16px;line-height:2}.service-number{color:#ffffff0a;pointer-events:none;font-size:60px;font-weight:800;position:absolute;bottom:26px;left:30px}@media (width<=1200px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services{padding:90px 0}.services-grid{grid-template-columns:1fr}.section-title{font-size:40px}.services-desc{font-size:15px}.service-card{min-height:auto}}.projects{padding:120px 0;position:relative}.projects-top{margin-bottom:60px}.section-title-small{color:#7c3aed;letter-spacing:3px;margin-bottom:18px;font-size:14px;font-weight:700;display:block}.section-title{color:#fff;margin-bottom:18px;font-size:58px;font-weight:800;line-height:1.1}.projects-desc{color:#a1a1aa;max-width:720px;font-size:17px;line-height:2}.projects-grid{grid-template-columns:1fr;display:grid}.project-link-wrapper{text-decoration:none}.project-card{-webkit-backdrop-filter:blur(14px);background:#0f172a8c;border:1px solid #ffffff0f;border-radius:24px;max-width:820px;margin:auto;transition:all .4s;overflow:hidden}.project-card:hover{border-color:#7c3aed59;transform:translateY(-8px);box-shadow:0 20px 50px #7c3aed26}.project-image{height:280px;position:relative;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.project-card:hover img{transform:scale(1.05)}.project-overlay{background:linear-gradient(#02061726,#020617eb);align-items:flex-end;padding:24px;display:flex;position:absolute;inset:0}.project-overlay span{color:#fff;-webkit-backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:10px;padding:10px 16px;font-size:13px;display:flex}.project-content{padding:24px}.project-top-row{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.project-top-row h3{color:#fff;font-size:26px;font-weight:700}.project-top-row svg{color:#a855f7;font-size:18px}.project-description{color:#a1a1aa;text-align:right;direction:rtl;margin-bottom:24px;font-size:15px;line-height:2}.project-tags{flex-wrap:wrap;gap:12px;display:flex}.project-tags span{color:#e4e4e7;background:#ffffff0d;border:1px solid #ffffff0f;border-radius:12px;padding:8px 14px;font-size:13px;transition:all .3s}.project-tags span:hover{border-color:#7c3aed4d;transform:translateY(-3px)}@media (width<=992px){.project-image{height:240px}}@media (width<=768px){.projects{padding:90px 0}.section-title{font-size:40px}.projects-desc{font-size:15px}.project-image{height:200px}.project-content{padding:20px}.project-top-row h3{font-size:22px}.project-description{font-size:14px}}.footer{background:#050816;padding:140px 0 40px;position:relative;overflow:hidden}.footer-blur{filter:blur(120px);opacity:.22;pointer-events:none;border-radius:50%;position:absolute}.blur-1{background:#7c3aed;width:340px;height:340px;top:-120px;left:-120px}.blur-2{background:#2563eb;width:320px;height:320px;bottom:-120px;right:-100px}.footer-top-line{background:linear-gradient(90deg,#0000,#7c3aedb3,#2563ebb3,#0000);width:100%;height:1px;animation:6s linear infinite lineMove;position:absolute;top:0;left:0}@keyframes lineMove{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.footer-wrapper{z-index:2;position:relative}.footer-main{grid-template-columns:1.3fr .8fr 1fr;align-items:start;gap:70px;display:grid}.footer-subtitle{color:#8b5cf6;letter-spacing:3px;margin-bottom:18px;font-size:13px;font-weight:700;display:inline-block}.footer-logo{color:#fff;margin-bottom:24px;font-size:62px;font-weight:800;line-height:1}.footer-logo span{background:linear-gradient(135deg,#7c3aed,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.footer-text{color:#a1a1aa;max-width:520px;margin-bottom:34px;font-size:16px;line-height:2}.footer-socials{gap:16px;display:flex}.footer-socials a{color:#fff;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;font-size:20px;text-decoration:none;transition:all .35s;display:flex;position:relative;overflow:hidden}.footer-socials a:before{content:"";opacity:0;background:linear-gradient(135deg,#7c3aed4d,#2563eb4d);transition:all .35s;position:absolute;inset:0}.footer-socials a:hover:before{opacity:1}.footer-socials a:hover{border-color:#7c3aed4d;transform:translateY(-8px)rotate(6deg);box-shadow:0 15px 30px #7c3aed33}.footer-socials a svg{z-index:2;position:relative}.footer-links h3,.footer-contact h3{color:#fff;margin-bottom:30px;font-size:24px}.footer-links{flex-direction:column;gap:18px;display:flex}.footer-links a{color:#a1a1aa;width:fit-content;text-decoration:none;transition:all .3s;position:relative}.footer-links a:after{content:"";background:#8b5cf6;width:0%;height:1px;transition:all .3s;position:absolute;bottom:-4px;left:0}.footer-links a:hover{color:#fff;transform:translate(8px)}.footer-links a:hover:after{width:100%}.footer-contact{flex-direction:column;gap:18px;display:flex}.contact-box{background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;padding:18px 20px;transition:all .35s}.contact-box:hover{border-color:#7c3aed4d;transform:translateY(-5px);box-shadow:0 10px 25px #7c3aed1f}.contact-box span{color:#8b5cf6;margin-bottom:8px;font-size:13px;display:block}.contact-box p{color:#fff;font-size:15px}.scroll-top-btn{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);border-radius:18px;align-items:center;gap:12px;width:fit-content;height:56px;margin-top:14px;padding:0 24px;font-weight:600;text-decoration:none;transition:all .35s;display:flex}.scroll-top-btn:hover{transform:translateY(-6px);box-shadow:0 15px 35px #7c3aed40}.footer-bottom{text-align:center;margin-top:80px}.footer-line{background:linear-gradient(90deg,#0000,#ffffff1f,#0000);width:100%;height:1px;margin-bottom:28px}.footer-bottom p{color:#71717a;letter-spacing:1px;font-size:14px}@media (width<=1100px){.footer-main{grid-template-columns:1fr;gap:50px}}@media (width<=768px){.footer{padding:100px 0 30px}.footer-logo{font-size:42px}.footer-text{font-size:15px}.footer-socials{flex-wrap:wrap}.footer-socials a{width:50px;height:50px}}.scroll-to-top{color:#fff;cursor:pointer;z-index:1000;opacity:0;visibility:hidden;background:linear-gradient(90deg,#7c3aed,#3b82f6);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;transition:all .4s ease-in-out;display:flex;position:fixed;bottom:40px;right:40px;box-shadow:0 4px 15px #0000004d}.scroll-to-top.show{opacity:1;visibility:visible}.scroll-to-top:hover{transform:translateY(-5px);box-shadow:0 6px 20px #7c3aed80}.arrow-up{margin-top:6px}.contact{padding:140px 0;position:relative}.contact-top{text-align:center;max-width:760px;margin:0 auto 70px}.contact-desc{color:#a1a1aa;margin-top:22px;font-size:16px;line-height:2}.contact-wrapper{grid-template-columns:380px 1fr;gap:30px;display:grid}.contact-left{flex-direction:column;gap:20px;display:flex}.contact-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:30px;align-items:center;gap:18px;padding:24px;text-decoration:none;transition:all .35s;display:flex}.contact-card:hover{background:#ffffff0d;border-color:#7c3aed59;transform:translateY(-6px)}.contact-icon{border-radius:22px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;font-size:24px;display:flex}.contact-card span{color:#71717a;font-size:14px}.contact-card h3{color:#fff;margin-top:8px;font-size:17px;font-weight:600}.purple{color:#a855f7;background:#a855f71f}.blue{color:#3b82f6;background:#3b82f61f}.green{color:#22c55e;background:#22c55e1f}.contact-cta{background:linear-gradient(135deg,#7c3aed2e,#3b82f61f);border:1px solid #ffffff0f;border-radius:36px;padding:50px;position:relative;overflow:hidden}.cta-glow{filter:blur(120px);background:#7c3aed38;width:340px;height:340px;position:absolute;top:-120px;right:-80px}.cta-mini{color:#c4b5fd;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;margin-bottom:26px;padding:10px 18px;font-size:13px;display:inline-flex;position:relative}.contact-cta h3{color:#fff;max-width:620px;margin-bottom:26px;font-size:54px;line-height:1.15;position:relative}.contact-cta p{color:#d4d4d8;max-width:620px;margin-bottom:36px;font-size:16px;line-height:2;position:relative}.cta-btn{color:#fff;background:linear-gradient(90deg,#7c3aed,#3b82f6);border-radius:20px;align-items:center;gap:14px;width:max-content;height:64px;padding:0 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .35s;display:flex;position:relative}.cta-btn:hover{transform:translateY(-4px);box-shadow:0 20px 45px #7c3aed59}.social-links{gap:16px;margin-top:42px;display:flex}.social-links a{color:#fff;background:#ffffff0d;border:1px solid #ffffff0f;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;font-size:22px;text-decoration:none;transition:all .35s;display:flex}.social-links a:hover{background:var(--accent-gradient);transform:translateY(-8px)rotate(8deg);box-shadow:0 10px 20px #7c3aed4d}@media (width<=980px){.contact-wrapper{grid-template-columns:1fr}}@media (width<=768px){.contact{padding:100px 0}.contact-cta{padding:30px}.contact-cta h3{font-size:36px}.contact-card{padding:20px}}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/vazirmatn-arabic-400-normal-DMZFCm7K.woff2)format("woff2"),url(/assets/vazirmatn-arabic-400-normal-C4W5XURk.woff)format("woff");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/vazirmatn-latin-ext-400-normal-BdGhO0lm.woff2)format("woff2"),url(/assets/vazirmatn-latin-ext-400-normal-DPxMaNjI.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/vazirmatn-latin-400-normal-BT_DHTc7.woff2)format("woff2"),url(/assets/vazirmatn-latin-400-normal-GKyMcI03.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;backface-visibility:hidden;margin:0;padding:0}:root{--bg:#070b14;--card:#0b1120;--primary:#7c3aed;--primary2:#2563eb;--text:#fff;--muted:#94a3b8;--border:#ffffff0f}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);cursor:default;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;font-family:Vazirmatn,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}ul{list-style:none}.container{width:92%;max-width:1280px;margin:auto}.section-title-small{color:var(--primary);letter-spacing:1px;margin-bottom:12px;font-size:13px}.section-title{margin-bottom:20px;font-size:42px}.section-text{color:var(--muted);line-height:2}.card{background:var(--card);border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);transform-style:preserve-3d;will-change:transform;background:#0b1120bf;border-radius:24px;transition:border .3s,box-shadow .3s;position:relative;overflow:hidden}.card:after{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#7c3aed80,#2563eb80,#7c3aed80);padding:1px;transition:all .4s;position:absolute;inset:-1px}.card:hover{border-color:#7c3aed66;box-shadow:0 20px 50px #00000059}.card h3,.card p,.card img,.card svg,.card button{transform:translateZ(60px)}.card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(#ffffff2e,#0000 70%);width:180px;height:180px;transition:all .4s;animation:5s linear infinite shine;position:absolute;top:-60px;left:-60px}@keyframes shine{0%{transform:translate(-200%)}to{transform:translate(300%)}}.card:hover:before{opacity:1}body:before{content:"";filter:blur(140px);z-index:-1;background:#7c3aed1f;width:500px;height:500px;animation:12s infinite alternate aurora1;position:fixed;top:-200px;right:-100px}body:after{content:"";filter:blur(140px);z-index:-1;background:#2563eb1a;width:400px;height:400px;animation:14s infinite alternate aurora2;position:fixed;bottom:-200px;left:-100px}::selection{background:var(--primary);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0b1120}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:20px}@keyframes aurora1{0%{transform:translate(0)}to{transform:translate(120px,80px)}}@keyframes aurora2{0%{transform:translate(0)}to{transform:translate(-120px,-60px)}}body::selection{background:var(--primary)}body:after{mix-blend-mode:screen}.noise{opacity:.035;pointer-events:none;z-index:999;background-image:url(https://grainy-gradients.vercel.app/noise.svg);position:fixed;inset:0}.spotlight{pointer-events:none;z-index:-1;background:radial-gradient(circle,#7c3aed1f,#0000 70%);border-radius:50%;width:500px;height:500px;position:fixed;transform:translate(-50%,-50%)}.particles{z-index:-2;pointer-events:none;position:fixed;inset:0;overflow:hidden}.particles span{background:#ffffff26;border-radius:50%;width:6px;height:6px;animation:20s linear infinite particles;position:absolute}@keyframes particles{0%{transform:translateY(100vh)}to{transform:translateY(-100vh)}}
