.hero-small{background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url(https://images.unsplash.com/photo-1498837167922-ddd27525d352?w=1600&h=900&fit=crop) no-repeat 50%/cover;height:40vh;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-shadow:3px 3px 10px rgba(0,0,0,.9);padding:0;margin:0;width:100%}.hero-small h1{font-size:2.5em;margin:0;color:#fc0;animation:fadeInDown 1s ease}.hero-small p{font-size:1.3em;margin:20px 0;max-width:600px;color:#eee;animation:fadeIn 1.5s ease}.content-section{background-color:#1a1a1a;padding:30px;margin:40px auto;max-width:800px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.5);color:#fff}.content-section h2{color:#fc0;font-size:1.8em;margin-bottom:20px}.content-section p{font-size:1.1em;line-height:1.8;color:#eee}.feature-list{list-style-type:none;padding:0;margin-top:20px}.feature-list li{background-color:#333;padding:15px;margin-bottom:12px;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.5);transition:background .3s ease,box-shadow .2s ease;color:#fff;font-size:1.1em}.feature-list li:hover{background-color:#444;box-shadow:0 4px 12px rgba(0,0,0,.6)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}