@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";
.nav{z-index:100;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid #0000;height:76px;font-family:Poppins,sans-serif;transition:background .3s,border-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(20px);background:#11111182;border-bottom-color:#2a2a2a}.nav__inner{align-items:center;gap:3rem;max-width:1200px;height:100%;margin:0 auto;padding:0 2.5rem;display:flex}.nav__logo{flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav__logo-icon{color:#fff;font-size:1.6rem;line-height:1}.nav__logo-text{color:#fff;letter-spacing:-.5px;font-size:1.25rem;font-weight:800}.nav__links{flex:1;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.nav__link{color:#fff9;white-space:nowrap;border-radius:10px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:inline-block}.nav__link:hover{color:#fff;background:#ffffff0f}.nav__actions{flex-shrink:0;align-items:center;gap:.75rem;margin-left:auto;display:flex}.nav__btn{white-space:nowrap;border-radius:999px;align-items:center;padding:.65rem 1.5rem;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .15s;display:inline-flex}.nav__btn--ghost{color:#fff9;background:0 0;border:1px solid #0000}.nav__btn--ghost:hover{color:#fff;background:#ffffff0f}.nav__btn--solid{color:#111;letter-spacing:-.1px;background:#fff;border:1px solid #fff}.nav__btn--solid:hover{background:#e8e8e8;transform:translateY(-1px)}.nav__btn--solid:active{transform:translateY(0)}.nav__burger{cursor:pointer;background:#ffffff0f;border:1px solid #2a2a2a;border-radius:10px;flex-direction:column;justify-content:center;gap:6px;width:42px;height:42px;margin-left:auto;padding:8px;display:none}.nav__burger span{transform-origin:50%;background:#fff9;border-radius:2px;height:1.5px;transition:transform .3s,opacity .3s,width .3s;display:block}.nav__burger span:first-child{width:100%}.nav__burger span:nth-child(2){width:70%}.nav__burger span:nth-child(3){width:100%}.nav__burger--open span:first-child{width:100%;transform:translateY(7.5px)rotate(45deg)}.nav__burger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav__burger--open span:nth-child(3){width:100%;transform:translateY(-7.5px)rotate(-45deg)}.mobile-overlay{z-index:98;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;pointer-events:none;background:#000000a6;display:none;position:fixed;inset:0}.mobile-overlay--visible{display:block}.mobile-nav{z-index:99;background:#191919;border-bottom:1px solid #2a2a2a;flex-direction:column;gap:2rem;padding:2rem 2rem 2.5rem;font-family:Poppins,sans-serif;display:flex;position:fixed;top:76px;left:0;right:0}.mobile-nav__links{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.mobile-nav__link{color:#fff9;border-radius:10px;align-items:center;gap:1rem;padding:.9rem 1rem;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:flex}.mobile-nav__link:hover{color:#fff;background:#ffffff0f}.mobile-nav__link-arrow{color:#ffffff4d;font-size:.85rem;transition:transform .2s}.mobile-nav__cta{gap:.75rem;display:flex}.mobile-nav__cta .nav__btn{flex:1;justify-content:center;padding:.85rem;font-size:.95rem}@media (max-width:860px){.nav__links,.nav__actions{display:none}.nav__burger{display:flex}.nav__inner{gap:1rem;padding:0 1.5rem}}
.footer2{color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#17171791;border-top:1px solid #202020;font-family:Poppins,sans-serif}.footer2__inner{max-width:1200px;margin:0 auto;padding:4.3rem 2.2rem 2.2rem}.footer2__top{justify-content:space-between;align-items:flex-start;gap:2.8rem;margin-bottom:3.3rem;display:flex}.footer2__brand{flex-direction:column;gap:1rem;display:flex}.footer2__logo{align-items:center;gap:.62rem;width:fit-content;text-decoration:none;display:inline-flex}.footer2__logo-icon{color:#fff;font-size:1.7rem}.footer2__logo-text{color:#fff;letter-spacing:-.5px;font-size:1.22rem;font-weight:800}.footer2__tagline{color:#ffffff4d;max-width:260px;font-size:.99rem;font-weight:400;line-height:1.7}.footer2__socials{gap:.48rem;margin-top:.7rem;display:flex}.footer2__social{color:#ffffff4d;background:#ffffff14;border:1px solid #292929;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.11rem;text-decoration:none;transition:background .18s,color .18s,border-color .18s,transform .2s;display:inline-flex}.footer2__social:hover{color:#fff;background:#ffffff1f;border-color:#ffffff26;transform:translateY(-2px)scale(1.07)}.footer2__cols{grid-template-columns:repeat(4,1fr);gap:2.2rem;display:grid}.footer2__divider{transform-origin:0;background:#00000058;height:1px;margin-bottom:1.9rem}.footer2__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:.4rem;display:flex}.footer2__copy{color:#ffffff4d;font-size:.83rem;font-weight:400}.footer2__bottom-links{gap:2.11rem;display:flex}.footer2__bottom-link{color:#ffffff4d;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .2s}.footer2__bottom-link:hover{color:#fff9}.footer2__made{color:#ffffff26;font-size:.78rem;font-weight:400}.footer2__made span{color:#ff6464b3}.footer2-col{flex-direction:column;gap:1rem;display:flex}.footer2-col__title{text-transform:uppercase;letter-spacing:1.2px;color:#ffffff4d;margin:0 0 .2rem;font-size:.7rem;font-weight:700}.footer2-col__list{flex-direction:column;gap:.52rem;margin:0;padding:0;list-style:none;display:flex}.footer2-col__link{color:#fff9;font-size:.93rem;font-weight:400;text-decoration:none;transition:color .18s;display:inline-block}.footer2-col__link:hover{color:#fff}@media (max-width:960px){.footer2__top{flex-direction:column;align-items:stretch;gap:2rem}.footer2__cols{grid-template-columns:repeat(2,1fr);gap:2.2rem}}@media (max-width:560px){.footer2__inner{padding:2.6rem 1rem 1.2rem}.footer2__cols{grid-template-columns:1fr;gap:1.3rem}.footer2__bottom{flex-direction:column;align-items:flex-start;gap:.8rem}.footer2__bottom-links{gap:1.1rem}}
