@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}body{background-color:#0b0b0b;margin:0;font-family:Inter,sans-serif}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 24px;color:#e5e7eb}.hero-title{font-size:4rem;font-weight:700;margin-bottom:32px;line-height:1.2}.text-blue{color:#3b82f6}.hero-buttons{display:flex;gap:20px;margin-bottom:64px;text-decoration:none}.hero-buttons a{text-decoration:none;color:inherit}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-3px)}to{transform:translateY(0)}}.btn-primary,.btn-secondary{animation:float 2s ease-in-out infinite}.btn-primary,.btn-secondary{padding:14px 32px;border:none;border-radius:6px;font-size:.95rem;cursor:pointer;font-weight:600;transition:all .25s ease}.btn-primary{background-color:#3b82f6;color:#fff!important;box-shadow:0 4px 12px #000}.btn-secondary{background-color:transparent;border:2px solid #9ca3af;color:#9ca3af}.btn-secondary:hover{border-color:#3b82f6;color:#3b82f6}.tiles{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.tile{position:relative;width:200px;height:140px;background-color:#9ca3af0d;border:1px solid rgba(156,163,175,.2);border-radius:8px;display:flex;justify-content:center;align-items:center;padding:16px;transition:all .25s ease;box-shadow:0 6px 18px #00000080}.tile-icon-box{position:absolute;top:12px;left:12px;width:36px;height:36px;background-color:#3b83f66e;border-radius:6px;display:flex;justify-content:center;align-items:center;z-index:-200}select{width:100%;padding:14px 40px 14px 16px;margin-bottom:16px;border-radius:6px;border:1px solid rgba(156,163,175,.3);background-color:#111;color:#e5e7eb;font-family:Inter,sans-serif;font-size:.95rem;appearance:none;outline:none;transition:all .25s ease;background-image:url("data:image/svg+xml;utf8,<svg fill='%23e5e7eb' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.25 7.5L10 12.25L14.75 7.5'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}select:hover{border-color:#3b82f6}select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d}.tile-icon{color:#307cf6;font-size:1.2rem}.tile-text{color:#e5e7eb;text-align:center;font-size:.9rem;font-weight:500}.home-header{text-align:center;max-width:900px;margin:0 auto 32px}.home-header p{font-size:1.3rem;color:#fff;margin:0 auto}@media(max-width:768px){.hero-title{font-size:2.5rem}.home-header p{font-size:1.05rem}}@media(max-width:768px){.hero-buttons{flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:14px;width:100%}.btn-primary,.btn-secondary{width:auto;min-width:140px;padding:12px 22px;font-size:.95rem;white-space:nowrap}}@media(max-width:480px){.hero-buttons{gap:12px}.btn-primary,.btn-secondary{min-width:125px;padding:11px 18px;font-size:.88rem}}.projects{padding:48px 24px;display:flex;flex-direction:column;align-items:center}.projects-header{text-align:center;max-width:900px;margin:0 auto 32px}.projects-header h1{font-size:3rem;font-weight:700;margin-bottom:12px}.projects-header p{font-size:1rem;color:#9ca3af;margin:0 auto}.projects-legend{display:flex;gap:24px;margin-bottom:32px;font-size:.9rem;justify-content:center}.legend-item{display:flex;align-items:center;gap:6px}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr)!important;gap:32px;justify-content:center;width:100%;max-width:1400px;margin:0 auto}.project-card{position:relative;width:600px;height:200px;background-color:#9ca3af0d;border:1px solid rgba(156,163,175,.2);border-radius:12px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .25s ease;box-shadow:0 6px 20px #00000080}.project-card:hover{background-color:#3b82f60d;box-shadow:0 10px 28px #0009}.project-tag{position:absolute;top:12px;right:12px;padding:4px 8px;font-size:.75rem;font-weight:600;border-radius:4px;color:#0b0b0b;background-color:#3b82f6}.project-tag.done{background-color:#22c55e}.project-tag.in-progress{background-color:#3b82f6}.project-title{font-size:1.2rem;font-weight:500;text-align:center}.project-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0b0b0bf2;display:flex;justify-content:center;align-items:center;z-index:1000}.project-modal-content{position:relative;background-color:#0b0b0b;padding:32px;border-radius:12px;max-width:1000px;width:90%;max-height:90%;overflow-y:auto;box-shadow:0 8px 28px #000000b3}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#e5e7eb;font-size:1.2rem;cursor:pointer}.modal-main{margin-bottom:16px}.modal-main video,.modal-main img{width:10%;border-radius:8px;max-width:100%}.modal-main p{color:#e5e7eb;font-size:1rem}.modal-description{margin-bottom:16px;color:#9ca3af;font-size:.95rem}.modal-checklist{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.modal-checklist li{display:flex;align-items:center;gap:8px}.check-icon.done{color:#22c55e}.check-icon.half{color:#3b82f6}.check-empty{width:16px;height:16px}@media(max-width:1400px){.project-card{width:90%}}@media(max-width:800px){.projects-scroll-wrapper{display:flex}.projects-grid{grid-template-columns:1fr}}.simple-link{color:#3b82f6;text-decoration:none;font-weight:500;transition:color .2s ease}.simple-link:hover{color:#60a5fa}.projects-scroll-wrapper{display:grid;grid-template-columns:repeat(2,1fr)!important;gap:32px;justify-content:center;width:100%;max-width:1400px;margin:0 auto}@media(max-width:768px){.projects-scroll-wrapper{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:20px;padding-bottom:10px;width:200%;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.projects-scroll-wrapper>*{flex:0 0 auto;scroll-snap-align:start}.projects-scroll-wrapper::-webkit-scrollbar{height:8px}.projects-scroll-wrapper::-webkit-scrollbar-thumb{background:#2a2a2f;border-radius:999px}}.services{padding:48px 24px;display:flex;flex-direction:column;align-items:center}.services-header{text-align:center;max-width:900px;margin-bottom:32px}.services-header h1{font-size:3rem;font-weight:700;margin-bottom:12px}.services-header p{font-size:1rem;color:#9ca3af;margin:0 auto}.services-grid-wrapper{width:100%;display:flex;justify-content:center}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:880px;width:100%}.service-card{position:relative;width:400px;min-height:140px;background-color:#9ca3af0d;border:1px solid rgba(156,163,175,.2);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;transition:all .25s ease;box-shadow:0 6px 18px #00000080}.service-card:hover{background-color:#3b82f60d;box-shadow:0 8px 24px #0009}.tile-icon-box{position:absolute;top:12px;left:12px;width:32px;height:32px;background-color:#3b83f66e;border-radius:6px;display:flex;justify-content:center;align-items:center}.tile-icon-box svg{color:#307cf6;font-size:1rem}.service-title{font-size:1.1rem;font-weight:600;margin-bottom:8px;color:#e5e7eb;text-align:center}.service-desc{font-size:.9rem;color:#d1d5db;text-align:center}.services-pricing{text-align:center;margin-top:48px;max-width:900px}.services-pricing h2{font-size:2rem;margin-bottom:24px}.pricing-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;justify-content:center}.pricing-card{background-color:#9ca3af0d;border:1px solid rgba(156,163,175,.2);border-radius:12px;padding:20px;box-shadow:0 4px 12px #00000080;transition:all .25s ease}.pricing-card:hover{background-color:#3b82f60d;box-shadow:0 6px 18px #0009}.pricing-card h4{font-size:1.1rem;margin-bottom:8px;color:#e5e7eb}.pricing-card p{font-size:1rem;color:#d1d5db}@media(max-width:900px){.services-grid{grid-template-columns:1fr;max-width:400px}.service-card,.pricing-card{width:100%}}@media(max-width:800px){.pricing-cards{grid-template-columns:1fr}}.modal-main{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem}.modal-main video,.modal-main img{width:2000px;height:900px;object-fit:contain;border-radius:12px}.services-showcase{display:flex;justify-content:space-between;gap:60px;margin-top:80px;margin-bottom:100px;flex-wrap:wrap}.services-showcase-left{flex:1;min-width:320px}.services-showcase-right{flex:1;min-width:320px;display:flex;flex-direction:column;gap:20px}.services-mini-title{color:#3b82f6;font-size:.8rem;letter-spacing:2px;font-weight:600;margin-bottom:18px}.services-big-title{font-size:2.8rem;line-height:1.15;margin-bottom:24px;color:#fff}.services-text{color:#9ca3af;line-height:1.8;margin-bottom:20px;max-width:650px}.services-info-card{display:flex;gap:20px;padding:24px;background-color:#9ca3af0d;border:1px solid rgba(156,163,175,.15);border-radius:10px;transition:.25s ease}.services-info-icon{color:#3b82f6;font-size:1.5rem;margin-top:4px}.services-info-card h3{margin-bottom:10px;color:#fff}.services-info-card p{color:#9ca3af;line-height:1.7}.services-business{margin-top:120px}.services-business-header{margin-bottom:50px}.services-business-title{font-size:2.5rem;color:#fff}.services-business-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.services-business-card{padding:30px;background-color:#9ca3af0d;border:1px solid rgba(156,163,175,.15);border-radius:10px;transition:.25s ease}.services-business-icon{color:#3b82f6;font-size:1.5rem;margin-bottom:20px}.services-business-card h3{margin-bottom:14px;color:#fff}.services-business-card p{color:#9ca3af;line-height:1.7}.services-contact{text-align:center;margin-top:120px;padding-top:60px;border-top:1px solid rgba(156,163,175,.15)}.services-contact h2{font-size:2.5rem;margin-bottom:20px}.services-contact p{color:#9ca3af;max-width:700px;margin:0 auto;line-height:1.8}.btn-secondary{text-decoration:none!important}@media(max-width:768px){.services-big-title,.services-business-title,.services-contact h2{font-size:2rem}}body{background-color:#0b0b0b;margin:0;font-family:Inter,sans-serif;color:#e5e7eb}.contact{padding:48px 24px;display:flex;flex-direction:column;align-items:center}.contact-header{text-align:center;max-width:900px;margin-bottom:40px}.contact-header h1{font-size:3rem;font-weight:700;margin-bottom:12px}.contact-header p{font-size:1rem;color:#9ca3af}.contact-grid-wrapper{display:flex;justify-content:center;width:100%;margin-bottom:48px}.contact-grid{display:flex;gap:80px;align-items:flex-start}.contact-tiles{display:flex;flex-direction:column;gap:24px}.tile{position:relative;width:200px;height:100px;background-color:#9ca3af0d;border:1px solid rgba(156,163,175,.2);border-radius:8px;display:flex;flex-direction:row;align-items:center;gap:16px;padding:16px;box-shadow:0 6px 18px #00000080;transition:all .25s ease}.tile:hover{background-color:#3b82f60d;box-shadow:0 8px 24px #0009}.tile-icon-box{width:36px;height:36px;background-color:#3b83f66e;border-radius:6px;display:flex;justify-content:center;align-items:center}.tile-icon-box svg{color:#307cf6;font-size:1.2rem}.tile-text{color:#e5e7eb;font-size:.9rem;font-weight:500}.contact-form-wrapper{width:400px;margin-left:0}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form input,.contact-form textarea{padding:14px;background-color:#9ca3af0d;border:1px solid rgba(156,163,175,.2);border-radius:8px;color:#e5e7eb;font-size:1rem;resize:none;transition:all .25s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.btn-primary{padding:14px 32px;border:none;border-radius:6px;font-size:.95rem;cursor:pointer;font-weight:600;transition:all .25s ease;background-color:#3b82f6;color:#0b0b0b;box-shadow:0 4px 12px #000}.btn-primary:hover{background-color:#60a5fa;box-shadow:0 6px 18px #000}.contact-note{width:90%;max-width:800px;background-color:#9ca3af0d;border:1px solid rgba(156,163,175,.2);border-radius:8px;padding:24px;box-shadow:0 6px 18px #00000080}.contact-note h3{margin-top:0;margin-bottom:12px;font-size:1.2rem;font-weight:600;color:#e5e7eb}.contact-note p{color:#d1d5db;font-size:1rem}@media(max-width:900px){.contact-grid{flex-direction:column;align-items:center;gap:24px}.contact-tiles,.contact-form-wrapper{width:90%}.tile{width:100%}}.form-toggle{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:15px;font-size:14px}.form-toggle span{opacity:.5;transition:.2s ease}.form-toggle span.active{opacity:1;font-weight:600}.switch{position:relative;width:50px;height:26px;display:inline-block;cursor:pointer}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;inset:0;background-color:#ccc;border-radius:34px;transition:.3s ease}.slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;top:3px;background-color:#fff;border-radius:50%;transition:.3s ease}.switch input:checked+.slider{background-color:#4f46e5}.switch input:checked+.slider:before{transform:translate(24px)}.switch:hover .slider{filter:brightness(1.1)}.navbar{position:fixed;top:0;left:0;width:100%;height:72px;display:flex;align-items:center;justify-content:space-between;padding-left:48px;padding-right:48px;background-color:#0e0e10;box-shadow:0 6px 18px #0000008c;z-index:1000;font-family:Inter,sans-serif;box-sizing:border-box}.navbar-logo{display:flex;align-items:center;gap:10px;min-width:0}.logo-mark{color:#3b82f6;font-size:1.6rem}.logo-text{color:#e5e7eb;font-weight:700;font-size:1.1rem;letter-spacing:.6px;white-space:nowrap}.navbar-links{list-style:none;display:flex;gap:36px;margin:0 64px 0 0;padding:0;flex-wrap:wrap;justify-content:flex-end}.navbar-links a{text-decoration:none;color:#9ca3af;font-size:1.05rem;font-weight:600;letter-spacing:.6px;position:relative;transition:color .25s ease;white-space:nowrap}.navbar-links a:hover{color:#60a5fa}@media(max-width:900px){.navbar{padding-left:24px;padding-right:24px}.navbar-links{gap:20px;margin-right:0}.navbar-links a{font-size:.95rem}.logo-text{font-size:1rem}}@media(max-width:600px){.navbar{height:auto;min-height:72px;flex-direction:column;align-items:center;padding-top:16px;padding-bottom:16px;gap:18px;text-align:center}.navbar-logo{width:100%;justify-content:center}.navbar-links{width:100%;margin-right:0;gap:22px;justify-content:center;flex-wrap:wrap}.navbar-links a{font-size:1rem}.logo-mark{font-size:1.45rem}.logo-text{font-size:1.05rem}}@media(max-width:400px){.navbar{padding-left:16px;padding-right:16px;gap:16px}.navbar-links{gap:16px}.navbar-links a{font-size:.95rem}.logo-text{font-size:1rem}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{overflow-x:hidden}img,video,canvas,svg{max-width:100%;height:auto;display:block}a,button{min-height:44px}h1{font-size:clamp(2rem,6vw,3rem)}h2{font-size:clamp(1.5rem,5vw,2rem)}h3{font-size:clamp(1.25rem,4vw,1.5rem)}p,li,a{font-size:clamp(.95rem,3.5vw,1rem);line-height:1.6}section,main{padding-left:clamp(16px,5vw,24px);padding-right:clamp(16px,5vw,24px)}input,textarea,select,button{font-family:inherit;font-size:1rem}.modal-main{padding:16px}.modal-main video,.modal-main img{width:100%;max-height:80vh}
