*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:Verdana,Arial,sans-serif;color:#676A6D;background-color:#f9f9f9;display:flex;flex-direction:column}.header{width:100%;background-color:white;box-shadow:0 2px 5px rgba(0,0,0,.1);border-bottom:1px solid #e6e6e6;padding:.75rem 0;position:sticky;top:0;z-index:1030;transition:background-color .3s ease-in-out}.navbar{max-width:1200px;margin:0 auto;padding:0 1rem}.navbar,.navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar-container{width:100%}.logo{font-size:1.5rem;font-weight:700;color:#4B92DB;text-decoration:none}.nav-links{list-style:none;display:flex;gap:1.5rem}.nav-links a{color:#4B92DB;font-weight:700;font-size:.9rem;text-decoration:none;padding:8px 12px;transition:all .3s ease-in-out}.nav-links a:hover{color:#BED600;background-color:rgba(75,146,219,.1);border-radius:4px}.content{width:100%;max-width:1200px;margin:2rem auto;padding:0 1rem;color:#676A6D;flex-grow:1}.footer{width:100%;background-color:#4B92DB;color:white;text-align:center;padding:1rem 0;font-size:.9rem}.footer p{margin:0}.footer a{color:#BED600;text-decoration:none;font-weight:700}.footer a:hover{text-decoration:underline}.btn-highlight{background-color:#BED600;color:white;padding:8px 16px;border-radius:4px;font-weight:700;text-decoration:none;font-size:.9rem;transition:background-color .3s ease-in-out}.btn-highlight:hover{background-color:#4B92DB}h1,h2,h3,h4,h5,h6{font-family:Verdana,Arial,sans-serif;color:#4B92DB}p{line-height:1.6;font-size:1rem}@media (max-width:768px){.navbar-nav{flex-wrap:wrap;gap:10px;justify-content:center}.nav-links a{font-size:.8rem}.content{padding:1rem}}