.moving-hero-split{background:linear-gradient(180deg,#f5f3ff 0%,var(--background)100%);padding:6rem 2rem 0}.moving-hero-split-inner{grid-template-columns:340px 1fr;align-items:start;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.moving-hero-sidebar{padding:1rem 0 2rem;position:sticky;top:5rem}.moving-hero-sidebar h1{background:linear-gradient(135deg,var(--text-primary),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.25rem;font-weight:800;line-height:1.15}.moving-hero-sidebar>p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.moving-hero-detail{color:var(--text-muted)!important;font-size:.95rem!important}.moving-hero-checklist{min-width:0;padding-bottom:3rem}.moving-section{max-width:800px;margin:0 auto;padding:5rem 2rem}.moving-section-alt{background:var(--background-secondary)}.moving-section-alt .moving-section{padding:5rem 2rem}.moving-section h2{margin-bottom:1rem;font-size:2rem;font-weight:700}.moving-section>p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.moving-timeline{padding-left:2rem;position:relative}.moving-timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:7px}.moving-phase{margin-bottom:2rem;position:relative}.moving-phase:last-child{margin-bottom:0}.moving-phase-dot{border:3px solid var(--primary);background:var(--background);z-index:1;border-radius:50%;width:16px;height:16px;position:absolute;top:1rem;left:-2rem}.moving-phase-complete .moving-phase-dot{background:var(--primary)}.moving-phase summary{cursor:pointer;background:var(--background);border:1px solid var(--border);color:var(--text-primary);-webkit-user-select:none;user-select:none;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:1.1rem;font-weight:600;list-style:none;transition:all .2s;display:flex}.moving-phase summary::-webkit-details-marker{display:none}.moving-phase summary:hover{border-color:var(--primary-light);box-shadow:0 4px 12px var(--shadow)}.moving-phase[open] summary{border-color:var(--primary);background:linear-gradient(135deg,#ec580008,#ff6a000f);border-bottom-right-radius:0;border-bottom-left-radius:0}.moving-phase-summary-left{align-items:center;gap:.75rem;display:flex}.moving-phase-count{color:var(--text-muted);background:var(--background-secondary);border-radius:10px;padding:.2rem .6rem;font-size:.8rem;font-weight:500}.moving-phase-complete .moving-phase-count{color:#16a34a;background:#22c55e1a}.moving-phase-chevron{color:var(--text-muted);font-size:.75rem;transition:transform .2s}.moving-phase[open] .moving-phase-chevron{transform:rotate(180deg)}.moving-phase-items{border:1px solid var(--border);background:var(--background);border-top:none;border-bottom-right-radius:12px;border-bottom-left-radius:12px;overflow:hidden}.moving-item{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:.875rem;min-height:48px;padding:.875rem 1.25rem;transition:background .15s;display:flex}.moving-item:last-child{border-bottom:none}.moving-item:hover{background:#ec580005}.moving-item:active{background:#ec58000d}.moving-checkbox{flex-shrink:0;width:24px;height:24px;position:relative}.moving-checkbox input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.moving-checkbox-visual{border:2px solid var(--border);background:var(--background);border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.moving-checkbox input:checked+.moving-checkbox-visual{background:var(--primary);border-color:var(--primary)}.moving-checkbox-visual:after{content:"";border:2.5px solid #fff;border-width:0 2.5px 2.5px 0;width:6px;height:10px;margin-top:-2px;transition:transform .15s;display:block;transform:rotate(45deg)scale(0)}.moving-checkbox input:checked+.moving-checkbox-visual:after{transform:rotate(45deg)scale(1)}.moving-checkbox input:focus-visible+.moving-checkbox-visual{box-shadow:0 0 0 3px #ec580033}.moving-item-label{color:var(--text-primary);flex:1;font-size:.95rem;line-height:1.4;transition:all .2s}.moving-item-checked .moving-item-label{color:var(--text-muted);text-decoration:line-through}.moving-progress-banner{z-index:900;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);background:#fffffff2;padding:.75rem 1.5rem;transition:transform .3s;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 20px #00000014}.moving-progress-banner.visible{transform:translateY(0)}.moving-progress-inner{align-items:center;gap:1rem;max-width:800px;margin:0 auto;display:flex}.moving-progress-info{flex:1;min-width:0}.moving-progress-text{color:var(--text-primary);margin-bottom:.25rem;font-size:.85rem;font-weight:600}.moving-progress-bar-track{background:var(--background-secondary);border-radius:3px;width:100%;height:6px;overflow:hidden}.moving-progress-bar-fill{background:linear-gradient(90deg,var(--gradient-start),var(--gradient-end));border-radius:3px;min-width:0;height:100%;transition:width .4s}.moving-progress-save{white-space:nowrap;padding:.5rem 1rem;font-size:.85rem}.moving-progress-saved{color:#16a34a;white-space:nowrap;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.moving-inline-cta{background:linear-gradient(135deg,#ec58000a,#ff6a0014);border:1px solid #ec580026;border-radius:12px;margin:2rem 0;padding:1.5rem}.moving-inline-cta p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.moving-inline-cta p strong{color:var(--text-primary)}.moving-email-form{gap:.75rem;max-width:500px;display:flex}.moving-email-form input[type=email]{border:1px solid var(--border);background:var(--background);min-width:0;color:var(--text-primary);border-radius:8px;outline:none;flex:1;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.moving-email-form input[type=email]:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ec58001a}.moving-email-form button{white-space:nowrap}.moving-email-message{border-radius:8px;margin-top:.75rem;padding:.75rem 1rem;font-size:.9rem}.moving-email-message-success{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e33}.moving-email-message-error{color:#dc2626;background:#ef44441a;border:1px solid #ef444433}.moving-signup-section{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));text-align:center;color:#fff;padding:5rem 2rem}.moving-signup-section h2{margin-bottom:.75rem;font-size:2rem;font-weight:700}.moving-signup-section>p{opacity:.9;max-width:560px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.05rem}.moving-signup-section .moving-email-form{margin:0 auto}.moving-signup-section .moving-email-form input[type=email]{background:#fff;border-color:#0000}.moving-signup-section .moving-email-form input[type=email]:focus{border-color:#fff;box-shadow:0 0 0 3px #ffffff4d}.moving-signup-section .moving-email-form button{color:var(--primary);background:#fff;font-weight:600}.moving-signup-section .moving-email-form button:hover{background:var(--background-secondary)}.moving-signup-form-note{opacity:.75;margin-top:.75rem;font-size:.85rem}.moving-essentials-grid{border:1px solid var(--border);background:var(--background);border-radius:12px;gap:0;display:grid;overflow:hidden}.moving-features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;display:grid}.moving-feature-card{background:var(--background);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .3s}.moving-feature-card:hover{box-shadow:0 12px 24px var(--shadow);border-color:var(--primary-light);transform:translateY(-3px)}.moving-feature-card h3{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.1rem;display:flex}.moving-feature-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.moving-use-cases-list{margin-top:1.5rem;list-style:none}.moving-use-cases-list li{border-bottom:1px solid var(--border);color:var(--text-secondary);align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:.95rem;line-height:1.5;display:flex}.moving-use-cases-list li:last-child{border-bottom:none}.moving-faq{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.moving-faq-item{border:1px solid var(--border);background:var(--background);border-radius:12px;overflow:hidden}.moving-faq-item summary{cursor:pointer;color:var(--text-primary);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;font-size:1rem;font-weight:600;list-style:none;transition:background .2s;display:flex}.moving-faq-item summary::-webkit-details-marker{display:none}.moving-faq-item summary:hover{background:#ec580005}.moving-faq-item[open] summary{border-bottom:1px solid var(--border)}.moving-faq-chevron{color:var(--text-muted);flex-shrink:0;font-size:.75rem;transition:transform .2s}.moving-faq-item[open] .moving-faq-chevron{transform:rotate(180deg)}.moving-faq-answer{color:var(--text-secondary);padding:1.25rem;font-size:.95rem;line-height:1.7}.moving-share-prompt{background:#22c55e0d;border:1px solid #22c55e26;border-radius:12px;align-items:center;gap:.75rem;margin-top:1rem;padding:1rem 1.25rem;display:flex}.moving-share-prompt p{color:var(--text-secondary);flex:1;font-size:.9rem}.moving-share-btn{background:var(--background);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.moving-share-btn:hover{border-color:var(--primary);color:var(--primary)}.moving-pitch-split{background:var(--background-secondary);padding:5rem 2rem 3rem}.moving-pitch-split-inner{grid-template-columns:340px 1fr;align-items:start;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.moving-pitch-sidebar{padding:1rem 0 2rem;position:sticky;top:5rem}.moving-pitch-sidebar h2{margin-bottom:1rem;font-size:1.75rem;font-weight:700;line-height:1.2}.moving-pitch-sidebar>p{color:var(--text-secondary);margin-bottom:.75rem;font-size:1rem;line-height:1.7}.moving-pitch-sidebar-muted{font-style:italic;color:var(--text-muted)!important;font-size:.95rem!important}.moving-pitch-content{min-width:0}.moving-pitch-block{margin-bottom:2.5rem}.moving-pitch-block h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.moving-pitch-intro{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1rem;line-height:1.6}.moving-features-stack{flex-direction:column;gap:1rem;display:flex}.moving-feature-card h4{align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:1.05rem;display:flex}@media (max-width:1024px){.moving-hero-split-inner,.moving-pitch-split-inner{grid-template-columns:1fr;gap:1.5rem}.moving-hero-sidebar,.moving-pitch-sidebar{text-align:center;padding:0;position:static}.moving-hero-sidebar h1{font-size:2rem}.moving-pitch-sidebar h2{font-size:1.5rem}.moving-hero-detail,.moving-pitch-sidebar-muted{max-width:500px;margin:0 auto}.moving-pitch-block h3,.moving-pitch-intro{text-align:center}}@media (max-width:768px){.moving-hero-split{padding:6rem 1.5rem 0}.moving-pitch-split{padding:3.5rem 1.5rem 2rem}.moving-hero-sidebar h1{font-size:1.75rem}.moving-hero-sidebar>p{font-size:1rem}.moving-pitch-sidebar h2{font-size:1.35rem}.moving-section,.moving-section-alt .moving-section{padding:3.5rem 1.5rem}.moving-section h2{font-size:1.5rem}.moving-timeline{padding-left:1.5rem}.moving-timeline:before{left:5px}.moving-phase-dot{width:12px;height:12px;top:1.1rem;left:-1.5rem}.moving-phase summary{padding:.875rem 1rem;font-size:.95rem}.moving-item{padding:.75rem 1rem}.moving-item-label{font-size:.9rem}.moving-email-form{flex-direction:column}.moving-email-form button{justify-content:center;width:100%}.moving-features-grid{grid-template-columns:1fr}.moving-signup-section{padding:3.5rem 1.5rem}.moving-signup-section h2{font-size:1.5rem}.moving-progress-inner{gap:.75rem}.moving-progress-text{font-size:.8rem}.moving-progress-save{padding:.4rem .75rem;font-size:.8rem}.moving-share-prompt{text-align:center;flex-direction:column;gap:.5rem}}@media (max-width:480px){.moving-hero-split{padding:5rem 1rem 0}.moving-pitch-split{padding:3rem 1rem 1.5rem}.moving-hero-sidebar h1{font-size:1.5rem}.moving-pitch-sidebar h2{font-size:1.25rem}.moving-section,.moving-section-alt .moving-section{padding:3rem 1rem}.moving-section h2{font-size:1.35rem}.moving-phase summary{padding:.75rem;font-size:.9rem}.moving-item{gap:.75rem;padding:.625rem .75rem}.moving-signup-section{padding:3rem 1rem}}
