*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #64748b;--accent-color: #0ea5e9;--text-dark: #1e293b;--text-light: #64748b;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;left:0;right:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);z-index:1000;transition:all .3s ease}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-color);letter-spacing:-.5px}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--primary-color)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.nav-link:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:4px}.menu-toggle span{width:25px;height:3px;background-color:var(--text-dark);border-radius:2px;transition:all .3s ease}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:80px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.1;z-index:-1}.hero-background:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(37,99,235,.1) 0%,transparent 70%);animation:pulse 20s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.hero-content{text-align:center;max-width:800px;z-index:1}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1.5rem;color:var(--text-dark);line-height:1.2;letter-spacing:-1px}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.25rem);color:var(--text-light);margin-bottom:2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .3s ease;cursor:pointer;border:none;font-family:inherit}.btn-primary{background-color:var(--primary-color);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px)}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.125rem;color:var(--text-light);max-width:600px;margin:0 auto}.services{background-color:var(--bg-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background-color:var(--bg-white);padding:2.5rem;border-radius:1rem;box-shadow:var(--shadow-md);transition:all .3s ease;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.service-icon{width:64px;height:64px;margin:0 auto 1.5rem;color:var(--primary-color);display:flex;align-items:center;justify-content:center;background-color:#2563eb1a;border-radius:1rem}.service-icon svg{width:32px;height:32px}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.service-description{color:var(--text-light);line-height:1.7}.about{background-color:var(--bg-white)}.about-content{max-width:900px;margin:0 auto}.about-text{text-align:center}.about-description{font-size:1.125rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.stat-item{text-align:center;padding:2rem;background-color:var(--bg-light);border-radius:1rem}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-light);font-weight:500}.contact{background-color:var(--bg-light)}.contact-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1.5rem;align-items:flex-start}.contact-icon{width:48px;height:48px;color:var(--primary-color);background-color:#2563eb1a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:24px;height:24px}.contact-item h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.contact-item p{color:var(--text-light)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group input,.form-group textarea{padding:1rem;border:2px solid var(--border-color);border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background-color:var(--bg-white)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:120px}.footer{background-color:var(--text-dark);color:#fff;padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-description{color:#ffffffb3;line-height:1.7}.footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffffb3}@media (max-width: 768px){.menu-toggle{display:flex}.nav-menu{position:fixed;top:70px;left:-100%;flex-direction:column;background-color:var(--bg-white);width:100%;text-align:center;transition:left .3s ease;box-shadow:var(--shadow-lg);padding:2rem 0;gap:1rem}.nav-menu.active{left:0}.hero{min-height:80vh;padding:100px 20px 40px}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.contact-wrapper{grid-template-columns:1fr;gap:2rem}.services-grid,.stats{grid-template-columns:1fr}section{padding:3rem 0}}@media (max-width: 480px){.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.service-card{padding:2rem}}html{scroll-behavior:smooth}
