.Navbar-module___rHu7W__navbar{background:var(--color-glass-bg);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);z-index:100;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.Navbar-module___rHu7W__brand{cursor:pointer;align-items:center;gap:.75rem;text-decoration:none;transition:transform .2s;display:flex}.Navbar-module___rHu7W__brand:hover{transform:scale(1.02)}.Navbar-module___rHu7W__logo{width:40px;height:40px;animation:6s ease-in-out infinite Navbar-module___rHu7W__float}.Navbar-module___rHu7W__siteName{color:var(--color-text);font-size:1.5rem;font-weight:700}.Navbar-module___rHu7W__rightControls{align-items:center;gap:1.5rem;display:flex}.Navbar-module___rHu7W__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module___rHu7W__navLink{color:var(--color-text);opacity:.8;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s,opacity .2s;position:relative}.Navbar-module___rHu7W__navLink:after{content:"";background:var(--color-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module___rHu7W__navLink:hover{color:var(--color-text);opacity:1}.Navbar-module___rHu7W__navLink:hover:after{width:100%}@keyframes Navbar-module___rHu7W__float{0%{transform:translateY(0)}50%{transform:translateY(-3px)}to{transform:translateY(0)}}.Navbar-module___rHu7W__getStartedBtn{background:var(--color-accent);color:var(--color-text);cursor:pointer;border:none;border-radius:999px;padding:.5rem 1.25rem;font-weight:600;transition:transform .2s,background .2s}.Navbar-module___rHu7W__getStartedBtn:hover{background:#897cdc;transform:translateY(-2px)}.Navbar-module___rHu7W__themeToggle{color:var(--color-text);opacity:.8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:opacity .2s,background .2s;display:flex}.Navbar-module___rHu7W__themeToggle:hover{opacity:1;background:#7c6fcd1a}.Navbar-module___rHu7W__hamburgerBtn{color:var(--color-text);cursor:pointer;background:0 0;border:none;padding:.5rem;transition:opacity .2s;display:none}.Navbar-module___rHu7W__hamburgerBtn:hover{opacity:.8}@media (max-width:768px){.Navbar-module___rHu7W__hamburgerBtn{justify-content:center;align-items:center;display:flex}.Navbar-module___rHu7W__rightControls{gap:.5rem}.Navbar-module___rHu7W__navLinks{background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-direction:column;gap:1.5rem;padding:2rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #0003}.Navbar-module___rHu7W__navLinks.Navbar-module___rHu7W__mobileOpen{display:flex}}
.Footer-module__Grjkva__footer{background:var(--color-surface);border-top:1px solid #f5f5f00d;margin-top:auto;padding:3rem 2rem 1.5rem}.Footer-module__Grjkva__content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__Grjkva__brand{flex-direction:column;gap:1rem;max-width:300px;display:flex}.Footer-module__Grjkva__logoContainer{margin-bottom:1rem}.Footer-module__Grjkva__lightLogo{display:none}.Footer-module__Grjkva__darkLogo{display:block}[data-theme=light] .Footer-module__Grjkva__lightLogo{display:block}[data-theme=light] .Footer-module__Grjkva__darkLogo{display:none}.Footer-module__Grjkva__siteName{color:var(--color-text);margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:block}.Footer-module__Grjkva__description{color:var(--color-text);opacity:.7;font-size:.95rem;line-height:1.5}.Footer-module__Grjkva__links{gap:4rem;display:flex}.Footer-module__Grjkva__linkGroup{flex-direction:column;gap:.75rem;display:flex}.Footer-module__Grjkva__linkTitle{color:var(--color-text);margin-bottom:.5rem;font-weight:600}.Footer-module__Grjkva__link{color:var(--color-text);opacity:.7;font-size:.95rem;text-decoration:none;transition:opacity .2s,color .2s}.Footer-module__Grjkva__link:hover{opacity:1;color:var(--color-accent)}.Footer-module__Grjkva__bottom{max-width:1200px;color:var(--color-text);opacity:.6;border-top:1px solid #f5f5f00d;justify-content:space-between;align-items:center;margin:3rem auto 0;padding-top:1.5rem;font-size:.85rem;display:flex}@media (max-width:768px){.Footer-module__Grjkva__content{flex-direction:column}.Footer-module__Grjkva__links{flex-direction:column;gap:2rem}.Footer-module__Grjkva__bottom{text-align:center;flex-direction:column;gap:1rem}}.Footer-module__Grjkva__newsletter{flex-direction:column;gap:.75rem;max-width:320px;display:flex}.Footer-module__Grjkva__newsletterTitle{color:var(--color-text);margin-bottom:.25rem;font-weight:600}.Footer-module__Grjkva__newsletterText{color:var(--color-text);opacity:.7;margin-bottom:.5rem;font-size:.95rem;line-height:1.4}.Footer-module__Grjkva__newsletterForm{gap:.5rem;display:flex}.Footer-module__Grjkva__newsletterInput{background:var(--color-background);color:var(--color-text);border:1px solid #f5f5f01a;border-radius:.5rem;outline:none;flex:1;min-width:0;padding:.6rem .75rem;font-size:.9rem}.Footer-module__Grjkva__newsletterInput:focus{border-color:var(--color-accent)}.Footer-module__Grjkva__newsletterBtn{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:opacity .2s}[data-theme=light] .Footer-module__Grjkva__newsletterBtn{color:#000}.Footer-module__Grjkva__newsletterBtn:hover{opacity:.9}.Footer-module__Grjkva__newsletterBtn:disabled{opacity:.5;cursor:not-allowed}.Footer-module__Grjkva__message{margin-top:.25rem;font-size:.85rem}.Footer-module__Grjkva__success{color:#4ade80}.Footer-module__Grjkva__error{color:#f87171}.Footer-module__Grjkva__modalOverlay{-webkit-backdrop-filter:blur(4px);z-index:1000;background:#0a0a0fcc;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Footer-module__Grjkva__modalContent{background:var(--color-surface);border:1px solid var(--color-border);text-align:center;border-radius:1.5rem;width:100%;max-width:400px;padding:3rem 2rem;animation:.3s cubic-bezier(.175,.885,.32,1.275) Footer-module__Grjkva__modal-pop;position:relative;box-shadow:0 20px 40px #0003}@keyframes Footer-module__Grjkva__modal-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Footer-module__Grjkva__modalClose{color:var(--color-text);opacity:.6;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Footer-module__Grjkva__modalClose:hover{opacity:1}.Footer-module__Grjkva__modalLogo{justify-content:center;margin-bottom:2rem;display:flex}.Footer-module__Grjkva__modalLogo .Footer-module__Grjkva__lightLogo{display:none}.Footer-module__Grjkva__modalLogo .Footer-module__Grjkva__darkLogo{display:block}[data-theme=light] .Footer-module__Grjkva__modalLogo .Footer-module__Grjkva__lightLogo{display:block}[data-theme=light] .Footer-module__Grjkva__modalLogo .Footer-module__Grjkva__darkLogo{display:none}.Footer-module__Grjkva__modalTitle{color:var(--color-text);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Footer-module__Grjkva__modalDesc{color:var(--color-text);opacity:.8;margin:0;font-size:1rem;line-height:1.5}
