@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0F1117;--bg-card: #161922;--bg-card-hover: #1C1F2E;--green: #1D9E75;--green-light: #24C790;--green-dark: #167A5B;--green-glow: rgba(29, 158, 117, .25);--text: #FFFFFF;--text-secondary: #9CA3AF;--text-muted: #6B7280;--border: rgba(255, 255, 255, .06);--radius: 12px;--radius-lg: 20px;--radius-xl: 28px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition: .3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.text-gradient{background:linear-gradient(135deg,var(--green-light),var(--green));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font);font-weight:600;border:none;cursor:pointer;border-radius:var(--radius);transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--green);color:#fff;padding:12px 28px;font-size:.95rem}.btn-primary:hover{background:var(--green-light);box-shadow:0 0 30px var(--green-glow);transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--text-secondary);padding:12px 28px;font-size:.95rem;border:1px solid var(--border)}.btn-ghost:hover{color:var(--text);border-color:#ffffff26;background:#ffffff08}.btn-lg{padding:16px 32px;font-size:1.05rem;border-radius:14px}.btn-xl{padding:20px 44px;font-size:1.15rem;border-radius:16px}.section-header{text-align:center;margin-bottom:64px}.section-tag{display:inline-block;background:#1d9e751a;color:var(--green);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;padding:6px 16px;border-radius:100px;margin-bottom:20px}.section-header h2{font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15;margin-bottom:16px}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:560px;margin:0 auto}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.15s}.reveal-delay-2{transition-delay:.3s}.reveal-delay-3{transition-delay:.45s}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:var(--transition);background:transparent}.navbar.scrolled{background:#0f1117d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:12px 0}.nav-container{display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.25rem}.logo-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--green);border-radius:10px;font-weight:800;font-size:1.1rem;color:#fff}.nav-links{display:flex;list-style:none;gap:36px}.nav-links a{font-size:.9rem;font-weight:500;color:var(--text-secondary);transition:var(--transition)}.nav-links a:hover{color:var(--text)}.nav-cta{padding:10px 24px;font-size:.875rem}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.mobile-toggle span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:var(--transition)}.hero{padding:160px 0 100px;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,var(--green-glow) 0%,transparent 70%);pointer-events:none}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-badge{display:inline-block;background:#1d9e751f;color:var(--green-light);font-size:.8rem;font-weight:600;padding:8px 18px;border-radius:100px;border:1px solid rgba(29,158,117,.2);margin-bottom:24px}.hero h1{font-size:clamp(2.5rem,5.5vw,3.8rem);font-weight:800;line-height:1.1;margin-bottom:20px}.hero-subtitle{font-size:1.15rem;color:var(--text-secondary);line-height:1.7;margin-bottom:36px;max-width:520px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:40px}.hero-trust{display:flex;gap:24px;flex-wrap:wrap}.hero-trust-item{display:flex;align-items:center;gap:8px;font-size:.875rem;color:var(--text-secondary)}.hero-visual{position:relative;display:flex;justify-content:center}.hero-glow{position:absolute;width:350px;height:350px;background:radial-gradient(circle,var(--green-glow) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.phone-mockup{position:relative;z-index:1;width:280px;height:560px;background:#1a1d28;border-radius:40px;border:3px solid rgba(255,255,255,.08);padding:12px;box-shadow:0 40px 80px #00000080,inset 0 1px #ffffff0d}.phone-notch{width:120px;height:28px;background:#0f1117;border-radius:0 0 20px 20px;margin:0 auto 16px}.phone-screen{background:var(--bg);border-radius:28px;height:calc(100% - 44px);overflow:hidden;padding:20px 16px}.phone-app{display:flex;flex-direction:column;gap:14px;height:100%}.phone-header{display:flex;flex-direction:column;gap:2px;padding-bottom:12px;border-bottom:1px solid var(--border)}.phone-greeting{font-size:.75rem;color:var(--text-secondary)}.phone-name{font-size:1.1rem;font-weight:700}.phone-exercise{display:flex;align-items:center;gap:12px;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:14px}.phone-exercise-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#1d9e751a;border-radius:10px}.phone-exercise-info{flex:1;display:flex;flex-direction:column}.phone-exercise-name{font-size:.85rem;font-weight:600}.phone-exercise-detail{font-size:.7rem;color:var(--green)}.phone-reps{text-align:center}.phone-reps-count{font-size:1.2rem;font-weight:800;color:var(--green-light);display:block}.phone-reps-label{font-size:.6rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.phone-streak{margin-top:auto;display:flex;justify-content:space-between;align-items:center;background:#1d9e7514;border:1px solid rgba(29,158,117,.15);border-radius:14px;padding:14px;font-size:.8rem;font-weight:600}.phone-xp{color:var(--text-secondary);font-weight:500;font-size:.7rem}.features{padding:120px 0;position:relative}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 28px;transition:var(--transition)}.feature-card:hover{background:var(--bg-card-hover);border-color:#1d9e7526;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.feature-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#1d9e751a;border-radius:14px;margin-bottom:20px}.feature-card h3{font-size:1.15rem;font-weight:700;margin-bottom:10px}.feature-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.65}.how-it-works{padding:120px 0;background:linear-gradient(180deg,transparent 0%,rgba(29,158,117,.02) 50%,transparent 100%)}.steps{display:flex;flex-direction:column;gap:100px}.step{display:grid;grid-template-columns:auto 1fr 1fr;gap:48px;align-items:center}.step:nth-child(2n){direction:rtl}.step:nth-child(2n)>*{direction:ltr}.step-number{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#1d9e751a;border:2px solid rgba(29,158,117,.2);border-radius:50%;font-size:1.5rem;font-weight:800;color:var(--green-light)}.step-visual{display:flex;justify-content:center}.step-phone{width:220px;height:380px;background:#1a1d28;border-radius:32px;border:2px solid rgba(255,255,255,.06);padding:16px 12px;box-shadow:0 20px 40px #0006}.step-phone-content{background:var(--bg);border-radius:24px;height:100%;overflow:hidden;padding:20px 14px;display:flex;flex-direction:column;gap:12px}.chat-bubble{padding:12px 16px;border-radius:16px;font-size:.75rem;line-height:1.5;max-width:90%}.chat-bot{background:var(--bg-card);border:1px solid var(--border);align-self:flex-start;border-bottom-left-radius:4px}.chat-user{background:var(--green);color:#fff;align-self:flex-end;border-bottom-right-radius:4px;margin-left:auto}.camera-view{background:linear-gradient(135deg,#1a2030,#0d1520);border-radius:16px;height:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.camera-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.pose-line{position:absolute;background:var(--green);opacity:.6;border-radius:4px}.pose-line-1{width:3px;height:80px;top:60px;left:50%;transform:translate(-50%)}.pose-line-2{width:60px;height:3px;top:100px;left:50%;transform:translate(-50%)}.pose-dot{position:absolute;width:10px;height:10px;background:var(--green-light);border-radius:50%;box-shadow:0 0 10px var(--green-glow)}.pose-dot-1{top:50px;left:50%;transform:translate(-50%)}.pose-dot-2{top:95px;left:35%}.pose-dot-3{top:95px;right:35%}.pose-dot-4{top:160px;left:40%}.pose-dot-5{top:160px;right:40%}.camera-hud{display:flex;justify-content:space-between;padding:10px 14px;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.8rem;font-weight:600}.camera-count{color:var(--green-light)}.camera-feedback{text-align:center;padding:10px;background:var(--green);color:#fff;font-size:.75rem;font-weight:600}.progress-view{display:flex;flex-direction:column;gap:20px;height:100%}.progress-streak{text-align:center;font-size:1.1rem;font-weight:700;padding:14px 0;background:#1d9e7514;border-radius:14px}.progress-bar-container{display:flex;flex-direction:column;gap:8px}.progress-label{font-size:.8rem;font-weight:600}.progress-bar{height:8px;background:var(--bg-card);border-radius:100px;overflow:hidden}.progress-fill{height:100%;width:82%;background:linear-gradient(90deg,var(--green-dark),var(--green-light));border-radius:100px}.progress-xp{font-size:.7rem;color:var(--text-secondary)}.progress-stats-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:auto}.progress-stat-item{background:var(--bg-card);border-radius:12px;padding:14px 8px;text-align:center;display:flex;flex-direction:column;gap:4px}.progress-stat-val{font-size:.9rem;font-weight:800;color:var(--green-light)}.progress-stat-lbl{font-size:.55rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.step-info h3{font-size:1.5rem;font-weight:700;margin-bottom:12px}.step-info p{font-size:1rem;color:var(--text-secondary);line-height:1.7}.for-students{padding:120px 0}.students-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.students-content h2{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.15;margin-bottom:16px}.students-subtitle{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:36px}.students-list{list-style:none;display:flex;flex-direction:column;gap:20px}.students-list li{display:flex;gap:16px;align-items:flex-start}.students-list-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#1d9e751a;border-radius:8px;margin-top:2px}.students-list li strong{display:block;font-size:.95rem;font-weight:600;margin-bottom:2px}.students-list li span{font-size:.85rem;color:var(--text-secondary);line-height:1.5}.students-visual{position:relative;height:500px}.students-card{position:absolute;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px;display:flex;align-items:center;gap:14px;box-shadow:0 12px 32px #0000004d;transition:var(--transition);min-width:260px}.students-card:hover{transform:translateY(-4px) rotate(0)!important;box-shadow:0 20px 40px #0006}.students-card-emoji{font-size:1.5rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#1d9e751a;border-radius:12px;flex-shrink:0}.students-card-text{flex:1;font-weight:600;font-size:.9rem}.students-card-time,.students-card-cal{font-size:.8rem;color:var(--green-light);font-weight:600}.students-card-1{top:20px;left:10%;transform:rotate(-2deg)}.students-card-2{top:140px;right:5%;transform:rotate(1.5deg)}.students-card-3{top:270px;left:5%;transform:rotate(1deg)}.students-card-4{top:390px;right:10%;transform:rotate(-1.5deg)}.stats{padding:80px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center}.stat-item{display:flex;flex-direction:column;gap:8px}.stat-number{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;color:var(--green-light)}.stat-label{font-size:.9rem;color:var(--text-secondary);font-weight:500}.testimonials{padding:120px 0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;display:flex;flex-direction:column;gap:20px;transition:var(--transition)}.testimonial-card:hover{border-color:#1d9e7526;transform:translateY(-4px)}.testimonial-stars{display:flex;gap:4px}.testimonial-text{font-size:.95rem;line-height:1.7;color:var(--text-secondary);flex:1}.testimonial-author{display:flex;align-items:center;gap:14px;padding-top:16px;border-top:1px solid var(--border)}.testimonial-avatar{width:44px;height:44px;background:linear-gradient(135deg,var(--green),var(--green-light));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.testimonial-author strong{display:block;font-size:.9rem}.testimonial-author span{font-size:.8rem;color:var(--text-muted)}.download-cta{padding:120px 0}.cta-wrapper{position:relative;text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:80px 40px;overflow:hidden}.cta-glow{position:absolute;width:400px;height:400px;background:radial-gradient(circle,var(--green-glow) 0%,transparent 70%);top:-200px;left:50%;transform:translate(-50%);pointer-events:none}.cta-wrapper h2{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.15;margin-bottom:16px}.cta-subtitle{font-size:1.1rem;color:var(--text-secondary);margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}.cta-note{margin-top:20px;font-size:.8rem;color:var(--text-muted)}.footer{padding:80px 0 40px;border-top:1px solid var(--border)}.footer-top{display:grid;grid-template-columns:1.5fr 2fr;gap:60px;padding-bottom:48px;border-bottom:1px solid var(--border)}.footer-brand p{margin-top:16px;font-size:.9rem;color:var(--text-secondary);max-width:300px;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.footer-col{display:flex;flex-direction:column;gap:14px}.footer-col h4{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--text);margin-bottom:4px}.footer-col a{font-size:.9rem;color:var(--text-secondary);transition:var(--transition)}.footer-col a:hover{color:var(--green-light)}.footer-bottom{padding-top:32px;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-muted)}.legal-page{padding:120px 0 80px;min-height:calc(100vh - 200px)}.legal-container{max-width:760px}.legal-header{margin-bottom:56px;padding-bottom:32px;border-bottom:1px solid var(--border)}.legal-header h1{font-size:clamp(2rem,4.5vw,2.75rem);font-weight:800;line-height:1.15;margin:16px 0 12px}.legal-meta{font-size:.875rem;color:var(--text-secondary)}.legal-meta a{color:var(--green-light)}.legal-meta a:hover{text-decoration:underline}.legal-body{font-size:.95rem;line-height:1.75;color:var(--text-secondary)}.legal-lede{font-size:1.05rem;color:var(--text);line-height:1.7;margin-bottom:32px}.legal-body h2{font-size:1.4rem;font-weight:700;color:var(--text);margin:48px 0 16px;letter-spacing:-.01em}.legal-body h3{font-size:.85rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin:28px 0 12px}.legal-body p{margin-bottom:16px}.legal-body ul{list-style:none;margin:0 0 20px;padding:0}.legal-body li{position:relative;padding-left:22px;margin-bottom:8px}.legal-body li:before{content:"";position:absolute;left:4px;top:12px;width:6px;height:6px;border-radius:50%;background:var(--green)}.legal-body strong{color:var(--text);font-weight:600}.legal-body a{color:var(--green-light);border-bottom:1px solid rgba(36,199,144,.3);transition:border-color .2s}.legal-body a:hover{border-bottom-color:var(--green-light)}body:has(.legal-page) .navbar{background:#0f1117d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;gap:60px;text-align:center}.hero-subtitle{margin:0 auto 36px}.hero-actions,.hero-trust{justify-content:center}.features-grid{grid-template-columns:repeat(2,1fr)}.step{grid-template-columns:auto 1fr;gap:32px}.step:nth-child(2n){direction:ltr}.step-visual{display:none}.students-wrapper{grid-template-columns:1fr;gap:60px}.students-visual{height:400px}.testimonials-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}.footer-top{grid-template-columns:1fr;gap:48px}}@media (max-width: 768px){.nav-links,.nav-cta{display:none}.mobile-toggle{display:flex}.navbar.nav-open .nav-links{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#0f1117fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:24px;gap:20px;border-bottom:1px solid var(--border)}.navbar.nav-open .nav-cta{display:inline-flex;position:absolute;top:calc(100% + 160px);left:24px;right:24px;justify-content:center}.hero{padding:120px 0 80px;min-height:auto}.hero h1{font-size:2.2rem}.features-grid{grid-template-columns:1fr}.step{grid-template-columns:1fr;text-align:center}.step-number{margin:0 auto}.stats-grid{grid-template-columns:repeat(2,1fr);gap:32px}.students-visual{display:none}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.cta-wrapper{padding:60px 24px}}@media (max-width: 480px){.container{padding:0 16px}.hero h1{font-size:1.9rem}.hero-actions,.hero-trust{flex-direction:column;align-items:center}.phone-mockup{width:240px;height:480px}.btn-xl{padding:16px 32px;font-size:1rem}.students-card{min-width:unset}.footer-links{grid-template-columns:1fr}}
