*,*:before,*:after{box-sizing:border-box}:root{--bg: #FBFAF8;--bg-elevated: #f9f9f9;--text: #1a1a1a;--text-muted: #737373;--accent: #1a1a1a;--accent-hover: #333333;--border: #e5e5e5;--radius: 8px;--font: "Outfit", system-ui, sans-serif}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}#root{min-height:100vh}.header{width:100%;border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;max-width:1200px;margin:0 auto}.logo{font-weight:700;font-size:1.25rem;color:var(--text);text-decoration:none;letter-spacing:-.02em}.nav{display:flex;align-items:center;gap:2rem}.nav a{color:var(--text-muted);text-decoration:none;font-weight:500;transition:color .2s}.nav a:hover{color:var(--text)}.nav .btn-primary{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-family:var(--font);font-size:.9375rem;font-weight:600;border-radius:var(--radius);text-decoration:none;cursor:pointer;border:none;transition:background .2s,color .2s,transform .15s}.btn-primary{background:var(--accent);color:var(--bg)}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover{color:var(--text);border-color:var(--text-muted)}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.btn-submitted{cursor:default}.btn-submitted:hover{transform:none}.btn-check{margin-right:.5rem;font-size:1rem;font-weight:700}.btn-text-struck{text-decoration:line-through}.hero{position:relative;min-height:95vh;display:flex;flex-direction:column;justify-content:flex-start;max-width:1200px;margin:0 auto;padding:3rem 2rem;overflow:visible}.hero-columns{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;width:100%;overflow:visible;margin-right:-50px}.hero-animation-wrapper{flex:0 0 auto;width:580px;height:580px;min-height:580px;display:flex;align-items:center;justify-content:center;overflow:visible;margin-top:-155px}.hero-content{position:relative;z-index:1;text-align:left;max-width:500px;flex:0 0 auto}.hero-headline{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.2;letter-spacing:-.03em;margin:2 0 2rem;min-height:1.2em;text-align:left;width:100%;position:relative;z-index:10}.hero-headline-rotating{display:inline-block}.hero-headline-cursor{display:inline-block;width:2px;height:1.1em;margin-left:3px;margin-bottom:-.1em;background:var(--text-muted);vertical-align:middle;animation:hero-cursor-blink 1s step-end infinite}.hero-headline-static{white-space:nowrap}.hero-headline-you{font-style:italic;color:#2563eb}@keyframes hero-cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-tagline{font-size:1.25rem;font-weight:500;color:var(--text);margin:0 0 1rem;letter-spacing:-.02em}.hero-subtitle{font-size:1.125rem;color:var(--text-muted);margin:0 0 2.5rem;line-height:1.6;max-width:600px}.hero-waitlist-form{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start;max-width:420px;margin:0}.hero-waitlist-form input{flex:1;min-width:200px;padding:.875rem 1.25rem;font-family:var(--font);font-size:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);outline:none;transition:border-color .2s}.hero-waitlist-form input::placeholder{color:var(--text-muted)}.hero-waitlist-form input:focus{border-color:var(--accent)}.hero-waitlist-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.hero-waitlist-confirm{font-size:.875rem;color:#22c55e;margin:0}.how-it-works{padding:5rem 2rem;max-width:1100px;margin:0 auto;scroll-margin-top:30vh}.section-title{font-size:1.75rem;font-weight:600;text-align:center;margin:0 0 3rem;letter-spacing:-.02em}.steps-container{position:relative;display:flex;flex-direction:column;gap:4rem}.steps-timeline-line{position:absolute;top:20px;bottom:20px;width:2px;background:var(--border);left:50%;transform:translate(-50%);z-index:0}.step-row{display:grid;grid-template-columns:1fr 60px 1fr;gap:2rem;align-items:flex-start}.steps-timeline-marker{display:flex;justify-content:center;align-items:flex-start;padding-top:4px;z-index:1}.steps-timeline-marker .step-num{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:600;background:var(--bg);color:var(--text-muted);border:2px solid var(--border);border-radius:50%;transition:all .3s ease;margin:0}.steps-timeline-marker.active .step-num{background:var(--accent);color:var(--bg);border-color:var(--accent);transform:scale(1.15);box-shadow:0 0 0 4px var(--bg),0 0 0 6px var(--accent)}.step-card-content{text-align:right;padding-top:4px}.step-image-placeholder{width:100%;aspect-ratio:4 / 3;background:var(--bg-elevated);border:2px dashed var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.step-image-placeholder span{color:var(--text-muted);font-size:.875rem;font-weight:500}.step-card h3{font-size:1.25rem;font-weight:600;margin:0 0 .75rem}.step-card p{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.7}.step-lead{font-weight:500;color:var(--text);margin-bottom:1rem!important}.step-sub{margin-bottom:.5rem!important}.step-rules{list-style:none;padding:0;margin:0 0 1rem}.step-rules li{font-size:.9375rem;color:var(--text);line-height:1.6;margin-bottom:.375rem}.step-close{font-style:italic}.why-different{padding:5rem 2rem;background:#f1efea;border-top:none;text-align:center;width:100%}.why-different-inner{max-width:1200px;margin:0 auto}.why-different-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.why-different-card{text-align:left;padding:1.5rem;background:var(--bg);border-radius:var(--radius);border:1px solid var(--border)}.why-different-card h3{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.why-different-card p{font-size:.9375rem;color:var(--text-muted);line-height:1.6;margin:0}.why-different .section-title{color:var(--text)}.why-different-close{font-size:1.0625rem;color:var(--text-muted);line-height:1.6;max-width:500px;margin:0 auto}.cta{padding:3rem 2rem;text-align:center;background:#000;border-top:none;margin-top:-130px;z-index:1}.cta-title{font-size:2rem;font-weight:600;margin:0 0 .5rem;letter-spacing:-.02em;color:#fff}.cta-subtitle{color:#ffffffb3;margin:0 0 2rem}.cta-form{display:flex;flex-wrap:wrap;gap:.75rem;max-width:420px;margin:0 auto;justify-content:center}.cta-form input{flex:1;min-width:200px;padding:.875rem 1.25rem;font-family:var(--font);font-size:1rem;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);background:#ffffff1a;color:#fff;outline:none;transition:border-color .2s,background .2s}.cta-form input::placeholder{color:#ffffff80}.cta-form input:focus{border-color:var(--accent);background:#ffffff26}.cta-form .btn-primary{background:#fff;color:#000}.cta-form .btn-primary:hover{background:#ffffffe6}.footer{padding:2.5rem 2rem;background:#000;border-top:none}.footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#fff9;text-decoration:none;font-size:.9375rem}.footer-links a:hover{color:#fff}.footer-copy{color:#ffffff80;font-size:.875rem;margin:0}.footer .logo{color:#fff}@media(max-width:640px){.header-inner{padding:1rem 1.25rem}.nav{gap:1rem}.nav a:not(.btn){display:none}.hero{flex-direction:column;gap:0rem;padding:3rem 1.25rem 4rem;min-height:auto}.hero-columns{flex-direction:column;gap:0rem}.hero-animation-wrapper{width:100%;min-height:280px;order:-1}.hero-content{flex:1 1 auto;width:100%;text-align:center}.hero-headline{text-align:center}.hero-waitlist-wrap{align-items:center}.hero-waitlist-form{justify-content:center}.hero-waitlist-form{flex-direction:column;width:100%}.hero-waitlist-form input{min-width:100%}.steps-container{gap:3rem}.steps-timeline-line{display:none}.step-row{display:flex;flex-direction:column;gap:1.5rem}.steps-timeline-marker{display:none}.step-card-content{text-align:center;order:1}.step-image-placeholder{max-width:100%;order:0}.how-it-works,.why-different{padding:3rem 1.25rem}.why-different-grid{grid-template-columns:1fr;gap:1.5rem}.why-different-card{text-align:center}.cta-form{flex-direction:column}.cta-form input{min-width:100%}.footer-inner{flex-direction:column;text-align:center}}:root{--orbit-accent: #FF6B6B;--orbit-accent-light: #ffffff;--orbit-accent-glow: #ffffff}.orbit-animation-container{position:relative;width:100%;height:100%;min-height:580px;display:flex;align-items:center;justify-content:center;overflow:visible}.orbit-stage{position:relative;width:560px;height:560px;display:flex;align-items:center;justify-content:center;overflow:visible}.orbit-stage-large{width:620px;height:620px;overflow:visible}.orbit-static{flex-direction:column;gap:1rem;overflow:visible}.orbit-reduced-motion-text{font-size:.875rem;color:var(--text-muted);text-align:center}.orbit-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:25;width:70px;height:70px;background:#ffffff40;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);border-radius:50%;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff80;display:flex;align-items:center;justify-content:center}.orbit-head-icon{width:36px;height:36px;color:var(--text)}.orbit-circle-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:520px;height:520px;pointer-events:none;overflow:visible}.orbit-circle,.orbit-circle-glow{position:absolute;top:0;left:0;width:100%;height:100%;overflow:visible}.orbit-circle-base{color:#000;opacity:1}.orbit-circle-glow circle{filter:drop-shadow(0 0 8px var(--orbit-accent-glow))}.orbit-node{position:absolute;top:50%;left:50%;width:22px;height:22px;margin-left:-11px;margin-top:-11px;background:var(--orbit-accent);border-radius:50%;box-shadow:0 0 8px var(--orbit-accent),0 0 16px var(--orbit-accent-glow),0 0 24px var(--orbit-accent-glow);z-index:20;display:flex;align-items:center;justify-content:center}.orbit-node-icon{width:12px;height:12px;color:#fff}.orbit-items-layer{position:absolute;top:50%;left:50%;width:0;height:0;z-index:15}.orbit-task-item{position:absolute;top:0;left:0;display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem .375rem .5rem;background:var(--bg);border:1px solid var(--border);border-radius:9999px;font-size:.8125rem;font-weight:500;color:var(--text);white-space:nowrap;box-shadow:0 2px 8px #0000000f;will-change:transform;transform:translate(-50%,-50%)}.orbit-checkbox{width:14px;height:14px;flex-shrink:0;color:var(--text-muted)}.orbit-meeting-item{position:absolute;top:0;left:0;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--orbit-accent);border-radius:6px;font-size:.8125rem;font-weight:500;color:#fff;white-space:nowrap;box-shadow:0 2px 8px #ff6b6b40;will-change:transform;transform:translate(-50%,-50%)}.orbit-meeting-time{font-weight:600;opacity:.9}.orbit-group-envelope{position:absolute;top:0;left:0;background:#ff6b6b14;border:1.5px solid rgba(255,107,107,.2);border-radius:12px;z-index:5}.orbit-category-label{position:absolute;top:-8px;left:10px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--orbit-accent);background:var(--bg);padding:0 4px;white-space:nowrap}.orbit-emoji{font-size:.875rem;line-height:1}.orbit-goal-icon{flex-shrink:0;color:var(--orbit-accent);margin-left:auto}.orbit-pause-toggle{display:none}.orbit-pause-toggle:hover{color:var(--text);border-color:var(--text-muted)}@media(max-width:640px){.orbit-animation-container{min-height:320px}.orbit-stage,.orbit-stage-large{width:320px;height:320px;transform:scale(.75);overflow:visible}.orbit-circle-container{width:320px;height:320px;overflow:visible}.orbit-task-item,.orbit-meeting-item{font-size:.75rem;padding:.25rem .5rem}}
