*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1a202c;background-color:#0a0a0a}.app{min-height:100vh}.nav{position:fixed;top:0;width:100%;background:hsla(0,0%,4%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #2d3748;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;height:80px;gap:3rem}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{gap:1rem;flex-shrink:0}.nav-logo img{height:40px}.nav-logo span{font-size:1.5rem;font-weight:700;color:#e2e8f0}.nav-links{display:flex;gap:2rem}.nav-links a{color:#a0aec0;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#63b3ed}.nav-right{display:flex;align-items:center;gap:1.5rem;flex-shrink:0;margin-left:auto}.nav-cta{background:linear-gradient(135deg,#63b3ed,#9f7aea);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s ease;display:inline-block;white-space:nowrap}.nav-cta:hover{transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0}.hamburger span{width:25px;height:3px;background:#e2e8f0;border-radius:2px;transition:all .3s ease}.hamburger.active span:first-child{transform:rotate(45deg) translate(10px,10px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hero{padding:120px 2rem 80px;background:linear-gradient(135deg,#0a0a0a,#1a202c);min-height:100vh;display:flex;align-items:center;width:100vw}.hero-container{max-width:1200px;margin:0 auto}.hero-content h1{font-size:3.5rem;font-weight:800;color:#e2e8f0;line-height:1.1;margin-bottom:2rem;max-width:800px}.hero-content p{font-size:1.25rem;color:#a0aec0;margin-bottom:3rem;max-width:600px;line-height:1.7}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#63b3ed,#9f7aea);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;transition:all .3s ease;border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(99,179,237,.3)}.btn-secondary{background:transparent;color:#63b3ed;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;border:2px solid #63b3ed;transition:all .3s ease;cursor:pointer}.btn-secondary:hover{background:#63b3ed;color:#fff}.trust-strip{background:#1a202c;padding:2rem 0;border-top:1px solid #2d3748;border-bottom:1px solid #2d3748}.trust-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.trust-container span{color:#a0aec0;font-weight:500}.problem{padding:80px 2rem;background:#0a0a0a}.problem-container{max-width:1200px;margin:0 auto;text-align:center}.problem h2{font-size:2.5rem;font-weight:700;color:#e2e8f0;margin-bottom:2rem;line-height:1.2}.problem p{font-size:1.125rem;color:#a0aec0;max-width:600px;margin:0 auto;line-height:1.7}.services{padding:80px 2rem;background:#1a202c}.services-container{max-width:1200px;margin:0 auto}.services h2{font-size:2.5rem;font-weight:700;color:#e2e8f0;text-align:center;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.service-card{background:#2d3748;padding:2rem;border-radius:12px;border:1px solid #4a5568;transition:all .3s ease}.service-card:hover{transform:translateY(-5px);border-color:#63b3ed;box-shadow:0 10px 30px rgba(99,179,237,.1)}.service-card h3{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin-bottom:1rem}.service-card p{color:#a0aec0;line-height:1.6}.why-choose{padding:80px 2rem;background:#0a0a0a}.why-container{max-width:1200px;margin:0 auto}.why-choose h2{font-size:2.5rem;font-weight:700;color:#e2e8f0;text-align:center;margin-bottom:3rem}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.why-item{text-align:center;padding:2rem}.why-item h3{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin-bottom:1rem}.why-item p{color:#a0aec0;line-height:1.6}.portfolio{padding:80px 2rem;background:#1a202c}.portfolio-container{max-width:1200px;margin:0 auto}.portfolio h2{font-size:2.5rem;font-weight:700;color:#e2e8f0;text-align:center;margin-bottom:3rem}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.portfolio-item{background:#2d3748;border-radius:12px;overflow:hidden;border:1px solid #4a5568;transition:all .3s ease}.portfolio-item:hover{transform:translateY(-5px);border-color:#63b3ed}.portfolio-placeholder{height:200px;background:linear-gradient(135deg,#63b3ed,#9f7aea);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.125rem}.portfolio-item h3{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:1.5rem 1.5rem 1rem}.portfolio-item p{color:#a0aec0;line-height:1.6;margin:0 1.5rem 1.5rem}.portfolio-tech{display:flex;gap:.5rem;flex-wrap:wrap;margin:0 1.5rem 1.5rem}.portfolio-tech span{background:#4a5568;color:#e2e8f0;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.final-cta{padding:80px 2rem;background:linear-gradient(135deg,#0a0a0a,#1a202c);text-align:center}.cta-container{max-width:800px;margin:0 auto}.final-cta h2{font-size:2.5rem;font-weight:700;color:#e2e8f0;margin-bottom:2rem;line-height:1.2}.contact{padding:80px 2rem;background:#0a0a0a}.contact-container{max-width:1200px;margin:0 auto}.contact h2{font-size:2.5rem;font-weight:700;color:#e2e8f0;text-align:center;margin-bottom:3rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-info h3{font-size:1.5rem;font-weight:600;color:#e2e8f0;margin-bottom:1rem}.contact-info p{color:#a0aec0;line-height:1.6;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{color:#63b3ed;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-method:hover{color:#9f7aea}.contact-form{background:#2d3748;padding:2rem;border-radius:12px;border:1px solid #4a5568}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#e2e8f0;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;background:#1a202c;border:1px solid #4a5568;border-radius:8px;color:#e2e8f0;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#63b3ed}.footer{background:#0a0a0a;border-top:1px solid #2d3748;padding:40px 2rem 20px}.footer-container{max-width:1200px;margin:0 auto}.footer-content{justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.footer-content,.footer-logo{display:flex;align-items:center}.footer-logo{gap:1rem}.footer-logo img{height:30px}.footer-logo span{font-size:1.25rem;font-weight:700;color:#e2e8f0}.footer-links{display:flex;gap:2rem}.footer-links a{color:#a0aec0;text-decoration:none;font-weight:500;transition:color .3s ease}.footer-links a:hover{color:#63b3ed}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #2d3748}.footer-bottom p{color:#718096;font-size:.875rem}@media (max-width:768px){.nav-container{padding:0 1rem;width:97%;justify-content:space-between}.nav-right{gap:1rem}.nav-links{position:absolute;top:80px;left:0;right:0;background:hsla(0,0%,4%,.98);flex-direction:column;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease;border-bottom:1px solid #2d3748}.nav-links.active{max-height:300px}.nav-links a{padding:1rem 2rem;display:block;border-bottom:1px solid #2d3748}.hamburger{display:flex}.nav-cta{display:none}.hero-content h1{font-size:2.5rem}.hero-ctas{flex-direction:column}.contact-content,.portfolio-grid,.services-grid{grid-template-columns:1fr}.contact-content{gap:2rem}.footer-content{flex-direction:column;text-align:center}}@media (max-width:480px){.nav-container{height:70px}.nav-logo span{font-size:1.2rem}.nav-links{top:70px}.hero-content h1{font-size:2rem}.trust-container{flex-direction:column;gap:1rem}.why-grid{grid-template-columns:1fr}}