.App{min-height:100vh;background-color:#000}.sign-in-button{display:inline-block;margin-top:1rem;background:#ffffff0f;color:#ffffffa5;text-decoration:none;padding:.5rem 1.25rem;border-radius:980px;font-size:.875rem;font-weight:400;transition:all .25s cubic-bezier(.28,.11,.32,1);border:.5px solid rgba(255,255,255,.08);animation:fadeInUp .8s cubic-bezier(.28,.11,.32,1) .4s backwards}.sign-in-button:hover{background:#ffffff1a;border-color:#ffffff1f;color:#f5f5f7}.hero-image{max-width:500px;width:100%;margin-top:2rem;animation:fadeInUp .8s cubic-bezier(.28,.11,.32,1) .5s backwards;cursor:pointer}.app-screenshot{width:100%;height:auto;border-radius:12px;transition:transform .3s cubic-bezier(.28,.11,.32,1)}.hero-image:hover .app-screenshot{transform:scale(1.02)}.image-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:pointer;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-modal img{max-width:90vw;max-height:90vh;border-radius:12px;box-shadow:0 8px 40px #00000080}.nav{position:fixed;top:0;left:0;right:0;background:#000000d9;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);z-index:1000;border-bottom:.5px solid rgba(255,255,255,.08)}.nav-content{max-width:1200px;margin:0 auto;padding:1.125rem 2.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.375rem;font-weight:600;color:#f5f5f7;letter-spacing:-.022em}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:#f5f5f7;text-decoration:none;font-size:.8125rem;font-weight:400;transition:opacity .25s cubic-bezier(.28,.11,.32,1)}.nav-links a:hover{opacity:.65}.cta-button-small{background:#ffffff1c;color:#f5f5f7;border:none;padding:.5rem 1.125rem;border-radius:980px;font-size:.8125rem;font-weight:400;cursor:pointer;transition:all .25s cubic-bezier(.28,.11,.32,1)}.cta-button-small:hover{background:#ffffff1f}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.03) 0%,transparent 50%);pointer-events:none}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;max-width:800px;width:100%}.hero-title{font-size:clamp(2.5rem,7vw,4rem);font-weight:600;line-height:1.0625;letter-spacing:-.022em;color:#f5f5f7;margin-bottom:2rem;animation:fadeInUp .8s cubic-bezier(.28,.11,.32,1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:clamp(1.0625rem,2.5vw,1.375rem);font-weight:400;color:#86868b;margin:0 auto 2.5rem;line-height:1.47059;max-width:640px;animation:fadeInUp .8s cubic-bezier(.28,.11,.32,1) .1s backwards}.hero-video-container{max-width:920px;margin:0 auto 2.5rem;width:100%;width:auto;animation:fadeInUp .8s cubic-bezier(.28,.11,.32,1) .2s backwards}.hero-video-placeholder{width:100%;aspect-ratio:16 / 9;background:linear-gradient(145deg,#1e1e23cc,#0f0f12e6);border-radius:18px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border:.5px solid rgba(255,255,255,.12);cursor:pointer;transition:all .4s cubic-bezier(.28,.11,.32,1);box-shadow:0 4px 24px #0006,0 0 1px #ffffff14}.hero-video-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.05) 0%,transparent 70%);opacity:0;transition:opacity .4s cubic-bezier(.28,.11,.32,1)}.hero-video-placeholder:hover:before{opacity:1}.hero-video-placeholder:hover{border-color:#fff3;transform:scale(1.005);box-shadow:0 8px 32px #00000080,0 0 1px #ffffff1f}.play-button-large{width:72px;height:72px;background:#fffffffa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:#000;transition:all .3s cubic-bezier(.28,.11,.32,1);padding-left:3px;box-shadow:0 4px 16px #0003;position:relative;z-index:2}.hero-video-placeholder:hover .play-button-large{background:#fff;transform:scale(1.1);box-shadow:0 6px 24px #0000004d}.cta-button{background:#ffffff25;color:#f5f5f7;border:none;padding:.75rem 1.75rem;border-radius:980px;font-size:1.0625rem;font-weight:400;cursor:pointer;transition:all .25s cubic-bezier(.28,.11,.32,1);animation:fadeInUp .8s cubic-bezier(.28,.11,.32,1) .3s backwards}.cta-button:hover{background:#ffffff1f;transform:translateY(-1px)}.cta-button:active{transform:translateY(0)}.hero-caption{margin-top:1.25rem;font-size:.875rem;color:#ffffff1a;font-weight:400;animation:fadeInUp .8s cubic-bezier(.28,.11,.32,1) .4s backwards}.hero-caption-small{margin-top:1rem;font-size:.8125rem;color:#ffffff30;font-weight:400;animation:fadeInUp .8s cubic-bezier(.28,.11,.32,1) .35s backwards}.hero-caption-small a{color:#ffffffa5;text-decoration:none;transition:opacity .25s cubic-bezier(.28,.11,.32,1)}.hero-caption-small a:hover{opacity:.75}section{padding:7rem 2rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:5rem}.section-title{font-size:clamp(2.25rem,5vw,3rem);font-weight:600;line-height:1.0834933333;letter-spacing:-.022em;color:#f5f5f7;margin-bottom:0}.section-subtitle{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;line-height:1.1111111111;letter-spacing:-.022em;color:#f5f5f7;margin-bottom:0}.features{background:linear-gradient(180deg,#000,#050508);padding:7rem 2rem 8rem}.secondary-videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.75rem;max-width:1200px;margin:0 auto}.video-card{cursor:pointer;transition:transform .3s cubic-bezier(.28,.11,.32,1)}.video-card:hover{transform:translateY(-4px)}.video-placeholder{width:100%;aspect-ratio:16 / 9;background:linear-gradient(145deg,#1e1e2399,#0f0f12cc);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;position:relative;overflow:hidden;border:.5px solid rgba(255,255,255,.08);transition:all .3s cubic-bezier(.28,.11,.32,1);box-shadow:0 2px 16px #0000004d}.video-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.04) 0%,transparent 70%);opacity:0;transition:opacity .3s cubic-bezier(.28,.11,.32,1)}.video-card:hover .video-placeholder{border-color:#ffffff26;box-shadow:0 4px 24px #0006}.video-card:hover .video-placeholder:before{opacity:1}.play-button{width:56px;height:56px;background:#fffffff5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.375rem;color:#000;transition:all .3s cubic-bezier(.28,.11,.32,1);padding-left:3px;box-shadow:0 2px 12px #0003;position:relative;z-index:2}.video-card:hover .play-button{background:#fff;transform:scale(1.08);box-shadow:0 4px 20px #0000004d}.video-title{font-size:1.1875rem;font-weight:600;color:#f5f5f7;margin-bottom:.5rem;letter-spacing:-.014em;line-height:1.21052632}.video-duration{font-size:.875rem;color:#86868b;font-weight:400;line-height:1.42859}.how-it-works{background:#050508;padding:7rem 2rem 8rem}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}.main-video-container{max-width:900px;margin:0 auto 3rem;text-align:center}.main-video-placeholder{width:100%;aspect-ratio:16 / 9;background:linear-gradient(145deg,#1e1e23cc,#0f0f12e6);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;overflow:hidden;border:.5px solid rgba(255,255,255,.12);cursor:pointer;transition:all .4s cubic-bezier(.28,.11,.32,1);box-shadow:0 4px 24px #0006}.main-video-placeholder:hover{border-color:#fff3;transform:scale(1.005);box-shadow:0 8px 32px #00000080}.main-video-title{font-size:1.625rem;font-weight:600;color:#f5f5f7;margin-bottom:.75rem;letter-spacing:-.016em}.main-video-description{font-size:1.0625rem;color:#86868b;line-height:1.47059;font-weight:400}.pricing{background:linear-gradient(180deg,#050508,#000);padding:7rem 2rem 8rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1080px;margin:0 auto}.pricing-card{background:#ffffff05;border:.5px solid rgba(255,255,255,.08);border-radius:18px;padding:2.75rem 2.25rem;display:flex;flex-direction:column;position:relative;transition:all .3s cubic-bezier(.28,.11,.32,1);box-shadow:0 2px 16px #0003}.pricing-card:hover{border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 4px 24px #0000004d}.pricing-card.featured{background:#ffffff0a;border-color:#ffffff1f}.featured-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:#ffffff1a;color:#f5f5f7;padding:.4rem 1rem;border-radius:980px;font-size:.6875rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;border:.5px solid rgba(255,255,255,.15)}.pricing-tier{font-size:1.375rem;font-weight:600;color:#f5f5f7;margin-bottom:.75rem;letter-spacing:-.014em}.pricing-price{font-size:2.75rem;font-weight:600;color:#f5f5f7;margin-bottom:2rem;letter-spacing:-.022em}.pricing-price span{font-size:1.125rem;color:#86868b;font-weight:400}.pricing-features{list-style:none;margin-bottom:2rem;flex-grow:1}.pricing-features li{padding:.875rem 0;color:#86868b;font-size:.9375rem;font-weight:400;line-height:1.42859;border-bottom:.5px solid rgba(255,255,255,.04)}.pricing-features li:last-child{border-bottom:none}.pricing-button{background:#ffffff14;color:#f5f5f7;border:none;padding:.875rem 1.5rem;border-radius:980px;font-size:.9375rem;font-weight:400;cursor:pointer;transition:all .25s cubic-bezier(.28,.11,.32,1)}.pricing-button:hover{background:#ffffff1f;transform:translateY(-1px)}.pricing-button:active{transform:translateY(0)}.pricing-button.primary{background:#ffffff1a;border:.5px solid rgba(255,255,255,.15)}.pricing-button.primary:hover{background:#ffffff24}.footer{background:#000;border-top:.5px solid rgba(255,255,255,.08);padding:4.5rem 2rem 2.5rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3.5rem;margin-bottom:3rem}.footer-section h5{font-size:.75rem;font-weight:600;color:#f5f5f7;margin-bottom:1.25rem;letter-spacing:.08em;text-transform:uppercase}.footer-section a{display:block;color:#86868b;text-decoration:none;font-size:.875rem;font-weight:400;margin-bottom:.875rem;transition:color .25s cubic-bezier(.28,.11,.32,1)}.footer-section a:hover{color:#f5f5f7}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2.25rem;border-top:.5px solid rgba(255,255,255,.04);text-align:center}.footer-bottom p{color:#6e6e73;font-size:.8125rem;font-weight:400}@media (max-width: 1068px){.hero{padding:6rem 1.5rem 4rem}section{padding:5.5rem 1.5rem}.features,.how-it-works,.pricing{padding:5.5rem 1.5rem 6rem}}@media (max-width: 768px){.nav-content{padding:1rem 1.5rem}.nav-links{gap:1.5rem}.nav-links a{display:none}.hero{padding:5rem 1.25rem 3rem}.hero-video-container{margin:0 auto 2rem}.secondary-videos-grid,.videos-grid,.pricing-grid{grid-template-columns:1fr;gap:1.5rem}.section-header{margin-bottom:3.5rem}section{padding:4rem 1.25rem}.features,.how-it-works,.pricing{padding:4rem 1.25rem 4.5rem}.footer{padding:3rem 1.25rem 2rem}.footer-content{gap:2.5rem;margin-bottom:2.5rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.875rem}.play-button-large{width:64px;height:64px;font-size:1.5rem}.play-button{width:48px;height:48px;font-size:1.125rem}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#f5f5f7}html{scroll-behavior:smooth}
