.hamburger-btn{display:none;flex-direction:column;justify-content:space-between;width:32px;height:22px;background:transparent;border:none;cursor:pointer;padding:0;z-index:200;flex-shrink:0}.hamburger-btn span{display:block;width:100%;height:2px;background:var(--text, #fff);border-radius:2px;transition:all .3s}.mobile-menu{display:none;position:fixed;inset:0;z-index:150;background:var(--bg, #0d1225);flex-direction:column;padding:0 24px;overflow-y:auto}.mobile-menu.open{display:flex}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;height:68px;border-bottom:1px solid var(--border, rgba(0,135,255,.25));flex-shrink:0}.mobile-menu-header .logo img{height:30px;width:auto}.mobile-close{background:none;border:none;color:var(--text, #fff);font-size:28px;cursor:pointer;padding:4px 8px;line-height:1;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.mobile-nav{display:flex;flex-direction:column;flex:1;padding:8px 0}.mobile-nav a{display:block;color:var(--text, #fff);text-decoration:none;font-size:17px;font-weight:600;padding:18px 0;border-bottom:1px solid var(--border, rgba(0,135,255,.25));transition:color .2s;min-height:44px}.mobile-nav a:hover,.mobile-nav a.active{color:#0087ff}.mobile-nav a.nav-outils-mobile{color:#a8c7e9}.mobile-cta{display:flex;flex-direction:column;gap:12px;padding:24px 0 40px;flex-shrink:0}.btn-mobile-secondary{display:block;text-align:center;padding:15px;border:1px solid var(--border, rgba(0,135,255,.25));border-radius:10px;color:var(--text, #fff);text-decoration:none;font-weight:600;font-size:16px;transition:all .2s;min-height:44px}.btn-mobile-primary{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;min-height:44px}.btn-mobile-primary:hover{background:#0069cc}@media(max-width:768px){.hamburger-btn{display:flex}}: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: #0d1225;--text2: #475569;--border: rgba(0,135,255,.2);--card: rgba(0,135,255,.05)}:where(.astro-asijnltu){margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,sans-serif;transition:background .3s,color .3s}header:where(.astro-asijnltu){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-asijnltu){background:#f0f4ffd9}.header-inner:where(.astro-asijnltu){max-width:1200px;margin:0 auto;padding:0 24px;height:68px;display:flex;align-items:center;justify-content:space-between}.logo:where(.astro-asijnltu){display:flex;align-items:center;gap:10px}.logo:where(.astro-asijnltu) img:where(.astro-asijnltu){height:34px}:root[data-theme=dark] .logo-for-light:where(.astro-asijnltu){display:none}:root[data-theme=light] .logo-for-dark:where(.astro-asijnltu){display:none}nav:where(.astro-asijnltu){display:flex;align-items:center;gap:28px}nav:where(.astro-asijnltu) a:where(.astro-asijnltu){color:var(--text2);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}nav:where(.astro-asijnltu) a:where(.astro-asijnltu):hover{color:var(--text)}nav:where(.astro-asijnltu) a:where(.astro-asijnltu).active{color:var(--text);font-weight:600}nav:where(.astro-asijnltu) a:where(.astro-asijnltu).nav-outils{display:inline-flex;align-items:center;gap:5px;color:#0087ff;font-weight:600;border:1px solid rgba(0,135,255,.3);padding:5px 12px;border-radius:100px;background:#0087ff14;transition:all .2s}nav:where(.astro-asijnltu) a:where(.astro-asijnltu).nav-outils:hover{background:#0087ff26;border-color:#0087ff80}.header-actions:where(.astro-asijnltu){display:flex;align-items:center;gap:10px}.theme-btn:where(.astro-asijnltu){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-asijnltu):hover{border-color:#0087ff}.btn-secondary:where(.astro-asijnltu){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-asijnltu):hover{border-color:#0087ff;background:var(--card)}.btn-primary:where(.astro-asijnltu){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-asijnltu):hover{background:#0070d4;transform:translateY(-1px)}.pricing-hero:where(.astro-asijnltu){padding:140px 24px 60px;text-align:center;position:relative;overflow:hidden}.pricing-hero-bg:where(.astro-asijnltu){position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(0,135,255,.15) 0%,transparent 70%),radial-gradient(ellipse 40% 30% at 80% 80%,rgba(0,135,255,.07) 0%,transparent 60%)}.pricing-hero-inner:where(.astro-asijnltu){position:relative;z-index:1;max-width:720px;margin:0 auto}.section-tag:where(.astro-asijnltu){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:20px}h1:where(.astro-asijnltu){font-size:clamp(26px,5vw,52px);font-weight:800;line-height:1.15;margin-bottom:16px;letter-spacing:-1px}h1:where(.astro-asijnltu) em:where(.astro-asijnltu){font-style:normal;background:linear-gradient(135deg,#0057cc,#0087ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-hero:where(.astro-asijnltu) p:where(.astro-asijnltu){font-size:18px;color:var(--text2);line-height:1.6;max-width:560px;margin:0 auto}.no-hidden-fees:where(.astro-asijnltu){display:inline-flex;align-items:center;gap:8px;margin-top:24px;font-size:13px;color:var(--text2)}.no-hidden-fees:where(.astro-asijnltu) span:where(.astro-asijnltu){color:#0087ff;font-weight:700}.billing-toggle:where(.astro-asijnltu){display:flex;align-items:center;justify-content:center;gap:14px;margin:40px 0 48px}.billing-label:where(.astro-asijnltu){font-size:15px;font-weight:600;cursor:pointer;transition:color .2s}.billing-label:where(.astro-asijnltu).active{color:var(--text)}.billing-label:where(.astro-asijnltu).inactive{color:var(--text2)}.toggle-track:where(.astro-asijnltu){width:48px;height:26px;border-radius:100px;background:var(--card);border:1px solid var(--border);cursor:pointer;position:relative;transition:background .2s;padding:0}.toggle-thumb:where(.astro-asijnltu){width:20px;height:20px;border-radius:50%;background:#0087ff;position:absolute;top:2px;left:2px;transition:left .25s}.toggle-thumb:where(.astro-asijnltu).right{left:24px}.savings-badge:where(.astro-asijnltu){background:#0087ff26;color:#0087ff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:100px;border:1px solid rgba(0,135,255,.3)}.tarifs-section:where(.astro-asijnltu){padding:0 24px 80px}.tarifs-grid:where(.astro-asijnltu){max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.tarif-card:where(.astro-asijnltu){background:var(--bg2);border:1px solid var(--border);border-radius:20px;padding:28px 24px;position:relative;transition:transform .2s,box-shadow .2s}.tarif-card:where(.astro-asijnltu):hover{transform:translateY(-4px);box-shadow:0 12px 40px #0087ff26}.tarif-card:where(.astro-asijnltu).featured{border-color:#0087ff99;background:linear-gradient(160deg,rgba(0,135,255,.12),var(--bg2));box-shadow:0 0 0 1px #0087ff4d,0 8px 32px #0087ff33}.featured-badge:where(.astro-asijnltu){position:absolute;top:-14px;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-asijnltu){display:inline-flex;align-items:center;gap:5px;background:#0087ff1a;color:#0087ff;border:1px solid rgba(0,135,255,.25);font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;margin-bottom:12px}.tarif-name:where(.astro-asijnltu){font-size:20px;font-weight:800;margin-bottom:4px}.tarif-sub:where(.astro-asijnltu){font-size:13px;color:var(--text2);margin-bottom:20px}.tarif-price:where(.astro-asijnltu){display:flex;align-items:baseline;gap:6px;margin-bottom:6px;flex-wrap:nowrap;white-space:nowrap}.price-amount:where(.astro-asijnltu){font-size:32px;font-weight:800;white-space:nowrap}.price-old:where(.astro-asijnltu){font-size:16px;color:var(--text2);text-decoration:line-through;white-space:nowrap}.price-period:where(.astro-asijnltu){font-size:14px;color:var(--text2);white-space:nowrap}.price-detail:where(.astro-asijnltu){font-size:12px;color:var(--text2);margin-bottom:24px;min-height:18px}.tarif-divider:where(.astro-asijnltu){border:none;border-top:1px solid var(--border);margin-bottom:20px}.tarif-features:where(.astro-asijnltu){list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.tarif-features:where(.astro-asijnltu) li:where(.astro-asijnltu){display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text2);line-height:1.4}.tarif-features:where(.astro-asijnltu) li:where(.astro-asijnltu) .check:where(.astro-asijnltu){color:#0087ff;font-weight:700;flex-shrink:0;margin-top:1px}.tarif-features:where(.astro-asijnltu) li:where(.astro-asijnltu) .cross:where(.astro-asijnltu){color:var(--text2);opacity:.4;flex-shrink:0;margin-top:1px}.tarif-features:where(.astro-asijnltu) li:where(.astro-asijnltu) span:where(.astro-asijnltu){color:var(--text)}.tarif-features:where(.astro-asijnltu) li:where(.astro-asijnltu) .feat-label:where(.astro-asijnltu){color:var(--text)}.feat-erp:where(.astro-asijnltu){margin-top:10px!important;padding:10px 12px!important;background:#0087ff14!important;border:1px solid rgba(0,135,255,.28)!important;border-radius:10px!important;align-items:center!important}.feat-erp:where(.astro-asijnltu) .check:where(.astro-asijnltu){color:#0087ff!important;font-size:16px}.feat-erp:where(.astro-asijnltu) .feat-label:where(.astro-asijnltu){color:#fff!important;font-weight:700!important}.tarif-section-label:where(.astro-asijnltu){font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text2);opacity:.6;margin-top:4px;margin-bottom:2px}.btn-tarif-primary:where(.astro-asijnltu){display:block;width:100%;padding:12px;text-align:center;border-radius:10px;background:#0087ff;color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 4px 16px #0087ff4d}.btn-tarif-primary:where(.astro-asijnltu):hover{transform:translateY(-1px);box-shadow:0 8px 24px #0087ff66}.btn-tarif-secondary:where(.astro-asijnltu){display:block;width:100%;padding:12px;text-align:center;border-radius:10px;border:1px solid var(--border);background:var(--card);color:var(--text);font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.btn-tarif-secondary:where(.astro-asijnltu):hover{border-color:#0087ff;background:#0087ff1f}.btn-tarif-gratuit:where(.astro-asijnltu){display:block;width:100%;padding:12px;text-align:center;border-radius:10px;border:1px solid rgba(0,135,255,.4);background:#0087ff14;color:#0087ff;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s}.btn-tarif-gratuit:where(.astro-asijnltu):hover{background:#0087ff26;border-color:#0087ff99}.payment-note:where(.astro-asijnltu){text-align:center;color:var(--text2);font-size:13px;margin-top:28px;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 24px}.compare-section:where(.astro-asijnltu){padding:60px 24px 80px;background:var(--bg2)}.compare-inner:where(.astro-asijnltu){max-width:1000px;margin:0 auto}h2:where(.astro-asijnltu){font-size:clamp(24px,3.5vw,38px);font-weight:800;line-height:1.2;letter-spacing:-.5px;margin-bottom:12px}.compare-table:where(.astro-asijnltu){width:100%;border-collapse:collapse;margin-top:32px;font-size:14px}.compare-table:where(.astro-asijnltu) th:where(.astro-asijnltu){padding:14px 16px;text-align:center;font-size:13px;font-weight:700;color:var(--text2);border-bottom:2px solid var(--border)}.compare-table:where(.astro-asijnltu) th:where(.astro-asijnltu):first-child{text-align:left}.compare-table:where(.astro-asijnltu) th:where(.astro-asijnltu).featured-col{color:#0087ff}.compare-table:where(.astro-asijnltu) td:where(.astro-asijnltu){padding:12px 16px;border-bottom:1px solid var(--border);text-align:center;color:var(--text2)}.compare-table:where(.astro-asijnltu) td:where(.astro-asijnltu):first-child{text-align:left;color:var(--text);font-weight:500}.compare-table:where(.astro-asijnltu) tr:where(.astro-asijnltu):last-child td:where(.astro-asijnltu){border-bottom:none}.compare-table:where(.astro-asijnltu) tr:where(.astro-asijnltu):hover td:where(.astro-asijnltu){background:#0087ff0a}.compare-table:where(.astro-asijnltu) .yes:where(.astro-asijnltu){color:#0087ff;font-weight:700;font-size:16px}.compare-table:where(.astro-asijnltu) .no:where(.astro-asijnltu){color:var(--text2);opacity:.35;font-size:16px}.compare-table:where(.astro-asijnltu) .category-row:where(.astro-asijnltu) td:where(.astro-asijnltu){background:var(--card);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text2);padding:8px 16px;border-bottom:1px solid var(--border)}.compare-table:where(.astro-asijnltu) .category-row:where(.astro-asijnltu) td:where(.astro-asijnltu):first-child{color:#0087ff}.faq-section:where(.astro-asijnltu){padding:60px 24px 80px}.faq-inner:where(.astro-asijnltu){max-width:760px;margin:0 auto}.faq-section:where(.astro-asijnltu) h2:where(.astro-asijnltu),.faq-section:where(.astro-asijnltu) .section-sub:where(.astro-asijnltu){text-align:center}.section-sub:where(.astro-asijnltu){color:var(--text2);font-size:17px;line-height:1.6}.faq-list:where(.astro-asijnltu){margin-top:40px;display:flex;flex-direction:column;gap:12px}.faq-item:where(.astro-asijnltu){background:var(--bg2);border:1px solid var(--border);border-radius:14px;overflow:hidden}.faq-trigger:where(.astro-asijnltu){width:100%;background:none;border:none;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;font-size:15px;font-weight:600;color:var(--text);gap:12px}.faq-icon:where(.astro-asijnltu){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;color:var(--text2);flex-shrink:0;transition:transform .25s,background .2s}.faq-item:where(.astro-asijnltu).open .faq-icon:where(.astro-asijnltu){transform:rotate(45deg);background:#0087ff26;color:#0087ff}.faq-body:where(.astro-asijnltu){max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-body:where(.astro-asijnltu).open{max-height:400px}.faq-body:where(.astro-asijnltu) p:where(.astro-asijnltu){padding:0 24px 20px;color:var(--text2);font-size:14px;line-height:1.7}.cta-section:where(.astro-asijnltu){padding:80px 24px;text-align:center;background:linear-gradient(135deg,#0087ff1f,#0087ff14);border-top:1px solid var(--border)}.cta-inner:where(.astro-asijnltu){max-width:560px;margin:0 auto}.cta-inner:where(.astro-asijnltu) h2:where(.astro-asijnltu){margin-bottom:14px}.cta-inner:where(.astro-asijnltu) p:where(.astro-asijnltu){color:var(--text2);font-size:17px;margin-bottom:32px}.btn-hero-primary:where(.astro-asijnltu){display:inline-block;padding:14px 32px;border-radius:12px;background:linear-gradient(135deg,#0057cc,#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-asijnltu):hover{transform:translateY(-2px);box-shadow:0 12px 40px #0087ff80}footer:where(.astro-asijnltu){border-top:1px solid var(--border);padding:48px 24px 32px;background:var(--bg2)}.footer-inner:where(.astro-asijnltu){max-width:1200px;margin:0 auto}.footer-top:where(.astro-asijnltu){display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand:where(.astro-asijnltu) p:where(.astro-asijnltu){font-size:14px;color:var(--text2);line-height:1.7;margin-top:12px;max-width:280px}.footer-col:where(.astro-asijnltu) h4:where(.astro-asijnltu){font-size:14px;font-weight:700;margin-bottom:16px}.footer-col:where(.astro-asijnltu) a:where(.astro-asijnltu){display:block;font-size:14px;color:var(--text2);text-decoration:none;margin-bottom:10px;transition:color .2s}.footer-col:where(.astro-asijnltu) a:where(.astro-asijnltu):hover{color:var(--text)}.footer-bottom:where(.astro-asijnltu){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-asijnltu) p:where(.astro-asijnltu){font-size:13px;color:var(--text2)}.footer-legal:where(.astro-asijnltu){display:flex;gap:20px}.footer-legal:where(.astro-asijnltu) a:where(.astro-asijnltu){font-size:13px;color:var(--text2);text-decoration:none}.footer-legal:where(.astro-asijnltu) a:where(.astro-asijnltu):hover{color:var(--text)}@media(max-width:1100px){.tarifs-grid:where(.astro-asijnltu){grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.pricing-hero:where(.astro-asijnltu){padding:100px 20px 48px}.tarifs-grid:where(.astro-asijnltu){grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:768px){nav:where(.astro-asijnltu){display:none}.header-actions:where(.astro-asijnltu) .btn-secondary:where(.astro-asijnltu),.header-actions:where(.astro-asijnltu) .btn-primary:where(.astro-asijnltu){display:none}.pricing-hero:where(.astro-asijnltu){padding:90px 20px 40px}.tarifs-grid:where(.astro-asijnltu){grid-template-columns:1fr}.compare-table:where(.astro-asijnltu){font-size:12px}.compare-table:where(.astro-asijnltu) th:where(.astro-asijnltu),.compare-table:where(.astro-asijnltu) td:where(.astro-asijnltu){padding:10px}.footer-top:where(.astro-asijnltu){grid-template-columns:1fr 1fr;gap:32px}.footer-brand:where(.astro-asijnltu){grid-column:1/-1}.footer-bottom:where(.astro-asijnltu){flex-direction:column;text-align:center}}@media(max-width:480px){.pricing-hero:where(.astro-asijnltu){padding:80px 16px 32px}.tarif-card:where(.astro-asijnltu){padding:20px 16px}.compare-table:where(.astro-asijnltu){font-size:11px}.compare-table:where(.astro-asijnltu) th:where(.astro-asijnltu),.compare-table:where(.astro-asijnltu) td:where(.astro-asijnltu){padding:8px 6px}}
