@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
@import "https://db.onlinewebfonts.com/c/8cb707a9b8a73f8a7403336b861c3074?family=BubbledotICG-FinePos";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css";
.pd-landing{--bg:#000;--text:#fff;--muted:#8e8e8e;--nav-text:#2e2e2e;--pill-dark:#28282a;--sign-in-text:#c8c8c8;--nav-shadow:0 4px 14px #00000029;--trust-bg:#28282a;--trust-border:#fff6;--trust-text:#c4c2c3;--font-sans:"Inter", "Segoe UI", system-ui, sans-serif;--font-display:"BubbledotICG-FinePos", "Geist Pixel Circle", monospace;background-color:var(--bg);height:100dvh;color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden}.pd-landing *,.pd-landing :before,.pd-landing :after{box-sizing:border-box;margin:0;padding:0}.pd-landing .bg{z-index:0;background-color:#000;position:absolute;inset:0;overflow:hidden}.pd-landing .bg-video{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.pd-landing .page{z-index:1;flex-direction:column;justify-content:space-between;align-items:center;height:100dvh;padding:clamp(16px,2.4vh,28px) clamp(14px,3vw,32px);display:flex;position:relative;overflow:hidden}.pd-landing .header{z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;gap:clamp(18px,2.8vw,28px);width:100%;max-width:720px;animation:.7s cubic-bezier(.22,1,.36,1) both pdSlideDown;display:flex}.pd-landing .logo-btn{width:clamp(40px,4.4vw,46px);height:clamp(40px,4.4vw,46px);box-shadow:var(--nav-shadow);cursor:pointer;background:#fff;border:none;border-radius:50%;flex-shrink:0;place-items:center;text-decoration:none;transition:transform .2s cubic-bezier(.22,1,.36,1);display:grid}.pd-landing .logo-btn:hover{transform:scale(1.04)}.pd-landing .logo-btn img{object-fit:contain;width:72%;height:72%}.pd-landing .nav-pill{max-width:430px;height:clamp(44px,5.2vw,48px);box-shadow:var(--nav-shadow);box-sizing:border-box;background:#fff;border-radius:999px;flex:1;justify-content:space-around;align-items:center;padding:4px 8px;display:flex}.pd-landing .nav-link{font-family:var(--font-sans);letter-spacing:-.01em;color:var(--nav-text);opacity:.5;align-items:center;height:100%;padding:0 12px;font-size:clamp(13px,1.4vw,15px);font-weight:500;text-decoration:none;transition:opacity .2s;display:flex;position:relative}.pd-landing .nav-link:hover{opacity:.75}.pd-landing .nav-link.active{opacity:1}.pd-landing .nav-link.active:after{content:"";background-color:var(--nav-text);width:3px;height:3px;box-shadow:-5px 0 0 var(--nav-text), 5px 0 0 var(--nav-text);border-radius:50%;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.pd-landing .signin-btn{background:var(--pill-dark);color:var(--sign-in-text);height:clamp(44px,5.2vw,48px);box-shadow:var(--nav-shadow);font-family:var(--font-sans);border-radius:999px;flex-shrink:0;align-items:center;padding:0 20px;font-size:clamp(13px,1.4vw,15px);font-weight:500;text-decoration:none;transition:background-color .3s,color .3s,transform .3s cubic-bezier(.22,1,.36,1);display:flex}.pd-landing .signin-btn:hover{color:#fff;background:#323234;transform:translateY(-1px)}.pd-landing .burger-btn{background:var(--pill-dark);cursor:pointer;z-index:100;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;transition:background-color .3s,transform .3s cubic-bezier(.22,1,.36,1);display:none;position:relative}.pd-landing .burger-btn .bar{background-color:#fff;width:18px;height:1.5px;transition:transform .3s,opacity .3s,background-color .3s;display:block}.pd-landing .burger-btn[aria-expanded=true]{background-color:#fff}.pd-landing .burger-btn[aria-expanded=true] .bar{background-color:#000}.pd-landing .burger-btn[aria-expanded=true] .bar:first-child{transform:translateY(6.5px)rotate(45deg)}.pd-landing .burger-btn[aria-expanded=true] .bar:nth-child(2){opacity:0}.pd-landing .burger-btn[aria-expanded=true] .bar:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.pd-landing .mobile-overlay{-webkit-backdrop-filter:blur(6px);z-index:90;opacity:0;background:#0000009e;animation:.28s cubic-bezier(.22,1,.36,1) forwards pdOverlayIn;position:fixed;inset:0}.pd-landing .mobile-menu{z-index:95;transform-origin:top;background:#fff;border-radius:28px;width:calc(100% - 32px);max-width:400px;padding:22px 18px 20px;animation:.38s cubic-bezier(.22,1,.36,1) forwards pdMenuIn;position:fixed;top:100px;left:50%;box-shadow:0 20px 60px #00000073}.pd-landing .mobile-nav{flex-direction:column;width:100%;display:flex}.pd-landing .mobile-link{text-align:center;font-family:var(--font-sans);color:var(--nav-text);opacity:0;padding:12px 0;font-size:16px;font-weight:500;text-decoration:none;animation:.3s cubic-bezier(.22,1,.36,1) forwards pdLinkIn;display:block;position:relative}.pd-landing .mobile-link.active{opacity:1}.pd-landing .mobile-link.active:after{content:"";background-color:var(--nav-text);width:3px;height:3px;box-shadow:-5px 0 0 var(--nav-text), 5px 0 0 var(--nav-text);border-radius:50%;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.pd-landing .mobile-signin-btn{background:var(--pill-dark);width:100%;height:48px;color:var(--sign-in-text);font-family:var(--font-sans);opacity:0;border-radius:999px;justify-content:center;align-items:center;margin-top:14px;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .3s,color .3s;animation:.3s cubic-bezier(.22,1,.36,1) forwards pdLinkIn;display:flex}.pd-landing .mobile-signin-btn:hover{color:#fff;background:#323234}.pd-landing .hero{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:900px;padding:20px 0;display:flex}.pd-landing .trust-row{--trust-size:clamp(36px, 4.5vw, 42px);align-items:center;margin-bottom:clamp(16px,2.5vh,26px);display:inline-flex}.pd-landing .trust-avatars{align-items:center;display:flex}.pd-landing .trust-avatar{width:var(--trust-size);height:var(--trust-size);background:var(--trust-bg);border:1px solid var(--trust-border);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;padding:5px;transition:transform .35s cubic-bezier(.22,1,.36,1);display:flex}.pd-landing .trust-avatar-inner{background:linear-gradient(135deg,#f4a6c9,#c77dff);border-radius:50%;width:100%;height:100%;animation:3s ease-in-out infinite pdAvatarFloat;box-shadow:inset 0 1px 2px #fff6}.pd-landing .trust-avatar.a1 .trust-avatar-inner{background:linear-gradient(135deg,#f4a6c9,#c77dff);animation-delay:0s}.pd-landing .trust-avatar.a2 .trust-avatar-inner{background:linear-gradient(135deg,#ffb98a,#ff7db0);animation-delay:.3s}.pd-landing .trust-avatar.a3 .trust-avatar-inner{background:linear-gradient(135deg,#a9b0ff,#7dd0ff);animation-delay:.6s}.pd-landing .trust-avatar.a1{z-index:1}.pd-landing .trust-avatar.a2{z-index:2;margin-left:calc(var(--trust-size) * -.42)}.pd-landing .trust-avatar.a3{z-index:4;margin-left:calc(var(--trust-size) * -.42)}.pd-landing .trust-avatar.a1:hover{transform:translateY(-2px)}.pd-landing .trust-avatar.a2:hover{transform:translateY(-4px)}.pd-landing .trust-avatar.a3:hover{transform:translateY(-2px)}.pd-landing .trust-pill{height:var(--trust-size);background:var(--trust-bg);border:1px solid var(--trust-border);box-sizing:border-box;margin-left:calc(var(--trust-size) * -.42);padding-left:calc(var(--trust-size) * .58 + 8px);z-index:0;border-radius:999px;align-items:center;padding-right:16px;display:flex}.pd-landing .trust-pill span{font-family:var(--font-sans);color:var(--trust-text);white-space:nowrap;font-size:clamp(12px,1.4vw,13.5px);font-weight:500}.pd-landing .headline{font-family:var(--font-display);color:#fff;letter-spacing:-.04em;flex-direction:column;align-items:center;margin-bottom:clamp(16px,2.5vh,26px);font-size:clamp(28px,6.2vw,80px);line-height:1.12;display:flex}.pd-landing .headline span{white-space:nowrap;opacity:0;animation:.85s cubic-bezier(.22,1,.36,1) forwards pdHeadlineFade;display:block;transform:translateY(14px)}.pd-landing .headline span:first-child{animation-delay:.12s}.pd-landing .headline span:nth-child(2){animation-delay:.3s}.pd-landing .subhead{color:#d0d0d0;opacity:.8;max-width:min(500px,92%);margin:0 auto;font-size:clamp(16.16px,1.55vw + 2.66px,19.16px);font-weight:400;line-height:1.55}.pd-landing .cta-btn{color:#000;font-family:var(--font-sans);background-color:#fff;border-radius:999px;margin-top:clamp(20px,3vh,32px);padding:clamp(11px,1.6vh,13px) clamp(22px,3vw,28px);font-size:clamp(13.5px,1.5vw,14.5px);font-weight:600;text-decoration:none;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;display:inline-block;box-shadow:0 0 0 1px #ffffff26,0 0 22px #ffffff52,0 0 44px #ffffff1f}.pd-landing .cta-btn:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 0 0 1.5px #ffffff40,0 0 28px #ffffff73,0 0 54px #fff3}.pd-landing .stats-footer{border-top:1px solid #ffffff0d;flex-shrink:0;grid-template-columns:repeat(4,1fr);gap:clamp(16px,3.2vw,40px);width:100%;max-width:920px;margin-top:auto;padding-top:clamp(16px,2.4vh,24px);display:grid}.pd-landing .stat-item{text-align:center;flex-direction:column;align-items:center;display:flex}.pd-landing .stat-icon{font-family:var(--font-display);color:#fff;margin-bottom:6px;font-size:clamp(22px,3vw,33px);line-height:1}.pd-landing .stat-value{font-family:var(--font-sans);color:#fff;letter-spacing:-.025em;font-variant-numeric:tabular-nums;font-size:clamp(18px,2.2vw,26px);font-weight:600;line-height:1.2}.pd-landing .stat-label{font-family:var(--font-sans);color:var(--muted);margin-top:4px;font-size:clamp(11px,1.2vw,12.5px)}.pd-landing .anim{opacity:0;filter:blur(6px);animation:.85s cubic-bezier(.22,1,.36,1) forwards pdReveal;animation-delay:var(--d,0s);transform:translateY(22px)scale(.98)}@keyframes pdSlideDown{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}@keyframes pdHeadlineFade{to{opacity:1;transform:translateY(0)}}@keyframes pdReveal{to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes pdOverlayIn{to{opacity:1}}@keyframes pdMenuIn{0%{opacity:0;transform:translate(-50%,-10px)scale(.96)}to{opacity:1;transform:translate(-50%)scale(1)}}@keyframes pdLinkIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pdAvatarFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-4px)scale(1.06)}}@media (max-width:720px){.pd-landing .nav-pill,.pd-landing .signin-btn{display:none}.pd-landing .header{justify-content:space-between;max-width:100%}.pd-landing .logo-btn{width:48px;height:48px}.pd-landing .burger-btn{display:flex}.pd-landing .headline{letter-spacing:-.08em;line-height:1.05}.pd-landing .stats-footer{grid-template-columns:repeat(2,1fr);gap:20px 16px}}@media (max-width:420px){.pd-landing .trust-row{--trust-size:34px}.pd-landing .headline{letter-spacing:-.09em;line-height:1.04}.pd-landing .trust-pill span{font-size:12px}}@media (max-height:700px){.pd-landing .page{padding:12px 16px}.pd-landing .hero{padding:10px 0}.pd-landing .headline{margin-bottom:12px}.pd-landing .cta-btn{margin-top:16px}.pd-landing .stats-footer{padding-top:12px}}@media (prefers-reduced-motion:reduce){.pd-landing .anim,.pd-landing .headline span,.pd-landing .header{opacity:1!important;filter:none!important;animation:none!important;transform:none!important}.pd-landing .mobile-overlay,.pd-landing .mobile-menu,.pd-landing .mobile-link,.pd-landing .mobile-signin-btn{animation:none!important}}
