@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";
:root{--navy:#07111f;--navy-mid:#0d1f3c;--navy-light:#122647;--navy-card:#0d1f3c99;--cyan-bright:#00e5ff;--cyan-mid:#00b4d8;--cyan-soft:#48cae4;--cyan-pale:#90e0ef;--white:#fff;--off-white:#dff0f8;--muted:#6a8cae;--border:#00e5ff1a;--border-hover:#00e5ff59;--radius:14px;--radius-lg:22px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--navy);color:var(--off-white);font-family:Poppins,sans-serif;line-height:1.65;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--white);font-family:Poppins,sans-serif;line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%}.navbar-bm{z-index:1000;-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#07111fe0;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;padding:16px 0;display:flex}.navbar-logo{align-items:center;gap:10px;display:flex}.navbar-logo img{object-fit:contain;border-radius:8px;width:36px;height:36px}.navbar-logo span{color:var(--white);letter-spacing:.04em;font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:700}.navbar-links{align-items:center;gap:36px;list-style:none;display:flex}.navbar-links a{color:var(--muted);letter-spacing:.02em;font-size:.9rem;font-weight:500;transition:color .25s;position:relative}.navbar-links a:after{content:"";background:var(--cyan-bright);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar-links a:hover,.navbar-links a.active{color:var(--cyan-bright)}.navbar-links a:hover:after,.navbar-links a.active:after{width:100%}.nav-cta{background:linear-gradient(135deg, var(--cyan-mid), var(--cyan-bright))!important;color:var(--navy)!important;border-radius:50px!important;padding:9px 22px!important;font-weight:700!important}.nav-cta:after{display:none!important}.nav-cta:hover{opacity:.88;transform:translateY(-1px)}.nav-toggle{border:1px solid var(--border);color:var(--off-white);cursor:pointer;background:0 0;border-radius:8px;align-items:center;padding:8px 10px;font-size:1.1rem;display:none}@media (max-width:768px){.nav-toggle{display:flex}.navbar-links{border-bottom:1px solid var(--border);background:#07111ff7;flex-direction:column;gap:0;padding:16px 0;display:none;position:absolute;top:100%;left:0;right:0}.navbar-links.open{display:flex}.navbar-links li{width:100%}.navbar-links a{padding:12px 24px;font-size:1rem;display:block}.navbar-links a:after{display:none}.nav-cta{text-align:center;border-radius:var(--radius)!important;margin:12px 24px 0!important;display:block!important}}.footer-bm{background:var(--navy-mid);border-top:1px solid var(--border);padding:56px 0 32px}.footer-logo{align-items:center;gap:10px;margin-bottom:12px;display:flex}.footer-logo img{object-fit:contain;border-radius:8px;width:34px;height:34px}.footer-logo span{color:var(--white);font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700}.footer-desc{color:var(--muted);max-width:260px;font-size:.88rem;line-height:1.65}.footer-heading{letter-spacing:.13em;text-transform:uppercase;color:var(--cyan-bright);margin-bottom:16px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:700}.footer-links{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-links a{color:var(--muted);font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--off-white)}.footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:48px;padding-top:24px;display:flex}.footer-bottom p{color:var(--muted);font-size:.82rem}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--cyan-bright);align-items:center;gap:8px;margin-bottom:16px;font-size:.75rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--cyan-bright);width:20px;height:1px;display:inline-block}.section-title{margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.section-sub{color:var(--muted);max-width:540px;font-size:1rem;line-height:1.7}.btn-primary-bm{background:linear-gradient(135deg, var(--cyan-mid), var(--cyan-bright));color:var(--navy);cursor:pointer;letter-spacing:.02em;border:none;border-radius:50px;align-items:center;gap:8px;padding:14px 30px;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-primary-bm:hover{color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 30px #00e5ff4d}.btn-outline-bm{color:var(--off-white);border:1px solid var(--border-hover);cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:8px;padding:13px 28px;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:600;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.btn-outline-bm:hover{border-color:var(--cyan-bright);color:var(--cyan-bright);background:#00e5ff0a}.hero{align-items:center;min-height:100vh;padding-top:90px;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.hero-glow-1{background:radial-gradient(circle,#00b4d81f 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-100px;right:-100px}.hero-glow-2{background:radial-gradient(circle,#00e5ff0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-200px;left:-150px}.hero-grid-lines{background-image:linear-gradient(#00e5ff06 1px,#0000 1px),linear-gradient(90deg,#00e5ff06 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero-content{z-index:1;padding:80px 0;position:relative}.hero-badge{color:var(--cyan-soft);background:#00e5ff14;border:1px solid #00e5ff33;border-radius:50px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 16px;font-size:.8rem;font-weight:500;animation:.8s both fadeSlideUp;display:inline-flex}.hero-badge-dot{background:var(--cyan-bright);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{color:var(--white);margin-bottom:24px;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:800;line-height:1.08;animation:.8s .1s both fadeSlideUp}.hero-title .accent{background:linear-gradient(135deg, var(--cyan-mid), var(--cyan-bright));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--muted);max-width:520px;margin-bottom:40px;font-size:1.1rem;line-height:1.75;animation:.8s .2s both fadeSlideUp}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;animation:.8s .3s both fadeSlideUp;display:flex}.hero-stats{border-top:1px solid var(--border);gap:40px;margin-top:64px;padding-top:40px;animation:.8s .45s both fadeSlideUp;display:flex}.hero-stat-value{color:var(--white);font-family:Poppins,sans-serif;font-size:2rem;font-weight:800;line-height:1}.hero-stat-label{color:var(--muted);margin-top:4px;font-size:.82rem}.hero-visual{z-index:1;animation:.9s .25s both fadeSlideUp;position:relative}.hero-screen-desktop{object-fit:cover;object-position:top;aspect-ratio:16/10;border:1px solid #00e5ff1f;border-radius:12px;width:100%;max-width:560px;display:block;box-shadow:0 30px 80px #00000080,0 0 0 1px #00e5ff0d}.hero-screen-mobile{object-fit:cover;object-position:top;aspect-ratio:9/19;border:2px solid #00e5ff33;border-radius:16px;width:120px;display:block;position:absolute;bottom:-24px;right:-16px;box-shadow:0 20px 50px #00000080}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.services-section{padding:100px 0}.service-card{background:var(--navy-card);border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:100%;padding:36px 30px;transition:border-color .3s,transform .3s,box-shadow .3s}.service-card:hover{border-color:var(--border-hover);transform:translateY(-6px);box-shadow:0 20px 60px #0000004d}.service-icon{width:52px;height:52px;color:var(--cyan-bright);background:#00e5ff14;border:1px solid #00e5ff26;border-radius:12px;justify-content:center;align-items:center;margin-bottom:24px;font-size:1.4rem;display:flex}.service-title{color:var(--white);margin-bottom:10px;font-size:1.1rem;font-weight:700}.service-desc{color:var(--muted);font-size:.9rem;line-height:1.7}.projects-preview{padding:100px 0}.project-card-home{background:var(--navy-card);border:1px solid var(--border);border-radius:var(--radius-lg);height:100%;transition:border-color .3s,transform .3s;overflow:hidden}.project-card-home:hover{border-color:var(--border-hover);transform:translateY(-4px)}.project-card-img{object-fit:cover;object-position:top;width:100%;height:220px;display:block}.project-card-body{padding:28px}.project-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--cyan-bright);background:#00e5ff14;border:1px solid #00e5ff26;border-radius:50px;margin-bottom:14px;padding:4px 12px;font-size:.72rem;font-weight:600;display:inline-block}.project-card-title{margin-bottom:8px;font-size:1.2rem;font-weight:700}.project-card-desc{color:var(--muted);margin-bottom:20px;font-size:.88rem;line-height:1.7}.project-card-link{color:var(--cyan-soft);align-items:center;gap:6px;font-size:.85rem;font-weight:600;transition:gap .2s,color .2s;display:inline-flex}.project-card-link:hover{color:var(--cyan-bright);gap:10px}.cta-section{padding:100px 0}.cta-box{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#00b4d81a,#00e5ff0d);border:1px solid #00e5ff2e;padding:72px 64px;position:relative;overflow:hidden}.cta-box:before{content:"";pointer-events:none;background:radial-gradient(circle,#00e5ff14 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.cta-title{margin-bottom:16px;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800}.cta-sub{color:var(--muted);max-width:480px;margin:0 auto 36px;font-size:1rem;line-height:1.7}.page-hero{padding:140px 0 80px;position:relative;overflow:hidden}.page-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#00b4d817 0%,#0000 70%);width:500px;height:500px;position:absolute;top:0;right:0}.page-hero-title{margin-bottom:20px;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800}.page-hero-sub{color:var(--muted);max-width:580px;font-size:1.05rem;line-height:1.75}.about-section{padding:80px 0}.about-block{background:var(--navy-card);border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:44px}.about-value-item{gap:20px;margin-bottom:32px;display:flex}.about-value-item:last-child{margin-bottom:0}.about-value-icon{width:44px;height:44px;color:var(--cyan-bright);background:#00e5ff14;border:1px solid #00e5ff26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:1.1rem;display:flex}.about-value-title{color:var(--white);margin-bottom:4px;font-size:1rem;font-weight:700}.about-value-desc{color:var(--muted);font-size:.88rem;line-height:1.7}.market-card{background:var(--navy-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:32px 24px;transition:border-color .3s,transform .3s}.market-card:hover{border-color:var(--border-hover);transform:translateY(-4px)}.market-icon{margin-bottom:12px;font-size:2rem}.market-title{margin-bottom:6px;font-size:1.05rem;font-weight:700}.market-desc{color:var(--muted);font-size:.85rem;line-height:1.6}.projects-section{padding:80px 0}.project-full-card{background:var(--navy-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:60px;transition:border-color .3s;overflow:hidden}.project-full-card:hover{border-color:var(--border-hover)}.project-screenshots-grid{background:var(--navy);grid-template-columns:2fr 1fr 1fr;gap:3px;height:380px;display:grid;overflow:hidden}.project-screenshots-grid img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.project-screenshots-mobile{background:var(--navy);grid-template-columns:repeat(4,1fr);gap:3px;height:300px;display:grid;overflow:hidden}.project-screenshots-mobile img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.project-full-body{padding:44px 48px}.project-full-title{margin-bottom:12px;font-size:2rem;font-weight:800}.project-full-desc{color:var(--muted);max-width:680px;margin-bottom:32px;font-size:.95rem;line-height:1.78}.project-feature-list{flex-wrap:wrap;gap:10px;margin-bottom:32px;list-style:none;display:flex}.project-feature-list li{color:var(--off-white);border:1px solid var(--border);background:#00e5ff0d;border-radius:50px;align-items:center;gap:8px;padding:6px 14px;font-size:.84rem;display:flex}.project-feature-list li .feat-dot{background:var(--cyan-bright);border-radius:50%;flex-shrink:0;width:5px;height:5px}.bb-placeholder{border-bottom:1px solid var(--border);background:linear-gradient(135deg,#0d1f3c 0%,#07111f 100%);flex-direction:column;justify-content:center;align-items:center;gap:20px;height:340px;display:flex}.bb-placeholder-icon{background:#00e5ff14;border:1px solid #00e5ff33;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.2rem;display:flex}.bb-placeholder-text{color:var(--muted);letter-spacing:.05em;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600}.contact-section{padding:80px 0}.contact-info-card{background:var(--navy-card);border:1px solid var(--border);border-radius:var(--radius-lg);height:100%;padding:44px 40px}.contact-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:18px;padding:24px 0;display:flex}.contact-item:last-child{border-bottom:none;padding-bottom:0}.contact-item:first-child{padding-top:0}.contact-item-icon{width:46px;height:46px;color:var(--cyan-bright);background:#00e5ff14;border:1px solid #00e5ff26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.contact-item-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:4px;font-size:.72rem;font-weight:600}.contact-item-value{color:var(--off-white);font-size:.95rem;font-weight:500}.contact-item-value a{transition:color .2s}.contact-item-value a:hover{color:var(--cyan-bright)}.contact-map-card{background:var(--navy-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;height:100%;min-height:400px;display:flex;overflow:hidden}.contact-map-header{border-bottom:1px solid var(--border);padding:28px 32px}.contact-map-header h3{font-size:1.1rem;font-weight:700}.contact-map-body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px;display:flex}.location-pin{background:#00e5ff14;border:1px solid #00e5ff33;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.8rem;display:flex}.location-text{color:var(--white);font-size:1.1rem;font-weight:600}.location-sub{color:var(--muted);font-size:.88rem}.divider{background:linear-gradient(90deg, transparent, var(--border-hover), transparent);height:1px}@media (max-width:992px){.hero-visual{margin-top:60px}.cta-box{padding:48px 32px}.project-full-body{padding:32px 28px}.project-screenshots-grid{height:260px}.about-block{padding:32px}.project-screenshots-mobile{height:200px}}@media (max-width:768px){.hero-stats{flex-wrap:wrap;gap:24px}.contact-info-card{padding:28px 24px}.project-screenshots-grid{grid-template-columns:1fr 1fr;height:220px}.project-screenshots-grid img:first-child{grid-column:span 2}.project-screenshots-mobile{grid-template-columns:repeat(2,1fr)}}.project-card-icon-wrap{border-bottom:1px solid var(--border);justify-content:center;align-items:center;width:100%;height:200px;transition:background .3s;display:flex}.rentstack-bg{background:linear-gradient(135deg,#e8f4ff 0%,#f0f8ff 100%)}.byteballot-bg{background:linear-gradient(135deg,#07111f 0%,#0d2340 100%)}.project-card-icon-img{object-fit:contain;border-radius:22px;width:110px;height:110px;box-shadow:0 8px 32px #0000002e}.byteballot-icon-svg{width:120px;height:120px}.scroll-gallery-wrap{cursor:grab;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#00e5ff33 transparent;padding-bottom:12px;overflow:auto hidden}.scroll-gallery-wrap:active{cursor:grabbing}.scroll-gallery-wrap::-webkit-scrollbar{height:4px}.scroll-gallery-wrap::-webkit-scrollbar-track{background:0 0}.scroll-gallery-wrap::-webkit-scrollbar-thumb{background:#00e5ff33;border-radius:4px}.scroll-gallery-track{gap:10px;width:max-content;height:280px;display:flex}.scroll-gallery-item{cursor:pointer;border:1px solid var(--border);border-radius:10px;flex-shrink:0;width:auto;height:280px;transition:border-color .25s,transform .25s;position:relative;overflow:hidden}.scroll-gallery-item:hover{border-color:var(--border-hover);transform:scale(1.02)}.scroll-gallery-item img{object-fit:cover;pointer-events:none;width:auto;height:100%;display:block}.lightbox-overlay{z-index:9999;background:#07111ff5;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-inner{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.lightbox-inner img{object-fit:contain;border-radius:12px;max-width:90vw;max-height:88vh;box-shadow:0 40px 100px #000c}.lightbox-close{color:var(--white);cursor:pointer;z-index:10000;background:#00e5ff1a;border:1px solid #00e5ff33;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.3rem;transition:background .2s;display:flex;position:fixed;top:20px;right:24px}.lightbox-close:hover{background:#00e5ff33}.lightbox-nav{color:var(--white);cursor:pointer;z-index:10000;background:#00e5ff1a;border:1px solid #00e5ff33;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.3rem;transition:background .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#00e5ff38}.lightbox-nav.prev{left:16px}.lightbox-nav.next{right:16px}
