body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#18181b;font-family:Assistant,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400;margin:0;padding:0}#root,body,html{height:100%;position:relative;width:100%}html{scroll-behavior:smooth}.marketing-site{--primary:#4285f4;--primary-gradient:linear-gradient(135deg,#4285f4,#9b5de5);--dark:#111827;--light:#fff;--gray:#f4f4f8;--text:#333;--text-light:#666}.marketing-site *{box-sizing:border-box;margin:0;padding:0}.marketing-site{color:var(--text);font-family:Inter,sans-serif;line-height:1.6}.marketing-site header{border-bottom:1px solid rgba(0,0,0,.2);justify-content:space-between;padding:1.5rem 2rem;position:sticky;top:0;z-index:999}.logo,.marketing-site header{align-items:center;display:flex}.logo{gap:.75rem}.logo img{height:40px}.logo-text h1{color:var(--primary);font-family:DotGothic16,sans-serif;font-size:2rem;line-height:1;margin:0}.origin-text{color:var(--text-light);font-size:.75rem;font-weight:400;line-height:1;margin-top:2px}.marketing-site nav ul{display:none;gap:2rem;list-style:none}.marketing-site nav a{color:var(--text);font-weight:500;text-decoration:none;transition:color .3s ease}.marketing-site nav a:hover{color:var(--primary)}.marketing-site nav a.active{color:var(--primary);font-weight:600}.cta-button{background:var(--primary-gradient);border:none;border-radius:8px;box-shadow:0 4px 6px rgba(66,133,244,.2);color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 7px 14px rgba(66,133,244,.3);transform:translateY(-2px)}.hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);justify-content:center;min-height:90vh;padding:4rem 2rem}.hero,.hero-container{align-items:center;display:flex}.hero-container{gap:6rem;margin:0 auto;max-width:1280px;padding-left:1.5rem;padding-right:1.5rem;width:100%}.hero-content,.hero-demo{flex:1 1;min-width:0}.hero-demo h3{color:var(--dark);font-size:1.3rem;margin-bottom:1.5rem}.hero-demo-options{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.demo-option{background:#fff;border:2px solid var(--primary);border-radius:25px;color:var(--primary);cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.demo-option.active,.demo-option:hover{background:var(--primary);box-shadow:0 4px 12px rgba(66,133,244,.3);color:#fff;transform:translateY(-2px)}.demo-walkthrough{background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.1);margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;padding:2rem}.walkthrough-scenario{display:none}.walkthrough-scenario.active{display:block}.demo-step{display:none}.demo-step.active{animation:fadeIn .5s ease-in;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-indicator{color:var(--text-light);font-size:.9rem;margin-bottom:1.5rem;text-align:center}.ai-message,.student-message{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.student-message{flex-direction:row-reverse}.avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.ai-avatar{background:var(--primary);color:#fff}.student-avatar{background:#e5e7eb;color:var(--text)}.message-content{background:var(--gray);border-radius:18px;line-height:1.5;max-width:80%;padding:1rem 1.25rem}.ai-message .message-content{background:var(--primary);color:#fff}.student-message .message-content{background:#f3f4f6;color:var(--text)}.continue-btn,.restart-btn{background:var(--primary-gradient);border:none;border-radius:25px;color:#fff;cursor:pointer;display:block;font-weight:500;margin-left:auto;margin-right:auto;margin-top:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.continue-btn:hover,.restart-btn:hover{box-shadow:0 4px 12px rgba(66,133,244,.3);transform:translateY(-2px)}.conversation-complete{padding:2rem;text-align:center}.completion-message{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;margin-bottom:1.5rem;padding:2rem}.completion-message h4{color:var(--primary);font-size:1.3rem;margin-bottom:1rem}.completion-message p{color:var(--text);line-height:1.6}.demo-cta{display:flex;gap:1rem;justify-content:center;margin-top:2rem}h2.hero-title{color:var(--dark);font-family:DotGothic16,sans-serif;font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{color:var(--text-light);font-size:1.5rem;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-top:2rem}.secondary-button{background:transparent;border:2px solid var(--primary);border-radius:8px;color:var(--primary);font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.secondary-button:hover{background:rgba(66,133,244,.1)}.featured-section{background-color:var(--gray);padding:5rem 2rem;text-align:center}.section-title{color:var(--dark);font-size:2.5rem;margin-bottom:1rem}.section-subtitle{color:var(--text-light);font-size:1.2rem;margin:0 auto 3rem;max-width:800px}.features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem;padding:0 2rem}.feature-card{background:#fff;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.05);padding:2rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 15px 30px rgba(0,0,0,.1);transform:translateY(-5px)}.feature-icon{align-items:center;background:rgba(66,133,244,.1);border-radius:12px;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.feature-icon svg{color:var(--primary);height:32px;width:32px}.feature-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.testimonials{background-color:var(--gray);padding:5rem 2rem;text-align:center}.testimonial-cards{display:flex;gap:2rem;justify-content:center;margin-top:3rem}.testimonial-card{background:#fff;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.05);max-width:350px;padding:2rem;position:relative;text-align:left;transition:transform .2s cubic-bezier(.4,2,.6,1),box-shadow .2s cubic-bezier(.4,2,.6,1)}.testimonial-card:hover{box-shadow:0 15px 40px rgba(66,133,244,.15);transform:translateY(-10px) scale(1.03)}.testimonial-content{font-style:italic;margin-bottom:1.5rem;position:relative;z-index:2}.testimonial-author{align-items:center;display:flex}.avatar-circle,.testimonial-author img{border-radius:50%;height:50px;margin-right:1rem;width:50px}.avatar-circle{align-items:center;background:rgba(66,133,244,.1);display:flex;flex-shrink:0;justify-content:center}.avatar-circle svg{color:var(--gray);height:24px;width:24px}.author-info h4{font-weight:600;margin:0}.author-info p{color:var(--text-light);font-size:.9rem;margin:0}.stats{display:flex;gap:4rem;justify-content:center;margin-top:3rem}.stat-item{text-align:center}.stat-number{color:var(--primary);font-size:3rem;font-weight:700;line-height:1}.stat-label{color:var(--text-light);font-size:1rem}.demo-section{background-color:var(--gray);padding:5rem 2rem;text-align:center}.demo-container{align-items:center;display:flex;gap:3rem;margin:0 auto;max-width:1200px}.demo-content{flex:1 1;text-align:left}.demo-image{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.15);flex:1 1;overflow:hidden}.demo-image img{display:block;height:auto;width:100%}.how-it-works{padding:5rem 2rem;text-align:center}.steps{display:flex;justify-content:space-between;margin:3rem auto 0;max-width:1200px}.step{max-width:250px;position:relative;text-align:center}.step:not(:last-child):after{border-top:2px dashed rgba(66,133,244,.3);content:"";position:absolute;right:-50%;top:40px;width:100%}.step-number{align-items:center;background:var(--primary-gradient);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:600;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.step-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.cta-section{background:var(--primary-gradient);color:#fff;padding:5rem 2rem;scroll-margin-top:100px;text-align:center}.cta-content{margin:0 auto;max-width:800px}.cta-title{font-size:2.5rem;margin-bottom:1.5rem}.cta-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-section .cta-button{background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.2);color:var(--primary)}.marketing-site footer{background-color:var(--dark);color:#fff;padding:3rem 2rem}.marketing-site .footer-content{display:flex;justify-content:left;margin:0;max-width:1200px}.marketing-site .footer-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.marketing-site .footer-logo-text h3{color:#fff;font-family:DotGothic16,sans-serif;font-size:1.5rem;line-height:1;margin:0}.marketing-site .footer-origin{color:hsla(0,0%,100%,.6);font-size:.7rem;line-height:1;margin-top:2px}.marketing-site .footer-links h4{font-size:1.2rem;margin-bottom:1.5rem}.marketing-site .footer-links ul{list-style:none}.marketing-site .footer-links li{margin-bottom:.5rem}.marketing-site .footer-links a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s ease}.marketing-site .footer-links a:hover{color:#fff}.demo-selector{margin-top:2rem;text-align:left}.demo-selector h3{color:var(--dark);font-size:1.3rem;margin-bottom:1rem}.case-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.case-option{background:#fff;border:2px solid var(--primary);border-radius:25px;color:var(--primary);cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.case-option.active,.case-option:hover{background:var(--primary);color:#fff}.demo-preview{background:#fff;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.1);margin-bottom:2rem;padding:1.5rem}.demo-scenario{display:none}.demo-scenario.active{display:block}.demo-scenario h4{color:var(--primary);font-size:1.2rem;margin-bottom:.5rem}.demo-scenario p{color:var(--text-light);margin-bottom:1rem}.conversation-preview{background:var(--gray);border-radius:8px;max-height:200px;overflow-y:auto;padding:1rem}.message{border-radius:20px;margin-bottom:1rem;max-width:80%;padding:.75rem 1rem}.message.ai{background:var(--primary);color:#fff;margin-right:auto}.message.student{background:#fff;color:var(--text);margin-left:auto;text-align:right}.early-access-form{background:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1);margin:0 auto;max-width:600px;padding:2rem;text-align:left}.form-row{display:flex;gap:1rem;margin-bottom:1.5rem}.form-group{flex:1 1}.form-group.full-width{width:100%}.form-group label{color:var(--dark);display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none}.form-group textarea{min-height:100px;resize:vertical}.early-access-form .cta-button{font-size:1.1rem;margin-top:1rem;padding:1rem;width:100%}.marketing-site,.marketing-site .how-it-works,.marketing-site header{background-color:var(--light)}.marketing-site .featured-section{background-color:var(--gray)}.cta-text-full{display:inline}.cta-text-short{display:none}@media (max-width:992px){.hero{padding:3rem 1.5rem}.hero,.hero-container{flex-direction:column;text-align:center}.hero-container{gap:3rem;padding-left:1rem;padding-right:1rem}.hero-content{text-align:center}.hero-image{max-width:600px;width:100%}.hero-buttons{justify-content:center}.demo-cta,.hero-demo-options,.testimonial-cards{align-items:center;flex-direction:column}.demo-container{flex-direction:column-reverse}.steps{align-items:center;flex-direction:column;gap:3rem}.step:not(:last-child):after{border-left:2px dashed rgba(66,133,244,.3);border-top:none;height:50px;right:0;top:100%;width:2px}.marketing-site .footer-content{flex-direction:column;gap:2rem}.hero-content,.hero-demo{flex:none;min-width:0;width:100%}}.walktalk-wrapper{background:transparent;border-radius:16px;box-shadow:none;max-width:700px;padding:2rem;width:100%}.hero-demo{align-items:center;display:flex;flex-direction:column}@media (max-width:992px){.walktalk-wrapper{max-width:100%;padding:1.5rem}}@media (min-width:1200px){.hero-container{gap:6rem}}@media (max-width:767px){.hero-title{font-size:2.4rem}.cta-title,.section-title{font-size:1.8rem}.hero-subtitle,.section-subtitle{font-size:1.1rem}section{padding:3rem 1.25rem}.hero{min-height:auto;padding:3rem 1rem}.hero-container{gap:2rem}.walktalk-wrapper{padding:1rem}}@media (max-width:575px){.stats{flex-direction:column;gap:2rem}.testimonial-cards{align-items:center;flex-direction:column}.early-access-form .form-row{flex-direction:column;gap:0}.marketing-site header .cta-button{font-size:.9rem;padding:.5rem .1rem;text-align:center}.marketing-site header{position:static;top:auto}.hero-title{font-size:2.1rem}.section-title{font-size:1.6rem}.feature-card{padding:1.5rem}.feature-icon{height:48px;margin-bottom:1rem;width:48px}.feature-icon svg{height:24px;width:24px}.walktalk-wrapper .MuiTypography-root{font-size:.8rem}.cta-text-full{display:none}.cta-text-short{display:inline}.cta-section{scroll-margin-top:0}}@media (max-width:479px){.hero-title{font-size:2rem}.cta-title{font-size:1.6rem}.stat-number{font-size:2.4rem}section{padding:2.5rem 1rem}.features{grid-template-columns:1fr}.step-number{font-size:1.2rem;height:56px;width:56px}.step-title{font-size:1rem}.step:not(:last-child):after{display:none}}
/*# sourceMappingURL=main.f7032ce5.css.map*/