/* IPTV Belgique Premium v3.2.0 — Premium locked design system */
:root{
  --bg:#fffdf8;
  --surface:#ffffff;
  --surface-warm:#fff9ed;
  --ink:#08080b;
  --text:#5e6370;
  --muted:#858b97;
  --line:#eceff4;
  --yellow:#ffd447;
  --amber:#ffb000;
  --orange:#ff7a00;
  --red:#ff304f;
  --green:#00b67a;
  --grad:linear-gradient(135deg,#ffd447 0%,#ff9a00 44%,#ff304f 100%);
  --grad-text:linear-gradient(100deg,#ffb800 0%,#ff8a00 44%,#ff304f 86%);
  --shadow-xs:0 8px 22px rgba(18,20,28,.055);
  --shadow-sm:0 16px 38px rgba(18,20,28,.075);
  --shadow-md:0 28px 70px rgba(18,20,28,.115);
  --shadow-hot:0 22px 52px rgba(255,122,0,.20),0 16px 34px rgba(255,48,79,.12);
  --container:1320px;
  --r-sm:14px;
  --r:24px;
  --r-lg:32px;
  --font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:86px}
body{font-family:var(--font);background:#fff;color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
a{text-decoration:none;color:inherit}
img,svg{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.site-main{position:relative;overflow:hidden;background:#fff}
.gradient-text,.section-title span,.hero-title strong{background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent}
.screen-reader-text,.skip-link{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:18px;top:18px;width:auto;height:auto;padding:12px 16px;z-index:999;background:#fff;border-radius:12px;box-shadow:var(--shadow-sm)}
body.iptvb-front-page main>*,body.iptvb-front-page header,body.iptvb-front-page footer{position:relative;z-index:1}.iptvb-front-page>figure,.iptvb-front-page>img,.iptvb-front-page>video{display:none!important}
.iptvb-icon{display:inline-grid;place-items:center;width:1em;height:1em;line-height:1;color:currentColor}.iptvb-icon svg{width:100%;height:100%}.btn-icon{display:inline-grid;place-items:center;width:18px;height:18px}.btn-icon .iptvb-icon{width:18px;height:18px}
.btn{min-height:50px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:16px;border:0;font-weight:900;font-size:.9rem;line-height:1;white-space:nowrap;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease,background .25s ease,border-color .25s ease}.btn:hover{transform:translateY(-2px)}.btn:focus-visible,.mobile-button:focus-visible,.arrow:focus-visible,.round-link:focus-visible{outline:3px solid rgba(255,176,0,.35);outline-offset:3px}.btn-primary{background:var(--grad);color:#111;box-shadow:var(--shadow-hot)}.btn-secondary,.btn-outline{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-xs);color:#252832}.btn-outline{border-color:rgba(255,174,0,.62)}.btn-secondary:hover,.btn-outline:hover{border-color:rgba(255,122,0,.36);box-shadow:var(--shadow-sm)}
.section-pad{padding-block:64px}.section-pad-sm{padding-block:46px 54px}.section-title{font-size:clamp(2.35rem,3.35vw,3.55rem);line-height:.94;letter-spacing:-.08em;font-weight:950;color:#111}.center{text-align:center;margin-bottom:28px}.section-copy p{margin:16px 0 24px;color:var(--text);font-weight:650;line-height:1.62;max-width:390px}
/* Header */
.header{position:sticky;top:0;height:72px;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(235,238,243,.78);backdrop-filter:blur(18px);z-index:50}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:1.18rem;font-weight:950;letter-spacing:-.055em;white-space:nowrap}.custom-logo{max-width:190px;height:auto}.brand-mark{width:35px;height:31px;border:3px solid var(--amber);border-radius:10px;display:grid;place-items:center;position:relative;box-shadow:0 9px 20px rgba(255,174,0,.15)}.brand-mark:before,.brand-mark:after{content:"";position:absolute;top:-9px;width:9px;height:3px;border-radius:99px;background:var(--amber)}.brand-mark:before{left:7px;transform:rotate(-38deg)}.brand-mark:after{right:7px;transform:rotate(38deg)}.brand-play{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid var(--orange);margin-left:2px}.menu{list-style:none;display:flex;align-items:center;gap:27px;font-size:.82rem;font-weight:850;color:#50545d}.menu a{min-height:72px;display:flex;align-items:center;position:relative}.menu a:hover,.menu a.active,.menu .current-menu-item>a{color:var(--orange)}.menu a.active:after,.menu .current-menu-item>a:after{content:"";position:absolute;left:50%;bottom:14px;width:32px;height:3px;border-radius:99px;background:var(--grad);transform:translateX(-50%)}.header-cta{min-height:46px;font-size:.82rem;padding-inline:22px}.mobile-button{display:none;width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:#fff;color:#111;box-shadow:var(--shadow-xs)}.mobile-button .iptvb-icon{width:21px;height:21px}.scroll-progress{position:absolute;left:0;right:0;bottom:-1px;height:2px;background:transparent}.scroll-progress span{display:block;width:0;height:100%;background:var(--grad);transition:width .08s linear}
/* Hero */
.hero-lock{min-height:606px;padding:68px 0 54px;background:radial-gradient(circle at 77% 28%,rgba(255,48,79,.12),transparent 28%),linear-gradient(90deg,rgba(255,248,231,.93),rgba(255,255,255,.86) 49%,rgba(255,244,247,.77));overflow:hidden;isolation:isolate;border-bottom:3px solid rgba(255,174,0,.65)}.hero-glow{position:absolute;border-radius:999px;filter:blur(18px);z-index:-1;pointer-events:none}.hero-glow-a{right:12%;top:92px;width:190px;height:190px;background:rgba(255,176,0,.18)}.hero-glow-b{left:7%;bottom:46px;width:230px;height:160px;background:rgba(255,48,79,.08)}.hero-skyline{position:absolute;left:-2%;right:-2%;bottom:0;height:118px;background:repeating-linear-gradient(90deg,transparent 0 60px,rgba(255,174,0,.15) 60px 62px,transparent 62px 88px),linear-gradient(to top,rgba(255,255,255,.78),transparent);clip-path:polygon(0 100%,0 58%,24px 58%,24px 100%,82px 100%,82px 22%,108px 22%,108px 100%,160px 100%,160px 50%,185px 50%,185px 100%,245px 100%,245px 10%,268px 10%,268px 100%,335px 100%,335px 64%,360px 64%,360px 100%,100% 100%);z-index:-1}.hero-lock__grid{display:grid;grid-template-columns:minmax(0,690px) minmax(420px,1fr);gap:16px;align-items:center}.hero-lock__copy{position:relative;z-index:2}.map-outline{position:absolute;right:4px;top:-34px;width:330px;opacity:.22;z-index:-1}.map-outline path{fill:none;stroke:var(--orange);stroke-width:4;stroke-dasharray:10 8}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-xs);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:950}.flag-dot{width:20px;height:20px;border-radius:50%;background:linear-gradient(90deg,#111 0 33%,#ffd400 33% 66%,#ef3340 66%)}.hero-title{margin-top:18px;color:#111;font-size:clamp(3.8rem,5.05vw,5.25rem);line-height:.84;letter-spacing:-.092em;font-weight:950;max-width:760px;text-wrap:balance}.hero-title span,.hero-title strong{display:block;white-space:normal}.hero-text{margin-top:20px;max-width:565px;color:#5b606b;font-weight:650;font-size:1rem;line-height:1.58}.hero-text b{color:var(--orange);font-weight:950}.hero-actions{display:flex;gap:14px;margin-top:24px;flex-wrap:wrap}.trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:570px;margin-top:24px}.trust-mini{min-height:66px;padding:11px 12px;border-radius:17px;background:rgba(255,255,255,.95);border:1px solid var(--line);box-shadow:var(--shadow-xs);display:flex;align-items:center;gap:10px;transition:transform .25s ease,box-shadow .25s ease}.trust-mini:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.mini-icon{width:36px;height:36px;border-radius:13px;display:grid;place-items:center;background:#fff6d0;color:var(--orange);font-size:1rem;font-weight:950;flex:0 0 auto}.mini-icon .iptvb-icon{width:18px;height:18px}.mini-icon-text{font-size:.82rem}.trust-mini strong{display:block;font-size:.72rem;line-height:1.1;font-weight:950}.trust-mini small{display:block;color:var(--muted);font-weight:800;font-size:.65rem;margin-top:3px}.hero-lock__visual{position:relative;min-height:450px;display:grid;place-items:center}.hero-asset-wrap{position:relative;width:min(100%,680px);min-height:420px;display:grid;place-items:center}.hero-asset-wrap:before{content:"";position:absolute;inset:12% 8% 5%;border-radius:48%;background:radial-gradient(circle,rgba(255,176,0,.18),transparent 63%);filter:blur(18px);z-index:-1}.hero-cutout{width:100%;height:auto;filter:contrast(1.035) saturate(1.05) drop-shadow(0 34px 60px rgba(0,0,0,.16));transform:translateZ(0);image-rendering:auto;will-change:transform}
/* Cards shared */
.price-card,.info-card,.logo-card,.app-card,.devices,.review-card,.faq-list details{position:relative;background:rgba(255,255,255,.97);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:var(--r);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease,border-color .25s ease;overflow:visible}.price-card:hover,.info-card:hover,.logo-card:hover,.app-card:hover,.devices:hover,.review-card:hover,.faq-list details:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:rgba(255,174,0,.32)}
/* Pricing */
.pricing{padding-top:38px}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}.price-card{min-height:322px;padding:32px 26px 26px}.price-card.featured{border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,var(--grad) border-box;box-shadow:0 26px 60px rgba(255,48,79,.14),0 18px 42px rgba(255,174,0,.18)}.price-ribbon{position:absolute;top:-18px;left:50%;transform:translateX(-50%);padding:8px 20px;border-radius:999px;background:var(--grad);font-size:.66rem;text-transform:uppercase;font-weight:950;white-space:nowrap;box-shadow:0 12px 26px rgba(255,122,0,.25);z-index:5}.plan-name{display:flex;justify-content:center;align-items:center;gap:8px;text-transform:uppercase;font-weight:950;font-size:1.07rem;letter-spacing:-.04em}.plan-icon{width:18px;height:18px;color:var(--red)}.plan-price{margin-top:16px;text-align:center;font-size:2.5rem;line-height:1;font-weight:950;letter-spacing:-.086em}.plan-price>span{font-size:.72em;margin-right:1px}.plan-price small{font-size:.75rem;color:var(--muted);letter-spacing:-.01em}.feature-list{list-style:none;display:grid;gap:10px;margin:23px 0 24px}.feature-list li{display:flex;gap:8px;align-items:center;color:#3e434d;font-size:.78rem;font-weight:800}.feature-list li>span{width:18px;height:18px;border-radius:50%;background:#fff2c4;color:var(--orange);display:grid;place-items:center;font-size:.72rem;font-weight:950;flex:0 0 auto}.feature-list .iptvb-icon{width:12px;height:12px}.price-card .btn{width:100%;min-height:46px}
/* Benefits */
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:960px;margin-inline:auto}.info-card{min-height:106px;padding:19px 20px;display:flex;align-items:center;gap:14px}.benefit-icon{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#fff6d0;color:var(--orange);flex:0 0 auto}.benefit-icon .iptvb-icon{width:19px;height:19px}.benefit h3{font-size:.82rem;font-weight:950}.benefit p{margin-top:6px;color:#5b606b;font-size:.72rem;line-height:1.45;font-weight:700}
/* Channels */
.channels{padding-top:56px}.channels-grid{display:grid;grid-template-columns:286px 1fr;gap:58px;align-items:center}.channels .section-title,.compatibility .section-title,.steps .section-title,.reviews-title .section-title,.faq .section-title{font-size:clamp(2.35rem,3.25vw,3.35rem)}.channel-groups{display:grid;gap:12px}.group-label{text-transform:uppercase;color:var(--orange);font-size:.72rem;font-weight:950;letter-spacing:.04em}.international-label{margin-top:8px}.logos{display:grid;gap:12px}.logos.belges{grid-template-columns:repeat(6,minmax(0,1fr))}.logos.international{grid-template-columns:repeat(9,minmax(0,1fr))}.logo-card{height:66px;padding:10px 14px;display:grid;place-items:center;border-radius:17px;overflow:hidden}.logo-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.0),rgba(255,176,0,.07));opacity:0;transition:opacity .25s ease;border-radius:inherit}.logo-card:hover:before{opacity:1}.logo-card img{width:100%;height:42px;object-fit:contain;object-position:center;filter:saturate(1.08) contrast(1.04)}.logo-label{position:absolute;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;white-space:nowrap;width:1px}
/* Compatibility */
.compatibility{padding-top:56px;background:linear-gradient(90deg,rgba(255,249,235,.62),rgba(255,255,255,.88),rgba(255,244,247,.58))}.compat-grid{display:grid;grid-template-columns:330px 1fr;gap:68px;align-items:center}.compat-showcase{display:grid;gap:18px}.apps{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.app-card{min-height:116px;padding:12px 9px;display:grid;place-items:center;text-align:center;border-radius:19px}.app-icon{width:72px;height:72px;border-radius:20px;padding:8px;background:linear-gradient(180deg,#fff,#fafbff);border:1px solid rgba(236,239,244,.92);box-shadow:0 14px 28px rgba(18,20,28,.07);display:grid;place-items:center}.app-icon img{width:100%;height:100%;object-fit:contain;object-position:center}.app-card small{font-size:.68rem;font-weight:900;color:#2e333d}.devices{min-height:150px;padding:22px 24px;display:grid;grid-template-columns:repeat(5,1fr);gap:16px;align-items:end;border-radius:27px}.device{display:grid;justify-items:center;align-content:end;gap:10px;min-height:108px;border-right:1px solid #eef1f5}.device:last-child{border-right:0}.device b{font-size:.72rem;font-weight:950}.device-image{width:auto;max-width:116px;height:92px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 14px 22px rgba(0,0,0,.18));border-radius:22px;transition:transform .25s ease}.device:hover .device-image{transform:translateY(-2px)}.device.phone .device-image,.device.stick .device-image{width:82px;height:98px}.device .device-fallback{position:relative;display:block;filter:drop-shadow(0 12px 18px rgba(0,0,0,.18))}.device.tv .device-fallback{width:100px;height:62px;border:6px solid #151820;border-radius:8px;background:linear-gradient(135deg,#07101e,#1689c9 60%,#07101e)}.device.tv .device-fallback:after{content:"";position:absolute;left:50%;bottom:-15px;width:48px;height:8px;border-radius:99px;background:#151820;transform:translateX(-50%)}.device.android .device-fallback,.device.mag .device-fallback{width:78px;height:42px;border-radius:12px;background:linear-gradient(145deg,#293140,#07080c);border-bottom:4px solid var(--orange)}.device.stick .device-fallback{width:42px;height:84px;border-radius:17px;background:linear-gradient(145deg,#333b49,#07080c)}.device.phone .device-fallback{width:42px;height:84px;border:4px solid #151820;border-radius:15px;background:linear-gradient(145deg,#101827,#e879f9 52%,#facc15)}
/* Steps */
.steps-grid{display:grid;grid-template-columns:260px 1fr;gap:58px;align-items:center}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.step{position:relative;text-align:center;padding-top:24px}.step:not(:last-child):after{content:"";position:absolute;left:calc(50% + 48px);top:48px;width:calc(100% - 34px);border-top:4px dotted rgba(255,48,79,.88)}.step i{position:absolute;right:calc(50% - 58px);top:0;width:30px;height:30px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;font-style:normal;font-size:.72rem;font-weight:950;z-index:2;box-shadow:0 8px 18px rgba(255,196,0,.25)}.step span{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;margin-inline:auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-xs);color:#64748b}.step span .iptvb-icon{width:22px;height:22px}.step h3{margin-top:15px;font-size:.8rem;font-weight:950}.step p{margin:7px auto 0;max-width:170px;color:#5b606b;font-size:.71rem;line-height:1.45;font-weight:700}
/* Reviews */
.testimonials{padding-top:50px}.testimonials-grid{display:grid;grid-template-columns:286px 46px minmax(0,1fr) 46px;gap:20px;align-items:center}.reviews-title{min-width:0}.reviews-title strong{display:block;margin-top:16px;font-size:.85rem}.trustpilot{display:flex;gap:4px;margin-top:7px}.trustpilot span{width:22px;height:22px;background:var(--green);color:#fff;border-radius:3px;display:grid;place-items:center;font-size:.72rem}.reviews-title small{display:block;margin-top:6px;color:#565b66;font-weight:800}.arrow{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-xs);font-size:1.45rem;color:#777;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.arrow:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);color:var(--orange)}.reviews{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,1fr);grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;overflow:hidden;scroll-behavior:smooth}.review-card{min-height:138px;padding:20px;display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:start}.review-card img{width:52px;height:52px;object-fit:cover;border-radius:50%;border:4px solid #fff;box-shadow:0 10px 20px rgba(0,0,0,.1)}.review-card h3{font-size:.8rem;font-weight:950}.review-card em{display:block;margin:5px 0;color:var(--yellow);font-style:normal;letter-spacing:.02em}.review-card p{font-size:.71rem;line-height:1.48;color:#525864;font-weight:700}
/* FAQ */
.faq{padding-bottom:48px}.faq-grid{display:grid;grid-template-columns:260px 1fr;gap:58px;align-items:start}.faq-title-row{display:flex;align-items:end;gap:12px}.faq-title-row b{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#fff9df;color:var(--orange);border:1px solid rgba(255,196,0,.4);box-shadow:var(--shadow-xs);font-size:1.35rem}.faq-title-row b .iptvb-icon{width:22px;height:22px}.faq-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 18px}.faq-list details{border-radius:17px;overflow:hidden}.faq-list summary{min-height:58px;padding:15px 16px;display:grid;grid-template-columns:28px 1fr 28px;align-items:center;gap:10px;list-style:none;cursor:pointer;font-size:.77rem;font-weight:950}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:before{content:"?";width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff7cc;border:1px solid rgba(255,196,0,.45);color:var(--orange)}.faq-list summary:after{content:"+";width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);transition:transform .25s ease,color .25s ease}.faq-list details[open]{border-color:rgba(255,122,0,.34);box-shadow:var(--shadow-md)}.faq-list details[open] summary{background:linear-gradient(90deg,rgba(255,249,224,.6),rgba(255,255,255,0))}.faq-list details[open] summary:after{content:"−";color:var(--orange);transform:rotate(180deg)}.faq-list p{padding:0 18px 20px 54px;color:#5b606b;font-size:.76rem;line-height:1.58;font-weight:700}
/* CTA + footer */
.final-cta{padding:28px 0;background:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 31%,#fff 100%),linear-gradient(102deg,#111 0 10%,#ffd400 10% 22%,#ef3340 22% 34%,transparent 34%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta-grid{display:grid;grid-template-columns:1fr auto 50px;gap:28px;align-items:center}.final-cta h2{font-size:clamp(1.55rem,2.45vw,2.16rem);font-weight:950;letter-spacing:-.065em}.final-cta p{margin-top:6px;color:#5b606b;font-weight:700}.cta-grid small{display:block;text-align:center;margin-top:8px;font-size:.7rem;font-weight:900}.round-link{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid rgba(255,196,0,.58);color:var(--orange);font-size:1.35rem;box-shadow:var(--shadow-xs);transition:transform .25s ease,box-shadow .25s ease}.round-link:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.round-link .iptvb-icon{width:21px;height:21px;transform:rotate(-90deg)}.footer{padding:36px 0 42px;background:#fff;overflow:hidden}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .96fr 1.08fr 1.28fr;gap:30px;align-items:start}.footer h3{margin-bottom:12px;font-size:.84rem;font-weight:950}.footer p,.footer li,.contact-line,.secure{color:#5b606b;font-size:.74rem;line-height:1.55;font-weight:700}.footer a:hover{color:var(--orange)}.footer ul{list-style:none;display:grid;gap:6px}.footer-brand-text{margin-top:8px}.contact{display:grid;gap:8px}.contact-line{display:flex;align-items:center;gap:7px}.contact-line span{color:var(--orange);font-weight:950;width:17px;display:grid;place-items:center}.contact-line .iptvb-icon{width:15px;height:15px}.payments{display:flex;gap:8px;flex-wrap:wrap}.pay{min-width:64px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:6px 10px;background:#fff;border:1px solid var(--line);box-shadow:0 7px 16px rgba(0,0,0,.045)}.pay img{max-height:22px;width:auto}.secure{margin-top:10px;display:flex;align-items:center;gap:7px}.secure .iptvb-icon{width:14px;height:14px;color:var(--orange)}
/* Motion */
[data-motion]{opacity:0;transform:translate3d(0,24px,0) scale(.985);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}[data-motion="slide-right"]{transform:translate3d(-34px,0,0) scale(.985)}[data-motion="slide-left"]{transform:translate3d(34px,0,0) scale(.985)}[data-motion="hero-pop"]{transform:translate3d(20px,14px,0) scale(.965)}[data-motion].is-visible{opacity:1;transform:translate3d(0,0,0) scale(1)}.is-tilting{transform:perspective(1100px) rotateX(var(--tilt-y,0deg)) rotateY(var(--tilt-x,0deg)) translateY(-2px)}
/* Responsive */
@media(max-width:1200px){:root{--container:1120px}.hero-lock__grid{grid-template-columns:minmax(0,1fr) minmax(380px,1fr)}.hero-title{font-size:clamp(3.45rem,5.1vw,4.7rem)}.hero-asset-wrap{width:min(100%,620px)}.pricing-grid,.benefits-grid{gap:14px}.compat-grid{gap:42px}.logos.international{grid-template-columns:repeat(5,1fr)}.testimonials-grid{grid-template-columns:260px 42px minmax(0,1fr) 42px}}
@media(max-width:980px){.header{height:auto}.nav{height:auto;min-height:70px;flex-wrap:wrap}.mobile-button{display:grid;place-items:center}.primary-navigation{width:100%;display:none}.primary-navigation.is-open{display:block}.menu{display:grid;gap:0}.menu a{min-height:44px}.menu a:after{display:none}.header-cta{display:none}.hero-lock{padding-top:44px}.hero-lock__grid,.channels-grid,.compat-grid,.steps-grid,.testimonials-grid,.faq-grid{grid-template-columns:1fr}.hero-lock__visual{min-height:auto;margin-top:8px}.hero-asset-wrap{width:min(100%,720px);margin-inline:auto}.hero-title{font-size:clamp(3.15rem,9.6vw,5rem)}.pricing-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid,.reviews{grid-template-columns:repeat(2,1fr)}.reviews{grid-auto-flow:row;overflow:visible}.logos.belges{grid-template-columns:repeat(3,1fr)}.apps,.devices,.process,.faq-list{grid-template-columns:repeat(2,1fr)}.device:nth-child(even){border-right:0}.step:not(:last-child):after{display:none}.testimonials-grid{gap:18px}.arrow{display:none}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.container{width:min(100% - 30px,480px)}.section-pad{padding-block:42px}.section-pad-sm{padding-block:36px}.hero-lock{min-height:auto;padding:36px 0 42px}.hero-title{font-size:clamp(3rem,15vw,4.05rem);letter-spacing:-.086em}.hero-text{font-size:.93rem}.hero-actions,.hero-actions .btn{width:100%}.trust-row,.pricing-grid,.benefits-grid,.apps,.devices,.process,.reviews,.faq-list,.logos.belges,.logos.international,.footer-grid,.cta-grid{grid-template-columns:1fr}.trust-row{max-width:none}.hero-asset-wrap{min-height:250px}.price-card{min-height:auto}.section-title{font-size:clamp(2.1rem,11.5vw,3rem)}.channels-grid,.compat-grid,.steps-grid,.faq-grid{gap:28px}.device{border-right:0;border-bottom:1px solid #eef1f5;padding-bottom:12px}.device:last-child{border-bottom:0}.faq-title-row{align-items:center}.final-cta{background:linear-gradient(90deg,rgba(255,255,255,.78),#fff),linear-gradient(102deg,#111 0 18%,#ffd400 18% 38%,#ef3340 38% 58%,transparent 58%)}.cta-grid{justify-items:start}.round-link{display:none}.app-icon{width:64px;height:64px}.device-image{width:96px;height:82px}.plan-price{font-size:2.35rem}.footer-grid{gap:26px}}
@media(prefers-reduced-motion:reduce){[data-motion]{opacity:1!important;transform:none!important;transition:none!important}*{scroll-behavior:auto!important}.hero-cutout{will-change:auto!important}}
