@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--ink:#071333;--blue:#0759ff;--violet:#5b27f8;--soft:#f4f6ff;--line:#dfe4f2;--muted:#556079;--white:#fff;--radius:1.25rem;--shadow:0 20px 50px rgba(7,19,51,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1120px,calc(100% - 48px));margin:auto}.narrow{width:min(770px,calc(100% - 48px))}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;z-index:10;background:#fff;padding:.5rem 1rem}.site-header{position:sticky;top:0;z-index:5;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(223,228,242,.75)}.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:block;width:172px;line-height:0}.main-nav{display:flex;align-items:center;gap:2rem;font-size:.91rem;font-weight:700}.main-nav>a:not(.button):hover,.text-link:hover{color:var(--blue)}.menu-toggle{display:none;background:none;border:0;padding:.5rem}.menu-toggle span:not(.sr-only){display:block;width:24px;height:2px;margin:5px;background:var(--ink)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.button{display:inline-flex;align-items:center;gap:.75rem;border:1px solid var(--blue);border-radius:99px;background:var(--blue);color:#fff;padding:.9rem 1.3rem;font-size:.9rem;font-weight:800;transition:.2s}.button:hover{background:#fff;color:var(--blue);transform:translateY(-2px)}.button-small{padding:.7rem 1rem}.button-light{background:#fff;color:var(--ink);border-color:#fff}.button-light:hover{background:transparent;color:#fff}.text-link{font-weight:800;font-size:.91rem;text-decoration:underline;text-underline-offset:5px}.hero{overflow:hidden;padding:clamp(4rem,10vw,8rem) 0 6rem;background:linear-gradient(125deg,#fff 0%,#f5f7ff 65%,#f1eeff 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center}.eyebrow{margin:0 0 1rem;color:var(--blue);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hero h1,.page-hero h1{max-width:760px;margin:0;font-size:clamp(2.75rem,5.8vw,5.3rem);line-height:1.05;letter-spacing:-.065em}.hero h1 em{font-family:"Playfair Display",serif;font-weight:600;color:var(--violet)}.lead{max-width:640px;margin:1.75rem 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.22rem);line-height:1.7}.actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.hero-art{position:relative;min-height:410px;border-radius:var(--radius);background:#071333;overflow:hidden;box-shadow:var(--shadow)}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:280px;height:280px;top:-70px;right:-70px;background:#0759ff}.orb-two{width:270px;height:270px;left:-80px;bottom:-100px;background:#6b27f8}.product-card{position:absolute;inset:23% 12%;padding:2rem;border:1px solid rgba(255,255,255,.3);border-radius:1rem;background:rgba(255,255,255,.13);backdrop-filter:blur(18px);color:#fff}.status{display:block;width:10px;height:10px;border-radius:50%;background:#8cffc1;margin-bottom:2rem}.product-card strong{font-size:1.45rem}.product-card p{color:#cbd3ff}.chart{display:flex;align-items:end;gap:.65rem;height:95px;margin-top:1.5rem}.chart i{display:block;flex:1;border-radius:.25rem .25rem 0 0;background:linear-gradient(#41a0ff,#8e53ff)}.chart i:nth-child(1){height:31%}.chart i:nth-child(2){height:48%}.chart i:nth-child(3){height:41%}.chart i:nth-child(4){height:73%}.chart i:nth-child(5){height:58%}.chart i:nth-child(6){height:100%}.section{padding:clamp(4.5rem,9vw,8rem) 0}.trust{padding-bottom:3rem}.split-title{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.split-title h2,.section-heading h2,.manifesto blockquote,.cta h2{margin:0;font-size:clamp(2rem,4vw,3.6rem);line-height:1.1;letter-spacing:-.05em}.split-title>p{margin:0;color:var(--muted);font-size:1.1rem}.surface{background:var(--soft)}.section-heading{margin-bottom:3rem}.section-heading.row{display:flex;align-items:end;justify-content:space-between;gap:2rem}.cards,.article-grid{display:grid;gap:1.25rem}.three-cols,.article-grid{grid-template-columns:repeat(3,1fr)}.service-card,.article-card{padding:2rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.service-card h3,.service-card h2,.article-card h2,.article-card h3{margin:.6rem 0;font-size:1.35rem;line-height:1.25;letter-spacing:-.035em}.service-card p,.article-card p{color:var(--muted);font-size:.94rem}.number,.article-meta{color:var(--blue);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.under-link{display:inline-block;margin-top:2rem}.manifesto{border-left:3px solid var(--blue);padding-left:clamp(1.5rem,4vw,4rem)}.manifesto blockquote{font-family:"Playfair Display",serif}.manifesto>p:not(.eyebrow){max-width:680px;color:var(--muted);font-size:1.05rem}.news{background:#fff}.article-card{display:flex;flex-direction:column}.article-card h3,.article-card h2{font-size:1.28rem}.article-card h3 a:hover,.article-card h2 a:hover{color:var(--blue)}.arrow-link{margin-top:auto;color:var(--blue);font-size:1.8rem}.cta{padding:clamp(4rem,8vw,7rem) 0;background:linear-gradient(120deg,#0759ff,#5b27f8);color:#fff}.cta h2{max-width:720px;margin-bottom:2rem}.page-hero{padding:clamp(4rem,9vw,8rem) 0 4rem;background:linear-gradient(135deg,#f5f7ff,#fff)}.page-hero.compact{padding-bottom:3rem}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.process article{padding-right:1rem}.process h2{font-size:1.4rem;margin:.5rem 0}.process p{color:var(--muted);font-size:.94rem}.check-list p{margin:0;padding:1rem 0;border-bottom:1px solid var(--line);font-weight:700}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:5rem}.contact-grid h2{font-size:2.5rem;line-height:1.1;letter-spacing:-.05em}.contact-grid>div>p{color:var(--muted)}.contact-form{display:grid;gap:1rem;padding:2rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft)}label{font-size:.86rem;font-weight:800}input,textarea{display:block;width:100%;margin-top:.35rem;border:1px solid #bfc8df;border-radius:.5rem;background:#fff;padding:.8rem;font:inherit;color:var(--ink)}input:focus,textarea:focus{outline:2px solid #82aaff;border-color:var(--blue)}.contact-form .button{justify-content:center;margin-top:.5rem}.form-note{margin:0;color:var(--muted);font-size:.75rem}.blog-grid{grid-template-columns:repeat(2,1fr)}.article-header{padding:clamp(4rem,9vw,8rem) 0 3rem}.article-header h1{margin:0;font-size:clamp(2.6rem,5vw,4.7rem);line-height:1.08;letter-spacing:-.06em}.article-body{padding-bottom:2rem;font-size:1.05rem}.article-body h2{margin:3rem 0 1rem;font-size:2rem;line-height:1.15;letter-spacing:-.04em}.article-body h3{margin:2rem 0 .6rem}.article-body li{margin:.4rem 0}.article-body a{color:var(--blue);text-decoration:underline}.article-footer{padding:2rem 0 6rem;border-top:1px solid var(--line)}.site-footer{padding:4rem 0 1.5rem;background:var(--ink);color:#eef1ff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.footer-logo{width:170px;filter:brightness(0) invert(1);margin-bottom:.5rem}.footer-grid p:not(.eyebrow){color:#b8c1dc;max-width:310px;font-size:.9rem}.footer-grid a{display:block;margin:.45rem 0;font-weight:700;font-size:.9rem}.footer-grid a:hover{color:#8eb0ff}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid #243358;color:#aeb8d3;font-size:.75rem}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.product-card-light{min-height:255px}.product-card-light .text-link{margin-top:auto}.expertise-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 4rem}.expertise-list article{padding:2rem 0;border-top:1px solid var(--line)}.expertise-list h2{margin:.5rem 0;font-size:1.45rem;line-height:1.2;letter-spacing:-.04em}.expertise-list p{margin:0;color:var(--muted)}.legal-content{font-size:1rem}.legal-content h2{margin:2.75rem 0 .7rem;font-size:1.6rem;line-height:1.2;letter-spacing:-.04em}.legal-content h2:first-child{margin-top:0}.legal-content a{color:var(--blue);text-decoration:underline}
@media(max-width:760px){.container,.narrow{width:min(100% - 36px,1120px)}.nav-wrap{min-height:70px}.brand{width:145px}.menu-toggle{display:block}.main-nav{position:absolute;top:70px;left:0;right:0;display:none;align-items:stretch;gap:0;padding:1rem 18px 1.5rem;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 12px 20px rgba(7,19,51,.08)}.main-nav.is-open{display:flex}.main-nav>a{padding:.85rem 0}.main-nav .button{justify-content:center;margin-top:.5rem}.hero{padding-top:4rem}.hero-grid,.split-title,.contact-grid{grid-template-columns:1fr;gap:2.5rem}.hero-art{min-height:300px}.product-card{inset:15% 10%;padding:1.5rem}.three-cols,.article-grid,.process,.product-grid,.expertise-list{grid-template-columns:1fr}.section-heading.row,.footer-bottom{align-items:flex-start;flex-direction:column}.process{gap:2rem}.process article{border-bottom:1px solid var(--line);padding-bottom:1.5rem}.process article:last-child{border:0}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.page-hero{padding-top:4rem}.article-header{padding-top:4rem}.article-body{font-size:1rem}}@media(max-width:380px){.hero h1,.page-hero h1{font-size:2.5rem}.actions{align-items:stretch}.actions .button{justify-content:center}.text-link{font-size:.82rem}}

