@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";:root{--color-bg: #F9FAFB;--color-card-bg: #FFFFFF;--color-primary: #1C5B48;--color-secondary: var(--color-primary);--color-accent: #D97352;--color-primary-light: #EBF3F0;--color-primary-text: #111827;--color-text: #4B5563;--color-text-light: #6B7280;--color-success: #1C5B48;--color-warning: #B45309;--color-danger: #D97352;--color-alert-bg: rgba(217, 115, 82, .08);--color-guidance-bg: rgba(28, 91, 72, .06);--font-display: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .05), 0 4px 6px -4px rgba(0, 0, 0, .05);--micro-border: 1px solid rgba(17, 24, 39, .05);--base-sz: 16px;--h1-sz: 32px;--h2-sz: 24px;--h3-sz: 18px;--sec-sz: 14px;--cap-sz: 12px;--card-pad: 1.15rem;--card-gap: .75rem;--icon-sz: 24px;--lh-body: 1.5}.theme-child{--base-sz: 17px;--h1-sz: 34px;--h2-sz: 26px;--sec-sz: 15px;--card-pad: 1.15rem}.theme-mature{--base-sz: 18px;--h1-sz: 36px;--h2-sz: 28px;--sec-sz: 16px;--card-pad: 1.25rem;--lh-body: 1.65}h1,.text-h1{font-family:var(--font-display);font-size:var(--h1-sz);font-weight:800;line-height:1.1;margin:0;letter-spacing:-.02em;color:var(--color-primary-text)}h2,.text-h2{font-family:var(--font-display);font-size:var(--h2-sz);font-weight:700;line-height:1.2;margin:0;letter-spacing:-.01em;color:var(--color-primary-text)}h3,.text-h3{font-family:var(--font-display);font-size:var(--h3-sz);font-weight:700;line-height:1.3;margin:0;letter-spacing:0em;color:var(--color-primary-text)}.text-body{font-family:var(--font-sans);font-size:var(--base-sz);font-weight:400;line-height:var(--lh-body);color:var(--color-text);letter-spacing:0em}.text-secondary{font-family:var(--font-sans);font-size:var(--sec-sz);font-weight:500;line-height:var(--lh-body);color:var(--color-text-light)}.text-caption{font-family:var(--font-sans);font-size:var(--cap-sz);font-weight:600;line-height:1.4;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-light)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;font-family:var(--font-sans);background-color:#f8f7f4;color:#1a1a1a;line-height:var(--lh-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;overflow-x:hidden;overflow-y:auto;width:100%;max-width:100%;min-height:100vh}html{overflow-x:hidden;overflow-y:auto;width:100%;max-width:100%;min-height:100vh}#root{width:100%;max-width:100%;min-height:100vh;position:relative;background:transparent;box-shadow:none;overflow-x:hidden;overflow-y:auto}.global-card{background:var(--color-card-bg);border-radius:20px;padding:var(--card-pad);box-shadow:var(--shadow-md);border:var(--micro-border);transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s ease;display:flex;flex-direction:column;gap:var(--card-gap);position:relative;overflow:hidden}.global-card:active{transform:scale(.98)}.card{background:var(--color-card-bg);border-radius:16px;border:var(--micro-border);padding:var(--card-pad);margin-bottom:.85rem;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s ease}.container{width:100%;padding:0 1.25rem 6rem}.app-layout{display:flex;flex-direction:column;height:100dvh}.app-main{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:transparent;padding-bottom:3rem}.glass-nav-container{position:static;z-index:9000;display:flex;justify-content:center;padding:1rem 0 calc(.5rem + env(safe-area-inset-bottom)) 0;background:var(--color-bg);border-top:var(--micro-border)}.glass-nav-pill{background:var(--color-card-bg);border:var(--micro-border);box-shadow:var(--shadow-sm);border-radius:999px;display:flex;align-items:center;justify-content:space-between;padding:.5rem;width:90%;max-width:400px}.nav-item{display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--color-text-light);width:50px;height:50px;border-radius:50%;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.nav-item:active{transform:scale(.9)}.nav-item.active{color:#fff;background:var(--color-primary);box-shadow:0 4px 12px #1c5b4840;transform:scale(1.05)}.nav-label{display:none}button{font-family:var(--font-sans);background-color:var(--color-primary-light);color:var(--color-primary);border:none;border-radius:999px;padding:.75rem 1.2rem;font-size:.9rem;font-weight:600;cursor:pointer;letter-spacing:0em;transition:transform .2s cubic-bezier(.4,0,.2,1),background-color .2s ease,box-shadow .2s ease}button:active{transform:scale(.96)}.primary-action-button{background-color:var(--color-primary);color:#fff;border:none;border-radius:12px;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;box-shadow:var(--shadow-sm);width:100%}input,select,textarea{font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease}input:focus,select:focus,textarea:focus{border-color:var(--color-primary)!important;box-shadow:0 0 0 3px var(--color-primary-light)!important;outline:none}a{color:var(--color-primary);text-decoration:none;font-weight:600}a:hover{text-decoration:underline}.weekly-summary .card{margin-bottom:1rem;padding:1.5rem}.weekly-summary .notes textarea{width:100%;margin-top:.5rem;border-radius:12px;border:var(--micro-border);padding:1rem;background:var(--color-bg);font-family:inherit}.print-only{display:none}@media print{.no-print,.glass-nav-container,.rescue-fab{display:none!important}.print-only{display:block!important}html,body,#root,.app-layout,.app-main{display:block!important;height:auto!important;min-height:auto!important;overflow:visible!important;position:static!important;background:#fff!important;margin:0!important;padding:0!important;width:100%!important}}.landing-page{width:100%;max-width:100%;position:relative;background-color:#fff;font-family:var(--font-sans);color:#1a1a1a;line-height:var(--lh-body);overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.lp-container{width:100%;max-width:430px;margin:0 auto;padding:0 20px;box-sizing:border-box}.lp-brand-row{display:flex;align-items:center;margin-bottom:32px}.lp-logo{height:48px;width:auto;display:block}@media (min-width: 768px){.lp-logo{height:56px}}.lp-brand-tagline{font-family:var(--font-sans);font-size:.95rem;font-weight:500;color:var(--color-text-light);border-left:1px solid rgba(0,0,0,.1);padding-left:12px;margin-left:12px}.lp-hero{position:relative;height:auto;padding:40px 16px 48px;background-color:transparent;width:100%;box-sizing:border-box}.lp-hero-video-wrapper{margin-top:32px;width:100%;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px -10px #0000001a;background-color:var(--color-bg);border:1px solid rgba(0,0,0,.04)}.lp-hero-video-inline{width:100%;display:block;object-fit:cover;border-radius:20px}.lp-hero-content{position:relative;z-index:3;width:100%;max-width:430px;margin:0 auto;padding:0 20px;text-align:left;animation:fadeIn 1.2s ease-out}.lp-headline{font-family:var(--font-display);font-size:28px;font-weight:700;line-height:1.25;color:var(--color-primary-text);margin-bottom:16px;letter-spacing:-.01em}.lp-subheadline{font-size:clamp(1.1rem,2vw,1.25rem);color:var(--color-text);margin-bottom:24px;width:100%}.lp-problem,.lp-payoff{padding:48px 0;background-color:#fff;width:100%}.lp-section-title{font-family:var(--font-display);font-size:28px;font-weight:700;color:var(--color-primary-text);margin-bottom:12px;line-height:1.3}.lp-section-title.centered{text-align:center;margin-bottom:16px}.lp-body-text{font-size:1.15rem;line-height:1.6;color:var(--color-text);margin-bottom:24px;width:100%}.lp-body-text.centered{text-align:center;margin-bottom:24px}.lp-solution{padding:48px 0;background-color:var(--color-primary-light);width:100%}.lp-solution-grid{display:flex;flex-direction:column;gap:24px;width:100%}.lp-mockup-wrapper{display:flex;justify-content:center}.lp-product-image{width:100%;max-width:360px;height:auto;display:block;border-radius:24px;box-shadow:0 16px 32px #0000000f;margin-top:16px;border:1px solid rgba(0,0,0,.02)}.lp-features{padding:48px 0;background-color:#fff;width:100%}.lp-feature-grid{display:flex;flex-direction:column;gap:20px;width:100%}.lp-feature-card{background-color:var(--color-primary-light);border-radius:20px;padding:24px;display:flex;flex-direction:column;box-shadow:0 12px 32px -12px #0000000f;border:1px solid rgba(0,0,0,.02)}.lp-icon{width:24px;height:24px;color:var(--color-primary);margin-bottom:8px;stroke-width:2}.lp-feature-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--color-primary-text);margin-bottom:4px}.lp-feature-text{font-size:1rem;line-height:1.55;color:var(--color-text-light)}.lp-final-cta{padding:48px 0 64px;background-color:var(--color-primary-light);width:100%}.mb-loose{margin-bottom:24px}.lp-cta-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%}.lp-cta-btn{font-size:1.1rem;padding:1.2rem 2.5rem;width:100%;max-width:340px;border-radius:999px}.lp-privacy-note{font-size:.85rem;color:var(--color-text-light);font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lp-stitch-container{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-primary-text);min-height:100vh;-webkit-font-smoothing:antialiased}.lp-stitch-h1{font-family:var(--font-display);font-size:2.75rem;font-weight:800;color:var(--color-primary-text);letter-spacing:-.025em;margin:0 auto 1.5rem;line-height:1.1;max-width:320px}.lp-stitch-h2{font-family:var(--font-display);font-size:2rem;font-weight:700;margin:0 auto 1rem;line-height:1.25;text-align:center;max-width:320px}.lp-stitch-body{font-size:1.125rem;line-height:1.8;margin:0 auto 2rem;text-align:center;max-width:340px}.text-dark{color:var(--color-primary-text)}.text-dark-variant{color:var(--color-text)}.text-white{color:#fff}.text-white-opacity{color:#ffffffe6}.text-primary{color:var(--color-primary)}.centered{text-align:center}.lp-stitch-nav{position:fixed;top:0;width:100%;z-index:50;background-color:#f9fafbcc;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 4px 20px #1118270a}.lp-stitch-nav-content{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;max-width:420px;margin:0 auto;padding:1.1rem 1rem;gap:.5rem}.lp-stitch-nav-content .lp-stitch-brand{grid-column:2;justify-self:center}.lp-stitch-brand{display:flex;align-items:center;gap:.5rem}.lp-stitch-logo-img{object-fit:contain;height:2rem;width:2rem}.lp-stitch-brand-text{font-size:1.25rem;font-weight:800;color:var(--color-primary);letter-spacing:-.05em;font-family:var(--font-display)}.lp-stitch-main{padding-top:4.5rem}.lp-stitch-hero{background:#fff;padding:3rem 1rem 5rem;display:flex;flex-direction:column;align-items:center}.lp-stitch-hero-content{width:100%;max-width:420px;margin:0 auto;text-align:center}.lp-stitch-tagline{color:var(--color-primary);font-weight:800;letter-spacing:.1em;text-transform:uppercase;font-size:.8rem;margin-bottom:1rem;display:block}.lp-stitch-hero-body{color:var(--color-text);font-size:1.125rem;margin:0 auto 3rem;font-family:var(--font-sans);line-height:1.6;max-width:330px}.lp-stitch-cta-wrapper{display:flex;flex-direction:column;width:100%;margin-bottom:3rem}.lp-stitch-primary-btn{background-color:var(--color-primary);color:#fff;padding:1.25rem;border-radius:9999px;font-size:1.125rem;font-weight:700;border:none;cursor:pointer;box-shadow:0 10px 20px -5px #1c5b484d;transition:all .2s;width:100%;text-align:center}.lp-stitch-primary-btn:active{box-shadow:0 5px 10px -5px #1c5b484d;transform:translateY(2px)}.lp-stitch-video-container{position:relative;width:100%;border-radius:1.5rem;overflow:hidden;background-color:transparent;display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.lp-stitch-hero-video{width:100%;height:auto;object-fit:contain;border-radius:1.5rem}.lp-stitch-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.lp-stitch-problem{padding:5rem 1rem;background-color:var(--color-primary-light)}.lp-stitch-problem-layout{display:flex;flex-direction:column;gap:3rem;width:100%;max-width:420px;margin:0 auto}.lp-stitch-problem-text{width:100%;display:flex;flex-direction:column;align-items:center}.lp-stitch-graphic-card{background-color:#f3f4f5;padding:2rem;border-radius:1.5rem;width:100%}.lp-stitch-graphic-header{display:flex;gap:1rem;margin-bottom:1rem}.lp-stitch-graphic-icon-box{width:3rem;height:3rem;border-radius:9999px;background-color:#d973521a;display:flex;align-items:center;justify-content:center}.lp-stitch-graphic-line-long{flex:1;background-color:#fff;height:1rem;border-radius:9999px;margin-top:1rem}.lp-stitch-graphic-body{display:flex;flex-direction:column;gap:1rem}.lp-stitch-graphic-line-med{background-color:#fff;height:.75rem;width:75%;border-radius:9999px}.lp-stitch-graphic-line-short{background-color:#fff;height:.75rem;width:50%;border-radius:9999px}.lp-stitch-solution{padding:5rem 1rem;background-color:#fff;overflow:hidden}.lp-stitch-solution-layout{display:flex;flex-direction:column;gap:3.5rem;width:100%;max-width:420px;margin:0 auto}.lp-stitch-solution-text-col{order:1;text-align:center;display:flex;flex-direction:column;align-items:center}.lp-stitch-solution-mockup-col{order:2;width:100%;display:flex;justify-content:center}.lp-stitch-mockup-wrapper{position:relative;width:100%;max-width:250px}.lp-stitch-phone-bezel{background-color:#fff;border-radius:2.5rem;padding:.75rem;border:10px solid #0f172a;aspect-ratio:9 / 19.5;width:100%;position:relative;overflow:hidden;text-align:left}.lp-stitch-phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:35%;height:1.5rem;background-color:#0f172a;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;z-index:20}.lp-stitch-phone-screen{height:100%;width:100%;background-color:#fff;border-radius:1.8rem;overflow:hidden;display:flex;flex-direction:column}.lp-stitch-phone-content{padding:3rem 1.25rem 1.25rem;flex:1}.lp-stitch-phone-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.lp-stitch-phone-icon-box{width:2.5rem;height:2.5rem;border-radius:9999px;background-color:var(--color-primary-light);display:flex;align-items:center;justify-content:center}.lp-stitch-phone-line{height:.5rem;width:50%;background-color:#f1f5f9;border-radius:9999px}.lp-stitch-phone-body{display:flex;flex-direction:column;gap:1rem}.lp-stitch-phone-card{padding:1rem;background-color:var(--color-primary-light);border-radius:1rem;border:1px solid rgba(28,91,72,.1)}.lp-stitch-phone-line-sm{height:.5rem;width:60%;background-color:#1c5b484d;border-radius:9999px;margin-bottom:.75rem}.lp-stitch-phone-line-bold{height:1rem;width:100%;background-color:var(--color-primary);border-radius:.5rem}.lp-stitch-phone-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.lp-stitch-phone-box{aspect-ratio:1 / 1;background-color:#f8fafc;border-radius:1rem;display:flex;align-items:center;justify-content:center}.lp-stitch-phone-nav{margin-top:auto;padding:1rem;border-top:1px solid #f8fafc;display:flex;justify-content:space-around}.lp-stitch-phone-dot{width:.5rem;height:.5rem;border-radius:9999px;background-color:#e2e8f0}.lp-stitch-phone-dot.active{background-color:var(--color-primary);width:1.5rem}.lp-stitch-glass-card{position:absolute;top:-1.5rem;right:-1rem;background:#fff;padding:1.25rem;border-radius:1rem;width:160px;border:1px solid rgba(17,24,39,.1);z-index:30;text-align:left}.lp-stitch-glass-text{font-size:.75rem;font-weight:700;color:var(--color-primary-text);line-height:1.4;margin:0}.lp-stitch-features{padding:5rem 1rem;background-color:var(--color-primary-light)}.lp-stitch-features-container{width:100%;max-width:420px;margin:0 auto}.lp-stitch-features-grid{display:flex;flex-direction:column;gap:1.25rem}.lp-stitch-feature-card{background-color:#fff;padding:2.5rem 1.5rem;border-radius:1.5rem;border:var(--micro-border);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;text-align:center}.lp-stitch-feature-icon{width:3.5rem;height:3.5rem;background-color:var(--color-primary-light);color:var(--color-primary);border-radius:1.25rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.lp-stitch-feature-title{font-family:var(--font-display);font-size:1.5rem;font-weight:800;margin-bottom:.75rem;color:var(--color-primary-text);max-width:280px;margin-left:auto;margin-right:auto}.lp-stitch-feature-text{color:var(--color-text);line-height:1.6;font-size:1.05rem;margin:0 auto;max-width:310px}.lp-stitch-caregiver{padding:5rem 1rem;background-color:var(--color-primary-light)}.lp-stitch-caregiver-card{background-color:#fff;border-radius:2rem;overflow:hidden;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2.5rem;width:100%;max-width:420px;margin:0 auto}.lp-stitch-caregiver-text{width:100%;display:flex;flex-direction:column;align-items:center}.lp-stitch-avatar-stack{display:flex;justify-content:center;margin-top:1.5rem}.lp-stitch-avatar{width:3.5rem;height:3.5rem;border-radius:9999px;border:4px solid var(--color-primary-light);object-fit:cover;margin-right:-1rem}.lp-stitch-avatar-more{width:3.5rem;height:3.5rem;border-radius:9999px;border:4px solid var(--color-primary-light);background-color:var(--color-primary);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:800;z-index:10}.lp-stitch-caregiver-img-col{width:100%}.lp-stitch-caregiver-img{width:100%;border-radius:1.5rem;box-shadow:var(--shadow-md);object-fit:cover;aspect-ratio:4 / 3}.lp-stitch-payoff{padding:5rem 1rem;background-color:var(--color-bg);text-align:center}.lp-stitch-payoff-container{width:100%;max-width:420px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.lp-stitch-payoff-line{width:4rem;height:.35rem;background-color:#1c5b4833;margin:0 auto 2rem;border-radius:9999px}.lp-stitch-final-cta{padding:4rem 1rem 6rem;background-color:var(--color-primary-light)}.lp-stitch-final-card{background-color:#fff;border-radius:2rem;padding:2.5rem 1.5rem;text-align:center;box-shadow:0 20px 40px #1118270d;border:var(--micro-border);width:100%;max-width:420px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.lp-stitch-final-form{width:100%}.lp-stitch-form-stack{display:flex;flex-direction:column;gap:1rem}.lp-stitch-input{width:100%;padding:1.25rem 1.5rem;border-radius:1rem;background-color:#f9fafb;border:1px solid rgba(17,24,39,.1);transition:all .2s;font-size:1rem;font-family:var(--font-sans);outline:none;box-sizing:border-box}.lp-stitch-input:focus{border-color:var(--color-primary)}.lp-stitch-privacy{font-size:.85rem;color:var(--color-text-light);margin-top:1.5rem;font-weight:500;text-align:center}.w-full{width:100%!important}.lp-stitch-footer{width:100%;border-top-left-radius:2rem;border-top-right-radius:2rem;background-color:#ebf3f0b3}.lp-stitch-footer-content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:420px;margin:0 auto;padding:3rem 1rem 5rem;gap:3rem}.lp-stitch-footer-brand{display:flex;flex-direction:column;align-items:center;gap:1rem}.lp-stitch-footer-logo{font-size:1.25rem;font-weight:800;color:var(--color-primary);font-family:var(--font-display);display:flex;align-items:center;gap:.5rem}.lp-stitch-footer-img{height:2rem;width:2rem;object-fit:contain}.lp-stitch-footer-copyright{font-family:var(--font-sans);font-size:.85rem;line-height:1.5;color:var(--color-text-light);text-align:center;margin:0}.lp-stitch-footer-links{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.lp-stitch-footer-links a{color:var(--color-text);font-weight:600;font-size:.9rem;text-decoration:none;padding:.5rem 0;transition:color .2s}.lp-stitch-footer-links a:hover{color:var(--color-primary);text-decoration:underline}.lp-legal-main{padding-top:5rem;padding-bottom:4rem;background-color:var(--color-bg);min-height:100vh}.lp-legal-page{width:100%;max-width:680px;margin:0 auto;padding:2.5rem 1.25rem 4rem}.lp-legal-back{display:inline-flex;align-items:center;color:var(--color-text);font-size:.875rem;font-weight:600;text-decoration:none;margin-bottom:2.5rem;transition:color .2s}.lp-legal-back:hover{color:var(--color-primary);text-decoration:none}.lp-legal-header{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(17,24,39,.07)}.lp-legal-icon-wrap{width:3rem;height:3rem;background-color:var(--color-primary-light);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.lp-legal-h1{font-family:var(--font-display);font-size:2.25rem;font-weight:800;color:var(--color-primary-text);letter-spacing:-.025em;line-height:1.15;margin:0}.lp-legal-meta{font-size:.8rem;color:var(--color-text-light);font-weight:500;letter-spacing:.01em;margin:0}.lp-legal-intro{font-size:1.05rem;line-height:1.75;color:var(--color-text);margin-bottom:3rem;padding:1.5rem;background-color:var(--color-primary-light);border-radius:1rem;border-left:3px solid var(--color-primary)}.lp-legal-section{margin-bottom:2.75rem;padding-bottom:2.75rem;border-bottom:1px solid rgba(17,24,39,.06)}.lp-legal-section:last-of-type{border-bottom:none}.lp-legal-h2{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--color-primary);letter-spacing:-.01em;margin:0 0 1rem}.lp-legal-body{font-family:var(--font-sans);font-size:1rem;line-height:1.8;color:var(--color-text);margin:0 0 1rem}.lp-legal-strong{color:var(--color-primary-text);font-weight:600}.lp-legal-list{margin:0 0 1rem;padding-left:1.5rem;display:flex;flex-direction:column;gap:.5rem}.lp-legal-list li{font-family:var(--font-sans);font-size:1rem;line-height:1.7;color:var(--color-text)}.lp-legal-link{color:var(--color-primary);font-weight:600;text-decoration:none;transition:text-decoration .2s}.lp-legal-link:hover{text-decoration:underline}.lp-legal-notice{background-color:#d973520f;border-left:3px solid var(--color-accent);border-radius:.75rem;padding:1.25rem 1.5rem;margin-bottom:1rem}.lp-legal-footer-nav{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(17,24,39,.07);text-align:center}.lp-stitch-testimonials{padding:5rem 1rem;background-color:#fff}.lp-stitch-testimonials-container{width:100%;max-width:420px;margin:0 auto}.lp-stitch-testimonials-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2.5rem}.lp-stitch-testimonials-grid{display:flex;flex-direction:column;gap:1.25rem}.lp-stitch-testimonial-card{background-color:#fff;border-radius:1.5rem;border:var(--micro-border);box-shadow:var(--shadow-sm);padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem;position:relative}.lp-stitch-testimonial-card:before{content:"“";position:absolute;top:1rem;left:1.5rem;font-family:var(--font-display);font-size:3.5rem;line-height:1;color:var(--color-primary-light);font-weight:800}.lp-stitch-testimonial-quote{font-family:var(--font-sans);font-size:1.025rem;line-height:1.75;color:var(--color-primary-text);margin:0;padding-top:1.5rem;font-style:italic}.lp-stitch-testimonial-author{display:flex;flex-direction:column;gap:.2rem;padding-top:.25rem;border-top:1px solid rgba(17,24,39,.06)}.lp-stitch-testimonial-name{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--color-primary)}.lp-stitch-testimonial-detail{font-family:var(--font-sans);font-size:.8rem;color:var(--color-text-light);font-weight:500}.lp-stitch-trust-strip{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;width:100%;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(17,24,39,.07)}.lp-stitch-trust-item{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;padding:.75rem .5rem;border-radius:.75rem;background-color:#ebf3f080}.lp-stitch-trust-icon{font-size:1.25rem;line-height:1}.lp-stitch-trust-label{font-family:var(--font-sans);font-size:.72rem;font-weight:600;color:var(--color-text);letter-spacing:.01em;line-height:1.3}@media (min-width: 480px){.lp-stitch-trust-strip{grid-template-columns:repeat(4,1fr)}}.lp-stitch-how{padding:5rem 1rem;background-color:#fff}.lp-stitch-how-container{width:100%;max-width:420px;margin:0 auto}.lp-stitch-how-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem}.lp-stitch-how-steps{display:flex;flex-direction:column;gap:0}.lp-stitch-how-step{display:flex;align-items:flex-start;gap:1.25rem;position:relative;padding-bottom:2.5rem}.lp-stitch-how-step:last-child{padding-bottom:0}.lp-stitch-how-step:not(:last-child):after{content:"";position:absolute;left:1.35rem;top:3.25rem;bottom:0;width:2px;background:linear-gradient(to bottom,var(--color-primary-light),transparent);border-radius:9999px}.lp-stitch-how-number{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--color-primary);line-height:1;min-width:2.75rem;text-align:center;padding-top:.1rem;flex-shrink:0;position:relative;z-index:1}.lp-stitch-how-content{flex:1;padding-top:.1rem}.lp-stitch-how-title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--color-primary-text);margin:0 0 .5rem;line-height:1.3}.lp-stitch-how-desc{font-family:var(--font-sans);font-size:.975rem;line-height:1.7;color:var(--color-text);margin:0}.lp-stitch-faq{padding:5rem 1rem;background-color:#fff}.lp-stitch-faq-container{width:100%;max-width:420px;margin:0 auto}.lp-stitch-faq-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2.5rem}.lp-stitch-faq-list{display:flex;flex-direction:column;gap:.75rem}.lp-stitch-faq-item{background-color:#fff;border-radius:1.25rem;border:var(--micro-border);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow .2s ease}.lp-stitch-faq-item--open{box-shadow:var(--shadow-md)}.lp-stitch-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:none;border:none;border-radius:0;cursor:pointer;text-align:left;font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--color-primary-text);line-height:1.4;box-shadow:none;transition:background-color .15s ease}.lp-stitch-faq-question:hover{background-color:#ebf3f080}.lp-stitch-faq-question:active{transform:none}.lp-stitch-faq-indicator{font-size:1.4rem;font-weight:400;color:var(--color-primary);line-height:1;flex-shrink:0;transition:transform .2s ease}.lp-stitch-faq-answer{padding:0 1.5rem 1.25rem;border-top:1px solid rgba(17,24,39,.05)}.lp-stitch-faq-answer p{font-family:var(--font-sans);font-size:.975rem;line-height:1.75;color:var(--color-text);margin:1rem 0 0;padding-left:.75rem;border-left:2px solid var(--color-primary-light)}.lp-stitch-btn-white{background-color:#fff;color:var(--color-primary);box-shadow:0 10px 20px -5px #00000026}.lp-stitch-btn-white:active{box-shadow:0 5px 10px -5px #00000026}.lp-stitch-section-cta{display:flex;justify-content:center;padding:2rem 1rem 0;width:100%;max-width:420px;margin:0 auto}.lp-stitch-section-cta .lp-stitch-primary-btn{width:100%}.lp-stitch-caregiver-intro{font-family:var(--font-sans);font-size:.8rem;font-weight:500;color:var(--color-primary);opacity:.65;letter-spacing:.04em;text-transform:uppercase;margin:0 0 1rem}.lp-stitch-caregiver-bullets{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;flex-direction:column;gap:.65rem;text-align:left;width:100%}.lp-stitch-caregiver-bullets li{font-family:var(--font-sans);font-size:.95rem;color:var(--color-text);line-height:1.5;padding-left:1.5rem;position:relative}.lp-stitch-caregiver-bullets li:before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:700;font-size:.9rem}.lp-stitch-caregiver{padding:6rem 1rem}.lp-stitch-caregiver .lp-stitch-h2{font-size:1.65rem;margin-top:.5rem}.lp-stitch-clinical-dark{padding:8rem 1rem;background-color:var(--color-primary)}.lp-stitch-clinical-dark-container{width:100%;max-width:420px;margin:0 auto;display:flex;flex-direction:column;gap:3.5rem}.lp-stitch-clinical-dark-copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.lp-stitch-clinical-eyebrow-dark{font-family:var(--font-sans);font-size:.72rem;font-weight:500;color:var(--color-bg);opacity:.7;letter-spacing:.06em;text-transform:uppercase;margin:0 0 1rem}.lp-stitch-clinical-dark .lp-stitch-h2{font-size:1.8rem;margin:0 0 1.5rem}.lp-stitch-clinical-bullets-dark{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.8rem;text-align:left;width:100%}.lp-stitch-clinical-bullets-dark li{font-family:var(--font-sans);font-size:.95rem;color:#fff;line-height:1.5;padding-left:1.5rem;position:relative}.lp-stitch-clinical-bullets-dark li:before{content:"→";position:absolute;left:0;color:#ffffff80;font-weight:700}.lp-stitch-clinical-ctas.align-left{align-items:flex-start;margin-top:0}.mb-6{margin-bottom:1.5rem}.lp-stitch-clinical-mock-large{width:100%;max-width:100%}.lp-stitch-cc-large-ui{background-color:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 25px 50px #0000004d;display:flex;flex-direction:column;gap:2rem}.lp-stitch-ccl-header{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--color-bg);padding-bottom:1rem}.lp-stitch-ccl-patient{display:flex;align-items:center;gap:1rem}.lp-stitch-ccl-avatar{width:48px;height:48px;border-radius:50%;background-color:var(--color-primary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:1.1rem}.lp-stitch-ccl-info h3{margin:0;font-family:var(--font-display);font-size:1.2rem;color:var(--color-primary-text)}.lp-stitch-ccl-info p{margin:0;font-family:var(--font-sans);font-size:.85rem;color:var(--color-text-light)}.lp-stitch-ccl-date{font-family:var(--font-sans);font-size:.8rem;color:var(--color-primary);font-weight:700;background-color:#1c5b4814;padding:.5rem 1rem;border-radius:9999px}.lp-stitch-ccl-subtitle{font-family:var(--font-display);font-size:1rem;color:var(--color-primary-text);margin:0 0 1rem}.lp-stitch-ccl-flags{display:flex;flex-direction:column;gap:.75rem}.lp-stitch-ccl-flag{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.75rem}.lp-stitch-ccl-flag.red{background-color:#d9735214}.lp-stitch-ccl-flag.yellow{background-color:#f59e0b1a}.lp-stitch-ccl-flag .icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;color:#fff;flex-shrink:0}.lp-stitch-ccl-flag.red .icon{background-color:var(--color-accent)}.lp-stitch-ccl-flag.yellow .icon{background-color:#f59e0b}.lp-stitch-ccl-flag span:last-child{font-family:var(--font-sans);font-size:.9rem;color:var(--color-primary-text);font-weight:500;line-height:1.4}.lp-stitch-ccl-days{display:flex;justify-content:space-between;background-color:var(--color-bg);padding:1.5rem;border-radius:1rem}.lp-stitch-ccl-day{display:flex;flex-direction:column;align-items:center;gap:.75rem}.day-name{font-family:var(--font-sans);font-size:.75rem;color:var(--color-text-light);font-weight:700;text-transform:uppercase}.day-dot{width:14px;height:14px;border-radius:50%}.day-dot.good{background-color:var(--color-primary)}.day-dot.warn{background-color:#f59e0b}.day-dot.bad{background-color:var(--color-accent)}.lp-stitch-ccl-metrics{display:flex;gap:1rem}.lp-stitch-ccl-metric{flex:1;background-color:var(--color-bg);border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column;gap:.25rem;align-items:center;text-align:center;border:1px solid rgba(17,24,39,.05)}.lp-stitch-ccl-metric span{font-family:var(--font-sans);font-size:.8rem;color:var(--color-text-light);font-weight:600}.lp-stitch-ccl-metric strong{font-family:var(--font-display);font-size:1.5rem;color:var(--color-primary-text);margin-top:.25rem}.lp-stitch-ccl-metric small{font-size:.9rem;opacity:.6}.lp-stitch-clinical-dark-copy{display:flex;flex-direction:column;align-items:center;text-align:center}@media (max-width: 480px){.lp-stitch-ccl-header{flex-direction:column;align-items:flex-start;gap:1rem}.lp-stitch-ccl-metrics{flex-direction:column}}.lp-stitch-video-section{padding:6rem 1rem;background-color:var(--color-primary-light)}.lp-stitch-video-section-container{width:100%;max-width:420px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.lp-stitch-video-header{display:flex;flex-direction:column;gap:.5rem}.lp-stitch-pricing{padding:6rem 1rem;background-color:var(--color-primary-light)}.lp-stitch-pricing-container{width:100%;max-width:420px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.lp-stitch-pricing-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.lp-stitch-pricing-grid{display:flex;flex-direction:column;gap:1.5rem}.lp-stitch-pricing-card{display:flex;flex-direction:column;gap:1rem;position:relative}.lp-stitch-pricing-price{font-family:var(--font-display);font-size:2.5rem;font-weight:800;color:var(--color-primary);line-height:1}.lp-stitch-pricing-price span{font-family:var(--font-sans);font-size:.9rem;font-weight:500;color:var(--color-text-light);margin-left:.25rem}.lp-stitch-pricing-list{list-style:none;padding:0;margin:.5rem 0 1.5rem;display:flex;flex-direction:column;gap:.75rem;text-align:left}.lp-stitch-pricing-list li{font-family:var(--font-sans);font-size:.9rem;color:var(--color-text);line-height:1.4;padding-left:1.5rem;position:relative}.lp-stitch-pricing-list li:before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:800;font-size:.9rem}.lp-stitch-pricing-badge{position:absolute;top:-.75rem;right:1.5rem;background-color:var(--color-primary-text);color:#fff;font-family:var(--font-sans);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.3rem .75rem;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a}.lp-stitch-pricing-pro{border:1.5px solid rgba(17,24,39,.08);background:linear-gradient(180deg,#FFFFFF 0%,var(--color-bg) 100%)}.lp-stitch-hamburger{background:transparent;border:none;color:var(--color-primary-text);padding:.5rem;margin-left:-.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:background-color .15s ease}.lp-stitch-hamburger:hover{background-color:var(--color-bg)}.lp-stitch-hamburger:active{transform:scale(.95)}.lp-stitch-nav-cta{background:var(--color-primary);color:#fff;font-family:var(--font-sans);font-weight:600;font-size:.85rem;padding:.5rem 1rem;border-radius:9999px;border:none;cursor:pointer;justify-self:end;transition:transform .15s ease,background-color .15s ease}.lp-stitch-nav-cta:hover{background-color:var(--color-primary-dark, #154536)}.lp-stitch-nav-cta:active{transform:scale(.96)}.lp-stitch-mobile-menu{position:fixed;top:4.5rem;left:0;right:0;background-color:#fff;z-index:40;border-bottom:1px solid rgba(17,24,39,.05);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideDown .2s cubic-bezier(.16,1,.3,1) forwards;max-height:calc(100vh - 4.5rem);overflow-y:auto}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.lp-stitch-mobile-menu-nav{display:flex;flex-direction:column;padding:1rem 1.5rem 2rem}.lp-stitch-mobile-menu-item{background:none;border:none;border-bottom:1px solid rgba(17,24,39,.04);padding:1.25rem 0;text-align:left;font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--color-primary-text);cursor:pointer;transition:all .15s ease}.lp-stitch-mobile-menu-item:last-of-type{border-bottom:none;margin-bottom:1rem}.lp-stitch-mobile-menu-item:hover{color:var(--color-primary)}.lp-stitch-mobile-menu-item:active{transform:scale(.98)}.lp-stitch-mobile-menu-cta{background-color:var(--color-primary);color:#fff;font-family:var(--font-display);font-weight:700;font-size:1rem;text-align:center;border:none;border-radius:9999px;padding:1.1rem;margin-top:1rem;cursor:pointer;transition:transform .15s ease;box-shadow:0 10px 15px -3px #1c5b4833}.lp-stitch-mobile-menu-cta:active{transform:scale(.97)}
