.header-content h1,.logo-text{text-shadow:0 2px 10px rgba(0,0,0,.2)}.download-btn,.logo-img{box-shadow:var(--shadow);backdrop-filter:blur(10px)}.download-btn::before,.header-background::before{content:'';position:absolute;width:100%;height:100%;top:0}.feature i,h2:after{background:var(--gradient)}.app-screen,.download-btn,.faq-answer,.faq-item,.screen-content,header{overflow:hidden}.header-content,footer{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%)}:root{--primary-color:#6035bf;--secondary-color:#e70f8d;--accent-color:#ff4d94;--dark-color:#1a1a2e;--light-color:#ffffff;--gray-light:#f8f9fa;--gray-medium:#e9ecef;--gray-dark:#6c757d;--gradient:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);--shadow:0 10px 30px rgba(0, 0, 0, 0.1);--shadow-lg:0 20px 60px rgba(0, 0, 0, 0.15)}*{margin:0;padding:0;box-sizing:border-box;font-family:"Baloo 2",sans-serif}html{scroll-behavior:smooth}body{line-height:1.6;color:var(--dark-color);overflow-x:hidden;background-color:var(--light-color)}header{height:100vh;display:flex;position:relative}.header-content{flex:0 0 65%;display:flex;flex-direction:column;justify-content:center;padding:0 80px;position:relative;z-index:2;animation:1s ease-out fadeInLeft}.header-background{flex:0 0 35%;background:url('https://sondago.com/icons/backgrounds/background_site.webp') center center/cover no-repeat;position:relative;animation:1s ease-out fadeInRight}.header-background::before{left:0}.logo-container{display:flex;align-items:center;margin-bottom:30px}.logo-img{width:120px;height:120px;border-radius:15px;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.3);border:1px solid rgba(255,255,255,.4);margin-right:20px}.logo-img img{max-width:90%;max-height:90%;border-radius:10px}.logo-text{font-size:4rem;font-weight:800;color:#fff}.logo-text span{color:var(--accent-color)}.header-content h1{font-size:3.2rem;margin-bottom:20px;line-height:1.2;color:#fff}.header-content p{font-size:1.4rem;margin-bottom:40px;color:rgba(255,255,255,.9);max-width:800px}h2,p{margin-bottom:20px}.download-buttons{display:flex;gap:20px;flex-wrap:wrap}.download-btn{display:inline-flex;align-items:center;padding:18px 35px;gap:15px;background:rgba(255,255,255,.15);color:#fff;border-radius:15px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:.3s;position:relative;border:1px solid rgba(255,255,255,.2)}.screen-placeholder,p{color:var(--gray-dark)}.app-screen,.download-btn:hover,.faq-item:hover{box-shadow:var(--shadow-lg)}.download-btn::before{left:-100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.app-screen::before,.footer-section h3:after,h2:after{content:'';position:absolute;left:0}.download-btn:hover::before{left:100%}.download-btn:hover{transform:translateY(-5px);background:rgba(255,255,255,.25)}.download-btn i{font-size:1.8rem;margin-right:15px}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);animation:2s infinite bounce;z-index:3}.scroll-indicator i{font-size:2rem;color:#fff;opacity:.7}.header-decoration{position:absolute;width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 100%);z-index:1}.decoration-1{top:-150px;right:-150px;width:400px;height:400px}.decoration-2{bottom:-100px;left:-100px;width:300px;height:300px}.app-screen{width:265px;height:540px;background-color:red;border-radius:40px;padding:0;position:absolute;border:4px solid #2d2d44;transform-style:preserve-3d}.faq-item,.feature{box-shadow:var(--shadow)}.screen-content,.section-image,h2{position:relative}.screen-1{bottom:0;left:50px;transform:rotate(-5deg);z-index:2;animation:6s ease-in-out infinite float}.screen-2{bottom:0;right:50px;transform:rotate(5deg);z-index:1;animation:6s ease-in-out 1s infinite float2}@keyframes float{0%,100%{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-10px) rotate(-5deg)}}@keyframes float2{0%,100%{transform:translateY(0) rotate(5deg)}50%{transform:translateY(10px) rotate(5deg)}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0) translateX(-50%)}40%{transform:translateY(-20px) translateX(-50%)}60%{transform:translateY(-10px) translateX(-50%)}}section{padding:100px 20px}.section-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:60px}.section-text{flex:1;min-width:300px}.section-image{flex:1;min-width:300px;display:flex;justify-content:center}.app-screens-container{position:relative;width:100%;max-width:600px;height:600px}.app-screen img{width:100%;height:100%;object-fit:cover}.app-screen::before{top:0;width:100%;height:20px;background-color:var(--dark-color);border-radius:30px 30px 0 0;z-index:1}.screen-content{background-color:var(--light-color);height:100%;border-radius:32px;display:flex;align-items:center;justify-content:center}.screen-placeholder{text-align:center;padding:20px}.screen-placeholder i{font-size:3rem;margin-bottom:20px;color:var(--gray-medium)}h2{font-size:2.5rem;color:#1a1a2e;display:inline-block}h2:after{bottom:-10px;width:100px;height:4px;border-radius:2px}p{font-size:1.1rem}.section-features{display:flex;flex-wrap:wrap;gap:20px;margin-top:30px}.feature{flex:1;min-width:200px;padding:20px;background:var(--light-color);border-radius:15px;transition:transform .3s}.feature:hover{transform:translateY(-10px)}.feature i{font-size:2rem;margin-bottom:15px;-webkit-background-clip:text;background-clip:text;color:transparent}.feature h3{font-size:1.3rem;margin-bottom:10px;background:linear-gradient(to right,#8b0065,#d80362);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}#groups,#messages,.faq-question:hover{background-color:var(--gray-light)}#jeux,#posts,.faq-question{background-color:var(--light-color)}.faq-container{max-width:800px;margin:0 auto}.faq-item{margin-bottom:20px;border:1px solid var(--gray-medium);border-radius:15px;transition:.3s}.faq-question{padding:20px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s}.faq-answer{padding:0 20px;max-height:0;transition:max-height .5s,padding .3s}.faq-item.active .faq-answer{padding:20px;max-height:500px}.faq-item.active .faq-question i{transform:rotate(180deg)}footer{color:var(--light-color);padding:80px 20px 30px}footer p{color:rgba(255,255,255,.7)}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px}.footer-section{flex:1;min-width:200px}.footer-section h3{margin-bottom:25px;font-size:1.5rem;position:relative;display:inline-block}.footer-section h3:after{bottom:-10px;width:40px;height:3px;background:rgba(255,255,255,.5)}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:var(--gray-medium);text-decoration:none;transition:color .3s;display:flex;align-items:center;gap:10px}.footer-links a:hover{color:#fff;transform:translateX(5px)}.footer-links a i{font-size:.9rem}.social-links{display:flex;gap:15px;margin-top:20px}.social-link{width:40px;height:40px;border-radius:50%;background:rgba(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)}.social-icon{width:45px;height:45px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center;transition:.3s;font-size:1.2rem}.social-icon:hover{background:var(--secondary-color);transform:translateY(-5px)}.copyright{text-align:center;margin-top:60px;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);color:var(--gray-medium)}@media (max-width:992px){.app-screen,.app-screens-container{height:500px}.section-container{flex-direction:column}.section-image{order:-1}.app-screen{width:245px}.header-content h1{font-size:2.5rem}.logo-text{font-size:3.5rem}.header-content{padding:0 40px}.screen-1{left:-70px}.screen-2{right:-70px}}@media (max-width:768px){.app-screen,.app-screens-container{height:450px}header{flex-direction:column;height:auto;min-height:100vh}.header-content{flex:1;padding:80px 20px;text-align:center}.header-background{flex:0 0 300px}.logo-container{justify-content:center;flex-direction:column}.logo-img{margin-right:0;margin-bottom:20px}.header-content h1,h2{font-size:2rem}.logo-text{font-size:3rem}.app-screen{width:220px}.download-buttons{flex-direction:column;align-items:center}.download-btn{width:250px;justify-content:center}.screen-1{left:-50px}.screen-2{right:-50px}}@media (max-width:576px){.app-screen,.app-screens-container{height:400px}.app-screen{width:190px}.header-content{padding:60px 20px}.header-content h1{font-size:1.8rem}.logo-text{font-size:2.5rem}.header-content p{font-size:1.2rem}.screen-1{left:-15px}.screen-2{right:-15px}}