:root{--brand:#1ce365;--brand-600:#17ba53;--brand-800:#0a8039;--brand-950:#03170a;--brand-50:#e8fcf0;--brand-100:#bff7d4;--surface:#f8fafc;--surface-hover:#f1f5f9;--border:#e2e8f0;--text:#0f172a;--muted:#64748b;--light:#4b5563}.homev2 *{margin:0;padding:0;box-sizing:border-box}.homev2 body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:#fff;line-height:1.6}.homev2 a{text-decoration:none;color:inherit}.homev2 .header{border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:50}.homev2 .header-inner{max-width:1360px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.homev2 .logo{font-size:20px;font-weight:800;color:var(--brand-800);white-space:nowrap}.homev2 .nav{display:flex;align-items:center;gap:4px;flex:1 1 auto;justify-content:center}.homev2 .nav a:hover{color:var(--brand-800)}.homev2 .nav-right{display:flex;gap:10px;align-items:center;flex-shrink:0}.homev2 .lang{font-weight:600;border-radius:8px;padding:6px 10px;cursor:pointer}.homev2 .lang:hover{color:var(--brand-800);border-color:var(--brand-300)}.homev2 .btn-outline{padding:8px 16px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-weight:500;color:var(--text);background:#fff}.homev2 .btn-outline:hover{background:var(--surface)}.homev2 .btn-brand{padding:8px 18px;background:var(--brand);color:var(--brand-950);border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.homev2 .btn-brand:hover{background:var(--brand-600)}.homev2 .dd{position:relative}.homev2 .dd-btn{display:flex;align-items:center;gap:4px;background:none;border:none;font-size:14px;font-weight:500;color:var(--muted);padding:10px 12px;border-radius:8px;cursor:pointer;transition:color .2s,background .2s}.homev2 .dd-btn:hover,.homev2 .dd:hover .dd-btn{color:var(--brand-800);background:var(--brand-50)}.homev2 .dd-btn .caret{font-size:10px;transition:transform .2s}.homev2 .dd:hover .dd-btn .caret{transform:rotate(180deg)}.homev2 .dd-menu{position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 16px 40px #0f172a1f;padding:6px;width:250px;opacity:0;visibility:hidden;transition:opacity .18s,visibility .18s,transform .18s;transform:translateX(-50%) translateY(4px)}.homev2 .dd:focus-within .dd-menu,.homev2 .dd:hover .dd-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.homev2 .dd-menu a{display:flex;align-items:flex-start;gap:12px;padding:9px 10px;border-radius:8px;transition:background .15s}.homev2 .dd-ic,.homev2 .dd-menu a:hover{background:var(--brand-50)}.homev2 .dd-ic{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.homev2 .dd-menu b{display:block;font-size:13.5px;font-weight:600;color:var(--text)}.homev2 .dd-menu i{display:block;font-size:11.5px;font-style:normal;color:var(--light);margin-top:1px;line-height:1.35}.homev2 .hero{max-width:1120px;margin:0 auto;padding:40px 24px 48px;text-align:center}.homev2 .badge{display:inline-flex;align-items:center;gap:8px;background:var(--brand-50);color:var(--brand-800);border:1px solid var(--brand-100);font-size:13px;font-weight:600;padding:6px 14px;border-radius:999px;margin-bottom:24px}.homev2 .badge .dot{width:8px;height:8px;border-radius:50%;background:var(--brand-600);animation:hv2_pulse 2s infinite}@keyframes hv2_pulse{0%,to{opacity:1}50%{opacity:.4}}.homev2 .hero h1{font-size:54px;font-weight:800;letter-spacing:-.02em;margin-bottom:20px;line-height:1.12}.homev2 .hero h1 .grad{background:linear-gradient(90deg,var(--brand-800),var(--brand-600));-webkit-background-clip:text;-webkit-text-fill-color:#0000;white-space:nowrap;display:inline-block}.homev2 .hero .sub{font-size:19px;color:var(--muted);max-width:920px;margin:0 auto 22px;line-height:1.75}.homev2 .hero .sub2{font-size:15.5px;color:var(--light);max-width:920px;margin:0 auto 32px;line-height:1.8}.homev2 .search-wrap{max-width:680px;margin:0 auto}.homev2 .search-box{display:flex;align-items:center;background:#fff;border:2px solid var(--border);border-radius:14px;padding:6px 8px 6px 18px;box-shadow:0 8px 24px #0f172a0f;transition:border-color .2s,box-shadow .2s}.homev2 .search-box:focus-within{border-color:var(--brand-600);box-shadow:0 8px 30px #17ba5326}.homev2 .search-box svg{flex-shrink:0;color:var(--light)}.homev2 .search-box input{flex:1;border:none;outline:none;font-size:16px;padding:10px 12px;color:var(--text);min-width:0}.homev2 .search-box input::placeholder{color:var(--light)}.homev2 .search-btn{background:var(--brand-800);color:#fff;border:none;border-radius:10px;padding:11px 22px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.homev2 .search-btn:hover{background:var(--brand-950)}.homev2 .search-hints{display:flex;justify-content:center;gap:8px;margin-top:14px;flex-wrap:wrap}.homev2 .hint{font-size:12px;color:var(--muted);background:var(--surface);border:1px solid var(--border);padding:4px 10px;border-radius:999px;transition:border-color .2s,background .2s}.homev2 .hint b{color:var(--brand-800);font-weight:600}.homev2 a.hint:hover{border-color:var(--brand-300);background:var(--brand-50)}.homev2 .stats{display:flex;justify-content:center;gap:48px;margin-top:48px;flex-wrap:wrap}.homev2 .stat{text-align:center}.homev2 .stat .num{font-size:34px;font-weight:800;color:var(--text);letter-spacing:-.01em;font-variant-numeric:tabular-nums;display:inline-block}.homev2 .stat .lbl{font-size:13px;color:var(--muted);margin-top:2px}.homev2 .stat .sub-lbl{font-size:12px;color:var(--light)}.homev2 .section{max-width:1360px;margin:0 auto;padding:64px 24px}.homev2 .section-head{text-align:center;margin-bottom:44px}.homev2 .section-head h2{font-size:32px;font-weight:800;letter-spacing:-.01em;margin-bottom:10px}.homev2 .section-head p{color:var(--muted);font-size:16px;max-width:920px;margin:0 auto;line-height:1.75}.homev2 .hl{background:var(--brand-100);padding:2px 6px;border-radius:5px;color:var(--brand-800);font-weight:700;white-space:nowrap}.homev2 .services{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.homev2 .service{background:#fff;border:1px solid var(--border);border-radius:16px;padding:28px 24px;transition:transform .25s,box-shadow .25s,border-color .25s;cursor:pointer;position:relative;overflow:hidden;text-align:center;display:flex;flex-direction:column}.homev2 .service:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f172a1a;border-color:var(--brand-100)}.homev2 .service .icon{width:46px;height:46px;border-radius:12px;font-size:22px;margin:0 auto 16px;background:var(--brand-50)}.homev2 .service .icon,.homev2 .service h3{display:flex;align-items:center;justify-content:center;flex-shrink:0}.homev2 .service h3{font-size:17px;font-weight:700;margin-bottom:14px;gap:8px}.homev2 .service h3 .count{font-size:12px;font-weight:600;color:var(--brand-800);background:var(--brand-50);padding:2px 8px;border-radius:999px}.homev2 .service h3 .badge-soon{font-size:11px;font-weight:600;color:#92400e;background:#fef3c7;padding:2px 8px;border-radius:999px}.homev2 .service p{font-size:14.5px;color:var(--light);line-height:1.85;flex:1 1 auto}.homev2 .service .more{display:inline-block;margin-top:22px;font-size:13px;font-weight:700;color:var(--brand-950);background:var(--brand);padding:10px 18px;border-radius:10px;transition:background .2s,transform .2s;flex-shrink:0;text-decoration:none}.homev2 .service .more:hover{background:var(--brand-600);transform:translateY(-1px)}.homev2 .data-wrap{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.homev2 .data-grid{max-width:1360px;margin:0 auto;padding:64px 24px}.homev2 .data-grid .section-head{margin-bottom:28px}.homev2 .cascade{display:flex;align-items:stretch;gap:14px;margin-bottom:16px}.homev2 .casc-step{flex:1;background:#fff;border:1px solid var(--brand-100);padding:20px 18px;flex-direction:column;gap:10px;text-align:center}.homev2 .casc-ic,.homev2 .casc-step{border-radius:14px;display:flex;align-items:center}.homev2 .casc-ic{font-size:26px;justify-content:center;width:52px;height:52px;background:var(--brand-50);flex-shrink:0}.homev2 .casc-step h3{font-size:15px;font-weight:700;color:var(--brand-800)}.homev2 .casc-step p{font-size:13px;color:var(--light);line-height:1.6}.homev2 .casc-arrow{align-self:center;font-size:24px;color:var(--brand-600);flex-shrink:0}.homev2 .cascade-bridge{display:flex;align-items:center;gap:24px;background:linear-gradient(135deg,var(--brand-950),#0a3d1f);border-radius:16px;padding:26px 30px;margin-bottom:28px;flex-wrap:wrap}.homev2 .bridge-text{flex:1;min-width:280px;display:flex;flex-direction:column;justify-content:center}.homev2 .bridge-text h3{font-size:17px;font-weight:800;color:var(--brand);margin-bottom:8px}.homev2 .bridge-text p{font-size:13.5px;color:#ffffffd9;line-height:1.7}.homev2 .bridge-text .bridge-hint{font-size:12.5px;color:var(--brand);margin-top:10px;font-weight:600}.homev2 .bridge-demo{display:flex;flex-direction:column;gap:12px;background:#ffffff0d;border:1px solid #ffffff24;border-radius:14px;padding:16px;flex:1 1 480px;max-width:560px;min-width:0}.homev2 .demo-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.homev2 .demo-live{display:inline-flex;align-items:center;gap:7px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--brand)}.homev2 .demo-live i{width:7px;height:7px;border-radius:50%;background:var(--brand);animation:hv2_pulse 2s infinite}.homev2 .demo-fam-label{font-size:10px;font-weight:600;color:#ffffff8c;background:#ffffff14;border:1px solid #ffffff1f;padding:3px 10px;border-radius:999px}.homev2 .demo-tabs{display:grid;grid-template-columns:repeat(4,auto);gap:6px;justify-content:center}.homev2 .demo-tab{font-size:11px;font-weight:600;color:#ffffffbf;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;padding:5px 11px;cursor:pointer;transition:background .2s,color .2s}.homev2 .demo-tab:hover{background:#ffffff29;color:#fff}.homev2 .demo-tab.active{background:var(--brand);color:var(--brand-950);border-color:var(--brand);font-weight:700}.homev2 .demo-content{display:flex;align-items:stretch;justify-content:center;gap:14px;height:230px}.homev2 .demo-col{display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center;min-height:0}.homev2 .demo-col:first-child{flex:0 0 200px}.homev2 .demo-col:last-child{flex:1 1 auto;max-width:320px}.homev2 .demo-col-label{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#ffffff73;flex-shrink:0}.homev2 .demo-doc{display:flex;flex-direction:column;gap:6px;background:#ffffff12;border:1px solid #ffffff24;border-radius:12px;padding:12px 14px;width:100%;text-align:left;flex:1 1 auto;min-height:0}.homev2 .demo-doc-type{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--brand);flex-shrink:0}.homev2 .demo-doc-title{font-size:12.5px;font-weight:700;color:#fff;line-height:1.35;flex-shrink:0}.homev2 .demo-doc-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10.5px;color:#fff9;flex-shrink:0}.homev2 .demo-doc-row b{color:#ffffffe6;font-weight:600}.homev2 .demo-doc-stats{margin-top:auto;font-size:10px;font-weight:600;color:var(--brand);background:#1ce3651f;border:1px solid #1ce36540;border-radius:8px;padding:6px 9px;line-height:1.4;flex-shrink:0}.homev2 .demo-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;flex-shrink:0}.homev2 .demo-link-line{width:2px;height:30px;background:#ffffff2e;border-radius:99px}.homev2 .demo-link-arrow{font-size:16px;color:var(--brand);line-height:1}.homev2 .demo-fiche{display:flex;flex-direction:column;gap:10px;width:100%;flex:1 1 auto;min-height:0}.homev2 .demo-fiche-head{display:flex;align-items:center;gap:10px;background:#ffffff12;border:1px solid #ffffff24;border-radius:12px;padding:10px 12px;text-align:left;flex-shrink:0}.homev2 .demo-fiche-avatar{width:34px;height:34px;border-radius:10px;background:var(--brand-50);display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.homev2 .demo-fiche-id{display:flex;flex-direction:column;gap:2px;min-width:0}.homev2 .demo-fiche-name{font-size:12.5px;font-weight:700;color:#fff}.homev2 .demo-fiche-sub{font-size:10px;color:#fff9;line-height:1.4}.homev2 .demo-tags{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;align-content:center;width:100%;flex:1 1 auto;min-height:0}.homev2 .demo-tag{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:600;color:#052e16;background:var(--brand);padding:4px 9px;border-radius:999px;text-align:left;white-space:nowrap}.homev2 .demo-tag i{width:5px;height:5px;border-radius:50%;background:#03170a73;flex-shrink:0}.homev2 .data-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px}.homev2 .data-item{display:flex;flex-direction:column;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:22px 20px;transition:transform .2s,box-shadow .2s;text-align:center}.homev2 .data-item:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0f172a14}.homev2 .data-item .ic{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:20px;background:var(--brand-50);flex-shrink:0}.homev2 .data-item h3{font-size:15px;font-weight:700;margin-bottom:4px}.homev2 .data-item h3 span{color:var(--brand-800);font-weight:800}.homev2 .data-item .data-item-label{font-size:15px;font-weight:700;margin-bottom:4px}.homev2 .data-item .data-item-label span{color:var(--brand-800);font-weight:800}.homev2 .data-item p{font-size:13px;color:var(--light);line-height:1.6}.homev2 .data-note{text-align:center;font-size:13.5px;color:var(--brand-800);font-weight:600;background:#fff;border:1px solid var(--brand-100);border-radius:12px;padding:14px 20px}.homev2 .day-wrap{background:#fff}.homev2 .day-grid{max-width:1360px;margin:0 auto;padding:56px 24px}.homev2 .day-grid .section-head{margin-bottom:32px}.homev2 .no-pub-banner{display:flex;align-items:center;gap:14px;background:#fef3c7;border:1px solid #f59e0b;border-radius:14px;padding:16px 20px;margin-bottom:24px}.homev2 .no-pub-banner[hidden]{display:none}.homev2 .npb-ic{font-size:24px;flex-shrink:0}.homev2 .npb-body{display:flex;flex-direction:column;gap:2px;flex:1 1 auto}.homev2 .npb-title{font-size:14px;font-weight:800;color:#92400e}.homev2 .npb-text{font-size:12.5px;color:#92400e;opacity:.85;line-height:1.5}.homev2 .npb-link{font-size:12px;font-weight:700;color:#fff;background:#f59e0b;padding:8px 14px;border-radius:9px;text-decoration:none;transition:background .2s;white-space:nowrap}.homev2 .npb-link:hover{background:#d97706}.homev2 .day-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,var(--brand-950),#0a3d1f);border-radius:18px;padding:28px 36px;margin-bottom:28px;flex-wrap:wrap}.homev2 .day-hero-main{display:flex;align-items:baseline;gap:14px}.homev2 .day-hero-num{font-size:52px;font-weight:800;color:var(--brand);line-height:1}.homev2 .day-hero-label{font-size:17px;color:#ffffffd9;font-weight:500}.homev2 .day-hero-stats{display:flex;gap:28px}.homev2 .dhs{text-align:center}.homev2 .dhs-n{display:block;font-size:22px;font-weight:800;color:#fff}.homev2 .dhs-l{display:block;font-size:11.5px;color:#ffffffa6;margin-top:2px}.homev2 .familles{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:12px;margin-bottom:28px}.homev2 .famille{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px 14px;text-align:center;transition:transform .2s,box-shadow .2s;cursor:pointer;display:flex;flex-direction:column;min-width:0}.homev2 .famille:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0f172a14;background:#fff}.homev2 .f-top{display:flex;flex-direction:column;align-items:center;gap:5px;margin-bottom:10px}.homev2 .f-name{font-size:11.5px;font-weight:700;color:var(--text);line-height:1.25;min-height:29px;display:flex;align-items:flex-end}.homev2 .f-pct{font-size:11px;font-weight:700;color:var(--brand-800);background:var(--brand-50);padding:2px 7px;border-radius:999px}.homev2 .famille .n{font-size:22px;font-weight:800;color:var(--text);line-height:1.1}.homev2 .famille .bar{height:5px;background:var(--border);border-radius:99px;margin:12px 0 10px;overflow:hidden}.homev2 .famille .bar-fill{height:100%;background:linear-gradient(90deg,var(--brand-600),var(--brand));border-radius:99px}.homev2 .famille .e{font-size:10.5px;color:var(--light);line-height:1.45;margin-bottom:12px}.homev2 .famille .f-link{display:inline-block;margin-top:auto;font-size:10.5px;font-weight:700;color:var(--brand-950);background:var(--brand);padding:7px 10px;border-radius:9px;text-decoration:none;transition:background .2s,transform .2s;align-self:center}.homev2 .famille .f-link:hover{background:var(--brand-600);transform:translateY(-1px)}.homev2 .day-highlights{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:14px;margin-bottom:32px}.homev2 .dh-item{display:flex;gap:12px;background:var(--brand-50);border:1px solid var(--brand-100);border-radius:12px;padding:16px}.homev2 .dh-ic{font-size:20px;flex-shrink:0}.homev2 .dh-body{display:flex;flex-direction:column;gap:3px;flex:1 1 auto;min-width:0}.homev2 .dh-title{font-size:13px;font-weight:700;color:var(--brand-800)}.homev2 .dh-text{font-size:12px;color:var(--muted);line-height:1.5}.homev2 .dh-link{margin-top:auto;font-size:11.5px;font-weight:700;color:var(--brand-950);background:var(--brand);padding:7px 12px;border-radius:9px;text-decoration:none;transition:background .2s,transform .2s;align-self:flex-start;white-space:nowrap}.homev2 .dh-link:hover{background:var(--brand-600);transform:translateY(-1px)}.homev2 .day-link{text-align:center;margin-top:0}.homev2 .day-link-btn{display:inline-block;font-size:14px;font-weight:700;color:var(--brand-950);background:var(--brand);padding:13px 26px;border-radius:11px;text-decoration:none;transition:background .2s,transform .2s;box-shadow:0 6px 18px #17ba5340}.homev2 .day-link-btn:hover{background:var(--brand-600);transform:translateY(-1px)}.homev2 .section-head .lead-lg{max-width:920px;font-size:16px;line-height:1.75;margin-bottom:16px;color:var(--muted)}.homev2 .section-head .lead-lg:last-child{margin-bottom:0}.homev2 .content-tabs{display:flex;justify-content:center;gap:10px;margin-bottom:28px}.homev2 .ctab{font-size:14px;font-weight:700;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:10px 22px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.homev2 .ctab:hover{border-color:var(--brand-300);color:var(--brand-800)}.homev2 .ctab.active{background:var(--brand);color:var(--brand-950);border-color:var(--brand)}.homev2 .ctab:disabled{opacity:.4;cursor:not-allowed}.homev2 .tab-panels{position:relative}.homev2 .tab-panel{display:none}.homev2 .tab-panel.active{display:block}.homev2 .tab-cta{text-align:center;margin-top:28px}.homev2 .tab-intro{max-width:920px;margin:0 auto 28px;text-align:center;color:var(--muted);font-size:15px;line-height:1.75;min-height:240px}.homev2 .content-types{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}.homev2 .ctype{display:flex;flex-direction:column;align-items:flex-start;gap:10px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:26px 24px;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s}.homev2 .ctype:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0f172a14;border-color:var(--brand-200)}.homev2 .ctype-ic{width:46px;height:46px;border-radius:12px;background:var(--brand-50);display:flex;align-items:center;justify-content:center;font-size:22px}.homev2 .ctype h3{font-size:16px;font-weight:700;color:var(--text)}.homev2 .ctype p{font-size:13.5px;color:var(--light);line-height:1.7;flex:1 1 auto}.homev2 .ctype-more{font-size:13px;font-weight:700;color:var(--brand-800)}.homev2 .recaps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.homev2 .recap{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s;cursor:pointer;display:flex;flex-direction:column;height:356px}.homev2 .recap:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0f172a17}.homev2 .recap .thumb{height:120px;display:block;background:linear-gradient(135deg,var(--brand-50),var(--brand-100));overflow:hidden;flex-shrink:0}.homev2 .recap .thumb img{width:100%;height:100%;object-fit:cover;display:block}.homev2 .recap .body{padding:18px;display:flex;flex-direction:column;gap:6px;flex:1 1 auto;overflow:hidden}.homev2 .recap .date{font-size:12px;color:var(--brand-800);font-weight:600;flex-shrink:0}.homev2 .recap h3{font-size:15px;font-weight:700;margin:0;line-height:1.35;flex-shrink:0}.homev2 .recap p{font-size:13px;color:var(--light);line-height:1.55;flex:1 1 auto;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.homev2 .recap-link{margin-top:10px;font-size:12px;font-weight:700;color:var(--brand-950);background:var(--brand);padding:8px 14px;border-radius:9px;text-decoration:none;transition:background .2s,transform .2s;align-self:flex-start;flex-shrink:0}.homev2 .recap-link:hover{background:var(--brand-600);transform:translateY(-1px)}.homev2 .langs-wrap{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}.homev2 .langs-grid{max-width:1360px;margin:0 auto;padding:64px 24px;text-align:center}.homev2 .langs-grid .section-head{margin-bottom:20px}.homev2 .globe{position:relative;width:340px;height:340px;margin:56px auto 32px}.homev2 .globe .core{transform:translate(-50%,-50%);width:110px;height:110px;border-radius:50%;background:radial-gradient(circle at 30% 30%,var(--brand-100),var(--brand-600) 70%);display:flex;align-items:center;justify-content:center;font-size:40px;box-shadow:0 12px 40px #17ba5359;z-index:2}.homev2 .globe .core,.homev2 .orbit{position:absolute;top:50%;left:50%}.homev2 .orbit.o1{width:290px;height:290px;transform:translate(-50%,-50%)}.homev2 .orbit.o2{width:210px;height:210px;transform:translate(-50%,-50%)}.homev2 .orbit .rays{position:absolute;inset:0;width:100%;height:100%}.homev2 .orbit .rays line{stroke:#17ba534d;stroke-width:1.2;stroke-dasharray:2 5}.homev2 .orbit .flag{position:absolute;width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid var(--brand-100);display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 3px 10px #0f172a1f;transform:translate(-50%,-50%);z-index:1}.homev2 .orbit .flag:hover{border-color:var(--brand-400);box-shadow:0 6px 18px #17ba5359;z-index:3}.homev2 @keyframes hv2_fltA{0%,to{transform:translate(-50%,-50%) translate(0)}25%{transform:translate(-50%,-50%) translate(3px,-6px)}50%{transform:translate(-50%,-50%) translate(-2px,2px)}75%{transform:translate(-50%,-50%) translate(-4px,-3px)}}@keyframes hv2_fltB{0%,to{transform:translate(-50%,-50%) translate(0)}30%{transform:translate(-50%,-50%) translate(-4px,-5px)}55%{transform:translate(-50%,-50%) translate(3px,3px)}80%{transform:translate(-50%,-50%) translate(2px,-4px)}}.homev2 .langs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:760px;margin:0 auto}.homev2 .lang{font-size:13px;font-weight:500;color:var(--muted);border:1px solid var(--border);background:#fff;padding:6px 14px;border-radius:999px;transition:all .3s}.homev2 .lang.active{background:var(--brand);color:var(--brand-950);border-color:var(--brand);transform:scale(1.08);box-shadow:0 4px 12px #1ce36540}.homev2 .langs-note{margin-top:16px;font-size:13px;color:var(--light)}.homev2 .faq{max-width:860px;margin:0 auto}.homev2 .faq details{border:1px solid var(--border);border-radius:12px;background:#fff;margin-bottom:10px;overflow:hidden}.homev2 .faq summary{cursor:pointer;padding:18px 22px;font-size:15px;font-weight:600;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:12px;list-style:none}.homev2 .faq summary::-webkit-details-marker{display:none}.homev2 .faq summary:after{content:"+";font-size:20px;color:var(--brand-800);font-weight:700;transition:transform .2s}.homev2 .faq details[open] summary:after{transform:rotate(45deg)}.homev2 .faq details[open]{border-color:var(--brand-100)}.homev2 .faq .ans{padding:0 22px 18px;font-size:14px;color:var(--muted);line-height:1.7}.homev2 .faq .ans b{color:var(--text);font-weight:700}.homev2 .faq .ans a{color:var(--brand-800);font-weight:700;text-decoration:underline;text-decoration-color:var(--brand-300);text-underline-offset:3px}.homev2 .faq .ans a:hover{color:var(--brand-600)}.homev2 .cta{background:var(--brand-950);color:#fff;text-align:center;padding:64px 24px}.homev2 .cta h2{font-size:30px;font-weight:800;margin-bottom:12px}.homev2 .cta p{color:#fffc;max-width:560px;margin:0 auto 28px}.homev2 .cta .btn-white{background:#fff;color:var(--brand-950);border:none;border-radius:10px;padding:14px 30px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .2s}.homev2 .cta .btn-white:hover{transform:translateY(-2px)}.homev2 .footer{border-top:1px solid var(--border);background:var(--surface)}.homev2 .footer-inner{max-width:1360px;margin:0 auto;padding:48px 24px 32px}.homev2 .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:28px;margin-bottom:32px}.homev2 .footer h2{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.homev2 .footer ul{list-style:none}.homev2 .footer li{margin-bottom:8px}.homev2 .footer a,.homev2 .footer button{font-size:12.5px;color:var(--light);background:none;border:none;padding:0;cursor:pointer;text-align:left}.homev2 .footer a:hover,.homev2 .footer button:hover{color:var(--text)}.homev2 .footer .brand{font-size:16px;font-weight:800;color:var(--brand)}.homev2 .footer .desc{font-size:12px;color:var(--light);margin-top:8px;line-height:1.6;max-width:220px}.homev2 .footer-bottom{border-top:1px solid var(--border);padding-top:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.homev2 .footer-bottom p{font-size:12px;color:var(--light)}.homev2 .footer-bottom .bl{display:flex;gap:16px;flex-wrap:wrap}.homev2 .footer-bottom a{font-size:12px;color:var(--light)}.homev2 .footer-bottom a:hover{color:var(--text)}.homev2 .reveal{transition:opacity .7s ease,transform .7s ease}.homev2 .reveal,.homev2 .reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.homev2 .reveal{opacity:1;transform:none;transition:none}.homev2 .badge .dot,.homev2 .orbit,.homev2 .stat .num{animation:none}}.homev2 @media(max-width: 1000px){.data-cols,.services{grid-template-columns:1fr 1fr}.cascade{flex-direction:column}.casc-arrow{transform:rotate(90deg);align-self:center}.cascade-bridge{flex-direction:column;align-items:stretch;text-align:center}.bridge-demo{justify-content:center}.familles{grid-template-columns:repeat(3,1fr)}.content-types,.day-highlights,.footer-grid,.recaps{grid-template-columns:1fr 1fr}.hero h1{font-size:38px}.nav{display:none}}@media (max-width:600px){.homev2 .services{grid-template-columns:1fr;gap:14px}.homev2 .familles{grid-template-columns:1fr 1fr}.homev2 .day-highlights{grid-template-columns:1fr}.homev2 .day-hero{flex-direction:column;align-items:stretch;text-align:center;padding:24px 18px;gap:18px}.homev2 .day-hero-main{flex-direction:column;align-items:center;gap:6px}.homev2 .day-hero-num{font-size:44px}.homev2 .day-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.homev2 .dhs-n{font-size:18px}.homev2 .dhs-l{font-size:10.5px}.homev2 .bridge-demo{flex-direction:column;min-width:0;width:100%;flex:1 1 auto;max-width:none}.homev2 .demo-content{flex-direction:column;height:auto;overflow:visible}.homev2 .demo-arrow{transform:rotate(90deg)}.homev2 .stats{gap:26px}.homev2 .globe{width:280px;height:280px}.homev2 .recaps .recap:nth-child(n+4){display:none}.homev2 .hero{padding:40px 16px}.homev2 .hero h1{font-size:31px;line-height:1.15;margin-bottom:16px}.homev2 .hero h1 .grad{white-space:normal}.homev2 .hero .sub{font-size:16px}.homev2 .hero .sub2{font-size:14.5px}.homev2 .hl{white-space:normal;display:inline;padding:1px 4px}.homev2 .search-wrap{padding:0 6px}.homev2 .search-box{padding:4px 6px 4px 12px;border-radius:12px}.homev2 .search-box input{font-size:15px;padding:9px 8px}.homev2 .search-btn{padding:10px 14px;font-size:14px}.homev2 .search-hints{gap:6px;margin-top:12px}.homev2 .hint{font-size:11.5px;padding:3px 8px}.homev2 .section{padding:48px 16px}.homev2 .section-head{margin-bottom:32px}.homev2 .section-head h2{font-size:26px}.homev2 .section-head p{font-size:15px}.homev2 .service{padding:22px 16px}.homev2 .service h3{flex-wrap:wrap;gap:6px}.homev2 .service .more{padding:9px 14px;font-size:12.5px}.homev2 .stat .num{font-size:26px}.homev2 .globe{width:220px;height:220px}.homev2 .recap{height:auto}.homev2 .recap .body{padding:14px}.homev2 .cascade{flex-direction:column!important;align-items:stretch!important}.homev2 .casc-arrow{transform:rotate(90deg)!important;margin:2px auto!important;display:flex!important;justify-content:center}.homev2 .content-types{gap:14px}.homev2 .content-types,.homev2 .data-cols,.homev2 .familles,.homev2 .footer-grid,.homev2 .recaps{grid-template-columns:1fr}.homev2 .familles{gap:10px}.homev2 img{max-width:100%}.homev2 .demo-tabs{grid-template-columns:repeat(2,1fr);justify-content:stretch}.homev2 .service .more{font-size:11.5px;padding:8px 10px;max-width:100%;white-space:normal}.homev2 .section-head h2{font-size:22px}.homev2{overflow-x:hidden}}.homev2 .day-live{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:5px 14px;border-radius:999px;background:var(--brand-50);color:var(--brand-800);border:1px solid var(--brand-100);font-size:13px;font-weight:600}.homev2 .day-live .dl-dot{width:8px;height:8px;border-radius:50%;background:var(--brand);animation:dayLivePulse 1.6s ease-in-out infinite}@keyframes dayLivePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.75)}}