:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #f1f3f5;--accent-primary: #6366F1;--accent-secondary: #818CF8;--accent-gradient: #1a1a1a;--text-primary: #1a1a1a;--text-secondary: #3f3f46;--text-tertiary: #52525b;--border-color: rgba(0, 0, 0, .1);--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--spacing-3xl: 6rem;--font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}img{max-width:100%}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}input,textarea{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}#root{min-height:100vh}.app{padding-top:0}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--text-primary)}h1{font-size:clamp(2.25rem,4.5vw,3.25rem);letter-spacing:-.035em}h2{font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.03em}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}p{font-size:1.0625rem;line-height:1.75;color:var(--text-secondary);letter-spacing:-.005em}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:all var(--transition-base);text-decoration:none;font-family:var(--font-family);white-space:nowrap;-webkit-tap-highlight-color:transparent;overflow:hidden;position:relative}.btn-primary{background:#1a1a1a;color:#fff;box-shadow:none}.btn-primary:hover,.btn-primary:active{background:#333;box-shadow:none;transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--text-primary);border:2px solid var(--border-color)}.btn-secondary:hover,.btn-secondary:active{border-color:#1a1a1a;background:#0000000a}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}.section{padding:var(--spacing-3xl) 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .8s ease forwards}@media(max-width:768px){.section{padding:var(--spacing-2xl) 0}.container{padding:0 var(--spacing-md)}p{font-size:.9375rem}.btn{padding:.875rem 1.5rem;font-size:.9375rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding:1rem 1.5rem;transition:all .35s cubic-bezier(.22,1,.36,1);pointer-events:none}.navbar-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;pointer-events:auto}.navbar-brand{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;height:40px;padding:0 .75rem;width:fit-content;border-radius:50px;background:#94a3b824;backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);border:1px solid rgba(148,163,184,.25);box-shadow:0 2px 12px #0000000d,inset 0 1px #ffffff80;transition:background .35s ease,border-color .35s ease,box-shadow .35s ease;-webkit-tap-highlight-color:transparent;overflow:hidden}.navbar-logo-logs{height:24px;width:auto;transition:filter .35s ease}.navbar-brand:hover .navbar-logo-logs{transform:none}.navbar-cta{display:inline-flex;align-items:center;gap:.5rem;height:40px;padding:0 1.25rem;font-size:.875rem;white-space:nowrap;background:#94a3b824;backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);color:#1f2937;border:1px solid rgba(148,163,184,.25);box-shadow:0 2px 12px #0000000d,inset 0 1px #ffffff80;border-radius:50px;text-decoration:none;font-weight:600;transition:background .35s ease,color .35s ease,border-color .35s ease,box-shadow .35s ease;cursor:pointer;-webkit-tap-highlight-color:transparent;overflow:hidden}.navbar-cta:hover{background:#94a3b838;border-color:#94a3b866;box-shadow:0 4px 16px #00000014,inset 0 1px #ffffff80;transform:translateY(-1px)}.navbar-cta-chevron{transition:transform .25s ease}.navbar-cta-chevron.open{transform:rotate(180deg)}.navbar-download-wrapper{position:relative}.navbar-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:240px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;box-shadow:0 12px 40px #0000001f,0 4px 12px #0000000f;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:1001}.navbar-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.navbar-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem .875rem;border-radius:8px;text-decoration:none;color:#1f2937;transition:background .2s ease;-webkit-tap-highlight-color:transparent;overflow:hidden}.navbar-dropdown-item:hover{background:#94a3b81f}.navbar-dropdown-icon{width:32px;height:32px;flex-shrink:0}.navbar-dropdown-text{display:flex;flex-direction:column;gap:.125rem}.navbar-dropdown-label{font-size:.875rem;font-weight:600;color:#1f2937}.navbar-dropdown-sub{font-size:.75rem;color:#6b7280;font-weight:400}@media(min-width:769px)and (max-width:1024px){.navbar{padding:.875rem 1.25rem}.navbar-dropdown{min-width:220px}}@media(max-width:768px){.navbar{padding:.75rem 1rem}.navbar-brand{height:44px;padding:0 .875rem}.navbar-cta{height:44px;padding:.5rem 1.25rem;font-size:.9375rem}.navbar-logo-logs{height:26px}.navbar-dropdown{position:fixed;top:auto;right:16px;left:16px;min-width:auto;width:auto}}@media(max-width:480px){.navbar{padding:.625rem .75rem}.navbar-brand{height:42px;padding:0 .75rem}.navbar-cta{height:42px;padding:0 1.125rem;font-size:.875rem}.navbar-logo-logs{height:24px}}@media(max-width:1024px){.navbar.navbar-mobile-hidden{transform:translateY(-120%);pointer-events:none}}.navbar-dark .navbar-brand{background:#ffffff14;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);border-color:#ffffff1f;box-shadow:0 2px 12px #0000004d,inset 0 1px #ffffff0f}.navbar-dark .navbar-logo-logs{filter:brightness(0) invert(1)}.navbar-dark .navbar-cta{background:#ffffff14;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);color:#f0f0f0;border-color:#ffffff1f;box-shadow:0 2px 12px #0000004d,inset 0 1px #ffffff0f}.navbar-dark .navbar-cta:hover{background:#ffffff2e;border-color:#ffffff40;box-shadow:0 4px 16px #0000004d,inset 0 1px #ffffff1a}.navbar-dark .navbar-dropdown{background:#1a1a1a;border-color:#ffffff1a;box-shadow:0 12px 40px #0006,0 4px 12px #0003}.navbar-dark .navbar-dropdown-item{color:#e5e5e5}.navbar-dark .navbar-dropdown-item:hover{background:#ffffff14}.navbar-dark .navbar-dropdown-label{color:#e5e5e5}.navbar-dark .navbar-dropdown-sub{color:#ffffff73}.beta-banner{position:relative;display:flex;justify-content:center;align-items:center;padding:.5rem 1rem;background:#fff;border-bottom:1px solid var(--border-color);font-family:var(--font-family);z-index:1}.beta-banner--hidden{display:none}.beta-banner__content{display:flex;align-items:center;gap:.6rem;font-size:.875rem;font-weight:500;letter-spacing:.01em;color:var(--text-primary)}.beta-banner__badge{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;background:#1a1a1a;color:#fff;font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.beta-banner__text{white-space:nowrap;color:var(--text-secondary)}.beta-banner__text--short{display:none}@media(max-width:768px){.beta-banner{display:none}}.hero{position:relative;display:flex;flex-direction:column;align-items:center;padding:100px 24px;background:#fff}.hero-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1100px;gap:64px}.hero-content{position:relative;z-index:2;text-align:center;max-width:720px;width:100%;display:flex;flex-direction:column;align-items:center}.hero-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-tertiary);margin-bottom:20px}.smiley-icon{display:inline-flex;align-items:center;justify-content:center;position:relative;width:.85em;height:.85em;font-style:normal;text-transform:none;letter-spacing:0;vertical-align:-.05em;margin-left:.05em}.smiley-eye{position:absolute;top:.08em;font-size:.28em;line-height:1;background:linear-gradient(135deg,#2dd4bf,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.smiley-eye-left{left:.1em}.smiley-eye-right{right:.1em}.smiley-mouth{position:absolute;bottom:.02em;left:.05em;right:.05em;height:.45em}.hero-headline{font-size:clamp(2.5rem,5.5vw,4rem);font-weight:800;line-height:1.08;letter-spacing:-.04em;margin:0 0 20px}.hero-headline-line1{display:block;color:#1a1a1a}.hero-headline-line2{display:block;background:linear-gradient(135deg,#2dd4bf,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding-bottom:.15em}.hero-subheadline{font-size:clamp(1rem,1.4vw,1.125rem);color:var(--text-secondary);line-height:1.7;font-weight:450;letter-spacing:-.005em;max-width:520px;margin:0}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:32px;padding-bottom:4px}.hero-cta{position:relative;z-index:10}.hero-download-btn{display:inline-flex;align-items:center;gap:.5rem;padding:14px 28px;font-size:.9375rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .25s ease;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:transparent;color:#1a1a1a;border:1.5px solid #2DD4BF;box-shadow:none;text-decoration:none}.hero-download-btn:hover{background:#2dd4bf;color:#fff;box-shadow:0 4px 20px #2dd4bf40;transform:translateY(-2px)}.hero-cta-chevron{transition:transform .25s ease;opacity:.7}.hero-cta-chevron.open{transform:rotate(180deg)}.hero-btn-icon{width:24px;height:24px}.hero-platform-icons{display:flex;align-items:center;gap:8px}.hero-platform-icons img{width:20px;height:20px;opacity:.4;transition:opacity .2s ease}.hero-platform-icons img:hover{opacity:.8}.hero-dropdown{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%) translateY(-8px);min-width:260px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;box-shadow:0 12px 40px #0000001f,0 4px 12px #0000000f;padding:.5rem;opacity:0;visibility:hidden;transition:all .2s ease;z-index:100}.hero-dropdown.active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.hero-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem .875rem;border-radius:10px;text-decoration:none;color:#1f2937;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.hero-dropdown-item:hover{background:#0000000a}.hero-dropdown-icon{width:32px;height:32px;flex-shrink:0}.hero-dropdown-text{display:flex;flex-direction:column;gap:1px}.hero-dropdown-label{font-size:.875rem;font-weight:600;color:#1f2937}.hero-dropdown-sub{font-size:.75rem;color:#9ca3af;font-weight:400}.hero-visual{width:100%;display:flex;justify-content:center}.hero-visual-desktop{display:flex;justify-content:center;width:100%}.hero-visual-mobile{display:none;justify-content:center;width:100%}.hero-app-image{width:100%;max-width:1100px;height:auto;border-radius:16px}.hero-mobile{display:none}.hero-desktop{display:block}@media(min-width:769px)and (max-width:1024px){.hero{padding:120px 32px 100px}.hero-container{gap:56px}.hero-actions{margin-top:40px}.hero-headline{font-size:clamp(2.25rem,5vw,3rem)}.hero-app-image{border-radius:14px}}@media(max-width:768px){.hero{padding:160px 16px 80px}.hero-container{gap:48px}.hero-eyebrow,.hero-headline{margin-bottom:16px}.hero-mobile{display:block}.hero-desktop{display:none}.hero-actions{flex-direction:column;gap:16px}.hero-platform-icons{display:flex;justify-content:center}.hero-visual-desktop{display:none}.hero-visual-mobile{display:flex}.hero-app-image{border-radius:12px}.hero-dropdown{position:fixed;inset:auto 16px 24px;transform:translateY(20px);min-width:auto;width:auto}.hero-dropdown.active{transform:translateY(0)}}@media(max-width:480px){.hero{padding:140px 16px 64px}.hero-download-btn{padding:12px 24px;font-size:.875rem}.hero-subheadline{font-size:.9375rem}}.features-scroll{position:relative;height:350vh;background:transparent}.features-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;padding:0 40px;box-sizing:border-box}.features-header{text-align:center;margin-bottom:12px;width:100%;max-width:700px;flex-shrink:0}.features-header .section-label{display:inline-block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);margin-bottom:8px}.features-header h2{margin-bottom:6px;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:700;letter-spacing:-.025em;color:var(--text-primary)}.features-header p{font-size:1.0625rem;color:var(--text-tertiary);line-height:1.6;font-weight:400;margin:0}.features-steps{display:flex;justify-content:center;gap:6px;margin:12px 0}.features-step-dot{width:6px;height:6px;border-radius:3px;background:#8080802e;transition:all .35s cubic-bezier(.4,0,.2,1)}.features-step-dot.active{width:20px;background:var(--text-secondary)}.features-step-dot.passed{background:var(--text-secondary)}.features-cards-viewport{position:relative;width:100%;max-width:1100px;height:400px;flex-shrink:0}.feature-scroll-card{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:0;transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.feature-scroll-card-content{display:flex;align-items:center;gap:48px;width:100%;max-height:none;height:400px;padding:44px 56px;background:#f5f5f7;border:1px solid rgba(0,0,0,.08);border-radius:24px;box-shadow:0 2px 8px #0000000a;box-sizing:border-box;position:relative;overflow:hidden}.feature-card-0 .feature-scroll-title{color:#0071e3}.feature-card-1 .feature-scroll-title{color:#e44d26}.feature-card-2 .feature-scroll-title{color:#1a237e}.feature-scroll-card-content:before{display:none}.feature-scroll-card-content:after{display:none}.feature-scroll-card-text{flex:0 0 38%;display:flex;flex-direction:column;justify-content:center;gap:12px}.feature-scroll-title{font-size:clamp(1.5rem,2.8vw,2rem);font-weight:700;letter-spacing:-.025em;margin:0;color:var(--text-primary);line-height:1.2}.feature-scroll-description{font-size:clamp(1rem,1.4vw,1.125rem);color:var(--text-secondary);line-height:1.7;margin:0}.feature-scroll-card-image{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden}.feature-scroll-card-image img{display:block;max-width:340px;max-height:400px;width:auto;height:auto;object-fit:contain;border-radius:16px}.e2ee-visual{display:flex;align-items:center;justify-content:center;width:100%;max-width:320px}.e2ee-card-mock{width:100%;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 12px #0000000a}.e2ee-card-header{display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.06);font-size:.8125rem;font-weight:600;color:#1a1a1a;letter-spacing:.01em}.e2ee-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.e2ee-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}.e2ee-cipher{font-size:1rem;color:#00000040;letter-spacing:.12em;font-weight:400}.e2ee-footer{display:flex;align-items:center;gap:6px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06);font-size:.75rem;color:var(--text-tertiary);font-weight:500}.e2ee-specs{display:inline-block;margin-top:8px;font-size:.75rem;font-weight:600;letter-spacing:.04em;color:var(--text-tertiary);opacity:.7}.features-mobile{padding:120px 0 64px;background:transparent}.features-mobile-header{text-align:center;padding:0 20px;margin-bottom:36px}.features-mobile-header h2{font-size:1.75rem;font-weight:700;letter-spacing:-.025em;color:var(--text-primary);margin:0}.features-mobile-single-card{margin:0 16px;background:#f5f5f7;border:1px solid rgba(0,0,0,.06);border-radius:24px;padding:44px 28px;display:flex;flex-direction:column;gap:0}.features-mobile-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 0}.features-mobile-item:first-child{padding-top:0}.features-mobile-item:last-child{padding-bottom:0}.features-mobile-item+.features-mobile-item{position:relative}.features-mobile-item+.features-mobile-item:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(to right,transparent,rgba(0,0,0,.1) 30%,rgba(0,0,0,.1) 70%,transparent)}.features-mobile-item-image{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.features-mobile-item-image img{max-width:200px;max-height:180px;width:auto;height:auto;object-fit:contain}.feature-card-1 .features-mobile-item-image img{max-width:240px;max-height:200px}.features-mobile-item-image .e2ee-visual{max-width:240px;width:100%}.features-mobile-item-image .e2ee-card-mock{padding:16px;gap:12px}.features-mobile-item-image .e2ee-cipher{font-size:.875rem;letter-spacing:.08em;overflow:hidden;max-width:80px;text-overflow:clip}.features-mobile-item .feature-scroll-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 8px;line-height:1.2}.features-mobile-item .feature-scroll-description{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin:0;max-width:300px}@media(min-width:481px)and (max-width:900px){.features-mobile{padding:140px 0 72px}.features-mobile-header h2{font-size:2rem}.features-mobile-single-card{margin:0 auto;padding:56px 40px;max-width:600px}.features-mobile-item-image img{max-width:240px;max-height:220px}.feature-card-1 .features-mobile-item-image img{max-width:280px;max-height:240px}.features-mobile-item .feature-scroll-title{font-size:1.625rem}.features-mobile-item .feature-scroll-description{font-size:1.0625rem;max-width:380px}}@media(max-width:480px){.features-mobile{padding:100px 0 48px}.features-mobile-header{margin-bottom:28px}.features-mobile-header h2{font-size:1.5rem}.features-mobile-single-card{margin:0 12px;padding:36px 20px;border-radius:20px}.features-mobile-item{padding:32px 0}.features-mobile-item-image img{max-width:170px;max-height:160px}.features-mobile-item .feature-scroll-title{font-size:1.375rem}.features-mobile-item .feature-scroll-description{font-size:.9375rem}.features-mobile-item-image .e2ee-cipher{max-width:60px}}.carousel-section{height:100vh;height:100dvh;display:flex;flex-direction:column;padding:0;background:transparent;box-sizing:border-box}.carousel-header{text-align:center;padding:48px 20px 0;flex-shrink:0}.carousel-header h2{font-size:1.75rem;font-weight:700;letter-spacing:-.025em;color:var(--text-primary);margin:0 0 6px}.carousel-header p{font-size:1rem;color:var(--text-tertiary);line-height:1.5;margin:0}.carousel-bottom{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:20px;padding:0 20px 40px}.carousel-pause-pill{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:none}.pill-track{width:64px;height:64px;border-radius:50%;background:#0000000d;border:2px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.carousel-pause-pill.holding .pill-track{background:#0000001a;border-color:#0000002e;transform:scale(.94)}.pill-thumb{width:32px;height:32px;border-radius:50%;background:#0000001f;transition:all .3s ease;box-shadow:inset 0 0 0 3px #0000000f,inset 0 0 0 7px #00000008}.carousel-pause-pill.holding .pill-thumb{width:44px;height:44px;background:#00000038;box-shadow:inset 0 0 0 4px #00000014,inset 0 0 0 9px #0000000a}.pill-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#00000040;transition:color .25s ease}.carousel-pause-pill.holding .pill-label{color:#00000073}.carousel-pause-pill.dark .pill-track{background:#ffffff0f;border-color:#ffffff1a}.carousel-pause-pill.dark.holding .pill-track{background:#ffffff1f;border-color:#fff3}.carousel-pause-pill.dark .pill-thumb{background:#ffffff1f;box-shadow:inset 0 0 0 3px #ffffff0f,inset 0 0 0 7px #ffffff08}.carousel-pause-pill.dark.holding .pill-thumb{width:44px;height:44px;background:#ffffff40;box-shadow:inset 0 0 0 4px #ffffff14,inset 0 0 0 9px #ffffff0a}.carousel-pause-pill.dark .pill-label{color:#ffffff40}.carousel-pause-pill.dark.holding .pill-label{color:#ffffff80}.carousel-dots{display:flex;justify-content:center;gap:8px}.carousel-dot{width:6px;height:6px;border-radius:3px;background:#0000001f;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;border:none;padding:0}.carousel-dot.active{width:28px;background:#00000014}.carousel-dot-progress{position:absolute;left:0;top:0;bottom:0;border-radius:3px;background:#00000059;animation:dot-fill 4s linear forwards}@keyframes dot-fill{0%{width:0}to{width:100%}}.carousel-dots.dark .carousel-dot{background:#ffffff26}.carousel-dots.dark .carousel-dot.active{background:#ffffff1a}.carousel-dots.dark .carousel-dot-progress{background:#fff9}@media(max-width:480px){.carousel-bottom{padding-bottom:24px;gap:12px}}@media(prefers-reduced-motion:reduce){.feature-scroll-card{transition:none}}.blocker-modes-scroll{position:relative;height:400vh;background-color:#fff}.blocker-modes-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;padding:0 40px;box-sizing:border-box}.blocker-modes-header{text-align:center;margin-bottom:12px;width:100%;max-width:700px;flex-shrink:0}.blocker-modes-header .section-label{display:inline-block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);margin-bottom:8px}.blocker-modes-header h2{margin-bottom:6px;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:700;letter-spacing:-.025em;color:var(--text-primary)}.blocker-modes-header p{font-size:1.0625rem;color:var(--text-tertiary);line-height:1.6;font-weight:400;margin:0}.blocker-modes-steps{display:flex;justify-content:center;gap:6px;margin:12px 0}.blocker-step-dot{width:6px;height:6px;border-radius:3px;background:#8080802e;transition:all .35s cubic-bezier(.4,0,.2,1)}.blocker-step-dot.active{width:20px;background:var(--text-secondary)}.blocker-step-dot.passed{background:var(--text-secondary)}.scroll-cards-viewport{position:relative;width:100%;max-width:1100px;height:400px;flex-shrink:0}.scroll-card{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:0;transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.scroll-card-content{display:flex;align-items:center;gap:48px;width:100%;max-height:none;height:400px;padding:44px 56px;background:#f5f5f7;border:1px solid rgba(0,0,0,.08);border-radius:24px;box-shadow:0 2px 8px #0000000a;box-sizing:border-box;position:relative;overflow:hidden}.blocker-card-0 .scroll-card-title{color:#e8892f}.blocker-card-1 .scroll-card-title{color:#0d7377}.blocker-card-2 .scroll-card-title{color:#b71c1c}.blocker-card-3 .scroll-card-title{color:#5b21b6}.scroll-card-content:before{display:none}.scroll-card-content:after{display:none}.scroll-card-text{flex:0 0 38%;display:flex;flex-direction:column;justify-content:center;gap:12px}.scroll-card-title{font-size:clamp(1.5rem,2.8vw,2rem);font-weight:700;letter-spacing:-.025em;margin:0;color:var(--text-primary);line-height:1.2}.scroll-card-description{font-size:clamp(1rem,1.4vw,1.125rem);color:var(--text-secondary);line-height:1.7;margin:0}.scroll-card-image{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden}.scroll-card-image img{display:block;max-width:280px;max-height:320px;width:auto;height:auto;object-fit:contain;border-radius:16px}.blocker-modes-mobile{padding:80px 0 120px;background-color:#fff}.blocker-mobile-header{text-align:center;padding:0 20px;margin-bottom:40px}.blocker-mobile-header h2{font-size:1.75rem;font-weight:700;letter-spacing:-.025em;color:var(--text-primary);margin:0 0 8px}.blocker-mobile-header p{font-size:1rem;color:var(--text-tertiary);line-height:1.5;margin:0}.blocker-mobile-single-card{background:#f5f5f7;border:1px solid rgba(0,0,0,.08);border-radius:24px;margin:0 16px;padding:32px 24px;display:flex;flex-direction:column;align-items:center}.blocker-mobile-items{width:100%;display:flex;flex-direction:column;gap:0}.blocker-mobile-item{display:flex;align-items:flex-start;gap:16px;padding:20px 0;cursor:pointer;transition:opacity .4s ease;opacity:.45}.blocker-mobile-item.blocker-mobile-item-active{opacity:1}.blocker-mobile-item+.blocker-mobile-item{border-top:1px solid rgba(0,0,0,.06)}.blocker-mobile-item:first-child{padding-top:0}.blocker-mobile-item:last-child{padding-bottom:0}.blocker-mobile-indicator{width:4px;min-height:44px;border-radius:4px;flex-shrink:0;align-self:stretch;background:#ddd;transition:background .4s ease}.blocker-card-0.blocker-mobile-item-active .blocker-mobile-indicator{background:#e8892f}.blocker-card-1.blocker-mobile-item-active .blocker-mobile-indicator{background:#0d7377}.blocker-card-2.blocker-mobile-item-active .blocker-mobile-indicator{background:#b71c1c}.blocker-card-3.blocker-mobile-item-active .blocker-mobile-indicator{background:#5b21b6}.blocker-mobile-item-text{flex:1}.blocker-mobile-item-text .scroll-card-title{font-size:1.125rem;font-weight:700;letter-spacing:-.025em;margin:0 0 4px;line-height:1.3}.blocker-mobile-item-text .scroll-card-description{font-size:.9375rem;color:var(--text-secondary);line-height:1.5;margin:0}.blocker-mobile-card-image{position:relative;display:flex;align-items:center;justify-content:center;padding-top:28px;min-height:240px}.blocker-mobile-card-image img{max-width:220px;max-height:240px;width:auto;height:auto;object-fit:contain;position:absolute;transition:opacity .5s ease,transform .5s ease}.blocker-mobile-card-image img.blocker-img-active{opacity:1;transform:scale(1)}.blocker-mobile-card-image img.blocker-img-hidden{opacity:0;transform:scale(.95);pointer-events:none}@media(min-width:481px)and (max-width:900px){.blocker-modes-mobile{padding:96px 0 140px}.blocker-mobile-header h2{font-size:2rem}.blocker-mobile-header p{font-size:1rem}.blocker-mobile-single-card{margin:0 auto;padding:36px 32px;max-width:600px}.blocker-mobile-item{padding:22px 0}.blocker-mobile-item-text .scroll-card-title{font-size:1.25rem}.blocker-mobile-item-text .scroll-card-description{font-size:1rem}.blocker-mobile-card-image{min-height:280px}.blocker-mobile-card-image img{max-width:260px;max-height:280px}}@media(max-width:480px){.blocker-modes-mobile{padding:64px 0 100px}.blocker-mobile-header{margin-bottom:32px}.blocker-mobile-header h2{font-size:1.5rem}.blocker-mobile-header p{font-size:.875rem}.blocker-mobile-single-card{margin:0 12px;padding:28px 20px;border-radius:20px}.blocker-mobile-item{padding:16px 0;gap:12px}.blocker-mobile-item-text .scroll-card-title{font-size:1rem}.blocker-mobile-item-text .scroll-card-description{font-size:.875rem}.blocker-mobile-card-image{min-height:220px}.blocker-mobile-card-image img{max-width:200px;max-height:220px}}@media(prefers-reduced-motion:reduce){.scroll-card{transition:none}}.founder-note{position:relative;height:400vh;background:#0a0a0a}.founder-note-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;box-sizing:border-box;overflow:hidden}.founder-note-statement{position:relative;max-width:900px;width:100%;height:200px;display:flex;align-items:center;justify-content:center}.founder-statement{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;opacity:0;transform:translateY(30px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.founder-statement.active{opacity:1;transform:translateY(0);pointer-events:auto}.founder-statement.exited{opacity:0;transform:translateY(-30px)}.founder-statement p{font-family:var(--font-family);font-size:clamp(1.75rem,3.5vw,2.75rem);line-height:1.35;font-weight:700;letter-spacing:-.03em;margin:0}.statement-bright{display:inline}.statement-bright-0{color:#0071e3}.statement-bright-1{color:#e44d26}.statement-bright-2{color:#f5a623}.statement-bright-3{color:#34c759}.statement-dim{color:#ffffff59;font-weight:500}.statement-source{display:block;margin-top:20px;font-size:.8125rem;color:#ffffff40;font-weight:400;letter-spacing:.02em;text-decoration:none;transition:color .2s ease;cursor:pointer}.statement-source:hover{color:#ffffff80;text-decoration:underline}.founder-note-dots{display:flex;gap:8px;justify-content:center;margin-top:48px}.founder-dot{width:6px;height:6px;border-radius:50%;background:#fff3;transition:all .3s ease}.founder-dot.active{width:20px;border-radius:3px;background:#ffffffb3}.founder-dot.passed{background:#fff6}.statement-icon{display:none}.founder-carousel{background:#0a0a0a;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 28px;box-sizing:border-box;user-select:none;-webkit-user-select:none}.founder-carousel-viewport{position:relative;height:140px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.founder-carousel-slide{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 28px;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.founder-carousel-slide.active{opacity:1;transform:translateY(0);pointer-events:auto}.founder-carousel-slide p{font-family:var(--font-family);font-size:1.375rem;line-height:1.45;font-weight:700;letter-spacing:-.02em;margin:0}.founder-slide-title{font-family:var(--font-family);font-size:1.75rem;font-weight:800;letter-spacing:-.03em;line-height:1.2;margin:0 0 12px}.founder-slide-desc{font-family:var(--font-family);font-size:1.125rem;font-weight:500;line-height:1.5;color:#ffffff8c;margin:0;max-width:320px}.founder-carousel-slide .statement-source{margin-top:12px}.founder-carousel-source{display:block;margin-top:16px;font-size:.9375rem;color:#ffffff4d;font-weight:400;letter-spacing:.02em;text-decoration:none;transition:color .2s ease,opacity .4s ease;cursor:pointer;text-align:center}.founder-carousel-source:hover{color:#ffffff8c;text-decoration:underline}.founder-carousel-nav{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:0;padding:0}.founder-nav-btn{background:none;border:none;color:#fff6;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:color .2s ease,background .2s ease;-webkit-tap-highlight-color:transparent}.founder-nav-btn:hover{color:#fffc;background:#ffffff14}.founder-nav-btn:active{color:#fff;background:#ffffff1f}.founder-hold-area{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:none}.founder-hold-label{font-size:.6875rem;color:#ffffff40;text-transform:uppercase;letter-spacing:.06em;font-weight:500;transition:color .2s ease}.founder-paused .founder-hold-label{color:#ffffff80}@media(max-width:480px){.founder-slide-title{font-size:1.5rem}.founder-slide-desc{font-size:1rem}}@media(min-width:769px)and (max-width:1024px){.founder-carousel{padding:96px 48px}.founder-carousel-viewport{height:160px;margin-bottom:32px}.founder-slide-title{font-size:2rem}.founder-slide-desc{font-size:1.25rem;max-width:420px}.founder-carousel-source{font-size:1rem}}.bottom-section{position:relative;background:#fff}.bottom-cta{position:relative;height:200vh;background:#0a0a0a}.bottom-cta>.container{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;padding:60px 40px;box-sizing:border-box}.cta-content{max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:40px}.cta-statement{font-family:var(--font-family);font-size:clamp(1.75rem,3.5vw,2.75rem);line-height:1.35;font-weight:700;letter-spacing:-.03em;margin:0}.cta-bright{color:#2dd4bf}.cta-dim{color:#ffffff59;font-weight:500}.cta-downloads{position:relative;display:inline-flex;justify-content:center}.cta-download-trigger{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 2.25rem;font-size:1.0625rem;font-weight:600;border-radius:50px;cursor:pointer;white-space:nowrap;color:#fff;letter-spacing:.01em}.cta-chevron{transition:transform .25s ease}.cta-chevron.open{transform:rotate(180deg)}.cta-dropdown{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%) translateY(-8px);min-width:260px;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 12px 40px #0006,0 4px 12px #0003;padding:.5rem;opacity:0;visibility:hidden;transition:all .2s ease;z-index:100}.cta-dropdown.active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.cta-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem .875rem;border-radius:8px;text-decoration:none;color:#e5e5e5;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.cta-dropdown-item:hover{background:#ffffff14}.cta-dropdown-icon{width:28px;height:28px;flex-shrink:0}.cta-dropdown-text{display:flex;flex-direction:column;gap:.125rem}.cta-dropdown-label{font-size:.875rem;font-weight:600;color:#e5e5e5}.cta-dropdown-sub{font-size:.75rem;color:#ffffff73;font-weight:400}.cta-platforms{display:flex;justify-content:center}.cta-platforms .platform-icons{display:flex;gap:1rem;align-items:center}.cta-platforms .platform-icon{height:28px;width:auto;opacity:.7;transition:all .2s ease}.cta-platforms .platform-icon:hover{opacity:1;transform:translateY(-2px)}.btn-cta-primary{position:relative;background:linear-gradient(135deg,#2dd4bf,#0d9488);color:#fff;border:none;box-shadow:0 4px 16px #2dd4bf26;overflow:hidden;transition:all .3s ease}.btn-cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);animation:cta-shimmer 4s ease-in-out infinite;pointer-events:none}.btn-cta-primary:hover{background:linear-gradient(135deg,#34e0cb,#14b8a6);box-shadow:0 6px 24px #2dd4bf40;transform:translateY(-2px)}@keyframes cta-shimmer{0%{left:-100%}60%{left:100%}to{left:100%}}.btn-cta-secondary{background:#ffffff1a;color:#f0f0f0;border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 16px #0003,inset 0 1px #ffffff14}.btn-cta-secondary:hover{background:#ffffff2e;border-color:#ffffff40;box-shadow:0 6px 24px #0000004d,inset 0 1px #ffffff1a;transform:translateY(-2px)}.download-btn{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 1.75rem;font-size:1rem;color:#f0f0f0}.btn-icon{width:24px;height:24px}.availability-section,.coming-soon-section{display:flex;flex-direction:column;align-items:center;gap:.75rem}.availability-label,.coming-soon-label{font-size:.875rem;color:#ffffff59;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.platform-icons{display:flex;gap:1rem;align-items:center}.platform-icon{height:40px;width:auto;opacity:.7;transition:all .2s ease}.platform-icon:hover{opacity:1;transform:translateY(-2px)}.download-btn{color:#f0f0f0}.cta-btn-icon{width:24px;height:24px;filter:brightness(0) invert(1)}@media(min-width:768px){.cta-platforms .platform-icon{height:28px}}@media(min-width:769px)and (max-width:1024px){.bottom-footer{padding:48px 32px 36px}.footer-top{gap:48px}.footer-nav{gap:40px}}@media(max-width:1024px){.bottom-cta{height:auto}.bottom-cta>.container{position:relative;height:auto;padding:80px 20px}.cta-content{gap:36px}.cta-statement{font-size:clamp(1.375rem,5vw,1.75rem)}.cta-download-trigger{padding:.875rem 1.75rem;font-size:.9375rem}.cta-dropdown{position:fixed;inset:auto 16px 24px;transform:translate(0) translateY(20px);min-width:auto;width:auto}.cta-dropdown.active{transform:translate(0) translateY(0)}.cta-platforms .platform-icon{height:22px}.cta-platforms .platform-icons{gap:.75rem}}@media(min-width:769px)and (max-width:1024px){.bottom-cta>.container{padding:100px 40px}.cta-statement{font-size:clamp(1.75rem,3.5vw,2.25rem)}.cta-content{gap:44px}.cta-platforms .platform-icon{height:26px}}.bottom-footer{padding:64px 48px 40px;margin:0;border:none;border-radius:0;width:100%;background:#0a0a0a;position:relative;overflow:hidden;box-sizing:border-box}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:64px;max-width:1100px;margin:0 auto}.footer-brand{display:flex;flex-direction:column;gap:12px;max-width:280px;flex-shrink:0}.footer-logo{height:32px;width:auto;object-fit:contain;align-self:flex-start}.footer-tagline{font-size:.875rem;color:#fff6;line-height:1.6;margin:0}.footer-nav{display:flex;gap:56px;flex-wrap:wrap}.footer-nav-group{display:flex;flex-direction:column;gap:10px}.footer-nav-heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffff40;margin-bottom:4px}.footer-nav-group a{color:#ffffff8c;text-decoration:none;font-size:.875rem;transition:color .2s ease;-webkit-tap-highlight-color:transparent}.footer-nav-group a:hover{color:#fff}.footer-divider{height:1px;background:#ffffff14;max-width:1100px;margin:40px auto 24px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto}.footer-bottom p{color:#ffffff4d;font-size:.8125rem;margin:0}.footer-social{display:flex;gap:8px}.footer-social-link{color:#fff6;transition:color .2s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;border:none;-webkit-tap-highlight-color:transparent;overflow:hidden}.footer-social-link svg{width:16px;height:16px}.footer-social-link:hover{color:#fff}@media(max-width:768px){.bottom-footer{padding:56px 24px 40px}.footer-top{flex-direction:column;gap:40px}.footer-brand{max-width:none}.footer-nav{gap:32px;width:100%}.footer-bottom{flex-direction:column;gap:16px;text-align:center;padding-bottom:16px}.footer-social{gap:14px}.footer-social-link{width:44px;height:44px}.footer-social-link svg{width:22px;height:22px}.footer-divider{margin:32px auto 20px}}@media(max-width:480px){.bottom-footer{padding:40px 20px 28px}.footer-nav{flex-direction:row;gap:32px}.footer-nav-group{flex:1}.footer-tagline{font-size:.8125rem}.footer-bottom p{font-size:.75rem}}.smiley-loader{display:flex;align-items:center;justify-content:center}.smiley-loader svg{width:100%;height:100%}.loader-smile{stroke-dasharray:69.12;stroke-dashoffset:69.12}.loader-smile--draw{animation:smileDraw 1s ease-out forwards}.loader-smile--wink{stroke-dashoffset:0}.loader-smile--fade{stroke-dashoffset:0;animation:smileFade .4s ease-in forwards}@keyframes smileDraw{0%{stroke-dashoffset:69.12}to{stroke-dashoffset:0}}@keyframes smileFade{0%{opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:0}}.smiley-loader-page{display:flex;align-items:center;justify-content:center;min-height:60vh}
