.hero,.hero .details{align-items:center;display:flex}.hero h1,.hero p,section{margin-bottom:20px}*{box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#f0f2f5;margin:0;padding:0;color:#333}.container{margin:0 auto;padding:20px}.hero{background:url('../img/360_F_832170406_9M8YaFeN8kZ8to4eqDSTA6riST5noPqu.webp') center center/cover no-repeat;height:100vh;position:relative;justify-content:flex-start;color:#fff;padding:60px}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:0}.hero-content{position:relative;z-index:1;max-width:600px}.hero h1{font-size:3rem;font-weight:700}.hero p{font-size:1.2rem;line-height:1.6}.hero .details{gap:20px;font-weight:700;font-size:1rem}.hero .details span{display:flex;align-items:center;gap:5px}section{background-color:#fff;border-left:4px solid #0073e6;padding:20px;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.05)}section h2{margin-top:0;font-size:1.4rem}section p{font-size:1rem;line-height:1.6}.from-bottom,.from-left,.from-right,.from-top{opacity:0;transition:.8s ease-in-out}.from-top{transform:translateY(-80px)}.from-bottom{transform:translateY(80px)}.from-left{transform:translateX(-80px)}.from-right{transform:translateX(80px)}.show{opacity:1;transform:translate(0,0)}.link-button{display:inline-block;background-color:#0073e6;color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;transition:background-color .3s;margin-top:10px}.link-button:hover{background-color:#005bb5}@media (max-width:768px){.hero{padding:30px;text-align:center;justify-content:center}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero .details{flex-direction:column;gap:10px}h1{font-size:1.6rem}section h2{font-size:1.2rem}.intro,section{padding:15px}.link-button{width:100%;text-align:center;padding:12px 0}}@media (max-width:480px){.container{padding:15px}h1{font-size:1.4rem}section p{font-size:.95rem}}