:root{--primary-color: #007bff;--secondary-color: #6c757d;--text-color: #333333;--light-color: #ffffff;--background-color: #f0f2f5}body,html{margin:0;padding:0;font-family:Mulish,sans-serif;line-height:1.6;color:#333;background-color:#f0f2f5;scroll-behavior:smooth}.navbar{background-color:#fffffff2;box-shadow:0 2px 10px #0000001a;position:sticky;width:100%;height:80px;top:0;z-index:1000}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:20px 50px;max-width:1200px;margin:0 auto}.navbar-logo{color:#333;font-size:1.5rem;font-weight:700;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px;display:flex;align-items:center}.navbar-logo img{width:25px;height:25px;margin-right:10px;padding-bottom:4px}.nav-menu{display:flex;list-style:none;margin:0;padding:0}.nav-link{color:#333;text-decoration:none;padding:10px 20px;font-size:1.1rem;transition:color .3s ease}.nav-link:hover{color:#007bff}.menu-icon{display:none;cursor:pointer}.menu-icon__line{display:block;width:25px;height:3px;background-color:#333;margin-bottom:4px;transition:transform .3s ease,opacity .3s ease}@media screen and (max-width: 768px){.navbar-container{padding:21px 20px}.menu-icon{display:block}.nav-menu{position:fixed;top:80px;left:-100%;flex-direction:column;background-color:#fffffff2;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d}.nav-menu.active{left:0}.nav-item{margin:25px 0}.nav-link{font-size:1.2rem}.menu-icon.active .menu-icon__line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-icon.active .menu-icon__line:nth-child(2){opacity:0}.menu-icon.active .menu-icon__line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}.footer{background-color:var(--secondary-color);color:var(--light-color);padding:40px 20px;margin-top:40px;text-align:left}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto}.footer-section{flex:1;min-width:200px;margin-bottom:20px}.footer-section h3,.footer-section h4{margin-bottom:15px;color:var(--light-color);font-size:1.2rem;font-weight:700}.footer-section p{font-size:.9rem;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:var(--light-color);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#ddd}.social-icons a{color:var(--light-color);font-size:1.2rem;margin-right:10px;transition:color .3s ease}.social-icons a:hover{color:#ddd}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:15px;text-align:center;font-size:.8rem;margin-top:20px}@media (max-width: 768px){.footer-container{flex-direction:column;text-align:center}.footer-section{margin-bottom:20px}}.policy-content{max-width:800px;margin:2rem auto;padding:2rem;background-color:#fff;box-shadow:0 0 10px #0000001a}h1{color:#007bff;border-bottom:2px solid #007bff;padding-bottom:.5rem}h2{color:#0056b3;margin-top:2rem}p{margin-bottom:1rem}@media (max-width: 600px){.policy-content{padding:1rem}}
