nav[data-astro-cid-pux6a34n]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative}.logo[data-astro-cid-pux6a34n]{font-family:Lora,serif;font-size:1.5rem;color:var(--white);font-weight:600;transition:color .4s ease;text-decoration:none}.nav-links[data-astro-cid-pux6a34n]{display:flex;gap:2.5rem;list-style:none}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{text-decoration:none;color:var(--white);font-weight:600;font-size:1rem;transition:color .4s ease;padding-bottom:5px;border-bottom:2px solid transparent}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{color:var(--white);border-bottom-color:var(--white)}.mobile-menu-button[data-astro-cid-pux6a34n]{display:none;flex-direction:column;justify-content:space-around;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.bar[data-astro-cid-pux6a34n]{width:100%;height:3px;background:var(--white);transition:all .3s ease-in-out;border-radius:2px}.scrolled .logo[data-astro-cid-pux6a34n],.scrolled .nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:var(--primary-dark)}.scrolled .nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{color:var(--accent-color);border-bottom-color:var(--accent-color)}.scrolled .bar[data-astro-cid-pux6a34n]{background:var(--primary-dark)}.mobile-menu-button[data-astro-cid-pux6a34n].open .bar[data-astro-cid-pux6a34n]:first-child{transform:rotate(45deg) translate(7px,7px)}.mobile-menu-button[data-astro-cid-pux6a34n].open .bar[data-astro-cid-pux6a34n]:nth-child(2){opacity:0}.mobile-menu-button[data-astro-cid-pux6a34n].open .bar[data-astro-cid-pux6a34n]:last-child{transform:rotate(-45deg) translate(6px,-7px)}@media (max-width: 768px){.mobile-menu-button[data-astro-cid-pux6a34n]{display:flex}.nav-links[data-astro-cid-pux6a34n]{display:none;position:absolute;top:calc(100% + 1rem);left:0;right:0;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;background:var(--white);box-shadow:0 4px 10px #0000001a;border-radius:8px}.nav-links[data-astro-cid-pux6a34n].show{display:flex}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:var(--primary-dark)}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{color:var(--accent-color);border-bottom-color:transparent}}footer[data-astro-cid-sz7xmlte]{background:var(--background-medium);padding:4rem 2rem 2rem;margin-top:4rem;border-top:1px solid var(--border-color)}.container[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.footer-column[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{margin-bottom:1.5rem;color:var(--primary-dark)}.footer-column[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--text-light)}.footer-column[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0}.footer-column[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.75rem}.footer-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-light);text-decoration:none;transition:color .3s ease}.footer-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent-color)}.footer-bottom[data-astro-cid-sz7xmlte]{text-align:center;border-top:1px solid var(--border-color);padding-top:2rem}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.9rem;color:var(--text-light);margin:0}:root{--primary-dark: #2c3e50;--primary-light: #34495e;--accent-color: #e74c3c;--background-light: #fdfdfd;--background-medium: #f4f4f4;--text-dark: #333333;--text-light: #555555;--white: #ffffff;--border-color: #dddddd}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Montserrat,sans-serif;background:var(--background-light);color:var(--text-dark);scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-family:Lora,serif;color:var(--primary-dark);line-height:1.3}h1{font-size:2.8rem}h2{font-size:2.2rem}h3{font-size:1.5rem}p{line-height:1.7;margin-bottom:1rem;color:var(--text-light)}a{color:var(--accent-color);text-decoration:none}ul{list-style-position:outside;padding-left:20px}.main-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 2rem;background:transparent;transition:background-color .4s ease,box-shadow .4s ease,padding .4s ease}.main-header.scrolled{background:var(--white);box-shadow:0 2px 10px #0000000d;padding:1rem 2rem}@media (max-width: 768px){h1{font-size:2.2rem}h2{font-size:1.8rem}}
