<style>:root{--primary:#FDA216;--secondary:#08ABED;--tertiary:#11BDA8;--accent:#E03775;--light:#0b0b0b;--dark:#ffffff;--gray:#555555;--card-bg:rgba(0, 0, 0, 0.05);--border-radius:16px;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Poppins',sans-serif;background:var(--dark);color:var(--light);overflow-x:hidden;scroll-behavior:smooth}header{background:linear-gradient(135deg,#FDA216,#E6635E,#E03775,#612585,#08ABED);padding:40px 20px 80px;animation:gradientShift 8s ease infinite;background-size:300% 300%;position:relative;overflow:hidden;color:#fff}header::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.05)"/></svg>');background-size:cover}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.header-content{max-width:1200px;margin:0 auto;position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:40px}.header-text{flex:1;max-width:600px}.logo-container{display:flex;align-items:center;margin-bottom:30px;gap:15px}.logo{font-size:2.5rem;font-weight:800}.logo-icon{width:50px;height:50px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem;color:#E03775}h1{font-size:3.5rem;font-weight:800;margin-bottom:15px;text-shadow:0 2px 10px rgb(0 0 0 / .2)}.subtitle{font-size:1.5rem;font-weight:400;margin-bottom:40px;max-width:700px}.cta-buttons{display:flex;gap:20px;margin-top:30px;flex-wrap:wrap}.btn{padding:14px 32px;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;border:none}.btn-ios{background:#fff;color:#000;box-shadow:0 4px 15px rgb(0 0 0 / .2)}.btn-android{background:#fff;color:#97c023;box-shadow:0 4px 15px rgb(0 0 0 / .2)}.btn-ios:hover,.btn-android:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgb(0 0 0 / .3)}.screens-container{flex:1;display:flex;justify-content:center;align-items:center;position:relative;max-width:600px;height:600px;perspective:1000px}.screen-wrapper{position:relative;width:280px;height:580px;transition:var(--transition)}.screen-item{position:absolute;width:100%;height:100%;border-radius:40px;overflow:hidden;box-shadow:0 20px 40px rgb(0 0 0 / .3);transition:transform 0.6s ease,z-index 0.3s ease;backface-visibility:hidden}.screen-1{transform:rotate(-5deg) translateX(-60px);z-index:1}.screen-2{transform:rotate(5deg) translateX(60px);z-index:2}.screen-item img{width:100%;height:100%;object-fit:cover;border-radius:35px}.screen-content{background-color:#fff;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;text-align:center;padding:5px}.screen-content div:first-child{font-size:3rem;margin-bottom:15px}.screen-wrapper:hover .screen-1{transform:rotate(-8deg) translateX(-80px) translateY(-10px)}.screen-wrapper:hover .screen-2{transform:rotate(8deg) translateX(80px) translateY(-10px)}section{padding:80px 20px;max-width:1200px;margin:0 auto}.section-title{text-align:center;margin-bottom:50px;position:relative}.section-title::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(to right,var(--primary),var(--accent));margin:15px auto;border-radius:2px}.section-title-blindtest::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(to right,#3e85ec,#01bcfe);margin:15px auto;border-radius:2px}.section-title-quiz::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(to right,#20c06b,#0ebdb1);margin:15px auto;border-radius:2px}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.feature{background:var(--card-bg);border-radius:var(--border-radius);padding:30px 20px;text-align:center;transition:var(--transition);border:1px solid rgb(0 0 0 / .1);display:flex;flex-direction:column;align-items:center}.feature:hover{transform:translateY(-10px);box-shadow:0 10px 25px rgb(0 0 0 / .1);border-color:rgb(0 0 0 / .2)}.feature-icon{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:2rem}.feature-icon img{height:100%;width:100%;object-fit:cover}.feature h4{font-size:1.3rem;margin-bottom:10px;font-weight:600}.feature p{color:var(--gray);line-height:1.6}.game-section{padding:80px 20px;margin-top:40px;position:relative;width:100%;overflow:hidden}.game-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:60px;flex-wrap:wrap;gap:60px;width:100%}.game-content{flex:1;min-width:300px;width:100%}.game-screens{flex:1;display:flex;justify-content:center;gap:20px;min-width:300px}.screen-container{position:relative;width:100%;max-width:300px}.phone-frame{width:100%;height:auto;position:relative;filter:drop-shadow(0 10px 20px rgb(0 0 0 / .1));transition:var(--transition)}.screen-content-old{position:absolute;top:1.3%;left:5%;width:90%;height:96%;border-radius:20px;overflow:hidden;background:rgb(0 0 0 / .05);display:flex;align-items:center;justify-content:center;color:var(--gray)}.screen-content-old img{width:100%;height:100%;object-fit:cover}.blindtest .section-title h2{color:#08ABED}.quiz .section-title h2{color:#11BDA8}.section-subtitle{margin-bottom:20px;font-size:1.2rem;opacity:.9}.game-description{color:var(--gray);line-height:1.6;margin-bottom:30px}.carousel-container{position:relative;margin:40px 0 0 0;width:100%;overflow:hidden}.carousel{display:flex;gap:20px;overflow-x:auto;padding:20px 10px;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%;box-sizing:border-box;scroll-behavior:smooth}.carousel::-webkit-scrollbar{display:none}.carousel-item{min-width:220px;scroll-snap-align:start;background:var(--card-bg);border-radius:var(--border-radius);text-align:center;padding:15px;transition:var(--transition);border:1px solid rgb(0 0 0 / .1);flex-shrink:0}.carousel-item:hover{transform:scale(1.05);background:rgb(0 0 0 / .08)}.carousel-item img{width:100%;border-radius:12px;margin-bottom:10px;aspect-ratio:1/1;object-fit:cover}.carousel-item p{font-weight:500;margin-top:5px}.carousel-nav{display:flex;justify-content:center;gap:10px;margin-top:20px}.carousel-dot{width:10px;height:10px;border-radius:50%;background:rgb(0 0 0 / .2);cursor:pointer;transition:var(--transition)}.carousel-dot.active{background:var(--light);transform:scale(1.2)}.stats{display:flex;justify-content:space-around;flex-wrap:wrap;margin:60px 0;text-align:center}.stat-item{margin:20px}.feature h4{font-weight:700;display:block;background:linear-gradient(to right,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.stat-label{font-size:1rem;color:var(--gray);margin-top:5px}.faq{max-width:800px;margin:0 auto;padding:40px 20px}.faq-item{background:var(--card-bg);border-radius:var(--border-radius);margin-bottom:15px;overflow:hidden;border:1px solid rgb(0 0 0 / .1);transition:var(--transition)}.faq-item:hover{border-color:rgb(0 0 0 / .2)}.faq-question{padding:20px;cursor:pointer;font-weight:600;display:flex;justify-content:space-between;align-items:center}.faq-question::after{content:'+';font-size:1.5rem;transition:var(--transition)}.faq-item.active .faq-question::after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease;padding:0 20px;color:var(--gray);line-height:1.6}.faq-item.active .faq-answer{max-height:200px;padding:0 20px 20px}footer{background:#f5f5f5;padding:60px 20px 30px;text-align:center;color:var(--gray)}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;text-align:left}.footer-column h4{color:var(--light);margin-bottom:20px;font-size:1.2rem}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{color:var(--gray);text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--light)}.social-links{display:flex;gap:15px;margin-top:20px}.social-link{width:40px;height:40px;border-radius:50%;background:rgb(0 0 0 / .1);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.social-link img{width:2.5rem;height:2.5rem}.social-link:hover{background:var(--primary);transform:translateY(-3px)}.copyright{margin-top:40px;padding-top:20px;border-top:1px solid rgb(0 0 0 / .1);text-align:center}[data-anim]{opacity:0;transform:translateY(40px);transition:all .6s ease}[data-anim].visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.game-screens{max-width:500px;margin:40px auto 0}.game-header{gap:40px}.screens-container{height:500px}.screen-wrapper{width:230px;height:480px}}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}.subtitle{font-size:1.2rem}.feature{width:100%}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.footer-content{text-align:center}.game-header{flex-direction:column;text-align:center;gap:30px}.game-screens{flex-direction:column;align-items:center;gap:30px}.screen-container{max-width:250px}.logo-container{flex-direction:column;gap:10px}.logo{font-size:2rem}.header-content{flex-direction:column;text-align:center}.header-text{max-width:100%}.screens-container{max-width:100%;height:400px;margin-top:40px}.screen-wrapper{width:200px;height:420px}.screen-1{transform:rotate(-3deg) translateX(-15px)}.screen-2{transform:rotate(3deg) translateX(15px)}.screen-wrapper:hover .screen-1{transform:rotate(-5deg) translateX(-20px) translateY(-5px)}.screen-wrapper:hover .screen-2{transform:rotate(5deg) translateX(20px) translateY(-5px)}.game-section{padding:60px 15px;margin-top:20px}.carousel-container{margin:30px 0 0 0;padding:0 5px}.carousel{padding:15px 5px;gap:15px}.carousel-item{min-width:180px;padding:12px}}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.8rem}.subtitle{font-size:1.1rem}.game-screens{gap:20px}.carousel-item{min-width:160px}.screens-container{height:350px}.screen-wrapper{width:160px;height:340px}.screen-content{font-size:1rem}.screen-content div:first-child{font-size:2rem}.game-section{padding:40px 10px}.carousel-container{margin:20px 0 0 0}.carousel{padding:10px 5px;gap:10px}.carousel-item{min-width:140px;padding:10px}}</style>