:root{--background:#050505;--foreground:#e2e8f0;--card:#1a1a1a;--card-foreground:#e2e8f0;--primary:#2ea9f6;--primary-foreground:#fff;--secondary:#0d5bd7;--secondary-foreground:#fff;--muted:#f1f5f9;--muted-foreground:#64748b;--accent:#2ea9f6;--accent-foreground:#fff;--border:#e2e8f0;--input:#e2e8f0;--ring:#2ea9f6;--radius:.625rem;--brand-primary:#2ea9f6;--brand-secondary:#0d5bd7;--brand-gradient:linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);--surface-light:#1a1a1a;--surface-card:#111;--text-primary:#fff;--text-secondary:#cbd5e1;--text-muted:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-secondary);background-color:var(--background);background-image:radial-gradient(circle at 20% 30%,#ffcc0008 0%,#0000 50%),radial-gradient(circle at 80% 70%,#dd000008 0%,#0000 50%),linear-gradient(135deg,#050505 0%,#1a1a1a 50%,#050505 100%);background-attachment:fixed;font-family:Space Grotesk,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.container{margin:0 auto;padding:0 20px}.header{-webkit-backdrop-filter:blur(20px)saturate(180%);color:var(--text-primary);z-index:1000;background:#ffcc000d;border-bottom:1px solid #ffffff1a;padding:1.2rem 0;transition:all .3s;position:sticky;top:0;box-shadow:0 8px 32px #0000001a}.header:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffcc001a 0%,#dd00001a 100%);height:100%;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.header:hover:before{opacity:1}.nav{justify-content:space-between;align-items:center;display:flex}.logo{flex:none;width:230px;height:64px;display:block;position:relative;overflow:hidden}.logo img{object-fit:contain;filter:none;width:100%;height:100%;display:block}.germany-hero-badge{color:#fff;letter-spacing:.02em;background:#00000073;border:1px solid #ffcc0073;border-radius:999px;align-items:center;gap:.65rem;margin-bottom:1rem;padding:.5rem .9rem;font-weight:700;display:inline-flex}.germany-flag{background:linear-gradient(#000 0 33.333%,#0d5bd7 33.333% 66.666%,#2ea9f6 66.666% 100%);border-radius:2px;flex:none;width:34px;height:21px;box-shadow:0 0 0 1px #fff3}@media (width<=768px){.logo{width:180px;height:52px}}@keyframes lightningPulse{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-primary);padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.nav-links a:hover{color:var(--brand-primary);transform:translateY(-2px)}.nav-links a:after{content:"";background:var(--brand-gradient);border-radius:2px;width:0;height:3px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 10px #ffcc0080}.nav-links a:hover:after{width:calc(100% - 2rem)}.mobile-menu{color:var(--text-primary);cursor:pointer;background:#ffcc001a;border:1px solid #fc03;border-radius:8px;padding:.5rem 1rem;font-size:1.5rem;transition:all .3s;display:none}.mobile-menu:hover{background:#fc03;transform:scale(1.05)}.header-trust{align-items:center;gap:1.5rem;margin-left:auto;margin-right:2rem;display:flex}.trust-badge{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.trust-badge .trust-icon{background:var(--brand-gradient);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex}@media (width<=992px){.header-trust{display:none}}.hero{text-align:left;background:radial-gradient(circle at 20% 30%,#ffcc0014 0%,#0000 50%),radial-gradient(circle at 80% 70%,#dd000014 0%,#0000 50%),linear-gradient(135deg,#050505 0%,#1a1a1a 50%,#050505 100%);align-items:center;min-height:90vh;padding:8rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 20%,#ffcc001f 0%,#0000 50%),radial-gradient(circle at 70% 80%,#dd00001f 0%,#0000 50%);animation:8s ease-in-out infinite heroPulse;position:absolute;inset:0}.hero:after{content:"";opacity:.5;pointer-events:none;background-image:linear-gradient(#ffcc0008 1px,#0000 1px),linear-gradient(90deg,#ffcc0008 1px,#0000 1px);background-size:50px 50px;animation:20s linear infinite gridMove;position:absolute;inset:0}@keyframes heroPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero-content{z-index:2;text-align:left;max-width:1000px;margin:0 auto;position:relative}.activation-badge{backdrop-filter:blur(10px);color:#fff;background:linear-gradient(135deg,#fc03,#d003);border:1px solid #ffcc004d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.7rem 1.8rem;font-size:.95rem;font-weight:700;animation:3s ease-in-out infinite badgeFloat;display:inline-flex;box-shadow:0 4px 20px #ffcc004d}.activation-badge:before{content:"✨";font-size:1.2rem;animation:2s ease-in-out infinite sparkle}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes sparkle{0%,to{opacity:1;transform:rotate(0)scale(1)}50%{opacity:.8;transform:rotate(180deg)scale(1.2)}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #25d366b3}70%{transform:scale(1.1);box-shadow:0 0 0 10px #25d36600}to{transform:scale(1);box-shadow:0 0 #25d36600}}.hero h1{color:#fff;letter-spacing:-1px;text-shadow:0 0 40px #ffcc0080;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1;animation:1s ease-out titleFadeIn}.hero h1 .highlight-iptv{background:var(--brand-gradient);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 20px #fc09);-webkit-background-clip:text;background-clip:text;animation:2s ease-in-out infinite iptvGlow;display:inline-block;position:relative}@keyframes iptvGlow{0%,to{filter:drop-shadow(0 0 20px #fc09)}50%{filter:drop-shadow(0 0 30px #ffcc00e6)}}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero p{color:#ffffffe6;text-shadow:0 2px 10px #0000004d;max-width:750px;margin-bottom:3rem;margin-right:auto;font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.7}.hero-stats{flex-wrap:wrap;justify-content:flex-start;gap:3rem;margin:2.5rem 0;display:flex}.stat-item{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.stat-number{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:900;line-height:1}.stat-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.cta-button{background:var(--brand-gradient);color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;border:none;border-radius:50px;margin:0 1rem 1rem 0;padding:1.4rem 3.5rem;font-size:1.2rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 10px 40px #fc06}.cta-button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.cta-button:after{content:"→";margin-left:8px;transition:transform .3s;display:inline-block}.cta-button:hover:before{left:100%}.cta-button:hover:after{transform:translate(5px)}.cta-button:active{transform:translateY(-2px)scale(1.02)}.cta-button-secondary{backdrop-filter:blur(10px);color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50px;padding:1.4rem 3.5rem;font-size:1.2rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.cta-button-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-5px)scale(1.05);box-shadow:0 20px 50px #fff3}.hero-cta-group{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;margin-top:2rem;display:flex}.features{background:radial-gradient(circle at 18% 0,#ffcc0014 0%,#0000 35%),radial-gradient(circle at 82% 0,#dd00001f 0%,#0000 38%),linear-gradient(#24110d 0%,#17100d 14%,#0d0c0b 38%,#050505 72% 100%);padding:5rem 0;position:relative;overflow:visible}.features:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(#24110d00 0%,#24110d59 35%,#24110d 100%);height:140px;position:absolute;top:-140px;left:0;right:0}.features:before{content:"";pointer-events:none;background:linear-gradient(#ffffff04,#0000 32%),radial-gradient(circle at 50% 42%,#ffcc000a 0%,#0000 68%);position:absolute;inset:0}.section-title{text-align:center;background:var(--brand-gradient);-webkit-text-fill-color:transparent;letter-spacing:-.5px;z-index:1;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900;position:relative}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.feature-card{backdrop-filter:blur(10px);color:#fff;text-align:center;background:linear-gradient(135deg,#ffcc001a,#dd00001a);border:1px solid #fc03;border-radius:20px;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 40px #0000004d}.feature-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 100%);position:absolute;inset:0}.feature-card:hover{background:linear-gradient(135deg,#ffcc0026,#dd000026);border-color:#ffcc0080;transform:translateY(-15px)scale(1.03);box-shadow:0 30px 60px #ffcc0080}.feature-icon{background:var(--brand-gradient);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;transition:transform .3s;display:flex;box-shadow:0 10px 30px #fc06}.feature-card:hover .feature-icon{transform:scale(1.1)rotate(5deg)}.feature-card h3{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.content-showcase{background:linear-gradient(135deg,#111 0%,#1a1a1a 50%,#111 100%);padding:5rem 0;position:relative;overflow:hidden}.content-showcase:before{content:"";opacity:.3;pointer-events:none;background-image:linear-gradient(#ffcc0005 1px,#0000 1px),linear-gradient(90deg,#ffcc0005 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.scrollerdiv,.Moviescontainer,.container-fluid,.scroller2024,.scroller__inner2024,.scroller__inner2024.movies-cust,.scroller__inner2024.custsport{background:0 0!important}.scroller__inner2024:not(.movies-cust):not(.custsport) img{backdrop-filter:blur(10px);box-sizing:border-box;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;background:#1a1a2ecc;border:1px solid #fc03;border-radius:12px;flex-shrink:0;padding:12px;transition:all .3s;display:block;overflow:hidden;box-shadow:0 4px 15px #0000004d;object-fit:contain!important;object-position:center!important;width:200px!important;min-width:200px!important;max-width:200px!important;height:140px!important;min-height:140px!important;max-height:140px!important}.scroller__inner2024:not(.movies-cust):not(.custsport) img:not([src]),.scroller__inner2024:not(.movies-cust):not(.custsport) img[src=""],.scroller__inner2024:not(.movies-cust):not(.custsport) img[src*=undefined],.scroller__inner2024:not(.movies-cust):not(.custsport) img[src*=error]{position:relative;filter:none!important;background:#2a2a4180!important}.scroller__inner2024:not(.movies-cust):not(.custsport) img:hover{background:#1a1a2ef2;border-color:#fc06;transform:scale(1.05);box-shadow:0 6px 20px #fc03}.scroller__inner2024:not(.movies-cust):not(.custsport) img[src$=\.svg],.scroller__inner2024:not(.movies-cust):not(.custsport) img[src*=\.svg]{backdrop-filter:blur(10px);box-sizing:border-box;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;background:#1a1a2ecc;border:1px solid #fc03;padding:12px;display:block;overflow:hidden;box-shadow:0 4px 15px #0000004d;object-fit:contain!important;object-position:center!important;width:200px!important;min-width:200px!important;max-width:200px!important;height:140px!important;min-height:140px!important;max-height:140px!important}.scroller__inner2024:not(.movies-cust):not(.custsport) img[src$=\.svg]:hover,.scroller__inner2024:not(.movies-cust):not(.custsport) img[src*=\.svg]:hover{background:#1a1a2ef2;border-color:#fc06;box-shadow:0 6px 20px #fc03}.tvz-t-card__media img{object-fit:cover;object-position:center;width:100%!important;height:280px!important}@media (width<=768px){.scroller__inner2024.movies-cust img,.scroller__inner2024.movies-cust img[src*="/sports/"]{width:140px!important;height:210px!important}.scroller__inner2024:not(.movies-cust):not(.custsport) img,.scroller__inner2024.custsport img{width:140px!important;height:100px!important}.tvz-t-card__media img{height:200px!important}}.row{margin:0;background:0 0!important}section.container-fluid{position:relative;overflow:hidden;background:linear-gradient(135deg,#111 0%,#1a1a1a 50%,#111 100%)!important}section.container-fluid:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffcc0008 0%,#0000 70%);position:absolute;inset:0}.slider-container{max-width:90vw;margin:2rem auto}.slider-title{text-align:center;color:#fff;z-index:1;margin-bottom:2rem;font-size:clamp(1.3rem,3vw,1.8rem);font-weight:800;position:relative}.infinite-slider{gap:1.5rem;animation:50s linear infinite scroll;display:flex}.infinite-slider:hover,.scroller2024:hover .scroller__inner2024{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.slider-item{backdrop-filter:blur(10px);background:#1a1a2e99;border:1px solid #fc03;border-radius:12px;flex:0 0 200px;justify-content:center;align-items:center;height:120px;transition:transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 15px #0000004d}.infinite-slider.MoviePosters .slider-item,.infinite-slider.SportsPosters .slider-item,.scroller__inner2024.movies-cust img,.scroller__inner2024.movies-cust img[src*="/sports/"],.scroller__inner2024.movies-cust img[src*="/sports/"]:hover{object-fit:cover;border-radius:calc(var(--radius) * 1.5);flex-shrink:0;transition:transform .3s,filter .3s;position:relative;width:200px!important;height:300px!important}.scroller__inner2024.custsport img{backdrop-filter:blur(10px);box-sizing:border-box;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;background:#1a1a2ecc;border:1px solid #fc03;border-radius:12px;flex-shrink:0;padding:12px;transition:all .3s;display:block;overflow:hidden;box-shadow:0 4px 15px #0000004d;object-fit:contain!important;object-position:center!important;width:200px!important;min-width:200px!important;max-width:200px!important;height:140px!important;min-height:140px!important;max-height:140px!important}.scroller__inner2024.custsport img:not([src]),.scroller__inner2024.custsport img[src=""],.scroller__inner2024.custsport img[src*=undefined]{position:relative;background:#2a2a4180!important}.scroller__inner2024.custsport img:hover{background:#1a1a2ef2;border-color:#fc06;transform:scale(1.05);box-shadow:0 6px 20px #fc03}.scroller__inner2024.custsport img[src$=\.svg],.scroller__inner2024.custsport img[src*=\.svg]{backdrop-filter:blur(10px);box-sizing:border-box;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;background:#1a1a2ecc;border:1px solid #fc03;padding:12px;display:block;overflow:hidden;box-shadow:0 4px 15px #0000004d;object-fit:contain!important;object-position:center!important;width:200px!important;min-width:200px!important;max-width:200px!important;height:140px!important;min-height:140px!important;max-height:140px!important}.scroller__inner2024.custsport img[src$=\.svg]:hover,.scroller__inner2024.custsport img[src*=\.svg]:hover{background:#1a1a2ef2;border-color:#fc06;box-shadow:0 6px 20px #fc03}.scroller__inner2024.movies-cust img:hover,.scroller__inner2024.movies-cust img[src*="/sports/"]:hover{filter:brightness(.7);transform:scale(1.05)}.scroller__inner2024.movies-cust img:after,.scroller__inner2024.custsport img:after{content:"";opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:absolute;inset:0}.scroller__inner2024.movies-cust img:hover:after,.scroller__inner2024.custsport img:hover:after{opacity:1}.slider-item:hover{transform:scale(1.05);box-shadow:0 10px 25px #00000026}.slider-item img{object-fit:cover;border-radius:var(--radius);width:100%;height:100%;transition:transform .3s,filter .3s}.slider-item:hover img{filter:brightness(.8);transform:scale(1.1)}.slider-item:not(:has(img)){color:var(--brand-secondary);text-align:center;background:linear-gradient(135deg, var(--surface-card) 0%, var(--muted) 100%);padding:1rem;font-weight:600}.pricing{background:linear-gradient(135deg,#050505 0%,#1a1a1a 50%,#050505 100%);padding:6rem 0;position:relative;overflow:hidden}.pricing:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 20%,#ffcc000d 0%,#0000 50%),radial-gradient(circle at 70% 80%,#dd00000d 0%,#0000 50%);position:absolute;inset:0}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:4rem;display:grid}.pricing-card{backdrop-filter:blur(10px);text-align:center;background:linear-gradient(135deg,#1a1a2ecc,#0f0f1ecc);border:2px solid #fc03;border-radius:25px;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 40px #0000004d}.pricing-card:before{content:"";background:linear-gradient(135deg,#2ea9f6 0%,#0d5bd7 100%);height:5px;position:absolute;top:0;left:0;right:0}.pricing-card:hover{border-color:#fc09;transform:translateY(-15px)scale(1.02);box-shadow:0 30px 60px #ffcc0080}.pricing-card.popular{background:linear-gradient(135deg,#ffcc001a,#dd00001a);border-color:#ffcc0080;transform:scale(1.05);box-shadow:0 20px 50px #fc06}.popular-badge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#2ea9f6 0%,#0d5bd7 100%);border-radius:700px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);box-shadow:0 6px 16px #00000026}.promo-badge{color:#fff;backdrop-filter:blur(10px);background:linear-gradient(135deg,#2ea9f6 0%,#0d5bd7 100%);border:1px solid #ffcc004d;border-radius:20px;padding:.4rem 1.2rem;font-size:.8rem;font-weight:700;animation:2s infinite bounce;position:absolute;top:-6px;right:20px;box-shadow:0 4px 12px #fc06}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.package-name{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.price{background:linear-gradient(135deg,#2ea9f6 0%,#0d5bd7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:1rem 0;font-size:3.5rem;font-weight:700}.price-period{color:#ffffffb3;font-size:1rem}.features-list{text-align:right;direction:rtl;margin:2rem 0;list-style:none}.features-list li{color:#ffffffe6;padding:.7rem 2rem .7rem 0;position:relative}.features-list li:before{content:"✓";color:#2ea9f6;font-size:1.2rem;font-weight:700;position:absolute;left:auto;right:0}.how-it-works{background:linear-gradient(135deg,#111 0%,#1a1a1a 50%,#111 100%);padding:6rem 0;position:relative;overflow:hidden}.how-it-works:before{content:"";pointer-events:none;background:radial-gradient(circle,#dd00000d 0%,#0000 70%);position:absolute;inset:0}.steps{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:4rem;display:grid}.step{backdrop-filter:blur(10px);text-align:center;background:linear-gradient(135deg,#1a1a2ecc,#0f0f1ecc);border:1px solid #fc03;border-radius:25px;padding:3rem 2rem;transition:transform .4s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.step:before{content:"";background:linear-gradient(135deg,#2ea9f6 0%,#0d5bd7 100%);height:5px;position:absolute;top:0;left:0;right:0}.step:hover{transform:translateY(-5px)}.step-number{color:#fff;background:linear-gradient(135deg,#2ea9f6 0%,#0d5bd7 100%);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.5rem;font-weight:700;display:flex}.step h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.testimonials{background:linear-gradient(135deg,#050505 0%,#1a1a1a 50%,#050505 100%);padding:6rem 0;position:relative;overflow:hidden}.testimonials:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#ffcc000d 0%,#0000 50%);position:absolute;inset:0}.testimonials-slider{gap:2rem;transition:transform .5s ease-in-out;display:flex}.testimonial{backdrop-filter:blur(10px);text-align:center;background:linear-gradient(135deg,#1a1a2ecc,#0f0f1ecc);border:1px solid #fc03;border-radius:20px;flex:0 0 350px;padding:2rem;transition:transform .3s;position:relative;box-shadow:0 10px 30px #0000004d}.testimonial:hover{border-color:#fc06;transform:translateY(-10px);box-shadow:0 20px 50px #ffcc004d}.testimonial-rating{justify-content:center;gap:.25rem;margin-bottom:1rem;display:flex}.rating-number{color:#ef4444;background:#fef2f2;border:2px solid #ef4444;border-radius:50%;margin-right:1rem;padding:.25rem .5rem;font-size:.8rem;font-weight:700}.testimonial-image{border-radius:15px;width:100%;height:200px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.dot.active{background:#ef4444}.slider-nav{cursor:pointer;color:#475569;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 5px 15px #0000001a}.slider-nav:hover{background:#f8fafc;transform:translateY(-50%)scale(1.1)}@media (width<=768px){.testimonial{flex:0 0 300px}.testimonials-slider-container{padding:0 1rem}.slider-nav{display:none}}.faq{background:linear-gradient(135deg,#111 0%,#1a1a1a 50%,#111 100%);padding:6rem 0;position:relative;overflow:hidden}.faq:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#dd00000d 0%,#0000 50%);position:absolute;inset:0}.faq .container{max-width:900px}.faq-item{backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a2e99,#0f0f1e99);border:1px solid #fc03;border-radius:12px;margin-bottom:.8rem;transition:transform .3s;overflow:hidden;box-shadow:0 3px 15px #0000004d}.faq-item:hover{transform:translateY(-2px)}.faq-question{text-align:left;cursor:pointer;color:#fff;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.5rem;font-size:1rem;font-weight:800;transition:color .3s;display:flex}.faq-question:hover{color:#2ea9f6}.faq-question span{color:#fff;background:linear-gradient(135deg,#2ea9f6 0%,#0d5bd7 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;min-height:32px;font-size:1.2rem;font-weight:700;transition:transform .3s;display:flex}.faq-question.active span{transform:rotate(45deg)}.faq-answer{max-height:0;padding:0 1.5rem;transition:max-height .3s,padding .3s;overflow:hidden}.faq-answer.active{max-height:500px;padding:0 1.5rem 1.5rem}@media (width<=768px){.faq{padding:4rem 0}.faq-item{margin-bottom:.6rem}.faq-question{gap:.75rem;padding:1rem 1.2rem;font-size:.9rem}.faq-question span{width:28px;min-width:28px;height:28px;min-height:28px;font-size:1rem}.faq-answer{padding:0 1.2rem}.faq-answer.active{padding:0 1.2rem 1.2rem}.faq-answer p{font-size:.85rem;line-height:1.6}}@media (width<=480px){.faq{padding:3rem 0}.faq-question{gap:.5rem;padding:.9rem 1rem;font-size:.85rem}.faq-question span{width:24px;min-width:24px;height:24px;min-height:24px;font-size:.9rem}.faq-answer{padding:0 1rem}.faq-answer.active{padding:0 1rem 1rem}}.footer{color:#fff;background:linear-gradient(135deg,#050505 0%,#1a1a1a 50%,#050505 100%);border-top:1px solid #fc03;padding:4rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffcc000d 0%,#0000 70%);position:absolute;inset:0}.footer-content{grid-template-columns:1.25fr .9fr .9fr 1.35fr;gap:1rem;margin-bottom:3rem;display:grid}@media (width<=980px){.footer-content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.footer-content{grid-template-columns:1fr}}.footer-section h3{color:#ff8a1f;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.footer-brand-logo{width:min(230px,100%);height:auto;margin-bottom:1.5rem;display:block}.footer-section a{color:#fffc;margin-bottom:.7rem;text-decoration:none;transition:all .3s;display:block}.footer-section a:hover{color:#fff;transform:translate(5px)}.footer-section p{color:#ffffffb3;margin-bottom:.7rem}.footer-section a{color:#ffffffb3}.footer-section a:hover{color:#2ea9f6}.footer-bottom{text-align:center;color:#fffc;border-top:1px solid #fff3;padding-top:2rem}.device-item{transition:transform .3s}.device-item:hover{transform:scale(1.1)}@media (width<=768px){.nav-links{display:none}.mobile-menu{display:block}.hero{text-align:center;min-height:auto;padding:2rem 0 4rem}.hero-content{text-align:center}.hero h1{font-size:clamp(2rem,9vw,2.25rem);line-height:1.16}.hero p{text-align:center;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.hero-stats{justify-content:center;gap:2rem;margin:2rem 0}.stat-item{text-align:center;align-items:center}.stat-number{font-size:2rem}.stat-label{font-size:.75rem}.hero-cta-group{flex-direction:column;justify-content:center;align-items:stretch;width:100%}.cta-button,.cta-button-secondary{text-align:center;width:100%;max-width:100%;padding:1.2rem 2rem;font-size:1rem}.section-title{font-size:1.8rem}.activation-badge{margin-bottom:1.25rem;padding:.6rem 1.5rem;font-size:.85rem}.germany-hero-badge{margin-bottom:.5rem}.hero-stats{justify-content:center}.pricing-grid,.features-grid{grid-template-columns:1fr}.pricing-card.popular{transform:none}.container{padding:0 15px}.features-grid,.pricing-grid,.steps,.testimonials-grid{grid-template-columns:1fr}.slider-item{flex:0 0 160px;height:100px}.infinite-slider.MoviePosters .slider-item,.infinite-slider.SportsPosters .slider-item{flex:0 0 150px;height:240px}.slider-title{font-size:1.3rem}}@media (width<=480px){.slider-item{flex:0 0 140px;height:90px}.infinite-slider.MoviePosters .slider-item,.infinite-slider.SportsPosters .slider-item{flex:0 0 130px;height:200px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{opacity:1!important;animation:none!important;transform:none!important}.hero{overflow:visible;transform:none!important}.hero:before,.hero:after,.activation-badge{animation:none!important}@media (width<=768px){.hero{padding-bottom:7rem}}.testimonials{background:#fff;padding:5rem 0;overflow:hidden}.testimonials .section-title{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.testimonials-slider-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.testimonials-slider{will-change:transform;gap:2rem;display:flex;transform:translate(0)}.testimonial{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex:0 0 350px;padding:2rem;position:relative;box-shadow:0 10px 30px #00000014}.testimonial-rating{justify-content:center;align-items:center;gap:.35rem;margin-bottom:1rem;display:flex}.star{color:var(--brand-primary);font-size:1.1rem}.rating-number{background:color-mix(in oklab, var(--brand-primary) 14%, white);color:var(--brand-primary);border:2px solid var(--brand-primary);border-radius:999px;margin-right:.5rem;padding:.25rem .55rem;font-size:.8rem;font-weight:700}.testimonial-text{color:var(--text-secondary);text-align:left;margin-bottom:1.25rem;font-size:.98rem;line-height:1.65}.testimonial-author{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.05rem;font-weight:800}.testimonial-image{background:var(--muted);border-radius:15px;width:100%;height:200px;overflow:hidden;box-shadow:0 5px 15px #0000000f}.testimonial-image img{object-fit:cover;width:100%;height:100%}.slider-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.dot{cursor:pointer;background:#cbd5e1;border-radius:50%;width:10px;height:10px;transition:transform .2s,background .2s}.dot.active{background:var(--brand-primary);transform:scale(1.1)}.slider-nav{cursor:pointer;width:50px;height:50px;color:var(--text-secondary);background:#fff;border:none;border-radius:999px;outline:2px solid #0000;justify-content:center;align-items:center;font-size:1.2rem;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #00000014}.slider-nav:hover{outline-color:var(--brand-primary);background:#f8fafc;transform:translateY(-50%)scale(1.06)}.slider-nav.prev{left:-25px}.slider-nav.next{right:-25px}@media (width<=992px){.testimonial{flex-basis:320px}}@media (width<=768px){.testimonial{flex-basis:300px}.testimonials-slider-container{padding:0 1rem}.slider-nav{display:none}}.framer-21r45o{background-color:#bb222217;border-radius:20px;align-items:center;width:14.1rem;margin-bottom:10px;padding:5px;display:flex}.circle{background-color:#0d6efd;border-radius:50%;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;margin-right:10px;display:flex}.fa{color:#fff;size:1rem}.section-features{position:relative;top:-25vh}.scroller2024{--_duration:40s;--_direction:normal;--_gap:1rem;justify-content:center;max-width:100%;overflow:hidden}.scroller2024[data-speed=fast]{--_duration:20s}.scroller2024[data-speed=slow]{--_duration:60s}.scroller2024[data-direction=left]{--_direction:normal}.scroller2024[data-direction=right]{--_direction:reverse}.scroller2024[data-animated=true]{-webkit-mask:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.scroller__inner2024{gap:var(--_gap);flex-wrap:wrap;padding-block:1rem;display:flex}.scroller2024[data-animated=true] .scroller__inner2024{width:max-content;animation-name:hsm-scroll;animation-duration:var(--_duration);animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:var(--_direction);flex-wrap:nowrap;animation-fill-mode:both}@keyframes hsm-scroll{0%{transform:translate(0,0)}to{transform:translate3d(calc(-50% - (var(--_gap) / 2)), 0, 0)}}.scroller__inner2024 img{width:10rem}.movies-cust img{border-radius:25px;width:20rem;height:30rem}.reviews-cust img{border-radius:25px;width:15rem;height:25rem}.custsport img{border-radius:15px;height:7rem}.scrollerdiv{background:0 0;place-content:center;min-block-size:10vh;display:grid}@media screen and (width<=767px){.scroller__inner2024 img{width:7.5rem}.movies-cust img{border-radius:25px;width:12rem;height:20rem}.custsport img{border-radius:15px;width:7rem;height:5rem}}.tag-list{margin:0;padding-inline:0;list-style:none}.tag-list li{background:var(--clr-primary-400);box-shadow:0 .5rem 1rem -.25rem var(--clr-primary-900);border-radius:.5rem;padding:1rem}#title{vertical-align:middle;font-size:2.6em}.main-title{font-size:2.3rem;font-weight:600}.footer-widget-newsletter .reondesdiv{background-color:#fff;border-radius:.7rem;justify-content:center;align-items:center;width:3.3rem;height:2.5rem;margin-left:.3rem;display:flex;overflow:hidden}.footer-widget-newsletter .reondesdiv img{width:auto;height:auto;display:block;overflow:hidden}.payment-list{padding-left:0}.footer-widget-logo img{width:80px;margin-bottom:1.5rem}.whatsapp_float{color:#fff;text-align:center;z-index:100;background-color:#25d366;border-radius:50px;width:60px;height:60px;font-size:30px;animation:2s infinite pulse;position:fixed;bottom:40px;right:40px;box-shadow:2px 2px 3px #999}.whatsapp-icon{margin-top:16px}@media screen and (width<=767px){.whatsapp-icon{margin-top:13px}.whatsapp_float{width:60px;height:60px;font-size:32px;bottom:25px;right:20px}}.font-selector-hsm{letter-spacing:0;text-align:center;color:#0b0e29;font-family:Inter,Inter Placeholder,sans-serif;font-size:35px;font-weight:700;line-height:1.1em}.corner-ribbon{text-align:center;width:9.3em;height:9.3em;padding:0;position:absolute;top:-3px;left:-3px;& .cr-inner{color:#4b53f0;clip-path:polygon(0 0,100% 0,0 100%);background:#fff;border-radius:16px 8px 0;position:absolute;inset:0}& .cr-text{align-items:center;font-size:1em;font-weight:700;line-height:1.3;display:block;transform:rotate(-45deg)translateY(.7em)translate(-2.7em);& strong{text-transform:uppercase;font-weight:400;display:block}}&:before,&:after{content:"";z-index:-1;background:#fff;position:absolute}&:before{border-radius:0 0 0 50%;width:3px;height:8px;top:calc(100% - 8px);left:0}&:after{border-radius:0 50% 0 0;width:8px;height:3px;top:0;left:calc(100% - 8px)}}.corner-ribbon-blue{text-align:center;width:8.3em;height:8.3em;padding:0;position:absolute;top:-5px;left:-5px;& .cr-inner{color:#fff;clip-path:polygon(0 0,100% 0,0 100%);background:#4b53f0;border-radius:16px 8px 0;position:absolute;inset:0}& .cr-text{align-items:center;font-size:.8em;font-weight:700;line-height:1.3;display:block;transform:rotate(-45deg)translateY(.6em)translate(-2.8em);& strong{text-transform:uppercase;font-weight:400;display:block}}&:before,&:after{content:"";z-index:-1;background:#4b53f0;position:absolute}&:before{border-radius:0 0 0 50%;width:3px;height:8px;top:calc(100% - 8px);left:0}&:after{border-radius:0 50% 0 0;width:8px;height:3px;top:0;left:calc(100% - 8px)}}.cr-text{align-items:center;font-size:.8em;font-weight:700;line-height:1.3;display:block;transform:rotate(-45deg)translateY(.7em)translate(-2.8em);& strong{text-transform:uppercase;font-weight:400;display:block}}&:before{border-radius:0 0 0 50%;width:3px;height:8px;top:calc(100% - 8px);left:0}&:after{border-radius:0 50% 0 0;width:8px;height:3px;top:0;left:calc(100% - 8px)}@media (width<=767px){#title{text-align:left;font-size:2rem;display:inline-block}.headerText{text-align:left;display:inline-block}section{padding:2rem 0}.star-rating{display:block}.custumh2>h2{font-size:1.4rem}.framer-21r45o{margin-bottom:4%}.custmarg{margin-top:4%}.justify-content-center{justify-content:center!important}}.card-body p{font-size:.875rem}.scroller2024{text-align:left;--_speed:50s;--_gap:2rem;direction:ltr;overflow:hidden}.scroller2024[data-speed=slow]{--_speed:65s}.scroller2024[data-speed=fast]{--_speed:38s}.scroller2024[data-animated=true]{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 4rem calc(100% - 4rem),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 4rem calc(100% - 4rem),#0000 100%)}.scroller__inner2024{align-items:center;gap:var(--_gap);will-change:transform;backface-visibility:hidden;direction:ltr;margin-left:0;margin-right:auto;display:flex}.scroller2024[data-animated=true] .scroller__inner2024{width:max-content;animation:hsm-scroll var(--_speed) linear infinite;animation-play-state:running!important}.scroller2024[data-direction=right][data-animated=true] .scroller__inner2024{animation-direction:reverse}.scroller__inner2024>*{flex:none}.nav-backdrop{display:none}.nav-drawer{z-index:1100;color:#fff;padding:max(16px, env(safe-area-inset-top)) clamp(18px, 5vw, 28px) clamp(18px, 6vw, 32px);contain:layout;backdrop-filter:blur(20px);background-color:#0000;background-image:radial-gradient(circle at 20%,#ffcc0026 0%,#0000 50%),radial-gradient(circle at 80% 80%,#dd000026 0%,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;gap:16px;transition:transform .28s;display:flex;position:fixed;inset:0;transform:translateY(-100%)}.nav-drawer.is-open{transform:translateY(0)}@media (width>=993px){.nav-drawer{display:none!important}}.nav-drawer[hidden]{display:none!important}.nav-drawer{z-index:1100;color:#fff;padding:max(16px, env(safe-area-inset-top)) clamp(18px, 5vw, 28px) clamp(18px, 6vw, 32px);opacity:0;pointer-events:none;backdrop-filter:blur(20px);background-color:#0000;background-image:radial-gradient(circle at 20%,#ffcc0026 0%,#0000 50%),radial-gradient(circle at 80% 80%,#dd000026 0%,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;gap:16px;transition:transform .28s,opacity .2s;display:flex;position:fixed;inset:0;transform:translateY(-100%)}.nav-drawer.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-drawer__head{justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.nav-close{backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#1a1a2ecc;border:1px solid #fc03;border-radius:12px;width:40px;height:40px;transition:all .3s;box-shadow:0 4px 15px #0000004d}.nav-close:hover{background:#1a1a2ef2;border-color:#fc06;transform:scale(1.05);box-shadow:0 6px 20px #fc03}.nav-drawer__links{gap:10px;margin:8px 0 0;padding:0;list-style:none;display:grid}.nav-drawer__links a{color:#fff;letter-spacing:.2px;backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #fc03;border-radius:14px;width:100%;padding:14px 18px;font-size:clamp(18px,3.8vw,20px);font-weight:800;text-decoration:none;transition:all .3s;display:block;box-shadow:0 4px 15px #0000004d}.nav-drawer__links a:hover{background:#1a1a2ef2;border-color:#fc06;transform:translate(4px);box-shadow:0 6px 20px #fc03}.nav-drawer__cta{text-align:center;color:#fff;cursor:pointer;background:linear-gradient(135deg,#2ea9f6 0%,#0d5bd7 100%);border:none;border-radius:50px;margin-top:auto;padding:16px 24px;font-size:clamp(16px,3.8vw,18px);font-weight:900;text-decoration:none;transition:all .3s;display:block;box-shadow:0 8px 24px #fc06}.nav-drawer__cta:hover{background:linear-gradient(135deg,#ff8a1f 0%,#d95500 100%);transform:translateY(-2px);box-shadow:0 12px 32px #ffcc0080}.no-scroll{overflow:hidden}@media (width>=993px){.nav-drawer{display:none!important}}:root{--tvz-brand-1:#2ea9f6;--tvz-brand-2:#0d5bd7;--tvz-text-1:#1e293b;--tvz-text-2:#475569;--tvz-surface:#fff;--tvz-muted:#f8fafc;--tvz-border:#eef2f7}.tvz-testimonials{background:linear-gradient(135deg,#050505 0%,#1a1a1a 50%,#050505 100%);padding:clamp(4rem,5.5vw,5.5rem) 0;position:relative;overflow:hidden}.tvz-testimonials:before{content:"";pointer-events:none;background:radial-gradient(circle,#2ea9f614 0%,#0000 70%);position:absolute;inset:0}.tvz-testimonials__title{text-align:center;background:linear-gradient(135deg, var(--tvz-brand-1), var(--tvz-brand-2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2.5rem;font-size:2.4rem;font-weight:800}#tvz-testimonials-carousel .owl-stage-outer{padding:16px 0 24px}#tvz-testimonials-carousel{direction:ltr;width:100%;padding:16px 0 24px;overflow:hidden}.tvz-testimonials-track{will-change:transform;backface-visibility:hidden;align-items:stretch;gap:clamp(12px,1.15vw,18px);width:max-content;display:flex}.tvz-testimonial-slide{background:linear-gradient(145deg,#111827,#241319);border:1px solid #6491ef57;border-radius:20px;flex:none;line-height:0;overflow:hidden;transform:translateZ(0);box-shadow:0 14px 34px #0000005c}.tvz-testimonial-slide img{aspect-ratio:auto;object-fit:contain;object-position:top center;width:100%;max-width:100%;height:auto;display:block}@media (width<=767px){.tvz-testimonial-slide{border-radius:16px}}#tvz-testimonials-carousel.owl-carousel .owl-dots{text-align:center;margin-top:14px}#tvz-testimonials-carousel.owl-carousel .owl-dots .owl-dot span{background:#cbd5e1;border-radius:999px;width:10px;height:10px;margin:4px;transition:all .25s}#tvz-testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span{background:linear-gradient(135deg, var(--tvz-brand-1), var(--tvz-brand-2));transform:scale(1.2)}#tvz-testimonials-carousel .owl-item{opacity:1}.roadmap-section{background:linear-gradient(135deg,#111 0%,#1a1a1a 50%,#111 100%);max-width:1200px;margin:0 auto;padding:6rem 1rem;position:relative;overflow:hidden}.roadmap-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#ffcc000d 0%,#0000 50%);position:absolute;inset:0}.roadmap-container{align-items:flex-start;gap:3rem;display:flex}.roadmap-left{background:var(--brand-gradient);border-radius:1.5rem;flex:1;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #ffcc002e,0 10px 18px #dd00001a}.roadmap-left:before{content:"";opacity:.25;background-image:radial-gradient(circle at 25% 25%,#fff 2px,#0000 2px),radial-gradient(circle at 75% 25%,#fff 2px,#0000 2px),radial-gradient(circle at 25% 75%,#fff 2px,#0000 2px),radial-gradient(circle at 75% 75%,#fff 2px,#0000 2px);background-size:15px 15px;width:64px;height:64px;position:absolute;top:1.25rem;right:1.25rem}.roadmap-left:after{content:"";opacity:.35;background:repeating-linear-gradient(90deg,#ffffffa6 0 8px,#0000 8px 16px);border-radius:12px;width:92px;height:20px;position:absolute;bottom:1.25rem;right:1.5rem}.roadmap-title{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;font-size:2rem;font-weight:800}.roadmap-steps{flex-direction:column;gap:1.25rem;display:flex}.roadmap-step{opacity:0;align-items:center;gap:1rem;animation:.6s ease-out forwards slideIn;display:flex;transform:translate(-20px)}.roadmap-step:first-child{animation-delay:.2s}.roadmap-step:nth-child(2){animation-delay:.4s}.roadmap-step:nth-child(3){animation-delay:.6s}.step-number{color:var(--brand-secondary);background:#fff;border-radius:1.5rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.2rem;font-weight:800;display:flex;box-shadow:0 8px 20px #00000014}.step-text{color:#fff;font-size:1.15rem;font-weight:700}.step-divider{background:#ffffff59;width:100%;height:2px;margin:.5rem 0}.roadmap-right{flex:1;padding:1rem 0}.roadmap-right-title{color:var(--text-primary);background:linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.4rem;font-weight:800;line-height:1.2}.roadmap-right-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.075rem}.detailed-steps{flex-direction:column;gap:1.75rem;margin-bottom:2.5rem;display:flex}.detailed-step{opacity:0;gap:1rem;animation:.6s ease-out forwards slideUp;display:flex;transform:translateY(20px)}.detailed-step:first-child{animation-delay:.8s}.detailed-step:nth-child(2){animation-delay:1s}.detailed-step:nth-child(3){animation-delay:1.2s}.detailed-step-number{color:#fff;background:var(--brand-gradient);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-top:.2rem;font-weight:700;display:flex;box-shadow:0 6px 16px #ffcc0040}.detailed-step-content h3{color:var(--text-primary);margin-bottom:.35rem;font-size:1.2rem;font-weight:800}.detailed-step-content p{color:var(--text-secondary);line-height:1.6}.roadmap-section .cta-button{background:var(--brand-gradient);color:#fff;cursor:pointer;letter-spacing:.02em;opacity:0;border:none;border-radius:.9rem;padding:1rem 2.4rem;font-size:1.05rem;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s;animation:.6s ease-out 1.4s forwards slideUp;display:inline-block;transform:translateY(20px)}.roadmap-section .cta-button:hover{transform:translateY(-2px);box-shadow:0 14px 32px #ffcc0047}@keyframes slideIn{to{opacity:1;transform:translate(0)}}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@media (width<=768px){.roadmap-container{flex-direction:column;gap:2rem}.roadmap-section{padding:2rem 1rem}.roadmap-title{font-size:1.6rem}.roadmap-right-title{font-size:2rem}}:root{--brand-gradient:linear-gradient(135deg, #2ea9f6 0%, #0d5bd7 100%)}.pricing-promo{color:#fff;text-align:center;background:var(--brand-gradient);border-radius:20px;margin:0 0 2rem;padding:clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,3vw,2.5rem);font-size:clamp(1rem,2.5vw,1.5rem);font-weight:700;line-height:1.4;position:relative;overflow:hidden;box-shadow:0 10px 25px #dd00002e}.pricing-promo:before{content:"";opacity:.25;pointer-events:none;background:repeating-linear-gradient(90deg,#ffffff26 0 20px,#0000 20px 40px);border-radius:12px;width:200px;height:140%;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.pricing-promo:after{content:"";pointer-events:none;background:linear-gradient(#ffffff14,#0000 60%);position:absolute;inset:0}.pricing-promo__text{word-wrap:break-word;max-width:100%;display:inline-block}@media (width<=768px){.pricing-promo{border-radius:14px;padding:1.25rem 1rem;font-size:1rem}}.rts-section__description{color:var(--btc);margin:0 auto;font-family:Inter,sans-serif;font-size:24px;font-weight:400}.paystrip__logos{flex-wrap:wrap;gap:clamp(10px,2vw,18px);margin:0;padding:0;list-style:none;display:flex}.pay-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;place-items:center;padding:clamp(10px,1.6vw,14px) clamp(14px,2.2vw,18px);transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 10px 24px #00000024}.pay-card img{width:auto;height:clamp(32px,6vw,44px);display:block}.pay-card:hover{outline-offset:0;background:linear-gradient(#fff, #fff) padding-box, var(--brand-grad) border-box;border:2px solid #0000;outline:2px solid #0000;transform:translateY(-2px);box-shadow:0 10px 26px #dd000047}@media (width<=520px){.paystrip__logos{gap:12px}.pay-card{border-radius:14px;padding:10px 14px}}.pay-accept__logos{grid-template-columns:repeat(5,minmax(0,64px));justify-content:flex-start;align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:grid}.pay-accept__badge{box-sizing:border-box;background:#fff;border:1px solid #0000000f;border-radius:12px;justify-content:center;align-items:center;width:64px;height:50px;padding:5px;display:flex;box-shadow:0 4px 12px #0000001f}.pay-accept__badge img{object-fit:contain;width:100%;height:100%;display:block}.payment-logo{color:#111;white-space:nowrap;justify-content:center;align-items:center;width:100%;height:100%;font-family:Arial,sans-serif;font-weight:700;display:flex}.payment-logo--maestro{color:#fff;text-transform:lowercase;isolation:isolate;font-size:8px;position:relative}.payment-logo--maestro:before,.payment-logo--maestro:after{content:"";z-index:-1;border-radius:50%;width:29px;height:29px;position:absolute;top:5px}.payment-logo--maestro:before{background:#e30613;left:13px}.payment-logo--maestro:after{opacity:.92;background:#0099df;right:13px}.payment-logo--apple{letter-spacing:-.6px;font-size:15px}.payment-logo--apple .apple-mark{margin-right:2px;font-size:20px}.payment-logo--google{letter-spacing:-.7px;gap:3px;font-size:17px}.google-g-mark{background:conic-gradient(from -45deg, #4285f4 0 25%, #34a853 25% 42%, #fbbc05 42% 66%, #ea4335 66% 83%, #4285f4 83% 100%);border-radius:50%;flex:0 0 20px;width:20px;height:20px;position:relative}.google-g-mark:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:5px}.google-g-mark:after{content:"";background:#4285f4;width:10px;height:5px;position:absolute;top:8px;right:0}.google-pay-word{color:#202124;font-weight:600}.pricing-payment-methods{justify-content:center;align-items:center;gap:5px;width:100%;margin:14px auto 4px;display:flex}.pricing-payment-badge{box-sizing:border-box;background:#fff;border:1px solid #00000014;border-radius:10px;flex:0 56px;justify-content:center;align-items:center;width:56px;min-width:0;height:40px;padding:4px;display:flex;overflow:hidden;box-shadow:0 5px 14px #0003}.pricing-payment-badge>img{object-fit:contain;width:100%;height:100%;display:block}.pricing-payment-badge .payment-logo{width:100%;height:100%}.pricing-payment-badge .payment-logo--maestro{font-size:7px}.pricing-payment-badge .payment-logo--maestro:before,.pricing-payment-badge .payment-logo--maestro:after{width:25px;height:25px;top:3px}.pricing-payment-badge .payment-logo--maestro:before{left:7px}.pricing-payment-badge .payment-logo--maestro:after{right:7px}.pricing-payment-badge .payment-logo--apple{font-size:12px}.pricing-payment-badge .payment-logo--apple .apple-mark{font-size:16px}.pricing-payment-badge .payment-logo--google{gap:2px;font-size:14px}.pricing-payment-badge .google-g-mark{flex-basis:16px;width:16px;height:16px}.pricing-payment-badge .google-g-mark:before{inset:4px}.pricing-payment-badge .google-g-mark:after{width:8px;height:4px;top:6px}.pricing-card .cta-button{text-align:center;text-transform:none;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.22rem;width:100%;min-height:72px;margin:0;padding:.75rem .9rem;line-height:1.2;display:flex;box-shadow:0 14px 36px #ff8a1f47}.pricing-card .cta-button:after{content:none;display:none}.pricing-card .cta-button--featured{box-shadow:0 16px 42px #ffcc0059}.pricing-cta__main{color:#fff;letter-spacing:.01em;justify-content:center;align-items:center;gap:.5rem;font-size:clamp(.9rem,1.35vw,1.03rem);font-weight:900;display:inline-flex}.pricing-cta__main i:first-child{color:#fff7bf;font-size:.95em}.pricing-cta__sub{color:#ffffffe0;letter-spacing:.015em;font-size:.82rem;font-weight:650}@media (width<=480px){.pricing-card .cta-button{border-radius:14px;min-height:66px;padding:.65rem .6rem}.pricing-cta__main{gap:.38rem;font-size:.88rem}.pricing-cta__sub{font-size:.78rem}}@media (width<=380px){.pricing-payment-methods{gap:3px}.pricing-payment-badge{flex-basis:48px;width:48px;height:36px}}@media (width<=768px){.pay-accept__logos{grid-template-columns:repeat(5,minmax(0,58px));gap:5px}.pay-accept__badge{width:58px}}.whatsapp-float{cursor:pointer;z-index:9999;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;gap:0;width:58px;min-height:58px;padding:0;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s ease-out whatsappFadeIn,2s .6s infinite whatsappPulse;display:flex;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 4px 20px #25d36666,0 8px 30px #25d3664d,0 0 #25d36666}.whatsapp-float:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.whatsapp-float:hover:before{width:300px;height:300px}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36680,0 12px 40px #25d36666,0 0 #25d36699}.whatsapp-float:active{transform:scale(.95)}.whatsapp-float:focus-visible{outline-offset:4px;outline:3px solid #2ea9f6}.whatsapp-float svg{fill:#fff;z-index:1;filter:drop-shadow(0 2px 4px #0003);flex:0 0 31px;width:31px;height:31px;position:relative}.whatsapp-copy{z-index:1;color:#fff;flex-direction:column;align-items:flex-start;min-width:0;line-height:1.15;display:flex;position:relative}.whatsapp-copy strong{letter-spacing:.01em;font-size:13px;font-weight:800}.whatsapp-copy small{color:#ffffffe0;white-space:nowrap;margin-top:4px;font-size:9px;font-weight:600}.whatsapp-contact-cue{z-index:2;color:#171717;background:#ffb300;border:2px solid #128c7e;border-radius:50%;place-items:center;width:19px;height:19px;font-size:10px;font-weight:900;display:grid;position:absolute;top:7px;right:9px;box-shadow:0 3px 9px #00000047}.whatsapp-tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:10000;background:linear-gradient(135deg,#2ea9f6 0%,#0d5bd7 100%);border-radius:12px;padding:12px 18px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;right:70px;transform:translateY(-50%);box-shadow:0 4px 20px #2543eb4d}.whatsapp-tooltip:after{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:6px solid #2ea9f6;width:0;height:0;position:absolute;top:50%;right:-6px;transform:translateY(-50%)}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;visibility:visible;right:80px}@keyframes whatsappPulse{0%{box-shadow:0 4px 20px #25d36666,0 8px 30px #25d3664d,0 0 #25d36666}50%{box-shadow:0 4px 20px #25d36666,0 8px 30px #25d3664d,0 0 0 10px #25d36600}to{box-shadow:0 4px 20px #25d36666,0 8px 30px #25d3664d,0 0 #25d36600}}@keyframes whatsappFadeIn{0%{opacity:0;transform:scale(0)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=768px){.whatsapp-float{border-radius:50%;gap:0;width:54px;min-height:54px;padding:0;bottom:15px;right:15px}.whatsapp-float svg{flex-basis:28px;width:28px;height:28px}.whatsapp-tooltip{display:none}.whatsapp-float:hover{transform:scale(1.05)}}@media (width<=480px){.whatsapp-float{width:52px;min-height:52px;padding:0;bottom:12px;right:12px}.whatsapp-float svg{flex-basis:27px;width:27px;height:27px}.whatsapp-copy strong{font-size:11px}.whatsapp-copy small{font-size:8px}.whatsapp-contact-cue{width:17px;height:17px;font-size:9px;top:5px;right:6px}}.hero h1,.hero h1 .highlight-iptv,.section-title,.slider-title,.tvz-testimonials__title,.roadmap-title,.roadmap-right-title,.package-name,.rts-section__description{filter:none;color:#fff!important;-webkit-text-fill-color:#fff!important;background:0 0!important}.footer .footer-section h3{filter:none;color:#2ea9f6!important;background:linear-gradient(135deg,#2ea9f6,#0d5bd7)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important}.scroller__inner2024:not(.movies-cust):not(.custsport) img,.scroller__inner2024:not(.movies-cust):not(.custsport) img[src$=\.svg],.scroller__inner2024:not(.movies-cust):not(.custsport) img[src*=\.svg]{object-fit:contain!important;object-position:center!important;background:#555!important;border-color:#ffcc0047!important;padding:16px!important}.scroller__inner2024:not(.movies-cust):not(.custsport) img:hover{background:#626262!important;border-color:#ffcc008c!important}.brand-belt{--_gap:1rem}.brand-belt .brand-card{background:linear-gradient(145deg,#626262,#484848);border:1px solid #ffae0052;border-radius:clamp(14px,1.25vw,18px);flex:none;place-items:center;width:clamp(112px,min(100vw,1440px)/8 - .875rem,166px);height:clamp(82px,8.2vw,116px);transition:transform .25s,border-color .25s,box-shadow .25s;display:grid;overflow:hidden;box-shadow:0 12px 28px #00000057,inset 0 1px #ffffff14}.scroller2024.brand-belt .scroller__inner2024 .brand-card img,.scroller2024.brand-belt .scroller__inner2024 .brand-card img:hover{width:145%!important;min-width:145%!important;max-width:none!important;height:145%!important;min-height:145%!important;max-height:none!important;box-shadow:none!important;object-fit:contain!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;transform:none!important}.brand-belt .brand-card:hover{border-color:#ffae00b3;transform:translateY(-4px);box-shadow:0 16px 34px #0000006b,0 0 20px #ff80001f}@media (width<=600px){.brand-belt{--_gap:.45rem;-webkit-mask-image:linear-gradient(90deg,#0000,#000 1.5% 98.5%,#0000)!important;mask-image:linear-gradient(90deg,#0000,#000 1.5% 98.5%,#0000)!important}.brand-belt .brand-card{border-radius:11px;width:clamp(94px,33.3333vw - .8rem,118px);height:clamp(68px,21.5vw,82px)}.scroller2024.brand-belt .scroller__inner2024 .brand-card img,.scroller2024.brand-belt .scroller__inner2024 .brand-card img:hover{width:185%!important;min-width:185%!important;height:185%!important;min-height:185%!important}}.sports-belt{--_gap:clamp(.75rem, 1.5vw, 1.25rem);--_speed:32s;border-block:1px solid #ff990038;width:min(100%,1440px);margin-inline:auto;padding:clamp(1rem,2vw,1.6rem) 0;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06;background:radial-gradient(circle at 12%,#ffae0014,#0000 28%),radial-gradient(circle at 88%,#ef270012,#0000 28%),linear-gradient(#151515,#0b0b0b)!important;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)!important;mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)!important}.sports-belt .scroller__inner2024.custsport{align-items:stretch;padding-block:.25rem}.sports-belt .scroller__inner2024.custsport img,.sports-belt .scroller__inner2024.custsport img[src$=\.svg],.sports-belt .scroller__inner2024.custsport img[src*=\.svg]{image-rendering:auto;transform:translateZ(0);object-fit:contain!important;background:radial-gradient(circle at 50% 15%,#ffffff12,#0000 55%),linear-gradient(145deg,#171717,#070707)!important;border:1px solid #ffa9004d!important;border-radius:clamp(14px,1.4vw,20px)!important;width:clamp(168px,14vw,218px)!important;min-width:clamp(168px,14vw,218px)!important;max-width:clamp(168px,14vw,218px)!important;height:clamp(112px,9.4vw,146px)!important;min-height:clamp(112px,9.4vw,146px)!important;max-height:clamp(112px,9.4vw,146px)!important;padding:clamp(.6rem,1.1vw,.9rem)!important;transition:transform .28s,border-color .28s,box-shadow .28s,background .28s!important;box-shadow:0 14px 32px #00000061,inset 0 1px #ffffff0f!important}.sports-belt .scroller__inner2024.custsport img:hover{transform:translateY(-5px)scale(1.025);background:radial-gradient(circle at 50% 15%,#ffb7001a,#0000 55%),linear-gradient(145deg,#1d1d1d,#090909)!important;border-color:#ffae00d1!important;box-shadow:0 18px 38px #00000075,0 0 24px #ff77002b!important}.sports-belt[data-animated=true] .scroller__inner2024.custsport{animation-name:hsm-scroll}@media (width<=600px){.sports-belt{--_gap:.7rem;--_speed:22s;width:100%;padding-block:.85rem;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)!important;mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)!important}.sports-belt .scroller__inner2024.custsport img,.sports-belt .scroller__inner2024.custsport img[src$=\.svg],.sports-belt .scroller__inner2024.custsport img[src*=\.svg]{border-radius:13px!important;width:136px!important;min-width:136px!important;max-width:136px!important;height:92px!important;min-height:92px!important;max-height:92px!important;padding:.55rem!important}}.device-showcase{background:radial-gradient(circle at 15% 30%,#ff6a0029,#0000 32%),radial-gradient(circle at 85% 70%,#ffcc001a,#0000 30%),#080808;border-block:1px solid #ffcc002b;padding:clamp(4rem,7vw,6.5rem) 0;position:relative;overflow:hidden}.device-showcase__header{text-align:center;max-width:850px;margin:0 auto clamp(2rem,4vw,3.25rem)}.device-showcase__title{color:#fff;letter-spacing:-.035em;margin:0 0 .85rem;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.08}.device-showcase__title span{background:linear-gradient(135deg,#2ea9f6,#0d5bd7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.device-showcase__intro{color:#ffffffad;margin:0;font-size:clamp(1rem,1.8vw,1.18rem);line-height:1.65}.device-showcase__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;display:grid}.device-brand-card{text-align:center;background:linear-gradient(145deg,#fff,#f5f5f5);border:1px solid #ffffffbf;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;min-width:0;min-height:154px;padding:1.15rem .65rem 1rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 14px 32px #00000047}.device-brand-card:hover{border-color:#ff8a1f;transform:translateY(-6px)scale(1.015);box-shadow:0 18px 38px #ff6a0033}.device-brand-card__mark{color:#090909;white-space:nowrap;justify-content:center;align-items:center;gap:.4rem;width:100%;min-height:55px;font-family:Arial,Helvetica,sans-serif;font-size:clamp(1.15rem,1.8vw,1.65rem);font-weight:900;line-height:1;display:flex}.device-brand-card__mark i{font-size:2.25rem}.device-brand-card__label{color:#697386;font-size:.88rem;font-weight:750}.brand--android{color:#34a853}.brand--fire{color:#f4511e;font-weight:500}.brand--windows{color:#2878d5}.brand--huawei{color:#cf0a2c}.brand--toshiba,.brand--lenovo{color:#e2231a}.brand--nvidia{color:#76b900}.brand--xiaomi strong,.brand--tcl strong{color:#fff;border-radius:4px;padding:.42rem .52rem}.brand--xiaomi strong{background:#f56600}.brand--tcl strong{background:#ed1c24}.brand--samsung{letter-spacing:.12em;font-size:1.25rem}.brand--sony{letter-spacing:.05em;font-family:Georgia,serif}.brand--formuler{font-size:1.2rem;font-style:italic}@media (width<=1050px){.device-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=620px){.device-showcase{padding:3.25rem 0}.device-showcase__header{margin-bottom:1.7rem}.device-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.device-brand-card{border-radius:14px;gap:.45rem;min-height:108px;padding:.7rem .3rem}.device-showcase__grid:not(.is-rotating) .device-brand-card:nth-child(n+5),.device-showcase__grid.is-rotating .device-brand-card{display:none}.device-showcase__grid.is-rotating .device-brand-card.is-mobile-visible{animation:.42s both device-card-enter;display:flex}.device-brand-card__mark{min-height:42px;font-size:clamp(.9rem,4.1vw,1.15rem)}.device-brand-card__mark i{font-size:1.7rem}.device-brand-card__label{font-size:.74rem}.brand--samsung{letter-spacing:.08em;font-size:.82rem}.brand--formuler{font-size:.88rem}}@keyframes device-card-enter{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.device-showcase__grid.is-rotating .device-brand-card.is-mobile-visible{animation:none}}html{direction:rtl}body{text-align:right;direction:rtl}input,textarea,select,button{font-family:inherit}.hero-content,.section-title,.rts-section__description,.pricing-card,.roadmap-right,.faq,footer{direction:rtl}.pricing-card .features-list li{text-align:right}.pricing-card .features-list i{margin-left:.5rem!important;margin-right:0!important}.faq-question{text-align:right}.nav-drawer{direction:rtl}:root{--background:#f7fbff;--foreground:#0a2747;--card:#fff;--card-foreground:#0a2747;--primary:#0d5bd7;--primary-foreground:#fff;--secondary:#21a8f6;--secondary-foreground:#fff;--accent:#68c9ff;--accent-foreground:#062448;--ring:#0d5bd7;--brand-primary:#0d5bd7;--brand-secondary:#21a8f6;--israel-navy:#061a3a;--israel-blue:#0d5bd7;--israel-sky:#21a8f6;--israel-pale:#eaf6ff;--israel-gold:#ff7a00;--israel-gold-soft:#fff0df}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:20px;line-height:1.65;color:var(--foreground)!important;background:#f7fbff!important;font-family:Arial,Noto Sans Hebrew,sans-serif!important}.container{width:calc(100% - clamp(48px,14vw,300px));max-width:none;padding-inline:0}.header{backdrop-filter:blur(18px)saturate(130%);background:linear-gradient(90deg,#021130fa,#05275bf5)!important;border-bottom:1px solid #77c7ff33!important;padding:14px 0!important;box-shadow:0 10px 34px #010c2233!important}.nav{flex-direction:row;gap:clamp(24px,4vw,68px);min-height:56px}.logo{gap:10px;width:clamp(175px,13vw,235px);height:58px;text-decoration:none}.logo img{object-fit:contain;filter:none!important;width:100%!important;height:100%!important}.israel-brand-name{color:var(--israel-navy);white-space:nowrap;font-size:1.05rem;font-weight:900}.israel-brand-name span{color:var(--israel-blue)}.nav-links{direction:rtl;gap:clamp(12px,2vw,34px);margin-inline:0 auto}.nav-links a{color:#eef8ff!important;padding-inline:8px!important;font-size:1.08rem!important;font-weight:800!important}.header-trust{gap:18px;margin:0}.trust-badge{white-space:nowrap;color:#e7f5ff!important;background:0 0!important;border:0!important;padding:0!important}.trust-icon{color:#fff!important;background:linear-gradient(135deg,#ff9b20,#ff6500)!important}.mobile-menu{color:#fff!important;border-color:#ffffff40!important}.hero{isolation:isolate;align-items:center;display:flex;background:linear-gradient(90deg,#020a1c14 0%,#020e264d 48%,#020f2ad1 72%,#020f2af7 100%),url(../images/israel-hero-background-v3.webp) 50%/cover no-repeat!important;min-height:790px!important}.hero:before{opacity:.12!important;background:linear-gradient(#0108182e,#01081873)!important;animation:none!important}.hero:after{opacity:0!important}.hero .container{z-index:2;flex-direction:row;justify-content:flex-start;align-items:center;padding-block:clamp(58px,7vw,104px);display:flex;position:relative}.hero-content{width:min(100%,760px);box-shadow:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;margin-inline:0 auto;padding:0;text-align:right!important;max-width:760px!important}.germany-hero-badge{min-height:56px;color:#fff!important;background:linear-gradient(135deg,#1c4b82d1,#0d2a54e6)!important;border:1px solid #8fdaffa6!important;margin:0 0 16px 8px!important;padding:11px 18px!important;font-size:1rem!important;font-weight:900!important;box-shadow:0 8px 22px #0003,0 0 14px #2fa7ff14!important}.germany-flag{place-items:center;font-size:19px;line-height:1;box-shadow:0 0 0 3px #21a8f62e;width:32px!important;height:32px!important;color:var(--israel-blue)!important;background:#fff!important;border-radius:50%!important;display:inline-grid!important}.activation-badge{min-height:56px;color:#fff!important;background:linear-gradient(135deg,#0a5297e0,#063067eb)!important;border-color:#69cdffa8!important;margin:0 0 16px!important;padding:11px 18px!important;font-size:1rem!important;font-weight:900!important;animation:none!important;box-shadow:0 8px 22px #0003,0 0 15px #27abff1a!important}.hero h1{max-width:750px;margin-inline:0;color:#fff!important;letter-spacing:-.045em!important;text-shadow:0 12px 40px #00000040!important;font-size:clamp(3rem,5.1vw,5.6rem)!important;line-height:1.01!important}.hero h1 .highlight-iptv,.israel-gradient-text{color:#0000!important;background:linear-gradient(90deg,#fff 0%,#7fd5ff 45%,#31adfa 100%)!important;-webkit-text-fill-color:transparent!important;filter:none!important;-webkit-background-clip:text!important;background-clip:text!important}.hero p{max-width:720px;margin:24px 0 28px;color:#e7f6fff0!important;font-size:clamp(1.08rem,1.4vw,1.3rem)!important;line-height:1.75!important}.hero-content>div:last-child{font-size:1rem!important;line-height:1.7!important}.hero-stats{direction:rtl;justify-content:flex-start!important;gap:clamp(30px,4vw,64px)!important;margin-block:28px 30px!important}.stat-item{min-width:92px!important;box-shadow:none!important;background:0 0!important;border:0!important;align-items:flex-start!important;padding:0!important}.stat-number{color:#ff8b16!important;-webkit-text-fill-color:#ff8b16!important;font-size:clamp(2rem,2.7vw,3rem)!important}.stat-label{color:#ffffffb8!important}.hero-cta-group{margin-bottom:20px;justify-content:flex-start!important;gap:14px!important}.hero-cta-group a{text-align:center;min-width:220px;padding:16px 24px!important;font-size:1rem!important;font-weight:900!important}.cta-button,.nav-drawer__cta{color:#251300!important;background:linear-gradient(135deg,#ff941f,#ff6b00)!important;border:1px solid #ffffff2e!important;box-shadow:0 12px 28px #db59004d!important}.cta-button:hover{transform:translateY(-2px)!important;box-shadow:0 16px 34px #db590061!important}.cta-button-secondary{color:#eaf8ff!important;background:#ffffff12!important;border-color:#9bdeff8c!important}.israel-hero-visual{display:none!important}.israel-hero-visual img{object-fit:contain;opacity:1;border:1px solid #81cfff52;border-radius:20px;width:100%;height:auto;display:block;box-shadow:0 24px 56px #00000057}.features,.content-showcase,.pricing,.roadmap-section,.faq,.device-showcase,.tvz-testimonials{color:var(--foreground)!important;background:#f7fbff!important}.features,.pricing,.faq{background-image:linear-gradient(#f7fbff,#edf7ff)!important}.section-kicker{text-align:center;color:#9b6200;letter-spacing:.08em;text-transform:uppercase;margin:0 auto 12px;font-size:1.14rem;font-weight:900}.section-title,.device-showcase__title,.roadmap-title,.roadmap-right-title,.tvz-testimonials__title{color:var(--israel-navy)!important;letter-spacing:-.035em!important;text-shadow:none!important;font-size:clamp(3rem,4.6vw,5rem)!important;line-height:1.14!important}.section-title:after{background:linear-gradient(90deg, var(--israel-blue), var(--israel-gold))!important}.feature-card,.pricing-card,.faq-item,.device-brand-card,.roadmap-right,.roadmap-left{color:var(--foreground)!important;background:#fff!important;border:1px solid #cfe7fb!important;box-shadow:0 16px 44px #134b7c17!important}.feature-card:hover,.device-brand-card:hover{transform:translateY(-5px);border-color:#75bef5!important}.features-grid{width:100%;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(18px,1.6vw,30px)!important;max-width:none!important}.feature-card{border-radius:18px!important;padding:clamp(32px,2.5vw,48px) clamp(24px,2vw,38px)!important}.feature-icon{background:linear-gradient(135deg, var(--israel-gold-soft), #ffe4a3)!important;color:#795000!important}.feature-card h3,.pricing-card h3,.package-name{color:var(--israel-navy)!important}.feature-card p,.rts-section__description,.device-showcase__intro{color:#58728d!important}.feature-card h3{font-size:1.58rem!important;line-height:1.4!important}.feature-card p{font-size:1.16rem!important;line-height:1.78!important}.rts-section__description,.device-showcase__intro{font-size:1.28rem!important;line-height:1.78!important}.pricing-promo{color:#fff!important;background:linear-gradient(135deg,#0d5bd7,#25a9f5)!important;border:0!important}.pricing-card.popular{border:2px solid var(--israel-blue)!important}.pricing-card .price span:last-child,.pricing-card small{color:#4d6e8d!important}.features-list{color:#294c6e!important;font-size:1.14rem!important;line-height:1.72!important}.features-list i{color:var(--israel-blue)!important}.pricing-payment-methods,.pay-accept__logos{direction:ltr}.roadmap-step,.detailed-step-number{background:linear-gradient(135deg, var(--israel-blue), var(--israel-sky))!important;color:#fff!important}.step-text,.detailed-step-content h3{color:var(--israel-navy)!important}.detailed-step-content p,.roadmap-right-subtitle{color:#58728d!important}.faq-question{color:var(--israel-navy)!important}.faq-answer p{color:#58728d!important;font-size:1.16rem!important;line-height:1.78!important}.faq-question{font-size:1.3rem!important;line-height:1.6!important}.pricing-grid,.faq .container,.testimonials-slider-container,.tvz-testimonials .container,.device-showcase .container,.content-showcase .container{width:100%;max-width:none!important}.pricing-grid{gap:clamp(22px,2vw,38px)!important}.roadmap-section{width:100%;max-width:none!important;padding-inline:clamp(18px,2.5vw,48px)!important}.testimonials-slider-container{padding-inline:0!important}.pricing .israel-gradient-text{background:linear-gradient(90deg,#0d5bd7 0%,#0878d8 58%,#d85600 100%)!important;color:#0000!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important}.pricing-card .package-name,.pricing-card h3{font-size:1.72rem!important;line-height:1.35!important}.pricing-card .price span:first-child{font-size:clamp(3.1rem,4.2vw,4rem)!important;line-height:1!important}.pricing-card .price span:last-child{font-size:1.16rem!important;font-weight:800!important}.pricing-card small{font-size:1.06rem!important;line-height:1.6!important}.pricing-card [style*="border-radius: 20px"]{padding:9px 16px!important;font-size:.95rem!important}.pricing-card .cta-button{font-size:1.08rem!important}.pricing-card .cta-button,.roadmap-section .cta-button,.device-showcase .cta-button{font-size:1.16rem!important}.detailed-step-content h3,.roadmap-right-title{font-weight:900!important}.detailed-step-content p,.roadmap-right-subtitle,.tvz-testimonials p{font-size:1.14rem!important;line-height:1.75!important}:is(.features,.content-showcase,.pricing,.roadmap-section,.faq,.device-showcase,.tvz-testimonials) :is(h1,h2,h3,h4,h5,p,li,small,label,blockquote){color:var(--israel-navy)!important;-webkit-text-fill-color:currentColor!important;text-shadow:none!important}:is(.features,.content-showcase,.pricing,.roadmap-section,.faq,.device-showcase,.tvz-testimonials) .section-kicker{color:#9b6200!important}.pricing-card .price span,.pricing-card>div:not([class]) span,.pricing-card>div:not([class]) small{color:var(--israel-navy)!important;-webkit-text-fill-color:var(--israel-navy)!important}.pricing-card .price span:first-child{color:var(--israel-blue)!important;-webkit-text-fill-color:var(--israel-blue)!important}.pricing-card [style*="text-decoration: line-through"]{color:#7790a8!important;-webkit-text-fill-color:#7790a8!important}.pricing-card [style*="border-radius: 20px"]{background:var(--israel-gold)!important;color:#2f2100!important;-webkit-text-fill-color:#2f2100!important}.pricing-card [style*="border-radius: 20px"] *{color:#2f2100!important;-webkit-text-fill-color:#2f2100!important}.cta-button *,.nav-drawer__cta *,.pricing-promo *,.roadmap-step *,.detailed-step-number{color:inherit!important;-webkit-text-fill-color:currentColor!important}.pricing-promo *,.roadmap-step *,.detailed-step-number{color:#fff!important;-webkit-text-fill-color:#fff!important}.pricing-card.popular{box-shadow:0 22px 58px #0d5bd729, 0 0 0 4px var(--israel-gold-soft)!important}.faq-question span{color:var(--israel-gold)!important}.trust-badge:last-child{background:var(--israel-gold-soft)!important;color:#684400!important;border-color:#f1ce70!important}.trust-badge:last-child .trust-icon{background:var(--israel-gold)!important;color:#2f2100!important}.header .trust-badge,.header .trust-badge:last-child{color:#e7f5ff!important;background:0 0!important;border:0!important}.header .trust-badge .trust-icon,.header .trust-badge:last-child .trust-icon{color:#fff!important;background:linear-gradient(135deg,#ff9b20,#ff6500)!important}.content-showcase{border-block:1px solid #0d5bd7;box-shadow:inset 0 18px 42px #0d5bd70d;background:radial-gradient(circle at 85% 16%,#0d5bd721,#0000 30%),radial-gradient(circle at 15% 84%,#2ea9f61c,#0000 31%),linear-gradient(#0d5bd7 0 14px,#f8fcff 14px calc(100% - 14px),#0d5bd7 calc(100% - 14px))!important;padding:clamp(72px,7vw,112px) 0!important}.content-showcase .section-kicker{letter-spacing:.02em;text-transform:none;background:linear-gradient(135deg,#0d5bd7,#2ea9f6);border:1px solid #0d5bd72e;border-radius:999px;width:fit-content;margin:0 auto 20px;padding:10px 20px;box-shadow:0 12px 28px #0d5bd72e;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:1.08rem!important}.content-showcase .section-title{text-align:center;text-wrap:balance;max-width:1380px;margin:0 auto 24px;color:#082756!important;-webkit-text-fill-color:#082756!important;letter-spacing:-.035em!important;background:0 0!important;font-size:clamp(3rem,4.6vw,5.25rem)!important;line-height:1.1!important}.content-showcase .section-title .israel-blue-emphasis{text-shadow:0 10px 28px #0d5bd726;color:#0d5bd7!important;-webkit-text-fill-color:#0d5bd7!important}.content-showcase .section-title:after{display:none!important}.content-showcase__lead{text-align:center;text-wrap:balance;max-width:1050px;margin:0 auto clamp(42px,5vw,70px);color:#294c6e!important;-webkit-text-fill-color:#294c6e!important;font-size:clamp(1.12rem,1.35vw,1.35rem)!important;line-height:1.8!important}.content-showcase .brand-belt .brand-card{background:linear-gradient(145deg,#fff,#e5f3ff);border-color:#0d5bd761;width:clamp(160px,14vw,230px);height:clamp(108px,9vw,146px);box-shadow:0 16px 34px #0d3d7626,inset 0 1px #fff}.content-showcase .brand-belt .brand-card:hover{border-color:#ff9126b8;box-shadow:0 18px 38px #0d3d7633,0 0 22px #0d5bd721}.content-showcase .scroller__inner2024.movies-cust img{border:2px solid #0d5bd733;box-shadow:0 18px 38px #0d3d7633;width:clamp(205px,15vw,250px)!important;height:clamp(308px,22.5vw,375px)!important}.content-showcase section.container-fluid,.content-showcase .Moviescontainer,.content-showcase .scrollerdiv,.content-showcase .scroller2024,.content-showcase .scroller__inner2024{background:#fff!important}.content-showcase section.container-fluid{padding-block:0!important}.content-showcase .dual-marquee-field{overflow:hidden;box-shadow:inset 0 1px #ffffff0a,inset 0 -1px #ffffff0a;background:linear-gradient(#171717,#101010)!important;min-height:0!important;margin:0!important;padding-block:clamp(22px,2.4vw,36px)!important;display:block!important}.content-showcase .dual-marquee-field>.Moviescontainer>div{gap:clamp(20px,2.2vw,30px);display:grid}.content-showcase .dual-marquee-field .Moviescontainer,.content-showcase .dual-marquee-field .scrollerdiv,.content-showcase .dual-marquee-field .scroller2024,.content-showcase .dual-marquee-field .scroller__inner2024{background:0 0!important;min-height:0!important;margin-block:0!important;padding-block:0!important}.content-showcase .dual-marquee-field div[style*="margin-top: 2rem"]{display:none!important}.content-showcase .dual-marquee-field .movies-cust img{border-color:#ffffff14!important;border-radius:16px!important;width:clamp(170px,13vw,215px)!important;height:clamp(255px,19.5vw,322px)!important;box-shadow:0 14px 30px #0000006b!important}.content-showcase .dual-marquee-field .brand-card{background:linear-gradient(145deg,#626262,#484848);border-color:#ffae0057;width:clamp(150px,13.5vw,205px);height:clamp(96px,8.5vw,128px);box-shadow:0 12px 26px #00000061,inset 0 1px #ffffff14}.content-showcase .dual-marquee-field .scroller2024{-webkit-mask-image:linear-gradient(90deg,#0000,#000 2.5% 97.5%,#0000)!important;mask-image:linear-gradient(90deg,#0000,#000 2.5% 97.5%,#0000)!important}.content-showcase section.container-fluid:before{display:none!important}.content-showcase .scroller2024{--_speed:45s;-webkit-mask-image:none!important;mask-image:none!important}.content-showcase .scroller2024:hover .scroller__inner2024{animation-play-state:running!important}.sports-content-marquee,.sports-content-marquee .Moviescontainer,.sports-content-marquee .scrollerdiv,.sports-content-marquee .scroller2024,.sports-content-marquee .scroller__inner2024{background:#fff!important}.sports-content-marquee .section-title{color:#082756!important}.sports-content-marquee .scroller2024{--_speed:45s;-webkit-mask-image:none!important;mask-image:none!important}.sports-content-marquee .scroller2024:hover .scroller__inner2024{animation-play-state:running!important}.israel-channels{background:#fff;padding:clamp(68px,7vw,110px) 0}.israel-channels__panel{color:#fff;text-align:center;background:radial-gradient(circle at 16% 20%,#64d3ff47,#0000 28%),radial-gradient(circle at 86% 88%,#03236559,#0000 32%),linear-gradient(135deg,#2378e8 0%,#0d5bd7 54%,#073990 100%);border-radius:30px;padding:clamp(42px,5vw,74px) clamp(28px,6vw,92px);position:relative;overflow:hidden;box-shadow:0 24px 60px #0d5bd733}.israel-channels__panel:before{content:"✡";inset-inline-start:clamp(18px,4vw,64px);color:#ffffff12;font-size:clamp(8rem,18vw,18rem);line-height:1;position:absolute;top:50%;translate:0 -50%}.israel-channels__icon{color:#fff;background:linear-gradient(135deg,#0b2fc9 0%,#286de8 52%,#d91f58 100%);border:1px solid #ffffff6b;border-radius:18px;place-items:center;width:64px;height:64px;margin-bottom:16px;font-size:1.7rem;display:inline-grid;position:relative;box-shadow:inset 0 1px #ffffff59,0 12px 26px #0000003d}.israel-channels__icon-main{transform:translate(2px,-1px)}.israel-channels__icon-play{inset-inline-end:-7px;color:#d91f58;background:#fff;border:3px solid #fff;border-radius:50%;place-items:center;width:27px;height:27px;font-size:.68rem;display:grid;position:absolute;bottom:-7px;box-shadow:0 5px 12px #00000047}.israel-channels__icon-play i{transform:translate(1px)}.israel-channels__title{color:#fff;letter-spacing:-.035em;margin:0 0 22px;font-size:clamp(2.35rem,3.7vw,4.25rem);font-weight:900;line-height:1.16;position:relative}.israel-channels__copy{color:#ffffffe6;max-width:1220px;margin:0 auto;font-size:clamp(1.08rem,1.35vw,1.3rem);line-height:1.85;position:relative}.israel-channels__copy strong{color:#fff;font-weight:900}.israel-channels__logos{direction:rtl;background:#fff;width:100%;margin-top:clamp(34px,4vw,58px);padding-block:clamp(30px,3vw,50px)}.israel-channels__logos-inner{width:100%;position:relative;overflow:hidden}.israel-channels__logo-row{text-align:left;--_speed:58s;--_gap:clamp(32px, 4vw, 68px);direction:ltr;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 3rem calc(100% - 3rem),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 3rem calc(100% - 3rem),#0000 100%)}.israel-channels__logo-row .israel-channels__logo-track{align-items:center;gap:var(--_gap);will-change:transform;backface-visibility:hidden;width:max-content;display:flex}.israel-channels__logo-row[data-animated=true] .israel-channels__logo-track{animation:hsm-scroll var(--_speed) linear infinite;animation-play-state:running!important}.israel-channel-mark{color:#082756;width:clamp(178px,15vw,228px);min-height:112px;box-shadow:none;white-space:nowrap;background:0 0;border:0;border-radius:0;flex:0 0 clamp(178px,15vw,228px);place-items:center;padding:0;font-size:clamp(1.35rem,2vw,2.15rem);font-weight:950;line-height:1;transition:transform .25s;display:grid}.israel-channel-mark:hover{transform:none}.israel-channel-mark img{object-fit:contain;object-position:center;width:auto;max-width:180px;height:92px;display:block}.israel-channel-mark--wide img{width:auto;max-width:195px}.israel-channel-mark--square img{max-width:126px;height:116px}.israel-channel-mark--secondary img{max-width:165px;height:86px}.israel-channel-mark--secondary.israel-channel-mark--wide img{max-width:175px}.israel-channel-mark--secondary.israel-channel-mark--square img{max-width:118px;height:108px}.footer{border-top:4px solid var(--israel-blue)!important;background:linear-gradient(135deg,#03132f,#082d66)!important}.footer,.footer h3,.footer p,.footer a{color:#e8f5ff!important}.footer p,.footer a{font-size:1.1rem!important;line-height:1.75!important}.footer h3{font-size:1.4rem!important}.nav-drawer__links a{color:var(--israel-navy)!important}@media (width<=980px){.container{width:calc(100% - 48px)}.hero{min-height:auto!important}.hero .container{padding-block:42px}.hero-content{margin-inline:auto;text-align:center!important;max-width:620px!important}.hero-stats,.hero-cta-group{justify-content:center!important}.israel-hero-visual{max-width:600px;margin-inline:auto}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.israel-channels__logo-row{--_gap:30px}.israel-channel-mark{flex-basis:180px;width:180px;min-height:108px}.israel-channel-mark img{max-width:162px;height:82px}.israel-channel-mark--square img{max-width:110px;height:100px}.israel-channel-mark--secondary img{max-width:145px;height:76px}.israel-channel-mark--secondary.israel-channel-mark--square img{max-width:102px;height:94px}}@media (width<=640px){.container{width:calc(100% - 22px)}body{font-size:17px}.hero .container{gap:26px;padding-block:34px}.hero h1{font-size:clamp(2.35rem,10.5vw,3.6rem)!important}.hero p{font-size:1.03rem!important}.hero-stats{grid-template-columns:repeat(2,1fr)!important}.hero-cta-group{flex-direction:column}.hero-cta-group a{text-align:center;width:100%}.israel-hero-visual img{border-radius:18px}.israel-brand-name{font-size:.88rem}.features-grid{grid-template-columns:1fr!important}.germany-hero-badge,.activation-badge{min-height:52px;margin-inline:0!important;padding:10px 14px!important;font-size:.92rem!important}.content-showcase .section-title{font-size:clamp(2.15rem,10vw,3.1rem)!important}.content-showcase .section-kicker,.content-showcase .section-title,.content-showcase__lead{text-align:center;margin-inline:auto}.israel-channels__panel{border-radius:22px;padding-inline:20px}.israel-channels__logos{padding-block:22px}.israel-channels__logo-row{--_gap:24px;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 1.4rem calc(100% - 1.4rem),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 1.4rem calc(100% - 1.4rem),#0000 100%)}.israel-channel-mark{border-radius:0;flex-basis:142px;width:142px;min-height:104px}.israel-channel-mark img{max-width:128px;height:66px}.israel-channel-mark--square img{max-width:88px;height:80px}.israel-channel-mark--secondary img{max-width:120px;height:62px}.israel-channel-mark--secondary.israel-channel-mark--square img{max-width:82px;height:76px}}.app-package-showcase{color:#fff;background:radial-gradient(circle at 10% 18%,#2ea9f626,#0000 31%),radial-gradient(circle at 90% 78%,#ff650024,#0000 35%),linear-gradient(145deg,#030b17 0%,#0a0f18 48%,#0b0808 100%);border-block:1px solid #2ea9f62e;padding:clamp(4.5rem,8vw,7rem) 0;position:relative;overflow:hidden}.app-package-showcase:before{content:"";pointer-events:none;background-image:linear-gradient(#2ea9f606 1px,#0000 1px),linear-gradient(90deg,#2ea9f606 1px,#0000 1px);background-size:54px 54px;position:absolute;inset:0}.app-package-showcase__layout{z-index:1;direction:ltr;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:clamp(2.5rem,6vw,6rem);width:min(100%,1320px);margin:0 auto;display:grid;position:relative}.app-package-showcase__visual{direction:ltr;min-height:510px;position:relative}.app-package-showcase__frame{background:#090b10;border:1px solid #2ea9f661;margin:0;position:absolute;overflow:hidden;box-shadow:0 28px 70px #00000094}.app-package-showcase__frame--guide{border-radius:28px;inset:0 4.5rem 3.2rem 0;transform:perspective(1200px)rotateY(3deg)}.app-package-showcase__frame--app{border-radius:20px;width:min(52%,390px);bottom:0;right:0;transform:rotate(2deg);box-shadow:0 22px 55px #000000b8,0 0 34px #2ea9f633}.app-package-showcase__frame img{object-fit:cover;width:100%;height:100%;display:block}.app-package-showcase__frame--guide img{object-position:center}.app-package-showcase__frame--app img{aspect-ratio:16/9}.app-package-showcase__live{z-index:3;color:#fff;backdrop-filter:blur(10px);background:#05080dd1;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.5rem;padding:.6rem .9rem;font-size:.82rem;font-weight:850;display:inline-flex;position:absolute;top:1.1rem;left:1.1rem}.app-package-showcase__live:before{content:"";background:#ff4d3d;border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #ff4d3d}.app-package-showcase__content{text-align:right;direction:rtl}.app-package-showcase__eyebrow{color:#70c9ff;background:#2ea9f614;border:1px solid #2ea9f64d;border-radius:999px;align-items:center;gap:.55rem;margin-bottom:1.15rem;padding:.6rem 1rem;font-size:.86rem;font-weight:850;display:inline-flex}.app-package-showcase__title{margin:0 0 1.1rem;color:#fff!important;letter-spacing:-.04em!important;text-shadow:none!important;font-size:clamp(2.35rem,4.5vw,4.35rem)!important;line-height:1.06!important}.app-package-showcase__title span{background:linear-gradient(135deg,#48b8ff,#79d4ff 38%,#ff7d32 88%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.app-package-showcase__copy{color:#e8f5ffb8;max-width:590px;margin:0 0 1.75rem;font-size:clamp(1rem,1.7vw,1.18rem);line-height:1.8}.app-package-showcase__features{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:0 0 2rem;padding:0;list-style:none;display:grid}.app-package-showcase__features li{color:#ffffffe6;text-align:right;direction:rtl;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:.75rem;min-height:66px;padding:.9rem 1rem;font-size:.96rem;font-weight:750;display:flex}.app-package-showcase__features i{color:#fff;background:linear-gradient(135deg,#0d5bd7,#2ea9f6 62%,#ff6500);border-radius:10px;flex:none;place-items:center;width:36px;height:36px;display:grid;box-shadow:0 8px 18px #0d5bd740}.app-package-showcase__actions{direction:rtl;flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.app-package-showcase__button{color:#fff;background:linear-gradient(135deg,#0d5bd7,#2ea9f6 64%,#ff6500);border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;gap:.65rem;padding:1rem 1.5rem;font-weight:900;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 14px 34px #0d5bd74d}.app-package-showcase__button:hover{transform:translateY(-2px);box-shadow:0 18px 42px #2ea9f661}.app-package-showcase__button:focus-visible{outline-offset:4px;outline:3px solid #fff}.app-package-showcase__note{color:#e8f5ffb3;align-items:center;gap:.55rem;font-size:.94rem;font-weight:700;display:inline-flex}.app-package-showcase__note i{color:#48b8ff}@media (width<=980px){.app-package-showcase__layout{grid-template-columns:1fr}.app-package-showcase__content{text-align:center;order:-1}.app-package-showcase__copy{margin-inline:auto}.app-package-showcase__actions{justify-content:center}.app-package-showcase__visual{width:min(100%,760px);margin:0 auto}}@media (width<=620px){.app-package-showcase{padding:3.5rem 0}.app-package-showcase__title{font-size:clamp(2.1rem,10.5vw,3rem)!important}.app-package-showcase__features{grid-template-columns:1fr}.app-package-showcase__visual{min-height:310px}.app-package-showcase__frame--guide{border-radius:18px;bottom:2.5rem;right:1.2rem;transform:none}.app-package-showcase__frame--app{border-radius:13px;width:58%}.app-package-showcase__live{top:.7rem;left:.7rem}.app-package-showcase__actions{flex-direction:column}.app-package-showcase__button{width:100%}}body .roadmap-section--french-style{border-block:1px solid #ffffff12;width:min(100%,1200px);margin:0 auto;position:relative;overflow:hidden;color:#fff!important;background:radial-gradient(circle at 8% 12%,#0d5bd721,#0000 31%),radial-gradient(circle at 91% 86%,#e5262d1a,#0000 34%),linear-gradient(115deg,#080c14 0%,#111317 52%,#171515 100%)!important;max-width:1200px!important;padding:clamp(4rem,6vw,6rem) 1rem!important}body .roadmap-section--french-style:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0}body .roadmap-section--french-style .roadmap-container{z-index:1;direction:ltr;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:3rem;width:100%;margin:0 auto;display:grid;position:relative}body .roadmap-section--french-style .roadmap-left,body .roadmap-section--french-style .roadmap-right{text-align:right;direction:rtl}body .roadmap-section--french-style .roadmap-left{min-height:0;position:relative;overflow:hidden;color:#fff!important;background:radial-gradient(circle at 13% 7%,#2c70ff21,#0000 28%),linear-gradient(145deg,#10182a,#11131a 70%)!important;border:1px solid #ffffff1f!important;border-radius:1.5rem!important;padding:2.5rem!important;box-shadow:inset 5px 0 #075bd8,inset -5px 0 #ed2736,0 28px 70px #0000004d!important}body .roadmap-section--french-style .roadmap-left:before{opacity:.28;background-image:radial-gradient(circle,#ffffffbf 2.5px,#0000 3px);background-size:14px 14px;width:64px;height:64px;top:1.25rem;right:1.25rem}body .roadmap-section--french-style .roadmap-left:after{opacity:.3;background:repeating-linear-gradient(90deg,#ffffffbf 0 10px,#0000 10px 20px);width:92px;height:20px;bottom:1.25rem;right:1.5rem}body .roadmap-section--french-style .roadmap-title,body .roadmap-section--french-style .roadmap-right-title{color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;text-transform:none!important;background:0 0!important;margin:0!important}body .roadmap-section--french-style .roadmap-title{max-width:75%;margin-bottom:2rem!important;font-size:clamp(2rem,3vw,2.8rem)!important;line-height:1.1!important}body .roadmap-section--french-style .roadmap-right-title{max-width:100%;letter-spacing:-.045em!important;margin-bottom:1rem!important;font-size:clamp(2.35rem,3.6vw,3.4rem)!important;line-height:1.12!important}body .roadmap-section--french-style .heading-accent{color:#f24136!important;background:linear-gradient(90deg,#ff5146,#f02b1b)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important}body .roadmap-section--french-style .roadmap-steps{gap:1.25rem}body .roadmap-section--french-style .roadmap-step{opacity:1;align-items:center;gap:1rem;min-height:0;padding:0;animation:none;display:flex;transform:none;color:#fff!important;background:0 0!important}body .roadmap-section--french-style .step-number,body .roadmap-section--french-style .detailed-step-number{border:1px solid #365cff;flex:none;place-items:center;display:grid;color:#fff!important;-webkit-text-fill-color:#fff!important;background:#07079e!important;box-shadow:inset -3px 0 #ed1733,0 10px 22px #0000003d!important}body .roadmap-section--french-style .step-number{border-radius:50%;width:48px;height:48px;font-size:1.2rem;font-weight:900}body .roadmap-section--french-style .step-text{font-size:1.15rem;font-weight:900;color:#fff!important;-webkit-text-fill-color:#fff!important}body .roadmap-section--french-style .step-divider{background:#ffffff47;width:100%;height:2px;margin:.5rem 0}body .roadmap-section--french-style .roadmap-right{color:#fff!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:1rem 0!important}body .roadmap-section--french-style .roadmap-right-subtitle{max-width:760px;color:#bac3d0!important;-webkit-text-fill-color:#bac3d0!important;margin:0 0 2rem!important;font-size:1.075rem!important;line-height:1.8!important}body .roadmap-section--french-style .detailed-steps{gap:1.75rem;margin-bottom:2.5rem}body .roadmap-section--french-style .detailed-step{opacity:1;align-items:flex-start;gap:1rem;animation:none;display:flex;transform:none}body .roadmap-section--french-style .detailed-step-number{border-radius:50%;width:40px;height:40px;margin-top:.15rem;font-size:1rem;font-weight:900}body .roadmap-section--french-style .detailed-step-content h3{margin:0 0 .35rem;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:1.2rem!important;font-weight:900!important;line-height:1.4!important}body .roadmap-section--french-style .detailed-step-content p{max-width:650px;margin:0;color:#bac3d0!important;-webkit-text-fill-color:#bac3d0!important;font-size:1rem!important;line-height:1.6!important}body .roadmap-section--french-style .cta-button{opacity:1;justify-content:center;align-items:center;min-width:300px;animation:none;display:inline-flex;transform:none;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(120deg,#0616ad 0%,#1a5ed5 42%,#7d397f 70%,#eb1430 100%)!important;border:1px solid #ffffff80!important;border-radius:16px!important;padding:1.05rem 2rem!important;font-size:1.08rem!important;font-weight:900!important;box-shadow:0 17px 38px #001b7a52,0 9px 26px #e1000f26!important}body .roadmap-section--french-style .cta-button:hover{transform:translateY(-2px);box-shadow:0 22px 48px #002ca059,0 12px 30px #e1000f38!important}@media (width<=960px){body .roadmap-section--french-style .roadmap-container{grid-template-columns:1fr;gap:2.5rem}body .roadmap-section--french-style .roadmap-right{order:-1}body .roadmap-section--french-style .roadmap-left{min-height:0}body .roadmap-section--french-style .roadmap-title{max-width:78%}}@media (width<=620px){body .roadmap-section--french-style{width:100%;padding:2.5rem 1rem!important}body .roadmap-section--french-style .roadmap-left{border-radius:22px!important;padding:1.7rem!important}body .roadmap-section--french-style .roadmap-left:before{width:68px;height:68px;top:1.2rem;right:1.2rem}body .roadmap-section--french-style .roadmap-title{max-width:70%;margin-bottom:1.7rem!important;font-size:2rem!important}body .roadmap-section--french-style .roadmap-right-title{font-size:clamp(2.15rem,10.5vw,3.1rem)!important}body .roadmap-section--french-style .roadmap-step{min-height:0}body .roadmap-section--french-style .step-number{width:48px;height:48px;font-size:1.08rem}body .roadmap-section--french-style .step-text{font-size:1rem}body .roadmap-section--french-style .detailed-step-number{width:44px;height:44px}body .roadmap-section--french-style .cta-button{width:100%;min-width:0}}body .content-showcase--french-style,body .sports-content-marquee--french-style{border-block:1px solid #fff1;width:100%;max-width:none;margin:0;position:relative;overflow:hidden;color:#fff!important;box-shadow:none!important;background:radial-gradient(circle at 8% 12%,#0f4ac321,#0000 29%),radial-gradient(circle at 91% 86%,#e51c3017,#0000 33%),linear-gradient(118deg,#090c12 0%,#111315 51%,#151313 100%)!important;padding:clamp(4.5rem,7vw,7rem) 0!important}body .sports-content-marquee--french-style{background:radial-gradient(circle at 12% 84%,#e1000f1a,#0000 30%),radial-gradient(circle at 88% 10%,#0c47c221,#0000 31%),linear-gradient(118deg,#0b0d12 0%,#141414 52%,#171313 100%)!important}body .content-showcase--french-style:before,body .sports-content-marquee--french-style:before{content:"";opacity:1;pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0}body .content-showcase--french-style>.container,body .sports-content-marquee--french-style>div{z-index:1;position:relative;color:#fff!important;background:0 0!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}body .cinematic-showcase-heading{text-align:center;direction:rtl;width:min(100% - 32px,1100px);margin:0 auto clamp(3.1rem,5vw,5rem);padding-top:1.55rem;position:relative}body .cinematic-showcase-heading__accent{background:linear-gradient(90deg,#0038a8 0%,#1fa9ed 50%,#0038a8 100%);border-radius:999px;width:58px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 18px #2656ff33,0 0 18px #f11d3b21}body .cinematic-showcase-heading .section-title{text-wrap:balance;max-width:1100px;color:#fff!important;-webkit-text-fill-color:#fff!important;letter-spacing:-.04em!important;text-align:center!important;text-shadow:0 2px 18px #00000047!important;background:0 0!important;margin:0 auto!important;font-size:clamp(2.15rem,4vw,3.65rem)!important;font-weight:900!important;line-height:1.12!important}body .cinematic-showcase-heading .section-title:after{display:none!important}body .cinematic-showcase-heading .heading-blue,body .cinematic-showcase-heading .heading-red{font-weight:inherit;display:inline;-webkit-text-fill-color:transparent!important;text-shadow:none!important;filter:none!important;-webkit-background-clip:text!important;background-clip:text!important}body .cinematic-showcase-heading .heading-blue{color:#5d9cff!important;background-color:#0000!important;background-image:linear-gradient(90deg,#4e8fff,#82b8ff)!important}body .cinematic-showcase-heading .heading-red{color:#f13c48!important;background-color:#0000!important;background-image:linear-gradient(90deg,#ff555d,#ec1f36)!important}body .content-showcase--french-style :is(section.container-fluid,.dual-marquee-field,.Moviescontainer,.scrollerdiv,.scroller2024,.scroller__inner2024),body .sports-content-marquee--french-style :is(.row,.Moviescontainer,.scrollerdiv,.scroller2024,.scroller__inner2024){color:#fff!important;background:0 0!important}body .content-showcase--french-style .dual-marquee-field{min-height:0!important;box-shadow:none!important;margin:0!important;padding:0 0 .5rem!important;display:block!important}body .content-showcase--french-style .dual-marquee-field>.Moviescontainer>div,body .sports-content-marquee--french-style .row:last-child>.Moviescontainer{gap:clamp(1.6rem,2.6vw,2.6rem);display:grid}body .content-showcase--french-style div[style*="margin-top: 2rem"],body .sports-content-marquee--french-style div[style*="margin-top: 2rem"]{display:none!important}body .content-showcase--french-style .scroller2024,body .sports-content-marquee--french-style .scroller2024{width:100%;max-width:none;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 2% 98%,#0000)!important;mask-image:linear-gradient(90deg,#0000,#000 2% 98%,#0000)!important}body .content-showcase--french-style .scroller2024:hover .scroller__inner2024,body .sports-content-marquee--french-style .scroller2024:hover .scroller__inner2024{animation-play-state:running!important}body .content-showcase--french-style .brand-belt{padding-block:.2rem}body .content-showcase--french-style .brand-belt .brand-card{border-radius:18px;width:clamp(158px,13vw,210px);height:clamp(102px,8.5vw,134px);background:radial-gradient(circle at 50% 8%,#ffffff17,#0000 52%),linear-gradient(145deg,#575757,#414141)!important;border:1px solid #dfa73561!important;box-shadow:0 14px 32px #00000061,inset 0 1px #ffffff14!important}body .content-showcase--french-style .brand-belt .brand-card:hover{border-color:#f5bc46c7!important;box-shadow:0 18px 38px #00000075,0 0 24px #f092181f!important}body .content-showcase--french-style .movies-cust img,body .sports-content-marquee--french-style .movies-cust img{object-fit:cover!important;filter:none!important;background:#171717!important;border:1px solid #ffffff1a!important;border-radius:17px!important;width:clamp(180px,15vw,230px)!important;min-width:clamp(180px,15vw,230px)!important;max-width:clamp(180px,15vw,230px)!important;height:clamp(270px,22.5vw,345px)!important;min-height:clamp(270px,22.5vw,345px)!important;max-height:clamp(270px,22.5vw,345px)!important;padding:0!important;transition:transform .28s,filter .28s,border-color .28s,box-shadow .28s!important;box-shadow:0 17px 38px #0000006b!important}body .content-showcase--french-style .movies-cust img:hover,body .sports-content-marquee--french-style .movies-cust img:hover{transform:translateY(-5px)scale(1.02);filter:brightness(1.06)saturate(1.04)!important;border-color:#6ea3ff94!important;box-shadow:0 23px 48px #00000085,0 0 26px #3063dc1f!important}body .sports-content-marquee--french-style .sports-belt{border-block:1px solid #d7a1343d;width:min(100% - 36px,1500px);margin:.2rem auto 0;padding:clamp(1rem,2vw,1.55rem) 0;background:radial-gradient(circle at 12%,#ffae0012,#0000 28%),linear-gradient(#121212f0,#090909f0)!important}body .sports-content-marquee--french-style .sports-belt .custsport img{background:radial-gradient(circle at 50% 10%,#ffffff12,#0000 52%),linear-gradient(145deg,#171717,#070707)!important;border-color:#e1a93657!important;box-shadow:0 14px 32px #0000006b,inset 0 1px #ffffff0f!important}body .content-showcase--french-style:after,body .sports-content-marquee--french-style:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#e7ab373d,#0000);height:1px;position:absolute;bottom:0;left:12%;right:12%}@media (width<=700px){body .content-showcase--french-style,body .sports-content-marquee--french-style{padding:3.7rem 0!important}body .cinematic-showcase-heading{margin-bottom:2.5rem;padding-top:1.25rem}body .cinematic-showcase-heading .section-title{font-size:clamp(2rem,9.5vw,2.8rem)!important;line-height:1.14!important}body .content-showcase--french-style .movies-cust img,body .sports-content-marquee--french-style .movies-cust img{border-radius:13px!important;width:148px!important;min-width:148px!important;max-width:148px!important;height:222px!important;min-height:222px!important;max-height:222px!important}body .content-showcase--french-style .brand-belt .brand-card{border-radius:12px;width:124px;height:82px}body .sports-content-marquee--french-style .sports-belt{width:calc(100% - 20px)}}body .pricing--french-style{border-block:1px solid #ffffff12;width:100%;max-width:none;margin:0;position:relative;overflow:hidden;color:#fff!important;background:radial-gradient(circle at 8% 10%,#143db829,#0000 31%),radial-gradient(circle at 88% 86%,#e0001c1f,#0000 34%),linear-gradient(120deg,#070913 0%,#111217 52%,#171313 100%)!important;padding:clamp(5rem,8vw,8rem) 0!important}body .pricing--french-style:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0}body .pricing--french-style>.container{z-index:1;width:min(100% - 32px,1680px);margin:0 auto;position:relative;max-width:none!important;padding:0!important}body .pricing--french-style .pricing-intro{width:min(100%,1080px);padding-top:1.55rem;position:relative;margin:0 auto clamp(2.3rem,4vw,3.8rem)!important}body .pricing--french-style .pricing-intro__accent{background:linear-gradient(90deg,#0038a8 0%,#1fa9ed 50%,#0038a8 100%);border-radius:999px;width:58px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}body .pricing--french-style .pricing-intro .section-title{text-wrap:balance;max-width:1080px;color:#fff!important;-webkit-text-fill-color:#fff!important;letter-spacing:-.045em!important;text-align:center!important;text-shadow:0 2px 18px #0000004d!important;background:0 0!important;margin:0 auto 2.4rem!important;font-size:clamp(2.35rem,4.5vw,4.35rem)!important;font-weight:900!important;line-height:1.12!important}body .pricing--french-style .pricing-intro .section-title:after{display:none!important}body .pricing--french-style .pricing-heading-gradient{display:inline;color:#82afff!important;-webkit-text-fill-color:transparent!important;text-shadow:none!important;filter:none!important;background-color:#0000!important;background-image:linear-gradient(90deg,#61a0ff 0%,#d6e5ff 43%,#ff7880 73%,#ee2038 100%)!important;-webkit-background-clip:text!important;background-clip:text!important}body .pricing--french-style .pricing-trust-panel{text-align:left;direction:ltr;border:1px solid #ffffff21;border-inline-start:3px solid #122dd0;border-inline-end:3px solid #ef1d39;border-radius:16px;grid-template-columns:auto 1px minmax(0,1fr);align-items:center;gap:1.2rem;width:min(100%,680px);padding:1rem 1.35rem;display:inline-grid;box-shadow:0 16px 38px #00000047;color:#fff!important;background:radial-gradient(circle at 15% 0,#2a64eb1f,#0000 52%),linear-gradient(120deg,#070e1df5,#131419f5)!important}body .pricing--french-style .pricing-trust-panel__rating{justify-content:center;align-items:center;display:flex}body .pricing--french-style .trustpilot-brand{white-space:nowrap;align-items:center;gap:.48rem;font-weight:900;display:inline-flex;color:#fff!important;-webkit-text-fill-color:#fff!important}body .pricing--french-style .trustpilot-brand__star{font-size:1.65rem;line-height:1;color:#00b67a!important;-webkit-text-fill-color:#00b67a!important}body .pricing--french-style .pricing-trust-panel__divider{background:#ffffff1f;align-self:stretch;width:1px}body .pricing--french-style .pricing-trust-panel__copy-wrap{text-align:right;direction:rtl}body .pricing--french-style .pricing-trust-panel__title{margin-bottom:.2rem;font-size:1rem;font-weight:900;display:block;color:#fff!important;-webkit-text-fill-color:#fff!important}body .pricing--french-style .pricing-trust-panel__copy{margin:0;font-size:.88rem;line-height:1.5;color:#aeb8c8!important;-webkit-text-fill-color:#aeb8c8!important}body .pricing--french-style .pricing-promo.is-brand{text-align:center;width:100%;position:relative;overflow:hidden;color:#fff!important;border:1px solid #5f96ff80!important;background:radial-gradient(circle at 50% 0,#508aff29,#0000 55%),linear-gradient(110deg,#07152b 0%,#172747 48%,#2d1627 100%)!important;border-inline-start:4px solid #132fd2!important;border-inline-end:4px solid #ee1534!important;border-radius:22px!important;margin:0 0 clamp(3rem,5vw,5rem)!important;padding:clamp(1.35rem,2.5vw,2rem) clamp(1.2rem,3vw,2.5rem)!important;box-shadow:0 18px 46px #0000004d,inset 0 1px #ffffff14!important}body .pricing--french-style .pricing-promo.is-brand:before{display:none!important}body .pricing--french-style .pricing-promo__text{z-index:1;text-shadow:0 3px 12px #00000080;position:relative;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:clamp(1.05rem,2vw,1.45rem)!important;font-weight:900!important}body .pricing--french-style .pricing-grid{direction:ltr;align-items:stretch;width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(1rem,1.6vw,1.7rem)!important;max-width:none!important;margin:0!important}body .pricing--french-style .pricing-card{backdrop-filter:none;text-align:center;direction:rtl;flex-direction:column;min-width:0;min-height:900px;display:flex;position:relative;overflow:hidden;color:#fff!important;border:1px solid #397cf580!important;background:radial-gradient(circle at 50% 0,#3270ff26,#0000 39%),linear-gradient(155deg,#182339 0%,#111827 58%,#0b101b 100%)!important;border-top:4px solid #1858ee!important;border-radius:24px!important;padding:clamp(2.3rem,3vw,3.2rem) clamp(1.4rem,2.2vw,2.35rem) 2rem!important;transition:transform .3s,border-color .3s,box-shadow .3s!important;transform:none!important;box-shadow:0 24px 58px #00000061,inset 0 1px #ffffff0f!important}body .pricing--french-style .pricing-card--gold{z-index:2;background:radial-gradient(circle at 50% 0,#ff364830,#0000 44%),linear-gradient(155deg,#4a1720 0%,#29151b 47%,#15111b 100%)!important;border:2px solid #e51631!important;border-top:5px solid #ff3e51!important;transform:translateY(-18px)!important;box-shadow:0 26px 68px #e0001c33,0 0 32px #ff36481a!important}body .pricing--french-style .pricing-card--silver{background:radial-gradient(circle at 50% 0,#3ecaef29,#0000 42%),linear-gradient(155deg,#1d3447 0%,#142334 54%,#0c131f 100%)!important;border-color:#68d9f2 #57d2ef9e #57d2ef9e!important}body .pricing--french-style .pricing-card:hover{border-color:#74a8ffd1!important;transform:translateY(-8px)!important;box-shadow:0 31px 72px #0000007a,0 0 26px #3f6fe51f!important}body .pricing--french-style .pricing-card--gold:hover{border-color:#ff5362!important;transform:translateY(-25px)!important;box-shadow:0 34px 80px #e0001c47,0 0 38px #ff364824!important}body .pricing--french-style .pricing-card:before{height:4px;background:linear-gradient(90deg,#0c1eb5,#2d6dff)!important}body .pricing--french-style .pricing-card--gold:before{background:linear-gradient(90deg,#8d0012,#e51631,#ff5968)!important}body .pricing--french-style .pricing-card--silver:before{background:linear-gradient(90deg,#1479a2,#62d9f2)!important}body .pricing--french-style .pricing-card__badge-wrap{top:16px!important;left:auto!important;right:20px!important}body .pricing--french-style .pricing-card__badge{border:1px solid #ffffff1f;justify-content:center;align-items:center;gap:.5rem;box-shadow:0 9px 22px #0031aa47;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(120deg,#0716a8,#1762dc)!important;border-radius:999px!important;padding:.62rem 1.15rem!important;font-size:.78rem!important;font-weight:900!important;display:inline-flex!important}body .pricing--french-style .pricing-card__badge i{font-size:1em;line-height:1;color:#fff!important;-webkit-text-fill-color:#fff!important}body .pricing--french-style .pricing-card--gold .pricing-card__badge{box-shadow:0 9px 24px #e0001c52;background:linear-gradient(120deg,#a60016,#e51631 58%,#ff4d5d)!important}body .pricing--french-style .pricing-card--silver .pricing-card__badge{box-shadow:0 9px 22px #0097bb40;background:linear-gradient(120deg,#087da4,#22b7d1)!important}body .pricing--french-style .package-name{padding-top:.65rem;color:#fff!important;-webkit-text-fill-color:#fff!important;margin:.85rem 0 1.2rem!important;font-size:clamp(1.4rem,1.9vw,1.85rem)!important;font-weight:900!important;line-height:1.3!important}body .pricing--french-style .pricing-card .price{-webkit-text-fill-color:initial!important;background:0 0!important;justify-content:center!important;align-items:baseline!important;gap:.6rem!important;margin:1.2rem 0!important;display:flex!important}body .pricing--french-style .pricing-card .price>span:first-child{filter:drop-shadow(0 5px 15px #2759cb2e);color:#fff!important;-webkit-text-fill-color:transparent!important;background-color:#0000!important;background-image:linear-gradient(100deg,#5c9dff 0%,#d8e8ff 43%,#ff7180 73%,#ef1935 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;font-size:clamp(3.2rem,4.6vw,4.45rem)!important;font-weight:900!important;line-height:1!important}body .pricing--french-style .pricing-card .price>span:last-child{color:#ff9ca6!important;-webkit-text-fill-color:#ff9ca6!important;font-size:1rem!important;font-weight:900!important}body .pricing--french-style .pricing-card .price+div>span,body .pricing--french-style .pricing-card .price+div>span i{color:#c4ccd9!important;-webkit-text-fill-color:#c4ccd9!important}body .pricing--french-style .pricing-card .price+div+div small{color:#b9c3d1!important;-webkit-text-fill-color:#b9c3d1!important;font-size:.92rem!important;line-height:1.55!important}body .pricing--french-style .features-list{text-align:right;direction:rtl;flex:auto;width:100%;color:#edf2f8!important;margin:1.1rem 0 2rem!important;padding:0!important;font-size:clamp(.92rem,1vw,1.05rem)!important;line-height:1.55!important}body .pricing--french-style .features-list li{position:relative;color:#edf2f8!important;-webkit-text-fill-color:#edf2f8!important;text-align:right!important;padding:.62rem 2rem .62rem 0!important}body .pricing--french-style .features-list li:before{left:auto;right:0;color:#6faaff!important;-webkit-text-fill-color:#6faaff!important}body .pricing--french-style .features-list i{color:#72b0ff!important;-webkit-text-fill-color:#72b0ff!important;margin-left:.5rem!important;margin-right:0!important}body .pricing--french-style .pricing-card--gold .features-list li:before,body .pricing--french-style .pricing-card--gold .features-list i{color:#ff5261!important;-webkit-text-fill-color:#ff5261!important}body .pricing--french-style .pricing-card--silver .features-list li:before,body .pricing--french-style .pricing-card--silver .features-list i{color:#70dff3!important;-webkit-text-fill-color:#70dff3!important}body .pricing--french-style .pricing-card .cta-button{flex:none;width:100%;min-height:76px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(120deg,#0617aa 0%,#1763dc 42%,#84347b 70%,#e71331 100%)!important;border:1px solid #ffffff75!important;border-radius:14px!important;margin:0!important;padding:.72rem 1rem!important;box-shadow:0 15px 36px #08289752,0 8px 22px #e0001c26!important}body .pricing--french-style .pricing-card--gold .cta-button{background:linear-gradient(120deg,#990013,#d9001d 48%,#ff3447)!important;border-color:#ff97a0cc!important;box-shadow:0 16px 40px #e0001c61,inset 0 1px #fff3!important}body .pricing--french-style .pricing-card .cta-button:hover{filter:brightness(1.08);transform:translateY(-2px)!important}body .pricing--french-style .pricing-cta__main,body .pricing--french-style .pricing-cta__sub,body .pricing--french-style .pricing-cta__main i{color:#fff!important;-webkit-text-fill-color:#fff!important}body .pricing--french-style .pricing-cta__main{font-size:clamp(1rem,1.35vw,1.2rem)!important;font-weight:900!important}body .pricing--french-style .pricing-cta__sub{font-size:.82rem!important}body .pricing--french-style .pricing-payment-methods{direction:ltr;margin-top:15px}body .pricing--french-style .pricing-payment-badge{border-radius:9px;flex-basis:50px;width:50px;height:36px;box-shadow:0 6px 16px #0000004d}body .pricing--french-style .pricing-payment-methods+div small{color:#aeb8c6!important;-webkit-text-fill-color:#aeb8c6!important;font-size:.82rem!important}@media (width<=1120px){body .pricing--french-style .pricing-grid{width:min(100%,720px);grid-template-columns:1fr!important;gap:1.6rem!important;margin:0 auto!important}body .pricing--french-style .pricing-card,body .pricing--french-style .pricing-card--gold{min-height:auto;transform:none!important}body .pricing--french-style .pricing-card:hover,body .pricing--french-style .pricing-card--gold:hover{transform:translateY(-6px)!important}}@media (width<=640px){body .pricing--french-style{padding:4rem 0!important}body .pricing--french-style>.container{width:min(100% - 22px,1680px)}body .pricing--french-style .pricing-intro{padding-top:1.3rem}body .pricing--french-style .pricing-intro .section-title{margin-bottom:1.8rem!important;font-size:clamp(2.1rem,10vw,3rem)!important}body .pricing--french-style .pricing-trust-panel{text-align:center;grid-template-columns:1fr;gap:.7rem;padding:1rem}body .pricing--french-style .pricing-trust-panel__divider{display:none}body .pricing--french-style .pricing-trust-panel__copy-wrap{text-align:center}body .pricing--french-style .pricing-promo.is-brand{border-radius:16px!important}body .pricing--french-style .pricing-card{border-radius:19px!important;padding:2.2rem 1.2rem 1.5rem!important}body .pricing--french-style .pricing-card .price{flex-wrap:wrap}body .pricing--french-style .pricing-card .price>span:first-child{font-size:clamp(3rem,16vw,4rem)!important}body .pricing--french-style .features-list{font-size:.94rem!important}}body .faq--french-style{border-block:1px solid #ffffff12;width:100%;max-width:none;margin:0;position:relative;overflow:hidden;color:#fff!important;background:radial-gradient(circle at 88% 12%,#e0001c17,#0000 34%),radial-gradient(circle at 9% 88%,#1c54ce1a,#0000 34%),linear-gradient(118deg,#0b0e13 0%,#121316 53%,#191415 100%)!important;padding:clamp(5rem,7vw,7rem) 0!important}body .faq--french-style:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0}body .faq--french-style>.container{z-index:1;width:min(100% - 32px,900px);margin:0 auto;position:relative;max-width:900px!important;padding:0!important}body .faq--french-style .section-title{color:#fff!important;-webkit-text-fill-color:#fff!important;letter-spacing:-.04em!important;text-align:center!important;text-shadow:0 3px 18px #0000004d!important;background:0 0!important;margin:0 auto clamp(3rem,5vw,4.6rem)!important;font-size:clamp(2.4rem,4vw,3.35rem)!important;font-weight:900!important;line-height:1.12!important}body .faq--french-style .section-title:after{display:none!important}body .faq--french-style .section-title .heading-accent{display:inline;color:#ef2f30!important;-webkit-text-fill-color:transparent!important;background-color:#0000!important;background-image:linear-gradient(90deg,#ff5549,#ef2b1d)!important;-webkit-background-clip:text!important;background-clip:text!important}body .faq--french-style .faq-item{backdrop-filter:none;margin:0 0 .9rem;transition:border-color .25s,box-shadow .25s,transform .25s;overflow:hidden;transform:none;color:#fff!important;background:radial-gradient(circle at 94% 0,#244bb51a,#0000 34%),linear-gradient(135deg,#121727fa,#14121dfa)!important;border:1px solid #2c5bb661!important;border-radius:14px!important;box-shadow:0 10px 28px #0003!important}body .faq--french-style .faq-item:hover{transform:translateY(-2px);border-color:#4b7be59e!important;box-shadow:0 14px 34px #0000004d!important}body .faq--french-style .faq-question{direction:rtl;border:0;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-height:82px;display:flex;color:#fff!important;-webkit-text-fill-color:#fff!important;text-align:right!important;background:0 0!important;padding:1.35rem 1.6rem!important;font-size:1.05rem!important;font-weight:900!important;line-height:1.5!important}body .faq--french-style .faq-question:hover{text-shadow:0 0 12px #68a0ff6b;color:#fff!important;-webkit-text-fill-color:#fff!important}body .faq--french-style .faq-question:focus-visible{outline-offset:-4px;border-radius:12px;outline:3px solid #69a0ffe6}body .faq--french-style .faq-question span{border:1px solid #5777ff8c;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;min-width:36px;height:36px;min-height:36px;font-weight:900;line-height:1;transition:transform .25s,background .25s;display:grid;box-shadow:0 8px 20px #000d8752;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(135deg,#0713a8,#1024c8)!important;font-size:1.25rem!important}body .faq--french-style .faq-question.active span{background:linear-gradient(135deg,#111dc0,#e21b36)!important}body .faq--french-style .faq-answer{border-top:1px solid #0000;max-height:0;padding:0 1.6rem;transition:max-height .35s,padding .35s,border-color .35s;overflow:hidden}body .faq--french-style .faq-answer.active{border-top-color:#ffffff14;max-height:500px;padding:1.1rem 1.6rem 1.45rem}body .faq--french-style .faq-answer p{text-align:right;margin:0;color:#b8c2d1!important;-webkit-text-fill-color:#b8c2d1!important;font-size:1rem!important;line-height:1.75!important}@media (width<=640px){body .faq--french-style{padding:3.8rem 0!important}body .faq--french-style>.container{width:min(100% - 22px,900px)}body .faq--french-style .section-title{margin-bottom:2.4rem!important;font-size:clamp(2.15rem,10vw,2.8rem)!important}body .faq--french-style .faq-question{min-height:72px;padding:1rem 1.1rem!important;font-size:.96rem!important}body .faq--french-style .faq-question span{flex-basis:32px;width:32px;min-width:32px;height:32px;min-height:32px;font-size:1.05rem!important}body .faq--french-style .faq-answer{padding-inline:1.1rem}body .faq--french-style .faq-answer.active{padding:1rem 1.1rem 1.2rem}body .faq--french-style .faq-answer p{font-size:.95rem!important}}body .features--french-style,body .device-showcase--french-style{border-block:1px solid #ffffff12;width:100%;max-width:none;margin:0;position:relative;overflow:hidden;color:#fff!important;background:radial-gradient(circle at 8% 12%,#1948bb1f,#0000 34%),radial-gradient(circle at 91% 82%,#e0001c1a,#0000 36%),linear-gradient(118deg,#080b13 0%,#111217 52%,#1b1214 100%)!important}body .features--french-style:before,body .device-showcase--french-style:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0}body .features--french-style:after{display:none!important}body .features--french-style{padding:clamp(5.2rem,7vw,7rem) 0!important}body .features--french-style>.container,body .device-showcase--french-style>.container{z-index:1;width:min(100% - 32px,1680px);margin:0 auto;position:relative;max-width:none!important;padding:0!important}body .features--french-style .section-kicker{display:none}body .features--french-style .section-title{max-width:1120px;color:#fff!important;-webkit-text-fill-color:#fff!important;letter-spacing:-.045em!important;text-align:center!important;text-shadow:0 3px 18px #00000057!important;background:0 0!important;margin:0 auto clamp(3rem,5vw,4.6rem)!important;font-size:clamp(2.4rem,4.2vw,3.65rem)!important;font-weight:900!important;line-height:1.12!important}body .features--french-style .section-title:after{display:none!important}body .features--french-style .section-title .heading-accent{display:inline;color:#ef2d2e!important;-webkit-text-fill-color:transparent!important;background-color:#0000!important;background-image:linear-gradient(90deg,#ff5b4d,#ef2b1c)!important;-webkit-background-clip:text!important;background-clip:text!important}body .features--french-style .features-grid{align-items:stretch;width:min(100%,1040px);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(1rem,1.6vw,1.4rem)!important;max-width:1040px!important}body .features--french-style .feature-card{text-align:center;opacity:1;flex-direction:column;align-items:center;min-height:310px;animation:none;display:flex;position:relative;overflow:hidden;transform:none;color:#fff!important;background:radial-gradient(circle at 50% 0,#2f66e01f,#0000 43%),linear-gradient(150deg,#1b2434 0%,#1d1c27 52%,#2a1518 100%)!important;border:1px solid #3e69be57!important;border-radius:22px!important;padding:clamp(1.75rem,2.2vw,2.15rem) clamp(1.35rem,2vw,1.8rem)!important;transition:transform .28s,border-color .28s,box-shadow .28s!important;box-shadow:0 22px 54px #0000004d,inset 0 1px #ffffff0d!important}body .features--french-style .feature-card:before{background:linear-gradient(140deg,#ffffff0b,#0000 42%)!important}body .features--french-style .feature-card:hover{border-color:#6597ffad!important;transform:translateY(-7px)!important;box-shadow:0 30px 68px #0000006b,0 0 28px #2350be1f!important}body .features--french-style .feature-icon{border-radius:50%;flex:none;place-items:center;width:68px;height:68px;margin:0 auto 1.25rem;font-size:1.75rem;display:grid;color:#fff!important;-webkit-text-fill-color:#fff!important;background:#090aaf!important;border:1px solid #6884ffb3!important;box-shadow:inset -4px 0 #ec1836,0 13px 30px #00009157!important}body .features--french-style .feature-card:hover .feature-icon{transform:translateY(-2px)scale(1.04)}body .features--french-style .feature-card h3{margin:0 0 .72rem;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:clamp(1.25rem,1.55vw,1.48rem)!important;font-weight:900!important;line-height:1.35!important}body .features--french-style .feature-card p{max-width:30ch;margin:0 auto;color:#d7dce6!important;-webkit-text-fill-color:#d7dce6!important;font-size:.98rem!important;line-height:1.65!important}body .device-showcase--french-style{padding:clamp(4.5rem,6.5vw,6.5rem) 0!important}body .device-showcase--french-style .device-showcase__header{text-align:center;max-width:980px;margin:0 auto clamp(2.6rem,4vw,3.8rem)}body .device-showcase--french-style .device-showcase__title{color:#fff!important;-webkit-text-fill-color:#fff!important;letter-spacing:-.045em!important;text-shadow:0 3px 18px #00000059!important;background:0 0!important;margin:0 0 1rem!important;font-size:clamp(2.35rem,4.2vw,3.65rem)!important;font-weight:900!important;line-height:1.1!important}body .device-showcase--french-style .device-showcase__title span{color:#7daeff!important;-webkit-text-fill-color:transparent!important;background-color:#0000!important;background-image:linear-gradient(90deg,#64a4ff 0%,#d5e4ff 48%,#ff6975 82%,#ee2038 100%)!important;-webkit-background-clip:text!important;background-clip:text!important}body .device-showcase--french-style .device-showcase__intro{margin:0;color:#b8c1ce!important;-webkit-text-fill-color:#b8c1ce!important;font-size:clamp(1rem,1.5vw,1.18rem)!important;line-height:1.7!important}body .device-showcase--french-style .device-showcase__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(.8rem,1.2vw,1.1rem);width:100%;display:grid}body .device-showcase--french-style .device-brand-card{min-width:0;min-height:154px;padding:1.15rem .65rem 1rem;transform:none;color:#0a0b0d!important;background:linear-gradient(145deg,#fff,#f4f4f5)!important;border:1px solid #ffffffd1!important;border-radius:18px!important;transition:transform .25s,box-shadow .25s,border-color .25s!important;box-shadow:0 15px 34px #0000004d!important}body .device-showcase--french-style .device-brand-card:hover{border-color:#efbd32!important;transform:translateY(-5px)!important;box-shadow:0 20px 42px #00000061,0 0 22px #efbd3224!important}body .device-showcase--french-style .device-brand-card__label{font-size:.88rem;font-weight:800;color:#697386!important;-webkit-text-fill-color:#697386!important}@media (width<=1050px){body .features--french-style .features-grid{width:min(100%,680px);grid-template-columns:1fr!important}body .features--french-style .feature-card{min-height:0}body .device-showcase--french-style .device-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=620px){body .features--french-style,body .device-showcase--french-style{padding:3.7rem 0!important}body .features--french-style>.container,body .device-showcase--french-style>.container{width:min(100% - 22px,1680px)}body .features--french-style .section-title,body .device-showcase--french-style .device-showcase__title{font-size:clamp(2.05rem,10vw,2.8rem)!important}body .features--french-style .feature-card{border-radius:18px!important;padding:1.7rem 1.15rem!important}body .features--french-style .feature-icon{width:68px;height:68px;margin-bottom:1.4rem}body .device-showcase--french-style .device-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}body .device-showcase--french-style .device-brand-card{min-height:108px;border-radius:14px!important}}:root{--background:#060810;--foreground:#f7f9ff;--card:#111827;--card-foreground:#f7f9ff;--primary:#1763dc;--secondary:#ef3340;--accent:#7daeff;--muted-foreground:#b7c0cf;--brand-primary:#0f5eea;--brand-secondary:#ef3340;--brand-gradient:linear-gradient(120deg, #0717aa 0%, #1763dc 42%, #743e91 70%, #ef3340 100%);--israel-navy:#07101f;--israel-blue:#1763dc;--israel-sky:#72aaff;--israel-gold:#ef4135;--israel-gold-soft:#ef413529;--theme-surface:#0b0e16;--theme-surface-raised:#121824;--theme-border:#769dee3d;--theme-copy:#b9c2d0}html,body{max-width:100%;overflow-x:clip}body{color:var(--foreground)!important;background:radial-gradient(circle at 12% 8%,#144cc31f,#0000 28%),radial-gradient(circle at 88% 28%,#e51c3014,#0000 30%),#060810!important}img{max-width:100%}:is(.features,.israel-channels,.content-showcase,.sports-content-marquee,.pricing,.app-package-showcase,.device-showcase,.roadmap-section,.faq,.tvz-testimonials){content-visibility:auto;contain-intrinsic-size:auto 900px}.header{background:linear-gradient(90deg,#030712f7,#071637f5 48%,#260914f5)!important;border-bottom-color:#6891f43d!important;box-shadow:0 12px 36px #00000057!important}.nav-links a:hover{color:#8db8ff!important}.trust-icon{background:var(--brand-gradient)!important;box-shadow:0 6px 18px #1c4bd04d!important}.hero{background:linear-gradient(90deg,#05081133 0%,#060a1685 48%,#040a1ce6 74%,#040814fa 100%),url(../images/israel-hero-background-v3.webp) 50%/cover no-repeat!important;height:auto!important;min-height:0!important;padding:0!important;overflow:hidden!important}.hero .container{min-height:0!important;padding-block:clamp(30px,4vw,48px)!important}.hero-content{margin-block:0!important}.hero h1{margin-block:10px 16px!important}.hero p{margin-block:16px 18px!important}.hero-stats{margin-block:18px 20px!important}.hero-cta-group{margin-bottom:10px!important}.germany-hero-badge,.activation-badge{background:linear-gradient(120deg,#08235ceb,#194597e0 58%,#711c42db)!important;border-color:#7ea9ff8f!important;box-shadow:0 10px 28px #00000047!important}.hero h1 .highlight-iptv,.hero .israel-gradient-text,.israel-gradient-text{color:#0000!important;-webkit-text-fill-color:transparent!important;background-image:linear-gradient(90deg,#72aaff 0%,#d8e6ff 43%,#ff7882 72%,#ef3340 100%)!important;-webkit-background-clip:text!important;background-clip:text!important}.stat-number{color:#ff6472!important;-webkit-text-fill-color:#ff6472!important}.cta-button,.nav-drawer__cta,.app-package-showcase__cta{color:#fff!important;-webkit-text-fill-color:#fff!important;background:var(--brand-gradient)!important;border:1px solid #ffffff6b!important;box-shadow:0 15px 36px #0828974d,0 9px 24px #e0001c29!important}.cta-button:hover,.nav-drawer__cta:hover,.app-package-showcase__cta:hover{filter:brightness(1.08)saturate(1.05);box-shadow:0 20px 46px #0828975c,0 12px 30px #e0001c38!important}.cta-button-secondary{color:#f4f7ff!important;-webkit-text-fill-color:#f4f7ff!important;background:linear-gradient(120deg,#1c3057d1,#421c33c2)!important;border-color:#89aeff75!important}body .features--french-style,.israel-channels,body .content-showcase--french-style,body .sports-content-marquee--french-style,body .pricing--french-style,.app-package-showcase,body .device-showcase--french-style,body .roadmap-section--french-style,body .faq--french-style,.tvz-testimonials{color:#f7f9ff!important;background:radial-gradient(circle at 8% 12%,#0f4ac324,#0000 29%),radial-gradient(circle at 91% 86%,#e51c301a,#0000 33%),linear-gradient(118deg,#080b12 0%,#111319 51%,#171113 100%)!important}.israel-channels,.app-package-showcase,body .faq--french-style{background:radial-gradient(circle at 12% 82%,#e51c301c,#0000 31%),radial-gradient(circle at 88% 12%,#0f4ac326,#0000 31%),linear-gradient(122deg,#070a12 0%,#0e1118 52%,#151214 100%)!important}:is(.features--french-style,.israel-channels,.content-showcase--french-style,.sports-content-marquee--french-style,.pricing--french-style,.app-package-showcase,.device-showcase--french-style,.roadmap-section--french-style,.faq--french-style,.tvz-testimonials) :is(.section-title,.device-showcase__title,.roadmap-title,.roadmap-right-title,.tvz-testimonials__title){color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 3px 18px #00000057!important}:is(.heading-accent,.heading-red,.pricing-heading-gradient){color:#0000!important;-webkit-text-fill-color:transparent!important;background-image:linear-gradient(90deg,#ff6f78,#ef3340)!important;-webkit-background-clip:text!important;background-clip:text!important}.heading-blue{color:#0000!important;-webkit-text-fill-color:transparent!important;background-image:linear-gradient(90deg,#619fff,#9bc2ff)!important;-webkit-background-clip:text!important;background-clip:text!important}.israel-channels__panel{border-color:var(--theme-border)!important;background:radial-gradient(circle at 18% 0,#2967eb21,#0000 45%),linear-gradient(145deg,#141c2bf7,#1f1119f7)!important;box-shadow:0 26px 64px #00000057!important}body .israel-channels .israel-channels__logos{border:1px solid #6693f040;border-radius:18px;width:min(100% - 32px,1480px);margin:clamp(22px,3vw,34px) auto 0;padding-block:16px;box-shadow:inset 0 16px 36px #0003,0 16px 36px #0000003d;background:radial-gradient(circle at 12%,#2365e540,#0000 34%),radial-gradient(circle at 88%,#ef33402b,#0000 35%),linear-gradient(112deg,#07101f 0%,#10213d 52%,#2a111f 100%)!important}.israel-channels__title,.israel-channels__lead{color:#fff!important;-webkit-text-fill-color:#fff!important}.israel-channels__lead{color:var(--theme-copy)!important;-webkit-text-fill-color:var(--theme-copy)!important}body .israel-channels .israel-channels__logo-row{--_gap:clamp(28px, 3vw, 44px)}body .israel-channels .israel-channels__logo-track{gap:var(--_gap)!important}body .israel-channels .israel-channel-mark{flex:0 0 clamp(138px,11vw,168px);width:clamp(138px,11vw,168px);min-height:82px;padding:9px 12px;background:radial-gradient(circle at 16% 10%,#fffffff0,#0000 38%),linear-gradient(135deg,#f6f9ff 0%,#d3e4ff 54%,#f0d6df 100%)!important;border:1px solid #6399ff99!important;border-radius:14px!important;box-shadow:0 9px 22px #010d264d,0 0 18px #3774e51a,inset 0 1px #ffffffe6!important}body .israel-channels .israel-channel-mark img{width:auto!important;min-width:0!important;max-width:122px!important;height:54px!important;min-height:0!important;max-height:64px!important;box-shadow:none!important;object-fit:contain!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;transform:none!important}body .israel-channels .israel-channel-mark--wide img{max-width:134px!important}body .israel-channels .israel-channel-mark--square img{max-width:70px!important;height:64px!important}body .features--french-style .feature-card{background:radial-gradient(circle at 50% 0,#2f66e024,#0000 43%),linear-gradient(150deg,#182236 0%,#1a1a25 52%,#2a151b 100%)!important;border-color:#4f7ad55c!important}body .features--french-style .feature-icon,body .roadmap-section--french-style .step-number,body .roadmap-section--french-style .detailed-step-number,body .faq--french-style .faq-question span{background:linear-gradient(135deg,#0718ad,#183ed1 58%,#b3144b)!important;border-color:#7297ffad!important;box-shadow:inset -3px 0 #ef3340,0 11px 25px #00000047!important}body .roadmap-section--french-style .roadmap-left,body .faq--french-style .faq-item{border-color:var(--theme-border)!important;background:radial-gradient(circle at 14% 0,#2d5bcc1f,#0000 45%),linear-gradient(145deg,#111827,#15131a 64%,#211216)!important}.app-package-showcase__eyebrow,.app-package-showcase__feature-icon{color:#fff!important;background:var(--brand-gradient)!important;border-color:#ffffff4d!important}.app-package-showcase__title span{color:#0000!important;-webkit-text-fill-color:transparent!important;background-image:linear-gradient(90deg,#68a4ff,#e0eaff 45%,#ff7a84 74%,#ef3340)!important;-webkit-background-clip:text!important;background-clip:text!important}.tvz-testimonials:before{background:radial-gradient(circle at 12% 20%,#1763dc24,#0000 34%),radial-gradient(circle at 88% 72%,#ef33401a,#0000 32%)!important}.footer{background:radial-gradient(circle at 12% 20%,#1763dc26,#0000 31%),radial-gradient(circle at 88% 80%,#ef33401a,#0000 32%),linear-gradient(125deg,#050812,#0b152b 52%,#251018)!important;border-top:2px solid #0000!important;border-image:linear-gradient(90deg,#1763dc,#713c90,#ef3340) 1!important}.footer-brand-logo{filter:none!important}.footer a:hover{color:#8cb8ff!important}.nav-drawer{color:#fff!important;background:radial-gradient(circle at 15% 10%,#1763dc33,#0000 35%),radial-gradient(circle at 85% 90%,#ef334029,#0000 36%),#080b13!important}.nav-drawer__links a{color:#fff!important;background:linear-gradient(120deg,#141e33f0,#26141df0)!important;border-color:#6991e647!important}.nav-close{color:#fff!important;background:#161e30e6!important;border-color:#789df061!important}@media (width<=980px){.header{padding:8px 0!important}.header .container{width:calc(100% - 28px)}.nav{gap:14px;min-height:52px}.logo{width:168px;height:50px}.nav-links,.header-trust{display:none!important}.mobile-menu{place-items:center;min-width:46px;min-height:46px;display:grid!important}.hero{background-position:43%!important;min-height:auto!important}.hero .container{width:calc(100% - 34px);padding-block:30px!important}.hero-content{max-width:680px!important}body .israel-channels .israel-channels__logo-row{--_gap:24px}body .israel-channels .israel-channel-mark{flex-basis:126px;width:126px;min-height:74px}body .israel-channels .israel-channel-mark img{max-width:108px!important;height:49px!important}body .israel-channels .israel-channel-mark--wide img{max-width:116px!important}body .israel-channels .israel-channel-mark--square img{max-width:64px!important;height:58px!important}body .pricing--french-style .pricing-card--gold{order:-1}.app-package-showcase__layout{direction:rtl;grid-template-columns:1fr}.app-package-showcase__visual{max-width:760px;margin:0 auto}}@media (width<=640px){body{font-size:16px;line-height:1.65}.container{width:calc(100% - 22px)}.header{backdrop-filter:none!important}.logo{width:146px;height:44px}.hero{background-position:39%!important}.hero .container{width:calc(100% - 24px);padding-block:22px!important}.hero-content{text-align:right!important}.hero h1{font-size:clamp(2.15rem,11vw,3rem)!important;line-height:1.08!important}.hero p{margin-block:.85rem 1rem!important;font-size:1rem!important;line-height:1.65!important}.hero-stats{gap:.8rem!important;margin-block:1rem!important}.stat-number{font-size:1.85rem!important}.stat-label{font-size:.86rem!important}.germany-hero-badge,.activation-badge{width:100%;min-height:48px;font-size:.86rem!important}.hero-cta-group a,.cta-button,.cta-button-secondary{min-height:52px}body .israel-channels .israel-channels__logos{border-radius:13px;width:calc(100% - 14px);padding-block:12px}body .israel-channels .israel-channels__logo-row{--_gap:18px}body .israel-channels .israel-channel-mark{flex-basis:104px;width:104px;min-height:64px;padding:6px 8px;border-radius:11px!important}body .israel-channels .israel-channel-mark img{max-width:88px!important;height:40px!important}body .israel-channels .israel-channel-mark--wide img{max-width:94px!important}body .israel-channels .israel-channel-mark--square img{max-width:52px!important;height:48px!important}:is(.features--french-style,.israel-channels,.content-showcase--french-style,.sports-content-marquee--french-style,.pricing--french-style,.app-package-showcase,.device-showcase--french-style,.roadmap-section--french-style,.faq--french-style,.tvz-testimonials){padding-block:3.5rem!important}:is(.features--french-style,.israel-channels,.content-showcase--french-style,.sports-content-marquee--french-style,.pricing--french-style,.app-package-showcase,.device-showcase--french-style,.roadmap-section--french-style,.faq--french-style,.tvz-testimonials) :is(.section-title,.device-showcase__title,.roadmap-right-title,.tvz-testimonials__title){overflow-wrap:anywhere;letter-spacing:-.03em!important;font-size:clamp(2rem,9.8vw,2.75rem)!important;line-height:1.14!important}.israel-channels__panel{border-radius:18px!important;padding:1.35rem .7rem!important}body .features--french-style .feature-card{min-height:0}body .pricing--french-style .pricing-card{padding-inline:1rem!important}body .pricing--french-style .pricing-card .price>span:first-child{font-size:clamp(2.75rem,15vw,3.75rem)!important}body .faq--french-style .faq-question{gap:.8rem;min-height:70px;padding:1rem!important;font-size:1rem!important}body .faq--french-style .faq-question span{flex-basis:38px;width:38px;height:38px}.app-package-showcase__layout{gap:2rem;width:calc(100% - 22px)}.app-package-showcase__features{grid-template-columns:1fr!important}body .device-showcase--french-style .device-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}body .device-showcase--french-style .device-brand-card{min-height:110px;padding-inline:.45rem}body .roadmap-section--french-style .roadmap-left{padding:1.35rem!important}.footer-content{gap:2rem;grid-template-columns:1fr!important}.footer-section{text-align:center}.pay-accept__logos{justify-content:center}.whatsapp-float{width:58px!important;height:58px!important;bottom:14px!important;right:14px!important}.nav-drawer{backdrop-filter:none!important}}:root{--site-heading-size:clamp(2rem, 3.2vw, 3.2rem);--site-heading-gradient:linear-gradient(90deg, #7af 0%, #eef4ff 46%, #ff7480 76%, #ef3340 100%);--site-section-space:clamp(3.5rem, 5.2vw, 4.75rem)}body .hero h1,body .pricing--french-style .pricing-intro .section-title,body :is(.features--french-style,.israel-channels,.content-showcase--french-style,.sports-content-marquee--french-style,.pricing--french-style,.app-package-showcase,.device-showcase--french-style,.roadmap-section--french-style,.faq--french-style,.tvz-testimonials) :is(.section-title,.israel-channels__title,.app-package-showcase__title,.device-showcase__title,.roadmap-title,.roadmap-right-title,.tvz-testimonials__title){width:min(100% - 24px,1120px)!important;max-width:1120px!important;font-size:var(--site-heading-size)!important;letter-spacing:-.035em!important;text-wrap:balance!important;color:#0000!important;-webkit-text-fill-color:transparent!important;background:var(--site-heading-gradient)!important;text-shadow:none!important;overflow-wrap:normal!important;word-break:normal!important;-webkit-background-clip:text!important;background-clip:text!important;margin-inline:auto!important;font-weight:800!important;line-height:1.14!important}body .hero h1 :is(span,strong,bdi),body .pricing--french-style .pricing-intro .section-title :is(span,strong,bdi),body :is(.features--french-style,.israel-channels,.content-showcase--french-style,.sports-content-marquee--french-style,.pricing--french-style,.app-package-showcase,.device-showcase--french-style,.roadmap-section--french-style,.faq--french-style,.tvz-testimonials) :is(.section-title,.israel-channels__title,.app-package-showcase__title,.device-showcase__title,.roadmap-title,.roadmap-right-title,.tvz-testimonials__title) :is(span,strong,bdi){color:inherit!important;-webkit-text-fill-color:inherit!important;filter:none!important;background:0 0!important}body .hero h1{opacity:1!important;animation:none!important}body :is(.features--french-style,.israel-channels,.content-showcase--french-style,.sports-content-marquee--french-style,.pricing--french-style,.app-package-showcase,.device-showcase--french-style,.roadmap-section--french-style,.faq--french-style,.tvz-testimonials){min-height:0!important;padding-block:var(--site-section-space)!important}html body .israel-channels .israel-channels__logos .israel-channels__logo-row .israel-channel-mark img[src]{width:auto!important;min-width:0!important;max-width:122px!important;height:54px!important;min-height:0!important;max-height:64px!important;box-shadow:none!important;object-fit:contain!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;display:block!important;transform:none!important}html body .israel-channels .israel-channels__logos .israel-channel-mark--wide img[src]{max-width:134px!important}html body .israel-channels .israel-channels__logos .israel-channel-mark--square img[src]{max-width:70px!important;height:64px!important}@media (width<=980px){body .hero-content{width:100%!important;margin-inline:auto!important}body .hero-cta-group{width:100%!important}body .hero-cta-group a{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;margin-inline:0!important}body .pricing--french-style .pricing-card{width:100%!important;max-width:100%!important;transform:none!important}}@media (width<=640px){:root{--site-heading-size:clamp(1.75rem, 7.4vw, 2.2rem);--site-section-space:3.25rem}body .hero h1,body .pricing--french-style .pricing-intro .section-title,body :is(.features--french-style,.israel-channels,.content-showcase--french-style,.sports-content-marquee--french-style,.pricing--french-style,.app-package-showcase,.device-showcase--french-style,.roadmap-section--french-style,.faq--french-style,.tvz-testimonials) :is(.section-title,.israel-channels__title,.app-package-showcase__title,.device-showcase__title,.roadmap-title,.roadmap-right-title,.tvz-testimonials__title){letter-spacing:-.025em!important;width:min(100% - 20px,1120px)!important;max-width:100%!important}html body .israel-channels .israel-channels__logos .israel-channels__logo-row .israel-channel-mark img[src]{max-width:88px!important;height:40px!important;max-height:48px!important}html body .israel-channels .israel-channels__logos .israel-channel-mark--wide img[src]{max-width:94px!important}html body .israel-channels .israel-channels__logos .israel-channel-mark--square img[src]{max-width:52px!important;height:48px!important}body .footer-section a{justify-content:center;align-items:center;min-height:44px;display:inline-flex}}body .pricing--french-style .pricing-card>div:not([class])>small,body .pricing--french-style .pricing-card>div:not([class])>small i{color:#e7eefb!important;-webkit-text-fill-color:#e7eefb!important;text-shadow:0 1px 12px #00000057!important}body .pricing--french-style .pricing-card--gold>div:not([class])>small,body .pricing--french-style .pricing-card--gold>div:not([class])>small i{color:#ffd6dc!important;-webkit-text-fill-color:#ffd6dc!important}body .pricing--french-style .pricing-card--silver>div:not([class])>small,body .pricing--french-style .pricing-card--silver>div:not([class])>small i{color:#d9f7ff!important;-webkit-text-fill-color:#d9f7ff!important}body .pricing--french-style .features-list{font-family:inherit;margin:.9rem 0 1.55rem!important;font-size:clamp(.9rem,.94vw,1rem)!important;line-height:1.48!important}body .pricing--french-style .features-list li{align-items:flex-start;gap:.18rem;min-height:42px;font-weight:550;display:flex;padding:.5rem 2.15rem .5rem 0!important}body .pricing--french-style .features-list li:before{font-size:1.15rem;line-height:1.2;top:.42rem}body .pricing--french-style .features-list i{text-align:center;flex:0 0 1.3rem;width:1.3rem;line-height:1.35;margin-left:.58rem!important}body .pricing--french-style .pricing-card .cta-button{isolation:isolate;direction:ltr;min-height:82px;border-radius:16px!important;grid-template-columns:44px minmax(0,1fr)!important;align-items:center!important;gap:.65rem!important;padding:.65rem .85rem!important;display:grid!important}body .pricing--french-style .pricing-cta__content{direction:rtl;flex-direction:column;justify-content:center;align-items:center;gap:.18rem;min-width:0;display:flex}body .pricing--french-style .pricing-cta__main{gap:.55rem;line-height:1.2;font-size:clamp(1.08rem,1.35vw,1.28rem)!important}body .pricing--french-style .pricing-cta__sub{font-weight:800;line-height:1.35;font-size:clamp(.78rem,.9vw,.86rem)!important}body .pricing--french-style .pricing-cta__arrow{background:#fff;border:1px solid #ffffffb8;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.25rem;font-weight:900;line-height:1;transition:transform .25s;display:inline-grid;box-shadow:0 8px 20px #030a1f3d;color:#123fcb!important;-webkit-text-fill-color:#123fcb!important}body .pricing--french-style .pricing-card--gold .pricing-cta__arrow{color:#d9001d!important;-webkit-text-fill-color:#d9001d!important}body .pricing--french-style .pricing-card--silver .pricing-cta__arrow{color:#087da4!important;-webkit-text-fill-color:#087da4!important}body .pricing--french-style .pricing-card .cta-button:hover .pricing-cta__arrow{transform:translate(-3px)}@media (width<=640px){body .pricing--french-style .features-list{font-size:.92rem!important}body .pricing--french-style .features-list li{min-height:40px;padding-block:.46rem!important}body .pricing--french-style .pricing-card .cta-button{min-height:76px;grid-template-columns:40px minmax(0,1fr)!important;padding:.58rem .7rem!important}body .pricing--french-style .pricing-cta__arrow{width:38px;height:38px}}body .header .header-trust{direction:ltr;align-items:center;gap:14px;margin:0;display:flex}body .header .trust-badge{white-space:nowrap;align-items:center;gap:10px;min-width:0;display:flex;color:#f7f8ff!important;background:0 0!important;border:0!important;padding:0!important}body .header .trust-copy{text-align:right;direction:rtl;flex-direction:column;align-items:flex-end;line-height:1.12;display:flex}body .header .trust-copy strong{color:#fff;font-size:clamp(.78rem,.9vw,.94rem);font-weight:900}body .header .trust-copy small{color:#aeb7c8;margin-top:2px;font-size:clamp(.75rem,.78vw,.82rem);font-weight:700}body .header .trust-icon{border:1px solid #84b5ff7a;border-radius:9px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:.92rem;display:inline-grid;box-shadow:0 8px 20px #0a36bf57,inset 0 1px #ffffff2e;color:#fff!important;background:linear-gradient(145deg,#0819b8 0%,#1559e6 58%,#367ff4 100%)!important}body .header .trust-badge--support .trust-icon{border-color:#ff7e8c6b;border-radius:50%;box-shadow:0 8px 20px #5d2b8457,inset 0 1px #fff3;background:linear-gradient(135deg,#1763dc 0%,#69449a 55%,#ef3340 100%)!important}body .header .header-trust__divider{background:#b7c2d742;width:1px;height:42px}@media (width<=1180px){body .header .trust-copy small{display:none}body .header .header-trust{gap:10px}body .header .trust-icon{flex-basis:34px;width:34px;height:34px}}@media (width<=980px){body .header .header-trust{display:none!important}}@media (hover:none){:is(.feature-card,.pricing-card,.device-brand-card,.tvz-testimonial-slide):hover{transform:none!important}}body .pricing--french-style .pricing-trust-panel{border-radius:14px;gap:.85rem;width:min(100%,560px);padding:.68rem .95rem}body .pricing--french-style .trustpilot-brand{gap:.35rem;font-size:.9rem}body .pricing--french-style .trustpilot-brand__star{font-size:1.3rem}body .pricing--french-style .pricing-trust-panel__title{margin-bottom:.08rem;font-size:.82rem;line-height:1.25}body .pricing--french-style .pricing-trust-panel__copy{font-size:.74rem;line-height:1.35}body .pricing--french-style .pricing-cta__main{font-size:clamp(1.38rem,1.75vw,1.62rem)!important;font-weight:950!important;line-height:1.12!important}body .pricing--french-style .pricing-cta__main i{font-size:1.05em!important}body .pricing--french-style .pricing-card__local-note{text-align:center;background:#0d5bd724;border:1px solid #1fa9ed57;border-radius:10px;margin:.75rem 0 1rem;padding:.58rem .72rem;font-size:.82rem;font-weight:750;line-height:1.45;color:#d9ecff!important}@media (width<=700px){body .pricing--french-style .pricing-trust-panel{gap:.35rem;width:min(100%,430px);padding:.62rem .75rem}body .pricing--french-style .trustpilot-brand{font-size:.86rem}body .pricing--french-style .trustpilot-brand__star{font-size:1.2rem}body .pricing--french-style .pricing-trust-panel__title{font-size:.8rem}body .pricing--french-style .pricing-trust-panel__copy{font-size:.7rem}body .pricing--french-style .pricing-cta__main{font-size:1.35rem!important;font-weight:950!important}body .pricing--french-style .pricing-card__local-note{margin:.6rem 0 .85rem;padding:.52rem .6rem;font-size:.76rem;line-height:1.4}}@media (width<=640px){body .footer-section:first-child{text-align:center!important}body .footer-section:first-child .footer-brand-logo{margin-inline:auto!important;display:block!important}}@supports (content-visibility:auto){body>section:not(#home),body>footer{content-visibility:auto;contain-intrinsic-size:auto 900px}}