*{box-sizing:border-box;margin:0;padding:2px}html,body{color:#222;scroll-behavior:smooth;background-color:#fff;height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}body{flex-direction:column;display:flex}a{color:inherit;text-decoration:none}a:hover{color:#c00}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}button{font-family:inherit}.btn{cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.2rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background:#c00}.btn-primary:hover{background:#a80000}h1,h2,h3,h4{font-weight:700;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}section{padding:4rem 0}main{flex:1}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#999}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.6rem}section{padding:2.5rem 0}}
.navbar-inner{justify-content:space-between;align-items:center;display:flex}.left-side{align-items:center;gap:1rem;display:flex}.navbar-logo{width:auto;height:60px}.nav-links{color:brown;align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.navbar-toggle{cursor:pointer;background:0 0;border:none;font-size:1.8rem;display:none}@media (max-width:768px){.navbar-toggle{margin-left:auto;display:block}.nav-links{background:#fff;flex-direction:column;padding:1rem;display:none;position:absolute;top:80px;left:0;right:0}.nav-links.show{display:flex}.left-side{align-items:center;width:100%;display:flex}}
.footer{color:#fff;background-color:#2d3748;margin-top:4rem;padding:2rem 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.footer-container{text-align:center;flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.footer-links a{color:#ddd;font-weight:500;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-bottom{color:#bbb;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.footer-flag{font-size:1.2rem}
