.section-header-center{text-align:center;margin-bottom:4rem}.section-title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:500;line-height:1.15}.section-description{color:var(--text-gray);max-width:600px;margin:0 auto;font-size:1.125rem}.how-it-works{background:var(--background);padding:6rem 0}.animation-demo{max-width:900px;margin:0 auto}.demo-browser{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;overflow:hidden;box-shadow:0 20px 60px #00000026}.browser-chrome{background:var(--input-bg);border-bottom:1px solid var(--border);align-items:center;padding:1rem 1.5rem;display:flex}.browser-dots{gap:.5rem;margin-right:1.5rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot-red{background:#ff5f57}.dot-yellow{background:#ffbd2e}.dot-green{background:#28ca42}.browser-url{text-align:center;background:var(--background);border:1px solid var(--border);color:var(--text-gray);border-radius:.375rem;flex:1;padding:.5rem 1rem;font-size:.875rem}.demo-content{min-height:300px;padding:1.5rem}.demo-grid{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid}.demo-input{opacity:1;transition:opacity .3s}.demo-input-active{opacity:.6}.input-label-demo{color:var(--foreground);margin-bottom:.75rem;font-size:.9375rem;font-weight:600}.textarea-demo{background:var(--input-bg);border:1px solid var(--border);width:100%;min-height:120px;color:var(--foreground);white-space:pre-wrap;border-radius:.5rem;margin-bottom:1rem;padding:1rem;font-family:Manrope,sans-serif;font-size:.9375rem;line-height:1.6}.cursor-blink{color:var(--orange);animation:1s infinite blink}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.analyze-button-demo{background:var(--orange);color:#1a1a1a;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;transition:all .3s;display:inline-flex}.analyze-button-demo.analyzing{background:var(--orange-dark)}.spinner-small{border:2px solid #1a1a1a4d;border-top-color:#1a1a1a;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.demo-results{opacity:0;transition:all .5s;transform:translateY(20px)}.demo-results-show{opacity:1;transform:translateY(0)}.result-header-demo{background:var(--input-bg);border:1px solid var(--border);border-radius:.75rem;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.result-icon-demo{background:#ef44441a;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.result-icon-demo svg{color:#ef4444;width:20px;height:20px}.result-info-demo{flex:1}.result-label-demo{color:var(--text-gray);margin-bottom:.125rem;font-size:.75rem}.result-value-demo{color:var(--foreground);margin-bottom:.375rem;font-size:1rem;font-weight:600}.confidence-badge-demo{color:#22c55e;text-transform:uppercase;background:#22c55e1a;border-radius:.25rem;padding:.2rem .4rem;font-size:.65rem;font-weight:600;display:inline-flex}.gauge-demo{text-align:center;width:100px}.gauge-svg{width:100%;height:auto}.gauge-arc{animation:1s ease-in-out drawArc}@keyframes drawArc{0%{stroke-dasharray:0 200}to{stroke-dasharray:200 200}}.gauge-needle{transform-origin:50px 50px;animation:1s ease-out rotateNeedle;transform:rotate(72deg)}@keyframes rotateNeedle{0%{transform:rotate(-90deg)}to{transform:rotate(72deg)}}.gauge-value{color:var(--orange);margin-top:.25rem;font-size:1rem;font-weight:700}.highlighted-text-demo{background:var(--input-bg);border:1px solid var(--border);border-radius:.75rem;padding:1rem;font-size:.875rem;line-height:1.5}.highlight-label{color:var(--text-gray);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.highlight-sentence{cursor:help;border-radius:.25rem;padding:.125rem .25rem;transition:all .3s;position:relative}.highlight-sentence:hover{filter:brightness(1.1)}.ai-high-demo{background:#ef444440;border-bottom:2px solid #ef4444b3;animation:.5s ease-in highlightFade}.probability-tooltip-demo{color:#fff;white-space:nowrap;opacity:1;pointer-events:none;z-index:1000;background:#000000f2;border-radius:.25rem;margin-bottom:.5rem;padding:.25rem .5rem;font-size:.65rem;font-weight:600;animation:.5s ease-in 3s backwards tooltipFadeIn;position:absolute;bottom:100%;right:-30px;transform:translateY(-4px);box-shadow:0 4px 12px #0006}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(0)}to{opacity:1;transform:translateY(-4px)}}.probability-tooltip-demo:after{content:"";border:5px solid #0000;border-top-color:#000000f2;position:absolute;top:100%;right:10px}@keyframes highlightFade{0%{background:0 0;border-bottom-color:#0000}to{background:#ef444440;border-bottom-color:#ef4444b3}}.step-indicators{background:var(--input-bg);border-top:1px solid var(--border);justify-content:center;align-items:center;padding:2rem;display:flex}.step-indicator{opacity:.4;flex-direction:column;align-items:center;gap:.5rem;transition:opacity .3s;display:flex}.step-indicator.active{opacity:1}.step-dot{background:var(--card-bg);border:2px solid var(--border);width:36px;height:36px;color:var(--text-gray);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;transition:all .3s;display:flex}.step-indicator.active .step-dot{background:var(--orange);border-color:var(--orange);color:#1a1a1a}.step-label{color:var(--text-gray);font-size:.8125rem;font-weight:600}.step-connector{background:var(--border);width:80px;height:2px;margin:0 1rem}.steps-container{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.step-card{background:var(--card-bg);border:1px solid var(--border);text-align:center;border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s}.step-card:hover{box-shadow:0 12px 24px var(--shadow);transform:translateY(-8px)}.step-number{background:var(--orange);color:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:inline-flex}.step-icon-wrapper{background:#ff8c421a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.step-icon{width:40px;height:40px;color:var(--orange)}.step-title{color:var(--foreground);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.step-description{color:var(--text-gray);font-size:.9375rem;line-height:1.6}.step-arrow{color:var(--orange);opacity:.3;font-size:2rem}.pricing{background:var(--input-bg);padding:6rem 0}.pricing-cards{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.pricing-card{background:var(--card-bg);border:2px solid var(--border);border-radius:1rem;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;position:relative}.pricing-card:hover{box-shadow:0 12px 32px var(--shadow);transform:translateY(-8px)}.pricing-card-featured{border-color:var(--orange);transform:scale(1.05);box-shadow:0 8px 24px #ff8c4233}.pricing-card-featured:hover{transform:scale(1.05)translateY(-8px)}.pricing-note{color:var(--text-gray);text-align:center;margin-top:-.5rem;margin-bottom:1rem;font-size:.8125rem;font-style:italic}.pricing-badge{color:var(--orange);text-transform:uppercase;background:#ff8c421a;border:1px solid #ff8c424d;border-radius:9999px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1.5rem;right:1.5rem}.pricing-badge-featured{background:var(--orange);color:#1a1a1a;border-color:var(--orange)}.pricing-tier{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.pricing-price{align-items:baseline;gap:.5rem;margin-bottom:2rem;display:flex}.price-amount{color:var(--orange);font-size:3rem;font-weight:700;line-height:1}.price-period{color:var(--text-gray);font-size:1rem}.pricing-features{margin-bottom:2rem;list-style:none}.feature-item{color:var(--foreground);align-items:center;gap:.75rem;padding:.75rem 0;font-size:.9375rem;display:flex}.feature-icon{width:20px;height:20px;color:var(--orange);flex-shrink:0}.pricing-button{cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.pricing-button-primary{background:var(--orange);color:#1a1a1a}.pricing-button-primary:hover{background:var(--orange-dark);transform:translateY(-2px)}.pricing-button-secondary{color:var(--orange);border:2px solid var(--orange);background:0 0}.pricing-button-secondary:hover{background:#ff8c421a}.pricing-discount-cta{background:linear-gradient(135deg,#ff8c4214 0%,#ffb3660a 100%);border:1.5px solid #ff8c4233;border-radius:1rem;align-items:center;gap:2rem;margin-top:3rem;padding:2rem;display:flex}.discount-icon{width:64px;height:64px;color:var(--orange);background:#ff8c4226;border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.discount-icon svg{width:36px;height:36px}.discount-content{flex:1}.discount-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.discount-description{color:var(--text-gray);margin:0;font-size:.9375rem;line-height:1.6}.discount-button{background:var(--orange);color:#1a1a1a;border-radius:.5rem;flex-shrink:0;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.discount-button:hover{background:var(--orange-dark);transform:translateY(-2px)}.discount-button svg{width:20px;height:20px}.institutions{background:var(--background);padding:6rem 0}.institutions-layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.institutions-title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.institutions-description{color:var(--text-gray);margin-bottom:3rem;font-size:1.125rem}.institutions-features{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.institution-feature{align-items:flex-start;gap:1.5rem;display:flex}.institution-icon{background:#ff8c421a;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.institution-icon svg{width:24px;height:24px;color:var(--orange)}.institution-feature-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.institution-feature-description{color:var(--text-gray);font-size:.9375rem;line-height:1.6}.institutions-cta{background:var(--orange);color:#1a1a1a;cursor:pointer;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.institutions-cta:hover{background:var(--orange-dark);transform:translateY(-2px)}.institutions-card{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;padding:3rem}.institutions-badge{background:#ff8c421a;border:1px solid #ff8c424d;border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.badge-icon{width:24px;height:24px;color:var(--orange)}.institutions-badge span{color:var(--orange);font-size:1.125rem;font-weight:700}.institutions-stats{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.stat{text-align:center}.stat-value{color:var(--orange);margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1;display:block}.stat-label{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.languages-badge{background:var(--input-bg);border-radius:.75rem;margin-top:2rem;padding:1.5rem}.languages-label{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.languages-list{flex-wrap:wrap;gap:.75rem;display:flex}.language-tag{background:var(--card-bg);border:1px solid var(--border);color:var(--foreground);border-radius:.5rem;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.language-tag:hover{border-color:var(--orange);transform:translateY(-2px)}.trust{background:var(--input-bg);padding:6rem 0}.trust-grid{grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1200px;margin:0 auto;display:grid}.trust-item{text-align:center}.trust-icon{margin-bottom:1rem;font-size:3rem}.trust-icon-svg{width:64px;height:64px;color:var(--orange);background:#ff8c421a;border-radius:1rem;justify-content:center;align-items:center;margin:0 auto 1.5rem;padding:1rem;display:flex}.trust-icon-svg svg{width:32px;height:32px}.trust-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.trust-description{color:var(--text-gray);font-size:.9375rem}.faq{background:var(--background);padding:6rem 0}.faq-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.faq-item{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;padding:2rem;transition:all .3s}.faq-item:hover{box-shadow:0 12px 24px var(--shadow);border-color:#ff8c424d;transform:translateY(-4px)}.faq-question{color:var(--foreground);margin-bottom:.875rem;font-size:1.125rem;font-weight:600;line-height:1.4}.faq-answer{color:var(--text-gray);margin:0;font-size:.9375rem;line-height:1.7}.final-cta{border-top:1px solid var(--border);background:linear-gradient(135deg,#ff8c421a 0%,#ffb3660d 100%);padding:6rem 0}.final-cta-content{text-align:center;max-width:800px;margin:0 auto}.final-cta-title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:700}.final-cta-description{color:var(--text-gray);margin-bottom:3rem;font-size:1.25rem}.final-cta-buttons{justify-content:center;gap:1rem;display:flex}.btn-cta-primary{background:var(--orange);color:#1a1a1a;cursor:pointer;border:none;border-radius:.5rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;transition:all .2s}.btn-cta-primary:hover{background:var(--orange-dark);transform:translateY(-2px)}.btn-cta-secondary{color:var(--orange);border:2px solid var(--orange);cursor:pointer;background:0 0;border-radius:.5rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;transition:all .2s}.btn-cta-secondary:hover{background:#ff8c421a}.classroom-section{background:linear-gradient(180deg,var(--background)0%,var(--card-bg)100%);padding:6rem 0}.classroom-layout{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.classroom-badge{color:var(--orange);background:#ff8c421a;border:1px solid #ff8c424d;border-radius:9999px;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.classroom-title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.classroom-description{color:var(--text-gray);margin-bottom:2.5rem;font-size:1.0625rem;line-height:1.7}.classroom-features{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.classroom-feature{align-items:flex-start;gap:1rem;display:flex}.classroom-feature-icon{width:44px;height:44px;color:var(--orange);background:#ff8c421a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.classroom-feature-icon svg{width:22px;height:22px}.classroom-feature-title{color:var(--foreground);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.classroom-feature-description{color:var(--text-gray);font-size:.8125rem;line-height:1.5}.classroom-cta-card{background:var(--background);border:2px solid var(--orange);text-align:center;border-radius:1.5rem;padding:3rem 2.5rem;box-shadow:0 8px 32px #ff8c421a}.classroom-cta-icon{color:var(--orange);margin-bottom:1.5rem}.classroom-cta-title{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.classroom-cta-description{color:var(--text-gray);margin-bottom:2rem;font-size:.9375rem;line-height:1.6}.classroom-cta-button{background:var(--orange);color:#1a1a1a;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.classroom-cta-button:hover{background:var(--orange-dark);transform:translateY(-2px)}@media (max-width:968px){.classroom-layout{grid-template-columns:1fr;gap:2.5rem}.classroom-title{font-size:2rem}}@media (max-width:768px){.classroom-section{padding:4rem 0}.classroom-features{grid-template-columns:1fr}.classroom-title{font-size:1.75rem}.classroom-cta-card{padding:2rem 1.5rem}}.footer{background:var(--card-bg);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand{max-width:320px}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-logo-text{color:var(--orange);font-size:1.25rem;font-weight:800}.footer-description{color:var(--text-gray);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.footer-social{gap:1rem;display:flex}.social-link{background:var(--input-bg);border:1px solid var(--border);width:40px;height:40px;color:var(--foreground);border-radius:.5rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.social-link:hover{background:var(--orange);border-color:var(--orange);color:#1a1a1a;transform:translateY(-2px)}.social-link svg{width:20px;height:20px}.footer-column{flex-direction:column;display:flex}.footer-heading{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:.875rem;font-weight:700}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:var(--text-gray);font-size:.9375rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--orange)}.footer-payment{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 0;display:flex}.payment-icons{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.payment-badge{letter-spacing:.02em;background:var(--card-bg);color:var(--text-gray);border:1px solid var(--border);-webkit-user-select:none;user-select:none;border-radius:4px;padding:.25rem .6rem;font-family:inherit;font-size:.65rem;font-weight:700;display:inline-block}.payment-badge-dark{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.payment-info{flex-direction:column;align-items:flex-start;gap:.2rem;display:flex}.payment-label{color:var(--text-gray);font-size:.75rem}.payment-links{color:var(--text-gray);font-size:.7rem}.payment-links a{color:var(--text-gray);text-decoration:underline;transition:color .2s}.payment-links a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-copyright{color:var(--text-gray);font-size:.875rem}.footer-badges{gap:1rem;display:flex}.footer-badge{color:var(--text-gray);background:var(--input-bg);border:1px solid var(--border);border-radius:.375rem;padding:.375rem .75rem;font-size:.8125rem}@media (max-width:968px){.steps-container{grid-template-columns:1fr}.step-arrow{display:none}.pricing-cards{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1;max-width:100%}.pricing-card-featured{transform:scale(1)}.pricing-card-featured:hover{transform:translateY(-8px)}.institutions-layout{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.section-title{font-size:2rem}.section-description{font-size:1.0625rem}.price-amount{font-size:2.5rem}.pricing-discount-cta{text-align:center;flex-direction:column;gap:1.5rem}.final-cta-title{font-size:2rem}.final-cta-buttons{flex-direction:column}.faq-grid{grid-template-columns:1fr}}@media (max-width:768px){.how-it-works,.pricing,.institutions,.trust,.faq,.final-cta{padding:3rem 0}.section-header-center{margin-bottom:2rem}.trust-grid,.institutions-stats{grid-template-columns:1fr}.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}.footer-badges{flex-wrap:wrap;justify-content:center}.demo-grid{grid-template-columns:1fr;gap:1rem}.demo-content{min-height:auto;padding:1rem}.browser-chrome{padding:.75rem 1rem}.browser-url{padding:.375rem .75rem;font-size:.75rem}.browser-dots{gap:.375rem;margin-right:1rem}.dot{width:10px;height:10px}.textarea-demo{min-height:100px;padding:.75rem;font-size:.875rem}.input-label-demo{font-size:.875rem}.analyze-button-demo{padding:.75rem 1.5rem;font-size:.875rem}.result-header-demo{gap:.75rem;padding:.75rem}.result-icon-demo{width:32px;height:32px}.result-icon-demo svg{width:18px;height:18px}.result-value-demo{font-size:.9375rem}.gauge-demo{width:80px}.highlighted-text-demo{padding:.75rem;font-size:.8125rem}.step-indicators{flex-wrap:nowrap;padding:1.5rem 1rem;overflow-x:auto}.step-dot{width:32px;height:32px;font-size:.8125rem}.step-label{font-size:.75rem}.step-connector{flex-shrink:0;width:40px;margin:0 .5rem}.probability-tooltip-demo{left:auto;right:0;transform:translateY(-4px)}.section-description{font-size:1rem}.price-amount{font-size:2.25rem}.final-cta-title{font-size:1.5rem}.final-cta-description{font-size:.9375rem}.btn-cta-primary,.btn-cta-secondary{text-align:center;justify-content:center;width:100%}.final-cta-buttons{flex-direction:column;width:100%}.payment-icons{justify-content:center}.footer-payment{text-align:center;flex-direction:column;align-items:center}.payment-info{text-align:center;align-items:center}}
/*# sourceMappingURL=908f5e153f09eefc.css.map*/