@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@font-face{font-family:vamos;src:url(/assets/vamos-Dn5D9_3v.otf)}@font-face{font-family:tanku;src:url(/./src/assets/fonts/)}*{padding:0;margin:0}html,body{margin:0;padding:0;scroll-behavior:smooth;background-color:var(--color-primary-dark);color:var(--color-text-light)}:root{--color-primary-dark: #111147;--color-secondary-dark: #2222aa;--color-accent-gold: #FFD700;--color-accent-silver: #C0C0C0;--color-accent-teal: #00BFB2;--color-text-light: #F0F0F0;--color-text-muted: #A0A0A0;--color-border-subtle: #33334A;--gradient-start: #2A2A4A;--gradient-end: #101025}::-webkit-scrollbar{display:none}.App{position:relative;display:flex;flex-direction:column;height:auto;width:100%;margin:0;padding:0;align-items:center;overflow:hidden}.Navbar{position:absolute;top:20px;left:50%;transform:translate(-50%);font-family:Poppins,sans-serif;display:flex;justify-content:space-between;align-items:center;width:80%;height:4rem;padding:0 1.5rem;border-radius:70px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);transition:all .3s ease-in-out;z-index:9999}.sticky-nav{position:fixed!important;top:0!important;left:50%;transform:translate(-50%)!important;width:100%!important;border-radius:0 0 15px 15px!important;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12)}.logo{position:relative;display:flex;flex-direction:column;height:2.5rem;width:2.5rem;left:15px}.navbtn{display:flex;gap:15px;align-items:center}.navbtn button{padding:10px 16px;font-size:1rem;color:#fffc;background:transparent;border:1px solid transparent;border-radius:12px;cursor:pointer;transition:all .3s ease}.navbtn button:hover,.navbtn .active{color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);transform:translateY(-1px);box-shadow:0 4px 12px #ffffff0d}.dropdown-container{position:relative}.dropdown{position:absolute;top:2.6rem;left:-3rem;display:flex;flex-direction:column;gap:10px;min-width:160px;padding:12px;border-radius:14px;background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0000004d;animation:dropdownFade .3s ease-out forwards;z-index:100}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown button{all:unset;cursor:pointer;color:#fff;padding:10px 15px;border-radius:12px;font-size:.95rem;font-weight:500;transition:background .2s ease,transform .2s ease}.dropdown button:hover{background:#ffffff26;transform:translate(4px)}.hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;z-index:1001}.hamburger span{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.hamburger span.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger span.open:nth-child(2){opacity:0}.hamburger span.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--color-primary-dark);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:40px 20px;z-index:1000;animation:dropdownFade .3s ease-out forwards;overflow-y:auto}.mobile-menu button{all:unset;font-size:1.2rem;color:#fff;padding:15px 30px;background:#ffffff1a;border-radius:12px;width:80%;text-align:center;cursor:pointer;transition:background .3s ease}.mobile-menu button:hover{background:#fff3}@media screen and (max-width: 1024px){.Navbar{padding:0 1rem;width:95%}}@media screen and (max-width: 768px){.navbtn{display:none}.hamburger{display:flex}.Navbar{justify-content:space-between}.logo{font-size:1.5rem}}@media screen and (max-width: 480px){.logo{font-size:1.3rem}.mobile-menu button{font-size:1rem}}.Home{position:relative;display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center}.Home .section-divider{position:relative;display:flex;height:50rem;width:100%;align-items:center;justify-content:center;overflow:hidden}.Home .section-divider .img-section{position:relative;display:flex;flex-direction:row;height:50rem;min-width:45%;align-items:center;justify-content:center;overflow:hidden}.section-divider .img-section img{position:relative;display:flex;flex-direction:row;max-height:34rem;max-width:34rem}.section-divider .content-section{position:relative;display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:50rem;min-width:55%;align-items:center;justify-content:center}.content-section h1{font-size:3rem}.content-section p{font-size:1.2rem}.home-btn{position:relative;display:flex;flex-direction:row;height:6rem;width:auto;align-items:center;justify-content:center;gap:10px}.home-btn .btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-size:1rem;font-family:Poppins,sans-serif;font-weight:600;background-color:transparent;color:var(--color-text-light);border:2px solid var(--color-text-light);cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease}.home-btn .btn:after{content:"";position:absolute;left:0;top:0;height:100%;width:0%;background-color:var(--color-text-light);z-index:-1;transition:width .4s ease}.home-btn .btn:hover:after{width:100%}.home-btn .btn:hover{color:#000}.home-btn .btn span{position:relative;z-index:1}@media screen and (max-width: 768px){.section-divider{flex-direction:row;max-height:45rem;max-width:100%;overflow:hidden}.section-divider .img-section{align-items:center;justify-content:center;min-height:32rem;min-width:100%}.section-divider .img-section img{max-height:22rem;max-width:22rem}.section-divider .content-section h1{font-size:2.3rem}.section-divider .content-section p{font-size:15px}}@media screen and (max-width:425px){.Home{display:flex;max-width:100%;max-height:auto}.section-divider{position:relative;flex-direction:column;display:flex;max-height:60rem}.section-divider .img-section{min-height:20rem;max-width:100%;top:60px}.section-divider .img-section img{position:relative;display:flex;flex-direction:column;max-height:18rem;max-width:20rem}.section-divider .content-section h1{margin:8px}.section-divider .content-section p{margin:10px}}.about{position:relative;display:flex;flex-direction:column;min-height:100vh;width:100%;align-items:center;justify-content:center;padding:2rem 1rem;box-sizing:border-box}.about-box{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);color:#fff;padding:4rem 2rem;font-family:Poppins,sans-serif;display:flex;justify-content:center;align-items:center;width:100%;max-width:1280px;box-sizing:border-box;border-radius:1rem}.about-content{max-width:1000px;width:100%;text-align:center;box-sizing:border-box}.about-content h2{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:1.5rem;color:#00fff7}.about-content img{font-size:1.1rem;line-height:1.8;color:#ddd;margin-bottom:2rem;padding:0 1rem}.about-highlights{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem;padding:0 1rem}.highlight{background-color:#1f1f1f;border:1px solid #333;border-radius:12px;padding:1rem 1.5rem;font-size:1rem;color:#fff;transition:background .3s;flex:1 1 220px;text-align:center}.about-highlights .highlight:hover{background-color:#333}blockquote{font-style:italic;color:#aaa;margin-top:2rem;border-left:4px solid #00fff7;padding-left:1rem;font-size:1rem;max-width:90%;margin-inline:auto}blockquote span{color:#fff}.founder-note{margin-top:1rem}.founder-note a{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-size:1rem;font-weight:600;font-family:Poppins,sans-serif;color:var(--color-text-light, #00fff7);border:2px solid var(--color-text-light, #00fff7);background-color:transparent;cursor:pointer;text-decoration:none;overflow:hidden;transition:color .3s ease;z-index:0;margin-top:1rem;border-radius:8px}.founder-note a:after{content:"";position:absolute;top:0;left:0;height:100%;width:0%;background-color:var(--color-text-light, #00fff7);z-index:1;transition:width .4s ease}.founder-note a:hover:after{width:100%}.founder-note a span{position:relative;z-index:2;color:inherit}.founder-note a:hover span{color:#000}@media screen and (max-width: 768px){.about-box{padding:3rem 1.5rem}.about-content h2{font-size:2rem}.about-content p{font-size:1rem}.highlight{flex:1 1 100%;font-size:.95rem}blockquote{font-size:.95rem}.founder-note a{font-size:.95rem;padding:8px 16px}}@media screen and (max-width: 480px){.about-content h2{font-size:1.8rem}.highlight{padding:.8rem 1.2rem}.about-content p{padding:0 .5rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.work-section{display:flex;flex-direction:column;min-height:100vh;width:100%;align-items:center;justify-content:center;padding:2rem 1rem;box-sizing:border-box}.work-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;max-width:1280px;width:100%;gap:2rem;flex-wrap:wrap;padding:2rem;border-radius:1rem;background:linear-gradient(135deg,#0f0f0f,#1a1a1a)}.work-details{flex:1 1 500px;text-align:left}.work-details .work-title{font-size:clamp(2rem,4vw,2.8rem);color:#fff;margin-bottom:1rem}.work-details p{color:#ddd;font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.tech{color:#aaa;font-style:italic}.demo-btn a,.demo-btn{display:inline-block;padding:10px 20px;font-size:1rem;font-weight:600;border:2px solid #00fff7;color:#00fff7;background-color:transparent;border-radius:8px;text-decoration:none;transition:all .4s ease;position:relative;overflow:hidden}.demo-btn:after{content:"";position:absolute;top:0;left:0;height:100%;width:0%;background-color:#00fff7;transition:width .4s ease;z-index:0}.demo-btn:hover:after{width:100%}.demo-btn span{position:relative;z-index:1;color:inherit}.demo-btn:hover span{color:#000}.work-swiper{flex:1 1 400px;max-width:420px}.work-card{background-color:#242455;border-radius:12px;padding:1rem;box-shadow:0 0 15px #00fff71a;display:flex;justify-content:center;align-items:center;height:350px;transition:transform .3s ease}.work-card:hover{transform:scale(1.03)}.work-image{width:100%;height:auto;border-radius:8px;object-fit:contain}@media (max-width: 768px){.work-container{flex-direction:column-reverse;padding:1.5rem}.work-swiper{max-width:100%;width:100%}.work-details{text-align:center}}.Tech-main-box{position:relative;display:flex;flex-direction:column;min-height:47rem;width:100%;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.Tech-main-box .tech-box{position:relative;flex-direction:column;background:linear-gradient(135deg,#0f0f0f,#101010);color:#fff;padding:4rem 2rem;font-family:Poppins,sans-serif;display:flex;align-items:center;min-height:40rem;width:100%;max-width:1280px;box-sizing:border-box;border-radius:1rem}.Tech-main-box .tech-box .title{position:relative;display:inline;align-items:center;font-size:2rem;font-weight:800;margin-bottom:2rem;text-align:center}.tech-box .tech-card{position:relative;display:flex;flex-direction:column;justify-content:center;height:20rem;width:100%;overflow:hidden}.marquee{position:relative;width:100%;overflow:hidden}.marquee:before,.marquee:after{content:"";position:absolute;top:0;width:4rem;height:100%;z-index:2;pointer-events:none}.marquee:before{left:0;background:linear-gradient(to right,#0f0f0f 0%,transparent 100%)}.marquee:after{right:0;background:linear-gradient(to left,#0f0f0f 0%,transparent 100%)}.marquee-content{display:flex;animation:marquee 20s linear infinite;width:fit-content}.marquee-content:hover{animation-play-state:paused}.tech-item{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 2rem;font-size:1.4rem;min-width:100px;text-align:center}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.tech-item .icon{font-size:12rem;margin-bottom:.7rem}.icon.html{color:#e44d26}.icon.css{color:#2965f1}.icon.js{color:#f7df1e}.icon.firebase{color:#ffca28}.icon.node{color:#68a063}.icon.express{color:#ccc}.icon.android{color:#3ddc84}.icon.github{color:#6e5494}.icon.react{color:#61dafb}@media (max-width: 1024px){.Tech-main-box .tech-box .title{font-size:1.8rem}.tech-item{font-size:1.2rem;margin:0 1.5rem;min-width:80px}.tech-item svg{font-size:3.2rem}.tech-item .icon{font-size:10.2rem;margin-bottom:.7rem}}@media (max-width: 768px){.Tech-main-box{min-height:10rem;padding:1.5rem 1rem}.Tech-main-box .tech-box{min-height:10rem;padding:3rem 1.5rem}.Tech-main-box .tech-box .title{font-size:1.6rem}.tech-box .tech-card{height:10rem}.marquee-content{animation-duration:25s}.tech-item{font-size:1rem;margin:0 1rem;min-width:70px}.tech-item .icon{font-size:3.2rem;margin-bottom:.7rem}}.contact-container{padding:7rem 1rem;display:flex;flex-direction:column;align-items:center;font-family:Poppins,sans-serif}.intro-frame{font-size:1.5rem;color:#4f46e5;font-weight:700;margin-bottom:2rem;padding:1rem 2rem;border:2px dashed #4f46e5;border-radius:12px;background:#030303;text-align:center}.contact-box{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);padding:2rem;border-radius:8px;max-width:720px;width:100%;box-shadow:0 4px 12px #0000001a}.contact-title{font-size:2rem;font-weight:700;color:#fff;text-align:center}.contact-subtitle{text-align:center;color:#fdfeff;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column}.form-group.full{width:100%}label{font-size:.9rem;margin-bottom:.5rem;color:#fff}input,textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;outline:none}input:focus,textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.submit-button{padding:.75rem 1.5rem;background-color:#4f46e5;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.submit-button:hover{background-color:#4338ca}.success-text{color:#10b981;font-weight:600;margin-top:1rem;text-align:center}.error-text{color:#ef4444;font-weight:600;margin-top:1rem;text-align:center}.footer{background-color:#0e0e2c;color:#f0f0f0;padding:40px 20px 20px;width:100%;font-family:Segoe UI,sans-serif}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px;max-width:1200px;margin:auto}.footer-brand h2{color:#fff;margin-bottom:10px}.footer-brand p{font-size:14px;color:#bbb}.footer-links h3,.footer-contact h3{color:#fff;margin-bottom:10px}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:8px}.footer-links a{color:#bbb;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#00bcd4}.footer-contact p{font-size:14px;color:#bbb;margin-bottom:8px}.footer-social a{color:#bbb;margin-right:10px;font-size:18px;transition:color .3s ease}.footer-social a:hover{color:#00bcd4}.footer-bottom{text-align:center;border-top:1px solid #333;margin-top:30px;padding-top:15px;font-size:14px;color:#888}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center}.footer-links ul{padding-left:0}.footer-social{margin-top:10px}}.pricing-container{position:relative;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center;padding:1.5rem;min-height:100vh;width:100vw;box-sizing:border-box;background:transparent}.home-btn-to{position:relative;display:flex;flex-direction:row;height:auto;width:auto;padding:1rem;background-color:#34d399;color:#fff;border-radius:.6rem;font-size:1rem}.webprojects-page{position:relative;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center;padding:1.5rem;min-height:100vh;width:100vw;box-sizing:border-box;background:transparent}.container-col{position:relative;display:flex;flex-direction:wrap;justify-content:center;align-items:center;padding:1.5rem;gap:1.5rem}.card{position:relative;background:#1e293b;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 15px #0000004d;width:300px;min-height:300px;max-height:auto;transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box}@media (min-width: 1200px){.pricing-container{gap:2rem;padding:3rem}.card{width:320px;padding:2rem}.card h2{font-size:1.6rem}.card h4{font-size:1.1rem}.card ul li{font-size:1rem}.price{font-size:1.6rem}.order-btn{padding:.8rem 1.5rem;font-size:1.1rem}}@media (max-width: 1199px) and (min-width: 769px){.pricing-container{gap:1.5rem;padding:2rem}.card{width:280px;padding:1.5rem}.card h2{font-size:1.3rem}.card h4{font-size:.95rem}.card ul li{font-size:.9rem}.price{font-size:1.3rem}.order-btn{padding:.6rem 1rem;font-size:.95rem}.modal{max-width:380px}}@media (max-width: 768px) and (min-width: 481px){.pricing-container{flex-direction:column;align-items:center;gap:1.2rem;padding:1.5rem;min-height:100vh}.card{width:90%;max-width:350px;padding:1.2rem;min-height:280px}.card h2{font-size:1.2rem}.card h4{font-size:.9rem}.card ul li{font-size:.85rem}.price{font-size:1.2rem}.support-check{font-size:.85rem}.order-btn{padding:.6rem 1rem;font-size:.9rem}.modal{padding:1.5rem;max-width:340px}.modal input{padding:.6rem;font-size:.95rem}.modal-buttons button{padding:.6rem .8rem;font-size:.95rem}}@media (max-width: 480px){.pricing-container{flex-direction:column;align-items:center;gap:1rem;padding:1rem;min-height:100vh}.card{width:95%;max-width:300px;padding:1rem;min-height:260px}.card h2{font-size:1.1rem}.card h4{font-size:.85rem}.card ul li{font-size:.8rem;margin-bottom:.3rem}.price{font-size:1.1rem}.support-check{font-size:.8rem}.order-btn{padding:.5rem .8rem;font-size:.85rem}.modal{padding:1.2rem;max-width:90%;width:300px}.modal input{padding:.5rem;font-size:.9rem}.modal-buttons{flex-direction:column;gap:.8rem}.modal-buttons button{padding:.6rem;font-size:.9rem;width:100%}}@media (max-width: 360px){.pricing-container{padding:.8rem;gap:.8rem;min-height:100vh}.card{width:100%;max-width:280px;padding:.8rem;min-height:240px}.card h2{font-size:1rem}.card h4{font-size:.8rem}.card ul li{font-size:.75rem}.price{font-size:1rem}.support-check{font-size:.75rem}.order-btn{padding:.4rem .7rem;font-size:.8rem}.modal{padding:1rem;width:280px}.modal input{padding:.4rem;font-size:.85rem}.modal-buttons button{padding:.5rem;font-size:.85rem}}body{margin:0;font-family:Poppins,sans-serif;background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0;min-height:100vh;width:100vw;overflow-x:hidden}a{text-decoration:none}.glass-btn{position:relative;display:flex;flex-direction:row;font-size:1rem;color:#fff;background-color:transparent;padding:8px;border-color:transparent;border-radius:10px}.home-btn-to{position:fixed;top:80px;left:20px;background-color:#34d399;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:.6rem;cursor:pointer;font-size:1rem;font-family:Poppins,sans-serif;display:flex;align-items:center;gap:.5rem;transition:background-color .3s,transform .2s;z-index:999}.home-btn-to:hover{background-color:#2ea67d;transform:scale(1.05)}.appdevelopment-page{position:relative;display:flex;flex-direction:column;align-items:center;padding:5rem 1rem 2rem;min-height:100vh;width:100%;box-sizing:border-box;background:transparent}.appdevelopment-section{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.appdevelopment-section h1{font-size:2.5rem;color:#f8fafc;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1px}.container-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;width:100%;max-width:1400px;padding:0 1rem;box-sizing:border-box}.card{background:#1e293b;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 15px #0000004d;width:100%;max-width:350px;min-height:300px;transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box;margin:0 auto}.card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0006}.card h2{font-size:1.4rem;margin-bottom:.5rem;color:#f8fafc}.card h4{font-size:1rem;color:#94a3b8;margin-bottom:1rem}.card ul{list-style:none;padding:0;margin-bottom:1rem}.card ul li{margin-bottom:.4rem;color:#cbd5e1;font-size:.95rem}.support-check{font-size:.9rem;display:block;margin-bottom:1rem;color:#e2e8f0}.price{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:#facc15}.order-btn{background-color:#34d399;color:#fff;padding:.7rem 1.2rem;border:none;border-radius:.6rem;cursor:pointer;font-size:1rem;transition:background-color .3s,transform .2s}.order-btn:hover{background-color:#2ea67d;transform:scale(1.05)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172ad9;display:flex;justify-content:center;align-items:center;z-index:1000;overflow-y:auto}.modal{background:#1e293b;padding:2rem;border-radius:1rem;width:90%;max-width:400px;box-shadow:0 5px 25px #00000080;display:flex;flex-direction:column;gap:1rem;color:#e2e8f0;box-sizing:border-box}.modal h3{font-size:1.5rem;margin-bottom:1rem;color:#f8fafc}.modal input{padding:.7rem;border:1px solid #334155;border-radius:.5rem;background-color:#0f172a;color:#f8fafc;font-size:1rem;width:100%;box-sizing:border-box}.modal input::placeholder{color:#94a3b8}.modal-buttons{display:flex;justify-content:space-between;gap:1rem}.modal-buttons button{padding:.7rem 1rem;border:none;border-radius:.5rem;cursor:pointer;background-color:#34d399;color:#fff;font-weight:500;font-size:1rem;flex:1;transition:background-color .3s}.modal-buttons button:hover{background-color:#2ea67d}.modal-buttons .cancel{background-color:#ef4444}.modal-buttons .cancel:hover{background-color:#dc2626}@media (min-width: 1920px){.appdevelopment-section h1{font-size:3.5rem}.container-col{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;padding:0 2rem}.card{max-width:400px;padding:2rem}.card h2{font-size:1.8rem}.card h4{font-size:1.2rem}.card ul li{font-size:1.1rem}.price{font-size:1.8rem}.order-btn{padding:.9rem 1.8rem;font-size:1.2rem}.modal{max-width:500px;padding:2.5rem}.modal h3{font-size:1.8rem}.modal input{padding:.9rem;font-size:1.2rem}.modal-buttons button{padding:.9rem 1.5rem;font-size:1.2rem}.home-btn-to{padding:.8rem 1.5rem;font-size:1.2rem}}@media (min-width: 1200px) and (max-width: 1919px){.appdevelopment-section h1{font-size:3rem}.container-col{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.8rem;padding:0 1.5rem}.card{max-width:350px;padding:1.8rem}.card h2{font-size:1.6rem}.card h4{font-size:1.1rem}.card ul li{font-size:1rem}.price{font-size:1.6rem}.order-btn{padding:.8rem 1.5rem;font-size:1.1rem}.modal{max-width:450px;padding:2rem}.modal h3{font-size:1.6rem}.modal input{padding:.8rem;font-size:1.1rem}.modal-buttons button{padding:.8rem 1.2rem;font-size:1.1rem}.home-btn-to{padding:.7rem 1.3rem;font-size:1.1rem}}@media (min-width: 769px) and (max-width: 1199px){.appdevelopment-page{padding:4rem 1rem 2rem}.appdevelopment-section h1{font-size:2.5rem}.container-col{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:0 1rem}.card{max-width:320px;padding:1.5rem;min-height:280px}.card h2{font-size:1.4rem}.card h4{font-size:1rem}.card ul li{font-size:.95rem}.price{font-size:1.4rem}.support-check{font-size:.9rem}.order-btn{padding:.7rem 1.2rem;font-size:1rem}.modal{max-width:400px;padding:1.8rem}.modal h3{font-size:1.5rem}.modal input{padding:.7rem;font-size:1rem}.modal-buttons button{padding:.7rem 1rem;font-size:1rem}.home-btn-to{top:70px;left:15px;padding:.6rem 1rem;font-size:.95rem}}@media (min-width: 481px) and (max-width: 768px){.appdevelopment-page{padding:3.5rem .8rem 1.5rem}.appdevelopment-section h1{font-size:2rem}.container-col{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:0 .5rem}.card{max-width:350px;width:90%;padding:1.2rem;min-height:260px}.card h2{font-size:1.3rem}.card h4{font-size:.95rem}.card ul li{font-size:.9rem}.price{font-size:1.3rem}.support-check{font-size:.85rem}.order-btn{padding:.6rem 1rem;font-size:.95rem}.modal{max-width:360px;padding:1.5rem}.modal h3{font-size:1.4rem}.modal input{padding:.6rem;font-size:.95rem}.modal-buttons button{padding:.6rem .8rem;font-size:.95rem}.home-btn-to{top:60px;left:10px;padding:.5rem .9rem;font-size:.9rem}}@media (min-width: 361px) and (max-width: 480px){.appdevelopment-page{padding:3rem .5rem 1rem}.appdevelopment-section h1{font-size:1.8rem}.container-col{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 .3rem}.card{max-width:320px;width:95%;padding:1rem;min-height:240px}.card h2{font-size:1.2rem}.card h4{font-size:.9rem}.card ul li{font-size:.85rem;margin-bottom:.3rem}.price{font-size:1.2rem}.support-check{font-size:.8rem}.order-btn{padding:.5rem .9rem;font-size:.9rem}.modal{max-width:300px;padding:1.2rem}.modal h3{font-size:1.3rem}.modal input{padding:.5rem;font-size:.9rem}.modal-buttons{flex-direction:column;gap:.8rem}.modal-buttons button{padding:.6rem;font-size:.9rem}.home-btn-to{top:50px;left:8px;padding:.4rem .8rem;font-size:.85rem}}@media (max-width: 360px){.appdevelopment-page{padding:2.5rem .3rem .8rem}.appdevelopment-section h1{font-size:1.5rem}.container-col{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:0 .2rem}.card{max-width:280px;width:100%;padding:.8rem;min-height:220px}.card h2{font-size:1.1rem}.card h4{font-size:.85rem}.card ul li{font-size:.8rem;margin-bottom:.25rem}.price{font-size:1.1rem}.support-check{font-size:.75rem}.order-btn{padding:.4rem .8rem;font-size:.85rem}.modal{max-width:260px;padding:1rem}.modal h3{font-size:1.2rem}.modal input{padding:.4rem;font-size:.85rem}.modal-buttons{flex-direction:column;gap:.6rem}.modal-buttons button{padding:.5rem;font-size:.85rem}.home-btn-to{top:40px;left:6px;padding:.3rem .7rem;font-size:.8rem}}@media (max-height: 600px){.appdevelopment-page{padding:2rem .5rem}.appdevelopment-section{position:relative;display:flex;top:150px}.container-col{gap:1rem}.card{min-height:200px}.modal{max-height:80vh;overflow-y:auto}.glass-btn{position:relative;display:flex;flex-direction:row;font-size:1rem;color:#fff;background-color:transparent;padding:8px;border-color:transparent;border-radius:10px;transition:.8s ease-in-out}}.glass-btn:hover{background-color:#ffffff28}
