@font-face{font-family:IRANSans;src:url(../font/irsans.ttf) format('truetype');font-weight:400}@font-face{font-family:IRANSans;src:url(../font/irsans-bold.ttf) format('truetype');font-weight:700}*{margin:0;padding:0;box-sizing:border-box}body{font-family:IRANSans,Arial,sans-serif;background-color:#000;color:#fff;line-height:1.6;overflow-x:hidden}header{position:fixed;top:0;width:100%;background-color:rgba(0,0,0,.95);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #222}.navbar{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.5rem}.logo-icon{width:35px;height:35px;object-fit:contain}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-size:1rem;transition:opacity .3s}.nav-links a:hover{opacity:.7}.hamburger{display:none;flex-direction:column;background:0 0;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger span{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s;border-radius:3px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem;gap:4rem}.hero-content{flex:1;animation:1s ease-out fadeInUp}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.3rem;margin-bottom:2.5rem;opacity:.8}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2.5rem;font-size:1rem;font-family:IRANSans,Arial,sans-serif;border:none;border-radius:50px;cursor:pointer;transition:.3s;text-decoration:none;display:inline-block}.btn-primary{background-color:#fff;color:#000}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(255,255,255,.3)}.btn-secondary{background-color:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background-color:#fff;color:#000}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.chart-container{width:400px;height:400px;position:relative}.chart-bars{display:flex;align-items:flex-end;justify-content:space-around;height:100%;position:relative}.bar{width:35px;position:absolute;border-radius:4px;box-shadow:0 4px 15px rgba(255,255,255,.2);transition:height .8s ease-in-out,bottom .8s ease-in-out}.bar::before{content:'';position:absolute;width:2px;height:30px;background:inherit;left:50%;transform:translateX(-50%);transition:height .8s ease-in-out}.bar::after{content:'';position:absolute;width:2px;height:30px;background:inherit;left:50%;transform:translateX(-50%);bottom:100%;transition:height .8s ease-in-out}.bar-green{background:linear-gradient(180deg,#0f8 0,#0c6 100%);animation:4s ease-in-out infinite pumpAnimation}.bar-green::after,.bar-green::before{background:#0f8}.bar-red{background:linear-gradient(180deg,#f44 0,#c00 100%);animation:4s ease-in-out infinite dumpAnimation}.bar-red::after,.bar-red::before{background:#f44}.bar:nth-child(1){left:5%;animation-delay:0s}.bar:nth-child(2){left:17%;animation-delay:.5s}.bar:nth-child(3){left:29%;animation-delay:1s}.bar:nth-child(4){left:41%;animation-delay:1.5s}.bar:nth-child(5){left:53%;animation-delay:2s}.bar:nth-child(6){left:65%;animation-delay:2.5s}.bar:nth-child(7){left:77%;animation-delay:3s}.bar:nth-child(8){left:89%;animation-delay:3.5s}.chart-line{position:absolute;bottom:0;left:0;right:0;height:2px;background:rgba(255,255,255,.2)}@keyframes pumpAnimation{0%,100%{transform:scaleY(1);filter:brightness(1)}50%{transform:scaleY(1.2);filter:brightness(1.3)}}@keyframes dumpAnimation{0%,100%{transform:scaleY(1);filter:brightness(1)}50%{transform:scaleY(.8);filter:brightness(.8)}}.features{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:2rem;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background-color:#111;padding:2.5rem;border-radius:20px;text-align:center;border:1px solid #222;transition:.3s}.feature-card:hover{transform:translateY(-10px);border-color:#fff;box-shadow:0 10px 40px rgba(255,255,255,.1)}.feature-icon{margin-bottom:1.5rem}.feature-icon img{width:60px;height:60px;object-fit:contain}.feature-card h3{font-size:1.5rem;margin-bottom:1rem}.feature-card p{opacity:.7;line-height:1.8}.about{padding:6rem 2rem;max-width:1200px;margin:0 auto 4rem;text-align:center;background-color:#0a0a0a;border-radius:30px;border:1px solid #222}.about-description{font-size:1.1rem;line-height:2;opacity:.8;max-width:800px;margin:0 auto 1.5rem}.about-description:last-child{margin-bottom:0}.ads{padding:6rem 2rem;max-width:1200px;margin:0 auto 4rem;text-align:center;background-color:#0a0a0a;border-radius:30px;border:1px solid #222}.ads-description{font-size:1.1rem;line-height:2;opacity:.8;max-width:800px;margin:0 auto 1.5rem}.ads-btn{margin-top:1.5rem}.download{padding:6rem 2rem;max-width:1200px;margin:0 auto;text-align:center;background-color:#0a0a0a;border-radius:30px;border:1px solid #222}.download-description{font-size:1.2rem;margin-bottom:2rem;opacity:.8}.direct-download-wrapper{margin-bottom:2rem;display:flex;justify-content:center}.download-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;width:fit-content;margin:0 auto}.direct-download-wrapper .store-btn{min-width:385px}.store-btn{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background-color:#fff;color:#000;border:none;border-radius:15px;cursor:pointer;font-family:IRANSans,Arial,sans-serif;transition:.3s;text-decoration:none}.store-btn:hover{transform:scale(1.05);box-shadow:0 10px 30px rgba(255,255,255,.3)}.store-icon{width:50px;height:50px}.store-icon img{width:100%;height:100%;object-fit:contain}.store-btn div{text-align:right}.store-btn small{display:block;font-size:.8rem}.store-btn strong{display:block;font-size:1.2rem}footer{background-color:#0a0a0a;padding:4rem 2rem 2rem;margin-top:4rem;border-top:1px solid #222}.footer-main{max-width:1200px;margin:0 auto 3rem;display:grid;grid-template-columns:2fr 1fr;gap:4rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.5rem;margin-bottom:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.footer-logo-icon{width:30px;height:30px;object-fit:contain}.footer-text{font-size:1rem;line-height:1.8;opacity:.7;margin-bottom:.8rem}.enamad-section{align-items:center;text-align:center}.enamad-wrapper{background-color:#fff;padding:1.5rem;border-radius:15px;display:inline-block;transition:transform .3s}.enamad-wrapper:hover{transform:scale(1.05)}.enamad-logo{width:100px;height:auto;display:block}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #222;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;opacity:.7}.social-links{display:flex;gap:2rem}.social-links a{color:#fff;text-decoration:none;transition:opacity .3s;display:flex;align-items:center;gap:.5rem}.social-links a:hover{opacity:.7}.social-icon{width:28px;height:28px;color:#888;transition:color .3s}.social-links a:hover .social-icon{color:#fff}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:768px){.hamburger{display:flex}.nav-links{position:fixed;right:-100%;top:0;height:100vh;width:70%;max-width:300px;background-color:rgba(0,0,0,.98);flex-direction:column;padding:5rem 2rem 2rem;gap:2rem;transition:right .3s;border-left:1px solid #222;z-index:1000}.nav-links.active{right:0}.nav-links li{width:100%;text-align:center}.nav-links a{display:block;padding:1rem;font-size:1.2rem}.hero{flex-direction:column-reverse;padding:6rem 1.5rem 3rem;text-align:center}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{justify-content:center}.chart-container{width:300px;height:300px;margin-top:3rem}.bar{width:25px}.navbar{padding:1rem 1.5rem}.features{padding-left:1rem;padding-right:1rem}.features-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.about,.ads,.download{margin-left:1rem;margin-right:1rem;padding:3rem 1.5rem}.download-buttons{flex-direction:column;width:100%}.store-btn{width:100%;min-width:auto}.direct-download-wrapper{width:100%}.direct-download-wrapper .store-btn{width:100%;min-width:auto}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center;align-items:center}.footer-bottom{flex-direction:column;text-align:center}.social-links{justify-content:center}}