:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body,html{font-family:Marcellus,Georgia,Times New Roman,serif}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.footer{background-color:#111827;color:#e5e7eb;padding:3rem 2rem 2rem}.footer-container{max-width:1200px;margin:auto;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between}.footer-logo img{width:50px;margin-bottom:.8rem}.footer-logo h2{margin:0;font-size:1.6rem;color:#fff}.footer-logo p{font-size:.95rem;color:#9ca3af;margin-top:.5rem;max-width:250px}.footer-section{min-width:180px}.footer-section h4{margin-bottom:1rem;color:#ffffff;font-size:1.1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem;font-size:.95rem;color:#9ca3af}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#ffffff}.social-icons{margin-top:1rem}.social-icons a{display:inline-block;margin-right:10px;font-size:1rem;transition:color .3s ease}.social-icons a img{width:24px;height:24px;padding:2px 3px;background-color:white}.social-icons a:hover{color:#ffffff}.newsletter-form{margin-top:.5rem;display:flex;flex-direction:column}.newsletter-form input{padding:.6rem;border:none;border-radius:6px;margin-bottom:.5rem;font-size:.95rem}.newsletter-form button{background-color:#2563eb;color:white;border:none;padding:.6rem;border-radius:6px;cursor:pointer;transition:background-color .3s}.newsletter-form button:hover{background-color:#1d4ed8}.footer-bottom{border-top:1px solid #374151;margin-top:2rem;padding-top:1rem;text-align:center;font-size:.9rem;color:#9ca3af}@media (max-width:768px){.footer{padding:2rem 1rem}.footer-container{flex-direction:column;align-items:center;gap:2rem}.footer-logo,.footer-section{text-align:center}.footer-section{margin-bottom:1.5rem}.footer-section ul{display:flex;flex-direction:column;align-items:center}.footer-section ul li{margin-bottom:.5rem}.social-icons{text-align:center;margin-top:1rem}.newsletter-form{max-width:300px}.newsletter-form button,.newsletter-form input{width:calc(100% - 1rem)}.newsletter-form,.newsletter-form button,.newsletter-form input{width:100%}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;justify-content:space-between;padding:.6rem 2rem;background:rgba(17,24,39,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.header,.logo-link{display:flex;align-items:center}.logo-link{text-decoration:none;color:#ffffff;font-size:1.6rem;font-weight:600;letter-spacing:.5px;gap:.6rem}.logo-link img{width:36px;height:36px}.nav{display:flex;gap:2.5rem;align-items:center;transition:all .3s ease-in-out}.nav a{color:#d1d5db;text-decoration:none;font-weight:500;font-size:1rem;position:relative;transition:color .3s ease}.nav a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:#60a5fa;transition:width .3s ease}.nav a:hover{color:#ffffff}.nav a:hover:after{width:100%}.menu-icon{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1100}.bar{width:26px;height:3px;background-color:#ffffff;border-radius:2px;transition:all .3s ease}@media (max-width:992px){.menu-icon{display:flex}.header{padding:1rem 1.5rem}.logo-link{font-size:1.3rem}.logo-link img{width:28px;height:28px}.nav{position:absolute;top:100%;right:0;flex-direction:column;background-color:rgba(17,24,39,.95);width:100%;padding:1.5rem 2rem;display:none;animation:slideDown .3s ease-in-out forwards}.nav.open{display:flex}.nav a{padding:.2rem 0;font-size:1.05rem}}@keyframes slideDown{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}