*{margin:0;padding:0;box-sizing:border-box}body{font-family:Helvetica Neue,Arial,sans-serif;color:#333;background-color:#fff;line-height:1.5}.hero-section{position:relative;width:100%;height:100vh;background:url(/build/assets/study-D0mi8Ymt.webp) center/cover no-repeat;display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000059}.hero-content{position:relative;color:#fff;text-align:center;padding:2rem;animation:fadeIn 1.5s ease-in-out forwards}.hero-content h1{font-size:3rem;margin-bottom:1rem;letter-spacing:1px}.hero-content p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin:0 auto 2rem}.cta-button{background-color:#ffcd00;border:none;padding:1rem 2rem;font-size:1rem;cursor:pointer;text-transform:uppercase;font-weight:700;transition:transform .3s ease}.cta-button:hover{transform:scale(1.05)}.features-section{background:#f9f9f9;padding:4rem 2rem;text-align:center}.features-section h2{margin-bottom:2rem;font-size:2rem;position:relative}.features-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transform:translateY(0);transition:transform .3s ease,box-shadow .3s ease;animation:slideUp 1s ease forwards}.feature-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001a}.feature-image{width:100%;height:200px;background-size:cover;background-position:center}.feature-info{padding:1rem}.feature-info h3{margin-bottom:.5rem;font-size:1.5rem}.feature-info p{font-size:1rem;color:#555}.site-footer{background:#333;color:#fff;padding:2rem;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
