.hero{position:relative;width:100%;overflow-x:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f3f4f6;border-radius:9999px;font-size:.875rem;color:#6b7280;margin-bottom:1rem}.hero-badge .sparkles{color:#fbbf24}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;color:#111827;max-width:4xl;margin:0 auto}.hero-subtitle{font-size:1.25rem;color:#6b7280;max-width:2xl;margin:0 auto;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero-image-container{position:relative;width:100%;max-width:1200px;margin:0 auto;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.hero-image{width:100%;height:auto;border-radius:1rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons button{width:100%;max-width:300px}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}.fade-in{animation:fadeIn .6s ease-in-out}.fade-up{animation:fadeUp .6s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}