body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{position:fixed;top:0;left:0;width:100%;background:linear-gradient(90deg,#0f172a,#1e293b,#334155);box-shadow:0 2px 10px #0000004d;z-index:1000;padding:1rem 0}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.header-brand{flex:1}.brand-text{font-size:1.5rem;font-weight:700;color:#fff;margin:0;letter-spacing:.5px}.separator{margin:0 .75rem;opacity:.7}.nav-list{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-list li button{background:none;border:none;font-size:1rem;font-weight:500;color:#fff;cursor:pointer;transition:all .3s ease;padding:.5rem 1rem}.nav-list li button:hover{color:gold;transform:translateY(-2px)}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s;border-radius:3px}@media(max-width:768px){.header-container{padding:0 1rem}.brand-text{font-size:1.2rem}.menu-toggle{display:flex}.nav{position:fixed;top:70px;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:0 5px 10px #0003}.nav-open{max-height:300px}.nav-list{flex-direction:column;gap:0;padding:1rem 0}.nav-list li{width:100%}.nav-list li button{width:100%;text-align:left;padding:1rem 2rem}.nav-list li button:hover{background:#ffffff1a}}@media(max-width:640px){.brand-text{font-size:1rem}.separator{margin:0 .5rem}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:9rem 2rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.4}.hero-container{max-width:900px;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.hero-content{color:#fff;text-align:center}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;opacity:.95}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.btn-primary{background:#fff;color:#667eea;box-shadow:0 4px 15px #0003}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}@media(max-width:968px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}}@media(max-width:640px){.hero{padding:7rem 1rem 3rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}}.services{padding:6rem 2rem;background:#f8f9fa}.services-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;text-align:center}.service-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #667eea33}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.service-description{font-size:1rem;color:#666;line-height:1.6}@media(max-width:768px){.services{padding:4rem 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr}}.clients{padding:6rem 2rem;background:#fff}.clients-container{max-width:1200px;margin:0 auto}.client-showcase{display:flex;justify-content:center;margin-bottom:4rem}.featured-client{background:#f8f9fa;padding:3rem;border-radius:20px;text-align:center;max-width:500px;width:100%;transition:all .3s ease;border:2px solid transparent}.featured-client:hover{transform:translateY(-10px);border-color:#667eea;box-shadow:0 10px 30px #667eea33}.client-logo{width:200px;height:200px;margin:0 auto 2rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:1.5rem;box-shadow:0 5px 15px #0000001a}.client-logo img{max-width:100%;max-height:100%;object-fit:contain}.client-name{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem}.client-description{font-size:1.1rem;color:#666;margin-bottom:1.5rem;line-height:1.6}.client-link{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.client-link:hover{color:#764ba2;transform:translate(5px)}.clients-cta{text-align:center;padding:3rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff}.clients-cta p{font-size:1.3rem;margin-bottom:1.5rem}.clients-cta .btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.clients-cta .btn-primary{background:#fff;color:#667eea;box-shadow:0 4px 15px #0003}.clients-cta .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}@media(max-width:768px){.clients{padding:4rem 1rem}.featured-client{padding:2rem}.client-logo{width:150px;height:150px;padding:1rem}.client-name{font-size:1.5rem}.client-description{font-size:1rem}.clients-cta{padding:2rem 1rem}.clients-cta p{font-size:1.1rem}}.contact{padding:6rem 2rem;background:#f8f9fa}.contact-container{max-width:1200px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #667eea33}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h3{font-size:1.3rem;color:#333;margin-bottom:1rem}.info-card p{color:#666;margin:.5rem 0;font-size:1rem}.location-detail{font-size:.9rem;color:#888;margin-bottom:1rem!important}.contact-form-wrapper{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 4px 6px #0000001a}.company-info h3{font-size:2rem;color:#333;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.company-tagline{font-size:1rem;color:#666;font-style:italic;margin-bottom:1.5rem}.company-description{color:#555;line-height:1.8;margin-bottom:2rem;font-size:1rem}.business-hours{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem;border-radius:10px;color:#fff}.business-hours h4{margin:0 0 1rem;font-size:1.2rem}.business-hours p{margin:.5rem 0;opacity:.95}@media(max-width:968px){.contact-content{grid-template-columns:1fr}}@media(max-width:768px){.contact{padding:4rem 1rem}.contact-form-wrapper{padding:2rem 1.5rem}.company-info h3{font-size:1.6rem}}.footer{background:#1a1a2e;color:#fff;padding:3rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem}.footer-logo{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{font-size:1rem;color:#ccc;margin-bottom:1rem}.footer-description{color:#aaa;line-height:1.6;font-size:.95rem}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#fff}.footer-links,.footer-contact{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.8rem}.footer-links button{background:none;border:none;color:#aaa;font-size:1rem;cursor:pointer;transition:color .3s ease;padding:0;text-align:left}.footer-links button:hover{color:#667eea}.footer-contact li{color:#aaa;margin-bottom:.8rem;font-size:.95rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#888;font-size:.9rem;margin:0}@media(max-width:968px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-section:first-child{grid-column:1 / -1}}@media(max-width:640px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section:first-child{grid-column:auto}}.app{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
