.header{background-color:#fff;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 5px #0000001a}.header-content{display:flex;align-items:center;justify-content:flex-start;padding:.75rem 1.5rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.logo-container{flex-shrink:0}.logo{height:40px}.nav{display:flex;gap:2rem;align-items:center;justify-content:flex-start;flex-shrink:0;margin-left:50px}.nav a{text-decoration:none;color:#333;font-weight:500;white-space:nowrap}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:18px;background:none;border:none;cursor:pointer;z-index:1001;padding:0;order:2}.bar{height:3px;width:100%;background-color:#333;border-radius:2px;transition:all .3s ease;display:block}@media (max-width: 768px){.hamburger{display:flex!important;visibility:visible;right:0}.header-content{justify-content:space-between}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;border-top:1px solid #eee;z-index:1000}.nav.open{display:flex}.nav a{width:100%;text-align:center;padding:.5rem 0}}.home-section{display:flex;justify-content:center;align-items:center;padding:0 20px;background-color:#f9f9f9;width:100%;margin-top:90px}.columns{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;max-width:1200px;justify-content:center;text-align:center}.column{background-color:#fff;box-shadow:0 2px 8px #0000000d;max-width:350px}.column-img{width:100%;height:auto;max-width:350px;margin-bottom:15px}.column h3{margin-bottom:10px;font-size:15px;text-align:left;padding-left:15px;padding-right:15px;padding-top:15px;left:20px;margin-top:-30px}.column p{margin-bottom:10px;font-size:15px;text-align:left;padding-top:20px;padding-left:15px;left:20px;margin-top:-30px}@media (max-width: 768px){.home-section{flex-direction:column;margin-top:60px;padding:20px}.columns{flex-direction:column;align-items:center}.column{width:90%}}.cta-banner{background-color:#646cff;color:#fff;padding:60px 20px;text-align:center;margin-top:60px;border-radius:12px}.cta-content{max-width:800px;margin:0 auto}.cta-banner h2{font-size:2rem;margin-bottom:15px}.cta-banner p{font-size:1.2rem;margin-bottom:30px}.cta-button{background-color:#fff;color:#646cff;padding:12px 24px;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:#e0e0ff}.portfolio-section{padding:60px 20px;background-color:#fff;text-align:center}.portfolio-title{font-size:2.5rem;margin-bottom:40px}.portfolio-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.project-card{background:#f9f9f9;border-radius:12px;padding:20px;max-width:300px;text-align:left;box-shadow:0 1px 1px #0000000d;transition:transform .2s}.project-card:hover{transform:translateY(-10px)}.project-image{width:260px;height:auto;border-radius:8px;margin-bottom:15px}.view-project{display:inline-block;background-color:#646cff;color:#fff;padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:700;width:100%;transition:background-color .3s ease}.tech-section{padding:60px 20px;background-color:#f9f9f9;text-align:center}.tech-wrapper h2{font-size:2rem;margin-bottom:30px;color:#333}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:30px;max-width:900px;margin:0 auto}.tech-item{display:flex;flex-direction:column;align-items:center;font-size:1rem;color:#444}.tech-icon{font-size:2.5rem;margin-bottom:10px;transition:transform .3s ease}.tech-icon:hover{transform:scale(1.2);color:#646cff}.site-footer{background-color:#1a1a1a;color:#fff;padding:40px 20px 20px;font-size:.95rem}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto;gap:20px}.footer-section{flex:1 1 250px;min-width:200px}.footer-section h4{margin-bottom:10px;font-size:1.2rem;color:#f0f0f0}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#ccc;text-decoration:none}.footer-section ul li a:hover{text-decoration:underline}.footer-bottom{text-align:center;margin-top:30px;color:#888}.contact-section{padding:160px 20px;background-color:#f0f0f0;text-align:center}.contact-wrapper{max-width:600px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-form input,.contact-form textarea{padding:12px;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical}.contact-form button{padding:12px;background-color:#646cff;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease}.contact-form button:hover{background-color:#535bf2}.apps-screen{margin-top:100px}.hero-section{border:1px solid #ccc;border-radius:25px;min-height:160px;margin:0 50px 20px;padding:0 50px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;background:#fff;box-sizing:border-box;width:90%;flex-wrap:wrap;overflow:hidden}.hero-image{width:100px;flex-shrink:0}.hero-copy{padding:0 50px;display:flex;flex-direction:column;justify-content:center}.hero-title{margin-top:0;margin-bottom:0;font-size:2rem;font-weight:700}.hero-sub{margin-top:10px;margin-bottom:0;font-size:1.2rem;color:#555}.hero-link{margin-top:15px}.hero-link a{color:#007aff;text-decoration:none;font-weight:500;transition:color .2s}.hero-link a:hover{color:#0051a8;text-decoration:underline}@media (max-width: 600px){.hero-section{flex-direction:column;flex-wrap:nowrap;align-items:center;text-align:center;padding:20px;margin:0 15px 20px;border-radius:16px;background-color:#fff}.hero-image{width:120px;margin-bottom:15px}.hero-copy{padding:0;display:flex;flex-direction:column;align-items:center}.hero-title{font-size:1.5rem;margin:8px 0;word-break:break-word}.hero-sub{font-size:1rem;color:#666;margin-bottom:12px;word-break:break-word}.hero-link a{font-size:1rem}}: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;min-width:320px;background-color:var(--background-color, #ffffff);color:var(--text-color, #213547);font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}html,body{margin:0;padding:0;box-sizing:border-box}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}}html,body{margin:0;padding:0;width:100%;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
