:root{--rl-bg:#08131f;--rl-bg2:#0d1b2a;--rl-panel:#102235;--rl-panel2:#13283e;--rl-line:rgba(255,255,255,.09);--rl-text:#f5f9fc;--rl-muted:#9cafbf;--rl-blue:#39a9ff;--rl-cyan:#56d7ff;--rl-green:#75dd92;--rl-yellow:#ffc65c;--rl-red:#ff6676;--rl-radius:28px;--rl-shadow:0 30px 80px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--rl-bg)}body.relive-standalone{margin:0;background:var(--rl-bg);color:var(--rl-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.relive-standalone a{color:inherit}.relive-site-shell{min-height:100vh;background:radial-gradient(circle at 15% 3%,rgba(57,169,255,.15),transparent 28%),radial-gradient(circle at 85% 20%,rgba(86,215,255,.08),transparent 22%),linear-gradient(180deg,#07111c 0%,#0a1724 45%,#08131f 100%);isolation:isolate}.relive-topbar{height:86px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:100}.relive-logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.relive-logo-orb{position:relative;width:42px;height:42px;display:block}.relive-logo-orb:before,.relive-logo-orb:after,.relive-logo-orb span:before,.relive-logo-orb span:after{content:"";position:absolute;border-radius:50%}.relive-logo-orb:before{width:20px;height:20px;left:2px;top:1px;background:var(--rl-blue)}.relive-logo-orb:after{width:19px;height:19px;right:1px;bottom:2px;background:var(--rl-green)}.relive-logo-orb span:first-child:before{width:16px;height:16px;right:2px;top:4px;background:var(--rl-red)}.relive-logo-orb span:last-child:after{width:15px;height:15px;left:4px;bottom:3px;background:var(--rl-yellow)}.relive-wordmark{font-size:28px;font-weight:850;letter-spacing:-1.3px}.relive-wordmark>span{color:var(--rl-cyan)}.relive-language{position:relative}.relive-language-current{height:44px;min-width:100px;border:1px solid var(--rl-line);border-radius:14px;background:rgba(255,255,255,.055);color:#fff;padding:0 13px;display:flex;align-items:center;gap:9px;font:inherit;font-weight:750;cursor:pointer;backdrop-filter:blur(12px);transition:.2s}.relive-language-current:hover{background:rgba(255,255,255,.09)}.relive-current-flag{font-size:20px}.relive-current-code{font-size:13px;letter-spacing:.8px}.relive-chevron{margin-left:auto;color:var(--rl-muted)}.relive-language-menu{position:absolute;right:0;top:52px;width:180px;padding:8px;border-radius:16px;background:#102236;border:1px solid var(--rl-line);box-shadow:0 18px 50px rgba(0,0,0,.35);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s;z-index:300}.relive-language.open .relive-language-menu{opacity:1;visibility:visible;transform:none}.relive-language-menu button{width:100%;height:42px;border:0;border-radius:10px;background:transparent;color:#dfe9f1;text-align:left;padding:0 10px;display:flex;align-items:center;gap:10px;font:inherit;font-size:14px;cursor:pointer}.relive-language-menu button:hover,.relive-language-menu button.active{background:rgba(57,169,255,.12);color:#fff}.relive-language-menu button span{font-size:19px}
.relive-hero-new{max-width:1240px;min-height:710px;margin:0 auto;padding:56px 28px 78px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:center;gap:68px}.relive-hero-copy{position:relative;z-index:3}.relive-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid rgba(117,221,146,.2);border-radius:999px;background:rgba(117,221,146,.065);color:#b8f4c7;font-size:12px;font-weight:800;letter-spacing:.7px;text-transform:uppercase}.relive-live-dot{width:8px;height:8px;border-radius:50%;background:var(--rl-green);box-shadow:0 0 0 5px rgba(117,221,146,.1),0 0 18px rgba(117,221,146,.55)}.relive-hero-new h1{margin:24px 0 0;max-width:760px;font-size:clamp(58px,6.2vw,92px);line-height:.95;letter-spacing:-5.7px;font-weight:900}.relive-gradient-text{background:linear-gradient(90deg,#fff 0%,#bfeaff 50%,#75d8ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.relive-hero-text{max-width:690px;margin:28px 0 0;color:var(--rl-muted);font-size:19px;line-height:1.7}.relive-cta-row{display:flex;align-items:center;flex-wrap:wrap;gap:13px;margin-top:34px}.relive-download-btn,.relive-ghost-btn{min-height:64px;border-radius:18px;text-decoration:none;display:inline-flex;align-items:center;transition:.2s}.relive-download-btn{padding:10px 20px 10px 10px;background:linear-gradient(135deg,#199fff,#55c8ff);color:#04111c!important;box-shadow:0 16px 40px rgba(57,169,255,.23);gap:12px}.relive-download-btn:hover{transform:translateY(-2px);box-shadow:0 20px 45px rgba(57,169,255,.3)}.relive-download-btn .relive-android-icon{width:44px;height:44px;border-radius:13px;background:rgba(0,16,28,.16);display:grid;place-items:center;font-size:22px;font-weight:900}.relive-download-btn small,.relive-download-btn strong{display:block}.relive-download-btn small{font-size:11px;text-transform:uppercase;letter-spacing:.7px;font-weight:800;opacity:.75}.relive-download-btn strong{font-size:17px;margin-top:1px}.relive-download-disabled{opacity:.55;cursor:not-allowed;filter:saturate(.4)}.relive-ghost-btn{gap:9px;padding:0 19px;border:1px solid var(--rl-line);background:rgba(255,255,255,.045);font-size:14px;font-weight:750;color:#e5edf3!important}.relive-ghost-btn:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15)}.relive-ghost-btn>span:first-child{color:var(--rl-cyan);font-size:18px}.relive-meta-line{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:26px;color:#7f94a5;font-size:12px;font-weight:650}.relive-meta-line>span{display:inline-flex;align-items:center;gap:7px}.relive-meta-line i{width:7px;height:7px;border-radius:50%;background:var(--rl-green)}
.relive-visual{min-height:610px;position:relative;display:grid;place-items:center}.relive-glow{position:absolute;border-radius:50%;filter:blur(20px);pointer-events:none}.relive-glow-one{width:360px;height:360px;background:rgba(57,169,255,.12);top:90px;right:30px}.relive-glow-two{width:260px;height:260px;background:rgba(117,221,146,.08);bottom:80px;left:0}.relive-phone{position:relative;width:330px;height:635px;padding:11px;border-radius:46px;background:linear-gradient(145deg,#23384a,#0d1721);border:1px solid rgba(255,255,255,.15);box-shadow:0 55px 100px rgba(0,0,0,.5),inset 0 0 0 1px rgba(255,255,255,.04);transform:rotate(3deg);overflow:hidden}.relive-phone:after{content:"";position:absolute;inset:10px;border-radius:36px;pointer-events:none;box-shadow:inset 0 0 30px rgba(255,255,255,.025)}.relive-phone-bar{height:29px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;color:#91a6b6;font-size:9px}.relive-phone-bar>span:first-child{width:56px;height:17px;border-radius:20px;background:#050a0e}.relive-phone-bar b{font-size:9px;font-weight:700}.relive-app-head{height:72px;padding:8px 12px;display:flex;align-items:center;gap:10px;border-radius:22px 22px 12px 12px;background:#172c40;border:1px solid rgba(255,255,255,.055)}.relive-avatar-main,.relive-avatar{display:grid;place-items:center;border-radius:50%;font-weight:850;color:#07131d}.relive-avatar-main{width:42px;height:42px;background:linear-gradient(135deg,#66dfff,#3a9cff)}.relive-app-head>div:nth-child(2){flex:1;min-width:0}.relive-app-head strong{display:block;font-size:13px}.relive-app-head small{display:flex;align-items:center;gap:5px;color:#89a1b2;margin-top:3px;font-size:9px}.relive-app-head small i{width:6px;height:6px;border-radius:50%;background:var(--rl-green)}.relive-app-head button{border:0;background:transparent;color:#8499a9;font-size:20px}.relive-app-search{margin:10px 2px 8px;height:38px;border-radius:12px;background:#0c1d2b;border:1px solid rgba(255,255,255,.055);display:flex;align-items:center;gap:8px;padding:0 11px;color:#657d8e;font-size:10px}.relive-app-search>span:first-child{font-size:17px}.relive-section-label{display:flex;justify-content:space-between;align-items:center;padding:7px 5px 5px;color:#708697;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.relive-section-label b{width:18px;height:18px;border-radius:7px;background:#17364e;display:grid;place-items:center;color:#7fbee7}.relive-contact{height:58px;margin:4px 1px;padding:7px 8px;border-radius:13px;background:rgba(255,255,255,.03);display:flex;align-items:center;gap:9px;position:relative}.relive-contact>span:nth-child(2){flex:1}.relive-contact strong,.relive-contact small{display:block}.relive-contact strong{font-size:11px}.relive-contact small{font-size:8px;color:#728999;margin-top:3px}.relive-avatar{width:36px;height:36px;font-size:11px}.relive-avatar.a1{background:linear-gradient(135deg,#ffd276,#ff9c66)}.relive-avatar.a2{background:linear-gradient(135deg,#86eca3,#40b86b)}.relive-avatar.a3{background:linear-gradient(135deg,#d7a4ff,#9471e8)}.relive-contact>i{width:7px;height:7px;border-radius:50%;margin-right:4px}.relive-contact>i.online{background:var(--rl-green)}.relive-contact>i.away{background:var(--rl-yellow)}.relive-contact>i.busy{background:var(--rl-red)}.relive-chat-preview{position:absolute;left:20px;right:20px;bottom:18px;height:245px;padding:9px;border-radius:25px;background:rgba(15,34,50,.96);border:1px solid rgba(255,255,255,.09);box-shadow:0 20px 50px rgba(0,0,0,.35);backdrop-filter:blur(18px)}.relive-chat-title{height:38px;display:flex;align-items:center;gap:9px;padding:0 5px;border-bottom:1px solid rgba(255,255,255,.05);font-size:10px}.relive-chat-title>span{color:#7dbde7}.relive-chat-title strong{flex:1}.relive-chat-title i{width:7px;height:7px;border-radius:50%;background:var(--rl-green)}.relive-bubble{max-width:80%;padding:9px 10px;border-radius:12px;margin-top:14px;font-size:9px;line-height:1.4}.relive-bubble.them{background:#1f3a51;color:#d8e4ed;border-bottom-left-radius:4px}.relive-bubble.me{margin-left:auto;background:linear-gradient(135deg,#1b9eff,#48c6ff);color:#04111c;border-bottom-right-radius:4px;font-weight:650}.relive-compose{position:absolute;left:10px;right:10px;bottom:10px;height:37px;padding:0 7px 0 12px;border-radius:12px;background:#091823;display:flex;align-items:center;justify-content:space-between;color:#60798b;font-size:9px}.relive-compose b{width:27px;height:27px;border-radius:9px;background:#28aaff;color:#03111d;display:grid;place-items:center;font-size:11px}
.relive-trust-strip{max-width:1184px;margin:0 auto;padding:0 28px 84px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px}.relive-trust-strip>div{min-height:128px;padding:24px 28px;display:flex;gap:18px;align-items:flex-start;background:rgba(255,255,255,.035);border-top:1px solid var(--rl-line);border-bottom:1px solid var(--rl-line)}.relive-trust-strip>div:first-child{border-radius:20px 0 0 20px;border-left:1px solid var(--rl-line)}.relive-trust-strip>div:last-child{border-radius:0 20px 20px 0;border-right:1px solid var(--rl-line)}.relive-trust-strip>div>span{font-size:11px;font-weight:850;color:#4f6b7f}.relive-trust-strip p{margin:0}.relive-trust-strip strong,.relive-trust-strip small{display:block}.relive-trust-strip strong{font-size:16px;line-height:1.28}.relive-trust-strip small{margin-top:8px;color:#8ca1b1;font-size:12px;line-height:1.55}
.relive-story-section,.relive-how-section{max-width:1184px;margin:0 auto;padding:78px 28px}.relive-section-heading{max-width:770px}.relive-section-heading>span,.relive-section-mini,.relive-final-cta>div:nth-child(2)>span{color:var(--rl-cyan);font-size:11px;font-weight:850;letter-spacing:1.6px}.relive-section-heading h2,.relive-independent-section h2,.relive-final-cta h2{margin:12px 0 0;font-size:clamp(40px,5vw,68px);line-height:1.02;letter-spacing:-3px}.relive-section-heading p{max-width:700px;margin:20px 0 0;color:var(--rl-muted);font-size:17px;line-height:1.75}.relive-story-cards{display:grid;grid-template-columns:1.08fr .92fr;gap:18px;margin-top:42px}.relive-story-card{min-height:340px;padding:30px;border:1px solid var(--rl-line);border-radius:var(--rl-radius);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));position:relative;overflow:hidden}.relive-story-card-main{background:linear-gradient(145deg,rgba(57,169,255,.14),rgba(255,255,255,.025))}.relive-story-card-main:after{content:"";position:absolute;width:260px;height:260px;right:-100px;bottom:-120px;border-radius:50%;background:rgba(57,169,255,.12);filter:blur(10px)}.relive-card-number{position:absolute;right:26px;top:23px;color:#456176;font-size:12px;font-weight:850}.relive-card-symbol{width:54px;height:54px;border-radius:17px;background:rgba(57,169,255,.14);border:1px solid rgba(57,169,255,.18);display:grid;place-items:center;color:#78ccff;font-size:25px}.relive-story-card h3{max-width:460px;margin:52px 0 0;font-size:27px;line-height:1.1;letter-spacing:-1px}.relive-story-card p{max-width:520px;margin:15px 0 0;color:var(--rl-muted);line-height:1.65;font-size:14px}.relive-story-card a{display:inline-flex;margin-top:23px;color:#8ed7ff;text-decoration:none;font-size:13px;font-weight:800}.relive-independent-section{max-width:1128px;margin:54px auto 36px;padding:42px;border-radius:32px;background:linear-gradient(130deg,#102a40,#102134);border:1px solid rgba(86,215,255,.13);display:grid;grid-template-columns:auto minmax(0,1fr) minmax(300px,.9fr);gap:28px;align-items:center;box-shadow:var(--rl-shadow)}.relive-independent-badge{width:58px;height:58px;border-radius:19px;background:rgba(255,198,92,.12);border:1px solid rgba(255,198,92,.2);display:grid;place-items:center;color:var(--rl-yellow);font-weight:900;font-size:24px}.relive-independent-section h2{font-size:32px;letter-spacing:-1.2px}.relive-independent-section>p{margin:0;color:#9db0bf;font-size:13px;line-height:1.7}.relive-section-heading.compact{max-width:780px}.relive-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:38px}.relive-how-grid article{min-height:245px;padding:24px;border:1px solid var(--rl-line);border-radius:24px;background:rgba(255,255,255,.025);display:flex;flex-direction:column;justify-content:space-between}.relive-how-grid article>b{color:#456176;font-size:11px}.relive-how-grid article>div>span{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#102e45;color:#6dc6ff;font-size:18px}.relive-how-grid h3{margin:17px 0 0;font-size:18px}.relive-how-grid p{margin:8px 0 0;color:#8398a8;font-size:13px;line-height:1.6}.relive-release-section{max-width:1128px;margin:10px auto 90px;padding:32px 36px;border:1px solid var(--rl-line);border-radius:26px;background:rgba(255,255,255,.035);display:grid;grid-template-columns:190px 1fr;gap:32px;align-items:center}.relive-release-version small,.relive-release-version strong{display:block}.relive-release-version small{color:#6d8292;font-size:10px;font-weight:850;letter-spacing:1px}.relive-release-version strong{margin-top:5px;font-size:42px;letter-spacing:-2px}.relive-release-section p{margin:8px 0 0;color:#9db0bf;line-height:1.65;font-size:13px;white-space:pre-line}.relive-final-cta{max-width:1128px;margin:0 auto 48px;padding:46px;border-radius:32px;background:linear-gradient(120deg,#132d43 0%,#0f2132 65%,#10293b 100%);border:1px solid rgba(86,215,255,.13);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;position:relative;overflow:hidden}.relive-final-cta:after{content:"";position:absolute;width:310px;height:310px;right:-150px;top:-150px;border-radius:50%;background:rgba(57,169,255,.12)}.relive-final-orb{position:relative;width:64px;height:64px;z-index:2}.relive-final-orb:before,.relive-final-orb:after,.relive-final-orb span:before,.relive-final-orb span:after{content:"";position:absolute;border-radius:50%}.relive-final-orb:before{width:30px;height:30px;left:1px;top:1px;background:var(--rl-blue)}.relive-final-orb:after{width:28px;height:28px;right:1px;bottom:2px;background:var(--rl-green)}.relive-final-orb span:first-child:before{width:23px;height:23px;right:2px;top:5px;background:var(--rl-red)}.relive-final-orb span:last-child:after{width:22px;height:22px;left:5px;bottom:3px;background:var(--rl-yellow)}.relive-final-cta h2{font-size:35px;letter-spacing:-1.5px}.relive-final-cta>a,.relive-final-disabled{position:relative;z-index:2;min-width:190px;padding:12px 18px 12px 12px;border-radius:17px;background:#fff;color:#091622;text-decoration:none;display:flex;align-items:center;gap:11px}.relive-final-cta>a>span:first-child,.relive-final-disabled>span:first-child{width:40px;height:40px;border-radius:12px;background:#eaf6fd;display:grid;place-items:center;color:#178fdc;font-size:20px;font-weight:900}.relive-final-cta>a small,.relive-final-cta>a strong,.relive-final-disabled small,.relive-final-disabled strong{display:block}.relive-final-cta>a small,.relive-final-disabled small{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:#667c8b;font-weight:800}.relive-final-cta>a strong,.relive-final-disabled strong{font-size:17px}.relive-final-disabled{opacity:.55}.relive-clean-footer{max-width:1128px;margin:auto;padding:32px 0 46px;border-top:1px solid var(--rl-line);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;color:#607687;font-size:10px}.relive-logo.small .relive-logo-orb{width:30px;height:30px;transform:scale(.7);transform-origin:left center}.relive-logo.small .relive-wordmark{font-size:20px}.relive-clean-footer p{max-width:650px;margin:0;text-align:center;line-height:1.55}
[hidden]{display:none!important}
@media(max-width:1000px){.relive-hero-new{grid-template-columns:1fr;gap:26px;padding-top:60px}.relive-hero-copy{text-align:center}.relive-eyebrow{margin:auto}.relive-hero-text{margin-left:auto;margin-right:auto}.relive-cta-row,.relive-meta-line{justify-content:center}.relive-visual{min-height:560px}.relive-trust-strip{grid-template-columns:1fr}.relive-trust-strip>div,.relive-trust-strip>div:first-child,.relive-trust-strip>div:last-child{border:1px solid var(--rl-line);border-radius:16px}.relive-story-cards{grid-template-columns:1fr}.relive-independent-section{grid-template-columns:auto 1fr}.relive-independent-section>p{grid-column:1/-1}.relive-how-grid{grid-template-columns:1fr 1fr}.relive-final-cta{grid-template-columns:auto 1fr}.relive-final-cta>a,.relive-final-disabled{grid-column:1/-1;width:100%;justify-content:center}.relive-clean-footer{grid-template-columns:1fr;text-align:center}.relive-clean-footer .relive-logo{justify-content:center}.relive-clean-footer p{margin:auto}.relive-clean-footer>span{text-align:center}}
@media(max-width:680px){.relive-topbar{height:72px;padding:0 17px}.relive-wordmark{font-size:23px}.relive-logo-orb{width:34px;height:34px;transform:scale(.82);transform-origin:left center}.relive-language-current{height:40px;min-width:88px}.relive-hero-new{padding:42px 17px 58px}.relive-hero-new h1{font-size:clamp(48px,15vw,68px);letter-spacing:-4px}.relive-hero-text{font-size:16px;line-height:1.65}.relive-cta-row{display:grid}.relive-download-btn,.relive-ghost-btn{width:100%;justify-content:center}.relive-meta-line{font-size:11px}.relive-visual{min-height:500px}.relive-phone{width:285px;height:550px;border-radius:40px;transform:rotate(2deg) scale(.94)}.relive-chat-preview{height:210px}.relive-trust-strip{padding:0 17px 50px}.relive-story-section,.relive-how-section{padding:58px 17px}.relive-section-heading h2,.relive-independent-section h2,.relive-final-cta h2{font-size:38px;letter-spacing:-2px}.relive-section-heading p{font-size:15px}.relive-story-card{min-height:300px;padding:24px}.relive-story-card h3{margin-top:42px;font-size:23px}.relive-independent-section{margin:30px 17px;padding:26px;grid-template-columns:1fr;gap:18px}.relive-independent-section>p{grid-column:auto}.relive-how-grid{grid-template-columns:1fr}.relive-how-grid article{min-height:190px}.relive-release-section{margin:0 17px 58px;padding:26px;grid-template-columns:1fr}.relive-final-cta{margin:0 17px 36px;padding:28px;grid-template-columns:1fr}.relive-final-orb{width:54px;height:54px}.relive-clean-footer{margin:0 17px;padding-bottom:36px}}

/* ReLive 1.1.1 — uniquement le téléphone de la hero : vraie capture de l'application. */
.relive-phone.relive-phone-real{width:324px;height:auto;aspect-ratio:324/670;padding:0;border-radius:43px;background:linear-gradient(145deg,#26313b 0%,#0b0f13 42%,#1a2229 100%);border:1px solid rgba(255,255,255,.2);box-shadow:0 55px 100px rgba(0,0,0,.5),0 0 0 2px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,255,255,.08);transform:rotate(1.4deg);overflow:visible}
.relive-phone.relive-phone-real:before{content:"";position:absolute;inset:5px;border-radius:39px;border:1px solid rgba(255,255,255,.07);pointer-events:none;z-index:4}
.relive-phone.relive-phone-real:after{content:"";position:absolute;left:24%;right:24%;bottom:-8px;height:12px;border-radius:50%;background:rgba(0,0,0,.4);filter:blur(7px);pointer-events:none}
.relive-phone-screen{position:absolute;inset:9px;border-radius:35px;overflow:hidden;background:#000;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(0,0,0,.75)}
.relive-phone-screen img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;user-select:none;-webkit-user-drag:none}
.relive-phone-camera{position:absolute;top:7px;left:50%;width:11px;height:11px;margin-left:-5.5px;border-radius:50%;background:#03070a;box-shadow:0 0 0 2px rgba(14,26,36,.95),inset 0 0 0 2px #05090d;z-index:3}
.relive-phone-side{position:absolute;right:-4px;width:4px;border-radius:0 4px 4px 0;background:linear-gradient(180deg,#56636e,#171d22 42%,#3e4a53);box-shadow:1px 0 1px rgba(255,255,255,.12);z-index:2}
.relive-phone-side-volume{top:130px;height:78px}.relive-phone-side-power{top:238px;height:54px}
@media(max-width:680px){.relive-phone.relive-phone-real{width:285px;height:auto;aspect-ratio:324/670;border-radius:39px;transform:rotate(1deg) scale(.96)}.relive-phone-screen{inset:8px;border-radius:32px}.relive-phone-camera{top:6px}}

/* ReLive 1.1.2 — retouches ciblées : icônes, alerte projets distincts, étapes plus visuelles, logo final cohérent. */
.relive-card-symbol{width:62px;height:62px;border-radius:19px;background:linear-gradient(145deg,rgba(57,169,255,.18),rgba(57,169,255,.07));border:1px solid rgba(94,196,255,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 12px 30px rgba(0,0,0,.13)}
.relive-card-symbol svg{width:36px;height:36px;overflow:visible;fill:none;stroke:#85d7ff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.relive-card-symbol svg .status-dot{stroke:none}.relive-card-symbol svg .status-green{fill:var(--rl-green)}.relive-card-symbol svg .status-yellow{fill:var(--rl-yellow)}
.relive-card-symbol-account{background:linear-gradient(145deg,rgba(93,222,151,.14),rgba(57,169,255,.055));border-color:rgba(93,222,151,.18)}
.relive-card-symbol-account svg{stroke:#8be2b2}.relive-card-symbol-account svg .link-mark{stroke:#79cfff}

.relive-independent-section{position:relative;max-width:1128px;margin:54px auto 44px;padding:34px 38px 34px 34px;border-radius:28px;background:linear-gradient(115deg,rgba(255,190,71,.16),rgba(255,255,255,.035) 36%,rgba(16,33,52,.96) 100%);border:1px solid rgba(255,195,84,.42);grid-template-columns:auto minmax(0,1.05fr) minmax(310px,.95fr);gap:26px;box-shadow:0 24px 65px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.045)}
.relive-independent-section:before{content:"";position:absolute;left:0;top:22px;bottom:22px;width:4px;border-radius:0 8px 8px 0;background:linear-gradient(180deg,#ffd06c,#ff9b42);box-shadow:0 0 24px rgba(255,177,69,.35)}
.relive-independent-badge{width:68px;height:68px;border-radius:21px;background:linear-gradient(145deg,rgba(255,210,105,.2),rgba(255,155,66,.11));border:1px solid rgba(255,204,103,.42);color:#ffd475;font-size:31px;box-shadow:0 10px 26px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.08)}
.relive-independent-alert{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:rgba(255,190,71,.12);border:1px solid rgba(255,200,93,.24);color:#ffd476;font-size:10px;font-weight:900;letter-spacing:1.5px}
.relive-independent-alert:before{content:"⚠";font-size:12px;line-height:1}
.relive-independent-section h2{margin-top:11px;font-size:31px;line-height:1.08;letter-spacing:-1.2px}
.relive-independent-section>p{padding-left:4px;color:#bdc9d2;font-size:13px;line-height:1.72}

.relive-how-grid{position:relative;gap:18px;margin-top:36px}
.relive-how-grid:before{content:"";position:absolute;left:16.5%;right:16.5%;top:45px;height:1px;background:linear-gradient(90deg,transparent,rgba(77,188,255,.26) 14%,rgba(77,188,255,.26) 86%,transparent);z-index:0}
.relive-how-grid .relive-step-card{position:relative;z-index:1;min-height:0;padding:22px 22px 23px;border-radius:22px;background:linear-gradient(150deg,rgba(255,255,255,.055),rgba(255,255,255,.02));border:1px solid rgba(118,166,197,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.035);display:block;overflow:hidden;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.relive-how-grid .relive-step-card:hover{transform:translateY(-3px);border-color:rgba(83,190,255,.25);background:linear-gradient(150deg,rgba(57,169,255,.09),rgba(255,255,255,.025))}
.relive-how-grid .relive-step-card:after{content:"";position:absolute;width:110px;height:110px;right:-45px;bottom:-58px;border-radius:50%;background:rgba(57,169,255,.06)}
.relive-how-grid .relive-step-card>b{position:absolute;right:18px;top:17px;color:#557389;font-size:10px;letter-spacing:1.3px}
.relive-step-content{display:flex;align-items:flex-start;gap:16px}
.relive-step-icon{flex:0 0 58px;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#123653,#0d283e);border:1px solid rgba(91,196,255,.21);box-shadow:0 10px 24px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.045)}
.relive-step-icon svg{width:34px;height:34px;fill:none;stroke:#79ceff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.relive-step-icon svg .plus-ring,.relive-step-icon svg .check-ring{fill:#123653;stroke:#6de49a}.relive-step-icon svg .plus-mark,.relive-step-icon svg .check-mark{stroke:#7cf0a4;stroke-width:2.7}
.relive-how-grid h3{margin:5px 0 0;font-size:17px;letter-spacing:-.25px}.relive-how-grid p{margin:7px 0 0;color:#8fa4b3;font-size:12.5px;line-height:1.55;max-width:260px}

.relive-final-logo-orb{width:64px;height:64px;z-index:2;transform:scale(1.5);transform-origin:center}
.relive-final-logo-orb:before,.relive-final-logo-orb:after,.relive-final-logo-orb span:before,.relive-final-logo-orb span:after{box-shadow:0 7px 18px rgba(0,0,0,.18)}

@media(max-width:1000px){.relive-independent-section{grid-template-columns:auto 1fr}.relive-independent-section>p{grid-column:1/-1;padding-left:94px}.relive-how-grid:before{display:none}}
@media(max-width:680px){.relive-independent-section{margin:30px 17px 40px;padding:24px;grid-template-columns:auto 1fr;gap:16px}.relive-independent-badge{width:54px;height:54px;border-radius:17px;font-size:25px}.relive-independent-section h2{font-size:25px;letter-spacing:-.8px}.relive-independent-section>p{grid-column:1/-1;padding-left:0;font-size:12.5px}.relive-how-grid{gap:12px}.relive-how-grid .relive-step-card{padding:18px}.relive-step-content{gap:14px}.relive-step-icon{width:52px;height:52px;flex-basis:52px;border-radius:16px}.relive-step-icon svg{width:31px;height:31px}.relive-final-logo-orb{transform:scale(1.25);margin-left:5px}}


/* ReLive 1.1.3 — cohérence du logo : le logo du header devient la référence pour toutes les autres occurrences. */
.relive-logo-orb,
.relive-final-logo-orb,
.relive-logo.small .relive-logo-orb{
  position:relative;
  display:inline-block;
  isolation:isolate;
}
.relive-logo-orb:before,
.relive-logo-orb:after,
.relive-logo-orb span:before,
.relive-logo-orb span:after{
  border-radius:50%;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 8px 18px rgba(0,0,0,.16);
}
.relive-logo-orb:before{
  width:20px;height:20px;left:2px;top:1px;
  background:radial-gradient(circle at 35% 28%,#a9e8ff 0%,#55c8ff 22%,#2491ff 70%,#156fdb 100%);
}
.relive-logo-orb:after{
  width:19px;height:19px;right:1px;bottom:2px;
  background:radial-gradient(circle at 35% 28%,#dfffc6 0%,#8ef08d 25%,#55cf6f 68%,#27a84a 100%);
}
.relive-logo-orb span:first-child:before{
  width:16px;height:16px;right:2px;top:4px;
  background:radial-gradient(circle at 38% 30%,#ffd7ff 0%,#ff8cd9 26%,#ff5c9d 70%,#d83a70 100%);
}
.relive-logo-orb span:last-child:after{
  width:15px;height:15px;left:4px;bottom:3px;
  background:radial-gradient(circle at 38% 30%,#fff0b7 0%,#ffd564 30%,#ffbc3c 68%,#f39c18 100%);
}
.relive-final-logo-orb{
  width:64px;
  height:64px;
  transform:scale(1.38);
  transform-origin:center;
  filter:hue-rotate(8deg) saturate(1.02);
}
.relive-clean-footer .relive-logo-orb{
  filter:hue-rotate(-6deg) saturate(0.98);
}
@media(max-width:680px){
  .relive-final-logo-orb{transform:scale(1.18);margin-left:4px}
}

/* ReLive 1.1.4 — vrais assets de marque + sélecteur actif en drapeau seul. */
.relive-logo-image{gap:0;line-height:0}
.relive-brand-full,.relive-brand-icon,.relive-brand-wordmark{display:block;max-width:100%;height:auto;object-fit:contain}
.relive-brand-top{width:auto;height:49px;max-width:190px}
.relive-brand-footer{width:auto;height:42px;max-width:165px}
.relive-final-brand-icon{width:68px;height:68px;object-fit:contain;filter:saturate(.98) brightness(1.02);position:relative;z-index:2}
.relive-language-current{min-width:58px;width:58px;padding:0 9px;justify-content:center;gap:5px}
.relive-current-flag{font-size:23px;line-height:1;display:inline-grid;place-items:center}
.relive-language-current .relive-chevron{margin-left:0;font-size:13px;line-height:1;transform:translateY(-1px)}
.relive-language-menu button>span{width:25px;display:inline-grid;place-items:center;flex:0 0 25px}
@media(max-width:680px){
  .relive-brand-top{height:42px;max-width:165px}
  .relive-brand-footer{height:38px;max-width:150px}
  .relive-final-brand-icon{width:58px;height:58px}
  .relive-language-current{min-width:54px;width:54px}
}

/* ReLive Suite 1.2.2 — une seule source de logo officielle : relive-logo-full.png. */
.relive-brand-top{height:49px;width:auto;max-width:210px;object-fit:contain}
.relive-brand-footer{height:42px;width:auto;max-width:180px;object-fit:contain}
.relive-final-brand-full{display:block;width:158px;height:auto;max-width:100%;object-fit:contain;position:relative;z-index:2}
.relive-final-cta{grid-template-columns:170px 1fr auto}
.relive-logo-image{display:inline-flex;align-items:center}
.relive-logo-image img{filter:none!important}
@media(max-width:1000px){.relive-final-cta{grid-template-columns:150px 1fr}.relive-final-brand-full{width:145px}}
@media(max-width:680px){.relive-brand-top{height:43px;max-width:178px}.relive-brand-footer{height:38px;max-width:160px}.relive-final-cta{grid-template-columns:1fr}.relive-final-brand-full{width:150px;margin-bottom:4px}}

/* ReLive 1.2.3 — le bloc « Prêt à revenir ? » utilise uniquement l’icône officielle à quatre boules. */
.relive-final-icon{display:block;width:84px;height:84px;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 12px 26px rgba(0,0,0,.22))}
.relive-final-cta{grid-template-columns:100px 1fr auto}
@media(max-width:1000px){.relive-final-cta{grid-template-columns:90px 1fr}.relive-final-icon{width:78px;height:78px}}
@media(max-width:680px){.relive-final-cta{grid-template-columns:1fr}.relive-final-icon{width:72px;height:72px;margin-bottom:4px}}


/* ReLive 1.2.4 — lisibilité des 3 encadrés et avertissement discret sur les serveurs Escargot. */
.relive-trust-strip .relive-server-note{display:inline-flex;align-items:center;max-width:100%;margin-top:9px;padding:4px 7px;border-radius:7px;background:rgba(255,198,92,.075);border:1px solid rgba(255,198,92,.14);color:#d9b56e;font-size:10.5px;font-style:normal;font-weight:650;line-height:1.35}
@media(max-width:680px){.relive-trust-strip strong{font-size:16px}.relive-trust-strip small{font-size:12px}.relive-trust-strip .relive-server-note{font-size:10.5px}}


/* ReLive 1.2.6 — bloc 01/02/03 : plus horizontal, équilibré et compact sur desktop/mobile. */
.relive-trust-strip{
  gap:12px;
  align-items:stretch;
}
.relive-trust-strip>.relive-trust-card{
  min-height:154px;
  padding:22px 22px 20px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  grid-template-rows:auto 1fr;
  column-gap:14px;
  row-gap:10px;
  align-content:start;
  align-items:start;
  border:1px solid rgba(255,255,255,.085)!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.026));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 14px 32px rgba(0,0,0,.10);
}
.relive-trust-strip>.relive-trust-card:hover{
  border-color:rgba(91,194,255,.18)!important;
  background:linear-gradient(145deg,rgba(57,169,255,.068),rgba(255,255,255,.028));
}
.relive-trust-strip .relive-trust-number{
  width:38px;
  height:38px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(57,169,255,.09);
  border:1px solid rgba(86,215,255,.15);
  color:#7dcaef;
  font-size:11px;
  font-weight:900;
  letter-spacing:.5px;
}
.relive-trust-strip .relive-trust-card>p{
  margin:0;
  min-width:0;
  align-self:center;
}
.relive-trust-strip .relive-trust-card strong{
  font-size:18px;
  line-height:1.22;
  letter-spacing:-.22px;
}
.relive-trust-strip .relive-trust-card small{
  margin-top:7px;
  font-size:13px;
  line-height:1.48;
}
.relive-trust-strip .relive-trust-card-escargot{
  border-color:rgba(255,198,92,.14)!important;
  background:linear-gradient(145deg,rgba(255,198,92,.045),rgba(255,255,255,.027));
}
.relive-trust-strip .relive-trust-card-escargot .relive-trust-number{
  color:#e9c16d;
  border-color:rgba(255,198,92,.18);
  background:rgba(255,198,92,.07);
}
.relive-trust-strip .relive-server-note{
  grid-column:1/-1;
  width:100%;
  max-width:none;
  margin:1px 0 0;
  padding:7px 10px;
  display:block;
  border-radius:9px;
  background:rgba(255,198,92,.07);
  border:1px solid rgba(255,198,92,.13);
  color:#d8b977;
  font-size:9.6px;
  font-style:normal;
  font-weight:650;
  line-height:1.35;
}
@media(min-width:1001px){
  .relive-trust-strip{grid-template-columns:repeat(3,minmax(0,1fr));}
  .relive-trust-strip>.relive-trust-card{height:100%;}
}
@media(max-width:1000px){
  .relive-trust-strip{gap:10px;}
  .relive-trust-strip>.relive-trust-card{
    min-height:0;
    grid-template-columns:40px minmax(0,1fr);
    padding:18px 19px;
    border-radius:17px!important;
  }
  .relive-trust-strip .relive-trust-card strong{font-size:17px;}
  .relive-trust-strip .relive-trust-card small{font-size:12.5px;}
  .relive-trust-strip .relive-server-note{font-size:9.4px;padding:7px 9px;}
}
@media(max-width:680px){
  .relive-trust-strip{padding:0 17px 48px;gap:9px;}
  .relive-trust-strip>.relive-trust-card{
    grid-template-columns:36px minmax(0,1fr);
    column-gap:12px;
    row-gap:8px;
    padding:15px 16px;
    border-radius:15px!important;
  }
  .relive-trust-strip .relive-trust-number{
    width:34px;height:34px;border-radius:10px;font-size:10px;
  }
  .relive-trust-strip .relive-trust-card strong{font-size:16px;line-height:1.22;}
  .relive-trust-strip .relive-trust-card small{margin-top:5px;font-size:12px;line-height:1.42;}
  .relive-trust-strip .relive-server-note{
    grid-column:1/-1;
    margin-top:0;
    padding:6px 8px;
    font-size:9.1px;
    line-height:1.32;
  }
}