/* Direction visuelle issue de la maquette ReInvent fournie. */
body{background:#070a14;color:#eef1fb}.site-header{background:rgba(7,10,20,.92);border-color:rgba(125,145,205,.18)}.main-nav{color:#eef1fb}.menu-toggle span:not(.sr-only){background:#fff}.hero-canvas{background:radial-gradient(circle at 80% 20%,rgba(59,123,255,.25),transparent 28%),radial-gradient(circle at 18% 85%,rgba(139,92,246,.22),transparent 32%),#070a14}.hero h1,.page-hero h1,.section-heading h2,.split-title h2,.cta h2{font-family:"Space Grotesk",Manrope,sans-serif}.hero h1 em{font-family:inherit;font-style:normal;color:#6ea0ff}.lead,.split-title>p,.service-card p,.article-card p,.process p,.contact-grid>div>p{color:#aeb6cf}.hero-signal{background:linear-gradient(145deg,#0b1636,#171044)}.hero-signal .product-card{background:rgba(7,10,20,.35);border-color:rgba(157,185,255,.35)}.signal-lines{display:grid;gap:.7rem;margin-top:2rem}.signal-lines i{height:8px;border-radius:100px;background:linear-gradient(90deg,#3b7bff,#8b5cf6)}.signal-lines i:nth-child(2){width:76%}.signal-lines i:nth-child(3){width:91%}.signal-lines i:nth-child(4){width:57%}.dark-section,.expertise-section,.products-preview,.group-section,.news{background:#070a14}.dark-section{border-top:1px solid rgba(125,145,205,.15);border-bottom:1px solid rgba(125,145,205,.15)}.expertise-section{background:#0a0e1c}.service-card,.article-card{background:#0e1427;border-color:#222e4d}.service-card h2,.service-card h3,.article-card h2,.article-card h3{color:#eef1fb}.expertise-cards{grid-template-columns:repeat(5,1fr)}.expertise-cards .service-card{padding:1.5rem}.expertise-cards .service-card h3{font-size:1.05rem}.products-preview{background:linear-gradient(135deg,#0b1020,#11163b)}.product-marquee{display:flex;flex-wrap:wrap;gap:1rem}.product-marquee span{padding:.75rem 1rem;border:1px solid rgba(126,155,242,.35);border-radius:100px;color:#dfe8ff;font-weight:700}.group-section{background:#070a14}.group-section .text-link{display:inline-block;margin-top:1.5rem}.article-meta,.number,.eyebrow{color:#78a0ff}.cta{background:linear-gradient(135deg,#2563eb,#7c3aed)}.site-footer{background:#050711;border-top:1px solid rgba(125,145,205,.2)}.footer-logo{filter:none;background:#fff;border-radius:.35rem;padding:.25rem}.page-hero{background:radial-gradient(circle at 80% 0,rgba(59,123,255,.18),transparent 32%),#070a14}.surface{background:#0a0e1c}.contact-form{background:#111832;border-color:#29365c}input,textarea{background:#070a14;color:#eef1fb;border-color:#3c4b75}.legal-content a,.article-body a{color:#8fb0ff}
@media(max-width:760px){.main-nav{background:#0a0e1c}.expertise-cards{grid-template-columns:1fr}.hero-canvas{padding-bottom:4rem}}
