.lp{font-family:var(--font-sans);color:var(--fg-1);background:#fff;overflow-x:hidden}.lp>main{display:flex;flex-direction:column;gap:100px}@media (max-width:767px){.lp>main{gap:48px}}.lp *,.lp :after,.lp :before{box-sizing:border-box}.lp img{max-width:100%;display:block}.lp h1,.lp h2,.lp h3,.lp h4,.lp p{margin:0}.lp-container{width:100%;max-width:1440px;margin:0 auto;padding:0 135px}@media (max-width:1439px){.lp-container{padding:0 48px}}@media (max-width:767px){.lp-container{padding:0 24px}}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-weight:var(--fw-medium);font-size:var(--t-base);line-height:var(--lh-base);border-radius:var(--radius-md);padding:16px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background var(--dur-fast) var(--ease-standard),transform var(--dur-fast) var(--ease-standard),box-shadow var(--dur-fast) var(--ease-standard);white-space:nowrap}.lp-btn--primary{color:var(--white);background:var(--purple-1);box-shadow:0 8px 16px rgba(101,31,255,.2)}.lp-btn--primary:hover{background:var(--purple-2)}.lp-btn--ghost{color:var(--fg-1);background:transparent;border:1px solid var(--grey-1)}.lp-btn--ghost:hover{background:var(--grey-2)}.lp-btn--white{color:var(--fg-1);background:var(--white)}.lp-btn--white:hover{transform:translateY(-1px)}.lp-btn--sm{padding:10px 18px;font-size:var(--t-base);line-height:var(--lh-base);border-radius:var(--radius-lg)}.lp-section-title{font-family:var(--font-sans);font-weight:var(--fw-medium);font-size:var(--t-4xl);line-height:var(--lh-4xl);color:var(--fg-1);letter-spacing:-.005em;text-align:center}.lp-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.92);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--grey-1)}.lp-header__inner{display:flex;align-items:center;justify-content:space-between;padding-top:24px;padding-bottom:24px;gap:24px}.lp-header__logo{display:inline-flex;align-items:center}.lp-header__nav{display:flex;align-items:center;gap:16px}@media (max-width:767px){.lp-header__inner{padding-top:16px;padding-bottom:16px;gap:8px}.lp-header__nav .lp-btn--ghost{display:none}.lp-header__nav .lp-btn{padding:12px;font-size:var(--t-sm)}}.lp-hero{position:relative;isolation:isolate;padding:80px 0 100px;overflow:hidden}.lp-hero__inner{position:relative;z-index:1;text-align:center}.lp-hero__title{font-family:var(--font-sans);font-weight:var(--fw-medium);font-size:var(--t-5xl);line-height:var(--lh-5xl);letter-spacing:-.02em;color:var(--fg-1);margin-bottom:24px!important}.lp-hero__title-accent{color:var(--purple-1)}.lp-hero__subtitle{margin:0 auto!important;font-size:var(--t-md);line-height:var(--lh-md);color:var(--fg-2);max-width:800px;text-align:center}.lp-hero__blur{position:absolute;border-radius:50%;filter:blur(180px);opacity:.85;z-index:0;pointer-events:none}.lp-hero__blur--lilac{width:486px;height:434px;background:#e0d9fd;top:80px;left:-40px}.lp-hero__blur--pink{width:410px;height:366px;background:#ffd6fe;top:200px;right:-40px}.lp-hero__chat{margin:40px auto 0;max-width:800px;display:flex;flex-direction:column;gap:24px}.lp-hero__chat-input{position:relative;background:var(--white);border:1px solid var(--purple-4);border-radius:var(--radius-2xl);box-shadow:0 4px 40px hsla(0,0%,55%,.16);padding:16px;display:flex;flex-direction:column;justify-content:space-between;gap:48px;text-align:left}.lp-hero__chat-placeholder{font-size:var(--t-base);line-height:var(--lh-base);color:var(--fg-3)}.lp-hero__chat-bottom{display:flex;align-items:center;justify-content:space-between}.lp-hero__chat-icons{display:flex;gap:12px}.lp-hero__chat-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--grey-1);background:transparent;border-radius:var(--radius-md);color:var(--fg-1);cursor:pointer;transition:background var(--dur-fast) var(--ease-standard)}.lp-hero__chat-icon:hover{background:var(--grey-2)}.lp-hero__chat-submit{flex:none;padding:12px;border-radius:var(--radius-md);font-size:var(--t-sm);line-height:var(--lh-sm)}.lp-hero__divider{display:flex;align-items:center;gap:24px;font-size:var(--t-base)}.lp-hero__divider-line{flex:1 1;height:1px;background:var(--grey-1)}.lp-hero__divider-text{white-space:nowrap;color:#1b096d;font-weight:var(--fw-medium)}.lp-hero__tools{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.lp-hero__tool{display:flex;align-items:center;justify-content:center;gap:8px;padding:24px 16px;background:var(--white);border:1px solid var(--purple-4);border-radius:var(--radius-xl);text-decoration:none;color:var(--fg-1);font-weight:var(--fw-medium);font-size:var(--t-base);line-height:var(--lh-base);white-space:nowrap;transition:border-color var(--dur-fast) var(--ease-standard),transform var(--dur-fast) var(--ease-standard)}.lp-hero__tool:hover{border-color:var(--purple-2);transform:translateY(-1px)}.lp-hero__tool-emoji{font-size:20px}@media (max-width:1023px){.lp-hero{padding:80px 0 100px}.lp-hero__title{font-size:var(--t-4xl);line-height:var(--lh-4xl)}}@media (max-width:767px){.lp-hero{padding:32px 0 24px}.lp-hero__title{font-size:var(--t-3xl);line-height:var(--lh-3xl)}.lp-hero__subtitle{font-size:var(--t-sm);line-height:var(--lh-sm);margin-top:16px}.lp-hero__chat{margin-top:24px;gap:16px}.lp-hero__chat-input{border-radius:var(--radius-xl)}.lp-hero__tools{grid-template-columns:1fr;gap:8px}.lp-hero__tool{padding:24px 16px}.lp-hero__divider-text{font-size:var(--t-base);margin:0 auto}.lp-hero__divider-line{display:none}.lp-hero__blur{filter:blur(120px);opacity:.5}}.lp-features{padding:0}.lp-features__rows{margin-top:48px;display:flex;flex-direction:column;gap:24px}.lp-features__row{display:grid;grid-template-columns:1.86fr 1fr;grid-gap:24px;gap:24px;align-items:stretch}.lp-features__row--reversed{grid-template-columns:1fr 1.86fr}.lp-features__cta{margin-top:48px;display:flex;justify-content:center}.lp-card{background:var(--white);border:1px solid var(--grey-1);border-radius:32px;padding:40px;position:relative;overflow:hidden}.lp-feature{display:flex;flex-direction:column}.lp-feature__copy{position:relative;z-index:1;max-width:360px}.lp-feature__copy--bottom{max-width:none}.lp-feature__title{font-family:var(--font-sans);font-weight:var(--fw-medium);font-size:var(--t-lg);line-height:var(--lh-lg);color:var(--fg-1)}.lp-feature--lessons,.lp-feature--review{background:#f7f8fc}.lp-feature--analytics{background:var(--white)}.lp-feature__text{margin-top:7px;font-size:var(--t-base);line-height:var(--lh-base);color:var(--fg-1)}.lp-feature__visual{flex:1 1 auto;position:relative;margin-top:16px}.lp-feature__img{display:block;pointer-events:none}.lp-feature--lessons{height:420px}.lp-feature__visual--lessons{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:visible}.lp-feature__img--paper{position:absolute;left:25%;top:43%;width:43%}.lp-feature__img--phone{position:absolute;right:5%;top:8%;width:36%}.lp-feature--types{height:420px}.lp-feature__visual--types{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:visible}.lp-feature__img--worksheet{position:absolute;left:21.7%;top:37.1%;width:84.5%}.lp-feature--analytics{height:420px}.lp-feature__visual--mistakes{display:block;margin-top:24px}.lp-mistakes{background:var(--white);border:1px solid var(--purple-4);border-radius:16px;padding:20px 22px 28px;box-shadow:0 4px 24px hsla(0,0%,55%,.1)}.lp-mistakes__title{font-weight:var(--fw-medium);font-size:var(--t-md);line-height:var(--lh-md);color:var(--fg-1);margin-bottom:16px}.lp-mistakes__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.lp-mistakes__row{display:flex;flex-direction:column;gap:6px}.lp-mistakes__row-head{display:flex;justify-content:space-between;align-items:baseline}.lp-mistakes__label{font-size:var(--t-sm)}.lp-mistakes__label,.lp-mistakes__value{font-weight:var(--fw-medium);color:var(--fg-1)}.lp-mistakes__value{font-size:var(--t-base)}.lp-mistakes__bar{height:8px;border-radius:2px;display:flex;gap:0}.lp-mistakes__bar-fill{height:100%;border-radius:2px}.lp-mistakes__bar-fill--red{background:var(--red-1)}.lp-mistakes__bar-fill--yellow{background:var(--orange-3)}.lp-mistakes__bar-rest{flex:1 1;height:100%;border-radius:2px;background:var(--grey-2)}.lp-feature--review{height:420px;flex-direction:column;justify-content:flex-end}.lp-feature__visual--review{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:visible}.lp-feature__img--review{position:absolute;left:22%;bottom:30%;width:62%}@media (max-width:1023px){.lp-section-title{font-size:var(--t-4xl);line-height:var(--lh-4xl)}.lp-features{padding:0}.lp-features__row,.lp-features__row--reversed{grid-template-columns:1fr 1fr}.lp-feature__img--paper{left:23%;top:60%;width:71%}.lp-feature__img--phone{left:62%;right:auto;top:40%;width:57%}.lp-feature__img--worksheet{left:31%;top:37%;width:85%}.lp-feature__img--review{left:4%;bottom:60%;width:85%}}@media (max-width:767px){.lp-section-title{font-size:var(--t-2xl);line-height:var(--lh-2xl)}.lp-features{padding:0}.lp-features__row,.lp-features__row--reversed{grid-template-columns:1fr}.lp-feature--analytics,.lp-feature--lessons,.lp-feature--review,.lp-feature--types{height:420px;box-sizing:border-box}.lp-card{padding:24px;border-radius:32px}.lp-feature__copy{max-width:none}.lp-feature__visual--mistakes{margin-top:16px}.lp-features__cta{margin-top:24px}.lp-features__cta .lp-btn{width:100%}.lp-feature__img--phone{width:45%;right:4%}.lp-feature__img--paper{width:50%;left:15%}.lp-feature__img--worksheet{width:90%;left:10%}.lp-feature__img--review{width:70%;left:15%}}.lp-metrics{padding:64px 0;border-top:1px solid var(--grey-1);border-bottom:1px solid var(--grey-1)}.lp-metrics__grid{display:flex;justify-content:space-between;gap:32px}.lp-metric{text-align:left}.lp-metric__value{font-family:var(--font-sans);font-weight:var(--fw-regular);font-size:56px;line-height:64px;color:var(--purple-1);letter-spacing:-.01em}.lp-metric__label{margin-top:10px;font-size:var(--t-base);line-height:var(--lh-base);color:var(--fg-2)}@media (max-width:1023px){.lp-metrics__grid{flex-wrap:wrap;justify-content:space-between}}@media (max-width:767px){.lp-metrics{padding:32px 0;border:none}.lp-metrics__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px 12px;gap:32px 12px}.lp-metric__value{font-size:var(--t-2xl);line-height:var(--lh-2xl);font-weight:var(--fw-medium)}}.lp-pricing,.lp-why{padding:0}.lp-pricing__head{display:flex;align-items:baseline;justify-content:flex-start;gap:48px;margin-bottom:32px}.lp-pricing__free{margin-top:20px}.lp-pricing__free .pw-card.pw-card--mini{width:100%;max-width:none}.lp-pricing__head .lp-section-title{text-align:left;font-size:clamp(28px,4vw,44px);line-height:1.12;font-weight:500;letter-spacing:-.015em;margin:0}.lp-pricing__subtitle{font-size:var(--t-md);line-height:var(--lh-md);color:var(--fg-1);text-align:right;max-width:350px;flex-shrink:0}.lp-pricing__foot{margin-top:32px;text-align:center;font-size:var(--t-sm);color:var(--fg-3)}.lp-pricing__foot a{color:var(--fg-3)}.lp-pricing .pw-ribbon{font-size:var(--t-xs);line-height:var(--lh-xs)}@media (max-width:767px){.lp-pricing__head{flex-direction:column;gap:8px}.lp-pricing__subtitle{text-align:left;max-width:none}}.lp-why__head{display:flex;align-items:baseline;justify-content:space-between;gap:48px;margin-bottom:48px}.lp-why__head .lp-section-title{text-align:left}.lp-why__subtitle{font-size:var(--t-md);line-height:var(--lh-md);color:var(--fg-1);text-align:right;max-width:350px;flex-shrink:0}.lp-why__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.lp-why-card{display:flex;flex-direction:column;padding:32px}.lp-why-card__icon-box{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--purple-3);border-radius:var(--radius-md);margin-bottom:40px;flex:none}.lp-why-card .lp-why-card__icon{width:24px;height:24px;background-color:var(--fg-1)}.lp-why-card__flag{width:24px;height:24px;object-fit:contain}.lp-why-card__title{font-weight:var(--fw-medium);font-size:var(--t-lg);line-height:var(--lh-lg);color:var(--fg-1)}.lp-why-card__text{margin-top:12px;font-size:var(--t-md);line-height:var(--lh-md);color:var(--fg-2)}.lp-why__cta{margin-top:48px;display:flex;justify-content:center}@media (max-width:1023px){.lp-why{padding:0}}@media (max-width:767px){.lp-why{padding:0}.lp-why__head{flex-direction:column;gap:24px}.lp-why__subtitle{text-align:left;max-width:none}.lp-why__grid{grid-template-columns:1fr;gap:24px}.lp-why-card{padding:24px;border-radius:24px}.lp-why-card__title{font-size:var(--t-md);line-height:var(--lh-md)}.lp-why__cta .lp-btn{width:100%}}.lp-testimonials{padding:0}.lp-testimonials__grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.lp-review{display:flex;flex-direction:column;gap:24px;padding:32px;border-radius:24px;border:1px solid var(--purple-4)}.lp-review__avatar{width:88px;height:88px;border-radius:var(--radius-xl);flex:none;overflow:hidden;object-fit:cover}.lp-review__text{font-size:var(--t-md);line-height:var(--lh-md);color:var(--fg-1);flex:1 1 auto}.lp-review__person{display:flex;flex-direction:column;gap:4px}.lp-review__name{font-weight:var(--fw-medium);font-size:var(--t-md);line-height:var(--lh-md);color:var(--fg-1)}.lp-review__role{font-size:var(--t-base);line-height:var(--lh-base);color:var(--fg-2)}@media (max-width:1023px){.lp-testimonials{padding:0}.lp-testimonials__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:24px;padding-bottom:8px}.lp-testimonials__grid>.lp-review{min-width:280px;flex:1 0 280px;scroll-snap-align:start}}@media (max-width:767px){.lp-testimonials{padding:0}.lp-testimonials__grid>.lp-review{min-width:300px;flex:0 0 300px}}.lp-cta{padding:0}.lp-cta__panel{background:var(--purple-1);border-radius:48px;padding:64px;text-align:center;color:var(--white);position:relative;overflow:hidden;box-shadow:0 8px 40px rgba(101,31,255,.3);margin:0 0 100px;@media (max-width:767px){margin-left:0;margin-bottom:48px;margin-right:0;margin-top:0}}.lp-cta__panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,hsla(0,0%,100%,.18),transparent 40%),radial-gradient(circle at 80% 70%,hsla(0,0%,100%,.12),transparent 45%);pointer-events:none}.lp-cta__title{font-family:var(--font-sans);font-weight:var(--fw-medium);font-size:var(--t-4xl);line-height:var(--lh-4xl);position:relative;z-index:1;color:#fff;margin:0 0 24px!important}.lp-cta__text{margin-top:24px;font-size:var(--t-lg);line-height:var(--lh-lg);color:var(--white);position:relative;z-index:1}.lp-cta .lp-btn{margin-top:48px;position:relative;z-index:1}@media (max-width:1023px){.lp-cta{padding:0}.lp-cta__panel{padding:64px;border-radius:48px}}@media (max-width:767px){.lp-cta{padding:0}.lp-cta__panel{padding:24px;border-radius:24px;text-align:left}.lp-cta__title{font-size:var(--t-2xl);line-height:var(--lh-2xl)}.lp-cta__text{font-size:var(--t-base);line-height:var(--lh-base);margin-top:12px}.lp-cta .lp-btn{margin-top:24px;width:100%}}.lp-footer{padding:80px 0;border-top:1px solid var(--grey-1);background:var(--white)}.lp-footer__inner{display:grid;grid-template-columns:auto 1fr auto;grid-gap:16px;gap:16px;align-items:start}.lp-footer__links{display:flex;flex-direction:column;gap:16px;font-size:var(--t-base);line-height:var(--lh-base)}.lp-footer__link{color:#8987a1;text-decoration:none}.lp-footer__link:hover{color:var(--fg-1)}.lp-footer__legal{font-size:var(--t-base);line-height:var(--lh-base);color:#8987a1;text-align:right;display:flex;flex-direction:column;gap:2px}.lp-footer__legal p{margin:0}@media (max-width:1023px){.lp-footer__inner{grid-template-columns:1fr;text-align:left;gap:16px}.lp-footer__legal{text-align:left}}@media (max-width:767px){.lp-footer{padding:32px 0}}