@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:flex;justify-content:center;align-items:center;width:100%;max-width:420px;margin:0 auto;padding:1.25rem 1rem}.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:linear-gradient(180deg,var(--color-primary-light) 0%,var(--color-bg) 100%);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-bg)}.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:var(--color-primary);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-bg)}.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-bg)}.lp-stitch-caregiver-card{background-color:var(--color-primary-light);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-bg)}.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}
