:root{--navy: #1b2a5a;--navy-dark: #121d40;--green: #4d9a2a;--green-light: #6fbf3f;--green-pale: #eaf5e3;--ink: #1b2a5a;--muted: #5b6785;--bg: #ffffff;--font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--ease-out: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:999px;font-weight:600;font-size:15px;transition:transform .2s var(--ease-out),box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--green);color:#fff;box-shadow:0 8px 24px #4d9a2a4d}.btn--primary:hover{background:var(--green-light)}.btn--ghost{border:2px solid var(--navy);color:var(--navy)}.btn--ghost:hover{background:var(--navy);color:#fff}.nav{position:fixed;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(20px,5vw,64px);background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(27,42,90,.06);animation:nav-in .8s var(--ease-out) both}@keyframes nav-in{0%{opacity:0;transform:translateY(-16px)}}.nav__brand{display:flex;align-items:center;gap:10px}.nav__mark{width:44px;height:44px}.nav__name{display:flex;flex-direction:column;line-height:1;font-weight:800;font-size:19px}.nav__name-lien{color:var(--navy)}.nav__name-fresh{color:var(--green);font-size:15px;letter-spacing:.5px}.nav__links{display:flex;gap:32px;font-weight:500;font-size:15px}.nav__links a{position:relative;padding:6px 0}.nav__links a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--green);transition:width .25s var(--ease-out)}.nav__links a:hover:after{width:100%}.nav__cta{padding:10px 22px}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px clamp(20px,5vw,64px) 160px;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;animation:blob-float 14s ease-in-out infinite alternate}.blob--green{width:520px;height:520px;background:var(--green-light);top:-120px;right:-80px}.blob--navy{width:420px;height:420px;background:#8fa3e0;bottom:-60px;left:-120px;animation-delay:-6s}@keyframes blob-float{0%{transform:translate(0) scale(1)}to{transform:translate(-40px,40px) scale(1.12)}}.hero__inner{position:relative;width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:48px;align-items:center}.hero__copy>*{animation:rise .9s var(--ease-out) both}.hero__copy>:nth-child(1){animation-delay:1.6s}.hero__copy>:nth-child(2){animation-delay:1.75s}.hero__copy>:nth-child(3){animation-delay:1.9s}.hero__copy>:nth-child(4){animation-delay:2.05s}.hero__copy>:nth-child(5){animation-delay:2.2s}@keyframes rise{0%{opacity:0;transform:translateY(24px)}}.hero__eyebrow{margin:0 0 12px;font-size:13px;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:var(--green)}.hero__title{margin:0;font-size:clamp(42px,6vw,76px);line-height:1.02;font-weight:800;letter-spacing:-1.5px;color:var(--navy)}.hero__title .accent{color:var(--green)}.hero__title .accent-navy{background:linear-gradient(120deg,var(--navy),#3b57a8);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__lead{margin:24px 0 0;max-width:480px;font-size:18px;line-height:1.6;color:var(--muted)}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hero__stats{list-style:none;display:flex;flex-wrap:wrap;gap:20px 36px;margin:44px 0 0;padding:24px 0 0;border-top:1px solid rgba(27,42,90,.1)}.hero__stats li{display:flex;flex-direction:column;gap:2px}.hero__stats strong{font-size:22px;font-weight:800;color:var(--navy)}.hero__stats span{font-size:13px;color:var(--muted)}.hero__logo{position:relative;display:grid;place-items:center;animation:logo-float 6s ease-in-out infinite;animation-delay:3s}@keyframes logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero__logo .logo{width:min(100%,420px);height:auto;position:relative;z-index:1}.hero__logo-ring{position:absolute;width:80%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#6fbf3f38,#6fbf3f00 70%);animation:ring-pulse 4s ease-in-out infinite}@keyframes ring-pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.12);opacity:1}}.hero__wave{position:absolute;left:0;right:0;bottom:0;width:100%;height:140px}.wave--green{fill:var(--green);animation:wave-in 1.2s var(--ease-out) 1.2s both}.wave--navy{fill:var(--navy);animation:wave-in 1.2s var(--ease-out) 1.4s both}@keyframes wave-in{0%{transform:translateY(100%)}}.logo text{font-family:var(--font);font-weight:800}.logo__lien{font-size:118px;fill:var(--navy);letter-spacing:-3px}.logo__fresh{font-size:74px;fill:var(--green);letter-spacing:-1px}.logo__tagline{font-size:16px;font-weight:700;fill:var(--navy);letter-spacing:2.5px}.logo--animate .draw{stroke-dasharray:800;stroke-dashoffset:800;animation:draw 1.1s var(--ease-out) forwards}.logo--animate .logo__globe .draw:nth-child(1){animation-delay:0s}.logo--animate .logo__globe .draw:nth-child(2){animation-delay:.15s}.logo--animate .logo__globe .draw:nth-child(3){animation-delay:.25s}.logo--animate .logo__globe .draw:nth-child(4){animation-delay:.35s}.logo--animate .logo__globe .draw:nth-child(5){animation-delay:.45s}.logo--animate .logo__globe .draw:nth-child(6){animation-delay:.55s}.logo--animate .logo__swoosh .draw{animation-delay:.75s;animation-duration:.9s}@keyframes draw{to{stroke-dashoffset:0}}.logo--animate .logo__arrowhead{transform-origin:310px 275px;transform:scale(0);animation:pop .5s var(--ease-out) 1.35s forwards}@keyframes pop{to{transform:scale(1)}}.logo--animate .logo__leaf{transform-origin:362px 223px;transform:scale(0) rotate(-30deg);animation:leaf-grow .8s var(--ease-out) 1.2s forwards}@keyframes leaf-grow{to{transform:scale(1) rotate(0)}}.logo--animate .logo__word>*{opacity:0;transform:translateY(18px);animation:rise-svg .7s var(--ease-out) forwards}.logo--animate .logo__word>:nth-child(1){animation-delay:1.3s}.logo--animate .logo__word>:nth-child(2){animation-delay:1.55s}.logo--animate .logo__word>:nth-child(3){animation-delay:1.45s}.logo--animate .logo__word>:nth-child(4){animation-delay:1.65s}@keyframes rise-svg{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0s!important}}@media (max-width: 900px){.nav__links{display:none}.hero{padding-top:100px;padding-bottom:140px}.hero__inner{grid-template-columns:minmax(0,1fr);text-align:center}.hero__logo{order:-1}.hero__logo .logo{width:min(70vw,300px)}.hero__lead{margin-left:auto;margin-right:auto}.hero__actions,.hero__stats{justify-content:center}.hero__stats{gap:24px}}
