:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#007bff;text-decoration:none}a:hover{color:#0056b3}body{margin:0;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}}#root{width:100%;margin:0;padding:0}.landing-page{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.skip-to-content{position:absolute;top:-40px;left:0;background:#4a5568;color:#fff;padding:8px 16px;text-decoration:none;border-radius:0 0 4px;z-index:100}.skip-to-content:focus{top:0}a:focus,button:focus{outline:2px solid #4a5568;outline-offset:2px}.header{padding:1.5rem 2rem;background:#fffffff2;border-bottom:1px solid #e9ecef;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d}.header nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header h1{margin:0;font-size:1.5rem;color:#333}.social-links{display:flex;gap:1rem}.social-links a{color:#333;transition:color .3s;display:flex;align-items:center}.social-links a:hover{color:#007bff}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.hero{text-align:center;padding:4rem 2rem;margin-bottom:3rem;background:linear-gradient(135deg,#4a5568e6,#2d3748e6),url(https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1200&auto=format&fit=crop) center/cover;border-radius:16px;color:#fff;box-shadow:0 10px 40px #0000001a;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;animation:moveBackground 20s linear infinite}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero h2{font-size:2.8rem;margin-bottom:1rem;color:#fff;position:relative;z-index:1;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.2)}.tagline{font-size:1.25rem;color:#fffffff2;max-width:600px;margin:0 auto;line-height:1.6;position:relative;z-index:1}.about,.skills,.services,.contact,.experience,.clients{margin-bottom:3rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s}.about:hover,.skills:hover,.services:hover,.experience:hover,.clients:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.about p{line-height:1.8;color:#444;margin-bottom:1rem}.about p:last-child{margin-bottom:0}.about a{color:#007bff;text-decoration:underline}.about a:hover{color:#0056b3}h3{font-size:1.75rem;margin-bottom:1rem;color:#1a1a1a}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.skill-card{padding:1.5rem;background:linear-gradient(135deg,#4a5568,#2d3748);border-radius:12px;border:none;color:#fff;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #4a556833}.skill-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 25px #4a55684d}.skill-card h4{margin-top:0;margin-bottom:.5rem;color:#fff;font-weight:600}.skill-card p{margin:0;color:#ffffffe6}.services ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.services li{padding:1rem 1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #4a5568;color:#2d3748;font-size:1.05rem;transition:all .3s}.services li:hover{background:#e9ecef;transform:translate(10px);box-shadow:0 4px 12px #00000014}.services li:last-child{border-bottom:none}.experience-list{display:grid;gap:1.5rem;margin-top:1.5rem}.experience-item{padding:1.5rem;background:#fff;border-radius:12px;border-left:4px solid #4a5568;color:#1a1a1a;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #00000014}.experience-item:hover{transform:translate(10px);box-shadow:0 8px 25px #0000001f}.experience-item h4{margin-top:0;margin-bottom:.75rem;color:#2d3748;font-weight:600}.experience-item p{margin:0;color:#4a5568;line-height:1.6}.clients{margin-bottom:3rem}.clients-row{display:flex;flex-wrap:wrap;align-items:center;margin-top:2rem}.client-card{padding:1rem;background:transparent;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;transition:transform .3s;text-decoration:none;cursor:pointer;flex-shrink:0;min-width:80px}.client-card:hover{transform:translateY(-8px) rotate(2deg)}.client-logo{max-width:100px;max-height:50px;width:auto;height:auto;object-fit:contain}.why-work{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:3rem}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.why-item{padding:1.5rem;background:#f8f9fa;border-radius:8px;transition:transform .3s,box-shadow .3s}.why-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001a}.why-item h4{margin-top:0;margin-bottom:.75rem;color:#2d3748;font-size:1.1rem}.why-item p{margin:0;color:#4a5568;line-height:1.6}.process{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:3rem}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.process-step{text-align:center;padding:1.5rem;position:relative}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#4a5568,#2d3748);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem;box-shadow:0 4px 15px #4a55684d}.process-step h4{margin-top:0;margin-bottom:.75rem;color:#2d3748;font-size:1.25rem}.process-step p{margin:0;color:#4a5568;line-height:1.6}.contact{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#4a5568,#2d3748);border-radius:16px;box-shadow:0 10px 40px #00000026;color:#fff}.contact h3{color:#fff}.contact p{color:#fffffff2}.contact-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-block;margin-top:1rem;padding:.75rem 2rem;background:#fff;color:#2d3748;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #0003}.cta-button:hover{background:#f5f7fa;color:#2d3748;transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-button.secondary:hover{background:#fff;color:#2d3748}.footer{padding:2rem;text-align:center;background:#f8f9fa;border-top:1px solid #e9ecef;margin-top:auto}.footer p{margin:0;color:#666}.footer .company-details{margin-top:.5rem;font-size:.9rem}.footer a{color:#4a5568;text-decoration:none}.footer a:hover{color:#2d3748;text-decoration:underline}@media(max-width:768px){.hero h2{font-size:2rem}.tagline{font-size:1.1rem}.skills-grid{grid-template-columns:1fr}.main-content{padding:1rem}.header nav{flex-direction:column;gap:1rem;text-align:center}.contact-links{flex-direction:column}.cta-button{width:100%}.clients-row{gap:.5rem;justify-content:space-between}.client-card{padding:.5rem}.client-logo{max-width:120px;max-height:60px}.services ul,.why-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr;gap:2rem}}
