:root[data-theme=dark]{--bg: #0d1225;--bg2: #181E37;--text: #ffffff;--text2: #94a3b8;--border: rgba(0,135,255,.25);--card: rgba(0,135,255,.08)}:root[data-theme=light]{--bg: #f0f4ff;--bg2: #ffffff;--text: #192C4C;--text2: #475569;--border: rgba(0,135,255,.2);--card: rgba(0,135,255,.05)}:where(.astro-j7pv25f6){margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Sora,-apple-system,sans-serif;transition:background .3s,color .3s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes floatDelay{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 12px #0087ff33}50%{box-shadow:0 0 24px #0087ff59}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.float:where(.astro-j7pv25f6){animation:float 4s ease-in-out infinite}.float-delay:where(.astro-j7pv25f6){animation:floatDelay 5s ease-in-out infinite 1s}.pulse:where(.astro-j7pv25f6){animation:pulse-glow 4s ease-in-out infinite}.fade-in:where(.astro-j7pv25f6){animation:slideIn .6s ease forwards}header:where(.astro-j7pv25f6){position:fixed;top:0;left:0;right:0;z-index:100;background:#0d1225d9;backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}:root[data-theme=light] header:where(.astro-j7pv25f6){background:#f0f4ffd9}.header-inner:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto;padding:0 24px;height:68px;display:flex;align-items:center;justify-content:space-between}.logo:where(.astro-j7pv25f6){display:flex;align-items:center;gap:10px}.logo:where(.astro-j7pv25f6) img:where(.astro-j7pv25f6){height:34px;width:auto}:root[data-theme=dark] .logo:where(.astro-j7pv25f6) .logo-for-light:where(.astro-j7pv25f6){display:none}:root[data-theme=light] .logo:where(.astro-j7pv25f6) .logo-for-dark:where(.astro-j7pv25f6){display:none}nav:where(.astro-j7pv25f6){display:flex;align-items:center;gap:28px}nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--text2);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text)}nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6).nav-outils{display:inline-flex;align-items:center;gap:5px;color:#a8c7e9;font-weight:600;border:1px solid rgba(168,199,233,.3);padding:5px 12px;border-radius:100px;background:#0087ff14;transition:all .2s}nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6).nav-outils:hover{background:#0087ff26;border-color:#a8c7e980;color:#fff}:root[data-theme=light] nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:#1e293b}:root[data-theme=light] nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:#0087ff}:root[data-theme=light] nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6).nav-outils{color:#0087ff;border-color:#0087ff66;background:#0087ff14}:root[data-theme=light] nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6).nav-outils:hover{color:#fff;background:#0087ff;border-color:#0087ff}:root[data-theme=light] .btn-secondary:where(.astro-j7pv25f6){color:#1e293b;border-color:#0f172a33}:root[data-theme=light] .btn-secondary:where(.astro-j7pv25f6):hover{border-color:#0087ff;color:#0087ff}.header-actions:where(.astro-j7pv25f6){display:flex;align-items:center;gap:10px}.theme-btn:where(.astro-j7pv25f6){width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--card);cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;transition:all .2s;color:var(--text)}.theme-btn:where(.astro-j7pv25f6):hover{border-color:#0087ff}.btn-secondary:where(.astro-j7pv25f6){padding:8px 18px;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--text);font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.btn-secondary:where(.astro-j7pv25f6):hover{border-color:#0087ff;background:var(--card)}.btn-primary:where(.astro-j7pv25f6){padding:8px 18px;border-radius:8px;background:#0087ff;color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;border:none}.btn-primary:where(.astro-j7pv25f6):hover{background:#0069cc;transform:translateY(-1px)}.nav-mobile:where(.astro-j7pv25f6){display:none}.hero:where(.astro-j7pv25f6){min-height:100vh;display:flex;align-items:center;padding:100px 24px 60px;position:relative;overflow:hidden}.hero-bg:where(.astro-j7pv25f6){position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 80% 60% at 80% 30%,rgba(0,135,255,.15) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 10% 80%,rgba(0,135,255,.08) 0%,transparent 60%)}.hero-inner:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-badge:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:8px;background:#0087ff1f;border:1px solid rgba(0,135,255,.3);color:#0087ff;font-size:13px;font-weight:500;padding:6px 14px;border-radius:100px;margin-bottom:24px}.hero-badge:where(.astro-j7pv25f6) span:where(.astro-j7pv25f6){width:6px;height:6px;border-radius:50%;background:#0087ff;display:inline-block}h1:where(.astro-j7pv25f6){font-size:clamp(36px,5vw,58px);font-weight:800;line-height:1.1;margin-bottom:20px;letter-spacing:-1px}h1:where(.astro-j7pv25f6) em:where(.astro-j7pv25f6){font-style:normal;background:linear-gradient(135deg,#0087ff,#a8c7e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub:where(.astro-j7pv25f6){font-size:18px;color:var(--text2);line-height:1.7;margin-bottom:36px;max-width:480px}.hero-actions:where(.astro-j7pv25f6){display:flex;gap:14px;flex-wrap:wrap;margin-bottom:20px}.btn-hero-primary:where(.astro-j7pv25f6){padding:14px 28px;border-radius:12px;background:#0087ff;color:#fff;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 8px 32px #0087ff4d}.btn-hero-primary:where(.astro-j7pv25f6):hover{background:#0069cc;transform:translateY(-2px);box-shadow:0 12px 40px #0087ff80}.btn-hero-secondary:where(.astro-j7pv25f6){padding:14px 28px;border-radius:12px;border:1px solid var(--border);color:var(--text);font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;background:var(--card)}.btn-hero-secondary:where(.astro-j7pv25f6):hover{border-color:#0087ff}.hero-gratuit-note:where(.astro-j7pv25f6){font-size:12px;color:var(--text2);margin-bottom:28px;display:flex;align-items:center;gap:6px}.hero-gratuit-note:where(.astro-j7pv25f6):before{content:"✓";color:#0087ff;font-weight:700}.hero-trust:where(.astro-j7pv25f6){display:flex;align-items:center;gap:16px;font-size:13px;color:var(--text2)}.trust-item:where(.astro-j7pv25f6){display:flex;align-items:center;gap:6px}.trust-dot:where(.astro-j7pv25f6){width:6px;height:6px;border-radius:50%;background:#0087ff}.hero-visual:where(.astro-j7pv25f6){position:relative;height:500px}.hero-card-main:where(.astro-j7pv25f6){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;background:var(--bg2);border:1px solid var(--border);border-radius:20px;padding:20px;box-shadow:0 20px 60px #0000004d}.hero-card-header:where(.astro-j7pv25f6){display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border)}.avatar:where(.astro-j7pv25f6){width:36px;height:36px;border-radius:50%;background:#0087ff;display:flex;align-items:center;justify-content:center;font-size:16px}.invoice-line:where(.astro-j7pv25f6){display:flex;justify-content:space-between;font-size:13px;padding:6px 0;border-bottom:1px solid var(--border);color:var(--text2)}.invoice-line:where(.astro-j7pv25f6):last-of-type{border:none}.invoice-total:where(.astro-j7pv25f6){display:flex;justify-content:space-between;font-size:15px;font-weight:700;margin-top:12px;color:var(--text)}.notif:where(.astro-j7pv25f6){position:absolute;top:60px;right:-20px;background:var(--bg2);border:1px solid rgba(0,135,255,.4);border-radius:14px;padding:12px 16px;min-width:200px;box-shadow:0 8px 32px #0087ff26;animation:float 3s ease-in-out infinite}.notif-title:where(.astro-j7pv25f6){font-size:11px;color:var(--text2);margin-bottom:4px}.notif-amount:where(.astro-j7pv25f6){font-size:18px;font-weight:800;color:#0087ff}.notif-sub:where(.astro-j7pv25f6){font-size:11px;color:var(--text2);margin-top:2px}.notif-badge:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:4px;background:#0087ff26;color:#0087ff;font-size:10px;font-weight:600;padding:2px 8px;border-radius:100px;margin-top:6px}.badge-whatsapp:where(.astro-j7pv25f6){position:absolute;bottom:150px;left:20px;background:transparent;border-radius:12px;padding:10px 14px;font-size:12px;font-weight:600;color:#25d366;border:1px solid rgba(37,211,102,.35);backdrop-filter:blur(8px);animation:floatDelay 4s ease-in-out infinite}.badge-offline:where(.astro-j7pv25f6){position:absolute;top:40px;left:10px;background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:8px 12px;font-size:12px;color:var(--text2);animation:float 5s ease-in-out infinite .5s}.badge-pays:where(.astro-j7pv25f6){position:absolute;bottom:40px;right:10px;background:#0087ff26;border:1px solid rgba(0,135,255,.3);border-radius:10px;padding:8px 12px;font-size:12px;color:#0087ff;font-weight:600}section:where(.astro-j7pv25f6){padding:96px 24px}.section-inner:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto}.section-tag:where(.astro-j7pv25f6){display:inline-block;background:var(--card);border:1px solid var(--border);color:#0087ff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:100px;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}h2:where(.astro-j7pv25f6){font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.2;letter-spacing:-.5px;margin-bottom:12px}.section-sub:where(.astro-j7pv25f6){color:var(--text2);font-size:17px;line-height:1.6;max-width:560px}.stats-section:where(.astro-j7pv25f6){background:var(--bg2);padding:40px 24px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stats-grid:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.stat-num:where(.astro-j7pv25f6){font-size:36px;font-weight:800;color:#0087ff}.stat-label:where(.astro-j7pv25f6){font-size:14px;color:var(--text2);margin-top:4px}.problem-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.problem-card:where(.astro-j7pv25f6){border-radius:16px;padding:28px}.problem-card:where(.astro-j7pv25f6).bad{background:#ef44440d;border:1px solid rgba(239,68,68,.15)}.problem-card:where(.astro-j7pv25f6).good{background:#0087ff0f;border:1px solid rgba(0,135,255,.2)}.problem-icon:where(.astro-j7pv25f6){width:48px;height:48px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.problem-icon:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){width:28px;height:28px}.problem-card:where(.astro-j7pv25f6).bad .problem-icon:where(.astro-j7pv25f6){background:#ef44441a;color:#ef4444}.problem-card:where(.astro-j7pv25f6).good .problem-icon:where(.astro-j7pv25f6){background:#0087ff1a;color:#0087ff}.problem-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:17px;font-weight:700;margin-bottom:8px}.problem-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:14px;color:var(--text2);line-height:1.6}.features-layout:where(.astro-j7pv25f6){display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:60px}.features-list:where(.astro-j7pv25f6){display:flex;flex-direction:column;gap:16px}.feature-item:where(.astro-j7pv25f6){display:flex;gap:16px;padding:20px;border-radius:14px;border:1px solid transparent;cursor:pointer;transition:all .2s}.feature-item:where(.astro-j7pv25f6):hover,.feature-item:where(.astro-j7pv25f6).active{background:var(--card);border-color:var(--border)}.feature-icon:where(.astro-j7pv25f6){width:44px;height:44px;border-radius:12px;background:#0087ff1f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-text:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:16px;font-weight:700;margin-bottom:4px}.feature-text:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:14px;color:var(--text2);line-height:1.5}.features-visual:where(.astro-j7pv25f6){background:var(--bg2);border:1px solid var(--border);border-radius:24px;padding:32px;min-height:360px;display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden}.features-visual:where(.astro-j7pv25f6):before{content:"";position:absolute;top:-40%;right:-20%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(0,135,255,.12),transparent 70%)}.mini-invoice:where(.astro-j7pv25f6){background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:16px}.mini-invoice-header:where(.astro-j7pv25f6){display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.mini-badge:where(.astro-j7pv25f6){font-size:11px;font-weight:600;padding:3px 8px;border-radius:100px}.badge-paid:where(.astro-j7pv25f6){background:#0087ff26;color:#0087ff}.badge-pending:where(.astro-j7pv25f6){background:#0087ff26;color:#0087ff}.mini-amount:where(.astro-j7pv25f6){font-size:22px;font-weight:800}.progress-bar:where(.astro-j7pv25f6){height:4px;border-radius:100px;background:var(--border);margin-top:8px;overflow:hidden}.progress-fill:where(.astro-j7pv25f6){height:100%;border-radius:100px;background:linear-gradient(90deg,#0087ff,#a8c7e9)}.features-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px}.feat-card:where(.astro-j7pv25f6){background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:28px;position:relative;transition:border-color .2s,transform .2s}.feat-card:where(.astro-j7pv25f6):hover{border-color:#0087ff80;transform:translateY(-2px)}.feat-card:where(.astro-j7pv25f6).pro-card{border-color:#0087ff59;background:#0087ff0a}.feat-card:where(.astro-j7pv25f6).span-2{grid-column:span 2}.feat-card:where(.astro-j7pv25f6).span-3{grid-column:span 3}.feat-icon-lg:where(.astro-j7pv25f6){width:48px;height:48px;border-radius:12px;background:#0087ff1f;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.feat-title:where(.astro-j7pv25f6){font-size:17px;font-weight:700;margin-bottom:10px}.feat-desc:where(.astro-j7pv25f6){font-size:14px;color:var(--text2);line-height:1.65}.feat-list:where(.astro-j7pv25f6){margin-top:12px;display:flex;flex-direction:column;gap:6px;list-style:none}.feat-list:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6){font-size:13px;color:var(--text2);line-height:1.5;padding-left:14px;position:relative}.feat-list:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6):before{content:"·";position:absolute;left:0;color:#0087ff;font-weight:900;font-size:16px;line-height:1.2}.feat-list:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6) strong:where(.astro-j7pv25f6){color:var(--text)}.pro-badge:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:4px;background:#0087ff1f;border:1px solid rgba(0,135,255,.3);color:#0087ff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:100px;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}.gestion-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}.gestion-item:where(.astro-j7pv25f6){background:var(--bg2);border-radius:12px;padding:16px}.gestion-item:where(.astro-j7pv25f6) h4:where(.astro-j7pv25f6){font-size:14px;font-weight:700;margin-bottom:6px}.gestion-item:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:13px;color:var(--text2);line-height:1.5}@media(max-width:1200px){.gestion-grid:where(.astro-j7pv25f6){grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.features-grid:where(.astro-j7pv25f6){grid-template-columns:repeat(2,1fr)}.feat-card:where(.astro-j7pv25f6).span-3{grid-column:span 2}}@media(max-width:768px){.features-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.feat-card:where(.astro-j7pv25f6).span-2,.feat-card:where(.astro-j7pv25f6).span-3{grid-column:span 1}.gestion-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}}.me-layout:where(.astro-j7pv25f6){display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.me-text:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){margin-bottom:20px}.me-text:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6) em:where(.astro-j7pv25f6){font-style:normal;background:linear-gradient(135deg,#0087ff,#a8c7e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.me-text:where(.astro-j7pv25f6)>p:where(.astro-j7pv25f6){color:var(--text2);line-height:1.8;margin-bottom:20px;font-size:1rem}.me-points:where(.astro-j7pv25f6){list-style:none;padding:0;display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.me-points:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6){font-size:14px;color:var(--text2);padding-left:22px;position:relative;line-height:1.5}.me-points:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6):before{content:"✦";position:absolute;left:0;color:#0087ff;font-size:10px;top:4px}.me-actions:where(.astro-j7pv25f6){display:flex;gap:12px;flex-wrap:wrap;align-items:center}.btn-me-doc:where(.astro-j7pv25f6){padding:10px 20px;border-radius:8px;border:1px solid rgba(168,199,233,.2);color:var(--text);font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.btn-me-doc:where(.astro-j7pv25f6):hover{border-color:#0087ff;color:var(--text)}.me-cases:where(.astro-j7pv25f6){display:grid;grid-template-columns:1fr 1fr;gap:14px}.me-case:where(.astro-j7pv25f6){background:var(--card);border:1px solid var(--border);border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:10px;transition:border-color .2s,transform .2s}.me-case:where(.astro-j7pv25f6):hover{border-color:#0087ff66;transform:translateY(-2px)}.me-case-icon:where(.astro-j7pv25f6){width:40px;height:40px;background:#0087ff1f;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.me-case:where(.astro-j7pv25f6) strong:where(.astro-j7pv25f6){display:block;font-size:14px;font-weight:700;margin-bottom:3px}.me-case:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){margin:0;font-size:13px;color:var(--text2);line-height:1.5}@media(max-width:900px){.me-layout:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:40px}}@media(max-width:640px){.me-cases:where(.astro-j7pv25f6){grid-template-columns:1fr}}.outils-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px;margin-bottom:40px}.outil-card:where(.astro-j7pv25f6){background:var(--card);border:1px solid var(--border);border-radius:16px;padding:28px;transition:all .25s;position:relative}.outil-card:where(.astro-j7pv25f6):hover{border-color:#0087ff;background:#0087ff14;transform:translateY(-4px);box-shadow:0 12px 40px #0087ff1f}.outil-emoji:where(.astro-j7pv25f6){width:48px;height:48px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#0087ff1a;color:#0087ff}.outil-emoji:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){width:28px;height:28px}.outil-badge:where(.astro-j7pv25f6){position:absolute;top:16px;right:16px;background:#0087ff26;border:1px solid rgba(0,135,255,.3);color:#0087ff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:100px;text-transform:uppercase;letter-spacing:.5px}.outil-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){color:var(--text);font-size:16px;font-weight:700;margin:0 0 8px}.outil-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--text2);font-size:13px;margin:0 0 16px;line-height:1.6}.outil-link:where(.astro-j7pv25f6){color:#0087ff;font-size:13px;font-weight:600}.outils-cta:where(.astro-j7pv25f6){text-align:center}.btn-outils:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:8px;background:#0087ff;color:#fff;padding:14px 32px;border-radius:12px;font-weight:700;font-size:16px;text-decoration:none;transition:all .2s;box-shadow:0 8px 24px #0087ff40}.btn-outils:where(.astro-j7pv25f6):hover{transform:translateY(-2px);box-shadow:0 12px 32px #0087ff66}.profils-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:48px}.profil-card:where(.astro-j7pv25f6){border:1px solid var(--border);border-radius:16px;padding:24px 16px;text-align:center;transition:all .3s;background:var(--card);color:inherit;position:relative}.profil-card--entreprise:where(.astro-j7pv25f6){border-color:#0087ff59}.profil-plan-badge:where(.astro-j7pv25f6){position:absolute;top:10px;right:10px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#0087ff26;color:#0087ff;border:1px solid rgba(0,135,255,.35);border-radius:6px;padding:2px 8px;line-height:1.6}.profil-card:where(.astro-j7pv25f6):hover{border-color:#0087ff;background:#0087ff1a;transform:translateY(-4px)}.profil-icon:where(.astro-j7pv25f6){width:52px;height:52px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#0087ff1a;color:#0087ff}.profil-icon:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){width:28px;height:28px}.profil-name:where(.astro-j7pv25f6){font-size:14px;font-weight:700;margin-bottom:6px}.profil-desc:where(.astro-j7pv25f6){font-size:12px;color:var(--text2);line-height:1.5}.billing-toggle:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:center;gap:16px;margin:32px 0 48px}.billing-label:where(.astro-j7pv25f6){font-size:15px;font-weight:500;cursor:pointer;transition:color .2s}.billing-label:where(.astro-j7pv25f6).active{color:var(--text);font-weight:700}.billing-label:where(.astro-j7pv25f6).inactive{color:var(--text2)}.toggle-track:where(.astro-j7pv25f6){width:52px;height:28px;border-radius:100px;background:#0087ff;cursor:pointer;position:relative;transition:background .3s;border:none}.toggle-thumb:where(.astro-j7pv25f6){position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .3s}.toggle-thumb:where(.astro-j7pv25f6).right{transform:translate(24px)}.savings-badge:where(.astro-j7pv25f6){background:#0087ff26;border:1px solid rgba(0,135,255,.3);color:#0087ff;font-size:12px;font-weight:600;padding:3px 10px;border-radius:100px}.tarifs-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tarif-card:where(.astro-j7pv25f6){border:1px solid var(--border);border-radius:20px;padding:24px;position:relative;transition:all .3s;background:var(--card);overflow:visible}.tarif-card:where(.astro-j7pv25f6):hover{transform:translateY(-4px)}.tarif-card:where(.astro-j7pv25f6).featured{border-color:#0087ff;background:#0087ff14;box-shadow:0 0 0 1px #0087ff,0 20px 60px #0087ff26}.tarif-card:where(.astro-j7pv25f6).gratuit{border-color:#a8c7e94d;background:#0087ff0a}.featured-badge:where(.astro-j7pv25f6){position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#0087ff;color:#fff;font-size:12px;font-weight:700;padding:4px 16px;border-radius:100px;white-space:nowrap}.gratuit-badge:where(.astro-j7pv25f6){position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#192c4c;color:#a8c7e9;font-size:12px;font-weight:700;padding:4px 16px;border-radius:100px;white-space:nowrap}.tarif-name:where(.astro-j7pv25f6){font-size:18px;font-weight:800;margin-bottom:8px}.tarif-price:where(.astro-j7pv25f6){display:flex;align-items:baseline;gap:4px;margin:16px 0 4px;flex-wrap:wrap}.price-amount:where(.astro-j7pv25f6){font-size:32px;font-weight:900;white-space:nowrap}.price-old:where(.astro-j7pv25f6){font-size:16px;color:var(--text2);text-decoration:line-through;margin-left:4px}.price-period:where(.astro-j7pv25f6){font-size:14px;color:var(--text2)}.price-detail:where(.astro-j7pv25f6){font-size:12px;color:var(--text2);margin-top:4px;font-style:italic;min-height:18px}.tarif-features:where(.astro-j7pv25f6){list-style:none;margin:20px 0 24px;display:flex;flex-direction:column;gap:10px}.tarif-features:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6){font-size:13px;color:var(--text2);display:flex;align-items:center;gap:8px}.tarif-features:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6) span:where(.astro-j7pv25f6){color:var(--text)}.feat-erp:where(.astro-j7pv25f6){margin-top:8px!important;padding:9px 12px!important;background:#0087ff14!important;border:1px solid rgba(0,135,255,.28)!important;border-radius:10px!important}.feat-erp:where(.astro-j7pv25f6) span:where(.astro-j7pv25f6){color:#fff!important;font-weight:700!important}.check:where(.astro-j7pv25f6){color:#0087ff;font-size:16px;flex-shrink:0}.cross:where(.astro-j7pv25f6){color:#ef4444;font-size:16px;flex-shrink:0}.btn-tarif-primary:where(.astro-j7pv25f6){display:block;text-align:center;padding:12px;border-radius:10px;background:#0087ff;color:#fff;font-weight:700;font-size:15px;text-decoration:none;transition:all .2s}.btn-tarif-primary:where(.astro-j7pv25f6):hover{opacity:.9;transform:translateY(-1px)}.btn-tarif-secondary:where(.astro-j7pv25f6){display:block;text-align:center;padding:12px;border-radius:10px;border:1px solid var(--border);color:var(--text);font-weight:600;font-size:15px;text-decoration:none;transition:all .2s}.btn-tarif-secondary:where(.astro-j7pv25f6):hover{border-color:#0087ff}.btn-tarif-gratuit:where(.astro-j7pv25f6){display:block;text-align:center;padding:12px;border-radius:10px;border:1px solid rgba(168,199,233,.4);color:#a8c7e9;font-weight:600;font-size:15px;text-decoration:none;transition:all .2s;background:#0087ff0f}.btn-tarif-gratuit:where(.astro-j7pv25f6):hover{border-color:#0087ff;background:#0087ff1f}.faq-list:where(.astro-j7pv25f6){max-width:720px;margin:48px auto 0;display:flex;flex-direction:column;gap:12px}.faq-item:where(.astro-j7pv25f6){border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:border-color .2s}.faq-item:where(.astro-j7pv25f6).open{border-color:#0087ff80}.faq-trigger:where(.astro-j7pv25f6){width:100%;text-align:left;padding:20px 24px;background:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--text);font-size:15px;font-weight:600;transition:background .2s}.faq-trigger:where(.astro-j7pv25f6):hover{background:var(--card)}.faq-icon:where(.astro-j7pv25f6){width:28px;height:28px;border-radius:50%;background:var(--card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:300;flex-shrink:0;transition:all .3s;color:#0087ff}.faq-item:where(.astro-j7pv25f6).open .faq-icon:where(.astro-j7pv25f6){background:#0087ff;color:#fff;transform:rotate(45deg)}.faq-body:where(.astro-j7pv25f6){max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;padding:0 24px}.faq-body:where(.astro-j7pv25f6).open{max-height:300px;padding:0 24px 20px}.faq-body:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:14px;color:var(--text2);line-height:1.7}.cta-section:where(.astro-j7pv25f6){text-align:center;padding:80px 24px;position:relative;overflow:hidden}.cta-bg:where(.astro-j7pv25f6){position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 70% 60% at 50% 50%,rgba(0,135,255,.12) 0%,transparent 70%)}.cta-inner:where(.astro-j7pv25f6){position:relative;z-index:1;max-width:600px;margin:0 auto}.cta-inner:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){margin-bottom:16px}.cta-inner:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--text2);font-size:17px;margin-bottom:36px}footer:where(.astro-j7pv25f6){border-top:1px solid var(--border);padding:48px 24px 32px;background:var(--bg2)}.footer-inner:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto}.footer-top:where(.astro-j7pv25f6){display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}.footer-brand:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:14px;color:var(--text2);line-height:1.7;margin-top:12px;max-width:280px}.footer-col:where(.astro-j7pv25f6) h4:where(.astro-j7pv25f6){font-size:14px;font-weight:700;margin-bottom:16px}.footer-col:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){display:block;font-size:14px;color:var(--text2);text-decoration:none;margin-bottom:10px;transition:color .2s}.footer-col:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text)}.footer-bottom:where(.astro-j7pv25f6){display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border);flex-wrap:wrap;gap:12px}.footer-bottom:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:13px;color:var(--text2)}.footer-legal:where(.astro-j7pv25f6){display:flex;gap:20px}.footer-legal:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){font-size:13px;color:var(--text2);text-decoration:none}.footer-legal:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text)}.hamburger-btn:where(.astro-j7pv25f6){display:none;flex-direction:column;justify-content:space-between;width:32px;height:22px;background:transparent;border:none;cursor:pointer;padding:0;z-index:200}.hamburger-btn:where(.astro-j7pv25f6) span:where(.astro-j7pv25f6){display:block;width:100%;height:2px;background:var(--text);border-radius:2px;transition:all .3s}.mobile-menu:where(.astro-j7pv25f6){display:none;position:fixed;inset:0;z-index:150;background:var(--bg);flex-direction:column;padding:0 24px;overflow-y:auto}.mobile-menu:where(.astro-j7pv25f6).open{display:flex}.mobile-menu-header:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:space-between;height:68px;border-bottom:1px solid var(--border);flex-shrink:0}.mobile-menu-header:where(.astro-j7pv25f6) .logo:where(.astro-j7pv25f6) img:where(.astro-j7pv25f6){height:30px;width:auto}.mobile-close:where(.astro-j7pv25f6){background:none;border:none;color:var(--text);font-size:28px;cursor:pointer;padding:4px;line-height:1}.mobile-nav:where(.astro-j7pv25f6){display:flex;flex-direction:column;flex:1;padding:8px 0}.mobile-nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){display:block;color:var(--text);text-decoration:none;font-size:17px;font-weight:600;padding:18px 0;border-bottom:1px solid var(--border);transition:color .2s}.mobile-nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:#0087ff}.mobile-nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6).nav-outils-mobile{color:#a8c7e9}.mobile-cta:where(.astro-j7pv25f6){display:flex;flex-direction:column;gap:12px;padding:24px 0 40px;flex-shrink:0}.btn-mobile-secondary:where(.astro-j7pv25f6){display:block;text-align:center;padding:15px;border:1px solid var(--border);border-radius:10px;color:var(--text);text-decoration:none;font-weight:600;font-size:16px;transition:all .2s}.btn-mobile-primary:where(.astro-j7pv25f6){display:block;text-align:center;padding:15px;background:#0087ff;border-radius:10px;color:#fff;text-decoration:none;font-weight:700;font-size:16px;transition:all .2s}.btn-mobile-primary:where(.astro-j7pv25f6):hover{background:#0069cc}@media(max-width:1200px){.tarifs-grid:where(.astro-j7pv25f6){grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.outils-grid:where(.astro-j7pv25f6){grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){nav:where(.astro-j7pv25f6){display:none}.header-actions:where(.astro-j7pv25f6) .btn-secondary:where(.astro-j7pv25f6),.header-actions:where(.astro-j7pv25f6) .btn-primary:where(.astro-j7pv25f6){display:none}.hamburger-btn:where(.astro-j7pv25f6){display:flex}.hero:where(.astro-j7pv25f6){padding:90px 16px 48px}.hero-inner:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:20px}.hero-visual:where(.astro-j7pv25f6){display:none}h1:where(.astro-j7pv25f6){font-size:clamp(28px,8vw,40px);letter-spacing:-.5px}.hero-sub:where(.astro-j7pv25f6){font-size:16px}.hero-actions:where(.astro-j7pv25f6){flex-direction:column;gap:12px}.btn-hero-primary:where(.astro-j7pv25f6),.btn-hero-secondary:where(.astro-j7pv25f6){display:block;text-align:center;width:100%;box-sizing:border-box}.hero-trust:where(.astro-j7pv25f6){flex-wrap:wrap;gap:10px}section:where(.astro-j7pv25f6){padding:64px 16px}.stats-section:where(.astro-j7pv25f6){padding:28px 16px}.cta-section:where(.astro-j7pv25f6){padding:64px 16px}.stats-grid:where(.astro-j7pv25f6){grid-template-columns:repeat(2,1fr);gap:16px}.stat-num:where(.astro-j7pv25f6){font-size:28px}.problem-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.features-layout:where(.astro-j7pv25f6){grid-template-columns:1fr}.outils-grid:where(.astro-j7pv25f6){display:flex;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:14px;padding:4px 16px 16px;margin:32px -16px 0;grid-template-columns:unset}.outils-grid:where(.astro-j7pv25f6)::-webkit-scrollbar{height:4px}.outil-card:where(.astro-j7pv25f6){flex:0 0 80vw;max-width:320px;scroll-snap-align:center}.profils-grid:where(.astro-j7pv25f6){display:flex;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding:4px 16px 16px;margin:32px -16px 0;grid-template-columns:unset}.profils-grid:where(.astro-j7pv25f6)::-webkit-scrollbar{height:4px}.profil-card:where(.astro-j7pv25f6){flex:0 0 65vw;max-width:220px;scroll-snap-align:center}.tarifs-grid:where(.astro-j7pv25f6){display:flex;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding:20px 16px 16px;margin:0 -16px;grid-template-columns:unset}.tarifs-grid:where(.astro-j7pv25f6)::-webkit-scrollbar{height:4px}.tarif-card:where(.astro-j7pv25f6){flex:0 0 85vw;max-width:320px;scroll-snap-align:center}.tarif-card:where(.astro-j7pv25f6).featured,.tarif-card:where(.astro-j7pv25f6).gratuit{margin-top:0}.footer-top:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:28px}.footer-brand:where(.astro-j7pv25f6){grid-column:unset}.footer-bottom:where(.astro-j7pv25f6){flex-direction:column;text-align:center}.footer-legal:where(.astro-j7pv25f6){justify-content:center;flex-wrap:wrap;gap:12px}h2:where(.astro-j7pv25f6){font-size:clamp(24px,7vw,36px)}.section-sub:where(.astro-j7pv25f6){font-size:15px}.badge-offline:where(.astro-j7pv25f6),.badge-pays:where(.astro-j7pv25f6),.badge-whatsapp:where(.astro-j7pv25f6){display:none}}#back-to-top:where(.astro-j7pv25f6){position:fixed;bottom:5rem;right:1.5rem;width:42px;height:42px;border-radius:50%;background:#0087ff1f;border:1px solid rgba(0,135,255,.35);color:#0087ff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:50;opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease,background .2s ease,border-color .2s ease;pointer-events:none;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}#back-to-top:where(.astro-j7pv25f6).visible{opacity:1;transform:translateY(0);pointer-events:auto}#back-to-top:where(.astro-j7pv25f6):hover{background:#0087ff38;border-color:#0087ff99;transform:translateY(-2px)}#back-to-top:where(.astro-j7pv25f6):active{transform:translateY(0)}@media(max-width:640px){#back-to-top:where(.astro-j7pv25f6){bottom:1.5rem;right:1rem;width:40px;height:40px}}@media print{#back-to-top:where(.astro-j7pv25f6){display:none}}
