::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar:horizontal { height: 8px; }
::-webkit-scrollbar-thumb:horizontal { background: #eee; border-radius: 10px; }
::-webkit-scrollbar-track { background: #eee; }
::-webkit-scrollbar-thumb { background: #ccc; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #999; }

html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; display: flex; flex-direction: column; min-height: 100vh; background-color: #fbfbfb; }
.bk { background-image: linear-gradient(140deg, #ffffff00, #ffffffba), url(../images/bk2.jpg); }
* { color: #1C1C1C; font-family: 'Roboto', sans-serif; font-size: 20px; }
header, main, footer { max-width: calc(100% - 15%); min-width: calc(100% - 15%); margin: 0 auto; padding: 20px 0; }
header { padding-top: 5%; }
section { margin-bottom: 50px; }
p, .section-description, p a { font-size: 24px; margin-bottom: 40px; line-height: 30px; }
.company-info p { margin: 5px 0; }
footer { padding: 20px 0; }
footer a { text-decoration: none; }
.footer-content { margin: 0 auto; }
ul { display: flex; justify-content: flex-start; list-style-type: none; padding: 0; gap: 28px; }
ul li { margin-bottom: 10px; font-size: 20px; }
.logo img { width:300px; }
h2 { font-size: 24px; margin-bottom: 30px; }