:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.hero{padding:8rem 0 5rem;background-color:var(--background)}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;color:var(--primary)}.hero-content p{font-size:1.2rem;line-height:1.6;color:#666;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;color:#fff;justify-content:center;align-items:center}.button-outline{background-color:transparent;border:2px solid var(--secondary);color:#fff}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat{text-align:center}.stat h3{font-size:2rem;color:var(--secondary);margin-bottom:.5rem}.stat p{font-size:1rem;margin-bottom:0}.hero-image{position:relative}.hero-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 20px 40px #0000001a}@media (max-width: 1024px){.hero-content h1{font-size:3rem}}@media (max-width: 768px){.hero{padding:6rem 0 3rem;text-align:center}.hero-container{grid-template-columns:1fr;gap:2rem}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.hero-buttons{flex-direction:column;gap:1rem}.hero-buttons button{width:100%}.hero-stats{grid-template-columns:1fr;gap:1.5rem}.hero-image{order:-1;margin:0 -2rem}.hero-image img{border-radius:0}}@media (max-width: 480px){.hero-content h1{font-size:2rem}}.navbar{background-color:var(--background);width:100%;padding:1rem 2rem}.navbar-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto}.logo-container{display:flex;align-items:center;z-index:1001;max-width:200px}.logo{width:50px;height:auto;object-fit:contain}.logo-text{font-size:1.2rem;font-weight:700;color:var(--primary);margin-left:.5rem;white-space:nowrap}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--secondary)}.nav-links .button{background-color:var(--primary);color:#fff}.mobile-menu-button{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;margin-left:1rem}.mobile-menu-button span{width:100%;height:3px;background-color:var(--primary);transition:all .3s ease}.mobile-menu-button.open span:first-child{transform:translateY(9px) rotate(45deg)}.mobile-menu-button.open span:nth-child(2){opacity:0}.mobile-menu-button.open span:last-child{transform:translateY(-9px) rotate(-45deg)}@media (max-width: 768px){.navbar{position:fixed;top:0;z-index:1000}.navbar-container{position:relative}.mobile-menu-button{display:flex;position:absolute;right:0}.nav-links{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:var(--background);flex-direction:column;justify-content:center;transition:right .3s ease;padding:2rem}.nav-links.open{right:0}.nav-links a{font-size:1.2rem;padding:1rem 0}.nav-links .button{margin-top:1rem;width:100%;text-align:center}}#root .logo{padding:0;height:100%}.services{background-color:var(--background);padding:5rem 0}.services-image{width:100%;display:flex;justify-content:center;margin-bottom:4rem}.services-image img{height:auto;border-radius:10px;box-shadow:0 20px 40px #0000001a}.services-content{width:100%}.services-text h3{font-size:2rem;color:var(--primary);margin-bottom:1.5rem;text-align:center}.services-description{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:3rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}.service-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card h4{font-size:1.25rem;color:var(--primary);margin-bottom:1rem;text-align:center}.service-card p{color:#666;line-height:1.5;text-align:center}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.services-grid{grid-template-columns:1fr;gap:1.5rem}.services-image img{width:250px}}.projects{background-color:#f8f9fa}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.project-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 10px 20px #0000000d;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-image{width:100%;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover}.project-content{padding:1.5rem}.project-content h3{font-size:1.5rem;color:var(--primary);margin-bottom:.5rem}.project-client{color:var(--secondary);font-weight:600;margin-bottom:1rem}.project-description{color:#666;margin-bottom:1.5rem;line-height:1.6}@media (max-width: 1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}}.footer{background-color:var(--primary);color:var(--background);padding:4rem 0 2rem}.footer .section-title{color:var(--background);margin-bottom:3rem}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.contact-item{text-align:center}.contact-item h3{font-size:1.5rem;margin-bottom:1rem;color:var(--secondary)}.contact-item p{margin-bottom:.5rem}.clickable{cursor:pointer;transition:color .3s ease;text-decoration:underline}.clickable:hover{color:var(--secondary)}.social-links{display:flex;gap:1rem;justify-content:center;flex-direction:column}.social-links a{color:var(--background);text-decoration:none;transition:color .3s ease}.social-links a:hover{color:var(--secondary)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:2rem;text-align:center}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:3rem}}:root{--primary: #101113;--secondary: #181818;--text: #101113;--background: #ffffff;--accent: #1a1d21}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,sans-serif}body{background-color:var(--background);color:var(--text)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.button{background-color:var(--secondary);color:#fff;padding:.75rem 1.5rem;border-radius:4px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.button:hover{opacity:.9;transform:translateY(-1px)}.section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.2rem;color:#666;text-align:center;margin-bottom:3rem}#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}
