:root,html,body{background-color:#000;margin:0;padding:0;font-family:Inter Tight;scroll-behavior:smooth}html{scroll-behavior:smooth}#top,#how,#contact{scroll-margin-top:100px}.waitlist-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:1;margin-top:100px}.waitlist-content{max-width:900px;width:100%;display:flex;flex-direction:column;gap:4rem;animation:fadeInUp .8s ease-out}.waitlist-hero{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ff8c1a1a;border:1px solid rgba(255,140,26,.3);border-radius:2rem;color:#ff8c1a;font-size:.875rem;font-weight:600;animation:pulse 2s ease-in-out infinite}.waitlist-heading{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.02em;margin:0;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.waitlist-subheading{font-size:clamp(1.1rem,2vw,1.3rem);color:#ffffffb3;line-height:1.6;max-width:600px;margin:0}.highlight-text{color:#ff8c1a;font-weight:600}.feature-pills{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.pill{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:2rem;color:#ffffffe6;font-size:.875rem;font-weight:500;transition:all .3s ease}.pill:hover{background:#ffffff14;border-color:#ff8c1a4d;transform:translateY(-2px)}.pill svg{color:#ff8c1a}.waitlist-form-section{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:3rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000004d}.form-title{font-size:2rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.01em}.form-subtitle{font-size:1rem;color:#fff9;margin:0 0 2rem;line-height:1.5}.waitlist-form{display:flex;flex-direction:column;gap:1rem}.email-input-container{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.5rem .5rem .5rem 1.25rem;transition:all .3s ease;position:relative;overflow:hidden}.email-input-container:focus-within{border-color:#ff8c1a;background:#ffffff14;box-shadow:0 0 0 3px #ff8c1a1a}.email-input-container.error{border-color:#ef4444;animation:shake .4s ease}.email-input-container.success{border-color:#10b981;background:#10b9810d}.email-icon{color:#fff6;flex-shrink:0;transition:color .3s ease}.email-input-container:focus-within .email-icon{color:#ff8c1a}.email-input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:1rem;padding:.75rem 0;font-family:Inter Tight,sans-serif}.email-input::placeholder{color:#ffffff4d}.email-input:disabled{opacity:.6;cursor:not-allowed}.submit-button{display:flex;align-items:center;gap:.5rem;background:#ff8c1a;color:#0a0a0a;border:none;border-radius:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:Inter Tight,sans-serif;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.submit-button:hover:not(:disabled){background:#e67d17;transform:translateY(-2px);box-shadow:0 4px 12px #ff8c1a4d}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{cursor:not-allowed;opacity:.8}.submit-button.loading{background:#d97a14;cursor:wait}.submit-button.submitted{background:#10b981;animation:successPulse .5s ease}.spinner-icon{animation:spin 1s linear infinite}.check-icon{animation:checkmark .4s ease}.error-message{color:#ef4444;font-size:.875rem;text-align:left;padding-left:.5rem;animation:slideDown .3s ease}.success-message{color:#10b981;font-size:.95rem;font-weight:500;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:.5rem;padding:1rem;animation:slideDown .3s ease}.social-proof{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.proof-avatars{display:flex;margin-left:-.5rem}.avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ff8c1a,#e67d17);display:flex;align-items:center;justify-content:center;border:2px solid #0a0a0a;margin-left:-.5rem;font-size:1rem;transition:transform .2s ease}.avatar:hover{transform:translateY(-2px);z-index:10}.proof-text{color:#fff9;font-size:.875rem;margin:0}.proof-text strong{color:#ff8c1a;font-weight:700}.value-props{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-item{text-align:center;padding:2rem 1.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:1rem;transition:all .3s ease}.value-item:hover{background:#ffffff0a;border-color:#ff8c1a4d;transform:translateY(-4px)}.value-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#ff8c1a1a;border:1px solid rgba(255,140,26,.3);border-radius:1rem;margin-bottom:1rem;color:#ff8c1a}.value-item h3{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.01em}.value-item p{font-size:.95rem;color:#fff9;line-height:1.5;margin:0}.waitlist-footer{background:#ffffff05;border-top:1px solid rgba(255,255,255,.1);padding:3rem 2rem 2rem;margin-top:6rem}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;gap:3rem;flex-wrap:wrap}.footer-brand h3{font-size:1.5rem;font-weight:800;color:#fff;margin:0 0 .5rem}.footer-brand p{color:#fff9;font-size:.95rem;margin:0;max-width:300px}.footer-section h4{color:#fff;font-size:.95rem;font-weight:600;margin:0 0 1rem}.contact-link{display:flex;align-items:center;gap:.5rem;color:#fff9;text-decoration:none;font-size:.9rem;margin-bottom:.75rem;transition:color .2s ease}.contact-link:hover{color:#ff8c1a}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:#fff6;font-size:.875rem;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{box-shadow:0 0 #ff8c1a66}50%{box-shadow:0 0 0 8px #ff8c1a00}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}@keyframes successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes checkmark{0%{transform:scale(0) rotate(-45deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.why-section{padding:8rem 4rem;background:#0a0a0a;position:relative}.why-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,140,26,.3),transparent)}.why-content{max-width:1200px;margin:0 auto}.why-header{text-align:center;margin-bottom:8rem;padding-bottom:2rem}.why-header h2{color:#fff;font-size:3.5rem;font-weight:300;margin-bottom:2rem;letter-spacing:-.02em}.why-subtitle{color:#ffffffb3;font-size:1.4rem;font-weight:300;line-height:1.8;max-width:700px;margin:0 auto}.why-problem{margin-bottom:10rem;padding:3rem 0}.why-problem h3{color:#fff;font-size:2.5rem;font-weight:300;margin-bottom:3rem;text-align:center;letter-spacing:-.01em}.why-problem p{color:#ffffffbf;font-size:1.25rem;line-height:1.8;margin-bottom:1.5rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.stats{display:flex;justify-content:center;margin:4rem 0}.stat-item{background:linear-gradient(135deg,#ff8c1a1a,#ff8c1a0d);border:1px solid rgba(255,140,26,.3);border-radius:16px;padding:2.5rem 4rem;text-align:center;box-shadow:0 4px 20px #ff8c1a1a;transition:all .3s ease}.stat-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #ff8c1a33;border-color:#ff8c1a80}.stat-number{display:block;color:#ff8c1a;font-size:3.5rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em}.stat-text{color:#ffffffe6;font-size:1.15rem;font-weight:400;line-height:1.4}.problem-detail{color:#ffffffb3;font-size:1.2rem;line-height:1.7;text-align:center;font-style:italic;margin-top:2rem;max-width:700px;margin-left:auto;margin-right:auto}.why-existing-tools{margin-bottom:10rem;padding:3rem 0}.tools-intro{color:#ffffffbf;font-size:1.3rem;line-height:1.8;text-align:center;margin-bottom:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.tools-intro:last-of-type{margin-bottom:4rem}.why-existing-tools h3{color:#fff;font-size:2.2rem;font-weight:400;margin-bottom:3rem;text-align:center}.tool-problems{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}.problem-item{background:linear-gradient(135deg,#1e1e1ecc,#14141499);border-radius:16px;padding:2.5rem;display:flex;align-items:flex-start;gap:1.5rem;border:1px solid rgba(255,255,255,.08);transition:all .3s ease;box-shadow:0 2px 10px #0003}.problem-item:hover{background:linear-gradient(135deg,#232323e6,#191919b3);border-color:#ff8c1a4d;transform:translateY(-4px);box-shadow:0 8px 25px #0000004d}.problem-icon{flex-shrink:0;color:#ff8c1a;display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#ff8c1a1a;border-radius:12px;border:1px solid rgba(255,140,26,.2)}.problem-text strong{color:#fff;font-size:1.25rem;font-weight:600;display:block;margin-bottom:.75rem;line-height:1.3}.problem-text p{color:#ffffffb3;font-size:1.05rem;line-height:1.6;margin:0}.why-raptor{margin-bottom:6rem;padding:3rem 0}.why-raptor h3{color:#fff;font-size:2.5rem;font-weight:300;margin-bottom:5rem;text-align:center;letter-spacing:-.01em}.raptor-features{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem;max-width:1100px;margin-left:auto;margin-right:auto}.raptor-features .feature-item:nth-child(4),.raptor-features .feature-item:nth-child(5){max-width:420px;margin:0 auto}.raptor-features .feature-item:nth-child(4){grid-column:1 / 2}.raptor-features .feature-item:nth-child(5){grid-column:3 / 4}.why-raptor .feature-item{background:linear-gradient(135deg,#ff8c1a14,#ff8c1a08);border:1px solid rgba(255,140,26,.2);border-radius:16px;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 10px #ff8c1a0d}.why-raptor .feature-item:hover{background:linear-gradient(135deg,#ff8c1a1f,#ff8c1a0f);border-color:#ff8c1a66;transform:translateY(-5px);box-shadow:0 8px 25px #ff8c1a26}.why-raptor .feature-icon{color:#ff8c1a;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#ff8c1a26;border-radius:14px;margin-bottom:1.5rem;transition:all .3s ease;border:1px solid rgba(255,140,26,.2)}.why-raptor .feature-item:hover .feature-icon{background:#ff8c1a40;transform:scale(1.08) rotate(3deg)}.feature-content h4{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:1rem;line-height:1.3}.feature-content p{color:#ffffffbf;font-size:1.05rem;line-height:1.7;margin:0}.how-section{padding:8rem 4rem;position:relative}.how-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px}.how-content{max-width:1200px;margin:0 auto}.how-header{text-align:center;margin-bottom:6rem}.how-header h2{color:#fff;font-size:3.5rem;font-weight:300;margin-bottom:2rem;letter-spacing:-.02em}.how-subtitle{color:#ffffffb3;font-size:1.4rem;font-weight:300;line-height:1.6}.how-steps{display:flex;align-items:stretch;justify-content:center;gap:1.5rem;margin-bottom:6rem;flex-wrap:nowrap}.step-item{background:linear-gradient(135deg,#ff8c1a14,#ff8c1a08);border:1px solid rgba(255,140,26,.25);border-radius:20px;padding:2.5rem 2rem;flex:1;max-width:260px;text-align:center;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #ff8c1a14}.step-item:hover{background:linear-gradient(135deg,#ff8c1a1f,#ff8c1a0f);border-color:#ff8c1a66;transform:translateY(-8px);box-shadow:0 12px 30px #ff8c1a26}.step-number{position:absolute;top:-18px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#ff8c1a,#e67d17);color:#0a0a0a;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;box-shadow:0 4px 12px #ff8c1a4d}.step-icon{color:#ff8c1a;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#ff8c1a26;border:1px solid rgba(255,140,26,.25);border-radius:16px;margin:0 auto 1.5rem;transition:all .3s ease}.step-item:hover .step-icon{transform:scale(1.1) rotate(-3deg);background:#ff8c1a40}.step-content h4{color:#fff;font-size:1.35rem;font-weight:600;margin-bottom:1rem;line-height:1.3}.step-content p{color:#ffffffbf;font-size:.95rem;line-height:1.6;margin:0}.step-arrow{color:#ff8c1a80;font-size:2rem;font-weight:200;align-self:center;flex-shrink:0}.how-cta{text-align:center;background:linear-gradient(135deg,#ff8c1a14,#ff8c1a08);border:1px solid rgba(255,140,26,.25);border-radius:20px;padding:4rem 3rem;box-shadow:0 4px 20px #ff8c1a1a}.how-cta p{color:#fff;font-size:1.6rem;font-weight:400;margin-bottom:2.5rem;line-height:1.5}.cta-button{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#ff8c1a,#e67d17);color:#0a0a0a;border:none;border-radius:14px;padding:1.125rem 2.5rem;font-size:1.15rem;font-weight:700;font-family:Inter Tight,sans-serif;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #ff8c1a40}.cta-button:hover{background:linear-gradient(135deg,#e67d17,#d97014);transform:translateY(-3px);box-shadow:0 12px 30px #ff8c1a66}.vision-section{padding:8rem 4rem;border-top:1px solid rgba(255,140,26,.3);text-align:center;position:relative}.vision-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,140,26,.5),transparent)}.vision-text{color:#fffffff2;font-size:2rem;font-weight:300;line-height:1.7;margin:1rem 0;max-width:950px;margin-left:auto;margin-right:auto;letter-spacing:-.01em}.vision-text:last-child{background:linear-gradient(135deg,#ff8c1a,#e67d17);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:400}@media(max-width:768px){.waitlist-container{padding:1.5rem}.waitlist-content{gap:3rem}.waitlist-heading{font-size:2.5rem}.waitlist-subheading{font-size:1.1rem}.waitlist-form-section{padding:2rem 1.5rem}.form-title{font-size:1.5rem}.email-input-container{flex-direction:row;flex-wrap:wrap;padding:.875rem 1rem;gap:.75rem}.email-icon{flex-shrink:0}.email-input{flex:1;min-width:150px;padding:.5rem 0}.submit-button{width:100%;justify-content:center;padding:1rem;margin-top:.25rem}.value-props{grid-template-columns:1fr;gap:1.5rem}.social-proof{flex-direction:column;gap:.75rem}.footer-content{flex-direction:column;gap:2rem}.waitlist-footer{margin-top:4rem}.why-section{padding:5rem 2rem}.why-header{margin-bottom:6rem}.why-header h2{font-size:2.5rem}.why-subtitle{font-size:1.2rem}.why-problem,.why-existing-tools,.why-raptor{margin-bottom:7rem}.why-problem h3,.why-existing-tools h3,.why-raptor h3{font-size:2rem;margin-bottom:2.5rem}.why-problem p{font-size:1.15rem}.stat-item{padding:2rem 2.5rem}.stat-number{font-size:3rem}.stat-text{font-size:1.05rem}.raptor-features{grid-template-columns:1fr;gap:2rem}.raptor-features .feature-item:nth-child(4),.raptor-features .feature-item:nth-child(5){grid-column:1;max-width:100%}.tools-intro{font-size:1.15rem}.tool-problems{gap:2rem}.how-section{padding:6rem 2rem}.how-header{margin-bottom:5rem}.how-header h2{font-size:2.5rem}.how-subtitle{font-size:1.2rem}.how-steps{flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:center}.step-arrow{display:none}.step-item{max-width:320px;flex:1 1 calc(50% - 1rem)}.how-cta{padding:3rem 2rem}.how-cta p{font-size:1.35rem}.vision-section{padding:6rem 2rem}.vision-text{font-size:1.6rem}}@media(max-width:480px){.waitlist-heading{font-size:2rem}.feature-pills{flex-direction:column;align-items:stretch}.pill{justify-content:center}.why-section{padding:4rem 1.5rem}.why-header{margin-bottom:5rem}.why-header h2{font-size:2rem}.why-subtitle{font-size:1.1rem;line-height:1.7}.why-problem,.why-existing-tools,.why-raptor{margin-bottom:6rem}.why-problem h3,.why-existing-tools h3,.why-raptor h3{font-size:1.75rem;margin-bottom:2rem}.why-problem p{font-size:1.05rem}.stat-item{padding:1.75rem 2rem}.stat-number{font-size:2.5rem}.stat-text{font-size:1rem}.problem-item{padding:2rem}.problem-icon{width:48px;height:48px}.problem-text strong{font-size:1.15rem}.problem-text p{font-size:1rem}.why-raptor .feature-item{padding:2rem}.why-raptor .feature-icon{width:56px;height:56px}.feature-content h4{font-size:1.25rem}.feature-content p{font-size:1rem}.how-section{padding:5rem 1.5rem}.how-header{margin-bottom:4rem}.how-header h2{font-size:2rem}.how-subtitle{font-size:1.15rem}.how-steps{flex-direction:column;gap:2.5rem}.step-arrow{display:none}.step-item{padding:2.5rem 2rem;max-width:100%;flex:1 1 100%}.step-number{width:38px;height:38px;font-size:1.2rem}.step-icon{width:64px;height:64px}.step-content h4{font-size:1.35rem}.step-content p{font-size:1rem}.how-cta{padding:2.5rem 1.5rem}.how-cta p{font-size:1.25rem}.cta-button{font-size:1rem;padding:1rem 2rem}.vision-section{padding:5rem 1.5rem}.vision-text{font-size:1.4rem;line-height:1.6}.tools-intro{font-size:1.1rem}}.navbar{position:fixed;top:2rem;left:6rem;right:6rem;color:#fff;display:flex;flex-direction:row;justify-content:space-between;background-color:#1e1e1ebf;align-items:center;padding-left:1.5rem;padding-right:1.5rem;border-radius:5rem;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);z-index:2}.brand{display:flex;flex-direction:row;align-items:center;gap:.2rem}.sections{display:flex;flex-direction:row;gap:4rem}a{text-decoration:none;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}a:hover{color:#f60;transform:translateY(-2px)}a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:50%;background-color:#f60;transition:all .3s ease;transform:translate(-50%)}a:hover:after{width:100%}.signin{background-color:#282828e0;padding:1rem;border-radius:.5rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.signin:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,102,0,.2),transparent);transition:left .5s}.signin:hover{background-color:#ff66001a;transform:translateY(-2px);box-shadow:0 5px 15px #f603}.signin:hover:before{left:100%}.beam{position:fixed;top:-18vh;width:10rem;height:90vh;z-index:0;pointer-events:none;opacity:.8;filter:blur(48px);border-radius:80px;background:linear-gradient(100deg,#FF6600 80%,transparent)}.left-beam{left:-60px;transform:rotate(-25deg) scaleY(2.2)}.right-beam{right:-60px;transform:rotate(25deg) scaleY(1.2)}.hamburger{display:none;flex-direction:column;cursor:pointer;padding:.5rem}.hamburger-line{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s;border-radius:2px}.hamburger-line.open:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.mobile-menu{position:absolute;top:100%;right:0;background-color:#1e1e1ef2;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:1rem;min-width:200px;z-index:1000;box-shadow:0 4px 12px #0000004d}.mobile-menu a{font-size:1.1rem;font-weight:500;text-decoration:none;color:#fff;transition:color .3s ease;padding:.5rem;border-radius:.25rem}.mobile-menu a:hover{color:#f60;background-color:#ff66001a}.mobile-signin{background-color:#282828e0;padding:.75rem 1rem;border-radius:.5rem;font-size:1rem;text-align:center;color:#fff;cursor:pointer;transition:all .3s ease}.mobile-signin:hover{background-color:#f603;color:#f60}@media(max-width:778px){.desktop-menu,.desktop-signin{display:none}.hamburger{display:flex}.navbar{left:2rem;right:2rem;padding-left:1rem;padding-right:1rem}}@media(min-width:779px){.hamburger,.mobile-menu{display:none}.desktop-menu,.desktop-signin{display:flex}}@media(max-width:768px){.beam{top:-30vh}.left-beam{left:-10rem}.right-beam{right:-10rem}}
