@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";
:root{--bg:#f0fdf9;--card:#fff;--text:#1f2937;--muted:#4b5563;--brand:#22c55e;--brand-strong:#15803d;--brand-hover:#16a34a;--line:#bbf7d0;--green-100:#dcfce7;--green-500:#22c55e;--green-600:#16a34a;--green-700:#15803d;--gray-600:#4b5563;--gray-700:#374151}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{box-shadow:0 4px 14px #22c55e59}50%{box-shadow:0 4px 28px #22c55e8c}}.float{animation:3.5s ease-in-out infinite float}.fade-in{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(22px)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transform:translate(-40px)}.fade-in-left.visible{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transform:translate(40px)}.fade-in-right.visible{opacity:1;transform:translate(0)}.scale-in{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:scale(.92)}.scale-in.visible{opacity:1;transform:scale(1)}.page{min-height:100vh}.topbar{z-index:100;-webkit-backdrop-filter:blur(14px);background:#f0fdf9f0;border-bottom:1px solid #22c55e1f;justify-content:space-between;align-items:center;gap:12px;padding:10px 24px;display:flex;position:sticky;top:0}.brand{color:var(--brand-strong);letter-spacing:-.3px;align-items:center;gap:10px;font-size:1.15rem;font-weight:900;display:flex}.brand img{border-radius:10px;width:36px;height:36px;box-shadow:0 2px 8px #22c55e40}.lang-toggle{color:#166534;cursor:pointer;background:#fff;border:1.5px solid #86efac;border-radius:999px;padding:7px 16px;font-family:inherit;font-size:.85rem;font-weight:800;transition:background .15s}.lang-toggle:hover{background:#dcfce7}.hero{align-items:center;gap:40px;max-width:1100px;margin:0 auto;padding:20px 32px 24px;display:flex}.hero-text{flex:1}.hero-image{flex:0 0 42%;justify-content:center;display:flex}.hero-image img{border-radius:24px;width:100%;max-width:360px;box-shadow:0 12px 40px #0000001f}.hero h1{color:var(--brand-strong);margin-bottom:12px;font-size:clamp(1.85rem,4.5vw,2.9rem);font-weight:900;line-height:1.13}.tagline{color:var(--muted);max-width:520px;margin-bottom:22px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.cta-section{flex-direction:column;align-items:flex-start;gap:12px;display:flex}[dir=rtl] .cta-section{align-items:flex-end}.cta-btn{cursor:pointer;letter-spacing:.01em;border:none;border-radius:14px;align-items:center;gap:10px;padding:14px 32px;font-family:Nunito,sans-serif;font-size:1.05rem;font-weight:800;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.cta-primary{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 55%,#059669 100%);box-shadow:0 4px 18px #22c55e61}.cta-primary:hover{box-shadow:0 6px 28px #22c55e8c}.cta-secondary-link{color:var(--green-700);text-underline-offset:3px;cursor:pointer;align-items:center;gap:6px;font-size:.95rem;font-weight:700;text-decoration:underline;transition:color .15s;display:inline-flex}.cta-secondary-link:hover{color:var(--green-600)}[dir=rtl] .cta-strip{direction:rtl}.stats-bar{border-top:1px solid var(--green-100);border-bottom:1px solid var(--green-100);background:#fff;flex-wrap:wrap;justify-content:center;gap:48px;padding:22px 24px;display:flex}.stat-label{color:var(--gray-600);font-size:.85rem;font-weight:700}.feature-section{align-items:center;gap:40px;max-width:1000px;margin:0 auto;padding:32px 24px;display:flex}.feature-section.reverse,[dir=rtl] .feature-section{flex-direction:row-reverse}[dir=rtl] .feature-section.reverse{flex-direction:row}.feature-img{border-radius:20px;flex:0 0 44%;overflow:hidden;box-shadow:0 8px 32px #0000001a}.feature-img img{width:100%;height:auto;display:block}.feature-text{flex:1}.feature-text h2{color:var(--brand-strong);margin:0 0 10px;font-size:clamp(1.35rem,2.8vw,1.9rem);font-weight:800}.section-desc{color:var(--gray-600);margin-bottom:12px;font-size:.95rem}.feature-text ul{padding:0;list-style:none}.feature-text li{color:var(--gray-700);padding:5px 0 5px 26px;font-size:clamp(.9rem,1.6vw,1.05rem);line-height:1.6;position:relative}.feature-text li:before{content:"✓";color:var(--green-500);font-weight:800;position:absolute;left:0}[dir=rtl] .feature-text li{padding:5px 26px 5px 0}[dir=rtl] .feature-text li:before{left:auto;right:0}.feature-text li.game:before{content:"🎮"}.feature-text li.star:before{content:"⭐"}.feature-text li.brain:before{content:"🧠"}.feature-text li.heart:before{content:"❤️"}.feature-text li.rocket:before{content:"🚀"}.how-it-works-section{text-align:center;padding:28px 24px}.how-it-works-section h2{color:var(--brand-strong);margin-bottom:18px;font-size:clamp(1.35rem,2.8vw,1.9rem);font-weight:800}.how-it-works{flex-wrap:wrap;justify-content:center;gap:18px;max-width:900px;margin:0 auto;display:flex}.step{text-align:center;background:#fff;border-radius:20px;width:240px;padding:22px 18px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px #00000012}.step:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.step-icon{margin-bottom:6px;font-size:36px}.step-num{background:var(--green-500);color:#fff;text-align:center;border-radius:50%;width:26px;height:26px;margin-bottom:8px;font-size:.82rem;font-weight:800;line-height:26px;display:inline-block}.step h3{color:var(--brand-strong);margin-bottom:5px;font-size:1rem;font-weight:800}.step p{color:var(--gray-600);font-size:.88rem;line-height:1.5}.why-section{max-width:940px;margin:0 auto;padding:28px 24px}.why-section h2{color:var(--brand-strong);text-align:center;margin-bottom:18px;font-size:clamp(1.35rem,2.8vw,1.9rem);font-weight:800}.why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.why-card{background:#fff;border-radius:16px;padding:18px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px #0000000f}.why-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001a}.why-card h3{color:var(--brand-strong);margin-bottom:4px;font-size:.98rem;font-weight:800}.why-card p{color:var(--gray-600);font-size:.86rem;line-height:1.5}.audience-thumb{aspect-ratio:4/3;object-fit:cover;border-radius:12px;width:100%;margin-bottom:10px}.why-card ul{margin-top:8px;padding:0;list-style:none}.why-card li{color:var(--gray-700);padding:3px 0 3px 20px;font-size:.84rem;line-height:1.5;position:relative}.why-card li:before{content:"✓";color:var(--green-500);font-weight:700;position:absolute;left:0}[dir=rtl] .why-card li{padding:3px 20px 3px 0}[dir=rtl] .why-card li:before{left:auto;right:0}.screenshot-showcase{text-align:center;max-width:1100px;margin:0 auto;padding:28px 24px}.screenshot-showcase h2{color:var(--brand-strong);margin-bottom:6px;font-size:clamp(1.35rem,2.8vw,1.9rem);font-weight:800}.screenshot-showcase>p{color:var(--gray-600);margin-bottom:22px;font-size:1rem}.screenshot-row{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.screenshot-card{background:#fff;border-radius:20px;flex:0 0 260px;max-width:280px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 6px 24px #00000014}.screenshot-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px #00000024}.screenshot-card img{width:100%;display:block}.sc-caption{padding:12px 14px}.sc-caption h3{color:var(--brand-strong);margin-bottom:4px;font-size:.93rem;font-weight:800}.sc-caption p{color:var(--gray-600);font-size:.82rem;line-height:1.5}.comparison{max-width:860px;margin:0 auto;padding:28px 24px}.comparison h2{color:var(--brand-strong);text-align:center;margin-bottom:18px;font-size:clamp(1.35rem,2.8vw,1.9rem);font-weight:800}.comparison-col{background:#fff;border-radius:16px;padding:22px;box-shadow:0 2px 12px #0000000f}.comparison-col h3{color:var(--gray-600);margin-bottom:11px;font-size:1rem;font-weight:800}.comparison-col.rb h3{color:var(--green-600)}.comparison-col li{color:var(--gray-600);padding:5px 0 5px 22px;font-size:.9rem;position:relative}.comparison-col li:before{font-size:1em;position:absolute;left:0}[dir=rtl] .comparison-col li{padding:5px 22px 5px 0}[dir=rtl] .comparison-col li:before{left:auto;right:0}.feature-centered{text-align:center;max-width:780px;margin:0 auto;padding:28px 24px}[dir=rtl] .feature-centered{text-align:right}.feature-centered h2{color:var(--brand-strong);margin-bottom:14px;font-size:clamp(1.35rem,2.8vw,1.9rem);font-weight:800}.feature-centered p{color:var(--gray-600);margin-bottom:16px;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.7}.quotes-section{max-width:900px;margin:0 auto;padding:28px 24px}.quotes-section h2{color:var(--brand-strong);text-align:center;margin-bottom:18px;font-size:clamp(1.35rem,2.8vw,1.9rem);font-weight:800}.quotes-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.quote-card{border-left:4px solid var(--green-500);background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 12px #0000000f}[dir=rtl] .quote-card{border-left:none;border-right:4px solid var(--green-500)}.quote-card p{color:var(--gray-700);margin-bottom:10px;font-size:.92rem;font-style:italic;line-height:1.6}.quote-attr{color:var(--gray-600);font-size:.8rem;font-style:normal;font-weight:700}.languages{text-align:center;padding:24px}.languages h2{color:var(--brand-strong);margin-bottom:14px;font-size:clamp(1.25rem,2.8vw,1.7rem);font-weight:800}.lang-list{flex-wrap:wrap;justify-content:center;gap:8px;max-width:700px;margin:0 auto;display:flex}.lang-chip{color:var(--gray-700);background:#fff;border-radius:20px;padding:5px 14px;font-size:.85rem;font-weight:700;transition:transform .15s,box-shadow .15s;box-shadow:0 1px 4px #00000012}.lang-chip:hover{transform:translateY(-2px);box-shadow:0 4px 12px #22c55e2e}.cta-bottom{text-align:center;padding:32px 24px}[dir=rtl] .cta-bottom{direction:rtl}.cta-bottom h2{color:var(--brand-strong);margin-bottom:8px;font-size:clamp(1.35rem,3vw,1.9rem);font-weight:800}.cta-bottom p{color:var(--gray-600);margin-bottom:18px;font-size:1rem}.cta-bottom .cta-section{align-items:center}.sticky-cta{z-index:99;-webkit-backdrop-filter:blur(10px);text-align:center;background:#f0fdf9f5;border-top:1px solid #22c55e2e;padding:10px 16px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #00000014}.sticky-cta .cta-btn{justify-content:center;width:100%;max-width:400px;padding:13px 24px;font-size:1rem}@media (max-width:700px){.sticky-cta.visible{display:block}}.footer{text-align:center;color:var(--gray-600);border-top:1px solid var(--green-100);padding:20px 24px;font-size:.82rem}.footer a{color:var(--green-600)}.footer a:hover{text-decoration:underline}@media (max-width:720px){.hero{text-align:center;flex-direction:column-reverse;gap:16px;padding:12px 20px 18px}[dir=rtl] .hero{flex-direction:column-reverse}.hero-image{flex:none;width:100%}.hero-image img{max-width:220px;margin:0 auto;display:block}.tagline{margin:0 auto 18px}.cta-section,[dir=rtl] .cta-section{align-items:center}.feature-section,.feature-section.reverse,[dir=rtl] .feature-section,[dir=rtl] .feature-section.reverse{flex-direction:column;gap:16px;padding:22px 20px}.feature-img{flex:none;width:100%;max-width:300px;margin:0 auto}.comparison-grid{grid-template-columns:1fr}.step{width:100%;max-width:300px}.screenshot-card{flex:0 0 240px}.stats-bar{gap:18px}}.stats-bar{background:#fff;border-top:1px solid #dcfce7;border-bottom:1px solid #dcfce7;flex-wrap:wrap;justify-content:center;gap:42px;padding:32px 20px;display:flex}.stat{text-align:center}.stat-num{color:#16a34a;font-size:1.8rem;font-weight:800}.stat-label{color:#4b5563;font-size:.86rem}.cta-strip{text-align:center;background:#dcfce7;padding:28px 24px}.cta-btn{border-radius:14px;align-items:center;gap:10px;padding:14px 28px;font-size:1.02rem;font-weight:800;transition:transform .15s;display:inline-flex}.cta-btn:hover{transform:translateY(-1px)}.pulse-glow{animation:2.5s ease-in-out infinite pulse-glow}.how-it-works-section,.comparison,.quotes-section,.screenshot-showcase,.why-section,.feature-centered,.languages,.cta-bottom{max-width:1000px;margin:0 auto;padding:48px 24px}.how-it-works{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.step{text-align:center;background:#fff;border-radius:18px;width:260px;padding:22px;box-shadow:0 2px 12px #0000000f}.step-num{color:#fff;text-align:center;background:#22c55e;border-radius:50%;width:28px;height:28px;margin-bottom:8px;font-size:.85rem;font-weight:800;line-height:28px;display:inline-block}.section-divider{background:linear-gradient(90deg,#22c55e,#0ea5e9);border-radius:4px;width:80px;height:4px;margin:0 auto 26px}.why-grid,.quotes-grid,.screenshot-row{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.why-card,.quote-card,.screenshot-card,.comparison-col{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 12px #0000000f}.why-icon{margin-bottom:8px;font-size:1.8rem}.quote-card{border-left:4px solid #22c55e}.quote-attr{color:#6b7280;font-size:.82rem}.screenshot-card img{border-radius:12px;width:100%}.comparison-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.comparison-col ul{padding:0;list-style:none}.comparison-col li{padding:6px 0 6px 22px;position:relative}.comparison-col.others li:before,.comparison-col.rb li:before{position:absolute;left:0}.comparison-col.others li:before{content:"✗";color:#ef4444}.comparison-col.rb li:before{content:"✓";color:#22c55e;font-weight:700}.lang-list{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.lang-chip{color:#374151;background:#fff;border-radius:20px;padding:6px 16px;font-size:.88rem;font-weight:600;box-shadow:0 1px 4px #0000000f}.cta-bottom{text-align:center}.cta-section{justify-content:center;display:flex}.sticky-cta{z-index:99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#f0fdf9f5;border-top:1px solid #22c55e26;padding:10px 16px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #00000014}.sticky-cta .cta-btn{justify-content:center;width:100%;max-width:400px}.audience-thumb{object-fit:cover;border-radius:14px;width:72px;height:72px;margin:0 auto 10px;display:block}.section h2{color:var(--brand-strong);margin:0 0 12px;font-size:clamp(1.4rem,3vw,1.9rem)}.section p{color:var(--muted);margin:0 0 14px;line-height:1.65}.section.legal h1{color:var(--brand-strong);margin:0 0 8px;font-size:clamp(1.8rem,4vw,2.4rem)}.section.legal h2{margin-top:34px}.section.legal ul{color:var(--muted);margin:0 0 14px;padding-left:22px}.section.legal li{margin-bottom:8px;line-height:1.6}.effective-date{color:#6b7280;margin-bottom:28px;font-size:.92rem}.back-link{color:#16a34a;margin-bottom:24px;font-weight:700;display:inline-flex}.grid-2{grid-template-columns:1fr 1fr;gap:20px;display:grid}.card{background:var(--card);border-radius:16px;padding:18px;box-shadow:0 4px 16px #00000012}.card h3{color:#166534;margin:0 0 8px}.card ul{color:var(--muted);margin:0;padding-left:18px}.showcase{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.showcase .card img{border-radius:12px;width:100%}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{background:#fff;border:1px solid #dcfce7;border-radius:999px;padding:6px 12px;font-size:.9rem}.footer{border-top:1px solid var(--line);text-align:center;color:#6b7280;margin-top:20px;padding:24px 20px}.footer-links{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:8px;display:flex}@media (max-width:880px){.hero{text-align:center;grid-template-columns:1fr}.feature-section,.feature-section.reverse{flex-direction:column;gap:20px;padding:32px 20px}.hero img{margin:0 auto}.cta-row{justify-content:center}.grid-2,.showcase,.comparison-grid{grid-template-columns:1fr}.sticky-cta.visible{display:block}}
