.Hero-module__ZARIfG__hero{align-items:center;min-height:min(100vh,960px);padding:clamp(6rem,12vw,14rem) 0 clamp(4rem,8vw,10rem);display:flex;position:relative;overflow:hidden}@media (max-width:768px){.Hero-module__ZARIfG__hero{display:none}}.Hero-module__ZARIfG__background{z-index:-1;background:radial-gradient(circle at 10% 20%,#f4753826 0%,#0000 40%),radial-gradient(circle at 90% 80%,#301e5840 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__container{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,4vw,6rem);max-width:min(90vw,1800px);display:grid}.Hero-module__ZARIfG__content{z-index:1;max-width:min(100%,900px)}.Hero-module__ZARIfG__title{letter-spacing:-2px;margin-bottom:2rem;font-size:clamp(3rem,5vw,12rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__heroLogo{margin-bottom:2rem;animation:.8s ease-out Hero-module__ZARIfG__fadeInDown}@keyframes Hero-module__ZARIfG__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__subtitle{color:var(--primary);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:1.2rem;font-weight:600;display:block}.Hero-module__ZARIfG__description{color:#a1a1aa;max-width:90%;margin-bottom:3rem;font-size:clamp(1rem,1.5vw,2rem);line-height:1.6}.Hero-module__ZARIfG__actions{gap:1.5rem;display:flex}.Hero-module__ZARIfG__btnOutline{cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:99px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.Hero-module__ZARIfG__btnOutline:hover{border-color:var(--primary);background:#ffffff1a;transform:translateY(-2px)}.Hero-module__ZARIfG__visual{perspective:1000px;justify-content:center;align-items:center;height:clamp(400px,40vw,700px);display:flex;position:relative}.Hero-module__ZARIfG__floatingCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;flex-direction:column;width:clamp(260px,22vw,420px);height:clamp(400px,33vw,640px);padding:2rem;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;display:flex;position:relative;overflow:hidden;transform:rotateY(-15deg)rotateX(10deg);box-shadow:0 25px 50px -12px #00000080,0 0 30px #f475381a}.Hero-module__ZARIfG__floatingCard:before{content:"";pointer-events:none;background:linear-gradient(#f475381a,#0000);height:200px;position:absolute;top:0;left:0;right:0}.Hero-module__ZARIfG__cardContent{margin-top:auto}.Hero-module__ZARIfG__cardLine{background:#ffffff1a;border-radius:6px;height:12px;margin-bottom:12px}.Hero-module__ZARIfG__cardLine:first-child{background:var(--accent-gradient);width:60%}.Hero-module__ZARIfG__cardLine:nth-child(2){width:80%}.Hero-module__ZARIfG__cardLine:nth-child(3){width:40%}.Hero-module__ZARIfG__glowOrb{background:var(--primary);filter:blur(80px);opacity:.2;z-index:-1;border-radius:50%;width:300px;height:300px;animation:8s ease-in-out infinite Hero-module__ZARIfG__pulse;position:absolute}@keyframes Hero-module__ZARIfG__float{0%,to{transform:rotateY(-15deg)rotateX(10deg)translateY(0)}50%{transform:rotateY(-10deg)rotateX(5deg)translateY(-20px)}}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.3;transform:scale(1.1)}}@media (max-width:968px){.Hero-module__ZARIfG__container{text-align:center;grid-template-columns:1fr;padding-top:4rem}.Hero-module__ZARIfG__content{margin:0 auto}.Hero-module__ZARIfG__description{margin:0 auto 3rem}.Hero-module__ZARIfG__actions{justify-content:center}.Hero-module__ZARIfG__visual{height:400px;margin-top:4rem}.Hero-module__ZARIfG__title{font-size:3rem}.Hero-module__ZARIfG__floatingCard{animation:6s ease-in-out infinite Hero-module__ZARIfG__floatMobile;transform:rotateY(0)rotateX(0)}}@keyframes Hero-module__ZARIfG__floatMobile{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}
.AppsDev-module__8qB_dW__section{background:var(--background);padding:clamp(4rem,8vw,12rem) 0;position:relative}@media (max-width:768px){.AppsDev-module__8qB_dW__section{padding:6rem 0 4rem}}.AppsDev-module__8qB_dW__container{max-width:min(94vw,2400px);margin:0 auto;padding:0 clamp(1.5rem,3vw,4rem)}.AppsDev-module__8qB_dW__heading{text-align:center;margin-bottom:4rem;font-size:clamp(2.5rem,3vw,5rem);font-weight:800}.AppsDev-module__8qB_dW__grid{grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,4rem);display:grid}@media (max-width:900px){.AppsDev-module__8qB_dW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.AppsDev-module__8qB_dW__grid{grid-template-columns:1fr}}.AppsDev-module__8qB_dW__card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:30px;padding:3rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.AppsDev-module__8qB_dW__card:hover{border-color:#f475384d;transform:translateY(-10px);box-shadow:0 25px 40px -10px #00000080}.AppsDev-module__8qB_dW__card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 100% 0,#f475380d,#0000 60%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.AppsDev-module__8qB_dW__card:hover:before{opacity:1}.AppsDev-module__8qB_dW__icon{background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;margin-bottom:2rem;padding:1rem;font-size:3rem;display:inline-flex}.AppsDev-module__8qB_dW__cardTitle{color:#fff;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.AppsDev-module__8qB_dW__cardDescription{color:#a1a1aa;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.AppsDev-module__8qB_dW__tags{flex-wrap:wrap;gap:.8rem;display:flex}.AppsDev-module__8qB_dW__tag{color:var(--primary);background:#f475381a;border-radius:99px;padding:.4rem 1rem;font-size:.85rem;font-weight:500}.AppsDev-module__8qB_dW__cardFeatured{background:linear-gradient(135deg,#f475380f,var(--glass-bg));border-color:#f4753866;flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:3rem;display:flex}.AppsDev-module__8qB_dW__featuredContent{flex:1;min-width:260px}.AppsDev-module__8qB_dW__featuredVisual{flex:0 0 340px;max-width:100%}.AppsDev-module__8qB_dW__liveBadge{letter-spacing:.08em;text-transform:uppercase;color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d;border-radius:99px;margin-bottom:1.25rem;padding:.3rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.AppsDev-module__8qB_dW__ctaLink{color:var(--primary);z-index:1;margin-top:1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block;position:relative}.AppsDev-module__8qB_dW__ctaLink:hover{opacity:.75}.AppsDev-module__8qB_dW__mockup{background:#0d0f13;border:1px solid #ffffff14;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #00000080}.AppsDev-module__8qB_dW__mockupHeader{background:#161920;border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.AppsDev-module__8qB_dW__mockupDots{gap:5px;display:flex}.AppsDev-module__8qB_dW__mockupDots span{background:#ffffff26;border-radius:50%;width:10px;height:10px;display:block}.AppsDev-module__8qB_dW__mockupDots span:first-child{background:#ff5f57}.AppsDev-module__8qB_dW__mockupDots span:nth-child(2){background:#febc2e}.AppsDev-module__8qB_dW__mockupDots span:nth-child(3){background:#28c840}.AppsDev-module__8qB_dW__mockupTitle{color:#555;margin-left:auto;margin-right:auto;font-family:monospace;font-size:.75rem}.AppsDev-module__8qB_dW__mockupBody{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.AppsDev-module__8qB_dW__mockupQuestion{color:#a1a1aa;background:#ffffff0a;border:1px solid #ffffff12;border-radius:10px;padding:.65rem .9rem;font-size:.78rem;line-height:1.5}.AppsDev-module__8qB_dW__mockupLines{flex-direction:column;gap:.5rem;padding:.25rem 0;display:flex}.AppsDev-module__8qB_dW__mockupLine{background:#ffffff12;border-radius:4px;height:8px}.AppsDev-module__8qB_dW__mockupScore{border-top:1px solid #ffffff0d;align-items:center;gap:.65rem;padding-top:.25rem;display:flex}.AppsDev-module__8qB_dW__mockupScoreLabel{color:#555;white-space:nowrap;font-size:.7rem}.AppsDev-module__8qB_dW__mockupScoreBar{background:#ffffff12;border-radius:3px;flex:1;height:6px;overflow:hidden}.AppsDev-module__8qB_dW__mockupScoreFill{background:linear-gradient(90deg,#f47538,#f4a138);border-radius:3px;width:83%;height:100%}.AppsDev-module__8qB_dW__mockupScoreValue{color:var(--primary);white-space:nowrap;font-size:.78rem;font-weight:700}.AppsDev-module__8qB_dW__cardMoreToCome{background:0 0;border-style:dashed;border-color:#ffffff1a;justify-content:center;align-items:center;display:flex}.AppsDev-module__8qB_dW__cardMoreToCome:hover{border-color:#f475384d;transform:translateY(-6px)}.AppsDev-module__8qB_dW__moreToComeInner{text-align:center}.AppsDev-module__8qB_dW__moreToComeIcon{color:#ffffff26;margin-bottom:1.25rem;font-size:2rem}.AppsDev-module__8qB_dW__cardMoreToCome .AppsDev-module__8qB_dW__cardTitle{color:#fff6}.AppsDev-module__8qB_dW__cardMoreToCome .AppsDev-module__8qB_dW__cardDescription{color:#a1a1aa80;font-size:.95rem}
.About-module__vAULUW__about{background:linear-gradient(to top,var(--background),#15161a);padding:clamp(4rem,8vw,12rem) 0;overflow:hidden}.About-module__vAULUW__container{max-width:min(94vw,2400px);margin:0 auto;padding:0 clamp(1.5rem,3vw,4rem)}.About-module__vAULUW__contentWrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__vAULUW__imageWrapper{justify-content:center;align-items:center;display:flex;position:relative}.About-module__vAULUW__imageContainer{border:2px solid #ffffff1a;border-radius:20px;width:clamp(260px,28vw,450px);height:clamp(260px,28vw,450px);transition:transform .3s;position:relative;overflow:hidden;transform:rotate(-3deg);box-shadow:0 20px 40px #0006}.About-module__vAULUW__imageContainer:hover{transform:rotate(0)scale(1.02)}.About-module__vAULUW__profileImage{object-fit:cover}.About-module__vAULUW__content{text-align:left}.About-module__vAULUW__heading{margin-bottom:2rem;font-size:clamp(2rem,2.5vw,3.5rem)}.About-module__vAULUW__text{color:#ccc;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.About-module__vAULUW__text strong{color:#fff;font-weight:600}.About-module__vAULUW__stats{gap:3rem;margin-top:3rem;display:flex}.About-module__vAULUW__stat{flex-direction:column;display:flex}.About-module__vAULUW__number{color:var(--primary);margin-bottom:.2rem;font-size:2.5rem;font-weight:800}.About-module__vAULUW__label{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:.85rem}@media (max-width:968px){.About-module__vAULUW__about{padding:4rem 1.5rem}.About-module__vAULUW__contentWrapper{text-align:center;grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__content{text-align:center}.About-module__vAULUW__imageContainer{width:280px;height:280px;transform:rotate(0)}.About-module__vAULUW__stats{justify-content:center}}
.Contact-module__hcVmEa__contact{background:var(--background);text-align:center;padding:clamp(4rem,8vw,12rem) 0}.Contact-module__hcVmEa__container{max-width:min(94vw,2400px);margin:0 auto;padding:0 clamp(1.5rem,3vw,4rem)}.Contact-module__hcVmEa__wrapper{background:linear-gradient(135deg,#ffffff08,#ffffff03);border:1px solid #ffffff0d;border-radius:24px;max-width:600px;margin:0 auto;padding:3rem}.Contact-module__hcVmEa__heading{margin-bottom:1.5rem;font-size:clamp(2rem,2.5vw,3.5rem)}.Contact-module__hcVmEa__text{color:#ccc;margin-bottom:2.5rem;line-height:1.6}.Contact-module__hcVmEa__info{border-top:1px solid #ffffff0d;margin-top:3rem;padding-top:2rem}.Contact-module__hcVmEa__info p{color:#666;margin-bottom:1rem;font-size:.9rem}.Contact-module__hcVmEa__socials{justify-content:center;align-items:center;gap:1rem;display:flex}.Contact-module__hcVmEa__socials a{color:#fff;font-weight:500;transition:color .2s}.Contact-module__hcVmEa__socials a:hover{color:var(--primary)}.Contact-module__hcVmEa__separator{color:#444}@media (max-width:768px){.Contact-module__hcVmEa__contact{padding:4rem 0}.Contact-module__hcVmEa__wrapper{padding:2rem}}
