:root{--primary:#2d6a4f;--primary-dark:#1b4332;--primary-light:#40916c;--accent:#f4a261;--accent-dark:#e76f51;--secondary:#95d5b2;--secondary-light:#b7e4c7;--bg:#fdfcfa;--bg-warm:#fff8f0;--text:#1b1b1b;--text-muted:#6b7280;--text-light:#9ca3af;--border:#e5e7eb;--card-bg:#fff;--radius:12px;--radius-lg:20px;--shadow:0 2px 8px #0000000f;--shadow-lg:0 8px 30px #00000014;--shadow-xl:0 20px 60px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.fade-in{animation:fadeIn .6s ease both}.fade-in-up{animation:fadeInUp .7s ease both}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.3s}.fade-in-delay-4{animation-delay:.4s}.landing-nav{display:flex;justify-content:space-between;align-items: center;max-width:1200px;margin:0 auto;padding:20px 40px}.landing-logo{display:flex;color:var(--primary-dark);align-items: center;gap:10px;font-size:1.3rem;font-weight:700}.landing-logo-icon{background:var(--primary);color:#fff;display:flex;border-radius:10px;justify-content:center;align-items: center;width:36px;height:36px;font-size:1.1rem;font-weight:800}.landing-nav-links{display:flex;align-items: center;gap:28px}.landing-nav-links a{color:var(--text-muted);text-decoration:none;transition:color .2s;font-size:.95rem;font-weight:500}.landing-nav-links a:hover{color:var(--primary)}.landing-nav-demo-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 22px;transition:all .2s;font-size:.9rem;font-weight:600}.landing-nav-demo-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.hero{text-align:center;max-width:820px;margin:0 auto;padding:60px 40px 80px}.hero-badge{display:inline-block;background:var(--secondary-light);color:var(--primary-dark);border-radius:50px;margin-bottom:24px;padding:8px 20px;font-size:.85rem;font-weight:600}.hero h1{color:var(--primary-dark);margin-bottom:24px;font-size:3.2rem;font-weight:800;line-height:1.15}.hero h1 span{color:var(--accent-dark)}.hero-subtitle{color:var(--text-muted);max-width:640px;margin:0 auto 36px;font-size:1.2rem;line-height:1.7}.hero-buttons{display:flex;flex-direction:column;align-items: center;gap:16px}.hero-email-form{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.hero-name-input,.hero-email-input{border:2px solid var(--border);border-radius:10px;width:220px;padding:14px 20px;transition:border-color .2s;font-family:inherit;font-size:1rem}.hero-name-input:focus,.hero-email-input:focus{outline:none;border-color:var(--primary)}.hero-cta{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:14px 32px;transition:all .2s;font-size:1rem;font-weight:700}.hero-cta:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 6px 20px #f4a2614d}.hero-submitted{background:var(--secondary-light);color:var(--primary-dark);border-radius:10px;padding:14px 28px;font-weight:600}.hero-demo-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:8px;transition:color .2s;font-size:1rem;font-weight:600}.hero-demo-btn:hover{color:var(--primary-dark)}.problem-section{background:var(--bg-warm);padding:80px 40px}.problem-section h2{text-align:center;color:var(--primary-dark);margin-bottom:48px;font-size:2.2rem;font-weight:800}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:1100px;margin:0 auto}.problem-card{border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:center;background:#fff;padding:32px}.problem-icon{margin-bottom:16px;font-size:2.5rem}.problem-card p{color:var(--text-muted);font-size:1.05rem;font-style:italic;line-height:1.6}.how-section{max-width:1200px;margin:0 auto;padding:80px 40px}.how-section h2{text-align:center;color:var(--primary-dark);margin-bottom:12px;font-size:2.2rem;font-weight:800}.how-subtitle{text-align:center;color:var(--text-muted);margin-bottom:48px;font-size:1.1rem}.how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:28px}.how-card{border-radius:var(--radius-lg);box-shadow:var(--shadow);position:relative;background:#fff;padding:36px 28px;transition:transform .2s,box-shadow .2s}.how-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.how-number{position:absolute;background:var(--accent);color:#fff;display:flex;border-radius:50%;justify-content:center;align-items: center;width:32px;height:32px;font-size:.85rem;font-weight:800;top:-12px;left:-8px}.how-level-badge{display:inline-block;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;margin-bottom:12px;padding:4px 12px;font-size:.75rem;font-weight:700}.how-level-1{color:#065f46;background:#d1fae5}.how-level-2{color:#1e40af;background:#dbeafe}.how-level-3{color:#92400e;background:#fef3c7}.how-level-4{color:#9d174d;background:#fce7f3}.how-icon{margin-bottom:16px;font-size:2.5rem}.how-card h3{color:var(--primary-dark);margin-bottom:10px;font-size:1.15rem;font-weight:700}.how-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.patience-section{background:var(--primary-dark);color:#fff;padding:80px 40px}.patience-content{max-width:780px;margin:0 auto}.patience-section h2{margin-bottom:16px;font-size:2.2rem;font-weight:800}.patience-lead{opacity:.85;margin-bottom:40px;font-size:1.15rem;line-height:1.7}.patience-list{display:flex;flex-direction:column;gap:24px}.patience-item{display:flex;align-items: flex-start;gap:16px}.patience-check{background:var(--secondary);color:var(--primary-dark);display:flex;border-radius:50%;justify-content:center;align-items: center;width:32px;min-width:32px;height:32px;margin-top:2px;font-size:.9rem;font-weight:800}.patience-item div{opacity:.92;font-size:1rem;line-height:1.6}.patience-item strong{color:var(--accent)}.issues-section{max-width:1200px;margin:0 auto;padding:80px 40px}.issues-section h2{text-align:center;color:var(--primary-dark);margin-bottom:12px;font-size:2.2rem;font-weight:800}.issues-subtitle{text-align:center;color:var(--text-muted);margin-bottom:48px;font-size:1.1rem}.issues-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.issue-card{border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;background:#fff;padding:28px 24px;transition:transform .2s}.issue-card:hover{transform:translateY(-3px)}.issue-icon{margin-bottom:12px;font-size:2rem}.issue-card h3{color:var(--primary-dark);margin-bottom:6px;font-size:1rem;font-weight:700}.issue-card p{color:var(--text-muted);font-size:.88rem;line-height:1.5}.pricing-section{background:var(--bg-warm);padding:80px 40px}.pricing-section h2{text-align:center;color:var(--primary-dark);margin-bottom:12px;font-size:2.2rem;font-weight:800}.pricing-subtitle{text-align:center;color:var(--text-muted);margin-bottom:48px;font-size:1.1rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1100px;margin:0 auto}.pricing-card{border-radius:var(--radius-lg);box-shadow:var(--shadow);position:relative;display:flex;background:#fff;flex-direction:column;padding:36px 32px}.pricing-card-featured{border:3px solid var(--accent);box-shadow:var(--shadow-lg);transform:scale(1.03)}.pricing-badge{position:absolute;background:var(--accent);color:#fff;white-space:nowrap;border-radius:50px;padding:6px 20px;font-size:.8rem;font-weight:700;top:-14px;left:50%;transform:translate(-50%)}.pricing-tier{color:var(--primary-dark);margin-bottom:8px;font-size:1.2rem;font-weight:700}.pricing-price{color:var(--primary);margin-bottom:24px;font-size:2.8rem;font-weight:800}.pricing-price span{color:var(--text-muted);font-size:1rem;font-weight:500}.pricing-features{list-style:none;flex:1;margin-bottom:28px;padding:0}.pricing-features li{position:relative;color:var(--text-muted);padding:8px 0 8px 28px;font-size:.95rem;line-height:1.5}.pricing-features li:before{content:"✓";position:absolute;color:var(--primary);font-weight:700;left:0}.pricing-form{display:flex;flex-direction:column;gap:10px}.pricing-form input{border:2px solid var(--border);border-radius:8px;padding:12px 16px;transition:border-color .2s;font-family:inherit;font-size:.95rem}.pricing-form input:focus{outline:none;border-color:var(--primary)}.pricing-form button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px;transition:all .2s;font-size:.95rem;font-weight:700}.pricing-form button:hover{background:var(--primary-dark)}.pricing-card-featured .pricing-form button{background:var(--accent)}.pricing-card-featured .pricing-form button:hover{background:var(--accent-dark)}.pricing-submitted{text-align:center;color:var(--primary);background:var(--secondary-light);border-radius:8px;padding:12px;font-weight:600}.family-section{max-width:1100px;margin:0 auto;padding:80px 40px}.family-section h2{text-align:center;color:var(--primary-dark);margin-bottom:48px;font-size:2.2rem;font-weight:800}.family-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.family-card{border-radius:var(--radius-lg);box-shadow:var(--shadow);border-left:4px solid var(--accent);background:#fff;padding:36px 28px}.family-card h3{color:var(--primary-dark);margin-bottom:12px;font-size:1.1rem;font-weight:700}.family-card p{color:var(--text-muted);font-size:1rem;font-style:italic;line-height:1.7}.faq-section{background:var(--bg-warm);padding:80px 40px}.faq-section h2{text-align:center;color:var(--primary-dark);margin-bottom:48px;font-size:2.2rem;font-weight:800}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;max-width:1100px;margin:0 auto}.faq-item{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:28px}.faq-item h3{color:var(--primary-dark);margin-bottom:10px;font-size:1.05rem;font-weight:700}.faq-item p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.cta-section{text-align:center;background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;padding:80px 40px}.cta-section h2{margin-bottom:16px;font-size:2.2rem;font-weight:800}.cta-section p{opacity:.85;max-width:600px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:1.15rem}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.cta-primary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:16px 36px;transition:all .2s;font-size:1.1rem;font-weight:700}.cta-primary:hover{background:var(--accent-dark);transform:translateY(-2px)}.cta-secondary{color:#fff;text-decoration:none;border:2px solid #fff6;border-radius:10px;padding:16px 36px;transition:all .2s;font-size:1.1rem;font-weight:600}.cta-secondary:hover{background:#ffffff1a;border-color:#fff}.landing-footer{background:var(--primary-dark);color:#fff;padding:60px 40px 30px}.footer-content{display:flex;border-bottom:1px solid #ffffff26;justify-content:space-between;align-items: flex-start;max-width:1100px;margin:0 auto;padding-bottom:40px}.footer-brand .landing-logo{color:#fff;margin-bottom:12px}.footer-brand .landing-logo-icon{background:var(--accent)}.footer-brand p{color:#fff9;font-size:.9rem;line-height:1.6}.footer-links{display:flex;gap:28px}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .2s;font-size:.95rem}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;max-width:1100px;margin:0 auto;padding-top:24px}.footer-bottom p{color:#fff6;font-size:.85rem}.simulator-page{background:var(--bg);min-height:100vh}.simulator-header{text-align:center;padding:40px 20px 20px}.simulator-header h1{color:var(--primary-dark);margin-bottom:8px;font-size:2rem;font-weight:800}.simulator-header p{color:var(--text-muted);font-size:1.05rem}.simulator-back{color:var(--primary);cursor:pointer;display:inline-block;background:0 0;border:none;margin-bottom:12px;font-size:1rem;font-weight:600}.simulator-back:hover{color:var(--primary-dark)}.simulator-container{display:flex;justify-content:center;align-items: flex-start;gap:48px;max-width:1000px;margin:0 auto;padding:20px 40px 60px}.phone-frame{box-shadow:var(--shadow-xl);position:relative;background:#1b1b1b;border-radius:44px;width:380px;min-width:380px;padding:12px}.phone-notch{position:absolute;z-index:10;background:#1b1b1b;border-radius:0 0 18px 18px;width:140px;height:28px;top:0;left:50%;transform:translate(-50%)}.phone-screen{overflow:hidden;display:flex;background:#fff;border-radius:36px;flex-direction:column;height:680px}.phone-header{background:var(--primary);color:#fff;display:flex;align-items: center;gap:12px;padding:44px 20px 16px}.phone-avatar{background:var(--accent);display:flex;border-radius:50%;justify-content:center;align-items: center;width:40px;height:40px;font-size:1.1rem;font-weight:800}.phone-name{font-size:1rem;font-weight:700}.phone-status{opacity:.8;font-size:.8rem}.phone-chat{overflow-y:auto;display:flex;flex-direction:column;flex:1;gap:10px;padding:16px}.phone-welcome{text-align:center;padding:20px 8px}.phone-welcome-icon{margin-bottom:12px;font-size:2.5rem}.phone-welcome p{color:var(--text-muted);margin-bottom:12px;font-size:.92rem;line-height:1.6}.phone-welcome-hint{color:var(--text-light);font-size:.85rem}.phone-bubble{word-wrap:break-word;white-space:pre-wrap;border-radius:18px;max-width:85%;padding:12px 16px;font-size:.92rem;line-height:1.5}.phone-bubble-user{background:var(--primary);color:#fff;border-bottom-right-radius:6px;align-self: flex-end}.phone-bubble-assistant{color:var(--text);background:#f3f4f6;border-bottom-left-radius:6px;align-self: flex-start}.phone-bubble-loading{display:flex;gap:6px;padding:16px 20px}.typing-dot{background:var(--text-muted);animation:pulse 1.4s infinite;border-radius:50%;width:8px;height:8px}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.phone-suggestions{display:flex;overflow-y:auto;flex-wrap:wrap;gap:6px;max-height:160px;padding:8px 12px 4px}.phone-suggestion{background:var(--secondary-light);color:var(--primary-dark);cursor:pointer;text-align:left;border:none;border-radius:20px;padding:8px 14px;transition:all .2s;font-family:inherit;font-size:.8rem}.phone-suggestion:hover{background:var(--secondary)}.phone-input-bar{display:flex;border-top:1px solid var(--border);background:#fff;gap:8px;padding:12px}.phone-input-bar input{border:2px solid var(--border);outline:none;border-radius:24px;flex:1;padding:10px 16px;transition:border-color .2s;font-family:inherit;font-size:.9rem}.phone-input-bar input:focus{border-color:var(--primary)}.phone-input-bar button{background:var(--primary);color:#fff;cursor:pointer;display:flex;border:none;border-radius:50%;justify-content:center;align-items: center;width:40px;height:40px;transition:background .2s;font-size:1rem}.phone-input-bar button:hover{background:var(--primary-dark)}.phone-input-bar button:disabled{background:var(--border);cursor:default}.savvy-control{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;margin-bottom:32px;padding:24px}.savvy-control h3{color:var(--primary-dark);margin-bottom:6px;font-size:1.1rem;font-weight:700}.savvy-desc{color:var(--text-muted);margin-bottom:16px;font-size:.85rem;line-height:1.5}.savvy-slider{-webkit-appearance:none;appearance:none;background:var(--border);outline:none;border-radius:3px;width:100%;height:6px;margin-bottom:12px}.savvy-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--primary);cursor:pointer;border:3px solid #fff;border-radius:50%;width:22px;height:22px;transition:transform .15s;box-shadow:0 2px 6px #00000026}.savvy-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.savvy-labels{display:flex;justify-content:space-between;margin-bottom:12px}.savvy-label{color:var(--text-light);text-align:center;flex:1;transition:color .2s;font-size:.7rem}.savvy-label-active{color:var(--primary);font-weight:700}.savvy-current{text-align:center;color:var(--primary-dark);background:var(--secondary-light);border-radius:8px;padding:8px 12px;font-size:.88rem;font-weight:600}.info-level-1{background:#059669}.info-level-2{background:#2563eb}.info-level-3{background:#d97706}.info-level-4{background:#db2777}.simulator-info{max-width:380px}.simulator-info h3{color:var(--primary-dark);margin-bottom:28px;font-size:1.3rem;font-weight:700}.info-steps{display:flex;flex-direction:column;gap:24px}.info-step{display:flex;align-items: flex-start;gap:16px}.info-step-num{background:var(--primary);color:#fff;display:flex;border-radius:50%;justify-content:center;align-items: center;width:32px;min-width:32px;height:32px;font-size:.85rem;font-weight:800}.info-step strong{display:block;color:var(--primary-dark);margin-bottom:4px}.info-step p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.simulator-clear{border:2px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;margin-top:32px;padding:10px 24px;transition:all .2s;font-size:.9rem;font-weight:600}.simulator-clear:hover{border-color:var(--accent-dark);color:var(--accent-dark)}.dashboard-page{max-width:1000px;min-height:100vh;margin:0 auto;padding:40px}.dashboard-header{margin-bottom:40px}.dashboard-header h1{color:var(--primary-dark);margin-bottom:8px;font-size:2rem;font-weight:800}.dashboard-header p{color:var(--text-muted)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}.stat-card{border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;background:#fff;padding:28px}.stat-value{color:var(--primary);font-size:2.4rem;font-weight:800}.stat-label{color:var(--text-muted);margin-top:4px;font-size:.9rem;font-weight:500}.dashboard-placeholder{border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:center;background:#fff;padding:60px 40px}.dashboard-placeholder h3{color:var(--primary-dark);margin-bottom:12px;font-size:1.3rem}.dashboard-placeholder p{color:var(--text-muted)}.loading-screen{display:flex;flex-direction:column;justify-content:center;align-items: center;gap:16px;height:100vh}.spinner{border:4px solid var(--border);border-top-color:var(--primary);animation:spin .8s linear infinite;border-radius:50%;width:40px;height:40px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.landing-nav{padding:16px 20px}.landing-nav-links{display:none}.hero{padding:40px 20px 60px}.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-email-form{flex-direction:column;width:100%;max-width:360px}.hero-name-input,.hero-email-input{width:100%}.problem-section,.how-section,.patience-section,.issues-section,.pricing-section,.family-section,.faq-section,.cta-section{padding:60px 20px}.problem-section h2,.how-section h2,.patience-section h2,.issues-section h2,.pricing-section h2,.family-section h2,.faq-section h2,.cta-section h2{font-size:1.7rem}.pricing-card-featured{transform:none}.faq-grid{grid-template-columns:1fr}.simulator-container{flex-direction:column;align-items: center;padding:20px}.phone-frame{min-width:unset;width:100%;max-width:380px}.simulator-info{max-width:100%}.footer-content{flex-direction:column;gap:24px}.dashboard-page{padding:20px}}
