html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:'Roboto',sans-serif;line-height:1.6;color:#333;background:#fff}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 15px;box-sizing:border-box}.clearfix:after{content:"";display:table;clear:both}a{text-decoration:none;color:#272644}ul{list-style:none;padding:0;margin:0}img{max-width:100%;height:auto}h1,h2,h3{margin:0 0 20px;line-height:1.2}p{margin-bottom:20px}#back-to-top{position:fixed;bottom:30px;right:30px;width:44px;height:44px;background-color:#e74c3c;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 3px 12px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,background-color .2s ease;z-index:9999}#back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}#back-to-top:hover{background-color:#c0392b}