:root{--bg:#0b0b0b;--fg:#ffffff;--fg-70:rgba(255,255,255,.7);--fg-50:rgba(255,255,255,.5);--fg-30:rgba(255,255,255,.3);--border:rgba(255,255,255,.08);--accent-1:#AA131F;--accent-2:#DA5B28;--font-body:"Satoshi",sans-serif;--font-display:"Satoshi",sans-serif;--font-alt:"Satoshi",sans-serif;--container:1200px}.lc-landing *{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}.lc-landing{background:var(--bg);color:var(--fg);font-family:var(--font-body);font-size:16px;line-height:1.6;position:relative}.lc-landing img{max-width:100%;display:block}.lc-landing a{color:inherit;text-decoration:none}.lc-landing button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}.lc-landing .container{max-width:var(--container);margin:0 auto;padding:0 32px}.lc-landing section{position:relative;padding:120px 0}@media(max-width:809px){.lc-landing section{padding:72px 0}}.lc-landing .glow{position:absolute;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none}.lc-landing h1,.lc-landing h2,.lc-landing h3,.lc-landing h4{font-family:var(--font-display);font-weight:400;letter-spacing:-.03em;line-height:1.2}.lc-landing .eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-alt);font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-70);margin-bottom:20px}.lc-landing .btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:120px;font-family:var(--font-body);font-weight:500;font-size:15px;background:var(--fg);color:#000;transition:transform .25s ease,opacity .25s ease;white-space:nowrap}.lc-landing .btn:hover{transform:translateY(-2px);opacity:.92}.lc-landing .btn-outline{background:transparent;color:var(--fg);border:1px solid var(--border)}.lc-landing .reveal{opacity:0;filter:blur(10px);transform:translateY(16px);transition:opacity .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.lc-landing .reveal.is-visible{opacity:1;filter:blur(0);transform:translateY(0)}.lc-landing .reveal-word{display:inline-block;opacity:0;filter:blur(10px);transform:translateY(10px);transition:opacity .6s cubic-bezier(.16,1,.3,1),filter .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.lc-landing .reveal-word.is-visible{opacity:1;filter:blur(0);transform:translateY(0)}.lc-landing header{position:sticky;top:0;z-index:100;padding:20px 0}.lc-landing header .container{display:flex;align-items:center;justify-content:space-between}.lc-landing .logo img{width:64px;height:64px;object-fit:cover;border-radius:8px}.lc-landing .nav-cta{padding:14px 26px;font-size:14px}.lc-landing .hamburger{display:none;width:44px;height:44px;border:1px solid var(--border);border-radius:50%;align-items:center;justify-content:center}.lc-landing .hamburger span{display:block;width:16px;height:1px;background:var(--fg);position:relative}.lc-landing .hamburger span:before,.lc-landing .hamburger span:after{content:"";position:absolute;left:0;width:100%;height:1px;background:var(--fg)}.lc-landing .hamburger span:before{top:-5px}.lc-landing .hamburger span:after{top:5px}@media(max-width:809px){.lc-landing .nav-cta{display:none}.lc-landing .hamburger{display:flex}}.lc-landing .hero{padding-top:80px;padding-bottom:60px;text-align:center;overflow:visible}.lc-landing .hero .glow-left{top:-120px;left:-200px;width:900px}.lc-landing .hero .glow-right{top:-160px;right:-260px;width:700px}.lc-landing .hero h1{font-size:clamp(34px,6vw,72px);max-width:16ch;margin:0 auto 32px;position:relative;z-index:1}.lc-landing .hero .btn{position:relative;z-index:1;margin-bottom:80px}.lc-landing .carousel-stage{position:relative;height:260px;perspective:1400px;display:flex;align-items:center;justify-content:center;z-index:1}.lc-landing .carousel{position:relative;width:164px;height:113px;transform-style:preserve-3d;animation:rotation 20s infinite linear}.lc-landing .carousel.en-pause{animation-play-state:paused}@keyframes rotation{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.lc-landing .carousel figure{position:absolute;top:50%;left:50%;width:164px;height:113px;margin:0;border-radius:6px;overflow:hidden;transform:translate(-50%,-50%) rotateY(calc(var(--i) * 60deg)) translateZ(288px)}.lc-landing .carousel figure img{width:100%;height:100%;object-fit:cover}.lc-landing .story{padding-top:80px}.lc-landing .story .glow{top:-80px;left:-200px;width:800px}.lc-landing .story h2{font-size:clamp(28px,4vw,48px);margin-bottom:64px;text-align:center}.lc-landing .timeline{display:flex;gap:20px;position:relative;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;scrollbar-width:none}.lc-landing .timeline::-webkit-scrollbar{display:none}.lc-landing .timeline:before{content:"";position:absolute;top:14px;left:0;right:0;height:1px;background:var(--border)}.lc-landing .timeline-step{position:relative;padding-top:48px;flex:none;width:250px;scroll-snap-align:start}.lc-landing .timeline-step:before{content:"";position:absolute;top:6px;left:0;width:16px;height:16px;border-radius:50%;background:var(--bg);border:2px solid var(--fg-30)}.lc-landing .timeline-step.is-visible:before{border-color:var(--accent-2);background:var(--accent-1)}.lc-landing .timeline-step h3{font-size:17px;margin-bottom:16px;min-height:2.4em}.lc-landing .timeline-step figure{margin:0;border-radius:20px;overflow:hidden;aspect-ratio:1/1}.lc-landing .timeline-step img{width:100%;height:100%;object-fit:cover}@media(max-width:809px){.lc-landing .timeline{gap:16px}.lc-landing .timeline-step{width:200px}}.lc-landing .press-heading{text-align:center;margin-top:120px}.lc-landing .press-heading h2{font-size:clamp(24px,3.4vw,40px)}.lc-landing .stats .container{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}.lc-landing .stat-number{font-family:var(--font-display);font-weight:500;font-size:72px;display:block}.lc-landing .stat-label{color:var(--fg-70);margin-top:8px;font-size:15px}@media(max-width:809px){.lc-landing .stats .container{grid-template-columns:1fr;gap:56px}.lc-landing .stat-number{font-size:52px}}.lc-landing .services .glow{top:-100px;right:-260px;width:800px}.lc-landing .services h2{font-size:clamp(28px,4vw,48px);max-width:14ch;margin-bottom:72px;position:relative;z-index:1}.lc-landing .features{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:16px;overflow:hidden;position:relative;z-index:1}.lc-landing .feature-card{background:var(--bg);padding:40px;display:flex;flex-direction:column;gap:20px}.lc-landing .feature-card .top{display:flex;align-items:center;justify-content:space-between}.lc-landing .feature-card h3{font-size:20px;font-family:var(--font-body);font-weight:500}.lc-landing .feature-card .divider{height:1px;background:var(--border)}.lc-landing .feature-card p{color:var(--fg-70);font-size:15px}.lc-landing .feature-card img{border-radius:12px;width:100%;height:180px;object-fit:cover;margin-top:auto}@media(max-width:809px){.lc-landing .features{grid-template-columns:1fr}}.lc-landing .video-section .container{max-width:960px}.lc-landing .video-frame video,.lc-landing .video-frame img.poster{width:100%;height:100%;object-fit:cover;display:block}.lc-landing .video-frame img.poster{position:absolute;top:0;right:0;bottom:0;left:0}.lc-landing .video-controls{position:absolute;left:0;right:0;bottom:0;padding:16px 20px;display:flex;align-items:center;gap:14px;background:linear-gradient(to top,rgba(0,0,0,.75),transparent);color:#fff}.lc-landing .play-btn{width:40px;height:40px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;flex:none}.lc-landing .play-btn svg{width:14px;height:14px;fill:#fff}.lc-landing .time{font-size:13px;font-variant-numeric:tabular-nums;color:var(--fg-70);flex:none}.lc-landing .seek{flex:1;height:3px;background:#ffffff40;border-radius:2px;position:relative}.lc-landing .seek:after{content:"";position:absolute;left:0;top:0;bottom:0;width:0%;background:#fff;border-radius:2px}.lc-landing .icon-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex:none;opacity:.85}.lc-landing .icon-btn svg{width:18px;height:18px;fill:#fff}.lc-landing .video-placeholder-note{position:absolute;top:16px;left:16px;background:#0009;padding:6px 12px;border-radius:6px;font-size:12px;color:var(--fg-70);border:1px dashed var(--fg-30)}.lc-landing .pricing .glow{top:-60px;left:50%;transform:translate(-50%);width:900px}.lc-landing .pricing-carousel-stage{height:200px;perspective:1400px;display:flex;align-items:center;justify-content:center;margin-bottom:80px;position:relative;z-index:1}.lc-landing .pricing-carousel{position:relative;width:200px;height:120px;transform-style:preserve-3d;animation:rotation 24s infinite linear reverse}.lc-landing .pricing-carousel.en-pause{animation-play-state:paused}.lc-landing .pricing-carousel figure{position:absolute;top:50%;left:50%;width:200px;height:120px;margin:0;border-radius:6px;overflow:hidden;transform:translate(-50%,-50%) rotateY(calc(var(--i) * 60deg)) translateZ(346px)}.lc-landing .pricing-carousel figure img{width:100%;height:100%;object-fit:cover}.lc-landing .pricing h2{text-align:center;font-size:clamp(28px,4vw,44px);margin-bottom:64px;position:relative;z-index:1}.lc-landing .price-cards{display:grid;grid-template-columns:1fr;gap:24px;position:relative;z-index:1;max-width:460px;margin:0 auto}.lc-landing .price-card{border:1px solid var(--border);border-radius:20px;padding:40px;display:flex;flex-direction:column}.lc-landing .price-card.featured{background:linear-gradient(160deg,#aa131f26,#da5b280d);border-color:#da5b2866}.lc-landing .price-card h4{font-family:var(--font-alt);font-size:14px;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-70);margin-bottom:16px}.lc-landing .price-value{display:flex;align-items:baseline;gap:8px;margin-bottom:16px}.lc-landing .price-value .amount{font-family:var(--font-display);font-size:56px;font-weight:500}.lc-landing .price-value .period{color:var(--fg-70);font-size:15px}.lc-landing .price-card p.desc{color:var(--fg-70);margin-bottom:28px}.lc-landing .price-card .btn{margin-bottom:32px}.lc-landing .price-card ul{list-style:none;display:flex;flex-direction:column;gap:14px}.lc-landing .price-card ul li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--fg-70)}.lc-landing .price-card ul li svg{width:16px;height:16px;flex:none;fill:var(--accent-2)}.lc-landing .rating-badge{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:48px;position:relative;z-index:1}.lc-landing .rating-badge svg{width:16px;height:16px;fill:#fff}.lc-landing .rating-badge span{font-family:var(--font-alt);font-weight:600}.lc-landing .usp{padding-top:40px;padding-bottom:40px}.lc-landing .usp .container{max-width:760px;text-align:center}.lc-landing .usp h2{font-size:clamp(26px,3.6vw,42px);margin-bottom:28px}.lc-landing .usp p{color:var(--fg-70);margin-bottom:18px;font-size:17px}.lc-landing .usp p:last-child{margin-bottom:0}.lc-landing .usp .eyebrow{justify-content:center}.lc-landing .trust-badges{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:32px auto 0;max-width:760px;position:relative;z-index:1}.lc-landing .trust-badges li{display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:120px;padding:10px 18px;font-size:13.5px;color:var(--fg-70);background:#ffffff05}.lc-landing .trust-badges svg{width:16px;height:16px;flex:none;stroke:var(--accent-2);fill:none}.lc-landing .delivery{max-width:760px;margin:56px auto 0;position:relative;z-index:1;border:1px solid var(--border);border-radius:20px;padding:36px;background:#ffffff05}.lc-landing .delivery h3{font-size:22px;margin-bottom:28px;text-align:center}.lc-landing .delivery ol{list-style:none;display:flex;flex-direction:column;gap:22px}.lc-landing .delivery li{display:flex;gap:16px;align-items:flex-start}.lc-landing .delivery .num{flex:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--fg);background:linear-gradient(140deg,var(--accent-1),var(--accent-2))}.lc-landing .delivery strong{display:block;font-weight:500;margin-bottom:4px}.lc-landing .delivery p{color:var(--fg-70);font-size:14.5px}@media(max-width:809px){.lc-landing .delivery{padding:26px}.lc-landing .trust-badges li{font-size:12.5px;padding:9px 14px}}.lc-landing .testimonials{overflow:hidden}.lc-landing .testimonials h2{text-align:center;font-size:clamp(28px,4vw,44px);margin-bottom:56px}.lc-landing .marquee-row{display:flex;gap:20px;width:max-content}.lc-landing .marquee-row.top{animation:scrollLeft 46s linear infinite;margin-bottom:20px}.lc-landing .marquee-row.bottom{animation:scrollRight 46s linear infinite}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.lc-landing .testimonial-card{flex:none;width:340px;border:1px solid var(--border);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:14px;background:#ffffff05}.lc-landing .testimonial-head{display:flex;align-items:center;gap:12px}.lc-landing .avatar{width:36px;height:36px;border-radius:50%;flex:none;background-color:#8883;background-image:repeating-linear-gradient(135deg,rgba(255,255,255,.15) 0 2px,transparent 2px 8px);background-size:64px auto}.lc-landing .testimonial-head span{font-size:14px;font-weight:500}.lc-landing .testimonial-card p{font-size:14px;color:var(--fg-70)}.lc-landing .marquee-fade{position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.lc-landing .marquee-fade.left{left:0;background:linear-gradient(to right,var(--bg),transparent)}.lc-landing .marquee-fade.right{right:0;background:linear-gradient(to left,var(--bg),transparent)}.lc-landing .faq h2{text-align:center;font-size:clamp(28px,4vw,44px);margin-bottom:56px}.lc-landing .faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column}.lc-landing .faq-item{border-bottom:1px solid var(--border)}.lc-landing .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:24px 4px;text-align:left;font-size:17px;font-weight:500;gap:24px}.lc-landing .faq-question svg{width:18px;height:18px;flex:none;fill:var(--fg);transition:transform .3s ease}.lc-landing .faq-item.open .faq-question svg{transform:rotate(45deg)}.lc-landing .faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.lc-landing .faq-answer p{padding:0 4px 24px;color:var(--fg-70);max-width:65ch}.lc-landing .final-cta{text-align:center}.lc-landing .final-cta .glow{top:-60px;left:-200px;width:800px}.lc-landing .final-cta h2{font-size:clamp(30px,5vw,56px);position:relative;z-index:1}.lc-landing .final-cta p{color:var(--fg-70);margin:20px 0 40px;position:relative;z-index:1}.lc-landing .final-cta .btn{position:relative;z-index:1}.lc-landing footer{border-top:1px solid var(--border);padding:40px 0}.lc-landing footer .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.lc-landing .copy-email{display:flex;align-items:center;gap:10px;color:var(--fg-70);font-size:14px}.lc-landing .copy-email button{display:flex;align-items:center;gap:6px;color:var(--fg-70)}.lc-landing .copy-email svg{width:14px;height:14px;fill:currentColor}.lc-landing .footer-credit{color:var(--fg-30);font-size:13px}.lc-landing .video-frame{position:relative;border-radius:12px;overflow:hidden;background:#000;aspect-ratio:16/9}.lc-landing #lc-yt-player,.lc-landing #lc-yt-player iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block}.lc-landing .lc-sound-btn{position:absolute;left:50%;bottom:22px;transform:translate(-50%);display:flex;align-items:center;gap:9px;padding:13px 24px;border-radius:120px;border:none;cursor:pointer;background:#fff;color:#000;font-family:inherit;font-weight:700;font-size:14.5px;box-shadow:0 6px 26px #00000073;z-index:3;animation:lcPulse 2.4s ease-in-out infinite}.lc-landing .lc-sound-btn[hidden]{display:none}.lc-landing .lc-sound-btn svg{width:19px;height:19px;fill:currentColor;stroke:currentColor}@keyframes lcPulse{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.045)}}@media(prefers-reduced-motion:reduce){.lc-landing .lc-sound-btn{animation:none}}.lc-landing .lc-payments{margin:30px auto 0;max-width:760px;text-align:center;position:relative;z-index:1}.lc-landing .lc-payments-label{display:block;font-size:12.5px;color:var(--fg-50);margin-bottom:12px;letter-spacing:.03em}.lc-landing .lc-payments ul{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:9px;padding:0;margin:0}.lc-landing .lc-payments li{display:flex;align-items:center}.lc-landing .lc-pay-icon{height:30px;width:auto;display:block;border-radius:4px;background:#fff;padding:2px 4px}.lc-landing .lc-pay-empty{font-size:12.5px;color:var(--fg-50)}.lc-landing .lc-tiktok{display:inline-flex;align-items:center;gap:8px;color:var(--fg-70);font-size:14px;transition:color .2s ease}.lc-landing .lc-tiktok:hover{color:var(--fg)}.lc-landing .lc-tiktok svg{width:17px;height:17px;fill:currentColor}.lc-landing .video-frame{background-size:cover;background-position:center}.lc-landing .video-frame--hero{max-width:880px;margin:0 auto 36px;box-shadow:0 22px 70px #0000008c;position:relative;z-index:1}.lc-landing .hero .video-frame--hero+.btn{margin-bottom:64px}@media(max-width:809px){.lc-landing .video-frame--hero{margin-bottom:28px;border-radius:10px}}.lc-landing{overflow-x:clip;max-width:100vw}@supports not (overflow-x: clip){.lc-landing{overflow-x:hidden}}.lc-landing .social{padding-top:60px;padding-bottom:60px}.lc-landing .social .container{max-width:820px;text-align:center}.lc-landing .social h2{font-size:clamp(26px,3.6vw,42px);margin-bottom:18px}.lc-landing .social .eyebrow{justify-content:center}.lc-landing .social-intro{color:var(--fg-70);font-size:17px;margin-bottom:34px}.lc-landing .podcast{display:block;position:relative;width:100%;padding:0;border:0;cursor:pointer;border-radius:14px;overflow:hidden;background:#000;aspect-ratio:16/9;box-shadow:0 18px 60px #00000080}.lc-landing .podcast img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .3s ease;opacity:.82}.lc-landing .podcast:hover img{transform:scale(1.04);opacity:1}.lc-landing .podcast-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:82px;height:82px;border-radius:50%;background:#fffffff0;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px #00000073;transition:transform .25s ease}.lc-landing .podcast:hover .podcast-play{transform:translate(-50%,-50%) scale(1.08)}.lc-landing .podcast-play svg{width:28px;height:28px;fill:#000;margin-left:4px}.lc-landing .podcast-label{position:absolute;left:50%;bottom:22px;transform:translate(-50%);font-family:var(--font-body);font-size:14px;color:#fff;background:#0000008c;padding:8px 18px;border-radius:120px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);white-space:nowrap}.lc-landing .podcast iframe{width:100%;height:100%;border:0;display:block}.lc-landing .reseaux{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px}.lc-landing .reseau{display:inline-flex;align-items:center;gap:9px;padding:12px 22px;border-radius:120px;border:1px solid var(--border);background:#ffffff08;color:var(--fg-70);font-size:14.5px;transition:color .2s ease,border-color .2s ease}.lc-landing .reseau:hover{color:var(--fg);border-color:#ffffff47}.lc-landing .reseau svg{width:18px;height:18px;fill:currentColor}@media(max-width:809px){.lc-landing .podcast-play{width:62px;height:62px}.lc-landing .podcast-play svg{width:22px;height:22px}.lc-landing .podcast-label{font-size:13px;bottom:14px}}.lc-landing .hamburger span{transition:background .2s ease}.lc-landing .hamburger span:before,.lc-landing .hamburger span:after{transition:transform .28s cubic-bezier(.16,1,.3,1),top .28s cubic-bezier(.16,1,.3,1)}.lc-landing .hamburger[aria-expanded=true] span{background:transparent}.lc-landing .hamburger[aria-expanded=true] span:before{top:0;transform:rotate(45deg)}.lc-landing .hamburger[aria-expanded=true] span:after{top:0;transform:rotate(-45deg)}.lc-landing .lc-menu{display:flex;flex-direction:column;gap:2px;padding:16px 32px 26px;background:#0b0b0bf7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border)}.lc-landing .lc-menu[hidden]{display:none}.lc-landing .lc-menu a{padding:15px 2px;font-size:17px;color:var(--fg-70);border-bottom:1px solid var(--border);transition:color .2s ease}.lc-landing .lc-menu a:last-of-type{border-bottom:0}.lc-landing .lc-menu a:hover{color:var(--fg)}.lc-landing .lc-menu .btn{margin-top:18px;justify-content:center;color:#000;font-size:15px;padding:15px 28px}@media(min-width:810px){.lc-landing .lc-menu{display:none!important}}.lc-landing .price-card .lc-payments{margin:0 0 26px;text-align:center}.lc-landing .price-card .lc-payments ul{list-style:none;display:flex;flex-wrap:nowrap;justify-content:center;gap:6px;padding:0;margin:0 0 9px}.lc-landing .price-card .lc-payments li{display:flex;align-items:center;min-width:0}.lc-landing .price-card .lc-pay-icon{height:26px;width:auto;display:block;border-radius:4px;background:#fff;padding:2px 3px}.lc-landing .price-card .lc-payments-label{display:block;font-size:11.5px;color:var(--fg-50);letter-spacing:.04em}@media(max-width:809px){.lc-landing .price-card .lc-pay-icon{height:22px}.lc-landing .price-card .lc-payments ul{gap:4px}}.lc-landing .trust-badges{margin-top:18px;max-width:640px}.lc-landing .footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px;padding-top:22px;margin-top:22px;border-top:1px solid var(--border)}.lc-landing .footer-legal a{font-size:13px;color:var(--fg-50);transition:color .2s ease}.lc-landing .footer-legal a:hover{color:var(--fg-70)}.lc-landing .timeline-step{scroll-snap-stop:always}.lc-landing .carousel-stage,.lc-landing .pricing-carousel-stage{cursor:pointer}.lc-landing .price-card .lc-payments{margin:18px auto 0;max-width:100%}.lc-landing .price-card .lc-payments ul{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:4px;width:100%}.lc-landing .price-card .lc-payments li{flex:0 1 auto;min-width:0}.lc-landing .price-card .lc-pay-icon{width:clamp(24px,7.4vw,40px);height:auto;padding:0;border-radius:3px;background:#fff}.lc-landing .price-card .lc-payments-label{margin:12px 0 0;font-size:12px;color:var(--fg-50);text-align:center}@media(min-width:810px){.lc-landing .price-card .lc-payments ul{gap:7px}.lc-landing .price-card .lc-pay-icon{height:26px}}.lc-landing .lc-achat{margin-bottom:0}.lc-landing .lc-form-achat{display:flex;flex-direction:column;gap:10px;width:100%}.lc-landing .lc-btn-panier,.lc-landing .shopify-payment-button{width:100%}.lc-landing .shopify-payment-button__button{width:100%;border-radius:120px!important;font-family:var(--font-body)!important;font-weight:500!important;min-height:52px}.lc-landing .shopify-payment-button__button--unbranded{background:transparent!important;color:var(--fg)!important;border:1px solid var(--border)!important}.lc-landing .shopify-payment-button__button--unbranded:hover{background:#ffffff0f!important}.lc-landing .shopify-payment-button__more-options{color:var(--fg-50)!important;font-size:13px!important;text-decoration:underline;margin-top:4px}@media(max-width:809px){.lc-landing section{padding:48px 0}.lc-landing .story{padding-top:48px}.lc-landing .press-heading{margin-top:56px}.lc-landing .stats .container{gap:34px}.lc-landing .stat-number{font-size:46px;line-height:1.05}.lc-landing .stat-label{margin-top:4px}.lc-landing .story h2,.lc-landing .services h2{margin-bottom:36px}.lc-landing .pricing h2,.lc-landing .testimonials h2,.lc-landing .faq h2{margin-bottom:32px}.lc-landing .social{padding-top:40px;padding-bottom:40px}.lc-landing .usp{padding-top:32px;padding-bottom:32px}.lc-landing .pricing-carousel-stage{margin-bottom:44px}}.lc-espace{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center}.lc-espace .espace-wrap{position:relative;z-index:1;width:100%;max-width:520px;padding:48px 26px;text-align:center}.lc-espace .espace-glow{top:-60px;left:50%;transform:translate(-50%);width:760px}.lc-espace .espace-logo{width:150px;height:auto;margin:0 auto 30px;object-fit:contain;border-radius:0}.lc-espace h1{font-size:clamp(28px,7vw,40px);margin-bottom:14px}.lc-espace .espace-intro{color:var(--fg-70);font-size:16px;margin-bottom:32px}.lc-espace .espace-cta{width:100%;padding:19px 32px;font-size:16px;font-weight:700}.lc-espace .espace-vide{color:var(--fg-50);font-size:14px;border:1px dashed var(--fg-30);border-radius:12px;padding:16px}.lc-espace .espace-install{margin-top:40px;padding-top:28px;border-top:1px solid var(--border);text-align:left}.lc-espace .espace-install[hidden]{display:none}.lc-espace .espace-install-titre{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-50);text-align:center;margin-bottom:20px}.lc-espace .espace-etapes{margin-bottom:20px}.lc-espace .espace-etapes[hidden]{display:none}.lc-espace .espace-os{display:block;font-weight:700;font-size:14.5px;margin-bottom:8px}.lc-espace .espace-etapes ol{margin:0;padding-left:20px}.lc-espace .espace-etapes li{color:var(--fg-70);font-size:14.5px;margin-bottom:6px;line-height:1.5}.lc-espace .espace-etapes strong{color:var(--fg);font-weight:700}.lc-espace .espace-aide{margin-top:26px;font-size:13.5px;color:var(--fg-50)}.lc-espace .espace-aide a{color:var(--fg-70);text-decoration:underline}.lc-espace .espace-glow{top:-220px;left:50%;transform:translate(-50%);width:min(1100px,190%);height:auto;opacity:.42;filter:blur(46px)}@media(max-width:809px){.lc-espace .espace-glow{top:-160px;width:230%;opacity:.34;filter:blur(38px)}}.lc-landing .nav-droite{display:flex;align-items:center;gap:22px}.lc-landing .lien-espace{font-size:14px;color:var(--fg-70);white-space:nowrap;transition:color .2s ease}.lc-landing .lien-espace:hover{color:var(--fg)}@media(max-width:809px){.lc-landing .nav-droite{display:flex;gap:0}.lc-landing .nav-droite .nav-cta{display:none}.lc-landing .lien-espace{font-size:13px;padding:8px 14px;border-radius:120px;border:1px solid var(--border);background:#ffffff0a}.lc-landing header .container{gap:12px}}.lc-landing .glow{display:none}.lc-landing section{isolation:isolate}.lc-landing section:before{content:"";position:absolute;top:-10%;right:-20%;bottom:-10%;left:-20%;pointer-events:none;z-index:0;background:radial-gradient(60% 50% at var(--halo-x,20%) var(--halo-y,0%),rgba(218,91,40,.28) 0%,rgba(170,19,31,.16) 38%,rgba(170,19,31,0) 72%)}.lc-landing section>*{position:relative;z-index:1}.lc-landing .hero{--halo-x:14%;--halo-y:-6%}.lc-landing .story{--halo-x:8%;--halo-y:4%}.lc-landing .services{--halo-x:88%;--halo-y:2%}.lc-landing .pricing{--halo-x:50%;--halo-y:-4%}.lc-landing .social{--halo-x:82%;--halo-y:8%}.lc-landing .final-cta{--halo-x:16%;--halo-y:0%}.lc-landing .stats:before,.lc-landing .video-section:before,.lc-landing .usp:before,.lc-landing .testimonials:before,.lc-landing .faq:before{display:none}@media(max-width:809px){.lc-landing section:before{top:-6%;right:-30%;bottom:-6%;left:-30%;opacity:.85}}.lc-espace{position:relative;isolation:isolate}.lc-espace:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:radial-gradient(70% 45% at 50% -8%,#da5b2842,#aa131f24 40%,#aa131f00 74%)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/style-le-classik.css.map */
