.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)}}.footer{background-color:white;border-top:1px solid #e5e7eb;padding:3rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-brand h3{font-size:1.25rem;font-weight:600;color:#111827}.footer-brand p{color:#6b7280;line-height:1.6}.footer-social{display:flex;gap:.75rem}.social-icon{width:40px;height:40px;border-radius:50%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.social-icon:hover{background-color:#e5e7eb;transform:translateY(-1px)}.footer-section h4{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#6b7280;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#111827}.footer-bottom{padding-top:2rem;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center}.footer-copyright{color:#6b7280;font-size:.875rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-legal a:hover{color:#111827}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{justify-content:center}}