*{margin:0;padding:0;box-sizing:border-box;}html{font-size:16px;-webkit-text-size-adjust:100%;}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#1f2937;background:#ffffff;min-height:100vh;}.header{background:#ffffff;box-shadow:0 1px 3px rgba(0,0,0,0.1);position:sticky;top:0;z-index:1000;height:70px;}.header-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;height:100%;}.logo{display:flex;align-items:center;text-decoration:none;font-size:1.5rem;font-weight:700;color:#6366f1;}.logo-img{height:40px;margin-right:0.5rem;}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;transition:color 0.3s;}.nav-link:hover,.nav-link.active{color:#6366f1;}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:0.5rem;}.container{max-width:1200px;margin:0 auto;padding:0 1rem;}.container-narrow{max-width:800px;margin:0 auto;padding:0 1rem;}.hero,.hero-new{padding:4rem 0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;text-align:center;}.hero-title{font-size:3rem;margin-bottom:1rem;font-weight:700;}.hero-subtitle{font-size:1.25rem;opacity:0.9;margin-bottom:2rem;}.btn{display:inline-block;padding:0.75rem 1.5rem;border-radius:0.5rem;text-decoration:none;font-weight:500;transition:transform 0.2s,box-shadow 0.2s;cursor:pointer;border:none;}.btn-primary{background:#6366f1;color:white;}.btn-primary:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 12px rgba(99,102,241,0.4);}.cta-button{background:#6366f1;color:white;padding:0.5rem 1.25rem;border-radius:0.5rem;text-decoration:none;font-weight:500;}@media (max-width:768px){.menu-toggle{display:flex;}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:white;width:100%;text-align:center;padding:2rem 0;box-shadow:0 2px 5px rgba(0,0,0,0.1);transition:left 0.3s;}.nav-menu.active{left:0;}.hero-title{font-size:2rem;}.container{padding:0 1rem;}}.loading{opacity:0;transition:opacity 0.3s;}.loaded{opacity:1;}img[data-src]{background:#f3f4f6;min-height:100px;}