.language-switcher{position:fixed;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:8px;background:#fffffff2;padding:10px;border-radius:50px;box-shadow:0 4px 15px #0003;transition:all .3s ease}.language-switcher.open{border-radius:20px}.language-switcher button{padding:10px 16px;border:2px solid #D32F2F;background:#fff;color:#d32f2f;font-weight:600;font-size:.9rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap;min-width:70px;display:flex;align-items:center;justify-content:center;gap:8px}.language-switcher button:hover{transform:translateY(-2px);box-shadow:0 4px 10px #d32f2f4d}.language-switcher button.active{background:#d32f2f;color:#fff}.current-language{position:relative}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.language-switcher button:not(.current-language){animation:slideIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.language-switcher{top:10px;right:10px;padding:8px;gap:6px}.language-switcher button{padding:8px 12px;font-size:.8rem;min-width:60px}[dir=rtl] .language-switcher{left:10px;right:auto}}.hero{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:6rem 1rem;min-height:100vh;justify-content:center;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#d32f2fb3,#3e2723cc);z-index:1}.hero-content{position:relative;z-index:2;color:#fff}.hero-logo{margin-bottom:2rem;animation:fadeInDown 1s ease-out}.hero-logo img{width:150px;height:auto;max-width:90%;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));transition:transform .3s ease}.hero-logo img:hover{transform:scale(1.05)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.hero h1{font-size:clamp(2rem,5vw,3.5rem);color:#fff;margin-bottom:1rem;text-shadow:3px 3px 6px rgba(0,0,0,.8);font-family:Poppins,sans-serif}.hero p{font-size:clamp(1rem,2.5vw,1.25rem);max-width:600px;margin:0 auto 2rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8);padding:0 1rem}.store-buttons{display:flex;justify-content:center;padding:0 1rem 2rem;margin-top:1rem}.btn{padding:18px 40px;border-radius:50px;text-decoration:none;color:#fff;font-weight:700;font-size:clamp(1rem,2vw,1.2rem);transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:12px;font-family:Poppins,sans-serif;min-width:200px;justify-content:center}.btn img{height:24px;width:auto}.btn-ios{background-color:#000}.btn-android{background-color:#3ddc84;color:#fff}.btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}.main-video-container{position:relative;z-index:2;max-width:1400px;width:90%;margin:0 auto 2rem;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0009;border:4px solid #FFC107;cursor:pointer}.main-video-container video{width:100%;height:auto;display:block;background:#000}.play-button-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000004d;transition:background .3s ease}.play-button-overlay:hover{background:#0006}.play-button{width:100px;height:100px;background:#d32f2f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s ease,background .3s ease;box-shadow:0 8px 24px #d32f2f80}.play-button:hover{transform:scale(1.1);background:#e53935}.play-button svg{width:50px;height:50px;margin-left:8px}@media(max-width:768px){.hero{padding:3rem .5rem}.hero-logo{margin-bottom:1.5rem}.hero-logo img{width:120px}.btn{padding:16px 32px;width:100%;max-width:300px}.play-button{width:80px;height:80px}.play-button svg{width:40px;height:40px}}.features{padding:4rem 5%;text-align:center;max-width:1400px;margin:0 auto}.features-header{margin-bottom:3rem}.features-theme-title{font-size:clamp(2rem,4vw,2.5rem);color:#d32f2f;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-weight:700}.features-theme-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#666;margin-bottom:2rem;font-style:italic}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1000px;margin:0 auto}.features-slider{width:100%;overflow:hidden;position:relative}.features-slider-track{display:flex;transition:transform .5s ease-in-out;background:transparent}.features-slider-track .feature-card{min-width:100%;flex-shrink:0}.slider-dots{display:flex;justify-content:center;gap:10px;margin-top:1.5rem}.slider-dot{width:12px;height:12px;border-radius:50%;border:2px solid #D32F2F;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.slider-dot.active{background:#d32f2f;transform:scale(1.2)}.slider-dot:hover{background:#ffc107;border-color:#ffc107}.feature-card{background:#fff;padding:3rem 2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:3px solid #FFC107;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#d32f2f,#ffc107)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026;border-color:#d32f2f}.feature-icon{font-size:4rem;margin-bottom:1.5rem;line-height:1;display:block}.feature-card h3{color:#d32f2f;margin-bottom:1rem;font-size:clamp(1.4rem,2.5vw,1.8rem);font-family:Poppins,sans-serif;font-weight:700}.feature-card p{color:#555;line-height:1.8;font-size:clamp(.95rem,2vw,1.1rem)}@media(max-width:768px){.features{padding:3rem 1rem}.features-header{margin-bottom:2rem}.features-theme-title{font-size:1.8rem}.features-theme-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:0;max-width:100%}.feature-card{padding:2rem 1.5rem}.feature-icon{font-size:3.5rem}}@media(min-width:769px)and (max-width:1024px){.features-grid{gap:2rem}.feature-card{padding:2.5rem 2rem}}.gallery{padding:3rem 5%;max-width:1400px;margin:0 auto}.gallery-slider{position:relative;width:100%;overflow:hidden;border-radius:15px}.gallery-slider-track{display:flex;transition:transform .8s ease-in-out}.screenshot{min-width:100%;height:500px;background-color:#ddd;border-radius:15px;display:flex;align-items:center;justify-content:center;color:#777;font-weight:700;box-shadow:0 8px 20px #00000026;overflow:hidden;flex-shrink:0}.gallery-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.gallery-dot{width:14px;height:14px;border-radius:50%;border:2px solid white;background:#ffffff80;cursor:pointer;transition:all .3s ease;padding:0;box-shadow:0 2px 4px #0003}.gallery-dot.active{background:#fff;transform:scale(1.3)}.gallery-dot:hover{background:#ffc107;border-color:#ffc107}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;color:#d32f2f;font-weight:700;box-shadow:0 4px 12px #0003}.gallery-nav:hover{background:#d32f2f;color:#fff;transform:translateY(-50%) scale(1.1)}.gallery-nav-prev{left:20px}.gallery-nav-next{right:20px}.screenshot img{width:100%;height:100%;object-fit:cover;border-radius:10px}@media(max-width:768px){.gallery{padding:2rem 1rem}.screenshot{height:400px}.gallery-nav{width:40px;height:40px;font-size:1.5rem}.gallery-nav-prev{left:10px}.gallery-nav-next{right:10px}.gallery-dots{bottom:15px;gap:8px}.gallery-dot{width:10px;height:10px}}footer{background:linear-gradient(135deg,#2c1810,#3e2723,#2c1810);color:#fff;padding:4rem 2rem 2rem;margin-top:0;position:relative;overflow:hidden}footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d32f2f,#ffc107,#d32f2f)}.footer-container{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,193,7,.2)}.footer-brand{text-align:center}.footer-logo{width:120px;height:auto;margin-bottom:1rem;filter:brightness(1.2)}.footer-tagline{color:#ffc107;font-size:1rem;font-style:italic;margin:0}.footer-links-section h4,.footer-contact-section h4,.footer-social h4{color:#ffc107;font-family:Poppins,sans-serif;font-size:1.2rem;margin-bottom:1rem;font-weight:600}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#fffc;text-decoration:none;transition:all .3s ease;font-size:.95rem;display:inline-block}.footer-links a:hover{color:#ffc107;transform:translate(5px)}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-contact a{color:#fffc;text-decoration:none;transition:all .3s ease;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.footer-contact a:hover{color:#ffc107}.footer-contact svg{flex-shrink:0}.social-links{display:flex;gap:1rem}.social-links a{width:45px;height:45px;border-radius:50%;background:#ffc1071a;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:2px solid transparent}.social-links a svg{width:22px;height:22px;color:#ffc107;transition:all .3s ease}.social-links a:hover{background:#ffc107;border-color:#ffc107;transform:translateY(-3px);box-shadow:0 5px 15px #ffc10766}.social-links a:hover svg{color:#3e2723;transform:scale(1.1)}.footer-bottom{text-align:center;padding-top:2rem}.footer-bottom p{margin:.5rem 0;font-size:.9rem;color:#ffffffb3}.footer-made-with{color:#ffc107cc;font-style:italic}@media(max-width:768px){footer{padding:3rem 1.5rem 1.5rem}.footer-top{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer-links,.footer-contact{align-items:center}.footer-links a:hover{transform:translate(0)}.social-links{justify-content:center}.footer-logo{width:100px}}@media(min-width:769px)and (max-width:1024px){.footer-top{grid-template-columns:repeat(2,1fr)}}:root{--primary: #D32F2F;--secondary: #FFC107;--accent: #3E2723;--bg-light: #FFF8E1;--text-dark: #333}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;overflow-x:hidden}.section-divider{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#d32f2f,#ffc107);position:relative;overflow:hidden}.section-divider:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.5}.section-divider h2{font-family:Poppins,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;text-shadow:3px 3px 6px rgba(0,0,0,.3);letter-spacing:1px;margin:0;position:relative;z-index:1;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[dir=rtl]{text-align:right}[dir=rtl] .hero-content,[dir=rtl] .features,[dir=rtl] .footer-links,[dir=rtl] .store-buttons{direction:rtl}[dir=rtl] .btn{flex-direction:row-reverse}[dir=rtl] .language-switcher{left:20px;right:auto}*{transition:text-align .3s ease}@media(max-width:480px){:root{font-size:14px}}@media(min-width:1200px){:root{font-size:16px}}
