*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#1f2937;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:flex-end}.admin-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:500;transition:all .3s ease}.admin-btn:hover{background:#2563eb;transform:translateY(-1px)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem 2rem;position:relative}.hero-content{max-width:800px;margin:0 auto}.logo-container{display:flex;justify-content:center;margin-bottom:3rem;animation:fadeInUp .8s ease-out}.logo{display:flex;flex-direction:column;align-items:center;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:translateY(-2px)}.logo-icon{width:80px;height:80px;border-radius:16px;box-shadow:0 10px 40px #0003;margin-bottom:1rem;transition:all .3s ease}.logo-fallback{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:32px;box-shadow:0 10px 40px #3b82f64d;margin-bottom:1rem;transition:all .3s ease}.logo-text{color:#fff;font-size:1.5rem;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.3);opacity:.9}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin-bottom:1.5rem;text-shadow:0 4px 20px rgba(0,0,0,.3);animation:fadeInUp .8s ease-out .2s both}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:0 2px 10px rgba(0,0,0,.2);animation:fadeInUp .8s ease-out .4s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .6s both}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;text-decoration:none;border-radius:.75rem;font-weight:600;transition:all .3s ease;font-size:1.1rem}.btn-primary{background:#fff;color:#3b82f6;box-shadow:0 4px 20px #ffffff4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #fff6}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;transform:translateY(-2px)}.services{background:#fff;padding:6rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#6b7280;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:2rem;border-radius:1rem;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;border:1px solid #f3f4f6}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #00000026}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.service-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.service-features{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{background:#f3f4f6;color:#374151;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500}.contact{background:linear-gradient(135deg,#1f2937,#374151);padding:6rem 0;color:#fff}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact .section-title{color:#fff;margin-bottom:1rem}.contact .section-subtitle{color:#fffc;margin-bottom:3rem}.contact-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.5rem;font-size:1.1rem}.contact-icon{font-size:1.5rem}.footer{background:#111827;color:#9ca3af;text-align:center;padding:2rem 0}.scroll-top{position:fixed;bottom:2rem;right:2rem;background:#3b82f6;color:#fff;border:none;border-radius:50%;width:50px;height:50px;font-size:1.5rem;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000}.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{background:#2563eb;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .8s ease-out}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}@media (max-width: 768px){.hero{padding:5rem 1rem 2rem}.logo-icon,.logo-fallback{width:60px;height:60px}.logo-fallback{font-size:24px}.logo-text{font-size:1.2rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:250px;justify-content:center}.contact-info{flex-direction:column;gap:1rem}.services-grid{grid-template-columns:1fr}}
