:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--accent-blue: #667eea;--accent-purple: #764ba2;--text-dark: #1a202c;--text-gray: #4a5568;--bg-light: #f7fafc;--white: #ffffff}#root{width:100vw}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-dark);line-height:1.6;overflow-x:hidden}.hero{background:var(--primary-gradient);min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:80px 20px}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{max-width:1200px;width:100%;position:relative;z-index:1;text-align:center;animation:fadeInUp 1s ease}.hero h1{font-size:4rem;font-weight:800;color:#fff;margin-bottom:24px;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.hero .subheadline{font-size:1.5rem;color:#fffffff2;margin-bottom:40px;font-weight:300;max-width:800px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:60px}.btn{padding:18px 40px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;border:none}.btn-primary{background:#fff;color:var(--accent-purple);box-shadow:0 8px 25px #0003}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0000004d}.btn-secondary{background:#fff3;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff4d;transform:translateY(-3px)}.social-proof{background:#fff;padding:60px 20px;text-align:center}.metrics{max-width:1200px;margin:40px auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.metric{padding:20px}.metric-number{font-size:3rem;font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-label{color:var(--text-gray);font-size:1.1rem;margin-top:8px}section{padding:100px 20px}.container{max-width:1200px;margin:0 auto}.section-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:20px;color:var(--text-dark)}.section-subtitle{font-size:1.3rem;text-align:center;color:var(--text-gray);margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}.problem-section{background:var(--bg-light)}.pain-points{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:60px}.pain-point{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.pain-point:hover{transform:translateY(-8px);box-shadow:0 12px 35px #0000001f}.pain-icon{font-size:3rem;margin-bottom:20px}.pain-point h3{font-size:1.5rem;margin-bottom:15px;color:var(--text-dark)}.pain-point p{color:var(--text-gray);line-height:1.7}.demo-section{background:#fff;text-align:center}.demo-container{max-width:900px;margin:60px auto;padding:60px;background:var(--bg-light);border-radius:24px;box-shadow:0 10px 40px #0000001a}.demo-text{font-size:1.2rem;color:var(--text-gray);margin-bottom:30px}.demo-badge{display:inline-block;background:var(--primary-gradient);color:#fff;padding:12px 30px;border-radius:50px;font-weight:600;margin-bottom:20px;animation:pulse 2s infinite}.features-section{background:var(--bg-light)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:50px;margin-top:60px}.feature{background:#fff;padding:50px 40px;border-radius:20px;box-shadow:0 4px 20px #00000014;text-align:center;transition:all .3s ease}.feature:hover{transform:translateY(-10px);box-shadow:0 15px 45px #667eea33}.feature-icon{font-size:4rem;margin-bottom:25px}.feature h3{font-size:1.8rem;margin-bottom:20px;color:var(--text-dark)}.feature p{color:var(--text-gray);line-height:1.8;font-size:1.1rem}.how-it-works{background:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:60px;margin-top:80px;position:relative}.step{text-align:center;position:relative}.step-number{width:80px;height:80px;border-radius:50%;background:var(--primary-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;margin:0 auto 30px;box-shadow:0 8px 25px #667eea4d}.step h3{font-size:1.8rem;margin-bottom:20px;color:var(--text-dark)}.step p{color:var(--text-gray);line-height:1.8;font-size:1.1rem}.benefits-section{background:var(--primary-gradient);color:#fff}.benefits-section .section-title,.benefits-section .section-subtitle{color:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:50px;margin-top:60px}.benefit{text-align:center;padding:40px;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.benefit:hover{background:#ffffff26;transform:scale(1.05)}.benefit-stat{font-size:3.5rem;font-weight:800;margin-bottom:15px}.benefit h3{font-size:1.8rem;margin-bottom:15px}.benefit p{font-size:1.1rem;opacity:.9;line-height:1.7}.testimonials{background:var(--bg-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:60px}.testimonial{background:#fff;padding:40px;border-radius:20px;box-shadow:0 4px 20px #00000014}.testimonial-text{font-size:1.2rem;line-height:1.8;color:var(--text-gray);margin-bottom:30px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:20px}.author-avatar{width:60px;height:60px;border-radius:50%;background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700}.author-info h4{font-size:1.2rem;color:var(--text-dark);margin-bottom:5px}.author-info p{color:var(--text-gray);font-size:.95rem}.faq-section{background:#fff}.faq-list{max-width:900px;margin:60px auto 0}.faq-item{background:var(--bg-light);margin-bottom:20px;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-question{padding:25px 30px;font-size:1.3rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--text-dark);transition:all .3s ease}.faq-question:hover{background:#667eea1a}.faq-toggle{font-size:1.5rem;font-weight:300;transition:transform .3s ease}.faq-answer{padding:0 30px;max-height:0;overflow:hidden;transition:all .3s ease;color:var(--text-gray);font-size:1.1rem;line-height:1.8}.faq-item.active .faq-answer{padding:0 30px 25px;max-height:500px}.faq-item.active .faq-toggle{transform:rotate(45deg)}.final-cta{background:var(--primary-gradient);color:#fff;text-align:center;padding:120px 20px}.final-cta h2{font-size:3.5rem;font-weight:800;margin-bottom:30px}.final-cta p{font-size:1.3rem;margin-bottom:50px;opacity:.95}.trust-signals{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;margin-top:30px;font-size:1.1rem;opacity:.9}.trust-signal{display:flex;align-items:center;gap:10px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero .subheadline{font-size:1.2rem}.section-title{font-size:2rem}.cta-buttons{flex-direction:column}.btn{width:100%}.demo-container{padding:30px 20px}}.lesson-review{--bg: #f5f5f5;--surface: #ffffff;--surface-clean: #f8fff9;--border: #e0e0e0;--border-clean: #d4edda;--border-card: #f0f0f0;--text: #1a1a1a;--text-h1: #111111;--text-meta: #666666;--text-original: #999999;--text-comments: #555555;--text-index: #bbbbbb;--error: #c0392b;--correction: #27ae60;--good-bg: #fff9c4;--good-border: #f1c40f;--c1: #b8860b;--c1-bg: #fffbf0;--c1-chip-bg: #fdf3d0;--c1-chip-border: #d4a000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;padding:2rem;line-height:1.6;box-sizing:border-box}@media (prefers-color-scheme: dark){.lesson-review{--bg: #141414;--surface: #1e1e1e;--surface-clean: #182018;--border: #2e2e2e;--border-clean: #1e3020;--border-card: #2a2a2a;--text: #e2e2e2;--text-h1: #f0f0f0;--text-meta: #888888;--text-original: #666666;--text-comments: #aaaaaa;--text-index: #555555;--error: #e05c4a;--correction: #4caf7d;--good-bg: #2a2500;--good-border: #b8960a;--c1: #e6b84a;--c1-bg: #1f1a00;--c1-chip-bg: #2a2000;--c1-chip-border: #8a6800}}.lr-header{margin-bottom:2rem}.lr-header h1{font-size:1.3rem;font-weight:600;margin-bottom:.3rem;color:var(--text-h1)}.lr-meta{font-size:.85rem;color:var(--text-meta)}.lr-loading,.lr-error{font-size:.95rem;color:var(--text-meta);padding:3rem 0}.lr-error{color:var(--error)}.lr-stats{display:flex;gap:1rem;margin-bottom:1.2rem;flex-wrap:wrap}.lr-stat{background:var(--surface);border-radius:8px;padding:.6rem 1.1rem;font-size:.9rem;border:1px solid var(--border)}.lr-stat strong{font-weight:700;font-size:1.2rem;margin-right:.3rem}.lr-stat--errors strong{color:var(--error)}.lr-stat--goods strong{color:var(--correction)}.lr-stat--c1 strong{color:var(--c1)}.lr-summary{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.9rem 1.2rem;margin-bottom:1.5rem;font-size:.88rem;color:var(--text-comments);white-space:pre-wrap}.lr-c1{background:var(--c1-bg);border:1px solid var(--c1-chip-border);border-radius:8px;padding:.7rem 1.1rem;margin-bottom:2rem;font-size:.85rem}.lr-c1-title{font-weight:600;color:var(--c1);margin-bottom:.4rem}.lr-c1-title+.lr-c1-title{margin-top:.6rem}.lr-c1-chip{display:inline-block;background:var(--c1-chip-bg);border:1px solid var(--c1-chip-border);color:var(--c1);border-radius:4px;padding:0 6px;margin:2px 3px 2px 0;font-size:.82rem;font-weight:500}.lr-c1-empty{font-style:italic;color:var(--text-meta)}.lr-cards{display:flex;flex-direction:column;gap:1rem}.lr-card{background:var(--surface);border-radius:10px;border:1px solid var(--border);padding:1.1rem 1.3rem;position:relative}.lr-card--clean{border-color:var(--border-clean);background:var(--surface-clean)}.lr-card-index{position:absolute;top:.8rem;right:1rem;font-size:.75rem;color:var(--text-index);font-weight:600}.lr-card-original{font-size:.8rem;color:var(--text-original);margin-bottom:.5rem;font-style:italic}.lr-card-line{font-size:1rem;line-height:1.7}.lr-card-line--errors :global(span.correction){display:none}.lr-card-line--errors :global(span.error){color:var(--error);text-decoration:line-through;text-decoration-thickness:2px;margin-right:1px}.lr-card-line--corrected{margin-top:.15rem}.lr-card-line--corrected :global(span.error){display:none}.lr-card-line--corrected :global(span.correction){color:var(--correction);font-weight:600}.lr-card-line :global(span.good){background:var(--good-bg);border-bottom:2px solid var(--good-border);padding:0 2px;border-radius:2px}.lr-card-line :global(span.c1){border-bottom:2px solid var(--c1);padding-bottom:1px}.lr-card-comments{margin-top:.75rem;font-size:.85rem;color:var(--text-comments);border-top:1px solid var(--border-card);padding-top:.6rem}
