*{box-sizing:border-box;margin:0;padding:0}:root{--red:#e74c3c;--green:#27ae60;--blue:#3498db;--dark:#1a1a2e;--darker:#0f0f1a;--light:#f8f9fa;--yellow:#f1c40f}html{scroll-behavior:smooth}body{background:var(--darker);color:var(--light);font-family:Outfit,sans-serif;overflow-x:hidden}.landing-container{min-height:100vh}.hero{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:140px 2rem 2rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background:radial-gradient(at 20% 20%,#e74c3c26 0%,#0000 50%),radial-gradient(at 80% 30%,#3498db26 0%,#0000 50%),radial-gradient(at 50% 80%,#27ae6026 0%,#0000 50%);position:absolute;inset:0}.floating-circles{pointer-events:none;z-index:1;position:absolute;inset:0}.circle{border-radius:50%;animation:8s ease-in-out infinite float;position:absolute}.circle-1{background:var(--red);opacity:.6;filter:blur(60px);width:300px;height:300px;animation-delay:0s;top:10%;left:-100px}.circle-2{background:var(--green);opacity:.5;filter:blur(50px);width:250px;height:250px;animation-delay:2s;top:60%;right:-80px}.circle-3{background:var(--blue);opacity:.5;filter:blur(40px);width:200px;height:200px;animation-delay:4s;bottom:10%;left:20%}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-30px)rotate(5deg)}}.hero-content{z-index:2;text-align:center;max-width:900px;position:relative}.logo-container{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.logo-dot{border-radius:50%;width:60px;height:60px;animation:2s ease-in-out infinite pulse;box-shadow:0 10px 40px #0000004d}.logo-dot:first-child{background:#fff;animation-delay:0s}.logo-dot:nth-child(2){background:var(--green);animation-delay:.2s}.logo-dot:nth-child(3){background:var(--red);animation-delay:.4s}.logo-dot:nth-child(4){background:var(--blue);animation-delay:.6s}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.hero-title{background:linear-gradient(135deg,var(--red),var(--yellow),var(--green),var(--blue));-webkit-text-fill-color:transparent;background-size:300% 300%;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-family:Archivo Black,sans-serif;font-size:clamp(3rem,10vw,7rem);line-height:1;animation:6s infinite gradient-shift}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-subtitle{color:#ffffffb3;letter-spacing:2px;margin-bottom:3rem;font-family:Space Mono,monospace;font-size:1.2rem}.stroop-demo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:1rem;margin-bottom:3rem;padding:1.5rem 3rem;display:inline-flex}.stroop-word{font-family:Archivo Black,sans-serif;font-size:2rem;transition:color .5s}.stroop-arrow{color:var(--yellow);font-size:1.5rem}.stroop-target{border-radius:50%;width:50px;height:50px;transition:background .5s}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-button{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-family:Space Mono,monospace;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.cta-primary{background:linear-gradient(135deg,var(--red),var(--yellow));color:var(--darker)}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #e74c3c66}.cta-secondary{color:var(--light);background:0 0;border:2px solid #ffffff4d}.cta-secondary:hover{border-color:var(--green);color:var(--green)}.science-section{background:linear-gradient(180deg,var(--darker)0%,var(--dark)100%);padding:8rem 2rem;position:relative}.section-container{max-width:1200px;margin:0 auto}.section-badge{color:var(--yellow);letter-spacing:3px;text-transform:uppercase;border:1px solid var(--yellow);border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-family:Space Mono,monospace;font-size:.8rem;display:inline-block}.section-title{margin-bottom:2rem;font-family:Archivo Black,sans-serif;font-size:clamp(2rem,5vw,3.5rem);line-height:1.2}.markdown-science-content{color:#fffc;max-width:900px;margin:0 auto;font-size:1.1rem;line-height:1.8}.markdown-science-content p{margin-bottom:1.5rem}.markdown-science-content strong{color:var(--yellow);font-weight:700}.markdown-science-content ul{margin:2rem 0;padding-left:0;list-style:none}.markdown-science-content li{color:#ffffffd9;margin-bottom:1.2rem;padding-left:2rem;position:relative}.markdown-science-content li:before{content:"→";color:var(--green);font-size:1.3rem;font-weight:700;position:absolute;left:0}.benefits-playing-section{background:var(--darker);padding:8rem 2rem}.benefits-section{background:var(--dark);padding:8rem 2rem}.benefits-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;margin-top:4rem;display:grid}.benefits-visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.orbit-ring{border:2px solid #ffffff1a;border-radius:50%;animation:20s linear infinite rotate;position:absolute}.orbit-1{width:300px;height:300px}.orbit-2{width:240px;height:240px;animation-duration:15s}.orbit-3{width:180px;height:180px;animation-duration:10s}.orbit-dot{border-radius:50%;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-dot-1{background:var(--red);box-shadow:0 0 20px var(--red);left:100%}.orbit-dot-2{background:var(--green);box-shadow:0 0 20px var(--green);left:100%}.orbit-dot-3{background:var(--blue);box-shadow:0 0 20px var(--blue);left:100%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.benefits-brain{z-index:2;position:relative}.brain-svg{stroke:#ffffff4d;stroke-width:2px;fill:none;width:120px;height:120px}.benefits-list{flex-direction:column;gap:2rem;list-style:none;display:flex}.benefit-item{align-items:flex-start;gap:1.5rem;display:flex}.benefit-number{color:#ffffff1a;font-family:Archivo Black,sans-serif;font-size:2.5rem;line-height:1}.benefit-content h4{color:var(--light);margin-bottom:.5rem;font-family:Archivo Black,sans-serif;font-size:1.3rem}.benefit-content p{color:#fff9;line-height:1.7}.features-section{background:linear-gradient(180deg,var(--dark)0%,var(--darker)100%);padding:8rem 2rem}.features-showcase{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem;display:grid}.feature-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.feature-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-5px)}.feature-card:hover .feature-glow{opacity:1}.feature-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#e74c3c1a 0%,#0000 70%);width:200%;height:200%;transition:opacity .3s;position:absolute;top:-50%;left:-50%}.feature-card:nth-child(2) .feature-glow{background:radial-gradient(circle,#27ae601a 0%,#0000 70%)}.feature-card:nth-child(3) .feature-glow{background:radial-gradient(circle,#3498db1a 0%,#0000 70%)}.feature-icon{margin-bottom:1.5rem;font-size:3rem;display:block}.feature-card h3{color:var(--light);margin-bottom:1rem;font-family:Archivo Black,sans-serif;font-size:1.5rem}.feature-card p{color:#fff9;line-height:1.7}.leaderboard-section{background:var(--dark);padding:8rem 2rem}.leaderboard-content{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}@media (max-width:968px){.benefits-grid,.leaderboard-content{grid-template-columns:1fr}.benefits-visual{height:300px}.orbit-1{width:240px;height:240px}.orbit-2{width:180px;height:180px}.orbit-3{width:120px;height:120px}.features-showcase{grid-template-columns:1fr}}
