.header{position:fixed;top:0;left:0;right:0;background:#000000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(167,139,250,.2);box-shadow:0 2px 10px #0000001a}.header-container{max-width:1400px;margin:0 auto;padding:.5rem 3rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo-image{height:120px;width:auto;object-fit:contain}.nav{display:flex;gap:3rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:.938rem;transition:color .3s ease;position:relative}.nav-link.active,.nav-link:hover{color:#a78bfa}.header-commander-btn{padding:.75rem 2rem;background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 100%);color:#fff;border:none;border-radius:50px;font-weight:600;font-size:.938rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #a78bfa4d}.header-commander-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a78bfa66;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%)}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem;padding:.75rem 1.5rem}.logo-image{height:60px}.nav{gap:1.5rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.875rem}.header-commander-btn{padding:.625rem 1.5rem;font-size:.875rem}}.hero{padding:8rem 3rem 0;background:linear-gradient(180deg,#0a0118 0%,#1a0f2e 30%,#2d1b4e 60%,#3d2463 100%);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(138,43,226,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:4rem;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:2rem;text-align:left;align-items:flex-start;flex:0 0 48%;max-width:48%}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;color:#fff}.hero-title .highlight{background:linear-gradient(135deg,#c4ff00 0%,#9ef01a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:900}.hero-description{font-size:1.125rem;line-height:1.7;color:#d1d5db}.hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:transparent;color:#fff;padding:1rem 2rem;border:2px solid #7c3aed;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:fit-content;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #7c3aed4d}.hero-cta:hover{background:rgba(124,58,237,.2);border-color:#9333ea;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #9333ea66}.hero-image{display:flex;justify-content:flex-end;align-items:center;flex:0 0 52%;max-width:52%;position:relative}.hero-visual{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(167,139,250,.4));position:relative;z-index:2;transform:translateY(-40px);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(-40px)}50%{transform:translateY(-60px)}}@media (max-width: 968px){.hero-container{flex-direction:column;gap:3rem}.hero-content{flex:1 1 100%;max-width:100%;text-align:center;align-items:center}.hero-image{flex:1 1 100%;max-width:100%;justify-content:center}.hero-title{font-size:2.25rem}.hero{min-height:auto;padding:6rem 2rem 0}}@media (max-width: 640px){.hero{padding:5rem 1.5rem 0}.hero-title{font-size:1.75rem}.hero-description{font-size:1rem}}.compatibility{padding:5rem 2rem;background:#fafafa}.compatibility-container{max-width:1400px;margin:0 auto;text-align:center}.compatibility-container h2{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.compatibility-container>p{font-size:1rem;color:#9ca3af;margin-bottom:3.5rem}.compatibility-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.compatibility-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:20px;text-align:center;padding:3rem 2rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.compatibility-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #8b5cf61a;border-color:#e9d5ff}.compatibility-icon{width:120px;height:120px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:32px}.compatibility-icon-image{width:100%;height:100%;object-fit:contain}.compatibility-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#1a1a1a}.compatibility-description{font-size:.9rem;color:#6b7280;line-height:1.5}@media (max-width: 968px){.compatibility-grid{grid-template-columns:repeat(2,1fr)}.compatibility-container h2{font-size:2rem}}@media (max-width: 640px){.compatibility-grid{grid-template-columns:1fr}}.pricing{padding:5rem 2rem;background:#ffffff}.pricing-container{max-width:1280px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-main-title{font-size:2.5rem;font-weight:800;color:#000;margin-bottom:1rem;line-height:1.2}.atlas-highlight{color:#bef264;display:inline-block}.pricing-description{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.alert-warning{background:linear-gradient(135deg,#5b21b6 0%,#4c1d95 100%);border-radius:16px;padding:1.5rem 2rem;margin:0 auto 3rem;max-width:900px;display:flex;align-items:flex-start;gap:1rem;color:#fff;box-shadow:0 4px 20px #5b21b64d}.alert-warning svg{flex-shrink:0;margin-top:2px;color:#fbbf24}.alert-warning p{margin:0;font-size:.938rem;line-height:1.6}.alert-warning strong{font-weight:700}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.pricing-card{background:#ffffff;border-radius:24px;overflow:hidden;box-shadow:0 4px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 12px 48px #00000026}.card-header-bg{padding:2rem 1.5rem;text-align:center;color:#fff;position:relative}.atlas-logo-img{width:120px;height:auto;margin:0 auto 1rem;display:block}.plan-name{font-size:1.75rem;font-weight:700;margin:0}.card-content{padding:2rem 1.5rem;background:#ffffff}.plan-price{text-align:center;margin-bottom:1.5rem;background:#000000;padding:.75rem 1.5rem;border-radius:12px;display:inline-block;margin-left:50%;transform:translate(-50%)}.currency{font-size:1.5rem;color:#fff;font-weight:700}.amount{font-size:2.5rem;font-weight:900;color:#fff}.plan-codes{text-align:center;font-size:.938rem;font-weight:600;color:#374151;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.plan-features{list-style:none}.plan-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#374151;font-size:.875rem;line-height:1.5}.plan-features li svg{flex-shrink:0;margin-top:2px}.plan-cta{width:100%;background:#000000;color:#fff;padding:1rem 1.5rem;border:none;border-radius:12px;font-size:.938rem;font-weight:700;cursor:pointer;transition:transform .3s ease,background .3s ease;margin-bottom:1rem;letter-spacing:.5px}.plan-cta:hover{transform:translateY(-2px);background:#1a1a1a}.plan-guarantee{text-align:center;font-size:.875rem;color:#374151;font-weight:500}@media (max-width: 1024px){.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.pricing-main-title{font-size:2rem}.alert-warning{padding:1.25rem 1.5rem}}@media (max-width: 640px){.pricing{padding:3rem 1rem}.pricing-main-title{font-size:1.75rem}.alert-warning{flex-direction:column;text-align:center}}.why-choose{padding:5rem 2rem;background:#f3f4f6}.why-choose-container{max-width:1400px;margin:0 auto}.why-choose-header{text-align:center;margin-bottom:3rem}.section-title{font-size:1rem;color:#6b7280;margin-bottom:.5rem;font-weight:400;text-transform:none}.why-choose-subtitle{font-size:2.5rem;font-weight:700;color:#111827;margin:0 0 1rem}.why-choose-description{font-size:1.125rem;color:#6b7280}.reasons-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.reason-card{background:linear-gradient(135deg,#1a0d2e 0%,#2d1548 50%,#3d1f5a 100%);border-radius:20px;padding:2.5rem 1.5rem;text-align:center;transition:transform .3s ease}.reason-card:hover{transform:translateY(-5px)}.reason-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:#ec4899}.reason-title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.reason-description{font-size:.938rem;color:#d1d5db;line-height:1.6}@media (max-width: 1024px){.reasons-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.reasons-grid{grid-template-columns:1fr}.why-choose-subtitle{font-size:1.75rem}}.faq{padding:5rem 2rem;background:#f3f4f6}.faq-container{max-width:1100px;margin:0 auto}.faq-header{text-align:center;margin-bottom:3rem}.section-title{font-size:1rem;font-weight:500;color:#6b7280;margin-bottom:.5rem;text-transform:none}.faq-subtitle{font-size:2.5rem;font-weight:800;color:#000;margin:.5rem 0}.faq-description{font-size:1.125rem;color:#6b7280;margin-top:.5rem}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{background:#ffffff;border:1px solid #e5e7eb;border-bottom:none;overflow:hidden;transition:all .3s ease}.faq-item:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.faq-item:last-child{border-bottom:1px solid #e5e7eb;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.faq-item.active .faq-question{background:#a855f7;color:#fff}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#ffffff;border:none;color:#000;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;transition:all .3s ease}.faq-question:hover{background-color:#f9fafb}.faq-item.active .faq-question:hover{background-color:#9333ea}.faq-icon{color:#000;transition:transform .3s ease;flex-shrink:0}.faq-item.active .faq-icon{color:#fff;transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;background:#ffffff}.faq-answer.open{max-height:600px;padding:0 2rem 2rem}.faq-answer p{color:#374151;line-height:1.7;font-size:.938rem}@media (max-width: 768px){.faq{padding:3rem 1rem}.faq-subtitle{font-size:1.875rem}.faq-question{font-size:.938rem;padding:1.25rem 1.5rem}.faq-answer.open{padding:0 1.5rem 1.5rem}}.footer{background:linear-gradient(135deg,#2d1b4e 0%,#4c1d95 30%,#6b21a8 60%,#4c1d95 100%);padding:4rem 2rem 1.5rem}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1.25rem}.footer-brand{gap:1rem}.footer-logo{width:160px;height:auto;object-fit:contain}.footer-description{color:#d1d5db;line-height:1.6;font-size:.938rem;max-width:280px}.footer-commander-btn{background:linear-gradient(135deg,#a855f7 0%,#7c3aed 100%);color:#fff;border:none;padding:.75rem 2rem;font-size:.938rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #a855f74d;margin-top:.5rem;width:fit-content}.footer-commander-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a855f766;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%)}.footer-heading{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.25rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease;font-size:.938rem}.footer-links a:hover{color:#fff}.footer-contact{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#d1d5db;text-decoration:none;transition:color .3s ease;font-size:.938rem}.contact-item:hover{color:#fff}.contact-item svg{color:#a855f7;flex-shrink:0}.footer-bottom{padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:#d1d5db;font-size:.875rem}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width: 640px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-logo{width:140px}.footer-description{max-width:100%}}.whatsapp-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #25d36666;z-index:999;transition:all .3s ease;cursor:pointer}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}@media (max-width: 768px){.whatsapp-button{width:56px;height:56px;bottom:1.5rem;right:1.5rem}}.telechargement{min-height:100vh;padding:100px 20px 50px;background:#000000}.telechargement-container{max-width:1200px;margin:0 auto}.telechargement-hero{text-align:center;margin-bottom:50px;padding:40px 20px}.telechargement-hero h1{font-size:3rem;color:#fff;margin-bottom:20px;font-weight:700;font-style:italic;text-transform:uppercase;letter-spacing:2px}.hero-subtitle{font-size:1.3rem;color:#ccc;font-weight:300}.atlas-logo-circle{width:200px;height:200px;background:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 40px;padding:20px}.atlas-logo-circle img{max-width:100%;height:auto}.telechargement-intro{background:transparent;border-radius:0;padding:30px;margin-bottom:60px;border:none}.telechargement-intro p{font-size:1.1rem;line-height:1.8;color:#cbd5e0;text-align:center}.download-section{margin-bottom:70px}.section-header{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:40px}.section-icon{width:40px;height:40px;color:#000}.section-header h2{font-size:2.2rem;color:#000;font-weight:700;text-transform:uppercase;letter-spacing:1px}.section-wrapper{background:#f5f5f5;padding:60px 20px;margin:0 -20px}.apps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-bottom:30px}.app-card{background:#5a7b8a;border-radius:15px;padding:40px 30px;text-align:center;border:none;transition:all .3s ease;position:relative;overflow:hidden}.app-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.app-icon{width:120px;height:120px;background:#8b2fcc;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2rem;color:#fff;font-weight:700;padding:10px}.app-icon-image{width:100%;height:100%;object-fit:contain;border-radius:12px}.app-card h3{font-size:1.5rem;color:#fff;margin-bottom:15px;font-weight:600}.downloader-code{font-size:.95rem;color:#a0aec0;margin-bottom:20px}.downloader-code span{color:#fff;font-weight:700;font-size:1.1rem;background:rgba(0,0,0,.2);padding:2px 8px;border-radius:4px}.platform-badge{display:inline-block;background:rgba(102,126,234,.2);color:#667eea;padding:5px 15px;border-radius:20px;font-size:.9rem;margin-bottom:20px;font-weight:600}.download-btn{display:inline-block;background:#8b2fcc;color:#fff;padding:12px 30px;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease;text-transform:uppercase;font-size:.9rem;letter-spacing:1px}.download-btn:hover{background:#6f25a6;transform:translateY(-2px)}.smarttv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.smarttv-card{background:linear-gradient(145deg,rgba(102,126,234,.15),rgba(118,75,162,.15));border-radius:15px;padding:40px 20px;text-align:center;border:2px solid rgba(102,126,234,.4);transition:all .3s ease}.smarttv-card:hover{transform:translateY(-3px);border-color:#667eeab3;box-shadow:0 8px 25px #667eea4d}.smarttv-card h3{font-size:1.4rem;color:#fff;font-weight:700;letter-spacing:1px}.features-section{background:transparent;border-radius:0;padding:40px 0;margin-bottom:40px;border:none}.features-section h2{font-size:1.8rem;color:#fff;margin-bottom:20px;font-weight:600}.features-section p{font-size:1.05rem;line-height:1.8;color:#ccc}@media (max-width: 768px){.telechargement{padding:80px 15px 40px}.telechargement-hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-header h2{font-size:1.6rem}.section-icon{width:30px;height:30px}.apps-grid,.smarttv-grid{grid-template-columns:1fr}.telechargement-intro{padding:20px}.features-section{padding:25px}}.blog{min-height:60vh;padding:6rem 0;background:linear-gradient(to bottom,#0a0a0a,#1a1a1a)}.blog-container{max-width:1200px;margin:0 auto;padding:0 1rem}.privacy-policy-page{min-height:100vh;background:#ffffff}.privacy-policy-container{max-width:900px;margin:0 auto;padding:120px 40px 80px}.privacy-policy-content{padding:0}.privacy-policy-content h1{color:#1a1a1a;font-size:2.5rem;margin-bottom:30px;font-weight:700}.privacy-policy-content h2{color:#2a2a2a;font-size:1.8rem;margin-top:40px;margin-bottom:20px;font-weight:600}.privacy-policy-content h3{color:#3a3a3a;font-size:1.3rem;margin-top:30px;margin-bottom:15px;font-weight:500}.privacy-policy-content p{color:#4a4a4a;font-size:1.05rem;line-height:1.8;margin-bottom:20px}.privacy-policy-content ul{color:#4a4a4a;font-size:1.05rem;line-height:1.8;margin-bottom:20px;padding-left:25px}.privacy-policy-content ul li{margin-bottom:10px}.privacy-policy-content strong{color:#1a1a1a;font-weight:600}@media (max-width: 768px){.privacy-policy-container{padding:100px 20px 60px}.privacy-policy-content h1{font-size:2rem}.privacy-policy-content h2{font-size:1.5rem}.privacy-policy-content h3{font-size:1.2rem}.privacy-policy-content p,.privacy-policy-content ul{font-size:1rem}}.refund-policy-page{min-height:100vh;background:#ffffff}.refund-policy-container{max-width:900px;margin:0 auto;padding:120px 40px 80px}.refund-policy-content{padding:0}.refund-policy-content h1{color:#1a1a1a;font-size:2.5rem;margin-bottom:30px;font-weight:700}.refund-policy-content h2{color:#2a2a2a;font-size:1.8rem;margin-top:40px;margin-bottom:20px;font-weight:600}.refund-policy-content h3{color:#3a3a3a;font-size:1.3rem;margin-top:30px;margin-bottom:15px;font-weight:500}.refund-policy-content p{color:#4a4a4a;font-size:1.05rem;line-height:1.8;margin-bottom:20px}.refund-policy-content ul{color:#4a4a4a;font-size:1.05rem;line-height:1.8;margin-bottom:20px;padding-left:25px}.refund-policy-content ul li{margin-bottom:10px}.refund-policy-content strong{color:#1a1a1a;font-weight:600}@media (max-width: 768px){.refund-policy-container{padding:100px 20px 60px}.refund-policy-content h1{font-size:2rem}.refund-policy-content h2{font-size:1.5rem}.refund-policy-content h3{font-size:1.2rem}.refund-policy-content p,.refund-policy-content ul{font-size:1rem}}.terms-of-use-page{min-height:100vh;background:#ffffff}.terms-of-use-container{max-width:900px;margin:0 auto;padding:120px 40px 80px}.terms-of-use-content{padding:0}.terms-of-use-content h1{color:#1a1a1a;font-size:2.5rem;margin-bottom:30px;font-weight:700}.terms-of-use-content h2{color:#2a2a2a;font-size:1.8rem;margin-top:40px;margin-bottom:20px;font-weight:600}.terms-of-use-content h3{color:#3a3a3a;font-size:1.3rem;margin-top:30px;margin-bottom:15px;font-weight:500}.terms-of-use-content p{color:#4a4a4a;font-size:1.05rem;line-height:1.8;margin-bottom:20px}.terms-of-use-content ul{color:#4a4a4a;font-size:1.05rem;line-height:1.8;margin-bottom:20px;padding-left:25px}.terms-of-use-content ul li{margin-bottom:10px}.terms-of-use-content strong{color:#1a1a1a;font-weight:600}@media (max-width: 768px){.terms-of-use-container{padding:100px 20px 60px}.terms-of-use-content h1{font-size:2rem}.terms-of-use-content h2{font-size:1.5rem}.terms-of-use-content h3{font-size:1.2rem}.terms-of-use-content p,.terms-of-use-content ul{font-size:1rem}}.App{min-height:100vh;background-color:#0a0a0a}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#0a0118 0%,#1a0f2e 30%,#2d1b4e 60%,#3d2463 100%);color:#fff}html{scroll-behavior:smooth}
