body{margin:0;background:var(--c-deep)}.lp-page.svelte-5eiu1k{--font-display: "Fraunces", "Georgia", serif;--font-body: "DM Sans", system-ui, sans-serif;--slate-950: var(--c-deep);--slate-900: var(--c-base);--slate-800: var(--c-surface);--slate-700: var(--c-overlay);--slate-600: var(--c-border);--slate-500: var(--c-muted);--slate-400: var(--c-subtle);--slate-300: var(--c-secondary);--slate-200: var(--c-highlight);--slate-100: var(--c-primary);--cyan-700: #0e7490;--cyan-600: #0891b2;--cyan-500: #06b6d4;--cyan-400: var(--c-cyan);--cyan-300: #67e8f9;--amber-400: var(--c-amber);--emerald-400: var(--c-green);--emerald-500: #10b981;font-family:var(--font-body);color:var(--slate-300);line-height:1.6;overflow-x:hidden}.hero.svelte-5eiu1k{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden;background:radial-gradient(ellipse 80% 60% at 50% 120%,rgba(16,185,129,.12),transparent),radial-gradient(ellipse 60% 50% at 80% 20%,rgba(6,182,212,.06),transparent),linear-gradient(175deg,var(--c-deep) 0%,var(--slate-900) 50%,var(--c-deep) 100%)}.hero__grain.svelte-5eiu1k{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.hero__nav.svelte-5eiu1k{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;padding-top:calc(1.5rem + env(safe-area-inset-top,0px));padding-left:calc(2rem + env(safe-area-inset-left,0px));padding-right:calc(2rem + env(safe-area-inset-right,0px));position:relative;z-index:2;opacity:0;transform:translateY(-12px);transition:opacity .6s ease .2s,transform .6s ease .2s}.hero--visible.svelte-5eiu1k .hero__nav:where(.svelte-5eiu1k){opacity:1;transform:translateY(0)}.hero__logo.svelte-5eiu1k{display:flex;align-items:center;gap:.75rem;text-decoration:none}.hero__logo-icon.svelte-5eiu1k{width:36px;height:36px;border-radius:8px}.hero__wordmark.svelte-5eiu1k{font-family:var(--font-display);font-weight:500;font-size:1.2rem;color:var(--slate-100);letter-spacing:-.01em}.hero__nav-links.svelte-5eiu1k{display:flex;align-items:center;gap:1.5rem}.hero__nav-link.svelte-5eiu1k{font-size:.875rem;font-weight:500;color:var(--slate-400);text-decoration:none;transition:color .2s}.hero__nav-link.svelte-5eiu1k:hover{color:var(--slate-100)}.hero__cta-nav.svelte-5eiu1k{font-size:.875rem;font-weight:500;color:var(--cyan-400);text-decoration:none;padding:.5rem 1.25rem;border:1px solid rgba(34,211,238,.3);border-radius:8px;transition:all .2s}.hero__cta-nav.svelte-5eiu1k:hover{background:#22d3ee14;border-color:#22d3ee80}.hero__content.svelte-5eiu1k{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 2rem 6rem;position:relative;z-index:2}.hero__eyebrow.svelte-5eiu1k{font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--emerald-400);margin-bottom:1.5rem;opacity:0;transform:translateY(16px);transition:opacity .6s ease .4s,transform .6s ease .4s}.hero--visible.svelte-5eiu1k .hero__eyebrow:where(.svelte-5eiu1k){opacity:1;transform:translateY(0)}.hero__title.svelte-5eiu1k{font-family:var(--font-display);font-weight:300;font-size:clamp(2.8rem,7vw,5.5rem);line-height:1.1;color:var(--slate-100);margin:0 0 1.5rem;letter-spacing:-.03em;opacity:0;transform:translateY(20px);transition:opacity .7s ease .55s,transform .7s ease .55s}.hero--visible.svelte-5eiu1k .hero__title:where(.svelte-5eiu1k){opacity:1;transform:translateY(0)}.hero__title-accent.svelte-5eiu1k{font-style:italic;font-weight:400;color:var(--emerald-400)}.hero__subtitle.svelte-5eiu1k{font-size:clamp(1rem,2vw,1.2rem);max-width:560px;color:var(--slate-400);margin:0 0 2.5rem;line-height:1.7;opacity:0;transform:translateY(16px);transition:opacity .6s ease .75s,transform .6s ease .75s}.hero--visible.svelte-5eiu1k .hero__subtitle:where(.svelte-5eiu1k){opacity:1;transform:translateY(0)}.hero__actions.svelte-5eiu1k{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;opacity:0;transform:translateY(16px);transition:opacity .6s ease .9s,transform .6s ease .9s}.hero--visible.svelte-5eiu1k .hero__actions:where(.svelte-5eiu1k){opacity:1;transform:translateY(0)}.hero__audiences.svelte-5eiu1k{font-size:.8rem;color:var(--slate-500);margin-top:2rem;opacity:0;transition:opacity .6s ease 1.1s}.hero--visible.svelte-5eiu1k .hero__audiences:where(.svelte-5eiu1k){opacity:.7}.hero__scroll-hint.svelte-5eiu1k{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:var(--slate-600);opacity:0;transition:opacity .6s ease 1.5s;animation:svelte-5eiu1k-float 2.5s ease-in-out infinite}.hero__scroll-hint--visible.svelte-5eiu1k{opacity:1}.hero__scroll-hint.svelte-5eiu1k svg:where(.svelte-5eiu1k){width:24px;height:24px}@keyframes svelte-5eiu1k-float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.btn.svelte-5eiu1k{font-family:var(--font-body);font-size:.95rem;font-weight:600;padding:.75rem 2rem;border-radius:10px;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;border:none;transition:all .25s ease}.btn--primary.svelte-5eiu1k{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-400));color:var(--slate-950);box-shadow:0 0 24px #10b98133,inset 0 1px #ffffff26}.btn--primary.svelte-5eiu1k:hover{background:linear-gradient(135deg,var(--emerald-400),var(--cyan-400));box-shadow:0 0 36px #10b98159,inset 0 1px #fff3;transform:translateY(-1px)}.btn--ghost.svelte-5eiu1k{background:transparent;color:var(--slate-300);border:1px solid var(--slate-700)}.btn--ghost.svelte-5eiu1k:hover{background:#ffffff08;border-color:var(--slate-500);color:var(--slate-100)}.btn--large.svelte-5eiu1k{font-size:1.1rem;padding:1rem 2.5rem}.section.svelte-5eiu1k{padding:6rem 2rem;position:relative}.section__inner.svelte-5eiu1k{max-width:1100px;margin:0 auto}.section__label.svelte-5eiu1k{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--emerald-400);margin:0 0 1rem}.section__title.svelte-5eiu1k{font-family:var(--font-display);font-weight:400;font-size:clamp(1.8rem,4vw,2.8rem);color:var(--slate-100);margin:0 0 1rem;letter-spacing:-.02em;line-height:1.2}.section__subtitle.svelte-5eiu1k{font-size:1.05rem;color:var(--slate-400);margin:0 0 3rem}.section__label.svelte-5eiu1k,.section__title.svelte-5eiu1k,.section__subtitle.svelte-5eiu1k,.steps.svelte-5eiu1k,.feature-grid.svelte-5eiu1k,.demo-layout.svelte-5eiu1k,.prompt-categories.svelte-5eiu1k,.prompt-samples.svelte-5eiu1k,.personas.svelte-5eiu1k,.final-cta__title.svelte-5eiu1k,.final-cta__subtitle.svelte-5eiu1k,.final-cta__btn.svelte-5eiu1k,.prompts-cta.svelte-5eiu1k{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.section--visible.svelte-5eiu1k .section__label:where(.svelte-5eiu1k){opacity:1;transform:none;transition-delay:0s}.section--visible.svelte-5eiu1k .section__title:where(.svelte-5eiu1k){opacity:1;transform:none;transition-delay:.1s}.section--visible.svelte-5eiu1k .section__subtitle:where(.svelte-5eiu1k){opacity:1;transform:none;transition-delay:.2s}.section--visible.svelte-5eiu1k .steps:where(.svelte-5eiu1k),.section--visible.svelte-5eiu1k .feature-grid:where(.svelte-5eiu1k),.section--visible.svelte-5eiu1k .demo-layout:where(.svelte-5eiu1k),.section--visible.svelte-5eiu1k .prompt-categories:where(.svelte-5eiu1k),.section--visible.svelte-5eiu1k .personas:where(.svelte-5eiu1k),.section--visible.svelte-5eiu1k .final-cta__title:where(.svelte-5eiu1k){opacity:1;transform:none;transition-delay:.25s}.section--visible.svelte-5eiu1k .prompt-samples:where(.svelte-5eiu1k),.section--visible.svelte-5eiu1k .final-cta__subtitle:where(.svelte-5eiu1k){opacity:1;transform:none;transition-delay:.35s}.section--visible.svelte-5eiu1k .prompts-cta:where(.svelte-5eiu1k),.section--visible.svelte-5eiu1k .final-cta__btn:where(.svelte-5eiu1k){opacity:1;transform:none;transition-delay:.45s}.how-it-works.svelte-5eiu1k{background:var(--slate-900)}.steps.svelte-5eiu1k{display:flex;flex-direction:column;gap:0;margin-top:3rem}.step.svelte-5eiu1k{display:flex;gap:2rem;align-items:flex-start}.step__number.svelte-5eiu1k{font-family:var(--font-display);font-size:2.5rem;font-weight:300;color:var(--emerald-500);opacity:.5;flex-shrink:0;width:60px;line-height:1;padding-top:.2rem}.step__content.svelte-5eiu1k{padding-bottom:.5rem}.step__title.svelte-5eiu1k{font-family:var(--font-display);font-weight:500;font-size:1.3rem;color:var(--slate-100);margin:0 0 .5rem}.step__desc.svelte-5eiu1k{font-size:1rem;color:var(--slate-400);margin:0;max-width:480px;line-height:1.7}.step__connector.svelte-5eiu1k{width:1px;height:2.5rem;background:linear-gradient(to bottom,var(--emerald-500),transparent);margin-left:30px}.grammar-demo.svelte-5eiu1k{background:linear-gradient(180deg,var(--slate-900) 0%,var(--c-deep) 100%)}.demo-layout.svelte-5eiu1k{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.demo-layout--reverse.svelte-5eiu1k{direction:rtl}.demo-layout--reverse.svelte-5eiu1k>:where(.svelte-5eiu1k){direction:ltr}.demo-body.svelte-5eiu1k{font-size:1.05rem;color:var(--slate-400);margin:0 0 1rem;line-height:1.7}.demo-body.svelte-5eiu1k em:where(.svelte-5eiu1k){color:var(--slate-200);font-style:italic}.coaching-card.svelte-5eiu1k{background:var(--slate-800);border:1px solid var(--slate-700);border-radius:16px;padding:1.75rem;box-shadow:0 20px 60px #0000004d}.coaching-card__header.svelte-5eiu1k{font-family:var(--font-display);font-weight:500;font-size:.9rem;color:var(--slate-400);margin-bottom:1rem}.coaching-card__scores.svelte-5eiu1k{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.score-pill.svelte-5eiu1k{font-size:.75rem;font-weight:600;padding:.3rem .7rem;border-radius:6px}.score-pill--max.svelte-5eiu1k{background:#10b98126;color:var(--emerald-400)}.score-pill--high.svelte-5eiu1k{background:#06b6d426;color:var(--cyan-400)}.score-pill--mid.svelte-5eiu1k{background:#fbbf2426;color:var(--amber-400)}.coaching-card__section.svelte-5eiu1k{margin-bottom:1rem}.coaching-card__section--grammar.svelte-5eiu1k{background:#fbbf240d;border:1px solid rgba(251,191,36,.15);border-radius:10px;padding:1rem}.coaching-card__section--vocab.svelte-5eiu1k{background:#06b6d40d;border:1px solid rgba(6,182,212,.15);border-radius:10px;padding:1rem}.coaching-card__section-title.svelte-5eiu1k{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--amber-400);margin-bottom:.75rem}.coaching-card__section--vocab.svelte-5eiu1k .coaching-card__section-title:where(.svelte-5eiu1k){color:var(--cyan-400)}.coaching-card__tip.svelte-5eiu1k{font-size:.85rem;color:var(--slate-300);margin:0;line-height:1.5}.coaching-card__tip.svelte-5eiu1k strong:where(.svelte-5eiu1k){color:var(--cyan-300)}.correction.svelte-5eiu1k{margin-bottom:.75rem}.correction.svelte-5eiu1k:last-child{margin-bottom:0}.correction__fix.svelte-5eiu1k{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.correction__old.svelte-5eiu1k{font-size:.85rem;color:var(--c-red);text-decoration:line-through;font-family:monospace}.correction__arrow.svelte-5eiu1k{color:var(--slate-500);font-size:.85rem}.correction__new.svelte-5eiu1k{font-size:.85rem;color:var(--emerald-400);font-weight:600;font-family:monospace}.correction__explain.svelte-5eiu1k{font-size:.8rem;color:var(--slate-400);margin:.15rem 0 0;line-height:1.5}.correction__l1.svelte-5eiu1k{font-size:.75rem;color:var(--cyan-400);margin:.15rem 0 0;font-style:italic;opacity:.85}.coaching-card__actions.svelte-5eiu1k{display:flex;gap:.5rem;margin-top:1rem}.demo-btn.svelte-5eiu1k{font-size:.8rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;cursor:default}.demo-btn--primary.svelte-5eiu1k{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-400));color:var(--slate-950)}.demo-btn--ghost.svelte-5eiu1k{background:transparent;color:var(--slate-400);border:1px solid var(--slate-700)}.prompts-section.svelte-5eiu1k{background:var(--slate-900)}.prompt-categories.svelte-5eiu1k{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.prompt-cat.svelte-5eiu1k{display:flex;align-items:center;gap:.5rem;background:rgba(var(--c-surface-rgb),.5);border:1px solid rgba(var(--c-overlay-rgb),.5);border-radius:10px;padding:.65rem 1rem;transition:all .2s}.prompt-cat.svelte-5eiu1k:hover{border-color:#10b9814d}.prompt-cat__icon.svelte-5eiu1k{font-size:1.1rem}.prompt-cat__label.svelte-5eiu1k{font-size:.9rem;font-weight:500;color:var(--slate-200)}.prompt-cat__count.svelte-5eiu1k{font-size:.75rem;color:var(--slate-500)}.prompt-samples.svelte-5eiu1k{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;margin-bottom:2.5rem}.prompt-sample.svelte-5eiu1k{display:flex;gap:.75rem;align-items:flex-start;background:rgba(var(--c-surface-rgb),.3);border:1px solid rgba(var(--c-overlay-rgb),.4);border-radius:12px;padding:1.25rem;transition:all .3s;transition-delay:var(--delay, 0ms)}.prompt-sample.svelte-5eiu1k:hover{border-color:#10b9814d;background:rgba(var(--c-surface-rgb),.5);transform:translateY(-2px)}.prompt-sample__icon.svelte-5eiu1k{font-size:1.25rem;flex-shrink:0;padding-top:.1rem}.prompt-sample__text.svelte-5eiu1k{font-size:.9rem;color:var(--slate-300);margin:0;line-height:1.6}.prompts-cta.svelte-5eiu1k{text-align:center}.bilingual-section.svelte-5eiu1k{background:linear-gradient(180deg,var(--c-deep) 0%,var(--slate-900) 100%)}.bilingual-demo.svelte-5eiu1k{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;background:var(--slate-800);border:1px solid var(--slate-700);border-radius:14px;padding:1.5rem;box-shadow:0 20px 60px #0000004d}.bilingual-demo__col.svelte-5eiu1k{display:flex;flex-direction:column;gap:.75rem}.bilingual-demo__badge.svelte-5eiu1k{font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:4px;width:fit-content;letter-spacing:.05em;background:#06b6d426;color:var(--cyan-400)}.bilingual-demo__badge--en.svelte-5eiu1k{background:#10b98126;color:var(--emerald-400)}.bilingual-demo__text.svelte-5eiu1k{font-size:.9rem;color:var(--slate-300);margin:0;line-height:1.6}.bilingual-demo__divider.svelte-5eiu1k{display:flex;align-items:center;color:var(--slate-600)}.bilingual-demo__divider.svelte-5eiu1k svg:where(.svelte-5eiu1k){width:20px;height:20px}.learning-note.svelte-5eiu1k{margin-top:1rem;background:#10b9810f;border:1px solid rgba(16,185,129,.2);border-radius:10px;padding:1rem}.learning-note__title.svelte-5eiu1k{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--emerald-400);margin-bottom:.5rem}.learning-note__text.svelte-5eiu1k{font-size:.85rem;color:var(--slate-300);margin:0;line-height:1.6}.features-section.svelte-5eiu1k{background:linear-gradient(180deg,var(--slate-900) 0%,var(--c-deep) 100%)}.feature-grid.svelte-5eiu1k{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem}.feature-card.svelte-5eiu1k{background:rgba(var(--c-surface-rgb),.5);border:1px solid rgba(var(--c-overlay-rgb),.5);border-radius:14px;padding:1.75rem;transition:all .3s ease}.feature-card.svelte-5eiu1k:hover{border-color:#10b9814d;background:rgba(var(--c-surface-rgb),.7);transform:translateY(-2px);box-shadow:0 8px 32px #0003}.feature-card__emoji.svelte-5eiu1k{font-size:1.5rem;margin-bottom:.75rem}.feature-card__title.svelte-5eiu1k{font-family:var(--font-display);font-weight:500;font-size:1.1rem;color:var(--slate-100);margin:0 0 .5rem}.feature-card__desc.svelte-5eiu1k{font-size:.9rem;color:var(--slate-400);margin:0;line-height:1.6}.who-section.svelte-5eiu1k{background:var(--slate-900)}.personas.svelte-5eiu1k{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.persona.svelte-5eiu1k{background:rgba(var(--c-surface-rgb),.5);border:1px solid rgba(var(--c-overlay-rgb),.5);border-radius:14px;padding:1.75rem;transition:all .3s}.persona.svelte-5eiu1k:hover{border-color:#10b9814d;transform:translateY(-2px)}.persona__avatar.svelte-5eiu1k{font-size:2rem;margin-bottom:.75rem}.persona__name.svelte-5eiu1k{font-family:var(--font-display);font-weight:500;font-size:1.1rem;color:var(--slate-100);margin:0 0 .15rem}.persona__role.svelte-5eiu1k{font-size:.8rem;color:var(--emerald-400);margin:0 0 .75rem}.persona__quote.svelte-5eiu1k{font-size:.9rem;color:var(--slate-400);margin:0;line-height:1.6;font-style:italic}.final-cta.svelte-5eiu1k{background:linear-gradient(180deg,var(--c-deep) 0%,var(--slate-900) 40%,var(--c-deep) 100%);text-align:center;padding:8rem 2rem}.final-cta__title.svelte-5eiu1k{font-family:var(--font-display);font-weight:400;font-size:clamp(1.8rem,4vw,3rem);color:var(--slate-100);margin:0 0 1rem;line-height:1.25}.final-cta__subtitle.svelte-5eiu1k{font-size:1.1rem;color:var(--slate-400);margin:0 0 2rem}@media(max-width:768px){.demo-layout.svelte-5eiu1k,.demo-layout--reverse.svelte-5eiu1k{grid-template-columns:1fr;gap:2rem}.demo-layout--reverse.svelte-5eiu1k{direction:ltr}.bilingual-demo.svelte-5eiu1k{grid-template-columns:1fr}.bilingual-demo__divider.svelte-5eiu1k{justify-content:center;padding:.25rem 0}.bilingual-demo__divider.svelte-5eiu1k svg:where(.svelte-5eiu1k){transform:rotate(90deg)}.prompt-samples.svelte-5eiu1k{grid-template-columns:1fr}.hero__content.svelte-5eiu1k{padding:0 1.5rem 4rem}.section.svelte-5eiu1k{padding:4rem 1.5rem}}
