:root{--background:#fff;--foreground:#2d2d2d;--primary:#82cbef;--primary-dark:#6eb3d6;--accent:#fdf6e3;--border:#eee;--font-serif:"Playfair Display", serif;--font-sans:"Montserrat", sans-serif;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{flex-direction:column;min-height:100vh;display:flex}main{flex:1}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);margin-bottom:1rem;font-weight:700;line-height:1.2}p{margin-bottom:1rem;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--primary)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.wavy-separator{background:radial-gradient(circle at 10px -7px, transparent 8px, var(--primary) 13px, var(--primary) 15px, transparent 11px);background-size:20px 20px;width:100%;height:20px}@media (max-width:768px){:root{--max-width:100%}}
.Header-module__Af2_WG__header{border-bottom:1px solid var(--border);z-index:1000;background-color:#fff;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 10px #00000005}.Header-module__Af2_WG__headerContent{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__logoContainer{align-items:center;gap:1rem;display:flex}.Header-module__Af2_WG__logo{border:2px solid var(--primary);border-radius:50%}.Header-module__Af2_WG__logoText{flex-direction:column;display:flex}.Header-module__Af2_WG__brandName{font-family:var(--font-serif);color:var(--foreground);font-size:1.5rem;font-weight:700;line-height:1}.Header-module__Af2_WG__brandSub{font-family:var(--font-sans);letter-spacing:2px;color:var(--primary-dark);font-size:.75rem;font-weight:600}.Header-module__Af2_WG__nav{align-items:center;gap:2rem;display:flex}.Header-module__Af2_WG__nav a{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500}.Header-module__Af2_WG__searchWrapper{background-color:#f5f5f5;border-radius:20px;align-items:center;gap:.5rem;padding:.2rem .5rem;transition:all .3s;display:flex}.Header-module__Af2_WG__searchInput{font-family:var(--font-sans);width:150px;color:var(--foreground);background:0 0;border:none;outline:none;padding:.2rem .5rem;font-size:.85rem}.Header-module__Af2_WG__searchBtn{cursor:pointer;color:var(--foreground);background:0 0;border:none;align-items:center;padding:.5rem;transition:color .2s;display:flex}.Header-module__Af2_WG__searchBtn:hover{color:var(--primary)}.Header-module__Af2_WG__socialHeader{border-right:1px solid #eee;gap:1.25rem;margin-right:.5rem;padding-right:1.5rem;display:flex}.Header-module__Af2_WG__socialHeader a{color:#888;align-items:center;transition:color .2s;display:flex}.Header-module__Af2_WG__socialHeader a:hover{color:var(--primary)}.Header-module__Af2_WG__hamburger{cursor:pointer;z-index:2000;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.Header-module__Af2_WG__line{background-color:var(--foreground);width:22px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.Header-module__Af2_WG__lineOpen:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__Af2_WG__lineOpen:nth-child(2){opacity:0}.Header-module__Af2_WG__lineOpen:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:1024px){.Header-module__Af2_WG__nav{gap:1.5rem}}@media (max-width:768px){.Header-module__Af2_WG__hamburger{display:flex}.Header-module__Af2_WG__nav{z-index:1500;visibility:hidden;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:80%;max-width:300px;height:100vh;padding:2rem;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #0000001a}.Header-module__Af2_WG__navOpen{visibility:visible;right:0}.Header-module__Af2_WG__socialHeader{border-top:1px solid #eee;border-bottom:1px solid #eee;border-right:none;justify-content:center;gap:2rem;width:100%;margin:1.5rem 0;padding:2rem 0}.Header-module__Af2_WG__nav a{text-align:center;width:100%;font-size:1.1rem}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--border);background-color:#fafafa;margin-top:5rem;padding:4rem 0 2rem}.Footer-module__EZoWya__footerContent{justify-content:space-between;gap:4rem;margin-bottom:3rem;display:flex}.Footer-module__EZoWya__brand{max-width:400px}.Footer-module__EZoWya__logoTitle{margin-bottom:1.5rem;font-size:1.8rem}.Footer-module__EZoWya__brand p{color:#666;font-size:.95rem}.Footer-module__EZoWya__links{gap:4rem;display:flex}.Footer-module__EZoWya__linkColumn h4{text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1rem}.Footer-module__EZoWya__linkColumn a{color:#555;margin-bottom:.75rem;font-size:.9rem;display:block}.Footer-module__EZoWya__bottomBar{text-align:center}.Footer-module__EZoWya__bottomBar p{color:#888;font-size:.85rem}.Footer-module__EZoWya__linkColumn a:hover{color:var(--primary)}.Footer-module__EZoWya__socialFooter{flex-direction:column;gap:.75rem;display:flex}.Footer-module__EZoWya__socialFooter a{color:#666;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__socialFooter a:hover{color:var(--primary)}@media (max-width:768px){.Footer-module__EZoWya__footerContent{flex-direction:column;gap:3rem}.Footer-module__EZoWya__links{flex-direction:column;gap:2rem}}
