:root{--font-family:"coco",sans-serif}*,body,html{font-family:var(--font-family)!important}body,html{background:#0A0A0A!important}.footer-section{margin:32px;background:#000;background:linear-gradient(90deg,#181818 60%,#3a1c71);color:#fff;padding:2.5rem 2rem 1.5rem;font-family:Poppins,sans-serif;border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.25);position:relative}.footer-logo-centered{text-align:center;font-size:2.2rem;font-weight:700;letter-spacing:2px;margin-top:.4rem}.footer-logo{margin-top:-100px}.footer-columns{display:flex;justify-content:space-between;align-items:stretch;gap:2rem;flex-wrap:wrap;margin-top:-50px}.footer-col{flex:1 1 180px;min-width:180px;display:flex;flex-direction:column;gap:.5rem;height:100%}.footer-divider{border-right:1.5px solid rgba(255,255,255,.18);padding-right:2rem;height:140px;box-sizing:border-box}.footer-col:last-child,.footer-col:nth-child(4){border-right:none;padding-right:0}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:.7rem;color:#fff}.footer-link{color:#bdbdbd;text-decoration:none;margin-bottom:.5rem;font-size:1rem;transition:color .2s;border-radius:.5rem;padding:.2rem .7rem .2rem 0;width:fit-content;position:relative}.footer-link:hover{color:#ff5ecd}.footer-address{color:#bdbdbd;font-size:1rem}.footer-socials-centered{display:flex;gap:1.2rem;margin-top:.5rem}.footer-social{color:#fff;font-size:1.7rem;display:flex;align-items:center;justify-content:center}.footer-bottom-centered{text-align:center;color:#bdbdbd;font-size:1rem;margin-top:1.5rem;line-height:1.5}.floating-whatsapp{position:absolute;right:24px;bottom:24px;z-index:10;background:none;border:none;outline:none}@media (max-width:900px){.footer-columns{flex-direction:column;gap:1.5rem}.footer-divider{border-right:none;padding-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:1rem}.footer-col:last-child,.footer-col:nth-child(4){border-bottom:none;padding-bottom:0}}.footer-bottom{display:none}.footer-bottom-links{display:flex;gap:1.5rem;justify-content:center;align-items:center;margin-bottom:.5rem}.footer-copyright{color:#bdbdbd;font-size:.95rem}.footer-socials{display:flex;gap:1.2rem}.footer-social{color:#bdbdbd;font-size:1.3rem;transition:color .2s;text-decoration:none}.footer-social:hover{color:#ff5ecd}.footer-bottom-links .footer-link{display:inline-block;font-family:Poppins,sans-serif!important}@media (max-width:480px){.footer-section{padding:2rem 0 1rem}.footer-content{flex-direction:column;align-items:stretch;gap:1.2rem;padding:0 1rem}.footer-col{min-width:unset;margin-bottom:1rem;flex:1 1 100%}.footer-brand{flex:1 1 100%;margin-bottom:1.2rem}.footer-logo{font-size:1.2rem;text-align:left}.footer-desc{font-size:1rem;margin-bottom:1rem}.footer-title{font-size:1rem;margin-bottom:.7rem}.footer-link{font-size:.98rem;padding:.15rem .5rem;margin-bottom:.5rem}.footer-address{font-size:.95rem;margin-top:.3rem}.footer-bottom{display:none}.footer-bottom-links{gap:1rem;margin-bottom:.3rem;flex-wrap:wrap}.footer-socials{gap:.7rem}.footer-social{font-size:1.1rem}}.burger-menu{display:none}@media (max-width:480px){.burger-menu{display:flex!important;position:absolute;right:16px;top:18px;z-index:1200;background:none;border:none;font-size:2.2rem;color:#fff;cursor:pointer;transition:color .2s}.burger-menu:active{color:#b983ff}.mobile-drawer{position:fixed;top:0;right:0;width:82vw;max-width:340px;height:100vh;background:rgba(24,24,40,.7);box-shadow:-2px 0 32px #000a;z-index:2000;display:flex;flex-direction:column;padding:0;transform:translateX(100%);transition:transform .45s cubic-bezier(.77,0,.175,1);backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border-left:1.5px solid #b983ff33;overflow:hidden}.mobile-drawer.open{transform:translateX(0)}.glass-bg{background:rgba(24,24,40,.7);backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border-left:1.5px solid #b983ff33}.drawer-close{position:absolute;top:18px;right:18px;font-size:2rem;color:#fff;background:none;border:none;cursor:pointer;z-index:10;transition:color .2s}.drawer-close:active{color:#b983ff}.drawer-profile{display:flex;flex-direction:column;align-items:center;animation:fadeIn .7s cubic-bezier(.77,0,.175,1)}.drawer-logo{border-radius:50%;box-shadow:0 2px 16px #b983ff44;margin-bottom:8px;background:#fff}.drawer-tagline{color:#fff;font-size:1.1rem;font-weight:500;letter-spacing:.5px;margin-bottom:2px;text-align:center;background:linear-gradient(90deg,#FF3BFF,#ECBFBF,#5C24FF,#D94FD5,#FF3BFF);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;text-fill-color:transparent;animation:gradient-move 3s linear infinite}.drawer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.drawer-list,.drawer-list li{animation:fadeInUp .7s cubic-bezier(.77,0,.175,1)}.drawer-list li{width:100%}.drawer-list a{color:#fff;font-size:1.18rem;text-decoration:none;font-weight:500;padding:10px 0 10px 12px;border-radius:12px;display:block;transition:background .18s,color .18s,transform .18s;position:relative;background:none}.drawer-list a:active,.drawer-list a:hover{background:rgba(185,131,255,.13);color:#b983ff;transform:translateX(4px) scale(1.04)}.drawer-dropdown{margin-top:0;background:none;border:none;color:#fff;font-size:1.1rem;font-weight:500;display:flex;align-items:center;width:100%;padding:10px 0 10px 12px;border-radius:12px;cursor:pointer;transition:background .18s,color .18s,transform .18s;position:relative}.drawer-dropdown:active,.drawer-dropdown:hover{background:rgba(185,131,255,.13);color:#b983ff;transform:translateX(4px) scale(1.04)}.drawer-dropdown-list{display:none;flex-direction:column;gap:10px;margin-left:12px;margin-top:6px;background:rgba(35,33,58,.85);border-radius:10px;border:1px solid #b983ff33;padding:8px 0;box-shadow:0 2px 12px #b983ff22;animation:fadeIn .5s cubic-bezier(.77,0,.175,1)}.drawer-dropdown-list.open{display:flex}.drawer-dropdown-list a{color:#fff;font-size:1.05rem;font-weight:400;padding:8px 0 8px 18px;border-radius:8px;background:none;transition:background .18s,color .18s,transform .18s;display:flex;align-items:center;gap:8px}.drawer-dropdown-list a:active,.drawer-dropdown-list a:hover{background:rgba(185,131,255,.13);color:#b983ff;transform:translateX(4px) scale(1.04)}.dropdown-icon{font-size:1.1rem;color:#b983ff;margin-right:6px}.drawer-bottom{margin-top:auto;padding:18px 0 0;display:flex;flex-direction:column;align-items:center;gap:18px;animation:fadeIn .7s cubic-bezier(.77,0,.175,1)}.drawer-socials{display:flex;gap:18px;margin-bottom:79px}.drawer-socials a{color:#fff;font-size:1.5rem;transition:color .2s,transform .2s}.drawer-socials a:active,.drawer-socials a:hover{color:#b983ff;transform:scale(1.18)}.theme-toggle{background:linear-gradient(90deg,#FF3BFF,#ECBFBF,#5C24FF,#D94FD5,#FF3BFF);color:#fff;border:none;border-radius:50%;width:44px;height:44px;font-size:1.3rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #b983ff33;cursor:pointer;transition:background .2s,color .2s,transform .2s}.theme-toggle:active,.theme-toggle:hover{background:#fff;color:#b983ff;transform:scale(1.08)}@keyframes fadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes gradient-move{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}body[data-theme=light] .glass-bg,body[data-theme=light] .mobile-drawer{background:rgba(255,255,255,.85)!important;color:#23213a!important;border-left:1.5px solid #b983ff33}body[data-theme=light] .drawer-dropdown,body[data-theme=light] .drawer-dropdown-list a,body[data-theme=light] .drawer-list a{color:#23213a!important}body[data-theme=light] .drawer-dropdown-list a:active,body[data-theme=light] .drawer-dropdown-list a:hover,body[data-theme=light] .drawer-dropdown:active,body[data-theme=light] .drawer-dropdown:hover,body[data-theme=light] .drawer-list a:active,body[data-theme=light] .drawer-list a:hover{color:#b983ff!important;background:#f3eaff!important}body[data-theme=light] .drawer-tagline{color:#23213a!important;background:linear-gradient(90deg,#5C24FF,#ECBFBF,#FF3BFF,#D94FD5,#5C24FF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}body[data-theme=light] .drawer-socials a{color:#23213a!important}body[data-theme=light] .theme-toggle{background:#b983ff!important;color:#fff!important}.drawer-top-bar{display:flex;justify-content:space-between;align-items:center;width:92%;padding:18px 18px 0;position:relative;z-index:1001;margin-bottom:30px}.theme-toggle.top{margin-right:auto;margin-left:0;order:1;background:linear-gradient(90deg,#5C24FF,#ECBFBF,#FF3BFF,#D94FD5,#5C24FF)}.drawer-close{order:2}}