*{margin:0;padding:0;box-sizing:border-box}:root{--white: #ffffff;--off-white: #f8f9fa;--light-purple: #E8E4F0;--medium-purple: #9B8CBF;--dark-purple: #6B5B7A;--text-dark: #2d2d2d;--text-light: #666666}body{font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:var(--white);color:var(--text-dark);line-height:1.6}.app{min-height:100vh}.header{position:fixed;top:0;left:0;right:0;background-color:var(--white);box-shadow:0 2px 10px #0000000d;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-img{height:40px;width:auto}.logo-text{font-size:1.5rem;font-weight:700;color:var(--dark-purple);letter-spacing:.05em}.nav{display:flex;gap:2rem}.nav a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover{color:var(--medium-purple)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.hamburger{width:25px;height:3px;background-color:var(--dark-purple);transition:all .3s ease}.hero{padding:8rem 2rem 4rem;background:radial-gradient(circle,var(--medium-purple) 1px,transparent 1px),linear-gradient(135deg,var(--light-purple) 0%,var(--off-white) 100%);background-size:30px 30px,100% 100%;background-position:0 0,0 0}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{text-align:left}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #6b5b7a33}.hero-title{font-size:3rem;font-weight:700;color:var(--dark-purple);margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{display:flex;justify-content:center;align-items:center}.hero-visual{width:100%;max-width:400px}.hero-visual svg{width:100%;height:auto}.cta-button{padding:.8rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.cta-primary{background-color:var(--medium-purple);color:var(--white)}.cta-primary:hover{background-color:var(--dark-purple);transform:translateY(-2px)}.cta-secondary{background-color:var(--white);color:var(--medium-purple);border:2px solid var(--medium-purple)}.cta-secondary:hover{background-color:var(--light-purple)}.section{padding:5rem 2rem;background-color:var(--off-white)}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;color:var(--dark-purple);text-align:center;margin-bottom:3rem}.about-content{max-width:800px;margin:0 auto}.about-text{font-size:1.1rem;color:var(--text-light);margin-bottom:3rem;line-height:1.8}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{padding:2rem;background-color:var(--off-white);border-radius:12px;border:1px solid var(--light-purple)}.stat-number{font-size:2.5rem;font-weight:700;color:var(--medium-purple);margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.1em}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background-color:var(--white);padding:2.5rem;border-radius:12px;border:1px solid var(--light-purple);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #6b5b7a26;border-color:var(--medium-purple)}.service-icon{width:60px;height:60px;margin-bottom:1.5rem;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1)}.service-card h3{font-size:1.4rem;color:var(--dark-purple);margin-bottom:1rem;font-weight:600}.service-card p{color:var(--text-light);line-height:1.6}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.industry-card{background-color:var(--white);padding:2rem;border-radius:12px;border:1px solid var(--light-purple);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.industry-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #6b5b7a26;border-color:var(--medium-purple)}.industry-icon{width:60px;height:60px;margin-bottom:1rem;transition:transform .3s ease}.industry-card:hover .industry-icon{transform:scale(1.1)}.industry-card h3{font-size:1.1rem;color:var(--dark-purple);font-weight:600}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-card{background-color:var(--white);padding:2.5rem;border-radius:12px;border:1px solid var(--light-purple);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.team-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #6b5b7a26;border-color:var(--medium-purple)}.team-icon{width:80px;height:80px;margin-bottom:1.5rem;transition:transform .3s ease}.team-card:hover .team-icon{transform:scale(1.1)}.team-card h3{font-size:1.4rem;color:var(--dark-purple);margin-bottom:.5rem;font-weight:600}.team-card p{color:var(--text-light);line-height:1.6}.cta{background-color:var(--off-white);text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;color:var(--dark-purple);margin-bottom:1rem}.cta-text{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem}.footer{background-color:var(--dark-purple);color:var(--white);padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:2rem}.footer-brand{min-width:200px}.footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:1rem}.footer-logo-img{height:40px;width:auto}.footer-brand p{color:#fffc;margin-bottom:.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links h4{color:var(--medium-purple);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.footer-links a{color:var(--white);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--light-purple)}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact h4{color:var(--medium-purple);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.website-link,.email-link{color:var(--white);text-decoration:none;font-size:1.1rem;transition:color .3s ease}.website-link:hover,.email-link:hover{color:var(--light-purple)}.linkedin-link{display:flex;align-items:center;color:var(--white);text-decoration:none;transition:color .3s ease}.linkedin-link:hover{color:var(--light-purple)}.linkedin-link svg{width:24px;height:24px}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;text-align:center}.footer-bottom p{color:#fffc;font-size:.9rem}@media (max-width: 768px){.container{max-width:100%;padding:0 1rem}.nav{position:fixed;top:70px;left:0;right:0;background-color:var(--white);flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;transition:all .3s ease;box-shadow:0 4px 10px #0000001a}.nav-open{transform:translateY(0);opacity:1}.mobile-menu-toggle{display:flex}.hero-container{grid-template-columns:1fr;gap:2rem}.hero-content{text-align:center}.hero-ctas{justify-content:center}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.about-stats,.services-grid,.team-grid,.industries-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand,.footer-links,.footer-contact{text-align:center}}
